2018-09-04 20:42:29,110 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-276 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-04 20:42:29,115 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=4ucVnDuCPpadZkd3DFk98PQck export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-09-04 20:42:29,115 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 20:42:29,116 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-09-04 20:42:29,130 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-04 20:42:30,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 20:42:30,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 20:42:30,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 20:42:30,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 20:42:30,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 20:42:30,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 20:42:30,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 20:42:30,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 20:42:30,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:42:30,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-100d1243-f7b4-4ddd-b2ae-951dd754e854 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:42:30,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-100d1243-f7b4-4ddd-b2ae-951dd754e854 2018-09-04 20:42:30,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:30,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T21:42:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["SJ9APkJKQlyGgZLkuUajrg"], "issued_at": "2018-09-04T20:42:30.000000Z"}} 2018-09-04 20:42:30,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:30,499 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:42:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:42:30,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:30,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9419cded-b2ef-4e52-90ec-6c9ca5ac8d20 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 20:42:30,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-9419cded-b2ef-4e52-90ec-6c9ca5ac8d20 2018-09-04 20:42:30,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.562769174576s 2018-09-04 20:42:30,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 20:42:30,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}}' 2018-09-04 20:42:30,807 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:42:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f29e95b9-dcee-4b80-b52f-f0f1166ee15f Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af"}, "enabled": true, "id": "007428b0637a443e82e9b92c613df9af", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}} 2018-09-04 20:42:30,807 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-f29e95b9-dcee-4b80-b52f-f0f1166ee15f 2018-09-04 20:42:30,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.212692975998s 2018-09-04 20:42:30,808 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-f29e95b9-dcee-4b80-b52f-f0f1166ee15f 2018-09-04 20:42:30,809 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13', 'id': u'007428b0637a443e82e9b92c613df9af', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 20:42:30,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 20:42:31,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.463926076889s 2018-09-04 20:42:31,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:31,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa09292a-9ce3-40bf-8e66-62c7fe21f29d Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9"}, "enabled": true, "id": "d304cd0a28f3488bac04fc905d7c50d9", "options": {}, "domain_id": "default", "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}} 2018-09-04 20:42:31,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9 used request id req-fa09292a-9ce3-40bf-8e66-62c7fe21f29d 2018-09-04 20:42:31,371 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd304cd0a28f3488bac04fc905d7c50d9', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13'}) 2018-09-04 20:42:31,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:31,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:31,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5daff68c-fc8a-4f80-8fcd-17bced371e3a Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:42:31,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5daff68c-fc8a-4f80-8fcd-17bced371e3a 2018-09-04 20:42:31,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0740489959717s 2018-09-04 20:42:31,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:31,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:31,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a819831d-9428-4429-a650-32f275f15dd0 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:42:31,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a819831d-9428-4429-a650-32f275f15dd0 2018-09-04 20:42:31,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.141556978226s 2018-09-04 20:42:31,588 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 20:42:31,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 20:42:31,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" -d '{"role": {"name": "Member"}}' 2018-09-04 20:42:31,790 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:42:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8721c306-c012-4f68-8fb4-945aac0f2917 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e351586055154a1a8bb0e1a99024166c", "links": {"self": "http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c"}, "name": "Member"}} 2018-09-04 20:42:31,791 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-8721c306-c012-4f68-8fb4-945aac0f2917 2018-09-04 20:42:31,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.2017390728s 2018-09-04 20:42:31,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:31,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4849cf3-e774-451a-ba04-1d43c13b5cdd Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c"}, "domain_id": null, "name": "Member", "id": "e351586055154a1a8bb0e1a99024166c"}} 2018-09-04 20:42:31,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c used request id req-a4849cf3-e774-451a-ba04-1d43c13b5cdd 2018-09-04 20:42:31,868 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c'}, 'domain_id': None, 'human_id': None, 'id': u'e351586055154a1a8bb0e1a99024166c', 'HUMAN_ID': False}) 2018-09-04 20:42:31,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:31,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:32,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d0b42a8-fa17-45a8-ad21-6512e3370c22 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e351586055154a1a8bb0e1a99024166c", "links": {"self": "http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:42:32,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2d0b42a8-fa17-45a8-ad21-6512e3370c22 2018-09-04 20:42:32,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.140113830566s 2018-09-04 20:42:32,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:42:32,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:32,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83182ec0-ffeb-4323-a2f0-1aea0c9ba627 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:42:32,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-83182ec0-ffeb-4323-a2f0-1aea0c9ba627 2018-09-04 20:42:32,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.085930109024s 2018-09-04 20:42:32,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:42:32,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:32,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfb42ea5-acf4-441b-a0b3-e56a532c6ed5 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "links": {"self": "http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9"}, "domain_id": "default", "enabled": true, "id": "d304cd0a28f3488bac04fc905d7c50d9", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:42:32,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-cfb42ea5-acf4-441b-a0b3-e56a532c6ed5 2018-09-04 20:42:32,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0918221473694s 2018-09-04 20:42:32,189 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-cfb42ea5-acf4-441b-a0b3-e56a532c6ed5 2018-09-04 20:42:32,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:42:32,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:32,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c10a82a3-facf-41fe-87ad-494dead6b3d6 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af"}, "enabled": true, "id": "007428b0637a443e82e9b92c613df9af", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:42:32,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c10a82a3-facf-41fe-87ad-494dead6b3d6 2018-09-04 20:42:32,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.147672176361s 2018-09-04 20:42:32,344 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c10a82a3-facf-41fe-87ad-494dead6b3d6 2018-09-04 20:42:32,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:42:32,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=d304cd0a28f3488bac04fc905d7c50d9&scope.project.id=007428b0637a443e82e9b92c613df9af&role.id=e351586055154a1a8bb0e1a99024166c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:32,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e101b4c-66e7-4908-a67d-b599f970c3db Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=d304cd0a28f3488bac04fc905d7c50d9&scope.project.id=007428b0637a443e82e9b92c613df9af&role.id=e351586055154a1a8bb0e1a99024166c", "previous": null, "next": null}} 2018-09-04 20:42:32,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=d304cd0a28f3488bac04fc905d7c50d9&scope.project.id=007428b0637a443e82e9b92c613df9af&role.id=e351586055154a1a8bb0e1a99024166c used request id req-1e101b4c-66e7-4908-a67d-b599f970c3db 2018-09-04 20:42:32,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0872700214386s 2018-09-04 20:42:32,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:42:32,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af/users/d304cd0a28f3488bac04fc905d7c50d9/roles/e351586055154a1a8bb0e1a99024166c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:32,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:42:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0f2e6d2-6d3f-42a8-9356-7af3fe9c4922 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:42:32,674 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af/users/d304cd0a28f3488bac04fc905d7c50d9/roles/e351586055154a1a8bb0e1a99024166c used request id req-f0f2e6d2-6d3f-42a8-9356-7af3fe9c4922 2018-09-04 20:42:32,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.240492105484s 2018-09-04 20:42:32,676 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'e70a9eb8-6a21-433d-9f94-4afc624ca853', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13', 'project_id': u'007428b0637a443e82e9b92c613df9af', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 20:42:32,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 20:42:32,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 20:42:32,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 20:42:32,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 20:42:32,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 20:42:32,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 20:42:32,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 20:42:32,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 20:42:32,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 20:42:32,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 20:42:32,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 20:42:32,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 20:42:32,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 20:42:32,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 20:42:32,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 20:42:32,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 20:42:32,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 20:42:32,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 20:42:32,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 20:42:32,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 20:42:32,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 20:42:32,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 20:42:32,681 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13', 'password': 'e70a9eb8-6a21-433d-9f94-4afc624ca853', 'project_name': 'connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '007428b0637a443e82e9b92c613df9af', 'project_domain_name': 'Default'} 2018-09-04 20:42:32,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:32,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:32,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3087d257-cb3b-4e4d-9e8d-fe4bfee38cd9 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e351586055154a1a8bb0e1a99024166c", "links": {"self": "http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:42:32,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3087d257-cb3b-4e4d-9e8d-fe4bfee38cd9 2018-09-04 20:42:32,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.139123916626s 2018-09-04 20:42:32,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:32,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:32,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f4ee9a1-f12a-4206-90e9-962380e186b2 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e351586055154a1a8bb0e1a99024166c", "links": {"self": "http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:42:32,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1f4ee9a1-f12a-4206-90e9-962380e186b2 2018-09-04 20:42:32,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0994191169739s 2018-09-04 20:42:32,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:42:32,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:32,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3bce689-9a06-4dd7-964a-d1b6eae89499 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:42:32,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-e3bce689-9a06-4dd7-964a-d1b6eae89499 2018-09-04 20:42:32,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0736768245697s 2018-09-04 20:42:32,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:42:32,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:33,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8ab8253-e647-45fb-bacb-56397fe11c36 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "links": {"self": "http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9"}, "domain_id": "default", "enabled": true, "id": "d304cd0a28f3488bac04fc905d7c50d9", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:42:33,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d8ab8253-e647-45fb-bacb-56397fe11c36 2018-09-04 20:42:33,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107825994492s 2018-09-04 20:42:33,106 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d8ab8253-e647-45fb-bacb-56397fe11c36 2018-09-04 20:42:33,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:42:33,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:33,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d8d1b43-c1c8-411c-8a63-ece940f61f12 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af"}, "enabled": true, "id": "007428b0637a443e82e9b92c613df9af", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:42:33,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-9d8d1b43-c1c8-411c-8a63-ece940f61f12 2018-09-04 20:42:33,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0791430473328s 2018-09-04 20:42:33,191 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-9d8d1b43-c1c8-411c-8a63-ece940f61f12 2018-09-04 20:42:33,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:42:33,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=d304cd0a28f3488bac04fc905d7c50d9&scope.project.id=007428b0637a443e82e9b92c613df9af&role.id=5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:33,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37c1c4ad-a070-4c95-8ca9-a627424ddf13 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=d304cd0a28f3488bac04fc905d7c50d9&scope.project.id=007428b0637a443e82e9b92c613df9af&role.id=5cd9afdff9a14c7bbd8b1621921cc3df", "previous": null, "next": null}} 2018-09-04 20:42:33,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=d304cd0a28f3488bac04fc905d7c50d9&scope.project.id=007428b0637a443e82e9b92c613df9af&role.id=5cd9afdff9a14c7bbd8b1621921cc3df used request id req-37c1c4ad-a070-4c95-8ca9-a627424ddf13 2018-09-04 20:42:33,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.127342939377s 2018-09-04 20:42:33,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:42:33,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af/users/d304cd0a28f3488bac04fc905d7c50d9/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:33,539 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:42:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e395756-bc40-4873-bd62-767535103f78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:42:33,539 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af/users/d304cd0a28f3488bac04fc905d7c50d9/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-7e395756-bc40-4873-bd62-767535103f78 2018-09-04 20:42:33,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.218475103378s 2018-09-04 20:42:33,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:33,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:33,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c84cf7aa-8044-4ee6-b75f-e026af307be2 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e351586055154a1a8bb0e1a99024166c", "links": {"self": "http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:42:33,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c84cf7aa-8044-4ee6-b75f-e026af307be2 2018-09-04 20:42:33,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0891959667206s 2018-09-04 20:42:33,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 20:42:33,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-04 20:42:33,744 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:42:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53215154-be90-410c-baf3-79e6cdd74b2d Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d48c4d2da48d49fcbb69590e9e40951c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d48c4d2da48d49fcbb69590e9e40951c"}, "name": "heat_stack_owner"}} 2018-09-04 20:42:33,744 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-53215154-be90-410c-baf3-79e6cdd74b2d 2018-09-04 20:42:33,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.113578081131s 2018-09-04 20:42:33,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/d48c4d2da48d49fcbb69590e9e40951c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:33,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2adb5c5-5600-48e5-8f52-81325c4b0f51 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/d48c4d2da48d49fcbb69590e9e40951c"}, "domain_id": null, "name": "heat_stack_owner", "id": "d48c4d2da48d49fcbb69590e9e40951c"}} 2018-09-04 20:42:33,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/d48c4d2da48d49fcbb69590e9e40951c used request id req-a2adb5c5-5600-48e5-8f52-81325c4b0f51 2018-09-04 20:42:33,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:33,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:33,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20a2f702-c6b7-454e-bd15-9f92535b7a1e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d48c4d2da48d49fcbb69590e9e40951c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d48c4d2da48d49fcbb69590e9e40951c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "e351586055154a1a8bb0e1a99024166c", "links": {"self": "http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:42:33,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-20a2f702-c6b7-454e-bd15-9f92535b7a1e 2018-09-04 20:42:33,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.137722969055s 2018-09-04 20:42:33,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:42:33,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:34,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad791bf7-a6e0-4a14-b677-2ad3d917603f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:42:34,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-ad791bf7-a6e0-4a14-b677-2ad3d917603f 2018-09-04 20:42:34,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0776469707489s 2018-09-04 20:42:34,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:42:34,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:34,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71f5180d-280f-4c4f-b84a-a103bc8de52e Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "links": {"self": "http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9"}, "domain_id": "default", "enabled": true, "id": "d304cd0a28f3488bac04fc905d7c50d9", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:42:34,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-71f5180d-280f-4c4f-b84a-a103bc8de52e 2018-09-04 20:42:34,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194569826126s 2018-09-04 20:42:34,251 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-71f5180d-280f-4c4f-b84a-a103bc8de52e 2018-09-04 20:42:34,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:42:34,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:34,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b9b7525-20e5-4a64-89c4-28e2a0b37ba1 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af"}, "enabled": true, "id": "007428b0637a443e82e9b92c613df9af", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:42:34,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-4b9b7525-20e5-4a64-89c4-28e2a0b37ba1 2018-09-04 20:42:34,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.146017074585s 2018-09-04 20:42:34,403 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-4b9b7525-20e5-4a64-89c4-28e2a0b37ba1 2018-09-04 20:42:34,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:42:34,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=d304cd0a28f3488bac04fc905d7c50d9&scope.project.id=007428b0637a443e82e9b92c613df9af&role.id=d48c4d2da48d49fcbb69590e9e40951c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:34,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f379ecd9-ba1f-4c87-b113-f864e139c234 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=d304cd0a28f3488bac04fc905d7c50d9&scope.project.id=007428b0637a443e82e9b92c613df9af&role.id=d48c4d2da48d49fcbb69590e9e40951c", "previous": null, "next": null}} 2018-09-04 20:42:34,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=d304cd0a28f3488bac04fc905d7c50d9&scope.project.id=007428b0637a443e82e9b92c613df9af&role.id=d48c4d2da48d49fcbb69590e9e40951c used request id req-f379ecd9-ba1f-4c87-b113-f864e139c234 2018-09-04 20:42:34,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.08988904953s 2018-09-04 20:42:34,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:42:34,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af/users/d304cd0a28f3488bac04fc905d7c50d9/roles/d48c4d2da48d49fcbb69590e9e40951c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:34,654 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:42:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b66e6355-8831-467f-88b1-9ac1903bf1e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:42:34,654 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af/users/d304cd0a28f3488bac04fc905d7c50d9/roles/d48c4d2da48d49fcbb69590e9e40951c used request id req-b66e6355-8831-467f-88b1-9ac1903bf1e0 2018-09-04 20:42:34,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.158866167068s 2018-09-04 20:42:34,655 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-04 20:42:34,655 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-04 20:42:34,655 - openstack_tests - INFO - OS Credentials = > 2018-09-04 20:42:34,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:34,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:35,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "e351586055154a1a8bb0e1a99024166c", "name": "Member"}, {"id": "d48c4d2da48d49fcbb69590e9e40951c", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T21:42:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "007428b0637a443e82e9b92c613df9af", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "id": "d304cd0a28f3488bac04fc905d7c50d9"}, "audit_ids": ["cidVRaoiS8OLMgJCSdrEOg"], "issued_at": "2018-09-04T20:42:35.000000Z"}} 2018-09-04 20:42:35,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff410201f6bd11cb8a8cf4366071b140e6d32b74" 2018-09-04 20:42:36,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-6645b6a9-2102-4390-bfb1-0afd43acc5f4 Date: Tue, 04 Sep 2018 20:42:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:42:36,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-6645b6a9-2102-4390-bfb1-0afd43acc5f4 2018-09-04 20:42:36,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff410201f6bd11cb8a8cf4366071b140e6d32b74" 2018-09-04 20:42:36,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-867e9b78-d53c-47e6-907d-2b8da7c070f0 Date: Tue, 04 Sep 2018 20:42:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 20:42:36,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-867e9b78-d53c-47e6-907d-2b8da7c070f0 2018-09-04 20:42:36,778 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-04 20:42:36,778 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-04 20:42:36,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,787 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,790 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:36,810 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-04 20:42:36,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:37,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "e351586055154a1a8bb0e1a99024166c", "name": "Member"}, {"id": "d48c4d2da48d49fcbb69590e9e40951c", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T21:42:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "007428b0637a443e82e9b92c613df9af", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "id": "d304cd0a28f3488bac04fc905d7c50d9"}, "audit_ids": ["s_W_WiruS5aYvsj8vFOGyg"], "issued_at": "2018-09-04T20:42:37.000000Z"}} 2018-09-04 20:42:37,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}69d65a063af3d5a3762de1850be9c6a7a4d53a36" 2018-09-04 20:42:37,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-f1a5e551-e5d0-4a3e-9a15-73514e922011 Date: Tue, 04 Sep 2018 20:42:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-09-04 20:42:37,908 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&name=foo used request id req-f1a5e551-e5d0-4a3e-9a15-73514e922011 2018-09-04 20:42:37,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:37,909 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-04 20:42:37,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:38,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "e351586055154a1a8bb0e1a99024166c", "name": "Member"}, {"id": "d48c4d2da48d49fcbb69590e9e40951c", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T21:42:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "007428b0637a443e82e9b92c613df9af", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "id": "d304cd0a28f3488bac04fc905d7c50d9"}, "audit_ids": ["BEK3GjgqTli41pZAFgdIcQ"], "issued_at": "2018-09-04T20:42:38.000000Z"}} 2018-09-04 20:42:38,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6afe06d57d1fc0ac357f46b44485f0b0091fd30" 2018-09-04 20:42:38,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48a44665-9bf6-4ff2-9830-bf6a264cc95f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:42:38,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-48a44665-9bf6-4ff2-9830-bf6a264cc95f 2018-09-04 20:42:38,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:42:38,403 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:42:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:42:38,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6afe06d57d1fc0ac357f46b44485f0b0091fd30" 2018-09-04 20:42:38,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56ffa4af-40ec-40cb-a156-2f3b14298d72 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "links": {"self": "http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9"}, "domain_id": "default", "enabled": true, "id": "d304cd0a28f3488bac04fc905d7c50d9", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:42:38,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-56ffa4af-40ec-40cb-a156-2f3b14298d72 2018-09-04 20:42:38,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:38,513 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-04 20:42:38,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:38,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "e351586055154a1a8bb0e1a99024166c", "name": "Member"}, {"id": "d48c4d2da48d49fcbb69590e9e40951c", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T21:42:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "007428b0637a443e82e9b92c613df9af", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "id": "d304cd0a28f3488bac04fc905d7c50d9"}, "audit_ids": ["LgufjoUzSEWR3EOchVBxiw"], "issued_at": "2018-09-04T20:42:38.000000Z"}} 2018-09-04 20:42:38,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a0ff41a5d7acf8c22e6df12a5784493a9a39cd" 2018-09-04 20:42:40,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f6e8d0d1-0e10-4143-819c-882af2dba20b Date: Tue, 04 Sep 2018 20:42:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:42:40,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-f6e8d0d1-0e10-4143-819c-882af2dba20b 2018-09-04 20:42:40,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:40,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "e351586055154a1a8bb0e1a99024166c", "name": "Member"}, {"id": "d48c4d2da48d49fcbb69590e9e40951c", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T21:42:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "007428b0637a443e82e9b92c613df9af", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "id": "d304cd0a28f3488bac04fc905d7c50d9"}, "audit_ids": ["tOY1CAqCTr61M1PuXP9Rsw"], "issued_at": "2018-09-04T20:42:40.000000Z"}} 2018-09-04 20:42:40,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37c649f7725170ad0a7a3641c0eab4d9c4af2a28" 2018-09-04 20:42:41,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-da471ff3-d011-4f8c-90cd-adcb5ba5a2c5 Date: Tue, 04 Sep 2018 20:42:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:42:41,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-da471ff3-d011-4f8c-90cd-adcb5ba5a2c5 2018-09-04 20:42:41,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37c649f7725170ad0a7a3641c0eab4d9c4af2a28" 2018-09-04 20:42:42,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-83411f31-e1b0-4616-8dfa-bf1f99738e6c Date: Tue, 04 Sep 2018 20:42:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 20:42:42,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-83411f31-e1b0-4616-8dfa-bf1f99738e6c 2018-09-04 20:42:42,332 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:42:42,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:42,381 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.26:5000/v2.0/tokens 2018-09-04 20:42:42,399 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-09-04 20:42:42,400 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:42:42,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:42,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "e351586055154a1a8bb0e1a99024166c", "name": "Member"}, {"id": "d48c4d2da48d49fcbb69590e9e40951c", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T21:42:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "007428b0637a443e82e9b92c613df9af", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "id": "d304cd0a28f3488bac04fc905d7c50d9"}, "audit_ids": ["22uN4WXLQgaanlnO0XPvpg"], "issued_at": "2018-09-04T20:42:42.000000Z"}} 2018-09-04 20:42:42,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42d018a9095086c439aa1c230bfe5f39ac7ac59" 2018-09-04 20:42:43,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-311a2ee7-ccec-42a2-91df-c316cdbd7c65 x-compute-request-id: req-311a2ee7-ccec-42a2-91df-c316cdbd7c65 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:42:43,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail used request id req-311a2ee7-ccec-42a2-91df-c316cdbd7c65 2018-09-04 20:42:43,444 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:42:43,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:43,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "e351586055154a1a8bb0e1a99024166c", "name": "Member"}, {"id": "d48c4d2da48d49fcbb69590e9e40951c", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T21:42:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "007428b0637a443e82e9b92c613df9af", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "id": "d304cd0a28f3488bac04fc905d7c50d9"}, "audit_ids": ["9uMdm1i6Q0yNGirGQAZucQ"], "issued_at": "2018-09-04T20:42:43.000000Z"}} 2018-09-04 20:42:43,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ccd32bcffaf6dca9e45cd872e0f00be365bf7bd" 2018-09-04 20:42:44,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d89a601f-2983-4bac-a892-a86830825ab9 x-compute-request-id: req-d89a601f-2983-4bac-a892-a86830825ab9 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 165}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 168}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 20:42:44,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-d89a601f-2983-4bac-a892-a86830825ab9 2018-09-04 20:42:44,023 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 20:42:44,024 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:44,032 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.26:5000/v2.0/tokens 2018-09-04 20:42:44,052 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-09-04 20:42:44,052 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 20:42:44,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:44,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "e351586055154a1a8bb0e1a99024166c", "name": "Member"}, {"id": "d48c4d2da48d49fcbb69590e9e40951c", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T21:42:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "007428b0637a443e82e9b92c613df9af", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "id": "d304cd0a28f3488bac04fc905d7c50d9"}, "audit_ids": ["IliYbrnhSbimir2ACaSG5A"], "issued_at": "2018-09-04T20:42:44.000000Z"}} 2018-09-04 20:42:44,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/007428b0637a443e82e9b92c613df9af/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec73b45560a5289650ae067f8d1794530bd92f68" 2018-09-04 20:42:45,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:44 GMT Server: Apache x-openstack-request-id: req-9997d99d-6259-4f87-ae87-3f3bf3b12459 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 20:42:45,331 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/007428b0637a443e82e9b92c613df9af/stacks used request id req-9997d99d-6259-4f87-ae87-3f3bf3b12459 2018-09-04 20:42:45,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:45,350 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-04 20:42:45,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:45,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "e351586055154a1a8bb0e1a99024166c", "name": "Member"}, {"id": "d48c4d2da48d49fcbb69590e9e40951c", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T21:42:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "007428b0637a443e82e9b92c613df9af", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/007428b0637a443e82e9b92c613df9af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "id": "d304cd0a28f3488bac04fc905d7c50d9"}, "audit_ids": ["KHzgy0caRJubWGMSQ2ZhfA"], "issued_at": "2018-09-04T20:42:45.000000Z"}} 2018-09-04 20:42:45,743 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/007428b0637a443e82e9b92c613df9af/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8889c8be824169cd9bf6a93541497a8a93b0dc7b" 2018-09-04 20:42:46,561 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:45 GMT Server: Apache x-compute-request-id: req-7528e74e-696c-43c2-b5f1-1960203bcde1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7528e74e-696c-43c2-b5f1-1960203bcde1 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 20:42:46,561 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/007428b0637a443e82e9b92c613df9af/volumes/detail used request id req-7528e74e-696c-43c2-b5f1-1960203bcde1 2018-09-04 20:42:46,563 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.773s OK 2018-09-04 20:42:46,686 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 20:42:46,686 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-04 20:42:46,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:46,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:46,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fd996b4-172b-4884-9362-ac85f8033ca0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d48c4d2da48d49fcbb69590e9e40951c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d48c4d2da48d49fcbb69590e9e40951c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "e351586055154a1a8bb0e1a99024166c", "links": {"self": "http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:42:46,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5fd996b4-172b-4884-9362-ac85f8033ca0 2018-09-04 20:42:46,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.16847205162s 2018-09-04 20:42:46,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 20:42:46,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/d48c4d2da48d49fcbb69590e9e40951c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:47,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:42:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3718f6fd-85fe-4264-8cd3-3c569f9818d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:42:47,086 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/d48c4d2da48d49fcbb69590e9e40951c used request id req-3718f6fd-85fe-4264-8cd3-3c569f9818d0 2018-09-04 20:42:47,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.224138021469s 2018-09-04 20:42:47,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:42:47,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:47,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-356443a1-77fb-43a3-b93d-53ea7a8da20f Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13", "links": {"self": "http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9"}, "domain_id": "default", "enabled": true, "id": "d304cd0a28f3488bac04fc905d7c50d9", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:42:47,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-356443a1-77fb-43a3-b93d-53ea7a8da20f 2018-09-04 20:42:47,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.157257080078s 2018-09-04 20:42:47,245 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-356443a1-77fb-43a3-b93d-53ea7a8da20f 2018-09-04 20:42:47,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:42:47,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:47,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1279c2fa-0a9b-4f69-a3fc-7973486c3df4 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9"}, "enabled": true, "id": "d304cd0a28f3488bac04fc905d7c50d9", "options": {}, "domain_id": "default", "name": "connection_check-user_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}} 2018-09-04 20:42:47,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9 used request id req-1279c2fa-0a9b-4f69-a3fc-7973486c3df4 2018-09-04 20:42:47,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.154511928558s 2018-09-04 20:42:47,405 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9 used request id req-1279c2fa-0a9b-4f69-a3fc-7973486c3df4 2018-09-04 20:42:47,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 20:42:47,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:47,697 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:42:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5660f800-099f-4fec-9c10-9bffbffa57a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:42:47,697 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9 used request id req-5660f800-099f-4fec-9c10-9bffbffa57a1 2018-09-04 20:42:47,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.291435956955s 2018-09-04 20:42:47,698 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/d304cd0a28f3488bac04fc905d7c50d9 used request id req-5660f800-099f-4fec-9c10-9bffbffa57a1 2018-09-04 20:42:47,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:42:47,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:47,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bddc480-477e-493f-af41-12a9322d6756 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af"}, "enabled": true, "id": "007428b0637a443e82e9b92c613df9af", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f3705dc7-1f49-40d8-a50c-b0ea443aea13"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:42:47,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-5bddc480-477e-493f-af41-12a9322d6756 2018-09-04 20:42:47,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0745730400085s 2018-09-04 20:42:47,773 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-5bddc480-477e-493f-af41-12a9322d6756 2018-09-04 20:42:47,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 20:42:47,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:47,956 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:42:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7223a7b8-f72c-4244-8fdf-d4e32be5d31e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:42:47,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af used request id req-7223a7b8-f72c-4244-8fdf-d4e32be5d31e 2018-09-04 20:42:47,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.18075299263s 2018-09-04 20:42:47,957 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/007428b0637a443e82e9b92c613df9af used request id req-7223a7b8-f72c-4244-8fdf-d4e32be5d31e 2018-09-04 20:42:47,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:47,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:48,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be8bc79a-5a73-4975-8c47-8253e7e84c19 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e351586055154a1a8bb0e1a99024166c", "links": {"self": "http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:42:48,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-be8bc79a-5a73-4975-8c47-8253e7e84c19 2018-09-04 20:42:48,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0788140296936s 2018-09-04 20:42:48,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 20:42:48,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e2f9e2e3814df25c685ad40f8332ca112465e" 2018-09-04 20:42:48,145 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:42:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-764e2992-7681-43e8-9884-af6bac988e58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:42:48,145 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/e351586055154a1a8bb0e1a99024166c used request id req-764e2992-7681-43e8-9884-af6bac988e58 2018-09-04 20:42:48,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.107749938965s 2018-09-04 20:42:48,166 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-09-04 20:42:48,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 20:42:48,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 20:42:48,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 20:42:48,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 20:42:48,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 20:42:48,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 20:42:48,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 20:42:48,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 20:42:48,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 20:42:48,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 20:42:48,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 20:42:48,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 20:42:48,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 20:42:48,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 20:42:48,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 20:42:48,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 20:42:48,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 20:42:48,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 20:42:48,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 20:42:48,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 20:42:48,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 20:42:48,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 20:42:48,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 20:42:48,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:42:48,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb63a7e4-23ca-4846-8b4d-6bfc5eb4dea0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:42:48,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bb63a7e4-23ca-4846-8b4d-6bfc5eb4dea0 2018-09-04 20:42:48,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:48,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T21:42:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["d6NQh4nsSI2yVtUV4Ir28w"], "issued_at": "2018-09-04T20:42:48.000000Z"}} 2018-09-04 20:42:48,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:48,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:42:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:42:48,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:48,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8d353b9-4dc7-41e5-85a4-95b54b5dcc4a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 20:42:48,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-e8d353b9-4dc7-41e5-85a4-95b54b5dcc4a 2018-09-04 20:42:48,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.479431152344s 2018-09-04 20:42:48,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 20:42:48,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}}' 2018-09-04 20:42:48,774 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:42:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b2b6ae6-eddc-4d1d-8593-418f9d9fd7c5 Content-Length: 352 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:42:48,774 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-7b2b6ae6-eddc-4d1d-8593-418f9d9fd7c5 2018-09-04 20:42:48,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.105370998383s 2018-09-04 20:42:48,775 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-7b2b6ae6-eddc-4d1d-8593-418f9d9fd7c5 2018-09-04 20:42:48,775 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd', 'id': u'21a717df1f2c484095e6f33236f533f4', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 20:42:48,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 20:42:49,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.462899923325s 2018-09-04 20:42:49,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:49,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0855f47-14ad-4642-beed-b6b3f6d91d3f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}, "domain_id": "default", "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:42:49,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb used request id req-c0855f47-14ad-4642-beed-b6b3f6d91d3f 2018-09-04 20:42:49,346 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b4c08d68206048b6aa89e58b574d28cb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd'}) 2018-09-04 20:42:49,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:49,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:49,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-942cc2f8-e753-40eb-9711-3b2bb86414aa Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:42:49,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-942cc2f8-e753-40eb-9711-3b2bb86414aa 2018-09-04 20:42:49,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0929300785065s 2018-09-04 20:42:49,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:49,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:49,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-048566ac-6aff-46ca-b634-52cd8d3d76b8 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:42:49,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-048566ac-6aff-46ca-b634-52cd8d3d76b8 2018-09-04 20:42:49,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0727288722992s 2018-09-04 20:42:49,514 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 20:42:49,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 20:42:49,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" -d '{"role": {"name": "Member"}}' 2018-09-04 20:42:49,664 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:42:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7e4103d-234d-4413-ad30-2308b2be6574 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}} 2018-09-04 20:42:49,665 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-e7e4103d-234d-4413-ad30-2308b2be6574 2018-09-04 20:42:49,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.150156021118s 2018-09-04 20:42:49,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:49,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e107747e-af2c-4f95-895f-6903f2e8a5b8 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "domain_id": null, "name": "Member", "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b"}} 2018-09-04 20:42:49,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b used request id req-e107747e-af2c-4f95-895f-6903f2e8a5b8 2018-09-04 20:42:49,746 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b'}, 'domain_id': None, 'human_id': None, 'id': u'f5c1f2b8222c45ae9e6b6c28f87e4d1b', 'HUMAN_ID': False}) 2018-09-04 20:42:49,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:49,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:49,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7261b4e9-5e83-4455-8328-3708dca00da5 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:42:49,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7261b4e9-5e83-4455-8328-3708dca00da5 2018-09-04 20:42:49,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0761189460754s 2018-09-04 20:42:49,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:42:49,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:49,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12e60027-b67d-4a62-9fc1-7628b73ae580 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:42:49,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-12e60027-b67d-4a62-9fc1-7628b73ae580 2018-09-04 20:42:49,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0883159637451s 2018-09-04 20:42:49,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:42:49,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:50,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed2d03a2-ef46-4434-8eee-25fe396b7bfc Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:42:50,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ed2d03a2-ef46-4434-8eee-25fe396b7bfc 2018-09-04 20:42:50,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103612184525s 2018-09-04 20:42:50,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ed2d03a2-ef46-4434-8eee-25fe396b7bfc 2018-09-04 20:42:50,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:42:50,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:50,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b76bba-8627-4980-be4f-b4602a3eafeb Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:42:50,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-93b76bba-8627-4980-be4f-b4602a3eafeb 2018-09-04 20:42:50,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0765080451965s 2018-09-04 20:42:50,104 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-93b76bba-8627-4980-be4f-b4602a3eafeb 2018-09-04 20:42:50,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:42:50,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=b4c08d68206048b6aa89e58b574d28cb&scope.project.id=21a717df1f2c484095e6f33236f533f4&role.id=f5c1f2b8222c45ae9e6b6c28f87e4d1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:50,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f0a067c-137e-409f-9a49-bf6415673920 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=b4c08d68206048b6aa89e58b574d28cb&scope.project.id=21a717df1f2c484095e6f33236f533f4&role.id=f5c1f2b8222c45ae9e6b6c28f87e4d1b", "previous": null, "next": null}} 2018-09-04 20:42:50,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=b4c08d68206048b6aa89e58b574d28cb&scope.project.id=21a717df1f2c484095e6f33236f533f4&role.id=f5c1f2b8222c45ae9e6b6c28f87e4d1b used request id req-8f0a067c-137e-409f-9a49-bf6415673920 2018-09-04 20:42:50,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0849709510803s 2018-09-04 20:42:50,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:42:50,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/b4c08d68206048b6aa89e58b574d28cb/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:50,354 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:42:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ac5112d-9f65-485c-8f12-1d28c18b54ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:42:50,354 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/b4c08d68206048b6aa89e58b574d28cb/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b used request id req-7ac5112d-9f65-485c-8f12-1d28c18b54ac 2018-09-04 20:42:50,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.162541151047s 2018-09-04 20:42:50,356 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '754558f3-272a-4443-b3c4-04117170a188', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd', 'project_id': u'21a717df1f2c484095e6f33236f533f4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 20:42:50,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 20:42:50,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 20:42:50,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 20:42:50,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 20:42:50,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 20:42:50,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 20:42:50,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 20:42:50,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 20:42:50,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 20:42:50,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 20:42:50,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 20:42:50,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 20:42:50,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 20:42:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 20:42:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 20:42:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 20:42:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 20:42:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 20:42:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 20:42:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 20:42:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 20:42:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 20:42:50,366 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd', 'password': '754558f3-272a-4443-b3c4-04117170a188', 'project_name': 'api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '21a717df1f2c484095e6f33236f533f4', 'project_domain_name': 'Default'} 2018-09-04 20:42:50,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:50,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:50,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3359317-6e32-4652-a271-f0f76da07eb2 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:42:50,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b3359317-6e32-4652-a271-f0f76da07eb2 2018-09-04 20:42:50,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752990245819s 2018-09-04 20:42:50,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:50,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:50,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12a0b9c7-a262-4921-a065-c2411d62172e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:42:50,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-12a0b9c7-a262-4921-a065-c2411d62172e 2018-09-04 20:42:50,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0842199325562s 2018-09-04 20:42:50,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:42:50,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:50,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e2697dd-0d56-4332-8a65-128fbae8a7c2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:42:50,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-4e2697dd-0d56-4332-8a65-128fbae8a7c2 2018-09-04 20:42:50,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0817511081696s 2018-09-04 20:42:50,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:42:50,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:50,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-854d2113-e130-42fd-9fbd-bd6f7896e4d0 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:42:50,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-854d2113-e130-42fd-9fbd-bd6f7896e4d0 2018-09-04 20:42:50,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0898880958557s 2018-09-04 20:42:50,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-854d2113-e130-42fd-9fbd-bd6f7896e4d0 2018-09-04 20:42:50,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:42:50,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:50,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d5ead74-ec7a-4962-83a6-1e20a0e32297 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:42:50,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-8d5ead74-ec7a-4962-83a6-1e20a0e32297 2018-09-04 20:42:50,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0839509963989s 2018-09-04 20:42:50,793 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-8d5ead74-ec7a-4962-83a6-1e20a0e32297 2018-09-04 20:42:50,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:42:50,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=b4c08d68206048b6aa89e58b574d28cb&scope.project.id=21a717df1f2c484095e6f33236f533f4&role.id=5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:50,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3886a4a-5e81-473c-a0ca-a8cec2ff03df Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=b4c08d68206048b6aa89e58b574d28cb&scope.project.id=21a717df1f2c484095e6f33236f533f4&role.id=5cd9afdff9a14c7bbd8b1621921cc3df", "previous": null, "next": null}} 2018-09-04 20:42:50,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=b4c08d68206048b6aa89e58b574d28cb&scope.project.id=21a717df1f2c484095e6f33236f533f4&role.id=5cd9afdff9a14c7bbd8b1621921cc3df used request id req-b3886a4a-5e81-473c-a0ca-a8cec2ff03df 2018-09-04 20:42:50,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0841639041901s 2018-09-04 20:42:50,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:42:50,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/b4c08d68206048b6aa89e58b574d28cb/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:51,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:42:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-059348d8-a4d5-443a-a142-77194fea4f3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:42:51,002 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/b4c08d68206048b6aa89e58b574d28cb/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-059348d8-a4d5-443a-a142-77194fea4f3d 2018-09-04 20:42:51,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12203502655s 2018-09-04 20:42:51,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:51,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:51,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3ac7cd0-d2a0-4da9-9ff3-d746cd6c05c7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:42:51,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e3ac7cd0-d2a0-4da9-9ff3-d746cd6c05c7 2018-09-04 20:42:51,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822570323944s 2018-09-04 20:42:51,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 20:42:51,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-04 20:42:51,187 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:42:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10a09316-e7e2-4083-99e9-817370e561c3 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}} 2018-09-04 20:42:51,187 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-10a09316-e7e2-4083-99e9-817370e561c3 2018-09-04 20:42:51,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.101308822632s 2018-09-04 20:42:51,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:51,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f41b0e76-4d00-44a9-80fb-fb3c1e390df9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "domain_id": null, "name": "heat_stack_owner", "id": "4bc2b9005d11430dadf2712b58fb8cb4"}} 2018-09-04 20:42:51,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4 used request id req-f41b0e76-4d00-44a9-80fb-fb3c1e390df9 2018-09-04 20:42:51,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:42:51,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:51,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db42d6cc-4d8d-4496-b267-b4d5af5ab267 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:42:51,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-db42d6cc-4d8d-4496-b267-b4d5af5ab267 2018-09-04 20:42:51,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806920528412s 2018-09-04 20:42:51,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:42:51,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:51,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e638c6bd-be49-4017-849c-21ca98c8ed84 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:42:51,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-e638c6bd-be49-4017-849c-21ca98c8ed84 2018-09-04 20:42:51,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0844869613647s 2018-09-04 20:42:51,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:42:51,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:51,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d285c76-1092-436c-ad37-999f16ac9aa8 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:42:51,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1d285c76-1092-436c-ad37-999f16ac9aa8 2018-09-04 20:42:51,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0892322063446s 2018-09-04 20:42:51,518 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1d285c76-1092-436c-ad37-999f16ac9aa8 2018-09-04 20:42:51,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:42:51,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:51,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e12f34f-33e5-4f68-8258-60a69293b694 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:42:51,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-1e12f34f-33e5-4f68-8258-60a69293b694 2018-09-04 20:42:51,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0810518264771s 2018-09-04 20:42:51,606 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-1e12f34f-33e5-4f68-8258-60a69293b694 2018-09-04 20:42:51,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:42:51,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=b4c08d68206048b6aa89e58b574d28cb&scope.project.id=21a717df1f2c484095e6f33236f533f4&role.id=4bc2b9005d11430dadf2712b58fb8cb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:51,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3f20d1d-b4e1-47dc-916b-7b68acdaa3c3 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=b4c08d68206048b6aa89e58b574d28cb&scope.project.id=21a717df1f2c484095e6f33236f533f4&role.id=4bc2b9005d11430dadf2712b58fb8cb4", "previous": null, "next": null}} 2018-09-04 20:42:51,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=b4c08d68206048b6aa89e58b574d28cb&scope.project.id=21a717df1f2c484095e6f33236f533f4&role.id=4bc2b9005d11430dadf2712b58fb8cb4 used request id req-c3f20d1d-b4e1-47dc-916b-7b68acdaa3c3 2018-09-04 20:42:51,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0820419788361s 2018-09-04 20:42:51,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:42:51,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/b4c08d68206048b6aa89e58b574d28cb/roles/4bc2b9005d11430dadf2712b58fb8cb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:42:51,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:42:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f91fabb-d1d8-4997-b522-ed2431e61ebb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:42:51,939 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/b4c08d68206048b6aa89e58b574d28cb/roles/4bc2b9005d11430dadf2712b58fb8cb4 used request id req-0f91fabb-d1d8-4997-b522-ed2431e61ebb 2018-09-04 20:42:51,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.249079942703s 2018-09-04 20:42:51,940 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-04 20:42:51,940 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-04 20:42:51,941 - openstack_tests - INFO - OS Credentials = > 2018-09-04 20:42:51,941 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:51,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:52,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:42:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["ctu9oqarTai0J7b7aY4apQ"], "issued_at": "2018-09-04T20:42:52.000000Z"}} 2018-09-04 20:42:52,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0fcade21228e55c20c9157b16eb730ba9465cf" 2018-09-04 20:42:53,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-e1592da2-21ff-439c-8c33-4cb85b3a2f31 Date: Tue, 04 Sep 2018 20:42:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:42:53,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-e1592da2-21ff-439c-8c33-4cb85b3a2f31 2018-09-04 20:42:53,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0fcade21228e55c20c9157b16eb730ba9465cf" 2018-09-04 20:42:54,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-15226646-3168-4d27-8acd-eb45cd31fe5f Date: Tue, 04 Sep 2018 20:42:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 20:42:54,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-15226646-3168-4d27-8acd-eb45cd31fe5f 2018-09-04 20:42:54,204 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-04 20:42:54,204 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-09-04 20:42:54,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:42:54,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:54,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:42:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["XoREfOupT3iQFG2yUOZkog"], "issued_at": "2018-09-04T20:42:54.000000Z"}} 2018-09-04 20:42:54,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea019cd4098962aef8993d1d16eb2801dbaf112" 2018-09-04 20:42:54,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7db2202-3a5b-410f-99e9-d276d95d5ad1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:42:54,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c7db2202-3a5b-410f-99e9-d276d95d5ad1 2018-09-04 20:42:54,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:42:54,823 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:42:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:42:54,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea019cd4098962aef8993d1d16eb2801dbaf112" 2018-09-04 20:42:54,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ae990e3-a863-4b3e-bb4b-0b1c59437382 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:42:54,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2ae990e3-a863-4b3e-bb4b-0b1c59437382 2018-09-04 20:42:54,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea019cd4098962aef8993d1d16eb2801dbaf112" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-213108cb-c680-479b-919c-0a9bcfb9ba9a-projName"}}' 2018-09-04 20:42:55,122 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:42:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-549e47e3-21d0-4e00-97fe-0955a52157ff Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8a97b8c2691f401996df9a86be52afae"}, "enabled": true, "id": "8a97b8c2691f401996df9a86be52afae", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-213108cb-c680-479b-919c-0a9bcfb9ba9a-projName"}} 2018-09-04 20:42:55,122 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-549e47e3-21d0-4e00-97fe-0955a52157ff 2018-09-04 20:42:55,122 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-213108cb-c680-479b-919c-0a9bcfb9ba9a-projName 2018-09-04 20:42:55,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-213108cb-c680-479b-919c-0a9bcfb9ba9a-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea019cd4098962aef8993d1d16eb2801dbaf112" 2018-09-04 20:42:55,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77ba2c00-eb60-4006-a0c4-f228c4ac5ffa Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-213108cb-c680-479b-919c-0a9bcfb9ba9a-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8a97b8c2691f401996df9a86be52afae"}, "enabled": true, "id": "8a97b8c2691f401996df9a86be52afae", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-213108cb-c680-479b-919c-0a9bcfb9ba9a-projName"}]} 2018-09-04 20:42:55,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-213108cb-c680-479b-919c-0a9bcfb9ba9a-projName used request id req-77ba2c00-eb60-4006-a0c4-f228c4ac5ffa 2018-09-04 20:42:55,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea019cd4098962aef8993d1d16eb2801dbaf112" 2018-09-04 20:42:55,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1692a87-b597-48c2-8a15-acadb70300b9 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:42:55,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-d1692a87-b597-48c2-8a15-acadb70300b9 2018-09-04 20:42:55,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea019cd4098962aef8993d1d16eb2801dbaf112" 2018-09-04 20:42:56,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-a063bec3-1ac0-448f-a337-a8bc0fbd4d4c Date: Tue, 04 Sep 2018 20:42:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:42:56Z", "updated_at": "2018-09-04T20:42:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:42:56Z", "revision_number": 0, "id": "48a478a7-eadc-4879-b786-4e2e951ef417", "remote_group_id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "remote_ip_prefix": null, "created_at": "2018-09-04T20:42:56Z", "security_group_id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:42:56Z", "revision_number": 0, "id": "3e54b3dc-1c18-4a38-9676-79107003a247", "remote_group_id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "remote_ip_prefix": null, "created_at": "2018-09-04T20:42:56Z", "security_group_id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:42:56Z", "revision_number": 0, "id": "e2ddaf19-96a7-4d18-9458-ce91e6f7e275", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:42:56Z", "security_group_id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:42:56Z", "revision_number": 0, "id": "a45f8edc-5296-48f3-bc27-0a207d88976a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:42:56Z", "security_group_id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "name": "default"}]} 2018-09-04 20:42:56,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-a063bec3-1ac0-448f-a337-a8bc0fbd4d4c 2018-09-04 20:42:56,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea019cd4098962aef8993d1d16eb2801dbaf112" 2018-09-04 20:42:56,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49611859-5336-4c0a-a2f6-d9461570a004 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 20:42:56,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-49611859-5336-4c0a-a2f6-d9461570a004 2018-09-04 20:42:56,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea019cd4098962aef8993d1d16eb2801dbaf112" 2018-09-04 20:42:56,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fd90f5e-076d-45d7-97cc-79bf246064bd Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:42:56,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-2fd90f5e-076d-45d7-97cc-79bf246064bd 2018-09-04 20:42:56,686 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eec897b4-b19e-45f6-ba1b-3c1936496128 2018-09-04 20:42:56,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=eec897b4-b19e-45f6-ba1b-3c1936496128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea019cd4098962aef8993d1d16eb2801dbaf112" 2018-09-04 20:42:57,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0731be5a-41d3-41f6-ab61-17f38fe74c87 Date: Tue, 04 Sep 2018 20:42:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:42:56Z", "security_group_id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:42:56Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "3e54b3dc-1c18-4a38-9676-79107003a247"}, {"remote_group_id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:42:56Z", "security_group_id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:42:56Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "48a478a7-eadc-4879-b786-4e2e951ef417"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:42:56Z", "security_group_id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:42:56Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "a45f8edc-5296-48f3-bc27-0a207d88976a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:42:56Z", "security_group_id": "eec897b4-b19e-45f6-ba1b-3c1936496128", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:42:56Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "e2ddaf19-96a7-4d18-9458-ce91e6f7e275"}]} 2018-09-04 20:42:57,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=eec897b4-b19e-45f6-ba1b-3c1936496128 used request id req-0731be5a-41d3-41f6-ab61-17f38fe74c87 2018-09-04 20:42:57,449 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 20:42:57,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/eec897b4-b19e-45f6-ba1b-3c1936496128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea019cd4098962aef8993d1d16eb2801dbaf112" 2018-09-04 20:42:58,511 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6636073f-76e4-44ac-bd86-1fcc3979c7de Content-Length: 0 Date: Tue, 04 Sep 2018 20:42:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:42:58,511 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/eec897b4-b19e-45f6-ba1b-3c1936496128 used request id req-6636073f-76e4-44ac-bd86-1fcc3979c7de 2018-09-04 20:42:58,511 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-213108cb-c680-479b-919c-0a9bcfb9ba9a-projName 2018-09-04 20:42:58,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/8a97b8c2691f401996df9a86be52afae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea019cd4098962aef8993d1d16eb2801dbaf112" 2018-09-04 20:42:58,699 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:42:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20e107b2-3dba-4831-b0f7-d0474b04eba5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:42:58,699 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/8a97b8c2691f401996df9a86be52afae used request id req-20e107b2-3dba-4831-b0f7-d0474b04eba5 2018-09-04 20:42:58,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:42:59,075 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:42:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["1ZHTJDVYTH619UDa10TXLw"], "issued_at": "2018-09-04T20:42:59.000000Z"}} 2018-09-04 20:42:59,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57201438e5ca0723262eccce9f5f1022a97b67ec" 2018-09-04 20:42:59,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9ab5386-bb91-487b-9c26-ff7e7feeab4c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:42:59,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a9ab5386-bb91-487b-9c26-ff7e7feeab4c 2018-09-04 20:42:59,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:42:59,177 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:42:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:42:59,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57201438e5ca0723262eccce9f5f1022a97b67ec" 2018-09-04 20:42:59,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31ddf20d-f593-4526-9c21-90061693df7c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:42:59,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-31ddf20d-f593-4526-9c21-90061693df7c 2018-09-04 20:42:59,634 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-767b7fa9-68e7-435a-86a5-4089ea6e019e-username 2018-09-04 20:42:59,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57201438e5ca0723262eccce9f5f1022a97b67ec" 2018-09-04 20:42:59,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a05c5909-05bf-49e8-8e83-9baff25f4f09 Content-Encoding: gzip Content-Length: 949 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-767b7fa9-68e7-435a-86a5-4089ea6e019e-username", "links": {"self": "http://172.30.9.26:5000/v3/users/a334a7a41871489788d1fa199c86cf72"}, "domain_id": "default", "enabled": true, "id": "a334a7a41871489788d1fa199c86cf72", "options": {}}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:42:59,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a05c5909-05bf-49e8-8e83-9baff25f4f09 2018-09-04 20:42:59,759 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-767b7fa9-68e7-435a-86a5-4089ea6e019e-username 2018-09-04 20:42:59,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/a334a7a41871489788d1fa199c86cf72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57201438e5ca0723262eccce9f5f1022a97b67ec" 2018-09-04 20:42:59,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:42:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1c14a20-d149-4a62-92ae-642fc3a40f3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:42:59,967 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/a334a7a41871489788d1fa199c86cf72 used request id req-a1c14a20-d149-4a62-92ae-642fc3a40f3f 2018-09-04 20:42:59,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:00,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["hyM2XnudRZmhPk5Dahi3cg"], "issued_at": "2018-09-04T20:43:00.000000Z"}} 2018-09-04 20:43:00,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}944a229b25746d38f90e4e345ef9d891bbabd8cf" 2018-09-04 20:43:00,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eea74bb9-e7c0-4732-a9bb-7eb4eec72155 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:00,449 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-eea74bb9-e7c0-4732-a9bb-7eb4eec72155 2018-09-04 20:43:00,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:00,451 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-04 20:43:00,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:00,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["37jFt9eHQmeJ1-B5HXHpKA"], "issued_at": "2018-09-04T20:43:00.000000Z"}} 2018-09-04 20:43:00,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc43d7968e85e8a7cd4003cfe0fbdedce65b02d4" 2018-09-04 20:43:00,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f7644d-78a4-424d-9041-853f7f095733 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:00,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c5f7644d-78a4-424d-9041-853f7f095733 2018-09-04 20:43:00,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:00,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:01,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["msvd_A5DQX6TxCS5XD5Iuw"], "issued_at": "2018-09-04T20:43:01.000000Z"}} 2018-09-04 20:43:01,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:01,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["QwXnBvtuS-u2KPtTxs-xyQ"], "issued_at": "2018-09-04T20:43:01.000000Z"}} 2018-09-04 20:43:01,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29920ccbaf7567a29561c251ff7867f9c1d1b6e5" 2018-09-04 20:43:01,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21c2c88c-b0ab-4ea6-b20d-5aa35d13d5af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:01,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-21c2c88c-b0ab-4ea6-b20d-5aa35d13d5af 2018-09-04 20:43:01,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:01,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:02,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["0wX4SKy-S7itYmppgl2FHw"], "issued_at": "2018-09-04T20:43:02.000000Z"}} 2018-09-04 20:43:02,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:02,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["mifs7-caTL2faloZ9C-DJg"], "issued_at": "2018-09-04T20:43:02.000000Z"}} 2018-09-04 20:43:02,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}040e6817ecaa2fafcace54a8acff0db866c64137" 2018-09-04 20:43:02,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4820c002-08c0-4761-93a4-4798afd9a799 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:02,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4820c002-08c0-4761-93a4-4798afd9a799 2018-09-04 20:43:02,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:02,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:03,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["ifIlQfI6TxaMjDNhYZvf4g"], "issued_at": "2018-09-04T20:43:03.000000Z"}} 2018-09-04 20:43:03,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:03,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:03,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["kBbnTjLBTdWSGiCZwMlgKw"], "issued_at": "2018-09-04T20:43:03.000000Z"}} 2018-09-04 20:43:03,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:03,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:03,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["E242yGQTQuS_23-k8s3M5g"], "issued_at": "2018-09-04T20:43:03.000000Z"}} 2018-09-04 20:43:03,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:04,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["CPpx1y07S7Op-pp0XYdzvQ"], "issued_at": "2018-09-04T20:43:04.000000Z"}} 2018-09-04 20:43:04,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:04,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f803a2e0-a244-4ace-b669-2c33f07dd4d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:04,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f803a2e0-a244-4ace-b669-2c33f07dd4d4 2018-09-04 20:43:04,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:04,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:04,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:04,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-254fabe4-2423-4218-b756-6e49c6d7811b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:04,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-254fabe4-2423-4218-b756-6e49c6d7811b 2018-09-04 20:43:04,774 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-username 2018-09-04 20:43:04,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:04,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3a1f372-6f26-46f2-b4c0-365c848861e8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:04,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f3a1f372-6f26-46f2-b4c0-365c848861e8 2018-09-04 20:43:04,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-projName"}}' 2018-09-04 20:43:05,112 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:43:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fb96e1a-0c04-4662-84b4-0af56f88b133 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/a271c57c58434b909ce88ab3cd233f5c"}, "enabled": true, "id": "a271c57c58434b909ce88ab3cd233f5c", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-projName"}} 2018-09-04 20:43:05,112 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5fb96e1a-0c04-4662-84b4-0af56f88b133 2018-09-04 20:43:05,113 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-projName 2018-09-04 20:43:05,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" -d '{"role": {"name": "KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-role"}}' 2018-09-04 20:43:05,144 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:43:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38b564ea-e346-4e21-a153-991fe6a18926 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b766c5b14d064c9997fe1d42a7192d6d", "links": {"self": "http://172.30.9.26:5000/v3/roles/b766c5b14d064c9997fe1d42a7192d6d"}, "name": "KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-role"}} 2018-09-04 20:43:05,145 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-38b564ea-e346-4e21-a153-991fe6a18926 2018-09-04 20:43:05,145 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-role 2018-09-04 20:43:05,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/b766c5b14d064c9997fe1d42a7192d6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:05,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9032df8-e1d8-4f4d-8644-c0e0cdce8149 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/b766c5b14d064c9997fe1d42a7192d6d"}, "domain_id": null, "name": "KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-role", "id": "b766c5b14d064c9997fe1d42a7192d6d"}} 2018-09-04 20:43:05,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/b766c5b14d064c9997fe1d42a7192d6d used request id req-c9032df8-e1d8-4f4d-8644-c0e0cdce8149 2018-09-04 20:43:05,234 - keystone_utils - INFO - Granting role KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-role to project KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-projName 2018-09-04 20:43:05,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/a271c57c58434b909ce88ab3cd233f5c/users/1af0b65dfc6b41579e90e8920cc16eb8/roles/b766c5b14d064c9997fe1d42a7192d6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:05,297 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18ef789e-c7bf-4a99-8407-102cfdb46696 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:05,298 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/a271c57c58434b909ce88ab3cd233f5c/users/1af0b65dfc6b41579e90e8920cc16eb8/roles/b766c5b14d064c9997fe1d42a7192d6d used request id req-18ef789e-c7bf-4a99-8407-102cfdb46696 2018-09-04 20:43:05,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/a271c57c58434b909ce88ab3cd233f5c/users/1af0b65dfc6b41579e90e8920cc16eb8/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:05,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36c07a0f-3596-45f6-a931-11fc2d5926fd Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/a271c57c58434b909ce88ab3cd233f5c/users/1af0b65dfc6b41579e90e8920cc16eb8/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "b766c5b14d064c9997fe1d42a7192d6d", "links": {"self": "http://172.30.9.26:5000/v3/roles/b766c5b14d064c9997fe1d42a7192d6d"}, "name": "KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-role"}]} 2018-09-04 20:43:05,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/a271c57c58434b909ce88ab3cd233f5c/users/1af0b65dfc6b41579e90e8920cc16eb8/roles used request id req-36c07a0f-3596-45f6-a931-11fc2d5926fd 2018-09-04 20:43:05,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:06,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-9b4c738e-3653-4dd5-93d6-6523014586ab Date: Tue, 04 Sep 2018 20:43:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:06Z", "updated_at": "2018-09-04T20:43:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:06Z", "revision_number": 0, "id": "9f081383-ea3d-4f7d-8cc5-4357fb410351", "remote_group_id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:06Z", "security_group_id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:06Z", "revision_number": 0, "id": "df18e802-5d8b-4c5f-8af1-3f70dac486e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:06Z", "security_group_id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:06Z", "revision_number": 0, "id": "1e8dc8fd-64bc-4fbf-8f54-6229b1890288", "remote_group_id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:06Z", "security_group_id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:06Z", "revision_number": 0, "id": "bdd93df5-8837-42f8-964b-ab70efaf645e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:06Z", "security_group_id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}]} 2018-09-04 20:43:06,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-9b4c738e-3653-4dd5-93d6-6523014586ab 2018-09-04 20:43:06,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:06,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17b30375-6a3f-4ea6-b72f-afd512f61c51 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:43:06,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-17b30375-6a3f-4ea6-b72f-afd512f61c51 2018-09-04 20:43:06,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 00f5a856-aa2d-44b4-ba96-268592a2f4dc 2018-09-04 20:43:06,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=00f5a856-aa2d-44b4-ba96-268592a2f4dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:07,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a79e3fe8-de55-4a15-8c40-1c95205e31e5 Date: Tue, 04 Sep 2018 20:43:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:06Z", "security_group_id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:06Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "1e8dc8fd-64bc-4fbf-8f54-6229b1890288"}, {"remote_group_id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:06Z", "security_group_id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:06Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "9f081383-ea3d-4f7d-8cc5-4357fb410351"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:06Z", "security_group_id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:06Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "bdd93df5-8837-42f8-964b-ab70efaf645e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:06Z", "security_group_id": "00f5a856-aa2d-44b4-ba96-268592a2f4dc", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:06Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "df18e802-5d8b-4c5f-8af1-3f70dac486e0"}]} 2018-09-04 20:43:07,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=00f5a856-aa2d-44b4-ba96-268592a2f4dc used request id req-a79e3fe8-de55-4a15-8c40-1c95205e31e5 2018-09-04 20:43:07,335 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 20:43:07,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/00f5a856-aa2d-44b4-ba96-268592a2f4dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:07,674 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d758258-eb1b-488e-9247-5cff323018af Content-Length: 0 Date: Tue, 04 Sep 2018 20:43:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:43:07,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/00f5a856-aa2d-44b4-ba96-268592a2f4dc used request id req-2d758258-eb1b-488e-9247-5cff323018af 2018-09-04 20:43:07,674 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-projName 2018-09-04 20:43:07,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/a271c57c58434b909ce88ab3cd233f5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:07,879 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a544d09e-e82a-4dbe-a9d2-7eccede66e03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:07,879 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/a271c57c58434b909ce88ab3cd233f5c used request id req-a544d09e-e82a-4dbe-a9d2-7eccede66e03 2018-09-04 20:43:07,880 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-username 2018-09-04 20:43:07,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/1af0b65dfc6b41579e90e8920cc16eb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:08,168 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-addf4078-9086-4a0c-8ff6-8c52177b76db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:08,169 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/1af0b65dfc6b41579e90e8920cc16eb8 used request id req-addf4078-9086-4a0c-8ff6-8c52177b76db 2018-09-04 20:43:08,169 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-8433f109-a224-4a75-be09-63365fdbd3a7-role 2018-09-04 20:43:08,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/b766c5b14d064c9997fe1d42a7192d6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d531be8a19f7e34b6c5028d37aae98e198c1b7" 2018-09-04 20:43:08,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d80defa-6dae-4fd8-ba49-59b4c9217c1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:08,295 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/b766c5b14d064c9997fe1d42a7192d6d used request id req-6d80defa-6dae-4fd8-ba49-59b4c9217c1c 2018-09-04 20:43:08,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:08,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["WKns7ZzARGqGdfbwLlwT6g"], "issued_at": "2018-09-04T20:43:08.000000Z"}} 2018-09-04 20:43:08,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8bcbcfe03759a6d543887b0072a85416d6105e" 2018-09-04 20:43:08,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9fcd06f-1705-403b-ae20-9f0b016c9a4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:08,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d9fcd06f-1705-403b-ae20-9f0b016c9a4a 2018-09-04 20:43:08,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:08,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:09,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["cdbwPUszTlirTC5SCxel4A"], "issued_at": "2018-09-04T20:43:09.000000Z"}} 2018-09-04 20:43:09,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7967edcbc3fabdca637ebcad656c5a0a6e7d41bc" 2018-09-04 20:43:09,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bb8ceef-c9f4-4d6a-a056-8f2f71b9feb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:09,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3bb8ceef-c9f4-4d6a-a056-8f2f71b9feb8 2018-09-04 20:43:09,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:09,247 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:09,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7967edcbc3fabdca637ebcad656c5a0a6e7d41bc" 2018-09-04 20:43:09,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb75558-68a4-400e-8a88-d7c0d988bf59 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:43:09,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-bcb75558-68a4-400e-8a88-d7c0d988bf59 2018-09-04 20:43:09,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7967edcbc3fabdca637ebcad656c5a0a6e7d41bc" 2018-09-04 20:43:09,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-536d668f-fa3f-4d23-9415-5e310f376f5d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:09,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-536d668f-fa3f-4d23-9415-5e310f376f5d 2018-09-04 20:43:09,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7967edcbc3fabdca637ebcad656c5a0a6e7d41bc" 2018-09-04 20:43:09,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea16c769-7350-4eda-92a3-e75831d02baa Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:09,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ea16c769-7350-4eda-92a3-e75831d02baa 2018-09-04 20:43:09,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7967edcbc3fabdca637ebcad656c5a0a6e7d41bc" 2018-09-04 20:43:09,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d46768-5984-4b69-aea1-1e70e3125199 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}]} 2018-09-04 20:43:09,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd used request id req-96d46768-5984-4b69-aea1-1e70e3125199 2018-09-04 20:43:09,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/c4c0fa4cfb6345c3b2be75e15122fc14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7967edcbc3fabdca637ebcad656c5a0a6e7d41bc" 2018-09-04 20:43:10,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-962a940a-fa27-4beb-a70c-2163ac92521d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/c4c0fa4cfb6345c3b2be75e15122fc14"}, "enabled": true, "id": "c4c0fa4cfb6345c3b2be75e15122fc14", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-4e3968e8-f7ec-495-name"}} 2018-09-04 20:43:10,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c4c0fa4cfb6345c3b2be75e15122fc14 used request id req-962a940a-fa27-4beb-a70c-2163ac92521d 2018-09-04 20:43:10,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/c4c0fa4cfb6345c3b2be75e15122fc14/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7967edcbc3fabdca637ebcad656c5a0a6e7d41bc" 2018-09-04 20:43:10,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b10cf65-8c26-4931-9fc5-2775e7b83f8f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/c4c0fa4cfb6345c3b2be75e15122fc14/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 20:43:10,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/c4c0fa4cfb6345c3b2be75e15122fc14/roles used request id req-5b10cf65-8c26-4931-9fc5-2775e7b83f8f 2018-09-04 20:43:10,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7967edcbc3fabdca637ebcad656c5a0a6e7d41bc" 2018-09-04 20:43:10,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-945e4703-9c12-4917-b075-3efa7f1360b9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "domain_id": null, "name": "admin", "id": "5cd9afdff9a14c7bbd8b1621921cc3df"}} 2018-09-04 20:43:10,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-945e4703-9c12-4917-b075-3efa7f1360b9 2018-09-04 20:43:10,285 - keystone_utils - INFO - Granting role admin to project api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd 2018-09-04 20:43:10,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/c4c0fa4cfb6345c3b2be75e15122fc14/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7967edcbc3fabdca637ebcad656c5a0a6e7d41bc" 2018-09-04 20:43:10,404 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afcbda23-95b0-45fb-b3e5-0d2a9385d49b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:10,405 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/c4c0fa4cfb6345c3b2be75e15122fc14/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-afcbda23-95b0-45fb-b3e5-0d2a9385d49b 2018-09-04 20:43:10,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7967edcbc3fabdca637ebcad656c5a0a6e7d41bc" 2018-09-04 20:43:10,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f29d108-fbfe-454b-9137-a0e095a4c5ae Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:10,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7f29d108-fbfe-454b-9137-a0e095a4c5ae 2018-09-04 20:43:10,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7967edcbc3fabdca637ebcad656c5a0a6e7d41bc" 2018-09-04 20:43:10,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c22414c8-0ab4-4eb5-ac82-e7aebd844e8c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}]} 2018-09-04 20:43:10,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd used request id req-c22414c8-0ab4-4eb5-ac82-e7aebd844e8c 2018-09-04 20:43:10,600 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-4e3968e8-f7ec-495-name 2018-09-04 20:43:10,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:10,608 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:10,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8bcbcfe03759a6d543887b0072a85416d6105e" 2018-09-04 20:43:10,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48162a70-dfe7-4e16-ab16-5ea192eef15a Content-Encoding: gzip Content-Length: 939 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"password_expires_at": null, "name": "CreateUserSuccessTests-4e3968e8-f7ec-495-name", "links": {"self": "http://172.30.9.26:5000/v3/users/c4c0fa4cfb6345c3b2be75e15122fc14"}, "domain_id": "default", "enabled": true, "id": "c4c0fa4cfb6345c3b2be75e15122fc14", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:43:10,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-48162a70-dfe7-4e16-ab16-5ea192eef15a 2018-09-04 20:43:10,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8bcbcfe03759a6d543887b0072a85416d6105e" 2018-09-04 20:43:10,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd0a7a72-8308-4ce2-80a2-361e82863739 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:10,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fd0a7a72-8308-4ce2-80a2-361e82863739 2018-09-04 20:43:10,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8bcbcfe03759a6d543887b0072a85416d6105e" 2018-09-04 20:43:10,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a475b1cd-0570-48e8-8fef-95910862a44f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}]} 2018-09-04 20:43:10,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd used request id req-a475b1cd-0570-48e8-8fef-95910862a44f 2018-09-04 20:43:10,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/c4c0fa4cfb6345c3b2be75e15122fc14/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8bcbcfe03759a6d543887b0072a85416d6105e" 2018-09-04 20:43:11,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f45fac42-ba58-49ac-a46e-9593a05a46f5 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/c4c0fa4cfb6345c3b2be75e15122fc14/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}]} 2018-09-04 20:43:11,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/c4c0fa4cfb6345c3b2be75e15122fc14/roles used request id req-f45fac42-ba58-49ac-a46e-9593a05a46f5 2018-09-04 20:43:11,005 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-4e3968e8-f7ec-495-name 2018-09-04 20:43:11,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/c4c0fa4cfb6345c3b2be75e15122fc14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7967edcbc3fabdca637ebcad656c5a0a6e7d41bc" 2018-09-04 20:43:11,264 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc75202c-9124-47b6-8e23-be0ec4cacae4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:11,265 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c4c0fa4cfb6345c3b2be75e15122fc14 used request id req-bc75202c-9124-47b6-8e23-be0ec4cacae4 2018-09-04 20:43:11,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:11,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["7uf1LzkZSRmO1fBkfiquHQ"], "issued_at": "2018-09-04T20:43:11.000000Z"}} 2018-09-04 20:43:11,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf885ec3d24ba882f1ef08541c9f8545a3a53e8e" 2018-09-04 20:43:11,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50efbcac-dfea-4e02-a865-b62e9a446fcb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:11,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-50efbcac-dfea-4e02-a865-b62e9a446fcb 2018-09-04 20:43:11,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:11,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:12,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["Zz0jMPxHTn6nWHVnGCtYgw"], "issued_at": "2018-09-04T20:43:12.000000Z"}} 2018-09-04 20:43:12,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a863a178098ebeb2d1787be4cc79671928e3aa" 2018-09-04 20:43:12,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dc8143a-28dc-4658-9659-d8fdffbc0b02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:12,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2dc8143a-28dc-4658-9659-d8fdffbc0b02 2018-09-04 20:43:12,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:12,211 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:12,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a863a178098ebeb2d1787be4cc79671928e3aa" 2018-09-04 20:43:12,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f729a0f-34e6-4939-919a-277367cd06bb Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:43:12,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-2f729a0f-34e6-4939-919a-277367cd06bb 2018-09-04 20:43:12,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a863a178098ebeb2d1787be4cc79671928e3aa" 2018-09-04 20:43:12,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27f13f59-669d-4f7f-ade1-c8fb5839b637 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:12,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-27f13f59-669d-4f7f-ade1-c8fb5839b637 2018-09-04 20:43:12,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a863a178098ebeb2d1787be4cc79671928e3aa" 2018-09-04 20:43:12,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39c6718f-31cc-4dc9-9865-b4140de43216 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:12,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-39c6718f-31cc-4dc9-9865-b4140de43216 2018-09-04 20:43:12,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a863a178098ebeb2d1787be4cc79671928e3aa" 2018-09-04 20:43:13,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8c62031-c4d3-4f3c-9237-3a0789ba35c2 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}]} 2018-09-04 20:43:13,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd used request id req-a8c62031-c4d3-4f3c-9237-3a0789ba35c2 2018-09-04 20:43:13,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/e2fd5e6aa3db45e1bb2fb64edca47d86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a863a178098ebeb2d1787be4cc79671928e3aa" 2018-09-04 20:43:13,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f76afd3c-5520-4bbc-910f-40c5b2dfc198 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/e2fd5e6aa3db45e1bb2fb64edca47d86"}, "enabled": true, "id": "e2fd5e6aa3db45e1bb2fb64edca47d86", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-9c623354-4a1f-494-name"}} 2018-09-04 20:43:13,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/e2fd5e6aa3db45e1bb2fb64edca47d86 used request id req-f76afd3c-5520-4bbc-910f-40c5b2dfc198 2018-09-04 20:43:13,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/e2fd5e6aa3db45e1bb2fb64edca47d86/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a863a178098ebeb2d1787be4cc79671928e3aa" 2018-09-04 20:43:13,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb0f1f32-54ae-4c6c-8402-f6209c02e8e4 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/e2fd5e6aa3db45e1bb2fb64edca47d86/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 20:43:13,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/e2fd5e6aa3db45e1bb2fb64edca47d86/roles used request id req-bb0f1f32-54ae-4c6c-8402-f6209c02e8e4 2018-09-04 20:43:13,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a863a178098ebeb2d1787be4cc79671928e3aa" 2018-09-04 20:43:13,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2233c3ea-306c-41dc-9400-d006c51690a2 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "domain_id": null, "name": "admin", "id": "5cd9afdff9a14c7bbd8b1621921cc3df"}} 2018-09-04 20:43:13,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-2233c3ea-306c-41dc-9400-d006c51690a2 2018-09-04 20:43:13,297 - keystone_utils - INFO - Granting role admin to project api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd 2018-09-04 20:43:13,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/e2fd5e6aa3db45e1bb2fb64edca47d86/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a863a178098ebeb2d1787be4cc79671928e3aa" 2018-09-04 20:43:13,461 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d77abed-0c5e-483b-9f8d-f4b1ea249dbf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:13,461 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/e2fd5e6aa3db45e1bb2fb64edca47d86/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-8d77abed-0c5e-483b-9f8d-f4b1ea249dbf 2018-09-04 20:43:13,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a863a178098ebeb2d1787be4cc79671928e3aa" 2018-09-04 20:43:13,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fc87c21-023b-466f-bff2-62d7c0e0fc76 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:13,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7fc87c21-023b-466f-bff2-62d7c0e0fc76 2018-09-04 20:43:13,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a863a178098ebeb2d1787be4cc79671928e3aa" 2018-09-04 20:43:13,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-186561e9-57af-4a80-9587-1ce6464e141a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}]} 2018-09-04 20:43:13,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd used request id req-186561e9-57af-4a80-9587-1ce6464e141a 2018-09-04 20:43:13,650 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-9c623354-4a1f-494-name 2018-09-04 20:43:13,651 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-9c623354-4a1f-494-name 2018-09-04 20:43:13,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:13,659 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:13,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/e2fd5e6aa3db45e1bb2fb64edca47d86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf885ec3d24ba882f1ef08541c9f8545a3a53e8e" 2018-09-04 20:43:13,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b4f3a53-1b2b-4332-8f95-5e5a52ce773f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:13,939 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e2fd5e6aa3db45e1bb2fb64edca47d86 used request id req-9b4f3a53-1b2b-4332-8f95-5e5a52ce773f 2018-09-04 20:43:13,939 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-9c623354-4a1f-494-name 2018-09-04 20:43:13,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/e2fd5e6aa3db45e1bb2fb64edca47d86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a863a178098ebeb2d1787be4cc79671928e3aa" 2018-09-04 20:43:14,026 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:43:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-707b35b4-706d-4251-b771-39e5e2df1a5a Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: e2fd5e6aa3db45e1bb2fb64edca47d86.", "code": 404, "title": "Not Found"}} 2018-09-04 20:43:14,027 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e2fd5e6aa3db45e1bb2fb64edca47d86 used request id req-707b35b4-706d-4251-b771-39e5e2df1a5a 2018-09-04 20:43:14,027 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 20:43:14,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:14,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["TeZMoBszS1SaWPyR5_iBuA"], "issued_at": "2018-09-04T20:43:14.000000Z"}} 2018-09-04 20:43:14,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772b4ceb7fb32d92cca79aaea2ad16e3336e7a24" 2018-09-04 20:43:14,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66afde66-9fc2-4759-a23f-820022436307 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:14,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-66afde66-9fc2-4759-a23f-820022436307 2018-09-04 20:43:14,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:14,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:14,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["4ZAIevAPQQO9cymSeVgetw"], "issued_at": "2018-09-04T20:43:14.000000Z"}} 2018-09-04 20:43:14,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8764688e4f7ca384519b10fee0f18c8d841783" 2018-09-04 20:43:14,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc4a9865-1440-4f65-b1d8-dd3ab05bb9fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:14,956 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dc4a9865-1440-4f65-b1d8-dd3ab05bb9fc 2018-09-04 20:43:14,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:14,966 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:14,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8764688e4f7ca384519b10fee0f18c8d841783" 2018-09-04 20:43:15,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec435285-b766-43df-92c5-c78778847487 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:43:15,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ec435285-b766-43df-92c5-c78778847487 2018-09-04 20:43:15,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8764688e4f7ca384519b10fee0f18c8d841783" 2018-09-04 20:43:15,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a938932-cd41-4d8c-8d7b-7d4e97a4bb0e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:15,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2a938932-cd41-4d8c-8d7b-7d4e97a4bb0e 2018-09-04 20:43:15,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8764688e4f7ca384519b10fee0f18c8d841783" 2018-09-04 20:43:15,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb87810e-2b24-4ad9-aa47-0ef7c659918c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:15,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cb87810e-2b24-4ad9-aa47-0ef7c659918c 2018-09-04 20:43:15,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8764688e4f7ca384519b10fee0f18c8d841783" 2018-09-04 20:43:15,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca41d29-f748-4b9f-98cd-5701453949c0 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}]} 2018-09-04 20:43:15,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd used request id req-fca41d29-f748-4b9f-98cd-5701453949c0 2018-09-04 20:43:15,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/e09672f5a33943e1b90d0d3cd00d1013 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8764688e4f7ca384519b10fee0f18c8d841783" 2018-09-04 20:43:15,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cfb3fd6-2ef3-4ab7-9113-1463c4d0fac3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/e09672f5a33943e1b90d0d3cd00d1013"}, "enabled": true, "id": "e09672f5a33943e1b90d0d3cd00d1013", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-39062a80-c057-492-name"}} 2018-09-04 20:43:15,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/e09672f5a33943e1b90d0d3cd00d1013 used request id req-0cfb3fd6-2ef3-4ab7-9113-1463c4d0fac3 2018-09-04 20:43:15,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/e09672f5a33943e1b90d0d3cd00d1013/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8764688e4f7ca384519b10fee0f18c8d841783" 2018-09-04 20:43:15,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afbead31-fc42-4547-b0d6-93ff919773b0 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/e09672f5a33943e1b90d0d3cd00d1013/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 20:43:15,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/e09672f5a33943e1b90d0d3cd00d1013/roles used request id req-afbead31-fc42-4547-b0d6-93ff919773b0 2018-09-04 20:43:15,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8764688e4f7ca384519b10fee0f18c8d841783" 2018-09-04 20:43:16,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c5a6112-10f2-4c5d-9e0a-89946ff2c294 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "domain_id": null, "name": "admin", "id": "5cd9afdff9a14c7bbd8b1621921cc3df"}} 2018-09-04 20:43:16,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-4c5a6112-10f2-4c5d-9e0a-89946ff2c294 2018-09-04 20:43:16,010 - keystone_utils - INFO - Granting role admin to project api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd 2018-09-04 20:43:16,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/e09672f5a33943e1b90d0d3cd00d1013/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8764688e4f7ca384519b10fee0f18c8d841783" 2018-09-04 20:43:16,180 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e813c3be-2763-4011-a5a9-26a68c0dd028 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:16,180 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/e09672f5a33943e1b90d0d3cd00d1013/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-e813c3be-2763-4011-a5a9-26a68c0dd028 2018-09-04 20:43:16,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8764688e4f7ca384519b10fee0f18c8d841783" 2018-09-04 20:43:16,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e65c906b-7bd6-4db9-b6b8-49bb87d6acc3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:16,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e65c906b-7bd6-4db9-b6b8-49bb87d6acc3 2018-09-04 20:43:16,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8764688e4f7ca384519b10fee0f18c8d841783" 2018-09-04 20:43:16,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0353120b-8f2a-4016-be14-7ad73256e494 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}]} 2018-09-04 20:43:16,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd used request id req-0353120b-8f2a-4016-be14-7ad73256e494 2018-09-04 20:43:16,355 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-39062a80-c057-492-name 2018-09-04 20:43:16,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:16,364 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:16,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772b4ceb7fb32d92cca79aaea2ad16e3336e7a24" 2018-09-04 20:43:16,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56e86506-1d18-4396-bea5-db6a6f7e275e Content-Encoding: gzip Content-Length: 942 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-39062a80-c057-492-name", "links": {"self": "http://172.30.9.26:5000/v3/users/e09672f5a33943e1b90d0d3cd00d1013"}, "domain_id": "default", "enabled": true, "id": "e09672f5a33943e1b90d0d3cd00d1013", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:43:16,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-56e86506-1d18-4396-bea5-db6a6f7e275e 2018-09-04 20:43:16,460 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-39062a80-c057-492-name 2018-09-04 20:43:16,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/e09672f5a33943e1b90d0d3cd00d1013 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8764688e4f7ca384519b10fee0f18c8d841783" 2018-09-04 20:43:16,673 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc3c6400-7110-4b6d-909d-3016f47422ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:16,673 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e09672f5a33943e1b90d0d3cd00d1013 used request id req-bc3c6400-7110-4b6d-909d-3016f47422ee 2018-09-04 20:43:16,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:17,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["RtqYY0j5QGyq8P2DeKXgZw"], "issued_at": "2018-09-04T20:43:17.000000Z"}} 2018-09-04 20:43:17,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b3d756ee0338d2cf7046c64ed38f3030d28df6" 2018-09-04 20:43:17,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-898336fc-7019-49c0-bbcc-fe71b87750ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:17,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-898336fc-7019-49c0-bbcc-fe71b87750ea 2018-09-04 20:43:17,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:17,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:17,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["gJE9drbARMCb-QIXE5mBRA"], "issued_at": "2018-09-04T20:43:17.000000Z"}} 2018-09-04 20:43:17,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465e9393c52bd1497a80ad2cea0969d350a55ba4" 2018-09-04 20:43:17,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60f598bb-8c34-4244-a275-1982acc9262d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:17,824 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-60f598bb-8c34-4244-a275-1982acc9262d 2018-09-04 20:43:17,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:17,833 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:17,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465e9393c52bd1497a80ad2cea0969d350a55ba4" 2018-09-04 20:43:17,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9293c60-550b-4d76-b7b4-341dff81fdae Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:43:17,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c9293c60-550b-4d76-b7b4-341dff81fdae 2018-09-04 20:43:17,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465e9393c52bd1497a80ad2cea0969d350a55ba4" 2018-09-04 20:43:18,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07fe1fb6-b2fd-4257-9a6f-87788b214edf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:18,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-07fe1fb6-b2fd-4257-9a6f-87788b214edf 2018-09-04 20:43:18,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465e9393c52bd1497a80ad2cea0969d350a55ba4" 2018-09-04 20:43:18,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77812061-17f1-4bf1-8696-636fc9903155 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:18,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-77812061-17f1-4bf1-8696-636fc9903155 2018-09-04 20:43:18,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465e9393c52bd1497a80ad2cea0969d350a55ba4" 2018-09-04 20:43:18,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2db1542-3cd0-4559-83f9-4dd00ae92e88 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}]} 2018-09-04 20:43:18,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd used request id req-d2db1542-3cd0-4559-83f9-4dd00ae92e88 2018-09-04 20:43:18,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/3f988b12b6bb45b4a33c55e15304f0e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465e9393c52bd1497a80ad2cea0969d350a55ba4" 2018-09-04 20:43:18,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7257df9-9d9e-466a-92e7-23697a417043 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/3f988b12b6bb45b4a33c55e15304f0e6"}, "enabled": true, "id": "3f988b12b6bb45b4a33c55e15304f0e6", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-9c6e05d1-9347-433-name"}} 2018-09-04 20:43:18,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/3f988b12b6bb45b4a33c55e15304f0e6 used request id req-a7257df9-9d9e-466a-92e7-23697a417043 2018-09-04 20:43:18,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/3f988b12b6bb45b4a33c55e15304f0e6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465e9393c52bd1497a80ad2cea0969d350a55ba4" 2018-09-04 20:43:18,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7af801a6-f6c5-4443-b37c-c7f45e7e6de4 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/3f988b12b6bb45b4a33c55e15304f0e6/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 20:43:18,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/3f988b12b6bb45b4a33c55e15304f0e6/roles used request id req-7af801a6-f6c5-4443-b37c-c7f45e7e6de4 2018-09-04 20:43:18,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465e9393c52bd1497a80ad2cea0969d350a55ba4" 2018-09-04 20:43:18,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c326f53-583c-4ff1-a6d6-74971c7809ac Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "domain_id": null, "name": "admin", "id": "5cd9afdff9a14c7bbd8b1621921cc3df"}} 2018-09-04 20:43:18,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-9c326f53-583c-4ff1-a6d6-74971c7809ac 2018-09-04 20:43:18,814 - keystone_utils - INFO - Granting role admin to project api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd 2018-09-04 20:43:18,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/3f988b12b6bb45b4a33c55e15304f0e6/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465e9393c52bd1497a80ad2cea0969d350a55ba4" 2018-09-04 20:43:18,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-219d546e-9bb1-49a4-857b-960d853edbb5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:18,944 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4/users/3f988b12b6bb45b4a33c55e15304f0e6/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-219d546e-9bb1-49a4-857b-960d853edbb5 2018-09-04 20:43:18,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465e9393c52bd1497a80ad2cea0969d350a55ba4" 2018-09-04 20:43:19,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6636b5c-dc9c-416c-bdbb-7931a0629cc4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:19,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a6636b5c-dc9c-416c-bdbb-7931a0629cc4 2018-09-04 20:43:19,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465e9393c52bd1497a80ad2cea0969d350a55ba4" 2018-09-04 20:43:19,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a964dfa-f5fd-42d6-95a0-3e7f15ff67d2 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}]} 2018-09-04 20:43:19,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd used request id req-0a964dfa-f5fd-42d6-95a0-3e7f15ff67d2 2018-09-04 20:43:19,126 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-9c6e05d1-9347-433-name 2018-09-04 20:43:19,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:19,135 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:19,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b3d756ee0338d2cf7046c64ed38f3030d28df6" 2018-09-04 20:43:19,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79f54136-d5bc-45af-9682-b03adfb61512 Content-Encoding: gzip Content-Length: 940 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-9c6e05d1-9347-433-name", "links": {"self": "http://172.30.9.26:5000/v3/users/3f988b12b6bb45b4a33c55e15304f0e6"}, "domain_id": "default", "enabled": true, "id": "3f988b12b6bb45b4a33c55e15304f0e6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:43:19,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-79f54136-d5bc-45af-9682-b03adfb61512 2018-09-04 20:43:19,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:19,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:19,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["Amw2vh0YSACjDB0UJfA7pg"], "issued_at": "2018-09-04T20:43:19.000000Z"}} 2018-09-04 20:43:19,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c5fd3d29a38ac3d774ec264442df62c836f8b2" 2018-09-04 20:43:19,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a989172-8297-4a63-8856-1d76b63d7ca0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:19,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7a989172-8297-4a63-8856-1d76b63d7ca0 2018-09-04 20:43:19,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:19,738 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:19,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c5fd3d29a38ac3d774ec264442df62c836f8b2" 2018-09-04 20:43:19,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-451dda30-ff9f-4546-887c-7d9ae31fb4f1 Content-Encoding: gzip Content-Length: 940 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-9c6e05d1-9347-433-name", "links": {"self": "http://172.30.9.26:5000/v3/users/3f988b12b6bb45b4a33c55e15304f0e6"}, "domain_id": "default", "enabled": true, "id": "3f988b12b6bb45b4a33c55e15304f0e6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:43:19,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-451dda30-ff9f-4546-887c-7d9ae31fb4f1 2018-09-04 20:43:19,848 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-9c6e05d1-9347-433-name 2018-09-04 20:43:19,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/3f988b12b6bb45b4a33c55e15304f0e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465e9393c52bd1497a80ad2cea0969d350a55ba4" 2018-09-04 20:43:20,047 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-619aa53c-bd97-40e1-b28e-b496eb21bd25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:20,047 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/3f988b12b6bb45b4a33c55e15304f0e6 used request id req-619aa53c-bd97-40e1-b28e-b496eb21bd25 2018-09-04 20:43:20,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:20,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["zfbsEJQQRUWu57xVLJemhg"], "issued_at": "2018-09-04T20:43:20.000000Z"}} 2018-09-04 20:43:20,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cf4027cbbca7f3ea637962197d1a6011c8e1c3" 2018-09-04 20:43:20,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb656325-d662-4670-99bd-38e266eb8a1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:20,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bb656325-d662-4670-99bd-38e266eb8a1e 2018-09-04 20:43:20,525 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:20,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:20,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["GAJpN41YRMudoOrH81_jBQ"], "issued_at": "2018-09-04T20:43:20.000000Z"}} 2018-09-04 20:43:20,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73221b7ddaa597e61f62c2c36e826aee31b1697e" 2018-09-04 20:43:20,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-513d9f2a-420e-4ad4-a2e7-fec65a6d943f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:20,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-513d9f2a-420e-4ad4-a2e7-fec65a6d943f 2018-09-04 20:43:20,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:21,000 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:21,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-dba34307-ba47-4b6-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73221b7ddaa597e61f62c2c36e826aee31b1697e" 2018-09-04 20:43:21,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eb6f4e2-a7dd-4903-b110-d19d8b920521 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-dba34307-ba47-4b6-name", "previous": null, "next": null}, "projects": []} 2018-09-04 20:43:21,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-dba34307-ba47-4b6-name used request id req-5eb6f4e2-a7dd-4903-b110-d19d8b920521 2018-09-04 20:43:21,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73221b7ddaa597e61f62c2c36e826aee31b1697e" 2018-09-04 20:43:21,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ffa83b3-14ed-46ed-a2cd-ad4793011662 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:21,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-4ffa83b3-14ed-46ed-a2cd-ad4793011662 2018-09-04 20:43:21,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73221b7ddaa597e61f62c2c36e826aee31b1697e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-dba34307-ba47-4b6-name"}}' 2018-09-04 20:43:21,235 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:43:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9c7105f-3e72-4ba6-b753-d79172278207 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f9cab926a7174305ba9adaa25106f783"}, "enabled": true, "id": "f9cab926a7174305ba9adaa25106f783", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-dba34307-ba47-4b6-name"}} 2018-09-04 20:43:21,235 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-e9c7105f-3e72-4ba6-b753-d79172278207 2018-09-04 20:43:21,235 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-dba34307-ba47-4b6-name 2018-09-04 20:43:21,235 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-dba34307-ba47-4b6-name 2018-09-04 20:43:21,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:21,244 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:21,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/f9cab926a7174305ba9adaa25106f783 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cf4027cbbca7f3ea637962197d1a6011c8e1c3" 2018-09-04 20:43:21,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-007b32a4-8ea7-4c4f-9d02-9f16fb7e5c43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:21,436 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/f9cab926a7174305ba9adaa25106f783 used request id req-007b32a4-8ea7-4c4f-9d02-9f16fb7e5c43 2018-09-04 20:43:21,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73221b7ddaa597e61f62c2c36e826aee31b1697e" 2018-09-04 20:43:22,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-0f8c06ce-1e64-434a-bc7a-d613fee19ec1 Date: Tue, 04 Sep 2018 20:43:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}]} 2018-09-04 20:43:22,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-0f8c06ce-1e64-434a-bc7a-d613fee19ec1 2018-09-04 20:43:22,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73221b7ddaa597e61f62c2c36e826aee31b1697e" 2018-09-04 20:43:22,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74fe354c-8a54-4778-9f8c-828d95446381 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 20:43:22,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-74fe354c-8a54-4778-9f8c-828d95446381 2018-09-04 20:43:22,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73221b7ddaa597e61f62c2c36e826aee31b1697e" 2018-09-04 20:43:22,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-769f42a3-b23c-4e41-9a7a-df22b409c6b1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:43:22,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-769f42a3-b23c-4e41-9a7a-df22b409c6b1 2018-09-04 20:43:22,637 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-dba34307-ba47-4b6-name 2018-09-04 20:43:22,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/f9cab926a7174305ba9adaa25106f783 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73221b7ddaa597e61f62c2c36e826aee31b1697e" 2018-09-04 20:43:22,657 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:43:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ac78875-7f48-4230-9b3e-1a6b3c7787c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f9cab926a7174305ba9adaa25106f783.", "code": 404, "title": "Not Found"}} 2018-09-04 20:43:22,657 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/f9cab926a7174305ba9adaa25106f783 used request id req-7ac78875-7f48-4230-9b3e-1a6b3c7787c8 2018-09-04 20:43:22,657 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 20:43:22,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73221b7ddaa597e61f62c2c36e826aee31b1697e" 2018-09-04 20:43:22,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4867facc-9630-41fa-93c5-0d8021a3afb7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:22,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4867facc-9630-41fa-93c5-0d8021a3afb7 2018-09-04 20:43:22,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cf4027cbbca7f3ea637962197d1a6011c8e1c3" 2018-09-04 20:43:22,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48195e7a-c24a-405b-bc90-35317f8662fd Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:43:22,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-48195e7a-c24a-405b-bc90-35317f8662fd 2018-09-04 20:43:22,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73221b7ddaa597e61f62c2c36e826aee31b1697e" 2018-09-04 20:43:22,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-862bf50e-bbb9-4c12-855b-668a65ccfd45 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:22,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-862bf50e-bbb9-4c12-855b-668a65ccfd45 2018-09-04 20:43:22,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:23,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["fQpFwwfLTUWMgMCKCYln4g"], "issued_at": "2018-09-04T20:43:23.000000Z"}} 2018-09-04 20:43:23,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72df5c48f33860b5a416360c0c9fc25c52d97aee" 2018-09-04 20:43:23,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad92953-75f7-4914-b66a-7128bdd6962b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:23,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dad92953-75f7-4914-b66a-7128bdd6962b 2018-09-04 20:43:23,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:23,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:23,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["lYPBOMY6SamEQ8Nsg0xx4A"], "issued_at": "2018-09-04T20:43:23.000000Z"}} 2018-09-04 20:43:23,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4b13bfad52ccf3aa3dcfb21b303453ea0416c4" 2018-09-04 20:43:23,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4dea278-ab50-4492-b79b-84375198ccf3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:23,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e4dea278-ab50-4492-b79b-84375198ccf3 2018-09-04 20:43:23,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:23,815 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:23,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5fbd0242-4371-4b7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4b13bfad52ccf3aa3dcfb21b303453ea0416c4" 2018-09-04 20:43:23,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ef02f4a-d6e8-470e-a8c9-8f455c1e8ee4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5fbd0242-4371-4b7-name", "previous": null, "next": null}, "projects": []} 2018-09-04 20:43:23,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5fbd0242-4371-4b7-name used request id req-6ef02f4a-d6e8-470e-a8c9-8f455c1e8ee4 2018-09-04 20:43:23,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4b13bfad52ccf3aa3dcfb21b303453ea0416c4" 2018-09-04 20:43:23,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-346ea6fc-1785-4a89-9fe8-81e2a69fd519 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:23,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-346ea6fc-1785-4a89-9fe8-81e2a69fd519 2018-09-04 20:43:23,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4b13bfad52ccf3aa3dcfb21b303453ea0416c4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-5fbd0242-4371-4b7-name"}}' 2018-09-04 20:43:24,085 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:43:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac3c3c11-9a1f-48c7-8e90-3d55ec6d1225 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bf64070d1a464d5d895984786eb741ea"}, "enabled": true, "id": "bf64070d1a464d5d895984786eb741ea", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-5fbd0242-4371-4b7-name"}} 2018-09-04 20:43:24,085 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ac3c3c11-9a1f-48c7-8e90-3d55ec6d1225 2018-09-04 20:43:24,085 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-5fbd0242-4371-4b7-name 2018-09-04 20:43:24,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:24,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:24,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5fbd0242-4371-4b7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72df5c48f33860b5a416360c0c9fc25c52d97aee" 2018-09-04 20:43:24,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49dd1b2e-07c3-43d6-acf6-cbdfdbcb2f48 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5fbd0242-4371-4b7-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bf64070d1a464d5d895984786eb741ea"}, "enabled": true, "id": "bf64070d1a464d5d895984786eb741ea", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-5fbd0242-4371-4b7-name"}]} 2018-09-04 20:43:24,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-5fbd0242-4371-4b7-name used request id req-49dd1b2e-07c3-43d6-acf6-cbdfdbcb2f48 2018-09-04 20:43:24,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72df5c48f33860b5a416360c0c9fc25c52d97aee" 2018-09-04 20:43:24,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-993f1751-cb8d-45e3-be74-9df6af4d6019 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:43:24,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-993f1751-cb8d-45e3-be74-9df6af4d6019 2018-09-04 20:43:24,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4b13bfad52ccf3aa3dcfb21b303453ea0416c4" 2018-09-04 20:43:25,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-7c5eaa8e-a8ae-4add-a9da-e0a2d7bb1e0d Date: Tue, 04 Sep 2018 20:43:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}]} 2018-09-04 20:43:25,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-7c5eaa8e-a8ae-4add-a9da-e0a2d7bb1e0d 2018-09-04 20:43:25,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4b13bfad52ccf3aa3dcfb21b303453ea0416c4" 2018-09-04 20:43:25,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92180397-5d9c-4c72-b088-812623e779d0 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 20:43:25,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-92180397-5d9c-4c72-b088-812623e779d0 2018-09-04 20:43:25,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4b13bfad52ccf3aa3dcfb21b303453ea0416c4" 2018-09-04 20:43:25,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-453c4b6a-31e7-49a4-9251-b4895e803e32 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:43:25,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-453c4b6a-31e7-49a4-9251-b4895e803e32 2018-09-04 20:43:25,216 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-5fbd0242-4371-4b7-name 2018-09-04 20:43:25,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/bf64070d1a464d5d895984786eb741ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4b13bfad52ccf3aa3dcfb21b303453ea0416c4" 2018-09-04 20:43:25,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4431cef5-5dc8-47c6-914a-6ff5d58bd04e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:25,376 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/bf64070d1a464d5d895984786eb741ea used request id req-4431cef5-5dc8-47c6-914a-6ff5d58bd04e 2018-09-04 20:43:25,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4b13bfad52ccf3aa3dcfb21b303453ea0416c4" 2018-09-04 20:43:25,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9fb6593-1083-4b34-a44a-284e6b085497 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:25,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b9fb6593-1083-4b34-a44a-284e6b085497 2018-09-04 20:43:25,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:25,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["NjlZmxzmQCOqRDxPPwHGrg"], "issued_at": "2018-09-04T20:43:25.000000Z"}} 2018-09-04 20:43:25,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7969c85587e1a06d80f97709a20bb11e08511ee" 2018-09-04 20:43:25,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-277e8b9e-bce2-44fe-a981-bbc0e82d2946 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:25,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-277e8b9e-bce2-44fe-a981-bbc0e82d2946 2018-09-04 20:43:25,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:25,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:26,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["noBG7_RWQgyMVuSq1lnMYQ"], "issued_at": "2018-09-04T20:43:26.000000Z"}} 2018-09-04 20:43:26,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac9203f143612a70e3795b9ecea44eec12d0664" 2018-09-04 20:43:26,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d70c714-ee84-4b0a-8d24-851db9cf499b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:26,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8d70c714-ee84-4b0a-8d24-851db9cf499b 2018-09-04 20:43:26,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:26,403 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:26,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75b5e5d6-7c15-41d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac9203f143612a70e3795b9ecea44eec12d0664" 2018-09-04 20:43:26,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d387c26-df6b-4902-a620-80638efa5313 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75b5e5d6-7c15-41d-name", "previous": null, "next": null}, "projects": []} 2018-09-04 20:43:26,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75b5e5d6-7c15-41d-name used request id req-0d387c26-df6b-4902-a620-80638efa5313 2018-09-04 20:43:26,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac9203f143612a70e3795b9ecea44eec12d0664" 2018-09-04 20:43:26,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9e5f04b-cb81-4de5-aee0-095945eeae90 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:26,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e9e5f04b-cb81-4de5-aee0-095945eeae90 2018-09-04 20:43:26,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac9203f143612a70e3795b9ecea44eec12d0664" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-75b5e5d6-7c15-41d-name"}}' 2018-09-04 20:43:26,732 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:43:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c166c45e-3b16-460d-871f-f2a56c8f6141 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a4ce115e6c946c59b487b51421041f8"}, "enabled": true, "id": "7a4ce115e6c946c59b487b51421041f8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-75b5e5d6-7c15-41d-name"}} 2018-09-04 20:43:26,733 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-c166c45e-3b16-460d-871f-f2a56c8f6141 2018-09-04 20:43:26,733 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-75b5e5d6-7c15-41d-name 2018-09-04 20:43:26,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:26,741 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:26,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75b5e5d6-7c15-41d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7969c85587e1a06d80f97709a20bb11e08511ee" 2018-09-04 20:43:26,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c934f86-089e-4bb2-a9dd-3237122eacf8 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75b5e5d6-7c15-41d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a4ce115e6c946c59b487b51421041f8"}, "enabled": true, "id": "7a4ce115e6c946c59b487b51421041f8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-75b5e5d6-7c15-41d-name"}]} 2018-09-04 20:43:26,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75b5e5d6-7c15-41d-name used request id req-6c934f86-089e-4bb2-a9dd-3237122eacf8 2018-09-04 20:43:26,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:26,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:27,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["34iwN428RaycGwNXZ3wQpg"], "issued_at": "2018-09-04T20:43:27.000000Z"}} 2018-09-04 20:43:27,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a42ed1561eea2fe681774dc9f06304efbee39e9" 2018-09-04 20:43:27,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae75dfc-7777-41cb-a25e-d780c5077530 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:27,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4ae75dfc-7777-41cb-a25e-d780c5077530 2018-09-04 20:43:27,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:27,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:27,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75b5e5d6-7c15-41d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a42ed1561eea2fe681774dc9f06304efbee39e9" 2018-09-04 20:43:27,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-404058c5-043a-4ae7-8d83-218a87d95328 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75b5e5d6-7c15-41d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a4ce115e6c946c59b487b51421041f8"}, "enabled": true, "id": "7a4ce115e6c946c59b487b51421041f8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-75b5e5d6-7c15-41d-name"}]} 2018-09-04 20:43:27,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75b5e5d6-7c15-41d-name used request id req-404058c5-043a-4ae7-8d83-218a87d95328 2018-09-04 20:43:27,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7969c85587e1a06d80f97709a20bb11e08511ee" 2018-09-04 20:43:27,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d037a7d8-451a-48ab-aaf6-cf724c155666 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:43:27,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-d037a7d8-451a-48ab-aaf6-cf724c155666 2018-09-04 20:43:27,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac9203f143612a70e3795b9ecea44eec12d0664" 2018-09-04 20:43:28,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-29e39694-15b8-4c99-9df3-a5379b191979 Date: Tue, 04 Sep 2018 20:43:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}]} 2018-09-04 20:43:28,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-29e39694-15b8-4c99-9df3-a5379b191979 2018-09-04 20:43:28,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac9203f143612a70e3795b9ecea44eec12d0664" 2018-09-04 20:43:28,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7054c63-206c-4ff7-8868-7fff957e098d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 20:43:28,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-a7054c63-206c-4ff7-8868-7fff957e098d 2018-09-04 20:43:28,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac9203f143612a70e3795b9ecea44eec12d0664" 2018-09-04 20:43:28,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2629aff-b709-4078-b57e-58e7f875b298 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:43:28,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-e2629aff-b709-4078-b57e-58e7f875b298 2018-09-04 20:43:28,399 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-75b5e5d6-7c15-41d-name 2018-09-04 20:43:28,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/7a4ce115e6c946c59b487b51421041f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac9203f143612a70e3795b9ecea44eec12d0664" 2018-09-04 20:43:28,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a007129-583a-45ae-a9ca-007aa2ae7c8e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:28,549 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/7a4ce115e6c946c59b487b51421041f8 used request id req-6a007129-583a-45ae-a9ca-007aa2ae7c8e 2018-09-04 20:43:28,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ac9203f143612a70e3795b9ecea44eec12d0664" 2018-09-04 20:43:28,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a57f07ef-93f3-4324-a944-ef7496be74c3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:28,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a57f07ef-93f3-4324-a944-ef7496be74c3 2018-09-04 20:43:28,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:29,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["yTcNRM-JTriS6qnhOJPAhw"], "issued_at": "2018-09-04T20:43:29.000000Z"}} 2018-09-04 20:43:29,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8034ac177b43f33d5005b7fd302d9e662c1efbd" 2018-09-04 20:43:29,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee817ee1-77db-4f2f-a22b-bc17f7545954 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:29,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ee817ee1-77db-4f2f-a22b-bc17f7545954 2018-09-04 20:43:29,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:29,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:29,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["kRRPnkbhR0mmjxtpq955wA"], "issued_at": "2018-09-04T20:43:29.000000Z"}} 2018-09-04 20:43:29,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99249920ec2bb0a04d917fda2a2b83d5d6853737" 2018-09-04 20:43:29,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a657293-d02c-42a1-837b-03eb29f63ca7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:29,519 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2a657293-d02c-42a1-837b-03eb29f63ca7 2018-09-04 20:43:29,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:29,527 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:29,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-e6626a62-0899-471-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99249920ec2bb0a04d917fda2a2b83d5d6853737" 2018-09-04 20:43:29,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11d49c92-911f-42f3-a226-dd05fda76540 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-e6626a62-0899-471-name", "previous": null, "next": null}, "projects": []} 2018-09-04 20:43:29,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-e6626a62-0899-471-name used request id req-11d49c92-911f-42f3-a226-dd05fda76540 2018-09-04 20:43:29,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99249920ec2bb0a04d917fda2a2b83d5d6853737" 2018-09-04 20:43:29,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a3208c0-dc95-4225-874d-ba36bf88a1ee Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-09-04 20:43:29,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=foo used request id req-9a3208c0-dc95-4225-874d-ba36bf88a1ee 2018-09-04 20:43:29,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99249920ec2bb0a04d917fda2a2b83d5d6853737" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-e6626a62-0899-471-name"}}' 2018-09-04 20:43:29,800 - keystoneauth.session - DEBUG - RESP: [400] Date: Tue, 04 Sep 2018 20:43:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-527b009a-9c22-4446-8ff8-80f9fcc469af Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-09-04 20:43:29,800 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-527b009a-9c22-4446-8ff8-80f9fcc469af 2018-09-04 20:43:29,800 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-09-04 20:43:29,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99249920ec2bb0a04d917fda2a2b83d5d6853737" 2018-09-04 20:43:29,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db6484a-1f0c-481e-87d4-69faa460fb7b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:29,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9db6484a-1f0c-481e-87d4-69faa460fb7b 2018-09-04 20:43:29,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:30,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["FyhS4fd4QvKEGfAo7otgYw"], "issued_at": "2018-09-04T20:43:30.000000Z"}} 2018-09-04 20:43:30,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32ab104f59fc49fb9f8500bb4b48d1034d00e6ef" 2018-09-04 20:43:30,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-388410ef-a737-42ee-83e8-508fbe54f6ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:30,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-388410ef-a737-42ee-83e8-508fbe54f6ca 2018-09-04 20:43:30,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:30,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:30,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["PuQMpIU9T3-ijHq9Wz0XRQ"], "issued_at": "2018-09-04T20:43:30.000000Z"}} 2018-09-04 20:43:30,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7f847571aa64aaff9bf1c6accbe65bbaf157281" 2018-09-04 20:43:30,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc529081-a32b-445e-ba08-cb09f149b8d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:30,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bc529081-a32b-445e-ba08-cb09f149b8d0 2018-09-04 20:43:30,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:30,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:30,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c475160-7f11-43a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7f847571aa64aaff9bf1c6accbe65bbaf157281" 2018-09-04 20:43:30,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecd96787-3686-4ed2-99c5-27311ebdd561 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c475160-7f11-43a-name", "previous": null, "next": null}, "projects": []} 2018-09-04 20:43:30,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c475160-7f11-43a-name used request id req-ecd96787-3686-4ed2-99c5-27311ebdd561 2018-09-04 20:43:30,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7f847571aa64aaff9bf1c6accbe65bbaf157281" 2018-09-04 20:43:31,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-729256cf-8236-432c-85b3-d2a9c5f7e91b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:31,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-729256cf-8236-432c-85b3-d2a9c5f7e91b 2018-09-04 20:43:31,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7f847571aa64aaff9bf1c6accbe65bbaf157281" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-1c475160-7f11-43a-name"}}' 2018-09-04 20:43:31,169 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9bf89d1-1756-49b2-9a24-75203936096f Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1669a183650b4ab29029f371ec56dcd4"}, "enabled": true, "id": "1669a183650b4ab29029f371ec56dcd4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1c475160-7f11-43a-name"}} 2018-09-04 20:43:31,169 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-d9bf89d1-1756-49b2-9a24-75203936096f 2018-09-04 20:43:31,169 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-1c475160-7f11-43a-name 2018-09-04 20:43:31,170 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:43:31,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-quota-sets/1669a183650b4ab29029f371ec56dcd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7f847571aa64aaff9bf1c6accbe65bbaf157281" 2018-09-04 20:43:31,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-238e1732-3bbe-4d42-ac77-47d1053ea6c7 x-compute-request-id: req-238e1732-3bbe-4d42-ac77-47d1053ea6c7 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "1669a183650b4ab29029f371ec56dcd4", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-04 20:43:31,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/1669a183650b4ab29029f371ec56dcd4 used request id req-238e1732-3bbe-4d42-ac77-47d1053ea6c7 2018-09-04 20:43:31,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:8774/v2.1/os-quota-sets/1669a183650b4ab29029f371ec56dcd4 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7f847571aa64aaff9bf1c6accbe65bbaf157281" -d '{"quota_set": {"metadata_items": 128, "injected_file_content_bytes": 60000, "ram": 70000, "key_pairs": 8, "instances": 5, "injected_files": 6, "cores": 4, "fixed_ips": 7}}' 2018-09-04 20:43:32,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30c77e92-3dc5-4e25-817a-50494adbe406 x-compute-request-id: req-30c77e92-3dc5-4e25-817a-50494adbe406 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-04 20:43:32,821 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/1669a183650b4ab29029f371ec56dcd4 used request id req-30c77e92-3dc5-4e25-817a-50494adbe406 2018-09-04 20:43:32,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:32,830 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:32,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c475160-7f11-43a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32ab104f59fc49fb9f8500bb4b48d1034d00e6ef" 2018-09-04 20:43:32,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd5cd3c9-5c4a-4528-8e4d-a8bee76e0e42 Content-Encoding: gzip Content-Length: 272 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c475160-7f11-43a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1669a183650b4ab29029f371ec56dcd4"}, "enabled": true, "id": "1669a183650b4ab29029f371ec56dcd4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1c475160-7f11-43a-name"}]} 2018-09-04 20:43:32,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1c475160-7f11-43a-name used request id req-fd5cd3c9-5c4a-4528-8e4d-a8bee76e0e42 2018-09-04 20:43:32,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32ab104f59fc49fb9f8500bb4b48d1034d00e6ef" 2018-09-04 20:43:33,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-688eaabf-eeea-4ba3-8171-1de63bf3d6ea Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:43:33,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-688eaabf-eeea-4ba3-8171-1de63bf3d6ea 2018-09-04 20:43:33,008 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:43:33,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-quota-sets/1669a183650b4ab29029f371ec56dcd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32ab104f59fc49fb9f8500bb4b48d1034d00e6ef" 2018-09-04 20:43:33,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7e02745-e443-47f7-8898-42ae7f4afb71 x-compute-request-id: req-b7e02745-e443-47f7-8898-42ae7f4afb71 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "id": "1669a183650b4ab29029f371ec56dcd4", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-04 20:43:33,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/1669a183650b4ab29029f371ec56dcd4 used request id req-b7e02745-e443-47f7-8898-42ae7f4afb71 2018-09-04 20:43:33,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7f847571aa64aaff9bf1c6accbe65bbaf157281" 2018-09-04 20:43:33,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-33b5cfb1-00e0-43ea-95ed-2c44d076cc3b Date: Tue, 04 Sep 2018 20:43:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}]} 2018-09-04 20:43:33,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-33b5cfb1-00e0-43ea-95ed-2c44d076cc3b 2018-09-04 20:43:33,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7f847571aa64aaff9bf1c6accbe65bbaf157281" 2018-09-04 20:43:33,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bd5ef27-1840-4273-a04f-e5c0ce535ea4 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 20:43:33,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-3bd5ef27-1840-4273-a04f-e5c0ce535ea4 2018-09-04 20:43:33,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7f847571aa64aaff9bf1c6accbe65bbaf157281" 2018-09-04 20:43:33,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bb4d799-1748-4413-9461-de196938240e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:43:33,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-3bb4d799-1748-4413-9461-de196938240e 2018-09-04 20:43:33,879 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-1c475160-7f11-43a-name 2018-09-04 20:43:33,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/1669a183650b4ab29029f371ec56dcd4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7f847571aa64aaff9bf1c6accbe65bbaf157281" 2018-09-04 20:43:34,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-570bd85c-c927-4565-89d5-d8996832c482 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:34,033 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/1669a183650b4ab29029f371ec56dcd4 used request id req-570bd85c-c927-4565-89d5-d8996832c482 2018-09-04 20:43:34,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7f847571aa64aaff9bf1c6accbe65bbaf157281" 2018-09-04 20:43:34,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e4aa608-005e-4dee-8fa3-0d359561f8a5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:34,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6e4aa608-005e-4dee-8fa3-0d359561f8a5 2018-09-04 20:43:34,124 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:34,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["pKiwdniSTnCx_zcmFQwFgw"], "issued_at": "2018-09-04T20:43:34.000000Z"}} 2018-09-04 20:43:34,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e190e8bc008889921ac7644c4d7587a0b1ddb78" 2018-09-04 20:43:34,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85d7d21c-7682-47c2-93c2-f974bcbf8a28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:34,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-85d7d21c-7682-47c2-93c2-f974bcbf8a28 2018-09-04 20:43:34,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:34,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:34,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["-K51IiiQS1irNe4shy1D5A"], "issued_at": "2018-09-04T20:43:34.000000Z"}} 2018-09-04 20:43:34,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" 2018-09-04 20:43:35,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5830455d-8394-46f7-a225-814b0b279162 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:35,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5830455d-8394-46f7-a225-814b0b279162 2018-09-04 20:43:35,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:35,064 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:35,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-34b354fb-0b8b-4ea-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" 2018-09-04 20:43:35,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78013ed1-99b3-495c-8687-41e6ddf637ee Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-34b354fb-0b8b-4ea-name", "previous": null, "next": null}, "projects": []} 2018-09-04 20:43:35,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-34b354fb-0b8b-4ea-name used request id req-78013ed1-99b3-495c-8687-41e6ddf637ee 2018-09-04 20:43:35,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" 2018-09-04 20:43:35,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d68432b6-2dbb-4a33-9064-a06ac7332c42 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:35,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-d68432b6-2dbb-4a33-9064-a06ac7332c42 2018-09-04 20:43:35,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-34b354fb-0b8b-4ea-name"}}' 2018-09-04 20:43:35,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:43:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a433527-0695-42ef-b59d-d01c4f34365a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/81c3efc23e594350aec74769a64cb18a"}, "enabled": true, "id": "81c3efc23e594350aec74769a64cb18a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-34b354fb-0b8b-4ea-name"}} 2018-09-04 20:43:35,361 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-7a433527-0695-42ef-b59d-d01c4f34365a 2018-09-04 20:43:35,361 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-34b354fb-0b8b-4ea-name 2018-09-04 20:43:35,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:35,370 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:35,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-34b354fb-0b8b-4ea-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e190e8bc008889921ac7644c4d7587a0b1ddb78" 2018-09-04 20:43:35,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51471eeb-0dc4-4d83-a02d-638cb7f2e5a5 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-34b354fb-0b8b-4ea-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/81c3efc23e594350aec74769a64cb18a"}, "enabled": true, "id": "81c3efc23e594350aec74769a64cb18a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-34b354fb-0b8b-4ea-name"}]} 2018-09-04 20:43:35,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-34b354fb-0b8b-4ea-name used request id req-51471eeb-0dc4-4d83-a02d-638cb7f2e5a5 2018-09-04 20:43:35,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e190e8bc008889921ac7644c4d7587a0b1ddb78" 2018-09-04 20:43:35,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-052a42b3-a25c-45f4-8834-6daf0860a752 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:43:35,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-052a42b3-a25c-45f4-8834-6daf0860a752 2018-09-04 20:43:35,548 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:43:35,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:8774/v2.1/os-quota-sets/81c3efc23e594350aec74769a64cb18a -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" -d '{"quota_set": {"metadata_items": 64, "injected_file_content_bytes": 5120, "ram": 25600, "key_pairs": 50, "instances": 5, "injected_files": 3, "cores": 5, "fixed_ips": 100}}' 2018-09-04 20:43:36,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e725ae4-a111-492d-ad0a-3b9babd53e37 x-compute-request-id: req-5e725ae4-a111-492d-ad0a-3b9babd53e37 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-04 20:43:36,582 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/81c3efc23e594350aec74769a64cb18a used request id req-5e725ae4-a111-492d-ad0a-3b9babd53e37 2018-09-04 20:43:36,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/quotas/81c3efc23e594350aec74769a64cb18a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-09-04 20:43:37,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-251ee059-765b-483e-bfe5-6fd46dabb75b Date: Tue, 04 Sep 2018 20:43:37 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-09-04 20:43:37,536 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/81c3efc23e594350aec74769a64cb18a used request id req-251ee059-765b-483e-bfe5-6fd46dabb75b 2018-09-04 20:43:37,537 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:43:37,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-quota-sets/81c3efc23e594350aec74769a64cb18a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" 2018-09-04 20:43:38,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c94bab2-bb3e-4727-8f1c-0b14c069c6d0 x-compute-request-id: req-4c94bab2-bb3e-4727-8f1c-0b14c069c6d0 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "81c3efc23e594350aec74769a64cb18a", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-04 20:43:38,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/81c3efc23e594350aec74769a64cb18a used request id req-4c94bab2-bb3e-4727-8f1c-0b14c069c6d0 2018-09-04 20:43:38,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/quotas/81c3efc23e594350aec74769a64cb18a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" 2018-09-04 20:43:38,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-d85c35cc-bf51-43b3-a413-344c9a35d256 Date: Tue, 04 Sep 2018 20:43:38 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-09-04 20:43:38,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/quotas/81c3efc23e594350aec74769a64cb18a used request id req-d85c35cc-bf51-43b3-a413-344c9a35d256 2018-09-04 20:43:38,961 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:43:38,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-quota-sets/81c3efc23e594350aec74769a64cb18a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e190e8bc008889921ac7644c4d7587a0b1ddb78" 2018-09-04 20:43:39,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80b94d66-abf5-4803-a652-f523c411470a x-compute-request-id: req-80b94d66-abf5-4803-a652-f523c411470a Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "81c3efc23e594350aec74769a64cb18a", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-04 20:43:39,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/81c3efc23e594350aec74769a64cb18a used request id req-80b94d66-abf5-4803-a652-f523c411470a 2018-09-04 20:43:39,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/quotas/81c3efc23e594350aec74769a64cb18a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e190e8bc008889921ac7644c4d7587a0b1ddb78" 2018-09-04 20:43:40,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-bfd3b40e-bdbb-4806-ac47-674192a1dfa8 Date: Tue, 04 Sep 2018 20:43:40 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-09-04 20:43:40,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/quotas/81c3efc23e594350aec74769a64cb18a used request id req-bfd3b40e-bdbb-4806-ac47-674192a1dfa8 2018-09-04 20:43:40,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" 2018-09-04 20:43:40,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-37e9b370-af5e-40ee-8d7f-b20d8f69b985 Date: Tue, 04 Sep 2018 20:43:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}]} 2018-09-04 20:43:40,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-37e9b370-af5e-40ee-8d7f-b20d8f69b985 2018-09-04 20:43:40,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" 2018-09-04 20:43:40,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8a5310c-60b1-4027-9bc8-502c3d43df5b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 20:43:40,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-b8a5310c-60b1-4027-9bc8-502c3d43df5b 2018-09-04 20:43:40,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" 2018-09-04 20:43:40,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3965943-b7a7-47f0-996c-aab6f6f55252 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:43:40,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-d3965943-b7a7-47f0-996c-aab6f6f55252 2018-09-04 20:43:40,449 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-34b354fb-0b8b-4ea-name 2018-09-04 20:43:40,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/81c3efc23e594350aec74769a64cb18a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" 2018-09-04 20:43:40,611 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a3c3e5b-ad99-49aa-856d-b64c34d4572e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:40,611 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/81c3efc23e594350aec74769a64cb18a used request id req-4a3c3e5b-ad99-49aa-856d-b64c34d4572e 2018-09-04 20:43:40,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ccfab49388152e90413be86f00a85377c93a06" 2018-09-04 20:43:40,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-460eca55-ff36-4545-96b7-476bcd2880c9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:40,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-460eca55-ff36-4545-96b7-476bcd2880c9 2018-09-04 20:43:40,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:41,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["B84SyQ1CR66hjEyFcso9jQ"], "issued_at": "2018-09-04T20:43:41.000000Z"}} 2018-09-04 20:43:41,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c09850a7ca6a15b26b6e00824b5996fa989ca46" 2018-09-04 20:43:41,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10fe93f3-0804-435e-8831-27366715eb4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:41,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-10fe93f3-0804-435e-8831-27366715eb4e 2018-09-04 20:43:41,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:41,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:41,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["-u-nKUAHRCu9K5oEbQrRWA"], "issued_at": "2018-09-04T20:43:41.000000Z"}} 2018-09-04 20:43:41,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:41,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d946559-f3c4-436d-9fb4-d8898480eb44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:41,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2d946559-f3c4-436d-9fb4-d8898480eb44 2018-09-04 20:43:41,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:41,658 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:41,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e8312804-accc-49b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:41,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dffae8a-229c-4923-83f0-23e05c38947b Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e8312804-accc-49b-name", "previous": null, "next": null}, "projects": []} 2018-09-04 20:43:41,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e8312804-accc-49b-name used request id req-5dffae8a-229c-4923-83f0-23e05c38947b 2018-09-04 20:43:41,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:41,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df13c4a7-250d-46e7-81e0-8de5c0ef1baa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:41,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-df13c4a7-250d-46e7-81e0-8de5c0ef1baa 2018-09-04 20:43:41,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-e8312804-accc-49b-name"}}' 2018-09-04 20:43:41,941 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:43:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-484c3e5f-1e60-4395-8533-dcacacdbe303 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c"}, "enabled": true, "id": "934d94c851b94b39a095b8a7617db63c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e8312804-accc-49b-name"}} 2018-09-04 20:43:41,941 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-484c3e5f-1e60-4395-8533-dcacacdbe303 2018-09-04 20:43:41,942 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-e8312804-accc-49b-name 2018-09-04 20:43:41,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:41,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:42,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["y_YdlZbhSfCYwRQR1-lrSA"], "issued_at": "2018-09-04T20:43:42.000000Z"}} 2018-09-04 20:43:42,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6081c814f11119f60e06aabcf6b4dc5a1ec27d4a" 2018-09-04 20:43:42,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae917a68-744b-46c2-900b-9a605a568a28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:42,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ae917a68-744b-46c2-900b-9a605a568a28 2018-09-04 20:43:42,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:42,439 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:42,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6081c814f11119f60e06aabcf6b4dc5a1ec27d4a" 2018-09-04 20:43:42,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e05f2fb2-0a30-4060-a8b0-3f58918f32b2 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:43:42,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e05f2fb2-0a30-4060-a8b0-3f58918f32b2 2018-09-04 20:43:42,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6081c814f11119f60e06aabcf6b4dc5a1ec27d4a" 2018-09-04 20:43:42,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56661b02-97be-4eb8-9e68-d99c084850b7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:42,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-56661b02-97be-4eb8-9e68-d99c084850b7 2018-09-04 20:43:43,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6081c814f11119f60e06aabcf6b4dc5a1ec27d4a" 2018-09-04 20:43:43,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53dec444-ebeb-44b0-99ef-7a73e24c5a07 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:43,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-53dec444-ebeb-44b0-99ef-7a73e24c5a07 2018-09-04 20:43:43,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-e8312804-accc-49b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6081c814f11119f60e06aabcf6b4dc5a1ec27d4a" 2018-09-04 20:43:43,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea8f551d-206e-423a-9dc3-2a9f3b86f31e Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-e8312804-accc-49b-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c"}, "enabled": true, "id": "934d94c851b94b39a095b8a7617db63c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e8312804-accc-49b-name"}]} 2018-09-04 20:43:43,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-e8312804-accc-49b-name used request id req-ea8f551d-206e-423a-9dc3-2a9f3b86f31e 2018-09-04 20:43:43,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/9f6d174d910c4f81a08d62775cbdfaa6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6081c814f11119f60e06aabcf6b4dc5a1ec27d4a" 2018-09-04 20:43:43,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a7cf10e-44ef-4210-aa2a-abaf53d76461 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/9f6d174d910c4f81a08d62775cbdfaa6"}, "enabled": true, "id": "9f6d174d910c4f81a08d62775cbdfaa6", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-e8312804-accc-49b-user"}} 2018-09-04 20:43:43,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/9f6d174d910c4f81a08d62775cbdfaa6 used request id req-5a7cf10e-44ef-4210-aa2a-abaf53d76461 2018-09-04 20:43:43,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c/users/9f6d174d910c4f81a08d62775cbdfaa6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6081c814f11119f60e06aabcf6b4dc5a1ec27d4a" 2018-09-04 20:43:43,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c63fd478-420c-4520-b1e6-f53b90aeb526 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c/users/9f6d174d910c4f81a08d62775cbdfaa6/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 20:43:43,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c/users/9f6d174d910c4f81a08d62775cbdfaa6/roles used request id req-c63fd478-420c-4520-b1e6-f53b90aeb526 2018-09-04 20:43:43,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6081c814f11119f60e06aabcf6b4dc5a1ec27d4a" 2018-09-04 20:43:43,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f04f7967-d7db-4c7f-92cf-57a1f149ba3f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "domain_id": null, "name": "admin", "id": "5cd9afdff9a14c7bbd8b1621921cc3df"}} 2018-09-04 20:43:43,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-f04f7967-d7db-4c7f-92cf-57a1f149ba3f 2018-09-04 20:43:43,331 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-e8312804-accc-49b-name 2018-09-04 20:43:43,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c/users/9f6d174d910c4f81a08d62775cbdfaa6/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6081c814f11119f60e06aabcf6b4dc5a1ec27d4a" 2018-09-04 20:43:43,454 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e911c52-c477-4c88-9ad0-20cf329811e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:43,454 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c/users/9f6d174d910c4f81a08d62775cbdfaa6/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-9e911c52-c477-4c88-9ad0-20cf329811e3 2018-09-04 20:43:43,454 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-e8312804-accc-49b-user 2018-09-04 20:43:43,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:43,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-895a0867-45bb-4806-9f77-1f21adef04d1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:43,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-895a0867-45bb-4806-9f77-1f21adef04d1 2018-09-04 20:43:43,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" -d '{"role": {"name": "CreateProjectUserTests-e8312804-accc-49b-name-role"}}' 2018-09-04 20:43:43,654 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:43:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0c1ac89-87bd-4343-a925-5076a3044f10 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "48a5bcf6316b4d188a566ee14950af12", "links": {"self": "http://172.30.9.26:5000/v3/roles/48a5bcf6316b4d188a566ee14950af12"}, "name": "CreateProjectUserTests-e8312804-accc-49b-name-role"}} 2018-09-04 20:43:43,654 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-d0c1ac89-87bd-4343-a925-5076a3044f10 2018-09-04 20:43:43,654 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-e8312804-accc-49b-name-role 2018-09-04 20:43:43,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/48a5bcf6316b4d188a566ee14950af12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:43,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3327d164-8797-48df-8c78-e4d450a76cb4 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/48a5bcf6316b4d188a566ee14950af12"}, "domain_id": null, "name": "CreateProjectUserTests-e8312804-accc-49b-name-role", "id": "48a5bcf6316b4d188a566ee14950af12"}} 2018-09-04 20:43:43,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/48a5bcf6316b4d188a566ee14950af12 used request id req-3327d164-8797-48df-8c78-e4d450a76cb4 2018-09-04 20:43:43,744 - keystone_utils - INFO - Granting role CreateProjectUserTests-e8312804-accc-49b-name-role to project CreateProjectUserTests-e8312804-accc-49b-name 2018-09-04 20:43:43,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c/users/9f6d174d910c4f81a08d62775cbdfaa6/roles/48a5bcf6316b4d188a566ee14950af12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:43,873 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8071ccbd-715f-4642-bcde-77f04ca3c681 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:43,873 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c/users/9f6d174d910c4f81a08d62775cbdfaa6/roles/48a5bcf6316b4d188a566ee14950af12 used request id req-8071ccbd-715f-4642-bcde-77f04ca3c681 2018-09-04 20:43:43,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:43,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:44,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48a5bcf6316b4d188a566ee14950af12", "name": "CreateProjectUserTests-e8312804-accc-49b-name-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T21:43:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "934d94c851b94b39a095b8a7617db63c", "name": "CreateProjectUserTests-e8312804-accc-49b-name"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/934d94c851b94b39a095b8a7617db63c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/934d94c851b94b39a095b8a7617db63c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/934d94c851b94b39a095b8a7617db63c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/934d94c851b94b39a095b8a7617db63c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/934d94c851b94b39a095b8a7617db63c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/934d94c851b94b39a095b8a7617db63c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/934d94c851b94b39a095b8a7617db63c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/934d94c851b94b39a095b8a7617db63c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/934d94c851b94b39a095b8a7617db63c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/934d94c851b94b39a095b8a7617db63c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/934d94c851b94b39a095b8a7617db63c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/934d94c851b94b39a095b8a7617db63c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-e8312804-accc-49b-user", "id": "9f6d174d910c4f81a08d62775cbdfaa6"}, "audit_ids": ["ARt4YWI_QQqyojkJn18F8A"], "issued_at": "2018-09-04T20:43:44.000000Z"}} 2018-09-04 20:43:44,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:44,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bc38961-1332-4fcf-90a8-1e742ed36ebe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:44,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8bc38961-1332-4fcf-90a8-1e742ed36ebe 2018-09-04 20:43:44,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-e8312804-accc-49b-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:45,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-dd54b2ef-ff04-42cd-a669-e63055d93ce2 Date: Tue, 04 Sep 2018 20:43:45 GMT RESP BODY: {"security_groups": []} 2018-09-04 20:43:45,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-e8312804-accc-49b-name&description=hello+group used request id req-dd54b2ef-ff04-42cd-a669-e63055d93ce2 2018-09-04 20:43:45,418 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-e8312804-accc-49b-name... 2018-09-04 20:43:45,418 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-e8312804-accc-49b-name 2018-09-04 20:43:45,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" -d '{"security_group": {"name": "CreateProjectUserTests-e8312804-accc-49b-name", "description": "hello group"}}' 2018-09-04 20:43:45,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-2fbaa150-f104-403c-b56c-0942e5cf4a1e Date: Tue, 04 Sep 2018 20:43:45 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "updated_at": "2018-09-04T20:43:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "revision_number": 0, "id": "2d52fb53-3491-4f06-8f3c-e5c3b3f1d293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "tenant_id": "934d94c851b94b39a095b8a7617db63c", "port_range_min": null, "ethertype": "IPv6", "project_id": "934d94c851b94b39a095b8a7617db63c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "revision_number": 0, "id": "cb0fcc73-56d8-487d-bfc8-77bc58c9d559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "tenant_id": "934d94c851b94b39a095b8a7617db63c", "port_range_min": null, "ethertype": "IPv4", "project_id": "934d94c851b94b39a095b8a7617db63c"}], "revision_number": 2, "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "name": "CreateProjectUserTests-e8312804-accc-49b-name"}} 2018-09-04 20:43:45,922 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-2fbaa150-f104-403c-b56c-0942e5cf4a1e 2018-09-04 20:43:45,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88bc0b26-f5ad-4634-87e3-0920b21a42a9 2018-09-04 20:43:45,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:46,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d735f0c0-01f8-4fdd-82fe-e0b51ce9c0ca Date: Tue, 04 Sep 2018 20:43:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "2d52fb53-3491-4f06-8f3c-e5c3b3f1d293"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "cb0fcc73-56d8-487d-bfc8-77bc58c9d559"}]} 2018-09-04 20:43:46,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 used request id req-d735f0c0-01f8-4fdd-82fe-e0b51ce9c0ca 2018-09-04 20:43:46,149 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88bc0b26-f5ad-4634-87e3-0920b21a42a9 2018-09-04 20:43:46,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:46,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dce5cf0f-37d6-460d-ac83-a4addc305ecd Date: Tue, 04 Sep 2018 20:43:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "2d52fb53-3491-4f06-8f3c-e5c3b3f1d293"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "cb0fcc73-56d8-487d-bfc8-77bc58c9d559"}]} 2018-09-04 20:43:46,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 used request id req-dce5cf0f-37d6-460d-ac83-a4addc305ecd 2018-09-04 20:43:46,342 - neutron_utils - INFO - Retrieving security group with ID - 88bc0b26-f5ad-4634-87e3-0920b21a42a9 2018-09-04 20:43:46,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:46,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7cee137a-ca3a-44b1-8916-9c48358725e5 Date: Tue, 04 Sep 2018 20:43:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "updated_at": "2018-09-04T20:43:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "revision_number": 0, "id": "2d52fb53-3491-4f06-8f3c-e5c3b3f1d293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "tenant_id": "934d94c851b94b39a095b8a7617db63c", "port_range_min": null, "ethertype": "IPv6", "project_id": "934d94c851b94b39a095b8a7617db63c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "revision_number": 0, "id": "cb0fcc73-56d8-487d-bfc8-77bc58c9d559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "tenant_id": "934d94c851b94b39a095b8a7617db63c", "port_range_min": null, "ethertype": "IPv4", "project_id": "934d94c851b94b39a095b8a7617db63c"}], "revision_number": 2, "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "name": "CreateProjectUserTests-e8312804-accc-49b-name"}]} 2018-09-04 20:43:46,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 used request id req-7cee137a-ca3a-44b1-8916-9c48358725e5 2018-09-04 20:43:46,554 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88bc0b26-f5ad-4634-87e3-0920b21a42a9 2018-09-04 20:43:46,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:46,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8eaa4683-7f39-488a-931a-8b45087af6b7 Date: Tue, 04 Sep 2018 20:43:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "2d52fb53-3491-4f06-8f3c-e5c3b3f1d293"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "cb0fcc73-56d8-487d-bfc8-77bc58c9d559"}]} 2018-09-04 20:43:46,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 used request id req-8eaa4683-7f39-488a-931a-8b45087af6b7 2018-09-04 20:43:46,734 - neutron_utils - INFO - Retrieving security group with ID - 88bc0b26-f5ad-4634-87e3-0920b21a42a9 2018-09-04 20:43:46,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:47,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0507540d-8f2a-4127-a4da-0dbd7c4a4c5e Date: Tue, 04 Sep 2018 20:43:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "updated_at": "2018-09-04T20:43:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "revision_number": 0, "id": "2d52fb53-3491-4f06-8f3c-e5c3b3f1d293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "tenant_id": "934d94c851b94b39a095b8a7617db63c", "port_range_min": null, "ethertype": "IPv6", "project_id": "934d94c851b94b39a095b8a7617db63c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "revision_number": 0, "id": "cb0fcc73-56d8-487d-bfc8-77bc58c9d559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "tenant_id": "934d94c851b94b39a095b8a7617db63c", "port_range_min": null, "ethertype": "IPv4", "project_id": "934d94c851b94b39a095b8a7617db63c"}], "revision_number": 2, "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "name": "CreateProjectUserTests-e8312804-accc-49b-name"}]} 2018-09-04 20:43:47,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 used request id req-0507540d-8f2a-4127-a4da-0dbd7c4a4c5e 2018-09-04 20:43:47,478 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88bc0b26-f5ad-4634-87e3-0920b21a42a9 2018-09-04 20:43:47,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:47,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-977a0c7e-6fd5-4404-bbd2-86b5a7e62662 Date: Tue, 04 Sep 2018 20:43:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "2d52fb53-3491-4f06-8f3c-e5c3b3f1d293"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "cb0fcc73-56d8-487d-bfc8-77bc58c9d559"}]} 2018-09-04 20:43:47,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 used request id req-977a0c7e-6fd5-4404-bbd2-86b5a7e62662 2018-09-04 20:43:47,663 - neutron_utils - INFO - Retrieving security group with ID - 88bc0b26-f5ad-4634-87e3-0920b21a42a9 2018-09-04 20:43:47,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:48,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-dbe45f35-b8ac-4cd3-97b9-0169b3e96404 Date: Tue, 04 Sep 2018 20:43:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "updated_at": "2018-09-04T20:43:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "revision_number": 0, "id": "2d52fb53-3491-4f06-8f3c-e5c3b3f1d293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "tenant_id": "934d94c851b94b39a095b8a7617db63c", "port_range_min": null, "ethertype": "IPv6", "project_id": "934d94c851b94b39a095b8a7617db63c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "revision_number": 0, "id": "cb0fcc73-56d8-487d-bfc8-77bc58c9d559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "tenant_id": "934d94c851b94b39a095b8a7617db63c", "port_range_min": null, "ethertype": "IPv4", "project_id": "934d94c851b94b39a095b8a7617db63c"}], "revision_number": 2, "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "name": "CreateProjectUserTests-e8312804-accc-49b-name"}]} 2018-09-04 20:43:48,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 used request id req-dbe45f35-b8ac-4cd3-97b9-0169b3e96404 2018-09-04 20:43:48,403 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88bc0b26-f5ad-4634-87e3-0920b21a42a9 2018-09-04 20:43:48,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:49,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b00fcf19-cad6-4c63-bd11-9a396c50129b Date: Tue, 04 Sep 2018 20:43:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "2d52fb53-3491-4f06-8f3c-e5c3b3f1d293"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "88bc0b26-f5ad-4634-87e3-0920b21a42a9", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "cb0fcc73-56d8-487d-bfc8-77bc58c9d559"}]} 2018-09-04 20:43:49,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=88bc0b26-f5ad-4634-87e3-0920b21a42a9 used request id req-b00fcf19-cad6-4c63-bd11-9a396c50129b 2018-09-04 20:43:49,197 - neutron_utils - INFO - Deleting security group rule with ID - 2d52fb53-3491-4f06-8f3c-e5c3b3f1d293 2018-09-04 20:43:49,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/2d52fb53-3491-4f06-8f3c-e5c3b3f1d293 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:49,318 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-791aa51f-a51f-4dc7-95be-3aac9467d5e7 Content-Length: 0 Date: Tue, 04 Sep 2018 20:43:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:43:49,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/2d52fb53-3491-4f06-8f3c-e5c3b3f1d293 used request id req-791aa51f-a51f-4dc7-95be-3aac9467d5e7 2018-09-04 20:43:49,319 - neutron_utils - INFO - Deleting security group rule with ID - cb0fcc73-56d8-487d-bfc8-77bc58c9d559 2018-09-04 20:43:49,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/cb0fcc73-56d8-487d-bfc8-77bc58c9d559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:49,454 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-571b2fe7-72b6-40c1-ad87-837ed45d8eda Content-Length: 0 Date: Tue, 04 Sep 2018 20:43:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:43:49,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/cb0fcc73-56d8-487d-bfc8-77bc58c9d559 used request id req-571b2fe7-72b6-40c1-ad87-837ed45d8eda 2018-09-04 20:43:49,455 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-e8312804-accc-49b-name 2018-09-04 20:43:49,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/88bc0b26-f5ad-4634-87e3-0920b21a42a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2b1a571bc7552af9b0b485a57697d00293632" 2018-09-04 20:43:49,711 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ddc1b400-993f-45c0-b013-4c79cc19e6e4 Content-Length: 0 Date: Tue, 04 Sep 2018 20:43:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:43:49,711 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/88bc0b26-f5ad-4634-87e3-0920b21a42a9 used request id req-ddc1b400-993f-45c0-b013-4c79cc19e6e4 2018-09-04 20:43:49,712 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-e8312804-accc-49b-user 2018-09-04 20:43:49,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/9f6d174d910c4f81a08d62775cbdfaa6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6081c814f11119f60e06aabcf6b4dc5a1ec27d4a" 2018-09-04 20:43:49,906 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c826d0f-a04a-476a-b0a0-c9ed6fd29b38 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:49,906 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/9f6d174d910c4f81a08d62775cbdfaa6 used request id req-3c826d0f-a04a-476a-b0a0-c9ed6fd29b38 2018-09-04 20:43:49,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:50,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-c0924a1f-9adb-4972-9edc-15b563868797 Date: Tue, 04 Sep 2018 20:43:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "updated_at": "2018-09-04T20:43:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "revision_number": 0, "id": "154ad629-fac4-4aaa-873d-82fd830de234", "remote_group_id": "9c209190-e540-4ba8-873e-b4b90398db34", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:45Z", "security_group_id": "9c209190-e540-4ba8-873e-b4b90398db34", "tenant_id": "934d94c851b94b39a095b8a7617db63c", "port_range_min": null, "ethertype": "IPv4", "project_id": "934d94c851b94b39a095b8a7617db63c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "revision_number": 0, "id": "8cf598f2-13cd-4348-b2ca-6e4598762060", "remote_group_id": "9c209190-e540-4ba8-873e-b4b90398db34", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:45Z", "security_group_id": "9c209190-e540-4ba8-873e-b4b90398db34", "tenant_id": "934d94c851b94b39a095b8a7617db63c", "port_range_min": null, "ethertype": "IPv6", "project_id": "934d94c851b94b39a095b8a7617db63c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "revision_number": 0, "id": "85a8bc6d-7377-4fca-95f0-f725a0567c14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:45Z", "security_group_id": "9c209190-e540-4ba8-873e-b4b90398db34", "tenant_id": "934d94c851b94b39a095b8a7617db63c", "port_range_min": null, "ethertype": "IPv6", "project_id": "934d94c851b94b39a095b8a7617db63c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "revision_number": 0, "id": "090c011d-0321-45d3-9188-914ce8b802ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:45Z", "security_group_id": "9c209190-e540-4ba8-873e-b4b90398db34", "tenant_id": "934d94c851b94b39a095b8a7617db63c", "port_range_min": null, "ethertype": "IPv4", "project_id": "934d94c851b94b39a095b8a7617db63c"}], "revision_number": 4, "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "9c209190-e540-4ba8-873e-b4b90398db34", "name": "default"}]} 2018-09-04 20:43:50,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-c0924a1f-9adb-4972-9edc-15b563868797 2018-09-04 20:43:50,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:50,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b94e3247-0de7-4802-845d-9186d4d6df27 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 20:43:50,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-b94e3247-0de7-4802-845d-9186d4d6df27 2018-09-04 20:43:50,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:50,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbf1e3e5-d871-4328-bfe7-8009abd99e56 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:43:50,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-bbf1e3e5-d871-4328-bfe7-8009abd99e56 2018-09-04 20:43:50,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:50,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8049efd1-965f-4fe5-b6aa-4eab879477f0 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c"}, "enabled": true, "id": "934d94c851b94b39a095b8a7617db63c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e8312804-accc-49b-name"}} 2018-09-04 20:43:50,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c used request id req-8049efd1-965f-4fe5-b6aa-4eab879477f0 2018-09-04 20:43:50,399 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c209190-e540-4ba8-873e-b4b90398db34 2018-09-04 20:43:50,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=9c209190-e540-4ba8-873e-b4b90398db34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:50,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ac9ed2b2-1b9d-4c7a-a7fb-0fb67307d889 Date: Tue, 04 Sep 2018 20:43:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "9c209190-e540-4ba8-873e-b4b90398db34", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "090c011d-0321-45d3-9188-914ce8b802ff"}, {"remote_group_id": "9c209190-e540-4ba8-873e-b4b90398db34", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "9c209190-e540-4ba8-873e-b4b90398db34", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "154ad629-fac4-4aaa-873d-82fd830de234"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "9c209190-e540-4ba8-873e-b4b90398db34", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "85a8bc6d-7377-4fca-95f0-f725a0567c14"}, {"remote_group_id": "9c209190-e540-4ba8-873e-b4b90398db34", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:45Z", "security_group_id": "9c209190-e540-4ba8-873e-b4b90398db34", "port_range_min": null, "revision_number": 0, "tenant_id": "934d94c851b94b39a095b8a7617db63c", "created_at": "2018-09-04T20:43:45Z", "project_id": "934d94c851b94b39a095b8a7617db63c", "id": "8cf598f2-13cd-4348-b2ca-6e4598762060"}]} 2018-09-04 20:43:50,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=9c209190-e540-4ba8-873e-b4b90398db34 used request id req-ac9ed2b2-1b9d-4c7a-a7fb-0fb67307d889 2018-09-04 20:43:50,568 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 20:43:50,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/9c209190-e540-4ba8-873e-b4b90398db34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:50,931 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6b0e7777-0083-4a36-b078-fff8fc33ca8e Content-Length: 0 Date: Tue, 04 Sep 2018 20:43:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:43:50,931 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/9c209190-e540-4ba8-873e-b4b90398db34 used request id req-6b0e7777-0083-4a36-b078-fff8fc33ca8e 2018-09-04 20:43:50,932 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-e8312804-accc-49b-name 2018-09-04 20:43:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:51,113 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b46769f-3a0b-43c3-8291-72e029663c0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:51,113 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/934d94c851b94b39a095b8a7617db63c used request id req-8b46769f-3a0b-43c3-8291-72e029663c0f 2018-09-04 20:43:51,113 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-e8312804-accc-49b-name-role 2018-09-04 20:43:51,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/48a5bcf6316b4d188a566ee14950af12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:51,228 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-555cdcb9-615e-424a-9142-4387db4d756f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:51,229 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/48a5bcf6316b4d188a566ee14950af12 used request id req-555cdcb9-615e-424a-9142-4387db4d756f 2018-09-04 20:43:51,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d3239858167329f25e735dcba348a0c029abb" 2018-09-04 20:43:51,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02ea2d38-a116-4a2b-a66b-6ffff4577eb0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:51,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-02ea2d38-a116-4a2b-a66b-6ffff4577eb0 2018-09-04 20:43:51,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:51,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["c2fuqYeESQCGRKTeZgcJ4A"], "issued_at": "2018-09-04T20:43:51.000000Z"}} 2018-09-04 20:43:51,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e669ccbcc6b4777d0fabe2c93ddded29de6727f6" 2018-09-04 20:43:51,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d62dee1a-36f4-462a-9cbe-4d38cef9110d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:51,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d62dee1a-36f4-462a-9cbe-4d38cef9110d 2018-09-04 20:43:51,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:51,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:52,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["W8aXCUFDRyeRUfBqsL5uIw"], "issued_at": "2018-09-04T20:43:52.000000Z"}} 2018-09-04 20:43:52,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:43:52,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55033fce-de89-45a9-bcaf-12bea5d6ea47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:52,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-55033fce-de89-45a9-bcaf-12bea5d6ea47 2018-09-04 20:43:52,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:52,278 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:52,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-c32f9cf5-aefd-403-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:43:52,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d752c7-2941-4e92-ab18-dad9a9289468 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-c32f9cf5-aefd-403-name", "previous": null, "next": null}, "projects": []} 2018-09-04 20:43:52,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-c32f9cf5-aefd-403-name used request id req-24d752c7-2941-4e92-ab18-dad9a9289468 2018-09-04 20:43:52,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:43:52,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0325c917-b931-459e-871a-9dcafb813466 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:52,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0325c917-b931-459e-871a-9dcafb813466 2018-09-04 20:43:52,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}}' 2018-09-04 20:43:52,558 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:43:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8cce5b0-fb67-49bf-a0eb-e097ee3fbd17 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5"}, "enabled": true, "id": "36f7d88b05e548e89743419558ba3be5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}} 2018-09-04 20:43:52,558 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-e8cce5b0-fb67-49bf-a0eb-e097ee3fbd17 2018-09-04 20:43:52,559 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-c32f9cf5-aefd-403-name 2018-09-04 20:43:52,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:52,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:52,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["0qy3BpphSTiOGwGs-VYswA"], "issued_at": "2018-09-04T20:43:52.000000Z"}} 2018-09-04 20:43:52,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0e397dd327e28d07afd8a1709d828261f76705" 2018-09-04 20:43:53,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eecc5fe5-6845-401c-9331-8e6980b41bed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:53,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-eecc5fe5-6845-401c-9331-8e6980b41bed 2018-09-04 20:43:53,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:53,036 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:53,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0e397dd327e28d07afd8a1709d828261f76705" 2018-09-04 20:43:53,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc34870e-4e22-4983-8d61-a9f192f1c10b Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:43:53,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-fc34870e-4e22-4983-8d61-a9f192f1c10b 2018-09-04 20:43:53,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0e397dd327e28d07afd8a1709d828261f76705" 2018-09-04 20:43:53,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48560d73-b066-4ed9-9969-041d28494d04 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:53,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-48560d73-b066-4ed9-9969-041d28494d04 2018-09-04 20:43:53,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0e397dd327e28d07afd8a1709d828261f76705" 2018-09-04 20:43:53,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aea0162-400f-49a5-aa1f-1c41bb1f5307 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:53,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2aea0162-400f-49a5-aa1f-1c41bb1f5307 2018-09-04 20:43:53,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-c32f9cf5-aefd-403-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0e397dd327e28d07afd8a1709d828261f76705" 2018-09-04 20:43:53,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb760525-7cf6-4e18-8d09-b2dad96fbd43 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-c32f9cf5-aefd-403-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5"}, "enabled": true, "id": "36f7d88b05e548e89743419558ba3be5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}]} 2018-09-04 20:43:53,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-c32f9cf5-aefd-403-name used request id req-fb760525-7cf6-4e18-8d09-b2dad96fbd43 2018-09-04 20:43:53,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/f37bebd1caeb4a0cab311fbba4cd6377 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0e397dd327e28d07afd8a1709d828261f76705" 2018-09-04 20:43:53,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-934c0939-5779-4d3f-afcb-a44574d7111d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/f37bebd1caeb4a0cab311fbba4cd6377"}, "enabled": true, "id": "f37bebd1caeb4a0cab311fbba4cd6377", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-user1"}} 2018-09-04 20:43:53,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/f37bebd1caeb4a0cab311fbba4cd6377 used request id req-934c0939-5779-4d3f-afcb-a44574d7111d 2018-09-04 20:43:53,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/f37bebd1caeb4a0cab311fbba4cd6377/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0e397dd327e28d07afd8a1709d828261f76705" 2018-09-04 20:43:53,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac453c8-7708-4138-ba11-f07df9450d38 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/f37bebd1caeb4a0cab311fbba4cd6377/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 20:43:53,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/f37bebd1caeb4a0cab311fbba4cd6377/roles used request id req-3ac453c8-7708-4138-ba11-f07df9450d38 2018-09-04 20:43:53,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0e397dd327e28d07afd8a1709d828261f76705" 2018-09-04 20:43:54,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f95ac525-afc7-43be-bd66-90d3bd216e14 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "domain_id": null, "name": "admin", "id": "5cd9afdff9a14c7bbd8b1621921cc3df"}} 2018-09-04 20:43:54,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-f95ac525-afc7-43be-bd66-90d3bd216e14 2018-09-04 20:43:54,074 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-c32f9cf5-aefd-403-name 2018-09-04 20:43:54,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/f37bebd1caeb4a0cab311fbba4cd6377/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0e397dd327e28d07afd8a1709d828261f76705" 2018-09-04 20:43:54,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c45fb6d-fdcb-4dcb-b268-83c6ad152088 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:54,202 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/f37bebd1caeb4a0cab311fbba4cd6377/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-8c45fb6d-fdcb-4dcb-b268-83c6ad152088 2018-09-04 20:43:54,202 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-c32f9cf5-aefd-403-user1 2018-09-04 20:43:54,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:43:54,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d59abf5-1135-4816-a5b9-5164234ae223 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:54,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6d59abf5-1135-4816-a5b9-5164234ae223 2018-09-04 20:43:54,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" -d '{"role": {"name": "CreateProjectUserTests-c32f9cf5-aefd-403-name-role"}}' 2018-09-04 20:43:54,396 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:43:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41fb2b8d-798d-468f-a37c-936c63e4a79b Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4067e64a354a46099654b56efe6fa44a", "links": {"self": "http://172.30.9.26:5000/v3/roles/4067e64a354a46099654b56efe6fa44a"}, "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name-role"}} 2018-09-04 20:43:54,397 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-41fb2b8d-798d-468f-a37c-936c63e4a79b 2018-09-04 20:43:54,397 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-c32f9cf5-aefd-403-name-role 2018-09-04 20:43:54,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/4067e64a354a46099654b56efe6fa44a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:43:54,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eac1b7b6-3884-4bf4-9240-7857c5e12a1e Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/4067e64a354a46099654b56efe6fa44a"}, "domain_id": null, "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name-role", "id": "4067e64a354a46099654b56efe6fa44a"}} 2018-09-04 20:43:54,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/4067e64a354a46099654b56efe6fa44a used request id req-eac1b7b6-3884-4bf4-9240-7857c5e12a1e 2018-09-04 20:43:54,485 - keystone_utils - INFO - Granting role CreateProjectUserTests-c32f9cf5-aefd-403-name-role to project CreateProjectUserTests-c32f9cf5-aefd-403-name 2018-09-04 20:43:54,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/f37bebd1caeb4a0cab311fbba4cd6377/roles/4067e64a354a46099654b56efe6fa44a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:43:54,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab539345-d58c-4339-acc7-f45f0abb5752 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:54,659 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/f37bebd1caeb4a0cab311fbba4cd6377/roles/4067e64a354a46099654b56efe6fa44a used request id req-ab539345-d58c-4339-acc7-f45f0abb5752 2018-09-04 20:43:54,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:54,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:55,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:43:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["9zX6cZEMRRuoOlQh0N9_hQ"], "issued_at": "2018-09-04T20:43:55.000000Z"}} 2018-09-04 20:43:55,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fce6d9ef4334d75ba556abfd97e21363563bcbbf" 2018-09-04 20:43:55,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f04b9115-c02e-48e1-9f73-802d56130849 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:55,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f04b9115-c02e-48e1-9f73-802d56130849 2018-09-04 20:43:55,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:43:55,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:43:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:43:55,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fce6d9ef4334d75ba556abfd97e21363563bcbbf" 2018-09-04 20:43:55,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-481e6176-aa06-4adf-905b-d6627b827a75 Content-Encoding: gzip Content-Length: 943 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-c32f9cf5-aefd-403-user1", "links": {"self": "http://172.30.9.26:5000/v3/users/f37bebd1caeb4a0cab311fbba4cd6377"}, "domain_id": "default", "enabled": true, "id": "f37bebd1caeb4a0cab311fbba4cd6377", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:43:55,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-481e6176-aa06-4adf-905b-d6627b827a75 2018-09-04 20:43:55,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fce6d9ef4334d75ba556abfd97e21363563bcbbf" 2018-09-04 20:43:55,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97fad418-9624-4d76-89d4-9c01a353054c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:43:55,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-97fad418-9624-4d76-89d4-9c01a353054c 2018-09-04 20:43:55,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fce6d9ef4334d75ba556abfd97e21363563bcbbf" 2018-09-04 20:43:55,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cafc4787-f6db-4a6f-920a-5e474fe6ad8b Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4067e64a354a46099654b56efe6fa44a", "links": {"self": "http://172.30.9.26:5000/v3/roles/4067e64a354a46099654b56efe6fa44a"}, "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name-role"}, {"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:43:55,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cafc4787-f6db-4a6f-920a-5e474fe6ad8b 2018-09-04 20:43:55,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-c32f9cf5-aefd-403-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fce6d9ef4334d75ba556abfd97e21363563bcbbf" 2018-09-04 20:43:55,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c06bbdd3-efb6-4fbc-b11e-20f592117185 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-c32f9cf5-aefd-403-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5"}, "enabled": true, "id": "36f7d88b05e548e89743419558ba3be5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}]} 2018-09-04 20:43:55,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-c32f9cf5-aefd-403-name used request id req-c06bbdd3-efb6-4fbc-b11e-20f592117185 2018-09-04 20:43:55,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/cf1fdb48ec144537bf75045033c97107 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fce6d9ef4334d75ba556abfd97e21363563bcbbf" 2018-09-04 20:43:56,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5dfa275-3c9b-4853-9178-c219d388b720 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/cf1fdb48ec144537bf75045033c97107"}, "enabled": true, "id": "cf1fdb48ec144537bf75045033c97107", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-user2"}} 2018-09-04 20:43:56,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/cf1fdb48ec144537bf75045033c97107 used request id req-c5dfa275-3c9b-4853-9178-c219d388b720 2018-09-04 20:43:56,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/cf1fdb48ec144537bf75045033c97107/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fce6d9ef4334d75ba556abfd97e21363563bcbbf" 2018-09-04 20:43:56,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866b2c1d-80c4-45d5-b538-ac3da50d2617 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/cf1fdb48ec144537bf75045033c97107/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 20:43:56,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/cf1fdb48ec144537bf75045033c97107/roles used request id req-866b2c1d-80c4-45d5-b538-ac3da50d2617 2018-09-04 20:43:56,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fce6d9ef4334d75ba556abfd97e21363563bcbbf" 2018-09-04 20:43:56,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c669a3-f1b5-4160-8f44-8884ebdb0516 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "domain_id": null, "name": "admin", "id": "5cd9afdff9a14c7bbd8b1621921cc3df"}} 2018-09-04 20:43:56,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-b3c669a3-f1b5-4160-8f44-8884ebdb0516 2018-09-04 20:43:56,282 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-c32f9cf5-aefd-403-name 2018-09-04 20:43:56,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/cf1fdb48ec144537bf75045033c97107/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fce6d9ef4334d75ba556abfd97e21363563bcbbf" 2018-09-04 20:43:56,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45f59b74-22f6-4aeb-9a92-5e88623af6a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:56,419 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/cf1fdb48ec144537bf75045033c97107/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-45f59b74-22f6-4aeb-9a92-5e88623af6a2 2018-09-04 20:43:56,419 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-c32f9cf5-aefd-403-user2 2018-09-04 20:43:56,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/4067e64a354a46099654b56efe6fa44a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:43:56,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3f3cb32-5fd3-4f3e-8c0d-a273ed1fce4d Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/4067e64a354a46099654b56efe6fa44a"}, "domain_id": null, "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name-role", "id": "4067e64a354a46099654b56efe6fa44a"}} 2018-09-04 20:43:56,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/4067e64a354a46099654b56efe6fa44a used request id req-d3f3cb32-5fd3-4f3e-8c0d-a273ed1fce4d 2018-09-04 20:43:56,440 - keystone_utils - INFO - Granting role CreateProjectUserTests-c32f9cf5-aefd-403-name-role to project CreateProjectUserTests-c32f9cf5-aefd-403-name 2018-09-04 20:43:56,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/cf1fdb48ec144537bf75045033c97107/roles/4067e64a354a46099654b56efe6fa44a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:43:56,573 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:43:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-429a0b74-970e-4932-925f-66d921f17181 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:43:56,573 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5/users/cf1fdb48ec144537bf75045033c97107/roles/4067e64a354a46099654b56efe6fa44a used request id req-429a0b74-970e-4932-925f-66d921f17181 2018-09-04 20:43:56,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:43:56,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:43:56,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4067e64a354a46099654b56efe6fa44a", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T21:43:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36f7d88b05e548e89743419558ba3be5", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/36f7d88b05e548e89743419558ba3be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/36f7d88b05e548e89743419558ba3be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/36f7d88b05e548e89743419558ba3be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/36f7d88b05e548e89743419558ba3be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/36f7d88b05e548e89743419558ba3be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/36f7d88b05e548e89743419558ba3be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/36f7d88b05e548e89743419558ba3be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/36f7d88b05e548e89743419558ba3be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/36f7d88b05e548e89743419558ba3be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/36f7d88b05e548e89743419558ba3be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/36f7d88b05e548e89743419558ba3be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/36f7d88b05e548e89743419558ba3be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-c32f9cf5-aefd-403-user1", "id": "f37bebd1caeb4a0cab311fbba4cd6377"}, "audit_ids": ["W4-urfZlQViIP5K06wM9zQ"], "issued_at": "2018-09-04T20:43:56.000000Z"}} 2018-09-04 20:43:56,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:43:57,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f459569-91c7-443d-a16c-9e0460da2d3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:43:57,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1f459569-91c7-443d-a16c-9e0460da2d3d 2018-09-04 20:43:57,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-c32f9cf5-aefd-403-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:43:57,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-140195db-4b44-439a-8886-6cec1b68d283 Date: Tue, 04 Sep 2018 20:43:57 GMT RESP BODY: {"security_groups": []} 2018-09-04 20:43:57,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-c32f9cf5-aefd-403-name&description=hello+group used request id req-140195db-4b44-439a-8886-6cec1b68d283 2018-09-04 20:43:57,988 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-c32f9cf5-aefd-403-name... 2018-09-04 20:43:57,988 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-c32f9cf5-aefd-403-name 2018-09-04 20:43:57,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" -d '{"security_group": {"name": "CreateProjectUserTests-c32f9cf5-aefd-403-name", "description": "hello group"}}' 2018-09-04 20:43:58,511 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-f482e30f-7eb6-4008-afee-84c99529e440 Date: Tue, 04 Sep 2018 20:43:58 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "updated_at": "2018-09-04T20:43:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "revision_number": 0, "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv6", "project_id": "36f7d88b05e548e89743419558ba3be5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "revision_number": 0, "id": "e048a686-0f40-45f1-a133-991da307a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv4", "project_id": "36f7d88b05e548e89743419558ba3be5"}], "revision_number": 2, "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "89915223-4497-42e6-8d6e-df7e32c4e672", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}} 2018-09-04 20:43:58,511 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-f482e30f-7eb6-4008-afee-84c99529e440 2018-09-04 20:43:58,511 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89915223-4497-42e6-8d6e-df7e32c4e672 2018-09-04 20:43:58,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:43:58,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-da2c67b9-1e6b-44f3-95df-516c3c2353bd Date: Tue, 04 Sep 2018 20:43:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "e048a686-0f40-45f1-a133-991da307a242"}]} 2018-09-04 20:43:58,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-da2c67b9-1e6b-44f3-95df-516c3c2353bd 2018-09-04 20:43:58,757 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89915223-4497-42e6-8d6e-df7e32c4e672 2018-09-04 20:43:58,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:43:58,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4ef04cd5-b187-41aa-8b2b-59fea6d17f91 Date: Tue, 04 Sep 2018 20:43:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "e048a686-0f40-45f1-a133-991da307a242"}]} 2018-09-04 20:43:58,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-4ef04cd5-b187-41aa-8b2b-59fea6d17f91 2018-09-04 20:43:58,927 - neutron_utils - INFO - Retrieving security group with ID - 89915223-4497-42e6-8d6e-df7e32c4e672 2018-09-04 20:43:58,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:43:59,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-65f82090-1ba6-46cd-a28d-6b40cb412387 Date: Tue, 04 Sep 2018 20:43:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "updated_at": "2018-09-04T20:43:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "revision_number": 0, "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv6", "project_id": "36f7d88b05e548e89743419558ba3be5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "revision_number": 0, "id": "e048a686-0f40-45f1-a133-991da307a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv4", "project_id": "36f7d88b05e548e89743419558ba3be5"}], "revision_number": 2, "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "89915223-4497-42e6-8d6e-df7e32c4e672", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}]} 2018-09-04 20:43:59,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-65f82090-1ba6-46cd-a28d-6b40cb412387 2018-09-04 20:43:59,006 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89915223-4497-42e6-8d6e-df7e32c4e672 2018-09-04 20:43:59,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:43:59,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-510d67a0-6610-4910-bd16-d8a80b811ac1 Date: Tue, 04 Sep 2018 20:43:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "e048a686-0f40-45f1-a133-991da307a242"}]} 2018-09-04 20:43:59,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-510d67a0-6610-4910-bd16-d8a80b811ac1 2018-09-04 20:43:59,173 - neutron_utils - INFO - Retrieving security group with ID - 89915223-4497-42e6-8d6e-df7e32c4e672 2018-09-04 20:43:59,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:43:59,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d6077837-d52d-4073-ad7b-4f7bfad78ca6 Date: Tue, 04 Sep 2018 20:43:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "updated_at": "2018-09-04T20:43:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "revision_number": 0, "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv6", "project_id": "36f7d88b05e548e89743419558ba3be5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "revision_number": 0, "id": "e048a686-0f40-45f1-a133-991da307a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv4", "project_id": "36f7d88b05e548e89743419558ba3be5"}], "revision_number": 2, "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "89915223-4497-42e6-8d6e-df7e32c4e672", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}]} 2018-09-04 20:43:59,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-d6077837-d52d-4073-ad7b-4f7bfad78ca6 2018-09-04 20:43:59,379 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89915223-4497-42e6-8d6e-df7e32c4e672 2018-09-04 20:43:59,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:43:59,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-198d36c8-f2cd-45e9-81a3-959e07ba2ec8 Date: Tue, 04 Sep 2018 20:43:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "e048a686-0f40-45f1-a133-991da307a242"}]} 2018-09-04 20:43:59,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-198d36c8-f2cd-45e9-81a3-959e07ba2ec8 2018-09-04 20:43:59,537 - neutron_utils - INFO - Retrieving security group with ID - 89915223-4497-42e6-8d6e-df7e32c4e672 2018-09-04 20:43:59,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:43:59,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7b3364b3-56f0-4f1b-8592-0aad1b505f60 Date: Tue, 04 Sep 2018 20:43:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "updated_at": "2018-09-04T20:43:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "revision_number": 0, "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv6", "project_id": "36f7d88b05e548e89743419558ba3be5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "revision_number": 0, "id": "e048a686-0f40-45f1-a133-991da307a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv4", "project_id": "36f7d88b05e548e89743419558ba3be5"}], "revision_number": 2, "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "89915223-4497-42e6-8d6e-df7e32c4e672", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}]} 2018-09-04 20:43:59,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-7b3364b3-56f0-4f1b-8592-0aad1b505f60 2018-09-04 20:43:59,858 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89915223-4497-42e6-8d6e-df7e32c4e672 2018-09-04 20:43:59,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:44:00,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-163c7ccf-0f5c-4c3f-adc0-80eabaa7a0e8 Date: Tue, 04 Sep 2018 20:44:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "e048a686-0f40-45f1-a133-991da307a242"}]} 2018-09-04 20:44:00,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-163c7ccf-0f5c-4c3f-adc0-80eabaa7a0e8 2018-09-04 20:44:00,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:44:00,108 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:44:00,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4067e64a354a46099654b56efe6fa44a", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T21:44:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36f7d88b05e548e89743419558ba3be5", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/36f7d88b05e548e89743419558ba3be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/36f7d88b05e548e89743419558ba3be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/36f7d88b05e548e89743419558ba3be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/36f7d88b05e548e89743419558ba3be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/36f7d88b05e548e89743419558ba3be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/36f7d88b05e548e89743419558ba3be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/36f7d88b05e548e89743419558ba3be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/36f7d88b05e548e89743419558ba3be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/36f7d88b05e548e89743419558ba3be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/36f7d88b05e548e89743419558ba3be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/36f7d88b05e548e89743419558ba3be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/36f7d88b05e548e89743419558ba3be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-c32f9cf5-aefd-403-user2", "id": "cf1fdb48ec144537bf75045033c97107"}, "audit_ids": ["hfxE1N3ZQH-ATvtujnHE3Q"], "issued_at": "2018-09-04T20:44:00.000000Z"}} 2018-09-04 20:44:00,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a75d4334c675a335c6f1948442134ef52a74a7c" 2018-09-04 20:44:00,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-321bd9b5-ac56-4117-aa3d-55eff2e99be5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:44:00,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-321bd9b5-ac56-4117-aa3d-55eff2e99be5 2018-09-04 20:44:00,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-c32f9cf5-aefd-403-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a75d4334c675a335c6f1948442134ef52a74a7c" 2018-09-04 20:44:00,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-697b86c6-515e-4f3b-ae86-8f6966f5636a Date: Tue, 04 Sep 2018 20:44:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "updated_at": "2018-09-04T20:43:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "revision_number": 0, "id": "e048a686-0f40-45f1-a133-991da307a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv4", "project_id": "36f7d88b05e548e89743419558ba3be5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "revision_number": 0, "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv6", "project_id": "36f7d88b05e548e89743419558ba3be5"}], "revision_number": 2, "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "89915223-4497-42e6-8d6e-df7e32c4e672", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}]} 2018-09-04 20:44:00,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-c32f9cf5-aefd-403-name&description=hello+group used request id req-697b86c6-515e-4f3b-ae86-8f6966f5636a 2018-09-04 20:44:00,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:44:00,794 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:44:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:44:00,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a75d4334c675a335c6f1948442134ef52a74a7c" 2018-09-04 20:44:00,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f27266d-2aee-4036-90f3-b80085a46b70 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5"}, "enabled": true, "id": "36f7d88b05e548e89743419558ba3be5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}} 2018-09-04 20:44:00,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5 used request id req-7f27266d-2aee-4036-90f3-b80085a46b70 2018-09-04 20:44:00,869 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89915223-4497-42e6-8d6e-df7e32c4e672 2018-09-04 20:44:00,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a75d4334c675a335c6f1948442134ef52a74a7c" 2018-09-04 20:44:01,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-95962ead-d7cd-48b6-81f8-ddd37fe2f7e8 Date: Tue, 04 Sep 2018 20:44:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "e048a686-0f40-45f1-a133-991da307a242"}]} 2018-09-04 20:44:01,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-95962ead-d7cd-48b6-81f8-ddd37fe2f7e8 2018-09-04 20:44:01,045 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89915223-4497-42e6-8d6e-df7e32c4e672 2018-09-04 20:44:01,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a75d4334c675a335c6f1948442134ef52a74a7c" 2018-09-04 20:44:01,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0f48fb09-7ff0-4069-9940-144d0c22e04a Date: Tue, 04 Sep 2018 20:44:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "e048a686-0f40-45f1-a133-991da307a242"}]} 2018-09-04 20:44:01,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-0f48fb09-7ff0-4069-9940-144d0c22e04a 2018-09-04 20:44:01,748 - neutron_utils - INFO - Retrieving security group with ID - 89915223-4497-42e6-8d6e-df7e32c4e672 2018-09-04 20:44:01,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a75d4334c675a335c6f1948442134ef52a74a7c" 2018-09-04 20:44:02,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ead76ab3-16e7-4505-a9ad-7e18f5f01688 Date: Tue, 04 Sep 2018 20:44:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "updated_at": "2018-09-04T20:43:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "revision_number": 0, "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv6", "project_id": "36f7d88b05e548e89743419558ba3be5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "revision_number": 0, "id": "e048a686-0f40-45f1-a133-991da307a242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv4", "project_id": "36f7d88b05e548e89743419558ba3be5"}], "revision_number": 2, "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "89915223-4497-42e6-8d6e-df7e32c4e672", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}]} 2018-09-04 20:44:02,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-ead76ab3-16e7-4505-a9ad-7e18f5f01688 2018-09-04 20:44:02,054 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89915223-4497-42e6-8d6e-df7e32c4e672 2018-09-04 20:44:02,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a75d4334c675a335c6f1948442134ef52a74a7c" 2018-09-04 20:44:02,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4849ccdf-5b90-4208-af83-f8786e88f2e3 Date: Tue, 04 Sep 2018 20:44:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:58Z", "security_group_id": "89915223-4497-42e6-8d6e-df7e32c4e672", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:58Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "e048a686-0f40-45f1-a133-991da307a242"}]} 2018-09-04 20:44:02,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-4849ccdf-5b90-4208-af83-f8786e88f2e3 2018-09-04 20:44:02,247 - neutron_utils - INFO - Deleting security group rule with ID - e048a686-0f40-45f1-a133-991da307a242 2018-09-04 20:44:02,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/e048a686-0f40-45f1-a133-991da307a242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:44:02,341 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-793627e6-ae80-4d91-a2fb-8bb2ede40a39 Content-Length: 0 Date: Tue, 04 Sep 2018 20:44:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:02,342 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/e048a686-0f40-45f1-a133-991da307a242 used request id req-793627e6-ae80-4d91-a2fb-8bb2ede40a39 2018-09-04 20:44:02,342 - neutron_utils - INFO - Deleting security group rule with ID - 2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69 2018-09-04 20:44:02,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:44:02,732 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9edc1e2f-203e-46c3-9d60-dce67c9b2896 Content-Length: 0 Date: Tue, 04 Sep 2018 20:44:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:02,732 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/2fc01ed8-93e9-4130-87f4-c7f3e0cc2d69 used request id req-9edc1e2f-203e-46c3-9d60-dce67c9b2896 2018-09-04 20:44:02,732 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-c32f9cf5-aefd-403-name 2018-09-04 20:44:02,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f0505418b596734e1f4f9600e9c11a96e09b52" 2018-09-04 20:44:03,724 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-52f17b62-377d-4c88-bc5e-0be43ae5e78b Content-Length: 0 Date: Tue, 04 Sep 2018 20:44:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:03,724 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-52f17b62-377d-4c88-bc5e-0be43ae5e78b 2018-09-04 20:44:03,725 - neutron_utils - INFO - Deleting security group rule with ID - e048a686-0f40-45f1-a133-991da307a242 2018-09-04 20:44:03,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/e048a686-0f40-45f1-a133-991da307a242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a75d4334c675a335c6f1948442134ef52a74a7c" 2018-09-04 20:44:04,489 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-23a8f058-c7ca-4d17-85f3-f54e0a498ee4 Date: Tue, 04 Sep 2018 20:44:04 GMT RESP BODY: {"NeutronError": {"message": "Security group rule e048a686-0f40-45f1-a133-991da307a242 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-04 20:44:04,489 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/e048a686-0f40-45f1-a133-991da307a242 used request id req-23a8f058-c7ca-4d17-85f3-f54e0a498ee4 2018-09-04 20:44:04,490 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule e048a686-0f40-45f1-a133-991da307a242 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-04 20:44:04,490 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule e048a686-0f40-45f1-a133-991da307a242 does not exist Neutron server returns request_ids: ['req-23a8f058-c7ca-4d17-85f3-f54e0a498ee4'] 2018-09-04 20:44:04,490 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-c32f9cf5-aefd-403-name 2018-09-04 20:44:04,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/89915223-4497-42e6-8d6e-df7e32c4e672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a75d4334c675a335c6f1948442134ef52a74a7c" 2018-09-04 20:44:04,652 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-069374ed-6fc1-4651-9496-4a22ee9cc51b Date: Tue, 04 Sep 2018 20:44:04 GMT RESP BODY: {"NeutronError": {"message": "Security group 89915223-4497-42e6-8d6e-df7e32c4e672 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-09-04 20:44:04,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/89915223-4497-42e6-8d6e-df7e32c4e672 used request id req-069374ed-6fc1-4651-9496-4a22ee9cc51b 2018-09-04 20:44:04,653 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 89915223-4497-42e6-8d6e-df7e32c4e672 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-09-04 20:44:04,653 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 89915223-4497-42e6-8d6e-df7e32c4e672 does not exist Neutron server returns request_ids: ['req-069374ed-6fc1-4651-9496-4a22ee9cc51b'] 2018-09-04 20:44:04,654 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-c32f9cf5-aefd-403-user1 2018-09-04 20:44:04,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/f37bebd1caeb4a0cab311fbba4cd6377 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0e397dd327e28d07afd8a1709d828261f76705" 2018-09-04 20:44:04,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:44:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85ec9254-195f-4641-9588-4777c9603f8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:44:04,845 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/f37bebd1caeb4a0cab311fbba4cd6377 used request id req-85ec9254-195f-4641-9588-4777c9603f8f 2018-09-04 20:44:04,846 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-c32f9cf5-aefd-403-user2 2018-09-04 20:44:04,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/cf1fdb48ec144537bf75045033c97107 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fce6d9ef4334d75ba556abfd97e21363563bcbbf" 2018-09-04 20:44:05,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:44:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-212fa608-74a5-43d3-8d43-0108bc46d760 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:44:05,026 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/cf1fdb48ec144537bf75045033c97107 used request id req-212fa608-74a5-43d3-8d43-0108bc46d760 2018-09-04 20:44:05,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:44:05,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-d8a5529c-c56b-4b52-9835-b1071fdd2b2e Date: Tue, 04 Sep 2018 20:44:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:57Z", "updated_at": "2018-09-04T20:43:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:57Z", "revision_number": 0, "id": "b0fee37d-d814-46f9-952a-7b6e4d59f1af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:57Z", "security_group_id": "7c8953a2-83db-429c-81de-75d8b377c920", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv6", "project_id": "36f7d88b05e548e89743419558ba3be5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:57Z", "revision_number": 0, "id": "a1cd500a-5b67-4a91-8558-3f5814db42c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:57Z", "security_group_id": "7c8953a2-83db-429c-81de-75d8b377c920", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv4", "project_id": "36f7d88b05e548e89743419558ba3be5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:57Z", "revision_number": 0, "id": "cceced40-3a2b-4f4b-aebf-ab2d31a36c0f", "remote_group_id": "7c8953a2-83db-429c-81de-75d8b377c920", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:57Z", "security_group_id": "7c8953a2-83db-429c-81de-75d8b377c920", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv4", "project_id": "36f7d88b05e548e89743419558ba3be5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:57Z", "revision_number": 0, "id": "6c584c5e-5d0b-411e-aab4-e552b82818ec", "remote_group_id": "7c8953a2-83db-429c-81de-75d8b377c920", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:57Z", "security_group_id": "7c8953a2-83db-429c-81de-75d8b377c920", "tenant_id": "36f7d88b05e548e89743419558ba3be5", "port_range_min": null, "ethertype": "IPv6", "project_id": "36f7d88b05e548e89743419558ba3be5"}], "revision_number": 4, "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "7c8953a2-83db-429c-81de-75d8b377c920", "name": "default"}]} 2018-09-04 20:44:05,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-d8a5529c-c56b-4b52-9835-b1071fdd2b2e 2018-09-04 20:44:05,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:44:05,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86c37eb5-de7c-4cb4-9bea-e1b888771487 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 20:44:05,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-86c37eb5-de7c-4cb4-9bea-e1b888771487 2018-09-04 20:44:05,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:44:05,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cc585c2-207e-4f4d-a233-59bd2560792e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:44:05,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-7cc585c2-207e-4f4d-a233-59bd2560792e 2018-09-04 20:44:05,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:44:05,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9a050e3-fb97-4d4a-9425-05f2e38d01ad Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5"}, "enabled": true, "id": "36f7d88b05e548e89743419558ba3be5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-c32f9cf5-aefd-403-name"}} 2018-09-04 20:44:05,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5 used request id req-c9a050e3-fb97-4d4a-9425-05f2e38d01ad 2018-09-04 20:44:05,515 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7c8953a2-83db-429c-81de-75d8b377c920 2018-09-04 20:44:05,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=7c8953a2-83db-429c-81de-75d8b377c920 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:44:05,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-16cc23e7-8c45-4c0c-94fc-abf62762f56e Date: Tue, 04 Sep 2018 20:44:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7c8953a2-83db-429c-81de-75d8b377c920", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:57Z", "security_group_id": "7c8953a2-83db-429c-81de-75d8b377c920", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:57Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "6c584c5e-5d0b-411e-aab4-e552b82818ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:57Z", "security_group_id": "7c8953a2-83db-429c-81de-75d8b377c920", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:57Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "a1cd500a-5b67-4a91-8558-3f5814db42c6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:57Z", "security_group_id": "7c8953a2-83db-429c-81de-75d8b377c920", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:57Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "b0fee37d-d814-46f9-952a-7b6e4d59f1af"}, {"remote_group_id": "7c8953a2-83db-429c-81de-75d8b377c920", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:43:57Z", "security_group_id": "7c8953a2-83db-429c-81de-75d8b377c920", "port_range_min": null, "revision_number": 0, "tenant_id": "36f7d88b05e548e89743419558ba3be5", "created_at": "2018-09-04T20:43:57Z", "project_id": "36f7d88b05e548e89743419558ba3be5", "id": "cceced40-3a2b-4f4b-aebf-ab2d31a36c0f"}]} 2018-09-04 20:44:05,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=7c8953a2-83db-429c-81de-75d8b377c920 used request id req-16cc23e7-8c45-4c0c-94fc-abf62762f56e 2018-09-04 20:44:05,788 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 20:44:05,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/7c8953a2-83db-429c-81de-75d8b377c920 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:44:06,087 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ed27a84-7515-45ca-a8a1-88e2cb1ef121 Content-Length: 0 Date: Tue, 04 Sep 2018 20:44:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:06,088 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/7c8953a2-83db-429c-81de-75d8b377c920 used request id req-0ed27a84-7515-45ca-a8a1-88e2cb1ef121 2018-09-04 20:44:06,088 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-c32f9cf5-aefd-403-name 2018-09-04 20:44:06,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:44:06,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:44:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5aeea52b-10b0-4f51-8e75-e5eff2e479e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:44:06,237 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/36f7d88b05e548e89743419558ba3be5 used request id req-5aeea52b-10b0-4f51-8e75-e5eff2e479e6 2018-09-04 20:44:06,238 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-c32f9cf5-aefd-403-name-role 2018-09-04 20:44:06,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/4067e64a354a46099654b56efe6fa44a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:44:06,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:44:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bb7a1f4-f452-4bde-a6e4-25d54bf330db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:44:06,348 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/4067e64a354a46099654b56efe6fa44a used request id req-2bb7a1f4-f452-4bde-a6e4-25d54bf330db 2018-09-04 20:44:06,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc97a2fb296a4e421c19fc8f929b0361bd4bb67" 2018-09-04 20:44:06,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f56a905-b6d0-4845-9f4b-7ddc46343a27 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:44:06,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0f56a905-b6d0-4845-9f4b-7ddc46343a27 2018-09-04 20:44:06,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:44:06,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:44:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["MBltQYSMQKaiHdlLFHOlaw"], "issued_at": "2018-09-04T20:44:06.000000Z"}} 2018-09-04 20:44:06,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac286cbbc6f56f2595d2f8c2d3fa8f5cc063480e" 2018-09-04 20:44:07,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-492a7b96-5223-428f-9000-501a6e7f86ea Date: Tue, 04 Sep 2018 20:44:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:44:07,421 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-492a7b96-5223-428f-9000-501a6e7f86ea 2018-09-04 20:44:07,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac286cbbc6f56f2595d2f8c2d3fa8f5cc063480e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-0790985f-457c-46e1-85b5-35fe8be1018b"}' 2018-09-04 20:44:08,294 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67 X-Openstack-Request-Id: req-971e4c68-b97c-4b88-a3b6-f088be84771a Date: Tue, 04 Sep 2018 20:44:08 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-0790985f-457c-46e1-85b5-35fe8be1018b", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:44:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T20:44:08Z", "visibility": "shared", "locations": [], "self": "/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67", "min_disk": 0, "protected": false, "id": "d34a193c-bf18-4ca7-9a0a-309fa0758d67", "file": "/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67/file", "checksum": null, "owner": "21a717df1f2c484095e6f33236f533f4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:44:08,294 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-971e4c68-b97c-4b88-a3b6-f088be84771a 2018-09-04 20:44:08,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac286cbbc6f56f2595d2f8c2d3fa8f5cc063480e" -d '' 2018-09-04 20:44:11,849 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-11e83124-c49e-4820-b839-c8446d4cd746 Date: Tue, 04 Sep 2018 20:44:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:44:11,849 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67/file used request id req-11e83124-c49e-4820-b839-c8446d4cd746 2018-09-04 20:44:11,850 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:44:11,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac286cbbc6f56f2595d2f8c2d3fa8f5cc063480e" 2018-09-04 20:44:12,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-5fcfc92c-c9fd-4e35-89c0-41760da0e799 Date: Tue, 04 Sep 2018 20:44:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-0790985f-457c-46e1-85b5-35fe8be1018b", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:44:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:44:11Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67/snap", "metadata": {}}], "self": "/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67", "min_disk": 0, "protected": false, "id": "d34a193c-bf18-4ca7-9a0a-309fa0758d67", "file": "/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:44:12,479 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67 used request id req-5fcfc92c-c9fd-4e35-89c0-41760da0e799 2018-09-04 20:44:12,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac286cbbc6f56f2595d2f8c2d3fa8f5cc063480e" 2018-09-04 20:44:13,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2f84cb61-bd71-480a-9b7b-b698e950bb18 Date: Tue, 04 Sep 2018 20:44:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:44:13,112 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-2f84cb61-bd71-480a-9b7b-b698e950bb18 2018-09-04 20:44:13,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-0790985f-457c-46e1-85b5-35fe8be1018b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac286cbbc6f56f2595d2f8c2d3fa8f5cc063480e" 2018-09-04 20:44:13,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-fc054cf7-e35e-4f87-b23f-54be5e779cc7 Date: Tue, 04 Sep 2018 20:44:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-0790985f-457c-46e1-85b5-35fe8be1018b", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:44:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:44:11Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67/snap", "metadata": {}}], "self": "/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67", "min_disk": 0, "protected": false, "id": "d34a193c-bf18-4ca7-9a0a-309fa0758d67", "file": "/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-0790985f-457c-46e1-85b5-35fe8be1018b"} 2018-09-04 20:44:13,848 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-0790985f-457c-46e1-85b5-35fe8be1018b used request id req-fc054cf7-e35e-4f87-b23f-54be5e779cc7 2018-09-04 20:44:13,849 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-0790985f-457c-46e1-85b5-35fe8be1018b 2018-09-04 20:44:13,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac286cbbc6f56f2595d2f8c2d3fa8f5cc063480e" 2018-09-04 20:44:15,416 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-94e754d2-246c-424e-9165-9230e65c2313 Date: Tue, 04 Sep 2018 20:44:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:44:15,416 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/d34a193c-bf18-4ca7-9a0a-309fa0758d67 used request id req-94e754d2-246c-424e-9165-9230e65c2313 2018-09-04 20:44:15,418 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-09-04 20:44:15,419 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:44:15,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:44:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["MlXGszFMTby3AGMIPwafYA"], "issued_at": "2018-09-04T20:44:15.000000Z"}} 2018-09-04 20:44:15,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618ffad0ab177038c75fa85e1a4194473ea6b5c" 2018-09-04 20:44:15,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5c722a6-bdaf-4d8e-a879-487b4197f11d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:44:15,867 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f5c722a6-bdaf-4d8e-a879-487b4197f11d 2018-09-04 20:44:15,868 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-6a166d7c-96ae-4047-ac2a-fcd35452fa7e-pub-net 2018-09-04 20:44:15,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618ffad0ab177038c75fa85e1a4194473ea6b5c" -d '{"network": {"name": "NeutronUtilsNetworkTests-6a166d7c-96ae-4047-ac2a-fcd35452fa7e-pub-net", "admin_state_up": true}}' 2018-09-04 20:44:16,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-ead28646-dc64-484c-8716-e0b34653a3ed Date: Tue, 04 Sep 2018 20:44:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"29c6b22f-7b00-4476-ae25-12cd996fcb72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:16Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsNetworkTests-6a166d7c-96ae-4047-ac2a-fcd35452fa7e-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:16Z","mtu":1450}} 2018-09-04 20:44:16,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-ead28646-dc64-484c-8716-e0b34653a3ed 2018-09-04 20:44:16,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=29c6b22f-7b00-4476-ae25-12cd996fcb72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618ffad0ab177038c75fa85e1a4194473ea6b5c" 2018-09-04 20:44:16,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-69290432-57d0-49ae-b282-f4ad62425d70 Date: Tue, 04 Sep 2018 20:44:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"29c6b22f-7b00-4476-ae25-12cd996fcb72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:16Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-6a166d7c-96ae-4047-ac2a-fcd35452fa7e-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:16Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:16,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=29c6b22f-7b00-4476-ae25-12cd996fcb72 used request id req-69290432-57d0-49ae-b282-f4ad62425d70 2018-09-04 20:44:16,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=29c6b22f-7b00-4476-ae25-12cd996fcb72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618ffad0ab177038c75fa85e1a4194473ea6b5c" 2018-09-04 20:44:17,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7a1f5a38-2b85-4b65-a1f7-6b234db2117a Date: Tue, 04 Sep 2018 20:44:17 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:44:17,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=29c6b22f-7b00-4476-ae25-12cd996fcb72 used request id req-7a1f5a38-2b85-4b65-a1f7-6b234db2117a 2018-09-04 20:44:17,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=29c6b22f-7b00-4476-ae25-12cd996fcb72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618ffad0ab177038c75fa85e1a4194473ea6b5c" 2018-09-04 20:44:18,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-24de0f16-4f93-4d13-a514-3ffaefaae6be Date: Tue, 04 Sep 2018 20:44:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"29c6b22f-7b00-4476-ae25-12cd996fcb72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:16Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-6a166d7c-96ae-4047-ac2a-fcd35452fa7e-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:16Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:18,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=29c6b22f-7b00-4476-ae25-12cd996fcb72 used request id req-24de0f16-4f93-4d13-a514-3ffaefaae6be 2018-09-04 20:44:18,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=29c6b22f-7b00-4476-ae25-12cd996fcb72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618ffad0ab177038c75fa85e1a4194473ea6b5c" 2018-09-04 20:44:18,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-98f61215-f944-46ad-938f-3f23d201c959 Date: Tue, 04 Sep 2018 20:44:18 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:44:18,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=29c6b22f-7b00-4476-ae25-12cd996fcb72 used request id req-98f61215-f944-46ad-938f-3f23d201c959 2018-09-04 20:44:18,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsNetworkTests-6a166d7c-96ae-4047-ac2a-fcd35452fa7e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618ffad0ab177038c75fa85e1a4194473ea6b5c" 2018-09-04 20:44:18,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-eef35122-b80b-4853-a9bf-509844c7c91a Date: Tue, 04 Sep 2018 20:44:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"29c6b22f-7b00-4476-ae25-12cd996fcb72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:16Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-6a166d7c-96ae-4047-ac2a-fcd35452fa7e-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:16Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:18,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsNetworkTests-6a166d7c-96ae-4047-ac2a-fcd35452fa7e-pub-net used request id req-eef35122-b80b-4853-a9bf-509844c7c91a 2018-09-04 20:44:18,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:44:18,532 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:44:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:44:18,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618ffad0ab177038c75fa85e1a4194473ea6b5c" 2018-09-04 20:44:18,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e122f94-3d4c-4ddf-80d6-90126866568d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:44:18,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-4e122f94-3d4c-4ddf-80d6-90126866568d 2018-09-04 20:44:18,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=29c6b22f-7b00-4476-ae25-12cd996fcb72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618ffad0ab177038c75fa85e1a4194473ea6b5c" 2018-09-04 20:44:18,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-92518de2-1226-4526-8cd3-4c80d718d303 Date: Tue, 04 Sep 2018 20:44:18 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:44:18,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=29c6b22f-7b00-4476-ae25-12cd996fcb72 used request id req-92518de2-1226-4526-8cd3-4c80d718d303 2018-09-04 20:44:18,948 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-6a166d7c-96ae-4047-ac2a-fcd35452fa7e-pub-net 2018-09-04 20:44:18,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/29c6b22f-7b00-4476-ae25-12cd996fcb72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618ffad0ab177038c75fa85e1a4194473ea6b5c" 2018-09-04 20:44:20,445 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2df0cdda-5a2f-4b41-9727-3c2b7aeabe41 Date: Tue, 04 Sep 2018 20:44:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:20,445 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/29c6b22f-7b00-4476-ae25-12cd996fcb72 used request id req-2df0cdda-5a2f-4b41-9727-3c2b7aeabe41 2018-09-04 20:44:20,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:44:20,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:44:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["QyflJGkQT9iSN5TUAr3RiA"], "issued_at": "2018-09-04T20:44:20.000000Z"}} 2018-09-04 20:44:20,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff35fd0859c90b8cea3e2dde08927958f1d387c" 2018-09-04 20:44:20,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e894775d-dbd1-4cf2-ba8f-c9f5cfd1eefb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:44:20,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e894775d-dbd1-4cf2-ba8f-c9f5cfd1eefb 2018-09-04 20:44:20,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:44:21,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:44:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["UPAoWDj0ThyP_pB0MuJcbA"], "issued_at": "2018-09-04T20:44:21.000000Z"}} 2018-09-04 20:44:21,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f3a7e94fe1b20bb9afc2cf1ad385a2c521e8b39" 2018-09-04 20:44:21,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aef60716-2fef-4dd1-95e7-846461c1d4d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:44:21,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-aef60716-2fef-4dd1-95e7-846461c1d4d3 2018-09-04 20:44:21,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:44:21,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:44:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["ZY6OAGn1S-6Im-urEIBoHA"], "issued_at": "2018-09-04T20:44:21.000000Z"}} 2018-09-04 20:44:21,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:21,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da013368-41a5-492e-86b0-2490228c9454 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:44:21,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-da013368-41a5-492e-86b0-2490228c9454 2018-09-04 20:44:21,846 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-net 2018-09-04 20:44:21,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" -d '{"network": {"name": "NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-net", "admin_state_up": true}}' 2018-09-04 20:44:22,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-8fac3006-c6af-445b-9455-180935628da2 Date: Tue, 04 Sep 2018 20:44:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"84f71a28-b6e2-4ab4-81b8-b055dd80256a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:22Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:22Z","mtu":1450}} 2018-09-04 20:44:22,964 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-8fac3006-c6af-445b-9455-180935628da2 2018-09-04 20:44:22,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=84f71a28-b6e2-4ab4-81b8-b055dd80256a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:23,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-527ad129-2d45-4c99-8fa2-662080e4eaae Date: Tue, 04 Sep 2018 20:44:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"84f71a28-b6e2-4ab4-81b8-b055dd80256a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:22Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:22Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:23,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=84f71a28-b6e2-4ab4-81b8-b055dd80256a used request id req-527ad129-2d45-4c99-8fa2-662080e4eaae 2018-09-04 20:44:23,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=84f71a28-b6e2-4ab4-81b8-b055dd80256a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:23,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dff323c2-a053-4caf-bc25-d10948f2042a Date: Tue, 04 Sep 2018 20:44:23 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:44:23,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=84f71a28-b6e2-4ab4-81b8-b055dd80256a used request id req-dff323c2-a053-4caf-bc25-d10948f2042a 2018-09-04 20:44:23,939 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet 2018-09-04 20:44:23,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" -d '{"subnets": [{"ip_version": 4, "network_id": "84f71a28-b6e2-4ab4-81b8-b055dd80256a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet"}]}' 2018-09-04 20:44:25,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-055befbc-1942-4e35-8cad-da1453ce0fe5 Date: Tue, 04 Sep 2018 20:44:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84f71a28-b6e2-4ab4-81b8-b055dd80256a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:24Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:24Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"d0f04be9-b6ad-4fea-8c71-4dd528145184","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet"}]} 2018-09-04 20:44:25,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-055befbc-1942-4e35-8cad-da1453ce0fe5 2018-09-04 20:44:25,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=84f71a28-b6e2-4ab4-81b8-b055dd80256a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:25,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-618b4767-df63-4c9e-b30a-bc4bc14f64d9 Date: Tue, 04 Sep 2018 20:44:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"84f71a28-b6e2-4ab4-81b8-b055dd80256a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["d0f04be9-b6ad-4fea-8c71-4dd528145184"],"description":"","tags":[],"updated_at":"2018-09-04T20:44:24Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:22Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:25,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=84f71a28-b6e2-4ab4-81b8-b055dd80256a used request id req-618b4767-df63-4c9e-b30a-bc4bc14f64d9 2018-09-04 20:44:25,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=84f71a28-b6e2-4ab4-81b8-b055dd80256a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:25,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d2720711-74a4-4d2b-be86-16460fb31123 Date: Tue, 04 Sep 2018 20:44:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84f71a28-b6e2-4ab4-81b8-b055dd80256a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:24Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"d0f04be9-b6ad-4fea-8c71-4dd528145184","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet"}]} 2018-09-04 20:44:25,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=84f71a28-b6e2-4ab4-81b8-b055dd80256a used request id req-d2720711-74a4-4d2b-be86-16460fb31123 2018-09-04 20:44:25,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:26,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-919b80d2-ff81-419a-b374-7c9562a7bcce Date: Tue, 04 Sep 2018 20:44:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"84f71a28-b6e2-4ab4-81b8-b055dd80256a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["d0f04be9-b6ad-4fea-8c71-4dd528145184"],"description":"","tags":[],"updated_at":"2018-09-04T20:44:24Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:22Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:26,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-net used request id req-919b80d2-ff81-419a-b374-7c9562a7bcce 2018-09-04 20:44:26,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:44:26,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:44:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:44:26,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:26,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6dfe272-a8ee-4774-852d-975ab14e7bd9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:44:26,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-f6dfe272-a8ee-4774-852d-975ab14e7bd9 2018-09-04 20:44:26,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=84f71a28-b6e2-4ab4-81b8-b055dd80256a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:26,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c3658794-d8a6-4727-8069-ae37895dcc7f Date: Tue, 04 Sep 2018 20:44:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84f71a28-b6e2-4ab4-81b8-b055dd80256a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:24Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"d0f04be9-b6ad-4fea-8c71-4dd528145184","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet"}]} 2018-09-04 20:44:26,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=84f71a28-b6e2-4ab4-81b8-b055dd80256a used request id req-c3658794-d8a6-4727-8069-ae37895dcc7f 2018-09-04 20:44:26,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=84f71a28-b6e2-4ab4-81b8-b055dd80256a&name=NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:26,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ffe2b204-1a9a-4ba9-98ca-6d6ec7c028a7 Date: Tue, 04 Sep 2018 20:44:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84f71a28-b6e2-4ab4-81b8-b055dd80256a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:24Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"d0f04be9-b6ad-4fea-8c71-4dd528145184","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet"}]} 2018-09-04 20:44:26,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=84f71a28-b6e2-4ab4-81b8-b055dd80256a&name=NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet used request id req-ffe2b204-1a9a-4ba9-98ca-6d6ec7c028a7 2018-09-04 20:44:26,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=84f71a28-b6e2-4ab4-81b8-b055dd80256a&name=NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:26,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b75f85cf-db42-4e49-9718-50ac45887320 Date: Tue, 04 Sep 2018 20:44:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84f71a28-b6e2-4ab4-81b8-b055dd80256a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:24Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"d0f04be9-b6ad-4fea-8c71-4dd528145184","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet"}]} 2018-09-04 20:44:26,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=84f71a28-b6e2-4ab4-81b8-b055dd80256a&name=NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet used request id req-b75f85cf-db42-4e49-9718-50ac45887320 2018-09-04 20:44:26,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=84f71a28-b6e2-4ab4-81b8-b055dd80256a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:26,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8fb5768e-5567-4114-ad2f-783ee8a6a563 Date: Tue, 04 Sep 2018 20:44:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84f71a28-b6e2-4ab4-81b8-b055dd80256a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:24Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"d0f04be9-b6ad-4fea-8c71-4dd528145184","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet"}]} 2018-09-04 20:44:26,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=84f71a28-b6e2-4ab4-81b8-b055dd80256a used request id req-8fb5768e-5567-4114-ad2f-783ee8a6a563 2018-09-04 20:44:26,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:26,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-24b8aa17-ec30-468c-82f2-74238384aba6 Date: Tue, 04 Sep 2018 20:44:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84f71a28-b6e2-4ab4-81b8-b055dd80256a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:24Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"d0f04be9-b6ad-4fea-8c71-4dd528145184","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet"}]} 2018-09-04 20:44:26,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet used request id req-24b8aa17-ec30-468c-82f2-74238384aba6 2018-09-04 20:44:26,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:26,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15dec088-b37e-44e5-8516-918d3c322231 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:44:26,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-15dec088-b37e-44e5-8516-918d3c322231 2018-09-04 20:44:26,992 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet 2018-09-04 20:44:26,992 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-subnet 2018-09-04 20:44:26,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/d0f04be9-b6ad-4fea-8c71-4dd528145184 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:28,430 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c6db4764-fc0b-4f5e-b5a1-d40ade057e83 Date: Tue, 04 Sep 2018 20:44:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:28,430 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d0f04be9-b6ad-4fea-8c71-4dd528145184 used request id req-c6db4764-fc0b-4f5e-b5a1-d40ade057e83 2018-09-04 20:44:28,431 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-469177d5-19db-4821-accb-63b21320db94-pub-net 2018-09-04 20:44:28,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/84f71a28-b6e2-4ab4-81b8-b055dd80256a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d78c7c24e620030a34cd2a58d04d247b4c908f4" 2018-09-04 20:44:29,958 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee8009c9-14b2-4895-b587-0a13ba36bbe4 Date: Tue, 04 Sep 2018 20:44:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:29,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/84f71a28-b6e2-4ab4-81b8-b055dd80256a used request id req-ee8009c9-14b2-4895-b587-0a13ba36bbe4 2018-09-04 20:44:29,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:44:30,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:44:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["dvUrgrcUTCO21DOUdooOug"], "issued_at": "2018-09-04T20:44:30.000000Z"}} 2018-09-04 20:44:30,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4deebd69142d52873b26ffea8b34084a29c775" 2018-09-04 20:44:30,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39fe2a61-83dd-45b7-995a-e19a007f2975 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:44:30,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-39fe2a61-83dd-45b7-995a-e19a007f2975 2018-09-04 20:44:30,439 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-f6fed7f3-ed08-4d82-9898-fde3843e2985-pub-net 2018-09-04 20:44:30,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4deebd69142d52873b26ffea8b34084a29c775" -d '{"network": {"name": "NeutronUtilsSubnetTests-f6fed7f3-ed08-4d82-9898-fde3843e2985-pub-net", "admin_state_up": true}}' 2018-09-04 20:44:31,053 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-4a2a1c48-d4af-465b-aab1-9867f21ca5dc Date: Tue, 04 Sep 2018 20:44:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"449f86df-9f40-4109-90e5-78de9f38caa1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:30Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-f6fed7f3-ed08-4d82-9898-fde3843e2985-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:30Z","mtu":1450}} 2018-09-04 20:44:31,054 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-4a2a1c48-d4af-465b-aab1-9867f21ca5dc 2018-09-04 20:44:31,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=449f86df-9f40-4109-90e5-78de9f38caa1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4deebd69142d52873b26ffea8b34084a29c775" 2018-09-04 20:44:31,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-99208d0f-9097-4c3e-9df4-6907c3238373 Date: Tue, 04 Sep 2018 20:44:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"449f86df-9f40-4109-90e5-78de9f38caa1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:30Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-f6fed7f3-ed08-4d82-9898-fde3843e2985-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:30Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:31,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=449f86df-9f40-4109-90e5-78de9f38caa1 used request id req-99208d0f-9097-4c3e-9df4-6907c3238373 2018-09-04 20:44:31,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=449f86df-9f40-4109-90e5-78de9f38caa1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4deebd69142d52873b26ffea8b34084a29c775" 2018-09-04 20:44:31,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-161b61df-7f69-42ca-a601-4e816a08b6b7 Date: Tue, 04 Sep 2018 20:44:31 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:44:31,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=449f86df-9f40-4109-90e5-78de9f38caa1 used request id req-161b61df-7f69-42ca-a601-4e816a08b6b7 2018-09-04 20:44:31,586 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-f6fed7f3-ed08-4d82-9898-fde3843e2985-pub-subnet 2018-09-04 20:44:31,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4deebd69142d52873b26ffea8b34084a29c775" -d '{"subnets": [{"ip_version": 4, "network_id": "449f86df-9f40-4109-90e5-78de9f38caa1", "cidr": "", "name": "NeutronUtilsSubnetTests-f6fed7f3-ed08-4d82-9898-fde3843e2985-pub-subnet"}]}' 2018-09-04 20:44:31,764 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-e3fe2500-9b88-445d-9ea5-b0b197339ae4 Date: Tue, 04 Sep 2018 20:44:31 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 20:44:31,764 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-e3fe2500-9b88-445d-9ea5-b0b197339ae4 2018-09-04 20:44:31,764 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 20:44:31,765 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-f6fed7f3-ed08-4d82-9898-fde3843e2985-pub-subnet] for network [NeutronUtilsSubnetTests-f6fed7f3-ed08-4d82-9898-fde3843e2985-pub-net] 2018-09-04 20:44:31,765 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-f6fed7f3-ed08-4d82-9898-fde3843e2985-pub-net 2018-09-04 20:44:31,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/449f86df-9f40-4109-90e5-78de9f38caa1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4deebd69142d52873b26ffea8b34084a29c775" 2018-09-04 20:44:32,636 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-909f37c1-3060-49bc-8b44-c2ad6b6c046b Date: Tue, 04 Sep 2018 20:44:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:32,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/449f86df-9f40-4109-90e5-78de9f38caa1 used request id req-909f37c1-3060-49bc-8b44-c2ad6b6c046b 2018-09-04 20:44:32,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:44:33,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:44:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["H2qCGDmDTFq16scWCWv5tw"], "issued_at": "2018-09-04T20:44:33.000000Z"}} 2018-09-04 20:44:33,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:33,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fbc2d06-106b-4eda-8a12-d5b1806da394 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:44:33,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4fbc2d06-106b-4eda-8a12-d5b1806da394 2018-09-04 20:44:33,051 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-net 2018-09-04 20:44:33,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" -d '{"network": {"name": "NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-net", "admin_state_up": true}}' 2018-09-04 20:44:33,640 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-68c8e58b-9960-479b-9836-64d2c38b8a7e Date: Tue, 04 Sep 2018 20:44:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"42772160-34ff-44ed-83dd-70f45751fe9a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":55,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:33Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:33Z","mtu":1450}} 2018-09-04 20:44:33,640 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-68c8e58b-9960-479b-9836-64d2c38b8a7e 2018-09-04 20:44:33,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=42772160-34ff-44ed-83dd-70f45751fe9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:33,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d0a045cf-ad79-44b9-9607-0145b39494b1 Date: Tue, 04 Sep 2018 20:44:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42772160-34ff-44ed-83dd-70f45751fe9a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":55,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:33Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:33Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:33,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=42772160-34ff-44ed-83dd-70f45751fe9a used request id req-d0a045cf-ad79-44b9-9607-0145b39494b1 2018-09-04 20:44:33,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=42772160-34ff-44ed-83dd-70f45751fe9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:34,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-462c3a21-d657-43c7-a14b-677106249c72 Date: Tue, 04 Sep 2018 20:44:34 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:44:34,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=42772160-34ff-44ed-83dd-70f45751fe9a used request id req-462c3a21-d657-43c7-a14b-677106249c72 2018-09-04 20:44:34,084 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet 2018-09-04 20:44:34,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" -d '{"subnets": [{"ip_version": 4, "network_id": "42772160-34ff-44ed-83dd-70f45751fe9a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet"}]}' 2018-09-04 20:44:34,754 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d83b1d65-51fd-4397-b7b8-44c5d6ffa48b Date: Tue, 04 Sep 2018 20:44:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42772160-34ff-44ed-83dd-70f45751fe9a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:34Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:34Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"99f9ca79-fa31-4ca6-8733-94a0bc20655a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet"}]} 2018-09-04 20:44:34,754 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-d83b1d65-51fd-4397-b7b8-44c5d6ffa48b 2018-09-04 20:44:34,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=42772160-34ff-44ed-83dd-70f45751fe9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:34,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cb435a16-67fc-47a7-b6b2-30b21ecad855 Date: Tue, 04 Sep 2018 20:44:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"42772160-34ff-44ed-83dd-70f45751fe9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":55,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["99f9ca79-fa31-4ca6-8733-94a0bc20655a"],"description":"","tags":[],"updated_at":"2018-09-04T20:44:34Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:33Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:34,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=42772160-34ff-44ed-83dd-70f45751fe9a used request id req-cb435a16-67fc-47a7-b6b2-30b21ecad855 2018-09-04 20:44:34,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=42772160-34ff-44ed-83dd-70f45751fe9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:35,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8f759c03-c9e2-4e1f-87f9-6ecfa5d764b5 Date: Tue, 04 Sep 2018 20:44:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42772160-34ff-44ed-83dd-70f45751fe9a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:34Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"99f9ca79-fa31-4ca6-8733-94a0bc20655a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet"}]} 2018-09-04 20:44:35,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=42772160-34ff-44ed-83dd-70f45751fe9a used request id req-8f759c03-c9e2-4e1f-87f9-6ecfa5d764b5 2018-09-04 20:44:35,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:35,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1ab192ed-a7c8-476f-8137-217bcb60a553 Date: Tue, 04 Sep 2018 20:44:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"42772160-34ff-44ed-83dd-70f45751fe9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":55,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["99f9ca79-fa31-4ca6-8733-94a0bc20655a"],"description":"","tags":[],"updated_at":"2018-09-04T20:44:34Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:33Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:35,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-net used request id req-1ab192ed-a7c8-476f-8137-217bcb60a553 2018-09-04 20:44:35,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:44:35,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:44:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:44:35,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:35,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ae33f07-f0d0-4c80-8958-14da7058fff7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:44:35,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-0ae33f07-f0d0-4c80-8958-14da7058fff7 2018-09-04 20:44:35,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=42772160-34ff-44ed-83dd-70f45751fe9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:35,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cdfd32c9-970c-4cf6-8daa-d616e4b4368d Date: Tue, 04 Sep 2018 20:44:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42772160-34ff-44ed-83dd-70f45751fe9a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:34Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"99f9ca79-fa31-4ca6-8733-94a0bc20655a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet"}]} 2018-09-04 20:44:35,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=42772160-34ff-44ed-83dd-70f45751fe9a used request id req-cdfd32c9-970c-4cf6-8daa-d616e4b4368d 2018-09-04 20:44:35,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=42772160-34ff-44ed-83dd-70f45751fe9a&name=NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:35,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-72b2739a-261f-4936-8f60-70aa43e45371 Date: Tue, 04 Sep 2018 20:44:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42772160-34ff-44ed-83dd-70f45751fe9a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:34Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"99f9ca79-fa31-4ca6-8733-94a0bc20655a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet"}]} 2018-09-04 20:44:35,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=42772160-34ff-44ed-83dd-70f45751fe9a&name=NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet used request id req-72b2739a-261f-4936-8f60-70aa43e45371 2018-09-04 20:44:35,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=42772160-34ff-44ed-83dd-70f45751fe9a&name=NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:35,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9ebfdcd8-1e70-422d-ad5d-624b48b0fbad Date: Tue, 04 Sep 2018 20:44:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42772160-34ff-44ed-83dd-70f45751fe9a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:34Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"99f9ca79-fa31-4ca6-8733-94a0bc20655a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet"}]} 2018-09-04 20:44:35,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=42772160-34ff-44ed-83dd-70f45751fe9a&name=NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet used request id req-9ebfdcd8-1e70-422d-ad5d-624b48b0fbad 2018-09-04 20:44:35,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=42772160-34ff-44ed-83dd-70f45751fe9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:36,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bf0a496e-9a03-493b-b12f-8c3ce8f23c80 Date: Tue, 04 Sep 2018 20:44:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42772160-34ff-44ed-83dd-70f45751fe9a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:34Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"99f9ca79-fa31-4ca6-8733-94a0bc20655a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet"}]} 2018-09-04 20:44:36,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=42772160-34ff-44ed-83dd-70f45751fe9a used request id req-bf0a496e-9a03-493b-b12f-8c3ce8f23c80 2018-09-04 20:44:36,017 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet 2018-09-04 20:44:36,017 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-subnet 2018-09-04 20:44:36,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/99f9ca79-fa31-4ca6-8733-94a0bc20655a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:37,107 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1dfcb45c-3c24-46ae-869c-0cfbe353e46d Date: Tue, 04 Sep 2018 20:44:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:37,107 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/99f9ca79-fa31-4ca6-8733-94a0bc20655a used request id req-1dfcb45c-3c24-46ae-869c-0cfbe353e46d 2018-09-04 20:44:37,108 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-b525ad15-bf58-46d8-ba7a-f4ced7e4e00f-pub-net 2018-09-04 20:44:37,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/42772160-34ff-44ed-83dd-70f45751fe9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6742f708b222cd3a03c4accdff7c0545f63e244f" 2018-09-04 20:44:38,728 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4327dfc1-b312-47e5-92ac-3db3df744f1d Date: Tue, 04 Sep 2018 20:44:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:38,728 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/42772160-34ff-44ed-83dd-70f45751fe9a used request id req-4327dfc1-b312-47e5-92ac-3db3df744f1d 2018-09-04 20:44:38,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:44:39,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:44:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["HEz9uwurTVm6rMccdjrbNA"], "issued_at": "2018-09-04T20:44:39.000000Z"}} 2018-09-04 20:44:39,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2595a29e6249a9a7d6bc3b4a4fb9eac95eb1eb60" 2018-09-04 20:44:39,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dc23758-e6a8-4969-8a23-7b2803283397 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:44:39,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7dc23758-e6a8-4969-8a23-7b2803283397 2018-09-04 20:44:39,197 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-6f5ea458-8059-476b-9fd7-78a93195db33-pub-net 2018-09-04 20:44:39,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2595a29e6249a9a7d6bc3b4a4fb9eac95eb1eb60" -d '{"network": {"name": "NeutronUtilsSubnetTests-6f5ea458-8059-476b-9fd7-78a93195db33-pub-net", "admin_state_up": true}}' 2018-09-04 20:44:39,640 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-63cb7e7e-5546-4020-a097-4e88a2309167 Date: Tue, 04 Sep 2018 20:44:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4f3b2b76-36bd-496d-9d5f-0d013fbc67ff","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:39Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-6f5ea458-8059-476b-9fd7-78a93195db33-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:39Z","mtu":1450}} 2018-09-04 20:44:39,641 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-63cb7e7e-5546-4020-a097-4e88a2309167 2018-09-04 20:44:39,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=4f3b2b76-36bd-496d-9d5f-0d013fbc67ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2595a29e6249a9a7d6bc3b4a4fb9eac95eb1eb60" 2018-09-04 20:44:39,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-2426ede6-018d-4505-b7af-904ce02b690e Date: Tue, 04 Sep 2018 20:44:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4f3b2b76-36bd-496d-9d5f-0d013fbc67ff","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:39Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-6f5ea458-8059-476b-9fd7-78a93195db33-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:39Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:39,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=4f3b2b76-36bd-496d-9d5f-0d013fbc67ff used request id req-2426ede6-018d-4505-b7af-904ce02b690e 2018-09-04 20:44:39,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4f3b2b76-36bd-496d-9d5f-0d013fbc67ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2595a29e6249a9a7d6bc3b4a4fb9eac95eb1eb60" 2018-09-04 20:44:40,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-06ccf745-1c82-4989-9375-906b2fe5b8ac Date: Tue, 04 Sep 2018 20:44:40 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:44:40,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4f3b2b76-36bd-496d-9d5f-0d013fbc67ff used request id req-06ccf745-1c82-4989-9375-906b2fe5b8ac 2018-09-04 20:44:40,096 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-6f5ea458-8059-476b-9fd7-78a93195db33-pub-subnet 2018-09-04 20:44:40,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2595a29e6249a9a7d6bc3b4a4fb9eac95eb1eb60" -d '{"subnets": [{"ip_version": 4, "network_id": "4f3b2b76-36bd-496d-9d5f-0d013fbc67ff", "cidr": null, "name": "NeutronUtilsSubnetTests-6f5ea458-8059-476b-9fd7-78a93195db33-pub-subnet"}]}' 2018-09-04 20:44:40,460 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-f294f16e-c5cc-4abe-806b-e86826af5cb2 Date: Tue, 04 Sep 2018 20:44:40 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-09-04 20:44:40,461 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-f294f16e-c5cc-4abe-806b-e86826af5cb2 2018-09-04 20:44:40,461 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-09-04 20:44:40,461 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-6f5ea458-8059-476b-9fd7-78a93195db33-pub-subnet] for network [NeutronUtilsSubnetTests-6f5ea458-8059-476b-9fd7-78a93195db33-pub-net] 2018-09-04 20:44:40,461 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-6f5ea458-8059-476b-9fd7-78a93195db33-pub-net 2018-09-04 20:44:40,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/4f3b2b76-36bd-496d-9d5f-0d013fbc67ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2595a29e6249a9a7d6bc3b4a4fb9eac95eb1eb60" 2018-09-04 20:44:41,899 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-407c84b9-2dc3-40df-ad58-3a5616973160 Date: Tue, 04 Sep 2018 20:44:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:41,900 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4f3b2b76-36bd-496d-9d5f-0d013fbc67ff used request id req-407c84b9-2dc3-40df-ad58-3a5616973160 2018-09-04 20:44:41,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:44:42,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:44:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["0ZYpBSsYTT6SIbmdPXXvdA"], "issued_at": "2018-09-04T20:44:42.000000Z"}} 2018-09-04 20:44:42,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb713429365facb5f65405cf7facc4548913778" 2018-09-04 20:44:42,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ca7963d-02e7-4fab-8b25-fb6e514a1e1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:44:42,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3ca7963d-02e7-4fab-8b25-fb6e514a1e1f 2018-09-04 20:44:42,399 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-net 2018-09-04 20:44:42,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb713429365facb5f65405cf7facc4548913778" -d '{"network": {"name": "NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-net", "admin_state_up": true}}' 2018-09-04 20:44:42,796 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-3fe4525c-c1b2-44e6-aa31-d2a9b60a6c09 Date: Tue, 04 Sep 2018 20:44:42 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e5069db3-a856-4766-acf1-d7fd2a787ead","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":85,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:42Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:42Z","mtu":1450}} 2018-09-04 20:44:42,796 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-3fe4525c-c1b2-44e6-aa31-d2a9b60a6c09 2018-09-04 20:44:42,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e5069db3-a856-4766-acf1-d7fd2a787ead -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb713429365facb5f65405cf7facc4548913778" 2018-09-04 20:44:43,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-03a5bd6a-b2c4-4b4f-8241-24ad3a8d26c2 Date: Tue, 04 Sep 2018 20:44:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e5069db3-a856-4766-acf1-d7fd2a787ead","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":85,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:42Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:42Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:43,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e5069db3-a856-4766-acf1-d7fd2a787ead used request id req-03a5bd6a-b2c4-4b4f-8241-24ad3a8d26c2 2018-09-04 20:44:43,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e5069db3-a856-4766-acf1-d7fd2a787ead -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb713429365facb5f65405cf7facc4548913778" 2018-09-04 20:44:43,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6cdf518d-1820-4c80-81f7-2eb2d86dbeff Date: Tue, 04 Sep 2018 20:44:43 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:44:43,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e5069db3-a856-4766-acf1-d7fd2a787ead used request id req-6cdf518d-1820-4c80-81f7-2eb2d86dbeff 2018-09-04 20:44:43,316 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-subnet 2018-09-04 20:44:43,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb713429365facb5f65405cf7facc4548913778" -d '{"subnets": [{"ip_version": 4, "network_id": "e5069db3-a856-4766-acf1-d7fd2a787ead", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-subnet"}]}' 2018-09-04 20:44:43,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f6eed430-ff33-47f5-8a25-35991d6e00b8 Date: Tue, 04 Sep 2018 20:44:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5069db3-a856-4766-acf1-d7fd2a787ead","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:43Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:43Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"edb60ead-3da0-4888-be04-ee8e3297b325","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-subnet"}]} 2018-09-04 20:44:43,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-f6eed430-ff33-47f5-8a25-35991d6e00b8 2018-09-04 20:44:43,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e5069db3-a856-4766-acf1-d7fd2a787ead -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb713429365facb5f65405cf7facc4548913778" 2018-09-04 20:44:44,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-64c85da6-662d-49dc-bb62-ebe8a2da6ebb Date: Tue, 04 Sep 2018 20:44:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e5069db3-a856-4766-acf1-d7fd2a787ead","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":85,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["edb60ead-3da0-4888-be04-ee8e3297b325"],"description":"","tags":[],"updated_at":"2018-09-04T20:44:43Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:42Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:44,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e5069db3-a856-4766-acf1-d7fd2a787ead used request id req-64c85da6-662d-49dc-bb62-ebe8a2da6ebb 2018-09-04 20:44:44,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e5069db3-a856-4766-acf1-d7fd2a787ead -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb713429365facb5f65405cf7facc4548913778" 2018-09-04 20:44:44,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0b6ba004-b10b-4883-8b72-3b180ae3d6ba Date: Tue, 04 Sep 2018 20:44:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5069db3-a856-4766-acf1-d7fd2a787ead","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:43Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"edb60ead-3da0-4888-be04-ee8e3297b325","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-subnet"}]} 2018-09-04 20:44:44,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e5069db3-a856-4766-acf1-d7fd2a787ead used request id req-0b6ba004-b10b-4883-8b72-3b180ae3d6ba 2018-09-04 20:44:44,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb713429365facb5f65405cf7facc4548913778" 2018-09-04 20:44:44,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3031f2b3-7a11-45e4-8c67-d0fc0e6fe82b Date: Tue, 04 Sep 2018 20:44:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e5069db3-a856-4766-acf1-d7fd2a787ead","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":85,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["edb60ead-3da0-4888-be04-ee8e3297b325"],"description":"","tags":[],"updated_at":"2018-09-04T20:44:43Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:42Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:44,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-net used request id req-3031f2b3-7a11-45e4-8c67-d0fc0e6fe82b 2018-09-04 20:44:44,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:44:44,622 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:44:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:44:44,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb713429365facb5f65405cf7facc4548913778" 2018-09-04 20:44:44,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0e36173-72ed-4c2b-a476-c90ddca4a9fb Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:44:44,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-e0e36173-72ed-4c2b-a476-c90ddca4a9fb 2018-09-04 20:44:44,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e5069db3-a856-4766-acf1-d7fd2a787ead -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb713429365facb5f65405cf7facc4548913778" 2018-09-04 20:44:45,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-abf6469a-49cd-4768-8afc-1ff3b2c301e8 Date: Tue, 04 Sep 2018 20:44:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5069db3-a856-4766-acf1-d7fd2a787ead","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:43Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"edb60ead-3da0-4888-be04-ee8e3297b325","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-subnet"}]} 2018-09-04 20:44:45,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e5069db3-a856-4766-acf1-d7fd2a787ead used request id req-abf6469a-49cd-4768-8afc-1ff3b2c301e8 2018-09-04 20:44:45,019 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-subnet 2018-09-04 20:44:45,019 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-subnet 2018-09-04 20:44:45,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/edb60ead-3da0-4888-be04-ee8e3297b325 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb713429365facb5f65405cf7facc4548913778" 2018-09-04 20:44:45,990 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41e3d1be-7635-4f82-8be6-6e43e8894a69 Date: Tue, 04 Sep 2018 20:44:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:45,990 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/edb60ead-3da0-4888-be04-ee8e3297b325 used request id req-41e3d1be-7635-4f82-8be6-6e43e8894a69 2018-09-04 20:44:45,990 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-08a6ad08-833c-41c9-932e-5701b2e0542b-pub-net 2018-09-04 20:44:45,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/e5069db3-a856-4766-acf1-d7fd2a787ead -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb713429365facb5f65405cf7facc4548913778" 2018-09-04 20:44:47,646 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-40ac7b6a-fae7-49f3-9bf4-c48a0aa4c8c5 Date: Tue, 04 Sep 2018 20:44:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:44:47,646 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/e5069db3-a856-4766-acf1-d7fd2a787ead used request id req-40ac7b6a-fae7-49f3-9bf4-c48a0aa4c8c5 2018-09-04 20:44:47,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:44:48,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:44:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["8ABt-WYfTtO9ygwZa1qmEA"], "issued_at": "2018-09-04T20:44:48.000000Z"}} 2018-09-04 20:44:48,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:48,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd6ee7ab-38f7-4eb9-8ee0-8a008be7c1fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:44:48,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bd6ee7ab-38f7-4eb9-8ee0-8a008be7c1fe 2018-09-04 20:44:48,112 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-net 2018-09-04 20:44:48,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" -d '{"network": {"name": "NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-net", "admin_state_up": true}}' 2018-09-04 20:44:48,533 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-39267fdf-4513-4d62-963d-83751a4bc20b Date: Tue, 04 Sep 2018 20:44:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3db98848-6553-45c3-8483-5dd108fb8c16","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:48Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:48Z","mtu":1450}} 2018-09-04 20:44:48,533 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-39267fdf-4513-4d62-963d-83751a4bc20b 2018-09-04 20:44:48,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=3db98848-6553-45c3-8483-5dd108fb8c16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:48,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-f833d2ee-548e-4414-bc46-4bdf0355815d Date: Tue, 04 Sep 2018 20:44:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3db98848-6553-45c3-8483-5dd108fb8c16","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:44:48Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:48Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:48,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=3db98848-6553-45c3-8483-5dd108fb8c16 used request id req-f833d2ee-548e-4414-bc46-4bdf0355815d 2018-09-04 20:44:48,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3db98848-6553-45c3-8483-5dd108fb8c16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:49,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-da8371fa-fb2c-4e0e-84d2-fc426ea1a4c4 Date: Tue, 04 Sep 2018 20:44:49 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:44:49,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3db98848-6553-45c3-8483-5dd108fb8c16 used request id req-da8371fa-fb2c-4e0e-84d2-fc426ea1a4c4 2018-09-04 20:44:49,025 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-subnet 2018-09-04 20:44:49,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" -d '{"subnets": [{"ip_version": 4, "network_id": "3db98848-6553-45c3-8483-5dd108fb8c16", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-subnet"}]}' 2018-09-04 20:44:49,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-07729b27-4043-400b-87cb-e1805ea22007 Date: Tue, 04 Sep 2018 20:44:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3db98848-6553-45c3-8483-5dd108fb8c16","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:49Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:49Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"6a8e325d-b99e-4968-9d06-0eeec4248f81","subnetpool_id":null,"name":"NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-subnet"}]} 2018-09-04 20:44:49,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-07729b27-4043-400b-87cb-e1805ea22007 2018-09-04 20:44:49,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=3db98848-6553-45c3-8483-5dd108fb8c16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:49,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-11b4170e-10bc-4059-96e3-f09267f2c981 Date: Tue, 04 Sep 2018 20:44:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3db98848-6553-45c3-8483-5dd108fb8c16","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["6a8e325d-b99e-4968-9d06-0eeec4248f81"],"description":"","tags":[],"updated_at":"2018-09-04T20:44:49Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:48Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:49,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=3db98848-6553-45c3-8483-5dd108fb8c16 used request id req-11b4170e-10bc-4059-96e3-f09267f2c981 2018-09-04 20:44:49,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3db98848-6553-45c3-8483-5dd108fb8c16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:50,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a4e930c3-c3cf-443e-9858-a592952d3bcb Date: Tue, 04 Sep 2018 20:44:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3db98848-6553-45c3-8483-5dd108fb8c16","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:49Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"6a8e325d-b99e-4968-9d06-0eeec4248f81","subnetpool_id":null,"name":"NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-subnet"}]} 2018-09-04 20:44:50,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3db98848-6553-45c3-8483-5dd108fb8c16 used request id req-a4e930c3-c3cf-443e-9858-a592952d3bcb 2018-09-04 20:44:50,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:50,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-26a0c31e-0d84-4db9-8cbc-483e53f6e057 Date: Tue, 04 Sep 2018 20:44:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3db98848-6553-45c3-8483-5dd108fb8c16","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["6a8e325d-b99e-4968-9d06-0eeec4248f81"],"description":"","tags":[],"updated_at":"2018-09-04T20:44:49Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:48Z","provider:network_type":"vxlan"}]} 2018-09-04 20:44:50,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-net used request id req-26a0c31e-0d84-4db9-8cbc-483e53f6e057 2018-09-04 20:44:50,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:44:50,876 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:44:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:44:50,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:50,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-456d740f-7657-4f8a-b3c0-cbab4ca81e81 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:44:50,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-456d740f-7657-4f8a-b3c0-cbab4ca81e81 2018-09-04 20:44:50,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3db98848-6553-45c3-8483-5dd108fb8c16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:51,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-886f45be-af96-4632-bd49-a9b36aa9a2f1 Date: Tue, 04 Sep 2018 20:44:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3db98848-6553-45c3-8483-5dd108fb8c16","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:49Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"6a8e325d-b99e-4968-9d06-0eeec4248f81","subnetpool_id":null,"name":"NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-subnet"}]} 2018-09-04 20:44:51,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3db98848-6553-45c3-8483-5dd108fb8c16 used request id req-886f45be-af96-4632-bd49-a9b36aa9a2f1 2018-09-04 20:44:51,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3db98848-6553-45c3-8483-5dd108fb8c16&name=NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:51,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7af9fecd-6fb6-42dd-9cc5-e7671cd391cd Date: Tue, 04 Sep 2018 20:44:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3db98848-6553-45c3-8483-5dd108fb8c16","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:44:49Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"6a8e325d-b99e-4968-9d06-0eeec4248f81","subnetpool_id":null,"name":"NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-subnet"}]} 2018-09-04 20:44:51,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3db98848-6553-45c3-8483-5dd108fb8c16&name=NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-subnet used request id req-7af9fecd-6fb6-42dd-9cc5-e7671cd391cd 2018-09-04 20:44:51,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:44:51,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:44:51,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:44:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["fGCOjg5hTTOHD0cvKEcZKQ"], "issued_at": "2018-09-04T20:44:51.000000Z"}} 2018-09-04 20:44:51,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cdc837b4ca346d68d6a318a5bb42dc15d365e87" 2018-09-04 20:44:51,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b3c023a-e6bb-4c07-9a39-a0fb0c724562 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:44:51,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1b3c023a-e6bb-4c07-9a39-a0fb0c724562 2018-09-04 20:44:51,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:52,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d3662e7e-e2e6-4db5-a45d-a515501e2c4e Date: Tue, 04 Sep 2018 20:44:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:44:52,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-d3662e7e-e2e6-4db5-a45d-a515501e2c4e 2018-09-04 20:44:52,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:52,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b49a1cbd-73f4-4eab-b4ed-bb50c7277743 Date: Tue, 04 Sep 2018 20:44:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 20:44:52,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-b49a1cbd-73f4-4eab-b4ed-bb50c7277743 2018-09-04 20:44:52,336 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-router 2018-09-04 20:44:52,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-router", "admin_state_up": true}}' 2018-09-04 20:44:57,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-00800b31-362f-4f85-970d-e36ee26e7630 Date: Tue, 04 Sep 2018 20:44:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:44:53Z", "admin_state_up": true, "updated_at": "2018-09-04T20:44:54Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "61e2cca8-a30f-40fa-9763-e3c14cd2873f", "name": "NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-router"}} 2018-09-04 20:44:57,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-00800b31-362f-4f85-970d-e36ee26e7630 2018-09-04 20:44:57,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=61e2cca8-a30f-40fa-9763-e3c14cd2873f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:57,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-0b9da7dc-4e15-46e4-b36e-8c8350da1949 Date: Tue, 04 Sep 2018 20:44:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:44:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"472b7617-1de0-46ed-b68d-a75460e2a44e","ip_address":"169.254.192.8"}],"id":"5a675fda-1113-40c6-9beb-bbbe8f9b8d98","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:29:00:f1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"161587ae-0b0d-4265-98fc-3f4fd1d92f65","tenant_id":"","created_at":"2018-09-04T20:44:55Z","binding:vnic_type":"normal","device_id":"61e2cca8-a30f-40fa-9763-e3c14cd2873f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:44:53Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.206"}],"id":"60a50fd1-eef4-4569-9606-990657f05bc3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:63:12:28","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T20:44:53Z","binding:vnic_type":"normal","device_id":"61e2cca8-a30f-40fa-9763-e3c14cd2873f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:44:54Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"472b7617-1de0-46ed-b68d-a75460e2a44e","ip_address":"169.254.192.10"}],"id":"95921257-feb5-4f3f-9dfb-be56ef9eccee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:92:66:31","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"161587ae-0b0d-4265-98fc-3f4fd1d92f65","tenant_id":"","created_at":"2018-09-04T20:44:54Z","binding:vnic_type":"normal","device_id":"61e2cca8-a30f-40fa-9763-e3c14cd2873f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:44:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"472b7617-1de0-46ed-b68d-a75460e2a44e","ip_address":"169.254.192.2"}],"id":"af5c153d-c4c4-4386-80ae-8cf266208dae","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9d:aa:9c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"161587ae-0b0d-4265-98fc-3f4fd1d92f65","tenant_id":"","created_at":"2018-09-04T20:44:56Z","binding:vnic_type":"normal","device_id":"61e2cca8-a30f-40fa-9763-e3c14cd2873f"}]} 2018-09-04 20:44:57,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=61e2cca8-a30f-40fa-9763-e3c14cd2873f used request id req-0b9da7dc-4e15-46e4-b36e-8c8350da1949 2018-09-04 20:44:57,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:57,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-25bd3ee1-0378-4681-8a37-8d5a6ba80f95 Date: Tue, 04 Sep 2018 20:44:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 20:44:57,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-25bd3ee1-0378-4681-8a37-8d5a6ba80f95 2018-09-04 20:44:57,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/472b7617-1de0-46ed-b68d-a75460e2a44e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:57,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-59cd5168-e712-4c0d-b98a-1f7a19be6705 Date: Tue, 04 Sep 2018 20:44:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"161587ae-0b0d-4265-98fc-3f4fd1d92f65","tenant_id":"","created_at":"2018-09-04T20:44:52Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"472b7617-1de0-46ed-b68d-a75460e2a44e","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:44:57,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/472b7617-1de0-46ed-b68d-a75460e2a44e used request id req-59cd5168-e712-4c0d-b98a-1f7a19be6705 2018-09-04 20:44:57,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/472b7617-1de0-46ed-b68d-a75460e2a44e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:57,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b602c4fc-0995-43e9-91ca-9efaae12ae41 Date: Tue, 04 Sep 2018 20:44:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"161587ae-0b0d-4265-98fc-3f4fd1d92f65","tenant_id":"","created_at":"2018-09-04T20:44:52Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"472b7617-1de0-46ed-b68d-a75460e2a44e","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:44:57,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/472b7617-1de0-46ed-b68d-a75460e2a44e used request id req-b602c4fc-0995-43e9-91ca-9efaae12ae41 2018-09-04 20:44:57,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/472b7617-1de0-46ed-b68d-a75460e2a44e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:58,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-369e7454-9130-4755-be55-719267e9b5c8 Date: Tue, 04 Sep 2018 20:44:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"161587ae-0b0d-4265-98fc-3f4fd1d92f65","tenant_id":"","created_at":"2018-09-04T20:44:52Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"472b7617-1de0-46ed-b68d-a75460e2a44e","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:44:58,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/472b7617-1de0-46ed-b68d-a75460e2a44e used request id req-369e7454-9130-4755-be55-719267e9b5c8 2018-09-04 20:44:58,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:58,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-f7eef040-a7c2-47cc-8df9-d61200d51dd0 Date: Tue, 04 Sep 2018 20:44:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:44:53Z", "admin_state_up": true, "updated_at": "2018-09-04T20:44:56Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "61e2cca8-a30f-40fa-9763-e3c14cd2873f", "name": "NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-router"}]} 2018-09-04 20:44:58,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-router used request id req-f7eef040-a7c2-47cc-8df9-d61200d51dd0 2018-09-04 20:44:58,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:58,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b232c3-9a6d-4980-9f8f-b6c038e02a43 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:44:58,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-f5b232c3-9a6d-4980-9f8f-b6c038e02a43 2018-09-04 20:44:58,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=61e2cca8-a30f-40fa-9763-e3c14cd2873f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:58,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-70be0c72-7a0c-4882-8e84-0cf238f77566 Date: Tue, 04 Sep 2018 20:44:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:44:58Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"472b7617-1de0-46ed-b68d-a75460e2a44e","ip_address":"169.254.192.8"}],"id":"5a675fda-1113-40c6-9beb-bbbe8f9b8d98","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:29:00:f1","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"161587ae-0b0d-4265-98fc-3f4fd1d92f65","tenant_id":"","created_at":"2018-09-04T20:44:55Z","binding:vnic_type":"normal","device_id":"61e2cca8-a30f-40fa-9763-e3c14cd2873f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:44:58Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.206"}],"id":"60a50fd1-eef4-4569-9606-990657f05bc3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:63:12:28","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T20:44:53Z","binding:vnic_type":"normal","device_id":"61e2cca8-a30f-40fa-9763-e3c14cd2873f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:44:54Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"472b7617-1de0-46ed-b68d-a75460e2a44e","ip_address":"169.254.192.10"}],"id":"95921257-feb5-4f3f-9dfb-be56ef9eccee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:92:66:31","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"161587ae-0b0d-4265-98fc-3f4fd1d92f65","tenant_id":"","created_at":"2018-09-04T20:44:54Z","binding:vnic_type":"normal","device_id":"61e2cca8-a30f-40fa-9763-e3c14cd2873f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:44:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"472b7617-1de0-46ed-b68d-a75460e2a44e","ip_address":"169.254.192.2"}],"id":"af5c153d-c4c4-4386-80ae-8cf266208dae","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9d:aa:9c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"161587ae-0b0d-4265-98fc-3f4fd1d92f65","tenant_id":"","created_at":"2018-09-04T20:44:56Z","binding:vnic_type":"normal","device_id":"61e2cca8-a30f-40fa-9763-e3c14cd2873f"}]} 2018-09-04 20:44:58,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=61e2cca8-a30f-40fa-9763-e3c14cd2873f used request id req-70be0c72-7a0c-4882-8e84-0cf238f77566 2018-09-04 20:44:58,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:58,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d5df8098-bd24-4ebf-a4ef-8dcc6825b876 Date: Tue, 04 Sep 2018 20:44:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 20:44:58,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-d5df8098-bd24-4ebf-a4ef-8dcc6825b876 2018-09-04 20:44:58,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/472b7617-1de0-46ed-b68d-a75460e2a44e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:58,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-45ec7ab1-cb66-4ac0-a3ce-33b61500242c Date: Tue, 04 Sep 2018 20:44:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"161587ae-0b0d-4265-98fc-3f4fd1d92f65","tenant_id":"","created_at":"2018-09-04T20:44:52Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"472b7617-1de0-46ed-b68d-a75460e2a44e","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:44:58,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/472b7617-1de0-46ed-b68d-a75460e2a44e used request id req-45ec7ab1-cb66-4ac0-a3ce-33b61500242c 2018-09-04 20:44:58,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/472b7617-1de0-46ed-b68d-a75460e2a44e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:59,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-69f044d6-eae1-4865-ac0b-774b22b9796a Date: Tue, 04 Sep 2018 20:44:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"161587ae-0b0d-4265-98fc-3f4fd1d92f65","tenant_id":"","created_at":"2018-09-04T20:44:52Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"472b7617-1de0-46ed-b68d-a75460e2a44e","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:44:59,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/472b7617-1de0-46ed-b68d-a75460e2a44e used request id req-69f044d6-eae1-4865-ac0b-774b22b9796a 2018-09-04 20:44:59,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/472b7617-1de0-46ed-b68d-a75460e2a44e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:44:59,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-36b82827-5f94-4ddc-8ebd-2a9cd9121832 Date: Tue, 04 Sep 2018 20:44:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"161587ae-0b0d-4265-98fc-3f4fd1d92f65","tenant_id":"","created_at":"2018-09-04T20:44:52Z","dns_nameservers":[],"updated_at":"2018-09-04T20:44:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"472b7617-1de0-46ed-b68d-a75460e2a44e","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:44:59,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/472b7617-1de0-46ed-b68d-a75460e2a44e used request id req-36b82827-5f94-4ddc-8ebd-2a9cd9121832 2018-09-04 20:44:59,198 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-router 2018-09-04 20:44:59,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/61e2cca8-a30f-40fa-9763-e3c14cd2873f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" -d '{"subnet_id": "6a8e325d-b99e-4968-9d06-0eeec4248f81"}' 2018-09-04 20:45:01,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3ad4ccaf-50e6-42cf-b69f-b9d1571f19a1 Date: Tue, 04 Sep 2018 20:45:01 GMT RESP BODY: {"network_id": "3db98848-6553-45c3-8483-5dd108fb8c16", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "subnet_id": "6a8e325d-b99e-4968-9d06-0eeec4248f81", "subnet_ids": ["6a8e325d-b99e-4968-9d06-0eeec4248f81"], "port_id": "7c634b1e-2187-49e5-82e3-6b958803a18f", "id": "61e2cca8-a30f-40fa-9763-e3c14cd2873f"} 2018-09-04 20:45:01,048 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/61e2cca8-a30f-40fa-9763-e3c14cd2873f/add_router_interface used request id req-3ad4ccaf-50e6-42cf-b69f-b9d1571f19a1 2018-09-04 20:45:01,048 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-router 2018-09-04 20:45:01,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/61e2cca8-a30f-40fa-9763-e3c14cd2873f/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" -d '{"subnet_id": "6a8e325d-b99e-4968-9d06-0eeec4248f81"}' 2018-09-04 20:45:02,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1c0912aa-af99-4160-a75e-ff5b0b66b5a2 Date: Tue, 04 Sep 2018 20:45:02 GMT RESP BODY: {"network_id": "3db98848-6553-45c3-8483-5dd108fb8c16", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "subnet_id": "6a8e325d-b99e-4968-9d06-0eeec4248f81", "subnet_ids": ["6a8e325d-b99e-4968-9d06-0eeec4248f81"], "port_id": "7c634b1e-2187-49e5-82e3-6b958803a18f", "id": "61e2cca8-a30f-40fa-9763-e3c14cd2873f"} 2018-09-04 20:45:02,409 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/61e2cca8-a30f-40fa-9763-e3c14cd2873f/remove_router_interface used request id req-1c0912aa-af99-4160-a75e-ff5b0b66b5a2 2018-09-04 20:45:02,409 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-router 2018-09-04 20:45:02,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/61e2cca8-a30f-40fa-9763-e3c14cd2873f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:45:05,798 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6051a840-f33e-4cee-ac97-284fc3b36744 Content-Length: 0 Date: Tue, 04 Sep 2018 20:45:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:05,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/61e2cca8-a30f-40fa-9763-e3c14cd2873f used request id req-6051a840-f33e-4cee-ac97-284fc3b36744 2018-09-04 20:45:05,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:45:06,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f2b0160d-e0a2-488b-be0e-f1a9c7f54039 Date: Tue, 04 Sep 2018 20:45:06 GMT RESP BODY: {"routers": []} 2018-09-04 20:45:06,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-router used request id req-f2b0160d-e0a2-488b-be0e-f1a9c7f54039 2018-09-04 20:45:06,013 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-subnet 2018-09-04 20:45:06,013 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-subnet 2018-09-04 20:45:06,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/6a8e325d-b99e-4968-9d06-0eeec4248f81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:45:08,005 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-24817f44-082f-490e-9672-2a8b121aa92b Date: Tue, 04 Sep 2018 20:45:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:08,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/6a8e325d-b99e-4968-9d06-0eeec4248f81 used request id req-24817f44-082f-490e-9672-2a8b121aa92b 2018-09-04 20:45:08,006 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-505d1cb9-2cea-41ce-ad8f-dbbcd94ca4c4-pub-net 2018-09-04 20:45:08,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/3db98848-6553-45c3-8483-5dd108fb8c16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721d6283060511dff43cb62a31c0422d08c66dee" 2018-09-04 20:45:09,413 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6fa28f47-ae6c-4152-8ab0-189a7edb705e Date: Tue, 04 Sep 2018 20:45:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:09,413 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/3db98848-6553-45c3-8483-5dd108fb8c16 used request id req-6fa28f47-ae6c-4152-8ab0-189a7edb705e 2018-09-04 20:45:09,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:45:09,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:45:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["JDiPIfcKS0qxsdDDuX_jzw"], "issued_at": "2018-09-04T20:45:09.000000Z"}} 2018-09-04 20:45:09,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:09,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-942eecc7-7a72-458d-912e-932928a934bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:45:09,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-942eecc7-7a72-458d-912e-932928a934bd 2018-09-04 20:45:09,896 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-net 2018-09-04 20:45:09,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" -d '{"network": {"name": "NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-net", "admin_state_up": true}}' 2018-09-04 20:45:10,372 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-92d4ab87-919d-419d-a5a1-a8c50e854702 Date: Tue, 04 Sep 2018 20:45:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7d1b5772-7029-40d0-bed9-d0124e5e8516","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:45:10Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:10Z","mtu":1450}} 2018-09-04 20:45:10,372 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-92d4ab87-919d-419d-a5a1-a8c50e854702 2018-09-04 20:45:10,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=7d1b5772-7029-40d0-bed9-d0124e5e8516 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:10,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-f4cb14b5-b19e-489d-983f-9ef5ca97288a Date: Tue, 04 Sep 2018 20:45:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7d1b5772-7029-40d0-bed9-d0124e5e8516","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:45:10Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:10Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:10,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=7d1b5772-7029-40d0-bed9-d0124e5e8516 used request id req-f4cb14b5-b19e-489d-983f-9ef5ca97288a 2018-09-04 20:45:10,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7d1b5772-7029-40d0-bed9-d0124e5e8516 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:10,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-56c97f07-75f5-4386-bca7-297ff07190a0 Date: Tue, 04 Sep 2018 20:45:10 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:45:10,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7d1b5772-7029-40d0-bed9-d0124e5e8516 used request id req-56c97f07-75f5-4386-bca7-297ff07190a0 2018-09-04 20:45:10,856 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-subnet 2018-09-04 20:45:10,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" -d '{"subnets": [{"ip_version": 4, "network_id": "7d1b5772-7029-40d0-bed9-d0124e5e8516", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-subnet"}]}' 2018-09-04 20:45:11,586 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e8b30633-845b-4396-a703-a9ed905af3be Date: Tue, 04 Sep 2018 20:45:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d1b5772-7029-40d0-bed9-d0124e5e8516","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:11Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"9da2a9cc-9ee4-4556-b36f-22147da1187e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-subnet"}]} 2018-09-04 20:45:11,587 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-e8b30633-845b-4396-a703-a9ed905af3be 2018-09-04 20:45:11,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=7d1b5772-7029-40d0-bed9-d0124e5e8516 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:11,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b22bc9f9-9016-4125-ac9d-38910b181ab5 Date: Tue, 04 Sep 2018 20:45:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d1b5772-7029-40d0-bed9-d0124e5e8516","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["9da2a9cc-9ee4-4556-b36f-22147da1187e"],"description":"","tags":[],"updated_at":"2018-09-04T20:45:11Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:10Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:11,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=7d1b5772-7029-40d0-bed9-d0124e5e8516 used request id req-b22bc9f9-9016-4125-ac9d-38910b181ab5 2018-09-04 20:45:11,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7d1b5772-7029-40d0-bed9-d0124e5e8516 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:12,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bf4e1f36-02d3-46de-8857-2e386de6872b Date: Tue, 04 Sep 2018 20:45:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d1b5772-7029-40d0-bed9-d0124e5e8516","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:11Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"9da2a9cc-9ee4-4556-b36f-22147da1187e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-subnet"}]} 2018-09-04 20:45:12,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7d1b5772-7029-40d0-bed9-d0124e5e8516 used request id req-bf4e1f36-02d3-46de-8857-2e386de6872b 2018-09-04 20:45:12,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:12,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9ba4b927-5c79-4d99-85ff-a6c6033d63cc Date: Tue, 04 Sep 2018 20:45:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d1b5772-7029-40d0-bed9-d0124e5e8516","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["9da2a9cc-9ee4-4556-b36f-22147da1187e"],"description":"","tags":[],"updated_at":"2018-09-04T20:45:11Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:10Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:12,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-net used request id req-9ba4b927-5c79-4d99-85ff-a6c6033d63cc 2018-09-04 20:45:12,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:45:12,390 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:45:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:45:12,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:12,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6520a9c0-2f13-4bb5-9cf5-83cf74605eaa Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:45:12,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-6520a9c0-2f13-4bb5-9cf5-83cf74605eaa 2018-09-04 20:45:12,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7d1b5772-7029-40d0-bed9-d0124e5e8516 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:12,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-585ee57e-e63e-40d4-9ca8-de52edac84d8 Date: Tue, 04 Sep 2018 20:45:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d1b5772-7029-40d0-bed9-d0124e5e8516","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:11Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"9da2a9cc-9ee4-4556-b36f-22147da1187e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-subnet"}]} 2018-09-04 20:45:12,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7d1b5772-7029-40d0-bed9-d0124e5e8516 used request id req-585ee57e-e63e-40d4-9ca8-de52edac84d8 2018-09-04 20:45:12,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:45:12,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:45:12,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:45:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["ZcDrJCMmRry5xzZeJRIOOg"], "issued_at": "2018-09-04T20:45:12.000000Z"}} 2018-09-04 20:45:12,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c0046c4eb635323955159687bcfea303cc18952" 2018-09-04 20:45:13,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-248267d6-dab8-41a9-a068-65dd8404727b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:45:13,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-248267d6-dab8-41a9-a068-65dd8404727b 2018-09-04 20:45:13,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:13,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-8ce9ca33-49e9-40b5-b95f-eb6058a90a26 Date: Tue, 04 Sep 2018 20:45:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:45:13,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-8ce9ca33-49e9-40b5-b95f-eb6058a90a26 2018-09-04 20:45:13,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:13,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d46dfc79-fdb8-413d-9b45-667371fc8b15 Date: Tue, 04 Sep 2018 20:45:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 20:45:13,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-d46dfc79-fdb8-413d-9b45-667371fc8b15 2018-09-04 20:45:13,628 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-router 2018-09-04 20:45:13,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-router", "admin_state_up": true}}' 2018-09-04 20:45:18,254 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-d534f0c3-000b-4c3e-ab38-f78dbc656a7b Date: Tue, 04 Sep 2018 20:45:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:45:14Z", "admin_state_up": true, "updated_at": "2018-09-04T20:45:15Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "1094bd10-8b25-4bdd-94b0-feb8a19cfeb2", "name": "NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-router"}} 2018-09-04 20:45:18,255 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-d534f0c3-000b-4c3e-ab38-f78dbc656a7b 2018-09-04 20:45:18,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=1094bd10-8b25-4bdd-94b0-feb8a19cfeb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:18,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-9d42c1ad-2f52-4c9f-8494-fda800605582 Date: Tue, 04 Sep 2018 20:45:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:15Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10e08e42-efd6-4d19-8d59-d71be1250955","ip_address":"169.254.192.8"}],"id":"51e73125-05ed-4ce4-96b0-3f6df36ade23","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6e:bc:48","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"fd14660a-0ac0-4100-bb2a-7a571672edb4","tenant_id":"","created_at":"2018-09-04T20:45:15Z","binding:vnic_type":"normal","device_id":"1094bd10-8b25-4bdd-94b0-feb8a19cfeb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:14Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.201"}],"id":"589d9dc5-7352-4c78-b4fb-9cb8fa0fba5b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f5:76:59","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T20:45:14Z","binding:vnic_type":"normal","device_id":"1094bd10-8b25-4bdd-94b0-feb8a19cfeb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:17Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10e08e42-efd6-4d19-8d59-d71be1250955","ip_address":"169.254.192.4"}],"id":"7780e956-2f8b-4a1f-b886-ede13dc27988","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:48:a8:e3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"fd14660a-0ac0-4100-bb2a-7a571672edb4","tenant_id":"","created_at":"2018-09-04T20:45:17Z","binding:vnic_type":"normal","device_id":"1094bd10-8b25-4bdd-94b0-feb8a19cfeb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:16Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10e08e42-efd6-4d19-8d59-d71be1250955","ip_address":"169.254.192.6"}],"id":"c87fe0d1-f852-41b5-84df-930e9cd10730","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e8:ed:29","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"fd14660a-0ac0-4100-bb2a-7a571672edb4","tenant_id":"","created_at":"2018-09-04T20:45:16Z","binding:vnic_type":"normal","device_id":"1094bd10-8b25-4bdd-94b0-feb8a19cfeb2"}]} 2018-09-04 20:45:18,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=1094bd10-8b25-4bdd-94b0-feb8a19cfeb2 used request id req-9d42c1ad-2f52-4c9f-8494-fda800605582 2018-09-04 20:45:18,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:18,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a1f547bd-2f83-4579-aa2e-68e611e159a6 Date: Tue, 04 Sep 2018 20:45:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 20:45:18,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-a1f547bd-2f83-4579-aa2e-68e611e159a6 2018-09-04 20:45:18,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/10e08e42-efd6-4d19-8d59-d71be1250955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:18,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-61cda59b-b8ae-4d61-beb3-c2812f7f7fbf Date: Tue, 04 Sep 2018 20:45:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fd14660a-0ac0-4100-bb2a-7a571672edb4","tenant_id":"","created_at":"2018-09-04T20:45:14Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:14Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"10e08e42-efd6-4d19-8d59-d71be1250955","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:45:18,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/10e08e42-efd6-4d19-8d59-d71be1250955 used request id req-61cda59b-b8ae-4d61-beb3-c2812f7f7fbf 2018-09-04 20:45:18,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/10e08e42-efd6-4d19-8d59-d71be1250955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:18,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8eb12962-d56a-4b44-b7ee-ef79a6e5f3f9 Date: Tue, 04 Sep 2018 20:45:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fd14660a-0ac0-4100-bb2a-7a571672edb4","tenant_id":"","created_at":"2018-09-04T20:45:14Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:14Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"10e08e42-efd6-4d19-8d59-d71be1250955","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:45:18,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/10e08e42-efd6-4d19-8d59-d71be1250955 used request id req-8eb12962-d56a-4b44-b7ee-ef79a6e5f3f9 2018-09-04 20:45:18,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/10e08e42-efd6-4d19-8d59-d71be1250955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:19,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ca1caab1-a227-4e8e-8411-8eac65c7ef6b Date: Tue, 04 Sep 2018 20:45:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fd14660a-0ac0-4100-bb2a-7a571672edb4","tenant_id":"","created_at":"2018-09-04T20:45:14Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:14Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"10e08e42-efd6-4d19-8d59-d71be1250955","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:45:19,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/10e08e42-efd6-4d19-8d59-d71be1250955 used request id req-ca1caab1-a227-4e8e-8411-8eac65c7ef6b 2018-09-04 20:45:19,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:19,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-ee0e5cee-42ce-49bf-9a0e-56ddbd6b1ffd Date: Tue, 04 Sep 2018 20:45:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:45:14Z", "admin_state_up": true, "updated_at": "2018-09-04T20:45:17Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "1094bd10-8b25-4bdd-94b0-feb8a19cfeb2", "name": "NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-router"}]} 2018-09-04 20:45:19,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-router used request id req-ee0e5cee-42ce-49bf-9a0e-56ddbd6b1ffd 2018-09-04 20:45:19,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:19,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-399ce903-bf7d-401e-a9de-aa59681405cb Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:45:19,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-399ce903-bf7d-401e-a9de-aa59681405cb 2018-09-04 20:45:19,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=1094bd10-8b25-4bdd-94b0-feb8a19cfeb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:19,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-5dfd2bdd-8de8-42c4-a0cd-ed50afbe1dc4 Date: Tue, 04 Sep 2018 20:45:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:19Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10e08e42-efd6-4d19-8d59-d71be1250955","ip_address":"169.254.192.8"}],"id":"51e73125-05ed-4ce4-96b0-3f6df36ade23","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:bc:48","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"fd14660a-0ac0-4100-bb2a-7a571672edb4","tenant_id":"","created_at":"2018-09-04T20:45:15Z","binding:vnic_type":"normal","device_id":"1094bd10-8b25-4bdd-94b0-feb8a19cfeb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:19Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.201"}],"id":"589d9dc5-7352-4c78-b4fb-9cb8fa0fba5b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f5:76:59","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T20:45:14Z","binding:vnic_type":"normal","device_id":"1094bd10-8b25-4bdd-94b0-feb8a19cfeb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:17Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10e08e42-efd6-4d19-8d59-d71be1250955","ip_address":"169.254.192.4"}],"id":"7780e956-2f8b-4a1f-b886-ede13dc27988","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:48:a8:e3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"fd14660a-0ac0-4100-bb2a-7a571672edb4","tenant_id":"","created_at":"2018-09-04T20:45:17Z","binding:vnic_type":"normal","device_id":"1094bd10-8b25-4bdd-94b0-feb8a19cfeb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:16Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10e08e42-efd6-4d19-8d59-d71be1250955","ip_address":"169.254.192.6"}],"id":"c87fe0d1-f852-41b5-84df-930e9cd10730","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e8:ed:29","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"fd14660a-0ac0-4100-bb2a-7a571672edb4","tenant_id":"","created_at":"2018-09-04T20:45:16Z","binding:vnic_type":"normal","device_id":"1094bd10-8b25-4bdd-94b0-feb8a19cfeb2"}]} 2018-09-04 20:45:19,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=1094bd10-8b25-4bdd-94b0-feb8a19cfeb2 used request id req-5dfd2bdd-8de8-42c4-a0cd-ed50afbe1dc4 2018-09-04 20:45:19,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:19,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6523ee4a-cf32-4356-912f-cee57b14b131 Date: Tue, 04 Sep 2018 20:45:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 20:45:19,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-6523ee4a-cf32-4356-912f-cee57b14b131 2018-09-04 20:45:19,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/10e08e42-efd6-4d19-8d59-d71be1250955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:19,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-15c6f9f9-ebdc-4a61-8747-6885e9c04b15 Date: Tue, 04 Sep 2018 20:45:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fd14660a-0ac0-4100-bb2a-7a571672edb4","tenant_id":"","created_at":"2018-09-04T20:45:14Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:14Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"10e08e42-efd6-4d19-8d59-d71be1250955","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:45:19,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/10e08e42-efd6-4d19-8d59-d71be1250955 used request id req-15c6f9f9-ebdc-4a61-8747-6885e9c04b15 2018-09-04 20:45:19,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/10e08e42-efd6-4d19-8d59-d71be1250955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:19,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d4f3c7f1-4b12-4efb-823e-12608b19bb68 Date: Tue, 04 Sep 2018 20:45:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fd14660a-0ac0-4100-bb2a-7a571672edb4","tenant_id":"","created_at":"2018-09-04T20:45:14Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:14Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"10e08e42-efd6-4d19-8d59-d71be1250955","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:45:19,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/10e08e42-efd6-4d19-8d59-d71be1250955 used request id req-d4f3c7f1-4b12-4efb-823e-12608b19bb68 2018-09-04 20:45:19,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/10e08e42-efd6-4d19-8d59-d71be1250955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:19,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-22617f62-e1bb-4310-a7c7-714957744bc5 Date: Tue, 04 Sep 2018 20:45:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fd14660a-0ac0-4100-bb2a-7a571672edb4","tenant_id":"","created_at":"2018-09-04T20:45:14Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:14Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"10e08e42-efd6-4d19-8d59-d71be1250955","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:45:19,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/10e08e42-efd6-4d19-8d59-d71be1250955 used request id req-22617f62-e1bb-4310-a7c7-714957744bc5 2018-09-04 20:45:19,937 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-subnet 2018-09-04 20:45:19,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/9da2a9cc-9ee4-4556-b36f-22147da1187e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:21,892 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b597cd71-5a83-4d4d-8eee-e0f3d8b48907 Date: Tue, 04 Sep 2018 20:45:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:21,892 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/9da2a9cc-9ee4-4556-b36f-22147da1187e used request id req-b597cd71-5a83-4d4d-8eee-e0f3d8b48907 2018-09-04 20:45:21,892 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-router 2018-09-04 20:45:21,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/1094bd10-8b25-4bdd-94b0-feb8a19cfeb2/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" -d '{"subnet_id": "9da2a9cc-9ee4-4556-b36f-22147da1187e"}' 2018-09-04 20:45:22,093 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-1e20c3d6-af9c-4b00-b748-7cf6b25ea44f Date: Tue, 04 Sep 2018 20:45:22 GMT RESP BODY: {"NeutronError": {"message": "Subnet 9da2a9cc-9ee4-4556-b36f-22147da1187e could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-04 20:45:22,093 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/1094bd10-8b25-4bdd-94b0-feb8a19cfeb2/add_router_interface used request id req-1e20c3d6-af9c-4b00-b748-7cf6b25ea44f 2018-09-04 20:45:22,093 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 9da2a9cc-9ee4-4556-b36f-22147da1187e could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-04 20:45:22,094 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-router 2018-09-04 20:45:22,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/1094bd10-8b25-4bdd-94b0-feb8a19cfeb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:25,484 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-93971d58-5ea5-4931-ac6e-fff5aeab6add Content-Length: 0 Date: Tue, 04 Sep 2018 20:45:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:25,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/1094bd10-8b25-4bdd-94b0-feb8a19cfeb2 used request id req-93971d58-5ea5-4931-ac6e-fff5aeab6add 2018-09-04 20:45:25,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:25,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3c5c1f65-c1be-4e98-9a5d-8f7d1de8a6d8 Date: Tue, 04 Sep 2018 20:45:25 GMT RESP BODY: {"routers": []} 2018-09-04 20:45:25,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-router used request id req-3c5c1f65-c1be-4e98-9a5d-8f7d1de8a6d8 2018-09-04 20:45:25,556 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-subnet 2018-09-04 20:45:25,557 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-subnet 2018-09-04 20:45:25,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/9da2a9cc-9ee4-4556-b36f-22147da1187e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:25,602 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-c7e9f9be-8ebc-4eeb-b446-42740b067004 Date: Tue, 04 Sep 2018 20:45:25 GMT RESP BODY: {"NeutronError": {"message": "Subnet 9da2a9cc-9ee4-4556-b36f-22147da1187e could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-04 20:45:25,602 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/9da2a9cc-9ee4-4556-b36f-22147da1187e used request id req-c7e9f9be-8ebc-4eeb-b446-42740b067004 2018-09-04 20:45:25,602 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 9da2a9cc-9ee4-4556-b36f-22147da1187e could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-04 20:45:25,603 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-9c162f22-99e5-4a81-b852-b5a0ed3000f8-pub-net 2018-09-04 20:45:25,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/7d1b5772-7029-40d0-bed9-d0124e5e8516 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac037e5b61eeaf13747458ccbb73f146354c42ae" 2018-09-04 20:45:26,599 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dc7aa719-83d5-45b0-b9d5-5f5606bf40d0 Date: Tue, 04 Sep 2018 20:45:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:26,600 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/7d1b5772-7029-40d0-bed9-d0124e5e8516 used request id req-dc7aa719-83d5-45b0-b9d5-5f5606bf40d0 2018-09-04 20:45:26,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:45:26,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:45:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["7kkAkussR5OI8k3ZIgU-Pg"], "issued_at": "2018-09-04T20:45:26.000000Z"}} 2018-09-04 20:45:26,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" 2018-09-04 20:45:27,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7b9f8b5-7fcd-40da-be9f-4ac0f46a1325 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:45:27,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c7b9f8b5-7fcd-40da-be9f-4ac0f46a1325 2018-09-04 20:45:27,080 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-net 2018-09-04 20:45:27,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" -d '{"network": {"name": "NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-net", "admin_state_up": true}}' 2018-09-04 20:45:27,490 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-f5a86a49-1b3e-40c8-8d7a-aa709b9059f8 Date: Tue, 04 Sep 2018 20:45:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"aa48dad7-f5ff-4b95-a815-9cd5dbd332f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:45:27Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:27Z","mtu":1450}} 2018-09-04 20:45:27,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-f5a86a49-1b3e-40c8-8d7a-aa709b9059f8 2018-09-04 20:45:27,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=aa48dad7-f5ff-4b95-a815-9cd5dbd332f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" 2018-09-04 20:45:27,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d5518e17-996d-49fc-bd56-037de616674c Date: Tue, 04 Sep 2018 20:45:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa48dad7-f5ff-4b95-a815-9cd5dbd332f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:45:27Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:27Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:27,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=aa48dad7-f5ff-4b95-a815-9cd5dbd332f5 used request id req-d5518e17-996d-49fc-bd56-037de616674c 2018-09-04 20:45:27,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=aa48dad7-f5ff-4b95-a815-9cd5dbd332f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" 2018-09-04 20:45:27,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a6cec563-30ce-4503-9f9e-8c7b08bb0bfe Date: Tue, 04 Sep 2018 20:45:27 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:45:27,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=aa48dad7-f5ff-4b95-a815-9cd5dbd332f5 used request id req-a6cec563-30ce-4503-9f9e-8c7b08bb0bfe 2018-09-04 20:45:27,939 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-subnet 2018-09-04 20:45:27,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" -d '{"subnets": [{"ip_version": 4, "network_id": "aa48dad7-f5ff-4b95-a815-9cd5dbd332f5", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-subnet"}]}' 2018-09-04 20:45:28,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8970f122-af7f-4c14-a5e3-9cfa94f50e05 Date: Tue, 04 Sep 2018 20:45:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa48dad7-f5ff-4b95-a815-9cd5dbd332f5","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:28Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:28Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"331e5631-2c3c-474d-8a07-1c7c5e283e0f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-subnet"}]} 2018-09-04 20:45:28,515 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-8970f122-af7f-4c14-a5e3-9cfa94f50e05 2018-09-04 20:45:28,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=aa48dad7-f5ff-4b95-a815-9cd5dbd332f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" 2018-09-04 20:45:28,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e29ed3e2-0cd7-4280-a484-2b57fe83aaa2 Date: Tue, 04 Sep 2018 20:45:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"aa48dad7-f5ff-4b95-a815-9cd5dbd332f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["331e5631-2c3c-474d-8a07-1c7c5e283e0f"],"description":"","tags":[],"updated_at":"2018-09-04T20:45:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:27Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:28,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=aa48dad7-f5ff-4b95-a815-9cd5dbd332f5 used request id req-e29ed3e2-0cd7-4280-a484-2b57fe83aaa2 2018-09-04 20:45:28,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=aa48dad7-f5ff-4b95-a815-9cd5dbd332f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" 2018-09-04 20:45:28,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b9fd3707-0716-49f1-a4e6-453871f8673e Date: Tue, 04 Sep 2018 20:45:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa48dad7-f5ff-4b95-a815-9cd5dbd332f5","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:28Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"331e5631-2c3c-474d-8a07-1c7c5e283e0f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-subnet"}]} 2018-09-04 20:45:28,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=aa48dad7-f5ff-4b95-a815-9cd5dbd332f5 used request id req-b9fd3707-0716-49f1-a4e6-453871f8673e 2018-09-04 20:45:28,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" 2018-09-04 20:45:29,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1bfeba60-e557-48a2-87c1-0560ec387199 Date: Tue, 04 Sep 2018 20:45:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"aa48dad7-f5ff-4b95-a815-9cd5dbd332f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["331e5631-2c3c-474d-8a07-1c7c5e283e0f"],"description":"","tags":[],"updated_at":"2018-09-04T20:45:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:27Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:29,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-net used request id req-1bfeba60-e557-48a2-87c1-0560ec387199 2018-09-04 20:45:29,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:45:29,104 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:45:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:45:29,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" 2018-09-04 20:45:29,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5782958-8fbb-457b-854d-a895fdc73055 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:45:29,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-b5782958-8fbb-457b-854d-a895fdc73055 2018-09-04 20:45:29,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=aa48dad7-f5ff-4b95-a815-9cd5dbd332f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" 2018-09-04 20:45:29,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eb9e9160-4c21-471f-a761-a71bfaf5cb79 Date: Tue, 04 Sep 2018 20:45:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa48dad7-f5ff-4b95-a815-9cd5dbd332f5","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:28Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"331e5631-2c3c-474d-8a07-1c7c5e283e0f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-subnet"}]} 2018-09-04 20:45:29,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=aa48dad7-f5ff-4b95-a815-9cd5dbd332f5 used request id req-eb9e9160-4c21-471f-a761-a71bfaf5cb79 2018-09-04 20:45:29,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=aa48dad7-f5ff-4b95-a815-9cd5dbd332f5&name=NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" 2018-09-04 20:45:30,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-42266241-ef8a-4ec4-aa58-d054538a9304 Date: Tue, 04 Sep 2018 20:45:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa48dad7-f5ff-4b95-a815-9cd5dbd332f5","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:28Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"331e5631-2c3c-474d-8a07-1c7c5e283e0f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-subnet"}]} 2018-09-04 20:45:30,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=aa48dad7-f5ff-4b95-a815-9cd5dbd332f5&name=NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-subnet used request id req-42266241-ef8a-4ec4-aa58-d054538a9304 2018-09-04 20:45:30,127 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-subnet 2018-09-04 20:45:30,127 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-subnet 2018-09-04 20:45:30,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/331e5631-2c3c-474d-8a07-1c7c5e283e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" 2018-09-04 20:45:32,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8a59ead-ae09-4add-9bfb-36402357a832 Date: Tue, 04 Sep 2018 20:45:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:32,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/331e5631-2c3c-474d-8a07-1c7c5e283e0f used request id req-c8a59ead-ae09-4add-9bfb-36402357a832 2018-09-04 20:45:32,379 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4d941068-5ac6-4548-8f08-afe2193c8313-pub-net 2018-09-04 20:45:32,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/aa48dad7-f5ff-4b95-a815-9cd5dbd332f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72100f7ac5c0fdf5f5fb146a8cb30b5c093e4b2a" 2018-09-04 20:45:33,442 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-31840815-5541-4a91-9b1a-ddf8b0a43e72 Date: Tue, 04 Sep 2018 20:45:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:33,442 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/aa48dad7-f5ff-4b95-a815-9cd5dbd332f5 used request id req-31840815-5541-4a91-9b1a-ddf8b0a43e72 2018-09-04 20:45:33,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:45:33,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:45:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["0xlPQo4kQVqAkhPJ3HfKIw"], "issued_at": "2018-09-04T20:45:33.000000Z"}} 2018-09-04 20:45:33,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:33,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43d9c277-34e0-4320-b837-8f355919cc70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:45:33,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-43d9c277-34e0-4320-b837-8f355919cc70 2018-09-04 20:45:33,895 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-net 2018-09-04 20:45:33,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" -d '{"network": {"name": "NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-net", "admin_state_up": true}}' 2018-09-04 20:45:34,305 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-72845d1c-9d9f-46d9-bd68-a0a4499ef263 Date: Tue, 04 Sep 2018 20:45:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"39374d78-8b5f-4fb1-9c40-9a85b3d9f968","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:45:34Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:34Z","mtu":1450}} 2018-09-04 20:45:34,305 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-72845d1c-9d9f-46d9-bd68-a0a4499ef263 2018-09-04 20:45:34,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=39374d78-8b5f-4fb1-9c40-9a85b3d9f968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:34,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-360153c0-e9f9-4806-ab21-4b82edf52fae Date: Tue, 04 Sep 2018 20:45:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"39374d78-8b5f-4fb1-9c40-9a85b3d9f968","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:45:34Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:34,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=39374d78-8b5f-4fb1-9c40-9a85b3d9f968 used request id req-360153c0-e9f9-4806-ab21-4b82edf52fae 2018-09-04 20:45:34,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=39374d78-8b5f-4fb1-9c40-9a85b3d9f968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:34,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4cb0f059-eb04-4604-b45b-eec2e1b4e263 Date: Tue, 04 Sep 2018 20:45:34 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:45:34,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=39374d78-8b5f-4fb1-9c40-9a85b3d9f968 used request id req-4cb0f059-eb04-4604-b45b-eec2e1b4e263 2018-09-04 20:45:34,727 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-subnet 2018-09-04 20:45:34,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" -d '{"subnets": [{"ip_version": 4, "network_id": "39374d78-8b5f-4fb1-9c40-9a85b3d9f968", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-subnet"}]}' 2018-09-04 20:45:35,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-50f62de0-d269-4358-8f32-e3fa9086928f Date: Tue, 04 Sep 2018 20:45:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39374d78-8b5f-4fb1-9c40-9a85b3d9f968","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:34Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:34Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"cdaf761e-e5e9-4814-89b0-2623f0d6c5fc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-subnet"}]} 2018-09-04 20:45:35,282 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-50f62de0-d269-4358-8f32-e3fa9086928f 2018-09-04 20:45:35,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=39374d78-8b5f-4fb1-9c40-9a85b3d9f968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:35,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7266f1c6-ebb3-460b-bfc9-18d63814349d Date: Tue, 04 Sep 2018 20:45:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"39374d78-8b5f-4fb1-9c40-9a85b3d9f968","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["cdaf761e-e5e9-4814-89b0-2623f0d6c5fc"],"description":"","tags":[],"updated_at":"2018-09-04T20:45:34Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:35,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=39374d78-8b5f-4fb1-9c40-9a85b3d9f968 used request id req-7266f1c6-ebb3-460b-bfc9-18d63814349d 2018-09-04 20:45:35,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=39374d78-8b5f-4fb1-9c40-9a85b3d9f968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:35,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5b6bc150-6eb6-4997-bdc7-b0d0d581c862 Date: Tue, 04 Sep 2018 20:45:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39374d78-8b5f-4fb1-9c40-9a85b3d9f968","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:34Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"cdaf761e-e5e9-4814-89b0-2623f0d6c5fc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-subnet"}]} 2018-09-04 20:45:35,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=39374d78-8b5f-4fb1-9c40-9a85b3d9f968 used request id req-5b6bc150-6eb6-4997-bdc7-b0d0d581c862 2018-09-04 20:45:35,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:35,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0092e986-e9cb-4433-bbfb-b593a39d622e Date: Tue, 04 Sep 2018 20:45:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"39374d78-8b5f-4fb1-9c40-9a85b3d9f968","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["cdaf761e-e5e9-4814-89b0-2623f0d6c5fc"],"description":"","tags":[],"updated_at":"2018-09-04T20:45:34Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:35,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-net used request id req-0092e986-e9cb-4433-bbfb-b593a39d622e 2018-09-04 20:45:35,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:45:35,824 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:45:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:45:35,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:35,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d6a9ba5-f8ac-42e3-beb0-b6b92f6ab777 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:45:35,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-5d6a9ba5-f8ac-42e3-beb0-b6b92f6ab777 2018-09-04 20:45:35,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=39374d78-8b5f-4fb1-9c40-9a85b3d9f968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:36,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f921ddc3-4849-4c04-a87d-1327f18b40ff Date: Tue, 04 Sep 2018 20:45:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39374d78-8b5f-4fb1-9c40-9a85b3d9f968","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:34Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"cdaf761e-e5e9-4814-89b0-2623f0d6c5fc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-subnet"}]} 2018-09-04 20:45:36,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=39374d78-8b5f-4fb1-9c40-9a85b3d9f968 used request id req-f921ddc3-4849-4c04-a87d-1327f18b40ff 2018-09-04 20:45:36,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:45:36,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:45:36,537 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:45:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["ksGFGLM9Qu-Ir4XmI3aGOg"], "issued_at": "2018-09-04T20:45:36.000000Z"}} 2018-09-04 20:45:36,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f621233e5cd35a07ec781ec068fef85ff904d926" 2018-09-04 20:45:36,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8572fdb-74fb-4c82-a27d-f2e35e0819a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:45:36,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a8572fdb-74fb-4c82-a27d-f2e35e0819a5 2018-09-04 20:45:36,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:36,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-5735eeb0-7b53-4817-9e3d-72710adece26 Date: Tue, 04 Sep 2018 20:45:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:45:36,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-5735eeb0-7b53-4817-9e3d-72710adece26 2018-09-04 20:45:36,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:37,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-51667542-3b3c-41bb-9d01-486d45886be4 Date: Tue, 04 Sep 2018 20:45:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 20:45:37,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-51667542-3b3c-41bb-9d01-486d45886be4 2018-09-04 20:45:37,010 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-router 2018-09-04 20:45:37,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-router", "admin_state_up": true}}' 2018-09-04 20:45:41,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-d08098d2-a5eb-4849-8c38-2e6deacf63e4 Date: Tue, 04 Sep 2018 20:45:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:45:37Z", "admin_state_up": true, "updated_at": "2018-09-04T20:45:38Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "e55ba340-0333-4e14-8a84-bca93f8d8ebc", "name": "NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-router"}} 2018-09-04 20:45:41,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-d08098d2-a5eb-4849-8c38-2e6deacf63e4 2018-09-04 20:45:41,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=e55ba340-0333-4e14-8a84-bca93f8d8ebc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:42,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-4eabde17-f863-4944-95db-fb4b3bfbcdb0 Date: Tue, 04 Sep 2018 20:45:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:39Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f0bc8d40-56c0-4019-b7dd-5bf98ea7a269","ip_address":"169.254.192.1"}],"id":"342ffdf4-a3a3-4fc9-abe0-b42e949501ea","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:8f:6f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"cf941387-5256-4be9-957e-2b1b45060811","tenant_id":"","created_at":"2018-09-04T20:45:39Z","binding:vnic_type":"normal","device_id":"e55ba340-0333-4e14-8a84-bca93f8d8ebc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:40Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f0bc8d40-56c0-4019-b7dd-5bf98ea7a269","ip_address":"169.254.192.2"}],"id":"5eaf009c-ca7e-4dce-9236-602ee1ec1e88","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:28:1a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"cf941387-5256-4be9-957e-2b1b45060811","tenant_id":"","created_at":"2018-09-04T20:45:40Z","binding:vnic_type":"normal","device_id":"e55ba340-0333-4e14-8a84-bca93f8d8ebc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:39Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f0bc8d40-56c0-4019-b7dd-5bf98ea7a269","ip_address":"169.254.192.8"}],"id":"7d3a7909-2ed8-400a-ab62-815f8619d1db","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:cb:c1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"cf941387-5256-4be9-957e-2b1b45060811","tenant_id":"","created_at":"2018-09-04T20:45:39Z","binding:vnic_type":"normal","device_id":"e55ba340-0333-4e14-8a84-bca93f8d8ebc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:38Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.202"}],"id":"f15dcc7e-baf5-4e90-bf7a-154e65ae09ac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:a4:10","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T20:45:38Z","binding:vnic_type":"normal","device_id":"e55ba340-0333-4e14-8a84-bca93f8d8ebc"}]} 2018-09-04 20:45:42,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=e55ba340-0333-4e14-8a84-bca93f8d8ebc used request id req-4eabde17-f863-4944-95db-fb4b3bfbcdb0 2018-09-04 20:45:42,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:42,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-eefc520a-ca19-43bf-a0f6-90866daa5bdc Date: Tue, 04 Sep 2018 20:45:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 20:45:42,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-eefc520a-ca19-43bf-a0f6-90866daa5bdc 2018-09-04 20:45:42,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/f0bc8d40-56c0-4019-b7dd-5bf98ea7a269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:42,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4d4b522b-5a04-4883-b6ef-f0d07aa58226 Date: Tue, 04 Sep 2018 20:45:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cf941387-5256-4be9-957e-2b1b45060811","tenant_id":"","created_at":"2018-09-04T20:45:37Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:37Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f0bc8d40-56c0-4019-b7dd-5bf98ea7a269","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:45:42,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/f0bc8d40-56c0-4019-b7dd-5bf98ea7a269 used request id req-4d4b522b-5a04-4883-b6ef-f0d07aa58226 2018-09-04 20:45:42,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/f0bc8d40-56c0-4019-b7dd-5bf98ea7a269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:42,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-42267c23-c633-4391-adb5-9830ac510607 Date: Tue, 04 Sep 2018 20:45:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cf941387-5256-4be9-957e-2b1b45060811","tenant_id":"","created_at":"2018-09-04T20:45:37Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:37Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f0bc8d40-56c0-4019-b7dd-5bf98ea7a269","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:45:42,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/f0bc8d40-56c0-4019-b7dd-5bf98ea7a269 used request id req-42267c23-c633-4391-adb5-9830ac510607 2018-09-04 20:45:42,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/f0bc8d40-56c0-4019-b7dd-5bf98ea7a269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:42,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-94eb84d3-1d5c-43ae-97bb-80a3bf62d581 Date: Tue, 04 Sep 2018 20:45:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cf941387-5256-4be9-957e-2b1b45060811","tenant_id":"","created_at":"2018-09-04T20:45:37Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:37Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f0bc8d40-56c0-4019-b7dd-5bf98ea7a269","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:45:42,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/f0bc8d40-56c0-4019-b7dd-5bf98ea7a269 used request id req-94eb84d3-1d5c-43ae-97bb-80a3bf62d581 2018-09-04 20:45:42,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:42,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-6bab60e9-c171-41a0-8f26-8f15507d69dc Date: Tue, 04 Sep 2018 20:45:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:45:37Z", "admin_state_up": true, "updated_at": "2018-09-04T20:45:41Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "e55ba340-0333-4e14-8a84-bca93f8d8ebc", "name": "NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-router"}]} 2018-09-04 20:45:42,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-router used request id req-6bab60e9-c171-41a0-8f26-8f15507d69dc 2018-09-04 20:45:42,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:43,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a8fc59e-6da3-4d90-a612-649c7d5cb7e8 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:45:43,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-5a8fc59e-6da3-4d90-a612-649c7d5cb7e8 2018-09-04 20:45:43,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=e55ba340-0333-4e14-8a84-bca93f8d8ebc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:43,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-86e3b357-5bb1-47c0-bc7a-022a684ba197 Date: Tue, 04 Sep 2018 20:45:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:39Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f0bc8d40-56c0-4019-b7dd-5bf98ea7a269","ip_address":"169.254.192.1"}],"id":"342ffdf4-a3a3-4fc9-abe0-b42e949501ea","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:8f:6f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"cf941387-5256-4be9-957e-2b1b45060811","tenant_id":"","created_at":"2018-09-04T20:45:39Z","binding:vnic_type":"normal","device_id":"e55ba340-0333-4e14-8a84-bca93f8d8ebc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:40Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f0bc8d40-56c0-4019-b7dd-5bf98ea7a269","ip_address":"169.254.192.2"}],"id":"5eaf009c-ca7e-4dce-9236-602ee1ec1e88","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:28:1a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"cf941387-5256-4be9-957e-2b1b45060811","tenant_id":"","created_at":"2018-09-04T20:45:40Z","binding:vnic_type":"normal","device_id":"e55ba340-0333-4e14-8a84-bca93f8d8ebc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:42Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f0bc8d40-56c0-4019-b7dd-5bf98ea7a269","ip_address":"169.254.192.8"}],"id":"7d3a7909-2ed8-400a-ab62-815f8619d1db","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:cb:c1","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"cf941387-5256-4be9-957e-2b1b45060811","tenant_id":"","created_at":"2018-09-04T20:45:39Z","binding:vnic_type":"normal","device_id":"e55ba340-0333-4e14-8a84-bca93f8d8ebc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:42Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.202"}],"id":"f15dcc7e-baf5-4e90-bf7a-154e65ae09ac","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:a4:10","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T20:45:38Z","binding:vnic_type":"normal","device_id":"e55ba340-0333-4e14-8a84-bca93f8d8ebc"}]} 2018-09-04 20:45:43,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=e55ba340-0333-4e14-8a84-bca93f8d8ebc used request id req-86e3b357-5bb1-47c0-bc7a-022a684ba197 2018-09-04 20:45:43,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:43,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7d19b395-8944-4e51-b65a-c0ba73be5893 Date: Tue, 04 Sep 2018 20:45:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 20:45:43,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-7d19b395-8944-4e51-b65a-c0ba73be5893 2018-09-04 20:45:43,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/f0bc8d40-56c0-4019-b7dd-5bf98ea7a269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:43,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-952ad1bf-af0b-4137-90e7-3deb06bc0183 Date: Tue, 04 Sep 2018 20:45:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cf941387-5256-4be9-957e-2b1b45060811","tenant_id":"","created_at":"2018-09-04T20:45:37Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:37Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f0bc8d40-56c0-4019-b7dd-5bf98ea7a269","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:45:43,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/f0bc8d40-56c0-4019-b7dd-5bf98ea7a269 used request id req-952ad1bf-af0b-4137-90e7-3deb06bc0183 2018-09-04 20:45:43,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/f0bc8d40-56c0-4019-b7dd-5bf98ea7a269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:43,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b5e61813-09d6-4bd2-904a-1b92309d5876 Date: Tue, 04 Sep 2018 20:45:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cf941387-5256-4be9-957e-2b1b45060811","tenant_id":"","created_at":"2018-09-04T20:45:37Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:37Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f0bc8d40-56c0-4019-b7dd-5bf98ea7a269","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:45:43,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/f0bc8d40-56c0-4019-b7dd-5bf98ea7a269 used request id req-b5e61813-09d6-4bd2-904a-1b92309d5876 2018-09-04 20:45:43,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/f0bc8d40-56c0-4019-b7dd-5bf98ea7a269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:43,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e04b1126-1a82-41c9-9a6c-c77773499102 Date: Tue, 04 Sep 2018 20:45:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cf941387-5256-4be9-957e-2b1b45060811","tenant_id":"","created_at":"2018-09-04T20:45:37Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:37Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f0bc8d40-56c0-4019-b7dd-5bf98ea7a269","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:45:43,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/f0bc8d40-56c0-4019-b7dd-5bf98ea7a269 used request id req-e04b1126-1a82-41c9-9a6c-c77773499102 2018-09-04 20:45:43,629 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-router 2018-09-04 20:45:43,629 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-router 2018-09-04 20:45:43,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/e55ba340-0333-4e14-8a84-bca93f8d8ebc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:47,586 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cafe3b3a-0b5c-484f-b0dd-7a9aa8bafdc7 Content-Length: 0 Date: Tue, 04 Sep 2018 20:45:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:47,586 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/e55ba340-0333-4e14-8a84-bca93f8d8ebc used request id req-cafe3b3a-0b5c-484f-b0dd-7a9aa8bafdc7 2018-09-04 20:45:47,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:47,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-66910c84-84ac-4b5c-aa12-b0abe8108897 Date: Tue, 04 Sep 2018 20:45:47 GMT RESP BODY: {"routers": []} 2018-09-04 20:45:47,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-router used request id req-66910c84-84ac-4b5c-aa12-b0abe8108897 2018-09-04 20:45:47,920 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-subnet 2018-09-04 20:45:47,920 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-subnet 2018-09-04 20:45:47,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/cdaf761e-e5e9-4814-89b0-2623f0d6c5fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:49,976 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8f87beb5-8e6f-44eb-ad39-b241f69e42e4 Date: Tue, 04 Sep 2018 20:45:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:49,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/cdaf761e-e5e9-4814-89b0-2623f0d6c5fc used request id req-8f87beb5-8e6f-44eb-ad39-b241f69e42e4 2018-09-04 20:45:49,976 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-242f9361-7530-469b-af92-3b671896ea36-pub-net 2018-09-04 20:45:49,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/39374d78-8b5f-4fb1-9c40-9a85b3d9f968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c67c4d545928daff15d5515c876f6097bc68685" 2018-09-04 20:45:51,545 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dde46d6b-a424-4900-b776-b2ed466884eb Date: Tue, 04 Sep 2018 20:45:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:51,545 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/39374d78-8b5f-4fb1-9c40-9a85b3d9f968 used request id req-dde46d6b-a424-4900-b776-b2ed466884eb 2018-09-04 20:45:51,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:45:51,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:45:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["sAW55I1TTVOM6wbtXuxq4A"], "issued_at": "2018-09-04T20:45:51.000000Z"}} 2018-09-04 20:45:51,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:52,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d5bb5cd-dca9-4dc4-8a82-12dabc349f38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:45:52,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5d5bb5cd-dca9-4dc4-8a82-12dabc349f38 2018-09-04 20:45:52,028 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net 2018-09-04 20:45:52,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" -d '{"network": {"name": "NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net", "admin_state_up": true}}' 2018-09-04 20:45:52,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-200caa34-99c4-4d37-a828-b55b8da7ed4b Date: Tue, 04 Sep 2018 20:45:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:45:52Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:52Z","mtu":1450}} 2018-09-04 20:45:52,497 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-200caa34-99c4-4d37-a828-b55b8da7ed4b 2018-09-04 20:45:52,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:52,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-250a529a-4d90-4175-8014-f40ca4a4636b Date: Tue, 04 Sep 2018 20:45:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:45:52Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:52Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:52,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa used request id req-250a529a-4d90-4175-8014-f40ca4a4636b 2018-09-04 20:45:52,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:52,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-13213105-1c79-4ec7-841a-d91e7cddd10f Date: Tue, 04 Sep 2018 20:45:52 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:45:52,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa used request id req-13213105-1c79-4ec7-841a-d91e7cddd10f 2018-09-04 20:45:52,951 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet 2018-09-04 20:45:52,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" -d '{"subnets": [{"ip_version": 4, "network_id": "a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet"}]}' 2018-09-04 20:45:53,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d4b7ee57-2b00-4c9d-9caf-8e1fc2929508 Date: Tue, 04 Sep 2018 20:45:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:53Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:53Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"3b18e24b-981e-44c1-bc7f-f0fd788e7dd3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet"}]} 2018-09-04 20:45:53,503 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-d4b7ee57-2b00-4c9d-9caf-8e1fc2929508 2018-09-04 20:45:53,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:53,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0297ca6b-9ab6-4148-a676-d68dab576576 Date: Tue, 04 Sep 2018 20:45:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["3b18e24b-981e-44c1-bc7f-f0fd788e7dd3"],"description":"","tags":[],"updated_at":"2018-09-04T20:45:53Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:52Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:53,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa used request id req-0297ca6b-9ab6-4148-a676-d68dab576576 2018-09-04 20:45:53,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:53,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-15c1193f-3648-450d-94ef-bf3f8f1e78da Date: Tue, 04 Sep 2018 20:45:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:53Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"3b18e24b-981e-44c1-bc7f-f0fd788e7dd3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet"}]} 2018-09-04 20:45:53,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa used request id req-15c1193f-3648-450d-94ef-bf3f8f1e78da 2018-09-04 20:45:53,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:54,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-780bdc00-08fd-4f03-a252-c48f8cde9f73 Date: Tue, 04 Sep 2018 20:45:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["3b18e24b-981e-44c1-bc7f-f0fd788e7dd3"],"description":"","tags":[],"updated_at":"2018-09-04T20:45:53Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:52Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:54,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net used request id req-780bdc00-08fd-4f03-a252-c48f8cde9f73 2018-09-04 20:45:54,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:45:54,227 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:45:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:45:54,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:54,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0a521d2-c32f-412c-8c70-3f007c371a99 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:45:54,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-a0a521d2-c32f-412c-8c70-3f007c371a99 2018-09-04 20:45:54,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:54,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-26eb32a9-d50f-4248-9431-219b7b5ce487 Date: Tue, 04 Sep 2018 20:45:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:53Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"3b18e24b-981e-44c1-bc7f-f0fd788e7dd3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet"}]} 2018-09-04 20:45:54,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa used request id req-26eb32a9-d50f-4248-9431-219b7b5ce487 2018-09-04 20:45:54,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa&name=NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:54,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2da022cc-df3b-4185-b5e8-808c00945884 Date: Tue, 04 Sep 2018 20:45:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:53Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"3b18e24b-981e-44c1-bc7f-f0fd788e7dd3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet"}]} 2018-09-04 20:45:54,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa&name=NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet used request id req-2da022cc-df3b-4185-b5e8-808c00945884 2018-09-04 20:45:54,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:45:54,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:45:55,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:45:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["DFsvZsaXTdC6_GUxz3AL5w"], "issued_at": "2018-09-04T20:45:55.000000Z"}} 2018-09-04 20:45:55,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a298122c87bcec5760d1edb29f7f128a4fab84" 2018-09-04 20:45:55,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f6c96a5-ebec-4186-819a-9cd0ce55350c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:45:55,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1f6c96a5-ebec-4186-819a-9cd0ce55350c 2018-09-04 20:45:55,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:55,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7fa3276b-b32e-4975-9a4d-c9b1504c06c0 Date: Tue, 04 Sep 2018 20:45:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["3b18e24b-981e-44c1-bc7f-f0fd788e7dd3"],"description":"","tags":[],"updated_at":"2018-09-04T20:45:53Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:52Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:55,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net used request id req-7fa3276b-b32e-4975-9a4d-c9b1504c06c0 2018-09-04 20:45:55,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:55,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0f80a8dc-370f-45ae-9fd1-16fb8dec49e3 Date: Tue, 04 Sep 2018 20:45:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:53Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"3b18e24b-981e-44c1-bc7f-f0fd788e7dd3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet"}]} 2018-09-04 20:45:55,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa used request id req-0f80a8dc-370f-45ae-9fd1-16fb8dec49e3 2018-09-04 20:45:55,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:55,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f0c5ccbf-c346-456c-9b6b-454a41384c0c Date: Tue, 04 Sep 2018 20:45:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["3b18e24b-981e-44c1-bc7f-f0fd788e7dd3"],"description":"","tags":[],"updated_at":"2018-09-04T20:45:53Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:52Z","provider:network_type":"vxlan"}]} 2018-09-04 20:45:55,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net used request id req-f0c5ccbf-c346-456c-9b6b-454a41384c0c 2018-09-04 20:45:55,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:45:55,802 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:45:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:45:55,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a298122c87bcec5760d1edb29f7f128a4fab84" 2018-09-04 20:45:55,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:45:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f451d76-5a81-41be-9e9a-c57446758d61 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:45:55,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-0f451d76-5a81-41be-9e9a-c57446758d61 2018-09-04 20:45:55,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:55,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3f967194-c3b5-4b24-a30a-991cb6165549 Date: Tue, 04 Sep 2018 20:45:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:53Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"3b18e24b-981e-44c1-bc7f-f0fd788e7dd3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet"}]} 2018-09-04 20:45:55,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa used request id req-3f967194-c3b5-4b24-a30a-991cb6165549 2018-09-04 20:45:55,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa&name=NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:56,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4c7b1229-9f56-435e-bc08-8884ec6cb949 Date: Tue, 04 Sep 2018 20:45:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:53Z","dns_nameservers":[],"updated_at":"2018-09-04T20:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"3b18e24b-981e-44c1-bc7f-f0fd788e7dd3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet"}]} 2018-09-04 20:45:56,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa&name=NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet used request id req-4c7b1229-9f56-435e-bc08-8884ec6cb949 2018-09-04 20:45:56,163 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net 2018-09-04 20:45:56,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" -d '{"port": {"network_id": "a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa", "fixed_ips": [{"subnet_id": "3b18e24b-981e-44c1-bc7f-f0fd788e7dd3", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-port", "admin_state_up": true}}' 2018-09-04 20:45:56,982 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-3f9b085b-ca52-4320-a5d7-02bfffd24745 Date: Tue, 04 Sep 2018 20:45:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:56Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3b18e24b-981e-44c1-bc7f-f0fd788e7dd3","ip_address":"10.55.1.100"}],"id":"0f2c5417-5cff-415f-a486-65eabc83a40e","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1d:f3:d6","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-port","project_id":"21a717df1f2c484095e6f33236f533f4","qos_policy_id":null,"admin_state_up":true,"network_id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:56Z","binding:vnic_type":"normal"}} 2018-09-04 20:45:56,982 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-3f9b085b-ca52-4320-a5d7-02bfffd24745 2018-09-04 20:45:56,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:57,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3732 X-Openstack-Request-Id: req-ebd31f5b-af07-490e-aae0-6dc5845d1d26 Date: Tue, 04 Sep 2018 20:45:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3b18e24b-981e-44c1-bc7f-f0fd788e7dd3","ip_address":"10.55.1.100"}],"id":"0f2c5417-5cff-415f-a486-65eabc83a40e","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1d:f3:d6","project_id":"21a717df1f2c484095e6f33236f533f4","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-port","admin_state_up":true,"network_id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:56Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3b18e24b-981e-44c1-bc7f-f0fd788e7dd3","ip_address":"10.55.1.3"}],"id":"2f825263-d34a-4df0-aef9-d4ec9343bf44","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:43:78","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3b18e24b-981e-44c1-bc7f-f0fd788e7dd3","ip_address":"10.55.1.4"}],"id":"78014436-31b8-4ef9-8d49-29a3e159b3e1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:d3:4a","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:45:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3b18e24b-981e-44c1-bc7f-f0fd788e7dd3","ip_address":"10.55.1.2"}],"id":"e6de8c34-d7d0-4fe6-9732-6ed7527a88ca","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:06:0f","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:45:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa"}]} 2018-09-04 20:45:57,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports used request id req-ebd31f5b-af07-490e-aae0-6dc5845d1d26 2018-09-04 20:45:57,321 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-port 2018-09-04 20:45:57,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/0f2c5417-5cff-415f-a486-65eabc83a40e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:57,732 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8547e9ca-4c55-4ab1-818f-1617bc33199f Date: Tue, 04 Sep 2018 20:45:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:57,732 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/0f2c5417-5cff-415f-a486-65eabc83a40e used request id req-8547e9ca-4c55-4ab1-818f-1617bc33199f 2018-09-04 20:45:57,732 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet 2018-09-04 20:45:57,732 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-subnet 2018-09-04 20:45:57,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/3b18e24b-981e-44c1-bc7f-f0fd788e7dd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:45:59,982 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7025f2bb-eda3-4f87-8b4e-2146c26de869 Date: Tue, 04 Sep 2018 20:45:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:45:59,982 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/3b18e24b-981e-44c1-bc7f-f0fd788e7dd3 used request id req-7025f2bb-eda3-4f87-8b4e-2146c26de869 2018-09-04 20:45:59,982 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-3fbe93ae-0213-4fb2-90f2-1d0e7b3fb916-pub-net 2018-09-04 20:45:59,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67448d722c6f6ba850c87bdbbf964478ca3b77" 2018-09-04 20:46:01,137 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-826a1455-0a93-4113-9de5-f85dac40e4f8 Date: Tue, 04 Sep 2018 20:46:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:01,137 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/a04ab6e3-5eb3-4d7a-bb82-937f2baf06fa used request id req-826a1455-0a93-4113-9de5-f85dac40e4f8 2018-09-04 20:46:01,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:01,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["x3b2fitLSwG8eSO0HYl_4A"], "issued_at": "2018-09-04T20:46:01.000000Z"}} 2018-09-04 20:46:01,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:01,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ca20ec1-5f26-4647-a2de-57af68ab70c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:01,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6ca20ec1-5f26-4647-a2de-57af68ab70c4 2018-09-04 20:46:01,594 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net 2018-09-04 20:46:01,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" -d '{"network": {"name": "NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net", "admin_state_up": true}}' 2018-09-04 20:46:02,083 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-9f64908f-26df-4b67-8950-37305be4408d Date: Tue, 04 Sep 2018 20:46:02 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"21cd2c50-0621-4cff-a163-6633ddda448a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:46:01Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:01Z","mtu":1450}} 2018-09-04 20:46:02,084 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-9f64908f-26df-4b67-8950-37305be4408d 2018-09-04 20:46:02,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=21cd2c50-0621-4cff-a163-6633ddda448a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:02,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-7a25149b-1ccd-4a0a-85bf-febf16dff60f Date: Tue, 04 Sep 2018 20:46:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"21cd2c50-0621-4cff-a163-6633ddda448a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:46:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:01Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:02,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=21cd2c50-0621-4cff-a163-6633ddda448a used request id req-7a25149b-1ccd-4a0a-85bf-febf16dff60f 2018-09-04 20:46:02,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:02,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9f8c20b1-b7f0-4041-973a-8f6200f15489 Date: Tue, 04 Sep 2018 20:46:02 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:46:02,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a used request id req-9f8c20b1-b7f0-4041-973a-8f6200f15489 2018-09-04 20:46:02,514 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet 2018-09-04 20:46:02,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" -d '{"subnets": [{"ip_version": 4, "network_id": "21cd2c50-0621-4cff-a163-6633ddda448a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet"}]}' 2018-09-04 20:46:03,138 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6a9a9beb-b334-4c03-a335-43e8c41b1af3 Date: Tue, 04 Sep 2018 20:46:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21cd2c50-0621-4cff-a163-6633ddda448a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:02Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:02Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"86f29751-a2e2-4177-931a-e4c754226c25","subnetpool_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet"}]} 2018-09-04 20:46:03,138 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-6a9a9beb-b334-4c03-a335-43e8c41b1af3 2018-09-04 20:46:03,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=21cd2c50-0621-4cff-a163-6633ddda448a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:03,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-43be8bb3-23dc-4d28-8cd6-9c6b48222aa8 Date: Tue, 04 Sep 2018 20:46:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21cd2c50-0621-4cff-a163-6633ddda448a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["86f29751-a2e2-4177-931a-e4c754226c25"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:02Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:01Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:03,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=21cd2c50-0621-4cff-a163-6633ddda448a used request id req-43be8bb3-23dc-4d28-8cd6-9c6b48222aa8 2018-09-04 20:46:03,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:03,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f6cb6def-ca5b-472e-a848-2fffb609762c Date: Tue, 04 Sep 2018 20:46:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21cd2c50-0621-4cff-a163-6633ddda448a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:02Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"86f29751-a2e2-4177-931a-e4c754226c25","subnetpool_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet"}]} 2018-09-04 20:46:03,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a used request id req-f6cb6def-ca5b-472e-a848-2fffb609762c 2018-09-04 20:46:03,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:03,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7d0e5032-0321-42bf-b17a-2dc745d62044 Date: Tue, 04 Sep 2018 20:46:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21cd2c50-0621-4cff-a163-6633ddda448a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["86f29751-a2e2-4177-931a-e4c754226c25"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:02Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:01Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:03,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net used request id req-7d0e5032-0321-42bf-b17a-2dc745d62044 2018-09-04 20:46:03,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:46:03,866 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:46:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:46:03,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:03,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99fe75d6-808e-4873-baa0-6affaff2b0bf Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:46:03,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-99fe75d6-808e-4873-baa0-6affaff2b0bf 2018-09-04 20:46:03,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:04,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-02fe3b05-06fc-4757-ae89-4b69823ca221 Date: Tue, 04 Sep 2018 20:46:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21cd2c50-0621-4cff-a163-6633ddda448a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:02Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"86f29751-a2e2-4177-931a-e4c754226c25","subnetpool_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet"}]} 2018-09-04 20:46:04,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a used request id req-02fe3b05-06fc-4757-ae89-4b69823ca221 2018-09-04 20:46:04,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a&name=NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:04,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d7165f86-e640-4c61-9f18-48730603b12d Date: Tue, 04 Sep 2018 20:46:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21cd2c50-0621-4cff-a163-6633ddda448a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:02Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"86f29751-a2e2-4177-931a-e4c754226c25","subnetpool_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet"}]} 2018-09-04 20:46:04,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a&name=NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet used request id req-d7165f86-e640-4c61-9f18-48730603b12d 2018-09-04 20:46:04,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:46:04,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:04,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["0lQZS2N3SXaXcqOAt4stPQ"], "issued_at": "2018-09-04T20:46:04.000000Z"}} 2018-09-04 20:46:04,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24312f15d0b621d3e3c5a838deb7fd826abb1cdc" 2018-09-04 20:46:04,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-991e045b-ab0d-4f4b-a06f-af72c6e9d2f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:04,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-991e045b-ab0d-4f4b-a06f-af72c6e9d2f9 2018-09-04 20:46:04,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:05,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ac83d80c-d760-4355-9eef-7cfff4bc7018 Date: Tue, 04 Sep 2018 20:46:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21cd2c50-0621-4cff-a163-6633ddda448a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["86f29751-a2e2-4177-931a-e4c754226c25"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:02Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:01Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:05,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net used request id req-ac83d80c-d760-4355-9eef-7cfff4bc7018 2018-09-04 20:46:05,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:05,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7b3072de-32bb-4294-b28f-66a729571a68 Date: Tue, 04 Sep 2018 20:46:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21cd2c50-0621-4cff-a163-6633ddda448a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:02Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"86f29751-a2e2-4177-931a-e4c754226c25","subnetpool_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet"}]} 2018-09-04 20:46:05,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a used request id req-7b3072de-32bb-4294-b28f-66a729571a68 2018-09-04 20:46:05,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:05,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-dc2d47a8-1fb8-449f-b462-18fddea21eab Date: Tue, 04 Sep 2018 20:46:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21cd2c50-0621-4cff-a163-6633ddda448a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["86f29751-a2e2-4177-931a-e4c754226c25"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:02Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:01Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:05,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net used request id req-dc2d47a8-1fb8-449f-b462-18fddea21eab 2018-09-04 20:46:05,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:46:05,702 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:46:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:46:05,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24312f15d0b621d3e3c5a838deb7fd826abb1cdc" 2018-09-04 20:46:05,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c9eac47-f446-413e-b3d2-cbd574f53df2 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:46:05,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-8c9eac47-f446-413e-b3d2-cbd574f53df2 2018-09-04 20:46:05,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:05,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2e01a644-f52c-42c5-b03e-547316e1e4f9 Date: Tue, 04 Sep 2018 20:46:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21cd2c50-0621-4cff-a163-6633ddda448a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:02Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"86f29751-a2e2-4177-931a-e4c754226c25","subnetpool_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet"}]} 2018-09-04 20:46:05,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a used request id req-2e01a644-f52c-42c5-b03e-547316e1e4f9 2018-09-04 20:46:06,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a&name=NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:06,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ee123671-9e68-4158-90c2-21b2baee9a99 Date: Tue, 04 Sep 2018 20:46:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21cd2c50-0621-4cff-a163-6633ddda448a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:02Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"86f29751-a2e2-4177-931a-e4c754226c25","subnetpool_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet"}]} 2018-09-04 20:46:06,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21cd2c50-0621-4cff-a163-6633ddda448a&name=NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet used request id req-ee123671-9e68-4158-90c2-21b2baee9a99 2018-09-04 20:46:06,202 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net 2018-09-04 20:46:06,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" -d '{"port": {"network_id": "21cd2c50-0621-4cff-a163-6633ddda448a", "fixed_ips": [{"subnet_id": "86f29751-a2e2-4177-931a-e4c754226c25", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-port", "admin_state_up": true}}' 2018-09-04 20:46:07,143 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-264c1c63-5d11-4a41-bf87-c4e07e573d0e Date: Tue, 04 Sep 2018 20:46:07 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:06Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"86f29751-a2e2-4177-931a-e4c754226c25","ip_address":"10.55.1.100"}],"id":"e165b921-4bf9-4627-bb09-15320065b55e","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d4:01:1a","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-port","project_id":"21a717df1f2c484095e6f33236f533f4","qos_policy_id":null,"admin_state_up":true,"network_id":"21cd2c50-0621-4cff-a163-6633ddda448a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:06Z","binding:vnic_type":"normal"}} 2018-09-04 20:46:07,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-264c1c63-5d11-4a41-bf87-c4e07e573d0e 2018-09-04 20:46:07,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:07,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3732 X-Openstack-Request-Id: req-aff262f6-d9a3-4b7d-963c-2f5aa1b2c50c Date: Tue, 04 Sep 2018 20:46:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"86f29751-a2e2-4177-931a-e4c754226c25","ip_address":"10.55.1.2"}],"id":"48e294e5-934e-4fa4-a4ad-9710cacb979c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:14:f5","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21cd2c50-0621-4cff-a163-6633ddda448a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21cd2c50-0621-4cff-a163-6633ddda448a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"86f29751-a2e2-4177-931a-e4c754226c25","ip_address":"10.55.1.3"}],"id":"81dca7ce-918e-4e0d-a469-62c38844d28e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bc:b0:8f","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21cd2c50-0621-4cff-a163-6633ddda448a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21cd2c50-0621-4cff-a163-6633ddda448a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"86f29751-a2e2-4177-931a-e4c754226c25","ip_address":"10.55.1.4"}],"id":"a70e408e-61cd-4eaa-ad36-9def4935e9ce","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:63:f6:4e","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21cd2c50-0621-4cff-a163-6633ddda448a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21cd2c50-0621-4cff-a163-6633ddda448a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:06Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"86f29751-a2e2-4177-931a-e4c754226c25","ip_address":"10.55.1.100"}],"id":"e165b921-4bf9-4627-bb09-15320065b55e","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d4:01:1a","project_id":"21a717df1f2c484095e6f33236f533f4","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-port","admin_state_up":true,"network_id":"21cd2c50-0621-4cff-a163-6633ddda448a","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:06Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 20:46:07,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports used request id req-aff262f6-d9a3-4b7d-963c-2f5aa1b2c50c 2018-09-04 20:46:07,203 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-port 2018-09-04 20:46:07,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/e165b921-4bf9-4627-bb09-15320065b55e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:07,913 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1e2d278e-2e46-47a1-a680-e5ca6b373a19 Date: Tue, 04 Sep 2018 20:46:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:07,913 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/e165b921-4bf9-4627-bb09-15320065b55e used request id req-1e2d278e-2e46-47a1-a680-e5ca6b373a19 2018-09-04 20:46:07,914 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet 2018-09-04 20:46:07,914 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-subnet 2018-09-04 20:46:07,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/86f29751-a2e2-4177-931a-e4c754226c25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:10,192 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-44aba28c-8d55-49d3-8cc1-520583efd8e3 Date: Tue, 04 Sep 2018 20:46:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:10,192 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/86f29751-a2e2-4177-931a-e4c754226c25 used request id req-44aba28c-8d55-49d3-8cc1-520583efd8e3 2018-09-04 20:46:10,192 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-04ab681c-c06d-4ffe-8663-c9c9599e6105-pub-net 2018-09-04 20:46:10,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/21cd2c50-0621-4cff-a163-6633ddda448a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45691bb5ffe925c9cc6ddef902cd5c71a9f53df" 2018-09-04 20:46:11,421 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f8a05d9d-df91-40d9-aa5d-a8d68371e490 Date: Tue, 04 Sep 2018 20:46:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:11,422 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/21cd2c50-0621-4cff-a163-6633ddda448a used request id req-f8a05d9d-df91-40d9-aa5d-a8d68371e490 2018-09-04 20:46:11,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:11,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["r8uIS-WmTVyGzB224OQwFQ"], "issued_at": "2018-09-04T20:46:11.000000Z"}} 2018-09-04 20:46:11,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:11,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9fb0363-57f1-4491-996d-6fa8c2c56c85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:11,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d9fb0363-57f1-4491-996d-6fa8c2c56c85 2018-09-04 20:46:11,890 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net 2018-09-04 20:46:11,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" -d '{"network": {"name": "NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net", "admin_state_up": true}}' 2018-09-04 20:46:12,269 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-8fae27f9-3cec-4fb2-8969-0a69796e8da5 Date: Tue, 04 Sep 2018 20:46:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c9d11415-de6a-494a-80d8-191412a43780","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:46:12Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","mtu":1450}} 2018-09-04 20:46:12,269 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-8fae27f9-3cec-4fb2-8969-0a69796e8da5 2018-09-04 20:46:12,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c9d11415-de6a-494a-80d8-191412a43780 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:12,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-0e578ca3-fc0b-4a68-b516-beb45077d3c9 Date: Tue, 04 Sep 2018 20:46:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9d11415-de6a-494a-80d8-191412a43780","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:46:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:12,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c9d11415-de6a-494a-80d8-191412a43780 used request id req-0e578ca3-fc0b-4a68-b516-beb45077d3c9 2018-09-04 20:46:12,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:12,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c7f65d55-afb4-4830-a614-7cad13b72187 Date: Tue, 04 Sep 2018 20:46:12 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:46:12,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780 used request id req-c7f65d55-afb4-4830-a614-7cad13b72187 2018-09-04 20:46:12,703 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet 2018-09-04 20:46:12,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" -d '{"subnets": [{"ip_version": 4, "network_id": "c9d11415-de6a-494a-80d8-191412a43780", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet"}]}' 2018-09-04 20:46:13,246 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8531c3dc-c384-421e-ba34-c244fcaaa44f Date: Tue, 04 Sep 2018 20:46:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9d11415-de6a-494a-80d8-191412a43780","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:12Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"322dea36-2a8f-4c8a-80d1-2233cb4e2c1b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet"}]} 2018-09-04 20:46:13,246 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-8531c3dc-c384-421e-ba34-c244fcaaa44f 2018-09-04 20:46:13,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c9d11415-de6a-494a-80d8-191412a43780 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:13,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-6baf9d3d-0a8b-473d-b35d-33e0458c2f0e Date: Tue, 04 Sep 2018 20:46:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c9d11415-de6a-494a-80d8-191412a43780","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["322dea36-2a8f-4c8a-80d1-2233cb4e2c1b"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:13,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c9d11415-de6a-494a-80d8-191412a43780 used request id req-6baf9d3d-0a8b-473d-b35d-33e0458c2f0e 2018-09-04 20:46:13,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:13,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-636ba29c-673e-4d66-b958-9b6bf7edba9b Date: Tue, 04 Sep 2018 20:46:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9d11415-de6a-494a-80d8-191412a43780","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"322dea36-2a8f-4c8a-80d1-2233cb4e2c1b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet"}]} 2018-09-04 20:46:13,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780 used request id req-636ba29c-673e-4d66-b958-9b6bf7edba9b 2018-09-04 20:46:13,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:13,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e5fab559-0c63-41b5-8720-bd032e3757c9 Date: Tue, 04 Sep 2018 20:46:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c9d11415-de6a-494a-80d8-191412a43780","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["322dea36-2a8f-4c8a-80d1-2233cb4e2c1b"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:13,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net used request id req-e5fab559-0c63-41b5-8720-bd032e3757c9 2018-09-04 20:46:13,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:46:13,923 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:46:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:46:13,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:13,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fabe9cf-90ea-41d1-af19-e1ffefbc11a7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:46:13,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-2fabe9cf-90ea-41d1-af19-e1ffefbc11a7 2018-09-04 20:46:13,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:14,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0680ee7d-2577-453c-bc9c-b279e0fdfc41 Date: Tue, 04 Sep 2018 20:46:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9d11415-de6a-494a-80d8-191412a43780","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"322dea36-2a8f-4c8a-80d1-2233cb4e2c1b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet"}]} 2018-09-04 20:46:14,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780 used request id req-0680ee7d-2577-453c-bc9c-b279e0fdfc41 2018-09-04 20:46:14,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780&name=NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:14,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-546c104f-be65-4a34-9e8e-3851ff33a5db Date: Tue, 04 Sep 2018 20:46:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9d11415-de6a-494a-80d8-191412a43780","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"322dea36-2a8f-4c8a-80d1-2233cb4e2c1b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet"}]} 2018-09-04 20:46:14,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780&name=NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet used request id req-546c104f-be65-4a34-9e8e-3851ff33a5db 2018-09-04 20:46:14,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:46:14,344 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:14,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["yJZr4SbpTweNnCGI1NblKw"], "issued_at": "2018-09-04T20:46:14.000000Z"}} 2018-09-04 20:46:14,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a513e52da9bed9f70665fd8a9e7c73ff46e07d" 2018-09-04 20:46:14,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69a45c0e-e93f-420f-8a0c-a2aac0cc16b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:14,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-69a45c0e-e93f-420f-8a0c-a2aac0cc16b8 2018-09-04 20:46:14,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:15,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e627ce09-5dfe-440e-9bbf-916a9c170c3a Date: Tue, 04 Sep 2018 20:46:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c9d11415-de6a-494a-80d8-191412a43780","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["322dea36-2a8f-4c8a-80d1-2233cb4e2c1b"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:15,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net used request id req-e627ce09-5dfe-440e-9bbf-916a9c170c3a 2018-09-04 20:46:15,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:15,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c7d9ad0b-868a-4942-b85b-7d16fb84c09d Date: Tue, 04 Sep 2018 20:46:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9d11415-de6a-494a-80d8-191412a43780","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"322dea36-2a8f-4c8a-80d1-2233cb4e2c1b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet"}]} 2018-09-04 20:46:15,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780 used request id req-c7d9ad0b-868a-4942-b85b-7d16fb84c09d 2018-09-04 20:46:15,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:15,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1d628713-dcab-4be1-a879-02c68a5a9ecc Date: Tue, 04 Sep 2018 20:46:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c9d11415-de6a-494a-80d8-191412a43780","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["322dea36-2a8f-4c8a-80d1-2233cb4e2c1b"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:15,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net used request id req-1d628713-dcab-4be1-a879-02c68a5a9ecc 2018-09-04 20:46:15,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:46:15,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:46:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:46:15,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a513e52da9bed9f70665fd8a9e7c73ff46e07d" 2018-09-04 20:46:15,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfdde137-b76d-468c-b4a3-778504e128b7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:46:15,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-dfdde137-b76d-468c-b4a3-778504e128b7 2018-09-04 20:46:15,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:15,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-780e2233-388c-4226-8f17-238d22036101 Date: Tue, 04 Sep 2018 20:46:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9d11415-de6a-494a-80d8-191412a43780","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"322dea36-2a8f-4c8a-80d1-2233cb4e2c1b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet"}]} 2018-09-04 20:46:15,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780 used request id req-780e2233-388c-4226-8f17-238d22036101 2018-09-04 20:46:15,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780&name=NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:15,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-23ae6a03-085d-4834-a9c3-1d2eb0ae8e40 Date: Tue, 04 Sep 2018 20:46:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9d11415-de6a-494a-80d8-191412a43780","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:12Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"322dea36-2a8f-4c8a-80d1-2233cb4e2c1b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet"}]} 2018-09-04 20:46:15,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c9d11415-de6a-494a-80d8-191412a43780&name=NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet used request id req-23ae6a03-085d-4834-a9c3-1d2eb0ae8e40 2018-09-04 20:46:15,686 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net 2018-09-04 20:46:15,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" -d '{"port": {"network_id": "c9d11415-de6a-494a-80d8-191412a43780", "fixed_ips": [{"subnet_id": "322dea36-2a8f-4c8a-80d1-2233cb4e2c1b", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-port", "admin_state_up": true}}' 2018-09-04 20:46:15,702 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-4453d454-0011-4d23-b51c-0639cbab1ac5 Date: Tue, 04 Sep 2018 20:46:15 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 20:46:15,702 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-4453d454-0011-4d23-b51c-0639cbab1ac5 2018-09-04 20:46:15,703 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 20:46:15,703 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet 2018-09-04 20:46:15,703 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-subnet 2018-09-04 20:46:15,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/322dea36-2a8f-4c8a-80d1-2233cb4e2c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:17,688 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ac770a3f-aed9-4c12-bd25-63ef19cb6917 Date: Tue, 04 Sep 2018 20:46:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:17,689 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/322dea36-2a8f-4c8a-80d1-2233cb4e2c1b used request id req-ac770a3f-aed9-4c12-bd25-63ef19cb6917 2018-09-04 20:46:17,689 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-850ed306-302e-479b-b083-a29353b81a45-pub-net 2018-09-04 20:46:17,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/c9d11415-de6a-494a-80d8-191412a43780 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab45a36e1ac9d7c675dac62dba59beeed5aff1c2" 2018-09-04 20:46:18,759 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0d214b8e-012f-4680-ac86-ce945266a3cf Date: Tue, 04 Sep 2018 20:46:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:18,759 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c9d11415-de6a-494a-80d8-191412a43780 used request id req-0d214b8e-012f-4680-ac86-ce945266a3cf 2018-09-04 20:46:18,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:19,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["G7eSVaSvSRGAhhV_8dQCZw"], "issued_at": "2018-09-04T20:46:19.000000Z"}} 2018-09-04 20:46:19,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:19,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6facd469-e330-4cbc-b940-dc5784ee9172 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:19,223 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6facd469-e330-4cbc-b940-dc5784ee9172 2018-09-04 20:46:19,224 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net 2018-09-04 20:46:19,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" -d '{"network": {"name": "NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net", "admin_state_up": true}}' 2018-09-04 20:46:19,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-31a9928f-b35e-4943-bc95-029adced8905 Date: Tue, 04 Sep 2018 20:46:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6274f22f-f3bd-45f0-8068-5abd8446c349","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:46:19Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:19Z","mtu":1450}} 2018-09-04 20:46:19,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-31a9928f-b35e-4943-bc95-029adced8905 2018-09-04 20:46:19,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=6274f22f-f3bd-45f0-8068-5abd8446c349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:19,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-82de667c-4532-428f-ac9e-25d85a640a3d Date: Tue, 04 Sep 2018 20:46:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6274f22f-f3bd-45f0-8068-5abd8446c349","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:46:19Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:19Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:19,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=6274f22f-f3bd-45f0-8068-5abd8446c349 used request id req-82de667c-4532-428f-ac9e-25d85a640a3d 2018-09-04 20:46:19,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:20,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7c56812d-5562-4225-a559-31cc8273b589 Date: Tue, 04 Sep 2018 20:46:20 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:46:20,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349 used request id req-7c56812d-5562-4225-a559-31cc8273b589 2018-09-04 20:46:20,072 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet 2018-09-04 20:46:20,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" -d '{"subnets": [{"ip_version": 4, "network_id": "6274f22f-f3bd-45f0-8068-5abd8446c349", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet"}]}' 2018-09-04 20:46:20,467 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-065410da-cd97-49cf-98bb-52e55f342d11 Date: Tue, 04 Sep 2018 20:46:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6274f22f-f3bd-45f0-8068-5abd8446c349","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:20Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:20Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"6bc5349d-7ee9-4b8b-8d6b-16095f82a382","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet"}]} 2018-09-04 20:46:20,467 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-065410da-cd97-49cf-98bb-52e55f342d11 2018-09-04 20:46:20,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=6274f22f-f3bd-45f0-8068-5abd8446c349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:20,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8091ff25-df2e-4b75-9239-74c3cc1229e6 Date: Tue, 04 Sep 2018 20:46:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6274f22f-f3bd-45f0-8068-5abd8446c349","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["6bc5349d-7ee9-4b8b-8d6b-16095f82a382"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:19Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:20,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=6274f22f-f3bd-45f0-8068-5abd8446c349 used request id req-8091ff25-df2e-4b75-9239-74c3cc1229e6 2018-09-04 20:46:20,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:20,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b658697a-89ea-4ffd-b7a3-4a37a5603317 Date: Tue, 04 Sep 2018 20:46:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6274f22f-f3bd-45f0-8068-5abd8446c349","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:20Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"6bc5349d-7ee9-4b8b-8d6b-16095f82a382","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet"}]} 2018-09-04 20:46:20,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349 used request id req-b658697a-89ea-4ffd-b7a3-4a37a5603317 2018-09-04 20:46:20,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:21,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-41416929-068b-4e99-a6c8-858898b67875 Date: Tue, 04 Sep 2018 20:46:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6274f22f-f3bd-45f0-8068-5abd8446c349","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["6bc5349d-7ee9-4b8b-8d6b-16095f82a382"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:19Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:21,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net used request id req-41416929-068b-4e99-a6c8-858898b67875 2018-09-04 20:46:21,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:46:21,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:46:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:46:21,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:21,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9902b4b-2bc4-4e93-84f6-1409e1036c9a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:46:21,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-a9902b4b-2bc4-4e93-84f6-1409e1036c9a 2018-09-04 20:46:21,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:21,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-11788d23-5cb8-474a-bb8b-ca558cbeda56 Date: Tue, 04 Sep 2018 20:46:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6274f22f-f3bd-45f0-8068-5abd8446c349","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:20Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"6bc5349d-7ee9-4b8b-8d6b-16095f82a382","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet"}]} 2018-09-04 20:46:21,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349 used request id req-11788d23-5cb8-474a-bb8b-ca558cbeda56 2018-09-04 20:46:21,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349&name=NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:21,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d9943daa-60d6-4954-9aa3-f5edad415eb2 Date: Tue, 04 Sep 2018 20:46:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6274f22f-f3bd-45f0-8068-5abd8446c349","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:20Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"6bc5349d-7ee9-4b8b-8d6b-16095f82a382","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet"}]} 2018-09-04 20:46:21,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349&name=NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet used request id req-d9943daa-60d6-4954-9aa3-f5edad415eb2 2018-09-04 20:46:21,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:46:21,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:21,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["54z6GtjcSNqcqagqQhhM1A"], "issued_at": "2018-09-04T20:46:21.000000Z"}} 2018-09-04 20:46:21,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84905bb8c191b7b40ec96ee2b9817f40da756c5b" 2018-09-04 20:46:22,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc5ee326-375d-43c9-86fe-816d78265f49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:22,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dc5ee326-375d-43c9-86fe-816d78265f49 2018-09-04 20:46:22,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:22,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-aa52d39d-24b7-47e0-b11a-ed86e4f5b5a8 Date: Tue, 04 Sep 2018 20:46:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6274f22f-f3bd-45f0-8068-5abd8446c349","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["6bc5349d-7ee9-4b8b-8d6b-16095f82a382"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:19Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:22,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net used request id req-aa52d39d-24b7-47e0-b11a-ed86e4f5b5a8 2018-09-04 20:46:22,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:22,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-61e71d01-f957-4024-b11f-3217cb9e2128 Date: Tue, 04 Sep 2018 20:46:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6274f22f-f3bd-45f0-8068-5abd8446c349","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:20Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"6bc5349d-7ee9-4b8b-8d6b-16095f82a382","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet"}]} 2018-09-04 20:46:22,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349 used request id req-61e71d01-f957-4024-b11f-3217cb9e2128 2018-09-04 20:46:22,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:22,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9146d9af-d387-4f73-be81-b4ffd4b4c6d1 Date: Tue, 04 Sep 2018 20:46:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6274f22f-f3bd-45f0-8068-5abd8446c349","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["6bc5349d-7ee9-4b8b-8d6b-16095f82a382"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:19Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:22,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net used request id req-9146d9af-d387-4f73-be81-b4ffd4b4c6d1 2018-09-04 20:46:22,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:46:22,980 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:46:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:46:22,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84905bb8c191b7b40ec96ee2b9817f40da756c5b" 2018-09-04 20:46:23,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d847ef-9c02-43d4-979f-ba56fff27edb Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:46:23,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-83d847ef-9c02-43d4-979f-ba56fff27edb 2018-09-04 20:46:23,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:23,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c96538e0-114b-4584-89ba-aad2d4974d02 Date: Tue, 04 Sep 2018 20:46:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6274f22f-f3bd-45f0-8068-5abd8446c349","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:20Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"6bc5349d-7ee9-4b8b-8d6b-16095f82a382","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet"}]} 2018-09-04 20:46:23,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349 used request id req-c96538e0-114b-4584-89ba-aad2d4974d02 2018-09-04 20:46:23,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349&name=NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:23,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-07bb99d6-132a-4934-b6b8-5182a8c359bf Date: Tue, 04 Sep 2018 20:46:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6274f22f-f3bd-45f0-8068-5abd8446c349","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:20Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"6bc5349d-7ee9-4b8b-8d6b-16095f82a382","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet"}]} 2018-09-04 20:46:23,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=6274f22f-f3bd-45f0-8068-5abd8446c349&name=NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet used request id req-07bb99d6-132a-4934-b6b8-5182a8c359bf 2018-09-04 20:46:23,582 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net 2018-09-04 20:46:23,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" -d '{"port": {"network_id": "6274f22f-f3bd-45f0-8068-5abd8446c349", "fixed_ips": [{"subnet_id": "6bc5349d-7ee9-4b8b-8d6b-16095f82a382", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-port", "admin_state_up": true}}' 2018-09-04 20:46:23,820 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-ab7bb2c3-492f-42c0-b4b0-f0eedd33ed77 Date: Tue, 04 Sep 2018 20:46:23 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-09-04 20:46:23,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-ab7bb2c3-492f-42c0-b4b0-f0eedd33ed77 2018-09-04 20:46:23,820 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-09-04 20:46:23,821 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet 2018-09-04 20:46:23,821 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-subnet 2018-09-04 20:46:23,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/6bc5349d-7ee9-4b8b-8d6b-16095f82a382 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:25,617 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2cc1172d-3073-4cac-a604-1a088184dce9 Date: Tue, 04 Sep 2018 20:46:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:25,617 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/6bc5349d-7ee9-4b8b-8d6b-16095f82a382 used request id req-2cc1172d-3073-4cac-a604-1a088184dce9 2018-09-04 20:46:25,617 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-a3e3f838-abbb-44b7-97f8-ca3e8d01bb66-pub-net 2018-09-04 20:46:25,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/6274f22f-f3bd-45f0-8068-5abd8446c349 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c4e3b1d146e176aabf51300e59e11c5551e14" 2018-09-04 20:46:26,700 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a584c191-9d3b-43ca-9aac-34b16377658f Date: Tue, 04 Sep 2018 20:46:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:26,700 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/6274f22f-f3bd-45f0-8068-5abd8446c349 used request id req-a584c191-9d3b-43ca-9aac-34b16377658f 2018-09-04 20:46:26,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:27,081 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["4pYd51w8RPu9l4XhEX5DSQ"], "issued_at": "2018-09-04T20:46:27.000000Z"}} 2018-09-04 20:46:27,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:27,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deabecc6-b3e7-4754-841b-1569a24756c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:27,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-deabecc6-b3e7-4754-841b-1569a24756c8 2018-09-04 20:46:27,175 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net 2018-09-04 20:46:27,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" -d '{"network": {"name": "NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net", "admin_state_up": true}}' 2018-09-04 20:46:27,538 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-d40cf094-0955-43dc-a9fb-f09b3b43d92b Date: Tue, 04 Sep 2018 20:46:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8fd069ac-1053-4a67-ba60-f874c94456bf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:46:27Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:27Z","mtu":1450}} 2018-09-04 20:46:27,538 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-d40cf094-0955-43dc-a9fb-f09b3b43d92b 2018-09-04 20:46:27,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=8fd069ac-1053-4a67-ba60-f874c94456bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:27,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-f2eee7a3-02bf-43eb-ac9a-bca98dabef98 Date: Tue, 04 Sep 2018 20:46:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8fd069ac-1053-4a67-ba60-f874c94456bf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:46:27Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:27Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:27,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=8fd069ac-1053-4a67-ba60-f874c94456bf used request id req-f2eee7a3-02bf-43eb-ac9a-bca98dabef98 2018-09-04 20:46:27,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:27,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7183767f-4c7b-4493-9375-8ab45e213589 Date: Tue, 04 Sep 2018 20:46:27 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:46:27,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf used request id req-7183767f-4c7b-4493-9375-8ab45e213589 2018-09-04 20:46:27,966 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet 2018-09-04 20:46:27,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" -d '{"subnets": [{"ip_version": 4, "network_id": "8fd069ac-1053-4a67-ba60-f874c94456bf", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet"}]}' 2018-09-04 20:46:28,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3b48107d-0f5f-4a20-b77c-f455f3951ec0 Date: Tue, 04 Sep 2018 20:46:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fd069ac-1053-4a67-ba60-f874c94456bf","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:28Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:28Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"c6692364-3365-421d-9b19-e0fae30c66f8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet"}]} 2018-09-04 20:46:28,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-3b48107d-0f5f-4a20-b77c-f455f3951ec0 2018-09-04 20:46:28,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=8fd069ac-1053-4a67-ba60-f874c94456bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:28,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fa0f04ea-a906-407d-9802-b92c6ad5b052 Date: Tue, 04 Sep 2018 20:46:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8fd069ac-1053-4a67-ba60-f874c94456bf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["c6692364-3365-421d-9b19-e0fae30c66f8"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:27Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:28,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=8fd069ac-1053-4a67-ba60-f874c94456bf used request id req-fa0f04ea-a906-407d-9802-b92c6ad5b052 2018-09-04 20:46:28,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:29,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7a4a577d-8d53-4d62-b1dc-c25ef00751e8 Date: Tue, 04 Sep 2018 20:46:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fd069ac-1053-4a67-ba60-f874c94456bf","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:28Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"c6692364-3365-421d-9b19-e0fae30c66f8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet"}]} 2018-09-04 20:46:29,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf used request id req-7a4a577d-8d53-4d62-b1dc-c25ef00751e8 2018-09-04 20:46:29,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:29,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-87538227-9a11-45e3-a91d-65f2ba314656 Date: Tue, 04 Sep 2018 20:46:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8fd069ac-1053-4a67-ba60-f874c94456bf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["c6692364-3365-421d-9b19-e0fae30c66f8"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:27Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:29,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net used request id req-87538227-9a11-45e3-a91d-65f2ba314656 2018-09-04 20:46:29,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:46:29,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:46:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:46:29,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:29,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56bad868-52f9-458b-8799-99348bff4d1f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:46:29,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-56bad868-52f9-458b-8799-99348bff4d1f 2018-09-04 20:46:29,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:29,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6ffc21af-ef13-4fdc-8c6c-21dd8280c9e8 Date: Tue, 04 Sep 2018 20:46:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fd069ac-1053-4a67-ba60-f874c94456bf","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:28Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"c6692364-3365-421d-9b19-e0fae30c66f8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet"}]} 2018-09-04 20:46:29,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf used request id req-6ffc21af-ef13-4fdc-8c6c-21dd8280c9e8 2018-09-04 20:46:29,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf&name=NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:29,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6d3b4756-1736-4272-879c-46824f36b291 Date: Tue, 04 Sep 2018 20:46:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fd069ac-1053-4a67-ba60-f874c94456bf","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:28Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"c6692364-3365-421d-9b19-e0fae30c66f8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet"}]} 2018-09-04 20:46:29,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf&name=NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet used request id req-6d3b4756-1736-4272-879c-46824f36b291 2018-09-04 20:46:29,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:46:29,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:30,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["5MQPx8xzT367MYdp_JN14Q"], "issued_at": "2018-09-04T20:46:30.000000Z"}} 2018-09-04 20:46:30,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f985f119d0be17f83dfad2da50aedc01cf6a9c2a" 2018-09-04 20:46:30,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8247ba2f-4c35-4142-8e4d-95c6dcf427b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:30,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8247ba2f-4c35-4142-8e4d-95c6dcf427b4 2018-09-04 20:46:30,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:30,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c45a2497-c87f-4dc0-91b3-4e8d3994f7a8 Date: Tue, 04 Sep 2018 20:46:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8fd069ac-1053-4a67-ba60-f874c94456bf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["c6692364-3365-421d-9b19-e0fae30c66f8"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:27Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:30,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net used request id req-c45a2497-c87f-4dc0-91b3-4e8d3994f7a8 2018-09-04 20:46:30,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:30,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9bfc7ca0-6b28-49cc-b822-0f4c60cd737b Date: Tue, 04 Sep 2018 20:46:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fd069ac-1053-4a67-ba60-f874c94456bf","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:28Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"c6692364-3365-421d-9b19-e0fae30c66f8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet"}]} 2018-09-04 20:46:30,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf used request id req-9bfc7ca0-6b28-49cc-b822-0f4c60cd737b 2018-09-04 20:46:30,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:30,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-75519caf-7b6e-4626-bd8c-e7394485718e Date: Tue, 04 Sep 2018 20:46:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8fd069ac-1053-4a67-ba60-f874c94456bf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["c6692364-3365-421d-9b19-e0fae30c66f8"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:27Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:30,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net used request id req-75519caf-7b6e-4626-bd8c-e7394485718e 2018-09-04 20:46:30,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:46:30,936 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:46:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:46:30,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f985f119d0be17f83dfad2da50aedc01cf6a9c2a" 2018-09-04 20:46:31,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d2ced73-e87e-4f78-b456-b6bc2990f22b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:46:31,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-0d2ced73-e87e-4f78-b456-b6bc2990f22b 2018-09-04 20:46:31,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:31,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-63fab746-25fa-4e89-a651-28631549e7eb Date: Tue, 04 Sep 2018 20:46:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fd069ac-1053-4a67-ba60-f874c94456bf","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:28Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"c6692364-3365-421d-9b19-e0fae30c66f8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet"}]} 2018-09-04 20:46:31,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf used request id req-63fab746-25fa-4e89-a651-28631549e7eb 2018-09-04 20:46:31,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf&name=NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:31,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2bcb4a20-c7dc-4ff1-9c15-837e8e058f24 Date: Tue, 04 Sep 2018 20:46:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fd069ac-1053-4a67-ba60-f874c94456bf","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:28Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"c6692364-3365-421d-9b19-e0fae30c66f8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet"}]} 2018-09-04 20:46:31,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8fd069ac-1053-4a67-ba60-f874c94456bf&name=NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet used request id req-2bcb4a20-c7dc-4ff1-9c15-837e8e058f24 2018-09-04 20:46:31,303 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net 2018-09-04 20:46:31,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" -d '{"port": {"network_id": "8fd069ac-1053-4a67-ba60-f874c94456bf", "fixed_ips": [{"subnet_id": "c6692364-3365-421d-9b19-e0fae30c66f8", "ip_address": null}], "name": "NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-port", "admin_state_up": true}}' 2018-09-04 20:46:31,460 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-6b98ec73-8643-4fd8-9575-e86d4ed2a65c Date: Tue, 04 Sep 2018 20:46:31 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 20:46:31,460 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-6b98ec73-8643-4fd8-9575-e86d4ed2a65c 2018-09-04 20:46:31,461 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 20:46:31,461 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet 2018-09-04 20:46:31,461 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-subnet 2018-09-04 20:46:31,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/c6692364-3365-421d-9b19-e0fae30c66f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:33,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e7e70593-dbae-4e75-ba48-5724f677464f Date: Tue, 04 Sep 2018 20:46:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:33,676 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/c6692364-3365-421d-9b19-e0fae30c66f8 used request id req-e7e70593-dbae-4e75-ba48-5724f677464f 2018-09-04 20:46:33,676 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-d1023ff0-76be-46c9-9278-e1dcc3d623b4-pub-net 2018-09-04 20:46:33,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/8fd069ac-1053-4a67-ba60-f874c94456bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a3698f21df86c57cd0d7cf761598c9e8ddf74db" 2018-09-04 20:46:34,715 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-68d730db-42e6-48ab-98eb-00ec9e26d54f Date: Tue, 04 Sep 2018 20:46:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:34,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/8fd069ac-1053-4a67-ba60-f874c94456bf used request id req-68d730db-42e6-48ab-98eb-00ec9e26d54f 2018-09-04 20:46:34,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:35,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["SwW9Qp6_Rj61QpGuvVOFug"], "issued_at": "2018-09-04T20:46:35.000000Z"}} 2018-09-04 20:46:35,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:35,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cfdd1b0-69b8-4e5f-a916-50988d36583b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:35,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9cfdd1b0-69b8-4e5f-a916-50988d36583b 2018-09-04 20:46:35,170 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net 2018-09-04 20:46:35,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" -d '{"network": {"name": "NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net", "admin_state_up": true}}' 2018-09-04 20:46:35,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-f35627f2-9b8b-4eca-99b7-26b475e735a6 Date: Tue, 04 Sep 2018 20:46:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:46:35Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:35Z","mtu":1450}} 2018-09-04 20:46:35,605 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-f35627f2-9b8b-4eca-99b7-26b475e735a6 2018-09-04 20:46:35,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=58ce09b4-af50-4a66-a19a-d727ab241ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:35,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-1080f49d-4c67-4028-b64f-a202f94176d6 Date: Tue, 04 Sep 2018 20:46:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:46:35Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:35Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:35,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=58ce09b4-af50-4a66-a19a-d727ab241ae6 used request id req-1080f49d-4c67-4028-b64f-a202f94176d6 2018-09-04 20:46:35,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:36,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5b9c3231-c530-4721-9aad-5f9642d94cae Date: Tue, 04 Sep 2018 20:46:36 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:46:36,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6 used request id req-5b9c3231-c530-4721-9aad-5f9642d94cae 2018-09-04 20:46:36,019 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet 2018-09-04 20:46:36,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" -d '{"subnets": [{"ip_version": 4, "network_id": "58ce09b4-af50-4a66-a19a-d727ab241ae6", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet"}]}' 2018-09-04 20:46:36,730 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7d6b0c77-eeb0-48a7-ba33-0cf64b5ad60e Date: Tue, 04 Sep 2018 20:46:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:36Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:36Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"ed4c05e9-a1b2-46e0-98b5-30571005c4a4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet"}]} 2018-09-04 20:46:36,730 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-7d6b0c77-eeb0-48a7-ba33-0cf64b5ad60e 2018-09-04 20:46:36,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=58ce09b4-af50-4a66-a19a-d727ab241ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:36,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-deeac19c-7454-4284-b48b-06546e36d4cd Date: Tue, 04 Sep 2018 20:46:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["ed4c05e9-a1b2-46e0-98b5-30571005c4a4"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:36Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:35Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:36,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=58ce09b4-af50-4a66-a19a-d727ab241ae6 used request id req-deeac19c-7454-4284-b48b-06546e36d4cd 2018-09-04 20:46:36,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:37,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a5c41bc5-1847-4458-a66b-ad5c453a4c16 Date: Tue, 04 Sep 2018 20:46:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:36Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"ed4c05e9-a1b2-46e0-98b5-30571005c4a4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet"}]} 2018-09-04 20:46:37,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6 used request id req-a5c41bc5-1847-4458-a66b-ad5c453a4c16 2018-09-04 20:46:37,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:37,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7b6c1c15-922f-487d-81c6-00cf07a697f0 Date: Tue, 04 Sep 2018 20:46:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["ed4c05e9-a1b2-46e0-98b5-30571005c4a4"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:36Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:35Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:37,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net used request id req-7b6c1c15-922f-487d-81c6-00cf07a697f0 2018-09-04 20:46:37,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:46:37,464 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:46:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:46:37,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:37,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c909f2e3-371e-44d2-bf29-4724bd107199 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:46:37,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-c909f2e3-371e-44d2-bf29-4724bd107199 2018-09-04 20:46:37,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:37,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e6b661cb-1202-478e-aeb8-9e5345994e1b Date: Tue, 04 Sep 2018 20:46:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:36Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"ed4c05e9-a1b2-46e0-98b5-30571005c4a4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet"}]} 2018-09-04 20:46:37,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6 used request id req-e6b661cb-1202-478e-aeb8-9e5345994e1b 2018-09-04 20:46:37,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6&name=NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:37,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c59b65fd-08e0-4014-b70d-fc38a736f006 Date: Tue, 04 Sep 2018 20:46:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:36Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"ed4c05e9-a1b2-46e0-98b5-30571005c4a4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet"}]} 2018-09-04 20:46:37,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6&name=NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet used request id req-c59b65fd-08e0-4014-b70d-fc38a736f006 2018-09-04 20:46:37,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:46:37,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:38,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["4w9QVBfhRVqR28v_0LFWeg"], "issued_at": "2018-09-04T20:46:38.000000Z"}} 2018-09-04 20:46:38,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a38ac4dcb54813d68b7675d3a349e1a3d6eb4c39" 2018-09-04 20:46:38,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1c66c95-545e-44ce-8344-60ef73d904ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:38,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a1c66c95-545e-44ce-8344-60ef73d904ff 2018-09-04 20:46:38,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:38,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-bd253d6f-bd66-47d3-9068-a2c8bcb234f2 Date: Tue, 04 Sep 2018 20:46:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["ed4c05e9-a1b2-46e0-98b5-30571005c4a4"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:36Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:35Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:38,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net used request id req-bd253d6f-bd66-47d3-9068-a2c8bcb234f2 2018-09-04 20:46:38,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:38,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8f142f1c-76ca-4407-b2bf-11f74ef7993d Date: Tue, 04 Sep 2018 20:46:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:36Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"ed4c05e9-a1b2-46e0-98b5-30571005c4a4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet"}]} 2018-09-04 20:46:38,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6 used request id req-8f142f1c-76ca-4407-b2bf-11f74ef7993d 2018-09-04 20:46:38,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:39,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-66f0e94b-ebc9-4c0f-b7db-37d8c0d254db Date: Tue, 04 Sep 2018 20:46:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["ed4c05e9-a1b2-46e0-98b5-30571005c4a4"],"description":"","tags":[],"updated_at":"2018-09-04T20:46:36Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:35Z","provider:network_type":"vxlan"}]} 2018-09-04 20:46:39,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net used request id req-66f0e94b-ebc9-4c0f-b7db-37d8c0d254db 2018-09-04 20:46:39,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:46:39,032 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:46:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:46:39,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a38ac4dcb54813d68b7675d3a349e1a3d6eb4c39" 2018-09-04 20:46:39,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcdfb51d-ac24-4521-bf43-c1342357820f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:46:39,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-fcdfb51d-ac24-4521-bf43-c1342357820f 2018-09-04 20:46:39,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:39,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-529fcba3-6965-4091-900e-7e8d649cd62a Date: Tue, 04 Sep 2018 20:46:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:36Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"ed4c05e9-a1b2-46e0-98b5-30571005c4a4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet"}]} 2018-09-04 20:46:39,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6 used request id req-529fcba3-6965-4091-900e-7e8d649cd62a 2018-09-04 20:46:39,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6&name=NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:39,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5c092feb-39a6-4592-b16e-9a4f79608fa7 Date: Tue, 04 Sep 2018 20:46:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:36Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"ed4c05e9-a1b2-46e0-98b5-30571005c4a4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet"}]} 2018-09-04 20:46:39,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=58ce09b4-af50-4a66-a19a-d727ab241ae6&name=NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet used request id req-5c092feb-39a6-4592-b16e-9a4f79608fa7 2018-09-04 20:46:39,377 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net 2018-09-04 20:46:39,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" -d '{"port": {"network_id": "58ce09b4-af50-4a66-a19a-d727ab241ae6", "fixed_ips": [{"subnet_id": "ed4c05e9-a1b2-46e0-98b5-30571005c4a4", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-09-04 20:46:40,335 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-9c499d11-4d22-4a04-8ab0-f028232c9976 Date: Tue, 04 Sep 2018 20:46:40 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:39Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ed4c05e9-a1b2-46e0-98b5-30571005c4a4","ip_address":"10.55.1.100"}],"id":"aae5a1b6-2a7a-4877-acfc-40ed491421dc","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:89:46","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"21a717df1f2c484095e6f33236f533f4","qos_policy_id":null,"admin_state_up":true,"network_id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:39Z","binding:vnic_type":"normal"}} 2018-09-04 20:46:40,335 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-9c499d11-4d22-4a04-8ab0-f028232c9976 2018-09-04 20:46:40,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports/aae5a1b6-2a7a-4877-acfc-40ed491421dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:40,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-11d37b03-4d4d-42eb-9b6c-e78680be6d78 Date: Tue, 04 Sep 2018 20:46:40 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed4c05e9-a1b2-46e0-98b5-30571005c4a4","ip_address":"10.55.1.100"}],"id":"aae5a1b6-2a7a-4877-acfc-40ed491421dc","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:89:46","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"21a717df1f2c484095e6f33236f533f4","qos_policy_id":null,"admin_state_up":true,"network_id":"58ce09b4-af50-4a66-a19a-d727ab241ae6","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:46:39Z","binding:vnic_type":"normal"}} 2018-09-04 20:46:40,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports/aae5a1b6-2a7a-4877-acfc-40ed491421dc used request id req-11d37b03-4d4d-42eb-9b6c-e78680be6d78 2018-09-04 20:46:40,535 - neutron_utils - INFO - Deleting port with name 2018-09-04 20:46:40,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/aae5a1b6-2a7a-4877-acfc-40ed491421dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:41,157 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3e9c4cd1-943b-459e-ba1f-e0dbcad7df54 Date: Tue, 04 Sep 2018 20:46:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:41,157 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/aae5a1b6-2a7a-4877-acfc-40ed491421dc used request id req-3e9c4cd1-943b-459e-ba1f-e0dbcad7df54 2018-09-04 20:46:41,158 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet 2018-09-04 20:46:41,158 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-subnet 2018-09-04 20:46:41,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/ed4c05e9-a1b2-46e0-98b5-30571005c4a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:43,358 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-33efff0b-f253-40eb-a9c7-f1c060af39af Date: Tue, 04 Sep 2018 20:46:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:43,359 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/ed4c05e9-a1b2-46e0-98b5-30571005c4a4 used request id req-33efff0b-f253-40eb-a9c7-f1c060af39af 2018-09-04 20:46:43,359 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-46ddf811-ef24-4ffe-bc14-bf2809977995-pub-net 2018-09-04 20:46:43,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/58ce09b4-af50-4a66-a19a-d727ab241ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96a0c65e15271987770a252d752f249fa1ff5b" 2018-09-04 20:46:44,466 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2c47928f-e969-4edb-9c87-e27c137a6d80 Date: Tue, 04 Sep 2018 20:46:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:44,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/58ce09b4-af50-4a66-a19a-d727ab241ae6 used request id req-2c47928f-e969-4edb-9c87-e27c137a6d80 2018-09-04 20:46:44,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:44,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["pYqv7IMKSUaA8_ASDaopdQ"], "issued_at": "2018-09-04T20:46:44.000000Z"}} 2018-09-04 20:46:44,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de80cb2b77a4e33e7991ab5e982598cf9b2f208" 2018-09-04 20:46:44,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1d50500-ea54-4d14-8b4b-b84c9222dac8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:44,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d1d50500-ea54-4d14-8b4b-b84c9222dac8 2018-09-04 20:46:44,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:46:44,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:45,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["xiEZ7WJgSy2CtYwW--RgQg"], "issued_at": "2018-09-04T20:46:45.000000Z"}} 2018-09-04 20:46:45,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0052baeb102c9551991dd668b7ecb2537a2ec9" 2018-09-04 20:46:45,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fe11ee0-421e-482b-9985-8d99620b550e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:45,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2fe11ee0-421e-482b-9985-8d99620b550e 2018-09-04 20:46:45,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-1b7de6ad-65df-4250-be4d-0108b12e5b7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de80cb2b77a4e33e7991ab5e982598cf9b2f208" 2018-09-04 20:46:45,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-556835d9-45b8-4e3a-9533-ee2f75ccfc8e Date: Tue, 04 Sep 2018 20:46:45 GMT RESP BODY: {"networks":[]} 2018-09-04 20:46:45,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-1b7de6ad-65df-4250-be4d-0108b12e5b7a-pub-net used request id req-556835d9-45b8-4e3a-9533-ee2f75ccfc8e 2018-09-04 20:46:45,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:45,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["XHeXV47IT06QdgFUz2QtwA"], "issued_at": "2018-09-04T20:46:45.000000Z"}} 2018-09-04 20:46:45,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:46,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d942809-c4fa-4263-8081-579240b6bdd7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:46,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2d942809-c4fa-4263-8081-579240b6bdd7 2018-09-04 20:46:46,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:46:46,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:46,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["jZQP8BpYQj6Tjd38ZPinCA"], "issued_at": "2018-09-04T20:46:46.000000Z"}} 2018-09-04 20:46:46,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2148a92c54c6fcfae83bece80fb4eead2100db7c" 2018-09-04 20:46:46,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d98b94-5be3-4556-a430-28b8a6bf7165 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:46,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f9d98b94-5be3-4556-a430-28b8a6bf7165 2018-09-04 20:46:46,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:46,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b3c8cfb7-295c-4fc1-903d-5a360ae59e29 Date: Tue, 04 Sep 2018 20:46:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:46:46,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-b3c8cfb7-295c-4fc1-903d-5a360ae59e29 2018-09-04 20:46:46,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:47,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c3821e8b-6cee-441d-9de4-96049a5827ff Date: Tue, 04 Sep 2018 20:46:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 20:46:47,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-c3821e8b-6cee-441d-9de4-96049a5827ff 2018-09-04 20:46:47,073 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-3b48cb36-bbac-4590-89c3-7405612966d0-pub-router 2018-09-04 20:46:47,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "NeutronUtilsRouterTests-3b48cb36-bbac-4590-89c3-7405612966d0-pub-router", "admin_state_up": true}}' 2018-09-04 20:46:52,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-edf2c6ca-5598-4286-a1f9-54fb67672a3c Date: Tue, 04 Sep 2018 20:46:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:46:47Z", "admin_state_up": true, "updated_at": "2018-09-04T20:46:48Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "b10b108e-58d8-47b3-98b9-2936a67eb0a5", "name": "NeutronUtilsRouterTests-3b48cb36-bbac-4590-89c3-7405612966d0-pub-router"}} 2018-09-04 20:46:52,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-edf2c6ca-5598-4286-a1f9-54fb67672a3c 2018-09-04 20:46:52,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=b10b108e-58d8-47b3-98b9-2936a67eb0a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:52,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-9ca6ff04-4596-4486-80b9-7600e555bfd6 Date: Tue, 04 Sep 2018 20:46:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:50Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b090da7a-de49-417e-83e6-d920dafdfd2e","ip_address":"169.254.192.2"}],"id":"3ea7baa8-2e50-4f5c-af2c-c514470ca63e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:65:c1:3c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"46b0e4c7-2196-458f-981d-7a8f7cb1f60a","tenant_id":"","created_at":"2018-09-04T20:46:50Z","binding:vnic_type":"normal","device_id":"b10b108e-58d8-47b3-98b9-2936a67eb0a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:51Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b090da7a-de49-417e-83e6-d920dafdfd2e","ip_address":"169.254.192.4"}],"id":"837fbf2a-3c1e-4dc6-b7a2-75326a01d1ba","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:54:96:fe","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"46b0e4c7-2196-458f-981d-7a8f7cb1f60a","tenant_id":"","created_at":"2018-09-04T20:46:50Z","binding:vnic_type":"normal","device_id":"b10b108e-58d8-47b3-98b9-2936a67eb0a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:48Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.207"}],"id":"8e0508d2-3b1a-4eb5-ad02-04c1e5bd4cc8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:42:24:ba","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T20:46:48Z","binding:vnic_type":"normal","device_id":"b10b108e-58d8-47b3-98b9-2936a67eb0a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:49Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b090da7a-de49-417e-83e6-d920dafdfd2e","ip_address":"169.254.192.1"}],"id":"d1fc9e51-ba14-49b6-b571-0aa4ac74c968","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b1:48:89","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"46b0e4c7-2196-458f-981d-7a8f7cb1f60a","tenant_id":"","created_at":"2018-09-04T20:46:49Z","binding:vnic_type":"normal","device_id":"b10b108e-58d8-47b3-98b9-2936a67eb0a5"}]} 2018-09-04 20:46:52,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=b10b108e-58d8-47b3-98b9-2936a67eb0a5 used request id req-9ca6ff04-4596-4486-80b9-7600e555bfd6 2018-09-04 20:46:52,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:52,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c1c7a150-1184-42a6-aaf4-6b7e2578b0a3 Date: Tue, 04 Sep 2018 20:46:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 20:46:52,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-c1c7a150-1184-42a6-aaf4-6b7e2578b0a3 2018-09-04 20:46:52,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/b090da7a-de49-417e-83e6-d920dafdfd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:52,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1a9cecd2-df9b-4cc7-aeca-641d90153fbb Date: Tue, 04 Sep 2018 20:46:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"46b0e4c7-2196-458f-981d-7a8f7cb1f60a","tenant_id":"","created_at":"2018-09-04T20:46:47Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:47Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"b090da7a-de49-417e-83e6-d920dafdfd2e","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:46:52,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/b090da7a-de49-417e-83e6-d920dafdfd2e used request id req-1a9cecd2-df9b-4cc7-aeca-641d90153fbb 2018-09-04 20:46:52,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/b090da7a-de49-417e-83e6-d920dafdfd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:52,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-11e3c43c-7d44-441b-893f-4f237e41cf17 Date: Tue, 04 Sep 2018 20:46:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"46b0e4c7-2196-458f-981d-7a8f7cb1f60a","tenant_id":"","created_at":"2018-09-04T20:46:47Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:47Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"b090da7a-de49-417e-83e6-d920dafdfd2e","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:46:52,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/b090da7a-de49-417e-83e6-d920dafdfd2e used request id req-11e3c43c-7d44-441b-893f-4f237e41cf17 2018-09-04 20:46:52,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/b090da7a-de49-417e-83e6-d920dafdfd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:52,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-24ebcf89-759c-46da-8e37-ff7c2199194a Date: Tue, 04 Sep 2018 20:46:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"46b0e4c7-2196-458f-981d-7a8f7cb1f60a","tenant_id":"","created_at":"2018-09-04T20:46:47Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:47Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"b090da7a-de49-417e-83e6-d920dafdfd2e","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:46:52,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/b090da7a-de49-417e-83e6-d920dafdfd2e used request id req-24ebcf89-759c-46da-8e37-ff7c2199194a 2018-09-04 20:46:52,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-3b48cb36-bbac-4590-89c3-7405612966d0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:52,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-f63c2a13-78db-4010-bcb0-de263f6ecc05 Date: Tue, 04 Sep 2018 20:46:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:46:47Z", "admin_state_up": true, "updated_at": "2018-09-04T20:46:51Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "b10b108e-58d8-47b3-98b9-2936a67eb0a5", "name": "NeutronUtilsRouterTests-3b48cb36-bbac-4590-89c3-7405612966d0-pub-router"}]} 2018-09-04 20:46:52,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-3b48cb36-bbac-4590-89c3-7405612966d0-pub-router used request id req-f63c2a13-78db-4010-bcb0-de263f6ecc05 2018-09-04 20:46:52,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:46:52,978 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:46:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:46:52,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:53,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88749260-36de-4440-afb1-48e1f33f57e7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:46:53,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-88749260-36de-4440-afb1-48e1f33f57e7 2018-09-04 20:46:53,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=b10b108e-58d8-47b3-98b9-2936a67eb0a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:53,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-2c297e3d-a285-4f48-b7e1-17e5cc1a5ace Date: Tue, 04 Sep 2018 20:46:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:50Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b090da7a-de49-417e-83e6-d920dafdfd2e","ip_address":"169.254.192.2"}],"id":"3ea7baa8-2e50-4f5c-af2c-c514470ca63e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:65:c1:3c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"46b0e4c7-2196-458f-981d-7a8f7cb1f60a","tenant_id":"","created_at":"2018-09-04T20:46:50Z","binding:vnic_type":"normal","device_id":"b10b108e-58d8-47b3-98b9-2936a67eb0a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:51Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b090da7a-de49-417e-83e6-d920dafdfd2e","ip_address":"169.254.192.4"}],"id":"837fbf2a-3c1e-4dc6-b7a2-75326a01d1ba","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:54:96:fe","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"46b0e4c7-2196-458f-981d-7a8f7cb1f60a","tenant_id":"","created_at":"2018-09-04T20:46:50Z","binding:vnic_type":"normal","device_id":"b10b108e-58d8-47b3-98b9-2936a67eb0a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:52Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.207"}],"id":"8e0508d2-3b1a-4eb5-ad02-04c1e5bd4cc8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:42:24:ba","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T20:46:48Z","binding:vnic_type":"normal","device_id":"b10b108e-58d8-47b3-98b9-2936a67eb0a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:46:53Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b090da7a-de49-417e-83e6-d920dafdfd2e","ip_address":"169.254.192.1"}],"id":"d1fc9e51-ba14-49b6-b571-0aa4ac74c968","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b1:48:89","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"46b0e4c7-2196-458f-981d-7a8f7cb1f60a","tenant_id":"","created_at":"2018-09-04T20:46:49Z","binding:vnic_type":"normal","device_id":"b10b108e-58d8-47b3-98b9-2936a67eb0a5"}]} 2018-09-04 20:46:53,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=b10b108e-58d8-47b3-98b9-2936a67eb0a5 used request id req-2c297e3d-a285-4f48-b7e1-17e5cc1a5ace 2018-09-04 20:46:53,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:53,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-981b0dac-1fa9-44ee-9573-c5c1c68e7253 Date: Tue, 04 Sep 2018 20:46:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 20:46:53,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-981b0dac-1fa9-44ee-9573-c5c1c68e7253 2018-09-04 20:46:53,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/b090da7a-de49-417e-83e6-d920dafdfd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:53,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c703e4e5-8b63-472c-b21a-ad8bbc5456b4 Date: Tue, 04 Sep 2018 20:46:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"46b0e4c7-2196-458f-981d-7a8f7cb1f60a","tenant_id":"","created_at":"2018-09-04T20:46:47Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:47Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"b090da7a-de49-417e-83e6-d920dafdfd2e","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:46:53,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/b090da7a-de49-417e-83e6-d920dafdfd2e used request id req-c703e4e5-8b63-472c-b21a-ad8bbc5456b4 2018-09-04 20:46:53,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/b090da7a-de49-417e-83e6-d920dafdfd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:53,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0b91bb65-0c4c-4179-8b7b-a71c906fb3da Date: Tue, 04 Sep 2018 20:46:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"46b0e4c7-2196-458f-981d-7a8f7cb1f60a","tenant_id":"","created_at":"2018-09-04T20:46:47Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:47Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"b090da7a-de49-417e-83e6-d920dafdfd2e","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:46:53,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/b090da7a-de49-417e-83e6-d920dafdfd2e used request id req-0b91bb65-0c4c-4179-8b7b-a71c906fb3da 2018-09-04 20:46:53,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/b090da7a-de49-417e-83e6-d920dafdfd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:54,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0e1bff7c-034d-46ed-aaa1-ed5cdc210a72 Date: Tue, 04 Sep 2018 20:46:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"46b0e4c7-2196-458f-981d-7a8f7cb1f60a","tenant_id":"","created_at":"2018-09-04T20:46:47Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:47Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"b090da7a-de49-417e-83e6-d920dafdfd2e","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:46:54,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/b090da7a-de49-417e-83e6-d920dafdfd2e used request id req-0e1bff7c-034d-46ed-aaa1-ed5cdc210a72 2018-09-04 20:46:54,137 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-3b48cb36-bbac-4590-89c3-7405612966d0-pub-router 2018-09-04 20:46:54,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/b10b108e-58d8-47b3-98b9-2936a67eb0a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:57,448 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4420e326-7b3d-40b4-83f0-b1261a533b20 Content-Length: 0 Date: Tue, 04 Sep 2018 20:46:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:46:57,448 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/b10b108e-58d8-47b3-98b9-2936a67eb0a5 used request id req-4420e326-7b3d-40b4-83f0-b1261a533b20 2018-09-04 20:46:57,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-3b48cb36-bbac-4590-89c3-7405612966d0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b384d7e9844e00651eb717124a5e05b8b06732d" 2018-09-04 20:46:57,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0b0305f7-4ded-4925-8a42-a8cbc3f7eff6 Date: Tue, 04 Sep 2018 20:46:57 GMT RESP BODY: {"routers": []} 2018-09-04 20:46:57,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-3b48cb36-bbac-4590-89c3-7405612966d0-pub-router used request id req-0b0305f7-4ded-4925-8a42-a8cbc3f7eff6 2018-09-04 20:46:57,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:57,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["NgkXj39iQlyBM_vEF1fG-g"], "issued_at": "2018-09-04T20:46:57.000000Z"}} 2018-09-04 20:46:57,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:46:57,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c95f009d-5f13-42f6-8962-05cfc00c7338 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:57,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c95f009d-5f13-42f6-8962-05cfc00c7338 2018-09-04 20:46:57,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:46:57,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:46:58,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:46:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["LMMsOnIdTJynK2OQ-ZIqqg"], "issued_at": "2018-09-04T20:46:58.000000Z"}} 2018-09-04 20:46:58,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a182bfb4210fe635a6ae67fdf2d13e06e5c02b8" 2018-09-04 20:46:58,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:46:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c82bc3c9-8030-4f0e-b854-954b4e202210 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:46:58,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c82bc3c9-8030-4f0e-b854-954b4e202210 2018-09-04 20:46:58,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:46:58,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-615acd76-2533-4ee2-a01d-7a85ece4955c Date: Tue, 04 Sep 2018 20:46:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:46:58,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-615acd76-2533-4ee2-a01d-7a85ece4955c 2018-09-04 20:46:58,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:46:58,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-28e501bb-7e1d-475b-9a67-c74166f8ac2d Date: Tue, 04 Sep 2018 20:46:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 20:46:58,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-28e501bb-7e1d-475b-9a67-c74166f8ac2d 2018-09-04 20:46:58,895 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-06296680-ac07-4311-81f0-6efbf859e40a-pub-router 2018-09-04 20:46:58,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "NeutronUtilsRouterTests-06296680-ac07-4311-81f0-6efbf859e40a-pub-router", "admin_state_up": true}}' 2018-09-04 20:47:03,776 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-6d7bb8ba-ccf8-4c0c-a357-07208a6d3716 Date: Tue, 04 Sep 2018 20:47:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:46:59Z", "admin_state_up": true, "updated_at": "2018-09-04T20:47:00Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "6871e413-fa87-4c15-90bb-a6931cad29ab", "name": "NeutronUtilsRouterTests-06296680-ac07-4311-81f0-6efbf859e40a-pub-router"}} 2018-09-04 20:47:03,776 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-6d7bb8ba-ccf8-4c0c-a357-07208a6d3716 2018-09-04 20:47:03,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=6871e413-fa87-4c15-90bb-a6931cad29ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:03,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-64ae34c6-8a8b-49f3-8fff-e965bd48744e Date: Tue, 04 Sep 2018 20:47:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb851aae-a0ef-4a5c-a44a-f9e19e7a122d","ip_address":"169.254.192.4"}],"id":"032b3c13-59ff-4e79-b9a5-ffc509fad620","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:25:da:d3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"4c73f7b4-6215-4399-9747-84d41eb48b28","tenant_id":"","created_at":"2018-09-04T20:47:02Z","binding:vnic_type":"normal","device_id":"6871e413-fa87-4c15-90bb-a6931cad29ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb851aae-a0ef-4a5c-a44a-f9e19e7a122d","ip_address":"169.254.192.7"}],"id":"1e33937d-ef5b-4f00-b731-969ea4f264ca","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f8:15:53","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"4c73f7b4-6215-4399-9747-84d41eb48b28","tenant_id":"","created_at":"2018-09-04T20:47:01Z","binding:vnic_type":"normal","device_id":"6871e413-fa87-4c15-90bb-a6931cad29ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:01Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb851aae-a0ef-4a5c-a44a-f9e19e7a122d","ip_address":"169.254.192.1"}],"id":"ef8b4f0d-187e-4276-ba23-60738d53d9c9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:13:2d:8d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"4c73f7b4-6215-4399-9747-84d41eb48b28","tenant_id":"","created_at":"2018-09-04T20:47:01Z","binding:vnic_type":"normal","device_id":"6871e413-fa87-4c15-90bb-a6931cad29ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:00Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.209"}],"id":"f0cc0701-7266-4c35-8f15-df5ae26dddd0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:32:ae","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T20:47:00Z","binding:vnic_type":"normal","device_id":"6871e413-fa87-4c15-90bb-a6931cad29ab"}]} 2018-09-04 20:47:03,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=6871e413-fa87-4c15-90bb-a6931cad29ab used request id req-64ae34c6-8a8b-49f3-8fff-e965bd48744e 2018-09-04 20:47:03,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:04,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bfb41d8b-75f6-41fb-99a9-467039132165 Date: Tue, 04 Sep 2018 20:47:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 20:47:04,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-bfb41d8b-75f6-41fb-99a9-467039132165 2018-09-04 20:47:04,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/bb851aae-a0ef-4a5c-a44a-f9e19e7a122d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:04,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-795f9e76-c1be-4c6b-90fc-aca0e7fdef53 Date: Tue, 04 Sep 2018 20:47:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4c73f7b4-6215-4399-9747-84d41eb48b28","tenant_id":"","created_at":"2018-09-04T20:46:59Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:59Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"bb851aae-a0ef-4a5c-a44a-f9e19e7a122d","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:47:04,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/bb851aae-a0ef-4a5c-a44a-f9e19e7a122d used request id req-795f9e76-c1be-4c6b-90fc-aca0e7fdef53 2018-09-04 20:47:04,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/bb851aae-a0ef-4a5c-a44a-f9e19e7a122d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:04,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-37807b61-984a-436f-b625-ba87e8c099ab Date: Tue, 04 Sep 2018 20:47:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4c73f7b4-6215-4399-9747-84d41eb48b28","tenant_id":"","created_at":"2018-09-04T20:46:59Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:59Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"bb851aae-a0ef-4a5c-a44a-f9e19e7a122d","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:47:04,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/bb851aae-a0ef-4a5c-a44a-f9e19e7a122d used request id req-37807b61-984a-436f-b625-ba87e8c099ab 2018-09-04 20:47:04,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/bb851aae-a0ef-4a5c-a44a-f9e19e7a122d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:04,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bcaf0e32-f086-4650-bee4-d8cfa424f5ab Date: Tue, 04 Sep 2018 20:47:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4c73f7b4-6215-4399-9747-84d41eb48b28","tenant_id":"","created_at":"2018-09-04T20:46:59Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:59Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"bb851aae-a0ef-4a5c-a44a-f9e19e7a122d","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:47:04,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/bb851aae-a0ef-4a5c-a44a-f9e19e7a122d used request id req-bcaf0e32-f086-4650-bee4-d8cfa424f5ab 2018-09-04 20:47:04,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-06296680-ac07-4311-81f0-6efbf859e40a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:05,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-f621bb2a-6e89-48e7-9cd5-8e4f11741839 Date: Tue, 04 Sep 2018 20:47:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:46:59Z", "admin_state_up": true, "updated_at": "2018-09-04T20:47:03Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "6871e413-fa87-4c15-90bb-a6931cad29ab", "name": "NeutronUtilsRouterTests-06296680-ac07-4311-81f0-6efbf859e40a-pub-router"}]} 2018-09-04 20:47:05,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-06296680-ac07-4311-81f0-6efbf859e40a-pub-router used request id req-f621bb2a-6e89-48e7-9cd5-8e4f11741839 2018-09-04 20:47:05,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:47:05,236 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:47:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:47:05,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:05,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55058f36-5e65-4ae6-a125-8bbd920a657b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:47:05,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-55058f36-5e65-4ae6-a125-8bbd920a657b 2018-09-04 20:47:05,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=6871e413-fa87-4c15-90bb-a6931cad29ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:05,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-e2cbf51b-b905-4067-862b-9a7b2dc09087 Date: Tue, 04 Sep 2018 20:47:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb851aae-a0ef-4a5c-a44a-f9e19e7a122d","ip_address":"169.254.192.4"}],"id":"032b3c13-59ff-4e79-b9a5-ffc509fad620","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:25:da:d3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"4c73f7b4-6215-4399-9747-84d41eb48b28","tenant_id":"","created_at":"2018-09-04T20:47:02Z","binding:vnic_type":"normal","device_id":"6871e413-fa87-4c15-90bb-a6931cad29ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:04Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb851aae-a0ef-4a5c-a44a-f9e19e7a122d","ip_address":"169.254.192.7"}],"id":"1e33937d-ef5b-4f00-b731-969ea4f264ca","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:15:53","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"4c73f7b4-6215-4399-9747-84d41eb48b28","tenant_id":"","created_at":"2018-09-04T20:47:01Z","binding:vnic_type":"normal","device_id":"6871e413-fa87-4c15-90bb-a6931cad29ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:01Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb851aae-a0ef-4a5c-a44a-f9e19e7a122d","ip_address":"169.254.192.1"}],"id":"ef8b4f0d-187e-4276-ba23-60738d53d9c9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:13:2d:8d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 21a717df1f2c484095e6f33236f533f4","admin_state_up":true,"network_id":"4c73f7b4-6215-4399-9747-84d41eb48b28","tenant_id":"","created_at":"2018-09-04T20:47:01Z","binding:vnic_type":"normal","device_id":"6871e413-fa87-4c15-90bb-a6931cad29ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:05Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.209"}],"id":"f0cc0701-7266-4c35-8f15-df5ae26dddd0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:32:ae","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T20:47:00Z","binding:vnic_type":"normal","device_id":"6871e413-fa87-4c15-90bb-a6931cad29ab"}]} 2018-09-04 20:47:05,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=6871e413-fa87-4c15-90bb-a6931cad29ab used request id req-e2cbf51b-b905-4067-862b-9a7b2dc09087 2018-09-04 20:47:05,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:05,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-de015616-b461-46ec-858d-a2c4d000f46b Date: Tue, 04 Sep 2018 20:47:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 20:47:05,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-de015616-b461-46ec-858d-a2c4d000f46b 2018-09-04 20:47:05,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/bb851aae-a0ef-4a5c-a44a-f9e19e7a122d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:05,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-eecb1eb8-f080-4240-bf49-867706eca31c Date: Tue, 04 Sep 2018 20:47:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4c73f7b4-6215-4399-9747-84d41eb48b28","tenant_id":"","created_at":"2018-09-04T20:46:59Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:59Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"bb851aae-a0ef-4a5c-a44a-f9e19e7a122d","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:47:05,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/bb851aae-a0ef-4a5c-a44a-f9e19e7a122d used request id req-eecb1eb8-f080-4240-bf49-867706eca31c 2018-09-04 20:47:05,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/bb851aae-a0ef-4a5c-a44a-f9e19e7a122d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:06,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2af7d15b-ec72-428c-8cc4-0b458e799441 Date: Tue, 04 Sep 2018 20:47:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4c73f7b4-6215-4399-9747-84d41eb48b28","tenant_id":"","created_at":"2018-09-04T20:46:59Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:59Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"bb851aae-a0ef-4a5c-a44a-f9e19e7a122d","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:47:06,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/bb851aae-a0ef-4a5c-a44a-f9e19e7a122d used request id req-2af7d15b-ec72-428c-8cc4-0b458e799441 2018-09-04 20:47:06,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/bb851aae-a0ef-4a5c-a44a-f9e19e7a122d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:06,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-399f7244-7708-4991-9f83-b37115ece96a Date: Tue, 04 Sep 2018 20:47:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4c73f7b4-6215-4399-9747-84d41eb48b28","tenant_id":"","created_at":"2018-09-04T20:46:59Z","dns_nameservers":[],"updated_at":"2018-09-04T20:46:59Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"bb851aae-a0ef-4a5c-a44a-f9e19e7a122d","subnetpool_id":null,"name":"HA subnet tenant 21a717df1f2c484095e6f33236f533f4"}} 2018-09-04 20:47:06,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/bb851aae-a0ef-4a5c-a44a-f9e19e7a122d used request id req-399f7244-7708-4991-9f83-b37115ece96a 2018-09-04 20:47:06,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:06,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-a744fd31-82ee-42dc-9de8-07d9657a5fb7 Date: Tue, 04 Sep 2018 20:47:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:47:06,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-a744fd31-82ee-42dc-9de8-07d9657a5fb7 2018-09-04 20:47:06,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:06,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-93646e0d-7b96-4715-9daa-470116d2f939 Date: Tue, 04 Sep 2018 20:47:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 20:47:06,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-93646e0d-7b96-4715-9daa-470116d2f939 2018-09-04 20:47:06,687 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-06296680-ac07-4311-81f0-6efbf859e40a-pub-router 2018-09-04 20:47:06,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/6871e413-fa87-4c15-90bb-a6931cad29ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:10,006 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f523a5e1-4a88-457c-8b6e-c33b55db26b1 Content-Length: 0 Date: Tue, 04 Sep 2018 20:47:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:47:10,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/6871e413-fa87-4c15-90bb-a6931cad29ab used request id req-f523a5e1-4a88-457c-8b6e-c33b55db26b1 2018-09-04 20:47:10,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-06296680-ac07-4311-81f0-6efbf859e40a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9080dd5dad073c32808396cbfe6555ec5b4ef5" 2018-09-04 20:47:10,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-da712cb9-4894-4719-b90d-34da5f74ceba Date: Tue, 04 Sep 2018 20:47:10 GMT RESP BODY: {"routers": []} 2018-09-04 20:47:10,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-06296680-ac07-4311-81f0-6efbf859e40a-pub-router used request id req-da712cb9-4894-4719-b90d-34da5f74ceba 2018-09-04 20:47:10,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:10,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["_1MWibxbS7itHQOl5dcgWw"], "issued_at": "2018-09-04T20:47:10.000000Z"}} 2018-09-04 20:47:10,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7aacefba1c50fdf8d1dc97d84977faf67f9dbd4" 2018-09-04 20:47:10,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a00bfd37-9a9a-4415-a4b6-a239d3f27db4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:47:10,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a00bfd37-9a9a-4415-a4b6-a239d3f27db4 2018-09-04 20:47:10,540 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-236fe61a-b7da-4369-8c5d-9ce876ce82d8name 2018-09-04 20:47:10,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7aacefba1c50fdf8d1dc97d84977faf67f9dbd4" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-236fe61a-b7da-4369-8c5d-9ce876ce82d8name"}}' 2018-09-04 20:47:10,967 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-59a47833-348b-4a07-82e0-0dc509c0bf19 Date: Tue, 04 Sep 2018 20:47:10 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:10Z", "updated_at": "2018-09-04T20:47:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:10Z", "revision_number": 0, "id": "0aad7498-737d-477c-8351-f0fe9a54b946", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:10Z", "security_group_id": "0a0c03aa-ba53-453f-8535-f31918f5c8f4", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:10Z", "revision_number": 0, "id": "525b949d-071f-40a3-992b-797cf711489d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:10Z", "security_group_id": "0a0c03aa-ba53-453f-8535-f31918f5c8f4", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 2, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "0a0c03aa-ba53-453f-8535-f31918f5c8f4", "name": "NeutronUtilsSecurityGroupTests-236fe61a-b7da-4369-8c5d-9ce876ce82d8name"}} 2018-09-04 20:47:10,967 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-59a47833-348b-4a07-82e0-0dc509c0bf19 2018-09-04 20:47:10,967 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a0c03aa-ba53-453f-8535-f31918f5c8f4 2018-09-04 20:47:10,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0a0c03aa-ba53-453f-8535-f31918f5c8f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7aacefba1c50fdf8d1dc97d84977faf67f9dbd4" 2018-09-04 20:47:11,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4a96c8bd-30e0-449b-bcac-42a43e2ad707 Date: Tue, 04 Sep 2018 20:47:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:10Z", "security_group_id": "0a0c03aa-ba53-453f-8535-f31918f5c8f4", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:10Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "0aad7498-737d-477c-8351-f0fe9a54b946"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:10Z", "security_group_id": "0a0c03aa-ba53-453f-8535-f31918f5c8f4", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:10Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "525b949d-071f-40a3-992b-797cf711489d"}]} 2018-09-04 20:47:11,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0a0c03aa-ba53-453f-8535-f31918f5c8f4 used request id req-4a96c8bd-30e0-449b-bcac-42a43e2ad707 2018-09-04 20:47:11,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-236fe61a-b7da-4369-8c5d-9ce876ce82d8name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7aacefba1c50fdf8d1dc97d84977faf67f9dbd4" 2018-09-04 20:47:11,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-3eac2b73-f048-4795-8bbb-8636d630f32c Date: Tue, 04 Sep 2018 20:47:11 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:10Z", "updated_at": "2018-09-04T20:47:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:10Z", "revision_number": 0, "id": "525b949d-071f-40a3-992b-797cf711489d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:10Z", "security_group_id": "0a0c03aa-ba53-453f-8535-f31918f5c8f4", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:10Z", "revision_number": 0, "id": "0aad7498-737d-477c-8351-f0fe9a54b946", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:10Z", "security_group_id": "0a0c03aa-ba53-453f-8535-f31918f5c8f4", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 2, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "0a0c03aa-ba53-453f-8535-f31918f5c8f4", "name": "NeutronUtilsSecurityGroupTests-236fe61a-b7da-4369-8c5d-9ce876ce82d8name"}]} 2018-09-04 20:47:11,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-236fe61a-b7da-4369-8c5d-9ce876ce82d8name used request id req-3eac2b73-f048-4795-8bbb-8636d630f32c 2018-09-04 20:47:11,363 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a0c03aa-ba53-453f-8535-f31918f5c8f4 2018-09-04 20:47:11,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0a0c03aa-ba53-453f-8535-f31918f5c8f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7aacefba1c50fdf8d1dc97d84977faf67f9dbd4" 2018-09-04 20:47:11,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fedf7fc0-e4fc-42a7-98f8-f4d1d66c51ed Date: Tue, 04 Sep 2018 20:47:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:10Z", "security_group_id": "0a0c03aa-ba53-453f-8535-f31918f5c8f4", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:10Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "0aad7498-737d-477c-8351-f0fe9a54b946"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:10Z", "security_group_id": "0a0c03aa-ba53-453f-8535-f31918f5c8f4", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:10Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "525b949d-071f-40a3-992b-797cf711489d"}]} 2018-09-04 20:47:11,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0a0c03aa-ba53-453f-8535-f31918f5c8f4 used request id req-fedf7fc0-e4fc-42a7-98f8-f4d1d66c51ed 2018-09-04 20:47:11,531 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-236fe61a-b7da-4369-8c5d-9ce876ce82d8name 2018-09-04 20:47:11,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/0a0c03aa-ba53-453f-8535-f31918f5c8f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7aacefba1c50fdf8d1dc97d84977faf67f9dbd4" 2018-09-04 20:47:11,826 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-99fcddc0-4b18-4411-a6cc-22b0da8dc5e1 Content-Length: 0 Date: Tue, 04 Sep 2018 20:47:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:47:11,827 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/0a0c03aa-ba53-453f-8535-f31918f5c8f4 used request id req-99fcddc0-4b18-4411-a6cc-22b0da8dc5e1 2018-09-04 20:47:11,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-236fe61a-b7da-4369-8c5d-9ce876ce82d8name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7aacefba1c50fdf8d1dc97d84977faf67f9dbd4" 2018-09-04 20:47:12,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1011e2b3-73e3-49cd-8370-7f73bfeef546 Date: Tue, 04 Sep 2018 20:47:12 GMT RESP BODY: {"security_groups": []} 2018-09-04 20:47:12,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-236fe61a-b7da-4369-8c5d-9ce876ce82d8name used request id req-1011e2b3-73e3-49cd-8370-7f73bfeef546 2018-09-04 20:47:12,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:12,411 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["-cc_zWtCSpOfIMPRAywlUA"], "issued_at": "2018-09-04T20:47:12.000000Z"}} 2018-09-04 20:47:12,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64d76611d42ef06c374dd4a26af948312474bbb4" 2018-09-04 20:47:12,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a37111b3-80f9-4f07-9905-1945cc7362de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:47:12,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a37111b3-80f9-4f07-9905-1945cc7362de 2018-09-04 20:47:12,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:12,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["ykHXK-vARhupm-XCvqZuUA"], "issued_at": "2018-09-04T20:47:12.000000Z"}} 2018-09-04 20:47:12,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8697ca7513f9d5d83657d5572d4d7a998375f69" 2018-09-04 20:47:12,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2964f671-fb66-4428-92fb-bf2d94f7b57d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:47:12,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2964f671-fb66-4428-92fb-bf2d94f7b57d 2018-09-04 20:47:12,975 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-4d514c2c-5f16-450b-9cbe-d367e4c7e761name 2018-09-04 20:47:12,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8697ca7513f9d5d83657d5572d4d7a998375f69" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-4d514c2c-5f16-450b-9cbe-d367e4c7e761name", "description": "hello group"}}' 2018-09-04 20:47:13,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-dcff9d16-1694-411d-b15e-deff7085380b Date: Tue, 04 Sep 2018 20:47:13 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:13Z", "updated_at": "2018-09-04T20:47:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:13Z", "revision_number": 0, "id": "e8f6ccf9-ea61-4ba3-a016-ae56415699dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:13Z", "security_group_id": "d0fc06d0-b6a2-4ed2-a417-36048368fe2f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:13Z", "revision_number": 0, "id": "efc3fd2b-8b10-4550-8018-7722e8e0cca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:13Z", "security_group_id": "d0fc06d0-b6a2-4ed2-a417-36048368fe2f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 2, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "d0fc06d0-b6a2-4ed2-a417-36048368fe2f", "name": "NeutronUtilsSecurityGroupTests-4d514c2c-5f16-450b-9cbe-d367e4c7e761name"}} 2018-09-04 20:47:13,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-dcff9d16-1694-411d-b15e-deff7085380b 2018-09-04 20:47:13,315 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0fc06d0-b6a2-4ed2-a417-36048368fe2f 2018-09-04 20:47:13,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d0fc06d0-b6a2-4ed2-a417-36048368fe2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8697ca7513f9d5d83657d5572d4d7a998375f69" 2018-09-04 20:47:13,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9b1dbca9-890f-4a79-943e-e2a5ff60cd9c Date: Tue, 04 Sep 2018 20:47:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:13Z", "security_group_id": "d0fc06d0-b6a2-4ed2-a417-36048368fe2f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:13Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "e8f6ccf9-ea61-4ba3-a016-ae56415699dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:13Z", "security_group_id": "d0fc06d0-b6a2-4ed2-a417-36048368fe2f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:13Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "efc3fd2b-8b10-4550-8018-7722e8e0cca1"}]} 2018-09-04 20:47:13,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d0fc06d0-b6a2-4ed2-a417-36048368fe2f used request id req-9b1dbca9-890f-4a79-943e-e2a5ff60cd9c 2018-09-04 20:47:13,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4d514c2c-5f16-450b-9cbe-d367e4c7e761name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8697ca7513f9d5d83657d5572d4d7a998375f69" 2018-09-04 20:47:13,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-fa858dda-c411-4356-b66c-4cd80e6ecb7d Date: Tue, 04 Sep 2018 20:47:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:13Z", "updated_at": "2018-09-04T20:47:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:13Z", "revision_number": 0, "id": "e8f6ccf9-ea61-4ba3-a016-ae56415699dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:13Z", "security_group_id": "d0fc06d0-b6a2-4ed2-a417-36048368fe2f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:13Z", "revision_number": 0, "id": "efc3fd2b-8b10-4550-8018-7722e8e0cca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:13Z", "security_group_id": "d0fc06d0-b6a2-4ed2-a417-36048368fe2f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 2, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "d0fc06d0-b6a2-4ed2-a417-36048368fe2f", "name": "NeutronUtilsSecurityGroupTests-4d514c2c-5f16-450b-9cbe-d367e4c7e761name"}]} 2018-09-04 20:47:13,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4d514c2c-5f16-450b-9cbe-d367e4c7e761name&description=hello+group used request id req-fa858dda-c411-4356-b66c-4cd80e6ecb7d 2018-09-04 20:47:13,710 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0fc06d0-b6a2-4ed2-a417-36048368fe2f 2018-09-04 20:47:13,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d0fc06d0-b6a2-4ed2-a417-36048368fe2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8697ca7513f9d5d83657d5572d4d7a998375f69" 2018-09-04 20:47:13,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c0d5e078-c76b-4fcc-92c5-3323dae8c1f0 Date: Tue, 04 Sep 2018 20:47:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:13Z", "security_group_id": "d0fc06d0-b6a2-4ed2-a417-36048368fe2f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:13Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "e8f6ccf9-ea61-4ba3-a016-ae56415699dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:13Z", "security_group_id": "d0fc06d0-b6a2-4ed2-a417-36048368fe2f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:13Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "efc3fd2b-8b10-4550-8018-7722e8e0cca1"}]} 2018-09-04 20:47:13,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d0fc06d0-b6a2-4ed2-a417-36048368fe2f used request id req-c0d5e078-c76b-4fcc-92c5-3323dae8c1f0 2018-09-04 20:47:13,881 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-4d514c2c-5f16-450b-9cbe-d367e4c7e761name 2018-09-04 20:47:13,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/d0fc06d0-b6a2-4ed2-a417-36048368fe2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8697ca7513f9d5d83657d5572d4d7a998375f69" 2018-09-04 20:47:14,153 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28fcd45c-3b73-4fec-9f58-83887ab285f5 Content-Length: 0 Date: Tue, 04 Sep 2018 20:47:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:47:14,154 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/d0fc06d0-b6a2-4ed2-a417-36048368fe2f used request id req-28fcd45c-3b73-4fec-9f58-83887ab285f5 2018-09-04 20:47:14,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:14,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["1tsoiw4mTLWv1z-eu4cq7g"], "issued_at": "2018-09-04T20:47:14.000000Z"}} 2018-09-04 20:47:14,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:14,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77db827f-2a19-4247-a920-b7b101f53ae1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:47:14,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-77db827f-2a19-4247-a920-b7b101f53ae1 2018-09-04 20:47:14,614 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name 2018-09-04 20:47:14,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name", "description": "hello group"}}' 2018-09-04 20:47:14,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-6f32fa06-4e7b-4073-8935-e47697902f9d Date: Tue, 04 Sep 2018 20:47:14 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "updated_at": "2018-09-04T20:47:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "revision_number": 0, "id": "6c01cd55-13ca-4677-ae7d-dc9db4261dba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "revision_number": 0, "id": "cf0ca955-ecc6-4262-98dc-f6d8767412f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 2, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "name": "NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name"}} 2018-09-04 20:47:14,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-6f32fa06-4e7b-4073-8935-e47697902f9d 2018-09-04 20:47:14,995 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cc08afe-9109-4eb8-a4a6-fe9353c1d16f 2018-09-04 20:47:15,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3cc08afe-9109-4eb8-a4a6-fe9353c1d16f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:15,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8ac6da7b-5538-4225-9ea5-a9ca5908bc14 Date: Tue, 04 Sep 2018 20:47:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "6c01cd55-13ca-4677-ae7d-dc9db4261dba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "cf0ca955-ecc6-4262-98dc-f6d8767412f5"}]} 2018-09-04 20:47:15,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3cc08afe-9109-4eb8-a4a6-fe9353c1d16f used request id req-8ac6da7b-5538-4225-9ea5-a9ca5908bc14 2018-09-04 20:47:15,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cc08afe-9109-4eb8-a4a6-fe9353c1d16f 2018-09-04 20:47:15,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3cc08afe-9109-4eb8-a4a6-fe9353c1d16f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:15,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3015af6b-fc41-4ce4-af9f-71ed449540b3 Date: Tue, 04 Sep 2018 20:47:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "6c01cd55-13ca-4677-ae7d-dc9db4261dba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "cf0ca955-ecc6-4262-98dc-f6d8767412f5"}]} 2018-09-04 20:47:15,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3cc08afe-9109-4eb8-a4a6-fe9353c1d16f used request id req-3015af6b-fc41-4ce4-af9f-71ed449540b3 2018-09-04 20:47:15,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:15,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc148e10-7912-4a0b-829d-cbb4893648c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:47:15,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cc148e10-7912-4a0b-829d-cbb4893648c1 2018-09-04 20:47:15,494 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name 2018-09-04 20:47:15,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:15,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-db12c80a-3930-430a-8602-9d6dcd0538ac Date: Tue, 04 Sep 2018 20:47:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "updated_at": "2018-09-04T20:47:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "revision_number": 0, "id": "6c01cd55-13ca-4677-ae7d-dc9db4261dba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "revision_number": 0, "id": "cf0ca955-ecc6-4262-98dc-f6d8767412f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 2, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "name": "NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name"}]} 2018-09-04 20:47:15,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name used request id req-db12c80a-3930-430a-8602-9d6dcd0538ac 2018-09-04 20:47:15,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:47:15,692 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:47:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:47:15,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:15,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a571a83-921a-49bc-8d4c-08e769640e25 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:47:15,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-9a571a83-921a-49bc-8d4c-08e769640e25 2018-09-04 20:47:15,775 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cc08afe-9109-4eb8-a4a6-fe9353c1d16f 2018-09-04 20:47:15,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3cc08afe-9109-4eb8-a4a6-fe9353c1d16f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:15,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f0064543-984d-4ad2-a366-9abde66f63a8 Date: Tue, 04 Sep 2018 20:47:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "6c01cd55-13ca-4677-ae7d-dc9db4261dba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "cf0ca955-ecc6-4262-98dc-f6d8767412f5"}]} 2018-09-04 20:47:15,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3cc08afe-9109-4eb8-a4a6-fe9353c1d16f used request id req-f0064543-984d-4ad2-a366-9abde66f63a8 2018-09-04 20:47:15,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f"}}' 2018-09-04 20:47:16,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-785f0034-cfd1-40ca-9b9b-375ec58e95e2 Date: Tue, 04 Sep 2018 20:47:16 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:16Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:16Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "79a12ad9-467b-4ba0-8eb6-336403694d37"}} 2018-09-04 20:47:16,284 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-785f0034-cfd1-40ca-9b9b-375ec58e95e2 2018-09-04 20:47:16,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:16,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-5aea1f65-18a1-4095-b6f8-442835701a70 Date: Tue, 04 Sep 2018 20:47:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "updated_at": "2018-09-04T20:47:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "revision_number": 0, "id": "cf0ca955-ecc6-4262-98dc-f6d8767412f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:16Z", "revision_number": 0, "id": "79a12ad9-467b-4ba0-8eb6-336403694d37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:16Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "revision_number": 0, "id": "6c01cd55-13ca-4677-ae7d-dc9db4261dba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 3, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "name": "NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name"}]} 2018-09-04 20:47:16,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name&description=hello+group used request id req-5aea1f65-18a1-4095-b6f8-442835701a70 2018-09-04 20:47:16,489 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cc08afe-9109-4eb8-a4a6-fe9353c1d16f 2018-09-04 20:47:16,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3cc08afe-9109-4eb8-a4a6-fe9353c1d16f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:16,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-e1956427-d64c-4d45-930e-683ff2f45074 Date: Tue, 04 Sep 2018 20:47:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "6c01cd55-13ca-4677-ae7d-dc9db4261dba"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:16Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:16Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "79a12ad9-467b-4ba0-8eb6-336403694d37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "cf0ca955-ecc6-4262-98dc-f6d8767412f5"}]} 2018-09-04 20:47:16,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3cc08afe-9109-4eb8-a4a6-fe9353c1d16f used request id req-e1956427-d64c-4d45-930e-683ff2f45074 2018-09-04 20:47:16,684 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cc08afe-9109-4eb8-a4a6-fe9353c1d16f 2018-09-04 20:47:16,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3cc08afe-9109-4eb8-a4a6-fe9353c1d16f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:16,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-ea76d6c2-0911-47e6-9e21-7e8bec0950bb Date: Tue, 04 Sep 2018 20:47:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "6c01cd55-13ca-4677-ae7d-dc9db4261dba"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:16Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:16Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "79a12ad9-467b-4ba0-8eb6-336403694d37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "cf0ca955-ecc6-4262-98dc-f6d8767412f5"}]} 2018-09-04 20:47:16,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3cc08afe-9109-4eb8-a4a6-fe9353c1d16f used request id req-ea76d6c2-0911-47e6-9e21-7e8bec0950bb 2018-09-04 20:47:16,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:16,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-bdd4ace5-47f2-4708-b0a3-826d9217c726 Date: Tue, 04 Sep 2018 20:47:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "updated_at": "2018-09-04T20:47:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "revision_number": 0, "id": "cf0ca955-ecc6-4262-98dc-f6d8767412f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:16Z", "revision_number": 0, "id": "79a12ad9-467b-4ba0-8eb6-336403694d37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:16Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "revision_number": 0, "id": "6c01cd55-13ca-4677-ae7d-dc9db4261dba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 3, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "name": "NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name"}]} 2018-09-04 20:47:16,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name&description=hello+group used request id req-bdd4ace5-47f2-4708-b0a3-826d9217c726 2018-09-04 20:47:16,940 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cc08afe-9109-4eb8-a4a6-fe9353c1d16f 2018-09-04 20:47:16,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3cc08afe-9109-4eb8-a4a6-fe9353c1d16f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:16,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-c6dcea79-aee6-4682-b2ac-34eee3b9d25a Date: Tue, 04 Sep 2018 20:47:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "6c01cd55-13ca-4677-ae7d-dc9db4261dba"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:16Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:16Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "79a12ad9-467b-4ba0-8eb6-336403694d37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:14Z", "security_group_id": "3cc08afe-9109-4eb8-a4a6-fe9353c1d16f", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:14Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "cf0ca955-ecc6-4262-98dc-f6d8767412f5"}]} 2018-09-04 20:47:16,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3cc08afe-9109-4eb8-a4a6-fe9353c1d16f used request id req-c6dcea79-aee6-4682-b2ac-34eee3b9d25a 2018-09-04 20:47:16,966 - neutron_utils - INFO - Deleting security group rule with ID - 6c01cd55-13ca-4677-ae7d-dc9db4261dba 2018-09-04 20:47:16,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/6c01cd55-13ca-4677-ae7d-dc9db4261dba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:17,212 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2c208cd9-a240-461e-8b5d-30655d6baee8 Content-Length: 0 Date: Tue, 04 Sep 2018 20:47:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:47:17,212 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/6c01cd55-13ca-4677-ae7d-dc9db4261dba used request id req-2c208cd9-a240-461e-8b5d-30655d6baee8 2018-09-04 20:47:17,212 - neutron_utils - INFO - Deleting security group rule with ID - cf0ca955-ecc6-4262-98dc-f6d8767412f5 2018-09-04 20:47:17,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/cf0ca955-ecc6-4262-98dc-f6d8767412f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:17,471 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8a16cf0e-598f-4f9b-8bf8-bccec6197529 Content-Length: 0 Date: Tue, 04 Sep 2018 20:47:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:47:17,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/cf0ca955-ecc6-4262-98dc-f6d8767412f5 used request id req-8a16cf0e-598f-4f9b-8bf8-bccec6197529 2018-09-04 20:47:17,471 - neutron_utils - INFO - Deleting security group rule with ID - 79a12ad9-467b-4ba0-8eb6-336403694d37 2018-09-04 20:47:17,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/79a12ad9-467b-4ba0-8eb6-336403694d37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:17,566 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f08a909b-af1f-419c-97ab-4039141cf204 Content-Length: 0 Date: Tue, 04 Sep 2018 20:47:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:47:17,566 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/79a12ad9-467b-4ba0-8eb6-336403694d37 used request id req-f08a909b-af1f-419c-97ab-4039141cf204 2018-09-04 20:47:17,566 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d069c142-7510-43a7-a3b7-8fb774902de8name 2018-09-04 20:47:17,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/3cc08afe-9109-4eb8-a4a6-fe9353c1d16f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}965aff63ae0d2833de876d2f7282bb634328bf48" 2018-09-04 20:47:17,854 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50c26226-2dd1-42c3-8888-0a2fcf3d50b4 Content-Length: 0 Date: Tue, 04 Sep 2018 20:47:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:47:17,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/3cc08afe-9109-4eb8-a4a6-fe9353c1d16f used request id req-50c26226-2dd1-42c3-8888-0a2fcf3d50b4 2018-09-04 20:47:17,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:18,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["TxZJkGJ6T1uTCJbSY6-52A"], "issued_at": "2018-09-04T20:47:18.000000Z"}} 2018-09-04 20:47:18,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419bc1817d045d1e16d5dcd9bc7a7d990f2ccb5" 2018-09-04 20:47:18,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bc6ed96-df21-48bd-ba9f-d9eee17dbdff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:47:18,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6bc6ed96-df21-48bd-ba9f-d9eee17dbdff 2018-09-04 20:47:18,336 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-c29d913d-5e29-4f30-80c1-266a5e55ecb5name-1 2018-09-04 20:47:18,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419bc1817d045d1e16d5dcd9bc7a7d990f2ccb5" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-c29d913d-5e29-4f30-80c1-266a5e55ecb5name-1", "description": "hello group"}}' 2018-09-04 20:47:18,679 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-703ab1df-4d24-4278-955f-91263df4a39b Date: Tue, 04 Sep 2018 20:47:18 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:18Z", "updated_at": "2018-09-04T20:47:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:18Z", "revision_number": 0, "id": "bea50ad4-0d67-4a73-b3e7-8a742ec2f657", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:18Z", "security_group_id": "1c091070-ad8b-4fef-9dc2-2d4d086d7536", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:18Z", "revision_number": 0, "id": "d34d6861-f5f3-4241-b5c2-37f0434c3753", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:18Z", "security_group_id": "1c091070-ad8b-4fef-9dc2-2d4d086d7536", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 2, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "1c091070-ad8b-4fef-9dc2-2d4d086d7536", "name": "NeutronUtilsSecurityGroupTests-c29d913d-5e29-4f30-80c1-266a5e55ecb5name-1"}} 2018-09-04 20:47:18,679 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-703ab1df-4d24-4278-955f-91263df4a39b 2018-09-04 20:47:18,679 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c091070-ad8b-4fef-9dc2-2d4d086d7536 2018-09-04 20:47:18,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=1c091070-ad8b-4fef-9dc2-2d4d086d7536 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419bc1817d045d1e16d5dcd9bc7a7d990f2ccb5" 2018-09-04 20:47:18,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9a22033f-2405-4455-abdf-fb01fcc7a7cd Date: Tue, 04 Sep 2018 20:47:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:18Z", "security_group_id": "1c091070-ad8b-4fef-9dc2-2d4d086d7536", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:18Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "bea50ad4-0d67-4a73-b3e7-8a742ec2f657"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:18Z", "security_group_id": "1c091070-ad8b-4fef-9dc2-2d4d086d7536", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:18Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "d34d6861-f5f3-4241-b5c2-37f0434c3753"}]} 2018-09-04 20:47:18,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=1c091070-ad8b-4fef-9dc2-2d4d086d7536 used request id req-9a22033f-2405-4455-abdf-fb01fcc7a7cd 2018-09-04 20:47:18,863 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-c29d913d-5e29-4f30-80c1-266a5e55ecb5name-2 2018-09-04 20:47:18,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419bc1817d045d1e16d5dcd9bc7a7d990f2ccb5" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-c29d913d-5e29-4f30-80c1-266a5e55ecb5name-2", "description": "hello group"}}' 2018-09-04 20:47:19,236 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-18adfdc9-3d02-4c2b-828e-5fd1620f9d66 Date: Tue, 04 Sep 2018 20:47:19 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:19Z", "updated_at": "2018-09-04T20:47:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:19Z", "revision_number": 0, "id": "89f1587a-66f6-4f8c-a332-edb54ab46064", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:19Z", "security_group_id": "e28c0b9a-ffd1-40f9-8022-f58f78b309f8", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:19Z", "revision_number": 0, "id": "a1961526-66ec-4ac7-8868-ad5850ecb3b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:19Z", "security_group_id": "e28c0b9a-ffd1-40f9-8022-f58f78b309f8", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 2, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "e28c0b9a-ffd1-40f9-8022-f58f78b309f8", "name": "NeutronUtilsSecurityGroupTests-c29d913d-5e29-4f30-80c1-266a5e55ecb5name-2"}} 2018-09-04 20:47:19,236 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-18adfdc9-3d02-4c2b-828e-5fd1620f9d66 2018-09-04 20:47:19,236 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e28c0b9a-ffd1-40f9-8022-f58f78b309f8 2018-09-04 20:47:19,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e28c0b9a-ffd1-40f9-8022-f58f78b309f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419bc1817d045d1e16d5dcd9bc7a7d990f2ccb5" 2018-09-04 20:47:19,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-de34f438-d4fc-490c-8e4d-96c60723aa21 Date: Tue, 04 Sep 2018 20:47:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:19Z", "security_group_id": "e28c0b9a-ffd1-40f9-8022-f58f78b309f8", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:19Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "89f1587a-66f6-4f8c-a332-edb54ab46064"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:19Z", "security_group_id": "e28c0b9a-ffd1-40f9-8022-f58f78b309f8", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:19Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "a1961526-66ec-4ac7-8868-ad5850ecb3b9"}]} 2018-09-04 20:47:19,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e28c0b9a-ffd1-40f9-8022-f58f78b309f8 used request id req-de34f438-d4fc-490c-8e4d-96c60723aa21 2018-09-04 20:47:19,437 - neutron_utils - INFO - Retrieving security group with ID - 1c091070-ad8b-4fef-9dc2-2d4d086d7536 2018-09-04 20:47:19,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=1c091070-ad8b-4fef-9dc2-2d4d086d7536 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419bc1817d045d1e16d5dcd9bc7a7d990f2ccb5" 2018-09-04 20:47:19,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-a95c418c-1bee-4a15-9877-073caa6b673f Date: Tue, 04 Sep 2018 20:47:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:18Z", "updated_at": "2018-09-04T20:47:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:18Z", "revision_number": 0, "id": "bea50ad4-0d67-4a73-b3e7-8a742ec2f657", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:18Z", "security_group_id": "1c091070-ad8b-4fef-9dc2-2d4d086d7536", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:18Z", "revision_number": 0, "id": "d34d6861-f5f3-4241-b5c2-37f0434c3753", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:18Z", "security_group_id": "1c091070-ad8b-4fef-9dc2-2d4d086d7536", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 2, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "1c091070-ad8b-4fef-9dc2-2d4d086d7536", "name": "NeutronUtilsSecurityGroupTests-c29d913d-5e29-4f30-80c1-266a5e55ecb5name-1"}]} 2018-09-04 20:47:19,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=1c091070-ad8b-4fef-9dc2-2d4d086d7536 used request id req-a95c418c-1bee-4a15-9877-073caa6b673f 2018-09-04 20:47:19,645 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c091070-ad8b-4fef-9dc2-2d4d086d7536 2018-09-04 20:47:19,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=1c091070-ad8b-4fef-9dc2-2d4d086d7536 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419bc1817d045d1e16d5dcd9bc7a7d990f2ccb5" 2018-09-04 20:47:19,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-89892a7a-4087-4499-b6cb-e46c44420d9f Date: Tue, 04 Sep 2018 20:47:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:18Z", "security_group_id": "1c091070-ad8b-4fef-9dc2-2d4d086d7536", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:18Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "bea50ad4-0d67-4a73-b3e7-8a742ec2f657"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:18Z", "security_group_id": "1c091070-ad8b-4fef-9dc2-2d4d086d7536", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:18Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "d34d6861-f5f3-4241-b5c2-37f0434c3753"}]} 2018-09-04 20:47:19,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=1c091070-ad8b-4fef-9dc2-2d4d086d7536 used request id req-89892a7a-4087-4499-b6cb-e46c44420d9f 2018-09-04 20:47:19,834 - neutron_utils - INFO - Retrieving security group with ID - e28c0b9a-ffd1-40f9-8022-f58f78b309f8 2018-09-04 20:47:19,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=e28c0b9a-ffd1-40f9-8022-f58f78b309f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419bc1817d045d1e16d5dcd9bc7a7d990f2ccb5" 2018-09-04 20:47:20,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-ed1c11d5-0d05-478a-8651-a5ba94f7eda0 Date: Tue, 04 Sep 2018 20:47:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:19Z", "updated_at": "2018-09-04T20:47:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:19Z", "revision_number": 0, "id": "89f1587a-66f6-4f8c-a332-edb54ab46064", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:19Z", "security_group_id": "e28c0b9a-ffd1-40f9-8022-f58f78b309f8", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:47:19Z", "revision_number": 0, "id": "a1961526-66ec-4ac7-8868-ad5850ecb3b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:47:19Z", "security_group_id": "e28c0b9a-ffd1-40f9-8022-f58f78b309f8", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 2, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "e28c0b9a-ffd1-40f9-8022-f58f78b309f8", "name": "NeutronUtilsSecurityGroupTests-c29d913d-5e29-4f30-80c1-266a5e55ecb5name-2"}]} 2018-09-04 20:47:20,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=e28c0b9a-ffd1-40f9-8022-f58f78b309f8 used request id req-ed1c11d5-0d05-478a-8651-a5ba94f7eda0 2018-09-04 20:47:20,023 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e28c0b9a-ffd1-40f9-8022-f58f78b309f8 2018-09-04 20:47:20,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e28c0b9a-ffd1-40f9-8022-f58f78b309f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419bc1817d045d1e16d5dcd9bc7a7d990f2ccb5" 2018-09-04 20:47:20,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ce028a5c-29e5-42bb-b66e-210f63eca117 Date: Tue, 04 Sep 2018 20:47:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:19Z", "security_group_id": "e28c0b9a-ffd1-40f9-8022-f58f78b309f8", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:19Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "89f1587a-66f6-4f8c-a332-edb54ab46064"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:47:19Z", "security_group_id": "e28c0b9a-ffd1-40f9-8022-f58f78b309f8", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:19Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "a1961526-66ec-4ac7-8868-ad5850ecb3b9"}]} 2018-09-04 20:47:20,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e28c0b9a-ffd1-40f9-8022-f58f78b309f8 used request id req-ce028a5c-29e5-42bb-b66e-210f63eca117 2018-09-04 20:47:20,047 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-c29d913d-5e29-4f30-80c1-266a5e55ecb5name-1 2018-09-04 20:47:20,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/1c091070-ad8b-4fef-9dc2-2d4d086d7536 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419bc1817d045d1e16d5dcd9bc7a7d990f2ccb5" 2018-09-04 20:47:20,414 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2925c49f-cb0d-4713-8750-231929f767c3 Content-Length: 0 Date: Tue, 04 Sep 2018 20:47:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:47:20,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/1c091070-ad8b-4fef-9dc2-2d4d086d7536 used request id req-2925c49f-cb0d-4713-8750-231929f767c3 2018-09-04 20:47:20,414 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-c29d913d-5e29-4f30-80c1-266a5e55ecb5name-2 2018-09-04 20:47:20,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/e28c0b9a-ffd1-40f9-8022-f58f78b309f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419bc1817d045d1e16d5dcd9bc7a7d990f2ccb5" 2018-09-04 20:47:20,924 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ba98b95c-f60e-4700-83c1-1ce580a27664 Content-Length: 0 Date: Tue, 04 Sep 2018 20:47:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:47:20,925 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/e28c0b9a-ffd1-40f9-8022-f58f78b309f8 used request id req-ba98b95c-f60e-4700-83c1-1ce580a27664 2018-09-04 20:47:20,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:21,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["JKPBl0p3Sr6zVqLBSy2ABQ"], "issued_at": "2018-09-04T20:47:21.000000Z"}} 2018-09-04 20:47:21,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ce9cc06f89465880db9f6b0982e0707cb21647" 2018-09-04 20:47:21,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2cb3c2a-800a-46bf-9fb0-d8936d19729f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:47:21,389 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b2cb3c2a-800a-46bf-9fb0-d8936d19729f 2018-09-04 20:47:21,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ce9cc06f89465880db9f6b0982e0707cb21647" 2018-09-04 20:47:21,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b9af8398-92ee-4ea3-8cbb-9476ee2614d3 Date: Tue, 04 Sep 2018 20:47:21 GMT RESP BODY: {"floatingips": []} 2018-09-04 20:47:21,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-b9af8398-92ee-4ea3-8cbb-9476ee2614d3 2018-09-04 20:47:21,554 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-04 20:47:21,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ce9cc06f89465880db9f6b0982e0707cb21647" 2018-09-04 20:47:21,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9ae96556-051d-4c60-9e57-707b77a75b27 Date: Tue, 04 Sep 2018 20:47:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:47:21,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-9ae96556-051d-4c60-9e57-707b77a75b27 2018-09-04 20:47:21,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ce9cc06f89465880db9f6b0982e0707cb21647" 2018-09-04 20:47:22,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a0238138-b645-4447-8b59-9d8cdcdcb60c Date: Tue, 04 Sep 2018 20:47:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 20:47:22,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-a0238138-b645-4447-8b59-9d8cdcdcb60c 2018-09-04 20:47:22,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ce9cc06f89465880db9f6b0982e0707cb21647" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}}' 2018-09-04 20:47:23,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-407b5fe9-0068-426d-9755-eb59830a5986 Date: Tue, 04 Sep 2018 20:47:23 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:22Z", "updated_at": "2018-09-04T20:47:22Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "21a717df1f2c484095e6f33236f533f4", "port_id": null, "id": "b73189af-4812-4ac8-85bc-825ceb2e8935"}} 2018-09-04 20:47:23,284 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-407b5fe9-0068-426d-9755-eb59830a5986 2018-09-04 20:47:23,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ce9cc06f89465880db9f6b0982e0707cb21647" 2018-09-04 20:47:23,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-341a87c7-7ea0-45d1-a4ca-5f174c5e5218 Date: Tue, 04 Sep 2018 20:47:23 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:22Z", "updated_at": "2018-09-04T20:47:22Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "21a717df1f2c484095e6f33236f533f4", "port_id": null, "id": "b73189af-4812-4ac8-85bc-825ceb2e8935"}]} 2018-09-04 20:47:23,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-341a87c7-7ea0-45d1-a4ca-5f174c5e5218 2018-09-04 20:47:23,459 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.205 2018-09-04 20:47:23,460 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.205 2018-09-04 20:47:23,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips?ip=b73189af-4812-4ac8-85bc-825ceb2e8935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ce9cc06f89465880db9f6b0982e0707cb21647" 2018-09-04 20:47:23,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-119470d8-c811-4230-b6f6-cb38abfa975a Date: Tue, 04 Sep 2018 20:47:23 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:47:22Z", "updated_at": "2018-09-04T20:47:22Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "21a717df1f2c484095e6f33236f533f4", "port_id": null, "id": "b73189af-4812-4ac8-85bc-825ceb2e8935"}]} 2018-09-04 20:47:23,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips?ip=b73189af-4812-4ac8-85bc-825ceb2e8935 used request id req-119470d8-c811-4230-b6f6-cb38abfa975a 2018-09-04 20:47:23,657 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2018-09-04 20:47:23,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/floatingips/b73189af-4812-4ac8-85bc-825ceb2e8935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ce9cc06f89465880db9f6b0982e0707cb21647" 2018-09-04 20:47:24,340 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7e7f1387-f2e7-4b89-a8a4-e4b48da98516 Content-Length: 0 Date: Tue, 04 Sep 2018 20:47:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:47:24,340 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/b73189af-4812-4ac8-85bc-825ceb2e8935 used request id req-7e7f1387-f2e7-4b89-a8a4-e4b48da98516 2018-09-04 20:47:24,341 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:47:24,471 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 2018-09-04 20:47:24,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:24,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["a2CAX0aiTeivfcLgLR5r9w"], "issued_at": "2018-09-04T20:47:24.000000Z"}} 2018-09-04 20:47:24,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56e490c3f0ab9ba24769067f9b11a68a9f302a42" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC992B9OssIn9sh5NlS6AnBjyTgNlPYmJZJ2SMzMTrLq5EseeQwmFV6ydYTcOFk4prEen2N3kqe3VNV0xYNH/6ePiJjGAqX+HGfABay4HbIPUmiGEr+1zxCeNPHrduIdMq8Qppjsz1eFXffMsO61+5MmEtWqEgPnXREeQ/JGoZbGYBtH5e90ayguZ9AR0DpM3bHgTg977XZSn10Pkm1p4OzHYTb8kX1gsgQ4GCjhm3d4oABznW876tgqG6SnbF9HGVmQHomT9s+f5lfnxXwh9yDOjcR99gT0j7O/yxfWnkQxUSki7wEV+wNAWkZSQ6McCQv6TmmQB/hpN1PPeS4lk0T", "name": "NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4"}}' 2018-09-04 20:47:25,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84a38b8c-21aa-4321-aedb-c4c0de18c6d4 x-compute-request-id: req-84a38b8c-21aa-4321-aedb-c4c0de18c6d4 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC992B9OssIn9sh5NlS6AnBjyTgNlPYmJZJ2SMzMTrLq5EseeQwmFV6ydYTcOFk4prEen2N3kqe3VNV0xYNH/6ePiJjGAqX+HGfABay4HbIPUmiGEr+1zxCeNPHrduIdMq8Qppjsz1eFXffMsO61+5MmEtWqEgPnXREeQ/JGoZbGYBtH5e90ayguZ9AR0DpM3bHgTg977XZSn10Pkm1p4OzHYTb8kX1gsgQ4GCjhm3d4oABznW876tgqG6SnbF9HGVmQHomT9s+f5lfnxXwh9yDOjcR99gT0j7O/yxfWnkQxUSki7wEV+wNAWkZSQ6McCQv6TmmQB/hpN1PPeS4lk0T", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "name": "NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4", "fingerprint": "0f:49:fe:60:0b:aa:72:cf:b3:d6:32:8e:32:2f:e5:2f"}} 2018-09-04 20:47:25,596 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-84a38b8c-21aa-4321-aedb-c4c0de18c6d4 2018-09-04 20:47:25,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56e490c3f0ab9ba24769067f9b11a68a9f302a42" 2018-09-04 20:47:25,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07a4f334-14df-4f9d-a1f5-afb7e8cd16e2 x-compute-request-id: req-07a4f334-14df-4f9d-a1f5-afb7e8cd16e2 Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC992B9OssIn9sh5NlS6AnBjyTgNlPYmJZJ2SMzMTrLq5EseeQwmFV6ydYTcOFk4prEen2N3kqe3VNV0xYNH/6ePiJjGAqX+HGfABay4HbIPUmiGEr+1zxCeNPHrduIdMq8Qppjsz1eFXffMsO61+5MmEtWqEgPnXREeQ/JGoZbGYBtH5e90ayguZ9AR0DpM3bHgTg977XZSn10Pkm1p4OzHYTb8kX1gsgQ4GCjhm3d4oABznW876tgqG6SnbF9HGVmQHomT9s+f5lfnxXwh9yDOjcR99gT0j7O/yxfWnkQxUSki7wEV+wNAWkZSQ6McCQv6TmmQB/hpN1PPeS4lk0T", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "name": "NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4", "deleted": false, "created_at": "2018-09-04T20:47:25.000000", "updated_at": null, "fingerprint": "0f:49:fe:60:0b:aa:72:cf:b3:d6:32:8e:32:2f:e5:2f", "deleted_at": null, "id": 3}} 2018-09-04 20:47:25,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 used request id req-07a4f334-14df-4f9d-a1f5-afb7e8cd16e2 2018-09-04 20:47:25,716 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 2018-09-04 20:47:25,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56e490c3f0ab9ba24769067f9b11a68a9f302a42" 2018-09-04 20:47:25,780 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8e1c8ff6-7e23-4f10-a577-08472e0685c9 x-compute-request-id: req-8e1c8ff6-7e23-4f10-a577-08472e0685c9 Content-Length: 0 Content-Type: application/json 2018-09-04 20:47:25,780 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 used request id req-8e1c8ff6-7e23-4f10-a577-08472e0685c9 2018-09-04 20:47:25,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56e490c3f0ab9ba24769067f9b11a68a9f302a42" 2018-09-04 20:47:25,802 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a7040eb7-f2c7-432f-bd82-7a691b38b59a x-compute-request-id: req-a7040eb7-f2c7-432f-bd82-7a691b38b59a Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 not found for user b4c08d68206048b6aa89e58b574d28cb", "code": 404}} 2018-09-04 20:47:25,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 used request id req-a7040eb7-f2c7-432f-bd82-7a691b38b59a 2018-09-04 20:47:25,802 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 2018-09-04 20:47:25,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56e490c3f0ab9ba24769067f9b11a68a9f302a42" 2018-09-04 20:47:25,901 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ba31f58-886e-4958-a943-b3d5061b1888 x-compute-request-id: req-0ba31f58-886e-4958-a943-b3d5061b1888 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 not found for user b4c08d68206048b6aa89e58b574d28cb", "code": 404}} 2018-09-04 20:47:25,901 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-66af1506-6f78-43f5-a58f-fb1594af5ee4 used request id req-0ba31f58-886e-4958-a943-b3d5061b1888 2018-09-04 20:47:25,903 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:47:26,037 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-e23425bd-8f9e-4de3-9f42-da7c6b3300b1.pub 2018-09-04 20:47:26,037 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-e23425bd-8f9e-4de3-9f42-da7c6b3300b1 2018-09-04 20:47:26,037 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-e23425bd-8f9e-4de3-9f42-da7c6b3300b1.pub 2018-09-04 20:47:26,037 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-e23425bd-8f9e-4de3-9f42-da7c6b3300b1 2018-09-04 20:47:26,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:26,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["7t2I8MroS1aAyL_PztLt2Q"], "issued_at": "2018-09-04T20:47:26.000000Z"}} 2018-09-04 20:47:26,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be61e0f5d758bc562c9dbb38a16ebf53d56d27cf" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjCJnh0C/JaKvV+WkXD4hq/cLmiQ1aZ3gxIelVHF03J6t8sjaBHvl1SaXV82pbCNf/p8CoP5SS1YclIHAMB35fWGhmA4dEq4ueEf8xIFGf8GojLsoBrqrePXFZAg13nRs18ogS7hJ301d4yTfuwGjP59jOgALMKIgw7It5z+t1/2X4fodArUXrJXVPpiNn53atAtwKoePTw5INAsYWsF+k3rtzkp9Irs9gVfW2twXup983tYYrKFswwFnBK+NCnicCqePwSrlVv6vKJbLquXoDntXHFCDurLtr6R4uDqhpsj37MHA2ROCr54BodBmZH3N4kmX5qgIMva3M2JgaJO9r", "name": "NovaUtilsKeypairTests-e23425bd-8f9e-4de3-9f42-da7c6b3300b1"}}' 2018-09-04 20:47:26,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10535cf7-e7bc-4672-9d1b-09a9c4527c91 x-compute-request-id: req-10535cf7-e7bc-4672-9d1b-09a9c4527c91 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjCJnh0C/JaKvV+WkXD4hq/cLmiQ1aZ3gxIelVHF03J6t8sjaBHvl1SaXV82pbCNf/p8CoP5SS1YclIHAMB35fWGhmA4dEq4ueEf8xIFGf8GojLsoBrqrePXFZAg13nRs18ogS7hJ301d4yTfuwGjP59jOgALMKIgw7It5z+t1/2X4fodArUXrJXVPpiNn53atAtwKoePTw5INAsYWsF+k3rtzkp9Irs9gVfW2twXup983tYYrKFswwFnBK+NCnicCqePwSrlVv6vKJbLquXoDntXHFCDurLtr6R4uDqhpsj37MHA2ROCr54BodBmZH3N4kmX5qgIMva3M2JgaJO9r", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "name": "NovaUtilsKeypairTests-e23425bd-8f9e-4de3-9f42-da7c6b3300b1", "fingerprint": "ff:e7:8f:e0:01:fe:c2:c4:bc:71:63:34:22:8e:0e:d8"}} 2018-09-04 20:47:26,661 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-10535cf7-e7bc-4672-9d1b-09a9c4527c91 2018-09-04 20:47:26,662 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-e23425bd-8f9e-4de3-9f42-da7c6b3300b1 2018-09-04 20:47:26,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-e23425bd-8f9e-4de3-9f42-da7c6b3300b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be61e0f5d758bc562c9dbb38a16ebf53d56d27cf" 2018-09-04 20:47:26,721 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:47:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-631855e3-66f7-411a-aae9-fce90bebaafa x-compute-request-id: req-631855e3-66f7-411a-aae9-fce90bebaafa Content-Length: 0 Content-Type: application/json 2018-09-04 20:47:26,721 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-e23425bd-8f9e-4de3-9f42-da7c6b3300b1 used request id req-631855e3-66f7-411a-aae9-fce90bebaafa 2018-09-04 20:47:26,722 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:47:26,913 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-958b5776-558a-40b8-80ac-169c7648282e 2018-09-04 20:47:26,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:27,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["ZAaW_7qAQkWBKgPwfizraQ"], "issued_at": "2018-09-04T20:47:27.000000Z"}} 2018-09-04 20:47:27,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3896a783e3986c7bd111135181267a0194cbbd56" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDS4cV+TqXO6mB7g/NYFR2b3G+k/YntFseu2yTv8rb9jhJbrULIWQZ/G1LDvGmx08cA6MZU8bkyDjkedIQsfz/rjfJx120VpIBzv+f8ALvd4DqhWSq8OBNPYl/Tjsvj887quk1xiBwwJoyC5qz2V0abjnGQBgP6qTIjjGDo5AuuA2v2L/1weNO3xJFnXifwXHF6psntejHyV6b/unO/+G9kxwQAJbAqlje7DstodycXY2lYSOu9tZBSj3Ay+tvHPNnZZLuwZMRHUhISUlZs4x401qBH4rEHVb+HaqBJtLV8O1t5NRs5w5XmIdWXsllDUhpWTbaPdyqfzlOlkcosbIir", "name": "NovaUtilsKeypairTests-958b5776-558a-40b8-80ac-169c7648282e"}}' 2018-09-04 20:47:27,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cad4ae76-adbf-41d3-972c-9179ba6dd656 x-compute-request-id: req-cad4ae76-adbf-41d3-972c-9179ba6dd656 Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDS4cV+TqXO6mB7g/NYFR2b3G+k/YntFseu2yTv8rb9jhJbrULIWQZ/G1LDvGmx08cA6MZU8bkyDjkedIQsfz/rjfJx120VpIBzv+f8ALvd4DqhWSq8OBNPYl/Tjsvj887quk1xiBwwJoyC5qz2V0abjnGQBgP6qTIjjGDo5AuuA2v2L/1weNO3xJFnXifwXHF6psntejHyV6b/unO/+G9kxwQAJbAqlje7DstodycXY2lYSOu9tZBSj3Ay+tvHPNnZZLuwZMRHUhISUlZs4x401qBH4rEHVb+HaqBJtLV8O1t5NRs5w5XmIdWXsllDUhpWTbaPdyqfzlOlkcosbIir", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "name": "NovaUtilsKeypairTests-958b5776-558a-40b8-80ac-169c7648282e", "fingerprint": "74:10:77:b5:d4:09:a5:24:d5:96:2e:d4:89:ea:dd:36"}} 2018-09-04 20:47:27,535 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-cad4ae76-adbf-41d3-972c-9179ba6dd656 2018-09-04 20:47:27,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-958b5776-558a-40b8-80ac-169c7648282e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3896a783e3986c7bd111135181267a0194cbbd56" 2018-09-04 20:47:27,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8206b03-314a-413f-888c-d7eff725a5f7 x-compute-request-id: req-a8206b03-314a-413f-888c-d7eff725a5f7 Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDS4cV+TqXO6mB7g/NYFR2b3G+k/YntFseu2yTv8rb9jhJbrULIWQZ/G1LDvGmx08cA6MZU8bkyDjkedIQsfz/rjfJx120VpIBzv+f8ALvd4DqhWSq8OBNPYl/Tjsvj887quk1xiBwwJoyC5qz2V0abjnGQBgP6qTIjjGDo5AuuA2v2L/1weNO3xJFnXifwXHF6psntejHyV6b/unO/+G9kxwQAJbAqlje7DstodycXY2lYSOu9tZBSj3Ay+tvHPNnZZLuwZMRHUhISUlZs4x401qBH4rEHVb+HaqBJtLV8O1t5NRs5w5XmIdWXsllDUhpWTbaPdyqfzlOlkcosbIir", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "name": "NovaUtilsKeypairTests-958b5776-558a-40b8-80ac-169c7648282e", "deleted": false, "created_at": "2018-09-04T20:47:27.000000", "updated_at": null, "fingerprint": "74:10:77:b5:d4:09:a5:24:d5:96:2e:d4:89:ea:dd:36", "deleted_at": null, "id": 9}} 2018-09-04 20:47:27,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-958b5776-558a-40b8-80ac-169c7648282e used request id req-a8206b03-314a-413f-888c-d7eff725a5f7 2018-09-04 20:47:27,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3896a783e3986c7bd111135181267a0194cbbd56" 2018-09-04 20:47:27,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-821bb575-5a85-4886-8c15-18e19724faba x-compute-request-id: req-821bb575-5a85-4886-8c15-18e19724faba Content-Encoding: gzip Content-Length: 475 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDS4cV+TqXO6mB7g/NYFR2b3G+k/YntFseu2yTv8rb9jhJbrULIWQZ/G1LDvGmx08cA6MZU8bkyDjkedIQsfz/rjfJx120VpIBzv+f8ALvd4DqhWSq8OBNPYl/Tjsvj887quk1xiBwwJoyC5qz2V0abjnGQBgP6qTIjjGDo5AuuA2v2L/1weNO3xJFnXifwXHF6psntejHyV6b/unO/+G9kxwQAJbAqlje7DstodycXY2lYSOu9tZBSj3Ay+tvHPNnZZLuwZMRHUhISUlZs4x401qBH4rEHVb+HaqBJtLV8O1t5NRs5w5XmIdWXsllDUhpWTbaPdyqfzlOlkcosbIir", "name": "NovaUtilsKeypairTests-958b5776-558a-40b8-80ac-169c7648282e", "fingerprint": "74:10:77:b5:d4:09:a5:24:d5:96:2e:d4:89:ea:dd:36"}}]} 2018-09-04 20:47:27,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-821bb575-5a85-4886-8c15-18e19724faba 2018-09-04 20:47:27,790 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-958b5776-558a-40b8-80ac-169c7648282e 2018-09-04 20:47:27,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-958b5776-558a-40b8-80ac-169c7648282e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3896a783e3986c7bd111135181267a0194cbbd56" 2018-09-04 20:47:27,839 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3728fdd-afcf-4d4c-a0d1-a2e7b5fbaa6e x-compute-request-id: req-f3728fdd-afcf-4d4c-a0d1-a2e7b5fbaa6e Content-Length: 0 Content-Type: application/json 2018-09-04 20:47:27,839 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-958b5776-558a-40b8-80ac-169c7648282e used request id req-f3728fdd-afcf-4d4c-a0d1-a2e7b5fbaa6e 2018-09-04 20:47:27,840 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:47:27,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:28,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["pHoAobEnRMe1j_R_nvB6ZQ"], "issued_at": "2018-09-04T20:47:28.000000Z"}} 2018-09-04 20:47:28,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ce8ec57b43bee0202465894354b5d65083df43d" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-8b939a7e-233d-4eb8-9b62-605b1d968e44-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-8b939a7e-233d-4eb8-9b62-605b1d968e44-id", "swap": 2}}' 2018-09-04 20:47:29,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-913b1a8e-9064-483f-a85f-bb0799ca7bb4 x-compute-request-id: req-913b1a8e-9064-483f-a85f-bb0799ca7bb4 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-8b939a7e-233d-4eb8-9b62-605b1d968e44-id", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/NovaUtilsFlavorTests-8b939a7e-233d-4eb8-9b62-605b1d968e44-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-8b939a7e-233d-4eb8-9b62-605b1d968e44-id", "name": "NovaUtilsFlavorTests-8b939a7e-233d-4eb8-9b62-605b1d968e44-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-09-04 20:47:29,054 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-913b1a8e-9064-483f-a85f-bb0799ca7bb4 2018-09-04 20:47:29,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-8b939a7e-233d-4eb8-9b62-605b1d968e44-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ce8ec57b43bee0202465894354b5d65083df43d" 2018-09-04 20:47:29,234 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:47:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9017f327-62d7-4c87-bb76-65616106cab8 x-compute-request-id: req-9017f327-62d7-4c87-bb76-65616106cab8 Content-Length: 0 Content-Type: application/json 2018-09-04 20:47:29,235 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-8b939a7e-233d-4eb8-9b62-605b1d968e44-id used request id req-9017f327-62d7-4c87-bb76-65616106cab8 2018-09-04 20:47:29,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ce8ec57b43bee0202465894354b5d65083df43d" 2018-09-04 20:47:29,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d91e8064-756c-4add-a30e-00ae0d2d53cf x-compute-request-id: req-d91e8064-756c-4add-a30e-00ae0d2d53cf Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:47:29,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-d91e8064-756c-4add-a30e-00ae0d2d53cf 2018-09-04 20:47:29,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-8b939a7e-233d-4eb8-9b62-605b1d968e44-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ce8ec57b43bee0202465894354b5d65083df43d" 2018-09-04 20:47:29,295 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:47:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-35385368-6825-45a7-b997-06163ff0e7da x-compute-request-id: req-35385368-6825-45a7-b997-06163ff0e7da Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-8b939a7e-233d-4eb8-9b62-605b1d968e44-id could not be found.", "code": 404}} 2018-09-04 20:47:29,295 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-8b939a7e-233d-4eb8-9b62-605b1d968e44-id used request id req-35385368-6825-45a7-b997-06163ff0e7da 2018-09-04 20:47:29,296 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:47:29,298 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:29,768 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["Hu8FczHZRGyFvL4zVtSQbg"], "issued_at": "2018-09-04T20:47:29.000000Z"}} 2018-09-04 20:47:29,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ec9cffaa2051666069924d53767f22cac1c157" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-3c06a94c-7608-4329-84eb-6d0ef75e3557-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-3c06a94c-7608-4329-84eb-6d0ef75e3557-id", "swap": 2}}' 2018-09-04 20:47:30,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da6a1ec8-463d-4104-bb10-87db8c206a72 x-compute-request-id: req-da6a1ec8-463d-4104-bb10-87db8c206a72 Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-3c06a94c-7608-4329-84eb-6d0ef75e3557-id", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/NovaUtilsFlavorTests-3c06a94c-7608-4329-84eb-6d0ef75e3557-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-3c06a94c-7608-4329-84eb-6d0ef75e3557-id", "name": "NovaUtilsFlavorTests-3c06a94c-7608-4329-84eb-6d0ef75e3557-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-09-04 20:47:30,029 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-da6a1ec8-463d-4104-bb10-87db8c206a72 2018-09-04 20:47:30,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-3c06a94c-7608-4329-84eb-6d0ef75e3557-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ec9cffaa2051666069924d53767f22cac1c157" 2018-09-04 20:47:30,090 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c477b4eb-f9e6-445a-9f5c-e641c5ab26b1 x-compute-request-id: req-c477b4eb-f9e6-445a-9f5c-e641c5ab26b1 Content-Length: 0 Content-Type: application/json 2018-09-04 20:47:30,090 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-3c06a94c-7608-4329-84eb-6d0ef75e3557-id used request id req-c477b4eb-f9e6-445a-9f5c-e641c5ab26b1 2018-09-04 20:47:30,091 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:47:30,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:30,475 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["X9UYpKNJTtmmlXxvbtqCLg"], "issued_at": "2018-09-04T20:47:30.000000Z"}} 2018-09-04 20:47:30,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:30,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-629e10b4-4d36-42c8-89ea-c4e593456bf4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:47:30,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-629e10b4-4d36-42c8-89ea-c4e593456bf4 2018-09-04 20:47:30,576 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 20:47:30,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:47:30,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:30,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["AzdulI_KQdqgjDRDfHpJcw"], "issued_at": "2018-09-04T20:47:30.000000Z"}} 2018-09-04 20:47:30,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c198d4839f8bc82a4859b11921f9846b5a8f7c74" 2018-09-04 20:47:31,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c2ba6c-fe4b-430c-b531-b8f3e7ce88dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:47:31,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b3c2ba6c-fe4b-430c-b531-b8f3e7ce88dd 2018-09-04 20:47:31,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c198d4839f8bc82a4859b11921f9846b5a8f7c74" 2018-09-04 20:47:31,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-f1deafbc-efb1-4c9c-ba1b-6267a5824db0 Date: Tue, 04 Sep 2018 20:47:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image"} 2018-09-04 20:47:31,714 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image used request id req-f1deafbc-efb1-4c9c-ba1b-6267a5824db0 2018-09-04 20:47:31,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c198d4839f8bc82a4859b11921f9846b5a8f7c74" 2018-09-04 20:47:32,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-366da099-7d2c-4404-b465-2a90bde4b9df Date: Tue, 04 Sep 2018 20:47:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:47:32,272 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-366da099-7d2c-4404-b465-2a90bde4b9df 2018-09-04 20:47:32,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c198d4839f8bc82a4859b11921f9846b5a8f7c74" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image"}' 2018-09-04 20:47:32,561 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e X-Openstack-Request-Id: req-e7524406-7c94-4238-b821-a91b0d536c67 Date: Tue, 04 Sep 2018 20:47:32 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:47:32Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T20:47:32Z", "visibility": "shared", "locations": [], "self": "/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "min_disk": 0, "protected": false, "id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "file": "/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e/file", "checksum": null, "owner": "21a717df1f2c484095e6f33236f533f4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:47:32,561 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-e7524406-7c94-4238-b821-a91b0d536c67 2018-09-04 20:47:32,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c198d4839f8bc82a4859b11921f9846b5a8f7c74" -d '' 2018-09-04 20:47:34,531 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0e86f616-6901-48bf-ad55-5dc35ab07199 Date: Tue, 04 Sep 2018 20:47:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:47:34,532 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e/file used request id req-0e86f616-6901-48bf-ad55-5dc35ab07199 2018-09-04 20:47:34,532 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:47:34,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c198d4839f8bc82a4859b11921f9846b5a8f7c74" 2018-09-04 20:47:35,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-ad4cbc7e-5a4e-4214-ba74-8b3d422656f6 Date: Tue, 04 Sep 2018 20:47:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:47:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:47:34Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/cad52320-055d-4b32-805e-ea3f1a58a41e/snap", "metadata": {}}], "self": "/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "min_disk": 0, "protected": false, "id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "file": "/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/cad52320-055d-4b32-805e-ea3f1a58a41e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:47:35,146 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e used request id req-ad4cbc7e-5a4e-4214-ba74-8b3d422656f6 2018-09-04 20:47:35,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c198d4839f8bc82a4859b11921f9846b5a8f7c74" 2018-09-04 20:47:35,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8e6cb5b7-d907-49f9-9460-1f9560789818 Date: Tue, 04 Sep 2018 20:47:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:47:35,735 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-8e6cb5b7-d907-49f9-9460-1f9560789818 2018-09-04 20:47:35,738 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image 2018-09-04 20:47:35,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c198d4839f8bc82a4859b11921f9846b5a8f7c74" 2018-09-04 20:47:36,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-64c1633c-ef9b-448c-a5b0-7ca8bc0b2c55 Date: Tue, 04 Sep 2018 20:47:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:47:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:47:34Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/cad52320-055d-4b32-805e-ea3f1a58a41e/snap", "metadata": {}}], "self": "/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "min_disk": 0, "protected": false, "id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "file": "/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/cad52320-055d-4b32-805e-ea3f1a58a41e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:47:36,367 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e used request id req-64c1633c-ef9b-448c-a5b0-7ca8bc0b2c55 2018-09-04 20:47:36,367 - create_image - DEBUG - Instance status is - active 2018-09-04 20:47:36,367 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image 2018-09-04 20:47:36,367 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image 2018-09-04 20:47:36,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:47:36,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:36,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["2w-8XLw-R8Wvt17pBmJ1MA"], "issued_at": "2018-09-04T20:47:36.000000Z"}} 2018-09-04 20:47:36,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8226d15c1c6224ce73fc3df4726104ccc008768" 2018-09-04 20:47:36,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655769e0-9aee-4395-ab81-37e4d47caa7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:47:36,824 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-655769e0-9aee-4395-ab81-37e4d47caa7e 2018-09-04 20:47:36,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8226d15c1c6224ce73fc3df4726104ccc008768" 2018-09-04 20:47:37,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4e24e8d8-945d-4484-949d-6e44c1dd7adf Date: Tue, 04 Sep 2018 20:47:37 GMT RESP BODY: {"networks":[]} 2018-09-04 20:47:37,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net used request id req-4e24e8d8-945d-4484-949d-6e44c1dd7adf 2018-09-04 20:47:37,136 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net 2018-09-04 20:47:37,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8226d15c1c6224ce73fc3df4726104ccc008768" -d '{"network": {"name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net", "admin_state_up": true}}' 2018-09-04 20:47:37,562 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-82299a01-51dd-4373-91e8-7e1f7d2f2230 Date: Tue, 04 Sep 2018 20:47:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:47:37Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:37Z","mtu":1450}} 2018-09-04 20:47:37,563 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-82299a01-51dd-4373-91e8-7e1f7d2f2230 2018-09-04 20:47:37,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8226d15c1c6224ce73fc3df4726104ccc008768" 2018-09-04 20:47:37,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-7f977f61-6cb1-42d5-a91c-6d3503d0e7d7 Date: Tue, 04 Sep 2018 20:47:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:47:37Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:47:37,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b used request id req-7f977f61-6cb1-42d5-a91c-6d3503d0e7d7 2018-09-04 20:47:37,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8226d15c1c6224ce73fc3df4726104ccc008768" 2018-09-04 20:47:38,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8b9ed2dd-947c-4738-98d6-383d8a786625 Date: Tue, 04 Sep 2018 20:47:38 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:47:38,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b used request id req-8b9ed2dd-947c-4738-98d6-383d8a786625 2018-09-04 20:47:38,002 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-subnet 2018-09-04 20:47:38,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8226d15c1c6224ce73fc3df4726104ccc008768" -d '{"subnets": [{"ip_version": 4, "network_id": "e76cffeb-864a-4d4d-b5b5-5173493d5e4b", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-subnet"}]}' 2018-09-04 20:47:38,407 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-de27f358-6d0f-4380-9d4a-6bd52d97c120 Date: Tue, 04 Sep 2018 20:47:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:47:38Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"04451e8d-5f82-457f-af7a-1dab888cbe2a","subnetpool_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-subnet"}]} 2018-09-04 20:47:38,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-de27f358-6d0f-4380-9d4a-6bd52d97c120 2018-09-04 20:47:38,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8226d15c1c6224ce73fc3df4726104ccc008768" 2018-09-04 20:47:38,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-eda2afe1-15de-4272-a997-c4050817feea Date: Tue, 04 Sep 2018 20:47:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["04451e8d-5f82-457f-af7a-1dab888cbe2a"],"description":"","tags":[],"updated_at":"2018-09-04T20:47:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:47:38,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b used request id req-eda2afe1-15de-4272-a997-c4050817feea 2018-09-04 20:47:38,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8226d15c1c6224ce73fc3df4726104ccc008768" 2018-09-04 20:47:38,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-df9db472-c37f-4553-8788-1449e7e06030 Date: Tue, 04 Sep 2018 20:47:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:47:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"04451e8d-5f82-457f-af7a-1dab888cbe2a","subnetpool_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-subnet"}]} 2018-09-04 20:47:38,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b used request id req-df9db472-c37f-4553-8788-1449e7e06030 2018-09-04 20:47:38,847 - OpenStackNetwork - DEBUG - Network [e76cffeb-864a-4d4d-b5b5-5173493d5e4b] created successfully 2018-09-04 20:47:38,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:47:38,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:39,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["Mo3x63-nTmWuEGk3whazPQ"], "issued_at": "2018-09-04T20:47:39.000000Z"}} 2018-09-04 20:47:39,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ff125787443f447f2f240324fc5e0e5bc6a92" 2018-09-04 20:47:39,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bad722d-f252-48ce-819b-34e14e3d174a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:47:39,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5bad722d-f252-48ce-819b-34e14e3d174a 2018-09-04 20:47:39,305 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:47:39,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ff125787443f447f2f240324fc5e0e5bc6a92" 2018-09-04 20:47:40,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dbd58770-64cc-4ec0-833e-c87e43642400 x-compute-request-id: req-dbd58770-64cc-4ec0-833e-c87e43642400 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:47:40,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-dbd58770-64cc-4ec0-833e-c87e43642400 2018-09-04 20:47:40,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ff125787443f447f2f240324fc5e0e5bc6a92" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 20:47:40,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5059a6bc-c893-4f8b-ae9d-928777e39b9a x-compute-request-id: req-5059a6bc-c893-4f8b-ae9d-928777e39b9a Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:47:40,221 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5059a6bc-c893-4f8b-ae9d-928777e39b9a 2018-09-04 20:47:40,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:47:40,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:47:40,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:47:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["5Il1H8UyTtawCGIsM7KHfg"], "issued_at": "2018-09-04T20:47:40.000000Z"}} 2018-09-04 20:47:40,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9912d94183785772d854e21a542c2591dcf24ef2" 2018-09-04 20:47:40,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f0170ac-ab55-4fcc-9cd2-199fbff2b1bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:47:40,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4f0170ac-ab55-4fcc-9cd2-199fbff2b1bc 2018-09-04 20:47:40,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:40,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-184fef8a-7b7a-48e2-b96a-9cf721578aec Date: Tue, 04 Sep 2018 20:47:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["04451e8d-5f82-457f-af7a-1dab888cbe2a"],"description":"","tags":[],"updated_at":"2018-09-04T20:47:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:47:40,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net used request id req-184fef8a-7b7a-48e2-b96a-9cf721578aec 2018-09-04 20:47:40,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:41,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c1a4e775-9cff-4ec1-abea-2d715ca792bd Date: Tue, 04 Sep 2018 20:47:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:47:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"04451e8d-5f82-457f-af7a-1dab888cbe2a","subnetpool_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-subnet"}]} 2018-09-04 20:47:41,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b used request id req-c1a4e775-9cff-4ec1-abea-2d715ca792bd 2018-09-04 20:47:41,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:41,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-a770f6a7-478f-420e-870e-06593e0489a9 Date: Tue, 04 Sep 2018 20:47:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["04451e8d-5f82-457f-af7a-1dab888cbe2a"],"description":"","tags":[],"updated_at":"2018-09-04T20:47:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:47:41,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net used request id req-a770f6a7-478f-420e-870e-06593e0489a9 2018-09-04 20:47:41,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:47:41,388 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:47:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:47:41,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9912d94183785772d854e21a542c2591dcf24ef2" 2018-09-04 20:47:41,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a8f99ee-02f4-4532-b986-1dac7b0835af Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:47:41,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-6a8f99ee-02f4-4532-b986-1dac7b0835af 2018-09-04 20:47:41,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:41,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a7831ca2-7ff0-4e1d-920c-590b58c2ed40 Date: Tue, 04 Sep 2018 20:47:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:47:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"04451e8d-5f82-457f-af7a-1dab888cbe2a","subnetpool_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-subnet"}]} 2018-09-04 20:47:41,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b used request id req-a7831ca2-7ff0-4e1d-920c-590b58c2ed40 2018-09-04 20:47:41,480 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net 2018-09-04 20:47:41,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" -d '{"port": {"network_id": "e76cffeb-864a-4d4d-b5b5-5173493d5e4b", "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-port", "admin_state_up": true}}' 2018-09-04 20:47:42,419 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 874 X-Openstack-Request-Id: req-0f915fb1-0d2e-4fc3-8a96-2fde6fe65c1b Date: Tue, 04 Sep 2018 20:47:42 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:42Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"04451e8d-5f82-457f-af7a-1dab888cbe2a","ip_address":"10.55.0.14"}],"id":"9522da5b-7347-4d06-80d5-b05d675ec60c","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6a:20:6d","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-port","project_id":"21a717df1f2c484095e6f33236f533f4","qos_policy_id":null,"admin_state_up":true,"network_id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:41Z","binding:vnic_type":"normal"}} 2018-09-04 20:47:42,419 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-0f915fb1-0d2e-4fc3-8a96-2fde6fe65c1b 2018-09-04 20:47:42,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:42,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-6d8d623e-d5ca-4ff5-b01f-e5af086c1447 Date: Tue, 04 Sep 2018 20:47:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["04451e8d-5f82-457f-af7a-1dab888cbe2a"],"description":"","tags":[],"updated_at":"2018-09-04T20:47:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:47:42,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net used request id req-6d8d623e-d5ca-4ff5-b01f-e5af086c1447 2018-09-04 20:47:42,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:47:42,676 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:47:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:47:42,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:42,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-413e9952-4d15-4fc1-a8a1-817818a4b4d5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:47:42,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-413e9952-4d15-4fc1-a8a1-817818a4b4d5 2018-09-04 20:47:42,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:42,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fd98266c-e626-4718-b9d4-d22c6632bfbf Date: Tue, 04 Sep 2018 20:47:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:47:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"04451e8d-5f82-457f-af7a-1dab888cbe2a","subnetpool_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-subnet"}]} 2018-09-04 20:47:42,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b used request id req-fd98266c-e626-4718-b9d4-d22c6632bfbf 2018-09-04 20:47:42,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b&name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:43,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-a96b5b87-9b8a-4452-a70b-d5e03d6f4a50 Date: Tue, 04 Sep 2018 20:47:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:42Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"04451e8d-5f82-457f-af7a-1dab888cbe2a","ip_address":"10.55.0.14"}],"id":"9522da5b-7347-4d06-80d5-b05d675ec60c","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6a:20:6d","project_id":"21a717df1f2c484095e6f33236f533f4","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-port","admin_state_up":true,"network_id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:41Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 20:47:43,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b&name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-port&admin_state_up=True used request id req-a96b5b87-9b8a-4452-a70b-d5e03d6f4a50 2018-09-04 20:47:43,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:43,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71ba9d45-4f43-48a5-9d6f-67f05ece839d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:47:43,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-71ba9d45-4f43-48a5-9d6f-67f05ece839d 2018-09-04 20:47:43,133 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst 2018-09-04 20:47:43,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:43,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a79d621-cbf4-49e4-bb26-883996b5d71a x-compute-request-id: req-7a79d621-cbf4-49e4-bb26-883996b5d71a Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-flavor-name"}]} 2018-09-04 20:47:43,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7a79d621-cbf4-49e4-bb26-883996b5d71a 2018-09-04 20:47:43,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:43,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79b5227c-3e18-4fa8-a3b8-48ccdd9d3094 x-compute-request-id: req-79b5227c-3e18-4fa8-a3b8-48ccdd9d3094 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:47:43,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066 used request id req-79b5227c-3e18-4fa8-a3b8-48ccdd9d3094 2018-09-04 20:47:43,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:44,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-ce61720d-6574-4a83-8c39-45f2a216a5f4 Date: Tue, 04 Sep 2018 20:47:44 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:47:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:47:34Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/cad52320-055d-4b32-805e-ea3f1a58a41e/snap", "metadata": {}}], "self": "/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "min_disk": 0, "protected": false, "id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "file": "/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/cad52320-055d-4b32-805e-ea3f1a58a41e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image"} 2018-09-04 20:47:44,020 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image used request id req-ce61720d-6574-4a83-8c39-45f2a216a5f4 2018-09-04 20:47:44,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:44,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8d09716d-1888-4668-9b2b-4ef715f3502d Date: Tue, 04 Sep 2018 20:47:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:47:44,608 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-8d09716d-1888-4668-9b2b-4ef715f3502d 2018-09-04 20:47:44,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" -d '{"server": {"name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "imageRef": "cad52320-055d-4b32-805e-ea3f1a58a41e", "flavorRef": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "max_count": 1, "min_count": 1, "networks": [{"port": "9522da5b-7347-4d06-80d5-b05d675ec60c"}]}}' 2018-09-04 20:47:47,831 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:47:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d7abee7d-eaca-42af-a65b-35e2267857c3 x-compute-request-id: req-d7abee7d-eaca-42af-a65b-35e2267857c3 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "adminPass": "EWH6hfeWfxKz"}} 2018-09-04 20:47:47,831 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-d7abee7d-eaca-42af-a65b-35e2267857c3 2018-09-04 20:47:47,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:48,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7f19aab-aaa8-42c6-9417-ee85c8f096de x-compute-request-id: req-d7f19aab-aaa8-42c6-9417-ee85c8f096de Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:47:47Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:47:48,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-d7f19aab-aaa8-42c6-9417-ee85c8f096de 2018-09-04 20:47:48,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:49,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca0cf8d6-abf7-4a8d-82b7-a9fadc3f3e90 x-compute-request-id: req-ca0cf8d6-abf7-4a8d-82b7-a9fadc3f3e90 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:47:48Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:47:49,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-ca0cf8d6-abf7-4a8d-82b7-a9fadc3f3e90 2018-09-04 20:47:52,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:52,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8316cfa8-ef35-44eb-a080-73ecc15ec20b x-compute-request-id: req-8316cfa8-ef35-44eb-a080-73ecc15ec20b Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:47:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:47:52,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-8316cfa8-ef35-44eb-a080-73ecc15ec20b 2018-09-04 20:47:55,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:47:56,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be0be27e-fff4-4b30-bbf9-901b114be21e x-compute-request-id: req-be0be27e-fff4-4b30-bbf9-901b114be21e Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:47:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:47:56,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-be0be27e-fff4-4b30-bbf9-901b114be21e 2018-09-04 20:47:59,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:00,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:47:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24987d51-9cac-469a-a1de-c87e8864316f x-compute-request-id: req-24987d51-9cac-469a-a1de-c87e8864316f Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:47:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:48:00,589 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-24987d51-9cac-469a-a1de-c87e8864316f 2018-09-04 20:48:03,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:04,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b18ae6a-331e-4c9b-ad8d-78cb6da12d69 x-compute-request-id: req-1b18ae6a-331e-4c9b-ad8d-78cb6da12d69 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:47:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:48:04,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-1b18ae6a-331e-4c9b-ad8d-78cb6da12d69 2018-09-04 20:48:07,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:07,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b35782a3-c858-45c5-b677-78b243bbcfe2 x-compute-request-id: req-b35782a3-c858-45c5-b677-78b243bbcfe2 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:47:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:48:07,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-b35782a3-c858-45c5-b677-78b243bbcfe2 2018-09-04 20:48:10,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:11,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be6240bf-dad8-4727-b646-c38ff42d62ec x-compute-request-id: req-be6240bf-dad8-4727-b646-c38ff42d62ec Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:47:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:48:11,426 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-be6240bf-dad8-4727-b646-c38ff42d62ec 2018-09-04 20:48:14,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:14,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c7f8fb9-8435-4860-a6c9-277579b02852 x-compute-request-id: req-6c7f8fb9-8435-4860-a6c9-277579b02852 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:47:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:48:14,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-6c7f8fb9-8435-4860-a6c9-277579b02852 2018-09-04 20:48:17,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:18,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0a496ee-919a-47de-8c50-55f21cc7445f x-compute-request-id: req-c0a496ee-919a-47de-8c50-55f21cc7445f Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:47:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:48:18,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-c0a496ee-919a-47de-8c50-55f21cc7445f 2018-09-04 20:48:21,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:21,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a78fea8f-14a5-4df7-a1d5-d1a287e05818 x-compute-request-id: req-a78fea8f-14a5-4df7-a1d5-d1a287e05818 Content-Encoding: gzip Content-Length: 728 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:48:21Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:48:21,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-a78fea8f-14a5-4df7-a1d5-d1a287e05818 2018-09-04 20:48:24,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:25,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93ca3c62-cca6-4e52-84e0-ff04017e996a x-compute-request-id: req-93ca3c62-cca6-4e52-84e0-ff04017e996a Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:20:6d", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:48:21Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:48:25,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-93ca3c62-cca6-4e52-84e0-ff04017e996a 2018-09-04 20:48:28,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:28,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d132c8e8-7455-4ef1-8cef-e3cbcdc89158 x-compute-request-id: req-d132c8e8-7455-4ef1-8cef-e3cbcdc89158 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:20:6d", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:48:21Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:48:28,816 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-d132c8e8-7455-4ef1-8cef-e3cbcdc89158 2018-09-04 20:48:31,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:32,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-208963f9-9bb1-49da-ac56-1ab6c03c878e x-compute-request-id: req-208963f9-9bb1-49da-ac56-1ab6c03c878e Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:20:6d", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:48:21Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:48:32,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-208963f9-9bb1-49da-ac56-1ab6c03c878e 2018-09-04 20:48:35,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:36,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6273c91-7f6f-41fa-a00c-1acdd62c26f7 x-compute-request-id: req-a6273c91-7f6f-41fa-a00c-1acdd62c26f7 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:20:6d", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-09-04T20:48:30.000000", "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:48:31Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:48:36,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-a6273c91-7f6f-41fa-a00c-1acdd62c26f7 2018-09-04 20:48:36,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:37,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32855276-082e-48f3-a130-03fc6defba7f x-compute-request-id: req-32855276-082e-48f3-a130-03fc6defba7f Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:20:6d", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2", "rel": "bookmark"}], "image": {"id": "cad52320-055d-4b32-805e-ea3f1a58a41e", "links": [{"href": "http://172.30.9.26:8774/images/cad52320-055d-4b32-805e-ea3f1a58a41e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-09-04T20:48:30.000000", "flavor": {"id": "6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "links": [{"href": "http://172.30.9.26:8774/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066", "rel": "bookmark"}]}, "id": "ee3c432c-52c5-475b-b71c-4769be0df3e2", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:48:31Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-vm_inst", "created": "2018-09-04T20:47:47Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:48:37,039 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-32855276-082e-48f3-a130-03fc6defba7f 2018-09-04 20:48:37,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:37,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-f682bd58-73d8-452a-8b62-a822ba1cf968 Date: Tue, 04 Sep 2018 20:48:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["04451e8d-5f82-457f-af7a-1dab888cbe2a"],"description":"","tags":[],"updated_at":"2018-09-04T20:47:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:48:37,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net used request id req-f682bd58-73d8-452a-8b62-a822ba1cf968 2018-09-04 20:48:37,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:37,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f873a8e5-900b-49ec-8439-087362f2de6c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:48:37,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-f873a8e5-900b-49ec-8439-087362f2de6c 2018-09-04 20:48:37,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:37,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d4ca2fb6-0bfd-4e95-9e80-2d5f2d6d754f Date: Tue, 04 Sep 2018 20:48:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:47:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"04451e8d-5f82-457f-af7a-1dab888cbe2a","subnetpool_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-subnet"}]} 2018-09-04 20:48:37,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b used request id req-d4ca2fb6-0bfd-4e95-9e80-2d5f2d6d754f 2018-09-04 20:48:37,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:37,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3877 X-Openstack-Request-Id: req-ed5153cb-8168-4c49-9a76-fddd453939bf Date: Tue, 04 Sep 2018 20:48:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"04451e8d-5f82-457f-af7a-1dab888cbe2a","ip_address":"10.55.0.3"}],"id":"2574096f-85e2-4140-838b-bf7b325f6898","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:96:f5","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e76cffeb-864a-4d4d-b5b5-5173493d5e4b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"04451e8d-5f82-457f-af7a-1dab888cbe2a","ip_address":"10.55.0.2"}],"id":"872d594f-986d-473f-9fb8-e1f0544551ed","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:ee:8d","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e76cffeb-864a-4d4d-b5b5-5173493d5e4b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"04451e8d-5f82-457f-af7a-1dab888cbe2a","ip_address":"10.55.0.14"}],"id":"9522da5b-7347-4d06-80d5-b05d675ec60c","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6a:20:6d","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-port","admin_state_up":true,"network_id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:41Z","binding:vnic_type":"normal","device_id":"ee3c432c-52c5-475b-b71c-4769be0df3e2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:47:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"04451e8d-5f82-457f-af7a-1dab888cbe2a","ip_address":"10.55.0.4"}],"id":"fb086421-b85e-4f4d-8748-b696d29fbae8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:ff:57","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e76cffeb-864a-4d4d-b5b5-5173493d5e4b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:47:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e76cffeb-864a-4d4d-b5b5-5173493d5e4b"}]} 2018-09-04 20:48:37,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e76cffeb-864a-4d4d-b5b5-5173493d5e4b used request id req-ed5153cb-8168-4c49-9a76-fddd453939bf 2018-09-04 20:48:37,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:37,810 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:48:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-311ee7cb-5ac2-4184-98eb-96eceb0b301c x-compute-request-id: req-311ee7cb-5ac2-4184-98eb-96eceb0b301c Content-Type: application/json 2018-09-04 20:48:37,810 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/ee3c432c-52c5-475b-b71c-4769be0df3e2 used request id req-311ee7cb-5ac2-4184-98eb-96eceb0b301c 2018-09-04 20:48:37,810 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-port 2018-09-04 20:48:37,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/9522da5b-7347-4d06-80d5-b05d675ec60c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f29de0a04b8e3a79ce8ba6cdf418bc9098f8f87" 2018-09-04 20:48:38,443 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fb421e6d-5890-4a20-aaec-10450fbde99d Date: Tue, 04 Sep 2018 20:48:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:48:38,443 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/9522da5b-7347-4d06-80d5-b05d675ec60c used request id req-fb421e6d-5890-4a20-aaec-10450fbde99d 2018-09-04 20:48:38,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ff125787443f447f2f240324fc5e0e5bc6a92" 2018-09-04 20:48:38,500 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:48:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a485c078-b9e7-4dc3-877e-badce5b4f7cf x-compute-request-id: req-a485c078-b9e7-4dc3-877e-badce5b4f7cf Content-Length: 0 Content-Type: application/json 2018-09-04 20:48:38,501 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/6f9cea86-6cfa-461c-a2c4-6b7cf3497066 used request id req-a485c078-b9e7-4dc3-877e-badce5b4f7cf 2018-09-04 20:48:38,501 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-subnet 2018-09-04 20:48:38,502 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-subnet 2018-09-04 20:48:38,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/04451e8d-5f82-457f-af7a-1dab888cbe2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8226d15c1c6224ce73fc3df4726104ccc008768" 2018-09-04 20:48:40,742 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d59117cb-324f-4e1a-bef4-d0c094982b65 Date: Tue, 04 Sep 2018 20:48:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:48:40,742 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/04451e8d-5f82-457f-af7a-1dab888cbe2a used request id req-d59117cb-324f-4e1a-bef4-d0c094982b65 2018-09-04 20:48:40,743 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-net 2018-09-04 20:48:40,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/e76cffeb-864a-4d4d-b5b5-5173493d5e4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8226d15c1c6224ce73fc3df4726104ccc008768" 2018-09-04 20:48:42,095 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b85f0362-a948-4513-8dce-1a29f17f2bb9 Date: Tue, 04 Sep 2018 20:48:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:48:42,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/e76cffeb-864a-4d4d-b5b5-5173493d5e4b used request id req-b85f0362-a948-4513-8dce-1a29f17f2bb9 2018-09-04 20:48:42,096 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-2543b638-b530-4ccb-991b-06702ebe214a-image 2018-09-04 20:48:42,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c198d4839f8bc82a4859b11921f9846b5a8f7c74" 2018-09-04 20:48:43,641 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5a754d52-da93-4f43-b361-8e017c06e11e Date: Tue, 04 Sep 2018 20:48:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:48:43,641 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/cad52320-055d-4b32-805e-ea3f1a58a41e used request id req-5a754d52-da93-4f43-b361-8e017c06e11e 2018-09-04 20:48:43,643 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:48:43,647 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 20:48:43,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:48:43,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:48:44,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:48:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["Qa5jkpKYQ3S68KWDeAQMQg"], "issued_at": "2018-09-04T20:48:44.000000Z"}} 2018-09-04 20:48:44,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0b89b6ef079696c74067925b41b20b63cc2e8e" 2018-09-04 20:48:44,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db36c238-b82d-4d1b-8800-bc08cfd43c5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:48:44,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-db36c238-b82d-4d1b-8800-bc08cfd43c5f 2018-09-04 20:48:44,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf0b89b6ef079696c74067925b41b20b63cc2e8e" 2018-09-04 20:48:44,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-ab24ddb9-3030-4138-b469-1a399cfe3b99 Date: Tue, 04 Sep 2018 20:48:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image"} 2018-09-04 20:48:44,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image used request id req-ab24ddb9-3030-4138-b469-1a399cfe3b99 2018-09-04 20:48:44,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf0b89b6ef079696c74067925b41b20b63cc2e8e" 2018-09-04 20:48:44,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-857f911c-9460-42e5-91d3-cfb7d31f1302 Date: Tue, 04 Sep 2018 20:48:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:48:44,502 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-857f911c-9460-42e5-91d3-cfb7d31f1302 2018-09-04 20:48:44,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cf0b89b6ef079696c74067925b41b20b63cc2e8e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image"}' 2018-09-04 20:48:44,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813 X-Openstack-Request-Id: req-aee0a9f8-a63a-4873-acca-dca18f5d34a0 Date: Tue, 04 Sep 2018 20:48:44 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:48:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T20:48:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "min_disk": 0, "protected": false, "id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "file": "/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813/file", "checksum": null, "owner": "21a717df1f2c484095e6f33236f533f4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:48:44,763 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-aee0a9f8-a63a-4873-acca-dca18f5d34a0 2018-09-04 20:48:44,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf0b89b6ef079696c74067925b41b20b63cc2e8e" -d '' 2018-09-04 20:48:46,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-74cd65d6-593d-4d54-a716-208b703d33ca Date: Tue, 04 Sep 2018 20:48:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:48:46,676 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813/file used request id req-74cd65d6-593d-4d54-a716-208b703d33ca 2018-09-04 20:48:46,677 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:48:46,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf0b89b6ef079696c74067925b41b20b63cc2e8e" 2018-09-04 20:48:47,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-666d5595-663a-4fde-90b9-7ea0bd5155ec Date: Tue, 04 Sep 2018 20:48:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:48:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:48:46Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/811d5f1d-c26e-46dd-bc03-386ac8a70813/snap", "metadata": {}}], "self": "/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "min_disk": 0, "protected": false, "id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "file": "/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/811d5f1d-c26e-46dd-bc03-386ac8a70813/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:48:47,294 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813 used request id req-666d5595-663a-4fde-90b9-7ea0bd5155ec 2018-09-04 20:48:47,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf0b89b6ef079696c74067925b41b20b63cc2e8e" 2018-09-04 20:48:47,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0492d94f-f828-44a6-b837-1c8da2a2dc67 Date: Tue, 04 Sep 2018 20:48:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:48:47,879 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-0492d94f-f828-44a6-b837-1c8da2a2dc67 2018-09-04 20:48:47,882 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image 2018-09-04 20:48:47,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf0b89b6ef079696c74067925b41b20b63cc2e8e" 2018-09-04 20:48:48,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-c992aae6-753d-4704-9282-f7d5264b61b3 Date: Tue, 04 Sep 2018 20:48:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:48:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:48:46Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/811d5f1d-c26e-46dd-bc03-386ac8a70813/snap", "metadata": {}}], "self": "/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "min_disk": 0, "protected": false, "id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "file": "/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/811d5f1d-c26e-46dd-bc03-386ac8a70813/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:48:48,522 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813 used request id req-c992aae6-753d-4704-9282-f7d5264b61b3 2018-09-04 20:48:48,523 - create_image - DEBUG - Instance status is - active 2018-09-04 20:48:48,523 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image 2018-09-04 20:48:48,523 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image 2018-09-04 20:48:48,523 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:48:48,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:48:48,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:48:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["YzU06ceRSoayU7VaYruxbw"], "issued_at": "2018-09-04T20:48:48.000000Z"}} 2018-09-04 20:48:48,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46f16ee402f0c7451fd21989c882b8d21adb3102" 2018-09-04 20:48:49,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eab2650-f7d9-4b94-9f0b-81cb9dd76fc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:48:49,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0eab2650-f7d9-4b94-9f0b-81cb9dd76fc8 2018-09-04 20:48:49,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46f16ee402f0c7451fd21989c882b8d21adb3102" 2018-09-04 20:48:49,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-735f39ee-b560-43d0-82bc-008d443abeec Date: Tue, 04 Sep 2018 20:48:49 GMT RESP BODY: {"networks":[]} 2018-09-04 20:48:49,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-735f39ee-b560-43d0-82bc-008d443abeec 2018-09-04 20:48:49,194 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net 2018-09-04 20:48:49,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46f16ee402f0c7451fd21989c882b8d21adb3102" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net", "admin_state_up": true}}' 2018-09-04 20:48:49,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-2009d062-9289-482a-a94d-e66fe7628902 Date: Tue, 04 Sep 2018 20:48:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:48:49Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","mtu":1450}} 2018-09-04 20:48:49,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-2009d062-9289-482a-a94d-e66fe7628902 2018-09-04 20:48:49,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46f16ee402f0c7451fd21989c882b8d21adb3102" 2018-09-04 20:48:49,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-fe9949bf-e5cc-4a9d-885d-11bfa33e6ffb Date: Tue, 04 Sep 2018 20:48:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:48:49Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:48:49,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-fe9949bf-e5cc-4a9d-885d-11bfa33e6ffb 2018-09-04 20:48:49,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46f16ee402f0c7451fd21989c882b8d21adb3102" 2018-09-04 20:48:50,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-50c0f3db-77b0-4776-b4e9-444579d4e82b Date: Tue, 04 Sep 2018 20:48:50 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:48:50,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-50c0f3db-77b0-4776-b4e9-444579d4e82b 2018-09-04 20:48:50,061 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet 2018-09-04 20:48:50,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46f16ee402f0c7451fd21989c882b8d21adb3102" -d '{"subnets": [{"ip_version": 4, "network_id": "3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]}' 2018-09-04 20:48:50,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e687f154-a3fe-4261-95ac-f6d2ce708c49 Date: Tue, 04 Sep 2018 20:48:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:48:50,628 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-e687f154-a3fe-4261-95ac-f6d2ce708c49 2018-09-04 20:48:50,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46f16ee402f0c7451fd21989c882b8d21adb3102" 2018-09-04 20:48:51,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2c9fc0db-557e-4b9e-9594-df6cf8d8a18b Date: Tue, 04 Sep 2018 20:48:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:48:51,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-2c9fc0db-557e-4b9e-9594-df6cf8d8a18b 2018-09-04 20:48:51,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46f16ee402f0c7451fd21989c882b8d21adb3102" 2018-09-04 20:48:51,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-52e1417d-862d-4b47-b0ff-3b7918ccd37e Date: Tue, 04 Sep 2018 20:48:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:48:51,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-52e1417d-862d-4b47-b0ff-3b7918ccd37e 2018-09-04 20:48:51,103 - OpenStackNetwork - DEBUG - Network [3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b] created successfully 2018-09-04 20:48:51,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:48:51,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:48:51,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:48:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["Qz_gzkpLQAm5Sos_qBI-fQ"], "issued_at": "2018-09-04T20:48:51.000000Z"}} 2018-09-04 20:48:51,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce5f2001740b07da735f8dc12173bf4d3ffcc9c" 2018-09-04 20:48:51,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0d1d2f5-92fa-40be-bea4-ca67c7ad2ac0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:48:51,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e0d1d2f5-92fa-40be-bea4-ca67c7ad2ac0 2018-09-04 20:48:51,577 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:48:51,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce5f2001740b07da735f8dc12173bf4d3ffcc9c" 2018-09-04 20:48:51,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2d45f819-b3ca-438d-b4b4-1beaf24cabdb x-compute-request-id: req-2d45f819-b3ca-438d-b4b4-1beaf24cabdb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:48:51,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2d45f819-b3ca-438d-b4b4-1beaf24cabdb 2018-09-04 20:48:51,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce5f2001740b07da735f8dc12173bf4d3ffcc9c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 20:48:51,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-898960aa-7b27-490e-b4e7-39d8f1c752ed x-compute-request-id: req-898960aa-7b27-490e-b4e7-39d8f1c752ed Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e6d94b98-1166-429a-916d-83859c29fc4d", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:48:51,839 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-898960aa-7b27-490e-b4e7-39d8f1c752ed 2018-09-04 20:48:51,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:48:51,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:48:52,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:48:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["Ov33TqdpTte3lJELiPhZpA"], "issued_at": "2018-09-04T20:48:52.000000Z"}} 2018-09-04 20:48:52,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb62311ad0c5dbf1458537d842781ad413aa5cb" 2018-09-04 20:48:52,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b73c52a-cfcd-4099-8d44-b133f519c134 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:48:52,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3b73c52a-cfcd-4099-8d44-b133f519c134 2018-09-04 20:48:52,308 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb62311ad0c5dbf1458537d842781ad413aa5cb" 2018-09-04 20:48:53,076 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:52 GMT Server: Apache x-compute-request-id: req-63b9103d-399e-4c0e-a6c3-7339d202056f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-63b9103d-399e-4c0e-a6c3-7339d202056f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 20:48:53,076 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/detail used request id req-63b9103d-399e-4c0e-a6c3-7339d202056f 2018-09-04 20:48:53,080 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-63b9103d-399e-4c0e-a6c3-7339d202056f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb62311ad0c5dbf1458537d842781ad413aa5cb" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 20:48:54,149 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:48:53 GMT Server: Apache x-compute-request-id: req-f4ff17ab-d081-4589-8d26-8bf3938a3221 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f4ff17ab-d081-4589-8d26-8bf3938a3221 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T20:48:54.007982", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "68f60c91-e62c-4488-8ec2-87076b76382c", "size": 1}} 2018-09-04 20:48:54,149 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes used request id req-f4ff17ab-d081-4589-8d26-8bf3938a3221 2018-09-04 20:48:54,153 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-63b9103d-399e-4c0e-a6c3-7339d202056f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb62311ad0c5dbf1458537d842781ad413aa5cb" 2018-09-04 20:48:55,054 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:54 GMT Server: Apache x-compute-request-id: req-c17f5451-26db-4983-97c4-253d17a9b21e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c17f5451-26db-4983-97c4-253d17a9b21e Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:48:54.000000", "replication_status": null, "snapshot_id": null, "id": "68f60c91-e62c-4488-8ec2-87076b76382c", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f", "bootable": "false", "created_at": "2018-09-04T20:48:54.000000", "volume_type": null}} 2018-09-04 20:48:55,054 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c used request id req-c17f5451-26db-4983-97c4-253d17a9b21e 2018-09-04 20:48:55,054 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f 2018-09-04 20:48:55,058 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-63b9103d-399e-4c0e-a6c3-7339d202056f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb62311ad0c5dbf1458537d842781ad413aa5cb" 2018-09-04 20:48:55,784 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:55 GMT Server: Apache x-compute-request-id: req-dff8bf5c-0c85-45cd-807a-8fcc090b279a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dff8bf5c-0c85-45cd-807a-8fcc090b279a Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:48:54.000000", "replication_status": null, "snapshot_id": null, "id": "68f60c91-e62c-4488-8ec2-87076b76382c", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f", "bootable": "false", "created_at": "2018-09-04T20:48:54.000000", "volume_type": null}} 2018-09-04 20:48:55,784 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c used request id req-dff8bf5c-0c85-45cd-807a-8fcc090b279a 2018-09-04 20:48:55,785 - create_volume - DEBUG - Instance status is - creating 2018-09-04 20:48:55,785 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 20:48:58,788 - create_volume - DEBUG - Volume status query timeout in 296.266339064 2018-09-04 20:48:58,791 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-63b9103d-399e-4c0e-a6c3-7339d202056f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb62311ad0c5dbf1458537d842781ad413aa5cb" 2018-09-04 20:48:59,590 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:58 GMT Server: Apache x-compute-request-id: req-395d3686-b57f-467c-816e-03ffd0c6c2e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-395d3686-b57f-467c-816e-03ffd0c6c2e6 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:48:56.000000", "replication_status": null, "snapshot_id": null, "id": "68f60c91-e62c-4488-8ec2-87076b76382c", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f", "bootable": "false", "created_at": "2018-09-04T20:48:54.000000", "volume_type": null}} 2018-09-04 20:48:59,590 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c used request id req-395d3686-b57f-467c-816e-03ffd0c6c2e6 2018-09-04 20:48:59,590 - create_volume - DEBUG - Instance status is - available 2018-09-04 20:48:59,590 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f 2018-09-04 20:48:59,591 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f 2018-09-04 20:48:59,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:48:59,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:48:59,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:48:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["iAhHMqZZT6uMYxpynD6NEg"], "issued_at": "2018-09-04T20:48:59.000000Z"}} 2018-09-04 20:48:59,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:00,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ad9db91-af73-4940-950f-dc52e5f8eb7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:49:00,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4ad9db91-af73-4940-950f-dc52e5f8eb7a 2018-09-04 20:49:00,082 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:49:00,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:00,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ae0f50f-98c5-4337-9216-254c5b6c8677 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:49:00,175 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8ae0f50f-98c5-4337-9216-254c5b6c8677 2018-09-04 20:49:00,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:00,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6d5a054e-2e4a-4040-9447-21220c08c169 Date: Tue, 04 Sep 2018 20:49:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:49:00,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-6d5a054e-2e4a-4040-9447-21220c08c169 2018-09-04 20:49:00,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:49:00,464 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:49:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:49:00,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:00,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-339f1f0d-dbc4-4218-814d-4402edf84ba8 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:49:00,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-339f1f0d-dbc4-4218-814d-4402edf84ba8 2018-09-04 20:49:00,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:00,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-60190bfc-0d93-48a5-8129-c064ebecde62 Date: Tue, 04 Sep 2018 20:49:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:49:00,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-60190bfc-0d93-48a5-8129-c064ebecde62 2018-09-04 20:49:00,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b&name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:00,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0d67d2e6-951a-4e10-9665-164fb0bb2b88 Date: Tue, 04 Sep 2018 20:49:00 GMT RESP BODY: {"ports":[]} 2018-09-04 20:49:00,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b&name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port&admin_state_up=True used request id req-0d67d2e6-951a-4e10-9665-164fb0bb2b88 2018-09-04 20:49:00,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:01,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1028dc23-e4da-4d92-9bc4-69b37d9a79ad x-compute-request-id: req-1028dc23-e4da-4d92-9bc4-69b37d9a79ad Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 20:49:01,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst used request id req-1028dc23-e4da-4d92-9bc4-69b37d9a79ad 2018-09-04 20:49:01,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:01,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-33698dba-f516-4e9e-b4fe-9efadd3103bd Date: Tue, 04 Sep 2018 20:49:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:49:01,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-33698dba-f516-4e9e-b4fe-9efadd3103bd 2018-09-04 20:49:01,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:01,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff65c8f2-1b6a-409c-ba7b-e93714b79964 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:49:01,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-ff65c8f2-1b6a-409c-ba7b-e93714b79964 2018-09-04 20:49:01,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:01,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a9da8cc2-83ca-4fb2-b8f3-0bded23d7aa2 Date: Tue, 04 Sep 2018 20:49:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:49:01,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-a9da8cc2-83ca-4fb2-b8f3-0bded23d7aa2 2018-09-04 20:49:01,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b&name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:01,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d0a43348-6098-4a76-970c-6c7367afb68e Date: Tue, 04 Sep 2018 20:49:02 GMT RESP BODY: {"ports":[]} 2018-09-04 20:49:01,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b&name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port&admin_state_up=True used request id req-d0a43348-6098-4a76-970c-6c7367afb68e 2018-09-04 20:49:01,994 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:49:01,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:49:02,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:49:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["YiARq46SRN2M3rFOZwFspA"], "issued_at": "2018-09-04T20:49:02.000000Z"}} 2018-09-04 20:49:02,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf15f30e1dbda2441a16c61818c1f7dc4d0acd" 2018-09-04 20:49:02,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e2c9376-1948-4081-a000-873ce370a6e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:49:02,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1e2c9376-1948-4081-a000-873ce370a6e4 2018-09-04 20:49:02,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:02,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-74408b19-739f-4dac-95e4-0d3c8bbc8735 Date: Tue, 04 Sep 2018 20:49:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:49:02,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-74408b19-739f-4dac-95e4-0d3c8bbc8735 2018-09-04 20:49:02,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:02,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-74a909b3-e1c8-4fed-ad3f-e2a62d2c687b Date: Tue, 04 Sep 2018 20:49:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:49:02,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-74a909b3-e1c8-4fed-ad3f-e2a62d2c687b 2018-09-04 20:49:02,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:03,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1b7869e7-1153-41de-b22a-4954605b2588 Date: Tue, 04 Sep 2018 20:49:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:49:03,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-1b7869e7-1153-41de-b22a-4954605b2588 2018-09-04 20:49:03,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:49:03,164 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:49:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:49:03,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf15f30e1dbda2441a16c61818c1f7dc4d0acd" 2018-09-04 20:49:03,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b965bdf-df6d-4154-8167-268ae1280fc0 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:49:03,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-1b965bdf-df6d-4154-8167-268ae1280fc0 2018-09-04 20:49:03,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:03,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b9cbbc7e-bc02-44b7-a7f9-345c23de38dd Date: Tue, 04 Sep 2018 20:49:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:49:03,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-b9cbbc7e-bc02-44b7-a7f9-345c23de38dd 2018-09-04 20:49:03,483 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net 2018-09-04 20:49:03,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" -d '{"port": {"network_id": "3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port", "admin_state_up": true}}' 2018-09-04 20:49:04,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-89a9b0f4-5c8f-46f4-b268-f7002ed6e9c8 Date: Tue, 04 Sep 2018 20:49:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:49:03Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.9"}],"id":"dc1623f6-e4d4-4683-b724-2b329a1a82aa","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:36:44:51","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port","project_id":"21a717df1f2c484095e6f33236f533f4","qos_policy_id":null,"admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:49:03Z","binding:vnic_type":"normal"}} 2018-09-04 20:49:04,431 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-89a9b0f4-5c8f-46f4-b268-f7002ed6e9c8 2018-09-04 20:49:04,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:04,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e9f0e9c7-5d14-47b5-8346-6824ce62ee0f Date: Tue, 04 Sep 2018 20:49:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:49:04,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-e9f0e9c7-5d14-47b5-8346-6824ce62ee0f 2018-09-04 20:49:04,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:04,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-962e6c71-2582-4e16-9a2f-779c215e375a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:49:04,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-962e6c71-2582-4e16-9a2f-779c215e375a 2018-09-04 20:49:04,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:04,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a8486e0c-58ff-486a-866a-27e6f6be829b Date: Tue, 04 Sep 2018 20:49:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:49:04,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-a8486e0c-58ff-486a-866a-27e6f6be829b 2018-09-04 20:49:04,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b&name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:04,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-34236e3f-17bd-480d-90a3-fc189199a273 Date: Tue, 04 Sep 2018 20:49:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:49:03Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.9"}],"id":"dc1623f6-e4d4-4683-b724-2b329a1a82aa","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:36:44:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:49:03Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 20:49:04,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b&name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port&admin_state_up=True used request id req-34236e3f-17bd-480d-90a3-fc189199a273 2018-09-04 20:49:04,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:04,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afb0fbcc-20bd-4896-894a-504de8323f16 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:49:04,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-afb0fbcc-20bd-4896-894a-504de8323f16 2018-09-04 20:49:04,972 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst 2018-09-04 20:49:04,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:05,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41d902ec-c10e-4f77-938f-bff956540619 x-compute-request-id: req-41d902ec-c10e-4f77-938f-bff956540619 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-flavor"}]} 2018-09-04 20:49:05,000 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-41d902ec-c10e-4f77-938f-bff956540619 2018-09-04 20:49:05,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/e6d94b98-1166-429a-916d-83859c29fc4d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:05,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48307eb7-d589-430a-9d4b-65c1561f8b99 x-compute-request-id: req-48307eb7-d589-430a-9d4b-65c1561f8b99 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e6d94b98-1166-429a-916d-83859c29fc4d", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:49:05,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/e6d94b98-1166-429a-916d-83859c29fc4d used request id req-48307eb7-d589-430a-9d4b-65c1561f8b99 2018-09-04 20:49:05,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:05,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-80608e13-088f-4d0a-9a79-8a7a1e3b7ac7 Date: Tue, 04 Sep 2018 20:49:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:48:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:48:46Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/811d5f1d-c26e-46dd-bc03-386ac8a70813/snap", "metadata": {}}], "self": "/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "min_disk": 0, "protected": false, "id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "file": "/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/811d5f1d-c26e-46dd-bc03-386ac8a70813/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image"} 2018-09-04 20:49:05,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image used request id req-80608e13-088f-4d0a-9a79-8a7a1e3b7ac7 2018-09-04 20:49:05,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:05,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a181af4a-215f-40a7-8203-86d0d8aa81d4 Date: Tue, 04 Sep 2018 20:49:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:49:05,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-a181af4a-215f-40a7-8203-86d0d8aa81d4 2018-09-04 20:49:05,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "imageRef": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "flavorRef": "e6d94b98-1166-429a-916d-83859c29fc4d", "max_count": 1, "min_count": 1, "networks": [{"port": "dc1623f6-e4d4-4683-b724-2b329a1a82aa"}]}}' 2018-09-04 20:49:07,725 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:49:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae401043-95a7-47e9-976e-e4634185406a x-compute-request-id: req-ae401043-95a7-47e9-976e-e4634185406a Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "adminPass": "5fVaPCDBFjqk"}} 2018-09-04 20:49:07,725 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-ae401043-95a7-47e9-976e-e4634185406a 2018-09-04 20:49:07,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:07,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fa9b82e-50fd-4158-8ce5-df3d3e3a917c x-compute-request-id: req-5fa9b82e-50fd-4158-8ce5-df3d3e3a917c Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:07Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:07,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-5fa9b82e-50fd-4158-8ce5-df3d3e3a917c 2018-09-04 20:49:07,969 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst 2018-09-04 20:49:07,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:08,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-abfaa0b3-925a-43aa-9734-9da033e26a14 x-compute-request-id: req-abfaa0b3-925a-43aa-9734-9da033e26a14 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:08Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:08,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-abfaa0b3-925a-43aa-9734-9da033e26a14 2018-09-04 20:49:08,521 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - BUILD 2018-09-04 20:49:08,522 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:49:11,525 - create_instance - DEBUG - VM status query timeout in 896.443994999 2018-09-04 20:49:11,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:11,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5ae96ac-54c1-4dc1-b13f-8d520bdeb4be x-compute-request-id: req-f5ae96ac-54c1-4dc1-b13f-8d520bdeb4be Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:11,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-f5ae96ac-54c1-4dc1-b13f-8d520bdeb4be 2018-09-04 20:49:11,797 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - BUILD 2018-09-04 20:49:11,798 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:49:14,801 - create_instance - DEBUG - VM status query timeout in 893.167996883 2018-09-04 20:49:14,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:15,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6aed7aab-7c81-4129-8ce1-cf8c61e4e38d x-compute-request-id: req-6aed7aab-7c81-4129-8ce1-cf8c61e4e38d Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:15,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-6aed7aab-7c81-4129-8ce1-cf8c61e4e38d 2018-09-04 20:49:15,224 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - BUILD 2018-09-04 20:49:15,224 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:49:18,228 - create_instance - DEBUG - VM status query timeout in 889.741033077 2018-09-04 20:49:18,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:18,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f0c0882-2ef3-4e85-a529-155ba4d038df x-compute-request-id: req-8f0c0882-2ef3-4e85-a529-155ba4d038df Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:18,484 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-8f0c0882-2ef3-4e85-a529-155ba4d038df 2018-09-04 20:49:18,485 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - BUILD 2018-09-04 20:49:18,485 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:49:21,488 - create_instance - DEBUG - VM status query timeout in 886.480828047 2018-09-04 20:49:21,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:21,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7117fe7-51ea-4305-ad24-9797853f5b2b x-compute-request-id: req-e7117fe7-51ea-4305-ad24-9797853f5b2b Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:21,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-e7117fe7-51ea-4305-ad24-9797853f5b2b 2018-09-04 20:49:21,585 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - BUILD 2018-09-04 20:49:21,585 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:49:24,588 - create_instance - DEBUG - VM status query timeout in 883.380357981 2018-09-04 20:49:24,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:24,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-881aec11-e823-40d2-9776-b658b492f3bf x-compute-request-id: req-881aec11-e823-40d2-9776-b658b492f3bf Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:24,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-881aec11-e823-40d2-9776-b658b492f3bf 2018-09-04 20:49:24,855 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - BUILD 2018-09-04 20:49:24,856 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:49:27,859 - create_instance - DEBUG - VM status query timeout in 880.109961987 2018-09-04 20:49:27,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:27,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae512f54-09b9-4583-832c-ea0dbbf83c9c x-compute-request-id: req-ae512f54-09b9-4583-832c-ea0dbbf83c9c Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:27,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-ae512f54-09b9-4583-832c-ea0dbbf83c9c 2018-09-04 20:49:27,960 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - BUILD 2018-09-04 20:49:27,960 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:49:30,964 - create_instance - DEBUG - VM status query timeout in 877.005162001 2018-09-04 20:49:30,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:31,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25e2b61e-15fb-43ab-bdf5-3643eb192aa3 x-compute-request-id: req-25e2b61e-15fb-43ab-bdf5-3643eb192aa3 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:31,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-25e2b61e-15fb-43ab-bdf5-3643eb192aa3 2018-09-04 20:49:31,400 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - BUILD 2018-09-04 20:49:31,400 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:49:34,403 - create_instance - DEBUG - VM status query timeout in 873.565736055 2018-09-04 20:49:34,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:34,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c07db390-581b-4c0b-b706-14e92d42c313 x-compute-request-id: req-c07db390-581b-4c0b-b706-14e92d42c313 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:34,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-c07db390-581b-4c0b-b706-14e92d42c313 2018-09-04 20:49:34,826 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - BUILD 2018-09-04 20:49:34,826 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:49:37,829 - create_instance - DEBUG - VM status query timeout in 870.139580011 2018-09-04 20:49:37,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:38,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d565a85c-72c5-4dce-88c9-ef5f922b5087 x-compute-request-id: req-d565a85c-72c5-4dce-88c9-ef5f922b5087 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:38,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-d565a85c-72c5-4dce-88c9-ef5f922b5087 2018-09-04 20:49:38,105 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - BUILD 2018-09-04 20:49:38,105 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:49:41,109 - create_instance - DEBUG - VM status query timeout in 866.860043049 2018-09-04 20:49:41,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:41,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-290838ce-507a-4b9f-8cb1-f6d7cf4111c3 x-compute-request-id: req-290838ce-507a-4b9f-8cb1-f6d7cf4111c3 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:40Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:41,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-290838ce-507a-4b9f-8cb1-f6d7cf4111c3 2018-09-04 20:49:41,367 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - BUILD 2018-09-04 20:49:41,367 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:49:44,370 - create_instance - DEBUG - VM status query timeout in 863.598807096 2018-09-04 20:49:44,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:44,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-378a3ef6-2e11-41e6-8e34-f0b3bd684a4f x-compute-request-id: req-378a3ef6-2e11-41e6-8e34-f0b3bd684a4f Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:44:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:49:40Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:44,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-378a3ef6-2e11-41e6-8e34-f0b3bd684a4f 2018-09-04 20:49:44,921 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - BUILD 2018-09-04 20:49:44,921 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:49:47,925 - create_instance - DEBUG - VM status query timeout in 860.044131041 2018-09-04 20:49:47,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:48,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4f1d07b-cc11-440d-81c9-40b0e485ffc7 x-compute-request-id: req-b4f1d07b-cc11-440d-81c9-40b0e485ffc7 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:44:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:49:46Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:48,239 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-b4f1d07b-cc11-440d-81c9-40b0e485ffc7 2018-09-04 20:49:48,239 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - ACTIVE 2018-09-04 20:49:48,240 - create_instance - INFO - VM is - ACTIVE 2018-09-04 20:49:48,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:48,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3441dfd3-11b9-4b64-82d5-6c0139ba642c x-compute-request-id: req-3441dfd3-11b9-4b64-82d5-6c0139ba642c Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:44:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:49:46Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:48,942 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-3441dfd3-11b9-4b64-82d5-6c0139ba642c 2018-09-04 20:49:48,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:49,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-26543f24-2792-4dd4-b990-8bf88ad9956c Date: Tue, 04 Sep 2018 20:49:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:49:49,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-26543f24-2792-4dd4-b990-8bf88ad9956c 2018-09-04 20:49:49,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:49,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fd6d5d0-d3a1-4bc1-bf48-092fd4000815 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:49:49,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-2fd6d5d0-d3a1-4bc1-bf48-092fd4000815 2018-09-04 20:49:49,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:49,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d8387980-28ac-4df9-bb53-abbfaa4131fb Date: Tue, 04 Sep 2018 20:49:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:49:49,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-d8387980-28ac-4df9-bb53-abbfaa4131fb 2018-09-04 20:49:49,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:49,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-7b89c14c-8d21-418d-9dc7-f245f1b20e9f Date: Tue, 04 Sep 2018 20:49:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.4"}],"id":"100d69de-2fa5-438b-9b92-0464fde4dacc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:ce:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.3"}],"id":"4da77e31-d08c-4099-b20c-9c72ebfaa9c2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:6c:c7","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.2"}],"id":"64de165e-e754-41f9-809c-7619143308f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:76:37","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:49:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.9"}],"id":"dc1623f6-e4d4-4683-b724-2b329a1a82aa","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:44:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:49:03Z","binding:vnic_type":"normal","device_id":"b8b0ef44-2da1-4073-937f-a0c77f321ffa"}]} 2018-09-04 20:49:49,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-7b89c14c-8d21-418d-9dc7-f245f1b20e9f 2018-09-04 20:49:49,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:49:49,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:49:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["Rk9Q0NktRvicIrrfp5QxYQ"], "issued_at": "2018-09-04T20:49:49.000000Z"}} 2018-09-04 20:49:49,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:49:49,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08054c96-fe23-4183-affa-07f1e604833f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:49:49,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-08054c96-fe23-4183-affa-07f1e604833f 2018-09-04 20:49:49,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:50,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd05e6a7-cbca-4b94-944c-c01a31070958 x-compute-request-id: req-cd05e6a7-cbca-4b94-944c-c01a31070958 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:44:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:49:46Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:49:50,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-cd05e6a7-cbca-4b94-944c-c01a31070958 2018-09-04 20:49:50,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:50,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-221f4cc8-b468-468e-9dff-68320644361a Date: Tue, 04 Sep 2018 20:49:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:49:50,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-221f4cc8-b468-468e-9dff-68320644361a 2018-09-04 20:49:50,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:50,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a740c2d-9710-4a99-b8c9-a11353610d44 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:49:50,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-7a740c2d-9710-4a99-b8c9-a11353610d44 2018-09-04 20:49:50,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:50,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e47e09dd-2366-4aaf-8a10-fa857bef0e2e Date: Tue, 04 Sep 2018 20:49:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:49:50,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-e47e09dd-2366-4aaf-8a10-fa857bef0e2e 2018-09-04 20:49:50,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:50,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-a4a8f249-9e0a-4070-acb4-14c5a1515b8d Date: Tue, 04 Sep 2018 20:49:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.4"}],"id":"100d69de-2fa5-438b-9b92-0464fde4dacc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:ce:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.3"}],"id":"4da77e31-d08c-4099-b20c-9c72ebfaa9c2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:6c:c7","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.2"}],"id":"64de165e-e754-41f9-809c-7619143308f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:76:37","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:49:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.9"}],"id":"dc1623f6-e4d4-4683-b724-2b329a1a82aa","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:44:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:49:03Z","binding:vnic_type":"normal","device_id":"b8b0ef44-2da1-4073-937f-a0c77f321ffa"}]} 2018-09-04 20:49:50,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-a4a8f249-9e0a-4070-acb4-14c5a1515b8d 2018-09-04 20:49:50,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" -d '{"volumeAttachment": {"volumeId": "68f60c91-e62c-4488-8ec2-87076b76382c"}}' 2018-09-04 20:49:52,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b6f8f46-e350-4305-9efb-10aec0e583fd x-compute-request-id: req-6b6f8f46-e350-4305-9efb-10aec0e583fd Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "id": "68f60c91-e62c-4488-8ec2-87076b76382c", "volumeId": "68f60c91-e62c-4488-8ec2-87076b76382c"}} 2018-09-04 20:49:52,958 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa/os-volume_attachments used request id req-6b6f8f46-e350-4305-9efb-10aec0e583fd 2018-09-04 20:49:52,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:49:53,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94c9a6d1-6016-4631-9e1d-020c604d969b x-compute-request-id: req-94c9a6d1-6016-4631-9e1d-020c604d969b Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:44:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:49:46Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "68f60c91-e62c-4488-8ec2-87076b76382c"}], "metadata": {}}} 2018-09-04 20:49:53,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-94c9a6d1-6016-4631-9e1d-020c604d969b 2018-09-04 20:49:53,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:49:53,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-39385f6a-a077-4c75-8d0b-95076152bf53 Date: Tue, 04 Sep 2018 20:49:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:49:53,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-39385f6a-a077-4c75-8d0b-95076152bf53 2018-09-04 20:49:53,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:49:53,645 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:49:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:49:53,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:49:53,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-293ccc62-b971-41b9-8762-064200f059cd Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:49:53,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-293ccc62-b971-41b9-8762-064200f059cd 2018-09-04 20:49:53,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:49:53,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-effa5661-7f87-4c93-a8c7-909007009053 Date: Tue, 04 Sep 2018 20:49:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:49:53,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-effa5661-7f87-4c93-a8c7-909007009053 2018-09-04 20:49:53,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:49:54,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-846adc49-3dbc-4cc4-a7d1-6a997c182ceb Date: Tue, 04 Sep 2018 20:49:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.4"}],"id":"100d69de-2fa5-438b-9b92-0464fde4dacc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:ce:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.3"}],"id":"4da77e31-d08c-4099-b20c-9c72ebfaa9c2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:6c:c7","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.2"}],"id":"64de165e-e754-41f9-809c-7619143308f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:76:37","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:49:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.9"}],"id":"dc1623f6-e4d4-4683-b724-2b329a1a82aa","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:44:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:49:03Z","binding:vnic_type":"normal","device_id":"b8b0ef44-2da1-4073-937f-a0c77f321ffa"}]} 2018-09-04 20:49:54,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-846adc49-3dbc-4cc4-a7d1-6a997c182ceb 2018-09-04 20:49:54,160 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:49:54,916 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:54 GMT Server: Apache x-compute-request-id: req-c9d26186-290d-4f4b-8aec-2c80332dd46e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c9d26186-290d-4f4b-8aec-2c80332dd46e Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:49:52.000000", "replication_status": null, "snapshot_id": null, "id": "68f60c91-e62c-4488-8ec2-87076b76382c", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "attaching", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f", "bootable": "false", "created_at": "2018-09-04T20:48:54.000000", "volume_type": null}} 2018-09-04 20:49:54,916 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c used request id req-c9d26186-290d-4f4b-8aec-2c80332dd46e 2018-09-04 20:49:57,923 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c9d26186-290d-4f4b-8aec-2c80332dd46e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:49:58,707 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:57 GMT Server: Apache x-compute-request-id: req-33a5d47b-06a8-47db-9848-baba330cb95d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33a5d47b-06a8-47db-9848-baba330cb95d Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "attachment_id": "9e79a8bc-c0d2-4600-85a1-9d33357e9d74", "attached_at": "2018-09-04T20:49:57.000000", "host_name": null, "volume_id": "68f60c91-e62c-4488-8ec2-87076b76382c", "device": "/dev/vdb", "id": "68f60c91-e62c-4488-8ec2-87076b76382c"}], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:49:57.000000", "replication_status": null, "snapshot_id": null, "id": "68f60c91-e62c-4488-8ec2-87076b76382c", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {"attached_mode": "rw"}, "status": "in-use", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f", "bootable": "false", "created_at": "2018-09-04T20:48:54.000000", "volume_type": null}} 2018-09-04 20:49:58,707 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c used request id req-33a5d47b-06a8-47db-9848-baba330cb95d 2018-09-04 20:49:58,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:49:58,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf6e3d1c-8cdb-4e6a-adcc-07360ea09f84 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:49:58,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cf6e3d1c-8cdb-4e6a-adcc-07360ea09f84 2018-09-04 20:49:58,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:59,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-099a82b3-3271-436c-ba19-e5405d8b8fff x-compute-request-id: req-099a82b3-3271-436c-ba19-e5405d8b8fff Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:44:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:49:56Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "68f60c91-e62c-4488-8ec2-87076b76382c"}], "metadata": {}}} 2018-09-04 20:49:59,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-099a82b3-3271-436c-ba19-e5405d8b8fff 2018-09-04 20:49:59,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:59,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-77f6a9b4-cc21-4521-87b1-6c9ef1f17f3c Date: Tue, 04 Sep 2018 20:49:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:49:59,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-77f6a9b4-cc21-4521-87b1-6c9ef1f17f3c 2018-09-04 20:49:59,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:59,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0e9f478-0e0c-4799-a37a-65d88c884621 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:49:59,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-b0e9f478-0e0c-4799-a37a-65d88c884621 2018-09-04 20:49:59,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:59,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-694ae9d3-0f7f-4734-918e-4a061edd25f0 Date: Tue, 04 Sep 2018 20:49:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:49:59,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-694ae9d3-0f7f-4734-918e-4a061edd25f0 2018-09-04 20:49:59,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:49:59,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-9ebacf6d-0bfd-40b4-bd1a-67261266325b Date: Tue, 04 Sep 2018 20:49:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.4"}],"id":"100d69de-2fa5-438b-9b92-0464fde4dacc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:ce:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.3"}],"id":"4da77e31-d08c-4099-b20c-9c72ebfaa9c2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:6c:c7","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.2"}],"id":"64de165e-e754-41f9-809c-7619143308f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:76:37","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:49:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.9"}],"id":"dc1623f6-e4d4-4683-b724-2b329a1a82aa","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:44:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:49:03Z","binding:vnic_type":"normal","device_id":"b8b0ef44-2da1-4073-937f-a0c77f321ffa"}]} 2018-09-04 20:49:59,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-9ebacf6d-0bfd-40b4-bd1a-67261266325b 2018-09-04 20:49:59,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:00,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9f335b7-6d88-4e9b-814f-140cec79745f x-compute-request-id: req-e9f335b7-6d88-4e9b-814f-140cec79745f Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:44:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:49:56Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "68f60c91-e62c-4488-8ec2-87076b76382c"}], "metadata": {}}} 2018-09-04 20:50:00,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-e9f335b7-6d88-4e9b-814f-140cec79745f 2018-09-04 20:50:00,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:00,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-dee74c94-8f41-4496-947b-411589f06a12 Date: Tue, 04 Sep 2018 20:50:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:00,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-dee74c94-8f41-4496-947b-411589f06a12 2018-09-04 20:50:00,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:00,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c876b5e-70e0-4dfa-b827-a1ed1707bec3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:50:00,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-4c876b5e-70e0-4dfa-b827-a1ed1707bec3 2018-09-04 20:50:00,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:01,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4841b3ab-a30a-4ab0-9716-446748c7566b Date: Tue, 04 Sep 2018 20:50:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:50:01,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-4841b3ab-a30a-4ab0-9716-446748c7566b 2018-09-04 20:50:01,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:01,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-c95c37c4-ca82-41e2-b207-91518595e73f Date: Tue, 04 Sep 2018 20:50:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.4"}],"id":"100d69de-2fa5-438b-9b92-0464fde4dacc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:ce:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.3"}],"id":"4da77e31-d08c-4099-b20c-9c72ebfaa9c2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:6c:c7","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.2"}],"id":"64de165e-e754-41f9-809c-7619143308f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:76:37","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:49:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.9"}],"id":"dc1623f6-e4d4-4683-b724-2b329a1a82aa","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:44:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:49:03Z","binding:vnic_type":"normal","device_id":"b8b0ef44-2da1-4073-937f-a0c77f321ffa"}]} 2018-09-04 20:50:01,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-c95c37c4-ca82-41e2-b207-91518595e73f 2018-09-04 20:50:01,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:02,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7aa4383-8803-4aef-b34b-69a94d3058d3 x-compute-request-id: req-f7aa4383-8803-4aef-b34b-69a94d3058d3 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:44:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:49:56Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "68f60c91-e62c-4488-8ec2-87076b76382c"}], "metadata": {}}} 2018-09-04 20:50:02,003 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-f7aa4383-8803-4aef-b34b-69a94d3058d3 2018-09-04 20:50:02,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:02,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f2d5597f-ce53-4234-b9c2-f75cd19b66d9 Date: Tue, 04 Sep 2018 20:50:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:02,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-f2d5597f-ce53-4234-b9c2-f75cd19b66d9 2018-09-04 20:50:02,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:02,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0d7de43-b23c-4a1d-907b-771c0a715243 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:50:02,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-d0d7de43-b23c-4a1d-907b-771c0a715243 2018-09-04 20:50:02,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:02,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b56268b8-b9a6-4f58-9356-c9bdb2eb5123 Date: Tue, 04 Sep 2018 20:50:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:50:02,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-b56268b8-b9a6-4f58-9356-c9bdb2eb5123 2018-09-04 20:50:02,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:02,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-9aca318f-ec0d-441e-9754-6824b1b56fd7 Date: Tue, 04 Sep 2018 20:50:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.4"}],"id":"100d69de-2fa5-438b-9b92-0464fde4dacc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:ce:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.3"}],"id":"4da77e31-d08c-4099-b20c-9c72ebfaa9c2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:6c:c7","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.2"}],"id":"64de165e-e754-41f9-809c-7619143308f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:76:37","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:49:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.9"}],"id":"dc1623f6-e4d4-4683-b724-2b329a1a82aa","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:44:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:49:03Z","binding:vnic_type":"normal","device_id":"b8b0ef44-2da1-4073-937f-a0c77f321ffa"}]} 2018-09-04 20:50:02,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-9aca318f-ec0d-441e-9754-6824b1b56fd7 2018-09-04 20:50:02,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa/os-volume_attachments/68f60c91-e62c-4488-8ec2-87076b76382c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:04,604 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:50:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1139858f-645d-42f3-8908-ab28a59d33ac x-compute-request-id: req-1139858f-645d-42f3-8908-ab28a59d33ac Content-Length: 0 Content-Type: application/json 2018-09-04 20:50:04,604 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa/os-volume_attachments/68f60c91-e62c-4488-8ec2-87076b76382c used request id req-1139858f-645d-42f3-8908-ab28a59d33ac 2018-09-04 20:50:04,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:05,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b949694-fbda-41f3-8339-43bcfe2dcdf9 x-compute-request-id: req-7b949694-fbda-41f3-8339-43bcfe2dcdf9 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:44:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:49:56Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "68f60c91-e62c-4488-8ec2-87076b76382c"}], "metadata": {}}} 2018-09-04 20:50:05,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-7b949694-fbda-41f3-8339-43bcfe2dcdf9 2018-09-04 20:50:05,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:05,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-474c7651-3b1f-47e9-b569-83cd2cc6cf3d Date: Tue, 04 Sep 2018 20:50:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:05,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-474c7651-3b1f-47e9-b569-83cd2cc6cf3d 2018-09-04 20:50:05,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:05,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54daf1a1-1cba-4938-a7ce-334638393af5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:50:05,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-54daf1a1-1cba-4938-a7ce-334638393af5 2018-09-04 20:50:05,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:05,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a733fc5a-1931-493b-9843-8f39c6106306 Date: Tue, 04 Sep 2018 20:50:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:50:05,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-a733fc5a-1931-493b-9843-8f39c6106306 2018-09-04 20:50:05,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:05,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-e11f69bf-d437-4852-8bbb-10d5a705f3b2 Date: Tue, 04 Sep 2018 20:50:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.4"}],"id":"100d69de-2fa5-438b-9b92-0464fde4dacc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:ce:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.3"}],"id":"4da77e31-d08c-4099-b20c-9c72ebfaa9c2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:6c:c7","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.2"}],"id":"64de165e-e754-41f9-809c-7619143308f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:76:37","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:49:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.9"}],"id":"dc1623f6-e4d4-4683-b724-2b329a1a82aa","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:44:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:49:03Z","binding:vnic_type":"normal","device_id":"b8b0ef44-2da1-4073-937f-a0c77f321ffa"}]} 2018-09-04 20:50:05,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-e11f69bf-d437-4852-8bbb-10d5a705f3b2 2018-09-04 20:50:08,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:10,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2a43dae-84c3-445d-b772-db697b2fa291 x-compute-request-id: req-e2a43dae-84c3-445d-b772-db697b2fa291 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:44:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:49:56Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:50:10,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-e2a43dae-84c3-445d-b772-db697b2fa291 2018-09-04 20:50:10,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:10,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-99eb0780-6841-4a53-af51-ca7a1b482d89 Date: Tue, 04 Sep 2018 20:50:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:10,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-99eb0780-6841-4a53-af51-ca7a1b482d89 2018-09-04 20:50:10,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:10,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a94edc97-d8b5-4d1a-8f40-a0929e47f7bf Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:50:10,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-a94edc97-d8b5-4d1a-8f40-a0929e47f7bf 2018-09-04 20:50:10,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:10,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-12178788-9d3d-4520-ad0e-25af4a3b5fcb Date: Tue, 04 Sep 2018 20:50:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:50:10,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-12178788-9d3d-4520-ad0e-25af4a3b5fcb 2018-09-04 20:50:10,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:10,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-1e6e5ba0-47fb-4d66-8870-acd7d917ef45 Date: Tue, 04 Sep 2018 20:50:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.4"}],"id":"100d69de-2fa5-438b-9b92-0464fde4dacc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:ce:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.3"}],"id":"4da77e31-d08c-4099-b20c-9c72ebfaa9c2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:6c:c7","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.2"}],"id":"64de165e-e754-41f9-809c-7619143308f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:76:37","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:49:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.9"}],"id":"dc1623f6-e4d4-4683-b724-2b329a1a82aa","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:44:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:49:03Z","binding:vnic_type":"normal","device_id":"b8b0ef44-2da1-4073-937f-a0c77f321ffa"}]} 2018-09-04 20:50:10,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-1e6e5ba0-47fb-4d66-8870-acd7d917ef45 2018-09-04 20:50:10,912 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c9d26186-290d-4f4b-8aec-2c80332dd46e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:11,650 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:10 GMT Server: Apache x-compute-request-id: req-4838321b-b597-4d64-bc93-4043c75675d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4838321b-b597-4d64-bc93-4043c75675d2 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:50:04.000000", "replication_status": null, "snapshot_id": null, "id": "68f60c91-e62c-4488-8ec2-87076b76382c", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f", "bootable": "false", "created_at": "2018-09-04T20:48:54.000000", "volume_type": null}} 2018-09-04 20:50:11,651 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c used request id req-4838321b-b597-4d64-bc93-4043c75675d2 2018-09-04 20:50:11,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:12,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a18b0b8d-12bf-40d4-a02c-0dd76cac2482 x-compute-request-id: req-a18b0b8d-12bf-40d4-a02c-0dd76cac2482 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:44:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:49:56Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:50:12,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-a18b0b8d-12bf-40d4-a02c-0dd76cac2482 2018-09-04 20:50:12,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:12,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-eb6fed08-7607-49f0-aa4e-777e1e0279b0 Date: Tue, 04 Sep 2018 20:50:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:12,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-eb6fed08-7607-49f0-aa4e-777e1e0279b0 2018-09-04 20:50:12,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:12,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4db88de1-7b8a-4303-bf42-9205db0dc520 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:50:12,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-4db88de1-7b8a-4303-bf42-9205db0dc520 2018-09-04 20:50:12,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:12,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4e9dd2eb-6c6c-4a2c-bdbd-0902af988478 Date: Tue, 04 Sep 2018 20:50:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:50:12,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-4e9dd2eb-6c6c-4a2c-bdbd-0902af988478 2018-09-04 20:50:12,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:12,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-cb2a7b01-de7f-4f6b-b6b7-f09fad27ace2 Date: Tue, 04 Sep 2018 20:50:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.4"}],"id":"100d69de-2fa5-438b-9b92-0464fde4dacc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:ce:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.3"}],"id":"4da77e31-d08c-4099-b20c-9c72ebfaa9c2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:6c:c7","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.2"}],"id":"64de165e-e754-41f9-809c-7619143308f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:76:37","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:49:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.9"}],"id":"dc1623f6-e4d4-4683-b724-2b329a1a82aa","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:44:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:49:03Z","binding:vnic_type":"normal","device_id":"b8b0ef44-2da1-4073-937f-a0c77f321ffa"}]} 2018-09-04 20:50:12,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-cb2a7b01-de7f-4f6b-b6b7-f09fad27ace2 2018-09-04 20:50:12,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:13,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d088ef7-7e09-4df3-a4dc-49c568d114a9 x-compute-request-id: req-9d088ef7-7e09-4df3-a4dc-49c568d114a9 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:44:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:49:56Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:50:13,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-9d088ef7-7e09-4df3-a4dc-49c568d114a9 2018-09-04 20:50:13,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:13,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-40184257-593c-44e4-86bc-355db17ece9e Date: Tue, 04 Sep 2018 20:50:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["a68f2cde-5d93-4e72-a0db-cf66a9fc0282"],"description":"","tags":[],"updated_at":"2018-09-04T20:48:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:49Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:13,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net used request id req-40184257-593c-44e4-86bc-355db17ece9e 2018-09-04 20:50:13,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:13,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecee7d15-4a87-4e5f-b6f1-099e58086258 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:50:13,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-ecee7d15-4a87-4e5f-b6f1-099e58086258 2018-09-04 20:50:13,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:13,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3ae3a1fb-ad07-410f-8389-2298df98a105 Date: Tue, 04 Sep 2018 20:50:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","dns_nameservers":[],"updated_at":"2018-09-04T20:48:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet"}]} 2018-09-04 20:50:13,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-3ae3a1fb-ad07-410f-8389-2298df98a105 2018-09-04 20:50:13,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aa3ffd8562b40500c928223d82591fbb2caa90d" 2018-09-04 20:50:14,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-d54064fb-ecca-4d02-acbb-ea314bb5f90f Date: Tue, 04 Sep 2018 20:50:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.4"}],"id":"100d69de-2fa5-438b-9b92-0464fde4dacc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:ce:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.3"}],"id":"4da77e31-d08c-4099-b20c-9c72ebfaa9c2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:6c:c7","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:48:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.2"}],"id":"64de165e-e754-41f9-809c-7619143308f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:76:37","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:48:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:49:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a68f2cde-5d93-4e72-a0db-cf66a9fc0282","ip_address":"10.55.0.9"}],"id":"dc1623f6-e4d4-4683-b724-2b329a1a82aa","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:44:51","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port","admin_state_up":true,"network_id":"3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:49:03Z","binding:vnic_type":"normal","device_id":"b8b0ef44-2da1-4073-937f-a0c77f321ffa"}]} 2018-09-04 20:50:14,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-d54064fb-ecca-4d02-acbb-ea314bb5f90f 2018-09-04 20:50:14,191 - create_instance - INFO - Deleting Port with ID - dc1623f6-e4d4-4683-b724-2b329a1a82aa 2018-09-04 20:50:14,191 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-port 2018-09-04 20:50:14,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/dc1623f6-e4d4-4683-b724-2b329a1a82aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:14,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9b20aef3-07cd-41cc-8603-5d15160ec7f2 Date: Tue, 04 Sep 2018 20:50:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:50:14,766 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/dc1623f6-e4d4-4683-b724-2b329a1a82aa used request id req-9b20aef3-07cd-41cc-8603-5d15160ec7f2 2018-09-04 20:50:14,766 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst 2018-09-04 20:50:14,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:14,949 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:50:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a043b9d2-7044-47f0-a3ee-2dcc0e7476cd x-compute-request-id: req-a043b9d2-7044-47f0-a3ee-2dcc0e7476cd Content-Type: application/json 2018-09-04 20:50:14,949 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-a043b9d2-7044-47f0-a3ee-2dcc0e7476cd 2018-09-04 20:50:14,950 - create_instance - INFO - Checking deletion status 2018-09-04 20:50:14,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:15,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-645962fb-b219-488e-ab19-94f8f2a749f0 x-compute-request-id: req-645962fb-b219-488e-ab19-94f8f2a749f0 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:50:14Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:50:15,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-645962fb-b219-488e-ab19-94f8f2a749f0 2018-09-04 20:50:15,184 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - ACTIVE 2018-09-04 20:50:15,184 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:50:18,188 - create_instance - DEBUG - VM status query timeout in 296.762274981 2018-09-04 20:50:18,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:19,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72383df9-c0c5-4349-bd77-48c63d56df66 x-compute-request-id: req-72383df9-c0c5-4349-bd77-48c63d56df66 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:50:14Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:50:19,057 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-72383df9-c0c5-4349-bd77-48c63d56df66 2018-09-04 20:50:19,057 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - ACTIVE 2018-09-04 20:50:19,057 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:50:22,060 - create_instance - DEBUG - VM status query timeout in 292.889425039 2018-09-04 20:50:22,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:22,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89863983-5d75-4391-bd52-11bdda442274 x-compute-request-id: req-89863983-5d75-4391-bd52-11bdda442274 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa", "rel": "bookmark"}], "image": {"id": "811d5f1d-c26e-46dd-bc03-386ac8a70813", "links": [{"href": "http://172.30.9.26:8774/images/811d5f1d-c26e-46dd-bc03-386ac8a70813", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T20:49:44.000000", "flavor": {"id": "e6d94b98-1166-429a-916d-83859c29fc4d", "links": [{"href": "http://172.30.9.26:8774/flavors/e6d94b98-1166-429a-916d-83859c29fc4d", "rel": "bookmark"}]}, "id": "b8b0ef44-2da1-4073-937f-a0c77f321ffa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:50:14Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst", "created": "2018-09-04T20:49:07Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:50:22,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-89863983-5d75-4391-bd52-11bdda442274 2018-09-04 20:50:22,167 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst] is - ACTIVE 2018-09-04 20:50:22,168 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:50:25,170 - create_instance - DEBUG - VM status query timeout in 289.779834986 2018-09-04 20:50:25,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704fdc43e5dec45c6615b98a12bf69f8ca8f920f" 2018-09-04 20:50:25,216 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:50:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-05cb239b-ed77-4afe-b958-d45a5e0dcb80 x-compute-request-id: req-05cb239b-ed77-4afe-b958-d45a5e0dcb80 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b8b0ef44-2da1-4073-937f-a0c77f321ffa could not be found.", "code": 404}} 2018-09-04 20:50:25,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b8b0ef44-2da1-4073-937f-a0c77f321ffa used request id req-05cb239b-ed77-4afe-b958-d45a5e0dcb80 2018-09-04 20:50:25,217 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b8b0ef44-2da1-4073-937f-a0c77f321ffa could not be found. (HTTP 404) (Request-ID: req-05cb239b-ed77-4afe-b958-d45a5e0dcb80) 2018-09-04 20:50:25,217 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-vm_inst 2018-09-04 20:50:25,221 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-63b9103d-399e-4c0e-a6c3-7339d202056f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb62311ad0c5dbf1458537d842781ad413aa5cb" 2018-09-04 20:50:25,987 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:25 GMT Server: Apache x-compute-request-id: req-344cce07-1d44-4f9b-9a36-535acc06b480 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-344cce07-1d44-4f9b-9a36-535acc06b480 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:50:04.000000", "replication_status": null, "snapshot_id": null, "id": "68f60c91-e62c-4488-8ec2-87076b76382c", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f", "bootable": "false", "created_at": "2018-09-04T20:48:54.000000", "volume_type": null}} 2018-09-04 20:50:25,987 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c used request id req-344cce07-1d44-4f9b-9a36-535acc06b480 2018-09-04 20:50:25,988 - create_volume - DEBUG - Instance status is - available 2018-09-04 20:50:25,988 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f 2018-09-04 20:50:25,988 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f 2018-09-04 20:50:25,991 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-63b9103d-399e-4c0e-a6c3-7339d202056f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb62311ad0c5dbf1458537d842781ad413aa5cb" 2018-09-04 20:50:26,088 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:50:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-94bfaa9a-5009-497e-8fbc-1c6faa30cbc4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:50:26,089 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c used request id req-94bfaa9a-5009-497e-8fbc-1c6faa30cbc4 2018-09-04 20:50:26,092 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-63b9103d-399e-4c0e-a6c3-7339d202056f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb62311ad0c5dbf1458537d842781ad413aa5cb" 2018-09-04 20:50:26,838 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:50:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6f60b428-cdcd-490f-a08c-34679100c4f4 x-openstack-request-id: req-6f60b428-cdcd-490f-a08c-34679100c4f4 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 68f60c91-e62c-4488-8ec2-87076b76382c could not be found.", "code": 404}} 2018-09-04 20:50:26,838 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/68f60c91-e62c-4488-8ec2-87076b76382c used request id req-6f60b428-cdcd-490f-a08c-34679100c4f4 2018-09-04 20:50:26,838 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 68f60c91-e62c-4488-8ec2-87076b76382c could not be found. (HTTP 404) (Request-ID: req-6f60b428-cdcd-490f-a08c-34679100c4f4) 2018-09-04 20:50:26,838 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f 2018-09-04 20:50:26,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/e6d94b98-1166-429a-916d-83859c29fc4d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce5f2001740b07da735f8dc12173bf4d3ffcc9c" 2018-09-04 20:50:26,885 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-71542858-a572-4cdd-9056-6a49bce69a28 x-compute-request-id: req-71542858-a572-4cdd-9056-6a49bce69a28 Content-Length: 0 Content-Type: application/json 2018-09-04 20:50:26,885 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e6d94b98-1166-429a-916d-83859c29fc4d used request id req-71542858-a572-4cdd-9056-6a49bce69a28 2018-09-04 20:50:26,886 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet 2018-09-04 20:50:26,886 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-subnet 2018-09-04 20:50:26,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/a68f2cde-5d93-4e72-a0db-cf66a9fc0282 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46f16ee402f0c7451fd21989c882b8d21adb3102" 2018-09-04 20:50:29,054 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9890cd4f-dc66-40c1-bf4e-8b3d43562d86 Date: Tue, 04 Sep 2018 20:50:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:50:29,054 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/a68f2cde-5d93-4e72-a0db-cf66a9fc0282 used request id req-9890cd4f-dc66-40c1-bf4e-8b3d43562d86 2018-09-04 20:50:29,054 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-net 2018-09-04 20:50:29,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46f16ee402f0c7451fd21989c882b8d21adb3102" 2018-09-04 20:50:30,515 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5da115b0-8c99-4349-aa0f-f2b85b4e1457 Date: Tue, 04 Sep 2018 20:50:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:50:30,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/3d7f2b84-d419-46bd-bf4a-ee9f5710dd3b used request id req-5da115b0-8c99-4349-aa0f-f2b85b4e1457 2018-09-04 20:50:30,516 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-a129d63b-53ad-45da-8328-7434f4132a2f-image 2018-09-04 20:50:30,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf0b89b6ef079696c74067925b41b20b63cc2e8e" 2018-09-04 20:50:32,862 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-90695198-496a-4946-ada8-5ddbc3872e37 Date: Tue, 04 Sep 2018 20:50:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:50:32,862 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/811d5f1d-c26e-46dd-bc03-386ac8a70813 used request id req-90695198-496a-4946-ada8-5ddbc3872e37 2018-09-04 20:50:32,864 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:50:32,867 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 20:50:32,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:50:32,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:50:33,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:50:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["Yp15SJ7NTl6sWmn-tq9frA"], "issued_at": "2018-09-04T20:50:33.000000Z"}} 2018-09-04 20:50:33,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589bc3ad88f6b697f10c6492c75cc9dee36c433d" 2018-09-04 20:50:33,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c04c2f3d-6a33-4b52-9f6e-263b16a3c510 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:50:33,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c04c2f3d-6a33-4b52-9f6e-263b16a3c510 2018-09-04 20:50:33,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}589bc3ad88f6b697f10c6492c75cc9dee36c433d" 2018-09-04 20:50:33,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-551c24c7-6c47-46e4-9445-277258e93472 Date: Tue, 04 Sep 2018 20:50:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image"} 2018-09-04 20:50:33,517 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image used request id req-551c24c7-6c47-46e4-9445-277258e93472 2018-09-04 20:50:33,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}589bc3ad88f6b697f10c6492c75cc9dee36c433d" 2018-09-04 20:50:33,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0af2fe7d-fd8d-47ed-8cf3-afdcee2092b5 Date: Tue, 04 Sep 2018 20:50:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:50:33,665 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-0af2fe7d-fd8d-47ed-8cf3-afdcee2092b5 2018-09-04 20:50:33,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}589bc3ad88f6b697f10c6492c75cc9dee36c433d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image"}' 2018-09-04 20:50:34,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693 X-Openstack-Request-Id: req-eb7bf8fd-8d03-44bf-8b3a-aad345a049a5 Date: Tue, 04 Sep 2018 20:50:34 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:50:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T20:50:33Z", "visibility": "shared", "locations": [], "self": "/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "min_disk": 0, "protected": false, "id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "file": "/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693/file", "checksum": null, "owner": "21a717df1f2c484095e6f33236f533f4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:50:34,065 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-eb7bf8fd-8d03-44bf-8b3a-aad345a049a5 2018-09-04 20:50:34,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}589bc3ad88f6b697f10c6492c75cc9dee36c433d" -d '' 2018-09-04 20:50:35,754 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-80e0c4ad-7fa7-4afc-9917-31b609c0d3a9 Date: Tue, 04 Sep 2018 20:50:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:50:35,754 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693/file used request id req-80e0c4ad-7fa7-4afc-9917-31b609c0d3a9 2018-09-04 20:50:35,755 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:50:35,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}589bc3ad88f6b697f10c6492c75cc9dee36c433d" 2018-09-04 20:50:36,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-b5decc10-f7b1-4d9c-83f1-c89191c88888 Date: Tue, 04 Sep 2018 20:50:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:50:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:50:35Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/30019bc5-8a5b-4a3a-98ca-6827769f9693/snap", "metadata": {}}], "self": "/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "min_disk": 0, "protected": false, "id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "file": "/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/30019bc5-8a5b-4a3a-98ca-6827769f9693/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:50:36,420 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693 used request id req-b5decc10-f7b1-4d9c-83f1-c89191c88888 2018-09-04 20:50:36,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}589bc3ad88f6b697f10c6492c75cc9dee36c433d" 2018-09-04 20:50:36,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7afa9982-001c-44a8-a227-bcb9c681bc97 Date: Tue, 04 Sep 2018 20:50:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:50:36,589 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-7afa9982-001c-44a8-a227-bcb9c681bc97 2018-09-04 20:50:36,592 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image 2018-09-04 20:50:36,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}589bc3ad88f6b697f10c6492c75cc9dee36c433d" 2018-09-04 20:50:36,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-f7406c54-7171-4d31-a49e-3f8473bf6c08 Date: Tue, 04 Sep 2018 20:50:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:50:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:50:35Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/30019bc5-8a5b-4a3a-98ca-6827769f9693/snap", "metadata": {}}], "self": "/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "min_disk": 0, "protected": false, "id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "file": "/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/30019bc5-8a5b-4a3a-98ca-6827769f9693/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:50:36,814 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693 used request id req-f7406c54-7171-4d31-a49e-3f8473bf6c08 2018-09-04 20:50:36,814 - create_image - DEBUG - Instance status is - active 2018-09-04 20:50:36,815 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image 2018-09-04 20:50:36,815 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image 2018-09-04 20:50:36,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:50:36,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:50:37,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:50:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["j5bfvVWXTEWsAdwca7FG-A"], "issued_at": "2018-09-04T20:50:37.000000Z"}} 2018-09-04 20:50:37,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e983553b7c9c073fd700be2c6aee9f807fdfd4b" 2018-09-04 20:50:37,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec28a70-d5b5-4ed6-9edd-74d48806c18b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:50:37,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dec28a70-d5b5-4ed6-9edd-74d48806c18b 2018-09-04 20:50:37,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e983553b7c9c073fd700be2c6aee9f807fdfd4b" 2018-09-04 20:50:37,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b8b86679-b5c7-4b7b-9e45-18e2007a9773 Date: Tue, 04 Sep 2018 20:50:37 GMT RESP BODY: {"networks":[]} 2018-09-04 20:50:37,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net used request id req-b8b86679-b5c7-4b7b-9e45-18e2007a9773 2018-09-04 20:50:37,479 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net 2018-09-04 20:50:37,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e983553b7c9c073fd700be2c6aee9f807fdfd4b" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net", "admin_state_up": true}}' 2018-09-04 20:50:37,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-b03164a6-c525-4742-82b3-6ab59f3933cc Date: Tue, 04 Sep 2018 20:50:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:50:37Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:37Z","mtu":1450}} 2018-09-04 20:50:37,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-b03164a6-c525-4742-82b3-6ab59f3933cc 2018-09-04 20:50:37,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e983553b7c9c073fd700be2c6aee9f807fdfd4b" 2018-09-04 20:50:38,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-e417745d-ca7c-4114-85c5-c4d96a51cb5f Date: Tue, 04 Sep 2018 20:50:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:50:37Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:38,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-e417745d-ca7c-4114-85c5-c4d96a51cb5f 2018-09-04 20:50:38,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e983553b7c9c073fd700be2c6aee9f807fdfd4b" 2018-09-04 20:50:38,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e5729f26-af4d-43b2-91f7-3633c92d7df7 Date: Tue, 04 Sep 2018 20:50:38 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:50:38,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-e5729f26-af4d-43b2-91f7-3633c92d7df7 2018-09-04 20:50:38,446 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet 2018-09-04 20:50:38,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e983553b7c9c073fd700be2c6aee9f807fdfd4b" -d '{"subnets": [{"ip_version": 4, "network_id": "ae597a46-6c2c-4fb5-8025-d1fa6930ef58", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet"}]}' 2018-09-04 20:50:39,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-00d8691e-23ec-4209-9e61-3234781ca02c Date: Tue, 04 Sep 2018 20:50:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:50:38Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"da51d95a-d6b1-47e3-8860-40e0234df142","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet"}]} 2018-09-04 20:50:39,102 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-00d8691e-23ec-4209-9e61-3234781ca02c 2018-09-04 20:50:39,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e983553b7c9c073fd700be2c6aee9f807fdfd4b" 2018-09-04 20:50:39,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d95466b1-4138-4ee7-82d6-e03f322bb67b Date: Tue, 04 Sep 2018 20:50:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["da51d95a-d6b1-47e3-8860-40e0234df142"],"description":"","tags":[],"updated_at":"2018-09-04T20:50:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:39,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-d95466b1-4138-4ee7-82d6-e03f322bb67b 2018-09-04 20:50:39,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e983553b7c9c073fd700be2c6aee9f807fdfd4b" 2018-09-04 20:50:39,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b0233bb9-79c3-40ef-afe3-8a4d2422ee60 Date: Tue, 04 Sep 2018 20:50:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:50:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"da51d95a-d6b1-47e3-8860-40e0234df142","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet"}]} 2018-09-04 20:50:39,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-b0233bb9-79c3-40ef-afe3-8a4d2422ee60 2018-09-04 20:50:39,571 - OpenStackNetwork - DEBUG - Network [ae597a46-6c2c-4fb5-8025-d1fa6930ef58] created successfully 2018-09-04 20:50:39,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:50:39,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:50:39,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:50:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["sB_4CrcPS-iAJc_HsXgVyw"], "issued_at": "2018-09-04T20:50:39.000000Z"}} 2018-09-04 20:50:39,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c14f9d5fa22491d3052814ac70afe23f3a058ef" 2018-09-04 20:50:40,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eed37823-44c8-4752-b2f8-ce9a9353d03f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:50:40,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-eed37823-44c8-4752-b2f8-ce9a9353d03f 2018-09-04 20:50:40,041 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:50:40,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c14f9d5fa22491d3052814ac70afe23f3a058ef" 2018-09-04 20:50:40,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-71e868a1-b105-4905-89fb-20290fead097 x-compute-request-id: req-71e868a1-b105-4905-89fb-20290fead097 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:50:40,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-71e868a1-b105-4905-89fb-20290fead097 2018-09-04 20:50:40,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c14f9d5fa22491d3052814ac70afe23f3a058ef" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 20:50:40,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d1cbdd7-4e73-4e7f-b31c-971a059a8ab9 x-compute-request-id: req-4d1cbdd7-4e73-4e7f-b31c-971a059a8ab9 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:50:40,447 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4d1cbdd7-4e73-4e7f-b31c-971a059a8ab9 2018-09-04 20:50:40,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:50:40,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:50:40,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:50:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["3x2S-gPiTSiCQbiE7NOibg"], "issued_at": "2018-09-04T20:50:40.000000Z"}} 2018-09-04 20:50:40,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bb5a4b11c28e7a1c78f60d9dc0e16df70ac479" 2018-09-04 20:50:40,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4976206f-3fc8-491c-bdb2-c9643ce7b51c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:50:40,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4976206f-3fc8-491c-bdb2-c9643ce7b51c 2018-09-04 20:50:40,917 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bb5a4b11c28e7a1c78f60d9dc0e16df70ac479" 2018-09-04 20:50:41,660 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:40 GMT Server: Apache x-compute-request-id: req-3a959c68-7ac2-483c-b64a-dee744a02734 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3a959c68-7ac2-483c-b64a-dee744a02734 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 20:50:41,660 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/detail used request id req-3a959c68-7ac2-483c-b64a-dee744a02734 2018-09-04 20:50:41,664 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3a959c68-7ac2-483c-b64a-dee744a02734" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bb5a4b11c28e7a1c78f60d9dc0e16df70ac479" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 20:50:42,570 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:50:41 GMT Server: Apache x-compute-request-id: req-42e10207-2b3b-4744-b9e8-2887ec18908c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-42e10207-2b3b-4744-b9e8-2887ec18908c Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T20:50:42.451181", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "size": 1}} 2018-09-04 20:50:42,570 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes used request id req-42e10207-2b3b-4744-b9e8-2887ec18908c 2018-09-04 20:50:42,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3a959c68-7ac2-483c-b64a-dee744a02734" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bb5a4b11c28e7a1c78f60d9dc0e16df70ac479" 2018-09-04 20:50:43,330 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:42 GMT Server: Apache x-compute-request-id: req-845d6899-9c72-4e3c-b7b4-1097f325e67d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-845d6899-9c72-4e3c-b7b4-1097f325e67d Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:50:42.000000", "replication_status": null, "snapshot_id": null, "id": "7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3", "bootable": "false", "created_at": "2018-09-04T20:50:42.000000", "volume_type": null}} 2018-09-04 20:50:43,330 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6 used request id req-845d6899-9c72-4e3c-b7b4-1097f325e67d 2018-09-04 20:50:43,331 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3 2018-09-04 20:50:43,333 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3a959c68-7ac2-483c-b64a-dee744a02734" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bb5a4b11c28e7a1c78f60d9dc0e16df70ac479" 2018-09-04 20:50:43,542 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:43 GMT Server: Apache x-compute-request-id: req-561b871b-55c1-4cfc-9a42-73366a5f8a5b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-561b871b-55c1-4cfc-9a42-73366a5f8a5b Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:50:42.000000", "replication_status": null, "snapshot_id": null, "id": "7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3", "bootable": "false", "created_at": "2018-09-04T20:50:42.000000", "volume_type": null}} 2018-09-04 20:50:43,542 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6 used request id req-561b871b-55c1-4cfc-9a42-73366a5f8a5b 2018-09-04 20:50:43,542 - create_volume - DEBUG - Instance status is - available 2018-09-04 20:50:43,543 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3 2018-09-04 20:50:43,543 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3 2018-09-04 20:50:43,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:50:43,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:50:43,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:50:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["e6ctLl4nSX2cIL3BQS3dnQ"], "issued_at": "2018-09-04T20:50:43.000000Z"}} 2018-09-04 20:50:43,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:44,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8a71b12-c628-4c07-8ddd-4a53f84d828b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:50:44,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b8a71b12-c628-4c07-8ddd-4a53f84d828b 2018-09-04 20:50:44,006 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:50:44,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:44,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45fc7163-8ca7-4027-9f6b-a0ee865a9c72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:50:44,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-45fc7163-8ca7-4027-9f6b-a0ee865a9c72 2018-09-04 20:50:44,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:44,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-55c801e0-e319-4c62-a79d-52d46f8a84d5 Date: Tue, 04 Sep 2018 20:50:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["da51d95a-d6b1-47e3-8860-40e0234df142"],"description":"","tags":[],"updated_at":"2018-09-04T20:50:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:44,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net used request id req-55c801e0-e319-4c62-a79d-52d46f8a84d5 2018-09-04 20:50:44,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:50:44,358 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:50:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:50:44,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:44,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c86f3d59-2c21-4819-85d0-faeb7e735adb Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:50:44,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-c86f3d59-2c21-4819-85d0-faeb7e735adb 2018-09-04 20:50:44,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:44,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b626310a-8659-494d-a0e8-0d9924a339b7 Date: Tue, 04 Sep 2018 20:50:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:50:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"da51d95a-d6b1-47e3-8860-40e0234df142","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet"}]} 2018-09-04 20:50:44,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-b626310a-8659-494d-a0e8-0d9924a339b7 2018-09-04 20:50:44,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58&name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:44,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dfb8ed56-b8e5-45ff-a7c6-4f50bbeff3e1 Date: Tue, 04 Sep 2018 20:50:44 GMT RESP BODY: {"ports":[]} 2018-09-04 20:50:44,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58&name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-port&admin_state_up=True used request id req-dfb8ed56-b8e5-45ff-a7c6-4f50bbeff3e1 2018-09-04 20:50:44,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:45,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e560e1d-c1ca-466f-94f3-a669df8c181f x-compute-request-id: req-4e560e1d-c1ca-466f-94f3-a669df8c181f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 20:50:45,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst used request id req-4e560e1d-c1ca-466f-94f3-a669df8c181f 2018-09-04 20:50:45,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:45,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-39cccfe0-2748-4ae3-9983-1c0db8c0500d Date: Tue, 04 Sep 2018 20:50:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["da51d95a-d6b1-47e3-8860-40e0234df142"],"description":"","tags":[],"updated_at":"2018-09-04T20:50:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:45,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net used request id req-39cccfe0-2748-4ae3-9983-1c0db8c0500d 2018-09-04 20:50:45,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:45,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87fdb1d1-fddc-452c-a630-80580f407f55 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:50:45,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-87fdb1d1-fddc-452c-a630-80580f407f55 2018-09-04 20:50:45,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:45,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8db7588e-d308-4adb-b37c-ef801eb5aea4 Date: Tue, 04 Sep 2018 20:50:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:50:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"da51d95a-d6b1-47e3-8860-40e0234df142","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet"}]} 2018-09-04 20:50:45,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-8db7588e-d308-4adb-b37c-ef801eb5aea4 2018-09-04 20:50:45,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58&name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:45,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-30c895fb-ab18-40ab-a87f-4be148f3975d Date: Tue, 04 Sep 2018 20:50:45 GMT RESP BODY: {"ports":[]} 2018-09-04 20:50:45,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58&name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-port&admin_state_up=True used request id req-30c895fb-ab18-40ab-a87f-4be148f3975d 2018-09-04 20:50:45,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:50:45,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:50:46,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:50:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["7yW9zsi7R0eeJKc-Ejrfaw"], "issued_at": "2018-09-04T20:50:46.000000Z"}} 2018-09-04 20:50:46,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe1d99f2394fbae9fc87ed6b3832fb3d69e45e06" 2018-09-04 20:50:46,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8c61bff-b9c8-4e0a-a42d-ce4af5a9838c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:50:46,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b8c61bff-b9c8-4e0a-a42d-ce4af5a9838c 2018-09-04 20:50:46,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:46,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4d03e851-929e-465a-a791-a45c64282b13 Date: Tue, 04 Sep 2018 20:50:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["da51d95a-d6b1-47e3-8860-40e0234df142"],"description":"","tags":[],"updated_at":"2018-09-04T20:50:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:46,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net used request id req-4d03e851-929e-465a-a791-a45c64282b13 2018-09-04 20:50:46,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:47,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4223c4ac-ad15-4236-a876-07aa16e00564 Date: Tue, 04 Sep 2018 20:50:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:50:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"da51d95a-d6b1-47e3-8860-40e0234df142","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet"}]} 2018-09-04 20:50:47,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-4223c4ac-ad15-4236-a876-07aa16e00564 2018-09-04 20:50:47,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:47,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8cbea9c4-b681-4492-9e54-5d0e43d0729c Date: Tue, 04 Sep 2018 20:50:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["da51d95a-d6b1-47e3-8860-40e0234df142"],"description":"","tags":[],"updated_at":"2018-09-04T20:50:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:47,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net used request id req-8cbea9c4-b681-4492-9e54-5d0e43d0729c 2018-09-04 20:50:47,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:50:47,190 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:50:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:50:47,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe1d99f2394fbae9fc87ed6b3832fb3d69e45e06" 2018-09-04 20:50:47,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-376447ef-f32a-4276-baf1-3f7718ae7acf Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:50:47,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-376447ef-f32a-4276-baf1-3f7718ae7acf 2018-09-04 20:50:47,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:47,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9fff7922-a789-447b-b6e6-3a31c2d37120 Date: Tue, 04 Sep 2018 20:50:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:50:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"da51d95a-d6b1-47e3-8860-40e0234df142","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet"}]} 2018-09-04 20:50:47,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-9fff7922-a789-447b-b6e6-3a31c2d37120 2018-09-04 20:50:47,510 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net 2018-09-04 20:50:47,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" -d '{"port": {"network_id": "ae597a46-6c2c-4fb5-8025-d1fa6930ef58", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-port", "admin_state_up": true}}' 2018-09-04 20:50:48,455 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-d73d6738-f089-4b62-ae8f-a2112bb17fb2 Date: Tue, 04 Sep 2018 20:50:48 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:50:47Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"da51d95a-d6b1-47e3-8860-40e0234df142","ip_address":"10.55.0.14"}],"id":"fc0649ed-a919-4bf7-a340-5c99c203ca43","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:5d:8a","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-port","project_id":"21a717df1f2c484095e6f33236f533f4","qos_policy_id":null,"admin_state_up":true,"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:47Z","binding:vnic_type":"normal"}} 2018-09-04 20:50:48,455 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-d73d6738-f089-4b62-ae8f-a2112bb17fb2 2018-09-04 20:50:48,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:48,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2dcf1642-ed3c-465f-9360-05837be65a92 Date: Tue, 04 Sep 2018 20:50:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["da51d95a-d6b1-47e3-8860-40e0234df142"],"description":"","tags":[],"updated_at":"2018-09-04T20:50:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:50:48,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net used request id req-2dcf1642-ed3c-465f-9360-05837be65a92 2018-09-04 20:50:48,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:48,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19bce26-accd-47ba-a827-3811599c519b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:50:48,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-e19bce26-accd-47ba-a827-3811599c519b 2018-09-04 20:50:48,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:48,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-05941934-b943-4284-9e58-677860a50615 Date: Tue, 04 Sep 2018 20:50:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:50:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"da51d95a-d6b1-47e3-8860-40e0234df142","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet"}]} 2018-09-04 20:50:48,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-05941934-b943-4284-9e58-677860a50615 2018-09-04 20:50:48,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58&name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:49,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-3b8e69f6-d964-4ae9-ae8c-6edf1298a702 Date: Tue, 04 Sep 2018 20:50:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:50:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"da51d95a-d6b1-47e3-8860-40e0234df142","ip_address":"10.55.0.14"}],"id":"fc0649ed-a919-4bf7-a340-5c99c203ca43","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:5d:8a","project_id":"21a717df1f2c484095e6f33236f533f4","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-port","admin_state_up":true,"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:47Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 20:50:49,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58&name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-port&admin_state_up=True used request id req-3b8e69f6-d964-4ae9-ae8c-6edf1298a702 2018-09-04 20:50:49,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:49,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcea067d-725d-4ea8-bc60-5756f10150d1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:50:49,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-fcea067d-725d-4ea8-bc60-5756f10150d1 2018-09-04 20:50:49,089 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst 2018-09-04 20:50:49,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:49,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3358f4e-f0d4-4edf-a086-9ab889b84812 x-compute-request-id: req-a3358f4e-f0d4-4edf-a086-9ab889b84812 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-flavor"}]} 2018-09-04 20:50:49,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a3358f4e-f0d4-4edf-a086-9ab889b84812 2018-09-04 20:50:49,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:49,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe4eb027-8778-4938-8a14-0a0a0e297611 x-compute-request-id: req-fe4eb027-8778-4938-8a14-0a0a0e297611 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:50:49,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c used request id req-fe4eb027-8778-4938-8a14-0a0a0e297611 2018-09-04 20:50:49,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:50,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-ae24a33d-036b-4380-8517-36fbfcacea79 Date: Tue, 04 Sep 2018 20:50:50 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:50:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:50:35Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/30019bc5-8a5b-4a3a-98ca-6827769f9693/snap", "metadata": {}}], "self": "/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "min_disk": 0, "protected": false, "id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "file": "/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/30019bc5-8a5b-4a3a-98ca-6827769f9693/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image"} 2018-09-04 20:50:50,002 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image used request id req-ae24a33d-036b-4380-8517-36fbfcacea79 2018-09-04 20:50:50,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:50,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ca000552-afeb-488f-b603-667232463404 Date: Tue, 04 Sep 2018 20:50:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:50:50,152 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-ca000552-afeb-488f-b603-667232463404 2018-09-04 20:50:50,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst", "imageRef": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "flavorRef": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "max_count": 1, "min_count": 1, "networks": [{"port": "fc0649ed-a919-4bf7-a340-5c99c203ca43"}]}}' 2018-09-04 20:50:51,996 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:50:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c9462215-4e2b-44a9-9876-1eea358c94d1 x-compute-request-id: req-c9462215-4e2b-44a9-9876-1eea358c94d1 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5eb67939-b910-4032-b629-775e0fecd4aa", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "bookmark"}], "adminPass": "5JwkLMH5EsLy"}} 2018-09-04 20:50:51,996 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-c9462215-4e2b-44a9-9876-1eea358c94d1 2018-09-04 20:50:52,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:52,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90ca5a33-3117-4edb-a18c-883472ed6a4b x-compute-request-id: req-90ca5a33-3117-4edb-a18c-883472ed6a4b Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "bookmark"}], "image": {"id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "links": [{"href": "http://172.30.9.26:8774/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "links": [{"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}]}, "id": "5eb67939-b910-4032-b629-775e0fecd4aa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:50:52Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst", "created": "2018-09-04T20:50:51Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:50:52,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-90ca5a33-3117-4edb-a18c-883472ed6a4b 2018-09-04 20:50:52,355 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst 2018-09-04 20:50:52,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:53,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11b4ae2d-f093-47b3-8232-3702f2e17ce9 x-compute-request-id: req-11b4ae2d-f093-47b3-8232-3702f2e17ce9 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "bookmark"}], "image": {"id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "links": [{"href": "http://172.30.9.26:8774/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "links": [{"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}]}, "id": "5eb67939-b910-4032-b629-775e0fecd4aa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:50:52Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst", "created": "2018-09-04T20:50:51Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:50:53,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-11b4ae2d-f093-47b3-8232-3702f2e17ce9 2018-09-04 20:50:53,072 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst] is - BUILD 2018-09-04 20:50:53,072 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:50:56,073 - create_instance - DEBUG - VM status query timeout in 896.282635927 2018-09-04 20:50:56,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:50:56,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-209ce617-1001-48ab-b632-1c4351ccf6ce x-compute-request-id: req-209ce617-1001-48ab-b632-1c4351ccf6ce Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "bookmark"}], "image": {"id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "links": [{"href": "http://172.30.9.26:8774/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "links": [{"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}]}, "id": "5eb67939-b910-4032-b629-775e0fecd4aa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:50:55Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst", "created": "2018-09-04T20:50:51Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:50:56,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-209ce617-1001-48ab-b632-1c4351ccf6ce 2018-09-04 20:50:56,535 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst] is - BUILD 2018-09-04 20:50:56,535 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:50:59,539 - create_instance - DEBUG - VM status query timeout in 892.816574097 2018-09-04 20:50:59,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:00,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:50:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aebde6f5-804d-4b53-8aa2-c613e60f981f x-compute-request-id: req-aebde6f5-804d-4b53-8aa2-c613e60f981f Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:5d:8a", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "bookmark"}], "image": {"id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "links": [{"href": "http://172.30.9.26:8774/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "links": [{"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}]}, "id": "5eb67939-b910-4032-b629-775e0fecd4aa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:50:55Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst", "created": "2018-09-04T20:50:51Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:51:00,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-aebde6f5-804d-4b53-8aa2-c613e60f981f 2018-09-04 20:51:00,062 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst] is - BUILD 2018-09-04 20:51:00,062 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:51:03,065 - create_instance - DEBUG - VM status query timeout in 889.29014802 2018-09-04 20:51:03,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:03,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71978dce-77b1-4ef6-8fc9-4e0a07df5452 x-compute-request-id: req-71978dce-77b1-4ef6-8fc9-4e0a07df5452 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:5d:8a", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "bookmark"}], "image": {"id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "links": [{"href": "http://172.30.9.26:8774/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-04T20:51:00.000000", "flavor": {"id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "links": [{"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}]}, "id": "5eb67939-b910-4032-b629-775e0fecd4aa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:51:01Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst", "created": "2018-09-04T20:50:51Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:51:03,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-71978dce-77b1-4ef6-8fc9-4e0a07df5452 2018-09-04 20:51:03,676 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst] is - ACTIVE 2018-09-04 20:51:03,677 - create_instance - INFO - VM is - ACTIVE 2018-09-04 20:51:03,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:04,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7758f38-f15c-4eee-84c1-98f0dd92e22e x-compute-request-id: req-a7758f38-f15c-4eee-84c1-98f0dd92e22e Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:5d:8a", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "bookmark"}], "image": {"id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "links": [{"href": "http://172.30.9.26:8774/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-04T20:51:00.000000", "flavor": {"id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "links": [{"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}]}, "id": "5eb67939-b910-4032-b629-775e0fecd4aa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:51:01Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst", "created": "2018-09-04T20:50:51Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:51:04,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-a7758f38-f15c-4eee-84c1-98f0dd92e22e 2018-09-04 20:51:04,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:04,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8e4521e5-1d60-4675-aa79-77f744f1128b Date: Tue, 04 Sep 2018 20:51:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["da51d95a-d6b1-47e3-8860-40e0234df142"],"description":"","tags":[],"updated_at":"2018-09-04T20:50:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:51:04,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net used request id req-8e4521e5-1d60-4675-aa79-77f744f1128b 2018-09-04 20:51:04,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:04,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb4f6b3c-2b41-44f7-9624-f4795994acc6 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:51:04,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-eb4f6b3c-2b41-44f7-9624-f4795994acc6 2018-09-04 20:51:04,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:04,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f2e48f49-5804-4ae7-9348-c785def38a23 Date: Tue, 04 Sep 2018 20:51:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:50:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"da51d95a-d6b1-47e3-8860-40e0234df142","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet"}]} 2018-09-04 20:51:04,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-f2e48f49-5804-4ae7-9348-c785def38a23 2018-09-04 20:51:04,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:04,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-4675fd3b-ff76-413e-bd5a-60e3e6838f94 Date: Tue, 04 Sep 2018 20:51:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:50:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"da51d95a-d6b1-47e3-8860-40e0234df142","ip_address":"10.55.0.4"}],"id":"098322f1-fe3c-46a3-bd37-18ed8bbf12d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b8:3e:82","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ae597a46-6c2c-4fb5-8025-d1fa6930ef58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:50:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"da51d95a-d6b1-47e3-8860-40e0234df142","ip_address":"10.55.0.2"}],"id":"c99ea2fa-f1ac-4f75-bc75-324844127fc8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:fc:bb","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ae597a46-6c2c-4fb5-8025-d1fa6930ef58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:50:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"da51d95a-d6b1-47e3-8860-40e0234df142","ip_address":"10.55.0.3"}],"id":"df5c2bee-2f98-49ce-8498-8c8799ea7037","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:47:ce","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ae597a46-6c2c-4fb5-8025-d1fa6930ef58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"da51d95a-d6b1-47e3-8860-40e0234df142","ip_address":"10.55.0.14"}],"id":"fc0649ed-a919-4bf7-a340-5c99c203ca43","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:5d:8a","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-port","admin_state_up":true,"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:47Z","binding:vnic_type":"normal","device_id":"5eb67939-b910-4032-b629-775e0fecd4aa"}]} 2018-09-04 20:51:04,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-4675fd3b-ff76-413e-bd5a-60e3e6838f94 2018-09-04 20:51:04,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:51:04,735 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:51:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["6_0kbAoVTTmrOJN-v2g_Pw"], "issued_at": "2018-09-04T20:51:04.000000Z"}} 2018-09-04 20:51:04,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14003569f76918140f4363946e946106d7faf1b3" 2018-09-04 20:51:04,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af63b31e-82b8-42b7-8ffb-2870b9aad8e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:51:04,815 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-af63b31e-82b8-42b7-8ffb-2870b9aad8e3 2018-09-04 20:51:04,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:05,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a1c6767-64e8-4c9f-99d8-c468d904524f x-compute-request-id: req-9a1c6767-64e8-4c9f-99d8-c468d904524f Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:5d:8a", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "bookmark"}], "image": {"id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "links": [{"href": "http://172.30.9.26:8774/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-04T20:51:00.000000", "flavor": {"id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "links": [{"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}]}, "id": "5eb67939-b910-4032-b629-775e0fecd4aa", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:51:01Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst", "created": "2018-09-04T20:50:51Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:51:05,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-9a1c6767-64e8-4c9f-99d8-c468d904524f 2018-09-04 20:51:05,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:05,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1de40aec-5ce2-4b53-a230-3101218363db Date: Tue, 04 Sep 2018 20:51:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["da51d95a-d6b1-47e3-8860-40e0234df142"],"description":"","tags":[],"updated_at":"2018-09-04T20:50:38Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:37Z","provider:network_type":"vxlan"}]} 2018-09-04 20:51:05,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net used request id req-1de40aec-5ce2-4b53-a230-3101218363db 2018-09-04 20:51:05,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:05,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5445139-341a-4e0e-8680-fd363f4e2734 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:51:05,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-a5445139-341a-4e0e-8680-fd363f4e2734 2018-09-04 20:51:05,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:05,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-374e21d7-1874-4456-92ab-f9e7fad8140d Date: Tue, 04 Sep 2018 20:51:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:38Z","dns_nameservers":[],"updated_at":"2018-09-04T20:50:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"da51d95a-d6b1-47e3-8860-40e0234df142","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet"}]} 2018-09-04 20:51:05,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-374e21d7-1874-4456-92ab-f9e7fad8140d 2018-09-04 20:51:05,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:05,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-f99776de-fd7c-484e-a57f-0e4ecc145932 Date: Tue, 04 Sep 2018 20:51:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:50:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"da51d95a-d6b1-47e3-8860-40e0234df142","ip_address":"10.55.0.4"}],"id":"098322f1-fe3c-46a3-bd37-18ed8bbf12d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b8:3e:82","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ae597a46-6c2c-4fb5-8025-d1fa6930ef58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:50:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"da51d95a-d6b1-47e3-8860-40e0234df142","ip_address":"10.55.0.2"}],"id":"c99ea2fa-f1ac-4f75-bc75-324844127fc8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:fc:bb","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ae597a46-6c2c-4fb5-8025-d1fa6930ef58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:50:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"da51d95a-d6b1-47e3-8860-40e0234df142","ip_address":"10.55.0.3"}],"id":"df5c2bee-2f98-49ce-8498-8c8799ea7037","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:47:ce","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ae597a46-6c2c-4fb5-8025-d1fa6930ef58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"da51d95a-d6b1-47e3-8860-40e0234df142","ip_address":"10.55.0.14"}],"id":"fc0649ed-a919-4bf7-a340-5c99c203ca43","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:5d:8a","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-port","admin_state_up":true,"network_id":"ae597a46-6c2c-4fb5-8025-d1fa6930ef58","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:50:47Z","binding:vnic_type":"normal","device_id":"5eb67939-b910-4032-b629-775e0fecd4aa"}]} 2018-09-04 20:51:05,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-f99776de-fd7c-484e-a57f-0e4ecc145932 2018-09-04 20:51:05,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14003569f76918140f4363946e946106d7faf1b3" -d '{"volumeAttachment": {"volumeId": "7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6"}}' 2018-09-04 20:51:07,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d90c540-8d68-4a43-b1b9-afff9b9a9e5e x-compute-request-id: req-1d90c540-8d68-4a43-b1b9-afff9b9a9e5e Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "5eb67939-b910-4032-b629-775e0fecd4aa", "id": "7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "volumeId": "7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6"}} 2018-09-04 20:51:07,881 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa/os-volume_attachments used request id req-1d90c540-8d68-4a43-b1b9-afff9b9a9e5e 2018-09-04 20:51:07,882 - create_instance - INFO - Deleting Port with ID - fc0649ed-a919-4bf7-a340-5c99c203ca43 2018-09-04 20:51:07,882 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-port 2018-09-04 20:51:07,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/fc0649ed-a919-4bf7-a340-5c99c203ca43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:08,541 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-781044a2-e73f-4f49-b6ce-1b2792d092d0 Date: Tue, 04 Sep 2018 20:51:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:51:08,542 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/fc0649ed-a919-4bf7-a340-5c99c203ca43 used request id req-781044a2-e73f-4f49-b6ce-1b2792d092d0 2018-09-04 20:51:08,542 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst 2018-09-04 20:51:08,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:08,717 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:51:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3e8ca37-03a0-4b29-b930-087db3b94297 x-compute-request-id: req-d3e8ca37-03a0-4b29-b930-087db3b94297 Content-Type: application/json 2018-09-04 20:51:08,717 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-d3e8ca37-03a0-4b29-b930-087db3b94297 2018-09-04 20:51:08,717 - create_instance - INFO - Checking deletion status 2018-09-04 20:51:08,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:09,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9181609a-2b4e-4b14-b7ec-5ffa2ede4d3f x-compute-request-id: req-9181609a-2b4e-4b14-b7ec-5ffa2ede4d3f Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:5d:8a", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "bookmark"}], "image": {"id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "links": [{"href": "http://172.30.9.26:8774/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-04T20:51:00.000000", "flavor": {"id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "links": [{"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}]}, "id": "5eb67939-b910-4032-b629-775e0fecd4aa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:51:08Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst", "created": "2018-09-04T20:50:51Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6"}], "metadata": {}}} 2018-09-04 20:51:09,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-9181609a-2b4e-4b14-b7ec-5ffa2ede4d3f 2018-09-04 20:51:09,131 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst] is - ACTIVE 2018-09-04 20:51:09,131 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:51:12,134 - create_instance - DEBUG - VM status query timeout in 296.583276987 2018-09-04 20:51:12,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:12,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71e2e2e1-08e8-4f7b-94eb-50594344168b x-compute-request-id: req-71e2e2e1-08e8-4f7b-94eb-50594344168b Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "bookmark"}], "image": {"id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "links": [{"href": "http://172.30.9.26:8774/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-04T20:51:00.000000", "flavor": {"id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "links": [{"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}]}, "id": "5eb67939-b910-4032-b629-775e0fecd4aa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:51:11Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst", "created": "2018-09-04T20:50:51Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6"}], "metadata": {}}} 2018-09-04 20:51:12,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-71e2e2e1-08e8-4f7b-94eb-50594344168b 2018-09-04 20:51:12,400 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst] is - ACTIVE 2018-09-04 20:51:12,400 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:51:15,403 - create_instance - DEBUG - VM status query timeout in 293.313771009 2018-09-04 20:51:15,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:15,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32aebff2-2cd9-4c74-976e-5706a9b30c22 x-compute-request-id: req-32aebff2-2cd9-4c74-976e-5706a9b30c22 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "bookmark"}], "image": {"id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "links": [{"href": "http://172.30.9.26:8774/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-04T20:51:00.000000", "flavor": {"id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "links": [{"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}]}, "id": "5eb67939-b910-4032-b629-775e0fecd4aa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:51:11Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst", "created": "2018-09-04T20:50:51Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6"}], "metadata": {}}} 2018-09-04 20:51:15,652 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-32aebff2-2cd9-4c74-976e-5706a9b30c22 2018-09-04 20:51:15,653 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst] is - ACTIVE 2018-09-04 20:51:15,653 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:51:18,656 - create_instance - DEBUG - VM status query timeout in 290.061276913 2018-09-04 20:51:18,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:19,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37bf44d8-9f85-42bb-a7e6-d0199713c44a x-compute-request-id: req-37bf44d8-9f85-42bb-a7e6-d0199713c44a Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5eb67939-b910-4032-b629-775e0fecd4aa", "rel": "bookmark"}], "image": {"id": "30019bc5-8a5b-4a3a-98ca-6827769f9693", "links": [{"href": "http://172.30.9.26:8774/images/30019bc5-8a5b-4a3a-98ca-6827769f9693", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-04T20:51:00.000000", "flavor": {"id": "a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "links": [{"href": "http://172.30.9.26:8774/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c", "rel": "bookmark"}]}, "id": "5eb67939-b910-4032-b629-775e0fecd4aa", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:51:17Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst", "created": "2018-09-04T20:50:51Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6"}], "metadata": {}}} 2018-09-04 20:51:19,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-37bf44d8-9f85-42bb-a7e6-d0199713c44a 2018-09-04 20:51:19,085 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst] is - ACTIVE 2018-09-04 20:51:19,085 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:51:22,088 - create_instance - DEBUG - VM status query timeout in 286.629076958 2018-09-04 20:51:22,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c21f08532475fdf92b9a0ce1ac09680104d4f8" 2018-09-04 20:51:22,137 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f8b38e3-52af-4a26-8163-9b3d8b09978c x-compute-request-id: req-0f8b38e3-52af-4a26-8163-9b3d8b09978c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5eb67939-b910-4032-b629-775e0fecd4aa could not be found.", "code": 404}} 2018-09-04 20:51:22,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5eb67939-b910-4032-b629-775e0fecd4aa used request id req-0f8b38e3-52af-4a26-8163-9b3d8b09978c 2018-09-04 20:51:22,138 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5eb67939-b910-4032-b629-775e0fecd4aa could not be found. (HTTP 404) (Request-ID: req-0f8b38e3-52af-4a26-8163-9b3d8b09978c) 2018-09-04 20:51:22,138 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-vm_inst 2018-09-04 20:51:22,142 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3a959c68-7ac2-483c-b64a-dee744a02734" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bb5a4b11c28e7a1c78f60d9dc0e16df70ac479" 2018-09-04 20:51:22,905 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:22 GMT Server: Apache x-compute-request-id: req-5de88efe-3fb7-4df9-8da9-6e246ee0fd5e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5de88efe-3fb7-4df9-8da9-6e246ee0fd5e Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:51:12.000000", "replication_status": null, "snapshot_id": null, "id": "7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3", "bootable": "false", "created_at": "2018-09-04T20:50:42.000000", "volume_type": null}} 2018-09-04 20:51:22,905 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6 used request id req-5de88efe-3fb7-4df9-8da9-6e246ee0fd5e 2018-09-04 20:51:22,906 - create_volume - DEBUG - Instance status is - available 2018-09-04 20:51:22,906 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3 2018-09-04 20:51:22,906 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3 2018-09-04 20:51:22,909 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3a959c68-7ac2-483c-b64a-dee744a02734" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bb5a4b11c28e7a1c78f60d9dc0e16df70ac479" 2018-09-04 20:51:23,740 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:51:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-323d98f1-e7ae-4908-bf60-2922e8c5fcff Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:51:23,741 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6 used request id req-323d98f1-e7ae-4908-bf60-2922e8c5fcff 2018-09-04 20:51:23,743 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3a959c68-7ac2-483c-b64a-dee744a02734" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bb5a4b11c28e7a1c78f60d9dc0e16df70ac479" 2018-09-04 20:51:24,554 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:51:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0bffed11-8037-4e68-8dee-312421ad43ac x-openstack-request-id: req-0bffed11-8037-4e68-8dee-312421ad43ac Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6 could not be found.", "code": 404}} 2018-09-04 20:51:24,554 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6 used request id req-0bffed11-8037-4e68-8dee-312421ad43ac 2018-09-04 20:51:24,554 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 7c65db7b-05ee-43df-aae4-cc1bdc8ef5e6 could not be found. (HTTP 404) (Request-ID: req-0bffed11-8037-4e68-8dee-312421ad43ac) 2018-09-04 20:51:24,555 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3 2018-09-04 20:51:24,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c14f9d5fa22491d3052814ac70afe23f3a058ef" 2018-09-04 20:51:24,613 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:51:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80da2cd0-2c58-47f7-8e75-7af011291217 x-compute-request-id: req-80da2cd0-2c58-47f7-8e75-7af011291217 Content-Length: 0 Content-Type: application/json 2018-09-04 20:51:24,613 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/a1a2bf9d-0e5d-4be4-90b9-6559494fb32c used request id req-80da2cd0-2c58-47f7-8e75-7af011291217 2018-09-04 20:51:24,614 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet 2018-09-04 20:51:24,614 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-subnet 2018-09-04 20:51:24,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/da51d95a-d6b1-47e3-8860-40e0234df142 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e983553b7c9c073fd700be2c6aee9f807fdfd4b" 2018-09-04 20:51:26,892 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-da099a17-ecd8-4d5b-bcca-9a6d41f90e0e Date: Tue, 04 Sep 2018 20:51:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:51:26,892 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/da51d95a-d6b1-47e3-8860-40e0234df142 used request id req-da099a17-ecd8-4d5b-bcca-9a6d41f90e0e 2018-09-04 20:51:26,892 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-net 2018-09-04 20:51:26,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/ae597a46-6c2c-4fb5-8025-d1fa6930ef58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e983553b7c9c073fd700be2c6aee9f807fdfd4b" 2018-09-04 20:51:28,180 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97c7a781-635c-44d6-8870-2c2fb64b550a Date: Tue, 04 Sep 2018 20:51:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:51:28,180 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/ae597a46-6c2c-4fb5-8025-d1fa6930ef58 used request id req-97c7a781-635c-44d6-8870-2c2fb64b550a 2018-09-04 20:51:28,181 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-8d4de863-182a-47ac-90d2-dd91a0999bf3-image 2018-09-04 20:51:28,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}589bc3ad88f6b697f10c6492c75cc9dee36c433d" 2018-09-04 20:51:29,791 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-33277dcf-45c6-464c-80fe-c88137c3db6d Date: Tue, 04 Sep 2018 20:51:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:51:29,791 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/30019bc5-8a5b-4a3a-98ca-6827769f9693 used request id req-33277dcf-45c6-464c-80fe-c88137c3db6d 2018-09-04 20:51:29,793 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:51:29,796 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 20:51:29,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:51:29,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:51:30,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:51:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["677uldvSQoyh2IhAQ1B3Yg"], "issued_at": "2018-09-04T20:51:30.000000Z"}} 2018-09-04 20:51:30,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae1f357df8fb47a6a2a337611e782936f7bcfc8" 2018-09-04 20:51:30,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f7617b9-121c-4c35-9aa7-82c5ee4ecc10 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:51:30,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1f7617b9-121c-4c35-9aa7-82c5ee4ecc10 2018-09-04 20:51:30,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bae1f357df8fb47a6a2a337611e782936f7bcfc8" 2018-09-04 20:51:30,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-75388add-e511-42e5-8378-259701758375 Date: Tue, 04 Sep 2018 20:51:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image"} 2018-09-04 20:51:30,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image used request id req-75388add-e511-42e5-8378-259701758375 2018-09-04 20:51:30,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bae1f357df8fb47a6a2a337611e782936f7bcfc8" 2018-09-04 20:51:31,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6635f5c1-b2e0-4510-9627-e75e92cf3974 Date: Tue, 04 Sep 2018 20:51:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:51:31,022 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-6635f5c1-b2e0-4510-9627-e75e92cf3974 2018-09-04 20:51:31,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bae1f357df8fb47a6a2a337611e782936f7bcfc8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image"}' 2018-09-04 20:51:31,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be X-Openstack-Request-Id: req-086107b7-eab2-4ec9-93f1-d6e8b1dc80c3 Date: Tue, 04 Sep 2018 20:51:31 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:51:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T20:51:31Z", "visibility": "shared", "locations": [], "self": "/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "min_disk": 0, "protected": false, "id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "file": "/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be/file", "checksum": null, "owner": "21a717df1f2c484095e6f33236f533f4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:51:31,342 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-086107b7-eab2-4ec9-93f1-d6e8b1dc80c3 2018-09-04 20:51:31,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bae1f357df8fb47a6a2a337611e782936f7bcfc8" -d '' 2018-09-04 20:51:33,754 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1c8c28b-fc61-4b11-a5fc-a46a6c9d9372 Date: Tue, 04 Sep 2018 20:51:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:51:33,754 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be/file used request id req-c1c8c28b-fc61-4b11-a5fc-a46a6c9d9372 2018-09-04 20:51:33,755 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:51:33,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bae1f357df8fb47a6a2a337611e782936f7bcfc8" 2018-09-04 20:51:33,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-0c1b2cc5-5a82-4fc6-b705-03bc1f26395f Date: Tue, 04 Sep 2018 20:51:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:51:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:51:33Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/68d93726-47d9-45d9-8eaa-8bc3568b25be/snap", "metadata": {}}], "self": "/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "min_disk": 0, "protected": false, "id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "file": "/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/68d93726-47d9-45d9-8eaa-8bc3568b25be/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:51:33,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be used request id req-0c1b2cc5-5a82-4fc6-b705-03bc1f26395f 2018-09-04 20:51:33,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bae1f357df8fb47a6a2a337611e782936f7bcfc8" 2018-09-04 20:51:33,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e20f720d-c06c-44bf-aa8c-a5540cd20979 Date: Tue, 04 Sep 2018 20:51:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:51:33,988 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-e20f720d-c06c-44bf-aa8c-a5540cd20979 2018-09-04 20:51:33,991 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image 2018-09-04 20:51:33,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bae1f357df8fb47a6a2a337611e782936f7bcfc8" 2018-09-04 20:51:34,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-da319993-b74f-4b31-9c66-af06231f6261 Date: Tue, 04 Sep 2018 20:51:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:51:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:51:33Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/68d93726-47d9-45d9-8eaa-8bc3568b25be/snap", "metadata": {}}], "self": "/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "min_disk": 0, "protected": false, "id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "file": "/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/68d93726-47d9-45d9-8eaa-8bc3568b25be/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:51:34,011 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be used request id req-da319993-b74f-4b31-9c66-af06231f6261 2018-09-04 20:51:34,011 - create_image - DEBUG - Instance status is - active 2018-09-04 20:51:34,011 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image 2018-09-04 20:51:34,011 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image 2018-09-04 20:51:34,012 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:51:34,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:51:34,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:51:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["rM6CAkGLQLW6PprShmRZ8Q"], "issued_at": "2018-09-04T20:51:34.000000Z"}} 2018-09-04 20:51:34,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b0eec4706823bced55f939042482b9cc08a4eb" 2018-09-04 20:51:34,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e299c36e-1f64-4112-a6b3-dc8addd3b16f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:51:34,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e299c36e-1f64-4112-a6b3-dc8addd3b16f 2018-09-04 20:51:34,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b0eec4706823bced55f939042482b9cc08a4eb" 2018-09-04 20:51:34,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0fef153e-2c5f-43fd-9864-40b2f328d601 Date: Tue, 04 Sep 2018 20:51:34 GMT RESP BODY: {"networks":[]} 2018-09-04 20:51:34,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net used request id req-0fef153e-2c5f-43fd-9864-40b2f328d601 2018-09-04 20:51:34,695 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net 2018-09-04 20:51:34,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b0eec4706823bced55f939042482b9cc08a4eb" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net", "admin_state_up": true}}' 2018-09-04 20:51:35,145 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-fabe3822-7001-4df3-a63a-121793193c83 Date: Tue, 04 Sep 2018 20:51:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","mtu":1450}} 2018-09-04 20:51:35,146 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-fabe3822-7001-4df3-a63a-121793193c83 2018-09-04 20:51:35,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b0eec4706823bced55f939042482b9cc08a4eb" 2018-09-04 20:51:35,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-a3bb7e94-fc80-457b-a928-189e3183ea32 Date: Tue, 04 Sep 2018 20:51:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:51:35,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-a3bb7e94-fc80-457b-a928-189e3183ea32 2018-09-04 20:51:35,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b0eec4706823bced55f939042482b9cc08a4eb" 2018-09-04 20:51:35,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a0493072-5389-4804-a104-1203df403c53 Date: Tue, 04 Sep 2018 20:51:35 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:51:35,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-a0493072-5389-4804-a104-1203df403c53 2018-09-04 20:51:35,554 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet 2018-09-04 20:51:35,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b0eec4706823bced55f939042482b9cc08a4eb" -d '{"subnets": [{"ip_version": 4, "network_id": "280c42e4-4381-4077-b36b-c3e851217d7e", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]}' 2018-09-04 20:51:36,126 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c8f85ef3-1787-4ee3-b5aa-04393536b703 Date: Tue, 04 Sep 2018 20:51:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:51:36,126 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-c8f85ef3-1787-4ee3-b5aa-04393536b703 2018-09-04 20:51:36,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b0eec4706823bced55f939042482b9cc08a4eb" 2018-09-04 20:51:36,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4a6936c0-aa38-4342-9cac-5c9f062bfa0c Date: Tue, 04 Sep 2018 20:51:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["0fe2d319-6a0b-4009-825f-556d32e6e84d"],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:51:36,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-4a6936c0-aa38-4342-9cac-5c9f062bfa0c 2018-09-04 20:51:36,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b0eec4706823bced55f939042482b9cc08a4eb" 2018-09-04 20:51:36,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f10e442c-8939-40d9-acd2-ca00b2102198 Date: Tue, 04 Sep 2018 20:51:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:51:36,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-f10e442c-8939-40d9-acd2-ca00b2102198 2018-09-04 20:51:36,589 - OpenStackNetwork - DEBUG - Network [280c42e4-4381-4077-b36b-c3e851217d7e] created successfully 2018-09-04 20:51:36,589 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:51:36,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:51:36,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:51:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["lp62GDelT4e-1gG_Ql1iXw"], "issued_at": "2018-09-04T20:51:36.000000Z"}} 2018-09-04 20:51:36,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65051c28b881722deb3fa57f6d3b92cf3ac871c7" 2018-09-04 20:51:36,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e9d095-edb5-4882-99cf-48c6b9ef804a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:51:36,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-01e9d095-edb5-4882-99cf-48c6b9ef804a 2018-09-04 20:51:36,985 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:51:36,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65051c28b881722deb3fa57f6d3b92cf3ac871c7" 2018-09-04 20:51:37,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8fbb1e38-9464-4e8f-805b-557a3e773fb1 x-compute-request-id: req-8fbb1e38-9464-4e8f-805b-557a3e773fb1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:51:37,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-8fbb1e38-9464-4e8f-805b-557a3e773fb1 2018-09-04 20:51:37,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65051c28b881722deb3fa57f6d3b92cf3ac871c7" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 20:51:37,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9c2e80e-d070-497a-8c68-d1e772a57a17 x-compute-request-id: req-b9c2e80e-d070-497a-8c68-d1e772a57a17 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e0260424-082a-42a0-97e1-9b23707f3534", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:51:37,672 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b9c2e80e-d070-497a-8c68-d1e772a57a17 2018-09-04 20:51:37,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:51:37,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:51:38,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:51:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["hBtd3cALQkKA1Hb9kA7c2A"], "issued_at": "2018-09-04T20:51:38.000000Z"}} 2018-09-04 20:51:38,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f76c5b1170aec2852c144cb919ddcf63914b4d0" 2018-09-04 20:51:38,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcfec7d4-f407-42c0-87a5-0513d610b599 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:51:38,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bcfec7d4-f407-42c0-87a5-0513d610b599 2018-09-04 20:51:38,143 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f76c5b1170aec2852c144cb919ddcf63914b4d0" 2018-09-04 20:51:38,919 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:38 GMT Server: Apache x-compute-request-id: req-e0fe73a9-3d56-42ae-ba74-6b965b453db6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e0fe73a9-3d56-42ae-ba74-6b965b453db6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 20:51:38,919 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/detail used request id req-e0fe73a9-3d56-42ae-ba74-6b965b453db6 2018-09-04 20:51:38,923 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e0fe73a9-3d56-42ae-ba74-6b965b453db6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f76c5b1170aec2852c144cb919ddcf63914b4d0" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 20:51:39,858 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:51:38 GMT Server: Apache x-compute-request-id: req-cd94b2fb-a7d2-4917-846b-177994deacb1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cd94b2fb-a7d2-4917-846b-177994deacb1 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T20:51:39.725671", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b0860c8-8d91-4b44-89be-54a5d37716ed", "size": 1}} 2018-09-04 20:51:39,858 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes used request id req-cd94b2fb-a7d2-4917-846b-177994deacb1 2018-09-04 20:51:39,862 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e0fe73a9-3d56-42ae-ba74-6b965b453db6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f76c5b1170aec2852c144cb919ddcf63914b4d0" 2018-09-04 20:51:40,601 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:39 GMT Server: Apache x-compute-request-id: req-a2707fb4-aa65-4a87-88f1-52069de79a03 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a2707fb4-aa65-4a87-88f1-52069de79a03 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:51:40.000000", "replication_status": null, "snapshot_id": null, "id": "8b0860c8-8d91-4b44-89be-54a5d37716ed", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40", "bootable": "false", "created_at": "2018-09-04T20:51:39.000000", "volume_type": null}} 2018-09-04 20:51:40,601 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed used request id req-a2707fb4-aa65-4a87-88f1-52069de79a03 2018-09-04 20:51:40,601 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40 2018-09-04 20:51:40,604 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e0fe73a9-3d56-42ae-ba74-6b965b453db6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f76c5b1170aec2852c144cb919ddcf63914b4d0" 2018-09-04 20:51:41,478 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:40 GMT Server: Apache x-compute-request-id: req-87ad48ee-0dee-47e8-a66f-67cbcfff53c3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-87ad48ee-0dee-47e8-a66f-67cbcfff53c3 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:51:40.000000", "replication_status": null, "snapshot_id": null, "id": "8b0860c8-8d91-4b44-89be-54a5d37716ed", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40", "bootable": "false", "created_at": "2018-09-04T20:51:39.000000", "volume_type": null}} 2018-09-04 20:51:41,479 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed used request id req-87ad48ee-0dee-47e8-a66f-67cbcfff53c3 2018-09-04 20:51:41,479 - create_volume - DEBUG - Instance status is - available 2018-09-04 20:51:41,479 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40 2018-09-04 20:51:41,479 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40 2018-09-04 20:51:41,480 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:51:41,481 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:51:41,865 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:51:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["j_jp88HnTKGobYSoJSrMZw"], "issued_at": "2018-09-04T20:51:41.000000Z"}} 2018-09-04 20:51:41,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:41,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a49ffe2-0e5c-4a95-8c7e-a6a9c5925ddc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:51:41,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0a49ffe2-0e5c-4a95-8c7e-a6a9c5925ddc 2018-09-04 20:51:41,936 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:51:41,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:42,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86125e14-4a81-4490-9345-1157c234571d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:51:42,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-86125e14-4a81-4490-9345-1157c234571d 2018-09-04 20:51:42,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:42,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-dd0f434a-a136-42c6-a63d-96f47590a6a5 Date: Tue, 04 Sep 2018 20:51:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["0fe2d319-6a0b-4009-825f-556d32e6e84d"],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:51:42,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net used request id req-dd0f434a-a136-42c6-a63d-96f47590a6a5 2018-09-04 20:51:42,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:51:42,257 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:51:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:51:42,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:42,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad2bf39d-c641-437d-bbfa-e3626821cbf9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:51:42,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-ad2bf39d-c641-437d-bbfa-e3626821cbf9 2018-09-04 20:51:42,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:42,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-178735dd-c35e-4f0e-8d7f-669f48df45cf Date: Tue, 04 Sep 2018 20:51:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:51:42,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-178735dd-c35e-4f0e-8d7f-669f48df45cf 2018-09-04 20:51:42,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e&name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:42,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-78e78a8b-9410-4594-938c-516297ac052d Date: Tue, 04 Sep 2018 20:51:42 GMT RESP BODY: {"ports":[]} 2018-09-04 20:51:42,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e&name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port&admin_state_up=True used request id req-78e78a8b-9410-4594-938c-516297ac052d 2018-09-04 20:51:42,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:43,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6858fdc5-5de2-4c32-859a-1d7bec00e3f5 x-compute-request-id: req-6858fdc5-5de2-4c32-859a-1d7bec00e3f5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 20:51:43,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst used request id req-6858fdc5-5de2-4c32-859a-1d7bec00e3f5 2018-09-04 20:51:43,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:43,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-04e2890b-f969-4ed9-b160-f9eb76ab1100 Date: Tue, 04 Sep 2018 20:51:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["0fe2d319-6a0b-4009-825f-556d32e6e84d"],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:51:43,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net used request id req-04e2890b-f969-4ed9-b160-f9eb76ab1100 2018-09-04 20:51:43,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:43,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be7339ba-b998-472e-8698-568027f21527 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:51:43,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-be7339ba-b998-472e-8698-568027f21527 2018-09-04 20:51:43,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:43,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-db604e67-2695-4e41-8d67-4a1ad6f3606f Date: Tue, 04 Sep 2018 20:51:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:51:43,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-db604e67-2695-4e41-8d67-4a1ad6f3606f 2018-09-04 20:51:43,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e&name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:44,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6109b0f7-f88a-4f87-a886-0a964347bf13 Date: Tue, 04 Sep 2018 20:51:44 GMT RESP BODY: {"ports":[]} 2018-09-04 20:51:44,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e&name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port&admin_state_up=True used request id req-6109b0f7-f88a-4f87-a886-0a964347bf13 2018-09-04 20:51:44,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:51:44,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:51:44,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:51:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["Je0oGRAUQTSRmo0p0-qALA"], "issued_at": "2018-09-04T20:51:44.000000Z"}} 2018-09-04 20:51:44,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8da292adfa0b922cee70924d7d5ee8c7eb3b7ba8" 2018-09-04 20:51:44,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59523c12-d0b3-4826-a13a-b04989baeeb2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:51:44,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-59523c12-d0b3-4826-a13a-b04989baeeb2 2018-09-04 20:51:44,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:44,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-931274ee-de70-4100-bcf2-b3cbedf69bba Date: Tue, 04 Sep 2018 20:51:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["0fe2d319-6a0b-4009-825f-556d32e6e84d"],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:51:44,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net used request id req-931274ee-de70-4100-bcf2-b3cbedf69bba 2018-09-04 20:51:44,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:44,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fa7e606f-78f8-4228-94d8-663ebfacfa67 Date: Tue, 04 Sep 2018 20:51:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:51:44,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-fa7e606f-78f8-4228-94d8-663ebfacfa67 2018-09-04 20:51:44,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:45,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5043bb52-f1c3-4f8c-9d18-d6e02ea76997 Date: Tue, 04 Sep 2018 20:51:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["0fe2d319-6a0b-4009-825f-556d32e6e84d"],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:51:45,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net used request id req-5043bb52-f1c3-4f8c-9d18-d6e02ea76997 2018-09-04 20:51:45,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:51:45,226 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:51:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:51:45,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8da292adfa0b922cee70924d7d5ee8c7eb3b7ba8" 2018-09-04 20:51:45,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b47d8a7-0f27-4002-ab64-d9820bbde330 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:51:45,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-9b47d8a7-0f27-4002-ab64-d9820bbde330 2018-09-04 20:51:45,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:45,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0f349e70-fdaa-4518-adb6-77c4d29d2ce8 Date: Tue, 04 Sep 2018 20:51:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:51:45,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-0f349e70-fdaa-4518-adb6-77c4d29d2ce8 2018-09-04 20:51:45,533 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net 2018-09-04 20:51:45,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" -d '{"port": {"network_id": "280c42e4-4381-4077-b36b-c3e851217d7e", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port", "admin_state_up": true}}' 2018-09-04 20:51:46,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-4fe8718c-3728-4af4-9b28-6aec9f19149f Date: Tue, 04 Sep 2018 20:51:46 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:46Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.8"}],"id":"1d85af52-7cc9-4601-9c96-c366003c618b","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fa:02:f6","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port","project_id":"21a717df1f2c484095e6f33236f533f4","qos_policy_id":null,"admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:45Z","binding:vnic_type":"normal"}} 2018-09-04 20:51:46,575 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-4fe8718c-3728-4af4-9b28-6aec9f19149f 2018-09-04 20:51:46,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:46,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-33876402-3a38-4a2f-9d0c-27691bfc00ea Date: Tue, 04 Sep 2018 20:51:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["0fe2d319-6a0b-4009-825f-556d32e6e84d"],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:51:46,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net used request id req-33876402-3a38-4a2f-9d0c-27691bfc00ea 2018-09-04 20:51:46,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:46,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30ceca12-292e-4069-99db-d4e3e7ab5e3c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:51:46,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-30ceca12-292e-4069-99db-d4e3e7ab5e3c 2018-09-04 20:51:46,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:47,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5ff9dee6-9412-4ef4-88b0-b14082960a41 Date: Tue, 04 Sep 2018 20:51:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:51:47,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-5ff9dee6-9412-4ef4-88b0-b14082960a41 2018-09-04 20:51:47,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e&name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:47,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-79855051-4c9d-4387-a252-e8ca52899245 Date: Tue, 04 Sep 2018 20:51:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.8"}],"id":"1d85af52-7cc9-4601-9c96-c366003c618b","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fa:02:f6","project_id":"21a717df1f2c484095e6f33236f533f4","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:45Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 20:51:47,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e&name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port&admin_state_up=True used request id req-79855051-4c9d-4387-a252-e8ca52899245 2018-09-04 20:51:47,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:47,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727adce4-89c0-416a-8fbf-0e7eba25e4db Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:51:47,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-727adce4-89c0-416a-8fbf-0e7eba25e4db 2018-09-04 20:51:47,319 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst 2018-09-04 20:51:47,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:47,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-caa576e8-60f6-444e-ba3a-2add9779165f x-compute-request-id: req-caa576e8-60f6-444e-ba3a-2add9779165f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-flavor"}]} 2018-09-04 20:51:47,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-caa576e8-60f6-444e-ba3a-2add9779165f 2018-09-04 20:51:47,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/e0260424-082a-42a0-97e1-9b23707f3534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:47,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7a21522-fa21-4f5c-8113-f424005f604f x-compute-request-id: req-e7a21522-fa21-4f5c-8113-f424005f604f Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e0260424-082a-42a0-97e1-9b23707f3534", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:51:47,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/e0260424-082a-42a0-97e1-9b23707f3534 used request id req-e7a21522-fa21-4f5c-8113-f424005f604f 2018-09-04 20:51:47,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:47,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-c0ee80c3-34fc-4e78-90d5-58c0dcd61a0f Date: Tue, 04 Sep 2018 20:51:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:51:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:51:33Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/68d93726-47d9-45d9-8eaa-8bc3568b25be/snap", "metadata": {}}], "self": "/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "min_disk": 0, "protected": false, "id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "file": "/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/68d93726-47d9-45d9-8eaa-8bc3568b25be/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image"} 2018-09-04 20:51:47,558 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image used request id req-c0ee80c3-34fc-4e78-90d5-58c0dcd61a0f 2018-09-04 20:51:47,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:47,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-23ace974-3a66-4a2f-8867-6f79fbda1611 Date: Tue, 04 Sep 2018 20:51:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:51:47,711 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-23ace974-3a66-4a2f-8867-6f79fbda1611 2018-09-04 20:51:47,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "imageRef": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "flavorRef": "e0260424-082a-42a0-97e1-9b23707f3534", "max_count": 1, "min_count": 1, "networks": [{"port": "1d85af52-7cc9-4601-9c96-c366003c618b"}]}}' 2018-09-04 20:51:49,146 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:51:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e4cbeadc-f3a0-4b98-a885-00c94bedf7ef x-compute-request-id: req-e4cbeadc-f3a0-4b98-a885-00c94bedf7ef Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "adminPass": "LvQUPx2tuTnN"}} 2018-09-04 20:51:49,146 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-e4cbeadc-f3a0-4b98-a885-00c94bedf7ef 2018-09-04 20:51:49,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:49,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65111e07-4971-48d3-86e5-bfccc656494e x-compute-request-id: req-65111e07-4971-48d3-86e5-bfccc656494e Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:51:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:51:49,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-65111e07-4971-48d3-86e5-bfccc656494e 2018-09-04 20:51:49,555 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst 2018-09-04 20:51:49,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:49,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-858f8500-55dd-4b2a-acc5-d167988a0fd1 x-compute-request-id: req-858f8500-55dd-4b2a-acc5-d167988a0fd1 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:51:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:51:49,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-858f8500-55dd-4b2a-acc5-d167988a0fd1 2018-09-04 20:51:49,952 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst] is - BUILD 2018-09-04 20:51:49,953 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:51:52,956 - create_instance - DEBUG - VM status query timeout in 896.598942995 2018-09-04 20:51:52,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:53,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6868ecf5-be32-471e-9e21-4af257395d6a x-compute-request-id: req-6868ecf5-be32-471e-9e21-4af257395d6a Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:02:f6", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:51:50Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:51:53,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-6868ecf5-be32-471e-9e21-4af257395d6a 2018-09-04 20:51:53,470 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst] is - BUILD 2018-09-04 20:51:53,470 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:51:56,473 - create_instance - DEBUG - VM status query timeout in 893.081315994 2018-09-04 20:51:56,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:51:57,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:51:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd1b7535-5934-475e-a07b-41b8046af50a x-compute-request-id: req-dd1b7535-5934-475e-a07b-41b8046af50a Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:02:f6", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:51:50Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:51:57,375 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-dd1b7535-5934-475e-a07b-41b8046af50a 2018-09-04 20:51:57,375 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst] is - BUILD 2018-09-04 20:51:57,375 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:52:00,378 - create_instance - DEBUG - VM status query timeout in 889.176344156 2018-09-04 20:52:00,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:01,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0ccd0ee-e7ac-4eef-880d-d08667302eeb x-compute-request-id: req-b0ccd0ee-e7ac-4eef-880d-d08667302eeb Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:02:f6", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T20:51:56.000000", "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:51:57Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:52:01,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-b0ccd0ee-e7ac-4eef-880d-d08667302eeb 2018-09-04 20:52:01,078 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst] is - ACTIVE 2018-09-04 20:52:01,078 - create_instance - INFO - VM is - ACTIVE 2018-09-04 20:52:01,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:01,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c9d884b-a420-4557-a4e8-4b6dbb25b486 x-compute-request-id: req-2c9d884b-a420-4557-a4e8-4b6dbb25b486 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:02:f6", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T20:51:56.000000", "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:51:57Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:52:01,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-2c9d884b-a420-4557-a4e8-4b6dbb25b486 2018-09-04 20:52:01,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:01,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4209e8bb-a98c-4534-99c5-436518aa1353 Date: Tue, 04 Sep 2018 20:52:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["0fe2d319-6a0b-4009-825f-556d32e6e84d"],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:52:01,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net used request id req-4209e8bb-a98c-4534-99c5-436518aa1353 2018-09-04 20:52:01,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:01,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4601843-2aae-44b6-98e9-449e1f445afa Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:52:01,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-b4601843-2aae-44b6-98e9-449e1f445afa 2018-09-04 20:52:02,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:02,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-295b0484-9459-4a7c-ae01-795ba81949e4 Date: Tue, 04 Sep 2018 20:52:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:52:02,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-295b0484-9459-4a7c-ae01-795ba81949e4 2018-09-04 20:52:02,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:02,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-4a1c9565-3ecb-41db-81a6-0ce8df2107f6 Date: Tue, 04 Sep 2018 20:52:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.2"}],"id":"0a30e325-e149-4394-9af0-c06ef2fc27d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:19:26","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-280c42e4-4381-4077-b36b-c3e851217d7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.8"}],"id":"1d85af52-7cc9-4601-9c96-c366003c618b","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:02:f6","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:45Z","binding:vnic_type":"normal","device_id":"39011001-f185-45e3-bfbc-2bc0fe67b623"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.4"}],"id":"1dc6999c-548e-4d09-89b9-d2a201a37269","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:80:09","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-280c42e4-4381-4077-b36b-c3e851217d7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.3"}],"id":"abe4b0fd-897c-48ac-a50e-216897cfcc39","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:e3:ef","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-280c42e4-4381-4077-b36b-c3e851217d7e"}]} 2018-09-04 20:52:02,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-4a1c9565-3ecb-41db-81a6-0ce8df2107f6 2018-09-04 20:52:02,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:02,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["Eabdh4WxT0KP_GjieYtSpQ"], "issued_at": "2018-09-04T20:52:02.000000Z"}} 2018-09-04 20:52:02,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:02,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07ec0645-a383-43ae-aa35-317dd8c5526e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:52:02,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-07ec0645-a383-43ae-aa35-317dd8c5526e 2018-09-04 20:52:02,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:03,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad671523-885e-462d-9cc3-384ba090f537 x-compute-request-id: req-ad671523-885e-462d-9cc3-384ba090f537 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:02:f6", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T20:51:56.000000", "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:51:57Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:52:03,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-ad671523-885e-462d-9cc3-384ba090f537 2018-09-04 20:52:03,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:03,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-60c405a7-4c5a-4b17-a4ef-76bdde8f78b6 Date: Tue, 04 Sep 2018 20:52:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["0fe2d319-6a0b-4009-825f-556d32e6e84d"],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:52:03,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net used request id req-60c405a7-4c5a-4b17-a4ef-76bdde8f78b6 2018-09-04 20:52:03,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:03,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6533e6b5-03b1-4df6-8fde-51f4ac9d50b7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:52:03,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-6533e6b5-03b1-4df6-8fde-51f4ac9d50b7 2018-09-04 20:52:03,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:03,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-39089e55-5570-4256-90e9-7cca34ea0b89 Date: Tue, 04 Sep 2018 20:52:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:52:03,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-39089e55-5570-4256-90e9-7cca34ea0b89 2018-09-04 20:52:03,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:03,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-82c6d881-611d-45d5-9b1e-65f0898cf772 Date: Tue, 04 Sep 2018 20:52:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.2"}],"id":"0a30e325-e149-4394-9af0-c06ef2fc27d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:19:26","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-280c42e4-4381-4077-b36b-c3e851217d7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.8"}],"id":"1d85af52-7cc9-4601-9c96-c366003c618b","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:02:f6","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:45Z","binding:vnic_type":"normal","device_id":"39011001-f185-45e3-bfbc-2bc0fe67b623"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.4"}],"id":"1dc6999c-548e-4d09-89b9-d2a201a37269","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:80:09","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-280c42e4-4381-4077-b36b-c3e851217d7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.3"}],"id":"abe4b0fd-897c-48ac-a50e-216897cfcc39","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:e3:ef","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-280c42e4-4381-4077-b36b-c3e851217d7e"}]} 2018-09-04 20:52:03,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-82c6d881-611d-45d5-9b1e-65f0898cf772 2018-09-04 20:52:03,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" -d '{"volumeAttachment": {"volumeId": "8b0860c8-8d91-4b44-89be-54a5d37716ed"}}' 2018-09-04 20:52:05,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47709471-965e-4390-ab0a-72d9a5e2a1fd x-compute-request-id: req-47709471-965e-4390-ab0a-72d9a5e2a1fd Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "39011001-f185-45e3-bfbc-2bc0fe67b623", "id": "8b0860c8-8d91-4b44-89be-54a5d37716ed", "volumeId": "8b0860c8-8d91-4b44-89be-54a5d37716ed"}} 2018-09-04 20:52:05,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623/os-volume_attachments used request id req-47709471-965e-4390-ab0a-72d9a5e2a1fd 2018-09-04 20:52:05,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:06,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf21d445-7c22-4a2f-8b02-565a5f7dd698 x-compute-request-id: req-cf21d445-7c22-4a2f-8b02-565a5f7dd698 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:02:f6", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T20:51:56.000000", "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:51:57Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "8b0860c8-8d91-4b44-89be-54a5d37716ed"}], "metadata": {}}} 2018-09-04 20:52:06,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-cf21d445-7c22-4a2f-8b02-565a5f7dd698 2018-09-04 20:52:06,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:06,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f05f5c37-a829-444e-ae56-621605946b34 Date: Tue, 04 Sep 2018 20:52:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["0fe2d319-6a0b-4009-825f-556d32e6e84d"],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:52:06,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net used request id req-f05f5c37-a829-444e-ae56-621605946b34 2018-09-04 20:52:06,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:52:06,502 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:52:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:52:06,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:06,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1103cf00-8a6e-47fc-a066-bc8348ba5e7c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:52:06,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-1103cf00-8a6e-47fc-a066-bc8348ba5e7c 2018-09-04 20:52:06,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:06,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bce98126-1a95-4d73-b70c-d13808332998 Date: Tue, 04 Sep 2018 20:52:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:52:06,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-bce98126-1a95-4d73-b70c-d13808332998 2018-09-04 20:52:06,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:07,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-28019b97-138d-4bba-b880-0f767a6a33b5 Date: Tue, 04 Sep 2018 20:52:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.2"}],"id":"0a30e325-e149-4394-9af0-c06ef2fc27d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:19:26","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-280c42e4-4381-4077-b36b-c3e851217d7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.8"}],"id":"1d85af52-7cc9-4601-9c96-c366003c618b","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:02:f6","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:45Z","binding:vnic_type":"normal","device_id":"39011001-f185-45e3-bfbc-2bc0fe67b623"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.4"}],"id":"1dc6999c-548e-4d09-89b9-d2a201a37269","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:80:09","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-280c42e4-4381-4077-b36b-c3e851217d7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.3"}],"id":"abe4b0fd-897c-48ac-a50e-216897cfcc39","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:e3:ef","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-280c42e4-4381-4077-b36b-c3e851217d7e"}]} 2018-09-04 20:52:07,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-28019b97-138d-4bba-b880-0f767a6a33b5 2018-09-04 20:52:07,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:07,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e26452de-49c2-4686-848b-c0df2f4903b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:52:07,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e26452de-49c2-4686-848b-c0df2f4903b0 2018-09-04 20:52:07,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:08,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb5b409f-397b-4d2e-996d-b8e6e365ae62 x-compute-request-id: req-fb5b409f-397b-4d2e-996d-b8e6e365ae62 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:02:f6", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T20:51:56.000000", "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:52:06Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "8b0860c8-8d91-4b44-89be-54a5d37716ed"}], "metadata": {}}} 2018-09-04 20:52:08,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-fb5b409f-397b-4d2e-996d-b8e6e365ae62 2018-09-04 20:52:08,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:08,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2d54f2b6-562d-4ae7-b4b1-93c91070a990 Date: Tue, 04 Sep 2018 20:52:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["0fe2d319-6a0b-4009-825f-556d32e6e84d"],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:52:08,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net used request id req-2d54f2b6-562d-4ae7-b4b1-93c91070a990 2018-09-04 20:52:08,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:08,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-560e318b-bc98-4dc4-87f8-3026e086ca3b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:52:08,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-560e318b-bc98-4dc4-87f8-3026e086ca3b 2018-09-04 20:52:08,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:08,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7774e6e6-90a7-4a3e-8222-593a6e5a5f75 Date: Tue, 04 Sep 2018 20:52:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:52:08,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-7774e6e6-90a7-4a3e-8222-593a6e5a5f75 2018-09-04 20:52:08,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:08,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-daf12eb2-e5e3-4774-bfed-00a3917b5c26 Date: Tue, 04 Sep 2018 20:52:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.2"}],"id":"0a30e325-e149-4394-9af0-c06ef2fc27d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:19:26","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-280c42e4-4381-4077-b36b-c3e851217d7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.8"}],"id":"1d85af52-7cc9-4601-9c96-c366003c618b","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:02:f6","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:45Z","binding:vnic_type":"normal","device_id":"39011001-f185-45e3-bfbc-2bc0fe67b623"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.4"}],"id":"1dc6999c-548e-4d09-89b9-d2a201a37269","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:80:09","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-280c42e4-4381-4077-b36b-c3e851217d7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.3"}],"id":"abe4b0fd-897c-48ac-a50e-216897cfcc39","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:e3:ef","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-280c42e4-4381-4077-b36b-c3e851217d7e"}]} 2018-09-04 20:52:08,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-daf12eb2-e5e3-4774-bfed-00a3917b5c26 2018-09-04 20:52:08,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:09,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b2a34ff-d461-4400-a04a-bd131fee741f x-compute-request-id: req-9b2a34ff-d461-4400-a04a-bd131fee741f Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:02:f6", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T20:51:56.000000", "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:52:06Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "8b0860c8-8d91-4b44-89be-54a5d37716ed"}], "metadata": {}}} 2018-09-04 20:52:09,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-9b2a34ff-d461-4400-a04a-bd131fee741f 2018-09-04 20:52:09,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:09,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ff89db8a-0840-4eed-ab99-7e61a69f9664 Date: Tue, 04 Sep 2018 20:52:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["0fe2d319-6a0b-4009-825f-556d32e6e84d"],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:52:09,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net used request id req-ff89db8a-0840-4eed-ab99-7e61a69f9664 2018-09-04 20:52:09,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:09,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab3874c8-7bd7-4ccc-ae09-c6a96537d155 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:52:09,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-ab3874c8-7bd7-4ccc-ae09-c6a96537d155 2018-09-04 20:52:09,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:09,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8e8f8f9e-432a-4a08-bcc7-297ab66fa11d Date: Tue, 04 Sep 2018 20:52:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:52:09,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-8e8f8f9e-432a-4a08-bcc7-297ab66fa11d 2018-09-04 20:52:09,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:10,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-3cfacd69-32a0-4695-8de0-270237f6b4bd Date: Tue, 04 Sep 2018 20:52:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.2"}],"id":"0a30e325-e149-4394-9af0-c06ef2fc27d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:19:26","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-280c42e4-4381-4077-b36b-c3e851217d7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.8"}],"id":"1d85af52-7cc9-4601-9c96-c366003c618b","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:02:f6","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:45Z","binding:vnic_type":"normal","device_id":"39011001-f185-45e3-bfbc-2bc0fe67b623"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.4"}],"id":"1dc6999c-548e-4d09-89b9-d2a201a37269","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:80:09","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-280c42e4-4381-4077-b36b-c3e851217d7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.3"}],"id":"abe4b0fd-897c-48ac-a50e-216897cfcc39","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:e3:ef","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-280c42e4-4381-4077-b36b-c3e851217d7e"}]} 2018-09-04 20:52:10,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-3cfacd69-32a0-4695-8de0-270237f6b4bd 2018-09-04 20:52:10,058 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:10,250 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:10 GMT Server: Apache x-compute-request-id: req-a016833e-7f5f-47e1-b01e-168ebae64d37 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a016833e-7f5f-47e1-b01e-168ebae64d37 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "attachment_id": "16459ccf-f826-4b1b-8e4b-2b4e0e5be68b", "attached_at": "2018-09-04T20:52:07.000000", "host_name": null, "volume_id": "8b0860c8-8d91-4b44-89be-54a5d37716ed", "device": "/dev/vdb", "id": "8b0860c8-8d91-4b44-89be-54a5d37716ed"}], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:52:07.000000", "replication_status": null, "snapshot_id": null, "id": "8b0860c8-8d91-4b44-89be-54a5d37716ed", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {"attached_mode": "rw"}, "status": "in-use", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40", "bootable": "false", "created_at": "2018-09-04T20:51:39.000000", "volume_type": null}} 2018-09-04 20:52:10,250 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed used request id req-a016833e-7f5f-47e1-b01e-168ebae64d37 2018-09-04 20:52:10,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:10,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a8cc133-e79b-4523-902f-c192c73be47c x-compute-request-id: req-8a8cc133-e79b-4523-902f-c192c73be47c Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:02:f6", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T20:51:56.000000", "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:52:06Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "8b0860c8-8d91-4b44-89be-54a5d37716ed"}], "metadata": {}}} 2018-09-04 20:52:10,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-8a8cc133-e79b-4523-902f-c192c73be47c 2018-09-04 20:52:10,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:10,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-74edbde5-8f10-4824-8934-719b15d2ee7f Date: Tue, 04 Sep 2018 20:52:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"280c42e4-4381-4077-b36b-c3e851217d7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["0fe2d319-6a0b-4009-825f-556d32e6e84d"],"description":"","tags":[],"updated_at":"2018-09-04T20:51:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:34Z","provider:network_type":"vxlan"}]} 2018-09-04 20:52:10,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net used request id req-74edbde5-8f10-4824-8934-719b15d2ee7f 2018-09-04 20:52:10,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:10,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1629ce6a-ebb1-4797-b232-7e14cfeb1253 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:52:10,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-1629ce6a-ebb1-4797-b232-7e14cfeb1253 2018-09-04 20:52:10,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:10,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-520b0569-0c75-4eb0-a60c-142f83a614de Date: Tue, 04 Sep 2018 20:52:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:35Z","dns_nameservers":[],"updated_at":"2018-09-04T20:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet"}]} 2018-09-04 20:52:10,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-520b0569-0c75-4eb0-a60c-142f83a614de 2018-09-04 20:52:10,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:10,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-d082623f-8c23-4ef9-8fb0-cac63c2e9df7 Date: Tue, 04 Sep 2018 20:52:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.2"}],"id":"0a30e325-e149-4394-9af0-c06ef2fc27d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:19:26","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-280c42e4-4381-4077-b36b-c3e851217d7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.8"}],"id":"1d85af52-7cc9-4601-9c96-c366003c618b","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:02:f6","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:45Z","binding:vnic_type":"normal","device_id":"39011001-f185-45e3-bfbc-2bc0fe67b623"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.4"}],"id":"1dc6999c-548e-4d09-89b9-d2a201a37269","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:80:09","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-280c42e4-4381-4077-b36b-c3e851217d7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:51:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0fe2d319-6a0b-4009-825f-556d32e6e84d","ip_address":"10.55.0.3"}],"id":"abe4b0fd-897c-48ac-a50e-216897cfcc39","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:e3:ef","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"280c42e4-4381-4077-b36b-c3e851217d7e","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:51:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-280c42e4-4381-4077-b36b-c3e851217d7e"}]} 2018-09-04 20:52:10,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=280c42e4-4381-4077-b36b-c3e851217d7e used request id req-d082623f-8c23-4ef9-8fb0-cac63c2e9df7 2018-09-04 20:52:10,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623/os-volume_attachments/8b0860c8-8d91-4b44-89be-54a5d37716ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af158539862f20d930f7f2ad01247b6dc95a587" 2018-09-04 20:52:12,608 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be46ed81-aa34-43e0-a3e5-694df59d1842 x-compute-request-id: req-be46ed81-aa34-43e0-a3e5-694df59d1842 Content-Length: 0 Content-Type: application/json 2018-09-04 20:52:12,609 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623/os-volume_attachments/8b0860c8-8d91-4b44-89be-54a5d37716ed used request id req-be46ed81-aa34-43e0-a3e5-694df59d1842 2018-09-04 20:52:12,609 - create_instance - INFO - Deleting Port with ID - 1d85af52-7cc9-4601-9c96-c366003c618b 2018-09-04 20:52:12,609 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-port 2018-09-04 20:52:12,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/1d85af52-7cc9-4601-9c96-c366003c618b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:13,054 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c481bb90-c568-4486-9ed5-ae2d475a0f04 Date: Tue, 04 Sep 2018 20:52:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:52:13,054 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/1d85af52-7cc9-4601-9c96-c366003c618b used request id req-c481bb90-c568-4486-9ed5-ae2d475a0f04 2018-09-04 20:52:13,054 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst 2018-09-04 20:52:13,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:13,283 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:52:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-64083557-3f58-4f55-a732-8ab69c2002b3 x-compute-request-id: req-64083557-3f58-4f55-a732-8ab69c2002b3 Content-Type: application/json 2018-09-04 20:52:13,283 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-64083557-3f58-4f55-a732-8ab69c2002b3 2018-09-04 20:52:13,283 - create_instance - INFO - Checking deletion status 2018-09-04 20:52:13,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:13,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52b2faae-16fb-4bc6-9e7b-2803a0cc9539 x-compute-request-id: req-52b2faae-16fb-4bc6-9e7b-2803a0cc9539 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:02:f6", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T20:51:56.000000", "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:52:13Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [{"id": "8b0860c8-8d91-4b44-89be-54a5d37716ed"}], "metadata": {}}} 2018-09-04 20:52:13,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-52b2faae-16fb-4bc6-9e7b-2803a0cc9539 2018-09-04 20:52:13,539 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst] is - ACTIVE 2018-09-04 20:52:13,539 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:52:16,542 - create_instance - DEBUG - VM status query timeout in 296.741157055 2018-09-04 20:52:16,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:16,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fc8156e-5b45-4180-a8a5-3992190f6476 x-compute-request-id: req-3fc8156e-5b45-4180-a8a5-3992190f6476 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39011001-f185-45e3-bfbc-2bc0fe67b623", "rel": "bookmark"}], "image": {"id": "68d93726-47d9-45d9-8eaa-8bc3568b25be", "links": [{"href": "http://172.30.9.26:8774/images/68d93726-47d9-45d9-8eaa-8bc3568b25be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T20:51:56.000000", "flavor": {"id": "e0260424-082a-42a0-97e1-9b23707f3534", "links": [{"href": "http://172.30.9.26:8774/flavors/e0260424-082a-42a0-97e1-9b23707f3534", "rel": "bookmark"}]}, "id": "39011001-f185-45e3-bfbc-2bc0fe67b623", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:52:13Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst", "created": "2018-09-04T20:51:49Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:52:16,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-3fc8156e-5b45-4180-a8a5-3992190f6476 2018-09-04 20:52:16,983 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst] is - ACTIVE 2018-09-04 20:52:16,983 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:52:19,986 - create_instance - DEBUG - VM status query timeout in 293.297133923 2018-09-04 20:52:19,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1a219c76c7ad178b4acafc173e10798862ae58" 2018-09-04 20:52:20,033 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:52:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e9f0df8f-b79d-4252-84e0-164ae6dda969 x-compute-request-id: req-e9f0df8f-b79d-4252-84e0-164ae6dda969 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 39011001-f185-45e3-bfbc-2bc0fe67b623 could not be found.", "code": 404}} 2018-09-04 20:52:20,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39011001-f185-45e3-bfbc-2bc0fe67b623 used request id req-e9f0df8f-b79d-4252-84e0-164ae6dda969 2018-09-04 20:52:20,033 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 39011001-f185-45e3-bfbc-2bc0fe67b623 could not be found. (HTTP 404) (Request-ID: req-e9f0df8f-b79d-4252-84e0-164ae6dda969) 2018-09-04 20:52:20,033 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-vm_inst 2018-09-04 20:52:20,037 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e0fe73a9-3d56-42ae-ba74-6b965b453db6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f76c5b1170aec2852c144cb919ddcf63914b4d0" 2018-09-04 20:52:20,227 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:20 GMT Server: Apache x-compute-request-id: req-1edf1b70-a1cd-482e-a321-2d2ba061775b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1edf1b70-a1cd-482e-a321-2d2ba061775b Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:52:19.000000", "replication_status": null, "snapshot_id": null, "id": "8b0860c8-8d91-4b44-89be-54a5d37716ed", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40", "bootable": "false", "created_at": "2018-09-04T20:51:39.000000", "volume_type": null}} 2018-09-04 20:52:20,228 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed used request id req-1edf1b70-a1cd-482e-a321-2d2ba061775b 2018-09-04 20:52:20,228 - create_volume - DEBUG - Instance status is - available 2018-09-04 20:52:20,228 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40 2018-09-04 20:52:20,228 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40 2018-09-04 20:52:20,231 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e0fe73a9-3d56-42ae-ba74-6b965b453db6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f76c5b1170aec2852c144cb919ddcf63914b4d0" 2018-09-04 20:52:21,020 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:52:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ab1ce60e-f814-4ad7-8dda-8fe2df35bf40 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:52:21,020 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed used request id req-ab1ce60e-f814-4ad7-8dda-8fe2df35bf40 2018-09-04 20:52:21,024 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e0fe73a9-3d56-42ae-ba74-6b965b453db6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f76c5b1170aec2852c144cb919ddcf63914b4d0" 2018-09-04 20:52:21,225 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:21 GMT Server: Apache x-compute-request-id: req-83f4db88-8adf-40dd-848f-cad90d394d94 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-83f4db88-8adf-40dd-848f-cad90d394d94 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:52:20.000000", "replication_status": null, "snapshot_id": null, "id": "8b0860c8-8d91-4b44-89be-54a5d37716ed", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40", "bootable": "false", "created_at": "2018-09-04T20:51:39.000000", "volume_type": null}} 2018-09-04 20:52:21,225 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed used request id req-83f4db88-8adf-40dd-848f-cad90d394d94 2018-09-04 20:52:21,226 - create_volume - DEBUG - Instance status is - deleting 2018-09-04 20:52:21,226 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 20:52:24,229 - create_volume - DEBUG - Volume status query timeout in 56.7917611599 2018-09-04 20:52:24,232 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e0fe73a9-3d56-42ae-ba74-6b965b453db6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f76c5b1170aec2852c144cb919ddcf63914b4d0" 2018-09-04 20:52:24,954 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:52:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2b931570-7220-4d88-bd2b-40adfac786c8 x-openstack-request-id: req-2b931570-7220-4d88-bd2b-40adfac786c8 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8b0860c8-8d91-4b44-89be-54a5d37716ed could not be found.", "code": 404}} 2018-09-04 20:52:24,954 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/8b0860c8-8d91-4b44-89be-54a5d37716ed used request id req-2b931570-7220-4d88-bd2b-40adfac786c8 2018-09-04 20:52:24,954 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 8b0860c8-8d91-4b44-89be-54a5d37716ed could not be found. (HTTP 404) (Request-ID: req-2b931570-7220-4d88-bd2b-40adfac786c8) 2018-09-04 20:52:24,954 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40 2018-09-04 20:52:24,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/e0260424-082a-42a0-97e1-9b23707f3534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65051c28b881722deb3fa57f6d3b92cf3ac871c7" 2018-09-04 20:52:25,031 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:52:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0a5ad547-33d0-4468-aef6-aee25387e8e6 x-compute-request-id: req-0a5ad547-33d0-4468-aef6-aee25387e8e6 Content-Length: 0 Content-Type: application/json 2018-09-04 20:52:25,031 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e0260424-082a-42a0-97e1-9b23707f3534 used request id req-0a5ad547-33d0-4468-aef6-aee25387e8e6 2018-09-04 20:52:25,032 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet 2018-09-04 20:52:25,033 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-subnet 2018-09-04 20:52:25,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/0fe2d319-6a0b-4009-825f-556d32e6e84d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b0eec4706823bced55f939042482b9cc08a4eb" 2018-09-04 20:52:27,383 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0cb17016-7b0a-4765-ae33-2702fb640c0f Date: Tue, 04 Sep 2018 20:52:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:52:27,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/0fe2d319-6a0b-4009-825f-556d32e6e84d used request id req-0cb17016-7b0a-4765-ae33-2702fb640c0f 2018-09-04 20:52:27,384 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-net 2018-09-04 20:52:27,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/280c42e4-4381-4077-b36b-c3e851217d7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b0eec4706823bced55f939042482b9cc08a4eb" 2018-09-04 20:52:28,742 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7bb2906f-8def-4642-b026-41c7a765f230 Date: Tue, 04 Sep 2018 20:52:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:52:28,742 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/280c42e4-4381-4077-b36b-c3e851217d7e used request id req-7bb2906f-8def-4642-b026-41c7a765f230 2018-09-04 20:52:28,743 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-acaf3ff8-d23f-4f2c-a256-fdadd0ac3a40-image 2018-09-04 20:52:28,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bae1f357df8fb47a6a2a337611e782936f7bcfc8" 2018-09-04 20:52:29,721 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a8f66e9b-34a2-4a66-95ee-54d8902851e6 Date: Tue, 04 Sep 2018 20:52:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:52:29,721 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/68d93726-47d9-45d9-8eaa-8bc3568b25be used request id req-a8f66e9b-34a2-4a66-95ee-54d8902851e6 2018-09-04 20:52:29,722 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:52:29,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:52:29,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:30,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["5t2JcQA4ThaDigRNcMVPjw"], "issued_at": "2018-09-04T20:52:30.000000Z"}} 2018-09-04 20:52:30,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef600e565b708ac8f8b94854a7033da2adac004" 2018-09-04 20:52:30,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e47cca5-105c-483f-b6a6-3cdfb1196a2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:52:30,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3e47cca5-105c-483f-b6a6-3cdfb1196a2d 2018-09-04 20:52:30,186 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:52:30,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef600e565b708ac8f8b94854a7033da2adac004" 2018-09-04 20:52:30,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e3040b92-e63d-49a9-8d52-04aeb82110b5 x-compute-request-id: req-e3040b92-e63d-49a9-8d52-04aeb82110b5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:52:30,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e3040b92-e63d-49a9-8d52-04aeb82110b5 2018-09-04 20:52:30,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef600e565b708ac8f8b94854a7033da2adac004" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-03a79598-4bfc-4644-ba77-558bebff93bdname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-04 20:52:30,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d4e7d90-da00-43d7-b6d5-485656813925 x-compute-request-id: req-4d4e7d90-da00-43d7-b6d5-485656813925 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2d074ac9-3149-44e6-a268-d2f914976661", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2d074ac9-3149-44e6-a268-d2f914976661", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2d074ac9-3149-44e6-a268-d2f914976661", "name": "CreateFlavorTests-03a79598-4bfc-4644-ba77-558bebff93bdname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:52:30,443 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4d4e7d90-da00-43d7-b6d5-485656813925 2018-09-04 20:52:30,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:30,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["JYTjzcFvTNOF4jYKkqNS4g"], "issued_at": "2018-09-04T20:52:30.000000Z"}} 2018-09-04 20:52:30,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/2d074ac9-3149-44e6-a268-d2f914976661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0a61dbff9c9bc1d114006a5cb3a45953231315b" 2018-09-04 20:52:31,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b76b8e8b-87a6-4fc2-b81b-c43118fbdd0a x-compute-request-id: req-b76b8e8b-87a6-4fc2-b81b-c43118fbdd0a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2d074ac9-3149-44e6-a268-d2f914976661", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2d074ac9-3149-44e6-a268-d2f914976661", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2d074ac9-3149-44e6-a268-d2f914976661", "name": "CreateFlavorTests-03a79598-4bfc-4644-ba77-558bebff93bdname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:52:31,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/2d074ac9-3149-44e6-a268-d2f914976661 used request id req-b76b8e8b-87a6-4fc2-b81b-c43118fbdd0a 2018-09-04 20:52:31,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/2d074ac9-3149-44e6-a268-d2f914976661/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0a61dbff9c9bc1d114006a5cb3a45953231315b" 2018-09-04 20:52:31,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b04dab55-7a5b-475a-9ece-9ada3a2e1fd4 x-compute-request-id: req-b04dab55-7a5b-475a-9ece-9ada3a2e1fd4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 20:52:31,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/2d074ac9-3149-44e6-a268-d2f914976661/os-extra_specs used request id req-b04dab55-7a5b-475a-9ece-9ada3a2e1fd4 2018-09-04 20:52:31,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/2d074ac9-3149-44e6-a268-d2f914976661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef600e565b708ac8f8b94854a7033da2adac004" 2018-09-04 20:52:31,173 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:52:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed7f1595-96a2-4d73-8640-a359f5563d00 x-compute-request-id: req-ed7f1595-96a2-4d73-8640-a359f5563d00 Content-Length: 0 Content-Type: application/json 2018-09-04 20:52:31,173 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2d074ac9-3149-44e6-a268-d2f914976661 used request id req-ed7f1595-96a2-4d73-8640-a359f5563d00 2018-09-04 20:52:31,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0a61dbff9c9bc1d114006a5cb3a45953231315b" 2018-09-04 20:52:31,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2e12ae0c-d625-4bff-b98a-c36aa171c692 x-compute-request-id: req-2e12ae0c-d625-4bff-b98a-c36aa171c692 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:52:31,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2e12ae0c-d625-4bff-b98a-c36aa171c692 2018-09-04 20:52:31,211 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:52:31,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:52:31,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:31,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["Aelx42fUShita4fMGbkNRw"], "issued_at": "2018-09-04T20:52:31.000000Z"}} 2018-09-04 20:52:31,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e028c183b42e739bfa47df41ce97d68331b19c0d" 2018-09-04 20:52:31,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58f7ce2a-5a03-42fe-bff7-b67e65dc29f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:52:31,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-58f7ce2a-5a03-42fe-bff7-b67e65dc29f7 2018-09-04 20:52:31,671 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:52:31,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e028c183b42e739bfa47df41ce97d68331b19c0d" 2018-09-04 20:52:31,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-699e8134-2dd4-4377-829a-b9f80efd618e x-compute-request-id: req-699e8134-2dd4-4377-829a-b9f80efd618e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:52:31,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-699e8134-2dd4-4377-829a-b9f80efd618e 2018-09-04 20:52:31,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e028c183b42e739bfa47df41ce97d68331b19c0d" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-b94883ec-411f-42ba-932e-abd12e1f87eaname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-04 20:52:31,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bf2af7c-2dad-4a93-ae6a-14149b2deace x-compute-request-id: req-7bf2af7c-2dad-4a93-ae6a-14149b2deace Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/a778d76c-d6b3-44a8-94d2-14c68dcc9d7a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/a778d76c-d6b3-44a8-94d2-14c68dcc9d7a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a778d76c-d6b3-44a8-94d2-14c68dcc9d7a", "name": "CreateFlavorTests-b94883ec-411f-42ba-932e-abd12e1f87eaname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:52:31,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7bf2af7c-2dad-4a93-ae6a-14149b2deace 2018-09-04 20:52:31,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:32,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["18lvLWkDQmuPrx3a0HFEcA"], "issued_at": "2018-09-04T20:52:32.000000Z"}} 2018-09-04 20:52:32,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/a778d76c-d6b3-44a8-94d2-14c68dcc9d7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19f44c4b1fb76617d42387730001614b94d5633" 2018-09-04 20:52:32,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d55d3bfe-a011-486d-a86a-109d027fc415 x-compute-request-id: req-d55d3bfe-a011-486d-a86a-109d027fc415 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/a778d76c-d6b3-44a8-94d2-14c68dcc9d7a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/a778d76c-d6b3-44a8-94d2-14c68dcc9d7a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a778d76c-d6b3-44a8-94d2-14c68dcc9d7a", "name": "CreateFlavorTests-b94883ec-411f-42ba-932e-abd12e1f87eaname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:52:32,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/a778d76c-d6b3-44a8-94d2-14c68dcc9d7a used request id req-d55d3bfe-a011-486d-a86a-109d027fc415 2018-09-04 20:52:32,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/a778d76c-d6b3-44a8-94d2-14c68dcc9d7a/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19f44c4b1fb76617d42387730001614b94d5633" 2018-09-04 20:52:32,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-457eba58-3f39-4010-851d-08247dd118f0 x-compute-request-id: req-457eba58-3f39-4010-851d-08247dd118f0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 20:52:32,708 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/a778d76c-d6b3-44a8-94d2-14c68dcc9d7a/os-extra_specs used request id req-457eba58-3f39-4010-851d-08247dd118f0 2018-09-04 20:52:32,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/a778d76c-d6b3-44a8-94d2-14c68dcc9d7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19f44c4b1fb76617d42387730001614b94d5633" 2018-09-04 20:52:32,752 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d73b3a9-72d1-4a25-b673-319b31752e7e x-compute-request-id: req-6d73b3a9-72d1-4a25-b673-319b31752e7e Content-Length: 0 Content-Type: application/json 2018-09-04 20:52:32,752 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/a778d76c-d6b3-44a8-94d2-14c68dcc9d7a used request id req-6d73b3a9-72d1-4a25-b673-319b31752e7e 2018-09-04 20:52:32,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19f44c4b1fb76617d42387730001614b94d5633" 2018-09-04 20:52:32,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f441b8c7-3dd8-451b-94ba-1908a628cc8e x-compute-request-id: req-f441b8c7-3dd8-451b-94ba-1908a628cc8e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:52:32,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f441b8c7-3dd8-451b-94ba-1908a628cc8e 2018-09-04 20:52:32,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/a778d76c-d6b3-44a8-94d2-14c68dcc9d7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e028c183b42e739bfa47df41ce97d68331b19c0d" 2018-09-04 20:52:32,812 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-340abb15-05e4-4f12-be63-ae3721980f27 x-compute-request-id: req-340abb15-05e4-4f12-be63-ae3721980f27 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor a778d76c-d6b3-44a8-94d2-14c68dcc9d7a could not be found.", "code": 404}} 2018-09-04 20:52:32,812 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/a778d76c-d6b3-44a8-94d2-14c68dcc9d7a used request id req-340abb15-05e4-4f12-be63-ae3721980f27 2018-09-04 20:52:32,813 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:52:32,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:52:32,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:33,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["1Fwv7yHxTVCnfmm2G2aaRA"], "issued_at": "2018-09-04T20:52:33.000000Z"}} 2018-09-04 20:52:33,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23b05fa6bbc8581342bbebd5c1388fcac32ece0a" 2018-09-04 20:52:33,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-629e19b6-22e3-4c84-a5cf-f148c8839b06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:52:33,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-629e19b6-22e3-4c84-a5cf-f148c8839b06 2018-09-04 20:52:33,274 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:52:33,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23b05fa6bbc8581342bbebd5c1388fcac32ece0a" 2018-09-04 20:52:33,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6eea3f60-968b-4a40-811a-38c30d2d33fb x-compute-request-id: req-6eea3f60-968b-4a40-811a-38c30d2d33fb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:52:33,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-6eea3f60-968b-4a40-811a-38c30d2d33fb 2018-09-04 20:52:33,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23b05fa6bbc8581342bbebd5c1388fcac32ece0a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-1c42d697-0ce3-47f5-ba0b-7417a4126c7fname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-04 20:52:33,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b3d6e00-17ac-4bed-a635-67c142d4a6d0 x-compute-request-id: req-3b3d6e00-17ac-4bed-a635-67c142d4a6d0 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/ccc1cadf-028c-41b6-9414-68cfd02b469d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/ccc1cadf-028c-41b6-9414-68cfd02b469d", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ccc1cadf-028c-41b6-9414-68cfd02b469d", "name": "CreateFlavorTests-1c42d697-0ce3-47f5-ba0b-7417a4126c7fname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:52:33,537 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-3b3d6e00-17ac-4bed-a635-67c142d4a6d0 2018-09-04 20:52:33,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:33,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["nPXNWiTuRiCSnY1ViMbBXg"], "issued_at": "2018-09-04T20:52:33.000000Z"}} 2018-09-04 20:52:33,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/ccc1cadf-028c-41b6-9414-68cfd02b469d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e65c387534132308afee667ad0e2ab18bbe1c12a" 2018-09-04 20:52:34,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-261c7cb4-51e7-45bb-be46-da574fbfa30d x-compute-request-id: req-261c7cb4-51e7-45bb-be46-da574fbfa30d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/ccc1cadf-028c-41b6-9414-68cfd02b469d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/ccc1cadf-028c-41b6-9414-68cfd02b469d", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ccc1cadf-028c-41b6-9414-68cfd02b469d", "name": "CreateFlavorTests-1c42d697-0ce3-47f5-ba0b-7417a4126c7fname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:52:34,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/ccc1cadf-028c-41b6-9414-68cfd02b469d used request id req-261c7cb4-51e7-45bb-be46-da574fbfa30d 2018-09-04 20:52:34,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/ccc1cadf-028c-41b6-9414-68cfd02b469d/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e65c387534132308afee667ad0e2ab18bbe1c12a" 2018-09-04 20:52:34,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6144720a-f1ed-498b-b9e0-90e2f66bef32 x-compute-request-id: req-6144720a-f1ed-498b-b9e0-90e2f66bef32 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 20:52:34,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/ccc1cadf-028c-41b6-9414-68cfd02b469d/os-extra_specs used request id req-6144720a-f1ed-498b-b9e0-90e2f66bef32 2018-09-04 20:52:34,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/ccc1cadf-028c-41b6-9414-68cfd02b469d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23b05fa6bbc8581342bbebd5c1388fcac32ece0a" 2018-09-04 20:52:34,153 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:52:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41ab8fa5-17ce-4b00-b5c0-e5f3dcf39936 x-compute-request-id: req-41ab8fa5-17ce-4b00-b5c0-e5f3dcf39936 Content-Length: 0 Content-Type: application/json 2018-09-04 20:52:34,153 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/ccc1cadf-028c-41b6-9414-68cfd02b469d used request id req-41ab8fa5-17ce-4b00-b5c0-e5f3dcf39936 2018-09-04 20:52:34,154 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:52:34,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:52:34,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:34,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["JfR0xjaJS7m4ceXjxoOaMA"], "issued_at": "2018-09-04T20:52:34.000000Z"}} 2018-09-04 20:52:34,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca2a05f6714960aa1be43f4bf06754892426e2c" 2018-09-04 20:52:34,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e5e44b2-907e-4969-b7a3-456bde75cbd9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:52:34,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4e5e44b2-907e-4969-b7a3-456bde75cbd9 2018-09-04 20:52:34,617 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:52:34,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca2a05f6714960aa1be43f4bf06754892426e2c" 2018-09-04 20:52:34,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cec4c119-4c27-4b96-ba2a-dd8e84f5693e x-compute-request-id: req-cec4c119-4c27-4b96-ba2a-dd8e84f5693e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:52:34,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-cec4c119-4c27-4b96-ba2a-dd8e84f5693e 2018-09-04 20:52:34,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca2a05f6714960aa1be43f4bf06754892426e2c" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-54a5c475-602a-4f6a-b3fc-dcc2de53b3baname", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-09-04 20:52:34,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23a5ceec-656f-4b08-9a16-a35cdd7a57d4 x-compute-request-id: req-23a5ceec-656f-4b08-9a16-a35cdd7a57d4 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/67444f66-bba9-4283-b3c6-8f946ffc9c1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/67444f66-bba9-4283-b3c6-8f946ffc9c1a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "67444f66-bba9-4283-b3c6-8f946ffc9c1a", "name": "CreateFlavorTests-54a5c475-602a-4f6a-b3fc-dcc2de53b3baname", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-09-04 20:52:34,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-23a5ceec-656f-4b08-9a16-a35cdd7a57d4 2018-09-04 20:52:34,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:35,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["5oAQXc8OSYy93v0FWFOpLQ"], "issued_at": "2018-09-04T20:52:35.000000Z"}} 2018-09-04 20:52:35,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/67444f66-bba9-4283-b3c6-8f946ffc9c1a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f83ec013de236c6d6f450a29282d5c5ff4bf3a2" 2018-09-04 20:52:35,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6ca97cd-df4d-4711-9b4d-fade8b0bedaf x-compute-request-id: req-f6ca97cd-df4d-4711-9b4d-fade8b0bedaf Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/67444f66-bba9-4283-b3c6-8f946ffc9c1a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/67444f66-bba9-4283-b3c6-8f946ffc9c1a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "67444f66-bba9-4283-b3c6-8f946ffc9c1a", "name": "CreateFlavorTests-54a5c475-602a-4f6a-b3fc-dcc2de53b3baname", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-09-04 20:52:35,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/67444f66-bba9-4283-b3c6-8f946ffc9c1a used request id req-f6ca97cd-df4d-4711-9b4d-fade8b0bedaf 2018-09-04 20:52:35,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/67444f66-bba9-4283-b3c6-8f946ffc9c1a/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f83ec013de236c6d6f450a29282d5c5ff4bf3a2" 2018-09-04 20:52:35,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-48dd7dd2-b382-472e-9908-6ddbb52e395a x-compute-request-id: req-48dd7dd2-b382-472e-9908-6ddbb52e395a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 20:52:35,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/67444f66-bba9-4283-b3c6-8f946ffc9c1a/os-extra_specs used request id req-48dd7dd2-b382-472e-9908-6ddbb52e395a 2018-09-04 20:52:35,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/67444f66-bba9-4283-b3c6-8f946ffc9c1a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f83ec013de236c6d6f450a29282d5c5ff4bf3a2" 2018-09-04 20:52:35,877 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7fb978bf-6793-4e2d-b341-98c1393b5b9a x-compute-request-id: req-7fb978bf-6793-4e2d-b341-98c1393b5b9a Content-Length: 0 Content-Type: application/json 2018-09-04 20:52:35,877 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/67444f66-bba9-4283-b3c6-8f946ffc9c1a used request id req-7fb978bf-6793-4e2d-b341-98c1393b5b9a 2018-09-04 20:52:35,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f83ec013de236c6d6f450a29282d5c5ff4bf3a2" 2018-09-04 20:52:35,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8f610a77-7eb0-4cc6-8c04-05c065aadca3 x-compute-request-id: req-8f610a77-7eb0-4cc6-8c04-05c065aadca3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:52:35,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-8f610a77-7eb0-4cc6-8c04-05c065aadca3 2018-09-04 20:52:35,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/67444f66-bba9-4283-b3c6-8f946ffc9c1a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca2a05f6714960aa1be43f4bf06754892426e2c" 2018-09-04 20:52:35,932 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a9aad1a6-ce18-410d-bd79-672cc03ad2a8 x-compute-request-id: req-a9aad1a6-ce18-410d-bd79-672cc03ad2a8 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 67444f66-bba9-4283-b3c6-8f946ffc9c1a could not be found.", "code": 404}} 2018-09-04 20:52:35,932 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/67444f66-bba9-4283-b3c6-8f946ffc9c1a used request id req-a9aad1a6-ce18-410d-bd79-672cc03ad2a8 2018-09-04 20:52:35,933 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:52:35,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:52:35,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:36,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["lVs0_cz4RZigY-hY8R8CFg"], "issued_at": "2018-09-04T20:52:36.000000Z"}} 2018-09-04 20:52:36,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff423328b22721a93aefe2c40129a73ac5a8a743" 2018-09-04 20:52:36,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16dabd0d-8a88-469e-b5ca-b30724bc33c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:52:36,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-16dabd0d-8a88-469e-b5ca-b30724bc33c2 2018-09-04 20:52:36,389 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:52:36,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff423328b22721a93aefe2c40129a73ac5a8a743" 2018-09-04 20:52:36,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d28a4dc9-6685-4afa-9ede-eb0e1fd014e1 x-compute-request-id: req-d28a4dc9-6685-4afa-9ede-eb0e1fd014e1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:52:36,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-d28a4dc9-6685-4afa-9ede-eb0e1fd014e1 2018-09-04 20:52:36,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff423328b22721a93aefe2c40129a73ac5a8a743" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-1c9999ed-9ad3-4cef-97aa-11e2917d9821name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-04 20:52:36,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d0d45a9-e88a-408a-9613-860da5633605 x-compute-request-id: req-7d0d45a9-e88a-408a-9613-860da5633605 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/50c853df-467e-458b-9d2e-e8af635c844e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/50c853df-467e-458b-9d2e-e8af635c844e", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "50c853df-467e-458b-9d2e-e8af635c844e", "name": "CreateFlavorTests-1c9999ed-9ad3-4cef-97aa-11e2917d9821name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:52:36,642 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7d0d45a9-e88a-408a-9613-860da5633605 2018-09-04 20:52:36,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:37,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["aTGz1qHTT9uFxCxvhOxzXQ"], "issued_at": "2018-09-04T20:52:37.000000Z"}} 2018-09-04 20:52:37,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/50c853df-467e-458b-9d2e-e8af635c844e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee99fc22a5e3ba82e8d7115bf8aef8ed6fb6fbed" 2018-09-04 20:52:37,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40bc19e0-9689-4b3c-a601-8c6722d72215 x-compute-request-id: req-40bc19e0-9689-4b3c-a601-8c6722d72215 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/50c853df-467e-458b-9d2e-e8af635c844e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/50c853df-467e-458b-9d2e-e8af635c844e", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "50c853df-467e-458b-9d2e-e8af635c844e", "name": "CreateFlavorTests-1c9999ed-9ad3-4cef-97aa-11e2917d9821name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:52:37,610 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/50c853df-467e-458b-9d2e-e8af635c844e used request id req-40bc19e0-9689-4b3c-a601-8c6722d72215 2018-09-04 20:52:37,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/50c853df-467e-458b-9d2e-e8af635c844e/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee99fc22a5e3ba82e8d7115bf8aef8ed6fb6fbed" 2018-09-04 20:52:37,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4aed3655-0933-4ede-8d82-ebc99fabaf9a x-compute-request-id: req-4aed3655-0933-4ede-8d82-ebc99fabaf9a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 20:52:37,629 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/50c853df-467e-458b-9d2e-e8af635c844e/os-extra_specs used request id req-4aed3655-0933-4ede-8d82-ebc99fabaf9a 2018-09-04 20:52:37,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:52:37,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:38,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["ns7vG-rRToye2Odk3G-Q8g"], "issued_at": "2018-09-04T20:52:38.000000Z"}} 2018-09-04 20:52:38,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a16ddb5fd2820a4af90f2e9b64762482ed751884" 2018-09-04 20:52:38,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7054a25-2828-4e28-b4a2-20c0af6a206b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:52:38,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a7054a25-2828-4e28-b4a2-20c0af6a206b 2018-09-04 20:52:38,096 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:52:38,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a16ddb5fd2820a4af90f2e9b64762482ed751884" 2018-09-04 20:52:38,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09183322-21f3-4f01-8a4c-b3202a2823df x-compute-request-id: req-09183322-21f3-4f01-8a4c-b3202a2823df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"flavors": [{"id": "50c853df-467e-458b-9d2e-e8af635c844e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/50c853df-467e-458b-9d2e-e8af635c844e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/50c853df-467e-458b-9d2e-e8af635c844e", "rel": "bookmark"}], "name": "CreateFlavorTests-1c9999ed-9ad3-4cef-97aa-11e2917d9821name"}]} 2018-09-04 20:52:38,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-09183322-21f3-4f01-8a4c-b3202a2823df 2018-09-04 20:52:38,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/50c853df-467e-458b-9d2e-e8af635c844e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a16ddb5fd2820a4af90f2e9b64762482ed751884" 2018-09-04 20:52:38,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8707fb82-84a3-4c33-80fa-ba4b39dd5728 x-compute-request-id: req-8707fb82-84a3-4c33-80fa-ba4b39dd5728 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/50c853df-467e-458b-9d2e-e8af635c844e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/50c853df-467e-458b-9d2e-e8af635c844e", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "50c853df-467e-458b-9d2e-e8af635c844e", "name": "CreateFlavorTests-1c9999ed-9ad3-4cef-97aa-11e2917d9821name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:52:38,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/50c853df-467e-458b-9d2e-e8af635c844e used request id req-8707fb82-84a3-4c33-80fa-ba4b39dd5728 2018-09-04 20:52:38,328 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-1c9999ed-9ad3-4cef-97aa-11e2917d9821name 2018-09-04 20:52:38,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/50c853df-467e-458b-9d2e-e8af635c844e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff423328b22721a93aefe2c40129a73ac5a8a743" 2018-09-04 20:52:38,363 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df62e303-237b-418a-be28-931b0ede92cd x-compute-request-id: req-df62e303-237b-418a-be28-931b0ede92cd Content-Length: 0 Content-Type: application/json 2018-09-04 20:52:38,363 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/50c853df-467e-458b-9d2e-e8af635c844e used request id req-df62e303-237b-418a-be28-931b0ede92cd 2018-09-04 20:52:38,364 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 20:52:38,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:52:38,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:38,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["hOyfBOCsTgm9xCTT7E6KNQ"], "issued_at": "2018-09-04T20:52:38.000000Z"}} 2018-09-04 20:52:38,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f31bac51f44769008c2b00dc863a996660a40d" 2018-09-04 20:52:38,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4afb0061-30b7-43c1-87e4-6b2f5996a86e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:52:38,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4afb0061-30b7-43c1-87e4-6b2f5996a86e 2018-09-04 20:52:38,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60f31bac51f44769008c2b00dc863a996660a40d" 2018-09-04 20:52:38,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-025f0228-128c-4e0a-aa95-61af98c1186d Date: Tue, 04 Sep 2018 20:52:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image"} 2018-09-04 20:52:38,924 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image used request id req-025f0228-128c-4e0a-aa95-61af98c1186d 2018-09-04 20:52:38,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60f31bac51f44769008c2b00dc863a996660a40d" 2018-09-04 20:52:39,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-da95c800-cb22-413b-9888-cda993b6b1cf Date: Tue, 04 Sep 2018 20:52:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:52:39,091 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-da95c800-cb22-413b-9888-cda993b6b1cf 2018-09-04 20:52:39,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}60f31bac51f44769008c2b00dc863a996660a40d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image"}' 2018-09-04 20:52:39,434 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6 X-Openstack-Request-Id: req-fb8f3e14-317b-4a9a-93de-02d815b5b680 Date: Tue, 04 Sep 2018 20:52:39 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:52:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T20:52:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6", "min_disk": 0, "protected": false, "id": "79718547-f2ed-408e-bd35-30b873bbaea6", "file": "/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6/file", "checksum": null, "owner": "21a717df1f2c484095e6f33236f533f4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:52:39,434 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-fb8f3e14-317b-4a9a-93de-02d815b5b680 2018-09-04 20:52:39,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60f31bac51f44769008c2b00dc863a996660a40d" -d '' 2018-09-04 20:52:41,629 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b05518bb-ae06-422f-8fb0-443951e6fa91 Date: Tue, 04 Sep 2018 20:52:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:52:41,629 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6/file used request id req-b05518bb-ae06-422f-8fb0-443951e6fa91 2018-09-04 20:52:41,629 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:52:41,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60f31bac51f44769008c2b00dc863a996660a40d" 2018-09-04 20:52:41,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-690e884f-c6a5-4bf8-a4f0-6083aaf03f0f Date: Tue, 04 Sep 2018 20:52:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:52:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:52:41Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/79718547-f2ed-408e-bd35-30b873bbaea6/snap", "metadata": {}}], "self": "/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6", "min_disk": 0, "protected": false, "id": "79718547-f2ed-408e-bd35-30b873bbaea6", "file": "/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/79718547-f2ed-408e-bd35-30b873bbaea6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:52:41,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6 used request id req-690e884f-c6a5-4bf8-a4f0-6083aaf03f0f 2018-09-04 20:52:41,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60f31bac51f44769008c2b00dc863a996660a40d" 2018-09-04 20:52:41,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-90f70dda-1c14-40aa-ba4c-aa6625fd05b4 Date: Tue, 04 Sep 2018 20:52:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:52:41,963 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-90f70dda-1c14-40aa-ba4c-aa6625fd05b4 2018-09-04 20:52:41,966 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image 2018-09-04 20:52:41,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60f31bac51f44769008c2b00dc863a996660a40d" 2018-09-04 20:52:42,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-171451cf-fa84-48fa-ac8c-ff1f058a7e43 Date: Tue, 04 Sep 2018 20:52:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:52:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:52:41Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/79718547-f2ed-408e-bd35-30b873bbaea6/snap", "metadata": {}}], "self": "/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6", "min_disk": 0, "protected": false, "id": "79718547-f2ed-408e-bd35-30b873bbaea6", "file": "/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/79718547-f2ed-408e-bd35-30b873bbaea6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:52:42,140 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6 used request id req-171451cf-fa84-48fa-ac8c-ff1f058a7e43 2018-09-04 20:52:42,140 - create_image - DEBUG - Instance status is - active 2018-09-04 20:52:42,141 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image 2018-09-04 20:52:42,141 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image 2018-09-04 20:52:42,141 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:52:42,142 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:42,526 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["vMNsiA_ETcaQT0ODllMN8g"], "issued_at": "2018-09-04T20:52:42.000000Z"}} 2018-09-04 20:52:42,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f006252e2dd0dc63b52c98b3e972a072d79bc96" 2018-09-04 20:52:42,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d86a9d73-170c-4c53-82f9-6ee24d23fe90 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:52:42,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d86a9d73-170c-4c53-82f9-6ee24d23fe90 2018-09-04 20:52:42,616 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:52:42,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f006252e2dd0dc63b52c98b3e972a072d79bc96" 2018-09-04 20:52:42,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-50615308-9468-4b36-94ff-6b4afd90c151 x-compute-request-id: req-50615308-9468-4b36-94ff-6b4afd90c151 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:52:42,796 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-50615308-9468-4b36-94ff-6b4afd90c151 2018-09-04 20:52:42,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f006252e2dd0dc63b52c98b3e972a072d79bc96" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 20:52:42,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f436d0a9-d539-4038-a377-198850c82342 x-compute-request-id: req-f436d0a9-d539-4038-a377-198850c82342 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/819cc7c5-dfe5-42ea-be73-5d512307cb4b", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/819cc7c5-dfe5-42ea-be73-5d512307cb4b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "819cc7c5-dfe5-42ea-be73-5d512307cb4b", "name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:52:42,869 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f436d0a9-d539-4038-a377-198850c82342 2018-09-04 20:52:42,871 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 20:52:42,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:52:43,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:52:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["ZeZ8VBpfT0qxaEDPJfMLZQ"], "issued_at": "2018-09-04T20:52:43.000000Z"}} 2018-09-04 20:52:43,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net", "inst_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-flavor"}}' 2018-09-04 20:52:46,857 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:52:43 GMT Server: Apache x-openstack-request-id: req-5005de56-065f-4437-ae86-db2756afae0b Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "self"}]}} 2018-09-04 20:52:46,857 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks used request id req-5005de56-065f-4437-ae86-db2756afae0b 2018-09-04 20:52:46,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:52:47,549 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:52:46 GMT Server: Apache x-openstack-request-id: req-42498c53-2d25-4d1c-b9b7-7fd4a51a6688 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:52:48,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:47 GMT Server: Apache x-openstack-request-id: req-7966ff81-77c6-4d72-9253-5a3ae365466b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image", "inst_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "stack_user_project_id": "83e6569d08c54691b6717bc6f180d5f5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:52:46Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:52:48,310 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 used request id req-7966ff81-77c6-4d72-9253-5a3ae365466b 2018-09-04 20:52:48,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks?stack_name=HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:52:48,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:48 GMT Server: Apache x-openstack-request-id: req-d86cb0db-7335-4b62-9844-96d387a63dad Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "stack_user_project_id": "83e6569d08c54691b6717bc6f180d5f5", "deletion_time": null, "creation_time": "2018-09-04T20:52:46Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "self"}], "updated_time": null, "project": "21a717df1f2c484095e6f33236f533f4", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "tags": null}]} 2018-09-04 20:52:48,957 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks?stack_name=HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1 used request id req-d86cb0db-7335-4b62-9844-96d387a63dad 2018-09-04 20:52:48,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks?stack_name=HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:52:49,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:48 GMT Server: Apache x-openstack-request-id: req-d83ff8e4-2445-4b87-8c93-12aff7b018e9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "stack_user_project_id": "83e6569d08c54691b6717bc6f180d5f5", "deletion_time": null, "creation_time": "2018-09-04T20:52:46Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "self"}], "updated_time": null, "project": "21a717df1f2c484095e6f33236f533f4", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "tags": null}]} 2018-09-04 20:52:49,697 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks?stack_name=HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1 used request id req-d83ff8e4-2445-4b87-8c93-12aff7b018e9 2018-09-04 20:52:49,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:52:49,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:52:49 GMT Server: Apache x-openstack-request-id: req-28d9d1d7-4262-4aef-88c7-2a267c746689 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:52:49,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:49 GMT Server: Apache x-openstack-request-id: req-c9d0a485-c053-45ed-a673-768d5e8dff15 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image", "inst_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "stack_user_project_id": "83e6569d08c54691b6717bc6f180d5f5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:52:46Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:52:49,851 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 used request id req-c9d0a485-c053-45ed-a673-768d5e8dff15 2018-09-04 20:52:49,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:52:50,548 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:52:49 GMT Server: Apache x-openstack-request-id: req-59aa561e-282d-40cc-ae98-dd0df6c3a95e Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:52:51,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:50 GMT Server: Apache x-openstack-request-id: req-91891de6-671d-4526-b490-a8476f9df522 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "45de49f6-73eb-42a8-a4ce-1bf60e85cd97", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4b593962-6d83-45c1-b5c4-b485df60a14b", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "16db8f96-766b-453a-adaa-7956a2905d1c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-09-04T20:52:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-09-04 20:52:51,307 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources used request id req-91891de6-671d-4526-b490-a8476f9df522 2018-09-04 20:52:51,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:52:51,384 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:52:51 GMT Server: Apache x-openstack-request-id: req-a6530fa2-0db4-4799-b1d2-67d2e80a006b Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:52:51,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:51 GMT Server: Apache x-openstack-request-id: req-a9acb454-9b28-482e-a27f-444e6f02919f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image", "inst_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "stack_user_project_id": "83e6569d08c54691b6717bc6f180d5f5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:52:46Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:52:51,509 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 used request id req-a9acb454-9b28-482e-a27f-444e6f02919f 2018-09-04 20:52:51,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:52:52,203 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:52:51 GMT Server: Apache x-openstack-request-id: req-cb5b602b-ef46-4c7a-a638-1d585573d3dd Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:52:52,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:52 GMT Server: Apache x-openstack-request-id: req-7a7d3a09-d34c-4cc4-b79f-a6b289147cce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image", "inst_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "stack_user_project_id": "83e6569d08c54691b6717bc6f180d5f5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:52:46Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:52:52,327 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 used request id req-7a7d3a09-d34c-4cc4-b79f-a6b289147cce 2018-09-04 20:52:55,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:52:56,035 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:52:55 GMT Server: Apache x-openstack-request-id: req-89f0994c-a27d-481d-aee4-7a8234a4dd4f Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:52:56,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:56 GMT Server: Apache x-openstack-request-id: req-dfae1abb-4226-4253-ad22-3e3bd1d82338 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image", "inst_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "stack_user_project_id": "83e6569d08c54691b6717bc6f180d5f5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:52:46Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:52:56,159 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 used request id req-dfae1abb-4226-4253-ad22-3e3bd1d82338 2018-09-04 20:52:59,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:52:59,242 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:52:59 GMT Server: Apache x-openstack-request-id: req-533fcd02-090a-443b-9e98-ad7a9dc8e9ae Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:52:59,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:52:59 GMT Server: Apache x-openstack-request-id: req-dfc9cdff-77bf-488e-9d98-3178ecbe57b8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image", "inst_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "stack_user_project_id": "83e6569d08c54691b6717bc6f180d5f5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:52:46Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:52:59,366 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 used request id req-dfc9cdff-77bf-488e-9d98-3178ecbe57b8 2018-09-04 20:53:02,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:02,616 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:02 GMT Server: Apache x-openstack-request-id: req-29e9a314-e002-4574-8c98-1a013c72f1ca Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:02,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:02 GMT Server: Apache x-openstack-request-id: req-aa7c004b-6bdd-485d-b973-2cc4765fd5d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image", "inst_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "stack_user_project_id": "83e6569d08c54691b6717bc6f180d5f5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:52:46Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:02,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 used request id req-aa7c004b-6bdd-485d-b973-2cc4765fd5d1 2018-09-04 20:53:05,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:05,824 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:05 GMT Server: Apache x-openstack-request-id: req-17319e03-46d4-42cd-89ff-5de6caca5cf1 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:06,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:05 GMT Server: Apache x-openstack-request-id: req-84ff8736-d742-4dfa-9984-c1c513f288cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image", "inst_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1", "stack_user_project_id": "83e6569d08c54691b6717bc6f180d5f5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T20:52:46Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "321c7b76-76d0-443e-bc17-7be7a24b77a3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:06,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 used request id req-84ff8736-d742-4dfa-9984-c1c513f288cb 2018-09-04 20:53:06,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:07,246 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:06 GMT Server: Apache x-openstack-request-id: req-2fe3c895-69f6-4990-9957-6caf0fdc039a Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:07,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:07 GMT Server: Apache x-openstack-request-id: req-608e8bcf-c407-48e1-af18-46855dfd07a6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "45de49f6-73eb-42a8-a4ce-1bf60e85cd97", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4b593962-6d83-45c1-b5c4-b485df60a14b", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "16db8f96-766b-453a-adaa-7956a2905d1c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "808ba667-928b-4025-89d2-6ffd573edffb", "resource_type": "OS::Nova::Server"}]} 2018-09-04 20:53:07,372 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources used request id req-608e8bcf-c407-48e1-af18-46855dfd07a6 2018-09-04 20:53:07,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=16db8f96-766b-453a-adaa-7956a2905d1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:07,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-e3b2ec46-8527-453d-8e3f-bb504a74222f Date: Tue, 04 Sep 2018 20:53:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"16db8f96-766b-453a-adaa-7956a2905d1c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["4b593962-6d83-45c1-b5c4-b485df60a14b"],"description":"","tags":[],"updated_at":"2018-09-04T20:52:48Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:52:47Z","provider:network_type":"vxlan"}]} 2018-09-04 20:53:07,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=16db8f96-766b-453a-adaa-7956a2905d1c used request id req-e3b2ec46-8527-453d-8e3f-bb504a74222f 2018-09-04 20:53:07,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=16db8f96-766b-453a-adaa-7956a2905d1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:07,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-52f329a8-a8c0-458e-8c8b-c714ccb94af9 Date: Tue, 04 Sep 2018 20:53:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16db8f96-766b-453a-adaa-7956a2905d1c","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:52:48Z","dns_nameservers":[],"updated_at":"2018-09-04T20:52:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"4b593962-6d83-45c1-b5c4-b485df60a14b","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-subnet"}]} 2018-09-04 20:53:07,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=16db8f96-766b-453a-adaa-7956a2905d1c used request id req-52f329a8-a8c0-458e-8c8b-c714ccb94af9 2018-09-04 20:53:07,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=16db8f96-766b-453a-adaa-7956a2905d1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:07,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c3d5a09e-ca49-4c8b-b668-f63803f9a7b9 Date: Tue, 04 Sep 2018 20:53:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16db8f96-766b-453a-adaa-7956a2905d1c","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:52:48Z","dns_nameservers":[],"updated_at":"2018-09-04T20:52:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"4b593962-6d83-45c1-b5c4-b485df60a14b","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-subnet"}]} 2018-09-04 20:53:07,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=16db8f96-766b-453a-adaa-7956a2905d1c used request id req-c3d5a09e-ca49-4c8b-b668-f63803f9a7b9 2018-09-04 20:53:07,853 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:53:07,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:07,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69e729aa-5c8d-4c17-839d-10acbd6ac15b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:53:07,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-69e729aa-5c8d-4c17-839d-10acbd6ac15b 2018-09-04 20:53:07,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:08,023 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:07 GMT Server: Apache x-openstack-request-id: req-4b0c4631-649a-42a8-8ea5-9896314d68af Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:08,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:08 GMT Server: Apache x-openstack-request-id: req-26243001-0b80-486f-b298-d043c9cdb198 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "45de49f6-73eb-42a8-a4ce-1bf60e85cd97", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4b593962-6d83-45c1-b5c4-b485df60a14b", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "16db8f96-766b-453a-adaa-7956a2905d1c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "808ba667-928b-4025-89d2-6ffd573edffb", "resource_type": "OS::Nova::Server"}]} 2018-09-04 20:53:08,763 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources used request id req-26243001-0b80-486f-b298-d043c9cdb198 2018-09-04 20:53:08,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/808ba667-928b-4025-89d2-6ffd573edffb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:09,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d03d0d16-81cd-4342-8fde-972da1edbb2e x-compute-request-id: req-d03d0d16-81cd-4342-8fde-972da1edbb2e Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:ec:a6", "version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/808ba667-928b-4025-89d2-6ffd573edffb", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/808ba667-928b-4025-89d2-6ffd573edffb", "rel": "bookmark"}], "image": {"id": "79718547-f2ed-408e-bd35-30b873bbaea6", "links": [{"href": "http://172.30.9.26:8774/images/79718547-f2ed-408e-bd35-30b873bbaea6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000012", "OS-SRV-USG:launched_at": "2018-09-04T20:53:00.000000", "flavor": {"id": "819cc7c5-dfe5-42ea-be73-5d512307cb4b", "links": [{"href": "http://172.30.9.26:8774/flavors/819cc7c5-dfe5-42ea-be73-5d512307cb4b", "rel": "bookmark"}]}, "id": "808ba667-928b-4025-89d2-6ffd573edffb", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:53:01Z", "hostId": "e370e55040f93ca39344150264ab2f4c6271770b5ba3b626888a8595", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-inst", "created": "2018-09-04T20:52:53Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:53:09,054 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/808ba667-928b-4025-89d2-6ffd573edffb used request id req-d03d0d16-81cd-4342-8fde-972da1edbb2e 2018-09-04 20:53:09,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:09,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-252fd27c-8560-4ef7-91a3-2bc70cc7fbd6 Date: Tue, 04 Sep 2018 20:53:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"16db8f96-766b-453a-adaa-7956a2905d1c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["4b593962-6d83-45c1-b5c4-b485df60a14b"],"description":"","tags":[],"updated_at":"2018-09-04T20:52:48Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:52:47Z","provider:network_type":"vxlan"}]} 2018-09-04 20:53:09,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-net used request id req-252fd27c-8560-4ef7-91a3-2bc70cc7fbd6 2018-09-04 20:53:09,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:53:09,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:53:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:53:09,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:09,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb608528-6c0c-472b-b147-3b8c11fe17b4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:53:09,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-eb608528-6c0c-472b-b147-3b8c11fe17b4 2018-09-04 20:53:09,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=16db8f96-766b-453a-adaa-7956a2905d1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:09,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-81690906-7d43-462a-b7e0-dd8c32f15860 Date: Tue, 04 Sep 2018 20:53:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16db8f96-766b-453a-adaa-7956a2905d1c","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:52:48Z","dns_nameservers":[],"updated_at":"2018-09-04T20:52:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"4b593962-6d83-45c1-b5c4-b485df60a14b","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-subnet"}]} 2018-09-04 20:53:09,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=16db8f96-766b-453a-adaa-7956a2905d1c used request id req-81690906-7d43-462a-b7e0-dd8c32f15860 2018-09-04 20:53:09,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=16db8f96-766b-453a-adaa-7956a2905d1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:09,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3909 X-Openstack-Request-Id: req-e7055a59-662f-4795-bedb-b29cb4b7910f Date: Tue, 04 Sep 2018 20:53:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:52:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b593962-6d83-45c1-b5c4-b485df60a14b","ip_address":"10.0.0.2"}],"id":"3bef7458-a1ea-4ff6-808a-e5063025113c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:09:21:00","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"16db8f96-766b-453a-adaa-7956a2905d1c","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:52:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-16db8f96-766b-453a-adaa-7956a2905d1c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:53:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b593962-6d83-45c1-b5c4-b485df60a14b","ip_address":"10.0.0.5"}],"id":"45de49f6-73eb-42a8-a4ce-1bf60e85cd97","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:94:ec:a6","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1-server1_port-2aw2liio4u7x","admin_state_up":true,"network_id":"16db8f96-766b-453a-adaa-7956a2905d1c","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:52:50Z","binding:vnic_type":"normal","device_id":"808ba667-928b-4025-89d2-6ffd573edffb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:52:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b593962-6d83-45c1-b5c4-b485df60a14b","ip_address":"10.0.0.3"}],"id":"4bec9f79-8bb6-4cc2-88b8-dbb2e910596f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:4c:1d","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"16db8f96-766b-453a-adaa-7956a2905d1c","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:52:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-16db8f96-766b-453a-adaa-7956a2905d1c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:52:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b593962-6d83-45c1-b5c4-b485df60a14b","ip_address":"10.0.0.4"}],"id":"ad3ef5df-24a4-425f-adfe-9fa890640ee7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:dd:bf","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"16db8f96-766b-453a-adaa-7956a2905d1c","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:52:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-16db8f96-766b-453a-adaa-7956a2905d1c"}]} 2018-09-04 20:53:09,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=16db8f96-766b-453a-adaa-7956a2905d1c used request id req-e7055a59-662f-4795-bedb-b29cb4b7910f 2018-09-04 20:53:09,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:09,773 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:09 GMT Server: Apache x-openstack-request-id: req-198c957d-2018-41a4-b612-f86f7e877499 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:09,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:09 GMT Server: Apache x-openstack-request-id: req-a370a681-cbea-4531-b809-ca7dfe0dda03 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "45de49f6-73eb-42a8-a4ce-1bf60e85cd97", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4b593962-6d83-45c1-b5c4-b485df60a14b", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "16db8f96-766b-453a-adaa-7956a2905d1c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-04T20:52:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:52:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "808ba667-928b-4025-89d2-6ffd573edffb", "resource_type": "OS::Nova::Server"}]} 2018-09-04 20:53:09,898 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3/resources used request id req-a370a681-cbea-4531-b809-ca7dfe0dda03 2018-09-04 20:53:09,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/321c7b76-76d0-443e-bc17-7be7a24b77a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a771735f605820d104a28a7ac8f56c5ecba317d6" 2018-09-04 20:53:09,975 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:09 GMT Server: Apache x-openstack-request-id: req-fee46e9b-de57-41ba-a6d3-af90c22003c6 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:10,098 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:53:09 GMT Server: Apache x-openstack-request-id: req-922fd74e-c7ce-4fbe-a0a2-1c230efc90cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:53:10,098 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-stack1/321c7b76-76d0-443e-bc17-7be7a24b77a3 used request id req-922fd74e-c7ce-4fbe-a0a2-1c230efc90cc 2018-09-04 20:53:10,099 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-10025cc1-317a-4ec5-bb6b-07209c29ca0b-image 2018-09-04 20:53:10,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60f31bac51f44769008c2b00dc863a996660a40d" 2018-09-04 20:53:13,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1ab0ec7-154b-4800-9a83-8ef9f687ff01 Date: Tue, 04 Sep 2018 20:53:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:53:13,837 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/79718547-f2ed-408e-bd35-30b873bbaea6 used request id req-c1ab0ec7-154b-4800-9a83-8ef9f687ff01 2018-09-04 20:53:13,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/819cc7c5-dfe5-42ea-be73-5d512307cb4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f006252e2dd0dc63b52c98b3e972a072d79bc96" 2018-09-04 20:53:13,900 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:53:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c857e53-ca3b-4680-8364-417bc4044e28 x-compute-request-id: req-0c857e53-ca3b-4680-8364-417bc4044e28 Content-Length: 0 Content-Type: application/json 2018-09-04 20:53:13,900 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/819cc7c5-dfe5-42ea-be73-5d512307cb4b used request id req-0c857e53-ca3b-4680-8364-417bc4044e28 2018-09-04 20:53:13,902 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 20:53:13,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:53:13,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:53:14,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:53:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["D9vPRHJ5Tnmpeh4Bkwy1rw"], "issued_at": "2018-09-04T20:53:14.000000Z"}} 2018-09-04 20:53:14,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f104fb7230c70dd1986a16b68bb38971a36246e" 2018-09-04 20:53:14,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87c04138-6b15-4d4b-9a8d-fb4eba9d5c1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:53:14,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-87c04138-6b15-4d4b-9a8d-fb4eba9d5c1c 2018-09-04 20:53:14,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f104fb7230c70dd1986a16b68bb38971a36246e" 2018-09-04 20:53:14,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-31b1af86-a8da-4a99-9e2d-4afad0ca911b Date: Tue, 04 Sep 2018 20:53:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image"} 2018-09-04 20:53:14,530 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image used request id req-31b1af86-a8da-4a99-9e2d-4afad0ca911b 2018-09-04 20:53:14,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f104fb7230c70dd1986a16b68bb38971a36246e" 2018-09-04 20:53:14,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5f5586d7-a135-4cc8-a4be-eaec8153c0d5 Date: Tue, 04 Sep 2018 20:53:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:53:14,694 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-5f5586d7-a135-4cc8-a4be-eaec8153c0d5 2018-09-04 20:53:14,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5f104fb7230c70dd1986a16b68bb38971a36246e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image"}' 2018-09-04 20:53:14,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218 X-Openstack-Request-Id: req-6f1e4a7a-f688-491c-b0e1-e6064d684c70 Date: Tue, 04 Sep 2018 20:53:14 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:53:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T20:53:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218", "min_disk": 0, "protected": false, "id": "c6e2fa69-8bac-4a1a-9fb0-b93c57553218", "file": "/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218/file", "checksum": null, "owner": "21a717df1f2c484095e6f33236f533f4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:53:14,914 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-6f1e4a7a-f688-491c-b0e1-e6064d684c70 2018-09-04 20:53:14,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f104fb7230c70dd1986a16b68bb38971a36246e" -d '' 2018-09-04 20:53:16,982 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d0c67991-f86a-48e4-9380-ce598138fcb8 Date: Tue, 04 Sep 2018 20:53:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:53:16,982 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218/file used request id req-d0c67991-f86a-48e4-9380-ce598138fcb8 2018-09-04 20:53:16,982 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:53:16,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f104fb7230c70dd1986a16b68bb38971a36246e" 2018-09-04 20:53:17,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-3a7847d7-d52a-4bff-8414-e5f723a0b803 Date: Tue, 04 Sep 2018 20:53:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:53:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:53:16Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218/snap", "metadata": {}}], "self": "/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218", "min_disk": 0, "protected": false, "id": "c6e2fa69-8bac-4a1a-9fb0-b93c57553218", "file": "/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:53:17,152 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218 used request id req-3a7847d7-d52a-4bff-8414-e5f723a0b803 2018-09-04 20:53:17,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f104fb7230c70dd1986a16b68bb38971a36246e" 2018-09-04 20:53:17,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6265262d-5e67-4bb8-b772-305c9c434490 Date: Tue, 04 Sep 2018 20:53:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:53:17,313 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-6265262d-5e67-4bb8-b772-305c9c434490 2018-09-04 20:53:17,316 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image 2018-09-04 20:53:17,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f104fb7230c70dd1986a16b68bb38971a36246e" 2018-09-04 20:53:17,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-ab38376c-d941-4b79-a26a-9b40dd48bf62 Date: Tue, 04 Sep 2018 20:53:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:53:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:53:16Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218/snap", "metadata": {}}], "self": "/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218", "min_disk": 0, "protected": false, "id": "c6e2fa69-8bac-4a1a-9fb0-b93c57553218", "file": "/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:53:17,487 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218 used request id req-ab38376c-d941-4b79-a26a-9b40dd48bf62 2018-09-04 20:53:17,487 - create_image - DEBUG - Instance status is - active 2018-09-04 20:53:17,487 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image 2018-09-04 20:53:17,488 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image 2018-09-04 20:53:17,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:53:17,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:53:17,866 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:53:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["5t2LdCkGS6SPeZyh-KbYmg"], "issued_at": "2018-09-04T20:53:17.000000Z"}} 2018-09-04 20:53:17,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a8ea4a3f83e9ddc03fdb649df4144e1f4f51aad" 2018-09-04 20:53:17,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e73dc329-84bc-49da-806b-9dc331a94e1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:53:17,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e73dc329-84bc-49da-806b-9dc331a94e1b 2018-09-04 20:53:17,947 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:53:17,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a8ea4a3f83e9ddc03fdb649df4144e1f4f51aad" 2018-09-04 20:53:18,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dab2d007-550b-4395-8514-8410d04f4fb5 x-compute-request-id: req-dab2d007-550b-4395-8514-8410d04f4fb5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:53:18,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-dab2d007-550b-4395-8514-8410d04f4fb5 2018-09-04 20:53:18,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a8ea4a3f83e9ddc03fdb649df4144e1f4f51aad" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 20:53:18,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd2a38b6-bfcf-4c40-a5ad-9b7f040ea73e x-compute-request-id: req-bd2a38b6-bfcf-4c40-a5ad-9b7f040ea73e Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/163cf654-8d8e-4c94-9505-a52151c56196", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/163cf654-8d8e-4c94-9505-a52151c56196", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "163cf654-8d8e-4c94-9505-a52151c56196", "name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:53:18,162 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-bd2a38b6-bfcf-4c40-a5ad-9b7f040ea73e 2018-09-04 20:53:18,163 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 20:53:18,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:53:18,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:53:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["GK0-as7kQ5-_E59hL2Es9A"], "issued_at": "2018-09-04T20:53:18.000000Z"}} 2018-09-04 20:53:18,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}}' 2018-09-04 20:53:21,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:53:18 GMT Server: Apache x-openstack-request-id: req-3797a319-8471-4726-a292-7d04e8a920fb Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "rel": "self"}]}} 2018-09-04 20:53:21,360 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks used request id req-3797a319-8471-4726-a292-7d04e8a920fb 2018-09-04 20:53:21,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:22,065 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:21 GMT Server: Apache x-openstack-request-id: req-ac7a78fb-41a4-4797-b135-f65db9a34e19 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:22,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:22 GMT Server: Apache x-openstack-request-id: req-32d5bed2-e851-4bbe-ad2a-7111df23f3ab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "stack_user_project_id": "40167b717c63458b8411cd9d57000701", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:22,794 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e used request id req-32d5bed2-e851-4bbe-ad2a-7111df23f3ab 2018-09-04 20:53:22,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:23,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:22 GMT Server: Apache x-openstack-request-id: req-0224a696-ebaa-4d31-aa47-a169da9c9b6d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "stack_user_project_id": "40167b717c63458b8411cd9d57000701", "deletion_time": null, "creation_time": "2018-09-04T20:53:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "rel": "self"}], "updated_time": null, "project": "21a717df1f2c484095e6f33236f533f4", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "tags": null}]} 2018-09-04 20:53:23,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1 used request id req-0224a696-ebaa-4d31-aa47-a169da9c9b6d 2018-09-04 20:53:23,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:23,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:23 GMT Server: Apache x-openstack-request-id: req-55ecd966-4471-44a8-8ce4-c5219bb87b8a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "stack_user_project_id": "40167b717c63458b8411cd9d57000701", "deletion_time": null, "creation_time": "2018-09-04T20:53:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "rel": "self"}], "updated_time": null, "project": "21a717df1f2c484095e6f33236f533f4", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "tags": null}]} 2018-09-04 20:53:23,257 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1 used request id req-55ecd966-4471-44a8-8ce4-c5219bb87b8a 2018-09-04 20:53:23,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:23,991 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:23 GMT Server: Apache x-openstack-request-id: req-3f63f2e0-f684-459d-a4ee-e4dec728e4c6 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:24,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:23 GMT Server: Apache x-openstack-request-id: req-4e2bdfb8-740f-4e73-a957-e48ff91d2996 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "stack_user_project_id": "40167b717c63458b8411cd9d57000701", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:24,187 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e used request id req-4e2bdfb8-740f-4e73-a957-e48ff91d2996 2018-09-04 20:53:24,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:24,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:24 GMT Server: Apache x-openstack-request-id: req-94d8e642-d9c3-4591-9846-05b75df96fa3 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:24,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:24 GMT Server: Apache x-openstack-request-id: req-f8ce11da-f33a-480e-96a2-6e791f92ffe0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "stack_user_project_id": "40167b717c63458b8411cd9d57000701", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:24,411 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e used request id req-f8ce11da-f33a-480e-96a2-6e791f92ffe0 2018-09-04 20:53:27,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:28,050 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:27 GMT Server: Apache x-openstack-request-id: req-497baa64-b437-4ee8-a9f5-85615b78c2dc Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:28,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:28 GMT Server: Apache x-openstack-request-id: req-18876784-95d8-451b-99c9-ee17d4752b78 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "stack_user_project_id": "40167b717c63458b8411cd9d57000701", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:28,738 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e used request id req-18876784-95d8-451b-99c9-ee17d4752b78 2018-09-04 20:53:31,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:31,771 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:31 GMT Server: Apache x-openstack-request-id: req-dda29ce9-2932-44ef-8e70-a81901ce24a0 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:32,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:31 GMT Server: Apache x-openstack-request-id: req-f1f75097-2db0-4d69-a357-bc35c3e6b14e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "stack_user_project_id": "40167b717c63458b8411cd9d57000701", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:32,421 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e used request id req-f1f75097-2db0-4d69-a357-bc35c3e6b14e 2018-09-04 20:53:35,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:36,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:35 GMT Server: Apache x-openstack-request-id: req-46e4aae6-3875-4aef-a0d5-7584fe6550cc Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:36,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:36 GMT Server: Apache x-openstack-request-id: req-67dae222-cc12-4df2-9cdb-6bd12b42cc12 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "stack_user_project_id": "40167b717c63458b8411cd9d57000701", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:36,102 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e used request id req-67dae222-cc12-4df2-9cdb-6bd12b42cc12 2018-09-04 20:53:39,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:39,299 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:39 GMT Server: Apache x-openstack-request-id: req-3816b810-5ba2-408f-a733-41c886c14322 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:39,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:39 GMT Server: Apache x-openstack-request-id: req-96c443f6-58fc-4808-a0f8-4d90fe7b8eed Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1", "stack_user_project_id": "40167b717c63458b8411cd9d57000701", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T20:53:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b2a1ecd8-e1e7-41b0-b678-b93c578ef50e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:39,488 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e used request id req-96c443f6-58fc-4808-a0f8-4d90fe7b8eed 2018-09-04 20:53:39,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}}' 2018-09-04 20:53:42,061 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:53:39 GMT Server: Apache x-openstack-request-id: req-298cea89-628f-404a-9dbf-6768883adf2e Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}]}} 2018-09-04 20:53:42,061 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks used request id req-298cea89-628f-404a-9dbf-6768883adf2e 2018-09-04 20:53:42,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:42,092 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:42 GMT Server: Apache x-openstack-request-id: req-4fb6972b-dbfa-48b7-a6c6-ccd7efd09e9e Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:42,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:42 GMT Server: Apache x-openstack-request-id: req-8b70f040-41b5-46be-abe2-b32b01764c6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "stack_user_project_id": "7002dafa398c45388f6cdd876c7264c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:42,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 used request id req-8b70f040-41b5-46be-abe2-b32b01764c6f 2018-09-04 20:53:42,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:42,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:42 GMT Server: Apache x-openstack-request-id: req-b6f4d959-5726-4e5d-b834-631fda477a58 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "stack_user_project_id": "7002dafa398c45388f6cdd876c7264c0", "deletion_time": null, "creation_time": "2018-09-04T20:53:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}], "updated_time": null, "project": "21a717df1f2c484095e6f33236f533f4", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "tags": null}]} 2018-09-04 20:53:42,178 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2 used request id req-b6f4d959-5726-4e5d-b834-631fda477a58 2018-09-04 20:53:42,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:42,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:42 GMT Server: Apache x-openstack-request-id: req-650b5d97-593f-48e6-8e3d-594f52a23e38 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "stack_user_project_id": "7002dafa398c45388f6cdd876c7264c0", "deletion_time": null, "creation_time": "2018-09-04T20:53:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}], "updated_time": null, "project": "21a717df1f2c484095e6f33236f533f4", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "tags": null}]} 2018-09-04 20:53:42,913 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2 used request id req-650b5d97-593f-48e6-8e3d-594f52a23e38 2018-09-04 20:53:42,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:42,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:42 GMT Server: Apache x-openstack-request-id: req-94bec6e0-9b96-4d9f-812d-cb7668b8d99e Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:42,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:42 GMT Server: Apache x-openstack-request-id: req-a396e0a8-78fa-445b-b9cc-757143884e90 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "stack_user_project_id": "7002dafa398c45388f6cdd876c7264c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:42,984 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 used request id req-a396e0a8-78fa-445b-b9cc-757143884e90 2018-09-04 20:53:42,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:43,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:42 GMT Server: Apache x-openstack-request-id: req-b479a237-55e7-43c1-b290-0041a4bc6e5a Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:43,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:43 GMT Server: Apache x-openstack-request-id: req-45e0131d-1573-4364-ba15-c257e4c5e0b9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "stack_user_project_id": "7002dafa398c45388f6cdd876c7264c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:43,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 used request id req-45e0131d-1573-4364-ba15-c257e4c5e0b9 2018-09-04 20:53:46,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:46,088 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:46 GMT Server: Apache x-openstack-request-id: req-80a4375e-538e-426c-9d59-bd3a13868c68 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:46,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:46 GMT Server: Apache x-openstack-request-id: req-679ddb11-c63b-451c-84c9-c586fc5c4f4c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "stack_user_project_id": "7002dafa398c45388f6cdd876c7264c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:46,131 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 used request id req-679ddb11-c63b-451c-84c9-c586fc5c4f4c 2018-09-04 20:53:49,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:49,774 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:49 GMT Server: Apache x-openstack-request-id: req-81347917-b10c-4321-b6d1-3bef94be069a Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:49,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:49 GMT Server: Apache x-openstack-request-id: req-df600e8a-1b4b-420a-b583-6932950e7f11 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "stack_user_project_id": "7002dafa398c45388f6cdd876c7264c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:49,961 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 used request id req-df600e8a-1b4b-420a-b583-6932950e7f11 2018-09-04 20:53:52,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:52,994 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:52 GMT Server: Apache x-openstack-request-id: req-3b4d1546-0f12-4d4e-99f5-641cdf31704f Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:53,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:53 GMT Server: Apache x-openstack-request-id: req-e2e28124-e2c1-4806-9e7a-1328f3330daf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "stack_user_project_id": "7002dafa398c45388f6cdd876c7264c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:53,036 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 used request id req-e2e28124-e2c1-4806-9e7a-1328f3330daf 2018-09-04 20:53:56,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:56,069 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:56 GMT Server: Apache x-openstack-request-id: req-004404e5-7dee-40d8-9a78-a4075b9157f7 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:56,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:56 GMT Server: Apache x-openstack-request-id: req-c7f3b8c3-06ed-4570-b984-2e63a927f319 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "stack_user_project_id": "7002dafa398c45388f6cdd876c7264c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:56,111 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 used request id req-c7f3b8c3-06ed-4570-b984-2e63a927f319 2018-09-04 20:53:59,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:53:59,291 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:53:59 GMT Server: Apache x-openstack-request-id: req-0ff3a8a2-f358-49f1-8097-dae3b5a7a4a7 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:53:59,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:53:59 GMT Server: Apache x-openstack-request-id: req-7423581c-f9fc-4271-857c-7a84bc5f001d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "stack_user_project_id": "7002dafa398c45388f6cdd876c7264c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:53:59,366 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 used request id req-7423581c-f9fc-4271-857c-7a84bc5f001d 2018-09-04 20:54:02,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:54:02,400 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:02 GMT Server: Apache x-openstack-request-id: req-c73805f0-d0a7-40e1-be32-21d53b7f7704 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:02,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:02 GMT Server: Apache x-openstack-request-id: req-3ec9d9e0-c8b3-4949-ac43-ba074cd654ea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "stack_user_project_id": "7002dafa398c45388f6cdd876c7264c0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:53:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:54:02,474 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 used request id req-3ec9d9e0-c8b3-4949-ac43-ba074cd654ea 2018-09-04 20:54:05,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:54:05,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:05 GMT Server: Apache x-openstack-request-id: req-f9b2186d-699b-4e4c-a906-5b79765627b1 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:05,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:05 GMT Server: Apache x-openstack-request-id: req-f792a0ba-231e-4cb6-a501-cf0c122420b7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2", "stack_user_project_id": "7002dafa398c45388f6cdd876c7264c0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T20:53:41Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 20:54:05,582 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 used request id req-f792a0ba-231e-4cb6-a501-cf0c122420b7 2018-09-04 20:54:05,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:54:05,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:05 GMT Server: Apache x-openstack-request-id: req-1ef865fc-6b04-4d90-ab3b-a2b098f8cf61 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:05,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:54:05 GMT Server: Apache x-openstack-request-id: req-c6c00244-c6d4-45ea-ac21-2428c9994400 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:54:05,685 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack1/b2a1ecd8-e1e7-41b0-b678-b93c578ef50e used request id req-c6c00244-c6d4-45ea-ac21-2428c9994400 2018-09-04 20:54:05,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a199e6f280f1975bc7cb0373653d32520746da97" 2018-09-04 20:54:05,867 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:05 GMT Server: Apache x-openstack-request-id: req-182b32dd-18c3-42fb-8c8e-cd90e1927257 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:05,940 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:54:05 GMT Server: Apache x-openstack-request-id: req-18c910aa-beef-44bb-85fa-9a1c50867ca3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:54:05,940 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-stack2/d2ea6743-22d2-4f56-a25d-34ad1ba5f3e1 used request id req-18c910aa-beef-44bb-85fa-9a1c50867ca3 2018-09-04 20:54:05,941 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-2f5fa741-f458-4025-a649-b2da15c18322-image 2018-09-04 20:54:05,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f104fb7230c70dd1986a16b68bb38971a36246e" 2018-09-04 20:54:08,207 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-944697a0-2b11-4f7d-97f6-5924d5e8881e Date: Tue, 04 Sep 2018 20:54:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:54:08,207 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/c6e2fa69-8bac-4a1a-9fb0-b93c57553218 used request id req-944697a0-2b11-4f7d-97f6-5924d5e8881e 2018-09-04 20:54:08,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/163cf654-8d8e-4c94-9505-a52151c56196 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a8ea4a3f83e9ddc03fdb649df4144e1f4f51aad" 2018-09-04 20:54:08,280 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:54:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b769c03b-265c-4fa5-bd9c-2dde9b3df512 x-compute-request-id: req-b769c03b-265c-4fa5-bd9c-2dde9b3df512 Content-Length: 0 Content-Type: application/json 2018-09-04 20:54:08,281 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/163cf654-8d8e-4c94-9505-a52151c56196 used request id req-b769c03b-265c-4fa5-bd9c-2dde9b3df512 2018-09-04 20:54:08,282 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 20:54:08,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:54:08,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:54:08,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:54:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["1SFPmMY1ROOKUN0xfyrh_g"], "issued_at": "2018-09-04T20:54:08.000000Z"}} 2018-09-04 20:54:08,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55fd5b1791ea0ffe440fb78cad6ff9a5d927e199" 2018-09-04 20:54:08,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7825c192-45ef-4a49-80d6-56d1e667d9de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:54:08,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7825c192-45ef-4a49-80d6-56d1e667d9de 2018-09-04 20:54:08,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55fd5b1791ea0ffe440fb78cad6ff9a5d927e199" 2018-09-04 20:54:08,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-4ba5f6ab-0ec7-4cf0-aa97-b949c377863d Date: Tue, 04 Sep 2018 20:54:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"} 2018-09-04 20:54:08,953 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1 used request id req-4ba5f6ab-0ec7-4cf0-aa97-b949c377863d 2018-09-04 20:54:08,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55fd5b1791ea0ffe440fb78cad6ff9a5d927e199" 2018-09-04 20:54:09,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-586d5855-4add-4380-b045-22666bf03955 Date: Tue, 04 Sep 2018 20:54:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:54:09,120 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-586d5855-4add-4380-b045-22666bf03955 2018-09-04 20:54:09,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}55fd5b1791ea0ffe440fb78cad6ff9a5d927e199" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}' 2018-09-04 20:54:09,382 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683 X-Openstack-Request-Id: req-a8864e45-01ab-48a3-ba6b-6496d019f1c7 Date: Tue, 04 Sep 2018 20:54:09 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:54:09Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T20:54:09Z", "visibility": "shared", "locations": [], "self": "/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683", "min_disk": 0, "protected": false, "id": "9f9054b5-7c2e-4ab4-8fb9-6767ec62d683", "file": "/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683/file", "checksum": null, "owner": "21a717df1f2c484095e6f33236f533f4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:54:09,382 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-a8864e45-01ab-48a3-ba6b-6496d019f1c7 2018-09-04 20:54:09,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55fd5b1791ea0ffe440fb78cad6ff9a5d927e199" -d '' 2018-09-04 20:54:13,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c78d567d-5953-424e-a0f4-f59c3f4a014e Date: Tue, 04 Sep 2018 20:54:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:54:13,610 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683/file used request id req-c78d567d-5953-424e-a0f4-f59c3f4a014e 2018-09-04 20:54:13,611 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:54:13,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55fd5b1791ea0ffe440fb78cad6ff9a5d927e199" 2018-09-04 20:54:13,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-74d45ab5-476e-4995-8d56-9dad56e08a4b Date: Tue, 04 Sep 2018 20:54:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:54:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:54:13Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683/snap", "metadata": {}}], "self": "/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683", "min_disk": 0, "protected": false, "id": "9f9054b5-7c2e-4ab4-8fb9-6767ec62d683", "file": "/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:54:13,778 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683 used request id req-74d45ab5-476e-4995-8d56-9dad56e08a4b 2018-09-04 20:54:13,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55fd5b1791ea0ffe440fb78cad6ff9a5d927e199" 2018-09-04 20:54:13,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a454bfb9-d481-43c5-b714-211aad9538c5 Date: Tue, 04 Sep 2018 20:54:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:54:13,935 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-a454bfb9-d481-43c5-b714-211aad9538c5 2018-09-04 20:54:13,938 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1 2018-09-04 20:54:13,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55fd5b1791ea0ffe440fb78cad6ff9a5d927e199" 2018-09-04 20:54:14,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-fa25d8a8-7bc1-4893-b24e-bf1f81f200a5 Date: Tue, 04 Sep 2018 20:54:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:54:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:54:13Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683/snap", "metadata": {}}], "self": "/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683", "min_disk": 0, "protected": false, "id": "9f9054b5-7c2e-4ab4-8fb9-6767ec62d683", "file": "/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:54:14,105 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683 used request id req-fa25d8a8-7bc1-4893-b24e-bf1f81f200a5 2018-09-04 20:54:14,106 - create_image - DEBUG - Instance status is - active 2018-09-04 20:54:14,106 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1 2018-09-04 20:54:14,106 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1 2018-09-04 20:54:14,106 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 20:54:14,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:54:14,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:54:14,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:54:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["eSg7FkfuSbGAwOfokuGZkA"], "issued_at": "2018-09-04T20:54:14.000000Z"}} 2018-09-04 20:54:14,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967a09f63069382ba2c3e8065d694a5398f5e370" 2018-09-04 20:54:14,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ad31486-4a88-42b6-8bb0-f2489fd81bc0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:54:14,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2ad31486-4a88-42b6-8bb0-f2489fd81bc0 2018-09-04 20:54:14,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}967a09f63069382ba2c3e8065d694a5398f5e370" 2018-09-04 20:54:14,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-cba2d7ac-cb73-47da-9c8d-26ca3461843c Date: Tue, 04 Sep 2018 20:54:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2"} 2018-09-04 20:54:14,749 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2 used request id req-cba2d7ac-cb73-47da-9c8d-26ca3461843c 2018-09-04 20:54:14,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}967a09f63069382ba2c3e8065d694a5398f5e370" 2018-09-04 20:54:14,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dbd2d141-be5d-435f-94f6-9c24d5d42d6f Date: Tue, 04 Sep 2018 20:54:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:54:14,908 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-dbd2d141-be5d-435f-94f6-9c24d5d42d6f 2018-09-04 20:54:14,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}967a09f63069382ba2c3e8065d694a5398f5e370" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2"}' 2018-09-04 20:54:15,153 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb X-Openstack-Request-Id: req-a3c871fc-6eee-43cf-8b2e-fcb4ba7b5ac2 Date: Tue, 04 Sep 2018 20:54:15 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:54:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T20:54:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb", "min_disk": 0, "protected": false, "id": "204a033f-eea1-44c5-a513-9fcd9fc552cb", "file": "/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/file", "checksum": null, "owner": "21a717df1f2c484095e6f33236f533f4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:54:15,153 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-a3c871fc-6eee-43cf-8b2e-fcb4ba7b5ac2 2018-09-04 20:54:15,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}967a09f63069382ba2c3e8065d694a5398f5e370" -d '' 2018-09-04 20:54:16,927 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ea32755-46bb-4ac0-b227-94636c31499a Date: Tue, 04 Sep 2018 20:54:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:54:16,927 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/file used request id req-1ea32755-46bb-4ac0-b227-94636c31499a 2018-09-04 20:54:16,928 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:54:16,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}967a09f63069382ba2c3e8065d694a5398f5e370" 2018-09-04 20:54:17,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-36d518a4-6175-4324-8894-bcd53ee955c8 Date: Tue, 04 Sep 2018 20:54:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:54:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:54:16Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/snap", "metadata": {}}], "self": "/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb", "min_disk": 0, "protected": false, "id": "204a033f-eea1-44c5-a513-9fcd9fc552cb", "file": "/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:54:17,094 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb used request id req-36d518a4-6175-4324-8894-bcd53ee955c8 2018-09-04 20:54:17,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}967a09f63069382ba2c3e8065d694a5398f5e370" 2018-09-04 20:54:17,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1b2e7c40-cc15-4056-8e59-6aa331be94bf Date: Tue, 04 Sep 2018 20:54:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:54:17,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-1b2e7c40-cc15-4056-8e59-6aa331be94bf 2018-09-04 20:54:17,254 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2 2018-09-04 20:54:17,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}967a09f63069382ba2c3e8065d694a5398f5e370" 2018-09-04 20:54:17,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-caf33d28-d5cc-4fbb-a724-cfcc9737a4d9 Date: Tue, 04 Sep 2018 20:54:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:54:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:54:16Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/snap", "metadata": {}}], "self": "/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb", "min_disk": 0, "protected": false, "id": "204a033f-eea1-44c5-a513-9fcd9fc552cb", "file": "/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:54:17,273 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb used request id req-caf33d28-d5cc-4fbb-a724-cfcc9737a4d9 2018-09-04 20:54:17,273 - create_image - DEBUG - Instance status is - active 2018-09-04 20:54:17,274 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2 2018-09-04 20:54:17,274 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2 2018-09-04 20:54:17,274 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 20:54:17,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:54:17,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:54:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["_GgoQjdBSouaYcl_R84tVw"], "issued_at": "2018-09-04T20:54:17.000000Z"}} 2018-09-04 20:54:17,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": {"default": "m1.med", "type": "string", "description": "Flavor name for the second instance", "label": "Instance Flavor for second VM"}, "image2_name": {"default": "image_2", "type": "string", "description": "Image name to be used for second instance", "label": "Image ID for second VM"}, "keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}, "security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "external_net_name": {"default": "external", "type": "string", "description": "Name of the external network which management network will connect to"}, "inst2_name": {"default": "test_vm2", "type": "string", "description": "The name of the second VM to be spawned", "label": "Second VM name"}, "inst1_name": {"default": "test_vm1", "type": "string", "description": "The name of the first VM to be spawned", "label": "First VM name"}, "router_name": {"default": "mgmt_router", "type": "string", "description": "The name of the stack's router", "label": "Test router name"}, "flavor1_name": {"default": "m1.small", "type": "string", "description": "Flavor name for the first instance", "label": "Instance Flavor for first VM"}, "image1_name": {"default": "image_1", "type": "string", "description": "Image name to be used for first instance", "label": "Image ID for first VM"}}, "resources": {"flavor2": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "flavor1": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "network": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "subnet": {"type": "OS::Neutron::Subnet", "properties": {"ip_version": 4, "cidr": "10.1.2.0/24", "name": {"get_param": "subnet_name"}, "network": {"get_resource": "network"}}}, "server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "port_range_min": 22, "protocol": "tcp"}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "icmp"}], "description": "Add security group rules for server", "name": {"get_param": "security_group_name"}}}, "floating_ip": {"type": "OS::Neutron::FloatingIP", "properties": {"floating_network": {"get_param": "external_net_name"}}}, "floating_ip_association": {"type": "OS::Neutron::FloatingIPAssociation", "properties": {"floatingip_id": {"get_resource": "floating_ip"}, "port_id": {"get_resource": "port1"}}}, "management_router": {"type": "OS::Neutron::Router", "properties": {"external_gateway_info": {"network": {"get_param": "external_net_name"}}, "name": {"get_param": "router_name"}}}, "keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}, "management_router_interface": {"type": "OS::Neutron::RouterInterface", "properties": {"router": {"get_resource": "management_router"}, "subnet": {"get_resource": "subnet"}}}, "port1": {"type": "OS::Neutron::Port", "properties": {"fixed_ips": [{"subnet_id": {"get_resource": "subnet"}}], "network": {"get_resource": "network"}, "security_groups": [{"get_resource": "server_security_group"}]}}, "vm2": {"depends_on": ["subnet", "keypair", "flavor2"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image2_name"}, "name": {"get_param": "inst2_name"}, "flavor": {"get_resource": "flavor2"}, "networks": [{"network": {"get_resource": "network"}}]}}, "vm1": {"depends_on": ["subnet", "keypair", "flavor1", "port1"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image1_name"}, "name": {"get_param": "inst1_name"}, "flavor": {"get_resource": "flavor1"}, "networks": [{"port": {"get_resource": "port1"}}]}}}}, "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net"}}' 2018-09-04 20:54:21,706 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:54:17 GMT Server: Apache x-openstack-request-id: req-c6da3adf-2ad3-4ca9-b269-074ff638bb4d Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "953c7669-478d-4b64-a1ad-24a1cc241029", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}]}} 2018-09-04 20:54:21,706 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks used request id req-c6da3adf-2ad3-4ca9-b269-074ff638bb4d 2018-09-04 20:54:21,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:21,873 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:21 GMT Server: Apache x-openstack-request-id: req-9e8baf2c-144e-43e0-b078-01cb7f44f558 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:22,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:21 GMT Server: Apache x-openstack-request-id: req-acab9366-5d9f-4a2a-bd9d-1c57e5b87193 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:22,090 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-acab9366-5d9f-4a2a-bd9d-1c57e5b87193 2018-09-04 20:54:22,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:22,746 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:22 GMT Server: Apache x-openstack-request-id: req-9f461554-4231-40d0-b67a-c092cbbfb161 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:22,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:22 GMT Server: Apache x-openstack-request-id: req-c584d6ab-41c7-4bb8-a6ae-3bbc85281dbc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:22,971 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-c584d6ab-41c7-4bb8-a6ae-3bbc85281dbc 2018-09-04 20:54:25,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:26,150 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:25 GMT Server: Apache x-openstack-request-id: req-f31a0924-7356-429d-a555-27b758723f70 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:26,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:26 GMT Server: Apache x-openstack-request-id: req-b95d956a-b842-47fe-b1e4-27dc10159671 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:26,227 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-b95d956a-b842-47fe-b1e4-27dc10159671 2018-09-04 20:54:29,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:29,414 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:29 GMT Server: Apache x-openstack-request-id: req-4385d5ab-fc89-4d73-8fc1-9a1f67cb9dff Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:30,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:29 GMT Server: Apache x-openstack-request-id: req-cef67a17-bc2a-4e6b-9ae0-4bc3840ca9a5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoT+akXq2pIfe0Jqif2pao1pBfjWUPJcJfsO72B2qgs/GL4ry\ndpXsSdi5fg5cUTx1GJoD8LRUTz6EWbh+2Rm7h8Xrn4H/grARpv4F6Gigl5TeIMRP\n3YGS/bIi7/FOrs09pvYcCBWOuuTUgtkVzuazrM7mbTZL7oY4HtPIq/q58/QQMJb4\nxQUGZDkKmBZdDKXZ3Q8e9Ph6M67SIj9DwpVSxFQuvO5cdHYT1C2ivURT0wbclz1u\naQKAetGpqXHrpN042htpWmF83FSWToRS7uqqiH9+CCP+VfLO+F4yR05zJGKGIor8\nUboPhp0pgS9bcoiy+cUfASl0QTN8A75cVoQ2mwIDAQABAoIBACzrfBLE/bZuB1tT\niKs4JJHXJeGT6XzLkqCWxHCbKxIP8aTy70Kr10xnLJ16QKt8zR4SYcCfa9E7mEEq\nTWQLcBuNvmsMGvL8O56qq1ioNPylQxAbwCfz3dAA3Qy8y2+Uy3UEoKB76OwVrUHa\nWeHukOU2KikIdDS5fU7RLtkCGuVjihg9UqRSmGPGInZsHv8PYw1YlRZGfBL7XUOL\nCxVRBSWlfwZ9YAz2B/jYNOmkEuMouEtJHd6fehWCl9KGD/gGqtT/6kyaWkOjT/zv\nP6p2BVdFGhX+vdvoW/QWE0EU1p6UhzRdK4XH1iT5jb7o4Cc7Zg3QpadqeVsgfJMf\n7KussSkCgYEAz96jqVNcGo6rlOaahqzPOBA3WpNisxdhj+zEOH+0OIj76z9S/1nk\naLAWCl73/w5vl9uxM5jewiG5kKE3pV0IbcEW0iO6FXh639aeXtRn/T38DDPy3HG+\n81dKgsELoXfr4avMop+OpgSojBx6EEqO1MUejXsFpcF5fM60FHAlqz0CgYEAxpWE\nRYkPLH+h31r83LW0MT/JVRcl7umbJcJwj43PwC/kz5lPDFw7pPWCLhHO6Sjhwti4\nyh8psWfn6diuOs8w3SmqZZiooCpS88+sOwDBo3i5TFi+lqv1Co3+FkL30cetmQX8\nvGXM9fudY0QAB7HYyTnJcttgv+Eq8s2bU9aW5rcCgYAYnpPfsCHOe2tS/WT74mfA\nihskPSSJdZF2jGJJFsbvkznTCPL5j1oAFCroG4tfyAPrhnecVtS7RWdG+/EtQrGG\n3kGnrdeSR2y2KiMjtCCE29yITXbMKSSmiYYnqlmITD3Bwqk/8Ynhm9eikJTcbRgx\nlw8hTprCoQGUiJ7HdOjhOQKBgEr631OF+aW6lzsHVtxa+ytxQyqOr/LyX3M1ZFy/\nlcaiDsnXwAIRvS9+x2VvselVV1DDlZozhAGJEwa3mql326JV/hGYP2siL+oA6q3o\njjST+5r5ExU+3inbDSoIpRufQku5+ACGi4oBNB7r6Pr+yrTHzelBLdmlQhslSNWx\n+44nAoGAMjMo+yF2SLCO65khmLO48EAqp33xY6rGPJ9sBMGKILD+7tA2hqiOa507\nKYSDggZsnhQAc4PYqMtSHezfLVDx8crtAPFDDpq4jnM7L/0UNJeY/tcyq6GSmUXb\n/bFxGO6osuvS5EVqd1Aai5RhM0Pd362JiYkunPjN0iw5oqe1VmE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:30,306 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-cef67a17-bc2a-4e6b-9ae0-4bc3840ca9a5 2018-09-04 20:54:33,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:33,485 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:33 GMT Server: Apache x-openstack-request-id: req-b113a7f1-9b77-4ae0-a241-16fd7a3d158e Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:33,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:33 GMT Server: Apache x-openstack-request-id: req-9184e778-45ba-4281-ae35-f066d4225223 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoT+akXq2pIfe0Jqif2pao1pBfjWUPJcJfsO72B2qgs/GL4ry\ndpXsSdi5fg5cUTx1GJoD8LRUTz6EWbh+2Rm7h8Xrn4H/grARpv4F6Gigl5TeIMRP\n3YGS/bIi7/FOrs09pvYcCBWOuuTUgtkVzuazrM7mbTZL7oY4HtPIq/q58/QQMJb4\nxQUGZDkKmBZdDKXZ3Q8e9Ph6M67SIj9DwpVSxFQuvO5cdHYT1C2ivURT0wbclz1u\naQKAetGpqXHrpN042htpWmF83FSWToRS7uqqiH9+CCP+VfLO+F4yR05zJGKGIor8\nUboPhp0pgS9bcoiy+cUfASl0QTN8A75cVoQ2mwIDAQABAoIBACzrfBLE/bZuB1tT\niKs4JJHXJeGT6XzLkqCWxHCbKxIP8aTy70Kr10xnLJ16QKt8zR4SYcCfa9E7mEEq\nTWQLcBuNvmsMGvL8O56qq1ioNPylQxAbwCfz3dAA3Qy8y2+Uy3UEoKB76OwVrUHa\nWeHukOU2KikIdDS5fU7RLtkCGuVjihg9UqRSmGPGInZsHv8PYw1YlRZGfBL7XUOL\nCxVRBSWlfwZ9YAz2B/jYNOmkEuMouEtJHd6fehWCl9KGD/gGqtT/6kyaWkOjT/zv\nP6p2BVdFGhX+vdvoW/QWE0EU1p6UhzRdK4XH1iT5jb7o4Cc7Zg3QpadqeVsgfJMf\n7KussSkCgYEAz96jqVNcGo6rlOaahqzPOBA3WpNisxdhj+zEOH+0OIj76z9S/1nk\naLAWCl73/w5vl9uxM5jewiG5kKE3pV0IbcEW0iO6FXh639aeXtRn/T38DDPy3HG+\n81dKgsELoXfr4avMop+OpgSojBx6EEqO1MUejXsFpcF5fM60FHAlqz0CgYEAxpWE\nRYkPLH+h31r83LW0MT/JVRcl7umbJcJwj43PwC/kz5lPDFw7pPWCLhHO6Sjhwti4\nyh8psWfn6diuOs8w3SmqZZiooCpS88+sOwDBo3i5TFi+lqv1Co3+FkL30cetmQX8\nvGXM9fudY0QAB7HYyTnJcttgv+Eq8s2bU9aW5rcCgYAYnpPfsCHOe2tS/WT74mfA\nihskPSSJdZF2jGJJFsbvkznTCPL5j1oAFCroG4tfyAPrhnecVtS7RWdG+/EtQrGG\n3kGnrdeSR2y2KiMjtCCE29yITXbMKSSmiYYnqlmITD3Bwqk/8Ynhm9eikJTcbRgx\nlw8hTprCoQGUiJ7HdOjhOQKBgEr631OF+aW6lzsHVtxa+ytxQyqOr/LyX3M1ZFy/\nlcaiDsnXwAIRvS9+x2VvselVV1DDlZozhAGJEwa3mql326JV/hGYP2siL+oA6q3o\njjST+5r5ExU+3inbDSoIpRufQku5+ACGi4oBNB7r6Pr+yrTHzelBLdmlQhslSNWx\n+44nAoGAMjMo+yF2SLCO65khmLO48EAqp33xY6rGPJ9sBMGKILD+7tA2hqiOa507\nKYSDggZsnhQAc4PYqMtSHezfLVDx8crtAPFDDpq4jnM7L/0UNJeY/tcyq6GSmUXb\n/bFxGO6osuvS5EVqd1Aai5RhM0Pd362JiYkunPjN0iw5oqe1VmE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:33,862 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-9184e778-45ba-4281-ae35-f066d4225223 2018-09-04 20:54:36,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:36,895 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:36 GMT Server: Apache x-openstack-request-id: req-eed73207-96b6-461c-9f7c-b6b14aee7d2a Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:37,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:36 GMT Server: Apache x-openstack-request-id: req-8ae4ea41-6497-4e21-9792-7ba2cb01aecb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoT+akXq2pIfe0Jqif2pao1pBfjWUPJcJfsO72B2qgs/GL4ry\ndpXsSdi5fg5cUTx1GJoD8LRUTz6EWbh+2Rm7h8Xrn4H/grARpv4F6Gigl5TeIMRP\n3YGS/bIi7/FOrs09pvYcCBWOuuTUgtkVzuazrM7mbTZL7oY4HtPIq/q58/QQMJb4\nxQUGZDkKmBZdDKXZ3Q8e9Ph6M67SIj9DwpVSxFQuvO5cdHYT1C2ivURT0wbclz1u\naQKAetGpqXHrpN042htpWmF83FSWToRS7uqqiH9+CCP+VfLO+F4yR05zJGKGIor8\nUboPhp0pgS9bcoiy+cUfASl0QTN8A75cVoQ2mwIDAQABAoIBACzrfBLE/bZuB1tT\niKs4JJHXJeGT6XzLkqCWxHCbKxIP8aTy70Kr10xnLJ16QKt8zR4SYcCfa9E7mEEq\nTWQLcBuNvmsMGvL8O56qq1ioNPylQxAbwCfz3dAA3Qy8y2+Uy3UEoKB76OwVrUHa\nWeHukOU2KikIdDS5fU7RLtkCGuVjihg9UqRSmGPGInZsHv8PYw1YlRZGfBL7XUOL\nCxVRBSWlfwZ9YAz2B/jYNOmkEuMouEtJHd6fehWCl9KGD/gGqtT/6kyaWkOjT/zv\nP6p2BVdFGhX+vdvoW/QWE0EU1p6UhzRdK4XH1iT5jb7o4Cc7Zg3QpadqeVsgfJMf\n7KussSkCgYEAz96jqVNcGo6rlOaahqzPOBA3WpNisxdhj+zEOH+0OIj76z9S/1nk\naLAWCl73/w5vl9uxM5jewiG5kKE3pV0IbcEW0iO6FXh639aeXtRn/T38DDPy3HG+\n81dKgsELoXfr4avMop+OpgSojBx6EEqO1MUejXsFpcF5fM60FHAlqz0CgYEAxpWE\nRYkPLH+h31r83LW0MT/JVRcl7umbJcJwj43PwC/kz5lPDFw7pPWCLhHO6Sjhwti4\nyh8psWfn6diuOs8w3SmqZZiooCpS88+sOwDBo3i5TFi+lqv1Co3+FkL30cetmQX8\nvGXM9fudY0QAB7HYyTnJcttgv+Eq8s2bU9aW5rcCgYAYnpPfsCHOe2tS/WT74mfA\nihskPSSJdZF2jGJJFsbvkznTCPL5j1oAFCroG4tfyAPrhnecVtS7RWdG+/EtQrGG\n3kGnrdeSR2y2KiMjtCCE29yITXbMKSSmiYYnqlmITD3Bwqk/8Ynhm9eikJTcbRgx\nlw8hTprCoQGUiJ7HdOjhOQKBgEr631OF+aW6lzsHVtxa+ytxQyqOr/LyX3M1ZFy/\nlcaiDsnXwAIRvS9+x2VvselVV1DDlZozhAGJEwa3mql326JV/hGYP2siL+oA6q3o\njjST+5r5ExU+3inbDSoIpRufQku5+ACGi4oBNB7r6Pr+yrTHzelBLdmlQhslSNWx\n+44nAoGAMjMo+yF2SLCO65khmLO48EAqp33xY6rGPJ9sBMGKILD+7tA2hqiOa507\nKYSDggZsnhQAc4PYqMtSHezfLVDx8crtAPFDDpq4jnM7L/0UNJeY/tcyq6GSmUXb\n/bFxGO6osuvS5EVqd1Aai5RhM0Pd362JiYkunPjN0iw5oqe1VmE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:37,279 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-8ae4ea41-6497-4e21-9792-7ba2cb01aecb 2018-09-04 20:54:40,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:40,311 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:40 GMT Server: Apache x-openstack-request-id: req-7d6530ef-341a-45a5-9d23-a76c9d570bd4 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:40,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:40 GMT Server: Apache x-openstack-request-id: req-2d5e97a5-dd01-4211-b379-90f9e4af6a62 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoT+akXq2pIfe0Jqif2pao1pBfjWUPJcJfsO72B2qgs/GL4ry\ndpXsSdi5fg5cUTx1GJoD8LRUTz6EWbh+2Rm7h8Xrn4H/grARpv4F6Gigl5TeIMRP\n3YGS/bIi7/FOrs09pvYcCBWOuuTUgtkVzuazrM7mbTZL7oY4HtPIq/q58/QQMJb4\nxQUGZDkKmBZdDKXZ3Q8e9Ph6M67SIj9DwpVSxFQuvO5cdHYT1C2ivURT0wbclz1u\naQKAetGpqXHrpN042htpWmF83FSWToRS7uqqiH9+CCP+VfLO+F4yR05zJGKGIor8\nUboPhp0pgS9bcoiy+cUfASl0QTN8A75cVoQ2mwIDAQABAoIBACzrfBLE/bZuB1tT\niKs4JJHXJeGT6XzLkqCWxHCbKxIP8aTy70Kr10xnLJ16QKt8zR4SYcCfa9E7mEEq\nTWQLcBuNvmsMGvL8O56qq1ioNPylQxAbwCfz3dAA3Qy8y2+Uy3UEoKB76OwVrUHa\nWeHukOU2KikIdDS5fU7RLtkCGuVjihg9UqRSmGPGInZsHv8PYw1YlRZGfBL7XUOL\nCxVRBSWlfwZ9YAz2B/jYNOmkEuMouEtJHd6fehWCl9KGD/gGqtT/6kyaWkOjT/zv\nP6p2BVdFGhX+vdvoW/QWE0EU1p6UhzRdK4XH1iT5jb7o4Cc7Zg3QpadqeVsgfJMf\n7KussSkCgYEAz96jqVNcGo6rlOaahqzPOBA3WpNisxdhj+zEOH+0OIj76z9S/1nk\naLAWCl73/w5vl9uxM5jewiG5kKE3pV0IbcEW0iO6FXh639aeXtRn/T38DDPy3HG+\n81dKgsELoXfr4avMop+OpgSojBx6EEqO1MUejXsFpcF5fM60FHAlqz0CgYEAxpWE\nRYkPLH+h31r83LW0MT/JVRcl7umbJcJwj43PwC/kz5lPDFw7pPWCLhHO6Sjhwti4\nyh8psWfn6diuOs8w3SmqZZiooCpS88+sOwDBo3i5TFi+lqv1Co3+FkL30cetmQX8\nvGXM9fudY0QAB7HYyTnJcttgv+Eq8s2bU9aW5rcCgYAYnpPfsCHOe2tS/WT74mfA\nihskPSSJdZF2jGJJFsbvkznTCPL5j1oAFCroG4tfyAPrhnecVtS7RWdG+/EtQrGG\n3kGnrdeSR2y2KiMjtCCE29yITXbMKSSmiYYnqlmITD3Bwqk/8Ynhm9eikJTcbRgx\nlw8hTprCoQGUiJ7HdOjhOQKBgEr631OF+aW6lzsHVtxa+ytxQyqOr/LyX3M1ZFy/\nlcaiDsnXwAIRvS9+x2VvselVV1DDlZozhAGJEwa3mql326JV/hGYP2siL+oA6q3o\njjST+5r5ExU+3inbDSoIpRufQku5+ACGi4oBNB7r6Pr+yrTHzelBLdmlQhslSNWx\n+44nAoGAMjMo+yF2SLCO65khmLO48EAqp33xY6rGPJ9sBMGKILD+7tA2hqiOa507\nKYSDggZsnhQAc4PYqMtSHezfLVDx8crtAPFDDpq4jnM7L/0UNJeY/tcyq6GSmUXb\n/bFxGO6osuvS5EVqd1Aai5RhM0Pd362JiYkunPjN0iw5oqe1VmE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:40,642 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-2d5e97a5-dd01-4211-b379-90f9e4af6a62 2018-09-04 20:54:43,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:43,831 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:43 GMT Server: Apache x-openstack-request-id: req-50960648-11d4-47b5-ab17-68c0bcb521f4 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:44,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:43 GMT Server: Apache x-openstack-request-id: req-92ff98c1-0e7c-49d0-b976-33863f06f996 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoT+akXq2pIfe0Jqif2pao1pBfjWUPJcJfsO72B2qgs/GL4ry\ndpXsSdi5fg5cUTx1GJoD8LRUTz6EWbh+2Rm7h8Xrn4H/grARpv4F6Gigl5TeIMRP\n3YGS/bIi7/FOrs09pvYcCBWOuuTUgtkVzuazrM7mbTZL7oY4HtPIq/q58/QQMJb4\nxQUGZDkKmBZdDKXZ3Q8e9Ph6M67SIj9DwpVSxFQuvO5cdHYT1C2ivURT0wbclz1u\naQKAetGpqXHrpN042htpWmF83FSWToRS7uqqiH9+CCP+VfLO+F4yR05zJGKGIor8\nUboPhp0pgS9bcoiy+cUfASl0QTN8A75cVoQ2mwIDAQABAoIBACzrfBLE/bZuB1tT\niKs4JJHXJeGT6XzLkqCWxHCbKxIP8aTy70Kr10xnLJ16QKt8zR4SYcCfa9E7mEEq\nTWQLcBuNvmsMGvL8O56qq1ioNPylQxAbwCfz3dAA3Qy8y2+Uy3UEoKB76OwVrUHa\nWeHukOU2KikIdDS5fU7RLtkCGuVjihg9UqRSmGPGInZsHv8PYw1YlRZGfBL7XUOL\nCxVRBSWlfwZ9YAz2B/jYNOmkEuMouEtJHd6fehWCl9KGD/gGqtT/6kyaWkOjT/zv\nP6p2BVdFGhX+vdvoW/QWE0EU1p6UhzRdK4XH1iT5jb7o4Cc7Zg3QpadqeVsgfJMf\n7KussSkCgYEAz96jqVNcGo6rlOaahqzPOBA3WpNisxdhj+zEOH+0OIj76z9S/1nk\naLAWCl73/w5vl9uxM5jewiG5kKE3pV0IbcEW0iO6FXh639aeXtRn/T38DDPy3HG+\n81dKgsELoXfr4avMop+OpgSojBx6EEqO1MUejXsFpcF5fM60FHAlqz0CgYEAxpWE\nRYkPLH+h31r83LW0MT/JVRcl7umbJcJwj43PwC/kz5lPDFw7pPWCLhHO6Sjhwti4\nyh8psWfn6diuOs8w3SmqZZiooCpS88+sOwDBo3i5TFi+lqv1Co3+FkL30cetmQX8\nvGXM9fudY0QAB7HYyTnJcttgv+Eq8s2bU9aW5rcCgYAYnpPfsCHOe2tS/WT74mfA\nihskPSSJdZF2jGJJFsbvkznTCPL5j1oAFCroG4tfyAPrhnecVtS7RWdG+/EtQrGG\n3kGnrdeSR2y2KiMjtCCE29yITXbMKSSmiYYnqlmITD3Bwqk/8Ynhm9eikJTcbRgx\nlw8hTprCoQGUiJ7HdOjhOQKBgEr631OF+aW6lzsHVtxa+ytxQyqOr/LyX3M1ZFy/\nlcaiDsnXwAIRvS9+x2VvselVV1DDlZozhAGJEwa3mql326JV/hGYP2siL+oA6q3o\njjST+5r5ExU+3inbDSoIpRufQku5+ACGi4oBNB7r6Pr+yrTHzelBLdmlQhslSNWx\n+44nAoGAMjMo+yF2SLCO65khmLO48EAqp33xY6rGPJ9sBMGKILD+7tA2hqiOa507\nKYSDggZsnhQAc4PYqMtSHezfLVDx8crtAPFDDpq4jnM7L/0UNJeY/tcyq6GSmUXb\n/bFxGO6osuvS5EVqd1Aai5RhM0Pd362JiYkunPjN0iw5oqe1VmE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:44,006 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-92ff98c1-0e7c-49d0-b976-33863f06f996 2018-09-04 20:54:47,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:47,040 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:47 GMT Server: Apache x-openstack-request-id: req-285dc9d6-8753-4afb-ba2e-ac5fbd03c5d2 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:47,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:47 GMT Server: Apache x-openstack-request-id: req-0d881eee-a1eb-448a-b5ca-0525227e0f58 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoT+akXq2pIfe0Jqif2pao1pBfjWUPJcJfsO72B2qgs/GL4ry\ndpXsSdi5fg5cUTx1GJoD8LRUTz6EWbh+2Rm7h8Xrn4H/grARpv4F6Gigl5TeIMRP\n3YGS/bIi7/FOrs09pvYcCBWOuuTUgtkVzuazrM7mbTZL7oY4HtPIq/q58/QQMJb4\nxQUGZDkKmBZdDKXZ3Q8e9Ph6M67SIj9DwpVSxFQuvO5cdHYT1C2ivURT0wbclz1u\naQKAetGpqXHrpN042htpWmF83FSWToRS7uqqiH9+CCP+VfLO+F4yR05zJGKGIor8\nUboPhp0pgS9bcoiy+cUfASl0QTN8A75cVoQ2mwIDAQABAoIBACzrfBLE/bZuB1tT\niKs4JJHXJeGT6XzLkqCWxHCbKxIP8aTy70Kr10xnLJ16QKt8zR4SYcCfa9E7mEEq\nTWQLcBuNvmsMGvL8O56qq1ioNPylQxAbwCfz3dAA3Qy8y2+Uy3UEoKB76OwVrUHa\nWeHukOU2KikIdDS5fU7RLtkCGuVjihg9UqRSmGPGInZsHv8PYw1YlRZGfBL7XUOL\nCxVRBSWlfwZ9YAz2B/jYNOmkEuMouEtJHd6fehWCl9KGD/gGqtT/6kyaWkOjT/zv\nP6p2BVdFGhX+vdvoW/QWE0EU1p6UhzRdK4XH1iT5jb7o4Cc7Zg3QpadqeVsgfJMf\n7KussSkCgYEAz96jqVNcGo6rlOaahqzPOBA3WpNisxdhj+zEOH+0OIj76z9S/1nk\naLAWCl73/w5vl9uxM5jewiG5kKE3pV0IbcEW0iO6FXh639aeXtRn/T38DDPy3HG+\n81dKgsELoXfr4avMop+OpgSojBx6EEqO1MUejXsFpcF5fM60FHAlqz0CgYEAxpWE\nRYkPLH+h31r83LW0MT/JVRcl7umbJcJwj43PwC/kz5lPDFw7pPWCLhHO6Sjhwti4\nyh8psWfn6diuOs8w3SmqZZiooCpS88+sOwDBo3i5TFi+lqv1Co3+FkL30cetmQX8\nvGXM9fudY0QAB7HYyTnJcttgv+Eq8s2bU9aW5rcCgYAYnpPfsCHOe2tS/WT74mfA\nihskPSSJdZF2jGJJFsbvkznTCPL5j1oAFCroG4tfyAPrhnecVtS7RWdG+/EtQrGG\n3kGnrdeSR2y2KiMjtCCE29yITXbMKSSmiYYnqlmITD3Bwqk/8Ynhm9eikJTcbRgx\nlw8hTprCoQGUiJ7HdOjhOQKBgEr631OF+aW6lzsHVtxa+ytxQyqOr/LyX3M1ZFy/\nlcaiDsnXwAIRvS9+x2VvselVV1DDlZozhAGJEwa3mql326JV/hGYP2siL+oA6q3o\njjST+5r5ExU+3inbDSoIpRufQku5+ACGi4oBNB7r6Pr+yrTHzelBLdmlQhslSNWx\n+44nAoGAMjMo+yF2SLCO65khmLO48EAqp33xY6rGPJ9sBMGKILD+7tA2hqiOa507\nKYSDggZsnhQAc4PYqMtSHezfLVDx8crtAPFDDpq4jnM7L/0UNJeY/tcyq6GSmUXb\n/bFxGO6osuvS5EVqd1Aai5RhM0Pd362JiYkunPjN0iw5oqe1VmE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:47,214 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-0d881eee-a1eb-448a-b5ca-0525227e0f58 2018-09-04 20:54:47,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:47,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:47 GMT Server: Apache x-openstack-request-id: req-2a60be46-cfeb-4e32-9869-64e74d04c582 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:47,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:47 GMT Server: Apache x-openstack-request-id: req-2f5f5096-276c-4746-9ce1-e9ddde13feae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1044 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b81a0710-3834-44b6-8f4f-5ac59897d1f2", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7942f439-0154-4f35-ba0f-fa1a7ed1ac18", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "6891817f-62ba-45f3-ba03-f5ca29e010fc", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-04T20:54:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:22Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c083a397-7617-4564-a7f0-c2cd53514efe", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "5068ff35-d400-47f5-aec3-de17888e9ab2:subnet_id=ed0c499c-d932-435b-baa3-b64e357604cb", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "ed0c499c-d932-435b-baa3-b64e357604cb", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-04T20:54:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:22Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "5068ff35-d400-47f5-aec3-de17888e9ab2", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7a9d199c-7980-4550-ae93-fb57a0865d20", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "cb98e78d-964e-47d1-864b-bccdd5f9dba6", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a8088a48-faf9-44dc-bc0b-ad29e086a26e", "resource_type": "OS::Neutron::Port"}]} 2018-09-04 20:54:47,371 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources used request id req-2f5f5096-276c-4746-9ce1-e9ddde13feae 2018-09-04 20:54:47,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:47,400 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:47 GMT Server: Apache x-openstack-request-id: req-5e9b6649-86f2-4a97-9862-50ea2ccd310d Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:47,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:47 GMT Server: Apache x-openstack-request-id: req-61e516be-e1e6-4a28-b69f-7ed3ce2946b8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoT+akXq2pIfe0Jqif2pao1pBfjWUPJcJfsO72B2qgs/GL4ry\ndpXsSdi5fg5cUTx1GJoD8LRUTz6EWbh+2Rm7h8Xrn4H/grARpv4F6Gigl5TeIMRP\n3YGS/bIi7/FOrs09pvYcCBWOuuTUgtkVzuazrM7mbTZL7oY4HtPIq/q58/QQMJb4\nxQUGZDkKmBZdDKXZ3Q8e9Ph6M67SIj9DwpVSxFQuvO5cdHYT1C2ivURT0wbclz1u\naQKAetGpqXHrpN042htpWmF83FSWToRS7uqqiH9+CCP+VfLO+F4yR05zJGKGIor8\nUboPhp0pgS9bcoiy+cUfASl0QTN8A75cVoQ2mwIDAQABAoIBACzrfBLE/bZuB1tT\niKs4JJHXJeGT6XzLkqCWxHCbKxIP8aTy70Kr10xnLJ16QKt8zR4SYcCfa9E7mEEq\nTWQLcBuNvmsMGvL8O56qq1ioNPylQxAbwCfz3dAA3Qy8y2+Uy3UEoKB76OwVrUHa\nWeHukOU2KikIdDS5fU7RLtkCGuVjihg9UqRSmGPGInZsHv8PYw1YlRZGfBL7XUOL\nCxVRBSWlfwZ9YAz2B/jYNOmkEuMouEtJHd6fehWCl9KGD/gGqtT/6kyaWkOjT/zv\nP6p2BVdFGhX+vdvoW/QWE0EU1p6UhzRdK4XH1iT5jb7o4Cc7Zg3QpadqeVsgfJMf\n7KussSkCgYEAz96jqVNcGo6rlOaahqzPOBA3WpNisxdhj+zEOH+0OIj76z9S/1nk\naLAWCl73/w5vl9uxM5jewiG5kKE3pV0IbcEW0iO6FXh639aeXtRn/T38DDPy3HG+\n81dKgsELoXfr4avMop+OpgSojBx6EEqO1MUejXsFpcF5fM60FHAlqz0CgYEAxpWE\nRYkPLH+h31r83LW0MT/JVRcl7umbJcJwj43PwC/kz5lPDFw7pPWCLhHO6Sjhwti4\nyh8psWfn6diuOs8w3SmqZZiooCpS88+sOwDBo3i5TFi+lqv1Co3+FkL30cetmQX8\nvGXM9fudY0QAB7HYyTnJcttgv+Eq8s2bU9aW5rcCgYAYnpPfsCHOe2tS/WT74mfA\nihskPSSJdZF2jGJJFsbvkznTCPL5j1oAFCroG4tfyAPrhnecVtS7RWdG+/EtQrGG\n3kGnrdeSR2y2KiMjtCCE29yITXbMKSSmiYYnqlmITD3Bwqk/8Ynhm9eikJTcbRgx\nlw8hTprCoQGUiJ7HdOjhOQKBgEr631OF+aW6lzsHVtxa+ytxQyqOr/LyX3M1ZFy/\nlcaiDsnXwAIRvS9+x2VvselVV1DDlZozhAGJEwa3mql326JV/hGYP2siL+oA6q3o\njjST+5r5ExU+3inbDSoIpRufQku5+ACGi4oBNB7r6Pr+yrTHzelBLdmlQhslSNWx\n+44nAoGAMjMo+yF2SLCO65khmLO48EAqp33xY6rGPJ9sBMGKILD+7tA2hqiOa507\nKYSDggZsnhQAc4PYqMtSHezfLVDx8crtAPFDDpq4jnM7L/0UNJeY/tcyq6GSmUXb\n/bFxGO6osuvS5EVqd1Aai5RhM0Pd362JiYkunPjN0iw5oqe1VmE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:47,574 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-61e516be-e1e6-4a28-b69f-7ed3ce2946b8 2018-09-04 20:54:47,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:47,757 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:47 GMT Server: Apache x-openstack-request-id: req-ddb03406-15b6-474d-8f91-b15e069dc66c Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:48,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:47 GMT Server: Apache x-openstack-request-id: req-cd12b7d8-f158-4c32-89fe-f193c4c51e8c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1044 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b81a0710-3834-44b6-8f4f-5ac59897d1f2", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7942f439-0154-4f35-ba0f-fa1a7ed1ac18", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "6891817f-62ba-45f3-ba03-f5ca29e010fc", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-04T20:54:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:22Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c083a397-7617-4564-a7f0-c2cd53514efe", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "5068ff35-d400-47f5-aec3-de17888e9ab2:subnet_id=ed0c499c-d932-435b-baa3-b64e357604cb", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "ed0c499c-d932-435b-baa3-b64e357604cb", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-04T20:54:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:22Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "5068ff35-d400-47f5-aec3-de17888e9ab2", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7a9d199c-7980-4550-ae93-fb57a0865d20", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "cb98e78d-964e-47d1-864b-bccdd5f9dba6", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a8088a48-faf9-44dc-bc0b-ad29e086a26e", "resource_type": "OS::Neutron::Port"}]} 2018-09-04 20:54:48,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources used request id req-cd12b7d8-f158-4c32-89fe-f193c4c51e8c 2018-09-04 20:54:48,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:48,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-af348077-0265-44dc-9fb5-078d44bba9c2 Date: Tue, 04 Sep 2018 20:54:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["ed0c499c-d932-435b-baa3-b64e357604cb"],"description":"","tags":[],"updated_at":"2018-09-04T20:54:27Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:25Z","provider:network_type":"vxlan"}]} 2018-09-04 20:54:48,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 used request id req-af348077-0265-44dc-9fb5-078d44bba9c2 2018-09-04 20:54:48,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:48,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-da16dd0f-1fe6-4b04-845c-bae3c034044e Date: Tue, 04 Sep 2018 20:54:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:27Z","dns_nameservers":[],"updated_at":"2018-09-04T20:54:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"ed0c499c-d932-435b-baa3-b64e357604cb","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet"}]} 2018-09-04 20:54:48,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 used request id req-da16dd0f-1fe6-4b04-845c-bae3c034044e 2018-09-04 20:54:48,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:48,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-67b47c48-b6d4-4fc1-a81b-0d2b0f4c6991 Date: Tue, 04 Sep 2018 20:54:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:27Z","dns_nameservers":[],"updated_at":"2018-09-04T20:54:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"ed0c499c-d932-435b-baa3-b64e357604cb","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet"}]} 2018-09-04 20:54:48,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 used request id req-67b47c48-b6d4-4fc1-a81b-0d2b0f4c6991 2018-09-04 20:54:48,793 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:54:48,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:48,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8aa3012-1f18-48b2-bc1b-f7b464cd0c04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:54:48,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c8aa3012-1f18-48b2-bc1b-f7b464cd0c04 2018-09-04 20:54:48,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:48,912 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:48 GMT Server: Apache x-openstack-request-id: req-4616ab6a-dc2c-4718-a6ad-c40e5021bbe7 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:49,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:48 GMT Server: Apache x-openstack-request-id: req-2d96ab5c-901f-4164-8079-71b2a4d45c97 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1044 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b81a0710-3834-44b6-8f4f-5ac59897d1f2", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7942f439-0154-4f35-ba0f-fa1a7ed1ac18", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "6891817f-62ba-45f3-ba03-f5ca29e010fc", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-04T20:54:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:22Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c083a397-7617-4564-a7f0-c2cd53514efe", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "5068ff35-d400-47f5-aec3-de17888e9ab2:subnet_id=ed0c499c-d932-435b-baa3-b64e357604cb", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "ed0c499c-d932-435b-baa3-b64e357604cb", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-04T20:54:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:22Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "5068ff35-d400-47f5-aec3-de17888e9ab2", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7a9d199c-7980-4550-ae93-fb57a0865d20", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "cb98e78d-964e-47d1-864b-bccdd5f9dba6", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a8088a48-faf9-44dc-bc0b-ad29e086a26e", "resource_type": "OS::Neutron::Port"}]} 2018-09-04 20:54:49,039 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources used request id req-2d96ab5c-901f-4164-8079-71b2a4d45c97 2018-09-04 20:54:49,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7a9d199c-7980-4550-ae93-fb57a0865d20 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:49,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65a0d89d-d4ba-4119-a07f-e021b7732de2 x-compute-request-id: req-65a0d89d-d4ba-4119-a07f-e021b7732de2 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:eb:40", "version": 4, "addr": "10.1.2.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:eb:40", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7a9d199c-7980-4550-ae93-fb57a0865d20", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7a9d199c-7980-4550-ae93-fb57a0865d20", "rel": "bookmark"}], "image": {"id": "9f9054b5-7c2e-4ab4-8fb9-6767ec62d683", "links": [{"href": "http://172.30.9.26:8774/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001e", "OS-SRV-USG:launched_at": "2018-09-04T20:54:40.000000", "flavor": {"id": "7942f439-0154-4f35-ba0f-fa1a7ed1ac18", "links": [{"href": "http://172.30.9.26:8774/flavors/7942f439-0154-4f35-ba0f-fa1a7ed1ac18", "rel": "bookmark"}]}, "id": "7a9d199c-7980-4550-ae93-fb57a0865d20", "security_groups": [{"name": "security_group_name"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:54:41Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "created": "2018-09-04T20:54:31Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:54:49,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7a9d199c-7980-4550-ae93-fb57a0865d20 used request id req-65a0d89d-d4ba-4119-a07f-e021b7732de2 2018-09-04 20:54:49,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:49,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-1e91a3f7-510a-4784-ab29-8c72e1b49dbf Date: Tue, 04 Sep 2018 20:54:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["ed0c499c-d932-435b-baa3-b64e357604cb"],"description":"","tags":[],"updated_at":"2018-09-04T20:54:27Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:25Z","provider:network_type":"vxlan"}]} 2018-09-04 20:54:49,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net used request id req-1e91a3f7-510a-4784-ab29-8c72e1b49dbf 2018-09-04 20:54:49,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:54:49,702 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:54:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:54:49,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:49,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3243e36f-87ca-48ea-8373-a41561fe6ea7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:54:49,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-3243e36f-87ca-48ea-8373-a41561fe6ea7 2018-09-04 20:54:49,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:49,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-61274c09-6048-47cb-878b-9ff9b567156a Date: Tue, 04 Sep 2018 20:54:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:27Z","dns_nameservers":[],"updated_at":"2018-09-04T20:54:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"ed0c499c-d932-435b-baa3-b64e357604cb","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet"}]} 2018-09-04 20:54:49,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 used request id req-61274c09-6048-47cb-878b-9ff9b567156a 2018-09-04 20:54:49,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:49,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5786 X-Openstack-Request-Id: req-d33a5e9d-50eb-4cb6-8011-2ce3164daa22 Date: Tue, 04 Sep 2018 20:54:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:54:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed0c499c-d932-435b-baa3-b64e357604cb","ip_address":"10.1.2.2"}],"id":"8df49f83-fdbc-4ac0-97fb-fbe44f9ecca7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:cb:40","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:54:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed0c499c-d932-435b-baa3-b64e357604cb","ip_address":"10.1.2.1"}],"id":"97d03529-ef3f-4b56-b845-b8458672d82a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:f3:43","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:30Z","binding:vnic_type":"normal","device_id":"5068ff35-d400-47f5-aec3-de17888e9ab2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:54:39Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed0c499c-d932-435b-baa3-b64e357604cb","ip_address":"10.1.2.7"}],"id":"a8088a48-faf9-44dc-bc0b-ad29e086a26e","security_groups":["6891817f-62ba-45f3-ba03-f5ca29e010fc"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:eb:40","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack-port1-my7jrajgab73","admin_state_up":true,"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:29Z","binding:vnic_type":"normal","device_id":"7a9d199c-7980-4550-ae93-fb57a0865d20"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:54:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed0c499c-d932-435b-baa3-b64e357604cb","ip_address":"10.1.2.3"}],"id":"b355cb80-dc18-437a-b143-4b3fa8576586","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:d7:1d","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:54:39Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed0c499c-d932-435b-baa3-b64e357604cb","ip_address":"10.1.2.14"}],"id":"c4fd69e2-fac5-4ace-ad38-bcfcfc87c917","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:5a:bb","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:34Z","binding:vnic_type":"normal","device_id":"cb98e78d-964e-47d1-864b-bccdd5f9dba6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:54:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed0c499c-d932-435b-baa3-b64e357604cb","ip_address":"10.1.2.4"}],"id":"da553a60-5474-49c4-b805-69e11004aa08","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:15:cc","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05"}]} 2018-09-04 20:54:49,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 used request id req-d33a5e9d-50eb-4cb6-8011-2ce3164daa22 2018-09-04 20:54:49,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/cb98e78d-964e-47d1-864b-bccdd5f9dba6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:50,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-901cc825-5c8a-4e7a-9c40-8ad7a3ae6ecb x-compute-request-id: req-901cc825-5c8a-4e7a-9c40-8ad7a3ae6ecb Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:5a:bb", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/cb98e78d-964e-47d1-864b-bccdd5f9dba6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/cb98e78d-964e-47d1-864b-bccdd5f9dba6", "rel": "bookmark"}], "image": {"id": "204a033f-eea1-44c5-a513-9fcd9fc552cb", "links": [{"href": "http://172.30.9.26:8774/images/204a033f-eea1-44c5-a513-9fcd9fc552cb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001b", "OS-SRV-USG:launched_at": "2018-09-04T20:54:38.000000", "flavor": {"id": "b81a0710-3834-44b6-8f4f-5ac59897d1f2", "links": [{"href": "http://172.30.9.26:8774/flavors/b81a0710-3834-44b6-8f4f-5ac59897d1f2", "rel": "bookmark"}]}, "id": "cb98e78d-964e-47d1-864b-bccdd5f9dba6", "security_groups": [{"name": "default"}], "user_id": "b4c08d68206048b6aa89e58b574d28cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:54:39Z", "hostId": "bfd0963d69e3049cf3ac04274aa2a1d6e7e20ecf3cfc561b7111b2e5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "created": "2018-09-04T20:54:30Z", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:54:50,325 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/cb98e78d-964e-47d1-864b-bccdd5f9dba6 used request id req-901cc825-5c8a-4e7a-9c40-8ad7a3ae6ecb 2018-09-04 20:54:50,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:50,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-e4d220f2-d3ee-46d8-8ec7-b9741ff6c4ba Date: Tue, 04 Sep 2018 20:54:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","subnets":["ed0c499c-d932-435b-baa3-b64e357604cb"],"description":"","tags":[],"updated_at":"2018-09-04T20:54:27Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net","admin_state_up":true,"tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:25Z","provider:network_type":"vxlan"}]} 2018-09-04 20:54:50,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net used request id req-e4d220f2-d3ee-46d8-8ec7-b9741ff6c4ba 2018-09-04 20:54:50,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:50,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d424dab-f6f2-4ab6-8db7-e9e723342317 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:54:50,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-3d424dab-f6f2-4ab6-8db7-e9e723342317 2018-09-04 20:54:50,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:50,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-92a937a6-3b2a-49d8-91ce-ca2fbc38835b Date: Tue, 04 Sep 2018 20:54:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:27Z","dns_nameservers":[],"updated_at":"2018-09-04T20:54:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"21a717df1f2c484095e6f33236f533f4","id":"ed0c499c-d932-435b-baa3-b64e357604cb","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet"}]} 2018-09-04 20:54:50,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 used request id req-92a937a6-3b2a-49d8-91ce-ca2fbc38835b 2018-09-04 20:54:50,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:50,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5786 X-Openstack-Request-Id: req-c3c5a3b2-64f7-40c6-9937-6a37a5b519f9 Date: Tue, 04 Sep 2018 20:54:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:54:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed0c499c-d932-435b-baa3-b64e357604cb","ip_address":"10.1.2.2"}],"id":"8df49f83-fdbc-4ac0-97fb-fbe44f9ecca7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:cb:40","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:54:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed0c499c-d932-435b-baa3-b64e357604cb","ip_address":"10.1.2.1"}],"id":"97d03529-ef3f-4b56-b845-b8458672d82a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:f3:43","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:30Z","binding:vnic_type":"normal","device_id":"5068ff35-d400-47f5-aec3-de17888e9ab2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:54:39Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed0c499c-d932-435b-baa3-b64e357604cb","ip_address":"10.1.2.7"}],"id":"a8088a48-faf9-44dc-bc0b-ad29e086a26e","security_groups":["6891817f-62ba-45f3-ba03-f5ca29e010fc"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:eb:40","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack-port1-my7jrajgab73","admin_state_up":true,"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:29Z","binding:vnic_type":"normal","device_id":"7a9d199c-7980-4550-ae93-fb57a0865d20"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:54:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed0c499c-d932-435b-baa3-b64e357604cb","ip_address":"10.1.2.3"}],"id":"b355cb80-dc18-437a-b143-4b3fa8576586","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:d7:1d","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:54:39Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed0c499c-d932-435b-baa3-b64e357604cb","ip_address":"10.1.2.14"}],"id":"c4fd69e2-fac5-4ace-ad38-bcfcfc87c917","security_groups":["2bd84c59-c11c-40b0-a6cd-719166ef22c6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:5a:bb","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:34Z","binding:vnic_type":"normal","device_id":"cb98e78d-964e-47d1-864b-bccdd5f9dba6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:54:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed0c499c-d932-435b-baa3-b64e357604cb","ip_address":"10.1.2.4"}],"id":"da553a60-5474-49c4-b805-69e11004aa08","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:15:cc","project_id":"21a717df1f2c484095e6f33236f533f4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05","tenant_id":"21a717df1f2c484095e6f33236f533f4","created_at":"2018-09-04T20:54:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05"}]} 2018-09-04 20:54:50,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05 used request id req-c3c5a3b2-64f7-40c6-9937-6a37a5b519f9 2018-09-04 20:54:50,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:50,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:50 GMT Server: Apache x-openstack-request-id: req-cac2084e-a023-48d1-926c-31c0c5f80ce1 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:51,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:50 GMT Server: Apache x-openstack-request-id: req-1957efc2-bb68-40b1-a5b9-016a60dbbac0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1044 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b81a0710-3834-44b6-8f4f-5ac59897d1f2", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7942f439-0154-4f35-ba0f-fa1a7ed1ac18", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "35bbaaaf-6cf7-483e-ab8f-8c74f4e41b05", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "6891817f-62ba-45f3-ba03-f5ca29e010fc", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-04T20:54:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:22Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c083a397-7617-4564-a7f0-c2cd53514efe", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "5068ff35-d400-47f5-aec3-de17888e9ab2:subnet_id=ed0c499c-d932-435b-baa3-b64e357604cb", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "ed0c499c-d932-435b-baa3-b64e357604cb", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-04T20:54:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:22Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "5068ff35-d400-47f5-aec3-de17888e9ab2", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7a9d199c-7980-4550-ae93-fb57a0865d20", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "cb98e78d-964e-47d1-864b-bccdd5f9dba6", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-04T20:54:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:54:21Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a8088a48-faf9-44dc-bc0b-ad29e086a26e", "resource_type": "OS::Neutron::Port"}]} 2018-09-04 20:54:51,479 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029/resources used request id req-1957efc2-bb68-40b1-a5b9-016a60dbbac0 2018-09-04 20:54:51,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:51,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-b83fa344-8fe5-4b91-9d2a-4a2b0bfba445 Date: Tue, 04 Sep 2018 20:54:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:54:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:54:13Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683/snap", "metadata": {}}], "self": "/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683", "min_disk": 0, "protected": false, "id": "9f9054b5-7c2e-4ab4-8fb9-6767ec62d683", "file": "/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:54:51,655 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683 used request id req-b83fa344-8fe5-4b91-9d2a-4a2b0bfba445 2018-09-04 20:54:51,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:51,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ab581eea-2cc3-4f9e-ad82-02c174af9b61 Date: Tue, 04 Sep 2018 20:54:51 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:54:51,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-ab581eea-2cc3-4f9e-ad82-02c174af9b61 2018-09-04 20:54:51,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:51,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-b684ad4a-53e4-49f0-b6d1-6dd225294a77 Date: Tue, 04 Sep 2018 20:54:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:54:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:54:16Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/snap", "metadata": {}}], "self": "/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb", "min_disk": 0, "protected": false, "id": "204a033f-eea1-44c5-a513-9fcd9fc552cb", "file": "/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:54:51,917 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb used request id req-b684ad4a-53e4-49f0-b6d1-6dd225294a77 2018-09-04 20:54:51,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:51,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-d5152500-1984-4b61-8c0d-ac08b3f0202e Date: Tue, 04 Sep 2018 20:54:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:54:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:54:16Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/snap", "metadata": {}}], "self": "/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb", "min_disk": 0, "protected": false, "id": "204a033f-eea1-44c5-a513-9fcd9fc552cb", "file": "/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "21a717df1f2c484095e6f33236f533f4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/204a033f-eea1-44c5-a513-9fcd9fc552cb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:54:51,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb used request id req-d5152500-1984-4b61-8c0d-ac08b3f0202e 2018-09-04 20:54:51,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:51,970 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:51 GMT Server: Apache x-openstack-request-id: req-d5507708-1d2b-40b2-9654-ff98f92edab1 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:52,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:51 GMT Server: Apache x-openstack-request-id: req-10dd6034-8341-4ff0-bbe5-39040f1572d6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoT+akXq2pIfe0Jqif2pao1pBfjWUPJcJfsO72B2qgs/GL4ry\ndpXsSdi5fg5cUTx1GJoD8LRUTz6EWbh+2Rm7h8Xrn4H/grARpv4F6Gigl5TeIMRP\n3YGS/bIi7/FOrs09pvYcCBWOuuTUgtkVzuazrM7mbTZL7oY4HtPIq/q58/QQMJb4\nxQUGZDkKmBZdDKXZ3Q8e9Ph6M67SIj9DwpVSxFQuvO5cdHYT1C2ivURT0wbclz1u\naQKAetGpqXHrpN042htpWmF83FSWToRS7uqqiH9+CCP+VfLO+F4yR05zJGKGIor8\nUboPhp0pgS9bcoiy+cUfASl0QTN8A75cVoQ2mwIDAQABAoIBACzrfBLE/bZuB1tT\niKs4JJHXJeGT6XzLkqCWxHCbKxIP8aTy70Kr10xnLJ16QKt8zR4SYcCfa9E7mEEq\nTWQLcBuNvmsMGvL8O56qq1ioNPylQxAbwCfz3dAA3Qy8y2+Uy3UEoKB76OwVrUHa\nWeHukOU2KikIdDS5fU7RLtkCGuVjihg9UqRSmGPGInZsHv8PYw1YlRZGfBL7XUOL\nCxVRBSWlfwZ9YAz2B/jYNOmkEuMouEtJHd6fehWCl9KGD/gGqtT/6kyaWkOjT/zv\nP6p2BVdFGhX+vdvoW/QWE0EU1p6UhzRdK4XH1iT5jb7o4Cc7Zg3QpadqeVsgfJMf\n7KussSkCgYEAz96jqVNcGo6rlOaahqzPOBA3WpNisxdhj+zEOH+0OIj76z9S/1nk\naLAWCl73/w5vl9uxM5jewiG5kKE3pV0IbcEW0iO6FXh639aeXtRn/T38DDPy3HG+\n81dKgsELoXfr4avMop+OpgSojBx6EEqO1MUejXsFpcF5fM60FHAlqz0CgYEAxpWE\nRYkPLH+h31r83LW0MT/JVRcl7umbJcJwj43PwC/kz5lPDFw7pPWCLhHO6Sjhwti4\nyh8psWfn6diuOs8w3SmqZZiooCpS88+sOwDBo3i5TFi+lqv1Co3+FkL30cetmQX8\nvGXM9fudY0QAB7HYyTnJcttgv+Eq8s2bU9aW5rcCgYAYnpPfsCHOe2tS/WT74mfA\nihskPSSJdZF2jGJJFsbvkznTCPL5j1oAFCroG4tfyAPrhnecVtS7RWdG+/EtQrGG\n3kGnrdeSR2y2KiMjtCCE29yITXbMKSSmiYYnqlmITD3Bwqk/8Ynhm9eikJTcbRgx\nlw8hTprCoQGUiJ7HdOjhOQKBgEr631OF+aW6lzsHVtxa+ytxQyqOr/LyX3M1ZFy/\nlcaiDsnXwAIRvS9+x2VvselVV1DDlZozhAGJEwa3mql326JV/hGYP2siL+oA6q3o\njjST+5r5ExU+3inbDSoIpRufQku5+ACGi4oBNB7r6Pr+yrTHzelBLdmlQhslSNWx\n+44nAoGAMjMo+yF2SLCO65khmLO48EAqp33xY6rGPJ9sBMGKILD+7tA2hqiOa507\nKYSDggZsnhQAc4PYqMtSHezfLVDx8crtAPFDDpq4jnM7L/0UNJeY/tcyq6GSmUXb\n/bFxGO6osuvS5EVqd1Aai5RhM0Pd362JiYkunPjN0iw5oqe1VmE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:52,347 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-10dd6034-8341-4ff0-bbe5-39040f1572d6 2018-09-04 20:54:52,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:52,967 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:52 GMT Server: Apache x-openstack-request-id: req-d74fbacf-fe4c-4219-a26e-06a9e45ebbf4 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:53,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:52 GMT Server: Apache x-openstack-request-id: req-1d076a70-ed61-4fb5-9c3e-ef20ad0a05a9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoT+akXq2pIfe0Jqif2pao1pBfjWUPJcJfsO72B2qgs/GL4ry\ndpXsSdi5fg5cUTx1GJoD8LRUTz6EWbh+2Rm7h8Xrn4H/grARpv4F6Gigl5TeIMRP\n3YGS/bIi7/FOrs09pvYcCBWOuuTUgtkVzuazrM7mbTZL7oY4HtPIq/q58/QQMJb4\nxQUGZDkKmBZdDKXZ3Q8e9Ph6M67SIj9DwpVSxFQuvO5cdHYT1C2ivURT0wbclz1u\naQKAetGpqXHrpN042htpWmF83FSWToRS7uqqiH9+CCP+VfLO+F4yR05zJGKGIor8\nUboPhp0pgS9bcoiy+cUfASl0QTN8A75cVoQ2mwIDAQABAoIBACzrfBLE/bZuB1tT\niKs4JJHXJeGT6XzLkqCWxHCbKxIP8aTy70Kr10xnLJ16QKt8zR4SYcCfa9E7mEEq\nTWQLcBuNvmsMGvL8O56qq1ioNPylQxAbwCfz3dAA3Qy8y2+Uy3UEoKB76OwVrUHa\nWeHukOU2KikIdDS5fU7RLtkCGuVjihg9UqRSmGPGInZsHv8PYw1YlRZGfBL7XUOL\nCxVRBSWlfwZ9YAz2B/jYNOmkEuMouEtJHd6fehWCl9KGD/gGqtT/6kyaWkOjT/zv\nP6p2BVdFGhX+vdvoW/QWE0EU1p6UhzRdK4XH1iT5jb7o4Cc7Zg3QpadqeVsgfJMf\n7KussSkCgYEAz96jqVNcGo6rlOaahqzPOBA3WpNisxdhj+zEOH+0OIj76z9S/1nk\naLAWCl73/w5vl9uxM5jewiG5kKE3pV0IbcEW0iO6FXh639aeXtRn/T38DDPy3HG+\n81dKgsELoXfr4avMop+OpgSojBx6EEqO1MUejXsFpcF5fM60FHAlqz0CgYEAxpWE\nRYkPLH+h31r83LW0MT/JVRcl7umbJcJwj43PwC/kz5lPDFw7pPWCLhHO6Sjhwti4\nyh8psWfn6diuOs8w3SmqZZiooCpS88+sOwDBo3i5TFi+lqv1Co3+FkL30cetmQX8\nvGXM9fudY0QAB7HYyTnJcttgv+Eq8s2bU9aW5rcCgYAYnpPfsCHOe2tS/WT74mfA\nihskPSSJdZF2jGJJFsbvkznTCPL5j1oAFCroG4tfyAPrhnecVtS7RWdG+/EtQrGG\n3kGnrdeSR2y2KiMjtCCE29yITXbMKSSmiYYnqlmITD3Bwqk/8Ynhm9eikJTcbRgx\nlw8hTprCoQGUiJ7HdOjhOQKBgEr631OF+aW6lzsHVtxa+ytxQyqOr/LyX3M1ZFy/\nlcaiDsnXwAIRvS9+x2VvselVV1DDlZozhAGJEwa3mql326JV/hGYP2siL+oA6q3o\njjST+5r5ExU+3inbDSoIpRufQku5+ACGi4oBNB7r6Pr+yrTHzelBLdmlQhslSNWx\n+44nAoGAMjMo+yF2SLCO65khmLO48EAqp33xY6rGPJ9sBMGKILD+7tA2hqiOa507\nKYSDggZsnhQAc4PYqMtSHezfLVDx8crtAPFDDpq4jnM7L/0UNJeY/tcyq6GSmUXb\n/bFxGO6osuvS5EVqd1Aai5RhM0Pd362JiYkunPjN0iw5oqe1VmE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:53,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-1d076a70-ed61-4fb5-9c3e-ef20ad0a05a9 2018-09-04 20:54:53,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:53,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:53 GMT Server: Apache x-openstack-request-id: req-c1c9d9ab-6448-4057-9464-4299397ab49c Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:53,297 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:54:53 GMT Server: Apache x-openstack-request-id: req-0382e5fd-718c-4535-bde4-d94e506db0ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:54:53,297 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-0382e5fd-718c-4535-bde4-d94e506db0ad 2018-09-04 20:54:53,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:53,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:53 GMT Server: Apache x-openstack-request-id: req-c65ec8b5-d652-4c1a-94be-a7603ec63251 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:53,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:53 GMT Server: Apache x-openstack-request-id: req-32ce50c2-c474-4811-92a2-11ecff94c0a7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "tags": null, "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T20:54:53Z", "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:53,981 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-32ce50c2-c474-4811-92a2-11ecff94c0a7 2018-09-04 20:54:56,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:54:57,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:54:56 GMT Server: Apache x-openstack-request-id: req-79a9cdb8-4820-45ba-a112-99e7375ebab7 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:54:57,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:54:57 GMT Server: Apache x-openstack-request-id: req-8fc92272-3496-47a8-bd9e-7602412e0ae1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "tags": null, "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T20:54:53Z", "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:54:57,056 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-8fc92272-3496-47a8-bd9e-7602412e0ae1 2018-09-04 20:55:00,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:55:00,090 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:00 GMT Server: Apache x-openstack-request-id: req-b344972e-39de-4c48-ad05-53377dc07a01 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:00,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:00 GMT Server: Apache x-openstack-request-id: req-3251bbbd-f036-420b-9ecc-d7237338f5d6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "tags": null, "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T20:54:53Z", "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:55:00,132 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-3251bbbd-f036-420b-9ecc-d7237338f5d6 2018-09-04 20:55:03,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:55:03,319 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:03 GMT Server: Apache x-openstack-request-id: req-bf125383-2689-4c92-a1b1-2bbaf564c4ac Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:03,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:03 GMT Server: Apache x-openstack-request-id: req-cfd31a77-bbee-4cd3-a702-24533dd81ba0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "tags": null, "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T20:54:53Z", "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:55:03,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-cfd31a77-bbee-4cd3-a702-24533dd81ba0 2018-09-04 20:55:06,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:55:07,124 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:06 GMT Server: Apache x-openstack-request-id: req-baf082e2-0ab5-461b-88be-7424a9861c65 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:07,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:07 GMT Server: Apache x-openstack-request-id: req-b9f0eb47-20f3-45c3-9fba-bf480b602109 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "tags": null, "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T20:54:53Z", "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:55:07,167 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-b9f0eb47-20f3-45c3-9fba-bf480b602109 2018-09-04 20:55:10,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/953c7669-478d-4b64-a1ad-24a1cc241029 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01364650fc57b62bf17ced4a1ca0332eb94d616d" 2018-09-04 20:55:10,203 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:10 GMT Server: Apache x-openstack-request-id: req-482dc506-bca4-489e-a138-976e946a5455 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:10,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:10 GMT Server: Apache x-openstack-request-id: req-79fe35b0-a257-4a8a-9672-1d63e0353e2e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 692 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor2", "OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "953c7669-478d-4b64-a1ad-24a1cc241029", "OS::stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-subnet", "net_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1"}, "deletion_time": "2018-09-04T20:55:08Z", "stack_name": "HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack", "stack_user_project_id": "c058eaba04c74659acd01933ad167696", "tags": null, "creation_time": "2018-09-04T20:54:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T20:54:53Z", "id": "953c7669-478d-4b64-a1ad-24a1cc241029", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 20:55:10,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-stack/953c7669-478d-4b64-a1ad-24a1cc241029 used request id req-79fe35b0-a257-4a8a-9672-1d63e0353e2e 2018-09-04 20:55:10,231 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image1 2018-09-04 20:55:10,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55fd5b1791ea0ffe440fb78cad6ff9a5d927e199" 2018-09-04 20:55:12,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cee856ba-f230-4bb4-879c-12cdc12150d5 Date: Tue, 04 Sep 2018 20:55:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:12,075 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/9f9054b5-7c2e-4ab4-8fb9-6767ec62d683 used request id req-cee856ba-f230-4bb4-879c-12cdc12150d5 2018-09-04 20:55:12,076 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-4b2b1568-7f79-451a-960d-63b143849a62-image2 2018-09-04 20:55:12,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}967a09f63069382ba2c3e8065d694a5398f5e370" 2018-09-04 20:55:13,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b0f8aa29-06a4-41ba-b38c-6ae3b490260c Date: Tue, 04 Sep 2018 20:55:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:13,176 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/204a033f-eea1-44c5-a513-9fcd9fc552cb used request id req-b0f8aa29-06a4-41ba-b38c-6ae3b490260c 2018-09-04 20:55:13,178 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 20:55:13,179 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:55:13,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:13,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["noXBpuGxSQyAqnxlgBNm-g"], "issued_at": "2018-09-04T20:55:13.000000Z"}} 2018-09-04 20:55:13,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701d9a95e74b5b4bcdb658dea9d59926e8b50340" -d '{"stack_name": "HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-09-04 20:55:15,251 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:55:13 GMT Server: Apache x-openstack-request-id: req-29d54091-b1e7-4a3f-85a5-519bfe1929af Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "0c3fad4a-4681-45fa-b852-de1de47ef7ff", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff", "rel": "self"}]}} 2018-09-04 20:55:15,251 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks used request id req-29d54091-b1e7-4a3f-85a5-519bfe1929af 2018-09-04 20:55:15,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/0c3fad4a-4681-45fa-b852-de1de47ef7ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701d9a95e74b5b4bcdb658dea9d59926e8b50340" 2018-09-04 20:55:15,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:15 GMT Server: Apache x-openstack-request-id: req-d6a16544-8503-45a8-9955-4a5c4bc0b2d4 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:15,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:15 GMT Server: Apache x-openstack-request-id: req-4f63d1ad-483d-465f-90d6-715b74f3f64c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 506 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "0c3fad4a-4681-45fa-b852-de1de47ef7ff", "OS::stack_name": "HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack", "stack_user_project_id": "da7da6882e1a4deea0f15f0c475165ac", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:55:14Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0c3fad4a-4681-45fa-b852-de1de47ef7ff", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 20:55:15,619 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff used request id req-4f63d1ad-483d-465f-90d6-715b74f3f64c 2018-09-04 20:55:15,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/0c3fad4a-4681-45fa-b852-de1de47ef7ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701d9a95e74b5b4bcdb658dea9d59926e8b50340" 2018-09-04 20:55:15,649 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:15 GMT Server: Apache x-openstack-request-id: req-9908c7cd-45b1-4076-81c2-f275cedf2c39 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:15,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:15 GMT Server: Apache x-openstack-request-id: req-57cc91a9-05df-47b3-beec-bf6e2193ede9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "0c3fad4a-4681-45fa-b852-de1de47ef7ff", "OS::stack_name": "HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack", "stack_user_project_id": "da7da6882e1a4deea0f15f0c475165ac", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T20:55:14Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0c3fad4a-4681-45fa-b852-de1de47ef7ff", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 20:55:15,841 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff used request id req-57cc91a9-05df-47b3-beec-bf6e2193ede9 2018-09-04 20:55:15,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/0c3fad4a-4681-45fa-b852-de1de47ef7ff/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701d9a95e74b5b4bcdb658dea9d59926e8b50340" 2018-09-04 20:55:16,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:15 GMT Server: Apache x-openstack-request-id: req-0360ddf7-c948-45b8-961a-71642eab3293 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:16,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:16 GMT Server: Apache x-openstack-request-id: req-74f06e02-71b2-47ca-9451-2440178a0ec8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-09-04T20:55:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:55:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "4f374bc4-9f98-4724-a09f-4bfa337acce3", "resource_type": "OS::Nova::Flavor"}]} 2018-09-04 20:55:16,213 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff/resources used request id req-74f06e02-71b2-47ca-9451-2440178a0ec8 2018-09-04 20:55:16,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/4f374bc4-9f98-4724-a09f-4bfa337acce3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701d9a95e74b5b4bcdb658dea9d59926e8b50340" 2018-09-04 20:55:16,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24d76dfd-78ba-437e-8b2d-999e63e3c8de x-compute-request-id: req-24d76dfd-78ba-437e-8b2d-999e63e3c8de Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4f374bc4-9f98-4724-a09f-4bfa337acce3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4f374bc4-9f98-4724-a09f-4bfa337acce3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "4f374bc4-9f98-4724-a09f-4bfa337acce3", "name": "HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack-flavor-2apfdygrvakl", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:55:16,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/4f374bc4-9f98-4724-a09f-4bfa337acce3 used request id req-24d76dfd-78ba-437e-8b2d-999e63e3c8de 2018-09-04 20:55:16,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/0c3fad4a-4681-45fa-b852-de1de47ef7ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701d9a95e74b5b4bcdb658dea9d59926e8b50340" 2018-09-04 20:55:16,266 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:16 GMT Server: Apache x-openstack-request-id: req-9fed10a4-716e-4000-9696-46b051098ebb Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:16,307 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:55:16 GMT Server: Apache x-openstack-request-id: req-c052c69d-6cad-4f65-be01-f5d2e2659d5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:55:16,307 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsFlavorTests-f0c6e0f5-1d6e-4b5f-8989-a0ac403c50de-stack/0c3fad4a-4681-45fa-b852-de1de47ef7ff used request id req-c052c69d-6cad-4f65-be01-f5d2e2659d5d 2018-09-04 20:55:16,308 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 20:55:16,309 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:55:16,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:16,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["tGKVUqioQhmHDk7HswqcMA"], "issued_at": "2018-09-04T20:55:16.000000Z"}} 2018-09-04 20:55:16,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d4fbc8c9e7847534ac1d92ea61b263011c63e6" -d '{"stack_name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}}, "resources": {"keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}}}, "parameters": {"keypair_name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-kp"}}' 2018-09-04 20:55:18,388 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:55:16 GMT Server: Apache x-openstack-request-id: req-0a2c84de-ea77-4a2f-a931-21927378b362 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "e93cf6a3-412b-417e-8756-6f666e5b71d2", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2", "rel": "self"}]}} 2018-09-04 20:55:18,388 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks used request id req-0a2c84de-ea77-4a2f-a931-21927378b362 2018-09-04 20:55:18,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/e93cf6a3-412b-417e-8756-6f666e5b71d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d4fbc8c9e7847534ac1d92ea61b263011c63e6" 2018-09-04 20:55:18,569 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:18 GMT Server: Apache x-openstack-request-id: req-ff7f8487-805c-48e1-9b3c-a8e0123245bf Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:18,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:18 GMT Server: Apache x-openstack-request-id: req-a4be644d-9eef-4ea8-9792-a3616c065945 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "e93cf6a3-412b-417e-8756-6f666e5b71d2", "OS::stack_name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack", "keypair_name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack", "stack_user_project_id": "eaf66ba80abe46c299cf11f96d26747f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:55:17Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e93cf6a3-412b-417e-8756-6f666e5b71d2", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-09-04 20:55:18,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2 used request id req-a4be644d-9eef-4ea8-9792-a3616c065945 2018-09-04 20:55:18,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/e93cf6a3-412b-417e-8756-6f666e5b71d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d4fbc8c9e7847534ac1d92ea61b263011c63e6" 2018-09-04 20:55:18,933 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:18 GMT Server: Apache x-openstack-request-id: req-4e410ed4-f451-4007-98cd-e402573e0b1e Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:19,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:18 GMT Server: Apache x-openstack-request-id: req-c7a56c9d-20d9-48c2-adfe-fa4e144fac15 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1911 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "e93cf6a3-412b-417e-8756-6f666e5b71d2", "OS::stack_name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack", "keypair_name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack", "stack_user_project_id": "eaf66ba80abe46c299cf11f96d26747f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T20:55:17Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e93cf6a3-412b-417e-8756-6f666e5b71d2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzgsz8c5ZrKuVVcnF6fFC8AwW+lb0s8IDO9CnPpqgy9nWmpZu\nc3LkAli+3lj7fLbDWAWw8g4XqcNMIU4mvcI4up5jbVHaAkiGKUHjUOg5auc8T+g8\n3yIPuOKaqYkMDR5ylwfgmMOx6JLtQc+Ts0bejZ6hDgVK7WlRRIraHSZwN14CPqqC\nsZSRbc8x59JinLyUEEM1zPm+GjSuOWFVr2154U7I/WICep2yqkGnZJZhenzeo1fq\n42Wuz7CkDWs38uSwEN4PQ+ZJldp9HfyrNiczWgVjn2xuYBlzht8VCv7JTSov+tXw\nddnJN2WGcVE+8rwRik+R9xoy/03BktGnVVD2kwIDAQABAoIBACnBKXCqMZAFYYj2\nD8593uPIf2uR7Zr0CTW47fuI2GcXKR9AtvdcZAp5s4xZmfVHEEUpOheDdZYohqgF\nL2KrFlXzPRDtUnG+ArofqRI/TUt1usoytQs+2tLL0S3kIPYTooMqzIAIwGfyRnRc\nvYDKLtWiPN8bgXilLBvoy5S2smz1mcNtJBJq+wZS8mkqbYNbIq2F1Idm4qWebmDx\nERwKZT6EC7m8YG4CCeawKp3RNRQS+hDU8LA7hPYSNwJUmKkp6SkJIv4y4/zYSmsL\nPEdcFGUIGoVOKTjVoaIDaQsKtUkrr8MmWpMAFj1K8M69KC7VHGvRLW0/MxxDRq4U\ntWcBxFECgYEA96JEL3QPb1QhBeuY8yc49PQ0Sy+HMhFsP8iI+viLL9Xu9NofabkX\nFurySdkBBLkqfI+VYuuXAtOePRyBrbEm4/IeA9/FHB2p6Ue3NtA2FyMHNZKQwwYX\nqQOryOHOKMSRUs9tdFXKmSWsYL8Zul5Yd87q+Pee6MfRS7rFd2d5yEkCgYEA1QE7\nhgpIyrfHo9u/fAfrZqhlACQ3AOmELSWfeI0QuAOGB0LP+v8fLU2VFGALCs8VZGnJ\nese15hvQxFcjgIvnMflFx0ilDt1mnxF5OQ5nd6z4Nor8Ho/xb7FEs8whwl1cw4RO\nI+6pj9e4JJqHG8wg688jk38JK89j4o1AJSPi3/sCgYAjHDKmt8Hoevkjqb/J2enN\ncUJo1phIlQfQE1K4ory5T4/Nz49cog2QBkfMCKSIUuifOIxpthV3JSHucDhCtDdb\nYly3F+cOkXYhyTVE5EiHB0RiaCF2RUrdf9O/a6SbSyN/pkFSmUdcZ2cFYJL5RZ8t\nfXz7R8CUKKCYKCcPQvCVYQKBgQCq2As7DoKl/dPlrHqga+W2eDhSbbmkRKgcYgHP\nei2/uivFJSSV6AzElGaPah1RNRmuaV8N2KMgBo1i/ZVfJFdycMIz/iNNke0ehrBZ\nQCFjDtwjO0TO6ps2/9Lf90nYkHO36iWWknV0Bw0OZtcZR5fcK08YnZrohbZS3wJl\nB6yQAwKBgQCk4N0Bnasj6iIFgcWTITKYj1Qp5fnC3omzGvqPgaSnYWWyU2Wr1vqf\nPcv1dHuWol49L9A/Pn/+ImURflL4WOKm+G7eglixoeHewea7GP5uXN56SdU6XAre\nyagR8y1bHQ/IykL4mn8xxeaGP2EdkkpWgnCU/wyQYJrF8sZbhGNMuA==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-09-04 20:55:19,255 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2 used request id req-c7a56c9d-20d9-48c2-adfe-fa4e144fac15 2018-09-04 20:55:19,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/e93cf6a3-412b-417e-8756-6f666e5b71d2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d4fbc8c9e7847534ac1d92ea61b263011c63e6" 2018-09-04 20:55:19,428 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:19 GMT Server: Apache x-openstack-request-id: req-cbb117f0-2ec9-4b83-b968-e6dc7d0cf8e4 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:19,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:19 GMT Server: Apache x-openstack-request-id: req-c89c3a6b-57d7-4e0a-87d2-5282371ffa9b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T20:55:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:55:18Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-09-04 20:55:19,625 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2/resources used request id req-c89c3a6b-57d7-4e0a-87d2-5282371ffa9b 2018-09-04 20:55:19,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d4fbc8c9e7847534ac1d92ea61b263011c63e6" 2018-09-04 20:55:19,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a998eac-25f5-426a-85b6-e157f5e038e2 x-compute-request-id: req-9a998eac-25f5-426a-85b6-e157f5e038e2 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOCzPxzlmsq5VVycXp8ULwDBb6VvSzwgM70Kc+mqDL2daalm5zcuQCWL7eWPt8tsNYBbDyDhepw0whTia9wji6nmNtUdoCSIYpQeNQ6Dlq5zxP6DzfIg+44pqpiQwNHnKXB+CYw7Hoku1Bz5OzRt6NnqEOBUrtaVFEitodJnA3XgI+qoKxlJFtzzHn0mKcvJQQQzXM+b4aNK45YVWvbXnhTsj9YgJ6nbKqQadklmF6fN6jV+rjZa7PsKQNazfy5LAQ3g9D5kmV2n0d/Ks2JzNaBWOfbG5gGXOG3xUK/slNKi/61fB12ck3ZYZxUT7yvBGKT5H3GjL/TcGS0adVUPaT Generated-by-Nova", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-kp", "deleted": false, "created_at": "2018-09-04T20:55:18.000000", "updated_at": null, "fingerprint": "56:0b:a3:29:d4:77:bc:23:1c:6e:ef:58:2d:a1:ba:f7", "deleted_at": null, "id": 15}} 2018-09-04 20:55:19,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-kp used request id req-9a998eac-25f5-426a-85b6-e157f5e038e2 2018-09-04 20:55:19,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/e93cf6a3-412b-417e-8756-6f666e5b71d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d4fbc8c9e7847534ac1d92ea61b263011c63e6" 2018-09-04 20:55:19,830 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:19 GMT Server: Apache x-openstack-request-id: req-d919cfdf-acb9-4334-8417-1eb8dab9aabc Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:19,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:19 GMT Server: Apache x-openstack-request-id: req-c1ef2773-3741-42ce-abff-42e4e6e0bb52 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1911 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "e93cf6a3-412b-417e-8756-6f666e5b71d2", "OS::stack_name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack", "keypair_name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack", "stack_user_project_id": "eaf66ba80abe46c299cf11f96d26747f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T20:55:17Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e93cf6a3-412b-417e-8756-6f666e5b71d2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzgsz8c5ZrKuVVcnF6fFC8AwW+lb0s8IDO9CnPpqgy9nWmpZu\nc3LkAli+3lj7fLbDWAWw8g4XqcNMIU4mvcI4up5jbVHaAkiGKUHjUOg5auc8T+g8\n3yIPuOKaqYkMDR5ylwfgmMOx6JLtQc+Ts0bejZ6hDgVK7WlRRIraHSZwN14CPqqC\nsZSRbc8x59JinLyUEEM1zPm+GjSuOWFVr2154U7I/WICep2yqkGnZJZhenzeo1fq\n42Wuz7CkDWs38uSwEN4PQ+ZJldp9HfyrNiczWgVjn2xuYBlzht8VCv7JTSov+tXw\nddnJN2WGcVE+8rwRik+R9xoy/03BktGnVVD2kwIDAQABAoIBACnBKXCqMZAFYYj2\nD8593uPIf2uR7Zr0CTW47fuI2GcXKR9AtvdcZAp5s4xZmfVHEEUpOheDdZYohqgF\nL2KrFlXzPRDtUnG+ArofqRI/TUt1usoytQs+2tLL0S3kIPYTooMqzIAIwGfyRnRc\nvYDKLtWiPN8bgXilLBvoy5S2smz1mcNtJBJq+wZS8mkqbYNbIq2F1Idm4qWebmDx\nERwKZT6EC7m8YG4CCeawKp3RNRQS+hDU8LA7hPYSNwJUmKkp6SkJIv4y4/zYSmsL\nPEdcFGUIGoVOKTjVoaIDaQsKtUkrr8MmWpMAFj1K8M69KC7VHGvRLW0/MxxDRq4U\ntWcBxFECgYEA96JEL3QPb1QhBeuY8yc49PQ0Sy+HMhFsP8iI+viLL9Xu9NofabkX\nFurySdkBBLkqfI+VYuuXAtOePRyBrbEm4/IeA9/FHB2p6Ue3NtA2FyMHNZKQwwYX\nqQOryOHOKMSRUs9tdFXKmSWsYL8Zul5Yd87q+Pee6MfRS7rFd2d5yEkCgYEA1QE7\nhgpIyrfHo9u/fAfrZqhlACQ3AOmELSWfeI0QuAOGB0LP+v8fLU2VFGALCs8VZGnJ\nese15hvQxFcjgIvnMflFx0ilDt1mnxF5OQ5nd6z4Nor8Ho/xb7FEs8whwl1cw4RO\nI+6pj9e4JJqHG8wg688jk38JK89j4o1AJSPi3/sCgYAjHDKmt8Hoevkjqb/J2enN\ncUJo1phIlQfQE1K4ory5T4/Nz49cog2QBkfMCKSIUuifOIxpthV3JSHucDhCtDdb\nYly3F+cOkXYhyTVE5EiHB0RiaCF2RUrdf9O/a6SbSyN/pkFSmUdcZ2cFYJL5RZ8t\nfXz7R8CUKKCYKCcPQvCVYQKBgQCq2As7DoKl/dPlrHqga+W2eDhSbbmkRKgcYgHP\nei2/uivFJSSV6AzElGaPah1RNRmuaV8N2KMgBo1i/ZVfJFdycMIz/iNNke0ehrBZ\nQCFjDtwjO0TO6ps2/9Lf90nYkHO36iWWknV0Bw0OZtcZR5fcK08YnZrohbZS3wJl\nB6yQAwKBgQCk4N0Bnasj6iIFgcWTITKYj1Qp5fnC3omzGvqPgaSnYWWyU2Wr1vqf\nPcv1dHuWol49L9A/Pn/+ImURflL4WOKm+G7eglixoeHewea7GP5uXN56SdU6XAre\nyagR8y1bHQ/IykL4mn8xxeaGP2EdkkpWgnCU/wyQYJrF8sZbhGNMuA==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-09-04 20:55:19,955 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2 used request id req-c1ef2773-3741-42ce-abff-42e4e6e0bb52 2018-09-04 20:55:19,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d4fbc8c9e7847534ac1d92ea61b263011c63e6" 2018-09-04 20:55:19,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05719395-811b-4e67-a9a7-8d90835cd169 x-compute-request-id: req-05719395-811b-4e67-a9a7-8d90835cd169 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOCzPxzlmsq5VVycXp8ULwDBb6VvSzwgM70Kc+mqDL2daalm5zcuQCWL7eWPt8tsNYBbDyDhepw0whTia9wji6nmNtUdoCSIYpQeNQ6Dlq5zxP6DzfIg+44pqpiQwNHnKXB+CYw7Hoku1Bz5OzRt6NnqEOBUrtaVFEitodJnA3XgI+qoKxlJFtzzHn0mKcvJQQQzXM+b4aNK45YVWvbXnhTsj9YgJ6nbKqQadklmF6fN6jV+rjZa7PsKQNazfy5LAQ3g9D5kmV2n0d/Ks2JzNaBWOfbG5gGXOG3xUK/slNKi/61fB12ck3ZYZxUT7yvBGKT5H3GjL/TcGS0adVUPaT Generated-by-Nova", "user_id": "b4c08d68206048b6aa89e58b574d28cb", "name": "HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-kp", "deleted": false, "created_at": "2018-09-04T20:55:18.000000", "updated_at": null, "fingerprint": "56:0b:a3:29:d4:77:bc:23:1c:6e:ef:58:2d:a1:ba:f7", "deleted_at": null, "id": 15}} 2018-09-04 20:55:19,974 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-kp used request id req-05719395-811b-4e67-a9a7-8d90835cd169 2018-09-04 20:55:19,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/e93cf6a3-412b-417e-8756-6f666e5b71d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d4fbc8c9e7847534ac1d92ea61b263011c63e6" 2018-09-04 20:55:20,150 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:19 GMT Server: Apache x-openstack-request-id: req-f3617d61-fb5e-491f-af24-3013f4b2e5c7 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:20,339 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:55:20 GMT Server: Apache x-openstack-request-id: req-dae80e3b-54f0-4b1e-88f2-1c5200c64db5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:55:20,339 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsKeypairTests-fae49b59-02c0-4158-8cfe-d2319281b2d0-stack/e93cf6a3-412b-417e-8756-6f666e5b71d2 used request id req-dae80e3b-54f0-4b1e-88f2-1c5200c64db5 2018-09-04 20:55:20,341 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 20:55:20,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:20,735 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["NW4brd3VRK-ITA3LSTW6-g"], "issued_at": "2018-09-04T20:55:20.000000Z"}} 2018-09-04 20:55:20,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd382cc2f4b4fa8b21c94be1d35cfc911f6142d5" -d '{"stack_name": "HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack", "template": {"heat_template_version": "2015-04-30", "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}}, "resources": {"server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"direction": "egress", "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0", "ethertype": "IPv4", "port_range_max": 22, "port_range_min": 22}, {"ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}], "description": "Test description", "name": {"get_param": "security_group_name"}}}}}, "parameters": {"security_group_name": "HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-sec-grp"}}' 2018-09-04 20:55:22,318 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:55:20 GMT Server: Apache x-openstack-request-id: req-0b145add-f5b5-468a-b857-7b1797c5b26f Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "9e3a3a1c-7381-465d-bffa-4d0fc2cf9073", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073", "rel": "self"}]}} 2018-09-04 20:55:22,318 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks used request id req-0b145add-f5b5-468a-b857-7b1797c5b26f 2018-09-04 20:55:22,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd382cc2f4b4fa8b21c94be1d35cfc911f6142d5" 2018-09-04 20:55:22,504 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:22 GMT Server: Apache x-openstack-request-id: req-5bb0487b-2eb7-4038-93a7-88a2cd6aea3e Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:22,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:22 GMT Server: Apache x-openstack-request-id: req-30e9541f-c54b-49a5-ba07-9ef20a232238 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "9e3a3a1c-7381-465d-bffa-4d0fc2cf9073", "OS::stack_name": "HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack", "security_group_name": "HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack", "stack_user_project_id": "1cbddd6c750b4a12be0253a6b653b2fb", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:55:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9e3a3a1c-7381-465d-bffa-4d0fc2cf9073", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-04 20:55:22,701 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 used request id req-30e9541f-c54b-49a5-ba07-9ef20a232238 2018-09-04 20:55:22,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd382cc2f4b4fa8b21c94be1d35cfc911f6142d5" 2018-09-04 20:55:22,879 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:22 GMT Server: Apache x-openstack-request-id: req-406d137f-51a6-486d-9891-9ac8d6672848 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:23,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:22 GMT Server: Apache x-openstack-request-id: req-4d392543-15ac-4491-96fe-0609c4beab26 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "9e3a3a1c-7381-465d-bffa-4d0fc2cf9073", "OS::stack_name": "HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack", "security_group_name": "HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack", "stack_user_project_id": "1cbddd6c750b4a12be0253a6b653b2fb", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T20:55:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9e3a3a1c-7381-465d-bffa-4d0fc2cf9073", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-04 20:55:23,071 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 used request id req-4d392543-15ac-4491-96fe-0609c4beab26 2018-09-04 20:55:26,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd382cc2f4b4fa8b21c94be1d35cfc911f6142d5" 2018-09-04 20:55:26,266 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:26 GMT Server: Apache x-openstack-request-id: req-1337e08e-fcf0-49b0-bec7-20a8ab7cc0c6 Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:26,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:26 GMT Server: Apache x-openstack-request-id: req-cefc1519-b365-4587-8217-2b13f844eff3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "21a717df1f2c484095e6f33236f533f4", "OS::stack_id": "9e3a3a1c-7381-465d-bffa-4d0fc2cf9073", "OS::stack_name": "HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack", "security_group_name": "HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack", "stack_user_project_id": "1cbddd6c750b4a12be0253a6b653b2fb", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T20:55:21Z", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9e3a3a1c-7381-465d-bffa-4d0fc2cf9073", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-04 20:55:26,308 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 used request id req-cefc1519-b365-4587-8217-2b13f844eff3 2018-09-04 20:55:26,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd382cc2f4b4fa8b21c94be1d35cfc911f6142d5" 2018-09-04 20:55:26,338 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:26 GMT Server: Apache x-openstack-request-id: req-324b7494-270d-4762-834e-e840109fb67d Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:26,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:26 GMT Server: Apache x-openstack-request-id: req-61e8f46c-a075-417f-a47a-c9b22f12b3fa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T20:55:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T20:55:22Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "49bff682-295b-40cb-a0b7-7687fd666ed1", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-09-04 20:55:26,524 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073/resources used request id req-61e8f46c-a075-417f-a47a-c9b22f12b3fa 2018-09-04 20:55:26,525 - neutron_utils - INFO - Retrieving security group with ID - 49bff682-295b-40cb-a0b7-7687fd666ed1 2018-09-04 20:55:26,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=49bff682-295b-40cb-a0b7-7687fd666ed1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd382cc2f4b4fa8b21c94be1d35cfc911f6142d5" 2018-09-04 20:55:26,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-c575bac7-7c96-4a68-860c-a9db9a8f06a3 Date: Tue, 04 Sep 2018 20:55:26 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:55:22Z", "updated_at": "2018-09-04T20:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:55:23Z", "revision_number": 0, "id": "4e4e35e2-0508-49f7-8dff-da1279206f2c", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-04T20:55:23Z", "security_group_id": "49bff682-295b-40cb-a0b7-7687fd666ed1", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T20:55:23Z", "revision_number": 0, "id": "ac3472ce-09e2-4251-b06f-f9cb23f95e3d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-04T20:55:23Z", "security_group_id": "49bff682-295b-40cb-a0b7-7687fd666ed1", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 6, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "49bff682-295b-40cb-a0b7-7687fd666ed1", "name": "HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-sec-grp"}]} 2018-09-04 20:55:26,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=49bff682-295b-40cb-a0b7-7687fd666ed1 used request id req-c575bac7-7c96-4a68-860c-a9db9a8f06a3 2018-09-04 20:55:26,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49bff682-295b-40cb-a0b7-7687fd666ed1 2018-09-04 20:55:26,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=49bff682-295b-40cb-a0b7-7687fd666ed1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd382cc2f4b4fa8b21c94be1d35cfc911f6142d5" 2018-09-04 20:55:26,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-7f0d8b55-8133-4da3-885a-eb5005fe1e5d Date: Tue, 04 Sep 2018 20:55:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-09-04T20:55:23Z", "security_group_id": "49bff682-295b-40cb-a0b7-7687fd666ed1", "port_range_min": null, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:55:23Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "4e4e35e2-0508-49f7-8dff-da1279206f2c"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-09-04T20:55:23Z", "security_group_id": "49bff682-295b-40cb-a0b7-7687fd666ed1", "port_range_min": 22, "revision_number": 0, "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:55:23Z", "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "ac3472ce-09e2-4251-b06f-f9cb23f95e3d"}]} 2018-09-04 20:55:26,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=49bff682-295b-40cb-a0b7-7687fd666ed1 used request id req-7f0d8b55-8133-4da3-885a-eb5005fe1e5d 2018-09-04 20:55:26,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd382cc2f4b4fa8b21c94be1d35cfc911f6142d5" 2018-09-04 20:55:26,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 20:55:26 GMT Server: Apache x-openstack-request-id: req-bc0665d3-636e-492b-ae8d-fd220b9f4bfa Location: http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 20:55:27,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:55:26 GMT Server: Apache x-openstack-request-id: req-253d9b7c-fc0c-4e21-9a7c-681f6f0f9c97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:55:27,057 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4/stacks/HeatUtilsSecurityGroupTests-8ea03dad-9d59-49b5-97f0-80f948090095-stack/9e3a3a1c-7381-465d-bffa-4d0fc2cf9073 used request id req-253d9b7c-fc0c-4e21-9a7c-681f6f0f9c97 2018-09-04 20:55:27,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:27,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["64SX3tw0SISGkpMG9bfMbg"], "issued_at": "2018-09-04T20:55:27.000000Z"}} 2018-09-04 20:55:27,454 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75c75860025b5dfd3ffe4c4740723e0792f04c9" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-ad0f6770-5521-41ad-88b3-7ceb599212d4"}}' 2018-09-04 20:55:27,687 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:27 GMT Server: Apache x-compute-request-id: req-7050dabb-5139-4b45-9ce0-d06f5bf22d2b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7050dabb-5139-4b45-9ce0-d06f5bf22d2b Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "71f4dadb-66a9-48de-ad0b-22893e535546", "name": "CinderUtilsQoSTests-ad0f6770-5521-41ad-88b3-7ceb599212d4"}, "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/71f4dadb-66a9-48de-ad0b-22893e535546", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/qos-specs/71f4dadb-66a9-48de-ad0b-22893e535546", "rel": "bookmark"}]} 2018-09-04 20:55:27,688 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-7050dabb-5139-4b45-9ce0-d06f5bf22d2b 2018-09-04 20:55:27,692 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7050dabb-5139-4b45-9ce0-d06f5bf22d2b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75c75860025b5dfd3ffe4c4740723e0792f04c9" 2018-09-04 20:55:27,863 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:27 GMT Server: Apache x-compute-request-id: req-5304db23-4848-4ca5-b5ff-0c8430f1d004 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5304db23-4848-4ca5-b5ff-0c8430f1d004 Content-Encoding: gzip Content-Length: 155 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "71f4dadb-66a9-48de-ad0b-22893e535546", "name": "CinderUtilsQoSTests-ad0f6770-5521-41ad-88b3-7ceb599212d4"}]} 2018-09-04 20:55:27,863 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-5304db23-4848-4ca5-b5ff-0c8430f1d004 2018-09-04 20:55:27,863 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ad0f6770-5521-41ad-88b3-7ceb599212d4 2018-09-04 20:55:27,866 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/71f4dadb-66a9-48de-ad0b-22893e535546?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7050dabb-5139-4b45-9ce0-d06f5bf22d2b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75c75860025b5dfd3ffe4c4740723e0792f04c9" 2018-09-04 20:55:28,073 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-144a9415-4fa7-45b2-a18c-823abcb7f5c4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:28,074 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/71f4dadb-66a9-48de-ad0b-22893e535546?force=False used request id req-144a9415-4fa7-45b2-a18c-823abcb7f5c4 2018-09-04 20:55:28,077 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7050dabb-5139-4b45-9ce0-d06f5bf22d2b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75c75860025b5dfd3ffe4c4740723e0792f04c9" 2018-09-04 20:55:28,242 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:28 GMT Server: Apache x-compute-request-id: req-10baf77f-fe06-4d8a-b3a4-cd171d59195f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-10baf77f-fe06-4d8a-b3a4-cd171d59195f Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-09-04 20:55:28,242 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-10baf77f-fe06-4d8a-b3a4-cd171d59195f 2018-09-04 20:55:28,243 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ad0f6770-5521-41ad-88b3-7ceb599212d4 2018-09-04 20:55:28,246 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/71f4dadb-66a9-48de-ad0b-22893e535546?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7050dabb-5139-4b45-9ce0-d06f5bf22d2b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75c75860025b5dfd3ffe4c4740723e0792f04c9" 2018-09-04 20:55:28,964 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:55:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-138e372b-e389-4c02-82b8-4bfb20b7be2c x-openstack-request-id: req-138e372b-e389-4c02-82b8-4bfb20b7be2c Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 71f4dadb-66a9-48de-ad0b-22893e535546.", "code": 404}} 2018-09-04 20:55:28,964 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/71f4dadb-66a9-48de-ad0b-22893e535546?force=False used request id req-138e372b-e389-4c02-82b8-4bfb20b7be2c 2018-09-04 20:55:28,967 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:29,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["R8WKZI-mQaCNNNqgVSmvlQ"], "issued_at": "2018-09-04T20:55:29.000000Z"}} 2018-09-04 20:55:29,361 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1efcbe8c1ab2842a38cdaf4eebabece61ca08371" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-ae6741c5-c2ff-487b-b69c-2bc6aa62edd3"}}' 2018-09-04 20:55:29,726 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:29 GMT Server: Apache x-compute-request-id: req-79ee6ace-44a1-4b8d-9d8e-fd75841084ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-79ee6ace-44a1-4b8d-9d8e-fd75841084ce Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "5a994540-d04d-4e2e-9b77-ed18bf1ba62e", "name": "CinderUtilsQoSTests-ae6741c5-c2ff-487b-b69c-2bc6aa62edd3"}, "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/5a994540-d04d-4e2e-9b77-ed18bf1ba62e", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/qos-specs/5a994540-d04d-4e2e-9b77-ed18bf1ba62e", "rel": "bookmark"}]} 2018-09-04 20:55:29,727 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-79ee6ace-44a1-4b8d-9d8e-fd75841084ce 2018-09-04 20:55:29,730 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79ee6ace-44a1-4b8d-9d8e-fd75841084ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1efcbe8c1ab2842a38cdaf4eebabece61ca08371" 2018-09-04 20:55:29,909 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:29 GMT Server: Apache x-compute-request-id: req-40d3ab51-21a5-4efe-a962-d7b80e4c8e74 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-40d3ab51-21a5-4efe-a962-d7b80e4c8e74 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "5a994540-d04d-4e2e-9b77-ed18bf1ba62e", "name": "CinderUtilsQoSTests-ae6741c5-c2ff-487b-b69c-2bc6aa62edd3"}]} 2018-09-04 20:55:29,909 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-40d3ab51-21a5-4efe-a962-d7b80e4c8e74 2018-09-04 20:55:29,913 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/5a994540-d04d-4e2e-9b77-ed18bf1ba62e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79ee6ace-44a1-4b8d-9d8e-fd75841084ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1efcbe8c1ab2842a38cdaf4eebabece61ca08371" 2018-09-04 20:55:30,069 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:29 GMT Server: Apache x-compute-request-id: req-6167e23c-a507-439b-9ef3-5220a62181dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6167e23c-a507-439b-9ef3-5220a62181dd Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "5a994540-d04d-4e2e-9b77-ed18bf1ba62e", "name": "CinderUtilsQoSTests-ae6741c5-c2ff-487b-b69c-2bc6aa62edd3"}, "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/5a994540-d04d-4e2e-9b77-ed18bf1ba62e", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/qos-specs/5a994540-d04d-4e2e-9b77-ed18bf1ba62e", "rel": "bookmark"}]} 2018-09-04 20:55:30,069 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/5a994540-d04d-4e2e-9b77-ed18bf1ba62e used request id req-6167e23c-a507-439b-9ef3-5220a62181dd 2018-09-04 20:55:30,069 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ae6741c5-c2ff-487b-b69c-2bc6aa62edd3 2018-09-04 20:55:30,072 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/5a994540-d04d-4e2e-9b77-ed18bf1ba62e?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79ee6ace-44a1-4b8d-9d8e-fd75841084ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1efcbe8c1ab2842a38cdaf4eebabece61ca08371" 2018-09-04 20:55:30,116 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-80367143-48af-4874-a33b-8d738deb94d4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:30,116 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/5a994540-d04d-4e2e-9b77-ed18bf1ba62e?force=False used request id req-80367143-48af-4874-a33b-8d738deb94d4 2018-09-04 20:55:30,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:30,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["hBEL4_2OR2OmC5Tuqw4VUQ"], "issued_at": "2018-09-04T20:55:30.000000Z"}} 2018-09-04 20:55:30,513 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf95ecc38951ab5ea3c8dbd120816f89a808947" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-3eed9299-22b2-4b15-9788-302d98523c7b"}}' 2018-09-04 20:55:30,704 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:30 GMT Server: Apache x-compute-request-id: req-7d9a2b1c-77dd-42ab-b6cd-f6b1cc05cb6e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7d9a2b1c-77dd-42ab-b6cd-f6b1cc05cb6e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "ef96da38-95d3-4e6b-8dc5-fce24853db81", "name": "CinderUtilsQoSTests-3eed9299-22b2-4b15-9788-302d98523c7b"}, "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/ef96da38-95d3-4e6b-8dc5-fce24853db81", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/qos-specs/ef96da38-95d3-4e6b-8dc5-fce24853db81", "rel": "bookmark"}]} 2018-09-04 20:55:30,704 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-7d9a2b1c-77dd-42ab-b6cd-f6b1cc05cb6e 2018-09-04 20:55:30,708 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7d9a2b1c-77dd-42ab-b6cd-f6b1cc05cb6e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf95ecc38951ab5ea3c8dbd120816f89a808947" 2018-09-04 20:55:30,883 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:30 GMT Server: Apache x-compute-request-id: req-fcce76cf-8b24-4cb9-bf4e-c81cd1cce3a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fcce76cf-8b24-4cb9-bf4e-c81cd1cce3a6 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "ef96da38-95d3-4e6b-8dc5-fce24853db81", "name": "CinderUtilsQoSTests-3eed9299-22b2-4b15-9788-302d98523c7b"}]} 2018-09-04 20:55:30,883 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-fcce76cf-8b24-4cb9-bf4e-c81cd1cce3a6 2018-09-04 20:55:30,887 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/ef96da38-95d3-4e6b-8dc5-fce24853db81 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7d9a2b1c-77dd-42ab-b6cd-f6b1cc05cb6e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf95ecc38951ab5ea3c8dbd120816f89a808947" 2018-09-04 20:55:31,605 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:30 GMT Server: Apache x-compute-request-id: req-874d4cf6-287b-458d-85fd-bb060452b3d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-874d4cf6-287b-458d-85fd-bb060452b3d7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "ef96da38-95d3-4e6b-8dc5-fce24853db81", "name": "CinderUtilsQoSTests-3eed9299-22b2-4b15-9788-302d98523c7b"}, "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/ef96da38-95d3-4e6b-8dc5-fce24853db81", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/qos-specs/ef96da38-95d3-4e6b-8dc5-fce24853db81", "rel": "bookmark"}]} 2018-09-04 20:55:31,606 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/ef96da38-95d3-4e6b-8dc5-fce24853db81 used request id req-874d4cf6-287b-458d-85fd-bb060452b3d7 2018-09-04 20:55:31,606 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-3eed9299-22b2-4b15-9788-302d98523c7b 2018-09-04 20:55:31,609 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/ef96da38-95d3-4e6b-8dc5-fce24853db81?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7d9a2b1c-77dd-42ab-b6cd-f6b1cc05cb6e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf95ecc38951ab5ea3c8dbd120816f89a808947" 2018-09-04 20:55:31,846 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b84ee93d-3003-4528-b7dc-73f0f7187835 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:31,846 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/ef96da38-95d3-4e6b-8dc5-fce24853db81?force=False used request id req-b84ee93d-3003-4528-b7dc-73f0f7187835 2018-09-04 20:55:31,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:32,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["UCFIGTr4Sq6c5BdGm0VILA"], "issued_at": "2018-09-04T20:55:32.000000Z"}} 2018-09-04 20:55:32,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f198c3de20de95553e79e777fededf1c1c7c4b" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-42e443e7-e03b-4c73-a246-111b593088c8"}}' 2018-09-04 20:55:32,425 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:32 GMT Server: Apache x-compute-request-id: req-d77e9df7-9799-4acc-b0d8-46212cbebcb2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d77e9df7-9799-4acc-b0d8-46212cbebcb2 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "f0f5e3a6-3c73-4ddb-98d1-edb6f4e28091", "name": "CinderUtilsQoSTests-42e443e7-e03b-4c73-a246-111b593088c8"}, "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/f0f5e3a6-3c73-4ddb-98d1-edb6f4e28091", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/qos-specs/f0f5e3a6-3c73-4ddb-98d1-edb6f4e28091", "rel": "bookmark"}]} 2018-09-04 20:55:32,425 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-d77e9df7-9799-4acc-b0d8-46212cbebcb2 2018-09-04 20:55:32,428 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d77e9df7-9799-4acc-b0d8-46212cbebcb2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f198c3de20de95553e79e777fededf1c1c7c4b" 2018-09-04 20:55:32,616 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:32 GMT Server: Apache x-compute-request-id: req-36e0877a-fa85-4451-9094-e98c026595b2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-36e0877a-fa85-4451-9094-e98c026595b2 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "f0f5e3a6-3c73-4ddb-98d1-edb6f4e28091", "name": "CinderUtilsQoSTests-42e443e7-e03b-4c73-a246-111b593088c8"}]} 2018-09-04 20:55:32,617 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-36e0877a-fa85-4451-9094-e98c026595b2 2018-09-04 20:55:32,620 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/f0f5e3a6-3c73-4ddb-98d1-edb6f4e28091 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d77e9df7-9799-4acc-b0d8-46212cbebcb2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f198c3de20de95553e79e777fededf1c1c7c4b" 2018-09-04 20:55:33,325 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:32 GMT Server: Apache x-compute-request-id: req-5bf9b831-0bbf-4f89-8001-9149dafadfd1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5bf9b831-0bbf-4f89-8001-9149dafadfd1 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "f0f5e3a6-3c73-4ddb-98d1-edb6f4e28091", "name": "CinderUtilsQoSTests-42e443e7-e03b-4c73-a246-111b593088c8"}, "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/f0f5e3a6-3c73-4ddb-98d1-edb6f4e28091", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/qos-specs/f0f5e3a6-3c73-4ddb-98d1-edb6f4e28091", "rel": "bookmark"}]} 2018-09-04 20:55:33,325 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/f0f5e3a6-3c73-4ddb-98d1-edb6f4e28091 used request id req-5bf9b831-0bbf-4f89-8001-9149dafadfd1 2018-09-04 20:55:33,325 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-42e443e7-e03b-4c73-a246-111b593088c8 2018-09-04 20:55:33,328 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/f0f5e3a6-3c73-4ddb-98d1-edb6f4e28091?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d77e9df7-9799-4acc-b0d8-46212cbebcb2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f198c3de20de95553e79e777fededf1c1c7c4b" 2018-09-04 20:55:34,094 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0ad10aeb-f348-4cd2-9b2a-78432907d77a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:34,094 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/f0f5e3a6-3c73-4ddb-98d1-edb6f4e28091?force=False used request id req-0ad10aeb-f348-4cd2-9b2a-78432907d77a 2018-09-04 20:55:34,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:34,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["tyU02mavTb62N76kNZ_KQw"], "issued_at": "2018-09-04T20:55:34.000000Z"}} 2018-09-04 20:55:34,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa079a803300e297fab7a0d39945ae9e4d4f915" 2018-09-04 20:55:34,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49ed411b-8593-469b-b839-4e523e117f7c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:55:34,565 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-49ed411b-8593-469b-b839-4e523e117f7c 2018-09-04 20:55:34,569 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa079a803300e297fab7a0d39945ae9e4d4f915" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-58be3a5b-aea5-4157-a6d3-5e89ab23d93d", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 20:55:35,034 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:34 GMT Server: Apache x-compute-request-id: req-0671f05b-6249-40c1-917a-00f6ad1c8a87 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0671f05b-6249-40c1-917a-00f6ad1c8a87 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T20:55:34.900196", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-58be3a5b-aea5-4157-a6d3-5e89ab23d93d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2c227275-9e3e-425c-8a99-5ddd9933cdda", "size": 1}} 2018-09-04 20:55:35,034 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes used request id req-0671f05b-6249-40c1-917a-00f6ad1c8a87 2018-09-04 20:55:35,038 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0671f05b-6249-40c1-917a-00f6ad1c8a87" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa079a803300e297fab7a0d39945ae9e4d4f915" 2018-09-04 20:55:35,248 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:35 GMT Server: Apache x-compute-request-id: req-1c70d207-1ed7-4417-80df-b0728ba60155 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1c70d207-1ed7-4417-80df-b0728ba60155 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:55:35.000000", "replication_status": null, "snapshot_id": null, "id": "2c227275-9e3e-425c-8a99-5ddd9933cdda", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-58be3a5b-aea5-4157-a6d3-5e89ab23d93d", "bootable": "false", "created_at": "2018-09-04T20:55:34.000000", "volume_type": null}} 2018-09-04 20:55:35,248 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda used request id req-1c70d207-1ed7-4417-80df-b0728ba60155 2018-09-04 20:55:35,252 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0671f05b-6249-40c1-917a-00f6ad1c8a87" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa079a803300e297fab7a0d39945ae9e4d4f915" 2018-09-04 20:55:36,041 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:35 GMT Server: Apache x-compute-request-id: req-e27b68bf-9ad0-4179-b79c-6aa80961b08c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e27b68bf-9ad0-4179-b79c-6aa80961b08c Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:55:35.000000", "replication_status": null, "snapshot_id": null, "id": "2c227275-9e3e-425c-8a99-5ddd9933cdda", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-58be3a5b-aea5-4157-a6d3-5e89ab23d93d", "bootable": "false", "created_at": "2018-09-04T20:55:34.000000", "volume_type": null}} 2018-09-04 20:55:36,042 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda used request id req-e27b68bf-9ad0-4179-b79c-6aa80961b08c 2018-09-04 20:55:36,045 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0671f05b-6249-40c1-917a-00f6ad1c8a87" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa079a803300e297fab7a0d39945ae9e4d4f915" 2018-09-04 20:55:36,259 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:36 GMT Server: Apache x-compute-request-id: req-c923f7f5-da8a-4cda-9185-f7c3a5f6ca88 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c923f7f5-da8a-4cda-9185-f7c3a5f6ca88 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:55:35.000000", "replication_status": null, "snapshot_id": null, "id": "2c227275-9e3e-425c-8a99-5ddd9933cdda", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-58be3a5b-aea5-4157-a6d3-5e89ab23d93d", "bootable": "false", "created_at": "2018-09-04T20:55:34.000000", "volume_type": null}]} 2018-09-04 20:55:36,259 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/detail used request id req-c923f7f5-da8a-4cda-9185-f7c3a5f6ca88 2018-09-04 20:55:36,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:55:36,268 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:55:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:55:36,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa079a803300e297fab7a0d39945ae9e4d4f915" 2018-09-04 20:55:36,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0474a5d6-2439-42e2-91ba-fb6d60e2ee81 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:55:36,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-0474a5d6-2439-42e2-91ba-fb6d60e2ee81 2018-09-04 20:55:36,362 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-58be3a5b-aea5-4157-a6d3-5e89ab23d93d 2018-09-04 20:55:36,364 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0671f05b-6249-40c1-917a-00f6ad1c8a87" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa079a803300e297fab7a0d39945ae9e4d4f915" 2018-09-04 20:55:36,596 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3a03fdd6-a5c6-4b35-9dfd-016a3f61e04e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:36,596 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda used request id req-3a03fdd6-a5c6-4b35-9dfd-016a3f61e04e 2018-09-04 20:55:36,599 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0671f05b-6249-40c1-917a-00f6ad1c8a87" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa079a803300e297fab7a0d39945ae9e4d4f915" 2018-09-04 20:55:36,815 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:36 GMT Server: Apache x-compute-request-id: req-20d481d8-56ac-43a0-8699-8fbf3b7f3731 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-20d481d8-56ac-43a0-8699-8fbf3b7f3731 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:55:36.000000", "replication_status": null, "snapshot_id": null, "id": "2c227275-9e3e-425c-8a99-5ddd9933cdda", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-58be3a5b-aea5-4157-a6d3-5e89ab23d93d", "bootable": "false", "created_at": "2018-09-04T20:55:34.000000", "volume_type": null}} 2018-09-04 20:55:36,815 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda used request id req-20d481d8-56ac-43a0-8699-8fbf3b7f3731 2018-09-04 20:55:39,822 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0671f05b-6249-40c1-917a-00f6ad1c8a87" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa079a803300e297fab7a0d39945ae9e4d4f915" 2018-09-04 20:55:39,857 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:55:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4afffcde-1b6f-4ac6-9a6c-edbf06bf48da x-openstack-request-id: req-4afffcde-1b6f-4ac6-9a6c-edbf06bf48da Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2c227275-9e3e-425c-8a99-5ddd9933cdda could not be found.", "code": 404}} 2018-09-04 20:55:39,857 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda used request id req-4afffcde-1b6f-4ac6-9a6c-edbf06bf48da 2018-09-04 20:55:39,860 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0671f05b-6249-40c1-917a-00f6ad1c8a87" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa079a803300e297fab7a0d39945ae9e4d4f915" 2018-09-04 20:55:40,069 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:39 GMT Server: Apache x-compute-request-id: req-302662c5-71cc-4fa5-9dac-7304bc42b916 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-302662c5-71cc-4fa5-9dac-7304bc42b916 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 20:55:40,069 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/detail used request id req-302662c5-71cc-4fa5-9dac-7304bc42b916 2018-09-04 20:55:40,070 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-58be3a5b-aea5-4157-a6d3-5e89ab23d93d 2018-09-04 20:55:40,072 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0671f05b-6249-40c1-917a-00f6ad1c8a87" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa079a803300e297fab7a0d39945ae9e4d4f915" 2018-09-04 20:55:40,113 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:55:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-76ade938-203c-4582-b844-6edec7fd6357 x-openstack-request-id: req-76ade938-203c-4582-b844-6edec7fd6357 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2c227275-9e3e-425c-8a99-5ddd9933cdda could not be found.", "code": 404}} 2018-09-04 20:55:40,113 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda used request id req-76ade938-203c-4582-b844-6edec7fd6357 2018-09-04 20:55:40,116 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0671f05b-6249-40c1-917a-00f6ad1c8a87" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa079a803300e297fab7a0d39945ae9e4d4f915" 2018-09-04 20:55:40,314 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:55:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-78e12ec5-3383-4966-b1bc-ec52058e7c68 x-openstack-request-id: req-78e12ec5-3383-4966-b1bc-ec52058e7c68 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2c227275-9e3e-425c-8a99-5ddd9933cdda could not be found.", "code": 404}} 2018-09-04 20:55:40,314 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/2c227275-9e3e-425c-8a99-5ddd9933cdda used request id req-78e12ec5-3383-4966-b1bc-ec52058e7c68 2018-09-04 20:55:40,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:40,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["XlPyTWoSQRSmOBGuMVtpNg"], "issued_at": "2018-09-04T20:55:40.000000Z"}} 2018-09-04 20:55:40,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}addd4aaf6ff283b4b4ddb4e338e7b4e8a91e81a5" 2018-09-04 20:55:40,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f98b8c6c-f542-4f11-91b6-0400c4df69e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:55:40,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f98b8c6c-f542-4f11-91b6-0400c4df69e7 2018-09-04 20:55:40,791 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}addd4aaf6ff283b4b4ddb4e338e7b4e8a91e81a5" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-ac8704c4-31ea-4233-b792-4a73d48a54e0", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 20:55:41,204 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:40 GMT Server: Apache x-compute-request-id: req-5ad3f5a2-97d5-41c4-951d-fa5a1966785d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5ad3f5a2-97d5-41c4-951d-fa5a1966785d Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T20:55:41.138033", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-ac8704c4-31ea-4233-b792-4a73d48a54e0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "size": 1}} 2018-09-04 20:55:41,204 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes used request id req-5ad3f5a2-97d5-41c4-951d-fa5a1966785d 2018-09-04 20:55:41,208 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5ad3f5a2-97d5-41c4-951d-fa5a1966785d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}addd4aaf6ff283b4b4ddb4e338e7b4e8a91e81a5" 2018-09-04 20:55:41,949 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:41 GMT Server: Apache x-compute-request-id: req-a3aa6ccb-543b-4041-9df3-426344b243e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a3aa6ccb-543b-4041-9df3-426344b243e1 Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:55:41.000000", "replication_status": null, "snapshot_id": null, "id": "0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-ac8704c4-31ea-4233-b792-4a73d48a54e0", "bootable": "false", "created_at": "2018-09-04T20:55:41.000000", "volume_type": null}} 2018-09-04 20:55:41,949 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80 used request id req-a3aa6ccb-543b-4041-9df3-426344b243e1 2018-09-04 20:55:41,952 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5ad3f5a2-97d5-41c4-951d-fa5a1966785d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}addd4aaf6ff283b4b4ddb4e338e7b4e8a91e81a5" 2018-09-04 20:55:42,144 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:41 GMT Server: Apache x-compute-request-id: req-cc4eec89-6ff2-429e-a3ca-1e24625c65c4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cc4eec89-6ff2-429e-a3ca-1e24625c65c4 Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:55:41.000000", "replication_status": null, "snapshot_id": null, "id": "0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-ac8704c4-31ea-4233-b792-4a73d48a54e0", "bootable": "false", "created_at": "2018-09-04T20:55:41.000000", "volume_type": null}} 2018-09-04 20:55:42,144 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80 used request id req-cc4eec89-6ff2-429e-a3ca-1e24625c65c4 2018-09-04 20:55:42,147 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5ad3f5a2-97d5-41c4-951d-fa5a1966785d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}addd4aaf6ff283b4b4ddb4e338e7b4e8a91e81a5" 2018-09-04 20:55:42,345 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:42 GMT Server: Apache x-compute-request-id: req-524e2062-4007-4866-916a-94c5ee95e3d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-524e2062-4007-4866-916a-94c5ee95e3d3 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:55:41.000000", "replication_status": null, "snapshot_id": null, "id": "0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-ac8704c4-31ea-4233-b792-4a73d48a54e0", "bootable": "false", "created_at": "2018-09-04T20:55:41.000000", "volume_type": null}]} 2018-09-04 20:55:42,345 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/detail used request id req-524e2062-4007-4866-916a-94c5ee95e3d3 2018-09-04 20:55:42,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:55:42,354 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:55:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:55:42,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}addd4aaf6ff283b4b4ddb4e338e7b4e8a91e81a5" 2018-09-04 20:55:42,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90050512-46f1-4875-9730-2b16f528ec17 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:55:42,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-90050512-46f1-4875-9730-2b16f528ec17 2018-09-04 20:55:42,448 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-ac8704c4-31ea-4233-b792-4a73d48a54e0 2018-09-04 20:55:42,451 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5ad3f5a2-97d5-41c4-951d-fa5a1966785d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}addd4aaf6ff283b4b4ddb4e338e7b4e8a91e81a5" 2018-09-04 20:55:42,695 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-214fac69-cbc4-4ed3-8a12-ebca5b14f855 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:42,695 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80 used request id req-214fac69-cbc4-4ed3-8a12-ebca5b14f855 2018-09-04 20:55:42,697 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5ad3f5a2-97d5-41c4-951d-fa5a1966785d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}addd4aaf6ff283b4b4ddb4e338e7b4e8a91e81a5" 2018-09-04 20:55:42,893 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:42 GMT Server: Apache x-compute-request-id: req-e72a58a2-e3b8-420f-b66d-0e37fcbd3092 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e72a58a2-e3b8-420f-b66d-0e37fcbd3092 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T20:55:42.000000", "replication_status": null, "snapshot_id": null, "id": "0b87a6c3-6286-4ef5-9662-a86f7a04bd80", "size": 1, "user_id": "b4c08d68206048b6aa89e58b574d28cb", "os-vol-tenant-attr:tenant_id": "21a717df1f2c484095e6f33236f533f4", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-ac8704c4-31ea-4233-b792-4a73d48a54e0", "bootable": "false", "created_at": "2018-09-04T20:55:41.000000", "volume_type": null}} 2018-09-04 20:55:42,893 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80 used request id req-e72a58a2-e3b8-420f-b66d-0e37fcbd3092 2018-09-04 20:55:45,899 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5ad3f5a2-97d5-41c4-951d-fa5a1966785d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}addd4aaf6ff283b4b4ddb4e338e7b4e8a91e81a5" 2018-09-04 20:55:46,089 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:55:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8c949a91-d024-49ad-8f7a-4ca3aa11a3d7 x-openstack-request-id: req-8c949a91-d024-49ad-8f7a-4ca3aa11a3d7 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0b87a6c3-6286-4ef5-9662-a86f7a04bd80 could not be found.", "code": 404}} 2018-09-04 20:55:46,090 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/volumes/0b87a6c3-6286-4ef5-9662-a86f7a04bd80 used request id req-8c949a91-d024-49ad-8f7a-4ca3aa11a3d7 2018-09-04 20:55:46,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:46,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["8t9tuuKsQdq7KiTB2Vr4HA"], "issued_at": "2018-09-04T20:55:46.000000Z"}} 2018-09-04 20:55:46,473 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc6125bd07aed241ba07e80935a7cc780da14a3" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-eba9cd94-cc6a-49c1-8948-e618a6575014", "description": null}}' 2018-09-04 20:55:46,711 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:46 GMT Server: Apache x-compute-request-id: req-95f0b7fc-e238-4894-ad0b-267aed87e65d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-95f0b7fc-e238-4894-ad0b-267aed87e65d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-eba9cd94-cc6a-49c1-8948-e618a6575014", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d9e59416-11d6-4a63-a176-da1a08848f54", "description": null}} 2018-09-04 20:55:46,711 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types used request id req-95f0b7fc-e238-4894-ad0b-267aed87e65d 2018-09-04 20:55:46,715 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95f0b7fc-e238-4894-ad0b-267aed87e65d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc6125bd07aed241ba07e80935a7cc780da14a3" 2018-09-04 20:55:46,890 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:46 GMT Server: Apache x-compute-request-id: req-b6324429-1b29-458e-9da9-c10319b6c4d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b6324429-1b29-458e-9da9-c10319b6c4d5 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-eba9cd94-cc6a-49c1-8948-e618a6575014", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d9e59416-11d6-4a63-a176-da1a08848f54", "description": null}]} 2018-09-04 20:55:46,890 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types?is_public=None used request id req-b6324429-1b29-458e-9da9-c10319b6c4d5 2018-09-04 20:55:46,894 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/d9e59416-11d6-4a63-a176-da1a08848f54 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95f0b7fc-e238-4894-ad0b-267aed87e65d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc6125bd07aed241ba07e80935a7cc780da14a3" 2018-09-04 20:55:47,055 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:46 GMT Server: Apache x-compute-request-id: req-d5df1dd6-5d73-44a7-88e4-f842a1d866b9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d5df1dd6-5d73-44a7-88e4-f842a1d866b9 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-eba9cd94-cc6a-49c1-8948-e618a6575014", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d9e59416-11d6-4a63-a176-da1a08848f54", "description": null}} 2018-09-04 20:55:47,055 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/d9e59416-11d6-4a63-a176-da1a08848f54 used request id req-d5df1dd6-5d73-44a7-88e4-f842a1d866b9 2018-09-04 20:55:47,058 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/d9e59416-11d6-4a63-a176-da1a08848f54/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95f0b7fc-e238-4894-ad0b-267aed87e65d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc6125bd07aed241ba07e80935a7cc780da14a3" 2018-09-04 20:55:47,239 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:47 GMT Server: Apache x-compute-request-id: req-f779a0d3-2146-4865-ab7f-6ccfbc0284d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f779a0d3-2146-4865-ab7f-6ccfbc0284d5 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 20:55:47,239 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/d9e59416-11d6-4a63-a176-da1a08848f54/encryption used request id req-f779a0d3-2146-4865-ab7f-6ccfbc0284d5 2018-09-04 20:55:47,239 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-eba9cd94-cc6a-49c1-8948-e618a6575014 2018-09-04 20:55:47,242 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/d9e59416-11d6-4a63-a176-da1a08848f54 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95f0b7fc-e238-4894-ad0b-267aed87e65d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc6125bd07aed241ba07e80935a7cc780da14a3" 2018-09-04 20:55:47,456 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cf95dc80-8efd-4e13-a143-f75e8e769e0f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:47,456 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/d9e59416-11d6-4a63-a176-da1a08848f54 used request id req-cf95dc80-8efd-4e13-a143-f75e8e769e0f 2018-09-04 20:55:47,459 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/d9e59416-11d6-4a63-a176-da1a08848f54 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95f0b7fc-e238-4894-ad0b-267aed87e65d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc6125bd07aed241ba07e80935a7cc780da14a3" 2018-09-04 20:55:47,620 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:55:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-057e97cc-d5a2-4420-9963-cc6909de89d7 x-openstack-request-id: req-057e97cc-d5a2-4420-9963-cc6909de89d7 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type d9e59416-11d6-4a63-a176-da1a08848f54 could not be found.", "code": 404}} 2018-09-04 20:55:47,620 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/d9e59416-11d6-4a63-a176-da1a08848f54 used request id req-057e97cc-d5a2-4420-9963-cc6909de89d7 2018-09-04 20:55:47,620 - cinder_utils - INFO - Volume with ID [d9e59416-11d6-4a63-a176-da1a08848f54] does not exist 2018-09-04 20:55:47,621 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-eba9cd94-cc6a-49c1-8948-e618a6575014 2018-09-04 20:55:47,623 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/d9e59416-11d6-4a63-a176-da1a08848f54 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95f0b7fc-e238-4894-ad0b-267aed87e65d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc6125bd07aed241ba07e80935a7cc780da14a3" 2018-09-04 20:55:47,812 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:55:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2bc7369d-b6e1-4189-866e-0394955c7e3f x-openstack-request-id: req-2bc7369d-b6e1-4189-866e-0394955c7e3f Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type d9e59416-11d6-4a63-a176-da1a08848f54 could not be found.", "code": 404}} 2018-09-04 20:55:47,812 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/d9e59416-11d6-4a63-a176-da1a08848f54 used request id req-2bc7369d-b6e1-4189-866e-0394955c7e3f 2018-09-04 20:55:47,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:48,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["D2BBFWL4TlmQ1TbnVQXYrQ"], "issued_at": "2018-09-04T20:55:48.000000Z"}} 2018-09-04 20:55:48,202 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a197e70e51e441bbb67431afb07966ce43191817" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-b4beac15-17ab-4b20-87e8-a0f6e41600fe", "description": null}}' 2018-09-04 20:55:48,428 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:48 GMT Server: Apache x-compute-request-id: req-d3e3e6fd-234b-4713-a044-6a4b99877c1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d3e3e6fd-234b-4713-a044-6a4b99877c1f Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b4beac15-17ab-4b20-87e8-a0f6e41600fe", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a05c81ac-616e-4b77-9fef-6e72c68b6320", "description": null}} 2018-09-04 20:55:48,428 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types used request id req-d3e3e6fd-234b-4713-a044-6a4b99877c1f 2018-09-04 20:55:48,431 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3e3e6fd-234b-4713-a044-6a4b99877c1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a197e70e51e441bbb67431afb07966ce43191817" 2018-09-04 20:55:48,591 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:48 GMT Server: Apache x-compute-request-id: req-f0d05d8d-964e-41ef-abf8-ec1495539649 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f0d05d8d-964e-41ef-abf8-ec1495539649 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-b4beac15-17ab-4b20-87e8-a0f6e41600fe", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a05c81ac-616e-4b77-9fef-6e72c68b6320", "description": null}]} 2018-09-04 20:55:48,591 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types?is_public=None used request id req-f0d05d8d-964e-41ef-abf8-ec1495539649 2018-09-04 20:55:48,594 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/a05c81ac-616e-4b77-9fef-6e72c68b6320 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3e3e6fd-234b-4713-a044-6a4b99877c1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a197e70e51e441bbb67431afb07966ce43191817" 2018-09-04 20:55:48,854 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:48 GMT Server: Apache x-compute-request-id: req-e4dc2dd3-1620-4eb5-8fce-3d532a7b7e91 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e4dc2dd3-1620-4eb5-8fce-3d532a7b7e91 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b4beac15-17ab-4b20-87e8-a0f6e41600fe", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a05c81ac-616e-4b77-9fef-6e72c68b6320", "description": null}} 2018-09-04 20:55:48,854 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/a05c81ac-616e-4b77-9fef-6e72c68b6320 used request id req-e4dc2dd3-1620-4eb5-8fce-3d532a7b7e91 2018-09-04 20:55:48,857 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/a05c81ac-616e-4b77-9fef-6e72c68b6320/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3e3e6fd-234b-4713-a044-6a4b99877c1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a197e70e51e441bbb67431afb07966ce43191817" 2018-09-04 20:55:48,879 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:48 GMT Server: Apache x-compute-request-id: req-c44c7cba-3957-466b-8676-f0d3e52bbf81 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c44c7cba-3957-466b-8676-f0d3e52bbf81 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 20:55:48,879 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/a05c81ac-616e-4b77-9fef-6e72c68b6320/encryption used request id req-c44c7cba-3957-466b-8676-f0d3e52bbf81 2018-09-04 20:55:48,882 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/a05c81ac-616e-4b77-9fef-6e72c68b6320 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3e3e6fd-234b-4713-a044-6a4b99877c1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a197e70e51e441bbb67431afb07966ce43191817" 2018-09-04 20:55:49,060 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:48 GMT Server: Apache x-compute-request-id: req-85b916dd-b34d-4b4c-9742-2902f87a88ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-85b916dd-b34d-4b4c-9742-2902f87a88ad Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b4beac15-17ab-4b20-87e8-a0f6e41600fe", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a05c81ac-616e-4b77-9fef-6e72c68b6320", "description": null}} 2018-09-04 20:55:49,060 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/a05c81ac-616e-4b77-9fef-6e72c68b6320 used request id req-85b916dd-b34d-4b4c-9742-2902f87a88ad 2018-09-04 20:55:49,063 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/a05c81ac-616e-4b77-9fef-6e72c68b6320 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3e3e6fd-234b-4713-a044-6a4b99877c1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a197e70e51e441bbb67431afb07966ce43191817" 2018-09-04 20:55:49,228 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:49 GMT Server: Apache x-compute-request-id: req-12c32f72-0ca7-4962-8b80-072f28b9690f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-12c32f72-0ca7-4962-8b80-072f28b9690f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b4beac15-17ab-4b20-87e8-a0f6e41600fe", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a05c81ac-616e-4b77-9fef-6e72c68b6320", "description": null}} 2018-09-04 20:55:49,229 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/a05c81ac-616e-4b77-9fef-6e72c68b6320 used request id req-12c32f72-0ca7-4962-8b80-072f28b9690f 2018-09-04 20:55:49,232 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/a05c81ac-616e-4b77-9fef-6e72c68b6320/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3e3e6fd-234b-4713-a044-6a4b99877c1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a197e70e51e441bbb67431afb07966ce43191817" 2018-09-04 20:55:49,252 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:49 GMT Server: Apache x-compute-request-id: req-e02f71e8-b106-46ed-a679-a0a0851c500f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e02f71e8-b106-46ed-a679-a0a0851c500f Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 20:55:49,253 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/a05c81ac-616e-4b77-9fef-6e72c68b6320/encryption used request id req-e02f71e8-b106-46ed-a679-a0a0851c500f 2018-09-04 20:55:49,253 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-b4beac15-17ab-4b20-87e8-a0f6e41600fe 2018-09-04 20:55:49,256 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/a05c81ac-616e-4b77-9fef-6e72c68b6320 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3e3e6fd-234b-4713-a044-6a4b99877c1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a197e70e51e441bbb67431afb07966ce43191817" 2018-09-04 20:55:49,472 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-79587e03-cd35-49ca-bfeb-69092dcecc6b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:49,472 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/a05c81ac-616e-4b77-9fef-6e72c68b6320 used request id req-79587e03-cd35-49ca-bfeb-69092dcecc6b 2018-09-04 20:55:49,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:49,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["_39i2AUqSVmoyyKkYQxGgA"], "issued_at": "2018-09-04T20:55:49.000000Z"}} 2018-09-04 20:55:49,864 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7635f2d081ad3a1e4a42409660c0361ff83cac" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-7e6c61f5-9990-4fe0-bd43-395436080d2c-type", "description": null}}' 2018-09-04 20:55:50,073 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:49 GMT Server: Apache x-compute-request-id: req-af7d0f99-5885-471f-bf51-6a684d394d63 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-af7d0f99-5885-471f-bf51-6a684d394d63 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7e6c61f5-9990-4fe0-bd43-395436080d2c-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "416fe671-657a-44f8-8544-f2630657af76", "description": null}} 2018-09-04 20:55:50,074 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types used request id req-af7d0f99-5885-471f-bf51-6a684d394d63 2018-09-04 20:55:50,077 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/416fe671-657a-44f8-8544-f2630657af76/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-af7d0f99-5885-471f-bf51-6a684d394d63" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7635f2d081ad3a1e4a42409660c0361ff83cac" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-7e6c61f5-9990-4fe0-bd43-395436080d2c", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-09-04 20:55:50,255 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Tue, 04 Sep 2018 20:55:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-149ccfee-5170-4b74-813f-5e1ec471a264 x-openstack-request-id: req-149ccfee-5170-4b74-813f-5e1ec471a264 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-09-04 20:55:50,255 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/416fe671-657a-44f8-8544-f2630657af76/encryption used request id req-149ccfee-5170-4b74-813f-5e1ec471a264 2018-09-04 20:55:50,255 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-7e6c61f5-9990-4fe0-bd43-395436080d2c-type 2018-09-04 20:55:50,258 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/416fe671-657a-44f8-8544-f2630657af76 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-af7d0f99-5885-471f-bf51-6a684d394d63" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7635f2d081ad3a1e4a42409660c0361ff83cac" 2018-09-04 20:55:50,468 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-262477da-f793-490b-a229-9acfe96dbb62 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:50,469 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/416fe671-657a-44f8-8544-f2630657af76 used request id req-262477da-f793-490b-a229-9acfe96dbb62 2018-09-04 20:55:50,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:50,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["HIozidDYTlSSEDSkOWpErA"], "issued_at": "2018-09-04T20:55:50.000000Z"}} 2018-09-04 20:55:50,849 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e59b6343ac54340a9d29c78ff714d1e434419ec" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-e0285c71-780c-44ff-bed2-4cd8cf7c44eb-type", "description": null}}' 2018-09-04 20:55:51,060 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:50 GMT Server: Apache x-compute-request-id: req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-e0285c71-780c-44ff-bed2-4cd8cf7c44eb-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "65d9a9fe-4c0d-47d5-b7ad-347426aaca78", "description": null}} 2018-09-04 20:55:51,060 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types used request id req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27 2018-09-04 20:55:51,064 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e59b6343ac54340a9d29c78ff714d1e434419ec" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-e0285c71-780c-44ff-bed2-4cd8cf7c44eb", "provider": "LuksEncryptor"}}' 2018-09-04 20:55:51,267 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:51 GMT Server: Apache x-compute-request-id: req-29417620-f352-469a-ac4e-986825da4cfe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-29417620-f352-469a-ac4e-986825da4cfe Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "65d9a9fe-4c0d-47d5-b7ad-347426aaca78", "name": "CinderUtilsAddEncryptionTests-e0285c71-780c-44ff-bed2-4cd8cf7c44eb", "control_location": "back-end", "encryption_id": "6c329540-63f2-4dd5-ad84-50464eeffd91", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-09-04 20:55:51,267 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78/encryption used request id req-29417620-f352-469a-ac4e-986825da4cfe 2018-09-04 20:55:51,271 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e59b6343ac54340a9d29c78ff714d1e434419ec" 2018-09-04 20:55:51,436 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:51 GMT Server: Apache x-compute-request-id: req-5c7fb976-f6ae-44f9-aff0-f3a7f16b5aa7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5c7fb976-f6ae-44f9-aff0-f3a7f16b5aa7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-e0285c71-780c-44ff-bed2-4cd8cf7c44eb-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "65d9a9fe-4c0d-47d5-b7ad-347426aaca78", "description": null}} 2018-09-04 20:55:51,436 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78 used request id req-5c7fb976-f6ae-44f9-aff0-f3a7f16b5aa7 2018-09-04 20:55:51,439 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e59b6343ac54340a9d29c78ff714d1e434419ec" 2018-09-04 20:55:51,612 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:51 GMT Server: Apache x-compute-request-id: req-54657982-350a-4299-a1cd-81d328e450e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-54657982-350a-4299-a1cd-81d328e450e6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"volume_type_id": "65d9a9fe-4c0d-47d5-b7ad-347426aaca78", "control_location": "back-end", "deleted": false, "created_at": "2018-09-04T20:55:51.000000", "updated_at": null, "encryption_id": "6c329540-63f2-4dd5-ad84-50464eeffd91", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-09-04 20:55:51,613 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78/encryption used request id req-54657982-350a-4299-a1cd-81d328e450e6 2018-09-04 20:55:51,613 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-e0285c71-780c-44ff-bed2-4cd8cf7c44eb-type 2018-09-04 20:55:51,616 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e59b6343ac54340a9d29c78ff714d1e434419ec" 2018-09-04 20:55:51,780 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:51 GMT Server: Apache x-compute-request-id: req-7c039622-15de-44ba-a511-83682c970958 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7c039622-15de-44ba-a511-83682c970958 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-e0285c71-780c-44ff-bed2-4cd8cf7c44eb-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "65d9a9fe-4c0d-47d5-b7ad-347426aaca78", "description": null}} 2018-09-04 20:55:51,780 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78 used request id req-7c039622-15de-44ba-a511-83682c970958 2018-09-04 20:55:51,783 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e59b6343ac54340a9d29c78ff714d1e434419ec" 2018-09-04 20:55:51,982 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0ea71086-a592-477b-8fb6-966b301c681c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:51,982 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78/encryption/provider used request id req-0ea71086-a592-477b-8fb6-966b301c681c 2018-09-04 20:55:51,985 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e59b6343ac54340a9d29c78ff714d1e434419ec" 2018-09-04 20:55:52,006 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:51 GMT Server: Apache x-compute-request-id: req-1341c714-670c-4691-bc62-c3f75ec9c90a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1341c714-670c-4691-bc62-c3f75ec9c90a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-e0285c71-780c-44ff-bed2-4cd8cf7c44eb-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "65d9a9fe-4c0d-47d5-b7ad-347426aaca78", "description": null}} 2018-09-04 20:55:52,007 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78 used request id req-1341c714-670c-4691-bc62-c3f75ec9c90a 2018-09-04 20:55:52,010 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e59b6343ac54340a9d29c78ff714d1e434419ec" 2018-09-04 20:55:52,185 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:52 GMT Server: Apache x-compute-request-id: req-4c1e46a5-8c00-46f9-b2db-d72c51d9d8b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4c1e46a5-8c00-46f9-b2db-d72c51d9d8b8 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 20:55:52,185 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78/encryption used request id req-4c1e46a5-8c00-46f9-b2db-d72c51d9d8b8 2018-09-04 20:55:52,185 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-e0285c71-780c-44ff-bed2-4cd8cf7c44eb-type 2018-09-04 20:55:52,188 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e59b6343ac54340a9d29c78ff714d1e434419ec" 2018-09-04 20:55:52,346 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:52 GMT Server: Apache x-compute-request-id: req-535ed78f-a7ef-439a-ae13-b24491280fbc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-535ed78f-a7ef-439a-ae13-b24491280fbc Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-e0285c71-780c-44ff-bed2-4cd8cf7c44eb-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "65d9a9fe-4c0d-47d5-b7ad-347426aaca78", "description": null}} 2018-09-04 20:55:52,346 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78 used request id req-535ed78f-a7ef-439a-ae13-b24491280fbc 2018-09-04 20:55:52,349 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e59b6343ac54340a9d29c78ff714d1e434419ec" 2018-09-04 20:55:52,530 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:55:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-39f28a65-9c89-444e-b552-de03dae2f3e4 x-openstack-request-id: req-39f28a65-9c89-444e-b552-de03dae2f3e4 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 65d9a9fe-4c0d-47d5-b7ad-347426aaca78 does not exist.", "code": 404}} 2018-09-04 20:55:52,530 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78/encryption/provider used request id req-39f28a65-9c89-444e-b552-de03dae2f3e4 2018-09-04 20:55:52,531 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-e0285c71-780c-44ff-bed2-4cd8cf7c44eb-type 2018-09-04 20:55:52,533 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f21c8d8c-98dc-4611-b929-7ef9ef3b0e27" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e59b6343ac54340a9d29c78ff714d1e434419ec" 2018-09-04 20:55:52,733 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b32c607c-aba3-466a-a5ad-99984a88ebf1 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:52,733 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/65d9a9fe-4c0d-47d5-b7ad-347426aaca78 used request id req-b32c607c-aba3-466a-a5ad-99984a88ebf1 2018-09-04 20:55:52,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:53,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["quC-I7CeR-mH_UVo6r1ecA"], "issued_at": "2018-09-04T20:55:53.000000Z"}} 2018-09-04 20:55:53,120 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcf08701413f10a0cb3ef678d330d0b7421b454c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-a9f35b65-5138-4b1d-94eb-7f08bedfdfd4-type", "description": null}}' 2018-09-04 20:55:53,318 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:53 GMT Server: Apache x-compute-request-id: req-f9bcd186-d988-4a36-9cbe-68bd78fc1ef6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f9bcd186-d988-4a36-9cbe-68bd78fc1ef6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-a9f35b65-5138-4b1d-94eb-7f08bedfdfd4-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2e8a96c5-ad39-4135-9af9-09c47e36046b", "description": null}} 2018-09-04 20:55:53,318 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types used request id req-f9bcd186-d988-4a36-9cbe-68bd78fc1ef6 2018-09-04 20:55:53,321 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/2e8a96c5-ad39-4135-9af9-09c47e36046b/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f9bcd186-d988-4a36-9cbe-68bd78fc1ef6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcf08701413f10a0cb3ef678d330d0b7421b454c" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-a9f35b65-5138-4b1d-94eb-7f08bedfdfd4", "provider": "foo"}}' 2018-09-04 20:55:53,558 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:53 GMT Server: Apache x-compute-request-id: req-53fbec58-893a-4b8c-b102-e535dff416b4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-53fbec58-893a-4b8c-b102-e535dff416b4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "2e8a96c5-ad39-4135-9af9-09c47e36046b", "name": "CinderUtilsAddEncryptionTests-a9f35b65-5138-4b1d-94eb-7f08bedfdfd4", "control_location": "front-end", "encryption_id": "a7024071-0de3-4f80-b501-14a95aae6116", "provider": "foo", "provider_class": "foo"}} 2018-09-04 20:55:53,559 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/2e8a96c5-ad39-4135-9af9-09c47e36046b/encryption used request id req-53fbec58-893a-4b8c-b102-e535dff416b4 2018-09-04 20:55:53,562 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/2e8a96c5-ad39-4135-9af9-09c47e36046b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9bcd186-d988-4a36-9cbe-68bd78fc1ef6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcf08701413f10a0cb3ef678d330d0b7421b454c" 2018-09-04 20:55:53,744 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:53 GMT Server: Apache x-compute-request-id: req-63f1159f-c36e-4cb3-811d-c5e72bf921d0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-63f1159f-c36e-4cb3-811d-c5e72bf921d0 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-a9f35b65-5138-4b1d-94eb-7f08bedfdfd4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2e8a96c5-ad39-4135-9af9-09c47e36046b", "description": null}} 2018-09-04 20:55:53,744 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/2e8a96c5-ad39-4135-9af9-09c47e36046b used request id req-63f1159f-c36e-4cb3-811d-c5e72bf921d0 2018-09-04 20:55:53,747 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/2e8a96c5-ad39-4135-9af9-09c47e36046b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9bcd186-d988-4a36-9cbe-68bd78fc1ef6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcf08701413f10a0cb3ef678d330d0b7421b454c" 2018-09-04 20:55:53,912 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:53 GMT Server: Apache x-compute-request-id: req-59c037f0-31c0-4a1b-b036-d77138451d2f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-59c037f0-31c0-4a1b-b036-d77138451d2f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"volume_type_id": "2e8a96c5-ad39-4135-9af9-09c47e36046b", "control_location": "front-end", "deleted": false, "created_at": "2018-09-04T20:55:53.000000", "updated_at": null, "encryption_id": "a7024071-0de3-4f80-b501-14a95aae6116", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-09-04 20:55:53,913 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/2e8a96c5-ad39-4135-9af9-09c47e36046b/encryption used request id req-59c037f0-31c0-4a1b-b036-d77138451d2f 2018-09-04 20:55:53,913 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-a9f35b65-5138-4b1d-94eb-7f08bedfdfd4-type 2018-09-04 20:55:53,916 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/2e8a96c5-ad39-4135-9af9-09c47e36046b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9bcd186-d988-4a36-9cbe-68bd78fc1ef6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcf08701413f10a0cb3ef678d330d0b7421b454c" 2018-09-04 20:55:54,087 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:53 GMT Server: Apache x-compute-request-id: req-4c1872a9-d10e-4bb0-b43e-8c2e91169ef5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c1872a9-d10e-4bb0-b43e-8c2e91169ef5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-a9f35b65-5138-4b1d-94eb-7f08bedfdfd4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2e8a96c5-ad39-4135-9af9-09c47e36046b", "description": null}} 2018-09-04 20:55:54,088 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/2e8a96c5-ad39-4135-9af9-09c47e36046b used request id req-4c1872a9-d10e-4bb0-b43e-8c2e91169ef5 2018-09-04 20:55:54,091 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/2e8a96c5-ad39-4135-9af9-09c47e36046b/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9bcd186-d988-4a36-9cbe-68bd78fc1ef6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcf08701413f10a0cb3ef678d330d0b7421b454c" 2018-09-04 20:55:54,138 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0f8bf7b2-d827-42e8-9902-b2ca6e52ce20 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:54,138 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/2e8a96c5-ad39-4135-9af9-09c47e36046b/encryption/provider used request id req-0f8bf7b2-d827-42e8-9902-b2ca6e52ce20 2018-09-04 20:55:54,138 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-a9f35b65-5138-4b1d-94eb-7f08bedfdfd4-type 2018-09-04 20:55:54,141 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/2e8a96c5-ad39-4135-9af9-09c47e36046b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9bcd186-d988-4a36-9cbe-68bd78fc1ef6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcf08701413f10a0cb3ef678d330d0b7421b454c" 2018-09-04 20:55:54,348 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-69be1168-8d34-4940-b1b8-ec8bb5b1ec9a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:54,348 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/2e8a96c5-ad39-4135-9af9-09c47e36046b used request id req-69be1168-8d34-4940-b1b8-ec8bb5b1ec9a 2018-09-04 20:55:54,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:54,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["u7xynNG5SZCVfPDiLjkNTw"], "issued_at": "2018-09-04T20:55:54.000000Z"}} 2018-09-04 20:55:54,739 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc45ca176ffc59e9ca492ebbce94d26bfe5d0fb5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-02de693e-00fe-4bc9-94cc-e33515ce1776-type", "description": null}}' 2018-09-04 20:55:54,947 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:54 GMT Server: Apache x-compute-request-id: req-c1f69f2f-dd42-48d0-b394-f784b5ea72b4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c1f69f2f-dd42-48d0-b394-f784b5ea72b4 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-02de693e-00fe-4bc9-94cc-e33515ce1776-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0", "description": null}} 2018-09-04 20:55:54,947 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types used request id req-c1f69f2f-dd42-48d0-b394-f784b5ea72b4 2018-09-04 20:55:54,951 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c1f69f2f-dd42-48d0-b394-f784b5ea72b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc45ca176ffc59e9ca492ebbce94d26bfe5d0fb5" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-02de693e-00fe-4bc9-94cc-e33515ce1776", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-09-04 20:55:55,284 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:54 GMT Server: Apache x-compute-request-id: req-f2ead36d-efa9-4edd-b859-1e394295eb02 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2ead36d-efa9-4edd-b859-1e394295eb02 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0", "name": "CinderUtilsAddEncryptionTests-02de693e-00fe-4bc9-94cc-e33515ce1776", "control_location": "back-end", "encryption_id": "69e7a0a1-1fc4-498b-92f8-4d8b92a4ac44", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-09-04 20:55:55,284 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0/encryption used request id req-f2ead36d-efa9-4edd-b859-1e394295eb02 2018-09-04 20:55:55,287 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c1f69f2f-dd42-48d0-b394-f784b5ea72b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc45ca176ffc59e9ca492ebbce94d26bfe5d0fb5" 2018-09-04 20:55:55,446 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:55 GMT Server: Apache x-compute-request-id: req-53c1a1fe-0b8d-4f98-aa01-8c3b03658c6d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-53c1a1fe-0b8d-4f98-aa01-8c3b03658c6d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-02de693e-00fe-4bc9-94cc-e33515ce1776-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0", "description": null}} 2018-09-04 20:55:55,447 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0 used request id req-53c1a1fe-0b8d-4f98-aa01-8c3b03658c6d 2018-09-04 20:55:55,450 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c1f69f2f-dd42-48d0-b394-f784b5ea72b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc45ca176ffc59e9ca492ebbce94d26bfe5d0fb5" 2018-09-04 20:55:55,626 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:55 GMT Server: Apache x-compute-request-id: req-5ef09c42-6772-4caf-afc7-f00d391f19b2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5ef09c42-6772-4caf-afc7-f00d391f19b2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"volume_type_id": "b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0", "control_location": "back-end", "deleted": false, "created_at": "2018-09-04T20:55:55.000000", "updated_at": null, "encryption_id": "69e7a0a1-1fc4-498b-92f8-4d8b92a4ac44", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-09-04 20:55:55,626 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0/encryption used request id req-5ef09c42-6772-4caf-afc7-f00d391f19b2 2018-09-04 20:55:55,626 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-02de693e-00fe-4bc9-94cc-e33515ce1776-type 2018-09-04 20:55:55,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c1f69f2f-dd42-48d0-b394-f784b5ea72b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc45ca176ffc59e9ca492ebbce94d26bfe5d0fb5" 2018-09-04 20:55:55,815 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:55 GMT Server: Apache x-compute-request-id: req-99c61954-5fc9-4c27-964d-88e60f1da2e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-99c61954-5fc9-4c27-964d-88e60f1da2e4 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-02de693e-00fe-4bc9-94cc-e33515ce1776-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0", "description": null}} 2018-09-04 20:55:55,816 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0 used request id req-99c61954-5fc9-4c27-964d-88e60f1da2e4 2018-09-04 20:55:55,819 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c1f69f2f-dd42-48d0-b394-f784b5ea72b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc45ca176ffc59e9ca492ebbce94d26bfe5d0fb5" 2018-09-04 20:55:56,096 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5ac808ba-a448-45b0-8746-4c728ac97ec3 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:56,096 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0/encryption/provider used request id req-5ac808ba-a448-45b0-8746-4c728ac97ec3 2018-09-04 20:55:56,097 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-02de693e-00fe-4bc9-94cc-e33515ce1776-type 2018-09-04 20:55:56,099 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c1f69f2f-dd42-48d0-b394-f784b5ea72b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc45ca176ffc59e9ca492ebbce94d26bfe5d0fb5" 2018-09-04 20:55:56,353 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9409ef8d-f273-4320-9de4-a3d0e41d8b2f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:56,353 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/b09e43d4-44f4-4ce1-a9d2-431b2b3fd5f0 used request id req-9409ef8d-f273-4320-9de4-a3d0e41d8b2f 2018-09-04 20:55:56,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:56,737 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["zD9G-vLISfO-mUR09yMwnw"], "issued_at": "2018-09-04T20:55:56.000000Z"}} 2018-09-04 20:55:56,740 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e51728e1c612cb8f29b2065955e299a635c6acb" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-8d9c007f-3649-4702-a310-098bc00564d4-qos"}}' 2018-09-04 20:55:56,949 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:56 GMT Server: Apache x-compute-request-id: req-b6270ffc-6e29-41f4-a27d-87217f1a9f74 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b6270ffc-6e29-41f4-a27d-87217f1a9f74 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "eeb8c86a-918a-4db9-b8dc-74d61d0eb8cd", "name": "CinderUtilsVolumeTypeCompleteTests-8d9c007f-3649-4702-a310-098bc00564d4-qos"}, "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/eeb8c86a-918a-4db9-b8dc-74d61d0eb8cd", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/qos-specs/eeb8c86a-918a-4db9-b8dc-74d61d0eb8cd", "rel": "bookmark"}]} 2018-09-04 20:55:56,949 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-b6270ffc-6e29-41f4-a27d-87217f1a9f74 2018-09-04 20:55:56,952 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b6270ffc-6e29-41f4-a27d-87217f1a9f74" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e51728e1c612cb8f29b2065955e299a635c6acb" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-8d9c007f-3649-4702-a310-098bc00564d4", "description": null}}' 2018-09-04 20:55:57,169 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:56 GMT Server: Apache x-compute-request-id: req-ceca1bd0-1709-417d-ac61-eb8b8808d107 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ceca1bd0-1709-417d-ac61-eb8b8808d107 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-8d9c007f-3649-4702-a310-098bc00564d4", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "579fde9d-fbf8-451b-b530-ced4663a3930", "description": null}} 2018-09-04 20:55:57,170 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types used request id req-ceca1bd0-1709-417d-ac61-eb8b8808d107 2018-09-04 20:55:57,173 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/579fde9d-fbf8-451b-b530-ced4663a3930/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b6270ffc-6e29-41f4-a27d-87217f1a9f74" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e51728e1c612cb8f29b2065955e299a635c6acb" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-09-04 20:55:57,392 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:57 GMT Server: Apache x-compute-request-id: req-17fc8c54-ad7d-46e3-ba4f-f16d7570f3e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-17fc8c54-ad7d-46e3-ba4f-f16d7570f3e1 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "579fde9d-fbf8-451b-b530-ced4663a3930", "name": "foo", "control_location": "back-end", "encryption_id": "1e838bc7-35cd-4bc6-9c2c-489962e29805", "provider": "bar", "provider_class": "bar"}} 2018-09-04 20:55:57,392 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/579fde9d-fbf8-451b-b530-ced4663a3930/encryption used request id req-17fc8c54-ad7d-46e3-ba4f-f16d7570f3e1 2018-09-04 20:55:57,395 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/579fde9d-fbf8-451b-b530-ced4663a3930 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6270ffc-6e29-41f4-a27d-87217f1a9f74" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e51728e1c612cb8f29b2065955e299a635c6acb" 2018-09-04 20:55:57,573 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:57 GMT Server: Apache x-compute-request-id: req-380dbc78-2572-47a9-a850-919fe85cac40 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-380dbc78-2572-47a9-a850-919fe85cac40 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-8d9c007f-3649-4702-a310-098bc00564d4", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "579fde9d-fbf8-451b-b530-ced4663a3930", "description": null}} 2018-09-04 20:55:57,573 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/579fde9d-fbf8-451b-b530-ced4663a3930 used request id req-380dbc78-2572-47a9-a850-919fe85cac40 2018-09-04 20:55:57,576 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/579fde9d-fbf8-451b-b530-ced4663a3930/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6270ffc-6e29-41f4-a27d-87217f1a9f74" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e51728e1c612cb8f29b2065955e299a635c6acb" 2018-09-04 20:55:57,732 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:57 GMT Server: Apache x-compute-request-id: req-bc86d221-3cbc-4cd9-af65-3408d9a5dad9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bc86d221-3cbc-4cd9-af65-3408d9a5dad9 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "579fde9d-fbf8-451b-b530-ced4663a3930", "control_location": "back-end", "deleted": false, "created_at": "2018-09-04T20:55:57.000000", "updated_at": null, "encryption_id": "1e838bc7-35cd-4bc6-9c2c-489962e29805", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-09-04 20:55:57,732 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/579fde9d-fbf8-451b-b530-ced4663a3930/encryption used request id req-bc86d221-3cbc-4cd9-af65-3408d9a5dad9 2018-09-04 20:55:57,733 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-8d9c007f-3649-4702-a310-098bc00564d4 2018-09-04 20:55:57,735 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/579fde9d-fbf8-451b-b530-ced4663a3930 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6270ffc-6e29-41f4-a27d-87217f1a9f74" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e51728e1c612cb8f29b2065955e299a635c6acb" 2018-09-04 20:55:57,917 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:57 GMT Server: Apache x-compute-request-id: req-e66a1475-3d5f-4e87-aa6a-cf120f5297bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e66a1475-3d5f-4e87-aa6a-cf120f5297bb Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-8d9c007f-3649-4702-a310-098bc00564d4", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "579fde9d-fbf8-451b-b530-ced4663a3930", "description": null}} 2018-09-04 20:55:57,917 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/579fde9d-fbf8-451b-b530-ced4663a3930 used request id req-e66a1475-3d5f-4e87-aa6a-cf120f5297bb 2018-09-04 20:55:57,920 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/579fde9d-fbf8-451b-b530-ced4663a3930/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6270ffc-6e29-41f4-a27d-87217f1a9f74" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e51728e1c612cb8f29b2065955e299a635c6acb" 2018-09-04 20:55:58,138 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e9540cc0-5e52-4dd2-b4e8-ce56262af32a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:58,138 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/579fde9d-fbf8-451b-b530-ced4663a3930/encryption/provider used request id req-e9540cc0-5e52-4dd2-b4e8-ce56262af32a 2018-09-04 20:55:58,138 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-8d9c007f-3649-4702-a310-098bc00564d4 2018-09-04 20:55:58,141 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/579fde9d-fbf8-451b-b530-ced4663a3930 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6270ffc-6e29-41f4-a27d-87217f1a9f74" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e51728e1c612cb8f29b2065955e299a635c6acb" 2018-09-04 20:55:58,218 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ee80b790-9268-4441-90f4-bf478a651db3 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:58,218 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/579fde9d-fbf8-451b-b530-ced4663a3930 used request id req-ee80b790-9268-4441-90f4-bf478a651db3 2018-09-04 20:55:58,219 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-8d9c007f-3649-4702-a310-098bc00564d4-qos 2018-09-04 20:55:58,221 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/eeb8c86a-918a-4db9-b8dc-74d61d0eb8cd?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6270ffc-6e29-41f4-a27d-87217f1a9f74" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e51728e1c612cb8f29b2065955e299a635c6acb" 2018-09-04 20:55:58,403 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b41707fa-a226-48fc-ba72-244973955a32 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:58,404 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/eeb8c86a-918a-4db9-b8dc-74d61d0eb8cd?force=False used request id req-b41707fa-a226-48fc-ba72-244973955a32 2018-09-04 20:55:58,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:55:58,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:55:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["qZlih97DR8ysqE-nXcoRUA"], "issued_at": "2018-09-04T20:55:58.000000Z"}} 2018-09-04 20:55:58,799 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78940c9e28cab2d03ad6b4562426a907ac971531" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-cb3e6fea-9673-4821-a534-bf8499063734-qos"}}' 2018-09-04 20:55:58,998 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:58 GMT Server: Apache x-compute-request-id: req-235b886d-0259-4244-b6cd-72e7526e84c9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-235b886d-0259-4244-b6cd-72e7526e84c9 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "a8db0db9-930d-4d95-8098-e265210e7693", "name": "CinderUtilsVolumeTypeCompleteTests-cb3e6fea-9673-4821-a534-bf8499063734-qos"}, "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/a8db0db9-930d-4d95-8098-e265210e7693", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/qos-specs/a8db0db9-930d-4d95-8098-e265210e7693", "rel": "bookmark"}]} 2018-09-04 20:55:58,998 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-235b886d-0259-4244-b6cd-72e7526e84c9 2018-09-04 20:55:59,001 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-235b886d-0259-4244-b6cd-72e7526e84c9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78940c9e28cab2d03ad6b4562426a907ac971531" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-cb3e6fea-9673-4821-a534-bf8499063734", "description": null}}' 2018-09-04 20:55:59,214 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:59 GMT Server: Apache x-compute-request-id: req-cb8c45e8-feac-4444-a4b9-51c29f494f3e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cb8c45e8-feac-4444-a4b9-51c29f494f3e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-cb3e6fea-9673-4821-a534-bf8499063734", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4e239174-4ce9-49c9-952b-a4e5ef9dd36c", "description": null}} 2018-09-04 20:55:59,214 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types used request id req-cb8c45e8-feac-4444-a4b9-51c29f494f3e 2018-09-04 20:55:59,217 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-235b886d-0259-4244-b6cd-72e7526e84c9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78940c9e28cab2d03ad6b4562426a907ac971531" 2018-09-04 20:55:59,372 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:55:59 GMT Server: Apache x-compute-request-id: req-ca369615-a412-4327-b57f-3d28d7e1f646 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ca369615-a412-4327-b57f-3d28d7e1f646 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "a8db0db9-930d-4d95-8098-e265210e7693", "name": "CinderUtilsVolumeTypeCompleteTests-cb3e6fea-9673-4821-a534-bf8499063734-qos"}]} 2018-09-04 20:55:59,373 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-ca369615-a412-4327-b57f-3d28d7e1f646 2018-09-04 20:55:59,376 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/None/associate?vol_type_id=4e239174-4ce9-49c9-952b-a4e5ef9dd36c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-235b886d-0259-4244-b6cd-72e7526e84c9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78940c9e28cab2d03ad6b4562426a907ac971531" 2018-09-04 20:55:59,552 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:55:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3ef9a8c0-c03e-465b-a006-62011014e5f5 x-openstack-request-id: req-3ef9a8c0-c03e-465b-a006-62011014e5f5 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-09-04 20:55:59,552 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/None/associate?vol_type_id=4e239174-4ce9-49c9-952b-a4e5ef9dd36c used request id req-3ef9a8c0-c03e-465b-a006-62011014e5f5 2018-09-04 20:55:59,553 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-3ef9a8c0-c03e-465b-a006-62011014e5f5) 2018-09-04 20:55:59,553 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-cb3e6fea-9673-4821-a534-bf8499063734 2018-09-04 20:55:59,556 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/4e239174-4ce9-49c9-952b-a4e5ef9dd36c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-235b886d-0259-4244-b6cd-72e7526e84c9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78940c9e28cab2d03ad6b4562426a907ac971531" 2018-09-04 20:55:59,775 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-11d71881-38c9-4d5b-9072-ac635a4c52fe Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:59,775 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/4e239174-4ce9-49c9-952b-a4e5ef9dd36c used request id req-11d71881-38c9-4d5b-9072-ac635a4c52fe 2018-09-04 20:55:59,775 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-cb3e6fea-9673-4821-a534-bf8499063734-qos 2018-09-04 20:55:59,778 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/a8db0db9-930d-4d95-8098-e265210e7693?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-235b886d-0259-4244-b6cd-72e7526e84c9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78940c9e28cab2d03ad6b4562426a907ac971531" 2018-09-04 20:55:59,972 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:55:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9df7cacf-a3c6-4455-b230-887f3df65bfd Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:55:59,973 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/a8db0db9-930d-4d95-8098-e265210e7693?force=False used request id req-9df7cacf-a3c6-4455-b230-887f3df65bfd 2018-09-04 20:55:59,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:00,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:56:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["zRshUH-6SGaYrnVNbGQWhg"], "issued_at": "2018-09-04T20:56:00.000000Z"}} 2018-09-04 20:56:00,369 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d54a89a24442dbd61042b1add87757edfc87415" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-b2343032-a529-474f-a0d7-35f3a326a400-qos"}}' 2018-09-04 20:56:00,565 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:00 GMT Server: Apache x-compute-request-id: req-e94c7869-8243-4069-b69a-60bd505eb6e2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e94c7869-8243-4069-b69a-60bd505eb6e2 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "736be573-b7cf-4ded-a5ca-d4eadcf8850e", "name": "CinderUtilsVolumeTypeCompleteTests-b2343032-a529-474f-a0d7-35f3a326a400-qos"}, "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/736be573-b7cf-4ded-a5ca-d4eadcf8850e", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/qos-specs/736be573-b7cf-4ded-a5ca-d4eadcf8850e", "rel": "bookmark"}]} 2018-09-04 20:56:00,566 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-e94c7869-8243-4069-b69a-60bd505eb6e2 2018-09-04 20:56:00,569 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e94c7869-8243-4069-b69a-60bd505eb6e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d54a89a24442dbd61042b1add87757edfc87415" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-b2343032-a529-474f-a0d7-35f3a326a400", "description": null}}' 2018-09-04 20:56:00,850 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:00 GMT Server: Apache x-compute-request-id: req-fa8eb4f7-490a-40df-8577-a3dbbdd99449 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fa8eb4f7-490a-40df-8577-a3dbbdd99449 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-b2343032-a529-474f-a0d7-35f3a326a400", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d311cc17-e1d1-4c82-8923-586801b588ab", "description": null}} 2018-09-04 20:56:00,850 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types used request id req-fa8eb4f7-490a-40df-8577-a3dbbdd99449 2018-09-04 20:56:00,854 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e94c7869-8243-4069-b69a-60bd505eb6e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d54a89a24442dbd61042b1add87757edfc87415" 2018-09-04 20:56:01,010 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:00 GMT Server: Apache x-compute-request-id: req-5f214ba0-6582-4d0c-87c0-f29c977a422e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5f214ba0-6582-4d0c-87c0-f29c977a422e Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "736be573-b7cf-4ded-a5ca-d4eadcf8850e", "name": "CinderUtilsVolumeTypeCompleteTests-b2343032-a529-474f-a0d7-35f3a326a400-qos"}]} 2018-09-04 20:56:01,010 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-5f214ba0-6582-4d0c-87c0-f29c977a422e 2018-09-04 20:56:01,014 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/736be573-b7cf-4ded-a5ca-d4eadcf8850e/associate?vol_type_id=d311cc17-e1d1-4c82-8923-586801b588ab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e94c7869-8243-4069-b69a-60bd505eb6e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d54a89a24442dbd61042b1add87757edfc87415" 2018-09-04 20:56:01,230 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:56:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3f55a7ce-69f3-4339-b56b-846c17e74f59 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:56:01,230 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/736be573-b7cf-4ded-a5ca-d4eadcf8850e/associate?vol_type_id=d311cc17-e1d1-4c82-8923-586801b588ab used request id req-3f55a7ce-69f3-4339-b56b-846c17e74f59 2018-09-04 20:56:01,231 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-b2343032-a529-474f-a0d7-35f3a326a400 2018-09-04 20:56:01,234 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/d311cc17-e1d1-4c82-8923-586801b588ab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e94c7869-8243-4069-b69a-60bd505eb6e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d54a89a24442dbd61042b1add87757edfc87415" 2018-09-04 20:56:01,439 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:56:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a3b8e587-6fe1-4432-8ccc-e9a1898877d2 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:56:01,439 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/d311cc17-e1d1-4c82-8923-586801b588ab used request id req-a3b8e587-6fe1-4432-8ccc-e9a1898877d2 2018-09-04 20:56:01,440 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-b2343032-a529-474f-a0d7-35f3a326a400-qos 2018-09-04 20:56:01,443 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/736be573-b7cf-4ded-a5ca-d4eadcf8850e?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e94c7869-8243-4069-b69a-60bd505eb6e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d54a89a24442dbd61042b1add87757edfc87415" 2018-09-04 20:56:01,631 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:56:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-af27aaa1-3932-4955-b5e1-09d939cae39a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:56:01,631 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/736be573-b7cf-4ded-a5ca-d4eadcf8850e?force=False used request id req-af27aaa1-3932-4955-b5e1-09d939cae39a 2018-09-04 20:56:01,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:02,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bc2b9005d11430dadf2712b58fb8cb4", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "name": "Member"}], "expires_at": "2018-09-04T21:56:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21a717df1f2c484095e6f33236f533f4", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/21a717df1f2c484095e6f33236f533f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "id": "b4c08d68206048b6aa89e58b574d28cb"}, "audit_ids": ["SL0hY8yDTXWb3f-AR0fM7A"], "issued_at": "2018-09-04T20:56:02.000000Z"}} 2018-09-04 20:56:02,011 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a2552c739928021aa6838259e57cc4d8c19b4b" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-584a867d-f207-49c7-abd6-91db93e93dda-qos"}}' 2018-09-04 20:56:02,206 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:02 GMT Server: Apache x-compute-request-id: req-33814c5c-920e-450d-afee-cd94f7775a3b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33814c5c-920e-450d-afee-cd94f7775a3b Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "03686c85-fa23-4ec5-8de0-f77cc30b0ef5", "name": "CinderUtilsVolumeTypeCompleteTests-584a867d-f207-49c7-abd6-91db93e93dda-qos"}, "links": [{"href": "http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/03686c85-fa23-4ec5-8de0-f77cc30b0ef5", "rel": "self"}, {"href": "http://172.30.9.26:8776/21a717df1f2c484095e6f33236f533f4/qos-specs/03686c85-fa23-4ec5-8de0-f77cc30b0ef5", "rel": "bookmark"}]} 2018-09-04 20:56:02,206 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-33814c5c-920e-450d-afee-cd94f7775a3b 2018-09-04 20:56:02,210 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-33814c5c-920e-450d-afee-cd94f7775a3b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a2552c739928021aa6838259e57cc4d8c19b4b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-584a867d-f207-49c7-abd6-91db93e93dda", "description": null}}' 2018-09-04 20:56:02,404 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:02 GMT Server: Apache x-compute-request-id: req-8ecccec0-9332-41d6-8b86-173760bd5675 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8ecccec0-9332-41d6-8b86-173760bd5675 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-584a867d-f207-49c7-abd6-91db93e93dda", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bb443106-b079-4f8e-8f00-21bc0c3d2775", "description": null}} 2018-09-04 20:56:02,404 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types used request id req-8ecccec0-9332-41d6-8b86-173760bd5675 2018-09-04 20:56:02,407 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/bb443106-b079-4f8e-8f00-21bc0c3d2775/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-33814c5c-920e-450d-afee-cd94f7775a3b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a2552c739928021aa6838259e57cc4d8c19b4b" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-09-04 20:56:02,595 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:02 GMT Server: Apache x-compute-request-id: req-4eba95f9-fff6-4b56-889f-7a14ebde4da3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4eba95f9-fff6-4b56-889f-7a14ebde4da3 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "bb443106-b079-4f8e-8f00-21bc0c3d2775", "name": "foo", "control_location": "back-end", "encryption_id": "2c854c2f-c550-48ef-859b-4a2cce534d9d", "provider": "bar", "provider_class": "bar"}} 2018-09-04 20:56:02,596 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/bb443106-b079-4f8e-8f00-21bc0c3d2775/encryption used request id req-4eba95f9-fff6-4b56-889f-7a14ebde4da3 2018-09-04 20:56:02,599 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33814c5c-920e-450d-afee-cd94f7775a3b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a2552c739928021aa6838259e57cc4d8c19b4b" 2018-09-04 20:56:02,857 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:02 GMT Server: Apache x-compute-request-id: req-15c3aaaf-0c87-4444-998e-87c8624dd6f0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-15c3aaaf-0c87-4444-998e-87c8624dd6f0 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "03686c85-fa23-4ec5-8de0-f77cc30b0ef5", "name": "CinderUtilsVolumeTypeCompleteTests-584a867d-f207-49c7-abd6-91db93e93dda-qos"}]} 2018-09-04 20:56:02,858 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs used request id req-15c3aaaf-0c87-4444-998e-87c8624dd6f0 2018-09-04 20:56:02,861 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/03686c85-fa23-4ec5-8de0-f77cc30b0ef5/associate?vol_type_id=bb443106-b079-4f8e-8f00-21bc0c3d2775 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33814c5c-920e-450d-afee-cd94f7775a3b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a2552c739928021aa6838259e57cc4d8c19b4b" 2018-09-04 20:56:03,068 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:56:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eefdd474-ef75-4f0a-a041-469a0cc18f37 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:56:03,068 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/03686c85-fa23-4ec5-8de0-f77cc30b0ef5/associate?vol_type_id=bb443106-b079-4f8e-8f00-21bc0c3d2775 used request id req-eefdd474-ef75-4f0a-a041-469a0cc18f37 2018-09-04 20:56:03,071 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/bb443106-b079-4f8e-8f00-21bc0c3d2775 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33814c5c-920e-450d-afee-cd94f7775a3b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a2552c739928021aa6838259e57cc4d8c19b4b" 2018-09-04 20:56:03,230 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:03 GMT Server: Apache x-compute-request-id: req-73feaa9b-8e2d-4b63-8c6d-d1737256dc23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-73feaa9b-8e2d-4b63-8c6d-d1737256dc23 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-584a867d-f207-49c7-abd6-91db93e93dda", "qos_specs_id": "03686c85-fa23-4ec5-8de0-f77cc30b0ef5", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bb443106-b079-4f8e-8f00-21bc0c3d2775", "description": null}} 2018-09-04 20:56:03,230 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/bb443106-b079-4f8e-8f00-21bc0c3d2775 used request id req-73feaa9b-8e2d-4b63-8c6d-d1737256dc23 2018-09-04 20:56:03,233 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/bb443106-b079-4f8e-8f00-21bc0c3d2775/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33814c5c-920e-450d-afee-cd94f7775a3b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a2552c739928021aa6838259e57cc4d8c19b4b" 2018-09-04 20:56:03,403 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:03 GMT Server: Apache x-compute-request-id: req-77aeda64-bb27-471c-bf41-405732bdc9d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77aeda64-bb27-471c-bf41-405732bdc9d7 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "bb443106-b079-4f8e-8f00-21bc0c3d2775", "control_location": "back-end", "deleted": false, "created_at": "2018-09-04T20:56:02.000000", "updated_at": null, "encryption_id": "2c854c2f-c550-48ef-859b-4a2cce534d9d", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-09-04 20:56:03,403 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/bb443106-b079-4f8e-8f00-21bc0c3d2775/encryption used request id req-77aeda64-bb27-471c-bf41-405732bdc9d7 2018-09-04 20:56:03,404 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-584a867d-f207-49c7-abd6-91db93e93dda 2018-09-04 20:56:03,407 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/bb443106-b079-4f8e-8f00-21bc0c3d2775 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33814c5c-920e-450d-afee-cd94f7775a3b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a2552c739928021aa6838259e57cc4d8c19b4b" 2018-09-04 20:56:03,591 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:03 GMT Server: Apache x-compute-request-id: req-cd6ccb2b-97c7-4dde-aea6-25367faf2411 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd6ccb2b-97c7-4dde-aea6-25367faf2411 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-584a867d-f207-49c7-abd6-91db93e93dda", "qos_specs_id": "03686c85-fa23-4ec5-8de0-f77cc30b0ef5", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bb443106-b079-4f8e-8f00-21bc0c3d2775", "description": null}} 2018-09-04 20:56:03,591 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/bb443106-b079-4f8e-8f00-21bc0c3d2775 used request id req-cd6ccb2b-97c7-4dde-aea6-25367faf2411 2018-09-04 20:56:03,594 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/bb443106-b079-4f8e-8f00-21bc0c3d2775/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33814c5c-920e-450d-afee-cd94f7775a3b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a2552c739928021aa6838259e57cc4d8c19b4b" 2018-09-04 20:56:03,791 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:56:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-65ef55f1-c7d6-458f-b35b-07c93f22a89a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:56:03,791 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/bb443106-b079-4f8e-8f00-21bc0c3d2775/encryption/provider used request id req-65ef55f1-c7d6-458f-b35b-07c93f22a89a 2018-09-04 20:56:03,791 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-584a867d-f207-49c7-abd6-91db93e93dda 2018-09-04 20:56:03,794 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/bb443106-b079-4f8e-8f00-21bc0c3d2775 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33814c5c-920e-450d-afee-cd94f7775a3b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a2552c739928021aa6838259e57cc4d8c19b4b" 2018-09-04 20:56:03,859 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:56:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-384d56c6-a7dd-4145-9d39-7ba027556246 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:56:03,860 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/types/bb443106-b079-4f8e-8f00-21bc0c3d2775 used request id req-384d56c6-a7dd-4145-9d39-7ba027556246 2018-09-04 20:56:03,860 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-584a867d-f207-49c7-abd6-91db93e93dda-qos 2018-09-04 20:56:03,863 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/03686c85-fa23-4ec5-8de0-f77cc30b0ef5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-33814c5c-920e-450d-afee-cd94f7775a3b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a2552c739928021aa6838259e57cc4d8c19b4b" 2018-09-04 20:56:03,918 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:56:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d12c2d3f-2617-4da8-b85b-6c34938d50c7 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:56:03,918 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/21a717df1f2c484095e6f33236f533f4/qos-specs/03686c85-fa23-4ec5-8de0-f77cc30b0ef5?force=False used request id req-d12c2d3f-2617-4da8-b85b-6c34938d50c7 2018-09-04 20:56:03,919 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 789.580s OK 2018-09-04 20:56:04,040 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 20:56:04,041 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-04 20:56:04,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:04,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:56:04,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abf41e9e-f678-4b1c-ae82-f6224b4d75b6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bc2b9005d11430dadf2712b58fb8cb4", "links": {"self": "http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:56:04,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-abf41e9e-f678-4b1c-ae82-f6224b4d75b6 2018-09-04 20:56:04,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816311836243s 2018-09-04 20:56:04,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 20:56:04,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:56:04,260 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-669f060f-6d24-4dda-87c5-bb3f224edc39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:04,260 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/4bc2b9005d11430dadf2712b58fb8cb4 used request id req-669f060f-6d24-4dda-87c5-bb3f224edc39 2018-09-04 20:56:04,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.130092859268s 2018-09-04 20:56:04,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:56:04,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:56:04,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad2ad3a8-5788-44e7-ac5c-fc8f037b1fc6 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd", "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "domain_id": "default", "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:56:04,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ad2ad3a8-5788-44e7-ac5c-fc8f037b1fc6 2018-09-04 20:56:04,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0906028747559s 2018-09-04 20:56:04,352 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ad2ad3a8-5788-44e7-ac5c-fc8f037b1fc6 2018-09-04 20:56:04,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:56:04,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:56:04,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36a82a2e-7ef1-4d2c-bdc0-a502b6a88220 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb"}, "enabled": true, "id": "b4c08d68206048b6aa89e58b574d28cb", "options": {}, "domain_id": "default", "name": "api_check-user_1a837a41-057f-43aa-a79d-cbac072c40cd"}} 2018-09-04 20:56:04,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb used request id req-36a82a2e-7ef1-4d2c-bdc0-a502b6a88220 2018-09-04 20:56:04,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0946898460388s 2018-09-04 20:56:04,453 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb used request id req-36a82a2e-7ef1-4d2c-bdc0-a502b6a88220 2018-09-04 20:56:04,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 20:56:04,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:56:04,654 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a35e4b1-a6c2-40f6-b3d9-4d99f09c8641 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:04,654 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb used request id req-9a35e4b1-a6c2-40f6-b3d9-4d99f09c8641 2018-09-04 20:56:04,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.199938058853s 2018-09-04 20:56:04,654 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b4c08d68206048b6aa89e58b574d28cb used request id req-9a35e4b1-a6c2-40f6-b3d9-4d99f09c8641 2018-09-04 20:56:04,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:56:04,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:56:04,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bda0d23-8716-4b92-a431-8da5521dea42 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4"}, "enabled": true, "id": "21a717df1f2c484095e6f33236f533f4", "parent_id": "default", "domain_id": "default", "name": "api_check-project_1a837a41-057f-43aa-a79d-cbac072c40cd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:56:04,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-4bda0d23-8716-4b92-a431-8da5521dea42 2018-09-04 20:56:04,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0763258934021s 2018-09-04 20:56:04,732 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-4bda0d23-8716-4b92-a431-8da5521dea42 2018-09-04 20:56:04,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 20:56:04,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:56:04,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49d8ef26-fd66-4d3e-b51f-e88069ef6d6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:04,903 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-49d8ef26-fd66-4d3e-b51f-e88069ef6d6a 2018-09-04 20:56:04,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.169442892075s 2018-09-04 20:56:04,904 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-49d8ef26-fd66-4d3e-b51f-e88069ef6d6a 2018-09-04 20:56:04,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:04,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:56:04,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af85af5b-45c9-410d-b77e-f609a89f48e7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1f2b8222c45ae9e6b6c28f87e4d1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b"}, "name": "Member"}]} 2018-09-04 20:56:04,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-af85af5b-45c9-410d-b77e-f609a89f48e7 2018-09-04 20:56:04,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0843691825867s 2018-09-04 20:56:04,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 20:56:04,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1214064453c10a3a459800e24a4930c5e6f60a" 2018-09-04 20:56:05,091 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-751cc384-6d3a-4121-b95c-f915fab6db47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:05,092 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/f5c1f2b8222c45ae9e6b6c28f87e4d1b used request id req-751cc384-6d3a-4121-b95c-f915fab6db47 2018-09-04 20:56:05,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.101687908173s 2018-09-04 20:56:05,113 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-09-04 20:56:05,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 20:56:05,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 20:56:05,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 20:56:05,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 20:56:05,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 20:56:05,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 20:56:05,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 20:56:05,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 20:56:05,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 20:56:05,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 20:56:05,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 20:56:05,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 20:56:05,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 20:56:05,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 20:56:05,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 20:56:05,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 20:56:05,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 20:56:05,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 20:56:05,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 20:56:05,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 20:56:05,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 20:56:05,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 20:56:05,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 20:56:05,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:56:05,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-369bb5c6-2990-4484-8a1e-b808c372c533 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:56:05,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-369bb5c6-2990-4484-8a1e-b808c372c533 2018-09-04 20:56:05,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:05,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T21:56:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["tMrt86PxQ4m5D9a-pyrgLg"], "issued_at": "2018-09-04T20:56:05.000000Z"}} 2018-09-04 20:56:05,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:05,541 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:56:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:56:05,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:05,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06cc5c89-c110-4352-8043-6994a8f7ac8b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 20:56:05,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-06cc5c89-c110-4352-8043-6994a8f7ac8b 2018-09-04 20:56:05,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.492431879044s 2018-09-04 20:56:05,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 20:56:05,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}}' 2018-09-04 20:56:05,792 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:56:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e62a6a2b-18ab-4cb0-a257-dc4945cf3485 Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf"}, "enabled": true, "id": "9d476e7d48ef4d4c8e14477649852ecf", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}} 2018-09-04 20:56:05,792 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-e62a6a2b-18ab-4cb0-a257-dc4945cf3485 2018-09-04 20:56:05,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.161371946335s 2018-09-04 20:56:05,793 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-e62a6a2b-18ab-4cb0-a257-dc4945cf3485 2018-09-04 20:56:05,793 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6', 'id': u'9d476e7d48ef4d4c8e14477649852ecf', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 20:56:05,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 20:56:06,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351550102234s 2018-09-04 20:56:06,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:06,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ed7f2ae-fd4a-48f0-8c21-c916618ffe46 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7"}, "enabled": true, "id": "ef121b96255848ff83516c2991aa72a7", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}} 2018-09-04 20:56:06,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7 used request id req-1ed7f2ae-fd4a-48f0-8c21-c916618ffe46 2018-09-04 20:56:06,239 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ef121b96255848ff83516c2991aa72a7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6'}) 2018-09-04 20:56:06,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:06,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:06,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5564dd4a-c7f3-4987-b4d9-fce399647b3d Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:06,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5564dd4a-c7f3-4987-b4d9-fce399647b3d 2018-09-04 20:56:06,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0829470157623s 2018-09-04 20:56:06,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:06,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:06,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34fb557e-9b25-414e-94fa-182e4c9a10d0 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:06,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-34fb557e-9b25-414e-94fa-182e4c9a10d0 2018-09-04 20:56:06,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0676290988922s 2018-09-04 20:56:06,392 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 20:56:06,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 20:56:06,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" -d '{"role": {"name": "Member"}}' 2018-09-04 20:56:06,493 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:56:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33b38f8b-d94a-4dfe-9479-8c0cc169fb3e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7b4e893c7c3945bbb23417f0020b4b1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b"}, "name": "Member"}} 2018-09-04 20:56:06,493 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-33b38f8b-d94a-4dfe-9479-8c0cc169fb3e 2018-09-04 20:56:06,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100167989731s 2018-09-04 20:56:06,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:06,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69f9e777-a5c1-45a6-9e7e-cf0d63d955e4 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b"}, "domain_id": null, "name": "Member", "id": "7b4e893c7c3945bbb23417f0020b4b1b"}} 2018-09-04 20:56:06,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b used request id req-69f9e777-a5c1-45a6-9e7e-cf0d63d955e4 2018-09-04 20:56:06,575 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b'}, 'domain_id': None, 'human_id': None, 'id': u'7b4e893c7c3945bbb23417f0020b4b1b', 'HUMAN_ID': False}) 2018-09-04 20:56:06,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:06,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:06,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e44fd4-85c9-4daf-910f-dc9eea764aad Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "7b4e893c7c3945bbb23417f0020b4b1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b"}, "name": "Member"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:06,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b6e44fd4-85c9-4daf-910f-dc9eea764aad 2018-09-04 20:56:06,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075756072998s 2018-09-04 20:56:06,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:56:06,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:06,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-365f2be9-3543-4d05-a294-149817e67c49 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:56:06,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-365f2be9-3543-4d05-a294-149817e67c49 2018-09-04 20:56:06,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0787670612335s 2018-09-04 20:56:06,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:56:06,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:06,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efa6b147-9f43-4bf3-b585-e3c284e3aacd Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6", "links": {"self": "http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7"}, "domain_id": "default", "enabled": true, "id": "ef121b96255848ff83516c2991aa72a7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:56:06,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-efa6b147-9f43-4bf3-b585-e3c284e3aacd 2018-09-04 20:56:06,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0999448299408s 2018-09-04 20:56:06,833 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-efa6b147-9f43-4bf3-b585-e3c284e3aacd 2018-09-04 20:56:06,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:56:06,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:06,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d3a73a6-6b35-41d2-af12-dda62f550226 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf"}, "enabled": true, "id": "9d476e7d48ef4d4c8e14477649852ecf", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}]} 2018-09-04 20:56:06,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-5d3a73a6-6b35-41d2-af12-dda62f550226 2018-09-04 20:56:06,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0764830112457s 2018-09-04 20:56:06,916 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-5d3a73a6-6b35-41d2-af12-dda62f550226 2018-09-04 20:56:06,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:56:06,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=ef121b96255848ff83516c2991aa72a7&scope.project.id=9d476e7d48ef4d4c8e14477649852ecf&role.id=7b4e893c7c3945bbb23417f0020b4b1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:07,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-465f3b62-96e6-495f-aa27-cfc353e8b720 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=ef121b96255848ff83516c2991aa72a7&scope.project.id=9d476e7d48ef4d4c8e14477649852ecf&role.id=7b4e893c7c3945bbb23417f0020b4b1b", "previous": null, "next": null}} 2018-09-04 20:56:07,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=ef121b96255848ff83516c2991aa72a7&scope.project.id=9d476e7d48ef4d4c8e14477649852ecf&role.id=7b4e893c7c3945bbb23417f0020b4b1b used request id req-465f3b62-96e6-495f-aa27-cfc353e8b720 2018-09-04 20:56:07,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0895149707794s 2018-09-04 20:56:07,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:56:07,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf/users/ef121b96255848ff83516c2991aa72a7/roles/7b4e893c7c3945bbb23417f0020b4b1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:07,130 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f74884ab-0860-4646-95a4-1791d7df21d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:07,131 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf/users/ef121b96255848ff83516c2991aa72a7/roles/7b4e893c7c3945bbb23417f0020b4b1b used request id req-f74884ab-0860-4646-95a4-1791d7df21d4 2018-09-04 20:56:07,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122159957886s 2018-09-04 20:56:07,132 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'f464b7af-6e4d-4fb4-a986-2f275031ad45', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6', 'project_id': u'9d476e7d48ef4d4c8e14477649852ecf', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 20:56:07,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 20:56:07,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 20:56:07,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 20:56:07,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 20:56:07,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 20:56:07,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 20:56:07,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 20:56:07,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 20:56:07,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 20:56:07,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 20:56:07,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 20:56:07,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 20:56:07,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 20:56:07,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 20:56:07,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 20:56:07,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 20:56:07,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 20:56:07,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 20:56:07,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 20:56:07,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 20:56:07,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 20:56:07,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 20:56:07,137 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6', 'password': 'f464b7af-6e4d-4fb4-a986-2f275031ad45', 'project_name': 'snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '9d476e7d48ef4d4c8e14477649852ecf', 'project_domain_name': 'Default'} 2018-09-04 20:56:07,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:07,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:07,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0106ce2b-4464-41b0-9c04-7854342cffe1 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "7b4e893c7c3945bbb23417f0020b4b1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b"}, "name": "Member"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:07,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0106ce2b-4464-41b0-9c04-7854342cffe1 2018-09-04 20:56:07,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776998996735s 2018-09-04 20:56:07,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:07,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:07,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1efd1700-6164-41da-a9a4-96ccb2720d71 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "7b4e893c7c3945bbb23417f0020b4b1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b"}, "name": "Member"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:07,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1efd1700-6164-41da-a9a4-96ccb2720d71 2018-09-04 20:56:07,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0784339904785s 2018-09-04 20:56:07,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:56:07,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:07,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73f74a58-9a35-4d07-b078-569a066b6221 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:56:07,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-73f74a58-9a35-4d07-b078-569a066b6221 2018-09-04 20:56:07,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0831990242004s 2018-09-04 20:56:07,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:56:07,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:07,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c7d0d2f-678d-49e7-bd3c-348ff81cb254 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6", "links": {"self": "http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7"}, "domain_id": "default", "enabled": true, "id": "ef121b96255848ff83516c2991aa72a7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:56:07,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9c7d0d2f-678d-49e7-bd3c-348ff81cb254 2018-09-04 20:56:07,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0944318771362s 2018-09-04 20:56:07,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9c7d0d2f-678d-49e7-bd3c-348ff81cb254 2018-09-04 20:56:07,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:56:07,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:07,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2a7a5fe-72a4-4208-b27e-5622fb2fe3e2 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf"}, "enabled": true, "id": "9d476e7d48ef4d4c8e14477649852ecf", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}]} 2018-09-04 20:56:07,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-b2a7a5fe-72a4-4208-b27e-5622fb2fe3e2 2018-09-04 20:56:07,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0790240764618s 2018-09-04 20:56:07,561 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-b2a7a5fe-72a4-4208-b27e-5622fb2fe3e2 2018-09-04 20:56:07,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:56:07,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=ef121b96255848ff83516c2991aa72a7&scope.project.id=9d476e7d48ef4d4c8e14477649852ecf&role.id=5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:07,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4424b515-78ec-4609-94f4-7fe23c1e4391 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=ef121b96255848ff83516c2991aa72a7&scope.project.id=9d476e7d48ef4d4c8e14477649852ecf&role.id=5cd9afdff9a14c7bbd8b1621921cc3df", "previous": null, "next": null}} 2018-09-04 20:56:07,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=ef121b96255848ff83516c2991aa72a7&scope.project.id=9d476e7d48ef4d4c8e14477649852ecf&role.id=5cd9afdff9a14c7bbd8b1621921cc3df used request id req-4424b515-78ec-4609-94f4-7fe23c1e4391 2018-09-04 20:56:07,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0845549106598s 2018-09-04 20:56:07,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:56:07,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf/users/ef121b96255848ff83516c2991aa72a7/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:07,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86ba125e-9543-41fe-8e1c-25a5631d3e73 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:07,771 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf/users/ef121b96255848ff83516c2991aa72a7/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-86ba125e-9543-41fe-8e1c-25a5631d3e73 2018-09-04 20:56:07,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12330198288s 2018-09-04 20:56:07,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:07,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:07,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9148210-3d2f-42b3-b9d9-7ca5fd347c30 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "7b4e893c7c3945bbb23417f0020b4b1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b"}, "name": "Member"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:07,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b9148210-3d2f-42b3-b9d9-7ca5fd347c30 2018-09-04 20:56:07,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0801470279694s 2018-09-04 20:56:07,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 20:56:07,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-04 20:56:07,954 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:56:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b5e0f9b-9232-49b5-8c43-d2adbd56d508 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d98dabe73fe54a91b6cdc667bf12e15a", "links": {"self": "http://172.30.9.26:5000/v3/roles/d98dabe73fe54a91b6cdc667bf12e15a"}, "name": "heat_stack_owner"}} 2018-09-04 20:56:07,955 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-3b5e0f9b-9232-49b5-8c43-d2adbd56d508 2018-09-04 20:56:07,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.101449966431s 2018-09-04 20:56:07,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/d98dabe73fe54a91b6cdc667bf12e15a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:08,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e596de25-8af9-4ec3-a0d7-a7aa987b4caf Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/d98dabe73fe54a91b6cdc667bf12e15a"}, "domain_id": null, "name": "heat_stack_owner", "id": "d98dabe73fe54a91b6cdc667bf12e15a"}} 2018-09-04 20:56:08,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/d98dabe73fe54a91b6cdc667bf12e15a used request id req-e596de25-8af9-4ec3-a0d7-a7aa987b4caf 2018-09-04 20:56:08,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:08,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:08,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d693c04b-8e96-475d-a6bc-5126537af63f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "7b4e893c7c3945bbb23417f0020b4b1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b"}, "name": "Member"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d98dabe73fe54a91b6cdc667bf12e15a", "links": {"self": "http://172.30.9.26:5000/v3/roles/d98dabe73fe54a91b6cdc667bf12e15a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:08,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d693c04b-8e96-475d-a6bc-5126537af63f 2018-09-04 20:56:08,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0771639347076s 2018-09-04 20:56:08,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:56:08,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:08,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83574d97-1062-4710-9bf6-608203d27129 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:56:08,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-83574d97-1062-4710-9bf6-608203d27129 2018-09-04 20:56:08,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0779159069061s 2018-09-04 20:56:08,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:56:08,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:08,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d1eaa09-9ced-4850-844c-3c51266c3fd8 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6", "links": {"self": "http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7"}, "domain_id": "default", "enabled": true, "id": "ef121b96255848ff83516c2991aa72a7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:56:08,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9d1eaa09-9ced-4850-844c-3c51266c3fd8 2018-09-04 20:56:08,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0892889499664s 2018-09-04 20:56:08,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9d1eaa09-9ced-4850-844c-3c51266c3fd8 2018-09-04 20:56:08,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:56:08,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:08,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7537ed5-2705-4b85-ae30-7cac8eab4926 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf"}, "enabled": true, "id": "9d476e7d48ef4d4c8e14477649852ecf", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}]} 2018-09-04 20:56:08,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-b7537ed5-2705-4b85-ae30-7cac8eab4926 2018-09-04 20:56:08,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0841660499573s 2018-09-04 20:56:08,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-b7537ed5-2705-4b85-ae30-7cac8eab4926 2018-09-04 20:56:08,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:56:08,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=ef121b96255848ff83516c2991aa72a7&scope.project.id=9d476e7d48ef4d4c8e14477649852ecf&role.id=d98dabe73fe54a91b6cdc667bf12e15a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:08,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d060265b-f637-4264-a03f-ad1e58de7dcb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=ef121b96255848ff83516c2991aa72a7&scope.project.id=9d476e7d48ef4d4c8e14477649852ecf&role.id=d98dabe73fe54a91b6cdc667bf12e15a", "previous": null, "next": null}} 2018-09-04 20:56:08,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=ef121b96255848ff83516c2991aa72a7&scope.project.id=9d476e7d48ef4d4c8e14477649852ecf&role.id=d98dabe73fe54a91b6cdc667bf12e15a used request id req-d060265b-f637-4264-a03f-ad1e58de7dcb 2018-09-04 20:56:08,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0827460289001s 2018-09-04 20:56:08,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:56:08,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf/users/ef121b96255848ff83516c2991aa72a7/roles/d98dabe73fe54a91b6cdc667bf12e15a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:08,586 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f05e2353-0758-471b-abc6-867511196db4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:08,586 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf/users/ef121b96255848ff83516c2991aa72a7/roles/d98dabe73fe54a91b6cdc667bf12e15a used request id req-f05e2353-0758-471b-abc6-867511196db4 2018-09-04 20:56:08,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.13563990593s 2018-09-04 20:56:08,587 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-04 20:56:08,587 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-04 20:56:08,587 - openstack_tests - INFO - OS Credentials = > 2018-09-04 20:56:08,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:56:08,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:08,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d98dabe73fe54a91b6cdc667bf12e15a", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "7b4e893c7c3945bbb23417f0020b4b1b", "name": "Member"}], "expires_at": "2018-09-04T21:56:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d476e7d48ef4d4c8e14477649852ecf", "name": "snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6", "id": "ef121b96255848ff83516c2991aa72a7"}, "audit_ids": ["z6VmsD5bRiCLCcVoG9KvSg"], "issued_at": "2018-09-04T20:56:08.000000Z"}} 2018-09-04 20:56:08,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab44612ed8ec2d93b1b53351ea7342afb503a5b" 2018-09-04 20:56:09,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-aa8108d5-2cde-445b-8577-4846ad13511a Date: Tue, 04 Sep 2018 20:56:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:56:09,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-aa8108d5-2cde-445b-8577-4846ad13511a 2018-09-04 20:56:09,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab44612ed8ec2d93b1b53351ea7342afb503a5b" 2018-09-04 20:56:09,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3d73e048-1810-4a2f-8766-94f5d1c1f913 Date: Tue, 04 Sep 2018 20:56:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 20:56:09,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-3d73e048-1810-4a2f-8766-94f5d1c1f913 2018-09-04 20:56:09,580 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-04 20:56:09,580 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-09-04 20:56:09,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:56:09,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:09,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d98dabe73fe54a91b6cdc667bf12e15a", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "7b4e893c7c3945bbb23417f0020b4b1b", "name": "Member"}], "expires_at": "2018-09-04T21:56:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d476e7d48ef4d4c8e14477649852ecf", "name": "snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6", "id": "ef121b96255848ff83516c2991aa72a7"}, "audit_ids": ["Mpa3QhcvQC2m3EBlwtFCiA"], "issued_at": "2018-09-04T20:56:09.000000Z"}} 2018-09-04 20:56:09,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6b0c08d2c7b7ab94932234934397d9ad0cc72c2" 2018-09-04 20:56:10,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-322cf617-07ee-43b7-b29e-1a6f1b96e811 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:56:10,047 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-322cf617-07ee-43b7-b29e-1a6f1b96e811 2018-09-04 20:56:10,048 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:56:10,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:10,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d98dabe73fe54a91b6cdc667bf12e15a", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "7b4e893c7c3945bbb23417f0020b4b1b", "name": "Member"}], "expires_at": "2018-09-04T21:56:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d476e7d48ef4d4c8e14477649852ecf", "name": "snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6", "id": "ef121b96255848ff83516c2991aa72a7"}, "audit_ids": ["bwk95-QoT265baXN52fU3A"], "issued_at": "2018-09-04T20:56:10.000000Z"}} 2018-09-04 20:56:10,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:10,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd0ba406-71c4-4c9e-b789-6af342941390 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:56:10,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fd0ba406-71c4-4c9e-b789-6af342941390 2018-09-04 20:56:10,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:56:10,528 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:56:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:56:10,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-5af04198-794b-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:10,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b989fa-bb12-444c-9b08-de3ae9993208 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-5af04198-794b-4e0-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 20:56:10,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-5af04198-794b-4e0-proj used request id req-c0b989fa-bb12-444c-9b08-de3ae9993208 2018-09-04 20:56:10,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:10,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7864390-cc1e-4713-9c35-009bf3ea9be2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:56:10,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c7864390-cc1e-4713-9c35-009bf3ea9be2 2018-09-04 20:56:10,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}}' 2018-09-04 20:56:10,822 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:56:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b90c3caf-3944-4558-8428-8baaa454385f Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16"}, "enabled": true, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}} 2018-09-04 20:56:10,822 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-b90c3caf-3944-4558-8428-8baaa454385f 2018-09-04 20:56:10,823 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-5af04198-794b-4e0-proj 2018-09-04 20:56:10,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:56:10,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:11,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d98dabe73fe54a91b6cdc667bf12e15a", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "7b4e893c7c3945bbb23417f0020b4b1b", "name": "Member"}], "expires_at": "2018-09-04T21:56:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d476e7d48ef4d4c8e14477649852ecf", "name": "snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6", "id": "ef121b96255848ff83516c2991aa72a7"}, "audit_ids": ["c0youxcIRV6b-1LxWCtHLw"], "issued_at": "2018-09-04T20:56:11.000000Z"}} 2018-09-04 20:56:11,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c6845667adc44a0e4ed8600ac8eafd6dc5fe5e" 2018-09-04 20:56:11,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f65a029d-698e-496b-a18b-f706514256ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:56:11,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f65a029d-698e-496b-a18b-f706514256ec 2018-09-04 20:56:11,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:56:11,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:56:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:56:11,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c6845667adc44a0e4ed8600ac8eafd6dc5fe5e" 2018-09-04 20:56:11,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d82937c-d64d-4e15-be98-18e3a3447dad Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6", "links": {"self": "http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7"}, "domain_id": "default", "enabled": true, "id": "ef121b96255848ff83516c2991aa72a7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:56:11,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8d82937c-d64d-4e15-be98-18e3a3447dad 2018-09-04 20:56:11,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=SimpleHealthCheck-5af04198-794b-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c6845667adc44a0e4ed8600ac8eafd6dc5fe5e" 2018-09-04 20:56:11,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56026150-733b-43fd-9b1f-c32ae6802a40 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=SimpleHealthCheck-5af04198-794b-4e0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16"}, "enabled": true, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}]} 2018-09-04 20:56:11,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=SimpleHealthCheck-5af04198-794b-4e0-proj used request id req-56026150-733b-43fd-9b1f-c32ae6802a40 2018-09-04 20:56:11,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c6845667adc44a0e4ed8600ac8eafd6dc5fe5e" 2018-09-04 20:56:11,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-486211b4-b382-413f-a9dc-f2aa44487303 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 20:56:11,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-486211b4-b382-413f-a9dc-f2aa44487303 2018-09-04 20:56:11,979 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-5af04198-794b-4e0-user 2018-09-04 20:56:11,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:56:11,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:12,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afb77b26-8e03-408e-8288-a852383eb8ba Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "7b4e893c7c3945bbb23417f0020b4b1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b"}, "name": "Member"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d98dabe73fe54a91b6cdc667bf12e15a", "links": {"self": "http://172.30.9.26:5000/v3/roles/d98dabe73fe54a91b6cdc667bf12e15a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:12,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-afb77b26-8e03-408e-8288-a852383eb8ba 2018-09-04 20:56:12,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" -d '{"role": {"name": "SimpleHealthCheck-5af04198-794b-4e0-proj-role"}}' 2018-09-04 20:56:12,110 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:56:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1797cd44-5b6c-4c7f-b2e5-802048e504b2 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "44ab66fa22e34da1a31c999faa025c00", "links": {"self": "http://172.30.9.26:5000/v3/roles/44ab66fa22e34da1a31c999faa025c00"}, "name": "SimpleHealthCheck-5af04198-794b-4e0-proj-role"}} 2018-09-04 20:56:12,110 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-1797cd44-5b6c-4c7f-b2e5-802048e504b2 2018-09-04 20:56:12,110 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-5af04198-794b-4e0-proj-role 2018-09-04 20:56:12,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/44ab66fa22e34da1a31c999faa025c00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:12,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e110083a-5ecb-4cee-8df9-ca0eca9b49c4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/44ab66fa22e34da1a31c999faa025c00"}, "domain_id": null, "name": "SimpleHealthCheck-5af04198-794b-4e0-proj-role", "id": "44ab66fa22e34da1a31c999faa025c00"}} 2018-09-04 20:56:12,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/44ab66fa22e34da1a31c999faa025c00 used request id req-e110083a-5ecb-4cee-8df9-ca0eca9b49c4 2018-09-04 20:56:12,131 - keystone_utils - INFO - Granting role SimpleHealthCheck-5af04198-794b-4e0-proj-role to project SimpleHealthCheck-5af04198-794b-4e0-proj 2018-09-04 20:56:12,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16/users/6232e7c660b44adca61f08cea39d439d/roles/44ab66fa22e34da1a31c999faa025c00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:12,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f61fe890-c2d3-47ff-bac9-5c3f08c7cd40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:12,274 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16/users/6232e7c660b44adca61f08cea39d439d/roles/44ab66fa22e34da1a31c999faa025c00 used request id req-f61fe890-c2d3-47ff-bac9-5c3f08c7cd40 2018-09-04 20:56:12,275 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:56:12,276 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 20:56:12,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:56:12,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:12,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "44ab66fa22e34da1a31c999faa025c00", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj-role"}], "expires_at": "2018-09-04T21:56:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5af04198-794b-4e0-user", "id": "6232e7c660b44adca61f08cea39d439d"}, "audit_ids": ["3qPRvnIVSDiiwDkZwe7yBg"], "issued_at": "2018-09-04T20:56:12.000000Z"}} 2018-09-04 20:56:12,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1f4d0341b3151384eae0e3133941e455c652ae" 2018-09-04 20:56:12,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3648d16-2d57-4e4a-9495-8d4427127bf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:56:12,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a3648d16-2d57-4e4a-9495-8d4427127bf8 2018-09-04 20:56:12,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e1f4d0341b3151384eae0e3133941e455c652ae" 2018-09-04 20:56:12,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-927500c0-adaf-4942-868c-dd341010be32 Date: Tue, 04 Sep 2018 20:56:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image"} 2018-09-04 20:56:12,911 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image used request id req-927500c0-adaf-4942-868c-dd341010be32 2018-09-04 20:56:12,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e1f4d0341b3151384eae0e3133941e455c652ae" 2018-09-04 20:56:13,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-01b270c0-1e8e-4b47-a6fc-900e95fb5fe8 Date: Tue, 04 Sep 2018 20:56:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:56:13,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-01b270c0-1e8e-4b47-a6fc-900e95fb5fe8 2018-09-04 20:56:13,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7e1f4d0341b3151384eae0e3133941e455c652ae" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image"}' 2018-09-04 20:56:13,371 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087 X-Openstack-Request-Id: req-90009551-c752-4816-9b67-4fdc48052f28 Date: Tue, 04 Sep 2018 20:56:13 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:56:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T20:56:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087", "min_disk": 0, "protected": false, "id": "0069b207-03f9-4564-b1db-96b18d3cc087", "file": "/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087/file", "checksum": null, "owner": "93bd6f6d74324e8e8961dc7b313cbd16", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:56:13,371 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-90009551-c752-4816-9b67-4fdc48052f28 2018-09-04 20:56:13,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e1f4d0341b3151384eae0e3133941e455c652ae" -d '' 2018-09-04 20:56:15,137 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8130266a-7a9f-485f-a199-d6a00ed84acf Date: Tue, 04 Sep 2018 20:56:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:56:15,137 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087/file used request id req-8130266a-7a9f-485f-a199-d6a00ed84acf 2018-09-04 20:56:15,137 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:56:15,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e1f4d0341b3151384eae0e3133941e455c652ae" 2018-09-04 20:56:15,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-6a283fed-f6ad-4a2f-801b-b5f7f1e855cb Date: Tue, 04 Sep 2018 20:56:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:56:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:56:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/0069b207-03f9-4564-b1db-96b18d3cc087/snap", "metadata": {}}], "self": "/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087", "min_disk": 0, "protected": false, "id": "0069b207-03f9-4564-b1db-96b18d3cc087", "file": "/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93bd6f6d74324e8e8961dc7b313cbd16", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/0069b207-03f9-4564-b1db-96b18d3cc087/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:56:15,301 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087 used request id req-6a283fed-f6ad-4a2f-801b-b5f7f1e855cb 2018-09-04 20:56:15,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e1f4d0341b3151384eae0e3133941e455c652ae" 2018-09-04 20:56:15,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-02b15f90-654f-4e76-bf3f-8a32f3870505 Date: Tue, 04 Sep 2018 20:56:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:56:15,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-02b15f90-654f-4e76-bf3f-8a32f3870505 2018-09-04 20:56:15,526 - create_image - INFO - Created image with name - SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image 2018-09-04 20:56:15,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e1f4d0341b3151384eae0e3133941e455c652ae" 2018-09-04 20:56:15,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-76784d56-bd09-47fb-8ee7-2dc2e79c42c7 Date: Tue, 04 Sep 2018 20:56:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:56:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:56:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/0069b207-03f9-4564-b1db-96b18d3cc087/snap", "metadata": {}}], "self": "/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087", "min_disk": 0, "protected": false, "id": "0069b207-03f9-4564-b1db-96b18d3cc087", "file": "/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93bd6f6d74324e8e8961dc7b313cbd16", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/0069b207-03f9-4564-b1db-96b18d3cc087/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 20:56:15,750 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087 used request id req-76784d56-bd09-47fb-8ee7-2dc2e79c42c7 2018-09-04 20:56:15,751 - create_image - DEBUG - Instance status is - active 2018-09-04 20:56:15,751 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image 2018-09-04 20:56:15,751 - create_image - INFO - Image is now active with name - SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image 2018-09-04 20:56:15,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:56:15,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:16,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "44ab66fa22e34da1a31c999faa025c00", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj-role"}], "expires_at": "2018-09-04T21:56:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5af04198-794b-4e0-user", "id": "6232e7c660b44adca61f08cea39d439d"}, "audit_ids": ["KyWckKw5Qfam7w3xoNrnDQ"], "issued_at": "2018-09-04T20:56:16.000000Z"}} 2018-09-04 20:56:16,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853b71ed18624a6a54c523f69dcfce5dbb0bb3d0" 2018-09-04 20:56:16,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb9d25c6-e130-4b3b-8208-863db2e9c642 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:56:16,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cb9d25c6-e130-4b3b-8208-863db2e9c642 2018-09-04 20:56:16,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853b71ed18624a6a54c523f69dcfce5dbb0bb3d0" 2018-09-04 20:56:16,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6d45c131-c1a1-4376-a118-1304cb646e43 Date: Tue, 04 Sep 2018 20:56:16 GMT RESP BODY: {"networks":[]} 2018-09-04 20:56:16,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net used request id req-6d45c131-c1a1-4376-a118-1304cb646e43 2018-09-04 20:56:16,355 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net 2018-09-04 20:56:16,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853b71ed18624a6a54c523f69dcfce5dbb0bb3d0" -d '{"network": {"name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net", "admin_state_up": true}}' 2018-09-04 20:56:16,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2c0c7bf1-4101-4caf-9478-60b28b2b1ebc Date: Tue, 04 Sep 2018 20:56:16 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"eb04cf6b-df38-4981-8a76-485a05b4af05","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"93bd6f6d74324e8e8961dc7b313cbd16","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:56:16Z","is_default":false,"name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:16Z","mtu":1450}} 2018-09-04 20:56:16,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-2c0c7bf1-4101-4caf-9478-60b28b2b1ebc 2018-09-04 20:56:16,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=eb04cf6b-df38-4981-8a76-485a05b4af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853b71ed18624a6a54c523f69dcfce5dbb0bb3d0" 2018-09-04 20:56:17,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-367a8c29-f873-4658-97f3-632ee33e6f68 Date: Tue, 04 Sep 2018 20:56:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T20:56:16Z","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"eb04cf6b-df38-4981-8a76-485a05b4af05","name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net"}]} 2018-09-04 20:56:17,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=eb04cf6b-df38-4981-8a76-485a05b4af05 used request id req-367a8c29-f873-4658-97f3-632ee33e6f68 2018-09-04 20:56:17,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853b71ed18624a6a54c523f69dcfce5dbb0bb3d0" 2018-09-04 20:56:17,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a4b384ab-e81c-4748-9385-7b93e33ca55f Date: Tue, 04 Sep 2018 20:56:17 GMT RESP BODY: {"subnets":[]} 2018-09-04 20:56:17,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 used request id req-a4b384ab-e81c-4748-9385-7b93e33ca55f 2018-09-04 20:56:17,392 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-subnet 2018-09-04 20:56:17,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853b71ed18624a6a54c523f69dcfce5dbb0bb3d0" -d '{"subnets": [{"ip_version": 4, "network_id": "eb04cf6b-df38-4981-8a76-485a05b4af05", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-subnet"}]}' 2018-09-04 20:56:18,102 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6430cf4b-38fc-430e-830a-8a2af2e1924f Date: Tue, 04 Sep 2018 20:56:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:17Z","dns_nameservers":[],"updated_at":"2018-09-04T20:56:17Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"39a91b54-899b-4624-9861-01ae5d1b2d76","subnetpool_id":null,"name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-subnet"}]} 2018-09-04 20:56:18,102 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-6430cf4b-38fc-430e-830a-8a2af2e1924f 2018-09-04 20:56:18,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=eb04cf6b-df38-4981-8a76-485a05b4af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853b71ed18624a6a54c523f69dcfce5dbb0bb3d0" 2018-09-04 20:56:18,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-1253e8e7-5e85-43ca-be37-c0cf571528ed Date: Tue, 04 Sep 2018 20:56:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39a91b54-899b-4624-9861-01ae5d1b2d76"],"updated_at":"2018-09-04T20:56:17Z","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"eb04cf6b-df38-4981-8a76-485a05b4af05","name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net"}]} 2018-09-04 20:56:18,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=eb04cf6b-df38-4981-8a76-485a05b4af05 used request id req-1253e8e7-5e85-43ca-be37-c0cf571528ed 2018-09-04 20:56:18,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853b71ed18624a6a54c523f69dcfce5dbb0bb3d0" 2018-09-04 20:56:18,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bab06729-0914-41d3-a454-1eda053dc8fa Date: Tue, 04 Sep 2018 20:56:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:17Z","dns_nameservers":[],"updated_at":"2018-09-04T20:56:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"39a91b54-899b-4624-9861-01ae5d1b2d76","subnetpool_id":null,"name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-subnet"}]} 2018-09-04 20:56:18,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 used request id req-bab06729-0914-41d3-a454-1eda053dc8fa 2018-09-04 20:56:18,622 - OpenStackNetwork - DEBUG - Network [eb04cf6b-df38-4981-8a76-485a05b4af05] created successfully 2018-09-04 20:56:18,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:56:18,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:19,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d98dabe73fe54a91b6cdc667bf12e15a", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "7b4e893c7c3945bbb23417f0020b4b1b", "name": "Member"}], "expires_at": "2018-09-04T21:56:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d476e7d48ef4d4c8e14477649852ecf", "name": "snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/9d476e7d48ef4d4c8e14477649852ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6", "id": "ef121b96255848ff83516c2991aa72a7"}, "audit_ids": ["dfSGAirERhqvTNbep-3vcg"], "issued_at": "2018-09-04T20:56:19.000000Z"}} 2018-09-04 20:56:19,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0df584b3b85e3e1016b32b46ff4c55388c8b0a" 2018-09-04 20:56:19,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7c09928-7cf4-4c3c-a404-2e601c68dee6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:56:19,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d7c09928-7cf4-4c3c-a404-2e601c68dee6 2018-09-04 20:56:19,118 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:56:19,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0df584b3b85e3e1016b32b46ff4c55388c8b0a" 2018-09-04 20:56:19,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2c29d0d5-c9f2-4fac-9f7f-8b1bbaa08839 x-compute-request-id: req-2c29d0d5-c9f2-4fac-9f7f-8b1bbaa08839 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 20:56:19,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2c29d0d5-c9f2-4fac-9f7f-8b1bbaa08839 2018-09-04 20:56:19,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0df584b3b85e3e1016b32b46ff4c55388c8b0a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 20:56:19,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41579ff8-86f8-4414-b90d-548bdecea96f x-compute-request-id: req-41579ff8-86f8-4414-b90d-548bdecea96f Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "01fa1670-f0c4-4208-8807-35e62d6e401b", "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:56:19,356 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-41579ff8-86f8-4414-b90d-548bdecea96f 2018-09-04 20:56:19,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:56:19,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:19,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "44ab66fa22e34da1a31c999faa025c00", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj-role"}], "expires_at": "2018-09-04T21:56:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5af04198-794b-4e0-user", "id": "6232e7c660b44adca61f08cea39d439d"}, "audit_ids": ["CFNZndbAQkSjNibYGBndoQ"], "issued_at": "2018-09-04T20:56:19.000000Z"}} 2018-09-04 20:56:19,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:19,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d77e1a3d-53d1-47ad-9aaa-7069da2098ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:56:19,809 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d77e1a3d-53d1-47ad-9aaa-7069da2098ee 2018-09-04 20:56:19,810 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 20:56:19,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:19,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1ef7bf2-a743-4936-a367-79306e7f3f92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:56:19,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d1ef7bf2-a743-4936-a367-79306e7f3f92 2018-09-04 20:56:19,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:20,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-9ec161d2-0ac6-4c5b-b0c8-3964bdb4b65c Date: Tue, 04 Sep 2018 20:56:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39a91b54-899b-4624-9861-01ae5d1b2d76"],"updated_at":"2018-09-04T20:56:17Z","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"eb04cf6b-df38-4981-8a76-485a05b4af05","name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net"}]} 2018-09-04 20:56:20,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net used request id req-9ec161d2-0ac6-4c5b-b0c8-3964bdb4b65c 2018-09-04 20:56:20,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:56:20,088 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:56:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:56:20,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:20,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39d0f92f-7978-4807-986d-6c9f49445f58 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16"}, "enabled": true, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}} 2018-09-04 20:56:20,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 used request id req-39d0f92f-7978-4807-986d-6c9f49445f58 2018-09-04 20:56:20,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:20,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-567804ef-4276-43d3-aae0-1cc2ccd5ab24 Date: Tue, 04 Sep 2018 20:56:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:17Z","dns_nameservers":[],"updated_at":"2018-09-04T20:56:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"39a91b54-899b-4624-9861-01ae5d1b2d76","subnetpool_id":null,"name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-subnet"}]} 2018-09-04 20:56:20,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 used request id req-567804ef-4276-43d3-aae0-1cc2ccd5ab24 2018-09-04 20:56:20,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05&name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:20,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d3215cf3-02ce-4e20-ae28-1f6a62b1dd46 Date: Tue, 04 Sep 2018 20:56:20 GMT RESP BODY: {"ports":[]} 2018-09-04 20:56:20,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05&name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fbport-1&admin_state_up=True used request id req-d3215cf3-02ce-4e20-ae28-1f6a62b1dd46 2018-09-04 20:56:20,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:20,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-76a68dbd-d3e2-43b7-963f-aaf8f17ffb3f x-compute-request-id: req-76a68dbd-d3e2-43b7-963f-aaf8f17ffb3f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 20:56:20,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst used request id req-76a68dbd-d3e2-43b7-963f-aaf8f17ffb3f 2018-09-04 20:56:20,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:21,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-1307f86c-dc63-405f-aa15-6826296ca3e1 Date: Tue, 04 Sep 2018 20:56:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39a91b54-899b-4624-9861-01ae5d1b2d76"],"updated_at":"2018-09-04T20:56:17Z","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"eb04cf6b-df38-4981-8a76-485a05b4af05","name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net"}]} 2018-09-04 20:56:21,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net used request id req-1307f86c-dc63-405f-aa15-6826296ca3e1 2018-09-04 20:56:21,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:21,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b631d5d9-50bc-4a8e-900a-444ecd280525 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16"}, "enabled": true, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}} 2018-09-04 20:56:21,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 used request id req-b631d5d9-50bc-4a8e-900a-444ecd280525 2018-09-04 20:56:21,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:21,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a1dc8a15-21a0-4de1-aae5-2e73e53d88a2 Date: Tue, 04 Sep 2018 20:56:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:17Z","dns_nameservers":[],"updated_at":"2018-09-04T20:56:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"39a91b54-899b-4624-9861-01ae5d1b2d76","subnetpool_id":null,"name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-subnet"}]} 2018-09-04 20:56:21,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 used request id req-a1dc8a15-21a0-4de1-aae5-2e73e53d88a2 2018-09-04 20:56:21,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05&name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:21,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-716bf5fb-188b-4e8e-a1e4-e7f726903959 Date: Tue, 04 Sep 2018 20:56:21 GMT RESP BODY: {"ports":[]} 2018-09-04 20:56:21,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05&name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fbport-1&admin_state_up=True used request id req-716bf5fb-188b-4e8e-a1e4-e7f726903959 2018-09-04 20:56:21,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 20:56:21,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:21,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "44ab66fa22e34da1a31c999faa025c00", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj-role"}], "expires_at": "2018-09-04T21:56:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/93bd6f6d74324e8e8961dc7b313cbd16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5af04198-794b-4e0-user", "id": "6232e7c660b44adca61f08cea39d439d"}, "audit_ids": ["igWIqGbGQ_6H9N5IuvKNcA"], "issued_at": "2018-09-04T20:56:21.000000Z"}} 2018-09-04 20:56:21,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe802a524e83b2e3e4435dd0fe5ffa7b4d51900" 2018-09-04 20:56:21,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb2bbe17-7919-450f-969d-76408adbc3f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:56:21,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bb2bbe17-7919-450f-969d-76408adbc3f5 2018-09-04 20:56:21,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:22,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-ea330a89-797d-416b-bd67-3d67bdae93f5 Date: Tue, 04 Sep 2018 20:56:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39a91b54-899b-4624-9861-01ae5d1b2d76"],"updated_at":"2018-09-04T20:56:17Z","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"eb04cf6b-df38-4981-8a76-485a05b4af05","name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net"}]} 2018-09-04 20:56:22,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net used request id req-ea330a89-797d-416b-bd67-3d67bdae93f5 2018-09-04 20:56:22,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:22,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-731c21bb-6e49-42b5-ade9-31251d1b8421 Date: Tue, 04 Sep 2018 20:56:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:17Z","dns_nameservers":[],"updated_at":"2018-09-04T20:56:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"39a91b54-899b-4624-9861-01ae5d1b2d76","subnetpool_id":null,"name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-subnet"}]} 2018-09-04 20:56:22,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 used request id req-731c21bb-6e49-42b5-ade9-31251d1b8421 2018-09-04 20:56:22,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:22,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-71f10c85-7b65-4911-a84e-da733cc0d139 Date: Tue, 04 Sep 2018 20:56:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39a91b54-899b-4624-9861-01ae5d1b2d76"],"updated_at":"2018-09-04T20:56:17Z","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"eb04cf6b-df38-4981-8a76-485a05b4af05","name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net"}]} 2018-09-04 20:56:22,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net used request id req-71f10c85-7b65-4911-a84e-da733cc0d139 2018-09-04 20:56:22,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:56:22,832 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:56:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:56:22,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe802a524e83b2e3e4435dd0fe5ffa7b4d51900" 2018-09-04 20:56:22,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afa8eefb-f229-40e7-b791-92da9cabd649 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16"}, "enabled": true, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}} 2018-09-04 20:56:22,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 used request id req-afa8eefb-f229-40e7-b791-92da9cabd649 2018-09-04 20:56:22,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:22,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-26829539-b705-422a-b760-b10cc01246a0 Date: Tue, 04 Sep 2018 20:56:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:17Z","dns_nameservers":[],"updated_at":"2018-09-04T20:56:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"39a91b54-899b-4624-9861-01ae5d1b2d76","subnetpool_id":null,"name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-subnet"}]} 2018-09-04 20:56:22,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 used request id req-26829539-b705-422a-b760-b10cc01246a0 2018-09-04 20:56:22,969 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net 2018-09-04 20:56:22,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" -d '{"port": {"network_id": "eb04cf6b-df38-4981-8a76-485a05b4af05", "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fbport-1", "admin_state_up": true}}' 2018-09-04 20:56:23,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-5046cf90-671a-44ea-999e-f46fa2970898 Date: Tue, 04 Sep 2018 20:56:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:56:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"39a91b54-899b-4624-9861-01ae5d1b2d76","ip_address":"10.55.0.14"}],"id":"e21032b3-83e9-484a-8946-b36707655aaf","security_groups":["34d3a554-9798-4c36-9793-d4b5560c475f"],"mac_address":"fa:16:3e:3a:88:06","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fbport-1","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","qos_policy_id":null,"admin_state_up":true,"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:23Z","binding:vnic_type":"normal"}} 2018-09-04 20:56:23,857 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-5046cf90-671a-44ea-999e-f46fa2970898 2018-09-04 20:56:23,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:24,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-c7a618fd-c7cf-4578-8273-49c73b84b17b Date: Tue, 04 Sep 2018 20:56:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39a91b54-899b-4624-9861-01ae5d1b2d76"],"updated_at":"2018-09-04T20:56:17Z","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"eb04cf6b-df38-4981-8a76-485a05b4af05","name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net"}]} 2018-09-04 20:56:24,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net used request id req-c7a618fd-c7cf-4578-8273-49c73b84b17b 2018-09-04 20:56:24,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:24,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d7f1639-92e8-4fed-bf5d-2effd4cae56a Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16"}, "enabled": true, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}} 2018-09-04 20:56:24,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 used request id req-0d7f1639-92e8-4fed-bf5d-2effd4cae56a 2018-09-04 20:56:24,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:24,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1d9afccd-03ca-4ed8-bfca-bd46567be868 Date: Tue, 04 Sep 2018 20:56:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:17Z","dns_nameservers":[],"updated_at":"2018-09-04T20:56:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"39a91b54-899b-4624-9861-01ae5d1b2d76","subnetpool_id":null,"name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-subnet"}]} 2018-09-04 20:56:24,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 used request id req-1d9afccd-03ca-4ed8-bfca-bd46567be868 2018-09-04 20:56:24,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05&name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:24,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 777 X-Openstack-Request-Id: req-00f77228-9ae4-496a-8dde-f88babb61560 Date: Tue, 04 Sep 2018 20:56:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:56:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"39a91b54-899b-4624-9861-01ae5d1b2d76","ip_address":"10.55.0.14"}],"id":"e21032b3-83e9-484a-8946-b36707655aaf","security_groups":["34d3a554-9798-4c36-9793-d4b5560c475f"],"mac_address":"fa:16:3e:3a:88:06","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fbport-1","admin_state_up":true,"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 20:56:24,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05&name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fbport-1&admin_state_up=True used request id req-00f77228-9ae4-496a-8dde-f88babb61560 2018-09-04 20:56:24,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:24,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd5e083e-066b-4086-8e66-91b499faeabb Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16"}, "enabled": true, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}} 2018-09-04 20:56:24,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 used request id req-fd5e083e-066b-4086-8e66-91b499faeabb 2018-09-04 20:56:24,665 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst 2018-09-04 20:56:24,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:24,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a44eab03-5e27-434c-88a9-8eb4ef0713dc x-compute-request-id: req-a44eab03-5e27-434c-88a9-8eb4ef0713dc Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "01fa1670-f0c4-4208-8807-35e62d6e401b", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "bookmark"}], "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-flavor-name"}]} 2018-09-04 20:56:24,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a44eab03-5e27-434c-88a9-8eb4ef0713dc 2018-09-04 20:56:24,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:24,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a84353b4-7631-4a4e-86ea-b991711e4c88 x-compute-request-id: req-a84353b4-7631-4a4e-86ea-b991711e4c88 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "01fa1670-f0c4-4208-8807-35e62d6e401b", "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:56:24,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b used request id req-a84353b4-7631-4a4e-86ea-b991711e4c88 2018-09-04 20:56:24,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:24,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-9238b8aa-264e-4dc5-bce2-0179e0b5dd27 Date: Tue, 04 Sep 2018 20:56:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T20:56:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T20:56:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/0069b207-03f9-4564-b1db-96b18d3cc087/snap", "metadata": {}}], "self": "/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087", "min_disk": 0, "protected": false, "id": "0069b207-03f9-4564-b1db-96b18d3cc087", "file": "/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93bd6f6d74324e8e8961dc7b313cbd16", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/0069b207-03f9-4564-b1db-96b18d3cc087/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image"} 2018-09-04 20:56:24,894 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image used request id req-9238b8aa-264e-4dc5-bce2-0179e0b5dd27 2018-09-04 20:56:24,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:25,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b258c0f6-bcf8-4257-85e4-92e97e63f8bd Date: Tue, 04 Sep 2018 20:56:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 20:56:25,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-b258c0f6-bcf8-4257-85e4-92e97e63f8bd 2018-09-04 20:56:25,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" -d '{"server": {"name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst", "imageRef": "0069b207-03f9-4564-b1db-96b18d3cc087", "flavorRef": "01fa1670-f0c4-4208-8807-35e62d6e401b", "max_count": 1, "min_count": 1, "networks": [{"port": "e21032b3-83e9-484a-8946-b36707655aaf"}]}}' 2018-09-04 20:56:26,588 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:56:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c042f5e-6528-4dee-9c79-5eb3c97d9ae4 x-compute-request-id: req-5c042f5e-6528-4dee-9c79-5eb3c97d9ae4 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cdf242b0-9935-49e1-99da-6d31c1806fd4", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "bookmark"}], "adminPass": "MR6Yi99LhLyZ"}} 2018-09-04 20:56:26,588 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-5c042f5e-6528-4dee-9c79-5eb3c97d9ae4 2018-09-04 20:56:26,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:26,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98bd6a99-a704-4ef9-a15c-6e2c236f56a4 x-compute-request-id: req-98bd6a99-a704-4ef9-a15c-6e2c236f56a4 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "bookmark"}], "image": {"id": "0069b207-03f9-4564-b1db-96b18d3cc087", "links": [{"href": "http://172.30.9.26:8774/images/0069b207-03f9-4564-b1db-96b18d3cc087", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "01fa1670-f0c4-4208-8807-35e62d6e401b", "links": [{"href": "http://172.30.9.26:8774/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "bookmark"}]}, "id": "cdf242b0-9935-49e1-99da-6d31c1806fd4", "user_id": "6232e7c660b44adca61f08cea39d439d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:56:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst", "created": "2018-09-04T20:56:26Z", "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:56:26,965 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 used request id req-98bd6a99-a704-4ef9-a15c-6e2c236f56a4 2018-09-04 20:56:26,966 - create_instance - INFO - Created instance with name - SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst 2018-09-04 20:56:26,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:27,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98653e4a-40e7-48ec-96f9-a313932a3e59 x-compute-request-id: req-98653e4a-40e7-48ec-96f9-a313932a3e59 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "bookmark"}], "image": {"id": "0069b207-03f9-4564-b1db-96b18d3cc087", "links": [{"href": "http://172.30.9.26:8774/images/0069b207-03f9-4564-b1db-96b18d3cc087", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "01fa1670-f0c4-4208-8807-35e62d6e401b", "links": [{"href": "http://172.30.9.26:8774/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "bookmark"}]}, "id": "cdf242b0-9935-49e1-99da-6d31c1806fd4", "user_id": "6232e7c660b44adca61f08cea39d439d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:56:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst", "created": "2018-09-04T20:56:26Z", "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:56:27,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 used request id req-98653e4a-40e7-48ec-96f9-a313932a3e59 2018-09-04 20:56:27,198 - create_instance - DEBUG - Instance status [SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst] is - BUILD 2018-09-04 20:56:27,198 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:56:30,202 - create_instance - DEBUG - VM status query timeout in 896.764493942 2018-09-04 20:56:30,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:30,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eccd8ad2-57e6-4509-90ea-378575452f4a x-compute-request-id: req-eccd8ad2-57e6-4509-90ea-378575452f4a Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "bookmark"}], "image": {"id": "0069b207-03f9-4564-b1db-96b18d3cc087", "links": [{"href": "http://172.30.9.26:8774/images/0069b207-03f9-4564-b1db-96b18d3cc087", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "01fa1670-f0c4-4208-8807-35e62d6e401b", "links": [{"href": "http://172.30.9.26:8774/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "bookmark"}]}, "id": "cdf242b0-9935-49e1-99da-6d31c1806fd4", "security_groups": [{"name": "default"}], "user_id": "6232e7c660b44adca61f08cea39d439d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:56:27Z", "hostId": "f97ed453b83175c0df1eb6146cc5b0dcfd740e396c77e590b17d10ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst", "created": "2018-09-04T20:56:26Z", "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:56:30,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 used request id req-eccd8ad2-57e6-4509-90ea-378575452f4a 2018-09-04 20:56:30,761 - create_instance - DEBUG - Instance status [SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst] is - BUILD 2018-09-04 20:56:30,761 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:56:33,765 - create_instance - DEBUG - VM status query timeout in 893.201490879 2018-09-04 20:56:33,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:34,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2033f521-2730-4c36-b54e-723b35cfcb86 x-compute-request-id: req-2033f521-2730-4c36-b54e-723b35cfcb86 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:88:06", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "bookmark"}], "image": {"id": "0069b207-03f9-4564-b1db-96b18d3cc087", "links": [{"href": "http://172.30.9.26:8774/images/0069b207-03f9-4564-b1db-96b18d3cc087", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:56:30.000000", "flavor": {"id": "01fa1670-f0c4-4208-8807-35e62d6e401b", "links": [{"href": "http://172.30.9.26:8774/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "bookmark"}]}, "id": "cdf242b0-9935-49e1-99da-6d31c1806fd4", "security_groups": [{"name": "default"}], "user_id": "6232e7c660b44adca61f08cea39d439d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:56:31Z", "hostId": "f97ed453b83175c0df1eb6146cc5b0dcfd740e396c77e590b17d10ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst", "created": "2018-09-04T20:56:26Z", "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:56:34,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 used request id req-2033f521-2730-4c36-b54e-723b35cfcb86 2018-09-04 20:56:34,361 - create_instance - DEBUG - Instance status [SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst] is - ACTIVE 2018-09-04 20:56:34,361 - create_instance - INFO - VM is - ACTIVE 2018-09-04 20:56:34,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:34,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d7f04a3-62cf-46f8-be79-1fd4258b6c2c x-compute-request-id: req-0d7f04a3-62cf-46f8-be79-1fd4258b6c2c Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:88:06", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "bookmark"}], "image": {"id": "0069b207-03f9-4564-b1db-96b18d3cc087", "links": [{"href": "http://172.30.9.26:8774/images/0069b207-03f9-4564-b1db-96b18d3cc087", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:56:30.000000", "flavor": {"id": "01fa1670-f0c4-4208-8807-35e62d6e401b", "links": [{"href": "http://172.30.9.26:8774/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "bookmark"}]}, "id": "cdf242b0-9935-49e1-99da-6d31c1806fd4", "security_groups": [{"name": "default"}], "user_id": "6232e7c660b44adca61f08cea39d439d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:56:31Z", "hostId": "f97ed453b83175c0df1eb6146cc5b0dcfd740e396c77e590b17d10ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst", "created": "2018-09-04T20:56:26Z", "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:56:34,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 used request id req-0d7f04a3-62cf-46f8-be79-1fd4258b6c2c 2018-09-04 20:56:34,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:35,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-c42f7314-cdee-445c-8c58-dc8dc007f6ae Date: Tue, 04 Sep 2018 20:56:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39a91b54-899b-4624-9861-01ae5d1b2d76"],"updated_at":"2018-09-04T20:56:17Z","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"eb04cf6b-df38-4981-8a76-485a05b4af05","name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net"}]} 2018-09-04 20:56:35,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net used request id req-c42f7314-cdee-445c-8c58-dc8dc007f6ae 2018-09-04 20:56:35,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:35,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaf8a76c-ec42-4099-b88f-fedd25b41b45 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16"}, "enabled": true, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}} 2018-09-04 20:56:35,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 used request id req-eaf8a76c-ec42-4099-b88f-fedd25b41b45 2018-09-04 20:56:35,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:35,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-84f3f756-14df-4c68-871c-60eefd96d4d3 Date: Tue, 04 Sep 2018 20:56:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:17Z","dns_nameservers":[],"updated_at":"2018-09-04T20:56:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","id":"39a91b54-899b-4624-9861-01ae5d1b2d76","subnetpool_id":null,"name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-subnet"}]} 2018-09-04 20:56:35,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 used request id req-84f3f756-14df-4c68-871c-60eefd96d4d3 2018-09-04 20:56:35,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:35,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3104 X-Openstack-Request-Id: req-458d5ba0-edc1-4745-bd21-ed45ab8749d1 Date: Tue, 04 Sep 2018 20:56:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:56:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"39a91b54-899b-4624-9861-01ae5d1b2d76","ip_address":"10.55.0.4"}],"id":"2c4a4a28-539c-45c6-b70c-52d3a96eb67e","security_groups":[],"mac_address":"fa:16:3e:c5:a9:f9","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eb04cf6b-df38-4981-8a76-485a05b4af05"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:56:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"39a91b54-899b-4624-9861-01ae5d1b2d76","ip_address":"10.55.0.2"}],"id":"47eddb04-bb0f-404b-99b1-477f3e0d3fab","security_groups":[],"mac_address":"fa:16:3e:d6:8a:ef","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eb04cf6b-df38-4981-8a76-485a05b4af05"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:56:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"39a91b54-899b-4624-9861-01ae5d1b2d76","ip_address":"10.55.0.14"}],"id":"e21032b3-83e9-484a-8946-b36707655aaf","security_groups":["34d3a554-9798-4c36-9793-d4b5560c475f"],"mac_address":"fa:16:3e:3a:88:06","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fbport-1","admin_state_up":true,"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:23Z","binding:vnic_type":"normal","device_id":"cdf242b0-9935-49e1-99da-6d31c1806fd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:56:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"39a91b54-899b-4624-9861-01ae5d1b2d76","ip_address":"10.55.0.3"}],"id":"fab702c6-444c-453c-b12f-7f776875e25f","security_groups":[],"mac_address":"fa:16:3e:63:8d:98","project_id":"93bd6f6d74324e8e8961dc7b313cbd16","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eb04cf6b-df38-4981-8a76-485a05b4af05","tenant_id":"93bd6f6d74324e8e8961dc7b313cbd16","created_at":"2018-09-04T20:56:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eb04cf6b-df38-4981-8a76-485a05b4af05"}]} 2018-09-04 20:56:35,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=eb04cf6b-df38-4981-8a76-485a05b4af05 used request id req-458d5ba0-edc1-4745-bd21-ed45ab8749d1 2018-09-04 20:56:35,595 - create_instance_tests - INFO - Looking for IP 10.55.0.14 in the console log 2018-09-04 20:56:35,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:35,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c528452-c0d2-4555-bd62-3cb53f3aa006 x-compute-request-id: req-1c528452-c0d2-4555-bd62-3cb53f3aa006 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:88:06", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "bookmark"}], "image": {"id": "0069b207-03f9-4564-b1db-96b18d3cc087", "links": [{"href": "http://172.30.9.26:8774/images/0069b207-03f9-4564-b1db-96b18d3cc087", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:56:30.000000", "flavor": {"id": "01fa1670-f0c4-4208-8807-35e62d6e401b", "links": [{"href": "http://172.30.9.26:8774/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "bookmark"}]}, "id": "cdf242b0-9935-49e1-99da-6d31c1806fd4", "security_groups": [{"name": "default"}], "user_id": "6232e7c660b44adca61f08cea39d439d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:56:31Z", "hostId": "f97ed453b83175c0df1eb6146cc5b0dcfd740e396c77e590b17d10ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst", "created": "2018-09-04T20:56:26Z", "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:56:35,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 used request id req-1c528452-c0d2-4555-bd62-3cb53f3aa006 2018-09-04 20:56:35,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 20:56:37,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59827a48-c6ba-4935-94da-5604090821a7 x-compute-request-id: req-59827a48-c6ba-4935-94da-5604090821a7 Content-Encoding: gzip Content-Length: 9425 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478019944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.161990] pid_max: default: 32768 minimum: 301\n[ 0.162854] ACPI: Core revision 20150930\n[ 0.164214] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.165480] Security Framework initialized\n[ 0.166269] Yama: becoming mindful.\n[ 0.166979] AppArmor: AppArmor initialized\n[ 0.167812] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169058] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.170276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.171417] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.172781] Initializing cgroup subsys io\n[ 0.173578] Initializing cgroup subsys memory\n[ 0.174405] Initializing cgroup subsys devices\n[ 0.175247] Initializing cgroup subsys freezer\n[ 0.176094] Initializing cgroup subsys net_cls\n[ 0.176937] Initializing cgroup subsys perf_event\n[ 0.177819] Initializing cgroup subsys net_prio\n[ 0.178680] Initializing cgroup subsys hugetlb\n[ 0.179528] Initializing cgroup subsys pids\n[ 0.180374] CPU: Physical Processor ID: 0\n[ 0.181838] mce: CPU supports 10 MCE banks\n[ 0.182659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194432] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200934] ftrace: allocating 31920 entries in 125 pages\n[ 0.227514] smpboot: Max logical packages: 1\n[ 0.228345] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229652] x2apic enabled\n[ 0.230437] Switched APIC routing to physical x2apic.\n[ 0.232165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.233250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235183] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236915] KVM setup paravirtual spinlock\n[ 0.238222] x86: Booted up 1 node, 1 CPUs\n[ 0.239007] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240355] devtmpfs: initialized\n[ 0.242045] evm: security.selinux\n[ 0.242726] evm: security.SMACK64\n[ 0.243394] evm: security.SMACK64EXEC\n[ 0.244119] evm: security.SMACK64TRANSMUTE\n[ 0.244901] evm: security.SMACK64MMAP\n[ 0.245621] evm: security.ima\n[ 0.246245] evm: security.capability\n[ 0.247032] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248827] pinctrl core: initialized pinctrl subsystem\n[ 0.249888] RTC time: 20:56:30, date: 09/04/18\n[ 0.250826] NET: Registered protocol family 16\n[ 0.251776] cpuidle: using governor ladder\n[ 0.252571] cpuidle: using governor menu\n[ 0.253329] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254837] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256041] PCI: Using configuration type 1 for base access\n[ 0.257766] ACPI: Added _OSI(Module Device)\n[ 0.258580] ACPI: Added _OSI(Processor Device)\n[ 0.259413] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260281] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262351] ACPI: Interpreter enabled\n[ 0.263104] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266691] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270436] ACPI: (supports S0 S5)\n[ 0.271133] ACPI: Using IOAPIC for interrupt routing\n[ 0.272063] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278610] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280770] acpiphp: Slot [3] registered\n[ 0.281554] acpiphp: Slot [4] registered\n[ 0.282332] acpiphp: Slot [5] registered\n[ 0.283111] acpiphp: Slot [6] registered\n[ 0.283887] acpiphp: Slot [7] registered\n[ 0.284670] acpiphp: Slot [8] registered\n[ 0.285461] acpiphp: Slot [9] registered\n[ 0.286246] acpiphp: Slot [10] registered\n[ 0.287040] acpiphp: Slot [11] registered\n[ 0.287834] acpiphp: Slot [12] registered\n[ 0.288632] acpiphp: Slot [13] registered\n[ 0.289430] acpiphp: Slot [14] registered\n[ 0.290227] acpiphp: Slot [15] registered\n[ 0.300969] acpiphp: Slot [16] registered\n[ 0.301763] acpiphp: Slot [17] registered\n[ 0.302548] acpiphp: Slot [18] registered\n[ 0.303326] acpiphp: Slot [19] registered\n[ 0.304107] acpiphp: Slot [20] registered\n[ 0.304889] acpiphp: Slot [21] registered\n[ 0.305675] acpiphp: Slot [22] registered\n[ 0.306453] acpiphp: Slot [23] registered\n[ 0.307238] acpiphp: Slot [24] registered\n[ 0.308024] acpiphp: Slot [25] registered\n[ 0.308801] acpiphp: Slot [26] registered\n[ 0.309575] acpiphp: Slot [27] registered\n[ 0.310353] acpiphp: Slot [28] registered\n[ 0.311133] acpiphp: Slot [29] registered\n[ 0.311913] acpiphp: Slot [30] registered\n[ 0.312693] acpiphp: Slot [31] registered\n[ 0.313462] PCI host bridge to bus 0000:00\n[ 0.314239] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315402] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316567] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317959] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.319348] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.325548] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326795] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327991] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.329501] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.336131] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337813] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383613] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385281] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386905] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390090] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391838] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393185] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394443] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396263] vgaarb: loaded\n[ 0.396961] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398293] SCSI subsystem initialized\n[ 0.399265] ACPI: bus type USB registered\n[ 0.400227] usbcore: registered new interface driver usbfs\n[ 0.401447] usbcore: registered new interface driver hub\n[ 0.402672] usbcore: registered new device driver usb\n[ 0.403902] PCI: Using ACPI for IRQ routing\n[ 0.405078] NetLabel: Initializing\n[ 0.405918] NetLabel: domain hash size = 128\n[ 0.406929] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408049] NetLabel: unlabeled traffic allowed by default\n[ 0.409336] clocksource: Switched to clocksource kvm-clock\n[ 0.414936] AppArmor: AppArmor Filesystem Enabled\n[ 0.416060] pnp: PnP ACPI init\n[ 0.417096] pnp: PnP ACPI: found 5 devices\n[ 0.423291] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425317] NET: Registered protocol family 2\n[ 0.426460] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.427968] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.429352] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.430741] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432012] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.433397] NET: Registered protocol family 1\n[ 0.434418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.435712] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.436973] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451568] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466002] Trying to unpack rootfs image as initramfs...\n[ 0.516466] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.530827] Scanning for low memory corruption every 60 seconds\n[ 0.532338] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533540] audit: initializing netlink subsys (disabled)\n[ 0.534597] audit: type=2000 audit(1536094591.039:1): initialized\n[ 0.535949] Initialise system trusted keyring\n[ 0.536975] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538423] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540633] zbud: loaded\n[ 0.541408] VFS: Disk quotas dquot_6.6.0\n[ 0.542318] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544065] fuse init (API version 7.23)\n[ 0.545155] Key type big_key registered\n[ 0.546107] Allocating IMA MOK and blacklist keyrings.\n[ 0.547366] Key type asymmetric registered\n[ 0.548426] Asymmetric key parser 'x509' registered\n[ 0.549646] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551350] io scheduler noop registered\n[ 0.552301] io scheduler deadline registered (default)\n[ 0.553650] io scheduler cfq registered\n[ 0.554600] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555794] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558963] ACPI: Power Button [PWRF]\n[ 0.559918] GHES: HEST is not enabled!\n[ 0.573361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603400] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.607333] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631228] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634060] Linux agpgart interface v0.103\n[ 0.636894] brd: module loaded\n[ 0.638305] loop: module loaded\n[ 0.643539] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.645153] GPT:90111 != 20971519\n[ 0.645929] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647148] GPT:90111 != 20971519\n[ 0.647890] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648950] vda: vda1 vda15\n[ 0.650658] scsi host0: ata_piix\n[ 0.651830] scsi host1: ata_piix\n[ 0.652581] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655497] libphy: Fixed MDIO Bus: probed\n[ 0.656385] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657426] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659718] PPP generic driver version 2.4.2\n[ 0.660992] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662431] ehci-pci: EHCI PCI platform driver\n[ 0.663424] ehci-platform: EHCI generic platform driver\n[ 0.664518] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.665787] ohci-pci: OHCI PCI platform driver\n[ 0.666747] ohci-platform: OHCI generic platform driver\n[ 0.667859] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682429] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685146] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686338] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687563] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688944] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690581] usb usb1: Product: UHCI Host Controller\n[ 0.691637] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692999] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694145] hub 1-0:1.0: USB hub found\n[ 0.694999] hub 1-0:1.0: 2 ports detected\n[ 0.695966] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698214] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700430] mousedev: PS/2 mouse device common for all mice\n[ 0.701820] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703847] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705037] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706371] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707657] i2c /dev entries driver\n[ 0.708427] device-mapper: uevent: version 1.0.3\n[ 0.709394] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710999] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712283] NET: Registered protocol family 10\n[ 0.713292] NET: Registered protocol family 17\n[ 0.714180] Key type dns_resolver registered\n[ 0.715116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716191] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718208] registered taskstats version 1\n[ 0.719196] Loading compiled-in X.509 certificates\n[ 0.720823] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723105] zswap: loaded using pool lzo/zbud\n[ 0.724768] Key type trusted registered\n[ 0.726473] Key type encrypted registered\n[ 0.727433] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728644] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729882] evm: HMAC attrs: 0x1\n[ 0.730952] Magic number: 2:332:952\n[ 0.731867] tty tty9: hash matches\n[ 0.732770] rtc_cmos 00:00: setting system clock to 2018-09-04 20:56:31 UTC (1536094591)\n[ 0.734656] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736025] EDD information not available.\n[ 0.814314] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.826352] Write protecting the kernel read-only data: 14336k\n[ 0.828091] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830083] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336164] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.0.14...\nLease of 10.55.0.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.26. iid=i-0000001e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUZFd352YXhkEFuVIJDE0QUhRIPVxZN2TQehfn+nvEobwzHyvtHjF+OpYUArGN0qXt7cLMg2XnhtE/xUyS145aR5UuA2UCouewjpOx2U/yLHriGqfrOMA9zQfm7RnCPLQ6qmm2fInqVizqp/m8A+dCmitThUHAmXUnAw4vhWSqeMatFcBAGYarX/kAIPaKchb8FDpX9ncPYBexNqrMu0TS+9h744xTmlelArFnMhfQ0jasfST+g1lVe42D3xQA9ueJ4r0TSswSkODE5DYHiEeaa2qavLUbjH3skss4cA36R7qTcy6YdMoRlfRHjkirQPrVwCzXAXM9HnbuEORb5eQv root@simplehealthcheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst\nssh-dss AAAAB3NzaC1kc3MAAACBALFH+WP13dXiA6L87mmCU/OSvjJlSObsJnaD2l0fYbktL6d5bCOo6s5CSb7et3DbLbfJB/ZcanfDB5UldZUt+wuzDs26zwPFWdBxUXN/29a2UF1kzc7uRiodL6pRrNsev0gKNY8uJ6WjHnwLejiXHM63RkL6lb88ve2Nwa6bSir9AAAAFQDjd1H6ZvUG50G035UAWh4zpalMRQAAAIB3ivUnUkiCZCra7gopzSJNOYQEAh0Mi3oZQnU+9ApMzjdjZSI55tUqJW56XD28Jix8FJFGNKmDyGZ8Tv7ZYNrJRkbN2882lCahpWE6k5+cEj5T+BU/raxQzFMvZfUphv6b3cMs6ECnBjHFSr0EEmsOPegu0TthzbNmj5ICF4BRlQAAAIEAmUk+gg4a/xwMn6XG9ez8ZftZ+gR0zBzg74nTOppK0MJr/VwFTjUikA9PTl/u2ns3F7ueHa4GSHUzaKulLXruy69q7v0WXcHd1P8NRZ6sQZFllBmU2rbrRtw7L5fQ25vg7a/tT631GLi9gMfj8+ATbFnw4YvRjZEXlTZ2SWxa2WQ= root@simplehealthcheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.0.14,24,fe80::f816:3eff:fe3a:8806/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.14 \nip-route:169.254.169.254 via 10.55.0.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000001e\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.62 ===\n"} 2018-09-04 20:56:37,022 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4/action used request id req-59827a48-c6ba-4935-94da-5604090821a7 2018-09-04 20:56:37,023 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 20:56:37,024 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 478019944 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.160388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.161990] pid_max: default: 32768 minimum: 301 [ 0.162854] ACPI: Core revision 20150930 [ 0.164214] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.165480] Security Framework initialized [ 0.166269] Yama: becoming mindful. [ 0.166979] AppArmor: AppArmor initialized [ 0.167812] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169058] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.170276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.171417] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.172781] Initializing cgroup subsys io [ 0.173578] Initializing cgroup subsys memory [ 0.174405] Initializing cgroup subsys devices [ 0.175247] Initializing cgroup subsys freezer [ 0.176094] Initializing cgroup subsys net_cls [ 0.176937] Initializing cgroup subsys perf_event [ 0.177819] Initializing cgroup subsys net_prio [ 0.178680] Initializing cgroup subsys hugetlb [ 0.179528] Initializing cgroup subsys pids [ 0.180374] CPU: Physical Processor ID: 0 [ 0.181838] mce: CPU supports 10 MCE banks [ 0.182659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.183632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.194432] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.200934] ftrace: allocating 31920 entries in 125 pages [ 0.227514] smpboot: Max logical packages: 1 [ 0.228345] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.229652] x2apic enabled [ 0.230437] Switched APIC routing to physical x2apic. [ 0.232165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.233250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.235183] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.236915] KVM setup paravirtual spinlock [ 0.238222] x86: Booted up 1 node, 1 CPUs [ 0.239007] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.240355] devtmpfs: initialized [ 0.242045] evm: security.selinux [ 0.242726] evm: security.SMACK64 [ 0.243394] evm: security.SMACK64EXEC [ 0.244119] evm: security.SMACK64TRANSMUTE [ 0.244901] evm: security.SMACK64MMAP [ 0.245621] evm: security.ima [ 0.246245] evm: security.capability [ 0.247032] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248827] pinctrl core: initialized pinctrl subsystem [ 0.249888] RTC time: 20:56:30, date: 09/04/18 [ 0.250826] NET: Registered protocol family 16 [ 0.251776] cpuidle: using governor ladder [ 0.252571] cpuidle: using governor menu [ 0.253329] PCCT header not found. [ 0.254058] ACPI: bus type PCI registered [ 0.254837] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256041] PCI: Using configuration type 1 for base access [ 0.257766] ACPI: Added _OSI(Module Device) [ 0.258580] ACPI: Added _OSI(Processor Device) [ 0.259413] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260281] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262351] ACPI: Interpreter enabled [ 0.263104] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.264906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.266691] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.268605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.270436] ACPI: (supports S0 S5) [ 0.271133] ACPI: Using IOAPIC for interrupt routing [ 0.272063] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.275129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.276257] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.277456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.278610] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.280770] acpiphp: Slot [3] registered [ 0.281554] acpiphp: Slot [4] registered [ 0.282332] acpiphp: Slot [5] registered [ 0.283111] acpiphp: Slot [6] registered [ 0.283887] acpiphp: Slot [7] registered [ 0.284670] acpiphp: Slot [8] registered [ 0.285461] acpiphp: Slot [9] registered [ 0.286246] acpiphp: Slot [10] registered [ 0.287040] acpiphp: Slot [11] registered [ 0.287834] acpiphp: Slot [12] registered [ 0.288632] acpiphp: Slot [13] registered [ 0.289430] acpiphp: Slot [14] registered [ 0.290227] acpiphp: Slot [15] registered [ 0.300969] acpiphp: Slot [16] registered [ 0.301763] acpiphp: Slot [17] registered [ 0.302548] acpiphp: Slot [18] registered [ 0.303326] acpiphp: Slot [19] registered [ 0.304107] acpiphp: Slot [20] registered [ 0.304889] acpiphp: Slot [21] registered [ 0.305675] acpiphp: Slot [22] registered [ 0.306453] acpiphp: Slot [23] registered [ 0.307238] acpiphp: Slot [24] registered [ 0.308024] acpiphp: Slot [25] registered [ 0.308801] acpiphp: Slot [26] registered [ 0.309575] acpiphp: Slot [27] registered [ 0.310353] acpiphp: Slot [28] registered [ 0.311133] acpiphp: Slot [29] registered [ 0.311913] acpiphp: Slot [30] registered [ 0.312693] acpiphp: Slot [31] registered [ 0.313462] PCI host bridge to bus 0000:00 [ 0.314239] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.315402] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.316567] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.317959] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.319348] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.325548] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.326795] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.327991] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.329501] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.336131] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.337813] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.383613] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.385281] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.386905] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.388508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.390090] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.391838] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.393185] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.394443] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396263] vgaarb: loaded [ 0.396961] vgaarb: bridge control possible 0000:00:02.0 [ 0.398293] SCSI subsystem initialized [ 0.399265] ACPI: bus type USB registered [ 0.400227] usbcore: registered new interface driver usbfs [ 0.401447] usbcore: registered new interface driver hub [ 0.402672] usbcore: registered new device driver usb [ 0.403902] PCI: Using ACPI for IRQ routing [ 0.405078] NetLabel: Initializing [ 0.405918] NetLabel: domain hash size = 128 [ 0.406929] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.408049] NetLabel: unlabeled traffic allowed by default [ 0.409336] clocksource: Switched to clocksource kvm-clock [ 0.414936] AppArmor: AppArmor Filesystem Enabled [ 0.416060] pnp: PnP ACPI init [ 0.417096] pnp: PnP ACPI: found 5 devices [ 0.423291] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.425317] NET: Registered protocol family 2 [ 0.426460] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.427968] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.429352] TCP: Hash tables configured (established 2048 bind 2048) [ 0.430741] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.432012] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.433397] NET: Registered protocol family 1 [ 0.434418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.435712] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.436973] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.451568] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.466002] Trying to unpack rootfs image as initramfs... [ 0.516466] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.530827] Scanning for low memory corruption every 60 seconds [ 0.532338] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.533540] audit: initializing netlink subsys (disabled) [ 0.534597] audit: type=2000 audit(1536094591.039:1): initialized [ 0.535949] Initialise system trusted keyring [ 0.536975] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.538423] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.540633] zbud: loaded [ 0.541408] VFS: Disk quotas dquot_6.6.0 [ 0.542318] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.544065] fuse init (API version 7.23) [ 0.545155] Key type big_key registered [ 0.546107] Allocating IMA MOK and blacklist keyrings. [ 0.547366] Key type asymmetric registered [ 0.548426] Asymmetric key parser 'x509' registered [ 0.549646] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.551350] io scheduler noop registered [ 0.552301] io scheduler deadline registered (default) [ 0.553650] io scheduler cfq registered [ 0.554600] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.555794] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.557287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558963] ACPI: Power Button [PWRF] [ 0.559918] GHES: HEST is not enabled! [ 0.573361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.603400] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.607333] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.631228] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.634060] Linux agpgart interface v0.103 [ 0.636894] brd: module loaded [ 0.638305] loop: module loaded [ 0.643539] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.645153] GPT:90111 != 20971519 [ 0.645929] GPT:Alternate GPT header not at the end of the disk. [ 0.647148] GPT:90111 != 20971519 [ 0.647890] GPT: Use GNU Parted to correct GPT errors. [ 0.648950] vda: vda1 vda15 [ 0.650658] scsi host0: ata_piix [ 0.651830] scsi host1: ata_piix [ 0.652581] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.653885] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.655497] libphy: Fixed MDIO Bus: probed [ 0.656385] tun: Universal TUN/TAP device driver, 1.6 [ 0.657426] tun: (C) 1999-2004 Max Krasnyansky [ 0.659718] PPP generic driver version 2.4.2 [ 0.660992] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.662431] ehci-pci: EHCI PCI platform driver [ 0.663424] ehci-platform: EHCI generic platform driver [ 0.664518] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.665787] ohci-pci: OHCI PCI platform driver [ 0.666747] ohci-platform: OHCI generic platform driver [ 0.667859] uhci_hcd: USB Universal Host Controller Interface driver [ 0.682429] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.683556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.685146] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.686338] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.687563] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.688944] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.690581] usb usb1: Product: UHCI Host Controller [ 0.691637] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.692999] usb usb1: SerialNumber: 0000:00:01.2 [ 0.694145] hub 1-0:1.0: USB hub found [ 0.694999] hub 1-0:1.0: 2 ports detected [ 0.695966] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.698214] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.699270] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.700430] mousedev: PS/2 mouse device common for all mice [ 0.701820] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.703847] rtc_cmos 00:00: RTC can wake from S4 [ 0.705037] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.706371] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.707657] i2c /dev entries driver [ 0.708427] device-mapper: uevent: version 1.0.3 [ 0.709394] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.710999] ledtrig-cpu: registered to indicate activity on CPUs [ 0.712283] NET: Registered protocol family 10 [ 0.713292] NET: Registered protocol family 17 [ 0.714180] Key type dns_resolver registered [ 0.715116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.716191] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.718208] registered taskstats version 1 [ 0.719196] Loading compiled-in X.509 certificates [ 0.720823] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.723105] zswap: loaded using pool lzo/zbud [ 0.724768] Key type trusted registered [ 0.726473] Key type encrypted registered [ 0.727433] AppArmor: AppArmor sha1 policy hashing enabled [ 0.728644] ima: No TPM chip found, activating TPM-bypass! [ 0.729882] evm: HMAC attrs: 0x1 [ 0.730952] Magic number: 2:332:952 [ 0.731867] tty tty9: hash matches [ 0.732770] rtc_cmos 00:00: setting system clock to 2018-09-04 20:56:31 UTC (1536094591) [ 0.734656] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.736025] EDD information not available. [ 0.814314] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.826352] Write protecting the kernel read-only data: 14336k [ 0.828091] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.830083] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.09 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.336164] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.14... Lease of 10.55.0.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.26. iid=i-0000001e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUZFd352YXhkEFuVIJDE0QUhRIPVxZN2TQehfn+nvEobwzHyvtHjF+OpYUArGN0qXt7cLMg2XnhtE/xUyS145aR5UuA2UCouewjpOx2U/yLHriGqfrOMA9zQfm7RnCPLQ6qmm2fInqVizqp/m8A+dCmitThUHAmXUnAw4vhWSqeMatFcBAGYarX/kAIPaKchb8FDpX9ncPYBexNqrMu0TS+9h744xTmlelArFnMhfQ0jasfST+g1lVe42D3xQA9ueJ4r0TSswSkODE5DYHiEeaa2qavLUbjH3skss4cA36R7qTcy6YdMoRlfRHjkirQPrVwCzXAXM9HnbuEORb5eQv root@simplehealthcheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst ssh-dss AAAAB3NzaC1kc3MAAACBALFH+WP13dXiA6L87mmCU/OSvjJlSObsJnaD2l0fYbktL6d5bCOo6s5CSb7et3DbLbfJB/ZcanfDB5UldZUt+wuzDs26zwPFWdBxUXN/29a2UF1kzc7uRiodL6pRrNsev0gKNY8uJ6WjHnwLejiXHM63RkL6lb88ve2Nwa6bSir9AAAAFQDjd1H6ZvUG50G035UAWh4zpalMRQAAAIB3ivUnUkiCZCra7gopzSJNOYQEAh0Mi3oZQnU+9ApMzjdjZSI55tUqJW56XD28Jix8FJFGNKmDyGZ8Tv7ZYNrJRkbN2882lCahpWE6k5+cEj5T+BU/raxQzFMvZfUphv6b3cMs6ECnBjHFSr0EEmsOPegu0TthzbNmj5ICF4BRlQAAAIEAmUk+gg4a/xwMn6XG9ez8ZftZ+gR0zBzg74nTOppK0MJr/VwFTjUikA9PTl/u2ns3F7ueHa4GSHUzaKulLXruy69q7v0WXcHd1P8NRZ6sQZFllBmU2rbrRtw7L5fQ25vg7a/tT631GLi9gMfj8+ATbFnw4YvRjZEXlTZ2SWxa2WQ= root@simplehealthcheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.14,24,fe80::f816:3eff:fe3a:8806/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.14 ip-route:169.254.169.254 via 10.55.0.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000001e name: N/A availability-zone: nova local-hostname: simplehealthcheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.62 === 2018-09-04 20:56:37,024 - create_instance - INFO - Deleting Port with ID - e21032b3-83e9-484a-8946-b36707655aaf 2018-09-04 20:56:37,024 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fbport-1 2018-09-04 20:56:37,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/e21032b3-83e9-484a-8946-b36707655aaf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:37,695 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f9a3209f-a7da-428e-a212-806472fe2acd Date: Tue, 04 Sep 2018 20:56:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:56:37,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/e21032b3-83e9-484a-8946-b36707655aaf used request id req-f9a3209f-a7da-428e-a212-806472fe2acd 2018-09-04 20:56:37,696 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst 2018-09-04 20:56:37,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:37,861 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82c4567e-4e57-451c-8a30-3cf5c8455ff3 x-compute-request-id: req-82c4567e-4e57-451c-8a30-3cf5c8455ff3 Content-Type: application/json 2018-09-04 20:56:37,861 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 used request id req-82c4567e-4e57-451c-8a30-3cf5c8455ff3 2018-09-04 20:56:37,861 - create_instance - INFO - Checking deletion status 2018-09-04 20:56:37,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:38,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f00a1577-1b59-4972-8271-a32b491024ab x-compute-request-id: req-f00a1577-1b59-4972-8271-a32b491024ab Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:88:06", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "bookmark"}], "image": {"id": "0069b207-03f9-4564-b1db-96b18d3cc087", "links": [{"href": "http://172.30.9.26:8774/images/0069b207-03f9-4564-b1db-96b18d3cc087", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:56:30.000000", "flavor": {"id": "01fa1670-f0c4-4208-8807-35e62d6e401b", "links": [{"href": "http://172.30.9.26:8774/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "bookmark"}]}, "id": "cdf242b0-9935-49e1-99da-6d31c1806fd4", "user_id": "6232e7c660b44adca61f08cea39d439d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:56:37Z", "hostId": "f97ed453b83175c0df1eb6146cc5b0dcfd740e396c77e590b17d10ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst", "created": "2018-09-04T20:56:26Z", "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:56:38,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 used request id req-f00a1577-1b59-4972-8271-a32b491024ab 2018-09-04 20:56:38,114 - create_instance - DEBUG - Instance status [SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst] is - ACTIVE 2018-09-04 20:56:38,114 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:56:41,117 - create_instance - DEBUG - VM status query timeout in 296.743968964 2018-09-04 20:56:41,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:41,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1f4fb72-8712-41a6-9bd7-4dcf0c7fb5ec x-compute-request-id: req-e1f4fb72-8712-41a6-9bd7-4dcf0c7fb5ec Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4", "rel": "bookmark"}], "image": {"id": "0069b207-03f9-4564-b1db-96b18d3cc087", "links": [{"href": "http://172.30.9.26:8774/images/0069b207-03f9-4564-b1db-96b18d3cc087", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:56:30.000000", "flavor": {"id": "01fa1670-f0c4-4208-8807-35e62d6e401b", "links": [{"href": "http://172.30.9.26:8774/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b", "rel": "bookmark"}]}, "id": "cdf242b0-9935-49e1-99da-6d31c1806fd4", "user_id": "6232e7c660b44adca61f08cea39d439d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:56:37Z", "hostId": "f97ed453b83175c0df1eb6146cc5b0dcfd740e396c77e590b17d10ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst", "created": "2018-09-04T20:56:26Z", "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 20:56:41,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 used request id req-e1f4fb72-8712-41a6-9bd7-4dcf0c7fb5ec 2018-09-04 20:56:41,668 - create_instance - DEBUG - Instance status [SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst] is - ACTIVE 2018-09-04 20:56:41,668 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 20:56:44,672 - create_instance - DEBUG - VM status query timeout in 293.18968606 2018-09-04 20:56:44,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2930a9af33b4e193e4111c7d58abe971bd4dc308" 2018-09-04 20:56:44,726 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:56:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae6906a6-6cdd-4761-8dc8-1fc8a3abc9dd x-compute-request-id: req-ae6906a6-6cdd-4761-8dc8-1fc8a3abc9dd Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance cdf242b0-9935-49e1-99da-6d31c1806fd4 could not be found.", "code": 404}} 2018-09-04 20:56:44,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/cdf242b0-9935-49e1-99da-6d31c1806fd4 used request id req-ae6906a6-6cdd-4761-8dc8-1fc8a3abc9dd 2018-09-04 20:56:44,726 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance cdf242b0-9935-49e1-99da-6d31c1806fd4 could not be found. (HTTP 404) (Request-ID: req-ae6906a6-6cdd-4761-8dc8-1fc8a3abc9dd) 2018-09-04 20:56:44,726 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-inst 2018-09-04 20:56:44,727 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-subnet 2018-09-04 20:56:44,728 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-subnet 2018-09-04 20:56:44,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/39a91b54-899b-4624-9861-01ae5d1b2d76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853b71ed18624a6a54c523f69dcfce5dbb0bb3d0" 2018-09-04 20:56:47,168 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f9096362-f078-4a22-9b62-efe344993d8d Date: Tue, 04 Sep 2018 20:56:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:56:47,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/39a91b54-899b-4624-9861-01ae5d1b2d76 used request id req-f9096362-f078-4a22-9b62-efe344993d8d 2018-09-04 20:56:47,168 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-priv-net 2018-09-04 20:56:47,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/eb04cf6b-df38-4981-8a76-485a05b4af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853b71ed18624a6a54c523f69dcfce5dbb0bb3d0" 2018-09-04 20:56:48,294 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8e628039-2334-4591-8dce-b1464aa6010e Date: Tue, 04 Sep 2018 20:56:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:56:48,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/eb04cf6b-df38-4981-8a76-485a05b4af05 used request id req-8e628039-2334-4591-8dce-b1464aa6010e 2018-09-04 20:56:48,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0df584b3b85e3e1016b32b46ff4c55388c8b0a" 2018-09-04 20:56:48,339 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:56:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dc75cad2-f788-498f-a708-0a9ba2635dca x-compute-request-id: req-dc75cad2-f788-498f-a708-0a9ba2635dca Content-Length: 0 Content-Type: application/json 2018-09-04 20:56:48,339 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/01fa1670-f0c4-4208-8807-35e62d6e401b used request id req-dc75cad2-f788-498f-a708-0a9ba2635dca 2018-09-04 20:56:48,340 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-5bbc5d63-3aba-4f78-878d-b4233594f5fb-image 2018-09-04 20:56:48,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e1f4d0341b3151384eae0e3133941e455c652ae" 2018-09-04 20:56:49,958 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c612fdc3-5315-41bb-b01f-d82aaedd163b Date: Tue, 04 Sep 2018 20:56:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:56:49,958 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/0069b207-03f9-4564-b1db-96b18d3cc087 used request id req-c612fdc3-5315-41bb-b01f-d82aaedd163b 2018-09-04 20:56:49,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:50,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f74d206c-4bba-4d5b-94e2-d15fa2d23a20 Date: Tue, 04 Sep 2018 20:56:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "created_at": "2018-09-04T20:56:16Z", "updated_at": "2018-09-04T20:56:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:16Z", "revision_number": 0, "id": "695ee92b-61dc-4a61-b422-b42b9e4d1678", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:16Z", "security_group_id": "34d3a554-9798-4c36-9793-d4b5560c475f", "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "port_range_min": null, "ethertype": "IPv6", "project_id": "93bd6f6d74324e8e8961dc7b313cbd16"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:16Z", "revision_number": 0, "id": "7fcaba10-3203-4dc4-8104-dd690983626f", "remote_group_id": "34d3a554-9798-4c36-9793-d4b5560c475f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:16Z", "security_group_id": "34d3a554-9798-4c36-9793-d4b5560c475f", "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "port_range_min": null, "ethertype": "IPv4", "project_id": "93bd6f6d74324e8e8961dc7b313cbd16"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:16Z", "revision_number": 0, "id": "c988f929-8816-49f7-baeb-44aa0e1c339a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:16Z", "security_group_id": "34d3a554-9798-4c36-9793-d4b5560c475f", "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "port_range_min": null, "ethertype": "IPv4", "project_id": "93bd6f6d74324e8e8961dc7b313cbd16"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:16Z", "revision_number": 0, "id": "daecc880-9b0d-4081-b131-3d700e739bc1", "remote_group_id": "34d3a554-9798-4c36-9793-d4b5560c475f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:16Z", "security_group_id": "34d3a554-9798-4c36-9793-d4b5560c475f", "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "port_range_min": null, "ethertype": "IPv6", "project_id": "93bd6f6d74324e8e8961dc7b313cbd16"}], "revision_number": 4, "project_id": "93bd6f6d74324e8e8961dc7b313cbd16", "id": "34d3a554-9798-4c36-9793-d4b5560c475f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}]} 2018-09-04 20:56:50,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-f74d206c-4bba-4d5b-94e2-d15fa2d23a20 2018-09-04 20:56:50,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:50,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df48bcac-cc5a-4a73-8b8f-9583bbd4f3c1 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf"}, "enabled": true, "id": "9d476e7d48ef4d4c8e14477649852ecf", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}} 2018-09-04 20:56:50,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-df48bcac-cc5a-4a73-8b8f-9583bbd4f3c1 2018-09-04 20:56:50,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:50,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c36c551-2b63-44bd-9d2e-56d310d38382 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 20:56:50,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-5c36c551-2b63-44bd-9d2e-56d310d38382 2018-09-04 20:56:50,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:50,728 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 20:56:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1a0efb9-fe3c-4eba-9ba0-2f00034cb4c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 20:56:50,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-c1a0efb9-fe3c-4eba-9ba0-2f00034cb4c8 2018-09-04 20:56:50,729 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 20:56:50,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:50,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a194ca0f-3d5e-4d43-81bf-0b0c913cf15b Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16"}, "enabled": true, "id": "93bd6f6d74324e8e8961dc7b313cbd16", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5af04198-794b-4e0-proj"}} 2018-09-04 20:56:50,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 used request id req-a194ca0f-3d5e-4d43-81bf-0b0c913cf15b 2018-09-04 20:56:50,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34d3a554-9798-4c36-9793-d4b5560c475f 2018-09-04 20:56:50,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=34d3a554-9798-4c36-9793-d4b5560c475f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:50,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-59c3f4fa-da72-432d-9a57-9b096e43e6ab Date: Tue, 04 Sep 2018 20:56:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:56:16Z", "security_group_id": "34d3a554-9798-4c36-9793-d4b5560c475f", "port_range_min": null, "revision_number": 0, "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "created_at": "2018-09-04T20:56:16Z", "project_id": "93bd6f6d74324e8e8961dc7b313cbd16", "id": "695ee92b-61dc-4a61-b422-b42b9e4d1678"}, {"remote_group_id": "34d3a554-9798-4c36-9793-d4b5560c475f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:56:16Z", "security_group_id": "34d3a554-9798-4c36-9793-d4b5560c475f", "port_range_min": null, "revision_number": 0, "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "created_at": "2018-09-04T20:56:16Z", "project_id": "93bd6f6d74324e8e8961dc7b313cbd16", "id": "7fcaba10-3203-4dc4-8104-dd690983626f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:56:16Z", "security_group_id": "34d3a554-9798-4c36-9793-d4b5560c475f", "port_range_min": null, "revision_number": 0, "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "created_at": "2018-09-04T20:56:16Z", "project_id": "93bd6f6d74324e8e8961dc7b313cbd16", "id": "c988f929-8816-49f7-baeb-44aa0e1c339a"}, {"remote_group_id": "34d3a554-9798-4c36-9793-d4b5560c475f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:56:16Z", "security_group_id": "34d3a554-9798-4c36-9793-d4b5560c475f", "port_range_min": null, "revision_number": 0, "tenant_id": "93bd6f6d74324e8e8961dc7b313cbd16", "created_at": "2018-09-04T20:56:16Z", "project_id": "93bd6f6d74324e8e8961dc7b313cbd16", "id": "daecc880-9b0d-4081-b131-3d700e739bc1"}]} 2018-09-04 20:56:50,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=34d3a554-9798-4c36-9793-d4b5560c475f used request id req-59c3f4fa-da72-432d-9a57-9b096e43e6ab 2018-09-04 20:56:50,993 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 20:56:50,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/34d3a554-9798-4c36-9793-d4b5560c475f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:51,292 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d15c9043-9bf2-4b4d-849d-a19c202c6895 Content-Length: 0 Date: Tue, 04 Sep 2018 20:56:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:56:51,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/34d3a554-9798-4c36-9793-d4b5560c475f used request id req-d15c9043-9bf2-4b4d-849d-a19c202c6895 2018-09-04 20:56:51,293 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-5af04198-794b-4e0-proj 2018-09-04 20:56:51,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:51,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efcf858b-978c-4192-a6b9-bdd9da4d95ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:51,637 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/93bd6f6d74324e8e8961dc7b313cbd16 used request id req-efcf858b-978c-4192-a6b9-bdd9da4d95ce 2018-09-04 20:56:51,637 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-5af04198-794b-4e0-proj-role 2018-09-04 20:56:51,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/44ab66fa22e34da1a31c999faa025c00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:51,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e52167c5-efaf-40a7-a5e6-904e0b1fa314 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:51,751 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/44ab66fa22e34da1a31c999faa025c00 used request id req-e52167c5-efaf-40a7-a5e6-904e0b1fa314 2018-09-04 20:56:51,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4557e8cf16952fd43a25d56c57e51c49b2572fe2" 2018-09-04 20:56:51,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c716f2d-976a-4d52-a077-bdaca5fb33c3 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "7b4e893c7c3945bbb23417f0020b4b1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b"}, "name": "Member"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d98dabe73fe54a91b6cdc667bf12e15a", "links": {"self": "http://172.30.9.26:5000/v3/roles/d98dabe73fe54a91b6cdc667bf12e15a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:51,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7c716f2d-976a-4d52-a077-bdaca5fb33c3 2018-09-04 20:56:51,842 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-5af04198-794b-4e0-user 2018-09-04 20:56:51,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/6232e7c660b44adca61f08cea39d439d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c6845667adc44a0e4ed8600ac8eafd6dc5fe5e" 2018-09-04 20:56:52,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05ce0f8d-cb72-4c59-9185-456509181787 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:52,028 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/6232e7c660b44adca61f08cea39d439d used request id req-05ce0f8d-cb72-4c59-9185-456509181787 2018-09-04 20:56:52,029 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.447s OK 2018-09-04 20:56:52,158 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 20:56:52,158 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-09-04 20:56:52,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:52,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:52,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cef750eb-c594-4e80-9ca9-f92d764ea731 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "7b4e893c7c3945bbb23417f0020b4b1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b"}, "name": "Member"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d98dabe73fe54a91b6cdc667bf12e15a", "links": {"self": "http://172.30.9.26:5000/v3/roles/d98dabe73fe54a91b6cdc667bf12e15a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:52,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cef750eb-c594-4e80-9ca9-f92d764ea731 2018-09-04 20:56:52,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.07501912117s 2018-09-04 20:56:52,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 20:56:52,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/d98dabe73fe54a91b6cdc667bf12e15a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:52,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0ab32c7-1c7c-425b-89ad-4185408183b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:52,445 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/d98dabe73fe54a91b6cdc667bf12e15a used request id req-a0ab32c7-1c7c-425b-89ad-4185408183b0 2018-09-04 20:56:52,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.205211877823s 2018-09-04 20:56:52,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:56:52,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:52,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c96b00a9-ad4d-4377-bc61-e57cac4ea781 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6", "links": {"self": "http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7"}, "domain_id": "default", "enabled": true, "id": "ef121b96255848ff83516c2991aa72a7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:56:52,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c96b00a9-ad4d-4377-bc61-e57cac4ea781 2018-09-04 20:56:52,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0998649597168s 2018-09-04 20:56:52,546 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c96b00a9-ad4d-4377-bc61-e57cac4ea781 2018-09-04 20:56:52,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:56:52,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:52,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b930e06c-329c-458b-9cce-0f9b97d6f661 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7"}, "enabled": true, "id": "ef121b96255848ff83516c2991aa72a7", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}} 2018-09-04 20:56:52,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7 used request id req-b930e06c-329c-458b-9cce-0f9b97d6f661 2018-09-04 20:56:52,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0871949195862s 2018-09-04 20:56:52,640 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7 used request id req-b930e06c-329c-458b-9cce-0f9b97d6f661 2018-09-04 20:56:52,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 20:56:52,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:52,821 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38bb0ff5-b085-4f5c-bed7-252885998666 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:52,822 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7 used request id req-38bb0ff5-b085-4f5c-bed7-252885998666 2018-09-04 20:56:52,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.180924892426s 2018-09-04 20:56:52,822 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/ef121b96255848ff83516c2991aa72a7 used request id req-38bb0ff5-b085-4f5c-bed7-252885998666 2018-09-04 20:56:52,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:56:52,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:52,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c3b77fd-8002-431e-a2f4-fa0e6ec9012d Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf"}, "enabled": true, "id": "9d476e7d48ef4d4c8e14477649852ecf", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_658ef14d-2ddf-43ca-beaa-82a26d81d4d6"}]} 2018-09-04 20:56:52,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-1c3b77fd-8002-431e-a2f4-fa0e6ec9012d 2018-09-04 20:56:52,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0804059505463s 2018-09-04 20:56:52,903 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-1c3b77fd-8002-431e-a2f4-fa0e6ec9012d 2018-09-04 20:56:52,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 20:56:52,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:53,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e451f09-8ab1-4659-ba40-11f8c774dc39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:53,065 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-3e451f09-8ab1-4659-ba40-11f8c774dc39 2018-09-04 20:56:53,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.159216880798s 2018-09-04 20:56:53,065 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-3e451f09-8ab1-4659-ba40-11f8c774dc39 2018-09-04 20:56:53,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:53,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:53,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f468f28-0518-449d-9f79-222ae77df921 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "7b4e893c7c3945bbb23417f0020b4b1b", "links": {"self": "http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b"}, "name": "Member"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:53,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9f468f28-0518-449d-9f79-222ae77df921 2018-09-04 20:56:53,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0790481567383s 2018-09-04 20:56:53,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 20:56:53,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12fd20c4498db50d25fba8bf2e06b0ad486b745" 2018-09-04 20:56:53,266 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e25fe5c-7009-4408-8360-5ba44013d55e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:53,266 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/7b4e893c7c3945bbb23417f0020b4b1b used request id req-5e25fe5c-7009-4408-8360-5ba44013d55e 2018-09-04 20:56:53,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.119651079178s 2018-09-04 20:56:53,267 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 13:10 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-04 20:56:53,271 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-04 20:56:56,324 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-276 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-04 20:56:56,327 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=4ucVnDuCPpadZkd3DFk98PQck export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-09-04 20:56:56,327 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 20:56:56,329 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-09-04 20:56:56,383 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-04 20:56:57,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 20:56:57,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 20:56:57,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 20:56:57,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 20:56:57,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 20:56:57,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 20:56:57,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 20:56:57,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 20:56:57,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 20:56:57,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 20:56:57,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:56:57,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b67aee2-f8ff-4117-8d02-53653e5ffce1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:56:57,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5b67aee2-f8ff-4117-8d02-53653e5ffce1 2018-09-04 20:56:57,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:56:57,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T21:56:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["Ba-cJkiBThaE0hVagz8G9w"], "issued_at": "2018-09-04T20:56:57.000000Z"}} 2018-09-04 20:56:57,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:56:57,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:58,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2384a0bc-c473-455f-9cd3-bdc7717fa95d Date: Tue, 04 Sep 2018 20:56:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:56:58,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2384a0bc-c473-455f-9cd3-bdc7717fa95d 2018-09-04 20:56:58,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.316376924515s 2018-09-04 20:56:58,152 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2384a0bc-c473-455f-9cd3-bdc7717fa95d 2018-09-04 20:56:58,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 20:56:58,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:58,166 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:56:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:56:58,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:58,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ec281bc-f33a-415e-9980-99a66ff03d1c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 20:56:58,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-7ec281bc-f33a-415e-9980-99a66ff03d1c 2018-09-04 20:56:58,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.303777933121s 2018-09-04 20:56:58,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 20:56:58,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504"}}' 2018-09-04 20:56:58,570 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:56:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8774e544-fb98-485b-9a10-564b36c2b88e Content-Length: 352 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1"}, "enabled": true, "id": "b9398d480a274461b9f66fd00c56f3b1", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504"}} 2018-09-04 20:56:58,570 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-8774e544-fb98-485b-9a10-564b36c2b88e 2018-09-04 20:56:58,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.106827974319s 2018-09-04 20:56:58,570 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-8774e544-fb98-485b-9a10-564b36c2b88e 2018-09-04 20:56:58,571 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'id': u'b9398d480a274461b9f66fd00c56f3b1', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 20:56:58,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 20:56:58,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.359514951706s 2018-09-04 20:56:58,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/d1e05565f6ad4da4bb3751753f5872d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:59,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ac3f0cc-2f23-4c74-b5de-1053a54740c2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/d1e05565f6ad4da4bb3751753f5872d0"}, "enabled": true, "id": "d1e05565f6ad4da4bb3751753f5872d0", "options": {}, "domain_id": "default", "name": "vping_ssh-user_ec0f0877-17ec-4298-8bbc-e27329e8f504"}} 2018-09-04 20:56:59,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/d1e05565f6ad4da4bb3751753f5872d0 used request id req-6ac3f0cc-2f23-4c74-b5de-1053a54740c2 2018-09-04 20:56:59,020 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd1e05565f6ad4da4bb3751753f5872d0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_ec0f0877-17ec-4298-8bbc-e27329e8f504'}) 2018-09-04 20:56:59,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:59,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:59,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4629199-cc1f-4b3a-818f-8424010ab3b5 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:59,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d4629199-cc1f-4b3a-818f-8424010ab3b5 2018-09-04 20:56:59,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0157649517059s 2018-09-04 20:56:59,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:59,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:59,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79260da0-dfa5-486e-a67e-c4ed4521983d Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:59,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-79260da0-dfa5-486e-a67e-c4ed4521983d 2018-09-04 20:56:59,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0787007808685s 2018-09-04 20:56:59,118 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 20:56:59,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 20:56:59,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" -d '{"role": {"name": "Member"}}' 2018-09-04 20:56:59,206 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:56:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f7f7070-6384-4a06-aa25-c075adb48c11 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "220eddd0190e46b990ef8f9f83a2a35a", "links": {"self": "http://172.30.9.26:5000/v3/roles/220eddd0190e46b990ef8f9f83a2a35a"}, "name": "Member"}} 2018-09-04 20:56:59,206 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-1f7f7070-6384-4a06-aa25-c075adb48c11 2018-09-04 20:56:59,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0873460769653s 2018-09-04 20:56:59,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/220eddd0190e46b990ef8f9f83a2a35a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:59,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c297d1e-50b3-4a80-b8fb-e8f632e9c407 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/220eddd0190e46b990ef8f9f83a2a35a"}, "domain_id": null, "name": "Member", "id": "220eddd0190e46b990ef8f9f83a2a35a"}} 2018-09-04 20:56:59,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/220eddd0190e46b990ef8f9f83a2a35a used request id req-3c297d1e-50b3-4a80-b8fb-e8f632e9c407 2018-09-04 20:56:59,288 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/220eddd0190e46b990ef8f9f83a2a35a'}, 'domain_id': None, 'human_id': None, 'id': u'220eddd0190e46b990ef8f9f83a2a35a', 'HUMAN_ID': False}) 2018-09-04 20:56:59,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:56:59,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:59,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac30584c-56ff-41cf-82fa-91a1cd2ed03a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "220eddd0190e46b990ef8f9f83a2a35a", "links": {"self": "http://172.30.9.26:5000/v3/roles/220eddd0190e46b990ef8f9f83a2a35a"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:56:59,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ac30584c-56ff-41cf-82fa-91a1cd2ed03a 2018-09-04 20:56:59,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0803339481354s 2018-09-04 20:56:59,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:56:59,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:59,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-533214b6-2df0-427d-89e5-5f0fd7ab6a85 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:56:59,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-533214b6-2df0-427d-89e5-5f0fd7ab6a85 2018-09-04 20:56:59,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0736489295959s 2018-09-04 20:56:59,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:56:59,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:59,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5599e99-9bba-4d9f-922a-9853eb9a71c0 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_ec0f0877-17ec-4298-8bbc-e27329e8f504", "links": {"self": "http://172.30.9.26:5000/v3/users/d1e05565f6ad4da4bb3751753f5872d0"}, "domain_id": "default", "enabled": true, "id": "d1e05565f6ad4da4bb3751753f5872d0", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:56:59,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a5599e99-9bba-4d9f-922a-9853eb9a71c0 2018-09-04 20:56:59,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.093817949295s 2018-09-04 20:56:59,539 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a5599e99-9bba-4d9f-922a-9853eb9a71c0 2018-09-04 20:56:59,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:56:59,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:59,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a47d38ab-472d-4cad-982e-c6d18f12ed19 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1"}, "enabled": true, "id": "b9398d480a274461b9f66fd00c56f3b1", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504"}]} 2018-09-04 20:56:59,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-a47d38ab-472d-4cad-982e-c6d18f12ed19 2018-09-04 20:56:59,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0851340293884s 2018-09-04 20:56:59,631 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-a47d38ab-472d-4cad-982e-c6d18f12ed19 2018-09-04 20:56:59,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:56:59,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=d1e05565f6ad4da4bb3751753f5872d0&scope.project.id=b9398d480a274461b9f66fd00c56f3b1&role.id=220eddd0190e46b990ef8f9f83a2a35a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:59,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98da53a6-7ddf-48b2-ba8a-92acd92288ab Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=d1e05565f6ad4da4bb3751753f5872d0&scope.project.id=b9398d480a274461b9f66fd00c56f3b1&role.id=220eddd0190e46b990ef8f9f83a2a35a", "previous": null, "next": null}} 2018-09-04 20:56:59,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=d1e05565f6ad4da4bb3751753f5872d0&scope.project.id=b9398d480a274461b9f66fd00c56f3b1&role.id=220eddd0190e46b990ef8f9f83a2a35a used request id req-98da53a6-7ddf-48b2-ba8a-92acd92288ab 2018-09-04 20:56:59,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0752041339874s 2018-09-04 20:56:59,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:56:59,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1/users/d1e05565f6ad4da4bb3751753f5872d0/roles/220eddd0190e46b990ef8f9f83a2a35a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:59,908 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:56:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d46e4be1-e70a-4fe2-8a4a-851624121f2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:56:59,908 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1/users/d1e05565f6ad4da4bb3751753f5872d0/roles/220eddd0190e46b990ef8f9f83a2a35a used request id req-d46e4be1-e70a-4fe2-8a4a-851624121f2e 2018-09-04 20:56:59,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.199460983276s 2018-09-04 20:56:59,910 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '6b113ef2-03c5-473a-9792-5ff78a60786e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_ssh-user_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'project_id': u'b9398d480a274461b9f66fd00c56f3b1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 20:56:59,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 20:56:59,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 20:56:59,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 20:56:59,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 20:56:59,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 20:56:59,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 20:56:59,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 20:56:59,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 20:56:59,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 20:56:59,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 20:56:59,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 20:56:59,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 20:56:59,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 20:56:59,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 20:56:59,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 20:56:59,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 20:56:59,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 20:56:59,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 20:56:59,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 20:56:59,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 20:56:59,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 20:56:59,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 20:56:59,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 20:56:59,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 20:56:59,916 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'password': '6b113ef2-03c5-473a-9792-5ff78a60786e', 'project_name': 'vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'b9398d480a274461b9f66fd00c56f3b1', 'project_domain_name': 'Default'} 2018-09-04 20:56:59,916 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-04 20:56:59,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 20:56:59,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:56:59,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36404c0c-57d3-4997-b767-4b75c7f6e6ea Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 20:57:00,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-36404c0c-57d3-4997-b767-4b75c7f6e6ea 2018-09-04 20:57:00,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0835537910461s 2018-09-04 20:57:00,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:57:00,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:57:00,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b4830e7-53be-400a-99ac-42505c7043d0 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1"}, "enabled": true, "id": "b9398d480a274461b9f66fd00c56f3b1", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504"}]} 2018-09-04 20:57:00,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-3b4830e7-53be-400a-99ac-42505c7043d0 2018-09-04 20:57:00,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.07395195961s 2018-09-04 20:57:00,076 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-3b4830e7-53be-400a-99ac-42505c7043d0 2018-09-04 20:57:00,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 20:57:00,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" -d '{"network": {"tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "name": "vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504", "admin_state_up": true}}' 2018-09-04 20:57:00,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-e508d46e-ae40-4c8b-8fe9-896ed2143e8d Date: Tue, 04 Sep 2018 20:57:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4fad8df8-6897-447a-b000-2428d52035fd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"b9398d480a274461b9f66fd00c56f3b1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:57:00Z","is_default":false,"qos_policy_id":null,"name":"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504","admin_state_up":true,"tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:00Z","mtu":1450}} 2018-09-04 20:57:00,737 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e508d46e-ae40-4c8b-8fe9-896ed2143e8d 2018-09-04 20:57:00,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.658020973206s 2018-09-04 20:57:00,737 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e508d46e-ae40-4c8b-8fe9-896ed2143e8d 2018-09-04 20:57:00,737 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T20:57:00Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4fad8df8-6897-447a-b000-2428d52035fd', u'provider:segmentation_id': 51, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504', u'created_at': u'2018-09-04T20:57:00Z', u'mtu': 1450, u'tenant_id': u'b9398d480a274461b9f66fd00c56f3b1', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b9398d480a274461b9f66fd00c56f3b1'}) 2018-09-04 20:57:00,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:57:00,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-086119a1-5540-4e08-81e4-7a63c0855f54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:57:00,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-086119a1-5540-4e08-81e4-7a63c0855f54 2018-09-04 20:57:00,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:57:01,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "220eddd0190e46b990ef8f9f83a2a35a", "name": "Member"}], "expires_at": "2018-09-04T21:57:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9398d480a274461b9f66fd00c56f3b1", "name": "vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b9398d480a274461b9f66fd00c56f3b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b9398d480a274461b9f66fd00c56f3b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b9398d480a274461b9f66fd00c56f3b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b9398d480a274461b9f66fd00c56f3b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b9398d480a274461b9f66fd00c56f3b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b9398d480a274461b9f66fd00c56f3b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b9398d480a274461b9f66fd00c56f3b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b9398d480a274461b9f66fd00c56f3b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b9398d480a274461b9f66fd00c56f3b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b9398d480a274461b9f66fd00c56f3b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b9398d480a274461b9f66fd00c56f3b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b9398d480a274461b9f66fd00c56f3b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_ec0f0877-17ec-4298-8bbc-e27329e8f504", "id": "d1e05565f6ad4da4bb3751753f5872d0"}, "audit_ids": ["qemRI8OyRU23NBdk1AdzoA"], "issued_at": "2018-09-04T20:57:01.000000Z"}} 2018-09-04 20:57:01,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:57:01,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:01,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-e68d6044-c891-4b2a-affe-fccb9401da7d Date: Tue, 04 Sep 2018 20:57:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T20:57:00Z","tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b9398d480a274461b9f66fd00c56f3b1","id":"4fad8df8-6897-447a-b000-2428d52035fd","name":"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 20:57:01,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e68d6044-c891-4b2a-affe-fccb9401da7d 2018-09-04 20:57:01,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263695955276s 2018-09-04 20:57:01,390 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e68d6044-c891-4b2a-affe-fccb9401da7d 2018-09-04 20:57:01,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 20:57:01,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"subnet": {"name": "vping_ssh-subnet_ec0f0877-17ec-4298-8bbc-e27329e8f504", "enable_dhcp": true, "network_id": "4fad8df8-6897-447a-b000-2428d52035fd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 20:57:02,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-7a868887-8263-4fc8-b954-3ffb5d4da0db Date: Tue, 04 Sep 2018 20:57:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4fad8df8-6897-447a-b000-2428d52035fd","tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T20:57:01Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"b9398d480a274461b9f66fd00c56f3b1","id":"030a6eb7-6d5c-4a03-a311-68e819e2cf86","subnetpool_id":null,"name":"vping_ssh-subnet_ec0f0877-17ec-4298-8bbc-e27329e8f504"}} 2018-09-04 20:57:02,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7a868887-8263-4fc8-b954-3ffb5d4da0db 2018-09-04 20:57:02,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.81884598732s 2018-09-04 20:57:02,210 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7a868887-8263-4fc8-b954-3ffb5d4da0db 2018-09-04 20:57:02,211 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T20:57:01Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'030a6eb7-6d5c-4a03-a311-68e819e2cf86', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_ec0f0877-17ec-4298-8bbc-e27329e8f504', u'enable_dhcp': True, u'network_id': u'4fad8df8-6897-447a-b000-2428d52035fd', u'tenant_id': u'b9398d480a274461b9f66fd00c56f3b1', u'created_at': u'2018-09-04T20:57:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b9398d480a274461b9f66fd00c56f3b1'}) 2018-09-04 20:57:02,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 20:57:02,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "vping_ssh-router_ec0f0877-17ec-4298-8bbc-e27329e8f504", "admin_state_up": true}}' 2018-09-04 20:57:07,638 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-b97d8f7b-f582-4bdf-9248-37f5f8f95c5b Date: Tue, 04 Sep 2018 20:57:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:03Z", "admin_state_up": true, "updated_at": "2018-09-04T20:57:04Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "e21b62fc-ac0c-4065-958b-28c60d7d6d0a", "name": "vping_ssh-router_ec0f0877-17ec-4298-8bbc-e27329e8f504"}} 2018-09-04 20:57:07,638 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b97d8f7b-f582-4bdf-9248-37f5f8f95c5b 2018-09-04 20:57:07,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.42725896835s 2018-09-04 20:57:07,640 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b97d8f7b-f582-4bdf-9248-37f5f8f95c5b 2018-09-04 20:57:07,640 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T20:57:04Z', u'revision_number': 2, u'id': u'e21b62fc-ac0c-4065-958b-28c60d7d6d0a', u'external_gateway_info': {u'network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'97e3a010-d0e8-45f7-9bbb-04a537953fb8', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_ec0f0877-17ec-4298-8bbc-e27329e8f504', u'admin_state_up': True, u'tenant_id': u'b9398d480a274461b9f66fd00c56f3b1', u'created_at': u'2018-09-04T20:57:03Z', u'flavor_id': None, u'routes': [], u'project_id': u'b9398d480a274461b9f66fd00c56f3b1'}) 2018-09-04 20:57:07,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 20:57:07,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/e21b62fc-ac0c-4065-958b-28c60d7d6d0a/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"subnet_id": "030a6eb7-6d5c-4a03-a311-68e819e2cf86"}' 2018-09-04 20:57:09,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8029f024-cb3d-4174-a8c0-a2a7db72c662 Date: Tue, 04 Sep 2018 20:57:09 GMT RESP BODY: {"network_id": "4fad8df8-6897-447a-b000-2428d52035fd", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "subnet_id": "030a6eb7-6d5c-4a03-a311-68e819e2cf86", "subnet_ids": ["030a6eb7-6d5c-4a03-a311-68e819e2cf86"], "port_id": "1ba102e6-bc96-4cf8-8a74-a7819c1e82d0", "id": "e21b62fc-ac0c-4065-958b-28c60d7d6d0a"} 2018-09-04 20:57:09,878 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e21b62fc-ac0c-4065-958b-28c60d7d6d0a/add_router_interface.json used request id req-8029f024-cb3d-4174-a8c0-a2a7db72c662 2018-09-04 20:57:09,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.23666501045s 2018-09-04 20:57:09,879 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e21b62fc-ac0c-4065-958b-28c60d7d6d0a/add_router_interface.json used request id req-8029f024-cb3d-4174-a8c0-a2a7db72c662 returning object e21b62fc-ac0c-4065-958b-28c60d7d6d0a 2018-09-04 20:57:09,880 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:57:10,011 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-04 20:57:10,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:10,019 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 20:57:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-09-04 20:57:10,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:57:10,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:10,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-455b7ef3-85f3-4171-857e-da4967952850 Date: Tue, 04 Sep 2018 20:57:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:57:10,335 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-455b7ef3-85f3-4171-857e-da4967952850 2018-09-04 20:57:10,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.311874866486s 2018-09-04 20:57:10,335 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-455b7ef3-85f3-4171-857e-da4967952850 2018-09-04 20:57:10,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 20:57:10,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504"}' 2018-09-04 20:57:10,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd X-Openstack-Request-Id: req-9b4f2c30-0731-4ecc-9c4d-428c54b0ebb7 Date: Tue, 04 Sep 2018 20:57:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/file", "owner": "b9398d480a274461b9f66fd00c56f3b1", "id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "size": null, "self": "/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:57:10Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504", "checksum": null, "created_at": "2018-09-04T20:57:10Z", "protected": false} 2018-09-04 20:57:10,568 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-9b4f2c30-0731-4ecc-9c4d-428c54b0ebb7 2018-09-04 20:57:10,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.231188774109s 2018-09-04 20:57:10,569 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-9b4f2c30-0731-4ecc-9c4d-428c54b0ebb7 returning object c0f2d857-ab14-4475-a8b5-a82518a618bd 2018-09-04 20:57:10,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 20:57:10,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '' 2018-09-04 20:57:11,941 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2db4d4f-a80e-43b2-9c1b-e17657af10df Date: Tue, 04 Sep 2018 20:57:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:57:11,941 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/file used request id req-f2db4d4f-a80e-43b2-9c1b-e17657af10df 2018-09-04 20:57:11,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.37156200409s 2018-09-04 20:57:11,941 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/file used request id req-f2db4d4f-a80e-43b2-9c1b-e17657af10df 2018-09-04 20:57:11,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:57:11,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:11,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-e2721f44-9f0a-4ff1-82fd-a75c185603f0 Date: Tue, 04 Sep 2018 20:57:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/snap", "metadata": {}}], "file": "/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/file", "owner": "b9398d480a274461b9f66fd00c56f3b1", "id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "size": 12716032, "self": "/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:57:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:57:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:57:11,974 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e2721f44-9f0a-4ff1-82fd-a75c185603f0 2018-09-04 20:57:11,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0321159362793s 2018-09-04 20:57:11,975 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e2721f44-9f0a-4ff1-82fd-a75c185603f0 2018-09-04 20:57:11,977 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/file', 'owner': u'b9398d480a274461b9f66fd00c56f3b1', 'id': u'c0f2d857-ab14-4475-a8b5-a82518a618bd', 'size': 12716032, u'self': u'/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b9398d480a274461b9f66fd00c56f3b1', 'name': 'vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T20:57:11Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-04T20:57:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'created': u'2018-09-04T20:57:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T20:57:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 20:57:11,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 20:57:11,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_ec0f0877-17ec-4298-8bbc-e27329e8f504", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 20:57:12,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3bce3622-2e3f-4147-b35f-0b3f906c4ecc x-compute-request-id: req-3bce3622-2e3f-4147-b35f-0b3f906c4ecc Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "name": "vping_ssh-flavor_ec0f0877-17ec-4298-8bbc-e27329e8f504", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:57:12,219 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-3bce3622-2e3f-4147-b35f-0b3f906c4ecc 2018-09-04 20:57:12,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.240869998932s 2018-09-04 20:57:12,219 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-3bce3622-2e3f-4147-b35f-0b3f906c4ecc returning object 22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9 2018-09-04 20:57:12,220 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9', 'swap': 0}) 2018-09-04 20:57:12,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 20:57:12,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" -d '{"extra_specs": {}}' 2018-09-04 20:57:12,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-563cb536-bf9b-4851-ac8a-e6eb0fb943eb x-compute-request-id: req-563cb536-bf9b-4851-ac8a-e6eb0fb943eb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 20:57:12,245 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9/os-extra_specs used request id req-563cb536-bf9b-4851-ac8a-e6eb0fb943eb 2018-09-04 20:57:12,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236630439758s 2018-09-04 20:57:12,245 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9/os-extra_specs used request id req-563cb536-bf9b-4851-ac8a-e6eb0fb943eb 2018-09-04 20:57:12,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-04 20:57:12,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"keypair": {"name": "vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504"}}' 2018-09-04 20:57:12,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7ae21c3-2616-43ed-a9e4-69ef823d196c x-compute-request-id: req-b7ae21c3-2616-43ed-a9e4-69ef823d196c Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqHQOXQ+lfJyvwdirGbZskaZMwTPj3GaOxHtOVjDZb/tDC9/H/c99lwL+8G0HL+1iAVuHdNc8EN+TBXOU/xhkyeuGwbjwIDm0T1laO95sKa9cZ/fFJbOM+W8WTlRqNaGqxun9+nN07sKVJ9UpPu2tHyCLyQEbGQtBDt0wQ6JHg9sz59/oYikMl+esc6MXDpdDBY2CkK8gvfMfoSA0GRnq09otaRh/OYT+nVw+vMiBYGYfhtJxr7NujBI1lYXcXo8eqnthNCuccmv0NXogcMv4UVRLJQGjNFt6k3hbYsNe5FIywZeq2sOSQVrzgBJzLcn6BLMWeBy6oJdN9oizWj1m3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqh0Dl0PpXycr8HYqxm2bJGmTMEz49xmjsR7TlYw2W/7Qwvfx\n/3PfZcC/vBtBy/tYgFbh3TXPBDfkwVzlP8YZMnrhsG48CA5tE9ZWjvebCmvXGf3x\nSWzjPlvFk5UajWhqsbp/fpzdO7ClSfVKT7trR8gi8kBGxkLQQ7dMEOiR4PbM+ff6\nGIpDJfnrHOjFw6XQwWNgpCvIL3zH6EgNBkZ6tPaLWkYfzmE/p1cPrzIgWBmH4bSc\na+zbowSNZWF3F6PHqp7YTQrnHJr9DV6IHDL+FFUSyUBozRbepN4W2LDXuRSMsGXq\ntrDkkFa84AScy3J+gSzFngcuqCXTfaIs1o9ZtwIDAQABAoIBACjD5S1ll9I2l9/6\n4UtFzszOA/iqKWtFmKWERp3qyMgI60wdkL9vrBQ9OXVBbuYL6Gxw5ZVWJLLVFhuE\nQGek+DrRma3m7LndgyQi1AFUsrGvoA9ZfG3lCxvRcCpqq79BS3glwhG8U4PPU/zC\nLDmpJw8/lahJ4Ov37OKdVTwkD3lCJ1fKIVl/r2EfpV3JFy+6QlaOnyPZxHdopJ7g\nUejrroz8BKpB4M2AoAMBnuTDDBvZTfw64fEdea6LmerXQ/UbAyWp8qoagiVXspLJ\ntdHOT97VwsQs4hTlBjF8GwGVGMUhlkh7+zeBOtYiFjyioeneN10mxaOTSfhnQ6/R\n1g2rFmkCgYEA1WB4Owi1IqmzdDigIqcUT4CyVYA2oIZNjgrT6HWeXJ3mD0bO4eyN\n+YnVCt+x6GsHUf7B3yGFfF0bt9DqjzWL+RAQRXzKVThlsrz5E20nO6/W86Th/FP0\nYkNzi1MNuVdZQhi0yAuKDBRb03DsWSKawKCgIE4Uhf3m7hWLqUNcsksCgYEAzBgp\nrV2RueSZKlZdIJzH+vBx1b+c7mTqgKIvlhP/L/X/ZCBE55jflrYN6WMFjxphQShk\nAlLO3ht1UjToYIzPHmqdkIv/wT83dapjEOZV0Wcn2XEmbVtmmrlNyGjdc9urjfpS\ne6leIar1pAfhwzxYHvk1vBQX7eX/6Mu1VQuGssUCgYEAhHnli7lnRIMaAJFbksgr\nCwU7M2xr/hQEOKkuUcgcryH1gQyUS55js0dI9vxVZ5hzrgu+cHtOdh0UpXZW+tzi\n75pyj8HfmTNvqJ49AjulvR/6E8EN8WxqcUuxhBHnlmfN6gSO0Rig98j4DfmxM9IR\nRIE1iXkQsvQlmTHVSRyig6sCgYA1z10Vr2jfiSz046ZUFeIIAGMTBx0aIZNObPR8\n7jLG82XtgTCJm12//6n1Ub1CeKMRqdOMZUbTeovZK8fkxNtK2rNGTBMXYVJ+/Hh4\nGTKhLkBsbQ/Dn2iS/K5MW5GfnVhC66/ZmNMPr2JqaAWXEw7sw6nuN6IDgDOTrjnV\n/V77PQKBgQC7C23l2puW++Jn518I1ojYEsJFUK65Bf5OFf3QejxWSbnAOD8r758y\nN12dHuxFRxjhmfGimFr+WQKUYxmOTlj14J4TKUYE+1IuHikE6JN3X3t0eFEczTxG\nITJdT8D/R6mPRQzkwB797QEDTPDGDnN4INYzRHQXWT6ZPgIGd10Q5w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "name": "vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504", "fingerprint": "5f:ca:05:26:47:fa:9c:78:54:82:a3:f2:94:23:f9:bd"}} 2018-09-04 20:57:12,603 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-b7ae21c3-2616-43ed-a9e4-69ef823d196c 2018-09-04 20:57:12,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.357069015503s 2018-09-04 20:57:12,603 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-b7ae21c3-2616-43ed-a9e4-69ef823d196c 2018-09-04 20:57:12,604 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqHQOXQ+lfJyvwdirGbZskaZMwTPj3GaOxHtOVjDZb/tDC9/H/c99lwL+8G0HL+1iAVuHdNc8EN+TBXOU/xhkyeuGwbjwIDm0T1laO95sKa9cZ/fFJbOM+W8WTlRqNaGqxun9+nN07sKVJ9UpPu2tHyCLyQEbGQtBDt0wQ6JHg9sz59/oYikMl+esc6MXDpdDBY2CkK8gvfMfoSA0GRnq09otaRh/OYT+nVw+vMiBYGYfhtJxr7NujBI1lYXcXo8eqnthNCuccmv0NXogcMv4UVRLJQGjNFt6k3hbYsNe5FIywZeq2sOSQVrzgBJzLcn6BLMWeBy6oJdN9oizWj1m3 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqh0Dl0PpXycr8HYqxm2bJGmTMEz49xmjsR7TlYw2W/7Qwvfx\n/3PfZcC/vBtBy/tYgFbh3TXPBDfkwVzlP8YZMnrhsG48CA5tE9ZWjvebCmvXGf3x\nSWzjPlvFk5UajWhqsbp/fpzdO7ClSfVKT7trR8gi8kBGxkLQQ7dMEOiR4PbM+ff6\nGIpDJfnrHOjFw6XQwWNgpCvIL3zH6EgNBkZ6tPaLWkYfzmE/p1cPrzIgWBmH4bSc\na+zbowSNZWF3F6PHqp7YTQrnHJr9DV6IHDL+FFUSyUBozRbepN4W2LDXuRSMsGXq\ntrDkkFa84AScy3J+gSzFngcuqCXTfaIs1o9ZtwIDAQABAoIBACjD5S1ll9I2l9/6\n4UtFzszOA/iqKWtFmKWERp3qyMgI60wdkL9vrBQ9OXVBbuYL6Gxw5ZVWJLLVFhuE\nQGek+DrRma3m7LndgyQi1AFUsrGvoA9ZfG3lCxvRcCpqq79BS3glwhG8U4PPU/zC\nLDmpJw8/lahJ4Ov37OKdVTwkD3lCJ1fKIVl/r2EfpV3JFy+6QlaOnyPZxHdopJ7g\nUejrroz8BKpB4M2AoAMBnuTDDBvZTfw64fEdea6LmerXQ/UbAyWp8qoagiVXspLJ\ntdHOT97VwsQs4hTlBjF8GwGVGMUhlkh7+zeBOtYiFjyioeneN10mxaOTSfhnQ6/R\n1g2rFmkCgYEA1WB4Owi1IqmzdDigIqcUT4CyVYA2oIZNjgrT6HWeXJ3mD0bO4eyN\n+YnVCt+x6GsHUf7B3yGFfF0bt9DqjzWL+RAQRXzKVThlsrz5E20nO6/W86Th/FP0\nYkNzi1MNuVdZQhi0yAuKDBRb03DsWSKawKCgIE4Uhf3m7hWLqUNcsksCgYEAzBgp\nrV2RueSZKlZdIJzH+vBx1b+c7mTqgKIvlhP/L/X/ZCBE55jflrYN6WMFjxphQShk\nAlLO3ht1UjToYIzPHmqdkIv/wT83dapjEOZV0Wcn2XEmbVtmmrlNyGjdc9urjfpS\ne6leIar1pAfhwzxYHvk1vBQX7eX/6Mu1VQuGssUCgYEAhHnli7lnRIMaAJFbksgr\nCwU7M2xr/hQEOKkuUcgcryH1gQyUS55js0dI9vxVZ5hzrgu+cHtOdh0UpXZW+tzi\n75pyj8HfmTNvqJ49AjulvR/6E8EN8WxqcUuxhBHnlmfN6gSO0Rig98j4DfmxM9IR\nRIE1iXkQsvQlmTHVSRyig6sCgYA1z10Vr2jfiSz046ZUFeIIAGMTBx0aIZNObPR8\n7jLG82XtgTCJm12//6n1Ub1CeKMRqdOMZUbTeovZK8fkxNtK2rNGTBMXYVJ+/Hh4\nGTKhLkBsbQ/Dn2iS/K5MW5GfnVhC66/ZmNMPr2JqaAWXEw7sw6nuN6IDgDOTrjnV\n/V77PQKBgQC7C23l2puW++Jn518I1ojYEsJFUK65Bf5OFf3QejxWSbnAOD8r758y\nN12dHuxFRxjhmfGimFr+WQKUYxmOTlj14J4TKUYE+1IuHikE6JN3X3t0eFEczTxG\nITJdT8D/R6mPRQzkwB797QEDTPDGDnN4INYzRHQXWT6ZPgIGd10Q5w==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd1e05565f6ad4da4bb3751753f5872d0', 'name': u'vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'created_at': '2018-09-04T20:57:12.604673', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b9398d480a274461b9f66fd00c56f3b1', 'name': 'vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'5f:ca:05:26:47:fa:9c:78:54:82:a3:f2:94:23:f9:bd', 'type': 'ssh', 'id': u'vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504'}) 2018-09-04 20:57:12,605 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAqh0Dl0PpXycr8HYqxm2bJGmTMEz49xmjsR7TlYw2W/7Qwvfx /3PfZcC/vBtBy/tYgFbh3TXPBDfkwVzlP8YZMnrhsG48CA5tE9ZWjvebCmvXGf3x SWzjPlvFk5UajWhqsbp/fpzdO7ClSfVKT7trR8gi8kBGxkLQQ7dMEOiR4PbM+ff6 GIpDJfnrHOjFw6XQwWNgpCvIL3zH6EgNBkZ6tPaLWkYfzmE/p1cPrzIgWBmH4bSc a+zbowSNZWF3F6PHqp7YTQrnHJr9DV6IHDL+FFUSyUBozRbepN4W2LDXuRSMsGXq trDkkFa84AScy3J+gSzFngcuqCXTfaIs1o9ZtwIDAQABAoIBACjD5S1ll9I2l9/6 4UtFzszOA/iqKWtFmKWERp3qyMgI60wdkL9vrBQ9OXVBbuYL6Gxw5ZVWJLLVFhuE QGek+DrRma3m7LndgyQi1AFUsrGvoA9ZfG3lCxvRcCpqq79BS3glwhG8U4PPU/zC LDmpJw8/lahJ4Ov37OKdVTwkD3lCJ1fKIVl/r2EfpV3JFy+6QlaOnyPZxHdopJ7g Uejrroz8BKpB4M2AoAMBnuTDDBvZTfw64fEdea6LmerXQ/UbAyWp8qoagiVXspLJ tdHOT97VwsQs4hTlBjF8GwGVGMUhlkh7+zeBOtYiFjyioeneN10mxaOTSfhnQ6/R 1g2rFmkCgYEA1WB4Owi1IqmzdDigIqcUT4CyVYA2oIZNjgrT6HWeXJ3mD0bO4eyN +YnVCt+x6GsHUf7B3yGFfF0bt9DqjzWL+RAQRXzKVThlsrz5E20nO6/W86Th/FP0 YkNzi1MNuVdZQhi0yAuKDBRb03DsWSKawKCgIE4Uhf3m7hWLqUNcsksCgYEAzBgp rV2RueSZKlZdIJzH+vBx1b+c7mTqgKIvlhP/L/X/ZCBE55jflrYN6WMFjxphQShk AlLO3ht1UjToYIzPHmqdkIv/wT83dapjEOZV0Wcn2XEmbVtmmrlNyGjdc9urjfpS e6leIar1pAfhwzxYHvk1vBQX7eX/6Mu1VQuGssUCgYEAhHnli7lnRIMaAJFbksgr CwU7M2xr/hQEOKkuUcgcryH1gQyUS55js0dI9vxVZ5hzrgu+cHtOdh0UpXZW+tzi 75pyj8HfmTNvqJ49AjulvR/6E8EN8WxqcUuxhBHnlmfN6gSO0Rig98j4DfmxM9IR RIE1iXkQsvQlmTHVSRyig6sCgYA1z10Vr2jfiSz046ZUFeIIAGMTBx0aIZNObPR8 7jLG82XtgTCJm12//6n1Ub1CeKMRqdOMZUbTeovZK8fkxNtK2rNGTBMXYVJ+/Hh4 GTKhLkBsbQ/Dn2iS/K5MW5GfnVhC66/ZmNMPr2JqaAWXEw7sw6nuN6IDgDOTrjnV /V77PQKBgQC7C23l2puW++Jn518I1ojYEsJFUK65Bf5OFf3QejxWSbnAOD8r758y N12dHuxFRxjhmfGimFr+WQKUYxmOTlj14J4TKUYE+1IuHikE6JN3X3t0eFEczTxG ITJdT8D/R6mPRQzkwB797QEDTPDGDnN4INYzRHQXWT6ZPgIGd10Q5w== -----END RSA PRIVATE KEY----- 2018-09-04 20:57:12,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-04 20:57:12,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"security_group": {"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-09-04 20:57:12,961 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-f1314518-2d02-4e58-89fe-b75c7f7bee38 Date: Tue, 04 Sep 2018 20:57:12 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:12Z", "updated_at": "2018-09-04T20:57:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:12Z", "revision_number": 0, "id": "10f7aa1a-5af1-4b6e-8846-961b2bd6df9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:12Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:12Z", "revision_number": 0, "id": "3b938730-d86e-490b-a744-bbf18398adc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:12Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 2, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "636b041a-4328-4975-b201-211164cc1757", "name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}} 2018-09-04 20:57:12,961 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-f1314518-2d02-4e58-89fe-b75c7f7bee38 2018-09-04 20:57:12,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.353480100632s 2018-09-04 20:57:12,962 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-f1314518-2d02-4e58-89fe-b75c7f7bee38 2018-09-04 20:57:12,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 20:57:12,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:13,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-3200d700-473e-4da6-9a72-0b0ccd08c297 Date: Tue, 04 Sep 2018 20:57:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:12Z", "updated_at": "2018-09-04T20:57:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:12Z", "revision_number": 0, "id": "10f7aa1a-5af1-4b6e-8846-961b2bd6df9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:12Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:12Z", "revision_number": 0, "id": "3b938730-d86e-490b-a744-bbf18398adc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:12Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 2, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "636b041a-4328-4975-b201-211164cc1757", "name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}]} 2018-09-04 20:57:13,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-3200d700-473e-4da6-9a72-0b0ccd08c297 2018-09-04 20:57:13,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.21598815918s 2018-09-04 20:57:13,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-3200d700-473e-4da6-9a72-0b0ccd08c297 2018-09-04 20:57:13,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 20:57:13,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "636b041a-4328-4975-b201-211164cc1757"}}' 2018-09-04 20:57:13,487 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f12117e3-bcbd-4a6d-abbf-7073bab96b6a Date: Tue, 04 Sep 2018 20:57:13 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T20:57:13Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "port_range_min": 22, "revision_number": 0, "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:13Z", "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "a6329625-d9a7-47cc-82f2-e82d0114f9a0"}} 2018-09-04 20:57:13,488 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-f12117e3-bcbd-4a6d-abbf-7073bab96b6a 2018-09-04 20:57:13,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.300945997238s 2018-09-04 20:57:13,488 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-f12117e3-bcbd-4a6d-abbf-7073bab96b6a 2018-09-04 20:57:13,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 20:57:13,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:13,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-44982bb7-f4cc-4789-ae46-fafd8b9c8255 Date: Tue, 04 Sep 2018 20:57:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:12Z", "updated_at": "2018-09-04T20:57:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:12Z", "revision_number": 0, "id": "10f7aa1a-5af1-4b6e-8846-961b2bd6df9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:12Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:12Z", "revision_number": 0, "id": "3b938730-d86e-490b-a744-bbf18398adc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:12Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T20:57:13Z", "revision_number": 0, "id": "a6329625-d9a7-47cc-82f2-e82d0114f9a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:13Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 3, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "636b041a-4328-4975-b201-211164cc1757", "name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}]} 2018-09-04 20:57:13,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-44982bb7-f4cc-4789-ae46-fafd8b9c8255 2018-09-04 20:57:13,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205698013306s 2018-09-04 20:57:13,698 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-44982bb7-f4cc-4789-ae46-fafd8b9c8255 2018-09-04 20:57:13,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 20:57:13,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "636b041a-4328-4975-b201-211164cc1757"}}' 2018-09-04 20:57:13,889 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-931dff74-07d6-4821-b8b1-156670ec657c Date: Tue, 04 Sep 2018 20:57:13 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T20:57:13Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "port_range_min": null, "revision_number": 0, "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:13Z", "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "7742c031-8b58-48d8-96c0-48bb9c5cbb45"}} 2018-09-04 20:57:13,889 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-931dff74-07d6-4821-b8b1-156670ec657c 2018-09-04 20:57:13,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.187147140503s 2018-09-04 20:57:13,889 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-931dff74-07d6-4821-b8b1-156670ec657c 2018-09-04 20:57:13,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:57:13,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:14,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-61332178-4447-491f-b2a8-e2ea7fcdf819 Date: Tue, 04 Sep 2018 20:57:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["030a6eb7-6d5c-4a03-a311-68e819e2cf86"],"updated_at":"2018-09-04T20:57:01Z","tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b9398d480a274461b9f66fd00c56f3b1","id":"4fad8df8-6897-447a-b000-2428d52035fd","name":"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 20:57:14,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-61332178-4447-491f-b2a8-e2ea7fcdf819 2018-09-04 20:57:14,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.275074958801s 2018-09-04 20:57:14,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-61332178-4447-491f-b2a8-e2ea7fcdf819 2018-09-04 20:57:14,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:57:14,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:14,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-b1a87681-9957-4484-8cb6-da79ba29fd48 Date: Tue, 04 Sep 2018 20:57:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/snap", "metadata": {}}], "file": "/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/file", "owner": "b9398d480a274461b9f66fd00c56f3b1", "id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "size": 12716032, "self": "/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:57:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:57:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:57:14,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b1a87681-9957-4484-8cb6-da79ba29fd48 2018-09-04 20:57:14,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17191195488s 2018-09-04 20:57:14,340 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b1a87681-9957-4484-8cb6-da79ba29fd48 2018-09-04 20:57:14,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 20:57:14,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:14,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7af5504-36de-4925-a8ce-f0647fb947e1 x-compute-request-id: req-b7af5504-36de-4925-a8ce-f0647fb947e1 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "name": "vping_ssh-flavor_ec0f0877-17ec-4298-8bbc-e27329e8f504", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 20:57:14,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b7af5504-36de-4925-a8ce-f0647fb947e1 2018-09-04 20:57:14,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.031466960907s 2018-09-04 20:57:14,374 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b7af5504-36de-4925-a8ce-f0647fb947e1 2018-09-04 20:57:14,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-04 20:57:14,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"server": {"name": "vping_ssh-vm2_ec0f0877-17ec-4298-8bbc-e27329e8f504", "imageRef": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "flavorRef": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4fad8df8-6897-447a-b000-2428d52035fd"}], "security_groups": [{"name": "636b041a-4328-4975-b201-211164cc1757"}]}}' 2018-09-04 20:57:16,840 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1fc01520-a272-48b7-9d47-30588e6731cb x-compute-request-id: req-1fc01520-a272-48b7-9d47-30588e6731cb Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "636b041a-4328-4975-b201-211164cc1757"}], "OS-DCF:diskConfig": "MANUAL", "id": "fb23a93b-7e94-4fc2-a187-37f6093e2be2", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "bookmark"}], "adminPass": "XRC9QQUiJPWZ"}} 2018-09-04 20:57:16,840 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-1fc01520-a272-48b7-9d47-30588e6731cb 2018-09-04 20:57:16,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.46412205696s 2018-09-04 20:57:16,841 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-1fc01520-a272-48b7-9d47-30588e6731cb 2018-09-04 20:57:16,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:16,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:17,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96aa776f-0957-49d8-ba8e-1ac9f88b8103 x-compute-request-id: req-96aa776f-0957-49d8-ba8e-1ac9f88b8103 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "fb23a93b-7e94-4fc2-a187-37f6093e2be2", "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:57:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:16Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:57:17,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-96aa776f-0957-49d8-ba8e-1ac9f88b8103 2018-09-04 20:57:17,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.415632963181s 2018-09-04 20:57:17,258 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-96aa776f-0957-49d8-ba8e-1ac9f88b8103 2018-09-04 20:57:17,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:57:17,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:17,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-d7b282c2-88cc-41d5-8a0e-e66cafc1bf10 Date: Tue, 04 Sep 2018 20:57:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["030a6eb7-6d5c-4a03-a311-68e819e2cf86"],"updated_at":"2018-09-04T20:57:01Z","tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b9398d480a274461b9f66fd00c56f3b1","id":"4fad8df8-6897-447a-b000-2428d52035fd","name":"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 20:57:17,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d7b282c2-88cc-41d5-8a0e-e66cafc1bf10 2018-09-04 20:57:17,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260025024414s 2018-09-04 20:57:17,525 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d7b282c2-88cc-41d5-8a0e-e66cafc1bf10 2018-09-04 20:57:17,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 20:57:17,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:17,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-cf19c736-5c9b-4daa-acd8-10b0f5b53a5a Date: Tue, 04 Sep 2018 20:57:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4fad8df8-6897-447a-b000-2428d52035fd","tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T20:57:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b9398d480a274461b9f66fd00c56f3b1","id":"030a6eb7-6d5c-4a03-a311-68e819e2cf86","subnetpool_id":null,"name":"vping_ssh-subnet_ec0f0877-17ec-4298-8bbc-e27329e8f504"}]} 2018-09-04 20:57:17,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-cf19c736-5c9b-4daa-acd8-10b0f5b53a5a 2018-09-04 20:57:17,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.197604894638s 2018-09-04 20:57:17,724 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-cf19c736-5c9b-4daa-acd8-10b0f5b53a5a 2018-09-04 20:57:17,725 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:57:19,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:19,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:20,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-405cb215-2d2a-4500-9f16-b1f9ee0501bb x-compute-request-id: req-405cb215-2d2a-4500-9f16-b1f9ee0501bb Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "fb23a93b-7e94-4fc2-a187-37f6093e2be2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:57:17Z", "hostId": "f0a35700463fb14076153c0042df30fc10927e12556878fb46093539", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:16Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:57:20,531 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-405cb215-2d2a-4500-9f16-b1f9ee0501bb 2018-09-04 20:57:20,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.802412033081s 2018-09-04 20:57:20,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-405cb215-2d2a-4500-9f16-b1f9ee0501bb 2018-09-04 20:57:20,536 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:57:22,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:22,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:23,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ec0913b-13b4-4364-a21e-9712189c89c3 x-compute-request-id: req-8ec0913b-13b4-4364-a21e-9712189c89c3 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "fb23a93b-7e94-4fc2-a187-37f6093e2be2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:57:17Z", "hostId": "f0a35700463fb14076153c0042df30fc10927e12556878fb46093539", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:16Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:57:23,084 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8ec0913b-13b4-4364-a21e-9712189c89c3 2018-09-04 20:57:23,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546976089478s 2018-09-04 20:57:23,084 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8ec0913b-13b4-4364-a21e-9712189c89c3 2018-09-04 20:57:23,088 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:57:25,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:25,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:25,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3eedd5ae-1ee7-4816-962a-bf93a17648c2 x-compute-request-id: req-3eedd5ae-1ee7-4816-962a-bf93a17648c2 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:24:bf", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:57:21.000000", "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "fb23a93b-7e94-4fc2-a187-37f6093e2be2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:57:23Z", "hostId": "f0a35700463fb14076153c0042df30fc10927e12556878fb46093539", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:16Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:57:25,566 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3eedd5ae-1ee7-4816-962a-bf93a17648c2 2018-09-04 20:57:25,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.476531028748s 2018-09-04 20:57:25,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3eedd5ae-1ee7-4816-962a-bf93a17648c2 2018-09-04 20:57:25,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 20:57:25,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=fb23a93b-7e94-4fc2-a187-37f6093e2be2" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:25,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-3d89415e-be51-4d0e-875f-ab3ee3a3a960 Date: Tue, 04 Sep 2018 20:57:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:57:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"030a6eb7-6d5c-4a03-a311-68e819e2cf86","ip_address":"192.168.120.7"}],"id":"5e0079d2-786a-4e67-874a-3c59fa8027a6","security_groups":["636b041a-4328-4975-b201-211164cc1757"],"mac_address":"fa:16:3e:4a:24:bf","project_id":"b9398d480a274461b9f66fd00c56f3b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4fad8df8-6897-447a-b000-2428d52035fd","tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:18Z","binding:vnic_type":"normal","device_id":"fb23a93b-7e94-4fc2-a187-37f6093e2be2"}]} 2018-09-04 20:57:25,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=fb23a93b-7e94-4fc2-a187-37f6093e2be2 used request id req-3d89415e-be51-4d0e-875f-ab3ee3a3a960 2018-09-04 20:57:25,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0575170516968s 2018-09-04 20:57:25,629 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=fb23a93b-7e94-4fc2-a187-37f6093e2be2 used request id req-3d89415e-be51-4d0e-875f-ab3ee3a3a960 2018-09-04 20:57:25,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 20:57:25,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=5e0079d2-786a-4e67-874a-3c59fa8027a6" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:25,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bf5cbb8c-819a-4aa1-b53f-ede5236783ea Date: Tue, 04 Sep 2018 20:57:25 GMT RESP BODY: {"floatingips": []} 2018-09-04 20:57:25,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=5e0079d2-786a-4e67-874a-3c59fa8027a6 used request id req-bf5cbb8c-819a-4aa1-b53f-ede5236783ea 2018-09-04 20:57:25,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0182299613953s 2018-09-04 20:57:25,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=5e0079d2-786a-4e67-874a-3c59fa8027a6 used request id req-bf5cbb8c-819a-4aa1-b53f-ede5236783ea 2018-09-04 20:57:25,654 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4a:24:bf', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c0f2d857-ab14-4475-a8b5-a82518a618bd'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T20:57:21.000000', 'flavor': Munch({u'id': u'22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9'}), 'az': u'nova', 'id': u'fb23a93b-7e94-4fc2-a187-37f6093e2be2', 'security_groups': [Munch({u'name': u'vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd1e05565f6ad4da4bb3751753f5872d0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b9398d480a274461b9f66fd00c56f3b1', 'name': 'vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-04T20:57:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T20:57:23Z', 'hostId': u'f0a35700463fb14076153c0042df30fc10927e12556878fb46093539', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'f0a35700463fb14076153c0042df30fc10927e12556878fb46093539', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T20:57:21.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b9398d480a274461b9f66fd00c56f3b1', 'name': u'vping_ssh-vm2_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'adminPass': u'XRC9QQUiJPWZ', 'tenant_id': u'b9398d480a274461b9f66fd00c56f3b1', 'region': 'regionOne', 'created': u'2018-09-04T20:57:16Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 20:57:25,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:57:25,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:25,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-96c447bd-9d71-4a7e-9039-64f535336bbd Date: Tue, 04 Sep 2018 20:57:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["030a6eb7-6d5c-4a03-a311-68e819e2cf86"],"updated_at":"2018-09-04T20:57:01Z","tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b9398d480a274461b9f66fd00c56f3b1","id":"4fad8df8-6897-447a-b000-2428d52035fd","name":"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 20:57:25,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-96c447bd-9d71-4a7e-9039-64f535336bbd 2018-09-04 20:57:25,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109736204147s 2018-09-04 20:57:25,765 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-96c447bd-9d71-4a7e-9039-64f535336bbd 2018-09-04 20:57:25,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:57:25,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:25,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-574eed9a-681d-44b9-873f-317208c4e8c0 Date: Tue, 04 Sep 2018 20:57:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/snap", "metadata": {}}], "file": "/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/file", "owner": "b9398d480a274461b9f66fd00c56f3b1", "id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "size": 12716032, "self": "/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:57:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:57:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:57:25,938 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-574eed9a-681d-44b9-873f-317208c4e8c0 2018-09-04 20:57:25,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171674013138s 2018-09-04 20:57:25,939 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-574eed9a-681d-44b9-873f-317208c4e8c0 2018-09-04 20:57:25,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 20:57:25,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:25,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3be9738-16fa-4ff6-9842-d36cee64e565 x-compute-request-id: req-e3be9738-16fa-4ff6-9842-d36cee64e565 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "name": "vping_ssh-flavor_ec0f0877-17ec-4298-8bbc-e27329e8f504", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 20:57:25,974 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-e3be9738-16fa-4ff6-9842-d36cee64e565 2018-09-04 20:57:25,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0338640213013s 2018-09-04 20:57:25,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-e3be9738-16fa-4ff6-9842-d36cee64e565 2018-09-04 20:57:25,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-04 20:57:25,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"server": {"name": "vping_ssh-vm_ec0f0877-17ec-4298-8bbc-e27329e8f504", "imageRef": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "key_name": "vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504", "flavorRef": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4fad8df8-6897-447a-b000-2428d52035fd"}], "security_groups": [{"name": "636b041a-4328-4975-b201-211164cc1757"}]}}' 2018-09-04 20:57:28,087 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:57:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8c8f2522-ee4c-4da2-8238-c5d784b0eb2a x-compute-request-id: req-8c8f2522-ee4c-4da2-8238-c5d784b0eb2a Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "636b041a-4328-4975-b201-211164cc1757"}], "OS-DCF:diskConfig": "MANUAL", "id": "65001709-54f1-4596-826f-b1ee324f39b2", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "bookmark"}], "adminPass": "h9JCYt62ABg2"}} 2018-09-04 20:57:28,087 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-8c8f2522-ee4c-4da2-8238-c5d784b0eb2a 2018-09-04 20:57:28,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.11164402962s 2018-09-04 20:57:28,088 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-8c8f2522-ee4c-4da2-8238-c5d784b0eb2a 2018-09-04 20:57:28,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:28,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:28,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b36c754-508c-41fb-b497-1af97fd39342 x-compute-request-id: req-4b36c754-508c-41fb-b497-1af97fd39342 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "65001709-54f1-4596-826f-b1ee324f39b2", "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:57:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504", "name": "vping_ssh-vm_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:27Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:24:bf", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:57:21.000000", "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "fb23a93b-7e94-4fc2-a187-37f6093e2be2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:57:23Z", "hostId": "f0a35700463fb14076153c0042df30fc10927e12556878fb46093539", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:16Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:57:28,673 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4b36c754-508c-41fb-b497-1af97fd39342 2018-09-04 20:57:28,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.583976984024s 2018-09-04 20:57:28,673 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4b36c754-508c-41fb-b497-1af97fd39342 2018-09-04 20:57:28,679 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:57:30,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:30,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:31,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9dfc7ed-2798-4dc8-9611-c795db52098a x-compute-request-id: req-c9dfc7ed-2798-4dc8-9611-c795db52098a Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "65001709-54f1-4596-826f-b1ee324f39b2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:57:29Z", "hostId": "3b0cf73c4efb51a234c78f4591a1568796a5ca3fe73a6e3a90be980d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504", "name": "vping_ssh-vm_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:27Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:24:bf", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:57:21.000000", "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "fb23a93b-7e94-4fc2-a187-37f6093e2be2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:57:23Z", "hostId": "f0a35700463fb14076153c0042df30fc10927e12556878fb46093539", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:16Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:57:31,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c9dfc7ed-2798-4dc8-9611-c795db52098a 2018-09-04 20:57:31,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516140937805s 2018-09-04 20:57:31,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c9dfc7ed-2798-4dc8-9611-c795db52098a 2018-09-04 20:57:31,204 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:57:33,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:33,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:33,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95df7691-6cdf-4a13-bb70-05eaf26bc08e x-compute-request-id: req-95df7691-6cdf-4a13-bb70-05eaf26bc08e Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "65001709-54f1-4596-826f-b1ee324f39b2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:57:29Z", "hostId": "3b0cf73c4efb51a234c78f4591a1568796a5ca3fe73a6e3a90be980d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504", "name": "vping_ssh-vm_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:27Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:24:bf", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:57:21.000000", "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "fb23a93b-7e94-4fc2-a187-37f6093e2be2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:57:23Z", "hostId": "f0a35700463fb14076153c0042df30fc10927e12556878fb46093539", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:16Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:57:33,981 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-95df7691-6cdf-4a13-bb70-05eaf26bc08e 2018-09-04 20:57:33,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.774441957474s 2018-09-04 20:57:33,982 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-95df7691-6cdf-4a13-bb70-05eaf26bc08e 2018-09-04 20:57:33,987 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:57:35,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:35,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:36,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d125daad-b312-4d20-92a4-90a81ec9d5df x-compute-request-id: req-d125daad-b312-4d20-92a4-90a81ec9d5df Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:49:fd", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:57:33.000000", "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "65001709-54f1-4596-826f-b1ee324f39b2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:57:34Z", "hostId": "3b0cf73c4efb51a234c78f4591a1568796a5ca3fe73a6e3a90be980d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504", "name": "vping_ssh-vm_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:27Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:24:bf", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:57:21.000000", "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "fb23a93b-7e94-4fc2-a187-37f6093e2be2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:57:23Z", "hostId": "f0a35700463fb14076153c0042df30fc10927e12556878fb46093539", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:16Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:57:36,392 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d125daad-b312-4d20-92a4-90a81ec9d5df 2018-09-04 20:57:36,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.404031991959s 2018-09-04 20:57:36,392 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d125daad-b312-4d20-92a4-90a81ec9d5df 2018-09-04 20:57:36,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 20:57:36,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=65001709-54f1-4596-826f-b1ee324f39b2" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:36,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-4f8a8359-adea-4822-a52b-819c8466c55b Date: Tue, 04 Sep 2018 20:57:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:57:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"030a6eb7-6d5c-4a03-a311-68e819e2cf86","ip_address":"192.168.120.10"}],"id":"84775d6f-9528-4d5e-9c85-dc301be81149","security_groups":["636b041a-4328-4975-b201-211164cc1757"],"mac_address":"fa:16:3e:ed:49:fd","project_id":"b9398d480a274461b9f66fd00c56f3b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4fad8df8-6897-447a-b000-2428d52035fd","tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:30Z","binding:vnic_type":"normal","device_id":"65001709-54f1-4596-826f-b1ee324f39b2"}]} 2018-09-04 20:57:36,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=65001709-54f1-4596-826f-b1ee324f39b2 used request id req-4f8a8359-adea-4822-a52b-819c8466c55b 2018-09-04 20:57:36,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.198660850525s 2018-09-04 20:57:36,597 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=65001709-54f1-4596-826f-b1ee324f39b2 used request id req-4f8a8359-adea-4822-a52b-819c8466c55b 2018-09-04 20:57:36,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 20:57:36,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=84775d6f-9528-4d5e-9c85-dc301be81149" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:36,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-39dbed8c-e2cb-429f-830d-c71fae171cf4 Date: Tue, 04 Sep 2018 20:57:36 GMT RESP BODY: {"floatingips": []} 2018-09-04 20:57:36,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=84775d6f-9528-4d5e-9c85-dc301be81149 used request id req-39dbed8c-e2cb-429f-830d-c71fae171cf4 2018-09-04 20:57:36,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0253710746765s 2018-09-04 20:57:36,628 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=84775d6f-9528-4d5e-9c85-dc301be81149 used request id req-39dbed8c-e2cb-429f-830d-c71fae171cf4 2018-09-04 20:57:36,628 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ed:49:fd', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c0f2d857-ab14-4475-a8b5-a82518a618bd'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T20:57:33.000000', 'flavor': Munch({u'id': u'22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9'}), 'az': u'nova', 'id': u'65001709-54f1-4596-826f-b1ee324f39b2', 'security_groups': [Munch({u'name': u'vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd1e05565f6ad4da4bb3751753f5872d0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b9398d480a274461b9f66fd00c56f3b1', 'name': 'vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-04T20:57:33.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T20:57:34Z', 'hostId': u'3b0cf73c4efb51a234c78f4591a1568796a5ca3fe73a6e3a90be980d', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'3b0cf73c4efb51a234c78f4591a1568796a5ca3fe73a6e3a90be980d', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T20:57:33.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b9398d480a274461b9f66fd00c56f3b1', 'name': u'vping_ssh-vm_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'adminPass': u'h9JCYt62ABg2', 'tenant_id': u'b9398d480a274461b9f66fd00c56f3b1', 'region': 'regionOne', 'created': u'2018-09-04T20:57:27Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 20:57:36,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:57:36,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:36,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-e96f1d54-eaee-4965-bcde-bf443a1cce12 Date: Tue, 04 Sep 2018 20:57:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["030a6eb7-6d5c-4a03-a311-68e819e2cf86"],"updated_at":"2018-09-04T20:57:01Z","tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b9398d480a274461b9f66fd00c56f3b1","id":"4fad8df8-6897-447a-b000-2428d52035fd","name":"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 20:57:36,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e96f1d54-eaee-4965-bcde-bf443a1cce12 2018-09-04 20:57:36,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120184183121s 2018-09-04 20:57:36,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e96f1d54-eaee-4965-bcde-bf443a1cce12 2018-09-04 20:57:36,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 20:57:36,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=65001709-54f1-4596-826f-b1ee324f39b2" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:36,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-567eecfc-e6fe-4df2-a8ba-830f328afc5d Date: Tue, 04 Sep 2018 20:57:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:57:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"030a6eb7-6d5c-4a03-a311-68e819e2cf86","ip_address":"192.168.120.10"}],"id":"84775d6f-9528-4d5e-9c85-dc301be81149","security_groups":["636b041a-4328-4975-b201-211164cc1757"],"mac_address":"fa:16:3e:ed:49:fd","project_id":"b9398d480a274461b9f66fd00c56f3b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4fad8df8-6897-447a-b000-2428d52035fd","tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:30Z","binding:vnic_type":"normal","device_id":"65001709-54f1-4596-826f-b1ee324f39b2"}]} 2018-09-04 20:57:36,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=65001709-54f1-4596-826f-b1ee324f39b2 used request id req-567eecfc-e6fe-4df2-a8ba-830f328afc5d 2018-09-04 20:57:36,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0564069747925s 2018-09-04 20:57:36,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=65001709-54f1-4596-826f-b1ee324f39b2 used request id req-567eecfc-e6fe-4df2-a8ba-830f328afc5d 2018-09-04 20:57:36,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-04 20:57:36,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.10", "port_id": "84775d6f-9528-4d5e-9c85-dc301be81149"}}' 2018-09-04 20:57:38,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-2aeea0a1-1160-4a36-9402-77db6098abf2 Date: Tue, 04 Sep 2018 20:57:38 GMT RESP BODY: {"floatingip": {"router_id": "e21b62fc-ac0c-4065-958b-28c60d7d6d0a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:37Z", "updated_at": "2018-09-04T20:57:37Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "port_id": "84775d6f-9528-4d5e-9c85-dc301be81149", "id": "3f2fdae7-34cb-4728-8692-0c38cef504ee"}} 2018-09-04 20:57:38,604 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-2aeea0a1-1160-4a36-9402-77db6098abf2 2018-09-04 20:57:38,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.79207897186s 2018-09-04 20:57:38,604 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-2aeea0a1-1160-4a36-9402-77db6098abf2 2018-09-04 20:57:38,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 20:57:38,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:38,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-fa5e7f31-0919-48b4-a26f-dbfcb0c493b7 Date: Tue, 04 Sep 2018 20:57:38 GMT RESP BODY: {"floatingips": [{"router_id": "e21b62fc-ac0c-4065-958b-28c60d7d6d0a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:37Z", "updated_at": "2018-09-04T20:57:37Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "port_id": "84775d6f-9528-4d5e-9c85-dc301be81149", "id": "3f2fdae7-34cb-4728-8692-0c38cef504ee"}]} 2018-09-04 20:57:38,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-fa5e7f31-0919-48b4-a26f-dbfcb0c493b7 2018-09-04 20:57:38,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0325059890747s 2018-09-04 20:57:38,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-fa5e7f31-0919-48b4-a26f-dbfcb0c493b7 2018-09-04 20:57:38,650 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-04 20:57:38,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 20:57:38,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:38,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-f4b34db3-cc86-403c-baf1-589d52957d70 Date: Tue, 04 Sep 2018 20:57:38 GMT RESP BODY: {"floatingips": [{"router_id": "e21b62fc-ac0c-4065-958b-28c60d7d6d0a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:37Z", "updated_at": "2018-09-04T20:57:37Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "port_id": "84775d6f-9528-4d5e-9c85-dc301be81149", "id": "3f2fdae7-34cb-4728-8692-0c38cef504ee"}]} 2018-09-04 20:57:38,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-f4b34db3-cc86-403c-baf1-589d52957d70 2018-09-04 20:57:38,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0254778862s 2018-09-04 20:57:38,782 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-f4b34db3-cc86-403c-baf1-589d52957d70 2018-09-04 20:57:38,785 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-04 20:57:38,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 20:57:38,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:39,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-81a13e75-c3a9-4cd7-8aad-e881c2ce31a8 Date: Tue, 04 Sep 2018 20:57:39 GMT RESP BODY: {"floatingips": [{"router_id": "e21b62fc-ac0c-4065-958b-28c60d7d6d0a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:37Z", "updated_at": "2018-09-04T20:57:37Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "port_id": "84775d6f-9528-4d5e-9c85-dc301be81149", "id": "3f2fdae7-34cb-4728-8692-0c38cef504ee"}]} 2018-09-04 20:57:39,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-81a13e75-c3a9-4cd7-8aad-e881c2ce31a8 2018-09-04 20:57:39,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.167191028595s 2018-09-04 20:57:39,059 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-81a13e75-c3a9-4cd7-8aad-e881c2ce31a8 2018-09-04 20:57:39,062 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-04 20:57:39,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 20:57:39,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:39,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-19fddc87-aa19-4fd6-bf54-0b1f1d03c133 Date: Tue, 04 Sep 2018 20:57:39 GMT RESP BODY: {"floatingips": [{"router_id": "e21b62fc-ac0c-4065-958b-28c60d7d6d0a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:37Z", "updated_at": "2018-09-04T20:57:37Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "port_id": "84775d6f-9528-4d5e-9c85-dc301be81149", "id": "3f2fdae7-34cb-4728-8692-0c38cef504ee"}]} 2018-09-04 20:57:39,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-19fddc87-aa19-4fd6-bf54-0b1f1d03c133 2018-09-04 20:57:39,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0231781005859s 2018-09-04 20:57:39,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-19fddc87-aa19-4fd6-bf54-0b1f1d03c133 2018-09-04 20:57:39,195 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-04 20:57:39,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 20:57:39,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:39,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-facd998d-7b28-4d4d-a686-1c8ebbb67e85 Date: Tue, 04 Sep 2018 20:57:39 GMT RESP BODY: {"floatingips": [{"router_id": "e21b62fc-ac0c-4065-958b-28c60d7d6d0a", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:37Z", "updated_at": "2018-09-04T20:57:37Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "port_id": "84775d6f-9528-4d5e-9c85-dc301be81149", "id": "3f2fdae7-34cb-4728-8692-0c38cef504ee"}]} 2018-09-04 20:57:39,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-facd998d-7b28-4d4d-a686-1c8ebbb67e85 2018-09-04 20:57:39,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0235500335693s 2018-09-04 20:57:39,324 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-facd998d-7b28-4d4d-a686-1c8ebbb67e85 2018-09-04 20:57:39,328 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'e21b62fc-ac0c-4065-958b-28c60d7d6d0a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b9398d480a274461b9f66fd00c56f3b1', 'created_at': u'2018-09-04T20:57:37Z', 'attached': True, 'updated_at': u'2018-09-04T20:57:37Z', 'id': u'3f2fdae7-34cb-4728-8692-0c38cef504ee', 'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b9398d480a274461b9f66fd00c56f3b1', 'name': 'vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'e21b62fc-ac0c-4065-958b-28c60d7d6d0a', 'project_id': u'b9398d480a274461b9f66fd00c56f3b1', 'port_id': u'84775d6f-9528-4d5e-9c85-dc301be81149', 'port': u'84775d6f-9528-4d5e-9c85-dc301be81149', 'network': u'c155f81c-0598-42f6-af77-d29c8a273917'}) 2018-09-04 20:57:39,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 20:57:39,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 20:57:40,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a79913b-3d14-4f4c-99bf-384013fc987c x-compute-request-id: req-0a79913b-3d14-4f4c-99bf-384013fc987c Content-Encoding: gzip Content-Length: 9539 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 753323193 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132237] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133845] pid_max: default: 32768 minimum: 301\n[ 0.134714] ACPI: Core revision 20150930\n[ 0.136066] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137336] Security Framework initialized\n[ 0.138120] Yama: becoming mindful.\n[ 0.138827] AppArmor: AppArmor initialized\n[ 0.139667] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140955] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142186] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144690] Initializing cgroup subsys io\n[ 0.145482] Initializing cgroup subsys memory\n[ 0.146315] Initializing cgroup subsys devices\n[ 0.147156] Initializing cgroup subsys freezer\n[ 0.148004] Initializing cgroup subsys net_cls\n[ 0.148849] Initializing cgroup subsys perf_event\n[ 0.149730] Initializing cgroup subsys net_prio\n[ 0.150595] Initializing cgroup subsys hugetlb\n[ 0.151447] Initializing cgroup subsys pids\n[ 0.152295] CPU: Physical Processor ID: 0\n[ 0.153762] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155556] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172976] ftrace: allocating 31920 entries in 125 pages\n[ 0.199328] smpboot: Max logical packages: 1\n[ 0.200157] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201479] x2apic enabled\n[ 0.202268] Switched APIC routing to physical x2apic.\n[ 0.203999] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207024] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208766] KVM setup paravirtual spinlock\n[ 0.210031] x86: Booted up 1 node, 1 CPUs\n[ 0.210819] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212169] devtmpfs: initialized\n[ 0.213864] evm: security.selinux\n[ 0.214549] evm: security.SMACK64\n[ 0.215219] evm: security.SMACK64EXEC\n[ 0.215940] evm: security.SMACK64TRANSMUTE\n[ 0.216722] evm: security.SMACK64MMAP\n[ 0.217440] evm: security.ima\n[ 0.218065] evm: security.capability\n[ 0.218849] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220636] pinctrl core: initialized pinctrl subsystem\n[ 0.221697] RTC time: 20:57:33, date: 09/04/18\n[ 0.222633] NET: Registered protocol family 16\n[ 0.223576] cpuidle: using governor ladder\n[ 0.224368] cpuidle: using governor menu\n[ 0.225129] PCCT header not found.\n[ 0.225860] ACPI: bus type PCI registered\n[ 0.226655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227867] PCI: Using configuration type 1 for base access\n[ 0.229594] ACPI: Added _OSI(Module Device)\n[ 0.230406] ACPI: Added _OSI(Processor Device)\n[ 0.231243] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232114] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234185] ACPI: Interpreter enabled\n[ 0.234930] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238515] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242091] ACPI: (supports S0 S5)\n[ 0.242778] ACPI: Using IOAPIC for interrupt routing\n[ 0.243857] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248013] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249213] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250369] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252529] acpiphp: Slot [3] registered\n[ 0.253310] acpiphp: Slot [4] registered\n[ 0.254083] acpiphp: Slot [5] registered\n[ 0.254861] acpiphp: Slot [6] registered\n[ 0.255633] acpiphp: Slot [7] registered\n[ 0.256412] acpiphp: Slot [8] registered\n[ 0.257185] acpiphp: Slot [9] registered\n[ 0.257959] acpiphp: Slot [10] registered\n[ 0.258744] acpiphp: Slot [11] registered\n[ 0.259528] acpiphp: Slot [12] registered\n[ 0.260321] acpiphp: Slot [13] registered\n[ 0.261109] acpiphp: Slot [14] registered\n[ 0.261899] acpiphp: Slot [15] registered\n[ 0.272830] acpiphp: Slot [16] registered\n[ 0.273626] acpiphp: Slot [17] registered\n[ 0.274420] acpiphp: Slot [18] registered\n[ 0.275205] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276792] acpiphp: Slot [21] registered\n[ 0.277602] acpiphp: Slot [22] registered\n[ 0.278393] acpiphp: Slot [23] registered\n[ 0.279181] acpiphp: Slot [24] registered\n[ 0.279970] acpiphp: Slot [25] registered\n[ 0.280756] acpiphp: Slot [26] registered\n[ 0.281546] acpiphp: Slot [27] registered\n[ 0.282340] acpiphp: Slot [28] registered\n[ 0.283128] acpiphp: Slot [29] registered\n[ 0.283919] acpiphp: Slot [30] registered\n[ 0.284707] acpiphp: Slot [31] registered\n[ 0.285492] PCI host bridge to bus 0000:00\n[ 0.286276] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288642] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290052] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291469] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297580] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298834] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299977] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301206] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308341] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309741] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357239] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358680] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361443] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362789] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364005] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365742] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366762] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368256] vgaarb: loaded\n[ 0.368843] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369938] SCSI subsystem initialized\n[ 0.370732] ACPI: bus type USB registered\n[ 0.371521] usbcore: registered new interface driver usbfs\n[ 0.372516] usbcore: registered new interface driver hub\n[ 0.373491] usbcore: registered new device driver usb\n[ 0.374509] PCI: Using ACPI for IRQ routing\n[ 0.375499] NetLabel: Initializing\n[ 0.376187] NetLabel: domain hash size = 128\n[ 0.377030] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377948] NetLabel: unlabeled traffic allowed by default\n[ 0.379000] clocksource: Switched to clocksource kvm-clock\n[ 0.384370] AppArmor: AppArmor Filesystem Enabled\n[ 0.385303] pnp: PnP ACPI init\n[ 0.386184] pnp: PnP ACPI: found 5 devices\n[ 0.392525] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394165] NET: Registered protocol family 2\n[ 0.395094] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397447] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398566] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399606] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400738] NET: Registered protocol family 1\n[ 0.401573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402629] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403664] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431806] Trying to unpack rootfs image as initramfs...\n[ 0.481575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495908] Scanning for low memory corruption every 60 seconds\n[ 0.497229] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498348] audit: initializing netlink subsys (disabled)\n[ 0.499349] audit: type=2000 audit(1536094654.123:1): initialized\n[ 0.500618] Initialise system trusted keyring\n[ 0.501532] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504597] zbud: loaded\n[ 0.505281] VFS: Disk quotas dquot_6.6.0\n[ 0.506080] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507565] fuse init (API version 7.23)\n[ 0.508427] Key type big_key registered\n[ 0.509202] Allocating IMA MOK and blacklist keyrings.\n[ 0.510285] Key type asymmetric registered\n[ 0.511095] Asymmetric key parser 'x509' registered\n[ 0.512028] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513455] io scheduler noop registered\n[ 0.514226] io scheduler deadline registered (default)\n[ 0.515194] io scheduler cfq registered\n[ 0.516385] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517397] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518617] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520043] ACPI: Power Button [PWRF]\n[ 0.520858] GHES: HEST is not enabled!\n[ 0.534543] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562774] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591077] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593160] Linux agpgart interface v0.103\n[ 0.595173] brd: module loaded\n[ 0.596342] loop: module loaded\n[ 0.600839] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602255] GPT:90111 != 2097151\n[ 0.602924] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604003] GPT:90111 != 2097151\n[ 0.604665] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605601] vda: vda1 vda15\n[ 0.607056] scsi host0: ata_piix\n[ 0.607788] scsi host1: ata_piix\n[ 0.608483] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609668] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611065] libphy: Fixed MDIO Bus: probed\n[ 0.611868] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612788] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614902] PPP generic driver version 2.4.2\n[ 0.615776] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617166] ehci-pci: EHCI PCI platform driver\n[ 0.618011] ehci-platform: EHCI generic platform driver\n[ 0.618965] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620058] ohci-pci: OHCI PCI platform driver\n[ 0.620911] ohci-platform: OHCI generic platform driver\n[ 0.621872] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636824] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638020] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640436] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641867] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643250] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644823] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646691] usb usb1: Product: UHCI Host Controller\n[ 0.647943] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649438] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650664] hub 1-0:1.0: USB hub found\n[ 0.651704] hub 1-0:1.0: 2 ports detected\n[ 0.652829] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655364] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656548] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657834] mousedev: PS/2 mouse device common for all mice\n[ 0.659386] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661644] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662963] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666034] i2c /dev entries driver\n[ 0.667001] device-mapper: uevent: version 1.0.3\n[ 0.668202] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670274] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671948] NET: Registered protocol family 10\n[ 0.673169] NET: Registered protocol family 17\n[ 0.674286] Key type dns_resolver registered\n[ 0.675441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676834] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679027] registered taskstats version 1\n[ 0.680082] Loading compiled-in X.509 certificates\n[ 0.681751] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684127] zswap: loaded using pool lzo/zbud\n[ 0.686158] Key type trusted registered\n[ 0.687913] Key type encrypted registered\n[ 0.688936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690277] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691601] evm: HMAC attrs: 0x1\n[ 0.692721] Magic number: 2:882:1002\n[ 0.693712] serial 00:04: hash matches\n[ 0.694721] rtc_cmos 00:00: setting system clock to 2018-09-04 20:57:33 UTC (1536094653)\n[ 0.696731] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698127] EDD information not available.\n[ 0.768096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.780249] Write protecting the kernel read-only data: 14336k\n[ 0.782137] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784320] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.829930] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.33. iid=i-00000024\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC49SYAMdNiXQtxzV3fN1RlVEhJ9QwXsLI2HXBcHEgk1aQS20Le9P9Jg8GXQdC1mh/bRkd2docNLw6PuxYBGmo3Gap0+zIn55sCFlMuejEg6zfTYXiSFg0srzjjpcdlj0PB13Nd9OGdqhIXZl3m+wyRx6cSsS66wElKWjJbwth4uaakSg3+suqlx44BCdPmGv/xwWxFucLkYqINoKb29Hf0jymrUDpaR/nz7hs1xuqO7sT1o2YpTobspE5ZHCemi4W4iywYdjQK0NEahCrPTN63AkDEIG9r741P0D3bAWyY/APKxGYY6bBkXoekkMjj/rwp8zlCfaUkQW9tqPyK74LL root@vping-ssh-vm-ec0f0877-17ec-4298-8bbc-e27329e8f504\nssh-dss AAAAB3NzaC1kc3MAAACBAIPex5gy8gXRB/h3YjHCVn5ZJfa4HrcixuYNYe/NuSkYbHWi3nwai0MVFJnHdqyEnUtm+kbV0A7pYjzy3a0F08pfCVwJNl5O5Z9LoI+ISQHTyQF4tyF3/5k+7ZuMf4Fgp1YBM0Iz34r1keQHo6yVh3AwF80ZxvwLt3ZdFs1FxZ5LAAAAFQCCBd3Fj69rD8EGtNs97qQSEV06vQAAAIARO2oOxSbkb38u/0yx0FnwlNOGIqn2FqRnQyqVE/ssiT1RWwJoLWuI6xDls1dE3LEHNmdY81B7J079FUEn+go3Uec98hX0eDEVyDuJDkizel9SbuOjolWwONhCx7iaiGbnMsA9bRgLkUxZDgN5EFH2Zre2AnhRZeKBY/PGx0g62wAAAIB/tPbHQsUIRwKYTDm/r3Ddzykp9zx9QvPauhGKa6eOCNh3pqeBdwVxb4BBHNyVIduSNnXuQhgwddUqo2oQrM2B3+m4xeXnDF6uolOAeDh2DAHUcKuD/ZC81w/SXUd1OWWCZ4NB42I6ExboJqgdSh7sjLurQG/upud9pWANJtedYg== root@vping-ssh-vm-ec0f0877-17ec-4298-8bbc-e27329e8f504\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:feed:49fd/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000024\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-ec0f0877-17ec-4298-8bbc-e27329e8f504\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.61 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-ec0f0877-17ec-4298-8bbc-e27329e8f504 login: "} 2018-09-04 20:57:40,442 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2/action used request id req-0a79913b-3d14-4f4c-99bf-384013fc987c 2018-09-04 20:57:40,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11295604706s 2018-09-04 20:57:40,443 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2/action used request id req-0a79913b-3d14-4f4c-99bf-384013fc987c 2018-09-04 20:57:40,443 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 753323193 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.132237] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133845] pid_max: default: 32768 minimum: 301 [ 0.134714] ACPI: Core revision 20150930 [ 0.136066] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137336] Security Framework initialized [ 0.138120] Yama: becoming mindful. [ 0.138827] AppArmor: AppArmor initialized [ 0.139667] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140955] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142186] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144690] Initializing cgroup subsys io [ 0.145482] Initializing cgroup subsys memory [ 0.146315] Initializing cgroup subsys devices [ 0.147156] Initializing cgroup subsys freezer [ 0.148004] Initializing cgroup subsys net_cls [ 0.148849] Initializing cgroup subsys perf_event [ 0.149730] Initializing cgroup subsys net_prio [ 0.150595] Initializing cgroup subsys hugetlb [ 0.151447] Initializing cgroup subsys pids [ 0.152295] CPU: Physical Processor ID: 0 [ 0.153762] mce: CPU supports 10 MCE banks [ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155556] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172976] ftrace: allocating 31920 entries in 125 pages [ 0.199328] smpboot: Max logical packages: 1 [ 0.200157] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201479] x2apic enabled [ 0.202268] Switched APIC routing to physical x2apic. [ 0.203999] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207024] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208766] KVM setup paravirtual spinlock [ 0.210031] x86: Booted up 1 node, 1 CPUs [ 0.210819] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212169] devtmpfs: initialized [ 0.213864] evm: security.selinux [ 0.214549] evm: security.SMACK64 [ 0.215219] evm: security.SMACK64EXEC [ 0.215940] evm: security.SMACK64TRANSMUTE [ 0.216722] evm: security.SMACK64MMAP [ 0.217440] evm: security.ima [ 0.218065] evm: security.capability [ 0.218849] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220636] pinctrl core: initialized pinctrl subsystem [ 0.221697] RTC time: 20:57:33, date: 09/04/18 [ 0.222633] NET: Registered protocol family 16 [ 0.223576] cpuidle: using governor ladder [ 0.224368] cpuidle: using governor menu [ 0.225129] PCCT header not found. [ 0.225860] ACPI: bus type PCI registered [ 0.226655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227867] PCI: Using configuration type 1 for base access [ 0.229594] ACPI: Added _OSI(Module Device) [ 0.230406] ACPI: Added _OSI(Processor Device) [ 0.231243] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232114] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234185] ACPI: Interpreter enabled [ 0.234930] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238515] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242091] ACPI: (supports S0 S5) [ 0.242778] ACPI: Using IOAPIC for interrupt routing [ 0.243857] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248013] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249213] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250369] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252529] acpiphp: Slot [3] registered [ 0.253310] acpiphp: Slot [4] registered [ 0.254083] acpiphp: Slot [5] registered [ 0.254861] acpiphp: Slot [6] registered [ 0.255633] acpiphp: Slot [7] registered [ 0.256412] acpiphp: Slot [8] registered [ 0.257185] acpiphp: Slot [9] registered [ 0.257959] acpiphp: Slot [10] registered [ 0.258744] acpiphp: Slot [11] registered [ 0.259528] acpiphp: Slot [12] registered [ 0.260321] acpiphp: Slot [13] registered [ 0.261109] acpiphp: Slot [14] registered [ 0.261899] acpiphp: Slot [15] registered [ 0.272830] acpiphp: Slot [16] registered [ 0.273626] acpiphp: Slot [17] registered [ 0.274420] acpiphp: Slot [18] registered [ 0.275205] acpiphp: Slot [19] registered [ 0.275991] acpiphp: Slot [20] registered [ 0.276792] acpiphp: Slot [21] registered [ 0.277602] acpiphp: Slot [22] registered [ 0.278393] acpiphp: Slot [23] registered [ 0.279181] acpiphp: Slot [24] registered [ 0.279970] acpiphp: Slot [25] registered [ 0.280756] acpiphp: Slot [26] registered [ 0.281546] acpiphp: Slot [27] registered [ 0.282340] acpiphp: Slot [28] registered [ 0.283128] acpiphp: Slot [29] registered [ 0.283919] acpiphp: Slot [30] registered [ 0.284707] acpiphp: Slot [31] registered [ 0.285492] PCI host bridge to bus 0000:00 [ 0.286276] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288642] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290052] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291469] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297580] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298834] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299977] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301206] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308341] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309741] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357239] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358680] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361443] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362789] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364005] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365742] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366762] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368256] vgaarb: loaded [ 0.368843] vgaarb: bridge control possible 0000:00:02.0 [ 0.369938] SCSI subsystem initialized [ 0.370732] ACPI: bus type USB registered [ 0.371521] usbcore: registered new interface driver usbfs [ 0.372516] usbcore: registered new interface driver hub [ 0.373491] usbcore: registered new device driver usb [ 0.374509] PCI: Using ACPI for IRQ routing [ 0.375499] NetLabel: Initializing [ 0.376187] NetLabel: domain hash size = 128 [ 0.377030] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377948] NetLabel: unlabeled traffic allowed by default [ 0.379000] clocksource: Switched to clocksource kvm-clock [ 0.384370] AppArmor: AppArmor Filesystem Enabled [ 0.385303] pnp: PnP ACPI init [ 0.386184] pnp: PnP ACPI: found 5 devices [ 0.392525] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394165] NET: Registered protocol family 2 [ 0.395094] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397447] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398566] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399606] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400738] NET: Registered protocol family 1 [ 0.401573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402629] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403664] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431806] Trying to unpack rootfs image as initramfs... [ 0.481575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495908] Scanning for low memory corruption every 60 seconds [ 0.497229] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498348] audit: initializing netlink subsys (disabled) [ 0.499349] audit: type=2000 audit(1536094654.123:1): initialized [ 0.500618] Initialise system trusted keyring [ 0.501532] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502661] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504597] zbud: loaded [ 0.505281] VFS: Disk quotas dquot_6.6.0 [ 0.506080] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507565] fuse init (API version 7.23) [ 0.508427] Key type big_key registered [ 0.509202] Allocating IMA MOK and blacklist keyrings. [ 0.510285] Key type asymmetric registered [ 0.511095] Asymmetric key parser 'x509' registered [ 0.512028] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513455] io scheduler noop registered [ 0.514226] io scheduler deadline registered (default) [ 0.515194] io scheduler cfq registered [ 0.516385] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517397] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.518617] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520043] ACPI: Power Button [PWRF] [ 0.520858] GHES: HEST is not enabled! [ 0.534543] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.562774] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591077] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593160] Linux agpgart interface v0.103 [ 0.595173] brd: module loaded [ 0.596342] loop: module loaded [ 0.600839] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.602255] GPT:90111 != 2097151 [ 0.602924] GPT:Alternate GPT header not at the end of the disk. [ 0.604003] GPT:90111 != 2097151 [ 0.604665] GPT: Use GNU Parted to correct GPT errors. [ 0.605601] vda: vda1 vda15 [ 0.607056] scsi host0: ata_piix [ 0.607788] scsi host1: ata_piix [ 0.608483] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.609668] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.611065] libphy: Fixed MDIO Bus: probed [ 0.611868] tun: Universal TUN/TAP device driver, 1.6 [ 0.612788] tun: (C) 1999-2004 Max Krasnyansky [ 0.614902] PPP generic driver version 2.4.2 [ 0.615776] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.617166] ehci-pci: EHCI PCI platform driver [ 0.618011] ehci-platform: EHCI generic platform driver [ 0.618965] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.620058] ohci-pci: OHCI PCI platform driver [ 0.620911] ohci-platform: OHCI generic platform driver [ 0.621872] uhci_hcd: USB Universal Host Controller Interface driver [ 0.636824] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.638020] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.640436] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.641867] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.643250] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644823] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646691] usb usb1: Product: UHCI Host Controller [ 0.647943] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649438] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650664] hub 1-0:1.0: USB hub found [ 0.651704] hub 1-0:1.0: 2 ports detected [ 0.652829] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655364] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656548] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657834] mousedev: PS/2 mouse device common for all mice [ 0.659386] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661644] rtc_cmos 00:00: RTC can wake from S4 [ 0.662963] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666034] i2c /dev entries driver [ 0.667001] device-mapper: uevent: version 1.0.3 [ 0.668202] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.670274] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671948] NET: Registered protocol family 10 [ 0.673169] NET: Registered protocol family 17 [ 0.674286] Key type dns_resolver registered [ 0.675441] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.676834] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679027] registered taskstats version 1 [ 0.680082] Loading compiled-in X.509 certificates [ 0.681751] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684127] zswap: loaded using pool lzo/zbud [ 0.686158] Key type trusted registered [ 0.687913] Key type encrypted registered [ 0.688936] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690277] ima: No TPM chip found, activating TPM-bypass! [ 0.691601] evm: HMAC attrs: 0x1 [ 0.692721] Magic number: 2:882:1002 [ 0.693712] serial 00:04: hash matches [ 0.694721] rtc_cmos 00:00: setting system clock to 2018-09-04 20:57:33 UTC (1536094653) [ 0.696731] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.698127] EDD information not available. [ 0.768096] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.780249] Write protecting the kernel read-only data: 14336k [ 0.782137] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.784320] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.829930] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.16 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.33. iid=i-00000024 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC49SYAMdNiXQtxzV3fN1RlVEhJ9QwXsLI2HXBcHEgk1aQS20Le9P9Jg8GXQdC1mh/bRkd2docNLw6PuxYBGmo3Gap0+zIn55sCFlMuejEg6zfTYXiSFg0srzjjpcdlj0PB13Nd9OGdqhIXZl3m+wyRx6cSsS66wElKWjJbwth4uaakSg3+suqlx44BCdPmGv/xwWxFucLkYqINoKb29Hf0jymrUDpaR/nz7hs1xuqO7sT1o2YpTobspE5ZHCemi4W4iywYdjQK0NEahCrPTN63AkDEIG9r741P0D3bAWyY/APKxGYY6bBkXoekkMjj/rwp8zlCfaUkQW9tqPyK74LL root@vping-ssh-vm-ec0f0877-17ec-4298-8bbc-e27329e8f504 ssh-dss AAAAB3NzaC1kc3MAAACBAIPex5gy8gXRB/h3YjHCVn5ZJfa4HrcixuYNYe/NuSkYbHWi3nwai0MVFJnHdqyEnUtm+kbV0A7pYjzy3a0F08pfCVwJNl5O5Z9LoI+ISQHTyQF4tyF3/5k+7ZuMf4Fgp1YBM0Iz34r1keQHo6yVh3AwF80ZxvwLt3ZdFs1FxZ5LAAAAFQCCBd3Fj69rD8EGtNs97qQSEV06vQAAAIARO2oOxSbkb38u/0yx0FnwlNOGIqn2FqRnQyqVE/ssiT1RWwJoLWuI6xDls1dE3LEHNmdY81B7J079FUEn+go3Uec98hX0eDEVyDuJDkizel9SbuOjolWwONhCx7iaiGbnMsA9bRgLkUxZDgN5EFH2Zre2AnhRZeKBY/PGx0g62wAAAIB/tPbHQsUIRwKYTDm/r3Ddzykp9zx9QvPauhGKa6eOCNh3pqeBdwVxb4BBHNyVIduSNnXuQhgwddUqo2oQrM2B3+m4xeXnDF6uolOAeDh2DAHUcKuD/ZC81w/SXUd1OWWCZ4NB42I6ExboJqgdSh7sjLurQG/upud9pWANJtedYg== root@vping-ssh-vm-ec0f0877-17ec-4298-8bbc-e27329e8f504 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:feed:49fd/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000024 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-ec0f0877-17ec-4298-8bbc-e27329e8f504 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.61 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-ec0f0877-17ec-4298-8bbc-e27329e8f504 login: 2018-09-04 20:57:40,448 - paramiko.transport - DEBUG - starting thread (client mode): 0x2cdfd590L 2018-09-04 20:57:40,448 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 20:57:40,448 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 20:57:40,449 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 20:57:40,450 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 20:57:40,450 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 20:57:40,451 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 20:57:40,451 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 20:57:40,451 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 20:57:40,451 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 20:57:40,471 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 20:57:40,472 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 20:57:40,482 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 0e0b32a5c5a3cb65d2f71d9dd05d2e6c 2018-09-04 20:57:40,483 - paramiko.transport - DEBUG - Trying key 5fca052647fa9c785482a3f29423f9bd from /tmp/tmpfehj2H 2018-09-04 20:57:40,509 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 20:57:43,451 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 20:57:43,453 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 20:57:43,454 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 20:57:43,455 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 20:57:43,456 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 20:57:43,459 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 20:57:43,460 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.7 (192.168.120.7): 56 data bytes 64 bytes from 192.168.120.7: seq=0 ttl=64 time=1.413 ms --- 192.168.120.7 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.413/1.413/1.413 ms 2018-09-04 20:57:43,460 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-09-04 20:57:43,467 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 20:57:43,581 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 20:57:43,582 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-04 20:57:43,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-04 20:57:43,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:43,728 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:57:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6885c23f-0ecf-4ade-85af-510d94ace4dd x-compute-request-id: req-6885c23f-0ecf-4ade-85af-510d94ace4dd Content-Type: application/json 2018-09-04 20:57:43,729 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2 used request id req-6885c23f-0ecf-4ade-85af-510d94ace4dd 2018-09-04 20:57:43,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.140597105026s 2018-09-04 20:57:43,729 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2 used request id req-6885c23f-0ecf-4ade-85af-510d94ace4dd 2018-09-04 20:57:43,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:43,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:44,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fed22e8c-7421-460a-9723-2c775ed0f7f0 x-compute-request-id: req-fed22e8c-7421-460a-9723-2c775ed0f7f0 Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:49:fd", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:49:fd", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:57:33.000000", "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "65001709-54f1-4596-826f-b1ee324f39b2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:57:34Z", "hostId": "3b0cf73c4efb51a234c78f4591a1568796a5ca3fe73a6e3a90be980d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504", "name": "vping_ssh-vm_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:27Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:24:bf", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:57:21.000000", "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "fb23a93b-7e94-4fc2-a187-37f6093e2be2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:57:43Z", "hostId": "f0a35700463fb14076153c0042df30fc10927e12556878fb46093539", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:16Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:57:44,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fed22e8c-7421-460a-9723-2c775ed0f7f0 2018-09-04 20:57:44,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.652616024017s 2018-09-04 20:57:44,383 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fed22e8c-7421-460a-9723-2c775ed0f7f0 2018-09-04 20:57:44,385 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:57:46,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:46,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:46,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4664bf5-a290-4d36-bbde-b6ae94a82bba x-compute-request-id: req-e4664bf5-a290-4d36-bbde-b6ae94a82bba Content-Encoding: gzip Content-Length: 908 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:49:fd", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:49:fd", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:57:33.000000", "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "65001709-54f1-4596-826f-b1ee324f39b2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:57:34Z", "hostId": "3b0cf73c4efb51a234c78f4591a1568796a5ca3fe73a6e3a90be980d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504", "name": "vping_ssh-vm_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:27Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb23a93b-7e94-4fc2-a187-37f6093e2be2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-09-04T20:57:21.000000", "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "fb23a93b-7e94-4fc2-a187-37f6093e2be2", "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-09-04T20:57:46Z", "hostId": "f0a35700463fb14076153c0042df30fc10927e12556878fb46093539", "OS-SRV-USG:terminated_at": "2018-09-04T20:57:44.000000", "key_name": null, "name": "vping_ssh-vm2_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:16Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:57:46,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e4664bf5-a290-4d36-bbde-b6ae94a82bba 2018-09-04 20:57:46,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.489525079727s 2018-09-04 20:57:46,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e4664bf5-a290-4d36-bbde-b6ae94a82bba 2018-09-04 20:57:46,880 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:57:48,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:48,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:49,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f060d924-8d4b-4948-b116-706862ed9b33 x-compute-request-id: req-f060d924-8d4b-4948-b116-706862ed9b33 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:49:fd", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:49:fd", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:57:33.000000", "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "65001709-54f1-4596-826f-b1ee324f39b2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:57:34Z", "hostId": "3b0cf73c4efb51a234c78f4591a1568796a5ca3fe73a6e3a90be980d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504", "name": "vping_ssh-vm_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:27Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:57:49,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f060d924-8d4b-4948-b116-706862ed9b33 2018-09-04 20:57:49,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536757946014s 2018-09-04 20:57:49,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f060d924-8d4b-4948-b116-706862ed9b33 2018-09-04 20:57:49,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-04 20:57:49,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/3f2fdae7-34cb-4728-8692-0c38cef504ee.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:50,366 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28a94d9e-0d38-48ff-a67e-eff0b519aa69 Content-Length: 0 Date: Tue, 04 Sep 2018 20:57:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:57:50,366 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/3f2fdae7-34cb-4728-8692-0c38cef504ee.json used request id req-28a94d9e-0d38-48ff-a67e-eff0b519aa69 2018-09-04 20:57:50,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.942235946655s 2018-09-04 20:57:50,367 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/3f2fdae7-34cb-4728-8692-0c38cef504ee.json used request id req-28a94d9e-0d38-48ff-a67e-eff0b519aa69 2018-09-04 20:57:50,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 20:57:50,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:50,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-534e879a-f9ca-4c66-af34-b9b38ad7dc41 Date: Tue, 04 Sep 2018 20:57:50 GMT RESP BODY: {"floatingips": []} 2018-09-04 20:57:50,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-534e879a-f9ca-4c66-af34-b9b38ad7dc41 2018-09-04 20:57:50,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0203449726105s 2018-09-04 20:57:50,393 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-534e879a-f9ca-4c66-af34-b9b38ad7dc41 2018-09-04 20:57:50,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-04 20:57:50,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:50,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:57:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b2e5bc99-d4d2-457a-98e3-d891ae82a0b5 x-compute-request-id: req-b2e5bc99-d4d2-457a-98e3-d891ae82a0b5 Content-Type: application/json 2018-09-04 20:57:50,588 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2 used request id req-b2e5bc99-d4d2-457a-98e3-d891ae82a0b5 2018-09-04 20:57:50,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.19477891922s 2018-09-04 20:57:50,589 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2 used request id req-b2e5bc99-d4d2-457a-98e3-d891ae82a0b5 2018-09-04 20:57:50,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:50,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:51,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f00c466b-d1f9-47eb-8a07-d48bd53eff1d x-compute-request-id: req-f00c466b-d1f9-47eb-8a07-d48bd53eff1d Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:49:fd", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:49:fd", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/65001709-54f1-4596-826f-b1ee324f39b2", "rel": "bookmark"}], "image": {"id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "links": [{"href": "http://172.30.9.26:8774/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:57:33.000000", "flavor": {"id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "links": [{"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}]}, "id": "65001709-54f1-4596-826f-b1ee324f39b2", "security_groups": [{"name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}], "user_id": "d1e05565f6ad4da4bb3751753f5872d0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:57:50Z", "hostId": "3b0cf73c4efb51a234c78f4591a1568796a5ca3fe73a6e3a90be980d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504", "name": "vping_ssh-vm_ec0f0877-17ec-4298-8bbc-e27329e8f504", "created": "2018-09-04T20:57:27Z", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:57:51,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f00c466b-d1f9-47eb-8a07-d48bd53eff1d 2018-09-04 20:57:51,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.503742933273s 2018-09-04 20:57:51,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f00c466b-d1f9-47eb-8a07-d48bd53eff1d 2018-09-04 20:57:51,095 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:57:53,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:57:53,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:53,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:57:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5feff771-d381-4617-954d-bec5e09fc0fd x-compute-request-id: req-5feff771-d381-4617-954d-bec5e09fc0fd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 20:57:53,186 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5feff771-d381-4617-954d-bec5e09fc0fd 2018-09-04 20:57:53,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0882251262665s 2018-09-04 20:57:53,186 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5feff771-d381-4617-954d-bec5e09fc0fd 2018-09-04 20:57:53,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 20:57:53,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:53,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-f1e8f1d3-1899-4e50-b5e1-1494a4d485cf Date: Tue, 04 Sep 2018 20:57:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:12Z", "updated_at": "2018-09-04T20:57:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:12Z", "revision_number": 0, "id": "10f7aa1a-5af1-4b6e-8846-961b2bd6df9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:12Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:12Z", "revision_number": 0, "id": "3b938730-d86e-490b-a744-bbf18398adc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:12Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:13Z", "revision_number": 0, "id": "7742c031-8b58-48d8-96c0-48bb9c5cbb45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:13Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T20:57:13Z", "revision_number": 0, "id": "a6329625-d9a7-47cc-82f2-e82d0114f9a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:13Z", "security_group_id": "636b041a-4328-4975-b201-211164cc1757", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "636b041a-4328-4975-b201-211164cc1757", "name": "vping_ssh-sg_ec0f0877-17ec-4298-8bbc-e27329e8f504"}]} 2018-09-04 20:57:53,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-f1e8f1d3-1899-4e50-b5e1-1494a4d485cf 2018-09-04 20:57:53,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0528228282928s 2018-09-04 20:57:53,244 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-f1e8f1d3-1899-4e50-b5e1-1494a4d485cf 2018-09-04 20:57:53,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-04 20:57:53,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/636b041a-4328-4975-b201-211164cc1757.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:53,412 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0cf26bf8-7cb0-417e-94b0-b438abe6a433 Content-Length: 0 Date: Tue, 04 Sep 2018 20:57:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:57:53,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/636b041a-4328-4975-b201-211164cc1757.json used request id req-0cf26bf8-7cb0-417e-94b0-b438abe6a433 2018-09-04 20:57:53,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.165174007416s 2018-09-04 20:57:53,413 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/636b041a-4328-4975-b201-211164cc1757.json used request id req-0cf26bf8-7cb0-417e-94b0-b438abe6a433 2018-09-04 20:57:53,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-04 20:57:53,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:53,464 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:57:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2d7377e-d32b-4b39-9c4a-42defb293051 x-compute-request-id: req-e2d7377e-d32b-4b39-9c4a-42defb293051 Content-Length: 0 Content-Type: application/json 2018-09-04 20:57:53,464 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504 used request id req-e2d7377e-d32b-4b39-9c4a-42defb293051 2018-09-04 20:57:53,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0511529445648s 2018-09-04 20:57:53,465 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vping_ssh-kp_ec0f0877-17ec-4298-8bbc-e27329e8f504 used request id req-e2d7377e-d32b-4b39-9c4a-42defb293051 2018-09-04 20:57:53,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 20:57:53,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/e21b62fc-ac0c-4065-958b-28c60d7d6d0a/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" -d '{"subnet_id": "030a6eb7-6d5c-4a03-a311-68e819e2cf86"}' 2018-09-04 20:57:54,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-593797ce-2c1a-4a86-ab63-8c3d378e0b01 Date: Tue, 04 Sep 2018 20:57:54 GMT RESP BODY: {"network_id": "4fad8df8-6897-447a-b000-2428d52035fd", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "subnet_id": "030a6eb7-6d5c-4a03-a311-68e819e2cf86", "subnet_ids": ["030a6eb7-6d5c-4a03-a311-68e819e2cf86"], "port_id": "1ba102e6-bc96-4cf8-8a74-a7819c1e82d0", "id": "e21b62fc-ac0c-4065-958b-28c60d7d6d0a"} 2018-09-04 20:57:54,980 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e21b62fc-ac0c-4065-958b-28c60d7d6d0a/remove_router_interface.json used request id req-593797ce-2c1a-4a86-ab63-8c3d378e0b01 2018-09-04 20:57:54,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.51483893394s 2018-09-04 20:57:54,980 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e21b62fc-ac0c-4065-958b-28c60d7d6d0a/remove_router_interface.json used request id req-593797ce-2c1a-4a86-ab63-8c3d378e0b01 returning object e21b62fc-ac0c-4065-958b-28c60d7d6d0a 2018-09-04 20:57:54,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 20:57:54,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:55,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-8c89ebb0-164d-4837-a6e9-235db09e4a9a Date: Tue, 04 Sep 2018 20:57:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:03Z", "admin_state_up": true, "updated_at": "2018-09-04T20:57:54Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "e21b62fc-ac0c-4065-958b-28c60d7d6d0a", "name": "vping_ssh-router_ec0f0877-17ec-4298-8bbc-e27329e8f504"}]} 2018-09-04 20:57:55,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-8c89ebb0-164d-4837-a6e9-235db09e4a9a 2018-09-04 20:57:55,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0693161487579s 2018-09-04 20:57:55,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-8c89ebb0-164d-4837-a6e9-235db09e4a9a 2018-09-04 20:57:55,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 20:57:55,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/e21b62fc-ac0c-4065-958b-28c60d7d6d0a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:58,349 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dda450ce-5040-4808-9078-f8a2c2d4d6e5 Content-Length: 0 Date: Tue, 04 Sep 2018 20:57:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:57:58,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/e21b62fc-ac0c-4065-958b-28c60d7d6d0a.json used request id req-dda450ce-5040-4808-9078-f8a2c2d4d6e5 2018-09-04 20:57:58,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.29414916039s 2018-09-04 20:57:58,350 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/e21b62fc-ac0c-4065-958b-28c60d7d6d0a.json used request id req-dda450ce-5040-4808-9078-f8a2c2d4d6e5 2018-09-04 20:57:58,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 20:57:58,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:57:58,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-8de4a709-c384-4877-8911-13ae8494e6e4 Date: Tue, 04 Sep 2018 20:57:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4fad8df8-6897-447a-b000-2428d52035fd","tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T20:57:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b9398d480a274461b9f66fd00c56f3b1","id":"030a6eb7-6d5c-4a03-a311-68e819e2cf86","subnetpool_id":null,"name":"vping_ssh-subnet_ec0f0877-17ec-4298-8bbc-e27329e8f504"}]} 2018-09-04 20:57:58,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-8de4a709-c384-4877-8911-13ae8494e6e4 2018-09-04 20:57:58,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0514400005341s 2018-09-04 20:57:58,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-8de4a709-c384-4877-8911-13ae8494e6e4 2018-09-04 20:57:58,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 20:57:58,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/030a6eb7-6d5c-4a03-a311-68e819e2cf86.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:58:00,612 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08d663c8-6b22-4ff7-9b90-5d39f5574c93 Date: Tue, 04 Sep 2018 20:58:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:58:00,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/030a6eb7-6d5c-4a03-a311-68e819e2cf86.json used request id req-08d663c8-6b22-4ff7-9b90-5d39f5574c93 2018-09-04 20:58:00,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.20916318893s 2018-09-04 20:58:00,613 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/030a6eb7-6d5c-4a03-a311-68e819e2cf86.json used request id req-08d663c8-6b22-4ff7-9b90-5d39f5574c93 2018-09-04 20:58:00,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:58:00,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:58:00,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1196 X-Openstack-Request-Id: req-2d922ccb-a356-4418-9dce-5c015c095ee9 Date: Tue, 04 Sep 2018 20:58:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T20:58:00Z","tenant_id":"b9398d480a274461b9f66fd00c56f3b1","created_at":"2018-09-04T20:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"b9398d480a274461b9f66fd00c56f3b1","id":"4fad8df8-6897-447a-b000-2428d52035fd","name":"vping_ssh-net_ec0f0877-17ec-4298-8bbc-e27329e8f504"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 20:58:00,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-2d922ccb-a356-4418-9dce-5c015c095ee9 2018-09-04 20:58:00,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110946893692s 2018-09-04 20:58:00,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-2d922ccb-a356-4418-9dce-5c015c095ee9 2018-09-04 20:58:00,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 20:58:00,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/4fad8df8-6897-447a-b000-2428d52035fd.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:58:01,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-02fc44dc-80dc-48d2-a47e-16ff5f58cae2 Date: Tue, 04 Sep 2018 20:58:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:58:01,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4fad8df8-6897-447a-b000-2428d52035fd.json used request id req-02fc44dc-80dc-48d2-a47e-16ff5f58cae2 2018-09-04 20:58:01,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.11812400818s 2018-09-04 20:58:01,844 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4fad8df8-6897-447a-b000-2428d52035fd.json used request id req-02fc44dc-80dc-48d2-a47e-16ff5f58cae2 2018-09-04 20:58:01,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:58:01,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:58:02,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a2c1dffb-2a31-4b4f-9468-05e902963c74 Date: Tue, 04 Sep 2018 20:58:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/snap", "metadata": {}}], "file": "/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/file", "owner": "b9398d480a274461b9f66fd00c56f3b1", "id": "c0f2d857-ab14-4475-a8b5-a82518a618bd", "size": 12716032, "self": "/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c0f2d857-ab14-4475-a8b5-a82518a618bd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:57:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_ec0f0877-17ec-4298-8bbc-e27329e8f504", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:57:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:58:02,029 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-a2c1dffb-2a31-4b4f-9468-05e902963c74 2018-09-04 20:58:02,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184549808502s 2018-09-04 20:58:02,030 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-a2c1dffb-2a31-4b4f-9468-05e902963c74 2018-09-04 20:58:02,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 20:58:02,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b64fc587bde24ffcb5698ba0ec60913ba55fcdde" 2018-09-04 20:58:03,960 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-382b8af9-280f-4135-a015-8c2ca6819dec Date: Tue, 04 Sep 2018 20:58:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:58:03,960 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd used request id req-382b8af9-280f-4135-a015-8c2ca6819dec 2018-09-04 20:58:03,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.92833900452s 2018-09-04 20:58:03,960 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/c0f2d857-ab14-4475-a8b5-a82518a618bd used request id req-382b8af9-280f-4135-a015-8c2ca6819dec 2018-09-04 20:58:03,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 20:58:03,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:58:03,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a8bcdd7-3eef-4f75-81b3-0ec8efad82a9 x-compute-request-id: req-5a8bcdd7-3eef-4f75-81b3-0ec8efad82a9 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9", "name": "vping_ssh-flavor_ec0f0877-17ec-4298-8bbc-e27329e8f504", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 20:58:03,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-5a8bcdd7-3eef-4f75-81b3-0ec8efad82a9 2018-09-04 20:58:03,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0348048210144s 2018-09-04 20:58:03,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-5a8bcdd7-3eef-4f75-81b3-0ec8efad82a9 2018-09-04 20:58:03,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 20:58:04,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:58:04,039 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:58:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-31ebc0ce-2d83-4f70-99a5-1035ecc62a90 x-compute-request-id: req-31ebc0ce-2d83-4f70-99a5-1035ecc62a90 Content-Length: 0 Content-Type: application/json 2018-09-04 20:58:04,039 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9 used request id req-31ebc0ce-2d83-4f70-99a5-1035ecc62a90 2018-09-04 20:58:04,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0418541431427s 2018-09-04 20:58:04,039 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/22ccc1a7-50be-43ab-8168-7dc7e0a5dbc9 used request id req-31ebc0ce-2d83-4f70-99a5-1035ecc62a90 2018-09-04 20:58:04,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:58:04,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:58:04,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab966f0c-72c1-46ba-8d56-ce860c41fbf2 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_ec0f0877-17ec-4298-8bbc-e27329e8f504", "links": {"self": "http://172.30.9.26:5000/v3/users/d1e05565f6ad4da4bb3751753f5872d0"}, "domain_id": "default", "enabled": true, "id": "d1e05565f6ad4da4bb3751753f5872d0", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:58:04,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ab966f0c-72c1-46ba-8d56-ce860c41fbf2 2018-09-04 20:58:04,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0914931297302s 2018-09-04 20:58:04,132 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ab966f0c-72c1-46ba-8d56-ce860c41fbf2 2018-09-04 20:58:04,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:58:04,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/d1e05565f6ad4da4bb3751753f5872d0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:58:04,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2300e1cb-1d97-4223-8ae8-f0da9b63459a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/d1e05565f6ad4da4bb3751753f5872d0"}, "enabled": true, "id": "d1e05565f6ad4da4bb3751753f5872d0", "options": {}, "domain_id": "default", "name": "vping_ssh-user_ec0f0877-17ec-4298-8bbc-e27329e8f504"}} 2018-09-04 20:58:04,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/d1e05565f6ad4da4bb3751753f5872d0 used request id req-2300e1cb-1d97-4223-8ae8-f0da9b63459a 2018-09-04 20:58:04,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109708070755s 2018-09-04 20:58:04,248 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/d1e05565f6ad4da4bb3751753f5872d0 used request id req-2300e1cb-1d97-4223-8ae8-f0da9b63459a 2018-09-04 20:58:04,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 20:58:04,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/d1e05565f6ad4da4bb3751753f5872d0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:58:04,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:58:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a28941cd-dd26-47c7-8163-730fbb38b47a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:58:04,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/d1e05565f6ad4da4bb3751753f5872d0 used request id req-a28941cd-dd26-47c7-8163-730fbb38b47a 2018-09-04 20:58:04,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.210139036179s 2018-09-04 20:58:04,459 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/d1e05565f6ad4da4bb3751753f5872d0 used request id req-a28941cd-dd26-47c7-8163-730fbb38b47a 2018-09-04 20:58:04,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:58:04,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:58:04,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc58fcee-97ec-4cc8-ab6c-3ae9d41eb781 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1"}, "enabled": true, "id": "b9398d480a274461b9f66fd00c56f3b1", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_ec0f0877-17ec-4298-8bbc-e27329e8f504"}]} 2018-09-04 20:58:04,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-fc58fcee-97ec-4cc8-ab6c-3ae9d41eb781 2018-09-04 20:58:04,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0740649700165s 2018-09-04 20:58:04,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-fc58fcee-97ec-4cc8-ab6c-3ae9d41eb781 2018-09-04 20:58:04,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 20:58:04,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:58:04,706 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:58:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ab66dc5-fce1-485c-acfb-b16c05ea807c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:58:04,706 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-1ab66dc5-fce1-485c-acfb-b16c05ea807c 2018-09-04 20:58:04,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.169286966324s 2018-09-04 20:58:04,706 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-1ab66dc5-fce1-485c-acfb-b16c05ea807c 2018-09-04 20:58:04,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:58:04,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:58:04,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4db0f60-c4de-42b3-856e-cba1a5ac0c1e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "220eddd0190e46b990ef8f9f83a2a35a", "links": {"self": "http://172.30.9.26:5000/v3/roles/220eddd0190e46b990ef8f9f83a2a35a"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:58:04,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b4db0f60-c4de-42b3-856e-cba1a5ac0c1e 2018-09-04 20:58:04,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0821540355682s 2018-09-04 20:58:04,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 20:58:04,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/220eddd0190e46b990ef8f9f83a2a35a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a01fdeb6a824d7252a62db2fb2453e9317ca45" 2018-09-04 20:58:04,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:58:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3464b46-c5b1-4b3b-ade6-ec869ed8d633 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:58:04,960 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/220eddd0190e46b990ef8f9f83a2a35a used request id req-b3464b46-c5b1-4b3b-ade6-ec869ed8d633 2018-09-04 20:58:04,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.169620990753s 2018-09-04 20:58:05,013 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-09-04 20:58:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 20:58:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 20:58:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 20:58:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 20:58:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 20:58:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 20:58:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 20:58:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 20:58:05,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 20:58:05,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 20:58:05,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 20:58:05,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 20:58:05,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:58:05,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dfa82be-86c1-4a47-96a5-e458e01229e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:58:05,065 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4dfa82be-86c1-4a47-96a5-e458e01229e0 2018-09-04 20:58:05,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:58:05,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T21:58:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["ScrkuERbQ2-dFBLCpwKm1g"], "issued_at": "2018-09-04T20:58:05.000000Z"}} 2018-09-04 20:58:05,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:58:05,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:05,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-779575f6-d3b8-4be4-972c-0d70e4442c15 Date: Tue, 04 Sep 2018 20:58:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:58:05,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-779575f6-d3b8-4be4-972c-0d70e4442c15 2018-09-04 20:58:05,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.220458030701s 2018-09-04 20:58:05,669 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-779575f6-d3b8-4be4-972c-0d70e4442c15 2018-09-04 20:58:05,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 20:58:05,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:05,678 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:58:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:58:05,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:05,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b61d9bba-32a7-46b8-acd0-58102490f044 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 20:58:05,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-b61d9bba-32a7-46b8-acd0-58102490f044 2018-09-04 20:58:05,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0914509296417s 2018-09-04 20:58:05,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 20:58:05,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}}' 2018-09-04 20:58:05,918 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:58:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d142d159-43ec-4c62-8a3c-5d0ff94ca1e6 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf"}, "enabled": true, "id": "24aad37cf3fe474b8104a507c9b0eacf", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}} 2018-09-04 20:58:05,918 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-d142d159-43ec-4c62-8a3c-5d0ff94ca1e6 2018-09-04 20:58:05,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.155287981033s 2018-09-04 20:58:05,918 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-d142d159-43ec-4c62-8a3c-5d0ff94ca1e6 2018-09-04 20:58:05,919 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_3e2a7730-3981-4fd9-b404-3ec0c88ab848', 'id': u'24aad37cf3fe474b8104a507c9b0eacf', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 20:58:05,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 20:58:06,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.348448038101s 2018-09-04 20:58:06,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/8f2782d7ddf14359811bd2d3f6debb75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:06,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7704e7e7-a25a-46fe-846f-b0a3497f2210 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/8f2782d7ddf14359811bd2d3f6debb75"}, "enabled": true, "id": "8f2782d7ddf14359811bd2d3f6debb75", "options": {}, "domain_id": "default", "name": "vping_userdata-user_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}} 2018-09-04 20:58:06,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8f2782d7ddf14359811bd2d3f6debb75 used request id req-7704e7e7-a25a-46fe-846f-b0a3497f2210 2018-09-04 20:58:06,359 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8f2782d7ddf14359811bd2d3f6debb75', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_3e2a7730-3981-4fd9-b404-3ec0c88ab848'}) 2018-09-04 20:58:06,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:58:06,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:06,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca0e543f-50d6-4e6f-a53c-a6bcc561dc50 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:58:06,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ca0e543f-50d6-4e6f-a53c-a6bcc561dc50 2018-09-04 20:58:06,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810010433197s 2018-09-04 20:58:06,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:58:06,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:06,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c26d51f-960d-46d1-9f02-763ab233d181 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:58:06,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9c26d51f-960d-46d1-9f02-763ab233d181 2018-09-04 20:58:06,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0771729946136s 2018-09-04 20:58:06,520 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 20:58:06,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 20:58:06,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" -d '{"role": {"name": "Member"}}' 2018-09-04 20:58:06,664 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:58:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76ebfad7-1754-4702-82dc-098bbf0fef70 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "58b7a80f4e864054be10cc39045c841f", "links": {"self": "http://172.30.9.26:5000/v3/roles/58b7a80f4e864054be10cc39045c841f"}, "name": "Member"}} 2018-09-04 20:58:06,665 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-76ebfad7-1754-4702-82dc-098bbf0fef70 2018-09-04 20:58:06,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.144594907761s 2018-09-04 20:58:06,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/58b7a80f4e864054be10cc39045c841f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:06,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ad832f0-fdd9-4853-a4a4-4e8d2bb271fd Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/58b7a80f4e864054be10cc39045c841f"}, "domain_id": null, "name": "Member", "id": "58b7a80f4e864054be10cc39045c841f"}} 2018-09-04 20:58:06,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/58b7a80f4e864054be10cc39045c841f used request id req-3ad832f0-fdd9-4853-a4a4-4e8d2bb271fd 2018-09-04 20:58:06,749 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/58b7a80f4e864054be10cc39045c841f'}, 'domain_id': None, 'human_id': None, 'id': u'58b7a80f4e864054be10cc39045c841f', 'HUMAN_ID': False}) 2018-09-04 20:58:06,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:58:06,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:06,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04b1e490-5405-4ee6-acd6-3a4fcca0d301 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "58b7a80f4e864054be10cc39045c841f", "links": {"self": "http://172.30.9.26:5000/v3/roles/58b7a80f4e864054be10cc39045c841f"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:58:06,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-04b1e490-5405-4ee6-acd6-3a4fcca0d301 2018-09-04 20:58:06,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0743460655212s 2018-09-04 20:58:06,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:58:06,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:06,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51a4c314-b197-4224-8dd4-b40bfd726e57 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:58:06,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-51a4c314-b197-4224-8dd4-b40bfd726e57 2018-09-04 20:58:06,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0818629264832s 2018-09-04 20:58:06,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:58:06,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:07,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08325bad-4a58-4fb9-85f7-f39518dad200 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "links": {"self": "http://172.30.9.26:5000/v3/users/8f2782d7ddf14359811bd2d3f6debb75"}, "domain_id": "default", "enabled": true, "id": "8f2782d7ddf14359811bd2d3f6debb75", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:58:07,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-08325bad-4a58-4fb9-85f7-f39518dad200 2018-09-04 20:58:07,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101044893265s 2018-09-04 20:58:07,010 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-08325bad-4a58-4fb9-85f7-f39518dad200 2018-09-04 20:58:07,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:58:07,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:07,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a8f9587-25a3-4ab4-8b0a-6963872e558b Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf"}, "enabled": true, "id": "24aad37cf3fe474b8104a507c9b0eacf", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:58:07,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-6a8f9587-25a3-4ab4-8b0a-6963872e558b 2018-09-04 20:58:07,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0771310329437s 2018-09-04 20:58:07,094 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-6a8f9587-25a3-4ab4-8b0a-6963872e558b 2018-09-04 20:58:07,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:58:07,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=8f2782d7ddf14359811bd2d3f6debb75&scope.project.id=24aad37cf3fe474b8104a507c9b0eacf&role.id=58b7a80f4e864054be10cc39045c841f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:07,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbd4d313-b1ee-4d94-8713-e71e3f051c58 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=8f2782d7ddf14359811bd2d3f6debb75&scope.project.id=24aad37cf3fe474b8104a507c9b0eacf&role.id=58b7a80f4e864054be10cc39045c841f", "previous": null, "next": null}} 2018-09-04 20:58:07,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=8f2782d7ddf14359811bd2d3f6debb75&scope.project.id=24aad37cf3fe474b8104a507c9b0eacf&role.id=58b7a80f4e864054be10cc39045c841f used request id req-dbd4d313-b1ee-4d94-8713-e71e3f051c58 2018-09-04 20:58:07,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0841498374939s 2018-09-04 20:58:07,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:58:07,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf/users/8f2782d7ddf14359811bd2d3f6debb75/roles/58b7a80f4e864054be10cc39045c841f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:07,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:58:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-066ec549-208d-47b4-9cb4-56da3349463e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:58:07,304 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf/users/8f2782d7ddf14359811bd2d3f6debb75/roles/58b7a80f4e864054be10cc39045c841f used request id req-066ec549-208d-47b4-9cb4-56da3349463e 2018-09-04 20:58:07,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123261928558s 2018-09-04 20:58:07,305 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_3e2a7730-3981-4fd9-b404-3ec0c88ab848', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '348e2adb-5893-42bb-9d54-2da460b96168', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_userdata-user_3e2a7730-3981-4fd9-b404-3ec0c88ab848', 'project_id': u'24aad37cf3fe474b8104a507c9b0eacf', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 20:58:07,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 20:58:07,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 20:58:07,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 20:58:07,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 20:58:07,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 20:58:07,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 20:58:07,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 20:58:07,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 20:58:07,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 20:58:07,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 20:58:07,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 20:58:07,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 20:58:07,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 20:58:07,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 20:58:07,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 20:58:07,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 20:58:07,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 20:58:07,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 20:58:07,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 20:58:07,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 20:58:07,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 20:58:07,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 20:58:07,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 20:58:07,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 20:58:07,311 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_3e2a7730-3981-4fd9-b404-3ec0c88ab848', 'password': '348e2adb-5893-42bb-9d54-2da460b96168', 'project_name': 'vping_userdata-project_3e2a7730-3981-4fd9-b404-3ec0c88ab848', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '24aad37cf3fe474b8104a507c9b0eacf', 'project_domain_name': 'Default'} 2018-09-04 20:58:07,311 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-09-04 20:58:07,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 20:58:07,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:07,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a65d33e9-169f-4f8c-9173-629452932775 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 20:58:07,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-a65d33e9-169f-4f8c-9173-629452932775 2018-09-04 20:58:07,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.075835943222s 2018-09-04 20:58:07,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:58:07,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:58:07,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be0b167-6dea-40b0-b757-86a97b5d3cc9 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf"}, "enabled": true, "id": "24aad37cf3fe474b8104a507c9b0eacf", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:58:07,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-0be0b167-6dea-40b0-b757-86a97b5d3cc9 2018-09-04 20:58:07,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0779869556427s 2018-09-04 20:58:07,467 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-0be0b167-6dea-40b0-b757-86a97b5d3cc9 2018-09-04 20:58:07,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 20:58:07,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" -d '{"network": {"tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "name": "vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "admin_state_up": true}}' 2018-09-04 20:58:07,982 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-56a66e63-fce4-4006-975a-d762df4a969b Date: Tue, 04 Sep 2018 20:58:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"abdbb725-c7d2-4a25-b002-c7d77e6bf3cc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"24aad37cf3fe474b8104a507c9b0eacf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:58:07Z","is_default":false,"qos_policy_id":null,"name":"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848","admin_state_up":true,"tenant_id":"24aad37cf3fe474b8104a507c9b0eacf","created_at":"2018-09-04T20:58:07Z","mtu":1450}} 2018-09-04 20:58:07,982 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-56a66e63-fce4-4006-975a-d762df4a969b 2018-09-04 20:58:07,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.511574029922s 2018-09-04 20:58:07,983 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-56a66e63-fce4-4006-975a-d762df4a969b 2018-09-04 20:58:07,983 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T20:58:07Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'abdbb725-c7d2-4a25-b002-c7d77e6bf3cc', u'provider:segmentation_id': 68, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848', u'created_at': u'2018-09-04T20:58:07Z', u'mtu': 1450, u'tenant_id': u'24aad37cf3fe474b8104a507c9b0eacf', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'24aad37cf3fe474b8104a507c9b0eacf'}) 2018-09-04 20:58:07,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:58:07,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc7ac31f-62f4-40a0-b9cd-87ba86b26d84 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:58:07,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fc7ac31f-62f4-40a0-b9cd-87ba86b26d84 2018-09-04 20:58:07,992 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:58:08,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "58b7a80f4e864054be10cc39045c841f", "name": "Member"}], "expires_at": "2018-09-04T21:58:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "24aad37cf3fe474b8104a507c9b0eacf", "name": "vping_userdata-project_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/24aad37cf3fe474b8104a507c9b0eacf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/24aad37cf3fe474b8104a507c9b0eacf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/24aad37cf3fe474b8104a507c9b0eacf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/24aad37cf3fe474b8104a507c9b0eacf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/24aad37cf3fe474b8104a507c9b0eacf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/24aad37cf3fe474b8104a507c9b0eacf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/24aad37cf3fe474b8104a507c9b0eacf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/24aad37cf3fe474b8104a507c9b0eacf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/24aad37cf3fe474b8104a507c9b0eacf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/24aad37cf3fe474b8104a507c9b0eacf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/24aad37cf3fe474b8104a507c9b0eacf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/24aad37cf3fe474b8104a507c9b0eacf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "id": "8f2782d7ddf14359811bd2d3f6debb75"}, "audit_ids": ["ycbKP7p_TwWeCthuV6jUvQ"], "issued_at": "2018-09-04T20:58:08.000000Z"}} 2018-09-04 20:58:08,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:58:08,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:08,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-4fb5a7c4-9ae9-4904-8f7d-5b79a960229d Date: Tue, 04 Sep 2018 20:58:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T20:58:07Z","tenant_id":"24aad37cf3fe474b8104a507c9b0eacf","created_at":"2018-09-04T20:58:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"24aad37cf3fe474b8104a507c9b0eacf","id":"abdbb725-c7d2-4a25-b002-c7d77e6bf3cc","name":"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 20:58:08,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4fb5a7c4-9ae9-4904-8f7d-5b79a960229d 2018-09-04 20:58:08,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276595115662s 2018-09-04 20:58:08,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4fb5a7c4-9ae9-4904-8f7d-5b79a960229d 2018-09-04 20:58:08,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 20:58:08,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" -d '{"subnet": {"name": "vping_userdata-subnet_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "enable_dhcp": true, "network_id": "abdbb725-c7d2-4a25-b002-c7d77e6bf3cc", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 20:58:09,443 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8224439c-c818-44ee-b0f8-1924cfcdf15d Date: Tue, 04 Sep 2018 20:58:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abdbb725-c7d2-4a25-b002-c7d77e6bf3cc","tenant_id":"24aad37cf3fe474b8104a507c9b0eacf","created_at":"2018-09-04T20:58:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T20:58:09Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"24aad37cf3fe474b8104a507c9b0eacf","id":"38e45a44-7590-4265-92d3-42531d6e3710","subnetpool_id":null,"name":"vping_userdata-subnet_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}} 2018-09-04 20:58:09,443 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-8224439c-c818-44ee-b0f8-1924cfcdf15d 2018-09-04 20:58:09,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.79680109024s 2018-09-04 20:58:09,444 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-8224439c-c818-44ee-b0f8-1924cfcdf15d 2018-09-04 20:58:09,444 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T20:58:09Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'38e45a44-7590-4265-92d3-42531d6e3710', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_3e2a7730-3981-4fd9-b404-3ec0c88ab848', u'enable_dhcp': True, u'network_id': u'abdbb725-c7d2-4a25-b002-c7d77e6bf3cc', u'tenant_id': u'24aad37cf3fe474b8104a507c9b0eacf', u'created_at': u'2018-09-04T20:58:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'24aad37cf3fe474b8104a507c9b0eacf'}) 2018-09-04 20:58:09,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 20:58:09,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "vping_userdata-router_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "admin_state_up": true}}' 2018-09-04 20:58:14,602 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-5fe1481b-7a25-4092-867b-4e887356486c Date: Tue, 04 Sep 2018 20:58:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:10Z", "admin_state_up": true, "updated_at": "2018-09-04T20:58:11Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "2fae61c1-786f-4d22-8619-75797c39021d", "name": "vping_userdata-router_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}} 2018-09-04 20:58:14,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-5fe1481b-7a25-4092-867b-4e887356486c 2018-09-04 20:58:14,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.15719389915s 2018-09-04 20:58:14,603 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-5fe1481b-7a25-4092-867b-4e887356486c 2018-09-04 20:58:14,603 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T20:58:11Z', u'revision_number': 3, u'id': u'2fae61c1-786f-4d22-8619-75797c39021d', u'external_gateway_info': {u'network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'97e3a010-d0e8-45f7-9bbb-04a537953fb8', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_3e2a7730-3981-4fd9-b404-3ec0c88ab848', u'admin_state_up': True, u'tenant_id': u'24aad37cf3fe474b8104a507c9b0eacf', u'created_at': u'2018-09-04T20:58:10Z', u'flavor_id': None, u'routes': [], u'project_id': u'24aad37cf3fe474b8104a507c9b0eacf'}) 2018-09-04 20:58:14,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 20:58:14,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/2fae61c1-786f-4d22-8619-75797c39021d/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" -d '{"subnet_id": "38e45a44-7590-4265-92d3-42531d6e3710"}' 2018-09-04 20:58:16,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d1ff1fc9-4c04-4a6b-8b78-a66ecac2df01 Date: Tue, 04 Sep 2018 20:58:16 GMT RESP BODY: {"network_id": "abdbb725-c7d2-4a25-b002-c7d77e6bf3cc", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "subnet_id": "38e45a44-7590-4265-92d3-42531d6e3710", "subnet_ids": ["38e45a44-7590-4265-92d3-42531d6e3710"], "port_id": "c5fd2584-6ad7-4ef9-8f97-5ccf9075d24d", "id": "2fae61c1-786f-4d22-8619-75797c39021d"} 2018-09-04 20:58:16,801 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2fae61c1-786f-4d22-8619-75797c39021d/add_router_interface.json used request id req-d1ff1fc9-4c04-4a6b-8b78-a66ecac2df01 2018-09-04 20:58:16,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.1971540451s 2018-09-04 20:58:16,801 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2fae61c1-786f-4d22-8619-75797c39021d/add_router_interface.json used request id req-d1ff1fc9-4c04-4a6b-8b78-a66ecac2df01 returning object 2fae61c1-786f-4d22-8619-75797c39021d 2018-09-04 20:58:16,802 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:58:16,957 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-04 20:58:16,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:16,965 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 20:58:16 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-09-04 20:58:16,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:58:16,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:17,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2a327fff-b596-4d77-ab08-9a255c354977 Date: Tue, 04 Sep 2018 20:58:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:58:17,154 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2a327fff-b596-4d77-ab08-9a255c354977 2018-09-04 20:58:17,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185761213303s 2018-09-04 20:58:17,155 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2a327fff-b596-4d77-ab08-9a255c354977 2018-09-04 20:58:17,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 20:58:17,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}' 2018-09-04 20:58:17,413 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc X-Openstack-Request-Id: req-f3bb6a90-f625-4e9b-999d-c1324cc16455 Date: Tue, 04 Sep 2018 20:58:17 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/file", "owner": "24aad37cf3fe474b8104a507c9b0eacf", "id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "size": null, "self": "/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:58:17Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "checksum": null, "created_at": "2018-09-04T20:58:17Z", "protected": false} 2018-09-04 20:58:17,414 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f3bb6a90-f625-4e9b-999d-c1324cc16455 2018-09-04 20:58:17,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.257313013077s 2018-09-04 20:58:17,414 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f3bb6a90-f625-4e9b-999d-c1324cc16455 returning object a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc 2018-09-04 20:58:17,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 20:58:17,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" -d '' 2018-09-04 20:58:19,072 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-37ffd064-59de-4569-9773-df9e10be8754 Date: Tue, 04 Sep 2018 20:58:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:58:19,073 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/file used request id req-37ffd064-59de-4569-9773-df9e10be8754 2018-09-04 20:58:19,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.65748596191s 2018-09-04 20:58:19,073 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/file used request id req-37ffd064-59de-4569-9773-df9e10be8754 2018-09-04 20:58:19,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:58:19,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:19,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-bdea1222-c55c-48c1-8026-2f2d06c23d99 Date: Tue, 04 Sep 2018 20:58:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/snap", "metadata": {}}], "file": "/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/file", "owner": "24aad37cf3fe474b8104a507c9b0eacf", "id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "size": 12716032, "self": "/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:58:19Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:58:17Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:58:19,254 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-bdea1222-c55c-48c1-8026-2f2d06c23d99 2018-09-04 20:58:19,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180896043777s 2018-09-04 20:58:19,255 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-bdea1222-c55c-48c1-8026-2f2d06c23d99 2018-09-04 20:58:19,257 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/file', 'owner': u'24aad37cf3fe474b8104a507c9b0eacf', 'id': u'a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc', 'size': 12716032, u'self': u'/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'24aad37cf3fe474b8104a507c9b0eacf', 'name': 'vping_userdata-project_3e2a7730-3981-4fd9-b404-3ec0c88ab848', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T20:58:19Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-04T20:58:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848', 'created': u'2018-09-04T20:58:17Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T20:58:17Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 20:58:19,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 20:58:19,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 20:58:19,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1915456c-1f4f-4725-85b0-712ba76eab3d x-compute-request-id: req-1915456c-1f4f-4725-85b0-712ba76eab3d Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "name": "vping_userdata-flavor_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:58:19,449 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1915456c-1f4f-4725-85b0-712ba76eab3d 2018-09-04 20:58:19,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.191588878632s 2018-09-04 20:58:19,450 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1915456c-1f4f-4725-85b0-712ba76eab3d returning object 94e9ed3a-0982-4424-a034-c8b527e31c60 2018-09-04 20:58:19,451 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_3e2a7730-3981-4fd9-b404-3ec0c88ab848', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'94e9ed3a-0982-4424-a034-c8b527e31c60', 'swap': 0}) 2018-09-04 20:58:19,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 20:58:19,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" -d '{"extra_specs": {}}' 2018-09-04 20:58:19,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb256aeb-50b6-43a6-9a72-e75f3168d47f x-compute-request-id: req-cb256aeb-50b6-43a6-9a72-e75f3168d47f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 20:58:19,471 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60/os-extra_specs used request id req-cb256aeb-50b6-43a6-9a72-e75f3168d47f 2018-09-04 20:58:19,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0199010372162s 2018-09-04 20:58:19,472 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60/os-extra_specs used request id req-cb256aeb-50b6-43a6-9a72-e75f3168d47f 2018-09-04 20:58:19,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:58:19,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:19,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-e226d5a1-957e-4616-aeae-b5ed65a2bd77 Date: Tue, 04 Sep 2018 20:58:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38e45a44-7590-4265-92d3-42531d6e3710"],"updated_at":"2018-09-04T20:58:09Z","tenant_id":"24aad37cf3fe474b8104a507c9b0eacf","created_at":"2018-09-04T20:58:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"24aad37cf3fe474b8104a507c9b0eacf","id":"abdbb725-c7d2-4a25-b002-c7d77e6bf3cc","name":"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 20:58:19,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e226d5a1-957e-4616-aeae-b5ed65a2bd77 2018-09-04 20:58:19,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108095169067s 2018-09-04 20:58:19,581 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e226d5a1-957e-4616-aeae-b5ed65a2bd77 2018-09-04 20:58:19,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:58:19,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:19,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-2ff51493-f3eb-4da1-a938-174216101673 Date: Tue, 04 Sep 2018 20:58:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/snap", "metadata": {}}], "file": "/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/file", "owner": "24aad37cf3fe474b8104a507c9b0eacf", "id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "size": 12716032, "self": "/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:58:19Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:58:17Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:58:19,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2ff51493-f3eb-4da1-a938-174216101673 2018-09-04 20:58:19,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163642883301s 2018-09-04 20:58:19,746 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2ff51493-f3eb-4da1-a938-174216101673 2018-09-04 20:58:19,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 20:58:19,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:19,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b4d6627-671e-456b-ab06-111bf988ae13 x-compute-request-id: req-1b4d6627-671e-456b-ab06-111bf988ae13 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "name": "vping_userdata-flavor_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 20:58:19,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-1b4d6627-671e-456b-ab06-111bf988ae13 2018-09-04 20:58:19,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.184669017792s 2018-09-04 20:58:19,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-1b4d6627-671e-456b-ab06-111bf988ae13 2018-09-04 20:58:19,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-04 20:58:19,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" -d '{"server": {"name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "imageRef": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "flavorRef": "94e9ed3a-0982-4424-a034-c8b527e31c60", "max_count": 1, "min_count": 1, "networks": [{"uuid": "abdbb725-c7d2-4a25-b002-c7d77e6bf3cc"}]}}' 2018-09-04 20:58:21,561 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:58:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b9c3bf4-f057-4569-bdc2-faf3c4b1837c x-compute-request-id: req-8b9c3bf4-f057-4569-bdc2-faf3c4b1837c Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "adminPass": "FpqZcLipDrG8"}} 2018-09-04 20:58:21,561 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-8b9c3bf4-f057-4569-bdc2-faf3c4b1837c 2018-09-04 20:58:21,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.62539482117s 2018-09-04 20:58:21,562 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-8b9c3bf4-f057-4569-bdc2-faf3c4b1837c 2018-09-04 20:58:21,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:21,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:21,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-726ddfce-b4cc-40f9-b8fd-b7f67afdd3cd x-compute-request-id: req-726ddfce-b4cc-40f9-b8fd-b7f67afdd3cd Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:58:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:21Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:21,977 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-726ddfce-b4cc-40f9-b8fd-b7f67afdd3cd 2018-09-04 20:58:21,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.414255142212s 2018-09-04 20:58:21,977 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-726ddfce-b4cc-40f9-b8fd-b7f67afdd3cd 2018-09-04 20:58:21,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:58:21,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:22,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-75f25ff1-a3be-41ae-a616-1dae32b9533e Date: Tue, 04 Sep 2018 20:58:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38e45a44-7590-4265-92d3-42531d6e3710"],"updated_at":"2018-09-04T20:58:09Z","tenant_id":"24aad37cf3fe474b8104a507c9b0eacf","created_at":"2018-09-04T20:58:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"24aad37cf3fe474b8104a507c9b0eacf","id":"abdbb725-c7d2-4a25-b002-c7d77e6bf3cc","name":"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 20:58:22,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-75f25ff1-a3be-41ae-a616-1dae32b9533e 2018-09-04 20:58:22,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242828130722s 2018-09-04 20:58:22,227 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-75f25ff1-a3be-41ae-a616-1dae32b9533e 2018-09-04 20:58:22,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 20:58:22,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:22,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-095062fb-4929-4052-8328-0f62248304ae Date: Tue, 04 Sep 2018 20:58:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abdbb725-c7d2-4a25-b002-c7d77e6bf3cc","tenant_id":"24aad37cf3fe474b8104a507c9b0eacf","created_at":"2018-09-04T20:58:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T20:58:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"24aad37cf3fe474b8104a507c9b0eacf","id":"38e45a44-7590-4265-92d3-42531d6e3710","subnetpool_id":null,"name":"vping_userdata-subnet_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}]} 2018-09-04 20:58:22,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-095062fb-4929-4052-8328-0f62248304ae 2018-09-04 20:58:22,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.191248893738s 2018-09-04 20:58:22,420 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-095062fb-4929-4052-8328-0f62248304ae 2018-09-04 20:58:22,421 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:58:24,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:24,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:25,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f5612d6-deb1-4a0a-b2ab-ea5d748c05c4 x-compute-request-id: req-3f5612d6-deb1-4a0a-b2ab-ea5d748c05c4 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:58:22Z", "hostId": "28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:21Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:25,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3f5612d6-deb1-4a0a-b2ab-ea5d748c05c4 2018-09-04 20:58:25,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623293876648s 2018-09-04 20:58:25,046 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3f5612d6-deb1-4a0a-b2ab-ea5d748c05c4 2018-09-04 20:58:25,050 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:58:27,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:27,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:27,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd0b5fd3-e10f-48cb-94ce-df1cc4279936 x-compute-request-id: req-bd0b5fd3-e10f-48cb-94ce-df1cc4279936 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:58:22Z", "hostId": "28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:21Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:27,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bd0b5fd3-e10f-48cb-94ce-df1cc4279936 2018-09-04 20:58:27,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.864497900009s 2018-09-04 20:58:27,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bd0b5fd3-e10f-48cb-94ce-df1cc4279936 2018-09-04 20:58:27,921 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:58:29,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:29,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:30,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58fa92f4-8cc4-4640-b84e-c0e8272ca140 x-compute-request-id: req-58fa92f4-8cc4-4640-b84e-c0e8272ca140 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:a7:35", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:26.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:27Z", "hostId": "28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:21Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:30,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-58fa92f4-8cc4-4640-b84e-c0e8272ca140 2018-09-04 20:58:30,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.488291978836s 2018-09-04 20:58:30,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-58fa92f4-8cc4-4640-b84e-c0e8272ca140 2018-09-04 20:58:30,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 20:58:30,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=8e8eb854-0307-45ee-a937-14788ca629e6" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:30,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-a5686699-edb2-41d7-aad3-605178ee804d Date: Tue, 04 Sep 2018 20:58:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:58:27Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"38e45a44-7590-4265-92d3-42531d6e3710","ip_address":"192.168.120.12"}],"id":"e07df3d5-c864-4762-9074-07fac0e28785","security_groups":["ec2cafcc-75a7-43cc-bca6-e8f19908bc60"],"mac_address":"fa:16:3e:93:a7:35","project_id":"24aad37cf3fe474b8104a507c9b0eacf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"abdbb725-c7d2-4a25-b002-c7d77e6bf3cc","tenant_id":"24aad37cf3fe474b8104a507c9b0eacf","created_at":"2018-09-04T20:58:23Z","binding:vnic_type":"normal","device_id":"8e8eb854-0307-45ee-a937-14788ca629e6"}]} 2018-09-04 20:58:30,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8e8eb854-0307-45ee-a937-14788ca629e6 used request id req-a5686699-edb2-41d7-aad3-605178ee804d 2018-09-04 20:58:30,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.067430973053s 2018-09-04 20:58:30,485 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8e8eb854-0307-45ee-a937-14788ca629e6 used request id req-a5686699-edb2-41d7-aad3-605178ee804d 2018-09-04 20:58:30,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 20:58:30,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=e07df3d5-c864-4762-9074-07fac0e28785" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:30,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-867de94b-096e-4c54-9352-1530ea47d131 Date: Tue, 04 Sep 2018 20:58:30 GMT RESP BODY: {"floatingips": []} 2018-09-04 20:58:30,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=e07df3d5-c864-4762-9074-07fac0e28785 used request id req-867de94b-096e-4c54-9352-1530ea47d131 2018-09-04 20:58:30,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.166038990021s 2018-09-04 20:58:30,657 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=e07df3d5-c864-4762-9074-07fac0e28785 used request id req-867de94b-096e-4c54-9352-1530ea47d131 2018-09-04 20:58:30,657 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:93:a7:35', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T20:58:26.000000', 'flavor': Munch({u'id': u'94e9ed3a-0982-4424-a034-c8b527e31c60'}), 'az': u'nova', 'id': u'8e8eb854-0307-45ee-a937-14788ca629e6', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8f2782d7ddf14359811bd2d3f6debb75', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'24aad37cf3fe474b8104a507c9b0eacf', 'name': 'vping_userdata-project_3e2a7730-3981-4fd9-b404-3ec0c88ab848', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-04T20:58:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T20:58:27Z', 'hostId': u'28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T20:58:26.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'24aad37cf3fe474b8104a507c9b0eacf', 'name': u'vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848', 'adminPass': u'FpqZcLipDrG8', 'tenant_id': u'24aad37cf3fe474b8104a507c9b0eacf', 'region': 'regionOne', 'created': u'2018-09-04T20:58:21Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 20:58:30,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:58:30,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:30,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-16c5b18e-3a9e-44df-ab25-9ffa7bdb6ad8 Date: Tue, 04 Sep 2018 20:58:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38e45a44-7590-4265-92d3-42531d6e3710"],"updated_at":"2018-09-04T20:58:09Z","tenant_id":"24aad37cf3fe474b8104a507c9b0eacf","created_at":"2018-09-04T20:58:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"24aad37cf3fe474b8104a507c9b0eacf","id":"abdbb725-c7d2-4a25-b002-c7d77e6bf3cc","name":"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 20:58:30,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-16c5b18e-3a9e-44df-ab25-9ffa7bdb6ad8 2018-09-04 20:58:30,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257164001465s 2018-09-04 20:58:30,916 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-16c5b18e-3a9e-44df-ab25-9ffa7bdb6ad8 2018-09-04 20:58:30,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:58:30,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:31,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-404ece64-553a-415f-a40f-913d0391f00d Date: Tue, 04 Sep 2018 20:58:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/snap", "metadata": {}}], "file": "/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/file", "owner": "24aad37cf3fe474b8104a507c9b0eacf", "id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "size": 12716032, "self": "/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:58:19Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:58:17Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:58:31,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-404ece64-553a-415f-a40f-913d0391f00d 2018-09-04 20:58:31,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166662931442s 2018-09-04 20:58:31,084 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-404ece64-553a-415f-a40f-913d0391f00d 2018-09-04 20:58:31,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 20:58:31,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:31,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b64caedf-d3bf-4e7f-aff4-11b9b4b0f64e x-compute-request-id: req-b64caedf-d3bf-4e7f-aff4-11b9b4b0f64e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "name": "vping_userdata-flavor_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 20:58:31,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b64caedf-d3bf-4e7f-aff4-11b9b4b0f64e 2018-09-04 20:58:31,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0387189388275s 2018-09-04 20:58:31,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b64caedf-d3bf-4e7f-aff4-11b9b4b0f64e 2018-09-04 20:58:31,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-04 20:58:31,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" -d '{"server": {"name": "vping_userdata-vm2_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "imageRef": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "flavorRef": "94e9ed3a-0982-4424-a034-c8b527e31c60", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjEyIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "abdbb725-c7d2-4a25-b002-c7d77e6bf3cc"}]}}' 2018-09-04 20:58:32,591 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:58:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af97ff2f-d482-448b-924f-9c047293e8da x-compute-request-id: req-af97ff2f-d482-448b-924f-9c047293e8da Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "87f7e7f8-4968-4b1a-a801-e73afefce70f", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "bookmark"}], "adminPass": "husX6iZAX6mP"}} 2018-09-04 20:58:32,592 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-af97ff2f-d482-448b-924f-9c047293e8da 2018-09-04 20:58:32,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.46496701241s 2018-09-04 20:58:32,592 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-af97ff2f-d482-448b-924f-9c047293e8da 2018-09-04 20:58:32,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:32,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:33,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96857899-7d05-4f92-b9f2-14998a359b80 x-compute-request-id: req-96857899-7d05-4f92-b9f2-14998a359b80 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "87f7e7f8-4968-4b1a-a801-e73afefce70f", "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:58:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:32Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:a7:35", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:26.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:27Z", "hostId": "28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:21Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:33,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-96857899-7d05-4f92-b9f2-14998a359b80 2018-09-04 20:58:33,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520187139511s 2018-09-04 20:58:33,113 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-96857899-7d05-4f92-b9f2-14998a359b80 2018-09-04 20:58:33,119 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:58:35,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:35,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:35,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a56c83b5-86a8-4cc6-be4c-c782f89079db x-compute-request-id: req-a56c83b5-86a8-4cc6-be4c-c782f89079db Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "87f7e7f8-4968-4b1a-a801-e73afefce70f", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:58:34Z", "hostId": "8fcd243b429fb3a18e3ecc24291acd27c8fca7a2d0637874684763a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:32Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:a7:35", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:26.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:27Z", "hostId": "28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:21Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:35,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a56c83b5-86a8-4cc6-be4c-c782f89079db 2018-09-04 20:58:35,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561526060104s 2018-09-04 20:58:35,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a56c83b5-86a8-4cc6-be4c-c782f89079db 2018-09-04 20:58:35,688 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:58:37,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:37,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:38,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-625cae12-9c73-4a0e-9f56-91c91d5395bf x-compute-request-id: req-625cae12-9c73-4a0e-9f56-91c91d5395bf Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "87f7e7f8-4968-4b1a-a801-e73afefce70f", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T20:58:34Z", "hostId": "8fcd243b429fb3a18e3ecc24291acd27c8fca7a2d0637874684763a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:32Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:a7:35", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:26.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:27Z", "hostId": "28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:21Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:38,334 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-625cae12-9c73-4a0e-9f56-91c91d5395bf 2018-09-04 20:58:38,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643629074097s 2018-09-04 20:58:38,335 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-625cae12-9c73-4a0e-9f56-91c91d5395bf 2018-09-04 20:58:38,340 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:58:40,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:40,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:40,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb3b9f08-536d-4087-a095-3cde95de30e0 x-compute-request-id: req-fb3b9f08-536d-4087-a095-3cde95de30e0 Content-Encoding: gzip Content-Length: 858 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:c4:dd", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:39.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "87f7e7f8-4968-4b1a-a801-e73afefce70f", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:40Z", "hostId": "8fcd243b429fb3a18e3ecc24291acd27c8fca7a2d0637874684763a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:32Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:a7:35", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:26.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:27Z", "hostId": "28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:21Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:40,852 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fb3b9f08-536d-4087-a095-3cde95de30e0 2018-09-04 20:58:40,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509403944016s 2018-09-04 20:58:40,852 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fb3b9f08-536d-4087-a095-3cde95de30e0 2018-09-04 20:58:40,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 20:58:40,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=87f7e7f8-4968-4b1a-a801-e73afefce70f" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:40,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-caefca69-b0d0-485a-9d8d-36ab01346f73 Date: Tue, 04 Sep 2018 20:58:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T20:58:39Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"38e45a44-7590-4265-92d3-42531d6e3710","ip_address":"192.168.120.15"}],"id":"efe1c41f-4d81-4007-89f6-95fbc63f6701","security_groups":["ec2cafcc-75a7-43cc-bca6-e8f19908bc60"],"mac_address":"fa:16:3e:a2:c4:dd","project_id":"24aad37cf3fe474b8104a507c9b0eacf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"abdbb725-c7d2-4a25-b002-c7d77e6bf3cc","tenant_id":"24aad37cf3fe474b8104a507c9b0eacf","created_at":"2018-09-04T20:58:34Z","binding:vnic_type":"normal","device_id":"87f7e7f8-4968-4b1a-a801-e73afefce70f"}]} 2018-09-04 20:58:40,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=87f7e7f8-4968-4b1a-a801-e73afefce70f used request id req-caefca69-b0d0-485a-9d8d-36ab01346f73 2018-09-04 20:58:40,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.056932926178s 2018-09-04 20:58:40,915 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=87f7e7f8-4968-4b1a-a801-e73afefce70f used request id req-caefca69-b0d0-485a-9d8d-36ab01346f73 2018-09-04 20:58:40,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 20:58:40,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=efe1c41f-4d81-4007-89f6-95fbc63f6701" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:40,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b9664095-95d9-464b-bace-11d4ab136470 Date: Tue, 04 Sep 2018 20:58:40 GMT RESP BODY: {"floatingips": []} 2018-09-04 20:58:40,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=efe1c41f-4d81-4007-89f6-95fbc63f6701 used request id req-b9664095-95d9-464b-bace-11d4ab136470 2018-09-04 20:58:40,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0199320316315s 2018-09-04 20:58:40,941 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=efe1c41f-4d81-4007-89f6-95fbc63f6701 used request id req-b9664095-95d9-464b-bace-11d4ab136470 2018-09-04 20:58:40,941 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a2:c4:dd', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T20:58:39.000000', 'flavor': Munch({u'id': u'94e9ed3a-0982-4424-a034-c8b527e31c60'}), 'az': u'nova', 'id': u'87f7e7f8-4968-4b1a-a801-e73afefce70f', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8f2782d7ddf14359811bd2d3f6debb75', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'24aad37cf3fe474b8104a507c9b0eacf', 'name': 'vping_userdata-project_3e2a7730-3981-4fd9-b404-3ec0c88ab848', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-04T20:58:39.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T20:58:40Z', 'hostId': u'8fcd243b429fb3a18e3ecc24291acd27c8fca7a2d0637874684763a9', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'8fcd243b429fb3a18e3ecc24291acd27c8fca7a2d0637874684763a9', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T20:58:39.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'24aad37cf3fe474b8104a507c9b0eacf', 'name': u'vping_userdata-vm2_3e2a7730-3981-4fd9-b404-3ec0c88ab848', 'adminPass': u'husX6iZAX6mP', 'tenant_id': u'24aad37cf3fe474b8104a507c9b0eacf', 'region': 'regionOne', 'created': u'2018-09-04T20:58:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 20:58:40,942 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-09-04 20:58:41,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:41,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:42,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f141ea4d-0552-40e7-ac3d-cbe06b1b0b73 x-compute-request-id: req-f141ea4d-0552-40e7-ac3d-cbe06b1b0b73 Content-Encoding: gzip Content-Length: 858 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:c4:dd", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:39.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "87f7e7f8-4968-4b1a-a801-e73afefce70f", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:40Z", "hostId": "8fcd243b429fb3a18e3ecc24291acd27c8fca7a2d0637874684763a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:32Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:a7:35", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:26.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:27Z", "hostId": "28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:21Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:42,618 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f141ea4d-0552-40e7-ac3d-cbe06b1b0b73 2018-09-04 20:58:42,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674383878708s 2018-09-04 20:58:42,618 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f141ea4d-0552-40e7-ac3d-cbe06b1b0b73 2018-09-04 20:58:42,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 20:58:42,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 20:58:43,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5523ffe-b765-4dc9-aefd-b44264238667 x-compute-request-id: req-b5523ffe-b765-4dc9-aefd-b44264238667 Content-Encoding: gzip Content-Length: 7931 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523759374 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131550] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133187] pid_max: default: 32768 minimum: 301\n[ 0.134092] ACPI: Core revision 20150930\n[ 0.135521] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136810] Security Framework initialized\n[ 0.137654] Yama: becoming mindful.\n[ 0.138374] AppArmor: AppArmor initialized\n[ 0.139269] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141860] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143095] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144510] Initializing cgroup subsys io\n[ 0.145309] Initializing cgroup subsys memory\n[ 0.146157] Initializing cgroup subsys devices\n[ 0.147052] Initializing cgroup subsys freezer\n[ 0.147935] Initializing cgroup subsys net_cls\n[ 0.148785] Initializing cgroup subsys perf_event\n[ 0.149682] Initializing cgroup subsys net_prio\n[ 0.150551] Initializing cgroup subsys hugetlb\n[ 0.151465] Initializing cgroup subsys pids\n[ 0.152327] CPU: Physical Processor ID: 0\n[ 0.153836] mce: CPU supports 10 MCE banks\n[ 0.154723] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155752] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166301] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172638] ftrace: allocating 31920 entries in 125 pages\n[ 0.198858] smpboot: Max logical packages: 1\n[ 0.199721] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201047] x2apic enabled\n[ 0.201841] Switched APIC routing to physical x2apic.\n[ 0.203625] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204770] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208501] KVM setup paravirtual spinlock\n[ 0.209765] x86: Booted up 1 node, 1 CPUs\n[ 0.210571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211934] devtmpfs: initialized\n[ 0.213613] evm: security.selinux\n[ 0.214362] evm: security.SMACK64\n[ 0.215035] evm: security.SMACK64EXEC\n[ 0.215768] evm: security.SMACK64TRANSMUTE\n[ 0.216563] evm: security.SMACK64MMAP\n[ 0.217289] evm: security.ima\n[ 0.217923] evm: security.capability\n[ 0.218716] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220536] pinctrl core: initialized pinctrl subsystem\n[ 0.221610] RTC time: 20:58:39, date: 09/04/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223514] cpuidle: using governor ladder\n[ 0.224334] cpuidle: using governor menu\n[ 0.225132] PCCT header not found.\n[ 0.225874] ACPI: bus type PCI registered\n[ 0.226664] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227883] PCI: Using configuration type 1 for base access\n[ 0.229604] ACPI: Added _OSI(Module Device)\n[ 0.230441] ACPI: Added _OSI(Processor Device)\n[ 0.231292] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232177] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234266] ACPI: Interpreter enabled\n[ 0.235039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242474] ACPI: (supports S0 S5)\n[ 0.243184] ACPI: Using IOAPIC for interrupt routing\n[ 0.244219] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247334] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248483] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249722] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250920] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253159] acpiphp: Slot [3] registered\n[ 0.253964] acpiphp: Slot [4] registered\n[ 0.254802] acpiphp: Slot [5] registered\n[ 0.255631] acpiphp: Slot [6] registered\n[ 0.256460] acpiphp: Slot [7] registered\n[ 0.257265] acpiphp: Slot [8] registered\n[ 0.258061] acpiphp: Slot [9] registered\n[ 0.258860] acpiphp: Slot [10] registered\n[ 0.259669] acpiphp: Slot [11] registered\n[ 0.260547] acpiphp: Slot [12] registered\n[ 0.261365] acpiphp: Slot [13] registered\n[ 0.262179] acpiphp: Slot [14] registered\n[ 0.262987] acpiphp: Slot [15] registered\n[ 0.273682] acpiphp: Slot [16] registered\n[ 0.274499] acpiphp: Slot [17] registered\n[ 0.275368] acpiphp: Slot [18] registered\n[ 0.276179] acpiphp: Slot [19] registered\n[ 0.276990] acpiphp: Slot [20] registered\n[ 0.277812] acpiphp: Slot [21] registered\n[ 0.278628] acpiphp: Slot [22] registered\n[ 0.279445] acpiphp: Slot [23] registered\n[ 0.280257] acpiphp: Slot [24] registered\n[ 0.281072] acpiphp: Slot [25] registered\n[ 0.281889] acpiphp: Slot [26] registered\n[ 0.282706] acpiphp: Slot [27] registered\n[ 0.283532] acpiphp: Slot [28] registered\n[ 0.284353] acpiphp: Slot [29] registered\n[ 0.285192] acpiphp: Slot [30] registered\n[ 0.286020] acpiphp: Slot [31] registered\n[ 0.286837] PCI host bridge to bus 0000:00\n[ 0.287650] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288869] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290097] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291558] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293011] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299106] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300441] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302899] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309226] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310643] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360044] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362675] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363821] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365059] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366646] vgaarb: loaded\n[ 0.367250] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368381] SCSI subsystem initialized\n[ 0.369195] ACPI: bus type USB registered\n[ 0.370013] usbcore: registered new interface driver usbfs\n[ 0.371063] usbcore: registered new interface driver hub\n[ 0.372080] usbcore: registered new device driver usb\n[ 0.373143] PCI: Using ACPI for IRQ routing\n[ 0.374169] NetLabel: Initializing\n[ 0.374879] NetLabel: domain hash size = 128\n[ 0.375746] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376749] NetLabel: unlabeled traffic allowed by default\n[ 0.377858] clocksource: Switched to clocksource kvm-clock\n[ 0.383208] AppArmor: AppArmor Filesystem Enabled\n[ 0.384165] pnp: PnP ACPI init\n[ 0.385089] pnp: PnP ACPI: found 5 devices\n[ 0.391471] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393181] NET: Registered protocol family 2\n[ 0.394136] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396617] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397809] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398905] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400085] NET: Registered protocol family 1\n[ 0.400952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402065] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416987] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430943] Trying to unpack rootfs image as initramfs...\n[ 0.479873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494012] Scanning for low memory corruption every 60 seconds\n[ 0.495376] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496532] audit: initializing netlink subsys (disabled)\n[ 0.497564] audit: type=2000 audit(1536094719.847:1): initialized\n[ 0.498911] Initialise system trusted keyring\n[ 0.499976] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503751] zbud: loaded\n[ 0.504610] VFS: Disk quotas dquot_6.6.0\n[ 0.505542] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507408] fuse init (API version 7.23)\n[ 0.508505] Key type big_key registered\n[ 0.509639] Allocating IMA MOK and blacklist keyrings.\n[ 0.511048] Key type asymmetric registered\n[ 0.512103] Asymmetric key parser 'x509' registered\n[ 0.513299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515237] io scheduler noop registered\n[ 0.516218] io scheduler deadline registered (default)\n[ 0.517433] io scheduler cfq registered\n[ 0.518426] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521107] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522586] ACPI: Power Button [PWRF]\n[ 0.523798] GHES: HEST is not enabled!\n[ 0.537429] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567195] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570284] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594278] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596469] Linux agpgart interface v0.103\n[ 0.598559] brd: module loaded\n[ 0.599780] loop: module loaded\n[ 0.604901] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606347] GPT:90111 != 2097151\n[ 0.607007] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608079] GPT:90111 != 2097151\n[ 0.608734] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609675] vda: vda1 vda15\n[ 0.611090] scsi host0: ata_piix\n[ 0.611802] scsi host1: ata_piix\n[ 0.612499] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613683] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615101] libphy: Fixed MDIO Bus: probed\n[ 0.615898] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616820] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618940] PPP generic driver version 2.4.2\n[ 0.620089] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621701] ehci-pci: EHCI PCI platform driver\n[ 0.622838] ehci-platform: EHCI generic platform driver\n[ 0.624129] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625614] ohci-pci: OHCI PCI platform driver\n[ 0.626744] ohci-platform: OHCI generic platform driver\n[ 0.628052] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642409] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643434] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644858] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645871] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646966] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648161] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649586] usb usb1: Product: UHCI Host Controller\n[ 0.650504] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651619] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652593] hub 1-0:1.0: USB hub found\n[ 0.653364] hub 1-0:1.0: 2 ports detected\n[ 0.654251] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656313] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657232] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658233] mousedev: PS/2 mouse device common for all mice\n[ 0.659479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663527] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664688] i2c /dev entries driver\n[ 0.665441] device-mapper: uevent: version 1.0.3\n[ 0.666364] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667949] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669208] NET: Registered protocol family 10\n[ 0.670178] NET: Registered protocol family 17\n[ 0.671040] Key type dns_resolver registered\n[ 0.671944] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674735] registered taskstats version 1\n[ 0.675555] Loading compiled-in X.509 certificates\n[ 0.676975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678799] zswap: loaded using pool lzo/zbud\n[ 0.680177] Key type trusted registered\n[ 0.681698] Key type encrypted registered\n[ 0.682531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683538] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684547] evm: HMAC attrs: 0x1\n[ 0.685460] Magic number: 2:882:1002\n[ 0.686240] serial 00:04: hash matches\n[ 0.687051] rtc_cmos 00:00: setting system clock to 2018-09-04 20:58:40 UTC (1536094720)\n[ 0.688606] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689713] EDD information not available.\n[ 0.774779] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786558] Write protecting the kernel read-only data: 14336k\n[ 0.788152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.70\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.908257] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.15...\nLease of 192.168.120.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.85. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-09-04 20:58:43,746 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f/action used request id req-b5523ffe-b765-4dc9-aefd-b44264238667 2018-09-04 20:58:43,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12482404709s 2018-09-04 20:58:43,747 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f/action used request id req-b5523ffe-b765-4dc9-aefd-b44264238667 2018-09-04 20:58:43,747 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 523759374 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.131550] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133187] pid_max: default: 32768 minimum: 301 [ 0.134092] ACPI: Core revision 20150930 [ 0.135521] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136810] Security Framework initialized [ 0.137654] Yama: becoming mindful. [ 0.138374] AppArmor: AppArmor initialized [ 0.139269] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141860] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143095] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144510] Initializing cgroup subsys io [ 0.145309] Initializing cgroup subsys memory [ 0.146157] Initializing cgroup subsys devices [ 0.147052] Initializing cgroup subsys freezer [ 0.147935] Initializing cgroup subsys net_cls [ 0.148785] Initializing cgroup subsys perf_event [ 0.149682] Initializing cgroup subsys net_prio [ 0.150551] Initializing cgroup subsys hugetlb [ 0.151465] Initializing cgroup subsys pids [ 0.152327] CPU: Physical Processor ID: 0 [ 0.153836] mce: CPU supports 10 MCE banks [ 0.154723] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155752] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166301] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172638] ftrace: allocating 31920 entries in 125 pages [ 0.198858] smpboot: Max logical packages: 1 [ 0.199721] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201047] x2apic enabled [ 0.201841] Switched APIC routing to physical x2apic. [ 0.203625] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204770] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208501] KVM setup paravirtual spinlock [ 0.209765] x86: Booted up 1 node, 1 CPUs [ 0.210571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211934] devtmpfs: initialized [ 0.213613] evm: security.selinux [ 0.214362] evm: security.SMACK64 [ 0.215035] evm: security.SMACK64EXEC [ 0.215768] evm: security.SMACK64TRANSMUTE [ 0.216563] evm: security.SMACK64MMAP [ 0.217289] evm: security.ima [ 0.217923] evm: security.capability [ 0.218716] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220536] pinctrl core: initialized pinctrl subsystem [ 0.221610] RTC time: 20:58:39, date: 09/04/18 [ 0.222553] NET: Registered protocol family 16 [ 0.223514] cpuidle: using governor ladder [ 0.224334] cpuidle: using governor menu [ 0.225132] PCCT header not found. [ 0.225874] ACPI: bus type PCI registered [ 0.226664] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227883] PCI: Using configuration type 1 for base access [ 0.229604] ACPI: Added _OSI(Module Device) [ 0.230441] ACPI: Added _OSI(Processor Device) [ 0.231292] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232177] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234266] ACPI: Interpreter enabled [ 0.235039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242474] ACPI: (supports S0 S5) [ 0.243184] ACPI: Using IOAPIC for interrupt routing [ 0.244219] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247334] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248483] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249722] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250920] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253159] acpiphp: Slot [3] registered [ 0.253964] acpiphp: Slot [4] registered [ 0.254802] acpiphp: Slot [5] registered [ 0.255631] acpiphp: Slot [6] registered [ 0.256460] acpiphp: Slot [7] registered [ 0.257265] acpiphp: Slot [8] registered [ 0.258061] acpiphp: Slot [9] registered [ 0.258860] acpiphp: Slot [10] registered [ 0.259669] acpiphp: Slot [11] registered [ 0.260547] acpiphp: Slot [12] registered [ 0.261365] acpiphp: Slot [13] registered [ 0.262179] acpiphp: Slot [14] registered [ 0.262987] acpiphp: Slot [15] registered [ 0.273682] acpiphp: Slot [16] registered [ 0.274499] acpiphp: Slot [17] registered [ 0.275368] acpiphp: Slot [18] registered [ 0.276179] acpiphp: Slot [19] registered [ 0.276990] acpiphp: Slot [20] registered [ 0.277812] acpiphp: Slot [21] registered [ 0.278628] acpiphp: Slot [22] registered [ 0.279445] acpiphp: Slot [23] registered [ 0.280257] acpiphp: Slot [24] registered [ 0.281072] acpiphp: Slot [25] registered [ 0.281889] acpiphp: Slot [26] registered [ 0.282706] acpiphp: Slot [27] registered [ 0.283532] acpiphp: Slot [28] registered [ 0.284353] acpiphp: Slot [29] registered [ 0.285192] acpiphp: Slot [30] registered [ 0.286020] acpiphp: Slot [31] registered [ 0.286837] PCI host bridge to bus 0000:00 [ 0.287650] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288869] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.290097] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.291558] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.293011] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.299106] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.300441] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302899] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309226] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310643] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360044] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362675] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363821] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365059] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366646] vgaarb: loaded [ 0.367250] vgaarb: bridge control possible 0000:00:02.0 [ 0.368381] SCSI subsystem initialized [ 0.369195] ACPI: bus type USB registered [ 0.370013] usbcore: registered new interface driver usbfs [ 0.371063] usbcore: registered new interface driver hub [ 0.372080] usbcore: registered new device driver usb [ 0.373143] PCI: Using ACPI for IRQ routing [ 0.374169] NetLabel: Initializing [ 0.374879] NetLabel: domain hash size = 128 [ 0.375746] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376749] NetLabel: unlabeled traffic allowed by default [ 0.377858] clocksource: Switched to clocksource kvm-clock [ 0.383208] AppArmor: AppArmor Filesystem Enabled [ 0.384165] pnp: PnP ACPI init [ 0.385089] pnp: PnP ACPI: found 5 devices [ 0.391471] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393181] NET: Registered protocol family 2 [ 0.394136] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396617] TCP: Hash tables configured (established 4096 bind 4096) [ 0.397809] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398905] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400085] NET: Registered protocol family 1 [ 0.400952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402065] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403147] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416987] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430943] Trying to unpack rootfs image as initramfs... [ 0.479873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494012] Scanning for low memory corruption every 60 seconds [ 0.495376] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.496532] audit: initializing netlink subsys (disabled) [ 0.497564] audit: type=2000 audit(1536094719.847:1): initialized [ 0.498911] Initialise system trusted keyring [ 0.499976] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501375] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503751] zbud: loaded [ 0.504610] VFS: Disk quotas dquot_6.6.0 [ 0.505542] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507408] fuse init (API version 7.23) [ 0.508505] Key type big_key registered [ 0.509639] Allocating IMA MOK and blacklist keyrings. [ 0.511048] Key type asymmetric registered [ 0.512103] Asymmetric key parser 'x509' registered [ 0.513299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515237] io scheduler noop registered [ 0.516218] io scheduler deadline registered (default) [ 0.517433] io scheduler cfq registered [ 0.518426] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521107] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522586] ACPI: Power Button [PWRF] [ 0.523798] GHES: HEST is not enabled! [ 0.537429] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.567195] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.570284] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.594278] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596469] Linux agpgart interface v0.103 [ 0.598559] brd: module loaded [ 0.599780] loop: module loaded [ 0.604901] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.606347] GPT:90111 != 2097151 [ 0.607007] GPT:Alternate GPT header not at the end of the disk. [ 0.608079] GPT:90111 != 2097151 [ 0.608734] GPT: Use GNU Parted to correct GPT errors. [ 0.609675] vda: vda1 vda15 [ 0.611090] scsi host0: ata_piix [ 0.611802] scsi host1: ata_piix [ 0.612499] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613683] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615101] libphy: Fixed MDIO Bus: probed [ 0.615898] tun: Universal TUN/TAP device driver, 1.6 [ 0.616820] tun: (C) 1999-2004 Max Krasnyansky [ 0.618940] PPP generic driver version 2.4.2 [ 0.620089] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621701] ehci-pci: EHCI PCI platform driver [ 0.622838] ehci-platform: EHCI generic platform driver [ 0.624129] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.625614] ohci-pci: OHCI PCI platform driver [ 0.626744] ohci-platform: OHCI generic platform driver [ 0.628052] uhci_hcd: USB Universal Host Controller Interface driver [ 0.642409] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.643434] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.644858] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.645871] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.646966] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.648161] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.649586] usb usb1: Product: UHCI Host Controller [ 0.650504] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651619] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652593] hub 1-0:1.0: USB hub found [ 0.653364] hub 1-0:1.0: 2 ports detected [ 0.654251] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656313] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657232] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658233] mousedev: PS/2 mouse device common for all mice [ 0.659479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661277] rtc_cmos 00:00: RTC can wake from S4 [ 0.662346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.663527] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.664688] i2c /dev entries driver [ 0.665441] device-mapper: uevent: version 1.0.3 [ 0.666364] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.667949] ledtrig-cpu: registered to indicate activity on CPUs [ 0.669208] NET: Registered protocol family 10 [ 0.670178] NET: Registered protocol family 17 [ 0.671040] Key type dns_resolver registered [ 0.671944] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.673013] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.674735] registered taskstats version 1 [ 0.675555] Loading compiled-in X.509 certificates [ 0.676975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.678799] zswap: loaded using pool lzo/zbud [ 0.680177] Key type trusted registered [ 0.681698] Key type encrypted registered [ 0.682531] AppArmor: AppArmor sha1 policy hashing enabled [ 0.683538] ima: No TPM chip found, activating TPM-bypass! [ 0.684547] evm: HMAC attrs: 0x1 [ 0.685460] Magic number: 2:882:1002 [ 0.686240] serial 00:04: hash matches [ 0.687051] rtc_cmos 00:00: setting system clock to 2018-09-04 20:58:40 UTC (1536094720) [ 0.688606] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.689713] EDD information not available. [ 0.774779] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786558] Write protecting the kernel read-only data: 14336k [ 0.788152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.70 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.908257] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.15... Lease of 192.168.120.15 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.85. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-09-04 20:58:43,748 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.12. Waiting for response... 2018-09-04 20:58:44,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:44,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:45,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-732dff48-f25e-4cf1-b750-048995b4e3b2 x-compute-request-id: req-732dff48-f25e-4cf1-b750-048995b4e3b2 Content-Encoding: gzip Content-Length: 858 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:c4:dd", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:39.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "87f7e7f8-4968-4b1a-a801-e73afefce70f", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:40Z", "hostId": "8fcd243b429fb3a18e3ecc24291acd27c8fca7a2d0637874684763a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:32Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:a7:35", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:26.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:27Z", "hostId": "28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:21Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:45,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-732dff48-f25e-4cf1-b750-048995b4e3b2 2018-09-04 20:58:45,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695839881897s 2018-09-04 20:58:45,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-732dff48-f25e-4cf1-b750-048995b4e3b2 2018-09-04 20:58:45,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 20:58:45,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 20:58:46,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae31e1fd-fc13-436b-bfa2-86315d049a17 x-compute-request-id: req-ae31e1fd-fc13-436b-bfa2-86315d049a17 Content-Encoding: gzip Content-Length: 9547 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 523759374 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131550] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133187] pid_max: default: 32768 minimum: 301\n[ 0.134092] ACPI: Core revision 20150930\n[ 0.135521] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136810] Security Framework initialized\n[ 0.137654] Yama: becoming mindful.\n[ 0.138374] AppArmor: AppArmor initialized\n[ 0.139269] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141860] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143095] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144510] Initializing cgroup subsys io\n[ 0.145309] Initializing cgroup subsys memory\n[ 0.146157] Initializing cgroup subsys devices\n[ 0.147052] Initializing cgroup subsys freezer\n[ 0.147935] Initializing cgroup subsys net_cls\n[ 0.148785] Initializing cgroup subsys perf_event\n[ 0.149682] Initializing cgroup subsys net_prio\n[ 0.150551] Initializing cgroup subsys hugetlb\n[ 0.151465] Initializing cgroup subsys pids\n[ 0.152327] CPU: Physical Processor ID: 0\n[ 0.153836] mce: CPU supports 10 MCE banks\n[ 0.154723] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155752] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166301] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172638] ftrace: allocating 31920 entries in 125 pages\n[ 0.198858] smpboot: Max logical packages: 1\n[ 0.199721] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201047] x2apic enabled\n[ 0.201841] Switched APIC routing to physical x2apic.\n[ 0.203625] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204770] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208501] KVM setup paravirtual spinlock\n[ 0.209765] x86: Booted up 1 node, 1 CPUs\n[ 0.210571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211934] devtmpfs: initialized\n[ 0.213613] evm: security.selinux\n[ 0.214362] evm: security.SMACK64\n[ 0.215035] evm: security.SMACK64EXEC\n[ 0.215768] evm: security.SMACK64TRANSMUTE\n[ 0.216563] evm: security.SMACK64MMAP\n[ 0.217289] evm: security.ima\n[ 0.217923] evm: security.capability\n[ 0.218716] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220536] pinctrl core: initialized pinctrl subsystem\n[ 0.221610] RTC time: 20:58:39, date: 09/04/18\n[ 0.222553] NET: Registered protocol family 16\n[ 0.223514] cpuidle: using governor ladder\n[ 0.224334] cpuidle: using governor menu\n[ 0.225132] PCCT header not found.\n[ 0.225874] ACPI: bus type PCI registered\n[ 0.226664] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227883] PCI: Using configuration type 1 for base access\n[ 0.229604] ACPI: Added _OSI(Module Device)\n[ 0.230441] ACPI: Added _OSI(Processor Device)\n[ 0.231292] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232177] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234266] ACPI: Interpreter enabled\n[ 0.235039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242474] ACPI: (supports S0 S5)\n[ 0.243184] ACPI: Using IOAPIC for interrupt routing\n[ 0.244219] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247334] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248483] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249722] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250920] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253159] acpiphp: Slot [3] registered\n[ 0.253964] acpiphp: Slot [4] registered\n[ 0.254802] acpiphp: Slot [5] registered\n[ 0.255631] acpiphp: Slot [6] registered\n[ 0.256460] acpiphp: Slot [7] registered\n[ 0.257265] acpiphp: Slot [8] registered\n[ 0.258061] acpiphp: Slot [9] registered\n[ 0.258860] acpiphp: Slot [10] registered\n[ 0.259669] acpiphp: Slot [11] registered\n[ 0.260547] acpiphp: Slot [12] registered\n[ 0.261365] acpiphp: Slot [13] registered\n[ 0.262179] acpiphp: Slot [14] registered\n[ 0.262987] acpiphp: Slot [15] registered\n[ 0.273682] acpiphp: Slot [16] registered\n[ 0.274499] acpiphp: Slot [17] registered\n[ 0.275368] acpiphp: Slot [18] registered\n[ 0.276179] acpiphp: Slot [19] registered\n[ 0.276990] acpiphp: Slot [20] registered\n[ 0.277812] acpiphp: Slot [21] registered\n[ 0.278628] acpiphp: Slot [22] registered\n[ 0.279445] acpiphp: Slot [23] registered\n[ 0.280257] acpiphp: Slot [24] registered\n[ 0.281072] acpiphp: Slot [25] registered\n[ 0.281889] acpiphp: Slot [26] registered\n[ 0.282706] acpiphp: Slot [27] registered\n[ 0.283532] acpiphp: Slot [28] registered\n[ 0.284353] acpiphp: Slot [29] registered\n[ 0.285192] acpiphp: Slot [30] registered\n[ 0.286020] acpiphp: Slot [31] registered\n[ 0.286837] PCI host bridge to bus 0000:00\n[ 0.287650] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288869] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290097] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291558] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293011] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299106] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300441] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302899] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309226] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310643] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360044] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362675] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363821] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365059] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366646] vgaarb: loaded\n[ 0.367250] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368381] SCSI subsystem initialized\n[ 0.369195] ACPI: bus type USB registered\n[ 0.370013] usbcore: registered new interface driver usbfs\n[ 0.371063] usbcore: registered new interface driver hub\n[ 0.372080] usbcore: registered new device driver usb\n[ 0.373143] PCI: Using ACPI for IRQ routing\n[ 0.374169] NetLabel: Initializing\n[ 0.374879] NetLabel: domain hash size = 128\n[ 0.375746] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376749] NetLabel: unlabeled traffic allowed by default\n[ 0.377858] clocksource: Switched to clocksource kvm-clock\n[ 0.383208] AppArmor: AppArmor Filesystem Enabled\n[ 0.384165] pnp: PnP ACPI init\n[ 0.385089] pnp: PnP ACPI: found 5 devices\n[ 0.391471] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393181] NET: Registered protocol family 2\n[ 0.394136] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396617] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397809] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398905] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400085] NET: Registered protocol family 1\n[ 0.400952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402065] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416987] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430943] Trying to unpack rootfs image as initramfs...\n[ 0.479873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494012] Scanning for low memory corruption every 60 seconds\n[ 0.495376] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496532] audit: initializing netlink subsys (disabled)\n[ 0.497564] audit: type=2000 audit(1536094719.847:1): initialized\n[ 0.498911] Initialise system trusted keyring\n[ 0.499976] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503751] zbud: loaded\n[ 0.504610] VFS: Disk quotas dquot_6.6.0\n[ 0.505542] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507408] fuse init (API version 7.23)\n[ 0.508505] Key type big_key registered\n[ 0.509639] Allocating IMA MOK and blacklist keyrings.\n[ 0.511048] Key type asymmetric registered\n[ 0.512103] Asymmetric key parser 'x509' registered\n[ 0.513299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515237] io scheduler noop registered\n[ 0.516218] io scheduler deadline registered (default)\n[ 0.517433] io scheduler cfq registered\n[ 0.518426] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521107] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522586] ACPI: Power Button [PWRF]\n[ 0.523798] GHES: HEST is not enabled!\n[ 0.537429] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567195] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570284] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594278] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596469] Linux agpgart interface v0.103\n[ 0.598559] brd: module loaded\n[ 0.599780] loop: module loaded\n[ 0.604901] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606347] GPT:90111 != 2097151\n[ 0.607007] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608079] GPT:90111 != 2097151\n[ 0.608734] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609675] vda: vda1 vda15\n[ 0.611090] scsi host0: ata_piix\n[ 0.611802] scsi host1: ata_piix\n[ 0.612499] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613683] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615101] libphy: Fixed MDIO Bus: probed\n[ 0.615898] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616820] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618940] PPP generic driver version 2.4.2\n[ 0.620089] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621701] ehci-pci: EHCI PCI platform driver\n[ 0.622838] ehci-platform: EHCI generic platform driver\n[ 0.624129] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625614] ohci-pci: OHCI PCI platform driver\n[ 0.626744] ohci-platform: OHCI generic platform driver\n[ 0.628052] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642409] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643434] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644858] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645871] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646966] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648161] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649586] usb usb1: Product: UHCI Host Controller\n[ 0.650504] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651619] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652593] hub 1-0:1.0: USB hub found\n[ 0.653364] hub 1-0:1.0: 2 ports detected\n[ 0.654251] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656313] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657232] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658233] mousedev: PS/2 mouse device common for all mice\n[ 0.659479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663527] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664688] i2c /dev entries driver\n[ 0.665441] device-mapper: uevent: version 1.0.3\n[ 0.666364] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667949] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669208] NET: Registered protocol family 10\n[ 0.670178] NET: Registered protocol family 17\n[ 0.671040] Key type dns_resolver registered\n[ 0.671944] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674735] registered taskstats version 1\n[ 0.675555] Loading compiled-in X.509 certificates\n[ 0.676975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678799] zswap: loaded using pool lzo/zbud\n[ 0.680177] Key type trusted registered\n[ 0.681698] Key type encrypted registered\n[ 0.682531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683538] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684547] evm: HMAC attrs: 0x1\n[ 0.685460] Magic number: 2:882:1002\n[ 0.686240] serial 00:04: hash matches\n[ 0.687051] rtc_cmos 00:00: setting system clock to 2018-09-04 20:58:40 UTC (1536094720)\n[ 0.688606] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689713] EDD information not available.\n[ 0.774779] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786558] Write protecting the kernel read-only data: 14336k\n[ 0.788152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.70\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.908257] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.15...\nLease of 192.168.120.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.85. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6HBaHcuFOGlSOB5gqIOAo/Do2WtMD8MYHjjEf10mjALW0VAahJcZ89Z+jruVsdM7FJQ2Arg6bpaMfu2ooFOfvgsnUK/NbkU+IeBRH/8jIjSnFnHAkLmX8rYyTuqmoYgUFeIGZva8Zz5Kv3TXcrBBO6eJBk2u/lN0ZqUk1JHnOrcr2o9PbW91qOC/cupqjDJ4Xw8xBCFtEHAUeb/dvPU6ZGmb7CRBZCTng0IdUoifWITfH+ZZixO0cydzNJCRVNTWefBsIpYSWaazteXdQ+yfP+ePL9TZzIq8slH/Mi8VGOr4Ze+L5NvC2Y6gVqxMMuHVNQ2mA5KpU88w1dHW2WJ51 root@vping-userdata-vm2-3e2a7730-3981-4fd9-b404-3ec0c88ab848\nssh-dss AAAAB3NzaC1kc3MAAACBANUi+J9lcdsEV4OmrL9zsuT4k73ck1DQOy5zvvgPG/lgBa7VqRJsSm9PgWA3qGuQUZB+bPEcA1VPP2LLjYOmKt3gWR8roiA0PsKRtSEPPe0/rtroOiA5Xxo5ZK6IQEH2pGst9a+wjfp4btDCxiWOqf0AlUbxoF5LBnM4D3N+KpoDAAAAFQCgk5yWKO7LujJfORW3bH0QZcpenQAAAIEApMRywh93sjzYQ9bfgGjlGwt9eSFPu2Sn5n+oiSoVKEhXoQ07wHIB7cmd0Cn9b2Bu+JQ3glpy+8TpgjyMAqdiHhh4TH5BiElFeQBG97N3edjVqADDVlUHEOSl/jj4hi2UlYrvUP/td3pVD53gxw7Ihk4tJhpKK9EnFfLugOV4kUUAAACAFe9ab/S1mapWamA2q8z9ZUo+GQS8LbLdkLyzFG8qFmQFBLcOBuKwTiREMnenRfBUyzDfXAH0vAh0LXkTVHXR4BpOlTSvcqze+EixIJ1LnrC6bf4x9QCvCywghDN2m/6l7WAfNwGHbqUS6rtw3NTeUyxkT2o4Gnf75okuGv7vUi0= root@vping-userdata-vm2-3e2a7730-3981-4fd9-b404-3ec0c88ab848\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.15,24,fe80::f816:3eff:fea2:c4dd/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.15 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000002a\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-3e2a7730-3981-4fd9-b404-3ec0c88ab848\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.86 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-3e2a7730-3981-4fd9-b404-3ec0c88ab848 login: "} 2018-09-04 20:58:46,547 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f/action used request id req-ae31e1fd-fc13-436b-bfa2-86315d049a17 2018-09-04 20:58:46,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09768295288s 2018-09-04 20:58:46,548 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f/action used request id req-ae31e1fd-fc13-436b-bfa2-86315d049a17 2018-09-04 20:58:46,548 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 523759374 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.131550] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133187] pid_max: default: 32768 minimum: 301 [ 0.134092] ACPI: Core revision 20150930 [ 0.135521] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136810] Security Framework initialized [ 0.137654] Yama: becoming mindful. [ 0.138374] AppArmor: AppArmor initialized [ 0.139269] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141860] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143095] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144510] Initializing cgroup subsys io [ 0.145309] Initializing cgroup subsys memory [ 0.146157] Initializing cgroup subsys devices [ 0.147052] Initializing cgroup subsys freezer [ 0.147935] Initializing cgroup subsys net_cls [ 0.148785] Initializing cgroup subsys perf_event [ 0.149682] Initializing cgroup subsys net_prio [ 0.150551] Initializing cgroup subsys hugetlb [ 0.151465] Initializing cgroup subsys pids [ 0.152327] CPU: Physical Processor ID: 0 [ 0.153836] mce: CPU supports 10 MCE banks [ 0.154723] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155752] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166301] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172638] ftrace: allocating 31920 entries in 125 pages [ 0.198858] smpboot: Max logical packages: 1 [ 0.199721] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201047] x2apic enabled [ 0.201841] Switched APIC routing to physical x2apic. [ 0.203625] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204770] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208501] KVM setup paravirtual spinlock [ 0.209765] x86: Booted up 1 node, 1 CPUs [ 0.210571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211934] devtmpfs: initialized [ 0.213613] evm: security.selinux [ 0.214362] evm: security.SMACK64 [ 0.215035] evm: security.SMACK64EXEC [ 0.215768] evm: security.SMACK64TRANSMUTE [ 0.216563] evm: security.SMACK64MMAP [ 0.217289] evm: security.ima [ 0.217923] evm: security.capability [ 0.218716] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220536] pinctrl core: initialized pinctrl subsystem [ 0.221610] RTC time: 20:58:39, date: 09/04/18 [ 0.222553] NET: Registered protocol family 16 [ 0.223514] cpuidle: using governor ladder [ 0.224334] cpuidle: using governor menu [ 0.225132] PCCT header not found. [ 0.225874] ACPI: bus type PCI registered [ 0.226664] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227883] PCI: Using configuration type 1 for base access [ 0.229604] ACPI: Added _OSI(Module Device) [ 0.230441] ACPI: Added _OSI(Processor Device) [ 0.231292] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232177] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234266] ACPI: Interpreter enabled [ 0.235039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242474] ACPI: (supports S0 S5) [ 0.243184] ACPI: Using IOAPIC for interrupt routing [ 0.244219] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247334] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248483] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249722] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250920] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253159] acpiphp: Slot [3] registered [ 0.253964] acpiphp: Slot [4] registered [ 0.254802] acpiphp: Slot [5] registered [ 0.255631] acpiphp: Slot [6] registered [ 0.256460] acpiphp: Slot [7] registered [ 0.257265] acpiphp: Slot [8] registered [ 0.258061] acpiphp: Slot [9] registered [ 0.258860] acpiphp: Slot [10] registered [ 0.259669] acpiphp: Slot [11] registered [ 0.260547] acpiphp: Slot [12] registered [ 0.261365] acpiphp: Slot [13] registered [ 0.262179] acpiphp: Slot [14] registered [ 0.262987] acpiphp: Slot [15] registered [ 0.273682] acpiphp: Slot [16] registered [ 0.274499] acpiphp: Slot [17] registered [ 0.275368] acpiphp: Slot [18] registered [ 0.276179] acpiphp: Slot [19] registered [ 0.276990] acpiphp: Slot [20] registered [ 0.277812] acpiphp: Slot [21] registered [ 0.278628] acpiphp: Slot [22] registered [ 0.279445] acpiphp: Slot [23] registered [ 0.280257] acpiphp: Slot [24] registered [ 0.281072] acpiphp: Slot [25] registered [ 0.281889] acpiphp: Slot [26] registered [ 0.282706] acpiphp: Slot [27] registered [ 0.283532] acpiphp: Slot [28] registered [ 0.284353] acpiphp: Slot [29] registered [ 0.285192] acpiphp: Slot [30] registered [ 0.286020] acpiphp: Slot [31] registered [ 0.286837] PCI host bridge to bus 0000:00 [ 0.287650] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288869] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.290097] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.291558] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.293011] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.299106] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.300441] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302899] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309226] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310643] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360044] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362675] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363821] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365059] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366646] vgaarb: loaded [ 0.367250] vgaarb: bridge control possible 0000:00:02.0 [ 0.368381] SCSI subsystem initialized [ 0.369195] ACPI: bus type USB registered [ 0.370013] usbcore: registered new interface driver usbfs [ 0.371063] usbcore: registered new interface driver hub [ 0.372080] usbcore: registered new device driver usb [ 0.373143] PCI: Using ACPI for IRQ routing [ 0.374169] NetLabel: Initializing [ 0.374879] NetLabel: domain hash size = 128 [ 0.375746] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376749] NetLabel: unlabeled traffic allowed by default [ 0.377858] clocksource: Switched to clocksource kvm-clock [ 0.383208] AppArmor: AppArmor Filesystem Enabled [ 0.384165] pnp: PnP ACPI init [ 0.385089] pnp: PnP ACPI: found 5 devices [ 0.391471] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393181] NET: Registered protocol family 2 [ 0.394136] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396617] TCP: Hash tables configured (established 4096 bind 4096) [ 0.397809] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398905] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400085] NET: Registered protocol family 1 [ 0.400952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402065] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403147] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416987] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430943] Trying to unpack rootfs image as initramfs... [ 0.479873] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494012] Scanning for low memory corruption every 60 seconds [ 0.495376] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.496532] audit: initializing netlink subsys (disabled) [ 0.497564] audit: type=2000 audit(1536094719.847:1): initialized [ 0.498911] Initialise system trusted keyring [ 0.499976] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501375] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503751] zbud: loaded [ 0.504610] VFS: Disk quotas dquot_6.6.0 [ 0.505542] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507408] fuse init (API version 7.23) [ 0.508505] Key type big_key registered [ 0.509639] Allocating IMA MOK and blacklist keyrings. [ 0.511048] Key type asymmetric registered [ 0.512103] Asymmetric key parser 'x509' registered [ 0.513299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515237] io scheduler noop registered [ 0.516218] io scheduler deadline registered (default) [ 0.517433] io scheduler cfq registered [ 0.518426] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521107] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522586] ACPI: Power Button [PWRF] [ 0.523798] GHES: HEST is not enabled! [ 0.537429] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.567195] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.570284] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.594278] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596469] Linux agpgart interface v0.103 [ 0.598559] brd: module loaded [ 0.599780] loop: module loaded [ 0.604901] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.606347] GPT:90111 != 2097151 [ 0.607007] GPT:Alternate GPT header not at the end of the disk. [ 0.608079] GPT:90111 != 2097151 [ 0.608734] GPT: Use GNU Parted to correct GPT errors. [ 0.609675] vda: vda1 vda15 [ 0.611090] scsi host0: ata_piix [ 0.611802] scsi host1: ata_piix [ 0.612499] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613683] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615101] libphy: Fixed MDIO Bus: probed [ 0.615898] tun: Universal TUN/TAP device driver, 1.6 [ 0.616820] tun: (C) 1999-2004 Max Krasnyansky [ 0.618940] PPP generic driver version 2.4.2 [ 0.620089] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621701] ehci-pci: EHCI PCI platform driver [ 0.622838] ehci-platform: EHCI generic platform driver [ 0.624129] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.625614] ohci-pci: OHCI PCI platform driver [ 0.626744] ohci-platform: OHCI generic platform driver [ 0.628052] uhci_hcd: USB Universal Host Controller Interface driver [ 0.642409] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.643434] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.644858] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.645871] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.646966] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.648161] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.649586] usb usb1: Product: UHCI Host Controller [ 0.650504] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651619] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652593] hub 1-0:1.0: USB hub found [ 0.653364] hub 1-0:1.0: 2 ports detected [ 0.654251] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656313] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657232] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658233] mousedev: PS/2 mouse device common for all mice [ 0.659479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661277] rtc_cmos 00:00: RTC can wake from S4 [ 0.662346] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.663527] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.664688] i2c /dev entries driver [ 0.665441] device-mapper: uevent: version 1.0.3 [ 0.666364] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.667949] ledtrig-cpu: registered to indicate activity on CPUs [ 0.669208] NET: Registered protocol family 10 [ 0.670178] NET: Registered protocol family 17 [ 0.671040] Key type dns_resolver registered [ 0.671944] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.673013] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.674735] registered taskstats version 1 [ 0.675555] Loading compiled-in X.509 certificates [ 0.676975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.678799] zswap: loaded using pool lzo/zbud [ 0.680177] Key type trusted registered [ 0.681698] Key type encrypted registered [ 0.682531] AppArmor: AppArmor sha1 policy hashing enabled [ 0.683538] ima: No TPM chip found, activating TPM-bypass! [ 0.684547] evm: HMAC attrs: 0x1 [ 0.685460] Magic number: 2:882:1002 [ 0.686240] serial 00:04: hash matches [ 0.687051] rtc_cmos 00:00: setting system clock to 2018-09-04 20:58:40 UTC (1536094720) [ 0.688606] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.689713] EDD information not available. [ 0.774779] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786558] Write protecting the kernel read-only data: 14336k [ 0.788152] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.70 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.908257] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.15... Lease of 192.168.120.15 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.85. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6HBaHcuFOGlSOB5gqIOAo/Do2WtMD8MYHjjEf10mjALW0VAahJcZ89Z+jruVsdM7FJQ2Arg6bpaMfu2ooFOfvgsnUK/NbkU+IeBRH/8jIjSnFnHAkLmX8rYyTuqmoYgUFeIGZva8Zz5Kv3TXcrBBO6eJBk2u/lN0ZqUk1JHnOrcr2o9PbW91qOC/cupqjDJ4Xw8xBCFtEHAUeb/dvPU6ZGmb7CRBZCTng0IdUoifWITfH+ZZixO0cydzNJCRVNTWefBsIpYSWaazteXdQ+yfP+ePL9TZzIq8slH/Mi8VGOr4Ze+L5NvC2Y6gVqxMMuHVNQ2mA5KpU88w1dHW2WJ51 root@vping-userdata-vm2-3e2a7730-3981-4fd9-b404-3ec0c88ab848 ssh-dss AAAAB3NzaC1kc3MAAACBANUi+J9lcdsEV4OmrL9zsuT4k73ck1DQOy5zvvgPG/lgBa7VqRJsSm9PgWA3qGuQUZB+bPEcA1VPP2LLjYOmKt3gWR8roiA0PsKRtSEPPe0/rtroOiA5Xxo5ZK6IQEH2pGst9a+wjfp4btDCxiWOqf0AlUbxoF5LBnM4D3N+KpoDAAAAFQCgk5yWKO7LujJfORW3bH0QZcpenQAAAIEApMRywh93sjzYQ9bfgGjlGwt9eSFPu2Sn5n+oiSoVKEhXoQ07wHIB7cmd0Cn9b2Bu+JQ3glpy+8TpgjyMAqdiHhh4TH5BiElFeQBG97N3edjVqADDVlUHEOSl/jj4hi2UlYrvUP/td3pVD53gxw7Ihk4tJhpKK9EnFfLugOV4kUUAAACAFe9ab/S1mapWamA2q8z9ZUo+GQS8LbLdkLyzFG8qFmQFBLcOBuKwTiREMnenRfBUyzDfXAH0vAh0LXkTVHXR4BpOlTSvcqze+EixIJ1LnrC6bf4x9QCvCywghDN2m/6l7WAfNwGHbqUS6rtw3NTeUyxkT2o4Gnf75okuGv7vUi0= root@vping-userdata-vm2-3e2a7730-3981-4fd9-b404-3ec0c88ab848 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.15,24,fe80::f816:3eff:fea2:c4dd/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.15 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-3e2a7730-3981-4fd9-b404-3ec0c88ab848 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.86 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-3e2a7730-3981-4fd9-b404-3ec0c88ab848 login: 2018-09-04 20:58:46,549 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-09-04 20:58:46,665 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 20:58:46,665 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:39 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-04 20:58:46,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-04 20:58:46,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:46,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:58:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0366d022-46ad-4877-a4b6-ffa480e0caf2 x-compute-request-id: req-0366d022-46ad-4877-a4b6-ffa480e0caf2 Content-Type: application/json 2018-09-04 20:58:46,824 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6 used request id req-0366d022-46ad-4877-a4b6-ffa480e0caf2 2018-09-04 20:58:46,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.153870105743s 2018-09-04 20:58:46,824 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6 used request id req-0366d022-46ad-4877-a4b6-ffa480e0caf2 2018-09-04 20:58:46,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:46,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:47,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6575b895-b19d-4b7a-afdb-5be0acaf0b14 x-compute-request-id: req-6575b895-b19d-4b7a-afdb-5be0acaf0b14 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:c4:dd", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:39.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "87f7e7f8-4968-4b1a-a801-e73afefce70f", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:40Z", "hostId": "8fcd243b429fb3a18e3ecc24291acd27c8fca7a2d0637874684763a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:32Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:a7:35", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:26.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:46Z", "hostId": "28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:21Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:47,401 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6575b895-b19d-4b7a-afdb-5be0acaf0b14 2018-09-04 20:58:47,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.575847148895s 2018-09-04 20:58:47,401 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6575b895-b19d-4b7a-afdb-5be0acaf0b14 2018-09-04 20:58:47,404 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:58:49,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:49,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:49,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1dbff14-5cc2-48b5-b024-abfed6afcede x-compute-request-id: req-a1dbff14-5cc2-48b5-b024-abfed6afcede Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:c4:dd", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:39.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "87f7e7f8-4968-4b1a-a801-e73afefce70f", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:40Z", "hostId": "8fcd243b429fb3a18e3ecc24291acd27c8fca7a2d0637874684763a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:32Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:a7:35", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8e8eb854-0307-45ee-a937-14788ca629e6", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:26.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "8e8eb854-0307-45ee-a937-14788ca629e6", "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:48Z", "hostId": "28219cbabbcaee55b3464bd3d071bd1f2eb5583ae404e3a443ea1159", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:21Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:49,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a1dbff14-5cc2-48b5-b024-abfed6afcede 2018-09-04 20:58:49,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511327981949s 2018-09-04 20:58:49,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a1dbff14-5cc2-48b5-b024-abfed6afcede 2018-09-04 20:58:49,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:58:51,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:51,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:52,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a93802f-dff6-4a55-ab66-8a5f533c7fd1 x-compute-request-id: req-2a93802f-dff6-4a55-ab66-8a5f533c7fd1 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:c4:dd", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:39.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "87f7e7f8-4968-4b1a-a801-e73afefce70f", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:40Z", "hostId": "8fcd243b429fb3a18e3ecc24291acd27c8fca7a2d0637874684763a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:32Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:52,428 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2a93802f-dff6-4a55-ab66-8a5f533c7fd1 2018-09-04 20:58:52,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504007101059s 2018-09-04 20:58:52,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2a93802f-dff6-4a55-ab66-8a5f533c7fd1 2018-09-04 20:58:52,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-04 20:58:52,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:52,597 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:58:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5906a518-4a89-4d21-8e48-e409254c428f x-compute-request-id: req-5906a518-4a89-4d21-8e48-e409254c428f Content-Type: application/json 2018-09-04 20:58:52,597 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f used request id req-5906a518-4a89-4d21-8e48-e409254c428f 2018-09-04 20:58:52,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.166107177734s 2018-09-04 20:58:52,597 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f used request id req-5906a518-4a89-4d21-8e48-e409254c428f 2018-09-04 20:58:52,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:52,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:53,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-926180ad-3a29-40e1-8f6e-d7beaee9577f x-compute-request-id: req-926180ad-3a29-40e1-8f6e-d7beaee9577f Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:c4:dd", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/87f7e7f8-4968-4b1a-a801-e73afefce70f", "rel": "bookmark"}], "image": {"id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "links": [{"href": "http://172.30.9.26:8774/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T20:58:39.000000", "flavor": {"id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "links": [{"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}]}, "id": "87f7e7f8-4968-4b1a-a801-e73afefce70f", "security_groups": [{"name": "default"}], "user_id": "8f2782d7ddf14359811bd2d3f6debb75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T20:58:52Z", "hostId": "8fcd243b429fb3a18e3ecc24291acd27c8fca7a2d0637874684763a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "created": "2018-09-04T20:58:32Z", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 20:58:53,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-926180ad-3a29-40e1-8f6e-d7beaee9577f 2018-09-04 20:58:53,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636981964111s 2018-09-04 20:58:53,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-926180ad-3a29-40e1-8f6e-d7beaee9577f 2018-09-04 20:58:53,237 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 20:58:55,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 20:58:55,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:55,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:58:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-18cba3c8-2dec-4f89-a028-56b49030be80 x-compute-request-id: req-18cba3c8-2dec-4f89-a028-56b49030be80 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 20:58:55,316 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-18cba3c8-2dec-4f89-a028-56b49030be80 2018-09-04 20:58:55,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0772640705109s 2018-09-04 20:58:55,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-18cba3c8-2dec-4f89-a028-56b49030be80 2018-09-04 20:58:55,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 20:58:55,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/2fae61c1-786f-4d22-8619-75797c39021d/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" -d '{"subnet_id": "38e45a44-7590-4265-92d3-42531d6e3710"}' 2018-09-04 20:58:56,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ea8e25d2-d550-480e-870b-511152e2b21d Date: Tue, 04 Sep 2018 20:58:56 GMT RESP BODY: {"network_id": "abdbb725-c7d2-4a25-b002-c7d77e6bf3cc", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "subnet_id": "38e45a44-7590-4265-92d3-42531d6e3710", "subnet_ids": ["38e45a44-7590-4265-92d3-42531d6e3710"], "port_id": "c5fd2584-6ad7-4ef9-8f97-5ccf9075d24d", "id": "2fae61c1-786f-4d22-8619-75797c39021d"} 2018-09-04 20:58:56,836 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2fae61c1-786f-4d22-8619-75797c39021d/remove_router_interface.json used request id req-ea8e25d2-d550-480e-870b-511152e2b21d 2018-09-04 20:58:56,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.51858997345s 2018-09-04 20:58:56,837 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2fae61c1-786f-4d22-8619-75797c39021d/remove_router_interface.json used request id req-ea8e25d2-d550-480e-870b-511152e2b21d returning object 2fae61c1-786f-4d22-8619-75797c39021d 2018-09-04 20:58:56,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 20:58:56,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:58:56,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-dbe52930-c218-4d48-be73-22fbe0779901 Date: Tue, 04 Sep 2018 20:58:56 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:10Z", "admin_state_up": true, "updated_at": "2018-09-04T20:58:56Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "2fae61c1-786f-4d22-8619-75797c39021d", "name": "vping_userdata-router_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}]} 2018-09-04 20:58:56,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-dbe52930-c218-4d48-be73-22fbe0779901 2018-09-04 20:58:56,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0870039463043s 2018-09-04 20:58:56,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-dbe52930-c218-4d48-be73-22fbe0779901 2018-09-04 20:58:56,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 20:58:56,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/2fae61c1-786f-4d22-8619-75797c39021d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:59:00,157 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-deed4d74-a80b-4861-a927-ed84c5351cae Content-Length: 0 Date: Tue, 04 Sep 2018 20:59:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:59:00,158 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/2fae61c1-786f-4d22-8619-75797c39021d.json used request id req-deed4d74-a80b-4861-a927-ed84c5351cae 2018-09-04 20:59:00,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.23162102699s 2018-09-04 20:59:00,158 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/2fae61c1-786f-4d22-8619-75797c39021d.json used request id req-deed4d74-a80b-4861-a927-ed84c5351cae 2018-09-04 20:59:00,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 20:59:00,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:59:00,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-873ce0be-bfb6-49f5-808d-a08c6386b460 Date: Tue, 04 Sep 2018 20:59:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abdbb725-c7d2-4a25-b002-c7d77e6bf3cc","tenant_id":"24aad37cf3fe474b8104a507c9b0eacf","created_at":"2018-09-04T20:58:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T20:58:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"24aad37cf3fe474b8104a507c9b0eacf","id":"38e45a44-7590-4265-92d3-42531d6e3710","subnetpool_id":null,"name":"vping_userdata-subnet_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}]} 2018-09-04 20:59:00,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-873ce0be-bfb6-49f5-808d-a08c6386b460 2018-09-04 20:59:00,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0572991371155s 2018-09-04 20:59:00,216 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-873ce0be-bfb6-49f5-808d-a08c6386b460 2018-09-04 20:59:00,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 20:59:00,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/38e45a44-7590-4265-92d3-42531d6e3710.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:59:02,335 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c30cc491-af8c-4f0c-8d7d-62e781b0ba47 Date: Tue, 04 Sep 2018 20:59:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:59:02,335 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/38e45a44-7590-4265-92d3-42531d6e3710.json used request id req-c30cc491-af8c-4f0c-8d7d-62e781b0ba47 2018-09-04 20:59:02,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.11755204201s 2018-09-04 20:59:02,336 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/38e45a44-7590-4265-92d3-42531d6e3710.json used request id req-c30cc491-af8c-4f0c-8d7d-62e781b0ba47 2018-09-04 20:59:02,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:59:02,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:59:02,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1201 X-Openstack-Request-Id: req-26852c2d-f681-43a9-acd3-038539c68661 Date: Tue, 04 Sep 2018 20:59:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T20:59:02Z","tenant_id":"24aad37cf3fe474b8104a507c9b0eacf","created_at":"2018-09-04T20:58:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"24aad37cf3fe474b8104a507c9b0eacf","id":"abdbb725-c7d2-4a25-b002-c7d77e6bf3cc","name":"vping_userdata-net_3e2a7730-3981-4fd9-b404-3ec0c88ab848"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 20:59:02,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-26852c2d-f681-43a9-acd3-038539c68661 2018-09-04 20:59:02,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113476991653s 2018-09-04 20:59:02,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-26852c2d-f681-43a9-acd3-038539c68661 2018-09-04 20:59:02,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 20:59:02,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/abdbb725-c7d2-4a25-b002-c7d77e6bf3cc.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:59:04,141 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3df39e6f-e056-4128-af6a-1fcee6a8d3d5 Date: Tue, 04 Sep 2018 20:59:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 20:59:04,141 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/abdbb725-c7d2-4a25-b002-c7d77e6bf3cc.json used request id req-3df39e6f-e056-4128-af6a-1fcee6a8d3d5 2018-09-04 20:59:04,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.69001197815s 2018-09-04 20:59:04,142 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/abdbb725-c7d2-4a25-b002-c7d77e6bf3cc.json used request id req-3df39e6f-e056-4128-af6a-1fcee6a8d3d5 2018-09-04 20:59:04,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:59:04,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:59:04,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-f19c27fe-b08a-4b47-b4cb-ccb956b4af70 Date: Tue, 04 Sep 2018 20:59:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/snap", "metadata": {}}], "file": "/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/file", "owner": "24aad37cf3fe474b8104a507c9b0eacf", "id": "a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "size": 12716032, "self": "/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:58:19Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:58:17Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:59:04,323 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f19c27fe-b08a-4b47-b4cb-ccb956b4af70 2018-09-04 20:59:04,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181034803391s 2018-09-04 20:59:04,324 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f19c27fe-b08a-4b47-b4cb-ccb956b4af70 2018-09-04 20:59:04,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 20:59:04,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1458cfd07e2e7efe8f30d6b2e8d3ded581836b63" 2018-09-04 20:59:05,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4331271e-fa29-4963-8f38-5aebd5d4a879 Date: Tue, 04 Sep 2018 20:59:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:59:05,122 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc used request id req-4331271e-fa29-4963-8f38-5aebd5d4a879 2018-09-04 20:59:05,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.730252981186s 2018-09-04 20:59:05,122 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/a41a57cb-6253-4ac6-9bc7-d2491e0fbdbc used request id req-4331271e-fa29-4963-8f38-5aebd5d4a879 2018-09-04 20:59:05,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 20:59:05,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:59:05,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d620c6d-37a3-4377-8235-a454c7166393 x-compute-request-id: req-0d620c6d-37a3-4377-8235-a454c7166393 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "94e9ed3a-0982-4424-a034-c8b527e31c60", "name": "vping_userdata-flavor_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 20:59:05,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-0d620c6d-37a3-4377-8235-a454c7166393 2018-09-04 20:59:05,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0305690765381s 2018-09-04 20:59:05,154 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-0d620c6d-37a3-4377-8235-a454c7166393 2018-09-04 20:59:05,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 20:59:05,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:59:05,195 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 20:59:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0e8c3a8d-4c71-42ca-a63a-00fcb29bd416 x-compute-request-id: req-0e8c3a8d-4c71-42ca-a63a-00fcb29bd416 Content-Length: 0 Content-Type: application/json 2018-09-04 20:59:05,195 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60 used request id req-0e8c3a8d-4c71-42ca-a63a-00fcb29bd416 2018-09-04 20:59:05,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0400178432465s 2018-09-04 20:59:05,196 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/94e9ed3a-0982-4424-a034-c8b527e31c60 used request id req-0e8c3a8d-4c71-42ca-a63a-00fcb29bd416 2018-09-04 20:59:05,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:59:05,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:59:05,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fa2f32a-eafc-495d-aa7a-4ccd6a5665b4 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_3e2a7730-3981-4fd9-b404-3ec0c88ab848", "links": {"self": "http://172.30.9.26:5000/v3/users/8f2782d7ddf14359811bd2d3f6debb75"}, "domain_id": "default", "enabled": true, "id": "8f2782d7ddf14359811bd2d3f6debb75", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:59:05,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9fa2f32a-eafc-495d-aa7a-4ccd6a5665b4 2018-09-04 20:59:05,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102200984955s 2018-09-04 20:59:05,299 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9fa2f32a-eafc-495d-aa7a-4ccd6a5665b4 2018-09-04 20:59:05,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:59:05,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/8f2782d7ddf14359811bd2d3f6debb75 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:59:05,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae48a315-23cc-4110-9edb-eadcdade3c78 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/8f2782d7ddf14359811bd2d3f6debb75"}, "enabled": true, "id": "8f2782d7ddf14359811bd2d3f6debb75", "options": {}, "domain_id": "default", "name": "vping_userdata-user_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}} 2018-09-04 20:59:05,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8f2782d7ddf14359811bd2d3f6debb75 used request id req-ae48a315-23cc-4110-9edb-eadcdade3c78 2018-09-04 20:59:05,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0962491035461s 2018-09-04 20:59:05,401 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8f2782d7ddf14359811bd2d3f6debb75 used request id req-ae48a315-23cc-4110-9edb-eadcdade3c78 2018-09-04 20:59:05,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 20:59:05,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/8f2782d7ddf14359811bd2d3f6debb75 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:59:05,659 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:59:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e5f424a-743f-469b-8327-b8254ac441ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:59:05,660 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/8f2782d7ddf14359811bd2d3f6debb75 used request id req-0e5f424a-743f-469b-8327-b8254ac441ec 2018-09-04 20:59:05,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.257944822311s 2018-09-04 20:59:05,660 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/8f2782d7ddf14359811bd2d3f6debb75 used request id req-0e5f424a-743f-469b-8327-b8254ac441ec 2018-09-04 20:59:05,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:59:05,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:59:05,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed3fda57-2096-4394-ba60-8bb9d28d282d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf"}, "enabled": true, "id": "24aad37cf3fe474b8104a507c9b0eacf", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_3e2a7730-3981-4fd9-b404-3ec0c88ab848"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:59:05,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-ed3fda57-2096-4394-ba60-8bb9d28d282d 2018-09-04 20:59:05,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0804259777069s 2018-09-04 20:59:05,741 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-ed3fda57-2096-4394-ba60-8bb9d28d282d 2018-09-04 20:59:05,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 20:59:05,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:59:05,958 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:59:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d6b5c9a-6d84-4d45-b224-1ecd53e59cfd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:59:05,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-1d6b5c9a-6d84-4d45-b224-1ecd53e59cfd 2018-09-04 20:59:05,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.214315891266s 2018-09-04 20:59:05,958 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-1d6b5c9a-6d84-4d45-b224-1ecd53e59cfd 2018-09-04 20:59:05,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:59:05,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:59:06,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25afb010-467b-43bb-9d42-46618b6e247c Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "58b7a80f4e864054be10cc39045c841f", "links": {"self": "http://172.30.9.26:5000/v3/roles/58b7a80f4e864054be10cc39045c841f"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:59:06,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-25afb010-467b-43bb-9d42-46618b6e247c 2018-09-04 20:59:06,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0736548900604s 2018-09-04 20:59:06,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 20:59:06,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/58b7a80f4e864054be10cc39045c841f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e81c4a555e0cb21281594cf514676b3ccaafda" 2018-09-04 20:59:06,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:59:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ac8c139-c56b-4e1d-ac39-8349ee07c6e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:59:06,159 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/58b7a80f4e864054be10cc39045c841f used request id req-8ac8c139-c56b-4e1d-ac39-8349ee07c6e8 2018-09-04 20:59:06,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.124919176102s 2018-09-04 20:59:06,212 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-09-04 20:59:06,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 20:59:06,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 20:59:06,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 20:59:06,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 20:59:06,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 20:59:06,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 20:59:06,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 20:59:06,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 20:59:06,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 20:59:06,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 20:59:06,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 20:59:06,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 20:59:06,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:59:06,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f846ae6a-9e93-4a1c-8e82-5206cfd3a6ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:59:06,266 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f846ae6a-9e93-4a1c-8e82-5206cfd3a6ca 2018-09-04 20:59:06,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:59:06,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T21:59:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["9V76bwvzQ4-5KBIjpnekAw"], "issued_at": "2018-09-04T20:59:06.000000Z"}} 2018-09-04 20:59:06,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:59:06,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:06,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9a8b9231-d956-4d73-96dd-36c67c77144d Date: Tue, 04 Sep 2018 20:59:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:59:06,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9a8b9231-d956-4d73-96dd-36c67c77144d 2018-09-04 20:59:06,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.214558124542s 2018-09-04 20:59:06,946 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9a8b9231-d956-4d73-96dd-36c67c77144d 2018-09-04 20:59:06,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 20:59:06,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:06,954 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:59:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:59:06,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:07,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ef7a751-e82e-49fb-a5ad-78b4f0e1e69f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 20:59:07,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-7ef7a751-e82e-49fb-a5ad-78b4f0e1e69f 2018-09-04 20:59:07,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0990359783173s 2018-09-04 20:59:07,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 20:59:07,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_5ca5143a-3c7e-430e-8296-3910c6b5c590"}}' 2018-09-04 20:59:07,170 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:59:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2988851f-c938-4a79-bc68-27c2a26ef60f Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b"}, "enabled": true, "id": "57532c3aef5b4dc3b07e81a07e2c464b", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_5ca5143a-3c7e-430e-8296-3910c6b5c590"}} 2018-09-04 20:59:07,170 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-2988851f-c938-4a79-bc68-27c2a26ef60f 2018-09-04 20:59:07,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.123683929443s 2018-09-04 20:59:07,171 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-2988851f-c938-4a79-bc68-27c2a26ef60f 2018-09-04 20:59:07,172 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'id': u'57532c3aef5b4dc3b07e81a07e2c464b', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 20:59:07,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 20:59:07,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.356860160828s 2018-09-04 20:59:07,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:07,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72d21012-8928-4a75-949d-cd279477966a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd"}, "enabled": true, "id": "c83120d7a89943a087f5703226e4eedd", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_5ca5143a-3c7e-430e-8296-3910c6b5c590"}} 2018-09-04 20:59:07,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd used request id req-72d21012-8928-4a75-949d-cd279477966a 2018-09-04 20:59:07,709 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c83120d7a89943a087f5703226e4eedd', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_5ca5143a-3c7e-430e-8296-3910c6b5c590'}) 2018-09-04 20:59:07,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:59:07,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:07,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d125efcd-3f48-4b77-862c-cd585bbe4b63 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:59:07,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d125efcd-3f48-4b77-862c-cd585bbe4b63 2018-09-04 20:59:07,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081494808197s 2018-09-04 20:59:07,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:59:07,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:07,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fd59e6b-6dc2-4190-b7e5-c59e660711a5 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:59:07,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4fd59e6b-6dc2-4190-b7e5-c59e660711a5 2018-09-04 20:59:07,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0829100608826s 2018-09-04 20:59:07,876 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 20:59:07,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 20:59:07,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" -d '{"role": {"name": "Member"}}' 2018-09-04 20:59:08,044 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 20:59:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-187e0c80-4966-4440-ae3d-af5de09b04c6 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c3618a24db984781a4d96f702a153ed0", "links": {"self": "http://172.30.9.26:5000/v3/roles/c3618a24db984781a4d96f702a153ed0"}, "name": "Member"}} 2018-09-04 20:59:08,044 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-187e0c80-4966-4440-ae3d-af5de09b04c6 2018-09-04 20:59:08,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.167901039124s 2018-09-04 20:59:08,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/c3618a24db984781a4d96f702a153ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:08,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ccafae7-dbff-4057-960f-74ad21aae692 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c3618a24db984781a4d96f702a153ed0"}, "domain_id": null, "name": "Member", "id": "c3618a24db984781a4d96f702a153ed0"}} 2018-09-04 20:59:08,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c3618a24db984781a4d96f702a153ed0 used request id req-9ccafae7-dbff-4057-960f-74ad21aae692 2018-09-04 20:59:08,124 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/c3618a24db984781a4d96f702a153ed0'}, 'domain_id': None, 'human_id': None, 'id': u'c3618a24db984781a4d96f702a153ed0', 'HUMAN_ID': False}) 2018-09-04 20:59:08,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:59:08,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:08,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc17e261-aad6-49da-bb76-1b33821069dd Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c3618a24db984781a4d96f702a153ed0", "links": {"self": "http://172.30.9.26:5000/v3/roles/c3618a24db984781a4d96f702a153ed0"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:59:08,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cc17e261-aad6-49da-bb76-1b33821069dd 2018-09-04 20:59:08,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081062078476s 2018-09-04 20:59:08,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:59:08,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:08,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70b9f7f6-d6f3-4dc4-a887-2c1f0d534774 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:59:08,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-70b9f7f6-d6f3-4dc4-a887-2c1f0d534774 2018-09-04 20:59:08,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0917229652405s 2018-09-04 20:59:08,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:59:08,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:08,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b48b6492-4f16-4111-bf8e-f965d938720b Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_5ca5143a-3c7e-430e-8296-3910c6b5c590", "links": {"self": "http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd"}, "domain_id": "default", "enabled": true, "id": "c83120d7a89943a087f5703226e4eedd", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:59:08,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b48b6492-4f16-4111-bf8e-f965d938720b 2018-09-04 20:59:08,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0900979042053s 2018-09-04 20:59:08,390 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b48b6492-4f16-4111-bf8e-f965d938720b 2018-09-04 20:59:08,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:59:08,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:08,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68224c80-0bc8-4358-a34b-2f6ae2c8ea68 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b"}, "enabled": true, "id": "57532c3aef5b4dc3b07e81a07e2c464b", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_5ca5143a-3c7e-430e-8296-3910c6b5c590"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:59:08,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-68224c80-0bc8-4358-a34b-2f6ae2c8ea68 2018-09-04 20:59:08,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.08669090271s 2018-09-04 20:59:08,483 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-68224c80-0bc8-4358-a34b-2f6ae2c8ea68 2018-09-04 20:59:08,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:59:08,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c83120d7a89943a087f5703226e4eedd&scope.project.id=57532c3aef5b4dc3b07e81a07e2c464b&role.id=c3618a24db984781a4d96f702a153ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:08,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eca668f2-4fa5-4540-8cb3-25743eafc716 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c83120d7a89943a087f5703226e4eedd&scope.project.id=57532c3aef5b4dc3b07e81a07e2c464b&role.id=c3618a24db984781a4d96f702a153ed0", "previous": null, "next": null}} 2018-09-04 20:59:08,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c83120d7a89943a087f5703226e4eedd&scope.project.id=57532c3aef5b4dc3b07e81a07e2c464b&role.id=c3618a24db984781a4d96f702a153ed0 used request id req-eca668f2-4fa5-4540-8cb3-25743eafc716 2018-09-04 20:59:08,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0820188522339s 2018-09-04 20:59:08,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:59:08,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b/users/c83120d7a89943a087f5703226e4eedd/roles/c3618a24db984781a4d96f702a153ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:08,675 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:59:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca1c6bc5-3252-4795-a2ae-d92f5bcc3228 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:59:08,675 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b/users/c83120d7a89943a087f5703226e4eedd/roles/c3618a24db984781a4d96f702a153ed0 used request id req-ca1c6bc5-3252-4795-a2ae-d92f5bcc3228 2018-09-04 20:59:08,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.107034921646s 2018-09-04 20:59:08,676 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_5ca5143a-3c7e-430e-8296-3910c6b5c590', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '45be8e99-b6ca-4c3a-81e9-adaa943d2551', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_smoke_serial-user_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'project_id': u'57532c3aef5b4dc3b07e81a07e2c464b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 20:59:08,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 20:59:08,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 20:59:08,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 20:59:08,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 20:59:08,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 20:59:08,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 20:59:08,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 20:59:08,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 20:59:08,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 20:59:08,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 20:59:08,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 20:59:08,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 20:59:08,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 20:59:08,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 20:59:08,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 20:59:08,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 20:59:08,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 20:59:08,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 20:59:08,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 20:59:08,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 20:59:08,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 20:59:08,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 20:59:08,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 20:59:08,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 20:59:08,682 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'password': '45be8e99-b6ca-4c3a-81e9-adaa943d2551', 'project_name': 'tempest_smoke_seri-project_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '57532c3aef5b4dc3b07e81a07e2c464b', 'project_domain_name': 'Default'} 2018-09-04 20:59:08,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:59:08,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:08,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae972daa-72ec-41ff-8cf1-92cc1376b884 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c3618a24db984781a4d96f702a153ed0", "links": {"self": "http://172.30.9.26:5000/v3/roles/c3618a24db984781a4d96f702a153ed0"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:59:08,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ae972daa-72ec-41ff-8cf1-92cc1376b884 2018-09-04 20:59:08,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824360847473s 2018-09-04 20:59:08,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:59:08,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:08,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31739066-0ea5-42ae-87fa-9fbac4bb1acd Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c3618a24db984781a4d96f702a153ed0", "links": {"self": "http://172.30.9.26:5000/v3/roles/c3618a24db984781a4d96f702a153ed0"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:59:08,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-31739066-0ea5-42ae-87fa-9fbac4bb1acd 2018-09-04 20:59:08,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827798843384s 2018-09-04 20:59:08,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 20:59:08,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:08,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b55ea58a-ce6c-4887-b18f-e1296573a167 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 20:59:08,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-b55ea58a-ce6c-4887-b18f-e1296573a167 2018-09-04 20:59:08,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0734210014343s 2018-09-04 20:59:08,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 20:59:08,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:09,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbc573d7-2b07-437a-bd74-ebee7464db36 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_5ca5143a-3c7e-430e-8296-3910c6b5c590", "links": {"self": "http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd"}, "domain_id": "default", "enabled": true, "id": "c83120d7a89943a087f5703226e4eedd", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 20:59:09,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-fbc573d7-2b07-437a-bd74-ebee7464db36 2018-09-04 20:59:09,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20170712471s 2018-09-04 20:59:09,127 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-fbc573d7-2b07-437a-bd74-ebee7464db36 2018-09-04 20:59:09,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:59:09,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:09,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f7c9cd-73e5-45b2-a56b-c9c2e344a54d Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b"}, "enabled": true, "id": "57532c3aef5b4dc3b07e81a07e2c464b", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_5ca5143a-3c7e-430e-8296-3910c6b5c590"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:59:09,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-86f7c9cd-73e5-45b2-a56b-c9c2e344a54d 2018-09-04 20:59:09,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0846750736237s 2018-09-04 20:59:09,218 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-86f7c9cd-73e5-45b2-a56b-c9c2e344a54d 2018-09-04 20:59:09,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 20:59:09,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c83120d7a89943a087f5703226e4eedd&scope.project.id=57532c3aef5b4dc3b07e81a07e2c464b&role.id=5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:09,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b4b58af-be5e-4256-8be7-bb3289ea53ee Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c83120d7a89943a087f5703226e4eedd&scope.project.id=57532c3aef5b4dc3b07e81a07e2c464b&role.id=5cd9afdff9a14c7bbd8b1621921cc3df", "previous": null, "next": null}} 2018-09-04 20:59:09,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c83120d7a89943a087f5703226e4eedd&scope.project.id=57532c3aef5b4dc3b07e81a07e2c464b&role.id=5cd9afdff9a14c7bbd8b1621921cc3df used request id req-5b4b58af-be5e-4256-8be7-bb3289ea53ee 2018-09-04 20:59:09,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0798971652985s 2018-09-04 20:59:09,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 20:59:09,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b/users/c83120d7a89943a087f5703226e4eedd/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:09,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 20:59:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfc2e711-49ae-486f-ac9f-fdf835557775 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 20:59:09,436 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b/users/c83120d7a89943a087f5703226e4eedd/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-dfc2e711-49ae-486f-ac9f-fdf835557775 2018-09-04 20:59:09,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.135818004608s 2018-09-04 20:59:09,437 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 20:59:14,075 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 20:59:13.781 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a01d9426-77bc-43ac-98db-74878eee0169) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a01d9426-77bc-43ac-98db-74878eee0169 | 2018-09-04T20:59:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a01d9426-77bc-43ac-98db-74878eee0169 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-04 20:59:17,464 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-09-04 20:59:17,464 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-04 20:59:22,924 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-04 20:59:21.510 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-04 20:59:21.660 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-04 20:59:22.750 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6a03b4ac-2551-4a41-8ad4-8f21f744ba32) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6a03b4ac-2551-4a41-8ad4-8f21f744ba32) as the default verifier for the future CLI operations. 2018-09-04 20:59:25,988 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-09-04 20:59:25,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 20:59:25,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:26,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-042dd988-c52b-487b-bb87-40b56885ca5c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 20:59:26,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-042dd988-c52b-487b-bb87-40b56885ca5c 2018-09-04 20:59:26,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0929269790649s 2018-09-04 20:59:26,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 20:59:26,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 20:59:26,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-690ceb73-c101-4cc8-8608-281e813b4c7d Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b"}, "enabled": true, "id": "57532c3aef5b4dc3b07e81a07e2c464b", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_5ca5143a-3c7e-430e-8296-3910c6b5c590"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 20:59:26,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-690ceb73-c101-4cc8-8608-281e813b4c7d 2018-09-04 20:59:26,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0951120853424s 2018-09-04 20:59:26,179 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-690ceb73-c101-4cc8-8608-281e813b4c7d 2018-09-04 20:59:26,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 20:59:26,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" -d '{"network": {"shared": true, "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "name": "tempest_smoke_serial-net_5ca5143a-3c7e-430e-8296-3910c6b5c590", "admin_state_up": true}}' 2018-09-04 20:59:26,808 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-7d4c2157-c84e-4c6d-b9c0-7bd4079f3952 Date: Tue, 04 Sep 2018 20:59:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":true,"project_id":"57532c3aef5b4dc3b07e81a07e2c464b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:59:26Z","is_default":false,"qos_policy_id":null,"name":"tempest_smoke_serial-net_5ca5143a-3c7e-430e-8296-3910c6b5c590","admin_state_up":true,"tenant_id":"57532c3aef5b4dc3b07e81a07e2c464b","created_at":"2018-09-04T20:59:26Z","mtu":1450}} 2018-09-04 20:59:26,809 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-7d4c2157-c84e-4c6d-b9c0-7bd4079f3952 2018-09-04 20:59:26,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.626418828964s 2018-09-04 20:59:26,809 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-7d4c2157-c84e-4c6d-b9c0-7bd4079f3952 2018-09-04 20:59:26,810 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T20:59:26Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f', u'provider:segmentation_id': 46, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tempest_smoke_serial-net_5ca5143a-3c7e-430e-8296-3910c6b5c590', u'created_at': u'2018-09-04T20:59:26Z', u'mtu': 1450, u'tenant_id': u'57532c3aef5b4dc3b07e81a07e2c464b', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'57532c3aef5b4dc3b07e81a07e2c464b'}) 2018-09-04 20:59:26,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 20:59:26,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2997d3fe-9c92-452f-b77a-9ba1969e5364 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 20:59:26,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2997d3fe-9c92-452f-b77a-9ba1969e5364 2018-09-04 20:59:26,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 20:59:27,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3618a24db984781a4d96f702a153ed0", "name": "Member"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T21:59:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57532c3aef5b4dc3b07e81a07e2c464b", "name": "tempest_smoke_seri-project_5ca5143a-3c7e-430e-8296-3910c6b5c590"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/57532c3aef5b4dc3b07e81a07e2c464b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/57532c3aef5b4dc3b07e81a07e2c464b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/57532c3aef5b4dc3b07e81a07e2c464b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/57532c3aef5b4dc3b07e81a07e2c464b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/57532c3aef5b4dc3b07e81a07e2c464b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/57532c3aef5b4dc3b07e81a07e2c464b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/57532c3aef5b4dc3b07e81a07e2c464b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/57532c3aef5b4dc3b07e81a07e2c464b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/57532c3aef5b4dc3b07e81a07e2c464b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/57532c3aef5b4dc3b07e81a07e2c464b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/57532c3aef5b4dc3b07e81a07e2c464b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/57532c3aef5b4dc3b07e81a07e2c464b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_5ca5143a-3c7e-430e-8296-3910c6b5c590", "id": "c83120d7a89943a087f5703226e4eedd"}, "audit_ids": ["E-zAolSITbmSXJiI3zZXag"], "issued_at": "2018-09-04T20:59:27.000000Z"}} 2018-09-04 20:59:27,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 20:59:27,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 20:59:27,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1399 X-Openstack-Request-Id: req-9087f679-d067-4f91-b4f4-62ecf9dbc40d Date: Tue, 04 Sep 2018 20:59:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":true,"project_id":"57532c3aef5b4dc3b07e81a07e2c464b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T20:59:26Z","qos_policy_id":null,"name":"tempest_smoke_serial-net_5ca5143a-3c7e-430e-8296-3910c6b5c590","admin_state_up":true,"tenant_id":"57532c3aef5b4dc3b07e81a07e2c464b","created_at":"2018-09-04T20:59:26Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 20:59:27,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-9087f679-d067-4f91-b4f4-62ecf9dbc40d 2018-09-04 20:59:27,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.268566131592s 2018-09-04 20:59:27,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-9087f679-d067-4f91-b4f4-62ecf9dbc40d 2018-09-04 20:59:27,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 20:59:27,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" -d '{"subnet": {"name": "tempest_smoke_serial-subnet_5ca5143a-3c7e-430e-8296-3910c6b5c590", "enable_dhcp": true, "network_id": "a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 20:59:28,048 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-5b6ff37b-336f-40ef-8676-b887b0f28001 Date: Tue, 04 Sep 2018 20:59:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f","tenant_id":"57532c3aef5b4dc3b07e81a07e2c464b","created_at":"2018-09-04T20:59:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T20:59:27Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"57532c3aef5b4dc3b07e81a07e2c464b","id":"5e6e57aa-d294-4565-a5c4-5365637321e0","subnetpool_id":null,"name":"tempest_smoke_serial-subnet_5ca5143a-3c7e-430e-8296-3910c6b5c590"}} 2018-09-04 20:59:28,048 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-5b6ff37b-336f-40ef-8676-b887b0f28001 2018-09-04 20:59:28,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.590225934982s 2018-09-04 20:59:28,049 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-5b6ff37b-336f-40ef-8676-b887b0f28001 2018-09-04 20:59:28,049 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T20:59:27Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'5e6e57aa-d294-4565-a5c4-5365637321e0', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke_serial-subnet_5ca5143a-3c7e-430e-8296-3910c6b5c590', u'enable_dhcp': True, u'network_id': u'a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f', u'tenant_id': u'57532c3aef5b4dc3b07e81a07e2c464b', u'created_at': u'2018-09-04T20:59:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'57532c3aef5b4dc3b07e81a07e2c464b'}) 2018-09-04 20:59:28,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 20:59:28,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "tempest_smoke_serial-router_5ca5143a-3c7e-430e-8296-3910c6b5c590", "admin_state_up": true}}' 2018-09-04 20:59:32,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 719 X-Openstack-Request-Id: req-ecb5b78d-e550-4d93-9010-b63d9584fb66 Date: Tue, 04 Sep 2018 20:59:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:28Z", "admin_state_up": true, "updated_at": "2018-09-04T20:59:29Z", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "9f79f10a-238c-405d-8254-9ae40def9c63", "name": "tempest_smoke_serial-router_5ca5143a-3c7e-430e-8296-3910c6b5c590"}} 2018-09-04 20:59:32,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-ecb5b78d-e550-4d93-9010-b63d9584fb66 2018-09-04 20:59:32,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.76809883118s 2018-09-04 20:59:32,818 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-ecb5b78d-e550-4d93-9010-b63d9584fb66 2018-09-04 20:59:32,819 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T20:59:29Z', u'revision_number': 3, u'ha': True, u'id': u'9f79f10a-238c-405d-8254-9ae40def9c63', u'external_gateway_info': {u'network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'97e3a010-d0e8-45f7-9bbb-04a537953fb8', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke_serial-router_5ca5143a-3c7e-430e-8296-3910c6b5c590', u'admin_state_up': True, u'tenant_id': u'57532c3aef5b4dc3b07e81a07e2c464b', u'created_at': u'2018-09-04T20:59:28Z', u'flavor_id': None, u'routes': [], u'project_id': u'57532c3aef5b4dc3b07e81a07e2c464b'}) 2018-09-04 20:59:32,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 20:59:32,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/9f79f10a-238c-405d-8254-9ae40def9c63/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" -d '{"subnet_id": "5e6e57aa-d294-4565-a5c4-5365637321e0"}' 2018-09-04 20:59:34,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-41fc18d7-900c-408f-85be-274eb4a1c0e2 Date: Tue, 04 Sep 2018 20:59:34 GMT RESP BODY: {"network_id": "a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "subnet_id": "5e6e57aa-d294-4565-a5c4-5365637321e0", "subnet_ids": ["5e6e57aa-d294-4565-a5c4-5365637321e0"], "port_id": "952814f1-4026-4cf3-9728-4a458b1ff7df", "id": "9f79f10a-238c-405d-8254-9ae40def9c63"} 2018-09-04 20:59:34,681 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/9f79f10a-238c-405d-8254-9ae40def9c63/add_router_interface.json used request id req-41fc18d7-900c-408f-85be-274eb4a1c0e2 2018-09-04 20:59:34,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.86189293861s 2018-09-04 20:59:34,682 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/9f79f10a-238c-405d-8254-9ae40def9c63/add_router_interface.json used request id req-41fc18d7-900c-408f-85be-274eb4a1c0e2 returning object 9f79f10a-238c-405d-8254-9ae40def9c63 2018-09-04 20:59:34,682 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 20:59:34,814 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-04 20:59:34,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 20:59:34,821 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 20:59:34 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-09-04 20:59:34,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:59:34,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 20:59:34,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f315482a-7521-4a48-b111-375fc368f253 Date: Tue, 04 Sep 2018 20:59:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:59:34,994 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f315482a-7521-4a48-b111-375fc368f253 2018-09-04 20:59:34,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169344186783s 2018-09-04 20:59:34,995 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f315482a-7521-4a48-b111-375fc368f253 2018-09-04 20:59:34,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 20:59:34,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590"}' 2018-09-04 20:59:35,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d X-Openstack-Request-Id: req-164c7b6b-b1a6-4c5b-98b1-f8b097ae4c69 Date: Tue, 04 Sep 2018 20:59:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/file", "owner": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "e392b8ad-e1a7-4fee-9de3-223615183a3d", "size": null, "self": "/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:59:35Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590", "checksum": null, "created_at": "2018-09-04T20:59:35Z", "protected": false} 2018-09-04 20:59:35,220 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-164c7b6b-b1a6-4c5b-98b1-f8b097ae4c69 2018-09-04 20:59:35,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.223291873932s 2018-09-04 20:59:35,221 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-164c7b6b-b1a6-4c5b-98b1-f8b097ae4c69 returning object e392b8ad-e1a7-4fee-9de3-223615183a3d 2018-09-04 20:59:35,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 20:59:35,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" -d '' 2018-09-04 20:59:36,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bff050ab-bd0d-422a-a66b-c07c2bec537f Date: Tue, 04 Sep 2018 20:59:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:59:36,751 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/file used request id req-bff050ab-bd0d-422a-a66b-c07c2bec537f 2018-09-04 20:59:36,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.5300860405s 2018-09-04 20:59:36,752 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/file used request id req-bff050ab-bd0d-422a-a66b-c07c2bec537f 2018-09-04 20:59:36,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:59:36,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 20:59:36,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-11ceca0c-0c6d-48c5-a828-63435178fa86 Date: Tue, 04 Sep 2018 20:59:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/snap", "metadata": {}}], "file": "/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/file", "owner": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "e392b8ad-e1a7-4fee-9de3-223615183a3d", "size": 12716032, "self": "/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:59:36Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:59:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:59:36,915 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-11ceca0c-0c6d-48c5-a828-63435178fa86 2018-09-04 20:59:36,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.162370920181s 2018-09-04 20:59:36,915 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-11ceca0c-0c6d-48c5-a828-63435178fa86 2018-09-04 20:59:36,918 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/file', 'owner': u'57532c3aef5b4dc3b07e81a07e2c464b', 'id': u'e392b8ad-e1a7-4fee-9de3-223615183a3d', 'size': 12716032, u'self': u'/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'57532c3aef5b4dc3b07e81a07e2c464b', 'name': 'tempest_smoke_seri-project_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T20:59:36Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T20:59:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'created': u'2018-09-04T20:59:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T20:59:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 20:59:36,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 20:59:36,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_5ca5143a-3c7e-430e-8296-3910c6b5c590", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 20:59:37,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ae63662-7d18-458a-bb54-6bfff7834634 x-compute-request-id: req-4ae63662-7d18-458a-bb54-6bfff7834634 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f2736b82-95e6-44fa-b61e-1cf2ec7ecd11", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f2736b82-95e6-44fa-b61e-1cf2ec7ecd11", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f2736b82-95e6-44fa-b61e-1cf2ec7ecd11", "name": "tempest_smoke_serial-flavor_5ca5143a-3c7e-430e-8296-3910c6b5c590", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:59:37,103 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4ae63662-7d18-458a-bb54-6bfff7834634 2018-09-04 20:59:37,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.184589147568s 2018-09-04 20:59:37,104 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4ae63662-7d18-458a-bb54-6bfff7834634 returning object f2736b82-95e6-44fa-b61e-1cf2ec7ecd11 2018-09-04 20:59:37,104 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'f2736b82-95e6-44fa-b61e-1cf2ec7ecd11', 'swap': 0}) 2018-09-04 20:59:37,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 20:59:37,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/f2736b82-95e6-44fa-b61e-1cf2ec7ecd11/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" -d '{"extra_specs": {}}' 2018-09-04 20:59:37,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6c2c6302-ff92-4e69-b352-bb480fff1b19 x-compute-request-id: req-6c2c6302-ff92-4e69-b352-bb480fff1b19 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 20:59:37,125 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/f2736b82-95e6-44fa-b61e-1cf2ec7ecd11/os-extra_specs used request id req-6c2c6302-ff92-4e69-b352-bb480fff1b19 2018-09-04 20:59:37,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201530456543s 2018-09-04 20:59:37,126 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/f2736b82-95e6-44fa-b61e-1cf2ec7ecd11/os-extra_specs used request id req-6c2c6302-ff92-4e69-b352-bb480fff1b19 2018-09-04 20:59:37,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 20:59:37,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 20:59:37,135 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 20:59:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 20:59:37,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 20:59:37,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-482671f2-8b20-4449-8c21-9a0ae7106d63 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c3618a24db984781a4d96f702a153ed0", "links": {"self": "http://172.30.9.26:5000/v3/roles/c3618a24db984781a4d96f702a153ed0"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 20:59:37,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-482671f2-8b20-4449-8c21-9a0ae7106d63 2018-09-04 20:59:37,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0935659408569s 2018-09-04 20:59:37,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-04 20:59:37,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 20:59:37,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e60e905d-0b2c-4674-b58a-231f2184bf29 x-compute-request-id: req-e60e905d-0b2c-4674-b58a-231f2184bf29 Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 165}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 168}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 20:59:37,401 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-e60e905d-0b2c-4674-b58a-231f2184bf29 2018-09-04 20:59:37,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.177622079849s 2018-09-04 20:59:37,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-e60e905d-0b2c-4674-b58a-231f2184bf29 2018-09-04 20:59:37,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:59:37,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 20:59:37,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-7f4ed03c-7d5a-4cc1-8112-09ddd0ce4918 Date: Tue, 04 Sep 2018 20:59:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/snap", "metadata": {}}], "file": "/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/file", "owner": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "e392b8ad-e1a7-4fee-9de3-223615183a3d", "size": 12716032, "self": "/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:59:36Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:59:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:59:37,424 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7f4ed03c-7d5a-4cc1-8112-09ddd0ce4918 2018-09-04 20:59:37,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0206990242004s 2018-09-04 20:59:37,424 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7f4ed03c-7d5a-4cc1-8112-09ddd0ce4918 2018-09-04 20:59:37,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 20:59:37,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590"}' 2018-09-04 20:59:37,617 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38 X-Openstack-Request-Id: req-cdee1a49-1a15-47ea-9587-2c1cfce062d5 Date: Tue, 04 Sep 2018 20:59:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38/file", "owner": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "075b692a-3f7e-4dd8-9e1a-9a7934ff5e38", "size": null, "self": "/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:59:37Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590", "checksum": null, "created_at": "2018-09-04T20:59:37Z", "protected": false} 2018-09-04 20:59:37,617 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-cdee1a49-1a15-47ea-9587-2c1cfce062d5 2018-09-04 20:59:37,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.190401077271s 2018-09-04 20:59:37,618 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-cdee1a49-1a15-47ea-9587-2c1cfce062d5 returning object 075b692a-3f7e-4dd8-9e1a-9a7934ff5e38 2018-09-04 20:59:37,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 20:59:37,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" -d '' 2018-09-04 20:59:39,123 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ad14b946-609e-43df-93a2-c03a5ec2803c Date: Tue, 04 Sep 2018 20:59:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 20:59:39,123 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38/file used request id req-ad14b946-609e-43df-93a2-c03a5ec2803c 2018-09-04 20:59:39,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.50487995148s 2018-09-04 20:59:39,124 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38/file used request id req-ad14b946-609e-43df-93a2-c03a5ec2803c 2018-09-04 20:59:39,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 20:59:39,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 20:59:39,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-f241f1c1-0e67-4145-8f7c-b17171255308 Date: Tue, 04 Sep 2018 20:59:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38/snap", "metadata": {}}], "file": "/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38/file", "owner": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "075b692a-3f7e-4dd8-9e1a-9a7934ff5e38", "size": 12716032, "self": "/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:59:39Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:59:37Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/snap", "metadata": {}}], "file": "/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/file", "owner": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "e392b8ad-e1a7-4fee-9de3-223615183a3d", "size": 12716032, "self": "/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:59:36Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:59:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 20:59:39,289 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f241f1c1-0e67-4145-8f7c-b17171255308 2018-09-04 20:59:39,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164623975754s 2018-09-04 20:59:39,289 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f241f1c1-0e67-4145-8f7c-b17171255308 2018-09-04 20:59:39,292 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38/snap', u'metadata': Munch({})})], 'file': u'/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38/file', 'owner': u'57532c3aef5b4dc3b07e81a07e2c464b', 'id': u'075b692a-3f7e-4dd8-9e1a-9a7934ff5e38', 'size': 12716032, u'self': u'/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'57532c3aef5b4dc3b07e81a07e2c464b', 'name': 'tempest_smoke_seri-project_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T20:59:39Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T20:59:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'created': u'2018-09-04T20:59:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T20:59:37Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 20:59:39,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 20:59:39,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 20:59:39,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a84b86f8-430c-41a3-8910-6eb143862da4 x-compute-request-id: req-a84b86f8-430c-41a3-8910-6eb143862da4 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/df435ce4-25f5-47dc-94c9-2e206d0fbd2b", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/df435ce4-25f5-47dc-94c9-2e206d0fbd2b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "df435ce4-25f5-47dc-94c9-2e206d0fbd2b", "name": "tempest_smoke_serial-flavor_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 20:59:39,582 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a84b86f8-430c-41a3-8910-6eb143862da4 2018-09-04 20:59:39,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.288930892944s 2018-09-04 20:59:39,582 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a84b86f8-430c-41a3-8910-6eb143862da4 returning object df435ce4-25f5-47dc-94c9-2e206d0fbd2b 2018-09-04 20:59:39,583 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'df435ce4-25f5-47dc-94c9-2e206d0fbd2b', 'swap': 0}) 2018-09-04 20:59:39,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 20:59:39,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/df435ce4-25f5-47dc-94c9-2e206d0fbd2b/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" -d '{"extra_specs": {}}' 2018-09-04 20:59:39,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 20:59:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02bf3231-2a92-4b75-9483-dc7527d61387 x-compute-request-id: req-02bf3231-2a92-4b75-9483-dc7527d61387 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 20:59:39,616 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/df435ce4-25f5-47dc-94c9-2e206d0fbd2b/os-extra_specs used request id req-02bf3231-2a92-4b75-9483-dc7527d61387 2018-09-04 20:59:39,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0322740077972s 2018-09-04 20:59:39,617 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/df435ce4-25f5-47dc-94c9-2e206d0fbd2b/os-extra_specs used request id req-02bf3231-2a92-4b75-9483-dc7527d61387 2018-09-04 20:59:39,617 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'df435ce4-25f5-47dc-94c9-2e206d0fbd2b', 'swap': 0}) 2018-09-04 20:59:42,791 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-04 20:59:41.746 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6a03b4ac-2551-4a41-8ad4-8f21f744ba32) for deployment 'opnfv-rally' (UUID=a01d9426-77bc-43ac-98db-74878eee0169). 2018-09-04 20:59:42.631 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-04 20:59:42.633 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6a03b4ac-2551-4a41-8ad4-8f21f744ba32) has been successfully configured for deployment 'opnfv-rally' (UUID=a01d9426-77bc-43ac-98db-74878eee0169)! 2018-09-04 20:59:42,791 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-04 20:59:42,792 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-04 20:59:42,794 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-04 20:59:42,798 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-04 20:59:45,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6a03b4ac-2551-4a41-8ad4-8f21f744ba32/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-09-04 20:59:46,000 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-04 20:59:46,017 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-04 20:59:46,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-09-04 20:59:48,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 20:59:48.197 51 INFO rally.api [-] Starting verification (UUID=5e4bf7bb-e406-4fca-864b-65ef9da5c151) for deployment 'opnfv-rally' (UUID=a01d9426-77bc-43ac-98db-74878eee0169) by verifier 'opnfv-tempest' (UUID=6a03b4ac-2551-4a41-8ad4-8f21f744ba32). 2018-09-04 20:59:48,198 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5e4bf7bb-e406-4fca-864b-65ef9da5c151 2018-09-04 20:59:55,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 20:59:55.107 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.170s] 2018-09-04 20:59:55,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 20:59:55.166 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.060s] 2018-09-04 21:00:01,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:00:01.457 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.471s] 2018-09-04 21:00:04,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:00:04.395 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.936s] 2018-09-04 21:00:17,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:00:17.900 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.352s] 2018-09-04 21:00:37,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:00:37.890 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [13.720s] 2018-09-04 21:01:16,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:01:16.405 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2018-09-04 21:01:16,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:01:16.408 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-09-04 21:01:56,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:01:56.016 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.083s] 2018-09-04 21:01:56,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:01:56.018 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-09-04 21:02:32,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:02:32.810 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-09-04 21:02:32,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:02:32.812 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-09-04 21:03:21,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:03:21.309 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.295s] 2018-09-04 21:03:47,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:03:47.917 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-09-04 21:03:48,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:03:48.018 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-09-04 21:03:54,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:03:54.677 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.745s] 2018-09-04 21:03:54,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:03:54.687 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-09-04 21:03:56,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:03:56.075 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-09-04 21:03:56,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:03:56.076 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-09-04 21:04:00,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:04:00.042 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.386s] 2018-09-04 21:04:05,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:04:05.864 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.075s] 2018-09-04 21:04:12,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:04:12.263 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.663s] 2018-09-04 21:04:19,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:04:19.262 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.465s] 2018-09-04 21:04:28,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:04:28.318 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.255s] 2018-09-04 21:04:34,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:04:34.662 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.383s] 2018-09-04 21:04:40,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:04:40.332 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.218s] 2018-09-04 21:04:47,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:04:47.486 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.473s] 2018-09-04 21:04:54,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:04:54.429 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.480s] 2018-09-04 21:05:02,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:02.561 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.977s] 2018-09-04 21:05:04,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:04.758 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-09-04 21:05:06,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:06.885 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-09-04 21:05:06,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:06.966 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.081s] 2018-09-04 21:05:07,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:07.038 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-09-04 21:05:07,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:07.044 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-09-04 21:05:11,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:11.473 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.819s] 2018-09-04 21:05:13,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:13.158 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.685s] 2018-09-04 21:05:15,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:15.259 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.099s] 2018-09-04 21:05:21,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:21.007 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-09-04 21:05:27,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:27.422 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.226s] 2018-09-04 21:05:44,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:44.065 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.023s] 2018-09-04 21:05:48,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:05:48.192 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.126s] 2018-09-04 21:06:01,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:06:01.260 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.840s] 2018-09-04 21:06:04,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:06:04.803 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.543s] 2018-09-04 21:06:11,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:06:11.384 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.580s] 2018-09-04 21:06:20,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:06:20.876 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.915s] 2018-09-04 21:06:24,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:06:24.873 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.996s] 2018-09-04 21:06:31,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:06:31.611 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.736s] 2018-09-04 21:06:46,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:06:46.318 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.297s] 2018-09-04 21:06:46,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:06:46.760 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.442s] 2018-09-04 21:06:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:06:47.023 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.263s] 2018-09-04 21:06:47,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:06:47.081 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.058s] 2018-09-04 21:06:47,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:06:47.327 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.245s] 2018-09-04 21:06:47,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:06:47.528 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.201s] 2018-09-04 21:07:01,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:01.411 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.524s] 2018-09-04 21:07:01,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:01.837 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.426s] 2018-09-04 21:07:02,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:01.999 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.162s] 2018-09-04 21:07:02,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:02.208 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.208s] 2018-09-04 21:07:02,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:02.318 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.109s] 2018-09-04 21:07:02,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:02.374 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.055s] 2018-09-04 21:07:14,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:14.951 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.298s] 2018-09-04 21:07:21,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:21.200 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.248s] 2018-09-04 21:07:23,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:23.177 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.977s] 2018-09-04 21:07:23,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:23.233 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.056s] 2018-09-04 21:07:23,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:23.322 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.089s] 2018-09-04 21:07:35,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:35.491 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.203s] 2018-09-04 21:07:41,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:41.011 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.519s] 2018-09-04 21:07:42,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:42.924 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.912s] 2018-09-04 21:07:43,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:43.126 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.202s] 2018-09-04 21:07:43,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:07:43.178 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.052s] 2018-09-04 21:08:04,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:08:04.166 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.697s] 2018-09-04 21:08:16,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:08:16.079 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.912s] 2018-09-04 21:08:26,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:08:26.576 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.496s] 2018-09-04 21:08:35,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:08:35.361 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [8.784s] 2018-09-04 21:09:06,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:09:06.623 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.075s] 2018-09-04 21:09:18,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:09:18.363 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.740s] 2018-09-04 21:09:29,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:09:29.394 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.031s] 2018-09-04 21:09:38,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:09:38.895 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.500s] 2018-09-04 21:09:55,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:09:55.253 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.585s] 2018-09-04 21:09:57,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:09:57.552 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.294s] 2018-09-04 21:09:57,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:09:57.730 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.182s] 2018-09-04 21:10:02,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:02.490 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.378s] 2018-09-04 21:10:04,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:04.648 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.156s] 2018-09-04 21:10:04,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:04.695 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-09-04 21:10:08,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:08.941 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.179s] 2018-09-04 21:10:12,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:12.210 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-09-04 21:10:13,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:13.509 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-09-04 21:10:13,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:13.511 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-09-04 21:10:13,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:13.513 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-09-04 21:10:13,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:13.514 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-09-04 21:10:13,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:13.515 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-09-04 21:10:15,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:15.467 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-09-04 21:10:36,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:36.771 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.519s] 2018-09-04 21:10:49,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:10:49.686 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.568s] 2018-09-04 21:11:04,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:11:04.710 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.022s] 2018-09-04 21:11:14,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:11:14.604 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.194s] 2018-09-04 21:12:28,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:12:28.714 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [68.315s] 2018-09-04 21:13:08,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:13:08.722 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [27.085s] 2018-09-04 21:14:04,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:14:04.597 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.273s] 2018-09-04 21:14:25,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 5e4bf7bb-e406-4fca-864b-65ef9da5c151 2018-09-04 21:14:25,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5e4bf7bb-e406-4fca-864b-65ef9da5c151']'. 2018-09-04 21:14:26,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-04 21:14:26,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-04 21:14:26,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 21:14:26,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5e4bf7bb-e406-4fca-864b-65ef9da5c151 | 2018-09-04 21:14:26,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-04 21:14:26,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-04 20:59:48 | 2018-09-04 21:14:26,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-04 21:14:24 | 2018-09-04 21:14:26,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:36 | 2018-09-04 21:14:26,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-09-04 21:14:26,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-04 21:14:26,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-04 21:14:26,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6a03b4ac-2551-4a41-8ad4-8f21f744ba32) | 2018-09-04 21:14:26,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-04 21:14:26,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a01d9426-77bc-43ac-98db-74878eee0169) | 2018-09-04 21:14:26,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-09-04 21:14:26,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 851.68 | 2018-09-04 21:14:26,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-09-04 21:14:26,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-09-04 21:14:26,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-04 21:14:26,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-04 21:14:26,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-04 21:14:26,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 21:14:26,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-04 21:14:26,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-04 21:14:26,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-09-04 21:14:26,242 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 21:14:26,243 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:00 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-09-04 21:14:26,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 21:14:26,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 21:14:27,194 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f78fff0-3430-4493-a8a1-48f97ceca10e Date: Tue, 04 Sep 2018 21:14:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:14:27,195 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38 used request id req-1f78fff0-3430-4493-a8a1-48f97ceca10e 2018-09-04 21:14:27,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.945286989212s 2018-09-04 21:14:27,195 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/075b692a-3f7e-4dd8-9e1a-9a7934ff5e38 used request id req-1f78fff0-3430-4493-a8a1-48f97ceca10e 2018-09-04 21:14:27,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 21:14:27,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 21:14:27,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f9b6a8c-f2de-4496-ad69-6ffaedad58fc x-compute-request-id: req-1f9b6a8c-f2de-4496-ad69-6ffaedad58fc Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/df435ce4-25f5-47dc-94c9-2e206d0fbd2b", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/df435ce4-25f5-47dc-94c9-2e206d0fbd2b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "df435ce4-25f5-47dc-94c9-2e206d0fbd2b", "name": "tempest_smoke_serial-flavor_alt_5ca5143a-3c7e-430e-8296-3910c6b5c590", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f2736b82-95e6-44fa-b61e-1cf2ec7ecd11", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f2736b82-95e6-44fa-b61e-1cf2ec7ecd11", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f2736b82-95e6-44fa-b61e-1cf2ec7ecd11", "name": "tempest_smoke_serial-flavor_5ca5143a-3c7e-430e-8296-3910c6b5c590", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 21:14:27,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-1f9b6a8c-f2de-4496-ad69-6ffaedad58fc 2018-09-04 21:14:27,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.172935962677s 2018-09-04 21:14:27,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-1f9b6a8c-f2de-4496-ad69-6ffaedad58fc 2018-09-04 21:14:27,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 21:14:27,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/df435ce4-25f5-47dc-94c9-2e206d0fbd2b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 21:14:27,426 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:14:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62e9d2fe-cd35-424c-bcfb-c9db0cdbc5da x-compute-request-id: req-62e9d2fe-cd35-424c-bcfb-c9db0cdbc5da Content-Length: 0 Content-Type: application/json 2018-09-04 21:14:27,426 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/df435ce4-25f5-47dc-94c9-2e206d0fbd2b used request id req-62e9d2fe-cd35-424c-bcfb-c9db0cdbc5da 2018-09-04 21:14:27,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0547549724579s 2018-09-04 21:14:27,427 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/df435ce4-25f5-47dc-94c9-2e206d0fbd2b used request id req-62e9d2fe-cd35-424c-bcfb-c9db0cdbc5da 2018-09-04 21:14:27,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 21:14:27,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/9f79f10a-238c-405d-8254-9ae40def9c63/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" -d '{"subnet_id": "5e6e57aa-d294-4565-a5c4-5365637321e0"}' 2018-09-04 21:14:29,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-162927a6-6863-4fff-bb98-1784444e6ee2 Date: Tue, 04 Sep 2018 21:14:29 GMT RESP BODY: {"network_id": "a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "subnet_id": "5e6e57aa-d294-4565-a5c4-5365637321e0", "subnet_ids": ["5e6e57aa-d294-4565-a5c4-5365637321e0"], "port_id": "952814f1-4026-4cf3-9728-4a458b1ff7df", "id": "9f79f10a-238c-405d-8254-9ae40def9c63"} 2018-09-04 21:14:29,013 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/9f79f10a-238c-405d-8254-9ae40def9c63/remove_router_interface.json used request id req-162927a6-6863-4fff-bb98-1784444e6ee2 2018-09-04 21:14:29,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.58586001396s 2018-09-04 21:14:29,014 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/9f79f10a-238c-405d-8254-9ae40def9c63/remove_router_interface.json used request id req-162927a6-6863-4fff-bb98-1784444e6ee2 returning object 9f79f10a-238c-405d-8254-9ae40def9c63 2018-09-04 21:14:29,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 21:14:29,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 21:14:29,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-d96bcf71-23bc-4ad5-b6ec-ebff4d1ea382 Date: Tue, 04 Sep 2018 21:14:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:28Z", "admin_state_up": true, "updated_at": "2018-09-04T21:14:28Z", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "9f79f10a-238c-405d-8254-9ae40def9c63", "name": "tempest_smoke_serial-router_5ca5143a-3c7e-430e-8296-3910c6b5c590"}]} 2018-09-04 21:14:29,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-d96bcf71-23bc-4ad5-b6ec-ebff4d1ea382 2018-09-04 21:14:29,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.228600978851s 2018-09-04 21:14:29,243 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-d96bcf71-23bc-4ad5-b6ec-ebff4d1ea382 2018-09-04 21:14:29,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 21:14:29,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/9f79f10a-238c-405d-8254-9ae40def9c63.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 21:14:32,681 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-62328612-5a57-4d38-b95e-f653a9bfc604 Content-Length: 0 Date: Tue, 04 Sep 2018 21:14:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:14:32,681 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/9f79f10a-238c-405d-8254-9ae40def9c63.json used request id req-62328612-5a57-4d38-b95e-f653a9bfc604 2018-09-04 21:14:32,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.43658208847s 2018-09-04 21:14:32,682 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/9f79f10a-238c-405d-8254-9ae40def9c63.json used request id req-62328612-5a57-4d38-b95e-f653a9bfc604 2018-09-04 21:14:32,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 21:14:32,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 21:14:32,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1302 X-Openstack-Request-Id: req-928b925c-d816-4488-a4ee-7cb7847612ce Date: Tue, 04 Sep 2018 21:14:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f","tenant_id":"57532c3aef5b4dc3b07e81a07e2c464b","created_at":"2018-09-04T20:59:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T20:59:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"57532c3aef5b4dc3b07e81a07e2c464b","id":"5e6e57aa-d294-4565-a5c4-5365637321e0","subnetpool_id":null,"name":"tempest_smoke_serial-subnet_5ca5143a-3c7e-430e-8296-3910c6b5c590"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 21:14:32,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-928b925c-d816-4488-a4ee-7cb7847612ce 2018-09-04 21:14:32,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.217324972153s 2018-09-04 21:14:32,900 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-928b925c-d816-4488-a4ee-7cb7847612ce 2018-09-04 21:14:32,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 21:14:32,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/5e6e57aa-d294-4565-a5c4-5365637321e0.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 21:14:34,894 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6c7aa64c-1216-42e1-b562-b6fc4fd24e2d Date: Tue, 04 Sep 2018 21:14:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:14:34,894 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/5e6e57aa-d294-4565-a5c4-5365637321e0.json used request id req-6c7aa64c-1216-42e1-b562-b6fc4fd24e2d 2018-09-04 21:14:34,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.99225211143s 2018-09-04 21:14:34,894 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/5e6e57aa-d294-4565-a5c4-5365637321e0.json used request id req-6c7aa64c-1216-42e1-b562-b6fc4fd24e2d 2018-09-04 21:14:34,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 21:14:34,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 21:14:35,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-c9f1d7de-acfe-4e04-b9c7-272e4eda0e39 Date: Tue, 04 Sep 2018 21:14:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":46,"ipv4_address_scope":null,"shared":true,"project_id":"57532c3aef5b4dc3b07e81a07e2c464b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:14:34Z","qos_policy_id":null,"name":"tempest_smoke_serial-net_5ca5143a-3c7e-430e-8296-3910c6b5c590","admin_state_up":true,"tenant_id":"57532c3aef5b4dc3b07e81a07e2c464b","created_at":"2018-09-04T20:59:26Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:14:35,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c9f1d7de-acfe-4e04-b9c7-272e4eda0e39 2018-09-04 21:14:35,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.527224063873s 2018-09-04 21:14:35,423 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c9f1d7de-acfe-4e04-b9c7-272e4eda0e39 2018-09-04 21:14:35,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 21:14:35,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 21:14:36,216 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee71f7b3-f71f-4e04-ab66-1bd715b1b4c3 Date: Tue, 04 Sep 2018 21:14:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:14:36,216 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f.json used request id req-ee71f7b3-f71f-4e04-ab66-1bd715b1b4c3 2018-09-04 21:14:36,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.792032003403s 2018-09-04 21:14:36,216 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/a4c4a6d8-95de-4cac-a5f6-fd3c7236f41f.json used request id req-ee71f7b3-f71f-4e04-ab66-1bd715b1b4c3 2018-09-04 21:14:36,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:14:36,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 21:14:36,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-fbc4460c-776c-4ba1-9402-f40967acd04e Date: Tue, 04 Sep 2018 21:14:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/snap", "metadata": {}}], "file": "/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/file", "owner": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "e392b8ad-e1a7-4fee-9de3-223615183a3d", "size": 12716032, "self": "/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/e392b8ad-e1a7-4fee-9de3-223615183a3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T20:59:36Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_5ca5143a-3c7e-430e-8296-3910c6b5c590", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T20:59:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:14:36,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-fbc4460c-776c-4ba1-9402-f40967acd04e 2018-09-04 21:14:36,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164793968201s 2018-09-04 21:14:36,382 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-fbc4460c-776c-4ba1-9402-f40967acd04e 2018-09-04 21:14:36,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 21:14:36,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7d3812de5d4bb3949d956a766dd4593e9335fcb" 2018-09-04 21:14:37,524 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3697523d-6419-4aae-8daf-165b717cd485 Date: Tue, 04 Sep 2018 21:14:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:14:37,524 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d used request id req-3697523d-6419-4aae-8daf-165b717cd485 2018-09-04 21:14:37,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.1402130127s 2018-09-04 21:14:37,525 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/e392b8ad-e1a7-4fee-9de3-223615183a3d used request id req-3697523d-6419-4aae-8daf-165b717cd485 2018-09-04 21:14:37,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 21:14:37,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 21:14:37,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47dd62bd-a439-4624-90bb-d507a0c3342a x-compute-request-id: req-47dd62bd-a439-4624-90bb-d507a0c3342a Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f2736b82-95e6-44fa-b61e-1cf2ec7ecd11", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f2736b82-95e6-44fa-b61e-1cf2ec7ecd11", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f2736b82-95e6-44fa-b61e-1cf2ec7ecd11", "name": "tempest_smoke_serial-flavor_5ca5143a-3c7e-430e-8296-3910c6b5c590", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 21:14:37,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-47dd62bd-a439-4624-90bb-d507a0c3342a 2018-09-04 21:14:37,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0337579250336s 2018-09-04 21:14:37,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-47dd62bd-a439-4624-90bb-d507a0c3342a 2018-09-04 21:14:37,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 21:14:37,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/f2736b82-95e6-44fa-b61e-1cf2ec7ecd11 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 21:14:37,605 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:14:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-479e35f1-8a58-4a6d-9aa6-db66b52eb50c x-compute-request-id: req-479e35f1-8a58-4a6d-9aa6-db66b52eb50c Content-Length: 0 Content-Type: application/json 2018-09-04 21:14:37,605 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/f2736b82-95e6-44fa-b61e-1cf2ec7ecd11 used request id req-479e35f1-8a58-4a6d-9aa6-db66b52eb50c 2018-09-04 21:14:37,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0417449474335s 2018-09-04 21:14:37,605 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/f2736b82-95e6-44fa-b61e-1cf2ec7ecd11 used request id req-479e35f1-8a58-4a6d-9aa6-db66b52eb50c 2018-09-04 21:14:37,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:14:37,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 21:14:37,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1551909e-db7c-4e9c-adc1-28a9595505b1 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_5ca5143a-3c7e-430e-8296-3910c6b5c590", "links": {"self": "http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd"}, "domain_id": "default", "enabled": true, "id": "c83120d7a89943a087f5703226e4eedd", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:14:37,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1551909e-db7c-4e9c-adc1-28a9595505b1 2018-09-04 21:14:37,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0996041297913s 2018-09-04 21:14:37,706 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1551909e-db7c-4e9c-adc1-28a9595505b1 2018-09-04 21:14:37,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:14:37,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 21:14:37,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7fb5f78-71c0-46c9-a2ba-796d0c4c7384 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd"}, "enabled": true, "id": "c83120d7a89943a087f5703226e4eedd", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_5ca5143a-3c7e-430e-8296-3910c6b5c590"}} 2018-09-04 21:14:37,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd used request id req-f7fb5f78-71c0-46c9-a2ba-796d0c4c7384 2018-09-04 21:14:37,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0863950252533s 2018-09-04 21:14:37,799 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd used request id req-f7fb5f78-71c0-46c9-a2ba-796d0c4c7384 2018-09-04 21:14:37,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 21:14:37,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 21:14:38,081 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:14:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84f9248a-e0cc-44b0-82a8-b5eccc5d7da8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:14:38,082 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd used request id req-84f9248a-e0cc-44b0-82a8-b5eccc5d7da8 2018-09-04 21:14:38,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.282054901123s 2018-09-04 21:14:38,082 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c83120d7a89943a087f5703226e4eedd used request id req-84f9248a-e0cc-44b0-82a8-b5eccc5d7da8 2018-09-04 21:14:38,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:14:38,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 21:14:38,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90e0f0a8-11b6-4a91-b0a9-55cf49996f00 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b"}, "enabled": true, "id": "57532c3aef5b4dc3b07e81a07e2c464b", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_5ca5143a-3c7e-430e-8296-3910c6b5c590"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 21:14:38,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-90e0f0a8-11b6-4a91-b0a9-55cf49996f00 2018-09-04 21:14:38,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0842499732971s 2018-09-04 21:14:38,167 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-90e0f0a8-11b6-4a91-b0a9-55cf49996f00 2018-09-04 21:14:38,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 21:14:38,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 21:14:38,305 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:14:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e541958f-2b21-48fa-b9ad-9c53940970e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:14:38,305 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-e541958f-2b21-48fa-b9ad-9c53940970e1 2018-09-04 21:14:38,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.135556936264s 2018-09-04 21:14:38,305 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-e541958f-2b21-48fa-b9ad-9c53940970e1 2018-09-04 21:14:38,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:14:38,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 21:14:38,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8089618a-6476-45c2-97e0-56df9ccd7747 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c3618a24db984781a4d96f702a153ed0", "links": {"self": "http://172.30.9.26:5000/v3/roles/c3618a24db984781a4d96f702a153ed0"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:14:38,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8089618a-6476-45c2-97e0-56df9ccd7747 2018-09-04 21:14:38,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0856990814209s 2018-09-04 21:14:38,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 21:14:38,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/c3618a24db984781a4d96f702a153ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f216a298067d699e5442e4046cce01077168a7" 2018-09-04 21:14:38,519 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:14:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-172c5269-0c91-42e4-9744-a77a9f379edb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:14:38,519 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c3618a24db984781a4d96f702a153ed0 used request id req-172c5269-0c91-42e4-9744-a77a9f379edb 2018-09-04 21:14:38,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.125679969788s 2018-09-04 21:14:38,569 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-09-04 21:14:38,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 21:14:38,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 21:14:38,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 21:14:38,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 21:14:38,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 21:14:38,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 21:14:38,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 21:14:38,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 21:14:38,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 21:14:38,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 21:14:38,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:14:38,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2e775c-3d62-47c2-9367-b8da2d7dcf7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:14:38,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8b2e775c-3d62-47c2-9367-b8da2d7dcf7e 2018-09-04 21:14:38,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:14:39,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T22:14:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["Y05hsBv_Sb2zQSC0OUjYwg"], "issued_at": "2018-09-04T21:14:39.000000Z"}} 2018-09-04 21:14:39,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 21:14:39,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:39,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c4f09c01-ad68-4a7c-9c62-163edf98974b Date: Tue, 04 Sep 2018 21:14:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:14:39,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c4f09c01-ad68-4a7c-9c62-163edf98974b 2018-09-04 21:14:39,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.235069990158s 2018-09-04 21:14:39,243 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c4f09c01-ad68-4a7c-9c62-163edf98974b 2018-09-04 21:14:39,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 21:14:39,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:39,253 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:14:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:14:39,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:39,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fe3ada4-1efc-4755-97e8-0dd7a456b2be Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 21:14:39,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-4fe3ada4-1efc-4755-97e8-0dd7a456b2be 2018-09-04 21:14:39,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0876920223236s 2018-09-04 21:14:39,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 21:14:39,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_118db696-daff-40ae-b1ec-1fd4525aaaa0"}}' 2018-09-04 21:14:39,447 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:14:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca3c7c43-25e9-42db-91f9-91f1379838b1 Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba"}, "enabled": true, "id": "0f584562356b47109eaf52dfa21d18ba", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_118db696-daff-40ae-b1ec-1fd4525aaaa0"}} 2018-09-04 21:14:39,447 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ca3c7c43-25e9-42db-91f9-91f1379838b1 2018-09-04 21:14:39,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.114435195923s 2018-09-04 21:14:39,448 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ca3c7c43-25e9-42db-91f9-91f1379838b1 2018-09-04 21:14:39,448 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'id': u'0f584562356b47109eaf52dfa21d18ba', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 21:14:39,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 21:14:39,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.362720966339s 2018-09-04 21:14:39,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:39,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5d0be30-8a67-4711-99e0-c612c109a932 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2"}, "enabled": true, "id": "945d849cfcc8413aa00c92b184e3f9c2", "options": {}, "domain_id": "default", "name": "rally_sanity-user_118db696-daff-40ae-b1ec-1fd4525aaaa0"}} 2018-09-04 21:14:39,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2 used request id req-e5d0be30-8a67-4711-99e0-c612c109a932 2018-09-04 21:14:39,904 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'945d849cfcc8413aa00c92b184e3f9c2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_118db696-daff-40ae-b1ec-1fd4525aaaa0'}) 2018-09-04 21:14:39,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:14:39,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:39,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9580a5e-adee-4577-8978-00734f325e31 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:14:39,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a9580a5e-adee-4577-8978-00734f325e31 2018-09-04 21:14:39,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.084902048111s 2018-09-04 21:14:39,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:14:39,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:40,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f14b2c5e-0ef3-40ca-8d1e-a5da7bde42d2 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:14:40,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f14b2c5e-0ef3-40ca-8d1e-a5da7bde42d2 2018-09-04 21:14:40,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0839080810547s 2018-09-04 21:14:40,076 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 21:14:40,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 21:14:40,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" -d '{"role": {"name": "Member"}}' 2018-09-04 21:14:40,170 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:14:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a992a8c1-6484-4d8c-bb23-ef1d1ec57ea8 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "267071384ce7417ea3eac7fe6c2c5b94", "links": {"self": "http://172.30.9.26:5000/v3/roles/267071384ce7417ea3eac7fe6c2c5b94"}, "name": "Member"}} 2018-09-04 21:14:40,171 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-a992a8c1-6484-4d8c-bb23-ef1d1ec57ea8 2018-09-04 21:14:40,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0943789482117s 2018-09-04 21:14:40,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/267071384ce7417ea3eac7fe6c2c5b94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:40,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72ac3f5c-3181-486d-ab42-bc27e52cf4da Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/267071384ce7417ea3eac7fe6c2c5b94"}, "domain_id": null, "name": "Member", "id": "267071384ce7417ea3eac7fe6c2c5b94"}} 2018-09-04 21:14:40,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/267071384ce7417ea3eac7fe6c2c5b94 used request id req-72ac3f5c-3181-486d-ab42-bc27e52cf4da 2018-09-04 21:14:40,188 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/267071384ce7417ea3eac7fe6c2c5b94'}, 'domain_id': None, 'human_id': None, 'id': u'267071384ce7417ea3eac7fe6c2c5b94', 'HUMAN_ID': False}) 2018-09-04 21:14:40,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:14:40,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:40,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-969cbb91-6ab7-45ce-baf7-26033f83cbee Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "267071384ce7417ea3eac7fe6c2c5b94", "links": {"self": "http://172.30.9.26:5000/v3/roles/267071384ce7417ea3eac7fe6c2c5b94"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:14:40,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-969cbb91-6ab7-45ce-baf7-26033f83cbee 2018-09-04 21:14:40,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0813219547272s 2018-09-04 21:14:40,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 21:14:40,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:40,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-890ede6d-cabc-4793-bc70-0b8be28a689c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 21:14:40,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-890ede6d-cabc-4793-bc70-0b8be28a689c 2018-09-04 21:14:40,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0761840343475s 2018-09-04 21:14:40,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:14:40,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:40,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f57ea54-1ecd-4bfd-a38a-9a87472e3095 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_118db696-daff-40ae-b1ec-1fd4525aaaa0", "links": {"self": "http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2"}, "domain_id": "default", "enabled": true, "id": "945d849cfcc8413aa00c92b184e3f9c2", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:14:40,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5f57ea54-1ecd-4bfd-a38a-9a87472e3095 2018-09-04 21:14:40,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0997951030731s 2018-09-04 21:14:40,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5f57ea54-1ecd-4bfd-a38a-9a87472e3095 2018-09-04 21:14:40,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:14:40,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:40,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b7c8963-c74e-4f19-9ac0-e8ad325c3589 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba"}, "enabled": true, "id": "0f584562356b47109eaf52dfa21d18ba", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_118db696-daff-40ae-b1ec-1fd4525aaaa0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 21:14:40,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-7b7c8963-c74e-4f19-9ac0-e8ad325c3589 2018-09-04 21:14:40,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0769810676575s 2018-09-04 21:14:40,532 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-7b7c8963-c74e-4f19-9ac0-e8ad325c3589 2018-09-04 21:14:40,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 21:14:40,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=945d849cfcc8413aa00c92b184e3f9c2&scope.project.id=0f584562356b47109eaf52dfa21d18ba&role.id=267071384ce7417ea3eac7fe6c2c5b94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:40,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d91dea0-3221-4909-8d2f-5255292a9f14 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=945d849cfcc8413aa00c92b184e3f9c2&scope.project.id=0f584562356b47109eaf52dfa21d18ba&role.id=267071384ce7417ea3eac7fe6c2c5b94", "previous": null, "next": null}} 2018-09-04 21:14:40,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=945d849cfcc8413aa00c92b184e3f9c2&scope.project.id=0f584562356b47109eaf52dfa21d18ba&role.id=267071384ce7417ea3eac7fe6c2c5b94 used request id req-2d91dea0-3221-4909-8d2f-5255292a9f14 2018-09-04 21:14:40,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.084123134613s 2018-09-04 21:14:40,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 21:14:40,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba/users/945d849cfcc8413aa00c92b184e3f9c2/roles/267071384ce7417ea3eac7fe6c2c5b94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:40,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:14:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3b40fd4-b7dd-46cb-9c8e-f9059b81e7ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:14:40,755 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba/users/945d849cfcc8413aa00c92b184e3f9c2/roles/267071384ce7417ea3eac7fe6c2c5b94 used request id req-d3b40fd4-b7dd-46cb-9c8e-f9059b81e7ed 2018-09-04 21:14:40,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.135723114014s 2018-09-04 21:14:40,756 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_118db696-daff-40ae-b1ec-1fd4525aaaa0', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '5893e8d0-7780-4cde-8e60-d4f6a9fdeb7f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'rally_sanity-user_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'project_id': u'0f584562356b47109eaf52dfa21d18ba', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 21:14:40,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 21:14:40,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 21:14:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 21:14:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 21:14:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 21:14:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 21:14:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 21:14:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 21:14:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 21:14:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 21:14:40,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 21:14:40,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 21:14:40,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 21:14:40,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 21:14:40,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 21:14:40,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 21:14:40,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 21:14:40,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 21:14:40,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 21:14:40,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 21:14:40,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 21:14:40,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 21:14:40,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 21:14:40,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 21:14:40,761 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'password': '5893e8d0-7780-4cde-8e60-d4f6a9fdeb7f', 'project_name': 'rally_sanity-project_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '0f584562356b47109eaf52dfa21d18ba', 'project_domain_name': 'Default'} 2018-09-04 21:14:40,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:14:40,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:40,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78ed4a40-a2d3-4852-8e31-7ad09f5a7877 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "267071384ce7417ea3eac7fe6c2c5b94", "links": {"self": "http://172.30.9.26:5000/v3/roles/267071384ce7417ea3eac7fe6c2c5b94"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:14:40,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-78ed4a40-a2d3-4852-8e31-7ad09f5a7877 2018-09-04 21:14:40,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0850989818573s 2018-09-04 21:14:40,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:14:40,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:40,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4d20106-27b5-4d1a-99e7-4507d4e4dfad Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "267071384ce7417ea3eac7fe6c2c5b94", "links": {"self": "http://172.30.9.26:5000/v3/roles/267071384ce7417ea3eac7fe6c2c5b94"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:14:40,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f4d20106-27b5-4d1a-99e7-4507d4e4dfad 2018-09-04 21:14:40,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746409893036s 2018-09-04 21:14:40,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 21:14:40,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:41,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d03b4f7-921e-4943-bb7f-a2ddcf86c181 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 21:14:41,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-5d03b4f7-921e-4943-bb7f-a2ddcf86c181 2018-09-04 21:14:41,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0837008953094s 2018-09-04 21:14:41,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:14:41,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:41,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-463e5310-e3b0-4d8b-9cb7-4c43d47e3029 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_118db696-daff-40ae-b1ec-1fd4525aaaa0", "links": {"self": "http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2"}, "domain_id": "default", "enabled": true, "id": "945d849cfcc8413aa00c92b184e3f9c2", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:14:41,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-463e5310-e3b0-4d8b-9cb7-4c43d47e3029 2018-09-04 21:14:41,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0972759723663s 2018-09-04 21:14:41,107 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-463e5310-e3b0-4d8b-9cb7-4c43d47e3029 2018-09-04 21:14:41,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:14:41,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:41,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02324bf3-3b53-4726-8349-ed2bac2ac9ee Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba"}, "enabled": true, "id": "0f584562356b47109eaf52dfa21d18ba", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_118db696-daff-40ae-b1ec-1fd4525aaaa0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 21:14:41,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-02324bf3-3b53-4726-8349-ed2bac2ac9ee 2018-09-04 21:14:41,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0772440433502s 2018-09-04 21:14:41,191 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-02324bf3-3b53-4726-8349-ed2bac2ac9ee 2018-09-04 21:14:41,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 21:14:41,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=945d849cfcc8413aa00c92b184e3f9c2&scope.project.id=0f584562356b47109eaf52dfa21d18ba&role.id=5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:41,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff2a0f8e-dec6-4aea-9251-de0259b9a12b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=945d849cfcc8413aa00c92b184e3f9c2&scope.project.id=0f584562356b47109eaf52dfa21d18ba&role.id=5cd9afdff9a14c7bbd8b1621921cc3df", "previous": null, "next": null}} 2018-09-04 21:14:41,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=945d849cfcc8413aa00c92b184e3f9c2&scope.project.id=0f584562356b47109eaf52dfa21d18ba&role.id=5cd9afdff9a14c7bbd8b1621921cc3df used request id req-ff2a0f8e-dec6-4aea-9251-de0259b9a12b 2018-09-04 21:14:41,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0847330093384s 2018-09-04 21:14:41,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 21:14:41,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba/users/945d849cfcc8413aa00c92b184e3f9c2/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:41,413 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:14:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd47b05c-8666-4424-9586-3ff12f05599b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:14:41,413 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba/users/945d849cfcc8413aa00c92b184e3f9c2/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-fd47b05c-8666-4424-9586-3ff12f05599b 2018-09-04 21:14:41,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.135525941849s 2018-09-04 21:14:41,414 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-09-04 21:14:45,589 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-09-04 21:14:45,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 21:14:45,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:45,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4ceeba9-bbad-4eef-a037-b8bfaee1669c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 21:14:45,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-e4ceeba9-bbad-4eef-a037-b8bfaee1669c 2018-09-04 21:14:45,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.085480928421s 2018-09-04 21:14:45,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:14:45,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:14:45,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f39291a4-2bd7-404f-8867-5ab7c61d555b Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba"}, "enabled": true, "id": "0f584562356b47109eaf52dfa21d18ba", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_118db696-daff-40ae-b1ec-1fd4525aaaa0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 21:14:45,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-f39291a4-2bd7-404f-8867-5ab7c61d555b 2018-09-04 21:14:45,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0962760448456s 2018-09-04 21:14:45,774 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-f39291a4-2bd7-404f-8867-5ab7c61d555b 2018-09-04 21:14:45,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 21:14:45,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" -d '{"network": {"shared": true, "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "name": "rally_sanity-net_118db696-daff-40ae-b1ec-1fd4525aaaa0", "admin_state_up": true}}' 2018-09-04 21:14:46,420 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-8ce6286c-e602-4264-9167-18bfaef7b828 Date: Tue, 04 Sep 2018 21:14:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7d1ec2c1-1ae4-4805-a983-72285b09121f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":true,"project_id":"0f584562356b47109eaf52dfa21d18ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:14:46Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_118db696-daff-40ae-b1ec-1fd4525aaaa0","admin_state_up":true,"tenant_id":"0f584562356b47109eaf52dfa21d18ba","created_at":"2018-09-04T21:14:46Z","mtu":1450}} 2018-09-04 21:14:46,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-8ce6286c-e602-4264-9167-18bfaef7b828 2018-09-04 21:14:46,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.643447160721s 2018-09-04 21:14:46,421 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-8ce6286c-e602-4264-9167-18bfaef7b828 2018-09-04 21:14:46,421 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T21:14:46Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7d1ec2c1-1ae4-4805-a983-72285b09121f', u'provider:segmentation_id': 6, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'rally_sanity-net_118db696-daff-40ae-b1ec-1fd4525aaaa0', u'created_at': u'2018-09-04T21:14:46Z', u'mtu': 1450, u'tenant_id': u'0f584562356b47109eaf52dfa21d18ba', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'0f584562356b47109eaf52dfa21d18ba'}) 2018-09-04 21:14:46,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:14:46,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ce08c32-cb42-426e-aa8f-60250b2012dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:14:46,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6ce08c32-cb42-426e-aa8f-60250b2012dd 2018-09-04 21:14:46,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:14:46,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "267071384ce7417ea3eac7fe6c2c5b94", "name": "Member"}], "expires_at": "2018-09-04T22:14:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0f584562356b47109eaf52dfa21d18ba", "name": "rally_sanity-project_118db696-daff-40ae-b1ec-1fd4525aaaa0"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0f584562356b47109eaf52dfa21d18ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/0f584562356b47109eaf52dfa21d18ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/0f584562356b47109eaf52dfa21d18ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/0f584562356b47109eaf52dfa21d18ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/0f584562356b47109eaf52dfa21d18ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/0f584562356b47109eaf52dfa21d18ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/0f584562356b47109eaf52dfa21d18ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/0f584562356b47109eaf52dfa21d18ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/0f584562356b47109eaf52dfa21d18ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/0f584562356b47109eaf52dfa21d18ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/0f584562356b47109eaf52dfa21d18ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/0f584562356b47109eaf52dfa21d18ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_118db696-daff-40ae-b1ec-1fd4525aaaa0", "id": "945d849cfcc8413aa00c92b184e3f9c2"}, "audit_ids": ["a6uQfQoFThaJ6kMxrFzt9w"], "issued_at": "2018-09-04T21:14:46.000000Z"}} 2018-09-04 21:14:46,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 21:14:46,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:14:47,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-78761439-888d-47f3-803e-443b1722b666 Date: Tue, 04 Sep 2018 21:14:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7d1ec2c1-1ae4-4805-a983-72285b09121f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":true,"project_id":"0f584562356b47109eaf52dfa21d18ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:14:46Z","qos_policy_id":null,"name":"rally_sanity-net_118db696-daff-40ae-b1ec-1fd4525aaaa0","admin_state_up":true,"tenant_id":"0f584562356b47109eaf52dfa21d18ba","created_at":"2018-09-04T21:14:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:14:47,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-78761439-888d-47f3-803e-443b1722b666 2018-09-04 21:14:47,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.22589802742s 2018-09-04 21:14:47,035 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-78761439-888d-47f3-803e-443b1722b666 2018-09-04 21:14:47,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 21:14:47,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" -d '{"subnet": {"name": "rally_sanity-subnet_118db696-daff-40ae-b1ec-1fd4525aaaa0", "enable_dhcp": true, "network_id": "7d1ec2c1-1ae4-4805-a983-72285b09121f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 21:14:47,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-68561fc9-50e2-49dc-80dc-1bb973dcb7a1 Date: Tue, 04 Sep 2018 21:14:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d1ec2c1-1ae4-4805-a983-72285b09121f","tenant_id":"0f584562356b47109eaf52dfa21d18ba","created_at":"2018-09-04T21:14:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T21:14:47Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"0f584562356b47109eaf52dfa21d18ba","id":"f6820f1e-d91d-43b2-8dda-35dfd8288764","subnetpool_id":null,"name":"rally_sanity-subnet_118db696-daff-40ae-b1ec-1fd4525aaaa0"}} 2018-09-04 21:14:47,655 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-68561fc9-50e2-49dc-80dc-1bb973dcb7a1 2018-09-04 21:14:47,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.61834192276s 2018-09-04 21:14:47,655 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-68561fc9-50e2-49dc-80dc-1bb973dcb7a1 2018-09-04 21:14:47,656 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T21:14:47Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f6820f1e-d91d-43b2-8dda-35dfd8288764', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_118db696-daff-40ae-b1ec-1fd4525aaaa0', u'enable_dhcp': True, u'network_id': u'7d1ec2c1-1ae4-4805-a983-72285b09121f', u'tenant_id': u'0f584562356b47109eaf52dfa21d18ba', u'created_at': u'2018-09-04T21:14:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0f584562356b47109eaf52dfa21d18ba'}) 2018-09-04 21:14:47,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 21:14:47,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "rally_sanity-router_118db696-daff-40ae-b1ec-1fd4525aaaa0", "admin_state_up": true}}' 2018-09-04 21:14:52,776 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-f02deeb4-a0ab-46f0-80db-7f1ddeb6fde5 Date: Tue, 04 Sep 2018 21:14:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:48Z", "admin_state_up": true, "updated_at": "2018-09-04T21:14:49Z", "project_id": "0f584562356b47109eaf52dfa21d18ba", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "2b2d4a74-7de3-498c-be73-5a4d7e953d44", "name": "rally_sanity-router_118db696-daff-40ae-b1ec-1fd4525aaaa0"}} 2018-09-04 21:14:52,776 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-f02deeb4-a0ab-46f0-80db-7f1ddeb6fde5 2018-09-04 21:14:52,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.12026786804s 2018-09-04 21:14:52,777 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-f02deeb4-a0ab-46f0-80db-7f1ddeb6fde5 2018-09-04 21:14:52,777 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T21:14:49Z', u'revision_number': 3, u'ha': True, u'id': u'2b2d4a74-7de3-498c-be73-5a4d7e953d44', u'external_gateway_info': {u'network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'97e3a010-d0e8-45f7-9bbb-04a537953fb8', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_118db696-daff-40ae-b1ec-1fd4525aaaa0', u'admin_state_up': True, u'tenant_id': u'0f584562356b47109eaf52dfa21d18ba', u'created_at': u'2018-09-04T21:14:48Z', u'flavor_id': None, u'routes': [], u'project_id': u'0f584562356b47109eaf52dfa21d18ba'}) 2018-09-04 21:14:52,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 21:14:52,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/2b2d4a74-7de3-498c-be73-5a4d7e953d44/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" -d '{"subnet_id": "f6820f1e-d91d-43b2-8dda-35dfd8288764"}' 2018-09-04 21:14:54,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c29af758-a003-4d85-bc0c-d10e1b2f82b3 Date: Tue, 04 Sep 2018 21:14:54 GMT RESP BODY: {"network_id": "7d1ec2c1-1ae4-4805-a983-72285b09121f", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "subnet_id": "f6820f1e-d91d-43b2-8dda-35dfd8288764", "subnet_ids": ["f6820f1e-d91d-43b2-8dda-35dfd8288764"], "port_id": "6007b685-15fb-4d40-83ef-75bef92a5ffe", "id": "2b2d4a74-7de3-498c-be73-5a4d7e953d44"} 2018-09-04 21:14:54,722 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2b2d4a74-7de3-498c-be73-5a4d7e953d44/add_router_interface.json used request id req-c29af758-a003-4d85-bc0c-d10e1b2f82b3 2018-09-04 21:14:54,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.94380497932s 2018-09-04 21:14:54,722 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2b2d4a74-7de3-498c-be73-5a4d7e953d44/add_router_interface.json used request id req-c29af758-a003-4d85-bc0c-d10e1b2f82b3 returning object 2b2d4a74-7de3-498c-be73-5a4d7e953d44 2018-09-04 21:14:54,723 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 21:14:54,854 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-04 21:14:54,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:14:54,861 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 21:14:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-09-04 21:14:54,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:14:54,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:14:55,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7000cdc6-5c40-41aa-b05a-46146288e20a Date: Tue, 04 Sep 2018 21:14:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:14:55,031 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7000cdc6-5c40-41aa-b05a-46146288e20a 2018-09-04 21:14:55,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166642904282s 2018-09-04 21:14:55,031 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7000cdc6-5c40-41aa-b05a-46146288e20a 2018-09-04 21:14:55,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 21:14:55,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0"}' 2018-09-04 21:14:55,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232 X-Openstack-Request-Id: req-66ca868c-c9f4-41bd-92a0-cbe5be331b7a Date: Tue, 04 Sep 2018 21:14:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/file", "owner": "0f584562356b47109eaf52dfa21d18ba", "id": "81fe7458-3ef9-4e31-9ec0-75fd8548d232", "size": null, "self": "/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:14:55Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0", "checksum": null, "created_at": "2018-09-04T21:14:55Z", "protected": false} 2018-09-04 21:14:55,239 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-66ca868c-c9f4-41bd-92a0-cbe5be331b7a 2018-09-04 21:14:55,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.205723047256s 2018-09-04 21:14:55,239 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-66ca868c-c9f4-41bd-92a0-cbe5be331b7a returning object 81fe7458-3ef9-4e31-9ec0-75fd8548d232 2018-09-04 21:14:55,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 21:14:55,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" -d '' 2018-09-04 21:14:56,968 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-73bc277d-7b64-4f47-9ff6-8d1cf0124bcd Date: Tue, 04 Sep 2018 21:14:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:14:56,968 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/file used request id req-73bc277d-7b64-4f47-9ff6-8d1cf0124bcd 2018-09-04 21:14:56,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.72818493843s 2018-09-04 21:14:56,969 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/file used request id req-73bc277d-7b64-4f47-9ff6-8d1cf0124bcd 2018-09-04 21:14:56,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:14:56,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:14:57,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-93a3dc3f-9b0d-4ac6-b35c-35423cf9f0e9 Date: Tue, 04 Sep 2018 21:14:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/snap", "metadata": {}}], "file": "/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/file", "owner": "0f584562356b47109eaf52dfa21d18ba", "id": "81fe7458-3ef9-4e31-9ec0-75fd8548d232", "size": 12716032, "self": "/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:14:56Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T21:14:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:14:57,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-93a3dc3f-9b0d-4ac6-b35c-35423cf9f0e9 2018-09-04 21:14:57,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.235274076462s 2018-09-04 21:14:57,205 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-93a3dc3f-9b0d-4ac6-b35c-35423cf9f0e9 2018-09-04 21:14:57,207 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/snap', u'metadata': Munch({})})], 'file': u'/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/file', 'owner': u'0f584562356b47109eaf52dfa21d18ba', 'id': u'81fe7458-3ef9-4e31-9ec0-75fd8548d232', 'size': 12716032, u'self': u'/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0f584562356b47109eaf52dfa21d18ba', 'name': 'rally_sanity-project_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T21:14:56Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T21:14:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'created': u'2018-09-04T21:14:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T21:14:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 21:14:57,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 21:14:57,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 21:14:57,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-645a9003-14d1-4a48-870b-110fd3d66454 x-compute-request-id: req-645a9003-14d1-4a48-870b-110fd3d66454 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2c75bb85-ca95-477d-b8cd-325f5790f1a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2c75bb85-ca95-477d-b8cd-325f5790f1a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2c75bb85-ca95-477d-b8cd-325f5790f1a8", "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 21:14:57,397 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-645a9003-14d1-4a48-870b-110fd3d66454 2018-09-04 21:14:57,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.189342021942s 2018-09-04 21:14:57,398 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-645a9003-14d1-4a48-870b-110fd3d66454 returning object 2c75bb85-ca95-477d-b8cd-325f5790f1a8 2018-09-04 21:14:57,399 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'2c75bb85-ca95-477d-b8cd-325f5790f1a8', 'swap': 0}) 2018-09-04 21:14:57,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 21:14:57,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/2c75bb85-ca95-477d-b8cd-325f5790f1a8/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" -d '{"extra_specs": {}}' 2018-09-04 21:14:57,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:14:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a7066082-8fc6-438f-b9ef-1a3a25acb2b5 x-compute-request-id: req-a7066082-8fc6-438f-b9ef-1a3a25acb2b5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 21:14:57,422 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/2c75bb85-ca95-477d-b8cd-325f5790f1a8/os-extra_specs used request id req-a7066082-8fc6-438f-b9ef-1a3a25acb2b5 2018-09-04 21:14:57,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0227382183075s 2018-09-04 21:14:57,422 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/2c75bb85-ca95-477d-b8cd-325f5790f1a8/os-extra_specs used request id req-a7066082-8fc6-438f-b9ef-1a3a25acb2b5 2018-09-04 21:14:57,423 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 21:14:59,877 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-04 21:14:59.535 117 INFO rally.deployment.engine [-] Deployment a01d9426-77bc-43ac-98db-74878eee0169 | Starting: Destroy cloud and free allocated resources. 2018-09-04 21:14:59.619 117 INFO rally.deployment.engine [-] Deployment a01d9426-77bc-43ac-98db-74878eee0169 | Completed: Destroy cloud and free allocated resources. 2018-09-04 21:14:59.639 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6a03b4ac-2551-4a41-8ad4-8f21f744ba32) for deployment 'opnfv-rally'. 2018-09-04 21:14:59.648 117 INFO rally.api [-] Deleting verification (UUID=5e4bf7bb-e406-4fca-864b-65ef9da5c151). 2018-09-04 21:14:59.692 117 INFO rally.api [-] Verification has been successfully deleted! 2018-09-04 21:14:59.692 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6a03b4ac-2551-4a41-8ad4-8f21f744ba32). 2018-09-04 21:14:59.698 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-04 21:15:02,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 21:15:01.998 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=fee3bafe-6d9b-4b39-8e95-40f53e831e4f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | fee3bafe-6d9b-4b39-8e95-40f53e831e4f | 2018-09-04T21:15:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: fee3bafe-6d9b-4b39-8e95-40f53e831e4f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-04 21:15:05,666 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-09-04 21:15:05,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-09-04 21:15:05,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-04 21:15:05,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:15:05,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:15:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c067708-b735-42ae-ba6e-4a08822474f9 x-compute-request-id: req-5c067708-b735-42ae-ba6e-4a08822474f9 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 165}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 168}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 21:15:05,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-5c067708-b735-42ae-ba6e-4a08822474f9 2018-09-04 21:15:05,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.194018125534s 2018-09-04 21:15:05,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-5c067708-b735-42ae-ba6e-4a08822474f9 2018-09-04 21:15:05,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 21:15:05,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 21:15:05,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:15:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0204ce9e-41d5-46bb-9b34-bdf2a5c49760 x-compute-request-id: req-0204ce9e-41d5-46bb-9b34-bdf2a5c49760 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/9a26b328-3128-406e-9fd7-4aa4a3b7a3a3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/9a26b328-3128-406e-9fd7-4aa4a3b7a3a3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9a26b328-3128-406e-9fd7-4aa4a3b7a3a3", "name": "rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 21:15:05,913 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0204ce9e-41d5-46bb-9b34-bdf2a5c49760 2018-09-04 21:15:05,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0505709648132s 2018-09-04 21:15:05,913 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0204ce9e-41d5-46bb-9b34-bdf2a5c49760 returning object 9a26b328-3128-406e-9fd7-4aa4a3b7a3a3 2018-09-04 21:15:05,914 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'9a26b328-3128-406e-9fd7-4aa4a3b7a3a3', 'swap': 0}) 2018-09-04 21:15:05,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 21:15:05,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/9a26b328-3128-406e-9fd7-4aa4a3b7a3a3/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" -d '{"extra_specs": {}}' 2018-09-04 21:15:05,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:15:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a15c838f-8d27-40bc-a602-a7033ae8508e x-compute-request-id: req-a15c838f-8d27-40bc-a602-a7033ae8508e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 21:15:05,937 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/9a26b328-3128-406e-9fd7-4aa4a3b7a3a3/os-extra_specs used request id req-a15c838f-8d27-40bc-a602-a7033ae8508e 2018-09-04 21:15:05,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0226690769196s 2018-09-04 21:15:05,938 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/9a26b328-3128-406e-9fd7-4aa4a3b7a3a3/os-extra_specs used request id req-a15c838f-8d27-40bc-a602-a7033ae8508e 2018-09-04 21:15:05,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'9a26b328-3128-406e-9fd7-4aa4a3b7a3a3', 'swap': 0}) 2018-09-04 21:15:05,938 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-09-04 21:15:05,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-09-04 21:15:05,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 21:15:05,945 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 21:15:05,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '7d1ec2c1-1ae4-4805-a983-72285b09121f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'flavor_name': 'rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 21:16:06,127 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aca206fb-7ed1-43cb-928a-1c96bcd9f412 2018-09-04 21:16:06,127 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-09-04 21:16:06,128 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'aca206fb-7ed1-43cb-928a-1c96bcd9f412'] 2018-09-04 21:16:07,222 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid aca206fb-7ed1-43cb-928a-1c96bcd9f412 -------------------------------------------------------------------------------- Task aca206fb-7ed1-43cb-928a-1c96bcd9f412: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aca206fb-7ed1-43cb-928a-1c96bcd9f412 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | total | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> duration | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.476685 Full duration: 7.451258 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aca206fb-7ed1-43cb-928a-1c96bcd9f412 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | total | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | -> duration | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.353867 Full duration: 8.048982 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aca206fb-7ed1-43cb-928a-1c96bcd9f412 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | total | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> duration | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.947812 Full duration: 7.719502 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aca206fb-7ed1-43cb-928a-1c96bcd9f412 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.783611 Full duration: 7.673928 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aca206fb-7ed1-43cb-928a-1c96bcd9f412 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 100.0% | 1 | | total | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> duration | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.946157 Full duration: 7.867097 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aca206fb-7ed1-43cb-928a-1c96bcd9f412 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> duration | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.68663 Full duration: 7.539609 HINTS: * To plot HTML graphics with this data, run: rally task report aca206fb-7ed1-43cb-928a-1c96bcd9f412 --out output.html * To generate a JUnit report, run: rally task export aca206fb-7ed1-43cb-928a-1c96bcd9f412 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aca206fb-7ed1-43cb-928a-1c96bcd9f412 --json --out output.json 2018-09-04 21:16:07,223 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'aca206fb-7ed1-43cb-928a-1c96bcd9f412', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-09-04 21:16:09,446 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid aca206fb-7ed1-43cb-928a-1c96bcd9f412 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-09-04 21:16:09.342 728 INFO rally.api [-] Building 'json' report for the following task(s): 'aca206fb-7ed1-43cb-928a-1c96bcd9f412'. 2018-09-04 21:16:09.347 728 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:16:09,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'aca206fb-7ed1-43cb-928a-1c96bcd9f412', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-09-04 21:16:11,702 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid aca206fb-7ed1-43cb-928a-1c96bcd9f412 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-09-04 21:16:11.580 731 INFO rally.api [-] Building 'html' report for the following task(s): 'aca206fb-7ed1-43cb-928a-1c96bcd9f412'. 2018-09-04 21:16:11.602 731 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:16:11,708 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-09-04 21:16:11,709 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-09-04 21:16:11,709 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-09-04 21:16:11,709 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 21:16:11,726 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 21:16:11,727 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '7d1ec2c1-1ae4-4805-a983-72285b09121f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'flavor_name': 'rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 21:17:51,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b3ad5871-720d-4922-8b26-12aa8df994c1 2018-09-04 21:17:51,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b3ad5871-720d-4922-8b26-12aa8df994c1'] 2018-09-04 21:17:52,839 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b3ad5871-720d-4922-8b26-12aa8df994c1 -------------------------------------------------------------------------------- Task b3ad5871-720d-4922-8b26-12aa8df994c1: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b3ad5871-720d-4922-8b26-12aa8df994c1 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.992 | 3.992 | 3.992 | 3.992 | 3.992 | 3.992 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> glance_v2.upload_data | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | glance_v2.delete_image | 1.156 | 1.156 | 1.156 | 1.156 | 1.156 | 1.156 | 100.0% | 1 | | total | 5.148 | 5.148 | 5.148 | 5.148 | 5.148 | 5.148 | 100.0% | 1 | | -> duration | 5.148 | 5.148 | 5.148 | 5.148 | 5.148 | 5.148 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.148347 Full duration: 13.350603 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b3ad5871-720d-4922-8b26-12aa8df994c1 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.72 | 4.72 | 4.72 | 4.72 | 4.72 | 4.72 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | -> glance_v2.upload_data | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 100.0% | 1 | | glance_v2.list_images | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 4.904 | 4.904 | 4.904 | 4.904 | 4.904 | 4.904 | 100.0% | 1 | | -> duration | 4.904 | 4.904 | 4.904 | 4.904 | 4.904 | 4.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.90385 Full duration: 17.16388 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b3ad5871-720d-4922-8b26-12aa8df994c1 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 100.0% | 1 | | total | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 100.0% | 1 | | -> duration | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.358559 Full duration: 8.13493 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "number_instances": 2, "nics": [ { "net-id": "7d1ec2c1-1ae4-4805-a983-72285b09121f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task b3ad5871-720d-4922-8b26-12aa8df994c1 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.486 | 4.486 | 4.486 | 4.486 | 4.486 | 4.486 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | -> glance_v2.upload_data | 1.451 | 1.451 | 1.451 | 1.451 | 1.451 | 1.451 | 100.0% | 1 | | nova.boot_servers | 14.17 | 14.17 | 14.17 | 14.17 | 14.17 | 14.17 | 100.0% | 1 | | total | 18.657 | 18.657 | 18.657 | 18.657 | 18.657 | 18.657 | 100.0% | 1 | | -> duration | 17.657 | 17.657 | 17.657 | 17.657 | 17.657 | 17.657 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.657009 Full duration: 43.193021 HINTS: * To plot HTML graphics with this data, run: rally task report b3ad5871-720d-4922-8b26-12aa8df994c1 --out output.html * To generate a JUnit report, run: rally task export b3ad5871-720d-4922-8b26-12aa8df994c1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b3ad5871-720d-4922-8b26-12aa8df994c1 --json --out output.json 2018-09-04 21:17:52,840 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b3ad5871-720d-4922-8b26-12aa8df994c1', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-09-04 21:17:55,015 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b3ad5871-720d-4922-8b26-12aa8df994c1 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-09-04 21:17:54.914 1284 INFO rally.api [-] Building 'json' report for the following task(s): 'b3ad5871-720d-4922-8b26-12aa8df994c1'. 2018-09-04 21:17:54.919 1284 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:17:55,016 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b3ad5871-720d-4922-8b26-12aa8df994c1', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-09-04 21:17:57,231 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b3ad5871-720d-4922-8b26-12aa8df994c1 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-09-04 21:17:57.110 1287 INFO rally.api [-] Building 'html' report for the following task(s): 'b3ad5871-720d-4922-8b26-12aa8df994c1'. 2018-09-04 21:17:57.132 1287 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:17:57,236 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-09-04 21:17:57,237 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-09-04 21:17:57,237 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-09-04 21:17:57,238 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 21:17:57,254 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 21:17:57,255 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '7d1ec2c1-1ae4-4805-a983-72285b09121f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'flavor_name': 'rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 21:21:16,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 373a192a-67c9-42a8-ba13-e91cf6dee09e 2018-09-04 21:21:16,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '373a192a-67c9-42a8-ba13-e91cf6dee09e'] 2018-09-04 21:21:17,484 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 373a192a-67c9-42a8-ba13-e91cf6dee09e -------------------------------------------------------------------------------- Task 373a192a-67c9-42a8-ba13-e91cf6dee09e: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 373a192a-67c9-42a8-ba13-e91cf6dee09e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.148 | 3.148 | 3.148 | 3.148 | 3.148 | 3.148 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.274 | 2.274 | 2.274 | 2.274 | 2.274 | 2.274 | 100.0% | 1 | | total | 5.423 | 5.423 | 5.423 | 5.423 | 5.423 | 5.423 | 100.0% | 1 | | -> duration | 5.423 | 5.423 | 5.423 | 5.423 | 5.423 | 5.423 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.422544 Full duration: 22.597907 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 373a192a-67c9-42a8-ba13-e91cf6dee09e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.298 | 3.298 | 3.298 | 3.298 | 3.298 | 3.298 | 100.0% | 1 | | cinder_v2.delete_volume | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | total | 4.211 | 4.211 | 4.211 | 4.211 | 4.211 | 4.211 | 100.0% | 1 | | -> duration | 4.211 | 4.211 | 4.211 | 4.211 | 4.211 | 4.211 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.210753 Full duration: 14.880674 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 373a192a-67c9-42a8-ba13-e91cf6dee09e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.527 | 8.527 | 8.527 | 8.527 | 8.527 | 8.527 | 100.0% | 1 | | cinder_v2.delete_volume | 2.706 | 2.706 | 2.706 | 2.706 | 2.706 | 2.706 | 100.0% | 1 | | total | 11.233 | 11.233 | 11.233 | 11.233 | 11.233 | 11.233 | 100.0% | 1 | | -> duration | 11.233 | 11.233 | 11.233 | 11.233 | 11.233 | 11.233 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.233136 Full duration: 22.007719 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 373a192a-67c9-42a8-ba13-e91cf6dee09e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.414 | 3.414 | 3.414 | 3.414 | 3.414 | 3.414 | 100.0% | 1 | | cinder_v2.delete_volume | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 100.0% | 1 | | total | 5.895 | 5.895 | 5.895 | 5.895 | 5.895 | 5.895 | 100.0% | 1 | | -> duration | 5.895 | 5.895 | 5.895 | 5.895 | 5.895 | 5.895 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.894713 Full duration: 16.436736 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 373a192a-67c9-42a8-ba13-e91cf6dee09e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 100.0% | 1 | | cinder_v2.extend_volume | 2.662 | 2.662 | 2.662 | 2.662 | 2.662 | 2.662 | 100.0% | 1 | | cinder_v2.delete_volume | 2.492 | 2.492 | 2.492 | 2.492 | 2.492 | 2.492 | 100.0% | 1 | | total | 8.273 | 8.273 | 8.273 | 8.273 | 8.273 | 8.273 | 100.0% | 1 | | -> duration | 8.273 | 8.273 | 8.273 | 8.273 | 8.273 | 8.273 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.272791 Full duration: 18.321778 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 373a192a-67c9-42a8-ba13-e91cf6dee09e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.251 | 3.251 | 3.251 | 3.251 | 3.251 | 3.251 | 100.0% | 1 | | cinder_v2.delete_volume | 2.693 | 2.693 | 2.693 | 2.693 | 2.693 | 2.693 | 100.0% | 1 | | total | 5.944 | 5.944 | 5.944 | 5.944 | 5.944 | 5.944 | 100.0% | 1 | | -> duration | 5.944 | 5.944 | 5.944 | 5.944 | 5.944 | 5.944 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.943582 Full duration: 23.489678 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 373a192a-67c9-42a8-ba13-e91cf6dee09e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | cinder_v2.list_qos | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> duration | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.863898 Full duration: 12.540077 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 373a192a-67c9-42a8-ba13-e91cf6dee09e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | cinder_v2.set_qos | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> duration | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.929033 Full duration: 12.470158 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 373a192a-67c9-42a8-ba13-e91cf6dee09e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | cinder_v2.list_types | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.795529 Full duration: 12.395235 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 373a192a-67c9-42a8-ba13-e91cf6dee09e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> duration | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.84094 Full duration: 12.527857 HINTS: * To plot HTML graphics with this data, run: rally task report 373a192a-67c9-42a8-ba13-e91cf6dee09e --out output.html * To generate a JUnit report, run: rally task export 373a192a-67c9-42a8-ba13-e91cf6dee09e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 373a192a-67c9-42a8-ba13-e91cf6dee09e --json --out output.json 2018-09-04 21:21:17,484 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '373a192a-67c9-42a8-ba13-e91cf6dee09e', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-09-04 21:21:19,735 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 373a192a-67c9-42a8-ba13-e91cf6dee09e --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-09-04 21:21:19.625 3076 INFO rally.api [-] Building 'json' report for the following task(s): '373a192a-67c9-42a8-ba13-e91cf6dee09e'. 2018-09-04 21:21:19.633 3076 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:21:19,735 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '373a192a-67c9-42a8-ba13-e91cf6dee09e', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-09-04 21:21:21,992 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 373a192a-67c9-42a8-ba13-e91cf6dee09e --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-09-04 21:21:21.865 3079 INFO rally.api [-] Building 'html' report for the following task(s): '373a192a-67c9-42a8-ba13-e91cf6dee09e'. 2018-09-04 21:21:21.893 3079 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:21:22,004 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-09-04 21:21:22,004 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-09-04 21:21:22,005 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-09-04 21:21:22,005 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 21:21:22,021 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 21:21:22,022 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '7d1ec2c1-1ae4-4805-a983-72285b09121f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'flavor_name': 'rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 21:22:47,451 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : eeb671e6-1090-49c0-986d-1ebef5f52cc7 2018-09-04 21:22:47,451 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'eeb671e6-1090-49c0-986d-1ebef5f52cc7'] 2018-09-04 21:22:48,518 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid eeb671e6-1090-49c0-986d-1ebef5f52cc7 -------------------------------------------------------------------------------- Task eeb671e6-1090-49c0-986d-1ebef5f52cc7: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task eeb671e6-1090-49c0-986d-1ebef5f52cc7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 6.083 | 6.083 | 6.083 | 6.083 | 6.083 | 6.083 | 100.0% | 1 | | heat.update_stack | 2.733 | 2.733 | 2.733 | 2.733 | 2.733 | 2.733 | 100.0% | 1 | | heat.delete_stack | 3.589 | 3.589 | 3.589 | 3.589 | 3.589 | 3.589 | 100.0% | 1 | | total | 12.405 | 12.405 | 12.405 | 12.405 | 12.405 | 12.405 | 100.0% | 1 | | -> duration | 8.405 | 8.405 | 8.405 | 8.405 | 8.405 | 8.405 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.405264 Full duration: 20.850181 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task eeb671e6-1090-49c0-986d-1ebef5f52cc7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.663 | 4.663 | 4.663 | 4.663 | 4.663 | 4.663 | 100.0% | 1 | | heat.check_stack | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | heat.delete_stack | 3.146 | 3.146 | 3.146 | 3.146 | 3.146 | 3.146 | 100.0% | 1 | | total | 8.747 | 8.747 | 8.747 | 8.747 | 8.747 | 8.747 | 100.0% | 1 | | -> duration | 6.747 | 6.747 | 6.747 | 6.747 | 6.747 | 6.747 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.747036 Full duration: 16.881929 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task eeb671e6-1090-49c0-986d-1ebef5f52cc7 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.635 | 4.635 | 4.635 | 4.635 | 4.635 | 4.635 | 100.0% | 1 | | heat.suspend_stack | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | heat.resume_stack | 1.596 | 1.596 | 1.596 | 1.596 | 1.596 | 1.596 | 100.0% | 1 | | heat.delete_stack | 1.618 | 1.618 | 1.618 | 1.618 | 1.618 | 1.618 | 100.0% | 1 | | total | 8.502 | 8.502 | 8.502 | 8.502 | 8.502 | 8.502 | 100.0% | 1 | | -> duration | 6.502 | 6.502 | 6.502 | 6.502 | 6.502 | 6.502 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.501959 Full duration: 18.555266 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task eeb671e6-1090-49c0-986d-1ebef5f52cc7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | total | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> duration | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.578914 Full duration: 8.322348 HINTS: * To plot HTML graphics with this data, run: rally task report eeb671e6-1090-49c0-986d-1ebef5f52cc7 --out output.html * To generate a JUnit report, run: rally task export eeb671e6-1090-49c0-986d-1ebef5f52cc7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report eeb671e6-1090-49c0-986d-1ebef5f52cc7 --json --out output.json 2018-09-04 21:22:48,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'eeb671e6-1090-49c0-986d-1ebef5f52cc7', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-09-04 21:22:50,795 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid eeb671e6-1090-49c0-986d-1ebef5f52cc7 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-09-04 21:22:50.671 3812 INFO rally.api [-] Building 'json' report for the following task(s): 'eeb671e6-1090-49c0-986d-1ebef5f52cc7'. 2018-09-04 21:22:50.675 3812 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:22:50,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'eeb671e6-1090-49c0-986d-1ebef5f52cc7', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-09-04 21:22:53,106 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid eeb671e6-1090-49c0-986d-1ebef5f52cc7 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-09-04 21:22:52.972 3815 INFO rally.api [-] Building 'html' report for the following task(s): 'eeb671e6-1090-49c0-986d-1ebef5f52cc7'. 2018-09-04 21:22:52.995 3815 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:22:53,111 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-09-04 21:22:53,112 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-09-04 21:22:53,112 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-09-04 21:22:53,113 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 21:22:53,128 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 21:22:53,129 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '7d1ec2c1-1ae4-4805-a983-72285b09121f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'flavor_name': 'rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 21:26:10,214 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6d6de7cf-5b46-44a7-9430-69f4f1f11225 2018-09-04 21:26:10,214 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '6d6de7cf-5b46-44a7-9430-69f4f1f11225'] 2018-09-04 21:26:11,342 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 6d6de7cf-5b46-44a7-9430-69f4f1f11225 -------------------------------------------------------------------------------- Task 6d6de7cf-5b46-44a7-9430-69f4f1f11225: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6d6de7cf-5b46-44a7-9430-69f4f1f11225 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.revoke_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782476 Full duration: 14.615247 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6d6de7cf-5b46-44a7-9430-69f4f1f11225 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | keystone_v3.add_role | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | keystone_v3.list_roles | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> duration | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.737242 Full duration: 14.535982 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6d6de7cf-5b46-44a7-9430-69f4f1f11225 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | keystone_v3.list_projects | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> duration | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.772265 Full duration: 14.944335 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6d6de7cf-5b46-44a7-9430-69f4f1f11225 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> duration | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.591991 Full duration: 12.604889 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6d6de7cf-5b46-44a7-9430-69f4f1f11225 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | keystone_v3.delete_service | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> duration | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.647041 Full duration: 12.217942 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6d6de7cf-5b46-44a7-9430-69f4f1f11225 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | keystone_v3.create_user | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | -> keystone_v3.add_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | keystone_v3.create_role | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | keystone_v3.get_project | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_user | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | keystone_v3.get_role | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.list_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_services | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 100.0% | 1 | | -> duration | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.867718 Full duration: 19.949529 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6d6de7cf-5b46-44a7-9430-69f4f1f11225 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | keystone_v3.update_project | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.delete_project | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | -> duration | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.964364 Full duration: 12.675932 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 6d6de7cf-5b46-44a7-9430-69f4f1f11225 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | total | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> duration | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781126 Full duration: 14.639501 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 6d6de7cf-5b46-44a7-9430-69f4f1f11225 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.704713 Full duration: 14.609491 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 6d6de7cf-5b46-44a7-9430-69f4f1f11225 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | keystone_v3.list_users | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> duration | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.957936 Full duration: 14.932644 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 6d6de7cf-5b46-44a7-9430-69f4f1f11225 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.create_users | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 4.919 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.253 | 1.253 | 1.253 | 1.253 | 1.253 | 1.253 | 100.0% | 1 | | total | 6.586 | 6.586 | 6.586 | 6.586 | 6.586 | 6.586 | 100.0% | 1 | | -> duration | 6.586 | 6.586 | 6.586 | 6.586 | 6.586 | 6.586 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.585946 Full duration: 23.230545 HINTS: * To plot HTML graphics with this data, run: rally task report 6d6de7cf-5b46-44a7-9430-69f4f1f11225 --out output.html * To generate a JUnit report, run: rally task export 6d6de7cf-5b46-44a7-9430-69f4f1f11225 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6d6de7cf-5b46-44a7-9430-69f4f1f11225 --json --out output.json 2018-09-04 21:26:11,343 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '6d6de7cf-5b46-44a7-9430-69f4f1f11225', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-09-04 21:26:13,609 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 6d6de7cf-5b46-44a7-9430-69f4f1f11225 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-09-04 21:26:13.498 5730 INFO rally.api [-] Building 'json' report for the following task(s): '6d6de7cf-5b46-44a7-9430-69f4f1f11225'. 2018-09-04 21:26:13.508 5730 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:26:13,609 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '6d6de7cf-5b46-44a7-9430-69f4f1f11225', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-09-04 21:26:15,845 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 6d6de7cf-5b46-44a7-9430-69f4f1f11225 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-09-04 21:26:15.714 5733 INFO rally.api [-] Building 'html' report for the following task(s): '6d6de7cf-5b46-44a7-9430-69f4f1f11225'. 2018-09-04 21:26:15.745 5733 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:26:15,859 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-09-04 21:26:15,859 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-09-04 21:26:15,860 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-09-04 21:26:15,860 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 21:26:15,876 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 21:26:15,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '7d1ec2c1-1ae4-4805-a983-72285b09121f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'flavor_name': 'rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 21:32:28,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8b955fb9-bdf9-4362-abec-338d26357c62 2018-09-04 21:32:28,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '8b955fb9-bdf9-4362-abec-338d26357c62'] 2018-09-04 21:32:29,540 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 8b955fb9-bdf9-4362-abec-338d26357c62 -------------------------------------------------------------------------------- Task 8b955fb9-bdf9-4362-abec-338d26357c62: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 8b955fb9-bdf9-4362-abec-338d26357c62 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | neutron.delete_network | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 100.0% | 1 | | -> duration | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.606116 Full duration: 14.945235 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 8b955fb9-bdf9-4362-abec-338d26357c62 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.394 | 1.394 | 1.394 | 1.394 | 1.394 | 1.394 | 100.0% | 1 | | neutron.delete_port | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | total | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | -> duration | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.004019 Full duration: 38.24782 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 8b955fb9-bdf9-4362-abec-338d26357c62 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | neutron.create_subnet | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | neutron.create_router | 3.082 | 3.082 | 3.082 | 3.082 | 3.082 | 3.082 | 100.0% | 1 | | neutron.add_interface_router | 1.953 | 1.953 | 1.953 | 1.953 | 1.953 | 1.953 | 100.0% | 1 | | neutron.remove_interface_router | 1.45 | 1.45 | 1.45 | 1.45 | 1.45 | 1.45 | 100.0% | 1 | | neutron.delete_router | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 100.0% | 1 | | total | 9.821 | 9.821 | 9.821 | 9.821 | 9.821 | 9.821 | 100.0% | 1 | | -> duration | 9.821 | 9.821 | 9.821 | 9.821 | 9.821 | 9.821 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.82119 Full duration: 48.391751 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 8b955fb9-bdf9-4362-abec-338d26357c62 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.118 | 1.118 | 1.118 | 1.118 | 1.118 | 1.118 | 100.0% | 1 | | neutron.delete_subnet | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | total | 1.877 | 1.877 | 1.877 | 1.877 | 1.877 | 1.877 | 100.0% | 1 | | -> duration | 1.877 | 1.877 | 1.877 | 1.877 | 1.877 | 1.877 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.876544 Full duration: 34.862334 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 8b955fb9-bdf9-4362-abec-338d26357c62 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | neutron.list_networks | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 100.0% | 1 | | -> duration | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.270891 Full duration: 17.393744 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 8b955fb9-bdf9-4362-abec-338d26357c62 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.518 | 1.518 | 1.518 | 1.518 | 1.518 | 1.518 | 100.0% | 1 | | neutron.list_ports | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | total | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 100.0% | 1 | | -> duration | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.760988 Full duration: 34.291505 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 8b955fb9-bdf9-4362-abec-338d26357c62 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | neutron.create_subnet | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | neutron.create_router | 3.05 | 3.05 | 3.05 | 3.05 | 3.05 | 3.05 | 100.0% | 1 | | neutron.add_interface_router | 2.084 | 2.084 | 2.084 | 2.084 | 2.084 | 2.084 | 100.0% | 1 | | neutron.list_routers | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 6.988 | 6.988 | 6.988 | 6.988 | 6.988 | 6.988 | 100.0% | 1 | | -> duration | 6.988 | 6.988 | 6.988 | 6.988 | 6.988 | 6.988 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.988336 Full duration: 51.768078 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 8b955fb9-bdf9-4362-abec-338d26357c62 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | neutron.create_subnet | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | neutron.list_subnets | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 1.723 | 1.723 | 1.723 | 1.723 | 1.723 | 1.723 | 100.0% | 1 | | -> duration | 1.723 | 1.723 | 1.723 | 1.723 | 1.723 | 1.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.723172 Full duration: 39.804237 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 8b955fb9-bdf9-4362-abec-338d26357c62 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | neutron.delete_security_group | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 100.0% | 1 | | -> duration | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.158494 Full duration: 14.673825 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 8b955fb9-bdf9-4362-abec-338d26357c62 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | neutron.create_security_group_rule | 0.316 | 0.316 | 0.316 | 0.316 | 0.316 | 0.316 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 100.0% | 1 | | neutron.delete_security_group | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 100.0% | 1 | | total | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 100.0% | 1 | | -> duration | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.742523 Full duration: 14.948363 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task 8b955fb9-bdf9-4362-abec-338d26357c62 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | neutron.create_router | 3.638 | 3.638 | 3.638 | 3.638 | 3.638 | 3.638 | 100.0% | 1 | | neutron.add_gateway_router | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | neutron.remove_gateway_router | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | total | 7.476 | 7.476 | 7.476 | 7.476 | 7.476 | 7.476 | 100.0% | 1 | | -> duration | 7.476 | 7.476 | 7.476 | 7.476 | 7.476 | 7.476 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.476141 Full duration: 30.402915 HINTS: * To plot HTML graphics with this data, run: rally task report 8b955fb9-bdf9-4362-abec-338d26357c62 --out output.html * To generate a JUnit report, run: rally task export 8b955fb9-bdf9-4362-abec-338d26357c62 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8b955fb9-bdf9-4362-abec-338d26357c62 --json --out output.json 2018-09-04 21:32:29,541 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '8b955fb9-bdf9-4362-abec-338d26357c62', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-09-04 21:32:31,756 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 8b955fb9-bdf9-4362-abec-338d26357c62 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-09-04 21:32:31.644 9028 INFO rally.api [-] Building 'json' report for the following task(s): '8b955fb9-bdf9-4362-abec-338d26357c62'. 2018-09-04 21:32:31.654 9028 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:32:31,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '8b955fb9-bdf9-4362-abec-338d26357c62', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-09-04 21:32:34,040 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 8b955fb9-bdf9-4362-abec-338d26357c62 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-09-04 21:32:33.908 9031 INFO rally.api [-] Building 'html' report for the following task(s): '8b955fb9-bdf9-4362-abec-338d26357c62'. 2018-09-04 21:32:33.940 9031 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:32:34,053 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-09-04 21:32:34,054 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-09-04 21:32:34,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-09-04 21:32:34,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 21:32:34,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 21:32:34,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '7d1ec2c1-1ae4-4805-a983-72285b09121f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'flavor_name': 'rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 21:39:48,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1713bd23-e880-4915-9b26-e717edb2b482 2018-09-04 21:39:48,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1713bd23-e880-4915-9b26-e717edb2b482'] 2018-09-04 21:39:49,702 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1713bd23-e880-4915-9b26-e717edb2b482 -------------------------------------------------------------------------------- Task 1713bd23-e880-4915-9b26-e717edb2b482: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "image": { "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "block_migration": false, "nics": [ { "net-id": "7d1ec2c1-1ae4-4805-a983-72285b09121f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1713bd23-e880-4915-9b26-e717edb2b482 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.154 | 12.154 | 12.154 | 12.154 | 12.154 | 12.154 | 100.0% | 1 | | nova.find_host_to_migrate | 1.458 | 1.458 | 1.458 | 1.458 | 1.458 | 1.458 | 100.0% | 1 | | nova.live_migrate | 10.924 | 10.924 | 10.924 | 10.924 | 10.924 | 10.924 | 100.0% | 1 | | nova.delete_server | 2.676 | 2.676 | 2.676 | 2.676 | 2.676 | 2.676 | 100.0% | 1 | | total | 27.212 | 27.212 | 27.212 | 27.212 | 27.212 | 27.212 | 100.0% | 1 | | -> duration | 26.212 | 26.212 | 26.212 | 26.212 | 26.212 | 26.212 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.211769 Full duration: 37.412257 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "image": { "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "7d1ec2c1-1ae4-4805-a983-72285b09121f" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1713bd23-e880-4915-9b26-e717edb2b482 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 11.96 | 11.96 | 11.96 | 11.96 | 11.96 | 11.96 | 100.0% | 1 | | cinder_v2.create_volume | 2.9 | 2.9 | 2.9 | 2.9 | 2.9 | 2.9 | 100.0% | 1 | | nova.attach_volume | 4.096 | 4.096 | 4.096 | 4.096 | 4.096 | 4.096 | 100.0% | 1 | | nova.find_host_to_migrate | 1.42 | 1.42 | 1.42 | 1.42 | 1.42 | 1.42 | 100.0% | 1 | | nova.live_migrate | 10.869 | 10.869 | 10.869 | 10.869 | 10.869 | 10.869 | 100.0% | 1 | | nova.detach_volume | 3.711 | 3.711 | 3.711 | 3.711 | 3.711 | 3.711 | 100.0% | 1 | | cinder_v2.delete_volume | 2.493 | 2.493 | 2.493 | 2.493 | 2.493 | 2.493 | 100.0% | 1 | | nova.delete_server | 2.784 | 2.784 | 2.784 | 2.784 | 2.784 | 2.784 | 100.0% | 1 | | total | 40.234 | 40.234 | 40.234 | 40.234 | 40.234 | 40.234 | 100.0% | 1 | | -> duration | 39.234 | 39.234 | 39.234 | 39.234 | 39.234 | 39.234 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.233924 Full duration: 52.343649 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "image": { "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "7d1ec2c1-1ae4-4805-a983-72285b09121f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1713bd23-e880-4915-9b26-e717edb2b482 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.123 | 9.123 | 9.123 | 9.123 | 9.123 | 9.123 | 100.0% | 1 | | nova.boot_server | 9.441 | 9.441 | 9.441 | 9.441 | 9.441 | 9.441 | 100.0% | 1 | | nova.find_host_to_migrate | 1.374 | 1.374 | 1.374 | 1.374 | 1.374 | 1.374 | 100.0% | 1 | | nova.live_migrate | 13.706 | 13.706 | 13.706 | 13.706 | 13.706 | 13.706 | 100.0% | 1 | | nova.delete_server | 5.5 | 5.5 | 5.5 | 5.5 | 5.5 | 5.5 | 100.0% | 1 | | total | 39.145 | 39.145 | 39.145 | 39.145 | 39.145 | 39.145 | 100.0% | 1 | | -> duration | 38.145 | 38.145 | 38.145 | 38.145 | 38.145 | 38.145 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.144542 Full duration: 51.040081 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "image": { "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "server_kwargs": { "nics": [ { "net-id": "7d1ec2c1-1ae4-4805-a983-72285b09121f" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 1713bd23-e880-4915-9b26-e717edb2b482 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | nova.boot_server | 8.483 | 8.483 | 8.483 | 8.483 | 8.483 | 8.483 | 100.0% | 1 | | nova.delete_server | 2.821 | 2.821 | 2.821 | 2.821 | 2.821 | 2.821 | 100.0% | 1 | | nova.delete_keypair | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 12.102 | 12.102 | 12.102 | 12.102 | 12.102 | 12.102 | 100.0% | 1 | | -> duration | 11.102 | 11.102 | 11.102 | 11.102 | 11.102 | 11.102 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.102462 Full duration: 44.060681 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "image": { "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "volume_size": 5, "nics": [ { "net-id": "7d1ec2c1-1ae4-4805-a983-72285b09121f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 1713bd23-e880-4915-9b26-e717edb2b482 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.791 | 8.791 | 8.791 | 8.791 | 8.791 | 8.791 | 100.0% | 1 | | nova.boot_server | 11.624 | 11.624 | 11.624 | 11.624 | 11.624 | 11.624 | 100.0% | 1 | | nova.delete_server | 2.972 | 2.972 | 2.972 | 2.972 | 2.972 | 2.972 | 100.0% | 1 | | total | 23.387 | 23.387 | 23.387 | 23.387 | 23.387 | 23.387 | 100.0% | 1 | | -> duration | 22.387 | 22.387 | 22.387 | 22.387 | 22.387 | 22.387 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 22.38741 Full duration: 56.393522 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "image": { "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "force_delete": false, "nics": [ { "net-id": "7d1ec2c1-1ae4-4805-a983-72285b09121f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 1713bd23-e880-4915-9b26-e717edb2b482 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.419 | 9.419 | 9.419 | 9.419 | 9.419 | 9.419 | 100.0% | 1 | | nova.pause_server | 2.596 | 2.596 | 2.596 | 2.596 | 2.596 | 2.596 | 100.0% | 1 | | nova.unpause_server | 3.132 | 3.132 | 3.132 | 3.132 | 3.132 | 3.132 | 100.0% | 1 | | nova.delete_server | 5.095 | 5.095 | 5.095 | 5.095 | 5.095 | 5.095 | 100.0% | 1 | | total | 20.243 | 20.243 | 20.243 | 20.243 | 20.243 | 20.243 | 100.0% | 1 | | -> duration | 15.243 | 15.243 | 15.243 | 15.243 | 15.243 | 15.243 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.243146 Full duration: 51.189863 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "image": { "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "nics": [ { "net-id": "7d1ec2c1-1ae4-4805-a983-72285b09121f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1713bd23-e880-4915-9b26-e717edb2b482 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.741 | 9.741 | 9.741 | 9.741 | 9.741 | 9.741 | 100.0% | 1 | | nova.migrate | 22.342 | 22.342 | 22.342 | 22.342 | 22.342 | 22.342 | 100.0% | 1 | | nova.resize_confirm | 2.924 | 2.924 | 2.924 | 2.924 | 2.924 | 2.924 | 100.0% | 1 | | nova.delete_server | 5.097 | 5.097 | 5.097 | 5.097 | 5.097 | 5.097 | 100.0% | 1 | | total | 40.104 | 40.104 | 40.104 | 40.104 | 40.104 | 40.104 | 100.0% | 1 | | -> duration | 39.104 | 39.104 | 39.104 | 39.104 | 39.104 | 39.104 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.10439 Full duration: 49.538949 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "image": { "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 1713bd23-e880-4915-9b26-e717edb2b482 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.437 | 9.437 | 9.437 | 9.437 | 9.437 | 9.437 | 100.0% | 1 | | nova.list_interfaces | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 100.0% | 1 | | total | 9.982 | 9.982 | 9.982 | 9.982 | 9.982 | 9.982 | 100.0% | 1 | | -> duration | 8.982 | 8.982 | 8.982 | 8.982 | 8.982 | 8.982 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.982289 Full duration: 46.956363 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1713bd23-e880-4915-9b26-e717edb2b482 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 100.0% | 1 | | nova.delete_server_group | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 100.0% | 1 | | -> duration | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.133167 Full duration: 9.915429 HINTS: * To plot HTML graphics with this data, run: rally task report 1713bd23-e880-4915-9b26-e717edb2b482 --out output.html * To generate a JUnit report, run: rally task export 1713bd23-e880-4915-9b26-e717edb2b482 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1713bd23-e880-4915-9b26-e717edb2b482 --json --out output.json 2018-09-04 21:39:49,703 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1713bd23-e880-4915-9b26-e717edb2b482', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-09-04 21:39:51,750 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1713bd23-e880-4915-9b26-e717edb2b482 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-09-04 21:39:51.638 10674 INFO rally.api [-] Building 'json' report for the following task(s): '1713bd23-e880-4915-9b26-e717edb2b482'. 2018-09-04 21:39:51.646 10674 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:39:51,751 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1713bd23-e880-4915-9b26-e717edb2b482', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-09-04 21:39:53,980 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1713bd23-e880-4915-9b26-e717edb2b482 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-09-04 21:39:53.849 10677 INFO rally.api [-] Building 'html' report for the following task(s): '1713bd23-e880-4915-9b26-e717edb2b482'. 2018-09-04 21:39:53.879 10677 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:39:53,993 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-09-04 21:39:53,993 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-09-04 21:39:53,994 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-09-04 21:39:53,994 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 21:39:54,011 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 21:39:54,012 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '7d1ec2c1-1ae4-4805-a983-72285b09121f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'flavor_name': 'rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 21:40:47,048 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fc77a948-e37c-47d2-850f-8bf8890ba52b 2018-09-04 21:40:47,048 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'fc77a948-e37c-47d2-850f-8bf8890ba52b'] 2018-09-04 21:40:48,072 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid fc77a948-e37c-47d2-850f-8bf8890ba52b -------------------------------------------------------------------------------- Task fc77a948-e37c-47d2-850f-8bf8890ba52b: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task fc77a948-e37c-47d2-850f-8bf8890ba52b has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | quotas.delete_quotas | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> duration | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.945101 Full duration: 8.722213 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task fc77a948-e37c-47d2-850f-8bf8890ba52b has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | total | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> duration | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706471 Full duration: 8.261393 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task fc77a948-e37c-47d2-850f-8bf8890ba52b has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | total | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> duration | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73007 Full duration: 8.48746 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task fc77a948-e37c-47d2-850f-8bf8890ba52b has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | total | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | -> duration | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.167939 Full duration: 9.245948 HINTS: * To plot HTML graphics with this data, run: rally task report fc77a948-e37c-47d2-850f-8bf8890ba52b --out output.html * To generate a JUnit report, run: rally task export fc77a948-e37c-47d2-850f-8bf8890ba52b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fc77a948-e37c-47d2-850f-8bf8890ba52b --json --out output.json 2018-09-04 21:40:48,073 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'fc77a948-e37c-47d2-850f-8bf8890ba52b', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-09-04 21:40:50,220 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid fc77a948-e37c-47d2-850f-8bf8890ba52b --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-09-04 21:40:50.097 11190 INFO rally.api [-] Building 'json' report for the following task(s): 'fc77a948-e37c-47d2-850f-8bf8890ba52b'. 2018-09-04 21:40:50.101 11190 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:40:50,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'fc77a948-e37c-47d2-850f-8bf8890ba52b', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-09-04 21:40:52,414 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid fc77a948-e37c-47d2-850f-8bf8890ba52b --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-09-04 21:40:52.294 11193 INFO rally.api [-] Building 'html' report for the following task(s): 'fc77a948-e37c-47d2-850f-8bf8890ba52b'. 2018-09-04 21:40:52.314 11193 INFO rally.api [-] The report has been successfully built. 2018-09-04 21:40:52,419 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-09-04 21:40:52,423 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:21 | 4 | 100.00% | | cinder | 02:47 | 10 | 100.00% | | heat | 01:04 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 05:39 | 11 | 100.00% | | nova | 06:38 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:42 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-09-04 21:40:52,423 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-09-04 21:40:52,532 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 21:40:52,533 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 26:07 | PASS | +----------------------+------------------+------------------+----------------+ 2018-09-04 21:40:52,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 21:40:52,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:40:52,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:40:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-deae8f71-fe8e-43c6-8ba8-d3a266ef053a x-compute-request-id: req-deae8f71-fe8e-43c6-8ba8-d3a266ef053a Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2c75bb85-ca95-477d-b8cd-325f5790f1a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2c75bb85-ca95-477d-b8cd-325f5790f1a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2c75bb85-ca95-477d-b8cd-325f5790f1a8", "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/9a26b328-3128-406e-9fd7-4aa4a3b7a3a3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/9a26b328-3128-406e-9fd7-4aa4a3b7a3a3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9a26b328-3128-406e-9fd7-4aa4a3b7a3a3", "name": "rally_sanity-flavor_alt_118db696-daff-40ae-b1ec-1fd4525aaaa0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 21:40:52,729 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-deae8f71-fe8e-43c6-8ba8-d3a266ef053a 2018-09-04 21:40:52,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.190212011337s 2018-09-04 21:40:52,730 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-deae8f71-fe8e-43c6-8ba8-d3a266ef053a 2018-09-04 21:40:52,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 21:40:52,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/9a26b328-3128-406e-9fd7-4aa4a3b7a3a3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:40:52,772 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:40:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f9be674-4a20-4cff-a331-e154dc090bcf x-compute-request-id: req-3f9be674-4a20-4cff-a331-e154dc090bcf Content-Length: 0 Content-Type: application/json 2018-09-04 21:40:52,772 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/9a26b328-3128-406e-9fd7-4aa4a3b7a3a3 used request id req-3f9be674-4a20-4cff-a331-e154dc090bcf 2018-09-04 21:40:52,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0396049022675s 2018-09-04 21:40:52,773 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/9a26b328-3128-406e-9fd7-4aa4a3b7a3a3 used request id req-3f9be674-4a20-4cff-a331-e154dc090bcf 2018-09-04 21:40:52,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 21:40:52,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/2b2d4a74-7de3-498c-be73-5a4d7e953d44/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" -d '{"subnet_id": "f6820f1e-d91d-43b2-8dda-35dfd8288764"}' 2018-09-04 21:40:54,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3c8c897b-06f9-47f1-8110-26107cb4c4e5 Date: Tue, 04 Sep 2018 21:40:54 GMT RESP BODY: {"network_id": "7d1ec2c1-1ae4-4805-a983-72285b09121f", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "subnet_id": "f6820f1e-d91d-43b2-8dda-35dfd8288764", "subnet_ids": ["f6820f1e-d91d-43b2-8dda-35dfd8288764"], "port_id": "6007b685-15fb-4d40-83ef-75bef92a5ffe", "id": "2b2d4a74-7de3-498c-be73-5a4d7e953d44"} 2018-09-04 21:40:54,295 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2b2d4a74-7de3-498c-be73-5a4d7e953d44/remove_router_interface.json used request id req-3c8c897b-06f9-47f1-8110-26107cb4c4e5 2018-09-04 21:40:54,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.52202510834s 2018-09-04 21:40:54,296 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2b2d4a74-7de3-498c-be73-5a4d7e953d44/remove_router_interface.json used request id req-3c8c897b-06f9-47f1-8110-26107cb4c4e5 returning object 2b2d4a74-7de3-498c-be73-5a4d7e953d44 2018-09-04 21:40:54,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 21:40:54,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:40:54,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-2d715422-271c-4d4e-bc8d-99bfc0c14e9d Date: Tue, 04 Sep 2018 21:40:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:48Z", "admin_state_up": true, "updated_at": "2018-09-04T21:40:53Z", "project_id": "0f584562356b47109eaf52dfa21d18ba", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "2b2d4a74-7de3-498c-be73-5a4d7e953d44", "name": "rally_sanity-router_118db696-daff-40ae-b1ec-1fd4525aaaa0"}]} 2018-09-04 21:40:54,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-2d715422-271c-4d4e-bc8d-99bfc0c14e9d 2018-09-04 21:40:54,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.218777894974s 2018-09-04 21:40:54,515 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-2d715422-271c-4d4e-bc8d-99bfc0c14e9d 2018-09-04 21:40:54,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 21:40:54,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/2b2d4a74-7de3-498c-be73-5a4d7e953d44.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:40:57,953 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f3c1d56-0ca2-4e9c-8623-725a743199d0 Content-Length: 0 Date: Tue, 04 Sep 2018 21:40:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:40:57,953 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/2b2d4a74-7de3-498c-be73-5a4d7e953d44.json used request id req-3f3c1d56-0ca2-4e9c-8623-725a743199d0 2018-09-04 21:40:57,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.4356341362s 2018-09-04 21:40:57,953 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/2b2d4a74-7de3-498c-be73-5a4d7e953d44.json used request id req-3f3c1d56-0ca2-4e9c-8623-725a743199d0 2018-09-04 21:40:57,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 21:40:57,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:40:58,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-a1af282e-2a4d-4f03-b5bd-1295248f1af3 Date: Tue, 04 Sep 2018 21:40:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d1ec2c1-1ae4-4805-a983-72285b09121f","tenant_id":"0f584562356b47109eaf52dfa21d18ba","created_at":"2018-09-04T21:14:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T21:14:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0f584562356b47109eaf52dfa21d18ba","id":"f6820f1e-d91d-43b2-8dda-35dfd8288764","subnetpool_id":null,"name":"rally_sanity-subnet_118db696-daff-40ae-b1ec-1fd4525aaaa0"}]} 2018-09-04 21:40:58,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-a1af282e-2a4d-4f03-b5bd-1295248f1af3 2018-09-04 21:40:58,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.569478988647s 2018-09-04 21:40:58,524 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-a1af282e-2a4d-4f03-b5bd-1295248f1af3 2018-09-04 21:40:58,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 21:40:58,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/f6820f1e-d91d-43b2-8dda-35dfd8288764.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:41:00,987 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cab9d390-e93b-4ca9-92d3-a003f5977fd2 Date: Tue, 04 Sep 2018 21:41:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:41:00,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/f6820f1e-d91d-43b2-8dda-35dfd8288764.json used request id req-cab9d390-e93b-4ca9-92d3-a003f5977fd2 2018-09-04 21:41:00,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.46152496338s 2018-09-04 21:41:00,987 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/f6820f1e-d91d-43b2-8dda-35dfd8288764.json used request id req-cab9d390-e93b-4ca9-92d3-a003f5977fd2 2018-09-04 21:41:00,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 21:41:00,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:41:01,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1396 X-Openstack-Request-Id: req-65844d7f-86df-4491-b099-bc501fdb2ca9 Date: Tue, 04 Sep 2018 21:41:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"7d1ec2c1-1ae4-4805-a983-72285b09121f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":true,"project_id":"0f584562356b47109eaf52dfa21d18ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:41:00Z","qos_policy_id":null,"name":"rally_sanity-net_118db696-daff-40ae-b1ec-1fd4525aaaa0","admin_state_up":true,"tenant_id":"0f584562356b47109eaf52dfa21d18ba","created_at":"2018-09-04T21:14:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:41:01,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-65844d7f-86df-4491-b099-bc501fdb2ca9 2018-09-04 21:41:01,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.250977039337s 2018-09-04 21:41:01,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-65844d7f-86df-4491-b099-bc501fdb2ca9 2018-09-04 21:41:01,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 21:41:01,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/7d1ec2c1-1ae4-4805-a983-72285b09121f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:41:02,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ad9c1385-3864-49c8-a29b-2bd2e3b21019 Date: Tue, 04 Sep 2018 21:41:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:41:02,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/7d1ec2c1-1ae4-4805-a983-72285b09121f.json used request id req-ad9c1385-3864-49c8-a29b-2bd2e3b21019 2018-09-04 21:41:02,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21846699715s 2018-09-04 21:41:02,460 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/7d1ec2c1-1ae4-4805-a983-72285b09121f.json used request id req-ad9c1385-3864-49c8-a29b-2bd2e3b21019 2018-09-04 21:41:02,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:41:02,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:41:02,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-678d71d8-28b7-491d-ab9d-ccaa01116189 Date: Tue, 04 Sep 2018 21:41:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/snap", "metadata": {}}], "file": "/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/file", "owner": "0f584562356b47109eaf52dfa21d18ba", "id": "81fe7458-3ef9-4e31-9ec0-75fd8548d232", "size": 12716032, "self": "/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:14:56Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_118db696-daff-40ae-b1ec-1fd4525aaaa0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T21:14:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:41:02,621 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-678d71d8-28b7-491d-ab9d-ccaa01116189 2018-09-04 21:41:02,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.161011219025s 2018-09-04 21:41:02,622 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-678d71d8-28b7-491d-ab9d-ccaa01116189 2018-09-04 21:41:02,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 21:41:02,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a8b159a17ba0de22e4fd6e0c3b3977149249f26" 2018-09-04 21:41:03,537 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0b58ba40-ea75-4d43-b65a-deb50ea37d12 Date: Tue, 04 Sep 2018 21:41:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:41:03,537 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232 used request id req-0b58ba40-ea75-4d43-b65a-deb50ea37d12 2018-09-04 21:41:03,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.9135658741s 2018-09-04 21:41:03,537 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/81fe7458-3ef9-4e31-9ec0-75fd8548d232 used request id req-0b58ba40-ea75-4d43-b65a-deb50ea37d12 2018-09-04 21:41:03,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 21:41:03,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:41:03,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9276a543-48f1-41b5-a64e-425a6665f8b0 x-compute-request-id: req-9276a543-48f1-41b5-a64e-425a6665f8b0 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2c75bb85-ca95-477d-b8cd-325f5790f1a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2c75bb85-ca95-477d-b8cd-325f5790f1a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2c75bb85-ca95-477d-b8cd-325f5790f1a8", "name": "rally_sanity-flavor_118db696-daff-40ae-b1ec-1fd4525aaaa0", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 21:41:03,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-9276a543-48f1-41b5-a64e-425a6665f8b0 2018-09-04 21:41:03,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0299999713898s 2018-09-04 21:41:03,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-9276a543-48f1-41b5-a64e-425a6665f8b0 2018-09-04 21:41:03,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 21:41:03,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/2c75bb85-ca95-477d-b8cd-325f5790f1a8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:41:03,642 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:41:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-17fa0b96-4658-446a-9e2a-758405bf1c69 x-compute-request-id: req-17fa0b96-4658-446a-9e2a-758405bf1c69 Content-Length: 0 Content-Type: application/json 2018-09-04 21:41:03,643 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2c75bb85-ca95-477d-b8cd-325f5790f1a8 used request id req-17fa0b96-4658-446a-9e2a-758405bf1c69 2018-09-04 21:41:03,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.072408914566s 2018-09-04 21:41:03,643 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2c75bb85-ca95-477d-b8cd-325f5790f1a8 used request id req-17fa0b96-4658-446a-9e2a-758405bf1c69 2018-09-04 21:41:03,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:41:03,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:41:03,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c35a3e1d-0e00-4ebb-9cb6-2a11f4c5521f Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_118db696-daff-40ae-b1ec-1fd4525aaaa0", "links": {"self": "http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2"}, "domain_id": "default", "enabled": true, "id": "945d849cfcc8413aa00c92b184e3f9c2", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:41:03,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c35a3e1d-0e00-4ebb-9cb6-2a11f4c5521f 2018-09-04 21:41:03,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101750135422s 2018-09-04 21:41:03,746 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c35a3e1d-0e00-4ebb-9cb6-2a11f4c5521f 2018-09-04 21:41:03,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:41:03,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:41:03,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11086d84-f610-43cd-8e91-dc1bc5bb9094 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2"}, "enabled": true, "id": "945d849cfcc8413aa00c92b184e3f9c2", "options": {}, "domain_id": "default", "name": "rally_sanity-user_118db696-daff-40ae-b1ec-1fd4525aaaa0"}} 2018-09-04 21:41:03,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2 used request id req-11086d84-f610-43cd-8e91-dc1bc5bb9094 2018-09-04 21:41:03,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0921199321747s 2018-09-04 21:41:03,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2 used request id req-11086d84-f610-43cd-8e91-dc1bc5bb9094 2018-09-04 21:41:03,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 21:41:03,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:41:04,051 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:41:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51d76cd1-2251-4e05-aa3f-866540edc609 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:41:04,051 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2 used request id req-51d76cd1-2251-4e05-aa3f-866540edc609 2018-09-04 21:41:04,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.205057859421s 2018-09-04 21:41:04,051 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/945d849cfcc8413aa00c92b184e3f9c2 used request id req-51d76cd1-2251-4e05-aa3f-866540edc609 2018-09-04 21:41:04,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:41:04,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:41:04,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-764171e5-e010-4772-83b1-dcbf10eaf11d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba"}, "enabled": true, "id": "0f584562356b47109eaf52dfa21d18ba", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_118db696-daff-40ae-b1ec-1fd4525aaaa0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-04 21:41:04,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-764171e5-e010-4772-83b1-dcbf10eaf11d 2018-09-04 21:41:04,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0806219577789s 2018-09-04 21:41:04,133 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-764171e5-e010-4772-83b1-dcbf10eaf11d 2018-09-04 21:41:04,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 21:41:04,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:41:04,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:41:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3dd98f3-9404-4aa6-8ce7-ceac2a4bd896 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:41:04,294 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-d3dd98f3-9404-4aa6-8ce7-ceac2a4bd896 2018-09-04 21:41:04,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.158631086349s 2018-09-04 21:41:04,294 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-d3dd98f3-9404-4aa6-8ce7-ceac2a4bd896 2018-09-04 21:41:04,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:41:04,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:41:04,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b9f32fe-aa00-4cb8-9f26-14d9a7e0c2dd Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "267071384ce7417ea3eac7fe6c2c5b94", "links": {"self": "http://172.30.9.26:5000/v3/roles/267071384ce7417ea3eac7fe6c2c5b94"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:41:04,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0b9f32fe-aa00-4cb8-9f26-14d9a7e0c2dd 2018-09-04 21:41:04,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0734210014343s 2018-09-04 21:41:04,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 21:41:04,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/267071384ce7417ea3eac7fe6c2c5b94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cad5e78693d55bf7d75b38fcbcb2fa949eee30a3" 2018-09-04 21:41:04,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:41:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0f29adf-0c15-4962-bbc6-f56f4182e67e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:41:04,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/267071384ce7417ea3eac7fe6c2c5b94 used request id req-f0f29adf-0c15-4962-bbc6-f56f4182e67e 2018-09-04 21:41:04,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.108111143112s 2018-09-04 21:41:04,532 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-09-04 21:41:04,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 21:41:04,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 21:41:04,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 21:41:04,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 21:41:04,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 21:41:04,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 21:41:04,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 21:41:04,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 21:41:04,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 21:41:04,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 21:41:04,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 21:41:04,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 21:41:04,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:41:04,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b32f8a6-9fe2-4ab8-93cd-5721db00f180 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:41:04,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1b32f8a6-9fe2-4ab8-93cd-5721db00f180 2018-09-04 21:41:04,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:41:04,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T22:41:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["CyGCOG1ITQ6RoSXX_1FLfw"], "issued_at": "2018-09-04T21:41:04.000000Z"}} 2018-09-04 21:41:04,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 21:41:04,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:05,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-50d309ff-62c8-4c4d-8061-d88f88e85e64 Date: Tue, 04 Sep 2018 21:41:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:41:05,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-50d309ff-62c8-4c4d-8061-d88f88e85e64 2018-09-04 21:41:05,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.395843982697s 2018-09-04 21:41:05,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-50d309ff-62c8-4c4d-8061-d88f88e85e64 2018-09-04 21:41:05,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 21:41:05,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:05,357 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:41:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:41:05,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:05,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c96646e-f347-47b7-90e5-7a37ef1e8a9b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 21:41:05,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-1c96646e-f347-47b7-90e5-7a37ef1e8a9b 2018-09-04 21:41:05,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0948259830475s 2018-09-04 21:41:05,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 21:41:05,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_d9673c78-e165-4c51-8991-757aec44d869"}}' 2018-09-04 21:41:05,550 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:41:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9e3ae38-8227-40a7-b95d-6cdc0a44e6a6 Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f"}, "enabled": true, "id": "7a23a6a548774f7797c37bf2b2c81b7f", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d9673c78-e165-4c51-8991-757aec44d869"}} 2018-09-04 21:41:05,550 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-c9e3ae38-8227-40a7-b95d-6cdc0a44e6a6 2018-09-04 21:41:05,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.104595899582s 2018-09-04 21:41:05,550 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-c9e3ae38-8227-40a7-b95d-6cdc0a44e6a6 2018-09-04 21:41:05,551 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_d9673c78-e165-4c51-8991-757aec44d869', 'id': u'7a23a6a548774f7797c37bf2b2c81b7f', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 21:41:05,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 21:41:05,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350537061691s 2018-09-04 21:41:05,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:06,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c24dc2-6994-4686-a16f-300b0b5d828a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec"}, "enabled": true, "id": "9ca450778e5c40ebba23ab15aa5bedec", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_d9673c78-e165-4c51-8991-757aec44d869"}} 2018-09-04 21:41:06,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec used request id req-74c24dc2-6994-4686-a16f-300b0b5d828a 2018-09-04 21:41:06,006 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9ca450778e5c40ebba23ab15aa5bedec', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_d9673c78-e165-4c51-8991-757aec44d869'}) 2018-09-04 21:41:06,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:41:06,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:06,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-949756a3-572b-4881-b52b-2bbe53b3c285 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:41:06,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-949756a3-572b-4881-b52b-2bbe53b3c285 2018-09-04 21:41:06,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752840042114s 2018-09-04 21:41:06,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:41:06,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:06,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3043b76-2a5c-421e-981b-e9170ae37c3e Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:41:06,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d3043b76-2a5c-421e-981b-e9170ae37c3e 2018-09-04 21:41:06,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0787260532379s 2018-09-04 21:41:06,163 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 21:41:06,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 21:41:06,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" -d '{"role": {"name": "Member"}}' 2018-09-04 21:41:06,280 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:41:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-004a7683-bf42-4e61-80b0-21c9c9ffd2b2 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1ab4d245531d471594236103cbacd904", "links": {"self": "http://172.30.9.26:5000/v3/roles/1ab4d245531d471594236103cbacd904"}, "name": "Member"}} 2018-09-04 21:41:06,280 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-004a7683-bf42-4e61-80b0-21c9c9ffd2b2 2018-09-04 21:41:06,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.116866111755s 2018-09-04 21:41:06,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/1ab4d245531d471594236103cbacd904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:06,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12569ffa-301e-46c3-b9a5-9a4cb8e834db Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/1ab4d245531d471594236103cbacd904"}, "domain_id": null, "name": "Member", "id": "1ab4d245531d471594236103cbacd904"}} 2018-09-04 21:41:06,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/1ab4d245531d471594236103cbacd904 used request id req-12569ffa-301e-46c3-b9a5-9a4cb8e834db 2018-09-04 21:41:06,355 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/1ab4d245531d471594236103cbacd904'}, 'domain_id': None, 'human_id': None, 'id': u'1ab4d245531d471594236103cbacd904', 'HUMAN_ID': False}) 2018-09-04 21:41:06,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:41:06,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:06,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-048c3373-e166-4ca4-a55e-431f96dbd3cf Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1ab4d245531d471594236103cbacd904", "links": {"self": "http://172.30.9.26:5000/v3/roles/1ab4d245531d471594236103cbacd904"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:41:06,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-048c3373-e166-4ca4-a55e-431f96dbd3cf 2018-09-04 21:41:06,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826930999756s 2018-09-04 21:41:06,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 21:41:06,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:06,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e40bb11-ea5e-4d0a-9ecd-f6996cf65e60 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 21:41:06,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-5e40bb11-ea5e-4d0a-9ecd-f6996cf65e60 2018-09-04 21:41:06,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0865819454193s 2018-09-04 21:41:06,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:41:06,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:06,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf424a30-34df-4857-aca7-7ef88e61b7a4 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d9673c78-e165-4c51-8991-757aec44d869", "links": {"self": "http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec"}, "domain_id": "default", "enabled": true, "id": "9ca450778e5c40ebba23ab15aa5bedec", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:41:06,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-bf424a30-34df-4857-aca7-7ef88e61b7a4 2018-09-04 21:41:06,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0305368900299s 2018-09-04 21:41:06,558 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-bf424a30-34df-4857-aca7-7ef88e61b7a4 2018-09-04 21:41:06,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:41:06,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:06,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3c5493e-40b6-4ea7-9118-4f677b48cf9f Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f"}, "enabled": true, "id": "7a23a6a548774f7797c37bf2b2c81b7f", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d9673c78-e165-4c51-8991-757aec44d869"}]} 2018-09-04 21:41:06,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c3c5493e-40b6-4ea7-9118-4f677b48cf9f 2018-09-04 21:41:06,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0821139812469s 2018-09-04 21:41:06,645 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c3c5493e-40b6-4ea7-9118-4f677b48cf9f 2018-09-04 21:41:06,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 21:41:06,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=9ca450778e5c40ebba23ab15aa5bedec&scope.project.id=7a23a6a548774f7797c37bf2b2c81b7f&role.id=1ab4d245531d471594236103cbacd904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:06,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1f1168e-4d44-42b2-b847-6001eb6368c5 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=9ca450778e5c40ebba23ab15aa5bedec&scope.project.id=7a23a6a548774f7797c37bf2b2c81b7f&role.id=1ab4d245531d471594236103cbacd904", "previous": null, "next": null}} 2018-09-04 21:41:06,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=9ca450778e5c40ebba23ab15aa5bedec&scope.project.id=7a23a6a548774f7797c37bf2b2c81b7f&role.id=1ab4d245531d471594236103cbacd904 used request id req-a1f1168e-4d44-42b2-b847-6001eb6368c5 2018-09-04 21:41:06,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0796949863434s 2018-09-04 21:41:06,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 21:41:06,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f/users/9ca450778e5c40ebba23ab15aa5bedec/roles/1ab4d245531d471594236103cbacd904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:06,839 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:41:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8441b56d-3673-4d34-8b4d-ad2117b9df08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:41:06,839 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f/users/9ca450778e5c40ebba23ab15aa5bedec/roles/1ab4d245531d471594236103cbacd904 used request id req-8441b56d-3673-4d34-8b4d-ad2117b9df08 2018-09-04 21:41:06,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111386060715s 2018-09-04 21:41:06,840 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_d9673c78-e165-4c51-8991-757aec44d869', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'cd1a3bae-51c5-4a72-b5be-423d55cbdd9b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'refstack_defcore-user_d9673c78-e165-4c51-8991-757aec44d869', 'project_id': u'7a23a6a548774f7797c37bf2b2c81b7f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 21:41:06,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 21:41:06,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 21:41:06,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 21:41:06,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 21:41:06,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 21:41:06,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 21:41:06,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 21:41:06,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 21:41:06,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 21:41:06,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 21:41:06,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 21:41:06,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 21:41:06,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 21:41:06,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 21:41:06,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 21:41:06,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 21:41:06,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 21:41:06,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 21:41:06,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 21:41:06,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 21:41:06,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 21:41:06,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 21:41:06,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 21:41:06,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 21:41:06,845 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_d9673c78-e165-4c51-8991-757aec44d869', 'password': 'cd1a3bae-51c5-4a72-b5be-423d55cbdd9b', 'project_name': 'refstack_defcore-project_d9673c78-e165-4c51-8991-757aec44d869', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '7a23a6a548774f7797c37bf2b2c81b7f', 'project_domain_name': 'Default'} 2018-09-04 21:41:06,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:41:06,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:06,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a56f24a8-a487-4772-b400-5095eff4cbac Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1ab4d245531d471594236103cbacd904", "links": {"self": "http://172.30.9.26:5000/v3/roles/1ab4d245531d471594236103cbacd904"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:41:06,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a56f24a8-a487-4772-b400-5095eff4cbac 2018-09-04 21:41:06,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776600837708s 2018-09-04 21:41:06,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:41:06,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:07,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2ec3d98-2c47-4dc3-9247-6f58172ef1ec Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1ab4d245531d471594236103cbacd904", "links": {"self": "http://172.30.9.26:5000/v3/roles/1ab4d245531d471594236103cbacd904"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:41:07,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e2ec3d98-2c47-4dc3-9247-6f58172ef1ec 2018-09-04 21:41:07,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0835309028625s 2018-09-04 21:41:07,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 21:41:07,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:07,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4567c90-0a2e-4ac5-8d79-501475e31713 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 21:41:07,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-f4567c90-0a2e-4ac5-8d79-501475e31713 2018-09-04 21:41:07,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0741860866547s 2018-09-04 21:41:07,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:41:07,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:07,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea1dc77-e20b-436f-a482-4ff9ef5afd96 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d9673c78-e165-4c51-8991-757aec44d869", "links": {"self": "http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec"}, "domain_id": "default", "enabled": true, "id": "9ca450778e5c40ebba23ab15aa5bedec", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:41:07,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-fea1dc77-e20b-436f-a482-4ff9ef5afd96 2018-09-04 21:41:07,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.096400976181s 2018-09-04 21:41:07,182 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-fea1dc77-e20b-436f-a482-4ff9ef5afd96 2018-09-04 21:41:07,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:41:07,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:07,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb80b104-df8f-446e-975b-28ba3c31ebe6 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f"}, "enabled": true, "id": "7a23a6a548774f7797c37bf2b2c81b7f", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d9673c78-e165-4c51-8991-757aec44d869"}]} 2018-09-04 21:41:07,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-bb80b104-df8f-446e-975b-28ba3c31ebe6 2018-09-04 21:41:07,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0796740055084s 2018-09-04 21:41:07,268 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-bb80b104-df8f-446e-975b-28ba3c31ebe6 2018-09-04 21:41:07,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 21:41:07,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=9ca450778e5c40ebba23ab15aa5bedec&scope.project.id=7a23a6a548774f7797c37bf2b2c81b7f&role.id=5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:07,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1007572b-2b4a-4b60-991e-4364823015d4 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=9ca450778e5c40ebba23ab15aa5bedec&scope.project.id=7a23a6a548774f7797c37bf2b2c81b7f&role.id=5cd9afdff9a14c7bbd8b1621921cc3df", "previous": null, "next": null}} 2018-09-04 21:41:07,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=9ca450778e5c40ebba23ab15aa5bedec&scope.project.id=7a23a6a548774f7797c37bf2b2c81b7f&role.id=5cd9afdff9a14c7bbd8b1621921cc3df used request id req-1007572b-2b4a-4b60-991e-4364823015d4 2018-09-04 21:41:07,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0746850967407s 2018-09-04 21:41:07,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 21:41:07,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f/users/9ca450778e5c40ebba23ab15aa5bedec/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:07,468 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:41:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-927dfa22-3bef-420c-8895-60944d13a03f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:41:07,468 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f/users/9ca450778e5c40ebba23ab15aa5bedec/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-927dfa22-3bef-420c-8895-60944d13a03f 2018-09-04 21:41:07,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122704029083s 2018-09-04 21:41:07,468 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 21:41:09,805 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-04 21:41:09.523 11196 INFO rally.deployment.engine [-] Deployment fee3bafe-6d9b-4b39-8e95-40f53e831e4f | Starting: Destroy cloud and free allocated resources. 2018-09-04 21:41:09.605 11196 INFO rally.deployment.engine [-] Deployment fee3bafe-6d9b-4b39-8e95-40f53e831e4f | Completed: Destroy cloud and free allocated resources. 2018-09-04 21:41:09.620 11196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6a03b4ac-2551-4a41-8ad4-8f21f744ba32). 2018-09-04 21:41:09.622 11196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-04 21:41:12,237 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 21:41:11.930 11199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b1e28191-8a5f-401c-a92c-2b1712a52061) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b1e28191-8a5f-401c-a92c-2b1712a52061 | 2018-09-04T21:41:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b1e28191-8a5f-401c-a92c-2b1712a52061 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-04 21:41:15,539 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-09-04 21:41:15,539 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-04 21:41:17,911 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-04 21:41:17.638 11205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6a03b4ac-2551-4a41-8ad4-8f21f744ba32). 2018-09-04 21:41:17.780 11205 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-04 21:41:21,437 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-04 21:41:19.913 11208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-04 21:41:20.067 11208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-04 21:41:21.240 11208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5cd06c33-2d89-4cd2-a3d2-aa224f4c18b5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5cd06c33-2d89-4cd2-a3d2-aa224f4c18b5) as the default verifier for the future CLI operations. 2018-09-04 21:41:24,319 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-09-04 21:41:24,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 21:41:24,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:24,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3471a4f0-a5f6-49f3-8d76-8e04a42460d6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 21:41:24,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-3471a4f0-a5f6-49f3-8d76-8e04a42460d6 2018-09-04 21:41:24,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0927910804749s 2018-09-04 21:41:24,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:41:24,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:41:24,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-084cf2bf-c23e-4a87-8d05-9d0681df4857 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f"}, "enabled": true, "id": "7a23a6a548774f7797c37bf2b2c81b7f", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d9673c78-e165-4c51-8991-757aec44d869"}]} 2018-09-04 21:41:24,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-084cf2bf-c23e-4a87-8d05-9d0681df4857 2018-09-04 21:41:24,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.183034896851s 2018-09-04 21:41:24,598 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-084cf2bf-c23e-4a87-8d05-9d0681df4857 2018-09-04 21:41:24,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 21:41:24,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" -d '{"network": {"shared": true, "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "name": "refstack_defcore-net_d9673c78-e165-4c51-8991-757aec44d869", "admin_state_up": true}}' 2018-09-04 21:41:25,536 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 709 X-Openstack-Request-Id: req-181b6e1c-aaff-462c-a276-f3c11d345964 Date: Tue, 04 Sep 2018 21:41:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"73216799-a390-44ad-ade7-53025bf51912","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":true,"project_id":"7a23a6a548774f7797c37bf2b2c81b7f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:41:25Z","is_default":false,"qos_policy_id":null,"name":"refstack_defcore-net_d9673c78-e165-4c51-8991-757aec44d869","admin_state_up":true,"tenant_id":"7a23a6a548774f7797c37bf2b2c81b7f","created_at":"2018-09-04T21:41:25Z","mtu":1450}} 2018-09-04 21:41:25,536 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-181b6e1c-aaff-462c-a276-f3c11d345964 2018-09-04 21:41:25,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.935048103333s 2018-09-04 21:41:25,536 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-181b6e1c-aaff-462c-a276-f3c11d345964 2018-09-04 21:41:25,537 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T21:41:25Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'73216799-a390-44ad-ade7-53025bf51912', u'provider:segmentation_id': 26, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'refstack_defcore-net_d9673c78-e165-4c51-8991-757aec44d869', u'created_at': u'2018-09-04T21:41:25Z', u'mtu': 1450, u'tenant_id': u'7a23a6a548774f7797c37bf2b2c81b7f', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'7a23a6a548774f7797c37bf2b2c81b7f'}) 2018-09-04 21:41:25,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:41:25,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-083d0665-2167-47c6-bd07-f96dfd42965c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:41:25,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-083d0665-2167-47c6-bd07-f96dfd42965c 2018-09-04 21:41:25,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:41:25,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "1ab4d245531d471594236103cbacd904", "name": "Member"}], "expires_at": "2018-09-04T22:41:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a23a6a548774f7797c37bf2b2c81b7f", "name": "refstack_defcore-project_d9673c78-e165-4c51-8991-757aec44d869"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a23a6a548774f7797c37bf2b2c81b7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a23a6a548774f7797c37bf2b2c81b7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a23a6a548774f7797c37bf2b2c81b7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a23a6a548774f7797c37bf2b2c81b7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a23a6a548774f7797c37bf2b2c81b7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a23a6a548774f7797c37bf2b2c81b7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a23a6a548774f7797c37bf2b2c81b7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a23a6a548774f7797c37bf2b2c81b7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a23a6a548774f7797c37bf2b2c81b7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a23a6a548774f7797c37bf2b2c81b7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a23a6a548774f7797c37bf2b2c81b7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a23a6a548774f7797c37bf2b2c81b7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_d9673c78-e165-4c51-8991-757aec44d869", "id": "9ca450778e5c40ebba23ab15aa5bedec"}, "audit_ids": ["a3Xc6XbURUu9_EVDpR0rcA"], "issued_at": "2018-09-04T21:41:25.000000Z"}} 2018-09-04 21:41:25,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 21:41:25,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:41:26,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1395 X-Openstack-Request-Id: req-7c91bb37-da27-483e-a2bf-01154c24f683 Date: Tue, 04 Sep 2018 21:41:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"73216799-a390-44ad-ade7-53025bf51912","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":true,"project_id":"7a23a6a548774f7797c37bf2b2c81b7f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:41:25Z","qos_policy_id":null,"name":"refstack_defcore-net_d9673c78-e165-4c51-8991-757aec44d869","admin_state_up":true,"tenant_id":"7a23a6a548774f7797c37bf2b2c81b7f","created_at":"2018-09-04T21:41:25Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:41:26,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-7c91bb37-da27-483e-a2bf-01154c24f683 2018-09-04 21:41:26,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.239609003067s 2018-09-04 21:41:26,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-7c91bb37-da27-483e-a2bf-01154c24f683 2018-09-04 21:41:26,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 21:41:26,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" -d '{"subnet": {"name": "refstack_defcore-subnet_d9673c78-e165-4c51-8991-757aec44d869", "enable_dhcp": true, "network_id": "73216799-a390-44ad-ade7-53025bf51912", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 21:41:27,050 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8435b53b-bf3b-4d27-9bd1-d3a2efd1ff38 Date: Tue, 04 Sep 2018 21:41:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73216799-a390-44ad-ade7-53025bf51912","tenant_id":"7a23a6a548774f7797c37bf2b2c81b7f","created_at":"2018-09-04T21:41:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T21:41:26Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"7a23a6a548774f7797c37bf2b2c81b7f","id":"cd7b03fd-559d-45e6-97b0-48198960aa9e","subnetpool_id":null,"name":"refstack_defcore-subnet_d9673c78-e165-4c51-8991-757aec44d869"}} 2018-09-04 21:41:27,050 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-8435b53b-bf3b-4d27-9bd1-d3a2efd1ff38 2018-09-04 21:41:27,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.890794992447s 2018-09-04 21:41:27,050 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-8435b53b-bf3b-4d27-9bd1-d3a2efd1ff38 2018-09-04 21:41:27,051 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T21:41:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'cd7b03fd-559d-45e6-97b0-48198960aa9e', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_d9673c78-e165-4c51-8991-757aec44d869', u'enable_dhcp': True, u'network_id': u'73216799-a390-44ad-ade7-53025bf51912', u'tenant_id': u'7a23a6a548774f7797c37bf2b2c81b7f', u'created_at': u'2018-09-04T21:41:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7a23a6a548774f7797c37bf2b2c81b7f'}) 2018-09-04 21:41:27,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 21:41:27,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "refstack_defcore-router_d9673c78-e165-4c51-8991-757aec44d869", "admin_state_up": true}}' 2018-09-04 21:41:32,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-05b62979-ec39-42ec-83ec-9220ee7e5c71 Date: Tue, 04 Sep 2018 21:41:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:27Z", "admin_state_up": true, "updated_at": "2018-09-04T21:41:28Z", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "30dbf127-0512-4ff8-8832-b68f9c0c9bcc", "name": "refstack_defcore-router_d9673c78-e165-4c51-8991-757aec44d869"}} 2018-09-04 21:41:32,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-05b62979-ec39-42ec-83ec-9220ee7e5c71 2018-09-04 21:41:32,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.94857501984s 2018-09-04 21:41:32,001 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-05b62979-ec39-42ec-83ec-9220ee7e5c71 2018-09-04 21:41:32,001 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T21:41:28Z', u'revision_number': 3, u'ha': True, u'id': u'30dbf127-0512-4ff8-8832-b68f9c0c9bcc', u'external_gateway_info': {u'network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'97e3a010-d0e8-45f7-9bbb-04a537953fb8', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-router_d9673c78-e165-4c51-8991-757aec44d869', u'admin_state_up': True, u'tenant_id': u'7a23a6a548774f7797c37bf2b2c81b7f', u'created_at': u'2018-09-04T21:41:27Z', u'flavor_id': None, u'routes': [], u'project_id': u'7a23a6a548774f7797c37bf2b2c81b7f'}) 2018-09-04 21:41:32,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 21:41:32,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/30dbf127-0512-4ff8-8832-b68f9c0c9bcc/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" -d '{"subnet_id": "cd7b03fd-559d-45e6-97b0-48198960aa9e"}' 2018-09-04 21:41:34,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a2b65194-c420-4705-8d5a-79190991f597 Date: Tue, 04 Sep 2018 21:41:34 GMT RESP BODY: {"network_id": "73216799-a390-44ad-ade7-53025bf51912", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "subnet_id": "cd7b03fd-559d-45e6-97b0-48198960aa9e", "subnet_ids": ["cd7b03fd-559d-45e6-97b0-48198960aa9e"], "port_id": "40843e1c-0969-4464-950d-a6a6cde18d52", "id": "30dbf127-0512-4ff8-8832-b68f9c0c9bcc"} 2018-09-04 21:41:34,321 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/30dbf127-0512-4ff8-8832-b68f9c0c9bcc/add_router_interface.json used request id req-a2b65194-c420-4705-8d5a-79190991f597 2018-09-04 21:41:34,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.31940698624s 2018-09-04 21:41:34,322 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/30dbf127-0512-4ff8-8832-b68f9c0c9bcc/add_router_interface.json used request id req-a2b65194-c420-4705-8d5a-79190991f597 returning object 30dbf127-0512-4ff8-8832-b68f9c0c9bcc 2018-09-04 21:41:34,322 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 21:41:34,450 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-04 21:41:34,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:41:34,459 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 21:41:34 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-09-04 21:41:34,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:41:34,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:41:34,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4435eced-0666-4c93-a5d7-82bd2564b6f4 Date: Tue, 04 Sep 2018 21:41:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:41:34,638 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4435eced-0666-4c93-a5d7-82bd2564b6f4 2018-09-04 21:41:34,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175755023956s 2018-09-04 21:41:34,639 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4435eced-0666-4c93-a5d7-82bd2564b6f4 2018-09-04 21:41:34,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 21:41:34,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869"}' 2018-09-04 21:41:34,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d X-Openstack-Request-Id: req-b2ddd78c-7b9b-4cb8-a466-695ac281d5b3 Date: Tue, 04 Sep 2018 21:41:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/file", "owner": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "77df000e-1ee3-4a24-820e-1961fbd28d4d", "size": null, "self": "/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:41:34Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869", "checksum": null, "created_at": "2018-09-04T21:41:34Z", "protected": false} 2018-09-04 21:41:34,959 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-b2ddd78c-7b9b-4cb8-a466-695ac281d5b3 2018-09-04 21:41:34,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.317753076553s 2018-09-04 21:41:34,959 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-b2ddd78c-7b9b-4cb8-a466-695ac281d5b3 returning object 77df000e-1ee3-4a24-820e-1961fbd28d4d 2018-09-04 21:41:34,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 21:41:34,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" -d '' 2018-09-04 21:41:36,184 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac92ca32-dfa8-455c-89aa-5a2357c89e19 Date: Tue, 04 Sep 2018 21:41:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:41:36,184 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/file used request id req-ac92ca32-dfa8-455c-89aa-5a2357c89e19 2018-09-04 21:41:36,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.22440195084s 2018-09-04 21:41:36,185 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/file used request id req-ac92ca32-dfa8-455c-89aa-5a2357c89e19 2018-09-04 21:41:36,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:41:36,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:41:36,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-d03498d0-ac7e-42b0-a6dd-b83a77f9a3d4 Date: Tue, 04 Sep 2018 21:41:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/snap", "metadata": {}}], "file": "/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/file", "owner": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "77df000e-1ee3-4a24-820e-1961fbd28d4d", "size": 12716032, "self": "/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:41:36Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T21:41:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:41:36,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d03498d0-ac7e-42b0-a6dd-b83a77f9a3d4 2018-09-04 21:41:36,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177700996399s 2018-09-04 21:41:36,364 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d03498d0-ac7e-42b0-a6dd-b83a77f9a3d4 2018-09-04 21:41:36,366 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/file', 'owner': u'7a23a6a548774f7797c37bf2b2c81b7f', 'id': u'77df000e-1ee3-4a24-820e-1961fbd28d4d', 'size': 12716032, u'self': u'/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7a23a6a548774f7797c37bf2b2c81b7f', 'name': 'refstack_defcore-project_d9673c78-e165-4c51-8991-757aec44d869', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T21:41:36Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T21:41:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869', 'created': u'2018-09-04T21:41:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T21:41:34Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 21:41:36,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 21:41:36,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_d9673c78-e165-4c51-8991-757aec44d869", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 21:41:36,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd1e9c99-5c1b-4885-acc5-2f5df61d21a5 x-compute-request-id: req-fd1e9c99-5c1b-4885-acc5-2f5df61d21a5 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4bf28466-f8c2-4e15-b67a-193f02346c0f", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4bf28466-f8c2-4e15-b67a-193f02346c0f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4bf28466-f8c2-4e15-b67a-193f02346c0f", "name": "refstack_defcore-flavor_d9673c78-e165-4c51-8991-757aec44d869", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 21:41:36,557 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-fd1e9c99-5c1b-4885-acc5-2f5df61d21a5 2018-09-04 21:41:36,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.189872980118s 2018-09-04 21:41:36,557 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-fd1e9c99-5c1b-4885-acc5-2f5df61d21a5 returning object 4bf28466-f8c2-4e15-b67a-193f02346c0f 2018-09-04 21:41:36,558 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_d9673c78-e165-4c51-8991-757aec44d869', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'4bf28466-f8c2-4e15-b67a-193f02346c0f', 'swap': 0}) 2018-09-04 21:41:36,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 21:41:36,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/4bf28466-f8c2-4e15-b67a-193f02346c0f/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" -d '{"extra_specs": {}}' 2018-09-04 21:41:36,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af242b63-bf0d-425d-8bd7-f0bafbc5518a x-compute-request-id: req-af242b63-bf0d-425d-8bd7-f0bafbc5518a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 21:41:36,581 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/4bf28466-f8c2-4e15-b67a-193f02346c0f/os-extra_specs used request id req-af242b63-bf0d-425d-8bd7-f0bafbc5518a 2018-09-04 21:41:36,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217909812927s 2018-09-04 21:41:36,581 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/4bf28466-f8c2-4e15-b67a-193f02346c0f/os-extra_specs used request id req-af242b63-bf0d-425d-8bd7-f0bafbc5518a 2018-09-04 21:41:36,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:41:36,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:41:36,592 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:41:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:41:36,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:41:36,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e8a77a3-b4de-4bc3-b30a-0a2697ba4729 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1ab4d245531d471594236103cbacd904", "links": {"self": "http://172.30.9.26:5000/v3/roles/1ab4d245531d471594236103cbacd904"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:41:36,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0e8a77a3-b4de-4bc3-b30a-0a2697ba4729 2018-09-04 21:41:36,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.093325138092s 2018-09-04 21:41:36,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-04 21:41:36,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:41:37,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0296693-fdbe-4e31-a128-92eac7153a94 x-compute-request-id: req-a0296693-fdbe-4e31-a128-92eac7153a94 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 165}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 168}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 21:41:37,334 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-a0296693-fdbe-4e31-a128-92eac7153a94 2018-09-04 21:41:37,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.654741048813s 2018-09-04 21:41:37,334 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-a0296693-fdbe-4e31-a128-92eac7153a94 2018-09-04 21:41:37,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:41:37,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:41:37,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-2b5b80bc-db04-4113-b98f-b660bebb7b2f Date: Tue, 04 Sep 2018 21:41:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/snap", "metadata": {}}], "file": "/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/file", "owner": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "77df000e-1ee3-4a24-820e-1961fbd28d4d", "size": 12716032, "self": "/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:41:36Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T21:41:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:41:37,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2b5b80bc-db04-4113-b98f-b660bebb7b2f 2018-09-04 21:41:37,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16282916069s 2018-09-04 21:41:37,499 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2b5b80bc-db04-4113-b98f-b660bebb7b2f 2018-09-04 21:41:37,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 21:41:37,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_d9673c78-e165-4c51-8991-757aec44d869", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_d9673c78-e165-4c51-8991-757aec44d869"}' 2018-09-04 21:41:37,903 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284 X-Openstack-Request-Id: req-f10cd7dc-a6e5-4e87-a89d-1eac840a47d2 Date: Tue, 04 Sep 2018 21:41:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284/file", "owner": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "18818573-f8f9-46ba-9d4d-b5c8da893284", "size": null, "self": "/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:41:37Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_d9673c78-e165-4c51-8991-757aec44d869", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_d9673c78-e165-4c51-8991-757aec44d869", "checksum": null, "created_at": "2018-09-04T21:41:37Z", "protected": false} 2018-09-04 21:41:37,903 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f10cd7dc-a6e5-4e87-a89d-1eac840a47d2 2018-09-04 21:41:37,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.402028083801s 2018-09-04 21:41:37,904 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f10cd7dc-a6e5-4e87-a89d-1eac840a47d2 returning object 18818573-f8f9-46ba-9d4d-b5c8da893284 2018-09-04 21:41:37,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 21:41:37,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" -d '' 2018-09-04 21:41:39,478 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e79c96b6-2c4c-4945-805c-ff028d39a597 Date: Tue, 04 Sep 2018 21:41:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:41:39,478 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284/file used request id req-e79c96b6-2c4c-4945-805c-ff028d39a597 2018-09-04 21:41:39,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.57381296158s 2018-09-04 21:41:39,479 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284/file used request id req-e79c96b6-2c4c-4945-805c-ff028d39a597 2018-09-04 21:41:39,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:41:39,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:41:39,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-b66e1118-a2ca-4a59-b6de-563cc3e890b0 Date: Tue, 04 Sep 2018 21:41:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/18818573-f8f9-46ba-9d4d-b5c8da893284/snap", "metadata": {}}], "file": "/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284/file", "owner": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "18818573-f8f9-46ba-9d4d-b5c8da893284", "size": 12716032, "self": "/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/18818573-f8f9-46ba-9d4d-b5c8da893284/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:41:39Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_d9673c78-e165-4c51-8991-757aec44d869", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_d9673c78-e165-4c51-8991-757aec44d869", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T21:41:37Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/snap", "metadata": {}}], "file": "/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/file", "owner": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "77df000e-1ee3-4a24-820e-1961fbd28d4d", "size": 12716032, "self": "/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:41:36Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T21:41:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:41:39,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b66e1118-a2ca-4a59-b6de-563cc3e890b0 2018-09-04 21:41:39,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174283981323s 2018-09-04 21:41:39,654 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b66e1118-a2ca-4a59-b6de-563cc3e890b0 2018-09-04 21:41:39,657 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/18818573-f8f9-46ba-9d4d-b5c8da893284/snap', u'metadata': Munch({})})], 'file': u'/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284/file', 'owner': u'7a23a6a548774f7797c37bf2b2c81b7f', 'id': u'18818573-f8f9-46ba-9d4d-b5c8da893284', 'size': 12716032, u'self': u'/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7a23a6a548774f7797c37bf2b2c81b7f', 'name': 'refstack_defcore-project_d9673c78-e165-4c51-8991-757aec44d869', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/18818573-f8f9-46ba-9d4d-b5c8da893284/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T21:41:39Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T21:41:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d9673c78-e165-4c51-8991-757aec44d869', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d9673c78-e165-4c51-8991-757aec44d869', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_d9673c78-e165-4c51-8991-757aec44d869', 'created': u'2018-09-04T21:41:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T21:41:37Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d9673c78-e165-4c51-8991-757aec44d869', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 21:41:39,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 21:41:39,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_d9673c78-e165-4c51-8991-757aec44d869", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 21:41:39,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7dd6f5d-9fe5-4295-8b44-90f93f2f0cac x-compute-request-id: req-b7dd6f5d-9fe5-4295-8b44-90f93f2f0cac Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e609c5fe-4ead-47f7-98dc-d278099ed10c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e609c5fe-4ead-47f7-98dc-d278099ed10c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e609c5fe-4ead-47f7-98dc-d278099ed10c", "name": "refstack_defcore-flavor_alt_d9673c78-e165-4c51-8991-757aec44d869", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 21:41:39,704 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b7dd6f5d-9fe5-4295-8b44-90f93f2f0cac 2018-09-04 21:41:39,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0464429855347s 2018-09-04 21:41:39,704 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b7dd6f5d-9fe5-4295-8b44-90f93f2f0cac returning object e609c5fe-4ead-47f7-98dc-d278099ed10c 2018-09-04 21:41:39,705 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_d9673c78-e165-4c51-8991-757aec44d869', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'e609c5fe-4ead-47f7-98dc-d278099ed10c', 'swap': 0}) 2018-09-04 21:41:39,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 21:41:39,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/e609c5fe-4ead-47f7-98dc-d278099ed10c/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" -d '{"extra_specs": {}}' 2018-09-04 21:41:39,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9fe0aee0-f023-42f6-b59d-3d13dc668247 x-compute-request-id: req-9fe0aee0-f023-42f6-b59d-3d13dc668247 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 21:41:39,733 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/e609c5fe-4ead-47f7-98dc-d278099ed10c/os-extra_specs used request id req-9fe0aee0-f023-42f6-b59d-3d13dc668247 2018-09-04 21:41:39,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0275099277496s 2018-09-04 21:41:39,734 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/e609c5fe-4ead-47f7-98dc-d278099ed10c/os-extra_specs used request id req-9fe0aee0-f023-42f6-b59d-3d13dc668247 2018-09-04 21:41:39,734 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_d9673c78-e165-4c51-8991-757aec44d869', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'e609c5fe-4ead-47f7-98dc-d278099ed10c', 'swap': 0}) 2018-09-04 21:41:44,166 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-04 21:41:41.849 11227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5cd06c33-2d89-4cd2-a3d2-aa224f4c18b5) for deployment 'opnfv-rally' (UUID=b1e28191-8a5f-401c-a92c-2b1712a52061). 2018-09-04 21:41:43.995 11227 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-04 21:41:43.997 11227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5cd06c33-2d89-4cd2-a3d2-aa224f4c18b5) has been successfully configured for deployment 'opnfv-rally' (UUID=b1e28191-8a5f-401c-a92c-2b1712a52061)! 2018-09-04 21:41:44,166 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-04 21:41:44,167 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-04 21:41:44,169 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-04 21:41:46,452 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2018-09-04 21:41:46,452 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2018-09-04 21:41:46,453 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size not found in Tempest list. 2018-09-04 21:41:46,453 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id not found in Tempest list. 2018-09-04 21:41:46,453 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id not found in Tempest list. 2018-09-04 21:41:46,453 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-09-04 21:41:46,453 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-09-04 21:41:46,453 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-09-04 21:41:46,453 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-09-04 21:41:46,453 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-09-04 21:41:46,453 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-09-04 21:41:46,453 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2018-09-04 21:41:46,453 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id not found in Tempest list. 2018-09-04 21:41:46,454 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-09-04 21:41:46,454 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-09-04 21:41:46,454 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2018-09-04 21:41:46,454 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-09-04 21:41:46,454 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-09-04 21:41:46,454 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2018-09-04 21:41:46,454 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2018-09-04 21:41:46,454 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2018-09-04 21:41:46,454 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-09-04 21:41:46,454 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2018-09-04 21:41:46,454 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete not found in Tempest list. 2018-09-04 21:41:46,454 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone not found in Tempest list. 2018-09-04 21:41:46,455 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2018-09-04 21:41:46,455 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-09-04 21:41:46,455 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-09-04 21:41:46,455 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name not found in Tempest list. 2018-09-04 21:41:46,455 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-09-04 21:41:46,455 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-09-04 21:41:46,455 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status not found in Tempest list. 2018-09-04 21:41:46,455 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-09-04 21:41:46,455 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-09-04 21:41:46,455 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2018-09-04 21:41:46,455 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image not found in Tempest list. 2018-09-04 21:41:46,455 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-09-04 21:41:46,456 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2018-09-04 21:41:46,457 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status not found in Tempest list. 2018-09-04 21:41:46,458 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2018-09-04 21:41:46,459 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-09-04 21:41:46,460 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-09-04 21:41:46,460 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-09-04 21:41:46,460 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id not found in Tempest list. 2018-09-04 21:41:46,460 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-09-04 21:41:46,460 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-09-04 21:41:46,462 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-04 21:41:46,478 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-04 21:41:46,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-09-04 21:41:48,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:41:48.604 11239 INFO rally.api [-] Starting verification (UUID=c9f1e664-94b3-4031-9d22-0f8925068cfe) for deployment 'opnfv-rally' (UUID=b1e28191-8a5f-401c-a92c-2b1712a52061) by verifier 'opnfv-tempest' (UUID=5cd06c33-2d89-4cd2-a3d2-aa224f4c18b5). 2018-09-04 21:41:48,606 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c9f1e664-94b3-4031-9d22-0f8925068cfe 2018-09-04 21:41:55,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:41:55.977 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.205s] 2018-09-04 21:41:56,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:41:56.040 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.063s] 2018-09-04 21:41:59,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:41:59.308 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.497s] 2018-09-04 21:41:59,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:41:59.565 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.214s] 2018-09-04 21:42:13,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:13.939 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.134s] 2018-09-04 21:42:15,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:15.632 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.319s] 2018-09-04 21:42:22,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:22.146 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.068s] 2018-09-04 21:42:22,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:22.157 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-09-04 21:42:22,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:22.296 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.138s] 2018-09-04 21:42:22,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:22.308 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-09-04 21:42:22,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:22.319 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-09-04 21:42:22,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:22.351 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-09-04 21:42:22,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:22.412 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.061s] 2018-09-04 21:42:22,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:22.479 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.066s] 2018-09-04 21:42:23,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:23.169 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.689s] 2018-09-04 21:42:23,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:23.184 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-09-04 21:42:23,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:23.249 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.065s] 2018-09-04 21:42:30,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:30.778 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2018-09-04 21:42:36,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:36.630 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.849s] 2018-09-04 21:42:39,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:39.239 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-09-04 21:42:43,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:43.261 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [33.390s] 2018-09-04 21:42:43,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:43.476 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2018-09-04 21:42:43,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:43.551 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-09-04 21:42:43,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:43.628 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-09-04 21:42:44,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:44.297 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.042s] 2018-09-04 21:42:46,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:46.483 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [30.844s] 2018-09-04 21:42:47,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:47.185 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.148s] 2018-09-04 21:42:47,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:47.348 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.162s] 2018-09-04 21:42:48,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:48.504 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.155s] 2018-09-04 21:42:48,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:48.661 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.156s] 2018-09-04 21:42:48,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:42:48.823 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.162s] 2018-09-04 21:43:00,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:00.417 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.031s] 2018-09-04 21:43:01,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:01.573 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.090s] 2018-09-04 21:43:04,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:04.277 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.859s] 2018-09-04 21:43:07,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:07.077 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.533s] 2018-09-04 21:43:07,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:07.556 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.478s] 2018-09-04 21:43:08,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:08.374 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.096s] 2018-09-04 21:43:08,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:08.480 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.924s] 2018-09-04 21:43:09,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:09.385 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.903s] 2018-09-04 21:43:09,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:09.899 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.514s] 2018-09-04 21:43:09,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:09.975 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.076s] 2018-09-04 21:43:10,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:10.055 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.079s] 2018-09-04 21:43:10,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:10.125 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2018-09-04 21:43:10,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:10.192 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.066s] 2018-09-04 21:43:10,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:10.265 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.072s] 2018-09-04 21:43:10,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:10.399 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.134s] 2018-09-04 21:43:13,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:13.346 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.971s] 2018-09-04 21:43:16,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:16.771 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.425s] 2018-09-04 21:43:20,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:20.843 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.071s] 2018-09-04 21:43:24,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:24.263 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.419s] 2018-09-04 21:43:27,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:27.858 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.920s] 2018-09-04 21:43:27,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:27.945 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.087s] 2018-09-04 21:43:28,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:28.318 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.372s] 2018-09-04 21:43:28,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:28.414 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.095s] 2018-09-04 21:43:28,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:28.416 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-09-04 21:43:30,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:30.056 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.792s] 2018-09-04 21:43:33,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:33.077 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [31.499s] 2018-09-04 21:43:33,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:33.686 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.628s] 2018-09-04 21:43:33,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:33.846 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.160s] 2018-09-04 21:43:34,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:34.104 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.258s] 2018-09-04 21:43:34,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:34.158 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.054s] 2018-09-04 21:43:34,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:34.346 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.186s] 2018-09-04 21:43:34,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:34.621 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.275s] 2018-09-04 21:43:34,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:34.894 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.273s] 2018-09-04 21:43:34,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:34.958 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.063s] 2018-09-04 21:43:35,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:35.152 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.193s] 2018-09-04 21:43:37,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:37.187 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.382s] 2018-09-04 21:43:37,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:37.563 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.376s] 2018-09-04 21:43:39,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:39.206 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.052s] 2018-09-04 21:43:45,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:45.828 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.168s] 2018-09-04 21:43:47,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:47.653 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.823s] 2018-09-04 21:43:48,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:48.465 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.811s] 2018-09-04 21:43:49,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:49.178 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.713s] 2018-09-04 21:43:50,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:50.696 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.515s] 2018-09-04 21:43:53,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:53.253 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.556s] 2018-09-04 21:43:54,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:54.027 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.774s] 2018-09-04 21:43:54,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:54.116 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.089s] 2018-09-04 21:43:54,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:54.140 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.023s] 2018-09-04 21:43:54,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:54.319 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.178s] 2018-09-04 21:43:54,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:43:54.343 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.025s] 2018-09-04 21:44:03,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:03.257 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.349s] 2018-09-04 21:44:04,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:04.243 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.985s] 2018-09-04 21:44:11,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:11.094 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [14.837s] 2018-09-04 21:44:11,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:11.297 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [0.507s] 2018-09-04 21:44:11,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:11.363 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-09-04 21:44:11,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:11.640 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.276s] 2018-09-04 21:44:11,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:11.744 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.103s] 2018-09-04 21:44:11,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:11.746 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-09-04 21:44:17,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:17.254 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.268s] 2018-09-04 21:44:20,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:20.403 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [9.309s] 2018-09-04 21:44:23,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:23.839 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.584s] 2018-09-04 21:44:40,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:40.123 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.383s] 2018-09-04 21:44:40,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:40.338 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.215s] 2018-09-04 21:44:40,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:40.683 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.344s] 2018-09-04 21:44:41,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:41.666 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.983s] 2018-09-04 21:44:42,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:42.082 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.415s] 2018-09-04 21:44:42,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:42.480 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.398s] 2018-09-04 21:44:44,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:44.985 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [24.577s] 2018-09-04 21:44:51,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:51.277 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [60.679s] 2018-09-04 21:44:54,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:54.583 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.600s] 2018-09-04 21:44:55,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:44:55.917 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.334s] 2018-09-04 21:45:01,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:01.929 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [16.943s] 2018-09-04 21:45:04,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:04.650 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.869s] 2018-09-04 21:45:06,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:06.275 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.625s] 2018-09-04 21:45:10,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:10.398 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.117s] 2018-09-04 21:45:11,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:11.440 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.045s] 2018-09-04 21:45:12,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:12.898 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.454s] 2018-09-04 21:45:13,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:13.798 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.902s] 2018-09-04 21:45:15,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:15.502 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.700s] 2018-09-04 21:45:15,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:15.549 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.050s] 2018-09-04 21:45:18,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:18.831 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.177s] 2018-09-04 21:45:20,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:20.814 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [29.526s] 2018-09-04 21:45:24,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:24.647 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.650s] 2018-09-04 21:45:25,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:25.481 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.833s] 2018-09-04 21:45:33,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:33.914 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [2.284s] 2018-09-04 21:45:35,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:35.782 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.867s] 2018-09-04 21:45:37,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:37.416 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.632s] 2018-09-04 21:45:38,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:38.098 11239 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.316s] 2018-09-04 21:45:39,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:39.587 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.170s] 2018-09-04 21:45:41,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:41.735 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [2.147s] 2018-09-04 21:45:44,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:44.026 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.290s] 2018-09-04 21:45:45,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:45.143 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.118s] 2018-09-04 21:45:46,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:46.464 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.319s] 2018-09-04 21:45:47,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:47.156 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.692s] 2018-09-04 21:45:48,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:48.852 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.693s] 2018-09-04 21:45:49,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:49.663 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.812s] 2018-09-04 21:45:50,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:50.391 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.728s] 2018-09-04 21:45:51,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:51.233 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.841s] 2018-09-04 21:45:53,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:53.045 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.810s] 2018-09-04 21:45:54,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:54.262 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [1.217s] 2018-09-04 21:45:55,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:55.193 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.931s] 2018-09-04 21:45:56,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:56.040 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.846s] 2018-09-04 21:45:56,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:56.915 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.875s] 2018-09-04 21:45:58,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:58.526 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-09-04 21:45:58,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:58.695 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.168s] 2018-09-04 21:45:58,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:58.873 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.177s] 2018-09-04 21:45:58,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:58.902 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.029s] 2018-09-04 21:45:59,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:59.082 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.179s] 2018-09-04 21:45:59,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:59.131 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.048s] 2018-09-04 21:45:59,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:59.447 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.315s] 2018-09-04 21:45:59,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:59.495 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.047s] 2018-09-04 21:45:59,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:59.537 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.042s] 2018-09-04 21:45:59,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:45:59.582 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.044s] 2018-09-04 21:46:05,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:05.794 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [40.307s] 2018-09-04 21:46:06,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:06.113 11239 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.213s] 2018-09-04 21:46:14,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:14.938 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.643s] 2018-09-04 21:46:15,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:15.113 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.175s] 2018-09-04 21:46:15,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:15.164 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.330s] 2018-09-04 21:46:19,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:19.138 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.365s] 2018-09-04 21:46:19,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:19.373 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.234s] 2018-09-04 21:46:19,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:19.933 11239 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.152s] 2018-09-04 21:46:20,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:20.391 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.226s] 2018-09-04 21:46:22,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:22.506 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.114s] 2018-09-04 21:46:22,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:22.612 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.106s] 2018-09-04 21:46:22,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:22.804 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.192s] 2018-09-04 21:46:23,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:23.001 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.197s] 2018-09-04 21:46:23,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:23.049 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.047s] 2018-09-04 21:46:28,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:28.146 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.067s] 2018-09-04 21:46:28,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:28.696 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.550s] 2018-09-04 21:46:29,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:29.406 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.161s] 2018-09-04 21:46:30,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:30.030 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.180s] 2018-09-04 21:46:30,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:30.210 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.179s] 2018-09-04 21:46:39,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:39.960 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.111s] 2018-09-04 21:46:41,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:41.792 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-09-04 21:46:41,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:41.828 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.036s] 2018-09-04 21:46:41,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:41.878 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.049s] 2018-09-04 21:46:42,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:42.411 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.531s] 2018-09-04 21:46:42,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:42.507 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.096s] 2018-09-04 21:46:43,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:43.137 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.628s] 2018-09-04 21:46:43,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:43.172 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.036s] 2018-09-04 21:46:43,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:43.222 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.049s] 2018-09-04 21:46:43,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:43.413 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.190s] 2018-09-04 21:46:43,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:43.470 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.057s] 2018-09-04 21:46:43,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:43.511 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-09-04 21:46:43,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:43.586 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.074s] 2018-09-04 21:46:43,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:43.810 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.223s] 2018-09-04 21:46:43,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:43.860 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.049s] 2018-09-04 21:46:43,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:43.907 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.047s] 2018-09-04 21:46:48,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:48.621 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.658s] 2018-09-04 21:46:50,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:50.426 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.162s] 2018-09-04 21:46:50,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:50.586 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.159s] 2018-09-04 21:46:50,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:50.760 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.173s] 2018-09-04 21:46:50,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:50.915 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.155s] 2018-09-04 21:46:51,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:51.078 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.162s] 2018-09-04 21:46:51,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:51.240 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.161s] 2018-09-04 21:46:51,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:51.426 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.186s] 2018-09-04 21:46:51,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:51.603 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.175s] 2018-09-04 21:46:51,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:51.613 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-09-04 21:46:51,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:51.784 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.171s] 2018-09-04 21:46:51,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:51.936 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.151s] 2018-09-04 21:46:52,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:52.119 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.182s] 2018-09-04 21:46:52,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:52.311 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.191s] 2018-09-04 21:46:52,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:52.345 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.034s] 2018-09-04 21:46:52,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:52.381 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-09-04 21:46:52,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:52.533 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.151s] 2018-09-04 21:46:52,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:52.720 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.181s] 2018-09-04 21:46:52,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:52.748 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.031s] 2018-09-04 21:46:52,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:52.787 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-09-04 21:46:52,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:46:52.818 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-09-04 21:47:02,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:47:02.687 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.063s] 2018-09-04 21:47:07,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: c9f1e664-94b3-4031-9d22-0f8925068cfe 2018-09-04 21:47:07,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c9f1e664-94b3-4031-9d22-0f8925068cfe']'. 2018-09-04 21:47:08,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-04 21:47:08,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-04 21:47:08,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 21:47:08,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c9f1e664-94b3-4031-9d22-0f8925068cfe | 2018-09-04 21:47:08,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-04 21:47:08,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-04 21:41:48 | 2018-09-04 21:47:08,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-04 21:47:06 | 2018-09-04 21:47:08,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:18 | 2018-09-04 21:47:08,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-09-04 21:47:08,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5cd06c33-2d89-4cd2-a3d2-aa224f4c18b5) | 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b1e28191-8a5f-401c-a92c-2b1712a52061) | 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 308.909 | 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 200 | 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-04 21:47:08,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-04 21:47:08,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-09-04 21:47:08,525 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 21:47:08,525 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:44 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-04 21:47:08,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 21:47:08,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:47:10,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e2534184-8037-4a37-ad89-0e29f4048fa5 Date: Tue, 04 Sep 2018 21:47:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:47:10,389 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284 used request id req-e2534184-8037-4a37-ad89-0e29f4048fa5 2018-09-04 21:47:10,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.85888004303s 2018-09-04 21:47:10,389 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/18818573-f8f9-46ba-9d4d-b5c8da893284 used request id req-e2534184-8037-4a37-ad89-0e29f4048fa5 2018-09-04 21:47:10,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 21:47:10,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:47:10,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-701a3a28-1399-4b00-b26b-366d7a284e68 x-compute-request-id: req-701a3a28-1399-4b00-b26b-366d7a284e68 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4bf28466-f8c2-4e15-b67a-193f02346c0f", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4bf28466-f8c2-4e15-b67a-193f02346c0f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4bf28466-f8c2-4e15-b67a-193f02346c0f", "name": "refstack_defcore-flavor_d9673c78-e165-4c51-8991-757aec44d869", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e609c5fe-4ead-47f7-98dc-d278099ed10c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e609c5fe-4ead-47f7-98dc-d278099ed10c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e609c5fe-4ead-47f7-98dc-d278099ed10c", "name": "refstack_defcore-flavor_alt_d9673c78-e165-4c51-8991-757aec44d869", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 21:47:10,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-701a3a28-1399-4b00-b26b-366d7a284e68 2018-09-04 21:47:10,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.570010900497s 2018-09-04 21:47:10,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-701a3a28-1399-4b00-b26b-366d7a284e68 2018-09-04 21:47:10,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 21:47:10,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/e609c5fe-4ead-47f7-98dc-d278099ed10c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:47:11,180 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:47:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2fe60708-6ef7-4620-a45c-e2970df5c3ea x-compute-request-id: req-2fe60708-6ef7-4620-a45c-e2970df5c3ea Content-Length: 0 Content-Type: application/json 2018-09-04 21:47:11,181 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e609c5fe-4ead-47f7-98dc-d278099ed10c used request id req-2fe60708-6ef7-4620-a45c-e2970df5c3ea 2018-09-04 21:47:11,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.217657089233s 2018-09-04 21:47:11,181 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e609c5fe-4ead-47f7-98dc-d278099ed10c used request id req-2fe60708-6ef7-4620-a45c-e2970df5c3ea 2018-09-04 21:47:11,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 21:47:11,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/30dbf127-0512-4ff8-8832-b68f9c0c9bcc/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" -d '{"subnet_id": "cd7b03fd-559d-45e6-97b0-48198960aa9e"}' 2018-09-04 21:47:12,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-286ee121-f70f-4ff9-a6bb-99ffa2cf977b Date: Tue, 04 Sep 2018 21:47:12 GMT RESP BODY: {"network_id": "73216799-a390-44ad-ade7-53025bf51912", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "subnet_id": "cd7b03fd-559d-45e6-97b0-48198960aa9e", "subnet_ids": ["cd7b03fd-559d-45e6-97b0-48198960aa9e"], "port_id": "40843e1c-0969-4464-950d-a6a6cde18d52", "id": "30dbf127-0512-4ff8-8832-b68f9c0c9bcc"} 2018-09-04 21:47:12,825 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/30dbf127-0512-4ff8-8832-b68f9c0c9bcc/remove_router_interface.json used request id req-286ee121-f70f-4ff9-a6bb-99ffa2cf977b 2018-09-04 21:47:12,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.64300394058s 2018-09-04 21:47:12,825 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/30dbf127-0512-4ff8-8832-b68f9c0c9bcc/remove_router_interface.json used request id req-286ee121-f70f-4ff9-a6bb-99ffa2cf977b returning object 30dbf127-0512-4ff8-8832-b68f9c0c9bcc 2018-09-04 21:47:12,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 21:47:12,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:47:13,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-f4dc18d7-0fa0-4459-bbb0-412bff2bfa5a Date: Tue, 04 Sep 2018 21:47:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:27Z", "admin_state_up": true, "updated_at": "2018-09-04T21:47:11Z", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "30dbf127-0512-4ff8-8832-b68f9c0c9bcc", "name": "refstack_defcore-router_d9673c78-e165-4c51-8991-757aec44d869"}]} 2018-09-04 21:47:13,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-f4dc18d7-0fa0-4459-bbb0-412bff2bfa5a 2018-09-04 21:47:13,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.211699962616s 2018-09-04 21:47:13,038 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-f4dc18d7-0fa0-4459-bbb0-412bff2bfa5a 2018-09-04 21:47:13,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 21:47:13,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/30dbf127-0512-4ff8-8832-b68f9c0c9bcc.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:47:16,745 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6a06ccd0-5789-4118-837b-cb5daf79fa7f Content-Length: 0 Date: Tue, 04 Sep 2018 21:47:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:47:16,745 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/30dbf127-0512-4ff8-8832-b68f9c0c9bcc.json used request id req-6a06ccd0-5789-4118-837b-cb5daf79fa7f 2018-09-04 21:47:16,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.70577096939s 2018-09-04 21:47:16,745 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/30dbf127-0512-4ff8-8832-b68f9c0c9bcc.json used request id req-6a06ccd0-5789-4118-837b-cb5daf79fa7f 2018-09-04 21:47:16,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 21:47:16,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:47:16,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-5c22ba3a-dec7-4ad5-9d5e-fed1e50970bc Date: Tue, 04 Sep 2018 21:47:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73216799-a390-44ad-ade7-53025bf51912","tenant_id":"7a23a6a548774f7797c37bf2b2c81b7f","created_at":"2018-09-04T21:41:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T21:41:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"7a23a6a548774f7797c37bf2b2c81b7f","id":"cd7b03fd-559d-45e6-97b0-48198960aa9e","subnetpool_id":null,"name":"refstack_defcore-subnet_d9673c78-e165-4c51-8991-757aec44d869"}]} 2018-09-04 21:47:16,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-5c22ba3a-dec7-4ad5-9d5e-fed1e50970bc 2018-09-04 21:47:16,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.19843006134s 2018-09-04 21:47:16,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-5c22ba3a-dec7-4ad5-9d5e-fed1e50970bc 2018-09-04 21:47:16,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 21:47:16,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/cd7b03fd-559d-45e6-97b0-48198960aa9e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:47:19,071 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-21ab6779-a108-489f-93df-d7eea6154672 Date: Tue, 04 Sep 2018 21:47:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:47:19,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/cd7b03fd-559d-45e6-97b0-48198960aa9e.json used request id req-21ab6779-a108-489f-93df-d7eea6154672 2018-09-04 21:47:19,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.12540888786s 2018-09-04 21:47:19,072 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/cd7b03fd-559d-45e6-97b0-48198960aa9e.json used request id req-21ab6779-a108-489f-93df-d7eea6154672 2018-09-04 21:47:19,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 21:47:19,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:47:19,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-2f6d8da1-0b51-4a80-bee0-f55fa360feb6 Date: Tue, 04 Sep 2018 21:47:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"73216799-a390-44ad-ade7-53025bf51912","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":true,"project_id":"7a23a6a548774f7797c37bf2b2c81b7f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:47:18Z","qos_policy_id":null,"name":"refstack_defcore-net_d9673c78-e165-4c51-8991-757aec44d869","admin_state_up":true,"tenant_id":"7a23a6a548774f7797c37bf2b2c81b7f","created_at":"2018-09-04T21:41:25Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:47:19,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-2f6d8da1-0b51-4a80-bee0-f55fa360feb6 2018-09-04 21:47:19,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.269680976868s 2018-09-04 21:47:19,342 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-2f6d8da1-0b51-4a80-bee0-f55fa360feb6 2018-09-04 21:47:19,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 21:47:19,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/73216799-a390-44ad-ade7-53025bf51912.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:47:20,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc454445-fe70-4910-8a06-ec309ca466e0 Date: Tue, 04 Sep 2018 21:47:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:47:20,070 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/73216799-a390-44ad-ade7-53025bf51912.json used request id req-cc454445-fe70-4910-8a06-ec309ca466e0 2018-09-04 21:47:20,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.726716041565s 2018-09-04 21:47:20,070 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/73216799-a390-44ad-ade7-53025bf51912.json used request id req-cc454445-fe70-4910-8a06-ec309ca466e0 2018-09-04 21:47:20,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:47:20,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:47:20,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-3ed486de-4e0c-431d-971a-e6856b21ca9a Date: Tue, 04 Sep 2018 21:47:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/snap", "metadata": {}}], "file": "/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/file", "owner": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "77df000e-1ee3-4a24-820e-1961fbd28d4d", "size": 12716032, "self": "/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/77df000e-1ee3-4a24-820e-1961fbd28d4d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:41:36Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d9673c78-e165-4c51-8991-757aec44d869", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T21:41:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:47:20,395 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3ed486de-4e0c-431d-971a-e6856b21ca9a 2018-09-04 21:47:20,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.323966026306s 2018-09-04 21:47:20,395 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3ed486de-4e0c-431d-971a-e6856b21ca9a 2018-09-04 21:47:20,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 21:47:20,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57f86398c374d764ba993ca3d60e5f5a21bb4d67" 2018-09-04 21:47:21,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5d7d264-47e6-4cda-98b5-f54fd104100d Date: Tue, 04 Sep 2018 21:47:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:47:21,501 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d used request id req-c5d7d264-47e6-4cda-98b5-f54fd104100d 2018-09-04 21:47:21,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.10444092751s 2018-09-04 21:47:21,502 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/77df000e-1ee3-4a24-820e-1961fbd28d4d used request id req-c5d7d264-47e6-4cda-98b5-f54fd104100d 2018-09-04 21:47:21,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 21:47:21,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:47:21,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ea6ac5a-84ce-479f-928f-993fe387e95d x-compute-request-id: req-6ea6ac5a-84ce-479f-928f-993fe387e95d Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4bf28466-f8c2-4e15-b67a-193f02346c0f", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4bf28466-f8c2-4e15-b67a-193f02346c0f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4bf28466-f8c2-4e15-b67a-193f02346c0f", "name": "refstack_defcore-flavor_d9673c78-e165-4c51-8991-757aec44d869", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 21:47:21,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-6ea6ac5a-84ce-479f-928f-993fe387e95d 2018-09-04 21:47:21,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0306439399719s 2018-09-04 21:47:21,533 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-6ea6ac5a-84ce-479f-928f-993fe387e95d 2018-09-04 21:47:21,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 21:47:21,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/4bf28466-f8c2-4e15-b67a-193f02346c0f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:47:21,576 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:47:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e3ec7347-9d27-479e-bbfb-95de20288837 x-compute-request-id: req-e3ec7347-9d27-479e-bbfb-95de20288837 Content-Length: 0 Content-Type: application/json 2018-09-04 21:47:21,576 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/4bf28466-f8c2-4e15-b67a-193f02346c0f used request id req-e3ec7347-9d27-479e-bbfb-95de20288837 2018-09-04 21:47:21,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0412631034851s 2018-09-04 21:47:21,577 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/4bf28466-f8c2-4e15-b67a-193f02346c0f used request id req-e3ec7347-9d27-479e-bbfb-95de20288837 2018-09-04 21:47:21,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:47:21,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:47:21,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-980f0669-1461-4639-b3cf-19d71593d816 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d9673c78-e165-4c51-8991-757aec44d869", "links": {"self": "http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec"}, "domain_id": "default", "enabled": true, "id": "9ca450778e5c40ebba23ab15aa5bedec", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:47:21,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-980f0669-1461-4639-b3cf-19d71593d816 2018-09-04 21:47:21,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0931859016418s 2018-09-04 21:47:21,671 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-980f0669-1461-4639-b3cf-19d71593d816 2018-09-04 21:47:21,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:47:21,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:47:21,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64ad6ec9-0750-4cda-8478-674333b8b334 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec"}, "enabled": true, "id": "9ca450778e5c40ebba23ab15aa5bedec", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_d9673c78-e165-4c51-8991-757aec44d869"}} 2018-09-04 21:47:21,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec used request id req-64ad6ec9-0750-4cda-8478-674333b8b334 2018-09-04 21:47:21,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0921819210052s 2018-09-04 21:47:21,769 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec used request id req-64ad6ec9-0750-4cda-8478-674333b8b334 2018-09-04 21:47:21,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 21:47:21,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:47:21,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:47:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-573d9208-3817-4473-9e35-bab99050a99e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:47:21,944 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec used request id req-573d9208-3817-4473-9e35-bab99050a99e 2018-09-04 21:47:21,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.174001932144s 2018-09-04 21:47:21,944 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/9ca450778e5c40ebba23ab15aa5bedec used request id req-573d9208-3817-4473-9e35-bab99050a99e 2018-09-04 21:47:21,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:47:21,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:47:22,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af511709-0876-40da-99c7-e5179eead3d1 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f"}, "enabled": true, "id": "7a23a6a548774f7797c37bf2b2c81b7f", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d9673c78-e165-4c51-8991-757aec44d869"}]} 2018-09-04 21:47:22,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-af511709-0876-40da-99c7-e5179eead3d1 2018-09-04 21:47:22,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.079421043396s 2018-09-04 21:47:22,024 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-af511709-0876-40da-99c7-e5179eead3d1 2018-09-04 21:47:22,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 21:47:22,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:47:22,181 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:47:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e8bc321-e3cc-45d9-b081-54ee49033681 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:47:22,181 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-4e8bc321-e3cc-45d9-b081-54ee49033681 2018-09-04 21:47:22,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.154435873032s 2018-09-04 21:47:22,181 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-4e8bc321-e3cc-45d9-b081-54ee49033681 2018-09-04 21:47:22,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:47:22,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:47:22,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2faf424-8e36-49ea-a3b4-98661078d1a9 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1ab4d245531d471594236103cbacd904", "links": {"self": "http://172.30.9.26:5000/v3/roles/1ab4d245531d471594236103cbacd904"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:47:22,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f2faf424-8e36-49ea-a3b4-98661078d1a9 2018-09-04 21:47:22,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.07342004776s 2018-09-04 21:47:22,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 21:47:22,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/1ab4d245531d471594236103cbacd904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3c0cbed43309bf56203492cd2abe8a81fc3a8f8" 2018-09-04 21:47:22,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:47:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c51ab68-9fb7-42d9-a4f7-0dbeefc4ccf3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:47:22,376 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/1ab4d245531d471594236103cbacd904 used request id req-0c51ab68-9fb7-42d9-a4f7-0dbeefc4ccf3 2018-09-04 21:47:22,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.119046926498s 2018-09-04 21:47:22,429 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-09-04 21:47:22,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 21:47:22,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 21:47:22,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 21:47:22,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 21:47:22,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 21:47:22,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 21:47:22,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 21:47:22,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 21:47:22,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 21:47:22,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 21:47:22,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 21:47:22,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 21:47:22,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 21:47:22,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 21:47:22,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 21:47:22,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 21:47:22,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 21:47:22,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 21:47:22,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 21:47:22,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 21:47:22,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 21:47:22,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 21:47:22,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 21:47:22,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 21:47:22,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:47:22,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea69d403-ee7b-423b-8986-32af7cf97714 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:47:22,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ea69d403-ee7b-423b-8986-32af7cf97714 2018-09-04 21:47:22,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:47:22,866 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T22:47:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["nfI4keJ7Qf2Th2hirAQVnw"], "issued_at": "2018-09-04T21:47:22.000000Z"}} 2018-09-04 21:47:22,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 21:47:22,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:23,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-8da53512-2ca6-478d-b271-10fe23a93ec5 Date: Tue, 04 Sep 2018 21:47:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:47:23,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8da53512-2ca6-478d-b271-10fe23a93ec5 2018-09-04 21:47:23,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.241586923599s 2018-09-04 21:47:23,111 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8da53512-2ca6-478d-b271-10fe23a93ec5 2018-09-04 21:47:23,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 21:47:23,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:23,121 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:47:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:47:23,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:23,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e2d377-ba35-4c50-86ab-7f43106e06ff Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 21:47:23,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-67e2d377-ba35-4c50-86ab-7f43106e06ff 2018-09-04 21:47:23,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.094153881073s 2018-09-04 21:47:23,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 21:47:23,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}}' 2018-09-04 21:47:23,310 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:47:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6224f01b-2639-48ce-8832-45963308d5d3 Content-Length: 348 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08"}, "enabled": true, "id": "c19c85173484499dae974ca3062bda08", "parent_id": "default", "domain_id": "default", "name": "patrole-project_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}} 2018-09-04 21:47:23,310 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-6224f01b-2639-48ce-8832-45963308d5d3 2018-09-04 21:47:23,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.10214805603s 2018-09-04 21:47:23,310 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-6224f01b-2639-48ce-8832-45963308d5d3 2018-09-04 21:47:23,311 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'id': u'c19c85173484499dae974ca3062bda08', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 21:47:23,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 21:47:23,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357508897781s 2018-09-04 21:47:23,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:23,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f121012-3240-40ff-a99c-0aa3ef834e22 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8"}, "enabled": true, "id": "af5f0589e4354df69ffe6ee3b390c6d8", "options": {}, "domain_id": "default", "name": "patrole-user_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}} 2018-09-04 21:47:23,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8 used request id req-9f121012-3240-40ff-a99c-0aa3ef834e22 2018-09-04 21:47:23,770 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'af5f0589e4354df69ffe6ee3b390c6d8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b'}) 2018-09-04 21:47:23,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:47:23,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:23,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b0a758a-0c3d-4710-a7dd-9478eaf1abd8 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:47:23,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2b0a758a-0c3d-4710-a7dd-9478eaf1abd8 2018-09-04 21:47:23,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776979923248s 2018-09-04 21:47:23,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:47:23,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:23,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b05a992-432c-4bc0-8392-46817567c5b3 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:47:23,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4b05a992-432c-4bc0-8392-46817567c5b3 2018-09-04 21:47:23,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802490711212s 2018-09-04 21:47:23,931 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 21:47:23,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 21:47:23,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" -d '{"role": {"name": "Member"}}' 2018-09-04 21:47:24,040 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:47:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03dc0480-c332-4740-a8e6-1d36eae43891 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e131c7f6b9db492abe6f3ec1ccb505ec", "links": {"self": "http://172.30.9.26:5000/v3/roles/e131c7f6b9db492abe6f3ec1ccb505ec"}, "name": "Member"}} 2018-09-04 21:47:24,041 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-03dc0480-c332-4740-a8e6-1d36eae43891 2018-09-04 21:47:24,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10973906517s 2018-09-04 21:47:24,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/e131c7f6b9db492abe6f3ec1ccb505ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:24,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2818bac-7ebb-4ecb-ad6b-606e3ae13b64 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/e131c7f6b9db492abe6f3ec1ccb505ec"}, "domain_id": null, "name": "Member", "id": "e131c7f6b9db492abe6f3ec1ccb505ec"}} 2018-09-04 21:47:24,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/e131c7f6b9db492abe6f3ec1ccb505ec used request id req-f2818bac-7ebb-4ecb-ad6b-606e3ae13b64 2018-09-04 21:47:24,059 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/e131c7f6b9db492abe6f3ec1ccb505ec'}, 'domain_id': None, 'human_id': None, 'id': u'e131c7f6b9db492abe6f3ec1ccb505ec', 'HUMAN_ID': False}) 2018-09-04 21:47:24,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:47:24,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:24,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54f1883b-9a75-4a8d-9224-343c20f4ca21 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e131c7f6b9db492abe6f3ec1ccb505ec", "links": {"self": "http://172.30.9.26:5000/v3/roles/e131c7f6b9db492abe6f3ec1ccb505ec"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:47:24,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-54f1883b-9a75-4a8d-9224-343c20f4ca21 2018-09-04 21:47:24,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791211128235s 2018-09-04 21:47:24,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 21:47:24,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:24,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5a6a70d-9076-4ecd-a690-b7d9a41cf3fc Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 21:47:24,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-f5a6a70d-9076-4ecd-a690-b7d9a41cf3fc 2018-09-04 21:47:24,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0822868347168s 2018-09-04 21:47:24,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:47:24,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:24,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b0ef27b-8ec1-4485-b9eb-6fcb526b5ae5 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "links": {"self": "http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8"}, "domain_id": "default", "enabled": true, "id": "af5f0589e4354df69ffe6ee3b390c6d8", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:47:24,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-2b0ef27b-8ec1-4485-b9eb-6fcb526b5ae5 2018-09-04 21:47:24,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0930118560791s 2018-09-04 21:47:24,316 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-2b0ef27b-8ec1-4485-b9eb-6fcb526b5ae5 2018-09-04 21:47:24,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:47:24,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:24,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0844412b-1887-47e7-8ed8-0ea8dbd2161d Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08"}, "enabled": true, "id": "c19c85173484499dae974ca3062bda08", "parent_id": "default", "domain_id": "default", "name": "patrole-project_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}]} 2018-09-04 21:47:24,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-0844412b-1887-47e7-8ed8-0ea8dbd2161d 2018-09-04 21:47:24,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0822138786316s 2018-09-04 21:47:24,405 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-0844412b-1887-47e7-8ed8-0ea8dbd2161d 2018-09-04 21:47:24,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 21:47:24,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=af5f0589e4354df69ffe6ee3b390c6d8&scope.project.id=c19c85173484499dae974ca3062bda08&role.id=e131c7f6b9db492abe6f3ec1ccb505ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:24,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73d9d7ed-5bc5-4a80-9b03-8a4f25b698a1 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=af5f0589e4354df69ffe6ee3b390c6d8&scope.project.id=c19c85173484499dae974ca3062bda08&role.id=e131c7f6b9db492abe6f3ec1ccb505ec", "previous": null, "next": null}} 2018-09-04 21:47:24,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=af5f0589e4354df69ffe6ee3b390c6d8&scope.project.id=c19c85173484499dae974ca3062bda08&role.id=e131c7f6b9db492abe6f3ec1ccb505ec used request id req-73d9d7ed-5bc5-4a80-9b03-8a4f25b698a1 2018-09-04 21:47:24,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0812878608704s 2018-09-04 21:47:24,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 21:47:24,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08/users/af5f0589e4354df69ffe6ee3b390c6d8/roles/e131c7f6b9db492abe6f3ec1ccb505ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:24,611 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:47:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f680c55-ae10-4043-9806-792d808cb12d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:47:24,612 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08/users/af5f0589e4354df69ffe6ee3b390c6d8/roles/e131c7f6b9db492abe6f3ec1ccb505ec used request id req-6f680c55-ae10-4043-9806-792d808cb12d 2018-09-04 21:47:24,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12241601944s 2018-09-04 21:47:24,613 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'bc252f6f-97be-44e3-9db3-247db765969e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'project_id': u'c19c85173484499dae974ca3062bda08', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 21:47:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 21:47:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 21:47:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 21:47:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 21:47:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 21:47:24,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 21:47:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 21:47:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 21:47:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 21:47:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 21:47:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 21:47:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 21:47:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 21:47:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 21:47:24,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 21:47:24,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 21:47:24,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 21:47:24,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 21:47:24,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 21:47:24,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 21:47:24,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 21:47:24,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 21:47:24,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 21:47:24,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 21:47:24,618 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'password': 'bc252f6f-97be-44e3-9db3-247db765969e', 'project_name': 'patrole-project_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'c19c85173484499dae974ca3062bda08', 'project_domain_name': 'Default'} 2018-09-04 21:47:24,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:47:24,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:24,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cc7dd44-9031-4815-8cce-59e4c60c806c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e131c7f6b9db492abe6f3ec1ccb505ec", "links": {"self": "http://172.30.9.26:5000/v3/roles/e131c7f6b9db492abe6f3ec1ccb505ec"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:47:24,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1cc7dd44-9031-4815-8cce-59e4c60c806c 2018-09-04 21:47:24,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828421115875s 2018-09-04 21:47:24,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:47:24,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:24,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92d0511b-4574-40a6-ad64-90c5544310d8 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e131c7f6b9db492abe6f3ec1ccb505ec", "links": {"self": "http://172.30.9.26:5000/v3/roles/e131c7f6b9db492abe6f3ec1ccb505ec"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:47:24,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-92d0511b-4574-40a6-ad64-90c5544310d8 2018-09-04 21:47:24,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0864589214325s 2018-09-04 21:47:24,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 21:47:24,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:24,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0c1dce1-29cd-4250-865d-dc5a697c3b9d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 21:47:24,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-f0c1dce1-29cd-4250-865d-dc5a697c3b9d 2018-09-04 21:47:24,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0751588344574s 2018-09-04 21:47:24,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:47:24,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:24,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a6a09cb-5933-41d3-aea0-6b802000e00d Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "links": {"self": "http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8"}, "domain_id": "default", "enabled": true, "id": "af5f0589e4354df69ffe6ee3b390c6d8", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:47:24,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3a6a09cb-5933-41d3-aea0-6b802000e00d 2018-09-04 21:47:24,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0995540618896s 2018-09-04 21:47:24,966 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3a6a09cb-5933-41d3-aea0-6b802000e00d 2018-09-04 21:47:24,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:47:24,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:25,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aabb4b2-0f45-4b25-8cda-306f405c7f78 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08"}, "enabled": true, "id": "c19c85173484499dae974ca3062bda08", "parent_id": "default", "domain_id": "default", "name": "patrole-project_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}]} 2018-09-04 21:47:25,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-7aabb4b2-0f45-4b25-8cda-306f405c7f78 2018-09-04 21:47:25,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0829560756683s 2018-09-04 21:47:25,056 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-7aabb4b2-0f45-4b25-8cda-306f405c7f78 2018-09-04 21:47:25,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 21:47:25,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=af5f0589e4354df69ffe6ee3b390c6d8&scope.project.id=c19c85173484499dae974ca3062bda08&role.id=5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:25,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c52c1ec-8df3-410a-8042-437a9a1022c3 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=af5f0589e4354df69ffe6ee3b390c6d8&scope.project.id=c19c85173484499dae974ca3062bda08&role.id=5cd9afdff9a14c7bbd8b1621921cc3df", "previous": null, "next": null}} 2018-09-04 21:47:25,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=af5f0589e4354df69ffe6ee3b390c6d8&scope.project.id=c19c85173484499dae974ca3062bda08&role.id=5cd9afdff9a14c7bbd8b1621921cc3df used request id req-5c52c1ec-8df3-410a-8042-437a9a1022c3 2018-09-04 21:47:25,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0808019638062s 2018-09-04 21:47:25,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 21:47:25,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08/users/af5f0589e4354df69ffe6ee3b390c6d8/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:25,264 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:47:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1098ac72-e769-46a1-8cc8-2f7e68c918c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:47:25,265 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08/users/af5f0589e4354df69ffe6ee3b390c6d8/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-1098ac72-e769-46a1-8cc8-2f7e68c918c1 2018-09-04 21:47:25,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125238180161s 2018-09-04 21:47:25,265 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 21:47:27,811 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-04 21:47:27.374 11291 INFO rally.deployment.engine [-] Deployment b1e28191-8a5f-401c-a92c-2b1712a52061 | Starting: Destroy cloud and free allocated resources. 2018-09-04 21:47:27.464 11291 INFO rally.deployment.engine [-] Deployment b1e28191-8a5f-401c-a92c-2b1712a52061 | Completed: Destroy cloud and free allocated resources. 2018-09-04 21:47:27.515 11291 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=5cd06c33-2d89-4cd2-a3d2-aa224f4c18b5) for deployment 'opnfv-rally'. 2018-09-04 21:47:27.539 11291 INFO rally.api [-] Deleting verification (UUID=c9f1e664-94b3-4031-9d22-0f8925068cfe). 2018-09-04 21:47:27.582 11291 INFO rally.api [-] Verification has been successfully deleted! 2018-09-04 21:47:27.583 11291 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5cd06c33-2d89-4cd2-a3d2-aa224f4c18b5). 2018-09-04 21:47:27.594 11291 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-04 21:47:30,290 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 21:47:29.972 11294 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8b1772f4-4d38-43cd-a4d0-a2309d1db208) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8b1772f4-4d38-43cd-a4d0-a2309d1db208 | 2018-09-04T21:47:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8b1772f4-4d38-43cd-a4d0-a2309d1db208 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-04 21:47:33,772 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-09-04 21:47:33,772 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-04 21:47:36,168 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-04 21:47:35.879 11300 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=5cd06c33-2d89-4cd2-a3d2-aa224f4c18b5). 2018-09-04 21:47:36.014 11300 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-04 21:47:39,691 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-04 21:47:38.232 11303 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-04 21:47:38.398 11303 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-04 21:47:39.488 11303 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=38af932e-31a7-428d-a164-2554dbf462f8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=38af932e-31a7-428d-a164-2554dbf462f8) as the default verifier for the future CLI operations. 2018-09-04 21:47:42,676 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-09-04 21:47:42,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 21:47:42,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:42,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40efe3fe-99bc-4a86-b0b5-180c3bdf7a3f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 21:47:42,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-40efe3fe-99bc-4a86-b0b5-180c3bdf7a3f 2018-09-04 21:47:42,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0866980552673s 2018-09-04 21:47:42,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:47:42,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:47:42,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-903b476c-c3bf-47f7-bde5-6819e73ee70e Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08"}, "enabled": true, "id": "c19c85173484499dae974ca3062bda08", "parent_id": "default", "domain_id": "default", "name": "patrole-project_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}]} 2018-09-04 21:47:42,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-903b476c-c3bf-47f7-bde5-6819e73ee70e 2018-09-04 21:47:42,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0959069728851s 2018-09-04 21:47:42,862 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-903b476c-c3bf-47f7-bde5-6819e73ee70e 2018-09-04 21:47:42,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 21:47:42,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" -d '{"network": {"shared": true, "tenant_id": "c19c85173484499dae974ca3062bda08", "name": "patrole-net_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "admin_state_up": true}}' 2018-09-04 21:47:43,416 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-1d6b839b-d046-4d4f-a33a-883f5ba99652 Date: Tue, 04 Sep 2018 21:47:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8354589e-b946-4a15-b79e-b4e17b57c318","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":true,"project_id":"c19c85173484499dae974ca3062bda08","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:47:43Z","is_default":false,"qos_policy_id":null,"name":"patrole-net_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b","admin_state_up":true,"tenant_id":"c19c85173484499dae974ca3062bda08","created_at":"2018-09-04T21:47:43Z","mtu":1450}} 2018-09-04 21:47:43,416 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1d6b839b-d046-4d4f-a33a-883f5ba99652 2018-09-04 21:47:43,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.550743103027s 2018-09-04 21:47:43,416 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1d6b839b-d046-4d4f-a33a-883f5ba99652 2018-09-04 21:47:43,417 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T21:47:43Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8354589e-b946-4a15-b79e-b4e17b57c318', u'provider:segmentation_id': 59, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'patrole-net_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', u'created_at': u'2018-09-04T21:47:43Z', u'mtu': 1450, u'tenant_id': u'c19c85173484499dae974ca3062bda08', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'c19c85173484499dae974ca3062bda08'}) 2018-09-04 21:47:43,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:47:43,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d991c9e6-96fe-4ad3-a5cb-c7a063848a41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:47:43,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d991c9e6-96fe-4ad3-a5cb-c7a063848a41 2018-09-04 21:47:43,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:47:43,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e131c7f6b9db492abe6f3ec1ccb505ec", "name": "Member"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T22:47:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c19c85173484499dae974ca3062bda08", "name": "patrole-project_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c19c85173484499dae974ca3062bda08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c19c85173484499dae974ca3062bda08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c19c85173484499dae974ca3062bda08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c19c85173484499dae974ca3062bda08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c19c85173484499dae974ca3062bda08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c19c85173484499dae974ca3062bda08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c19c85173484499dae974ca3062bda08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c19c85173484499dae974ca3062bda08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c19c85173484499dae974ca3062bda08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c19c85173484499dae974ca3062bda08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c19c85173484499dae974ca3062bda08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c19c85173484499dae974ca3062bda08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "id": "af5f0589e4354df69ffe6ee3b390c6d8"}, "audit_ids": ["72voU0C2SkmjmyVJXBSN6g"], "issued_at": "2018-09-04T21:47:43.000000Z"}} 2018-09-04 21:47:43,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 21:47:43,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:47:44,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1386 X-Openstack-Request-Id: req-0e1fc254-aac2-4f6e-b8cf-b89fb9ead1a9 Date: Tue, 04 Sep 2018 21:47:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8354589e-b946-4a15-b79e-b4e17b57c318","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":true,"project_id":"c19c85173484499dae974ca3062bda08","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:47:43Z","qos_policy_id":null,"name":"patrole-net_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b","admin_state_up":true,"tenant_id":"c19c85173484499dae974ca3062bda08","created_at":"2018-09-04T21:47:43Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:47:44,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-0e1fc254-aac2-4f6e-b8cf-b89fb9ead1a9 2018-09-04 21:47:44,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357312917709s 2018-09-04 21:47:44,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-0e1fc254-aac2-4f6e-b8cf-b89fb9ead1a9 2018-09-04 21:47:44,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 21:47:44,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" -d '{"subnet": {"name": "patrole-subnet_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "enable_dhcp": true, "network_id": "8354589e-b946-4a15-b79e-b4e17b57c318", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 21:47:44,715 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-001ce86b-92ba-4be4-ac44-cfb684618657 Date: Tue, 04 Sep 2018 21:47:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8354589e-b946-4a15-b79e-b4e17b57c318","tenant_id":"c19c85173484499dae974ca3062bda08","created_at":"2018-09-04T21:47:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T21:47:44Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"c19c85173484499dae974ca3062bda08","id":"7c1cbbec-bbb2-46d1-a01f-536efed334d8","subnetpool_id":null,"name":"patrole-subnet_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}} 2018-09-04 21:47:44,715 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-001ce86b-92ba-4be4-ac44-cfb684618657 2018-09-04 21:47:44,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.54646897316s 2018-09-04 21:47:44,716 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-001ce86b-92ba-4be4-ac44-cfb684618657 2018-09-04 21:47:44,716 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T21:47:44Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'7c1cbbec-bbb2-46d1-a01f-536efed334d8', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', u'enable_dhcp': True, u'network_id': u'8354589e-b946-4a15-b79e-b4e17b57c318', u'tenant_id': u'c19c85173484499dae974ca3062bda08', u'created_at': u'2018-09-04T21:47:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'c19c85173484499dae974ca3062bda08'}) 2018-09-04 21:47:44,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 21:47:44,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "patrole-router_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "admin_state_up": true}}' 2018-09-04 21:47:49,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-ffb70e28-7356-4031-bc41-425df4d4d1d3 Date: Tue, 04 Sep 2018 21:47:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:45Z", "admin_state_up": true, "updated_at": "2018-09-04T21:47:46Z", "project_id": "c19c85173484499dae974ca3062bda08", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "e181b545-3b38-4c8c-8a93-f9c84649bb38", "name": "patrole-router_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}} 2018-09-04 21:47:49,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-ffb70e28-7356-4031-bc41-425df4d4d1d3 2018-09-04 21:47:49,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.97882986069s 2018-09-04 21:47:49,696 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-ffb70e28-7356-4031-bc41-425df4d4d1d3 2018-09-04 21:47:49,696 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T21:47:46Z', u'revision_number': 2, u'ha': True, u'id': u'e181b545-3b38-4c8c-8a93-f9c84649bb38', u'external_gateway_info': {u'network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'97e3a010-d0e8-45f7-9bbb-04a537953fb8', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-router_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', u'admin_state_up': True, u'tenant_id': u'c19c85173484499dae974ca3062bda08', u'created_at': u'2018-09-04T21:47:45Z', u'flavor_id': None, u'routes': [], u'project_id': u'c19c85173484499dae974ca3062bda08'}) 2018-09-04 21:47:49,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 21:47:49,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/e181b545-3b38-4c8c-8a93-f9c84649bb38/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" -d '{"subnet_id": "7c1cbbec-bbb2-46d1-a01f-536efed334d8"}' 2018-09-04 21:47:51,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-86ad1c68-2002-4447-bc14-c3d6fdbf2201 Date: Tue, 04 Sep 2018 21:47:51 GMT RESP BODY: {"network_id": "8354589e-b946-4a15-b79e-b4e17b57c318", "tenant_id": "c19c85173484499dae974ca3062bda08", "subnet_id": "7c1cbbec-bbb2-46d1-a01f-536efed334d8", "subnet_ids": ["7c1cbbec-bbb2-46d1-a01f-536efed334d8"], "port_id": "712528df-ff34-448a-adcf-c72b1476ed28", "id": "e181b545-3b38-4c8c-8a93-f9c84649bb38"} 2018-09-04 21:47:51,647 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e181b545-3b38-4c8c-8a93-f9c84649bb38/add_router_interface.json used request id req-86ad1c68-2002-4447-bc14-c3d6fdbf2201 2018-09-04 21:47:51,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.94974398613s 2018-09-04 21:47:51,647 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e181b545-3b38-4c8c-8a93-f9c84649bb38/add_router_interface.json used request id req-86ad1c68-2002-4447-bc14-c3d6fdbf2201 returning object e181b545-3b38-4c8c-8a93-f9c84649bb38 2018-09-04 21:47:51,648 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 21:47:51,780 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-04 21:47:51,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:47:51,787 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 21:47:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-09-04 21:47:51,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:47:51,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:47:51,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2de3fd9d-09c5-436b-b980-e2abf70412cf Date: Tue, 04 Sep 2018 21:47:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:47:51,958 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2de3fd9d-09c5-436b-b980-e2abf70412cf 2018-09-04 21:47:51,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169567108154s 2018-09-04 21:47:51,959 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2de3fd9d-09c5-436b-b980-e2abf70412cf 2018-09-04 21:47:51,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 21:47:51,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}' 2018-09-04 21:47:52,172 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/813487c0-0452-4d50-8a36-439fdc147516 X-Openstack-Request-Id: req-cad273b0-a44c-49a3-add4-6df8255bfec4 Date: Tue, 04 Sep 2018 21:47:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/813487c0-0452-4d50-8a36-439fdc147516/file", "owner": "c19c85173484499dae974ca3062bda08", "id": "813487c0-0452-4d50-8a36-439fdc147516", "size": null, "self": "/v2/images/813487c0-0452-4d50-8a36-439fdc147516", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:47:52Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "checksum": null, "created_at": "2018-09-04T21:47:52Z", "protected": false} 2018-09-04 21:47:52,172 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-cad273b0-a44c-49a3-add4-6df8255bfec4 2018-09-04 21:47:52,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.212245941162s 2018-09-04 21:47:52,173 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-cad273b0-a44c-49a3-add4-6df8255bfec4 returning object 813487c0-0452-4d50-8a36-439fdc147516 2018-09-04 21:47:52,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 21:47:52,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/813487c0-0452-4d50-8a36-439fdc147516/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" -d '' 2018-09-04 21:47:54,006 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d936c7bd-1042-4eb5-8b27-4ae993b86d2a Date: Tue, 04 Sep 2018 21:47:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:47:54,006 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/813487c0-0452-4d50-8a36-439fdc147516/file used request id req-d936c7bd-1042-4eb5-8b27-4ae993b86d2a 2018-09-04 21:47:54,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.83219313622s 2018-09-04 21:47:54,006 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/813487c0-0452-4d50-8a36-439fdc147516/file used request id req-d936c7bd-1042-4eb5-8b27-4ae993b86d2a 2018-09-04 21:47:54,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:47:54,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:47:54,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-9891b5cf-df95-405d-99a6-dd58605fb510 Date: Tue, 04 Sep 2018 21:47:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/813487c0-0452-4d50-8a36-439fdc147516/snap", "metadata": {}}], "file": "/v2/images/813487c0-0452-4d50-8a36-439fdc147516/file", "owner": "c19c85173484499dae974ca3062bda08", "id": "813487c0-0452-4d50-8a36-439fdc147516", "size": 12716032, "self": "/v2/images/813487c0-0452-4d50-8a36-439fdc147516", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/813487c0-0452-4d50-8a36-439fdc147516/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:47:53Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T21:47:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:47:54,176 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9891b5cf-df95-405d-99a6-dd58605fb510 2018-09-04 21:47:54,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168915987015s 2018-09-04 21:47:54,176 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9891b5cf-df95-405d-99a6-dd58605fb510 2018-09-04 21:47:54,178 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/813487c0-0452-4d50-8a36-439fdc147516/snap', u'metadata': Munch({})})], 'file': u'/v2/images/813487c0-0452-4d50-8a36-439fdc147516/file', 'owner': u'c19c85173484499dae974ca3062bda08', 'id': u'813487c0-0452-4d50-8a36-439fdc147516', 'size': 12716032, u'self': u'/v2/images/813487c0-0452-4d50-8a36-439fdc147516', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c19c85173484499dae974ca3062bda08', 'name': 'patrole-project_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/813487c0-0452-4d50-8a36-439fdc147516/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T21:47:53Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T21:47:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/813487c0-0452-4d50-8a36-439fdc147516', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'created': u'2018-09-04T21:47:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T21:47:52Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/813487c0-0452-4d50-8a36-439fdc147516', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 21:47:54,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 21:47:54,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 21:47:54,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5aff3038-91ce-4ac5-ad21-6e6623a01ce9 x-compute-request-id: req-5aff3038-91ce-4ac5-ad21-6e6623a01ce9 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7d4c89b0-f06e-4cfd-8aea-545d0457b39d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7d4c89b0-f06e-4cfd-8aea-545d0457b39d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7d4c89b0-f06e-4cfd-8aea-545d0457b39d", "name": "patrole-flavor_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 21:47:54,381 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5aff3038-91ce-4ac5-ad21-6e6623a01ce9 2018-09-04 21:47:54,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.20144200325s 2018-09-04 21:47:54,381 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5aff3038-91ce-4ac5-ad21-6e6623a01ce9 returning object 7d4c89b0-f06e-4cfd-8aea-545d0457b39d 2018-09-04 21:47:54,382 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'7d4c89b0-f06e-4cfd-8aea-545d0457b39d', 'swap': 0}) 2018-09-04 21:47:54,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 21:47:54,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/7d4c89b0-f06e-4cfd-8aea-545d0457b39d/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" -d '{"extra_specs": {}}' 2018-09-04 21:47:54,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fba884b3-54c7-4d3c-b6a1-4440683d7195 x-compute-request-id: req-fba884b3-54c7-4d3c-b6a1-4440683d7195 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 21:47:54,404 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/7d4c89b0-f06e-4cfd-8aea-545d0457b39d/os-extra_specs used request id req-fba884b3-54c7-4d3c-b6a1-4440683d7195 2018-09-04 21:47:54,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215990543365s 2018-09-04 21:47:54,405 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/7d4c89b0-f06e-4cfd-8aea-545d0457b39d/os-extra_specs used request id req-fba884b3-54c7-4d3c-b6a1-4440683d7195 2018-09-04 21:47:54,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:47:54,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:47:54,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:47:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:47:54,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:47:54,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-976a94a2-151a-466b-861f-108ab95096c6 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e131c7f6b9db492abe6f3ec1ccb505ec", "links": {"self": "http://172.30.9.26:5000/v3/roles/e131c7f6b9db492abe6f3ec1ccb505ec"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:47:54,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-976a94a2-151a-466b-861f-108ab95096c6 2018-09-04 21:47:54,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0961220264435s 2018-09-04 21:47:54,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-04 21:47:54,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:47:54,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6551887f-098a-4cf7-94bd-eec3b2a6b783 x-compute-request-id: req-6551887f-098a-4cf7-94bd-eec3b2a6b783 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 165}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 168}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 21:47:54,692 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-6551887f-098a-4cf7-94bd-eec3b2a6b783 2018-09-04 21:47:54,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.186756134033s 2018-09-04 21:47:54,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-6551887f-098a-4cf7-94bd-eec3b2a6b783 2018-09-04 21:47:54,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:47:54,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:47:54,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-b050d274-8345-4573-b839-a3a359a02580 Date: Tue, 04 Sep 2018 21:47:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/813487c0-0452-4d50-8a36-439fdc147516/snap", "metadata": {}}], "file": "/v2/images/813487c0-0452-4d50-8a36-439fdc147516/file", "owner": "c19c85173484499dae974ca3062bda08", "id": "813487c0-0452-4d50-8a36-439fdc147516", "size": 12716032, "self": "/v2/images/813487c0-0452-4d50-8a36-439fdc147516", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/813487c0-0452-4d50-8a36-439fdc147516/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:47:53Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T21:47:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:47:54,861 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b050d274-8345-4573-b839-a3a359a02580 2018-09-04 21:47:54,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166855096817s 2018-09-04 21:47:54,862 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b050d274-8345-4573-b839-a3a359a02580 2018-09-04 21:47:54,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 21:47:54,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}' 2018-09-04 21:47:55,102 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5 X-Openstack-Request-Id: req-d73c44f2-d2ec-4241-bd44-8160d02441e1 Date: Tue, 04 Sep 2018 21:47:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5/file", "owner": "c19c85173484499dae974ca3062bda08", "id": "bf502aec-dd24-4c47-9dee-087a2e181bb5", "size": null, "self": "/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:47:55Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "checksum": null, "created_at": "2018-09-04T21:47:55Z", "protected": false} 2018-09-04 21:47:55,102 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-d73c44f2-d2ec-4241-bd44-8160d02441e1 2018-09-04 21:47:55,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.238362073898s 2018-09-04 21:47:55,103 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-d73c44f2-d2ec-4241-bd44-8160d02441e1 returning object bf502aec-dd24-4c47-9dee-087a2e181bb5 2018-09-04 21:47:55,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 21:47:55,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" -d '' 2018-09-04 21:47:56,256 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ff19017b-94ab-43a8-b92c-2b010fae707e Date: Tue, 04 Sep 2018 21:47:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:47:56,256 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5/file used request id req-ff19017b-94ab-43a8-b92c-2b010fae707e 2018-09-04 21:47:56,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.15277791023s 2018-09-04 21:47:56,257 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5/file used request id req-ff19017b-94ab-43a8-b92c-2b010fae707e 2018-09-04 21:47:56,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:47:56,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:47:56,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-fb39acd0-2035-4973-86b7-89ad4239163a Date: Tue, 04 Sep 2018 21:47:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/bf502aec-dd24-4c47-9dee-087a2e181bb5/snap", "metadata": {}}], "file": "/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5/file", "owner": "c19c85173484499dae974ca3062bda08", "id": "bf502aec-dd24-4c47-9dee-087a2e181bb5", "size": 12716032, "self": "/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/bf502aec-dd24-4c47-9dee-087a2e181bb5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:47:56Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T21:47:55Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/813487c0-0452-4d50-8a36-439fdc147516/snap", "metadata": {}}], "file": "/v2/images/813487c0-0452-4d50-8a36-439fdc147516/file", "owner": "c19c85173484499dae974ca3062bda08", "id": "813487c0-0452-4d50-8a36-439fdc147516", "size": 12716032, "self": "/v2/images/813487c0-0452-4d50-8a36-439fdc147516", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/813487c0-0452-4d50-8a36-439fdc147516/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:47:53Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T21:47:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:47:56,427 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-fb39acd0-2035-4973-86b7-89ad4239163a 2018-09-04 21:47:56,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169121026993s 2018-09-04 21:47:56,427 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-fb39acd0-2035-4973-86b7-89ad4239163a 2018-09-04 21:47:56,430 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/bf502aec-dd24-4c47-9dee-087a2e181bb5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5/file', 'owner': u'c19c85173484499dae974ca3062bda08', 'id': u'bf502aec-dd24-4c47-9dee-087a2e181bb5', 'size': 12716032, u'self': u'/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c19c85173484499dae974ca3062bda08', 'name': 'patrole-project_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/bf502aec-dd24-4c47-9dee-087a2e181bb5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T21:47:56Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T21:47:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'created': u'2018-09-04T21:47:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T21:47:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 21:47:56,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 21:47:56,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 21:47:56,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64ad4943-1a8d-44c9-88a7-54b132e1547d x-compute-request-id: req-64ad4943-1a8d-44c9-88a7-54b132e1547d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4bc78202-0d53-452a-a601-bea9e2082ef8", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4bc78202-0d53-452a-a601-bea9e2082ef8", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4bc78202-0d53-452a-a601-bea9e2082ef8", "name": "patrole-flavor_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 21:47:56,476 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-64ad4943-1a8d-44c9-88a7-54b132e1547d 2018-09-04 21:47:56,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0450830459595s 2018-09-04 21:47:56,476 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-64ad4943-1a8d-44c9-88a7-54b132e1547d returning object 4bc78202-0d53-452a-a601-bea9e2082ef8 2018-09-04 21:47:56,477 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'4bc78202-0d53-452a-a601-bea9e2082ef8', 'swap': 0}) 2018-09-04 21:47:56,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 21:47:56,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/4bc78202-0d53-452a-a601-bea9e2082ef8/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" -d '{"extra_specs": {}}' 2018-09-04 21:47:56,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:47:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a4bde337-82f6-4c33-90c4-d9c30871c714 x-compute-request-id: req-a4bde337-82f6-4c33-90c4-d9c30871c714 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 21:47:56,500 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/4bc78202-0d53-452a-a601-bea9e2082ef8/os-extra_specs used request id req-a4bde337-82f6-4c33-90c4-d9c30871c714 2018-09-04 21:47:56,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0227029323578s 2018-09-04 21:47:56,501 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/4bc78202-0d53-452a-a601-bea9e2082ef8/os-extra_specs used request id req-a4bde337-82f6-4c33-90c4-d9c30871c714 2018-09-04 21:47:56,501 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'4bc78202-0d53-452a-a601-bea9e2082ef8', 'swap': 0}) 2018-09-04 21:47:59,666 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-04 21:47:58.627 11322 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=38af932e-31a7-428d-a164-2554dbf462f8) for deployment 'opnfv-rally' (UUID=8b1772f4-4d38-43cd-a4d0-a2309d1db208). 2018-09-04 21:47:59.491 11322 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-04 21:47:59.493 11322 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=38af932e-31a7-428d-a164-2554dbf462f8) has been successfully configured for deployment 'opnfv-rally' (UUID=8b1772f4-4d38-43cd-a4d0-a2309d1db208)! 2018-09-04 21:47:59,666 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-04 21:47:59,666 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-04 21:47:59,669 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-04 21:47:59,678 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-04 21:48:03,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-38af932e-31a7-428d-a164-2554dbf462f8/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-09-04 21:48:03,090 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-04 21:48:03,107 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-04 21:48:03,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-09-04 21:48:05,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 21:48:05.276 11331 INFO rally.api [-] Starting verification (UUID=b85657ce-42d6-4ea7-9d08-34113a1b16d1) for deployment 'opnfv-rally' (UUID=8b1772f4-4d38-43cd-a4d0-a2309d1db208) by verifier 'opnfv-tempest' (UUID=38af932e-31a7-428d-a164-2554dbf462f8). 2018-09-04 21:48:05,277 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b85657ce-42d6-4ea7-9d08-34113a1b16d1 2018-09-04 21:50:31,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b85657ce-42d6-4ea7-9d08-34113a1b16d1 2018-09-04 21:50:31,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b85657ce-42d6-4ea7-9d08-34113a1b16d1']'. 2018-09-04 21:50:32,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-04 21:50:32,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b85657ce-42d6-4ea7-9d08-34113a1b16d1 | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-04 21:48:05 | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-04 21:50:31 | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:26 | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 38af932e-31a7-428d-a164-2554dbf462f8) | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8b1772f4-4d38-43cd-a4d0-a2309d1db208) | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 136.099 | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-09-04 21:50:32,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-04 21:50:32,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-04 21:50:32,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-04 21:50:32,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 21:50:32,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-04 21:50:32,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-04 21:50:32,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-09-04 21:50:33,057 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 21:50:33,058 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-04 21:50:33,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 21:50:33,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:50:35,383 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8f7a985b-7ec8-4959-8a5b-b71af7f0330a Date: Tue, 04 Sep 2018 21:50:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:50:35,384 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5 used request id req-8f7a985b-7ec8-4959-8a5b-b71af7f0330a 2018-09-04 21:50:35,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.32118010521s 2018-09-04 21:50:35,384 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/bf502aec-dd24-4c47-9dee-087a2e181bb5 used request id req-8f7a985b-7ec8-4959-8a5b-b71af7f0330a 2018-09-04 21:50:35,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 21:50:35,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:50:35,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7031a1bd-345e-4847-ae8b-88db574228f3 x-compute-request-id: req-7031a1bd-345e-4847-ae8b-88db574228f3 Content-Encoding: gzip Content-Length: 360 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4bc78202-0d53-452a-a601-bea9e2082ef8", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4bc78202-0d53-452a-a601-bea9e2082ef8", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4bc78202-0d53-452a-a601-bea9e2082ef8", "name": "patrole-flavor_alt_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7d4c89b0-f06e-4cfd-8aea-545d0457b39d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7d4c89b0-f06e-4cfd-8aea-545d0457b39d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7d4c89b0-f06e-4cfd-8aea-545d0457b39d", "name": "patrole-flavor_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 21:50:35,429 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-7031a1bd-345e-4847-ae8b-88db574228f3 2018-09-04 21:50:35,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0437421798706s 2018-09-04 21:50:35,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-7031a1bd-345e-4847-ae8b-88db574228f3 2018-09-04 21:50:35,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 21:50:35,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/4bc78202-0d53-452a-a601-bea9e2082ef8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:50:35,485 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:50:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf27ee2d-1a95-46b8-834d-3282c5dd4585 x-compute-request-id: req-bf27ee2d-1a95-46b8-834d-3282c5dd4585 Content-Length: 0 Content-Type: application/json 2018-09-04 21:50:35,485 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/4bc78202-0d53-452a-a601-bea9e2082ef8 used request id req-bf27ee2d-1a95-46b8-834d-3282c5dd4585 2018-09-04 21:50:35,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.053130865097s 2018-09-04 21:50:35,485 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/4bc78202-0d53-452a-a601-bea9e2082ef8 used request id req-bf27ee2d-1a95-46b8-834d-3282c5dd4585 2018-09-04 21:50:35,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 21:50:35,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/e181b545-3b38-4c8c-8a93-f9c84649bb38/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" -d '{"subnet_id": "7c1cbbec-bbb2-46d1-a01f-536efed334d8"}' 2018-09-04 21:50:37,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6961ca36-3815-4fe2-8647-ee3f6d50a079 Date: Tue, 04 Sep 2018 21:50:37 GMT RESP BODY: {"network_id": "8354589e-b946-4a15-b79e-b4e17b57c318", "tenant_id": "c19c85173484499dae974ca3062bda08", "subnet_id": "7c1cbbec-bbb2-46d1-a01f-536efed334d8", "subnet_ids": ["7c1cbbec-bbb2-46d1-a01f-536efed334d8"], "port_id": "712528df-ff34-448a-adcf-c72b1476ed28", "id": "e181b545-3b38-4c8c-8a93-f9c84649bb38"} 2018-09-04 21:50:37,225 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e181b545-3b38-4c8c-8a93-f9c84649bb38/remove_router_interface.json used request id req-6961ca36-3815-4fe2-8647-ee3f6d50a079 2018-09-04 21:50:37,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73872804642s 2018-09-04 21:50:37,225 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/e181b545-3b38-4c8c-8a93-f9c84649bb38/remove_router_interface.json used request id req-6961ca36-3815-4fe2-8647-ee3f6d50a079 returning object e181b545-3b38-4c8c-8a93-f9c84649bb38 2018-09-04 21:50:37,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 21:50:37,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:50:37,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-8a69c1e5-0cce-4918-8b79-98c053244ff9 Date: Tue, 04 Sep 2018 21:50:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:45Z", "admin_state_up": true, "updated_at": "2018-09-04T21:50:36Z", "project_id": "c19c85173484499dae974ca3062bda08", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "e181b545-3b38-4c8c-8a93-f9c84649bb38", "name": "patrole-router_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}]} 2018-09-04 21:50:37,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-8a69c1e5-0cce-4918-8b79-98c053244ff9 2018-09-04 21:50:37,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.23495721817s 2018-09-04 21:50:37,461 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-8a69c1e5-0cce-4918-8b79-98c053244ff9 2018-09-04 21:50:37,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 21:50:37,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/e181b545-3b38-4c8c-8a93-f9c84649bb38.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:50:40,672 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f2b317f5-f5bc-46b0-8297-0880fd8d5d8c Content-Length: 0 Date: Tue, 04 Sep 2018 21:50:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:50:40,672 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/e181b545-3b38-4c8c-8a93-f9c84649bb38.json used request id req-f2b317f5-f5bc-46b0-8297-0880fd8d5d8c 2018-09-04 21:50:40,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.20989894867s 2018-09-04 21:50:40,673 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/e181b545-3b38-4c8c-8a93-f9c84649bb38.json used request id req-f2b317f5-f5bc-46b0-8297-0880fd8d5d8c 2018-09-04 21:50:40,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 21:50:40,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:50:40,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-da47b599-96cc-4f25-8c8b-dbda003885e2 Date: Tue, 04 Sep 2018 21:50:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8354589e-b946-4a15-b79e-b4e17b57c318","tenant_id":"c19c85173484499dae974ca3062bda08","created_at":"2018-09-04T21:47:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T21:47:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"c19c85173484499dae974ca3062bda08","id":"7c1cbbec-bbb2-46d1-a01f-536efed334d8","subnetpool_id":null,"name":"patrole-subnet_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 21:50:40,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-da47b599-96cc-4f25-8c8b-dbda003885e2 2018-09-04 21:50:40,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0601539611816s 2018-09-04 21:50:40,734 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-da47b599-96cc-4f25-8c8b-dbda003885e2 2018-09-04 21:50:40,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 21:50:40,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/7c1cbbec-bbb2-46d1-a01f-536efed334d8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:50:42,943 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa74da14-1f92-45db-bff8-be80b9187106 Date: Tue, 04 Sep 2018 21:50:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:50:42,943 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/7c1cbbec-bbb2-46d1-a01f-536efed334d8.json used request id req-fa74da14-1f92-45db-bff8-be80b9187106 2018-09-04 21:50:42,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.20808005333s 2018-09-04 21:50:42,944 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/7c1cbbec-bbb2-46d1-a01f-536efed334d8.json used request id req-fa74da14-1f92-45db-bff8-be80b9187106 2018-09-04 21:50:42,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 21:50:42,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:50:43,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1392 X-Openstack-Request-Id: req-c17535fd-d7d2-4480-9244-4bd9a4a53122 Date: Tue, 04 Sep 2018 21:50:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"8354589e-b946-4a15-b79e-b4e17b57c318","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":true,"project_id":"c19c85173484499dae974ca3062bda08","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:50:42Z","qos_policy_id":null,"name":"patrole-net_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b","admin_state_up":true,"tenant_id":"c19c85173484499dae974ca3062bda08","created_at":"2018-09-04T21:47:43Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:50:43,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c17535fd-d7d2-4480-9244-4bd9a4a53122 2018-09-04 21:50:43,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229866981506s 2018-09-04 21:50:43,174 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c17535fd-d7d2-4480-9244-4bd9a4a53122 2018-09-04 21:50:43,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 21:50:43,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/8354589e-b946-4a15-b79e-b4e17b57c318.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:50:44,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-69db8fcc-ed52-4765-9caa-67285f4ac6e3 Date: Tue, 04 Sep 2018 21:50:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:50:44,389 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/8354589e-b946-4a15-b79e-b4e17b57c318.json used request id req-69db8fcc-ed52-4765-9caa-67285f4ac6e3 2018-09-04 21:50:44,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21370577812s 2018-09-04 21:50:44,389 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/8354589e-b946-4a15-b79e-b4e17b57c318.json used request id req-69db8fcc-ed52-4765-9caa-67285f4ac6e3 2018-09-04 21:50:44,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 21:50:44,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:50:44,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-ffb2ad3c-9da3-412a-81db-aa1b6c30b0c2 Date: Tue, 04 Sep 2018 21:50:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/813487c0-0452-4d50-8a36-439fdc147516/snap", "metadata": {}}], "file": "/v2/images/813487c0-0452-4d50-8a36-439fdc147516/file", "owner": "c19c85173484499dae974ca3062bda08", "id": "813487c0-0452-4d50-8a36-439fdc147516", "size": 12716032, "self": "/v2/images/813487c0-0452-4d50-8a36-439fdc147516", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/813487c0-0452-4d50-8a36-439fdc147516/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T21:47:53Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T21:47:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 21:50:44,639 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ffb2ad3c-9da3-412a-81db-aa1b6c30b0c2 2018-09-04 21:50:44,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.249535083771s 2018-09-04 21:50:44,640 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ffb2ad3c-9da3-412a-81db-aa1b6c30b0c2 2018-09-04 21:50:44,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 21:50:44,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/813487c0-0452-4d50-8a36-439fdc147516 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6495112844a2798afb9ff7359abd4a7732207239" 2018-09-04 21:50:46,292 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2dca2163-9e73-45ee-b63f-4bb0e9c31dd6 Date: Tue, 04 Sep 2018 21:50:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:50:46,292 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/813487c0-0452-4d50-8a36-439fdc147516 used request id req-2dca2163-9e73-45ee-b63f-4bb0e9c31dd6 2018-09-04 21:50:46,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.65044498444s 2018-09-04 21:50:46,292 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/813487c0-0452-4d50-8a36-439fdc147516 used request id req-2dca2163-9e73-45ee-b63f-4bb0e9c31dd6 2018-09-04 21:50:46,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 21:50:46,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:50:46,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f42bddae-9b6a-4964-9e48-7b682138fb7a x-compute-request-id: req-f42bddae-9b6a-4964-9e48-7b682138fb7a Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7d4c89b0-f06e-4cfd-8aea-545d0457b39d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7d4c89b0-f06e-4cfd-8aea-545d0457b39d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7d4c89b0-f06e-4cfd-8aea-545d0457b39d", "name": "patrole-flavor_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 21:50:46,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-f42bddae-9b6a-4964-9e48-7b682138fb7a 2018-09-04 21:50:46,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0347230434418s 2018-09-04 21:50:46,328 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-f42bddae-9b6a-4964-9e48-7b682138fb7a 2018-09-04 21:50:46,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 21:50:46,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/7d4c89b0-f06e-4cfd-8aea-545d0457b39d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:50:46,372 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:50:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a90dec5d-6e76-4785-ada1-8168d15ec9e8 x-compute-request-id: req-a90dec5d-6e76-4785-ada1-8168d15ec9e8 Content-Length: 0 Content-Type: application/json 2018-09-04 21:50:46,373 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/7d4c89b0-f06e-4cfd-8aea-545d0457b39d used request id req-a90dec5d-6e76-4785-ada1-8168d15ec9e8 2018-09-04 21:50:46,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416610240936s 2018-09-04 21:50:46,373 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/7d4c89b0-f06e-4cfd-8aea-545d0457b39d used request id req-a90dec5d-6e76-4785-ada1-8168d15ec9e8 2018-09-04 21:50:46,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:50:46,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:50:46,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-820a3609-ed82-4110-a06c-12269bbb0c93 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b", "links": {"self": "http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8"}, "domain_id": "default", "enabled": true, "id": "af5f0589e4354df69ffe6ee3b390c6d8", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:50:46,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-820a3609-ed82-4110-a06c-12269bbb0c93 2018-09-04 21:50:46,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107964038849s 2018-09-04 21:50:46,482 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-820a3609-ed82-4110-a06c-12269bbb0c93 2018-09-04 21:50:46,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:50:46,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:50:46,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-837a0d72-0b04-4be7-aa71-8ce4adcbca58 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8"}, "enabled": true, "id": "af5f0589e4354df69ffe6ee3b390c6d8", "options": {}, "domain_id": "default", "name": "patrole-user_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}} 2018-09-04 21:50:46,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8 used request id req-837a0d72-0b04-4be7-aa71-8ce4adcbca58 2018-09-04 21:50:46,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0870079994202s 2018-09-04 21:50:46,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8 used request id req-837a0d72-0b04-4be7-aa71-8ce4adcbca58 2018-09-04 21:50:46,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 21:50:46,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:50:46,745 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:50:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbbd496d-b522-4cbe-817a-19cf882549a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:50:46,745 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8 used request id req-dbbd496d-b522-4cbe-817a-19cf882549a1 2018-09-04 21:50:46,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.169408082962s 2018-09-04 21:50:46,746 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/af5f0589e4354df69ffe6ee3b390c6d8 used request id req-dbbd496d-b522-4cbe-817a-19cf882549a1 2018-09-04 21:50:46,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:50:46,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:50:46,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-468d4faf-49f8-4bfd-9403-18a2fbdde009 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08"}, "enabled": true, "id": "c19c85173484499dae974ca3062bda08", "parent_id": "default", "domain_id": "default", "name": "patrole-project_903a3bc6-e3c6-4f25-9c1b-6d3931916d5b"}]} 2018-09-04 21:50:46,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-468d4faf-49f8-4bfd-9403-18a2fbdde009 2018-09-04 21:50:46,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.083911895752s 2018-09-04 21:50:46,831 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-468d4faf-49f8-4bfd-9403-18a2fbdde009 2018-09-04 21:50:46,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 21:50:46,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:50:46,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:50:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e50a842f-3941-475e-b8e8-b4b9c162af39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:50:46,977 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-e50a842f-3941-475e-b8e8-b4b9c162af39 2018-09-04 21:50:46,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.144150018692s 2018-09-04 21:50:46,977 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-e50a842f-3941-475e-b8e8-b4b9c162af39 2018-09-04 21:50:46,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:50:46,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:50:47,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36e2859e-a2cb-428b-9a7b-a0ad73db0fd1 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e131c7f6b9db492abe6f3ec1ccb505ec", "links": {"self": "http://172.30.9.26:5000/v3/roles/e131c7f6b9db492abe6f3ec1ccb505ec"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:50:47,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-36e2859e-a2cb-428b-9a7b-a0ad73db0fd1 2018-09-04 21:50:47,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819959640503s 2018-09-04 21:50:47,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 21:50:47,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/e131c7f6b9db492abe6f3ec1ccb505ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc8cdbb61a795b7b3e5c24545ebc60e0c1f3b53" 2018-09-04 21:50:47,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:50:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5142a64-dd15-4d37-b3eb-20dc9e28997b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:50:47,172 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/e131c7f6b9db492abe6f3ec1ccb505ec used request id req-c5142a64-dd15-4d37-b3eb-20dc9e28997b 2018-09-04 21:50:47,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.111025810242s 2018-09-04 21:50:47,223 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-09-04 21:50:47,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 21:50:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 21:50:47,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 21:50:47,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 21:50:47,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 21:50:47,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 21:50:47,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 21:50:47,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 21:50:47,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 21:50:47,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 21:50:47,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 21:50:47,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:50:47,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7365f85e-895d-49c2-902f-d5f84dca9211 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:50:47,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7365f85e-895d-49c2-902f-d5f84dca9211 2018-09-04 21:50:47,398 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:50:47,773 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T22:50:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["LIBMdQHYQQ2YiLb2dO1lbg"], "issued_at": "2018-09-04T21:50:47.000000Z"}} 2018-09-04 21:50:47,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:47,783 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:50:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:50:47,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:47,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2585a219-5173-49ab-87b7-d2a80fb16799 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 21:50:47,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-2585a219-5173-49ab-87b7-d2a80fb16799 2018-09-04 21:50:47,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.47479391098s 2018-09-04 21:50:47,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 21:50:47,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}}' 2018-09-04 21:50:47,981 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:50:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-101d8ec4-d298-4f0c-9d38-e0624c0a476d Content-Length: 356 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:50:47,981 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-101d8ec4-d298-4f0c-9d38-e0624c0a476d 2018-09-04 21:50:47,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.112812995911s 2018-09-04 21:50:47,981 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-101d8ec4-d298-4f0c-9d38-e0624c0a476d 2018-09-04 21:50:47,982 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124', 'id': u'd98703cc10ed423d86894386e49ef6a9', 'description': u'Created by OPNFV Functest: snaps_smoke', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 21:50:47,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 21:50:48,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350944042206s 2018-09-04 21:50:48,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:48,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff98d964-9239-4199-aedd-4c77d3504ba7 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:50:48,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8 used request id req-ff98d964-9239-4199-aedd-4c77d3504ba7 2018-09-04 21:50:48,421 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2de442c43a484d51809138e1bca3f5b8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124'}) 2018-09-04 21:50:48,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:50:48,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:48,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeb24f4f-5309-462f-bd7f-beb15152cde0 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:50:48,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-eeb24f4f-5309-462f-bd7f-beb15152cde0 2018-09-04 21:50:48,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0841808319092s 2018-09-04 21:50:48,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:50:48,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:48,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82db0509-3783-4b8a-a940-bad63c8fbd87 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:50:48,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-82db0509-3783-4b8a-a940-bad63c8fbd87 2018-09-04 21:50:48,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828869342804s 2018-09-04 21:50:48,590 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 21:50:48,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 21:50:48,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" -d '{"role": {"name": "Member"}}' 2018-09-04 21:50:48,688 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:50:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-348cee0b-9e50-44d3-aff4-22128aafc4b6 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}} 2018-09-04 21:50:48,688 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-348cee0b-9e50-44d3-aff4-22128aafc4b6 2018-09-04 21:50:48,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0968279838562s 2018-09-04 21:50:48,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:48,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1690ff2d-df13-49ba-8a9d-5540bc671f56 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "domain_id": null, "name": "Member", "id": "d1f552b168734f6d84d2bfc9f524ac2c"}} 2018-09-04 21:50:48,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c used request id req-1690ff2d-df13-49ba-8a9d-5540bc671f56 2018-09-04 21:50:48,705 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c'}, 'domain_id': None, 'human_id': None, 'id': u'd1f552b168734f6d84d2bfc9f524ac2c', 'HUMAN_ID': False}) 2018-09-04 21:50:48,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:50:48,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:48,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9be3b586-a814-443e-81d7-7aedc2cb4646 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:50:48,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9be3b586-a814-443e-81d7-7aedc2cb4646 2018-09-04 21:50:48,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0789611339569s 2018-09-04 21:50:48,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 21:50:48,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:48,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a427853-d0aa-40a4-a3e5-07b4eadb2c77 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 21:50:48,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-7a427853-d0aa-40a4-a3e5-07b4eadb2c77 2018-09-04 21:50:48,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0734231472015s 2018-09-04 21:50:48,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:50:48,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:48,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d5ef413-20a9-4df0-837a-3d95bab9a53e Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:50:48,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5d5ef413-20a9-4df0-837a-3d95bab9a53e 2018-09-04 21:50:48,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0945000648499s 2018-09-04 21:50:48,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5d5ef413-20a9-4df0-837a-3d95bab9a53e 2018-09-04 21:50:48,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:50:48,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:49,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ff199a5-676c-41ca-82cb-42549f1e028b Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}]} 2018-09-04 21:50:49,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-9ff199a5-676c-41ca-82cb-42549f1e028b 2018-09-04 21:50:49,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0828700065613s 2018-09-04 21:50:49,045 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-9ff199a5-676c-41ca-82cb-42549f1e028b 2018-09-04 21:50:49,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 21:50:49,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=2de442c43a484d51809138e1bca3f5b8&scope.project.id=d98703cc10ed423d86894386e49ef6a9&role.id=d1f552b168734f6d84d2bfc9f524ac2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:49,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f41a6d-4b7b-44a5-a83d-a305b5e72dcf Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=2de442c43a484d51809138e1bca3f5b8&scope.project.id=d98703cc10ed423d86894386e49ef6a9&role.id=d1f552b168734f6d84d2bfc9f524ac2c", "previous": null, "next": null}} 2018-09-04 21:50:49,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=2de442c43a484d51809138e1bca3f5b8&scope.project.id=d98703cc10ed423d86894386e49ef6a9&role.id=d1f552b168734f6d84d2bfc9f524ac2c used request id req-25f41a6d-4b7b-44a5-a83d-a305b5e72dcf 2018-09-04 21:50:49,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0741860866547s 2018-09-04 21:50:49,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 21:50:49,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9/users/2de442c43a484d51809138e1bca3f5b8/roles/d1f552b168734f6d84d2bfc9f524ac2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:49,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd418fba-9a85-4973-b605-eec93ebbeabb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:50:49,247 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9/users/2de442c43a484d51809138e1bca3f5b8/roles/d1f552b168734f6d84d2bfc9f524ac2c used request id req-fd418fba-9a85-4973-b605-eec93ebbeabb 2018-09-04 21:50:49,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125178098679s 2018-09-04 21:50:49,248 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'ab9e4a0f-2b57-4480-acdd-0c879edd6070', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124', 'project_id': u'd98703cc10ed423d86894386e49ef6a9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 21:50:49,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 21:50:49,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 21:50:49,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 21:50:49,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 21:50:49,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 21:50:49,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 21:50:49,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 21:50:49,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 21:50:49,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 21:50:49,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 21:50:49,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 21:50:49,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 21:50:49,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 21:50:49,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 21:50:49,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 21:50:49,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 21:50:49,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 21:50:49,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 21:50:49,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 21:50:49,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 21:50:49,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 21:50:49,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 21:50:49,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 21:50:49,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 21:50:49,253 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124', 'password': 'ab9e4a0f-2b57-4480-acdd-0c879edd6070', 'project_name': 'snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'd98703cc10ed423d86894386e49ef6a9', 'project_domain_name': 'Default'} 2018-09-04 21:50:49,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:50:49,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:49,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f5b2de0-8962-4b28-a858-613ff78a7bf0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:50:49,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1f5b2de0-8962-4b28-a858-613ff78a7bf0 2018-09-04 21:50:49,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0818178653717s 2018-09-04 21:50:49,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:50:49,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:49,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fe6ec37-8a6c-4d81-be8e-443ecf18475d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:50:49,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5fe6ec37-8a6c-4d81-be8e-443ecf18475d 2018-09-04 21:50:49,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756959915161s 2018-09-04 21:50:49,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 21:50:49,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:49,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02d97f77-74c6-42b3-8598-038f32c46076 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 21:50:49,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-02d97f77-74c6-42b3-8598-038f32c46076 2018-09-04 21:50:49,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0791900157928s 2018-09-04 21:50:49,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:50:49,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:49,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c25a05cc-1f39-4205-b589-0983b06e688e Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:50:49,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c25a05cc-1f39-4205-b589-0983b06e688e 2018-09-04 21:50:49,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101734876633s 2018-09-04 21:50:49,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c25a05cc-1f39-4205-b589-0983b06e688e 2018-09-04 21:50:49,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:50:49,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:49,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd8fff81-9b6d-42d8-8bc5-c4059f0780fa Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}]} 2018-09-04 21:50:49,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-cd8fff81-9b6d-42d8-8bc5-c4059f0780fa 2018-09-04 21:50:49,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0897650718689s 2018-09-04 21:50:49,691 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-cd8fff81-9b6d-42d8-8bc5-c4059f0780fa 2018-09-04 21:50:49,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 21:50:49,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=2de442c43a484d51809138e1bca3f5b8&scope.project.id=d98703cc10ed423d86894386e49ef6a9&role.id=5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:49,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd70d96-5344-4de3-a4d4-f294630cef50 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=2de442c43a484d51809138e1bca3f5b8&scope.project.id=d98703cc10ed423d86894386e49ef6a9&role.id=5cd9afdff9a14c7bbd8b1621921cc3df", "previous": null, "next": null}} 2018-09-04 21:50:49,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=2de442c43a484d51809138e1bca3f5b8&scope.project.id=d98703cc10ed423d86894386e49ef6a9&role.id=5cd9afdff9a14c7bbd8b1621921cc3df used request id req-1dd70d96-5344-4de3-a4d4-f294630cef50 2018-09-04 21:50:49,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0869770050049s 2018-09-04 21:50:49,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 21:50:49,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9/users/2de442c43a484d51809138e1bca3f5b8/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:49,906 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7677802c-8b44-4be0-83dc-12c25cc35280 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:50:49,906 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9/users/2de442c43a484d51809138e1bca3f5b8/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-7677802c-8b44-4be0-83dc-12c25cc35280 2018-09-04 21:50:49,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125277042389s 2018-09-04 21:50:49,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:50:49,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:49,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdf13203-5dc3-4666-a0e6-55f7a7ba3247 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 21:50:49,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fdf13203-5dc3-4666-a0e6-55f7a7ba3247 2018-09-04 21:50:49,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0764350891113s 2018-09-04 21:50:49,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 21:50:49,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-04 21:50:50,077 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55e9d97f-f8da-414f-8d8a-f94b86fa364f Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}} 2018-09-04 21:50:50,077 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-55e9d97f-f8da-414f-8d8a-f94b86fa364f 2018-09-04 21:50:50,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0925929546356s 2018-09-04 21:50:50,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:50,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d92a18-a810-48a8-b2ae-9cca2dddefea Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 21:50:50,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-c8d92a18-a810-48a8-b2ae-9cca2dddefea 2018-09-04 21:50:50,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 21:50:50,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:50,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f74bae9-22cc-4643-9a7d-b061aacdb837 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:50:50,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5f74bae9-22cc-4643-9a7d-b061aacdb837 2018-09-04 21:50:50,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0754520893097s 2018-09-04 21:50:50,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 21:50:50,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:50,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f140e1e-9957-46d4-b67a-cb1d2e7d945a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 21:50:50,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-0f140e1e-9957-46d4-b67a-cb1d2e7d945a 2018-09-04 21:50:50,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0821788311005s 2018-09-04 21:50:50,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 21:50:50,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:50,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94845c13-532b-44fc-bf21-554c79c8059c Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:50:50,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-94845c13-532b-44fc-bf21-554c79c8059c 2018-09-04 21:50:50,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0990891456604s 2018-09-04 21:50:50,419 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-94845c13-532b-44fc-bf21-554c79c8059c 2018-09-04 21:50:50,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 21:50:50,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:50,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e76f6671-9e13-46dd-bdc4-a1ba72b251ec Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}]} 2018-09-04 21:50:50,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-e76f6671-9e13-46dd-bdc4-a1ba72b251ec 2018-09-04 21:50:50,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0802640914917s 2018-09-04 21:50:50,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-e76f6671-9e13-46dd-bdc4-a1ba72b251ec 2018-09-04 21:50:50,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 21:50:50,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=2de442c43a484d51809138e1bca3f5b8&scope.project.id=d98703cc10ed423d86894386e49ef6a9&role.id=ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:50,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1794aef8-6f11-4eb8-99dc-5130c1325763 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=2de442c43a484d51809138e1bca3f5b8&scope.project.id=d98703cc10ed423d86894386e49ef6a9&role.id=ee65b3cf18824d4786e4806145ea807f", "previous": null, "next": null}} 2018-09-04 21:50:50,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=2de442c43a484d51809138e1bca3f5b8&scope.project.id=d98703cc10ed423d86894386e49ef6a9&role.id=ee65b3cf18824d4786e4806145ea807f used request id req-1794aef8-6f11-4eb8-99dc-5130c1325763 2018-09-04 21:50:50,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0813949108124s 2018-09-04 21:50:50,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 21:50:50,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9/users/2de442c43a484d51809138e1bca3f5b8/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 21:50:50,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:50:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a6af186-2342-40ac-a150-540a5b32dc48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:50:50,708 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9/users/2de442c43a484d51809138e1bca3f5b8/roles/ee65b3cf18824d4786e4806145ea807f used request id req-9a6af186-2342-40ac-a150-540a5b32dc48 2018-09-04 21:50:50,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117912054062s 2018-09-04 21:50:50,709 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-04 21:50:50,709 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-04 21:50:50,709 - openstack_tests - INFO - OS Credentials = > 2018-09-04 21:50:50,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:50,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:50:51,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:50:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["OovuQNUHSeaX1ZhjVszgVQ"], "issued_at": "2018-09-04T21:50:51.000000Z"}} 2018-09-04 21:50:51,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4234771e465ffb73b17e1bbb7c4f0f4935a79c11" 2018-09-04 21:50:51,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-a79d8f8f-7171-49cc-94c1-be8041936956 Date: Tue, 04 Sep 2018 21:50:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:50:51,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-a79d8f8f-7171-49cc-94c1-be8041936956 2018-09-04 21:50:51,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4234771e465ffb73b17e1bbb7c4f0f4935a79c11" 2018-09-04 21:50:51,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-bcc4a482-277b-4735-9c08-91283c588257 Date: Tue, 04 Sep 2018 21:50:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 21:50:51,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-bcc4a482-277b-4735-9c08-91283c588257 2018-09-04 21:50:51,562 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-04 21:50:51,562 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-09-04 21:50:51,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,574 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,584 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,584 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,589 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,589 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:51,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:50:52,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:50:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["b-RBvnatQY-wRIkHHl7Okw"], "issued_at": "2018-09-04T21:50:52.000000Z"}} 2018-09-04 21:50:52,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c58e7754cec752ef66d67a9009ff1b678cfc467e" 2018-09-04 21:50:52,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f10a6f2-e549-4e90-b203-aa398d766ee7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:50:52,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1f10a6f2-e549-4e90-b203-aa398d766ee7 2018-09-04 21:50:52,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:52,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:50:52,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:50:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["HB_grYboSZus_izySE1MFA"], "issued_at": "2018-09-04T21:50:52.000000Z"}} 2018-09-04 21:50:52,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:50:52,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0982309-75d6-4e65-8503-c53973037185 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:50:52,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d0982309-75d6-4e65-8503-c53973037185 2018-09-04 21:50:52,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:50:52,674 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:50:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:50:52,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-20f25c2c-9995-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:50:52,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb16d70-4517-4a1e-a2b7-3f7e6e2a43ff Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-20f25c2c-9995-488-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:50:52,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-20f25c2c-9995-488-proj used request id req-bfb16d70-4517-4a1e-a2b7-3f7e6e2a43ff 2018-09-04 21:50:52,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:50:52,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4793ba6e-2e35-4602-b66a-2ab05334faeb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:50:52,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-4793ba6e-2e35-4602-b66a-2ab05334faeb 2018-09-04 21:50:52,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj"}}' 2018-09-04 21:50:53,053 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:50:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dd3b779-f64c-4288-8b63-2be06f02f4d9 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f"}, "enabled": true, "id": "90481dc76cf84f2d91c03c81c9bcea4f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj"}} 2018-09-04 21:50:53,053 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3dd3b779-f64c-4288-8b63-2be06f02f4d9 2018-09-04 21:50:53,054 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-20f25c2c-9995-488-proj 2018-09-04 21:50:53,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:53,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:50:53,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:50:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["iklhTwDMQTa_c0s9VIxkMg"], "issued_at": "2018-09-04T21:50:53.000000Z"}} 2018-09-04 21:50:53,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca289da925303bbf67ac54126cf68b89244936f8" 2018-09-04 21:50:53,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed0a7e22-44f6-432c-8579-48a3e2dcae74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:50:53,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ed0a7e22-44f6-432c-8579-48a3e2dcae74 2018-09-04 21:50:53,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:50:53,525 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:50:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:50:53,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca289da925303bbf67ac54126cf68b89244936f8" 2018-09-04 21:50:53,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e9404d7-ace1-47ab-8f81-e8a067ecd3aa Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:50:53,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3e9404d7-ace1-47ab-8f81-e8a067ecd3aa 2018-09-04 21:50:53,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-20f25c2c-9995-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca289da925303bbf67ac54126cf68b89244936f8" 2018-09-04 21:50:53,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bad8289c-0f19-4eaa-a08b-daba9e6d2f72 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-20f25c2c-9995-488-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f"}, "enabled": true, "id": "90481dc76cf84f2d91c03c81c9bcea4f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj"}]} 2018-09-04 21:50:53,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-20f25c2c-9995-488-proj used request id req-bad8289c-0f19-4eaa-a08b-daba9e6d2f72 2018-09-04 21:50:53,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca289da925303bbf67ac54126cf68b89244936f8" 2018-09-04 21:50:53,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-106feaa1-f5c1-4da7-95d8-7e8230c72a18 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:50:53,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-106feaa1-f5c1-4da7-95d8-7e8230c72a18 2018-09-04 21:50:54,107 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-20f25c2c-9995-488-user 2018-09-04 21:50:54,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:54,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:50:54,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2782972f-b650-4a53-a4cf-593cbf3e51d9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:50:54,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2782972f-b650-4a53-a4cf-593cbf3e51d9 2018-09-04 21:50:54,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" -d '{"role": {"name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj-role"}}' 2018-09-04 21:50:54,328 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:50:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e76257f8-f68d-45ea-ab28-1d8bbc5c5039 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "559abb918e9540dcaa16b17382a936fe", "links": {"self": "http://172.30.9.26:5000/v3/roles/559abb918e9540dcaa16b17382a936fe"}, "name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj-role"}} 2018-09-04 21:50:54,328 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-e76257f8-f68d-45ea-ab28-1d8bbc5c5039 2018-09-04 21:50:54,329 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-20f25c2c-9995-488-proj-role 2018-09-04 21:50:54,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/559abb918e9540dcaa16b17382a936fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:50:54,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4c899c4-6d12-4644-9752-c5279ff9f9cc Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/559abb918e9540dcaa16b17382a936fe"}, "domain_id": null, "name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj-role", "id": "559abb918e9540dcaa16b17382a936fe"}} 2018-09-04 21:50:54,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/559abb918e9540dcaa16b17382a936fe used request id req-b4c899c4-6d12-4644-9752-c5279ff9f9cc 2018-09-04 21:50:54,347 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-20f25c2c-9995-488-proj-role to project CreateSecurityGroupTests-20f25c2c-9995-488-proj 2018-09-04 21:50:54,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f/users/da29406533924ada924523742e5436a4/roles/559abb918e9540dcaa16b17382a936fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:50:54,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:50:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-075aff37-4d78-4248-9dfa-ab2010c278b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:50:54,474 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f/users/da29406533924ada924523742e5436a4/roles/559abb918e9540dcaa16b17382a936fe used request id req-075aff37-4d78-4248-9dfa-ab2010c278b7 2018-09-04 21:50:54,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:50:54,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:50:54,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "559abb918e9540dcaa16b17382a936fe", "name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj-role"}], "expires_at": "2018-09-04T22:50:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90481dc76cf84f2d91c03c81c9bcea4f", "name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-20f25c2c-9995-488-user", "id": "da29406533924ada924523742e5436a4"}, "audit_ids": ["iX28dIoSTZ2iM-xFbh2KMg"], "issued_at": "2018-09-04T21:50:54.000000Z"}} 2018-09-04 21:50:54,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:54,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba5c91f3-564d-489a-b3ed-e79fdc3002ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:50:54,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ba5c91f3-564d-489a-b3ed-e79fdc3002ae 2018-09-04 21:50:54,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:55,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-8a253a88-0eef-4891-bf1d-0c34ba14cfc9 Date: Tue, 04 Sep 2018 21:50:55 GMT RESP BODY: {"security_groups": []} 2018-09-04 21:50:55,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname&description=hello+group used request id req-8a253a88-0eef-4891-bf1d-0c34ba14cfc9 2018-09-04 21:50:55,307 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname... 2018-09-04 21:50:55,307 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname 2018-09-04 21:50:55,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" -d '{"security_group": {"name": "CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname", "description": "hello group"}}' 2018-09-04 21:50:55,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-92203b16-1b6c-435d-867d-b03c2d7c31ba Date: Tue, 04 Sep 2018 21:50:55 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "updated_at": "2018-09-04T21:50:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "4001a217-7d3f-42c7-b1a4-1433a289064b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}], "revision_number": 2, "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "name": "CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname"}} 2018-09-04 21:50:55,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-92203b16-1b6c-435d-867d-b03c2d7c31ba 2018-09-04 21:50:55,820 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:55,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:56,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7ce27431-6bcb-4384-8355-d4d57b4b2410 Date: Tue, 04 Sep 2018 21:50:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}]} 2018-09-04 21:50:56,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-7ce27431-6bcb-4384-8355-d4d57b4b2410 2018-09-04 21:50:56,000 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:56,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:56,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-39abd698-dabc-4db3-a42f-736367e49b0e Date: Tue, 04 Sep 2018 21:50:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}]} 2018-09-04 21:50:56,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-39abd698-dabc-4db3-a42f-736367e49b0e 2018-09-04 21:50:56,193 - neutron_utils - INFO - Retrieving security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:56,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:56,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-68d8b706-da3f-4b20-a87d-744c68f24689 Date: Tue, 04 Sep 2018 21:50:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "updated_at": "2018-09-04T21:50:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "4001a217-7d3f-42c7-b1a4-1433a289064b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}], "revision_number": 2, "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "name": "CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname"}]} 2018-09-04 21:50:56,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-68d8b706-da3f-4b20-a87d-744c68f24689 2018-09-04 21:50:56,385 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:56,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:56,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8e53e547-360c-4842-b7ee-669ebad10c2b Date: Tue, 04 Sep 2018 21:50:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}]} 2018-09-04 21:50:56,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-8e53e547-360c-4842-b7ee-669ebad10c2b 2018-09-04 21:50:56,558 - neutron_utils - INFO - Retrieving security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:56,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:56,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-66118e34-530d-4688-9eae-a39676627051 Date: Tue, 04 Sep 2018 21:50:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "updated_at": "2018-09-04T21:50:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "4001a217-7d3f-42c7-b1a4-1433a289064b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}], "revision_number": 2, "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "name": "CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname"}]} 2018-09-04 21:50:56,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-66118e34-530d-4688-9eae-a39676627051 2018-09-04 21:50:56,771 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:56,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:56,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c4c4e732-f560-453a-9544-9e2e8a0d332d Date: Tue, 04 Sep 2018 21:50:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}]} 2018-09-04 21:50:56,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-c4c4e732-f560-453a-9544-9e2e8a0d332d 2018-09-04 21:50:56,804 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname 2018-09-04 21:50:56,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:56,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-04e4ecb8-deea-414c-8696-d19db19b2bf7 Date: Tue, 04 Sep 2018 21:50:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "updated_at": "2018-09-04T21:50:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "4001a217-7d3f-42c7-b1a4-1433a289064b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}], "revision_number": 2, "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "name": "CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname"}]} 2018-09-04 21:50:56,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname used request id req-04e4ecb8-deea-414c-8696-d19db19b2bf7 2018-09-04 21:50:56,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:50:57,002 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:50:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:50:57,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:57,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b961490-dfa2-40f5-a2f4-3a20464959cf Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f"}, "enabled": true, "id": "90481dc76cf84f2d91c03c81c9bcea4f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj"}} 2018-09-04 21:50:57,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f used request id req-9b961490-dfa2-40f5-a2f4-3a20464959cf 2018-09-04 21:50:57,082 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:57,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:57,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-087742b7-9fba-4bfd-afed-a4beb6d06759 Date: Tue, 04 Sep 2018 21:50:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}]} 2018-09-04 21:50:57,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-087742b7-9fba-4bfd-afed-a4beb6d06759 2018-09-04 21:50:57,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0"}}' 2018-09-04 21:50:57,412 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-e02abc73-adda-4900-bf4b-e64a48234d1a Date: Tue, 04 Sep 2018 21:50:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:57Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "9230473b-568f-42da-99e4-8bdcf06b46ed"}} 2018-09-04 21:50:57,412 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-e02abc73-adda-4900-bf4b-e64a48234d1a 2018-09-04 21:50:57,413 - neutron_utils - INFO - Retrieving security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:57,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:57,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-7cc20fcd-e7d7-4e0b-bcf0-e4d9099b34a2 Date: Tue, 04 Sep 2018 21:50:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "updated_at": "2018-09-04T21:50:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "4001a217-7d3f-42c7-b1a4-1433a289064b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "revision_number": 0, "id": "9230473b-568f-42da-99e4-8bdcf06b46ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}], "revision_number": 3, "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "name": "CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname"}]} 2018-09-04 21:50:57,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-7cc20fcd-e7d7-4e0b-bcf0-e4d9099b34a2 2018-09-04 21:50:57,625 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:57,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:57,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-aba6cf62-85a6-4824-8327-fc26d74d1387 Date: Tue, 04 Sep 2018 21:50:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:57Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "9230473b-568f-42da-99e4-8bdcf06b46ed"}]} 2018-09-04 21:50:57,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-aba6cf62-85a6-4824-8327-fc26d74d1387 2018-09-04 21:50:57,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:50:58,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "559abb918e9540dcaa16b17382a936fe", "name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj-role"}], "expires_at": "2018-09-04T22:50:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90481dc76cf84f2d91c03c81c9bcea4f", "name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/90481dc76cf84f2d91c03c81c9bcea4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-20f25c2c-9995-488-user", "id": "da29406533924ada924523742e5436a4"}, "audit_ids": ["bIpuPr3HR4exa54LYFbJTg"], "issued_at": "2018-09-04T21:50:58.000000Z"}} 2018-09-04 21:50:58,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25dc4adc3e28862adb1befac896911a57037a021" 2018-09-04 21:50:58,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-e7691091-329b-4922-a470-1b97245748cf Date: Tue, 04 Sep 2018 21:50:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "updated_at": "2018-09-04T21:50:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "4001a217-7d3f-42c7-b1a4-1433a289064b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "revision_number": 0, "id": "9230473b-568f-42da-99e4-8bdcf06b46ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}], "revision_number": 3, "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "name": "CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname"}]} 2018-09-04 21:50:58,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname&description=hello+group used request id req-e7691091-329b-4922-a470-1b97245748cf 2018-09-04 21:50:58,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:58,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25dc4adc3e28862adb1befac896911a57037a021" 2018-09-04 21:50:58,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-5734931f-002f-4df9-bef5-10ffca0068a1 Date: Tue, 04 Sep 2018 21:50:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:57Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "9230473b-568f-42da-99e4-8bdcf06b46ed"}]} 2018-09-04 21:50:58,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-5734931f-002f-4df9-bef5-10ffca0068a1 2018-09-04 21:50:58,547 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:58,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25dc4adc3e28862adb1befac896911a57037a021" 2018-09-04 21:50:58,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-26810cd2-d17e-4595-8893-df6d49c2fc35 Date: Tue, 04 Sep 2018 21:50:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:57Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "9230473b-568f-42da-99e4-8bdcf06b46ed"}]} 2018-09-04 21:50:58,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-26810cd2-d17e-4595-8893-df6d49c2fc35 2018-09-04 21:50:58,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25dc4adc3e28862adb1befac896911a57037a021" 2018-09-04 21:50:58,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-4140bbd6-128b-4103-ba1f-295575495e38 Date: Tue, 04 Sep 2018 21:50:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "updated_at": "2018-09-04T21:50:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "4001a217-7d3f-42c7-b1a4-1433a289064b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "revision_number": 0, "id": "9230473b-568f-42da-99e4-8bdcf06b46ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}], "revision_number": 3, "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "name": "CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname"}]} 2018-09-04 21:50:58,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname used request id req-4140bbd6-128b-4103-ba1f-295575495e38 2018-09-04 21:50:58,774 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:58,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25dc4adc3e28862adb1befac896911a57037a021" 2018-09-04 21:50:58,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-02427679-0aa4-4c88-95c9-7c14226450de Date: Tue, 04 Sep 2018 21:50:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:57Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "9230473b-568f-42da-99e4-8bdcf06b46ed"}]} 2018-09-04 21:50:58,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-02427679-0aa4-4c88-95c9-7c14226450de 2018-09-04 21:50:58,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25dc4adc3e28862adb1befac896911a57037a021" 2018-09-04 21:50:59,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-0daa2af2-fee4-4b5e-8b28-f407fa071e65 Date: Tue, 04 Sep 2018 21:50:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "updated_at": "2018-09-04T21:50:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "4001a217-7d3f-42c7-b1a4-1433a289064b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "revision_number": 0, "id": "9230473b-568f-42da-99e4-8bdcf06b46ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}], "revision_number": 3, "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "name": "CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname"}]} 2018-09-04 21:50:59,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname used request id req-0daa2af2-fee4-4b5e-8b28-f407fa071e65 2018-09-04 21:50:59,150 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:59,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25dc4adc3e28862adb1befac896911a57037a021" 2018-09-04 21:50:59,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-72be1ff8-2e6d-4cb9-912b-1580096fc09e Date: Tue, 04 Sep 2018 21:50:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:57Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "9230473b-568f-42da-99e4-8bdcf06b46ed"}]} 2018-09-04 21:50:59,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-72be1ff8-2e6d-4cb9-912b-1580096fc09e 2018-09-04 21:50:59,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25dc4adc3e28862adb1befac896911a57037a021" 2018-09-04 21:50:59,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-e2cf6a82-ced2-4d7e-8b77-0a7b14b2d6f8 Date: Tue, 04 Sep 2018 21:50:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "updated_at": "2018-09-04T21:50:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "4001a217-7d3f-42c7-b1a4-1433a289064b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "revision_number": 0, "id": "9230473b-568f-42da-99e4-8bdcf06b46ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}], "revision_number": 3, "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "name": "CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname"}]} 2018-09-04 21:50:59,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname used request id req-e2cf6a82-ced2-4d7e-8b77-0a7b14b2d6f8 2018-09-04 21:50:59,386 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:59,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25dc4adc3e28862adb1befac896911a57037a021" 2018-09-04 21:50:59,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-299f616e-92c8-4aba-b44b-a7af7bfc7813 Date: Tue, 04 Sep 2018 21:50:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:57Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "9230473b-568f-42da-99e4-8bdcf06b46ed"}]} 2018-09-04 21:50:59,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-299f616e-92c8-4aba-b44b-a7af7bfc7813 2018-09-04 21:50:59,576 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:59,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25dc4adc3e28862adb1befac896911a57037a021" 2018-09-04 21:50:59,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-5f4be5e6-e34f-4b9b-af7e-41b9001c5ccb Date: Tue, 04 Sep 2018 21:50:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:57Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "9230473b-568f-42da-99e4-8bdcf06b46ed"}]} 2018-09-04 21:50:59,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-5f4be5e6-e34f-4b9b-af7e-41b9001c5ccb 2018-09-04 21:50:59,612 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname 2018-09-04 21:50:59,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:59,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-5cf348f1-5485-48be-a95d-0dc31e60afab Date: Tue, 04 Sep 2018 21:50:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "updated_at": "2018-09-04T21:50:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "4001a217-7d3f-42c7-b1a4-1433a289064b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "revision_number": 0, "id": "9230473b-568f-42da-99e4-8bdcf06b46ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}], "revision_number": 3, "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "name": "CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname"}]} 2018-09-04 21:50:59,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname used request id req-5cf348f1-5485-48be-a95d-0dc31e60afab 2018-09-04 21:50:59,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:50:59,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:50:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab4b6791-4857-45c9-b938-d8f243b19f41 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f"}, "enabled": true, "id": "90481dc76cf84f2d91c03c81c9bcea4f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj"}} 2018-09-04 21:50:59,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f used request id req-ab4b6791-4857-45c9-b938-d8f243b19f41 2018-09-04 21:50:59,914 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:50:59,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:51:00,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-86291c96-6fd6-45e7-9a30-1671bd9ce266 Date: Tue, 04 Sep 2018 21:51:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:57Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "9230473b-568f-42da-99e4-8bdcf06b46ed"}]} 2018-09-04 21:51:00,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-86291c96-6fd6-45e7-9a30-1671bd9ce266 2018-09-04 21:51:00,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0"}}' 2018-09-04 21:51:00,294 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-cdc4bb91-8419-41bf-ab0b-984c5db73963 Date: Tue, 04 Sep 2018 21:51:00 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:00Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:51:00Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "d2a40385-1c8d-48de-891d-0150822e7db4"}} 2018-09-04 21:51:00,294 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-cdc4bb91-8419-41bf-ab0b-984c5db73963 2018-09-04 21:51:00,294 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8714754e-f8b1-4540-8fba-cfa3a2800ab0 2018-09-04 21:51:00,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25dc4adc3e28862adb1befac896911a57037a021" 2018-09-04 21:51:00,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-cca5fbc1-12a2-45db-bd37-75849248c39b Date: Tue, 04 Sep 2018 21:51:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4001a217-7d3f-42c7-b1a4-1433a289064b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "46d398e5-ea46-48a5-8cf6-b0fe3a60cf71"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:57Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:57Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "9230473b-568f-42da-99e4-8bdcf06b46ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:00Z", "security_group_id": "8714754e-f8b1-4540-8fba-cfa3a2800ab0", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:51:00Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "d2a40385-1c8d-48de-891d-0150822e7db4"}]} 2018-09-04 21:51:00,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-cca5fbc1-12a2-45db-bd37-75849248c39b 2018-09-04 21:51:00,479 - neutron_utils - INFO - Deleting security group rule with ID - 9230473b-568f-42da-99e4-8bdcf06b46ed 2018-09-04 21:51:00,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/9230473b-568f-42da-99e4-8bdcf06b46ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:51:00,724 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82c4eef9-d966-4465-9245-f47edd64f441 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:00,724 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/9230473b-568f-42da-99e4-8bdcf06b46ed used request id req-82c4eef9-d966-4465-9245-f47edd64f441 2018-09-04 21:51:00,724 - neutron_utils - INFO - Deleting security group rule with ID - 4001a217-7d3f-42c7-b1a4-1433a289064b 2018-09-04 21:51:00,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/4001a217-7d3f-42c7-b1a4-1433a289064b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:51:00,959 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3a42bfc0-bfaf-4ba4-ac4c-09e0029a49bf Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:00,959 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/4001a217-7d3f-42c7-b1a4-1433a289064b used request id req-3a42bfc0-bfaf-4ba4-ac4c-09e0029a49bf 2018-09-04 21:51:00,959 - neutron_utils - INFO - Deleting security group rule with ID - d2a40385-1c8d-48de-891d-0150822e7db4 2018-09-04 21:51:00,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/d2a40385-1c8d-48de-891d-0150822e7db4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:51:01,208 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-000156d0-ce40-43dc-a6b1-bd7b850b0ae4 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:01,208 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/d2a40385-1c8d-48de-891d-0150822e7db4 used request id req-000156d0-ce40-43dc-a6b1-bd7b850b0ae4 2018-09-04 21:51:01,208 - neutron_utils - INFO - Deleting security group rule with ID - 46d398e5-ea46-48a5-8cf6-b0fe3a60cf71 2018-09-04 21:51:01,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/46d398e5-ea46-48a5-8cf6-b0fe3a60cf71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:51:01,333 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f37e7dde-0025-4664-a3e2-1a8015141595 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:01,333 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/46d398e5-ea46-48a5-8cf6-b0fe3a60cf71 used request id req-f37e7dde-0025-4664-a3e2-1a8015141595 2018-09-04 21:51:01,334 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-41aae990-4475-4b1f-b4c7-7afc5e9d3afbname 2018-09-04 21:51:01,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/8714754e-f8b1-4540-8fba-cfa3a2800ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77329ccfdeac81b6bf49b191fc7c947f46206de" 2018-09-04 21:51:01,598 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-29fa1954-e9b2-4f84-9961-57b9a2efa4e5 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:01,599 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/8714754e-f8b1-4540-8fba-cfa3a2800ab0 used request id req-29fa1954-e9b2-4f84-9961-57b9a2efa4e5 2018-09-04 21:51:01,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:01,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-5a0ffa60-62ad-47a0-81f9-975911b27502 Date: Tue, 04 Sep 2018 21:51:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "updated_at": "2018-09-04T21:50:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "3edc801d-6ffa-4c58-be56-95f9bf14d6ce", "remote_group_id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "41d65e27-5c1f-4559-8407-7f235d941c11", "remote_group_id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "4d53f1fc-b2ba-4522-a425-3bc19ae96274", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "revision_number": 0, "id": "591f3bc4-5711-4519-81aa-84af6d239e64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:50:55Z", "security_group_id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f"}], "revision_number": 4, "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:51:01,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-5a0ffa60-62ad-47a0-81f9-975911b27502 2018-09-04 21:51:01,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:02,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd97c87c-35e7-4b30-956d-f6d0ec727007 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:51:02,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-fd97c87c-35e7-4b30-956d-f6d0ec727007 2018-09-04 21:51:02,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:02,108 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27dd02d7-8cf8-4115-9117-7b79f8ddedb5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:02,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-27dd02d7-8cf8-4115-9117-7b79f8ddedb5 2018-09-04 21:51:02,108 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:02,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:02,212 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf51a4ba-639f-4644-b83b-69a8bd440412 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:02,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-cf51a4ba-639f-4644-b83b-69a8bd440412 2018-09-04 21:51:02,213 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:02,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:02,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-317586e7-8017-4f75-b419-04a1c6f33100 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:51:02,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-317586e7-8017-4f75-b419-04a1c6f33100 2018-09-04 21:51:02,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:02,402 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f875806-2ead-4d1f-b97d-b4e74df38dd9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:02,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-2f875806-2ead-4d1f-b97d-b4e74df38dd9 2018-09-04 21:51:02,402 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:02,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:02,494 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-294c45dc-5482-4624-b99e-c51980ab8c35 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:02,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-294c45dc-5482-4624-b99e-c51980ab8c35 2018-09-04 21:51:02,495 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:02,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:02,587 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd1144be-05b2-48e9-8529-72a4a66eea15 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:02,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-dd1144be-05b2-48e9-8529-72a4a66eea15 2018-09-04 21:51:02,587 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:02,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:02,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0486cfcb-2c8b-46d8-ba2c-6c1c0d787966 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f"}, "enabled": true, "id": "90481dc76cf84f2d91c03c81c9bcea4f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-20f25c2c-9995-488-proj"}} 2018-09-04 21:51:02,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f used request id req-0486cfcb-2c8b-46d8-ba2c-6c1c0d787966 2018-09-04 21:51:02,672 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d43e37b9-1c83-4af9-88a0-e3673d367573 2018-09-04 21:51:02,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d43e37b9-1c83-4af9-88a0-e3673d367573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:02,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7d38c823-8daa-48b6-b70c-1e18cca79a5b Date: Tue, 04 Sep 2018 21:51:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "3edc801d-6ffa-4c58-be56-95f9bf14d6ce"}, {"remote_group_id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "41d65e27-5c1f-4559-8407-7f235d941c11"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "4d53f1fc-b2ba-4522-a425-3bc19ae96274"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:50:55Z", "security_group_id": "d43e37b9-1c83-4af9-88a0-e3673d367573", "port_range_min": null, "revision_number": 0, "tenant_id": "90481dc76cf84f2d91c03c81c9bcea4f", "created_at": "2018-09-04T21:50:55Z", "project_id": "90481dc76cf84f2d91c03c81c9bcea4f", "id": "591f3bc4-5711-4519-81aa-84af6d239e64"}]} 2018-09-04 21:51:02,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d43e37b9-1c83-4af9-88a0-e3673d367573 used request id req-7d38c823-8daa-48b6-b70c-1e18cca79a5b 2018-09-04 21:51:02,857 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:51:02,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/d43e37b9-1c83-4af9-88a0-e3673d367573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:03,242 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ed757fdb-6415-4283-89c7-1f9d4e307c3f Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:03,242 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/d43e37b9-1c83-4af9-88a0-e3673d367573 used request id req-ed757fdb-6415-4283-89c7-1f9d4e307c3f 2018-09-04 21:51:03,243 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-20f25c2c-9995-488-proj 2018-09-04 21:51:03,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:03,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b88f9ea7-4ed7-4fda-a37c-34fa1f954ca1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:03,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/90481dc76cf84f2d91c03c81c9bcea4f used request id req-b88f9ea7-4ed7-4fda-a37c-34fa1f954ca1 2018-09-04 21:51:03,451 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-20f25c2c-9995-488-proj-role 2018-09-04 21:51:03,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/559abb918e9540dcaa16b17382a936fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:03,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10ba1f3e-73f0-4b19-bd98-d52cdb52c447 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:03,561 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/559abb918e9540dcaa16b17382a936fe used request id req-10ba1f3e-73f0-4b19-bd98-d52cdb52c447 2018-09-04 21:51:03,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf488ea559a5ece6036a8796707a2883713f6d06" 2018-09-04 21:51:03,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fa90454-e45a-4ff6-b9cb-2a1e55c5bf38 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:51:03,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5fa90454-e45a-4ff6-b9cb-2a1e55c5bf38 2018-09-04 21:51:03,647 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-20f25c2c-9995-488-user 2018-09-04 21:51:03,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/da29406533924ada924523742e5436a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca289da925303bbf67ac54126cf68b89244936f8" 2018-09-04 21:51:03,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f70cf0de-4965-43ec-a191-0e31af788806 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:03,830 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/da29406533924ada924523742e5436a4 used request id req-f70cf0de-4965-43ec-a191-0e31af788806 2018-09-04 21:51:03,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:04,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["8S0Ame_pQbiZ6VSbg0wJSQ"], "issued_at": "2018-09-04T21:51:04.000000Z"}} 2018-09-04 21:51:04,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30c1d461f4a1d6f7b90a751cbb8490a59656375" 2018-09-04 21:51:04,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b839cc88-70fd-4c61-adac-d71a94bfe2bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:04,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b839cc88-70fd-4c61-adac-d71a94bfe2bc 2018-09-04 21:51:04,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:04,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:04,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["oZRXdvIIRDahmBiSqxHmTA"], "issued_at": "2018-09-04T21:51:04.000000Z"}} 2018-09-04 21:51:04,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:04,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c78e4dd4-727a-495c-bf9d-471c8c101ad1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:04,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c78e4dd4-727a-495c-bf9d-471c8c101ad1 2018-09-04 21:51:04,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:04,809 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:04,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0dbff7c9-9827-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:04,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8ba9e2a-d80c-4729-af75-14fe83384c54 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0dbff7c9-9827-42e-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:51:04,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0dbff7c9-9827-42e-proj used request id req-b8ba9e2a-d80c-4729-af75-14fe83384c54 2018-09-04 21:51:04,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:04,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ae2505d-632a-45ab-96ce-0e6937cb9b84 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:51:04,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0ae2505d-632a-45ab-96ce-0e6937cb9b84 2018-09-04 21:51:05,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-proj"}}' 2018-09-04 21:51:05,106 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:51:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fd8553d-ff81-467d-9b98-27f0ecae511b Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c2afbfb2c3f7435388586c1df5cd7f43"}, "enabled": true, "id": "c2afbfb2c3f7435388586c1df5cd7f43", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-proj"}} 2018-09-04 21:51:05,106 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-0fd8553d-ff81-467d-9b98-27f0ecae511b 2018-09-04 21:51:05,107 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-0dbff7c9-9827-42e-proj 2018-09-04 21:51:05,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:05,108 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:05,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["_0-k6LEqT0yKIjxb_JvDBg"], "issued_at": "2018-09-04T21:51:05.000000Z"}} 2018-09-04 21:51:05,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2983b97ad50d9eeb5e5c4a5825fd75fd097d2f" 2018-09-04 21:51:05,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97f65318-0029-4f51-93ca-3f1545231a64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:05,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-97f65318-0029-4f51-93ca-3f1545231a64 2018-09-04 21:51:05,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:05,670 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:05,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2983b97ad50d9eeb5e5c4a5825fd75fd097d2f" 2018-09-04 21:51:05,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5221d10-5add-43e9-b32f-329294375a90 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:51:05,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b5221d10-5add-43e9-b32f-329294375a90 2018-09-04 21:51:05,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-0dbff7c9-9827-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2983b97ad50d9eeb5e5c4a5825fd75fd097d2f" 2018-09-04 21:51:05,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35e55f75-7058-43be-b058-347ce6dd9bed Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-0dbff7c9-9827-42e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c2afbfb2c3f7435388586c1df5cd7f43"}, "enabled": true, "id": "c2afbfb2c3f7435388586c1df5cd7f43", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-proj"}]} 2018-09-04 21:51:05,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-0dbff7c9-9827-42e-proj used request id req-35e55f75-7058-43be-b058-347ce6dd9bed 2018-09-04 21:51:05,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2983b97ad50d9eeb5e5c4a5825fd75fd097d2f" 2018-09-04 21:51:05,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fab4384-43bf-4565-8a44-adc2a66abb10 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:51:05,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-7fab4384-43bf-4565-8a44-adc2a66abb10 2018-09-04 21:51:06,323 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-0dbff7c9-9827-42e-user 2018-09-04 21:51:06,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:06,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:06,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b20b001-58b6-41fb-b26d-59d005c85025 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:51:06,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2b20b001-58b6-41fb-b26d-59d005c85025 2018-09-04 21:51:06,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" -d '{"role": {"name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-proj-role"}}' 2018-09-04 21:51:06,454 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:51:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb0ce8e7-d46d-4d31-9fd3-fa691062c88d Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1fbc3b5e58524911b7f6aea00c66fa06", "links": {"self": "http://172.30.9.26:5000/v3/roles/1fbc3b5e58524911b7f6aea00c66fa06"}, "name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-proj-role"}} 2018-09-04 21:51:06,454 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-eb0ce8e7-d46d-4d31-9fd3-fa691062c88d 2018-09-04 21:51:06,455 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-0dbff7c9-9827-42e-proj-role 2018-09-04 21:51:06,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/1fbc3b5e58524911b7f6aea00c66fa06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:06,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b30781ce-7e06-4d67-aa78-a78abf4969e6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/1fbc3b5e58524911b7f6aea00c66fa06"}, "domain_id": null, "name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-proj-role", "id": "1fbc3b5e58524911b7f6aea00c66fa06"}} 2018-09-04 21:51:06,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/1fbc3b5e58524911b7f6aea00c66fa06 used request id req-b30781ce-7e06-4d67-aa78-a78abf4969e6 2018-09-04 21:51:06,543 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-0dbff7c9-9827-42e-proj-role to project CreateSecurityGroupTests-0dbff7c9-9827-42e-proj 2018-09-04 21:51:06,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/c2afbfb2c3f7435388586c1df5cd7f43/users/b8d9ee21edd2401a897c7b8963e292b9/roles/1fbc3b5e58524911b7f6aea00c66fa06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:06,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fa9f29e-fa22-48d8-955e-72763af53f69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:06,665 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c2afbfb2c3f7435388586c1df5cd7f43/users/b8d9ee21edd2401a897c7b8963e292b9/roles/1fbc3b5e58524911b7f6aea00c66fa06 used request id req-1fa9f29e-fa22-48d8-955e-72763af53f69 2018-09-04 21:51:06,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:06,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:07,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1fbc3b5e58524911b7f6aea00c66fa06", "name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-proj-role"}], "expires_at": "2018-09-04T22:51:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c2afbfb2c3f7435388586c1df5cd7f43", "name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-user", "id": "b8d9ee21edd2401a897c7b8963e292b9"}, "audit_ids": ["OwtbXFJ3Ruuqu7lK4RkL5w"], "issued_at": "2018-09-04T21:51:07.000000Z"}} 2018-09-04 21:51:07,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:07,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf565716-35d9-4af7-86d6-cd9286e11cea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:07,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cf565716-35d9-4af7-86d6-cd9286e11cea 2018-09-04 21:51:07,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:07,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-53fc0aad-91bc-4e4c-bb17-fc0820f7e639 Date: Tue, 04 Sep 2018 21:51:07 GMT RESP BODY: {"security_groups": []} 2018-09-04 21:51:07,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name&description=hello+group used request id req-53fc0aad-91bc-4e4c-bb17-fc0820f7e639 2018-09-04 21:51:07,589 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name... 2018-09-04 21:51:07,590 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name 2018-09-04 21:51:07,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" -d '{"security_group": {"name": "CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name", "description": "hello group"}}' 2018-09-04 21:51:07,957 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-e3e4cf2e-a5bd-4b14-b33f-2452f09e42cf Date: Tue, 04 Sep 2018 21:51:07 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "updated_at": "2018-09-04T21:51:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "revision_number": 0, "id": "04bf3344-b8ff-45a0-9434-1cb71b287e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "port_range_min": null, "ethertype": "IPv4", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "revision_number": 0, "id": "bc8219f5-3ac8-424c-9f33-b6a8d81d0b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "port_range_min": null, "ethertype": "IPv6", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43"}], "revision_number": 2, "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "367617f3-39cd-419f-992c-23e13e16f1be", "name": "CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name"}} 2018-09-04 21:51:07,957 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-e3e4cf2e-a5bd-4b14-b33f-2452f09e42cf 2018-09-04 21:51:07,958 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 367617f3-39cd-419f-992c-23e13e16f1be 2018-09-04 21:51:07,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=367617f3-39cd-419f-992c-23e13e16f1be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:08,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9c8cc2ff-f887-4a4a-a33d-91226e2a1dcf Date: Tue, 04 Sep 2018 21:51:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "04bf3344-b8ff-45a0-9434-1cb71b287e45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "bc8219f5-3ac8-424c-9f33-b6a8d81d0b43"}]} 2018-09-04 21:51:08,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=367617f3-39cd-419f-992c-23e13e16f1be used request id req-9c8cc2ff-f887-4a4a-a33d-91226e2a1dcf 2018-09-04 21:51:08,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 367617f3-39cd-419f-992c-23e13e16f1be 2018-09-04 21:51:08,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=367617f3-39cd-419f-992c-23e13e16f1be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:08,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d34818f2-1799-4bd9-acb6-b02fb4fd9d18 Date: Tue, 04 Sep 2018 21:51:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "04bf3344-b8ff-45a0-9434-1cb71b287e45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "bc8219f5-3ac8-424c-9f33-b6a8d81d0b43"}]} 2018-09-04 21:51:08,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=367617f3-39cd-419f-992c-23e13e16f1be used request id req-d34818f2-1799-4bd9-acb6-b02fb4fd9d18 2018-09-04 21:51:08,314 - neutron_utils - INFO - Retrieving security group with ID - 367617f3-39cd-419f-992c-23e13e16f1be 2018-09-04 21:51:08,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=367617f3-39cd-419f-992c-23e13e16f1be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:08,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-38db4f9a-b825-4fb9-8f11-de1dbb84fece Date: Tue, 04 Sep 2018 21:51:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "updated_at": "2018-09-04T21:51:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "revision_number": 0, "id": "04bf3344-b8ff-45a0-9434-1cb71b287e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "port_range_min": null, "ethertype": "IPv4", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "revision_number": 0, "id": "bc8219f5-3ac8-424c-9f33-b6a8d81d0b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "port_range_min": null, "ethertype": "IPv6", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43"}], "revision_number": 2, "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "367617f3-39cd-419f-992c-23e13e16f1be", "name": "CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name"}]} 2018-09-04 21:51:08,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=367617f3-39cd-419f-992c-23e13e16f1be used request id req-38db4f9a-b825-4fb9-8f11-de1dbb84fece 2018-09-04 21:51:08,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 367617f3-39cd-419f-992c-23e13e16f1be 2018-09-04 21:51:08,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=367617f3-39cd-419f-992c-23e13e16f1be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:08,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d9cf5f13-f995-4515-afd2-d9bd79b95495 Date: Tue, 04 Sep 2018 21:51:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "04bf3344-b8ff-45a0-9434-1cb71b287e45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "bc8219f5-3ac8-424c-9f33-b6a8d81d0b43"}]} 2018-09-04 21:51:08,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=367617f3-39cd-419f-992c-23e13e16f1be used request id req-d9cf5f13-f995-4515-afd2-d9bd79b95495 2018-09-04 21:51:08,422 - neutron_utils - INFO - Retrieving security group with ID - 367617f3-39cd-419f-992c-23e13e16f1be 2018-09-04 21:51:08,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=367617f3-39cd-419f-992c-23e13e16f1be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:08,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-62360dbb-c741-4f79-b2e9-cd5d77a240be Date: Tue, 04 Sep 2018 21:51:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "updated_at": "2018-09-04T21:51:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "revision_number": 0, "id": "04bf3344-b8ff-45a0-9434-1cb71b287e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "port_range_min": null, "ethertype": "IPv4", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "revision_number": 0, "id": "bc8219f5-3ac8-424c-9f33-b6a8d81d0b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "port_range_min": null, "ethertype": "IPv6", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43"}], "revision_number": 2, "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "367617f3-39cd-419f-992c-23e13e16f1be", "name": "CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name"}]} 2018-09-04 21:51:08,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=367617f3-39cd-419f-992c-23e13e16f1be used request id req-62360dbb-c741-4f79-b2e9-cd5d77a240be 2018-09-04 21:51:08,651 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 367617f3-39cd-419f-992c-23e13e16f1be 2018-09-04 21:51:08,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=367617f3-39cd-419f-992c-23e13e16f1be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:08,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d9c795d0-021a-4df5-afa6-59641d643396 Date: Tue, 04 Sep 2018 21:51:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "04bf3344-b8ff-45a0-9434-1cb71b287e45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "bc8219f5-3ac8-424c-9f33-b6a8d81d0b43"}]} 2018-09-04 21:51:08,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=367617f3-39cd-419f-992c-23e13e16f1be used request id req-d9c795d0-021a-4df5-afa6-59641d643396 2018-09-04 21:51:08,822 - neutron_utils - INFO - Retrieving security group with ID - 367617f3-39cd-419f-992c-23e13e16f1be 2018-09-04 21:51:08,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=367617f3-39cd-419f-992c-23e13e16f1be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:09,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ac9b29c9-9daa-4654-958d-bde38edb5615 Date: Tue, 04 Sep 2018 21:51:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "updated_at": "2018-09-04T21:51:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "revision_number": 0, "id": "04bf3344-b8ff-45a0-9434-1cb71b287e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "port_range_min": null, "ethertype": "IPv4", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "revision_number": 0, "id": "bc8219f5-3ac8-424c-9f33-b6a8d81d0b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "port_range_min": null, "ethertype": "IPv6", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43"}], "revision_number": 2, "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "367617f3-39cd-419f-992c-23e13e16f1be", "name": "CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name"}]} 2018-09-04 21:51:09,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=367617f3-39cd-419f-992c-23e13e16f1be used request id req-ac9b29c9-9daa-4654-958d-bde38edb5615 2018-09-04 21:51:09,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 367617f3-39cd-419f-992c-23e13e16f1be 2018-09-04 21:51:09,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=367617f3-39cd-419f-992c-23e13e16f1be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:09,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bc95c38d-0177-4b9f-8fb0-85d5407ab9ba Date: Tue, 04 Sep 2018 21:51:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "04bf3344-b8ff-45a0-9434-1cb71b287e45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "367617f3-39cd-419f-992c-23e13e16f1be", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "bc8219f5-3ac8-424c-9f33-b6a8d81d0b43"}]} 2018-09-04 21:51:09,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=367617f3-39cd-419f-992c-23e13e16f1be used request id req-bc95c38d-0177-4b9f-8fb0-85d5407ab9ba 2018-09-04 21:51:09,202 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name 2018-09-04 21:51:09,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:09,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1fbc3b5e58524911b7f6aea00c66fa06", "name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-proj-role"}], "expires_at": "2018-09-04T22:51:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c2afbfb2c3f7435388586c1df5cd7f43", "name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c2afbfb2c3f7435388586c1df5cd7f43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-user", "id": "b8d9ee21edd2401a897c7b8963e292b9"}, "audit_ids": ["bHJmhD23Qqie_seOsDTQtA"], "issued_at": "2018-09-04T21:51:09.000000Z"}} 2018-09-04 21:51:09,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/367617f3-39cd-419f-992c-23e13e16f1be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dc9ccb6e193542de09ecc15684cf2c89ff178a" 2018-09-04 21:51:09,867 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-53a8116e-762a-40d0-82e6-c15897110b1c Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:09,867 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/367617f3-39cd-419f-992c-23e13e16f1be used request id req-53a8116e-762a-40d0-82e6-c15897110b1c 2018-09-04 21:51:09,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dc9ccb6e193542de09ecc15684cf2c89ff178a" 2018-09-04 21:51:10,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-88391a13-0efa-453a-9a1f-10482a71481d Date: Tue, 04 Sep 2018 21:51:10 GMT RESP BODY: {"security_groups": []} 2018-09-04 21:51:10,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name&description=hello+group used request id req-88391a13-0efa-453a-9a1f-10482a71481d 2018-09-04 21:51:10,061 - neutron_utils - INFO - Deleting security group rule with ID - 04bf3344-b8ff-45a0-9434-1cb71b287e45 2018-09-04 21:51:10,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/04bf3344-b8ff-45a0-9434-1cb71b287e45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:10,087 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-0bb13469-3a78-49c8-8099-df057b72e2a5 Date: Tue, 04 Sep 2018 21:51:10 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 04bf3344-b8ff-45a0-9434-1cb71b287e45 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-04 21:51:10,088 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/04bf3344-b8ff-45a0-9434-1cb71b287e45 used request id req-0bb13469-3a78-49c8-8099-df057b72e2a5 2018-09-04 21:51:10,088 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 04bf3344-b8ff-45a0-9434-1cb71b287e45 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-04 21:51:10,088 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 04bf3344-b8ff-45a0-9434-1cb71b287e45 does not exist Neutron server returns request_ids: ['req-0bb13469-3a78-49c8-8099-df057b72e2a5'] 2018-09-04 21:51:10,088 - neutron_utils - INFO - Deleting security group rule with ID - bc8219f5-3ac8-424c-9f33-b6a8d81d0b43 2018-09-04 21:51:10,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/bc8219f5-3ac8-424c-9f33-b6a8d81d0b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:10,264 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-4c6853ad-1ba7-4510-b425-2a3adf66b840 Date: Tue, 04 Sep 2018 21:51:10 GMT RESP BODY: {"NeutronError": {"message": "Security group rule bc8219f5-3ac8-424c-9f33-b6a8d81d0b43 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-04 21:51:10,264 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/bc8219f5-3ac8-424c-9f33-b6a8d81d0b43 used request id req-4c6853ad-1ba7-4510-b425-2a3adf66b840 2018-09-04 21:51:10,264 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule bc8219f5-3ac8-424c-9f33-b6a8d81d0b43 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-04 21:51:10,265 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule bc8219f5-3ac8-424c-9f33-b6a8d81d0b43 does not exist Neutron server returns request_ids: ['req-4c6853ad-1ba7-4510-b425-2a3adf66b840'] 2018-09-04 21:51:10,265 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-f14543f5-0db0-4f3c-b5b7-fcd7a1a6db05name 2018-09-04 21:51:10,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/367617f3-39cd-419f-992c-23e13e16f1be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66e9dcfddc78f69c160c601020aa41ff81f3c74f" 2018-09-04 21:51:10,587 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-86148c31-f9f6-402e-ac7a-71b1e20158c1 Date: Tue, 04 Sep 2018 21:51:10 GMT RESP BODY: {"NeutronError": {"message": "Security group 367617f3-39cd-419f-992c-23e13e16f1be does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-09-04 21:51:10,587 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/367617f3-39cd-419f-992c-23e13e16f1be used request id req-86148c31-f9f6-402e-ac7a-71b1e20158c1 2018-09-04 21:51:10,588 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 367617f3-39cd-419f-992c-23e13e16f1be does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-09-04 21:51:10,588 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 367617f3-39cd-419f-992c-23e13e16f1be does not exist Neutron server returns request_ids: ['req-86148c31-f9f6-402e-ac7a-71b1e20158c1'] 2018-09-04 21:51:10,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:10,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-af16800b-dc29-4d0b-926d-50c88708c813 Date: Tue, 04 Sep 2018 21:51:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "updated_at": "2018-09-04T21:51:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "revision_number": 0, "id": "0b84a839-f8a6-4331-a102-945ed7396889", "remote_group_id": "8b124157-950e-482e-97d0-31227a3648cf", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:07Z", "security_group_id": "8b124157-950e-482e-97d0-31227a3648cf", "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "port_range_min": null, "ethertype": "IPv4", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "revision_number": 0, "id": "439c10b8-d6e7-4fc2-82fe-05ddf45d893a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:07Z", "security_group_id": "8b124157-950e-482e-97d0-31227a3648cf", "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "port_range_min": null, "ethertype": "IPv6", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "revision_number": 0, "id": "a17e8ada-a14c-4c90-b623-5b85d2879d96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:07Z", "security_group_id": "8b124157-950e-482e-97d0-31227a3648cf", "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "port_range_min": null, "ethertype": "IPv4", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "revision_number": 0, "id": "c6fa4a8e-99db-4dd1-9943-a799c199ef69", "remote_group_id": "8b124157-950e-482e-97d0-31227a3648cf", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:07Z", "security_group_id": "8b124157-950e-482e-97d0-31227a3648cf", "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "port_range_min": null, "ethertype": "IPv6", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43"}], "revision_number": 4, "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "8b124157-950e-482e-97d0-31227a3648cf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:51:10,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-af16800b-dc29-4d0b-926d-50c88708c813 2018-09-04 21:51:10,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:10,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f484090-250b-42a5-9da0-1077829e7b69 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:51:10,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-3f484090-250b-42a5-9da0-1077829e7b69 2018-09-04 21:51:10,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:11,002 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c02e22b0-5eb8-4d5b-8e53-9332f04c1ce9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:11,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-c02e22b0-5eb8-4d5b-8e53-9332f04c1ce9 2018-09-04 21:51:11,002 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:11,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:11,110 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7027b230-761b-4a83-b493-53eaeb721fb8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:11,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-7027b230-761b-4a83-b493-53eaeb721fb8 2018-09-04 21:51:11,110 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:11,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:11,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0a62e16-13cb-41b9-977c-1c162b9c4080 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:51:11,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-d0a62e16-13cb-41b9-977c-1c162b9c4080 2018-09-04 21:51:11,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:11,285 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c584f34-7aaf-4093-987a-58ca81a66dab Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:11,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-4c584f34-7aaf-4093-987a-58ca81a66dab 2018-09-04 21:51:11,285 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:11,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:11,378 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1b14316-27ae-449c-8cb8-c9f42a4b513a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:11,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-b1b14316-27ae-449c-8cb8-c9f42a4b513a 2018-09-04 21:51:11,379 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:11,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:11,465 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-287945e3-06d2-4a2c-bbf8-949ef71f2d8e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:11,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-287945e3-06d2-4a2c-bbf8-949ef71f2d8e 2018-09-04 21:51:11,465 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:11,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c2afbfb2c3f7435388586c1df5cd7f43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:11,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30102a86-db36-494d-97bb-0b0daaea73be Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c2afbfb2c3f7435388586c1df5cd7f43"}, "enabled": true, "id": "c2afbfb2c3f7435388586c1df5cd7f43", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0dbff7c9-9827-42e-proj"}} 2018-09-04 21:51:11,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c2afbfb2c3f7435388586c1df5cd7f43 used request id req-30102a86-db36-494d-97bb-0b0daaea73be 2018-09-04 21:51:11,557 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b124157-950e-482e-97d0-31227a3648cf 2018-09-04 21:51:11,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8b124157-950e-482e-97d0-31227a3648cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:11,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ca366cf5-14c2-44d8-8ddc-cc5cece4cd5f Date: Tue, 04 Sep 2018 21:51:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8b124157-950e-482e-97d0-31227a3648cf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "8b124157-950e-482e-97d0-31227a3648cf", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "0b84a839-f8a6-4331-a102-945ed7396889"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "8b124157-950e-482e-97d0-31227a3648cf", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "439c10b8-d6e7-4fc2-82fe-05ddf45d893a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "8b124157-950e-482e-97d0-31227a3648cf", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "a17e8ada-a14c-4c90-b623-5b85d2879d96"}, {"remote_group_id": "8b124157-950e-482e-97d0-31227a3648cf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:07Z", "security_group_id": "8b124157-950e-482e-97d0-31227a3648cf", "port_range_min": null, "revision_number": 0, "tenant_id": "c2afbfb2c3f7435388586c1df5cd7f43", "created_at": "2018-09-04T21:51:07Z", "project_id": "c2afbfb2c3f7435388586c1df5cd7f43", "id": "c6fa4a8e-99db-4dd1-9943-a799c199ef69"}]} 2018-09-04 21:51:11,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8b124157-950e-482e-97d0-31227a3648cf used request id req-ca366cf5-14c2-44d8-8ddc-cc5cece4cd5f 2018-09-04 21:51:11,748 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:51:11,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/8b124157-950e-482e-97d0-31227a3648cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:12,026 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46c4d605-925d-4648-8ff6-57300768d3a6 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:12,026 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/8b124157-950e-482e-97d0-31227a3648cf used request id req-46c4d605-925d-4648-8ff6-57300768d3a6 2018-09-04 21:51:12,027 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-0dbff7c9-9827-42e-proj 2018-09-04 21:51:12,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/c2afbfb2c3f7435388586c1df5cd7f43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:12,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-109588d9-8a88-4470-82b9-8837f8155ef9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:12,230 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/c2afbfb2c3f7435388586c1df5cd7f43 used request id req-109588d9-8a88-4470-82b9-8837f8155ef9 2018-09-04 21:51:12,231 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-0dbff7c9-9827-42e-proj-role 2018-09-04 21:51:12,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/1fbc3b5e58524911b7f6aea00c66fa06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:12,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e628768c-8a43-43a6-b40f-98c9324e66f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:12,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/1fbc3b5e58524911b7f6aea00c66fa06 used request id req-e628768c-8a43-43a6-b40f-98c9324e66f2 2018-09-04 21:51:12,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c265a8690ce76eb5a50ab39b393202ab67fd9ab" 2018-09-04 21:51:12,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d4963e1-d55d-4480-a467-62a50f2ffb83 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:51:12,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7d4963e1-d55d-4480-a467-62a50f2ffb83 2018-09-04 21:51:12,366 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-0dbff7c9-9827-42e-user 2018-09-04 21:51:12,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/b8d9ee21edd2401a897c7b8963e292b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2983b97ad50d9eeb5e5c4a5825fd75fd097d2f" 2018-09-04 21:51:12,567 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9f8fe9d-051d-4ae9-a236-6b42541199f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:12,568 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b8d9ee21edd2401a897c7b8963e292b9 used request id req-a9f8fe9d-051d-4ae9-a236-6b42541199f2 2018-09-04 21:51:12,569 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:12,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["NxAMjj92Tt2PPA-f8QwGnA"], "issued_at": "2018-09-04T21:51:12.000000Z"}} 2018-09-04 21:51:12,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df19819e44ba4816268916457b4bc54e0a5ea16c" 2018-09-04 21:51:13,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a4febc3-a7cb-4b40-a8d6-b1b822f5e4ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:13,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9a4febc3-a7cb-4b40-a8d6-b1b822f5e4ef 2018-09-04 21:51:13,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:13,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:13,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["pqvvJHwRS0ySX75JHXHjww"], "issued_at": "2018-09-04T21:51:13.000000Z"}} 2018-09-04 21:51:13,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:13,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fdae6f5-70c4-4e95-b81d-180095086b1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:13,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8fdae6f5-70c4-4e95-b81d-180095086b1a 2018-09-04 21:51:13,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:13,518 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:13,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-65ea751a-259d-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:13,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50a24fe-264f-47a0-af57-e21e67b2815a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-65ea751a-259d-45e-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:51:13,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-65ea751a-259d-45e-proj used request id req-b50a24fe-264f-47a0-af57-e21e67b2815a 2018-09-04 21:51:13,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:13,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b46082de-45e0-4627-b04f-814212af34b0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:51:13,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-b46082de-45e0-4627-b04f-814212af34b0 2018-09-04 21:51:13,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj"}}' 2018-09-04 21:51:13,813 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:51:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c321d016-a5fc-44f0-82ce-ea4b6235599c Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775"}, "enabled": true, "id": "d622218f5df0401e829ac6df8ff04775", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj"}} 2018-09-04 21:51:13,813 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-c321d016-a5fc-44f0-82ce-ea4b6235599c 2018-09-04 21:51:13,814 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-65ea751a-259d-45e-proj 2018-09-04 21:51:13,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:13,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:14,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["o1x7O8LgSP6yB9eNK3ndvA"], "issued_at": "2018-09-04T21:51:14.000000Z"}} 2018-09-04 21:51:14,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2375d497534070b70ade7fc670861b369ba64fcb" 2018-09-04 21:51:14,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3a92da1-6f92-4d71-a288-7ac1daf6677d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:14,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b3a92da1-6f92-4d71-a288-7ac1daf6677d 2018-09-04 21:51:14,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:14,286 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:14,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2375d497534070b70ade7fc670861b369ba64fcb" 2018-09-04 21:51:14,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53f3da2b-655f-4fb3-ace8-8a553fa1987c Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:51:14,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-53f3da2b-655f-4fb3-ace8-8a553fa1987c 2018-09-04 21:51:14,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-65ea751a-259d-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2375d497534070b70ade7fc670861b369ba64fcb" 2018-09-04 21:51:14,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c151f25-cf8b-4361-9f89-c9f38baf0ae6 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-65ea751a-259d-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775"}, "enabled": true, "id": "d622218f5df0401e829ac6df8ff04775", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj"}]} 2018-09-04 21:51:14,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-65ea751a-259d-45e-proj used request id req-7c151f25-cf8b-4361-9f89-c9f38baf0ae6 2018-09-04 21:51:14,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2375d497534070b70ade7fc670861b369ba64fcb" 2018-09-04 21:51:14,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8eb6e29-d26c-419a-9bad-09d645908ae3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:51:14,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e8eb6e29-d26c-419a-9bad-09d645908ae3 2018-09-04 21:51:14,932 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-65ea751a-259d-45e-user 2018-09-04 21:51:14,933 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:14,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:15,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1125cdc0-b480-47c9-881c-214b71e84012 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:51:15,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1125cdc0-b480-47c9-881c-214b71e84012 2018-09-04 21:51:15,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" -d '{"role": {"name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj-role"}}' 2018-09-04 21:51:15,124 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:51:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbcc8c94-c84a-4088-bbf0-3192575ca7e3 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "25b4622ca6564ceca57ce88dde5bd47b", "links": {"self": "http://172.30.9.26:5000/v3/roles/25b4622ca6564ceca57ce88dde5bd47b"}, "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj-role"}} 2018-09-04 21:51:15,125 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-bbcc8c94-c84a-4088-bbf0-3192575ca7e3 2018-09-04 21:51:15,125 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-65ea751a-259d-45e-proj-role 2018-09-04 21:51:15,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/25b4622ca6564ceca57ce88dde5bd47b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:15,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b157c15-49a3-45d0-a726-a9647748ca54 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/25b4622ca6564ceca57ce88dde5bd47b"}, "domain_id": null, "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj-role", "id": "25b4622ca6564ceca57ce88dde5bd47b"}} 2018-09-04 21:51:15,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/25b4622ca6564ceca57ce88dde5bd47b used request id req-3b157c15-49a3-45d0-a726-a9647748ca54 2018-09-04 21:51:15,146 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-65ea751a-259d-45e-proj-role to project CreateSecurityGroupTests-65ea751a-259d-45e-proj 2018-09-04 21:51:15,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775/users/6ed597c76c884c8a902db9366a7bfbe6/roles/25b4622ca6564ceca57ce88dde5bd47b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:15,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e3c7816-5363-4780-8c88-6bd32936aab7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:15,205 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775/users/6ed597c76c884c8a902db9366a7bfbe6/roles/25b4622ca6564ceca57ce88dde5bd47b used request id req-3e3c7816-5363-4780-8c88-6bd32936aab7 2018-09-04 21:51:15,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:15,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:15,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["KFzQwenhQ5KRAaUwaVdgQw"], "issued_at": "2018-09-04T21:51:15.000000Z"}} 2018-09-04 21:51:15,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:15,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79631abd-e64b-4030-aeb4-4d4b3b9da0fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:15,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-79631abd-e64b-4030-aeb4-4d4b3b9da0fe 2018-09-04 21:51:15,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:15,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a9634e4d-f04d-457c-9064-b590e3412e6d Date: Tue, 04 Sep 2018 21:51:15 GMT RESP BODY: {"security_groups": []} 2018-09-04 21:51:15,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname&description=hello+group used request id req-a9634e4d-f04d-457c-9064-b590e3412e6d 2018-09-04 21:51:15,905 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname... 2018-09-04 21:51:15,905 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname 2018-09-04 21:51:15,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:15,914 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:15,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-65ea751a-259d-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:16,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc5edd20-746f-4d16-8abd-7740a7c1835b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-65ea751a-259d-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775"}, "enabled": true, "id": "d622218f5df0401e829ac6df8ff04775", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj"}]} 2018-09-04 21:51:16,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-65ea751a-259d-45e-proj used request id req-fc5edd20-746f-4d16-8abd-7740a7c1835b 2018-09-04 21:51:16,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" -d '{"security_group": {"tenant_id": "d622218f5df0401e829ac6df8ff04775", "name": "CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname", "description": "hello group"}}' 2018-09-04 21:51:16,478 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-c5d8018d-84c2-463a-83db-2009cea0f525 Date: Tue, 04 Sep 2018 21:51:16 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "updated_at": "2018-09-04T21:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "4690f692-f726-4ec2-9813-da0e1c722ddb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv4", "project_id": "d622218f5df0401e829ac6df8ff04775"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv6", "project_id": "d622218f5df0401e829ac6df8ff04775"}], "revision_number": 2, "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "name": "CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname"}} 2018-09-04 21:51:16,479 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-c5d8018d-84c2-463a-83db-2009cea0f525 2018-09-04 21:51:16,479 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:16,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:16,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2b831134-92ad-4eaf-913f-57ed3c7c633b Date: Tue, 04 Sep 2018 21:51:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "4690f692-f726-4ec2-9813-da0e1c722ddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e"}]} 2018-09-04 21:51:16,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-2b831134-92ad-4eaf-913f-57ed3c7c633b 2018-09-04 21:51:16,662 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:16,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:16,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cd7994a4-8924-414c-af53-2f330072fb37 Date: Tue, 04 Sep 2018 21:51:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "4690f692-f726-4ec2-9813-da0e1c722ddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e"}]} 2018-09-04 21:51:16,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-cd7994a4-8924-414c-af53-2f330072fb37 2018-09-04 21:51:16,859 - neutron_utils - INFO - Retrieving security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:16,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:16,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ac83ba10-d24d-4d70-8bb4-fcd5c1edd875 Date: Tue, 04 Sep 2018 21:51:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "updated_at": "2018-09-04T21:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "4690f692-f726-4ec2-9813-da0e1c722ddb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv4", "project_id": "d622218f5df0401e829ac6df8ff04775"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv6", "project_id": "d622218f5df0401e829ac6df8ff04775"}], "revision_number": 2, "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "name": "CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname"}]} 2018-09-04 21:51:16,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-ac83ba10-d24d-4d70-8bb4-fcd5c1edd875 2018-09-04 21:51:16,912 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:16,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:17,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cb8c90ed-eb35-4bcd-bf57-323242f8a824 Date: Tue, 04 Sep 2018 21:51:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "4690f692-f726-4ec2-9813-da0e1c722ddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e"}]} 2018-09-04 21:51:17,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-cb8c90ed-eb35-4bcd-bf57-323242f8a824 2018-09-04 21:51:17,091 - neutron_utils - INFO - Retrieving security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:17,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:17,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e038972b-26a8-431e-99ef-03299c0276da Date: Tue, 04 Sep 2018 21:51:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "updated_at": "2018-09-04T21:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "4690f692-f726-4ec2-9813-da0e1c722ddb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv4", "project_id": "d622218f5df0401e829ac6df8ff04775"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv6", "project_id": "d622218f5df0401e829ac6df8ff04775"}], "revision_number": 2, "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "name": "CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname"}]} 2018-09-04 21:51:17,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-e038972b-26a8-431e-99ef-03299c0276da 2018-09-04 21:51:17,302 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:17,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:17,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dee23609-911e-4be7-8f12-ef4947763667 Date: Tue, 04 Sep 2018 21:51:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "4690f692-f726-4ec2-9813-da0e1c722ddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e"}]} 2018-09-04 21:51:17,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-dee23609-911e-4be7-8f12-ef4947763667 2018-09-04 21:51:17,481 - neutron_utils - INFO - Retrieving security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:17,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:17,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-242b2aaf-713e-4edb-9e41-428e02e444ee Date: Tue, 04 Sep 2018 21:51:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "updated_at": "2018-09-04T21:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "4690f692-f726-4ec2-9813-da0e1c722ddb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv4", "project_id": "d622218f5df0401e829ac6df8ff04775"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv6", "project_id": "d622218f5df0401e829ac6df8ff04775"}], "revision_number": 2, "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "name": "CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname"}]} 2018-09-04 21:51:17,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-242b2aaf-713e-4edb-9e41-428e02e444ee 2018-09-04 21:51:17,682 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:17,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:17,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6b2bb5ee-bfb6-46a0-bb2f-e0619bd3656a Date: Tue, 04 Sep 2018 21:51:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "4690f692-f726-4ec2-9813-da0e1c722ddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e"}]} 2018-09-04 21:51:17,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-6b2bb5ee-bfb6-46a0-bb2f-e0619bd3656a 2018-09-04 21:51:17,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:18,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "25b4622ca6564ceca57ce88dde5bd47b", "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj-role"}], "expires_at": "2018-09-04T22:51:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d622218f5df0401e829ac6df8ff04775", "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d622218f5df0401e829ac6df8ff04775", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d622218f5df0401e829ac6df8ff04775", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d622218f5df0401e829ac6df8ff04775", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d622218f5df0401e829ac6df8ff04775", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d622218f5df0401e829ac6df8ff04775", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d622218f5df0401e829ac6df8ff04775", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d622218f5df0401e829ac6df8ff04775", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d622218f5df0401e829ac6df8ff04775", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d622218f5df0401e829ac6df8ff04775", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d622218f5df0401e829ac6df8ff04775", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d622218f5df0401e829ac6df8ff04775", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d622218f5df0401e829ac6df8ff04775", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-65ea751a-259d-45e-user", "id": "6ed597c76c884c8a902db9366a7bfbe6"}, "audit_ids": ["Oxhjt7HGRLeqUQA5gOvwLw"], "issued_at": "2018-09-04T21:51:18.000000Z"}} 2018-09-04 21:51:18,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae53804623116433e112d2224ed1957f52292a9f" 2018-09-04 21:51:18,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-17cb502c-a7c3-4ed9-b8a1-159930572205 Date: Tue, 04 Sep 2018 21:51:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "updated_at": "2018-09-04T21:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "4690f692-f726-4ec2-9813-da0e1c722ddb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv4", "project_id": "d622218f5df0401e829ac6df8ff04775"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv6", "project_id": "d622218f5df0401e829ac6df8ff04775"}], "revision_number": 2, "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "name": "CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname"}]} 2018-09-04 21:51:18,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname&description=hello+group used request id req-17cb502c-a7c3-4ed9-b8a1-159930572205 2018-09-04 21:51:18,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:18,384 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:18,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df19819e44ba4816268916457b4bc54e0a5ea16c" 2018-09-04 21:51:18,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3614de86-828c-4544-a86d-52d49831885d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775"}, "enabled": true, "id": "d622218f5df0401e829ac6df8ff04775", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj"}} 2018-09-04 21:51:18,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775 used request id req-3614de86-828c-4544-a86d-52d49831885d 2018-09-04 21:51:18,472 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:18,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae53804623116433e112d2224ed1957f52292a9f" 2018-09-04 21:51:18,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d357b4f5-7665-41f3-a154-2f393f407cf4 Date: Tue, 04 Sep 2018 21:51:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "4690f692-f726-4ec2-9813-da0e1c722ddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e"}]} 2018-09-04 21:51:18,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-d357b4f5-7665-41f3-a154-2f393f407cf4 2018-09-04 21:51:18,649 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:18,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae53804623116433e112d2224ed1957f52292a9f" 2018-09-04 21:51:18,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fab9967e-270c-4fd4-9554-51167b4773c8 Date: Tue, 04 Sep 2018 21:51:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "4690f692-f726-4ec2-9813-da0e1c722ddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e"}]} 2018-09-04 21:51:18,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-fab9967e-270c-4fd4-9554-51167b4773c8 2018-09-04 21:51:18,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:18,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:19,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "25b4622ca6564ceca57ce88dde5bd47b", "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj-role"}], "expires_at": "2018-09-04T22:51:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d622218f5df0401e829ac6df8ff04775", "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d622218f5df0401e829ac6df8ff04775", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d622218f5df0401e829ac6df8ff04775", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d622218f5df0401e829ac6df8ff04775", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d622218f5df0401e829ac6df8ff04775", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d622218f5df0401e829ac6df8ff04775", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d622218f5df0401e829ac6df8ff04775", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d622218f5df0401e829ac6df8ff04775", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d622218f5df0401e829ac6df8ff04775", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d622218f5df0401e829ac6df8ff04775", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d622218f5df0401e829ac6df8ff04775", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d622218f5df0401e829ac6df8ff04775", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d622218f5df0401e829ac6df8ff04775", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-65ea751a-259d-45e-user", "id": "6ed597c76c884c8a902db9366a7bfbe6"}, "audit_ids": ["ZMUYM34FS4CsytA-FpGrfA"], "issued_at": "2018-09-04T21:51:19.000000Z"}} 2018-09-04 21:51:19,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3af311a2dd36cc0af643915599cbab6aaac2db" 2018-09-04 21:51:19,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1e02cdb-de29-4d0b-89ed-e13b3fe20789 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:19,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e1e02cdb-de29-4d0b-89ed-e13b3fe20789 2018-09-04 21:51:19,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3af311a2dd36cc0af643915599cbab6aaac2db" 2018-09-04 21:51:19,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2fb6f204-1cb6-475a-ae9b-b24f59e208b4 Date: Tue, 04 Sep 2018 21:51:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "updated_at": "2018-09-04T21:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "4690f692-f726-4ec2-9813-da0e1c722ddb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv4", "project_id": "d622218f5df0401e829ac6df8ff04775"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv6", "project_id": "d622218f5df0401e829ac6df8ff04775"}], "revision_number": 2, "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "name": "CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname"}]} 2018-09-04 21:51:19,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname used request id req-2fb6f204-1cb6-475a-ae9b-b24f59e208b4 2018-09-04 21:51:19,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:19,478 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:19,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3af311a2dd36cc0af643915599cbab6aaac2db" 2018-09-04 21:51:19,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-591c72ef-161f-4dad-a2ed-9a4f22c24089 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775"}, "enabled": true, "id": "d622218f5df0401e829ac6df8ff04775", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj"}} 2018-09-04 21:51:19,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775 used request id req-591c72ef-161f-4dad-a2ed-9a4f22c24089 2018-09-04 21:51:19,556 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:19,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3af311a2dd36cc0af643915599cbab6aaac2db" 2018-09-04 21:51:19,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-55314f41-b2e7-4b45-a1db-9df2ed2077c9 Date: Tue, 04 Sep 2018 21:51:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "4690f692-f726-4ec2-9813-da0e1c722ddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e"}]} 2018-09-04 21:51:19,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-55314f41-b2e7-4b45-a1db-9df2ed2077c9 2018-09-04 21:51:19,730 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:19,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3af311a2dd36cc0af643915599cbab6aaac2db" 2018-09-04 21:51:19,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cf3943b2-ad93-4478-a5f5-0e47f9608632 Date: Tue, 04 Sep 2018 21:51:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "4690f692-f726-4ec2-9813-da0e1c722ddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e"}]} 2018-09-04 21:51:19,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-cf3943b2-ad93-4478-a5f5-0e47f9608632 2018-09-04 21:51:19,900 - neutron_utils - INFO - Retrieving security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:19,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3af311a2dd36cc0af643915599cbab6aaac2db" 2018-09-04 21:51:20,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ffce6116-34ef-4f9a-b921-8c3087dd2097 Date: Tue, 04 Sep 2018 21:51:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "updated_at": "2018-09-04T21:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "4690f692-f726-4ec2-9813-da0e1c722ddb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv4", "project_id": "d622218f5df0401e829ac6df8ff04775"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv6", "project_id": "d622218f5df0401e829ac6df8ff04775"}], "revision_number": 2, "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "name": "CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname"}]} 2018-09-04 21:51:20,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-ffce6116-34ef-4f9a-b921-8c3087dd2097 2018-09-04 21:51:20,102 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 387f4a06-e62a-4408-afa0-ed2b774ebf76 2018-09-04 21:51:20,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3af311a2dd36cc0af643915599cbab6aaac2db" 2018-09-04 21:51:20,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cf85c785-bea2-4160-b596-3013106882e9 Date: Tue, 04 Sep 2018 21:51:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "4690f692-f726-4ec2-9813-da0e1c722ddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "387f4a06-e62a-4408-afa0-ed2b774ebf76", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "cadf63ee-a5e8-4019-b846-ffb4b821b39e"}]} 2018-09-04 21:51:20,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-cf85c785-bea2-4160-b596-3013106882e9 2018-09-04 21:51:20,133 - neutron_utils - INFO - Deleting security group rule with ID - 4690f692-f726-4ec2-9813-da0e1c722ddb 2018-09-04 21:51:20,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/4690f692-f726-4ec2-9813-da0e1c722ddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:20,225 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9d36b26-07e1-4c31-a31d-de4d9d498700 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:20,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/4690f692-f726-4ec2-9813-da0e1c722ddb used request id req-d9d36b26-07e1-4c31-a31d-de4d9d498700 2018-09-04 21:51:20,226 - neutron_utils - INFO - Deleting security group rule with ID - cadf63ee-a5e8-4019-b846-ffb4b821b39e 2018-09-04 21:51:20,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/cadf63ee-a5e8-4019-b846-ffb4b821b39e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:20,319 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdb44d48-f3bf-4f92-a660-0828155ffef0 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:20,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/cadf63ee-a5e8-4019-b846-ffb4b821b39e used request id req-fdb44d48-f3bf-4f92-a660-0828155ffef0 2018-09-04 21:51:20,320 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-9c538c13-af2d-49c1-bcc5-5463ce8b041dname 2018-09-04 21:51:20,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/387f4a06-e62a-4408-afa0-ed2b774ebf76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4422dc983bb431ce231c16a2ec51bd7b7e995377" 2018-09-04 21:51:20,595 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8bbadf0b-c3d5-4eb7-918e-53d68cd877a1 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:20,595 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/387f4a06-e62a-4408-afa0-ed2b774ebf76 used request id req-8bbadf0b-c3d5-4eb7-918e-53d68cd877a1 2018-09-04 21:51:20,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:20,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-15fb6d92-f5a5-4b6f-9861-78231faa4e90 Date: Tue, 04 Sep 2018 21:51:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "updated_at": "2018-09-04T21:51:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "25aed85d-a743-4df7-b857-0c068002c7bc", "remote_group_id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv4", "project_id": "d622218f5df0401e829ac6df8ff04775"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "888f17ac-ff0a-470a-b593-f2be029a6d71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv6", "project_id": "d622218f5df0401e829ac6df8ff04775"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "ba09bc97-451b-46f2-bb20-b2d6bf03635c", "remote_group_id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv6", "project_id": "d622218f5df0401e829ac6df8ff04775"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "revision_number": 0, "id": "ff667c27-89c7-4391-a951-64a3fbeccc04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:16Z", "security_group_id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "tenant_id": "d622218f5df0401e829ac6df8ff04775", "port_range_min": null, "ethertype": "IPv4", "project_id": "d622218f5df0401e829ac6df8ff04775"}], "revision_number": 4, "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:51:20,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-15fb6d92-f5a5-4b6f-9861-78231faa4e90 2018-09-04 21:51:20,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:20,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd6f1cbf-49fe-4091-8528-0df3f42cd70d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:51:20,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-dd6f1cbf-49fe-4091-8528-0df3f42cd70d 2018-09-04 21:51:20,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:21,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65fede48-45bb-4916-b62b-0ac142eb375a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775"}, "enabled": true, "id": "d622218f5df0401e829ac6df8ff04775", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-65ea751a-259d-45e-proj"}} 2018-09-04 21:51:21,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775 used request id req-65fede48-45bb-4916-b62b-0ac142eb375a 2018-09-04 21:51:21,015 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb 2018-09-04 21:51:21,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:21,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-50921c2d-4b68-4356-97ab-bc6ab98a64d5 Date: Tue, 04 Sep 2018 21:51:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "25aed85d-a743-4df7-b857-0c068002c7bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "888f17ac-ff0a-470a-b593-f2be029a6d71"}, {"remote_group_id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "ba09bc97-451b-46f2-bb20-b2d6bf03635c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:16Z", "security_group_id": "0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb", "port_range_min": null, "revision_number": 0, "tenant_id": "d622218f5df0401e829ac6df8ff04775", "created_at": "2018-09-04T21:51:16Z", "project_id": "d622218f5df0401e829ac6df8ff04775", "id": "ff667c27-89c7-4391-a951-64a3fbeccc04"}]} 2018-09-04 21:51:21,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb used request id req-50921c2d-4b68-4356-97ab-bc6ab98a64d5 2018-09-04 21:51:21,197 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:51:21,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:21,504 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-883de1c0-9f5c-4832-ab6e-c011fc7e4c78 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:21,505 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/0c4bd27a-e5fd-4c95-ab85-93c6e3f40cdb used request id req-883de1c0-9f5c-4832-ab6e-c011fc7e4c78 2018-09-04 21:51:21,505 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-65ea751a-259d-45e-proj 2018-09-04 21:51:21,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:21,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0de080e1-7541-4b61-ae7c-159046377bd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:21,702 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d622218f5df0401e829ac6df8ff04775 used request id req-0de080e1-7541-4b61-ae7c-159046377bd8 2018-09-04 21:51:21,703 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-65ea751a-259d-45e-proj-role 2018-09-04 21:51:21,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/25b4622ca6564ceca57ce88dde5bd47b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:21,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08d26f30-35d7-4642-8eaf-5c05943eb8fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:21,806 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/25b4622ca6564ceca57ce88dde5bd47b used request id req-08d26f30-35d7-4642-8eaf-5c05943eb8fc 2018-09-04 21:51:21,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6168b0772f4a5b9429c7034abf5304d6a86bb5" 2018-09-04 21:51:21,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ec14607-8e17-479a-9d38-1c3c95c59eb2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:51:21,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0ec14607-8e17-479a-9d38-1c3c95c59eb2 2018-09-04 21:51:21,900 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-65ea751a-259d-45e-user 2018-09-04 21:51:21,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/6ed597c76c884c8a902db9366a7bfbe6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2375d497534070b70ade7fc670861b369ba64fcb" 2018-09-04 21:51:22,081 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-894a8685-c8f5-4cc8-8a89-1d66510118b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:22,082 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/6ed597c76c884c8a902db9366a7bfbe6 used request id req-894a8685-c8f5-4cc8-8a89-1d66510118b3 2018-09-04 21:51:22,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:22,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["zEUxrFJlQ3qdS6Df6KeaOg"], "issued_at": "2018-09-04T21:51:22.000000Z"}} 2018-09-04 21:51:22,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c14ea46f46157592f7c80c7b3609af98c031f0db" 2018-09-04 21:51:22,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4011c0d-c896-4f29-a05f-e7d436d8f552 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:22,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a4011c0d-c896-4f29-a05f-e7d436d8f552 2018-09-04 21:51:22,541 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:22,542 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:22,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["h-CenFiXT86ffwLSr_zi7g"], "issued_at": "2018-09-04T21:51:22.000000Z"}} 2018-09-04 21:51:22,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:23,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b5f430-55b7-4e4f-8d20-023ac0ec9166 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:23,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-99b5f430-55b7-4e4f-8d20-023ac0ec9166 2018-09-04 21:51:23,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:23,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:23,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-223465fe-108b-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:23,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f59698e-cd7e-4f63-8810-994d4a3fbd2b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-223465fe-108b-4a7-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:51:23,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-223465fe-108b-4a7-proj used request id req-1f59698e-cd7e-4f63-8810-994d4a3fbd2b 2018-09-04 21:51:23,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:23,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-397db6ef-17d5-4103-b8fb-dea86a350ff6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:51:23,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-397db6ef-17d5-4103-b8fb-dea86a350ff6 2018-09-04 21:51:23,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-223465fe-108b-4a7-proj"}}' 2018-09-04 21:51:23,310 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:51:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-004bb493-9dfe-4b5e-b98a-395c08489f73 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3"}, "enabled": true, "id": "b42e327e36304ae986b68b518e7561c3", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-223465fe-108b-4a7-proj"}} 2018-09-04 21:51:23,310 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-004bb493-9dfe-4b5e-b98a-395c08489f73 2018-09-04 21:51:23,311 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-223465fe-108b-4a7-proj 2018-09-04 21:51:23,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:23,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:23,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["pxPcTYigSNK1hMteYaz3sQ"], "issued_at": "2018-09-04T21:51:23.000000Z"}} 2018-09-04 21:51:23,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c612b6d0d865009c299323036929399b49ea14ac" 2018-09-04 21:51:23,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae320f24-27e6-4de9-8b9b-9b7126b8beb6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:23,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ae320f24-27e6-4de9-8b9b-9b7126b8beb6 2018-09-04 21:51:23,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:23,792 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:23,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c612b6d0d865009c299323036929399b49ea14ac" 2018-09-04 21:51:23,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbdd151b-d2e2-4219-bfc7-7da79e59be08 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:51:23,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-dbdd151b-d2e2-4219-bfc7-7da79e59be08 2018-09-04 21:51:23,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-223465fe-108b-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c612b6d0d865009c299323036929399b49ea14ac" 2018-09-04 21:51:24,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf4d7e43-8b02-4c11-ac6f-39458290db4d Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-223465fe-108b-4a7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3"}, "enabled": true, "id": "b42e327e36304ae986b68b518e7561c3", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-223465fe-108b-4a7-proj"}]} 2018-09-04 21:51:24,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-223465fe-108b-4a7-proj used request id req-cf4d7e43-8b02-4c11-ac6f-39458290db4d 2018-09-04 21:51:24,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c612b6d0d865009c299323036929399b49ea14ac" 2018-09-04 21:51:24,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e616fe6-acd9-4e92-bfec-ac1c94ef2d9f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:51:24,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0e616fe6-acd9-4e92-bfec-ac1c94ef2d9f 2018-09-04 21:51:24,628 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-223465fe-108b-4a7-user 2018-09-04 21:51:24,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:24,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:24,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a600f57f-6cb4-4401-baf6-d679542a8287 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:51:24,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a600f57f-6cb4-4401-baf6-d679542a8287 2018-09-04 21:51:24,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" -d '{"role": {"name": "CreateSecurityGroupTests-223465fe-108b-4a7-proj-role"}}' 2018-09-04 21:51:24,843 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f03d9a1-3897-499f-b90b-95b0061a88ec Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3b79218f1c3c4554b8b7649c896565f1", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b79218f1c3c4554b8b7649c896565f1"}, "name": "CreateSecurityGroupTests-223465fe-108b-4a7-proj-role"}} 2018-09-04 21:51:24,843 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-3f03d9a1-3897-499f-b90b-95b0061a88ec 2018-09-04 21:51:24,844 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-223465fe-108b-4a7-proj-role 2018-09-04 21:51:24,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/3b79218f1c3c4554b8b7649c896565f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:24,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e10aa05-224e-4cf8-8891-6de53cc537ef Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/3b79218f1c3c4554b8b7649c896565f1"}, "domain_id": null, "name": "CreateSecurityGroupTests-223465fe-108b-4a7-proj-role", "id": "3b79218f1c3c4554b8b7649c896565f1"}} 2018-09-04 21:51:24,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/3b79218f1c3c4554b8b7649c896565f1 used request id req-9e10aa05-224e-4cf8-8891-6de53cc537ef 2018-09-04 21:51:24,946 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-223465fe-108b-4a7-proj-role to project CreateSecurityGroupTests-223465fe-108b-4a7-proj 2018-09-04 21:51:24,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3/users/fc5a8455e5c6450795f4622f3a2a0907/roles/3b79218f1c3c4554b8b7649c896565f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:25,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd726aff-f58b-4ed6-9ddc-0a031e85122f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:25,082 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3/users/fc5a8455e5c6450795f4622f3a2a0907/roles/3b79218f1c3c4554b8b7649c896565f1 used request id req-fd726aff-f58b-4ed6-9ddc-0a031e85122f 2018-09-04 21:51:25,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:25,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:25,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ultAP8s7TQSdK1CElyPUlQ"], "issued_at": "2018-09-04T21:51:25.000000Z"}} 2018-09-04 21:51:25,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:25,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef49314f-e538-48c0-a794-45fedb9440e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:25,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ef49314f-e538-48c0-a794-45fedb9440e0 2018-09-04 21:51:25,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:25,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e95a8658-39ed-4d0c-83b6-e849a3875c59 Date: Tue, 04 Sep 2018 21:51:25 GMT RESP BODY: {"security_groups": []} 2018-09-04 21:51:25,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename&description=hello+group used request id req-e95a8658-39ed-4d0c-83b6-e849a3875c59 2018-09-04 21:51:25,842 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename... 2018-09-04 21:51:25,842 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename 2018-09-04 21:51:25,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:25,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:25,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-223465fe-108b-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:25,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-badf2a4a-6b18-4fea-b71b-3e9271e6c354 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-223465fe-108b-4a7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3"}, "enabled": true, "id": "b42e327e36304ae986b68b518e7561c3", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-223465fe-108b-4a7-proj"}]} 2018-09-04 21:51:25,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-223465fe-108b-4a7-proj used request id req-badf2a4a-6b18-4fea-b71b-3e9271e6c354 2018-09-04 21:51:25,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" -d '{"security_group": {"tenant_id": "b42e327e36304ae986b68b518e7561c3", "name": "CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename", "description": "hello group"}}' 2018-09-04 21:51:26,436 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-9a55a8c9-dee3-493b-9acb-a9a53c3d37fd Date: Tue, 04 Sep 2018 21:51:26 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "updated_at": "2018-09-04T21:51:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "3499faf5-bc67-4f40-a9fa-77ba51dc8d46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "b42e327e36304ae986b68b518e7561c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "9c3fd4fc-1842-40a6-835c-ec2d42f2ada3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "b42e327e36304ae986b68b518e7561c3"}], "revision_number": 2, "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "name": "CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename"}} 2018-09-04 21:51:26,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-9a55a8c9-dee3-493b-9acb-a9a53c3d37fd 2018-09-04 21:51:26,437 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a797ece8-f142-4927-8449-7e9d7f5e2549 2018-09-04 21:51:26,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:26,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ad0f2ba2-a7e8-4f9f-aed1-56fe696a1256 Date: Tue, 04 Sep 2018 21:51:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "3499faf5-bc67-4f40-a9fa-77ba51dc8d46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "9c3fd4fc-1842-40a6-835c-ec2d42f2ada3"}]} 2018-09-04 21:51:26,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 used request id req-ad0f2ba2-a7e8-4f9f-aed1-56fe696a1256 2018-09-04 21:51:26,607 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a797ece8-f142-4927-8449-7e9d7f5e2549 2018-09-04 21:51:26,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:26,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b133d24e-d230-4a48-9f53-6266b762866e Date: Tue, 04 Sep 2018 21:51:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "3499faf5-bc67-4f40-a9fa-77ba51dc8d46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "9c3fd4fc-1842-40a6-835c-ec2d42f2ada3"}]} 2018-09-04 21:51:26,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 used request id req-b133d24e-d230-4a48-9f53-6266b762866e 2018-09-04 21:51:26,787 - neutron_utils - INFO - Retrieving security group with ID - a797ece8-f142-4927-8449-7e9d7f5e2549 2018-09-04 21:51:26,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=a797ece8-f142-4927-8449-7e9d7f5e2549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:26,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c066da92-2e30-4698-850b-ac4273a317f5 Date: Tue, 04 Sep 2018 21:51:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "updated_at": "2018-09-04T21:51:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "3499faf5-bc67-4f40-a9fa-77ba51dc8d46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "b42e327e36304ae986b68b518e7561c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "9c3fd4fc-1842-40a6-835c-ec2d42f2ada3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "b42e327e36304ae986b68b518e7561c3"}], "revision_number": 2, "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "name": "CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename"}]} 2018-09-04 21:51:26,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=a797ece8-f142-4927-8449-7e9d7f5e2549 used request id req-c066da92-2e30-4698-850b-ac4273a317f5 2018-09-04 21:51:26,997 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a797ece8-f142-4927-8449-7e9d7f5e2549 2018-09-04 21:51:27,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:27,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5824a8e9-6e90-46e2-be66-aefee065bcd2 Date: Tue, 04 Sep 2018 21:51:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "3499faf5-bc67-4f40-a9fa-77ba51dc8d46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "9c3fd4fc-1842-40a6-835c-ec2d42f2ada3"}]} 2018-09-04 21:51:27,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 used request id req-5824a8e9-6e90-46e2-be66-aefee065bcd2 2018-09-04 21:51:27,164 - neutron_utils - INFO - Retrieving security group with ID - a797ece8-f142-4927-8449-7e9d7f5e2549 2018-09-04 21:51:27,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=a797ece8-f142-4927-8449-7e9d7f5e2549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:27,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-13e7535a-1c8b-49c8-8561-a9d965d99288 Date: Tue, 04 Sep 2018 21:51:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "updated_at": "2018-09-04T21:51:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "3499faf5-bc67-4f40-a9fa-77ba51dc8d46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "b42e327e36304ae986b68b518e7561c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "9c3fd4fc-1842-40a6-835c-ec2d42f2ada3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "b42e327e36304ae986b68b518e7561c3"}], "revision_number": 2, "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "name": "CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename"}]} 2018-09-04 21:51:27,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=a797ece8-f142-4927-8449-7e9d7f5e2549 used request id req-13e7535a-1c8b-49c8-8561-a9d965d99288 2018-09-04 21:51:27,384 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a797ece8-f142-4927-8449-7e9d7f5e2549 2018-09-04 21:51:27,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:27,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-59b6a76a-6f1c-4688-9665-ddf389df1232 Date: Tue, 04 Sep 2018 21:51:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "3499faf5-bc67-4f40-a9fa-77ba51dc8d46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "9c3fd4fc-1842-40a6-835c-ec2d42f2ada3"}]} 2018-09-04 21:51:27,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 used request id req-59b6a76a-6f1c-4688-9665-ddf389df1232 2018-09-04 21:51:27,646 - neutron_utils - INFO - Retrieving security group with ID - a797ece8-f142-4927-8449-7e9d7f5e2549 2018-09-04 21:51:27,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=a797ece8-f142-4927-8449-7e9d7f5e2549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:27,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-85884590-0f21-4ef5-8043-a750e1d7f593 Date: Tue, 04 Sep 2018 21:51:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "updated_at": "2018-09-04T21:51:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "3499faf5-bc67-4f40-a9fa-77ba51dc8d46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "b42e327e36304ae986b68b518e7561c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "9c3fd4fc-1842-40a6-835c-ec2d42f2ada3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "b42e327e36304ae986b68b518e7561c3"}], "revision_number": 2, "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "name": "CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename"}]} 2018-09-04 21:51:27,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=a797ece8-f142-4927-8449-7e9d7f5e2549 used request id req-85884590-0f21-4ef5-8043-a750e1d7f593 2018-09-04 21:51:27,847 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a797ece8-f142-4927-8449-7e9d7f5e2549 2018-09-04 21:51:27,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:28,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0b3ed84a-59ad-404a-aa19-3f17c03a8a6d Date: Tue, 04 Sep 2018 21:51:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "3499faf5-bc67-4f40-a9fa-77ba51dc8d46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "9c3fd4fc-1842-40a6-835c-ec2d42f2ada3"}]} 2018-09-04 21:51:28,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 used request id req-0b3ed84a-59ad-404a-aa19-3f17c03a8a6d 2018-09-04 21:51:28,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:28,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b79218f1c3c4554b8b7649c896565f1", "name": "CreateSecurityGroupTests-223465fe-108b-4a7-proj-role"}], "expires_at": "2018-09-04T22:51:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b42e327e36304ae986b68b518e7561c3", "name": "CreateSecurityGroupTests-223465fe-108b-4a7-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b42e327e36304ae986b68b518e7561c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b42e327e36304ae986b68b518e7561c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b42e327e36304ae986b68b518e7561c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b42e327e36304ae986b68b518e7561c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b42e327e36304ae986b68b518e7561c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b42e327e36304ae986b68b518e7561c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b42e327e36304ae986b68b518e7561c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b42e327e36304ae986b68b518e7561c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b42e327e36304ae986b68b518e7561c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b42e327e36304ae986b68b518e7561c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b42e327e36304ae986b68b518e7561c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b42e327e36304ae986b68b518e7561c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-223465fe-108b-4a7-user", "id": "fc5a8455e5c6450795f4622f3a2a0907"}, "audit_ids": ["YLs-DzPTT3uTSiOrq6AfyA"], "issued_at": "2018-09-04T21:51:28.000000Z"}} 2018-09-04 21:51:28,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c523c9ae8910e5e905371945b6f6d86d3bae8373" 2018-09-04 21:51:28,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-30fb3e06-6265-4bd7-b2b1-fee63a0754b7 Date: Tue, 04 Sep 2018 21:51:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "updated_at": "2018-09-04T21:51:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "3499faf5-bc67-4f40-a9fa-77ba51dc8d46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "b42e327e36304ae986b68b518e7561c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "9c3fd4fc-1842-40a6-835c-ec2d42f2ada3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "b42e327e36304ae986b68b518e7561c3"}], "revision_number": 2, "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "name": "CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename"}]} 2018-09-04 21:51:28,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename&description=hello+group used request id req-30fb3e06-6265-4bd7-b2b1-fee63a0754b7 2018-09-04 21:51:28,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:28,746 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:28,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c14ea46f46157592f7c80c7b3609af98c031f0db" 2018-09-04 21:51:28,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eab25dd-7cd9-40da-a731-d642fc2f2690 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3"}, "enabled": true, "id": "b42e327e36304ae986b68b518e7561c3", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-223465fe-108b-4a7-proj"}} 2018-09-04 21:51:28,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3 used request id req-7eab25dd-7cd9-40da-a731-d642fc2f2690 2018-09-04 21:51:28,848 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a797ece8-f142-4927-8449-7e9d7f5e2549 2018-09-04 21:51:28,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c523c9ae8910e5e905371945b6f6d86d3bae8373" 2018-09-04 21:51:29,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-13b11e09-8cff-4258-9fec-459c037207b2 Date: Tue, 04 Sep 2018 21:51:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "3499faf5-bc67-4f40-a9fa-77ba51dc8d46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "9c3fd4fc-1842-40a6-835c-ec2d42f2ada3"}]} 2018-09-04 21:51:29,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 used request id req-13b11e09-8cff-4258-9fec-459c037207b2 2018-09-04 21:51:29,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a797ece8-f142-4927-8449-7e9d7f5e2549 2018-09-04 21:51:29,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c523c9ae8910e5e905371945b6f6d86d3bae8373" 2018-09-04 21:51:29,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-08fdc418-56e9-4735-b89c-ae19ee8089d4 Date: Tue, 04 Sep 2018 21:51:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "3499faf5-bc67-4f40-a9fa-77ba51dc8d46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "a797ece8-f142-4927-8449-7e9d7f5e2549", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "9c3fd4fc-1842-40a6-835c-ec2d42f2ada3"}]} 2018-09-04 21:51:29,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a797ece8-f142-4927-8449-7e9d7f5e2549 used request id req-08fdc418-56e9-4735-b89c-ae19ee8089d4 2018-09-04 21:51:29,198 - neutron_utils - INFO - Deleting security group rule with ID - 9c3fd4fc-1842-40a6-835c-ec2d42f2ada3 2018-09-04 21:51:29,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/9c3fd4fc-1842-40a6-835c-ec2d42f2ada3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:29,452 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a03f6021-680a-4d60-86e1-7b3a612ce68c Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:29,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/9c3fd4fc-1842-40a6-835c-ec2d42f2ada3 used request id req-a03f6021-680a-4d60-86e1-7b3a612ce68c 2018-09-04 21:51:29,452 - neutron_utils - INFO - Deleting security group rule with ID - 3499faf5-bc67-4f40-a9fa-77ba51dc8d46 2018-09-04 21:51:29,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/3499faf5-bc67-4f40-a9fa-77ba51dc8d46 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:29,725 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5bbdfaa4-b6e9-41d8-8836-b412c2ad97ec Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:29,725 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/3499faf5-bc67-4f40-a9fa-77ba51dc8d46 used request id req-5bbdfaa4-b6e9-41d8-8836-b412c2ad97ec 2018-09-04 21:51:29,726 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-2c3727c3-7f76-45bf-ac2c-47b07bf32c7ename 2018-09-04 21:51:29,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/a797ece8-f142-4927-8449-7e9d7f5e2549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345a64b14ae53dfa658948969680e05fa053272f" 2018-09-04 21:51:30,014 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c633bea5-6681-4ac9-88de-6d19db0f2f06 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:30,014 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/a797ece8-f142-4927-8449-7e9d7f5e2549 used request id req-c633bea5-6681-4ac9-88de-6d19db0f2f06 2018-09-04 21:51:30,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:30,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-b4e839dc-d47a-45fe-92cf-cc17a0ef5e31 Date: Tue, 04 Sep 2018 21:51:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "updated_at": "2018-09-04T21:51:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "2498808b-179a-42c7-8227-e82903a71e77", "remote_group_id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "b42e327e36304ae986b68b518e7561c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "4ec6c664-8bc4-4edd-8cd2-cbdb3e529f68", "remote_group_id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "b42e327e36304ae986b68b518e7561c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "5b86578e-80c1-40d0-afb9-b8b0dc9316b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "b42e327e36304ae986b68b518e7561c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "revision_number": 0, "id": "98cadb75-1faa-48c4-9e22-a995a60c3c32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:26Z", "security_group_id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "tenant_id": "b42e327e36304ae986b68b518e7561c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "b42e327e36304ae986b68b518e7561c3"}], "revision_number": 4, "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:51:30,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-b4e839dc-d47a-45fe-92cf-cc17a0ef5e31 2018-09-04 21:51:30,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:30,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-152b2d10-d71b-40a2-8fc5-7ec7cdbfc4ae Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:51:30,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-152b2d10-d71b-40a2-8fc5-7ec7cdbfc4ae 2018-09-04 21:51:30,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:30,453 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9c1b908-1ebb-4309-92c1-e5842bca5ebe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:30,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-d9c1b908-1ebb-4309-92c1-e5842bca5ebe 2018-09-04 21:51:30,453 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:30,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:30,548 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f925eb47-f477-4197-8a70-46a5c7a79f7e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:30,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-f925eb47-f477-4197-8a70-46a5c7a79f7e 2018-09-04 21:51:30,549 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:30,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:30,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb82773a-24e7-455b-b9d3-b3fe6a8256a4 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:51:30,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-bb82773a-24e7-455b-b9d3-b3fe6a8256a4 2018-09-04 21:51:30,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:30,728 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94129ff2-2718-468c-98e1-4d1d85319d2d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:30,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-94129ff2-2718-468c-98e1-4d1d85319d2d 2018-09-04 21:51:30,728 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:30,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:30,816 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e272cbe-43ff-4b4d-9c5f-c32670993164 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:30,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-3e272cbe-43ff-4b4d-9c5f-c32670993164 2018-09-04 21:51:30,817 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:30,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:30,902 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e8ac54c-74d3-4f52-8e67-49e47b59f7c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:30,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-9e8ac54c-74d3-4f52-8e67-49e47b59f7c4 2018-09-04 21:51:30,903 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:30,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:30,985 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ddd8897-f3d6-4ecd-99b9-a59d2476a63c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:30,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-4ddd8897-f3d6-4ecd-99b9-a59d2476a63c 2018-09-04 21:51:30,985 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:30,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:31,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5daaee1a-e37f-41f3-b3a1-4352b33610d8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3"}, "enabled": true, "id": "b42e327e36304ae986b68b518e7561c3", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-223465fe-108b-4a7-proj"}} 2018-09-04 21:51:31,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3 used request id req-5daaee1a-e37f-41f3-b3a1-4352b33610d8 2018-09-04 21:51:31,079 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d 2018-09-04 21:51:31,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:31,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-197d17d8-4429-4298-af7f-4f6bcf9b834a Date: Tue, 04 Sep 2018 21:51:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "2498808b-179a-42c7-8227-e82903a71e77"}, {"remote_group_id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "4ec6c664-8bc4-4edd-8cd2-cbdb3e529f68"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "5b86578e-80c1-40d0-afb9-b8b0dc9316b3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:26Z", "security_group_id": "dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d", "port_range_min": null, "revision_number": 0, "tenant_id": "b42e327e36304ae986b68b518e7561c3", "created_at": "2018-09-04T21:51:26Z", "project_id": "b42e327e36304ae986b68b518e7561c3", "id": "98cadb75-1faa-48c4-9e22-a995a60c3c32"}]} 2018-09-04 21:51:31,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d used request id req-197d17d8-4429-4298-af7f-4f6bcf9b834a 2018-09-04 21:51:31,243 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:51:31,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:31,561 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0da89816-5a69-40fe-b548-ceec5f2e101e Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:31,561 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/dbb1e6ea-84cf-4fd7-a951-1aad0f9e071d used request id req-0da89816-5a69-40fe-b548-ceec5f2e101e 2018-09-04 21:51:31,562 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-223465fe-108b-4a7-proj 2018-09-04 21:51:31,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:31,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07bab77c-3dcf-4a0f-9373-27fe3c36a5d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:31,799 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/b42e327e36304ae986b68b518e7561c3 used request id req-07bab77c-3dcf-4a0f-9373-27fe3c36a5d1 2018-09-04 21:51:31,799 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-223465fe-108b-4a7-proj-role 2018-09-04 21:51:31,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/3b79218f1c3c4554b8b7649c896565f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:31,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0acd949b-d542-44ed-894e-7410019e8bfb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:31,903 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/3b79218f1c3c4554b8b7649c896565f1 used request id req-0acd949b-d542-44ed-894e-7410019e8bfb 2018-09-04 21:51:31,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a482bce4fcfbec62198007c1b658afca1179993" 2018-09-04 21:51:32,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-965ec3f0-bb05-42a3-8601-6120ecf0cacb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:51:32,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-965ec3f0-bb05-42a3-8601-6120ecf0cacb 2018-09-04 21:51:32,004 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-223465fe-108b-4a7-user 2018-09-04 21:51:32,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/fc5a8455e5c6450795f4622f3a2a0907 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c612b6d0d865009c299323036929399b49ea14ac" 2018-09-04 21:51:32,183 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66acddda-3f22-4a2e-975f-5b7983ff9d13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:32,183 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/fc5a8455e5c6450795f4622f3a2a0907 used request id req-66acddda-3f22-4a2e-975f-5b7983ff9d13 2018-09-04 21:51:32,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:32,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["aL8uLmkURtGmblpk2H8gdQ"], "issued_at": "2018-09-04T21:51:32.000000Z"}} 2018-09-04 21:51:32,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89f36e94fe2f967d9c54822a04f127ef07c95393" 2018-09-04 21:51:32,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a03c8b61-7bd9-435c-9216-731cf1ca02c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:32,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a03c8b61-7bd9-435c-9216-731cf1ca02c5 2018-09-04 21:51:32,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:32,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:33,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Rpnlr0PkQymtUyZ1HiJ2JQ"], "issued_at": "2018-09-04T21:51:33.000000Z"}} 2018-09-04 21:51:33,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:33,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3907beac-e80a-4d34-b500-6c7194d6d407 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:33,065 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3907beac-e80a-4d34-b500-6c7194d6d407 2018-09-04 21:51:33,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:33,075 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:33,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-60dfff98-5944-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:33,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9e098a0-f157-43c5-a8d2-9c97574df03d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-60dfff98-5944-4ad-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:51:33,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-60dfff98-5944-4ad-proj used request id req-b9e098a0-f157-43c5-a8d2-9c97574df03d 2018-09-04 21:51:33,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:33,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66cfa6c7-63d7-426d-a8c4-76510973082c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:51:33,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-66cfa6c7-63d7-426d-a8c4-76510973082c 2018-09-04 21:51:33,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-proj"}}' 2018-09-04 21:51:33,466 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:51:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87e637c9-c5f4-4a14-b1d7-f21dd7fc6613 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d19856626170405387ab2a45504ce9f0"}, "enabled": true, "id": "d19856626170405387ab2a45504ce9f0", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-proj"}} 2018-09-04 21:51:33,466 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-87e637c9-c5f4-4a14-b1d7-f21dd7fc6613 2018-09-04 21:51:33,466 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-60dfff98-5944-4ad-proj 2018-09-04 21:51:33,467 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:33,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:33,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["k-7wDpoCTbSuUoozIm1Row"], "issued_at": "2018-09-04T21:51:33.000000Z"}} 2018-09-04 21:51:33,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6cba1d212b33543ef7c4a98116aba91036fa17" 2018-09-04 21:51:33,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a6d49f-1a0c-45da-bc29-fdb473f56050 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:33,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b5a6d49f-1a0c-45da-bc29-fdb473f56050 2018-09-04 21:51:33,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:33,941 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:33,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6cba1d212b33543ef7c4a98116aba91036fa17" 2018-09-04 21:51:34,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8921cf8-1009-4873-9939-63ccfda98fa4 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:51:34,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a8921cf8-1009-4873-9939-63ccfda98fa4 2018-09-04 21:51:34,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-60dfff98-5944-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6cba1d212b33543ef7c4a98116aba91036fa17" 2018-09-04 21:51:34,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a98a19-b046-4a44-960e-ef4a0d6f1c86 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-60dfff98-5944-4ad-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d19856626170405387ab2a45504ce9f0"}, "enabled": true, "id": "d19856626170405387ab2a45504ce9f0", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-proj"}]} 2018-09-04 21:51:34,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-60dfff98-5944-4ad-proj used request id req-10a98a19-b046-4a44-960e-ef4a0d6f1c86 2018-09-04 21:51:34,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6cba1d212b33543ef7c4a98116aba91036fa17" 2018-09-04 21:51:34,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0de1b02-076b-4f09-90c7-06ecdc1ba9e9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:51:34,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-a0de1b02-076b-4f09-90c7-06ecdc1ba9e9 2018-09-04 21:51:34,609 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-60dfff98-5944-4ad-user 2018-09-04 21:51:34,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:34,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:34,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5fc295b-4f58-4588-9872-3668b38f1128 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:51:34,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d5fc295b-4f58-4588-9872-3668b38f1128 2018-09-04 21:51:34,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" -d '{"role": {"name": "CreateSecurityGroupTests-60dfff98-5944-4ad-proj-role"}}' 2018-09-04 21:51:34,808 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:51:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d96555c-2b9d-44ff-8046-5db38982d961 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f3991e060c4a4f8e9f0b55bce29561d2", "links": {"self": "http://172.30.9.26:5000/v3/roles/f3991e060c4a4f8e9f0b55bce29561d2"}, "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-proj-role"}} 2018-09-04 21:51:34,808 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-9d96555c-2b9d-44ff-8046-5db38982d961 2018-09-04 21:51:34,808 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-60dfff98-5944-4ad-proj-role 2018-09-04 21:51:34,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/f3991e060c4a4f8e9f0b55bce29561d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:34,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f14b1a3-c61b-4436-baac-72e95af85262 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/f3991e060c4a4f8e9f0b55bce29561d2"}, "domain_id": null, "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-proj-role", "id": "f3991e060c4a4f8e9f0b55bce29561d2"}} 2018-09-04 21:51:34,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/f3991e060c4a4f8e9f0b55bce29561d2 used request id req-0f14b1a3-c61b-4436-baac-72e95af85262 2018-09-04 21:51:34,902 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-60dfff98-5944-4ad-proj-role to project CreateSecurityGroupTests-60dfff98-5944-4ad-proj 2018-09-04 21:51:34,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/d19856626170405387ab2a45504ce9f0/users/4e339d3f5e3b47fd85322e9245595f4c/roles/f3991e060c4a4f8e9f0b55bce29561d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:35,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-858e23f6-6c4b-469d-bad9-afd11b6aba40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:35,115 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d19856626170405387ab2a45504ce9f0/users/4e339d3f5e3b47fd85322e9245595f4c/roles/f3991e060c4a4f8e9f0b55bce29561d2 used request id req-858e23f6-6c4b-469d-bad9-afd11b6aba40 2018-09-04 21:51:35,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:35,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:35,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3991e060c4a4f8e9f0b55bce29561d2", "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-proj-role"}], "expires_at": "2018-09-04T22:51:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d19856626170405387ab2a45504ce9f0", "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d19856626170405387ab2a45504ce9f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d19856626170405387ab2a45504ce9f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d19856626170405387ab2a45504ce9f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d19856626170405387ab2a45504ce9f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d19856626170405387ab2a45504ce9f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d19856626170405387ab2a45504ce9f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d19856626170405387ab2a45504ce9f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d19856626170405387ab2a45504ce9f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d19856626170405387ab2a45504ce9f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d19856626170405387ab2a45504ce9f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d19856626170405387ab2a45504ce9f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d19856626170405387ab2a45504ce9f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-user", "id": "4e339d3f5e3b47fd85322e9245595f4c"}, "audit_ids": ["x2zxrqOSRlK8HLzFlkuOKQ"], "issued_at": "2018-09-04T21:51:35.000000Z"}} 2018-09-04 21:51:35,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:35,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf21f737-d5d7-433a-8afc-8b05b3761544 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:35,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bf21f737-d5d7-433a-8afc-8b05b3761544 2018-09-04 21:51:35,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:35,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1bb66bb9-cdc4-44b3-a022-f23e98e8e936 Date: Tue, 04 Sep 2018 21:51:35 GMT RESP BODY: {"security_groups": []} 2018-09-04 21:51:35,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname&description=hello+group used request id req-1bb66bb9-cdc4-44b3-a022-f23e98e8e936 2018-09-04 21:51:35,887 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname... 2018-09-04 21:51:35,887 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname 2018-09-04 21:51:35,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" -d '{"security_group": {"name": "CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname", "description": "hello group"}}' 2018-09-04 21:51:36,226 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-be340651-ca11-4f86-a489-7f92053059f3 Date: Tue, 04 Sep 2018 21:51:36 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "updated_at": "2018-09-04T21:51:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19856626170405387ab2a45504ce9f0"}], "revision_number": 2, "project_id": "d19856626170405387ab2a45504ce9f0", "id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "name": "CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname"}} 2018-09-04 21:51:36,227 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-be340651-ca11-4f86-a489-7f92053059f3 2018-09-04 21:51:36,227 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 2018-09-04 21:51:36,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:36,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b3ebd634-2925-4ddd-ba09-51311950a5e8 Date: Tue, 04 Sep 2018 21:51:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a"}]} 2018-09-04 21:51:36,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-b3ebd634-2925-4ddd-ba09-51311950a5e8 2018-09-04 21:51:36,416 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 2018-09-04 21:51:36,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:36,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-87c2a32c-66c3-4d9a-9ddc-0dd9dc5cf826 Date: Tue, 04 Sep 2018 21:51:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a"}]} 2018-09-04 21:51:36,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-87c2a32c-66c3-4d9a-9ddc-0dd9dc5cf826 2018-09-04 21:51:36,583 - neutron_utils - INFO - Retrieving security group with ID - cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 2018-09-04 21:51:36,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:36,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2b263106-0d9c-4779-940c-0775d32b7bce Date: Tue, 04 Sep 2018 21:51:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "updated_at": "2018-09-04T21:51:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19856626170405387ab2a45504ce9f0"}], "revision_number": 2, "project_id": "d19856626170405387ab2a45504ce9f0", "id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "name": "CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname"}]} 2018-09-04 21:51:36,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-2b263106-0d9c-4779-940c-0775d32b7bce 2018-09-04 21:51:36,668 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 2018-09-04 21:51:36,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:37,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d8e5750c-81df-4412-87cf-777ae56d2730 Date: Tue, 04 Sep 2018 21:51:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a"}]} 2018-09-04 21:51:37,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-d8e5750c-81df-4412-87cf-777ae56d2730 2018-09-04 21:51:37,012 - neutron_utils - INFO - Retrieving security group with ID - cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 2018-09-04 21:51:37,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:37,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c0785f58-ccfc-432f-a5bd-953d9e4895f0 Date: Tue, 04 Sep 2018 21:51:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "updated_at": "2018-09-04T21:51:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19856626170405387ab2a45504ce9f0"}], "revision_number": 2, "project_id": "d19856626170405387ab2a45504ce9f0", "id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "name": "CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname"}]} 2018-09-04 21:51:37,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-c0785f58-ccfc-432f-a5bd-953d9e4895f0 2018-09-04 21:51:37,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 2018-09-04 21:51:37,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:37,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ecbb6b5f-3aee-484d-8f3e-566c8eb2d43d Date: Tue, 04 Sep 2018 21:51:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a"}]} 2018-09-04 21:51:37,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-ecbb6b5f-3aee-484d-8f3e-566c8eb2d43d 2018-09-04 21:51:37,327 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname 2018-09-04 21:51:37,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:37,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d06b6fb2-765e-40d8-9816-2220a09997cb Date: Tue, 04 Sep 2018 21:51:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "updated_at": "2018-09-04T21:51:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19856626170405387ab2a45504ce9f0"}], "revision_number": 2, "project_id": "d19856626170405387ab2a45504ce9f0", "id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "name": "CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname"}]} 2018-09-04 21:51:37,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname used request id req-d06b6fb2-765e-40d8-9816-2220a09997cb 2018-09-04 21:51:37,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:37,539 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:37,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d19856626170405387ab2a45504ce9f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:37,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97ad43ad-b18b-418f-92ab-a77053de8d6d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d19856626170405387ab2a45504ce9f0"}, "enabled": true, "id": "d19856626170405387ab2a45504ce9f0", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-proj"}} 2018-09-04 21:51:37,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d19856626170405387ab2a45504ce9f0 used request id req-97ad43ad-b18b-418f-92ab-a77053de8d6d 2018-09-04 21:51:37,622 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 2018-09-04 21:51:37,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:37,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2cd300e7-b3d8-4be6-aae2-bba2206947f5 Date: Tue, 04 Sep 2018 21:51:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a"}]} 2018-09-04 21:51:37,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-2cd300e7-b3d8-4be6-aae2-bba2206947f5 2018-09-04 21:51:37,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": 10}}' 2018-09-04 21:51:38,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-ca8fa83e-0af7-4b7e-85f6-6e474981c19e Date: Tue, 04 Sep 2018 21:51:38 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:37Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:37Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "1465319b-8613-45da-87a0-8d097e684533"}} 2018-09-04 21:51:38,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-ca8fa83e-0af7-4b7e-85f6-6e474981c19e 2018-09-04 21:51:38,009 - neutron_utils - INFO - Retrieving security group with ID - cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 2018-09-04 21:51:38,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:38,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-2dc12cd3-6e9a-4cb8-b6c4-d2876eed4375 Date: Tue, 04 Sep 2018 21:51:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "updated_at": "2018-09-04T21:51:37Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:37Z", "revision_number": 0, "id": "1465319b-8613-45da-87a0-8d097e684533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:37Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19856626170405387ab2a45504ce9f0"}], "revision_number": 3, "project_id": "d19856626170405387ab2a45504ce9f0", "id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "name": "CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname"}]} 2018-09-04 21:51:38,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-2dc12cd3-6e9a-4cb8-b6c4-d2876eed4375 2018-09-04 21:51:38,223 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 2018-09-04 21:51:38,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:38,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-aaa6df92-42ac-4aa5-b1ed-9445d3852fca Date: Tue, 04 Sep 2018 21:51:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:37Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:37Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "1465319b-8613-45da-87a0-8d097e684533"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a"}]} 2018-09-04 21:51:38,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-aaa6df92-42ac-4aa5-b1ed-9445d3852fca 2018-09-04 21:51:38,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:38,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3991e060c4a4f8e9f0b55bce29561d2", "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-proj-role"}], "expires_at": "2018-09-04T22:51:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d19856626170405387ab2a45504ce9f0", "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d19856626170405387ab2a45504ce9f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d19856626170405387ab2a45504ce9f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d19856626170405387ab2a45504ce9f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d19856626170405387ab2a45504ce9f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d19856626170405387ab2a45504ce9f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d19856626170405387ab2a45504ce9f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d19856626170405387ab2a45504ce9f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d19856626170405387ab2a45504ce9f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d19856626170405387ab2a45504ce9f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d19856626170405387ab2a45504ce9f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d19856626170405387ab2a45504ce9f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d19856626170405387ab2a45504ce9f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-user", "id": "4e339d3f5e3b47fd85322e9245595f4c"}, "audit_ids": ["E0SkaJ9nQpG2t7S_Mt_uiw"], "issued_at": "2018-09-04T21:51:38.000000Z"}} 2018-09-04 21:51:38,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54784eb1e2c505b4fcdd72d83eda5f8bd2bb204c" 2018-09-04 21:51:38,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-cc99d13d-86c9-44a2-a6dc-f7adee68ae95 Date: Tue, 04 Sep 2018 21:51:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "updated_at": "2018-09-04T21:51:37Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:37Z", "revision_number": 0, "id": "1465319b-8613-45da-87a0-8d097e684533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:37Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19856626170405387ab2a45504ce9f0"}], "revision_number": 3, "project_id": "d19856626170405387ab2a45504ce9f0", "id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "name": "CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname"}]} 2018-09-04 21:51:38,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname&description=hello+group used request id req-cc99d13d-86c9-44a2-a6dc-f7adee68ae95 2018-09-04 21:51:38,976 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 2018-09-04 21:51:38,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54784eb1e2c505b4fcdd72d83eda5f8bd2bb204c" 2018-09-04 21:51:39,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-e3448ca4-2f8b-4f64-8d59-63f9996b3117 Date: Tue, 04 Sep 2018 21:51:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:37Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:37Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "1465319b-8613-45da-87a0-8d097e684533"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a"}]} 2018-09-04 21:51:39,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-e3448ca4-2f8b-4f64-8d59-63f9996b3117 2018-09-04 21:51:39,160 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 2018-09-04 21:51:39,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54784eb1e2c505b4fcdd72d83eda5f8bd2bb204c" 2018-09-04 21:51:39,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-e4a6db10-61a4-4628-b973-3bba783df1ad Date: Tue, 04 Sep 2018 21:51:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:37Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:37Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "1465319b-8613-45da-87a0-8d097e684533"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a"}]} 2018-09-04 21:51:39,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-e4a6db10-61a4-4628-b973-3bba783df1ad 2018-09-04 21:51:39,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54784eb1e2c505b4fcdd72d83eda5f8bd2bb204c" 2018-09-04 21:51:39,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-3c3f09d0-c259-4646-9998-4900ac00bea1 Date: Tue, 04 Sep 2018 21:51:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "updated_at": "2018-09-04T21:51:37Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:37Z", "revision_number": 0, "id": "1465319b-8613-45da-87a0-8d097e684533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:37Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "revision_number": 0, "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19856626170405387ab2a45504ce9f0"}], "revision_number": 3, "project_id": "d19856626170405387ab2a45504ce9f0", "id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "name": "CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname"}]} 2018-09-04 21:51:39,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname used request id req-3c3f09d0-c259-4646-9998-4900ac00bea1 2018-09-04 21:51:39,522 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 2018-09-04 21:51:39,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54784eb1e2c505b4fcdd72d83eda5f8bd2bb204c" 2018-09-04 21:51:39,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-94de54f2-2e81-4255-be14-e8a1e4526ffd Date: Tue, 04 Sep 2018 21:51:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:37Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:37Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "1465319b-8613-45da-87a0-8d097e684533"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "9f3d28e1-7c56-4770-aef9-809f0833a67e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:36Z", "security_group_id": "cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:36Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "ec63917e-9b64-42a8-bd4d-dc1f55b0903a"}]} 2018-09-04 21:51:39,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-94de54f2-2e81-4255-be14-e8a1e4526ffd 2018-09-04 21:51:39,703 - neutron_utils - INFO - Deleting security group rule with ID - ec63917e-9b64-42a8-bd4d-dc1f55b0903a 2018-09-04 21:51:39,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/ec63917e-9b64-42a8-bd4d-dc1f55b0903a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:39,821 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07282c08-b609-4150-b8fc-06b597b69672 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:39,821 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/ec63917e-9b64-42a8-bd4d-dc1f55b0903a used request id req-07282c08-b609-4150-b8fc-06b597b69672 2018-09-04 21:51:39,821 - neutron_utils - INFO - Deleting security group rule with ID - 9f3d28e1-7c56-4770-aef9-809f0833a67e 2018-09-04 21:51:39,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/9f3d28e1-7c56-4770-aef9-809f0833a67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:40,065 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ccc6a10f-bebd-42d6-aea7-fc9a4d38f2d9 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:40,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/9f3d28e1-7c56-4770-aef9-809f0833a67e used request id req-ccc6a10f-bebd-42d6-aea7-fc9a4d38f2d9 2018-09-04 21:51:40,066 - neutron_utils - INFO - Deleting security group rule with ID - 1465319b-8613-45da-87a0-8d097e684533 2018-09-04 21:51:40,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/1465319b-8613-45da-87a0-8d097e684533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:40,516 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34744415-353c-4ae5-bafb-d3aee0049557 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:40,517 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/1465319b-8613-45da-87a0-8d097e684533 used request id req-34744415-353c-4ae5-bafb-d3aee0049557 2018-09-04 21:51:40,517 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-405a0297-38f9-45d5-96d1-598b3868f00fname 2018-09-04 21:51:40,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ffaca02fbdbb6b8e5bf0d387bfd68fd0e35937" 2018-09-04 21:51:40,670 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a84a2ef8-8cc1-49d6-ae4c-259d0f114d6b Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:40,670 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/cd2ffd7f-75c5-4a79-b200-971a0b4cd7c1 used request id req-a84a2ef8-8cc1-49d6-ae4c-259d0f114d6b 2018-09-04 21:51:40,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:40,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-c563b805-a79a-44cc-8897-3000e94638ea Date: Tue, 04 Sep 2018 21:51:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:35Z", "updated_at": "2018-09-04T21:51:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:35Z", "revision_number": 0, "id": "1385f084-8e0e-4bfc-8dba-71ec99b18dec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:35Z", "security_group_id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:35Z", "revision_number": 0, "id": "20fa3c75-c00f-4fce-98c1-8b0ac0d57dcb", "remote_group_id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:35Z", "security_group_id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:35Z", "revision_number": 0, "id": "b745e8b0-ac35-4fb4-b7e3-ea184e9746a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:35Z", "security_group_id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19856626170405387ab2a45504ce9f0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:35Z", "revision_number": 0, "id": "f205e561-cd18-456a-951a-35c47c706744", "remote_group_id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:35Z", "security_group_id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "tenant_id": "d19856626170405387ab2a45504ce9f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19856626170405387ab2a45504ce9f0"}], "revision_number": 4, "project_id": "d19856626170405387ab2a45504ce9f0", "id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:51:40,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-c563b805-a79a-44cc-8897-3000e94638ea 2018-09-04 21:51:40,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:41,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2177dded-0cf6-42f7-848d-a71e2ce88d3f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:51:41,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-2177dded-0cf6-42f7-848d-a71e2ce88d3f 2018-09-04 21:51:41,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:41,105 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8187c0a-dec4-4325-948a-313de1a0ac5c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:41,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-b8187c0a-dec4-4325-948a-313de1a0ac5c 2018-09-04 21:51:41,105 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:41,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:41,200 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-470a8879-6dc4-4e9f-af3e-4775cfe20acd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:41,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-470a8879-6dc4-4e9f-af3e-4775cfe20acd 2018-09-04 21:51:41,200 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:41,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:41,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a9eba0-1954-40ab-9290-830ce87e528c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:51:41,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-d2a9eba0-1954-40ab-9290-830ce87e528c 2018-09-04 21:51:41,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:41,382 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0642f186-6f3e-4e3e-9e56-2e5fb06c396b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:41,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-0642f186-6f3e-4e3e-9e56-2e5fb06c396b 2018-09-04 21:51:41,382 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:41,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:41,474 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b05c169-da99-4858-9f5e-24220cc3fe35 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:41,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-0b05c169-da99-4858-9f5e-24220cc3fe35 2018-09-04 21:51:41,474 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:41,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d19856626170405387ab2a45504ce9f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:41,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d6ee818-b72f-4930-8b58-2812945a9937 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d19856626170405387ab2a45504ce9f0"}, "enabled": true, "id": "d19856626170405387ab2a45504ce9f0", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-60dfff98-5944-4ad-proj"}} 2018-09-04 21:51:41,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d19856626170405387ab2a45504ce9f0 used request id req-0d6ee818-b72f-4930-8b58-2812945a9937 2018-09-04 21:51:41,560 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5666fc23-bafe-4776-89d9-dd06e29c4792 2018-09-04 21:51:41,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=5666fc23-bafe-4776-89d9-dd06e29c4792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:41,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-99285e7b-2605-4485-8c8f-b2715dd48978 Date: Tue, 04 Sep 2018 21:51:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:35Z", "security_group_id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:35Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "1385f084-8e0e-4bfc-8dba-71ec99b18dec"}, {"remote_group_id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:35Z", "security_group_id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:35Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "20fa3c75-c00f-4fce-98c1-8b0ac0d57dcb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:35Z", "security_group_id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:35Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "b745e8b0-ac35-4fb4-b7e3-ea184e9746a0"}, {"remote_group_id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:35Z", "security_group_id": "5666fc23-bafe-4776-89d9-dd06e29c4792", "port_range_min": null, "revision_number": 0, "tenant_id": "d19856626170405387ab2a45504ce9f0", "created_at": "2018-09-04T21:51:35Z", "project_id": "d19856626170405387ab2a45504ce9f0", "id": "f205e561-cd18-456a-951a-35c47c706744"}]} 2018-09-04 21:51:41,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=5666fc23-bafe-4776-89d9-dd06e29c4792 used request id req-99285e7b-2605-4485-8c8f-b2715dd48978 2018-09-04 21:51:41,729 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:51:41,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/5666fc23-bafe-4776-89d9-dd06e29c4792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:42,049 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb7f8b7a-74c1-48eb-954a-14c92a12ad41 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:42,049 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/5666fc23-bafe-4776-89d9-dd06e29c4792 used request id req-fb7f8b7a-74c1-48eb-954a-14c92a12ad41 2018-09-04 21:51:42,050 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-60dfff98-5944-4ad-proj 2018-09-04 21:51:42,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/d19856626170405387ab2a45504ce9f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:42,259 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f16e708-0260-4a26-9f07-17e877b35995 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:42,259 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d19856626170405387ab2a45504ce9f0 used request id req-3f16e708-0260-4a26-9f07-17e877b35995 2018-09-04 21:51:42,260 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-60dfff98-5944-4ad-proj-role 2018-09-04 21:51:42,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/f3991e060c4a4f8e9f0b55bce29561d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:42,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6d188a4-1164-4b36-8454-adbe81bc6613 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:42,369 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/f3991e060c4a4f8e9f0b55bce29561d2 used request id req-c6d188a4-1164-4b36-8454-adbe81bc6613 2018-09-04 21:51:42,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c3ef005dc97b3369892315e09228a50bcd0d90" 2018-09-04 21:51:42,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69a57110-8634-4bfa-aa93-66cfc0209c3a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:51:42,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-69a57110-8634-4bfa-aa93-66cfc0209c3a 2018-09-04 21:51:42,454 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-60dfff98-5944-4ad-user 2018-09-04 21:51:42,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/4e339d3f5e3b47fd85322e9245595f4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6cba1d212b33543ef7c4a98116aba91036fa17" 2018-09-04 21:51:42,628 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc19042b-91c0-4cac-a241-3265437f6828 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:42,628 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/4e339d3f5e3b47fd85322e9245595f4c used request id req-cc19042b-91c0-4cac-a241-3265437f6828 2018-09-04 21:51:42,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:43,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["J7bk9hfWRxCKwVab0noYjQ"], "issued_at": "2018-09-04T21:51:43.000000Z"}} 2018-09-04 21:51:43,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01756f940dc5702180245234c282715ded2f0b6b" 2018-09-04 21:51:43,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6066834-fb0d-46ff-b28d-f88dd4301b37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:43,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e6066834-fb0d-46ff-b28d-f88dd4301b37 2018-09-04 21:51:43,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:43,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:43,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["0ke6cnzQSSGtfOqd3lOEXg"], "issued_at": "2018-09-04T21:51:43.000000Z"}} 2018-09-04 21:51:43,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:43,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-493d2bef-2e27-4cd4-8255-8bda4b1ac08b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:43,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-493d2bef-2e27-4cd4-8255-8bda4b1ac08b 2018-09-04 21:51:43,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:43,572 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:43,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c1c7c463-4943-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:43,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da41f7a3-1f0f-4050-9e36-839bc05d51f4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c1c7c463-4943-431-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:51:43,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c1c7c463-4943-431-proj used request id req-da41f7a3-1f0f-4050-9e36-839bc05d51f4 2018-09-04 21:51:43,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:43,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de42bc78-ef64-407c-a7c8-13d949f17a2a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:51:43,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-de42bc78-ef64-407c-a7c8-13d949f17a2a 2018-09-04 21:51:43,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-c1c7c463-4943-431-proj"}}' 2018-09-04 21:51:43,861 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:51:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cf29671-c4d4-4a81-969f-a50420b9e831 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c4f0c1c376db4574b489b96008bd54de"}, "enabled": true, "id": "c4f0c1c376db4574b489b96008bd54de", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c1c7c463-4943-431-proj"}} 2018-09-04 21:51:43,861 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3cf29671-c4d4-4a81-969f-a50420b9e831 2018-09-04 21:51:43,861 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-c1c7c463-4943-431-proj 2018-09-04 21:51:43,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:43,862 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:44,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["NsR51oCzQtCWT6OhLud0qw"], "issued_at": "2018-09-04T21:51:44.000000Z"}} 2018-09-04 21:51:44,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6c06fb9a98437bc9d0e1f5bfa3dc5456a24ddb" 2018-09-04 21:51:44,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dc17d7c-877e-4d28-920c-3e1bf26d07df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:44,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2dc17d7c-877e-4d28-920c-3e1bf26d07df 2018-09-04 21:51:44,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:44,353 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:44,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6c06fb9a98437bc9d0e1f5bfa3dc5456a24ddb" 2018-09-04 21:51:44,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f943189-ac6b-40d7-93ee-1a0ad1799b3d Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:51:44,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7f943189-ac6b-40d7-93ee-1a0ad1799b3d 2018-09-04 21:51:44,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-c1c7c463-4943-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6c06fb9a98437bc9d0e1f5bfa3dc5456a24ddb" 2018-09-04 21:51:44,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d30381-6129-4154-8d43-41f1cfbf08e5 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-c1c7c463-4943-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c4f0c1c376db4574b489b96008bd54de"}, "enabled": true, "id": "c4f0c1c376db4574b489b96008bd54de", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c1c7c463-4943-431-proj"}]} 2018-09-04 21:51:44,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-c1c7c463-4943-431-proj used request id req-24d30381-6129-4154-8d43-41f1cfbf08e5 2018-09-04 21:51:44,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6c06fb9a98437bc9d0e1f5bfa3dc5456a24ddb" 2018-09-04 21:51:44,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3db69e-de07-4167-88ef-3fc53f20d5a8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:51:44,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-fe3db69e-de07-4167-88ef-3fc53f20d5a8 2018-09-04 21:51:45,005 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-c1c7c463-4943-431-user 2018-09-04 21:51:45,005 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:45,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:45,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d02291b-2476-487b-ab17-d30f7c14ee72 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:51:45,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4d02291b-2476-487b-ab17-d30f7c14ee72 2018-09-04 21:51:45,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" -d '{"role": {"name": "CreateSecurityGroupTests-c1c7c463-4943-431-proj-role"}}' 2018-09-04 21:51:45,137 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:51:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1edb348-5a59-4b08-a501-5a7af8e330d5 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa2f2ba4cb5146abb63426725583fd25", "links": {"self": "http://172.30.9.26:5000/v3/roles/fa2f2ba4cb5146abb63426725583fd25"}, "name": "CreateSecurityGroupTests-c1c7c463-4943-431-proj-role"}} 2018-09-04 21:51:45,137 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-d1edb348-5a59-4b08-a501-5a7af8e330d5 2018-09-04 21:51:45,137 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-c1c7c463-4943-431-proj-role 2018-09-04 21:51:45,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/fa2f2ba4cb5146abb63426725583fd25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:45,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-106cce04-e7b0-4b41-8096-9183cce5b00f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/fa2f2ba4cb5146abb63426725583fd25"}, "domain_id": null, "name": "CreateSecurityGroupTests-c1c7c463-4943-431-proj-role", "id": "fa2f2ba4cb5146abb63426725583fd25"}} 2018-09-04 21:51:45,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/fa2f2ba4cb5146abb63426725583fd25 used request id req-106cce04-e7b0-4b41-8096-9183cce5b00f 2018-09-04 21:51:45,158 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-c1c7c463-4943-431-proj-role to project CreateSecurityGroupTests-c1c7c463-4943-431-proj 2018-09-04 21:51:45,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/c4f0c1c376db4574b489b96008bd54de/users/88eb43c6adc24f97a8c92d02434b8210/roles/fa2f2ba4cb5146abb63426725583fd25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:45,307 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0709fb95-73f5-40e3-a0d5-b9cc17a5dcbf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:45,307 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c4f0c1c376db4574b489b96008bd54de/users/88eb43c6adc24f97a8c92d02434b8210/roles/fa2f2ba4cb5146abb63426725583fd25 used request id req-0709fb95-73f5-40e3-a0d5-b9cc17a5dcbf 2018-09-04 21:51:45,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:45,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:45,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa2f2ba4cb5146abb63426725583fd25", "name": "CreateSecurityGroupTests-c1c7c463-4943-431-proj-role"}], "expires_at": "2018-09-04T22:51:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c4f0c1c376db4574b489b96008bd54de", "name": "CreateSecurityGroupTests-c1c7c463-4943-431-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c4f0c1c376db4574b489b96008bd54de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c4f0c1c376db4574b489b96008bd54de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c4f0c1c376db4574b489b96008bd54de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c4f0c1c376db4574b489b96008bd54de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c4f0c1c376db4574b489b96008bd54de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c4f0c1c376db4574b489b96008bd54de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c4f0c1c376db4574b489b96008bd54de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c4f0c1c376db4574b489b96008bd54de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c4f0c1c376db4574b489b96008bd54de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c4f0c1c376db4574b489b96008bd54de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c4f0c1c376db4574b489b96008bd54de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c4f0c1c376db4574b489b96008bd54de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-c1c7c463-4943-431-user", "id": "88eb43c6adc24f97a8c92d02434b8210"}, "audit_ids": ["_-Sc9dpnQYy86drAK1-4lw"], "issued_at": "2018-09-04T21:51:45.000000Z"}} 2018-09-04 21:51:45,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:45,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-635b5136-2694-4673-8d30-ecf66f67c343 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:45,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-635b5136-2694-4673-8d30-ecf66f67c343 2018-09-04 21:51:45,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:46,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5d95e351-39e9-462e-970a-aac451b8552c Date: Tue, 04 Sep 2018 21:51:46 GMT RESP BODY: {"security_groups": []} 2018-09-04 21:51:46,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name&description=hello+group used request id req-5d95e351-39e9-462e-970a-aac451b8552c 2018-09-04 21:51:46,067 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name... 2018-09-04 21:51:46,068 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name 2018-09-04 21:51:46,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" -d '{"security_group": {"name": "CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name", "description": "hello group"}}' 2018-09-04 21:51:46,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-86fb815a-d9a7-40ef-82a7-29cce0495832 Date: Tue, 04 Sep 2018 21:51:46 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "updated_at": "2018-09-04T21:51:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4f0c1c376db4574b489b96008bd54de"}], "revision_number": 2, "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "name": "CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name"}} 2018-09-04 21:51:46,425 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-86fb815a-d9a7-40ef-82a7-29cce0495832 2018-09-04 21:51:46,425 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9452f2f-312e-4822-8e71-8d4f5d7d176a 2018-09-04 21:51:46,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:46,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-db1e648c-f2f7-4415-9c9d-dfb7dfbf3765 Date: Tue, 04 Sep 2018 21:51:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a"}]} 2018-09-04 21:51:46,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-db1e648c-f2f7-4415-9c9d-dfb7dfbf3765 2018-09-04 21:51:46,601 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9452f2f-312e-4822-8e71-8d4f5d7d176a 2018-09-04 21:51:46,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:46,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b0cc0643-0122-4dbd-b423-dd7de581b642 Date: Tue, 04 Sep 2018 21:51:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a"}]} 2018-09-04 21:51:46,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-b0cc0643-0122-4dbd-b423-dd7de581b642 2018-09-04 21:51:46,763 - neutron_utils - INFO - Retrieving security group with ID - c9452f2f-312e-4822-8e71-8d4f5d7d176a 2018-09-04 21:51:46,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:46,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-78816bd0-1559-490e-b29f-17c71fcba2cc Date: Tue, 04 Sep 2018 21:51:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "updated_at": "2018-09-04T21:51:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4f0c1c376db4574b489b96008bd54de"}], "revision_number": 2, "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "name": "CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name"}]} 2018-09-04 21:51:46,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-78816bd0-1559-490e-b29f-17c71fcba2cc 2018-09-04 21:51:46,836 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9452f2f-312e-4822-8e71-8d4f5d7d176a 2018-09-04 21:51:46,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:46,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8def1fb3-d2fd-4f96-ad5f-e719aa2a9120 Date: Tue, 04 Sep 2018 21:51:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a"}]} 2018-09-04 21:51:46,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-8def1fb3-d2fd-4f96-ad5f-e719aa2a9120 2018-09-04 21:51:46,866 - neutron_utils - INFO - Retrieving security group with ID - c9452f2f-312e-4822-8e71-8d4f5d7d176a 2018-09-04 21:51:46,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:47,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-4a0ecab6-fe64-4722-8ec1-071d5d3e4306 Date: Tue, 04 Sep 2018 21:51:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "updated_at": "2018-09-04T21:51:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4f0c1c376db4574b489b96008bd54de"}], "revision_number": 2, "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "name": "CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name"}]} 2018-09-04 21:51:47,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-4a0ecab6-fe64-4722-8ec1-071d5d3e4306 2018-09-04 21:51:47,065 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9452f2f-312e-4822-8e71-8d4f5d7d176a 2018-09-04 21:51:47,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:47,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3a216f89-94a9-4086-9900-d7f8b22f0dd5 Date: Tue, 04 Sep 2018 21:51:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a"}]} 2018-09-04 21:51:47,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-3a216f89-94a9-4086-9900-d7f8b22f0dd5 2018-09-04 21:51:47,251 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name 2018-09-04 21:51:47,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:47,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-5f2eab2c-1705-48b0-b729-4b303d295956 Date: Tue, 04 Sep 2018 21:51:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "updated_at": "2018-09-04T21:51:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4f0c1c376db4574b489b96008bd54de"}], "revision_number": 2, "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "name": "CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name"}]} 2018-09-04 21:51:47,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name used request id req-5f2eab2c-1705-48b0-b729-4b303d295956 2018-09-04 21:51:47,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:47,464 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:47,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c4f0c1c376db4574b489b96008bd54de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:47,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f665189-f8b7-4b3e-ad75-8ef68d8c3476 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c4f0c1c376db4574b489b96008bd54de"}, "enabled": true, "id": "c4f0c1c376db4574b489b96008bd54de", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c1c7c463-4943-431-proj"}} 2018-09-04 21:51:47,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c4f0c1c376db4574b489b96008bd54de used request id req-3f665189-f8b7-4b3e-ad75-8ef68d8c3476 2018-09-04 21:51:47,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9452f2f-312e-4822-8e71-8d4f5d7d176a 2018-09-04 21:51:47,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:47,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5bfccad4-6d60-4506-8926-3fe87265c26a Date: Tue, 04 Sep 2018 21:51:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a"}]} 2018-09-04 21:51:47,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-5bfccad4-6d60-4506-8926-3fe87265c26a 2018-09-04 21:51:47,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a"}}' 2018-09-04 21:51:47,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-33366c5e-3f3b-4192-aada-9794ab8cf6b6 Date: Tue, 04 Sep 2018 21:51:47 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:47Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:47Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "414a8b51-acd2-4515-818d-e37a7d305fcf"}} 2018-09-04 21:51:47,892 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-33366c5e-3f3b-4192-aada-9794ab8cf6b6 2018-09-04 21:51:47,892 - neutron_utils - INFO - Retrieving security group with ID - c9452f2f-312e-4822-8e71-8d4f5d7d176a 2018-09-04 21:51:47,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:48,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-d73cab7f-fc01-4135-83f6-8d26d3d44bdf Date: Tue, 04 Sep 2018 21:51:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "updated_at": "2018-09-04T21:51:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:47Z", "revision_number": 0, "id": "414a8b51-acd2-4515-818d-e37a7d305fcf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:47Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4f0c1c376db4574b489b96008bd54de"}], "revision_number": 3, "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "name": "CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name"}]} 2018-09-04 21:51:48,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-d73cab7f-fc01-4135-83f6-8d26d3d44bdf 2018-09-04 21:51:48,109 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9452f2f-312e-4822-8e71-8d4f5d7d176a 2018-09-04 21:51:48,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:48,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-c3bd1e93-01f3-43dd-8914-63fff9c3a40e Date: Tue, 04 Sep 2018 21:51:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:47Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:47Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "414a8b51-acd2-4515-818d-e37a7d305fcf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a"}]} 2018-09-04 21:51:48,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-c3bd1e93-01f3-43dd-8914-63fff9c3a40e 2018-09-04 21:51:48,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:48,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa2f2ba4cb5146abb63426725583fd25", "name": "CreateSecurityGroupTests-c1c7c463-4943-431-proj-role"}], "expires_at": "2018-09-04T22:51:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c4f0c1c376db4574b489b96008bd54de", "name": "CreateSecurityGroupTests-c1c7c463-4943-431-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c4f0c1c376db4574b489b96008bd54de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c4f0c1c376db4574b489b96008bd54de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c4f0c1c376db4574b489b96008bd54de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c4f0c1c376db4574b489b96008bd54de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c4f0c1c376db4574b489b96008bd54de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c4f0c1c376db4574b489b96008bd54de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c4f0c1c376db4574b489b96008bd54de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c4f0c1c376db4574b489b96008bd54de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c4f0c1c376db4574b489b96008bd54de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c4f0c1c376db4574b489b96008bd54de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c4f0c1c376db4574b489b96008bd54de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c4f0c1c376db4574b489b96008bd54de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-c1c7c463-4943-431-user", "id": "88eb43c6adc24f97a8c92d02434b8210"}, "audit_ids": ["6fAoomuDQKaB46fJKdZiyA"], "issued_at": "2018-09-04T21:51:48.000000Z"}} 2018-09-04 21:51:48,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6df65a4de39b8a913e655290262c9fd33cd337" 2018-09-04 21:51:48,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-172ec2d9-f169-4c37-ab51-63311acaae78 Date: Tue, 04 Sep 2018 21:51:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "updated_at": "2018-09-04T21:51:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:47Z", "revision_number": 0, "id": "414a8b51-acd2-4515-818d-e37a7d305fcf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:47Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4f0c1c376db4574b489b96008bd54de"}], "revision_number": 3, "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "name": "CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name"}]} 2018-09-04 21:51:48,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name&description=hello+group used request id req-172ec2d9-f169-4c37-ab51-63311acaae78 2018-09-04 21:51:48,861 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9452f2f-312e-4822-8e71-8d4f5d7d176a 2018-09-04 21:51:48,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6df65a4de39b8a913e655290262c9fd33cd337" 2018-09-04 21:51:49,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-a4252d1f-d8be-4515-8442-c106c905b808 Date: Tue, 04 Sep 2018 21:51:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:47Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:47Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "414a8b51-acd2-4515-818d-e37a7d305fcf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a"}]} 2018-09-04 21:51:49,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-a4252d1f-d8be-4515-8442-c106c905b808 2018-09-04 21:51:49,061 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9452f2f-312e-4822-8e71-8d4f5d7d176a 2018-09-04 21:51:49,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6df65a4de39b8a913e655290262c9fd33cd337" 2018-09-04 21:51:49,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-5e157b60-e39c-409e-ae10-d7534c377f4a Date: Tue, 04 Sep 2018 21:51:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:47Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:47Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "414a8b51-acd2-4515-818d-e37a7d305fcf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a"}]} 2018-09-04 21:51:49,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-5e157b60-e39c-409e-ae10-d7534c377f4a 2018-09-04 21:51:49,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6df65a4de39b8a913e655290262c9fd33cd337" 2018-09-04 21:51:49,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-7c18c839-3088-458f-9c5c-671d171c83a1 Date: Tue, 04 Sep 2018 21:51:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "updated_at": "2018-09-04T21:51:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:47Z", "revision_number": 0, "id": "414a8b51-acd2-4515-818d-e37a7d305fcf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:47Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4f0c1c376db4574b489b96008bd54de"}], "revision_number": 3, "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "name": "CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name"}]} 2018-09-04 21:51:49,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name used request id req-7c18c839-3088-458f-9c5c-671d171c83a1 2018-09-04 21:51:49,444 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9452f2f-312e-4822-8e71-8d4f5d7d176a 2018-09-04 21:51:49,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6df65a4de39b8a913e655290262c9fd33cd337" 2018-09-04 21:51:49,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-7d46a838-9ad4-45ac-af5b-f957f05a8648 Date: Tue, 04 Sep 2018 21:51:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:47Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:47Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "414a8b51-acd2-4515-818d-e37a7d305fcf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "7bee9eba-bc36-4657-ae0d-ee9eafceeb48"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "c9452f2f-312e-4822-8e71-8d4f5d7d176a", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a"}]} 2018-09-04 21:51:49,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-7d46a838-9ad4-45ac-af5b-f957f05a8648 2018-09-04 21:51:49,476 - neutron_utils - INFO - Deleting security group rule with ID - 86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a 2018-09-04 21:51:49,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:49,574 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cd0b0015-b535-4fc6-abe8-b85cb01a4e7d Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:49,574 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/86cb9ae6-e2f1-4575-9d77-b22c69a5fd7a used request id req-cd0b0015-b535-4fc6-abe8-b85cb01a4e7d 2018-09-04 21:51:49,574 - neutron_utils - INFO - Deleting security group rule with ID - 7bee9eba-bc36-4657-ae0d-ee9eafceeb48 2018-09-04 21:51:49,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/7bee9eba-bc36-4657-ae0d-ee9eafceeb48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:49,824 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c5b321b-074b-4ceb-9bd2-d7e4f41d3764 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:49,824 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/7bee9eba-bc36-4657-ae0d-ee9eafceeb48 used request id req-1c5b321b-074b-4ceb-9bd2-d7e4f41d3764 2018-09-04 21:51:49,824 - neutron_utils - INFO - Deleting security group rule with ID - 414a8b51-acd2-4515-818d-e37a7d305fcf 2018-09-04 21:51:49,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/414a8b51-acd2-4515-818d-e37a7d305fcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:50,071 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cde4b374-5fa5-4636-b442-335a40c69076 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:50,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/414a8b51-acd2-4515-818d-e37a7d305fcf used request id req-cde4b374-5fa5-4636-b442-335a40c69076 2018-09-04 21:51:50,071 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-0cbcbe89-5aed-4350-aced-8c0a2bf65532name 2018-09-04 21:51:50,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/c9452f2f-312e-4822-8e71-8d4f5d7d176a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f0cb5b45758d2b721a3d732df1045e0ab8018cb" 2018-09-04 21:51:50,209 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72b0bb42-8e5a-4a5a-b887-386f36b51da7 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:50,209 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/c9452f2f-312e-4822-8e71-8d4f5d7d176a used request id req-72b0bb42-8e5a-4a5a-b887-386f36b51da7 2018-09-04 21:51:50,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:50,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-e5f24040-2cb1-42d1-9787-d4c9858926ff Date: Tue, 04 Sep 2018 21:51:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:45Z", "updated_at": "2018-09-04T21:51:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:45Z", "revision_number": 0, "id": "14bc08af-5c1b-4bbb-bad5-7f2dbc1854b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:45Z", "security_group_id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:45Z", "revision_number": 0, "id": "209b6c80-5617-40e9-8ae7-ab60b4dfcf20", "remote_group_id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:45Z", "security_group_id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:45Z", "revision_number": 0, "id": "aa35ff21-f31a-4b74-98e7-40c6756ea1c3", "remote_group_id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:45Z", "security_group_id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4f0c1c376db4574b489b96008bd54de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "revision_number": 0, "id": "c1f12c13-efd3-4742-a185-3c3fd0e52b85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:46Z", "security_group_id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4f0c1c376db4574b489b96008bd54de"}], "revision_number": 4, "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:51:50,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-e5f24040-2cb1-42d1-9787-d4c9858926ff 2018-09-04 21:51:50,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:50,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98791f4e-0f18-4944-a692-a5506b7eee6d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:51:50,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-98791f4e-0f18-4944-a692-a5506b7eee6d 2018-09-04 21:51:50,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:50,619 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bba65b9d-3bfa-4988-9774-f310de0f272b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:50,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-bba65b9d-3bfa-4988-9774-f310de0f272b 2018-09-04 21:51:50,619 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:50,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:50,709 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4210f763-f9b7-4512-853a-3031f9a7bef1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:50,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-4210f763-f9b7-4512-853a-3031f9a7bef1 2018-09-04 21:51:50,710 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:50,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:50,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9de2d7e-2104-461b-b171-f662bc337b51 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:51:50,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-d9de2d7e-2104-461b-b171-f662bc337b51 2018-09-04 21:51:50,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:50,902 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:51:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-801b26d0-7db5-4b34-8537-7c45e94bd29a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:51:50,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-801b26d0-7db5-4b34-8537-7c45e94bd29a 2018-09-04 21:51:50,902 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:51:50,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c4f0c1c376db4574b489b96008bd54de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:50,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5761fb8-9b5b-4ba5-b093-3278069a2b99 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c4f0c1c376db4574b489b96008bd54de"}, "enabled": true, "id": "c4f0c1c376db4574b489b96008bd54de", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c1c7c463-4943-431-proj"}} 2018-09-04 21:51:50,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c4f0c1c376db4574b489b96008bd54de used request id req-d5761fb8-9b5b-4ba5-b093-3278069a2b99 2018-09-04 21:51:50,996 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2ec6c3ea-bf8f-4500-8371-1058971b7ab6 2018-09-04 21:51:51,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2ec6c3ea-bf8f-4500-8371-1058971b7ab6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:51,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a2621dbf-721b-4736-a090-49b6657a6f5a Date: Tue, 04 Sep 2018 21:51:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:45Z", "security_group_id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:45Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "14bc08af-5c1b-4bbb-bad5-7f2dbc1854b5"}, {"remote_group_id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:45Z", "security_group_id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:45Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "209b6c80-5617-40e9-8ae7-ab60b4dfcf20"}, {"remote_group_id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:45Z", "security_group_id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:45Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "aa35ff21-f31a-4b74-98e7-40c6756ea1c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:46Z", "security_group_id": "2ec6c3ea-bf8f-4500-8371-1058971b7ab6", "port_range_min": null, "revision_number": 0, "tenant_id": "c4f0c1c376db4574b489b96008bd54de", "created_at": "2018-09-04T21:51:46Z", "project_id": "c4f0c1c376db4574b489b96008bd54de", "id": "c1f12c13-efd3-4742-a185-3c3fd0e52b85"}]} 2018-09-04 21:51:51,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2ec6c3ea-bf8f-4500-8371-1058971b7ab6 used request id req-a2621dbf-721b-4736-a090-49b6657a6f5a 2018-09-04 21:51:51,186 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:51:51,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/2ec6c3ea-bf8f-4500-8371-1058971b7ab6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:51,462 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3034b199-8b6c-40d6-aabc-6468795a0cb9 Content-Length: 0 Date: Tue, 04 Sep 2018 21:51:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:51:51,462 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/2ec6c3ea-bf8f-4500-8371-1058971b7ab6 used request id req-3034b199-8b6c-40d6-aabc-6468795a0cb9 2018-09-04 21:51:51,463 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-c1c7c463-4943-431-proj 2018-09-04 21:51:51,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/c4f0c1c376db4574b489b96008bd54de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:51,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ad33787-4d87-4b34-81f3-34057937c1e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:51,702 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/c4f0c1c376db4574b489b96008bd54de used request id req-8ad33787-4d87-4b34-81f3-34057937c1e3 2018-09-04 21:51:51,702 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-c1c7c463-4943-431-proj-role 2018-09-04 21:51:51,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/fa2f2ba4cb5146abb63426725583fd25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:51,813 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a93e2bc8-c0fe-488e-bbc7-d530c0334e43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:51,813 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/fa2f2ba4cb5146abb63426725583fd25 used request id req-a93e2bc8-c0fe-488e-bbc7-d530c0334e43 2018-09-04 21:51:51,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}579aef95efddd12f1a6384fcf2b2fdc32e0dd0d1" 2018-09-04 21:51:51,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f788c5e6-1a4a-49c6-bdf7-777d2144559f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:51:51,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f788c5e6-1a4a-49c6-bdf7-777d2144559f 2018-09-04 21:51:51,908 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-c1c7c463-4943-431-user 2018-09-04 21:51:51,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/88eb43c6adc24f97a8c92d02434b8210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6c06fb9a98437bc9d0e1f5bfa3dc5456a24ddb" 2018-09-04 21:51:52,097 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c04b5c91-0bd4-4f0c-8d86-b7760c234f0d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:52,097 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/88eb43c6adc24f97a8c92d02434b8210 used request id req-c04b5c91-0bd4-4f0c-8d86-b7760c234f0d 2018-09-04 21:51:52,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:52,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["SIh4zdqoSV2hU3F9EFrIqw"], "issued_at": "2018-09-04T21:51:52.000000Z"}} 2018-09-04 21:51:52,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cbd5c56ca200a7d6577b0a0f6598d62f7fd97f9" 2018-09-04 21:51:52,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6301c80-fe3b-4523-b88e-fee6e00a3ef5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:52,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e6301c80-fe3b-4523-b88e-fee6e00a3ef5 2018-09-04 21:51:52,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:52,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:52,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["PMHJ_5rVRtGfE4UiQSFAIQ"], "issued_at": "2018-09-04T21:51:52.000000Z"}} 2018-09-04 21:51:52,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:51:53,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a92d0af6-ba2f-49e9-8025-97e19b1dcb31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:53,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a92d0af6-ba2f-49e9-8025-97e19b1dcb31 2018-09-04 21:51:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:53,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:53,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:51:53,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd031aa1-95b7-4344-a48b-fd783d4a5354 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:51:53,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj used request id req-cd031aa1-95b7-4344-a48b-fd783d4a5354 2018-09-04 21:51:53,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:51:53,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16791804-21a2-4f45-bb56-c91679848642 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:51:53,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-16791804-21a2-4f45-bb56-c91679848642 2018-09-04 21:51:53,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj"}}' 2018-09-04 21:51:53,352 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:51:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3eb32138-f28b-4a9d-ab8b-5a3160189e56 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090"}, "enabled": true, "id": "78a43e50a6b4496994b3ae735dc6c090", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj"}} 2018-09-04 21:51:53,352 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3eb32138-f28b-4a9d-ab8b-5a3160189e56 2018-09-04 21:51:53,353 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj 2018-09-04 21:51:53,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:53,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:53,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:51:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["KCxVaK11R2GS-ANmMIN8FA"], "issued_at": "2018-09-04T21:51:53.000000Z"}} 2018-09-04 21:51:53,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9facdf252702ed5bcb0dfd60a6f366672a576d11" 2018-09-04 21:51:53,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb8d63b-1c91-4287-bacd-44447c0c2251 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:53,822 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1cb8d63b-1c91-4287-bacd-44447c0c2251 2018-09-04 21:51:53,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:53,832 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:53,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9facdf252702ed5bcb0dfd60a6f366672a576d11" 2018-09-04 21:51:53,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98d7065b-d7f9-4834-800b-a0d7914038d6 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:51:53,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-98d7065b-d7f9-4834-800b-a0d7914038d6 2018-09-04 21:51:53,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9facdf252702ed5bcb0dfd60a6f366672a576d11" 2018-09-04 21:51:53,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7193c3d8-aaaa-4196-b97a-b03a1270ec64 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090"}, "enabled": true, "id": "78a43e50a6b4496994b3ae735dc6c090", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj"}]} 2018-09-04 21:51:53,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj used request id req-7193c3d8-aaaa-4196-b97a-b03a1270ec64 2018-09-04 21:51:53,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9facdf252702ed5bcb0dfd60a6f366672a576d11" 2018-09-04 21:51:54,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b75cffb-2480-43a9-b80e-73157d80eba5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:51:54,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-1b75cffb-2480-43a9-b80e-73157d80eba5 2018-09-04 21:51:54,431 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-2f76885e-bbb7-4e4-user 2018-09-04 21:51:54,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:54,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:51:54,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef072f78-dc13-49b4-985c-9ed28a5ee5c4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:51:54,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ef072f78-dc13-49b4-985c-9ed28a5ee5c4 2018-09-04 21:51:54,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" -d '{"role": {"name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj-role"}}' 2018-09-04 21:51:54,568 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:51:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4daee0e-0650-4940-9840-99887c2df040 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "66a1c9fa81d64792b6b88000da39add3", "links": {"self": "http://172.30.9.26:5000/v3/roles/66a1c9fa81d64792b6b88000da39add3"}, "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj-role"}} 2018-09-04 21:51:54,568 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-d4daee0e-0650-4940-9840-99887c2df040 2018-09-04 21:51:54,569 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj-role 2018-09-04 21:51:54,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/66a1c9fa81d64792b6b88000da39add3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:51:54,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a6c2cd2-58e5-49d5-8b43-21e2142b093a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/66a1c9fa81d64792b6b88000da39add3"}, "domain_id": null, "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj-role", "id": "66a1c9fa81d64792b6b88000da39add3"}} 2018-09-04 21:51:54,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/66a1c9fa81d64792b6b88000da39add3 used request id req-1a6c2cd2-58e5-49d5-8b43-21e2142b093a 2018-09-04 21:51:54,660 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj-role to project CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj 2018-09-04 21:51:54,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090/users/937af3c2ed394ab386dee62fcfef7540/roles/66a1c9fa81d64792b6b88000da39add3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:51:54,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:51:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a5c7eda-c516-4010-8d31-5868dc0daa33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:51:54,792 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090/users/937af3c2ed394ab386dee62fcfef7540/roles/66a1c9fa81d64792b6b88000da39add3 used request id req-0a5c7eda-c516-4010-8d31-5868dc0daa33 2018-09-04 21:51:54,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:51:54,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:55,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "66a1c9fa81d64792b6b88000da39add3", "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj-role"}], "expires_at": "2018-09-04T22:51:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78a43e50a6b4496994b3ae735dc6c090", "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/78a43e50a6b4496994b3ae735dc6c090", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/78a43e50a6b4496994b3ae735dc6c090", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/78a43e50a6b4496994b3ae735dc6c090", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/78a43e50a6b4496994b3ae735dc6c090", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/78a43e50a6b4496994b3ae735dc6c090", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/78a43e50a6b4496994b3ae735dc6c090", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/78a43e50a6b4496994b3ae735dc6c090", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/78a43e50a6b4496994b3ae735dc6c090", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/78a43e50a6b4496994b3ae735dc6c090", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/78a43e50a6b4496994b3ae735dc6c090", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/78a43e50a6b4496994b3ae735dc6c090", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/78a43e50a6b4496994b3ae735dc6c090", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-user", "id": "937af3c2ed394ab386dee62fcfef7540"}, "audit_ids": ["ZNO91Sk5RYOfWQsJKI1_og"], "issued_at": "2018-09-04T21:51:55.000000Z"}} 2018-09-04 21:51:55,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:55,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9afd8c3-ca82-4121-bbf1-51fb00ca3a53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:51:55,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b9afd8c3-ca82-4121-bbf1-51fb00ca3a53 2018-09-04 21:51:55,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:55,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e0b9567b-14e8-4bcd-8be2-b79bb0406bf6 Date: Tue, 04 Sep 2018 21:51:55 GMT RESP BODY: {"security_groups": []} 2018-09-04 21:51:55,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name&description=hello+group used request id req-e0b9567b-14e8-4bcd-8be2-b79bb0406bf6 2018-09-04 21:51:55,662 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name... 2018-09-04 21:51:55,662 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name 2018-09-04 21:51:55,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" -d '{"security_group": {"name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name", "description": "hello group"}}' 2018-09-04 21:51:56,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-39d24642-ae2f-4e2f-bcdf-0683b36aa919 Date: Tue, 04 Sep 2018 21:51:56 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 2, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}} 2018-09-04 21:51:56,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-39d24642-ae2f-4e2f-bcdf-0683b36aa919 2018-09-04 21:51:56,180 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:51:56,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:56,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a9c7ae1a-a8d2-4e0d-8c7c-5fe5f87adbce Date: Tue, 04 Sep 2018 21:51:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}]} 2018-09-04 21:51:56,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-a9c7ae1a-a8d2-4e0d-8c7c-5fe5f87adbce 2018-09-04 21:51:56,348 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:51:56,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:56,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f085ace0-2141-417d-9fad-07f3b7d314a7 Date: Tue, 04 Sep 2018 21:51:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}]} 2018-09-04 21:51:56,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-f085ace0-2141-417d-9fad-07f3b7d314a7 2018-09-04 21:51:56,376 - neutron_utils - INFO - Retrieving security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:51:56,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:56,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-0080df58-0965-4a64-9c22-d83bff27b8e1 Date: Tue, 04 Sep 2018 21:51:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 2, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:51:56,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-0080df58-0965-4a64-9c22-d83bff27b8e1 2018-09-04 21:51:56,575 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:51:56,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:56,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-614ac030-a3dd-45fe-93be-37a7984f1374 Date: Tue, 04 Sep 2018 21:51:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}]} 2018-09-04 21:51:56,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-614ac030-a3dd-45fe-93be-37a7984f1374 2018-09-04 21:51:56,828 - neutron_utils - INFO - Retrieving security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:51:56,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:57,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-869a0c11-8c16-476f-a482-213de671236d Date: Tue, 04 Sep 2018 21:51:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 2, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:51:57,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-869a0c11-8c16-476f-a482-213de671236d 2018-09-04 21:51:57,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:51:57,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:57,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b3d8f61f-016a-4d57-8d36-2a7c820e56c3 Date: Tue, 04 Sep 2018 21:51:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}]} 2018-09-04 21:51:57,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-b3d8f61f-016a-4d57-8d36-2a7c820e56c3 2018-09-04 21:51:57,222 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name 2018-09-04 21:51:57,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:57,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-634b1e3e-e955-40c0-83b0-a3b0d76ce1e8 Date: Tue, 04 Sep 2018 21:51:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 2, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:51:57,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-634b1e3e-e955-40c0-83b0-a3b0d76ce1e8 2018-09-04 21:51:57,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:51:57,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:51:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:51:57,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:57,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d51604-4c93-4cd5-9097-1a20d210b676 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090"}, "enabled": true, "id": "78a43e50a6b4496994b3ae735dc6c090", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj"}} 2018-09-04 21:51:57,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090 used request id req-19d51604-4c93-4cd5-9097-1a20d210b676 2018-09-04 21:51:57,511 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:51:57,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:57,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f7fcf087-1a77-4f1e-92c1-de94910c7f12 Date: Tue, 04 Sep 2018 21:51:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}]} 2018-09-04 21:51:57,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-f7fcf087-1a77-4f1e-92c1-de94910c7f12 2018-09-04 21:51:57,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295"}}' 2018-09-04 21:51:58,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-73dfb668-372b-4966-ae6e-556aae56a14a Date: Tue, 04 Sep 2018 21:51:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}} 2018-09-04 21:51:58,024 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-73dfb668-372b-4966-ae6e-556aae56a14a 2018-09-04 21:51:58,024 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name 2018-09-04 21:51:58,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:58,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-8f993fb7-1704-43f5-bbec-69f5eb1ef778 Date: Tue, 04 Sep 2018 21:51:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 3, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:51:58,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-8f993fb7-1704-43f5-bbec-69f5eb1ef778 2018-09-04 21:51:58,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:58,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee8f6d8d-fd3b-44f9-baef-c6ca488fd459 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090"}, "enabled": true, "id": "78a43e50a6b4496994b3ae735dc6c090", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj"}} 2018-09-04 21:51:58,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090 used request id req-ee8f6d8d-fd3b-44f9-baef-c6ca488fd459 2018-09-04 21:51:58,296 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:51:58,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:58,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-d723e16c-68e0-4e5a-9552-396fc8b182f3 Date: Tue, 04 Sep 2018 21:51:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}]} 2018-09-04 21:51:58,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-d723e16c-68e0-4e5a-9552-396fc8b182f3 2018-09-04 21:51:58,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295"}}' 2018-09-04 21:51:58,796 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-38be0560-05b6-44ce-b503-2d704f4cd96b Date: Tue, 04 Sep 2018 21:51:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}} 2018-09-04 21:51:58,796 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-38be0560-05b6-44ce-b503-2d704f4cd96b 2018-09-04 21:51:58,796 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name 2018-09-04 21:51:58,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:58,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-4729adbf-949d-4bff-b430-984ea8a933b1 Date: Tue, 04 Sep 2018 21:51:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 4, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:51:58,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-4729adbf-949d-4bff-b430-984ea8a933b1 2018-09-04 21:51:58,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:58,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:51:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11b7bad9-21fe-42fd-8a7a-33c1e2c50986 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090"}, "enabled": true, "id": "78a43e50a6b4496994b3ae735dc6c090", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj"}} 2018-09-04 21:51:58,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090 used request id req-11b7bad9-21fe-42fd-8a7a-33c1e2c50986 2018-09-04 21:51:58,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:51:58,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:58,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-9ee511e6-9248-41c5-a656-7fc85deea86c Date: Tue, 04 Sep 2018 21:51:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:51:58,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-9ee511e6-9248-41c5-a656-7fc85deea86c 2018-09-04 21:51:58,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10}}' 2018-09-04 21:51:59,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-9ff5a447-0386-4432-87a9-529eb6abfbcf Date: Tue, 04 Sep 2018 21:51:59 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}} 2018-09-04 21:51:59,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-9ff5a447-0386-4432-87a9-529eb6abfbcf 2018-09-04 21:51:59,137 - neutron_utils - INFO - Retrieving security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:51:59,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:59,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fb60e4c2-d521-4dc7-a544-fd17b18670fc Date: Tue, 04 Sep 2018 21:51:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:51:59,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-fb60e4c2-d521-4dc7-a544-fd17b18670fc 2018-09-04 21:51:59,191 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:51:59,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:51:59,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6b5aac4a-ced6-4c4e-8a95-4c4c6d16403a Date: Tue, 04 Sep 2018 21:51:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:51:59,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-6b5aac4a-ced6-4c4e-8a95-4c4c6d16403a 2018-09-04 21:51:59,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:51:59,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "66a1c9fa81d64792b6b88000da39add3", "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj-role"}], "expires_at": "2018-09-04T22:51:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78a43e50a6b4496994b3ae735dc6c090", "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/78a43e50a6b4496994b3ae735dc6c090", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/78a43e50a6b4496994b3ae735dc6c090", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/78a43e50a6b4496994b3ae735dc6c090", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/78a43e50a6b4496994b3ae735dc6c090", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/78a43e50a6b4496994b3ae735dc6c090", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/78a43e50a6b4496994b3ae735dc6c090", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/78a43e50a6b4496994b3ae735dc6c090", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/78a43e50a6b4496994b3ae735dc6c090", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/78a43e50a6b4496994b3ae735dc6c090", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/78a43e50a6b4496994b3ae735dc6c090", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/78a43e50a6b4496994b3ae735dc6c090", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/78a43e50a6b4496994b3ae735dc6c090", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-user", "id": "937af3c2ed394ab386dee62fcfef7540"}, "audit_ids": ["BXsVRCKiTbq8VWJf4LbLSw"], "issued_at": "2018-09-04T21:51:59.000000Z"}} 2018-09-04 21:51:59,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:51:59,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0300a6c6-4142-465e-ae97-e484f09fd3b9 Date: Tue, 04 Sep 2018 21:51:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:51:59,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name&description=hello+group used request id req-0300a6c6-4142-465e-ae97-e484f09fd3b9 2018-09-04 21:51:59,854 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:51:59,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:00,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-dadce246-5c9f-46dd-88cc-847897f68e5b Date: Tue, 04 Sep 2018 21:52:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:00,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-dadce246-5c9f-46dd-88cc-847897f68e5b 2018-09-04 21:52:00,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:52:00,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:00,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e3908930-c590-4407-ae23-bfd8b76311cb Date: Tue, 04 Sep 2018 21:52:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:00,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-e3908930-c590-4407-ae23-bfd8b76311cb 2018-09-04 21:52:00,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:00,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-d03b9aa6-5bcb-49ca-9531-d1a8ae55aeb4 Date: Tue, 04 Sep 2018 21:52:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:52:00,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-d03b9aa6-5bcb-49ca-9531-d1a8ae55aeb4 2018-09-04 21:52:00,444 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:52:00,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:00,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-778e12b3-4a85-46af-b9d3-b170c0dd68d9 Date: Tue, 04 Sep 2018 21:52:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:00,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-778e12b3-4a85-46af-b9d3-b170c0dd68d9 2018-09-04 21:52:00,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:00,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-4c4237df-af81-40ea-9137-fbfb7ecebc34 Date: Tue, 04 Sep 2018 21:52:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:52:00,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-4c4237df-af81-40ea-9137-fbfb7ecebc34 2018-09-04 21:52:00,666 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:52:00,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:00,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6906c566-17b8-45c3-b566-53f47529f312 Date: Tue, 04 Sep 2018 21:52:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:00,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-6906c566-17b8-45c3-b566-53f47529f312 2018-09-04 21:52:00,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:01,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-db62c3fe-ef2b-4bf0-a70f-8cd95b74598f Date: Tue, 04 Sep 2018 21:52:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:52:01,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-db62c3fe-ef2b-4bf0-a70f-8cd95b74598f 2018-09-04 21:52:01,066 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:52:01,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:01,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-caea41c3-85f0-49f2-b14c-6cc38b5e4081 Date: Tue, 04 Sep 2018 21:52:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:01,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-caea41c3-85f0-49f2-b14c-6cc38b5e4081 2018-09-04 21:52:01,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:01,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-8cd465bc-c625-4fd7-8f71-fe6eb65ae577 Date: Tue, 04 Sep 2018 21:52:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:52:01,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-8cd465bc-c625-4fd7-8f71-fe6eb65ae577 2018-09-04 21:52:01,292 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:52:01,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:01,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-65ef8460-9cfa-4564-882e-b80f8c239435 Date: Tue, 04 Sep 2018 21:52:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:01,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-65ef8460-9cfa-4564-882e-b80f8c239435 2018-09-04 21:52:01,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:01,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f33adce9-13e9-4c83-a0b5-1b924c246950 Date: Tue, 04 Sep 2018 21:52:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:52:01,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-f33adce9-13e9-4c83-a0b5-1b924c246950 2018-09-04 21:52:01,676 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:52:01,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:01,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8ff04fa5-bfb8-42cb-b900-49faeda514ed Date: Tue, 04 Sep 2018 21:52:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:01,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-8ff04fa5-bfb8-42cb-b900-49faeda514ed 2018-09-04 21:52:01,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:01,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-cb0a3c9e-9925-4fee-ad35-4f1de686385a Date: Tue, 04 Sep 2018 21:52:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:52:01,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-cb0a3c9e-9925-4fee-ad35-4f1de686385a 2018-09-04 21:52:01,765 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:52:01,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:02,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-394d8148-a56b-48d6-b623-b90ec3abbee8 Date: Tue, 04 Sep 2018 21:52:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:02,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-394d8148-a56b-48d6-b623-b90ec3abbee8 2018-09-04 21:52:02,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:02,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-cdb10389-58dd-4b7c-8da6-b71656754902 Date: Tue, 04 Sep 2018 21:52:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:52:02,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-cdb10389-58dd-4b7c-8da6-b71656754902 2018-09-04 21:52:02,238 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:52:02,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:02,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ef5cdebb-6dd8-4aca-a1fc-54fa46c4df34 Date: Tue, 04 Sep 2018 21:52:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:02,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-ef5cdebb-6dd8-4aca-a1fc-54fa46c4df34 2018-09-04 21:52:02,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:02,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9c429ff3-ca0a-4a4d-9b80-e8512306ec3d Date: Tue, 04 Sep 2018 21:52:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:52:02,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-9c429ff3-ca0a-4a4d-9b80-e8512306ec3d 2018-09-04 21:52:02,493 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:52:02,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:02,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-555f5912-31f8-4efd-b218-71fecce7fc25 Date: Tue, 04 Sep 2018 21:52:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:02,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-555f5912-31f8-4efd-b218-71fecce7fc25 2018-09-04 21:52:02,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:02,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-47c214cd-0205-4882-ac00-26d82e2b0513 Date: Tue, 04 Sep 2018 21:52:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:52:02,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-47c214cd-0205-4882-ac00-26d82e2b0513 2018-09-04 21:52:02,597 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:52:02,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:02,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b47a4e12-9087-40ca-9c1c-fd2d325309a0 Date: Tue, 04 Sep 2018 21:52:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:02,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-b47a4e12-9087-40ca-9c1c-fd2d325309a0 2018-09-04 21:52:02,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:02,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5b3556fe-37a5-4322-b8dc-4f1a2f6123f8 Date: Tue, 04 Sep 2018 21:52:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:52:02,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-5b3556fe-37a5-4322-b8dc-4f1a2f6123f8 2018-09-04 21:52:02,836 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:52:02,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:03,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2d3b4934-f9b5-41b6-8b81-74b5b79b5e1c Date: Tue, 04 Sep 2018 21:52:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:03,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-2d3b4934-f9b5-41b6-8b81-74b5b79b5e1c 2018-09-04 21:52:03,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:03,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ae4d1a57-805b-4ebf-b870-85a26a064a96 Date: Tue, 04 Sep 2018 21:52:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "revision_number": 0, "id": "41212901-1dbe-47f5-92c5-6b9c860f3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "revision_number": 0, "id": "94827f97-8bf1-4804-905e-ac8166303034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": 10, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "revision_number": 0, "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 5, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b23da49e-9ded-474b-8180-b890e667d295", "name": "CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name"}]} 2018-09-04 21:52:03,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name used request id req-ae4d1a57-805b-4ebf-b870-85a26a064a96 2018-09-04 21:52:03,079 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b23da49e-9ded-474b-8180-b890e667d295 2018-09-04 21:52:03,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b263531d3ffcdccad9d34cdc50d3456955f0fea0" 2018-09-04 21:52:03,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-af5c3953-51b1-4abd-9a1b-0c4df877d75a Date: Tue, 04 Sep 2018 21:52:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2b17cc8e-acee-4b5d-8263-2b5916470aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:57Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:57Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "41212901-1dbe-47f5-92c5-6b9c860f3627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:51:59Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": 10, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:59Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "94827f97-8bf1-4804-905e-ac8166303034"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:58Z", "security_group_id": "b23da49e-9ded-474b-8180-b890e667d295", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:58Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "b4703b26-edb5-4af2-8e8a-74138f7a0569"}]} 2018-09-04 21:52:03,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b23da49e-9ded-474b-8180-b890e667d295 used request id req-af5c3953-51b1-4abd-9a1b-0c4df877d75a 2018-09-04 21:52:03,117 - neutron_utils - INFO - Deleting security group rule with ID - b4703b26-edb5-4af2-8e8a-74138f7a0569 2018-09-04 21:52:03,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/b4703b26-edb5-4af2-8e8a-74138f7a0569 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:52:03,226 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17040b32-e0a6-42e9-a2ac-e5c4cffa61be Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:03,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/b4703b26-edb5-4af2-8e8a-74138f7a0569 used request id req-17040b32-e0a6-42e9-a2ac-e5c4cffa61be 2018-09-04 21:52:03,227 - neutron_utils - INFO - Deleting security group rule with ID - 7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed 2018-09-04 21:52:03,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:52:03,352 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c47fa912-964f-43c4-a0ef-b91905826502 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:03,352 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/7859cf4a-3c96-450f-9ab2-4ee0ca33b6ed used request id req-c47fa912-964f-43c4-a0ef-b91905826502 2018-09-04 21:52:03,353 - neutron_utils - INFO - Deleting security group rule with ID - 2b17cc8e-acee-4b5d-8263-2b5916470aed 2018-09-04 21:52:03,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/2b17cc8e-acee-4b5d-8263-2b5916470aed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:52:03,609 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d90c4dbb-aadc-44b0-a1ff-215ca2b6b714 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:03,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/2b17cc8e-acee-4b5d-8263-2b5916470aed used request id req-d90c4dbb-aadc-44b0-a1ff-215ca2b6b714 2018-09-04 21:52:03,609 - neutron_utils - INFO - Deleting security group rule with ID - 94827f97-8bf1-4804-905e-ac8166303034 2018-09-04 21:52:03,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/94827f97-8bf1-4804-905e-ac8166303034 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:52:03,704 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-60b92d83-e158-4ef7-9d1c-f7551034ee2e Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:03,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/94827f97-8bf1-4804-905e-ac8166303034 used request id req-60b92d83-e158-4ef7-9d1c-f7551034ee2e 2018-09-04 21:52:03,704 - neutron_utils - INFO - Deleting security group rule with ID - 41212901-1dbe-47f5-92c5-6b9c860f3627 2018-09-04 21:52:03,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/41212901-1dbe-47f5-92c5-6b9c860f3627 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:52:03,937 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-982722a1-986a-4200-b97e-df5198a79592 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:03,937 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/41212901-1dbe-47f5-92c5-6b9c860f3627 used request id req-982722a1-986a-4200-b97e-df5198a79592 2018-09-04 21:52:03,937 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-a027d33c-458a-4de2-8126-bf5d0b8a5ef3name 2018-09-04 21:52:03,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/b23da49e-9ded-474b-8180-b890e667d295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc67f667525c9592e57df570135f5d365607cd3" 2018-09-04 21:52:04,056 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-215c4e85-8ef7-4c78-8c3a-88265ea21758 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:04,056 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/b23da49e-9ded-474b-8180-b890e667d295 used request id req-215c4e85-8ef7-4c78-8c3a-88265ea21758 2018-09-04 21:52:04,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:04,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-7485cdcc-dab3-488f-8efb-9c564353ff84 Date: Tue, 04 Sep 2018 21:52:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "updated_at": "2018-09-04T21:51:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "2cd7cc71-f968-4807-bd16-38f394c8f42d", "remote_group_id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "417876b2-e013-4989-9c2b-06fd6f7d430c", "remote_group_id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "ab3e7285-ec92-4f71-8c9f-79b5d7992e70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv4", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "revision_number": 0, "id": "e8f8bfb9-ea96-4dd9-80a7-669b2be76372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:55Z", "security_group_id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "port_range_min": null, "ethertype": "IPv6", "project_id": "78a43e50a6b4496994b3ae735dc6c090"}], "revision_number": 4, "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:52:04,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-7485cdcc-dab3-488f-8efb-9c564353ff84 2018-09-04 21:52:04,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:04,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb122466-1eed-4245-8935-8c8ed1ca9cb2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:52:04,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-fb122466-1eed-4245-8935-8c8ed1ca9cb2 2018-09-04 21:52:04,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:04,483 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e5dd477-8850-451e-b05b-9590bc3c98e4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:04,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-5e5dd477-8850-451e-b05b-9590bc3c98e4 2018-09-04 21:52:04,483 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:04,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:04,572 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b1f19e7-a519-43a3-874a-6a3200ec9278 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:04,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-8b1f19e7-a519-43a3-874a-6a3200ec9278 2018-09-04 21:52:04,572 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:04,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:04,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2470ba3c-ea2e-48f6-9f64-807a2aee5f54 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:52:04,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-2470ba3c-ea2e-48f6-9f64-807a2aee5f54 2018-09-04 21:52:04,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:04,751 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3470572-259f-4522-8207-6ef0bebab670 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:04,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-a3470572-259f-4522-8207-6ef0bebab670 2018-09-04 21:52:04,752 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:04,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:04,835 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-438ff302-0b75-478e-b2cf-ce5307c225fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:04,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-438ff302-0b75-478e-b2cf-ce5307c225fb 2018-09-04 21:52:04,836 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:04,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:04,925 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1605e6cd-7810-4e43-993f-e238a119a05e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:04,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-1605e6cd-7810-4e43-993f-e238a119a05e 2018-09-04 21:52:04,925 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:04,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:05,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec977507-cd68-485d-9a2f-11a28aced5ba Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090"}, "enabled": true, "id": "78a43e50a6b4496994b3ae735dc6c090", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj"}} 2018-09-04 21:52:05,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090 used request id req-ec977507-cd68-485d-9a2f-11a28aced5ba 2018-09-04 21:52:05,013 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5cbb1720-d07c-404c-bfe7-e43052d862d5 2018-09-04 21:52:05,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=5cbb1720-d07c-404c-bfe7-e43052d862d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:05,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f6c369ff-20a5-400d-96e0-5574ba499fbf Date: Tue, 04 Sep 2018 21:52:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "2cd7cc71-f968-4807-bd16-38f394c8f42d"}, {"remote_group_id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "417876b2-e013-4989-9c2b-06fd6f7d430c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "ab3e7285-ec92-4f71-8c9f-79b5d7992e70"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:51:55Z", "security_group_id": "5cbb1720-d07c-404c-bfe7-e43052d862d5", "port_range_min": null, "revision_number": 0, "tenant_id": "78a43e50a6b4496994b3ae735dc6c090", "created_at": "2018-09-04T21:51:55Z", "project_id": "78a43e50a6b4496994b3ae735dc6c090", "id": "e8f8bfb9-ea96-4dd9-80a7-669b2be76372"}]} 2018-09-04 21:52:05,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=5cbb1720-d07c-404c-bfe7-e43052d862d5 used request id req-f6c369ff-20a5-400d-96e0-5574ba499fbf 2018-09-04 21:52:05,277 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:52:05,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/5cbb1720-d07c-404c-bfe7-e43052d862d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:05,556 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f8392392-c4b3-4e3b-bdc4-fde5e78238d7 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:05,556 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/5cbb1720-d07c-404c-bfe7-e43052d862d5 used request id req-f8392392-c4b3-4e3b-bdc4-fde5e78238d7 2018-09-04 21:52:05,557 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj 2018-09-04 21:52:05,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:05,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fea847a-e1e3-47db-b2d4-732528a5f884 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:05,756 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/78a43e50a6b4496994b3ae735dc6c090 used request id req-9fea847a-e1e3-47db-b2d4-732528a5f884 2018-09-04 21:52:05,756 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-2f76885e-bbb7-4e4-proj-role 2018-09-04 21:52:05,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/66a1c9fa81d64792b6b88000da39add3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:05,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ee16e8c-f9d4-4264-ae07-5fe7326fe511 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:05,866 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/66a1c9fa81d64792b6b88000da39add3 used request id req-4ee16e8c-f9d4-4264-ae07-5fe7326fe511 2018-09-04 21:52:05,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f453892dfc52d4e94bb25a1ea3d6692ff2fa64b4" 2018-09-04 21:52:05,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21eeacd6-5252-4a71-86c0-b26f7229086d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:52:05,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-21eeacd6-5252-4a71-86c0-b26f7229086d 2018-09-04 21:52:05,952 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-2f76885e-bbb7-4e4-user 2018-09-04 21:52:05,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/937af3c2ed394ab386dee62fcfef7540 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9facdf252702ed5bcb0dfd60a6f366672a576d11" 2018-09-04 21:52:06,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a160144e-5cf9-48e8-a865-744b6084753b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:06,117 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/937af3c2ed394ab386dee62fcfef7540 used request id req-a160144e-5cf9-48e8-a865-744b6084753b 2018-09-04 21:52:06,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:06,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["8JHANc7ERXCvyDZvYA0TWQ"], "issued_at": "2018-09-04T21:52:06.000000Z"}} 2018-09-04 21:52:06,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42be2bd9dafb035ad2c37860d192405473d46b56" 2018-09-04 21:52:06,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a670798c-f2c6-4767-b24f-ed5ca7bf3129 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:06,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a670798c-f2c6-4767-b24f-ed5ca7bf3129 2018-09-04 21:52:06,589 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:06,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:06,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["UdLrObI-TD2SZ0JI5TkZEA"], "issued_at": "2018-09-04T21:52:06.000000Z"}} 2018-09-04 21:52:06,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:07,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f54ac934-f325-42d6-9c8a-56a6ef41a50c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:07,061 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f54ac934-f325-42d6-9c8a-56a6ef41a50c 2018-09-04 21:52:07,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:52:07,072 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:52:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:52:07,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0f68f7f5-4d11-464-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:07,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1793e78-90d4-4353-96a7-f5e00ae64b81 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0f68f7f5-4d11-464-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:52:07,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0f68f7f5-4d11-464-proj used request id req-e1793e78-90d4-4353-96a7-f5e00ae64b81 2018-09-04 21:52:07,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:07,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61258d70-2680-4682-ac9a-a8fc57a6610e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:52:07,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-61258d70-2680-4682-ac9a-a8fc57a6610e 2018-09-04 21:52:07,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-proj"}}' 2018-09-04 21:52:07,352 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:52:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76b88aba-9af4-4e91-970a-81450c1d4bb0 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/41197a119e2b45d6a6dc24ff38a43d01"}, "enabled": true, "id": "41197a119e2b45d6a6dc24ff38a43d01", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-proj"}} 2018-09-04 21:52:07,352 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-76b88aba-9af4-4e91-970a-81450c1d4bb0 2018-09-04 21:52:07,353 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-0f68f7f5-4d11-464-proj 2018-09-04 21:52:07,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:07,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:07,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["NM54AndxQQ6tvUjNhgxKFQ"], "issued_at": "2018-09-04T21:52:07.000000Z"}} 2018-09-04 21:52:07,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c8fb47c8d40d06ef1ad57d8709da52fe075df36" 2018-09-04 21:52:07,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19edb7a7-340f-4220-9819-9c609c8cd8b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:07,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-19edb7a7-340f-4220-9819-9c609c8cd8b8 2018-09-04 21:52:07,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:52:07,833 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:52:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:52:07,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c8fb47c8d40d06ef1ad57d8709da52fe075df36" 2018-09-04 21:52:07,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a83f4ca5-481f-4cf3-a7f2-ad7d2afebe3e Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:52:07,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a83f4ca5-481f-4cf3-a7f2-ad7d2afebe3e 2018-09-04 21:52:07,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-0f68f7f5-4d11-464-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c8fb47c8d40d06ef1ad57d8709da52fe075df36" 2018-09-04 21:52:07,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7da8284-9059-4b4f-b60d-7e95afc14fb8 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-0f68f7f5-4d11-464-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/41197a119e2b45d6a6dc24ff38a43d01"}, "enabled": true, "id": "41197a119e2b45d6a6dc24ff38a43d01", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-proj"}]} 2018-09-04 21:52:07,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-0f68f7f5-4d11-464-proj used request id req-c7da8284-9059-4b4f-b60d-7e95afc14fb8 2018-09-04 21:52:07,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c8fb47c8d40d06ef1ad57d8709da52fe075df36" 2018-09-04 21:52:08,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab2de34a-18ed-4983-bfd2-b793b750a7df Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:52:08,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-ab2de34a-18ed-4983-bfd2-b793b750a7df 2018-09-04 21:52:08,412 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-0f68f7f5-4d11-464-user 2018-09-04 21:52:08,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:08,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:08,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60f17a21-c589-4fe7-ae94-858c220c0155 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:52:08,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-60f17a21-c589-4fe7-ae94-858c220c0155 2018-09-04 21:52:08,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" -d '{"role": {"name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-proj-role"}}' 2018-09-04 21:52:08,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:52:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b47f60cb-46f5-4aef-8d90-3a209bf671e9 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1ba769b2c9ac4a7686434fdd1f7af5c0", "links": {"self": "http://172.30.9.26:5000/v3/roles/1ba769b2c9ac4a7686434fdd1f7af5c0"}, "name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-proj-role"}} 2018-09-04 21:52:08,615 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-b47f60cb-46f5-4aef-8d90-3a209bf671e9 2018-09-04 21:52:08,615 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-0f68f7f5-4d11-464-proj-role 2018-09-04 21:52:08,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/1ba769b2c9ac4a7686434fdd1f7af5c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:08,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8785357c-5909-414d-94f3-02ee1d2b98aa Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/1ba769b2c9ac4a7686434fdd1f7af5c0"}, "domain_id": null, "name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-proj-role", "id": "1ba769b2c9ac4a7686434fdd1f7af5c0"}} 2018-09-04 21:52:08,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/1ba769b2c9ac4a7686434fdd1f7af5c0 used request id req-8785357c-5909-414d-94f3-02ee1d2b98aa 2018-09-04 21:52:08,708 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-0f68f7f5-4d11-464-proj-role to project CreateSecurityGroupTests-0f68f7f5-4d11-464-proj 2018-09-04 21:52:08,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/41197a119e2b45d6a6dc24ff38a43d01/users/d81c565fb7ea48c8863f6c5a5259fa53/roles/1ba769b2c9ac4a7686434fdd1f7af5c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:08,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47f14bb5-d06d-4319-8d8f-43ca2f3ec077 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:08,847 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/41197a119e2b45d6a6dc24ff38a43d01/users/d81c565fb7ea48c8863f6c5a5259fa53/roles/1ba769b2c9ac4a7686434fdd1f7af5c0 used request id req-47f14bb5-d06d-4319-8d8f-43ca2f3ec077 2018-09-04 21:52:08,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:08,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:09,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1ba769b2c9ac4a7686434fdd1f7af5c0", "name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-proj-role"}], "expires_at": "2018-09-04T22:52:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41197a119e2b45d6a6dc24ff38a43d01", "name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/41197a119e2b45d6a6dc24ff38a43d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/41197a119e2b45d6a6dc24ff38a43d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/41197a119e2b45d6a6dc24ff38a43d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/41197a119e2b45d6a6dc24ff38a43d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/41197a119e2b45d6a6dc24ff38a43d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/41197a119e2b45d6a6dc24ff38a43d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/41197a119e2b45d6a6dc24ff38a43d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/41197a119e2b45d6a6dc24ff38a43d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/41197a119e2b45d6a6dc24ff38a43d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/41197a119e2b45d6a6dc24ff38a43d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/41197a119e2b45d6a6dc24ff38a43d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/41197a119e2b45d6a6dc24ff38a43d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-user", "id": "d81c565fb7ea48c8863f6c5a5259fa53"}, "audit_ids": ["9drY31zIQGisqctgYY00dA"], "issued_at": "2018-09-04T21:52:09.000000Z"}} 2018-09-04 21:52:09,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:09,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93f5a890-4ae3-4011-a30f-548178673696 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:09,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-93f5a890-4ae3-4011-a30f-548178673696 2018-09-04 21:52:09,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:09,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-566ce3e6-ff63-444c-9445-62a15f327829 Date: Tue, 04 Sep 2018 21:52:09 GMT RESP BODY: {"security_groups": []} 2018-09-04 21:52:09,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname&description=hello+group used request id req-566ce3e6-ff63-444c-9445-62a15f327829 2018-09-04 21:52:09,612 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname... 2018-09-04 21:52:09,612 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname 2018-09-04 21:52:09,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" -d '{"security_group": {"name": "CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname", "description": "hello group"}}' 2018-09-04 21:52:09,976 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-d4da41da-fe68-4377-877c-a4f4e762bc23 Date: Tue, 04 Sep 2018 21:52:09 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "updated_at": "2018-09-04T21:52:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "108bc2aa-d73e-4f56-96aa-b391cf16ace7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv4", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "d949cbbb-b3e3-438c-af40-89ab45322f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv6", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}], "revision_number": 2, "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "name": "CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname"}} 2018-09-04 21:52:09,976 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-d4da41da-fe68-4377-877c-a4f4e762bc23 2018-09-04 21:52:09,977 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51d9f898-3966-4229-8f2b-129bb42ef8f6 2018-09-04 21:52:09,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:10,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5723d1e1-d48d-42a5-9b26-9c884101df23 Date: Tue, 04 Sep 2018 21:52:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "108bc2aa-d73e-4f56-96aa-b391cf16ace7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "d949cbbb-b3e3-438c-af40-89ab45322f9b"}]} 2018-09-04 21:52:10,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 used request id req-5723d1e1-d48d-42a5-9b26-9c884101df23 2018-09-04 21:52:10,161 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51d9f898-3966-4229-8f2b-129bb42ef8f6 2018-09-04 21:52:10,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:10,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7e78ddef-33c4-4cdb-a44d-7ef8eda1a9fc Date: Tue, 04 Sep 2018 21:52:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "108bc2aa-d73e-4f56-96aa-b391cf16ace7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "d949cbbb-b3e3-438c-af40-89ab45322f9b"}]} 2018-09-04 21:52:10,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 used request id req-7e78ddef-33c4-4cdb-a44d-7ef8eda1a9fc 2018-09-04 21:52:10,191 - neutron_utils - INFO - Retrieving security group with ID - 51d9f898-3966-4229-8f2b-129bb42ef8f6 2018-09-04 21:52:10,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=51d9f898-3966-4229-8f2b-129bb42ef8f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:10,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-52777364-2deb-4e29-b1e4-37a2db985743 Date: Tue, 04 Sep 2018 21:52:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "updated_at": "2018-09-04T21:52:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "108bc2aa-d73e-4f56-96aa-b391cf16ace7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv4", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "d949cbbb-b3e3-438c-af40-89ab45322f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv6", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}], "revision_number": 2, "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "name": "CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname"}]} 2018-09-04 21:52:10,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=51d9f898-3966-4229-8f2b-129bb42ef8f6 used request id req-52777364-2deb-4e29-b1e4-37a2db985743 2018-09-04 21:52:10,407 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51d9f898-3966-4229-8f2b-129bb42ef8f6 2018-09-04 21:52:10,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:10,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-437c4cdd-3604-418c-97bd-17084183df61 Date: Tue, 04 Sep 2018 21:52:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "108bc2aa-d73e-4f56-96aa-b391cf16ace7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "d949cbbb-b3e3-438c-af40-89ab45322f9b"}]} 2018-09-04 21:52:10,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 used request id req-437c4cdd-3604-418c-97bd-17084183df61 2018-09-04 21:52:10,578 - neutron_utils - INFO - Retrieving security group with ID - 51d9f898-3966-4229-8f2b-129bb42ef8f6 2018-09-04 21:52:10,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=51d9f898-3966-4229-8f2b-129bb42ef8f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:10,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ed10b1cb-29c1-45fd-9262-0a45908b3433 Date: Tue, 04 Sep 2018 21:52:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "updated_at": "2018-09-04T21:52:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "108bc2aa-d73e-4f56-96aa-b391cf16ace7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv4", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "d949cbbb-b3e3-438c-af40-89ab45322f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv6", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}], "revision_number": 2, "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "name": "CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname"}]} 2018-09-04 21:52:10,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=51d9f898-3966-4229-8f2b-129bb42ef8f6 used request id req-ed10b1cb-29c1-45fd-9262-0a45908b3433 2018-09-04 21:52:10,772 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51d9f898-3966-4229-8f2b-129bb42ef8f6 2018-09-04 21:52:10,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:10,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a3621a7-89fa-48e9-97cf-4fbd90659411 Date: Tue, 04 Sep 2018 21:52:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "108bc2aa-d73e-4f56-96aa-b391cf16ace7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "d949cbbb-b3e3-438c-af40-89ab45322f9b"}]} 2018-09-04 21:52:10,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 used request id req-5a3621a7-89fa-48e9-97cf-4fbd90659411 2018-09-04 21:52:10,953 - neutron_utils - INFO - Retrieving security group with ID - 51d9f898-3966-4229-8f2b-129bb42ef8f6 2018-09-04 21:52:10,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=51d9f898-3966-4229-8f2b-129bb42ef8f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:11,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1ce83245-fb0c-4fcc-b8b6-3d8589f7a3f9 Date: Tue, 04 Sep 2018 21:52:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "updated_at": "2018-09-04T21:52:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "108bc2aa-d73e-4f56-96aa-b391cf16ace7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv4", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "d949cbbb-b3e3-438c-af40-89ab45322f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv6", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}], "revision_number": 2, "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "name": "CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname"}]} 2018-09-04 21:52:11,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=51d9f898-3966-4229-8f2b-129bb42ef8f6 used request id req-1ce83245-fb0c-4fcc-b8b6-3d8589f7a3f9 2018-09-04 21:52:11,141 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51d9f898-3966-4229-8f2b-129bb42ef8f6 2018-09-04 21:52:11,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:11,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5fec7336-d453-42fa-95e2-ad4f22b7c346 Date: Tue, 04 Sep 2018 21:52:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "108bc2aa-d73e-4f56-96aa-b391cf16ace7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "d949cbbb-b3e3-438c-af40-89ab45322f9b"}]} 2018-09-04 21:52:11,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 used request id req-5fec7336-d453-42fa-95e2-ad4f22b7c346 2018-09-04 21:52:11,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:11,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1ba769b2c9ac4a7686434fdd1f7af5c0", "name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-proj-role"}], "expires_at": "2018-09-04T22:52:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41197a119e2b45d6a6dc24ff38a43d01", "name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/41197a119e2b45d6a6dc24ff38a43d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/41197a119e2b45d6a6dc24ff38a43d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/41197a119e2b45d6a6dc24ff38a43d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/41197a119e2b45d6a6dc24ff38a43d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/41197a119e2b45d6a6dc24ff38a43d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/41197a119e2b45d6a6dc24ff38a43d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/41197a119e2b45d6a6dc24ff38a43d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/41197a119e2b45d6a6dc24ff38a43d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/41197a119e2b45d6a6dc24ff38a43d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/41197a119e2b45d6a6dc24ff38a43d01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/41197a119e2b45d6a6dc24ff38a43d01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/41197a119e2b45d6a6dc24ff38a43d01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-user", "id": "d81c565fb7ea48c8863f6c5a5259fa53"}, "audit_ids": ["QmHYhTvTRiempl0eMea3pg"], "issued_at": "2018-09-04T21:52:11.000000Z"}} 2018-09-04 21:52:11,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa0384ae773460cc759c8bb3c5626321c4a1daf" 2018-09-04 21:52:11,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-dd90a2b4-a7e8-4fcd-ac76-ead68f77cceb Date: Tue, 04 Sep 2018 21:52:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "updated_at": "2018-09-04T21:52:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "108bc2aa-d73e-4f56-96aa-b391cf16ace7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv4", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "d949cbbb-b3e3-438c-af40-89ab45322f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv6", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}], "revision_number": 2, "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "name": "CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname"}]} 2018-09-04 21:52:11,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname&description=hello+group used request id req-dd90a2b4-a7e8-4fcd-ac76-ead68f77cceb 2018-09-04 21:52:11,899 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51d9f898-3966-4229-8f2b-129bb42ef8f6 2018-09-04 21:52:11,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa0384ae773460cc759c8bb3c5626321c4a1daf" 2018-09-04 21:52:12,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-633b5879-32cc-4ebc-bb88-11aa1b4aea3e Date: Tue, 04 Sep 2018 21:52:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "108bc2aa-d73e-4f56-96aa-b391cf16ace7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "d949cbbb-b3e3-438c-af40-89ab45322f9b"}]} 2018-09-04 21:52:12,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 used request id req-633b5879-32cc-4ebc-bb88-11aa1b4aea3e 2018-09-04 21:52:12,064 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51d9f898-3966-4229-8f2b-129bb42ef8f6 2018-09-04 21:52:12,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa0384ae773460cc759c8bb3c5626321c4a1daf" 2018-09-04 21:52:12,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ed974bbc-ef95-4ff5-be79-55bab26f32ad Date: Tue, 04 Sep 2018 21:52:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "108bc2aa-d73e-4f56-96aa-b391cf16ace7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "51d9f898-3966-4229-8f2b-129bb42ef8f6", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "d949cbbb-b3e3-438c-af40-89ab45322f9b"}]} 2018-09-04 21:52:12,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=51d9f898-3966-4229-8f2b-129bb42ef8f6 used request id req-ed974bbc-ef95-4ff5-be79-55bab26f32ad 2018-09-04 21:52:12,254 - neutron_utils - INFO - Deleting security group rule with ID - d949cbbb-b3e3-438c-af40-89ab45322f9b 2018-09-04 21:52:12,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/d949cbbb-b3e3-438c-af40-89ab45322f9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:12,514 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5466139b-ec29-4597-914f-16eecb1555f0 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:12,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/d949cbbb-b3e3-438c-af40-89ab45322f9b used request id req-5466139b-ec29-4597-914f-16eecb1555f0 2018-09-04 21:52:12,515 - neutron_utils - INFO - Deleting security group rule with ID - 108bc2aa-d73e-4f56-96aa-b391cf16ace7 2018-09-04 21:52:12,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/108bc2aa-d73e-4f56-96aa-b391cf16ace7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:12,735 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dec3d4ad-e0a0-466c-9cd8-bd3cb2ab95ba Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:12,735 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/108bc2aa-d73e-4f56-96aa-b391cf16ace7 used request id req-dec3d4ad-e0a0-466c-9cd8-bd3cb2ab95ba 2018-09-04 21:52:12,735 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-7fec0edf-8811-48dc-8174-de5afae6ed4fname 2018-09-04 21:52:12,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/51d9f898-3966-4229-8f2b-129bb42ef8f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d7f27b4ff81cc2f6d49ad8731c85a75403df6f" 2018-09-04 21:52:12,854 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5e49ed78-130d-4c86-a917-a8063c21f098 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:12,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/51d9f898-3966-4229-8f2b-129bb42ef8f6 used request id req-5e49ed78-130d-4c86-a917-a8063c21f098 2018-09-04 21:52:12,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:13,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-0c8320cf-e1c8-4dc8-adb0-53ca947c6bf3 Date: Tue, 04 Sep 2018 21:52:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "updated_at": "2018-09-04T21:52:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "6da7290e-26eb-448a-9363-845261fed463", "remote_group_id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv6", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "a602004a-6a7d-46d4-bea2-7f79a89d9b1d", "remote_group_id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv4", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "ab7ab030-6fc8-4e53-84dd-681d0de2399f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv4", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "revision_number": 0, "id": "dbc3dd4f-abd7-476c-b031-97068174406b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:09Z", "security_group_id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "port_range_min": null, "ethertype": "IPv6", "project_id": "41197a119e2b45d6a6dc24ff38a43d01"}], "revision_number": 4, "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:52:13,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-0c8320cf-e1c8-4dc8-adb0-53ca947c6bf3 2018-09-04 21:52:13,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:13,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-316bdbdd-7cb1-4404-be9d-8a555b80cb13 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:52:13,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-316bdbdd-7cb1-4404-be9d-8a555b80cb13 2018-09-04 21:52:13,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:13,419 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fef3b546-5554-4904-ba54-16acd222eb20 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:13,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-fef3b546-5554-4904-ba54-16acd222eb20 2018-09-04 21:52:13,419 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:13,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:13,512 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3c3b87f-d886-4f18-ac25-92011c6c9e2f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:13,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-d3c3b87f-d886-4f18-ac25-92011c6c9e2f 2018-09-04 21:52:13,513 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:13,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:13,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ba4d608-5b97-43c7-836e-2f979e89cf6d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:52:13,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-5ba4d608-5b97-43c7-836e-2f979e89cf6d 2018-09-04 21:52:13,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:13,692 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de979e27-3193-435c-8660-45e112656094 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:13,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-de979e27-3193-435c-8660-45e112656094 2018-09-04 21:52:13,692 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:13,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:13,783 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25862d3d-bfd2-4790-bdaf-770d6d20b475 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:13,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-25862d3d-bfd2-4790-bdaf-770d6d20b475 2018-09-04 21:52:13,783 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:13,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/41197a119e2b45d6a6dc24ff38a43d01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:13,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2303c3f5-a020-49c7-bc62-27ae43c656be Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/41197a119e2b45d6a6dc24ff38a43d01"}, "enabled": true, "id": "41197a119e2b45d6a6dc24ff38a43d01", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0f68f7f5-4d11-464-proj"}} 2018-09-04 21:52:13,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/41197a119e2b45d6a6dc24ff38a43d01 used request id req-2303c3f5-a020-49c7-bc62-27ae43c656be 2018-09-04 21:52:13,866 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 35660686-36ed-47cc-b57c-ac1d27c25e2d 2018-09-04 21:52:13,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=35660686-36ed-47cc-b57c-ac1d27c25e2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:14,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-286785d2-dcca-4522-8b3a-91aa475879e6 Date: Tue, 04 Sep 2018 21:52:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "6da7290e-26eb-448a-9363-845261fed463"}, {"remote_group_id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "a602004a-6a7d-46d4-bea2-7f79a89d9b1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "ab7ab030-6fc8-4e53-84dd-681d0de2399f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:09Z", "security_group_id": "35660686-36ed-47cc-b57c-ac1d27c25e2d", "port_range_min": null, "revision_number": 0, "tenant_id": "41197a119e2b45d6a6dc24ff38a43d01", "created_at": "2018-09-04T21:52:09Z", "project_id": "41197a119e2b45d6a6dc24ff38a43d01", "id": "dbc3dd4f-abd7-476c-b031-97068174406b"}]} 2018-09-04 21:52:14,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=35660686-36ed-47cc-b57c-ac1d27c25e2d used request id req-286785d2-dcca-4522-8b3a-91aa475879e6 2018-09-04 21:52:14,047 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:52:14,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/35660686-36ed-47cc-b57c-ac1d27c25e2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:14,343 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-751e6083-b647-40b9-a721-9826502a0487 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:14,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/35660686-36ed-47cc-b57c-ac1d27c25e2d used request id req-751e6083-b647-40b9-a721-9826502a0487 2018-09-04 21:52:14,344 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-0f68f7f5-4d11-464-proj 2018-09-04 21:52:14,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/41197a119e2b45d6a6dc24ff38a43d01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:14,564 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c76e6b1-2b57-4464-9603-9a966e400ece Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:14,564 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/41197a119e2b45d6a6dc24ff38a43d01 used request id req-8c76e6b1-2b57-4464-9603-9a966e400ece 2018-09-04 21:52:14,565 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-0f68f7f5-4d11-464-proj-role 2018-09-04 21:52:14,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/1ba769b2c9ac4a7686434fdd1f7af5c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:14,681 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c9fa560-0f1e-4763-ab71-c0b07db8f702 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:14,681 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/1ba769b2c9ac4a7686434fdd1f7af5c0 used request id req-1c9fa560-0f1e-4763-ab71-c0b07db8f702 2018-09-04 21:52:14,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72aedaa8380a77cc0e5b33fb600ba4e8482498f8" 2018-09-04 21:52:14,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77ec1ec4-2951-4af1-8343-910bfa549a0a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:52:14,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-77ec1ec4-2951-4af1-8343-910bfa549a0a 2018-09-04 21:52:14,767 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-0f68f7f5-4d11-464-user 2018-09-04 21:52:14,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/d81c565fb7ea48c8863f6c5a5259fa53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c8fb47c8d40d06ef1ad57d8709da52fe075df36" 2018-09-04 21:52:14,975 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55a7f0f1-482e-42fb-97be-133308f12dec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:14,975 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/d81c565fb7ea48c8863f6c5a5259fa53 used request id req-55a7f0f1-482e-42fb-97be-133308f12dec 2018-09-04 21:52:14,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:15,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["nNMkig3uTsCf1SfyvSiN5w"], "issued_at": "2018-09-04T21:52:15.000000Z"}} 2018-09-04 21:52:15,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a338933527319004efa5940948fd363dc5eef3a2" 2018-09-04 21:52:15,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e051e5-9cf0-4f37-9675-f9e167786d7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:15,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b7e051e5-9cf0-4f37-9675-f9e167786d7e 2018-09-04 21:52:15,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:15,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:15,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Ur69-kfbToCk7Jh0HLSnyw"], "issued_at": "2018-09-04T21:52:15.000000Z"}} 2018-09-04 21:52:15,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:15,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d3acca2-02e3-472d-94bc-996bae7ac631 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:15,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1d3acca2-02e3-472d-94bc-996bae7ac631 2018-09-04 21:52:15,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:52:15,939 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:52:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:52:15,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-b21f95d5-3099-408-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:16,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5de0b453-93fa-4270-98f4-f8fc271bf01d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-b21f95d5-3099-408-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:52:16,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-b21f95d5-3099-408-proj used request id req-5de0b453-93fa-4270-98f4-f8fc271bf01d 2018-09-04 21:52:16,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:16,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e793b9f6-eff9-48f5-9b96-136c766d3ebb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:52:16,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e793b9f6-eff9-48f5-9b96-136c766d3ebb 2018-09-04 21:52:16,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj"}}' 2018-09-04 21:52:16,232 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:52:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d365383-786f-4ba7-a509-9790ad46dd62 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62"}, "enabled": true, "id": "2473b0ee641849b0a9845539d86b1d62", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj"}} 2018-09-04 21:52:16,232 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-2d365383-786f-4ba7-a509-9790ad46dd62 2018-09-04 21:52:16,233 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-b21f95d5-3099-408-proj 2018-09-04 21:52:16,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:16,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:16,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["VIgWk6G7RbqUomU3Dlz5WQ"], "issued_at": "2018-09-04T21:52:16.000000Z"}} 2018-09-04 21:52:16,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b3bdfae5e7209cd1e9f6a77a7140ba6c3a674a" 2018-09-04 21:52:16,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cdbf3e8-24b8-4988-b88a-e6dfcf280eae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:16,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6cdbf3e8-24b8-4988-b88a-e6dfcf280eae 2018-09-04 21:52:16,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:52:16,643 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:52:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:52:16,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b3bdfae5e7209cd1e9f6a77a7140ba6c3a674a" 2018-09-04 21:52:16,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af7db883-2dde-4f33-86d9-17928c80c8a9 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:52:16,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-af7db883-2dde-4f33-86d9-17928c80c8a9 2018-09-04 21:52:16,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-b21f95d5-3099-408-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b3bdfae5e7209cd1e9f6a77a7140ba6c3a674a" 2018-09-04 21:52:16,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72d73943-48ff-4d2d-9a3b-c9a32a93273b Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-b21f95d5-3099-408-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62"}, "enabled": true, "id": "2473b0ee641849b0a9845539d86b1d62", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj"}]} 2018-09-04 21:52:16,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-b21f95d5-3099-408-proj used request id req-72d73943-48ff-4d2d-9a3b-c9a32a93273b 2018-09-04 21:52:16,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b3bdfae5e7209cd1e9f6a77a7140ba6c3a674a" 2018-09-04 21:52:16,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a9d5214-0935-419a-ae1e-c66c0531cb93 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:52:16,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2a9d5214-0935-419a-ae1e-c66c0531cb93 2018-09-04 21:52:17,226 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-b21f95d5-3099-408-user 2018-09-04 21:52:17,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:17,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:17,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-becd1a02-9f20-4236-ba61-2e0403644970 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:52:17,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-becd1a02-9f20-4236-ba61-2e0403644970 2018-09-04 21:52:17,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" -d '{"role": {"name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj-role"}}' 2018-09-04 21:52:17,429 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:52:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba810592-0347-469c-acca-a03d5e3f7ac6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7484dbe0fb6f44de97b009aaffdb2005", "links": {"self": "http://172.30.9.26:5000/v3/roles/7484dbe0fb6f44de97b009aaffdb2005"}, "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj-role"}} 2018-09-04 21:52:17,429 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-ba810592-0347-469c-acca-a03d5e3f7ac6 2018-09-04 21:52:17,430 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-b21f95d5-3099-408-proj-role 2018-09-04 21:52:17,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/7484dbe0fb6f44de97b009aaffdb2005 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:17,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deec6f30-8f1d-4a57-8088-568ed544683b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/7484dbe0fb6f44de97b009aaffdb2005"}, "domain_id": null, "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj-role", "id": "7484dbe0fb6f44de97b009aaffdb2005"}} 2018-09-04 21:52:17,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/7484dbe0fb6f44de97b009aaffdb2005 used request id req-deec6f30-8f1d-4a57-8088-568ed544683b 2018-09-04 21:52:17,524 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-b21f95d5-3099-408-proj-role to project CreateSecurityGroupTests-b21f95d5-3099-408-proj 2018-09-04 21:52:17,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62/users/3cb39490002e4564ae0e9a78d9a1e626/roles/7484dbe0fb6f44de97b009aaffdb2005 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:17,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-792a707e-b982-4e7c-8084-89469f2852d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:17,660 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62/users/3cb39490002e4564ae0e9a78d9a1e626/roles/7484dbe0fb6f44de97b009aaffdb2005 used request id req-792a707e-b982-4e7c-8084-89469f2852d6 2018-09-04 21:52:17,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:17,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:18,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7484dbe0fb6f44de97b009aaffdb2005", "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj-role"}], "expires_at": "2018-09-04T22:52:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2473b0ee641849b0a9845539d86b1d62", "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2473b0ee641849b0a9845539d86b1d62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/2473b0ee641849b0a9845539d86b1d62", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/2473b0ee641849b0a9845539d86b1d62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/2473b0ee641849b0a9845539d86b1d62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/2473b0ee641849b0a9845539d86b1d62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/2473b0ee641849b0a9845539d86b1d62", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/2473b0ee641849b0a9845539d86b1d62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/2473b0ee641849b0a9845539d86b1d62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/2473b0ee641849b0a9845539d86b1d62", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/2473b0ee641849b0a9845539d86b1d62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/2473b0ee641849b0a9845539d86b1d62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/2473b0ee641849b0a9845539d86b1d62", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-b21f95d5-3099-408-user", "id": "3cb39490002e4564ae0e9a78d9a1e626"}, "audit_ids": ["8Nd-iPvVQRivQLzSpID7ew"], "issued_at": "2018-09-04T21:52:18.000000Z"}} 2018-09-04 21:52:18,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:18,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8220b6aa-3dd1-41c8-a1d0-30308d813356 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:18,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8220b6aa-3dd1-41c8-a1d0-30308d813356 2018-09-04 21:52:18,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:18,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-476e0439-a354-4f72-b04d-6038a886b490 Date: Tue, 04 Sep 2018 21:52:18 GMT RESP BODY: {"security_groups": []} 2018-09-04 21:52:18,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname&description=hello+group used request id req-476e0439-a354-4f72-b04d-6038a886b490 2018-09-04 21:52:18,408 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname... 2018-09-04 21:52:18,408 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname 2018-09-04 21:52:18,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" -d '{"security_group": {"name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname", "description": "hello group"}}' 2018-09-04 21:52:18,743 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-cb685f16-6112-41d7-a842-caa11063242b Date: Tue, 04 Sep 2018 21:52:18 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 2, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}} 2018-09-04 21:52:18,744 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-cb685f16-6112-41d7-a842-caa11063242b 2018-09-04 21:52:18,744 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:18,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:18,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5c7692ba-833d-4b9f-b355-1b655ec9b20f Date: Tue, 04 Sep 2018 21:52:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:18,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-5c7692ba-833d-4b9f-b355-1b655ec9b20f 2018-09-04 21:52:18,933 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:18,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:19,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-36098189-4133-42dc-bcd0-b5b020531457 Date: Tue, 04 Sep 2018 21:52:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:19,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-36098189-4133-42dc-bcd0-b5b020531457 2018-09-04 21:52:19,109 - neutron_utils - INFO - Retrieving security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:19,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:19,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-447a27a3-5a4a-4c86-869f-4d5ac8488f5f Date: Tue, 04 Sep 2018 21:52:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 2, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:19,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-447a27a3-5a4a-4c86-869f-4d5ac8488f5f 2018-09-04 21:52:19,303 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:19,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:19,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-476df14c-2263-4c00-b7b1-df752bec6074 Date: Tue, 04 Sep 2018 21:52:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:19,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-476df14c-2263-4c00-b7b1-df752bec6074 2018-09-04 21:52:19,483 - neutron_utils - INFO - Retrieving security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:19,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:19,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d017ae86-9b3d-43ce-8070-18ca11a7995b Date: Tue, 04 Sep 2018 21:52:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 2, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:19,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-d017ae86-9b3d-43ce-8070-18ca11a7995b 2018-09-04 21:52:19,532 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:19,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:19,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a7bc133e-b21f-4c85-942e-c8cb7e4a0b0b Date: Tue, 04 Sep 2018 21:52:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:19,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-a7bc133e-b21f-4c85-942e-c8cb7e4a0b0b 2018-09-04 21:52:19,714 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname 2018-09-04 21:52:19,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:19,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a00324c4-fef5-4377-ad9e-03eefa50ed49 Date: Tue, 04 Sep 2018 21:52:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 2, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:19,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname used request id req-a00324c4-fef5-4377-ad9e-03eefa50ed49 2018-09-04 21:52:19,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:52:19,779 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:52:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:52:19,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:19,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0e66a95-1cb6-43bb-854b-92270742ef26 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62"}, "enabled": true, "id": "2473b0ee641849b0a9845539d86b1d62", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj"}} 2018-09-04 21:52:19,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62 used request id req-e0e66a95-1cb6-43bb-854b-92270742ef26 2018-09-04 21:52:19,856 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:19,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:19,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-df482621-0c6d-4be6-af2d-9e76bd3540eb Date: Tue, 04 Sep 2018 21:52:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:19,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-df482621-0c6d-4be6-af2d-9e76bd3540eb 2018-09-04 21:52:19,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb"}}' 2018-09-04 21:52:20,191 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-bfa15651-986e-44a7-94ba-21eee9227d9c Date: Tue, 04 Sep 2018 21:52:20 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}} 2018-09-04 21:52:20,191 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-bfa15651-986e-44a7-94ba-21eee9227d9c 2018-09-04 21:52:20,192 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname 2018-09-04 21:52:20,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:20,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-537f11aa-3135-402e-bc47-3d91eb8182df Date: Tue, 04 Sep 2018 21:52:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 3, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:20,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname used request id req-537f11aa-3135-402e-bc47-3d91eb8182df 2018-09-04 21:52:20,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:20,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e62f31b-3d96-4bbd-ab0a-95452fe6c86b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62"}, "enabled": true, "id": "2473b0ee641849b0a9845539d86b1d62", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj"}} 2018-09-04 21:52:20,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62 used request id req-1e62f31b-3d96-4bbd-ab0a-95452fe6c86b 2018-09-04 21:52:20,480 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:20,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:20,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-5f2db17e-2349-4022-b239-5f9d3bfe0996 Date: Tue, 04 Sep 2018 21:52:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:20,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-5f2db17e-2349-4022-b239-5f9d3bfe0996 2018-09-04 21:52:20,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb"}}' 2018-09-04 21:52:20,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-1e7140a9-cd9e-44e2-b5bd-35157a355354 Date: Tue, 04 Sep 2018 21:52:20 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}} 2018-09-04 21:52:20,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-1e7140a9-cd9e-44e2-b5bd-35157a355354 2018-09-04 21:52:20,951 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname 2018-09-04 21:52:20,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:21,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-32b5add4-1659-4ae7-8d1e-861a8eb3bb11 Date: Tue, 04 Sep 2018 21:52:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:20Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "0a618f95-391c-42e8-b317-7bc338c1aed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 4, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:21,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname used request id req-32b5add4-1659-4ae7-8d1e-861a8eb3bb11 2018-09-04 21:52:21,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:21,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e29802-2998-4696-986d-ac3f04cb4b59 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62"}, "enabled": true, "id": "2473b0ee641849b0a9845539d86b1d62", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj"}} 2018-09-04 21:52:21,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62 used request id req-02e29802-2998-4696-986d-ac3f04cb4b59 2018-09-04 21:52:21,230 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:21,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:21,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-cc62409a-9abe-4046-8d60-2dc44688e8d0 Date: Tue, 04 Sep 2018 21:52:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:21,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-cc62409a-9abe-4046-8d60-2dc44688e8d0 2018-09-04 21:52:21,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10}}' 2018-09-04 21:52:21,748 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-84a96522-e549-4118-8652-d8744de24899 Date: Tue, 04 Sep 2018 21:52:21 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}} 2018-09-04 21:52:21,748 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-84a96522-e549-4118-8652-d8744de24899 2018-09-04 21:52:21,748 - neutron_utils - INFO - Retrieving security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:21,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:21,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-8ca68c06-829a-4351-8c0d-08d27de06b56 Date: Tue, 04 Sep 2018 21:52:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:21Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "0a618f95-391c-42e8-b317-7bc338c1aed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "revision_number": 0, "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 5, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:21,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-8ca68c06-829a-4351-8c0d-08d27de06b56 2018-09-04 21:52:21,805 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:21,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:21,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-534239e7-4d5c-4779-800e-2a68308acc08 Date: Tue, 04 Sep 2018 21:52:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:21,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-534239e7-4d5c-4779-800e-2a68308acc08 2018-09-04 21:52:21,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:22,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7484dbe0fb6f44de97b009aaffdb2005", "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj-role"}], "expires_at": "2018-09-04T22:52:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2473b0ee641849b0a9845539d86b1d62", "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2473b0ee641849b0a9845539d86b1d62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/2473b0ee641849b0a9845539d86b1d62", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/2473b0ee641849b0a9845539d86b1d62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/2473b0ee641849b0a9845539d86b1d62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/2473b0ee641849b0a9845539d86b1d62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/2473b0ee641849b0a9845539d86b1d62", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/2473b0ee641849b0a9845539d86b1d62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/2473b0ee641849b0a9845539d86b1d62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/2473b0ee641849b0a9845539d86b1d62", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/2473b0ee641849b0a9845539d86b1d62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/2473b0ee641849b0a9845539d86b1d62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/2473b0ee641849b0a9845539d86b1d62", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-b21f95d5-3099-408-user", "id": "3cb39490002e4564ae0e9a78d9a1e626"}, "audit_ids": ["EMvIbLi0TaGttgkPfxfUTQ"], "issued_at": "2018-09-04T21:52:22.000000Z"}} 2018-09-04 21:52:22,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:22,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5bcfc697-1611-4320-836c-0f8d2e534494 Date: Tue, 04 Sep 2018 21:52:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:21Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "0a618f95-391c-42e8-b317-7bc338c1aed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "revision_number": 0, "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 5, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:22,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname&description=hello+group used request id req-5bcfc697-1611-4320-836c-0f8d2e534494 2018-09-04 21:52:22,459 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:22,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:22,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-73bd2562-c6c6-4f07-9c1f-52246c985170 Date: Tue, 04 Sep 2018 21:52:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:22,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-73bd2562-c6c6-4f07-9c1f-52246c985170 2018-09-04 21:52:22,648 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:22,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:22,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8a731e87-22c6-4709-bf38-6f0f8c5ce894 Date: Tue, 04 Sep 2018 21:52:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:22,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-8a731e87-22c6-4709-bf38-6f0f8c5ce894 2018-09-04 21:52:22,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:23,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0bbfa5ae-a0f1-4296-994a-46cfb2aea99e Date: Tue, 04 Sep 2018 21:52:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:21Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "0a618f95-391c-42e8-b317-7bc338c1aed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "revision_number": 0, "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 5, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:23,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname used request id req-0bbfa5ae-a0f1-4296-994a-46cfb2aea99e 2018-09-04 21:52:23,025 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:23,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:23,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f9240362-8a12-4528-8ffd-8156b45dd211 Date: Tue, 04 Sep 2018 21:52:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:23,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-f9240362-8a12-4528-8ffd-8156b45dd211 2018-09-04 21:52:23,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:23,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-55862a99-6c2a-49a5-aed5-86595f27301d Date: Tue, 04 Sep 2018 21:52:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:21Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "0a618f95-391c-42e8-b317-7bc338c1aed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "revision_number": 0, "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 5, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:23,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname used request id req-55862a99-6c2a-49a5-aed5-86595f27301d 2018-09-04 21:52:23,414 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:23,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:23,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-1ffa6c23-cd85-4c53-ab66-e50e1bd7843e Date: Tue, 04 Sep 2018 21:52:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:23,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-1ffa6c23-cd85-4c53-ab66-e50e1bd7843e 2018-09-04 21:52:23,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:23,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c38ac3b3-ba08-42d7-a6fa-6fa71cf6bba8 Date: Tue, 04 Sep 2018 21:52:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:21Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "0a618f95-391c-42e8-b317-7bc338c1aed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "revision_number": 0, "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 5, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:23,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname used request id req-c38ac3b3-ba08-42d7-a6fa-6fa71cf6bba8 2018-09-04 21:52:23,827 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:23,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:24,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-4a3608d9-a986-4795-bc86-3059b0da509f Date: Tue, 04 Sep 2018 21:52:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:24,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-4a3608d9-a986-4795-bc86-3059b0da509f 2018-09-04 21:52:24,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:24,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-471bc050-0853-47e3-9fa8-e85e7b8c69aa Date: Tue, 04 Sep 2018 21:52:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:21Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "0a618f95-391c-42e8-b317-7bc338c1aed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "revision_number": 0, "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 5, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:24,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname used request id req-471bc050-0853-47e3-9fa8-e85e7b8c69aa 2018-09-04 21:52:24,087 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:24,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:24,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9363413d-c287-48e9-bfd9-1234e9380722 Date: Tue, 04 Sep 2018 21:52:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:24,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-9363413d-c287-48e9-bfd9-1234e9380722 2018-09-04 21:52:24,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:24,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-12246356-bd6a-4179-a5c2-08dabea4ead0 Date: Tue, 04 Sep 2018 21:52:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:21Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "0a618f95-391c-42e8-b317-7bc338c1aed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "revision_number": 0, "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 5, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:24,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname used request id req-12246356-bd6a-4179-a5c2-08dabea4ead0 2018-09-04 21:52:24,317 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:24,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:24,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-5fa1272b-b3ce-4bb6-bf41-c29558c2bf26 Date: Tue, 04 Sep 2018 21:52:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:24,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-5fa1272b-b3ce-4bb6-bf41-c29558c2bf26 2018-09-04 21:52:24,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:24,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-96e053e7-50e8-4b5b-9f71-6520b389f0d2 Date: Tue, 04 Sep 2018 21:52:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:21Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "0a618f95-391c-42e8-b317-7bc338c1aed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "revision_number": 0, "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 5, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:24,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname used request id req-96e053e7-50e8-4b5b-9f71-6520b389f0d2 2018-09-04 21:52:24,710 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:24,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:24,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c2b7cd0c-b48d-4799-bc8d-3575d4f58a47 Date: Tue, 04 Sep 2018 21:52:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:24,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-c2b7cd0c-b48d-4799-bc8d-3575d4f58a47 2018-09-04 21:52:24,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:24,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-accf538d-7d59-47d3-99dc-66f5737748e9 Date: Tue, 04 Sep 2018 21:52:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:21Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "0a618f95-391c-42e8-b317-7bc338c1aed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "revision_number": 0, "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 5, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:24,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname used request id req-accf538d-7d59-47d3-99dc-66f5737748e9 2018-09-04 21:52:24,939 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:24,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:25,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-87a7ee49-2c1c-4558-8578-4184a501ee46 Date: Tue, 04 Sep 2018 21:52:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:25,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-87a7ee49-2c1c-4558-8578-4184a501ee46 2018-09-04 21:52:25,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:25,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e17e5aa9-ed3a-4778-af7a-b164c07fccdc Date: Tue, 04 Sep 2018 21:52:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:21Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "0a618f95-391c-42e8-b317-7bc338c1aed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "533d3f22-8f0f-498c-9036-90e43544796f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "revision_number": 0, "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "revision_number": 0, "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "f37255ee-854a-4af7-be88-dd2be23d227a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 5, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "name": "CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname"}]} 2018-09-04 21:52:25,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname used request id req-e17e5aa9-ed3a-4778-af7a-b164c07fccdc 2018-09-04 21:52:25,171 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:25,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:25,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b9b6ff65-9f7c-45bc-ac76-3fa640ace687 Date: Tue, 04 Sep 2018 21:52:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:25,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-b9b6ff65-9f7c-45bc-ac76-3fa640ace687 2018-09-04 21:52:25,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:25,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-0caa1016-71a9-4d27-9a74-7ace70f52991 Date: Tue, 04 Sep 2018 21:52:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "0a618f95-391c-42e8-b317-7bc338c1aed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:25,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-0caa1016-71a9-4d27-9a74-7ace70f52991 2018-09-04 21:52:25,256 - neutron_utils - INFO - Deleting security group rule with ID - 0a618f95-391c-42e8-b317-7bc338c1aed3 2018-09-04 21:52:25,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/0a618f95-391c-42e8-b317-7bc338c1aed3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:25,365 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e5c76e74-88c1-46dc-9625-51bd5c243ece Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:25,365 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/0a618f95-391c-42e8-b317-7bc338c1aed3 used request id req-e5c76e74-88c1-46dc-9625-51bd5c243ece 2018-09-04 21:52:25,365 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-09-04 21:52:25,365 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09dc6ad0-e087-47d3-8cbf-ac535ac367bb 2018-09-04 21:52:25,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dab52c51373273c8c04b6326b45a5452934689e" 2018-09-04 21:52:25,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1993 X-Openstack-Request-Id: req-0ec8ab52-dad1-41a8-b896-b371d0e1acd7 Date: Tue, 04 Sep 2018 21:52:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "533d3f22-8f0f-498c-9036-90e43544796f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:20Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:20Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "9fe69d60-bbe5-4b54-9754-cc6419237e53"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:21Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": 10, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:21Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "b41206ff-8f5e-4d14-9e40-d13b4c11dd03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "09dc6ad0-e087-47d3-8cbf-ac535ac367bb", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "f37255ee-854a-4af7-be88-dd2be23d227a"}]} 2018-09-04 21:52:25,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-0ec8ab52-dad1-41a8-b896-b371d0e1acd7 2018-09-04 21:52:25,410 - neutron_utils - INFO - Deleting security group rule with ID - 9fe69d60-bbe5-4b54-9754-cc6419237e53 2018-09-04 21:52:25,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/9fe69d60-bbe5-4b54-9754-cc6419237e53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:25,512 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a5d4f5e-e7b2-4fe7-89ba-07539ef1d845 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:25,512 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/9fe69d60-bbe5-4b54-9754-cc6419237e53 used request id req-1a5d4f5e-e7b2-4fe7-89ba-07539ef1d845 2018-09-04 21:52:25,512 - neutron_utils - INFO - Deleting security group rule with ID - f37255ee-854a-4af7-be88-dd2be23d227a 2018-09-04 21:52:25,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/f37255ee-854a-4af7-be88-dd2be23d227a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:25,747 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e4feef7-73bf-4b5b-8b24-0b6344840145 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:25,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/f37255ee-854a-4af7-be88-dd2be23d227a used request id req-9e4feef7-73bf-4b5b-8b24-0b6344840145 2018-09-04 21:52:25,748 - neutron_utils - INFO - Deleting security group rule with ID - 0a618f95-391c-42e8-b317-7bc338c1aed3 2018-09-04 21:52:25,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/0a618f95-391c-42e8-b317-7bc338c1aed3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:25,991 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-787a9138-50a1-40ed-9c96-f9a4ce66dfd1 Date: Tue, 04 Sep 2018 21:52:25 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 0a618f95-391c-42e8-b317-7bc338c1aed3 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-04 21:52:25,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/0a618f95-391c-42e8-b317-7bc338c1aed3 used request id req-787a9138-50a1-40ed-9c96-f9a4ce66dfd1 2018-09-04 21:52:25,991 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 0a618f95-391c-42e8-b317-7bc338c1aed3 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-04 21:52:25,991 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 0a618f95-391c-42e8-b317-7bc338c1aed3 does not exist Neutron server returns request_ids: ['req-787a9138-50a1-40ed-9c96-f9a4ce66dfd1'] 2018-09-04 21:52:25,992 - neutron_utils - INFO - Deleting security group rule with ID - 533d3f22-8f0f-498c-9036-90e43544796f 2018-09-04 21:52:25,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/533d3f22-8f0f-498c-9036-90e43544796f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:26,256 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07c72c5b-f811-4982-96ae-ecda9ce154a7 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:26,256 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/533d3f22-8f0f-498c-9036-90e43544796f used request id req-07c72c5b-f811-4982-96ae-ecda9ce154a7 2018-09-04 21:52:26,257 - neutron_utils - INFO - Deleting security group rule with ID - b41206ff-8f5e-4d14-9e40-d13b4c11dd03 2018-09-04 21:52:26,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/b41206ff-8f5e-4d14-9e40-d13b4c11dd03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:26,513 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eabca73c-b3d8-4846-a33a-c7c99ed44098 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:26,513 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/b41206ff-8f5e-4d14-9e40-d13b4c11dd03 used request id req-eabca73c-b3d8-4846-a33a-c7c99ed44098 2018-09-04 21:52:26,513 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-9b60d516-7192-4596-8a89-ef0cd845931aname 2018-09-04 21:52:26,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/09dc6ad0-e087-47d3-8cbf-ac535ac367bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560de9fdac73ae2d16798b6be6245bd4bdb115ef" 2018-09-04 21:52:26,766 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46755361-3a21-496a-98f4-b943d65f19df Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:26,766 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/09dc6ad0-e087-47d3-8cbf-ac535ac367bb used request id req-46755361-3a21-496a-98f4-b943d65f19df 2018-09-04 21:52:26,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:27,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-b3e19ea7-17e9-42c3-9b5d-eb278e460eca Date: Tue, 04 Sep 2018 21:52:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "updated_at": "2018-09-04T21:52:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "3281252c-dce6-4965-a5a3-b718a1b78d68", "remote_group_id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "451c4423-1db6-441f-9b83-fe9fe8a708f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "6078a021-e269-422a-a3a1-52c74f2784c3", "remote_group_id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv6", "project_id": "2473b0ee641849b0a9845539d86b1d62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "revision_number": 0, "id": "8e48b398-1de9-4b74-aefb-501463d83ebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:18Z", "security_group_id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "port_range_min": null, "ethertype": "IPv4", "project_id": "2473b0ee641849b0a9845539d86b1d62"}], "revision_number": 4, "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:52:27,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-b3e19ea7-17e9-42c3-9b5d-eb278e460eca 2018-09-04 21:52:27,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:27,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-095aa702-ba2a-4c7e-b43c-76ccddb3194d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:52:27,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-095aa702-ba2a-4c7e-b43c-76ccddb3194d 2018-09-04 21:52:27,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:27,209 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fb4fddc-3d89-4aba-9a2f-bd8471894277 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:27,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-8fb4fddc-3d89-4aba-9a2f-bd8471894277 2018-09-04 21:52:27,210 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:27,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:27,295 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cce5e263-8fe7-4b57-828b-cfc7a3580a81 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:27,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-cce5e263-8fe7-4b57-828b-cfc7a3580a81 2018-09-04 21:52:27,295 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:27,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:27,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc11e409-39fa-4d47-8264-f8ae3e831e0c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:52:27,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-cc11e409-39fa-4d47-8264-f8ae3e831e0c 2018-09-04 21:52:27,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:27,484 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c1add7a-19db-47b9-ab5f-cbe3238ade51 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:27,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-7c1add7a-19db-47b9-ab5f-cbe3238ade51 2018-09-04 21:52:27,484 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:27,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:27,568 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e694b6ae-de74-4769-a950-a3ed387d4470 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:27,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-e694b6ae-de74-4769-a950-a3ed387d4470 2018-09-04 21:52:27,568 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:27,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:27,659 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c50a6b6-e92b-4463-aed8-aa933f43f2b5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:27,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-7c50a6b6-e92b-4463-aed8-aa933f43f2b5 2018-09-04 21:52:27,660 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:27,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:27,749 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ce74bfb-b437-4bd9-8877-ef2ddf0edd99 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:27,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-7ce74bfb-b437-4bd9-8877-ef2ddf0edd99 2018-09-04 21:52:27,750 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:27,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:27,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97b158d7-f337-492b-b26b-0e18e65f81cd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62"}, "enabled": true, "id": "2473b0ee641849b0a9845539d86b1d62", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b21f95d5-3099-408-proj"}} 2018-09-04 21:52:27,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62 used request id req-97b158d7-f337-492b-b26b-0e18e65f81cd 2018-09-04 21:52:27,835 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e72b8dd1-992f-41af-b9a9-03eea80fbb9b 2018-09-04 21:52:27,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e72b8dd1-992f-41af-b9a9-03eea80fbb9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:28,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6f776233-7715-4259-be19-7ea086ba2b1b Date: Tue, 04 Sep 2018 21:52:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "3281252c-dce6-4965-a5a3-b718a1b78d68"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "451c4423-1db6-441f-9b83-fe9fe8a708f5"}, {"remote_group_id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "6078a021-e269-422a-a3a1-52c74f2784c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:18Z", "security_group_id": "e72b8dd1-992f-41af-b9a9-03eea80fbb9b", "port_range_min": null, "revision_number": 0, "tenant_id": "2473b0ee641849b0a9845539d86b1d62", "created_at": "2018-09-04T21:52:18Z", "project_id": "2473b0ee641849b0a9845539d86b1d62", "id": "8e48b398-1de9-4b74-aefb-501463d83ebb"}]} 2018-09-04 21:52:28,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e72b8dd1-992f-41af-b9a9-03eea80fbb9b used request id req-6f776233-7715-4259-be19-7ea086ba2b1b 2018-09-04 21:52:28,020 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:52:28,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/e72b8dd1-992f-41af-b9a9-03eea80fbb9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:28,300 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8eafb21f-17da-4138-b093-cfc38c760aa0 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:28,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/e72b8dd1-992f-41af-b9a9-03eea80fbb9b used request id req-8eafb21f-17da-4138-b093-cfc38c760aa0 2018-09-04 21:52:28,300 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-b21f95d5-3099-408-proj 2018-09-04 21:52:28,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:28,522 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a5629b2-4d41-42c4-b37b-1eb1cbfc091a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:28,522 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/2473b0ee641849b0a9845539d86b1d62 used request id req-5a5629b2-4d41-42c4-b37b-1eb1cbfc091a 2018-09-04 21:52:28,522 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-b21f95d5-3099-408-proj-role 2018-09-04 21:52:28,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/7484dbe0fb6f44de97b009aaffdb2005 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:28,645 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53620f70-10c1-483e-8927-395c985d6f83 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:28,645 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/7484dbe0fb6f44de97b009aaffdb2005 used request id req-53620f70-10c1-483e-8927-395c985d6f83 2018-09-04 21:52:28,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2f9815e6c429a454efbef57bf7d414180a1850" 2018-09-04 21:52:28,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e08b126-8cdc-437b-b03b-c4f05d60ad6e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:52:28,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4e08b126-8cdc-437b-b03b-c4f05d60ad6e 2018-09-04 21:52:28,729 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-b21f95d5-3099-408-user 2018-09-04 21:52:28,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/3cb39490002e4564ae0e9a78d9a1e626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b3bdfae5e7209cd1e9f6a77a7140ba6c3a674a" 2018-09-04 21:52:28,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ba9a16d-1d51-4d7e-8215-9b1c6dff2708 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:28,920 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/3cb39490002e4564ae0e9a78d9a1e626 used request id req-6ba9a16d-1d51-4d7e-8215-9b1c6dff2708 2018-09-04 21:52:28,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:29,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["vrXUW4r5QQWSH731dHENQQ"], "issued_at": "2018-09-04T21:52:29.000000Z"}} 2018-09-04 21:52:29,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f95f04699dc03163f2be7a228e19bb9f53cb60d" 2018-09-04 21:52:29,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebe7b20d-5b07-4c47-9e61-b91bbe101b87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:29,384 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ebe7b20d-5b07-4c47-9e61-b91bbe101b87 2018-09-04 21:52:29,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:29,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:29,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Xlb8OMuLRM27E656XqVN0g"], "issued_at": "2018-09-04T21:52:29.000000Z"}} 2018-09-04 21:52:29,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:29,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af53192-492b-438c-a454-a8074b4d69c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:29,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4af53192-492b-438c-a454-a8074b4d69c4 2018-09-04 21:52:29,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:52:29,883 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:52:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:52:29,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:29,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baebe842-b040-4f56-b46f-26aead714c0a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:52:29,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj used request id req-baebe842-b040-4f56-b46f-26aead714c0a 2018-09-04 21:52:29,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:30,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fa7e2bc-bb70-4cf6-ac6a-a502aa662903 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:52:30,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-4fa7e2bc-bb70-4cf6-ac6a-a502aa662903 2018-09-04 21:52:30,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj"}}' 2018-09-04 21:52:30,166 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:52:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8144ec83-4669-4900-95a9-955d0c55f899 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4"}, "enabled": true, "id": "d19bb1eba3ff47be837617ebfa5ee4b4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj"}} 2018-09-04 21:52:30,166 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-8144ec83-4669-4900-95a9-955d0c55f899 2018-09-04 21:52:30,167 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj 2018-09-04 21:52:30,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:30,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:30,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["tKWqKzzKRpGRvdIF62Azrw"], "issued_at": "2018-09-04T21:52:30.000000Z"}} 2018-09-04 21:52:30,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175283a6a035343cc6069731ca0d5216074b1c07" 2018-09-04 21:52:30,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aa98124-b4f7-43ce-b299-5aa4ba7f9c86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:30,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5aa98124-b4f7-43ce-b299-5aa4ba7f9c86 2018-09-04 21:52:30,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:52:30,657 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:52:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:52:30,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175283a6a035343cc6069731ca0d5216074b1c07" 2018-09-04 21:52:30,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f62f0c7-677b-4fdf-9a71-cd0559c49ed8 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:52:30,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8f62f0c7-677b-4fdf-9a71-cd0559c49ed8 2018-09-04 21:52:30,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175283a6a035343cc6069731ca0d5216074b1c07" 2018-09-04 21:52:30,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c66e736-4df9-4170-859f-90d6e448f18b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4"}, "enabled": true, "id": "d19bb1eba3ff47be837617ebfa5ee4b4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj"}]} 2018-09-04 21:52:30,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj used request id req-0c66e736-4df9-4170-859f-90d6e448f18b 2018-09-04 21:52:30,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175283a6a035343cc6069731ca0d5216074b1c07" 2018-09-04 21:52:30,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c8216e-0168-4fcd-bf22-1c96df15d7ba Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:52:30,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-10c8216e-0168-4fcd-bf22-1c96df15d7ba 2018-09-04 21:52:31,245 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-9fd3b42d-3eac-4c0-user 2018-09-04 21:52:31,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:31,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:31,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00b602e7-693f-463e-a9b7-9e089eb4c909 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:52:31,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-00b602e7-693f-463e-a9b7-9e089eb4c909 2018-09-04 21:52:31,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" -d '{"role": {"name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj-role"}}' 2018-09-04 21:52:31,448 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:52:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b2ed3be-ba08-48df-915c-1eca7129a4e9 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "84b728b9f1464efbbd8789dda07d06e8", "links": {"self": "http://172.30.9.26:5000/v3/roles/84b728b9f1464efbbd8789dda07d06e8"}, "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj-role"}} 2018-09-04 21:52:31,448 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-2b2ed3be-ba08-48df-915c-1eca7129a4e9 2018-09-04 21:52:31,449 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj-role 2018-09-04 21:52:31,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/84b728b9f1464efbbd8789dda07d06e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:31,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5384d68-fd8a-4a23-8d4e-0ff2af46566d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/84b728b9f1464efbbd8789dda07d06e8"}, "domain_id": null, "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj-role", "id": "84b728b9f1464efbbd8789dda07d06e8"}} 2018-09-04 21:52:31,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/84b728b9f1464efbbd8789dda07d06e8 used request id req-e5384d68-fd8a-4a23-8d4e-0ff2af46566d 2018-09-04 21:52:31,547 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj-role to project CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj 2018-09-04 21:52:31,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4/users/adb185658de646ce96c2c3e43d354125/roles/84b728b9f1464efbbd8789dda07d06e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:31,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa220efe-cebf-4048-8672-cd6063eebeca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:31,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4/users/adb185658de646ce96c2c3e43d354125/roles/84b728b9f1464efbbd8789dda07d06e8 used request id req-aa220efe-cebf-4048-8672-cd6063eebeca 2018-09-04 21:52:31,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:31,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:32,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "84b728b9f1464efbbd8789dda07d06e8", "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj-role"}], "expires_at": "2018-09-04T22:52:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d19bb1eba3ff47be837617ebfa5ee4b4", "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-user", "id": "adb185658de646ce96c2c3e43d354125"}, "audit_ids": ["ad0ntCdQRWCdbGwYDOcvUQ"], "issued_at": "2018-09-04T21:52:32.000000Z"}} 2018-09-04 21:52:32,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:32,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5baf03f3-3e31-4035-af58-25b39b6bbf7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:32,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5baf03f3-3e31-4035-af58-25b39b6bbf7a 2018-09-04 21:52:32,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:32,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0cd6ecf9-e7a1-45a4-9e27-bda607b93bb8 Date: Tue, 04 Sep 2018 21:52:32 GMT RESP BODY: {"security_groups": []} 2018-09-04 21:52:32,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name&description=hello+group used request id req-0cd6ecf9-e7a1-45a4-9e27-bda607b93bb8 2018-09-04 21:52:32,434 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name... 2018-09-04 21:52:32,434 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name 2018-09-04 21:52:32,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" -d '{"security_group": {"name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name", "description": "hello group"}}' 2018-09-04 21:52:32,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-4103f0d7-b53c-4ba7-b326-b1aa5a4ee16d Date: Tue, 04 Sep 2018 21:52:32 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 2, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}} 2018-09-04 21:52:32,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-4103f0d7-b53c-4ba7-b326-b1aa5a4ee16d 2018-09-04 21:52:32,820 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:32,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:32,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bf36aa87-893f-4db4-8f50-a707f519f877 Date: Tue, 04 Sep 2018 21:52:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}]} 2018-09-04 21:52:32,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-bf36aa87-893f-4db4-8f50-a707f519f877 2018-09-04 21:52:32,988 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:32,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:33,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b739186f-ef16-47de-9663-e34a8d094542 Date: Tue, 04 Sep 2018 21:52:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}]} 2018-09-04 21:52:33,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-b739186f-ef16-47de-9663-e34a8d094542 2018-09-04 21:52:33,263 - neutron_utils - INFO - Retrieving security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:33,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:33,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-acb8e028-1665-4760-95a0-0c2c337db991 Date: Tue, 04 Sep 2018 21:52:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 2, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:33,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-acb8e028-1665-4760-95a0-0c2c337db991 2018-09-04 21:52:33,472 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:33,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:33,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8cd314bc-5411-4046-952a-37c7e78f42ea Date: Tue, 04 Sep 2018 21:52:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}]} 2018-09-04 21:52:33,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-8cd314bc-5411-4046-952a-37c7e78f42ea 2018-09-04 21:52:33,641 - neutron_utils - INFO - Retrieving security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:33,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:33,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c823dc3b-dc91-4709-9eae-5da4954b8d1a Date: Tue, 04 Sep 2018 21:52:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 2, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:33,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-c823dc3b-dc91-4709-9eae-5da4954b8d1a 2018-09-04 21:52:33,835 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:33,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:34,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4758857b-7eab-4956-96e6-5f299c8fd05e Date: Tue, 04 Sep 2018 21:52:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}]} 2018-09-04 21:52:34,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-4758857b-7eab-4956-96e6-5f299c8fd05e 2018-09-04 21:52:34,009 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name 2018-09-04 21:52:34,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:34,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7a94ce5e-c4c6-4b01-9761-5cba818b3027 Date: Tue, 04 Sep 2018 21:52:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 2, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:34,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name used request id req-7a94ce5e-c4c6-4b01-9761-5cba818b3027 2018-09-04 21:52:34,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:52:34,219 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:52:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:52:34,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:34,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e539d7be-6829-453f-891c-f8d9896e6c6b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4"}, "enabled": true, "id": "d19bb1eba3ff47be837617ebfa5ee4b4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj"}} 2018-09-04 21:52:34,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4 used request id req-e539d7be-6829-453f-891c-f8d9896e6c6b 2018-09-04 21:52:34,293 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:34,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:34,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c2c60d4b-41cd-4256-a565-6ee6882a908d Date: Tue, 04 Sep 2018 21:52:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}]} 2018-09-04 21:52:34,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-c2c60d4b-41cd-4256-a565-6ee6882a908d 2018-09-04 21:52:34,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da"}}' 2018-09-04 21:52:34,778 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-fcb4fb41-5547-4945-98f7-3032bdd505e4 Date: Tue, 04 Sep 2018 21:52:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}} 2018-09-04 21:52:34,778 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-fcb4fb41-5547-4945-98f7-3032bdd505e4 2018-09-04 21:52:34,778 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name 2018-09-04 21:52:34,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:34,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-6a3b3877-e1a6-4cce-81ac-44cd840943cd Date: Tue, 04 Sep 2018 21:52:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "revision_number": 0, "id": "f4a22309-7c50-4b61-8002-94a9227278a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 3, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:34,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name used request id req-6a3b3877-e1a6-4cce-81ac-44cd840943cd 2018-09-04 21:52:34,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:34,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f35bf188-ca6e-4ece-99b0-0bda50710b34 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4"}, "enabled": true, "id": "d19bb1eba3ff47be837617ebfa5ee4b4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj"}} 2018-09-04 21:52:34,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4 used request id req-f35bf188-ca6e-4ece-99b0-0bda50710b34 2018-09-04 21:52:34,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:34,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:35,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-0ba3945f-7464-4e59-a4ac-f13598027d05 Date: Tue, 04 Sep 2018 21:52:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:35,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-0ba3945f-7464-4e59-a4ac-f13598027d05 2018-09-04 21:52:35,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da"}}' 2018-09-04 21:52:35,269 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-e019fcc8-2e98-4570-b1d8-7729132e9a66 Date: Tue, 04 Sep 2018 21:52:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}} 2018-09-04 21:52:35,269 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-e019fcc8-2e98-4570-b1d8-7729132e9a66 2018-09-04 21:52:35,269 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name 2018-09-04 21:52:35,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:35,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-58c5a495-6819-410f-8ff3-4ece8a7d0357 Date: Tue, 04 Sep 2018 21:52:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:35Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "revision_number": 0, "id": "f4a22309-7c50-4b61-8002-94a9227278a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 4, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:35,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name used request id req-58c5a495-6819-410f-8ff3-4ece8a7d0357 2018-09-04 21:52:35,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:35,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c009a47-937b-4052-9c3b-fa816a1cf9e3 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4"}, "enabled": true, "id": "d19bb1eba3ff47be837617ebfa5ee4b4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj"}} 2018-09-04 21:52:35,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4 used request id req-6c009a47-937b-4052-9c3b-fa816a1cf9e3 2018-09-04 21:52:35,544 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:35,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:35,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-fa365b3b-8bb2-42c4-b2d8-87b949880662 Date: Tue, 04 Sep 2018 21:52:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:35,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-fa365b3b-8bb2-42c4-b2d8-87b949880662 2018-09-04 21:52:35,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10}}' 2018-09-04 21:52:35,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-29bc7037-7d9e-4a40-8f8d-b187b6e552f4 Date: Tue, 04 Sep 2018 21:52:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}} 2018-09-04 21:52:35,760 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-29bc7037-7d9e-4a40-8f8d-b187b6e552f4 2018-09-04 21:52:35,760 - neutron_utils - INFO - Retrieving security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:35,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:35,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fa0ce8b3-8425-4310-915a-42481a605aed Date: Tue, 04 Sep 2018 21:52:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:35Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "31fec080-f154-4b53-8d49-f691881a26a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "revision_number": 0, "id": "f4a22309-7c50-4b61-8002-94a9227278a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 5, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:35,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-fa0ce8b3-8425-4310-915a-42481a605aed 2018-09-04 21:52:35,958 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:35,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:36,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d2d96c57-767e-4831-9fed-f3a49d7d1ed4 Date: Tue, 04 Sep 2018 21:52:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:36,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-d2d96c57-767e-4831-9fed-f3a49d7d1ed4 2018-09-04 21:52:36,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:36,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "84b728b9f1464efbbd8789dda07d06e8", "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj-role"}], "expires_at": "2018-09-04T22:52:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d19bb1eba3ff47be837617ebfa5ee4b4", "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d19bb1eba3ff47be837617ebfa5ee4b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-user", "id": "adb185658de646ce96c2c3e43d354125"}, "audit_ids": ["EnuNy6oiTP25Qy0IxSFjlQ"], "issued_at": "2018-09-04T21:52:36.000000Z"}} 2018-09-04 21:52:36,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:36,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-dd490a59-d77f-4fb0-a431-c42e819bfbeb Date: Tue, 04 Sep 2018 21:52:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:35Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "31fec080-f154-4b53-8d49-f691881a26a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "revision_number": 0, "id": "f4a22309-7c50-4b61-8002-94a9227278a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 5, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:36,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name&description=hello+group used request id req-dd490a59-d77f-4fb0-a431-c42e819bfbeb 2018-09-04 21:52:36,727 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:36,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:36,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-81c02816-1053-4425-9b08-e97049e2d50e Date: Tue, 04 Sep 2018 21:52:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:36,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-81c02816-1053-4425-9b08-e97049e2d50e 2018-09-04 21:52:36,915 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:36,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:37,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c751f21c-6910-40e6-8553-432d3beea1e7 Date: Tue, 04 Sep 2018 21:52:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:37,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-c751f21c-6910-40e6-8553-432d3beea1e7 2018-09-04 21:52:37,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:37,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5fbd50ad-507d-4ff7-8e82-203dbb517ef4 Date: Tue, 04 Sep 2018 21:52:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:35Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "31fec080-f154-4b53-8d49-f691881a26a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "revision_number": 0, "id": "f4a22309-7c50-4b61-8002-94a9227278a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 5, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:37,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name used request id req-5fbd50ad-507d-4ff7-8e82-203dbb517ef4 2018-09-04 21:52:37,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:37,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:37,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6862f87e-2dc3-4155-a310-b40c299749be Date: Tue, 04 Sep 2018 21:52:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:37,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-6862f87e-2dc3-4155-a310-b40c299749be 2018-09-04 21:52:37,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:37,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-11455532-b182-434b-96d9-ddd6a6434e7f Date: Tue, 04 Sep 2018 21:52:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:35Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "31fec080-f154-4b53-8d49-f691881a26a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "revision_number": 0, "id": "f4a22309-7c50-4b61-8002-94a9227278a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 5, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:37,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name used request id req-11455532-b182-434b-96d9-ddd6a6434e7f 2018-09-04 21:52:37,527 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:37,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:37,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3a00f8c9-f1b0-43e6-8238-a08189c3a5f8 Date: Tue, 04 Sep 2018 21:52:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:37,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-3a00f8c9-f1b0-43e6-8238-a08189c3a5f8 2018-09-04 21:52:37,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:37,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-45bf8f40-ab89-430e-8b6c-4ff497c8f257 Date: Tue, 04 Sep 2018 21:52:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:35Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "31fec080-f154-4b53-8d49-f691881a26a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "revision_number": 0, "id": "f4a22309-7c50-4b61-8002-94a9227278a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 5, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:37,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name used request id req-45bf8f40-ab89-430e-8b6c-4ff497c8f257 2018-09-04 21:52:37,787 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:37,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:37,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-55a0bd0a-5d51-4029-82b5-9f47d2ee803e Date: Tue, 04 Sep 2018 21:52:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:37,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-55a0bd0a-5d51-4029-82b5-9f47d2ee803e 2018-09-04 21:52:37,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:38,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fa7c0fe1-c9bd-404f-b83f-5039d022e1cc Date: Tue, 04 Sep 2018 21:52:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:35Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "31fec080-f154-4b53-8d49-f691881a26a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "revision_number": 0, "id": "f4a22309-7c50-4b61-8002-94a9227278a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 5, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:38,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name used request id req-fa7c0fe1-c9bd-404f-b83f-5039d022e1cc 2018-09-04 21:52:38,160 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:38,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:38,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-79719e19-7321-49ff-a189-d82f2b66c908 Date: Tue, 04 Sep 2018 21:52:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:38,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-79719e19-7321-49ff-a189-d82f2b66c908 2018-09-04 21:52:38,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:38,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-95242b38-caf7-45a1-b7fa-f139b6463ae1 Date: Tue, 04 Sep 2018 21:52:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:35Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "31fec080-f154-4b53-8d49-f691881a26a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "revision_number": 0, "id": "f4a22309-7c50-4b61-8002-94a9227278a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 5, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:38,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name used request id req-95242b38-caf7-45a1-b7fa-f139b6463ae1 2018-09-04 21:52:38,531 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:38,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:38,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-5ead65e2-c1d7-4cd5-a57a-7b965a7b44b6 Date: Tue, 04 Sep 2018 21:52:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:38,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-5ead65e2-c1d7-4cd5-a57a-7b965a7b44b6 2018-09-04 21:52:38,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:38,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9c024563-f803-440b-b073-87605da4d501 Date: Tue, 04 Sep 2018 21:52:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:35Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "31fec080-f154-4b53-8d49-f691881a26a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "revision_number": 0, "id": "f4a22309-7c50-4b61-8002-94a9227278a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 5, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:38,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name used request id req-9c024563-f803-440b-b073-87605da4d501 2018-09-04 21:52:38,772 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:38,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:38,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a8af3923-80a1-402e-9901-c258e1f13977 Date: Tue, 04 Sep 2018 21:52:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:38,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-a8af3923-80a1-402e-9901-c258e1f13977 2018-09-04 21:52:38,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:38,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ed770e24-4b83-44c1-b673-4bb47c25ecfa Date: Tue, 04 Sep 2018 21:52:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:35Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "31fec080-f154-4b53-8d49-f691881a26a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "revision_number": 0, "id": "f4a22309-7c50-4b61-8002-94a9227278a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 5, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:38,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name used request id req-ed770e24-4b83-44c1-b673-4bb47c25ecfa 2018-09-04 21:52:38,869 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:38,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:39,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-02320062-0056-4703-830f-6b06a57aadde Date: Tue, 04 Sep 2018 21:52:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:39,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-02320062-0056-4703-830f-6b06a57aadde 2018-09-04 21:52:39,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:39,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-4f9a1d90-9572-433c-a257-710e7e4f1144 Date: Tue, 04 Sep 2018 21:52:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:35Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "31fec080-f154-4b53-8d49-f691881a26a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "revision_number": 0, "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "revision_number": 0, "id": "f4a22309-7c50-4b61-8002-94a9227278a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 5, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "2a3c940f-92f1-4823-b990-65100d04f1da", "name": "CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name"}]} 2018-09-04 21:52:39,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name used request id req-4f9a1d90-9572-433c-a257-710e7e4f1144 2018-09-04 21:52:39,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:39,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:39,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-91501a73-ae45-42a7-bf9b-662dbeb0a8d1 Date: Tue, 04 Sep 2018 21:52:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:34Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:34Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "f4a22309-7c50-4b61-8002-94a9227278a3"}]} 2018-09-04 21:52:39,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-91501a73-ae45-42a7-bf9b-662dbeb0a8d1 2018-09-04 21:52:39,299 - neutron_utils - INFO - Deleting security group rule with ID - f4a22309-7c50-4b61-8002-94a9227278a3 2018-09-04 21:52:39,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/f4a22309-7c50-4b61-8002-94a9227278a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:39,443 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6aa1de82-2342-4f53-bbd3-b4eae665f5c8 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:39,443 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/f4a22309-7c50-4b61-8002-94a9227278a3 used request id req-6aa1de82-2342-4f53-bbd3-b4eae665f5c8 2018-09-04 21:52:39,444 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-09-04 21:52:39,444 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a3c940f-92f1-4823-b990-65100d04f1da 2018-09-04 21:52:39,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb054256f681e47d3c93c2fdca7273b384160f16" 2018-09-04 21:52:39,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-684cbe73-838b-4eea-a682-b4a46f7c03ec Date: Tue, 04 Sep 2018 21:52:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": 10, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "31fec080-f154-4b53-8d49-f691881a26a8"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:35Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:35Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "3e0046a5-bab1-4b53-87a3-a81845fb7fc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "4aef3be5-b72d-4ef0-a83d-725de95f2ff1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "2a3c940f-92f1-4823-b990-65100d04f1da", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "9c6f9a9f-b39d-4607-bccb-c29e0042ffa9"}]} 2018-09-04 21:52:39,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=2a3c940f-92f1-4823-b990-65100d04f1da used request id req-684cbe73-838b-4eea-a682-b4a46f7c03ec 2018-09-04 21:52:39,638 - neutron_utils - INFO - Deleting security group rule with ID - 31fec080-f154-4b53-8d49-f691881a26a8 2018-09-04 21:52:39,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/31fec080-f154-4b53-8d49-f691881a26a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:39,889 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b855fd2d-33df-4451-be41-8a86f9782466 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:39,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/31fec080-f154-4b53-8d49-f691881a26a8 used request id req-b855fd2d-33df-4451-be41-8a86f9782466 2018-09-04 21:52:39,890 - neutron_utils - INFO - Deleting security group rule with ID - 9c6f9a9f-b39d-4607-bccb-c29e0042ffa9 2018-09-04 21:52:39,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/9c6f9a9f-b39d-4607-bccb-c29e0042ffa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:39,997 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff1d78f7-cf48-49ce-952f-65041b9dd2d1 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:39,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/9c6f9a9f-b39d-4607-bccb-c29e0042ffa9 used request id req-ff1d78f7-cf48-49ce-952f-65041b9dd2d1 2018-09-04 21:52:39,997 - neutron_utils - INFO - Deleting security group rule with ID - 4aef3be5-b72d-4ef0-a83d-725de95f2ff1 2018-09-04 21:52:40,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/4aef3be5-b72d-4ef0-a83d-725de95f2ff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:40,259 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4a0abdae-a182-473a-971e-d66a190eb84c Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:40,259 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/4aef3be5-b72d-4ef0-a83d-725de95f2ff1 used request id req-4a0abdae-a182-473a-971e-d66a190eb84c 2018-09-04 21:52:40,259 - neutron_utils - INFO - Deleting security group rule with ID - 3e0046a5-bab1-4b53-87a3-a81845fb7fc0 2018-09-04 21:52:40,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/3e0046a5-bab1-4b53-87a3-a81845fb7fc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:40,513 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-050a52e8-1486-4676-a85a-68c47ca05e06 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:40,513 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/3e0046a5-bab1-4b53-87a3-a81845fb7fc0 used request id req-050a52e8-1486-4676-a85a-68c47ca05e06 2018-09-04 21:52:40,513 - neutron_utils - INFO - Deleting security group rule with ID - f4a22309-7c50-4b61-8002-94a9227278a3 2018-09-04 21:52:40,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/f4a22309-7c50-4b61-8002-94a9227278a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:40,547 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-3f502367-02db-47ad-ab8e-82e2782e67b9 Date: Tue, 04 Sep 2018 21:52:40 GMT RESP BODY: {"NeutronError": {"message": "Security group rule f4a22309-7c50-4b61-8002-94a9227278a3 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-04 21:52:40,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/f4a22309-7c50-4b61-8002-94a9227278a3 used request id req-3f502367-02db-47ad-ab8e-82e2782e67b9 2018-09-04 21:52:40,547 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule f4a22309-7c50-4b61-8002-94a9227278a3 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-04 21:52:40,547 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule f4a22309-7c50-4b61-8002-94a9227278a3 does not exist Neutron server returns request_ids: ['req-3f502367-02db-47ad-ab8e-82e2782e67b9'] 2018-09-04 21:52:40,548 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-102d382e-a7d5-4e8f-8728-54e3777ed216name 2018-09-04 21:52:40,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/2a3c940f-92f1-4823-b990-65100d04f1da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfac5a049001ed8b8460d7f347da1b1e416d83d7" 2018-09-04 21:52:40,688 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-039f6f39-8e3c-4e9d-844d-da9d205668a1 Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:40,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/2a3c940f-92f1-4823-b990-65100d04f1da used request id req-039f6f39-8e3c-4e9d-844d-da9d205668a1 2018-09-04 21:52:40,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:40,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-bbf61294-8eb4-4f31-b3a6-e554e8ffc7fc Date: Tue, 04 Sep 2018 21:52:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "updated_at": "2018-09-04T21:52:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "60642d2a-bb29-4180-bc9e-91bb66d21d2c", "remote_group_id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "6e833c3e-b3cd-46eb-af97-6ec4f48eb519", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "755dd0e7-a46f-4a10-b28a-34a2c30aadc0", "remote_group_id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "revision_number": 0, "id": "c77c2d6d-a1f6-421b-97b1-b189760dc1df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:52:32Z", "security_group_id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4"}], "revision_number": 4, "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:52:40,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-bbf61294-8eb4-4f31-b3a6-e554e8ffc7fc 2018-09-04 21:52:40,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:41,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-095e1359-3043-486a-94d9-2ffefc374731 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:52:41,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-095e1359-3043-486a-94d9-2ffefc374731 2018-09-04 21:52:41,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:41,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bc19a7f-cb10-4700-a3d3-f6156edff9d4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4"}, "enabled": true, "id": "d19bb1eba3ff47be837617ebfa5ee4b4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj"}} 2018-09-04 21:52:41,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4 used request id req-3bc19a7f-cb10-4700-a3d3-f6156edff9d4 2018-09-04 21:52:41,103 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a 2018-09-04 21:52:41,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:41,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-de7662d1-b9a1-44f8-80a6-b7dbd4d5ea80 Date: Tue, 04 Sep 2018 21:52:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "60642d2a-bb29-4180-bc9e-91bb66d21d2c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "6e833c3e-b3cd-46eb-af97-6ec4f48eb519"}, {"remote_group_id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "755dd0e7-a46f-4a10-b28a-34a2c30aadc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:52:32Z", "security_group_id": "0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a", "port_range_min": null, "revision_number": 0, "tenant_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "created_at": "2018-09-04T21:52:32Z", "project_id": "d19bb1eba3ff47be837617ebfa5ee4b4", "id": "c77c2d6d-a1f6-421b-97b1-b189760dc1df"}]} 2018-09-04 21:52:41,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a used request id req-de7662d1-b9a1-44f8-80a6-b7dbd4d5ea80 2018-09-04 21:52:41,285 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:52:41,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:41,586 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-151b121e-eda5-492b-a1e7-021669e1f31e Content-Length: 0 Date: Tue, 04 Sep 2018 21:52:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:52:41,586 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/0ef70bbe-1e67-42ee-9bbd-f4b98f6b110a used request id req-151b121e-eda5-492b-a1e7-021669e1f31e 2018-09-04 21:52:41,586 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj 2018-09-04 21:52:41,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:41,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ee50988-fca0-4553-b56b-5e4b464f9987 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:41,865 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d19bb1eba3ff47be837617ebfa5ee4b4 used request id req-6ee50988-fca0-4553-b56b-5e4b464f9987 2018-09-04 21:52:41,865 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-9fd3b42d-3eac-4c0-proj-role 2018-09-04 21:52:41,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/84b728b9f1464efbbd8789dda07d06e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:41,986 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fce7adca-aac9-4884-825e-9beb3ba68eb5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:41,986 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/84b728b9f1464efbbd8789dda07d06e8 used request id req-fce7adca-aac9-4884-825e-9beb3ba68eb5 2018-09-04 21:52:41,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be410e8d7c704d16e13e31a16accd90f7dec90e1" 2018-09-04 21:52:42,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c47fdad-3669-43d7-9fab-90f69f60c855 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:52:42,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8c47fdad-3669-43d7-9fab-90f69f60c855 2018-09-04 21:52:42,081 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-9fd3b42d-3eac-4c0-user 2018-09-04 21:52:42,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/adb185658de646ce96c2c3e43d354125 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175283a6a035343cc6069731ca0d5216074b1c07" 2018-09-04 21:52:42,265 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1fa27bc-5b87-45bf-8f61-d06dfa075682 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:42,265 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/adb185658de646ce96c2c3e43d354125 used request id req-b1fa27bc-5b87-45bf-8f61-d06dfa075682 2018-09-04 21:52:42,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:42,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["O3SnVQfQQh68DFPlMoppbw"], "issued_at": "2018-09-04T21:52:42.000000Z"}} 2018-09-04 21:52:42,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9993b87dbf81982249bfd1b3407af00a30cc6" 2018-09-04 21:52:42,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7ee0012-6078-45d9-acaf-c0d1b80d8024 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:42,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f7ee0012-6078-45d9-acaf-c0d1b80d8024 2018-09-04 21:52:42,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:42,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:43,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["kaJfDIILQqqoLpULkZwbsQ"], "issued_at": "2018-09-04T21:52:43.000000Z"}} 2018-09-04 21:52:43,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:43,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f331688-31fa-4dde-9d21-f821484efd55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:43,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8f331688-31fa-4dde-9d21-f821484efd55 2018-09-04 21:52:43,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:52:43,213 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:52:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:52:43,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-e1f8a65f-3462-4b4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:43,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-209ec535-31b1-4f8c-bb6e-879b2b72f823 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-e1f8a65f-3462-4b4-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:52:43,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-e1f8a65f-3462-4b4-proj used request id req-209ec535-31b1-4f8c-bb6e-879b2b72f823 2018-09-04 21:52:43,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:43,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9289c8f1-fc1c-4913-b819-dc8a45aad72d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:52:43,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-9289c8f1-fc1c-4913-b819-dc8a45aad72d 2018-09-04 21:52:43,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-e1f8a65f-3462-4b4-proj"}}' 2018-09-04 21:52:43,508 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:52:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3a76e58-2d52-4fd7-9aa2-556bfd7414f2 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0de1ad48aa5049b08451be9390a4f099"}, "enabled": true, "id": "0de1ad48aa5049b08451be9390a4f099", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-e1f8a65f-3462-4b4-proj"}} 2018-09-04 21:52:43,508 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-a3a76e58-2d52-4fd7-9aa2-556bfd7414f2 2018-09-04 21:52:43,508 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-e1f8a65f-3462-4b4-proj 2018-09-04 21:52:43,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:43,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:43,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["H-URg9DMSye8JXw773U4Ug"], "issued_at": "2018-09-04T21:52:43.000000Z"}} 2018-09-04 21:52:43,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b623377639ca22ea6bff9db5c5093e8ccf09a94" 2018-09-04 21:52:43,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb4c51ee-7556-4839-830d-674e8648400f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:43,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bb4c51ee-7556-4839-830d-674e8648400f 2018-09-04 21:52:43,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:52:43,976 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:52:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:52:43,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b623377639ca22ea6bff9db5c5093e8ccf09a94" 2018-09-04 21:52:44,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a21857f-115a-48b1-af10-218844e5bcbb Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:52:44,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3a21857f-115a-48b1-af10-218844e5bcbb 2018-09-04 21:52:44,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-e1f8a65f-3462-4b4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b623377639ca22ea6bff9db5c5093e8ccf09a94" 2018-09-04 21:52:44,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ec0d7df-4ebf-4cdc-af45-28863d30d9a8 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-e1f8a65f-3462-4b4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0de1ad48aa5049b08451be9390a4f099"}, "enabled": true, "id": "0de1ad48aa5049b08451be9390a4f099", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-e1f8a65f-3462-4b4-proj"}]} 2018-09-04 21:52:44,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-e1f8a65f-3462-4b4-proj used request id req-0ec0d7df-4ebf-4cdc-af45-28863d30d9a8 2018-09-04 21:52:44,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b623377639ca22ea6bff9db5c5093e8ccf09a94" 2018-09-04 21:52:44,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c7ac84-70c0-4ceb-b36a-6d428dd7674b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:52:44,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-55c7ac84-70c0-4ceb-b36a-6d428dd7674b 2018-09-04 21:52:44,561 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-e1f8a65f-3462-4b4-user 2018-09-04 21:52:44,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:44,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:44,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a182091-ac2b-48d6-aa05-ffdd3438a26e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:52:44,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4a182091-ac2b-48d6-aa05-ffdd3438a26e 2018-09-04 21:52:44,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" -d '{"role": {"name": "CreateImageSuccessTests-e1f8a65f-3462-4b4-proj-role"}}' 2018-09-04 21:52:44,724 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:52:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0227c8db-8f53-41da-b7dd-b54c1fae7d15 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e88e83c2b9634b20a38aea861a19b919", "links": {"self": "http://172.30.9.26:5000/v3/roles/e88e83c2b9634b20a38aea861a19b919"}, "name": "CreateImageSuccessTests-e1f8a65f-3462-4b4-proj-role"}} 2018-09-04 21:52:44,724 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-0227c8db-8f53-41da-b7dd-b54c1fae7d15 2018-09-04 21:52:44,724 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-e1f8a65f-3462-4b4-proj-role 2018-09-04 21:52:44,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/e88e83c2b9634b20a38aea861a19b919 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:44,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccac9e3b-c6c1-48ac-b997-62ea17a64f65 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/e88e83c2b9634b20a38aea861a19b919"}, "domain_id": null, "name": "CreateImageSuccessTests-e1f8a65f-3462-4b4-proj-role", "id": "e88e83c2b9634b20a38aea861a19b919"}} 2018-09-04 21:52:44,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/e88e83c2b9634b20a38aea861a19b919 used request id req-ccac9e3b-c6c1-48ac-b997-62ea17a64f65 2018-09-04 21:52:44,812 - keystone_utils - INFO - Granting role CreateImageSuccessTests-e1f8a65f-3462-4b4-proj-role to project CreateImageSuccessTests-e1f8a65f-3462-4b4-proj 2018-09-04 21:52:44,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/0de1ad48aa5049b08451be9390a4f099/users/c120969bfe7c464f911314eb752b4c24/roles/e88e83c2b9634b20a38aea861a19b919 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:44,966 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12336f1b-438f-4cb4-80e3-b85a17246554 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:44,966 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/0de1ad48aa5049b08451be9390a4f099/users/c120969bfe7c464f911314eb752b4c24/roles/e88e83c2b9634b20a38aea861a19b919 used request id req-12336f1b-438f-4cb4-80e3-b85a17246554 2018-09-04 21:52:44,988 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 21:52:44,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:44,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:45,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e88e83c2b9634b20a38aea861a19b919", "name": "CreateImageSuccessTests-e1f8a65f-3462-4b4-proj-role"}], "expires_at": "2018-09-04T22:52:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0de1ad48aa5049b08451be9390a4f099", "name": "CreateImageSuccessTests-e1f8a65f-3462-4b4-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0de1ad48aa5049b08451be9390a4f099", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/0de1ad48aa5049b08451be9390a4f099", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/0de1ad48aa5049b08451be9390a4f099", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/0de1ad48aa5049b08451be9390a4f099", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/0de1ad48aa5049b08451be9390a4f099", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/0de1ad48aa5049b08451be9390a4f099", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/0de1ad48aa5049b08451be9390a4f099", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/0de1ad48aa5049b08451be9390a4f099", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/0de1ad48aa5049b08451be9390a4f099", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/0de1ad48aa5049b08451be9390a4f099", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/0de1ad48aa5049b08451be9390a4f099", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/0de1ad48aa5049b08451be9390a4f099", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-e1f8a65f-3462-4b4-user", "id": "c120969bfe7c464f911314eb752b4c24"}, "audit_ids": ["nfjgbmr4Ri66CCwYH5zuBg"], "issued_at": "2018-09-04T21:52:45.000000Z"}} 2018-09-04 21:52:45,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df44ba466f0a313dd405e51f0c01cded1f1be1d4" 2018-09-04 21:52:45,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-305080b3-c493-455b-bd38-3e47617ea25c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:45,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-305080b3-c493-455b-bd38-3e47617ea25c 2018-09-04 21:52:45,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df44ba466f0a313dd405e51f0c01cded1f1be1d4" 2018-09-04 21:52:45,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-83adb53c-ebdb-4bb1-a1c3-8318e18680a1 Date: Tue, 04 Sep 2018 21:52:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e"} 2018-09-04 21:52:45,617 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e used request id req-83adb53c-ebdb-4bb1-a1c3-8318e18680a1 2018-09-04 21:52:45,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df44ba466f0a313dd405e51f0c01cded1f1be1d4" 2018-09-04 21:52:45,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8fd86cba-038a-4495-a847-b77adec5b32e Date: Tue, 04 Sep 2018 21:52:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:52:45,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-8fd86cba-038a-4495-a847-b77adec5b32e 2018-09-04 21:52:45,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}df44ba466f0a313dd405e51f0c01cded1f1be1d4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e"}' 2018-09-04 21:52:46,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296 X-Openstack-Request-Id: req-dc5aa3c0-e7d5-4d49-8cbc-b086d976c671 Date: Tue, 04 Sep 2018 21:52:46 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:52:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T21:52:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296", "min_disk": 0, "protected": false, "id": "f55fdd91-fcc1-4113-bfbc-b3968fd40296", "file": "/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296/file", "checksum": null, "owner": "0de1ad48aa5049b08451be9390a4f099", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:52:46,013 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-dc5aa3c0-e7d5-4d49-8cbc-b086d976c671 2018-09-04 21:52:46,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df44ba466f0a313dd405e51f0c01cded1f1be1d4" -d '' 2018-09-04 21:52:47,170 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1bfa945e-c7c7-4af9-98f9-126d11f59a1f Date: Tue, 04 Sep 2018 21:52:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:52:47,170 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296/file used request id req-1bfa945e-c7c7-4af9-98f9-126d11f59a1f 2018-09-04 21:52:47,171 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 21:52:47,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df44ba466f0a313dd405e51f0c01cded1f1be1d4" 2018-09-04 21:52:47,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-b9a2d61b-8ca9-4aef-90ce-f2e398b299df Date: Tue, 04 Sep 2018 21:52:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:52:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:52:47Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296/snap", "metadata": {}}], "self": "/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296", "min_disk": 0, "protected": false, "id": "f55fdd91-fcc1-4113-bfbc-b3968fd40296", "file": "/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0de1ad48aa5049b08451be9390a4f099", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:52:47,738 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296 used request id req-b9a2d61b-8ca9-4aef-90ce-f2e398b299df 2018-09-04 21:52:47,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df44ba466f0a313dd405e51f0c01cded1f1be1d4" 2018-09-04 21:52:47,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b1ffaca1-52b4-4ddd-8cc1-cbfe3108998d Date: Tue, 04 Sep 2018 21:52:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:52:47,894 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-b1ffaca1-52b4-4ddd-8cc1-cbfe3108998d 2018-09-04 21:52:47,897 - create_image - INFO - Created image with name - CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e 2018-09-04 21:52:47,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df44ba466f0a313dd405e51f0c01cded1f1be1d4" 2018-09-04 21:52:48,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-81c92c8c-97d2-42ce-b386-87e58f0bc486 Date: Tue, 04 Sep 2018 21:52:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:52:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:52:47Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296/snap", "metadata": {}}], "self": "/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296", "min_disk": 0, "protected": false, "id": "f55fdd91-fcc1-4113-bfbc-b3968fd40296", "file": "/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0de1ad48aa5049b08451be9390a4f099", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:52:48,448 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296 used request id req-81c92c8c-97d2-42ce-b386-87e58f0bc486 2018-09-04 21:52:48,448 - create_image - DEBUG - Instance status is - active 2018-09-04 21:52:48,449 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e 2018-09-04 21:52:48,449 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e 2018-09-04 21:52:48,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:48,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e88e83c2b9634b20a38aea861a19b919", "name": "CreateImageSuccessTests-e1f8a65f-3462-4b4-proj-role"}], "expires_at": "2018-09-04T22:52:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0de1ad48aa5049b08451be9390a4f099", "name": "CreateImageSuccessTests-e1f8a65f-3462-4b4-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0de1ad48aa5049b08451be9390a4f099", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/0de1ad48aa5049b08451be9390a4f099", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/0de1ad48aa5049b08451be9390a4f099", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/0de1ad48aa5049b08451be9390a4f099", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/0de1ad48aa5049b08451be9390a4f099", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/0de1ad48aa5049b08451be9390a4f099", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/0de1ad48aa5049b08451be9390a4f099", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/0de1ad48aa5049b08451be9390a4f099", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/0de1ad48aa5049b08451be9390a4f099", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/0de1ad48aa5049b08451be9390a4f099", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/0de1ad48aa5049b08451be9390a4f099", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/0de1ad48aa5049b08451be9390a4f099", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-e1f8a65f-3462-4b4-user", "id": "c120969bfe7c464f911314eb752b4c24"}, "audit_ids": ["uU0MejdfT6yE-N11r8Ykkg"], "issued_at": "2018-09-04T21:52:48.000000Z"}} 2018-09-04 21:52:48,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ac7eb80c9eb8798463b8500ae5e429b417ddc9f" 2018-09-04 21:52:49,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-0378f2ab-0c13-4da5-9aa0-712c49d00e22 Date: Tue, 04 Sep 2018 21:52:49 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:52:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:52:47Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296/snap", "metadata": {}}], "self": "/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296", "min_disk": 0, "protected": false, "id": "f55fdd91-fcc1-4113-bfbc-b3968fd40296", "file": "/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0de1ad48aa5049b08451be9390a4f099", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e"} 2018-09-04 21:52:49,120 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e used request id req-0378f2ab-0c13-4da5-9aa0-712c49d00e22 2018-09-04 21:52:49,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ac7eb80c9eb8798463b8500ae5e429b417ddc9f" 2018-09-04 21:52:49,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-44443aea-4f0c-496f-b413-55c68a10ba00 Date: Tue, 04 Sep 2018 21:52:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:52:49,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-44443aea-4f0c-496f-b413-55c68a10ba00 2018-09-04 21:52:49,269 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e 2018-09-04 21:52:49,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ac7eb80c9eb8798463b8500ae5e429b417ddc9f" 2018-09-04 21:52:51,184 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e684f346-29ad-481c-8f5b-ded6a3546686 Date: Tue, 04 Sep 2018 21:52:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:52:51,184 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296 used request id req-e684f346-29ad-481c-8f5b-ded6a3546686 2018-09-04 21:52:51,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ac7eb80c9eb8798463b8500ae5e429b417ddc9f" 2018-09-04 21:52:51,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-a0776ec5-5ad2-4af0-b95b-cca2703382c1 Date: Tue, 04 Sep 2018 21:52:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e"} 2018-09-04 21:52:51,361 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e used request id req-a0776ec5-5ad2-4af0-b95b-cca2703382c1 2018-09-04 21:52:51,361 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-fe55c00a-5eec-4041-886a-b97a57e48b9e 2018-09-04 21:52:51,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df44ba466f0a313dd405e51f0c01cded1f1be1d4" 2018-09-04 21:52:51,918 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-878d1f3a-5c42-4cb9-90d9-17c379fd223d Date: Tue, 04 Sep 2018 21:52:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:52:51,918 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/f55fdd91-fcc1-4113-bfbc-b3968fd40296 used request id req-878d1f3a-5c42-4cb9-90d9-17c379fd223d 2018-09-04 21:52:51,918 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2018-09-04 21:52:51,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:52,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-244c2c8c-cee2-43c1-9b87-a3fe4365cbdb Date: Tue, 04 Sep 2018 21:52:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:52:52,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-244c2c8c-cee2-43c1-9b87-a3fe4365cbdb 2018-09-04 21:52:52,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:52,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdc78528-16e8-46c5-a835-183ada7c1510 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:52:52,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-fdc78528-16e8-46c5-a835-183ada7c1510 2018-09-04 21:52:52,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:52,349 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4150f1a0-a3d8-4344-b6e6-d3c9167ffd23 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:52,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-4150f1a0-a3d8-4344-b6e6-d3c9167ffd23 2018-09-04 21:52:52,349 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:52,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:52,443 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfa85d6f-9e25-46b6-b135-466a55b4a949 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:52,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-bfa85d6f-9e25-46b6-b135-466a55b4a949 2018-09-04 21:52:52,443 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:52,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:52,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c8f587-b9fc-43cd-a93b-e0ad7d67da09 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:52:52,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-b3c8f587-b9fc-43cd-a93b-e0ad7d67da09 2018-09-04 21:52:52,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:52,620 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c87202ee-bde8-411e-a3f4-34b0acfca2de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:52,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-c87202ee-bde8-411e-a3f4-34b0acfca2de 2018-09-04 21:52:52,621 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:52,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:52,712 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53df7ca6-5f67-47bf-8664-ada77690b96e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:52,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-53df7ca6-5f67-47bf-8664-ada77690b96e 2018-09-04 21:52:52,713 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:52,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:52,804 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f34bd11-3742-41ed-8624-f6939bf5ea48 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:52,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-9f34bd11-3742-41ed-8624-f6939bf5ea48 2018-09-04 21:52:52,804 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:52,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:52,890 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bad0d6f-bb1b-4fcc-a39d-5e4ea5e4da8a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:52,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-9bad0d6f-bb1b-4fcc-a39d-5e4ea5e4da8a 2018-09-04 21:52:52,890 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:52,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:52,981 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abd3873d-58ac-488d-9325-3707f2d0c587 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:52,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-abd3873d-58ac-488d-9325-3707f2d0c587 2018-09-04 21:52:52,981 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:52,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:53,072 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4e2404e-2222-4b60-a361-61499a96eb12 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:52:53,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-f4e2404e-2222-4b60-a361-61499a96eb12 2018-09-04 21:52:53,072 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:52:53,073 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-e1f8a65f-3462-4b4-proj 2018-09-04 21:52:53,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/0de1ad48aa5049b08451be9390a4f099 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:53,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a09c73a5-e1ad-4c5e-99a8-165e4a9edab0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:53,313 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/0de1ad48aa5049b08451be9390a4f099 used request id req-a09c73a5-e1ad-4c5e-99a8-165e4a9edab0 2018-09-04 21:52:53,314 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-e1f8a65f-3462-4b4-proj-role 2018-09-04 21:52:53,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/e88e83c2b9634b20a38aea861a19b919 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:53,435 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-745f3c6e-2c07-4943-9596-f84f1fe3d20c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:53,436 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/e88e83c2b9634b20a38aea861a19b919 used request id req-745f3c6e-2c07-4943-9596-f84f1fe3d20c 2018-09-04 21:52:53,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3400092d98caaaa37c75f290124c273086557ea0" 2018-09-04 21:52:53,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a6d11cd-62bc-472b-bb37-95f84621177b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:52:53,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8a6d11cd-62bc-472b-bb37-95f84621177b 2018-09-04 21:52:53,530 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-e1f8a65f-3462-4b4-user 2018-09-04 21:52:53,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/c120969bfe7c464f911314eb752b4c24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b623377639ca22ea6bff9db5c5093e8ccf09a94" 2018-09-04 21:52:53,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a390291-88b5-4c7b-ae55-69b2eea103f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:53,703 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c120969bfe7c464f911314eb752b4c24 used request id req-7a390291-88b5-4c7b-ae55-69b2eea103f1 2018-09-04 21:52:53,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:54,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["11G3te6NSEeDVjWXJosVfg"], "issued_at": "2018-09-04T21:52:54.000000Z"}} 2018-09-04 21:52:54,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c9583983bfe7f08a463d86ac8fd24e601df8a9" 2018-09-04 21:52:54,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b24b7620-99b9-4aad-9f08-339224225f76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:54,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b24b7620-99b9-4aad-9f08-339224225f76 2018-09-04 21:52:54,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:54,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:54,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["HgjTH4TQTFOwA9hvOgq3yw"], "issued_at": "2018-09-04T21:52:54.000000Z"}} 2018-09-04 21:52:54,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:52:54,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27f19ae3-7fcc-4864-8825-c6fedad1cff3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:54,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-27f19ae3-7fcc-4864-8825-c6fedad1cff3 2018-09-04 21:52:54,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:52:54,647 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:52:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:52:54,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-8d77728f-6fce-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:52:54,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf9d47b6-aeed-4672-9c0d-eb9ed995468e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-8d77728f-6fce-4f6-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:52:54,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-8d77728f-6fce-4f6-proj used request id req-cf9d47b6-aeed-4672-9c0d-eb9ed995468e 2018-09-04 21:52:54,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:52:54,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb64ace-721d-4090-9bdd-22d42c2d71db Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:52:54,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-ccb64ace-721d-4090-9bdd-22d42c2d71db 2018-09-04 21:52:54,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-8d77728f-6fce-4f6-proj"}}' 2018-09-04 21:52:55,043 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:52:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acfd84dd-53b1-421d-bb24-dc61f3c2787d Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/779ba65e489048eb942036baf4d9b37d"}, "enabled": true, "id": "779ba65e489048eb942036baf4d9b37d", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-8d77728f-6fce-4f6-proj"}} 2018-09-04 21:52:55,043 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-acfd84dd-53b1-421d-bb24-dc61f3c2787d 2018-09-04 21:52:55,043 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-8d77728f-6fce-4f6-proj 2018-09-04 21:52:55,044 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:55,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:55,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:52:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["n-VSBZFjQ-KqOzHrGgSL2A"], "issued_at": "2018-09-04T21:52:55.000000Z"}} 2018-09-04 21:52:55,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758d2ddd7a2af1648c4383afbf2ac70cc5254391" 2018-09-04 21:52:55,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5cd065c-8825-455f-b194-e54e0614877e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:55,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c5cd065c-8825-455f-b194-e54e0614877e 2018-09-04 21:52:55,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:52:55,517 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:52:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:52:55,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758d2ddd7a2af1648c4383afbf2ac70cc5254391" 2018-09-04 21:52:55,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b7ae1ae-548e-4313-8c17-9c7ca77482e7 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:52:55,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-0b7ae1ae-548e-4313-8c17-9c7ca77482e7 2018-09-04 21:52:55,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-8d77728f-6fce-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758d2ddd7a2af1648c4383afbf2ac70cc5254391" 2018-09-04 21:52:55,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36431fd3-3e36-4fa3-bc18-d804530b103e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-8d77728f-6fce-4f6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/779ba65e489048eb942036baf4d9b37d"}, "enabled": true, "id": "779ba65e489048eb942036baf4d9b37d", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-8d77728f-6fce-4f6-proj"}]} 2018-09-04 21:52:55,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-8d77728f-6fce-4f6-proj used request id req-36431fd3-3e36-4fa3-bc18-d804530b103e 2018-09-04 21:52:55,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758d2ddd7a2af1648c4383afbf2ac70cc5254391" 2018-09-04 21:52:55,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc475a49-51cc-40f7-8a19-b303b529f25f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:52:55,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-bc475a49-51cc-40f7-8a19-b303b529f25f 2018-09-04 21:52:56,207 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-8d77728f-6fce-4f6-user 2018-09-04 21:52:56,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:56,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:52:56,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8ac93d7-fe5a-4533-a010-65ee658d93ec Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:52:56,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a8ac93d7-fe5a-4533-a010-65ee658d93ec 2018-09-04 21:52:56,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" -d '{"role": {"name": "CreateImageSuccessTests-8d77728f-6fce-4f6-proj-role"}}' 2018-09-04 21:52:56,424 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:52:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f370e70-a0a1-4876-98bf-8e6b4b0571b7 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a6c1b8a8adce485e907ae728030d4c38", "links": {"self": "http://172.30.9.26:5000/v3/roles/a6c1b8a8adce485e907ae728030d4c38"}, "name": "CreateImageSuccessTests-8d77728f-6fce-4f6-proj-role"}} 2018-09-04 21:52:56,424 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-5f370e70-a0a1-4876-98bf-8e6b4b0571b7 2018-09-04 21:52:56,424 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-8d77728f-6fce-4f6-proj-role 2018-09-04 21:52:56,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/a6c1b8a8adce485e907ae728030d4c38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:52:56,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b24304f-2769-4981-a417-15fc173dd707 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/a6c1b8a8adce485e907ae728030d4c38"}, "domain_id": null, "name": "CreateImageSuccessTests-8d77728f-6fce-4f6-proj-role", "id": "a6c1b8a8adce485e907ae728030d4c38"}} 2018-09-04 21:52:56,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/a6c1b8a8adce485e907ae728030d4c38 used request id req-5b24304f-2769-4981-a417-15fc173dd707 2018-09-04 21:52:56,442 - keystone_utils - INFO - Granting role CreateImageSuccessTests-8d77728f-6fce-4f6-proj-role to project CreateImageSuccessTests-8d77728f-6fce-4f6-proj 2018-09-04 21:52:56,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/779ba65e489048eb942036baf4d9b37d/users/b799fc53d9b44f2e84571ac10949910e/roles/a6c1b8a8adce485e907ae728030d4c38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:52:56,575 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:52:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2e738f7-baab-4c05-8d27-e472e2b6244e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:52:56,575 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/779ba65e489048eb942036baf4d9b37d/users/b799fc53d9b44f2e84571ac10949910e/roles/a6c1b8a8adce485e907ae728030d4c38 used request id req-d2e738f7-baab-4c05-8d27-e472e2b6244e 2018-09-04 21:52:56,576 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 21:52:56,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:52:56,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:52:56,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a6c1b8a8adce485e907ae728030d4c38", "name": "CreateImageSuccessTests-8d77728f-6fce-4f6-proj-role"}], "expires_at": "2018-09-04T22:52:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "779ba65e489048eb942036baf4d9b37d", "name": "CreateImageSuccessTests-8d77728f-6fce-4f6-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/779ba65e489048eb942036baf4d9b37d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/779ba65e489048eb942036baf4d9b37d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/779ba65e489048eb942036baf4d9b37d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/779ba65e489048eb942036baf4d9b37d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/779ba65e489048eb942036baf4d9b37d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/779ba65e489048eb942036baf4d9b37d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/779ba65e489048eb942036baf4d9b37d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/779ba65e489048eb942036baf4d9b37d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/779ba65e489048eb942036baf4d9b37d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/779ba65e489048eb942036baf4d9b37d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/779ba65e489048eb942036baf4d9b37d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/779ba65e489048eb942036baf4d9b37d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-8d77728f-6fce-4f6-user", "id": "b799fc53d9b44f2e84571ac10949910e"}, "audit_ids": ["n28BlyVUQVK3EXIw3IoI3A"], "issued_at": "2018-09-04T21:52:56.000000Z"}} 2018-09-04 21:52:56,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a4f9cfe9810053fee92c657cd2781caea79898" 2018-09-04 21:52:57,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f0cbca4-dcc2-469a-a3f4-7996841db2d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:52:57,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5f0cbca4-dcc2-469a-a3f4-7996841db2d6 2018-09-04 21:52:57,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99a4f9cfe9810053fee92c657cd2781caea79898" 2018-09-04 21:52:57,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-4839906d-87e6-494b-9bae-ad62dc5d4e7e Date: Tue, 04 Sep 2018 21:52:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c"} 2018-09-04 21:52:57,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c used request id req-4839906d-87e6-494b-9bae-ad62dc5d4e7e 2018-09-04 21:52:57,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99a4f9cfe9810053fee92c657cd2781caea79898" 2018-09-04 21:52:57,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bc643ca6-ad88-4c17-b679-953b55986810 Date: Tue, 04 Sep 2018 21:52:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:52:57,756 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-bc643ca6-ad88-4c17-b679-953b55986810 2018-09-04 21:52:57,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}99a4f9cfe9810053fee92c657cd2781caea79898" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c"}' 2018-09-04 21:52:57,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff X-Openstack-Request-Id: req-96e92690-b310-410b-a6f7-c84fe1d37ef9 Date: Tue, 04 Sep 2018 21:52:57 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:52:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T21:52:57Z", "visibility": "shared", "locations": [], "self": "/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff", "min_disk": 0, "protected": false, "id": "41c9c8b9-34c2-4eb4-a207-0a5f569e5cff", "file": "/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff/file", "checksum": null, "owner": "779ba65e489048eb942036baf4d9b37d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:52:57,965 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-96e92690-b310-410b-a6f7-c84fe1d37ef9 2018-09-04 21:52:57,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99a4f9cfe9810053fee92c657cd2781caea79898" -d '' 2018-09-04 21:53:00,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-67b460ce-cf8d-4dca-9ee4-994b1b2541bf Date: Tue, 04 Sep 2018 21:53:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:53:00,262 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff/file used request id req-67b460ce-cf8d-4dca-9ee4-994b1b2541bf 2018-09-04 21:53:00,263 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 21:53:00,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99a4f9cfe9810053fee92c657cd2781caea79898" 2018-09-04 21:53:00,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-ba9999a4-7d5e-4a93-b904-bb9ffe987e92 Date: Tue, 04 Sep 2018 21:53:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:52:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:00Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff/snap", "metadata": {}}], "self": "/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff", "min_disk": 0, "protected": false, "id": "41c9c8b9-34c2-4eb4-a207-0a5f569e5cff", "file": "/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "779ba65e489048eb942036baf4d9b37d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:00,458 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff used request id req-ba9999a4-7d5e-4a93-b904-bb9ffe987e92 2018-09-04 21:53:00,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99a4f9cfe9810053fee92c657cd2781caea79898" 2018-09-04 21:53:00,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-93130abf-3a5d-418c-8dd5-d2df9360a2ee Date: Tue, 04 Sep 2018 21:53:00 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:00,620 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-93130abf-3a5d-418c-8dd5-d2df9360a2ee 2018-09-04 21:53:00,623 - create_image - INFO - Created image with name - CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c 2018-09-04 21:53:00,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99a4f9cfe9810053fee92c657cd2781caea79898" 2018-09-04 21:53:00,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-89f8acaa-ebad-4f95-97bb-f683add35c2c Date: Tue, 04 Sep 2018 21:53:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:52:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:00Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff/snap", "metadata": {}}], "self": "/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff", "min_disk": 0, "protected": false, "id": "41c9c8b9-34c2-4eb4-a207-0a5f569e5cff", "file": "/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "779ba65e489048eb942036baf4d9b37d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:00,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff used request id req-89f8acaa-ebad-4f95-97bb-f683add35c2c 2018-09-04 21:53:00,795 - create_image - DEBUG - Instance status is - active 2018-09-04 21:53:00,795 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c 2018-09-04 21:53:00,795 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c 2018-09-04 21:53:00,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:01,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a6c1b8a8adce485e907ae728030d4c38", "name": "CreateImageSuccessTests-8d77728f-6fce-4f6-proj-role"}], "expires_at": "2018-09-04T22:53:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "779ba65e489048eb942036baf4d9b37d", "name": "CreateImageSuccessTests-8d77728f-6fce-4f6-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/779ba65e489048eb942036baf4d9b37d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/779ba65e489048eb942036baf4d9b37d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/779ba65e489048eb942036baf4d9b37d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/779ba65e489048eb942036baf4d9b37d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/779ba65e489048eb942036baf4d9b37d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/779ba65e489048eb942036baf4d9b37d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/779ba65e489048eb942036baf4d9b37d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/779ba65e489048eb942036baf4d9b37d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/779ba65e489048eb942036baf4d9b37d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/779ba65e489048eb942036baf4d9b37d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/779ba65e489048eb942036baf4d9b37d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/779ba65e489048eb942036baf4d9b37d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-8d77728f-6fce-4f6-user", "id": "b799fc53d9b44f2e84571ac10949910e"}, "audit_ids": ["OOvfWJc3R_yrlspoi91bAw"], "issued_at": "2018-09-04T21:53:01.000000Z"}} 2018-09-04 21:53:01,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35988d3ebf376ef925ba05b780983789ab57242e" 2018-09-04 21:53:01,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-e80a5973-a739-47da-9f52-ccc9c0d60a60 Date: Tue, 04 Sep 2018 21:53:01 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:52:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:00Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff/snap", "metadata": {}}], "self": "/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff", "min_disk": 0, "protected": false, "id": "41c9c8b9-34c2-4eb4-a207-0a5f569e5cff", "file": "/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "779ba65e489048eb942036baf4d9b37d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c"} 2018-09-04 21:53:01,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c used request id req-e80a5973-a739-47da-9f52-ccc9c0d60a60 2018-09-04 21:53:01,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35988d3ebf376ef925ba05b780983789ab57242e" 2018-09-04 21:53:01,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d53abe5f-c2af-457e-a344-7efe5dc33480 Date: Tue, 04 Sep 2018 21:53:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:01,509 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d53abe5f-c2af-457e-a344-7efe5dc33480 2018-09-04 21:53:01,512 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-4890e22e-f58a-4af0-99ec-68467edbc83c 2018-09-04 21:53:01,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99a4f9cfe9810053fee92c657cd2781caea79898" 2018-09-04 21:53:02,538 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c7777e7e-2941-4509-b314-25835faeffc2 Date: Tue, 04 Sep 2018 21:53:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:53:02,538 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/41c9c8b9-34c2-4eb4-a207-0a5f569e5cff used request id req-c7777e7e-2941-4509-b314-25835faeffc2 2018-09-04 21:53:02,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:02,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-b8c1b583-dd88-4910-ae24-3a4cf6866e1e Date: Tue, 04 Sep 2018 21:53:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:53:02,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-b8c1b583-dd88-4910-ae24-3a4cf6866e1e 2018-09-04 21:53:02,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:02,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7363dd5-138b-488a-9c93-f43553d7e094 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:53:02,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-e7363dd5-138b-488a-9c93-f43553d7e094 2018-09-04 21:53:02,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:02,960 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d7159ff-505d-4ee7-beeb-8de9a36e281e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:02,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-1d7159ff-505d-4ee7-beeb-8de9a36e281e 2018-09-04 21:53:02,960 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:02,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:03,056 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e91c05e4-18d0-4777-8f86-e6aceed20d23 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:03,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-e91c05e4-18d0-4777-8f86-e6aceed20d23 2018-09-04 21:53:03,057 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:03,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:03,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b40f0cc1-24cf-41cb-ad88-d1c2d5d62872 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:53:03,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-b40f0cc1-24cf-41cb-ad88-d1c2d5d62872 2018-09-04 21:53:03,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:03,227 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65b9dbda-34e5-4342-afc6-676ce50b1720 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:03,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-65b9dbda-34e5-4342-afc6-676ce50b1720 2018-09-04 21:53:03,227 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:03,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:03,315 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bacf267b-0cfc-44f0-a853-7a68fcffecd6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:03,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-bacf267b-0cfc-44f0-a853-7a68fcffecd6 2018-09-04 21:53:03,315 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:03,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:03,408 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9656bf88-24d7-4bcb-9578-c0e7712fb3fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:03,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-9656bf88-24d7-4bcb-9578-c0e7712fb3fe 2018-09-04 21:53:03,408 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:03,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:03,490 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c90dd0e1-3d56-4de9-a768-db82d88dc85d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:03,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-c90dd0e1-3d56-4de9-a768-db82d88dc85d 2018-09-04 21:53:03,491 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:03,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:03,582 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e9583fb-b3a5-4ea4-b7d7-c8ca95f84e27 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:03,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-8e9583fb-b3a5-4ea4-b7d7-c8ca95f84e27 2018-09-04 21:53:03,582 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:03,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:03,675 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c307f1a-64b6-40c5-912a-d6c75d52650f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:03,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-0c307f1a-64b6-40c5-912a-d6c75d52650f 2018-09-04 21:53:03,676 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:03,676 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-8d77728f-6fce-4f6-proj 2018-09-04 21:53:03,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/779ba65e489048eb942036baf4d9b37d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:03,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46097439-73e0-4f3b-802e-b04d4cc2cbb5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:03,941 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/779ba65e489048eb942036baf4d9b37d used request id req-46097439-73e0-4f3b-802e-b04d4cc2cbb5 2018-09-04 21:53:03,941 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-8d77728f-6fce-4f6-proj-role 2018-09-04 21:53:03,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/a6c1b8a8adce485e907ae728030d4c38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:04,053 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51c17381-b959-4ca5-a82f-c39469af8c97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:04,053 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/a6c1b8a8adce485e907ae728030d4c38 used request id req-51c17381-b959-4ca5-a82f-c39469af8c97 2018-09-04 21:53:04,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50668d8a88629067cd7cbfea2b46087dc7a2721" 2018-09-04 21:53:04,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-066d7823-53fa-4861-931f-73d25becebb1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:04,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-066d7823-53fa-4861-931f-73d25becebb1 2018-09-04 21:53:04,153 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-8d77728f-6fce-4f6-user 2018-09-04 21:53:04,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/b799fc53d9b44f2e84571ac10949910e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758d2ddd7a2af1648c4383afbf2ac70cc5254391" 2018-09-04 21:53:04,386 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d04b485f-e348-442c-8a83-5528b652a1b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:04,387 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b799fc53d9b44f2e84571ac10949910e used request id req-d04b485f-e348-442c-8a83-5528b652a1b0 2018-09-04 21:53:04,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:04,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["jyQ3DgyVSjaSeYGrckqAQA"], "issued_at": "2018-09-04T21:53:04.000000Z"}} 2018-09-04 21:53:04,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b8a018beaca6aa4255a5ae6670fb52e7b62599" 2018-09-04 21:53:04,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dc2950c-9a4f-4262-b70e-9f49dad820f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:04,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7dc2950c-9a4f-4262-b70e-9f49dad820f5 2018-09-04 21:53:04,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:04,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:05,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["W3AY9O6RT7mA0YkEQAi4_Q"], "issued_at": "2018-09-04T21:53:05.000000Z"}} 2018-09-04 21:53:05,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:05,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24333e68-d5ea-43d9-a0d3-4aa6ed9630db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:05,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-24333e68-d5ea-43d9-a0d3-4aa6ed9630db 2018-09-04 21:53:05,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:05,350 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:05,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-a31a0098-f15e-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:05,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-484649f8-2264-47b4-977d-3c127fbae4ac Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-a31a0098-f15e-493-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:53:05,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-a31a0098-f15e-493-proj used request id req-484649f8-2264-47b4-977d-3c127fbae4ac 2018-09-04 21:53:05,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:05,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e71775fe-981d-4511-b22a-dccb4dc08cab Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:05,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e71775fe-981d-4511-b22a-dccb4dc08cab 2018-09-04 21:53:05,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-a31a0098-f15e-493-proj"}}' 2018-09-04 21:53:05,651 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2779e56-7517-4d4f-aefc-31dddc111c31 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/138a378bc01a44e78e25245218218aa7"}, "enabled": true, "id": "138a378bc01a44e78e25245218218aa7", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-a31a0098-f15e-493-proj"}} 2018-09-04 21:53:05,651 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-a2779e56-7517-4d4f-aefc-31dddc111c31 2018-09-04 21:53:05,652 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-a31a0098-f15e-493-proj 2018-09-04 21:53:05,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:05,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:06,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["4wWad-V6QGOiYxOvaKBHUQ"], "issued_at": "2018-09-04T21:53:06.000000Z"}} 2018-09-04 21:53:06,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dabde98e3d9f591fbdbd22a9d0436b894c6ccae" 2018-09-04 21:53:06,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-342d459b-6a46-4e9b-8e26-cbb4c96fb597 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:06,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-342d459b-6a46-4e9b-8e26-cbb4c96fb597 2018-09-04 21:53:06,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:06,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:06,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dabde98e3d9f591fbdbd22a9d0436b894c6ccae" 2018-09-04 21:53:06,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b412d83d-68ec-4c1b-8c88-0558eaf15cc2 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:53:06,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b412d83d-68ec-4c1b-8c88-0558eaf15cc2 2018-09-04 21:53:06,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-a31a0098-f15e-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dabde98e3d9f591fbdbd22a9d0436b894c6ccae" 2018-09-04 21:53:06,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6b2cf12-b524-458c-925b-ce0c7d94d89d Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-a31a0098-f15e-493-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/138a378bc01a44e78e25245218218aa7"}, "enabled": true, "id": "138a378bc01a44e78e25245218218aa7", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-a31a0098-f15e-493-proj"}]} 2018-09-04 21:53:06,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-a31a0098-f15e-493-proj used request id req-f6b2cf12-b524-458c-925b-ce0c7d94d89d 2018-09-04 21:53:06,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dabde98e3d9f591fbdbd22a9d0436b894c6ccae" 2018-09-04 21:53:06,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e993d75-bb2b-4dac-ac23-b44669a6c529 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:06,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-4e993d75-bb2b-4dac-ac23-b44669a6c529 2018-09-04 21:53:06,765 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-a31a0098-f15e-493-user 2018-09-04 21:53:06,765 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:06,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:06,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d0c298-beb7-422a-8812-e9ea9dac7ef8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:06,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-78d0c298-beb7-422a-8812-e9ea9dac7ef8 2018-09-04 21:53:06,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" -d '{"role": {"name": "CreateImageSuccessTests-a31a0098-f15e-493-proj-role"}}' 2018-09-04 21:53:06,987 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e4261b0-692a-4599-af1b-d35d1b0aa572 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ca8475c5f84a4a0cb2bca941e516aa6e", "links": {"self": "http://172.30.9.26:5000/v3/roles/ca8475c5f84a4a0cb2bca941e516aa6e"}, "name": "CreateImageSuccessTests-a31a0098-f15e-493-proj-role"}} 2018-09-04 21:53:06,987 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-0e4261b0-692a-4599-af1b-d35d1b0aa572 2018-09-04 21:53:06,988 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-a31a0098-f15e-493-proj-role 2018-09-04 21:53:06,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ca8475c5f84a4a0cb2bca941e516aa6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:07,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8509654a-b9f8-4eb9-890e-984f8b87e3c3 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ca8475c5f84a4a0cb2bca941e516aa6e"}, "domain_id": null, "name": "CreateImageSuccessTests-a31a0098-f15e-493-proj-role", "id": "ca8475c5f84a4a0cb2bca941e516aa6e"}} 2018-09-04 21:53:07,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ca8475c5f84a4a0cb2bca941e516aa6e used request id req-8509654a-b9f8-4eb9-890e-984f8b87e3c3 2018-09-04 21:53:07,077 - keystone_utils - INFO - Granting role CreateImageSuccessTests-a31a0098-f15e-493-proj-role to project CreateImageSuccessTests-a31a0098-f15e-493-proj 2018-09-04 21:53:07,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/138a378bc01a44e78e25245218218aa7/users/97e74845fbce4016bc1889d589077176/roles/ca8475c5f84a4a0cb2bca941e516aa6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:07,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a79099b-df13-4442-a448-94d2f1d635fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:07,205 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/138a378bc01a44e78e25245218218aa7/users/97e74845fbce4016bc1889d589077176/roles/ca8475c5f84a4a0cb2bca941e516aa6e used request id req-6a79099b-df13-4442-a448-94d2f1d635fa 2018-09-04 21:53:07,206 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 21:53:07,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:07,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:07,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca8475c5f84a4a0cb2bca941e516aa6e", "name": "CreateImageSuccessTests-a31a0098-f15e-493-proj-role"}], "expires_at": "2018-09-04T22:53:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "138a378bc01a44e78e25245218218aa7", "name": "CreateImageSuccessTests-a31a0098-f15e-493-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/138a378bc01a44e78e25245218218aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/138a378bc01a44e78e25245218218aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/138a378bc01a44e78e25245218218aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/138a378bc01a44e78e25245218218aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/138a378bc01a44e78e25245218218aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/138a378bc01a44e78e25245218218aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/138a378bc01a44e78e25245218218aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/138a378bc01a44e78e25245218218aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/138a378bc01a44e78e25245218218aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/138a378bc01a44e78e25245218218aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/138a378bc01a44e78e25245218218aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/138a378bc01a44e78e25245218218aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-a31a0098-f15e-493-user", "id": "97e74845fbce4016bc1889d589077176"}, "audit_ids": ["CEwHH3HcQgSqwoudhTg5aw"], "issued_at": "2018-09-04T21:53:07.000000Z"}} 2018-09-04 21:53:07,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ab313be06589fbed37943b8b12787f3909dfe84" 2018-09-04 21:53:07,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44b3137c-a0d3-4793-bd13-032fba85eda8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:07,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-44b3137c-a0d3-4793-bd13-032fba85eda8 2018-09-04 21:53:07,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ab313be06589fbed37943b8b12787f3909dfe84" 2018-09-04 21:53:07,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-b9f4fc79-bf3c-4f91-bbd8-e10527cae6a3 Date: Tue, 04 Sep 2018 21:53:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e"} 2018-09-04 21:53:07,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e used request id req-b9f4fc79-bf3c-4f91-bbd8-e10527cae6a3 2018-09-04 21:53:07,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ab313be06589fbed37943b8b12787f3909dfe84" 2018-09-04 21:53:08,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-41338bfb-e7f6-4d7d-bb47-ae078df8b549 Date: Tue, 04 Sep 2018 21:53:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:08,459 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-41338bfb-e7f6-4d7d-bb47-ae078df8b549 2018-09-04 21:53:08,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ab313be06589fbed37943b8b12787f3909dfe84" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e"}' 2018-09-04 21:53:08,709 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/21e7d0ec-8832-4709-a358-3b449436d061 X-Openstack-Request-Id: req-f478a151-4da5-4e90-8b21-c21b0d1f4f61 Date: Tue, 04 Sep 2018 21:53:08 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:08Z", "visibility": "shared", "locations": [], "self": "/v2/images/21e7d0ec-8832-4709-a358-3b449436d061", "min_disk": 0, "protected": false, "id": "21e7d0ec-8832-4709-a358-3b449436d061", "file": "/v2/images/21e7d0ec-8832-4709-a358-3b449436d061/file", "checksum": null, "owner": "138a378bc01a44e78e25245218218aa7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:08,709 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f478a151-4da5-4e90-8b21-c21b0d1f4f61 2018-09-04 21:53:08,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/21e7d0ec-8832-4709-a358-3b449436d061/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ab313be06589fbed37943b8b12787f3909dfe84" -d '' 2018-09-04 21:53:09,980 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2d59cc0b-9d61-4545-9fb4-bc14d0e344e9 Date: Tue, 04 Sep 2018 21:53:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:53:09,980 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/21e7d0ec-8832-4709-a358-3b449436d061/file used request id req-2d59cc0b-9d61-4545-9fb4-bc14d0e344e9 2018-09-04 21:53:09,980 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 21:53:09,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/21e7d0ec-8832-4709-a358-3b449436d061 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ab313be06589fbed37943b8b12787f3909dfe84" 2018-09-04 21:53:10,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-fe97d82c-33db-4e00-a874-8afb9e955c69 Date: Tue, 04 Sep 2018 21:53:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:09Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/21e7d0ec-8832-4709-a358-3b449436d061/snap", "metadata": {}}], "self": "/v2/images/21e7d0ec-8832-4709-a358-3b449436d061", "min_disk": 0, "protected": false, "id": "21e7d0ec-8832-4709-a358-3b449436d061", "file": "/v2/images/21e7d0ec-8832-4709-a358-3b449436d061/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "138a378bc01a44e78e25245218218aa7", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/21e7d0ec-8832-4709-a358-3b449436d061/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:10,139 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/21e7d0ec-8832-4709-a358-3b449436d061 used request id req-fe97d82c-33db-4e00-a874-8afb9e955c69 2018-09-04 21:53:10,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ab313be06589fbed37943b8b12787f3909dfe84" 2018-09-04 21:53:10,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4457cfd6-777b-4684-9425-ff2c5b7d4239 Date: Tue, 04 Sep 2018 21:53:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:10,305 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-4457cfd6-777b-4684-9425-ff2c5b7d4239 2018-09-04 21:53:10,308 - create_image - INFO - Created image with name - CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e 2018-09-04 21:53:10,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/21e7d0ec-8832-4709-a358-3b449436d061 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ab313be06589fbed37943b8b12787f3909dfe84" 2018-09-04 21:53:10,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-9b477d9b-73e0-4c99-8a1f-06935cefb84b Date: Tue, 04 Sep 2018 21:53:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:09Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/21e7d0ec-8832-4709-a358-3b449436d061/snap", "metadata": {}}], "self": "/v2/images/21e7d0ec-8832-4709-a358-3b449436d061", "min_disk": 0, "protected": false, "id": "21e7d0ec-8832-4709-a358-3b449436d061", "file": "/v2/images/21e7d0ec-8832-4709-a358-3b449436d061/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "138a378bc01a44e78e25245218218aa7", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/21e7d0ec-8832-4709-a358-3b449436d061/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:10,482 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/21e7d0ec-8832-4709-a358-3b449436d061 used request id req-9b477d9b-73e0-4c99-8a1f-06935cefb84b 2018-09-04 21:53:10,482 - create_image - DEBUG - Instance status is - active 2018-09-04 21:53:10,482 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e 2018-09-04 21:53:10,483 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e 2018-09-04 21:53:10,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:10,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca8475c5f84a4a0cb2bca941e516aa6e", "name": "CreateImageSuccessTests-a31a0098-f15e-493-proj-role"}], "expires_at": "2018-09-04T22:53:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "138a378bc01a44e78e25245218218aa7", "name": "CreateImageSuccessTests-a31a0098-f15e-493-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/138a378bc01a44e78e25245218218aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/138a378bc01a44e78e25245218218aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/138a378bc01a44e78e25245218218aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/138a378bc01a44e78e25245218218aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/138a378bc01a44e78e25245218218aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/138a378bc01a44e78e25245218218aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/138a378bc01a44e78e25245218218aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/138a378bc01a44e78e25245218218aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/138a378bc01a44e78e25245218218aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/138a378bc01a44e78e25245218218aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/138a378bc01a44e78e25245218218aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/138a378bc01a44e78e25245218218aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-a31a0098-f15e-493-user", "id": "97e74845fbce4016bc1889d589077176"}, "audit_ids": ["cG6FNQlKQw6M51E1fRptKg"], "issued_at": "2018-09-04T21:53:10.000000Z"}} 2018-09-04 21:53:10,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66dd6c89b7d367d3834ee46fd6422f14c915e66d" 2018-09-04 21:53:11,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-f7bcc361-2c2c-4482-a1f5-ecdcd39d23b8 Date: Tue, 04 Sep 2018 21:53:11 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:09Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/21e7d0ec-8832-4709-a358-3b449436d061/snap", "metadata": {}}], "self": "/v2/images/21e7d0ec-8832-4709-a358-3b449436d061", "min_disk": 0, "protected": false, "id": "21e7d0ec-8832-4709-a358-3b449436d061", "file": "/v2/images/21e7d0ec-8832-4709-a358-3b449436d061/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "138a378bc01a44e78e25245218218aa7", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/21e7d0ec-8832-4709-a358-3b449436d061/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e"} 2018-09-04 21:53:11,125 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e used request id req-f7bcc361-2c2c-4482-a1f5-ecdcd39d23b8 2018-09-04 21:53:11,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66dd6c89b7d367d3834ee46fd6422f14c915e66d" 2018-09-04 21:53:11,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d7b498e6-6065-49cd-b857-cc27099180d4 Date: Tue, 04 Sep 2018 21:53:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:11,279 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d7b498e6-6065-49cd-b857-cc27099180d4 2018-09-04 21:53:11,282 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-a1aac8fc-40b9-4e36-9700-9df1b166ae8e 2018-09-04 21:53:11,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/21e7d0ec-8832-4709-a358-3b449436d061 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ab313be06589fbed37943b8b12787f3909dfe84" 2018-09-04 21:53:12,472 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4997c4ae-864e-4e40-9988-8f433ad5f9a7 Date: Tue, 04 Sep 2018 21:53:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:53:12,472 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/21e7d0ec-8832-4709-a358-3b449436d061 used request id req-4997c4ae-864e-4e40-9988-8f433ad5f9a7 2018-09-04 21:53:12,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:12,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-6d5f8447-a494-453b-88b8-a94cfcff831c Date: Tue, 04 Sep 2018 21:53:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:53:12,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-6d5f8447-a494-453b-88b8-a94cfcff831c 2018-09-04 21:53:12,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:12,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d384eb3-8909-47f5-add0-3efcb762470d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:53:12,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-0d384eb3-8909-47f5-add0-3efcb762470d 2018-09-04 21:53:12,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:12,901 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d55db1f-fafe-46c8-b402-90c34e271b92 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:12,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-6d55db1f-fafe-46c8-b402-90c34e271b92 2018-09-04 21:53:12,901 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:12,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:12,991 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e022445c-5d37-47a0-8b97-1df9b32e1bd1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:12,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-e022445c-5d37-47a0-8b97-1df9b32e1bd1 2018-09-04 21:53:12,991 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:12,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:13,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f1bef2-826b-4fc6-ae6a-2d3e7cd25aa7 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:53:13,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-57f1bef2-826b-4fc6-ae6a-2d3e7cd25aa7 2018-09-04 21:53:13,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:13,167 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-642e00eb-8b44-4af8-9094-cbb7396782df Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:13,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-642e00eb-8b44-4af8-9094-cbb7396782df 2018-09-04 21:53:13,167 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:13,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:13,256 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-044c5d56-e8fe-40ed-b64a-d367a1b4fa80 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:13,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-044c5d56-e8fe-40ed-b64a-d367a1b4fa80 2018-09-04 21:53:13,256 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:13,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:13,349 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06b75a15-0802-456f-a31c-ff0e9a1b84da Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:13,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-06b75a15-0802-456f-a31c-ff0e9a1b84da 2018-09-04 21:53:13,350 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:13,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:13,434 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4265dc6-4ef9-461b-85f5-5fbab578565f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:13,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-f4265dc6-4ef9-461b-85f5-5fbab578565f 2018-09-04 21:53:13,434 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:13,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:13,523 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1ab746a-b8ef-4fd4-ad93-574f4d751477 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:13,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-c1ab746a-b8ef-4fd4-ad93-574f4d751477 2018-09-04 21:53:13,524 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:13,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:13,613 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f42f9670-1cfb-4be7-ab49-c31b0131088f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:13,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-f42f9670-1cfb-4be7-ab49-c31b0131088f 2018-09-04 21:53:13,613 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:13,614 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-a31a0098-f15e-493-proj 2018-09-04 21:53:13,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/138a378bc01a44e78e25245218218aa7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:13,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-447074c3-9d87-45bf-82e1-bfe796fea647 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:13,797 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/138a378bc01a44e78e25245218218aa7 used request id req-447074c3-9d87-45bf-82e1-bfe796fea647 2018-09-04 21:53:13,798 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-a31a0098-f15e-493-proj-role 2018-09-04 21:53:13,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/ca8475c5f84a4a0cb2bca941e516aa6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:13,908 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b65d0c42-6eb2-45fd-adcb-7a836134d45c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:13,909 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/ca8475c5f84a4a0cb2bca941e516aa6e used request id req-b65d0c42-6eb2-45fd-adcb-7a836134d45c 2018-09-04 21:53:13,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1885aca9a659ec55ccbe6cc62b7ef370d6d814a" 2018-09-04 21:53:14,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6edd7ab-30b5-4bb6-b056-e97ffa841388 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:14,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e6edd7ab-30b5-4bb6-b056-e97ffa841388 2018-09-04 21:53:14,008 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-a31a0098-f15e-493-user 2018-09-04 21:53:14,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/97e74845fbce4016bc1889d589077176 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dabde98e3d9f591fbdbd22a9d0436b894c6ccae" 2018-09-04 21:53:14,188 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ae604ec-960e-4754-b9dc-4d9be9371be7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:14,188 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/97e74845fbce4016bc1889d589077176 used request id req-0ae604ec-960e-4754-b9dc-4d9be9371be7 2018-09-04 21:53:14,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:14,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["XhcJI_C-Q8SiyOEk3dvABw"], "issued_at": "2018-09-04T21:53:14.000000Z"}} 2018-09-04 21:53:14,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a79506e71080d5428908030a928798e5f925335" 2018-09-04 21:53:14,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b43b4c4d-8c66-4788-ba7c-2d760966329b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:14,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b43b4c4d-8c66-4788-ba7c-2d760966329b 2018-09-04 21:53:14,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:14,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:15,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["vpmIjJtlTtWg3CLBuEtNMA"], "issued_at": "2018-09-04T21:53:15.000000Z"}} 2018-09-04 21:53:15,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:15,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2c24eb4-decb-4d62-ac29-66e57597891f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:15,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b2c24eb4-decb-4d62-ac29-66e57597891f 2018-09-04 21:53:15,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:15,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:15,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c07a6f08-0763-490-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:15,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f057171-382c-4f6a-bcc9-3b5c504fdec3 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c07a6f08-0763-490-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:53:15,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c07a6f08-0763-490-proj used request id req-6f057171-382c-4f6a-bcc9-3b5c504fdec3 2018-09-04 21:53:15,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:15,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374e8d73-4a4b-49f0-8002-c6377c071528 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:15,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-374e8d73-4a4b-49f0-8002-c6377c071528 2018-09-04 21:53:15,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-c07a6f08-0763-490-proj"}}' 2018-09-04 21:53:15,442 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7f18703-6e2f-4761-ad48-7c25377b73be Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c22b242dd27a41309b0027fcd04318cf"}, "enabled": true, "id": "c22b242dd27a41309b0027fcd04318cf", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-c07a6f08-0763-490-proj"}} 2018-09-04 21:53:15,442 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-b7f18703-6e2f-4761-ad48-7c25377b73be 2018-09-04 21:53:15,443 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-c07a6f08-0763-490-proj 2018-09-04 21:53:15,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:15,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:15,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["hsh077mCS_mHrvfszxP5lg"], "issued_at": "2018-09-04T21:53:15.000000Z"}} 2018-09-04 21:53:15,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b10c540ffa8fa50a32f08e59d3ddbdc68d089e3" 2018-09-04 21:53:15,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39867238-94c4-423e-999e-88053fdbd428 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:15,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-39867238-94c4-423e-999e-88053fdbd428 2018-09-04 21:53:15,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:15,917 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:15,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b10c540ffa8fa50a32f08e59d3ddbdc68d089e3" 2018-09-04 21:53:16,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-861fbc21-d6c2-4352-8302-ee54c642210d Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:53:16,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-861fbc21-d6c2-4352-8302-ee54c642210d 2018-09-04 21:53:16,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-c07a6f08-0763-490-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b10c540ffa8fa50a32f08e59d3ddbdc68d089e3" 2018-09-04 21:53:16,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d35914e7-1012-46bc-b3a8-9df6c92a1575 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-c07a6f08-0763-490-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c22b242dd27a41309b0027fcd04318cf"}, "enabled": true, "id": "c22b242dd27a41309b0027fcd04318cf", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-c07a6f08-0763-490-proj"}]} 2018-09-04 21:53:16,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-c07a6f08-0763-490-proj used request id req-d35914e7-1012-46bc-b3a8-9df6c92a1575 2018-09-04 21:53:16,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b10c540ffa8fa50a32f08e59d3ddbdc68d089e3" 2018-09-04 21:53:16,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd5fce5e-a5a9-4b93-a2a6-067adaeab84c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:16,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-fd5fce5e-a5a9-4b93-a2a6-067adaeab84c 2018-09-04 21:53:16,489 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-c07a6f08-0763-490-user 2018-09-04 21:53:16,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:16,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:16,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bef23c66-859d-493d-b88e-ed34cb53b6a5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:16,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-bef23c66-859d-493d-b88e-ed34cb53b6a5 2018-09-04 21:53:16,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" -d '{"role": {"name": "CreateImageSuccessTests-c07a6f08-0763-490-proj-role"}}' 2018-09-04 21:53:16,699 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ff5dbee-7666-4395-8016-5d4640a2091d Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2e7b84a57fd84a85a17f53749664775e", "links": {"self": "http://172.30.9.26:5000/v3/roles/2e7b84a57fd84a85a17f53749664775e"}, "name": "CreateImageSuccessTests-c07a6f08-0763-490-proj-role"}} 2018-09-04 21:53:16,699 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-5ff5dbee-7666-4395-8016-5d4640a2091d 2018-09-04 21:53:16,699 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-c07a6f08-0763-490-proj-role 2018-09-04 21:53:16,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/2e7b84a57fd84a85a17f53749664775e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:16,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f928a3-2b7b-4c2d-96b6-b0cf78a99794 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/2e7b84a57fd84a85a17f53749664775e"}, "domain_id": null, "name": "CreateImageSuccessTests-c07a6f08-0763-490-proj-role", "id": "2e7b84a57fd84a85a17f53749664775e"}} 2018-09-04 21:53:16,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/2e7b84a57fd84a85a17f53749664775e used request id req-86f928a3-2b7b-4c2d-96b6-b0cf78a99794 2018-09-04 21:53:16,784 - keystone_utils - INFO - Granting role CreateImageSuccessTests-c07a6f08-0763-490-proj-role to project CreateImageSuccessTests-c07a6f08-0763-490-proj 2018-09-04 21:53:16,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/c22b242dd27a41309b0027fcd04318cf/users/fc52c849c26c482cb66bdb3df7ddc498/roles/2e7b84a57fd84a85a17f53749664775e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:16,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47a2cd30-5ace-49b8-a98c-909187a1df49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:16,918 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c22b242dd27a41309b0027fcd04318cf/users/fc52c849c26c482cb66bdb3df7ddc498/roles/2e7b84a57fd84a85a17f53749664775e used request id req-47a2cd30-5ace-49b8-a98c-909187a1df49 2018-09-04 21:53:16,919 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 21:53:16,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:16,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:17,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2e7b84a57fd84a85a17f53749664775e", "name": "CreateImageSuccessTests-c07a6f08-0763-490-proj-role"}], "expires_at": "2018-09-04T22:53:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c22b242dd27a41309b0027fcd04318cf", "name": "CreateImageSuccessTests-c07a6f08-0763-490-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c22b242dd27a41309b0027fcd04318cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c22b242dd27a41309b0027fcd04318cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c22b242dd27a41309b0027fcd04318cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c22b242dd27a41309b0027fcd04318cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c22b242dd27a41309b0027fcd04318cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c22b242dd27a41309b0027fcd04318cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c22b242dd27a41309b0027fcd04318cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c22b242dd27a41309b0027fcd04318cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c22b242dd27a41309b0027fcd04318cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c22b242dd27a41309b0027fcd04318cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c22b242dd27a41309b0027fcd04318cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c22b242dd27a41309b0027fcd04318cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-c07a6f08-0763-490-user", "id": "fc52c849c26c482cb66bdb3df7ddc498"}, "audit_ids": ["scT9vBpZQYCgsYpmANlGBg"], "issued_at": "2018-09-04T21:53:17.000000Z"}} 2018-09-04 21:53:17,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e7cc7f732c4cd6302bf68c5df7589e0c902a0a" 2018-09-04 21:53:17,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3b3477a-4f75-40af-a72f-53dadc40674d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:17,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a3b3477a-4f75-40af-a72f-53dadc40674d 2018-09-04 21:53:17,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35e7cc7f732c4cd6302bf68c5df7589e0c902a0a" 2018-09-04 21:53:17,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-5989cfc1-0390-4f36-ad02-408932aa78ef Date: Tue, 04 Sep 2018 21:53:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed"} 2018-09-04 21:53:17,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed used request id req-5989cfc1-0390-4f36-ad02-408932aa78ef 2018-09-04 21:53:17,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35e7cc7f732c4cd6302bf68c5df7589e0c902a0a" 2018-09-04 21:53:18,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7d1a179a-ee36-41f9-adcd-556ead16e1e6 Date: Tue, 04 Sep 2018 21:53:18 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:18,067 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-7d1a179a-ee36-41f9-adcd-556ead16e1e6 2018-09-04 21:53:18,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}35e7cc7f732c4cd6302bf68c5df7589e0c902a0a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed"}' 2018-09-04 21:53:18,282 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06 X-Openstack-Request-Id: req-377b9a18-d325-41a0-832f-dd7e4d26f546 Date: Tue, 04 Sep 2018 21:53:18 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:18Z", "visibility": "shared", "locations": [], "self": "/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06", "min_disk": 0, "protected": false, "id": "76e6fc20-75e4-4f60-a17d-d85f10bb2c06", "file": "/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06/file", "checksum": null, "owner": "c22b242dd27a41309b0027fcd04318cf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:18,282 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-377b9a18-d325-41a0-832f-dd7e4d26f546 2018-09-04 21:53:18,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35e7cc7f732c4cd6302bf68c5df7589e0c902a0a" -d '' 2018-09-04 21:53:20,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f1c1e762-660a-4164-88b4-f1b4887ae685 Date: Tue, 04 Sep 2018 21:53:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:53:20,020 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06/file used request id req-f1c1e762-660a-4164-88b4-f1b4887ae685 2018-09-04 21:53:20,021 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 21:53:20,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35e7cc7f732c4cd6302bf68c5df7589e0c902a0a" 2018-09-04 21:53:20,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-e1ce4d1c-e4ba-42cb-9d52-131824de632c Date: Tue, 04 Sep 2018 21:53:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:19Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06/snap", "metadata": {}}], "self": "/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06", "min_disk": 0, "protected": false, "id": "76e6fc20-75e4-4f60-a17d-d85f10bb2c06", "file": "/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c22b242dd27a41309b0027fcd04318cf", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:20,184 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06 used request id req-e1ce4d1c-e4ba-42cb-9d52-131824de632c 2018-09-04 21:53:20,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35e7cc7f732c4cd6302bf68c5df7589e0c902a0a" 2018-09-04 21:53:20,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cfe029ac-a8f2-4cfa-93dc-69be51f5f6c0 Date: Tue, 04 Sep 2018 21:53:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:20,194 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-cfe029ac-a8f2-4cfa-93dc-69be51f5f6c0 2018-09-04 21:53:20,197 - create_image - INFO - Created image with name - CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed 2018-09-04 21:53:20,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35e7cc7f732c4cd6302bf68c5df7589e0c902a0a" 2018-09-04 21:53:20,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-0acd2bb1-7043-4754-807b-5fd530c003df Date: Tue, 04 Sep 2018 21:53:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:19Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06/snap", "metadata": {}}], "self": "/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06", "min_disk": 0, "protected": false, "id": "76e6fc20-75e4-4f60-a17d-d85f10bb2c06", "file": "/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c22b242dd27a41309b0027fcd04318cf", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:20,219 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06 used request id req-0acd2bb1-7043-4754-807b-5fd530c003df 2018-09-04 21:53:20,220 - create_image - DEBUG - Instance status is - active 2018-09-04 21:53:20,220 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed 2018-09-04 21:53:20,220 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed 2018-09-04 21:53:20,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:20,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2e7b84a57fd84a85a17f53749664775e", "name": "CreateImageSuccessTests-c07a6f08-0763-490-proj-role"}], "expires_at": "2018-09-04T22:53:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c22b242dd27a41309b0027fcd04318cf", "name": "CreateImageSuccessTests-c07a6f08-0763-490-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c22b242dd27a41309b0027fcd04318cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c22b242dd27a41309b0027fcd04318cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c22b242dd27a41309b0027fcd04318cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c22b242dd27a41309b0027fcd04318cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c22b242dd27a41309b0027fcd04318cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c22b242dd27a41309b0027fcd04318cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c22b242dd27a41309b0027fcd04318cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c22b242dd27a41309b0027fcd04318cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c22b242dd27a41309b0027fcd04318cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c22b242dd27a41309b0027fcd04318cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c22b242dd27a41309b0027fcd04318cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c22b242dd27a41309b0027fcd04318cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-c07a6f08-0763-490-user", "id": "fc52c849c26c482cb66bdb3df7ddc498"}, "audit_ids": ["RAgDoJ9UQwOxxfUNI3dvPg"], "issued_at": "2018-09-04T21:53:20.000000Z"}} 2018-09-04 21:53:20,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7328703541105b305da2f21f77f94afc19fbd537" 2018-09-04 21:53:20,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-0a61f8da-f92a-4006-8a3b-5e9219839c80 Date: Tue, 04 Sep 2018 21:53:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:19Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06/snap", "metadata": {}}], "self": "/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06", "min_disk": 0, "protected": false, "id": "76e6fc20-75e4-4f60-a17d-d85f10bb2c06", "file": "/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c22b242dd27a41309b0027fcd04318cf", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed"} 2018-09-04 21:53:20,776 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed used request id req-0a61f8da-f92a-4006-8a3b-5e9219839c80 2018-09-04 21:53:20,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7328703541105b305da2f21f77f94afc19fbd537" 2018-09-04 21:53:20,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8e60ad7f-42e2-46e8-9bbb-7707b0259741 Date: Tue, 04 Sep 2018 21:53:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:20,941 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-8e60ad7f-42e2-46e8-9bbb-7707b0259741 2018-09-04 21:53:20,944 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-0cf8e978-257b-4715-bc95-ca4edc62efed 2018-09-04 21:53:20,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35e7cc7f732c4cd6302bf68c5df7589e0c902a0a" 2018-09-04 21:53:22,532 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e207f032-61eb-41bc-9a4c-332305570d51 Date: Tue, 04 Sep 2018 21:53:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:53:22,532 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/76e6fc20-75e4-4f60-a17d-d85f10bb2c06 used request id req-e207f032-61eb-41bc-9a4c-332305570d51 2018-09-04 21:53:22,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:22,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-4416638c-01ce-4119-96d7-067880eafea6 Date: Tue, 04 Sep 2018 21:53:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:53:22,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-4416638c-01ce-4119-96d7-067880eafea6 2018-09-04 21:53:22,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:22,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89ece6ba-7472-4ef8-a3d4-71afffaa0bda Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:53:22,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-89ece6ba-7472-4ef8-a3d4-71afffaa0bda 2018-09-04 21:53:22,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:22,947 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-468d0c38-750b-45ad-aa37-a95b57a66036 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:22,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-468d0c38-750b-45ad-aa37-a95b57a66036 2018-09-04 21:53:22,947 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:22,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:23,038 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1547899-8126-43a6-8cb6-d5180e23a681 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:23,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-d1547899-8126-43a6-8cb6-d5180e23a681 2018-09-04 21:53:23,038 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:23,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:23,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e7a800c-c0fb-4bfc-8bc4-8c0cf9d606c4 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:53:23,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-8e7a800c-c0fb-4bfc-8bc4-8c0cf9d606c4 2018-09-04 21:53:23,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:23,216 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60d8a924-bd3a-4572-9dfa-0ded2ecba83b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:23,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-60d8a924-bd3a-4572-9dfa-0ded2ecba83b 2018-09-04 21:53:23,216 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:23,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:23,302 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bf71f9e-a383-4aa5-9d15-7d53fbf16147 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:23,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-0bf71f9e-a383-4aa5-9d15-7d53fbf16147 2018-09-04 21:53:23,302 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:23,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:23,392 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b68e6915-fbaa-48ea-a82c-0e084ee48fd0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:23,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-b68e6915-fbaa-48ea-a82c-0e084ee48fd0 2018-09-04 21:53:23,392 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:23,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:23,476 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3905ba51-ac4e-45da-80a4-4bc0ee5d987a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:23,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-3905ba51-ac4e-45da-80a4-4bc0ee5d987a 2018-09-04 21:53:23,476 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:23,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:23,559 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dfa3cdd-edf8-4501-be0e-83529d3cc8e5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:23,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-6dfa3cdd-edf8-4501-be0e-83529d3cc8e5 2018-09-04 21:53:23,559 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:23,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:23,651 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17056e10-f60a-413d-a938-b773411f36f8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:23,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-17056e10-f60a-413d-a938-b773411f36f8 2018-09-04 21:53:23,652 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:23,653 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-c07a6f08-0763-490-proj 2018-09-04 21:53:23,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/c22b242dd27a41309b0027fcd04318cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:23,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-998b0e89-c429-4506-9861-3ded3fea9924 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:23,857 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/c22b242dd27a41309b0027fcd04318cf used request id req-998b0e89-c429-4506-9861-3ded3fea9924 2018-09-04 21:53:23,858 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-c07a6f08-0763-490-proj-role 2018-09-04 21:53:23,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/2e7b84a57fd84a85a17f53749664775e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:23,974 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec1a65b9-4568-4296-9731-e1e9534e6c3a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:23,975 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/2e7b84a57fd84a85a17f53749664775e used request id req-ec1a65b9-4568-4296-9731-e1e9534e6c3a 2018-09-04 21:53:23,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ffa8371f1bd293c988c210010ed739f7c58ea8" 2018-09-04 21:53:24,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28971b56-cabd-412c-8d38-8bf52eb9dc51 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:24,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-28971b56-cabd-412c-8d38-8bf52eb9dc51 2018-09-04 21:53:24,071 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-c07a6f08-0763-490-user 2018-09-04 21:53:24,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/fc52c849c26c482cb66bdb3df7ddc498 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b10c540ffa8fa50a32f08e59d3ddbdc68d089e3" 2018-09-04 21:53:24,243 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f78a6047-9c67-4735-a8e8-b836c47c72dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:24,243 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/fc52c849c26c482cb66bdb3df7ddc498 used request id req-f78a6047-9c67-4735-a8e8-b836c47c72dd 2018-09-04 21:53:24,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:24,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["saxss5GDSX2HGs1Qvt_AwQ"], "issued_at": "2018-09-04T21:53:24.000000Z"}} 2018-09-04 21:53:24,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6970e522dc76f5f317b88610a7eb714a041ec30" 2018-09-04 21:53:24,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45833177-f7fd-4d3c-94e8-fb493cfdaad1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:24,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-45833177-f7fd-4d3c-94e8-fb493cfdaad1 2018-09-04 21:53:24,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:24,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:25,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ac8_G7mKSXOCgIgtcgxKQA"], "issued_at": "2018-09-04T21:53:25.000000Z"}} 2018-09-04 21:53:25,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:25,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b9e0cc0-a453-49b4-ad95-9095dfc4f220 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:25,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9b9e0cc0-a453-49b4-ad95-9095dfc4f220 2018-09-04 21:53:25,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:25,184 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:25,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:25,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b31f66-f02c-4fec-89b0-17e04a12faa5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:53:25,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj used request id req-59b31f66-f02c-4fec-89b0-17e04a12faa5 2018-09-04 21:53:25,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:25,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bde9d58-b0ad-4e89-a473-0e8222ba464f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:25,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2bde9d58-b0ad-4e89-a473-0e8222ba464f 2018-09-04 21:53:25,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj"}}' 2018-09-04 21:53:25,490 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5495550-0f00-4844-baf2-edc5bacf81dd Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/65537f21e992469599e461d1848526bd"}, "enabled": true, "id": "65537f21e992469599e461d1848526bd", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj"}} 2018-09-04 21:53:25,490 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-f5495550-0f00-4844-baf2-edc5bacf81dd 2018-09-04 21:53:25,491 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj 2018-09-04 21:53:25,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:25,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:25,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["mFx1ebgiSjiYnZkki17gRA"], "issued_at": "2018-09-04T21:53:25.000000Z"}} 2018-09-04 21:53:25,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4897f56e30f8b160e2db2e57d0ab87c632c3ae" 2018-09-04 21:53:25,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c55d1dd-ff5a-4363-b6f8-6ddb3ff76fb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:25,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2c55d1dd-ff5a-4363-b6f8-6ddb3ff76fb0 2018-09-04 21:53:25,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:25,970 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:25,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4897f56e30f8b160e2db2e57d0ab87c632c3ae" 2018-09-04 21:53:26,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5ad4233-8613-45af-a78d-84777e448437 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:53:26,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a5ad4233-8613-45af-a78d-84777e448437 2018-09-04 21:53:26,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4897f56e30f8b160e2db2e57d0ab87c632c3ae" 2018-09-04 21:53:26,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff223ab-a239-4816-84ad-a84500114a2a Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/65537f21e992469599e461d1848526bd"}, "enabled": true, "id": "65537f21e992469599e461d1848526bd", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj"}]} 2018-09-04 21:53:26,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj used request id req-0ff223ab-a239-4816-84ad-a84500114a2a 2018-09-04 21:53:26,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4897f56e30f8b160e2db2e57d0ab87c632c3ae" 2018-09-04 21:53:26,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f369dca4-88ae-4321-b504-f2c9b89e167b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:26,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f369dca4-88ae-4321-b504-f2c9b89e167b 2018-09-04 21:53:26,549 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-c2da1b56-8a0a-4fe-user 2018-09-04 21:53:26,550 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:26,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:26,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6fccf18-3445-4b9c-ba62-e01c017e8a1f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:26,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c6fccf18-3445-4b9c-ba62-e01c017e8a1f 2018-09-04 21:53:26,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" -d '{"role": {"name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj-role"}}' 2018-09-04 21:53:26,759 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59567e69-989e-4f92-8a5f-da34f1bc1ac6 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "744b4a86dceb42f5948439cb692be2a7", "links": {"self": "http://172.30.9.26:5000/v3/roles/744b4a86dceb42f5948439cb692be2a7"}, "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj-role"}} 2018-09-04 21:53:26,759 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-59567e69-989e-4f92-8a5f-da34f1bc1ac6 2018-09-04 21:53:26,759 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj-role 2018-09-04 21:53:26,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/744b4a86dceb42f5948439cb692be2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:26,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccd0655f-8ae4-4f2c-b261-9fd8773af2de Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/744b4a86dceb42f5948439cb692be2a7"}, "domain_id": null, "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj-role", "id": "744b4a86dceb42f5948439cb692be2a7"}} 2018-09-04 21:53:26,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/744b4a86dceb42f5948439cb692be2a7 used request id req-ccd0655f-8ae4-4f2c-b261-9fd8773af2de 2018-09-04 21:53:26,845 - keystone_utils - INFO - Granting role CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj-role to project CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj 2018-09-04 21:53:26,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/65537f21e992469599e461d1848526bd/users/0ff353a833e44726bce0b92e465230f1/roles/744b4a86dceb42f5948439cb692be2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:26,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2d36088-c239-4f4a-8c67-6bcee0a5bd8e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:26,977 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/65537f21e992469599e461d1848526bd/users/0ff353a833e44726bce0b92e465230f1/roles/744b4a86dceb42f5948439cb692be2a7 used request id req-c2d36088-c239-4f4a-8c67-6bcee0a5bd8e 2018-09-04 21:53:26,978 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 21:53:26,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:26,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:27,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "744b4a86dceb42f5948439cb692be2a7", "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj-role"}], "expires_at": "2018-09-04T22:53:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "65537f21e992469599e461d1848526bd", "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/65537f21e992469599e461d1848526bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/65537f21e992469599e461d1848526bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/65537f21e992469599e461d1848526bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/65537f21e992469599e461d1848526bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/65537f21e992469599e461d1848526bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/65537f21e992469599e461d1848526bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/65537f21e992469599e461d1848526bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/65537f21e992469599e461d1848526bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/65537f21e992469599e461d1848526bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/65537f21e992469599e461d1848526bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/65537f21e992469599e461d1848526bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/65537f21e992469599e461d1848526bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-user", "id": "0ff353a833e44726bce0b92e465230f1"}, "audit_ids": ["OtFsHtfuT6mSULkVF16d5A"], "issued_at": "2018-09-04T21:53:27.000000Z"}} 2018-09-04 21:53:27,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00bd6106d509a2736bab5c12e4db928ba80dc900" 2018-09-04 21:53:27,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14b4f6d3-cd7a-4002-a27f-97efced006a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:27,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-14b4f6d3-cd7a-4002-a27f-97efced006a6 2018-09-04 21:53:27,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00bd6106d509a2736bab5c12e4db928ba80dc900" 2018-09-04 21:53:27,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-5a842bac-8028-475b-bd29-7b017a093152 Date: Tue, 04 Sep 2018 21:53:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b"} 2018-09-04 21:53:27,612 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b used request id req-5a842bac-8028-475b-bd29-7b017a093152 2018-09-04 21:53:27,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00bd6106d509a2736bab5c12e4db928ba80dc900" 2018-09-04 21:53:28,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-62692f34-fece-497b-a55d-7ca4a602fa07 Date: Tue, 04 Sep 2018 21:53:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:28,140 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-62692f34-fece-497b-a55d-7ca4a602fa07 2018-09-04 21:53:28,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}00bd6106d509a2736bab5c12e4db928ba80dc900" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b"}' 2018-09-04 21:53:28,373 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6 X-Openstack-Request-Id: req-9093430a-2868-43a8-a431-1017a0105ed6 Date: Tue, 04 Sep 2018 21:53:28 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6", "min_disk": 0, "protected": false, "id": "048e9ede-7a1e-4f63-86b5-af1f5450c4e6", "file": "/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/file", "checksum": null, "owner": "65537f21e992469599e461d1848526bd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:28,373 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-9093430a-2868-43a8-a431-1017a0105ed6 2018-09-04 21:53:28,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00bd6106d509a2736bab5c12e4db928ba80dc900" -d '' 2018-09-04 21:53:30,028 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-387888a5-4a13-45dc-89d8-e60db9c0988d Date: Tue, 04 Sep 2018 21:53:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:53:30,029 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/file used request id req-387888a5-4a13-45dc-89d8-e60db9c0988d 2018-09-04 21:53:30,029 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 21:53:30,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00bd6106d509a2736bab5c12e4db928ba80dc900" 2018-09-04 21:53:30,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-31272ab2-8772-4664-9043-ecff00bed094 Date: Tue, 04 Sep 2018 21:53:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:29Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/snap", "metadata": {}}], "self": "/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6", "min_disk": 0, "protected": false, "id": "048e9ede-7a1e-4f63-86b5-af1f5450c4e6", "file": "/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "65537f21e992469599e461d1848526bd", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:30,197 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6 used request id req-31272ab2-8772-4664-9043-ecff00bed094 2018-09-04 21:53:30,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00bd6106d509a2736bab5c12e4db928ba80dc900" 2018-09-04 21:53:30,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e66e4785-a7ee-424f-bab0-2aafdb23937d Date: Tue, 04 Sep 2018 21:53:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:30,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-e66e4785-a7ee-424f-bab0-2aafdb23937d 2018-09-04 21:53:30,347 - create_image - INFO - Created image with name - CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b 2018-09-04 21:53:30,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00bd6106d509a2736bab5c12e4db928ba80dc900" 2018-09-04 21:53:30,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-f4769a43-879a-458f-9aaa-7d72ae44a650 Date: Tue, 04 Sep 2018 21:53:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:29Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/snap", "metadata": {}}], "self": "/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6", "min_disk": 0, "protected": false, "id": "048e9ede-7a1e-4f63-86b5-af1f5450c4e6", "file": "/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "65537f21e992469599e461d1848526bd", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:30,508 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6 used request id req-f4769a43-879a-458f-9aaa-7d72ae44a650 2018-09-04 21:53:30,509 - create_image - DEBUG - Instance status is - active 2018-09-04 21:53:30,509 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b 2018-09-04 21:53:30,509 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b 2018-09-04 21:53:30,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:30,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "744b4a86dceb42f5948439cb692be2a7", "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj-role"}], "expires_at": "2018-09-04T22:53:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "65537f21e992469599e461d1848526bd", "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/65537f21e992469599e461d1848526bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/65537f21e992469599e461d1848526bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/65537f21e992469599e461d1848526bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/65537f21e992469599e461d1848526bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/65537f21e992469599e461d1848526bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/65537f21e992469599e461d1848526bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/65537f21e992469599e461d1848526bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/65537f21e992469599e461d1848526bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/65537f21e992469599e461d1848526bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/65537f21e992469599e461d1848526bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/65537f21e992469599e461d1848526bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/65537f21e992469599e461d1848526bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-user", "id": "0ff353a833e44726bce0b92e465230f1"}, "audit_ids": ["Cv4k2sgFRhqjUk4GtsoHmw"], "issued_at": "2018-09-04T21:53:30.000000Z"}} 2018-09-04 21:53:30,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f9aa14a8e4bb528680fa96ea997ed1a4a30ad60" 2018-09-04 21:53:31,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-6b4afccb-3b79-44fa-ab5f-45ce3fe6a27b Date: Tue, 04 Sep 2018 21:53:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:29Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/snap", "metadata": {}}], "self": "/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6", "min_disk": 0, "protected": false, "id": "048e9ede-7a1e-4f63-86b5-af1f5450c4e6", "file": "/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "65537f21e992469599e461d1848526bd", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b"} 2018-09-04 21:53:31,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b used request id req-6b4afccb-3b79-44fa-ab5f-45ce3fe6a27b 2018-09-04 21:53:31,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f9aa14a8e4bb528680fa96ea997ed1a4a30ad60" 2018-09-04 21:53:31,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2007ecc2-5fbb-483e-b797-508b3af56868 Date: Tue, 04 Sep 2018 21:53:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:31,242 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-2007ecc2-5fbb-483e-b797-508b3af56868 2018-09-04 21:53:31,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:31,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:31,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "744b4a86dceb42f5948439cb692be2a7", "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj-role"}], "expires_at": "2018-09-04T22:53:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "65537f21e992469599e461d1848526bd", "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/65537f21e992469599e461d1848526bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/65537f21e992469599e461d1848526bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/65537f21e992469599e461d1848526bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/65537f21e992469599e461d1848526bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/65537f21e992469599e461d1848526bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/65537f21e992469599e461d1848526bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/65537f21e992469599e461d1848526bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/65537f21e992469599e461d1848526bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/65537f21e992469599e461d1848526bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/65537f21e992469599e461d1848526bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/65537f21e992469599e461d1848526bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/65537f21e992469599e461d1848526bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-c2da1b56-8a0a-4fe-user", "id": "0ff353a833e44726bce0b92e465230f1"}, "audit_ids": ["EVU1nSbYT9etDrTB0tjjYw"], "issued_at": "2018-09-04T21:53:31.000000Z"}} 2018-09-04 21:53:31,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e1fa695426951ef54ce67f55fdc7548ae022607" 2018-09-04 21:53:31,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb93b3a-e3bb-4f6d-9e91-5868439c3943 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:31,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1fb93b3a-e3bb-4f6d-9e91-5868439c3943 2018-09-04 21:53:31,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e1fa695426951ef54ce67f55fdc7548ae022607" 2018-09-04 21:53:31,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-86577747-47c5-4818-888d-a768dbc201bd Date: Tue, 04 Sep 2018 21:53:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:29Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/snap", "metadata": {}}], "self": "/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6", "min_disk": 0, "protected": false, "id": "048e9ede-7a1e-4f63-86b5-af1f5450c4e6", "file": "/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "65537f21e992469599e461d1848526bd", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b"} 2018-09-04 21:53:31,855 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b used request id req-86577747-47c5-4818-888d-a768dbc201bd 2018-09-04 21:53:31,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e1fa695426951ef54ce67f55fdc7548ae022607" 2018-09-04 21:53:32,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2f26e2f0-ee67-451a-abed-fed58e206274 Date: Tue, 04 Sep 2018 21:53:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:32,024 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-2f26e2f0-ee67-451a-abed-fed58e206274 2018-09-04 21:53:32,027 - create_image - INFO - Found image with name - CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b 2018-09-04 21:53:32,027 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-69c17907-d3ec-4e31-a7ab-c31065af638b 2018-09-04 21:53:32,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00bd6106d509a2736bab5c12e4db928ba80dc900" 2018-09-04 21:53:33,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a50cb78f-af0c-4150-a6b2-0027119c94d4 Date: Tue, 04 Sep 2018 21:53:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:53:33,101 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/048e9ede-7a1e-4f63-86b5-af1f5450c4e6 used request id req-a50cb78f-af0c-4150-a6b2-0027119c94d4 2018-09-04 21:53:33,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:33,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-13ea3299-5b52-4f37-9651-ee4d009ec602 Date: Tue, 04 Sep 2018 21:53:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:53:33,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-13ea3299-5b52-4f37-9651-ee4d009ec602 2018-09-04 21:53:33,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:33,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3944806-05d3-4a99-8ffa-e89258891950 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:53:33,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-e3944806-05d3-4a99-8ffa-e89258891950 2018-09-04 21:53:33,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:33,526 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a1fdc6e-00a9-44c6-8189-3ed4e84e168f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:33,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-1a1fdc6e-00a9-44c6-8189-3ed4e84e168f 2018-09-04 21:53:33,527 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:33,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:33,613 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ac3c2c3-e4b1-4b55-a5ee-c0c2082ae469 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:33,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-1ac3c2c3-e4b1-4b55-a5ee-c0c2082ae469 2018-09-04 21:53:33,613 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:33,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:33,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd9974a4-3a32-4fc4-966d-c6ef23e06b7f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:53:33,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-dd9974a4-3a32-4fc4-966d-c6ef23e06b7f 2018-09-04 21:53:33,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:33,797 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-886a5534-9e95-4a97-85f3-f4765d0ae61a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:33,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-886a5534-9e95-4a97-85f3-f4765d0ae61a 2018-09-04 21:53:33,797 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:33,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:33,879 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ff254fe-6ddc-4e3d-be96-2dbcfc9aeaea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:33,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-1ff254fe-6ddc-4e3d-be96-2dbcfc9aeaea 2018-09-04 21:53:33,880 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:33,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:33,970 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-474161f6-d2ce-4e56-95d0-9f9ed1aebf06 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:33,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-474161f6-d2ce-4e56-95d0-9f9ed1aebf06 2018-09-04 21:53:33,970 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:33,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:34,061 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae78f772-5d10-4126-957d-925f458864b4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:34,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-ae78f772-5d10-4126-957d-925f458864b4 2018-09-04 21:53:34,061 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:34,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:34,143 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02eac002-59dd-45e7-9bc6-34a03ec5992b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:34,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-02eac002-59dd-45e7-9bc6-34a03ec5992b 2018-09-04 21:53:34,144 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:34,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:34,231 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42028bdc-360a-4210-b996-61f03be37a17 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:34,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-42028bdc-360a-4210-b996-61f03be37a17 2018-09-04 21:53:34,231 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:34,232 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj 2018-09-04 21:53:34,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/65537f21e992469599e461d1848526bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:34,463 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-331b046e-0e21-478d-adf8-7857584591ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:34,463 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/65537f21e992469599e461d1848526bd used request id req-331b046e-0e21-478d-adf8-7857584591ae 2018-09-04 21:53:34,464 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-c2da1b56-8a0a-4fe-proj-role 2018-09-04 21:53:34,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/744b4a86dceb42f5948439cb692be2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:34,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d76386dc-1595-491c-b955-05223fe139bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:34,651 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/744b4a86dceb42f5948439cb692be2a7 used request id req-d76386dc-1595-491c-b955-05223fe139bd 2018-09-04 21:53:34,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb82b1500e78523e15a7501d01c2574a3c337032" 2018-09-04 21:53:34,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4737d26d-16ec-4ae3-93b4-348cca435f80 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:34,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4737d26d-16ec-4ae3-93b4-348cca435f80 2018-09-04 21:53:34,746 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-c2da1b56-8a0a-4fe-user 2018-09-04 21:53:34,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/0ff353a833e44726bce0b92e465230f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4897f56e30f8b160e2db2e57d0ab87c632c3ae" 2018-09-04 21:53:34,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d082566-b834-424f-8b88-39c0b067a25b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:34,932 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/0ff353a833e44726bce0b92e465230f1 used request id req-2d082566-b834-424f-8b88-39c0b067a25b 2018-09-04 21:53:34,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:35,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["nTC9kFwvRoqkbt1Y_wGPeg"], "issued_at": "2018-09-04T21:53:35.000000Z"}} 2018-09-04 21:53:35,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e1ae62ccd9cace799889f3c537203d8a3a4adf2" 2018-09-04 21:53:35,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e393fa5-3ca9-45ab-b6ca-a0e60b76b1d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:35,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2e393fa5-3ca9-45ab-b6ca-a0e60b76b1d5 2018-09-04 21:53:35,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:35,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:35,866 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["QqcHeOozQu29UI2ztMznuw"], "issued_at": "2018-09-04T21:53:35.000000Z"}} 2018-09-04 21:53:35,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:35,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-826f662d-6c6f-49ec-b62e-3df7a5c05e5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:35,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-826f662d-6c6f-49ec-b62e-3df7a5c05e5f 2018-09-04 21:53:35,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:35,955 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:35,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7557bdf9-786d-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:36,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed0ce942-56d8-4cd4-90bb-82f2df945de7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7557bdf9-786d-4df-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:53:36,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7557bdf9-786d-4df-proj used request id req-ed0ce942-56d8-4cd4-90bb-82f2df945de7 2018-09-04 21:53:36,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:36,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4688e92-f06e-4bd5-ba42-8e78cc509145 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:36,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e4688e92-f06e-4bd5-ba42-8e78cc509145 2018-09-04 21:53:36,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-7557bdf9-786d-4df-proj"}}' 2018-09-04 21:53:36,329 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b4bc44d-fd27-4337-bfdf-b0a4f13b32b3 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f4d9f9ee99474383aa0656cc6187444a"}, "enabled": true, "id": "f4d9f9ee99474383aa0656cc6187444a", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-7557bdf9-786d-4df-proj"}} 2018-09-04 21:53:36,329 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-6b4bc44d-fd27-4337-bfdf-b0a4f13b32b3 2018-09-04 21:53:36,329 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-7557bdf9-786d-4df-proj 2018-09-04 21:53:36,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:36,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:36,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["IDQEiIHrR3CASYh3A-zYuw"], "issued_at": "2018-09-04T21:53:36.000000Z"}} 2018-09-04 21:53:36,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553ab1cc29e88ae13213d5cfacf361d3f7645ba8" 2018-09-04 21:53:36,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0c53369-dcad-455d-890f-0fad8d3318e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:36,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a0c53369-dcad-455d-890f-0fad8d3318e9 2018-09-04 21:53:36,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:36,820 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:36,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553ab1cc29e88ae13213d5cfacf361d3f7645ba8" 2018-09-04 21:53:36,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6a9a6af-7ece-4ad9-a0a0-443586987801 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:53:36,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c6a9a6af-7ece-4ad9-a0a0-443586987801 2018-09-04 21:53:36,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-7557bdf9-786d-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553ab1cc29e88ae13213d5cfacf361d3f7645ba8" 2018-09-04 21:53:37,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-899a60b4-41d6-4ff9-b143-1dd37c2ae447 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-7557bdf9-786d-4df-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f4d9f9ee99474383aa0656cc6187444a"}, "enabled": true, "id": "f4d9f9ee99474383aa0656cc6187444a", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-7557bdf9-786d-4df-proj"}]} 2018-09-04 21:53:37,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateImageSuccessTests-7557bdf9-786d-4df-proj used request id req-899a60b4-41d6-4ff9-b143-1dd37c2ae447 2018-09-04 21:53:37,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553ab1cc29e88ae13213d5cfacf361d3f7645ba8" 2018-09-04 21:53:37,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d7b391a-d68a-4cdd-9e8a-c910d9b0e864 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:37,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-9d7b391a-d68a-4cdd-9e8a-c910d9b0e864 2018-09-04 21:53:37,484 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-7557bdf9-786d-4df-user 2018-09-04 21:53:37,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:37,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:37,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9f07dab-668f-46b7-967f-38879c370c4f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:37,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f9f07dab-668f-46b7-967f-38879c370c4f 2018-09-04 21:53:37,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" -d '{"role": {"name": "CreateImageSuccessTests-7557bdf9-786d-4df-proj-role"}}' 2018-09-04 21:53:37,681 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56f71dac-4d43-4c58-8069-d06f6fbd007d Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c6bc41e027314b7abf6fbdceaa6cb4a3", "links": {"self": "http://172.30.9.26:5000/v3/roles/c6bc41e027314b7abf6fbdceaa6cb4a3"}, "name": "CreateImageSuccessTests-7557bdf9-786d-4df-proj-role"}} 2018-09-04 21:53:37,682 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-56f71dac-4d43-4c58-8069-d06f6fbd007d 2018-09-04 21:53:37,682 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-7557bdf9-786d-4df-proj-role 2018-09-04 21:53:37,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c6bc41e027314b7abf6fbdceaa6cb4a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:37,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b40aa7d-90d6-4005-bc60-e83ae2455024 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c6bc41e027314b7abf6fbdceaa6cb4a3"}, "domain_id": null, "name": "CreateImageSuccessTests-7557bdf9-786d-4df-proj-role", "id": "c6bc41e027314b7abf6fbdceaa6cb4a3"}} 2018-09-04 21:53:37,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c6bc41e027314b7abf6fbdceaa6cb4a3 used request id req-8b40aa7d-90d6-4005-bc60-e83ae2455024 2018-09-04 21:53:37,702 - keystone_utils - INFO - Granting role CreateImageSuccessTests-7557bdf9-786d-4df-proj-role to project CreateImageSuccessTests-7557bdf9-786d-4df-proj 2018-09-04 21:53:37,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/f4d9f9ee99474383aa0656cc6187444a/users/ea82f8328f9b43d6be47c64dba31da9d/roles/c6bc41e027314b7abf6fbdceaa6cb4a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:37,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-845c69b5-6134-4912-946f-52983b3ecc75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:37,846 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/f4d9f9ee99474383aa0656cc6187444a/users/ea82f8328f9b43d6be47c64dba31da9d/roles/c6bc41e027314b7abf6fbdceaa6cb4a3 used request id req-845c69b5-6134-4912-946f-52983b3ecc75 2018-09-04 21:53:37,847 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 21:53:37,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:37,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:38,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c6bc41e027314b7abf6fbdceaa6cb4a3", "name": "CreateImageSuccessTests-7557bdf9-786d-4df-proj-role"}], "expires_at": "2018-09-04T22:53:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4d9f9ee99474383aa0656cc6187444a", "name": "CreateImageSuccessTests-7557bdf9-786d-4df-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f4d9f9ee99474383aa0656cc6187444a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/f4d9f9ee99474383aa0656cc6187444a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/f4d9f9ee99474383aa0656cc6187444a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/f4d9f9ee99474383aa0656cc6187444a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/f4d9f9ee99474383aa0656cc6187444a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/f4d9f9ee99474383aa0656cc6187444a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-7557bdf9-786d-4df-user", "id": "ea82f8328f9b43d6be47c64dba31da9d"}, "audit_ids": ["90PPSnmEQ1G0r0EBWsH9mQ"], "issued_at": "2018-09-04T21:53:38.000000Z"}} 2018-09-04 21:53:38,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0aac25e32f90a8fac2c60614771e1f7ef3f1165" 2018-09-04 21:53:38,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5e70f18-fae6-4f9a-85db-5c45ff004f04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:38,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c5e70f18-fae6-4f9a-85db-5c45ff004f04 2018-09-04 21:53:38,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aac25e32f90a8fac2c60614771e1f7ef3f1165" 2018-09-04 21:53:38,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-ce23cd53-bc63-41a2-831e-780579027c51 Date: Tue, 04 Sep 2018 21:53:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771"} 2018-09-04 21:53:38,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771 used request id req-ce23cd53-bc63-41a2-831e-780579027c51 2018-09-04 21:53:38,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aac25e32f90a8fac2c60614771e1f7ef3f1165" 2018-09-04 21:53:38,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-64e5d16d-362c-4123-bdf0-4799801630f8 Date: Tue, 04 Sep 2018 21:53:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:38,632 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-64e5d16d-362c-4123-bdf0-4799801630f8 2018-09-04 21:53:38,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0aac25e32f90a8fac2c60614771e1f7ef3f1165" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771"}' 2018-09-04 21:53:38,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1 X-Openstack-Request-Id: req-e8f36e93-9b2c-4eb3-9c86-5268e2bca9bd Date: Tue, 04 Sep 2018 21:53:38 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1", "min_disk": 0, "protected": false, "id": "60e462cf-4d22-4e52-8608-f76eb3c429c1", "file": "/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/file", "checksum": null, "owner": "f4d9f9ee99474383aa0656cc6187444a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:38,956 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-e8f36e93-9b2c-4eb3-9c86-5268e2bca9bd 2018-09-04 21:53:38,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aac25e32f90a8fac2c60614771e1f7ef3f1165" -d '' 2018-09-04 21:53:40,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dcd69768-25fb-4163-a41b-c86f9a0b2b4a Date: Tue, 04 Sep 2018 21:53:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:53:40,111 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/file used request id req-dcd69768-25fb-4163-a41b-c86f9a0b2b4a 2018-09-04 21:53:40,111 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 21:53:40,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aac25e32f90a8fac2c60614771e1f7ef3f1165" 2018-09-04 21:53:40,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-0bfde10b-3743-4249-95c8-80bb768273ac Date: Tue, 04 Sep 2018 21:53:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:40Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/snap", "metadata": {}}], "self": "/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1", "min_disk": 0, "protected": false, "id": "60e462cf-4d22-4e52-8608-f76eb3c429c1", "file": "/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f4d9f9ee99474383aa0656cc6187444a", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:40,271 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1 used request id req-0bfde10b-3743-4249-95c8-80bb768273ac 2018-09-04 21:53:40,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aac25e32f90a8fac2c60614771e1f7ef3f1165" 2018-09-04 21:53:40,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5996438b-aa94-484e-9a55-6dd975ec3270 Date: Tue, 04 Sep 2018 21:53:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:40,422 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-5996438b-aa94-484e-9a55-6dd975ec3270 2018-09-04 21:53:40,425 - create_image - INFO - Created image with name - CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771 2018-09-04 21:53:40,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aac25e32f90a8fac2c60614771e1f7ef3f1165" 2018-09-04 21:53:40,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-ae2e52b8-e22d-4cb9-ac3c-cb924212a11b Date: Tue, 04 Sep 2018 21:53:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:40Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/snap", "metadata": {}}], "self": "/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1", "min_disk": 0, "protected": false, "id": "60e462cf-4d22-4e52-8608-f76eb3c429c1", "file": "/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f4d9f9ee99474383aa0656cc6187444a", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:40,589 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1 used request id req-ae2e52b8-e22d-4cb9-ac3c-cb924212a11b 2018-09-04 21:53:40,589 - create_image - DEBUG - Instance status is - active 2018-09-04 21:53:40,589 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771 2018-09-04 21:53:40,590 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771 2018-09-04 21:53:40,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:40,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c6bc41e027314b7abf6fbdceaa6cb4a3", "name": "CreateImageSuccessTests-7557bdf9-786d-4df-proj-role"}], "expires_at": "2018-09-04T22:53:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4d9f9ee99474383aa0656cc6187444a", "name": "CreateImageSuccessTests-7557bdf9-786d-4df-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f4d9f9ee99474383aa0656cc6187444a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/f4d9f9ee99474383aa0656cc6187444a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/f4d9f9ee99474383aa0656cc6187444a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/f4d9f9ee99474383aa0656cc6187444a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/f4d9f9ee99474383aa0656cc6187444a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/f4d9f9ee99474383aa0656cc6187444a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-7557bdf9-786d-4df-user", "id": "ea82f8328f9b43d6be47c64dba31da9d"}, "audit_ids": ["lTqVXrmXQxacjuVlpuIbAw"], "issued_at": "2018-09-04T21:53:40.000000Z"}} 2018-09-04 21:53:40,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b8b5f92aa70c14ffc6b41d7b7a15c965d237ac8" 2018-09-04 21:53:41,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-dc93a8e4-a5d5-4517-bbc2-0d5ceabf14b3 Date: Tue, 04 Sep 2018 21:53:41 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:40Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/snap", "metadata": {}}], "self": "/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1", "min_disk": 0, "protected": false, "id": "60e462cf-4d22-4e52-8608-f76eb3c429c1", "file": "/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f4d9f9ee99474383aa0656cc6187444a", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771"} 2018-09-04 21:53:41,129 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771 used request id req-dc93a8e4-a5d5-4517-bbc2-0d5ceabf14b3 2018-09-04 21:53:41,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b8b5f92aa70c14ffc6b41d7b7a15c965d237ac8" 2018-09-04 21:53:41,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a7818bdb-3416-43e8-8258-c34737c5f29b Date: Tue, 04 Sep 2018 21:53:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:41,284 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-a7818bdb-3416-43e8-8258-c34737c5f29b 2018-09-04 21:53:41,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:41,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:41,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c6bc41e027314b7abf6fbdceaa6cb4a3", "name": "CreateImageSuccessTests-7557bdf9-786d-4df-proj-role"}], "expires_at": "2018-09-04T22:53:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4d9f9ee99474383aa0656cc6187444a", "name": "CreateImageSuccessTests-7557bdf9-786d-4df-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f4d9f9ee99474383aa0656cc6187444a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/f4d9f9ee99474383aa0656cc6187444a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/f4d9f9ee99474383aa0656cc6187444a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/f4d9f9ee99474383aa0656cc6187444a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/f4d9f9ee99474383aa0656cc6187444a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/f4d9f9ee99474383aa0656cc6187444a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/f4d9f9ee99474383aa0656cc6187444a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-7557bdf9-786d-4df-user", "id": "ea82f8328f9b43d6be47c64dba31da9d"}, "audit_ids": ["Ygs-I7ARTJy_hhPFDPOiWA"], "issued_at": "2018-09-04T21:53:41.000000Z"}} 2018-09-04 21:53:41,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f867f456a0f9e2e3aef3414bbad0aab8eefa33cb" 2018-09-04 21:53:41,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3e419a7-4a63-4dfd-ada9-abfa6c93c977 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:41,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f3e419a7-4a63-4dfd-ada9-abfa6c93c977 2018-09-04 21:53:41,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&name=CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f867f456a0f9e2e3aef3414bbad0aab8eefa33cb" 2018-09-04 21:53:41,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-e62ffe80-27f3-4147-8853-03475c868a04 Date: Tue, 04 Sep 2018 21:53:41 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:40Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/snap", "metadata": {}}], "self": "/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1", "min_disk": 0, "protected": false, "id": "60e462cf-4d22-4e52-8608-f76eb3c429c1", "file": "/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f4d9f9ee99474383aa0656cc6187444a", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/60e462cf-4d22-4e52-8608-f76eb3c429c1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771"} 2018-09-04 21:53:41,946 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&name=CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771 used request id req-e62ffe80-27f3-4147-8853-03475c868a04 2018-09-04 21:53:41,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f867f456a0f9e2e3aef3414bbad0aab8eefa33cb" 2018-09-04 21:53:42,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-02d0a7e6-4421-47b3-93c9-736e91743421 Date: Tue, 04 Sep 2018 21:53:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:42,096 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-02d0a7e6-4421-47b3-93c9-736e91743421 2018-09-04 21:53:42,099 - create_image - INFO - Found image with name - CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771 2018-09-04 21:53:42,099 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-ca7affb9-e869-4e5c-adb5-705c59ff3771 2018-09-04 21:53:42,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aac25e32f90a8fac2c60614771e1f7ef3f1165" 2018-09-04 21:53:43,136 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2ba1be70-cdc8-4ea3-8b63-cb6ddca46891 Date: Tue, 04 Sep 2018 21:53:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:53:43,137 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/60e462cf-4d22-4e52-8608-f76eb3c429c1 used request id req-2ba1be70-cdc8-4ea3-8b63-cb6ddca46891 2018-09-04 21:53:43,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:43,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-a2505aa7-a14e-4ef4-9d08-453a6eec4d47 Date: Tue, 04 Sep 2018 21:53:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:53:43,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-a2505aa7-a14e-4ef4-9d08-453a6eec4d47 2018-09-04 21:53:43,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:43,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c658a18-c86c-4bad-802d-3bced1ba7f35 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:53:43,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-7c658a18-c86c-4bad-802d-3bced1ba7f35 2018-09-04 21:53:43,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:43,566 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c16521a-0f4b-438f-910a-d6ae68d19895 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:43,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-6c16521a-0f4b-438f-910a-d6ae68d19895 2018-09-04 21:53:43,566 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:43,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:43,657 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec081062-a79e-4268-b91d-f5de2bb5defb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:43,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-ec081062-a79e-4268-b91d-f5de2bb5defb 2018-09-04 21:53:43,657 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:43,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:43,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-056dcee5-7858-4dff-9ffa-e1a573538e76 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:53:43,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-056dcee5-7858-4dff-9ffa-e1a573538e76 2018-09-04 21:53:43,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:43,831 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbf48a31-4da8-4f97-9db5-e95304e3e536 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:43,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-cbf48a31-4da8-4f97-9db5-e95304e3e536 2018-09-04 21:53:43,832 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:43,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:43,923 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf4724c3-5f84-40ff-8100-975a619a1897 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:43,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-bf4724c3-5f84-40ff-8100-975a619a1897 2018-09-04 21:53:43,924 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:43,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:44,004 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52f8559c-986a-45c6-8819-36f585c9bb26 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:44,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-52f8559c-986a-45c6-8819-36f585c9bb26 2018-09-04 21:53:44,004 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:44,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:44,092 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b43954e5-83ff-4513-989a-9db5ab85d88c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:44,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-b43954e5-83ff-4513-989a-9db5ab85d88c 2018-09-04 21:53:44,092 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:44,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:44,184 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6acfcacd-32e1-47d2-a806-d7e60cccfc8b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:44,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-6acfcacd-32e1-47d2-a806-d7e60cccfc8b 2018-09-04 21:53:44,184 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:44,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:44,265 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb2d6572-1ac3-4eb1-9892-ee67d493b643 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:44,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-bb2d6572-1ac3-4eb1-9892-ee67d493b643 2018-09-04 21:53:44,265 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:44,266 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-7557bdf9-786d-4df-proj 2018-09-04 21:53:44,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/f4d9f9ee99474383aa0656cc6187444a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:44,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f52031d3-c5a5-4df5-9649-9e9e2128b76b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:44,506 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/f4d9f9ee99474383aa0656cc6187444a used request id req-f52031d3-c5a5-4df5-9649-9e9e2128b76b 2018-09-04 21:53:44,506 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-7557bdf9-786d-4df-proj-role 2018-09-04 21:53:44,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c6bc41e027314b7abf6fbdceaa6cb4a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:44,627 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c0a9aa4-3bc0-47df-82b8-266137ed075b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:44,627 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c6bc41e027314b7abf6fbdceaa6cb4a3 used request id req-4c0a9aa4-3bc0-47df-82b8-266137ed075b 2018-09-04 21:53:44,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c672c6dade02c6f8782d56c71f9ca83d295826" 2018-09-04 21:53:44,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a6119b1-4f8c-4b39-97b6-e45c2fd57512 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:44,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5a6119b1-4f8c-4b39-97b6-e45c2fd57512 2018-09-04 21:53:44,711 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-7557bdf9-786d-4df-user 2018-09-04 21:53:44,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/ea82f8328f9b43d6be47c64dba31da9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}553ab1cc29e88ae13213d5cfacf361d3f7645ba8" 2018-09-04 21:53:44,889 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5efb994b-8dab-421b-a721-65bf2a0a931a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:44,889 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/ea82f8328f9b43d6be47c64dba31da9d used request id req-5efb994b-8dab-421b-a721-65bf2a0a931a 2018-09-04 21:53:44,891 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:45,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["kUJlBJHwR3yfnBiZbvsbJg"], "issued_at": "2018-09-04T21:53:45.000000Z"}} 2018-09-04 21:53:45,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}381c80e8f212a587f6532436501ba8c2cf965c4a" 2018-09-04 21:53:45,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f26909c-7621-49db-af93-c80a9a6a72f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:45,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3f26909c-7621-49db-af93-c80a9a6a72f5 2018-09-04 21:53:45,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:45,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:45,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["iRqvsnQTQdmq3qrDbE88dw"], "issued_at": "2018-09-04T21:53:45.000000Z"}} 2018-09-04 21:53:45,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:45,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ad778e0-8dad-4cfb-a565-98c34fd56139 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:45,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4ad778e0-8dad-4cfb-a565-98c34fd56139 2018-09-04 21:53:45,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:45,839 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:45,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-7818a4b6-b8d8-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:45,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-948e86b0-234a-40a0-8323-4d71495398cd Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-7818a4b6-b8d8-4be-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:53:45,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-7818a4b6-b8d8-4be-proj used request id req-948e86b0-234a-40a0-8323-4d71495398cd 2018-09-04 21:53:45,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:46,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b734a6fe-fc73-49ab-b401-4888ef8500fb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:46,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-b734a6fe-fc73-49ab-b401-4888ef8500fb 2018-09-04 21:53:46,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-7818a4b6-b8d8-4be-proj"}}' 2018-09-04 21:53:46,214 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4076dee-e096-4b69-9075-ff5b510b4f11 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/dbab133527024886ac5ba595c554c466"}, "enabled": true, "id": "dbab133527024886ac5ba595c554c466", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-7818a4b6-b8d8-4be-proj"}} 2018-09-04 21:53:46,214 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-b4076dee-e096-4b69-9075-ff5b510b4f11 2018-09-04 21:53:46,215 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-7818a4b6-b8d8-4be-proj 2018-09-04 21:53:46,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:46,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:46,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["4UDcIsRCQoOR5Bxlu7EFkQ"], "issued_at": "2018-09-04T21:53:46.000000Z"}} 2018-09-04 21:53:46,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63ec844da56f5c356f112851e5a923a8fcb57cf" 2018-09-04 21:53:46,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db11e75f-4659-4b1a-8ee0-d374a2d5673d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:46,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-db11e75f-4659-4b1a-8ee0-d374a2d5673d 2018-09-04 21:53:46,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:46,704 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:46,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63ec844da56f5c356f112851e5a923a8fcb57cf" 2018-09-04 21:53:46,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4cc8d0b-64de-4d08-a6db-4d68c27b6122 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:53:46,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a4cc8d0b-64de-4d08-a6db-4d68c27b6122 2018-09-04 21:53:46,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateImageNegativeTests-7818a4b6-b8d8-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63ec844da56f5c356f112851e5a923a8fcb57cf" 2018-09-04 21:53:46,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3912eda9-ba17-4f96-a508-e76b5cfa7f49 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateImageNegativeTests-7818a4b6-b8d8-4be-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/dbab133527024886ac5ba595c554c466"}, "enabled": true, "id": "dbab133527024886ac5ba595c554c466", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-7818a4b6-b8d8-4be-proj"}]} 2018-09-04 21:53:46,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateImageNegativeTests-7818a4b6-b8d8-4be-proj used request id req-3912eda9-ba17-4f96-a508-e76b5cfa7f49 2018-09-04 21:53:46,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63ec844da56f5c356f112851e5a923a8fcb57cf" 2018-09-04 21:53:46,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c70abdde-db72-460f-8fd3-1e7b7d951779 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:46,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c70abdde-db72-460f-8fd3-1e7b7d951779 2018-09-04 21:53:47,377 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-7818a4b6-b8d8-4be-user 2018-09-04 21:53:47,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:47,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:47,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ea9c1d-2963-466b-901f-2bb36eacfe43 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:47,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c8ea9c1d-2963-466b-901f-2bb36eacfe43 2018-09-04 21:53:47,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" -d '{"role": {"name": "CreateImageNegativeTests-7818a4b6-b8d8-4be-proj-role"}}' 2018-09-04 21:53:47,585 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13a22b43-a445-4643-acb9-4dd545df847c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3b8f842dd8a0483dbd34d1129e38b973", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b8f842dd8a0483dbd34d1129e38b973"}, "name": "CreateImageNegativeTests-7818a4b6-b8d8-4be-proj-role"}} 2018-09-04 21:53:47,585 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-13a22b43-a445-4643-acb9-4dd545df847c 2018-09-04 21:53:47,586 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-7818a4b6-b8d8-4be-proj-role 2018-09-04 21:53:47,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/3b8f842dd8a0483dbd34d1129e38b973 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:47,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19662f7-0a43-4932-8510-ff81087552e7 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/3b8f842dd8a0483dbd34d1129e38b973"}, "domain_id": null, "name": "CreateImageNegativeTests-7818a4b6-b8d8-4be-proj-role", "id": "3b8f842dd8a0483dbd34d1129e38b973"}} 2018-09-04 21:53:47,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/3b8f842dd8a0483dbd34d1129e38b973 used request id req-e19662f7-0a43-4932-8510-ff81087552e7 2018-09-04 21:53:47,675 - keystone_utils - INFO - Granting role CreateImageNegativeTests-7818a4b6-b8d8-4be-proj-role to project CreateImageNegativeTests-7818a4b6-b8d8-4be-proj 2018-09-04 21:53:47,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/dbab133527024886ac5ba595c554c466/users/bea9779e9b9e42138c946092e24f28ec/roles/3b8f842dd8a0483dbd34d1129e38b973 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:47,822 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a0720ac-808b-480b-8487-e2e26a118302 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:47,822 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/dbab133527024886ac5ba595c554c466/users/bea9779e9b9e42138c946092e24f28ec/roles/3b8f842dd8a0483dbd34d1129e38b973 used request id req-1a0720ac-808b-480b-8487-e2e26a118302 2018-09-04 21:53:47,822 - openstack_tests - DEBUG - Image metadata - None 2018-09-04 21:53:47,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:47,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:48,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b8f842dd8a0483dbd34d1129e38b973", "name": "CreateImageNegativeTests-7818a4b6-b8d8-4be-proj-role"}], "expires_at": "2018-09-04T22:53:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbab133527024886ac5ba595c554c466", "name": "CreateImageNegativeTests-7818a4b6-b8d8-4be-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/dbab133527024886ac5ba595c554c466", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/dbab133527024886ac5ba595c554c466", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/dbab133527024886ac5ba595c554c466", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/dbab133527024886ac5ba595c554c466", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/dbab133527024886ac5ba595c554c466", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/dbab133527024886ac5ba595c554c466", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/dbab133527024886ac5ba595c554c466", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/dbab133527024886ac5ba595c554c466", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/dbab133527024886ac5ba595c554c466", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/dbab133527024886ac5ba595c554c466", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/dbab133527024886ac5ba595c554c466", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/dbab133527024886ac5ba595c554c466", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-7818a4b6-b8d8-4be-user", "id": "bea9779e9b9e42138c946092e24f28ec"}, "audit_ids": ["HIouxMtESQeGkbOVP4432g"], "issued_at": "2018-09-04T21:53:48.000000Z"}} 2018-09-04 21:53:48,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6db918472302e48a31768929189bb46d753f21" 2018-09-04 21:53:48,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5684d3d-ef3e-4ad5-92be-ae5a87bb2bd8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:48,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f5684d3d-ef3e-4ad5-92be-ae5a87bb2bd8 2018-09-04 21:53:48,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-4af64084-80fe-4417-bf30-c09f8ec20ae1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c6db918472302e48a31768929189bb46d753f21" 2018-09-04 21:53:48,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-929385e2-6102-4493-bb84-f1ba8eb4f91d Date: Tue, 04 Sep 2018 21:53:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-4af64084-80fe-4417-bf30-c09f8ec20ae1"} 2018-09-04 21:53:48,463 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-4af64084-80fe-4417-bf30-c09f8ec20ae1 used request id req-929385e2-6102-4493-bb84-f1ba8eb4f91d 2018-09-04 21:53:48,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c6db918472302e48a31768929189bb46d753f21" 2018-09-04 21:53:48,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-27d825aa-af2e-447a-8855-cff7898b5110 Date: Tue, 04 Sep 2018 21:53:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:48,610 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-27d825aa-af2e-447a-8855-cff7898b5110 2018-09-04 21:53:48,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5c6db918472302e48a31768929189bb46d753f21" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-4af64084-80fe-4417-bf30-c09f8ec20ae1"}' 2018-09-04 21:53:48,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/5c4bb066-6b2c-437e-9824-ee59cf8c1e84 X-Openstack-Request-Id: req-88f40e1b-49c8-434d-a355-a37f01c60e8c Date: Tue, 04 Sep 2018 21:53:48 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-4af64084-80fe-4417-bf30-c09f8ec20ae1", "tags": [], "container_format": "bare", "created_at": "2018-09-04T21:53:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T21:53:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/5c4bb066-6b2c-437e-9824-ee59cf8c1e84", "min_disk": 0, "protected": false, "id": "5c4bb066-6b2c-437e-9824-ee59cf8c1e84", "file": "/v2/images/5c4bb066-6b2c-437e-9824-ee59cf8c1e84/file", "checksum": null, "owner": "dbab133527024886ac5ba595c554c466", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 21:53:48,845 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-88f40e1b-49c8-434d-a355-a37f01c60e8c 2018-09-04 21:53:48,853 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-09-04 21:53:48,853 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-4af64084-80fe-4417-bf30-c09f8ec20ae1 2018-09-04 21:53:48,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/5c4bb066-6b2c-437e-9824-ee59cf8c1e84 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c6db918472302e48a31768929189bb46d753f21" 2018-09-04 21:53:49,088 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-15924166-c922-4ec4-b5d5-a868e820fbdf Date: Tue, 04 Sep 2018 21:53:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 21:53:49,088 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/5c4bb066-6b2c-437e-9824-ee59cf8c1e84 used request id req-15924166-c922-4ec4-b5d5-a868e820fbdf 2018-09-04 21:53:49,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:49,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-7259e4b0-0da4-4ce0-ad33-99d7158f7059 Date: Tue, 04 Sep 2018 21:53:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:53:49,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-7259e4b0-0da4-4ce0-ad33-99d7158f7059 2018-09-04 21:53:49,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:49,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8470064-c9b3-4ced-a424-a5862abdb5f4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:53:49,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-c8470064-c9b3-4ced-a424-a5862abdb5f4 2018-09-04 21:53:49,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:49,498 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52d612da-c8bd-41d3-9e94-ff9eec432afb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:49,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-52d612da-c8bd-41d3-9e94-ff9eec432afb 2018-09-04 21:53:49,499 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:49,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:49,590 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97bc76a3-be0a-4d4b-a69b-9fe24cf3b741 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:49,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-97bc76a3-be0a-4d4b-a69b-9fe24cf3b741 2018-09-04 21:53:49,591 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:49,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:49,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d16bc8-b6be-4678-b61b-1e25f13a5cda Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:53:49,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-f9d16bc8-b6be-4678-b61b-1e25f13a5cda 2018-09-04 21:53:49,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:49,773 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2135234a-56ba-42de-a8d9-137c109f5c22 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:49,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-2135234a-56ba-42de-a8d9-137c109f5c22 2018-09-04 21:53:49,773 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:49,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:49,792 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb9c42b3-e17d-4bbc-a338-736b9636fff5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:49,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-cb9c42b3-e17d-4bbc-a338-736b9636fff5 2018-09-04 21:53:49,793 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:49,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:49,890 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80e0617a-1cdc-4c28-a343-c803639c8f5b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:49,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-80e0617a-1cdc-4c28-a343-c803639c8f5b 2018-09-04 21:53:49,891 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:49,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:49,972 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0dcce5ee-2aa6-43e4-b5af-79352d48536f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:49,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-0dcce5ee-2aa6-43e4-b5af-79352d48536f 2018-09-04 21:53:49,972 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:49,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:50,067 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b5ac063-78e8-4cf4-8632-3991bca9dcf1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:50,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-5b5ac063-78e8-4cf4-8632-3991bca9dcf1 2018-09-04 21:53:50,067 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:50,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:50,156 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09e4ac30-9294-4a0e-bb61-c96898309e0e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:50,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-09e4ac30-9294-4a0e-bb61-c96898309e0e 2018-09-04 21:53:50,157 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:50,158 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-7818a4b6-b8d8-4be-proj 2018-09-04 21:53:50,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/dbab133527024886ac5ba595c554c466 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:50,396 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbcbd3d9-d45e-4225-9110-9027c741c232 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:50,396 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/dbab133527024886ac5ba595c554c466 used request id req-cbcbd3d9-d45e-4225-9110-9027c741c232 2018-09-04 21:53:50,397 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-7818a4b6-b8d8-4be-proj-role 2018-09-04 21:53:50,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/3b8f842dd8a0483dbd34d1129e38b973 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:50,507 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be465b72-7d3d-4241-ad16-49e9d735183d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:50,507 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/3b8f842dd8a0483dbd34d1129e38b973 used request id req-be465b72-7d3d-4241-ad16-49e9d735183d 2018-09-04 21:53:50,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90382766b969a820dd53934d50707a4387f47375" 2018-09-04 21:53:50,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e79b298-51a6-471a-807e-8e68662477ff Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:50,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2e79b298-51a6-471a-807e-8e68662477ff 2018-09-04 21:53:50,601 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-7818a4b6-b8d8-4be-user 2018-09-04 21:53:50,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/bea9779e9b9e42138c946092e24f28ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63ec844da56f5c356f112851e5a923a8fcb57cf" 2018-09-04 21:53:50,775 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1ec5e49-8f68-4452-aec9-6f556537bc60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:50,775 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/bea9779e9b9e42138c946092e24f28ec used request id req-b1ec5e49-8f68-4452-aec9-6f556537bc60 2018-09-04 21:53:50,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:51,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["lkATKo1kRKao6YS9vDQpNQ"], "issued_at": "2018-09-04T21:53:51.000000Z"}} 2018-09-04 21:53:51,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ac104d4a0e195870f5cf8297b737b3d5a64d17e" 2018-09-04 21:53:51,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84f50431-1945-44c5-bfe8-be57b31325d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:51,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-84f50431-1945-44c5-bfe8-be57b31325d2 2018-09-04 21:53:51,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:51,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:51,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Uwn56zVDRAaTKU8froUAzA"], "issued_at": "2018-09-04T21:53:51.000000Z"}} 2018-09-04 21:53:51,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:51,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90d932cd-1bc8-4cbc-bc18-cfc8588610a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:51,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-90d932cd-1bc8-4cbc-bc18-cfc8588610a3 2018-09-04 21:53:51,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:51,721 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:51,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-15826250-db23-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:51,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5db1819-57eb-4f7c-a7d6-e066e23f09e3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-15826250-db23-46d-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:53:51,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-15826250-db23-46d-proj used request id req-b5db1819-57eb-4f7c-a7d6-e066e23f09e3 2018-09-04 21:53:51,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:51,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80847695-a946-4730-b1cf-4379ed2e78d9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:51,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-80847695-a946-4730-b1cf-4379ed2e78d9 2018-09-04 21:53:51,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-15826250-db23-46d-proj"}}' 2018-09-04 21:53:52,011 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f977a941-500c-4239-bcc5-f12a3362a6e4 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cb0ff4e03ed54bc4962d8e7da7987bc8"}, "enabled": true, "id": "cb0ff4e03ed54bc4962d8e7da7987bc8", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-15826250-db23-46d-proj"}} 2018-09-04 21:53:52,011 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-f977a941-500c-4239-bcc5-f12a3362a6e4 2018-09-04 21:53:52,011 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-15826250-db23-46d-proj 2018-09-04 21:53:52,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:52,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:52,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["JCFQEnUCSTqyIXiEisOosw"], "issued_at": "2018-09-04T21:53:52.000000Z"}} 2018-09-04 21:53:52,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf61d0b5892e25cc3fe699303d8d96ec36c26d9" 2018-09-04 21:53:52,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-016a105e-a1b8-459e-b693-7168e839d2db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:52,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-016a105e-a1b8-459e-b693-7168e839d2db 2018-09-04 21:53:52,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:52,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:52,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf61d0b5892e25cc3fe699303d8d96ec36c26d9" 2018-09-04 21:53:52,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59252ba4-693d-4ac7-bef4-27643ffb46a5 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:53:52,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-59252ba4-693d-4ac7-bef4-27643ffb46a5 2018-09-04 21:53:52,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateImageNegativeTests-15826250-db23-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf61d0b5892e25cc3fe699303d8d96ec36c26d9" 2018-09-04 21:53:52,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20ba1969-c43d-4be5-96d9-805b8f5be7a7 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateImageNegativeTests-15826250-db23-46d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cb0ff4e03ed54bc4962d8e7da7987bc8"}, "enabled": true, "id": "cb0ff4e03ed54bc4962d8e7da7987bc8", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-15826250-db23-46d-proj"}]} 2018-09-04 21:53:52,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateImageNegativeTests-15826250-db23-46d-proj used request id req-20ba1969-c43d-4be5-96d9-805b8f5be7a7 2018-09-04 21:53:52,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf61d0b5892e25cc3fe699303d8d96ec36c26d9" 2018-09-04 21:53:52,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad117076-3d62-49c3-85d1-3cbd3b340aec Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:52,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-ad117076-3d62-49c3-85d1-3cbd3b340aec 2018-09-04 21:53:53,160 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-15826250-db23-46d-user 2018-09-04 21:53:53,160 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:53,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:53,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-565d83d8-221f-4c38-92b7-aaf47f092f70 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:53,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-565d83d8-221f-4c38-92b7-aaf47f092f70 2018-09-04 21:53:53,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" -d '{"role": {"name": "CreateImageNegativeTests-15826250-db23-46d-proj-role"}}' 2018-09-04 21:53:53,298 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d3a1bfb-92e7-4c20-997e-9ff85ea68393 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "25ef899e13ce4695889f2dab3d6df130", "links": {"self": "http://172.30.9.26:5000/v3/roles/25ef899e13ce4695889f2dab3d6df130"}, "name": "CreateImageNegativeTests-15826250-db23-46d-proj-role"}} 2018-09-04 21:53:53,298 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-7d3a1bfb-92e7-4c20-997e-9ff85ea68393 2018-09-04 21:53:53,299 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-15826250-db23-46d-proj-role 2018-09-04 21:53:53,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/25ef899e13ce4695889f2dab3d6df130 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:53,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-879ebeb6-e420-42d3-97e8-ddf29a52fbe3 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/25ef899e13ce4695889f2dab3d6df130"}, "domain_id": null, "name": "CreateImageNegativeTests-15826250-db23-46d-proj-role", "id": "25ef899e13ce4695889f2dab3d6df130"}} 2018-09-04 21:53:53,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/25ef899e13ce4695889f2dab3d6df130 used request id req-879ebeb6-e420-42d3-97e8-ddf29a52fbe3 2018-09-04 21:53:53,381 - keystone_utils - INFO - Granting role CreateImageNegativeTests-15826250-db23-46d-proj-role to project CreateImageNegativeTests-15826250-db23-46d-proj 2018-09-04 21:53:53,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/cb0ff4e03ed54bc4962d8e7da7987bc8/users/7fd5f24cdae0430891cdac64ad2c7cfa/roles/25ef899e13ce4695889f2dab3d6df130 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:53,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-723ab08c-851c-4371-a33a-29e0555fbabc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:53,510 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/cb0ff4e03ed54bc4962d8e7da7987bc8/users/7fd5f24cdae0430891cdac64ad2c7cfa/roles/25ef899e13ce4695889f2dab3d6df130 used request id req-723ab08c-851c-4371-a33a-29e0555fbabc 2018-09-04 21:53:53,511 - openstack_tests - DEBUG - Image metadata - None 2018-09-04 21:53:53,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:53,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:53,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "25ef899e13ce4695889f2dab3d6df130", "name": "CreateImageNegativeTests-15826250-db23-46d-proj-role"}], "expires_at": "2018-09-04T22:53:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb0ff4e03ed54bc4962d8e7da7987bc8", "name": "CreateImageNegativeTests-15826250-db23-46d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/cb0ff4e03ed54bc4962d8e7da7987bc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/cb0ff4e03ed54bc4962d8e7da7987bc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/cb0ff4e03ed54bc4962d8e7da7987bc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/cb0ff4e03ed54bc4962d8e7da7987bc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/cb0ff4e03ed54bc4962d8e7da7987bc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/cb0ff4e03ed54bc4962d8e7da7987bc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/cb0ff4e03ed54bc4962d8e7da7987bc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/cb0ff4e03ed54bc4962d8e7da7987bc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/cb0ff4e03ed54bc4962d8e7da7987bc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/cb0ff4e03ed54bc4962d8e7da7987bc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/cb0ff4e03ed54bc4962d8e7da7987bc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/cb0ff4e03ed54bc4962d8e7da7987bc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-15826250-db23-46d-user", "id": "7fd5f24cdae0430891cdac64ad2c7cfa"}, "audit_ids": ["KhOf68rJT3qZqLCapKUslg"], "issued_at": "2018-09-04T21:53:53.000000Z"}} 2018-09-04 21:53:53,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00744e999fd4c637e4974fcc30bcbeae0667995d" 2018-09-04 21:53:53,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb486ea3-98d0-4a95-9224-fd7a36250d71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:53,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-eb486ea3-98d0-4a95-9224-fd7a36250d71 2018-09-04 21:53:53,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-7420885d-377c-4210-8ddb-dbfe81885c68 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00744e999fd4c637e4974fcc30bcbeae0667995d" 2018-09-04 21:53:54,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-595a9b48-573e-4cbb-9798-98e9b5f5b942 Date: Tue, 04 Sep 2018 21:53:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-7420885d-377c-4210-8ddb-dbfe81885c68"} 2018-09-04 21:53:54,241 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-7420885d-377c-4210-8ddb-dbfe81885c68 used request id req-595a9b48-573e-4cbb-9798-98e9b5f5b942 2018-09-04 21:53:54,242 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2018-09-04 21:53:54,243 - file_utils - DEBUG - Saving file to - /tmp/0b6b05b4-041b-497a-936a-8be7a6eecda9 2018-09-04 21:53:54,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00744e999fd4c637e4974fcc30bcbeae0667995d" 2018-09-04 21:53:54,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-91ad4d29-f7fe-4374-b46a-2d97be4f2f2d Date: Tue, 04 Sep 2018 21:53:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 21:53:54,642 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-91ad4d29-f7fe-4374-b46a-2d97be4f2f2d 2018-09-04 21:53:54,665 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-09-04 21:53:54,665 - glance_utils - DEBUG - Closing file ./tmp/0b6b05b4-041b-497a-936a-8be7a6eecda9 2018-09-04 21:53:54,665 - glance_utils - INFO - Removing file ./tmp/0b6b05b4-041b-497a-936a-8be7a6eecda9 2018-09-04 21:53:54,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:55,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-dd2f5ed0-05c7-4511-afea-c875c8f47253 Date: Tue, 04 Sep 2018 21:53:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:53:55,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-dd2f5ed0-05c7-4511-afea-c875c8f47253 2018-09-04 21:53:55,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:55,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93dab7e0-e786-41b5-8d32-c0ad1aec44a0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:53:55,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-93dab7e0-e786-41b5-8d32-c0ad1aec44a0 2018-09-04 21:53:55,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:55,241 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c648b49-71a7-49bf-8e5f-ce77bc881ca3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:55,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-1c648b49-71a7-49bf-8e5f-ce77bc881ca3 2018-09-04 21:53:55,241 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:55,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:55,408 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcd6a277-7a4b-48ab-9796-01b5537f69d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:55,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-bcd6a277-7a4b-48ab-9796-01b5537f69d6 2018-09-04 21:53:55,408 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:55,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:55,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ee92d05-0813-4997-9ae3-6941fb64e5a2 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:53:55,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-4ee92d05-0813-4997-9ae3-6941fb64e5a2 2018-09-04 21:53:55,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:55,581 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-270adafe-d8b0-40ee-a76d-6a1c4326e4d4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:55,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-270adafe-d8b0-40ee-a76d-6a1c4326e4d4 2018-09-04 21:53:55,581 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:55,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:55,662 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6090dc5e-ade9-43fe-96f0-d983daa77e04 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:55,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-6090dc5e-ade9-43fe-96f0-d983daa77e04 2018-09-04 21:53:55,662 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:55,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:55,749 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe817b3a-70c1-4719-a4b9-243be5654ff5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:55,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-fe817b3a-70c1-4719-a4b9-243be5654ff5 2018-09-04 21:53:55,749 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:55,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:55,838 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4faeb7f-07b1-4d0d-97a7-e1250953954b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:55,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-e4faeb7f-07b1-4d0d-97a7-e1250953954b 2018-09-04 21:53:55,838 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:55,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:55,919 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5ab5844-26de-44c2-a149-d54ec24f1a07 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:55,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-d5ab5844-26de-44c2-a149-d54ec24f1a07 2018-09-04 21:53:55,919 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:55,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:56,004 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d81db046-a09c-4bac-a0c5-6702cd50cf8d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:53:56,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-d81db046-a09c-4bac-a0c5-6702cd50cf8d 2018-09-04 21:53:56,004 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:53:56,005 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-15826250-db23-46d-proj 2018-09-04 21:53:56,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/cb0ff4e03ed54bc4962d8e7da7987bc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:56,212 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3178460-3e93-4172-8c52-1d64967e747f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:56,212 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/cb0ff4e03ed54bc4962d8e7da7987bc8 used request id req-e3178460-3e93-4172-8c52-1d64967e747f 2018-09-04 21:53:56,213 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-15826250-db23-46d-proj-role 2018-09-04 21:53:56,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/25ef899e13ce4695889f2dab3d6df130 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:56,316 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e46fae64-b17a-48c9-81b7-5f22377bb82c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:56,316 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/25ef899e13ce4695889f2dab3d6df130 used request id req-e46fae64-b17a-48c9-81b7-5f22377bb82c 2018-09-04 21:53:56,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5991274b1a39d09844c3d9f053e4ac0aadbdfc41" 2018-09-04 21:53:56,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c727b711-76cd-46bc-bd17-0e8b9f83a495 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:56,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c727b711-76cd-46bc-bd17-0e8b9f83a495 2018-09-04 21:53:56,402 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-15826250-db23-46d-user 2018-09-04 21:53:56,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/7fd5f24cdae0430891cdac64ad2c7cfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf61d0b5892e25cc3fe699303d8d96ec36c26d9" 2018-09-04 21:53:56,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-196924f0-0965-4a09-a8f8-d4d54b4851a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:56,579 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/7fd5f24cdae0430891cdac64ad2c7cfa used request id req-196924f0-0965-4a09-a8f8-d4d54b4851a5 2018-09-04 21:53:56,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:56,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["osaGb8vKSIyoMdN_YQrXmQ"], "issued_at": "2018-09-04T21:53:56.000000Z"}} 2018-09-04 21:53:56,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f62cd3d1ad0bb23bfc2fbd65a4cfc98853e5a736" 2018-09-04 21:53:57,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12a0f738-8998-4be9-9034-e0054b30913a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:57,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-12a0f738-8998-4be9-9034-e0054b30913a 2018-09-04 21:53:57,044 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:57,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:57,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["yVBBW-nKTwqLiswvIegU6w"], "issued_at": "2018-09-04T21:53:57.000000Z"}} 2018-09-04 21:53:57,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:53:57,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81dbbe88-dba9-493b-9b23-fb69b5b4cb72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:57,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-81dbbe88-dba9-493b-9b23-fb69b5b4cb72 2018-09-04 21:53:57,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:57,518 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:57,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:53:57,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1901f6f2-e785-453d-9547-539c63f6bdaf Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:53:57,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj used request id req-1901f6f2-e785-453d-9547-539c63f6bdaf 2018-09-04 21:53:57,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:53:57,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f3ccbb8-fe1f-4fef-bfc2-2a1593852f90 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:57,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-8f3ccbb8-fe1f-4fef-bfc2-2a1593852f90 2018-09-04 21:53:57,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj"}}' 2018-09-04 21:53:57,825 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f3674f0-d005-46dc-b173-808dac57db44 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/77798b6826574ffda983deae3a2b69b6"}, "enabled": true, "id": "77798b6826574ffda983deae3a2b69b6", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj"}} 2018-09-04 21:53:57,825 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-4f3674f0-d005-46dc-b173-808dac57db44 2018-09-04 21:53:57,826 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj 2018-09-04 21:53:57,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:57,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:58,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:53:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["eNk-qf9ZRp2zScxT4QTV3A"], "issued_at": "2018-09-04T21:53:58.000000Z"}} 2018-09-04 21:53:58,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8be330ddf84d5a40018f79c05115ebc9121039" 2018-09-04 21:53:58,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78dc6cfd-1154-447d-81c2-718f478c5ddb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:58,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-78dc6cfd-1154-447d-81c2-718f478c5ddb 2018-09-04 21:53:58,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:53:58,301 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:53:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:53:58,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8be330ddf84d5a40018f79c05115ebc9121039" 2018-09-04 21:53:58,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e196a066-e9b7-4e2c-9d41-183d9450ea6a Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:53:58,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e196a066-e9b7-4e2c-9d41-183d9450ea6a 2018-09-04 21:53:58,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8be330ddf84d5a40018f79c05115ebc9121039" 2018-09-04 21:53:58,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edbc5ff6-621b-4541-ac0c-74069ec02822 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/77798b6826574ffda983deae3a2b69b6"}, "enabled": true, "id": "77798b6826574ffda983deae3a2b69b6", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj"}]} 2018-09-04 21:53:58,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj used request id req-edbc5ff6-621b-4541-ac0c-74069ec02822 2018-09-04 21:53:58,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8be330ddf84d5a40018f79c05115ebc9121039" 2018-09-04 21:53:58,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fba0f7b-9924-44ad-b2a1-050c15cf9ae0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:53:58,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-1fba0f7b-9924-44ad-b2a1-050c15cf9ae0 2018-09-04 21:53:58,747 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-8a68bb1f-2d4d-47d-user 2018-09-04 21:53:58,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:58,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:53:58,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44b85d32-c0d1-460d-b45b-84d7abd5b3a5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:53:58,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-44b85d32-c0d1-460d-b45b-84d7abd5b3a5 2018-09-04 21:53:58,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" -d '{"role": {"name": "CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj-role"}}' 2018-09-04 21:53:58,945 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:53:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-642fb9d0-8ffd-49a8-bfa2-bba1aa013f81 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6fa026ec06e04fd9b1703dcf72f42ff2", "links": {"self": "http://172.30.9.26:5000/v3/roles/6fa026ec06e04fd9b1703dcf72f42ff2"}, "name": "CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj-role"}} 2018-09-04 21:53:58,945 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-642fb9d0-8ffd-49a8-bfa2-bba1aa013f81 2018-09-04 21:53:58,945 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj-role 2018-09-04 21:53:58,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/6fa026ec06e04fd9b1703dcf72f42ff2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:53:59,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-116f3c8c-4dd4-436d-85b9-ed2c96edd6e2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/6fa026ec06e04fd9b1703dcf72f42ff2"}, "domain_id": null, "name": "CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj-role", "id": "6fa026ec06e04fd9b1703dcf72f42ff2"}} 2018-09-04 21:53:59,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/6fa026ec06e04fd9b1703dcf72f42ff2 used request id req-116f3c8c-4dd4-436d-85b9-ed2c96edd6e2 2018-09-04 21:53:59,040 - keystone_utils - INFO - Granting role CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj-role to project CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj 2018-09-04 21:53:59,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/77798b6826574ffda983deae3a2b69b6/users/da6652d003f144fcadb85b805160066a/roles/6fa026ec06e04fd9b1703dcf72f42ff2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:53:59,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:53:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-705ff80a-07c6-4c61-9b73-b9f94bef0c0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:53:59,163 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/77798b6826574ffda983deae3a2b69b6/users/da6652d003f144fcadb85b805160066a/roles/6fa026ec06e04fd9b1703dcf72f42ff2 used request id req-705ff80a-07c6-4c61-9b73-b9f94bef0c0c 2018-09-04 21:53:59,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:53:59,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:53:59,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6fa026ec06e04fd9b1703dcf72f42ff2", "name": "CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj-role"}], "expires_at": "2018-09-04T22:53:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77798b6826574ffda983deae3a2b69b6", "name": "CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/77798b6826574ffda983deae3a2b69b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/77798b6826574ffda983deae3a2b69b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/77798b6826574ffda983deae3a2b69b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/77798b6826574ffda983deae3a2b69b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/77798b6826574ffda983deae3a2b69b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/77798b6826574ffda983deae3a2b69b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/77798b6826574ffda983deae3a2b69b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/77798b6826574ffda983deae3a2b69b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/77798b6826574ffda983deae3a2b69b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/77798b6826574ffda983deae3a2b69b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/77798b6826574ffda983deae3a2b69b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/77798b6826574ffda983deae3a2b69b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-8a68bb1f-2d4d-47d-user", "id": "da6652d003f144fcadb85b805160066a"}, "audit_ids": ["gQx5tSNMTmST4sKFA9xWKA"], "issued_at": "2018-09-04T21:53:59.000000Z"}} 2018-09-04 21:53:59,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f2426c3fab74b9eb6d4b8f4b836718a0d07bae" 2018-09-04 21:53:59,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51dc2765-23e5-47b4-95f6-1097674f3ce4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:53:59,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-51dc2765-23e5-47b4-95f6-1097674f3ce4 2018-09-04 21:53:59,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36f2426c3fab74b9eb6d4b8f4b836718a0d07bae" 2018-09-04 21:53:59,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-00b2a82b-4f25-4f78-a47a-df7f605d8e70 Date: Tue, 04 Sep 2018 21:53:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-09-04 21:53:59,815 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&name=foo used request id req-00b2a82b-4f25-4f78-a47a-df7f605d8e70 2018-09-04 21:53:59,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:00,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-b84f1bb6-14e9-40ca-8430-025f82f22710 Date: Tue, 04 Sep 2018 21:54:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:54:00,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-b84f1bb6-14e9-40ca-8430-025f82f22710 2018-09-04 21:54:00,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:00,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2ab6fd0-cb5a-4fc2-b2f0-679cd82f39b7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:54:00,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-b2ab6fd0-cb5a-4fc2-b2f0-679cd82f39b7 2018-09-04 21:54:00,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:00,221 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3e0b6f0-cf96-4335-aedf-2ec3260bde76 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:00,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-f3e0b6f0-cf96-4335-aedf-2ec3260bde76 2018-09-04 21:54:00,222 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:00,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:00,315 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd07c806-526f-4c75-a62d-04547deaa276 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:00,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-bd07c806-526f-4c75-a62d-04547deaa276 2018-09-04 21:54:00,315 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:00,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:00,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91c1a4d8-d27b-449c-8b06-536c53ebb4d7 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:54:00,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-91c1a4d8-d27b-449c-8b06-536c53ebb4d7 2018-09-04 21:54:00,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:00,491 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6a17b38-7836-4978-8f1b-c26ba2cff611 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:00,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-f6a17b38-7836-4978-8f1b-c26ba2cff611 2018-09-04 21:54:00,492 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:00,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:00,579 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7612ab12-1a68-4756-9ee8-b62367987922 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:00,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-7612ab12-1a68-4756-9ee8-b62367987922 2018-09-04 21:54:00,579 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:00,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:00,662 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a20c741f-0129-41e1-9202-bb608415e48e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:00,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-a20c741f-0129-41e1-9202-bb608415e48e 2018-09-04 21:54:00,662 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:00,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:00,754 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01bcd4d7-a6cf-4b66-9c79-d22171fabc62 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:00,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-01bcd4d7-a6cf-4b66-9c79-d22171fabc62 2018-09-04 21:54:00,754 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:00,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:00,845 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53375b90-de3c-464a-bb81-a0433adeb161 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:00,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-53375b90-de3c-464a-bb81-a0433adeb161 2018-09-04 21:54:00,845 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:00,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:00,925 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a1c3db6-2f19-4f5b-ae5b-76c15922f8b6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:00,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-9a1c3db6-2f19-4f5b-ae5b-76c15922f8b6 2018-09-04 21:54:00,926 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:00,927 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj 2018-09-04 21:54:00,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/77798b6826574ffda983deae3a2b69b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:01,122 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a6693bd-8022-4c83-83cc-9660a505f6cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:01,122 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/77798b6826574ffda983deae3a2b69b6 used request id req-2a6693bd-8022-4c83-83cc-9660a505f6cb 2018-09-04 21:54:01,123 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-8a68bb1f-2d4d-47d-proj-role 2018-09-04 21:54:01,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/6fa026ec06e04fd9b1703dcf72f42ff2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:01,238 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7df09e96-2cf6-45ff-ae7c-2c6a4fe9d866 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:01,238 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/6fa026ec06e04fd9b1703dcf72f42ff2 used request id req-7df09e96-2cf6-45ff-ae7c-2c6a4fe9d866 2018-09-04 21:54:01,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfd997598867dd3d16f4b8b298b4820c743aec8" 2018-09-04 21:54:01,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-058d032f-85be-414e-829a-3c28c569eeae Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:01,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-058d032f-85be-414e-829a-3c28c569eeae 2018-09-04 21:54:01,323 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-8a68bb1f-2d4d-47d-user 2018-09-04 21:54:01,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/da6652d003f144fcadb85b805160066a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8be330ddf84d5a40018f79c05115ebc9121039" 2018-09-04 21:54:01,495 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-685c8658-3e30-4b59-9684-0f18266d5ec1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:01,496 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/da6652d003f144fcadb85b805160066a used request id req-685c8658-3e30-4b59-9684-0f18266d5ec1 2018-09-04 21:54:01,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:01,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["bS2KRwmmRvi1BsLqpgaqqQ"], "issued_at": "2018-09-04T21:54:01.000000Z"}} 2018-09-04 21:54:01,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35d3568eac32d7903f272b3e20fab2b94c63dff8" 2018-09-04 21:54:01,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44d6d699-e49c-42b7-9dfa-084dff67d400 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:01,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-44d6d699-e49c-42b7-9dfa-084dff67d400 2018-09-04 21:54:01,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:01,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:02,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["4o3IOZOFRCSMgVNb2GQSuA"], "issued_at": "2018-09-04T21:54:02.000000Z"}} 2018-09-04 21:54:02,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:02,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40349470-df4a-4df0-9529-bf34589b20f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:02,440 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-40349470-df4a-4df0-9529-bf34589b20f6 2018-09-04 21:54:02,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:02,450 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:02,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-be6db4d2-ca24-4f2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:02,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a437b5f-257e-4439-9f69-313afb87910a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-be6db4d2-ca24-4f2-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:54:02,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-be6db4d2-ca24-4f2-proj used request id req-4a437b5f-257e-4439-9f69-313afb87910a 2018-09-04 21:54:02,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:02,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dd5c54d-2d01-4356-9635-50e2c01b4200 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:02,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-7dd5c54d-2d01-4356-9635-50e2c01b4200 2018-09-04 21:54:02,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-be6db4d2-ca24-4f2-proj"}}' 2018-09-04 21:54:02,753 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b2503b8-f82d-4f90-a832-a5c5789f8c20 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6272c56621644bff95076dd27b017b5d"}, "enabled": true, "id": "6272c56621644bff95076dd27b017b5d", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-be6db4d2-ca24-4f2-proj"}} 2018-09-04 21:54:02,753 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3b2503b8-f82d-4f90-a832-a5c5789f8c20 2018-09-04 21:54:02,753 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-be6db4d2-ca24-4f2-proj 2018-09-04 21:54:02,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:02,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:03,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["zxM2H2w6RNKRMZW5N_Fi6g"], "issued_at": "2018-09-04T21:54:03.000000Z"}} 2018-09-04 21:54:03,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fbe126cfbf24a29f322cb50ffb4506b02f8e72a" 2018-09-04 21:54:03,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a01baff7-9999-4997-b987-c184a61b33ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:03,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a01baff7-9999-4997-b987-c184a61b33ab 2018-09-04 21:54:03,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:03,238 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:03,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fbe126cfbf24a29f322cb50ffb4506b02f8e72a" 2018-09-04 21:54:03,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85bf0eee-54d3-4e5e-9126-a295437152e9 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:54:03,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-85bf0eee-54d3-4e5e-9126-a295437152e9 2018-09-04 21:54:03,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateImageNegativeTests-be6db4d2-ca24-4f2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fbe126cfbf24a29f322cb50ffb4506b02f8e72a" 2018-09-04 21:54:03,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30d84ae9-5806-4213-8a81-a41c26db71bf Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateImageNegativeTests-be6db4d2-ca24-4f2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6272c56621644bff95076dd27b017b5d"}, "enabled": true, "id": "6272c56621644bff95076dd27b017b5d", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-be6db4d2-ca24-4f2-proj"}]} 2018-09-04 21:54:03,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateImageNegativeTests-be6db4d2-ca24-4f2-proj used request id req-30d84ae9-5806-4213-8a81-a41c26db71bf 2018-09-04 21:54:03,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fbe126cfbf24a29f322cb50ffb4506b02f8e72a" 2018-09-04 21:54:03,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e294ae57-b674-41dd-a93b-1d09c1b3d7de Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:03,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e294ae57-b674-41dd-a93b-1d09c1b3d7de 2018-09-04 21:54:03,819 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-be6db4d2-ca24-4f2-user 2018-09-04 21:54:03,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:03,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:03,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56760d81-6d13-40a4-8e8d-b1ebe789c023 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:03,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-56760d81-6d13-40a4-8e8d-b1ebe789c023 2018-09-04 21:54:03,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" -d '{"role": {"name": "CreateImageNegativeTests-be6db4d2-ca24-4f2-proj-role"}}' 2018-09-04 21:54:04,010 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eab0e84f-ef69-480e-8617-cdebec403afa Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9cd59f9f6b5049e68b91f02549a3e02d", "links": {"self": "http://172.30.9.26:5000/v3/roles/9cd59f9f6b5049e68b91f02549a3e02d"}, "name": "CreateImageNegativeTests-be6db4d2-ca24-4f2-proj-role"}} 2018-09-04 21:54:04,010 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-eab0e84f-ef69-480e-8617-cdebec403afa 2018-09-04 21:54:04,011 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-be6db4d2-ca24-4f2-proj-role 2018-09-04 21:54:04,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/9cd59f9f6b5049e68b91f02549a3e02d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:04,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31106533-8f67-487f-8ebb-8aa09fc5760c Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/9cd59f9f6b5049e68b91f02549a3e02d"}, "domain_id": null, "name": "CreateImageNegativeTests-be6db4d2-ca24-4f2-proj-role", "id": "9cd59f9f6b5049e68b91f02549a3e02d"}} 2018-09-04 21:54:04,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/9cd59f9f6b5049e68b91f02549a3e02d used request id req-31106533-8f67-487f-8ebb-8aa09fc5760c 2018-09-04 21:54:04,102 - keystone_utils - INFO - Granting role CreateImageNegativeTests-be6db4d2-ca24-4f2-proj-role to project CreateImageNegativeTests-be6db4d2-ca24-4f2-proj 2018-09-04 21:54:04,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/6272c56621644bff95076dd27b017b5d/users/9486c6ce988943ec8d0ae8da6f7f918f/roles/9cd59f9f6b5049e68b91f02549a3e02d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:04,229 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f711256a-f04c-43f7-ae19-e8a60589e0cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:04,229 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/6272c56621644bff95076dd27b017b5d/users/9486c6ce988943ec8d0ae8da6f7f918f/roles/9cd59f9f6b5049e68b91f02549a3e02d used request id req-f711256a-f04c-43f7-ae19-e8a60589e0cc 2018-09-04 21:54:04,230 - openstack_tests - DEBUG - Image metadata - None 2018-09-04 21:54:04,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:04,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:04,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cd59f9f6b5049e68b91f02549a3e02d", "name": "CreateImageNegativeTests-be6db4d2-ca24-4f2-proj-role"}], "expires_at": "2018-09-04T22:54:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6272c56621644bff95076dd27b017b5d", "name": "CreateImageNegativeTests-be6db4d2-ca24-4f2-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6272c56621644bff95076dd27b017b5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/6272c56621644bff95076dd27b017b5d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/6272c56621644bff95076dd27b017b5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/6272c56621644bff95076dd27b017b5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/6272c56621644bff95076dd27b017b5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/6272c56621644bff95076dd27b017b5d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/6272c56621644bff95076dd27b017b5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/6272c56621644bff95076dd27b017b5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/6272c56621644bff95076dd27b017b5d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/6272c56621644bff95076dd27b017b5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/6272c56621644bff95076dd27b017b5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/6272c56621644bff95076dd27b017b5d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-be6db4d2-ca24-4f2-user", "id": "9486c6ce988943ec8d0ae8da6f7f918f"}, "audit_ids": ["yEiVR3fgR0y9zdgiurfNYg"], "issued_at": "2018-09-04T21:54:04.000000Z"}} 2018-09-04 21:54:04,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ace3fdfff99848ce0c2de2daa2e22f4756f9ca10" 2018-09-04 21:54:04,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4201d724-faf2-475c-af95-4d0a2ae95389 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:04,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4201d724-faf2-475c-af95-4d0a2ae95389 2018-09-04 21:54:04,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-501d9490-9ff7-49c8-bdef-d7b8d1f770e9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ace3fdfff99848ce0c2de2daa2e22f4756f9ca10" 2018-09-04 21:54:04,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-1f03c836-a07d-4d2b-8168-5d23bed149a8 Date: Tue, 04 Sep 2018 21:54:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-501d9490-9ff7-49c8-bdef-d7b8d1f770e9"} 2018-09-04 21:54:04,858 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-501d9490-9ff7-49c8-bdef-d7b8d1f770e9 used request id req-1f03c836-a07d-4d2b-8168-5d23bed149a8 2018-09-04 21:54:04,859 - file_utils - DEBUG - Downloading file from - http://foo.bar 2018-09-04 21:54:04,859 - file_utils - DEBUG - Saving file to - /tmp/6f9049b2-d261-4fe0-877e-bce31c86364d 2018-09-04 21:54:04,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:05,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-7df29bdc-9840-4a17-8e8b-4662975401f7 Date: Tue, 04 Sep 2018 21:54:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:54:05,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-7df29bdc-9840-4a17-8e8b-4662975401f7 2018-09-04 21:54:05,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:05,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3d84965-3d81-4a63-8ef4-27bee5841a5e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:54:05,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-d3d84965-3d81-4a63-8ef4-27bee5841a5e 2018-09-04 21:54:05,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:05,285 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e60a224f-9797-4794-9553-d8096a626cf6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:05,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-e60a224f-9797-4794-9553-d8096a626cf6 2018-09-04 21:54:05,286 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:05,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:05,385 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75cb3cad-3098-4ac2-8474-0368b21a0e7c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:05,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-75cb3cad-3098-4ac2-8474-0368b21a0e7c 2018-09-04 21:54:05,385 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:05,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:05,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0d1c0be-2cc5-4ad9-a86d-732b2c88ef2e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:54:05,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-d0d1c0be-2cc5-4ad9-a86d-732b2c88ef2e 2018-09-04 21:54:05,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:05,561 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dcab563-94e1-46bf-a50d-907a71630d09 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:05,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-2dcab563-94e1-46bf-a50d-907a71630d09 2018-09-04 21:54:05,562 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:05,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:05,649 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8eff1c1-1f7d-4728-9995-62d72f3e0ad4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:05,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-c8eff1c1-1f7d-4728-9995-62d72f3e0ad4 2018-09-04 21:54:05,649 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:05,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:05,740 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cca0a269-13b8-49ab-a76b-737a85f8499f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:05,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-cca0a269-13b8-49ab-a76b-737a85f8499f 2018-09-04 21:54:05,740 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:05,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:05,821 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9744c734-13d5-4128-81ed-f5f7cbe92cd9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:05,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-9744c734-13d5-4128-81ed-f5f7cbe92cd9 2018-09-04 21:54:05,821 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:05,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:05,912 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12319b76-47ec-4193-9050-a5541c881770 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:05,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-12319b76-47ec-4193-9050-a5541c881770 2018-09-04 21:54:05,913 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:05,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:06,003 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-902c89e3-4e38-474d-ae6b-244030f683f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:06,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-902c89e3-4e38-474d-ae6b-244030f683f4 2018-09-04 21:54:06,003 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:06,004 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-be6db4d2-ca24-4f2-proj 2018-09-04 21:54:06,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/6272c56621644bff95076dd27b017b5d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:06,193 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9273859d-0a3d-4133-890f-90bd9be7fb6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:06,193 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/6272c56621644bff95076dd27b017b5d used request id req-9273859d-0a3d-4133-890f-90bd9be7fb6d 2018-09-04 21:54:06,193 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-be6db4d2-ca24-4f2-proj-role 2018-09-04 21:54:06,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/9cd59f9f6b5049e68b91f02549a3e02d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:06,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef5e46f9-d91f-40ba-b1a3-92d2b2e7bee4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:06,304 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/9cd59f9f6b5049e68b91f02549a3e02d used request id req-ef5e46f9-d91f-40ba-b1a3-92d2b2e7bee4 2018-09-04 21:54:06,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfde37e04eb30943a9de8c4ffd991f3499fa5db7" 2018-09-04 21:54:06,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6328e6d7-b2e8-4652-b98f-2e8c2459291d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:06,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6328e6d7-b2e8-4652-b98f-2e8c2459291d 2018-09-04 21:54:06,408 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-be6db4d2-ca24-4f2-user 2018-09-04 21:54:06,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/9486c6ce988943ec8d0ae8da6f7f918f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fbe126cfbf24a29f322cb50ffb4506b02f8e72a" 2018-09-04 21:54:06,584 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65d142a9-6c46-4ab5-8d6a-c7d5c7d0f412 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:06,584 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/9486c6ce988943ec8d0ae8da6f7f918f used request id req-65d142a9-6c46-4ab5-8d6a-c7d5c7d0f412 2018-09-04 21:54:06,585 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:06,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["b2oGe9ftRuSnzZkFT6UCAg"], "issued_at": "2018-09-04T21:54:06.000000Z"}} 2018-09-04 21:54:06,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a754189a949335641d5f52048215565653fc42" 2018-09-04 21:54:07,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d00bde1-12c8-4fb9-9419-6dd34d2260f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:07,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5d00bde1-12c8-4fb9-9419-6dd34d2260f5 2018-09-04 21:54:07,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:07,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:07,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["JIHDG0PhRVOQI9vClDvqIQ"], "issued_at": "2018-09-04T21:54:07.000000Z"}} 2018-09-04 21:54:07,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:07,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9efbad93-af47-4d35-8870-4b03d09298e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:07,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9efbad93-af47-4d35-8870-4b03d09298e0 2018-09-04 21:54:07,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:07,533 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:07,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-aa3e3b40-09cb-442-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:07,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3666d87-6818-41c1-b40f-800726ff1471 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-aa3e3b40-09cb-442-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:54:07,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-aa3e3b40-09cb-442-proj used request id req-a3666d87-6818-41c1-b40f-800726ff1471 2018-09-04 21:54:07,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:07,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0a196d8-96a8-44c1-b0b3-84ac24f89fa2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:07,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-b0a196d8-96a8-44c1-b0b3-84ac24f89fa2 2018-09-04 21:54:07,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-aa3e3b40-09cb-442-proj"}}' 2018-09-04 21:54:07,813 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02a9b4c1-f8a4-42c3-9a1c-7adcff7bf15f Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f25602800251443db839c152953be166"}, "enabled": true, "id": "f25602800251443db839c152953be166", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-aa3e3b40-09cb-442-proj"}} 2018-09-04 21:54:07,813 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-02a9b4c1-f8a4-42c3-9a1c-7adcff7bf15f 2018-09-04 21:54:07,814 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-aa3e3b40-09cb-442-proj 2018-09-04 21:54:07,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:07,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:08,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ABbUfpsDQFu7mes5Mw5WtQ"], "issued_at": "2018-09-04T21:54:08.000000Z"}} 2018-09-04 21:54:08,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb9bb17ab48f7a4d0a7da18f489ceb5cbdeb4647" 2018-09-04 21:54:08,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7d79d4b-959e-478d-94cf-ee8899f98037 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:08,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d7d79d4b-959e-478d-94cf-ee8899f98037 2018-09-04 21:54:08,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:08,209 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:08,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb9bb17ab48f7a4d0a7da18f489ceb5cbdeb4647" 2018-09-04 21:54:08,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c741e12-0e1f-4a7d-b830-366fd294ad9c Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:54:08,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7c741e12-0e1f-4a7d-b830-366fd294ad9c 2018-09-04 21:54:08,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateMultiPartImageTests-aa3e3b40-09cb-442-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb9bb17ab48f7a4d0a7da18f489ceb5cbdeb4647" 2018-09-04 21:54:08,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-360e2b30-ba26-4bf4-b840-ec39e00564de Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateMultiPartImageTests-aa3e3b40-09cb-442-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f25602800251443db839c152953be166"}, "enabled": true, "id": "f25602800251443db839c152953be166", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-aa3e3b40-09cb-442-proj"}]} 2018-09-04 21:54:08,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateMultiPartImageTests-aa3e3b40-09cb-442-proj used request id req-360e2b30-ba26-4bf4-b840-ec39e00564de 2018-09-04 21:54:08,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb9bb17ab48f7a4d0a7da18f489ceb5cbdeb4647" 2018-09-04 21:54:08,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0d15e67-c293-406e-ae71-bd9979221783 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:08,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-d0d15e67-c293-406e-ae71-bd9979221783 2018-09-04 21:54:08,939 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-aa3e3b40-09cb-442-user 2018-09-04 21:54:08,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:08,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:09,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97b15d1-c7f7-4c38-b7d7-9448ffc0f0e1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:09,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c97b15d1-c7f7-4c38-b7d7-9448ffc0f0e1 2018-09-04 21:54:09,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" -d '{"role": {"name": "CreateMultiPartImageTests-aa3e3b40-09cb-442-proj-role"}}' 2018-09-04 21:54:09,149 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4eec5340-07e5-4281-8393-d364cf853200 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ce39a4814e7d4f4184a74779deb9d17e", "links": {"self": "http://172.30.9.26:5000/v3/roles/ce39a4814e7d4f4184a74779deb9d17e"}, "name": "CreateMultiPartImageTests-aa3e3b40-09cb-442-proj-role"}} 2018-09-04 21:54:09,149 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-4eec5340-07e5-4281-8393-d364cf853200 2018-09-04 21:54:09,149 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-aa3e3b40-09cb-442-proj-role 2018-09-04 21:54:09,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ce39a4814e7d4f4184a74779deb9d17e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:09,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67c8b420-9068-4875-b36a-f29642af5e40 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ce39a4814e7d4f4184a74779deb9d17e"}, "domain_id": null, "name": "CreateMultiPartImageTests-aa3e3b40-09cb-442-proj-role", "id": "ce39a4814e7d4f4184a74779deb9d17e"}} 2018-09-04 21:54:09,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ce39a4814e7d4f4184a74779deb9d17e used request id req-67c8b420-9068-4875-b36a-f29642af5e40 2018-09-04 21:54:09,170 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-aa3e3b40-09cb-442-proj-role to project CreateMultiPartImageTests-aa3e3b40-09cb-442-proj 2018-09-04 21:54:09,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/f25602800251443db839c152953be166/users/df85cb5411bc417a8f48e2ca52cfb5c0/roles/ce39a4814e7d4f4184a74779deb9d17e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:09,390 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-631a6039-7f2b-43df-a3de-45c813be1a7a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:09,391 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/f25602800251443db839c152953be166/users/df85cb5411bc417a8f48e2ca52cfb5c0/roles/ce39a4814e7d4f4184a74779deb9d17e used request id req-631a6039-7f2b-43df-a3de-45c813be1a7a 2018-09-04 21:54:09,391 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-09-04 21:54:09,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:09,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-82bd55c1-9e77-49da-bd0e-886c06209e1c Date: Tue, 04 Sep 2018 21:54:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:54:09,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-82bd55c1-9e77-49da-bd0e-886c06209e1c 2018-09-04 21:54:09,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:09,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48354367-43f8-49c1-b361-6c4717273128 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:54:09,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-48354367-43f8-49c1-b361-6c4717273128 2018-09-04 21:54:09,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:09,831 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f6f891c-4400-4ee5-a341-4a36b9612c3f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:09,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-5f6f891c-4400-4ee5-a341-4a36b9612c3f 2018-09-04 21:54:09,831 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:09,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:09,922 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da16dab1-3197-46d4-baa8-b4a8e2d2a9b1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:09,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-da16dab1-3197-46d4-baa8-b4a8e2d2a9b1 2018-09-04 21:54:09,922 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:09,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:10,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-083e09d9-7cd0-4db5-b79d-67a737d80904 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:54:10,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-083e09d9-7cd0-4db5-b79d-67a737d80904 2018-09-04 21:54:10,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:10,103 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8f71789-6acd-490b-875d-80e1040f2d08 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:10,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-a8f71789-6acd-490b-875d-80e1040f2d08 2018-09-04 21:54:10,103 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:10,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:10,193 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37f1502f-4430-4ad5-9180-c1f330afd998 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:10,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-37f1502f-4430-4ad5-9180-c1f330afd998 2018-09-04 21:54:10,193 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:10,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:10,283 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2ebb867-0249-4fb2-b967-158bfe37916e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:10,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-d2ebb867-0249-4fb2-b967-158bfe37916e 2018-09-04 21:54:10,283 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:10,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:10,363 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e15d7232-08f5-4490-8872-5a6b4cfa5a44 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:10,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-e15d7232-08f5-4490-8872-5a6b4cfa5a44 2018-09-04 21:54:10,364 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:10,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:10,455 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13b35ea7-cb02-446d-bb7a-cba4700db97e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:10,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-13b35ea7-cb02-446d-bb7a-cba4700db97e 2018-09-04 21:54:10,455 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:10,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:10,550 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74667303-cd1e-4dea-a2f8-fc68893e5bc3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:10,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-74667303-cd1e-4dea-a2f8-fc68893e5bc3 2018-09-04 21:54:10,551 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:10,552 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-aa3e3b40-09cb-442-proj 2018-09-04 21:54:10,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/f25602800251443db839c152953be166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:10,732 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36fd93bf-bff3-4715-b1e2-7b40381323f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:10,732 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/f25602800251443db839c152953be166 used request id req-36fd93bf-bff3-4715-b1e2-7b40381323f9 2018-09-04 21:54:10,732 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-aa3e3b40-09cb-442-proj-role 2018-09-04 21:54:10,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/ce39a4814e7d4f4184a74779deb9d17e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:10,842 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21fb7b70-bd2a-47ce-863d-cc62784fb8cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:10,842 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/ce39a4814e7d4f4184a74779deb9d17e used request id req-21fb7b70-bd2a-47ce-863d-cc62784fb8cb 2018-09-04 21:54:10,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6815f7f705ca88f218f064fea843d1a388649896" 2018-09-04 21:54:10,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c60c27fa-39dc-4eda-896d-538ee2c92096 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:10,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c60c27fa-39dc-4eda-896d-538ee2c92096 2018-09-04 21:54:10,935 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-aa3e3b40-09cb-442-user 2018-09-04 21:54:10,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/df85cb5411bc417a8f48e2ca52cfb5c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb9bb17ab48f7a4d0a7da18f489ceb5cbdeb4647" 2018-09-04 21:54:11,105 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f4358d8-e2d6-477c-9b4a-da36e81cbf62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:11,105 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/df85cb5411bc417a8f48e2ca52cfb5c0 used request id req-2f4358d8-e2d6-477c-9b4a-da36e81cbf62 2018-09-04 21:54:11,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:11,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["riTYYJMWQTOu1pJGQhJM0Q"], "issued_at": "2018-09-04T21:54:11.000000Z"}} 2018-09-04 21:54:11,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c737823368a6b363af8f231c67a7e2b36e437bb9" 2018-09-04 21:54:11,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-218687b6-bb95-4119-b2cf-88980398e9ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:11,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-218687b6-bb95-4119-b2cf-88980398e9ef 2018-09-04 21:54:11,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:11,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:11,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["dEg0MzEMQ4CzIrdzwKkN3w"], "issued_at": "2018-09-04T21:54:11.000000Z"}} 2018-09-04 21:54:11,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:12,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50443569-2f4e-4457-8b38-8d3f575f3d4b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:12,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-50443569-2f4e-4457-8b38-8d3f575f3d4b 2018-09-04 21:54:12,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:12,073 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:12,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-f939fd02-48f0-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:12,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11a6fccb-4393-4a57-bd82-84ba9ab1838d Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-f939fd02-48f0-412-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:54:12,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-f939fd02-48f0-412-proj used request id req-11a6fccb-4393-4a57-bd82-84ba9ab1838d 2018-09-04 21:54:12,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:12,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30a9868a-a9d3-4f84-a81a-4081200b4ba3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:12,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-30a9868a-a9d3-4f84-a81a-4081200b4ba3 2018-09-04 21:54:12,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-f939fd02-48f0-412-proj"}}' 2018-09-04 21:54:12,370 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-225e4880-8c6d-4257-ba13-7331a2781875 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a76479655e041fcaf73719730dbb558"}, "enabled": true, "id": "6a76479655e041fcaf73719730dbb558", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-f939fd02-48f0-412-proj"}} 2018-09-04 21:54:12,370 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-225e4880-8c6d-4257-ba13-7331a2781875 2018-09-04 21:54:12,371 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-f939fd02-48f0-412-proj 2018-09-04 21:54:12,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:12,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:12,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["HWDMOMx2T5mHNZh6wTAZAg"], "issued_at": "2018-09-04T21:54:12.000000Z"}} 2018-09-04 21:54:12,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cd1a642386c836d8c683876434d01778638eac" 2018-09-04 21:54:12,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-216fecbd-9ed8-419b-85a8-bd1fc8550309 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:12,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-216fecbd-9ed8-419b-85a8-bd1fc8550309 2018-09-04 21:54:12,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:12,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:12,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cd1a642386c836d8c683876434d01778638eac" 2018-09-04 21:54:12,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ccfc06d-8b77-4e1e-af00-c55add51951b Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:54:12,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1ccfc06d-8b77-4e1e-af00-c55add51951b 2018-09-04 21:54:12,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateMultiPartImageTests-f939fd02-48f0-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cd1a642386c836d8c683876434d01778638eac" 2018-09-04 21:54:13,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2fbf824-8123-4c04-8a7f-6ff9ff5d53bd Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateMultiPartImageTests-f939fd02-48f0-412-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6a76479655e041fcaf73719730dbb558"}, "enabled": true, "id": "6a76479655e041fcaf73719730dbb558", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-f939fd02-48f0-412-proj"}]} 2018-09-04 21:54:13,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateMultiPartImageTests-f939fd02-48f0-412-proj used request id req-c2fbf824-8123-4c04-8a7f-6ff9ff5d53bd 2018-09-04 21:54:13,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cd1a642386c836d8c683876434d01778638eac" 2018-09-04 21:54:13,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01bd55d9-3cc9-4899-bcc3-58ccd89f591d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:13,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-01bd55d9-3cc9-4899-bcc3-58ccd89f591d 2018-09-04 21:54:13,497 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-f939fd02-48f0-412-user 2018-09-04 21:54:13,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:13,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:13,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c08bafa1-8d7c-4f81-8320-da462ed62000 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:13,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c08bafa1-8d7c-4f81-8320-da462ed62000 2018-09-04 21:54:13,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" -d '{"role": {"name": "CreateMultiPartImageTests-f939fd02-48f0-412-proj-role"}}' 2018-09-04 21:54:13,633 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a4fee71-03a7-47a1-b961-8bd585b2ebf8 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8345a4082dd74da68ead28843e201235", "links": {"self": "http://172.30.9.26:5000/v3/roles/8345a4082dd74da68ead28843e201235"}, "name": "CreateMultiPartImageTests-f939fd02-48f0-412-proj-role"}} 2018-09-04 21:54:13,633 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-4a4fee71-03a7-47a1-b961-8bd585b2ebf8 2018-09-04 21:54:13,634 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-f939fd02-48f0-412-proj-role 2018-09-04 21:54:13,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/8345a4082dd74da68ead28843e201235 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:13,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57394224-cd3f-43f7-9d89-0375a7de041e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/8345a4082dd74da68ead28843e201235"}, "domain_id": null, "name": "CreateMultiPartImageTests-f939fd02-48f0-412-proj-role", "id": "8345a4082dd74da68ead28843e201235"}} 2018-09-04 21:54:13,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/8345a4082dd74da68ead28843e201235 used request id req-57394224-cd3f-43f7-9d89-0375a7de041e 2018-09-04 21:54:13,718 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-f939fd02-48f0-412-proj-role to project CreateMultiPartImageTests-f939fd02-48f0-412-proj 2018-09-04 21:54:13,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/6a76479655e041fcaf73719730dbb558/users/afd741b0ca8547faae3f4530fe67801f/roles/8345a4082dd74da68ead28843e201235 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:13,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2048245d-223b-4ddb-975f-010d5cb026e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:13,857 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/6a76479655e041fcaf73719730dbb558/users/afd741b0ca8547faae3f4530fe67801f/roles/8345a4082dd74da68ead28843e201235 used request id req-2048245d-223b-4ddb-975f-010d5cb026e7 2018-09-04 21:54:13,858 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-09-04 21:54:13,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:14,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-a45f521b-ea36-47e3-a290-2b6980ee4e92 Date: Tue, 04 Sep 2018 21:54:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:54:14,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-a45f521b-ea36-47e3-a290-2b6980ee4e92 2018-09-04 21:54:14,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:14,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312d4062-697e-458c-ab4c-efb3b6a93ad3 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:54:14,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-312d4062-697e-458c-ab4c-efb3b6a93ad3 2018-09-04 21:54:14,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:14,226 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eab69917-e247-48e6-83b3-337bd9f63b79 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:14,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-eab69917-e247-48e6-83b3-337bd9f63b79 2018-09-04 21:54:14,226 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:14,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:14,319 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aab9523b-1f12-41de-8d2f-efd94809654e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:14,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-aab9523b-1f12-41de-8d2f-efd94809654e 2018-09-04 21:54:14,319 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:14,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:14,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fad2fb8-f0b6-4699-8cf0-a55204de56c5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:54:14,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-6fad2fb8-f0b6-4699-8cf0-a55204de56c5 2018-09-04 21:54:14,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:14,490 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44318171-031b-4b1a-a343-7aa41c8b89ee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:14,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-44318171-031b-4b1a-a343-7aa41c8b89ee 2018-09-04 21:54:14,491 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:14,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:14,582 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0019c504-d47a-40f4-aac4-50134256178d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:14,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-0019c504-d47a-40f4-aac4-50134256178d 2018-09-04 21:54:14,582 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:14,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:14,673 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38165cf1-3144-4c8c-8458-611e11120868 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:14,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-38165cf1-3144-4c8c-8458-611e11120868 2018-09-04 21:54:14,673 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:14,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:14,758 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe988930-e81e-4261-b61a-05ac8b0454f2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:14,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-fe988930-e81e-4261-b61a-05ac8b0454f2 2018-09-04 21:54:14,759 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:14,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:14,847 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45efc781-2c66-49ed-a22d-cbe5db623682 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:14,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-45efc781-2c66-49ed-a22d-cbe5db623682 2018-09-04 21:54:14,848 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:14,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:14,941 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad93373e-53f3-4479-a4db-b1877e22bea2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:14,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-ad93373e-53f3-4479-a4db-b1877e22bea2 2018-09-04 21:54:14,942 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:14,942 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-f939fd02-48f0-412-proj 2018-09-04 21:54:14,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/6a76479655e041fcaf73719730dbb558 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:15,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a539ebd-4abf-44a3-b151-40f5867c702e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:15,133 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/6a76479655e041fcaf73719730dbb558 used request id req-6a539ebd-4abf-44a3-b151-40f5867c702e 2018-09-04 21:54:15,134 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-f939fd02-48f0-412-proj-role 2018-09-04 21:54:15,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/8345a4082dd74da68ead28843e201235 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:15,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bc94dd5-d564-4450-85fb-5d91e2ef8795 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:15,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/8345a4082dd74da68ead28843e201235 used request id req-2bc94dd5-d564-4450-85fb-5d91e2ef8795 2018-09-04 21:54:15,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ac45f2db3b6d5f048b213c45664bba96ad1159" 2018-09-04 21:54:15,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee864478-4a04-45c7-aa3a-eeac19ae85fb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:15,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ee864478-4a04-45c7-aa3a-eeac19ae85fb 2018-09-04 21:54:15,337 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-f939fd02-48f0-412-user 2018-09-04 21:54:15,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/afd741b0ca8547faae3f4530fe67801f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cd1a642386c836d8c683876434d01778638eac" 2018-09-04 21:54:15,493 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e96fe7c7-9a5a-4a32-9eb7-9f41f7504b56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:15,493 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/afd741b0ca8547faae3f4530fe67801f used request id req-e96fe7c7-9a5a-4a32-9eb7-9f41f7504b56 2018-09-04 21:54:15,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:15,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["TfGyxGlrQGa2KIZDC2nZOQ"], "issued_at": "2018-09-04T21:54:15.000000Z"}} 2018-09-04 21:54:15,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ab9da1c9c32ffe3a0f14a6265a3340d944d653" 2018-09-04 21:54:15,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61adcaca-5e28-4bdf-8df5-2708ebf1bd5c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:15,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-61adcaca-5e28-4bdf-8df5-2708ebf1bd5c 2018-09-04 21:54:15,973 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:15,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:16,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["tVZ4mU6gQD2ywp3R5FnGGA"], "issued_at": "2018-09-04T21:54:16.000000Z"}} 2018-09-04 21:54:16,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:16,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a47da8e-4f7b-4405-b84d-d69a896d6cab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:16,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8a47da8e-4f7b-4405-b84d-d69a896d6cab 2018-09-04 21:54:16,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:16,449 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:16,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-0429efd8-278f-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:16,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f60e535d-c601-44cb-a1e0-fb6ea5516723 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-0429efd8-278f-4bd-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:54:16,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-0429efd8-278f-4bd-proj used request id req-f60e535d-c601-44cb-a1e0-fb6ea5516723 2018-09-04 21:54:16,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:16,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2d4e29a-836b-462d-b2eb-e20962357066 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:16,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f2d4e29a-836b-462d-b2eb-e20962357066 2018-09-04 21:54:16,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-0429efd8-278f-4bd-proj"}}' 2018-09-04 21:54:16,741 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af932718-909f-4ea1-8e3d-816c62ecb675 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f5132fa99769459eb2d295c16940b65e"}, "enabled": true, "id": "f5132fa99769459eb2d295c16940b65e", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-0429efd8-278f-4bd-proj"}} 2018-09-04 21:54:16,741 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-af932718-909f-4ea1-8e3d-816c62ecb675 2018-09-04 21:54:16,742 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-0429efd8-278f-4bd-proj 2018-09-04 21:54:16,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:16,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:17,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Ky8KEXB-SdGN-ryfiW17qQ"], "issued_at": "2018-09-04T21:54:17.000000Z"}} 2018-09-04 21:54:17,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7195be1b658152f953780b09a1f92644a9adfb8c" 2018-09-04 21:54:17,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a24c4da3-ed39-4ae5-81a3-ed84f1f423de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:17,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a24c4da3-ed39-4ae5-81a3-ed84f1f423de 2018-09-04 21:54:17,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:17,163 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:17,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7195be1b658152f953780b09a1f92644a9adfb8c" 2018-09-04 21:54:17,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7a1be04-0feb-4ea3-a858-eebd12d06885 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:54:17,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b7a1be04-0feb-4ea3-a858-eebd12d06885 2018-09-04 21:54:17,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateMultiPartImageTests-0429efd8-278f-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7195be1b658152f953780b09a1f92644a9adfb8c" 2018-09-04 21:54:17,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6905e12-73a2-4239-b54b-43158dfb1ccf Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateMultiPartImageTests-0429efd8-278f-4bd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f5132fa99769459eb2d295c16940b65e"}, "enabled": true, "id": "f5132fa99769459eb2d295c16940b65e", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-0429efd8-278f-4bd-proj"}]} 2018-09-04 21:54:17,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateMultiPartImageTests-0429efd8-278f-4bd-proj used request id req-a6905e12-73a2-4239-b54b-43158dfb1ccf 2018-09-04 21:54:17,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7195be1b658152f953780b09a1f92644a9adfb8c" 2018-09-04 21:54:17,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d3b545-d475-4c85-8b40-924385002f8f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:17,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-56d3b545-d475-4c85-8b40-924385002f8f 2018-09-04 21:54:17,819 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-0429efd8-278f-4bd-user 2018-09-04 21:54:17,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:17,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:17,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d9a25fa-2f99-4d27-9c8d-77e6855997d1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:17,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0d9a25fa-2f99-4d27-9c8d-77e6855997d1 2018-09-04 21:54:17,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" -d '{"role": {"name": "CreateMultiPartImageTests-0429efd8-278f-4bd-proj-role"}}' 2018-09-04 21:54:18,041 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b206b06-ba39-482e-9b50-b2f491b98d06 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5c315fba72d94615ade6416adbfb36a2", "links": {"self": "http://172.30.9.26:5000/v3/roles/5c315fba72d94615ade6416adbfb36a2"}, "name": "CreateMultiPartImageTests-0429efd8-278f-4bd-proj-role"}} 2018-09-04 21:54:18,041 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-1b206b06-ba39-482e-9b50-b2f491b98d06 2018-09-04 21:54:18,042 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-0429efd8-278f-4bd-proj-role 2018-09-04 21:54:18,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5c315fba72d94615ade6416adbfb36a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:18,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ded89c-6005-4a08-979b-7982d8e6644a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5c315fba72d94615ade6416adbfb36a2"}, "domain_id": null, "name": "CreateMultiPartImageTests-0429efd8-278f-4bd-proj-role", "id": "5c315fba72d94615ade6416adbfb36a2"}} 2018-09-04 21:54:18,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5c315fba72d94615ade6416adbfb36a2 used request id req-d3ded89c-6005-4a08-979b-7982d8e6644a 2018-09-04 21:54:18,060 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-0429efd8-278f-4bd-proj-role to project CreateMultiPartImageTests-0429efd8-278f-4bd-proj 2018-09-04 21:54:18,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/f5132fa99769459eb2d295c16940b65e/users/7b2fef4b8c3a4ca5bfc1e14963799bde/roles/5c315fba72d94615ade6416adbfb36a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:18,187 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7263ff84-38b0-4930-813b-743f65639764 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:18,187 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/f5132fa99769459eb2d295c16940b65e/users/7b2fef4b8c3a4ca5bfc1e14963799bde/roles/5c315fba72d94615ade6416adbfb36a2 used request id req-7263ff84-38b0-4930-813b-743f65639764 2018-09-04 21:54:18,195 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-09-04 21:54:18,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:18,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-cbfc4c8d-c9d6-4d56-ab5e-108e06a77f51 Date: Tue, 04 Sep 2018 21:54:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:54:18,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-cbfc4c8d-c9d6-4d56-ab5e-108e06a77f51 2018-09-04 21:54:18,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:18,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3fffe24-dba0-42dd-b2e6-a28516f589a5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:54:18,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-c3fffe24-dba0-42dd-b2e6-a28516f589a5 2018-09-04 21:54:18,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:18,631 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a634f875-903f-499c-bab8-4b26baef9d6a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:18,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-a634f875-903f-499c-bab8-4b26baef9d6a 2018-09-04 21:54:18,631 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:18,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:18,715 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-429f7021-059d-4ad3-ba9b-b5d4b6a18cff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:18,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-429f7021-059d-4ad3-ba9b-b5d4b6a18cff 2018-09-04 21:54:18,715 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:18,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:18,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb9f8d0f-6860-429a-b963-b0a35a3c90e9 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:54:18,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-cb9f8d0f-6860-429a-b963-b0a35a3c90e9 2018-09-04 21:54:18,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:18,891 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-085b929b-4f9f-47f5-b8e2-5e995d47fb2d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:18,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-085b929b-4f9f-47f5-b8e2-5e995d47fb2d 2018-09-04 21:54:18,892 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:18,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:18,979 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05ae9eef-6660-4b06-bdf7-e57ac931ac1d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:18,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-05ae9eef-6660-4b06-bdf7-e57ac931ac1d 2018-09-04 21:54:18,979 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:18,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:19,071 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd082dae-7725-45b8-b299-b7aea129bca9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:19,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-fd082dae-7725-45b8-b299-b7aea129bca9 2018-09-04 21:54:19,071 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:19,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:19,162 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9841468a-22d7-4c45-83ed-2002d42b320c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:19,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-9841468a-22d7-4c45-83ed-2002d42b320c 2018-09-04 21:54:19,162 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:19,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:19,250 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5577e1e-cb05-48e4-9dec-455193f4d262 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:19,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-d5577e1e-cb05-48e4-9dec-455193f4d262 2018-09-04 21:54:19,250 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:19,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:19,338 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d3e89c6-36f9-4b60-b133-f7399c684e25 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:19,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-2d3e89c6-36f9-4b60-b133-f7399c684e25 2018-09-04 21:54:19,339 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:19,340 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-0429efd8-278f-4bd-proj 2018-09-04 21:54:19,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/f5132fa99769459eb2d295c16940b65e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:19,522 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-731bfe11-7b17-4fa4-b27c-dc33f3aedc9a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:19,522 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/f5132fa99769459eb2d295c16940b65e used request id req-731bfe11-7b17-4fa4-b27c-dc33f3aedc9a 2018-09-04 21:54:19,522 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-0429efd8-278f-4bd-proj-role 2018-09-04 21:54:19,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/5c315fba72d94615ade6416adbfb36a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:19,627 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35f30a91-65c6-42b4-befa-ba8d354eaf43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:19,627 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/5c315fba72d94615ade6416adbfb36a2 used request id req-35f30a91-65c6-42b4-befa-ba8d354eaf43 2018-09-04 21:54:19,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9da79451510595253400e139efdbcae5a20462" 2018-09-04 21:54:19,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42cf03f0-cc23-4f77-927c-4a1fe5d57c43 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:19,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-42cf03f0-cc23-4f77-927c-4a1fe5d57c43 2018-09-04 21:54:19,715 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-0429efd8-278f-4bd-user 2018-09-04 21:54:19,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/7b2fef4b8c3a4ca5bfc1e14963799bde -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7195be1b658152f953780b09a1f92644a9adfb8c" 2018-09-04 21:54:19,907 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d7fccd3-ec73-439d-bbee-cb45eede08c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:19,907 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/7b2fef4b8c3a4ca5bfc1e14963799bde used request id req-8d7fccd3-ec73-439d-bbee-cb45eede08c3 2018-09-04 21:54:19,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:20,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["DjyCuCnXS_6LGWktWa7DlQ"], "issued_at": "2018-09-04T21:54:20.000000Z"}} 2018-09-04 21:54:20,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f93086ab921e0cc506c7b644734fd5047b3a4a49" 2018-09-04 21:54:20,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64df3b0d-7beb-4e19-b680-cbb395488689 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:20,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-64df3b0d-7beb-4e19-b680-cbb395488689 2018-09-04 21:54:20,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:20,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:20,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["PbB0oKINSx6k80lJxhIDIw"], "issued_at": "2018-09-04T21:54:20.000000Z"}} 2018-09-04 21:54:20,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:20,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d763732-c93c-4ce7-b202-b2f031284cb6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:20,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6d763732-c93c-4ce7-b202-b2f031284cb6 2018-09-04 21:54:20,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:20,867 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:20,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-2f633cab-d5f9-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:20,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e31297ad-35bf-4c5e-81c8-4a4d56370397 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-2f633cab-d5f9-4c1-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:54:20,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-2f633cab-d5f9-4c1-proj used request id req-e31297ad-35bf-4c5e-81c8-4a4d56370397 2018-09-04 21:54:20,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:21,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9344510a-87f9-4842-9fc9-eb9b45b30734 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:21,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-9344510a-87f9-4842-9fc9-eb9b45b30734 2018-09-04 21:54:21,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-2f633cab-d5f9-4c1-proj"}}' 2018-09-04 21:54:21,178 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf6236cd-7ef9-4f2b-8dfa-75a4b6cfd825 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/25cd3f5314e146c3b6481815346b1149"}, "enabled": true, "id": "25cd3f5314e146c3b6481815346b1149", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-2f633cab-d5f9-4c1-proj"}} 2018-09-04 21:54:21,179 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-cf6236cd-7ef9-4f2b-8dfa-75a4b6cfd825 2018-09-04 21:54:21,179 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-2f633cab-d5f9-4c1-proj 2018-09-04 21:54:21,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:21,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:21,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["dSkUw6MrQjS-ovCwcf29XQ"], "issued_at": "2018-09-04T21:54:21.000000Z"}} 2018-09-04 21:54:21,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b074f67c6d91a21947b04b5dba8d5c1ede98b501" 2018-09-04 21:54:21,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faa0701b-aeac-4827-893f-a59be883d7ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:21,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-faa0701b-aeac-4827-893f-a59be883d7ec 2018-09-04 21:54:21,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:21,649 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:21,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b074f67c6d91a21947b04b5dba8d5c1ede98b501" 2018-09-04 21:54:21,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fae67a6-502d-40df-9df7-dd5a1372addb Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:54:21,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5fae67a6-502d-40df-9df7-dd5a1372addb 2018-09-04 21:54:21,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-2f633cab-d5f9-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b074f67c6d91a21947b04b5dba8d5c1ede98b501" 2018-09-04 21:54:21,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ae90b7a-9fe3-4401-8a7b-82d5665c2957 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-2f633cab-d5f9-4c1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/25cd3f5314e146c3b6481815346b1149"}, "enabled": true, "id": "25cd3f5314e146c3b6481815346b1149", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-2f633cab-d5f9-4c1-proj"}]} 2018-09-04 21:54:21,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-2f633cab-d5f9-4c1-proj used request id req-0ae90b7a-9fe3-4401-8a7b-82d5665c2957 2018-09-04 21:54:21,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b074f67c6d91a21947b04b5dba8d5c1ede98b501" 2018-09-04 21:54:21,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e11309e1-0792-4596-8da7-cf940f55925d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:21,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e11309e1-0792-4596-8da7-cf940f55925d 2018-09-04 21:54:22,299 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-2f633cab-d5f9-4c1-user 2018-09-04 21:54:22,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:22,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:22,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cab4a40c-9457-4bd1-ad5f-c6f5f58d6222 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:22,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cab4a40c-9457-4bd1-ad5f-c6f5f58d6222 2018-09-04 21:54:22,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" -d '{"role": {"name": "CreateKeypairsTests-2f633cab-d5f9-4c1-proj-role"}}' 2018-09-04 21:54:22,520 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f0ffcfb-d647-46e8-8812-bf392b3653eb Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f8fbeb43d3f642eebcc2788e0d42e9f3", "links": {"self": "http://172.30.9.26:5000/v3/roles/f8fbeb43d3f642eebcc2788e0d42e9f3"}, "name": "CreateKeypairsTests-2f633cab-d5f9-4c1-proj-role"}} 2018-09-04 21:54:22,520 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-5f0ffcfb-d647-46e8-8812-bf392b3653eb 2018-09-04 21:54:22,520 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-2f633cab-d5f9-4c1-proj-role 2018-09-04 21:54:22,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/f8fbeb43d3f642eebcc2788e0d42e9f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:22,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0174f82-7383-4d15-803d-5da3403c8ee1 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/f8fbeb43d3f642eebcc2788e0d42e9f3"}, "domain_id": null, "name": "CreateKeypairsTests-2f633cab-d5f9-4c1-proj-role", "id": "f8fbeb43d3f642eebcc2788e0d42e9f3"}} 2018-09-04 21:54:22,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/f8fbeb43d3f642eebcc2788e0d42e9f3 used request id req-f0174f82-7383-4d15-803d-5da3403c8ee1 2018-09-04 21:54:22,607 - keystone_utils - INFO - Granting role CreateKeypairsTests-2f633cab-d5f9-4c1-proj-role to project CreateKeypairsTests-2f633cab-d5f9-4c1-proj 2018-09-04 21:54:22,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/25cd3f5314e146c3b6481815346b1149/users/59b4fb78292945e99888bbc8bb67782d/roles/f8fbeb43d3f642eebcc2788e0d42e9f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:22,739 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1944262-3873-4a15-8311-d336b674d6bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:22,739 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/25cd3f5314e146c3b6481815346b1149/users/59b4fb78292945e99888bbc8bb67782d/roles/f8fbeb43d3f642eebcc2788e0d42e9f3 used request id req-c1944262-3873-4a15-8311-d336b674d6bb 2018-09-04 21:54:22,739 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:54:22,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:22,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:23,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f8fbeb43d3f642eebcc2788e0d42e9f3", "name": "CreateKeypairsTests-2f633cab-d5f9-4c1-proj-role"}], "expires_at": "2018-09-04T22:54:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25cd3f5314e146c3b6481815346b1149", "name": "CreateKeypairsTests-2f633cab-d5f9-4c1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/25cd3f5314e146c3b6481815346b1149", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/25cd3f5314e146c3b6481815346b1149", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/25cd3f5314e146c3b6481815346b1149", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/25cd3f5314e146c3b6481815346b1149", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/25cd3f5314e146c3b6481815346b1149", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/25cd3f5314e146c3b6481815346b1149", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/25cd3f5314e146c3b6481815346b1149", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/25cd3f5314e146c3b6481815346b1149", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/25cd3f5314e146c3b6481815346b1149", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/25cd3f5314e146c3b6481815346b1149", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/25cd3f5314e146c3b6481815346b1149", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/25cd3f5314e146c3b6481815346b1149", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-2f633cab-d5f9-4c1-user", "id": "59b4fb78292945e99888bbc8bb67782d"}, "audit_ids": ["e3c09hPaSs6-vaKrAnK1Bw"], "issued_at": "2018-09-04T21:54:23.000000Z"}} 2018-09-04 21:54:23,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cf92f9778a9af6976b884b58a259630dd1ad58" 2018-09-04 21:54:23,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e73f74c-7586-4eff-9bcd-249e4faaf2c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:23,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7e73f74c-7586-4eff-9bcd-249e4faaf2c5 2018-09-04 21:54:23,238 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:54:23,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cf92f9778a9af6976b884b58a259630dd1ad58" 2018-09-04 21:54:23,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8472f035-cc85-4932-83c0-215b49cefda9 x-compute-request-id: req-8472f035-cc85-4932-83c0-215b49cefda9 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 21:54:23,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-8472f035-cc85-4932-83c0-215b49cefda9 2018-09-04 21:54:23,775 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-a60490de-dd9b-4097-b0cc-1b162578a1c7... 2018-09-04 21:54:23,775 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 21:54:23,796 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-a60490de-dd9b-4097-b0cc-1b162578a1c7 2018-09-04 21:54:23,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cf92f9778a9af6976b884b58a259630dd1ad58" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC4/00v+ViW6kWi5Myis0E+CaokA5RNjqizGRkAoYYTBPbDQbtKP61CimN4AQe2Qgm48KheQrXQhINUeogLp+ZwBxEXVc4O1t5pxlT+2skVkdbDfZx6Sa2vZhoO1J5vWjAjQxXO7ETFd1kwUWyJBaDukmTOpwGsTU+XU83fNoErtw==", "name": "CreateKeypairsTests-a60490de-dd9b-4097-b0cc-1b162578a1c7"}}' 2018-09-04 21:54:23,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ba7d19a-142a-4d9e-9eeb-59b750257a59 x-compute-request-id: req-0ba7d19a-142a-4d9e-9eeb-59b750257a59 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC4/00v+ViW6kWi5Myis0E+CaokA5RNjqizGRkAoYYTBPbDQbtKP61CimN4AQe2Qgm48KheQrXQhINUeogLp+ZwBxEXVc4O1t5pxlT+2skVkdbDfZx6Sa2vZhoO1J5vWjAjQxXO7ETFd1kwUWyJBaDukmTOpwGsTU+XU83fNoErtw==", "user_id": "59b4fb78292945e99888bbc8bb67782d", "name": "CreateKeypairsTests-a60490de-dd9b-4097-b0cc-1b162578a1c7", "fingerprint": "37:69:4b:18:f9:6d:da:bf:f3:b1:e7:fd:42:44:23:be"}} 2018-09-04 21:54:23,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-0ba7d19a-142a-4d9e-9eeb-59b750257a59 2018-09-04 21:54:23,862 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-a60490de-dd9b-4097-b0cc-1b162578a1c7 2018-09-04 21:54:23,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:24,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f8fbeb43d3f642eebcc2788e0d42e9f3", "name": "CreateKeypairsTests-2f633cab-d5f9-4c1-proj-role"}], "expires_at": "2018-09-04T22:54:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25cd3f5314e146c3b6481815346b1149", "name": "CreateKeypairsTests-2f633cab-d5f9-4c1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/25cd3f5314e146c3b6481815346b1149", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/25cd3f5314e146c3b6481815346b1149", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/25cd3f5314e146c3b6481815346b1149", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/25cd3f5314e146c3b6481815346b1149", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/25cd3f5314e146c3b6481815346b1149", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/25cd3f5314e146c3b6481815346b1149", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/25cd3f5314e146c3b6481815346b1149", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/25cd3f5314e146c3b6481815346b1149", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/25cd3f5314e146c3b6481815346b1149", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/25cd3f5314e146c3b6481815346b1149", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/25cd3f5314e146c3b6481815346b1149", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/25cd3f5314e146c3b6481815346b1149", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-2f633cab-d5f9-4c1-user", "id": "59b4fb78292945e99888bbc8bb67782d"}, "audit_ids": ["R8YinfjhRAGKZ1nTRKMJUQ"], "issued_at": "2018-09-04T21:54:24.000000Z"}} 2018-09-04 21:54:24,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-a60490de-dd9b-4097-b0cc-1b162578a1c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddcd41a72530422ff19a05f5ea2555876cf2679" 2018-09-04 21:54:24,438 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba8b4c3a-450c-435e-b66d-09ae1a9923a4 x-compute-request-id: req-ba8b4c3a-450c-435e-b66d-09ae1a9923a4 Content-Length: 0 Content-Type: application/json 2018-09-04 21:54:24,438 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-a60490de-dd9b-4097-b0cc-1b162578a1c7 used request id req-ba8b4c3a-450c-435e-b66d-09ae1a9923a4 2018-09-04 21:54:24,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddcd41a72530422ff19a05f5ea2555876cf2679" 2018-09-04 21:54:24,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4b6122b4-7a8c-40d0-b81e-e1d5865cb3fb x-compute-request-id: req-4b6122b4-7a8c-40d0-b81e-e1d5865cb3fb Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 21:54:24,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-4b6122b4-7a8c-40d0-b81e-e1d5865cb3fb 2018-09-04 21:54:24,461 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-a60490de-dd9b-4097-b0cc-1b162578a1c7 2018-09-04 21:54:24,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-a60490de-dd9b-4097-b0cc-1b162578a1c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19cf92f9778a9af6976b884b58a259630dd1ad58" 2018-09-04 21:54:24,509 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2121b84-f4ea-430f-b7d2-b3a3202b4224 x-compute-request-id: req-e2121b84-f4ea-430f-b7d2-b3a3202b4224 Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-a60490de-dd9b-4097-b0cc-1b162578a1c7 not found for user 59b4fb78292945e99888bbc8bb67782d", "code": 404}} 2018-09-04 21:54:24,509 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-a60490de-dd9b-4097-b0cc-1b162578a1c7 used request id req-e2121b84-f4ea-430f-b7d2-b3a3202b4224 2018-09-04 21:54:24,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:24,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-ea40acff-4592-4462-b6e9-f94b69fba0a8 Date: Tue, 04 Sep 2018 21:54:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:54:24,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-ea40acff-4592-4462-b6e9-f94b69fba0a8 2018-09-04 21:54:24,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:24,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb303733-bdd9-4503-bc3c-2182288997a6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:54:24,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-eb303733-bdd9-4503-bc3c-2182288997a6 2018-09-04 21:54:24,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:24,934 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0831fbb7-3e77-4c75-a76e-081ab0bd8237 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:24,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-0831fbb7-3e77-4c75-a76e-081ab0bd8237 2018-09-04 21:54:24,934 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:24,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:25,025 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cfcb436-4a7f-4536-b0a3-e8bca7f70c0d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:25,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-4cfcb436-4a7f-4536-b0a3-e8bca7f70c0d 2018-09-04 21:54:25,026 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:25,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:25,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ae6246-fc87-4da5-a0c3-0d3147d8f81e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:54:25,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-e9ae6246-fc87-4da5-a0c3-0d3147d8f81e 2018-09-04 21:54:25,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:25,199 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-958f3874-826d-4d2e-92ae-c64249ee8e3a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:25,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-958f3874-826d-4d2e-92ae-c64249ee8e3a 2018-09-04 21:54:25,199 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:25,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:25,219 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21abe671-a7ee-46bf-919d-91ce57d4afcb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:25,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-21abe671-a7ee-46bf-919d-91ce57d4afcb 2018-09-04 21:54:25,219 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:25,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:25,312 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a10574c-4190-4fcb-b254-497d918d0148 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:25,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-2a10574c-4190-4fcb-b254-497d918d0148 2018-09-04 21:54:25,313 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:25,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:25,397 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48781ea9-3e76-49e1-aa04-7d6e3cbb19c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:25,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-48781ea9-3e76-49e1-aa04-7d6e3cbb19c4 2018-09-04 21:54:25,397 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:25,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:25,489 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9900a55-d5c3-46f1-985a-29e10eed7b63 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:25,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-b9900a55-d5c3-46f1-985a-29e10eed7b63 2018-09-04 21:54:25,489 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:25,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:25,582 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45cc5e78-3841-4e4d-b0c0-f5feb258ef28 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:25,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-45cc5e78-3841-4e4d-b0c0-f5feb258ef28 2018-09-04 21:54:25,583 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:25,584 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-2f633cab-d5f9-4c1-proj 2018-09-04 21:54:25,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/25cd3f5314e146c3b6481815346b1149 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:25,768 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e76dbc7-ce5e-4b8c-9502-2383e79746e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:25,768 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/25cd3f5314e146c3b6481815346b1149 used request id req-9e76dbc7-ce5e-4b8c-9502-2383e79746e6 2018-09-04 21:54:25,768 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-2f633cab-d5f9-4c1-proj-role 2018-09-04 21:54:25,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/f8fbeb43d3f642eebcc2788e0d42e9f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:25,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b419354-f90e-4399-b7bd-b041168177dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:25,879 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/f8fbeb43d3f642eebcc2788e0d42e9f3 used request id req-6b419354-f90e-4399-b7bd-b041168177dd 2018-09-04 21:54:25,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918205279adfac8b0c78d4de9ffc3324632c428a" 2018-09-04 21:54:25,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a60df06-59ec-4635-a9a3-8116106d7831 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:25,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8a60df06-59ec-4635-a9a3-8116106d7831 2018-09-04 21:54:25,973 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-2f633cab-d5f9-4c1-user 2018-09-04 21:54:25,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/59b4fb78292945e99888bbc8bb67782d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b074f67c6d91a21947b04b5dba8d5c1ede98b501" 2018-09-04 21:54:26,170 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-286f4c35-288d-4cfc-9784-859ac257d75a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:26,170 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/59b4fb78292945e99888bbc8bb67782d used request id req-286f4c35-288d-4cfc-9784-859ac257d75a 2018-09-04 21:54:26,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:26,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["93GoM2Y1SvCZTE0SLgs4Tw"], "issued_at": "2018-09-04T21:54:26.000000Z"}} 2018-09-04 21:54:26,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42ff038975bf63970002da461473893dcb1f7ca3" 2018-09-04 21:54:26,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-162927f6-0ccb-4040-82ca-dd938b163a6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:26,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-162927f6-0ccb-4040-82ca-dd938b163a6e 2018-09-04 21:54:26,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:26,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:27,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["wzXMKgKgQ8qr5w0a_XlLFQ"], "issued_at": "2018-09-04T21:54:27.000000Z"}} 2018-09-04 21:54:27,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:27,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deb69662-9f87-4645-8cf0-16820f6175ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:27,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-deb69662-9f87-4645-8cf0-16820f6175ee 2018-09-04 21:54:27,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:27,114 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:27,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6c431459-d5a2-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:27,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79ef9ee2-80e9-462a-bd21-be80057aed3d Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6c431459-d5a2-4fc-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:54:27,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6c431459-d5a2-4fc-proj used request id req-79ef9ee2-80e9-462a-bd21-be80057aed3d 2018-09-04 21:54:27,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:27,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-158d33f9-a2aa-4541-8380-76cbf47842ec Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:27,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-158d33f9-a2aa-4541-8380-76cbf47842ec 2018-09-04 21:54:27,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-6c431459-d5a2-4fc-proj"}}' 2018-09-04 21:54:27,418 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b06f3cb-1150-46cd-9b6e-4bcbe0a66d89 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/78ebeb601d494ac79a508e6a93471911"}, "enabled": true, "id": "78ebeb601d494ac79a508e6a93471911", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-6c431459-d5a2-4fc-proj"}} 2018-09-04 21:54:27,418 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-8b06f3cb-1150-46cd-9b6e-4bcbe0a66d89 2018-09-04 21:54:27,418 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-6c431459-d5a2-4fc-proj 2018-09-04 21:54:27,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:27,419 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:27,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["5zt_Tp_MSWiymuPX3Bmucg"], "issued_at": "2018-09-04T21:54:27.000000Z"}} 2018-09-04 21:54:27,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c517f66cb5eec18b2a25fc478ffb5440e86b76e5" 2018-09-04 21:54:27,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff00c0c-e304-4175-878d-c0186d5cd5d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:27,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7ff00c0c-e304-4175-878d-c0186d5cd5d7 2018-09-04 21:54:27,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:27,892 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:27,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c517f66cb5eec18b2a25fc478ffb5440e86b76e5" 2018-09-04 21:54:27,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e29f87e-4aaf-442b-88d3-281dd8feb42d Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:54:27,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7e29f87e-4aaf-442b-88d3-281dd8feb42d 2018-09-04 21:54:27,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-6c431459-d5a2-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c517f66cb5eec18b2a25fc478ffb5440e86b76e5" 2018-09-04 21:54:28,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e8e8244-dda4-4955-83fd-c8944e800138 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-6c431459-d5a2-4fc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/78ebeb601d494ac79a508e6a93471911"}, "enabled": true, "id": "78ebeb601d494ac79a508e6a93471911", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-6c431459-d5a2-4fc-proj"}]} 2018-09-04 21:54:28,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-6c431459-d5a2-4fc-proj used request id req-4e8e8244-dda4-4955-83fd-c8944e800138 2018-09-04 21:54:28,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c517f66cb5eec18b2a25fc478ffb5440e86b76e5" 2018-09-04 21:54:28,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9e9eae6-1fd6-4d01-acf9-be42658d79f0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:28,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f9e9eae6-1fd6-4d01-acf9-be42658d79f0 2018-09-04 21:54:28,574 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-6c431459-d5a2-4fc-user 2018-09-04 21:54:28,574 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:28,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:28,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28b8d3e7-6ea4-4440-9af6-f959814e0ce2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:28,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-28b8d3e7-6ea4-4440-9af6-f959814e0ce2 2018-09-04 21:54:28,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" -d '{"role": {"name": "CreateKeypairsTests-6c431459-d5a2-4fc-proj-role"}}' 2018-09-04 21:54:28,885 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4443574-aace-4c76-a98d-9b0bf25e62de Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e3a3b96987c84822a93df3731140e016", "links": {"self": "http://172.30.9.26:5000/v3/roles/e3a3b96987c84822a93df3731140e016"}, "name": "CreateKeypairsTests-6c431459-d5a2-4fc-proj-role"}} 2018-09-04 21:54:28,885 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-d4443574-aace-4c76-a98d-9b0bf25e62de 2018-09-04 21:54:28,886 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-6c431459-d5a2-4fc-proj-role 2018-09-04 21:54:28,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/e3a3b96987c84822a93df3731140e016 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:28,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4de03238-ee64-4f54-a0de-393588434a6f Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/e3a3b96987c84822a93df3731140e016"}, "domain_id": null, "name": "CreateKeypairsTests-6c431459-d5a2-4fc-proj-role", "id": "e3a3b96987c84822a93df3731140e016"}} 2018-09-04 21:54:28,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/e3a3b96987c84822a93df3731140e016 used request id req-4de03238-ee64-4f54-a0de-393588434a6f 2018-09-04 21:54:28,909 - keystone_utils - INFO - Granting role CreateKeypairsTests-6c431459-d5a2-4fc-proj-role to project CreateKeypairsTests-6c431459-d5a2-4fc-proj 2018-09-04 21:54:28,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/78ebeb601d494ac79a508e6a93471911/users/b26b03c68c364fc78e982039e5b3d2fd/roles/e3a3b96987c84822a93df3731140e016 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:29,043 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d5a3312-af6d-4173-8be8-4f3d3647100c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:29,043 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/78ebeb601d494ac79a508e6a93471911/users/b26b03c68c364fc78e982039e5b3d2fd/roles/e3a3b96987c84822a93df3731140e016 used request id req-8d5a3312-af6d-4173-8be8-4f3d3647100c 2018-09-04 21:54:29,044 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:54:29,130 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-acd40616-4eb1-4ca3-a310-4d139df7c042.pub 2018-09-04 21:54:29,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:29,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:29,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e3a3b96987c84822a93df3731140e016", "name": "CreateKeypairsTests-6c431459-d5a2-4fc-proj-role"}], "expires_at": "2018-09-04T22:54:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78ebeb601d494ac79a508e6a93471911", "name": "CreateKeypairsTests-6c431459-d5a2-4fc-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/78ebeb601d494ac79a508e6a93471911", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/78ebeb601d494ac79a508e6a93471911", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/78ebeb601d494ac79a508e6a93471911", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/78ebeb601d494ac79a508e6a93471911", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/78ebeb601d494ac79a508e6a93471911", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/78ebeb601d494ac79a508e6a93471911", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/78ebeb601d494ac79a508e6a93471911", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/78ebeb601d494ac79a508e6a93471911", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/78ebeb601d494ac79a508e6a93471911", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/78ebeb601d494ac79a508e6a93471911", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/78ebeb601d494ac79a508e6a93471911", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/78ebeb601d494ac79a508e6a93471911", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-6c431459-d5a2-4fc-user", "id": "b26b03c68c364fc78e982039e5b3d2fd"}, "audit_ids": ["qzxLfLxLR82j1uXDYCDObw"], "issued_at": "2018-09-04T21:54:29.000000Z"}} 2018-09-04 21:54:29,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f4eb407b30ee0f8a70533473d915e8eaa7cac4" 2018-09-04 21:54:29,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5b24b4f-c6b5-437b-afc0-eb53178a219e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:29,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b5b24b4f-c6b5-437b-afc0-eb53178a219e 2018-09-04 21:54:29,594 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:54:29,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f4eb407b30ee0f8a70533473d915e8eaa7cac4" 2018-09-04 21:54:30,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9918ffda-68e8-4a57-8e46-e89b92eff508 x-compute-request-id: req-9918ffda-68e8-4a57-8e46-e89b92eff508 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 21:54:30,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-9918ffda-68e8-4a57-8e46-e89b92eff508 2018-09-04 21:54:30,165 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-acd40616-4eb1-4ca3-a310-4d139df7c042... 2018-09-04 21:54:30,165 - OpenStackKeypair - INFO - Uploading existing keypair 2018-09-04 21:54:30,165 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-acd40616-4eb1-4ca3-a310-4d139df7c042.pub 2018-09-04 21:54:30,165 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-acd40616-4eb1-4ca3-a310-4d139df7c042 2018-09-04 21:54:30,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f4eb407b30ee0f8a70533473d915e8eaa7cac4" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJRlpN9wcFe5JoI424LbbUze3fb+YdM5JXH1pQJYnpw2EL4NEP6/pCgMvg2PLHhoDPgK80UwdLQyC1XN+B8UHWHgZ2GX2Dgi+lWVOglOPNGMSY4DNF1gLVWhrSv1tAsMO51Uj5lxxu2NL4XpQ5xpdwU1P5zreMLwdVtvBefKdTTa5R6yGNuMGAo9LSE4uZxW2goHjIKYlqfn7uRugkxNNL8H4P+RC96xbzcvVRckE/fuGpQVQ/aVLGj86qZXIE4BJ42dIIS3JbVcYGZZJ0nxTZq0PojFp+IUJSzOh8PqFGYcpjIy41FnDH1qkC8+oab7mDiKMbNcMTNC5lbjkyK3oR", "name": "CreateKeypairsTests-acd40616-4eb1-4ca3-a310-4d139df7c042"}}' 2018-09-04 21:54:30,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ba64a26-7bc5-4222-b796-83349304a514 x-compute-request-id: req-3ba64a26-7bc5-4222-b796-83349304a514 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJRlpN9wcFe5JoI424LbbUze3fb+YdM5JXH1pQJYnpw2EL4NEP6/pCgMvg2PLHhoDPgK80UwdLQyC1XN+B8UHWHgZ2GX2Dgi+lWVOglOPNGMSY4DNF1gLVWhrSv1tAsMO51Uj5lxxu2NL4XpQ5xpdwU1P5zreMLwdVtvBefKdTTa5R6yGNuMGAo9LSE4uZxW2goHjIKYlqfn7uRugkxNNL8H4P+RC96xbzcvVRckE/fuGpQVQ/aVLGj86qZXIE4BJ42dIIS3JbVcYGZZJ0nxTZq0PojFp+IUJSzOh8PqFGYcpjIy41FnDH1qkC8+oab7mDiKMbNcMTNC5lbjkyK3oR", "user_id": "b26b03c68c364fc78e982039e5b3d2fd", "name": "CreateKeypairsTests-acd40616-4eb1-4ca3-a310-4d139df7c042", "fingerprint": "0a:a9:58:b1:ab:d5:db:21:9b:49:8a:11:f6:4d:fd:02"}} 2018-09-04 21:54:30,221 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-3ba64a26-7bc5-4222-b796-83349304a514 2018-09-04 21:54:30,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:30,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e3a3b96987c84822a93df3731140e016", "name": "CreateKeypairsTests-6c431459-d5a2-4fc-proj-role"}], "expires_at": "2018-09-04T22:54:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78ebeb601d494ac79a508e6a93471911", "name": "CreateKeypairsTests-6c431459-d5a2-4fc-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/78ebeb601d494ac79a508e6a93471911", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/78ebeb601d494ac79a508e6a93471911", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/78ebeb601d494ac79a508e6a93471911", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/78ebeb601d494ac79a508e6a93471911", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/78ebeb601d494ac79a508e6a93471911", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/78ebeb601d494ac79a508e6a93471911", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/78ebeb601d494ac79a508e6a93471911", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/78ebeb601d494ac79a508e6a93471911", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/78ebeb601d494ac79a508e6a93471911", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/78ebeb601d494ac79a508e6a93471911", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/78ebeb601d494ac79a508e6a93471911", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/78ebeb601d494ac79a508e6a93471911", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-6c431459-d5a2-4fc-user", "id": "b26b03c68c364fc78e982039e5b3d2fd"}, "audit_ids": ["KvUPo9nES7OU_wuavgYBqw"], "issued_at": "2018-09-04T21:54:30.000000Z"}} 2018-09-04 21:54:30,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-acd40616-4eb1-4ca3-a310-4d139df7c042 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fd5a974512927e0eefec5493dd88c89757ee27" 2018-09-04 21:54:30,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acc12edc-d41f-48b9-8b9e-a84a79443849 x-compute-request-id: req-acc12edc-d41f-48b9-8b9e-a84a79443849 Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJRlpN9wcFe5JoI424LbbUze3fb+YdM5JXH1pQJYnpw2EL4NEP6/pCgMvg2PLHhoDPgK80UwdLQyC1XN+B8UHWHgZ2GX2Dgi+lWVOglOPNGMSY4DNF1gLVWhrSv1tAsMO51Uj5lxxu2NL4XpQ5xpdwU1P5zreMLwdVtvBefKdTTa5R6yGNuMGAo9LSE4uZxW2goHjIKYlqfn7uRugkxNNL8H4P+RC96xbzcvVRckE/fuGpQVQ/aVLGj86qZXIE4BJ42dIIS3JbVcYGZZJ0nxTZq0PojFp+IUJSzOh8PqFGYcpjIy41FnDH1qkC8+oab7mDiKMbNcMTNC5lbjkyK3oR", "user_id": "b26b03c68c364fc78e982039e5b3d2fd", "name": "CreateKeypairsTests-acd40616-4eb1-4ca3-a310-4d139df7c042", "deleted": false, "created_at": "2018-09-04T21:54:30.000000", "updated_at": null, "fingerprint": "0a:a9:58:b1:ab:d5:db:21:9b:49:8a:11:f6:4d:fd:02", "deleted_at": null, "id": 66}} 2018-09-04 21:54:30,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-acd40616-4eb1-4ca3-a310-4d139df7c042 used request id req-acc12edc-d41f-48b9-8b9e-a84a79443849 2018-09-04 21:54:30,762 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-acd40616-4eb1-4ca3-a310-4d139df7c042 2018-09-04 21:54:30,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-acd40616-4eb1-4ca3-a310-4d139df7c042 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f4eb407b30ee0f8a70533473d915e8eaa7cac4" 2018-09-04 21:54:30,801 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7656bec-42c2-450c-a578-f754ce89cc8d x-compute-request-id: req-b7656bec-42c2-450c-a578-f754ce89cc8d Content-Length: 0 Content-Type: application/json 2018-09-04 21:54:30,801 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-acd40616-4eb1-4ca3-a310-4d139df7c042 used request id req-b7656bec-42c2-450c-a578-f754ce89cc8d 2018-09-04 21:54:30,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:31,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-137af4ad-7fc0-4bad-b5e9-3cd7ac728331 Date: Tue, 04 Sep 2018 21:54:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:54:31,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-137af4ad-7fc0-4bad-b5e9-3cd7ac728331 2018-09-04 21:54:31,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:31,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebe6eb48-5235-40f0-8270-6f0a8a404f68 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:54:31,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-ebe6eb48-5235-40f0-8270-6f0a8a404f68 2018-09-04 21:54:31,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:31,226 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7563f744-dc23-4e28-8f07-ed5ed8974011 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:31,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-7563f744-dc23-4e28-8f07-ed5ed8974011 2018-09-04 21:54:31,227 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:31,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:31,318 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0af4070-768c-4e73-b35f-0f3ffc8f5fac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:31,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-f0af4070-768c-4e73-b35f-0f3ffc8f5fac 2018-09-04 21:54:31,318 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:31,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:31,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c888d9-0f8e-48c8-84de-80c881996ea6 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:54:31,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-72c888d9-0f8e-48c8-84de-80c881996ea6 2018-09-04 21:54:31,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:31,502 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d5e3505-acdb-4f6e-b7de-761c460a4991 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:31,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-2d5e3505-acdb-4f6e-b7de-761c460a4991 2018-09-04 21:54:31,502 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:31,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:31,603 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-709c3b12-252d-4831-be77-f62838974994 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:31,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-709c3b12-252d-4831-be77-f62838974994 2018-09-04 21:54:31,603 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:31,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:31,697 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3765cc50-4c00-444c-b8e5-112850da68b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:31,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-3765cc50-4c00-444c-b8e5-112850da68b9 2018-09-04 21:54:31,697 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:31,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:31,780 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4e3e963-6387-40b4-b63b-fab16406355f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:31,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-c4e3e963-6387-40b4-b63b-fab16406355f 2018-09-04 21:54:31,780 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:31,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:31,865 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14080f05-7db9-4250-8e97-31822d603193 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:31,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-14080f05-7db9-4250-8e97-31822d603193 2018-09-04 21:54:31,866 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:31,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:31,953 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adee1b18-6ff0-4bf5-bcf4-57c00cc47a20 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:54:31,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-adee1b18-6ff0-4bf5-bcf4-57c00cc47a20 2018-09-04 21:54:31,953 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:54:31,954 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-6c431459-d5a2-4fc-proj 2018-09-04 21:54:31,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/78ebeb601d494ac79a508e6a93471911 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:32,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a666054-7742-476d-90f8-7b5b48526d70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:32,133 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/78ebeb601d494ac79a508e6a93471911 used request id req-5a666054-7742-476d-90f8-7b5b48526d70 2018-09-04 21:54:32,133 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-6c431459-d5a2-4fc-proj-role 2018-09-04 21:54:32,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/e3a3b96987c84822a93df3731140e016 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:32,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2abc83ea-36dc-4975-8c94-d8496e912123 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:32,262 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/e3a3b96987c84822a93df3731140e016 used request id req-2abc83ea-36dc-4975-8c94-d8496e912123 2018-09-04 21:54:32,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81bd926940d51af3501013732fad51a0db1fec7" 2018-09-04 21:54:32,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4a5b4c7-28ff-40a8-be6b-b31a6202b0dd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:32,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b4a5b4c7-28ff-40a8-be6b-b31a6202b0dd 2018-09-04 21:54:32,364 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-6c431459-d5a2-4fc-user 2018-09-04 21:54:32,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/b26b03c68c364fc78e982039e5b3d2fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c517f66cb5eec18b2a25fc478ffb5440e86b76e5" 2018-09-04 21:54:32,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e186cc9-35f5-4d3d-a2e8-21545d90f80a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:32,535 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b26b03c68c364fc78e982039e5b3d2fd used request id req-4e186cc9-35f5-4d3d-a2e8-21545d90f80a 2018-09-04 21:54:32,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:32,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["F6-K_6KaSpG4uR8z-kLDqQ"], "issued_at": "2018-09-04T21:54:32.000000Z"}} 2018-09-04 21:54:32,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee81b374acdc921621281ccb7976888c7a955519" 2018-09-04 21:54:33,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b3d8227-dc98-4857-85fd-52bb342c4658 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:33,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7b3d8227-dc98-4857-85fd-52bb342c4658 2018-09-04 21:54:33,014 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:33,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:33,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["HwHvqerVSX-tGEVn4mjm7A"], "issued_at": "2018-09-04T21:54:33.000000Z"}} 2018-09-04 21:54:33,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:54:33,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ba4e497-ee3a-4576-9593-16faaab351c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:33,475 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8ba4e497-ee3a-4576-9593-16faaab351c8 2018-09-04 21:54:33,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:33,485 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:33,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-0a97e920-df74-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:54:33,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05ab377e-41c4-4c6b-9735-b1d74fd80563 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-0a97e920-df74-437-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:54:33,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-0a97e920-df74-437-proj used request id req-05ab377e-41c4-4c6b-9735-b1d74fd80563 2018-09-04 21:54:33,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:54:33,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f89f200d-a5de-490e-8f76-3f6939131657 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:33,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f89f200d-a5de-490e-8f76-3f6939131657 2018-09-04 21:54:33,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-0a97e920-df74-437-proj"}}' 2018-09-04 21:54:33,795 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2348c3f2-e338-4e53-b539-29b124bd5756 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/9cd864b4dfb14a649933720d43568b49"}, "enabled": true, "id": "9cd864b4dfb14a649933720d43568b49", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-0a97e920-df74-437-proj"}} 2018-09-04 21:54:33,796 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-2348c3f2-e338-4e53-b539-29b124bd5756 2018-09-04 21:54:33,796 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-0a97e920-df74-437-proj 2018-09-04 21:54:33,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:33,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:34,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:54:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["RwNGf-wIQZ61V1t8ASlI7Q"], "issued_at": "2018-09-04T21:54:34.000000Z"}} 2018-09-04 21:54:34,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9eff6a6ac6bd60fdd1e045856059c476d2120a8" 2018-09-04 21:54:34,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b26b096-bd0a-458e-9009-f9b7f6d5b994 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:34,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6b26b096-bd0a-458e-9009-f9b7f6d5b994 2018-09-04 21:54:34,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:54:34,274 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:54:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:54:34,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9eff6a6ac6bd60fdd1e045856059c476d2120a8" 2018-09-04 21:54:34,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01259b34-f816-448f-914e-ae62c988f765 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:54:34,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-01259b34-f816-448f-914e-ae62c988f765 2018-09-04 21:54:34,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-0a97e920-df74-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9eff6a6ac6bd60fdd1e045856059c476d2120a8" 2018-09-04 21:54:34,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06ec6da7-cfaa-4737-b173-bbec43690e54 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-0a97e920-df74-437-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/9cd864b4dfb14a649933720d43568b49"}, "enabled": true, "id": "9cd864b4dfb14a649933720d43568b49", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-0a97e920-df74-437-proj"}]} 2018-09-04 21:54:34,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-0a97e920-df74-437-proj used request id req-06ec6da7-cfaa-4737-b173-bbec43690e54 2018-09-04 21:54:34,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9eff6a6ac6bd60fdd1e045856059c476d2120a8" 2018-09-04 21:54:34,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d4f9a5b-faf9-49fe-88ff-bc94f3db5b08 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:54:34,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-9d4f9a5b-faf9-49fe-88ff-bc94f3db5b08 2018-09-04 21:54:34,932 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-0a97e920-df74-437-user 2018-09-04 21:54:34,933 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:34,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:54:35,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22e4b889-3479-4f4d-8f23-8ad44d76dc4a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:54:35,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-22e4b889-3479-4f4d-8f23-8ad44d76dc4a 2018-09-04 21:54:35,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" -d '{"role": {"name": "CreateKeypairsTests-0a97e920-df74-437-proj-role"}}' 2018-09-04 21:54:35,136 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:54:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45f29d24-eca0-428d-9e11-b129682296a8 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4365823c4ab94e6a951af4309bee1366", "links": {"self": "http://172.30.9.26:5000/v3/roles/4365823c4ab94e6a951af4309bee1366"}, "name": "CreateKeypairsTests-0a97e920-df74-437-proj-role"}} 2018-09-04 21:54:35,137 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-45f29d24-eca0-428d-9e11-b129682296a8 2018-09-04 21:54:35,137 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-0a97e920-df74-437-proj-role 2018-09-04 21:54:35,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/4365823c4ab94e6a951af4309bee1366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:54:35,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7524c681-6903-4809-b7ba-5fb9042ac68a Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/4365823c4ab94e6a951af4309bee1366"}, "domain_id": null, "name": "CreateKeypairsTests-0a97e920-df74-437-proj-role", "id": "4365823c4ab94e6a951af4309bee1366"}} 2018-09-04 21:54:35,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/4365823c4ab94e6a951af4309bee1366 used request id req-7524c681-6903-4809-b7ba-5fb9042ac68a 2018-09-04 21:54:35,222 - keystone_utils - INFO - Granting role CreateKeypairsTests-0a97e920-df74-437-proj-role to project CreateKeypairsTests-0a97e920-df74-437-proj 2018-09-04 21:54:35,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/9cd864b4dfb14a649933720d43568b49/users/0380760443974f109fb184e0708c0977/roles/4365823c4ab94e6a951af4309bee1366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:54:35,427 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:54:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-703e9ea9-68e2-4168-b386-64039b057f96 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:54:35,427 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/9cd864b4dfb14a649933720d43568b49/users/0380760443974f109fb184e0708c0977/roles/4365823c4ab94e6a951af4309bee1366 used request id req-703e9ea9-68e2-4168-b386-64039b057f96 2018-09-04 21:54:35,427 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:54:35,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:54:35,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:54:35,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4365823c4ab94e6a951af4309bee1366", "name": "CreateKeypairsTests-0a97e920-df74-437-proj-role"}], "expires_at": "2018-09-04T22:54:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9cd864b4dfb14a649933720d43568b49", "name": "CreateKeypairsTests-0a97e920-df74-437-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9cd864b4dfb14a649933720d43568b49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/9cd864b4dfb14a649933720d43568b49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/9cd864b4dfb14a649933720d43568b49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/9cd864b4dfb14a649933720d43568b49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/9cd864b4dfb14a649933720d43568b49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/9cd864b4dfb14a649933720d43568b49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/9cd864b4dfb14a649933720d43568b49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/9cd864b4dfb14a649933720d43568b49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/9cd864b4dfb14a649933720d43568b49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/9cd864b4dfb14a649933720d43568b49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/9cd864b4dfb14a649933720d43568b49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/9cd864b4dfb14a649933720d43568b49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-0a97e920-df74-437-user", "id": "0380760443974f109fb184e0708c0977"}, "audit_ids": ["vZ5WZCRfRNyh2XMKNtL-nQ"], "issued_at": "2018-09-04T21:54:35.000000Z"}} 2018-09-04 21:54:35,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}747711ea5171c8954463d872a56298745477d198" 2018-09-04 21:54:35,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4237b35-3970-432a-900e-2e2916b60cc3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:54:35,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c4237b35-3970-432a-900e-2e2916b60cc3 2018-09-04 21:54:35,887 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:54:35,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}747711ea5171c8954463d872a56298745477d198" 2018-09-04 21:54:36,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:54:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4734a57b-1fc3-41b7-aae5-ab5a127e815d x-compute-request-id: req-4734a57b-1fc3-41b7-aae5-ab5a127e815d Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 21:54:36,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-4734a57b-1fc3-41b7-aae5-ab5a127e815d 2018-09-04 21:54:36,062 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-eae3cb30-d6f2-4639-ac17-67487c41a98e... 2018-09-04 21:54:36,062 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 21:55:03,192 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-eae3cb30-d6f2-4639-ac17-67487c41a98e 2018-09-04 21:55:03,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}747711ea5171c8954463d872a56298745477d198" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDC2cFS3k13p+zhCgHxbqlqQiRXnWE1LfDJpIVscgZJJERwEjARfAhoy3s7CqN9t5WYNwEQv6Ne5lryC557VJHvrPm8ySUW8M4t/hDrrt/Oy1DXp72NwsPnfVJO/pFuN/Zy+ihLNaeyPw4mYk/FBOkps7792/md/GCsi9+jqJrYfidDnmA/GA1uw4e5o/3vyDpOawfTdLne4HaHTxK1ew7Ah4ykv7s102oJ66xaZ4iqLrSaJazoeOeLLQ7Y3uF55fNThT4dS0ak9b4zuHIGZrj02ErWBvTvUs2vI+7zKgC9S6BrUV2Ilzs/HxeT6R8VkJZgcScBjMyV2NGHO6zdAXbs0XxZkCy1kGXM8cdSatyFfQp6lrLSJnuUUIO8mgRLcXnRluCKxOB0FIamBx5DzrlUl4wd0ZuiQO0m7GzOjN03bCmR7t03jYSl293lKyH1x1gJJizIbk0E+uUFwf2kqYqTs5YRQFLj1yoTkYcCNOGY1NvibYealfy7ge/ah1IL5xGRKcgDezPa8TdROWD6KO6YS6y4dV0QIp9vJdwSp57Y0eLFuHtgPPlo/ZOPYIOuGlqoppRcEJEYMf//sWB9Czk/depZpW5mlJeSiNKHnlRLE5Rk9OjkTlMlcQpLs58es9X1w56rIBpVXd8Kt1C5z6IGaSjCcJhEzo1FqBjq8T+8IXFXwix0bBAECwvWTSmaaj5Gnja9Hh5mhpToXFFMCED+eL5J9AtWxQyrND1SSk/cx86WoMKgaiu9OBosy8zOkM70znSec0Dlidw7WcKnxegNWHlSEzbSCI7waTr5ucdHg/SKGXWUG9QO5dtYM5iaDS3amfx1y/YXPbpl0v2hNklZ7uhbMGUmdLMLq594nMpfjzVEg8jmsyLROzp3c03BBw2NLlGs7KNF42cOpwVZYYQTg6DL5tnaEOwlR7CwkVQVBjFxQBKgZq04RgRqFxMsFbgX5rqFCBf7U/yS8feUC9QB4ewlVEkSqY43urEbGICQLGNhZvF6o+fPycO2matU8I0gIGTgoH9uKlgPYrbx5USYxWG75WnhSr68oaMBASlrCjiAFhXfDQMdwhqRoI917+06nuFkBlySQ3Y+NzpPHYMeDVE0Omq99W+T52uYa7rHdfZc3Zsu9hpP4UZX2jhFYM606buKzH+HZDoYfYO5EnGy3tZatHmaSJZagQ70D7ICwvXH5VN33qH5sp/Qz69YQQqAX7ToH+1Sgc/W6ggHOLDluEZRF+xJCN5VI5J5kvcqVpJRXP3r5VLhxG5sM3Iwa/nHp0zZIIM+nOuhnd5wUaeOap0+DdJ1szNX3f/wzWYOpa4a9E4UBjt9kTqjs0lTYwFtrPppwfzlNOSr3/6mM098e5XPB0AjiP/VcosUENqto759bMJSPlxOPIsCp/vSqBIYvQ/W/782wmywzfXPn9KFuwDQN3zuy0/VvAaG0FFXaSODHey2fQxmI2Ber/HGKHqrS+F+WvmZPBwyMXy2qhoKLbgPD/uGfHPjiu277QUma8UgbiNarCa9qlSYUWI9NwUX6R0CAdzm0DCATOs3B/p3TXtyD0Hf/3qylRjtYqNdoS+Esa+u539qZUKhkOG9EGsv8VIDoFm9UPkA+d9akdi/cT7EDm4v3uF/EEVVV3PBGyCFtPTKeD/7/W9FkZw9HMcGHQ==", "name": "CreateKeypairsTests-eae3cb30-d6f2-4639-ac17-67487c41a98e"}}' 2018-09-04 21:55:03,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3751b676-8501-457a-b056-e13952f8cdb8 x-compute-request-id: req-3751b676-8501-457a-b056-e13952f8cdb8 Content-Encoding: gzip Content-Length: 1513 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDC2cFS3k13p+zhCgHxbqlqQiRXnWE1LfDJpIVscgZJJERwEjARfAhoy3s7CqN9t5WYNwEQv6Ne5lryC557VJHvrPm8ySUW8M4t/hDrrt/Oy1DXp72NwsPnfVJO/pFuN/Zy+ihLNaeyPw4mYk/FBOkps7792/md/GCsi9+jqJrYfidDnmA/GA1uw4e5o/3vyDpOawfTdLne4HaHTxK1ew7Ah4ykv7s102oJ66xaZ4iqLrSaJazoeOeLLQ7Y3uF55fNThT4dS0ak9b4zuHIGZrj02ErWBvTvUs2vI+7zKgC9S6BrUV2Ilzs/HxeT6R8VkJZgcScBjMyV2NGHO6zdAXbs0XxZkCy1kGXM8cdSatyFfQp6lrLSJnuUUIO8mgRLcXnRluCKxOB0FIamBx5DzrlUl4wd0ZuiQO0m7GzOjN03bCmR7t03jYSl293lKyH1x1gJJizIbk0E+uUFwf2kqYqTs5YRQFLj1yoTkYcCNOGY1NvibYealfy7ge/ah1IL5xGRKcgDezPa8TdROWD6KO6YS6y4dV0QIp9vJdwSp57Y0eLFuHtgPPlo/ZOPYIOuGlqoppRcEJEYMf//sWB9Czk/depZpW5mlJeSiNKHnlRLE5Rk9OjkTlMlcQpLs58es9X1w56rIBpVXd8Kt1C5z6IGaSjCcJhEzo1FqBjq8T+8IXFXwix0bBAECwvWTSmaaj5Gnja9Hh5mhpToXFFMCED+eL5J9AtWxQyrND1SSk/cx86WoMKgaiu9OBosy8zOkM70znSec0Dlidw7WcKnxegNWHlSEzbSCI7waTr5ucdHg/SKGXWUG9QO5dtYM5iaDS3amfx1y/YXPbpl0v2hNklZ7uhbMGUmdLMLq594nMpfjzVEg8jmsyLROzp3c03BBw2NLlGs7KNF42cOpwVZYYQTg6DL5tnaEOwlR7CwkVQVBjFxQBKgZq04RgRqFxMsFbgX5rqFCBf7U/yS8feUC9QB4ewlVEkSqY43urEbGICQLGNhZvF6o+fPycO2matU8I0gIGTgoH9uKlgPYrbx5USYxWG75WnhSr68oaMBASlrCjiAFhXfDQMdwhqRoI917+06nuFkBlySQ3Y+NzpPHYMeDVE0Omq99W+T52uYa7rHdfZc3Zsu9hpP4UZX2jhFYM606buKzH+HZDoYfYO5EnGy3tZatHmaSJZagQ70D7ICwvXH5VN33qH5sp/Qz69YQQqAX7ToH+1Sgc/W6ggHOLDluEZRF+xJCN5VI5J5kvcqVpJRXP3r5VLhxG5sM3Iwa/nHp0zZIIM+nOuhnd5wUaeOap0+DdJ1szNX3f/wzWYOpa4a9E4UBjt9kTqjs0lTYwFtrPppwfzlNOSr3/6mM098e5XPB0AjiP/VcosUENqto759bMJSPlxOPIsCp/vSqBIYvQ/W/782wmywzfXPn9KFuwDQN3zuy0/VvAaG0FFXaSODHey2fQxmI2Ber/HGKHqrS+F+WvmZPBwyMXy2qhoKLbgPD/uGfHPjiu277QUma8UgbiNarCa9qlSYUWI9NwUX6R0CAdzm0DCATOs3B/p3TXtyD0Hf/3qylRjtYqNdoS+Esa+u539qZUKhkOG9EGsv8VIDoFm9UPkA+d9akdi/cT7EDm4v3uF/EEVVV3PBGyCFtPTKeD/7/W9FkZw9HMcGHQ==", "user_id": "0380760443974f109fb184e0708c0977", "name": "CreateKeypairsTests-eae3cb30-d6f2-4639-ac17-67487c41a98e", "fingerprint": "4f:5c:21:0e:59:77:55:6a:f0:2d:67:eb:40:ce:59:9b"}} 2018-09-04 21:55:03,269 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-3751b676-8501-457a-b056-e13952f8cdb8 2018-09-04 21:55:03,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:03,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4365823c4ab94e6a951af4309bee1366", "name": "CreateKeypairsTests-0a97e920-df74-437-proj-role"}], "expires_at": "2018-09-04T22:55:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9cd864b4dfb14a649933720d43568b49", "name": "CreateKeypairsTests-0a97e920-df74-437-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9cd864b4dfb14a649933720d43568b49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/9cd864b4dfb14a649933720d43568b49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/9cd864b4dfb14a649933720d43568b49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/9cd864b4dfb14a649933720d43568b49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/9cd864b4dfb14a649933720d43568b49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/9cd864b4dfb14a649933720d43568b49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/9cd864b4dfb14a649933720d43568b49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/9cd864b4dfb14a649933720d43568b49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/9cd864b4dfb14a649933720d43568b49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/9cd864b4dfb14a649933720d43568b49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/9cd864b4dfb14a649933720d43568b49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/9cd864b4dfb14a649933720d43568b49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-0a97e920-df74-437-user", "id": "0380760443974f109fb184e0708c0977"}, "audit_ids": ["WLXgfS60RI-E_M-HEYMZiA"], "issued_at": "2018-09-04T21:55:03.000000Z"}} 2018-09-04 21:55:03,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-eae3cb30-d6f2-4639-ac17-67487c41a98e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9f79cdf6d3608857fa9525ce1aae75a096147d0" 2018-09-04 21:55:04,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4094d3c-93e5-4603-9369-b712a0f05899 x-compute-request-id: req-d4094d3c-93e5-4603-9369-b712a0f05899 Content-Encoding: gzip Content-Length: 1576 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDC2cFS3k13p+zhCgHxbqlqQiRXnWE1LfDJpIVscgZJJERwEjARfAhoy3s7CqN9t5WYNwEQv6Ne5lryC557VJHvrPm8ySUW8M4t/hDrrt/Oy1DXp72NwsPnfVJO/pFuN/Zy+ihLNaeyPw4mYk/FBOkps7792/md/GCsi9+jqJrYfidDnmA/GA1uw4e5o/3vyDpOawfTdLne4HaHTxK1ew7Ah4ykv7s102oJ66xaZ4iqLrSaJazoeOeLLQ7Y3uF55fNThT4dS0ak9b4zuHIGZrj02ErWBvTvUs2vI+7zKgC9S6BrUV2Ilzs/HxeT6R8VkJZgcScBjMyV2NGHO6zdAXbs0XxZkCy1kGXM8cdSatyFfQp6lrLSJnuUUIO8mgRLcXnRluCKxOB0FIamBx5DzrlUl4wd0ZuiQO0m7GzOjN03bCmR7t03jYSl293lKyH1x1gJJizIbk0E+uUFwf2kqYqTs5YRQFLj1yoTkYcCNOGY1NvibYealfy7ge/ah1IL5xGRKcgDezPa8TdROWD6KO6YS6y4dV0QIp9vJdwSp57Y0eLFuHtgPPlo/ZOPYIOuGlqoppRcEJEYMf//sWB9Czk/depZpW5mlJeSiNKHnlRLE5Rk9OjkTlMlcQpLs58es9X1w56rIBpVXd8Kt1C5z6IGaSjCcJhEzo1FqBjq8T+8IXFXwix0bBAECwvWTSmaaj5Gnja9Hh5mhpToXFFMCED+eL5J9AtWxQyrND1SSk/cx86WoMKgaiu9OBosy8zOkM70znSec0Dlidw7WcKnxegNWHlSEzbSCI7waTr5ucdHg/SKGXWUG9QO5dtYM5iaDS3amfx1y/YXPbpl0v2hNklZ7uhbMGUmdLMLq594nMpfjzVEg8jmsyLROzp3c03BBw2NLlGs7KNF42cOpwVZYYQTg6DL5tnaEOwlR7CwkVQVBjFxQBKgZq04RgRqFxMsFbgX5rqFCBf7U/yS8feUC9QB4ewlVEkSqY43urEbGICQLGNhZvF6o+fPycO2matU8I0gIGTgoH9uKlgPYrbx5USYxWG75WnhSr68oaMBASlrCjiAFhXfDQMdwhqRoI917+06nuFkBlySQ3Y+NzpPHYMeDVE0Omq99W+T52uYa7rHdfZc3Zsu9hpP4UZX2jhFYM606buKzH+HZDoYfYO5EnGy3tZatHmaSJZagQ70D7ICwvXH5VN33qH5sp/Qz69YQQqAX7ToH+1Sgc/W6ggHOLDluEZRF+xJCN5VI5J5kvcqVpJRXP3r5VLhxG5sM3Iwa/nHp0zZIIM+nOuhnd5wUaeOap0+DdJ1szNX3f/wzWYOpa4a9E4UBjt9kTqjs0lTYwFtrPppwfzlNOSr3/6mM098e5XPB0AjiP/VcosUENqto759bMJSPlxOPIsCp/vSqBIYvQ/W/782wmywzfXPn9KFuwDQN3zuy0/VvAaG0FFXaSODHey2fQxmI2Ber/HGKHqrS+F+WvmZPBwyMXy2qhoKLbgPD/uGfHPjiu277QUma8UgbiNarCa9qlSYUWI9NwUX6R0CAdzm0DCATOs3B/p3TXtyD0Hf/3qylRjtYqNdoS+Esa+u539qZUKhkOG9EGsv8VIDoFm9UPkA+d9akdi/cT7EDm4v3uF/EEVVV3PBGyCFtPTKeD/7/W9FkZw9HMcGHQ==", "user_id": "0380760443974f109fb184e0708c0977", "name": "CreateKeypairsTests-eae3cb30-d6f2-4639-ac17-67487c41a98e", "deleted": false, "created_at": "2018-09-04T21:55:03.000000", "updated_at": null, "fingerprint": "4f:5c:21:0e:59:77:55:6a:f0:2d:67:eb:40:ce:59:9b", "deleted_at": null, "id": 69}} 2018-09-04 21:55:04,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-eae3cb30-d6f2-4639-ac17-67487c41a98e used request id req-d4094d3c-93e5-4603-9369-b712a0f05899 2018-09-04 21:55:04,201 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-eae3cb30-d6f2-4639-ac17-67487c41a98e 2018-09-04 21:55:04,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-eae3cb30-d6f2-4639-ac17-67487c41a98e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}747711ea5171c8954463d872a56298745477d198" 2018-09-04 21:55:04,250 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:55:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af63a1b7-af49-4c2f-ac66-ddb0f850ed20 x-compute-request-id: req-af63a1b7-af49-4c2f-ac66-ddb0f850ed20 Content-Length: 0 Content-Type: application/json 2018-09-04 21:55:04,251 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-eae3cb30-d6f2-4639-ac17-67487c41a98e used request id req-af63a1b7-af49-4c2f-ac66-ddb0f850ed20 2018-09-04 21:55:04,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:04,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-d0c8cdcf-acd9-4736-a5de-aef0b0ea2945 Date: Tue, 04 Sep 2018 21:55:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:55:04,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-d0c8cdcf-acd9-4736-a5de-aef0b0ea2945 2018-09-04 21:55:04,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:04,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-722fa9d2-4bc2-4168-9031-63157c5eafd2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:55:04,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-722fa9d2-4bc2-4168-9031-63157c5eafd2 2018-09-04 21:55:04,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:04,681 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76064fcf-c4e1-4f60-bae4-98e077e752aa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:04,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-76064fcf-c4e1-4f60-bae4-98e077e752aa 2018-09-04 21:55:04,682 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:04,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:04,777 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b8ccefa-4f9c-4c6d-894f-adf9b3ae3c49 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:04,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-2b8ccefa-4f9c-4c6d-894f-adf9b3ae3c49 2018-09-04 21:55:04,777 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:04,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:04,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64de1a9d-5e33-450a-8505-b00c7972dbb7 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:55:04,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-64de1a9d-5e33-450a-8505-b00c7972dbb7 2018-09-04 21:55:04,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:04,954 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc644a9b-5c87-4600-a1c0-4000823d799d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:04,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-fc644a9b-5c87-4600-a1c0-4000823d799d 2018-09-04 21:55:04,955 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:04,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:05,049 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa4b87ac-6505-4f4c-b823-aaa3ac317659 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:05,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-fa4b87ac-6505-4f4c-b823-aaa3ac317659 2018-09-04 21:55:05,049 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:05,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:05,139 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9bd92ea-491e-4ae9-a27c-3d8aa6a1c2ad Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:05,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-a9bd92ea-491e-4ae9-a27c-3d8aa6a1c2ad 2018-09-04 21:55:05,140 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:05,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:05,222 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9945b49f-041d-4674-ac60-dffa637d99fa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:05,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-9945b49f-041d-4674-ac60-dffa637d99fa 2018-09-04 21:55:05,222 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:05,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:05,315 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-516abd31-40ad-4624-a864-8f7ee6bd3b29 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:05,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-516abd31-40ad-4624-a864-8f7ee6bd3b29 2018-09-04 21:55:05,315 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:05,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:05,408 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79edae91-c904-44e3-903d-a535e49d100d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:05,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-79edae91-c904-44e3-903d-a535e49d100d 2018-09-04 21:55:05,408 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:05,409 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-0a97e920-df74-437-proj 2018-09-04 21:55:05,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/9cd864b4dfb14a649933720d43568b49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:05,618 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66f2083b-9211-4b28-9994-e5b2341afd1f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:05,618 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/9cd864b4dfb14a649933720d43568b49 used request id req-66f2083b-9211-4b28-9994-e5b2341afd1f 2018-09-04 21:55:05,618 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-0a97e920-df74-437-proj-role 2018-09-04 21:55:05,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/4365823c4ab94e6a951af4309bee1366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:05,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3732f7e8-c609-4e71-9bb2-6554c5153215 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:05,735 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/4365823c4ab94e6a951af4309bee1366 used request id req-3732f7e8-c609-4e71-9bb2-6554c5153215 2018-09-04 21:55:05,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ace37f80875fd788c93222962193f4b74abe6" 2018-09-04 21:55:05,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4301b62e-3363-4840-b44d-deaf31368a86 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:05,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4301b62e-3363-4840-b44d-deaf31368a86 2018-09-04 21:55:05,829 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-0a97e920-df74-437-user 2018-09-04 21:55:05,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/0380760443974f109fb184e0708c0977 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9eff6a6ac6bd60fdd1e045856059c476d2120a8" 2018-09-04 21:55:06,003 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95f7e323-d865-432b-bd52-eea92aedf5bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:06,003 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/0380760443974f109fb184e0708c0977 used request id req-95f7e323-d865-432b-bd52-eea92aedf5bc 2018-09-04 21:55:06,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:06,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["cKOPs1rsSUaXxu05Kmd_kA"], "issued_at": "2018-09-04T21:55:06.000000Z"}} 2018-09-04 21:55:06,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fde31415d3a3f87582bdea81d04a9fed828c702" 2018-09-04 21:55:06,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06287e39-0f5f-460e-9673-e50d2714dfb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:06,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-06287e39-0f5f-460e-9673-e50d2714dfb8 2018-09-04 21:55:06,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:06,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:06,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["4gxgrJ88Ty2FtQCwWjPjmA"], "issued_at": "2018-09-04T21:55:06.000000Z"}} 2018-09-04 21:55:06,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:06,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7866c40-2022-4b85-8c78-55ba1d5a0baf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:06,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d7866c40-2022-4b85-8c78-55ba1d5a0baf 2018-09-04 21:55:06,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:06,959 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:06,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e3d319e5-272b-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:07,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46159af6-5ec5-43ab-8ba3-ee36e75d8345 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e3d319e5-272b-488-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:55:07,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e3d319e5-272b-488-proj used request id req-46159af6-5ec5-43ab-8ba3-ee36e75d8345 2018-09-04 21:55:07,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:07,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d28b34d1-d0da-45e4-a696-d7af7601067c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:07,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-d28b34d1-d0da-45e4-a696-d7af7601067c 2018-09-04 21:55:07,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-e3d319e5-272b-488-proj"}}' 2018-09-04 21:55:07,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-349c2bd5-0a24-4a31-8868-5c78b9f29dd0 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/92696fbcd6b943d08d4dafb10d692802"}, "enabled": true, "id": "92696fbcd6b943d08d4dafb10d692802", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-e3d319e5-272b-488-proj"}} 2018-09-04 21:55:07,263 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-349c2bd5-0a24-4a31-8868-5c78b9f29dd0 2018-09-04 21:55:07,263 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-e3d319e5-272b-488-proj 2018-09-04 21:55:07,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:07,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:07,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["4gqlao3xT-eoNcsoz0zBWA"], "issued_at": "2018-09-04T21:55:07.000000Z"}} 2018-09-04 21:55:07,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e0e0aa9b0454e34537f90d09d4e26135364063d" 2018-09-04 21:55:07,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c68f48d5-1860-4e93-8441-c2cbc85c2141 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:07,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c68f48d5-1860-4e93-8441-c2cbc85c2141 2018-09-04 21:55:07,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:07,732 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:07,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e0e0aa9b0454e34537f90d09d4e26135364063d" 2018-09-04 21:55:07,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d12a7ab2-39b5-4ac5-9552-61a59dd9ef0b Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:55:07,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d12a7ab2-39b5-4ac5-9552-61a59dd9ef0b 2018-09-04 21:55:07,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-e3d319e5-272b-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e0e0aa9b0454e34537f90d09d4e26135364063d" 2018-09-04 21:55:07,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de313a10-972a-4795-85dd-735800057459 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-e3d319e5-272b-488-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/92696fbcd6b943d08d4dafb10d692802"}, "enabled": true, "id": "92696fbcd6b943d08d4dafb10d692802", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-e3d319e5-272b-488-proj"}]} 2018-09-04 21:55:07,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-e3d319e5-272b-488-proj used request id req-de313a10-972a-4795-85dd-735800057459 2018-09-04 21:55:07,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e0e0aa9b0454e34537f90d09d4e26135364063d" 2018-09-04 21:55:08,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b82f12d-3406-4ba9-bf0c-31efcca6196f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:08,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2b82f12d-3406-4ba9-bf0c-31efcca6196f 2018-09-04 21:55:08,376 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-e3d319e5-272b-488-user 2018-09-04 21:55:08,376 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:08,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:08,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44acece7-859b-48af-917f-8b2b438c63ce Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:08,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-44acece7-859b-48af-917f-8b2b438c63ce 2018-09-04 21:55:08,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" -d '{"role": {"name": "CreateKeypairsTests-e3d319e5-272b-488-proj-role"}}' 2018-09-04 21:55:08,592 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c15a013-166e-461a-9c95-2870796257ae Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "12184c5366854ddda3779bb7319c9686", "links": {"self": "http://172.30.9.26:5000/v3/roles/12184c5366854ddda3779bb7319c9686"}, "name": "CreateKeypairsTests-e3d319e5-272b-488-proj-role"}} 2018-09-04 21:55:08,592 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-6c15a013-166e-461a-9c95-2870796257ae 2018-09-04 21:55:08,592 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-e3d319e5-272b-488-proj-role 2018-09-04 21:55:08,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/12184c5366854ddda3779bb7319c9686 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:08,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-891d33cd-06cb-4c4f-92a5-2010bd0b80c3 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/12184c5366854ddda3779bb7319c9686"}, "domain_id": null, "name": "CreateKeypairsTests-e3d319e5-272b-488-proj-role", "id": "12184c5366854ddda3779bb7319c9686"}} 2018-09-04 21:55:08,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/12184c5366854ddda3779bb7319c9686 used request id req-891d33cd-06cb-4c4f-92a5-2010bd0b80c3 2018-09-04 21:55:08,610 - keystone_utils - INFO - Granting role CreateKeypairsTests-e3d319e5-272b-488-proj-role to project CreateKeypairsTests-e3d319e5-272b-488-proj 2018-09-04 21:55:08,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/92696fbcd6b943d08d4dafb10d692802/users/5e66d63345154a9d8fda99f6955ecda5/roles/12184c5366854ddda3779bb7319c9686 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:08,743 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f50be1d8-33f6-45b9-8ae3-58f2138ce9e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:08,744 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/92696fbcd6b943d08d4dafb10d692802/users/5e66d63345154a9d8fda99f6955ecda5/roles/12184c5366854ddda3779bb7319c9686 used request id req-f50be1d8-33f6-45b9-8ae3-58f2138ce9e7 2018-09-04 21:55:08,744 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:08,745 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:08,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:09,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12184c5366854ddda3779bb7319c9686", "name": "CreateKeypairsTests-e3d319e5-272b-488-proj-role"}], "expires_at": "2018-09-04T22:55:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92696fbcd6b943d08d4dafb10d692802", "name": "CreateKeypairsTests-e3d319e5-272b-488-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/92696fbcd6b943d08d4dafb10d692802", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/92696fbcd6b943d08d4dafb10d692802", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/92696fbcd6b943d08d4dafb10d692802", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/92696fbcd6b943d08d4dafb10d692802", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/92696fbcd6b943d08d4dafb10d692802", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/92696fbcd6b943d08d4dafb10d692802", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/92696fbcd6b943d08d4dafb10d692802", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/92696fbcd6b943d08d4dafb10d692802", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/92696fbcd6b943d08d4dafb10d692802", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/92696fbcd6b943d08d4dafb10d692802", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/92696fbcd6b943d08d4dafb10d692802", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/92696fbcd6b943d08d4dafb10d692802", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-e3d319e5-272b-488-user", "id": "5e66d63345154a9d8fda99f6955ecda5"}, "audit_ids": ["zyC_vnnkSjyNSL1FKdS3hw"], "issued_at": "2018-09-04T21:55:09.000000Z"}} 2018-09-04 21:55:09,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414707726e5387090c7531d47396634084f33592" 2018-09-04 21:55:09,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b024b4-9348-473e-98ab-e049b44f3e15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:09,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-59b024b4-9348-473e-98ab-e049b44f3e15 2018-09-04 21:55:09,202 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:09,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414707726e5387090c7531d47396634084f33592" 2018-09-04 21:55:09,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c3eb312-0e16-4bc1-8b37-fad36716fe75 x-compute-request-id: req-0c3eb312-0e16-4bc1-8b37-fad36716fe75 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 21:55:09,382 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-0c3eb312-0e16-4bc1-8b37-fad36716fe75 2018-09-04 21:55:09,382 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-ebad3196-fbb6-4f1e-ad9d-f064a5d2403f... 2018-09-04 21:55:09,382 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 21:55:09,413 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-ebad3196-fbb6-4f1e-ad9d-f064a5d2403f 2018-09-04 21:55:09,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414707726e5387090c7531d47396634084f33592" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDVskPW0n20R11XuzA4isxU1w1AtuAljZbjtPyJJ0XbIU7zSQcamu6PrI9AmOeGbmSGKxt8EE1lzaqWoIQuNaTUlcWyxikIEQcQFnnySYdLC/jpGHAjAWpkJgboRwc8ox3Gy4cvqgj7kCvBC7e5aNdmRGThHuvcxVlLLJcowv3HwQ==", "name": "CreateKeypairsTests-ebad3196-fbb6-4f1e-ad9d-f064a5d2403f"}}' 2018-09-04 21:55:09,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71e75ebe-d09f-4a1c-b9b7-336ea3a5884e x-compute-request-id: req-71e75ebe-d09f-4a1c-b9b7-336ea3a5884e Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDVskPW0n20R11XuzA4isxU1w1AtuAljZbjtPyJJ0XbIU7zSQcamu6PrI9AmOeGbmSGKxt8EE1lzaqWoIQuNaTUlcWyxikIEQcQFnnySYdLC/jpGHAjAWpkJgboRwc8ox3Gy4cvqgj7kCvBC7e5aNdmRGThHuvcxVlLLJcowv3HwQ==", "user_id": "5e66d63345154a9d8fda99f6955ecda5", "name": "CreateKeypairsTests-ebad3196-fbb6-4f1e-ad9d-f064a5d2403f", "fingerprint": "3e:c8:91:2e:83:14:98:5b:00:1d:9e:18:0d:ea:9d:fa"}} 2018-09-04 21:55:09,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-71e75ebe-d09f-4a1c-b9b7-336ea3a5884e 2018-09-04 21:55:09,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:09,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12184c5366854ddda3779bb7319c9686", "name": "CreateKeypairsTests-e3d319e5-272b-488-proj-role"}], "expires_at": "2018-09-04T22:55:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92696fbcd6b943d08d4dafb10d692802", "name": "CreateKeypairsTests-e3d319e5-272b-488-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/92696fbcd6b943d08d4dafb10d692802", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/92696fbcd6b943d08d4dafb10d692802", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/92696fbcd6b943d08d4dafb10d692802", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/92696fbcd6b943d08d4dafb10d692802", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/92696fbcd6b943d08d4dafb10d692802", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/92696fbcd6b943d08d4dafb10d692802", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/92696fbcd6b943d08d4dafb10d692802", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/92696fbcd6b943d08d4dafb10d692802", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/92696fbcd6b943d08d4dafb10d692802", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/92696fbcd6b943d08d4dafb10d692802", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/92696fbcd6b943d08d4dafb10d692802", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/92696fbcd6b943d08d4dafb10d692802", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-e3d319e5-272b-488-user", "id": "5e66d63345154a9d8fda99f6955ecda5"}, "audit_ids": ["cKECCp5yQO2hnZwqppBTEg"], "issued_at": "2018-09-04T21:55:09.000000Z"}} 2018-09-04 21:55:09,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-ebad3196-fbb6-4f1e-ad9d-f064a5d2403f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0066de1beb8e7dc7b6d69e06bda6e0a4b5a8adfc" 2018-09-04 21:55:10,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-079201e5-492f-4292-896e-f05c65ac9ef0 x-compute-request-id: req-079201e5-492f-4292-896e-f05c65ac9ef0 Content-Encoding: gzip Content-Length: 423 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDVskPW0n20R11XuzA4isxU1w1AtuAljZbjtPyJJ0XbIU7zSQcamu6PrI9AmOeGbmSGKxt8EE1lzaqWoIQuNaTUlcWyxikIEQcQFnnySYdLC/jpGHAjAWpkJgboRwc8ox3Gy4cvqgj7kCvBC7e5aNdmRGThHuvcxVlLLJcowv3HwQ==", "user_id": "5e66d63345154a9d8fda99f6955ecda5", "name": "CreateKeypairsTests-ebad3196-fbb6-4f1e-ad9d-f064a5d2403f", "deleted": false, "created_at": "2018-09-04T21:55:09.000000", "updated_at": null, "fingerprint": "3e:c8:91:2e:83:14:98:5b:00:1d:9e:18:0d:ea:9d:fa", "deleted_at": null, "id": 72}} 2018-09-04 21:55:10,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-ebad3196-fbb6-4f1e-ad9d-f064a5d2403f used request id req-079201e5-492f-4292-896e-f05c65ac9ef0 2018-09-04 21:55:10,438 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-ebad3196-fbb6-4f1e-ad9d-f064a5d2403f 2018-09-04 21:55:10,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-ebad3196-fbb6-4f1e-ad9d-f064a5d2403f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414707726e5387090c7531d47396634084f33592" 2018-09-04 21:55:10,478 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:55:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-368892f0-2bb4-41ef-9819-3d4266d00edd x-compute-request-id: req-368892f0-2bb4-41ef-9819-3d4266d00edd Content-Length: 0 Content-Type: application/json 2018-09-04 21:55:10,478 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-ebad3196-fbb6-4f1e-ad9d-f064a5d2403f used request id req-368892f0-2bb4-41ef-9819-3d4266d00edd 2018-09-04 21:55:10,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:10,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-34c19d3f-9dd5-4ae0-8bb9-41ecba3e3731 Date: Tue, 04 Sep 2018 21:55:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:55:10,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-34c19d3f-9dd5-4ae0-8bb9-41ecba3e3731 2018-09-04 21:55:10,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:10,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2830e1e3-1da1-4cb9-92a5-63d5de604c07 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:55:10,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-2830e1e3-1da1-4cb9-92a5-63d5de604c07 2018-09-04 21:55:10,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:10,892 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a19217d9-13cf-4f22-8ad8-ca384c98723a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:10,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-a19217d9-13cf-4f22-8ad8-ca384c98723a 2018-09-04 21:55:10,893 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:10,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:10,983 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-273a80a8-5472-416e-8b49-f1527b9dfb24 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:10,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-273a80a8-5472-416e-8b49-f1527b9dfb24 2018-09-04 21:55:10,984 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:10,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:11,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e63ef355-144c-4e77-b978-43979dacbd0d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:55:11,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-e63ef355-144c-4e77-b978-43979dacbd0d 2018-09-04 21:55:11,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:11,158 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b318241-bdb3-4f1b-8c4b-c1b0834110f3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:11,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-1b318241-bdb3-4f1b-8c4b-c1b0834110f3 2018-09-04 21:55:11,159 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:11,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:11,248 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86884ccc-94b5-40ab-8166-85f0abb9a1f5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:11,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-86884ccc-94b5-40ab-8166-85f0abb9a1f5 2018-09-04 21:55:11,248 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:11,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:11,340 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dff66d5e-f63a-4d2c-ac81-1f809d3a8be8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:11,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-dff66d5e-f63a-4d2c-ac81-1f809d3a8be8 2018-09-04 21:55:11,340 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:11,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:11,425 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19396078-481f-44e2-b1f2-edbf745ae9eb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:11,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-19396078-481f-44e2-b1f2-edbf745ae9eb 2018-09-04 21:55:11,425 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:11,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:11,513 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d4b11bb-a2de-4b06-b292-b35e929a5c7b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:11,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-9d4b11bb-a2de-4b06-b292-b35e929a5c7b 2018-09-04 21:55:11,514 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:11,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:11,606 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c52b4e5a-5bb4-412e-8522-118e6d47e662 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:11,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-c52b4e5a-5bb4-412e-8522-118e6d47e662 2018-09-04 21:55:11,607 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:11,607 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-e3d319e5-272b-488-proj 2018-09-04 21:55:11,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/92696fbcd6b943d08d4dafb10d692802 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:11,816 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17a8a9ab-8298-4643-aa81-d31d17ecf075 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:11,816 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/92696fbcd6b943d08d4dafb10d692802 used request id req-17a8a9ab-8298-4643-aa81-d31d17ecf075 2018-09-04 21:55:11,816 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-e3d319e5-272b-488-proj-role 2018-09-04 21:55:11,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/12184c5366854ddda3779bb7319c9686 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:11,945 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d77d2d6e-92ab-4f3d-9b46-1a0537129c29 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:11,945 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/12184c5366854ddda3779bb7319c9686 used request id req-d77d2d6e-92ab-4f3d-9b46-1a0537129c29 2018-09-04 21:55:11,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bad51f5c6a5db8c203b6de6e94c0a41b37be9c" 2018-09-04 21:55:12,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b1f2b80-012a-42a9-a4b7-6f8d8446f045 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:12,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5b1f2b80-012a-42a9-a4b7-6f8d8446f045 2018-09-04 21:55:12,037 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-e3d319e5-272b-488-user 2018-09-04 21:55:12,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/5e66d63345154a9d8fda99f6955ecda5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e0e0aa9b0454e34537f90d09d4e26135364063d" 2018-09-04 21:55:12,243 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e515ec8-baf1-4f4c-9744-b714fae8154b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:12,243 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/5e66d63345154a9d8fda99f6955ecda5 used request id req-8e515ec8-baf1-4f4c-9744-b714fae8154b 2018-09-04 21:55:12,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:12,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["3Za8iVFwTS6K4vhjgRv-aQ"], "issued_at": "2018-09-04T21:55:12.000000Z"}} 2018-09-04 21:55:12,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3277d56d5773941e563c51719a82f854abea31" 2018-09-04 21:55:12,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-050e7071-00c1-486a-a7ef-f67509212655 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:12,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-050e7071-00c1-486a-a7ef-f67509212655 2018-09-04 21:55:12,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:12,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:13,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["J-nd0bmtQWax7bXUYP5xcA"], "issued_at": "2018-09-04T21:55:13.000000Z"}} 2018-09-04 21:55:13,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:13,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e30f241-f18b-4838-9e84-875ee5cf3fde Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:13,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9e30f241-f18b-4838-9e84-875ee5cf3fde 2018-09-04 21:55:13,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:13,203 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:13,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-3dff751f-7e95-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:13,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebe09671-6444-431d-9736-1a12f45b859b Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-3dff751f-7e95-4e0-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:55:13,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-3dff751f-7e95-4e0-proj used request id req-ebe09671-6444-431d-9736-1a12f45b859b 2018-09-04 21:55:13,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:13,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7e9b4c-fe51-4f47-b615-9c969b58307c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:13,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-7d7e9b4c-fe51-4f47-b615-9c969b58307c 2018-09-04 21:55:13,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-3dff751f-7e95-4e0-proj"}}' 2018-09-04 21:55:13,514 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cbb8046-c550-4b13-a6df-07baa697631d Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7465e2cb1b614d39935d4dd26668389d"}, "enabled": true, "id": "7465e2cb1b614d39935d4dd26668389d", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-3dff751f-7e95-4e0-proj"}} 2018-09-04 21:55:13,514 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-4cbb8046-c550-4b13-a6df-07baa697631d 2018-09-04 21:55:13,515 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-3dff751f-7e95-4e0-proj 2018-09-04 21:55:13,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:13,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:13,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["HjzhbkaRTnqg93zZ5xM1xA"], "issued_at": "2018-09-04T21:55:13.000000Z"}} 2018-09-04 21:55:13,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00818a52bd79934df18e41deba0acfb13f17319" 2018-09-04 21:55:13,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6c89a55-329e-48f8-957b-968b302b45d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:13,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f6c89a55-329e-48f8-957b-968b302b45d8 2018-09-04 21:55:13,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:13,993 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:13,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00818a52bd79934df18e41deba0acfb13f17319" 2018-09-04 21:55:14,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db9584b7-98e1-41f4-ae57-92b382e7ddfb Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:55:14,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-db9584b7-98e1-41f4-ae57-92b382e7ddfb 2018-09-04 21:55:14,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-3dff751f-7e95-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00818a52bd79934df18e41deba0acfb13f17319" 2018-09-04 21:55:14,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9890da75-cd7d-4ce5-894f-9872f0d2dabc Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-3dff751f-7e95-4e0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7465e2cb1b614d39935d4dd26668389d"}, "enabled": true, "id": "7465e2cb1b614d39935d4dd26668389d", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-3dff751f-7e95-4e0-proj"}]} 2018-09-04 21:55:14,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-3dff751f-7e95-4e0-proj used request id req-9890da75-cd7d-4ce5-894f-9872f0d2dabc 2018-09-04 21:55:14,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00818a52bd79934df18e41deba0acfb13f17319" 2018-09-04 21:55:14,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6723cc50-3e27-490d-8015-572360bd1175 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:14,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-6723cc50-3e27-490d-8015-572360bd1175 2018-09-04 21:55:14,693 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-3dff751f-7e95-4e0-user 2018-09-04 21:55:14,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:14,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:14,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d19df6c-cafb-4fbc-a6ea-93c569482923 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:14,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0d19df6c-cafb-4fbc-a6ea-93c569482923 2018-09-04 21:55:14,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" -d '{"role": {"name": "CreateKeypairsTests-3dff751f-7e95-4e0-proj-role"}}' 2018-09-04 21:55:14,897 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb2c5b64-1525-4ba2-bdc2-182f874b92b0 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d8edeefea99f4d3fbb1fff0a1b351c59", "links": {"self": "http://172.30.9.26:5000/v3/roles/d8edeefea99f4d3fbb1fff0a1b351c59"}, "name": "CreateKeypairsTests-3dff751f-7e95-4e0-proj-role"}} 2018-09-04 21:55:14,898 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-cb2c5b64-1525-4ba2-bdc2-182f874b92b0 2018-09-04 21:55:14,898 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-3dff751f-7e95-4e0-proj-role 2018-09-04 21:55:14,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/d8edeefea99f4d3fbb1fff0a1b351c59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:14,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd45122b-895e-43d5-8830-1ce803f63673 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/d8edeefea99f4d3fbb1fff0a1b351c59"}, "domain_id": null, "name": "CreateKeypairsTests-3dff751f-7e95-4e0-proj-role", "id": "d8edeefea99f4d3fbb1fff0a1b351c59"}} 2018-09-04 21:55:14,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/d8edeefea99f4d3fbb1fff0a1b351c59 used request id req-dd45122b-895e-43d5-8830-1ce803f63673 2018-09-04 21:55:14,986 - keystone_utils - INFO - Granting role CreateKeypairsTests-3dff751f-7e95-4e0-proj-role to project CreateKeypairsTests-3dff751f-7e95-4e0-proj 2018-09-04 21:55:14,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/7465e2cb1b614d39935d4dd26668389d/users/932341be86114b048e2b10edc38985b0/roles/d8edeefea99f4d3fbb1fff0a1b351c59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:15,120 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31ce5525-707d-44e8-bbb8-b966884411ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:15,121 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7465e2cb1b614d39935d4dd26668389d/users/932341be86114b048e2b10edc38985b0/roles/d8edeefea99f4d3fbb1fff0a1b351c59 used request id req-31ce5525-707d-44e8-bbb8-b966884411ae 2018-09-04 21:55:15,121 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:15,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:15,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:15,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d8edeefea99f4d3fbb1fff0a1b351c59", "name": "CreateKeypairsTests-3dff751f-7e95-4e0-proj-role"}], "expires_at": "2018-09-04T22:55:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7465e2cb1b614d39935d4dd26668389d", "name": "CreateKeypairsTests-3dff751f-7e95-4e0-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7465e2cb1b614d39935d4dd26668389d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7465e2cb1b614d39935d4dd26668389d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7465e2cb1b614d39935d4dd26668389d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7465e2cb1b614d39935d4dd26668389d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7465e2cb1b614d39935d4dd26668389d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7465e2cb1b614d39935d4dd26668389d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7465e2cb1b614d39935d4dd26668389d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7465e2cb1b614d39935d4dd26668389d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7465e2cb1b614d39935d4dd26668389d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7465e2cb1b614d39935d4dd26668389d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7465e2cb1b614d39935d4dd26668389d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7465e2cb1b614d39935d4dd26668389d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-3dff751f-7e95-4e0-user", "id": "932341be86114b048e2b10edc38985b0"}, "audit_ids": ["T-q3Icy8SqGqVq6OFLST3g"], "issued_at": "2018-09-04T21:55:15.000000Z"}} 2018-09-04 21:55:15,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca9be896e40dcea8ec5335eddce42ddba003dc9" 2018-09-04 21:55:15,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28c180ba-9f40-46db-8bf6-f107a0731b3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:15,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-28c180ba-9f40-46db-8bf6-f107a0731b3e 2018-09-04 21:55:15,580 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:15,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca9be896e40dcea8ec5335eddce42ddba003dc9" 2018-09-04 21:55:15,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ab17efc7-5d6b-4ba3-be56-53adfa0f2429 x-compute-request-id: req-ab17efc7-5d6b-4ba3-be56-53adfa0f2429 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 21:55:15,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-ab17efc7-5d6b-4ba3-be56-53adfa0f2429 2018-09-04 21:55:15,756 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557... 2018-09-04 21:55:15,756 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 21:55:15,790 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557 2018-09-04 21:55:15,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca9be896e40dcea8ec5335eddce42ddba003dc9" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDluXo2PNEnSlB7M7S9WoyuXkGpf5XkE5ryIQ77CIzTvh7qvcElJWy1vOAtSmftpve2Sn3NSOet+l1GYA70Hv+RAg0Z7VcjuKwKdUhL0j1iYQSAJvWnO2WoXRo4GI/fKVeBc8T6npi/iQt6nREqaeNpAAeppIMz9XTyHp9d3hCdcQ==", "name": "CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557"}}' 2018-09-04 21:55:15,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f7ff12c-d845-42ec-82b0-54984bc24c32 x-compute-request-id: req-4f7ff12c-d845-42ec-82b0-54984bc24c32 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDluXo2PNEnSlB7M7S9WoyuXkGpf5XkE5ryIQ77CIzTvh7qvcElJWy1vOAtSmftpve2Sn3NSOet+l1GYA70Hv+RAg0Z7VcjuKwKdUhL0j1iYQSAJvWnO2WoXRo4GI/fKVeBc8T6npi/iQt6nREqaeNpAAeppIMz9XTyHp9d3hCdcQ==", "user_id": "932341be86114b048e2b10edc38985b0", "name": "CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557", "fingerprint": "21:34:ab:91:c4:4d:45:4f:d9:4a:19:51:b8:7d:6e:3b"}} 2018-09-04 21:55:15,862 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-4f7ff12c-d845-42ec-82b0-54984bc24c32 2018-09-04 21:55:15,864 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557.pub 2018-09-04 21:55:15,865 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557 2018-09-04 21:55:15,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:16,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d8edeefea99f4d3fbb1fff0a1b351c59", "name": "CreateKeypairsTests-3dff751f-7e95-4e0-proj-role"}], "expires_at": "2018-09-04T22:55:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7465e2cb1b614d39935d4dd26668389d", "name": "CreateKeypairsTests-3dff751f-7e95-4e0-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7465e2cb1b614d39935d4dd26668389d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7465e2cb1b614d39935d4dd26668389d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7465e2cb1b614d39935d4dd26668389d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7465e2cb1b614d39935d4dd26668389d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7465e2cb1b614d39935d4dd26668389d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7465e2cb1b614d39935d4dd26668389d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7465e2cb1b614d39935d4dd26668389d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7465e2cb1b614d39935d4dd26668389d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7465e2cb1b614d39935d4dd26668389d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7465e2cb1b614d39935d4dd26668389d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7465e2cb1b614d39935d4dd26668389d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7465e2cb1b614d39935d4dd26668389d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-3dff751f-7e95-4e0-user", "id": "932341be86114b048e2b10edc38985b0"}, "audit_ids": ["Pz7qe3QlSIaBlhQ_I9Wrhg"], "issued_at": "2018-09-04T21:55:16.000000Z"}} 2018-09-04 21:55:16,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dadea6c811e3038cb7b2ff6a2f130080c9d0156" 2018-09-04 21:55:16,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72e7b2bb-82e2-46fe-96d3-b348bcc74596 x-compute-request-id: req-72e7b2bb-82e2-46fe-96d3-b348bcc74596 Content-Encoding: gzip Content-Length: 423 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDluXo2PNEnSlB7M7S9WoyuXkGpf5XkE5ryIQ77CIzTvh7qvcElJWy1vOAtSmftpve2Sn3NSOet+l1GYA70Hv+RAg0Z7VcjuKwKdUhL0j1iYQSAJvWnO2WoXRo4GI/fKVeBc8T6npi/iQt6nREqaeNpAAeppIMz9XTyHp9d3hCdcQ==", "user_id": "932341be86114b048e2b10edc38985b0", "name": "CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557", "deleted": false, "created_at": "2018-09-04T21:55:15.000000", "updated_at": null, "fingerprint": "21:34:ab:91:c4:4d:45:4f:d9:4a:19:51:b8:7d:6e:3b", "deleted_at": null, "id": 75}} 2018-09-04 21:55:16,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557 used request id req-72e7b2bb-82e2-46fe-96d3-b348bcc74596 2018-09-04 21:55:16,796 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557 2018-09-04 21:55:16,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca9be896e40dcea8ec5335eddce42ddba003dc9" 2018-09-04 21:55:16,831 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:55:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-61519991-4fa9-4650-bfca-798ece719726 x-compute-request-id: req-61519991-4fa9-4650-bfca-798ece719726 Content-Length: 0 Content-Type: application/json 2018-09-04 21:55:16,831 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557 used request id req-61519991-4fa9-4650-bfca-798ece719726 2018-09-04 21:55:16,832 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557.pub] 2018-09-04 21:55:16,832 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-43b0cf20-9f91-4e05-b937-249f2701a557] 2018-09-04 21:55:16,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:17,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-7aabb4bd-bfe0-4a23-a46b-4b9d713244d2 Date: Tue, 04 Sep 2018 21:55:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:55:17,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-7aabb4bd-bfe0-4a23-a46b-4b9d713244d2 2018-09-04 21:55:17,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:17,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd689933-9f13-487f-a1d9-ae962ea7f576 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:55:17,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-bd689933-9f13-487f-a1d9-ae962ea7f576 2018-09-04 21:55:17,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:17,244 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b075da8-768c-4623-9a70-a19eec5a2b67 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:17,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-7b075da8-768c-4623-9a70-a19eec5a2b67 2018-09-04 21:55:17,245 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:17,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:17,342 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1584dc8e-382a-4e9b-b9eb-6268efe9f625 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:17,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-1584dc8e-382a-4e9b-b9eb-6268efe9f625 2018-09-04 21:55:17,342 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:17,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:17,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db92295-3248-43ad-a0e8-d34861009e9e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:55:17,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-8db92295-3248-43ad-a0e8-d34861009e9e 2018-09-04 21:55:17,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:17,507 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c72bfaa4-0b65-4a87-b32b-746873c6ed0a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:17,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-c72bfaa4-0b65-4a87-b32b-746873c6ed0a 2018-09-04 21:55:17,507 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:17,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:17,596 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1e36717-b80c-40e1-85bf-8acca17cdd91 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:17,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-e1e36717-b80c-40e1-85bf-8acca17cdd91 2018-09-04 21:55:17,596 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:17,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:17,687 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b706f155-e135-447a-839e-812feebde4e1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:17,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-b706f155-e135-447a-839e-812feebde4e1 2018-09-04 21:55:17,687 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:17,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:17,769 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8917b74-b2da-4c7d-b5dd-459098ad38c1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:17,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-c8917b74-b2da-4c7d-b5dd-459098ad38c1 2018-09-04 21:55:17,770 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:17,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:17,860 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c08354ed-82e2-4619-8f5d-075e91883237 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:17,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-c08354ed-82e2-4619-8f5d-075e91883237 2018-09-04 21:55:17,860 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:17,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:17,948 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3419deaf-1466-4e05-adfd-7decd2bd9eda Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:17,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-3419deaf-1466-4e05-adfd-7decd2bd9eda 2018-09-04 21:55:17,949 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:17,950 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-3dff751f-7e95-4e0-proj 2018-09-04 21:55:17,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/7465e2cb1b614d39935d4dd26668389d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:18,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0255e35d-f232-4872-bc56-d84e797ff9d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:18,163 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/7465e2cb1b614d39935d4dd26668389d used request id req-0255e35d-f232-4872-bc56-d84e797ff9d0 2018-09-04 21:55:18,163 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-3dff751f-7e95-4e0-proj-role 2018-09-04 21:55:18,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/d8edeefea99f4d3fbb1fff0a1b351c59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:18,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b947da0a-2c7a-4188-8106-5e95e255d854 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:18,274 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/d8edeefea99f4d3fbb1fff0a1b351c59 used request id req-b947da0a-2c7a-4188-8106-5e95e255d854 2018-09-04 21:55:18,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1c789dc9202ad38403348ff1b34951b5ac3250" 2018-09-04 21:55:18,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e51356de-0f2c-4e6c-9824-622daadd1686 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:18,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e51356de-0f2c-4e6c-9824-622daadd1686 2018-09-04 21:55:18,371 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-3dff751f-7e95-4e0-user 2018-09-04 21:55:18,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/932341be86114b048e2b10edc38985b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00818a52bd79934df18e41deba0acfb13f17319" 2018-09-04 21:55:18,541 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98c1deb5-146d-4358-af37-0dcb2b15866b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:18,541 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/932341be86114b048e2b10edc38985b0 used request id req-98c1deb5-146d-4358-af37-0dcb2b15866b 2018-09-04 21:55:18,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:18,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["pgQd8R19QrSSCHGHrKaUNw"], "issued_at": "2018-09-04T21:55:18.000000Z"}} 2018-09-04 21:55:18,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766c9c8b84c50009adb2c4485be59b0eabd7d251" 2018-09-04 21:55:19,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233b0e33-4bf8-4022-b1fe-35eefaf0af1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:19,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-233b0e33-4bf8-4022-b1fe-35eefaf0af1b 2018-09-04 21:55:19,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:19,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:19,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["pGhGbaM8TJS_XmtN61jUhA"], "issued_at": "2018-09-04T21:55:19.000000Z"}} 2018-09-04 21:55:19,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:19,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46132067-83a3-488a-b18a-1854ba450e7c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:19,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-46132067-83a3-488a-b18a-1854ba450e7c 2018-09-04 21:55:19,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:19,582 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:19,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-8b27c88c-3480-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:19,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfc09f0e-c984-42f5-b2cb-7f54a870e17c Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-8b27c88c-3480-40e-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:55:19,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-8b27c88c-3480-40e-proj used request id req-cfc09f0e-c984-42f5-b2cb-7f54a870e17c 2018-09-04 21:55:19,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:19,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebef8864-7ce1-4e90-8bcf-42f1222c9572 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:19,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-ebef8864-7ce1-4e90-8bcf-42f1222c9572 2018-09-04 21:55:19,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-8b27c88c-3480-40e-proj"}}' 2018-09-04 21:55:19,898 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3792c967-b550-480e-ba38-fb1470fe34c0 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/fe3fb5b91bff487080fc7bf325a06660"}, "enabled": true, "id": "fe3fb5b91bff487080fc7bf325a06660", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-8b27c88c-3480-40e-proj"}} 2018-09-04 21:55:19,898 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3792c967-b550-480e-ba38-fb1470fe34c0 2018-09-04 21:55:19,898 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-8b27c88c-3480-40e-proj 2018-09-04 21:55:19,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:19,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:20,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["JouOXQhQTDq9JnettyfwPg"], "issued_at": "2018-09-04T21:55:20.000000Z"}} 2018-09-04 21:55:20,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d6de18c2c11cdeba666482330f054a90e08a85" 2018-09-04 21:55:20,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cc5c821-5eaf-498b-87fd-cb686b74f84b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:20,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2cc5c821-5eaf-498b-87fd-cb686b74f84b 2018-09-04 21:55:20,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:20,367 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:20,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d6de18c2c11cdeba666482330f054a90e08a85" 2018-09-04 21:55:20,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c6a4b1-7875-4dd2-86e0-99481ab561c1 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:55:20,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-65c6a4b1-7875-4dd2-86e0-99481ab561c1 2018-09-04 21:55:20,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-8b27c88c-3480-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d6de18c2c11cdeba666482330f054a90e08a85" 2018-09-04 21:55:20,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb779581-7a6b-4365-9cfb-3797fd9e9c38 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-8b27c88c-3480-40e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/fe3fb5b91bff487080fc7bf325a06660"}, "enabled": true, "id": "fe3fb5b91bff487080fc7bf325a06660", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-8b27c88c-3480-40e-proj"}]} 2018-09-04 21:55:20,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateKeypairsTests-8b27c88c-3480-40e-proj used request id req-cb779581-7a6b-4365-9cfb-3797fd9e9c38 2018-09-04 21:55:20,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d6de18c2c11cdeba666482330f054a90e08a85" 2018-09-04 21:55:20,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b57153-16e3-4e03-8038-59699facc05c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:20,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-59b57153-16e3-4e03-8038-59699facc05c 2018-09-04 21:55:20,945 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-8b27c88c-3480-40e-user 2018-09-04 21:55:20,945 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:20,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:20,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9382e379-3c7b-4a9b-bb54-dacd5925568c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:20,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9382e379-3c7b-4a9b-bb54-dacd5925568c 2018-09-04 21:55:20,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" -d '{"role": {"name": "CreateKeypairsTests-8b27c88c-3480-40e-proj-role"}}' 2018-09-04 21:55:21,071 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-299bc2d7-80d1-4e77-8f14-447384e1c2b3 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c793121ca6154e848762b9cb4cfe83b6", "links": {"self": "http://172.30.9.26:5000/v3/roles/c793121ca6154e848762b9cb4cfe83b6"}, "name": "CreateKeypairsTests-8b27c88c-3480-40e-proj-role"}} 2018-09-04 21:55:21,071 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-299bc2d7-80d1-4e77-8f14-447384e1c2b3 2018-09-04 21:55:21,071 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-8b27c88c-3480-40e-proj-role 2018-09-04 21:55:21,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c793121ca6154e848762b9cb4cfe83b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:21,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b84529b-3d8c-49c0-8316-e281592326ec Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c793121ca6154e848762b9cb4cfe83b6"}, "domain_id": null, "name": "CreateKeypairsTests-8b27c88c-3480-40e-proj-role", "id": "c793121ca6154e848762b9cb4cfe83b6"}} 2018-09-04 21:55:21,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c793121ca6154e848762b9cb4cfe83b6 used request id req-0b84529b-3d8c-49c0-8316-e281592326ec 2018-09-04 21:55:21,159 - keystone_utils - INFO - Granting role CreateKeypairsTests-8b27c88c-3480-40e-proj-role to project CreateKeypairsTests-8b27c88c-3480-40e-proj 2018-09-04 21:55:21,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/fe3fb5b91bff487080fc7bf325a06660/users/e146d4207cb14218bef566f9a03d7294/roles/c793121ca6154e848762b9cb4cfe83b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:21,302 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d4bca5d-2012-4514-94e6-9b9e9b4955fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:21,302 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/fe3fb5b91bff487080fc7bf325a06660/users/e146d4207cb14218bef566f9a03d7294/roles/c793121ca6154e848762b9cb4cfe83b6 used request id req-7d4bca5d-2012-4514-94e6-9b9e9b4955fa 2018-09-04 21:55:21,302 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:21,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:21,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:21,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c793121ca6154e848762b9cb4cfe83b6", "name": "CreateKeypairsTests-8b27c88c-3480-40e-proj-role"}], "expires_at": "2018-09-04T22:55:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe3fb5b91bff487080fc7bf325a06660", "name": "CreateKeypairsTests-8b27c88c-3480-40e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/fe3fb5b91bff487080fc7bf325a06660", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/fe3fb5b91bff487080fc7bf325a06660", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/fe3fb5b91bff487080fc7bf325a06660", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/fe3fb5b91bff487080fc7bf325a06660", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/fe3fb5b91bff487080fc7bf325a06660", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/fe3fb5b91bff487080fc7bf325a06660", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/fe3fb5b91bff487080fc7bf325a06660", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/fe3fb5b91bff487080fc7bf325a06660", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/fe3fb5b91bff487080fc7bf325a06660", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/fe3fb5b91bff487080fc7bf325a06660", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/fe3fb5b91bff487080fc7bf325a06660", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/fe3fb5b91bff487080fc7bf325a06660", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-8b27c88c-3480-40e-user", "id": "e146d4207cb14218bef566f9a03d7294"}, "audit_ids": ["7km-JrJ3S9OpdH8C4wq4ng"], "issued_at": "2018-09-04T21:55:21.000000Z"}} 2018-09-04 21:55:21,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7522686a9e03890d576993ff88b88bf99fac51f0" 2018-09-04 21:55:21,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-917e0883-597d-41c1-a79b-c58dc8ea34ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:21,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-917e0883-597d-41c1-a79b-c58dc8ea34ce 2018-09-04 21:55:21,766 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:21,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7522686a9e03890d576993ff88b88bf99fac51f0" 2018-09-04 21:55:21,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4460eb60-7994-4374-bba0-0d53a036b94c x-compute-request-id: req-4460eb60-7994-4374-bba0-0d53a036b94c Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 21:55:21,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-4460eb60-7994-4374-bba0-0d53a036b94c 2018-09-04 21:55:21,950 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-dd0252e6-bf8c-4048-8529-5f323878dd91... 2018-09-04 21:55:21,950 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 21:55:22,012 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-dd0252e6-bf8c-4048-8529-5f323878dd91 2018-09-04 21:55:22,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7522686a9e03890d576993ff88b88bf99fac51f0" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDMvCcSjwSuP6pwUEiZCTiDo7u7xTO4mOx5qRwJKllbxxlVqx6MWDvM0AxSoRwiSQYKOtFGD4G+yiDFJR5IOG5kqjONu4be+WAguapZfKEZkZmX4idEdHViDlxjd4R3XC0NRPZxJah55DfiySW8QuXxVQrOnb661oSYvL/XOnCHDQ==", "name": "CreateKeypairsTests-dd0252e6-bf8c-4048-8529-5f323878dd91"}}' 2018-09-04 21:55:22,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-deb53dea-2e87-4fe4-ab4c-ff4b37d01af7 x-compute-request-id: req-deb53dea-2e87-4fe4-ab4c-ff4b37d01af7 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDMvCcSjwSuP6pwUEiZCTiDo7u7xTO4mOx5qRwJKllbxxlVqx6MWDvM0AxSoRwiSQYKOtFGD4G+yiDFJR5IOG5kqjONu4be+WAguapZfKEZkZmX4idEdHViDlxjd4R3XC0NRPZxJah55DfiySW8QuXxVQrOnb661oSYvL/XOnCHDQ==", "user_id": "e146d4207cb14218bef566f9a03d7294", "name": "CreateKeypairsTests-dd0252e6-bf8c-4048-8529-5f323878dd91", "fingerprint": "09:04:81:c1:73:5c:7f:78:9c:cf:49:7a:3f:1e:ed:93"}} 2018-09-04 21:55:22,071 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-deb53dea-2e87-4fe4-ab4c-ff4b37d01af7 2018-09-04 21:55:22,073 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-dd0252e6-bf8c-4048-8529-5f323878dd91.pub 2018-09-04 21:55:22,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:22,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c793121ca6154e848762b9cb4cfe83b6", "name": "CreateKeypairsTests-8b27c88c-3480-40e-proj-role"}], "expires_at": "2018-09-04T22:55:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe3fb5b91bff487080fc7bf325a06660", "name": "CreateKeypairsTests-8b27c88c-3480-40e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/fe3fb5b91bff487080fc7bf325a06660", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/fe3fb5b91bff487080fc7bf325a06660", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/fe3fb5b91bff487080fc7bf325a06660", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/fe3fb5b91bff487080fc7bf325a06660", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/fe3fb5b91bff487080fc7bf325a06660", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/fe3fb5b91bff487080fc7bf325a06660", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/fe3fb5b91bff487080fc7bf325a06660", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/fe3fb5b91bff487080fc7bf325a06660", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/fe3fb5b91bff487080fc7bf325a06660", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/fe3fb5b91bff487080fc7bf325a06660", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/fe3fb5b91bff487080fc7bf325a06660", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/fe3fb5b91bff487080fc7bf325a06660", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-8b27c88c-3480-40e-user", "id": "e146d4207cb14218bef566f9a03d7294"}, "audit_ids": ["x0t2uwoOQgOphcnwzZzizg"], "issued_at": "2018-09-04T21:55:22.000000Z"}} 2018-09-04 21:55:22,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-dd0252e6-bf8c-4048-8529-5f323878dd91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953552bbb149a1ea868e8e685030cee4a5d2b307" 2018-09-04 21:55:22,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afc3ab29-2686-4b27-8f35-230f80220a87 x-compute-request-id: req-afc3ab29-2686-4b27-8f35-230f80220a87 Content-Encoding: gzip Content-Length: 427 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDMvCcSjwSuP6pwUEiZCTiDo7u7xTO4mOx5qRwJKllbxxlVqx6MWDvM0AxSoRwiSQYKOtFGD4G+yiDFJR5IOG5kqjONu4be+WAguapZfKEZkZmX4idEdHViDlxjd4R3XC0NRPZxJah55DfiySW8QuXxVQrOnb661oSYvL/XOnCHDQ==", "user_id": "e146d4207cb14218bef566f9a03d7294", "name": "CreateKeypairsTests-dd0252e6-bf8c-4048-8529-5f323878dd91", "deleted": false, "created_at": "2018-09-04T21:55:22.000000", "updated_at": null, "fingerprint": "09:04:81:c1:73:5c:7f:78:9c:cf:49:7a:3f:1e:ed:93", "deleted_at": null, "id": 78}} 2018-09-04 21:55:22,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-dd0252e6-bf8c-4048-8529-5f323878dd91 used request id req-afc3ab29-2686-4b27-8f35-230f80220a87 2018-09-04 21:55:22,650 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-dd0252e6-bf8c-4048-8529-5f323878dd91 2018-09-04 21:55:22,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-dd0252e6-bf8c-4048-8529-5f323878dd91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7522686a9e03890d576993ff88b88bf99fac51f0" 2018-09-04 21:55:22,700 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:55:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5a4a7ff5-f6c5-4199-9dc5-26c7ac1349ab x-compute-request-id: req-5a4a7ff5-f6c5-4199-9dc5-26c7ac1349ab Content-Length: 0 Content-Type: application/json 2018-09-04 21:55:22,700 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsTests-dd0252e6-bf8c-4048-8529-5f323878dd91 used request id req-5a4a7ff5-f6c5-4199-9dc5-26c7ac1349ab 2018-09-04 21:55:22,701 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-dd0252e6-bf8c-4048-8529-5f323878dd91.pub] 2018-09-04 21:55:22,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:22,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-d90c3e6b-a5af-4508-996c-44a99e352442 Date: Tue, 04 Sep 2018 21:55:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:55:22,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-d90c3e6b-a5af-4508-996c-44a99e352442 2018-09-04 21:55:22,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:23,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97ade9f-edbf-4dca-8beb-ff8c097bafe4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:55:23,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-c97ade9f-edbf-4dca-8beb-ff8c097bafe4 2018-09-04 21:55:23,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:23,130 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb56f78e-753b-4f1b-8e83-a0cd3fefa5a5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:23,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-eb56f78e-753b-4f1b-8e83-a0cd3fefa5a5 2018-09-04 21:55:23,131 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:23,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:23,220 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72591850-6ff8-4a57-a178-ece805c46577 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:23,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-72591850-6ff8-4a57-a178-ece805c46577 2018-09-04 21:55:23,220 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:23,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:23,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4778e33c-ca8b-406c-abf3-477511537d8d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:55:23,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-4778e33c-ca8b-406c-abf3-477511537d8d 2018-09-04 21:55:23,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:23,397 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b04a2db1-2c5d-4cfb-8496-b33d67b5e3c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:23,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-b04a2db1-2c5d-4cfb-8496-b33d67b5e3c4 2018-09-04 21:55:23,398 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:23,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:23,484 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdad66ac-e686-46a1-b88a-41faaaa7ade5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:23,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-fdad66ac-e686-46a1-b88a-41faaaa7ade5 2018-09-04 21:55:23,485 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:23,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:23,582 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96c431c4-c641-408a-9a58-76dbc30e3107 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:23,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-96c431c4-c641-408a-9a58-76dbc30e3107 2018-09-04 21:55:23,582 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:23,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:23,665 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb265674-9105-4099-b866-8a939597af63 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:23,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-cb265674-9105-4099-b866-8a939597af63 2018-09-04 21:55:23,665 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:23,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:23,751 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c99e6ac4-be29-4ab9-95de-72085f0be75e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:23,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-c99e6ac4-be29-4ab9-95de-72085f0be75e 2018-09-04 21:55:23,752 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:23,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:23,838 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3612b7da-d4d0-42ed-91ad-57619f3f5491 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:23,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-3612b7da-d4d0-42ed-91ad-57619f3f5491 2018-09-04 21:55:23,839 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:23,840 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-8b27c88c-3480-40e-proj 2018-09-04 21:55:23,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/fe3fb5b91bff487080fc7bf325a06660 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:24,043 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b093682-33e9-437a-98f8-33d1774d21df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:24,043 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/fe3fb5b91bff487080fc7bf325a06660 used request id req-9b093682-33e9-437a-98f8-33d1774d21df 2018-09-04 21:55:24,044 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-8b27c88c-3480-40e-proj-role 2018-09-04 21:55:24,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c793121ca6154e848762b9cb4cfe83b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:24,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19b391f8-ddec-4a55-bd82-b534803a0f49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:24,160 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c793121ca6154e848762b9cb4cfe83b6 used request id req-19b391f8-ddec-4a55-bd82-b534803a0f49 2018-09-04 21:55:24,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad548aa25b86e79ce32015364a27b6ccee65674" 2018-09-04 21:55:24,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b25be775-0d51-4306-b5aa-c2f8df297642 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:24,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b25be775-0d51-4306-b5aa-c2f8df297642 2018-09-04 21:55:24,253 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-8b27c88c-3480-40e-user 2018-09-04 21:55:24,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/e146d4207cb14218bef566f9a03d7294 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5d6de18c2c11cdeba666482330f054a90e08a85" 2018-09-04 21:55:24,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c4cd48e-6b7f-4ece-83eb-6c4db7f5cc23 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:24,422 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e146d4207cb14218bef566f9a03d7294 used request id req-5c4cd48e-6b7f-4ece-83eb-6c4db7f5cc23 2018-09-04 21:55:24,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:24,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["bnvpHKV7Qq6TPfRziw5TLg"], "issued_at": "2018-09-04T21:55:24.000000Z"}} 2018-09-04 21:55:24,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d82e8a00e5f978490c6340e9808208c1b0db0f" 2018-09-04 21:55:24,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1209140b-42b7-4d27-be85-fe57e4504fbb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:24,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1209140b-42b7-4d27-be85-fe57e4504fbb 2018-09-04 21:55:24,986 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:24,987 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:25,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["c9QlF70pSvG6OMNuNj__TA"], "issued_at": "2018-09-04T21:55:25.000000Z"}} 2018-09-04 21:55:25,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:25,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708449d6-4c6d-42cc-a5f7-7a48dc345143 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:25,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-708449d6-4c6d-42cc-a5f7-7a48dc345143 2018-09-04 21:55:25,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:25,469 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:25,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-df6a3e47-e022-441-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:25,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc3c5053-0dd6-4a31-9bcb-0e599e907799 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-df6a3e47-e022-441-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:55:25,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-df6a3e47-e022-441-proj used request id req-bc3c5053-0dd6-4a31-9bcb-0e599e907799 2018-09-04 21:55:25,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:25,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62748fd2-ddf2-4144-a27a-0fd341d49d5e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:25,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-62748fd2-ddf2-4144-a27a-0fd341d49d5e 2018-09-04 21:55:25,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-df6a3e47-e022-441-proj"}}' 2018-09-04 21:55:25,771 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c63dbd2-f502-4d01-a05d-f8241f01889f Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafed0c4f7794a928c6fcb802186a63c"}, "enabled": true, "id": "bafed0c4f7794a928c6fcb802186a63c", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-df6a3e47-e022-441-proj"}} 2018-09-04 21:55:25,772 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-6c63dbd2-f502-4d01-a05d-f8241f01889f 2018-09-04 21:55:25,772 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-df6a3e47-e022-441-proj 2018-09-04 21:55:25,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:25,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:26,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["_jv6eNWsRoCyNnTZSQ37gA"], "issued_at": "2018-09-04T21:55:26.000000Z"}} 2018-09-04 21:55:26,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83737f5e58c0d0772abb06f7175bb72f39590ca4" 2018-09-04 21:55:26,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-692ec5cf-c55a-4536-8f05-cf0f0a686c16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:26,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-692ec5cf-c55a-4536-8f05-cf0f0a686c16 2018-09-04 21:55:26,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:26,254 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:26,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83737f5e58c0d0772abb06f7175bb72f39590ca4" 2018-09-04 21:55:26,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a910bfd5-b4ca-4a2c-96cb-b8d17ec26481 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:55:26,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a910bfd5-b4ca-4a2c-96cb-b8d17ec26481 2018-09-04 21:55:26,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-df6a3e47-e022-441-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83737f5e58c0d0772abb06f7175bb72f39590ca4" 2018-09-04 21:55:26,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33648a5e-60a7-4d7a-98c6-4d59212600dd Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-df6a3e47-e022-441-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafed0c4f7794a928c6fcb802186a63c"}, "enabled": true, "id": "bafed0c4f7794a928c6fcb802186a63c", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-df6a3e47-e022-441-proj"}]} 2018-09-04 21:55:26,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-df6a3e47-e022-441-proj used request id req-33648a5e-60a7-4d7a-98c6-4d59212600dd 2018-09-04 21:55:26,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83737f5e58c0d0772abb06f7175bb72f39590ca4" 2018-09-04 21:55:26,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62640ffa-488a-4825-ab1b-e0e91e6c0b65 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:26,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-62640ffa-488a-4825-ab1b-e0e91e6c0b65 2018-09-04 21:55:26,903 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-df6a3e47-e022-441-user 2018-09-04 21:55:26,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:26,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:26,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c485932f-c693-4b30-a9c6-dd257bf11dee Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:26,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c485932f-c693-4b30-a9c6-dd257bf11dee 2018-09-04 21:55:27,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" -d '{"role": {"name": "CreateKeypairsCleanupTests-df6a3e47-e022-441-proj-role"}}' 2018-09-04 21:55:27,106 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3a67b81-6af7-49ca-b1e0-5e95c7b4b05b Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5e2c52c9ba4c410d9085274a8a6e5f73", "links": {"self": "http://172.30.9.26:5000/v3/roles/5e2c52c9ba4c410d9085274a8a6e5f73"}, "name": "CreateKeypairsCleanupTests-df6a3e47-e022-441-proj-role"}} 2018-09-04 21:55:27,106 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-a3a67b81-6af7-49ca-b1e0-5e95c7b4b05b 2018-09-04 21:55:27,107 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-df6a3e47-e022-441-proj-role 2018-09-04 21:55:27,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5e2c52c9ba4c410d9085274a8a6e5f73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:27,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dd91890-6f3f-4218-bb12-925866b2956f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5e2c52c9ba4c410d9085274a8a6e5f73"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-df6a3e47-e022-441-proj-role", "id": "5e2c52c9ba4c410d9085274a8a6e5f73"}} 2018-09-04 21:55:27,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5e2c52c9ba4c410d9085274a8a6e5f73 used request id req-0dd91890-6f3f-4218-bb12-925866b2956f 2018-09-04 21:55:27,194 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-df6a3e47-e022-441-proj-role to project CreateKeypairsCleanupTests-df6a3e47-e022-441-proj 2018-09-04 21:55:27,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/bafed0c4f7794a928c6fcb802186a63c/users/53e063f5fd164abe9269ff9ddaf1ce56/roles/5e2c52c9ba4c410d9085274a8a6e5f73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:27,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-224b7019-338d-4acf-b053-9071d490f3d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:27,349 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/bafed0c4f7794a928c6fcb802186a63c/users/53e063f5fd164abe9269ff9ddaf1ce56/roles/5e2c52c9ba4c410d9085274a8a6e5f73 used request id req-224b7019-338d-4acf-b053-9071d490f3d4 2018-09-04 21:55:27,349 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:27,468 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-728370dc-c192-417d-940b-7dae0bd97d23.pub 2018-09-04 21:55:27,469 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-728370dc-c192-417d-940b-7dae0bd97d23 2018-09-04 21:55:27,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:27,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:27,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5e2c52c9ba4c410d9085274a8a6e5f73", "name": "CreateKeypairsCleanupTests-df6a3e47-e022-441-proj-role"}], "expires_at": "2018-09-04T22:55:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bafed0c4f7794a928c6fcb802186a63c", "name": "CreateKeypairsCleanupTests-df6a3e47-e022-441-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bafed0c4f7794a928c6fcb802186a63c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bafed0c4f7794a928c6fcb802186a63c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bafed0c4f7794a928c6fcb802186a63c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bafed0c4f7794a928c6fcb802186a63c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bafed0c4f7794a928c6fcb802186a63c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bafed0c4f7794a928c6fcb802186a63c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bafed0c4f7794a928c6fcb802186a63c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bafed0c4f7794a928c6fcb802186a63c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bafed0c4f7794a928c6fcb802186a63c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bafed0c4f7794a928c6fcb802186a63c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bafed0c4f7794a928c6fcb802186a63c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bafed0c4f7794a928c6fcb802186a63c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-df6a3e47-e022-441-user", "id": "53e063f5fd164abe9269ff9ddaf1ce56"}, "audit_ids": ["non1PCJvRAq5V9eDoCCYSg"], "issued_at": "2018-09-04T21:55:27.000000Z"}} 2018-09-04 21:55:27,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ae5f58185026ecc2d409ae8a3a888e027deecb" 2018-09-04 21:55:27,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad252e0a-0454-4540-abbc-cd6624ae742b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:27,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ad252e0a-0454-4540-abbc-cd6624ae742b 2018-09-04 21:55:27,923 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:27,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ae5f58185026ecc2d409ae8a3a888e027deecb" 2018-09-04 21:55:28,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-51391053-c943-4e7c-8da8-7ba942dd5a95 x-compute-request-id: req-51391053-c943-4e7c-8da8-7ba942dd5a95 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 21:55:28,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-51391053-c943-4e7c-8da8-7ba942dd5a95 2018-09-04 21:55:28,093 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-728370dc-c192-417d-940b-7dae0bd97d23... 2018-09-04 21:55:28,093 - OpenStackKeypair - INFO - Uploading existing keypair 2018-09-04 21:55:28,093 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-728370dc-c192-417d-940b-7dae0bd97d23.pub 2018-09-04 21:55:28,093 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-728370dc-c192-417d-940b-7dae0bd97d23 2018-09-04 21:55:28,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ae5f58185026ecc2d409ae8a3a888e027deecb" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDg5Np9Mh7Hoo7Iq2X8FXBySsBf4E0kkH4zrP46fmgTDnZepTem/gHc0Kuttq7JMPEbDrWuUohXrz9hJy0yjS7W87SUjP8CKt6fr4h/wUu6L3MWvZw4K71dVhYdRw/HYAMRga+u41VubYDZYTGRqQ0pABWt6KvHoj+zjFp5faSGihRxVhJvQgtg7C+th8X6Ro+r2dfL4kRWGEe3VKFH/r8YLGunV3XX20WmKPGbxUW7Nv5Z7mjjCKt/UCJUyYIzY8PeyyL8QzRHTBB15BQXSc1owLLWfu8q+uCYXw6NlA5wVPNp5it4xvl4IeqFOlwzL1k7AMcWfENoL12rAjMveYW5", "name": "CreateKeypairsCleanupTests-728370dc-c192-417d-940b-7dae0bd97d23"}}' 2018-09-04 21:55:28,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9506362-56f8-45a5-b7ae-587afa95de9b x-compute-request-id: req-e9506362-56f8-45a5-b7ae-587afa95de9b Content-Encoding: gzip Content-Length: 504 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDg5Np9Mh7Hoo7Iq2X8FXBySsBf4E0kkH4zrP46fmgTDnZepTem/gHc0Kuttq7JMPEbDrWuUohXrz9hJy0yjS7W87SUjP8CKt6fr4h/wUu6L3MWvZw4K71dVhYdRw/HYAMRga+u41VubYDZYTGRqQ0pABWt6KvHoj+zjFp5faSGihRxVhJvQgtg7C+th8X6Ro+r2dfL4kRWGEe3VKFH/r8YLGunV3XX20WmKPGbxUW7Nv5Z7mjjCKt/UCJUyYIzY8PeyyL8QzRHTBB15BQXSc1owLLWfu8q+uCYXw6NlA5wVPNp5it4xvl4IeqFOlwzL1k7AMcWfENoL12rAjMveYW5", "user_id": "53e063f5fd164abe9269ff9ddaf1ce56", "name": "CreateKeypairsCleanupTests-728370dc-c192-417d-940b-7dae0bd97d23", "fingerprint": "63:e4:0e:ee:d7:52:ab:1c:38:41:f0:9a:3f:62:c3:3d"}} 2018-09-04 21:55:28,161 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-e9506362-56f8-45a5-b7ae-587afa95de9b 2018-09-04 21:55:28,162 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-728370dc-c192-417d-940b-7dae0bd97d23 2018-09-04 21:55:28,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-728370dc-c192-417d-940b-7dae0bd97d23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ae5f58185026ecc2d409ae8a3a888e027deecb" 2018-09-04 21:55:28,202 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:55:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-db3213f0-1055-49eb-b223-c09379dec78f x-compute-request-id: req-db3213f0-1055-49eb-b223-c09379dec78f Content-Length: 0 Content-Type: application/json 2018-09-04 21:55:28,202 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-728370dc-c192-417d-940b-7dae0bd97d23 used request id req-db3213f0-1055-49eb-b223-c09379dec78f 2018-09-04 21:55:28,203 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-728370dc-c192-417d-940b-7dae0bd97d23.pub] 2018-09-04 21:55:28,203 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-728370dc-c192-417d-940b-7dae0bd97d23] 2018-09-04 21:55:28,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:28,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-844cfdc7-0c95-4304-a71b-6d8472684c23 Date: Tue, 04 Sep 2018 21:55:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:55:28,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-844cfdc7-0c95-4304-a71b-6d8472684c23 2018-09-04 21:55:28,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:28,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-734c343a-3cf1-4361-9384-bca6ff129f61 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:55:28,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-734c343a-3cf1-4361-9384-bca6ff129f61 2018-09-04 21:55:28,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:28,629 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c866edf8-0561-4325-9b81-4b6a561d345e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:28,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-c866edf8-0561-4325-9b81-4b6a561d345e 2018-09-04 21:55:28,629 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:28,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:28,711 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b874f009-a5c8-4227-90c3-f819ddda305f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:28,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-b874f009-a5c8-4227-90c3-f819ddda305f 2018-09-04 21:55:28,712 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:28,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:28,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2472d23e-e73d-4182-8761-1c351016e88b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:55:28,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-2472d23e-e73d-4182-8761-1c351016e88b 2018-09-04 21:55:28,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:28,905 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-194bd09c-cb9a-4b03-b58b-d9169f0a4114 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:28,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-194bd09c-cb9a-4b03-b58b-d9169f0a4114 2018-09-04 21:55:28,905 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:28,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:28,988 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2bebb09-740b-4398-b011-7279308f819f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:28,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-b2bebb09-740b-4398-b011-7279308f819f 2018-09-04 21:55:28,989 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:28,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:29,088 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-beed412c-9ec3-4a04-b8ea-d1b4ebd9793b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:29,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-beed412c-9ec3-4a04-b8ea-d1b4ebd9793b 2018-09-04 21:55:29,089 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:29,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:29,182 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d55631f9-f8f4-4789-b5e0-380fdf3c3239 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:29,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-d55631f9-f8f4-4789-b5e0-380fdf3c3239 2018-09-04 21:55:29,183 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:29,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:29,264 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf92bf6a-d136-415d-951e-e3c119c5132d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:29,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-cf92bf6a-d136-415d-951e-e3c119c5132d 2018-09-04 21:55:29,265 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:29,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:29,360 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a8f8772-8d9f-488d-9d7e-7cbf043f5123 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:29,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-5a8f8772-8d9f-488d-9d7e-7cbf043f5123 2018-09-04 21:55:29,361 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:29,361 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-df6a3e47-e022-441-proj 2018-09-04 21:55:29,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/bafed0c4f7794a928c6fcb802186a63c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:29,583 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93e57168-796f-492c-a4f9-424ad4228355 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:29,583 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/bafed0c4f7794a928c6fcb802186a63c used request id req-93e57168-796f-492c-a4f9-424ad4228355 2018-09-04 21:55:29,583 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-df6a3e47-e022-441-proj-role 2018-09-04 21:55:29,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/5e2c52c9ba4c410d9085274a8a6e5f73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:29,705 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ced8aade-9ae8-4c0e-b897-f3126d078780 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:29,706 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/5e2c52c9ba4c410d9085274a8a6e5f73 used request id req-ced8aade-9ae8-4c0e-b897-f3126d078780 2018-09-04 21:55:29,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857c0f5491e54d371f0d560d1de9a477c4d34ae8" 2018-09-04 21:55:29,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6657ceaf-8b3d-475a-985e-0944ce4c0313 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:29,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6657ceaf-8b3d-475a-985e-0944ce4c0313 2018-09-04 21:55:29,801 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-df6a3e47-e022-441-user 2018-09-04 21:55:29,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/53e063f5fd164abe9269ff9ddaf1ce56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83737f5e58c0d0772abb06f7175bb72f39590ca4" 2018-09-04 21:55:29,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3e05a86-481d-4aa6-aff0-cc793d89e7fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:29,992 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/53e063f5fd164abe9269ff9ddaf1ce56 used request id req-e3e05a86-481d-4aa6-aff0-cc793d89e7fc 2018-09-04 21:55:29,994 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:30,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["DALkFdjZQ1iOz2gl14-sLQ"], "issued_at": "2018-09-04T21:55:30.000000Z"}} 2018-09-04 21:55:30,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc4f9373ecb1d7a00121baac71dfc7c15e5afc6a" 2018-09-04 21:55:30,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14cb9484-296a-42b2-a7fb-7ea098166c70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:30,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-14cb9484-296a-42b2-a7fb-7ea098166c70 2018-09-04 21:55:30,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:30,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:30,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["_eaHjtaASgyxIziNttVpFA"], "issued_at": "2018-09-04T21:55:30.000000Z"}} 2018-09-04 21:55:30,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:30,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa9ca75d-2934-4ce4-a8f2-3fb82d55b512 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:30,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-aa9ca75d-2934-4ce4-a8f2-3fb82d55b512 2018-09-04 21:55:30,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:30,947 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:30,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:31,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdc7ad2e-6fd9-4528-95d3-6fda25c73c55 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:55:31,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj used request id req-bdc7ad2e-6fd9-4528-95d3-6fda25c73c55 2018-09-04 21:55:31,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:31,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19a8d21c-5683-444f-b74e-ee2732a57796 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:31,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-19a8d21c-5683-444f-b74e-ee2732a57796 2018-09-04 21:55:31,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj"}}' 2018-09-04 21:55:31,257 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1a62711-72ee-4c10-88ee-f222913fa133 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1c34c3c062ab43dbb71264f17a231e7d"}, "enabled": true, "id": "1c34c3c062ab43dbb71264f17a231e7d", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj"}} 2018-09-04 21:55:31,257 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-c1a62711-72ee-4c10-88ee-f222913fa133 2018-09-04 21:55:31,257 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj 2018-09-04 21:55:31,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:31,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:31,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["umr-kR7-TsCIPm8vljaGmA"], "issued_at": "2018-09-04T21:55:31.000000Z"}} 2018-09-04 21:55:31,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ed7f64228689e260ae85e2a30abb0949b682c" 2018-09-04 21:55:31,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c76c5e-d625-4e79-9873-48fe2b5434a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:31,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-55c76c5e-d625-4e79-9873-48fe2b5434a9 2018-09-04 21:55:31,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:31,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:31,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ed7f64228689e260ae85e2a30abb0949b682c" 2018-09-04 21:55:31,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b611a95-10da-4439-ad6b-612eeb43508a Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:55:31,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8b611a95-10da-4439-ad6b-612eeb43508a 2018-09-04 21:55:31,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ed7f64228689e260ae85e2a30abb0949b682c" 2018-09-04 21:55:31,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b85b481-83a1-4246-a228-617a3c72cb01 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1c34c3c062ab43dbb71264f17a231e7d"}, "enabled": true, "id": "1c34c3c062ab43dbb71264f17a231e7d", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj"}]} 2018-09-04 21:55:31,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj used request id req-2b85b481-83a1-4246-a228-617a3c72cb01 2018-09-04 21:55:31,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ed7f64228689e260ae85e2a30abb0949b682c" 2018-09-04 21:55:31,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cda583bf-6d57-45c2-b3a0-499f8a643819 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:31,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-cda583bf-6d57-45c2-b3a0-499f8a643819 2018-09-04 21:55:32,268 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-64064602-ed3a-4b5-user 2018-09-04 21:55:32,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:32,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:32,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5db013ef-b358-48b7-b15a-fe5e4414fd73 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:32,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5db013ef-b358-48b7-b15a-fe5e4414fd73 2018-09-04 21:55:32,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" -d '{"role": {"name": "CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj-role"}}' 2018-09-04 21:55:32,460 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df1c9435-b1cf-47f8-8858-10896be45c52 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c7268c60d613479fb13900b36bc6bf7b", "links": {"self": "http://172.30.9.26:5000/v3/roles/c7268c60d613479fb13900b36bc6bf7b"}, "name": "CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj-role"}} 2018-09-04 21:55:32,460 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-df1c9435-b1cf-47f8-8858-10896be45c52 2018-09-04 21:55:32,460 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj-role 2018-09-04 21:55:32,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c7268c60d613479fb13900b36bc6bf7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:32,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82bf313e-0b99-4088-b4f4-f4aa123cc044 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c7268c60d613479fb13900b36bc6bf7b"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj-role", "id": "c7268c60d613479fb13900b36bc6bf7b"}} 2018-09-04 21:55:32,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c7268c60d613479fb13900b36bc6bf7b used request id req-82bf313e-0b99-4088-b4f4-f4aa123cc044 2018-09-04 21:55:32,557 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj-role to project CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj 2018-09-04 21:55:32,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/1c34c3c062ab43dbb71264f17a231e7d/users/91b08cb412644c5aafcd4835189c4861/roles/c7268c60d613479fb13900b36bc6bf7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:32,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a642923-419c-4595-8591-ac1955d11f3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:32,679 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/1c34c3c062ab43dbb71264f17a231e7d/users/91b08cb412644c5aafcd4835189c4861/roles/c7268c60d613479fb13900b36bc6bf7b used request id req-6a642923-419c-4595-8591-ac1955d11f3b 2018-09-04 21:55:32,679 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:32,929 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-ff359078-eec8-4bee-b795-f99eb703ce21.pub 2018-09-04 21:55:32,929 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-ff359078-eec8-4bee-b795-f99eb703ce21 2018-09-04 21:55:32,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:32,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:33,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7268c60d613479fb13900b36bc6bf7b", "name": "CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj-role"}], "expires_at": "2018-09-04T22:55:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c34c3c062ab43dbb71264f17a231e7d", "name": "CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1c34c3c062ab43dbb71264f17a231e7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1c34c3c062ab43dbb71264f17a231e7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1c34c3c062ab43dbb71264f17a231e7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1c34c3c062ab43dbb71264f17a231e7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1c34c3c062ab43dbb71264f17a231e7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1c34c3c062ab43dbb71264f17a231e7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1c34c3c062ab43dbb71264f17a231e7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1c34c3c062ab43dbb71264f17a231e7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1c34c3c062ab43dbb71264f17a231e7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1c34c3c062ab43dbb71264f17a231e7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1c34c3c062ab43dbb71264f17a231e7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1c34c3c062ab43dbb71264f17a231e7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-64064602-ed3a-4b5-user", "id": "91b08cb412644c5aafcd4835189c4861"}, "audit_ids": ["11hCJuKjQlm0lNJviNv-tw"], "issued_at": "2018-09-04T21:55:33.000000Z"}} 2018-09-04 21:55:33,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc4bb1f6e5c4e5ae479615ba75079b59b76362" 2018-09-04 21:55:33,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dc1f8ab-e053-496e-af4b-d3c50e7c28dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:33,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1dc1f8ab-e053-496e-af4b-d3c50e7c28dc 2018-09-04 21:55:33,399 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:33,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc4bb1f6e5c4e5ae479615ba75079b59b76362" 2018-09-04 21:55:33,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-172bdd76-5cb0-44d6-99fb-5c6a4842b50b x-compute-request-id: req-172bdd76-5cb0-44d6-99fb-5c6a4842b50b Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 21:55:33,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-172bdd76-5cb0-44d6-99fb-5c6a4842b50b 2018-09-04 21:55:33,569 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-ff359078-eec8-4bee-b795-f99eb703ce21... 2018-09-04 21:55:33,570 - OpenStackKeypair - INFO - Uploading existing keypair 2018-09-04 21:55:33,570 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-ff359078-eec8-4bee-b795-f99eb703ce21.pub 2018-09-04 21:55:33,570 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-ff359078-eec8-4bee-b795-f99eb703ce21 2018-09-04 21:55:33,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc4bb1f6e5c4e5ae479615ba75079b59b76362" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDd1aGNtLfWeIGy6lSga0Kabx+BmpZij+Ufw8fHzOpJ9ERnXBQqkyXmJ7jX5bR7GUAPW9PFvJXPebg3QiFkSWRNJUo0j14ym5Lfc3RCJ/U/GKMvEpl2ezQUnucRBqMPpfccIYS4ppaiJWbnI//pIgK8V1HW2y9sGchQ+/pwL8SYYlVJCQQVr8gW8DSpZASmElF86ZfbxDu8pf2TLbBYzXwNVZvxzTs5eTiS3Ubda+RZAwEgu4TeYedv9hQ6azPjW4v2fxWP/Z3KgEudNETqffRSABNZFmDXHEbOej3UWE/70AQdBuWU39zXlY9xYswZQ+aHKncQsTSPAG1VtG8P/cON", "name": "CreateKeypairsCleanupTests-ff359078-eec8-4bee-b795-f99eb703ce21"}}' 2018-09-04 21:55:33,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f9530da-0729-4b09-980d-1ac66be7668e x-compute-request-id: req-1f9530da-0729-4b09-980d-1ac66be7668e Content-Encoding: gzip Content-Length: 501 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDd1aGNtLfWeIGy6lSga0Kabx+BmpZij+Ufw8fHzOpJ9ERnXBQqkyXmJ7jX5bR7GUAPW9PFvJXPebg3QiFkSWRNJUo0j14ym5Lfc3RCJ/U/GKMvEpl2ezQUnucRBqMPpfccIYS4ppaiJWbnI//pIgK8V1HW2y9sGchQ+/pwL8SYYlVJCQQVr8gW8DSpZASmElF86ZfbxDu8pf2TLbBYzXwNVZvxzTs5eTiS3Ubda+RZAwEgu4TeYedv9hQ6azPjW4v2fxWP/Z3KgEudNETqffRSABNZFmDXHEbOej3UWE/70AQdBuWU39zXlY9xYswZQ+aHKncQsTSPAG1VtG8P/cON", "user_id": "91b08cb412644c5aafcd4835189c4861", "name": "CreateKeypairsCleanupTests-ff359078-eec8-4bee-b795-f99eb703ce21", "fingerprint": "fe:5c:5f:7f:1a:30:e7:10:18:7a:cd:fb:d8:d9:6d:ea"}} 2018-09-04 21:55:33,634 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-1f9530da-0729-4b09-980d-1ac66be7668e 2018-09-04 21:55:33,635 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-ff359078-eec8-4bee-b795-f99eb703ce21 2018-09-04 21:55:33,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-ff359078-eec8-4bee-b795-f99eb703ce21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc4bb1f6e5c4e5ae479615ba75079b59b76362" 2018-09-04 21:55:33,669 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:55:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a24c6076-0a76-45fb-ae6e-e8e562aae6ab x-compute-request-id: req-a24c6076-0a76-45fb-ae6e-e8e562aae6ab Content-Length: 0 Content-Type: application/json 2018-09-04 21:55:33,670 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-ff359078-eec8-4bee-b795-f99eb703ce21 used request id req-a24c6076-0a76-45fb-ae6e-e8e562aae6ab 2018-09-04 21:55:33,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:33,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-5da5381f-0a19-434d-845c-139eadf1b7e6 Date: Tue, 04 Sep 2018 21:55:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:55:33,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-5da5381f-0a19-434d-845c-139eadf1b7e6 2018-09-04 21:55:33,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:34,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0229993-4c95-4c2a-9110-254afa5e3f35 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:55:34,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-a0229993-4c95-4c2a-9110-254afa5e3f35 2018-09-04 21:55:34,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:34,092 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-966a6ac6-fed1-4ee5-87f5-7984a001a300 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:34,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-966a6ac6-fed1-4ee5-87f5-7984a001a300 2018-09-04 21:55:34,092 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:34,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:34,182 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cfe26d8-82c8-40be-b197-70ae7f8bfb9b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:34,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-3cfe26d8-82c8-40be-b197-70ae7f8bfb9b 2018-09-04 21:55:34,182 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:34,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:34,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d60dfc06-eabe-4029-b46a-6e7881d4ebfd Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:55:34,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-d60dfc06-eabe-4029-b46a-6e7881d4ebfd 2018-09-04 21:55:34,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:34,360 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d55697f6-a91e-49a3-8f1f-6230e0546a04 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:34,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-d55697f6-a91e-49a3-8f1f-6230e0546a04 2018-09-04 21:55:34,360 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:34,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:34,447 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3e5351b-bf0f-49ce-a11c-7f5b41509838 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:34,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-b3e5351b-bf0f-49ce-a11c-7f5b41509838 2018-09-04 21:55:34,447 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:34,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:34,530 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0eb372b0-9db2-4dc9-a7ea-ca985d26612b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:34,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-0eb372b0-9db2-4dc9-a7ea-ca985d26612b 2018-09-04 21:55:34,531 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:34,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:34,615 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e115b96-5b66-405f-940b-19ea5f95357c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:34,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-1e115b96-5b66-405f-940b-19ea5f95357c 2018-09-04 21:55:34,615 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:34,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:34,707 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f71eac2-e6f2-47e1-b9c3-d6ec15285db2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:34,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-7f71eac2-e6f2-47e1-b9c3-d6ec15285db2 2018-09-04 21:55:34,707 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:34,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:34,789 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53c5086f-056d-4efb-8846-9afd96864dc0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:34,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-53c5086f-056d-4efb-8846-9afd96864dc0 2018-09-04 21:55:34,789 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:34,790 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj 2018-09-04 21:55:34,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/1c34c3c062ab43dbb71264f17a231e7d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:35,020 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-776486f6-2344-45c6-8f60-b56e0bff22d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:35,020 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/1c34c3c062ab43dbb71264f17a231e7d used request id req-776486f6-2344-45c6-8f60-b56e0bff22d8 2018-09-04 21:55:35,020 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-64064602-ed3a-4b5-proj-role 2018-09-04 21:55:35,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c7268c60d613479fb13900b36bc6bf7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:35,136 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41f4cfc7-fa5d-4f1e-9430-b620ad42c3a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:35,136 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c7268c60d613479fb13900b36bc6bf7b used request id req-41f4cfc7-fa5d-4f1e-9430-b620ad42c3a4 2018-09-04 21:55:35,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074ba649516b64b16abc013cb08fe9faee25f91e" 2018-09-04 21:55:35,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7472156c-26fc-4cd7-a3b8-2046b34a28e4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:35,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7472156c-26fc-4cd7-a3b8-2046b34a28e4 2018-09-04 21:55:35,236 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-64064602-ed3a-4b5-user 2018-09-04 21:55:35,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/91b08cb412644c5aafcd4835189c4861 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ed7f64228689e260ae85e2a30abb0949b682c" 2018-09-04 21:55:35,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df9426d7-23fd-4d53-8df2-ac2a56e3e5e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:35,430 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/91b08cb412644c5aafcd4835189c4861 used request id req-df9426d7-23fd-4d53-8df2-ac2a56e3e5e3 2018-09-04 21:55:35,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:35,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["F2rmFQgFTMWnc4Mkz_oefA"], "issued_at": "2018-09-04T21:55:35.000000Z"}} 2018-09-04 21:55:35,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}747a43cf58d1144bb4ec8c51b25e9f862be81ba7" 2018-09-04 21:55:35,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7e056b-67c0-4baa-861b-a2fcc72a3815 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:35,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7d7e056b-67c0-4baa-861b-a2fcc72a3815 2018-09-04 21:55:35,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:35,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:36,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["bmAMU7LPQEezKNSHzFSdlg"], "issued_at": "2018-09-04T21:55:36.000000Z"}} 2018-09-04 21:55:36,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:36,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-514ed146-fde6-40ff-9583-a525fbeffbc5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:36,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-514ed146-fde6-40ff-9583-a525fbeffbc5 2018-09-04 21:55:36,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:36,390 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:36,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-04d26094-9962-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:36,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d139f7e1-1459-433d-950e-7267dcaa7058 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-04d26094-9962-4f6-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:55:36,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-04d26094-9962-4f6-proj used request id req-d139f7e1-1459-433d-950e-7267dcaa7058 2018-09-04 21:55:36,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:36,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3630822c-9e8a-4caf-aa32-ce31cc99f13d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:36,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-3630822c-9e8a-4caf-aa32-ce31cc99f13d 2018-09-04 21:55:36,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-04d26094-9962-4f6-proj"}}' 2018-09-04 21:55:36,682 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acd072a7-ebfa-4054-b530-96b0c0fe63fd Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c45edf652f664f1583a306b646730e40"}, "enabled": true, "id": "c45edf652f664f1583a306b646730e40", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-04d26094-9962-4f6-proj"}} 2018-09-04 21:55:36,682 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-acd072a7-ebfa-4054-b530-96b0c0fe63fd 2018-09-04 21:55:36,682 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-04d26094-9962-4f6-proj 2018-09-04 21:55:36,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:36,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:37,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["RiWN-g_wR1mOUJ_-FWsQ3g"], "issued_at": "2018-09-04T21:55:37.000000Z"}} 2018-09-04 21:55:37,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b030fff12f3a775edaefb323a26d1e4dbe9fcaa" 2018-09-04 21:55:37,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f52ad5-d268-4220-aa97-d4328c4e729a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:37,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-21f52ad5-d268-4220-aa97-d4328c4e729a 2018-09-04 21:55:37,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:37,170 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:37,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b030fff12f3a775edaefb323a26d1e4dbe9fcaa" 2018-09-04 21:55:37,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7ad4947-e8b3-43c0-9357-0067af2e0156 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:55:37,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a7ad4947-e8b3-43c0-9357-0067af2e0156 2018-09-04 21:55:37,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-04d26094-9962-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b030fff12f3a775edaefb323a26d1e4dbe9fcaa" 2018-09-04 21:55:37,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6ceb88a-b7dd-4acb-b473-4c234247bc8d Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-04d26094-9962-4f6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c45edf652f664f1583a306b646730e40"}, "enabled": true, "id": "c45edf652f664f1583a306b646730e40", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-04d26094-9962-4f6-proj"}]} 2018-09-04 21:55:37,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-04d26094-9962-4f6-proj used request id req-a6ceb88a-b7dd-4acb-b473-4c234247bc8d 2018-09-04 21:55:37,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b030fff12f3a775edaefb323a26d1e4dbe9fcaa" 2018-09-04 21:55:37,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-951d900e-0551-4d4b-ad9b-cc9aced33c5e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:37,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-951d900e-0551-4d4b-ad9b-cc9aced33c5e 2018-09-04 21:55:37,838 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-04d26094-9962-4f6-user 2018-09-04 21:55:37,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:37,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:37,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96ac84ef-cbe3-4e61-b33f-c0f1a0aebeba Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:37,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-96ac84ef-cbe3-4e61-b33f-c0f1a0aebeba 2018-09-04 21:55:37,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" -d '{"role": {"name": "CreateKeypairsCleanupTests-04d26094-9962-4f6-proj-role"}}' 2018-09-04 21:55:38,041 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-703530f6-5f82-4614-9bcc-665e7ceee6e3 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "db1e4ad77f234c27960e43cedd10bfd4", "links": {"self": "http://172.30.9.26:5000/v3/roles/db1e4ad77f234c27960e43cedd10bfd4"}, "name": "CreateKeypairsCleanupTests-04d26094-9962-4f6-proj-role"}} 2018-09-04 21:55:38,041 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-703530f6-5f82-4614-9bcc-665e7ceee6e3 2018-09-04 21:55:38,041 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-04d26094-9962-4f6-proj-role 2018-09-04 21:55:38,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/db1e4ad77f234c27960e43cedd10bfd4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:38,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a069c53-2929-4ea5-a4d5-8ce5e2b15b82 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/db1e4ad77f234c27960e43cedd10bfd4"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-04d26094-9962-4f6-proj-role", "id": "db1e4ad77f234c27960e43cedd10bfd4"}} 2018-09-04 21:55:38,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/db1e4ad77f234c27960e43cedd10bfd4 used request id req-8a069c53-2929-4ea5-a4d5-8ce5e2b15b82 2018-09-04 21:55:38,062 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-04d26094-9962-4f6-proj-role to project CreateKeypairsCleanupTests-04d26094-9962-4f6-proj 2018-09-04 21:55:38,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/c45edf652f664f1583a306b646730e40/users/b4e02821e7ae407abf7401100d994b82/roles/db1e4ad77f234c27960e43cedd10bfd4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:38,200 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25de427d-fdf0-4b80-8eaf-cb2016393e43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:38,200 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c45edf652f664f1583a306b646730e40/users/b4e02821e7ae407abf7401100d994b82/roles/db1e4ad77f234c27960e43cedd10bfd4 used request id req-25de427d-fdf0-4b80-8eaf-cb2016393e43 2018-09-04 21:55:38,200 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:38,201 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:38,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:38,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db1e4ad77f234c27960e43cedd10bfd4", "name": "CreateKeypairsCleanupTests-04d26094-9962-4f6-proj-role"}], "expires_at": "2018-09-04T22:55:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c45edf652f664f1583a306b646730e40", "name": "CreateKeypairsCleanupTests-04d26094-9962-4f6-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c45edf652f664f1583a306b646730e40", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c45edf652f664f1583a306b646730e40", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c45edf652f664f1583a306b646730e40", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c45edf652f664f1583a306b646730e40", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c45edf652f664f1583a306b646730e40", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c45edf652f664f1583a306b646730e40", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c45edf652f664f1583a306b646730e40", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c45edf652f664f1583a306b646730e40", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c45edf652f664f1583a306b646730e40", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c45edf652f664f1583a306b646730e40", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c45edf652f664f1583a306b646730e40", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c45edf652f664f1583a306b646730e40", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-04d26094-9962-4f6-user", "id": "b4e02821e7ae407abf7401100d994b82"}, "audit_ids": ["RBYHPnLnSh-nHvL_SOudTg"], "issued_at": "2018-09-04T21:55:38.000000Z"}} 2018-09-04 21:55:38,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b651f0121328cd799462ec0b9a1c039e56780ca9" 2018-09-04 21:55:38,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dd30ce3-53fb-40b6-a562-a3d7180a50ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:38,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7dd30ce3-53fb-40b6-a562-a3d7180a50ab 2018-09-04 21:55:38,664 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:38,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b651f0121328cd799462ec0b9a1c039e56780ca9" 2018-09-04 21:55:39,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ea95484-4725-43cc-bd84-9689ec34cf62 x-compute-request-id: req-5ea95484-4725-43cc-bd84-9689ec34cf62 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 21:55:39,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-5ea95484-4725-43cc-bd84-9689ec34cf62 2018-09-04 21:55:39,209 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-12bcf3e7-92bf-43ab-b878-c9e3ea3379c9... 2018-09-04 21:55:39,209 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 21:55:39,256 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-12bcf3e7-92bf-43ab-b878-c9e3ea3379c9 2018-09-04 21:55:39,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b651f0121328cd799462ec0b9a1c039e56780ca9" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDcQJ8BVkCV39JX4MfBYprpGmEv+TdFi/PCNeCAKYkq5zrbkaJYWajY2Ae68DMgCmrpnBrYFQv+XgfrUVXamv/RCMlvu9jjs7HNiQ949iDyfE4rBmP/x/071YTwU38VdbwRQ32MtcL3pfBpxXpG+F6BP3b9YxN1iLnYglH7UHgkHQ==", "name": "CreateKeypairsCleanupTests-12bcf3e7-92bf-43ab-b878-c9e3ea3379c9"}}' 2018-09-04 21:55:39,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a980a203-11b4-4729-9693-1c8a4e55b277 x-compute-request-id: req-a980a203-11b4-4729-9693-1c8a4e55b277 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDcQJ8BVkCV39JX4MfBYprpGmEv+TdFi/PCNeCAKYkq5zrbkaJYWajY2Ae68DMgCmrpnBrYFQv+XgfrUVXamv/RCMlvu9jjs7HNiQ949iDyfE4rBmP/x/071YTwU38VdbwRQ32MtcL3pfBpxXpG+F6BP3b9YxN1iLnYglH7UHgkHQ==", "user_id": "b4e02821e7ae407abf7401100d994b82", "name": "CreateKeypairsCleanupTests-12bcf3e7-92bf-43ab-b878-c9e3ea3379c9", "fingerprint": "67:c1:45:a7:e5:47:38:8e:0c:bf:15:2c:42:e8:f0:b4"}} 2018-09-04 21:55:39,335 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-a980a203-11b4-4729-9693-1c8a4e55b277 2018-09-04 21:55:39,343 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-12bcf3e7-92bf-43ab-b878-c9e3ea3379c9.pub 2018-09-04 21:55:39,343 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-12bcf3e7-92bf-43ab-b878-c9e3ea3379c9 2018-09-04 21:55:39,343 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-12bcf3e7-92bf-43ab-b878-c9e3ea3379c9 2018-09-04 21:55:39,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-12bcf3e7-92bf-43ab-b878-c9e3ea3379c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b651f0121328cd799462ec0b9a1c039e56780ca9" 2018-09-04 21:55:39,376 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:55:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cdff62e0-d0c9-4ca8-9d31-12201f476629 x-compute-request-id: req-cdff62e0-d0c9-4ca8-9d31-12201f476629 Content-Length: 0 Content-Type: application/json 2018-09-04 21:55:39,376 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-12bcf3e7-92bf-43ab-b878-c9e3ea3379c9 used request id req-cdff62e0-d0c9-4ca8-9d31-12201f476629 2018-09-04 21:55:39,376 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-12bcf3e7-92bf-43ab-b878-c9e3ea3379c9.pub] 2018-09-04 21:55:39,377 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-12bcf3e7-92bf-43ab-b878-c9e3ea3379c9] 2018-09-04 21:55:39,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:39,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-8903cd69-f255-4169-bd5f-fe288f22415d Date: Tue, 04 Sep 2018 21:55:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:55:39,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-8903cd69-f255-4169-bd5f-fe288f22415d 2018-09-04 21:55:39,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:39,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f0dae28-e6d8-4d8b-9f5e-011e48fc575c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:55:39,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-2f0dae28-e6d8-4d8b-9f5e-011e48fc575c 2018-09-04 21:55:39,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:39,787 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9fc8fed-09ad-4b1a-a535-bf5f3ef9412b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:39,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-b9fc8fed-09ad-4b1a-a535-bf5f3ef9412b 2018-09-04 21:55:39,787 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:39,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:39,805 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-794cc67c-1a84-4c28-bdd9-c422639d55f9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:39,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-794cc67c-1a84-4c28-bdd9-c422639d55f9 2018-09-04 21:55:39,805 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:39,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:39,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7886b697-34d8-47bb-9595-5c97e28bfa5e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:55:39,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-7886b697-34d8-47bb-9595-5c97e28bfa5e 2018-09-04 21:55:39,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:39,986 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d18aa2f-2a4f-4571-8dcd-569c82d0c3eb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:39,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-1d18aa2f-2a4f-4571-8dcd-569c82d0c3eb 2018-09-04 21:55:39,987 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:39,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:40,081 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ade05fdc-8dee-4ed6-9778-db54f1d83e00 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:40,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-ade05fdc-8dee-4ed6-9778-db54f1d83e00 2018-09-04 21:55:40,081 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:40,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:40,172 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bf80d2c-5479-49ae-b1c6-0fcd35b3630f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:40,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-6bf80d2c-5479-49ae-b1c6-0fcd35b3630f 2018-09-04 21:55:40,172 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:40,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:40,256 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43b2e2be-bbb7-4739-9215-e7bbf7ab96ab Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:40,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-43b2e2be-bbb7-4739-9215-e7bbf7ab96ab 2018-09-04 21:55:40,256 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:40,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:40,347 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71f2d1ae-444d-491d-8459-bbc342e418c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:40,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-71f2d1ae-444d-491d-8459-bbc342e418c4 2018-09-04 21:55:40,348 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:40,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:40,439 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74f01558-495f-45b8-a7e3-e4c618af433c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:40,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-74f01558-495f-45b8-a7e3-e4c618af433c 2018-09-04 21:55:40,439 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:40,440 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-04d26094-9962-4f6-proj 2018-09-04 21:55:40,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/c45edf652f664f1583a306b646730e40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:40,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1124b53b-741a-4ad7-ae9f-ec6f9fab0d83 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:40,648 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/c45edf652f664f1583a306b646730e40 used request id req-1124b53b-741a-4ad7-ae9f-ec6f9fab0d83 2018-09-04 21:55:40,649 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-04d26094-9962-4f6-proj-role 2018-09-04 21:55:40,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/db1e4ad77f234c27960e43cedd10bfd4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:40,765 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b32ae97b-448e-4c28-b2c6-9fd7a91910ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:40,766 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/db1e4ad77f234c27960e43cedd10bfd4 used request id req-b32ae97b-448e-4c28-b2c6-9fd7a91910ba 2018-09-04 21:55:40,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1241282370a1f480db7415e01de65f5a8e0f0f" 2018-09-04 21:55:40,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bff8449-2b88-4918-8794-eb15e9fe0238 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:40,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2bff8449-2b88-4918-8794-eb15e9fe0238 2018-09-04 21:55:40,857 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-04d26094-9962-4f6-user 2018-09-04 21:55:40,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/b4e02821e7ae407abf7401100d994b82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b030fff12f3a775edaefb323a26d1e4dbe9fcaa" 2018-09-04 21:55:41,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de7e0553-1b2c-4c24-85f9-e37ef37c1ad3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:41,045 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b4e02821e7ae407abf7401100d994b82 used request id req-de7e0553-1b2c-4c24-85f9-e37ef37c1ad3 2018-09-04 21:55:41,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:41,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["xn-FnNboRXmFbsODfbT5Bg"], "issued_at": "2018-09-04T21:55:41.000000Z"}} 2018-09-04 21:55:41,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69f194a8ce95ef499e3c00271fb8e9ccecf58a8a" 2018-09-04 21:55:41,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12c5b36e-a625-49ba-ba6a-e2e05d027265 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:41,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-12c5b36e-a625-49ba-ba6a-e2e05d027265 2018-09-04 21:55:41,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:41,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:41,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["oFZkltYRQDqaeO2l2fZWsw"], "issued_at": "2018-09-04T21:55:41.000000Z"}} 2018-09-04 21:55:41,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:41,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad7dfd03-51da-47eb-9c55-192a28fc4daf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:41,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ad7dfd03-51da-47eb-9c55-192a28fc4daf 2018-09-04 21:55:42,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:42,009 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:42,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:42,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdb7c9d5-7040-42ba-beed-14290e6f2bfb Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:55:42,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj used request id req-cdb7c9d5-7040-42ba-beed-14290e6f2bfb 2018-09-04 21:55:42,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:42,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9563d07a-7b10-446c-a407-acb0319b1ecb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:42,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-9563d07a-7b10-446c-a407-acb0319b1ecb 2018-09-04 21:55:42,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj"}}' 2018-09-04 21:55:42,322 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c5a0edb-49a0-4538-a01b-fee94067c286 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/03cb68811e4a4c5b9e18963198eed578"}, "enabled": true, "id": "03cb68811e4a4c5b9e18963198eed578", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj"}} 2018-09-04 21:55:42,322 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-8c5a0edb-49a0-4538-a01b-fee94067c286 2018-09-04 21:55:42,323 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj 2018-09-04 21:55:42,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:42,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:42,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["2YkGJCX9SgCMJnapF4VJAA"], "issued_at": "2018-09-04T21:55:42.000000Z"}} 2018-09-04 21:55:42,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}823bfe528a061576e17bb2a148695859f370ff49" 2018-09-04 21:55:42,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d47367f-6363-460a-a6df-a1d87e286e35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:42,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1d47367f-6363-460a-a6df-a1d87e286e35 2018-09-04 21:55:42,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:42,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:42,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}823bfe528a061576e17bb2a148695859f370ff49" 2018-09-04 21:55:42,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8a5442a-996b-45b6-9fdf-f0feb685c7e7 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:55:42,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a8a5442a-996b-45b6-9fdf-f0feb685c7e7 2018-09-04 21:55:42,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}823bfe528a061576e17bb2a148695859f370ff49" 2018-09-04 21:55:42,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e811b0e-33cd-4461-8d7f-e05d419fb8ec Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/03cb68811e4a4c5b9e18963198eed578"}, "enabled": true, "id": "03cb68811e4a4c5b9e18963198eed578", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj"}]} 2018-09-04 21:55:42,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj used request id req-0e811b0e-33cd-4461-8d7f-e05d419fb8ec 2018-09-04 21:55:42,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}823bfe528a061576e17bb2a148695859f370ff49" 2018-09-04 21:55:43,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fd07f50-4b26-4dfb-99e0-427f8eb5296b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:43,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-5fd07f50-4b26-4dfb-99e0-427f8eb5296b 2018-09-04 21:55:43,401 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-user 2018-09-04 21:55:43,402 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:43,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:43,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f653bd57-c4d5-46e8-91b6-adb8f2fbe3b7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:43,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f653bd57-c4d5-46e8-91b6-adb8f2fbe3b7 2018-09-04 21:55:43,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" -d '{"role": {"name": "CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj-role"}}' 2018-09-04 21:55:43,609 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af779f72-4950-43fc-b021-e64eaf257172 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5e0b646fbce74ad9a995059f0e901d5c", "links": {"self": "http://172.30.9.26:5000/v3/roles/5e0b646fbce74ad9a995059f0e901d5c"}, "name": "CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj-role"}} 2018-09-04 21:55:43,610 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-af779f72-4950-43fc-b021-e64eaf257172 2018-09-04 21:55:43,610 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj-role 2018-09-04 21:55:43,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5e0b646fbce74ad9a995059f0e901d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:43,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9a1e4f8-339b-4781-a73a-c647643827c2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5e0b646fbce74ad9a995059f0e901d5c"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj-role", "id": "5e0b646fbce74ad9a995059f0e901d5c"}} 2018-09-04 21:55:43,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5e0b646fbce74ad9a995059f0e901d5c used request id req-a9a1e4f8-339b-4781-a73a-c647643827c2 2018-09-04 21:55:43,629 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj-role to project CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj 2018-09-04 21:55:43,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/03cb68811e4a4c5b9e18963198eed578/users/6947a4b573fc4261860e641b698c4c62/roles/5e0b646fbce74ad9a995059f0e901d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:43,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0293e7dc-0560-4cef-97d7-9138f2d359c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:43,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/03cb68811e4a4c5b9e18963198eed578/users/6947a4b573fc4261860e641b698c4c62/roles/5e0b646fbce74ad9a995059f0e901d5c used request id req-0293e7dc-0560-4cef-97d7-9138f2d359c0 2018-09-04 21:55:43,685 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:43,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:43,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:44,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5e0b646fbce74ad9a995059f0e901d5c", "name": "CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj-role"}], "expires_at": "2018-09-04T22:55:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03cb68811e4a4c5b9e18963198eed578", "name": "CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/03cb68811e4a4c5b9e18963198eed578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/03cb68811e4a4c5b9e18963198eed578", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/03cb68811e4a4c5b9e18963198eed578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/03cb68811e4a4c5b9e18963198eed578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/03cb68811e4a4c5b9e18963198eed578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/03cb68811e4a4c5b9e18963198eed578", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/03cb68811e4a4c5b9e18963198eed578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/03cb68811e4a4c5b9e18963198eed578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/03cb68811e4a4c5b9e18963198eed578", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/03cb68811e4a4c5b9e18963198eed578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/03cb68811e4a4c5b9e18963198eed578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/03cb68811e4a4c5b9e18963198eed578", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-user", "id": "6947a4b573fc4261860e641b698c4c62"}, "audit_ids": ["qedJsIhqQEiuo0M65Zs7OQ"], "issued_at": "2018-09-04T21:55:44.000000Z"}} 2018-09-04 21:55:44,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdefb2a2918f8f190ed7261513f208fa76df3ae5" 2018-09-04 21:55:44,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63b2ee7f-9af2-45cf-8d61-c6fd0b09f9fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:44,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-63b2ee7f-9af2-45cf-8d61-c6fd0b09f9fe 2018-09-04 21:55:44,264 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:44,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdefb2a2918f8f190ed7261513f208fa76df3ae5" 2018-09-04 21:55:44,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-025e309a-9e5a-44b5-aca2-faa2a68f3463 x-compute-request-id: req-025e309a-9e5a-44b5-aca2-faa2a68f3463 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 21:55:44,427 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-025e309a-9e5a-44b5-aca2-faa2a68f3463 2018-09-04 21:55:44,427 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-9f2739f9-85a8-49dd-aacb-e23a9dd7dc04... 2018-09-04 21:55:44,428 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 21:55:44,454 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-9f2739f9-85a8-49dd-aacb-e23a9dd7dc04 2018-09-04 21:55:44,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdefb2a2918f8f190ed7261513f208fa76df3ae5" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDpUaI00h7D6aU45zmy4sR4MvCdgoQh5SWGqIf2mIw/263xV5BCH6pE06du6bdRc5HnS+oX9h/xJFc4EyO2EgsyB29zHmJD8yHFqMiQpJpJq+bYWsx+cvUvo4IDHMOTHwVDb8qYvX4q34NzCxF9cUGHODU5VP5bYNG1TzeNrCqCwQ==", "name": "CreateKeypairsCleanupTests-9f2739f9-85a8-49dd-aacb-e23a9dd7dc04"}}' 2018-09-04 21:55:44,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d5e16d6-b49c-40a8-9031-783b4da435e3 x-compute-request-id: req-7d5e16d6-b49c-40a8-9031-783b4da435e3 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDpUaI00h7D6aU45zmy4sR4MvCdgoQh5SWGqIf2mIw/263xV5BCH6pE06du6bdRc5HnS+oX9h/xJFc4EyO2EgsyB29zHmJD8yHFqMiQpJpJq+bYWsx+cvUvo4IDHMOTHwVDb8qYvX4q34NzCxF9cUGHODU5VP5bYNG1TzeNrCqCwQ==", "user_id": "6947a4b573fc4261860e641b698c4c62", "name": "CreateKeypairsCleanupTests-9f2739f9-85a8-49dd-aacb-e23a9dd7dc04", "fingerprint": "8f:14:84:a8:2e:88:95:eb:9e:ec:d6:cf:e6:79:3a:6f"}} 2018-09-04 21:55:44,514 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-7d5e16d6-b49c-40a8-9031-783b4da435e3 2018-09-04 21:55:44,516 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-9f2739f9-85a8-49dd-aacb-e23a9dd7dc04.pub 2018-09-04 21:55:44,517 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-9f2739f9-85a8-49dd-aacb-e23a9dd7dc04 2018-09-04 21:55:44,517 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-9f2739f9-85a8-49dd-aacb-e23a9dd7dc04 2018-09-04 21:55:44,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-9f2739f9-85a8-49dd-aacb-e23a9dd7dc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdefb2a2918f8f190ed7261513f208fa76df3ae5" 2018-09-04 21:55:44,549 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:55:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82544173-2e0a-4b5c-9013-42ddd678837e x-compute-request-id: req-82544173-2e0a-4b5c-9013-42ddd678837e Content-Length: 0 Content-Type: application/json 2018-09-04 21:55:44,550 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-9f2739f9-85a8-49dd-aacb-e23a9dd7dc04 used request id req-82544173-2e0a-4b5c-9013-42ddd678837e 2018-09-04 21:55:44,550 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-9f2739f9-85a8-49dd-aacb-e23a9dd7dc04.pub] 2018-09-04 21:55:44,550 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-9f2739f9-85a8-49dd-aacb-e23a9dd7dc04] 2018-09-04 21:55:44,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:44,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-f9a4ba00-b3d0-4341-b91b-fd1d10c5a282 Date: Tue, 04 Sep 2018 21:55:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:55:44,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-f9a4ba00-b3d0-4341-b91b-fd1d10c5a282 2018-09-04 21:55:44,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:44,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09d92b89-5fbe-4c0a-be6a-53cc10960fa0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:55:44,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-09d92b89-5fbe-4c0a-be6a-53cc10960fa0 2018-09-04 21:55:44,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:45,064 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc649dda-bca7-405a-9eba-441ff93c1d52 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:45,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-dc649dda-bca7-405a-9eba-441ff93c1d52 2018-09-04 21:55:45,065 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:45,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:45,149 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e8718ac-ab55-4e09-9d86-c19f5e5631f5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:45,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-6e8718ac-ab55-4e09-9d86-c19f5e5631f5 2018-09-04 21:55:45,149 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:45,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:45,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-621e99e7-5155-4a80-ad7b-2fbbe035e519 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:55:45,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-621e99e7-5155-4a80-ad7b-2fbbe035e519 2018-09-04 21:55:45,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:45,328 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f5fc174-5a32-4882-8eb3-99013019ff9c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:45,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-8f5fc174-5a32-4882-8eb3-99013019ff9c 2018-09-04 21:55:45,329 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:45,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:45,411 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-614c20ac-cc63-4c5f-957d-741fd3f591c5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:45,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-614c20ac-cc63-4c5f-957d-741fd3f591c5 2018-09-04 21:55:45,412 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:45,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:45,502 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4a6fa51-d3fb-4d19-b6ec-4b21b957e8e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:45,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-e4a6fa51-d3fb-4d19-b6ec-4b21b957e8e2 2018-09-04 21:55:45,502 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:45,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:45,593 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17068766-212d-4a61-a7ff-176c78ad3f85 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:45,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-17068766-212d-4a61-a7ff-176c78ad3f85 2018-09-04 21:55:45,594 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:45,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:45,761 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc253891-6768-45cc-8250-3da072016603 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:45,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-bc253891-6768-45cc-8250-3da072016603 2018-09-04 21:55:45,762 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:45,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:45,851 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59c1efe0-7cb3-4e77-b32c-528fc61bc288 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:45,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-59c1efe0-7cb3-4e77-b32c-528fc61bc288 2018-09-04 21:55:45,851 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:45,852 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj 2018-09-04 21:55:45,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/03cb68811e4a4c5b9e18963198eed578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:46,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a8aaa31-19b6-4e9d-b85b-852e2354fcb8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:46,074 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/03cb68811e4a4c5b9e18963198eed578 used request id req-4a8aaa31-19b6-4e9d-b85b-852e2354fcb8 2018-09-04 21:55:46,074 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-proj-role 2018-09-04 21:55:46,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/5e0b646fbce74ad9a995059f0e901d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:46,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-608cb7b2-d407-4504-8579-97ae2657f585 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:46,196 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/5e0b646fbce74ad9a995059f0e901d5c used request id req-608cb7b2-d407-4504-8579-97ae2657f585 2018-09-04 21:55:46,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef7bf46adfdbc72946a5f0b13122f732be9b6f3" 2018-09-04 21:55:46,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d21549-06b8-47b7-8c3a-856048707a5a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:46,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f9d21549-06b8-47b7-8c3a-856048707a5a 2018-09-04 21:55:46,299 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-bf5a9d3a-c4db-496-user 2018-09-04 21:55:46,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/6947a4b573fc4261860e641b698c4c62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}823bfe528a061576e17bb2a148695859f370ff49" 2018-09-04 21:55:46,502 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f06d3e2-4094-49c1-a442-a2c1f2fadcdd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:46,502 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/6947a4b573fc4261860e641b698c4c62 used request id req-2f06d3e2-4094-49c1-a442-a2c1f2fadcdd 2018-09-04 21:55:46,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:46,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["aTBUje03RVCsq7d8rXiNsA"], "issued_at": "2018-09-04T21:55:46.000000Z"}} 2018-09-04 21:55:46,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48b8925d47f1e5518c66cc46f454d8fc0f6e3581" 2018-09-04 21:55:46,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d926bc2-0c82-49a8-ac81-1d556221fe83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:46,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6d926bc2-0c82-49a8-ac81-1d556221fe83 2018-09-04 21:55:46,971 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:46,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:47,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["okMXHqkIR2CcE1Ij7CZsnA"], "issued_at": "2018-09-04T21:55:47.000000Z"}} 2018-09-04 21:55:47,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:47,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0177f467-0bc5-47d1-8792-8f64cc4546c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:47,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0177f467-0bc5-47d1-8792-8f64cc4546c2 2018-09-04 21:55:47,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:47,466 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:47,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:47,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fa62d1d-c33e-4cee-b71a-f54f17e7de29 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:55:47,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj used request id req-8fa62d1d-c33e-4cee-b71a-f54f17e7de29 2018-09-04 21:55:47,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:47,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b5ad1c0-bdb1-41b5-9f55-565f29b1da7a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:47,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0b5ad1c0-bdb1-41b5-9f55-565f29b1da7a 2018-09-04 21:55:47,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj"}}' 2018-09-04 21:55:47,753 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8201650d-2505-49c4-8337-a192193ff165 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/eb90e33d9fda4c2eb880ca7bc27d4681"}, "enabled": true, "id": "eb90e33d9fda4c2eb880ca7bc27d4681", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj"}} 2018-09-04 21:55:47,754 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-8201650d-2505-49c4-8337-a192193ff165 2018-09-04 21:55:47,754 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj 2018-09-04 21:55:47,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:47,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:48,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ZYun2Ud9QPqvUAlSjeaCLw"], "issued_at": "2018-09-04T21:55:48.000000Z"}} 2018-09-04 21:55:48,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44651f264300cd2d598d7183745b6f106bb2b89b" 2018-09-04 21:55:48,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1679243-e253-47da-8337-ed4bf942c4ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:48,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f1679243-e253-47da-8337-ed4bf942c4ed 2018-09-04 21:55:48,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:48,231 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:48,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44651f264300cd2d598d7183745b6f106bb2b89b" 2018-09-04 21:55:48,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aab31b94-9111-438d-bbaa-19770dd21834 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:55:48,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-aab31b94-9111-438d-bbaa-19770dd21834 2018-09-04 21:55:48,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44651f264300cd2d598d7183745b6f106bb2b89b" 2018-09-04 21:55:48,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474e9e3c-84aa-4d02-92ad-8c012a4a5028 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/eb90e33d9fda4c2eb880ca7bc27d4681"}, "enabled": true, "id": "eb90e33d9fda4c2eb880ca7bc27d4681", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj"}]} 2018-09-04 21:55:48,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj used request id req-474e9e3c-84aa-4d02-92ad-8c012a4a5028 2018-09-04 21:55:48,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44651f264300cd2d598d7183745b6f106bb2b89b" 2018-09-04 21:55:48,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e78d4925-e010-4093-a445-74aa0030f1b2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:48,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e78d4925-e010-4093-a445-74aa0030f1b2 2018-09-04 21:55:48,880 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-23d684be-d7ac-49a-user 2018-09-04 21:55:48,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:48,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:48,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34bb323d-76fc-4317-a329-de6999cabc34 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:48,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-34bb323d-76fc-4317-a329-de6999cabc34 2018-09-04 21:55:48,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" -d '{"role": {"name": "CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj-role"}}' 2018-09-04 21:55:49,077 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-703c6ecf-aaa4-423e-adb4-22371bd37cc0 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5b415db93c3d4648a1699aa40a2f44c6", "links": {"self": "http://172.30.9.26:5000/v3/roles/5b415db93c3d4648a1699aa40a2f44c6"}, "name": "CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj-role"}} 2018-09-04 21:55:49,077 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-703c6ecf-aaa4-423e-adb4-22371bd37cc0 2018-09-04 21:55:49,077 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj-role 2018-09-04 21:55:49,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5b415db93c3d4648a1699aa40a2f44c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:49,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-949e18f1-6f0a-4dd5-b350-abe961e9c5e9 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5b415db93c3d4648a1699aa40a2f44c6"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj-role", "id": "5b415db93c3d4648a1699aa40a2f44c6"}} 2018-09-04 21:55:49,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5b415db93c3d4648a1699aa40a2f44c6 used request id req-949e18f1-6f0a-4dd5-b350-abe961e9c5e9 2018-09-04 21:55:49,172 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj-role to project CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj 2018-09-04 21:55:49,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/eb90e33d9fda4c2eb880ca7bc27d4681/users/ac6c234f61f84cfa9d75f254d3ac1f0a/roles/5b415db93c3d4648a1699aa40a2f44c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:49,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9b278cf-f22b-457b-a343-b899a02ca6fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:49,295 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/eb90e33d9fda4c2eb880ca7bc27d4681/users/ac6c234f61f84cfa9d75f254d3ac1f0a/roles/5b415db93c3d4648a1699aa40a2f44c6 used request id req-e9b278cf-f22b-457b-a343-b899a02ca6fd 2018-09-04 21:55:49,295 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:49,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:49,298 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:49,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b415db93c3d4648a1699aa40a2f44c6", "name": "CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj-role"}], "expires_at": "2018-09-04T22:55:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb90e33d9fda4c2eb880ca7bc27d4681", "name": "CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/eb90e33d9fda4c2eb880ca7bc27d4681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/eb90e33d9fda4c2eb880ca7bc27d4681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/eb90e33d9fda4c2eb880ca7bc27d4681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/eb90e33d9fda4c2eb880ca7bc27d4681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/eb90e33d9fda4c2eb880ca7bc27d4681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/eb90e33d9fda4c2eb880ca7bc27d4681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/eb90e33d9fda4c2eb880ca7bc27d4681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/eb90e33d9fda4c2eb880ca7bc27d4681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/eb90e33d9fda4c2eb880ca7bc27d4681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/eb90e33d9fda4c2eb880ca7bc27d4681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/eb90e33d9fda4c2eb880ca7bc27d4681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/eb90e33d9fda4c2eb880ca7bc27d4681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-23d684be-d7ac-49a-user", "id": "ac6c234f61f84cfa9d75f254d3ac1f0a"}, "audit_ids": ["HHcgJpQMRXqP-Wi9_JbSsA"], "issued_at": "2018-09-04T21:55:49.000000Z"}} 2018-09-04 21:55:49,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b54780dcd443da9ca70027fdb3a17e99c7bca8aa" 2018-09-04 21:55:49,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1675b72-90f2-4013-a444-9af67c2d508c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:49,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f1675b72-90f2-4013-a444-9af67c2d508c 2018-09-04 21:55:49,763 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 21:55:49,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b54780dcd443da9ca70027fdb3a17e99c7bca8aa" 2018-09-04 21:55:49,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-14b973da-9cb0-4d61-86c4-4f1ed2f367ae x-compute-request-id: req-14b973da-9cb0-4d61-86c4-4f1ed2f367ae Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 21:55:49,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-14b973da-9cb0-4d61-86c4-4f1ed2f367ae 2018-09-04 21:55:49,938 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-fda6eb5c-e6f6-4672-9807-78ab17b62972... 2018-09-04 21:55:49,938 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 21:55:50,007 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-fda6eb5c-e6f6-4672-9807-78ab17b62972 2018-09-04 21:55:50,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b54780dcd443da9ca70027fdb3a17e99c7bca8aa" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDOxKqJahR/aB8soZvdm6mTuhLELoPGxLsmmfGG85XpjNIMoq3YRdH75OvwqXOv8+aPUZmzPx9hhVXXuRCHeLQq6AtGU2Ov2YYKcvxWidAPZTS/G9wHcXTBSe3+5VoHiRNmsXsk1huXHXA9UTQbG41w68mxEUdanJAFP47O5/gDKw==", "name": "CreateKeypairsCleanupTests-fda6eb5c-e6f6-4672-9807-78ab17b62972"}}' 2018-09-04 21:55:50,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d254bbfd-7901-4e22-9db3-5f1ba02be53e x-compute-request-id: req-d254bbfd-7901-4e22-9db3-5f1ba02be53e Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDOxKqJahR/aB8soZvdm6mTuhLELoPGxLsmmfGG85XpjNIMoq3YRdH75OvwqXOv8+aPUZmzPx9hhVXXuRCHeLQq6AtGU2Ov2YYKcvxWidAPZTS/G9wHcXTBSe3+5VoHiRNmsXsk1huXHXA9UTQbG41w68mxEUdanJAFP47O5/gDKw==", "user_id": "ac6c234f61f84cfa9d75f254d3ac1f0a", "name": "CreateKeypairsCleanupTests-fda6eb5c-e6f6-4672-9807-78ab17b62972", "fingerprint": "1f:d6:c0:b5:c9:fe:d3:79:63:32:90:5f:cc:03:72:32"}} 2018-09-04 21:55:50,078 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-d254bbfd-7901-4e22-9db3-5f1ba02be53e 2018-09-04 21:55:50,080 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-fda6eb5c-e6f6-4672-9807-78ab17b62972.pub 2018-09-04 21:55:50,080 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-fda6eb5c-e6f6-4672-9807-78ab17b62972 2018-09-04 21:55:50,080 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-fda6eb5c-e6f6-4672-9807-78ab17b62972 2018-09-04 21:55:50,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-fda6eb5c-e6f6-4672-9807-78ab17b62972 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b54780dcd443da9ca70027fdb3a17e99c7bca8aa" 2018-09-04 21:55:50,118 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 21:55:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cee60f84-e355-46a5-9730-2be263dbd695 x-compute-request-id: req-cee60f84-e355-46a5-9730-2be263dbd695 Content-Length: 0 Content-Type: application/json 2018-09-04 21:55:50,119 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-fda6eb5c-e6f6-4672-9807-78ab17b62972 used request id req-cee60f84-e355-46a5-9730-2be263dbd695 2018-09-04 21:55:50,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:50,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-ff9c04da-a0d3-4491-a1c3-1e29386be06d Date: Tue, 04 Sep 2018 21:55:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:55:50,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-ff9c04da-a0d3-4491-a1c3-1e29386be06d 2018-09-04 21:55:50,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:50,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cae05c41-b8ee-43bf-97d1-4150f1c0bfc1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:55:50,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-cae05c41-b8ee-43bf-97d1-4150f1c0bfc1 2018-09-04 21:55:50,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:50,547 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fab5459-277b-4482-bc29-ebd4902efaef Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:50,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-8fab5459-277b-4482-bc29-ebd4902efaef 2018-09-04 21:55:50,547 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:50,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:50,641 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d6e8029-aaee-40f5-8ba2-65bf981d9519 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:50,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-7d6e8029-aaee-40f5-8ba2-65bf981d9519 2018-09-04 21:55:50,641 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:50,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:50,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba73c506-ac2c-4d58-bea2-68a2c02418be Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:55:50,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-ba73c506-ac2c-4d58-bea2-68a2c02418be 2018-09-04 21:55:50,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:50,816 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74ebc288-010d-474d-8271-e640fc8e8986 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:50,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-74ebc288-010d-474d-8271-e640fc8e8986 2018-09-04 21:55:50,817 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:50,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:50,907 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a7c4710-24f6-4536-b25e-8f69a0852f6a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:50,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-3a7c4710-24f6-4536-b25e-8f69a0852f6a 2018-09-04 21:55:50,907 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:50,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:50,991 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96fc1559-ea3e-4a4a-9937-868b9945e7fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:50,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-96fc1559-ea3e-4a4a-9937-868b9945e7fd 2018-09-04 21:55:50,991 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:50,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:51,089 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c68be0e0-cc5c-4050-9fff-a274a8faea42 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:51,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-c68be0e0-cc5c-4050-9fff-a274a8faea42 2018-09-04 21:55:51,089 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:51,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:51,180 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5df86bbb-2283-4c9e-a595-957c92c541ec Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:51,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-5df86bbb-2283-4c9e-a595-957c92c541ec 2018-09-04 21:55:51,180 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:51,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:51,270 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdf84258-4137-47b6-b29e-164d59cadb2a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:55:51,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-cdf84258-4137-47b6-b29e-164d59cadb2a 2018-09-04 21:55:51,271 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:55:51,272 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj 2018-09-04 21:55:51,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/eb90e33d9fda4c2eb880ca7bc27d4681 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:51,487 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fcf11bc-3300-4d67-b713-51d4de55b5ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:51,487 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/eb90e33d9fda4c2eb880ca7bc27d4681 used request id req-6fcf11bc-3300-4d67-b713-51d4de55b5ef 2018-09-04 21:55:51,487 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-23d684be-d7ac-49a-proj-role 2018-09-04 21:55:51,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/5b415db93c3d4648a1699aa40a2f44c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:51,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-508ef914-db9b-4940-87a4-eec1f2d61f1f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:51,604 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/5b415db93c3d4648a1699aa40a2f44c6 used request id req-508ef914-db9b-4940-87a4-eec1f2d61f1f 2018-09-04 21:55:51,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ee42ea5ea2d97f5e3909ff6464032ad6af761c" 2018-09-04 21:55:51,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5de681c6-2bfd-422f-a2c6-619d4b481e0f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:51,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5de681c6-2bfd-422f-a2c6-619d4b481e0f 2018-09-04 21:55:51,687 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-23d684be-d7ac-49a-user 2018-09-04 21:55:51,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/ac6c234f61f84cfa9d75f254d3ac1f0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44651f264300cd2d598d7183745b6f106bb2b89b" 2018-09-04 21:55:51,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-293deccb-7116-411a-bb2a-939b3666ad2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:51,867 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/ac6c234f61f84cfa9d75f254d3ac1f0a used request id req-293deccb-7116-411a-bb2a-939b3666ad2c 2018-09-04 21:55:51,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:52,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["yGoRIaGZQsODtRLAHs67tg"], "issued_at": "2018-09-04T21:55:52.000000Z"}} 2018-09-04 21:55:52,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4411757afd9e7ae4c0dfd594ad3dc586ddc4df" 2018-09-04 21:55:52,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e0d8574-52e2-4811-8e96-1ba992a39a96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:52,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5e0d8574-52e2-4811-8e96-1ba992a39a96 2018-09-04 21:55:52,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:52,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:52,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["yQk008r3SKOvjbs2-1WopQ"], "issued_at": "2018-09-04T21:55:52.000000Z"}} 2018-09-04 21:55:52,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:55:52,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed59f92-8960-4d52-9df8-70d35ac33479 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:52,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8ed59f92-8960-4d52-9df8-70d35ac33479 2018-09-04 21:55:52,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:52,823 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:52,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:55:52,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d574a672-41b4-4a7c-a7e1-01e9ef79137a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:55:52,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj used request id req-d574a672-41b4-4a7c-a7e1-01e9ef79137a 2018-09-04 21:55:52,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:55:53,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-099f0175-b900-4c9f-be8b-2fedad95a836 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:53,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-099f0175-b900-4c9f-be8b-2fedad95a836 2018-09-04 21:55:53,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj"}}' 2018-09-04 21:55:53,118 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bbc0afa-8dac-430d-90fb-857579e14dde Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7ead7da024b4591806661c1b209fd00"}, "enabled": true, "id": "b7ead7da024b4591806661c1b209fd00", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj"}} 2018-09-04 21:55:53,119 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5bbc0afa-8dac-430d-90fb-857579e14dde 2018-09-04 21:55:53,119 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj 2018-09-04 21:55:53,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:53,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:53,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:55:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["_wu8eqFtSHKKdH3-jsBCvw"], "issued_at": "2018-09-04T21:55:53.000000Z"}} 2018-09-04 21:55:53,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2991601fc64bedf1a8667826d53e5f63ba0c691e" 2018-09-04 21:55:53,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3822b116-5415-423d-b2f8-6d89533fb131 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:53,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3822b116-5415-423d-b2f8-6d89533fb131 2018-09-04 21:55:53,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:53,613 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:53,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2991601fc64bedf1a8667826d53e5f63ba0c691e" 2018-09-04 21:55:53,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21cf2bfd-31ad-4e1d-b1b4-b339768463ec Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:55:53,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-21cf2bfd-31ad-4e1d-b1b4-b339768463ec 2018-09-04 21:55:53,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2991601fc64bedf1a8667826d53e5f63ba0c691e" 2018-09-04 21:55:53,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baf474e2-ffd5-431b-81d6-3e90e11f3f6e Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7ead7da024b4591806661c1b209fd00"}, "enabled": true, "id": "b7ead7da024b4591806661c1b209fd00", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj"}]} 2018-09-04 21:55:53,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj used request id req-baf474e2-ffd5-431b-81d6-3e90e11f3f6e 2018-09-04 21:55:53,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2991601fc64bedf1a8667826d53e5f63ba0c691e" 2018-09-04 21:55:53,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc84c143-e37d-474c-af80-6b9e18ede12a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:55:53,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-cc84c143-e37d-474c-af80-6b9e18ede12a 2018-09-04 21:55:54,257 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-6693c6cf-8bca-49e-user 2018-09-04 21:55:54,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:54,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:55:54,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17a7508f-77f8-4e96-be72-a439b4514678 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:55:54,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-17a7508f-77f8-4e96-be72-a439b4514678 2018-09-04 21:55:54,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" -d '{"role": {"name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj-role"}}' 2018-09-04 21:55:54,460 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:55:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1248e380-dbb8-4766-afbb-1f1f9a65a027 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ef6e7f7a4ff744bf8ccfa09288c62430", "links": {"self": "http://172.30.9.26:5000/v3/roles/ef6e7f7a4ff744bf8ccfa09288c62430"}, "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj-role"}} 2018-09-04 21:55:54,460 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-1248e380-dbb8-4766-afbb-1f1f9a65a027 2018-09-04 21:55:54,460 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj-role 2018-09-04 21:55:54,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ef6e7f7a4ff744bf8ccfa09288c62430 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:55:54,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5eb0c70-1f4a-45bb-b8da-ccb9128a9ffb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ef6e7f7a4ff744bf8ccfa09288c62430"}, "domain_id": null, "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj-role", "id": "ef6e7f7a4ff744bf8ccfa09288c62430"}} 2018-09-04 21:55:54,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ef6e7f7a4ff744bf8ccfa09288c62430 used request id req-d5eb0c70-1f4a-45bb-b8da-ccb9128a9ffb 2018-09-04 21:55:54,555 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj-role to project CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj 2018-09-04 21:55:54,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/b7ead7da024b4591806661c1b209fd00/users/7e876d4fa44846a5b5023f7d8adca743/roles/ef6e7f7a4ff744bf8ccfa09288c62430 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:55:54,697 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:55:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-736b0f8c-275c-4a5d-9e76-fcad4913c339 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:55:54,697 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/b7ead7da024b4591806661c1b209fd00/users/7e876d4fa44846a5b5023f7d8adca743/roles/ef6e7f7a4ff744bf8ccfa09288c62430 used request id req-736b0f8c-275c-4a5d-9e76-fcad4913c339 2018-09-04 21:55:54,697 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:55:54,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:55,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef6e7f7a4ff744bf8ccfa09288c62430", "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj-role"}], "expires_at": "2018-09-04T22:55:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7ead7da024b4591806661c1b209fd00", "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b7ead7da024b4591806661c1b209fd00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b7ead7da024b4591806661c1b209fd00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b7ead7da024b4591806661c1b209fd00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b7ead7da024b4591806661c1b209fd00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b7ead7da024b4591806661c1b209fd00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b7ead7da024b4591806661c1b209fd00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b7ead7da024b4591806661c1b209fd00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b7ead7da024b4591806661c1b209fd00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b7ead7da024b4591806661c1b209fd00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b7ead7da024b4591806661c1b209fd00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b7ead7da024b4591806661c1b209fd00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b7ead7da024b4591806661c1b209fd00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-user", "id": "7e876d4fa44846a5b5023f7d8adca743"}, "audit_ids": ["7dzygcUtSACtvuES_pNG-Q"], "issued_at": "2018-09-04T21:55:55.000000Z"}} 2018-09-04 21:55:55,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08a5964282402ee3c6032b297adc1c466ad65ff" 2018-09-04 21:55:55,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-defec2e9-83df-48b0-b3f4-6245b0eb2274 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:55:55,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-defec2e9-83df-48b0-b3f4-6245b0eb2274 2018-09-04 21:55:55,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08a5964282402ee3c6032b297adc1c466ad65ff" 2018-09-04 21:55:55,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e94af6e7-07a7-451a-a825-187a37c0e2c6 Date: Tue, 04 Sep 2018 21:55:55 GMT RESP BODY: {"networks":[]} 2018-09-04 21:55:55,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net used request id req-e94af6e7-07a7-451a-a825-187a37c0e2c6 2018-09-04 21:55:55,311 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net 2018-09-04 21:55:55,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08a5964282402ee3c6032b297adc1c466ad65ff" -d '{"network": {"name": "CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net", "admin_state_up": true}}' 2018-09-04 21:55:55,889 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-87477520-ad50-4f9a-bd01-8f13afe8cf46 Date: Tue, 04 Sep 2018 21:55:55 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5a97e1de-2e52-4c21-a9d4-7fc64063b813","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b7ead7da024b4591806661c1b209fd00","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:55:55Z","is_default":false,"name":"CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"b7ead7da024b4591806661c1b209fd00","created_at":"2018-09-04T21:55:55Z","mtu":1450}} 2018-09-04 21:55:55,889 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-87477520-ad50-4f9a-bd01-8f13afe8cf46 2018-09-04 21:55:55,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5a97e1de-2e52-4c21-a9d4-7fc64063b813 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08a5964282402ee3c6032b297adc1c466ad65ff" 2018-09-04 21:55:56,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5d2723e4-2cee-40f4-92dd-4d12bfa3533e Date: Tue, 04 Sep 2018 21:55:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T21:55:55Z","tenant_id":"b7ead7da024b4591806661c1b209fd00","created_at":"2018-09-04T21:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b7ead7da024b4591806661c1b209fd00","id":"5a97e1de-2e52-4c21-a9d4-7fc64063b813","name":"CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net"}]} 2018-09-04 21:55:56,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5a97e1de-2e52-4c21-a9d4-7fc64063b813 used request id req-5d2723e4-2cee-40f4-92dd-4d12bfa3533e 2018-09-04 21:55:56,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5a97e1de-2e52-4c21-a9d4-7fc64063b813 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08a5964282402ee3c6032b297adc1c466ad65ff" 2018-09-04 21:55:56,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-194a9166-1619-408b-bf31-5866e7220894 Date: Tue, 04 Sep 2018 21:55:56 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:55:56,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5a97e1de-2e52-4c21-a9d4-7fc64063b813 used request id req-194a9166-1619-408b-bf31-5866e7220894 2018-09-04 21:55:56,165 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-subnet 2018-09-04 21:55:56,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08a5964282402ee3c6032b297adc1c466ad65ff" -d '{"subnets": [{"ip_version": 4, "network_id": "5a97e1de-2e52-4c21-a9d4-7fc64063b813", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-subnet"}]}' 2018-09-04 21:55:56,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4f26efae-229c-4dc8-8a16-bd8c717e2701 Date: Tue, 04 Sep 2018 21:55:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a97e1de-2e52-4c21-a9d4-7fc64063b813","tenant_id":"b7ead7da024b4591806661c1b209fd00","created_at":"2018-09-04T21:55:56Z","dns_nameservers":[],"updated_at":"2018-09-04T21:55:56Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"b7ead7da024b4591806661c1b209fd00","id":"ca00b603-27d9-417d-a6f0-7650436b53f2","subnetpool_id":null,"name":"CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-subnet"}]} 2018-09-04 21:55:56,956 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-4f26efae-229c-4dc8-8a16-bd8c717e2701 2018-09-04 21:55:56,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5a97e1de-2e52-4c21-a9d4-7fc64063b813 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08a5964282402ee3c6032b297adc1c466ad65ff" 2018-09-04 21:55:57,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0f3dd343-9bb2-450b-a9d0-041252e0b2ab Date: Tue, 04 Sep 2018 21:55:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ca00b603-27d9-417d-a6f0-7650436b53f2"],"updated_at":"2018-09-04T21:55:56Z","tenant_id":"b7ead7da024b4591806661c1b209fd00","created_at":"2018-09-04T21:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b7ead7da024b4591806661c1b209fd00","id":"5a97e1de-2e52-4c21-a9d4-7fc64063b813","name":"CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net"}]} 2018-09-04 21:55:57,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5a97e1de-2e52-4c21-a9d4-7fc64063b813 used request id req-0f3dd343-9bb2-450b-a9d0-041252e0b2ab 2018-09-04 21:55:57,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5a97e1de-2e52-4c21-a9d4-7fc64063b813 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08a5964282402ee3c6032b297adc1c466ad65ff" 2018-09-04 21:55:57,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-be7f94f2-ec49-4a28-9679-4bcafa917387 Date: Tue, 04 Sep 2018 21:55:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a97e1de-2e52-4c21-a9d4-7fc64063b813","tenant_id":"b7ead7da024b4591806661c1b209fd00","created_at":"2018-09-04T21:55:56Z","dns_nameservers":[],"updated_at":"2018-09-04T21:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b7ead7da024b4591806661c1b209fd00","id":"ca00b603-27d9-417d-a6f0-7650436b53f2","subnetpool_id":null,"name":"CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-subnet"}]} 2018-09-04 21:55:57,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5a97e1de-2e52-4c21-a9d4-7fc64063b813 used request id req-be7f94f2-ec49-4a28-9679-4bcafa917387 2018-09-04 21:55:57,704 - OpenStackNetwork - DEBUG - Network [5a97e1de-2e52-4c21-a9d4-7fc64063b813] created successfully 2018-09-04 21:55:57,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:55:58,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef6e7f7a4ff744bf8ccfa09288c62430", "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj-role"}], "expires_at": "2018-09-04T22:55:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7ead7da024b4591806661c1b209fd00", "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b7ead7da024b4591806661c1b209fd00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b7ead7da024b4591806661c1b209fd00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b7ead7da024b4591806661c1b209fd00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b7ead7da024b4591806661c1b209fd00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b7ead7da024b4591806661c1b209fd00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b7ead7da024b4591806661c1b209fd00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b7ead7da024b4591806661c1b209fd00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b7ead7da024b4591806661c1b209fd00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b7ead7da024b4591806661c1b209fd00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b7ead7da024b4591806661c1b209fd00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b7ead7da024b4591806661c1b209fd00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b7ead7da024b4591806661c1b209fd00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-user", "id": "7e876d4fa44846a5b5023f7d8adca743"}, "audit_ids": ["2_mM1EZOSoism9xvXS9V2A"], "issued_at": "2018-09-04T21:55:58.000000Z"}} 2018-09-04 21:55:58,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b8a982fcfe4d855ed66e11f8794904de5dbc4b" 2018-09-04 21:55:58,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-97e1004f-25d1-4df8-838e-15b49a4235ac Date: Tue, 04 Sep 2018 21:55:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ca00b603-27d9-417d-a6f0-7650436b53f2"],"updated_at":"2018-09-04T21:55:56Z","tenant_id":"b7ead7da024b4591806661c1b209fd00","created_at":"2018-09-04T21:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b7ead7da024b4591806661c1b209fd00","id":"5a97e1de-2e52-4c21-a9d4-7fc64063b813","name":"CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net"}]} 2018-09-04 21:55:58,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net used request id req-97e1004f-25d1-4df8-838e-15b49a4235ac 2018-09-04 21:55:58,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:55:58,419 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:55:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:55:58,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b7ead7da024b4591806661c1b209fd00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4411757afd9e7ae4c0dfd594ad3dc586ddc4df" 2018-09-04 21:55:58,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:55:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-966e0e1b-3a55-4ab4-bae4-8eeefe3d12ce Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7ead7da024b4591806661c1b209fd00"}, "enabled": true, "id": "b7ead7da024b4591806661c1b209fd00", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj"}} 2018-09-04 21:55:58,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b7ead7da024b4591806661c1b209fd00 used request id req-966e0e1b-3a55-4ab4-bae4-8eeefe3d12ce 2018-09-04 21:55:58,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5a97e1de-2e52-4c21-a9d4-7fc64063b813 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b8a982fcfe4d855ed66e11f8794904de5dbc4b" 2018-09-04 21:55:58,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5465e633-14b0-46c0-9924-8534fd77378e Date: Tue, 04 Sep 2018 21:55:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a97e1de-2e52-4c21-a9d4-7fc64063b813","tenant_id":"b7ead7da024b4591806661c1b209fd00","created_at":"2018-09-04T21:55:56Z","dns_nameservers":[],"updated_at":"2018-09-04T21:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b7ead7da024b4591806661c1b209fd00","id":"ca00b603-27d9-417d-a6f0-7650436b53f2","subnetpool_id":null,"name":"CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-subnet"}]} 2018-09-04 21:55:58,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5a97e1de-2e52-4c21-a9d4-7fc64063b813 used request id req-5465e633-14b0-46c0-9924-8534fd77378e 2018-09-04 21:55:58,729 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-subnet 2018-09-04 21:55:58,730 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-subnet 2018-09-04 21:55:58,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/ca00b603-27d9-417d-a6f0-7650436b53f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b8a982fcfe4d855ed66e11f8794904de5dbc4b" 2018-09-04 21:56:01,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0b9b1b2b-7f85-4ff1-acbd-23f4191c8328 Date: Tue, 04 Sep 2018 21:56:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:56:01,328 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/ca00b603-27d9-417d-a6f0-7650436b53f2 used request id req-0b9b1b2b-7f85-4ff1-acbd-23f4191c8328 2018-09-04 21:56:01,328 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net 2018-09-04 21:56:01,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/5a97e1de-2e52-4c21-a9d4-7fc64063b813 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b8a982fcfe4d855ed66e11f8794904de5dbc4b" 2018-09-04 21:56:02,877 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70730f11-56d3-4435-ba64-fc79b589f244 Date: Tue, 04 Sep 2018 21:56:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:56:02,877 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/5a97e1de-2e52-4c21-a9d4-7fc64063b813 used request id req-70730f11-56d3-4435-ba64-fc79b589f244 2018-09-04 21:56:02,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b8a982fcfe4d855ed66e11f8794904de5dbc4b" 2018-09-04 21:56:03,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6221d714-a778-479b-ae18-4395b0f0f2ed Date: Tue, 04 Sep 2018 21:56:03 GMT RESP BODY: {"networks":[]} 2018-09-04 21:56:03,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net used request id req-6221d714-a778-479b-ae18-4395b0f0f2ed 2018-09-04 21:56:03,061 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-subnet 2018-09-04 21:56:03,061 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-subnet 2018-09-04 21:56:03,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/ca00b603-27d9-417d-a6f0-7650436b53f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08a5964282402ee3c6032b297adc1c466ad65ff" 2018-09-04 21:56:03,101 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-4b3aa8c9-9178-4019-9ef2-67eb33439232 Date: Tue, 04 Sep 2018 21:56:03 GMT RESP BODY: {"NeutronError": {"message": "Subnet ca00b603-27d9-417d-a6f0-7650436b53f2 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-04 21:56:03,101 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/ca00b603-27d9-417d-a6f0-7650436b53f2 used request id req-4b3aa8c9-9178-4019-9ef2-67eb33439232 2018-09-04 21:56:03,101 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet ca00b603-27d9-417d-a6f0-7650436b53f2 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-04 21:56:03,102 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-08653bc5-33bc-4623-b15c-76b40e0db31d-pub-net 2018-09-04 21:56:03,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/5a97e1de-2e52-4c21-a9d4-7fc64063b813 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08a5964282402ee3c6032b297adc1c466ad65ff" 2018-09-04 21:56:03,274 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-a5530bf5-ec6b-4c10-a143-1312a362f257 Date: Tue, 04 Sep 2018 21:56:03 GMT RESP BODY: {"NeutronError": {"message": "Network 5a97e1de-2e52-4c21-a9d4-7fc64063b813 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-09-04 21:56:03,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/5a97e1de-2e52-4c21-a9d4-7fc64063b813 used request id req-a5530bf5-ec6b-4c10-a143-1312a362f257 2018-09-04 21:56:03,275 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network 5a97e1de-2e52-4c21-a9d4-7fc64063b813 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-09-04 21:56:03,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:03,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-469698ee-6390-4d25-8daa-3540f11e1af7 Date: Tue, 04 Sep 2018 21:56:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b7ead7da024b4591806661c1b209fd00", "created_at": "2018-09-04T21:55:55Z", "updated_at": "2018-09-04T21:55:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:55:55Z", "revision_number": 0, "id": "022274cb-ab32-4265-ab3c-88b7a6356a4f", "remote_group_id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "remote_ip_prefix": null, "created_at": "2018-09-04T21:55:55Z", "security_group_id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "tenant_id": "b7ead7da024b4591806661c1b209fd00", "port_range_min": null, "ethertype": "IPv4", "project_id": "b7ead7da024b4591806661c1b209fd00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:55:55Z", "revision_number": 0, "id": "572dd11d-f30a-4bde-a2b1-c5329fadea68", "remote_group_id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "remote_ip_prefix": null, "created_at": "2018-09-04T21:55:55Z", "security_group_id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "tenant_id": "b7ead7da024b4591806661c1b209fd00", "port_range_min": null, "ethertype": "IPv6", "project_id": "b7ead7da024b4591806661c1b209fd00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:55:55Z", "revision_number": 0, "id": "adbeb9dc-fabb-457a-b85f-8f7d420248df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:55:55Z", "security_group_id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "tenant_id": "b7ead7da024b4591806661c1b209fd00", "port_range_min": null, "ethertype": "IPv4", "project_id": "b7ead7da024b4591806661c1b209fd00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:55:55Z", "revision_number": 0, "id": "c3602077-443b-4529-beef-eb45986715b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:55:55Z", "security_group_id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "tenant_id": "b7ead7da024b4591806661c1b209fd00", "port_range_min": null, "ethertype": "IPv6", "project_id": "b7ead7da024b4591806661c1b209fd00"}], "revision_number": 4, "project_id": "b7ead7da024b4591806661c1b209fd00", "id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "name": "default"}]} 2018-09-04 21:56:03,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-469698ee-6390-4d25-8daa-3540f11e1af7 2018-09-04 21:56:03,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:03,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-658c4207-8924-4525-b649-edb353f8e5d5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:56:03,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-658c4207-8924-4525-b649-edb353f8e5d5 2018-09-04 21:56:03,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:03,698 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:56:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed45d9a9-eb83-43a8-846f-9c3cabbfd21c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:56:03,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-ed45d9a9-eb83-43a8-846f-9c3cabbfd21c 2018-09-04 21:56:03,699 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:56:03,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:03,786 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:56:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68129dd0-3eb8-4362-b2da-8120fb9905e0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:56:03,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-68129dd0-3eb8-4362-b2da-8120fb9905e0 2018-09-04 21:56:03,786 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:56:03,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:03,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20b0749f-3956-4dd6-9bc0-f29ba4f521ee Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:56:03,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-20b0749f-3956-4dd6-9bc0-f29ba4f521ee 2018-09-04 21:56:03,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:03,967 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:56:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfb0dd31-6f8e-48a7-8e59-4bb306c429c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:56:03,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-cfb0dd31-6f8e-48a7-8e59-4bb306c429c2 2018-09-04 21:56:03,967 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:56:03,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:04,058 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:56:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e4523fe-4b34-479e-a010-1951db04ddcd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:56:04,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-4e4523fe-4b34-479e-a010-1951db04ddcd 2018-09-04 21:56:04,059 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:56:04,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:04,146 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:56:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb36efbc-4988-4df2-9e12-5377a2e8eb3d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:56:04,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-fb36efbc-4988-4df2-9e12-5377a2e8eb3d 2018-09-04 21:56:04,146 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:56:04,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:04,230 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:56:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e601770f-b6d0-42c9-9dc4-6f31678ffe7e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:56:04,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-e601770f-b6d0-42c9-9dc4-6f31678ffe7e 2018-09-04 21:56:04,230 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:56:04,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:04,321 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:56:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ceaa5d2a-fd35-48ec-b52b-59ac88e787fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:56:04,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-ceaa5d2a-fd35-48ec-b52b-59ac88e787fb 2018-09-04 21:56:04,322 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:56:04,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:04,412 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:56:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4c8a609-5573-48e3-9c8b-63dee84244fa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:56:04,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-b4c8a609-5573-48e3-9c8b-63dee84244fa 2018-09-04 21:56:04,412 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:56:04,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b7ead7da024b4591806661c1b209fd00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:04,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1580216-6f9b-49ce-99e4-e76b06ecbab9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7ead7da024b4591806661c1b209fd00"}, "enabled": true, "id": "b7ead7da024b4591806661c1b209fd00", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj"}} 2018-09-04 21:56:04,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b7ead7da024b4591806661c1b209fd00 used request id req-a1580216-6f9b-49ce-99e4-e76b06ecbab9 2018-09-04 21:56:04,496 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f657c5e0-991b-4048-a32e-dd0f499a202b 2018-09-04 21:56:04,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f657c5e0-991b-4048-a32e-dd0f499a202b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:04,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-cc1efe78-8c84-4c22-bc4c-22c8336666b7 Date: Tue, 04 Sep 2018 21:56:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:55:55Z", "security_group_id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "port_range_min": null, "revision_number": 0, "tenant_id": "b7ead7da024b4591806661c1b209fd00", "created_at": "2018-09-04T21:55:55Z", "project_id": "b7ead7da024b4591806661c1b209fd00", "id": "022274cb-ab32-4265-ab3c-88b7a6356a4f"}, {"remote_group_id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:55:55Z", "security_group_id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "port_range_min": null, "revision_number": 0, "tenant_id": "b7ead7da024b4591806661c1b209fd00", "created_at": "2018-09-04T21:55:55Z", "project_id": "b7ead7da024b4591806661c1b209fd00", "id": "572dd11d-f30a-4bde-a2b1-c5329fadea68"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:55:55Z", "security_group_id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "port_range_min": null, "revision_number": 0, "tenant_id": "b7ead7da024b4591806661c1b209fd00", "created_at": "2018-09-04T21:55:55Z", "project_id": "b7ead7da024b4591806661c1b209fd00", "id": "adbeb9dc-fabb-457a-b85f-8f7d420248df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:55:55Z", "security_group_id": "f657c5e0-991b-4048-a32e-dd0f499a202b", "port_range_min": null, "revision_number": 0, "tenant_id": "b7ead7da024b4591806661c1b209fd00", "created_at": "2018-09-04T21:55:55Z", "project_id": "b7ead7da024b4591806661c1b209fd00", "id": "c3602077-443b-4529-beef-eb45986715b9"}]} 2018-09-04 21:56:04,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f657c5e0-991b-4048-a32e-dd0f499a202b used request id req-cc1efe78-8c84-4c22-bc4c-22c8336666b7 2018-09-04 21:56:04,687 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:56:04,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/f657c5e0-991b-4048-a32e-dd0f499a202b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:05,000 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c34a340-11cb-4d4b-a6d1-54b33c41b4fe Content-Length: 0 Date: Tue, 04 Sep 2018 21:56:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:56:05,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/f657c5e0-991b-4048-a32e-dd0f499a202b used request id req-7c34a340-11cb-4d4b-a6d1-54b33c41b4fe 2018-09-04 21:56:05,001 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj 2018-09-04 21:56:05,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/b7ead7da024b4591806661c1b209fd00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:05,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:56:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3d7916e-ea75-45b4-a56d-98ff7333a319 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:56:05,205 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/b7ead7da024b4591806661c1b209fd00 used request id req-f3d7916e-ea75-45b4-a56d-98ff7333a319 2018-09-04 21:56:05,206 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-6693c6cf-8bca-49e-proj-role 2018-09-04 21:56:05,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/ef6e7f7a4ff744bf8ccfa09288c62430 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:05,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:56:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-664dc70d-e1f6-46a2-8b97-219333360dc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:56:05,328 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/ef6e7f7a4ff744bf8ccfa09288c62430 used request id req-664dc70d-e1f6-46a2-8b97-219333360dc2 2018-09-04 21:56:05,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2812fb8d3aaaeec95e3bc9f883a76ec058e79f3d" 2018-09-04 21:56:05,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52873991-b21a-468d-977e-6b12cdc809e7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:56:05,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-52873991-b21a-468d-977e-6b12cdc809e7 2018-09-04 21:56:05,414 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-6693c6cf-8bca-49e-user 2018-09-04 21:56:05,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/7e876d4fa44846a5b5023f7d8adca743 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2991601fc64bedf1a8667826d53e5f63ba0c691e" 2018-09-04 21:56:05,580 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:56:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02d4a749-bfd7-4217-a7e6-e2bf191c3fb9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:56:05,580 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/7e876d4fa44846a5b5023f7d8adca743 used request id req-02d4a749-bfd7-4217-a7e6-e2bf191c3fb9 2018-09-04 21:56:05,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:05,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["LYitdUqQQfuckR7uk3hCPA"], "issued_at": "2018-09-04T21:56:05.000000Z"}} 2018-09-04 21:56:05,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b83d3d17694775679311d131d14cdf98dbfdcbd3" 2018-09-04 21:56:06,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fe1d406-fc73-4fce-8bc9-a45dfc5e0ab5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:06,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1fe1d406-fc73-4fce-8bc9-a45dfc5e0ab5 2018-09-04 21:56:06,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:06,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:06,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["IuoZzl-JS2GSJ5CZ5bCTpA"], "issued_at": "2018-09-04T21:56:06.000000Z"}} 2018-09-04 21:56:06,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:06,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2e62eba-0042-449a-8982-139fdcc9b6ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:06,519 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b2e62eba-0042-449a-8982-139fdcc9b6ba 2018-09-04 21:56:06,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:06,528 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:06,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-840566cb-db37-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:06,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e8fcfc1-629f-43ff-a227-75ad85a5159d Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-840566cb-db37-469-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:56:06,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-840566cb-db37-469-proj used request id req-1e8fcfc1-629f-43ff-a227-75ad85a5159d 2018-09-04 21:56:06,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:06,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-710edb78-5c13-496b-89b4-dba5678401c3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:56:06,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-710edb78-5c13-496b-89b4-dba5678401c3 2018-09-04 21:56:06,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}}' 2018-09-04 21:56:06,831 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:56:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89da03ad-b849-40e9-b233-f42228a0bc73 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6"}, "enabled": true, "id": "1616f9fc1d3a470b85dca4cc8e05cee6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}} 2018-09-04 21:56:06,831 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-89da03ad-b849-40e9-b233-f42228a0bc73 2018-09-04 21:56:06,832 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-840566cb-db37-469-proj 2018-09-04 21:56:06,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:06,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:07,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["lTuebd7FRHWRwYTY67PPuA"], "issued_at": "2018-09-04T21:56:07.000000Z"}} 2018-09-04 21:56:07,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9b6052d78e9942c18e310766c275411393de469" 2018-09-04 21:56:07,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd140e22-4e0e-4300-8199-b8dfca621f96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:07,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cd140e22-4e0e-4300-8199-b8dfca621f96 2018-09-04 21:56:07,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:07,320 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:07,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9b6052d78e9942c18e310766c275411393de469" 2018-09-04 21:56:07,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f10e345c-8e1b-4ca5-8bd9-9a214d32d178 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:56:07,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-f10e345c-8e1b-4ca5-8bd9-9a214d32d178 2018-09-04 21:56:07,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-840566cb-db37-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9b6052d78e9942c18e310766c275411393de469" 2018-09-04 21:56:07,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a895a9e-25fc-4031-a4c7-6fe693b67453 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-840566cb-db37-469-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6"}, "enabled": true, "id": "1616f9fc1d3a470b85dca4cc8e05cee6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}]} 2018-09-04 21:56:07,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-840566cb-db37-469-proj used request id req-0a895a9e-25fc-4031-a4c7-6fe693b67453 2018-09-04 21:56:07,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9b6052d78e9942c18e310766c275411393de469" 2018-09-04 21:56:07,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d5fc781-fc92-49eb-8b29-7de2bafb7521 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:56:07,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2d5fc781-fc92-49eb-8b29-7de2bafb7521 2018-09-04 21:56:07,968 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-840566cb-db37-469-user 2018-09-04 21:56:07,969 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:07,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:08,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae9901a5-8c97-4e4d-a5b8-d02472f66ab6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:56:08,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ae9901a5-8c97-4e4d-a5b8-d02472f66ab6 2018-09-04 21:56:08,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" -d '{"role": {"name": "CreateNetworkSuccessTests-840566cb-db37-469-proj-role"}}' 2018-09-04 21:56:08,173 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:56:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16480fae-61e2-4876-91b0-53732e88d579 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "52f266c6c87746138df5fc6df802427a", "links": {"self": "http://172.30.9.26:5000/v3/roles/52f266c6c87746138df5fc6df802427a"}, "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj-role"}} 2018-09-04 21:56:08,173 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-16480fae-61e2-4876-91b0-53732e88d579 2018-09-04 21:56:08,173 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-840566cb-db37-469-proj-role 2018-09-04 21:56:08,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/52f266c6c87746138df5fc6df802427a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:08,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2ea98f3-1599-44ca-9a6a-c9503e9b51c5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/52f266c6c87746138df5fc6df802427a"}, "domain_id": null, "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj-role", "id": "52f266c6c87746138df5fc6df802427a"}} 2018-09-04 21:56:08,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/52f266c6c87746138df5fc6df802427a used request id req-c2ea98f3-1599-44ca-9a6a-c9503e9b51c5 2018-09-04 21:56:08,266 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-840566cb-db37-469-proj-role to project CreateNetworkSuccessTests-840566cb-db37-469-proj 2018-09-04 21:56:08,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6/users/ac831463dda345b5b2a712705e938d8f/roles/52f266c6c87746138df5fc6df802427a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:08,390 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:56:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6154e753-81f4-4a9e-a297-f45dd086d304 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:56:08,390 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6/users/ac831463dda345b5b2a712705e938d8f/roles/52f266c6c87746138df5fc6df802427a used request id req-6154e753-81f4-4a9e-a297-f45dd086d304 2018-09-04 21:56:08,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:08,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:08,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["BIGm5BjjSzubO-HKGg1mUA"], "issued_at": "2018-09-04T21:56:08.000000Z"}} 2018-09-04 21:56:08,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7010d4b6e93937c2cf3b1bf34b4103f11946f30c" 2018-09-04 21:56:08,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e072ccac-a47e-4458-889b-2aa234b628aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:08,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e072ccac-a47e-4458-889b-2aa234b628aa 2018-09-04 21:56:08,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7010d4b6e93937c2cf3b1bf34b4103f11946f30c" 2018-09-04 21:56:09,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ebf9b02b-59cd-46b9-ad39-ba5aea19a052 Date: Tue, 04 Sep 2018 21:56:09 GMT RESP BODY: {"networks":[]} 2018-09-04 21:56:09,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net used request id req-ebf9b02b-59cd-46b9-ad39-ba5aea19a052 2018-09-04 21:56:09,055 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net 2018-09-04 21:56:09,055 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:09,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:09,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["oOdvKguuTY6HNtxIPYWZ2g"], "issued_at": "2018-09-04T21:56:09.000000Z"}} 2018-09-04 21:56:09,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f2e5939c8c092f7127d1f7b0779da269e91bb8" 2018-09-04 21:56:09,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-137ff1b7-71fa-4bf3-aa36-c8fc21013aa6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:09,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-137ff1b7-71fa-4bf3-aa36-c8fc21013aa6 2018-09-04 21:56:09,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:09,531 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:09,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-840566cb-db37-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f2e5939c8c092f7127d1f7b0779da269e91bb8" 2018-09-04 21:56:09,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42194bb0-83b4-4bd2-aa38-cabd5375693e Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-840566cb-db37-469-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6"}, "enabled": true, "id": "1616f9fc1d3a470b85dca4cc8e05cee6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}]} 2018-09-04 21:56:09,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-840566cb-db37-469-proj used request id req-42194bb0-83b4-4bd2-aa38-cabd5375693e 2018-09-04 21:56:09,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7010d4b6e93937c2cf3b1bf34b4103f11946f30c" -d '{"network": {"tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "name": "CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net", "admin_state_up": true}}' 2018-09-04 21:56:10,248 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-8c3cd28a-b289-4876-aaf1-292f5a594560 Date: Tue, 04 Sep 2018 21:56:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:56:10Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net","admin_state_up":true,"tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:10Z","mtu":1450}} 2018-09-04 21:56:10,248 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-8c3cd28a-b289-4876-aaf1-292f5a594560 2018-09-04 21:56:10,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=328a5bad-8bc4-4b63-802c-653ed400ae8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7010d4b6e93937c2cf3b1bf34b4103f11946f30c" 2018-09-04 21:56:10,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-520866f7-bd20-4c4e-9316-e1978cf64940 Date: Tue, 04 Sep 2018 21:56:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:56:10Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net","admin_state_up":true,"tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:10Z","provider:network_type":"vxlan"}]} 2018-09-04 21:56:10,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=328a5bad-8bc4-4b63-802c-653ed400ae8c used request id req-520866f7-bd20-4c4e-9316-e1978cf64940 2018-09-04 21:56:10,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=328a5bad-8bc4-4b63-802c-653ed400ae8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7010d4b6e93937c2cf3b1bf34b4103f11946f30c" 2018-09-04 21:56:10,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c985ff74-7567-4e3a-8f17-c4ce2cecc884 Date: Tue, 04 Sep 2018 21:56:10 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:56:10,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=328a5bad-8bc4-4b63-802c-653ed400ae8c used request id req-c985ff74-7567-4e3a-8f17-c4ce2cecc884 2018-09-04 21:56:10,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:10,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:11,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["m2DHLM4qQ32rrgcDHoQAfw"], "issued_at": "2018-09-04T21:56:11.000000Z"}} 2018-09-04 21:56:11,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13e1496e81337330ab5fbc86d72df9d1e97d5240" 2018-09-04 21:56:11,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4687cff7-32a2-42b4-ba45-ba6bc27f5454 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:11,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4687cff7-32a2-42b4-ba45-ba6bc27f5454 2018-09-04 21:56:11,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:11,174 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:11,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-840566cb-db37-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13e1496e81337330ab5fbc86d72df9d1e97d5240" 2018-09-04 21:56:11,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e70bdc60-5d85-4414-8b85-b2cfbebbe8a9 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-840566cb-db37-469-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6"}, "enabled": true, "id": "1616f9fc1d3a470b85dca4cc8e05cee6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}]} 2018-09-04 21:56:11,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-840566cb-db37-469-proj used request id req-e70bdc60-5d85-4414-8b85-b2cfbebbe8a9 2018-09-04 21:56:11,257 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet 2018-09-04 21:56:11,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7010d4b6e93937c2cf3b1bf34b4103f11946f30c" -d '{"subnets": [{"ip_version": 4, "network_id": "328a5bad-8bc4-4b63-802c-653ed400ae8c", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet", "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6"}]}' 2018-09-04 21:56:11,835 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3f12164b-4cc7-4f35-aa15-4ba321ba4d57 Date: Tue, 04 Sep 2018 21:56:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","id":"ff84c587-d25f-4bf3-8b5a-b55382af4620","subnetpool_id":null,"name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet"}]} 2018-09-04 21:56:11,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-3f12164b-4cc7-4f35-aa15-4ba321ba4d57 2018-09-04 21:56:11,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=328a5bad-8bc4-4b63-802c-653ed400ae8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7010d4b6e93937c2cf3b1bf34b4103f11946f30c" 2018-09-04 21:56:12,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-7d480999-6ab4-4100-b0cf-f79234d8fb39 Date: Tue, 04 Sep 2018 21:56:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","status":"ACTIVE","subnets":["ff84c587-d25f-4bf3-8b5a-b55382af4620"],"description":"","tags":[],"updated_at":"2018-09-04T21:56:11Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net","admin_state_up":true,"tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:10Z","provider:network_type":"vxlan"}]} 2018-09-04 21:56:12,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=328a5bad-8bc4-4b63-802c-653ed400ae8c used request id req-7d480999-6ab4-4100-b0cf-f79234d8fb39 2018-09-04 21:56:12,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=328a5bad-8bc4-4b63-802c-653ed400ae8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7010d4b6e93937c2cf3b1bf34b4103f11946f30c" 2018-09-04 21:56:12,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fd1b54cc-98e7-47f1-9bf9-0928cde162d6 Date: Tue, 04 Sep 2018 21:56:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","id":"ff84c587-d25f-4bf3-8b5a-b55382af4620","subnetpool_id":null,"name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet"}]} 2018-09-04 21:56:12,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=328a5bad-8bc4-4b63-802c-653ed400ae8c used request id req-fd1b54cc-98e7-47f1-9bf9-0928cde162d6 2018-09-04 21:56:12,319 - OpenStackNetwork - DEBUG - Network [328a5bad-8bc4-4b63-802c-653ed400ae8c] created successfully 2018-09-04 21:56:12,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:12,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "52f266c6c87746138df5fc6df802427a", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj-role"}], "expires_at": "2018-09-04T22:56:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1616f9fc1d3a470b85dca4cc8e05cee6", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-840566cb-db37-469-user", "id": "ac831463dda345b5b2a712705e938d8f"}, "audit_ids": ["iqzAwz5qQoSXZOaTlXe4ag"], "issued_at": "2018-09-04T21:56:12.000000Z"}} 2018-09-04 21:56:12,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}909fb9e53db1f01c9e5a616105a65e105ac8346b" 2018-09-04 21:56:12,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ff050714-f69b-4ab3-b111-1269a306c191 Date: Tue, 04 Sep 2018 21:56:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ff84c587-d25f-4bf3-8b5a-b55382af4620"],"updated_at":"2018-09-04T21:56:11Z","tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net"}]} 2018-09-04 21:56:12,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net used request id req-ff050714-f69b-4ab3-b111-1269a306c191 2018-09-04 21:56:12,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:12,961 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:12,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b83d3d17694775679311d131d14cdf98dbfdcbd3" 2018-09-04 21:56:12,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e111856-aad9-4385-8e5b-087636c1bf72 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6"}, "enabled": true, "id": "1616f9fc1d3a470b85dca4cc8e05cee6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}} 2018-09-04 21:56:12,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6 used request id req-3e111856-aad9-4385-8e5b-087636c1bf72 2018-09-04 21:56:12,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=328a5bad-8bc4-4b63-802c-653ed400ae8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}909fb9e53db1f01c9e5a616105a65e105ac8346b" 2018-09-04 21:56:13,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a95ffa4f-3807-4ab3-af1f-5616e1dcaeba Date: Tue, 04 Sep 2018 21:56:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","id":"ff84c587-d25f-4bf3-8b5a-b55382af4620","subnetpool_id":null,"name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet"}]} 2018-09-04 21:56:13,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=328a5bad-8bc4-4b63-802c-653ed400ae8c used request id req-a95ffa4f-3807-4ab3-af1f-5616e1dcaeba 2018-09-04 21:56:13,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:13,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:13,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "52f266c6c87746138df5fc6df802427a", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj-role"}], "expires_at": "2018-09-04T22:56:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1616f9fc1d3a470b85dca4cc8e05cee6", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1616f9fc1d3a470b85dca4cc8e05cee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-840566cb-db37-469-user", "id": "ac831463dda345b5b2a712705e938d8f"}, "audit_ids": ["EwJBSBjcQZWgk0BiM_Gl7g"], "issued_at": "2018-09-04T21:56:13.000000Z"}} 2018-09-04 21:56:13,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a27a0e85756a96a351001dd4d5fb19987e79c225" 2018-09-04 21:56:13,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48cd931c-4543-4c30-8d74-6a17311dc9ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:13,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-48cd931c-4543-4c30-8d74-6a17311dc9ff 2018-09-04 21:56:13,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a27a0e85756a96a351001dd4d5fb19987e79c225" 2018-09-04 21:56:13,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0a70727c-597e-4e81-9613-732166930c87 Date: Tue, 04 Sep 2018 21:56:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ff84c587-d25f-4bf3-8b5a-b55382af4620"],"updated_at":"2018-09-04T21:56:11Z","tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net"}]} 2018-09-04 21:56:13,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net used request id req-0a70727c-597e-4e81-9613-732166930c87 2018-09-04 21:56:14,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:14,008 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:14,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a27a0e85756a96a351001dd4d5fb19987e79c225" 2018-09-04 21:56:14,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c53bfb-3306-4617-ac43-2138cef4c7c7 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6"}, "enabled": true, "id": "1616f9fc1d3a470b85dca4cc8e05cee6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}} 2018-09-04 21:56:14,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6 used request id req-89c53bfb-3306-4617-ac43-2138cef4c7c7 2018-09-04 21:56:14,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=328a5bad-8bc4-4b63-802c-653ed400ae8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a27a0e85756a96a351001dd4d5fb19987e79c225" 2018-09-04 21:56:14,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b6b00583-add5-470a-911c-86573583a8e6 Date: Tue, 04 Sep 2018 21:56:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","id":"ff84c587-d25f-4bf3-8b5a-b55382af4620","subnetpool_id":null,"name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet"}]} 2018-09-04 21:56:14,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=328a5bad-8bc4-4b63-802c-653ed400ae8c used request id req-b6b00583-add5-470a-911c-86573583a8e6 2018-09-04 21:56:14,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:14,289 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:14,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["1aoSbPY6Qt-orCHpx9XZqw"], "issued_at": "2018-09-04T21:56:14.000000Z"}} 2018-09-04 21:56:14,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:14,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bfaeb1d-bf7a-400f-bedd-8b987bbe679c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:14,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2bfaeb1d-bf7a-400f-bedd-8b987bbe679c 2018-09-04 21:56:14,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:14,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-044a6078-395a-4d9c-8659-cab399f4b080 Date: Tue, 04 Sep 2018 21:56:14 GMT RESP BODY: {"routers": []} 2018-09-04 21:56:14,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router&admin_state_up=True used request id req-044a6078-395a-4d9c-8659-cab399f4b080 2018-09-04 21:56:14,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:14,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:15,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["jHGmkXX1RDqxE5BKz8NEdQ"], "issued_at": "2018-09-04T21:56:15.000000Z"}} 2018-09-04 21:56:15,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1021194fcd4012826c085bdbbfb2e33a46b04743" 2018-09-04 21:56:15,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a363ae46-90fb-4b9a-860e-6da14f862ed7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:15,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a363ae46-90fb-4b9a-860e-6da14f862ed7 2018-09-04 21:56:15,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:15,448 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:15,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-840566cb-db37-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1021194fcd4012826c085bdbbfb2e33a46b04743" 2018-09-04 21:56:15,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7be3c4e8-28e9-49c7-b2f0-04d27e7b9485 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-840566cb-db37-469-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6"}, "enabled": true, "id": "1616f9fc1d3a470b85dca4cc8e05cee6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}]} 2018-09-04 21:56:15,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-840566cb-db37-469-proj used request id req-7be3c4e8-28e9-49c7-b2f0-04d27e7b9485 2018-09-04 21:56:15,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:15,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-be6938bf-f180-4513-a3b1-284eb37f101f Date: Tue, 04 Sep 2018 21:56:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:56:15,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-be6938bf-f180-4513-a3b1-284eb37f101f 2018-09-04 21:56:15,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:15,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-fb158bdb-6f15-4335-81ed-e89f8988bcd7 Date: Tue, 04 Sep 2018 21:56:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 21:56:15,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-fb158bdb-6f15-4335-81ed-e89f8988bcd7 2018-09-04 21:56:15,985 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router 2018-09-04 21:56:15,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "name": "CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router", "admin_state_up": true}}' 2018-09-04 21:56:20,876 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b91a71ca-420a-40b6-b7ee-9d5f47881c7a Date: Tue, 04 Sep 2018 21:56:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "created_at": "2018-09-04T21:56:16Z", "admin_state_up": true, "updated_at": "2018-09-04T21:56:17Z", "project_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "fee57989-5b6e-42d5-a97b-77d87c8bbd09", "name": "CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router"}} 2018-09-04 21:56:20,876 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-b91a71ca-420a-40b6-b7ee-9d5f47881c7a 2018-09-04 21:56:20,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=fee57989-5b6e-42d5-a97b-77d87c8bbd09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:21,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-2470c053-a9ee-4ffa-99c9-305bbda0c983 Date: Tue, 04 Sep 2018 21:56:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:19Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efd5f833-c467-4703-b001-e933b8e0b87e","ip_address":"169.254.192.4"}],"id":"1b32efcd-6004-4191-bc58-0bdfaadbfc3b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:71:5d:82","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1616f9fc1d3a470b85dca4cc8e05cee6","admin_state_up":true,"network_id":"7d64487f-965f-42d5-9083-9ab204e5bb60","tenant_id":"","created_at":"2018-09-04T21:56:19Z","binding:vnic_type":"normal","device_id":"fee57989-5b6e-42d5-a97b-77d87c8bbd09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:18Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efd5f833-c467-4703-b001-e933b8e0b87e","ip_address":"169.254.192.8"}],"id":"271e4d06-17f8-431a-94de-25012f678738","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d0:b3:4b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1616f9fc1d3a470b85dca4cc8e05cee6","admin_state_up":true,"network_id":"7d64487f-965f-42d5-9083-9ab204e5bb60","tenant_id":"","created_at":"2018-09-04T21:56:17Z","binding:vnic_type":"normal","device_id":"fee57989-5b6e-42d5-a97b-77d87c8bbd09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:17Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.208"}],"id":"5eb38a39-879d-40b5-a4e9-46ad20be3f17","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:77:74:cf","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T21:56:17Z","binding:vnic_type":"normal","device_id":"fee57989-5b6e-42d5-a97b-77d87c8bbd09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:18Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efd5f833-c467-4703-b001-e933b8e0b87e","ip_address":"169.254.192.3"}],"id":"8796ebdb-9aa8-46db-bce7-f09b596810f8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ed:6a:0b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1616f9fc1d3a470b85dca4cc8e05cee6","admin_state_up":true,"network_id":"7d64487f-965f-42d5-9083-9ab204e5bb60","tenant_id":"","created_at":"2018-09-04T21:56:18Z","binding:vnic_type":"normal","device_id":"fee57989-5b6e-42d5-a97b-77d87c8bbd09"}]} 2018-09-04 21:56:21,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=fee57989-5b6e-42d5-a97b-77d87c8bbd09 used request id req-2470c053-a9ee-4ffa-99c9-305bbda0c983 2018-09-04 21:56:21,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/efd5f833-c467-4703-b001-e933b8e0b87e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:21,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b1a51fd6-6188-4375-802b-4f8d02f0ad81 Date: Tue, 04 Sep 2018 21:56:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7d64487f-965f-42d5-9083-9ab204e5bb60","tenant_id":"","created_at":"2018-09-04T21:56:16Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:16Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"efd5f833-c467-4703-b001-e933b8e0b87e","subnetpool_id":null,"name":"HA subnet tenant 1616f9fc1d3a470b85dca4cc8e05cee6"}} 2018-09-04 21:56:21,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/efd5f833-c467-4703-b001-e933b8e0b87e used request id req-b1a51fd6-6188-4375-802b-4f8d02f0ad81 2018-09-04 21:56:21,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:21,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-15ceb387-ce71-43dd-b4f4-19c3cad890b6 Date: Tue, 04 Sep 2018 21:56:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 21:56:21,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-15ceb387-ce71-43dd-b4f4-19c3cad890b6 2018-09-04 21:56:21,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/efd5f833-c467-4703-b001-e933b8e0b87e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:21,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6d70b444-c29f-4a56-9bd8-96c45a39991b Date: Tue, 04 Sep 2018 21:56:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7d64487f-965f-42d5-9083-9ab204e5bb60","tenant_id":"","created_at":"2018-09-04T21:56:16Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:16Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"efd5f833-c467-4703-b001-e933b8e0b87e","subnetpool_id":null,"name":"HA subnet tenant 1616f9fc1d3a470b85dca4cc8e05cee6"}} 2018-09-04 21:56:21,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/efd5f833-c467-4703-b001-e933b8e0b87e used request id req-6d70b444-c29f-4a56-9bd8-96c45a39991b 2018-09-04 21:56:21,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/efd5f833-c467-4703-b001-e933b8e0b87e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:21,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a095b393-4e1f-4d55-a1dd-3e47958f7054 Date: Tue, 04 Sep 2018 21:56:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7d64487f-965f-42d5-9083-9ab204e5bb60","tenant_id":"","created_at":"2018-09-04T21:56:16Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:16Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"efd5f833-c467-4703-b001-e933b8e0b87e","subnetpool_id":null,"name":"HA subnet tenant 1616f9fc1d3a470b85dca4cc8e05cee6"}} 2018-09-04 21:56:21,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/efd5f833-c467-4703-b001-e933b8e0b87e used request id req-a095b393-4e1f-4d55-a1dd-3e47958f7054 2018-09-04 21:56:21,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:22,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4cc45598-11eb-4ec7-9f27-af0b1fdaa8ca Date: Tue, 04 Sep 2018 21:56:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","status":"ACTIVE","subnets":["ff84c587-d25f-4bf3-8b5a-b55382af4620"],"description":"","tags":[],"updated_at":"2018-09-04T21:56:11Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net","admin_state_up":true,"tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:10Z","provider:network_type":"vxlan"}]} 2018-09-04 21:56:22,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net used request id req-4cc45598-11eb-4ec7-9f27-af0b1fdaa8ca 2018-09-04 21:56:22,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:22,012 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:22,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:22,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7abc32bf-8dec-43be-8bef-bafb602e1e3b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6"}, "enabled": true, "id": "1616f9fc1d3a470b85dca4cc8e05cee6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}} 2018-09-04 21:56:22,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6 used request id req-7abc32bf-8dec-43be-8bef-bafb602e1e3b 2018-09-04 21:56:22,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=328a5bad-8bc4-4b63-802c-653ed400ae8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:22,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-034cb6c0-6eae-4017-b0b5-77590599290e Date: Tue, 04 Sep 2018 21:56:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","id":"ff84c587-d25f-4bf3-8b5a-b55382af4620","subnetpool_id":null,"name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet"}]} 2018-09-04 21:56:22,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=328a5bad-8bc4-4b63-802c-653ed400ae8c used request id req-034cb6c0-6eae-4017-b0b5-77590599290e 2018-09-04 21:56:22,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=328a5bad-8bc4-4b63-802c-653ed400ae8c&name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:22,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d6988c8a-3664-4196-9f46-8b407d8fe10a Date: Tue, 04 Sep 2018 21:56:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","id":"ff84c587-d25f-4bf3-8b5a-b55382af4620","subnetpool_id":null,"name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet"}]} 2018-09-04 21:56:22,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=328a5bad-8bc4-4b63-802c-653ed400ae8c&name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet used request id req-d6988c8a-3664-4196-9f46-8b407d8fe10a 2018-09-04 21:56:22,596 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 21:56:22,596 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router 2018-09-04 21:56:22,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/fee57989-5b6e-42d5-a97b-77d87c8bbd09/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" -d '{"subnet_id": "ff84c587-d25f-4bf3-8b5a-b55382af4620"}' 2018-09-04 21:56:24,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cbb5bef3-517b-4001-8964-9a2c89ab8530 Date: Tue, 04 Sep 2018 21:56:24 GMT RESP BODY: {"network_id": "328a5bad-8bc4-4b63-802c-653ed400ae8c", "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "subnet_id": "ff84c587-d25f-4bf3-8b5a-b55382af4620", "subnet_ids": ["ff84c587-d25f-4bf3-8b5a-b55382af4620"], "port_id": "d429c109-8877-4f5c-a4e3-61929da0a2c5", "id": "fee57989-5b6e-42d5-a97b-77d87c8bbd09"} 2018-09-04 21:56:24,300 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/fee57989-5b6e-42d5-a97b-77d87c8bbd09/add_router_interface used request id req-cbb5bef3-517b-4001-8964-9a2c89ab8530 2018-09-04 21:56:24,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/fee57989-5b6e-42d5-a97b-77d87c8bbd09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:24,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-1ae93c0a-f11f-455e-a7b8-17c137971867 Date: Tue, 04 Sep 2018 21:56:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "created_at": "2018-09-04T21:56:16Z", "admin_state_up": true, "updated_at": "2018-09-04T21:56:23Z", "project_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "fee57989-5b6e-42d5-a97b-77d87c8bbd09", "name": "CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router"}} 2018-09-04 21:56:24,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/fee57989-5b6e-42d5-a97b-77d87c8bbd09 used request id req-1ae93c0a-f11f-455e-a7b8-17c137971867 2018-09-04 21:56:24,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=fee57989-5b6e-42d5-a97b-77d87c8bbd09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:24,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4439 X-Openstack-Request-Id: req-332915f1-231a-414a-a8d7-3f012621a246 Date: Tue, 04 Sep 2018 21:56:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:24Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efd5f833-c467-4703-b001-e933b8e0b87e","ip_address":"169.254.192.4"}],"id":"1b32efcd-6004-4191-bc58-0bdfaadbfc3b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:71:5d:82","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1616f9fc1d3a470b85dca4cc8e05cee6","admin_state_up":true,"network_id":"7d64487f-965f-42d5-9083-9ab204e5bb60","tenant_id":"","created_at":"2018-09-04T21:56:19Z","binding:vnic_type":"normal","device_id":"fee57989-5b6e-42d5-a97b-77d87c8bbd09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:24Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efd5f833-c467-4703-b001-e933b8e0b87e","ip_address":"169.254.192.8"}],"id":"271e4d06-17f8-431a-94de-25012f678738","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d0:b3:4b","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1616f9fc1d3a470b85dca4cc8e05cee6","admin_state_up":true,"network_id":"7d64487f-965f-42d5-9083-9ab204e5bb60","tenant_id":"","created_at":"2018-09-04T21:56:17Z","binding:vnic_type":"normal","device_id":"fee57989-5b6e-42d5-a97b-77d87c8bbd09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:23Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.208"}],"id":"5eb38a39-879d-40b5-a4e9-46ad20be3f17","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:77:74:cf","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T21:56:17Z","binding:vnic_type":"normal","device_id":"fee57989-5b6e-42d5-a97b-77d87c8bbd09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:23Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efd5f833-c467-4703-b001-e933b8e0b87e","ip_address":"169.254.192.3"}],"id":"8796ebdb-9aa8-46db-bce7-f09b596810f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:6a:0b","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1616f9fc1d3a470b85dca4cc8e05cee6","admin_state_up":true,"network_id":"7d64487f-965f-42d5-9083-9ab204e5bb60","tenant_id":"","created_at":"2018-09-04T21:56:18Z","binding:vnic_type":"normal","device_id":"fee57989-5b6e-42d5-a97b-77d87c8bbd09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ff84c587-d25f-4bf3-8b5a-b55382af4620","ip_address":"10.55.1.1"}],"id":"d429c109-8877-4f5c-a4e3-61929da0a2c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9f:81:24","project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:23Z","binding:vnic_type":"normal","device_id":"fee57989-5b6e-42d5-a97b-77d87c8bbd09"}]} 2018-09-04 21:56:24,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=fee57989-5b6e-42d5-a97b-77d87c8bbd09 used request id req-332915f1-231a-414a-a8d7-3f012621a246 2018-09-04 21:56:24,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/efd5f833-c467-4703-b001-e933b8e0b87e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:24,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3c7bb0f0-48ab-4a65-9a61-72e6c8c7a30a Date: Tue, 04 Sep 2018 21:56:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7d64487f-965f-42d5-9083-9ab204e5bb60","tenant_id":"","created_at":"2018-09-04T21:56:16Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:16Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"efd5f833-c467-4703-b001-e933b8e0b87e","subnetpool_id":null,"name":"HA subnet tenant 1616f9fc1d3a470b85dca4cc8e05cee6"}} 2018-09-04 21:56:24,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/efd5f833-c467-4703-b001-e933b8e0b87e used request id req-3c7bb0f0-48ab-4a65-9a61-72e6c8c7a30a 2018-09-04 21:56:24,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:24,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2160b67e-11f3-4eff-b46d-2ab925d91b45 Date: Tue, 04 Sep 2018 21:56:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 21:56:24,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-2160b67e-11f3-4eff-b46d-2ab925d91b45 2018-09-04 21:56:24,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/efd5f833-c467-4703-b001-e933b8e0b87e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:24,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5eb43b85-b67c-4b74-823a-eb8e4a32cfb3 Date: Tue, 04 Sep 2018 21:56:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7d64487f-965f-42d5-9083-9ab204e5bb60","tenant_id":"","created_at":"2018-09-04T21:56:16Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:16Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"efd5f833-c467-4703-b001-e933b8e0b87e","subnetpool_id":null,"name":"HA subnet tenant 1616f9fc1d3a470b85dca4cc8e05cee6"}} 2018-09-04 21:56:24,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/efd5f833-c467-4703-b001-e933b8e0b87e used request id req-5eb43b85-b67c-4b74-823a-eb8e4a32cfb3 2018-09-04 21:56:24,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/efd5f833-c467-4703-b001-e933b8e0b87e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:24,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-957c0f61-d0e2-4fbc-9779-04d2780a60c4 Date: Tue, 04 Sep 2018 21:56:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7d64487f-965f-42d5-9083-9ab204e5bb60","tenant_id":"","created_at":"2018-09-04T21:56:16Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:16Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"efd5f833-c467-4703-b001-e933b8e0b87e","subnetpool_id":null,"name":"HA subnet tenant 1616f9fc1d3a470b85dca4cc8e05cee6"}} 2018-09-04 21:56:24,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/efd5f833-c467-4703-b001-e933b8e0b87e used request id req-957c0f61-d0e2-4fbc-9779-04d2780a60c4 2018-09-04 21:56:24,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/ff84c587-d25f-4bf3-8b5a-b55382af4620 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:25,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-0422edc8-e542-4487-a3db-7bff6d06bbdb Date: Tue, 04 Sep 2018 21:56:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","id":"ff84c587-d25f-4bf3-8b5a-b55382af4620","subnetpool_id":null,"name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet"}} 2018-09-04 21:56:25,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/ff84c587-d25f-4bf3-8b5a-b55382af4620 used request id req-0422edc8-e542-4487-a3db-7bff6d06bbdb 2018-09-04 21:56:25,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}909fb9e53db1f01c9e5a616105a65e105ac8346b" 2018-09-04 21:56:25,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-2c12c2c7-6e05-4be9-82d2-b7d8d32ced1c Date: Tue, 04 Sep 2018 21:56:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "created_at": "2018-09-04T21:56:16Z", "admin_state_up": true, "updated_at": "2018-09-04T21:56:23Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "id": "fee57989-5b6e-42d5-a97b-77d87c8bbd09", "name": "CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router"}]} 2018-09-04 21:56:25,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router&admin_state_up=True used request id req-2c12c2c7-6e05-4be9-82d2-b7d8d32ced1c 2018-09-04 21:56:25,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b83d3d17694775679311d131d14cdf98dbfdcbd3" 2018-09-04 21:56:25,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f27169f0-9a7e-4675-97ac-b29bfd99df35 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6"}, "enabled": true, "id": "1616f9fc1d3a470b85dca4cc8e05cee6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}} 2018-09-04 21:56:25,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6 used request id req-f27169f0-9a7e-4675-97ac-b29bfd99df35 2018-09-04 21:56:25,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=fee57989-5b6e-42d5-a97b-77d87c8bbd09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}909fb9e53db1f01c9e5a616105a65e105ac8346b" 2018-09-04 21:56:25,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-9f07c97d-458a-4599-93a7-3816bf67baea Date: Tue, 04 Sep 2018 21:56:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ff84c587-d25f-4bf3-8b5a-b55382af4620","ip_address":"10.55.1.1"}],"id":"d429c109-8877-4f5c-a4e3-61929da0a2c5","security_groups":[],"mac_address":"fa:16:3e:9f:81:24","project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:23Z","binding:vnic_type":"normal","device_id":"fee57989-5b6e-42d5-a97b-77d87c8bbd09"}]} 2018-09-04 21:56:25,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=fee57989-5b6e-42d5-a97b-77d87c8bbd09 used request id req-9f07c97d-458a-4599-93a7-3816bf67baea 2018-09-04 21:56:25,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/ff84c587-d25f-4bf3-8b5a-b55382af4620 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}909fb9e53db1f01c9e5a616105a65e105ac8346b" 2018-09-04 21:56:25,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-80fb6128-85b1-44a6-a997-3dc0cc9d1769 Date: Tue, 04 Sep 2018 21:56:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"328a5bad-8bc4-4b63-802c-653ed400ae8c","tenant_id":"1616f9fc1d3a470b85dca4cc8e05cee6","created_at":"2018-09-04T21:56:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"1616f9fc1d3a470b85dca4cc8e05cee6","id":"ff84c587-d25f-4bf3-8b5a-b55382af4620","subnetpool_id":null,"name":"CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet"}} 2018-09-04 21:56:25,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/ff84c587-d25f-4bf3-8b5a-b55382af4620 used request id req-80fb6128-85b1-44a6-a997-3dc0cc9d1769 2018-09-04 21:56:25,909 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router and subnet CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet 2018-09-04 21:56:25,910 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router 2018-09-04 21:56:25,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/fee57989-5b6e-42d5-a97b-77d87c8bbd09/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" -d '{"subnet_id": "ff84c587-d25f-4bf3-8b5a-b55382af4620"}' 2018-09-04 21:56:27,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-487e7ab7-1ded-4fcf-9138-2e07e0f053bd Date: Tue, 04 Sep 2018 21:56:27 GMT RESP BODY: {"network_id": "328a5bad-8bc4-4b63-802c-653ed400ae8c", "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "subnet_id": "ff84c587-d25f-4bf3-8b5a-b55382af4620", "subnet_ids": ["ff84c587-d25f-4bf3-8b5a-b55382af4620"], "port_id": "d429c109-8877-4f5c-a4e3-61929da0a2c5", "id": "fee57989-5b6e-42d5-a97b-77d87c8bbd09"} 2018-09-04 21:56:27,393 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/fee57989-5b6e-42d5-a97b-77d87c8bbd09/remove_router_interface used request id req-487e7ab7-1ded-4fcf-9138-2e07e0f053bd 2018-09-04 21:56:27,394 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router 2018-09-04 21:56:27,394 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-router 2018-09-04 21:56:27,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/fee57989-5b6e-42d5-a97b-77d87c8bbd09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e555849e40c21481d212105f193d11117461dd56" 2018-09-04 21:56:30,721 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2404198d-f8f5-4be8-a5e7-c1a45b35e561 Content-Length: 0 Date: Tue, 04 Sep 2018 21:56:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:56:30,721 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/fee57989-5b6e-42d5-a97b-77d87c8bbd09 used request id req-2404198d-f8f5-4be8-a5e7-c1a45b35e561 2018-09-04 21:56:30,722 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet 2018-09-04 21:56:30,722 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-subnet 2018-09-04 21:56:30,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/ff84c587-d25f-4bf3-8b5a-b55382af4620 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7010d4b6e93937c2cf3b1bf34b4103f11946f30c" 2018-09-04 21:56:32,753 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8ec8ccaf-63bf-4d08-8adf-b00fb439d86e Date: Tue, 04 Sep 2018 21:56:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:56:32,753 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/ff84c587-d25f-4bf3-8b5a-b55382af4620 used request id req-8ec8ccaf-63bf-4d08-8adf-b00fb439d86e 2018-09-04 21:56:32,753 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-063ef017-bf1b-4e71-84be-7d9a598a415e-pub-net 2018-09-04 21:56:32,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/328a5bad-8bc4-4b63-802c-653ed400ae8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7010d4b6e93937c2cf3b1bf34b4103f11946f30c" 2018-09-04 21:56:34,182 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a1d47a60-1afc-490b-8149-79ae2bb1cc08 Date: Tue, 04 Sep 2018 21:56:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:56:34,182 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/328a5bad-8bc4-4b63-802c-653ed400ae8c used request id req-a1d47a60-1afc-490b-8149-79ae2bb1cc08 2018-09-04 21:56:34,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:34,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-019837d8-f479-439c-b583-69f4b79d3cec Date: Tue, 04 Sep 2018 21:56:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "created_at": "2018-09-04T21:56:09Z", "updated_at": "2018-09-04T21:56:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:56:10Z", "revision_number": 0, "id": "1fd5de0e-3452-4c12-a610-25ef8bd86399", "remote_group_id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "remote_ip_prefix": null, "created_at": "2018-09-04T21:56:10Z", "security_group_id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1616f9fc1d3a470b85dca4cc8e05cee6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:56:10Z", "revision_number": 0, "id": "40e4061f-a5b0-457d-883d-50f65ab84d01", "remote_group_id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "remote_ip_prefix": null, "created_at": "2018-09-04T21:56:10Z", "security_group_id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1616f9fc1d3a470b85dca4cc8e05cee6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:56:10Z", "revision_number": 0, "id": "a2861c52-6b32-41a7-b9fe-624e8f6c7e49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:56:10Z", "security_group_id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1616f9fc1d3a470b85dca4cc8e05cee6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:56:10Z", "revision_number": 0, "id": "b65a7522-fc99-4000-a113-1c96dc7d9a77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:56:10Z", "security_group_id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1616f9fc1d3a470b85dca4cc8e05cee6"}], "revision_number": 4, "project_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:56:34,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-019837d8-f479-439c-b583-69f4b79d3cec 2018-09-04 21:56:34,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:34,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce3e907-52c0-4686-ad9f-6461cd83615c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:56:34,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-8ce3e907-52c0-4686-ad9f-6461cd83615c 2018-09-04 21:56:34,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:34,608 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d95c389-afb3-4da6-8dc2-879485da8b59 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:56:34,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-3d95c389-afb3-4da6-8dc2-879485da8b59 2018-09-04 21:56:34,608 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:56:34,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:34,711 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e90cdb56-627a-412f-8104-98fe2f640a85 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:56:34,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-e90cdb56-627a-412f-8104-98fe2f640a85 2018-09-04 21:56:34,711 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:56:34,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:34,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43d4fa44-e7c0-4fcc-95d0-789de18f1d43 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:56:34,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-43d4fa44-e7c0-4fcc-95d0-789de18f1d43 2018-09-04 21:56:34,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:34,886 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94452ef1-e46f-4a58-bc60-5b41cb535564 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:56:34,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-94452ef1-e46f-4a58-bc60-5b41cb535564 2018-09-04 21:56:34,887 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:56:34,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:34,982 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58521d9f-a2e9-4d78-a956-20daf2ce898b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:56:34,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-58521d9f-a2e9-4d78-a956-20daf2ce898b 2018-09-04 21:56:34,982 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:56:34,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:35,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a81123f-4c39-432a-8a0d-85cba02698a1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6"}, "enabled": true, "id": "1616f9fc1d3a470b85dca4cc8e05cee6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-840566cb-db37-469-proj"}} 2018-09-04 21:56:35,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6 used request id req-1a81123f-4c39-432a-8a0d-85cba02698a1 2018-09-04 21:56:35,081 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 523c8a1b-da81-46a0-9ece-026f3ea4d438 2018-09-04 21:56:35,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=523c8a1b-da81-46a0-9ece-026f3ea4d438 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:35,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-877330c0-27cf-49ac-9fb8-fb15b7ba970c Date: Tue, 04 Sep 2018 21:56:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:56:10Z", "security_group_id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "port_range_min": null, "revision_number": 0, "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "created_at": "2018-09-04T21:56:10Z", "project_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "id": "1fd5de0e-3452-4c12-a610-25ef8bd86399"}, {"remote_group_id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:56:10Z", "security_group_id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "port_range_min": null, "revision_number": 0, "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "created_at": "2018-09-04T21:56:10Z", "project_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "id": "40e4061f-a5b0-457d-883d-50f65ab84d01"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:56:10Z", "security_group_id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "port_range_min": null, "revision_number": 0, "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "created_at": "2018-09-04T21:56:10Z", "project_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "id": "a2861c52-6b32-41a7-b9fe-624e8f6c7e49"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:56:10Z", "security_group_id": "523c8a1b-da81-46a0-9ece-026f3ea4d438", "port_range_min": null, "revision_number": 0, "tenant_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "created_at": "2018-09-04T21:56:10Z", "project_id": "1616f9fc1d3a470b85dca4cc8e05cee6", "id": "b65a7522-fc99-4000-a113-1c96dc7d9a77"}]} 2018-09-04 21:56:35,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=523c8a1b-da81-46a0-9ece-026f3ea4d438 used request id req-877330c0-27cf-49ac-9fb8-fb15b7ba970c 2018-09-04 21:56:35,254 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:56:35,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/523c8a1b-da81-46a0-9ece-026f3ea4d438 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:35,555 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c628acc2-86a9-4941-83d0-cd08e2e18300 Content-Length: 0 Date: Tue, 04 Sep 2018 21:56:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:56:35,555 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/523c8a1b-da81-46a0-9ece-026f3ea4d438 used request id req-c628acc2-86a9-4941-83d0-cd08e2e18300 2018-09-04 21:56:35,556 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-840566cb-db37-469-proj 2018-09-04 21:56:35,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:35,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:56:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-babe11a0-d9d4-414c-ab31-e2c51697bc6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:56:35,750 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/1616f9fc1d3a470b85dca4cc8e05cee6 used request id req-babe11a0-d9d4-414c-ab31-e2c51697bc6e 2018-09-04 21:56:35,750 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-840566cb-db37-469-proj-role 2018-09-04 21:56:35,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/52f266c6c87746138df5fc6df802427a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:35,867 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:56:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-304baf34-700b-4dbc-979d-1d1b99bc546d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:56:35,867 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/52f266c6c87746138df5fc6df802427a used request id req-304baf34-700b-4dbc-979d-1d1b99bc546d 2018-09-04 21:56:35,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fbb0523b121551b7fcc1b8efcd8ed615a8e459e" 2018-09-04 21:56:35,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce375dc8-9932-4c14-80bb-182fe9bafe7a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:56:35,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ce375dc8-9932-4c14-80bb-182fe9bafe7a 2018-09-04 21:56:35,957 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-840566cb-db37-469-user 2018-09-04 21:56:35,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/ac831463dda345b5b2a712705e938d8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9b6052d78e9942c18e310766c275411393de469" 2018-09-04 21:56:36,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:56:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d0f56d4-fc20-4da5-bc81-f30ca47a7b18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:56:36,159 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/ac831463dda345b5b2a712705e938d8f used request id req-4d0f56d4-fc20-4da5-bc81-f30ca47a7b18 2018-09-04 21:56:36,161 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:36,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["3MX29hiJR7u95DzqBudLPA"], "issued_at": "2018-09-04T21:56:36.000000Z"}} 2018-09-04 21:56:36,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac79374cd7502c1fd444ede938af9a7398bf836" 2018-09-04 21:56:36,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54269e30-4e9b-4877-9c66-5bb4d25645e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:36,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-54269e30-4e9b-4877-9c66-5bb4d25645e2 2018-09-04 21:56:36,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:36,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:37,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["6uWGAwtcSnCLtjOvn7ADbg"], "issued_at": "2018-09-04T21:56:37.000000Z"}} 2018-09-04 21:56:37,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:56:37,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00a68de4-8757-40a3-8705-ba69835c6235 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:37,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-00a68de4-8757-40a3-8705-ba69835c6235 2018-09-04 21:56:37,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:37,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:37,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:56:37,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2515f6e9-9acc-46cd-aee5-9f7d4ce7382c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:56:37,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj used request id req-2515f6e9-9acc-46cd-aee5-9f7d4ce7382c 2018-09-04 21:56:37,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:56:37,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c015db1-def7-4245-ad5f-adcdbe2bdc83 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:56:37,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-9c015db1-def7-4245-ad5f-adcdbe2bdc83 2018-09-04 21:56:37,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj"}}' 2018-09-04 21:56:37,508 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:56:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68fa0ac1-bb26-4de0-a56a-b3e5cc5276c0 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2"}, "enabled": true, "id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj"}} 2018-09-04 21:56:37,508 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-68fa0ac1-bb26-4de0-a56a-b3e5cc5276c0 2018-09-04 21:56:37,509 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-d862082e-5404-4ad-proj 2018-09-04 21:56:37,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:37,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:37,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["W1KEEJuzReCxV3oLlKbqfQ"], "issued_at": "2018-09-04T21:56:37.000000Z"}} 2018-09-04 21:56:37,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23516c500223e6c70f29c861e61495583391d926" 2018-09-04 21:56:37,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4345bf5-56c8-4281-a75d-bfae545d3774 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:37,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a4345bf5-56c8-4281-a75d-bfae545d3774 2018-09-04 21:56:37,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:37,992 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:37,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23516c500223e6c70f29c861e61495583391d926" 2018-09-04 21:56:38,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aabad01-5515-4478-9617-08104a4eb114 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:56:38,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8aabad01-5515-4478-9617-08104a4eb114 2018-09-04 21:56:38,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23516c500223e6c70f29c861e61495583391d926" 2018-09-04 21:56:38,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72af17bc-85cf-43aa-9ebd-a643537fbb39 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2"}, "enabled": true, "id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj"}]} 2018-09-04 21:56:38,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj used request id req-72af17bc-85cf-43aa-9ebd-a643537fbb39 2018-09-04 21:56:38,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23516c500223e6c70f29c861e61495583391d926" 2018-09-04 21:56:38,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11a860f3-cf4c-4ae7-8f79-a9e4a7f87a7d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:56:38,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-11a860f3-cf4c-4ae7-8f79-a9e4a7f87a7d 2018-09-04 21:56:38,657 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-d862082e-5404-4ad-user 2018-09-04 21:56:38,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:38,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:56:38,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09cf9e13-823d-40e5-9a78-74dca7629549 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:56:38,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-09cf9e13-823d-40e5-9a78-74dca7629549 2018-09-04 21:56:38,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" -d '{"role": {"name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj-role"}}' 2018-09-04 21:56:38,802 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:56:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0677bdd-2382-4969-b16b-58952eebd47d Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1949d0cc218d42c2acada02e4751422e", "links": {"self": "http://172.30.9.26:5000/v3/roles/1949d0cc218d42c2acada02e4751422e"}, "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj-role"}} 2018-09-04 21:56:38,802 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-f0677bdd-2382-4969-b16b-58952eebd47d 2018-09-04 21:56:38,802 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-d862082e-5404-4ad-proj-role 2018-09-04 21:56:38,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/1949d0cc218d42c2acada02e4751422e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:56:38,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d25e9cd7-73ed-4c07-bde6-4fd28a2d2ee2 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/1949d0cc218d42c2acada02e4751422e"}, "domain_id": null, "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj-role", "id": "1949d0cc218d42c2acada02e4751422e"}} 2018-09-04 21:56:38,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/1949d0cc218d42c2acada02e4751422e used request id req-d25e9cd7-73ed-4c07-bde6-4fd28a2d2ee2 2018-09-04 21:56:38,887 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-d862082e-5404-4ad-proj-role to project CreateNetworkSuccessTests-d862082e-5404-4ad-proj 2018-09-04 21:56:38,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2/users/a686ed42a05d4ff7814b4c73a0dc71bb/roles/1949d0cc218d42c2acada02e4751422e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:56:39,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:56:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a035b7e-dc65-48fc-9454-1f9205f89819 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:56:39,026 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2/users/a686ed42a05d4ff7814b4c73a0dc71bb/roles/1949d0cc218d42c2acada02e4751422e used request id req-8a035b7e-dc65-48fc-9454-1f9205f89819 2018-09-04 21:56:39,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:39,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:39,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["SWRrF5JlTviJX8hnIlQZEA"], "issued_at": "2018-09-04T21:56:39.000000Z"}} 2018-09-04 21:56:39,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d35aa8cb4f0dfb15f02ad720634d1114f9ff90" 2018-09-04 21:56:39,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4de6ee96-0c3c-46d1-94de-6affe86f1e2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:39,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4de6ee96-0c3c-46d1-94de-6affe86f1e2f 2018-09-04 21:56:39,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d35aa8cb4f0dfb15f02ad720634d1114f9ff90" 2018-09-04 21:56:39,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-36678c85-8a77-465b-95a5-53ab70fba27b Date: Tue, 04 Sep 2018 21:56:39 GMT RESP BODY: {"networks":[]} 2018-09-04 21:56:39,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net used request id req-36678c85-8a77-465b-95a5-53ab70fba27b 2018-09-04 21:56:39,660 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net 2018-09-04 21:56:39,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:39,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:40,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["vOX6WJoiSxioJ7-dL-5WhA"], "issued_at": "2018-09-04T21:56:40.000000Z"}} 2018-09-04 21:56:40,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd35ee318cd59eae9dd2100ce9d4803a20787a9" 2018-09-04 21:56:40,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66c26d26-b73e-40dc-ab04-bee523c0a4d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:40,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-66c26d26-b73e-40dc-ab04-bee523c0a4d8 2018-09-04 21:56:40,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:40,149 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:40,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd35ee318cd59eae9dd2100ce9d4803a20787a9" 2018-09-04 21:56:40,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92c342f0-6f16-46da-93e6-955026c3d43e Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2"}, "enabled": true, "id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj"}]} 2018-09-04 21:56:40,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj used request id req-92c342f0-6f16-46da-93e6-955026c3d43e 2018-09-04 21:56:40,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d35aa8cb4f0dfb15f02ad720634d1114f9ff90" -d '{"network": {"tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "name": "CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net", "admin_state_up": true}}' 2018-09-04 21:56:40,919 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-e59a232a-514f-48f5-8176-1abca438d98b Date: Tue, 04 Sep 2018 21:56:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:56:40Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net","admin_state_up":true,"tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:40Z","mtu":1450}} 2018-09-04 21:56:40,919 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-e59a232a-514f-48f5-8176-1abca438d98b 2018-09-04 21:56:40,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e6b53059-0678-4c36-8f12-3f19efc9ecd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d35aa8cb4f0dfb15f02ad720634d1114f9ff90" 2018-09-04 21:56:41,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-b441a99b-e085-40b8-a3fc-94b7f710d2d4 Date: Tue, 04 Sep 2018 21:56:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:56:40Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net","admin_state_up":true,"tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:40Z","provider:network_type":"vxlan"}]} 2018-09-04 21:56:41,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e6b53059-0678-4c36-8f12-3f19efc9ecd9 used request id req-b441a99b-e085-40b8-a3fc-94b7f710d2d4 2018-09-04 21:56:41,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e6b53059-0678-4c36-8f12-3f19efc9ecd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d35aa8cb4f0dfb15f02ad720634d1114f9ff90" 2018-09-04 21:56:41,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-971d55d3-b356-434f-8a09-b5d8a911c645 Date: Tue, 04 Sep 2018 21:56:41 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:56:41,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e6b53059-0678-4c36-8f12-3f19efc9ecd9 used request id req-971d55d3-b356-434f-8a09-b5d8a911c645 2018-09-04 21:56:41,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:41,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:41,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["KAiGyR2fTHeAExR82z1VAw"], "issued_at": "2018-09-04T21:56:41.000000Z"}} 2018-09-04 21:56:41,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b562431336afe909451b8d8cbb99823ec168f187" 2018-09-04 21:56:41,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9358110-8885-4539-ae69-f39c06846906 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:41,822 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f9358110-8885-4539-ae69-f39c06846906 2018-09-04 21:56:41,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:41,833 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:41,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b562431336afe909451b8d8cbb99823ec168f187" 2018-09-04 21:56:41,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d4e8c5c-cebc-4ec7-af72-6cf442a91e20 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2"}, "enabled": true, "id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj"}]} 2018-09-04 21:56:41,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj used request id req-4d4e8c5c-cebc-4ec7-af72-6cf442a91e20 2018-09-04 21:56:41,924 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet 2018-09-04 21:56:41,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d35aa8cb4f0dfb15f02ad720634d1114f9ff90" -d '{"subnets": [{"ip_version": 4, "network_id": "e6b53059-0678-4c36-8f12-3f19efc9ecd9", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet", "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2"}]}' 2018-09-04 21:56:42,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d5805de7-2dc8-4357-9785-2668e918c751 Date: Tue, 04 Sep 2018 21:56:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:42Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:42Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","id":"698cb8f0-6777-43af-902c-074051c974aa","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet"}]} 2018-09-04 21:56:42,650 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-d5805de7-2dc8-4357-9785-2668e918c751 2018-09-04 21:56:42,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e6b53059-0678-4c36-8f12-3f19efc9ecd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d35aa8cb4f0dfb15f02ad720634d1114f9ff90" 2018-09-04 21:56:42,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-75fb8b22-7985-4c32-8721-7f9a733f3300 Date: Tue, 04 Sep 2018 21:56:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","status":"ACTIVE","subnets":["698cb8f0-6777-43af-902c-074051c974aa"],"description":"","tags":[],"updated_at":"2018-09-04T21:56:42Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net","admin_state_up":true,"tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:40Z","provider:network_type":"vxlan"}]} 2018-09-04 21:56:42,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e6b53059-0678-4c36-8f12-3f19efc9ecd9 used request id req-75fb8b22-7985-4c32-8721-7f9a733f3300 2018-09-04 21:56:42,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e6b53059-0678-4c36-8f12-3f19efc9ecd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d35aa8cb4f0dfb15f02ad720634d1114f9ff90" 2018-09-04 21:56:43,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-506f7d92-e29e-4162-bdf4-9d69ffa4a1e1 Date: Tue, 04 Sep 2018 21:56:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:42Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","id":"698cb8f0-6777-43af-902c-074051c974aa","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet"}]} 2018-09-04 21:56:43,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e6b53059-0678-4c36-8f12-3f19efc9ecd9 used request id req-506f7d92-e29e-4162-bdf4-9d69ffa4a1e1 2018-09-04 21:56:43,182 - OpenStackNetwork - DEBUG - Network [e6b53059-0678-4c36-8f12-3f19efc9ecd9] created successfully 2018-09-04 21:56:43,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:43,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1949d0cc218d42c2acada02e4751422e", "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj-role"}], "expires_at": "2018-09-04T22:56:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e554dbd3d6f441b1ba95c091ef6f3aa2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/e554dbd3d6f441b1ba95c091ef6f3aa2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/e554dbd3d6f441b1ba95c091ef6f3aa2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/e554dbd3d6f441b1ba95c091ef6f3aa2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/e554dbd3d6f441b1ba95c091ef6f3aa2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/e554dbd3d6f441b1ba95c091ef6f3aa2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/e554dbd3d6f441b1ba95c091ef6f3aa2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/e554dbd3d6f441b1ba95c091ef6f3aa2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/e554dbd3d6f441b1ba95c091ef6f3aa2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/e554dbd3d6f441b1ba95c091ef6f3aa2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/e554dbd3d6f441b1ba95c091ef6f3aa2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/e554dbd3d6f441b1ba95c091ef6f3aa2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-user", "id": "a686ed42a05d4ff7814b4c73a0dc71bb"}, "audit_ids": ["jwNCyv5iTGSosq4XwnqJag"], "issued_at": "2018-09-04T21:56:43.000000Z"}} 2018-09-04 21:56:43,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3ed8e08600ea8e64fdf6130a1c9d2be7a99453" 2018-09-04 21:56:43,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-28e130ea-ccc6-48fe-ba51-e3d253307d5d Date: Tue, 04 Sep 2018 21:56:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["698cb8f0-6777-43af-902c-074051c974aa"],"updated_at":"2018-09-04T21:56:42Z","tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","name":"CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net"}]} 2018-09-04 21:56:43,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net used request id req-28e130ea-ccc6-48fe-ba51-e3d253307d5d 2018-09-04 21:56:43,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:43,834 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:43,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac79374cd7502c1fd444ede938af9a7398bf836" 2018-09-04 21:56:43,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-215dd678-5381-4e0e-a3ce-5ac1a637eee6 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2"}, "enabled": true, "id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj"}} 2018-09-04 21:56:43,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2 used request id req-215dd678-5381-4e0e-a3ce-5ac1a637eee6 2018-09-04 21:56:43,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e6b53059-0678-4c36-8f12-3f19efc9ecd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3ed8e08600ea8e64fdf6130a1c9d2be7a99453" 2018-09-04 21:56:44,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-49ac9a10-6a6c-418f-8ed4-84cf4ab0e5c4 Date: Tue, 04 Sep 2018 21:56:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:42Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","id":"698cb8f0-6777-43af-902c-074051c974aa","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet"}]} 2018-09-04 21:56:44,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e6b53059-0678-4c36-8f12-3f19efc9ecd9 used request id req-49ac9a10-6a6c-418f-8ed4-84cf4ab0e5c4 2018-09-04 21:56:44,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:44,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:44,512 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ZQVTScJuSeGNt2kvpQVUzw"], "issued_at": "2018-09-04T21:56:44.000000Z"}} 2018-09-04 21:56:44,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:44,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be0fe3a1-101e-40ec-8500-805eaa6f6cd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:44,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-be0fe3a1-101e-40ec-8500-805eaa6f6cd1 2018-09-04 21:56:44,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:44,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1faaf2ff-3f38-4c54-8211-4607a266b02e Date: Tue, 04 Sep 2018 21:56:44 GMT RESP BODY: {"routers": []} 2018-09-04 21:56:44,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router&admin_state_up=True used request id req-1faaf2ff-3f38-4c54-8211-4607a266b02e 2018-09-04 21:56:44,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:56:44,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:56:45,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:56:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["mwoe9ItPQT2jv-B2OUq-VA"], "issued_at": "2018-09-04T21:56:45.000000Z"}} 2018-09-04 21:56:45,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1939d5ccc8b763ab0da895c198f4b4b90c5b2c0e" 2018-09-04 21:56:45,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69892a85-4eae-4b0f-85c3-ac1d2ff3fb7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:56:45,418 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-69892a85-4eae-4b0f-85c3-ac1d2ff3fb7a 2018-09-04 21:56:45,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:45,428 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:45,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1939d5ccc8b763ab0da895c198f4b4b90c5b2c0e" 2018-09-04 21:56:45,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf6062bd-4dcd-4003-92fd-1b0bd292afc6 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2"}, "enabled": true, "id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj"}]} 2018-09-04 21:56:45,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-d862082e-5404-4ad-proj used request id req-cf6062bd-4dcd-4003-92fd-1b0bd292afc6 2018-09-04 21:56:45,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:45,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-0fc65e76-b89e-4440-85cb-a2b279bc5925 Date: Tue, 04 Sep 2018 21:56:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:56:45,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-0fc65e76-b89e-4440-85cb-a2b279bc5925 2018-09-04 21:56:45,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:45,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-32700710-c601-4fcd-9dbb-c369de108b80 Date: Tue, 04 Sep 2018 21:56:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 21:56:45,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-32700710-c601-4fcd-9dbb-c369de108b80 2018-09-04 21:56:45,976 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router 2018-09-04 21:56:45,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "name": "CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router", "admin_state_up": true}}' 2018-09-04 21:56:50,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-46d794d6-efc1-43db-aa66-d29c8cacb84d Date: Tue, 04 Sep 2018 21:56:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "created_at": "2018-09-04T21:56:46Z", "admin_state_up": true, "updated_at": "2018-09-04T21:56:47Z", "project_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "d6976fa8-255b-47de-88a0-e49c6792f287", "name": "CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router"}} 2018-09-04 21:56:50,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-46d794d6-efc1-43db-aa66-d29c8cacb84d 2018-09-04 21:56:50,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=d6976fa8-255b-47de-88a0-e49c6792f287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:51,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-631fcbba-870a-4004-b85f-05b18926bf6f Date: Tue, 04 Sep 2018 21:56:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:47Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.205"}],"id":"0b729df6-c830-4f38-a467-e74f3a4c8023","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1a:9e:24","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T21:56:46Z","binding:vnic_type":"normal","device_id":"d6976fa8-255b-47de-88a0-e49c6792f287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:49Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b0fc64d-d5de-439d-b6e7-142df3b9e748","ip_address":"169.254.192.5"}],"id":"a2c05dcb-9c38-4a16-ac8b-dee588fdfe87","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cd:93:d5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e554dbd3d6f441b1ba95c091ef6f3aa2","admin_state_up":true,"network_id":"0b9982fa-4977-46f9-939f-ac0e57eb03b4","tenant_id":"","created_at":"2018-09-04T21:56:49Z","binding:vnic_type":"normal","device_id":"d6976fa8-255b-47de-88a0-e49c6792f287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b0fc64d-d5de-439d-b6e7-142df3b9e748","ip_address":"169.254.192.4"}],"id":"baf06372-eb38-493a-aa6c-881845b45ad0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fb:9f:28","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e554dbd3d6f441b1ba95c091ef6f3aa2","admin_state_up":true,"network_id":"0b9982fa-4977-46f9-939f-ac0e57eb03b4","tenant_id":"","created_at":"2018-09-04T21:56:48Z","binding:vnic_type":"normal","device_id":"d6976fa8-255b-47de-88a0-e49c6792f287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b0fc64d-d5de-439d-b6e7-142df3b9e748","ip_address":"169.254.192.2"}],"id":"cfe8ba05-8b68-4e90-923c-ea2493e01ceb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f5:30:68","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e554dbd3d6f441b1ba95c091ef6f3aa2","admin_state_up":true,"network_id":"0b9982fa-4977-46f9-939f-ac0e57eb03b4","tenant_id":"","created_at":"2018-09-04T21:56:47Z","binding:vnic_type":"normal","device_id":"d6976fa8-255b-47de-88a0-e49c6792f287"}]} 2018-09-04 21:56:51,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=d6976fa8-255b-47de-88a0-e49c6792f287 used request id req-631fcbba-870a-4004-b85f-05b18926bf6f 2018-09-04 21:56:51,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:51,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-ed5546bf-2964-46e6-9200-c7306a69f134 Date: Tue, 04 Sep 2018 21:56:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 21:56:51,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-ed5546bf-2964-46e6-9200-c7306a69f134 2018-09-04 21:56:51,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/9b0fc64d-d5de-439d-b6e7-142df3b9e748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:51,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-eab2613e-0d69-4d36-8976-b64a84797d90 Date: Tue, 04 Sep 2018 21:56:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0b9982fa-4977-46f9-939f-ac0e57eb03b4","tenant_id":"","created_at":"2018-09-04T21:56:46Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9b0fc64d-d5de-439d-b6e7-142df3b9e748","subnetpool_id":null,"name":"HA subnet tenant e554dbd3d6f441b1ba95c091ef6f3aa2"}} 2018-09-04 21:56:51,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/9b0fc64d-d5de-439d-b6e7-142df3b9e748 used request id req-eab2613e-0d69-4d36-8976-b64a84797d90 2018-09-04 21:56:51,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/9b0fc64d-d5de-439d-b6e7-142df3b9e748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:51,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1e907b8e-fe6d-40a5-9e70-7673e1c33a61 Date: Tue, 04 Sep 2018 21:56:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0b9982fa-4977-46f9-939f-ac0e57eb03b4","tenant_id":"","created_at":"2018-09-04T21:56:46Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9b0fc64d-d5de-439d-b6e7-142df3b9e748","subnetpool_id":null,"name":"HA subnet tenant e554dbd3d6f441b1ba95c091ef6f3aa2"}} 2018-09-04 21:56:51,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/9b0fc64d-d5de-439d-b6e7-142df3b9e748 used request id req-1e907b8e-fe6d-40a5-9e70-7673e1c33a61 2018-09-04 21:56:51,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/9b0fc64d-d5de-439d-b6e7-142df3b9e748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:51,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-834f74eb-5efc-4915-89c6-74db8dbb39b9 Date: Tue, 04 Sep 2018 21:56:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0b9982fa-4977-46f9-939f-ac0e57eb03b4","tenant_id":"","created_at":"2018-09-04T21:56:46Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9b0fc64d-d5de-439d-b6e7-142df3b9e748","subnetpool_id":null,"name":"HA subnet tenant e554dbd3d6f441b1ba95c091ef6f3aa2"}} 2018-09-04 21:56:51,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/9b0fc64d-d5de-439d-b6e7-142df3b9e748 used request id req-834f74eb-5efc-4915-89c6-74db8dbb39b9 2018-09-04 21:56:51,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:52,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-1e5c41cc-c308-462c-a791-b8de1e6e4d87 Date: Tue, 04 Sep 2018 21:56:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","status":"ACTIVE","subnets":["698cb8f0-6777-43af-902c-074051c974aa"],"description":"","tags":[],"updated_at":"2018-09-04T21:56:42Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net","admin_state_up":true,"tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:40Z","provider:network_type":"vxlan"}]} 2018-09-04 21:56:52,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net used request id req-1e5c41cc-c308-462c-a791-b8de1e6e4d87 2018-09-04 21:56:52,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:56:52,161 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:56:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:56:52,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:52,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b8bc3ac-6a4a-4c45-b1d9-b36a2bdecbf0 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2"}, "enabled": true, "id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj"}} 2018-09-04 21:56:52,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2 used request id req-9b8bc3ac-6a4a-4c45-b1d9-b36a2bdecbf0 2018-09-04 21:56:52,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e6b53059-0678-4c36-8f12-3f19efc9ecd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:52,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5a4190b4-8da3-4551-ab9f-9a76a7708a3d Date: Tue, 04 Sep 2018 21:56:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:42Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","id":"698cb8f0-6777-43af-902c-074051c974aa","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet"}]} 2018-09-04 21:56:52,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e6b53059-0678-4c36-8f12-3f19efc9ecd9 used request id req-5a4190b4-8da3-4551-ab9f-9a76a7708a3d 2018-09-04 21:56:52,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e6b53059-0678-4c36-8f12-3f19efc9ecd9&name=CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:52,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4ff77051-97bb-4e00-ae42-65932253c3e4 Date: Tue, 04 Sep 2018 21:56:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:42Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","id":"698cb8f0-6777-43af-902c-074051c974aa","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet"}]} 2018-09-04 21:56:52,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e6b53059-0678-4c36-8f12-3f19efc9ecd9&name=CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet used request id req-4ff77051-97bb-4e00-ae42-65932253c3e4 2018-09-04 21:56:52,518 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 21:56:52,519 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router 2018-09-04 21:56:52,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/d6976fa8-255b-47de-88a0-e49c6792f287/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" -d '{"subnet_id": "698cb8f0-6777-43af-902c-074051c974aa"}' 2018-09-04 21:56:54,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-401ff829-e5cd-48a5-a108-54cef6530902 Date: Tue, 04 Sep 2018 21:56:54 GMT RESP BODY: {"network_id": "e6b53059-0678-4c36-8f12-3f19efc9ecd9", "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "subnet_id": "698cb8f0-6777-43af-902c-074051c974aa", "subnet_ids": ["698cb8f0-6777-43af-902c-074051c974aa"], "port_id": "52e404e5-063c-4544-86e2-667994c153b5", "id": "d6976fa8-255b-47de-88a0-e49c6792f287"} 2018-09-04 21:56:54,475 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/d6976fa8-255b-47de-88a0-e49c6792f287/add_router_interface used request id req-401ff829-e5cd-48a5-a108-54cef6530902 2018-09-04 21:56:54,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/d6976fa8-255b-47de-88a0-e49c6792f287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:54,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-6dfdbba6-1be1-448a-af21-38d7b33b5bb4 Date: Tue, 04 Sep 2018 21:56:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "created_at": "2018-09-04T21:56:46Z", "admin_state_up": true, "updated_at": "2018-09-04T21:56:53Z", "project_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "d6976fa8-255b-47de-88a0-e49c6792f287", "name": "CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router"}} 2018-09-04 21:56:54,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/d6976fa8-255b-47de-88a0-e49c6792f287 used request id req-6dfdbba6-1be1-448a-af21-38d7b33b5bb4 2018-09-04 21:56:54,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=d6976fa8-255b-47de-88a0-e49c6792f287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:54,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4441 X-Openstack-Request-Id: req-ef1dab5b-c0a8-4b87-abce-a1d0b3da1103 Date: Tue, 04 Sep 2018 21:56:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:52Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.205"}],"id":"0b729df6-c830-4f38-a467-e74f3a4c8023","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:9e:24","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T21:56:46Z","binding:vnic_type":"normal","device_id":"d6976fa8-255b-47de-88a0-e49c6792f287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"698cb8f0-6777-43af-902c-074051c974aa","ip_address":"10.55.1.1"}],"id":"52e404e5-063c-4544-86e2-667994c153b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f4:95:94","project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:53Z","binding:vnic_type":"normal","device_id":"d6976fa8-255b-47de-88a0-e49c6792f287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:52Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b0fc64d-d5de-439d-b6e7-142df3b9e748","ip_address":"169.254.192.5"}],"id":"a2c05dcb-9c38-4a16-ac8b-dee588fdfe87","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:93:d5","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e554dbd3d6f441b1ba95c091ef6f3aa2","admin_state_up":true,"network_id":"0b9982fa-4977-46f9-939f-ac0e57eb03b4","tenant_id":"","created_at":"2018-09-04T21:56:49Z","binding:vnic_type":"normal","device_id":"d6976fa8-255b-47de-88a0-e49c6792f287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:53Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b0fc64d-d5de-439d-b6e7-142df3b9e748","ip_address":"169.254.192.4"}],"id":"baf06372-eb38-493a-aa6c-881845b45ad0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:9f:28","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e554dbd3d6f441b1ba95c091ef6f3aa2","admin_state_up":true,"network_id":"0b9982fa-4977-46f9-939f-ac0e57eb03b4","tenant_id":"","created_at":"2018-09-04T21:56:48Z","binding:vnic_type":"normal","device_id":"d6976fa8-255b-47de-88a0-e49c6792f287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:53Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b0fc64d-d5de-439d-b6e7-142df3b9e748","ip_address":"169.254.192.2"}],"id":"cfe8ba05-8b68-4e90-923c-ea2493e01ceb","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f5:30:68","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e554dbd3d6f441b1ba95c091ef6f3aa2","admin_state_up":true,"network_id":"0b9982fa-4977-46f9-939f-ac0e57eb03b4","tenant_id":"","created_at":"2018-09-04T21:56:47Z","binding:vnic_type":"normal","device_id":"d6976fa8-255b-47de-88a0-e49c6792f287"}]} 2018-09-04 21:56:54,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=d6976fa8-255b-47de-88a0-e49c6792f287 used request id req-ef1dab5b-c0a8-4b87-abce-a1d0b3da1103 2018-09-04 21:56:54,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:54,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-07244cec-6e9a-4d85-b477-ef9cbe43c8a0 Date: Tue, 04 Sep 2018 21:56:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 21:56:54,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-07244cec-6e9a-4d85-b477-ef9cbe43c8a0 2018-09-04 21:56:54,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/9b0fc64d-d5de-439d-b6e7-142df3b9e748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:55,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b47cde36-4968-4068-b26c-e663d904b47a Date: Tue, 04 Sep 2018 21:56:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0b9982fa-4977-46f9-939f-ac0e57eb03b4","tenant_id":"","created_at":"2018-09-04T21:56:46Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9b0fc64d-d5de-439d-b6e7-142df3b9e748","subnetpool_id":null,"name":"HA subnet tenant e554dbd3d6f441b1ba95c091ef6f3aa2"}} 2018-09-04 21:56:55,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/9b0fc64d-d5de-439d-b6e7-142df3b9e748 used request id req-b47cde36-4968-4068-b26c-e663d904b47a 2018-09-04 21:56:55,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/9b0fc64d-d5de-439d-b6e7-142df3b9e748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:55,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-cb8019ff-e00f-4b3f-a61c-6397c0331006 Date: Tue, 04 Sep 2018 21:56:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0b9982fa-4977-46f9-939f-ac0e57eb03b4","tenant_id":"","created_at":"2018-09-04T21:56:46Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9b0fc64d-d5de-439d-b6e7-142df3b9e748","subnetpool_id":null,"name":"HA subnet tenant e554dbd3d6f441b1ba95c091ef6f3aa2"}} 2018-09-04 21:56:55,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/9b0fc64d-d5de-439d-b6e7-142df3b9e748 used request id req-cb8019ff-e00f-4b3f-a61c-6397c0331006 2018-09-04 21:56:55,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/9b0fc64d-d5de-439d-b6e7-142df3b9e748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:55,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5afb1583-deb4-467d-914b-e4e39b9a3615 Date: Tue, 04 Sep 2018 21:56:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0b9982fa-4977-46f9-939f-ac0e57eb03b4","tenant_id":"","created_at":"2018-09-04T21:56:46Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9b0fc64d-d5de-439d-b6e7-142df3b9e748","subnetpool_id":null,"name":"HA subnet tenant e554dbd3d6f441b1ba95c091ef6f3aa2"}} 2018-09-04 21:56:55,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/9b0fc64d-d5de-439d-b6e7-142df3b9e748 used request id req-5afb1583-deb4-467d-914b-e4e39b9a3615 2018-09-04 21:56:55,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/698cb8f0-6777-43af-902c-074051c974aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:56:55,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-f1fc0812-bbd7-4541-a1b9-ae2df3cfabe1 Date: Tue, 04 Sep 2018 21:56:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:42Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:42Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","id":"698cb8f0-6777-43af-902c-074051c974aa","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet"}} 2018-09-04 21:56:55,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/698cb8f0-6777-43af-902c-074051c974aa used request id req-f1fc0812-bbd7-4541-a1b9-ae2df3cfabe1 2018-09-04 21:56:55,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3ed8e08600ea8e64fdf6130a1c9d2be7a99453" 2018-09-04 21:56:55,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-e1c2cf6e-b655-49f3-bc6a-51db3156b955 Date: Tue, 04 Sep 2018 21:56:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "created_at": "2018-09-04T21:56:46Z", "admin_state_up": true, "updated_at": "2018-09-04T21:56:53Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "id": "d6976fa8-255b-47de-88a0-e49c6792f287", "name": "CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router"}]} 2018-09-04 21:56:55,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router&admin_state_up=True used request id req-e1c2cf6e-b655-49f3-bc6a-51db3156b955 2018-09-04 21:56:55,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac79374cd7502c1fd444ede938af9a7398bf836" 2018-09-04 21:56:55,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:56:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee538091-ae11-480f-9e0e-74d3b18878f0 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2"}, "enabled": true, "id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj"}} 2018-09-04 21:56:55,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2 used request id req-ee538091-ae11-480f-9e0e-74d3b18878f0 2018-09-04 21:56:55,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=d6976fa8-255b-47de-88a0-e49c6792f287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3ed8e08600ea8e64fdf6130a1c9d2be7a99453" 2018-09-04 21:56:56,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-40c27b51-5edd-4b9c-b951-d7669786be88 Date: Tue, 04 Sep 2018 21:56:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:56:55Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"698cb8f0-6777-43af-902c-074051c974aa","ip_address":"10.55.1.1"}],"id":"52e404e5-063c-4544-86e2-667994c153b5","security_groups":[],"mac_address":"fa:16:3e:f4:95:94","project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:53Z","binding:vnic_type":"normal","device_id":"d6976fa8-255b-47de-88a0-e49c6792f287"}]} 2018-09-04 21:56:56,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=d6976fa8-255b-47de-88a0-e49c6792f287 used request id req-40c27b51-5edd-4b9c-b951-d7669786be88 2018-09-04 21:56:56,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/698cb8f0-6777-43af-902c-074051c974aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3ed8e08600ea8e64fdf6130a1c9d2be7a99453" 2018-09-04 21:56:56,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-56fe8a26-358d-4bce-a26b-0914a9cb4f29 Date: Tue, 04 Sep 2018 21:56:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6b53059-0678-4c36-8f12-3f19efc9ecd9","tenant_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","created_at":"2018-09-04T21:56:42Z","dns_nameservers":[],"updated_at":"2018-09-04T21:56:42Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e554dbd3d6f441b1ba95c091ef6f3aa2","id":"698cb8f0-6777-43af-902c-074051c974aa","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet"}} 2018-09-04 21:56:56,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/698cb8f0-6777-43af-902c-074051c974aa used request id req-56fe8a26-358d-4bce-a26b-0914a9cb4f29 2018-09-04 21:56:56,231 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router and subnet CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet 2018-09-04 21:56:56,231 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router 2018-09-04 21:56:56,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/d6976fa8-255b-47de-88a0-e49c6792f287/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" -d '{"subnet_id": "698cb8f0-6777-43af-902c-074051c974aa"}' 2018-09-04 21:56:57,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-aaf8e155-0a89-48c5-ab5c-0fd0599c208c Date: Tue, 04 Sep 2018 21:56:57 GMT RESP BODY: {"network_id": "e6b53059-0678-4c36-8f12-3f19efc9ecd9", "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "subnet_id": "698cb8f0-6777-43af-902c-074051c974aa", "subnet_ids": ["698cb8f0-6777-43af-902c-074051c974aa"], "port_id": "52e404e5-063c-4544-86e2-667994c153b5", "id": "d6976fa8-255b-47de-88a0-e49c6792f287"} 2018-09-04 21:56:57,743 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/d6976fa8-255b-47de-88a0-e49c6792f287/remove_router_interface used request id req-aaf8e155-0a89-48c5-ab5c-0fd0599c208c 2018-09-04 21:56:57,743 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router 2018-09-04 21:56:57,743 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-router 2018-09-04 21:56:57,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/d6976fa8-255b-47de-88a0-e49c6792f287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bc9d8f3643881feb69370af54a619e6e9ac0d5" 2018-09-04 21:57:01,115 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ebec3452-f54d-46c8-900a-e9639b0880ba Content-Length: 0 Date: Tue, 04 Sep 2018 21:57:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:01,115 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/d6976fa8-255b-47de-88a0-e49c6792f287 used request id req-ebec3452-f54d-46c8-900a-e9639b0880ba 2018-09-04 21:57:01,116 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet 2018-09-04 21:57:01,116 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-subnet 2018-09-04 21:57:01,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/698cb8f0-6777-43af-902c-074051c974aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d35aa8cb4f0dfb15f02ad720634d1114f9ff90" 2018-09-04 21:57:03,382 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cbd42dc0-bd59-4307-aa86-7118c0c48e95 Date: Tue, 04 Sep 2018 21:57:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:03,382 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/698cb8f0-6777-43af-902c-074051c974aa used request id req-cbd42dc0-bd59-4307-aa86-7118c0c48e95 2018-09-04 21:57:03,382 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-b4196c1e-547a-490b-bdf9-8f8a411a4e4c-pub-net 2018-09-04 21:57:03,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/e6b53059-0678-4c36-8f12-3f19efc9ecd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d35aa8cb4f0dfb15f02ad720634d1114f9ff90" 2018-09-04 21:57:04,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-18ed7855-8c65-4ac4-9a6c-ffec031bb205 Date: Tue, 04 Sep 2018 21:57:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:04,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/e6b53059-0678-4c36-8f12-3f19efc9ecd9 used request id req-18ed7855-8c65-4ac4-9a6c-ffec031bb205 2018-09-04 21:57:04,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:04,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-5e24b7ed-c4d2-4ba6-9f78-f71f5e29e537 Date: Tue, 04 Sep 2018 21:57:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "created_at": "2018-09-04T21:56:40Z", "updated_at": "2018-09-04T21:56:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:56:40Z", "revision_number": 0, "id": "39b3cdae-1ee2-49ae-bdef-5596c97a2b7b", "remote_group_id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "remote_ip_prefix": null, "created_at": "2018-09-04T21:56:40Z", "security_group_id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e554dbd3d6f441b1ba95c091ef6f3aa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:56:40Z", "revision_number": 0, "id": "d25c5b06-1358-42fc-b80a-d871f23e7574", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:56:40Z", "security_group_id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e554dbd3d6f441b1ba95c091ef6f3aa2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:56:40Z", "revision_number": 0, "id": "ebae8441-a49b-4e51-9abb-ce7b4e19d835", "remote_group_id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "remote_ip_prefix": null, "created_at": "2018-09-04T21:56:40Z", "security_group_id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e554dbd3d6f441b1ba95c091ef6f3aa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:56:40Z", "revision_number": 0, "id": "feef3891-8997-4555-9011-cd1bded64013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:56:40Z", "security_group_id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e554dbd3d6f441b1ba95c091ef6f3aa2"}], "revision_number": 4, "project_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:57:04,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-5e24b7ed-c4d2-4ba6-9f78-f71f5e29e537 2018-09-04 21:57:04,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:04,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33730216-07b5-497a-abc9-c3f828cc9cf9 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:57:04,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-33730216-07b5-497a-abc9-c3f828cc9cf9 2018-09-04 21:57:04,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:05,084 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:57:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e81fb0f-fd27-48c4-997b-e0ae771740fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:57:05,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-9e81fb0f-fd27-48c4-997b-e0ae771740fd 2018-09-04 21:57:05,084 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:57:05,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:05,178 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:57:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39b87521-5186-4fff-b66d-43b79f77ad24 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:57:05,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-39b87521-5186-4fff-b66d-43b79f77ad24 2018-09-04 21:57:05,178 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:57:05,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:05,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8817c2c6-2a30-469e-b16f-ab4abd159b9b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:57:05,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-8817c2c6-2a30-469e-b16f-ab4abd159b9b 2018-09-04 21:57:05,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:05,354 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:57:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29478746-40bd-4c8b-988c-d331f5d590be Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:57:05,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-29478746-40bd-4c8b-988c-d331f5d590be 2018-09-04 21:57:05,354 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:57:05,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:05,450 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:57:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdbaeab5-c76c-4277-b3ed-22194c8b2b4f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:57:05,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-cdbaeab5-c76c-4277-b3ed-22194c8b2b4f 2018-09-04 21:57:05,451 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:57:05,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:05,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebe15ca1-5247-4328-bc58-61de248bf40b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2"}, "enabled": true, "id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d862082e-5404-4ad-proj"}} 2018-09-04 21:57:05,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2 used request id req-ebe15ca1-5247-4328-bc58-61de248bf40b 2018-09-04 21:57:05,536 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3ce37e93-0f00-4df1-9437-5779483b41b0 2018-09-04 21:57:05,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3ce37e93-0f00-4df1-9437-5779483b41b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:05,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f8d3297c-acc9-426b-bc1f-b3778a80a0c8 Date: Tue, 04 Sep 2018 21:57:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:56:40Z", "security_group_id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "port_range_min": null, "revision_number": 0, "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "created_at": "2018-09-04T21:56:40Z", "project_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "id": "39b3cdae-1ee2-49ae-bdef-5596c97a2b7b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:56:40Z", "security_group_id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "port_range_min": null, "revision_number": 0, "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "created_at": "2018-09-04T21:56:40Z", "project_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "id": "d25c5b06-1358-42fc-b80a-d871f23e7574"}, {"remote_group_id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:56:40Z", "security_group_id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "port_range_min": null, "revision_number": 0, "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "created_at": "2018-09-04T21:56:40Z", "project_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "id": "ebae8441-a49b-4e51-9abb-ce7b4e19d835"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:56:40Z", "security_group_id": "3ce37e93-0f00-4df1-9437-5779483b41b0", "port_range_min": null, "revision_number": 0, "tenant_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "created_at": "2018-09-04T21:56:40Z", "project_id": "e554dbd3d6f441b1ba95c091ef6f3aa2", "id": "feef3891-8997-4555-9011-cd1bded64013"}]} 2018-09-04 21:57:05,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3ce37e93-0f00-4df1-9437-5779483b41b0 used request id req-f8d3297c-acc9-426b-bc1f-b3778a80a0c8 2018-09-04 21:57:05,725 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:57:05,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/3ce37e93-0f00-4df1-9437-5779483b41b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:06,023 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f6ccc08-41c9-4fd7-bbae-2c6498c29b06 Content-Length: 0 Date: Tue, 04 Sep 2018 21:57:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:06,023 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/3ce37e93-0f00-4df1-9437-5779483b41b0 used request id req-7f6ccc08-41c9-4fd7-bbae-2c6498c29b06 2018-09-04 21:57:06,024 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-d862082e-5404-4ad-proj 2018-09-04 21:57:06,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:06,236 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-962e2557-4b88-474e-9d69-e4e1d3694595 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:06,236 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/e554dbd3d6f441b1ba95c091ef6f3aa2 used request id req-962e2557-4b88-474e-9d69-e4e1d3694595 2018-09-04 21:57:06,236 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-d862082e-5404-4ad-proj-role 2018-09-04 21:57:06,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/1949d0cc218d42c2acada02e4751422e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:06,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eba36a33-8c4a-4906-a7b1-cc319e4521e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:06,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/1949d0cc218d42c2acada02e4751422e used request id req-eba36a33-8c4a-4906-a7b1-cc319e4521e5 2018-09-04 21:57:06,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39899667ef8f17dc0513849cfb8d28e26fd43120" 2018-09-04 21:57:06,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f54f4f-882f-4175-aba9-e01fd33d9ee1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:57:06,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-57f54f4f-882f-4175-aba9-e01fd33d9ee1 2018-09-04 21:57:06,457 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-d862082e-5404-4ad-user 2018-09-04 21:57:06,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/a686ed42a05d4ff7814b4c73a0dc71bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23516c500223e6c70f29c861e61495583391d926" 2018-09-04 21:57:06,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0dcdf95b-0bfb-4a5f-ae9f-476e957f1aa7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:06,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/a686ed42a05d4ff7814b4c73a0dc71bb used request id req-0dcdf95b-0bfb-4a5f-ae9f-476e957f1aa7 2018-09-04 21:57:06,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:07,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:57:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["S7LeQLVERma3a00d1CcS3g"], "issued_at": "2018-09-04T21:57:07.000000Z"}} 2018-09-04 21:57:07,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9a2ee5172d9e2a0691586e89602c1e7f16f21c" 2018-09-04 21:57:07,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-908ab0be-1028-445e-a2a5-011172946907 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:07,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-908ab0be-1028-445e-a2a5-011172946907 2018-09-04 21:57:07,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:07,108 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:07,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:57:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["FIPSLGcvQKGMwWb-rB2BMA"], "issued_at": "2018-09-04T21:57:07.000000Z"}} 2018-09-04 21:57:07,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:07,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1b1fe41-8a7c-442f-a38f-adba41f72671 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:07,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c1b1fe41-8a7c-442f-a38f-adba41f72671 2018-09-04 21:57:07,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:57:07,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:57:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:57:07,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8482dad2-f7dc-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:07,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-825ddeac-8f2c-4125-9d5d-09700d993378 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8482dad2-f7dc-478-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:57:07,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8482dad2-f7dc-478-proj used request id req-825ddeac-8f2c-4125-9d5d-09700d993378 2018-09-04 21:57:07,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:07,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-123de550-fc46-4339-a69d-2b3de99c333a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:57:07,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-123de550-fc46-4339-a69d-2b3de99c333a 2018-09-04 21:57:07,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj"}}' 2018-09-04 21:57:07,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:57:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ee4ee26-59a8-4213-8bd0-4521f4af4799 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8"}, "enabled": true, "id": "33decaf37cff4416a64eef611ba91ba8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj"}} 2018-09-04 21:57:07,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-8ee4ee26-59a8-4213-8bd0-4521f4af4799 2018-09-04 21:57:07,904 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-8482dad2-f7dc-478-proj 2018-09-04 21:57:07,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:07,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:08,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:57:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["HlfQI481SDaoNoeW0h0Zhg"], "issued_at": "2018-09-04T21:57:08.000000Z"}} 2018-09-04 21:57:08,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e4cc50bf876229046c70c5f383d04b662bfd28" 2018-09-04 21:57:08,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a195a4e0-597c-4ac7-ac8b-2bd9868997fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:08,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a195a4e0-597c-4ac7-ac8b-2bd9868997fc 2018-09-04 21:57:08,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:57:08,388 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:57:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:57:08,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e4cc50bf876229046c70c5f383d04b662bfd28" 2018-09-04 21:57:08,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91f4a89c-0d49-4b76-8a6c-8ef7bb2f6223 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:57:08,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-91f4a89c-0d49-4b76-8a6c-8ef7bb2f6223 2018-09-04 21:57:08,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-8482dad2-f7dc-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e4cc50bf876229046c70c5f383d04b662bfd28" 2018-09-04 21:57:08,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ca89641-4266-4f25-a983-53598ecb3834 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-8482dad2-f7dc-478-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8"}, "enabled": true, "id": "33decaf37cff4416a64eef611ba91ba8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj"}]} 2018-09-04 21:57:08,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-8482dad2-f7dc-478-proj used request id req-9ca89641-4266-4f25-a983-53598ecb3834 2018-09-04 21:57:08,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e4cc50bf876229046c70c5f383d04b662bfd28" 2018-09-04 21:57:08,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8657e521-4c49-45ec-8fbc-363cb7a49219 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:57:08,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-8657e521-4c49-45ec-8fbc-363cb7a49219 2018-09-04 21:57:09,059 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-8482dad2-f7dc-478-user 2018-09-04 21:57:09,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:09,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:09,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6960feb4-652f-4050-857e-39383421926a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:57:09,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6960feb4-652f-4050-857e-39383421926a 2018-09-04 21:57:09,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" -d '{"role": {"name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj-role"}}' 2018-09-04 21:57:09,292 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:57:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75fbb5a1-b665-4a03-b445-e3730243f588 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c9284431d1c84c4b8fe71e4d799ded6b", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9284431d1c84c4b8fe71e4d799ded6b"}, "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj-role"}} 2018-09-04 21:57:09,292 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-75fbb5a1-b665-4a03-b445-e3730243f588 2018-09-04 21:57:09,292 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-8482dad2-f7dc-478-proj-role 2018-09-04 21:57:09,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c9284431d1c84c4b8fe71e4d799ded6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:09,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c73d9b4-c092-4ff0-ac39-c5d9d65bcfe3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c9284431d1c84c4b8fe71e4d799ded6b"}, "domain_id": null, "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj-role", "id": "c9284431d1c84c4b8fe71e4d799ded6b"}} 2018-09-04 21:57:09,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c9284431d1c84c4b8fe71e4d799ded6b used request id req-1c73d9b4-c092-4ff0-ac39-c5d9d65bcfe3 2018-09-04 21:57:09,311 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-8482dad2-f7dc-478-proj-role to project CreateNetworkSuccessTests-8482dad2-f7dc-478-proj 2018-09-04 21:57:09,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8/users/83f432f0d0464ad19454557106148922/roles/c9284431d1c84c4b8fe71e4d799ded6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:09,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b74fdd05-c659-4464-8c04-d9707797ca66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:09,439 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8/users/83f432f0d0464ad19454557106148922/roles/c9284431d1c84c4b8fe71e4d799ded6b used request id req-b74fdd05-c659-4464-8c04-d9707797ca66 2018-09-04 21:57:09,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:09,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:09,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9284431d1c84c4b8fe71e4d799ded6b", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj-role"}], "expires_at": "2018-09-04T22:57:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33decaf37cff4416a64eef611ba91ba8", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-user", "id": "83f432f0d0464ad19454557106148922"}, "audit_ids": ["eDlmCRPRQKCNon5X_m-L8A"], "issued_at": "2018-09-04T21:57:09.000000Z"}} 2018-09-04 21:57:09,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a06ee9c925009f92a2a45e4ed71c6d69928ad85" 2018-09-04 21:57:09,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16c70a62-c3ea-4a56-86ce-54c3c5f52b78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:09,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-16c70a62-c3ea-4a56-86ce-54c3c5f52b78 2018-09-04 21:57:09,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a06ee9c925009f92a2a45e4ed71c6d69928ad85" 2018-09-04 21:57:10,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4d089f9e-80d3-4500-a134-a526b1d8f2c6 Date: Tue, 04 Sep 2018 21:57:10 GMT RESP BODY: {"networks":[]} 2018-09-04 21:57:10,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net used request id req-4d089f9e-80d3-4500-a134-a526b1d8f2c6 2018-09-04 21:57:10,082 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net 2018-09-04 21:57:10,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a06ee9c925009f92a2a45e4ed71c6d69928ad85" -d '{"network": {"name": "CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net", "admin_state_up": true}}' 2018-09-04 21:57:10,643 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-9bfc3554-437d-47bc-9514-fee9b6fdbfd0 Date: Tue, 04 Sep 2018 21:57:10 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"33decaf37cff4416a64eef611ba91ba8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:57:10Z","is_default":false,"name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:10Z","mtu":1450}} 2018-09-04 21:57:10,644 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-9bfc3554-437d-47bc-9514-fee9b6fdbfd0 2018-09-04 21:57:10,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=df40ea07-a6f0-45bb-9487-8dca4ce74499 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a06ee9c925009f92a2a45e4ed71c6d69928ad85" 2018-09-04 21:57:10,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-262b098b-9657-4e2f-b570-28962474b291 Date: Tue, 04 Sep 2018 21:57:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T21:57:10Z","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"33decaf37cff4416a64eef611ba91ba8","id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net"}]} 2018-09-04 21:57:10,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=df40ea07-a6f0-45bb-9487-8dca4ce74499 used request id req-262b098b-9657-4e2f-b570-28962474b291 2018-09-04 21:57:10,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df40ea07-a6f0-45bb-9487-8dca4ce74499 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a06ee9c925009f92a2a45e4ed71c6d69928ad85" 2018-09-04 21:57:11,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4ba7e787-9de0-4594-b8c7-474c513cf926 Date: Tue, 04 Sep 2018 21:57:11 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:57:11,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df40ea07-a6f0-45bb-9487-8dca4ce74499 used request id req-4ba7e787-9de0-4594-b8c7-474c513cf926 2018-09-04 21:57:11,095 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet 2018-09-04 21:57:11,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a06ee9c925009f92a2a45e4ed71c6d69928ad85" -d '{"subnets": [{"ip_version": 4, "network_id": "df40ea07-a6f0-45bb-9487-8dca4ce74499", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet"}]}' 2018-09-04 21:57:11,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7d544d03-3623-4d11-b356-99e932866dce Date: Tue, 04 Sep 2018 21:57:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"33decaf37cff4416a64eef611ba91ba8","id":"492e1df5-9e5f-4325-b09b-5899eaa2fd50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet"}]} 2018-09-04 21:57:11,747 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-7d544d03-3623-4d11-b356-99e932866dce 2018-09-04 21:57:11,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=df40ea07-a6f0-45bb-9487-8dca4ce74499 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a06ee9c925009f92a2a45e4ed71c6d69928ad85" 2018-09-04 21:57:12,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e2813761-6184-4fc2-b490-5afbdb5a2003 Date: Tue, 04 Sep 2018 21:57:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["492e1df5-9e5f-4325-b09b-5899eaa2fd50"],"updated_at":"2018-09-04T21:57:11Z","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"33decaf37cff4416a64eef611ba91ba8","id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net"}]} 2018-09-04 21:57:12,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=df40ea07-a6f0-45bb-9487-8dca4ce74499 used request id req-e2813761-6184-4fc2-b490-5afbdb5a2003 2018-09-04 21:57:12,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df40ea07-a6f0-45bb-9487-8dca4ce74499 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a06ee9c925009f92a2a45e4ed71c6d69928ad85" 2018-09-04 21:57:12,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-79293afa-9216-4279-8bd7-e7af1b58b4d2 Date: Tue, 04 Sep 2018 21:57:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"33decaf37cff4416a64eef611ba91ba8","id":"492e1df5-9e5f-4325-b09b-5899eaa2fd50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet"}]} 2018-09-04 21:57:12,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df40ea07-a6f0-45bb-9487-8dca4ce74499 used request id req-79293afa-9216-4279-8bd7-e7af1b58b4d2 2018-09-04 21:57:12,251 - OpenStackNetwork - DEBUG - Network [df40ea07-a6f0-45bb-9487-8dca4ce74499] created successfully 2018-09-04 21:57:12,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:12,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:12,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9284431d1c84c4b8fe71e4d799ded6b", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj-role"}], "expires_at": "2018-09-04T22:57:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33decaf37cff4416a64eef611ba91ba8", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-user", "id": "83f432f0d0464ad19454557106148922"}, "audit_ids": ["5MYFyOwRRsWLcWue75F5Vw"], "issued_at": "2018-09-04T21:57:12.000000Z"}} 2018-09-04 21:57:12,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:12,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ef7ae32-58d8-4717-8ecf-b237f62dbb61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:12,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0ef7ae32-58d8-4717-8ecf-b237f62dbb61 2018-09-04 21:57:12,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:12,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-034836fa-c316-41ab-b9a8-69a52b3cede1 Date: Tue, 04 Sep 2018 21:57:12 GMT RESP BODY: {"routers": []} 2018-09-04 21:57:12,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router&admin_state_up=True used request id req-034836fa-c316-41ab-b9a8-69a52b3cede1 2018-09-04 21:57:12,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:12,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:13,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9284431d1c84c4b8fe71e4d799ded6b", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj-role"}], "expires_at": "2018-09-04T22:57:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33decaf37cff4416a64eef611ba91ba8", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-user", "id": "83f432f0d0464ad19454557106148922"}, "audit_ids": ["EwFTeK7BSoeJn-n8aj1_tg"], "issued_at": "2018-09-04T21:57:13.000000Z"}} 2018-09-04 21:57:13,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0224ba9b3bab6aa024a3dd7939043626b08c2d0" 2018-09-04 21:57:13,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df3a30ef-745a-4d79-b2a7-794143c6eb77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:13,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-df3a30ef-745a-4d79-b2a7-794143c6eb77 2018-09-04 21:57:13,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:13,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-01164337-d31d-45db-b753-8a0ec1a5523d Date: Tue, 04 Sep 2018 21:57:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 21:57:13,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-01164337-d31d-45db-b753-8a0ec1a5523d 2018-09-04 21:57:13,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:13,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-63cd0e84-310e-44f8-bd6f-31aa6d1f3922 Date: Tue, 04 Sep 2018 21:57:13 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:57:13,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-63cd0e84-310e-44f8-bd6f-31aa6d1f3922 2018-09-04 21:57:13,782 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router 2018-09-04 21:57:13,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router", "admin_state_up": true}}' 2018-09-04 21:57:18,880 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c47719a6-fa68-43da-9e94-1dcc550180e1 Date: Tue, 04 Sep 2018 21:57:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "created_at": "2018-09-04T21:57:14Z", "admin_state_up": true, "updated_at": "2018-09-04T21:57:15Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "33decaf37cff4416a64eef611ba91ba8", "id": "ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a", "name": "CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router"}} 2018-09-04 21:57:18,880 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-c47719a6-fa68-43da-9e94-1dcc550180e1 2018-09-04 21:57:18,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:19,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5cee4285-6cf1-4e6a-b139-b3e6315b6158 Date: Tue, 04 Sep 2018 21:57:19 GMT RESP BODY: {"ports":[]} 2018-09-04 21:57:19,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a used request id req-5cee4285-6cf1-4e6a-b139-b3e6315b6158 2018-09-04 21:57:19,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:19,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d833f655-a89e-4a96-bcda-61e8f040db90 Date: Tue, 04 Sep 2018 21:57:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["492e1df5-9e5f-4325-b09b-5899eaa2fd50"],"updated_at":"2018-09-04T21:57:11Z","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"33decaf37cff4416a64eef611ba91ba8","id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net"}]} 2018-09-04 21:57:19,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net used request id req-d833f655-a89e-4a96-bcda-61e8f040db90 2018-09-04 21:57:19,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:57:19,342 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:57:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:57:19,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:19,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f5146f6-664f-4b93-83ea-4f8fc7b30e9b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8"}, "enabled": true, "id": "33decaf37cff4416a64eef611ba91ba8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj"}} 2018-09-04 21:57:19,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8 used request id req-4f5146f6-664f-4b93-83ea-4f8fc7b30e9b 2018-09-04 21:57:19,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df40ea07-a6f0-45bb-9487-8dca4ce74499 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:19,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7d5469c9-1b88-46d3-86a4-dfb8b7026151 Date: Tue, 04 Sep 2018 21:57:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"33decaf37cff4416a64eef611ba91ba8","id":"492e1df5-9e5f-4325-b09b-5899eaa2fd50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet"}]} 2018-09-04 21:57:19,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df40ea07-a6f0-45bb-9487-8dca4ce74499 used request id req-7d5469c9-1b88-46d3-86a4-dfb8b7026151 2018-09-04 21:57:19,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df40ea07-a6f0-45bb-9487-8dca4ce74499&name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:19,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-050c4e0b-6eff-408a-bde6-3a6646b25bd1 Date: Tue, 04 Sep 2018 21:57:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"33decaf37cff4416a64eef611ba91ba8","id":"492e1df5-9e5f-4325-b09b-5899eaa2fd50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet"}]} 2018-09-04 21:57:19,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df40ea07-a6f0-45bb-9487-8dca4ce74499&name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet used request id req-050c4e0b-6eff-408a-bde6-3a6646b25bd1 2018-09-04 21:57:19,553 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 21:57:19,553 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router 2018-09-04 21:57:19,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" -d '{"subnet_id": "492e1df5-9e5f-4325-b09b-5899eaa2fd50"}' 2018-09-04 21:57:21,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c94ce90f-9e6b-4fc9-b78e-ad8c2a31f50e Date: Tue, 04 Sep 2018 21:57:21 GMT RESP BODY: {"network_id": "df40ea07-a6f0-45bb-9487-8dca4ce74499", "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "subnet_id": "492e1df5-9e5f-4325-b09b-5899eaa2fd50", "subnet_ids": ["492e1df5-9e5f-4325-b09b-5899eaa2fd50"], "port_id": "21e8ace7-9c6b-4e78-a611-1b0164207cc7", "id": "ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a"} 2018-09-04 21:57:21,500 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a/add_router_interface used request id req-c94ce90f-9e6b-4fc9-b78e-ad8c2a31f50e 2018-09-04 21:57:21,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:21,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-3cd5bf01-6a5c-4cb0-b92c-98494b5eb4e1 Date: Tue, 04 Sep 2018 21:57:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "created_at": "2018-09-04T21:57:14Z", "admin_state_up": true, "updated_at": "2018-09-04T21:57:20Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "33decaf37cff4416a64eef611ba91ba8", "id": "ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a", "name": "CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router"}} 2018-09-04 21:57:21,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a used request id req-3cd5bf01-6a5c-4cb0-b92c-98494b5eb4e1 2018-09-04 21:57:21,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:21,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-b9af704f-60da-4624-9f5a-db6ff60d2c7d Date: Tue, 04 Sep 2018 21:57:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:57:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"492e1df5-9e5f-4325-b09b-5899eaa2fd50","ip_address":"10.55.1.1"}],"id":"21e8ace7-9c6b-4e78-a611-1b0164207cc7","security_groups":[],"mac_address":"fa:16:3e:4f:c6:e6","project_id":"33decaf37cff4416a64eef611ba91ba8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:20Z","binding:vnic_type":"normal","device_id":"ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a"}]} 2018-09-04 21:57:21,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a used request id req-b9af704f-60da-4624-9f5a-db6ff60d2c7d 2018-09-04 21:57:21,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/492e1df5-9e5f-4325-b09b-5899eaa2fd50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:22,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-0c03ed76-7074-4b7c-863f-74c1ed3d2c5e Date: Tue, 04 Sep 2018 21:57:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"33decaf37cff4416a64eef611ba91ba8","id":"492e1df5-9e5f-4325-b09b-5899eaa2fd50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet"}} 2018-09-04 21:57:22,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/492e1df5-9e5f-4325-b09b-5899eaa2fd50 used request id req-0c03ed76-7074-4b7c-863f-74c1ed3d2c5e 2018-09-04 21:57:22,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:22,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9284431d1c84c4b8fe71e4d799ded6b", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj-role"}], "expires_at": "2018-09-04T22:57:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33decaf37cff4416a64eef611ba91ba8", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/33decaf37cff4416a64eef611ba91ba8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-user", "id": "83f432f0d0464ad19454557106148922"}, "audit_ids": ["Z3gNEMwQS-iN_aUkYzTOoQ"], "issued_at": "2018-09-04T21:57:22.000000Z"}} 2018-09-04 21:57:22,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d762a90b556a0611b53d551e4cc9f90b688d46a" 2018-09-04 21:57:22,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d0382e15-f509-48ef-a721-5171d70779ce Date: Tue, 04 Sep 2018 21:57:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["492e1df5-9e5f-4325-b09b-5899eaa2fd50"],"updated_at":"2018-09-04T21:57:11Z","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"33decaf37cff4416a64eef611ba91ba8","id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net"}]} 2018-09-04 21:57:22,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net used request id req-d0382e15-f509-48ef-a721-5171d70779ce 2018-09-04 21:57:22,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:57:22,654 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:57:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:57:22,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9a2ee5172d9e2a0691586e89602c1e7f16f21c" 2018-09-04 21:57:22,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a0868b-7a27-46d9-a377-d1877aa64221 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8"}, "enabled": true, "id": "33decaf37cff4416a64eef611ba91ba8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj"}} 2018-09-04 21:57:22,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8 used request id req-42a0868b-7a27-46d9-a377-d1877aa64221 2018-09-04 21:57:22,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df40ea07-a6f0-45bb-9487-8dca4ce74499 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d762a90b556a0611b53d551e4cc9f90b688d46a" 2018-09-04 21:57:22,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2fe7b0ea-477e-4f64-97fe-5ffbef65e634 Date: Tue, 04 Sep 2018 21:57:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"33decaf37cff4416a64eef611ba91ba8","id":"492e1df5-9e5f-4325-b09b-5899eaa2fd50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet"}]} 2018-09-04 21:57:22,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df40ea07-a6f0-45bb-9487-8dca4ce74499 used request id req-2fe7b0ea-477e-4f64-97fe-5ffbef65e634 2018-09-04 21:57:22,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df40ea07-a6f0-45bb-9487-8dca4ce74499&name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d762a90b556a0611b53d551e4cc9f90b688d46a" 2018-09-04 21:57:23,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f5e729a6-2da6-496d-b181-87af9c1108bd Date: Tue, 04 Sep 2018 21:57:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"33decaf37cff4416a64eef611ba91ba8","id":"492e1df5-9e5f-4325-b09b-5899eaa2fd50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet"}]} 2018-09-04 21:57:23,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df40ea07-a6f0-45bb-9487-8dca4ce74499&name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet used request id req-f5e729a6-2da6-496d-b181-87af9c1108bd 2018-09-04 21:57:23,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d762a90b556a0611b53d551e4cc9f90b688d46a" 2018-09-04 21:57:23,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-7725e5b0-bb3d-4455-9421-670e7c470435 Date: Tue, 04 Sep 2018 21:57:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "created_at": "2018-09-04T21:57:14Z", "admin_state_up": true, "updated_at": "2018-09-04T21:57:20Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "33decaf37cff4416a64eef611ba91ba8", "id": "ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a", "name": "CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router"}]} 2018-09-04 21:57:23,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router used request id req-7725e5b0-bb3d-4455-9421-670e7c470435 2018-09-04 21:57:23,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9a2ee5172d9e2a0691586e89602c1e7f16f21c" 2018-09-04 21:57:23,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d35d063-a1c0-49a9-b05b-0c4a42a07d2e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8"}, "enabled": true, "id": "33decaf37cff4416a64eef611ba91ba8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj"}} 2018-09-04 21:57:23,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8 used request id req-8d35d063-a1c0-49a9-b05b-0c4a42a07d2e 2018-09-04 21:57:23,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d762a90b556a0611b53d551e4cc9f90b688d46a" 2018-09-04 21:57:23,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-f502de92-9162-483d-be4f-a1482a6cf644 Date: Tue, 04 Sep 2018 21:57:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:57:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"492e1df5-9e5f-4325-b09b-5899eaa2fd50","ip_address":"10.55.1.1"}],"id":"21e8ace7-9c6b-4e78-a611-1b0164207cc7","security_groups":[],"mac_address":"fa:16:3e:4f:c6:e6","project_id":"33decaf37cff4416a64eef611ba91ba8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:20Z","binding:vnic_type":"normal","device_id":"ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a"}]} 2018-09-04 21:57:23,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a used request id req-f502de92-9162-483d-be4f-a1482a6cf644 2018-09-04 21:57:23,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/492e1df5-9e5f-4325-b09b-5899eaa2fd50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d762a90b556a0611b53d551e4cc9f90b688d46a" 2018-09-04 21:57:24,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-c7e48873-03a5-4817-97e6-380f09b0b76e Date: Tue, 04 Sep 2018 21:57:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df40ea07-a6f0-45bb-9487-8dca4ce74499","tenant_id":"33decaf37cff4416a64eef611ba91ba8","created_at":"2018-09-04T21:57:11Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"33decaf37cff4416a64eef611ba91ba8","id":"492e1df5-9e5f-4325-b09b-5899eaa2fd50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet"}} 2018-09-04 21:57:24,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/492e1df5-9e5f-4325-b09b-5899eaa2fd50 used request id req-c7e48873-03a5-4817-97e6-380f09b0b76e 2018-09-04 21:57:24,038 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router and subnet CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet 2018-09-04 21:57:24,038 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router 2018-09-04 21:57:24,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" -d '{"subnet_id": "492e1df5-9e5f-4325-b09b-5899eaa2fd50"}' 2018-09-04 21:57:25,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ace3e069-c81e-4609-a41e-3e0c770515a8 Date: Tue, 04 Sep 2018 21:57:25 GMT RESP BODY: {"network_id": "df40ea07-a6f0-45bb-9487-8dca4ce74499", "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "subnet_id": "492e1df5-9e5f-4325-b09b-5899eaa2fd50", "subnet_ids": ["492e1df5-9e5f-4325-b09b-5899eaa2fd50"], "port_id": "21e8ace7-9c6b-4e78-a611-1b0164207cc7", "id": "ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a"} 2018-09-04 21:57:25,638 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a/remove_router_interface used request id req-ace3e069-c81e-4609-a41e-3e0c770515a8 2018-09-04 21:57:25,638 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router 2018-09-04 21:57:25,639 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-router 2018-09-04 21:57:25,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b27d36c2ae072de809344e712e27f8cdf2cbf4e" 2018-09-04 21:57:29,056 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5ac2539c-a6f7-4e9c-ac06-220dd12d7a99 Content-Length: 0 Date: Tue, 04 Sep 2018 21:57:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:29,056 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/ce59235f-3577-4e7a-aa8f-6e8c8eb4c72a used request id req-5ac2539c-a6f7-4e9c-ac06-220dd12d7a99 2018-09-04 21:57:29,057 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet 2018-09-04 21:57:29,057 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-subnet 2018-09-04 21:57:29,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/492e1df5-9e5f-4325-b09b-5899eaa2fd50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a06ee9c925009f92a2a45e4ed71c6d69928ad85" 2018-09-04 21:57:31,345 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a528b33-8032-4c91-b8f1-5d20d630548d Date: Tue, 04 Sep 2018 21:57:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:31,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/492e1df5-9e5f-4325-b09b-5899eaa2fd50 used request id req-2a528b33-8032-4c91-b8f1-5d20d630548d 2018-09-04 21:57:31,346 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-72f1187e-5cfa-4fdc-8406-87d63f565ed8-pub-net 2018-09-04 21:57:31,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/df40ea07-a6f0-45bb-9487-8dca4ce74499 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a06ee9c925009f92a2a45e4ed71c6d69928ad85" 2018-09-04 21:57:32,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4999a2a4-6298-429b-9b13-3a4d695499a7 Date: Tue, 04 Sep 2018 21:57:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:32,650 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/df40ea07-a6f0-45bb-9487-8dca4ce74499 used request id req-4999a2a4-6298-429b-9b13-3a4d695499a7 2018-09-04 21:57:32,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:32,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-9bed4952-7fe1-47ab-a94b-5b86d4d1ad71 Date: Tue, 04 Sep 2018 21:57:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "created_at": "2018-09-04T21:57:10Z", "updated_at": "2018-09-04T21:57:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:57:10Z", "revision_number": 0, "id": "9949b2d7-e7e5-4739-9f5c-7a7a4fe39ab4", "remote_group_id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "remote_ip_prefix": null, "created_at": "2018-09-04T21:57:10Z", "security_group_id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "port_range_min": null, "ethertype": "IPv4", "project_id": "33decaf37cff4416a64eef611ba91ba8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:57:10Z", "revision_number": 0, "id": "a7740b51-6565-422a-a083-352f3bef458c", "remote_group_id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "remote_ip_prefix": null, "created_at": "2018-09-04T21:57:10Z", "security_group_id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "port_range_min": null, "ethertype": "IPv6", "project_id": "33decaf37cff4416a64eef611ba91ba8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:57:10Z", "revision_number": 0, "id": "b989d861-5a2c-49d2-af9e-a53aa0c3e101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:57:10Z", "security_group_id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "port_range_min": null, "ethertype": "IPv4", "project_id": "33decaf37cff4416a64eef611ba91ba8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:57:10Z", "revision_number": 0, "id": "daa1f14d-d6c7-4e4e-9d46-540c9b5315e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:57:10Z", "security_group_id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "port_range_min": null, "ethertype": "IPv6", "project_id": "33decaf37cff4416a64eef611ba91ba8"}], "revision_number": 4, "project_id": "33decaf37cff4416a64eef611ba91ba8", "id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:57:32,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-9bed4952-7fe1-47ab-a94b-5b86d4d1ad71 2018-09-04 21:57:32,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:33,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-626c0062-9626-4002-b592-6564b63f7653 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:57:33,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-626c0062-9626-4002-b592-6564b63f7653 2018-09-04 21:57:33,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:33,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc6ecb67-6b10-414b-915c-783a52d4cfef Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8"}, "enabled": true, "id": "33decaf37cff4416a64eef611ba91ba8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8482dad2-f7dc-478-proj"}} 2018-09-04 21:57:33,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8 used request id req-dc6ecb67-6b10-414b-915c-783a52d4cfef 2018-09-04 21:57:33,099 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 115f0f2f-55cb-4c35-a1dd-f86f209eb4e7 2018-09-04 21:57:33,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=115f0f2f-55cb-4c35-a1dd-f86f209eb4e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:33,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-439abaf3-1a3a-4173-bf14-0112d15d1402 Date: Tue, 04 Sep 2018 21:57:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:57:10Z", "security_group_id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "port_range_min": null, "revision_number": 0, "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "created_at": "2018-09-04T21:57:10Z", "project_id": "33decaf37cff4416a64eef611ba91ba8", "id": "9949b2d7-e7e5-4739-9f5c-7a7a4fe39ab4"}, {"remote_group_id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:57:10Z", "security_group_id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "port_range_min": null, "revision_number": 0, "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "created_at": "2018-09-04T21:57:10Z", "project_id": "33decaf37cff4416a64eef611ba91ba8", "id": "a7740b51-6565-422a-a083-352f3bef458c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:57:10Z", "security_group_id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "port_range_min": null, "revision_number": 0, "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "created_at": "2018-09-04T21:57:10Z", "project_id": "33decaf37cff4416a64eef611ba91ba8", "id": "b989d861-5a2c-49d2-af9e-a53aa0c3e101"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:57:10Z", "security_group_id": "115f0f2f-55cb-4c35-a1dd-f86f209eb4e7", "port_range_min": null, "revision_number": 0, "tenant_id": "33decaf37cff4416a64eef611ba91ba8", "created_at": "2018-09-04T21:57:10Z", "project_id": "33decaf37cff4416a64eef611ba91ba8", "id": "daa1f14d-d6c7-4e4e-9d46-540c9b5315e1"}]} 2018-09-04 21:57:33,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=115f0f2f-55cb-4c35-a1dd-f86f209eb4e7 used request id req-439abaf3-1a3a-4173-bf14-0112d15d1402 2018-09-04 21:57:33,274 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:57:33,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/115f0f2f-55cb-4c35-a1dd-f86f209eb4e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:33,640 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-722a5773-44c7-4650-aea7-3db12ebcc035 Content-Length: 0 Date: Tue, 04 Sep 2018 21:57:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:33,640 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/115f0f2f-55cb-4c35-a1dd-f86f209eb4e7 used request id req-722a5773-44c7-4650-aea7-3db12ebcc035 2018-09-04 21:57:33,641 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-8482dad2-f7dc-478-proj 2018-09-04 21:57:33,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:33,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-125c221d-3bbf-4ec8-8fb8-7bc86ecbef13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:33,870 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/33decaf37cff4416a64eef611ba91ba8 used request id req-125c221d-3bbf-4ec8-8fb8-7bc86ecbef13 2018-09-04 21:57:33,870 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-8482dad2-f7dc-478-proj-role 2018-09-04 21:57:33,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c9284431d1c84c4b8fe71e4d799ded6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:33,980 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7097f97-d210-4ead-83f6-8129b57f3372 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:33,981 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c9284431d1c84c4b8fe71e4d799ded6b used request id req-c7097f97-d210-4ead-83f6-8129b57f3372 2018-09-04 21:57:33,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d321dc915bb017f8708acde52f4db56fd621a87" 2018-09-04 21:57:34,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b13d553e-0dc6-43c2-8869-041a8050a846 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:57:34,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b13d553e-0dc6-43c2-8869-041a8050a846 2018-09-04 21:57:34,075 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-8482dad2-f7dc-478-user 2018-09-04 21:57:34,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/83f432f0d0464ad19454557106148922 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e4cc50bf876229046c70c5f383d04b662bfd28" 2018-09-04 21:57:34,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f765836a-dc2a-4e2b-9a21-e702ef910d3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:34,304 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/83f432f0d0464ad19454557106148922 used request id req-f765836a-dc2a-4e2b-9a21-e702ef910d3f 2018-09-04 21:57:34,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:34,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:57:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["PPDilQnjTnmG95URf9LRLg"], "issued_at": "2018-09-04T21:57:34.000000Z"}} 2018-09-04 21:57:34,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e68c02b1dbadf1f1f8558dc2f62eeb88ea2742e8" 2018-09-04 21:57:34,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc57021a-3dd3-4aad-9223-8c3b206aed0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:34,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bc57021a-3dd3-4aad-9223-8c3b206aed0e 2018-09-04 21:57:34,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:34,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:35,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:57:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Ia3LhAhoT4edZnHcKnbyTw"], "issued_at": "2018-09-04T21:57:35.000000Z"}} 2018-09-04 21:57:35,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:35,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-242e4a9a-5e31-446b-b083-2c456a2115e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:35,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-242e4a9a-5e31-446b-b083-2c456a2115e6 2018-09-04 21:57:35,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:57:35,336 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:57:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:57:35,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:35,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7854c92-715b-46a9-b12d-a89d603cbf6a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:57:35,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj used request id req-e7854c92-715b-46a9-b12d-a89d603cbf6a 2018-09-04 21:57:35,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:35,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a94aab1d-e82c-40cc-b2fc-9ddc6276a1e3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:57:35,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-a94aab1d-e82c-40cc-b2fc-9ddc6276a1e3 2018-09-04 21:57:35,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj"}}' 2018-09-04 21:57:35,640 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:57:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b7c29b0-9b06-40ff-aee8-69995feef012 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4b34508fce3d452680e3c13b9905e7dc"}, "enabled": true, "id": "4b34508fce3d452680e3c13b9905e7dc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj"}} 2018-09-04 21:57:35,640 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3b7c29b0-9b06-40ff-aee8-69995feef012 2018-09-04 21:57:35,640 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj 2018-09-04 21:57:35,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:35,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:36,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:57:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["9nGWlbOlQPaipmGNAcvBig"], "issued_at": "2018-09-04T21:57:36.000000Z"}} 2018-09-04 21:57:36,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc06ab721a2d80fb801856f5dfca258052b8b3eb" 2018-09-04 21:57:36,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-132a3d68-402a-4501-b6fb-354c9ccfc95f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:36,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-132a3d68-402a-4501-b6fb-354c9ccfc95f 2018-09-04 21:57:36,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:57:36,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:57:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:57:36,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc06ab721a2d80fb801856f5dfca258052b8b3eb" 2018-09-04 21:57:36,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1230480d-1d27-4052-8349-12eefe2183d3 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:57:36,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1230480d-1d27-4052-8349-12eefe2183d3 2018-09-04 21:57:36,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc06ab721a2d80fb801856f5dfca258052b8b3eb" 2018-09-04 21:57:36,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4579deda-ee20-4ded-b8e4-f4a6d37eaeae Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4b34508fce3d452680e3c13b9905e7dc"}, "enabled": true, "id": "4b34508fce3d452680e3c13b9905e7dc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj"}]} 2018-09-04 21:57:36,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj used request id req-4579deda-ee20-4ded-b8e4-f4a6d37eaeae 2018-09-04 21:57:36,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc06ab721a2d80fb801856f5dfca258052b8b3eb" 2018-09-04 21:57:36,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f09f0290-a114-4de1-9876-b6f55382f23e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:57:36,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f09f0290-a114-4de1-9876-b6f55382f23e 2018-09-04 21:57:36,868 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-fa8ee1a1-4670-43e-user 2018-09-04 21:57:36,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:36,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:36,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f37e05d3-627f-497a-bfd1-838f3fa454b4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:57:36,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f37e05d3-627f-497a-bfd1-838f3fa454b4 2018-09-04 21:57:36,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" -d '{"role": {"name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj-role"}}' 2018-09-04 21:57:37,089 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:57:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2298470-07b3-4da6-9e37-44f0681e5d8d Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b1e5e354cb85499da53398cc290f893c", "links": {"self": "http://172.30.9.26:5000/v3/roles/b1e5e354cb85499da53398cc290f893c"}, "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj-role"}} 2018-09-04 21:57:37,089 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-a2298470-07b3-4da6-9e37-44f0681e5d8d 2018-09-04 21:57:37,089 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj-role 2018-09-04 21:57:37,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/b1e5e354cb85499da53398cc290f893c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:37,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c33ab9b2-e0a1-47ee-bcf9-2a516362622f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/b1e5e354cb85499da53398cc290f893c"}, "domain_id": null, "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj-role", "id": "b1e5e354cb85499da53398cc290f893c"}} 2018-09-04 21:57:37,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/b1e5e354cb85499da53398cc290f893c used request id req-c33ab9b2-e0a1-47ee-bcf9-2a516362622f 2018-09-04 21:57:37,182 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj-role to project CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj 2018-09-04 21:57:37,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/4b34508fce3d452680e3c13b9905e7dc/users/7f39895752504fee9b8d49dff8de5693/roles/b1e5e354cb85499da53398cc290f893c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:37,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f591e078-b9f9-4864-ac42-26c6b71d5d00 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:37,325 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/4b34508fce3d452680e3c13b9905e7dc/users/7f39895752504fee9b8d49dff8de5693/roles/b1e5e354cb85499da53398cc290f893c used request id req-f591e078-b9f9-4864-ac42-26c6b71d5d00 2018-09-04 21:57:37,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:37,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:37,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1e5e354cb85499da53398cc290f893c", "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj-role"}], "expires_at": "2018-09-04T22:57:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b34508fce3d452680e3c13b9905e7dc", "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4b34508fce3d452680e3c13b9905e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/4b34508fce3d452680e3c13b9905e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/4b34508fce3d452680e3c13b9905e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/4b34508fce3d452680e3c13b9905e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/4b34508fce3d452680e3c13b9905e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/4b34508fce3d452680e3c13b9905e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/4b34508fce3d452680e3c13b9905e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/4b34508fce3d452680e3c13b9905e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/4b34508fce3d452680e3c13b9905e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/4b34508fce3d452680e3c13b9905e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/4b34508fce3d452680e3c13b9905e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/4b34508fce3d452680e3c13b9905e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-user", "id": "7f39895752504fee9b8d49dff8de5693"}, "audit_ids": ["LlMciDD4Tg6HYe5w0nPpKg"], "issued_at": "2018-09-04T21:57:37.000000Z"}} 2018-09-04 21:57:37,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a8de5d418749dc254cf42a17f15dfb85c43bc74" 2018-09-04 21:57:37,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c156297-de47-417d-8f48-0d47bd561a8b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:37,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3c156297-de47-417d-8f48-0d47bd561a8b 2018-09-04 21:57:37,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a8de5d418749dc254cf42a17f15dfb85c43bc74" 2018-09-04 21:57:37,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a9b4adbb-0b21-4ae0-b539-5b3a957acd34 Date: Tue, 04 Sep 2018 21:57:37 GMT RESP BODY: {"networks":[]} 2018-09-04 21:57:37,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-net used request id req-a9b4adbb-0b21-4ae0-b539-5b3a957acd34 2018-09-04 21:57:37,953 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-net 2018-09-04 21:57:37,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a8de5d418749dc254cf42a17f15dfb85c43bc74" -d '{"network": {"name": "CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-net", "admin_state_up": true}}' 2018-09-04 21:57:38,494 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-6b4299b5-481c-44bc-92b3-be4f69737955 Date: Tue, 04 Sep 2018 21:57:38 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"15a420a6-ef2e-4f3a-881a-7ce1c803db47","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4b34508fce3d452680e3c13b9905e7dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:57:38Z","is_default":false,"name":"CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4b34508fce3d452680e3c13b9905e7dc","created_at":"2018-09-04T21:57:38Z","mtu":1450}} 2018-09-04 21:57:38,494 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-6b4299b5-481c-44bc-92b3-be4f69737955 2018-09-04 21:57:38,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=15a420a6-ef2e-4f3a-881a-7ce1c803db47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a8de5d418749dc254cf42a17f15dfb85c43bc74" 2018-09-04 21:57:38,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3265b487-5cbd-4205-bee0-41dd2e11ad54 Date: Tue, 04 Sep 2018 21:57:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T21:57:38Z","tenant_id":"4b34508fce3d452680e3c13b9905e7dc","created_at":"2018-09-04T21:57:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4b34508fce3d452680e3c13b9905e7dc","id":"15a420a6-ef2e-4f3a-881a-7ce1c803db47","name":"CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-net"}]} 2018-09-04 21:57:38,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=15a420a6-ef2e-4f3a-881a-7ce1c803db47 used request id req-3265b487-5cbd-4205-bee0-41dd2e11ad54 2018-09-04 21:57:38,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=15a420a6-ef2e-4f3a-881a-7ce1c803db47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a8de5d418749dc254cf42a17f15dfb85c43bc74" 2018-09-04 21:57:38,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-81a7632b-9237-4646-9b3d-5dc48ee6f500 Date: Tue, 04 Sep 2018 21:57:38 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:57:38,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=15a420a6-ef2e-4f3a-881a-7ce1c803db47 used request id req-81a7632b-9237-4646-9b3d-5dc48ee6f500 2018-09-04 21:57:38,908 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-subnet 2018-09-04 21:57:38,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a8de5d418749dc254cf42a17f15dfb85c43bc74" -d '{"subnets": [{"ip_version": 4, "network_id": "15a420a6-ef2e-4f3a-881a-7ce1c803db47", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-subnet"}]}' 2018-09-04 21:57:39,596 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3469be34-cc36-4172-9db0-fb07a32ae15e Date: Tue, 04 Sep 2018 21:57:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15a420a6-ef2e-4f3a-881a-7ce1c803db47","tenant_id":"4b34508fce3d452680e3c13b9905e7dc","created_at":"2018-09-04T21:57:39Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:39Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4b34508fce3d452680e3c13b9905e7dc","id":"200d014a-892f-4642-a6a9-c4360511c765","subnetpool_id":null,"name":"CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-subnet"}]} 2018-09-04 21:57:39,596 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-3469be34-cc36-4172-9db0-fb07a32ae15e 2018-09-04 21:57:39,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=15a420a6-ef2e-4f3a-881a-7ce1c803db47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a8de5d418749dc254cf42a17f15dfb85c43bc74" 2018-09-04 21:57:39,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fdc8a802-483e-42aa-90f0-ae4468bc05b6 Date: Tue, 04 Sep 2018 21:57:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["200d014a-892f-4642-a6a9-c4360511c765"],"updated_at":"2018-09-04T21:57:39Z","tenant_id":"4b34508fce3d452680e3c13b9905e7dc","created_at":"2018-09-04T21:57:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4b34508fce3d452680e3c13b9905e7dc","id":"15a420a6-ef2e-4f3a-881a-7ce1c803db47","name":"CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-net"}]} 2018-09-04 21:57:39,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=15a420a6-ef2e-4f3a-881a-7ce1c803db47 used request id req-fdc8a802-483e-42aa-90f0-ae4468bc05b6 2018-09-04 21:57:39,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=15a420a6-ef2e-4f3a-881a-7ce1c803db47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a8de5d418749dc254cf42a17f15dfb85c43bc74" 2018-09-04 21:57:40,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9e50bf4c-5374-4e18-b17d-ad44ba20d8b7 Date: Tue, 04 Sep 2018 21:57:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15a420a6-ef2e-4f3a-881a-7ce1c803db47","tenant_id":"4b34508fce3d452680e3c13b9905e7dc","created_at":"2018-09-04T21:57:39Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4b34508fce3d452680e3c13b9905e7dc","id":"200d014a-892f-4642-a6a9-c4360511c765","subnetpool_id":null,"name":"CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-subnet"}]} 2018-09-04 21:57:40,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=15a420a6-ef2e-4f3a-881a-7ce1c803db47 used request id req-9e50bf4c-5374-4e18-b17d-ad44ba20d8b7 2018-09-04 21:57:40,059 - OpenStackNetwork - DEBUG - Network [15a420a6-ef2e-4f3a-881a-7ce1c803db47] created successfully 2018-09-04 21:57:40,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:40,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1e5e354cb85499da53398cc290f893c", "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj-role"}], "expires_at": "2018-09-04T22:57:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b34508fce3d452680e3c13b9905e7dc", "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4b34508fce3d452680e3c13b9905e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/4b34508fce3d452680e3c13b9905e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/4b34508fce3d452680e3c13b9905e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/4b34508fce3d452680e3c13b9905e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/4b34508fce3d452680e3c13b9905e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/4b34508fce3d452680e3c13b9905e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/4b34508fce3d452680e3c13b9905e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/4b34508fce3d452680e3c13b9905e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/4b34508fce3d452680e3c13b9905e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/4b34508fce3d452680e3c13b9905e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/4b34508fce3d452680e3c13b9905e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/4b34508fce3d452680e3c13b9905e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-user", "id": "7f39895752504fee9b8d49dff8de5693"}, "audit_ids": ["10V3371yTpagVu0llimAww"], "issued_at": "2018-09-04T21:57:40.000000Z"}} 2018-09-04 21:57:40,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1a2b8d6a695a1d88c7ed3c2ff3e9dc2af13af75" 2018-09-04 21:57:40,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1f2bb060-7f42-4b9d-ad74-fa7591248743 Date: Tue, 04 Sep 2018 21:57:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["200d014a-892f-4642-a6a9-c4360511c765"],"updated_at":"2018-09-04T21:57:39Z","tenant_id":"4b34508fce3d452680e3c13b9905e7dc","created_at":"2018-09-04T21:57:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4b34508fce3d452680e3c13b9905e7dc","id":"15a420a6-ef2e-4f3a-881a-7ce1c803db47","name":"CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-net"}]} 2018-09-04 21:57:40,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-net used request id req-1f2bb060-7f42-4b9d-ad74-fa7591248743 2018-09-04 21:57:40,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:57:40,705 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:57:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:57:40,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4b34508fce3d452680e3c13b9905e7dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e68c02b1dbadf1f1f8558dc2f62eeb88ea2742e8" 2018-09-04 21:57:40,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70cfd3ec-7f64-48d1-88ec-aeaeae7f9bed Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4b34508fce3d452680e3c13b9905e7dc"}, "enabled": true, "id": "4b34508fce3d452680e3c13b9905e7dc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj"}} 2018-09-04 21:57:40,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4b34508fce3d452680e3c13b9905e7dc used request id req-70cfd3ec-7f64-48d1-88ec-aeaeae7f9bed 2018-09-04 21:57:40,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=15a420a6-ef2e-4f3a-881a-7ce1c803db47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1a2b8d6a695a1d88c7ed3c2ff3e9dc2af13af75" 2018-09-04 21:57:40,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-709a4436-2160-4460-91dc-01aba21a921d Date: Tue, 04 Sep 2018 21:57:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15a420a6-ef2e-4f3a-881a-7ce1c803db47","tenant_id":"4b34508fce3d452680e3c13b9905e7dc","created_at":"2018-09-04T21:57:39Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4b34508fce3d452680e3c13b9905e7dc","id":"200d014a-892f-4642-a6a9-c4360511c765","subnetpool_id":null,"name":"CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-subnet"}]} 2018-09-04 21:57:40,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=15a420a6-ef2e-4f3a-881a-7ce1c803db47 used request id req-709a4436-2160-4460-91dc-01aba21a921d 2018-09-04 21:57:41,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=15a420a6-ef2e-4f3a-881a-7ce1c803db47&name=CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1a2b8d6a695a1d88c7ed3c2ff3e9dc2af13af75" 2018-09-04 21:57:41,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a5aceabc-e93a-49f6-83f8-0e056977ade1 Date: Tue, 04 Sep 2018 21:57:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15a420a6-ef2e-4f3a-881a-7ce1c803db47","tenant_id":"4b34508fce3d452680e3c13b9905e7dc","created_at":"2018-09-04T21:57:39Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4b34508fce3d452680e3c13b9905e7dc","id":"200d014a-892f-4642-a6a9-c4360511c765","subnetpool_id":null,"name":"CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-subnet"}]} 2018-09-04 21:57:41,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=15a420a6-ef2e-4f3a-881a-7ce1c803db47&name=CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-subnet used request id req-a5aceabc-e93a-49f6-83f8-0e056977ade1 2018-09-04 21:57:41,202 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-subnet 2018-09-04 21:57:41,202 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-subnet 2018-09-04 21:57:41,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/200d014a-892f-4642-a6a9-c4360511c765 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a8de5d418749dc254cf42a17f15dfb85c43bc74" 2018-09-04 21:57:43,642 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-83a2924c-b467-48ae-9c0c-5d2ed19234ad Date: Tue, 04 Sep 2018 21:57:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:43,643 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/200d014a-892f-4642-a6a9-c4360511c765 used request id req-83a2924c-b467-48ae-9c0c-5d2ed19234ad 2018-09-04 21:57:43,643 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-62b2281a-6cae-46aa-b609-35c8e0d544cb-pub-net 2018-09-04 21:57:43,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/15a420a6-ef2e-4f3a-881a-7ce1c803db47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a8de5d418749dc254cf42a17f15dfb85c43bc74" 2018-09-04 21:57:44,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1bf80e0c-bfe7-44cf-98b8-7872feb1a770 Date: Tue, 04 Sep 2018 21:57:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:44,731 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/15a420a6-ef2e-4f3a-881a-7ce1c803db47 used request id req-1bf80e0c-bfe7-44cf-98b8-7872feb1a770 2018-09-04 21:57:44,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:44,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-bc4724d5-f0c6-403e-b17c-9b1f38a637c7 Date: Tue, 04 Sep 2018 21:57:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4b34508fce3d452680e3c13b9905e7dc", "created_at": "2018-09-04T21:57:38Z", "updated_at": "2018-09-04T21:57:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:57:38Z", "revision_number": 0, "id": "322d45b9-afbf-4d77-b811-27e21f8bb509", "remote_group_id": "542f2417-371b-4df6-9569-777993224501", "remote_ip_prefix": null, "created_at": "2018-09-04T21:57:38Z", "security_group_id": "542f2417-371b-4df6-9569-777993224501", "tenant_id": "4b34508fce3d452680e3c13b9905e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b34508fce3d452680e3c13b9905e7dc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:57:38Z", "revision_number": 0, "id": "5f689d6a-f003-4e0e-a16e-b2722b9779ec", "remote_group_id": "542f2417-371b-4df6-9569-777993224501", "remote_ip_prefix": null, "created_at": "2018-09-04T21:57:38Z", "security_group_id": "542f2417-371b-4df6-9569-777993224501", "tenant_id": "4b34508fce3d452680e3c13b9905e7dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b34508fce3d452680e3c13b9905e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:57:38Z", "revision_number": 0, "id": "aceb8e05-43bc-43d3-868e-0a17b10f8e21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:57:38Z", "security_group_id": "542f2417-371b-4df6-9569-777993224501", "tenant_id": "4b34508fce3d452680e3c13b9905e7dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b34508fce3d452680e3c13b9905e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:57:38Z", "revision_number": 0, "id": "bdf9a0ba-b312-4a7d-bdd3-2e8da7323772", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:57:38Z", "security_group_id": "542f2417-371b-4df6-9569-777993224501", "tenant_id": "4b34508fce3d452680e3c13b9905e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b34508fce3d452680e3c13b9905e7dc"}], "revision_number": 4, "project_id": "4b34508fce3d452680e3c13b9905e7dc", "id": "542f2417-371b-4df6-9569-777993224501", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:57:44,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-bc4724d5-f0c6-403e-b17c-9b1f38a637c7 2018-09-04 21:57:44,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:45,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e602141-9237-45e0-9cf9-43504cfb60c6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:57:45,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-2e602141-9237-45e0-9cf9-43504cfb60c6 2018-09-04 21:57:45,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:45,155 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:57:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53505712-b1a4-439c-8faa-1682759db1b1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:57:45,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-53505712-b1a4-439c-8faa-1682759db1b1 2018-09-04 21:57:45,155 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:57:45,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:45,242 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:57:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfc93b33-21b3-4852-a42a-7612a26bcde2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:57:45,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-dfc93b33-21b3-4852-a42a-7612a26bcde2 2018-09-04 21:57:45,243 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:57:45,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:45,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93261feb-1767-4858-b177-42dbaaac2c91 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:57:45,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-93261feb-1767-4858-b177-42dbaaac2c91 2018-09-04 21:57:45,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:45,425 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:57:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb27b643-0332-416a-9b2a-c4dca0ba3667 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:57:45,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-cb27b643-0332-416a-9b2a-c4dca0ba3667 2018-09-04 21:57:45,426 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:57:45,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:45,523 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:57:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65db1128-3791-44c4-88f4-b61fd243dbfa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:57:45,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-65db1128-3791-44c4-88f4-b61fd243dbfa 2018-09-04 21:57:45,523 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:57:45,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4b34508fce3d452680e3c13b9905e7dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:45,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f26927-bfa0-4c0c-afed-507a98142782 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4b34508fce3d452680e3c13b9905e7dc"}, "enabled": true, "id": "4b34508fce3d452680e3c13b9905e7dc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj"}} 2018-09-04 21:57:45,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4b34508fce3d452680e3c13b9905e7dc used request id req-e8f26927-bfa0-4c0c-afed-507a98142782 2018-09-04 21:57:45,616 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 542f2417-371b-4df6-9569-777993224501 2018-09-04 21:57:45,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=542f2417-371b-4df6-9569-777993224501 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:45,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7bfb7551-47e0-40f0-8ac2-213c2e701a12 Date: Tue, 04 Sep 2018 21:57:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "542f2417-371b-4df6-9569-777993224501", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:57:38Z", "security_group_id": "542f2417-371b-4df6-9569-777993224501", "port_range_min": null, "revision_number": 0, "tenant_id": "4b34508fce3d452680e3c13b9905e7dc", "created_at": "2018-09-04T21:57:38Z", "project_id": "4b34508fce3d452680e3c13b9905e7dc", "id": "322d45b9-afbf-4d77-b811-27e21f8bb509"}, {"remote_group_id": "542f2417-371b-4df6-9569-777993224501", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:57:38Z", "security_group_id": "542f2417-371b-4df6-9569-777993224501", "port_range_min": null, "revision_number": 0, "tenant_id": "4b34508fce3d452680e3c13b9905e7dc", "created_at": "2018-09-04T21:57:38Z", "project_id": "4b34508fce3d452680e3c13b9905e7dc", "id": "5f689d6a-f003-4e0e-a16e-b2722b9779ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:57:38Z", "security_group_id": "542f2417-371b-4df6-9569-777993224501", "port_range_min": null, "revision_number": 0, "tenant_id": "4b34508fce3d452680e3c13b9905e7dc", "created_at": "2018-09-04T21:57:38Z", "project_id": "4b34508fce3d452680e3c13b9905e7dc", "id": "aceb8e05-43bc-43d3-868e-0a17b10f8e21"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:57:38Z", "security_group_id": "542f2417-371b-4df6-9569-777993224501", "port_range_min": null, "revision_number": 0, "tenant_id": "4b34508fce3d452680e3c13b9905e7dc", "created_at": "2018-09-04T21:57:38Z", "project_id": "4b34508fce3d452680e3c13b9905e7dc", "id": "bdf9a0ba-b312-4a7d-bdd3-2e8da7323772"}]} 2018-09-04 21:57:45,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=542f2417-371b-4df6-9569-777993224501 used request id req-7bfb7551-47e0-40f0-8ac2-213c2e701a12 2018-09-04 21:57:45,804 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:57:45,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/542f2417-371b-4df6-9569-777993224501 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:46,150 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3dd31006-3d6a-4c3e-ab83-5c15e29082b5 Content-Length: 0 Date: Tue, 04 Sep 2018 21:57:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:46,150 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/542f2417-371b-4df6-9569-777993224501 used request id req-3dd31006-3d6a-4c3e-ab83-5c15e29082b5 2018-09-04 21:57:46,151 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj 2018-09-04 21:57:46,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/4b34508fce3d452680e3c13b9905e7dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:46,403 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05f0a416-8077-43fe-b73d-547eb4c1828c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:46,403 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/4b34508fce3d452680e3c13b9905e7dc used request id req-05f0a416-8077-43fe-b73d-547eb4c1828c 2018-09-04 21:57:46,404 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-fa8ee1a1-4670-43e-proj-role 2018-09-04 21:57:46,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/b1e5e354cb85499da53398cc290f893c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:46,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afae3be6-18de-47c2-bc4f-4e58c7d8f60b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:46,532 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/b1e5e354cb85499da53398cc290f893c used request id req-afae3be6-18de-47c2-bc4f-4e58c7d8f60b 2018-09-04 21:57:46,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa8f95a57c97a631d23ca3ca695c3f824d1be8c" 2018-09-04 21:57:46,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32ea784b-d188-4ee9-96de-07f1e0c23346 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:57:46,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-32ea784b-d188-4ee9-96de-07f1e0c23346 2018-09-04 21:57:46,624 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-fa8ee1a1-4670-43e-user 2018-09-04 21:57:46,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/7f39895752504fee9b8d49dff8de5693 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc06ab721a2d80fb801856f5dfca258052b8b3eb" 2018-09-04 21:57:46,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19722bd0-e11a-4408-91f4-0ac168b9f36b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:46,838 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/7f39895752504fee9b8d49dff8de5693 used request id req-19722bd0-e11a-4408-91f4-0ac168b9f36b 2018-09-04 21:57:46,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:47,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:57:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["heVNT8sWTuqM53KPdeA_tg"], "issued_at": "2018-09-04T21:57:47.000000Z"}} 2018-09-04 21:57:47,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9723ece6a5ab53447b9ac01d406d093138ce32e" 2018-09-04 21:57:47,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc4ff029-7cd7-41c5-b5cc-cb5209ae133d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:47,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fc4ff029-7cd7-41c5-b5cc-cb5209ae133d 2018-09-04 21:57:47,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:47,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:47,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:57:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["jCV2u3Q6Qg6R3DcxK9elzA"], "issued_at": "2018-09-04T21:57:47.000000Z"}} 2018-09-04 21:57:47,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:47,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87593380-b92b-4f62-9248-7d2f4d3970b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:47,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-87593380-b92b-4f62-9248-7d2f4d3970b0 2018-09-04 21:57:47,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:57:47,793 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:57:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:57:47,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a60c2b61-24b7-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:47,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-742ea34f-db52-44a1-a1ae-97b7c044b627 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a60c2b61-24b7-418-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:57:47,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a60c2b61-24b7-418-proj used request id req-742ea34f-db52-44a1-a1ae-97b7c044b627 2018-09-04 21:57:47,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:47,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ad3ce77-9e9d-4e41-9ddf-86345e9e4cb6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:57:47,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-3ad3ce77-9e9d-4e41-9ddf-86345e9e4cb6 2018-09-04 21:57:47,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-proj"}}' 2018-09-04 21:57:48,106 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:57:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6509a67-b1f1-4070-aa4d-51d689e69492 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bc727b5235624444bbb307b4c0bcaed7"}, "enabled": true, "id": "bc727b5235624444bbb307b4c0bcaed7", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-proj"}} 2018-09-04 21:57:48,107 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-b6509a67-b1f1-4070-aa4d-51d689e69492 2018-09-04 21:57:48,107 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-a60c2b61-24b7-418-proj 2018-09-04 21:57:48,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:48,108 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:48,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:57:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ikMNw-1oSL-ObU507kuMCQ"], "issued_at": "2018-09-04T21:57:48.000000Z"}} 2018-09-04 21:57:48,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}344c67dd72624eb340dbfe47631c627895828c96" 2018-09-04 21:57:48,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b152b5ce-1848-45af-b23e-f72a27bf15b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:48,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b152b5ce-1848-45af-b23e-f72a27bf15b8 2018-09-04 21:57:48,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:57:48,591 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:57:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:57:48,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}344c67dd72624eb340dbfe47631c627895828c96" 2018-09-04 21:57:48,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b91453f3-36ae-431c-8044-a8774f1d37d8 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:57:48,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b91453f3-36ae-431c-8044-a8774f1d37d8 2018-09-04 21:57:48,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-a60c2b61-24b7-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}344c67dd72624eb340dbfe47631c627895828c96" 2018-09-04 21:57:48,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f76edf5-8e7b-4ddf-a274-3d1fd12c80d0 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-a60c2b61-24b7-418-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bc727b5235624444bbb307b4c0bcaed7"}, "enabled": true, "id": "bc727b5235624444bbb307b4c0bcaed7", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-proj"}]} 2018-09-04 21:57:48,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateNetworkSuccessTests-a60c2b61-24b7-418-proj used request id req-3f76edf5-8e7b-4ddf-a274-3d1fd12c80d0 2018-09-04 21:57:48,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}344c67dd72624eb340dbfe47631c627895828c96" 2018-09-04 21:57:48,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0995fac3-6956-4c81-8beb-5495018d3d40 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:57:48,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0995fac3-6956-4c81-8beb-5495018d3d40 2018-09-04 21:57:49,214 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-a60c2b61-24b7-418-user 2018-09-04 21:57:49,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:49,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:49,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c75286-5264-4c08-9ece-7edc740b9c06 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:57:49,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-62c75286-5264-4c08-9ece-7edc740b9c06 2018-09-04 21:57:49,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" -d '{"role": {"name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-proj-role"}}' 2018-09-04 21:57:49,412 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:57:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83134659-7ee0-4bd2-a937-b361217eec6e Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1c5dce5eabf8498ab9412a8d8939438d", "links": {"self": "http://172.30.9.26:5000/v3/roles/1c5dce5eabf8498ab9412a8d8939438d"}, "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-proj-role"}} 2018-09-04 21:57:49,412 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-83134659-7ee0-4bd2-a937-b361217eec6e 2018-09-04 21:57:49,412 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-a60c2b61-24b7-418-proj-role 2018-09-04 21:57:49,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/1c5dce5eabf8498ab9412a8d8939438d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:49,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ca5c23-cfdc-480d-a8b2-da54b9cd933a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/1c5dce5eabf8498ab9412a8d8939438d"}, "domain_id": null, "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-proj-role", "id": "1c5dce5eabf8498ab9412a8d8939438d"}} 2018-09-04 21:57:49,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/1c5dce5eabf8498ab9412a8d8939438d used request id req-d3ca5c23-cfdc-480d-a8b2-da54b9cd933a 2018-09-04 21:57:49,432 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-a60c2b61-24b7-418-proj-role to project CreateNetworkSuccessTests-a60c2b61-24b7-418-proj 2018-09-04 21:57:49,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/bc727b5235624444bbb307b4c0bcaed7/users/5447be15c3b34ff1ab0bd06fb94a526f/roles/1c5dce5eabf8498ab9412a8d8939438d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:49,571 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a698aedd-d260-4bf0-ba43-7232770f2786 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:49,571 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/bc727b5235624444bbb307b4c0bcaed7/users/5447be15c3b34ff1ab0bd06fb94a526f/roles/1c5dce5eabf8498ab9412a8d8939438d used request id req-a698aedd-d260-4bf0-ba43-7232770f2786 2018-09-04 21:57:49,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:49,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:49,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1c5dce5eabf8498ab9412a8d8939438d", "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-proj-role"}], "expires_at": "2018-09-04T22:57:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bc727b5235624444bbb307b4c0bcaed7", "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bc727b5235624444bbb307b4c0bcaed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bc727b5235624444bbb307b4c0bcaed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bc727b5235624444bbb307b4c0bcaed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bc727b5235624444bbb307b4c0bcaed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bc727b5235624444bbb307b4c0bcaed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bc727b5235624444bbb307b4c0bcaed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bc727b5235624444bbb307b4c0bcaed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bc727b5235624444bbb307b4c0bcaed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bc727b5235624444bbb307b4c0bcaed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bc727b5235624444bbb307b4c0bcaed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bc727b5235624444bbb307b4c0bcaed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bc727b5235624444bbb307b4c0bcaed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-user", "id": "5447be15c3b34ff1ab0bd06fb94a526f"}, "audit_ids": ["wQmYtI0dS_q3N10QbF_MbQ"], "issued_at": "2018-09-04T21:57:49.000000Z"}} 2018-09-04 21:57:49,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3222a48f157fdceff5bb2c40830f5eba132535a" 2018-09-04 21:57:50,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a11f9ad-81f9-4423-b9c6-2d0a7155e21d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:50,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9a11f9ad-81f9-4423-b9c6-2d0a7155e21d 2018-09-04 21:57:50,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3222a48f157fdceff5bb2c40830f5eba132535a" 2018-09-04 21:57:50,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dbdf938c-b0f4-4dbd-9447-802d518d7bcc Date: Tue, 04 Sep 2018 21:57:50 GMT RESP BODY: {"networks":[]} 2018-09-04 21:57:50,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-net used request id req-dbdf938c-b0f4-4dbd-9447-802d518d7bcc 2018-09-04 21:57:50,200 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-net 2018-09-04 21:57:50,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3222a48f157fdceff5bb2c40830f5eba132535a" -d '{"network": {"name": "CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-net", "admin_state_up": true}}' 2018-09-04 21:57:50,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-4d092115-df90-4d76-bdbe-684777f564ba Date: Tue, 04 Sep 2018 21:57:50 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a82afbd1-d3ae-4ca8-9ab6-8c6acf065448","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bc727b5235624444bbb307b4c0bcaed7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:57:50Z","is_default":false,"name":"CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"bc727b5235624444bbb307b4c0bcaed7","created_at":"2018-09-04T21:57:50Z","mtu":1450}} 2018-09-04 21:57:50,770 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-4d092115-df90-4d76-bdbe-684777f564ba 2018-09-04 21:57:50,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=a82afbd1-d3ae-4ca8-9ab6-8c6acf065448 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3222a48f157fdceff5bb2c40830f5eba132535a" 2018-09-04 21:57:50,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1408a4af-5d5e-44f8-a609-a01e7513511b Date: Tue, 04 Sep 2018 21:57:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T21:57:50Z","tenant_id":"bc727b5235624444bbb307b4c0bcaed7","created_at":"2018-09-04T21:57:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bc727b5235624444bbb307b4c0bcaed7","id":"a82afbd1-d3ae-4ca8-9ab6-8c6acf065448","name":"CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-net"}]} 2018-09-04 21:57:50,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=a82afbd1-d3ae-4ca8-9ab6-8c6acf065448 used request id req-1408a4af-5d5e-44f8-a609-a01e7513511b 2018-09-04 21:57:51,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a82afbd1-d3ae-4ca8-9ab6-8c6acf065448 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3222a48f157fdceff5bb2c40830f5eba132535a" 2018-09-04 21:57:51,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-779f1b80-6354-4530-98cb-560ee500eaa0 Date: Tue, 04 Sep 2018 21:57:51 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:57:51,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a82afbd1-d3ae-4ca8-9ab6-8c6acf065448 used request id req-779f1b80-6354-4530-98cb-560ee500eaa0 2018-09-04 21:57:51,189 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-subnet 2018-09-04 21:57:51,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3222a48f157fdceff5bb2c40830f5eba132535a" -d '{"subnets": [{"ip_version": 4, "network_id": "a82afbd1-d3ae-4ca8-9ab6-8c6acf065448", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-subnet"}]}' 2018-09-04 21:57:52,051 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5d05c336-e9ac-4076-bb32-f42b03c9c8b1 Date: Tue, 04 Sep 2018 21:57:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a82afbd1-d3ae-4ca8-9ab6-8c6acf065448","tenant_id":"bc727b5235624444bbb307b4c0bcaed7","created_at":"2018-09-04T21:57:51Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:51Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"bc727b5235624444bbb307b4c0bcaed7","id":"adb93c72-f50c-4214-ad09-31cfb49c997b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-subnet"}]} 2018-09-04 21:57:52,051 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-5d05c336-e9ac-4076-bb32-f42b03c9c8b1 2018-09-04 21:57:52,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=a82afbd1-d3ae-4ca8-9ab6-8c6acf065448 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3222a48f157fdceff5bb2c40830f5eba132535a" 2018-09-04 21:57:52,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-28e45f78-0371-4af7-89d6-7f61badf1f2f Date: Tue, 04 Sep 2018 21:57:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["adb93c72-f50c-4214-ad09-31cfb49c997b"],"updated_at":"2018-09-04T21:57:51Z","tenant_id":"bc727b5235624444bbb307b4c0bcaed7","created_at":"2018-09-04T21:57:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bc727b5235624444bbb307b4c0bcaed7","id":"a82afbd1-d3ae-4ca8-9ab6-8c6acf065448","name":"CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-net"}]} 2018-09-04 21:57:52,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=a82afbd1-d3ae-4ca8-9ab6-8c6acf065448 used request id req-28e45f78-0371-4af7-89d6-7f61badf1f2f 2018-09-04 21:57:52,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a82afbd1-d3ae-4ca8-9ab6-8c6acf065448 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3222a48f157fdceff5bb2c40830f5eba132535a" 2018-09-04 21:57:52,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d946bbdf-63ee-42a9-acb1-18f893a1a3b3 Date: Tue, 04 Sep 2018 21:57:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a82afbd1-d3ae-4ca8-9ab6-8c6acf065448","tenant_id":"bc727b5235624444bbb307b4c0bcaed7","created_at":"2018-09-04T21:57:51Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bc727b5235624444bbb307b4c0bcaed7","id":"adb93c72-f50c-4214-ad09-31cfb49c997b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-subnet"}]} 2018-09-04 21:57:52,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a82afbd1-d3ae-4ca8-9ab6-8c6acf065448 used request id req-d946bbdf-63ee-42a9-acb1-18f893a1a3b3 2018-09-04 21:57:52,363 - OpenStackNetwork - DEBUG - Network [a82afbd1-d3ae-4ca8-9ab6-8c6acf065448] created successfully 2018-09-04 21:57:52,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:52,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:52,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1c5dce5eabf8498ab9412a8d8939438d", "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-proj-role"}], "expires_at": "2018-09-04T22:57:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bc727b5235624444bbb307b4c0bcaed7", "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bc727b5235624444bbb307b4c0bcaed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bc727b5235624444bbb307b4c0bcaed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bc727b5235624444bbb307b4c0bcaed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bc727b5235624444bbb307b4c0bcaed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bc727b5235624444bbb307b4c0bcaed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bc727b5235624444bbb307b4c0bcaed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bc727b5235624444bbb307b4c0bcaed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bc727b5235624444bbb307b4c0bcaed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bc727b5235624444bbb307b4c0bcaed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bc727b5235624444bbb307b4c0bcaed7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bc727b5235624444bbb307b4c0bcaed7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bc727b5235624444bbb307b4c0bcaed7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-user", "id": "5447be15c3b34ff1ab0bd06fb94a526f"}, "audit_ids": ["4A-g4bwnTqCsPYVvse38cw"], "issued_at": "2018-09-04T21:57:52.000000Z"}} 2018-09-04 21:57:52,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23e91645e761c83bf834fc305a903c5f3197251a" 2018-09-04 21:57:52,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2109906e-4dc7-48ba-9532-1d2951928892 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:52,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2109906e-4dc7-48ba-9532-1d2951928892 2018-09-04 21:57:52,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23e91645e761c83bf834fc305a903c5f3197251a" 2018-09-04 21:57:53,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-19520771-0d37-4bc9-8cbd-463becd9f969 Date: Tue, 04 Sep 2018 21:57:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["adb93c72-f50c-4214-ad09-31cfb49c997b"],"updated_at":"2018-09-04T21:57:51Z","tenant_id":"bc727b5235624444bbb307b4c0bcaed7","created_at":"2018-09-04T21:57:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bc727b5235624444bbb307b4c0bcaed7","id":"a82afbd1-d3ae-4ca8-9ab6-8c6acf065448","name":"CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-net"}]} 2018-09-04 21:57:53,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-net used request id req-19520771-0d37-4bc9-8cbd-463becd9f969 2018-09-04 21:57:53,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:57:53,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:57:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:57:53,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bc727b5235624444bbb307b4c0bcaed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23e91645e761c83bf834fc305a903c5f3197251a" 2018-09-04 21:57:53,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa99bc50-d6e9-44f9-ab2e-9755874d8019 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bc727b5235624444bbb307b4c0bcaed7"}, "enabled": true, "id": "bc727b5235624444bbb307b4c0bcaed7", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-proj"}} 2018-09-04 21:57:53,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bc727b5235624444bbb307b4c0bcaed7 used request id req-fa99bc50-d6e9-44f9-ab2e-9755874d8019 2018-09-04 21:57:53,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a82afbd1-d3ae-4ca8-9ab6-8c6acf065448 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23e91645e761c83bf834fc305a903c5f3197251a" 2018-09-04 21:57:53,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3c389012-7faf-42ff-bb39-96fed2b83b49 Date: Tue, 04 Sep 2018 21:57:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a82afbd1-d3ae-4ca8-9ab6-8c6acf065448","tenant_id":"bc727b5235624444bbb307b4c0bcaed7","created_at":"2018-09-04T21:57:51Z","dns_nameservers":[],"updated_at":"2018-09-04T21:57:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bc727b5235624444bbb307b4c0bcaed7","id":"adb93c72-f50c-4214-ad09-31cfb49c997b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-subnet"}]} 2018-09-04 21:57:53,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a82afbd1-d3ae-4ca8-9ab6-8c6acf065448 used request id req-3c389012-7faf-42ff-bb39-96fed2b83b49 2018-09-04 21:57:53,391 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-subnet 2018-09-04 21:57:53,391 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-subnet 2018-09-04 21:57:53,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/adb93c72-f50c-4214-ad09-31cfb49c997b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3222a48f157fdceff5bb2c40830f5eba132535a" 2018-09-04 21:57:55,282 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee24a75c-5a07-4cf2-8f30-6d8a14b373e8 Date: Tue, 04 Sep 2018 21:57:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:55,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/adb93c72-f50c-4214-ad09-31cfb49c997b used request id req-ee24a75c-5a07-4cf2-8f30-6d8a14b373e8 2018-09-04 21:57:55,282 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-1a1f2050-c8c7-4598-9f28-29353b4a9dd1-pub-net 2018-09-04 21:57:55,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/a82afbd1-d3ae-4ca8-9ab6-8c6acf065448 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3222a48f157fdceff5bb2c40830f5eba132535a" 2018-09-04 21:57:56,492 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e82a7305-9ddb-441a-9363-1d896ee08840 Date: Tue, 04 Sep 2018 21:57:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:56,492 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/a82afbd1-d3ae-4ca8-9ab6-8c6acf065448 used request id req-e82a7305-9ddb-441a-9363-1d896ee08840 2018-09-04 21:57:56,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:56,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-c498be74-4b7e-4410-8e40-e98a3ec84bea Date: Tue, 04 Sep 2018 21:57:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bc727b5235624444bbb307b4c0bcaed7", "created_at": "2018-09-04T21:57:50Z", "updated_at": "2018-09-04T21:57:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:57:50Z", "revision_number": 0, "id": "354bf723-ca55-4b4d-b0c0-f8b10b86c70f", "remote_group_id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "remote_ip_prefix": null, "created_at": "2018-09-04T21:57:50Z", "security_group_id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "tenant_id": "bc727b5235624444bbb307b4c0bcaed7", "port_range_min": null, "ethertype": "IPv6", "project_id": "bc727b5235624444bbb307b4c0bcaed7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:57:50Z", "revision_number": 0, "id": "44c1ae82-3ba6-46bf-be6c-735641ac7070", "remote_group_id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "remote_ip_prefix": null, "created_at": "2018-09-04T21:57:50Z", "security_group_id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "tenant_id": "bc727b5235624444bbb307b4c0bcaed7", "port_range_min": null, "ethertype": "IPv4", "project_id": "bc727b5235624444bbb307b4c0bcaed7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:57:50Z", "revision_number": 0, "id": "b5218bd1-bdd7-40bc-80c8-b6fc2b28b69f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:57:50Z", "security_group_id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "tenant_id": "bc727b5235624444bbb307b4c0bcaed7", "port_range_min": null, "ethertype": "IPv6", "project_id": "bc727b5235624444bbb307b4c0bcaed7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:57:50Z", "revision_number": 0, "id": "bec22368-274e-440e-8567-6e778afbf2c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:57:50Z", "security_group_id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "tenant_id": "bc727b5235624444bbb307b4c0bcaed7", "port_range_min": null, "ethertype": "IPv4", "project_id": "bc727b5235624444bbb307b4c0bcaed7"}], "revision_number": 4, "project_id": "bc727b5235624444bbb307b4c0bcaed7", "id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:57:56,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-c498be74-4b7e-4410-8e40-e98a3ec84bea 2018-09-04 21:57:56,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:56,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad41787f-2e94-49d6-8f9f-dd8400bf0ffa Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:57:56,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-ad41787f-2e94-49d6-8f9f-dd8400bf0ffa 2018-09-04 21:57:56,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bc727b5235624444bbb307b4c0bcaed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:56,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b496972d-a011-4451-8cf0-ccab1119fc77 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bc727b5235624444bbb307b4c0bcaed7"}, "enabled": true, "id": "bc727b5235624444bbb307b4c0bcaed7", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a60c2b61-24b7-418-proj"}} 2018-09-04 21:57:56,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bc727b5235624444bbb307b4c0bcaed7 used request id req-b496972d-a011-4451-8cf0-ccab1119fc77 2018-09-04 21:57:56,930 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1914fe48-c459-4ff0-b02e-80c0c3074535 2018-09-04 21:57:56,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=1914fe48-c459-4ff0-b02e-80c0c3074535 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:57,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f949643b-0af4-4f1c-bf57-889dfaa37995 Date: Tue, 04 Sep 2018 21:57:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:57:50Z", "security_group_id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "port_range_min": null, "revision_number": 0, "tenant_id": "bc727b5235624444bbb307b4c0bcaed7", "created_at": "2018-09-04T21:57:50Z", "project_id": "bc727b5235624444bbb307b4c0bcaed7", "id": "354bf723-ca55-4b4d-b0c0-f8b10b86c70f"}, {"remote_group_id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:57:50Z", "security_group_id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "port_range_min": null, "revision_number": 0, "tenant_id": "bc727b5235624444bbb307b4c0bcaed7", "created_at": "2018-09-04T21:57:50Z", "project_id": "bc727b5235624444bbb307b4c0bcaed7", "id": "44c1ae82-3ba6-46bf-be6c-735641ac7070"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:57:50Z", "security_group_id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "port_range_min": null, "revision_number": 0, "tenant_id": "bc727b5235624444bbb307b4c0bcaed7", "created_at": "2018-09-04T21:57:50Z", "project_id": "bc727b5235624444bbb307b4c0bcaed7", "id": "b5218bd1-bdd7-40bc-80c8-b6fc2b28b69f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:57:50Z", "security_group_id": "1914fe48-c459-4ff0-b02e-80c0c3074535", "port_range_min": null, "revision_number": 0, "tenant_id": "bc727b5235624444bbb307b4c0bcaed7", "created_at": "2018-09-04T21:57:50Z", "project_id": "bc727b5235624444bbb307b4c0bcaed7", "id": "bec22368-274e-440e-8567-6e778afbf2c6"}]} 2018-09-04 21:57:57,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=1914fe48-c459-4ff0-b02e-80c0c3074535 used request id req-f949643b-0af4-4f1c-bf57-889dfaa37995 2018-09-04 21:57:57,104 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:57:57,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/1914fe48-c459-4ff0-b02e-80c0c3074535 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:57,413 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-249f833c-462b-4426-804d-2762162c3d55 Content-Length: 0 Date: Tue, 04 Sep 2018 21:57:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:57:57,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/1914fe48-c459-4ff0-b02e-80c0c3074535 used request id req-249f833c-462b-4426-804d-2762162c3d55 2018-09-04 21:57:57,414 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-a60c2b61-24b7-418-proj 2018-09-04 21:57:57,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/bc727b5235624444bbb307b4c0bcaed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:57,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9f1c6ce-4d33-43cc-ad79-494c64f3e810 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:57,637 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/bc727b5235624444bbb307b4c0bcaed7 used request id req-d9f1c6ce-4d33-43cc-ad79-494c64f3e810 2018-09-04 21:57:57,637 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-a60c2b61-24b7-418-proj-role 2018-09-04 21:57:57,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/1c5dce5eabf8498ab9412a8d8939438d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:57,747 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-853d60cc-5b79-4a43-b8ae-27a7b4a6c260 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:57,748 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/1c5dce5eabf8498ab9412a8d8939438d used request id req-853d60cc-5b79-4a43-b8ae-27a7b4a6c260 2018-09-04 21:57:57,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6827683ce26806fb6908964481c405d050105e9f" 2018-09-04 21:57:57,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56aec399-c393-4f8c-bbd6-056bd361618b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:57:57,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-56aec399-c393-4f8c-bbd6-056bd361618b 2018-09-04 21:57:57,920 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-a60c2b61-24b7-418-user 2018-09-04 21:57:57,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/5447be15c3b34ff1ab0bd06fb94a526f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}344c67dd72624eb340dbfe47631c627895828c96" 2018-09-04 21:57:58,238 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:57:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b72970d7-5611-4753-a84e-5da1b3ed5c34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:57:58,238 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/5447be15c3b34ff1ab0bd06fb94a526f used request id req-b72970d7-5611-4753-a84e-5da1b3ed5c34 2018-09-04 21:57:58,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:58,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:57:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["laQBl7qlSaqNiR8leXeacQ"], "issued_at": "2018-09-04T21:57:58.000000Z"}} 2018-09-04 21:57:58,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de452ecd3615e27ef5be5dc4686c8930ad4161ef" 2018-09-04 21:57:58,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-351526f7-cf79-493d-91c0-eee9cf85060b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:58,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-351526f7-cf79-493d-91c0-eee9cf85060b 2018-09-04 21:57:58,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:58,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:57:59,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:57:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["UpRsjjYUTs6L1vkaEvEXxQ"], "issued_at": "2018-09-04T21:57:59.000000Z"}} 2018-09-04 21:57:59,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:57:59,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58958ab4-c8ff-425b-8bbc-02b4bd886f4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:57:59,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-58958ab4-c8ff-425b-8bbc-02b4bd886f4e 2018-09-04 21:57:59,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:57:59,366 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:57:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:57:59,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-7808edde-23e5-411-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:57:59,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e0a7420-7abd-48b5-8814-f38349f08401 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-7808edde-23e5-411-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:57:59,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-7808edde-23e5-411-proj used request id req-6e0a7420-7abd-48b5-8814-f38349f08401 2018-09-04 21:57:59,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:57:59,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fd3f454-a553-478b-92c5-7f61c299f042 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:57:59,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-4fd3f454-a553-478b-92c5-7f61c299f042 2018-09-04 21:57:59,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-7808edde-23e5-411-proj"}}' 2018-09-04 21:57:59,682 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:57:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ec76a62-3bc6-4efd-ade4-90d92a9ad361 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/a73853cc372e44d68b127837fa4085d0"}, "enabled": true, "id": "a73853cc372e44d68b127837fa4085d0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-7808edde-23e5-411-proj"}} 2018-09-04 21:57:59,682 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5ec76a62-3bc6-4efd-ade4-90d92a9ad361 2018-09-04 21:57:59,682 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-7808edde-23e5-411-proj 2018-09-04 21:57:59,683 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:57:59,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:00,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:58:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["q_eqHB6pQEGXdXZYjEhuQQ"], "issued_at": "2018-09-04T21:58:00.000000Z"}} 2018-09-04 21:58:00,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d515cc7109bc7f32e7d5cd29d5a03f0bda42ff70" 2018-09-04 21:58:00,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba25f01-6f41-4b0d-9cc2-ec6189669bda Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:00,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-eba25f01-6f41-4b0d-9cc2-ec6189669bda 2018-09-04 21:58:00,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:58:00,166 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:58:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:58:00,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d515cc7109bc7f32e7d5cd29d5a03f0bda42ff70" 2018-09-04 21:58:00,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6eaa8e0-e18d-4249-a76d-8f45a499d392 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:58:00,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a6eaa8e0-e18d-4249-a76d-8f45a499d392 2018-09-04 21:58:00,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-7808edde-23e5-411-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d515cc7109bc7f32e7d5cd29d5a03f0bda42ff70" 2018-09-04 21:58:00,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eca0f6b-8a52-40d7-be2f-bdf8beb7ed65 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-7808edde-23e5-411-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/a73853cc372e44d68b127837fa4085d0"}, "enabled": true, "id": "a73853cc372e44d68b127837fa4085d0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-7808edde-23e5-411-proj"}]} 2018-09-04 21:58:00,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-7808edde-23e5-411-proj used request id req-9eca0f6b-8a52-40d7-be2f-bdf8beb7ed65 2018-09-04 21:58:00,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d515cc7109bc7f32e7d5cd29d5a03f0bda42ff70" 2018-09-04 21:58:00,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c58572a-db10-4101-8c56-b606f05d01c8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:58:00,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2c58572a-db10-4101-8c56-b606f05d01c8 2018-09-04 21:58:00,742 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-7808edde-23e5-411-user 2018-09-04 21:58:00,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:00,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:00,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62ccba25-7de0-4cb9-8cf2-4d3ff6e94014 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:58:00,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-62ccba25-7de0-4cb9-8cf2-4d3ff6e94014 2018-09-04 21:58:00,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" -d '{"role": {"name": "CreateRouterSuccessTests-7808edde-23e5-411-proj-role"}}' 2018-09-04 21:58:00,939 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:58:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b84325aa-e8b9-45fd-a5c0-11c06489018e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d568d88e1b1e4d4e830dbe32edd97636", "links": {"self": "http://172.30.9.26:5000/v3/roles/d568d88e1b1e4d4e830dbe32edd97636"}, "name": "CreateRouterSuccessTests-7808edde-23e5-411-proj-role"}} 2018-09-04 21:58:00,939 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-b84325aa-e8b9-45fd-a5c0-11c06489018e 2018-09-04 21:58:00,940 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-7808edde-23e5-411-proj-role 2018-09-04 21:58:00,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/d568d88e1b1e4d4e830dbe32edd97636 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:01,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4a82627-21d0-45a3-8496-14e423ce8e54 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/d568d88e1b1e4d4e830dbe32edd97636"}, "domain_id": null, "name": "CreateRouterSuccessTests-7808edde-23e5-411-proj-role", "id": "d568d88e1b1e4d4e830dbe32edd97636"}} 2018-09-04 21:58:01,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/d568d88e1b1e4d4e830dbe32edd97636 used request id req-c4a82627-21d0-45a3-8496-14e423ce8e54 2018-09-04 21:58:01,036 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-7808edde-23e5-411-proj-role to project CreateRouterSuccessTests-7808edde-23e5-411-proj 2018-09-04 21:58:01,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/a73853cc372e44d68b127837fa4085d0/users/72defde3583a4e939ebf3ea489838086/roles/d568d88e1b1e4d4e830dbe32edd97636 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:01,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41872402-3586-42b9-a75a-3d16b41da3a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:01,163 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/a73853cc372e44d68b127837fa4085d0/users/72defde3583a4e939ebf3ea489838086/roles/d568d88e1b1e4d4e830dbe32edd97636 used request id req-41872402-3586-42b9-a75a-3d16b41da3a8 2018-09-04 21:58:01,164 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:01,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:01,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d568d88e1b1e4d4e830dbe32edd97636", "name": "CreateRouterSuccessTests-7808edde-23e5-411-proj-role"}], "expires_at": "2018-09-04T22:58:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a73853cc372e44d68b127837fa4085d0", "name": "CreateRouterSuccessTests-7808edde-23e5-411-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a73853cc372e44d68b127837fa4085d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/a73853cc372e44d68b127837fa4085d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/a73853cc372e44d68b127837fa4085d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/a73853cc372e44d68b127837fa4085d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/a73853cc372e44d68b127837fa4085d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/a73853cc372e44d68b127837fa4085d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/a73853cc372e44d68b127837fa4085d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/a73853cc372e44d68b127837fa4085d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/a73853cc372e44d68b127837fa4085d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/a73853cc372e44d68b127837fa4085d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/a73853cc372e44d68b127837fa4085d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/a73853cc372e44d68b127837fa4085d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-7808edde-23e5-411-user", "id": "72defde3583a4e939ebf3ea489838086"}, "audit_ids": ["7CV87HGOQ3e_9nSmqowAOw"], "issued_at": "2018-09-04T21:58:01.000000Z"}} 2018-09-04 21:58:01,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}390b05c3977d0bec087c919be60b857e9d7fdf04" 2018-09-04 21:58:01,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ad49f04-af5e-4fe3-81f4-b572cd56145c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:01,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7ad49f04-af5e-4fe3-81f4-b572cd56145c 2018-09-04 21:58:01,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}390b05c3977d0bec087c919be60b857e9d7fdf04" 2018-09-04 21:58:01,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8adb0852-bbac-4629-a431-6298c280dd55 Date: Tue, 04 Sep 2018 21:58:01 GMT RESP BODY: {"routers": []} 2018-09-04 21:58:01,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router&admin_state_up=True used request id req-8adb0852-bbac-4629-a431-6298c280dd55 2018-09-04 21:58:01,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:01,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:02,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d568d88e1b1e4d4e830dbe32edd97636", "name": "CreateRouterSuccessTests-7808edde-23e5-411-proj-role"}], "expires_at": "2018-09-04T22:58:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a73853cc372e44d68b127837fa4085d0", "name": "CreateRouterSuccessTests-7808edde-23e5-411-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a73853cc372e44d68b127837fa4085d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/a73853cc372e44d68b127837fa4085d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/a73853cc372e44d68b127837fa4085d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/a73853cc372e44d68b127837fa4085d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/a73853cc372e44d68b127837fa4085d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/a73853cc372e44d68b127837fa4085d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/a73853cc372e44d68b127837fa4085d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/a73853cc372e44d68b127837fa4085d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/a73853cc372e44d68b127837fa4085d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/a73853cc372e44d68b127837fa4085d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/a73853cc372e44d68b127837fa4085d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/a73853cc372e44d68b127837fa4085d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-7808edde-23e5-411-user", "id": "72defde3583a4e939ebf3ea489838086"}, "audit_ids": ["_NRyeKStQL-_sKVBHXW_AA"], "issued_at": "2018-09-04T21:58:02.000000Z"}} 2018-09-04 21:58:02,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed19e8c04118116e00be27804093987d24c49b28" 2018-09-04 21:58:02,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bcbad71-5961-4a76-9bce-42c97889c752 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:02,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9bcbad71-5961-4a76-9bce-42c97889c752 2018-09-04 21:58:02,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}390b05c3977d0bec087c919be60b857e9d7fdf04" 2018-09-04 21:58:02,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c299aefa-e73c-4aa2-8482-8bcf749dbb83 Date: Tue, 04 Sep 2018 21:58:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 21:58:02,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-c299aefa-e73c-4aa2-8482-8bcf749dbb83 2018-09-04 21:58:02,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}390b05c3977d0bec087c919be60b857e9d7fdf04" 2018-09-04 21:58:02,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6ee8f046-1a94-4bb3-9b3f-bd0a931f245b Date: Tue, 04 Sep 2018 21:58:02 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:58:02,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-6ee8f046-1a94-4bb3-9b3f-bd0a931f245b 2018-09-04 21:58:02,732 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router 2018-09-04 21:58:02,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}390b05c3977d0bec087c919be60b857e9d7fdf04" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router", "admin_state_up": true}}' 2018-09-04 21:58:07,731 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-0fe0fb6f-eee7-441c-85d4-9156dba9e46b Date: Tue, 04 Sep 2018 21:58:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a73853cc372e44d68b127837fa4085d0", "created_at": "2018-09-04T21:58:03Z", "admin_state_up": true, "updated_at": "2018-09-04T21:58:04Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "a73853cc372e44d68b127837fa4085d0", "id": "449ef8bc-1fc9-40b4-948b-7df2f05fe249", "name": "CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router"}} 2018-09-04 21:58:07,731 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-0fe0fb6f-eee7-441c-85d4-9156dba9e46b 2018-09-04 21:58:07,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=449ef8bc-1fc9-40b4-948b-7df2f05fe249 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}390b05c3977d0bec087c919be60b857e9d7fdf04" 2018-09-04 21:58:07,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b999633a-1b76-4b4c-ae78-fd45ef98f134 Date: Tue, 04 Sep 2018 21:58:07 GMT RESP BODY: {"ports":[]} 2018-09-04 21:58:07,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=449ef8bc-1fc9-40b4-948b-7df2f05fe249 used request id req-b999633a-1b76-4b4c-ae78-fd45ef98f134 2018-09-04 21:58:07,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/449ef8bc-1fc9-40b4-948b-7df2f05fe249 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}390b05c3977d0bec087c919be60b857e9d7fdf04" 2018-09-04 21:58:08,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-0170a464-4445-484a-b815-60790b58175e Date: Tue, 04 Sep 2018 21:58:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a73853cc372e44d68b127837fa4085d0", "created_at": "2018-09-04T21:58:03Z", "admin_state_up": true, "updated_at": "2018-09-04T21:58:06Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "a73853cc372e44d68b127837fa4085d0", "id": "449ef8bc-1fc9-40b4-948b-7df2f05fe249", "name": "CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router"}} 2018-09-04 21:58:08,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/449ef8bc-1fc9-40b4-948b-7df2f05fe249 used request id req-0170a464-4445-484a-b815-60790b58175e 2018-09-04 21:58:08,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=449ef8bc-1fc9-40b4-948b-7df2f05fe249 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}390b05c3977d0bec087c919be60b857e9d7fdf04" 2018-09-04 21:58:08,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4dfd3cac-9e90-4b5b-93f8-b2488d0dc801 Date: Tue, 04 Sep 2018 21:58:08 GMT RESP BODY: {"ports":[]} 2018-09-04 21:58:08,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=449ef8bc-1fc9-40b4-948b-7df2f05fe249 used request id req-4dfd3cac-9e90-4b5b-93f8-b2488d0dc801 2018-09-04 21:58:08,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:08,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d568d88e1b1e4d4e830dbe32edd97636", "name": "CreateRouterSuccessTests-7808edde-23e5-411-proj-role"}], "expires_at": "2018-09-04T22:58:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a73853cc372e44d68b127837fa4085d0", "name": "CreateRouterSuccessTests-7808edde-23e5-411-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a73853cc372e44d68b127837fa4085d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/a73853cc372e44d68b127837fa4085d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/a73853cc372e44d68b127837fa4085d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/a73853cc372e44d68b127837fa4085d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/a73853cc372e44d68b127837fa4085d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/a73853cc372e44d68b127837fa4085d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/a73853cc372e44d68b127837fa4085d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/a73853cc372e44d68b127837fa4085d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/a73853cc372e44d68b127837fa4085d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/a73853cc372e44d68b127837fa4085d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/a73853cc372e44d68b127837fa4085d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/a73853cc372e44d68b127837fa4085d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-7808edde-23e5-411-user", "id": "72defde3583a4e939ebf3ea489838086"}, "audit_ids": ["Hj0W-484Sj69ROJIM2zuZQ"], "issued_at": "2018-09-04T21:58:08.000000Z"}} 2018-09-04 21:58:08,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9463c6db0f2b1f2a51be3cbad38c1a33f5c7b6e" 2018-09-04 21:58:09,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-a4ba5f75-5021-446c-815f-e709332fd5b7 Date: Tue, 04 Sep 2018 21:58:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a73853cc372e44d68b127837fa4085d0", "created_at": "2018-09-04T21:58:03Z", "admin_state_up": true, "updated_at": "2018-09-04T21:58:06Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "a73853cc372e44d68b127837fa4085d0", "id": "449ef8bc-1fc9-40b4-948b-7df2f05fe249", "name": "CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router"}]} 2018-09-04 21:58:09,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router&admin_state_up=True used request id req-a4ba5f75-5021-446c-815f-e709332fd5b7 2018-09-04 21:58:09,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:58:09,058 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:58:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:58:09,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/a73853cc372e44d68b127837fa4085d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de452ecd3615e27ef5be5dc4686c8930ad4161ef" 2018-09-04 21:58:09,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3e2c5b8-9483-4eaa-a606-26290fd92bec Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/a73853cc372e44d68b127837fa4085d0"}, "enabled": true, "id": "a73853cc372e44d68b127837fa4085d0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-7808edde-23e5-411-proj"}} 2018-09-04 21:58:09,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/a73853cc372e44d68b127837fa4085d0 used request id req-f3e2c5b8-9483-4eaa-a606-26290fd92bec 2018-09-04 21:58:09,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=449ef8bc-1fc9-40b4-948b-7df2f05fe249 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9463c6db0f2b1f2a51be3cbad38c1a33f5c7b6e" 2018-09-04 21:58:09,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a72abb8e-bab3-40e5-8e48-771e572b1361 Date: Tue, 04 Sep 2018 21:58:09 GMT RESP BODY: {"ports":[]} 2018-09-04 21:58:09,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=449ef8bc-1fc9-40b4-948b-7df2f05fe249 used request id req-a72abb8e-bab3-40e5-8e48-771e572b1361 2018-09-04 21:58:09,321 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router 2018-09-04 21:58:09,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/449ef8bc-1fc9-40b4-948b-7df2f05fe249 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9463c6db0f2b1f2a51be3cbad38c1a33f5c7b6e" 2018-09-04 21:58:13,012 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e7c16746-7de4-4a04-8f2e-9a7372602bb8 Content-Length: 0 Date: Tue, 04 Sep 2018 21:58:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:58:13,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/449ef8bc-1fc9-40b4-948b-7df2f05fe249 used request id req-e7c16746-7de4-4a04-8f2e-9a7372602bb8 2018-09-04 21:58:13,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9463c6db0f2b1f2a51be3cbad38c1a33f5c7b6e" 2018-09-04 21:58:13,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-17ae6394-4069-424b-8842-c3e90176c342 Date: Tue, 04 Sep 2018 21:58:13 GMT RESP BODY: {"routers": []} 2018-09-04 21:58:13,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router&admin_state_up=True used request id req-17ae6394-4069-424b-8842-c3e90176c342 2018-09-04 21:58:13,221 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router 2018-09-04 21:58:13,221 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-d6fac1e2-658c-430a-a936-a93d2aff2634-pub-router 2018-09-04 21:58:13,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/449ef8bc-1fc9-40b4-948b-7df2f05fe249 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}390b05c3977d0bec087c919be60b857e9d7fdf04" 2018-09-04 21:58:13,430 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 135 X-Openstack-Request-Id: req-21ba9fb6-ae92-48f5-a1c9-b2bd56ad231d Date: Tue, 04 Sep 2018 21:58:13 GMT RESP BODY: {"NeutronError": {"message": "Router 449ef8bc-1fc9-40b4-948b-7df2f05fe249 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-09-04 21:58:13,430 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/449ef8bc-1fc9-40b4-948b-7df2f05fe249 used request id req-21ba9fb6-ae92-48f5-a1c9-b2bd56ad231d 2018-09-04 21:58:13,431 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router 449ef8bc-1fc9-40b4-948b-7df2f05fe249 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-09-04 21:58:13,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:13,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-25b3b766-cbf0-4941-a217-2a46f181f8e9 Date: Tue, 04 Sep 2018 21:58:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:58:13,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-25b3b766-cbf0-4941-a217-2a46f181f8e9 2018-09-04 21:58:13,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:13,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1cc591f-cec6-4356-8489-c686d8d6d0f1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:58:13,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-a1cc591f-cec6-4356-8489-c686d8d6d0f1 2018-09-04 21:58:13,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:13,861 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-337f0ce1-c1e8-4fb9-a83c-6c7377d9efde Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:13,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-337f0ce1-c1e8-4fb9-a83c-6c7377d9efde 2018-09-04 21:58:13,861 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:13,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:13,952 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57361b24-acf3-4481-a414-c2acbc476885 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:13,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-57361b24-acf3-4481-a414-c2acbc476885 2018-09-04 21:58:13,952 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:13,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:14,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60d514d1-6510-4a53-8d0c-96f6a12989ab Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:58:14,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-60d514d1-6510-4a53-8d0c-96f6a12989ab 2018-09-04 21:58:14,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:14,132 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d729d8e-e1d1-40d0-ba0b-831b2cf82c7c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:14,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-8d729d8e-e1d1-40d0-ba0b-831b2cf82c7c 2018-09-04 21:58:14,132 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:14,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:14,223 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-683ec6cf-6a19-475e-908b-d70521e97e12 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:14,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-683ec6cf-6a19-475e-908b-d70521e97e12 2018-09-04 21:58:14,223 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:14,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:14,314 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac9690c0-c58c-493e-913b-b3e54dd45ab9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:14,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-ac9690c0-c58c-493e-913b-b3e54dd45ab9 2018-09-04 21:58:14,314 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:14,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:14,406 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38274555-0e92-492f-853a-3bdcd3b303a7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:14,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-38274555-0e92-492f-853a-3bdcd3b303a7 2018-09-04 21:58:14,406 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:14,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:14,495 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f8ab57a-4350-4925-951e-b271b5ff3073 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:14,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-3f8ab57a-4350-4925-951e-b271b5ff3073 2018-09-04 21:58:14,495 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:14,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:14,588 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-171a486b-83e4-47cf-bef6-0d9987e4d223 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:14,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-171a486b-83e4-47cf-bef6-0d9987e4d223 2018-09-04 21:58:14,588 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:14,589 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-7808edde-23e5-411-proj 2018-09-04 21:58:14,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/a73853cc372e44d68b127837fa4085d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:14,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2f126ac-a44a-4216-bf33-8aba84f8e02c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:14,792 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/a73853cc372e44d68b127837fa4085d0 used request id req-d2f126ac-a44a-4216-bf33-8aba84f8e02c 2018-09-04 21:58:14,792 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-7808edde-23e5-411-proj-role 2018-09-04 21:58:14,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/d568d88e1b1e4d4e830dbe32edd97636 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:14,909 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3edf74fe-b43e-41cf-9f14-f5443bb75836 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:14,909 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/d568d88e1b1e4d4e830dbe32edd97636 used request id req-3edf74fe-b43e-41cf-9f14-f5443bb75836 2018-09-04 21:58:14,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a282be55bec2b400a341d4affa56dad2a6e17540" 2018-09-04 21:58:15,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14ec1d80-4d49-46f5-99a0-981f843ce84a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:58:15,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-14ec1d80-4d49-46f5-99a0-981f843ce84a 2018-09-04 21:58:15,004 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-7808edde-23e5-411-user 2018-09-04 21:58:15,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/72defde3583a4e939ebf3ea489838086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d515cc7109bc7f32e7d5cd29d5a03f0bda42ff70" 2018-09-04 21:58:15,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-096e341e-10f4-4c46-b9dc-f4fff4004055 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:15,183 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/72defde3583a4e939ebf3ea489838086 used request id req-096e341e-10f4-4c46-b9dc-f4fff4004055 2018-09-04 21:58:15,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:15,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:58:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["yAPWuenVRdeIc2lr8S78rA"], "issued_at": "2018-09-04T21:58:15.000000Z"}} 2018-09-04 21:58:15,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a0e63a5917e7bba1ff88c80f193caef7f01d46" 2018-09-04 21:58:15,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7402916-ef2b-43de-8c3d-ce61349fd7ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:15,662 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f7402916-ef2b-43de-8c3d-ce61349fd7ed 2018-09-04 21:58:15,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:15,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:16,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:58:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["I99PaLKZR32fQKCuq72ToA"], "issued_at": "2018-09-04T21:58:16.000000Z"}} 2018-09-04 21:58:16,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:16,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e155dc26-ce5f-4c13-bbdc-470bba540a71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:16,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e155dc26-ce5f-4c13-bbdc-470bba540a71 2018-09-04 21:58:16,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:58:16,135 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:58:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:58:16,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-e57b9395-6a6a-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:16,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7c219d5-9293-4177-8c10-3a03ad01aa15 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-e57b9395-6a6a-431-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:58:16,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-e57b9395-6a6a-431-proj used request id req-c7c219d5-9293-4177-8c10-3a03ad01aa15 2018-09-04 21:58:16,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:16,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d1096dc-db83-4842-b36a-48193e7078ec Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:58:16,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0d1096dc-db83-4842-b36a-48193e7078ec 2018-09-04 21:58:16,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj"}}' 2018-09-04 21:58:16,444 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:58:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39ca29f2-3466-4b57-aa9b-c4b0f2b32da2 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/15b8704a84cf4a3d8352c7b159e170eb"}, "enabled": true, "id": "15b8704a84cf4a3d8352c7b159e170eb", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj"}} 2018-09-04 21:58:16,444 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-39ca29f2-3466-4b57-aa9b-c4b0f2b32da2 2018-09-04 21:58:16,444 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-e57b9395-6a6a-431-proj 2018-09-04 21:58:16,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:16,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:16,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:58:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["2z2UsSr8T8a59HeWjAlqeQ"], "issued_at": "2018-09-04T21:58:16.000000Z"}} 2018-09-04 21:58:16,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b32c67b3e04b1cc2f0453f62e09412615f08a027" 2018-09-04 21:58:16,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69754971-e07e-4c19-ae62-f5b79ac36f25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:16,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-69754971-e07e-4c19-ae62-f5b79ac36f25 2018-09-04 21:58:16,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:58:16,923 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:58:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:58:16,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b32c67b3e04b1cc2f0453f62e09412615f08a027" 2018-09-04 21:58:17,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cb0fa2e-7b42-488f-b770-cbde89d231af Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:58:17,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6cb0fa2e-7b42-488f-b770-cbde89d231af 2018-09-04 21:58:17,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-e57b9395-6a6a-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b32c67b3e04b1cc2f0453f62e09412615f08a027" 2018-09-04 21:58:17,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb00a7dd-3cbf-4a35-a0ee-dd1db8b260ee Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-e57b9395-6a6a-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/15b8704a84cf4a3d8352c7b159e170eb"}, "enabled": true, "id": "15b8704a84cf4a3d8352c7b159e170eb", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj"}]} 2018-09-04 21:58:17,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-e57b9395-6a6a-431-proj used request id req-fb00a7dd-3cbf-4a35-a0ee-dd1db8b260ee 2018-09-04 21:58:17,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b32c67b3e04b1cc2f0453f62e09412615f08a027" 2018-09-04 21:58:17,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b37786d1-0cc6-40fc-b37d-fb8294407007 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:58:17,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-b37786d1-0cc6-40fc-b37d-fb8294407007 2018-09-04 21:58:17,509 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-e57b9395-6a6a-431-user 2018-09-04 21:58:17,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:17,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:17,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3775f225-67df-43e1-8ccd-1a6d78a0a225 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:58:17,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3775f225-67df-43e1-8ccd-1a6d78a0a225 2018-09-04 21:58:17,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" -d '{"role": {"name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj-role"}}' 2018-09-04 21:58:17,735 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:58:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3299b216-0e24-4acf-8c73-785463783b81 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b1480fffef7744faafd6056ba577f7f0", "links": {"self": "http://172.30.9.26:5000/v3/roles/b1480fffef7744faafd6056ba577f7f0"}, "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj-role"}} 2018-09-04 21:58:17,736 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-3299b216-0e24-4acf-8c73-785463783b81 2018-09-04 21:58:17,736 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-e57b9395-6a6a-431-proj-role 2018-09-04 21:58:17,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/b1480fffef7744faafd6056ba577f7f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:17,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b455cbe4-29c9-4403-8ee5-520c3ac73586 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/b1480fffef7744faafd6056ba577f7f0"}, "domain_id": null, "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj-role", "id": "b1480fffef7744faafd6056ba577f7f0"}} 2018-09-04 21:58:17,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/b1480fffef7744faafd6056ba577f7f0 used request id req-b455cbe4-29c9-4403-8ee5-520c3ac73586 2018-09-04 21:58:17,820 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-e57b9395-6a6a-431-proj-role to project CreateRouterSuccessTests-e57b9395-6a6a-431-proj 2018-09-04 21:58:17,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/15b8704a84cf4a3d8352c7b159e170eb/users/20ece0039df54f3696a32d1e356ff00d/roles/b1480fffef7744faafd6056ba577f7f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:17,965 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b853ec8-a6e2-4369-85eb-c9acc6ef63d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:17,965 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/15b8704a84cf4a3d8352c7b159e170eb/users/20ece0039df54f3696a32d1e356ff00d/roles/b1480fffef7744faafd6056ba577f7f0 used request id req-9b853ec8-a6e2-4369-85eb-c9acc6ef63d6 2018-09-04 21:58:17,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:17,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:18,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1480fffef7744faafd6056ba577f7f0", "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj-role"}], "expires_at": "2018-09-04T22:58:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15b8704a84cf4a3d8352c7b159e170eb", "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/15b8704a84cf4a3d8352c7b159e170eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/15b8704a84cf4a3d8352c7b159e170eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/15b8704a84cf4a3d8352c7b159e170eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/15b8704a84cf4a3d8352c7b159e170eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/15b8704a84cf4a3d8352c7b159e170eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/15b8704a84cf4a3d8352c7b159e170eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-user", "id": "20ece0039df54f3696a32d1e356ff00d"}, "audit_ids": ["Ci-cq3KXRhi7AmtrG5RoOw"], "issued_at": "2018-09-04T21:58:18.000000Z"}} 2018-09-04 21:58:18,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd1fd80d742f58885ca439771e268fc1e67deef" 2018-09-04 21:58:18,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-936489f7-e6ae-4d47-9872-a6904879a16a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:18,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-936489f7-e6ae-4d47-9872-a6904879a16a 2018-09-04 21:58:18,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-f35eadd5-fb2d-42cf-9f59-0bbb06227835-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd1fd80d742f58885ca439771e268fc1e67deef" 2018-09-04 21:58:18,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-38272b31-fd5f-4720-b552-a523d56246ac Date: Tue, 04 Sep 2018 21:58:18 GMT RESP BODY: {"routers": []} 2018-09-04 21:58:18,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-f35eadd5-fb2d-42cf-9f59-0bbb06227835-pub-router&admin_state_up=True used request id req-38272b31-fd5f-4720-b552-a523d56246ac 2018-09-04 21:58:18,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:18,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:18,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1480fffef7744faafd6056ba577f7f0", "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj-role"}], "expires_at": "2018-09-04T22:58:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15b8704a84cf4a3d8352c7b159e170eb", "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/15b8704a84cf4a3d8352c7b159e170eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/15b8704a84cf4a3d8352c7b159e170eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/15b8704a84cf4a3d8352c7b159e170eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/15b8704a84cf4a3d8352c7b159e170eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/15b8704a84cf4a3d8352c7b159e170eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/15b8704a84cf4a3d8352c7b159e170eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-user", "id": "20ece0039df54f3696a32d1e356ff00d"}, "audit_ids": ["RGdYVxOIRyiM_Ja91NOzGg"], "issued_at": "2018-09-04T21:58:18.000000Z"}} 2018-09-04 21:58:18,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0438b6aef5e0230c0b5c68f180cd68d8bc159a25" 2018-09-04 21:58:19,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28a5e635-e3ea-4a9c-a8db-992e3a8e130f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:19,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-28a5e635-e3ea-4a9c-a8db-992e3a8e130f 2018-09-04 21:58:19,007 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-f35eadd5-fb2d-42cf-9f59-0bbb06227835-pub-router 2018-09-04 21:58:19,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd1fd80d742f58885ca439771e268fc1e67deef" -d '{"router": {"name": "CreateRouterSuccessTests-f35eadd5-fb2d-42cf-9f59-0bbb06227835-pub-router", "admin_state_up": true}}' 2018-09-04 21:58:22,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-45ebbf29-335b-4f06-bdd6-8c47bd28385f Date: Tue, 04 Sep 2018 21:58:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "15b8704a84cf4a3d8352c7b159e170eb", "created_at": "2018-09-04T21:58:19Z", "admin_state_up": true, "updated_at": "2018-09-04T21:58:19Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "15b8704a84cf4a3d8352c7b159e170eb", "id": "5156aa97-badb-4b44-933e-11173d22f5ac", "name": "CreateRouterSuccessTests-f35eadd5-fb2d-42cf-9f59-0bbb06227835-pub-router"}} 2018-09-04 21:58:22,845 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-45ebbf29-335b-4f06-bdd6-8c47bd28385f 2018-09-04 21:58:22,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=5156aa97-badb-4b44-933e-11173d22f5ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd1fd80d742f58885ca439771e268fc1e67deef" 2018-09-04 21:58:23,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fd49c372-b1d2-4396-8341-87fbde3c90e5 Date: Tue, 04 Sep 2018 21:58:23 GMT RESP BODY: {"ports":[]} 2018-09-04 21:58:23,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=5156aa97-badb-4b44-933e-11173d22f5ac used request id req-fd49c372-b1d2-4396-8341-87fbde3c90e5 2018-09-04 21:58:23,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/5156aa97-badb-4b44-933e-11173d22f5ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd1fd80d742f58885ca439771e268fc1e67deef" 2018-09-04 21:58:23,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-5628504b-b7a6-405a-85e0-623c32dfd110 Date: Tue, 04 Sep 2018 21:58:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "15b8704a84cf4a3d8352c7b159e170eb", "created_at": "2018-09-04T21:58:19Z", "admin_state_up": true, "updated_at": "2018-09-04T21:58:22Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "15b8704a84cf4a3d8352c7b159e170eb", "id": "5156aa97-badb-4b44-933e-11173d22f5ac", "name": "CreateRouterSuccessTests-f35eadd5-fb2d-42cf-9f59-0bbb06227835-pub-router"}} 2018-09-04 21:58:23,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/5156aa97-badb-4b44-933e-11173d22f5ac used request id req-5628504b-b7a6-405a-85e0-623c32dfd110 2018-09-04 21:58:23,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=5156aa97-badb-4b44-933e-11173d22f5ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd1fd80d742f58885ca439771e268fc1e67deef" 2018-09-04 21:58:23,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bdfdbbba-2f36-49da-a4cf-a4c58a29c22f Date: Tue, 04 Sep 2018 21:58:23 GMT RESP BODY: {"ports":[]} 2018-09-04 21:58:23,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=5156aa97-badb-4b44-933e-11173d22f5ac used request id req-bdfdbbba-2f36-49da-a4cf-a4c58a29c22f 2018-09-04 21:58:23,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:23,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1480fffef7744faafd6056ba577f7f0", "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj-role"}], "expires_at": "2018-09-04T22:58:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15b8704a84cf4a3d8352c7b159e170eb", "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/15b8704a84cf4a3d8352c7b159e170eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/15b8704a84cf4a3d8352c7b159e170eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/15b8704a84cf4a3d8352c7b159e170eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/15b8704a84cf4a3d8352c7b159e170eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/15b8704a84cf4a3d8352c7b159e170eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/15b8704a84cf4a3d8352c7b159e170eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/15b8704a84cf4a3d8352c7b159e170eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-user", "id": "20ece0039df54f3696a32d1e356ff00d"}, "audit_ids": ["57EDEHzZSfSiSpE8DNA85w"], "issued_at": "2018-09-04T21:58:23.000000Z"}} 2018-09-04 21:58:23,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-f35eadd5-fb2d-42cf-9f59-0bbb06227835-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d917dc45a63c3f04e9ffb0a8926c42dde0bd9f31" 2018-09-04 21:58:24,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-03ff5ad6-75d1-47b8-9101-218e7efe8c4c Date: Tue, 04 Sep 2018 21:58:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "15b8704a84cf4a3d8352c7b159e170eb", "created_at": "2018-09-04T21:58:19Z", "admin_state_up": true, "updated_at": "2018-09-04T21:58:22Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "15b8704a84cf4a3d8352c7b159e170eb", "id": "5156aa97-badb-4b44-933e-11173d22f5ac", "name": "CreateRouterSuccessTests-f35eadd5-fb2d-42cf-9f59-0bbb06227835-pub-router"}]} 2018-09-04 21:58:24,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-f35eadd5-fb2d-42cf-9f59-0bbb06227835-pub-router&admin_state_up=True used request id req-03ff5ad6-75d1-47b8-9101-218e7efe8c4c 2018-09-04 21:58:24,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:58:24,200 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:58:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:58:24,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/15b8704a84cf4a3d8352c7b159e170eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a0e63a5917e7bba1ff88c80f193caef7f01d46" 2018-09-04 21:58:24,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a40c31a9-c471-486d-9cff-6cc4c7e269fe Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/15b8704a84cf4a3d8352c7b159e170eb"}, "enabled": true, "id": "15b8704a84cf4a3d8352c7b159e170eb", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e57b9395-6a6a-431-proj"}} 2018-09-04 21:58:24,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/15b8704a84cf4a3d8352c7b159e170eb used request id req-a40c31a9-c471-486d-9cff-6cc4c7e269fe 2018-09-04 21:58:24,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=5156aa97-badb-4b44-933e-11173d22f5ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d917dc45a63c3f04e9ffb0a8926c42dde0bd9f31" 2018-09-04 21:58:24,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e488701b-df8f-45c8-b488-ebcdaeee4f2e Date: Tue, 04 Sep 2018 21:58:24 GMT RESP BODY: {"ports":[]} 2018-09-04 21:58:24,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=5156aa97-badb-4b44-933e-11173d22f5ac used request id req-e488701b-df8f-45c8-b488-ebcdaeee4f2e 2018-09-04 21:58:24,470 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-f35eadd5-fb2d-42cf-9f59-0bbb06227835-pub-router 2018-09-04 21:58:24,470 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-f35eadd5-fb2d-42cf-9f59-0bbb06227835-pub-router 2018-09-04 21:58:24,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/5156aa97-badb-4b44-933e-11173d22f5ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd1fd80d742f58885ca439771e268fc1e67deef" 2018-09-04 21:58:27,723 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-593511e2-b4c8-4d2e-9d6e-63df17c92bd7 Content-Length: 0 Date: Tue, 04 Sep 2018 21:58:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:58:27,723 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/5156aa97-badb-4b44-933e-11173d22f5ac used request id req-593511e2-b4c8-4d2e-9d6e-63df17c92bd7 2018-09-04 21:58:27,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:27,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-091183cf-8452-4b8b-9034-e8cc7b7dda64 Date: Tue, 04 Sep 2018 21:58:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:58:27,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-091183cf-8452-4b8b-9034-e8cc7b7dda64 2018-09-04 21:58:27,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:28,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c32733a-14c4-4fd9-bc9a-be06e01f522c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:58:28,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-7c32733a-14c4-4fd9-bc9a-be06e01f522c 2018-09-04 21:58:28,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:28,148 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-857e9624-81a3-4132-a0ee-15e7ff14c663 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:28,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-857e9624-81a3-4132-a0ee-15e7ff14c663 2018-09-04 21:58:28,148 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:28,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:28,241 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79b2b7bd-68aa-42cc-8cf8-51dc4a6f40cc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:28,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-79b2b7bd-68aa-42cc-8cf8-51dc4a6f40cc 2018-09-04 21:58:28,241 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:28,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:28,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94714fa0-6d54-406c-8d92-77c5c990c8bc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:58:28,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-94714fa0-6d54-406c-8d92-77c5c990c8bc 2018-09-04 21:58:28,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:28,503 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed28f11f-35d6-4f1a-954a-225d6b8b3bce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:28,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-ed28f11f-35d6-4f1a-954a-225d6b8b3bce 2018-09-04 21:58:28,504 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:28,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:28,593 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c999959d-88e5-4640-b249-fb11b54e22f7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:28,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-c999959d-88e5-4640-b249-fb11b54e22f7 2018-09-04 21:58:28,593 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:28,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:28,677 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3be556f-8751-48bd-92c5-25354c7ec9c0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:28,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-f3be556f-8751-48bd-92c5-25354c7ec9c0 2018-09-04 21:58:28,677 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:28,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:28,769 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ad5ec81-f169-4999-9706-24eda0370bb9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:28,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-9ad5ec81-f169-4999-9706-24eda0370bb9 2018-09-04 21:58:28,769 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:28,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:28,864 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a76a53e-bee3-467c-898e-3d7f648febef Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:28,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-1a76a53e-bee3-467c-898e-3d7f648febef 2018-09-04 21:58:28,865 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:28,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:29,036 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e200ad2f-4c6b-4790-bf03-f361b38c03ae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:29,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-e200ad2f-4c6b-4790-bf03-f361b38c03ae 2018-09-04 21:58:29,036 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:29,037 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-e57b9395-6a6a-431-proj 2018-09-04 21:58:29,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/15b8704a84cf4a3d8352c7b159e170eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:29,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16cb9f7b-3b77-43e2-af18-fb917d032590 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:29,278 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/15b8704a84cf4a3d8352c7b159e170eb used request id req-16cb9f7b-3b77-43e2-af18-fb917d032590 2018-09-04 21:58:29,278 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-e57b9395-6a6a-431-proj-role 2018-09-04 21:58:29,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/b1480fffef7744faafd6056ba577f7f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:29,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52c3080e-a86c-41e3-8df7-50d560a1635f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:29,394 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/b1480fffef7744faafd6056ba577f7f0 used request id req-52c3080e-a86c-41e3-8df7-50d560a1635f 2018-09-04 21:58:29,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dde180e502c71c4a5013f1395140892dc643e693" 2018-09-04 21:58:29,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34f3d8b2-b774-440b-99c6-147738d31e6c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:58:29,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-34f3d8b2-b774-440b-99c6-147738d31e6c 2018-09-04 21:58:29,479 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-e57b9395-6a6a-431-user 2018-09-04 21:58:29,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/20ece0039df54f3696a32d1e356ff00d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b32c67b3e04b1cc2f0453f62e09412615f08a027" 2018-09-04 21:58:29,675 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1c884ef-da00-4592-a1dc-bc9cc3e7b5af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:29,675 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/20ece0039df54f3696a32d1e356ff00d used request id req-d1c884ef-da00-4592-a1dc-bc9cc3e7b5af 2018-09-04 21:58:29,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:30,068 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:58:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["dhNbDv2vS_iQyMeiJD2ttg"], "issued_at": "2018-09-04T21:58:30.000000Z"}} 2018-09-04 21:58:30,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86693f9447cdb85fe7b81d92ed569f5e0a7d12ce" 2018-09-04 21:58:30,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a913c7be-c9fa-4604-b83a-2e9a2422a16c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:30,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a913c7be-c9fa-4604-b83a-2e9a2422a16c 2018-09-04 21:58:30,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:30,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:30,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:58:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["wLm_XdyyTWCzsQj6TkSwqw"], "issued_at": "2018-09-04T21:58:30.000000Z"}} 2018-09-04 21:58:30,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:30,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63894f2a-1ce6-44af-9adb-262cb8e0d817 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:30,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-63894f2a-1ce6-44af-9adb-262cb8e0d817 2018-09-04 21:58:30,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:58:30,642 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:58:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:58:30,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:30,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56398c34-ca2c-4ee6-a0c6-b60370bad20a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:58:30,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj used request id req-56398c34-ca2c-4ee6-a0c6-b60370bad20a 2018-09-04 21:58:30,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:30,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb5c091f-f440-4341-8417-4badd308da95 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:58:30,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-bb5c091f-f440-4341-8417-4badd308da95 2018-09-04 21:58:30,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj"}}' 2018-09-04 21:58:30,939 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:58:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd86108b-97f4-49c0-91a4-89003db477a1 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/a89f1c6000204af1a229fa40fdcc3425"}, "enabled": true, "id": "a89f1c6000204af1a229fa40fdcc3425", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj"}} 2018-09-04 21:58:30,939 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-dd86108b-97f4-49c0-91a4-89003db477a1 2018-09-04 21:58:30,940 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj 2018-09-04 21:58:30,940 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:30,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:31,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:58:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["zddw8iuhQSqc6zjIK-qyTA"], "issued_at": "2018-09-04T21:58:31.000000Z"}} 2018-09-04 21:58:31,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f25bd56dd103691538d8fb430fe333317afdf4c" 2018-09-04 21:58:31,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c842c071-a047-4af5-96e3-a80049166c0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:31,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c842c071-a047-4af5-96e3-a80049166c0a 2018-09-04 21:58:31,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:58:31,432 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:58:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:58:31,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f25bd56dd103691538d8fb430fe333317afdf4c" 2018-09-04 21:58:31,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-266b5ed2-d803-4518-9f7d-090fd9989448 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:58:31,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-266b5ed2-d803-4518-9f7d-090fd9989448 2018-09-04 21:58:31,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f25bd56dd103691538d8fb430fe333317afdf4c" 2018-09-04 21:58:31,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-296770cf-2b82-49a7-b7b9-ee944f874320 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/a89f1c6000204af1a229fa40fdcc3425"}, "enabled": true, "id": "a89f1c6000204af1a229fa40fdcc3425", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj"}]} 2018-09-04 21:58:31,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj used request id req-296770cf-2b82-49a7-b7b9-ee944f874320 2018-09-04 21:58:31,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f25bd56dd103691538d8fb430fe333317afdf4c" 2018-09-04 21:58:31,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48842d00-2bd2-46f3-8e59-4a570c276d71 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:58:31,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-48842d00-2bd2-46f3-8e59-4a570c276d71 2018-09-04 21:58:32,029 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-1fd406ca-5a59-4fd-user 2018-09-04 21:58:32,029 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:32,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:32,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e31eb878-f394-49c3-9466-e225c7affc8b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:58:32,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e31eb878-f394-49c3-9466-e225c7affc8b 2018-09-04 21:58:32,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" -d '{"role": {"name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj-role"}}' 2018-09-04 21:58:32,256 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:58:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07e43ec7-13ee-4a5c-bc82-f9158ae3d551 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f5d4a87817614aff95de14743db7008f", "links": {"self": "http://172.30.9.26:5000/v3/roles/f5d4a87817614aff95de14743db7008f"}, "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj-role"}} 2018-09-04 21:58:32,256 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-07e43ec7-13ee-4a5c-bc82-f9158ae3d551 2018-09-04 21:58:32,257 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj-role 2018-09-04 21:58:32,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/f5d4a87817614aff95de14743db7008f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:32,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-216946c5-ed4b-447c-9221-93c4fef4d856 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/f5d4a87817614aff95de14743db7008f"}, "domain_id": null, "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj-role", "id": "f5d4a87817614aff95de14743db7008f"}} 2018-09-04 21:58:32,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/f5d4a87817614aff95de14743db7008f used request id req-216946c5-ed4b-447c-9221-93c4fef4d856 2018-09-04 21:58:32,276 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj-role to project CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj 2018-09-04 21:58:32,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/a89f1c6000204af1a229fa40fdcc3425/users/657161351a9d4e8f97cb03f7eb471f80/roles/f5d4a87817614aff95de14743db7008f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:32,409 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6e76db4-2097-4c64-b0cc-f3a6d51282b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:32,409 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/a89f1c6000204af1a229fa40fdcc3425/users/657161351a9d4e8f97cb03f7eb471f80/roles/f5d4a87817614aff95de14743db7008f used request id req-a6e76db4-2097-4c64-b0cc-f3a6d51282b7 2018-09-04 21:58:32,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:32,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:32,777 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f5d4a87817614aff95de14743db7008f", "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj-role"}], "expires_at": "2018-09-04T22:58:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a89f1c6000204af1a229fa40fdcc3425", "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/a89f1c6000204af1a229fa40fdcc3425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/a89f1c6000204af1a229fa40fdcc3425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/a89f1c6000204af1a229fa40fdcc3425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/a89f1c6000204af1a229fa40fdcc3425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/a89f1c6000204af1a229fa40fdcc3425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/a89f1c6000204af1a229fa40fdcc3425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-user", "id": "657161351a9d4e8f97cb03f7eb471f80"}, "audit_ids": ["0FjBg18BSk2vndYIYIYWFA"], "issued_at": "2018-09-04T21:58:32.000000Z"}} 2018-09-04 21:58:32,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc0e0e0cfc1c5de4f35b96934cac72d8a424ef31" 2018-09-04 21:58:32,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee0bef16-1388-434c-9e79-389044a1dd69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:32,852 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ee0bef16-1388-434c-9e79-389044a1dd69 2018-09-04 21:58:32,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-93dd5ada-b9ff-4615-a7e4-c751d922209a-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc0e0e0cfc1c5de4f35b96934cac72d8a424ef31" 2018-09-04 21:58:33,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4b00ddcf-5247-4958-925c-3e2778cc26f5 Date: Tue, 04 Sep 2018 21:58:33 GMT RESP BODY: {"routers": []} 2018-09-04 21:58:33,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-93dd5ada-b9ff-4615-a7e4-c751d922209a-pub-router&admin_state_up=False used request id req-4b00ddcf-5247-4958-925c-3e2778cc26f5 2018-09-04 21:58:33,061 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:33,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:33,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f5d4a87817614aff95de14743db7008f", "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj-role"}], "expires_at": "2018-09-04T22:58:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a89f1c6000204af1a229fa40fdcc3425", "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/a89f1c6000204af1a229fa40fdcc3425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/a89f1c6000204af1a229fa40fdcc3425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/a89f1c6000204af1a229fa40fdcc3425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/a89f1c6000204af1a229fa40fdcc3425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/a89f1c6000204af1a229fa40fdcc3425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/a89f1c6000204af1a229fa40fdcc3425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-user", "id": "657161351a9d4e8f97cb03f7eb471f80"}, "audit_ids": ["y6TTBkt_TmGWE6avbj2GCA"], "issued_at": "2018-09-04T21:58:33.000000Z"}} 2018-09-04 21:58:33,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a15ed42879de8ea642440579298bca1ec91df5e1" 2018-09-04 21:58:33,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01749d8e-142c-438a-8923-69e2933a91fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:33,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-01749d8e-142c-438a-8923-69e2933a91fd 2018-09-04 21:58:33,517 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-93dd5ada-b9ff-4615-a7e4-c751d922209a-pub-router 2018-09-04 21:58:33,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc0e0e0cfc1c5de4f35b96934cac72d8a424ef31" -d '{"router": {"name": "CreateRouterSuccessTests-93dd5ada-b9ff-4615-a7e4-c751d922209a-pub-router", "admin_state_up": false}}' 2018-09-04 21:58:37,443 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-b4a67c85-c431-4dae-ab72-11016eb749a2 Date: Tue, 04 Sep 2018 21:58:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a89f1c6000204af1a229fa40fdcc3425", "created_at": "2018-09-04T21:58:34Z", "admin_state_up": false, "updated_at": "2018-09-04T21:58:34Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "a89f1c6000204af1a229fa40fdcc3425", "id": "11847276-bf82-41a8-9b72-6409ca965a2e", "name": "CreateRouterSuccessTests-93dd5ada-b9ff-4615-a7e4-c751d922209a-pub-router"}} 2018-09-04 21:58:37,443 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-b4a67c85-c431-4dae-ab72-11016eb749a2 2018-09-04 21:58:37,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=11847276-bf82-41a8-9b72-6409ca965a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc0e0e0cfc1c5de4f35b96934cac72d8a424ef31" 2018-09-04 21:58:37,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6dcb0ede-8bac-4995-9ae2-78973fcf879a Date: Tue, 04 Sep 2018 21:58:37 GMT RESP BODY: {"ports":[]} 2018-09-04 21:58:37,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=11847276-bf82-41a8-9b72-6409ca965a2e used request id req-6dcb0ede-8bac-4995-9ae2-78973fcf879a 2018-09-04 21:58:37,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/11847276-bf82-41a8-9b72-6409ca965a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc0e0e0cfc1c5de4f35b96934cac72d8a424ef31" 2018-09-04 21:58:37,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-667602af-b411-4f31-9d2e-124ec4cedfb3 Date: Tue, 04 Sep 2018 21:58:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a89f1c6000204af1a229fa40fdcc3425", "created_at": "2018-09-04T21:58:34Z", "admin_state_up": false, "updated_at": "2018-09-04T21:58:37Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "a89f1c6000204af1a229fa40fdcc3425", "id": "11847276-bf82-41a8-9b72-6409ca965a2e", "name": "CreateRouterSuccessTests-93dd5ada-b9ff-4615-a7e4-c751d922209a-pub-router"}} 2018-09-04 21:58:37,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/11847276-bf82-41a8-9b72-6409ca965a2e used request id req-667602af-b411-4f31-9d2e-124ec4cedfb3 2018-09-04 21:58:37,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=11847276-bf82-41a8-9b72-6409ca965a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc0e0e0cfc1c5de4f35b96934cac72d8a424ef31" 2018-09-04 21:58:37,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3eded0e0-ff4c-4a20-a90c-4b7820a6512e Date: Tue, 04 Sep 2018 21:58:37 GMT RESP BODY: {"ports":[]} 2018-09-04 21:58:37,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=11847276-bf82-41a8-9b72-6409ca965a2e used request id req-3eded0e0-ff4c-4a20-a90c-4b7820a6512e 2018-09-04 21:58:37,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:38,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f5d4a87817614aff95de14743db7008f", "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj-role"}], "expires_at": "2018-09-04T22:58:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a89f1c6000204af1a229fa40fdcc3425", "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/a89f1c6000204af1a229fa40fdcc3425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/a89f1c6000204af1a229fa40fdcc3425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/a89f1c6000204af1a229fa40fdcc3425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/a89f1c6000204af1a229fa40fdcc3425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/a89f1c6000204af1a229fa40fdcc3425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/a89f1c6000204af1a229fa40fdcc3425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/a89f1c6000204af1a229fa40fdcc3425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-user", "id": "657161351a9d4e8f97cb03f7eb471f80"}, "audit_ids": ["gcgB44VZRuWSJRWAT7f9Sg"], "issued_at": "2018-09-04T21:58:38.000000Z"}} 2018-09-04 21:58:38,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-93dd5ada-b9ff-4615-a7e4-c751d922209a-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c220630ccdbf2a33bcbbbf957bd4a3a953580337" 2018-09-04 21:58:38,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 545 X-Openstack-Request-Id: req-fb66c6a0-610f-422f-966b-9d820c0fcbec Date: Tue, 04 Sep 2018 21:58:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a89f1c6000204af1a229fa40fdcc3425", "created_at": "2018-09-04T21:58:34Z", "admin_state_up": false, "updated_at": "2018-09-04T21:58:37Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "a89f1c6000204af1a229fa40fdcc3425", "id": "11847276-bf82-41a8-9b72-6409ca965a2e", "name": "CreateRouterSuccessTests-93dd5ada-b9ff-4615-a7e4-c751d922209a-pub-router"}]} 2018-09-04 21:58:38,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-93dd5ada-b9ff-4615-a7e4-c751d922209a-pub-router&admin_state_up=False used request id req-fb66c6a0-610f-422f-966b-9d820c0fcbec 2018-09-04 21:58:38,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:58:38,566 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:58:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:58:38,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/a89f1c6000204af1a229fa40fdcc3425 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86693f9447cdb85fe7b81d92ed569f5e0a7d12ce" 2018-09-04 21:58:38,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d11c9c40-8753-478c-a6ea-47b63e4f7355 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/a89f1c6000204af1a229fa40fdcc3425"}, "enabled": true, "id": "a89f1c6000204af1a229fa40fdcc3425", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj"}} 2018-09-04 21:58:38,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/a89f1c6000204af1a229fa40fdcc3425 used request id req-d11c9c40-8753-478c-a6ea-47b63e4f7355 2018-09-04 21:58:38,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=11847276-bf82-41a8-9b72-6409ca965a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c220630ccdbf2a33bcbbbf957bd4a3a953580337" 2018-09-04 21:58:38,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c629cdf4-078a-4527-bc81-6723e7428f6c Date: Tue, 04 Sep 2018 21:58:38 GMT RESP BODY: {"ports":[]} 2018-09-04 21:58:38,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=11847276-bf82-41a8-9b72-6409ca965a2e used request id req-c629cdf4-078a-4527-bc81-6723e7428f6c 2018-09-04 21:58:38,842 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-93dd5ada-b9ff-4615-a7e4-c751d922209a-pub-router 2018-09-04 21:58:38,842 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-93dd5ada-b9ff-4615-a7e4-c751d922209a-pub-router 2018-09-04 21:58:38,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/11847276-bf82-41a8-9b72-6409ca965a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc0e0e0cfc1c5de4f35b96934cac72d8a424ef31" 2018-09-04 21:58:41,606 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae6e2f47-efda-4073-bf76-762f084542e0 Content-Length: 0 Date: Tue, 04 Sep 2018 21:58:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:58:41,606 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/11847276-bf82-41a8-9b72-6409ca965a2e used request id req-ae6e2f47-efda-4073-bf76-762f084542e0 2018-09-04 21:58:41,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:41,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-e9f55f99-459f-4d04-a66f-9b8368a123b4 Date: Tue, 04 Sep 2018 21:58:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:58:41,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-e9f55f99-459f-4d04-a66f-9b8368a123b4 2018-09-04 21:58:41,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:42,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8d8ea81-2beb-4731-b9f4-62260afc42da Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:58:42,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-a8d8ea81-2beb-4731-b9f4-62260afc42da 2018-09-04 21:58:42,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:42,129 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ce10167-380c-46f8-9c62-fb36fda7d833 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:42,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-6ce10167-380c-46f8-9c62-fb36fda7d833 2018-09-04 21:58:42,129 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:42,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:42,215 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb960f78-371b-4942-99e1-7c74250f581a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:42,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-bb960f78-371b-4942-99e1-7c74250f581a 2018-09-04 21:58:42,216 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:42,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:42,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b62adf05-17f2-4fac-89d6-274870a1564c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:58:42,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-b62adf05-17f2-4fac-89d6-274870a1564c 2018-09-04 21:58:42,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:42,399 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd131909-591b-4a33-b155-1ebf1b07584e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:42,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-cd131909-591b-4a33-b155-1ebf1b07584e 2018-09-04 21:58:42,399 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:42,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:42,483 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8dd839a-b998-4029-bba6-c2a22b30d2fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:42,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-d8dd839a-b998-4029-bba6-c2a22b30d2fd 2018-09-04 21:58:42,483 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:42,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:42,655 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-565857e3-1af2-4860-9d2d-e270c183af9c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:42,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-565857e3-1af2-4860-9d2d-e270c183af9c 2018-09-04 21:58:42,656 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:42,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:42,746 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6f5f7eb-920f-4d42-ac54-90fb898639e7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:42,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-f6f5f7eb-920f-4d42-ac54-90fb898639e7 2018-09-04 21:58:42,747 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:42,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:42,829 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12533416-a71e-49b8-b351-eae32ee8e8d5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:42,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-12533416-a71e-49b8-b351-eae32ee8e8d5 2018-09-04 21:58:42,829 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:42,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:42,919 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b8fab1f-7416-413d-93c3-d0a649a7fbb6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:58:42,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-5b8fab1f-7416-413d-93c3-d0a649a7fbb6 2018-09-04 21:58:42,920 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:58:42,920 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj 2018-09-04 21:58:42,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/a89f1c6000204af1a229fa40fdcc3425 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:43,140 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72983da6-bcb9-4d60-8d1e-255c5d383ee8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:43,140 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/a89f1c6000204af1a229fa40fdcc3425 used request id req-72983da6-bcb9-4d60-8d1e-255c5d383ee8 2018-09-04 21:58:43,140 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-1fd406ca-5a59-4fd-proj-role 2018-09-04 21:58:43,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/f5d4a87817614aff95de14743db7008f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:43,250 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08368f8c-9021-4a5b-98a6-3658a91b26aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:43,250 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/f5d4a87817614aff95de14743db7008f used request id req-08368f8c-9021-4a5b-98a6-3658a91b26aa 2018-09-04 21:58:43,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a759f8e869687701f4d9a70acce4a9c0a0a212c2" 2018-09-04 21:58:43,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb2bc018-28ed-45e6-a194-1c7159b21802 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:58:43,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cb2bc018-28ed-45e6-a194-1c7159b21802 2018-09-04 21:58:43,345 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-1fd406ca-5a59-4fd-user 2018-09-04 21:58:43,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/657161351a9d4e8f97cb03f7eb471f80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f25bd56dd103691538d8fb430fe333317afdf4c" 2018-09-04 21:58:43,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b62311cd-3054-4611-b067-6ae1ccfcf48e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:43,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/657161351a9d4e8f97cb03f7eb471f80 used request id req-b62311cd-3054-4611-b067-6ae1ccfcf48e 2018-09-04 21:58:43,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:43,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:58:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["k-GKPRqZQVaREb52oc-d2A"], "issued_at": "2018-09-04T21:58:43.000000Z"}} 2018-09-04 21:58:43,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9da4788f3692086d0eb3d783e54ea939787213b" 2018-09-04 21:58:44,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc846149-99e3-4b5f-97d5-d7ad43444149 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:44,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bc846149-99e3-4b5f-97d5-d7ad43444149 2018-09-04 21:58:44,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:44,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:44,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:58:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["xkHdw9qBRB6VkPRzxl2byQ"], "issued_at": "2018-09-04T21:58:44.000000Z"}} 2018-09-04 21:58:44,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:58:44,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-355e9d89-795a-4c8f-86b1-d4020d86cae1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:44,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-355e9d89-795a-4c8f-86b1-d4020d86cae1 2018-09-04 21:58:44,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:58:44,545 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:58:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:58:44,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bdcf0ef2-d934-407-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:58:44,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b44b8128-0317-45fb-81b9-8903d8340b7f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bdcf0ef2-d934-407-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:58:44,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bdcf0ef2-d934-407-proj used request id req-b44b8128-0317-45fb-81b9-8903d8340b7f 2018-09-04 21:58:44,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:58:44,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8be8346a-cec9-4a85-9bd6-b93e08a232fb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:58:44,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-8be8346a-cec9-4a85-9bd6-b93e08a232fb 2018-09-04 21:58:44,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-bdcf0ef2-d934-407-proj"}}' 2018-09-04 21:58:44,849 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:58:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2daed7b-e875-4f62-a803-b7e35ca3ba08 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cad7a39a0321460b94cb8f71845acd80"}, "enabled": true, "id": "cad7a39a0321460b94cb8f71845acd80", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bdcf0ef2-d934-407-proj"}} 2018-09-04 21:58:44,849 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-e2daed7b-e875-4f62-a803-b7e35ca3ba08 2018-09-04 21:58:44,850 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-bdcf0ef2-d934-407-proj 2018-09-04 21:58:44,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:44,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:45,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:58:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["7IXKTrA8S_-tHPHPxMTQ7Q"], "issued_at": "2018-09-04T21:58:45.000000Z"}} 2018-09-04 21:58:45,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d028387e337f7edcd081beddbfbe3dd23bc3c835" 2018-09-04 21:58:45,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bd803d7-6aa6-4699-8ddf-d7533f1c45d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:45,317 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9bd803d7-6aa6-4699-8ddf-d7533f1c45d9 2018-09-04 21:58:45,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:58:45,327 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:58:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:58:45,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d028387e337f7edcd081beddbfbe3dd23bc3c835" 2018-09-04 21:58:45,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b452d1c1-445a-4596-ba74-dbd1c28927ac Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:58:45,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b452d1c1-445a-4596-ba74-dbd1c28927ac 2018-09-04 21:58:45,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-bdcf0ef2-d934-407-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d028387e337f7edcd081beddbfbe3dd23bc3c835" 2018-09-04 21:58:45,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1140e783-38ac-4f87-8797-18cff1e1b8c2 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-bdcf0ef2-d934-407-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cad7a39a0321460b94cb8f71845acd80"}, "enabled": true, "id": "cad7a39a0321460b94cb8f71845acd80", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bdcf0ef2-d934-407-proj"}]} 2018-09-04 21:58:45,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-bdcf0ef2-d934-407-proj used request id req-1140e783-38ac-4f87-8797-18cff1e1b8c2 2018-09-04 21:58:45,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d028387e337f7edcd081beddbfbe3dd23bc3c835" 2018-09-04 21:58:45,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cfbdfe9-c575-4a0c-95dd-103791fa082b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:58:45,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0cfbdfe9-c575-4a0c-95dd-103791fa082b 2018-09-04 21:58:45,921 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-bdcf0ef2-d934-407-user 2018-09-04 21:58:45,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:45,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:58:46,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a25bf522-b7a5-415c-a7f4-cbafb2652916 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:58:46,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a25bf522-b7a5-415c-a7f4-cbafb2652916 2018-09-04 21:58:46,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" -d '{"role": {"name": "CreateRouterSuccessTests-bdcf0ef2-d934-407-proj-role"}}' 2018-09-04 21:58:46,113 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:58:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-337ea83f-5e4d-49ba-8d66-d2d7088f381d Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4db6d083d8534087bc142f55d3902a9e", "links": {"self": "http://172.30.9.26:5000/v3/roles/4db6d083d8534087bc142f55d3902a9e"}, "name": "CreateRouterSuccessTests-bdcf0ef2-d934-407-proj-role"}} 2018-09-04 21:58:46,113 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-337ea83f-5e4d-49ba-8d66-d2d7088f381d 2018-09-04 21:58:46,113 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-bdcf0ef2-d934-407-proj-role 2018-09-04 21:58:46,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/4db6d083d8534087bc142f55d3902a9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:58:46,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85d72889-0d27-401f-a92d-9fe20a29c4be Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/4db6d083d8534087bc142f55d3902a9e"}, "domain_id": null, "name": "CreateRouterSuccessTests-bdcf0ef2-d934-407-proj-role", "id": "4db6d083d8534087bc142f55d3902a9e"}} 2018-09-04 21:58:46,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/4db6d083d8534087bc142f55d3902a9e used request id req-85d72889-0d27-401f-a92d-9fe20a29c4be 2018-09-04 21:58:46,134 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-bdcf0ef2-d934-407-proj-role to project CreateRouterSuccessTests-bdcf0ef2-d934-407-proj 2018-09-04 21:58:46,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/cad7a39a0321460b94cb8f71845acd80/users/4342d280c88042218809547627eadcd4/roles/4db6d083d8534087bc142f55d3902a9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:58:46,259 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:58:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2264340d-88bc-45d4-bab8-5f3a280238c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:58:46,259 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/cad7a39a0321460b94cb8f71845acd80/users/4342d280c88042218809547627eadcd4/roles/4db6d083d8534087bc142f55d3902a9e used request id req-2264340d-88bc-45d4-bab8-5f3a280238c3 2018-09-04 21:58:46,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:46,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:46,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:58:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["zcbiuX92TwCmtbHq3UZOeg"], "issued_at": "2018-09-04T21:58:46.000000Z"}} 2018-09-04 21:58:46,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:46,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2c57ac6-b14d-4723-8c48-60239cd2505a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:46,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b2c57ac6-b14d-4723-8c48-60239cd2505a 2018-09-04 21:58:46,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-2765d8ab-1f47-4bb1-a3c1-2e6a117ebcdc-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:46,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cdd1b378-33a1-4242-b433-dd1b0e56b3e9 Date: Tue, 04 Sep 2018 21:58:46 GMT RESP BODY: {"routers": []} 2018-09-04 21:58:46,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-2765d8ab-1f47-4bb1-a3c1-2e6a117ebcdc-pub-router&admin_state_up=True used request id req-cdd1b378-33a1-4242-b433-dd1b0e56b3e9 2018-09-04 21:58:46,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:58:46,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:47,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:58:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Wiq7Skp5Sti2-zO740oScA"], "issued_at": "2018-09-04T21:58:47.000000Z"}} 2018-09-04 21:58:47,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1dd726f9d43a269c1504eef58a30d2416e8e2c4" 2018-09-04 21:58:47,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d3b2f1c-8d6a-43fc-9c7a-82759a160601 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:58:47,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5d3b2f1c-8d6a-43fc-9c7a-82759a160601 2018-09-04 21:58:47,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:58:47,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:58:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:58:47,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-bdcf0ef2-d934-407-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1dd726f9d43a269c1504eef58a30d2416e8e2c4" 2018-09-04 21:58:47,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffca231d-6e6d-4b81-a563-c7ee5b888673 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-bdcf0ef2-d934-407-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cad7a39a0321460b94cb8f71845acd80"}, "enabled": true, "id": "cad7a39a0321460b94cb8f71845acd80", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bdcf0ef2-d934-407-proj"}]} 2018-09-04 21:58:47,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-bdcf0ef2-d934-407-proj used request id req-ffca231d-6e6d-4b81-a563-c7ee5b888673 2018-09-04 21:58:47,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:47,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-de876c4f-5ac6-4b87-86ea-30112a67dcf3 Date: Tue, 04 Sep 2018 21:58:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:58:47,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-de876c4f-5ac6-4b87-86ea-30112a67dcf3 2018-09-04 21:58:47,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:48,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-13dc5349-6855-49e5-9b0c-35cade4ff544 Date: Tue, 04 Sep 2018 21:58:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 21:58:48,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-13dc5349-6855-49e5-9b0c-35cade4ff544 2018-09-04 21:58:48,033 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-2765d8ab-1f47-4bb1-a3c1-2e6a117ebcdc-pub-router 2018-09-04 21:58:48,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "tenant_id": "cad7a39a0321460b94cb8f71845acd80", "name": "CreateRouterSuccessTests-2765d8ab-1f47-4bb1-a3c1-2e6a117ebcdc-pub-router", "admin_state_up": true}}' 2018-09-04 21:58:53,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-f209d879-6bcf-40de-9c9d-18e69e9cec4d Date: Tue, 04 Sep 2018 21:58:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "cad7a39a0321460b94cb8f71845acd80", "created_at": "2018-09-04T21:58:49Z", "admin_state_up": true, "updated_at": "2018-09-04T21:58:50Z", "project_id": "cad7a39a0321460b94cb8f71845acd80", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "4003c6e1-5d90-4bee-89ab-5241a89e6bdd", "name": "CreateRouterSuccessTests-2765d8ab-1f47-4bb1-a3c1-2e6a117ebcdc-pub-router"}} 2018-09-04 21:58:53,426 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-f209d879-6bcf-40de-9c9d-18e69e9cec4d 2018-09-04 21:58:53,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=4003c6e1-5d90-4bee-89ab-5241a89e6bdd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:53,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3248 X-Openstack-Request-Id: req-281511c6-9f14-413b-a1f4-ff6f3e2cae3c Date: Tue, 04 Sep 2018 21:58:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:58:52Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1e3e6541-7b3e-407b-b5ab-c292e2174d86","ip_address":"169.254.192.9"}],"id":"169170ca-e4e3-4758-b6c0-604e9dc2f491","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e7:33:0c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cad7a39a0321460b94cb8f71845acd80","admin_state_up":true,"network_id":"9061f411-c1ba-4c9c-8682-2c404331cbc7","tenant_id":"","created_at":"2018-09-04T21:58:52Z","binding:vnic_type":"normal","device_id":"4003c6e1-5d90-4bee-89ab-5241a89e6bdd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:58:50Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1e3e6541-7b3e-407b-b5ab-c292e2174d86","ip_address":"169.254.192.4"}],"id":"25001197-b0e4-41d3-b6c2-6cad1c6672a2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:42:93:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cad7a39a0321460b94cb8f71845acd80","admin_state_up":true,"network_id":"9061f411-c1ba-4c9c-8682-2c404331cbc7","tenant_id":"","created_at":"2018-09-04T21:58:50Z","binding:vnic_type":"normal","device_id":"4003c6e1-5d90-4bee-89ab-5241a89e6bdd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:58:51Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1e3e6541-7b3e-407b-b5ab-c292e2174d86","ip_address":"169.254.192.6"}],"id":"6940772e-6d75-463c-95af-b36628c1b62a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:94:5c:32","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cad7a39a0321460b94cb8f71845acd80","admin_state_up":true,"network_id":"9061f411-c1ba-4c9c-8682-2c404331cbc7","tenant_id":"","created_at":"2018-09-04T21:58:51Z","binding:vnic_type":"normal","device_id":"4003c6e1-5d90-4bee-89ab-5241a89e6bdd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:58:53Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.203"}],"id":"9bdf6f5d-80c4-41b6-8d2c-9fc12d8a521f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4d:c0:de","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T21:58:49Z","binding:vnic_type":"normal","device_id":"4003c6e1-5d90-4bee-89ab-5241a89e6bdd"}]} 2018-09-04 21:58:53,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=4003c6e1-5d90-4bee-89ab-5241a89e6bdd used request id req-281511c6-9f14-413b-a1f4-ff6f3e2cae3c 2018-09-04 21:58:53,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:53,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2e34a901-0073-40f6-b223-24e8712b4b87 Date: Tue, 04 Sep 2018 21:58:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 21:58:53,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-2e34a901-0073-40f6-b223-24e8712b4b87 2018-09-04 21:58:53,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/1e3e6541-7b3e-407b-b5ab-c292e2174d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:54,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2c629fb8-d6c3-4882-b94f-db3c490fefbf Date: Tue, 04 Sep 2018 21:58:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9061f411-c1ba-4c9c-8682-2c404331cbc7","tenant_id":"","created_at":"2018-09-04T21:58:48Z","dns_nameservers":[],"updated_at":"2018-09-04T21:58:48Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"1e3e6541-7b3e-407b-b5ab-c292e2174d86","subnetpool_id":null,"name":"HA subnet tenant cad7a39a0321460b94cb8f71845acd80"}} 2018-09-04 21:58:54,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/1e3e6541-7b3e-407b-b5ab-c292e2174d86 used request id req-2c629fb8-d6c3-4882-b94f-db3c490fefbf 2018-09-04 21:58:54,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/1e3e6541-7b3e-407b-b5ab-c292e2174d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:54,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-23c03172-0e95-460f-acaf-f0ff72294057 Date: Tue, 04 Sep 2018 21:58:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9061f411-c1ba-4c9c-8682-2c404331cbc7","tenant_id":"","created_at":"2018-09-04T21:58:48Z","dns_nameservers":[],"updated_at":"2018-09-04T21:58:48Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"1e3e6541-7b3e-407b-b5ab-c292e2174d86","subnetpool_id":null,"name":"HA subnet tenant cad7a39a0321460b94cb8f71845acd80"}} 2018-09-04 21:58:54,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/1e3e6541-7b3e-407b-b5ab-c292e2174d86 used request id req-23c03172-0e95-460f-acaf-f0ff72294057 2018-09-04 21:58:54,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/1e3e6541-7b3e-407b-b5ab-c292e2174d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:54,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-933e7480-4ac5-4dfe-9f36-5ffb1b68a224 Date: Tue, 04 Sep 2018 21:58:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9061f411-c1ba-4c9c-8682-2c404331cbc7","tenant_id":"","created_at":"2018-09-04T21:58:48Z","dns_nameservers":[],"updated_at":"2018-09-04T21:58:48Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"1e3e6541-7b3e-407b-b5ab-c292e2174d86","subnetpool_id":null,"name":"HA subnet tenant cad7a39a0321460b94cb8f71845acd80"}} 2018-09-04 21:58:54,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/1e3e6541-7b3e-407b-b5ab-c292e2174d86 used request id req-933e7480-4ac5-4dfe-9f36-5ffb1b68a224 2018-09-04 21:58:54,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/4003c6e1-5d90-4bee-89ab-5241a89e6bdd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:54,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-7f235222-aad4-4174-9abc-abcc4d611298 Date: Tue, 04 Sep 2018 21:58:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cad7a39a0321460b94cb8f71845acd80", "created_at": "2018-09-04T21:58:49Z", "admin_state_up": true, "updated_at": "2018-09-04T21:58:52Z", "project_id": "cad7a39a0321460b94cb8f71845acd80", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "4003c6e1-5d90-4bee-89ab-5241a89e6bdd", "name": "CreateRouterSuccessTests-2765d8ab-1f47-4bb1-a3c1-2e6a117ebcdc-pub-router"}} 2018-09-04 21:58:54,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/4003c6e1-5d90-4bee-89ab-5241a89e6bdd used request id req-7f235222-aad4-4174-9abc-abcc4d611298 2018-09-04 21:58:54,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=4003c6e1-5d90-4bee-89ab-5241a89e6bdd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:54,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-40955b0e-39ee-49bb-9a26-f8e95797a65d Date: Tue, 04 Sep 2018 21:58:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:58:52Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1e3e6541-7b3e-407b-b5ab-c292e2174d86","ip_address":"169.254.192.9"}],"id":"169170ca-e4e3-4758-b6c0-604e9dc2f491","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e7:33:0c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cad7a39a0321460b94cb8f71845acd80","admin_state_up":true,"network_id":"9061f411-c1ba-4c9c-8682-2c404331cbc7","tenant_id":"","created_at":"2018-09-04T21:58:52Z","binding:vnic_type":"normal","device_id":"4003c6e1-5d90-4bee-89ab-5241a89e6bdd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:58:50Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1e3e6541-7b3e-407b-b5ab-c292e2174d86","ip_address":"169.254.192.4"}],"id":"25001197-b0e4-41d3-b6c2-6cad1c6672a2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:42:93:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cad7a39a0321460b94cb8f71845acd80","admin_state_up":true,"network_id":"9061f411-c1ba-4c9c-8682-2c404331cbc7","tenant_id":"","created_at":"2018-09-04T21:58:50Z","binding:vnic_type":"normal","device_id":"4003c6e1-5d90-4bee-89ab-5241a89e6bdd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:58:54Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1e3e6541-7b3e-407b-b5ab-c292e2174d86","ip_address":"169.254.192.6"}],"id":"6940772e-6d75-463c-95af-b36628c1b62a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:94:5c:32","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cad7a39a0321460b94cb8f71845acd80","admin_state_up":true,"network_id":"9061f411-c1ba-4c9c-8682-2c404331cbc7","tenant_id":"","created_at":"2018-09-04T21:58:51Z","binding:vnic_type":"normal","device_id":"4003c6e1-5d90-4bee-89ab-5241a89e6bdd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:58:54Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.203"}],"id":"9bdf6f5d-80c4-41b6-8d2c-9fc12d8a521f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:c0:de","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T21:58:49Z","binding:vnic_type":"normal","device_id":"4003c6e1-5d90-4bee-89ab-5241a89e6bdd"}]} 2018-09-04 21:58:54,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=4003c6e1-5d90-4bee-89ab-5241a89e6bdd used request id req-40955b0e-39ee-49bb-9a26-f8e95797a65d 2018-09-04 21:58:54,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:54,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-64b74c1c-bf2e-4f05-a8c5-578a36a97c5f Date: Tue, 04 Sep 2018 21:58:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 21:58:54,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-64b74c1c-bf2e-4f05-a8c5-578a36a97c5f 2018-09-04 21:58:54,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/1e3e6541-7b3e-407b-b5ab-c292e2174d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:54,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-14215c12-9568-4781-9ae6-265a730aa0e7 Date: Tue, 04 Sep 2018 21:58:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9061f411-c1ba-4c9c-8682-2c404331cbc7","tenant_id":"","created_at":"2018-09-04T21:58:48Z","dns_nameservers":[],"updated_at":"2018-09-04T21:58:48Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"1e3e6541-7b3e-407b-b5ab-c292e2174d86","subnetpool_id":null,"name":"HA subnet tenant cad7a39a0321460b94cb8f71845acd80"}} 2018-09-04 21:58:54,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/1e3e6541-7b3e-407b-b5ab-c292e2174d86 used request id req-14215c12-9568-4781-9ae6-265a730aa0e7 2018-09-04 21:58:54,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/1e3e6541-7b3e-407b-b5ab-c292e2174d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:54,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0ff7966b-0f5e-447b-99f2-b7a7502d3a1a Date: Tue, 04 Sep 2018 21:58:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9061f411-c1ba-4c9c-8682-2c404331cbc7","tenant_id":"","created_at":"2018-09-04T21:58:48Z","dns_nameservers":[],"updated_at":"2018-09-04T21:58:48Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"1e3e6541-7b3e-407b-b5ab-c292e2174d86","subnetpool_id":null,"name":"HA subnet tenant cad7a39a0321460b94cb8f71845acd80"}} 2018-09-04 21:58:54,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/1e3e6541-7b3e-407b-b5ab-c292e2174d86 used request id req-0ff7966b-0f5e-447b-99f2-b7a7502d3a1a 2018-09-04 21:58:54,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/1e3e6541-7b3e-407b-b5ab-c292e2174d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:58:55,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a20a7e8e-ec0b-4bda-a9d6-44300a408b9d Date: Tue, 04 Sep 2018 21:58:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9061f411-c1ba-4c9c-8682-2c404331cbc7","tenant_id":"","created_at":"2018-09-04T21:58:48Z","dns_nameservers":[],"updated_at":"2018-09-04T21:58:48Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"1e3e6541-7b3e-407b-b5ab-c292e2174d86","subnetpool_id":null,"name":"HA subnet tenant cad7a39a0321460b94cb8f71845acd80"}} 2018-09-04 21:58:55,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/1e3e6541-7b3e-407b-b5ab-c292e2174d86 used request id req-a20a7e8e-ec0b-4bda-a9d6-44300a408b9d 2018-09-04 21:58:55,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:58:55,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4db6d083d8534087bc142f55d3902a9e", "name": "CreateRouterSuccessTests-bdcf0ef2-d934-407-proj-role"}], "expires_at": "2018-09-04T22:58:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cad7a39a0321460b94cb8f71845acd80", "name": "CreateRouterSuccessTests-bdcf0ef2-d934-407-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/cad7a39a0321460b94cb8f71845acd80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/cad7a39a0321460b94cb8f71845acd80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/cad7a39a0321460b94cb8f71845acd80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/cad7a39a0321460b94cb8f71845acd80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/cad7a39a0321460b94cb8f71845acd80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/cad7a39a0321460b94cb8f71845acd80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/cad7a39a0321460b94cb8f71845acd80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/cad7a39a0321460b94cb8f71845acd80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/cad7a39a0321460b94cb8f71845acd80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/cad7a39a0321460b94cb8f71845acd80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/cad7a39a0321460b94cb8f71845acd80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/cad7a39a0321460b94cb8f71845acd80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bdcf0ef2-d934-407-user", "id": "4342d280c88042218809547627eadcd4"}, "audit_ids": ["OT1IWVE4R2uAGYj9qPsIfA"], "issued_at": "2018-09-04T21:58:55.000000Z"}} 2018-09-04 21:58:55,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-2765d8ab-1f47-4bb1-a3c1-2e6a117ebcdc-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e6bdad864f3ec69be6b8e81b7cf2f80a28a87fd" 2018-09-04 21:58:55,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-7e7b9bf4-e1bf-412f-8bb7-ab06a03b3d69 Date: Tue, 04 Sep 2018 21:58:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cad7a39a0321460b94cb8f71845acd80", "created_at": "2018-09-04T21:58:49Z", "admin_state_up": true, "updated_at": "2018-09-04T21:58:52Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "cad7a39a0321460b94cb8f71845acd80", "id": "4003c6e1-5d90-4bee-89ab-5241a89e6bdd", "name": "CreateRouterSuccessTests-2765d8ab-1f47-4bb1-a3c1-2e6a117ebcdc-pub-router"}]} 2018-09-04 21:58:55,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-2765d8ab-1f47-4bb1-a3c1-2e6a117ebcdc-pub-router&admin_state_up=True used request id req-7e7b9bf4-e1bf-412f-8bb7-ab06a03b3d69 2018-09-04 21:58:55,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:58:55,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:58:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:58:55,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cad7a39a0321460b94cb8f71845acd80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9da4788f3692086d0eb3d783e54ea939787213b" 2018-09-04 21:58:55,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28784c38-fc06-43c6-99d8-cb59b8d78595 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cad7a39a0321460b94cb8f71845acd80"}, "enabled": true, "id": "cad7a39a0321460b94cb8f71845acd80", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bdcf0ef2-d934-407-proj"}} 2018-09-04 21:58:55,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cad7a39a0321460b94cb8f71845acd80 used request id req-28784c38-fc06-43c6-99d8-cb59b8d78595 2018-09-04 21:58:55,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=4003c6e1-5d90-4bee-89ab-5241a89e6bdd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e6bdad864f3ec69be6b8e81b7cf2f80a28a87fd" 2018-09-04 21:58:55,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-73ec9b96-1dd3-44f5-98b6-7be055ec1b96 Date: Tue, 04 Sep 2018 21:58:55 GMT RESP BODY: {"ports":[]} 2018-09-04 21:58:55,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=4003c6e1-5d90-4bee-89ab-5241a89e6bdd used request id req-73ec9b96-1dd3-44f5-98b6-7be055ec1b96 2018-09-04 21:58:55,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e6bdad864f3ec69be6b8e81b7cf2f80a28a87fd" 2018-09-04 21:58:56,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3b9f962a-d97e-4e7d-bb03-11c99f5519bf Date: Tue, 04 Sep 2018 21:58:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 21:58:56,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-3b9f962a-d97e-4e7d-bb03-11c99f5519bf 2018-09-04 21:58:56,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e6bdad864f3ec69be6b8e81b7cf2f80a28a87fd" 2018-09-04 21:58:56,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-185afa29-b876-4602-95c0-89722a87f0c4 Date: Tue, 04 Sep 2018 21:58:56 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:58:56,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-185afa29-b876-4602-95c0-89722a87f0c4 2018-09-04 21:58:56,419 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-2765d8ab-1f47-4bb1-a3c1-2e6a117ebcdc-pub-router 2018-09-04 21:58:56,419 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-2765d8ab-1f47-4bb1-a3c1-2e6a117ebcdc-pub-router 2018-09-04 21:58:56,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/4003c6e1-5d90-4bee-89ab-5241a89e6bdd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981301f8b5c8f84bd5c586119af243b7fae7499b" 2018-09-04 21:59:00,100 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8082c086-c793-432c-8e7d-9c480f5c86a9 Content-Length: 0 Date: Tue, 04 Sep 2018 21:59:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:59:00,100 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/4003c6e1-5d90-4bee-89ab-5241a89e6bdd used request id req-8082c086-c793-432c-8e7d-9c480f5c86a9 2018-09-04 21:59:00,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:00,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-ab6f5533-9a92-49b4-9deb-3f0e4a5771bb Date: Tue, 04 Sep 2018 21:59:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:59:00,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-ab6f5533-9a92-49b4-9deb-3f0e4a5771bb 2018-09-04 21:59:00,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:00,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afd7ab2e-066f-4ef4-b9a8-f6572ee86a3e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:59:00,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-afd7ab2e-066f-4ef4-b9a8-f6572ee86a3e 2018-09-04 21:59:00,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:00,548 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbd9cd3b-a3bd-4506-9a8c-b619a8377b2f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:00,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-dbd9cd3b-a3bd-4506-9a8c-b619a8377b2f 2018-09-04 21:59:00,549 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:00,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:00,640 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d8afd9b-e1c7-41ca-8905-a293c3c3203e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:00,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-7d8afd9b-e1c7-41ca-8905-a293c3c3203e 2018-09-04 21:59:00,641 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:00,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:00,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1409770d-736d-4f0b-abfb-9c99837a555a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:59:00,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-1409770d-736d-4f0b-abfb-9c99837a555a 2018-09-04 21:59:00,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:00,819 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e495612-2e33-476b-b083-ce3732a00fef Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:00,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-6e495612-2e33-476b-b083-ce3732a00fef 2018-09-04 21:59:00,819 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:00,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:00,903 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa2c0c66-d7a2-42b5-80bf-4929f58a2885 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:00,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-aa2c0c66-d7a2-42b5-80bf-4929f58a2885 2018-09-04 21:59:00,903 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:00,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:00,994 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92c8ace6-a227-486d-8b82-16444b48d5e1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:00,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-92c8ace6-a227-486d-8b82-16444b48d5e1 2018-09-04 21:59:00,994 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:00,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:01,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6883647-e139-4ed2-b8a4-13df896eba79 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:01,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-a6883647-e139-4ed2-b8a4-13df896eba79 2018-09-04 21:59:01,090 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:01,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:01,186 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35fb03e3-b1d9-4491-a0ec-f0005f5ab72a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:01,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-35fb03e3-b1d9-4491-a0ec-f0005f5ab72a 2018-09-04 21:59:01,187 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:01,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:01,276 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81b4c38a-694d-4000-b20c-376336aa174d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:01,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-81b4c38a-694d-4000-b20c-376336aa174d 2018-09-04 21:59:01,276 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:01,277 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-bdcf0ef2-d934-407-proj 2018-09-04 21:59:01,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/cad7a39a0321460b94cb8f71845acd80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:01,517 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:59:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-482f9087-6d25-4ff9-9e24-cab44b20eb16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:59:01,517 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/cad7a39a0321460b94cb8f71845acd80 used request id req-482f9087-6d25-4ff9-9e24-cab44b20eb16 2018-09-04 21:59:01,517 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-bdcf0ef2-d934-407-proj-role 2018-09-04 21:59:01,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/4db6d083d8534087bc142f55d3902a9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:01,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:59:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ddfa9f7-51eb-4aee-8ead-fabdc6fe68af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:59:01,621 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/4db6d083d8534087bc142f55d3902a9e used request id req-9ddfa9f7-51eb-4aee-8ead-fabdc6fe68af 2018-09-04 21:59:01,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27803a7f76dd9e41e733dae6e3636edfb5ea52f7" 2018-09-04 21:59:01,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beccac21-524a-4f09-a71c-27ca1d66e1a6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:59:01,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-beccac21-524a-4f09-a71c-27ca1d66e1a6 2018-09-04 21:59:01,711 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-bdcf0ef2-d934-407-user 2018-09-04 21:59:01,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/4342d280c88042218809547627eadcd4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d028387e337f7edcd081beddbfbe3dd23bc3c835" 2018-09-04 21:59:01,895 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:59:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9f41983-a753-4177-9eea-4ace51a92470 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:59:01,896 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/4342d280c88042218809547627eadcd4 used request id req-f9f41983-a753-4177-9eea-4ace51a92470 2018-09-04 21:59:01,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:02,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:59:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["EIRSSnHYSSG04bHl_vJeFg"], "issued_at": "2018-09-04T21:59:02.000000Z"}} 2018-09-04 21:59:02,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5dc1f6911f55df7e5376bc4447097e2e6b02e5" 2018-09-04 21:59:02,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ef31950-ffc3-4a6d-a48f-8ac1e870ed93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:02,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9ef31950-ffc3-4a6d-a48f-8ac1e870ed93 2018-09-04 21:59:02,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:02,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:02,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:59:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["0ILl0ckITo2OzFPXE1qSxw"], "issued_at": "2018-09-04T21:59:02.000000Z"}} 2018-09-04 21:59:02,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:02,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8e5ca96-6aa7-4787-897b-84823160dc7c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:02,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b8e5ca96-6aa7-4787-897b-84823160dc7c 2018-09-04 21:59:02,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:59:02,851 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:59:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:59:02,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-c386ccab-f80a-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:02,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dc8f6bc-4d77-4c23-8660-096cf1b0d395 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-c386ccab-f80a-44b-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:59:02,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-c386ccab-f80a-44b-proj used request id req-8dc8f6bc-4d77-4c23-8660-096cf1b0d395 2018-09-04 21:59:02,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:02,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a94eafbb-cb45-42db-9ad6-0af0082478b7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:59:02,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-a94eafbb-cb45-42db-9ad6-0af0082478b7 2018-09-04 21:59:02,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj"}}' 2018-09-04 21:59:03,083 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:59:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-750e75f0-b51f-4454-a65e-36470c1125d5 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205"}, "enabled": true, "id": "1abcca91faf24554b58e61f42a081205", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj"}} 2018-09-04 21:59:03,083 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-750e75f0-b51f-4454-a65e-36470c1125d5 2018-09-04 21:59:03,083 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-c386ccab-f80a-44b-proj 2018-09-04 21:59:03,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:03,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:03,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:59:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["vcQ1e1YuS3iydDEWJQQxrg"], "issued_at": "2018-09-04T21:59:03.000000Z"}} 2018-09-04 21:59:03,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e1cfae3a95348575253401d2184270042a622e" 2018-09-04 21:59:03,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53955007-6355-4c1d-bb33-b816ff920a28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:03,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-53955007-6355-4c1d-bb33-b816ff920a28 2018-09-04 21:59:03,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:59:03,567 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:59:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:59:03,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e1cfae3a95348575253401d2184270042a622e" 2018-09-04 21:59:03,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f44f95fa-36cf-4835-b059-43fa4ac0a6fb Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:59:03,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-f44f95fa-36cf-4835-b059-43fa4ac0a6fb 2018-09-04 21:59:03,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-c386ccab-f80a-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e1cfae3a95348575253401d2184270042a622e" 2018-09-04 21:59:03,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22742ffe-6821-4ae6-86ed-28b0cdadf17a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-c386ccab-f80a-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205"}, "enabled": true, "id": "1abcca91faf24554b58e61f42a081205", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj"}]} 2018-09-04 21:59:03,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-c386ccab-f80a-44b-proj used request id req-22742ffe-6821-4ae6-86ed-28b0cdadf17a 2018-09-04 21:59:03,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e1cfae3a95348575253401d2184270042a622e" 2018-09-04 21:59:03,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5097e784-007f-45a6-bf52-a5d98c432e7d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:59:03,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-5097e784-007f-45a6-bf52-a5d98c432e7d 2018-09-04 21:59:04,323 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-c386ccab-f80a-44b-user 2018-09-04 21:59:04,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:04,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:04,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12f6cc77-0c6c-4ea5-9980-47640a9a1183 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:59:04,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-12f6cc77-0c6c-4ea5-9980-47640a9a1183 2018-09-04 21:59:04,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" -d '{"role": {"name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj-role"}}' 2018-09-04 21:59:04,544 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:59:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59197fa5-37a1-4545-a6ae-3a88584eff78 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c9e97484d55f412d9325d95c4e7645aa", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9e97484d55f412d9325d95c4e7645aa"}, "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj-role"}} 2018-09-04 21:59:04,544 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-59197fa5-37a1-4545-a6ae-3a88584eff78 2018-09-04 21:59:04,544 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-c386ccab-f80a-44b-proj-role 2018-09-04 21:59:04,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c9e97484d55f412d9325d95c4e7645aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:04,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f11966f-4429-4ae7-b59b-70c4c50d8506 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c9e97484d55f412d9325d95c4e7645aa"}, "domain_id": null, "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj-role", "id": "c9e97484d55f412d9325d95c4e7645aa"}} 2018-09-04 21:59:04,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c9e97484d55f412d9325d95c4e7645aa used request id req-6f11966f-4429-4ae7-b59b-70c4c50d8506 2018-09-04 21:59:04,564 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-c386ccab-f80a-44b-proj-role to project CreateRouterSuccessTests-c386ccab-f80a-44b-proj 2018-09-04 21:59:04,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205/users/441193ef0aed4c44923a3b77bab44c6a/roles/c9e97484d55f412d9325d95c4e7645aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:04,690 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:59:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da0c8f7a-e8f5-4244-a1b3-acd188f5f089 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:59:04,690 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205/users/441193ef0aed4c44923a3b77bab44c6a/roles/c9e97484d55f412d9325d95c4e7645aa used request id req-da0c8f7a-e8f5-4244-a1b3-acd188f5f089 2018-09-04 21:59:04,691 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:04,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:05,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9e97484d55f412d9325d95c4e7645aa", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj-role"}], "expires_at": "2018-09-04T22:59:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1abcca91faf24554b58e61f42a081205", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-user", "id": "441193ef0aed4c44923a3b77bab44c6a"}, "audit_ids": ["ynRf9aJsR_iDuUVuieecXg"], "issued_at": "2018-09-04T21:59:05.000000Z"}} 2018-09-04 21:59:05,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ceaf6058dd1fa5a2191e48d0a5896e9fa63269" 2018-09-04 21:59:05,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5096fd1-1ef3-4f19-bfdc-f97f95aaf077 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:05,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c5096fd1-1ef3-4f19-bfdc-f97f95aaf077 2018-09-04 21:59:05,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ceaf6058dd1fa5a2191e48d0a5896e9fa63269" 2018-09-04 21:59:05,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e0730212-10ca-4508-81f9-8b94a88399c3 Date: Tue, 04 Sep 2018 21:59:05 GMT RESP BODY: {"networks":[]} 2018-09-04 21:59:05,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1 used request id req-e0730212-10ca-4508-81f9-8b94a88399c3 2018-09-04 21:59:05,340 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1 2018-09-04 21:59:05,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ceaf6058dd1fa5a2191e48d0a5896e9fa63269" -d '{"network": {"name": "CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1", "admin_state_up": true}}' 2018-09-04 21:59:05,871 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3fe05ba3-5c3c-4279-b0b6-63cc370ca07e Date: Tue, 04 Sep 2018 21:59:05 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c673026e-a47e-430e-b4f0-b872ffc1302e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1abcca91faf24554b58e61f42a081205","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:59:05Z","is_default":false,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:05Z","mtu":1450}} 2018-09-04 21:59:05,871 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-3fe05ba3-5c3c-4279-b0b6-63cc370ca07e 2018-09-04 21:59:05,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ceaf6058dd1fa5a2191e48d0a5896e9fa63269" 2018-09-04 21:59:06,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-dc00df3b-5fb3-4d1e-8db4-0ea18ac76680 Date: Tue, 04 Sep 2018 21:59:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T21:59:05Z","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1abcca91faf24554b58e61f42a081205","id":"c673026e-a47e-430e-b4f0-b872ffc1302e","name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1"}]} 2018-09-04 21:59:06,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-dc00df3b-5fb3-4d1e-8db4-0ea18ac76680 2018-09-04 21:59:06,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ceaf6058dd1fa5a2191e48d0a5896e9fa63269" 2018-09-04 21:59:06,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e0f100b3-1da2-4db2-a88d-c0115a1ae67b Date: Tue, 04 Sep 2018 21:59:06 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:59:06,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-e0f100b3-1da2-4db2-a88d-c0115a1ae67b 2018-09-04 21:59:06,283 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1 2018-09-04 21:59:06,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ceaf6058dd1fa5a2191e48d0a5896e9fa63269" -d '{"subnets": [{"ip_version": 4, "network_id": "c673026e-a47e-430e-b4f0-b872ffc1302e", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1"}]}' 2018-09-04 21:59:06,902 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b8841b24-2a32-4a4a-aad9-73307f5e1fcf Date: Tue, 04 Sep 2018 21:59:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:06Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:06Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"1abcca91faf24554b58e61f42a081205","id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1"}]} 2018-09-04 21:59:06,902 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-b8841b24-2a32-4a4a-aad9-73307f5e1fcf 2018-09-04 21:59:06,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ceaf6058dd1fa5a2191e48d0a5896e9fa63269" 2018-09-04 21:59:07,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-10ad9c4d-1793-4a9a-a4b2-f0e91442fabe Date: Tue, 04 Sep 2018 21:59:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac8629e8-bbf6-4c94-aa7b-a5d17c020c81"],"updated_at":"2018-09-04T21:59:06Z","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1abcca91faf24554b58e61f42a081205","id":"c673026e-a47e-430e-b4f0-b872ffc1302e","name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1"}]} 2018-09-04 21:59:07,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-10ad9c4d-1793-4a9a-a4b2-f0e91442fabe 2018-09-04 21:59:07,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ceaf6058dd1fa5a2191e48d0a5896e9fa63269" 2018-09-04 21:59:07,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8b846418-931a-4407-884a-4a9adf9d0a03 Date: Tue, 04 Sep 2018 21:59:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:06Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"1abcca91faf24554b58e61f42a081205","id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1"}]} 2018-09-04 21:59:07,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-8b846418-931a-4407-884a-4a9adf9d0a03 2018-09-04 21:59:07,210 - OpenStackNetwork - DEBUG - Network [c673026e-a47e-430e-b4f0-b872ffc1302e] created successfully 2018-09-04 21:59:07,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:07,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:07,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9e97484d55f412d9325d95c4e7645aa", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj-role"}], "expires_at": "2018-09-04T22:59:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1abcca91faf24554b58e61f42a081205", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-user", "id": "441193ef0aed4c44923a3b77bab44c6a"}, "audit_ids": ["2tZa-vmXRyu38jsPSHKnmg"], "issued_at": "2018-09-04T21:59:07.000000Z"}} 2018-09-04 21:59:07,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:07,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79a5226a-7624-413f-88b5-91c2cce5d733 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:07,662 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-79a5226a-7624-413f-88b5-91c2cce5d733 2018-09-04 21:59:07,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:08,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-81782e7f-4d7e-4e4e-87c6-f53d8b665456 Date: Tue, 04 Sep 2018 21:59:08 GMT RESP BODY: {"routers": []} 2018-09-04 21:59:08,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router&admin_state_up=True used request id req-81782e7f-4d7e-4e4e-87c6-f53d8b665456 2018-09-04 21:59:08,037 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:08,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:08,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9e97484d55f412d9325d95c4e7645aa", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj-role"}], "expires_at": "2018-09-04T22:59:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1abcca91faf24554b58e61f42a081205", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-user", "id": "441193ef0aed4c44923a3b77bab44c6a"}, "audit_ids": ["_l9qozUUTIyTOGQCog4H8g"], "issued_at": "2018-09-04T21:59:08.000000Z"}} 2018-09-04 21:59:08,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff7b91848088484e780badd4cfeaf244cdac953" 2018-09-04 21:59:08,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a0ad40a-a1bc-4ce4-9ffe-67ed59071dfa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:08,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8a0ad40a-a1bc-4ce4-9ffe-67ed59071dfa 2018-09-04 21:59:08,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:08,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-37d50f97-30c1-4611-a007-9b39005d1167 Date: Tue, 04 Sep 2018 21:59:08 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 21:59:08,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-37d50f97-30c1-4611-a007-9b39005d1167 2018-09-04 21:59:08,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:08,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b27e9646-e58b-4ac0-b33f-cc960bf53ed4 Date: Tue, 04 Sep 2018 21:59:08 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:59:08,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-b27e9646-e58b-4ac0-b33f-cc960bf53ed4 2018-09-04 21:59:08,917 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router 2018-09-04 21:59:08,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router", "admin_state_up": true}}' 2018-09-04 21:59:13,766 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-e7277ab4-1530-4693-a7be-3f9ce3d430fc Date: Tue, 04 Sep 2018 21:59:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1abcca91faf24554b58e61f42a081205", "created_at": "2018-09-04T21:59:09Z", "admin_state_up": true, "updated_at": "2018-09-04T21:59:10Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "1abcca91faf24554b58e61f42a081205", "id": "2852229e-b63a-423a-b569-d4a28704aa3c", "name": "CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router"}} 2018-09-04 21:59:13,766 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-e7277ab4-1530-4693-a7be-3f9ce3d430fc 2018-09-04 21:59:13,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=2852229e-b63a-423a-b569-d4a28704aa3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:13,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3daed461-2acd-4f4f-86ff-777b1d3ffea3 Date: Tue, 04 Sep 2018 21:59:13 GMT RESP BODY: {"ports":[]} 2018-09-04 21:59:13,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=2852229e-b63a-423a-b569-d4a28704aa3c used request id req-3daed461-2acd-4f4f-86ff-777b1d3ffea3 2018-09-04 21:59:13,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:14,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-683372bd-b2d9-482f-8eb2-0596dbbe997d Date: Tue, 04 Sep 2018 21:59:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac8629e8-bbf6-4c94-aa7b-a5d17c020c81"],"updated_at":"2018-09-04T21:59:06Z","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1abcca91faf24554b58e61f42a081205","id":"c673026e-a47e-430e-b4f0-b872ffc1302e","name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1"}]} 2018-09-04 21:59:14,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1 used request id req-683372bd-b2d9-482f-8eb2-0596dbbe997d 2018-09-04 21:59:14,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:59:14,356 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:59:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:59:14,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:14,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5050456-5434-4c5f-9091-e1043022717e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205"}, "enabled": true, "id": "1abcca91faf24554b58e61f42a081205", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj"}} 2018-09-04 21:59:14,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205 used request id req-a5050456-5434-4c5f-9091-e1043022717e 2018-09-04 21:59:14,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:14,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-88c53901-ce15-4fd4-b708-48279e1867f3 Date: Tue, 04 Sep 2018 21:59:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:06Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"1abcca91faf24554b58e61f42a081205","id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1"}]} 2018-09-04 21:59:14,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-88c53901-ce15-4fd4-b708-48279e1867f3 2018-09-04 21:59:14,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e&name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:14,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b84c7458-e23a-4934-9e7f-a71548f5192e Date: Tue, 04 Sep 2018 21:59:14 GMT RESP BODY: {"ports":[]} 2018-09-04 21:59:14,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e&name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-port1&admin_state_up=True used request id req-b84c7458-e23a-4934-9e7f-a71548f5192e 2018-09-04 21:59:14,844 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-port1 for router - CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router 2018-09-04 21:59:14,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:14,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:15,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9e97484d55f412d9325d95c4e7645aa", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj-role"}], "expires_at": "2018-09-04T22:59:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1abcca91faf24554b58e61f42a081205", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-user", "id": "441193ef0aed4c44923a3b77bab44c6a"}, "audit_ids": ["LE-jt1wpRzGeBYOZwMmnzw"], "issued_at": "2018-09-04T21:59:15.000000Z"}} 2018-09-04 21:59:15,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4431868bbb6f9584a4db0fbebf80e3f8ce8122d7" 2018-09-04 21:59:15,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e54d93a-16fe-4d0d-a721-9d6c14d0c5bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:15,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8e54d93a-16fe-4d0d-a721-9d6c14d0c5bf 2018-09-04 21:59:15,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:15,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2435f66c-69f2-470c-922a-6ee73c182c6e Date: Tue, 04 Sep 2018 21:59:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac8629e8-bbf6-4c94-aa7b-a5d17c020c81"],"updated_at":"2018-09-04T21:59:06Z","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1abcca91faf24554b58e61f42a081205","id":"c673026e-a47e-430e-b4f0-b872ffc1302e","name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1"}]} 2018-09-04 21:59:15,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1 used request id req-2435f66c-69f2-470c-922a-6ee73c182c6e 2018-09-04 21:59:15,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:15,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-05352cac-778b-45b1-9cb2-258682f41ece Date: Tue, 04 Sep 2018 21:59:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:06Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"1abcca91faf24554b58e61f42a081205","id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1"}]} 2018-09-04 21:59:15,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-05352cac-778b-45b1-9cb2-258682f41ece 2018-09-04 21:59:15,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:15,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6d1088e6-5dab-432f-8ffe-b7098a828d88 Date: Tue, 04 Sep 2018 21:59:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac8629e8-bbf6-4c94-aa7b-a5d17c020c81"],"updated_at":"2018-09-04T21:59:06Z","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1abcca91faf24554b58e61f42a081205","id":"c673026e-a47e-430e-b4f0-b872ffc1302e","name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1"}]} 2018-09-04 21:59:15,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1 used request id req-6d1088e6-5dab-432f-8ffe-b7098a828d88 2018-09-04 21:59:15,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:59:15,884 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:59:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:59:15,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4431868bbb6f9584a4db0fbebf80e3f8ce8122d7" 2018-09-04 21:59:15,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b5ba148-56ec-4e6f-aeb3-44ff7e89f6c6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205"}, "enabled": true, "id": "1abcca91faf24554b58e61f42a081205", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj"}} 2018-09-04 21:59:15,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205 used request id req-6b5ba148-56ec-4e6f-aeb3-44ff7e89f6c6 2018-09-04 21:59:15,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:16,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-754b1215-5911-4af6-8a19-de9835061a30 Date: Tue, 04 Sep 2018 21:59:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:06Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"1abcca91faf24554b58e61f42a081205","id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1"}]} 2018-09-04 21:59:16,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-754b1215-5911-4af6-8a19-de9835061a30 2018-09-04 21:59:16,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e&name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:16,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-706e3318-98f9-4b4a-9d70-df15414dc4c7 Date: Tue, 04 Sep 2018 21:59:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:06Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"1abcca91faf24554b58e61f42a081205","id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1"}]} 2018-09-04 21:59:16,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e&name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1 used request id req-706e3318-98f9-4b4a-9d70-df15414dc4c7 2018-09-04 21:59:16,217 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1 2018-09-04 21:59:16,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" -d '{"port": {"network_id": "c673026e-a47e-430e-b4f0-b872ffc1302e", "fixed_ips": [{"subnet_id": "ac8629e8-bbf6-4c94-aa7b-a5d17c020c81", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-port1", "admin_state_up": true}}' 2018-09-04 21:59:17,213 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-f800bc9c-ba68-4041-a609-0fd50f0e9d96 Date: Tue, 04 Sep 2018 21:59:17 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:16Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","ip_address":"10.200.201.1"}],"id":"e6c71ef8-3e01-4c2b-a34d-ca9d603664a2","security_groups":["5fedc89d-e576-4f4a-987e-8604d7419a22"],"mac_address":"fa:16:3e:a1:72:2c","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-port1","project_id":"1abcca91faf24554b58e61f42a081205","qos_policy_id":null,"admin_state_up":true,"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:16Z","binding:vnic_type":"normal"}} 2018-09-04 21:59:17,213 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-f800bc9c-ba68-4041-a609-0fd50f0e9d96 2018-09-04 21:59:17,214 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-port1 for router - CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router 2018-09-04 21:59:17,214 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router 2018-09-04 21:59:17,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/2852229e-b63a-423a-b569-d4a28704aa3c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" -d '{"port_id": "e6c71ef8-3e01-4c2b-a34d-ca9d603664a2"}' 2018-09-04 21:59:19,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f67b1904-b69c-41eb-a371-5e3a56cbd28b Date: Tue, 04 Sep 2018 21:59:19 GMT RESP BODY: {"network_id": "c673026e-a47e-430e-b4f0-b872ffc1302e", "tenant_id": "1abcca91faf24554b58e61f42a081205", "subnet_id": "ac8629e8-bbf6-4c94-aa7b-a5d17c020c81", "subnet_ids": ["ac8629e8-bbf6-4c94-aa7b-a5d17c020c81"], "port_id": "e6c71ef8-3e01-4c2b-a34d-ca9d603664a2", "id": "2852229e-b63a-423a-b569-d4a28704aa3c"} 2018-09-04 21:59:19,199 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2852229e-b63a-423a-b569-d4a28704aa3c/add_router_interface used request id req-f67b1904-b69c-41eb-a371-5e3a56cbd28b 2018-09-04 21:59:19,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/2852229e-b63a-423a-b569-d4a28704aa3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:19,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-44977251-e71e-4b37-9fbc-11de1c910531 Date: Tue, 04 Sep 2018 21:59:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1abcca91faf24554b58e61f42a081205", "created_at": "2018-09-04T21:59:09Z", "admin_state_up": true, "updated_at": "2018-09-04T21:59:18Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "1abcca91faf24554b58e61f42a081205", "id": "2852229e-b63a-423a-b569-d4a28704aa3c", "name": "CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router"}} 2018-09-04 21:59:19,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/2852229e-b63a-423a-b569-d4a28704aa3c used request id req-44977251-e71e-4b37-9fbc-11de1c910531 2018-09-04 21:59:19,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=2852229e-b63a-423a-b569-d4a28704aa3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:19,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 860 X-Openstack-Request-Id: req-1eacd9f3-d3cd-4c3b-a7ca-f30bde4dc17e Date: Tue, 04 Sep 2018 21:59:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","ip_address":"10.200.201.1"}],"id":"e6c71ef8-3e01-4c2b-a34d-ca9d603664a2","security_groups":["5fedc89d-e576-4f4a-987e-8604d7419a22"],"mac_address":"fa:16:3e:a1:72:2c","project_id":"1abcca91faf24554b58e61f42a081205","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-port1","admin_state_up":true,"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:16Z","binding:vnic_type":"normal","device_id":"2852229e-b63a-423a-b569-d4a28704aa3c"}]} 2018-09-04 21:59:19,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=2852229e-b63a-423a-b569-d4a28704aa3c used request id req-1eacd9f3-d3cd-4c3b-a7ca-f30bde4dc17e 2018-09-04 21:59:19,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/ac8629e8-bbf6-4c94-aa7b-a5d17c020c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:19,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-fe2a2d67-27ca-4795-be0c-5d2cde5521a3 Date: Tue, 04 Sep 2018 21:59:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:06Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:06Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"1abcca91faf24554b58e61f42a081205","id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1"}} 2018-09-04 21:59:19,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/ac8629e8-bbf6-4c94-aa7b-a5d17c020c81 used request id req-fe2a2d67-27ca-4795-be0c-5d2cde5521a3 2018-09-04 21:59:19,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:20,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9e97484d55f412d9325d95c4e7645aa", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj-role"}], "expires_at": "2018-09-04T22:59:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1abcca91faf24554b58e61f42a081205", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1abcca91faf24554b58e61f42a081205", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-user", "id": "441193ef0aed4c44923a3b77bab44c6a"}, "audit_ids": ["NPfG_MrsS9u2ooOp2dzPSQ"], "issued_at": "2018-09-04T21:59:20.000000Z"}} 2018-09-04 21:59:20,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602991a54bb87b591962996519d98c05aa1be8b1" 2018-09-04 21:59:20,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-d8e7f423-9048-4afc-8163-167cfda61c48 Date: Tue, 04 Sep 2018 21:59:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1abcca91faf24554b58e61f42a081205", "created_at": "2018-09-04T21:59:09Z", "admin_state_up": true, "updated_at": "2018-09-04T21:59:18Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "1abcca91faf24554b58e61f42a081205", "id": "2852229e-b63a-423a-b569-d4a28704aa3c", "name": "CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router"}]} 2018-09-04 21:59:20,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router&admin_state_up=True used request id req-d8e7f423-9048-4afc-8163-167cfda61c48 2018-09-04 21:59:20,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:59:20,467 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:59:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:59:20,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5dc1f6911f55df7e5376bc4447097e2e6b02e5" 2018-09-04 21:59:20,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b71d42d8-92b6-4b40-a592-b816f779ef50 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205"}, "enabled": true, "id": "1abcca91faf24554b58e61f42a081205", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj"}} 2018-09-04 21:59:20,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205 used request id req-b71d42d8-92b6-4b40-a592-b816f779ef50 2018-09-04 21:59:20,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=2852229e-b63a-423a-b569-d4a28704aa3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602991a54bb87b591962996519d98c05aa1be8b1" 2018-09-04 21:59:20,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 860 X-Openstack-Request-Id: req-adbe762a-3b1a-4746-b2e2-6e8830812526 Date: Tue, 04 Sep 2018 21:59:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","ip_address":"10.200.201.1"}],"id":"e6c71ef8-3e01-4c2b-a34d-ca9d603664a2","security_groups":["5fedc89d-e576-4f4a-987e-8604d7419a22"],"mac_address":"fa:16:3e:a1:72:2c","project_id":"1abcca91faf24554b58e61f42a081205","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-port1","admin_state_up":true,"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:16Z","binding:vnic_type":"normal","device_id":"2852229e-b63a-423a-b569-d4a28704aa3c"}]} 2018-09-04 21:59:20,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=2852229e-b63a-423a-b569-d4a28704aa3c used request id req-adbe762a-3b1a-4746-b2e2-6e8830812526 2018-09-04 21:59:20,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/ac8629e8-bbf6-4c94-aa7b-a5d17c020c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602991a54bb87b591962996519d98c05aa1be8b1" 2018-09-04 21:59:20,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-28de3c36-8108-42ed-b180-00d474391a09 Date: Tue, 04 Sep 2018 21:59:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:06Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:06Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"1abcca91faf24554b58e61f42a081205","id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1"}} 2018-09-04 21:59:20,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/ac8629e8-bbf6-4c94-aa7b-a5d17c020c81 used request id req-28de3c36-8108-42ed-b180-00d474391a09 2018-09-04 21:59:20,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602991a54bb87b591962996519d98c05aa1be8b1" 2018-09-04 21:59:21,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d0051d62-a4d5-4bc8-b6eb-d9b4fec567dd Date: Tue, 04 Sep 2018 21:59:21 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 21:59:21,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-d0051d62-a4d5-4bc8-b6eb-d9b4fec567dd 2018-09-04 21:59:21,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602991a54bb87b591962996519d98c05aa1be8b1" 2018-09-04 21:59:21,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3c1d303f-93f7-4c8a-b59c-b0b82dcdc292 Date: Tue, 04 Sep 2018 21:59:21 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:59:21,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-3c1d303f-93f7-4c8a-b59c-b0b82dcdc292 2018-09-04 21:59:21,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602991a54bb87b591962996519d98c05aa1be8b1" 2018-09-04 21:59:21,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-77123266-5125-4e2c-bad6-f3009086c2e5 Date: Tue, 04 Sep 2018 21:59:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac8629e8-bbf6-4c94-aa7b-a5d17c020c81"],"updated_at":"2018-09-04T21:59:06Z","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1abcca91faf24554b58e61f42a081205","id":"c673026e-a47e-430e-b4f0-b872ffc1302e","name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1"}]} 2018-09-04 21:59:21,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-77123266-5125-4e2c-bad6-f3009086c2e5 2018-09-04 21:59:21,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602991a54bb87b591962996519d98c05aa1be8b1" 2018-09-04 21:59:21,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-6c6c2bc2-d5b7-4daa-bb86-6421226dcdae Date: Tue, 04 Sep 2018 21:59:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:06Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"1abcca91faf24554b58e61f42a081205","id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1"}]} 2018-09-04 21:59:21,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-6c6c2bc2-d5b7-4daa-bb86-6421226dcdae 2018-09-04 21:59:21,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602991a54bb87b591962996519d98c05aa1be8b1" 2018-09-04 21:59:22,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3147 X-Openstack-Request-Id: req-ec37652f-e321-4730-b889-4849a53e8a58 Date: Tue, 04 Sep 2018 21:59:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","ip_address":"10.200.201.3"}],"id":"3da97cd1-16de-4636-af04-8549807e28f2","security_groups":[],"mac_address":"fa:16:3e:68:90:58","project_id":"1abcca91faf24554b58e61f42a081205","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c673026e-a47e-430e-b4f0-b872ffc1302e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","ip_address":"10.200.201.4"}],"id":"5a05cee8-69e4-43b0-b06e-41ec4ea2dca9","security_groups":[],"mac_address":"fa:16:3e:9f:d6:c0","project_id":"1abcca91faf24554b58e61f42a081205","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c673026e-a47e-430e-b4f0-b872ffc1302e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","ip_address":"10.200.201.2"}],"id":"cc5ac853-db25-440a-9687-32dc1ed0fd8f","security_groups":[],"mac_address":"fa:16:3e:62:49:98","project_id":"1abcca91faf24554b58e61f42a081205","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c673026e-a47e-430e-b4f0-b872ffc1302e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","ip_address":"10.200.201.1"}],"id":"e6c71ef8-3e01-4c2b-a34d-ca9d603664a2","security_groups":["5fedc89d-e576-4f4a-987e-8604d7419a22"],"mac_address":"fa:16:3e:a1:72:2c","project_id":"1abcca91faf24554b58e61f42a081205","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-port1","admin_state_up":true,"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:16Z","binding:vnic_type":"normal","device_id":"2852229e-b63a-423a-b569-d4a28704aa3c"}]} 2018-09-04 21:59:22,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-ec37652f-e321-4730-b889-4849a53e8a58 2018-09-04 21:59:22,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/ac8629e8-bbf6-4c94-aa7b-a5d17c020c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602991a54bb87b591962996519d98c05aa1be8b1" 2018-09-04 21:59:22,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d33202a1-4a5d-4e62-be8d-d029c7759dcd Date: Tue, 04 Sep 2018 21:59:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:06Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:06Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"1abcca91faf24554b58e61f42a081205","id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1"}} 2018-09-04 21:59:22,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/ac8629e8-bbf6-4c94-aa7b-a5d17c020c81 used request id req-d33202a1-4a5d-4e62-be8d-d029c7759dcd 2018-09-04 21:59:22,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602991a54bb87b591962996519d98c05aa1be8b1" 2018-09-04 21:59:22,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-801b5a2d-bbf2-427c-91c0-72fe3aa9f8b9 Date: Tue, 04 Sep 2018 21:59:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac8629e8-bbf6-4c94-aa7b-a5d17c020c81"],"updated_at":"2018-09-04T21:59:06Z","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1abcca91faf24554b58e61f42a081205","id":"c673026e-a47e-430e-b4f0-b872ffc1302e","name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1"}]} 2018-09-04 21:59:22,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-801b5a2d-bbf2-427c-91c0-72fe3aa9f8b9 2018-09-04 21:59:22,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602991a54bb87b591962996519d98c05aa1be8b1" 2018-09-04 21:59:22,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fc435129-607c-4dae-a92d-383716f1905d Date: Tue, 04 Sep 2018 21:59:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c673026e-a47e-430e-b4f0-b872ffc1302e","tenant_id":"1abcca91faf24554b58e61f42a081205","created_at":"2018-09-04T21:59:06Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"1abcca91faf24554b58e61f42a081205","id":"ac8629e8-bbf6-4c94-aa7b-a5d17c020c81","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1"}]} 2018-09-04 21:59:22,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-fc435129-607c-4dae-a92d-383716f1905d 2018-09-04 21:59:22,730 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router and port CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-port1 2018-09-04 21:59:22,730 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router 2018-09-04 21:59:22,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/2852229e-b63a-423a-b569-d4a28704aa3c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" -d '{"port_id": "e6c71ef8-3e01-4c2b-a34d-ca9d603664a2"}' 2018-09-04 21:59:24,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-48aa1214-a445-4100-88a4-a894eaf90732 Date: Tue, 04 Sep 2018 21:59:24 GMT RESP BODY: {"network_id": "c673026e-a47e-430e-b4f0-b872ffc1302e", "tenant_id": "1abcca91faf24554b58e61f42a081205", "subnet_id": "ac8629e8-bbf6-4c94-aa7b-a5d17c020c81", "subnet_ids": ["ac8629e8-bbf6-4c94-aa7b-a5d17c020c81"], "port_id": "e6c71ef8-3e01-4c2b-a34d-ca9d603664a2", "id": "2852229e-b63a-423a-b569-d4a28704aa3c"} 2018-09-04 21:59:24,166 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2852229e-b63a-423a-b569-d4a28704aa3c/remove_router_interface used request id req-48aa1214-a445-4100-88a4-a894eaf90732 2018-09-04 21:59:24,167 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router 2018-09-04 21:59:24,167 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-router 2018-09-04 21:59:24,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/2852229e-b63a-423a-b569-d4a28704aa3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fcd77a5c045dbd6d2a1532a1decfc2dafe8109" 2018-09-04 21:59:27,487 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e721a60b-5dc8-48bd-8cb1-2d6859f7fc24 Content-Length: 0 Date: Tue, 04 Sep 2018 21:59:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:59:27,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/2852229e-b63a-423a-b569-d4a28704aa3c used request id req-e721a60b-5dc8-48bd-8cb1-2d6859f7fc24 2018-09-04 21:59:27,488 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1 2018-09-04 21:59:27,488 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-subnet1 2018-09-04 21:59:27,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/ac8629e8-bbf6-4c94-aa7b-a5d17c020c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ceaf6058dd1fa5a2191e48d0a5896e9fa63269" 2018-09-04 21:59:30,057 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ba2b8062-5deb-4900-9415-3073e2703654 Date: Tue, 04 Sep 2018 21:59:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:59:30,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/ac8629e8-bbf6-4c94-aa7b-a5d17c020c81 used request id req-ba2b8062-5deb-4900-9415-3073e2703654 2018-09-04 21:59:30,058 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-1a510853-59c4-4559-ad63-aa1328d7b5ce-pub-net1 2018-09-04 21:59:30,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/c673026e-a47e-430e-b4f0-b872ffc1302e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ceaf6058dd1fa5a2191e48d0a5896e9fa63269" 2018-09-04 21:59:31,333 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2713d15a-bd5d-4c4d-88b0-080d58f79123 Date: Tue, 04 Sep 2018 21:59:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:59:31,333 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c673026e-a47e-430e-b4f0-b872ffc1302e used request id req-2713d15a-bd5d-4c4d-88b0-080d58f79123 2018-09-04 21:59:31,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:31,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-aa86d8e4-566b-47f7-93ec-f6f9c5a23050 Date: Tue, 04 Sep 2018 21:59:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1abcca91faf24554b58e61f42a081205", "created_at": "2018-09-04T21:59:05Z", "updated_at": "2018-09-04T21:59:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:59:05Z", "revision_number": 0, "id": "63711b70-3c95-473d-8992-d870610c7523", "remote_group_id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "remote_ip_prefix": null, "created_at": "2018-09-04T21:59:05Z", "security_group_id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "tenant_id": "1abcca91faf24554b58e61f42a081205", "port_range_min": null, "ethertype": "IPv6", "project_id": "1abcca91faf24554b58e61f42a081205"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:59:05Z", "revision_number": 0, "id": "6d726202-98c5-4af0-bdc0-4c24d25fb8a6", "remote_group_id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "remote_ip_prefix": null, "created_at": "2018-09-04T21:59:05Z", "security_group_id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "tenant_id": "1abcca91faf24554b58e61f42a081205", "port_range_min": null, "ethertype": "IPv4", "project_id": "1abcca91faf24554b58e61f42a081205"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:59:05Z", "revision_number": 0, "id": "d44eab33-60f0-41e0-8a91-b5b71c0186fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:59:05Z", "security_group_id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "tenant_id": "1abcca91faf24554b58e61f42a081205", "port_range_min": null, "ethertype": "IPv4", "project_id": "1abcca91faf24554b58e61f42a081205"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:59:05Z", "revision_number": 0, "id": "eb589869-899d-4d93-9896-a4be54cba5d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:59:05Z", "security_group_id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "tenant_id": "1abcca91faf24554b58e61f42a081205", "port_range_min": null, "ethertype": "IPv6", "project_id": "1abcca91faf24554b58e61f42a081205"}], "revision_number": 4, "project_id": "1abcca91faf24554b58e61f42a081205", "id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:59:31,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-aa86d8e4-566b-47f7-93ec-f6f9c5a23050 2018-09-04 21:59:31,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:31,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6f5748b-1b99-40ca-b8ba-f565af65796b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:59:31,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-a6f5748b-1b99-40ca-b8ba-f565af65796b 2018-09-04 21:59:31,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:31,779 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-234d4117-d8c5-4df2-9f5a-acf60e8c3cf0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:31,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-234d4117-d8c5-4df2-9f5a-acf60e8c3cf0 2018-09-04 21:59:31,779 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:31,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:31,957 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90dc912a-4959-4762-9664-29a04442f095 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:31,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-90dc912a-4959-4762-9664-29a04442f095 2018-09-04 21:59:31,957 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:31,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:32,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c9ea1e0-1ce8-455b-85bf-b88a61fb9746 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:59:32,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-3c9ea1e0-1ce8-455b-85bf-b88a61fb9746 2018-09-04 21:59:32,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:32,147 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3a08bd0-8313-4f02-b077-fc3d488a2227 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:32,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-d3a08bd0-8313-4f02-b077-fc3d488a2227 2018-09-04 21:59:32,148 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:32,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:32,230 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89d32966-a061-413a-bcbb-0ce3edb73081 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:32,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-89d32966-a061-413a-bcbb-0ce3edb73081 2018-09-04 21:59:32,231 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:32,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:32,322 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f112f6f8-58b7-492d-95a9-b23a398aa884 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:32,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-f112f6f8-58b7-492d-95a9-b23a398aa884 2018-09-04 21:59:32,322 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:32,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:32,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47825b1b-0c1e-4ae8-91b9-850c87e54787 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205"}, "enabled": true, "id": "1abcca91faf24554b58e61f42a081205", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c386ccab-f80a-44b-proj"}} 2018-09-04 21:59:32,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205 used request id req-47825b1b-0c1e-4ae8-91b9-850c87e54787 2018-09-04 21:59:32,421 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5fedc89d-e576-4f4a-987e-8604d7419a22 2018-09-04 21:59:32,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=5fedc89d-e576-4f4a-987e-8604d7419a22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:32,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1115853e-ab7e-44bc-a43a-07b91606089c Date: Tue, 04 Sep 2018 21:59:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:59:05Z", "security_group_id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "port_range_min": null, "revision_number": 0, "tenant_id": "1abcca91faf24554b58e61f42a081205", "created_at": "2018-09-04T21:59:05Z", "project_id": "1abcca91faf24554b58e61f42a081205", "id": "63711b70-3c95-473d-8992-d870610c7523"}, {"remote_group_id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:59:05Z", "security_group_id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "port_range_min": null, "revision_number": 0, "tenant_id": "1abcca91faf24554b58e61f42a081205", "created_at": "2018-09-04T21:59:05Z", "project_id": "1abcca91faf24554b58e61f42a081205", "id": "6d726202-98c5-4af0-bdc0-4c24d25fb8a6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:59:05Z", "security_group_id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "port_range_min": null, "revision_number": 0, "tenant_id": "1abcca91faf24554b58e61f42a081205", "created_at": "2018-09-04T21:59:05Z", "project_id": "1abcca91faf24554b58e61f42a081205", "id": "d44eab33-60f0-41e0-8a91-b5b71c0186fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:59:05Z", "security_group_id": "5fedc89d-e576-4f4a-987e-8604d7419a22", "port_range_min": null, "revision_number": 0, "tenant_id": "1abcca91faf24554b58e61f42a081205", "created_at": "2018-09-04T21:59:05Z", "project_id": "1abcca91faf24554b58e61f42a081205", "id": "eb589869-899d-4d93-9896-a4be54cba5d1"}]} 2018-09-04 21:59:32,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=5fedc89d-e576-4f4a-987e-8604d7419a22 used request id req-1115853e-ab7e-44bc-a43a-07b91606089c 2018-09-04 21:59:32,601 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 21:59:32,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/5fedc89d-e576-4f4a-987e-8604d7419a22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:33,000 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e2af3888-697f-4dad-a088-a6dfe82ad275 Content-Length: 0 Date: Tue, 04 Sep 2018 21:59:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:59:33,000 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/5fedc89d-e576-4f4a-987e-8604d7419a22 used request id req-e2af3888-697f-4dad-a088-a6dfe82ad275 2018-09-04 21:59:33,001 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-c386ccab-f80a-44b-proj 2018-09-04 21:59:33,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:33,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:59:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c419b7c-8b01-4bf2-9570-738cc8f21183 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:59:33,205 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/1abcca91faf24554b58e61f42a081205 used request id req-1c419b7c-8b01-4bf2-9570-738cc8f21183 2018-09-04 21:59:33,205 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-c386ccab-f80a-44b-proj-role 2018-09-04 21:59:33,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c9e97484d55f412d9325d95c4e7645aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:33,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:59:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-256ddbf4-b891-496b-b9fe-b1be10e7813e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:59:33,412 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c9e97484d55f412d9325d95c4e7645aa used request id req-256ddbf4-b891-496b-b9fe-b1be10e7813e 2018-09-04 21:59:33,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d37ce1fa78126e78765eb00400b2b8a024f9b9" 2018-09-04 21:59:33,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b5cab38-ba0d-42d4-ade5-abb866878e3d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:59:33,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1b5cab38-ba0d-42d4-ade5-abb866878e3d 2018-09-04 21:59:33,505 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-c386ccab-f80a-44b-user 2018-09-04 21:59:33,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/441193ef0aed4c44923a3b77bab44c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e1cfae3a95348575253401d2184270042a622e" 2018-09-04 21:59:33,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:59:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39ac82e9-f079-48d6-b051-273d6dee9994 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:59:33,703 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/441193ef0aed4c44923a3b77bab44c6a used request id req-39ac82e9-f079-48d6-b051-273d6dee9994 2018-09-04 21:59:33,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:34,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:59:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["UDQNV8ocQTS_0SVPVnnMRQ"], "issued_at": "2018-09-04T21:59:34.000000Z"}} 2018-09-04 21:59:34,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae16e0e58fa069a324b661c7dc2bbb42be1e22" 2018-09-04 21:59:34,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-875637c9-4f1c-4d90-b5c6-ac2c0ef458ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:34,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-875637c9-4f1c-4d90-b5c6-ac2c0ef458ff 2018-09-04 21:59:34,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:34,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:34,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:59:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["K8nfDlavRYmUJ1fvUFtXWw"], "issued_at": "2018-09-04T21:59:34.000000Z"}} 2018-09-04 21:59:34,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:34,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a19fc455-9c7d-492d-b110-377d14c86501 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:34,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a19fc455-9c7d-492d-b110-377d14c86501 2018-09-04 21:59:34,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:59:34,658 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:59:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:59:34,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:34,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-948df043-4b25-40f3-aa57-e760a7087197 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:59:34,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj used request id req-948df043-4b25-40f3-aa57-e760a7087197 2018-09-04 21:59:34,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:34,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-178bac26-7418-47ec-8cd5-bbe37ac65474 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:59:34,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-178bac26-7418-47ec-8cd5-bbe37ac65474 2018-09-04 21:59:34,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj"}}' 2018-09-04 21:59:34,963 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:59:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4e8c761-1cbd-4900-8bba-5b26ea5f3d4e Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1cc8d19fc2b74722bf1952e08760d51e"}, "enabled": true, "id": "1cc8d19fc2b74722bf1952e08760d51e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj"}} 2018-09-04 21:59:34,963 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-b4e8c761-1cbd-4900-8bba-5b26ea5f3d4e 2018-09-04 21:59:34,964 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj 2018-09-04 21:59:34,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:34,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:35,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:59:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["-zt1GM6jTKWIBvFwz5LrZA"], "issued_at": "2018-09-04T21:59:35.000000Z"}} 2018-09-04 21:59:35,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a351944f7ed3dbc71cac65e47e3ce852dedc60e9" 2018-09-04 21:59:35,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ebb3d2a-fc94-4fbe-8ad9-96136762d6ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:35,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0ebb3d2a-fc94-4fbe-8ad9-96136762d6ee 2018-09-04 21:59:35,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:59:35,361 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:59:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:59:35,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a351944f7ed3dbc71cac65e47e3ce852dedc60e9" 2018-09-04 21:59:35,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a2b1d58-7e4f-4198-bd7c-a513fbe4be10 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:59:35,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5a2b1d58-7e4f-4198-bd7c-a513fbe4be10 2018-09-04 21:59:35,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a351944f7ed3dbc71cac65e47e3ce852dedc60e9" 2018-09-04 21:59:35,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e89264d3-ed22-4c31-83d6-65d54fa7110a Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1cc8d19fc2b74722bf1952e08760d51e"}, "enabled": true, "id": "1cc8d19fc2b74722bf1952e08760d51e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj"}]} 2018-09-04 21:59:35,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj used request id req-e89264d3-ed22-4c31-83d6-65d54fa7110a 2018-09-04 21:59:35,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a351944f7ed3dbc71cac65e47e3ce852dedc60e9" 2018-09-04 21:59:35,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97072cd4-ec77-4041-aaae-ca73696efb12 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:59:35,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-97072cd4-ec77-4041-aaae-ca73696efb12 2018-09-04 21:59:35,970 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-a38f58b9-a8a3-41a-user 2018-09-04 21:59:35,970 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:35,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:36,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5809d97-4655-4479-9b9a-39dc270ab711 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:59:36,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c5809d97-4655-4479-9b9a-39dc270ab711 2018-09-04 21:59:36,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" -d '{"role": {"name": "CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj-role"}}' 2018-09-04 21:59:36,172 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:59:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-720c1769-9e7b-4817-9e85-7cdecf0413df Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aa26984eca134ad299dcbf69871eacea", "links": {"self": "http://172.30.9.26:5000/v3/roles/aa26984eca134ad299dcbf69871eacea"}, "name": "CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj-role"}} 2018-09-04 21:59:36,172 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-720c1769-9e7b-4817-9e85-7cdecf0413df 2018-09-04 21:59:36,173 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj-role 2018-09-04 21:59:36,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/aa26984eca134ad299dcbf69871eacea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:36,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0915705f-6a51-4da4-900a-b875825870c3 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/aa26984eca134ad299dcbf69871eacea"}, "domain_id": null, "name": "CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj-role", "id": "aa26984eca134ad299dcbf69871eacea"}} 2018-09-04 21:59:36,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/aa26984eca134ad299dcbf69871eacea used request id req-0915705f-6a51-4da4-900a-b875825870c3 2018-09-04 21:59:36,256 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj-role to project CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj 2018-09-04 21:59:36,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/1cc8d19fc2b74722bf1952e08760d51e/users/3e7ec5959eef4e0ea37de2d57a45e1c7/roles/aa26984eca134ad299dcbf69871eacea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:36,392 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:59:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1dac1d80-5896-40fe-a9b2-961b585e22cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:59:36,392 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/1cc8d19fc2b74722bf1952e08760d51e/users/3e7ec5959eef4e0ea37de2d57a45e1c7/roles/aa26984eca134ad299dcbf69871eacea used request id req-1dac1d80-5896-40fe-a9b2-961b585e22cf 2018-09-04 21:59:36,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:36,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:36,776 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:59:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["pcsGYy35Rc-0t6QUgzZjeA"], "issued_at": "2018-09-04T21:59:36.000000Z"}} 2018-09-04 21:59:36,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:36,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0eb02a6-eacf-42ba-9627-8d75c3001e48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:36,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d0eb02a6-eacf-42ba-9627-8d75c3001e48 2018-09-04 21:59:36,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-99281b40-5597-4d85-a530-0adb9898e0cc-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:36,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c1b3243f-2928-4bdf-ada4-0aeaf3f86e84 Date: Tue, 04 Sep 2018 21:59:36 GMT RESP BODY: {"routers": []} 2018-09-04 21:59:36,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-99281b40-5597-4d85-a530-0adb9898e0cc-pub-router&admin_state_up=True used request id req-c1b3243f-2928-4bdf-ada4-0aeaf3f86e84 2018-09-04 21:59:36,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:37,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:37,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:59:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["VkkCuuneRlKv2hII0oyKWw"], "issued_at": "2018-09-04T21:59:37.000000Z"}} 2018-09-04 21:59:37,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6705acbaa4f1059ab4288fc2f466dbd5e93debc0" 2018-09-04 21:59:37,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c1ce9db-f6da-4842-88df-ad51b4fef1a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:37,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0c1ce9db-f6da-4842-88df-ad51b4fef1a0 2018-09-04 21:59:37,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:59:37,481 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:59:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:59:37,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6705acbaa4f1059ab4288fc2f466dbd5e93debc0" 2018-09-04 21:59:37,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0b844b9-327a-4a09-8a75-6bf269dd0acd Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1cc8d19fc2b74722bf1952e08760d51e"}, "enabled": true, "id": "1cc8d19fc2b74722bf1952e08760d51e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj"}]} 2018-09-04 21:59:37,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj used request id req-e0b844b9-327a-4a09-8a75-6bf269dd0acd 2018-09-04 21:59:37,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:37,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3eeba162-85da-456b-818a-f9c8082038aa Date: Tue, 04 Sep 2018 21:59:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 21:59:37,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-3eeba162-85da-456b-818a-f9c8082038aa 2018-09-04 21:59:37,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:38,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-31eb3cae-5fc8-461c-a22d-8d1d839aec69 Date: Tue, 04 Sep 2018 21:59:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 21:59:38,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-31eb3cae-5fc8-461c-a22d-8d1d839aec69 2018-09-04 21:59:38,044 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-99281b40-5597-4d85-a530-0adb9898e0cc-pub-router 2018-09-04 21:59:38,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "tenant_id": "1cc8d19fc2b74722bf1952e08760d51e", "name": "CreateRouterSuccessTests-99281b40-5597-4d85-a530-0adb9898e0cc-pub-router", "admin_state_up": true}}' 2018-09-04 21:59:43,037 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-95dbaf9f-5295-4c70-8b14-f82b56278094 Date: Tue, 04 Sep 2018 21:59:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1cc8d19fc2b74722bf1952e08760d51e", "created_at": "2018-09-04T21:59:38Z", "admin_state_up": true, "updated_at": "2018-09-04T21:59:39Z", "project_id": "1cc8d19fc2b74722bf1952e08760d51e", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "3ec9d76f-bd21-479a-86aa-930f2eb14b2e", "name": "CreateRouterSuccessTests-99281b40-5597-4d85-a530-0adb9898e0cc-pub-router"}} 2018-09-04 21:59:43,038 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-95dbaf9f-5295-4c70-8b14-f82b56278094 2018-09-04 21:59:43,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=3ec9d76f-bd21-479a-86aa-930f2eb14b2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:43,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-2d943266-65c7-4d02-b24b-a086990a72b5 Date: Tue, 04 Sep 2018 21:59:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:40Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"51c55552-795e-48cf-ba90-d2715f390231","ip_address":"169.254.192.9"}],"id":"38c0a050-79c1-45ef-bf45-5eb2961ac085","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bc:10:3b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1cc8d19fc2b74722bf1952e08760d51e","admin_state_up":true,"network_id":"58b5e8ad-078d-44b5-9fd4-6ca53e046744","tenant_id":"","created_at":"2018-09-04T21:59:40Z","binding:vnic_type":"normal","device_id":"3ec9d76f-bd21-479a-86aa-930f2eb14b2e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:41Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"51c55552-795e-48cf-ba90-d2715f390231","ip_address":"169.254.192.11"}],"id":"a5bac50c-a855-45cb-a55c-2e548388f45f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:79:b9:9b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1cc8d19fc2b74722bf1952e08760d51e","admin_state_up":true,"network_id":"58b5e8ad-078d-44b5-9fd4-6ca53e046744","tenant_id":"","created_at":"2018-09-04T21:59:40Z","binding:vnic_type":"normal","device_id":"3ec9d76f-bd21-479a-86aa-930f2eb14b2e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:41Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"51c55552-795e-48cf-ba90-d2715f390231","ip_address":"169.254.192.8"}],"id":"e14ba237-8fc5-446d-97ce-ff3a9655fc2c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0a:8b:68","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1cc8d19fc2b74722bf1952e08760d51e","admin_state_up":true,"network_id":"58b5e8ad-078d-44b5-9fd4-6ca53e046744","tenant_id":"","created_at":"2018-09-04T21:59:41Z","binding:vnic_type":"normal","device_id":"3ec9d76f-bd21-479a-86aa-930f2eb14b2e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:39Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.200"}],"id":"f4fb95ac-03df-4dc4-bebe-f02f5546245c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a1:09:69","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T21:59:39Z","binding:vnic_type":"normal","device_id":"3ec9d76f-bd21-479a-86aa-930f2eb14b2e"}]} 2018-09-04 21:59:43,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=3ec9d76f-bd21-479a-86aa-930f2eb14b2e used request id req-2d943266-65c7-4d02-b24b-a086990a72b5 2018-09-04 21:59:43,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:43,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-9fc67b4f-0d80-4544-a1ef-7b8659beb737 Date: Tue, 04 Sep 2018 21:59:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 21:59:43,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-9fc67b4f-0d80-4544-a1ef-7b8659beb737 2018-09-04 21:59:43,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/51c55552-795e-48cf-ba90-d2715f390231 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:43,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-dd0767d3-edae-413e-aa2d-568da9543450 Date: Tue, 04 Sep 2018 21:59:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"58b5e8ad-078d-44b5-9fd4-6ca53e046744","tenant_id":"","created_at":"2018-09-04T21:59:38Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:38Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"51c55552-795e-48cf-ba90-d2715f390231","subnetpool_id":null,"name":"HA subnet tenant 1cc8d19fc2b74722bf1952e08760d51e"}} 2018-09-04 21:59:43,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/51c55552-795e-48cf-ba90-d2715f390231 used request id req-dd0767d3-edae-413e-aa2d-568da9543450 2018-09-04 21:59:43,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/51c55552-795e-48cf-ba90-d2715f390231 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:43,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8f3711c2-6b4f-4028-9ac0-f09b5526ba79 Date: Tue, 04 Sep 2018 21:59:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"58b5e8ad-078d-44b5-9fd4-6ca53e046744","tenant_id":"","created_at":"2018-09-04T21:59:38Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:38Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"51c55552-795e-48cf-ba90-d2715f390231","subnetpool_id":null,"name":"HA subnet tenant 1cc8d19fc2b74722bf1952e08760d51e"}} 2018-09-04 21:59:43,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/51c55552-795e-48cf-ba90-d2715f390231 used request id req-8f3711c2-6b4f-4028-9ac0-f09b5526ba79 2018-09-04 21:59:43,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/51c55552-795e-48cf-ba90-d2715f390231 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:43,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1b4ad779-4561-4945-9313-e0eb97d6cff4 Date: Tue, 04 Sep 2018 21:59:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"58b5e8ad-078d-44b5-9fd4-6ca53e046744","tenant_id":"","created_at":"2018-09-04T21:59:38Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:38Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"51c55552-795e-48cf-ba90-d2715f390231","subnetpool_id":null,"name":"HA subnet tenant 1cc8d19fc2b74722bf1952e08760d51e"}} 2018-09-04 21:59:43,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/51c55552-795e-48cf-ba90-d2715f390231 used request id req-1b4ad779-4561-4945-9313-e0eb97d6cff4 2018-09-04 21:59:43,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/3ec9d76f-bd21-479a-86aa-930f2eb14b2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:44,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-3bada94f-cd15-4955-8369-7b38e1591693 Date: Tue, 04 Sep 2018 21:59:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1cc8d19fc2b74722bf1952e08760d51e", "created_at": "2018-09-04T21:59:38Z", "admin_state_up": true, "updated_at": "2018-09-04T21:59:42Z", "project_id": "1cc8d19fc2b74722bf1952e08760d51e", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "3ec9d76f-bd21-479a-86aa-930f2eb14b2e", "name": "CreateRouterSuccessTests-99281b40-5597-4d85-a530-0adb9898e0cc-pub-router"}} 2018-09-04 21:59:44,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/3ec9d76f-bd21-479a-86aa-930f2eb14b2e used request id req-3bada94f-cd15-4955-8369-7b38e1591693 2018-09-04 21:59:44,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=3ec9d76f-bd21-479a-86aa-930f2eb14b2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:44,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-67ec9f83-8135-48f4-8161-2a39a86239de Date: Tue, 04 Sep 2018 21:59:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:43Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"51c55552-795e-48cf-ba90-d2715f390231","ip_address":"169.254.192.9"}],"id":"38c0a050-79c1-45ef-bf45-5eb2961ac085","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bc:10:3b","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1cc8d19fc2b74722bf1952e08760d51e","admin_state_up":true,"network_id":"58b5e8ad-078d-44b5-9fd4-6ca53e046744","tenant_id":"","created_at":"2018-09-04T21:59:40Z","binding:vnic_type":"normal","device_id":"3ec9d76f-bd21-479a-86aa-930f2eb14b2e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:41Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"51c55552-795e-48cf-ba90-d2715f390231","ip_address":"169.254.192.11"}],"id":"a5bac50c-a855-45cb-a55c-2e548388f45f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:79:b9:9b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1cc8d19fc2b74722bf1952e08760d51e","admin_state_up":true,"network_id":"58b5e8ad-078d-44b5-9fd4-6ca53e046744","tenant_id":"","created_at":"2018-09-04T21:59:40Z","binding:vnic_type":"normal","device_id":"3ec9d76f-bd21-479a-86aa-930f2eb14b2e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:41Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"51c55552-795e-48cf-ba90-d2715f390231","ip_address":"169.254.192.8"}],"id":"e14ba237-8fc5-446d-97ce-ff3a9655fc2c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0a:8b:68","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1cc8d19fc2b74722bf1952e08760d51e","admin_state_up":true,"network_id":"58b5e8ad-078d-44b5-9fd4-6ca53e046744","tenant_id":"","created_at":"2018-09-04T21:59:41Z","binding:vnic_type":"normal","device_id":"3ec9d76f-bd21-479a-86aa-930f2eb14b2e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:43Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.200"}],"id":"f4fb95ac-03df-4dc4-bebe-f02f5546245c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:09:69","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T21:59:39Z","binding:vnic_type":"normal","device_id":"3ec9d76f-bd21-479a-86aa-930f2eb14b2e"}]} 2018-09-04 21:59:44,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=3ec9d76f-bd21-479a-86aa-930f2eb14b2e used request id req-67ec9f83-8135-48f4-8161-2a39a86239de 2018-09-04 21:59:44,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:44,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3b58ed14-4346-4c8d-bd8b-5b86dbb2fd3f Date: Tue, 04 Sep 2018 21:59:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 21:59:44,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-3b58ed14-4346-4c8d-bd8b-5b86dbb2fd3f 2018-09-04 21:59:44,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/51c55552-795e-48cf-ba90-d2715f390231 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:44,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ccb5a1ac-c4eb-4771-b1c4-ee7b8972f094 Date: Tue, 04 Sep 2018 21:59:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"58b5e8ad-078d-44b5-9fd4-6ca53e046744","tenant_id":"","created_at":"2018-09-04T21:59:38Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:38Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"51c55552-795e-48cf-ba90-d2715f390231","subnetpool_id":null,"name":"HA subnet tenant 1cc8d19fc2b74722bf1952e08760d51e"}} 2018-09-04 21:59:44,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/51c55552-795e-48cf-ba90-d2715f390231 used request id req-ccb5a1ac-c4eb-4771-b1c4-ee7b8972f094 2018-09-04 21:59:44,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/51c55552-795e-48cf-ba90-d2715f390231 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:44,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-68989ef0-378f-4002-8f72-d9fa63c7c2ae Date: Tue, 04 Sep 2018 21:59:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"58b5e8ad-078d-44b5-9fd4-6ca53e046744","tenant_id":"","created_at":"2018-09-04T21:59:38Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:38Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"51c55552-795e-48cf-ba90-d2715f390231","subnetpool_id":null,"name":"HA subnet tenant 1cc8d19fc2b74722bf1952e08760d51e"}} 2018-09-04 21:59:44,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/51c55552-795e-48cf-ba90-d2715f390231 used request id req-68989ef0-378f-4002-8f72-d9fa63c7c2ae 2018-09-04 21:59:44,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/51c55552-795e-48cf-ba90-d2715f390231 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:44,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-83c19ccf-3af4-49ee-a7f0-10b79431e68d Date: Tue, 04 Sep 2018 21:59:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"58b5e8ad-078d-44b5-9fd4-6ca53e046744","tenant_id":"","created_at":"2018-09-04T21:59:38Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:38Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"51c55552-795e-48cf-ba90-d2715f390231","subnetpool_id":null,"name":"HA subnet tenant 1cc8d19fc2b74722bf1952e08760d51e"}} 2018-09-04 21:59:44,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/51c55552-795e-48cf-ba90-d2715f390231 used request id req-83c19ccf-3af4-49ee-a7f0-10b79431e68d 2018-09-04 21:59:44,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:45,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa26984eca134ad299dcbf69871eacea", "name": "CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj-role"}], "expires_at": "2018-09-04T22:59:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1cc8d19fc2b74722bf1952e08760d51e", "name": "CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1cc8d19fc2b74722bf1952e08760d51e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1cc8d19fc2b74722bf1952e08760d51e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1cc8d19fc2b74722bf1952e08760d51e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1cc8d19fc2b74722bf1952e08760d51e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1cc8d19fc2b74722bf1952e08760d51e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1cc8d19fc2b74722bf1952e08760d51e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1cc8d19fc2b74722bf1952e08760d51e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1cc8d19fc2b74722bf1952e08760d51e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1cc8d19fc2b74722bf1952e08760d51e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1cc8d19fc2b74722bf1952e08760d51e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1cc8d19fc2b74722bf1952e08760d51e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1cc8d19fc2b74722bf1952e08760d51e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a38f58b9-a8a3-41a-user", "id": "3e7ec5959eef4e0ea37de2d57a45e1c7"}, "audit_ids": ["MdGOfYTiQd6ZG7XagkjfrQ"], "issued_at": "2018-09-04T21:59:45.000000Z"}} 2018-09-04 21:59:45,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-99281b40-5597-4d85-a530-0adb9898e0cc-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59b728573accd3016439f8e8a8b42fa9d1baf0c0" 2018-09-04 21:59:45,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-9025f7b3-8c5a-4285-a48a-b1aeea041799 Date: Tue, 04 Sep 2018 21:59:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1cc8d19fc2b74722bf1952e08760d51e", "created_at": "2018-09-04T21:59:38Z", "admin_state_up": true, "updated_at": "2018-09-04T21:59:42Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "1cc8d19fc2b74722bf1952e08760d51e", "id": "3ec9d76f-bd21-479a-86aa-930f2eb14b2e", "name": "CreateRouterSuccessTests-99281b40-5597-4d85-a530-0adb9898e0cc-pub-router"}]} 2018-09-04 21:59:45,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-99281b40-5597-4d85-a530-0adb9898e0cc-pub-router&admin_state_up=True used request id req-9025f7b3-8c5a-4285-a48a-b1aeea041799 2018-09-04 21:59:45,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:59:45,248 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:59:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:59:45,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1cc8d19fc2b74722bf1952e08760d51e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae16e0e58fa069a324b661c7dc2bbb42be1e22" 2018-09-04 21:59:45,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fdc521e-0815-4aeb-b7e6-69e7ecfbc674 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1cc8d19fc2b74722bf1952e08760d51e"}, "enabled": true, "id": "1cc8d19fc2b74722bf1952e08760d51e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj"}} 2018-09-04 21:59:45,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1cc8d19fc2b74722bf1952e08760d51e used request id req-4fdc521e-0815-4aeb-b7e6-69e7ecfbc674 2018-09-04 21:59:45,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=3ec9d76f-bd21-479a-86aa-930f2eb14b2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59b728573accd3016439f8e8a8b42fa9d1baf0c0" 2018-09-04 21:59:45,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4d98e134-1d88-4751-aa3d-31e8bc252cee Date: Tue, 04 Sep 2018 21:59:45 GMT RESP BODY: {"ports":[]} 2018-09-04 21:59:45,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=3ec9d76f-bd21-479a-86aa-930f2eb14b2e used request id req-4d98e134-1d88-4751-aa3d-31e8bc252cee 2018-09-04 21:59:45,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59b728573accd3016439f8e8a8b42fa9d1baf0c0" 2018-09-04 21:59:45,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c7e7ca8b-1d87-4c25-b507-8a548c9134b3 Date: Tue, 04 Sep 2018 21:59:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 21:59:45,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-c7e7ca8b-1d87-4c25-b507-8a548c9134b3 2018-09-04 21:59:45,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59b728573accd3016439f8e8a8b42fa9d1baf0c0" 2018-09-04 21:59:45,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bec570e2-d9ba-4341-a268-7d787e2f6d57 Date: Tue, 04 Sep 2018 21:59:45 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:59:45,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-bec570e2-d9ba-4341-a268-7d787e2f6d57 2018-09-04 21:59:45,868 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-99281b40-5597-4d85-a530-0adb9898e0cc-pub-router 2018-09-04 21:59:45,868 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-99281b40-5597-4d85-a530-0adb9898e0cc-pub-router 2018-09-04 21:59:45,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/3ec9d76f-bd21-479a-86aa-930f2eb14b2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25da9077e5c13e95bab5bb847a37f311702be10d" 2018-09-04 21:59:49,039 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-23d88603-51b8-423e-a425-6acb1665da22 Content-Length: 0 Date: Tue, 04 Sep 2018 21:59:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 21:59:49,039 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/3ec9d76f-bd21-479a-86aa-930f2eb14b2e used request id req-23d88603-51b8-423e-a425-6acb1665da22 2018-09-04 21:59:49,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:49,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-88005858-eb95-49d5-aca2-bf258012b32c Date: Tue, 04 Sep 2018 21:59:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 21:59:49,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-88005858-eb95-49d5-aca2-bf258012b32c 2018-09-04 21:59:49,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:49,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eac9d18-9fc4-4762-8d4c-863af4f3aebc Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 21:59:49,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-2eac9d18-9fc4-4762-8d4c-863af4f3aebc 2018-09-04 21:59:49,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:49,443 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87c27be8-8e9e-4134-98e0-8d03581ebdd9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:49,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-87c27be8-8e9e-4134-98e0-8d03581ebdd9 2018-09-04 21:59:49,443 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:49,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:49,532 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0214294-8f73-4d76-9763-50d2bcc87497 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:49,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-c0214294-8f73-4d76-9763-50d2bcc87497 2018-09-04 21:59:49,532 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:49,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:49,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3a7cd3f-9127-4ec4-9d00-33bbe092e490 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 21:59:49,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-d3a7cd3f-9127-4ec4-9d00-33bbe092e490 2018-09-04 21:59:49,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:49,711 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1b1353d-e81c-429e-bbd6-8c18ee14e7d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:49,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-a1b1353d-e81c-429e-bbd6-8c18ee14e7d6 2018-09-04 21:59:49,711 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:49,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:49,801 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e455bbb3-9282-496f-8032-99b284e5b936 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:49,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-e455bbb3-9282-496f-8032-99b284e5b936 2018-09-04 21:59:49,801 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:49,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:49,890 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5dd6cfd6-f618-457d-844e-071589ed5d45 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:49,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-5dd6cfd6-f618-457d-844e-071589ed5d45 2018-09-04 21:59:49,890 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:49,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:49,979 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d6ae7cd-73ad-4893-aef9-e7793b2e02bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:49,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-0d6ae7cd-73ad-4893-aef9-e7793b2e02bb 2018-09-04 21:59:49,979 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:49,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:50,063 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ad96103-aa20-495f-9b6e-8a000aea45aa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:50,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-8ad96103-aa20-495f-9b6e-8a000aea45aa 2018-09-04 21:59:50,063 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:50,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:50,148 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 21:59:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-516109cd-3ef8-427c-9ecb-dce4e1de0663 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 21:59:50,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-516109cd-3ef8-427c-9ecb-dce4e1de0663 2018-09-04 21:59:50,148 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 21:59:50,149 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj 2018-09-04 21:59:50,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/1cc8d19fc2b74722bf1952e08760d51e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:50,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:59:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b0c3a0e-dc07-41ae-8e5f-99110ef4fa05 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:59:50,349 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/1cc8d19fc2b74722bf1952e08760d51e used request id req-7b0c3a0e-dc07-41ae-8e5f-99110ef4fa05 2018-09-04 21:59:50,349 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-a38f58b9-a8a3-41a-proj-role 2018-09-04 21:59:50,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/aa26984eca134ad299dcbf69871eacea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:50,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:59:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be5ebbca-9483-4aaa-ad2a-c4fbaa47fa15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:59:50,460 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/aa26984eca134ad299dcbf69871eacea used request id req-be5ebbca-9483-4aaa-ad2a-c4fbaa47fa15 2018-09-04 21:59:50,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328f9c088cb8721c763f7259aa830707cbb86985" 2018-09-04 21:59:50,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-808edb5b-615b-4120-a83d-c7a7aa067478 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:59:50,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-808edb5b-615b-4120-a83d-c7a7aa067478 2018-09-04 21:59:50,564 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-a38f58b9-a8a3-41a-user 2018-09-04 21:59:50,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/3e7ec5959eef4e0ea37de2d57a45e1c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a351944f7ed3dbc71cac65e47e3ce852dedc60e9" 2018-09-04 21:59:50,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:59:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-714ee1ad-6371-44e1-b602-5883b5530ec5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:59:50,752 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/3e7ec5959eef4e0ea37de2d57a45e1c7 used request id req-714ee1ad-6371-44e1-b602-5883b5530ec5 2018-09-04 21:59:50,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:51,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:59:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["vVxVwUdkQEimHv8SVWn4dg"], "issued_at": "2018-09-04T21:59:51.000000Z"}} 2018-09-04 21:59:51,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196b3ad95a5318dedcd99c3f702f45b2e01136dc" 2018-09-04 21:59:51,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7298a96-ff84-49b2-be23-e3b8f806f997 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:51,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c7298a96-ff84-49b2-be23-e3b8f806f997 2018-09-04 21:59:51,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:51,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:51,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:59:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["4EX6AMd1TSas5oxuBEHMIA"], "issued_at": "2018-09-04T21:59:51.000000Z"}} 2018-09-04 21:59:51,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 21:59:51,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02c36c73-81c2-4e50-b5d6-7b46b68d6dae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:51,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-02c36c73-81c2-4e50-b5d6-7b46b68d6dae 2018-09-04 21:59:51,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:59:51,705 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:59:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:59:51,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-744cf34c-e613-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 21:59:51,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9620217-c713-4d3a-a14f-f97e05178eb3 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-744cf34c-e613-457-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 21:59:51,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-744cf34c-e613-457-proj used request id req-a9620217-c713-4d3a-a14f-f97e05178eb3 2018-09-04 21:59:51,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 21:59:51,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ed4e875-890b-4bea-b94a-3520a96848e0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:59:51,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-5ed4e875-890b-4bea-b94a-3520a96848e0 2018-09-04 21:59:51,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}}' 2018-09-04 21:59:52,005 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:59:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b12f04a-4b9d-4943-b44d-a6155c2148b9 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}} 2018-09-04 21:59:52,005 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3b12f04a-4b9d-4943-b44d-a6155c2148b9 2018-09-04 21:59:52,005 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-744cf34c-e613-457-proj 2018-09-04 21:59:52,005 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:52,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:52,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T22:59:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["OI1fwkPQQ0-GMcqd2LTzAw"], "issued_at": "2018-09-04T21:59:52.000000Z"}} 2018-09-04 21:59:52,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c28c63b9a9f557debf269fee2973d37506526c8e" 2018-09-04 21:59:52,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7348cd5d-435c-4235-94d4-451e8a6b648b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:52,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7348cd5d-435c-4235-94d4-451e8a6b648b 2018-09-04 21:59:52,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 21:59:52,479 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 21:59:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 21:59:52,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c28c63b9a9f557debf269fee2973d37506526c8e" 2018-09-04 21:59:52,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deacf5c3-8eab-45f3-b734-4a976af3ba0e Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 21:59:52,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-deacf5c3-8eab-45f3-b734-4a976af3ba0e 2018-09-04 21:59:52,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-744cf34c-e613-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c28c63b9a9f557debf269fee2973d37506526c8e" 2018-09-04 21:59:52,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a923d746-3293-4419-9cf7-ce43f5adea05 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-744cf34c-e613-457-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}]} 2018-09-04 21:59:52,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-744cf34c-e613-457-proj used request id req-a923d746-3293-4419-9cf7-ce43f5adea05 2018-09-04 21:59:52,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c28c63b9a9f557debf269fee2973d37506526c8e" 2018-09-04 21:59:52,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aac9ba1-2bc2-4fab-b97a-b561afe62907 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 21:59:52,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-3aac9ba1-2bc2-4fab-b97a-b561afe62907 2018-09-04 21:59:53,131 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-744cf34c-e613-457-user 2018-09-04 21:59:53,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:53,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 21:59:53,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727c2fba-b135-41c4-8754-3b7752298be2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 21:59:53,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-727c2fba-b135-41c4-8754-3b7752298be2 2018-09-04 21:59:53,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" -d '{"role": {"name": "CreateRouterSuccessTests-744cf34c-e613-457-proj-role"}}' 2018-09-04 21:59:53,268 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 21:59:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d88a0dd4-aa49-47a6-ab60-6a8ceab46a3f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5869f65dd1114506bf7312ef287c3591", "links": {"self": "http://172.30.9.26:5000/v3/roles/5869f65dd1114506bf7312ef287c3591"}, "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj-role"}} 2018-09-04 21:59:53,268 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-d88a0dd4-aa49-47a6-ab60-6a8ceab46a3f 2018-09-04 21:59:53,269 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-744cf34c-e613-457-proj-role 2018-09-04 21:59:53,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5869f65dd1114506bf7312ef287c3591 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 21:59:53,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-026ee0aa-5111-4712-88df-c1791994ddf5 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5869f65dd1114506bf7312ef287c3591"}, "domain_id": null, "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj-role", "id": "5869f65dd1114506bf7312ef287c3591"}} 2018-09-04 21:59:53,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5869f65dd1114506bf7312ef287c3591 used request id req-026ee0aa-5111-4712-88df-c1791994ddf5 2018-09-04 21:59:53,286 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-744cf34c-e613-457-proj-role to project CreateRouterSuccessTests-744cf34c-e613-457-proj 2018-09-04 21:59:53,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739/users/e81f715a311d46b196d65a7fbd80c4a7/roles/5869f65dd1114506bf7312ef287c3591 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 21:59:53,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 21:59:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5457e0c6-7dae-4cb8-ab6a-e94660f72c24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 21:59:53,415 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739/users/e81f715a311d46b196d65a7fbd80c4a7/roles/5869f65dd1114506bf7312ef287c3591 used request id req-5457e0c6-7dae-4cb8-ab6a-e94660f72c24 2018-09-04 21:59:53,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:53,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:53,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5869f65dd1114506bf7312ef287c3591", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj-role"}], "expires_at": "2018-09-04T22:59:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bafd722dac0146958b3a94aa96456739", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-744cf34c-e613-457-user", "id": "e81f715a311d46b196d65a7fbd80c4a7"}, "audit_ids": ["CtEYDFSPTjK2-bcTSQtpEQ"], "issued_at": "2018-09-04T21:59:53.000000Z"}} 2018-09-04 21:59:53,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1d50d91c44b0db2175def4d9a3f54fed95fdaa" 2018-09-04 21:59:53,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8db4ba6-1c86-4d92-8cbd-a2302a8d65f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:53,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b8db4ba6-1c86-4d92-8cbd-a2302a8d65f9 2018-09-04 21:59:53,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1d50d91c44b0db2175def4d9a3f54fed95fdaa" 2018-09-04 21:59:54,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5fe4f1d1-d0a1-4b55-b197-63b71fe69cd5 Date: Tue, 04 Sep 2018 21:59:54 GMT RESP BODY: {"networks":[]} 2018-09-04 21:59:54,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 used request id req-5fe4f1d1-d0a1-4b55-b197-63b71fe69cd5 2018-09-04 21:59:54,048 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 2018-09-04 21:59:54,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1d50d91c44b0db2175def4d9a3f54fed95fdaa" -d '{"network": {"name": "CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1", "admin_state_up": true}}' 2018-09-04 21:59:54,727 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-4ce93eb4-a3f6-4e59-897e-28655d6d1a86 Date: Tue, 04 Sep 2018 21:59:54 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"218759c7-617b-4906-aa52-a67ab28e206e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:59:54Z","is_default":false,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:54Z","mtu":1450}} 2018-09-04 21:59:54,727 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-4ce93eb4-a3f6-4e59-897e-28655d6d1a86 2018-09-04 21:59:54,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1d50d91c44b0db2175def4d9a3f54fed95fdaa" 2018-09-04 21:59:54,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-dc4ba251-0214-4b39-b75e-3d5bfc11e7d2 Date: Tue, 04 Sep 2018 21:59:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T21:59:54Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"218759c7-617b-4906-aa52-a67ab28e206e","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1"}]} 2018-09-04 21:59:54,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-dc4ba251-0214-4b39-b75e-3d5bfc11e7d2 2018-09-04 21:59:54,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1d50d91c44b0db2175def4d9a3f54fed95fdaa" 2018-09-04 21:59:55,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3a7f24de-b954-4289-9c75-98db3b97150a Date: Tue, 04 Sep 2018 21:59:55 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:59:55,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-3a7f24de-b954-4289-9c75-98db3b97150a 2018-09-04 21:59:55,409 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1 2018-09-04 21:59:55,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1d50d91c44b0db2175def4d9a3f54fed95fdaa" -d '{"subnets": [{"ip_version": 4, "network_id": "218759c7-617b-4906-aa52-a67ab28e206e", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}]}' 2018-09-04 21:59:56,243 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-aa923cc0-a728-489a-ab18-4ad62762e147 Date: Tue, 04 Sep 2018 21:59:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}]} 2018-09-04 21:59:56,243 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-aa923cc0-a728-489a-ab18-4ad62762e147 2018-09-04 21:59:56,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1d50d91c44b0db2175def4d9a3f54fed95fdaa" 2018-09-04 21:59:56,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-05ef0922-dc5f-4ef9-a89e-a47e1421664e Date: Tue, 04 Sep 2018 21:59:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["499d4dde-4f85-402b-ba26-e5ae6a914820"],"updated_at":"2018-09-04T21:59:55Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"218759c7-617b-4906-aa52-a67ab28e206e","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1"}]} 2018-09-04 21:59:56,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-05ef0922-dc5f-4ef9-a89e-a47e1421664e 2018-09-04 21:59:56,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1d50d91c44b0db2175def4d9a3f54fed95fdaa" 2018-09-04 21:59:56,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e5bef38f-5891-42ca-8edd-ee2daf156bfa Date: Tue, 04 Sep 2018 21:59:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}]} 2018-09-04 21:59:56,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-e5bef38f-5891-42ca-8edd-ee2daf156bfa 2018-09-04 21:59:56,795 - OpenStackNetwork - DEBUG - Network [218759c7-617b-4906-aa52-a67ab28e206e] created successfully 2018-09-04 21:59:56,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:56,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:57,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5869f65dd1114506bf7312ef287c3591", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj-role"}], "expires_at": "2018-09-04T22:59:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bafd722dac0146958b3a94aa96456739", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-744cf34c-e613-457-user", "id": "e81f715a311d46b196d65a7fbd80c4a7"}, "audit_ids": ["rz_bmCCQQTaNLhx37hIyTg"], "issued_at": "2018-09-04T21:59:57.000000Z"}} 2018-09-04 21:59:57,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf85d46820fdd69cb596704affc17f5b9d186d3" 2018-09-04 21:59:57,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e15a2eab-28c3-4e7a-85cd-05d7f0a2c311 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 21:59:57,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e15a2eab-28c3-4e7a-85cd-05d7f0a2c311 2018-09-04 21:59:57,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf85d46820fdd69cb596704affc17f5b9d186d3" 2018-09-04 21:59:57,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0847422f-8fd9-4a4e-ac0f-037287c18ae0 Date: Tue, 04 Sep 2018 21:59:57 GMT RESP BODY: {"networks":[]} 2018-09-04 21:59:57,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 used request id req-0847422f-8fd9-4a4e-ac0f-037287c18ae0 2018-09-04 21:59:57,440 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 2018-09-04 21:59:57,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf85d46820fdd69cb596704affc17f5b9d186d3" -d '{"network": {"name": "CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2", "admin_state_up": true}}' 2018-09-04 21:59:57,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-ef2335ca-38fa-4939-8cf1-66dc619986f2 Date: Tue, 04 Sep 2018 21:59:57 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"594e722a-344c-4a79-a720-e39ed11faa93","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T21:59:57Z","is_default":false,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:57Z","mtu":1450}} 2018-09-04 21:59:57,865 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-ef2335ca-38fa-4939-8cf1-66dc619986f2 2018-09-04 21:59:57,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf85d46820fdd69cb596704affc17f5b9d186d3" 2018-09-04 21:59:58,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e1456b57-ccff-44d7-8929-678d7939c285 Date: Tue, 04 Sep 2018 21:59:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T21:59:57Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"594e722a-344c-4a79-a720-e39ed11faa93","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2"}]} 2018-09-04 21:59:58,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-e1456b57-ccff-44d7-8929-678d7939c285 2018-09-04 21:59:58,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf85d46820fdd69cb596704affc17f5b9d186d3" 2018-09-04 21:59:58,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dec8071d-241e-4f7c-9b9a-6487f3dc7c62 Date: Tue, 04 Sep 2018 21:59:58 GMT RESP BODY: {"subnets":[]} 2018-09-04 21:59:58,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-dec8071d-241e-4f7c-9b9a-6487f3dc7c62 2018-09-04 21:59:58,333 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2 2018-09-04 21:59:58,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf85d46820fdd69cb596704affc17f5b9d186d3" -d '{"subnets": [{"ip_version": 4, "network_id": "594e722a-344c-4a79-a720-e39ed11faa93", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}]}' 2018-09-04 21:59:59,033 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-805c3aa9-412f-43a0-97fa-104f18d13888 Date: Tue, 04 Sep 2018 21:59:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}]} 2018-09-04 21:59:59,033 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-805c3aa9-412f-43a0-97fa-104f18d13888 2018-09-04 21:59:59,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf85d46820fdd69cb596704affc17f5b9d186d3" 2018-09-04 21:59:59,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-90ac55c0-6384-46ae-96e1-60b053964672 Date: Tue, 04 Sep 2018 21:59:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e9915ccd-6018-4567-9a83-90343cbd4b3b"],"updated_at":"2018-09-04T21:59:58Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"594e722a-344c-4a79-a720-e39ed11faa93","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2"}]} 2018-09-04 21:59:59,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-90ac55c0-6384-46ae-96e1-60b053964672 2018-09-04 21:59:59,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf85d46820fdd69cb596704affc17f5b9d186d3" 2018-09-04 21:59:59,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-09b902f2-d695-4cbf-968a-e37366646975 Date: Tue, 04 Sep 2018 21:59:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}]} 2018-09-04 21:59:59,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-09b902f2-d695-4cbf-968a-e37366646975 2018-09-04 21:59:59,507 - OpenStackNetwork - DEBUG - Network [594e722a-344c-4a79-a720-e39ed11faa93] created successfully 2018-09-04 21:59:59,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 21:59:59,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 21:59:59,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5869f65dd1114506bf7312ef287c3591", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj-role"}], "expires_at": "2018-09-04T22:59:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bafd722dac0146958b3a94aa96456739", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-744cf34c-e613-457-user", "id": "e81f715a311d46b196d65a7fbd80c4a7"}, "audit_ids": ["yZ-I9PelRe6JPoYSV2wdcA"], "issued_at": "2018-09-04T21:59:59.000000Z"}} 2018-09-04 21:59:59,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:00,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 21:59:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15dfe413-92f7-46a5-9bed-201e390085d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:00,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-15dfe413-92f7-46a5-9bed-201e390085d6 2018-09-04 22:00:00,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:00,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a0589dd5-9231-43da-b81c-7aa9a8af5f54 Date: Tue, 04 Sep 2018 22:00:00 GMT RESP BODY: {"routers": []} 2018-09-04 22:00:00,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router&admin_state_up=True used request id req-a0589dd5-9231-43da-b81c-7aa9a8af5f54 2018-09-04 22:00:00,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:00,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:00,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5869f65dd1114506bf7312ef287c3591", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj-role"}], "expires_at": "2018-09-04T23:00:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bafd722dac0146958b3a94aa96456739", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-744cf34c-e613-457-user", "id": "e81f715a311d46b196d65a7fbd80c4a7"}, "audit_ids": ["GRHq-IoLTim_GzxjwwN4og"], "issued_at": "2018-09-04T22:00:00.000000Z"}} 2018-09-04 22:00:00,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c993eda1d8ac522832602abb33b02a943b284f1" 2018-09-04 22:00:00,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce133466-4d3c-4e71-9401-d38141f8fb38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:00,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ce133466-4d3c-4e71-9401-d38141f8fb38 2018-09-04 22:00:00,779 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router 2018-09-04 22:00:00,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" -d '{"router": {"name": "CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router", "admin_state_up": true}}' 2018-09-04 22:00:04,468 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-19e330c9-2f5a-457b-a7b3-27e40cb454fc Date: Tue, 04 Sep 2018 22:00:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "bafd722dac0146958b3a94aa96456739", "created_at": "2018-09-04T22:00:01Z", "admin_state_up": true, "updated_at": "2018-09-04T22:00:01Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "bafd722dac0146958b3a94aa96456739", "id": "b4329742-1409-422b-9e49-a39623e28340", "name": "CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router"}} 2018-09-04 22:00:04,468 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-19e330c9-2f5a-457b-a7b3-27e40cb454fc 2018-09-04 22:00:04,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=b4329742-1409-422b-9e49-a39623e28340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:04,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-082bf217-ac8a-4a94-835b-25cbe075e841 Date: Tue, 04 Sep 2018 22:00:04 GMT RESP BODY: {"ports":[]} 2018-09-04 22:00:04,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=b4329742-1409-422b-9e49-a39623e28340 used request id req-082bf217-ac8a-4a94-835b-25cbe075e841 2018-09-04 22:00:04,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:04,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-815eb576-931d-4cf6-9dcf-77cdf0217dd8 Date: Tue, 04 Sep 2018 22:00:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["499d4dde-4f85-402b-ba26-e5ae6a914820"],"updated_at":"2018-09-04T21:59:55Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"218759c7-617b-4906-aa52-a67ab28e206e","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1"}]} 2018-09-04 22:00:04,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 used request id req-815eb576-931d-4cf6-9dcf-77cdf0217dd8 2018-09-04 22:00:04,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:00:04,936 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:00:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:00:04,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:05,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63d7d15c-19fa-46a6-aba2-47777b19aa83 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}} 2018-09-04 22:00:05,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 used request id req-63d7d15c-19fa-46a6-aba2-47777b19aa83 2018-09-04 22:00:05,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:05,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-70e238cb-97fe-4a14-a42a-9fd95ffa93a3 Date: Tue, 04 Sep 2018 22:00:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}]} 2018-09-04 22:00:05,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-70e238cb-97fe-4a14-a42a-9fd95ffa93a3 2018-09-04 22:00:05,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=218759c7-617b-4906-aa52-a67ab28e206e&name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:05,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-92186859-1858-4b37-8989-1ca071ccc8bf Date: Tue, 04 Sep 2018 22:00:05 GMT RESP BODY: {"ports":[]} 2018-09-04 22:00:05,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=218759c7-617b-4906-aa52-a67ab28e206e&name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1&admin_state_up=True used request id req-92186859-1858-4b37-8989-1ca071ccc8bf 2018-09-04 22:00:05,288 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1 for router - CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router 2018-09-04 22:00:05,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:05,289 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:05,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5869f65dd1114506bf7312ef287c3591", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj-role"}], "expires_at": "2018-09-04T23:00:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bafd722dac0146958b3a94aa96456739", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-744cf34c-e613-457-user", "id": "e81f715a311d46b196d65a7fbd80c4a7"}, "audit_ids": ["bljLLqUxTsC-rajhwZqkLw"], "issued_at": "2018-09-04T22:00:05.000000Z"}} 2018-09-04 22:00:05,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f99c7d98760c31de25670283069b7576727f0" 2018-09-04 22:00:05,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ecaa8b0-8106-4711-8ff5-00c882d7e59b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:05,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7ecaa8b0-8106-4711-8ff5-00c882d7e59b 2018-09-04 22:00:05,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:06,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c0656536-d0a1-42ca-af9a-a3a1c320d815 Date: Tue, 04 Sep 2018 22:00:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["499d4dde-4f85-402b-ba26-e5ae6a914820"],"updated_at":"2018-09-04T21:59:55Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"218759c7-617b-4906-aa52-a67ab28e206e","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1"}]} 2018-09-04 22:00:06,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 used request id req-c0656536-d0a1-42ca-af9a-a3a1c320d815 2018-09-04 22:00:06,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:06,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5c23ee10-a211-4d6f-b841-de0b50789ef1 Date: Tue, 04 Sep 2018 22:00:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}]} 2018-09-04 22:00:06,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-5c23ee10-a211-4d6f-b841-de0b50789ef1 2018-09-04 22:00:06,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:06,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-efc333d7-b874-4547-99e7-0fa792db079a Date: Tue, 04 Sep 2018 22:00:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["499d4dde-4f85-402b-ba26-e5ae6a914820"],"updated_at":"2018-09-04T21:59:55Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"218759c7-617b-4906-aa52-a67ab28e206e","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1"}]} 2018-09-04 22:00:06,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 used request id req-efc333d7-b874-4547-99e7-0fa792db079a 2018-09-04 22:00:06,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:00:06,404 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:00:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:00:06,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f99c7d98760c31de25670283069b7576727f0" 2018-09-04 22:00:06,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cad126e4-7b68-4efa-a345-c91b394ffae4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}} 2018-09-04 22:00:06,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 used request id req-cad126e4-7b68-4efa-a345-c91b394ffae4 2018-09-04 22:00:06,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:06,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fed02c9b-dffc-4c96-824e-961719a69425 Date: Tue, 04 Sep 2018 22:00:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}]} 2018-09-04 22:00:06,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-fed02c9b-dffc-4c96-824e-961719a69425 2018-09-04 22:00:06,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e&name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:06,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-832d323c-b6c5-4506-905d-3cd3320ce44a Date: Tue, 04 Sep 2018 22:00:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}]} 2018-09-04 22:00:06,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e&name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1 used request id req-832d323c-b6c5-4506-905d-3cd3320ce44a 2018-09-04 22:00:06,741 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 2018-09-04 22:00:06,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" -d '{"port": {"network_id": "218759c7-617b-4906-aa52-a67ab28e206e", "fixed_ips": [{"subnet_id": "499d4dde-4f85-402b-ba26-e5ae6a914820", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1", "admin_state_up": true}}' 2018-09-04 22:00:07,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-cf377128-437c-47ab-a9da-b95daa5cabd5 Date: Tue, 04 Sep 2018 22:00:07 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:07Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"499d4dde-4f85-402b-ba26-e5ae6a914820","ip_address":"10.200.201.1"}],"id":"53efb7b5-6924-43b6-b90a-0997a565ed8a","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:91:7b:aa","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1","project_id":"bafd722dac0146958b3a94aa96456739","qos_policy_id":null,"admin_state_up":true,"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:07Z","binding:vnic_type":"normal"}} 2018-09-04 22:00:07,740 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-cf377128-437c-47ab-a9da-b95daa5cabd5 2018-09-04 22:00:07,740 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1 for router - CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router 2018-09-04 22:00:07,740 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router 2018-09-04 22:00:07,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" -d '{"port_id": "53efb7b5-6924-43b6-b90a-0997a565ed8a"}' 2018-09-04 22:00:09,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e99ee897-56ab-4628-bdbb-19fe3b4cf763 Date: Tue, 04 Sep 2018 22:00:09 GMT RESP BODY: {"network_id": "218759c7-617b-4906-aa52-a67ab28e206e", "tenant_id": "bafd722dac0146958b3a94aa96456739", "subnet_id": "499d4dde-4f85-402b-ba26-e5ae6a914820", "subnet_ids": ["499d4dde-4f85-402b-ba26-e5ae6a914820"], "port_id": "53efb7b5-6924-43b6-b90a-0997a565ed8a", "id": "b4329742-1409-422b-9e49-a39623e28340"} 2018-09-04 22:00:09,239 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340/add_router_interface used request id req-e99ee897-56ab-4628-bdbb-19fe3b4cf763 2018-09-04 22:00:09,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:09,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ba176d40-e03e-48dc-a191-862c5750e9bb Date: Tue, 04 Sep 2018 22:00:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e9915ccd-6018-4567-9a83-90343cbd4b3b"],"updated_at":"2018-09-04T21:59:58Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"594e722a-344c-4a79-a720-e39ed11faa93","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2"}]} 2018-09-04 22:00:09,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 used request id req-ba176d40-e03e-48dc-a191-862c5750e9bb 2018-09-04 22:00:09,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:09,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f92b19d-ec16-436e-a421-a292d473739a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}} 2018-09-04 22:00:09,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 used request id req-7f92b19d-ec16-436e-a421-a292d473739a 2018-09-04 22:00:09,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:09,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-552d12d0-3bc1-466c-a0be-9cef4ddcfec4 Date: Tue, 04 Sep 2018 22:00:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}]} 2018-09-04 22:00:09,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-552d12d0-3bc1-466c-a0be-9cef4ddcfec4 2018-09-04 22:00:09,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=594e722a-344c-4a79-a720-e39ed11faa93&name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:09,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2e7bab95-79ee-412b-ad51-d231c8bce89f Date: Tue, 04 Sep 2018 22:00:09 GMT RESP BODY: {"ports":[]} 2018-09-04 22:00:09,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=594e722a-344c-4a79-a720-e39ed11faa93&name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2&admin_state_up=True used request id req-2e7bab95-79ee-412b-ad51-d231c8bce89f 2018-09-04 22:00:09,837 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2 for router - CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router 2018-09-04 22:00:09,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:09,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:10,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5869f65dd1114506bf7312ef287c3591", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj-role"}], "expires_at": "2018-09-04T23:00:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bafd722dac0146958b3a94aa96456739", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-744cf34c-e613-457-user", "id": "e81f715a311d46b196d65a7fbd80c4a7"}, "audit_ids": ["rECRhECuQXSOfm-N15WG1A"], "issued_at": "2018-09-04T22:00:10.000000Z"}} 2018-09-04 22:00:10,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdff50165ca1bc6c316a84e498316a87967bf64a" 2018-09-04 22:00:10,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d808505c-46e3-4abc-90ad-1c3068bfd933 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:10,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d808505c-46e3-4abc-90ad-1c3068bfd933 2018-09-04 22:00:10,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:10,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b527efd4-8608-477b-9561-f1fb25afaf7a Date: Tue, 04 Sep 2018 22:00:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e9915ccd-6018-4567-9a83-90343cbd4b3b"],"updated_at":"2018-09-04T21:59:58Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"594e722a-344c-4a79-a720-e39ed11faa93","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2"}]} 2018-09-04 22:00:10,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 used request id req-b527efd4-8608-477b-9561-f1fb25afaf7a 2018-09-04 22:00:10,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:10,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2e43cc08-33ef-4f02-8771-261cda5bb4af Date: Tue, 04 Sep 2018 22:00:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}]} 2018-09-04 22:00:10,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-2e43cc08-33ef-4f02-8771-261cda5bb4af 2018-09-04 22:00:10,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:10,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-404dfe72-d3d1-4aa4-ba26-3c77be7769f9 Date: Tue, 04 Sep 2018 22:00:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e9915ccd-6018-4567-9a83-90343cbd4b3b"],"updated_at":"2018-09-04T21:59:58Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"594e722a-344c-4a79-a720-e39ed11faa93","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2"}]} 2018-09-04 22:00:10,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 used request id req-404dfe72-d3d1-4aa4-ba26-3c77be7769f9 2018-09-04 22:00:10,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:00:10,876 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:00:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:00:10,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdff50165ca1bc6c316a84e498316a87967bf64a" 2018-09-04 22:00:10,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e48a7231-4e5a-4a1d-a382-539165c8da24 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}} 2018-09-04 22:00:10,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 used request id req-e48a7231-4e5a-4a1d-a382-539165c8da24 2018-09-04 22:00:10,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:11,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e167ebab-c6c2-445a-9286-df0f19eb2f4b Date: Tue, 04 Sep 2018 22:00:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}]} 2018-09-04 22:00:11,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-e167ebab-c6c2-445a-9286-df0f19eb2f4b 2018-09-04 22:00:11,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93&name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:11,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c82ed4ac-9754-4479-8d55-7756ecfbaa57 Date: Tue, 04 Sep 2018 22:00:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}]} 2018-09-04 22:00:11,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93&name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2 used request id req-c82ed4ac-9754-4479-8d55-7756ecfbaa57 2018-09-04 22:00:11,224 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 2018-09-04 22:00:11,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" -d '{"port": {"network_id": "594e722a-344c-4a79-a720-e39ed11faa93", "fixed_ips": [{"subnet_id": "e9915ccd-6018-4567-9a83-90343cbd4b3b", "ip_address": "10.200.202.1"}], "name": "CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2", "admin_state_up": true}}' 2018-09-04 22:00:12,255 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-b473fcae-7045-4d07-b24a-5de90d13cbc4 Date: Tue, 04 Sep 2018 22:00:12 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:11Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","ip_address":"10.200.202.1"}],"id":"0c1ff9f4-35da-4217-b55c-a63aad6504fc","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:3f:45:38","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2","project_id":"bafd722dac0146958b3a94aa96456739","qos_policy_id":null,"admin_state_up":true,"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:11Z","binding:vnic_type":"normal"}} 2018-09-04 22:00:12,255 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-b473fcae-7045-4d07-b24a-5de90d13cbc4 2018-09-04 22:00:12,255 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2 for router - CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router 2018-09-04 22:00:12,255 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router 2018-09-04 22:00:12,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" -d '{"port_id": "0c1ff9f4-35da-4217-b55c-a63aad6504fc"}' 2018-09-04 22:00:13,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a7c8b0b3-c5e2-4be0-8171-4d71eb737ca6 Date: Tue, 04 Sep 2018 22:00:13 GMT RESP BODY: {"network_id": "594e722a-344c-4a79-a720-e39ed11faa93", "tenant_id": "bafd722dac0146958b3a94aa96456739", "subnet_id": "e9915ccd-6018-4567-9a83-90343cbd4b3b", "subnet_ids": ["e9915ccd-6018-4567-9a83-90343cbd4b3b"], "port_id": "0c1ff9f4-35da-4217-b55c-a63aad6504fc", "id": "b4329742-1409-422b-9e49-a39623e28340"} 2018-09-04 22:00:13,953 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340/add_router_interface used request id req-a7c8b0b3-c5e2-4be0-8171-4d71eb737ca6 2018-09-04 22:00:13,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:14,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-bdd17a57-7118-43e5-8eac-55929bd8c55e Date: Tue, 04 Sep 2018 22:00:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "bafd722dac0146958b3a94aa96456739", "created_at": "2018-09-04T22:00:01Z", "admin_state_up": true, "updated_at": "2018-09-04T22:00:13Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "bafd722dac0146958b3a94aa96456739", "id": "b4329742-1409-422b-9e49-a39623e28340", "name": "CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router"}} 2018-09-04 22:00:14,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340 used request id req-bdd17a57-7118-43e5-8eac-55929bd8c55e 2018-09-04 22:00:14,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=b4329742-1409-422b-9e49-a39623e28340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:14,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-7022c135-d5cc-436a-9255-e31eb68fdaeb Date: Tue, 04 Sep 2018 22:00:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","ip_address":"10.200.202.1"}],"id":"0c1ff9f4-35da-4217-b55c-a63aad6504fc","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:3f:45:38","project_id":"bafd722dac0146958b3a94aa96456739","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2","admin_state_up":true,"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:11Z","binding:vnic_type":"normal","device_id":"b4329742-1409-422b-9e49-a39623e28340"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"499d4dde-4f85-402b-ba26-e5ae6a914820","ip_address":"10.200.201.1"}],"id":"53efb7b5-6924-43b6-b90a-0997a565ed8a","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:91:7b:aa","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1","admin_state_up":true,"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:07Z","binding:vnic_type":"normal","device_id":"b4329742-1409-422b-9e49-a39623e28340"}]} 2018-09-04 22:00:14,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=b4329742-1409-422b-9e49-a39623e28340 used request id req-7022c135-d5cc-436a-9255-e31eb68fdaeb 2018-09-04 22:00:14,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/499d4dde-4f85-402b-ba26-e5ae6a914820 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:14,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5c9d60a7-e576-4d00-9a6d-15ccad2dc5f1 Date: Tue, 04 Sep 2018 22:00:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}} 2018-09-04 22:00:14,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/499d4dde-4f85-402b-ba26-e5ae6a914820 used request id req-5c9d60a7-e576-4d00-9a6d-15ccad2dc5f1 2018-09-04 22:00:14,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/e9915ccd-6018-4567-9a83-90343cbd4b3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:14,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e723a6c6-ed4e-4420-9416-55fe7edfb582 Date: Tue, 04 Sep 2018 22:00:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}} 2018-09-04 22:00:14,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/e9915ccd-6018-4567-9a83-90343cbd4b3b used request id req-e723a6c6-ed4e-4420-9416-55fe7edfb582 2018-09-04 22:00:14,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:15,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5869f65dd1114506bf7312ef287c3591", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj-role"}], "expires_at": "2018-09-04T23:00:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bafd722dac0146958b3a94aa96456739", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-744cf34c-e613-457-user", "id": "e81f715a311d46b196d65a7fbd80c4a7"}, "audit_ids": ["kBZxghNpStarD9SK7DoGVQ"], "issued_at": "2018-09-04T22:00:15.000000Z"}} 2018-09-04 22:00:15,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:15,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-688b5322-b682-4b22-ac11-cd9e3ea2ce05 Date: Tue, 04 Sep 2018 22:00:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "bafd722dac0146958b3a94aa96456739", "created_at": "2018-09-04T22:00:01Z", "admin_state_up": true, "updated_at": "2018-09-04T22:00:13Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "bafd722dac0146958b3a94aa96456739", "id": "b4329742-1409-422b-9e49-a39623e28340", "name": "CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router"}]} 2018-09-04 22:00:15,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router&admin_state_up=True used request id req-688b5322-b682-4b22-ac11-cd9e3ea2ce05 2018-09-04 22:00:15,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:00:15,507 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:00:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:00:15,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196b3ad95a5318dedcd99c3f702f45b2e01136dc" 2018-09-04 22:00:15,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bab66b06-c193-47d5-b252-722b6bfdf573 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}} 2018-09-04 22:00:15,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 used request id req-bab66b06-c193-47d5-b252-722b6bfdf573 2018-09-04 22:00:15,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=b4329742-1409-422b-9e49-a39623e28340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:15,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-8f7c1429-04db-4f54-adda-d8eda534a117 Date: Tue, 04 Sep 2018 22:00:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:15Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","ip_address":"10.200.202.1"}],"id":"0c1ff9f4-35da-4217-b55c-a63aad6504fc","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:3f:45:38","project_id":"bafd722dac0146958b3a94aa96456739","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2","admin_state_up":true,"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:11Z","binding:vnic_type":"normal","device_id":"b4329742-1409-422b-9e49-a39623e28340"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"499d4dde-4f85-402b-ba26-e5ae6a914820","ip_address":"10.200.201.1"}],"id":"53efb7b5-6924-43b6-b90a-0997a565ed8a","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:91:7b:aa","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1","admin_state_up":true,"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:07Z","binding:vnic_type":"normal","device_id":"b4329742-1409-422b-9e49-a39623e28340"}]} 2018-09-04 22:00:15,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=b4329742-1409-422b-9e49-a39623e28340 used request id req-8f7c1429-04db-4f54-adda-d8eda534a117 2018-09-04 22:00:15,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/499d4dde-4f85-402b-ba26-e5ae6a914820 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:16,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-02085464-0337-453e-8002-013779a2c6ee Date: Tue, 04 Sep 2018 22:00:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}} 2018-09-04 22:00:16,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/499d4dde-4f85-402b-ba26-e5ae6a914820 used request id req-02085464-0337-453e-8002-013779a2c6ee 2018-09-04 22:00:16,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/e9915ccd-6018-4567-9a83-90343cbd4b3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:16,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f5a2b60a-6ebf-4d66-bcd2-18250d7b0892 Date: Tue, 04 Sep 2018 22:00:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}} 2018-09-04 22:00:16,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/e9915ccd-6018-4567-9a83-90343cbd4b3b used request id req-f5a2b60a-6ebf-4d66-bcd2-18250d7b0892 2018-09-04 22:00:16,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:16,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:16,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5869f65dd1114506bf7312ef287c3591", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj-role"}], "expires_at": "2018-09-04T23:00:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bafd722dac0146958b3a94aa96456739", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bafd722dac0146958b3a94aa96456739", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-744cf34c-e613-457-user", "id": "e81f715a311d46b196d65a7fbd80c4a7"}, "audit_ids": ["WY0_7FRMTki0yexuCsxnuA"], "issued_at": "2018-09-04T22:00:16.000000Z"}} 2018-09-04 22:00:16,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:16,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f3ecd0c-8865-491d-a219-2838110610a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:16,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2f3ecd0c-8865-491d-a219-2838110610a2 2018-09-04 22:00:16,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:16,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-a5377e6e-e8f4-4875-aee7-7c39a913db56 Date: Tue, 04 Sep 2018 22:00:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "bafd722dac0146958b3a94aa96456739", "created_at": "2018-09-04T22:00:01Z", "admin_state_up": true, "updated_at": "2018-09-04T22:00:13Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "bafd722dac0146958b3a94aa96456739", "id": "b4329742-1409-422b-9e49-a39623e28340", "name": "CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router"}]} 2018-09-04 22:00:16,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router&admin_state_up=True used request id req-a5377e6e-e8f4-4875-aee7-7c39a913db56 2018-09-04 22:00:16,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:00:16,940 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:00:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:00:16,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:17,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63692103-7efd-423c-ae4d-ca647bf54d1d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}} 2018-09-04 22:00:17,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 used request id req-63692103-7efd-423c-ae4d-ca647bf54d1d 2018-09-04 22:00:17,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=b4329742-1409-422b-9e49-a39623e28340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:17,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-ba69a0b8-2dd5-4e56-9fa9-0ade4b29233c Date: Tue, 04 Sep 2018 22:00:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","ip_address":"10.200.202.1"}],"id":"0c1ff9f4-35da-4217-b55c-a63aad6504fc","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:3f:45:38","project_id":"bafd722dac0146958b3a94aa96456739","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2","admin_state_up":true,"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:11Z","binding:vnic_type":"normal","device_id":"b4329742-1409-422b-9e49-a39623e28340"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"499d4dde-4f85-402b-ba26-e5ae6a914820","ip_address":"10.200.201.1"}],"id":"53efb7b5-6924-43b6-b90a-0997a565ed8a","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:91:7b:aa","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1","admin_state_up":true,"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:07Z","binding:vnic_type":"normal","device_id":"b4329742-1409-422b-9e49-a39623e28340"}]} 2018-09-04 22:00:17,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=b4329742-1409-422b-9e49-a39623e28340 used request id req-ba69a0b8-2dd5-4e56-9fa9-0ade4b29233c 2018-09-04 22:00:17,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/499d4dde-4f85-402b-ba26-e5ae6a914820 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:17,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4598c1ea-8db8-42fd-867a-a3aec31ce4d8 Date: Tue, 04 Sep 2018 22:00:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}} 2018-09-04 22:00:17,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/499d4dde-4f85-402b-ba26-e5ae6a914820 used request id req-4598c1ea-8db8-42fd-867a-a3aec31ce4d8 2018-09-04 22:00:17,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/e9915ccd-6018-4567-9a83-90343cbd4b3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:17,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0faeb918-30ff-4bc8-ab8a-43df7967ac68 Date: Tue, 04 Sep 2018 22:00:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}} 2018-09-04 22:00:17,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/e9915ccd-6018-4567-9a83-90343cbd4b3b used request id req-0faeb918-30ff-4bc8-ab8a-43df7967ac68 2018-09-04 22:00:17,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:17,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-87a9c573-b778-4516-92a7-1dbee39e0bec Date: Tue, 04 Sep 2018 22:00:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["499d4dde-4f85-402b-ba26-e5ae6a914820"],"updated_at":"2018-09-04T21:59:55Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"218759c7-617b-4906-aa52-a67ab28e206e","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1"}]} 2018-09-04 22:00:17,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 used request id req-87a9c573-b778-4516-92a7-1dbee39e0bec 2018-09-04 22:00:17,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:17,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75d72e1c-a6c3-4eba-8508-40cec63c1343 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}} 2018-09-04 22:00:17,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 used request id req-75d72e1c-a6c3-4eba-8508-40cec63c1343 2018-09-04 22:00:17,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:18,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e8bdedcc-c843-44c8-a176-15eecd0ed95b Date: Tue, 04 Sep 2018 22:00:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}]} 2018-09-04 22:00:18,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-e8bdedcc-c843-44c8-a176-15eecd0ed95b 2018-09-04 22:00:18,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=218759c7-617b-4906-aa52-a67ab28e206e&name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:18,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-7616cd6c-19e0-4ff9-a66c-cd12fdad312d Date: Tue, 04 Sep 2018 22:00:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"499d4dde-4f85-402b-ba26-e5ae6a914820","ip_address":"10.200.201.1"}],"id":"53efb7b5-6924-43b6-b90a-0997a565ed8a","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:91:7b:aa","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1","admin_state_up":true,"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:07Z","binding:vnic_type":"normal","device_id":"b4329742-1409-422b-9e49-a39623e28340"}]} 2018-09-04 22:00:18,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=218759c7-617b-4906-aa52-a67ab28e206e&name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1&admin_state_up=True used request id req-7616cd6c-19e0-4ff9-a66c-cd12fdad312d 2018-09-04 22:00:18,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:18,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-157d2a98-58a9-44f5-8965-768df67e954b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}} 2018-09-04 22:00:18,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 used request id req-157d2a98-58a9-44f5-8965-768df67e954b 2018-09-04 22:00:18,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:18,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-59770186-c678-4574-a0bf-7a7f4331d12b Date: Tue, 04 Sep 2018 22:00:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e9915ccd-6018-4567-9a83-90343cbd4b3b"],"updated_at":"2018-09-04T21:59:58Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"594e722a-344c-4a79-a720-e39ed11faa93","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2"}]} 2018-09-04 22:00:18,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 used request id req-59770186-c678-4574-a0bf-7a7f4331d12b 2018-09-04 22:00:18,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:18,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a1fb25d-fc45-4b4d-b0b9-38bfb0dd8f16 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}} 2018-09-04 22:00:18,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 used request id req-5a1fb25d-fc45-4b4d-b0b9-38bfb0dd8f16 2018-09-04 22:00:18,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:19,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c2afe9c5-888b-41ae-9b95-f5a8281dfa4d Date: Tue, 04 Sep 2018 22:00:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}]} 2018-09-04 22:00:19,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-c2afe9c5-888b-41ae-9b95-f5a8281dfa4d 2018-09-04 22:00:19,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=594e722a-344c-4a79-a720-e39ed11faa93&name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:19,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-077b77f5-94ba-4f29-8687-e3bbc72f69c3 Date: Tue, 04 Sep 2018 22:00:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","ip_address":"10.200.202.1"}],"id":"0c1ff9f4-35da-4217-b55c-a63aad6504fc","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:3f:45:38","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2","admin_state_up":true,"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:11Z","binding:vnic_type":"normal","device_id":"b4329742-1409-422b-9e49-a39623e28340"}]} 2018-09-04 22:00:19,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=594e722a-344c-4a79-a720-e39ed11faa93&name=CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2&admin_state_up=True used request id req-077b77f5-94ba-4f29-8687-e3bbc72f69c3 2018-09-04 22:00:19,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:19,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daaf4991-38d5-4d2b-9a46-b33398e6579a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}} 2018-09-04 22:00:19,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 used request id req-daaf4991-38d5-4d2b-9a46-b33398e6579a 2018-09-04 22:00:19,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:19,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-c7498624-1679-4809-b684-9aeba48a8374 Date: Tue, 04 Sep 2018 22:00:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "bafd722dac0146958b3a94aa96456739", "created_at": "2018-09-04T22:00:01Z", "admin_state_up": true, "updated_at": "2018-09-04T22:00:13Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "bafd722dac0146958b3a94aa96456739", "id": "b4329742-1409-422b-9e49-a39623e28340", "name": "CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router"}} 2018-09-04 22:00:19,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340 used request id req-c7498624-1679-4809-b684-9aeba48a8374 2018-09-04 22:00:19,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=b4329742-1409-422b-9e49-a39623e28340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:19,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-e95b7adc-ddfb-4bd8-b1e9-fe65ea111e65 Date: Tue, 04 Sep 2018 22:00:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","ip_address":"10.200.202.1"}],"id":"0c1ff9f4-35da-4217-b55c-a63aad6504fc","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:3f:45:38","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2","admin_state_up":true,"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:11Z","binding:vnic_type":"normal","device_id":"b4329742-1409-422b-9e49-a39623e28340"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"499d4dde-4f85-402b-ba26-e5ae6a914820","ip_address":"10.200.201.1"}],"id":"53efb7b5-6924-43b6-b90a-0997a565ed8a","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:91:7b:aa","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1","admin_state_up":true,"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:07Z","binding:vnic_type":"normal","device_id":"b4329742-1409-422b-9e49-a39623e28340"}]} 2018-09-04 22:00:19,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=b4329742-1409-422b-9e49-a39623e28340 used request id req-e95b7adc-ddfb-4bd8-b1e9-fe65ea111e65 2018-09-04 22:00:19,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/499d4dde-4f85-402b-ba26-e5ae6a914820 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:20,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c8f6acbe-afe6-47ae-9976-d64647a5ebdd Date: Tue, 04 Sep 2018 22:00:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}} 2018-09-04 22:00:20,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/499d4dde-4f85-402b-ba26-e5ae6a914820 used request id req-c8f6acbe-afe6-47ae-9976-d64647a5ebdd 2018-09-04 22:00:20,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/e9915ccd-6018-4567-9a83-90343cbd4b3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b7a9f004436bc53145561b592491515d458b36" 2018-09-04 22:00:20,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-43cefb87-f683-4513-be14-25eae7f7bb0f Date: Tue, 04 Sep 2018 22:00:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}} 2018-09-04 22:00:20,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/e9915ccd-6018-4567-9a83-90343cbd4b3b used request id req-43cefb87-f683-4513-be14-25eae7f7bb0f 2018-09-04 22:00:20,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:20,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-302ed0d9-8d09-4ca1-9f7e-910eda44bd3a Date: Tue, 04 Sep 2018 22:00:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["499d4dde-4f85-402b-ba26-e5ae6a914820"],"updated_at":"2018-09-04T21:59:55Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"218759c7-617b-4906-aa52-a67ab28e206e","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1"}]} 2018-09-04 22:00:20,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-302ed0d9-8d09-4ca1-9f7e-910eda44bd3a 2018-09-04 22:00:20,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:20,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-40d44347-a627-43a6-a3a8-e43cd3a0102b Date: Tue, 04 Sep 2018 22:00:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}]} 2018-09-04 22:00:20,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-40d44347-a627-43a6-a3a8-e43cd3a0102b 2018-09-04 22:00:20,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:20,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-afb48b40-6bb0-472f-a956-202cc71b2d91 Date: Tue, 04 Sep 2018 22:00:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"499d4dde-4f85-402b-ba26-e5ae6a914820","ip_address":"10.200.201.2"}],"id":"4dd031e2-9cec-4111-9342-e558af545405","security_groups":[],"mac_address":"fa:16:3e:02:36:05","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-218759c7-617b-4906-aa52-a67ab28e206e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"499d4dde-4f85-402b-ba26-e5ae6a914820","ip_address":"10.200.201.1"}],"id":"53efb7b5-6924-43b6-b90a-0997a565ed8a","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:91:7b:aa","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1","admin_state_up":true,"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:07Z","binding:vnic_type":"normal","device_id":"b4329742-1409-422b-9e49-a39623e28340"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"499d4dde-4f85-402b-ba26-e5ae6a914820","ip_address":"10.200.201.4"}],"id":"c32d1494-1ce4-4d27-ab7c-b900e01244bd","security_groups":[],"mac_address":"fa:16:3e:fe:d5:fa","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-218759c7-617b-4906-aa52-a67ab28e206e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T21:59:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"499d4dde-4f85-402b-ba26-e5ae6a914820","ip_address":"10.200.201.3"}],"id":"f01bfe58-2c60-4341-a08c-fb38d8eddafa","security_groups":[],"mac_address":"fa:16:3e:80:5d:98","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-218759c7-617b-4906-aa52-a67ab28e206e"}]} 2018-09-04 22:00:20,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-afb48b40-6bb0-472f-a956-202cc71b2d91 2018-09-04 22:00:20,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:21,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-008ee102-7388-487b-b26a-d5e0ab3b1d75 Date: Tue, 04 Sep 2018 22:00:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e9915ccd-6018-4567-9a83-90343cbd4b3b"],"updated_at":"2018-09-04T21:59:58Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"594e722a-344c-4a79-a720-e39ed11faa93","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2"}]} 2018-09-04 22:00:21,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-008ee102-7388-487b-b26a-d5e0ab3b1d75 2018-09-04 22:00:21,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:21,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c59d35e6-baf3-4d9f-aba8-dff75201df55 Date: Tue, 04 Sep 2018 22:00:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}]} 2018-09-04 22:00:21,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-c59d35e6-baf3-4d9f-aba8-dff75201df55 2018-09-04 22:00:21,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:21,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-ce20459e-173d-44d0-8a94-b893a9d9cbef Date: Tue, 04 Sep 2018 22:00:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","ip_address":"10.200.202.1"}],"id":"0c1ff9f4-35da-4217-b55c-a63aad6504fc","security_groups":["9f8d64b8-03c7-49c2-bfb9-16c61921f986"],"mac_address":"fa:16:3e:3f:45:38","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2","admin_state_up":true,"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:11Z","binding:vnic_type":"normal","device_id":"b4329742-1409-422b-9e49-a39623e28340"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","ip_address":"10.200.202.4"}],"id":"421dc051-dbde-4929-a60d-10b9a848c3d6","security_groups":[],"mac_address":"fa:16:3e:c1:eb:4d","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T22:00:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-594e722a-344c-4a79-a720-e39ed11faa93"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","ip_address":"10.200.202.3"}],"id":"4843103d-fcf2-4d9f-be56-829a7a421851","security_groups":[],"mac_address":"fa:16:3e:22:32:99","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-594e722a-344c-4a79-a720-e39ed11faa93"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","ip_address":"10.200.202.2"}],"id":"cd22f049-4047-4399-8766-b10109f2d38c","security_groups":[],"mac_address":"fa:16:3e:04:2b:c0","project_id":"bafd722dac0146958b3a94aa96456739","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-594e722a-344c-4a79-a720-e39ed11faa93"}]} 2018-09-04 22:00:21,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-ce20459e-173d-44d0-8a94-b893a9d9cbef 2018-09-04 22:00:21,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/499d4dde-4f85-402b-ba26-e5ae6a914820 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:21,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f8b00e19-5eb7-4454-a62c-c5353e67fb4b Date: Tue, 04 Sep 2018 22:00:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}} 2018-09-04 22:00:21,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/499d4dde-4f85-402b-ba26-e5ae6a914820 used request id req-f8b00e19-5eb7-4454-a62c-c5353e67fb4b 2018-09-04 22:00:21,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:21,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b90365aa-0d6b-46a6-935e-3fe09f73e219 Date: Tue, 04 Sep 2018 22:00:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["499d4dde-4f85-402b-ba26-e5ae6a914820"],"updated_at":"2018-09-04T21:59:55Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"218759c7-617b-4906-aa52-a67ab28e206e","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1"}]} 2018-09-04 22:00:21,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-b90365aa-0d6b-46a6-935e-3fe09f73e219 2018-09-04 22:00:21,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:21,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0f3ca7fe-e87e-435a-8527-7539bc8ce7ff Date: Tue, 04 Sep 2018 22:00:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"218759c7-617b-4906-aa52-a67ab28e206e","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:55Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"499d4dde-4f85-402b-ba26-e5ae6a914820","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1"}]} 2018-09-04 22:00:21,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=218759c7-617b-4906-aa52-a67ab28e206e used request id req-0f3ca7fe-e87e-435a-8527-7539bc8ce7ff 2018-09-04 22:00:21,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/e9915ccd-6018-4567-9a83-90343cbd4b3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:21,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-324214fc-cc9b-4115-8478-a9119fec92c0 Date: Tue, 04 Sep 2018 22:00:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}} 2018-09-04 22:00:21,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/e9915ccd-6018-4567-9a83-90343cbd4b3b used request id req-324214fc-cc9b-4115-8478-a9119fec92c0 2018-09-04 22:00:21,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:22,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c0193c3d-2060-4823-870d-6aabb4f41d9b Date: Tue, 04 Sep 2018 22:00:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e9915ccd-6018-4567-9a83-90343cbd4b3b"],"updated_at":"2018-09-04T21:59:58Z","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bafd722dac0146958b3a94aa96456739","id":"594e722a-344c-4a79-a720-e39ed11faa93","name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2"}]} 2018-09-04 22:00:22,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-c0193c3d-2060-4823-870d-6aabb4f41d9b 2018-09-04 22:00:22,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3012d932519e38864d99a0d710922413ca121e0e" 2018-09-04 22:00:22,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-cf190eee-905f-4992-b940-9a7d32731105 Date: Tue, 04 Sep 2018 22:00:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"594e722a-344c-4a79-a720-e39ed11faa93","tenant_id":"bafd722dac0146958b3a94aa96456739","created_at":"2018-09-04T21:59:58Z","dns_nameservers":[],"updated_at":"2018-09-04T21:59:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"bafd722dac0146958b3a94aa96456739","id":"e9915ccd-6018-4567-9a83-90343cbd4b3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2"}]} 2018-09-04 22:00:22,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=594e722a-344c-4a79-a720-e39ed11faa93 used request id req-cf190eee-905f-4992-b940-9a7d32731105 2018-09-04 22:00:22,351 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router and port CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port1 2018-09-04 22:00:22,351 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router 2018-09-04 22:00:22,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" -d '{"port_id": "53efb7b5-6924-43b6-b90a-0997a565ed8a"}' 2018-09-04 22:00:23,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1767c783-6d45-41eb-bd95-e957e621beaa Date: Tue, 04 Sep 2018 22:00:23 GMT RESP BODY: {"network_id": "218759c7-617b-4906-aa52-a67ab28e206e", "tenant_id": "bafd722dac0146958b3a94aa96456739", "subnet_id": "499d4dde-4f85-402b-ba26-e5ae6a914820", "subnet_ids": ["499d4dde-4f85-402b-ba26-e5ae6a914820"], "port_id": "53efb7b5-6924-43b6-b90a-0997a565ed8a", "id": "b4329742-1409-422b-9e49-a39623e28340"} 2018-09-04 22:00:23,873 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340/remove_router_interface used request id req-1767c783-6d45-41eb-bd95-e957e621beaa 2018-09-04 22:00:23,874 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router and port CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-port2 2018-09-04 22:00:23,874 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router 2018-09-04 22:00:23,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" -d '{"port_id": "0c1ff9f4-35da-4217-b55c-a63aad6504fc"}' 2018-09-04 22:00:25,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1655fa43-9068-4d7b-827a-0a937e0a26a1 Date: Tue, 04 Sep 2018 22:00:25 GMT RESP BODY: {"network_id": "594e722a-344c-4a79-a720-e39ed11faa93", "tenant_id": "bafd722dac0146958b3a94aa96456739", "subnet_id": "e9915ccd-6018-4567-9a83-90343cbd4b3b", "subnet_ids": ["e9915ccd-6018-4567-9a83-90343cbd4b3b"], "port_id": "0c1ff9f4-35da-4217-b55c-a63aad6504fc", "id": "b4329742-1409-422b-9e49-a39623e28340"} 2018-09-04 22:00:25,103 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340/remove_router_interface used request id req-1655fa43-9068-4d7b-827a-0a937e0a26a1 2018-09-04 22:00:25,104 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router 2018-09-04 22:00:25,104 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-router 2018-09-04 22:00:25,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ef4327eaba0000f965598850b91cfce676396d2" 2018-09-04 22:00:27,849 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72f5d471-6b9b-4bb6-b437-1a74e5d68b09 Content-Length: 0 Date: Tue, 04 Sep 2018 22:00:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:00:27,849 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/b4329742-1409-422b-9e49-a39623e28340 used request id req-72f5d471-6b9b-4bb6-b437-1a74e5d68b09 2018-09-04 22:00:27,850 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1 2018-09-04 22:00:27,850 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet1 2018-09-04 22:00:27,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/499d4dde-4f85-402b-ba26-e5ae6a914820 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1d50d91c44b0db2175def4d9a3f54fed95fdaa" 2018-09-04 22:00:30,199 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b24e7dbd-6227-4d9d-9c6a-08c36d43ff1c Date: Tue, 04 Sep 2018 22:00:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:00:30,199 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/499d4dde-4f85-402b-ba26-e5ae6a914820 used request id req-b24e7dbd-6227-4d9d-9c6a-08c36d43ff1c 2018-09-04 22:00:30,199 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net1 2018-09-04 22:00:30,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/218759c7-617b-4906-aa52-a67ab28e206e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1d50d91c44b0db2175def4d9a3f54fed95fdaa" 2018-09-04 22:00:31,404 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5b7b4a0-3544-4f6c-af11-3e689d7f44da Date: Tue, 04 Sep 2018 22:00:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:00:31,404 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/218759c7-617b-4906-aa52-a67ab28e206e used request id req-f5b7b4a0-3544-4f6c-af11-3e689d7f44da 2018-09-04 22:00:31,405 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2 2018-09-04 22:00:31,405 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-subnet2 2018-09-04 22:00:31,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/e9915ccd-6018-4567-9a83-90343cbd4b3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf85d46820fdd69cb596704affc17f5b9d186d3" 2018-09-04 22:00:33,562 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f4f40eb-cfef-4414-9875-cc3cf3ac9c54 Date: Tue, 04 Sep 2018 22:00:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:00:33,562 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/e9915ccd-6018-4567-9a83-90343cbd4b3b used request id req-7f4f40eb-cfef-4414-9875-cc3cf3ac9c54 2018-09-04 22:00:33,563 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-2ba20c47-af1a-4598-8e6e-bacfa7f2d3f8-pub-net2 2018-09-04 22:00:33,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/594e722a-344c-4a79-a720-e39ed11faa93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf85d46820fdd69cb596704affc17f5b9d186d3" 2018-09-04 22:00:34,682 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3e5145c7-54e3-479c-8c9d-76d310224f1b Date: Tue, 04 Sep 2018 22:00:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:00:34,683 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/594e722a-344c-4a79-a720-e39ed11faa93 used request id req-3e5145c7-54e3-479c-8c9d-76d310224f1b 2018-09-04 22:00:34,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:34,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-6a5da66b-e7de-4885-aed3-32fdcfbce1bc Date: Tue, 04 Sep 2018 22:00:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bafd722dac0146958b3a94aa96456739", "created_at": "2018-09-04T21:59:54Z", "updated_at": "2018-09-04T21:59:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:59:54Z", "revision_number": 0, "id": "048aa666-e9ad-4540-af4e-66747db91e74", "remote_group_id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "remote_ip_prefix": null, "created_at": "2018-09-04T21:59:54Z", "security_group_id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "tenant_id": "bafd722dac0146958b3a94aa96456739", "port_range_min": null, "ethertype": "IPv4", "project_id": "bafd722dac0146958b3a94aa96456739"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:59:54Z", "revision_number": 0, "id": "68a2c1cc-c1fc-449b-9d4f-e601c959fed2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:59:54Z", "security_group_id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "tenant_id": "bafd722dac0146958b3a94aa96456739", "port_range_min": null, "ethertype": "IPv6", "project_id": "bafd722dac0146958b3a94aa96456739"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:59:54Z", "revision_number": 0, "id": "6d29831b-c577-4fff-8ec1-184a8f9e6559", "remote_group_id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "remote_ip_prefix": null, "created_at": "2018-09-04T21:59:54Z", "security_group_id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "tenant_id": "bafd722dac0146958b3a94aa96456739", "port_range_min": null, "ethertype": "IPv6", "project_id": "bafd722dac0146958b3a94aa96456739"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:59:54Z", "revision_number": 0, "id": "ed05a976-96b1-4594-99f3-1dd7a3ba4d7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:59:54Z", "security_group_id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "tenant_id": "bafd722dac0146958b3a94aa96456739", "port_range_min": null, "ethertype": "IPv4", "project_id": "bafd722dac0146958b3a94aa96456739"}], "revision_number": 4, "project_id": "bafd722dac0146958b3a94aa96456739", "id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:00:34,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-6a5da66b-e7de-4885-aed3-32fdcfbce1bc 2018-09-04 22:00:34,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:35,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1ed29b-ad22-4e12-b09d-e418e1e29e43 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:00:35,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-6a1ed29b-ad22-4e12-b09d-e418e1e29e43 2018-09-04 22:00:35,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:35,110 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2e9360c-2ca1-4463-bf38-e08208d2a37c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:35,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-b2e9360c-2ca1-4463-bf38-e08208d2a37c 2018-09-04 22:00:35,110 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:35,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:35,215 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-504121e9-da50-4ad7-88f8-90bc1d8db02d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:35,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-504121e9-da50-4ad7-88f8-90bc1d8db02d 2018-09-04 22:00:35,216 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:35,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:35,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c0d30cb-b5de-4765-a270-e2a6175bbafb Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:00:35,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-8c0d30cb-b5de-4765-a270-e2a6175bbafb 2018-09-04 22:00:35,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:35,394 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a8ffa70-e0cb-4385-b3e5-151ec08722a3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:35,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-8a8ffa70-e0cb-4385-b3e5-151ec08722a3 2018-09-04 22:00:35,395 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:35,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:35,495 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b8dbe6f-8c30-4b2a-bcc1-1485bf9f3167 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:35,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-8b8dbe6f-8c30-4b2a-bcc1-1485bf9f3167 2018-09-04 22:00:35,495 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:35,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:35,586 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a27dc975-a4ae-4a8d-a381-d13b5dad7627 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:35,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-a27dc975-a4ae-4a8d-a381-d13b5dad7627 2018-09-04 22:00:35,586 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:35,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:35,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e159f1e-3571-488a-ad52-c97545c015f3 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739"}, "enabled": true, "id": "bafd722dac0146958b3a94aa96456739", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-744cf34c-e613-457-proj"}} 2018-09-04 22:00:35,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 used request id req-1e159f1e-3571-488a-ad52-c97545c015f3 2018-09-04 22:00:35,675 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f8d64b8-03c7-49c2-bfb9-16c61921f986 2018-09-04 22:00:35,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=9f8d64b8-03c7-49c2-bfb9-16c61921f986 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:35,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-edc0b822-2083-4bb9-bacd-2543a3a09307 Date: Tue, 04 Sep 2018 22:00:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:59:54Z", "security_group_id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "port_range_min": null, "revision_number": 0, "tenant_id": "bafd722dac0146958b3a94aa96456739", "created_at": "2018-09-04T21:59:54Z", "project_id": "bafd722dac0146958b3a94aa96456739", "id": "048aa666-e9ad-4540-af4e-66747db91e74"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:59:54Z", "security_group_id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "port_range_min": null, "revision_number": 0, "tenant_id": "bafd722dac0146958b3a94aa96456739", "created_at": "2018-09-04T21:59:54Z", "project_id": "bafd722dac0146958b3a94aa96456739", "id": "68a2c1cc-c1fc-449b-9d4f-e601c959fed2"}, {"remote_group_id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:59:54Z", "security_group_id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "port_range_min": null, "revision_number": 0, "tenant_id": "bafd722dac0146958b3a94aa96456739", "created_at": "2018-09-04T21:59:54Z", "project_id": "bafd722dac0146958b3a94aa96456739", "id": "6d29831b-c577-4fff-8ec1-184a8f9e6559"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T21:59:54Z", "security_group_id": "9f8d64b8-03c7-49c2-bfb9-16c61921f986", "port_range_min": null, "revision_number": 0, "tenant_id": "bafd722dac0146958b3a94aa96456739", "created_at": "2018-09-04T21:59:54Z", "project_id": "bafd722dac0146958b3a94aa96456739", "id": "ed05a976-96b1-4594-99f3-1dd7a3ba4d7e"}]} 2018-09-04 22:00:35,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=9f8d64b8-03c7-49c2-bfb9-16c61921f986 used request id req-edc0b822-2083-4bb9-bacd-2543a3a09307 2018-09-04 22:00:35,852 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:00:35,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/9f8d64b8-03c7-49c2-bfb9-16c61921f986 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:36,170 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d43697b8-7a4b-4d21-b416-56422300dc9c Content-Length: 0 Date: Tue, 04 Sep 2018 22:00:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:00:36,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/9f8d64b8-03c7-49c2-bfb9-16c61921f986 used request id req-d43697b8-7a4b-4d21-b416-56422300dc9c 2018-09-04 22:00:36,171 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-744cf34c-e613-457-proj 2018-09-04 22:00:36,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:36,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:00:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79a71475-e5a8-4bdd-9221-50b17300b178 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:00:36,439 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/bafd722dac0146958b3a94aa96456739 used request id req-79a71475-e5a8-4bdd-9221-50b17300b178 2018-09-04 22:00:36,440 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-744cf34c-e613-457-proj-role 2018-09-04 22:00:36,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/5869f65dd1114506bf7312ef287c3591 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:36,555 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:00:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b91a6018-80a6-4978-9cc7-9c31cfd04542 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:00:36,556 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/5869f65dd1114506bf7312ef287c3591 used request id req-b91a6018-80a6-4978-9cc7-9c31cfd04542 2018-09-04 22:00:36,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c67bf7cdf6e02278b4aa16d0d879495cad7bb88" 2018-09-04 22:00:36,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7068cacf-4507-45b8-b731-d46e2dc9a954 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:00:36,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7068cacf-4507-45b8-b731-d46e2dc9a954 2018-09-04 22:00:36,640 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-744cf34c-e613-457-user 2018-09-04 22:00:36,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/e81f715a311d46b196d65a7fbd80c4a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c28c63b9a9f557debf269fee2973d37506526c8e" 2018-09-04 22:00:36,818 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:00:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d33ff373-1ec5-46a6-ac18-c7f8f198b259 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:00:36,818 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e81f715a311d46b196d65a7fbd80c4a7 used request id req-d33ff373-1ec5-46a6-ac18-c7f8f198b259 2018-09-04 22:00:36,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:37,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:00:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ifEGpvVwQa2i-Kfr2uZCYg"], "issued_at": "2018-09-04T22:00:37.000000Z"}} 2018-09-04 22:00:37,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3133181e29eb01a7695bcaa5ee937502c453f08" 2018-09-04 22:00:37,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-516ea8cd-6dfb-4104-9449-863ea2f36455 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:37,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-516ea8cd-6dfb-4104-9449-863ea2f36455 2018-09-04 22:00:37,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:37,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:37,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:00:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["R166yIocRjqFTtXiR3sVGg"], "issued_at": "2018-09-04T22:00:37.000000Z"}} 2018-09-04 22:00:37,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:37,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bc1de7c-78be-462c-8e4a-f98b83c4781f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:37,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4bc1de7c-78be-462c-8e4a-f98b83c4781f 2018-09-04 22:00:37,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:00:37,772 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:00:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:00:37,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-413baa61-f411-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:37,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf78f4f5-bbb0-4705-a677-223b4ecbbfc7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-413baa61-f411-4b1-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:00:37,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-413baa61-f411-4b1-proj used request id req-bf78f4f5-bbb0-4705-a677-223b4ecbbfc7 2018-09-04 22:00:37,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:37,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-383d7794-ef24-4a40-b697-ff527e957f2a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:00:37,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-383d7794-ef24-4a40-b697-ff527e957f2a 2018-09-04 22:00:37,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj"}}' 2018-09-04 22:00:38,077 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:00:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cbea988-e18e-4e11-a1b6-633a2c9561a9 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4cc47ca400524626818f4a9224bb6327"}, "enabled": true, "id": "4cc47ca400524626818f4a9224bb6327", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj"}} 2018-09-04 22:00:38,077 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-9cbea988-e18e-4e11-a1b6-633a2c9561a9 2018-09-04 22:00:38,077 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-413baa61-f411-4b1-proj 2018-09-04 22:00:38,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:38,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:38,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:00:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["QmwyP8KhSZ-wWKHwcwh8Uw"], "issued_at": "2018-09-04T22:00:38.000000Z"}} 2018-09-04 22:00:38,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6414f127d2fffc3f0338a7281ad49b3be45e012d" 2018-09-04 22:00:38,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f64b09da-1d25-424d-bf10-b0f90c314bbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:38,553 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f64b09da-1d25-424d-bf10-b0f90c314bbd 2018-09-04 22:00:38,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:00:38,563 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:00:38,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6414f127d2fffc3f0338a7281ad49b3be45e012d" 2018-09-04 22:00:38,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e44d521-3042-4376-9f5f-61d987574f50 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:00:38,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-4e44d521-3042-4376-9f5f-61d987574f50 2018-09-04 22:00:38,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-413baa61-f411-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6414f127d2fffc3f0338a7281ad49b3be45e012d" 2018-09-04 22:00:38,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3228c7ab-7ab7-426b-a964-dcdff2e8da6f Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-413baa61-f411-4b1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4cc47ca400524626818f4a9224bb6327"}, "enabled": true, "id": "4cc47ca400524626818f4a9224bb6327", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj"}]} 2018-09-04 22:00:38,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-413baa61-f411-4b1-proj used request id req-3228c7ab-7ab7-426b-a964-dcdff2e8da6f 2018-09-04 22:00:38,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6414f127d2fffc3f0338a7281ad49b3be45e012d" 2018-09-04 22:00:38,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6d5af0a-85a9-42ef-964d-e88a1f6ac224 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:00:38,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-d6d5af0a-85a9-42ef-964d-e88a1f6ac224 2018-09-04 22:00:39,329 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-413baa61-f411-4b1-user 2018-09-04 22:00:39,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:39,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:39,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d1f4acf-6a0e-42e3-b043-3080b9aec078 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:00:39,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7d1f4acf-6a0e-42e3-b043-3080b9aec078 2018-09-04 22:00:39,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" -d '{"role": {"name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj-role"}}' 2018-09-04 22:00:39,460 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa2e8c9e-569b-4c15-a3ce-818cb75c1a8c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1e51a885732b4b19811d90681c2f91b3", "links": {"self": "http://172.30.9.26:5000/v3/roles/1e51a885732b4b19811d90681c2f91b3"}, "name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj-role"}} 2018-09-04 22:00:39,461 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-aa2e8c9e-569b-4c15-a3ce-818cb75c1a8c 2018-09-04 22:00:39,461 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-413baa61-f411-4b1-proj-role 2018-09-04 22:00:39,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/1e51a885732b4b19811d90681c2f91b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:39,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b88b6d55-8b95-4f6d-8aaf-d0120c9af5ba Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/1e51a885732b4b19811d90681c2f91b3"}, "domain_id": null, "name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj-role", "id": "1e51a885732b4b19811d90681c2f91b3"}} 2018-09-04 22:00:39,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/1e51a885732b4b19811d90681c2f91b3 used request id req-b88b6d55-8b95-4f6d-8aaf-d0120c9af5ba 2018-09-04 22:00:39,482 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-413baa61-f411-4b1-proj-role to project CreateRouterSuccessTests-413baa61-f411-4b1-proj 2018-09-04 22:00:39,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/4cc47ca400524626818f4a9224bb6327/users/8f1ca279240a45e2b48efd81ebd56d40/roles/1e51a885732b4b19811d90681c2f91b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:39,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ba109b2-a6b8-40ae-89c0-43a9d111c2e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:00:39,612 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/4cc47ca400524626818f4a9224bb6327/users/8f1ca279240a45e2b48efd81ebd56d40/roles/1e51a885732b4b19811d90681c2f91b3 used request id req-6ba109b2-a6b8-40ae-89c0-43a9d111c2e6 2018-09-04 22:00:39,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:39,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:39,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e51a885732b4b19811d90681c2f91b3", "name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj-role"}], "expires_at": "2018-09-04T23:00:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cc47ca400524626818f4a9224bb6327", "name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4cc47ca400524626818f4a9224bb6327", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/4cc47ca400524626818f4a9224bb6327", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/4cc47ca400524626818f4a9224bb6327", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/4cc47ca400524626818f4a9224bb6327", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/4cc47ca400524626818f4a9224bb6327", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/4cc47ca400524626818f4a9224bb6327", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/4cc47ca400524626818f4a9224bb6327", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/4cc47ca400524626818f4a9224bb6327", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/4cc47ca400524626818f4a9224bb6327", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/4cc47ca400524626818f4a9224bb6327", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/4cc47ca400524626818f4a9224bb6327", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/4cc47ca400524626818f4a9224bb6327", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-413baa61-f411-4b1-user", "id": "8f1ca279240a45e2b48efd81ebd56d40"}, "audit_ids": ["Ud1Rs8rcQ92QNwVIhOKIPg"], "issued_at": "2018-09-04T22:00:39.000000Z"}} 2018-09-04 22:00:39,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63b84d07fe0a666a7490ab7c25f1a6fdabb459c" 2018-09-04 22:00:40,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3d85445-23df-419c-9905-90b65ab6e734 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:40,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b3d85445-23df-419c-9905-90b65ab6e734 2018-09-04 22:00:40,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-7b014be1-01dc-4cde-9db8-c4841a22e50d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63b84d07fe0a666a7490ab7c25f1a6fdabb459c" 2018-09-04 22:00:40,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2f6ecebe-4f85-4f3d-9bba-b0c19f8426f5 Date: Tue, 04 Sep 2018 22:00:40 GMT RESP BODY: {"routers": []} 2018-09-04 22:00:40,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-7b014be1-01dc-4cde-9db8-c4841a22e50d-pub-router&admin_state_up=True used request id req-2f6ecebe-4f85-4f3d-9bba-b0c19f8426f5 2018-09-04 22:00:40,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:40,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:40,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e51a885732b4b19811d90681c2f91b3", "name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj-role"}], "expires_at": "2018-09-04T23:00:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cc47ca400524626818f4a9224bb6327", "name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4cc47ca400524626818f4a9224bb6327", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/4cc47ca400524626818f4a9224bb6327", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/4cc47ca400524626818f4a9224bb6327", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/4cc47ca400524626818f4a9224bb6327", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/4cc47ca400524626818f4a9224bb6327", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/4cc47ca400524626818f4a9224bb6327", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/4cc47ca400524626818f4a9224bb6327", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/4cc47ca400524626818f4a9224bb6327", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/4cc47ca400524626818f4a9224bb6327", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/4cc47ca400524626818f4a9224bb6327", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/4cc47ca400524626818f4a9224bb6327", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/4cc47ca400524626818f4a9224bb6327", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-413baa61-f411-4b1-user", "id": "8f1ca279240a45e2b48efd81ebd56d40"}, "audit_ids": ["BRzaOWfIReGQqnb70-S8Nw"], "issued_at": "2018-09-04T22:00:40.000000Z"}} 2018-09-04 22:00:40,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ba7e4a14285b07f70a9c01d0a423934ad8ac2a2" 2018-09-04 22:00:40,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce1b4485-dc8d-47ca-a966-71f328ad54e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:40,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ce1b4485-dc8d-47ca-a966-71f328ad54e2 2018-09-04 22:00:40,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63b84d07fe0a666a7490ab7c25f1a6fdabb459c" 2018-09-04 22:00:41,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a8129e1f-05d9-4c28-96f8-f6c8f2858cb8 Date: Tue, 04 Sep 2018 22:00:41 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:00:41,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-a8129e1f-05d9-4c28-96f8-f6c8f2858cb8 2018-09-04 22:00:41,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63b84d07fe0a666a7490ab7c25f1a6fdabb459c" 2018-09-04 22:00:41,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f9cf5330-e679-4e13-86fc-65c311604259 Date: Tue, 04 Sep 2018 22:00:41 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:00:41,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-f9cf5330-e679-4e13-86fc-65c311604259 2018-09-04 22:00:41,190 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-7b014be1-01dc-4cde-9db8-c4841a22e50d-pub-router 2018-09-04 22:00:41,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63b84d07fe0a666a7490ab7c25f1a6fdabb459c" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateRouterSuccessTests-7b014be1-01dc-4cde-9db8-c4841a22e50d-pub-router", "admin_state_up": true}}' 2018-09-04 22:00:46,311 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-c2904e87-adf5-4fae-b39a-532d6b811cde Date: Tue, 04 Sep 2018 22:00:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4cc47ca400524626818f4a9224bb6327", "created_at": "2018-09-04T22:00:41Z", "admin_state_up": true, "updated_at": "2018-09-04T22:00:42Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "4cc47ca400524626818f4a9224bb6327", "id": "5574698d-c5b8-486e-a94c-49e7a31bc650", "name": "CreateRouterSuccessTests-7b014be1-01dc-4cde-9db8-c4841a22e50d-pub-router"}} 2018-09-04 22:00:46,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-c2904e87-adf5-4fae-b39a-532d6b811cde 2018-09-04 22:00:46,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=5574698d-c5b8-486e-a94c-49e7a31bc650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63b84d07fe0a666a7490ab7c25f1a6fdabb459c" 2018-09-04 22:00:46,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7389f78c-a533-4b41-83b4-923d23a7383d Date: Tue, 04 Sep 2018 22:00:46 GMT RESP BODY: {"ports":[]} 2018-09-04 22:00:46,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=5574698d-c5b8-486e-a94c-49e7a31bc650 used request id req-7389f78c-a533-4b41-83b4-923d23a7383d 2018-09-04 22:00:46,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/5574698d-c5b8-486e-a94c-49e7a31bc650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63b84d07fe0a666a7490ab7c25f1a6fdabb459c" 2018-09-04 22:00:46,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-8a6584fb-ddba-467d-bbf6-ecb1cd15dabe Date: Tue, 04 Sep 2018 22:00:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4cc47ca400524626818f4a9224bb6327", "created_at": "2018-09-04T22:00:41Z", "admin_state_up": true, "updated_at": "2018-09-04T22:00:45Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "4cc47ca400524626818f4a9224bb6327", "id": "5574698d-c5b8-486e-a94c-49e7a31bc650", "name": "CreateRouterSuccessTests-7b014be1-01dc-4cde-9db8-c4841a22e50d-pub-router"}} 2018-09-04 22:00:46,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/5574698d-c5b8-486e-a94c-49e7a31bc650 used request id req-8a6584fb-ddba-467d-bbf6-ecb1cd15dabe 2018-09-04 22:00:46,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=5574698d-c5b8-486e-a94c-49e7a31bc650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63b84d07fe0a666a7490ab7c25f1a6fdabb459c" 2018-09-04 22:00:46,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-168b6021-41a2-4120-b55f-a7ed59066b5e Date: Tue, 04 Sep 2018 22:00:46 GMT RESP BODY: {"ports":[]} 2018-09-04 22:00:46,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=5574698d-c5b8-486e-a94c-49e7a31bc650 used request id req-168b6021-41a2-4120-b55f-a7ed59066b5e 2018-09-04 22:00:46,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:47,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e51a885732b4b19811d90681c2f91b3", "name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj-role"}], "expires_at": "2018-09-04T23:00:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cc47ca400524626818f4a9224bb6327", "name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4cc47ca400524626818f4a9224bb6327", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/4cc47ca400524626818f4a9224bb6327", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/4cc47ca400524626818f4a9224bb6327", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/4cc47ca400524626818f4a9224bb6327", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/4cc47ca400524626818f4a9224bb6327", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/4cc47ca400524626818f4a9224bb6327", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/4cc47ca400524626818f4a9224bb6327", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/4cc47ca400524626818f4a9224bb6327", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/4cc47ca400524626818f4a9224bb6327", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/4cc47ca400524626818f4a9224bb6327", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/4cc47ca400524626818f4a9224bb6327", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/4cc47ca400524626818f4a9224bb6327", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-413baa61-f411-4b1-user", "id": "8f1ca279240a45e2b48efd81ebd56d40"}, "audit_ids": ["tKqL9DOcSfqCC0IOTyYgsQ"], "issued_at": "2018-09-04T22:00:47.000000Z"}} 2018-09-04 22:00:47,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-7b014be1-01dc-4cde-9db8-c4841a22e50d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8354cc0ad2f4002258c8cb72adf34706ef991cb4" 2018-09-04 22:00:47,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-49fe217a-f5dc-4a06-bf1a-474c284f7ed2 Date: Tue, 04 Sep 2018 22:00:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4cc47ca400524626818f4a9224bb6327", "created_at": "2018-09-04T22:00:41Z", "admin_state_up": true, "updated_at": "2018-09-04T22:00:45Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "4cc47ca400524626818f4a9224bb6327", "id": "5574698d-c5b8-486e-a94c-49e7a31bc650", "name": "CreateRouterSuccessTests-7b014be1-01dc-4cde-9db8-c4841a22e50d-pub-router"}]} 2018-09-04 22:00:47,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-7b014be1-01dc-4cde-9db8-c4841a22e50d-pub-router&admin_state_up=True used request id req-49fe217a-f5dc-4a06-bf1a-474c284f7ed2 2018-09-04 22:00:47,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:00:47,535 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:00:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:00:47,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4cc47ca400524626818f4a9224bb6327 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3133181e29eb01a7695bcaa5ee937502c453f08" 2018-09-04 22:00:47,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3a82fc9-e9e8-475f-a4e6-08b1e9cd0eee Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4cc47ca400524626818f4a9224bb6327"}, "enabled": true, "id": "4cc47ca400524626818f4a9224bb6327", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-413baa61-f411-4b1-proj"}} 2018-09-04 22:00:47,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4cc47ca400524626818f4a9224bb6327 used request id req-e3a82fc9-e9e8-475f-a4e6-08b1e9cd0eee 2018-09-04 22:00:47,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=5574698d-c5b8-486e-a94c-49e7a31bc650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8354cc0ad2f4002258c8cb72adf34706ef991cb4" 2018-09-04 22:00:47,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0ea36ae6-e6c5-4484-91ef-fd50f2f90255 Date: Tue, 04 Sep 2018 22:00:47 GMT RESP BODY: {"ports":[]} 2018-09-04 22:00:47,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=5574698d-c5b8-486e-a94c-49e7a31bc650 used request id req-0ea36ae6-e6c5-4484-91ef-fd50f2f90255 2018-09-04 22:00:47,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8354cc0ad2f4002258c8cb72adf34706ef991cb4" 2018-09-04 22:00:48,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-933977e1-6ae1-4a18-8032-3590841a8620 Date: Tue, 04 Sep 2018 22:00:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:00:48,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-933977e1-6ae1-4a18-8032-3590841a8620 2018-09-04 22:00:48,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8354cc0ad2f4002258c8cb72adf34706ef991cb4" 2018-09-04 22:00:48,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c948663e-f473-4315-b45d-ba372d43698a Date: Tue, 04 Sep 2018 22:00:48 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:00:48,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-c948663e-f473-4315-b45d-ba372d43698a 2018-09-04 22:00:48,415 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-7b014be1-01dc-4cde-9db8-c4841a22e50d-pub-router 2018-09-04 22:00:48,415 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-7b014be1-01dc-4cde-9db8-c4841a22e50d-pub-router 2018-09-04 22:00:48,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/5574698d-c5b8-486e-a94c-49e7a31bc650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63b84d07fe0a666a7490ab7c25f1a6fdabb459c" 2018-09-04 22:00:52,124 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9daec30b-d73b-4509-bd4c-214851734134 Content-Length: 0 Date: Tue, 04 Sep 2018 22:00:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:00:52,124 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/5574698d-c5b8-486e-a94c-49e7a31bc650 used request id req-9daec30b-d73b-4509-bd4c-214851734134 2018-09-04 22:00:52,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:52,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-685f42c3-bf60-4688-abd0-9472e18f8f27 Date: Tue, 04 Sep 2018 22:00:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:00:52,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-685f42c3-bf60-4688-abd0-9472e18f8f27 2018-09-04 22:00:52,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:52,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fdde68c-e2fd-4198-9076-2b2d3cb9f1d5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:00:52,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-5fdde68c-e2fd-4198-9076-2b2d3cb9f1d5 2018-09-04 22:00:52,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:52,558 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c976dc0-26d1-425b-bd43-a6b66796be17 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:52,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-1c976dc0-26d1-425b-bd43-a6b66796be17 2018-09-04 22:00:52,558 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:52,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:52,646 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9f498be-9ef9-4bef-9532-5f790a7f59c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:52,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-a9f498be-9ef9-4bef-9532-5f790a7f59c3 2018-09-04 22:00:52,647 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:52,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:52,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b138dd0d-f978-4dfd-b631-34ba75412071 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:00:52,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-b138dd0d-f978-4dfd-b631-34ba75412071 2018-09-04 22:00:52,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:52,828 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e216b022-0fc3-4cbe-b22a-5da51550f738 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:52,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-e216b022-0fc3-4cbe-b22a-5da51550f738 2018-09-04 22:00:52,829 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:52,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:52,912 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33779811-0c8c-4006-9e4a-01bf5050390a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:52,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-33779811-0c8c-4006-9e4a-01bf5050390a 2018-09-04 22:00:52,913 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:52,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:53,000 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bc8bc66-6c8d-40ea-a331-3e2012850a4f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:53,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-8bc8bc66-6c8d-40ea-a331-3e2012850a4f 2018-09-04 22:00:53,000 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:53,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:53,092 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74da8182-deb5-4de7-95cd-4ef0623779ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:53,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-74da8182-deb5-4de7-95cd-4ef0623779ed 2018-09-04 22:00:53,092 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:53,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:53,176 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f793c0f-4038-4bf3-83f6-d7077b17b85b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:53,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-4f793c0f-4038-4bf3-83f6-d7077b17b85b 2018-09-04 22:00:53,177 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:53,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:53,273 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08862f97-896e-4a8e-8fee-cc0b47ef64f8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:00:53,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-08862f97-896e-4a8e-8fee-cc0b47ef64f8 2018-09-04 22:00:53,273 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:00:53,274 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-413baa61-f411-4b1-proj 2018-09-04 22:00:53,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/4cc47ca400524626818f4a9224bb6327 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:53,487 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-642fcd52-f213-4eb2-82cd-b13d06d74207 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:00:53,487 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/4cc47ca400524626818f4a9224bb6327 used request id req-642fcd52-f213-4eb2-82cd-b13d06d74207 2018-09-04 22:00:53,487 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-413baa61-f411-4b1-proj-role 2018-09-04 22:00:53,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/1e51a885732b4b19811d90681c2f91b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:53,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8aaa2e7-0141-495a-93ac-428bae81f3a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:00:53,603 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/1e51a885732b4b19811d90681c2f91b3 used request id req-f8aaa2e7-0141-495a-93ac-428bae81f3a1 2018-09-04 22:00:53,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efce2a8634d564fce4b43b98d457a6582d61f4c7" 2018-09-04 22:00:53,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-746b8c96-9fd1-4f5b-b69b-bf1c79de2750 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:00:53,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-746b8c96-9fd1-4f5b-b69b-bf1c79de2750 2018-09-04 22:00:53,694 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-413baa61-f411-4b1-user 2018-09-04 22:00:53,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/8f1ca279240a45e2b48efd81ebd56d40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6414f127d2fffc3f0338a7281ad49b3be45e012d" 2018-09-04 22:00:53,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2045ad54-504e-47e5-bf92-cac2ca714d7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:00:53,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/8f1ca279240a45e2b48efd81ebd56d40 used request id req-2045ad54-504e-47e5-bf92-cac2ca714d7e 2018-09-04 22:00:53,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:54,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:00:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["e2AesusSQHyptrHpw_SJFQ"], "issued_at": "2018-09-04T22:00:54.000000Z"}} 2018-09-04 22:00:54,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0605f0b8d3e9dc2ceaff21ce72a6257916a0afcd" 2018-09-04 22:00:54,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c948055d-395f-40c5-8236-9b0e938bc4d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:54,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c948055d-395f-40c5-8236-9b0e938bc4d7 2018-09-04 22:00:54,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:54,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:54,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:00:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["TW8qULgJSqqHtd5jyCFD7w"], "issued_at": "2018-09-04T22:00:54.000000Z"}} 2018-09-04 22:00:54,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:00:54,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-588d2941-8b98-4018-b861-f063a5fb1da9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:54,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-588d2941-8b98-4018-b861-f063a5fb1da9 2018-09-04 22:00:54,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:00:54,885 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:00:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:00:54,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:00:54,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6475001-ca38-41e0-8cd3-177d876909ee Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:00:54,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj used request id req-b6475001-ca38-41e0-8cd3-177d876909ee 2018-09-04 22:00:54,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:00:55,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00c2fb43-f21b-446a-ac6c-93cb585e0669 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:00:55,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-00c2fb43-f21b-446a-ac6c-93cb585e0669 2018-09-04 22:00:55,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj"}}' 2018-09-04 22:00:55,203 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:00:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd8143ec-9c0e-4687-8c88-54bdce929cf9 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/09cdca87359247d68a2404b4725b615d"}, "enabled": true, "id": "09cdca87359247d68a2404b4725b615d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj"}} 2018-09-04 22:00:55,203 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-dd8143ec-9c0e-4687-8c88-54bdce929cf9 2018-09-04 22:00:55,203 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj 2018-09-04 22:00:55,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:55,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:55,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:00:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["n47AKc3VSaK69z-MT8N44Q"], "issued_at": "2018-09-04T22:00:55.000000Z"}} 2018-09-04 22:00:55,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f556628779d1e3ef3f48f5acb2c0b014629b30d" 2018-09-04 22:00:55,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69fe1e75-fc74-46ca-83cc-f6c6577cd45f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:55,672 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-69fe1e75-fc74-46ca-83cc-f6c6577cd45f 2018-09-04 22:00:55,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:00:55,682 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:00:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:00:55,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f556628779d1e3ef3f48f5acb2c0b014629b30d" 2018-09-04 22:00:55,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2e76475-0b50-453c-9b3e-1562dcc71bf8 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:00:55,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e2e76475-0b50-453c-9b3e-1562dcc71bf8 2018-09-04 22:00:55,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f556628779d1e3ef3f48f5acb2c0b014629b30d" 2018-09-04 22:00:55,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-315f1e9c-de78-4fd4-9988-f3355ce816ce Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/09cdca87359247d68a2404b4725b615d"}, "enabled": true, "id": "09cdca87359247d68a2404b4725b615d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj"}]} 2018-09-04 22:00:55,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj used request id req-315f1e9c-de78-4fd4-9988-f3355ce816ce 2018-09-04 22:00:55,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f556628779d1e3ef3f48f5acb2c0b014629b30d" 2018-09-04 22:00:56,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497b27d8-9818-4399-b57b-99cea4f8dc77 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:00:56,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-497b27d8-9818-4399-b57b-99cea4f8dc77 2018-09-04 22:00:56,412 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-2dce01ad-e0f1-4ca-user 2018-09-04 22:00:56,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:56,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:00:56,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3119bc58-bdaa-463d-baf0-f4302addebfe Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:00:56,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3119bc58-bdaa-463d-baf0-f4302addebfe 2018-09-04 22:00:56,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" -d '{"role": {"name": "CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj-role"}}' 2018-09-04 22:00:56,604 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2de6b203-0bc6-4132-b525-b290be91c789 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4b824ffdc3664be4971ffed0855574ac", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b824ffdc3664be4971ffed0855574ac"}, "name": "CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj-role"}} 2018-09-04 22:00:56,604 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-2de6b203-0bc6-4132-b525-b290be91c789 2018-09-04 22:00:56,604 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj-role 2018-09-04 22:00:56,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/4b824ffdc3664be4971ffed0855574ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:00:56,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d53044b-556c-4f04-a2a2-6d4b79bbd09b Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/4b824ffdc3664be4971ffed0855574ac"}, "domain_id": null, "name": "CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj-role", "id": "4b824ffdc3664be4971ffed0855574ac"}} 2018-09-04 22:00:56,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/4b824ffdc3664be4971ffed0855574ac used request id req-7d53044b-556c-4f04-a2a2-6d4b79bbd09b 2018-09-04 22:00:56,700 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj-role to project CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj 2018-09-04 22:00:56,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/09cdca87359247d68a2404b4725b615d/users/96ec7600429a4a7bac8142ec0df2f5e7/roles/4b824ffdc3664be4971ffed0855574ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:00:56,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7c03b82-7ee2-4a87-a8e7-1734a53a4f08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:00:56,840 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/09cdca87359247d68a2404b4725b615d/users/96ec7600429a4a7bac8142ec0df2f5e7/roles/4b824ffdc3664be4971ffed0855574ac used request id req-f7c03b82-7ee2-4a87-a8e7-1734a53a4f08 2018-09-04 22:00:56,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:56,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:57,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:00:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["gMzFvnDyRs25lEMdQPokkg"], "issued_at": "2018-09-04T22:00:57.000000Z"}} 2018-09-04 22:00:57,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:00:57,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdde8194-7ff4-4801-b02c-76191bbb3444 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:57,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bdde8194-7ff4-4801-b02c-76191bbb3444 2018-09-04 22:00:57,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:00:57,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-58e4c2d1-18d8-4dd3-a91e-0212d10d5fed Date: Tue, 04 Sep 2018 22:00:57 GMT RESP BODY: {"routers": []} 2018-09-04 22:00:57,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router&admin_state_up=True used request id req-58e4c2d1-18d8-4dd3-a91e-0212d10d5fed 2018-09-04 22:00:57,435 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:00:57,436 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:00:57,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:00:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["k0RkD2BITqWw6NCr6VKS_Q"], "issued_at": "2018-09-04T22:00:57.000000Z"}} 2018-09-04 22:00:57,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e440279e12f35e66fc7664bd99d8ed63878c12" 2018-09-04 22:00:57,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49fb1f35-00c2-4557-ab62-9805b554dcbf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:00:57,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-49fb1f35-00c2-4557-ab62-9805b554dcbf 2018-09-04 22:00:57,893 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router 2018-09-04 22:00:57,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" -d '{"router": {"name": "CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router", "admin_state_up": true}}' 2018-09-04 22:01:01,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-8ecf3872-b4c8-4922-bcf8-8f8debd3e342 Date: Tue, 04 Sep 2018 22:01:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T22:00:58Z", "admin_state_up": true, "updated_at": "2018-09-04T22:00:58Z", "project_id": "d98703cc10ed423d86894386e49ef6a9", "flavor_id": null, "revision_number": 1, "routes": [], "ha": true, "id": "aab3f4e1-5571-4125-9e54-4c900f7fe69e", "name": "CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router"}} 2018-09-04 22:01:01,923 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-8ecf3872-b4c8-4922-bcf8-8f8debd3e342 2018-09-04 22:01:01,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=aab3f4e1-5571-4125-9e54-4c900f7fe69e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:02,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2453 X-Openstack-Request-Id: req-4dd76339-15bf-44e9-8ebb-f57977ad3fc3 Date: Tue, 04 Sep 2018 22:01:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:01:00Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","ip_address":"169.254.192.3"}],"id":"9dffece5-5979-411a-a548-a8eed64e1723","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8b:ea:59","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d98703cc10ed423d86894386e49ef6a9","admin_state_up":true,"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:01:00Z","binding:vnic_type":"normal","device_id":"aab3f4e1-5571-4125-9e54-4c900f7fe69e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:00:59Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","ip_address":"169.254.192.4"}],"id":"af238cd0-2172-49c2-b402-ff8d63e2881d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:07:ed","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d98703cc10ed423d86894386e49ef6a9","admin_state_up":true,"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:00:59Z","binding:vnic_type":"normal","device_id":"aab3f4e1-5571-4125-9e54-4c900f7fe69e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:01:01Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","ip_address":"169.254.192.5"}],"id":"b8c67ab7-2258-429d-a9ac-cc221ef34be5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:68:1d:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d98703cc10ed423d86894386e49ef6a9","admin_state_up":true,"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:01:01Z","binding:vnic_type":"normal","device_id":"aab3f4e1-5571-4125-9e54-4c900f7fe69e"}]} 2018-09-04 22:01:02,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=aab3f4e1-5571-4125-9e54-4c900f7fe69e used request id req-4dd76339-15bf-44e9-8ebb-f57977ad3fc3 2018-09-04 22:01:02,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:02,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-97ec3318-1cc5-4973-84a7-d435bda2ba88 Date: Tue, 04 Sep 2018 22:01:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:00:58Z","dns_nameservers":[],"updated_at":"2018-09-04T22:00:58Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","subnetpool_id":null,"name":"HA subnet tenant d98703cc10ed423d86894386e49ef6a9"}} 2018-09-04 22:01:02,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb used request id req-97ec3318-1cc5-4973-84a7-d435bda2ba88 2018-09-04 22:01:02,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:02,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9b866b35-ca69-4de3-b2e7-9a9663a38f4f Date: Tue, 04 Sep 2018 22:01:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:00:58Z","dns_nameservers":[],"updated_at":"2018-09-04T22:00:58Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","subnetpool_id":null,"name":"HA subnet tenant d98703cc10ed423d86894386e49ef6a9"}} 2018-09-04 22:01:02,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb used request id req-9b866b35-ca69-4de3-b2e7-9a9663a38f4f 2018-09-04 22:01:02,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:02,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-cf13964b-6318-4b50-a77a-8e537d90224b Date: Tue, 04 Sep 2018 22:01:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:00:58Z","dns_nameservers":[],"updated_at":"2018-09-04T22:00:58Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","subnetpool_id":null,"name":"HA subnet tenant d98703cc10ed423d86894386e49ef6a9"}} 2018-09-04 22:01:02,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb used request id req-cf13964b-6318-4b50-a77a-8e537d90224b 2018-09-04 22:01:02,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:02,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-e6c32bb6-974c-4191-b700-a2faf1b30e81 Date: Tue, 04 Sep 2018 22:01:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 22:01:02,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-e6c32bb6-974c-4191-b700-a2faf1b30e81 2018-09-04 22:01:02,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:01:02,858 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:01:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:01:02,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:02,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-234e2c69-084c-4029-8384-b42e36fe13de Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:01:02,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-234e2c69-084c-4029-8384-b42e36fe13de 2018-09-04 22:01:02,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?name=CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:03,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4a1a22b9-7946-444c-8a2b-e537ed861c53 Date: Tue, 04 Sep 2018 22:01:03 GMT RESP BODY: {"ports":[]} 2018-09-04 22:01:03,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?name=CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-port1&admin_state_up=True used request id req-4a1a22b9-7946-444c-8a2b-e537ed861c53 2018-09-04 22:01:03,118 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-port1 for router - CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router 2018-09-04 22:01:03,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:03,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:03,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:01:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["V-AchKFOQXmXh6CjWaIY6Q"], "issued_at": "2018-09-04T22:01:03.000000Z"}} 2018-09-04 22:01:03,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5da2c583c37ad6824304d0a4bcc7c545ba4d268" 2018-09-04 22:01:03,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e0f98ba-fe87-423e-be4e-968969ef330f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:03,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3e0f98ba-fe87-423e-be4e-968969ef330f 2018-09-04 22:01:03,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:03,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-8327f732-36fc-489e-8bc3-4e99e3b0747c Date: Tue, 04 Sep 2018 22:01:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 22:01:03,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-8327f732-36fc-489e-8bc3-4e99e3b0747c 2018-09-04 22:01:03,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:04,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-cb0d94e7-0ca5-48e3-b294-9c85510fb5e6 Date: Tue, 04 Sep 2018 22:01:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 22:01:04,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-cb0d94e7-0ca5-48e3-b294-9c85510fb5e6 2018-09-04 22:01:04,032 - neutron_utils - INFO - Creating port for network with name - external 2018-09-04 22:01:04,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" -d '{"port": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "name": "CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-port1", "admin_state_up": true}}' 2018-09-04 22:01:04,973 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-28a2bd5f-2a45-45b7-aa17-c92d60e7f255 Date: Tue, 04 Sep 2018 22:01:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:01:04Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.206"}],"id":"8bea6ea0-aa17-4a4b-b8a8-7b3208be2d10","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:a1:09","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-port1","project_id":"d98703cc10ed423d86894386e49ef6a9","qos_policy_id":null,"admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:01:04Z","binding:vnic_type":"normal"}} 2018-09-04 22:01:04,973 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-28a2bd5f-2a45-45b7-aa17-c92d60e7f255 2018-09-04 22:01:04,974 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-port1 for router - CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router 2018-09-04 22:01:04,974 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router 2018-09-04 22:01:04,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/aab3f4e1-5571-4125-9e54-4c900f7fe69e/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" -d '{"port_id": "8bea6ea0-aa17-4a4b-b8a8-7b3208be2d10"}' 2018-09-04 22:01:06,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e7a87064-8b91-45c5-84ae-156e33ee4f86 Date: Tue, 04 Sep 2018 22:01:06 GMT RESP BODY: {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "subnet_ids": ["97e3a010-d0e8-45f7-9bbb-04a537953fb8"], "port_id": "8bea6ea0-aa17-4a4b-b8a8-7b3208be2d10", "id": "aab3f4e1-5571-4125-9e54-4c900f7fe69e"} 2018-09-04 22:01:06,710 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/aab3f4e1-5571-4125-9e54-4c900f7fe69e/add_router_interface used request id req-e7a87064-8b91-45c5-84ae-156e33ee4f86 2018-09-04 22:01:06,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/aab3f4e1-5571-4125-9e54-4c900f7fe69e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:07,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-001e9870-4a5b-4f45-9fdb-6fd08e8fd75f Date: Tue, 04 Sep 2018 22:01:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T22:00:58Z", "admin_state_up": true, "updated_at": "2018-09-04T22:01:05Z", "project_id": "d98703cc10ed423d86894386e49ef6a9", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "aab3f4e1-5571-4125-9e54-4c900f7fe69e", "name": "CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router"}} 2018-09-04 22:01:07,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/aab3f4e1-5571-4125-9e54-4c900f7fe69e used request id req-001e9870-4a5b-4f45-9fdb-6fd08e8fd75f 2018-09-04 22:01:07,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=aab3f4e1-5571-4125-9e54-4c900f7fe69e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:07,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3692 X-Openstack-Request-Id: req-d100bfd5-f928-4501-8b34-9ce877d76264 Date: Tue, 04 Sep 2018 22:01:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:01:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.206"}],"id":"8bea6ea0-aa17-4a4b-b8a8-7b3208be2d10","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:a1:09","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-port1","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:01:04Z","binding:vnic_type":"normal","device_id":"aab3f4e1-5571-4125-9e54-4c900f7fe69e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:01:05Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","ip_address":"169.254.192.3"}],"id":"9dffece5-5979-411a-a548-a8eed64e1723","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:ea:59","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d98703cc10ed423d86894386e49ef6a9","admin_state_up":true,"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:01:00Z","binding:vnic_type":"normal","device_id":"aab3f4e1-5571-4125-9e54-4c900f7fe69e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:01:03Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","ip_address":"169.254.192.4"}],"id":"af238cd0-2172-49c2-b402-ff8d63e2881d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f1:07:ed","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d98703cc10ed423d86894386e49ef6a9","admin_state_up":true,"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:00:59Z","binding:vnic_type":"normal","device_id":"aab3f4e1-5571-4125-9e54-4c900f7fe69e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:01:03Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","ip_address":"169.254.192.5"}],"id":"b8c67ab7-2258-429d-a9ac-cc221ef34be5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:1d:e9","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d98703cc10ed423d86894386e49ef6a9","admin_state_up":true,"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:01:01Z","binding:vnic_type":"normal","device_id":"aab3f4e1-5571-4125-9e54-4c900f7fe69e"}]} 2018-09-04 22:01:07,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=aab3f4e1-5571-4125-9e54-4c900f7fe69e used request id req-d100bfd5-f928-4501-8b34-9ce877d76264 2018-09-04 22:01:07,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:07,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b96fe1a5-c425-49a7-8646-0a5888cd8462 Date: Tue, 04 Sep 2018 22:01:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:00:58Z","dns_nameservers":[],"updated_at":"2018-09-04T22:00:58Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","subnetpool_id":null,"name":"HA subnet tenant d98703cc10ed423d86894386e49ef6a9"}} 2018-09-04 22:01:07,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb used request id req-b96fe1a5-c425-49a7-8646-0a5888cd8462 2018-09-04 22:01:07,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:07,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4ac9ae71-4e8b-498b-9a91-037d9a4863de Date: Tue, 04 Sep 2018 22:01:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:00:58Z","dns_nameservers":[],"updated_at":"2018-09-04T22:00:58Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","subnetpool_id":null,"name":"HA subnet tenant d98703cc10ed423d86894386e49ef6a9"}} 2018-09-04 22:01:07,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb used request id req-4ac9ae71-4e8b-498b-9a91-037d9a4863de 2018-09-04 22:01:07,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:07,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0928f57b-98d3-49a8-9fdd-9fd93534e6f1 Date: Tue, 04 Sep 2018 22:01:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:00:58Z","dns_nameservers":[],"updated_at":"2018-09-04T22:00:58Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","subnetpool_id":null,"name":"HA subnet tenant d98703cc10ed423d86894386e49ef6a9"}} 2018-09-04 22:01:07,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb used request id req-0928f57b-98d3-49a8-9fdd-9fd93534e6f1 2018-09-04 22:01:07,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:08,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0b3a853a-6411-4be0-a343-2e73574745ce Date: Tue, 04 Sep 2018 22:01:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 22:01:08,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-0b3a853a-6411-4be0-a343-2e73574745ce 2018-09-04 22:01:08,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0605f0b8d3e9dc2ceaff21ce72a6257916a0afcd" 2018-09-04 22:01:08,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ee250bb-3367-48b5-aa69-e115a74e4fcd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:08,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8ee250bb-3367-48b5-aa69-e115a74e4fcd 2018-09-04 22:01:08,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0605f0b8d3e9dc2ceaff21ce72a6257916a0afcd" 2018-09-04 22:01:08,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-966809eb-69b7-4971-b0a6-b71aa7a03289 Date: Tue, 04 Sep 2018 22:01:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T22:00:58Z", "admin_state_up": true, "updated_at": "2018-09-04T22:01:05Z", "project_id": "d98703cc10ed423d86894386e49ef6a9", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "aab3f4e1-5571-4125-9e54-4c900f7fe69e", "name": "CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router"}]} 2018-09-04 22:01:08,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router&admin_state_up=True used request id req-966809eb-69b7-4971-b0a6-b71aa7a03289 2018-09-04 22:01:08,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:01:08,359 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:01:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:01:08,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0605f0b8d3e9dc2ceaff21ce72a6257916a0afcd" 2018-09-04 22:01:08,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c50576c9-2c1b-4e51-860c-ce4d41238e7e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:01:08,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-c50576c9-2c1b-4e51-860c-ce4d41238e7e 2018-09-04 22:01:08,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=aab3f4e1-5571-4125-9e54-4c900f7fe69e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0605f0b8d3e9dc2ceaff21ce72a6257916a0afcd" 2018-09-04 22:01:08,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3726 X-Openstack-Request-Id: req-9b4c55e5-1d1b-4610-94c4-6feba9d4762c Date: Tue, 04 Sep 2018 22:01:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:01:08Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.206"}],"id":"8bea6ea0-aa17-4a4b-b8a8-7b3208be2d10","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:a1:09","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-port1","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:01:04Z","binding:vnic_type":"normal","device_id":"aab3f4e1-5571-4125-9e54-4c900f7fe69e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:01:05Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","ip_address":"169.254.192.3"}],"id":"9dffece5-5979-411a-a548-a8eed64e1723","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:ea:59","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d98703cc10ed423d86894386e49ef6a9","admin_state_up":true,"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:01:00Z","binding:vnic_type":"normal","device_id":"aab3f4e1-5571-4125-9e54-4c900f7fe69e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:01:03Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","ip_address":"169.254.192.4"}],"id":"af238cd0-2172-49c2-b402-ff8d63e2881d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f1:07:ed","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d98703cc10ed423d86894386e49ef6a9","admin_state_up":true,"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:00:59Z","binding:vnic_type":"normal","device_id":"aab3f4e1-5571-4125-9e54-4c900f7fe69e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:01:03Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","ip_address":"169.254.192.5"}],"id":"b8c67ab7-2258-429d-a9ac-cc221ef34be5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:1d:e9","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d98703cc10ed423d86894386e49ef6a9","admin_state_up":true,"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:01:01Z","binding:vnic_type":"normal","device_id":"aab3f4e1-5571-4125-9e54-4c900f7fe69e"}]} 2018-09-04 22:01:08,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=aab3f4e1-5571-4125-9e54-4c900f7fe69e used request id req-9b4c55e5-1d1b-4610-94c4-6feba9d4762c 2018-09-04 22:01:08,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0605f0b8d3e9dc2ceaff21ce72a6257916a0afcd" 2018-09-04 22:01:08,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9eb026a4-abfe-4b9b-8c29-813b6e3d29e1 Date: Tue, 04 Sep 2018 22:01:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:00:58Z","dns_nameservers":[],"updated_at":"2018-09-04T22:00:58Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","subnetpool_id":null,"name":"HA subnet tenant d98703cc10ed423d86894386e49ef6a9"}} 2018-09-04 22:01:08,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb used request id req-9eb026a4-abfe-4b9b-8c29-813b6e3d29e1 2018-09-04 22:01:08,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0605f0b8d3e9dc2ceaff21ce72a6257916a0afcd" 2018-09-04 22:01:09,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c180a929-0faf-4b7d-8b1f-04c1a178ddac Date: Tue, 04 Sep 2018 22:01:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:00:58Z","dns_nameservers":[],"updated_at":"2018-09-04T22:00:58Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","subnetpool_id":null,"name":"HA subnet tenant d98703cc10ed423d86894386e49ef6a9"}} 2018-09-04 22:01:09,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb used request id req-c180a929-0faf-4b7d-8b1f-04c1a178ddac 2018-09-04 22:01:09,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0605f0b8d3e9dc2ceaff21ce72a6257916a0afcd" 2018-09-04 22:01:09,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-30215a69-1fd2-456d-8c53-81f512794a0b Date: Tue, 04 Sep 2018 22:01:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3b821b0a-6385-47f5-ae80-f704a04c71e1","tenant_id":"","created_at":"2018-09-04T22:00:58Z","dns_nameservers":[],"updated_at":"2018-09-04T22:00:58Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"115374de-cb9d-425c-b1e5-1fbc4544b5cb","subnetpool_id":null,"name":"HA subnet tenant d98703cc10ed423d86894386e49ef6a9"}} 2018-09-04 22:01:09,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/115374de-cb9d-425c-b1e5-1fbc4544b5cb used request id req-30215a69-1fd2-456d-8c53-81f512794a0b 2018-09-04 22:01:09,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0605f0b8d3e9dc2ceaff21ce72a6257916a0afcd" 2018-09-04 22:01:09,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-07d9652a-b17a-4e1c-9939-c43ea08015c4 Date: Tue, 04 Sep 2018 22:01:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 22:01:09,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-07d9652a-b17a-4e1c-9939-c43ea08015c4 2018-09-04 22:01:09,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0605f0b8d3e9dc2ceaff21ce72a6257916a0afcd" 2018-09-04 22:01:09,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c8ec7cc0-af42-4802-bccf-c169a2a102aa Date: Tue, 04 Sep 2018 22:01:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 22:01:09,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-c8ec7cc0-af42-4802-bccf-c169a2a102aa 2018-09-04 22:01:09,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0605f0b8d3e9dc2ceaff21ce72a6257916a0afcd" 2018-09-04 22:01:10,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f8bac010-b335-4433-a6bb-738b824093db Date: Tue, 04 Sep 2018 22:01:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 22:01:10,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-f8bac010-b335-4433-a6bb-738b824093db 2018-09-04 22:01:10,010 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router and port CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-port1 2018-09-04 22:01:10,010 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router 2018-09-04 22:01:10,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/aab3f4e1-5571-4125-9e54-4c900f7fe69e/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" -d '{"port_id": "8bea6ea0-aa17-4a4b-b8a8-7b3208be2d10"}' 2018-09-04 22:01:11,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-71a4187e-853c-4866-9e1f-f58fe97dd1f3 Date: Tue, 04 Sep 2018 22:01:11 GMT RESP BODY: {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "subnet_ids": ["97e3a010-d0e8-45f7-9bbb-04a537953fb8"], "port_id": "8bea6ea0-aa17-4a4b-b8a8-7b3208be2d10", "id": "aab3f4e1-5571-4125-9e54-4c900f7fe69e"} 2018-09-04 22:01:11,235 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/aab3f4e1-5571-4125-9e54-4c900f7fe69e/remove_router_interface used request id req-71a4187e-853c-4866-9e1f-f58fe97dd1f3 2018-09-04 22:01:11,236 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router 2018-09-04 22:01:11,236 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c53e225f-e185-49ad-a324-91e694bb65c0-pub-router 2018-09-04 22:01:11,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/aab3f4e1-5571-4125-9e54-4c900f7fe69e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e162a6b97629409ff9c976c851fae575524b78" 2018-09-04 22:01:14,600 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c8e5d33a-070d-4b0d-b45a-e0feeb68634b Content-Length: 0 Date: Tue, 04 Sep 2018 22:01:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:01:14,600 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/aab3f4e1-5571-4125-9e54-4c900f7fe69e used request id req-c8e5d33a-070d-4b0d-b45a-e0feeb68634b 2018-09-04 22:01:14,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:14,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-d27f4eb3-6aee-4583-8817-cfafb98dc23c Date: Tue, 04 Sep 2018 22:01:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:01:14,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-d27f4eb3-6aee-4583-8817-cfafb98dc23c 2018-09-04 22:01:14,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:14,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfbfb8f1-9c47-4a4f-bed5-30ed41f5591f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:01:14,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-dfbfb8f1-9c47-4a4f-bed5-30ed41f5591f 2018-09-04 22:01:14,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:15,016 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d23f6876-7e76-41f2-96fe-8212f54b745d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:15,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-d23f6876-7e76-41f2-96fe-8212f54b745d 2018-09-04 22:01:15,016 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:15,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:15,106 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b304d19-2fa0-4a9d-a603-6267836caedb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:15,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-3b304d19-2fa0-4a9d-a603-6267836caedb 2018-09-04 22:01:15,107 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:15,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:15,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-595930e1-2ec8-47f4-8f96-cf41802835e7 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:01:15,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-595930e1-2ec8-47f4-8f96-cf41802835e7 2018-09-04 22:01:15,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:15,286 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30ab56fa-4ada-4aa9-acfc-af0b38b8c579 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:15,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-30ab56fa-4ada-4aa9-acfc-af0b38b8c579 2018-09-04 22:01:15,286 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:15,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:15,377 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c893c23-a725-41c7-9dc4-9f84fe3d3e18 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:15,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-5c893c23-a725-41c7-9dc4-9f84fe3d3e18 2018-09-04 22:01:15,377 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:15,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:15,458 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10ef5e36-3caf-46af-a2fd-819944063904 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:15,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-10ef5e36-3caf-46af-a2fd-819944063904 2018-09-04 22:01:15,459 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:15,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:15,547 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55143155-852e-45c6-b3e2-adc67247a401 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:15,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-55143155-852e-45c6-b3e2-adc67247a401 2018-09-04 22:01:15,547 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:15,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:15,638 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d7a7cb4-be0e-4e9a-b02f-e196bf6d6cd7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:15,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-3d7a7cb4-be0e-4e9a-b02f-e196bf6d6cd7 2018-09-04 22:01:15,638 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:15,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:15,721 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c792c6b4-0d96-464e-8d64-3fdf5e007d8f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:15,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-c792c6b4-0d96-464e-8d64-3fdf5e007d8f 2018-09-04 22:01:15,721 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:15,722 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj 2018-09-04 22:01:15,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/09cdca87359247d68a2404b4725b615d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:15,954 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ff11237-a742-4b93-8086-3f5505648454 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:01:15,954 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/09cdca87359247d68a2404b4725b615d used request id req-9ff11237-a742-4b93-8086-3f5505648454 2018-09-04 22:01:15,955 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-2dce01ad-e0f1-4ca-proj-role 2018-09-04 22:01:15,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/4b824ffdc3664be4971ffed0855574ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:16,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b710ede1-c9a1-4d69-9fab-c8d26fc5b254 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:01:16,077 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/4b824ffdc3664be4971ffed0855574ac used request id req-b710ede1-c9a1-4d69-9fab-c8d26fc5b254 2018-09-04 22:01:16,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44531a718426051e9d8ab57bf5e05d102157313" 2018-09-04 22:01:16,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-102f243e-8ab9-4e0e-878a-76dad0df38ce Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:01:16,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-102f243e-8ab9-4e0e-878a-76dad0df38ce 2018-09-04 22:01:16,165 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-2dce01ad-e0f1-4ca-user 2018-09-04 22:01:16,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/96ec7600429a4a7bac8142ec0df2f5e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f556628779d1e3ef3f48f5acb2c0b014629b30d" 2018-09-04 22:01:16,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:01:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63164541-e53e-4538-9454-993ab09a9fa1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:01:16,358 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/96ec7600429a4a7bac8142ec0df2f5e7 used request id req-63164541-e53e-4538-9454-993ab09a9fa1 2018-09-04 22:01:16,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:16,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:01:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ZgQkvL2jQYy4qnclXLKH0g"], "issued_at": "2018-09-04T22:01:16.000000Z"}} 2018-09-04 22:01:16,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b62f97179889ec0b2a406e01e00be9c12064b260" 2018-09-04 22:01:16,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4447d07-6a0f-433c-88fa-d11464438f6f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:16,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a4447d07-6a0f-433c-88fa-d11464438f6f 2018-09-04 22:01:16,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:16,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:17,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:01:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Qv7ijUjhQoqWwEi-01l5QQ"], "issued_at": "2018-09-04T22:01:17.000000Z"}} 2018-09-04 22:01:17,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:17,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a961d57-ba3f-46fe-9bd7-2833564aa457 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:17,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0a961d57-ba3f-46fe-9bd7-2833564aa457 2018-09-04 22:01:17,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:01:17,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:01:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:01:17,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d0ded454-4800-45a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:17,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e56919d5-4fcc-4902-b479-524fbd69482d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d0ded454-4800-45a-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:01:17,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d0ded454-4800-45a-proj used request id req-e56919d5-4fcc-4902-b479-524fbd69482d 2018-09-04 22:01:17,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:17,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e835be36-ff81-404a-a1e5-f8b474875dce Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:01:17,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e835be36-ff81-404a-a1e5-f8b474875dce 2018-09-04 22:01:17,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj"}}' 2018-09-04 22:01:17,658 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:01:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5abdec5-6156-43a2-884b-1f5a802e1d5d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/466c2d3d35874f48a169501bd5ad5269"}, "enabled": true, "id": "466c2d3d35874f48a169501bd5ad5269", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj"}} 2018-09-04 22:01:17,658 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-d5abdec5-6156-43a2-884b-1f5a802e1d5d 2018-09-04 22:01:17,658 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-d0ded454-4800-45a-proj 2018-09-04 22:01:17,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:17,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:18,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:01:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["VX46uN7jQSGYgUn_QaFwfg"], "issued_at": "2018-09-04T22:01:18.000000Z"}} 2018-09-04 22:01:18,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d32d46895c71f611e65d0ba1eee39e6a7554154" 2018-09-04 22:01:18,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef212af0-d6f0-4a3b-91b0-0a7ea3ad11c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:18,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ef212af0-d6f0-4a3b-91b0-0a7ea3ad11c3 2018-09-04 22:01:18,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:01:18,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:01:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:01:18,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d32d46895c71f611e65d0ba1eee39e6a7554154" 2018-09-04 22:01:18,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b72d96ce-0bb6-4556-8184-9948684d2866 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:01:18,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b72d96ce-0bb6-4556-8184-9948684d2866 2018-09-04 22:01:18,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-d0ded454-4800-45a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d32d46895c71f611e65d0ba1eee39e6a7554154" 2018-09-04 22:01:18,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b37176ae-e218-403d-ae7b-da3434544051 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-d0ded454-4800-45a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/466c2d3d35874f48a169501bd5ad5269"}, "enabled": true, "id": "466c2d3d35874f48a169501bd5ad5269", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj"}]} 2018-09-04 22:01:18,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-d0ded454-4800-45a-proj used request id req-b37176ae-e218-403d-ae7b-da3434544051 2018-09-04 22:01:18,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d32d46895c71f611e65d0ba1eee39e6a7554154" 2018-09-04 22:01:18,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14d41c1e-acd4-4181-9f9c-225eaf9e7a2f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:01:18,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-14d41c1e-acd4-4181-9f9c-225eaf9e7a2f 2018-09-04 22:01:18,802 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-d0ded454-4800-45a-user 2018-09-04 22:01:18,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:18,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:18,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a8193b2-e417-4967-b062-398d119ebb37 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:01:18,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5a8193b2-e417-4967-b062-398d119ebb37 2018-09-04 22:01:18,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" -d '{"role": {"name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj-role"}}' 2018-09-04 22:01:19,011 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f823ae8-2881-4dc9-97a1-12e1a8d9014c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4b49c039e81843a399cd33bac3157784", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b49c039e81843a399cd33bac3157784"}, "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj-role"}} 2018-09-04 22:01:19,011 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-9f823ae8-2881-4dc9-97a1-12e1a8d9014c 2018-09-04 22:01:19,011 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-d0ded454-4800-45a-proj-role 2018-09-04 22:01:19,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/4b49c039e81843a399cd33bac3157784 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:19,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3503b43f-80c2-46d6-8178-4a6b8a21c6b1 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/4b49c039e81843a399cd33bac3157784"}, "domain_id": null, "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj-role", "id": "4b49c039e81843a399cd33bac3157784"}} 2018-09-04 22:01:19,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/4b49c039e81843a399cd33bac3157784 used request id req-3503b43f-80c2-46d6-8178-4a6b8a21c6b1 2018-09-04 22:01:19,030 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-d0ded454-4800-45a-proj-role to project CreateRouterSuccessTests-d0ded454-4800-45a-proj 2018-09-04 22:01:19,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/466c2d3d35874f48a169501bd5ad5269/users/b10d49cb16574d678fbeb4aa79b78a5d/roles/4b49c039e81843a399cd33bac3157784 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:19,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:01:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9032cd90-1bfc-4ddc-bb56-b38f406a79d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:01:19,163 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/466c2d3d35874f48a169501bd5ad5269/users/b10d49cb16574d678fbeb4aa79b78a5d/roles/4b49c039e81843a399cd33bac3157784 used request id req-9032cd90-1bfc-4ddc-bb56-b38f406a79d3 2018-09-04 22:01:19,164 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:19,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:19,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b49c039e81843a399cd33bac3157784", "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj-role"}], "expires_at": "2018-09-04T23:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "466c2d3d35874f48a169501bd5ad5269", "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/466c2d3d35874f48a169501bd5ad5269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/466c2d3d35874f48a169501bd5ad5269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/466c2d3d35874f48a169501bd5ad5269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/466c2d3d35874f48a169501bd5ad5269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/466c2d3d35874f48a169501bd5ad5269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/466c2d3d35874f48a169501bd5ad5269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d0ded454-4800-45a-user", "id": "b10d49cb16574d678fbeb4aa79b78a5d"}, "audit_ids": ["ukiSK8bITKOUPxzMCt412Q"], "issued_at": "2018-09-04T22:01:19.000000Z"}} 2018-09-04 22:01:19,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65070c11eca08da713e7dba0b9ad8c09ec224b36" 2018-09-04 22:01:19,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56913608-461b-46ec-8af1-3ec0aeb1b93a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:19,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-56913608-461b-46ec-8af1-3ec0aeb1b93a 2018-09-04 22:01:19,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65070c11eca08da713e7dba0b9ad8c09ec224b36" 2018-09-04 22:01:19,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-81350f2b-d7ec-4ae6-8c1a-f314eb1c1931 Date: Tue, 04 Sep 2018 22:01:19 GMT RESP BODY: {"networks":[]} 2018-09-04 22:01:19,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-net1 used request id req-81350f2b-d7ec-4ae6-8c1a-f314eb1c1931 2018-09-04 22:01:19,880 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-net1 2018-09-04 22:01:19,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65070c11eca08da713e7dba0b9ad8c09ec224b36" -d '{"network": {"name": "CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-net1", "admin_state_up": true}}' 2018-09-04 22:01:20,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-fc61a69a-0644-45cf-84dd-a079d758a627 Date: Tue, 04 Sep 2018 22:01:20 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"356e6734-daa4-4d90-8a72-9a26ca0f75d4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"466c2d3d35874f48a169501bd5ad5269","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:01:20Z","is_default":false,"name":"CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"466c2d3d35874f48a169501bd5ad5269","created_at":"2018-09-04T22:01:20Z","mtu":1450}} 2018-09-04 22:01:20,470 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-fc61a69a-0644-45cf-84dd-a079d758a627 2018-09-04 22:01:20,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=356e6734-daa4-4d90-8a72-9a26ca0f75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65070c11eca08da713e7dba0b9ad8c09ec224b36" 2018-09-04 22:01:20,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b2d535b8-4cea-4b93-ab3f-fb194da843c4 Date: Tue, 04 Sep 2018 22:01:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:01:20Z","tenant_id":"466c2d3d35874f48a169501bd5ad5269","created_at":"2018-09-04T22:01:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"466c2d3d35874f48a169501bd5ad5269","id":"356e6734-daa4-4d90-8a72-9a26ca0f75d4","name":"CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-net1"}]} 2018-09-04 22:01:20,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=356e6734-daa4-4d90-8a72-9a26ca0f75d4 used request id req-b2d535b8-4cea-4b93-ab3f-fb194da843c4 2018-09-04 22:01:20,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=356e6734-daa4-4d90-8a72-9a26ca0f75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65070c11eca08da713e7dba0b9ad8c09ec224b36" 2018-09-04 22:01:20,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2c126746-db38-4cf9-8bc6-42ff2c71cae3 Date: Tue, 04 Sep 2018 22:01:20 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:01:20,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=356e6734-daa4-4d90-8a72-9a26ca0f75d4 used request id req-2c126746-db38-4cf9-8bc6-42ff2c71cae3 2018-09-04 22:01:20,742 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-subnet1 2018-09-04 22:01:20,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65070c11eca08da713e7dba0b9ad8c09ec224b36" -d '{"subnets": [{"ip_version": 4, "network_id": "356e6734-daa4-4d90-8a72-9a26ca0f75d4", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-subnet1"}]}' 2018-09-04 22:01:21,410 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f5bf810d-89f5-4159-9a9d-a00ff0a30936 Date: Tue, 04 Sep 2018 22:01:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"356e6734-daa4-4d90-8a72-9a26ca0f75d4","tenant_id":"466c2d3d35874f48a169501bd5ad5269","created_at":"2018-09-04T22:01:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:01:21Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"466c2d3d35874f48a169501bd5ad5269","id":"11ec50e6-3a3a-4cd2-8ed8-917371750003","subnetpool_id":null,"name":"CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-subnet1"}]} 2018-09-04 22:01:21,410 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-f5bf810d-89f5-4159-9a9d-a00ff0a30936 2018-09-04 22:01:21,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=356e6734-daa4-4d90-8a72-9a26ca0f75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65070c11eca08da713e7dba0b9ad8c09ec224b36" 2018-09-04 22:01:21,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d0e82b1c-7705-4304-87de-50016a812158 Date: Tue, 04 Sep 2018 22:01:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["11ec50e6-3a3a-4cd2-8ed8-917371750003"],"updated_at":"2018-09-04T22:01:21Z","tenant_id":"466c2d3d35874f48a169501bd5ad5269","created_at":"2018-09-04T22:01:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"466c2d3d35874f48a169501bd5ad5269","id":"356e6734-daa4-4d90-8a72-9a26ca0f75d4","name":"CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-net1"}]} 2018-09-04 22:01:21,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=356e6734-daa4-4d90-8a72-9a26ca0f75d4 used request id req-d0e82b1c-7705-4304-87de-50016a812158 2018-09-04 22:01:21,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=356e6734-daa4-4d90-8a72-9a26ca0f75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65070c11eca08da713e7dba0b9ad8c09ec224b36" 2018-09-04 22:01:21,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5fae9164-f35f-4693-baea-75538eb0a27c Date: Tue, 04 Sep 2018 22:01:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"356e6734-daa4-4d90-8a72-9a26ca0f75d4","tenant_id":"466c2d3d35874f48a169501bd5ad5269","created_at":"2018-09-04T22:01:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:01:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"466c2d3d35874f48a169501bd5ad5269","id":"11ec50e6-3a3a-4cd2-8ed8-917371750003","subnetpool_id":null,"name":"CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-subnet1"}]} 2018-09-04 22:01:21,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=356e6734-daa4-4d90-8a72-9a26ca0f75d4 used request id req-5fae9164-f35f-4693-baea-75538eb0a27c 2018-09-04 22:01:21,862 - OpenStackNetwork - DEBUG - Network [356e6734-daa4-4d90-8a72-9a26ca0f75d4] created successfully 2018-09-04 22:01:21,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:21,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:22,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b49c039e81843a399cd33bac3157784", "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj-role"}], "expires_at": "2018-09-04T23:01:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "466c2d3d35874f48a169501bd5ad5269", "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/466c2d3d35874f48a169501bd5ad5269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/466c2d3d35874f48a169501bd5ad5269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/466c2d3d35874f48a169501bd5ad5269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/466c2d3d35874f48a169501bd5ad5269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/466c2d3d35874f48a169501bd5ad5269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/466c2d3d35874f48a169501bd5ad5269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d0ded454-4800-45a-user", "id": "b10d49cb16574d678fbeb4aa79b78a5d"}, "audit_ids": ["Z6QsjWeWT36mhjj6jXDpTA"], "issued_at": "2018-09-04T22:01:22.000000Z"}} 2018-09-04 22:01:22,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" 2018-09-04 22:01:22,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7920b432-799a-4d8d-88f7-784ddb5ef3c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:22,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7920b432-799a-4d8d-88f7-784ddb5ef3c7 2018-09-04 22:01:22,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" 2018-09-04 22:01:22,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d799a961-324e-4b88-abfc-b8c059361487 Date: Tue, 04 Sep 2018 22:01:22 GMT RESP BODY: {"routers": []} 2018-09-04 22:01:22,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-router&admin_state_up=True used request id req-d799a961-324e-4b88-abfc-b8c059361487 2018-09-04 22:01:22,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:22,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:22,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b49c039e81843a399cd33bac3157784", "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj-role"}], "expires_at": "2018-09-04T23:01:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "466c2d3d35874f48a169501bd5ad5269", "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/466c2d3d35874f48a169501bd5ad5269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/466c2d3d35874f48a169501bd5ad5269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/466c2d3d35874f48a169501bd5ad5269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/466c2d3d35874f48a169501bd5ad5269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/466c2d3d35874f48a169501bd5ad5269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/466c2d3d35874f48a169501bd5ad5269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/466c2d3d35874f48a169501bd5ad5269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d0ded454-4800-45a-user", "id": "b10d49cb16574d678fbeb4aa79b78a5d"}, "audit_ids": ["VTGLdfCVQAyhjAE8ABCHEA"], "issued_at": "2018-09-04T22:01:22.000000Z"}} 2018-09-04 22:01:22,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94967865145e670d5d1428aac58097d19ea88ccf" 2018-09-04 22:01:23,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c4127a2-65a5-4e0c-ac76-e405b3523ac7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:23,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3c4127a2-65a5-4e0c-ac76-e405b3523ac7 2018-09-04 22:01:23,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" 2018-09-04 22:01:23,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b3088878-68a5-44b0-bec5-9cf72c829514 Date: Tue, 04 Sep 2018 22:01:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:01:23,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-b3088878-68a5-44b0-bec5-9cf72c829514 2018-09-04 22:01:23,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" 2018-09-04 22:01:23,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b83f0496-15c5-43d2-8e0d-0498c9fcc8d8 Date: Tue, 04 Sep 2018 22:01:23 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:01:23,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-b83f0496-15c5-43d2-8e0d-0498c9fcc8d8 2018-09-04 22:01:23,470 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-router 2018-09-04 22:01:23,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-router", "admin_state_up": true}}' 2018-09-04 22:01:28,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-f3a61c44-b0f0-41bc-ab3e-5b3a179f300d Date: Tue, 04 Sep 2018 22:01:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "created_at": "2018-09-04T22:01:24Z", "admin_state_up": true, "updated_at": "2018-09-04T22:01:25Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "466c2d3d35874f48a169501bd5ad5269", "id": "b7df983f-80b0-486a-9d66-2c20161d378a", "name": "CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-router"}} 2018-09-04 22:01:28,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-f3a61c44-b0f0-41bc-ab3e-5b3a179f300d 2018-09-04 22:01:28,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=b7df983f-80b0-486a-9d66-2c20161d378a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" 2018-09-04 22:01:28,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6c2c4ba5-1476-459c-9abc-4136885ec998 Date: Tue, 04 Sep 2018 22:01:28 GMT RESP BODY: {"ports":[]} 2018-09-04 22:01:28,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=b7df983f-80b0-486a-9d66-2c20161d378a used request id req-6c2c4ba5-1476-459c-9abc-4136885ec998 2018-09-04 22:01:28,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?name=CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" 2018-09-04 22:01:29,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e0ec27f9-78c0-4f6b-a4fa-8f70121d18d0 Date: Tue, 04 Sep 2018 22:01:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"356e6734-daa4-4d90-8a72-9a26ca0f75d4","tenant_id":"466c2d3d35874f48a169501bd5ad5269","created_at":"2018-09-04T22:01:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:01:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"466c2d3d35874f48a169501bd5ad5269","id":"11ec50e6-3a3a-4cd2-8ed8-917371750003","subnetpool_id":null,"name":"CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-subnet1"}]} 2018-09-04 22:01:29,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?name=CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-subnet1 used request id req-e0ec27f9-78c0-4f6b-a4fa-8f70121d18d0 2018-09-04 22:01:29,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:01:29,098 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:01:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:01:29,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/466c2d3d35874f48a169501bd5ad5269 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" 2018-09-04 22:01:29,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-051809e5-ae14-49a4-bf3b-e671cde2ac7a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/466c2d3d35874f48a169501bd5ad5269"}, "enabled": true, "id": "466c2d3d35874f48a169501bd5ad5269", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj"}} 2018-09-04 22:01:29,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/466c2d3d35874f48a169501bd5ad5269 used request id req-051809e5-ae14-49a4-bf3b-e671cde2ac7a 2018-09-04 22:01:29,176 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 22:01:29,177 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-router 2018-09-04 22:01:29,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/b7df983f-80b0-486a-9d66-2c20161d378a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" -d '{"subnet_id": "11ec50e6-3a3a-4cd2-8ed8-917371750003"}' 2018-09-04 22:01:31,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e767a90d-26cf-4272-ad50-1234f1b60c5d Date: Tue, 04 Sep 2018 22:01:31 GMT RESP BODY: {"network_id": "356e6734-daa4-4d90-8a72-9a26ca0f75d4", "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "subnet_id": "11ec50e6-3a3a-4cd2-8ed8-917371750003", "subnet_ids": ["11ec50e6-3a3a-4cd2-8ed8-917371750003"], "port_id": "29713adc-6a18-4539-b8ba-75e4e637a4a3", "id": "b7df983f-80b0-486a-9d66-2c20161d378a"} 2018-09-04 22:01:31,285 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b7df983f-80b0-486a-9d66-2c20161d378a/add_router_interface used request id req-e767a90d-26cf-4272-ad50-1234f1b60c5d 2018-09-04 22:01:31,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/b7df983f-80b0-486a-9d66-2c20161d378a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" 2018-09-04 22:01:31,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-f9da9c06-3150-4704-905b-9921b9df5e75 Date: Tue, 04 Sep 2018 22:01:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "created_at": "2018-09-04T22:01:24Z", "admin_state_up": true, "updated_at": "2018-09-04T22:01:30Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "466c2d3d35874f48a169501bd5ad5269", "id": "b7df983f-80b0-486a-9d66-2c20161d378a", "name": "CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-router"}} 2018-09-04 22:01:31,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/b7df983f-80b0-486a-9d66-2c20161d378a used request id req-f9da9c06-3150-4704-905b-9921b9df5e75 2018-09-04 22:01:31,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=b7df983f-80b0-486a-9d66-2c20161d378a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" 2018-09-04 22:01:31,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-a8458c39-309b-4f61-a967-b92fd55342a4 Date: Tue, 04 Sep 2018 22:01:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:01:30Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"11ec50e6-3a3a-4cd2-8ed8-917371750003","ip_address":"10.200.201.1"}],"id":"29713adc-6a18-4539-b8ba-75e4e637a4a3","security_groups":[],"mac_address":"fa:16:3e:8a:91:4b","project_id":"466c2d3d35874f48a169501bd5ad5269","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"356e6734-daa4-4d90-8a72-9a26ca0f75d4","tenant_id":"466c2d3d35874f48a169501bd5ad5269","created_at":"2018-09-04T22:01:29Z","binding:vnic_type":"normal","device_id":"b7df983f-80b0-486a-9d66-2c20161d378a"}]} 2018-09-04 22:01:31,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=b7df983f-80b0-486a-9d66-2c20161d378a used request id req-a8458c39-309b-4f61-a967-b92fd55342a4 2018-09-04 22:01:31,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/11ec50e6-3a3a-4cd2-8ed8-917371750003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" 2018-09-04 22:01:31,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e7106e5e-063c-404d-afa1-1023037dc8f4 Date: Tue, 04 Sep 2018 22:01:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"356e6734-daa4-4d90-8a72-9a26ca0f75d4","tenant_id":"466c2d3d35874f48a169501bd5ad5269","created_at":"2018-09-04T22:01:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:01:21Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"466c2d3d35874f48a169501bd5ad5269","id":"11ec50e6-3a3a-4cd2-8ed8-917371750003","subnetpool_id":null,"name":"CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-subnet1"}} 2018-09-04 22:01:31,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/11ec50e6-3a3a-4cd2-8ed8-917371750003 used request id req-e7106e5e-063c-404d-afa1-1023037dc8f4 2018-09-04 22:01:31,919 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-router and subnet CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-subnet1 2018-09-04 22:01:31,919 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-router 2018-09-04 22:01:31,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/b7df983f-80b0-486a-9d66-2c20161d378a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" -d '{"subnet_id": "11ec50e6-3a3a-4cd2-8ed8-917371750003"}' 2018-09-04 22:01:33,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2cf3ef4a-faa0-438f-a0f3-a3b51d1110fa Date: Tue, 04 Sep 2018 22:01:33 GMT RESP BODY: {"network_id": "356e6734-daa4-4d90-8a72-9a26ca0f75d4", "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "subnet_id": "11ec50e6-3a3a-4cd2-8ed8-917371750003", "subnet_ids": ["11ec50e6-3a3a-4cd2-8ed8-917371750003"], "port_id": "29713adc-6a18-4539-b8ba-75e4e637a4a3", "id": "b7df983f-80b0-486a-9d66-2c20161d378a"} 2018-09-04 22:01:33,417 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b7df983f-80b0-486a-9d66-2c20161d378a/remove_router_interface used request id req-2cf3ef4a-faa0-438f-a0f3-a3b51d1110fa 2018-09-04 22:01:33,418 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-router 2018-09-04 22:01:33,418 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-router 2018-09-04 22:01:33,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/b7df983f-80b0-486a-9d66-2c20161d378a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413f57f6a590c06f64a29ef5d8b92d96b058a936" 2018-09-04 22:01:36,692 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6b8138f-6570-454d-b557-510f50a074c0 Content-Length: 0 Date: Tue, 04 Sep 2018 22:01:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:01:36,693 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/b7df983f-80b0-486a-9d66-2c20161d378a used request id req-a6b8138f-6570-454d-b557-510f50a074c0 2018-09-04 22:01:36,693 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-subnet1 2018-09-04 22:01:36,694 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-subnet1 2018-09-04 22:01:36,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/11ec50e6-3a3a-4cd2-8ed8-917371750003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65070c11eca08da713e7dba0b9ad8c09ec224b36" 2018-09-04 22:01:39,043 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3c85ecce-2980-4d39-b6c3-c4068c2d8626 Date: Tue, 04 Sep 2018 22:01:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:01:39,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/11ec50e6-3a3a-4cd2-8ed8-917371750003 used request id req-3c85ecce-2980-4d39-b6c3-c4068c2d8626 2018-09-04 22:01:39,044 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-2dad2869-50ed-4551-b0bf-588bbfc92a7b-pub-net1 2018-09-04 22:01:39,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/356e6734-daa4-4d90-8a72-9a26ca0f75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65070c11eca08da713e7dba0b9ad8c09ec224b36" 2018-09-04 22:01:40,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d98780d3-ff68-432b-b299-da2f1e5159d1 Date: Tue, 04 Sep 2018 22:01:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:01:40,338 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/356e6734-daa4-4d90-8a72-9a26ca0f75d4 used request id req-d98780d3-ff68-432b-b299-da2f1e5159d1 2018-09-04 22:01:40,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:40,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-49e36c83-8091-4cf8-b3de-7335638b2e9e Date: Tue, 04 Sep 2018 22:01:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "created_at": "2018-09-04T22:01:20Z", "updated_at": "2018-09-04T22:01:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:01:20Z", "revision_number": 0, "id": "87566095-a9ae-4b70-b749-fa503dcf8bb2", "remote_group_id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "remote_ip_prefix": null, "created_at": "2018-09-04T22:01:20Z", "security_group_id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "port_range_min": null, "ethertype": "IPv4", "project_id": "466c2d3d35874f48a169501bd5ad5269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:01:20Z", "revision_number": 0, "id": "9e5cd0fe-dbde-4313-a34b-6287177443ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:01:20Z", "security_group_id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "port_range_min": null, "ethertype": "IPv4", "project_id": "466c2d3d35874f48a169501bd5ad5269"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:01:20Z", "revision_number": 0, "id": "abc455da-de16-4c07-99de-5555a1df3ed4", "remote_group_id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "remote_ip_prefix": null, "created_at": "2018-09-04T22:01:20Z", "security_group_id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "port_range_min": null, "ethertype": "IPv6", "project_id": "466c2d3d35874f48a169501bd5ad5269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:01:20Z", "revision_number": 0, "id": "c958905e-8b1e-48f2-9d6c-675fc18c51bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:01:20Z", "security_group_id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "port_range_min": null, "ethertype": "IPv6", "project_id": "466c2d3d35874f48a169501bd5ad5269"}], "revision_number": 4, "project_id": "466c2d3d35874f48a169501bd5ad5269", "id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:01:40,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-49e36c83-8091-4cf8-b3de-7335638b2e9e 2018-09-04 22:01:40,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:40,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c0a6af2-35c6-49a8-bcc8-8ee304de29d7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:01:40,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-8c0a6af2-35c6-49a8-bcc8-8ee304de29d7 2018-09-04 22:01:40,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:40,775 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6934257-d30d-4e5c-88ad-0f3e85d4fb1a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:40,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-d6934257-d30d-4e5c-88ad-0f3e85d4fb1a 2018-09-04 22:01:40,776 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:40,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:40,870 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f83d4c2e-64d2-4bf3-995e-77bc8d60ccc0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:40,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-f83d4c2e-64d2-4bf3-995e-77bc8d60ccc0 2018-09-04 22:01:40,871 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:40,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:40,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c04a52fd-a34a-45f6-8d53-817220d5b205 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:01:40,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-c04a52fd-a34a-45f6-8d53-817220d5b205 2018-09-04 22:01:40,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:41,045 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ac5709c-2384-4891-954a-d3d64b1aecf1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:41,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-7ac5709c-2384-4891-954a-d3d64b1aecf1 2018-09-04 22:01:41,046 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:41,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:41,219 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0126c20-5baf-4e33-8ea6-98e373868259 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:41,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-f0126c20-5baf-4e33-8ea6-98e373868259 2018-09-04 22:01:41,220 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:41,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:41,312 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8328b88c-887d-4155-b6da-89d8b0638f00 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:01:41,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-8328b88c-887d-4155-b6da-89d8b0638f00 2018-09-04 22:01:41,312 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:01:41,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/466c2d3d35874f48a169501bd5ad5269 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:41,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbe579a3-523b-42b7-99ba-634f023eec2d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/466c2d3d35874f48a169501bd5ad5269"}, "enabled": true, "id": "466c2d3d35874f48a169501bd5ad5269", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d0ded454-4800-45a-proj"}} 2018-09-04 22:01:41,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/466c2d3d35874f48a169501bd5ad5269 used request id req-bbe579a3-523b-42b7-99ba-634f023eec2d 2018-09-04 22:01:41,397 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 82da8813-9a1d-4a93-b43f-fccf6fb335c4 2018-09-04 22:01:41,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=82da8813-9a1d-4a93-b43f-fccf6fb335c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:41,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1cc4ba8f-b6d7-4e51-a191-cf43699df5cb Date: Tue, 04 Sep 2018 22:01:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:01:20Z", "security_group_id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "port_range_min": null, "revision_number": 0, "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "created_at": "2018-09-04T22:01:20Z", "project_id": "466c2d3d35874f48a169501bd5ad5269", "id": "87566095-a9ae-4b70-b749-fa503dcf8bb2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:01:20Z", "security_group_id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "port_range_min": null, "revision_number": 0, "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "created_at": "2018-09-04T22:01:20Z", "project_id": "466c2d3d35874f48a169501bd5ad5269", "id": "9e5cd0fe-dbde-4313-a34b-6287177443ff"}, {"remote_group_id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:01:20Z", "security_group_id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "port_range_min": null, "revision_number": 0, "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "created_at": "2018-09-04T22:01:20Z", "project_id": "466c2d3d35874f48a169501bd5ad5269", "id": "abc455da-de16-4c07-99de-5555a1df3ed4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:01:20Z", "security_group_id": "82da8813-9a1d-4a93-b43f-fccf6fb335c4", "port_range_min": null, "revision_number": 0, "tenant_id": "466c2d3d35874f48a169501bd5ad5269", "created_at": "2018-09-04T22:01:20Z", "project_id": "466c2d3d35874f48a169501bd5ad5269", "id": "c958905e-8b1e-48f2-9d6c-675fc18c51bf"}]} 2018-09-04 22:01:41,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=82da8813-9a1d-4a93-b43f-fccf6fb335c4 used request id req-1cc4ba8f-b6d7-4e51-a191-cf43699df5cb 2018-09-04 22:01:41,566 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:01:41,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/82da8813-9a1d-4a93-b43f-fccf6fb335c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:41,894 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a285ae4c-e7a4-4d72-b8b3-0eeec9616b6d Content-Length: 0 Date: Tue, 04 Sep 2018 22:01:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:01:41,894 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/82da8813-9a1d-4a93-b43f-fccf6fb335c4 used request id req-a285ae4c-e7a4-4d72-b8b3-0eeec9616b6d 2018-09-04 22:01:41,894 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-d0ded454-4800-45a-proj 2018-09-04 22:01:41,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/466c2d3d35874f48a169501bd5ad5269 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:42,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba41f477-33a0-4a50-867a-fc0db6205ae0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:01:42,092 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/466c2d3d35874f48a169501bd5ad5269 used request id req-ba41f477-33a0-4a50-867a-fc0db6205ae0 2018-09-04 22:01:42,093 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-d0ded454-4800-45a-proj-role 2018-09-04 22:01:42,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/4b49c039e81843a399cd33bac3157784 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:42,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:01:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac6b3593-c628-4d73-ba58-f680b29d7a84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:01:42,202 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/4b49c039e81843a399cd33bac3157784 used request id req-ac6b3593-c628-4d73-ba58-f680b29d7a84 2018-09-04 22:01:42,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585a3637b2508bd6b5cc42c8efe21fd57f1cdd37" 2018-09-04 22:01:42,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ed68e37-cb64-40a6-8a6d-d66ff2df398e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:01:42,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0ed68e37-cb64-40a6-8a6d-d66ff2df398e 2018-09-04 22:01:42,291 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-d0ded454-4800-45a-user 2018-09-04 22:01:42,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/b10d49cb16574d678fbeb4aa79b78a5d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d32d46895c71f611e65d0ba1eee39e6a7554154" 2018-09-04 22:01:42,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:01:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-726d1b0e-f32a-4e03-a1ea-9cdd6ce8084b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:01:42,491 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b10d49cb16574d678fbeb4aa79b78a5d used request id req-726d1b0e-f32a-4e03-a1ea-9cdd6ce8084b 2018-09-04 22:01:42,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:42,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:01:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ALfpiKckTgqBtDLfN9dWmA"], "issued_at": "2018-09-04T22:01:42.000000Z"}} 2018-09-04 22:01:42,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecb92d09730f4da9f21e3441b2f7e1364887c1f5" 2018-09-04 22:01:42,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99a971da-2b16-42e3-b957-569af6491ec6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:42,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-99a971da-2b16-42e3-b957-569af6491ec6 2018-09-04 22:01:42,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:42,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:43,431 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:01:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["pn2q8HORRUmUw7LDpyy9JA"], "issued_at": "2018-09-04T22:01:43.000000Z"}} 2018-09-04 22:01:43,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:01:43,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75cc6eb5-5c0d-4390-81b2-8a79f8b40723 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:43,519 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-75cc6eb5-5c0d-4390-81b2-8a79f8b40723 2018-09-04 22:01:43,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:01:43,529 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:01:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:01:43,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-cd97c33b-8092-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:01:43,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9f04498-a18d-4fbc-a8cd-06213845fba2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-cd97c33b-8092-430-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:01:43,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-cd97c33b-8092-430-proj used request id req-e9f04498-a18d-4fbc-a8cd-06213845fba2 2018-09-04 22:01:43,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:01:43,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc1336de-c572-4950-9cea-0209f421f3d7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:01:43,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-fc1336de-c572-4950-9cea-0209f421f3d7 2018-09-04 22:01:43,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-cd97c33b-8092-430-proj"}}' 2018-09-04 22:01:43,837 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:01:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9676dfcc-c721-4d6f-820b-b96446229828 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1bc33bf4e66f4b3ca285c85275b64921"}, "enabled": true, "id": "1bc33bf4e66f4b3ca285c85275b64921", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-cd97c33b-8092-430-proj"}} 2018-09-04 22:01:43,837 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-9676dfcc-c721-4d6f-820b-b96446229828 2018-09-04 22:01:43,838 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-cd97c33b-8092-430-proj 2018-09-04 22:01:43,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:43,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:44,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:01:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["BeSQw4gSS7WxapfboEOxJg"], "issued_at": "2018-09-04T22:01:44.000000Z"}} 2018-09-04 22:01:44,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481f86ecba0241c443a4cdb7ddb65db1f541a850" 2018-09-04 22:01:44,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b053362-5cb0-499e-8d69-ce3289e993db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:44,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5b053362-5cb0-499e-8d69-ce3289e993db 2018-09-04 22:01:44,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:01:44,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:01:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:01:44,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481f86ecba0241c443a4cdb7ddb65db1f541a850" 2018-09-04 22:01:44,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0afe0c8-0431-46c1-aaa6-f82aa5735722 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:01:44,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-f0afe0c8-0431-46c1-aaa6-f82aa5735722 2018-09-04 22:01:44,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-cd97c33b-8092-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481f86ecba0241c443a4cdb7ddb65db1f541a850" 2018-09-04 22:01:44,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1932d37-498e-4ddc-ad9a-c91067995a9e Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-cd97c33b-8092-430-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1bc33bf4e66f4b3ca285c85275b64921"}, "enabled": true, "id": "1bc33bf4e66f4b3ca285c85275b64921", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-cd97c33b-8092-430-proj"}]} 2018-09-04 22:01:44,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterSuccessTests-cd97c33b-8092-430-proj used request id req-f1932d37-498e-4ddc-ad9a-c91067995a9e 2018-09-04 22:01:44,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481f86ecba0241c443a4cdb7ddb65db1f541a850" 2018-09-04 22:01:44,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4ffb88b-3bd4-423e-9419-c10fcfcc82bd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:01:44,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e4ffb88b-3bd4-423e-9419-c10fcfcc82bd 2018-09-04 22:01:45,005 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-cd97c33b-8092-430-user 2018-09-04 22:01:45,005 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:45,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:01:45,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-668f7994-66bd-4b74-8e00-cd170d66a28a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:01:45,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-668f7994-66bd-4b74-8e00-cd170d66a28a 2018-09-04 22:01:45,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" -d '{"role": {"name": "CreateRouterSuccessTests-cd97c33b-8092-430-proj-role"}}' 2018-09-04 22:01:45,209 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:01:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e0584ea-112f-410f-8891-1448ee1e0dc2 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "27be1d8f87494863b0e38dedfaaa1afa", "links": {"self": "http://172.30.9.26:5000/v3/roles/27be1d8f87494863b0e38dedfaaa1afa"}, "name": "CreateRouterSuccessTests-cd97c33b-8092-430-proj-role"}} 2018-09-04 22:01:45,209 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-7e0584ea-112f-410f-8891-1448ee1e0dc2 2018-09-04 22:01:45,209 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-cd97c33b-8092-430-proj-role 2018-09-04 22:01:45,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/27be1d8f87494863b0e38dedfaaa1afa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:01:45,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a617f55-6148-48ec-b5a1-ee28e8677550 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/27be1d8f87494863b0e38dedfaaa1afa"}, "domain_id": null, "name": "CreateRouterSuccessTests-cd97c33b-8092-430-proj-role", "id": "27be1d8f87494863b0e38dedfaaa1afa"}} 2018-09-04 22:01:45,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/27be1d8f87494863b0e38dedfaaa1afa used request id req-5a617f55-6148-48ec-b5a1-ee28e8677550 2018-09-04 22:01:45,301 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-cd97c33b-8092-430-proj-role to project CreateRouterSuccessTests-cd97c33b-8092-430-proj 2018-09-04 22:01:45,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/1bc33bf4e66f4b3ca285c85275b64921/users/37ef58bcc81e4eb4810d3686d7320295/roles/27be1d8f87494863b0e38dedfaaa1afa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:01:45,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:01:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c150dc2d-ec4f-4944-ab8b-bd3236325ab5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:01:45,361 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/1bc33bf4e66f4b3ca285c85275b64921/users/37ef58bcc81e4eb4810d3686d7320295/roles/27be1d8f87494863b0e38dedfaaa1afa used request id req-c150dc2d-ec4f-4944-ab8b-bd3236325ab5 2018-09-04 22:01:45,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:45,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:45,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:01:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["DIQ47nFtQkaTyg_h9Td-0A"], "issued_at": "2018-09-04T22:01:45.000000Z"}} 2018-09-04 22:01:45,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6394065fdd78970bf32ba18734cb052497ac8ac" 2018-09-04 22:01:45,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67329f3d-e18c-471b-aae9-3e9d50425685 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:45,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-67329f3d-e18c-471b-aae9-3e9d50425685 2018-09-04 22:01:45,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6394065fdd78970bf32ba18734cb052497ac8ac" 2018-09-04 22:01:46,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bdad9017-f847-4f45-a4dd-9ef8bae5d49c Date: Tue, 04 Sep 2018 22:01:46 GMT RESP BODY: {"networks":[]} 2018-09-04 22:01:46,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-net1 used request id req-bdad9017-f847-4f45-a4dd-9ef8bae5d49c 2018-09-04 22:01:46,088 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-net1 2018-09-04 22:01:46,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6394065fdd78970bf32ba18734cb052497ac8ac" -d '{"network": {"name": "CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-net1", "admin_state_up": true}}' 2018-09-04 22:01:46,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-e352efc9-afbf-4d60-aab1-a9bd8888545b Date: Tue, 04 Sep 2018 22:01:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"609f224e-b7bd-4917-8be6-7c412ac2cc6f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":69,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:01:46Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-net1","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:01:46Z","mtu":1450}} 2018-09-04 22:01:46,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-e352efc9-afbf-4d60-aab1-a9bd8888545b 2018-09-04 22:01:46,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=609f224e-b7bd-4917-8be6-7c412ac2cc6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6394065fdd78970bf32ba18734cb052497ac8ac" 2018-09-04 22:01:46,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-b6e5028c-5d07-453c-bf00-cd4c61d46323 Date: Tue, 04 Sep 2018 22:01:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"609f224e-b7bd-4917-8be6-7c412ac2cc6f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":69,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:01:46Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-net1","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:01:46Z","provider:network_type":"vxlan"}]} 2018-09-04 22:01:46,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=609f224e-b7bd-4917-8be6-7c412ac2cc6f used request id req-b6e5028c-5d07-453c-bf00-cd4c61d46323 2018-09-04 22:01:46,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=609f224e-b7bd-4917-8be6-7c412ac2cc6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6394065fdd78970bf32ba18734cb052497ac8ac" 2018-09-04 22:01:46,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-11848a0a-7917-4caa-9abd-672dd1281984 Date: Tue, 04 Sep 2018 22:01:46 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:01:46,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=609f224e-b7bd-4917-8be6-7c412ac2cc6f used request id req-11848a0a-7917-4caa-9abd-672dd1281984 2018-09-04 22:01:46,860 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-subnet1 2018-09-04 22:01:46,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6394065fdd78970bf32ba18734cb052497ac8ac" -d '{"subnets": [{"ip_version": 4, "network_id": "609f224e-b7bd-4917-8be6-7c412ac2cc6f", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-subnet1"}]}' 2018-09-04 22:01:47,381 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-09946831-0749-4683-a243-fe9014ec8314 Date: Tue, 04 Sep 2018 22:01:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"609f224e-b7bd-4917-8be6-7c412ac2cc6f","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:01:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:01:47Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"cfc871e8-2eab-4512-8d99-431fdad1e0a5","subnetpool_id":null,"name":"CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-subnet1"}]} 2018-09-04 22:01:47,381 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-09946831-0749-4683-a243-fe9014ec8314 2018-09-04 22:01:47,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=609f224e-b7bd-4917-8be6-7c412ac2cc6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6394065fdd78970bf32ba18734cb052497ac8ac" 2018-09-04 22:01:47,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-34f3fefe-4c62-40de-b349-80ddcedefc46 Date: Tue, 04 Sep 2018 22:01:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"609f224e-b7bd-4917-8be6-7c412ac2cc6f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":69,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["cfc871e8-2eab-4512-8d99-431fdad1e0a5"],"description":"","tags":[],"updated_at":"2018-09-04T22:01:47Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-net1","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:01:46Z","provider:network_type":"vxlan"}]} 2018-09-04 22:01:47,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=609f224e-b7bd-4917-8be6-7c412ac2cc6f used request id req-34f3fefe-4c62-40de-b349-80ddcedefc46 2018-09-04 22:01:47,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=609f224e-b7bd-4917-8be6-7c412ac2cc6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6394065fdd78970bf32ba18734cb052497ac8ac" 2018-09-04 22:01:47,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-7132f449-84c4-43e0-8d18-09603d446bbe Date: Tue, 04 Sep 2018 22:01:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"609f224e-b7bd-4917-8be6-7c412ac2cc6f","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:01:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:01:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"cfc871e8-2eab-4512-8d99-431fdad1e0a5","subnetpool_id":null,"name":"CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-subnet1"}]} 2018-09-04 22:01:47,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=609f224e-b7bd-4917-8be6-7c412ac2cc6f used request id req-7132f449-84c4-43e0-8d18-09603d446bbe 2018-09-04 22:01:47,973 - OpenStackNetwork - DEBUG - Network [609f224e-b7bd-4917-8be6-7c412ac2cc6f] created successfully 2018-09-04 22:01:47,973 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:47,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:48,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27be1d8f87494863b0e38dedfaaa1afa", "name": "CreateRouterSuccessTests-cd97c33b-8092-430-proj-role"}], "expires_at": "2018-09-04T23:01:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1bc33bf4e66f4b3ca285c85275b64921", "name": "CreateRouterSuccessTests-cd97c33b-8092-430-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1bc33bf4e66f4b3ca285c85275b64921", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1bc33bf4e66f4b3ca285c85275b64921", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1bc33bf4e66f4b3ca285c85275b64921", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1bc33bf4e66f4b3ca285c85275b64921", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1bc33bf4e66f4b3ca285c85275b64921", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1bc33bf4e66f4b3ca285c85275b64921", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1bc33bf4e66f4b3ca285c85275b64921", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1bc33bf4e66f4b3ca285c85275b64921", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1bc33bf4e66f4b3ca285c85275b64921", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1bc33bf4e66f4b3ca285c85275b64921", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1bc33bf4e66f4b3ca285c85275b64921", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1bc33bf4e66f4b3ca285c85275b64921", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-cd97c33b-8092-430-user", "id": "37ef58bcc81e4eb4810d3686d7320295"}, "audit_ids": ["-19la7rgSUmQOFirp6spZg"], "issued_at": "2018-09-04T22:01:48.000000Z"}} 2018-09-04 22:01:48,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63373ab871f9eb986ae5a7e4d22f3206c0c9775f" 2018-09-04 22:01:48,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ab506c0-7388-4f37-b4de-90861fe916eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:48,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8ab506c0-7388-4f37-b4de-90861fe916eb 2018-09-04 22:01:48,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63373ab871f9eb986ae5a7e4d22f3206c0c9775f" 2018-09-04 22:01:48,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-87fbfcca-66b7-45df-bf96-850fee10e965 Date: Tue, 04 Sep 2018 22:01:48 GMT RESP BODY: {"routers": []} 2018-09-04 22:01:48,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-router&admin_state_up=True used request id req-87fbfcca-66b7-45df-bf96-850fee10e965 2018-09-04 22:01:48,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:01:48,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:01:49,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27be1d8f87494863b0e38dedfaaa1afa", "name": "CreateRouterSuccessTests-cd97c33b-8092-430-proj-role"}], "expires_at": "2018-09-04T23:01:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1bc33bf4e66f4b3ca285c85275b64921", "name": "CreateRouterSuccessTests-cd97c33b-8092-430-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1bc33bf4e66f4b3ca285c85275b64921", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1bc33bf4e66f4b3ca285c85275b64921", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1bc33bf4e66f4b3ca285c85275b64921", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1bc33bf4e66f4b3ca285c85275b64921", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1bc33bf4e66f4b3ca285c85275b64921", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1bc33bf4e66f4b3ca285c85275b64921", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1bc33bf4e66f4b3ca285c85275b64921", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1bc33bf4e66f4b3ca285c85275b64921", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1bc33bf4e66f4b3ca285c85275b64921", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1bc33bf4e66f4b3ca285c85275b64921", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1bc33bf4e66f4b3ca285c85275b64921", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1bc33bf4e66f4b3ca285c85275b64921", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-cd97c33b-8092-430-user", "id": "37ef58bcc81e4eb4810d3686d7320295"}, "audit_ids": ["t_CsbeRlSyOSeuI-dC-qvA"], "issued_at": "2018-09-04T22:01:49.000000Z"}} 2018-09-04 22:01:49,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f84a855ba677cc2b1c474dcbe667b3fc0ad253" 2018-09-04 22:01:49,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bec80c8-a5b4-4185-93c4-971c3e86c132 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:01:49,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5bec80c8-a5b4-4185-93c4-971c3e86c132 2018-09-04 22:01:49,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63373ab871f9eb986ae5a7e4d22f3206c0c9775f" 2018-09-04 22:01:49,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a8106a75-cbf9-4feb-b1fc-ec156872d484 Date: Tue, 04 Sep 2018 22:01:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:01:49,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-a8106a75-cbf9-4feb-b1fc-ec156872d484 2018-09-04 22:01:49,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63373ab871f9eb986ae5a7e4d22f3206c0c9775f" 2018-09-04 22:01:49,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-489b2f90-2d16-4795-954b-f3a4ec4daf02 Date: Tue, 04 Sep 2018 22:01:49 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:01:49,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-489b2f90-2d16-4795-954b-f3a4ec4daf02 2018-09-04 22:01:49,525 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-router 2018-09-04 22:01:49,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63373ab871f9eb986ae5a7e4d22f3206c0c9775f" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-router", "admin_state_up": true}}' 2018-09-04 22:01:54,533 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-408fcb28-066b-4a08-bb11-f60cb3d1cb83 Date: Tue, 04 Sep 2018 22:01:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1bc33bf4e66f4b3ca285c85275b64921", "created_at": "2018-09-04T22:01:50Z", "admin_state_up": true, "updated_at": "2018-09-04T22:01:51Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "1bc33bf4e66f4b3ca285c85275b64921", "id": "b0a873b5-1fe7-49e9-85ba-cb89e174dbe7", "name": "CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-router"}} 2018-09-04 22:01:54,533 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-408fcb28-066b-4a08-bb11-f60cb3d1cb83 2018-09-04 22:01:54,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=b0a873b5-1fe7-49e9-85ba-cb89e174dbe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63373ab871f9eb986ae5a7e4d22f3206c0c9775f" 2018-09-04 22:01:54,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e6fd3b2a-c2c9-419a-9e1c-e0172fc25755 Date: Tue, 04 Sep 2018 22:01:54 GMT RESP BODY: {"ports":[]} 2018-09-04 22:01:54,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=b0a873b5-1fe7-49e9-85ba-cb89e174dbe7 used request id req-e6fd3b2a-c2c9-419a-9e1c-e0172fc25755 2018-09-04 22:01:54,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?name=CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63373ab871f9eb986ae5a7e4d22f3206c0c9775f" 2018-09-04 22:01:54,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0cfca71f-e26d-4931-af28-8d6d30951585 Date: Tue, 04 Sep 2018 22:01:54 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:01:54,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?name=CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-subnet1 used request id req-0cfca71f-e26d-4931-af28-8d6d30951585 2018-09-04 22:01:54,765 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-router 2018-09-04 22:01:54,765 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-router 2018-09-04 22:01:54,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/b0a873b5-1fe7-49e9-85ba-cb89e174dbe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63373ab871f9eb986ae5a7e4d22f3206c0c9775f" 2018-09-04 22:01:58,827 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ee765281-ddcc-425c-86ac-6967892f6778 Content-Length: 0 Date: Tue, 04 Sep 2018 22:01:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:01:58,827 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/b0a873b5-1fe7-49e9-85ba-cb89e174dbe7 used request id req-ee765281-ddcc-425c-86ac-6967892f6778 2018-09-04 22:01:58,828 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-subnet1 2018-09-04 22:01:58,828 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-subnet1 2018-09-04 22:01:58,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/cfc871e8-2eab-4512-8d99-431fdad1e0a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6394065fdd78970bf32ba18734cb052497ac8ac" 2018-09-04 22:02:00,654 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-81372b71-d0c9-4978-abbf-fddfdd39bfe2 Date: Tue, 04 Sep 2018 22:02:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:02:00,655 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/cfc871e8-2eab-4512-8d99-431fdad1e0a5 used request id req-81372b71-d0c9-4978-abbf-fddfdd39bfe2 2018-09-04 22:02:00,655 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-bbf3662f-b50a-4d03-bb99-6f801743c08b-pub-net1 2018-09-04 22:02:00,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/609f224e-b7bd-4917-8be6-7c412ac2cc6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6394065fdd78970bf32ba18734cb052497ac8ac" 2018-09-04 22:02:01,975 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e3f7c495-6e3f-4b3e-93c7-0e9c86a94679 Date: Tue, 04 Sep 2018 22:02:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:02:01,975 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/609f224e-b7bd-4917-8be6-7c412ac2cc6f used request id req-e3f7c495-6e3f-4b3e-93c7-0e9c86a94679 2018-09-04 22:02:01,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:02,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-1ee241a0-c91d-4476-ba01-6bd25091aca9 Date: Tue, 04 Sep 2018 22:02:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:02:02,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-1ee241a0-c91d-4476-ba01-6bd25091aca9 2018-09-04 22:02:02,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:02,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80511641-e3f4-4387-b5e9-3be99db01120 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:02:02,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-80511641-e3f4-4387-b5e9-3be99db01120 2018-09-04 22:02:02,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:02,389 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd799c6e-9cc5-40b9-b584-85237df8111e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:02,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-cd799c6e-9cc5-40b9-b584-85237df8111e 2018-09-04 22:02:02,389 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:02,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:02,482 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7acd7d8-1ba0-4cf6-be1d-7dd82cfa7204 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:02,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-a7acd7d8-1ba0-4cf6-be1d-7dd82cfa7204 2018-09-04 22:02:02,482 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:02,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:02,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80786d2-0fb6-4272-9ca4-80c2743906d2 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:02:02,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-b80786d2-0fb6-4272-9ca4-80c2743906d2 2018-09-04 22:02:02,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:02,654 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-157ac344-2499-4e18-b790-a1b0ad28a448 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:02,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-157ac344-2499-4e18-b790-a1b0ad28a448 2018-09-04 22:02:02,655 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:02,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:02,745 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f9ca0aa-9b60-470d-bfc9-5d3102dfaa2b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:02,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-7f9ca0aa-9b60-470d-bfc9-5d3102dfaa2b 2018-09-04 22:02:02,746 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:02,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:02,826 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07f7181a-8826-49e9-bbe1-c12357808e37 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:02,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-07f7181a-8826-49e9-bbe1-c12357808e37 2018-09-04 22:02:02,826 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:02,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:02,914 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8ed5c09-d13c-43cd-b711-0bb5c55a03a3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:02,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-d8ed5c09-d13c-43cd-b711-0bb5c55a03a3 2018-09-04 22:02:02,914 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:02,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:03,010 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a00ec30-4098-4650-a368-4d49edbe777c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:03,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-4a00ec30-4098-4650-a368-4d49edbe777c 2018-09-04 22:02:03,010 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:03,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:03,093 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4416d248-ae77-4f7c-9668-8bd8910263a6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:03,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-4416d248-ae77-4f7c-9668-8bd8910263a6 2018-09-04 22:02:03,093 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:03,094 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-cd97c33b-8092-430-proj 2018-09-04 22:02:03,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/1bc33bf4e66f4b3ca285c85275b64921 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:03,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-099ec666-cafd-44a0-8af8-7fd91a0b026a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:03,314 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/1bc33bf4e66f4b3ca285c85275b64921 used request id req-099ec666-cafd-44a0-8af8-7fd91a0b026a 2018-09-04 22:02:03,314 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-cd97c33b-8092-430-proj-role 2018-09-04 22:02:03,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/27be1d8f87494863b0e38dedfaaa1afa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:03,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13f0ac87-d726-4a73-a62e-f9160a419313 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:03,430 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/27be1d8f87494863b0e38dedfaaa1afa used request id req-13f0ac87-d726-4a73-a62e-f9160a419313 2018-09-04 22:02:03,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f574c9172a742de9823d5fcd73e3a5408907" 2018-09-04 22:02:03,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1228994-3338-4d8b-a3f4-fdaf5c6ba6b9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:03,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c1228994-3338-4d8b-a3f4-fdaf5c6ba6b9 2018-09-04 22:02:03,519 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-cd97c33b-8092-430-user 2018-09-04 22:02:03,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/37ef58bcc81e4eb4810d3686d7320295 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481f86ecba0241c443a4cdb7ddb65db1f541a850" 2018-09-04 22:02:03,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb52d010-d0b1-4710-b84f-ca37ae2d3734 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:03,704 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/37ef58bcc81e4eb4810d3686d7320295 used request id req-cb52d010-d0b1-4710-b84f-ca37ae2d3734 2018-09-04 22:02:03,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:04,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["-vnHR2g0QwixHC36Sxj7dQ"], "issued_at": "2018-09-04T22:02:04.000000Z"}} 2018-09-04 22:02:04,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5098e2b916f2643e9b9a6c6707db9b1886566a8b" 2018-09-04 22:02:04,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c41152f-41ed-4e75-88b2-1bd8b4ec8f0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:04,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1c41152f-41ed-4e75-88b2-1bd8b4ec8f0c 2018-09-04 22:02:04,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:04,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:04,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["oCE90ijiQri8WPZxNmsXKQ"], "issued_at": "2018-09-04T22:02:04.000000Z"}} 2018-09-04 22:02:04,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:04,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69c6e3dd-cd51-4cfb-8714-b03c8bf6122d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:04,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-69c6e3dd-cd51-4cfb-8714-b03c8bf6122d 2018-09-04 22:02:04,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:04,668 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:04,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:04,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e8138a5-2e74-4508-8a5c-0c6324cb1863 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:02:04,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj used request id req-8e8138a5-2e74-4508-8a5c-0c6324cb1863 2018-09-04 22:02:04,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:04,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68439f34-af13-4b9e-83ca-21f39efb462a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:04,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-68439f34-af13-4b9e-83ca-21f39efb462a 2018-09-04 22:02:04,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj"}}' 2018-09-04 22:02:04,981 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c694d738-0b4b-4e38-822f-8aafe33f5f34 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8306fef0891e40ddad1f824f53aa8da1"}, "enabled": true, "id": "8306fef0891e40ddad1f824f53aa8da1", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj"}} 2018-09-04 22:02:04,982 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-c694d738-0b4b-4e38-822f-8aafe33f5f34 2018-09-04 22:02:04,982 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj 2018-09-04 22:02:04,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:04,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:05,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["XWYwArG0QlmyjSBnyIIDBg"], "issued_at": "2018-09-04T22:02:05.000000Z"}} 2018-09-04 22:02:05,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a165ecf6451e0d06289d6f6acda519e409b58b3" 2018-09-04 22:02:05,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29a3c05e-5f44-4948-a794-4cf7a2a1c908 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:05,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-29a3c05e-5f44-4948-a794-4cf7a2a1c908 2018-09-04 22:02:05,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:05,460 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:05,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a165ecf6451e0d06289d6f6acda519e409b58b3" 2018-09-04 22:02:05,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-928b1338-a48a-4dd1-87bb-5dc9947b380f Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:02:05,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-928b1338-a48a-4dd1-87bb-5dc9947b380f 2018-09-04 22:02:05,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a165ecf6451e0d06289d6f6acda519e409b58b3" 2018-09-04 22:02:05,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-590a400e-08f0-4f99-97f1-a3c2e195c471 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8306fef0891e40ddad1f824f53aa8da1"}, "enabled": true, "id": "8306fef0891e40ddad1f824f53aa8da1", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj"}]} 2018-09-04 22:02:05,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj used request id req-590a400e-08f0-4f99-97f1-a3c2e195c471 2018-09-04 22:02:05,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a165ecf6451e0d06289d6f6acda519e409b58b3" 2018-09-04 22:02:05,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a6d532f-d67a-4deb-ab7c-023e680873c3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:05,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-7a6d532f-d67a-4deb-ab7c-023e680873c3 2018-09-04 22:02:06,131 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-6a273bc4-fdb7-4ae-user 2018-09-04 22:02:06,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:06,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:06,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8845fef-7416-4652-8a9a-bc83f11d36ad Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:06,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f8845fef-7416-4652-8a9a-bc83f11d36ad 2018-09-04 22:02:06,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" -d '{"role": {"name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj-role"}}' 2018-09-04 22:02:06,328 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f14f6bb-259d-43f8-a81c-69363e647a26 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b651ae2f33d8404faf42c9f025c0f58d", "links": {"self": "http://172.30.9.26:5000/v3/roles/b651ae2f33d8404faf42c9f025c0f58d"}, "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj-role"}} 2018-09-04 22:02:06,328 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-4f14f6bb-259d-43f8-a81c-69363e647a26 2018-09-04 22:02:06,328 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj-role 2018-09-04 22:02:06,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/b651ae2f33d8404faf42c9f025c0f58d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:06,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daea00b8-0d1f-4271-a470-a589efed7ef3 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/b651ae2f33d8404faf42c9f025c0f58d"}, "domain_id": null, "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj-role", "id": "b651ae2f33d8404faf42c9f025c0f58d"}} 2018-09-04 22:02:06,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/b651ae2f33d8404faf42c9f025c0f58d used request id req-daea00b8-0d1f-4271-a470-a589efed7ef3 2018-09-04 22:02:06,421 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj-role to project CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj 2018-09-04 22:02:06,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/8306fef0891e40ddad1f824f53aa8da1/users/39a7e13b524248be85967dd405d9fac5/roles/b651ae2f33d8404faf42c9f025c0f58d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:06,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec77838a-d857-4135-8db7-21a4d2bbf39a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:06,553 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/8306fef0891e40ddad1f824f53aa8da1/users/39a7e13b524248be85967dd405d9fac5/roles/b651ae2f33d8404faf42c9f025c0f58d used request id req-ec77838a-d857-4135-8db7-21a4d2bbf39a 2018-09-04 22:02:06,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:06,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:06,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["SOMqakANRlyF1fMD6ASL3A"], "issued_at": "2018-09-04T22:02:06.000000Z"}} 2018-09-04 22:02:06,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ceefcb6de4b4309d7ac922f38b8a876b478f62d" 2018-09-04 22:02:07,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51d3494c-24b8-4489-b6f3-8755d854d390 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:07,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-51d3494c-24b8-4489-b6f3-8755d854d390 2018-09-04 22:02:07,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ceefcb6de4b4309d7ac922f38b8a876b478f62d" 2018-09-04 22:02:07,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b6cb458c-152b-4f41-9157-7e3355a03760 Date: Tue, 04 Sep 2018 22:02:07 GMT RESP BODY: {"networks":[]} 2018-09-04 22:02:07,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-net1 used request id req-b6cb458c-152b-4f41-9157-7e3355a03760 2018-09-04 22:02:07,213 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-net1 2018-09-04 22:02:07,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ceefcb6de4b4309d7ac922f38b8a876b478f62d" -d '{"network": {"name": "CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-net1", "admin_state_up": true}}' 2018-09-04 22:02:07,602 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-7f21d961-46aa-4e66-86f4-6b8be312a3eb Date: Tue, 04 Sep 2018 22:02:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b6ee74a9-4ed8-4661-b207-379e8cfeaeb6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:02:07Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-net1","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:02:07Z","mtu":1450}} 2018-09-04 22:02:07,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-7f21d961-46aa-4e66-86f4-6b8be312a3eb 2018-09-04 22:02:07,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=b6ee74a9-4ed8-4661-b207-379e8cfeaeb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ceefcb6de4b4309d7ac922f38b8a876b478f62d" 2018-09-04 22:02:07,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-8d4e86e6-8b28-46cb-a03c-4040f95e49b6 Date: Tue, 04 Sep 2018 22:02:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b6ee74a9-4ed8-4661-b207-379e8cfeaeb6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:02:07Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-net1","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:02:07Z","provider:network_type":"vxlan"}]} 2018-09-04 22:02:07,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=b6ee74a9-4ed8-4661-b207-379e8cfeaeb6 used request id req-8d4e86e6-8b28-46cb-a03c-4040f95e49b6 2018-09-04 22:02:07,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b6ee74a9-4ed8-4661-b207-379e8cfeaeb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ceefcb6de4b4309d7ac922f38b8a876b478f62d" 2018-09-04 22:02:08,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fb9f84bd-9800-4df5-bf91-eb21b1e8fa04 Date: Tue, 04 Sep 2018 22:02:08 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:02:08,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b6ee74a9-4ed8-4661-b207-379e8cfeaeb6 used request id req-fb9f84bd-9800-4df5-bf91-eb21b1e8fa04 2018-09-04 22:02:08,022 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-subnet1 2018-09-04 22:02:08,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ceefcb6de4b4309d7ac922f38b8a876b478f62d" -d '{"subnets": [{"ip_version": 4, "network_id": "b6ee74a9-4ed8-4661-b207-379e8cfeaeb6", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-subnet1"}]}' 2018-09-04 22:02:08,548 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-b8b0f0b4-deab-4bd7-b00b-126bca1e6210 Date: Tue, 04 Sep 2018 22:02:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b6ee74a9-4ed8-4661-b207-379e8cfeaeb6","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:02:08Z","dns_nameservers":[],"updated_at":"2018-09-04T22:02:08Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"13e4218f-da1f-432a-9b14-bdc4fc4e4d11","subnetpool_id":null,"name":"CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-subnet1"}]} 2018-09-04 22:02:08,548 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-b8b0f0b4-deab-4bd7-b00b-126bca1e6210 2018-09-04 22:02:08,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=b6ee74a9-4ed8-4661-b207-379e8cfeaeb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ceefcb6de4b4309d7ac922f38b8a876b478f62d" 2018-09-04 22:02:08,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-4efc76cc-c029-4306-887a-10aff03a2970 Date: Tue, 04 Sep 2018 22:02:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"b6ee74a9-4ed8-4661-b207-379e8cfeaeb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["13e4218f-da1f-432a-9b14-bdc4fc4e4d11"],"description":"","tags":[],"updated_at":"2018-09-04T22:02:08Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-net1","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:02:07Z","provider:network_type":"vxlan"}]} 2018-09-04 22:02:08,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=b6ee74a9-4ed8-4661-b207-379e8cfeaeb6 used request id req-4efc76cc-c029-4306-887a-10aff03a2970 2018-09-04 22:02:08,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b6ee74a9-4ed8-4661-b207-379e8cfeaeb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ceefcb6de4b4309d7ac922f38b8a876b478f62d" 2018-09-04 22:02:09,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-3fee03db-780f-446f-8ffd-cf12bc4f77ce Date: Tue, 04 Sep 2018 22:02:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b6ee74a9-4ed8-4661-b207-379e8cfeaeb6","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:02:08Z","dns_nameservers":[],"updated_at":"2018-09-04T22:02:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"13e4218f-da1f-432a-9b14-bdc4fc4e4d11","subnetpool_id":null,"name":"CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-subnet1"}]} 2018-09-04 22:02:09,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b6ee74a9-4ed8-4661-b207-379e8cfeaeb6 used request id req-3fee03db-780f-446f-8ffd-cf12bc4f77ce 2018-09-04 22:02:09,015 - OpenStackNetwork - DEBUG - Network [b6ee74a9-4ed8-4661-b207-379e8cfeaeb6] created successfully 2018-09-04 22:02:09,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:09,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:09,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b651ae2f33d8404faf42c9f025c0f58d", "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj-role"}], "expires_at": "2018-09-04T23:02:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8306fef0891e40ddad1f824f53aa8da1", "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/8306fef0891e40ddad1f824f53aa8da1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/8306fef0891e40ddad1f824f53aa8da1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/8306fef0891e40ddad1f824f53aa8da1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/8306fef0891e40ddad1f824f53aa8da1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/8306fef0891e40ddad1f824f53aa8da1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/8306fef0891e40ddad1f824f53aa8da1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-user", "id": "39a7e13b524248be85967dd405d9fac5"}, "audit_ids": ["numgiT3ARciaaZEq6ndFJA"], "issued_at": "2018-09-04T22:02:09.000000Z"}} 2018-09-04 22:02:09,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2fa689f4a953573f001474ff305df4793a12d19" 2018-09-04 22:02:09,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd18d483-a9a9-4255-9b93-225fc9f19dfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:09,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dd18d483-a9a9-4255-9b93-225fc9f19dfb 2018-09-04 22:02:09,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2fa689f4a953573f001474ff305df4793a12d19" 2018-09-04 22:02:09,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-de317305-5782-4d8f-9499-d4c746a21843 Date: Tue, 04 Sep 2018 22:02:09 GMT RESP BODY: {"routers": []} 2018-09-04 22:02:09,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-router&admin_state_up=True used request id req-de317305-5782-4d8f-9499-d4c746a21843 2018-09-04 22:02:09,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:09,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:10,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b651ae2f33d8404faf42c9f025c0f58d", "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj-role"}], "expires_at": "2018-09-04T23:02:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8306fef0891e40ddad1f824f53aa8da1", "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/8306fef0891e40ddad1f824f53aa8da1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/8306fef0891e40ddad1f824f53aa8da1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/8306fef0891e40ddad1f824f53aa8da1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/8306fef0891e40ddad1f824f53aa8da1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/8306fef0891e40ddad1f824f53aa8da1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/8306fef0891e40ddad1f824f53aa8da1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-user", "id": "39a7e13b524248be85967dd405d9fac5"}, "audit_ids": ["Cm5XZsD0TseL9zu5AhlGvg"], "issued_at": "2018-09-04T22:02:10.000000Z"}} 2018-09-04 22:02:10,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248c567d85d5bde5e7c6734f61d64f14a1de9d85" 2018-09-04 22:02:10,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49285b24-b0af-4151-a2d2-d3804d4922ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:10,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-49285b24-b0af-4151-a2d2-d3804d4922ae 2018-09-04 22:02:10,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2fa689f4a953573f001474ff305df4793a12d19" 2018-09-04 22:02:10,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-0d73e1ef-ce76-4adb-a609-a37422aca38b Date: Tue, 04 Sep 2018 22:02:10 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:02:10,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-0d73e1ef-ce76-4adb-a609-a37422aca38b 2018-09-04 22:02:10,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2fa689f4a953573f001474ff305df4793a12d19" 2018-09-04 22:02:10,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-97b712f5-c28e-4013-9ce7-0ac2fb2f0112 Date: Tue, 04 Sep 2018 22:02:10 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:02:10,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-97b712f5-c28e-4013-9ce7-0ac2fb2f0112 2018-09-04 22:02:10,637 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-router 2018-09-04 22:02:10,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2fa689f4a953573f001474ff305df4793a12d19" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-router", "admin_state_up": true}}' 2018-09-04 22:02:15,899 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-991d6b20-860d-466f-9d22-963ca1a7c303 Date: Tue, 04 Sep 2018 22:02:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8306fef0891e40ddad1f824f53aa8da1", "created_at": "2018-09-04T22:02:11Z", "admin_state_up": true, "updated_at": "2018-09-04T22:02:12Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "8306fef0891e40ddad1f824f53aa8da1", "id": "f1e21a18-f558-4efe-a7ed-68a1a562ed13", "name": "CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-router"}} 2018-09-04 22:02:15,900 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-991d6b20-860d-466f-9d22-963ca1a7c303 2018-09-04 22:02:15,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=f1e21a18-f558-4efe-a7ed-68a1a562ed13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2fa689f4a953573f001474ff305df4793a12d19" 2018-09-04 22:02:16,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-879e32cc-28e4-43b8-ba42-3e64ab2c0460 Date: Tue, 04 Sep 2018 22:02:16 GMT RESP BODY: {"ports":[]} 2018-09-04 22:02:16,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=f1e21a18-f558-4efe-a7ed-68a1a562ed13 used request id req-879e32cc-28e4-43b8-ba42-3e64ab2c0460 2018-09-04 22:02:16,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2fa689f4a953573f001474ff305df4793a12d19" 2018-09-04 22:02:16,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7f23787f-16e1-41e8-824f-22e0174d291c Date: Tue, 04 Sep 2018 22:02:16 GMT RESP BODY: {"networks":[]} 2018-09-04 22:02:16,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-net1 used request id req-7f23787f-16e1-41e8-824f-22e0174d291c 2018-09-04 22:02:16,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?name=CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2fa689f4a953573f001474ff305df4793a12d19" 2018-09-04 22:02:16,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-643920e5-b46b-4757-9580-e597c477fd46 Date: Tue, 04 Sep 2018 22:02:16 GMT RESP BODY: {"ports":[]} 2018-09-04 22:02:16,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?name=CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-port1&admin_state_up=True used request id req-643920e5-b46b-4757-9580-e597c477fd46 2018-09-04 22:02:16,453 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-port1 for router - CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-router 2018-09-04 22:02:16,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:16,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:16,825 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b651ae2f33d8404faf42c9f025c0f58d", "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj-role"}], "expires_at": "2018-09-04T23:02:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8306fef0891e40ddad1f824f53aa8da1", "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/8306fef0891e40ddad1f824f53aa8da1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/8306fef0891e40ddad1f824f53aa8da1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/8306fef0891e40ddad1f824f53aa8da1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/8306fef0891e40ddad1f824f53aa8da1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/8306fef0891e40ddad1f824f53aa8da1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/8306fef0891e40ddad1f824f53aa8da1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/8306fef0891e40ddad1f824f53aa8da1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-6a273bc4-fdb7-4ae-user", "id": "39a7e13b524248be85967dd405d9fac5"}, "audit_ids": ["UvKe1ouDQpyd3VlocFhBFw"], "issued_at": "2018-09-04T22:02:16.000000Z"}} 2018-09-04 22:02:16,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}479c7fcae3fd2504c830db494b9d47a4fdc9ae37" 2018-09-04 22:02:16,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e19dd16-be79-461f-a555-3ddbe0f49000 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:16,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4e19dd16-be79-461f-a555-3ddbe0f49000 2018-09-04 22:02:16,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2fa689f4a953573f001474ff305df4793a12d19" 2018-09-04 22:02:17,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8cf3e37e-4c47-42a3-bac6-6339a503a794 Date: Tue, 04 Sep 2018 22:02:17 GMT RESP BODY: {"networks":[]} 2018-09-04 22:02:17,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-net1 used request id req-8cf3e37e-4c47-42a3-bac6-6339a503a794 2018-09-04 22:02:17,110 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-router 2018-09-04 22:02:17,110 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-router 2018-09-04 22:02:17,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/f1e21a18-f558-4efe-a7ed-68a1a562ed13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2fa689f4a953573f001474ff305df4793a12d19" 2018-09-04 22:02:20,530 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a12d7769-1756-4bb1-8373-51899aa28ceb Content-Length: 0 Date: Tue, 04 Sep 2018 22:02:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:02:20,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/f1e21a18-f558-4efe-a7ed-68a1a562ed13 used request id req-a12d7769-1756-4bb1-8373-51899aa28ceb 2018-09-04 22:02:20,531 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-subnet1 2018-09-04 22:02:20,531 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-subnet1 2018-09-04 22:02:20,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/13e4218f-da1f-432a-9b14-bdc4fc4e4d11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ceefcb6de4b4309d7ac922f38b8a876b478f62d" 2018-09-04 22:02:22,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3b7d15e5-e7d0-413a-b172-97657ad80bd8 Date: Tue, 04 Sep 2018 22:02:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:02:22,571 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/13e4218f-da1f-432a-9b14-bdc4fc4e4d11 used request id req-3b7d15e5-e7d0-413a-b172-97657ad80bd8 2018-09-04 22:02:22,571 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-0d67f596-d6fa-476a-be79-e64f90184216-pub-net1 2018-09-04 22:02:22,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/b6ee74a9-4ed8-4661-b207-379e8cfeaeb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ceefcb6de4b4309d7ac922f38b8a876b478f62d" 2018-09-04 22:02:24,197 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-da70c3aa-5ba9-4627-a55a-17d645652567 Date: Tue, 04 Sep 2018 22:02:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:02:24,197 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/b6ee74a9-4ed8-4661-b207-379e8cfeaeb6 used request id req-da70c3aa-5ba9-4627-a55a-17d645652567 2018-09-04 22:02:24,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:24,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-3d0e30e3-eb7f-4f92-bf04-c333b287d0df Date: Tue, 04 Sep 2018 22:02:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:02:24,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-3d0e30e3-eb7f-4f92-bf04-c333b287d0df 2018-09-04 22:02:24,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:24,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5fbdcc0-ce10-4d52-a3dd-373b66a081b5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:02:24,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-e5fbdcc0-ce10-4d52-a3dd-373b66a081b5 2018-09-04 22:02:24,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:24,618 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c426f779-30c4-4d23-a38e-c5c2a652ccee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:24,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-c426f779-30c4-4d23-a38e-c5c2a652ccee 2018-09-04 22:02:24,618 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:24,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:24,715 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af673571-92cb-4398-9faf-669d302722c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:24,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-af673571-92cb-4398-9faf-669d302722c4 2018-09-04 22:02:24,715 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:24,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:24,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f5e5eac-e494-4bca-a72b-5a7dcf4d0bf4 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:02:24,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-7f5e5eac-e494-4bca-a72b-5a7dcf4d0bf4 2018-09-04 22:02:24,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:24,902 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b59ad575-9af9-483d-89b8-92bb4ff610ec Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:24,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-b59ad575-9af9-483d-89b8-92bb4ff610ec 2018-09-04 22:02:24,902 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:24,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:24,991 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68d1631a-d631-461e-a37d-c61cc461f820 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:24,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-68d1631a-d631-461e-a37d-c61cc461f820 2018-09-04 22:02:24,991 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:24,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:25,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ed1b6eb-3e94-434b-8f12-c9107a0feedd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:25,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-7ed1b6eb-3e94-434b-8f12-c9107a0feedd 2018-09-04 22:02:25,091 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:25,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:25,174 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5a540c1-5abc-4ccd-b3c8-1b7c25adcded Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:25,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-b5a540c1-5abc-4ccd-b3c8-1b7c25adcded 2018-09-04 22:02:25,175 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:25,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:25,264 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec590a88-f481-48e2-a70e-236bc6ebc73d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:25,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-ec590a88-f481-48e2-a70e-236bc6ebc73d 2018-09-04 22:02:25,264 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:25,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:25,354 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a36b0606-1c5b-481a-ab22-c0892e4abe17 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:25,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-a36b0606-1c5b-481a-ab22-c0892e4abe17 2018-09-04 22:02:25,354 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:25,355 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj 2018-09-04 22:02:25,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/8306fef0891e40ddad1f824f53aa8da1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:25,540 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-977f1828-dfc8-4fb6-89af-9ef69e983923 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:25,540 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/8306fef0891e40ddad1f824f53aa8da1 used request id req-977f1828-dfc8-4fb6-89af-9ef69e983923 2018-09-04 22:02:25,541 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-6a273bc4-fdb7-4ae-proj-role 2018-09-04 22:02:25,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/b651ae2f33d8404faf42c9f025c0f58d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:25,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9093a41-877f-4ace-9a68-6e6ac95a5a2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:25,651 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/b651ae2f33d8404faf42c9f025c0f58d used request id req-d9093a41-877f-4ace-9a68-6e6ac95a5a2e 2018-09-04 22:02:25,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517742107048cd17c1380a973a0db8a61ee82346" 2018-09-04 22:02:25,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6060562-6a5e-4f9a-ae93-721dd343d54e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:25,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e6060562-6a5e-4f9a-ae93-721dd343d54e 2018-09-04 22:02:25,745 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-6a273bc4-fdb7-4ae-user 2018-09-04 22:02:25,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/39a7e13b524248be85967dd405d9fac5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a165ecf6451e0d06289d6f6acda519e409b58b3" 2018-09-04 22:02:25,951 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fc832f6-871d-4eea-9f93-7e34ef983b8e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:25,951 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/39a7e13b524248be85967dd405d9fac5 used request id req-6fc832f6-871d-4eea-9f93-7e34ef983b8e 2018-09-04 22:02:25,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:26,333 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["VPU7tVriQzuwH_lEK__wfg"], "issued_at": "2018-09-04T22:02:26.000000Z"}} 2018-09-04 22:02:26,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6bd1b11244a90a025eac986abf839acd80da66a" 2018-09-04 22:02:26,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee5f20a4-5727-4657-9db3-ee765a979fe1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:26,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ee5f20a4-5727-4657-9db3-ee765a979fe1 2018-09-04 22:02:26,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:26,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:26,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["R_HIieLwTNKopjLy5oiMbA"], "issued_at": "2018-09-04T22:02:26.000000Z"}} 2018-09-04 22:02:26,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:26,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e1b65c9-09a8-4292-98dc-bbb8cc107158 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:26,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3e1b65c9-09a8-4292-98dc-bbb8cc107158 2018-09-04 22:02:26,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:26,904 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:26,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-4b900ec4-1884-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:26,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d8e6646-779c-46bf-8e43-0cf652bcfbaf Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-4b900ec4-1884-4bc-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:02:26,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-4b900ec4-1884-4bc-proj used request id req-5d8e6646-779c-46bf-8e43-0cf652bcfbaf 2018-09-04 22:02:26,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:27,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab48552a-8f9d-4ca6-b20e-5e176d3921d3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:27,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-ab48552a-8f9d-4ca6-b20e-5e176d3921d3 2018-09-04 22:02:27,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-4b900ec4-1884-4bc-proj"}}' 2018-09-04 22:02:27,203 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23d2af2d-7c53-44bb-9070-9b16e1d4384a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/acb94d66377e426c9ad4806a0a6ec5c0"}, "enabled": true, "id": "acb94d66377e426c9ad4806a0a6ec5c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-4b900ec4-1884-4bc-proj"}} 2018-09-04 22:02:27,203 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-23d2af2d-7c53-44bb-9070-9b16e1d4384a 2018-09-04 22:02:27,203 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-4b900ec4-1884-4bc-proj 2018-09-04 22:02:27,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:27,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:27,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["3bc83IFBTbeD8jb8GWA1sQ"], "issued_at": "2018-09-04T22:02:27.000000Z"}} 2018-09-04 22:02:27,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}546b169e1a0eaea99eaaf297f546e6e4dd89827c" 2018-09-04 22:02:27,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0fb37c4-f44d-4754-97fe-ce2193d8b8d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:27,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c0fb37c4-f44d-4754-97fe-ce2193d8b8d3 2018-09-04 22:02:27,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:27,601 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:27,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}546b169e1a0eaea99eaaf297f546e6e4dd89827c" 2018-09-04 22:02:27,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c42c175e-4536-4512-8d74-cb37e3c13f13 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:02:27,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c42c175e-4536-4512-8d74-cb37e3c13f13 2018-09-04 22:02:27,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterNegativeTests-4b900ec4-1884-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}546b169e1a0eaea99eaaf297f546e6e4dd89827c" 2018-09-04 22:02:27,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-615a8d0b-03cc-41b9-b110-d9744c6af52f Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterNegativeTests-4b900ec4-1884-4bc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/acb94d66377e426c9ad4806a0a6ec5c0"}, "enabled": true, "id": "acb94d66377e426c9ad4806a0a6ec5c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-4b900ec4-1884-4bc-proj"}]} 2018-09-04 22:02:27,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterNegativeTests-4b900ec4-1884-4bc-proj used request id req-615a8d0b-03cc-41b9-b110-d9744c6af52f 2018-09-04 22:02:27,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}546b169e1a0eaea99eaaf297f546e6e4dd89827c" 2018-09-04 22:02:27,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-137195a9-de39-4d82-b3cf-78cd104fd3d4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:27,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-137195a9-de39-4d82-b3cf-78cd104fd3d4 2018-09-04 22:02:28,268 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-4b900ec4-1884-4bc-user 2018-09-04 22:02:28,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:28,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:28,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7eb9b7d-f79d-4ab5-97f5-897ea884acad Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:28,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d7eb9b7d-f79d-4ab5-97f5-897ea884acad 2018-09-04 22:02:28,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" -d '{"role": {"name": "CreateRouterNegativeTests-4b900ec4-1884-4bc-proj-role"}}' 2018-09-04 22:02:28,484 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d235ab9-46b6-4186-8890-4ddbacfc15cd Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cd4a529997fa408fa0c034b6ecad1a76", "links": {"self": "http://172.30.9.26:5000/v3/roles/cd4a529997fa408fa0c034b6ecad1a76"}, "name": "CreateRouterNegativeTests-4b900ec4-1884-4bc-proj-role"}} 2018-09-04 22:02:28,484 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-1d235ab9-46b6-4186-8890-4ddbacfc15cd 2018-09-04 22:02:28,484 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-4b900ec4-1884-4bc-proj-role 2018-09-04 22:02:28,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/cd4a529997fa408fa0c034b6ecad1a76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:28,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f70df9e-6c35-42c4-ae1e-564122ebf805 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/cd4a529997fa408fa0c034b6ecad1a76"}, "domain_id": null, "name": "CreateRouterNegativeTests-4b900ec4-1884-4bc-proj-role", "id": "cd4a529997fa408fa0c034b6ecad1a76"}} 2018-09-04 22:02:28,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/cd4a529997fa408fa0c034b6ecad1a76 used request id req-2f70df9e-6c35-42c4-ae1e-564122ebf805 2018-09-04 22:02:28,505 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-4b900ec4-1884-4bc-proj-role to project CreateRouterNegativeTests-4b900ec4-1884-4bc-proj 2018-09-04 22:02:28,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/acb94d66377e426c9ad4806a0a6ec5c0/users/ffe391321f7b40ecbd37f202039eaf0e/roles/cd4a529997fa408fa0c034b6ecad1a76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:28,636 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35f7be69-5385-4ab9-816b-b1478944fba5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:28,636 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/acb94d66377e426c9ad4806a0a6ec5c0/users/ffe391321f7b40ecbd37f202039eaf0e/roles/cd4a529997fa408fa0c034b6ecad1a76 used request id req-35f7be69-5385-4ab9-816b-b1478944fba5 2018-09-04 22:02:28,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:28,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:29,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cd4a529997fa408fa0c034b6ecad1a76", "name": "CreateRouterNegativeTests-4b900ec4-1884-4bc-proj-role"}], "expires_at": "2018-09-04T23:02:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "acb94d66377e426c9ad4806a0a6ec5c0", "name": "CreateRouterNegativeTests-4b900ec4-1884-4bc-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-4b900ec4-1884-4bc-user", "id": "ffe391321f7b40ecbd37f202039eaf0e"}, "audit_ids": ["ZbutWGulSJKTDzjyfMgIMg"], "issued_at": "2018-09-04T22:02:29.000000Z"}} 2018-09-04 22:02:29,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c69ca87ff753858d53631344a066addc79d3aeb" 2018-09-04 22:02:29,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3dabf99-a314-4925-8841-ba6b93f8e61e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:29,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a3dabf99-a314-4925-8841-ba6b93f8e61e 2018-09-04 22:02:29,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateRouterNegativeTests-ed992470-7e77-4a1e-ac31-b47c6a3d8ab4-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c69ca87ff753858d53631344a066addc79d3aeb" 2018-09-04 22:02:29,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5e84a221-8bf4-46b0-bd1d-cecf62c800e6 Date: Tue, 04 Sep 2018 22:02:29 GMT RESP BODY: {"routers": []} 2018-09-04 22:02:29,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateRouterNegativeTests-ed992470-7e77-4a1e-ac31-b47c6a3d8ab4-pub-router&admin_state_up=True used request id req-5e84a221-8bf4-46b0-bd1d-cecf62c800e6 2018-09-04 22:02:29,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:29,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:29,673 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cd4a529997fa408fa0c034b6ecad1a76", "name": "CreateRouterNegativeTests-4b900ec4-1884-4bc-proj-role"}], "expires_at": "2018-09-04T23:02:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "acb94d66377e426c9ad4806a0a6ec5c0", "name": "CreateRouterNegativeTests-4b900ec4-1884-4bc-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/acb94d66377e426c9ad4806a0a6ec5c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-4b900ec4-1884-4bc-user", "id": "ffe391321f7b40ecbd37f202039eaf0e"}, "audit_ids": ["mdiVzZWYRs6jngEeEs_Fhg"], "issued_at": "2018-09-04T22:02:29.000000Z"}} 2018-09-04 22:02:29,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f7d8f87513cdb467fd99eefaea13afd6004a1d7" 2018-09-04 22:02:29,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b943bb1d-adfc-4be1-b84a-b31240253501 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:29,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b943bb1d-adfc-4be1-b84a-b31240253501 2018-09-04 22:02:29,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c69ca87ff753858d53631344a066addc79d3aeb" 2018-09-04 22:02:29,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0194fede-9bcd-4bb3-8101-b61439bf5fa0 Date: Tue, 04 Sep 2018 22:02:29 GMT RESP BODY: {"networks":[]} 2018-09-04 22:02:29,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=Invalid_name used request id req-0194fede-9bcd-4bb3-8101-b61439bf5fa0 2018-09-04 22:02:29,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:30,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-b1ab4409-6d91-46a8-9df6-7d86c13a923b Date: Tue, 04 Sep 2018 22:02:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:02:30,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-b1ab4409-6d91-46a8-9df6-7d86c13a923b 2018-09-04 22:02:30,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:30,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d401922-c093-44ff-bb09-868716c7048f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:02:30,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-9d401922-c093-44ff-bb09-868716c7048f 2018-09-04 22:02:30,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:30,343 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1d9bc59-265c-4868-b8d9-5d1a21a68d92 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:30,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-f1d9bc59-265c-4868-b8d9-5d1a21a68d92 2018-09-04 22:02:30,344 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:30,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:30,449 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1243b76f-9792-45a0-b737-47882141ad93 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:30,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-1243b76f-9792-45a0-b737-47882141ad93 2018-09-04 22:02:30,450 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:30,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:30,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79992091-ad4a-4306-b1a8-4c94583a8f4f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:02:30,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-79992091-ad4a-4306-b1a8-4c94583a8f4f 2018-09-04 22:02:30,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:30,632 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee60c7b6-f19e-49ab-a72d-a00a6c87c455 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:30,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-ee60c7b6-f19e-49ab-a72d-a00a6c87c455 2018-09-04 22:02:30,633 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:30,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:30,722 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8a9f9c2-761b-45ef-ac66-e781710fc538 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:30,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-e8a9f9c2-761b-45ef-ac66-e781710fc538 2018-09-04 22:02:30,722 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:30,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:30,804 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdfb4a34-a265-4b41-99a9-f5081bdbda85 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:30,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-bdfb4a34-a265-4b41-99a9-f5081bdbda85 2018-09-04 22:02:30,805 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:30,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:30,899 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcecab82-d650-42ee-9ae8-ffccf49a5e9f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:30,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-bcecab82-d650-42ee-9ae8-ffccf49a5e9f 2018-09-04 22:02:30,899 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:30,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:30,991 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90b51a9a-38ef-4080-a0ed-34ceb0330dd1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:30,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-90b51a9a-38ef-4080-a0ed-34ceb0330dd1 2018-09-04 22:02:30,992 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:30,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:31,073 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8de6716d-6623-4472-ac8b-066a20b14ae3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:31,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-8de6716d-6623-4472-ac8b-066a20b14ae3 2018-09-04 22:02:31,074 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:31,075 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-4b900ec4-1884-4bc-proj 2018-09-04 22:02:31,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/acb94d66377e426c9ad4806a0a6ec5c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:31,266 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa14437a-e105-422d-a03e-52f87203d345 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:31,266 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/acb94d66377e426c9ad4806a0a6ec5c0 used request id req-fa14437a-e105-422d-a03e-52f87203d345 2018-09-04 22:02:31,266 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-4b900ec4-1884-4bc-proj-role 2018-09-04 22:02:31,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/cd4a529997fa408fa0c034b6ecad1a76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:31,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1838600c-0da7-4a24-89d1-9e82e242afdb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:31,377 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/cd4a529997fa408fa0c034b6ecad1a76 used request id req-1838600c-0da7-4a24-89d1-9e82e242afdb 2018-09-04 22:02:31,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7c0e8d31445ac7a0f3e470f838b791dc833f1b" 2018-09-04 22:02:31,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b3ac20e-4754-4dbd-af5f-ce5fa1372acf Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:31,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2b3ac20e-4754-4dbd-af5f-ce5fa1372acf 2018-09-04 22:02:31,461 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-4b900ec4-1884-4bc-user 2018-09-04 22:02:31,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/ffe391321f7b40ecbd37f202039eaf0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}546b169e1a0eaea99eaaf297f546e6e4dd89827c" 2018-09-04 22:02:31,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4f820a6-a349-4648-9c71-c8bab3afb434 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:31,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/ffe391321f7b40ecbd37f202039eaf0e used request id req-c4f820a6-a349-4648-9c71-c8bab3afb434 2018-09-04 22:02:31,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:32,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["JcbSwa6RQy2qvncmeWfpew"], "issued_at": "2018-09-04T22:02:32.000000Z"}} 2018-09-04 22:02:32,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b56b3330f3907fa2c1ebe11b8791ca59b656709" 2018-09-04 22:02:32,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4cfb9f9-b392-47c6-a917-9d1959cb71fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:32,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b4cfb9f9-b392-47c6-a917-9d1959cb71fe 2018-09-04 22:02:32,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:32,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:32,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["7SefD9geSL6quXbtlgrPMQ"], "issued_at": "2018-09-04T22:02:32.000000Z"}} 2018-09-04 22:02:32,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:32,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2504d407-a06e-403d-983c-4dfffcc29c38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:32,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2504d407-a06e-403d-983c-4dfffcc29c38 2018-09-04 22:02:32,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:32,603 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:32,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-04fad26e-91b5-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:32,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ed482f0-4988-47ab-bb74-79528466ba4e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-04fad26e-91b5-42f-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:02:32,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-04fad26e-91b5-42f-proj used request id req-7ed482f0-4988-47ab-bb74-79528466ba4e 2018-09-04 22:02:32,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:32,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac86f86f-e085-499a-abc1-0964c7e48673 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:32,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-ac86f86f-e085-499a-abc1-0964c7e48673 2018-09-04 22:02:32,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-04fad26e-91b5-42f-proj"}}' 2018-09-04 22:02:32,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aceb1ce6-9747-4562-b3e4-b59fbd7aeb19 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/86bfa79012d24a268392266483fb851d"}, "enabled": true, "id": "86bfa79012d24a268392266483fb851d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-04fad26e-91b5-42f-proj"}} 2018-09-04 22:02:32,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-aceb1ce6-9747-4562-b3e4-b59fbd7aeb19 2018-09-04 22:02:32,904 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-04fad26e-91b5-42f-proj 2018-09-04 22:02:32,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:32,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:33,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Thij18WoQYCPlvMdJop7tw"], "issued_at": "2018-09-04T22:02:33.000000Z"}} 2018-09-04 22:02:33,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796eb1080dbd413cc4f80e9755f5bbfa6536cd07" 2018-09-04 22:02:33,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ced4a497-9b08-4b67-9cd1-094ef380abf2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:33,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ced4a497-9b08-4b67-9cd1-094ef380abf2 2018-09-04 22:02:33,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:33,393 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:33,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796eb1080dbd413cc4f80e9755f5bbfa6536cd07" 2018-09-04 22:02:33,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be4b9a63-f054-4324-997d-b45c9721c4a3 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:02:33,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-be4b9a63-f054-4324-997d-b45c9721c4a3 2018-09-04 22:02:33,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateRouterNegativeTests-04fad26e-91b5-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796eb1080dbd413cc4f80e9755f5bbfa6536cd07" 2018-09-04 22:02:33,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-893b8c62-5718-45e4-89ca-80f6426cbed4 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateRouterNegativeTests-04fad26e-91b5-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/86bfa79012d24a268392266483fb851d"}, "enabled": true, "id": "86bfa79012d24a268392266483fb851d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-04fad26e-91b5-42f-proj"}]} 2018-09-04 22:02:33,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateRouterNegativeTests-04fad26e-91b5-42f-proj used request id req-893b8c62-5718-45e4-89ca-80f6426cbed4 2018-09-04 22:02:33,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796eb1080dbd413cc4f80e9755f5bbfa6536cd07" 2018-09-04 22:02:33,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49707dad-9065-4617-9244-304132827aa8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:33,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-49707dad-9065-4617-9244-304132827aa8 2018-09-04 22:02:34,047 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-04fad26e-91b5-42f-user 2018-09-04 22:02:34,048 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:34,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:34,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40ef2b04-a9a4-4c74-834c-be220af5b4f4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:34,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-40ef2b04-a9a4-4c74-834c-be220af5b4f4 2018-09-04 22:02:34,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" -d '{"role": {"name": "CreateRouterNegativeTests-04fad26e-91b5-42f-proj-role"}}' 2018-09-04 22:02:34,250 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf737cf9-52a3-40d8-a2c6-ced3093a9ba2 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6649c2226c28429ca67db2319a9d992d", "links": {"self": "http://172.30.9.26:5000/v3/roles/6649c2226c28429ca67db2319a9d992d"}, "name": "CreateRouterNegativeTests-04fad26e-91b5-42f-proj-role"}} 2018-09-04 22:02:34,251 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-bf737cf9-52a3-40d8-a2c6-ced3093a9ba2 2018-09-04 22:02:34,251 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-04fad26e-91b5-42f-proj-role 2018-09-04 22:02:34,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/6649c2226c28429ca67db2319a9d992d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:34,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31371585-56b8-4e13-a08b-90e5f6e6293b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/6649c2226c28429ca67db2319a9d992d"}, "domain_id": null, "name": "CreateRouterNegativeTests-04fad26e-91b5-42f-proj-role", "id": "6649c2226c28429ca67db2319a9d992d"}} 2018-09-04 22:02:34,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/6649c2226c28429ca67db2319a9d992d used request id req-31371585-56b8-4e13-a08b-90e5f6e6293b 2018-09-04 22:02:34,347 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-04fad26e-91b5-42f-proj-role to project CreateRouterNegativeTests-04fad26e-91b5-42f-proj 2018-09-04 22:02:34,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/86bfa79012d24a268392266483fb851d/users/2e3fb513daad44a395dfcfcdd9d96751/roles/6649c2226c28429ca67db2319a9d992d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:34,487 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8555f3f7-8d6f-4c11-aee5-4ab3e3ceb26f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:34,487 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/86bfa79012d24a268392266483fb851d/users/2e3fb513daad44a395dfcfcdd9d96751/roles/6649c2226c28429ca67db2319a9d992d used request id req-8555f3f7-8d6f-4c11-aee5-4ab3e3ceb26f 2018-09-04 22:02:34,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:34,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-b49bb56e-4691-4927-b673-9d610740b0b7 Date: Tue, 04 Sep 2018 22:02:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:02:34,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-b49bb56e-4691-4927-b673-9d610740b0b7 2018-09-04 22:02:34,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:34,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24bb764b-a926-4d38-9d50-6f63e7693e87 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:02:34,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-24bb764b-a926-4d38-9d50-6f63e7693e87 2018-09-04 22:02:34,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:34,833 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-888c9224-ad1b-4f43-be37-a0c8bcc3ae9b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:34,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-888c9224-ad1b-4f43-be37-a0c8bcc3ae9b 2018-09-04 22:02:34,833 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:34,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:34,919 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97970503-615c-4f27-9c3e-82c357c33361 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:34,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-97970503-615c-4f27-9c3e-82c357c33361 2018-09-04 22:02:34,919 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:34,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:35,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-027e054e-faf7-4b2f-b9ab-f5b13e720b63 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:02:35,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-027e054e-faf7-4b2f-b9ab-f5b13e720b63 2018-09-04 22:02:35,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:35,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f0cd017-8694-431b-8447-a26b839a4ed6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:35,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-1f0cd017-8694-431b-8447-a26b839a4ed6 2018-09-04 22:02:35,090 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:35,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:35,181 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a435174-b91b-4f58-8cf8-d8d15472fb9c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:35,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-2a435174-b91b-4f58-8cf8-d8d15472fb9c 2018-09-04 22:02:35,182 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:35,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:35,263 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a66541de-b974-4190-9009-d082d8b53c1e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:35,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-a66541de-b974-4190-9009-d082d8b53c1e 2018-09-04 22:02:35,264 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:35,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:35,353 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e71fc26-5cb6-44ab-bb10-512b2f27c501 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:35,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-1e71fc26-5cb6-44ab-bb10-512b2f27c501 2018-09-04 22:02:35,353 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:35,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:35,445 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5011b237-c20d-4c9d-a7ae-1dc8546e6b12 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:35,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-5011b237-c20d-4c9d-a7ae-1dc8546e6b12 2018-09-04 22:02:35,446 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:35,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:35,524 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56cf60a0-33e5-4ddf-85ef-07e00c64b44b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:35,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-56cf60a0-33e5-4ddf-85ef-07e00c64b44b 2018-09-04 22:02:35,525 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:35,526 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-04fad26e-91b5-42f-proj 2018-09-04 22:02:35,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/86bfa79012d24a268392266483fb851d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:35,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee10f2a5-4a1d-45c1-b2d5-3bc2523834a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:35,648 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/86bfa79012d24a268392266483fb851d used request id req-ee10f2a5-4a1d-45c1-b2d5-3bc2523834a9 2018-09-04 22:02:35,649 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-04fad26e-91b5-42f-proj-role 2018-09-04 22:02:35,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/6649c2226c28429ca67db2319a9d992d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:35,778 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf4834ca-c972-4d34-b41a-b20e25a4b6d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:35,778 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/6649c2226c28429ca67db2319a9d992d used request id req-cf4834ca-c972-4d34-b41a-b20e25a4b6d1 2018-09-04 22:02:35,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7095c4d8dabf11da2dffa08fa522af3205029901" 2018-09-04 22:02:35,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8eff40d0-3837-40bc-a992-bdba7e8b8686 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:35,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8eff40d0-3837-40bc-a992-bdba7e8b8686 2018-09-04 22:02:35,864 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-04fad26e-91b5-42f-user 2018-09-04 22:02:35,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/2e3fb513daad44a395dfcfcdd9d96751 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796eb1080dbd413cc4f80e9755f5bbfa6536cd07" 2018-09-04 22:02:36,046 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-011b5be1-de2e-4210-a10f-fd7977291171 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:36,046 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/2e3fb513daad44a395dfcfcdd9d96751 used request id req-011b5be1-de2e-4210-a10f-fd7977291171 2018-09-04 22:02:36,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:36,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["PU2uA88pR3qMQR6BNsQMTQ"], "issued_at": "2018-09-04T22:02:36.000000Z"}} 2018-09-04 22:02:36,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a08a25a351822a624b4e557286eee79f10f39e5" 2018-09-04 22:02:36,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3deea27-fca5-4383-8bcc-f2ce302c9cb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:36,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a3deea27-fca5-4383-8bcc-f2ce302c9cb9 2018-09-04 22:02:36,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:36,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:36,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["UUakE1-YSlGPGRd1qXaZJg"], "issued_at": "2018-09-04T22:02:36.000000Z"}} 2018-09-04 22:02:36,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:36,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64359ccd-0cef-410a-a506-5a467388044f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:36,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-64359ccd-0cef-410a-a506-5a467388044f 2018-09-04 22:02:37,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:37,009 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:37,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-be23a4c1-87f0-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:37,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c50f1251-f1e5-4612-8191-07f56d895c56 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-be23a4c1-87f0-49b-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:02:37,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-be23a4c1-87f0-49b-proj used request id req-c50f1251-f1e5-4612-8191-07f56d895c56 2018-09-04 22:02:37,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:37,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-031b52da-b0fe-4394-94eb-1bf23902b278 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:37,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-031b52da-b0fe-4394-94eb-1bf23902b278 2018-09-04 22:02:37,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-be23a4c1-87f0-49b-proj"}}' 2018-09-04 22:02:37,322 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18538c6f-b40e-4711-b440-fdce7b4116e6 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f50ab5a36c4f4d08bc931531354dfe0a"}, "enabled": true, "id": "f50ab5a36c4f4d08bc931531354dfe0a", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-be23a4c1-87f0-49b-proj"}} 2018-09-04 22:02:37,322 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-18538c6f-b40e-4711-b440-fdce7b4116e6 2018-09-04 22:02:37,323 - keystone_utils - INFO - Created project with name - CreateQoSTests-be23a4c1-87f0-49b-proj 2018-09-04 22:02:37,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:37,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:37,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["_2IwNcI1TOKUnZZaBHoAEw"], "issued_at": "2018-09-04T22:02:37.000000Z"}} 2018-09-04 22:02:37,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb634dda3580e4951ed76238ee939cb3d8a0bab5" 2018-09-04 22:02:37,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a363fef6-7184-440a-b5e5-9ded356b330e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:37,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a363fef6-7184-440a-b5e5-9ded356b330e 2018-09-04 22:02:37,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:37,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:37,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb634dda3580e4951ed76238ee939cb3d8a0bab5" 2018-09-04 22:02:37,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6956415f-8c3d-4968-bbaf-742e53a1d154 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:02:37,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6956415f-8c3d-4968-bbaf-742e53a1d154 2018-09-04 22:02:37,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateQoSTests-be23a4c1-87f0-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb634dda3580e4951ed76238ee939cb3d8a0bab5" 2018-09-04 22:02:38,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9441c4c-8dcb-409b-92c9-2b399a3c949a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateQoSTests-be23a4c1-87f0-49b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f50ab5a36c4f4d08bc931531354dfe0a"}, "enabled": true, "id": "f50ab5a36c4f4d08bc931531354dfe0a", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-be23a4c1-87f0-49b-proj"}]} 2018-09-04 22:02:38,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateQoSTests-be23a4c1-87f0-49b-proj used request id req-f9441c4c-8dcb-409b-92c9-2b399a3c949a 2018-09-04 22:02:38,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb634dda3580e4951ed76238ee939cb3d8a0bab5" 2018-09-04 22:02:38,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b80d3ca-6e09-4a02-a819-21b5d148e251 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:38,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-9b80d3ca-6e09-4a02-a819-21b5d148e251 2018-09-04 22:02:38,479 - keystone_utils - INFO - Created user with name - CreateQoSTests-be23a4c1-87f0-49b-user 2018-09-04 22:02:38,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:38,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:38,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7514c5ff-79d0-444b-9224-ca136df65ac6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:38,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7514c5ff-79d0-444b-9224-ca136df65ac6 2018-09-04 22:02:38,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" -d '{"role": {"name": "CreateQoSTests-be23a4c1-87f0-49b-proj-role"}}' 2018-09-04 22:02:38,683 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f97dbb8-ecdb-4481-86a3-f4470baba437 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4cd9bb365b7048e782a0b29a344cf5c8", "links": {"self": "http://172.30.9.26:5000/v3/roles/4cd9bb365b7048e782a0b29a344cf5c8"}, "name": "CreateQoSTests-be23a4c1-87f0-49b-proj-role"}} 2018-09-04 22:02:38,683 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-4f97dbb8-ecdb-4481-86a3-f4470baba437 2018-09-04 22:02:38,684 - keystone_utils - INFO - Created role with name - CreateQoSTests-be23a4c1-87f0-49b-proj-role 2018-09-04 22:02:38,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/4cd9bb365b7048e782a0b29a344cf5c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:38,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71a78ab8-ffb6-42a4-88b3-2eb4144bf7ed Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/4cd9bb365b7048e782a0b29a344cf5c8"}, "domain_id": null, "name": "CreateQoSTests-be23a4c1-87f0-49b-proj-role", "id": "4cd9bb365b7048e782a0b29a344cf5c8"}} 2018-09-04 22:02:38,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/4cd9bb365b7048e782a0b29a344cf5c8 used request id req-71a78ab8-ffb6-42a4-88b3-2eb4144bf7ed 2018-09-04 22:02:38,782 - keystone_utils - INFO - Granting role CreateQoSTests-be23a4c1-87f0-49b-proj-role to project CreateQoSTests-be23a4c1-87f0-49b-proj 2018-09-04 22:02:38,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/f50ab5a36c4f4d08bc931531354dfe0a/users/d715bcb0d63a4738b115c12593eee838/roles/4cd9bb365b7048e782a0b29a344cf5c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:38,924 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a51eb4c-7234-45c6-8ac0-e06c4a70cbf4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:38,924 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/f50ab5a36c4f4d08bc931531354dfe0a/users/d715bcb0d63a4738b115c12593eee838/roles/4cd9bb365b7048e782a0b29a344cf5c8 used request id req-8a51eb4c-7234-45c6-8ac0-e06c4a70cbf4 2018-09-04 22:02:38,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:38,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:39,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ah8CxxQITHSzZpQIInvOpg"], "issued_at": "2018-09-04T22:02:39.000000Z"}} 2018-09-04 22:02:39,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7b9bbf11ca14cb896fd62235c0869e68b2081e" 2018-09-04 22:02:39,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24818fb8-e24f-4c8c-a8d2-185aabfcbd15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:39,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-24818fb8-e24f-4c8c-a8d2-185aabfcbd15 2018-09-04 22:02:39,414 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7b9bbf11ca14cb896fd62235c0869e68b2081e" 2018-09-04 22:02:39,594 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:39 GMT Server: Apache x-compute-request-id: req-2f2af301-2c42-4a59-ad45-c9f8d85e8c57 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2f2af301-2c42-4a59-ad45-c9f8d85e8c57 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-09-04 22:02:39,594 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-2f2af301-2c42-4a59-ad45-c9f8d85e8c57 2018-09-04 22:02:39,597 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2f2af301-2c42-4a59-ad45-c9f8d85e8c57" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7b9bbf11ca14cb896fd62235c0869e68b2081e" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-d578f986-7912-40b6-ab19-9721557b8ac4"}}' 2018-09-04 22:02:40,264 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:39 GMT Server: Apache x-compute-request-id: req-f88b9abe-70e2-40d0-85a6-f69b0224a874 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f88b9abe-70e2-40d0-85a6-f69b0224a874 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "c5f794a6-22a1-4359-9a90-0e8d92e7e068", "name": "CreateQoSTests-d578f986-7912-40b6-ab19-9721557b8ac4"}, "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/c5f794a6-22a1-4359-9a90-0e8d92e7e068", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/qos-specs/c5f794a6-22a1-4359-9a90-0e8d92e7e068", "rel": "bookmark"}]} 2018-09-04 22:02:40,264 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-f88b9abe-70e2-40d0-85a6-f69b0224a874 2018-09-04 22:02:40,265 - create_qos - INFO - Created qos with name - CreateQoSTests-d578f986-7912-40b6-ab19-9721557b8ac4 2018-09-04 22:02:40,268 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a08a25a351822a624b4e557286eee79f10f39e5" 2018-09-04 22:02:40,436 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:40 GMT Server: Apache x-compute-request-id: req-b37d657c-065a-482b-9b0d-55be700dce72 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b37d657c-065a-482b-9b0d-55be700dce72 Content-Encoding: gzip Content-Length: 152 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "c5f794a6-22a1-4359-9a90-0e8d92e7e068", "name": "CreateQoSTests-d578f986-7912-40b6-ab19-9721557b8ac4"}]} 2018-09-04 22:02:40,436 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-b37d657c-065a-482b-9b0d-55be700dce72 2018-09-04 22:02:40,436 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-d578f986-7912-40b6-ab19-9721557b8ac4 2018-09-04 22:02:40,439 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/c5f794a6-22a1-4359-9a90-0e8d92e7e068?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b37d657c-065a-482b-9b0d-55be700dce72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a08a25a351822a624b4e557286eee79f10f39e5" 2018-09-04 22:02:40,652 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:02:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5c6acd26-8c38-4eae-afb2-69df99d7e2e8 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:02:40,652 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/c5f794a6-22a1-4359-9a90-0e8d92e7e068?force=False used request id req-5c6acd26-8c38-4eae-afb2-69df99d7e2e8 2018-09-04 22:02:40,655 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b37d657c-065a-482b-9b0d-55be700dce72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a08a25a351822a624b4e557286eee79f10f39e5" 2018-09-04 22:02:40,831 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:40 GMT Server: Apache x-compute-request-id: req-445c5e85-d094-4d63-b783-0619e07aca99 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-445c5e85-d094-4d63-b783-0619e07aca99 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-09-04 22:02:40,831 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-445c5e85-d094-4d63-b783-0619e07aca99 2018-09-04 22:02:40,832 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-d578f986-7912-40b6-ab19-9721557b8ac4 2018-09-04 22:02:40,835 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/c5f794a6-22a1-4359-9a90-0e8d92e7e068?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2f2af301-2c42-4a59-ad45-c9f8d85e8c57" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7b9bbf11ca14cb896fd62235c0869e68b2081e" 2018-09-04 22:02:41,007 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ab6c9f7c-9fe7-4210-a3e1-28bd28e3feff x-openstack-request-id: req-ab6c9f7c-9fe7-4210-a3e1-28bd28e3feff Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec c5f794a6-22a1-4359-9a90-0e8d92e7e068.", "code": 404}} 2018-09-04 22:02:41,008 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/c5f794a6-22a1-4359-9a90-0e8d92e7e068?force=False used request id req-ab6c9f7c-9fe7-4210-a3e1-28bd28e3feff 2018-09-04 22:02:41,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:41,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-33b19366-562a-4d8d-9ab9-ba915dd6aa5e Date: Tue, 04 Sep 2018 22:02:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:02:41,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-33b19366-562a-4d8d-9ab9-ba915dd6aa5e 2018-09-04 22:02:41,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:41,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e6c0e2d-4ff0-4d43-8b22-e7f1b9b01637 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:02:41,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-6e6c0e2d-4ff0-4d43-8b22-e7f1b9b01637 2018-09-04 22:02:41,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:41,445 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a19c552b-08e9-4a13-9b19-e7bb0b92b3f3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:41,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-a19c552b-08e9-4a13-9b19-e7bb0b92b3f3 2018-09-04 22:02:41,446 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:41,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:41,535 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29f49896-70a0-4968-b0aa-d900039303d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:41,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-29f49896-70a0-4968-b0aa-d900039303d6 2018-09-04 22:02:41,535 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:41,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:41,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50113718-5f95-4b0f-8c23-4810572c25f3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:02:41,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-50113718-5f95-4b0f-8c23-4810572c25f3 2018-09-04 22:02:41,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:41,716 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dae54647-4dac-4912-a2c4-d47f9aa76d61 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:41,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-dae54647-4dac-4912-a2c4-d47f9aa76d61 2018-09-04 22:02:41,716 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:41,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:41,809 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cafb04d-61cc-4f5d-b187-f4a299c744ea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:41,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-3cafb04d-61cc-4f5d-b187-f4a299c744ea 2018-09-04 22:02:41,810 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:41,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:41,897 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99630cc1-5428-424d-b487-121115166c83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:41,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-99630cc1-5428-424d-b487-121115166c83 2018-09-04 22:02:41,898 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:41,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:41,975 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-616bb5ac-9179-4b8d-bad5-968d0954b95d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:41,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-616bb5ac-9179-4b8d-bad5-968d0954b95d 2018-09-04 22:02:41,976 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:41,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:42,069 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eda7ff72-2faa-4cdd-b6a7-f7325994952a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:42,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-eda7ff72-2faa-4cdd-b6a7-f7325994952a 2018-09-04 22:02:42,069 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:42,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:42,159 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-612bd3dd-a049-46b1-812c-a38f31fb7770 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:42,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-612bd3dd-a049-46b1-812c-a38f31fb7770 2018-09-04 22:02:42,159 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:42,160 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-be23a4c1-87f0-49b-proj 2018-09-04 22:02:42,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/f50ab5a36c4f4d08bc931531354dfe0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:42,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d76d03e6-b9f7-4540-b8d4-c373fd8bb87c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:42,367 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/f50ab5a36c4f4d08bc931531354dfe0a used request id req-d76d03e6-b9f7-4540-b8d4-c373fd8bb87c 2018-09-04 22:02:42,367 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-be23a4c1-87f0-49b-proj-role 2018-09-04 22:02:42,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/4cd9bb365b7048e782a0b29a344cf5c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:42,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a5363d9-c401-4d38-bcb2-1bde6aa1f2e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:42,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/4cd9bb365b7048e782a0b29a344cf5c8 used request id req-2a5363d9-c401-4d38-bcb2-1bde6aa1f2e7 2018-09-04 22:02:42,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feec23b554acc9ef54175248e198f01ac2cfa1ad" 2018-09-04 22:02:42,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c162f6-b346-4dda-84b3-d483148ee5f1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:42,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e8c162f6-b346-4dda-84b3-d483148ee5f1 2018-09-04 22:02:42,571 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-be23a4c1-87f0-49b-user 2018-09-04 22:02:42,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/d715bcb0d63a4738b115c12593eee838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb634dda3580e4951ed76238ee939cb3d8a0bab5" 2018-09-04 22:02:42,680 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19165a8c-3fd5-4750-8a46-4fe5015e62c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:42,680 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/d715bcb0d63a4738b115c12593eee838 used request id req-19165a8c-3fd5-4750-8a46-4fe5015e62c5 2018-09-04 22:02:42,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:43,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["xEweP8UcQ0a2Xhfpd7pwrg"], "issued_at": "2018-09-04T22:02:43.000000Z"}} 2018-09-04 22:02:43,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44fdfd2227f3d1c44e952151dc6b2b0dceb0b0a" 2018-09-04 22:02:43,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27725948-6569-4295-a0e3-83e6f4a3de27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:43,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-27725948-6569-4295-a0e3-83e6f4a3de27 2018-09-04 22:02:43,157 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:43,158 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:43,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["4B-TYAkMQkuFJVR9BYGagA"], "issued_at": "2018-09-04T22:02:43.000000Z"}} 2018-09-04 22:02:43,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:43,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1efd914b-93d3-422b-bc7e-7b9a800b948c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:43,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1efd914b-93d3-422b-bc7e-7b9a800b948c 2018-09-04 22:02:43,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:43,628 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:43,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-1c38c8cb-9343-406-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:43,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed727692-75fd-448f-a252-386356771531 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-1c38c8cb-9343-406-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:02:43,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-1c38c8cb-9343-406-proj used request id req-ed727692-75fd-448f-a252-386356771531 2018-09-04 22:02:43,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:43,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92040c06-8ccf-48db-b74d-e0bc64f3ee3d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:43,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-92040c06-8ccf-48db-b74d-e0bc64f3ee3d 2018-09-04 22:02:43,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-1c38c8cb-9343-406-proj"}}' 2018-09-04 22:02:43,934 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af1220da-f89e-453b-b2f3-c3e7d4177f17 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0d0d69bda4d947b3b3e3d64221a52174"}, "enabled": true, "id": "0d0d69bda4d947b3b3e3d64221a52174", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-1c38c8cb-9343-406-proj"}} 2018-09-04 22:02:43,934 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-af1220da-f89e-453b-b2f3-c3e7d4177f17 2018-09-04 22:02:43,934 - keystone_utils - INFO - Created project with name - CreateQoSTests-1c38c8cb-9343-406-proj 2018-09-04 22:02:43,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:43,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:44,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["qMnUoBSLQnC1Ct0RuVjFTQ"], "issued_at": "2018-09-04T22:02:44.000000Z"}} 2018-09-04 22:02:44,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}208b8889f2dbfb67bf649ce9e42ec8452637b293" 2018-09-04 22:02:44,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a606a163-1d7a-4598-b22b-8c0fc42acd4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:44,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a606a163-1d7a-4598-b22b-8c0fc42acd4f 2018-09-04 22:02:44,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:44,407 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:44,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}208b8889f2dbfb67bf649ce9e42ec8452637b293" 2018-09-04 22:02:44,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-612057f1-49c5-410c-bf01-746af3b8e9c2 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:02:44,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-612057f1-49c5-410c-bf01-746af3b8e9c2 2018-09-04 22:02:44,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateQoSTests-1c38c8cb-9343-406-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}208b8889f2dbfb67bf649ce9e42ec8452637b293" 2018-09-04 22:02:44,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d42be6d-3bd5-46fa-88bd-d11450c8000a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateQoSTests-1c38c8cb-9343-406-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0d0d69bda4d947b3b3e3d64221a52174"}, "enabled": true, "id": "0d0d69bda4d947b3b3e3d64221a52174", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-1c38c8cb-9343-406-proj"}]} 2018-09-04 22:02:44,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateQoSTests-1c38c8cb-9343-406-proj used request id req-6d42be6d-3bd5-46fa-88bd-d11450c8000a 2018-09-04 22:02:44,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}208b8889f2dbfb67bf649ce9e42ec8452637b293" 2018-09-04 22:02:44,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8eab911-3a0a-4fa0-9780-f1e700b52a76 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:44,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e8eab911-3a0a-4fa0-9780-f1e700b52a76 2018-09-04 22:02:45,059 - keystone_utils - INFO - Created user with name - CreateQoSTests-1c38c8cb-9343-406-user 2018-09-04 22:02:45,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:45,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:45,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a94b3b0-e025-499a-a689-5a0e4f2e48d5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:45,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5a94b3b0-e025-499a-a689-5a0e4f2e48d5 2018-09-04 22:02:45,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" -d '{"role": {"name": "CreateQoSTests-1c38c8cb-9343-406-proj-role"}}' 2018-09-04 22:02:45,269 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-993dcf09-9b2d-4d2a-b339-7d19d79c95ba Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b814a9b8512648d5b524a46816570c96", "links": {"self": "http://172.30.9.26:5000/v3/roles/b814a9b8512648d5b524a46816570c96"}, "name": "CreateQoSTests-1c38c8cb-9343-406-proj-role"}} 2018-09-04 22:02:45,269 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-993dcf09-9b2d-4d2a-b339-7d19d79c95ba 2018-09-04 22:02:45,269 - keystone_utils - INFO - Created role with name - CreateQoSTests-1c38c8cb-9343-406-proj-role 2018-09-04 22:02:45,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/b814a9b8512648d5b524a46816570c96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:45,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd5dd1ac-3374-4e06-b3bc-33a42fcf8887 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/b814a9b8512648d5b524a46816570c96"}, "domain_id": null, "name": "CreateQoSTests-1c38c8cb-9343-406-proj-role", "id": "b814a9b8512648d5b524a46816570c96"}} 2018-09-04 22:02:45,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/b814a9b8512648d5b524a46816570c96 used request id req-cd5dd1ac-3374-4e06-b3bc-33a42fcf8887 2018-09-04 22:02:45,357 - keystone_utils - INFO - Granting role CreateQoSTests-1c38c8cb-9343-406-proj-role to project CreateQoSTests-1c38c8cb-9343-406-proj 2018-09-04 22:02:45,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/0d0d69bda4d947b3b3e3d64221a52174/users/08128f4a8d284c3f8815f759b06765bc/roles/b814a9b8512648d5b524a46816570c96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:45,487 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad8158ec-1753-4f3d-be02-f65d2654cdb1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:45,487 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/0d0d69bda4d947b3b3e3d64221a52174/users/08128f4a8d284c3f8815f759b06765bc/roles/b814a9b8512648d5b524a46816570c96 used request id req-ad8158ec-1753-4f3d-be02-f65d2654cdb1 2018-09-04 22:02:45,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:45,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:45,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Giy7k4DATeO91Bp64wXj0w"], "issued_at": "2018-09-04T22:02:45.000000Z"}} 2018-09-04 22:02:45,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb2a6f45941cec8e674264dd46f3ec6dfd9a3e7" 2018-09-04 22:02:45,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa12cfd6-60f9-44ce-8ba6-b3acab2ef844 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:45,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-aa12cfd6-60f9-44ce-8ba6-b3acab2ef844 2018-09-04 22:02:45,892 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb2a6f45941cec8e674264dd46f3ec6dfd9a3e7" 2018-09-04 22:02:46,061 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:45 GMT Server: Apache x-compute-request-id: req-80621d57-e044-4e78-b31f-1265687e4aeb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-80621d57-e044-4e78-b31f-1265687e4aeb Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-09-04 22:02:46,061 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-80621d57-e044-4e78-b31f-1265687e4aeb 2018-09-04 22:02:46,064 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-80621d57-e044-4e78-b31f-1265687e4aeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb2a6f45941cec8e674264dd46f3ec6dfd9a3e7" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-92260dae-ba48-4b23-a4b1-6225ce2d2f5f"}}' 2018-09-04 22:02:46,289 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:46 GMT Server: Apache x-compute-request-id: req-68e15446-65cd-43a2-8683-ead3b5cb30f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-68e15446-65cd-43a2-8683-ead3b5cb30f2 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "c9022dd5-837a-4a3c-b508-42266f33ec02", "name": "CreateQoSTests-92260dae-ba48-4b23-a4b1-6225ce2d2f5f"}, "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/c9022dd5-837a-4a3c-b508-42266f33ec02", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/qos-specs/c9022dd5-837a-4a3c-b508-42266f33ec02", "rel": "bookmark"}]} 2018-09-04 22:02:46,289 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-68e15446-65cd-43a2-8683-ead3b5cb30f2 2018-09-04 22:02:46,290 - create_qos - INFO - Created qos with name - CreateQoSTests-92260dae-ba48-4b23-a4b1-6225ce2d2f5f 2018-09-04 22:02:46,293 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44fdfd2227f3d1c44e952151dc6b2b0dceb0b0a" 2018-09-04 22:02:46,477 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:46 GMT Server: Apache x-compute-request-id: req-8b58fd67-01d7-4958-9c0b-9bc4b8726d36 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8b58fd67-01d7-4958-9c0b-9bc4b8726d36 Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "c9022dd5-837a-4a3c-b508-42266f33ec02", "name": "CreateQoSTests-92260dae-ba48-4b23-a4b1-6225ce2d2f5f"}]} 2018-09-04 22:02:46,477 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-8b58fd67-01d7-4958-9c0b-9bc4b8726d36 2018-09-04 22:02:46,478 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-92260dae-ba48-4b23-a4b1-6225ce2d2f5f 2018-09-04 22:02:46,481 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/c9022dd5-837a-4a3c-b508-42266f33ec02?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-80621d57-e044-4e78-b31f-1265687e4aeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb2a6f45941cec8e674264dd46f3ec6dfd9a3e7" 2018-09-04 22:02:47,048 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:02:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ce2294f7-55ec-4c5b-b4a2-0821d801ad5e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:02:47,048 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/c9022dd5-837a-4a3c-b508-42266f33ec02?force=False used request id req-ce2294f7-55ec-4c5b-b4a2-0821d801ad5e 2018-09-04 22:02:47,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:47,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-30125c43-82e7-4b64-83ff-1237733d32fb Date: Tue, 04 Sep 2018 22:02:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:02:47,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-30125c43-82e7-4b64-83ff-1237733d32fb 2018-09-04 22:02:47,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:47,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08520f79-0965-4bef-aacb-62f78af01fb9 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:02:47,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-08520f79-0965-4bef-aacb-62f78af01fb9 2018-09-04 22:02:47,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:47,488 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef8decf6-b4d8-4db9-a8d9-d522d64dad92 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:47,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-ef8decf6-b4d8-4db9-a8d9-d522d64dad92 2018-09-04 22:02:47,488 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:47,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:47,506 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c81d8c07-fc87-4fcb-89f5-8e23cfdc2420 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:47,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-c81d8c07-fc87-4fcb-89f5-8e23cfdc2420 2018-09-04 22:02:47,507 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:47,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:47,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-437a9ed0-4ec3-40dc-b941-b7fe2f55b091 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:02:47,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-437a9ed0-4ec3-40dc-b941-b7fe2f55b091 2018-09-04 22:02:47,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:47,769 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a23548b-1b15-460b-a27e-ddcf247b6b33 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:47,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-3a23548b-1b15-460b-a27e-ddcf247b6b33 2018-09-04 22:02:47,770 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:47,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:47,857 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9296b84-9a29-43c5-8396-ab6b87eb2671 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:47,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-e9296b84-9a29-43c5-8396-ab6b87eb2671 2018-09-04 22:02:47,857 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:47,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:47,949 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0af31f0-009c-478b-b575-704c043b628a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:47,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-b0af31f0-009c-478b-b575-704c043b628a 2018-09-04 22:02:47,949 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:47,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:48,042 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82ee9d45-f55e-4f51-b4a5-d1cfd0854e8b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:48,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-82ee9d45-f55e-4f51-b4a5-d1cfd0854e8b 2018-09-04 22:02:48,043 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:48,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:48,123 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c8e1e2a-a7ae-4c27-88d2-20cfee3044ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:48,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-5c8e1e2a-a7ae-4c27-88d2-20cfee3044ed 2018-09-04 22:02:48,124 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:48,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:48,206 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-926d281c-fa57-4d52-96db-742addb70dcc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:48,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-926d281c-fa57-4d52-96db-742addb70dcc 2018-09-04 22:02:48,207 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:48,208 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-1c38c8cb-9343-406-proj 2018-09-04 22:02:48,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/0d0d69bda4d947b3b3e3d64221a52174 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:48,421 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a70288f8-3653-4271-87c5-caf1a9bec86e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:48,421 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/0d0d69bda4d947b3b3e3d64221a52174 used request id req-a70288f8-3653-4271-87c5-caf1a9bec86e 2018-09-04 22:02:48,421 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-1c38c8cb-9343-406-proj-role 2018-09-04 22:02:48,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/b814a9b8512648d5b524a46816570c96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:48,526 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-649fe86c-9df2-4378-9b15-222416c48c0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:48,526 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/b814a9b8512648d5b524a46816570c96 used request id req-649fe86c-9df2-4378-9b15-222416c48c0a 2018-09-04 22:02:48,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8eebdba41d7dfdc1e0d52baf3d01af2c367b98d" 2018-09-04 22:02:48,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81d59d2a-2b6a-42f0-b9da-2780ab6bc6d4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:48,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-81d59d2a-2b6a-42f0-b9da-2780ab6bc6d4 2018-09-04 22:02:48,619 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-1c38c8cb-9343-406-user 2018-09-04 22:02:48,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/08128f4a8d284c3f8815f759b06765bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}208b8889f2dbfb67bf649ce9e42ec8452637b293" 2018-09-04 22:02:48,807 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-063b69ad-29b3-4750-954a-d56c08766d87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:48,807 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/08128f4a8d284c3f8815f759b06765bc used request id req-063b69ad-29b3-4750-954a-d56c08766d87 2018-09-04 22:02:48,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:49,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["6IHXfxRVQj-5ZnoeuxlD-Q"], "issued_at": "2018-09-04T22:02:49.000000Z"}} 2018-09-04 22:02:49,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}060e289519504708a145dd77e6880325e6c77cba" 2018-09-04 22:02:49,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1f7d022-21cb-4970-ad51-0ddcc44365e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:49,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a1f7d022-21cb-4970-ad51-0ddcc44365e8 2018-09-04 22:02:49,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:49,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:49,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["hW0pPmHDSEqj-N0kxJwH5w"], "issued_at": "2018-09-04T22:02:49.000000Z"}} 2018-09-04 22:02:49,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:49,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df832aed-07a6-40ee-9942-dc07f934e009 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:49,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-df832aed-07a6-40ee-9942-dc07f934e009 2018-09-04 22:02:49,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:49,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:49,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-ddf0ad82-11d9-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:49,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74a96161-b128-4313-ac88-0c9b72bdb5c1 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-ddf0ad82-11d9-4ed-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:02:49,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-ddf0ad82-11d9-4ed-proj used request id req-74a96161-b128-4313-ac88-0c9b72bdb5c1 2018-09-04 22:02:49,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:49,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36a4fe12-22e0-4f5b-9e38-e15c8eb879c9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:49,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-36a4fe12-22e0-4f5b-9e38-e15c8eb879c9 2018-09-04 22:02:49,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-ddf0ad82-11d9-4ed-proj"}}' 2018-09-04 22:02:50,065 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53a87776-8bac-4900-a7fe-d78da4ba6d7f Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/9bddc6b18151468fa86a9f6fd364701b"}, "enabled": true, "id": "9bddc6b18151468fa86a9f6fd364701b", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-ddf0ad82-11d9-4ed-proj"}} 2018-09-04 22:02:50,065 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-53a87776-8bac-4900-a7fe-d78da4ba6d7f 2018-09-04 22:02:50,066 - keystone_utils - INFO - Created project with name - CreateQoSTests-ddf0ad82-11d9-4ed-proj 2018-09-04 22:02:50,066 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:50,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:50,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["SFgAF4nfTKSLUU2TAvDbGA"], "issued_at": "2018-09-04T22:02:50.000000Z"}} 2018-09-04 22:02:50,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9580fc2bb804267ff6928b6399665c3cf0d2c812" 2018-09-04 22:02:50,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4d8d590-94e0-4853-8014-d3eaec9ca182 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:50,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d4d8d590-94e0-4853-8014-d3eaec9ca182 2018-09-04 22:02:50,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:50,540 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:50,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9580fc2bb804267ff6928b6399665c3cf0d2c812" 2018-09-04 22:02:50,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30d13a13-203a-4ee6-88f4-e4e0bdd5102e Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:02:50,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-30d13a13-203a-4ee6-88f4-e4e0bdd5102e 2018-09-04 22:02:50,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateQoSTests-ddf0ad82-11d9-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9580fc2bb804267ff6928b6399665c3cf0d2c812" 2018-09-04 22:02:50,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7936f7a-db60-4634-a117-b3f6c5a6e483 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateQoSTests-ddf0ad82-11d9-4ed-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/9bddc6b18151468fa86a9f6fd364701b"}, "enabled": true, "id": "9bddc6b18151468fa86a9f6fd364701b", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-ddf0ad82-11d9-4ed-proj"}]} 2018-09-04 22:02:50,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateQoSTests-ddf0ad82-11d9-4ed-proj used request id req-e7936f7a-db60-4634-a117-b3f6c5a6e483 2018-09-04 22:02:50,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9580fc2bb804267ff6928b6399665c3cf0d2c812" 2018-09-04 22:02:50,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47a906a2-9fff-4cab-b50a-e9309f513f46 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:50,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-47a906a2-9fff-4cab-b50a-e9309f513f46 2018-09-04 22:02:51,126 - keystone_utils - INFO - Created user with name - CreateQoSTests-ddf0ad82-11d9-4ed-user 2018-09-04 22:02:51,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:51,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:51,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faf1bb5f-35ea-4472-ae3c-9ac62920c4c8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:51,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-faf1bb5f-35ea-4472-ae3c-9ac62920c4c8 2018-09-04 22:02:51,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" -d '{"role": {"name": "CreateQoSTests-ddf0ad82-11d9-4ed-proj-role"}}' 2018-09-04 22:02:51,328 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-060046bc-365d-4209-bcd0-6c68dec45ef4 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0ab1b577270f4a62bc5b077664e3e29a", "links": {"self": "http://172.30.9.26:5000/v3/roles/0ab1b577270f4a62bc5b077664e3e29a"}, "name": "CreateQoSTests-ddf0ad82-11d9-4ed-proj-role"}} 2018-09-04 22:02:51,328 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-060046bc-365d-4209-bcd0-6c68dec45ef4 2018-09-04 22:02:51,329 - keystone_utils - INFO - Created role with name - CreateQoSTests-ddf0ad82-11d9-4ed-proj-role 2018-09-04 22:02:51,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/0ab1b577270f4a62bc5b077664e3e29a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:51,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cb4e0ba-480d-4694-a9d1-2469a57afc09 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/0ab1b577270f4a62bc5b077664e3e29a"}, "domain_id": null, "name": "CreateQoSTests-ddf0ad82-11d9-4ed-proj-role", "id": "0ab1b577270f4a62bc5b077664e3e29a"}} 2018-09-04 22:02:51,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/0ab1b577270f4a62bc5b077664e3e29a used request id req-5cb4e0ba-480d-4694-a9d1-2469a57afc09 2018-09-04 22:02:51,416 - keystone_utils - INFO - Granting role CreateQoSTests-ddf0ad82-11d9-4ed-proj-role to project CreateQoSTests-ddf0ad82-11d9-4ed-proj 2018-09-04 22:02:51,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/9bddc6b18151468fa86a9f6fd364701b/users/b2af3dd6ec7841598d113fa046a834c7/roles/0ab1b577270f4a62bc5b077664e3e29a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:51,624 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7348fb15-8eb7-43b8-a7e4-248572922ce7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:51,624 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/9bddc6b18151468fa86a9f6fd364701b/users/b2af3dd6ec7841598d113fa046a834c7/roles/0ab1b577270f4a62bc5b077664e3e29a used request id req-7348fb15-8eb7-43b8-a7e4-248572922ce7 2018-09-04 22:02:51,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:51,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:52,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["25u2yLK6SWuqUVb1kAO40w"], "issued_at": "2018-09-04T22:02:52.000000Z"}} 2018-09-04 22:02:52,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d57ff26b5ec163907342ccbb919b4ec4f74b032" 2018-09-04 22:02:52,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee2388c5-507e-4882-b31d-67fc57be129b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:52,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ee2388c5-507e-4882-b31d-67fc57be129b 2018-09-04 22:02:52,110 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d57ff26b5ec163907342ccbb919b4ec4f74b032" 2018-09-04 22:02:52,290 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:52 GMT Server: Apache x-compute-request-id: req-ce10da3e-8f64-41c7-b18c-bd030436d14d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ce10da3e-8f64-41c7-b18c-bd030436d14d Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-09-04 22:02:52,291 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-ce10da3e-8f64-41c7-b18c-bd030436d14d 2018-09-04 22:02:52,294 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ce10da3e-8f64-41c7-b18c-bd030436d14d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d57ff26b5ec163907342ccbb919b4ec4f74b032" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-776f54a0-ef46-475b-895c-a473cd6e2717"}}' 2018-09-04 22:02:53,203 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:52 GMT Server: Apache x-compute-request-id: req-51ebd96d-0ae4-4526-abf7-fadb26490cbf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-51ebd96d-0ae4-4526-abf7-fadb26490cbf Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "523d3e5a-4c2c-485c-b1f2-328df4718c84", "name": "CreateQoSTests-776f54a0-ef46-475b-895c-a473cd6e2717"}, "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/523d3e5a-4c2c-485c-b1f2-328df4718c84", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/qos-specs/523d3e5a-4c2c-485c-b1f2-328df4718c84", "rel": "bookmark"}]} 2018-09-04 22:02:53,203 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-51ebd96d-0ae4-4526-abf7-fadb26490cbf 2018-09-04 22:02:53,204 - create_qos - INFO - Created qos with name - CreateQoSTests-776f54a0-ef46-475b-895c-a473cd6e2717 2018-09-04 22:02:53,207 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}060e289519504708a145dd77e6880325e6c77cba" 2018-09-04 22:02:53,403 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:53 GMT Server: Apache x-compute-request-id: req-fe9498ec-ba27-4094-bf43-a3f8ee2ea953 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe9498ec-ba27-4094-bf43-a3f8ee2ea953 Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "523d3e5a-4c2c-485c-b1f2-328df4718c84", "name": "CreateQoSTests-776f54a0-ef46-475b-895c-a473cd6e2717"}]} 2018-09-04 22:02:53,403 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-fe9498ec-ba27-4094-bf43-a3f8ee2ea953 2018-09-04 22:02:53,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:53,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:53,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["y6z_1QM_Tw6pCWeunkHVyQ"], "issued_at": "2018-09-04T22:02:53.000000Z"}} 2018-09-04 22:02:53,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6d159738489f36ca6bbd5aa9d8bc7c5df36166" 2018-09-04 22:02:53,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b47ed1de-50dc-42a9-8088-93c30ec65481 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:53,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b47ed1de-50dc-42a9-8088-93c30ec65481 2018-09-04 22:02:53,878 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6d159738489f36ca6bbd5aa9d8bc7c5df36166" 2018-09-04 22:02:54,048 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:53 GMT Server: Apache x-compute-request-id: req-91f88d19-1466-40b4-a89c-5ed15d616ea2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-91f88d19-1466-40b4-a89c-5ed15d616ea2 Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "523d3e5a-4c2c-485c-b1f2-328df4718c84", "name": "CreateQoSTests-776f54a0-ef46-475b-895c-a473cd6e2717"}]} 2018-09-04 22:02:54,048 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-91f88d19-1466-40b4-a89c-5ed15d616ea2 2018-09-04 22:02:54,048 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-776f54a0-ef46-475b-895c-a473cd6e2717 2018-09-04 22:02:54,052 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/523d3e5a-4c2c-485c-b1f2-328df4718c84?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ce10da3e-8f64-41c7-b18c-bd030436d14d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d57ff26b5ec163907342ccbb919b4ec4f74b032" 2018-09-04 22:02:54,256 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:02:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-abab5a63-8203-41cc-b812-c7914bee2315 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:02:54,256 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/523d3e5a-4c2c-485c-b1f2-328df4718c84?force=False used request id req-abab5a63-8203-41cc-b812-c7914bee2315 2018-09-04 22:02:54,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:54,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-c2c7e6a1-4866-490e-8bad-cdf55e01506b Date: Tue, 04 Sep 2018 22:02:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:02:54,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-c2c7e6a1-4866-490e-8bad-cdf55e01506b 2018-09-04 22:02:54,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:54,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6edf7e93-286f-4fa3-9bb3-6ddb58c5f622 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:02:54,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-6edf7e93-286f-4fa3-9bb3-6ddb58c5f622 2018-09-04 22:02:54,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:54,687 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2304607-908a-4725-8b04-e90890607ae1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:54,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-b2304607-908a-4725-8b04-e90890607ae1 2018-09-04 22:02:54,688 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:54,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:54,782 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c435e0d-c633-40ec-bd5c-e18aecf1c1e9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:54,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-1c435e0d-c633-40ec-bd5c-e18aecf1c1e9 2018-09-04 22:02:54,782 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:54,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:54,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0068a55-8c97-4e0b-8d36-6eeca7244e45 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:02:54,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-e0068a55-8c97-4e0b-8d36-6eeca7244e45 2018-09-04 22:02:54,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:54,961 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-830202bc-6e1d-4261-a85c-d55603d1b877 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:54,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-830202bc-6e1d-4261-a85c-d55603d1b877 2018-09-04 22:02:54,962 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:54,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:55,053 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b6ba385-ac4e-455f-aa44-d135df164507 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:55,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-3b6ba385-ac4e-455f-aa44-d135df164507 2018-09-04 22:02:55,053 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:55,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:55,146 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c705806-0b07-4052-846c-84fbf8d2e454 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:55,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-6c705806-0b07-4052-846c-84fbf8d2e454 2018-09-04 22:02:55,147 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:55,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:55,229 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7dcd3982-f790-48b9-bade-1ae966345cdb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:55,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-7dcd3982-f790-48b9-bade-1ae966345cdb 2018-09-04 22:02:55,229 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:55,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:55,321 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f210198-d280-4369-b5a2-b91ebbb4d9c9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:55,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-1f210198-d280-4369-b5a2-b91ebbb4d9c9 2018-09-04 22:02:55,322 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:55,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:55,411 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:02:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35e49a2e-a990-4c2a-be38-25937b8c6a65 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:02:55,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-35e49a2e-a990-4c2a-be38-25937b8c6a65 2018-09-04 22:02:55,412 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:02:55,413 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-ddf0ad82-11d9-4ed-proj 2018-09-04 22:02:55,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/9bddc6b18151468fa86a9f6fd364701b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:55,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d583e925-a586-4677-8bde-7787758f70f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:55,612 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/9bddc6b18151468fa86a9f6fd364701b used request id req-d583e925-a586-4677-8bde-7787758f70f8 2018-09-04 22:02:55,613 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-ddf0ad82-11d9-4ed-proj-role 2018-09-04 22:02:55,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/0ab1b577270f4a62bc5b077664e3e29a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:55,724 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7aa5ca5e-3d64-470c-b93a-40eec336b24c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:55,724 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/0ab1b577270f4a62bc5b077664e3e29a used request id req-7aa5ca5e-3d64-470c-b93a-40eec336b24c 2018-09-04 22:02:55,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6aef04e0c5447bd110f7054da54414d900b1a6" 2018-09-04 22:02:55,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-441097cd-bef7-4aa5-884a-415b7612c2c9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:55,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-441097cd-bef7-4aa5-884a-415b7612c2c9 2018-09-04 22:02:55,819 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-ddf0ad82-11d9-4ed-user 2018-09-04 22:02:55,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/b2af3dd6ec7841598d113fa046a834c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9580fc2bb804267ff6928b6399665c3cf0d2c812" 2018-09-04 22:02:55,925 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de7bb19b-14d7-4161-93cb-8e44a2c9f6b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:55,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b2af3dd6ec7841598d113fa046a834c7 used request id req-de7bb19b-14d7-4161-93cb-8e44a2c9f6b7 2018-09-04 22:02:55,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:56,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["c0ZX8upWT0mmPiG24CIrWA"], "issued_at": "2018-09-04T22:02:56.000000Z"}} 2018-09-04 22:02:56,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e0a0fbc6dc1f7ef733baeb901e1ddf2f6e3bccd" 2018-09-04 22:02:56,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c51914b-b4ee-40c3-aca1-6baaebd37465 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:56,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4c51914b-b4ee-40c3-aca1-6baaebd37465 2018-09-04 22:02:56,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:56,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:56,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["8t1oSf0YRe-cifBEr-KBCg"], "issued_at": "2018-09-04T22:02:56.000000Z"}} 2018-09-04 22:02:56,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:02:56,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e945aac-2ae4-48b1-b828-8584f880a67a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:56,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3e945aac-2ae4-48b1-b828-8584f880a67a 2018-09-04 22:02:56,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:56,992 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:56,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:02:57,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75a17559-d5ac-470d-86bb-3b376f53abf6 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:02:57,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj used request id req-75a17559-d5ac-470d-86bb-3b376f53abf6 2018-09-04 22:02:57,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:02:57,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda4386e-b4c5-4f20-9b07-1eb2ca25a9a6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:57,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-fda4386e-b4c5-4f20-9b07-1eb2ca25a9a6 2018-09-04 22:02:57,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj"}}' 2018-09-04 22:02:57,311 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e542a0c-a079-4d60-90c4-edeb951ce7a2 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c5bb1fe64a504a27a2211192a7035958"}, "enabled": true, "id": "c5bb1fe64a504a27a2211192a7035958", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj"}} 2018-09-04 22:02:57,311 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-7e542a0c-a079-4d60-90c4-edeb951ce7a2 2018-09-04 22:02:57,311 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj 2018-09-04 22:02:57,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:57,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:57,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["V2FIi2OMS9KP0fK_BCYyCw"], "issued_at": "2018-09-04T22:02:57.000000Z"}} 2018-09-04 22:02:57,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74cacc14423338eacecc9c28fa160e8f9c5551a8" 2018-09-04 22:02:57,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76b3ef7d-8320-4e68-b801-01867eca6ec1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:57,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-76b3ef7d-8320-4e68-b801-01867eca6ec1 2018-09-04 22:02:57,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:02:57,784 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:02:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:02:57,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74cacc14423338eacecc9c28fa160e8f9c5551a8" 2018-09-04 22:02:57,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c6c499-6f08-47ab-b2aa-f4a66dacc10c Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:02:57,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-63c6c499-6f08-47ab-b2aa-f4a66dacc10c 2018-09-04 22:02:57,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74cacc14423338eacecc9c28fa160e8f9c5551a8" 2018-09-04 22:02:57,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-988f60ae-1396-45bc-bbdd-abff533551e8 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c5bb1fe64a504a27a2211192a7035958"}, "enabled": true, "id": "c5bb1fe64a504a27a2211192a7035958", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj"}]} 2018-09-04 22:02:57,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj used request id req-988f60ae-1396-45bc-bbdd-abff533551e8 2018-09-04 22:02:57,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74cacc14423338eacecc9c28fa160e8f9c5551a8" 2018-09-04 22:02:58,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a332105b-5be2-4c32-bd86-ab1afbe67714 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:02:58,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-a332105b-5be2-4c32-bd86-ab1afbe67714 2018-09-04 22:02:58,430 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-user 2018-09-04 22:02:58,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:58,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:02:58,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba0ebba-9ddd-46d6-aabc-baedc10603ad Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:02:58,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-dba0ebba-9ddd-46d6-aabc-baedc10603ad 2018-09-04 22:02:58,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj-role"}}' 2018-09-04 22:02:58,646 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:02:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ecffab1-c50a-4021-afbf-c6d5ec5043b8 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e352c32a86ff4f66bccd8dcf25eec7e2", "links": {"self": "http://172.30.9.26:5000/v3/roles/e352c32a86ff4f66bccd8dcf25eec7e2"}, "name": "CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj-role"}} 2018-09-04 22:02:58,646 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-4ecffab1-c50a-4021-afbf-c6d5ec5043b8 2018-09-04 22:02:58,646 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj-role 2018-09-04 22:02:58,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/e352c32a86ff4f66bccd8dcf25eec7e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:02:58,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99069a92-0f81-43a3-97a5-b1443a6c7781 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/e352c32a86ff4f66bccd8dcf25eec7e2"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj-role", "id": "e352c32a86ff4f66bccd8dcf25eec7e2"}} 2018-09-04 22:02:58,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/e352c32a86ff4f66bccd8dcf25eec7e2 used request id req-99069a92-0f81-43a3-97a5-b1443a6c7781 2018-09-04 22:02:58,732 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj-role to project CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj 2018-09-04 22:02:58,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/c5bb1fe64a504a27a2211192a7035958/users/dd2e9ad802534883bfa7433ab14587b3/roles/e352c32a86ff4f66bccd8dcf25eec7e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:02:58,877 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:02:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfcd7af0-bfe7-44dc-9cfc-670fe3344ca8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:02:58,877 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c5bb1fe64a504a27a2211192a7035958/users/dd2e9ad802534883bfa7433ab14587b3/roles/e352c32a86ff4f66bccd8dcf25eec7e2 used request id req-dfcd7af0-bfe7-44dc-9cfc-670fe3344ca8 2018-09-04 22:02:58,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:02:58,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:02:59,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:02:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["enbA69BJT7669KNJGHqJog"], "issued_at": "2018-09-04T22:02:59.000000Z"}} 2018-09-04 22:02:59,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2920567c953f10ce56c15610411515715ed6fb85" 2018-09-04 22:02:59,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92e03556-254d-4704-8fc0-e46d2a83052e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:02:59,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-92e03556-254d-4704-8fc0-e46d2a83052e 2018-09-04 22:02:59,352 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2920567c953f10ce56c15610411515715ed6fb85" 2018-09-04 22:02:59,517 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:59 GMT Server: Apache x-compute-request-id: req-e389a008-2f7c-4be0-941f-19d28aa6755e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e389a008-2f7c-4be0-941f-19d28aa6755e Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-09-04 22:02:59,518 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-e389a008-2f7c-4be0-941f-19d28aa6755e 2018-09-04 22:02:59,521 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e389a008-2f7c-4be0-941f-19d28aa6755e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2920567c953f10ce56c15610411515715ed6fb85" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-aabfe8ec-2e63-43bf-85c4-bd225ffc32ee", "description": null}}' 2018-09-04 22:02:59,735 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:59 GMT Server: Apache x-compute-request-id: req-0029a00c-c303-4fd3-818a-1accf5bb40a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0029a00c-c303-4fd3-818a-1accf5bb40a7 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-aabfe8ec-2e63-43bf-85c4-bd225ffc32ee", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "49660a42-871b-4dde-980e-b1358ac519f4", "description": null}} 2018-09-04 22:02:59,735 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types used request id req-0029a00c-c303-4fd3-818a-1accf5bb40a7 2018-09-04 22:02:59,736 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-aabfe8ec-2e63-43bf-85c4-bd225ffc32ee 2018-09-04 22:02:59,739 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e0a0fbc6dc1f7ef733baeb901e1ddf2f6e3bccd" 2018-09-04 22:02:59,923 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:59 GMT Server: Apache x-compute-request-id: req-ebd18f89-44d0-461f-8c6c-ca22d160ae06 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ebd18f89-44d0-461f-8c6c-ca22d160ae06 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-aabfe8ec-2e63-43bf-85c4-bd225ffc32ee", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "49660a42-871b-4dde-980e-b1358ac519f4", "description": null}]} 2018-09-04 22:02:59,923 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-ebd18f89-44d0-461f-8c6c-ca22d160ae06 2018-09-04 22:02:59,926 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/49660a42-871b-4dde-980e-b1358ac519f4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebd18f89-44d0-461f-8c6c-ca22d160ae06" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e0a0fbc6dc1f7ef733baeb901e1ddf2f6e3bccd" 2018-09-04 22:03:00,463 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:02:59 GMT Server: Apache x-compute-request-id: req-11f3e893-f358-4170-ba0f-b5767dd02ef2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-11f3e893-f358-4170-ba0f-b5767dd02ef2 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-aabfe8ec-2e63-43bf-85c4-bd225ffc32ee", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "49660a42-871b-4dde-980e-b1358ac519f4", "description": null}} 2018-09-04 22:03:00,463 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/49660a42-871b-4dde-980e-b1358ac519f4 used request id req-11f3e893-f358-4170-ba0f-b5767dd02ef2 2018-09-04 22:03:00,466 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/49660a42-871b-4dde-980e-b1358ac519f4/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebd18f89-44d0-461f-8c6c-ca22d160ae06" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e0a0fbc6dc1f7ef733baeb901e1ddf2f6e3bccd" 2018-09-04 22:03:00,647 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:00 GMT Server: Apache x-compute-request-id: req-4af543e7-e6fd-4af6-838c-3a014d5b96ea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4af543e7-e6fd-4af6-838c-3a014d5b96ea Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 22:03:00,647 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/49660a42-871b-4dde-980e-b1358ac519f4/encryption used request id req-4af543e7-e6fd-4af6-838c-3a014d5b96ea 2018-09-04 22:03:00,647 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-aabfe8ec-2e63-43bf-85c4-bd225ffc32ee 2018-09-04 22:03:00,650 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/49660a42-871b-4dde-980e-b1358ac519f4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebd18f89-44d0-461f-8c6c-ca22d160ae06" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e0a0fbc6dc1f7ef733baeb901e1ddf2f6e3bccd" 2018-09-04 22:03:00,910 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c913c2a-acfd-410b-9d30-ac13f3caab08 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:00,910 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/49660a42-871b-4dde-980e-b1358ac519f4 used request id req-8c913c2a-acfd-410b-9d30-ac13f3caab08 2018-09-04 22:03:00,913 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebd18f89-44d0-461f-8c6c-ca22d160ae06" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e0a0fbc6dc1f7ef733baeb901e1ddf2f6e3bccd" 2018-09-04 22:03:01,076 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:00 GMT Server: Apache x-compute-request-id: req-c64b2c4b-a74a-45e7-900c-1ef74446132f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c64b2c4b-a74a-45e7-900c-1ef74446132f Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-09-04 22:03:01,076 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-c64b2c4b-a74a-45e7-900c-1ef74446132f 2018-09-04 22:03:01,077 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-aabfe8ec-2e63-43bf-85c4-bd225ffc32ee 2018-09-04 22:03:01,079 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/49660a42-871b-4dde-980e-b1358ac519f4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e389a008-2f7c-4be0-941f-19d28aa6755e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2920567c953f10ce56c15610411515715ed6fb85" 2018-09-04 22:03:01,269 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-75387dfe-dd98-4ea0-89b4-5ee995dfa26b x-openstack-request-id: req-75387dfe-dd98-4ea0-89b4-5ee995dfa26b Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 49660a42-871b-4dde-980e-b1358ac519f4 could not be found.", "code": 404}} 2018-09-04 22:03:01,269 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/49660a42-871b-4dde-980e-b1358ac519f4 used request id req-75387dfe-dd98-4ea0-89b4-5ee995dfa26b 2018-09-04 22:03:01,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:01,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-4cfaa676-a791-4103-a39b-5b19c634d422 Date: Tue, 04 Sep 2018 22:03:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:03:01,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-4cfaa676-a791-4103-a39b-5b19c634d422 2018-09-04 22:03:01,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:01,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9467a8cc-7e33-4286-b19d-779b0f88467b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:03:01,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-9467a8cc-7e33-4286-b19d-779b0f88467b 2018-09-04 22:03:01,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:01,709 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-707fa7d8-5980-41c7-bc20-98043c941f44 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:01,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-707fa7d8-5980-41c7-bc20-98043c941f44 2018-09-04 22:03:01,709 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:01,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:01,793 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bf2204a-c9dc-4a12-9819-cb723b7c9de7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:01,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-2bf2204a-c9dc-4a12-9819-cb723b7c9de7 2018-09-04 22:03:01,794 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:01,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:01,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04c9fb5f-3b4e-4d51-b779-80a1283f53e6 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:03:01,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-04c9fb5f-3b4e-4d51-b779-80a1283f53e6 2018-09-04 22:03:01,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:01,833 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-137e0148-6d37-4ada-ab62-f86f9a43ea56 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:01,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-137e0148-6d37-4ada-ab62-f86f9a43ea56 2018-09-04 22:03:01,833 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:01,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:01,917 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f2692cc-1de9-432b-9c73-671350503df9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:01,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-2f2692cc-1de9-432b-9c73-671350503df9 2018-09-04 22:03:01,917 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:01,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:02,005 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bc70f51-1734-49c7-8081-9c4320d89176 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:02,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-2bc70f51-1734-49c7-8081-9c4320d89176 2018-09-04 22:03:02,005 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:02,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:02,097 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3175a25f-6ebb-4a0c-950d-66ce9857ade8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:02,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-3175a25f-6ebb-4a0c-950d-66ce9857ade8 2018-09-04 22:03:02,098 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:02,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:02,263 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7096a8a1-2f93-4c0c-aee4-77f4bf4872b5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:02,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-7096a8a1-2f93-4c0c-aee4-77f4bf4872b5 2018-09-04 22:03:02,264 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:02,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:02,353 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac8ce47d-7f56-463b-8c2e-809253070ed4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:02,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-ac8ce47d-7f56-463b-8c2e-809253070ed4 2018-09-04 22:03:02,354 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:02,355 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj 2018-09-04 22:03:02,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/c5bb1fe64a504a27a2211192a7035958 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:02,571 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c86d4cd-bb28-472b-81e4-c72f70e2854d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:02,571 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/c5bb1fe64a504a27a2211192a7035958 used request id req-7c86d4cd-bb28-472b-81e4-c72f70e2854d 2018-09-04 22:03:02,571 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-proj-role 2018-09-04 22:03:02,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/e352c32a86ff4f66bccd8dcf25eec7e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:02,682 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c624d3c-1f8c-4719-8de9-6f4ae0189d2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:02,682 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/e352c32a86ff4f66bccd8dcf25eec7e2 used request id req-1c624d3c-1f8c-4719-8de9-6f4ae0189d2d 2018-09-04 22:03:02,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7588c9c5fa0fec360055a013ae909be61d6b84b5" 2018-09-04 22:03:02,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-407e9355-0e9e-4dbb-94a3-66e7e7dce7d3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:02,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-407e9355-0e9e-4dbb-94a3-66e7e7dce7d3 2018-09-04 22:03:02,776 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-425256b0-3537-45b-user 2018-09-04 22:03:02,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/dd2e9ad802534883bfa7433ab14587b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74cacc14423338eacecc9c28fa160e8f9c5551a8" 2018-09-04 22:03:02,979 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7d4f3d1-1ed4-49f3-86e2-b409b1a960c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:02,979 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/dd2e9ad802534883bfa7433ab14587b3 used request id req-a7d4f3d1-1ed4-49f3-86e2-b409b1a960c9 2018-09-04 22:03:02,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:03,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["hfAVqT_WRUStK5Mke6MNrA"], "issued_at": "2018-09-04T22:03:03.000000Z"}} 2018-09-04 22:03:03,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef1161517df1b88c2a3e9e8dd75a9bd10509d34" 2018-09-04 22:03:03,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0d365b-1910-4555-9a23-89c677213b96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:03,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-eb0d365b-1910-4555-9a23-89c677213b96 2018-09-04 22:03:03,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:03,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:03,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["TbF9O3XwQwSqEFtj2nodLw"], "issued_at": "2018-09-04T22:03:03.000000Z"}} 2018-09-04 22:03:03,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:03,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b7be1eb-f734-45e1-993e-ccf6a824b1ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:03,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9b7be1eb-f734-45e1-993e-ccf6a824b1ac 2018-09-04 22:03:03,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:03,920 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:03,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:04,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aca9460-83a7-4ecd-ae81-5dbd437f41c1 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:03:04,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj used request id req-3aca9460-83a7-4ecd-ae81-5dbd437f41c1 2018-09-04 22:03:04,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:04,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a450365f-873c-4f76-908b-b5ab35e87633 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:04,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-a450365f-873c-4f76-908b-b5ab35e87633 2018-09-04 22:03:04,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj"}}' 2018-09-04 22:03:04,215 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a83c6526-0c20-4718-9314-0242fe5782e3 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/5d3a71b6990c40d78e1139d3b105caea"}, "enabled": true, "id": "5d3a71b6990c40d78e1139d3b105caea", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj"}} 2018-09-04 22:03:04,215 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-a83c6526-0c20-4718-9314-0242fe5782e3 2018-09-04 22:03:04,215 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj 2018-09-04 22:03:04,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:04,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:04,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["03UPYtn4R-q0DcP0ZGorFg"], "issued_at": "2018-09-04T22:03:04.000000Z"}} 2018-09-04 22:03:04,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}764a0776f58ff2bc868edbbef97ccaf16f4e0931" 2018-09-04 22:03:04,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba9bd9c0-fdb4-4fff-aa0f-02346a8c02c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:04,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ba9bd9c0-fdb4-4fff-aa0f-02346a8c02c9 2018-09-04 22:03:04,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:04,693 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:04,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}764a0776f58ff2bc868edbbef97ccaf16f4e0931" 2018-09-04 22:03:04,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e718d4-add2-458d-9fb8-7e93ea02d686 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:03:04,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b6e718d4-add2-458d-9fb8-7e93ea02d686 2018-09-04 22:03:04,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}764a0776f58ff2bc868edbbef97ccaf16f4e0931" 2018-09-04 22:03:04,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-816be090-6822-4225-a8a9-4bf35a82b44f Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/5d3a71b6990c40d78e1139d3b105caea"}, "enabled": true, "id": "5d3a71b6990c40d78e1139d3b105caea", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj"}]} 2018-09-04 22:03:04,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj used request id req-816be090-6822-4225-a8a9-4bf35a82b44f 2018-09-04 22:03:04,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}764a0776f58ff2bc868edbbef97ccaf16f4e0931" 2018-09-04 22:03:04,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-385e3faf-e026-45cd-b45f-a4963aa529f0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:04,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-385e3faf-e026-45cd-b45f-a4963aa529f0 2018-09-04 22:03:05,276 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-user 2018-09-04 22:03:05,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:05,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:05,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f1ecb9-83b5-402b-a75c-1bcad4e7d5b1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:05,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-74f1ecb9-83b5-402b-a75c-1bcad4e7d5b1 2018-09-04 22:03:05,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj-role"}}' 2018-09-04 22:03:05,472 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81049ee4-fe65-431e-b93a-d0bb5856b0d7 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c66c33a438de44c9817dc546a3c96f2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/c66c33a438de44c9817dc546a3c96f2c"}, "name": "CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj-role"}} 2018-09-04 22:03:05,472 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-81049ee4-fe65-431e-b93a-d0bb5856b0d7 2018-09-04 22:03:05,473 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj-role 2018-09-04 22:03:05,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c66c33a438de44c9817dc546a3c96f2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:05,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efc1b00e-c2a3-4e83-afcb-280455b1026f Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c66c33a438de44c9817dc546a3c96f2c"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj-role", "id": "c66c33a438de44c9817dc546a3c96f2c"}} 2018-09-04 22:03:05,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c66c33a438de44c9817dc546a3c96f2c used request id req-efc1b00e-c2a3-4e83-afcb-280455b1026f 2018-09-04 22:03:05,581 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj-role to project CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj 2018-09-04 22:03:05,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/5d3a71b6990c40d78e1139d3b105caea/users/dd45e5fd27d94c81b3e8b7f2286c3e6c/roles/c66c33a438de44c9817dc546a3c96f2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:05,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e3f30d2-f7ce-4571-8dbd-d6bd16d78795 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:05,708 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/5d3a71b6990c40d78e1139d3b105caea/users/dd45e5fd27d94c81b3e8b7f2286c3e6c/roles/c66c33a438de44c9817dc546a3c96f2c used request id req-0e3f30d2-f7ce-4571-8dbd-d6bd16d78795 2018-09-04 22:03:05,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:05,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:06,098 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["8jQZoG2CRCaG8m1_IquWwg"], "issued_at": "2018-09-04T22:03:06.000000Z"}} 2018-09-04 22:03:06,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ee9f961afaef15703da8aa0260b5c7db4be9b7" 2018-09-04 22:03:06,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94b06172-1b0f-4c2c-9df3-29d7bff30ea6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:06,111 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-94b06172-1b0f-4c2c-9df3-29d7bff30ea6 2018-09-04 22:03:06,116 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ee9f961afaef15703da8aa0260b5c7db4be9b7" 2018-09-04 22:03:06,674 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:06 GMT Server: Apache x-compute-request-id: req-b306f4a2-2831-481a-ac99-184cd7524dd7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b306f4a2-2831-481a-ac99-184cd7524dd7 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-09-04 22:03:06,675 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-b306f4a2-2831-481a-ac99-184cd7524dd7 2018-09-04 22:03:06,678 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b306f4a2-2831-481a-ac99-184cd7524dd7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ee9f961afaef15703da8aa0260b5c7db4be9b7" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-e9a04071-dc49-4b76-b110-d8f17d35db99", "description": null}}' 2018-09-04 22:03:06,901 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:06 GMT Server: Apache x-compute-request-id: req-f6874107-7e63-48ab-bfbd-3f4d95cd8c5a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f6874107-7e63-48ab-bfbd-3f4d95cd8c5a Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-e9a04071-dc49-4b76-b110-d8f17d35db99", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "05c2edb8-3012-4a69-a1ac-85e669c59dfb", "description": null}} 2018-09-04 22:03:06,902 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types used request id req-f6874107-7e63-48ab-bfbd-3f4d95cd8c5a 2018-09-04 22:03:06,902 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-e9a04071-dc49-4b76-b110-d8f17d35db99 2018-09-04 22:03:06,905 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef1161517df1b88c2a3e9e8dd75a9bd10509d34" 2018-09-04 22:03:07,449 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:06 GMT Server: Apache x-compute-request-id: req-8fd55564-9074-4c58-ae9e-e43316caa845 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8fd55564-9074-4c58-ae9e-e43316caa845 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-e9a04071-dc49-4b76-b110-d8f17d35db99", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "05c2edb8-3012-4a69-a1ac-85e669c59dfb", "description": null}]} 2018-09-04 22:03:07,449 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-8fd55564-9074-4c58-ae9e-e43316caa845 2018-09-04 22:03:07,453 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/05c2edb8-3012-4a69-a1ac-85e669c59dfb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8fd55564-9074-4c58-ae9e-e43316caa845" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef1161517df1b88c2a3e9e8dd75a9bd10509d34" 2018-09-04 22:03:08,022 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:07 GMT Server: Apache x-compute-request-id: req-8f169a87-ad9a-4697-a4cf-a978e289a7d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8f169a87-ad9a-4697-a4cf-a978e289a7d7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-e9a04071-dc49-4b76-b110-d8f17d35db99", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "05c2edb8-3012-4a69-a1ac-85e669c59dfb", "description": null}} 2018-09-04 22:03:08,022 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/05c2edb8-3012-4a69-a1ac-85e669c59dfb used request id req-8f169a87-ad9a-4697-a4cf-a978e289a7d7 2018-09-04 22:03:08,025 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/05c2edb8-3012-4a69-a1ac-85e669c59dfb/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8fd55564-9074-4c58-ae9e-e43316caa845" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef1161517df1b88c2a3e9e8dd75a9bd10509d34" 2018-09-04 22:03:08,219 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:08 GMT Server: Apache x-compute-request-id: req-811bfb64-2960-4b51-8847-fefc3e0d5b00 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-811bfb64-2960-4b51-8847-fefc3e0d5b00 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 22:03:08,219 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/05c2edb8-3012-4a69-a1ac-85e669c59dfb/encryption used request id req-811bfb64-2960-4b51-8847-fefc3e0d5b00 2018-09-04 22:03:08,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:08,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:08,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["E0gUEVx-RDirIxuIwyfi7Q"], "issued_at": "2018-09-04T22:03:08.000000Z"}} 2018-09-04 22:03:08,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad0e13c71c25cff425c69322b94443d12aaa249" 2018-09-04 22:03:08,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a75d7e4d-6463-4161-8589-b1e467ce4ea1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:08,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a75d7e4d-6463-4161-8589-b1e467ce4ea1 2018-09-04 22:03:08,689 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad0e13c71c25cff425c69322b94443d12aaa249" 2018-09-04 22:03:08,856 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:08 GMT Server: Apache x-compute-request-id: req-54ed59b7-3bd9-4a39-9212-831a2a7d5e6f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-54ed59b7-3bd9-4a39-9212-831a2a7d5e6f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-e9a04071-dc49-4b76-b110-d8f17d35db99", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "05c2edb8-3012-4a69-a1ac-85e669c59dfb", "description": null}]} 2018-09-04 22:03:08,856 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-54ed59b7-3bd9-4a39-9212-831a2a7d5e6f 2018-09-04 22:03:08,860 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/05c2edb8-3012-4a69-a1ac-85e669c59dfb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54ed59b7-3bd9-4a39-9212-831a2a7d5e6f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad0e13c71c25cff425c69322b94443d12aaa249" 2018-09-04 22:03:09,044 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:08 GMT Server: Apache x-compute-request-id: req-ee222f9d-291b-4f0d-a629-65417c5caa03 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee222f9d-291b-4f0d-a629-65417c5caa03 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-e9a04071-dc49-4b76-b110-d8f17d35db99", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "05c2edb8-3012-4a69-a1ac-85e669c59dfb", "description": null}} 2018-09-04 22:03:09,044 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/05c2edb8-3012-4a69-a1ac-85e669c59dfb used request id req-ee222f9d-291b-4f0d-a629-65417c5caa03 2018-09-04 22:03:09,048 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/05c2edb8-3012-4a69-a1ac-85e669c59dfb/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54ed59b7-3bd9-4a39-9212-831a2a7d5e6f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad0e13c71c25cff425c69322b94443d12aaa249" 2018-09-04 22:03:09,244 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:09 GMT Server: Apache x-compute-request-id: req-e5ef32ad-a4ae-42cb-b374-21a854126d38 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e5ef32ad-a4ae-42cb-b374-21a854126d38 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 22:03:09,244 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/05c2edb8-3012-4a69-a1ac-85e669c59dfb/encryption used request id req-e5ef32ad-a4ae-42cb-b374-21a854126d38 2018-09-04 22:03:09,244 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-e9a04071-dc49-4b76-b110-d8f17d35db99 2018-09-04 22:03:09,247 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/05c2edb8-3012-4a69-a1ac-85e669c59dfb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b306f4a2-2831-481a-ac99-184cd7524dd7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ee9f961afaef15703da8aa0260b5c7db4be9b7" 2018-09-04 22:03:09,635 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-84f98991-893c-43f9-99e5-47d40941eb2a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:09,635 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/05c2edb8-3012-4a69-a1ac-85e669c59dfb used request id req-84f98991-893c-43f9-99e5-47d40941eb2a 2018-09-04 22:03:09,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:09,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-12fba382-fa94-495f-ab37-4daa0750bb70 Date: Tue, 04 Sep 2018 22:03:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:03:09,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-12fba382-fa94-495f-ab37-4daa0750bb70 2018-09-04 22:03:09,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:09,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52341e1f-1912-4857-9cf2-76bda9c462fd Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:03:09,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-52341e1f-1912-4857-9cf2-76bda9c462fd 2018-09-04 22:03:09,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:10,053 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e44c2661-4c59-41b5-8704-f571a162dc8b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:10,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-e44c2661-4c59-41b5-8704-f571a162dc8b 2018-09-04 22:03:10,053 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:10,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:10,140 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d37708ca-193e-49ac-a834-092b365eb95c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:10,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-d37708ca-193e-49ac-a834-092b365eb95c 2018-09-04 22:03:10,141 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:10,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:10,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0628d8d-39b1-4516-8535-43f65ac7bac3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:03:10,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-e0628d8d-39b1-4516-8535-43f65ac7bac3 2018-09-04 22:03:10,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:10,315 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac7906f1-77fd-436d-8ed0-174f6ab64934 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:10,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-ac7906f1-77fd-436d-8ed0-174f6ab64934 2018-09-04 22:03:10,315 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:10,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:10,403 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3e34b1f-55bc-4847-9190-1b957367f3e1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:10,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-e3e34b1f-55bc-4847-9190-1b957367f3e1 2018-09-04 22:03:10,404 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:10,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:10,502 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd178bbc-796d-41ca-a279-6a18a5ce1a63 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:10,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-fd178bbc-796d-41ca-a279-6a18a5ce1a63 2018-09-04 22:03:10,503 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:10,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:10,587 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e73745c-b5d4-49e4-b210-ec06f0de573c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:10,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-5e73745c-b5d4-49e4-b210-ec06f0de573c 2018-09-04 22:03:10,587 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:10,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:10,676 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff2784a0-27a3-4a7f-b72f-1cc67a4ab380 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:10,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-ff2784a0-27a3-4a7f-b72f-1cc67a4ab380 2018-09-04 22:03:10,676 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:10,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:10,774 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83f31d7a-1b3b-4eb1-8e4e-b0dcb97c9fa7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:10,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-83f31d7a-1b3b-4eb1-8e4e-b0dcb97c9fa7 2018-09-04 22:03:10,774 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:10,775 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj 2018-09-04 22:03:10,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/5d3a71b6990c40d78e1139d3b105caea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:11,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea1ac626-a9cb-4f61-a8ae-c8fb4cdd0697 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:11,009 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/5d3a71b6990c40d78e1139d3b105caea used request id req-ea1ac626-a9cb-4f61-a8ae-c8fb4cdd0697 2018-09-04 22:03:11,009 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-proj-role 2018-09-04 22:03:11,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c66c33a438de44c9817dc546a3c96f2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:11,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6794d00-fd3e-4443-856c-471ec6220516 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:11,119 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c66c33a438de44c9817dc546a3c96f2c used request id req-e6794d00-fd3e-4443-856c-471ec6220516 2018-09-04 22:03:11,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ef429600f72ac81c43f42aefca071389a0889d" 2018-09-04 22:03:11,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18b7b581-0f96-4622-89c4-202e8e2cb2a2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:11,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-18b7b581-0f96-4622-89c4-202e8e2cb2a2 2018-09-04 22:03:11,213 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-c38169cf-4c21-464-user 2018-09-04 22:03:11,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/dd45e5fd27d94c81b3e8b7f2286c3e6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}764a0776f58ff2bc868edbbef97ccaf16f4e0931" 2018-09-04 22:03:11,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4364574-5dd0-477f-8096-0f5e4e035e8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:11,380 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/dd45e5fd27d94c81b3e8b7f2286c3e6c used request id req-d4364574-5dd0-477f-8096-0f5e4e035e8f 2018-09-04 22:03:11,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:11,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["6kaL0dZ-SQOG0ndjHIOQfw"], "issued_at": "2018-09-04T22:03:11.000000Z"}} 2018-09-04 22:03:11,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84f19b35615bf69de53015646112d3f9031beb1d" 2018-09-04 22:03:11,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ca47f32-6f59-412e-87cb-d345d9012f01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:11,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3ca47f32-6f59-412e-87cb-d345d9012f01 2018-09-04 22:03:11,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:11,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:12,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["6A0nSKtuTSm2MejuNy1QsA"], "issued_at": "2018-09-04T22:03:12.000000Z"}} 2018-09-04 22:03:12,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:12,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9675448e-6d87-4659-971c-675258322f39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:12,317 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9675448e-6d87-4659-971c-675258322f39 2018-09-04 22:03:12,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:12,327 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:12,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:12,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd5e32e-9d3d-4558-9c1a-c073d4cd2ad5 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:03:12,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj used request id req-3fd5e32e-9d3d-4558-9c1a-c073d4cd2ad5 2018-09-04 22:03:12,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:12,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d375d0d7-329c-4f4a-8833-61bd3e714b08 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:12,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-d375d0d7-329c-4f4a-8833-61bd3e714b08 2018-09-04 22:03:12,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj"}}' 2018-09-04 22:03:12,628 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cad264c0-9175-4e62-a6c1-b4872f55fe57 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ef68ce28b9eb44629b076c64beaf04a9"}, "enabled": true, "id": "ef68ce28b9eb44629b076c64beaf04a9", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj"}} 2018-09-04 22:03:12,628 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-cad264c0-9175-4e62-a6c1-b4872f55fe57 2018-09-04 22:03:12,629 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj 2018-09-04 22:03:12,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:12,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:13,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["hdolrVVWTtKNXuSsF9srCQ"], "issued_at": "2018-09-04T22:03:12.000000Z"}} 2018-09-04 22:03:13,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9453e21684ac7dd444f4830563b0288e15cb99" 2018-09-04 22:03:13,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24dc6429-4c09-4b64-b2de-92fbfad34d7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:13,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-24dc6429-4c09-4b64-b2de-92fbfad34d7a 2018-09-04 22:03:13,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:13,025 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:13,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9453e21684ac7dd444f4830563b0288e15cb99" 2018-09-04 22:03:13,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-affc0388-f16d-4127-8dc9-973f3acdb60a Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:03:13,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-affc0388-f16d-4127-8dc9-973f3acdb60a 2018-09-04 22:03:13,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9453e21684ac7dd444f4830563b0288e15cb99" 2018-09-04 22:03:13,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d2ec591-c67e-4e47-83de-bda226446340 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ef68ce28b9eb44629b076c64beaf04a9"}, "enabled": true, "id": "ef68ce28b9eb44629b076c64beaf04a9", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj"}]} 2018-09-04 22:03:13,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj used request id req-2d2ec591-c67e-4e47-83de-bda226446340 2018-09-04 22:03:13,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9453e21684ac7dd444f4830563b0288e15cb99" 2018-09-04 22:03:13,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dbac945-32f0-45ea-914e-0bdfe12ced2e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:13,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-3dbac945-32f0-45ea-914e-0bdfe12ced2e 2018-09-04 22:03:13,682 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-user 2018-09-04 22:03:13,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:13,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:13,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d607aaf8-d28f-4b3f-b83c-9536956f481a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:13,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d607aaf8-d28f-4b3f-b83c-9536956f481a 2018-09-04 22:03:13,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj-role"}}' 2018-09-04 22:03:13,909 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-099424dd-d308-45dc-ad3f-1b599babe332 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf74f62b73ab41a4b619918427c0f33a", "links": {"self": "http://172.30.9.26:5000/v3/roles/bf74f62b73ab41a4b619918427c0f33a"}, "name": "CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj-role"}} 2018-09-04 22:03:13,910 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-099424dd-d308-45dc-ad3f-1b599babe332 2018-09-04 22:03:13,910 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj-role 2018-09-04 22:03:13,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/bf74f62b73ab41a4b619918427c0f33a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:14,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aac5d272-fb78-48d7-9800-abb67c7460ff Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/bf74f62b73ab41a4b619918427c0f33a"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj-role", "id": "bf74f62b73ab41a4b619918427c0f33a"}} 2018-09-04 22:03:14,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/bf74f62b73ab41a4b619918427c0f33a used request id req-aac5d272-fb78-48d7-9800-abb67c7460ff 2018-09-04 22:03:14,001 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj-role to project CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj 2018-09-04 22:03:14,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/ef68ce28b9eb44629b076c64beaf04a9/users/f4157837c5254db8935acfd812a61d0e/roles/bf74f62b73ab41a4b619918427c0f33a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:14,140 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aeff7c89-18f5-4298-b861-286c89b3f4ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:14,140 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/ef68ce28b9eb44629b076c64beaf04a9/users/f4157837c5254db8935acfd812a61d0e/roles/bf74f62b73ab41a4b619918427c0f33a used request id req-aeff7c89-18f5-4298-b861-286c89b3f4ca 2018-09-04 22:03:14,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:14,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:14,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["MkH1yqgnRF6twscj5_a-hQ"], "issued_at": "2018-09-04T22:03:14.000000Z"}} 2018-09-04 22:03:14,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933b641b7e343d1cb47b31fd4f90747502b156c9" 2018-09-04 22:03:14,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d8a5bed-a6fd-487a-a54d-144831ea24ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:14,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7d8a5bed-a6fd-487a-a54d-144831ea24ec 2018-09-04 22:03:14,618 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933b641b7e343d1cb47b31fd4f90747502b156c9" 2018-09-04 22:03:14,785 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:14 GMT Server: Apache x-compute-request-id: req-ec510a60-2b34-4a5f-8baa-a1bedfa38d07 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ec510a60-2b34-4a5f-8baa-a1bedfa38d07 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-09-04 22:03:14,785 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-ec510a60-2b34-4a5f-8baa-a1bedfa38d07 2018-09-04 22:03:14,789 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ec510a60-2b34-4a5f-8baa-a1bedfa38d07" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933b641b7e343d1cb47b31fd4f90747502b156c9" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-5612a3a3-8d47-4782-b0d2-10886d8dd146", "description": null}}' 2018-09-04 22:03:14,989 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:14 GMT Server: Apache x-compute-request-id: req-e61150e2-4080-42b3-add2-73a81a5ba924 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e61150e2-4080-42b3-add2-73a81a5ba924 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-5612a3a3-8d47-4782-b0d2-10886d8dd146", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d07b867e-f0dc-4b77-8e2c-ec3a8b839af7", "description": null}} 2018-09-04 22:03:14,989 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types used request id req-e61150e2-4080-42b3-add2-73a81a5ba924 2018-09-04 22:03:14,990 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-5612a3a3-8d47-4782-b0d2-10886d8dd146 2018-09-04 22:03:14,993 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84f19b35615bf69de53015646112d3f9031beb1d" 2018-09-04 22:03:15,175 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:14 GMT Server: Apache x-compute-request-id: req-dcf50912-f4b4-441c-adc5-5e333560ea9b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dcf50912-f4b4-441c-adc5-5e333560ea9b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-5612a3a3-8d47-4782-b0d2-10886d8dd146", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d07b867e-f0dc-4b77-8e2c-ec3a8b839af7", "description": null}]} 2018-09-04 22:03:15,176 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-dcf50912-f4b4-441c-adc5-5e333560ea9b 2018-09-04 22:03:15,179 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/d07b867e-f0dc-4b77-8e2c-ec3a8b839af7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dcf50912-f4b4-441c-adc5-5e333560ea9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84f19b35615bf69de53015646112d3f9031beb1d" 2018-09-04 22:03:15,365 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:15 GMT Server: Apache x-compute-request-id: req-2c291269-3426-4b63-8434-430e16568d77 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2c291269-3426-4b63-8434-430e16568d77 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-5612a3a3-8d47-4782-b0d2-10886d8dd146", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d07b867e-f0dc-4b77-8e2c-ec3a8b839af7", "description": null}} 2018-09-04 22:03:15,365 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/d07b867e-f0dc-4b77-8e2c-ec3a8b839af7 used request id req-2c291269-3426-4b63-8434-430e16568d77 2018-09-04 22:03:15,368 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/d07b867e-f0dc-4b77-8e2c-ec3a8b839af7/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dcf50912-f4b4-441c-adc5-5e333560ea9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84f19b35615bf69de53015646112d3f9031beb1d" 2018-09-04 22:03:15,537 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:15 GMT Server: Apache x-compute-request-id: req-0a54df67-68a1-457a-8a6e-5b6ea11a9924 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0a54df67-68a1-457a-8a6e-5b6ea11a9924 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 22:03:15,537 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/d07b867e-f0dc-4b77-8e2c-ec3a8b839af7/encryption used request id req-0a54df67-68a1-457a-8a6e-5b6ea11a9924 2018-09-04 22:03:15,540 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/d07b867e-f0dc-4b77-8e2c-ec3a8b839af7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dcf50912-f4b4-441c-adc5-5e333560ea9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84f19b35615bf69de53015646112d3f9031beb1d" 2018-09-04 22:03:15,717 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:15 GMT Server: Apache x-compute-request-id: req-0bcebc08-11a6-4d93-824b-122bd02526ac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0bcebc08-11a6-4d93-824b-122bd02526ac Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-5612a3a3-8d47-4782-b0d2-10886d8dd146", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d07b867e-f0dc-4b77-8e2c-ec3a8b839af7", "description": null}} 2018-09-04 22:03:15,717 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/d07b867e-f0dc-4b77-8e2c-ec3a8b839af7 used request id req-0bcebc08-11a6-4d93-824b-122bd02526ac 2018-09-04 22:03:15,720 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/d07b867e-f0dc-4b77-8e2c-ec3a8b839af7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dcf50912-f4b4-441c-adc5-5e333560ea9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84f19b35615bf69de53015646112d3f9031beb1d" 2018-09-04 22:03:15,897 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:15 GMT Server: Apache x-compute-request-id: req-92a7c3a0-d574-4807-b3b5-5b7a8c448a38 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-92a7c3a0-d574-4807-b3b5-5b7a8c448a38 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-5612a3a3-8d47-4782-b0d2-10886d8dd146", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d07b867e-f0dc-4b77-8e2c-ec3a8b839af7", "description": null}} 2018-09-04 22:03:15,897 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/d07b867e-f0dc-4b77-8e2c-ec3a8b839af7 used request id req-92a7c3a0-d574-4807-b3b5-5b7a8c448a38 2018-09-04 22:03:15,901 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/d07b867e-f0dc-4b77-8e2c-ec3a8b839af7/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dcf50912-f4b4-441c-adc5-5e333560ea9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84f19b35615bf69de53015646112d3f9031beb1d" 2018-09-04 22:03:16,077 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:15 GMT Server: Apache x-compute-request-id: req-9d96cf64-e243-4e71-9c4d-98d79cfe79a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9d96cf64-e243-4e71-9c4d-98d79cfe79a8 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 22:03:16,077 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/d07b867e-f0dc-4b77-8e2c-ec3a8b839af7/encryption used request id req-9d96cf64-e243-4e71-9c4d-98d79cfe79a8 2018-09-04 22:03:16,078 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-5612a3a3-8d47-4782-b0d2-10886d8dd146 2018-09-04 22:03:16,080 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/d07b867e-f0dc-4b77-8e2c-ec3a8b839af7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ec510a60-2b34-4a5f-8baa-a1bedfa38d07" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933b641b7e343d1cb47b31fd4f90747502b156c9" 2018-09-04 22:03:16,377 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f0191627-74e7-443a-80d4-7c8cbedcb980 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:16,377 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/d07b867e-f0dc-4b77-8e2c-ec3a8b839af7 used request id req-f0191627-74e7-443a-80d4-7c8cbedcb980 2018-09-04 22:03:16,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:16,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-6e1741a2-e55f-4340-bd1f-ed976a8ccffe Date: Tue, 04 Sep 2018 22:03:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:03:16,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-6e1741a2-e55f-4340-bd1f-ed976a8ccffe 2018-09-04 22:03:16,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:16,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63eca1aa-6376-406c-b676-d87090b462a1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:03:16,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-63eca1aa-6376-406c-b676-d87090b462a1 2018-09-04 22:03:16,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:16,814 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9aafc1f2-03bd-4d06-a1b3-958de96e35b8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:16,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-9aafc1f2-03bd-4d06-a1b3-958de96e35b8 2018-09-04 22:03:16,815 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:16,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:16,897 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fdb38af-90a1-4be3-b572-16403f6d2aea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:16,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-5fdb38af-90a1-4be3-b572-16403f6d2aea 2018-09-04 22:03:16,898 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:16,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:17,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a45db8c-6529-481b-8a94-8f86c378db73 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:03:17,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-8a45db8c-6529-481b-8a94-8f86c378db73 2018-09-04 22:03:17,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:17,020 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-989e5e0d-efaf-46ae-9bf7-2073a9668c1d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:17,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-989e5e0d-efaf-46ae-9bf7-2073a9668c1d 2018-09-04 22:03:17,020 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:17,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:17,104 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae2059e9-e72f-4c21-a777-b2382daaf5d2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:17,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-ae2059e9-e72f-4c21-a777-b2382daaf5d2 2018-09-04 22:03:17,104 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:17,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:17,195 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5638c472-f35b-4af6-9a3c-68809a1967c9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:17,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-5638c472-f35b-4af6-9a3c-68809a1967c9 2018-09-04 22:03:17,195 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:17,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:17,290 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a2c6109-51ef-48ff-899d-a40fa31cbae2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:17,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-6a2c6109-51ef-48ff-899d-a40fa31cbae2 2018-09-04 22:03:17,291 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:17,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:17,373 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a738c6c3-ef36-43b9-9561-80340b987180 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:17,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-a738c6c3-ef36-43b9-9561-80340b987180 2018-09-04 22:03:17,374 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:17,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:17,463 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b5d8229-613b-4216-b299-e32662c78c3d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:17,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-6b5d8229-613b-4216-b299-e32662c78c3d 2018-09-04 22:03:17,464 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:17,464 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj 2018-09-04 22:03:17,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/ef68ce28b9eb44629b076c64beaf04a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:17,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-962d021d-62f6-4151-ad5d-5fbce6c6ef57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:17,685 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/ef68ce28b9eb44629b076c64beaf04a9 used request id req-962d021d-62f6-4151-ad5d-5fbce6c6ef57 2018-09-04 22:03:17,685 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-proj-role 2018-09-04 22:03:17,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/bf74f62b73ab41a4b619918427c0f33a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:17,795 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fde3981a-14e5-4eab-bb8c-c117985048fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:17,795 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/bf74f62b73ab41a4b619918427c0f33a used request id req-fde3981a-14e5-4eab-bb8c-c117985048fd 2018-09-04 22:03:17,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9a55f7db88fabb77f1cb5630f4337fc686eb69" 2018-09-04 22:03:17,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95b078d9-7de3-44f1-8a21-02cbd98c28ad Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:17,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-95b078d9-7de3-44f1-8a21-02cbd98c28ad 2018-09-04 22:03:17,886 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-d9f688f9-9a99-452-user 2018-09-04 22:03:17,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/f4157837c5254db8935acfd812a61d0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9453e21684ac7dd444f4830563b0288e15cb99" 2018-09-04 22:03:18,071 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa5fbcfa-0fed-45a3-bec4-fb04ccca6a37 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:18,071 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/f4157837c5254db8935acfd812a61d0e used request id req-fa5fbcfa-0fed-45a3-bec4-fb04ccca6a37 2018-09-04 22:03:18,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:18,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["v8qEgOqxRj-M5eMw7tLEcg"], "issued_at": "2018-09-04T22:03:18.000000Z"}} 2018-09-04 22:03:18,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab581bc72a338a6e18eebd005dae0a94ae3d09dd" 2018-09-04 22:03:18,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fe5c6bc-429d-4175-8db9-b5b05dbaf964 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:18,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9fe5c6bc-429d-4175-8db9-b5b05dbaf964 2018-09-04 22:03:18,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:18,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:18,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["kRD8nZ_5TOu4g0MxKOP44g"], "issued_at": "2018-09-04T22:03:18.000000Z"}} 2018-09-04 22:03:18,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:19,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-427b8dd1-c6b0-4636-8f98-b846f28189d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:19,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-427b8dd1-c6b0-4636-8f98-b846f28189d3 2018-09-04 22:03:19,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:19,025 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:19,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:19,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4b13dbe-0b18-404f-bbc5-71d09d340693 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:03:19,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj used request id req-f4b13dbe-0b18-404f-bbc5-71d09d340693 2018-09-04 22:03:19,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:19,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-518d6b14-bb58-4078-83cf-78bfe95d64ad Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:19,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-518d6b14-bb58-4078-83cf-78bfe95d64ad 2018-09-04 22:03:19,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj"}}' 2018-09-04 22:03:19,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1f35981-1b26-4b23-bacb-2fa2b0139493 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/73da425fc4514044b0d61b5ade18b076"}, "enabled": true, "id": "73da425fc4514044b0d61b5ade18b076", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj"}} 2018-09-04 22:03:19,263 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-b1f35981-1b26-4b23-bacb-2fa2b0139493 2018-09-04 22:03:19,263 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj 2018-09-04 22:03:19,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:19,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:19,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["WlEjZqJ5TnmKdEl0yHbrDA"], "issued_at": "2018-09-04T22:03:19.000000Z"}} 2018-09-04 22:03:19,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a654843119b2e736912e44f08d001d4de5f9e0" 2018-09-04 22:03:19,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0272065-337a-463a-9f34-9f867dd7c6f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:19,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b0272065-337a-463a-9f34-9f867dd7c6f6 2018-09-04 22:03:19,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:19,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:19,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a654843119b2e736912e44f08d001d4de5f9e0" 2018-09-04 22:03:19,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23b28bfa-dd95-4d78-b771-a295cbd8b5c4 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:03:19,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-23b28bfa-dd95-4d78-b771-a295cbd8b5c4 2018-09-04 22:03:19,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a654843119b2e736912e44f08d001d4de5f9e0" 2018-09-04 22:03:19,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7abc0e80-9870-4075-af76-7b8ddf2c0150 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/73da425fc4514044b0d61b5ade18b076"}, "enabled": true, "id": "73da425fc4514044b0d61b5ade18b076", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj"}]} 2018-09-04 22:03:19,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj used request id req-7abc0e80-9870-4075-af76-7b8ddf2c0150 2018-09-04 22:03:19,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a654843119b2e736912e44f08d001d4de5f9e0" 2018-09-04 22:03:20,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cdb58e8-cfc8-4d00-b154-757b81f95c8f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:20,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-4cdb58e8-cfc8-4d00-b154-757b81f95c8f 2018-09-04 22:03:20,395 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-e9e43f1b-f682-433-user 2018-09-04 22:03:20,395 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:20,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:20,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cf929b1-3644-4a5a-a6dd-d9712a110602 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:20,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7cf929b1-3644-4a5a-a6dd-d9712a110602 2018-09-04 22:03:20,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" -d '{"role": {"name": "CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj-role"}}' 2018-09-04 22:03:20,598 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-411a5eaa-f3cf-4c73-a7db-e664b347d1e5 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c6a3421457a74d529a1a1593a31313b2", "links": {"self": "http://172.30.9.26:5000/v3/roles/c6a3421457a74d529a1a1593a31313b2"}, "name": "CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj-role"}} 2018-09-04 22:03:20,598 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-411a5eaa-f3cf-4c73-a7db-e664b347d1e5 2018-09-04 22:03:20,598 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj-role 2018-09-04 22:03:20,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c6a3421457a74d529a1a1593a31313b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:20,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dfaf391-6783-40b4-bed6-bcd030dd1891 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c6a3421457a74d529a1a1593a31313b2"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj-role", "id": "c6a3421457a74d529a1a1593a31313b2"}} 2018-09-04 22:03:20,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c6a3421457a74d529a1a1593a31313b2 used request id req-1dfaf391-6783-40b4-bed6-bcd030dd1891 2018-09-04 22:03:20,693 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj-role to project CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj 2018-09-04 22:03:20,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/73da425fc4514044b0d61b5ade18b076/users/1736afa225834d13a783967d4a25e87d/roles/c6a3421457a74d529a1a1593a31313b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:20,816 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-527d0e21-dd6a-42a2-bbf6-6d1c7d0898ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:20,816 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/73da425fc4514044b0d61b5ade18b076/users/1736afa225834d13a783967d4a25e87d/roles/c6a3421457a74d529a1a1593a31313b2 used request id req-527d0e21-dd6a-42a2-bbf6-6d1c7d0898ea 2018-09-04 22:03:20,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:20,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:21,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["WrP3dOFqQBaQYr4M04wKRA"], "issued_at": "2018-09-04T22:03:21.000000Z"}} 2018-09-04 22:03:21,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0865837e61fd9e0f7d3ea62dab5f187f1f05ac" 2018-09-04 22:03:21,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d9d366f-3a4f-40e5-97a8-8c55aed27ea7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:21,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5d9d366f-3a4f-40e5-97a8-8c55aed27ea7 2018-09-04 22:03:21,235 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0865837e61fd9e0f7d3ea62dab5f187f1f05ac" 2018-09-04 22:03:21,412 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:21 GMT Server: Apache x-compute-request-id: req-71c5aa4f-7744-4785-aa59-c4fb154b6e7a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-71c5aa4f-7744-4785-aa59-c4fb154b6e7a Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-09-04 22:03:21,412 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-71c5aa4f-7744-4785-aa59-c4fb154b6e7a 2018-09-04 22:03:21,416 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-71c5aa4f-7744-4785-aa59-c4fb154b6e7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0865837e61fd9e0f7d3ea62dab5f187f1f05ac" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-70030579-141f-4907-aa81-ef6d69f24d0d-qos-spec"}}' 2018-09-04 22:03:21,611 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:21 GMT Server: Apache x-compute-request-id: req-3b8f834b-122a-458e-b9a8-55433db943ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3b8f834b-122a-458e-b9a8-55433db943ca Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "e471f68a-dfa7-4401-bfe7-9b06c802c94a", "name": "CreateVolumeTypeComplexTests-70030579-141f-4907-aa81-ef6d69f24d0d-qos-spec"}, "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/e471f68a-dfa7-4401-bfe7-9b06c802c94a", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/qos-specs/e471f68a-dfa7-4401-bfe7-9b06c802c94a", "rel": "bookmark"}]} 2018-09-04 22:03:21,611 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-3b8f834b-122a-458e-b9a8-55433db943ca 2018-09-04 22:03:21,612 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-70030579-141f-4907-aa81-ef6d69f24d0d-qos-spec 2018-09-04 22:03:21,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:21,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:21,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["reBSFMcbQheuy0TBmAwtRg"], "issued_at": "2018-09-04T22:03:21.000000Z"}} 2018-09-04 22:03:21,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c09814e3069322a67772ab28d896cc259fc70af" 2018-09-04 22:03:22,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b69e34a1-90bb-4baa-bf3a-4f31cbc2471f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:22,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b69e34a1-90bb-4baa-bf3a-4f31cbc2471f 2018-09-04 22:03:22,088 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c09814e3069322a67772ab28d896cc259fc70af" 2018-09-04 22:03:22,258 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:22 GMT Server: Apache x-compute-request-id: req-49ac1293-5d26-440f-b9fa-561cca2e5705 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-49ac1293-5d26-440f-b9fa-561cca2e5705 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-09-04 22:03:22,258 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-49ac1293-5d26-440f-b9fa-561cca2e5705 2018-09-04 22:03:22,261 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-49ac1293-5d26-440f-b9fa-561cca2e5705" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c09814e3069322a67772ab28d896cc259fc70af" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-70030579-141f-4907-aa81-ef6d69f24d0d-vol_type", "description": null}}' 2018-09-04 22:03:22,459 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:22 GMT Server: Apache x-compute-request-id: req-c6b5aa72-6287-4d12-b21e-80f82cb14b4c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c6b5aa72-6287-4d12-b21e-80f82cb14b4c Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-70030579-141f-4907-aa81-ef6d69f24d0d-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6", "description": null}} 2018-09-04 22:03:22,459 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types used request id req-c6b5aa72-6287-4d12-b21e-80f82cb14b4c 2018-09-04 22:03:22,462 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-49ac1293-5d26-440f-b9fa-561cca2e5705" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c09814e3069322a67772ab28d896cc259fc70af" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-09-04 22:03:22,713 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:22 GMT Server: Apache x-compute-request-id: req-c299d48c-eccc-4bc1-a7f0-83d613a1ed02 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c299d48c-eccc-4bc1-a7f0-83d613a1ed02 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6", "name": "foo", "control_location": "back-end", "encryption_id": "45609518-9901-43b3-aef2-91e1a9f4e721", "provider": "bar", "provider_class": "bar"}} 2018-09-04 22:03:22,713 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6/encryption used request id req-c299d48c-eccc-4bc1-a7f0-83d613a1ed02 2018-09-04 22:03:22,714 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-70030579-141f-4907-aa81-ef6d69f24d0d-vol_type 2018-09-04 22:03:22,717 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab581bc72a338a6e18eebd005dae0a94ae3d09dd" 2018-09-04 22:03:22,883 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:22 GMT Server: Apache x-compute-request-id: req-c2fb42e4-8c99-42ea-9462-be1db26ad26f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c2fb42e4-8c99-42ea-9462-be1db26ad26f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-70030579-141f-4907-aa81-ef6d69f24d0d-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6", "description": null}} 2018-09-04 22:03:22,884 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6 used request id req-c2fb42e4-8c99-42ea-9462-be1db26ad26f 2018-09-04 22:03:22,887 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2fb42e4-8c99-42ea-9462-be1db26ad26f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab581bc72a338a6e18eebd005dae0a94ae3d09dd" 2018-09-04 22:03:23,439 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:22 GMT Server: Apache x-compute-request-id: req-26759610-ec0c-4569-becd-eaf4b1f4c373 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-26759610-ec0c-4569-becd-eaf4b1f4c373 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-70030579-141f-4907-aa81-ef6d69f24d0d-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6", "description": null}} 2018-09-04 22:03:23,439 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6 used request id req-26759610-ec0c-4569-becd-eaf4b1f4c373 2018-09-04 22:03:23,442 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2fb42e4-8c99-42ea-9462-be1db26ad26f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab581bc72a338a6e18eebd005dae0a94ae3d09dd" 2018-09-04 22:03:23,625 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:23 GMT Server: Apache x-compute-request-id: req-1b77583b-aab7-45ed-b444-95c0d8f7d5c6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1b77583b-aab7-45ed-b444-95c0d8f7d5c6 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6", "control_location": "back-end", "deleted": false, "created_at": "2018-09-04T22:03:22.000000", "updated_at": null, "encryption_id": "45609518-9901-43b3-aef2-91e1a9f4e721", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-09-04 22:03:23,626 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6/encryption used request id req-1b77583b-aab7-45ed-b444-95c0d8f7d5c6 2018-09-04 22:03:23,626 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-70030579-141f-4907-aa81-ef6d69f24d0d-vol_type 2018-09-04 22:03:23,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-49ac1293-5d26-440f-b9fa-561cca2e5705" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c09814e3069322a67772ab28d896cc259fc70af" 2018-09-04 22:03:24,215 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4defd228-b0f3-48c1-8795-39539502d6ae Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:24,215 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/8dbf3a9f-37b5-4766-a51d-0aa2efa6a9c6 used request id req-4defd228-b0f3-48c1-8795-39539502d6ae 2018-09-04 22:03:24,216 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-70030579-141f-4907-aa81-ef6d69f24d0d-qos-spec 2018-09-04 22:03:24,219 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/e471f68a-dfa7-4401-bfe7-9b06c802c94a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71c5aa4f-7744-4785-aa59-c4fb154b6e7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0865837e61fd9e0f7d3ea62dab5f187f1f05ac" 2018-09-04 22:03:24,431 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4faf5ed1-ce49-4e5d-8750-6db0544e56cb Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:24,431 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/e471f68a-dfa7-4401-bfe7-9b06c802c94a?force=False used request id req-4faf5ed1-ce49-4e5d-8750-6db0544e56cb 2018-09-04 22:03:24,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:24,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-d8f29e92-ed2e-4ba7-ad92-ed3ef15c0f63 Date: Tue, 04 Sep 2018 22:03:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:03:24,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-d8f29e92-ed2e-4ba7-ad92-ed3ef15c0f63 2018-09-04 22:03:24,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:24,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8d44800-f2f6-4674-8f86-f2e4cb411959 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:03:24,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-d8d44800-f2f6-4674-8f86-f2e4cb411959 2018-09-04 22:03:24,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:24,854 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bde02ba-7d9d-4cfb-af16-73f255cfe448 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:24,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-6bde02ba-7d9d-4cfb-af16-73f255cfe448 2018-09-04 22:03:24,855 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:24,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:24,945 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3370d6ee-fb02-4e61-92f3-9c8705ba39d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:24,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-3370d6ee-fb02-4e61-92f3-9c8705ba39d8 2018-09-04 22:03:24,945 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:24,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:25,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c63a1d03-e2ce-4bfa-9830-21fc41377ec2 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:03:25,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-c63a1d03-e2ce-4bfa-9830-21fc41377ec2 2018-09-04 22:03:25,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:25,126 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1404bc59-80b5-4ea9-8119-5de8d0320fa9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:25,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-1404bc59-80b5-4ea9-8119-5de8d0320fa9 2018-09-04 22:03:25,126 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:25,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:25,217 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-996fe9d7-c9ba-4c39-851a-f600e1f5d129 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:25,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-996fe9d7-c9ba-4c39-851a-f600e1f5d129 2018-09-04 22:03:25,217 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:25,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:25,302 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-547ba307-41d9-40a4-abc5-ea5193b9e976 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:25,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-547ba307-41d9-40a4-abc5-ea5193b9e976 2018-09-04 22:03:25,303 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:25,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:25,385 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15540333-e746-4b62-9e81-d0554f3a86de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:25,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-15540333-e746-4b62-9e81-d0554f3a86de 2018-09-04 22:03:25,385 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:25,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:25,474 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb1fcf9b-c3c1-4fd7-9a0f-91458bd6fb51 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:25,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-cb1fcf9b-c3c1-4fd7-9a0f-91458bd6fb51 2018-09-04 22:03:25,475 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:25,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:25,570 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5870949-d140-4450-b5c4-6f5b81042c3d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:25,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-b5870949-d140-4450-b5c4-6f5b81042c3d 2018-09-04 22:03:25,570 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:25,571 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj 2018-09-04 22:03:25,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/73da425fc4514044b0d61b5ade18b076 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:25,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5632a66-ee05-4e42-a9a7-8cf7de7d7b64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:25,780 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/73da425fc4514044b0d61b5ade18b076 used request id req-c5632a66-ee05-4e42-a9a7-8cf7de7d7b64 2018-09-04 22:03:25,781 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-e9e43f1b-f682-433-proj-role 2018-09-04 22:03:25,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c6a3421457a74d529a1a1593a31313b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:25,897 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-845f9ed3-5c36-44fa-9766-cb3b9bd0af59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:25,897 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c6a3421457a74d529a1a1593a31313b2 used request id req-845f9ed3-5c36-44fa-9766-cb3b9bd0af59 2018-09-04 22:03:25,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09810270c3e3cc4c414ed18802bd819af5226c89" 2018-09-04 22:03:25,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffdf449b-bead-4321-9ade-fcedb05ad60d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:25,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ffdf449b-bead-4321-9ade-fcedb05ad60d 2018-09-04 22:03:25,991 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-e9e43f1b-f682-433-user 2018-09-04 22:03:25,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/1736afa225834d13a783967d4a25e87d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a654843119b2e736912e44f08d001d4de5f9e0" 2018-09-04 22:03:26,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f1b8b8e-3411-4bb4-83f8-600d713a4c50 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:26,159 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/1736afa225834d13a783967d4a25e87d used request id req-6f1b8b8e-3411-4bb4-83f8-600d713a4c50 2018-09-04 22:03:26,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:26,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["7HZhxlUVSd2LTtqvxY_fhQ"], "issued_at": "2018-09-04T22:03:26.000000Z"}} 2018-09-04 22:03:26,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8fe8d521939b81a2ce0c596cd7a5617dc47ca91" 2018-09-04 22:03:26,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62721e9c-a519-4de7-bffb-ca962093cdd7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:26,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-62721e9c-a519-4de7-bffb-ca962093cdd7 2018-09-04 22:03:26,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:26,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:27,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["SO5h_EsNQa-zUtKq9Z0XPg"], "issued_at": "2018-09-04T22:03:27.000000Z"}} 2018-09-04 22:03:27,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:27,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2569eb16-25b4-4d11-b89d-291bbcb46735 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:27,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2569eb16-25b4-4d11-b89d-291bbcb46735 2018-09-04 22:03:27,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:27,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:27,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:27,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-341964d4-dfe4-49e5-8f00-00140928b110 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:03:27,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj used request id req-341964d4-dfe4-49e5-8f00-00140928b110 2018-09-04 22:03:27,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:27,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58ab57b8-844a-4a31-aa60-22233622722a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:27,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-58ab57b8-844a-4a31-aa60-22233622722a 2018-09-04 22:03:27,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj"}}' 2018-09-04 22:03:27,490 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33e40757-a33c-4019-95e1-8a0153e2fc89 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38af48f43556460a99fdb4c923d12a22"}, "enabled": true, "id": "38af48f43556460a99fdb4c923d12a22", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj"}} 2018-09-04 22:03:27,490 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-33e40757-a33c-4019-95e1-8a0153e2fc89 2018-09-04 22:03:27,491 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj 2018-09-04 22:03:27,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:27,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:27,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["FwRiMVXxSdGeeCxT1dpnPw"], "issued_at": "2018-09-04T22:03:27.000000Z"}} 2018-09-04 22:03:27,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49ee27393e801f83ffd9d272a484b2327c3ed5f" 2018-09-04 22:03:27,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02373f0a-2267-493a-825f-7a30836dbbc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:27,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-02373f0a-2267-493a-825f-7a30836dbbc1 2018-09-04 22:03:27,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:27,967 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:27,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49ee27393e801f83ffd9d272a484b2327c3ed5f" 2018-09-04 22:03:28,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fff9e04-c6c7-4ef7-bb5f-c848f9aaa297 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:03:28,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-4fff9e04-c6c7-4ef7-bb5f-c848f9aaa297 2018-09-04 22:03:28,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49ee27393e801f83ffd9d272a484b2327c3ed5f" 2018-09-04 22:03:28,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5d110b0-ca23-44ab-aa9d-6c309d4af730 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38af48f43556460a99fdb4c923d12a22"}, "enabled": true, "id": "38af48f43556460a99fdb4c923d12a22", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj"}]} 2018-09-04 22:03:28,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj used request id req-f5d110b0-ca23-44ab-aa9d-6c309d4af730 2018-09-04 22:03:28,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49ee27393e801f83ffd9d272a484b2327c3ed5f" 2018-09-04 22:03:28,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac0c1444-e4d1-4ffa-944f-6ac078686fe8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:28,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-ac0c1444-e4d1-4ffa-944f-6ac078686fe8 2018-09-04 22:03:28,627 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-2245b203-1561-4b9-user 2018-09-04 22:03:28,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:28,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:28,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f6e6c5b-3fa1-4c24-8861-4cd4b0aaafdb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:28,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4f6e6c5b-3fa1-4c24-8861-4cd4b0aaafdb 2018-09-04 22:03:28,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" -d '{"role": {"name": "CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj-role"}}' 2018-09-04 22:03:28,844 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5dec21f0-dd7a-481a-a722-14c229c7eb9c Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a39161a6bb0948908f50a39ecb2b8c4f", "links": {"self": "http://172.30.9.26:5000/v3/roles/a39161a6bb0948908f50a39ecb2b8c4f"}, "name": "CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj-role"}} 2018-09-04 22:03:28,844 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-5dec21f0-dd7a-481a-a722-14c229c7eb9c 2018-09-04 22:03:28,845 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj-role 2018-09-04 22:03:28,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/a39161a6bb0948908f50a39ecb2b8c4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:28,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cfc728e-c5fa-4304-8344-48a346404480 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/a39161a6bb0948908f50a39ecb2b8c4f"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj-role", "id": "a39161a6bb0948908f50a39ecb2b8c4f"}} 2018-09-04 22:03:28,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/a39161a6bb0948908f50a39ecb2b8c4f used request id req-6cfc728e-c5fa-4304-8344-48a346404480 2018-09-04 22:03:28,865 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj-role to project CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj 2018-09-04 22:03:28,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/38af48f43556460a99fdb4c923d12a22/users/6b31da6513d34be79b25a5ba780130e4/roles/a39161a6bb0948908f50a39ecb2b8c4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:28,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c272995-a624-40f1-83cc-03b95704c53b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:28,996 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/38af48f43556460a99fdb4c923d12a22/users/6b31da6513d34be79b25a5ba780130e4/roles/a39161a6bb0948908f50a39ecb2b8c4f used request id req-0c272995-a624-40f1-83cc-03b95704c53b 2018-09-04 22:03:28,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:28,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:29,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["7lpfeIvNRdmyjtIjdKuoIg"], "issued_at": "2018-09-04T22:03:29.000000Z"}} 2018-09-04 22:03:29,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441eb0da77528b88209354a2bae93aa6c6ab2326" 2018-09-04 22:03:29,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa32e48-1a0c-4491-94d3-9aebe28236de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:29,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cfa32e48-1a0c-4491-94d3-9aebe28236de 2018-09-04 22:03:29,475 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441eb0da77528b88209354a2bae93aa6c6ab2326" 2018-09-04 22:03:29,655 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:29 GMT Server: Apache x-compute-request-id: req-cfc0ad13-a555-4425-b4cd-0368bd508f9c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cfc0ad13-a555-4425-b4cd-0368bd508f9c Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-09-04 22:03:29,655 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-cfc0ad13-a555-4425-b4cd-0368bd508f9c 2018-09-04 22:03:29,660 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cfc0ad13-a555-4425-b4cd-0368bd508f9c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441eb0da77528b88209354a2bae93aa6c6ab2326" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-2a212c8d-6965-4e10-95ed-b3af1c72fed2-qos-spec"}}' 2018-09-04 22:03:29,850 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:29 GMT Server: Apache x-compute-request-id: req-e8f473b7-ef64-4237-92cc-b6ed3c1e9e6e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e8f473b7-ef64-4237-92cc-b6ed3c1e9e6e Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "d48e067e-e820-4857-b005-5403b0f9d574", "name": "CreateVolumeTypeComplexTests-2a212c8d-6965-4e10-95ed-b3af1c72fed2-qos-spec"}, "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/d48e067e-e820-4857-b005-5403b0f9d574", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/qos-specs/d48e067e-e820-4857-b005-5403b0f9d574", "rel": "bookmark"}]} 2018-09-04 22:03:29,850 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-e8f473b7-ef64-4237-92cc-b6ed3c1e9e6e 2018-09-04 22:03:29,851 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-2a212c8d-6965-4e10-95ed-b3af1c72fed2-qos-spec 2018-09-04 22:03:29,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:29,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:30,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["IYxcPuWNTBa8mZM5uZcjng"], "issued_at": "2018-09-04T22:03:30.000000Z"}} 2018-09-04 22:03:30,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cddad16f7338d48d67fac4e97b5da7d83b7f07" 2018-09-04 22:03:30,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-522f6eff-7c1d-47a0-9d96-fd03a48bc8fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:30,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-522f6eff-7c1d-47a0-9d96-fd03a48bc8fb 2018-09-04 22:03:30,327 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cddad16f7338d48d67fac4e97b5da7d83b7f07" 2018-09-04 22:03:30,501 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:30 GMT Server: Apache x-compute-request-id: req-f91bd073-d7ab-4703-a8b6-7d5234f8c912 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f91bd073-d7ab-4703-a8b6-7d5234f8c912 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-09-04 22:03:30,501 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-f91bd073-d7ab-4703-a8b6-7d5234f8c912 2018-09-04 22:03:30,505 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f91bd073-d7ab-4703-a8b6-7d5234f8c912" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cddad16f7338d48d67fac4e97b5da7d83b7f07" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-2a212c8d-6965-4e10-95ed-b3af1c72fed2-vol_type", "description": null}}' 2018-09-04 22:03:30,726 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:30 GMT Server: Apache x-compute-request-id: req-62d6b8e0-2dea-4ad6-a4f9-25921dd70c2c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-62d6b8e0-2dea-4ad6-a4f9-25921dd70c2c Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-2a212c8d-6965-4e10-95ed-b3af1c72fed2-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "85d773f1-bef0-41df-8f6a-a89ffdf75151", "description": null}} 2018-09-04 22:03:30,726 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types used request id req-62d6b8e0-2dea-4ad6-a4f9-25921dd70c2c 2018-09-04 22:03:30,729 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f91bd073-d7ab-4703-a8b6-7d5234f8c912" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cddad16f7338d48d67fac4e97b5da7d83b7f07" 2018-09-04 22:03:31,404 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:30 GMT Server: Apache x-compute-request-id: req-6ed197a6-991a-4949-8344-188b1d3aa8ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6ed197a6-991a-4949-8344-188b1d3aa8ad Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "d48e067e-e820-4857-b005-5403b0f9d574", "name": "CreateVolumeTypeComplexTests-2a212c8d-6965-4e10-95ed-b3af1c72fed2-qos-spec"}]} 2018-09-04 22:03:31,405 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-6ed197a6-991a-4949-8344-188b1d3aa8ad 2018-09-04 22:03:31,408 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/d48e067e-e820-4857-b005-5403b0f9d574/associate?vol_type_id=85d773f1-bef0-41df-8f6a-a89ffdf75151 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f91bd073-d7ab-4703-a8b6-7d5234f8c912" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cddad16f7338d48d67fac4e97b5da7d83b7f07" 2018-09-04 22:03:31,622 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c7f30346-4ed2-4dfb-90f1-854616d6ae06 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:31,622 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/d48e067e-e820-4857-b005-5403b0f9d574/associate?vol_type_id=85d773f1-bef0-41df-8f6a-a89ffdf75151 used request id req-c7f30346-4ed2-4dfb-90f1-854616d6ae06 2018-09-04 22:03:31,623 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-2a212c8d-6965-4e10-95ed-b3af1c72fed2-vol_type 2018-09-04 22:03:31,625 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/85d773f1-bef0-41df-8f6a-a89ffdf75151 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8fe8d521939b81a2ce0c596cd7a5617dc47ca91" 2018-09-04 22:03:31,791 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:31 GMT Server: Apache x-compute-request-id: req-f37a0f88-a242-4dbc-8071-1da3ab843063 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f37a0f88-a242-4dbc-8071-1da3ab843063 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-2a212c8d-6965-4e10-95ed-b3af1c72fed2-vol_type", "qos_specs_id": "d48e067e-e820-4857-b005-5403b0f9d574", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "85d773f1-bef0-41df-8f6a-a89ffdf75151", "description": null}} 2018-09-04 22:03:31,791 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/85d773f1-bef0-41df-8f6a-a89ffdf75151 used request id req-f37a0f88-a242-4dbc-8071-1da3ab843063 2018-09-04 22:03:31,794 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/85d773f1-bef0-41df-8f6a-a89ffdf75151 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f37a0f88-a242-4dbc-8071-1da3ab843063" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8fe8d521939b81a2ce0c596cd7a5617dc47ca91" 2018-09-04 22:03:31,972 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:31 GMT Server: Apache x-compute-request-id: req-d8157173-7b60-427c-aed8-892c7ee2c03a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d8157173-7b60-427c-aed8-892c7ee2c03a Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-2a212c8d-6965-4e10-95ed-b3af1c72fed2-vol_type", "qos_specs_id": "d48e067e-e820-4857-b005-5403b0f9d574", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "85d773f1-bef0-41df-8f6a-a89ffdf75151", "description": null}} 2018-09-04 22:03:31,972 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/85d773f1-bef0-41df-8f6a-a89ffdf75151 used request id req-d8157173-7b60-427c-aed8-892c7ee2c03a 2018-09-04 22:03:31,975 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/85d773f1-bef0-41df-8f6a-a89ffdf75151/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f37a0f88-a242-4dbc-8071-1da3ab843063" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8fe8d521939b81a2ce0c596cd7a5617dc47ca91" 2018-09-04 22:03:32,150 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:31 GMT Server: Apache x-compute-request-id: req-9bc91768-7ab2-4714-b1d5-018849499307 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9bc91768-7ab2-4714-b1d5-018849499307 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 22:03:32,150 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/85d773f1-bef0-41df-8f6a-a89ffdf75151/encryption used request id req-9bc91768-7ab2-4714-b1d5-018849499307 2018-09-04 22:03:32,153 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/d48e067e-e820-4857-b005-5403b0f9d574 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f37a0f88-a242-4dbc-8071-1da3ab843063" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8fe8d521939b81a2ce0c596cd7a5617dc47ca91" 2018-09-04 22:03:32,306 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:32 GMT Server: Apache x-compute-request-id: req-61b714d1-b0ed-48a5-a354-f596f3a470fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-61b714d1-b0ed-48a5-a354-f596f3a470fd Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "d48e067e-e820-4857-b005-5403b0f9d574", "name": "CreateVolumeTypeComplexTests-2a212c8d-6965-4e10-95ed-b3af1c72fed2-qos-spec"}, "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/d48e067e-e820-4857-b005-5403b0f9d574", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/qos-specs/d48e067e-e820-4857-b005-5403b0f9d574", "rel": "bookmark"}]} 2018-09-04 22:03:32,306 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/d48e067e-e820-4857-b005-5403b0f9d574 used request id req-61b714d1-b0ed-48a5-a354-f596f3a470fd 2018-09-04 22:03:32,307 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-2a212c8d-6965-4e10-95ed-b3af1c72fed2-vol_type 2018-09-04 22:03:32,310 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/85d773f1-bef0-41df-8f6a-a89ffdf75151 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f91bd073-d7ab-4703-a8b6-7d5234f8c912" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cddad16f7338d48d67fac4e97b5da7d83b7f07" 2018-09-04 22:03:32,515 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a008206d-aae2-4261-8b50-3c4f189998c7 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:32,515 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/85d773f1-bef0-41df-8f6a-a89ffdf75151 used request id req-a008206d-aae2-4261-8b50-3c4f189998c7 2018-09-04 22:03:32,516 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-2a212c8d-6965-4e10-95ed-b3af1c72fed2-qos-spec 2018-09-04 22:03:32,519 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/d48e067e-e820-4857-b005-5403b0f9d574?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cfc0ad13-a555-4425-b4cd-0368bd508f9c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441eb0da77528b88209354a2bae93aa6c6ab2326" 2018-09-04 22:03:32,748 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3163f5ce-4a63-4d6c-9149-f1effa278b8f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:32,748 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/d48e067e-e820-4857-b005-5403b0f9d574?force=False used request id req-3163f5ce-4a63-4d6c-9149-f1effa278b8f 2018-09-04 22:03:32,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:32,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-32f41241-31f0-483e-9ee2-95a64e6647a9 Date: Tue, 04 Sep 2018 22:03:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:03:32,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-32f41241-31f0-483e-9ee2-95a64e6647a9 2018-09-04 22:03:32,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:33,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7405940-1436-4b80-9b6e-2c2e99a15a1c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:03:33,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-a7405940-1436-4b80-9b6e-2c2e99a15a1c 2018-09-04 22:03:33,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:33,157 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f010695b-3180-4d2f-b36b-487f1326d009 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:33,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-f010695b-3180-4d2f-b36b-487f1326d009 2018-09-04 22:03:33,158 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:33,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:33,249 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ae8546a-48a7-4590-b4b6-1657733f8ebf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:33,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-4ae8546a-48a7-4590-b4b6-1657733f8ebf 2018-09-04 22:03:33,250 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:33,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:33,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68e3c2a6-3004-4966-8e31-b5da37d0706e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:03:33,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-68e3c2a6-3004-4966-8e31-b5da37d0706e 2018-09-04 22:03:33,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:33,430 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-defb99c5-b89a-4055-beb0-f1561c542225 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:33,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-defb99c5-b89a-4055-beb0-f1561c542225 2018-09-04 22:03:33,431 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:33,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:33,522 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfb76a44-db90-42cd-98f4-2d7d37a89d30 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:33,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-cfb76a44-db90-42cd-98f4-2d7d37a89d30 2018-09-04 22:03:33,522 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:33,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:33,606 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4eb1cee-317a-4299-b6ed-fb22290c7511 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:33,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-a4eb1cee-317a-4299-b6ed-fb22290c7511 2018-09-04 22:03:33,606 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:33,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:33,694 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bb7fd8b-c387-43e2-9b19-88dba09c26b4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:33,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-1bb7fd8b-c387-43e2-9b19-88dba09c26b4 2018-09-04 22:03:33,694 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:33,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:33,782 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c623f351-fe02-49ce-bb88-199cb671ff01 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:33,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-c623f351-fe02-49ce-bb88-199cb671ff01 2018-09-04 22:03:33,782 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:33,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:33,865 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-849d38f7-9b9d-4886-ad4c-b1145b9d6152 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:33,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-849d38f7-9b9d-4886-ad4c-b1145b9d6152 2018-09-04 22:03:33,865 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:33,866 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj 2018-09-04 22:03:33,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/38af48f43556460a99fdb4c923d12a22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:34,087 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b64e047-fac6-4920-9682-8811e16fd38d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:34,087 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/38af48f43556460a99fdb4c923d12a22 used request id req-0b64e047-fac6-4920-9682-8811e16fd38d 2018-09-04 22:03:34,087 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-2245b203-1561-4b9-proj-role 2018-09-04 22:03:34,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/a39161a6bb0948908f50a39ecb2b8c4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:34,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ffa3093-a128-4c0b-8a0f-8b1ac847354b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:34,203 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/a39161a6bb0948908f50a39ecb2b8c4f used request id req-8ffa3093-a128-4c0b-8a0f-8b1ac847354b 2018-09-04 22:03:34,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0a4a212284ef83a684d156032b4810fb560733" 2018-09-04 22:03:34,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb3e93cc-9130-4988-b5ff-78307e504a32 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:34,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-bb3e93cc-9130-4988-b5ff-78307e504a32 2018-09-04 22:03:34,289 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-2245b203-1561-4b9-user 2018-09-04 22:03:34,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/6b31da6513d34be79b25a5ba780130e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49ee27393e801f83ffd9d272a484b2327c3ed5f" 2018-09-04 22:03:34,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4ef8f5c-2c8f-4eab-a959-7e629df5d754 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:34,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/6b31da6513d34be79b25a5ba780130e4 used request id req-d4ef8f5c-2c8f-4eab-a959-7e629df5d754 2018-09-04 22:03:34,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:34,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["JhlK32iCSAiU3Nx3yoobuQ"], "issued_at": "2018-09-04T22:03:34.000000Z"}} 2018-09-04 22:03:34,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30185f3cc34b020c1b427bf3f70789c83ad57e42" 2018-09-04 22:03:34,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6953ec3d-1b01-4be8-81c8-c64750deca05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:34,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6953ec3d-1b01-4be8-81c8-c64750deca05 2018-09-04 22:03:34,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:34,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:35,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["HoitEGcfROaGgi5xkPhMiQ"], "issued_at": "2018-09-04T22:03:35.000000Z"}} 2018-09-04 22:03:35,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:35,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e7da4c9-d444-4602-8604-1c55fcd65ad4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:35,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6e7da4c9-d444-4602-8604-1c55fcd65ad4 2018-09-04 22:03:35,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:35,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:35,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:35,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74ffbaaf-80b0-4ee8-81d9-7af6d4e77876 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:03:35,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj used request id req-74ffbaaf-80b0-4ee8-81d9-7af6d4e77876 2018-09-04 22:03:35,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:35,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38cf161d-a624-41e6-a98c-0da19f1766eb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:35,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-38cf161d-a624-41e6-a98c-0da19f1766eb 2018-09-04 22:03:35,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj"}}' 2018-09-04 22:03:35,544 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a48b4253-6476-4574-b143-acc275eb8a4a Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6380336a00cf4c7980954a3b0269e6c3"}, "enabled": true, "id": "6380336a00cf4c7980954a3b0269e6c3", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj"}} 2018-09-04 22:03:35,544 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-a48b4253-6476-4574-b143-acc275eb8a4a 2018-09-04 22:03:35,544 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj 2018-09-04 22:03:35,545 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:35,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:35,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["eUS9SFmaRFuVyya5zShuLw"], "issued_at": "2018-09-04T22:03:35.000000Z"}} 2018-09-04 22:03:35,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572367641958eaec53e8bceaa1ae0ed327ae734d" 2018-09-04 22:03:36,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca45a415-063b-46fe-b2b9-e60228c84943 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:36,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ca45a415-063b-46fe-b2b9-e60228c84943 2018-09-04 22:03:36,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:36,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:36,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572367641958eaec53e8bceaa1ae0ed327ae734d" 2018-09-04 22:03:36,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79bc5b6e-5b7f-4348-ba52-efb7254f31ab Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:03:36,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-79bc5b6e-5b7f-4348-ba52-efb7254f31ab 2018-09-04 22:03:36,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572367641958eaec53e8bceaa1ae0ed327ae734d" 2018-09-04 22:03:36,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f3ecf9d-45ea-40ee-a723-1693f53bc105 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6380336a00cf4c7980954a3b0269e6c3"}, "enabled": true, "id": "6380336a00cf4c7980954a3b0269e6c3", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj"}]} 2018-09-04 22:03:36,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj used request id req-0f3ecf9d-45ea-40ee-a723-1693f53bc105 2018-09-04 22:03:36,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572367641958eaec53e8bceaa1ae0ed327ae734d" 2018-09-04 22:03:36,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9161270b-8b45-44a4-a909-a6cb083eac72 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:36,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-9161270b-8b45-44a4-a909-a6cb083eac72 2018-09-04 22:03:36,694 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-96e0c57e-489d-421-user 2018-09-04 22:03:36,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:36,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:36,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f284ad48-9f52-4a33-a782-7157201bef81 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:36,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f284ad48-9f52-4a33-a782-7157201bef81 2018-09-04 22:03:36,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" -d '{"role": {"name": "CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj-role"}}' 2018-09-04 22:03:36,904 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4782c12c-2ca1-4c60-ba3f-e356ceb4e9a9 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8f8e8b98fe72458f82feb20de2f7bb77", "links": {"self": "http://172.30.9.26:5000/v3/roles/8f8e8b98fe72458f82feb20de2f7bb77"}, "name": "CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj-role"}} 2018-09-04 22:03:36,904 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-4782c12c-2ca1-4c60-ba3f-e356ceb4e9a9 2018-09-04 22:03:36,904 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj-role 2018-09-04 22:03:36,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/8f8e8b98fe72458f82feb20de2f7bb77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:36,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf6b611b-002c-4b2e-a7cb-1a65784b1537 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/8f8e8b98fe72458f82feb20de2f7bb77"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj-role", "id": "8f8e8b98fe72458f82feb20de2f7bb77"}} 2018-09-04 22:03:36,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/8f8e8b98fe72458f82feb20de2f7bb77 used request id req-cf6b611b-002c-4b2e-a7cb-1a65784b1537 2018-09-04 22:03:36,926 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj-role to project CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj 2018-09-04 22:03:36,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/6380336a00cf4c7980954a3b0269e6c3/users/898be000b2cb4b59a4f4b34717ee75be/roles/8f8e8b98fe72458f82feb20de2f7bb77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:37,062 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e285527-107a-493c-970d-a8cd4e2f3144 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:37,062 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/6380336a00cf4c7980954a3b0269e6c3/users/898be000b2cb4b59a4f4b34717ee75be/roles/8f8e8b98fe72458f82feb20de2f7bb77 used request id req-1e285527-107a-493c-970d-a8cd4e2f3144 2018-09-04 22:03:37,064 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:37,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:37,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["L6zLLgw5S0-nmqwEjhEYTg"], "issued_at": "2018-09-04T22:03:37.000000Z"}} 2018-09-04 22:03:37,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f830823f7872d5912c3cc52deb522d337a11fd" 2018-09-04 22:03:37,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f3d3c8-2661-4d90-ac74-8ee04f78a321 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:37,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-57f3d3c8-2661-4d90-ac74-8ee04f78a321 2018-09-04 22:03:37,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f830823f7872d5912c3cc52deb522d337a11fd" 2018-09-04 22:03:37,724 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:37 GMT Server: Apache x-compute-request-id: req-c82b79b3-d2f5-4bb7-bc31-b37a6bb403f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c82b79b3-d2f5-4bb7-bc31-b37a6bb403f2 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-09-04 22:03:37,724 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-c82b79b3-d2f5-4bb7-bc31-b37a6bb403f2 2018-09-04 22:03:37,728 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c82b79b3-d2f5-4bb7-bc31-b37a6bb403f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f830823f7872d5912c3cc52deb522d337a11fd" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-7aa573d3-03d1-4ec3-9605-a8d0139bfd18-qos-spec"}}' 2018-09-04 22:03:37,910 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:37 GMT Server: Apache x-compute-request-id: req-c40d9b4e-70d7-4197-a60e-f69207cbdca5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c40d9b4e-70d7-4197-a60e-f69207cbdca5 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee", "name": "CreateVolumeTypeComplexTests-7aa573d3-03d1-4ec3-9605-a8d0139bfd18-qos-spec"}, "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/qos-specs/3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee", "rel": "bookmark"}]} 2018-09-04 22:03:37,910 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-c40d9b4e-70d7-4197-a60e-f69207cbdca5 2018-09-04 22:03:37,911 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-7aa573d3-03d1-4ec3-9605-a8d0139bfd18-qos-spec 2018-09-04 22:03:37,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:37,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:38,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["31661Es7T4eYdmMNAIZL2A"], "issued_at": "2018-09-04T22:03:38.000000Z"}} 2018-09-04 22:03:38,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1bac18b412437dc2708ec64e567b6a23d39702" 2018-09-04 22:03:38,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c45e998-698a-4020-9641-71662378e135 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:38,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6c45e998-698a-4020-9641-71662378e135 2018-09-04 22:03:38,467 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1bac18b412437dc2708ec64e567b6a23d39702" 2018-09-04 22:03:38,640 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:38 GMT Server: Apache x-compute-request-id: req-90e60cab-a6d7-4a90-ba5e-39dadb76f5ec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-90e60cab-a6d7-4a90-ba5e-39dadb76f5ec Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-09-04 22:03:38,640 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-90e60cab-a6d7-4a90-ba5e-39dadb76f5ec 2018-09-04 22:03:38,644 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-90e60cab-a6d7-4a90-ba5e-39dadb76f5ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1bac18b412437dc2708ec64e567b6a23d39702" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-7aa573d3-03d1-4ec3-9605-a8d0139bfd18-vol_type", "description": null}}' 2018-09-04 22:03:38,854 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:38 GMT Server: Apache x-compute-request-id: req-27a015f4-e32e-49b9-8fcf-097db2f968ef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27a015f4-e32e-49b9-8fcf-097db2f968ef Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-7aa573d3-03d1-4ec3-9605-a8d0139bfd18-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1882d47c-d4f4-4942-9630-1091a6eb9469", "description": null}} 2018-09-04 22:03:38,855 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types used request id req-27a015f4-e32e-49b9-8fcf-097db2f968ef 2018-09-04 22:03:38,858 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/1882d47c-d4f4-4942-9630-1091a6eb9469/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-90e60cab-a6d7-4a90-ba5e-39dadb76f5ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1bac18b412437dc2708ec64e567b6a23d39702" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-09-04 22:03:39,060 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:38 GMT Server: Apache x-compute-request-id: req-fa54a5cb-6cc2-4e96-93e2-6be6eb1af5a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fa54a5cb-6cc2-4e96-93e2-6be6eb1af5a9 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "1882d47c-d4f4-4942-9630-1091a6eb9469", "name": "foo", "control_location": "back-end", "encryption_id": "174d14fe-394b-45fa-8538-d4f76da8b279", "provider": "bar", "provider_class": "bar"}} 2018-09-04 22:03:39,060 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/1882d47c-d4f4-4942-9630-1091a6eb9469/encryption used request id req-fa54a5cb-6cc2-4e96-93e2-6be6eb1af5a9 2018-09-04 22:03:39,064 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-90e60cab-a6d7-4a90-ba5e-39dadb76f5ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1bac18b412437dc2708ec64e567b6a23d39702" 2018-09-04 22:03:39,248 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:39 GMT Server: Apache x-compute-request-id: req-1332a52c-c651-4e94-b301-79cf066c29b2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1332a52c-c651-4e94-b301-79cf066c29b2 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee", "name": "CreateVolumeTypeComplexTests-7aa573d3-03d1-4ec3-9605-a8d0139bfd18-qos-spec"}]} 2018-09-04 22:03:39,249 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs used request id req-1332a52c-c651-4e94-b301-79cf066c29b2 2018-09-04 22:03:39,252 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee/associate?vol_type_id=1882d47c-d4f4-4942-9630-1091a6eb9469 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-90e60cab-a6d7-4a90-ba5e-39dadb76f5ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1bac18b412437dc2708ec64e567b6a23d39702" 2018-09-04 22:03:39,485 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6ab60b4f-9e12-4863-b02f-bae45c1ed29c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:39,485 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee/associate?vol_type_id=1882d47c-d4f4-4942-9630-1091a6eb9469 used request id req-6ab60b4f-9e12-4863-b02f-bae45c1ed29c 2018-09-04 22:03:39,485 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-7aa573d3-03d1-4ec3-9605-a8d0139bfd18-vol_type 2018-09-04 22:03:39,488 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/1882d47c-d4f4-4942-9630-1091a6eb9469 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30185f3cc34b020c1b427bf3f70789c83ad57e42" 2018-09-04 22:03:39,647 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:39 GMT Server: Apache x-compute-request-id: req-1ab88c02-5345-4a37-b818-d3aa527c3d88 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1ab88c02-5345-4a37-b818-d3aa527c3d88 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-7aa573d3-03d1-4ec3-9605-a8d0139bfd18-vol_type", "qos_specs_id": "3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1882d47c-d4f4-4942-9630-1091a6eb9469", "description": null}} 2018-09-04 22:03:39,648 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/1882d47c-d4f4-4942-9630-1091a6eb9469 used request id req-1ab88c02-5345-4a37-b818-d3aa527c3d88 2018-09-04 22:03:39,651 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/1882d47c-d4f4-4942-9630-1091a6eb9469 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1ab88c02-5345-4a37-b818-d3aa527c3d88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30185f3cc34b020c1b427bf3f70789c83ad57e42" 2018-09-04 22:03:39,832 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:39 GMT Server: Apache x-compute-request-id: req-dea570ae-d331-4a8e-a042-d93c8d9f5403 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dea570ae-d331-4a8e-a042-d93c8d9f5403 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-7aa573d3-03d1-4ec3-9605-a8d0139bfd18-vol_type", "qos_specs_id": "3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1882d47c-d4f4-4942-9630-1091a6eb9469", "description": null}} 2018-09-04 22:03:39,832 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/1882d47c-d4f4-4942-9630-1091a6eb9469 used request id req-dea570ae-d331-4a8e-a042-d93c8d9f5403 2018-09-04 22:03:39,835 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/1882d47c-d4f4-4942-9630-1091a6eb9469/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1ab88c02-5345-4a37-b818-d3aa527c3d88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30185f3cc34b020c1b427bf3f70789c83ad57e42" 2018-09-04 22:03:40,042 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:39 GMT Server: Apache x-compute-request-id: req-06c3e349-f0c0-427e-bf0c-2f6ac2edfc9d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-06c3e349-f0c0-427e-bf0c-2f6ac2edfc9d Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "1882d47c-d4f4-4942-9630-1091a6eb9469", "control_location": "back-end", "deleted": false, "created_at": "2018-09-04T22:03:39.000000", "updated_at": null, "encryption_id": "174d14fe-394b-45fa-8538-d4f76da8b279", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-09-04 22:03:40,042 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/1882d47c-d4f4-4942-9630-1091a6eb9469/encryption used request id req-06c3e349-f0c0-427e-bf0c-2f6ac2edfc9d 2018-09-04 22:03:40,045 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1ab88c02-5345-4a37-b818-d3aa527c3d88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30185f3cc34b020c1b427bf3f70789c83ad57e42" 2018-09-04 22:03:40,598 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:40 GMT Server: Apache x-compute-request-id: req-66f78a90-876e-4885-a606-f7298ac28988 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66f78a90-876e-4885-a606-f7298ac28988 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee", "name": "CreateVolumeTypeComplexTests-7aa573d3-03d1-4ec3-9605-a8d0139bfd18-qos-spec"}, "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/qos-specs/3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee", "rel": "bookmark"}]} 2018-09-04 22:03:40,599 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee used request id req-66f78a90-876e-4885-a606-f7298ac28988 2018-09-04 22:03:40,599 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-7aa573d3-03d1-4ec3-9605-a8d0139bfd18-vol_type 2018-09-04 22:03:40,602 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/1882d47c-d4f4-4942-9630-1091a6eb9469 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-90e60cab-a6d7-4a90-ba5e-39dadb76f5ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1bac18b412437dc2708ec64e567b6a23d39702" 2018-09-04 22:03:40,658 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-751f6fe1-39ff-4e97-be41-3bf414204b9e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:40,658 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/1882d47c-d4f4-4942-9630-1091a6eb9469 used request id req-751f6fe1-39ff-4e97-be41-3bf414204b9e 2018-09-04 22:03:40,659 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-7aa573d3-03d1-4ec3-9605-a8d0139bfd18-qos-spec 2018-09-04 22:03:40,662 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c82b79b3-d2f5-4bb7-bc31-b37a6bb403f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f830823f7872d5912c3cc52deb522d337a11fd" 2018-09-04 22:03:40,706 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f87ca3b1-9d92-4db3-b78c-f26db3f55041 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:40,706 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/qos-specs/3f4e7410-5cd1-4c3b-9e1d-7d892cc40eee?force=False used request id req-f87ca3b1-9d92-4db3-b78c-f26db3f55041 2018-09-04 22:03:40,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:41,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-44d6bdcf-e8b9-4a84-944d-f939c537ff46 Date: Tue, 04 Sep 2018 22:03:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:03:41,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-44d6bdcf-e8b9-4a84-944d-f939c537ff46 2018-09-04 22:03:41,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:41,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c015a275-0d58-4b09-a3c3-d81af9bc97c9 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:03:41,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-c015a275-0d58-4b09-a3c3-d81af9bc97c9 2018-09-04 22:03:41,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:41,377 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19c980a6-7383-4bb0-866b-8f76b89013fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:41,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-19c980a6-7383-4bb0-866b-8f76b89013fb 2018-09-04 22:03:41,378 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:41,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:41,470 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e8900d0-9d94-4071-ada0-180e46b0cf03 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:41,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-0e8900d0-9d94-4071-ada0-180e46b0cf03 2018-09-04 22:03:41,471 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:41,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:41,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0bb86fd-e69f-4694-926d-c2ad53e73ebe Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:03:41,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-e0bb86fd-e69f-4694-926d-c2ad53e73ebe 2018-09-04 22:03:41,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:41,659 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cc66543-b7d3-4af8-b613-772f299969a9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:41,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-5cc66543-b7d3-4af8-b613-772f299969a9 2018-09-04 22:03:41,660 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:41,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:41,746 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89e76cf3-21e4-4f93-bd83-a48e93cad74b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:41,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-89e76cf3-21e4-4f93-bd83-a48e93cad74b 2018-09-04 22:03:41,746 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:41,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:41,882 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c79b64a1-e285-4b95-849f-ed193db86d82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:41,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-c79b64a1-e285-4b95-849f-ed193db86d82 2018-09-04 22:03:41,883 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:41,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:41,977 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa636c46-2815-4032-a890-01b1f96c1d1e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:41,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-aa636c46-2815-4032-a890-01b1f96c1d1e 2018-09-04 22:03:41,977 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:41,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:42,058 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ab299ed-c3e1-45d2-8040-f64d8d5f5a31 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:42,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-0ab299ed-c3e1-45d2-8040-f64d8d5f5a31 2018-09-04 22:03:42,059 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:42,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:42,151 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84deaef3-2108-49f3-91c3-bcddfc952a9e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:42,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-84deaef3-2108-49f3-91c3-bcddfc952a9e 2018-09-04 22:03:42,151 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:42,152 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj 2018-09-04 22:03:42,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/6380336a00cf4c7980954a3b0269e6c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:42,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-919a31df-7e47-4033-8ecd-70eac8a1b997 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:42,374 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/6380336a00cf4c7980954a3b0269e6c3 used request id req-919a31df-7e47-4033-8ecd-70eac8a1b997 2018-09-04 22:03:42,374 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-96e0c57e-489d-421-proj-role 2018-09-04 22:03:42,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/8f8e8b98fe72458f82feb20de2f7bb77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:42,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e318628a-1f57-44e4-8f16-30f621355261 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:42,484 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/8f8e8b98fe72458f82feb20de2f7bb77 used request id req-e318628a-1f57-44e4-8f16-30f621355261 2018-09-04 22:03:42,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b405d5c71b91cfc2e1b14d336ef3f0f901955d58" 2018-09-04 22:03:42,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe37057-407f-4e67-8924-7c85d414f4ea Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:42,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cbe37057-407f-4e67-8924-7c85d414f4ea 2018-09-04 22:03:42,577 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-96e0c57e-489d-421-user 2018-09-04 22:03:42,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/898be000b2cb4b59a4f4b34717ee75be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572367641958eaec53e8bceaa1ae0ed327ae734d" 2018-09-04 22:03:42,759 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1b28ede-828d-40b2-9276-81fc82c3ca5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:42,760 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/898be000b2cb4b59a4f4b34717ee75be used request id req-e1b28ede-828d-40b2-9276-81fc82c3ca5d 2018-09-04 22:03:42,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:43,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["wueBXxEASlGq7nw62j5bvg"], "issued_at": "2018-09-04T22:03:43.000000Z"}} 2018-09-04 22:03:43,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1340d2b734bafd9525b6808e002c93fb048cbd8b" 2018-09-04 22:03:43,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad694a9-deb4-43a3-9de3-856040516031 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:43,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dad694a9-deb4-43a3-9de3-856040516031 2018-09-04 22:03:43,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:43,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:43,680 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["z7lkgwWlRHeI8rQLkAkq4Q"], "issued_at": "2018-09-04T22:03:43.000000Z"}} 2018-09-04 22:03:43,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:43,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5302c4ca-33de-45f2-80ed-676998247209 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:43,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5302c4ca-33de-45f2-80ed-676998247209 2018-09-04 22:03:43,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:43,777 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:43,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:43,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09f54e8f-a801-44cc-853e-b0fa90ae7d1e Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:03:43,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj used request id req-09f54e8f-a801-44cc-853e-b0fa90ae7d1e 2018-09-04 22:03:43,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:43,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8d90ebd-f2c9-47b5-83d1-51b4458c719b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:43,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-a8d90ebd-f2c9-47b5-83d1-51b4458c719b 2018-09-04 22:03:43,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj"}}' 2018-09-04 22:03:44,036 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40e861a1-2276-4073-9ace-33b731abddba Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1cddc9ea19c849a69bf7dd8ca82f79cc"}, "enabled": true, "id": "1cddc9ea19c849a69bf7dd8ca82f79cc", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj"}} 2018-09-04 22:03:44,036 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-40e861a1-2276-4073-9ace-33b731abddba 2018-09-04 22:03:44,036 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj 2018-09-04 22:03:44,036 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:44,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:44,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["S9469mASS5K3I0zoCOItuQ"], "issued_at": "2018-09-04T22:03:44.000000Z"}} 2018-09-04 22:03:44,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12df8b6d58ff9244f6fc257405bf403a6e97e28b" 2018-09-04 22:03:44,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13c2a27d-b692-4034-ad40-cfe22166704e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:44,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-13c2a27d-b692-4034-ad40-cfe22166704e 2018-09-04 22:03:44,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:44,532 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:44,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12df8b6d58ff9244f6fc257405bf403a6e97e28b" 2018-09-04 22:03:44,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcfa1af6-fef4-4e6f-921f-dc2f8d1a9cc8 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:03:44,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-dcfa1af6-fef4-4e6f-921f-dc2f8d1a9cc8 2018-09-04 22:03:44,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12df8b6d58ff9244f6fc257405bf403a6e97e28b" 2018-09-04 22:03:44,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20225ef3-7545-4b0d-89bd-746ba4a2ef7a Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1cddc9ea19c849a69bf7dd8ca82f79cc"}, "enabled": true, "id": "1cddc9ea19c849a69bf7dd8ca82f79cc", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj"}]} 2018-09-04 22:03:44,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj used request id req-20225ef3-7545-4b0d-89bd-746ba4a2ef7a 2018-09-04 22:03:44,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12df8b6d58ff9244f6fc257405bf403a6e97e28b" 2018-09-04 22:03:44,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0e37907-6476-4c7e-ab33-7be0fcd11e50 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:44,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c0e37907-6476-4c7e-ab33-7be0fcd11e50 2018-09-04 22:03:45,060 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-user 2018-09-04 22:03:45,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:45,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:45,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3236e09b-ea37-4073-bf0a-5ac18657cde3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:45,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3236e09b-ea37-4073-bf0a-5ac18657cde3 2018-09-04 22:03:45,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj-role"}}' 2018-09-04 22:03:45,263 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a11d389d-7303-41ad-88b2-1429a81d6e0b Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "39aa9a9c18d04bdab78364160af16cc9", "links": {"self": "http://172.30.9.26:5000/v3/roles/39aa9a9c18d04bdab78364160af16cc9"}, "name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj-role"}} 2018-09-04 22:03:45,264 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-a11d389d-7303-41ad-88b2-1429a81d6e0b 2018-09-04 22:03:45,264 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj-role 2018-09-04 22:03:45,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/39aa9a9c18d04bdab78364160af16cc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:45,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7db36f45-fdcd-4e90-9b50-a18f682b7643 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/39aa9a9c18d04bdab78364160af16cc9"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj-role", "id": "39aa9a9c18d04bdab78364160af16cc9"}} 2018-09-04 22:03:45,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/39aa9a9c18d04bdab78364160af16cc9 used request id req-7db36f45-fdcd-4e90-9b50-a18f682b7643 2018-09-04 22:03:45,355 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj-role to project CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj 2018-09-04 22:03:45,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/1cddc9ea19c849a69bf7dd8ca82f79cc/users/358a257b034f400681685cdc65e226aa/roles/39aa9a9c18d04bdab78364160af16cc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:45,481 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-374c650b-fd80-4658-9390-494f034faf4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:45,481 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/1cddc9ea19c849a69bf7dd8ca82f79cc/users/358a257b034f400681685cdc65e226aa/roles/39aa9a9c18d04bdab78364160af16cc9 used request id req-374c650b-fd80-4658-9390-494f034faf4e 2018-09-04 22:03:45,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:45,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39aa9a9c18d04bdab78364160af16cc9", "name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj-role"}], "expires_at": "2018-09-04T23:03:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1cddc9ea19c849a69bf7dd8ca82f79cc", "name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-user", "id": "358a257b034f400681685cdc65e226aa"}, "audit_ids": ["aRAbYJHqTeKvUEFAoU9ZVQ"], "issued_at": "2018-09-04T22:03:45.000000Z"}} 2018-09-04 22:03:45,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a52fc7b238bc69b35d2c11384463f188bb7057" 2018-09-04 22:03:45,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17f3181c-9e19-4a2c-ae56-aff1b23ebee9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:45,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-17f3181c-9e19-4a2c-ae56-aff1b23ebee9 2018-09-04 22:03:45,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:45,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:46,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39aa9a9c18d04bdab78364160af16cc9", "name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj-role"}], "expires_at": "2018-09-04T23:03:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1cddc9ea19c849a69bf7dd8ca82f79cc", "name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1cddc9ea19c849a69bf7dd8ca82f79cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-user", "id": "358a257b034f400681685cdc65e226aa"}, "audit_ids": ["TVavHlmzSdS4FtfiE8Lg9Q"], "issued_at": "2018-09-04T22:03:46.000000Z"}} 2018-09-04 22:03:46,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d39560d2ed69a5c4e424bf900dbf0b50fbfe81" 2018-09-04 22:03:46,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8701d47e-0438-4add-9d28-5db7b3d5c2bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:46,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8701d47e-0438-4add-9d28-5db7b3d5c2bb 2018-09-04 22:03:46,413 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d39560d2ed69a5c4e424bf900dbf0b50fbfe81" 2018-09-04 22:03:46,623 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:46 GMT Server: Apache x-compute-request-id: req-c6f4de03-c455-42e3-9396-842dacae8b1c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c6f4de03-c455-42e3-9396-842dacae8b1c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:03:46,623 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/detail used request id req-c6f4de03-c455-42e3-9396-842dacae8b1c 2018-09-04 22:03:46,627 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c6f4de03-c455-42e3-9396-842dacae8b1c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d39560d2ed69a5c4e424bf900dbf0b50fbfe81" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:03:46,938 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:46 GMT Server: Apache x-compute-request-id: req-a522f9cb-f492-48ea-ae30-17ba322fcc31 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a522f9cb-f492-48ea-ae30-17ba322fcc31 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "358a257b034f400681685cdc65e226aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b", "rel": "self"}, {"href": "http://172.30.9.26:8776/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:46.848834", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d3784ab9-3725-4ef9-8807-7d68aff8d16b", "size": 1}} 2018-09-04 22:03:46,938 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes used request id req-a522f9cb-f492-48ea-ae30-17ba322fcc31 2018-09-04 22:03:46,941 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6f4de03-c455-42e3-9396-842dacae8b1c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d39560d2ed69a5c4e424bf900dbf0b50fbfe81" 2018-09-04 22:03:47,152 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:46 GMT Server: Apache x-compute-request-id: req-48118ccc-426a-4e4e-86a1-f937f7910f28 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-48118ccc-426a-4e4e-86a1-f937f7910f28 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "358a257b034f400681685cdc65e226aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b", "rel": "self"}, {"href": "http://172.30.9.26:8776/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:46.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1cddc9ea19c849a69bf7dd8ca82f79cc", "updated_at": "2018-09-04T22:03:47.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d3784ab9-3725-4ef9-8807-7d68aff8d16b", "size": 1}} 2018-09-04 22:03:47,152 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b used request id req-48118ccc-426a-4e4e-86a1-f937f7910f28 2018-09-04 22:03:47,152 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030 2018-09-04 22:03:47,155 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6f4de03-c455-42e3-9396-842dacae8b1c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d39560d2ed69a5c4e424bf900dbf0b50fbfe81" 2018-09-04 22:03:47,345 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:47 GMT Server: Apache x-compute-request-id: req-bab72699-6609-4bc1-b9d0-c2e42062be09 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bab72699-6609-4bc1-b9d0-c2e42062be09 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "358a257b034f400681685cdc65e226aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b", "rel": "self"}, {"href": "http://172.30.9.26:8776/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:46.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1cddc9ea19c849a69bf7dd8ca82f79cc", "updated_at": "2018-09-04T22:03:47.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d3784ab9-3725-4ef9-8807-7d68aff8d16b", "size": 1}} 2018-09-04 22:03:47,345 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b used request id req-bab72699-6609-4bc1-b9d0-c2e42062be09 2018-09-04 22:03:47,345 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:03:47,345 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030 2018-09-04 22:03:47,345 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030 2018-09-04 22:03:47,348 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a52fc7b238bc69b35d2c11384463f188bb7057" 2018-09-04 22:03:47,537 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:47 GMT Server: Apache x-compute-request-id: req-b5ce7f06-11cd-45f3-8d3f-6a3a42b486a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b5ce7f06-11cd-45f3-8d3f-6a3a42b486a0 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "358a257b034f400681685cdc65e226aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b", "rel": "self"}, {"href": "http://172.30.9.26:8776/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:46.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1cddc9ea19c849a69bf7dd8ca82f79cc", "updated_at": "2018-09-04T22:03:47.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d3784ab9-3725-4ef9-8807-7d68aff8d16b", "size": 1}]} 2018-09-04 22:03:47,537 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/detail used request id req-b5ce7f06-11cd-45f3-8d3f-6a3a42b486a0 2018-09-04 22:03:47,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:47,547 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:47,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1cddc9ea19c849a69bf7dd8ca82f79cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a52fc7b238bc69b35d2c11384463f188bb7057" 2018-09-04 22:03:47,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-debfd4b0-8c17-4386-ba23-305ec4df8b99 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1cddc9ea19c849a69bf7dd8ca82f79cc"}, "enabled": true, "id": "1cddc9ea19c849a69bf7dd8ca82f79cc", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj"}} 2018-09-04 22:03:47,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1cddc9ea19c849a69bf7dd8ca82f79cc used request id req-debfd4b0-8c17-4386-ba23-305ec4df8b99 2018-09-04 22:03:47,634 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6f4de03-c455-42e3-9396-842dacae8b1c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d39560d2ed69a5c4e424bf900dbf0b50fbfe81" 2018-09-04 22:03:47,821 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:47 GMT Server: Apache x-compute-request-id: req-85530415-fa17-4342-b8c1-8070ea41d4d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-85530415-fa17-4342-b8c1-8070ea41d4d3 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "358a257b034f400681685cdc65e226aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b", "rel": "self"}, {"href": "http://172.30.9.26:8776/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:46.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1cddc9ea19c849a69bf7dd8ca82f79cc", "updated_at": "2018-09-04T22:03:47.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d3784ab9-3725-4ef9-8807-7d68aff8d16b", "size": 1}} 2018-09-04 22:03:47,821 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b used request id req-85530415-fa17-4342-b8c1-8070ea41d4d3 2018-09-04 22:03:47,822 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:03:47,822 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030 2018-09-04 22:03:47,822 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030 2018-09-04 22:03:47,825 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6f4de03-c455-42e3-9396-842dacae8b1c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d39560d2ed69a5c4e424bf900dbf0b50fbfe81" 2018-09-04 22:03:48,060 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-29bb6b54-d7af-4663-bdd7-f77fcf23a1e4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:48,060 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b used request id req-29bb6b54-d7af-4663-bdd7-f77fcf23a1e4 2018-09-04 22:03:48,063 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6f4de03-c455-42e3-9396-842dacae8b1c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d39560d2ed69a5c4e424bf900dbf0b50fbfe81" 2018-09-04 22:03:48,267 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:48 GMT Server: Apache x-compute-request-id: req-3cfdf12f-2230-464e-a172-1de3b0794b10 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3cfdf12f-2230-464e-a172-1de3b0794b10 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "358a257b034f400681685cdc65e226aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b", "rel": "self"}, {"href": "http://172.30.9.26:8776/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:46.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1cddc9ea19c849a69bf7dd8ca82f79cc", "updated_at": "2018-09-04T22:03:48.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d3784ab9-3725-4ef9-8807-7d68aff8d16b", "size": 1}} 2018-09-04 22:03:48,267 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b used request id req-3cfdf12f-2230-464e-a172-1de3b0794b10 2018-09-04 22:03:48,268 - create_volume - DEBUG - Instance status is - deleting 2018-09-04 22:03:48,268 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 22:03:51,271 - create_volume - DEBUG - Volume status query timeout in 56.7893810272 2018-09-04 22:03:51,274 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6f4de03-c455-42e3-9396-842dacae8b1c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d39560d2ed69a5c4e424bf900dbf0b50fbfe81" 2018-09-04 22:03:51,461 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7dce7491-a07e-44e4-910b-449e50e3ce82 x-openstack-request-id: req-7dce7491-a07e-44e4-910b-449e50e3ce82 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume d3784ab9-3725-4ef9-8807-7d68aff8d16b could not be found.", "code": 404}} 2018-09-04 22:03:51,461 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/d3784ab9-3725-4ef9-8807-7d68aff8d16b used request id req-7dce7491-a07e-44e4-910b-449e50e3ce82 2018-09-04 22:03:51,461 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume d3784ab9-3725-4ef9-8807-7d68aff8d16b could not be found. (HTTP 404) (Request-ID: req-7dce7491-a07e-44e4-910b-449e50e3ce82) 2018-09-04 22:03:51,461 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-2e1e5285-908e-4bed-8543-2e485bc41030 2018-09-04 22:03:51,465 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b5ce7f06-11cd-45f3-8d3f-6a3a42b486a0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a52fc7b238bc69b35d2c11384463f188bb7057" 2018-09-04 22:03:51,649 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:51 GMT Server: Apache x-compute-request-id: req-a818a49c-5d7a-4d3b-a875-86df8015975b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a818a49c-5d7a-4d3b-a875-86df8015975b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:03:51,649 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/1cddc9ea19c849a69bf7dd8ca82f79cc/volumes/detail used request id req-a818a49c-5d7a-4d3b-a875-86df8015975b 2018-09-04 22:03:51,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:51,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-9ee34354-3d2c-4c5f-8b3f-d250f7ef8dc4 Date: Tue, 04 Sep 2018 22:03:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:03:51,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-9ee34354-3d2c-4c5f-8b3f-d250f7ef8dc4 2018-09-04 22:03:51,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:52,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1b50224-960c-4487-9580-2cd176560be8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:03:52,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-b1b50224-960c-4487-9580-2cd176560be8 2018-09-04 22:03:52,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:52,162 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b070f9a6-9c4c-49e1-8a66-29c9d9110e02 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:52,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-b070f9a6-9c4c-49e1-8a66-29c9d9110e02 2018-09-04 22:03:52,162 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:52,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:52,244 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd5a057b-972a-414d-8265-9de644e94de5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:52,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-dd5a057b-972a-414d-8265-9de644e94de5 2018-09-04 22:03:52,245 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:52,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:52,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29e971b2-e2be-4f20-9c4e-3cb5fd6dea82 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:03:52,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-29e971b2-e2be-4f20-9c4e-3cb5fd6dea82 2018-09-04 22:03:52,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:52,435 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73d163af-1526-42d4-ae70-c41e0bd3beb8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:52,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-73d163af-1526-42d4-ae70-c41e0bd3beb8 2018-09-04 22:03:52,435 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:52,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:52,518 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78a5a64c-3eeb-4912-ac1f-42b6110c6061 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:52,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-78a5a64c-3eeb-4912-ac1f-42b6110c6061 2018-09-04 22:03:52,519 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:52,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:52,610 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2305dfad-528a-4086-ae70-d41828b6e92c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:52,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-2305dfad-528a-4086-ae70-d41828b6e92c 2018-09-04 22:03:52,610 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:52,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:52,698 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-962506ae-0535-4792-bce8-cd26d1f2c13a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:52,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-962506ae-0535-4792-bce8-cd26d1f2c13a 2018-09-04 22:03:52,699 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:52,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:52,781 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5823ebc1-e6db-4e09-b21e-ba292e58df57 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:52,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-5823ebc1-e6db-4e09-b21e-ba292e58df57 2018-09-04 22:03:52,782 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:52,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:52,873 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:03:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-426ddc63-5b93-41e9-b964-6f206f2e85aa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:03:52,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-426ddc63-5b93-41e9-b964-6f206f2e85aa 2018-09-04 22:03:52,873 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:03:52,874 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj 2018-09-04 22:03:52,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/1cddc9ea19c849a69bf7dd8ca82f79cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:53,080 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c5846a4-4f07-4690-943c-bfc64c56d757 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:53,080 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/1cddc9ea19c849a69bf7dd8ca82f79cc used request id req-8c5846a4-4f07-4690-943c-bfc64c56d757 2018-09-04 22:03:53,081 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-proj-role 2018-09-04 22:03:53,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/39aa9a9c18d04bdab78364160af16cc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:53,197 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc6757e6-6d23-408c-b760-e160255c2c7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:53,197 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/39aa9a9c18d04bdab78364160af16cc9 used request id req-dc6757e6-6d23-408c-b760-e160255c2c7d 2018-09-04 22:03:53,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df32fa82319b79ca36d2dd2b38e58c91951bfae" 2018-09-04 22:03:53,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e33d9c5-9fb2-45d6-bbaf-31b7738ee134 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:53,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3e33d9c5-9fb2-45d6-bbaf-31b7738ee134 2018-09-04 22:03:53,286 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-cb43da38-fc9f-4fc-user 2018-09-04 22:03:53,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/358a257b034f400681685cdc65e226aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12df8b6d58ff9244f6fc257405bf403a6e97e28b" 2018-09-04 22:03:53,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ded7124c-e589-4340-bd51-3834faac8974 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:53,466 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/358a257b034f400681685cdc65e226aa used request id req-ded7124c-e589-4340-bd51-3834faac8974 2018-09-04 22:03:53,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:53,849 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["mOUVeCqSQEOMZV-rsiAtpA"], "issued_at": "2018-09-04T22:03:53.000000Z"}} 2018-09-04 22:03:53,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}478f5025c3fb3f9a0257acc6380bca7b757ae5d2" 2018-09-04 22:03:53,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f17e5125-e682-4df8-bd43-2700b77fb2ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:53,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f17e5125-e682-4df8-bd43-2700b77fb2ee 2018-09-04 22:03:53,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:53,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:54,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["j7SS1tJLQe-IN5l4-Kj9Uw"], "issued_at": "2018-09-04T22:03:54.000000Z"}} 2018-09-04 22:03:54,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:03:54,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4694d691-38a2-46ed-be5e-b8a65e3d9ec0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:54,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4694d691-38a2-46ed-be5e-b8a65e3d9ec0 2018-09-04 22:03:54,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:54,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:54,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:03:54,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78e766ce-9cc8-4fb5-aef1-000413a410be Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:03:54,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj used request id req-78e766ce-9cc8-4fb5-aef1-000413a410be 2018-09-04 22:03:54,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:03:54,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-409aba06-042c-4bba-a681-42453b5a8877 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:54,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-409aba06-042c-4bba-a681-42453b5a8877 2018-09-04 22:03:54,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj"}}' 2018-09-04 22:03:54,796 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3a08458-313f-46b2-911d-46630577aeb3 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/49985cad103142d2b443f5951b68caf5"}, "enabled": true, "id": "49985cad103142d2b443f5951b68caf5", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj"}} 2018-09-04 22:03:54,796 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-c3a08458-313f-46b2-911d-46630577aeb3 2018-09-04 22:03:54,796 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj 2018-09-04 22:03:54,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:54,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:55,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:03:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["RLMN4N2IS8a7g6-JG0obnw"], "issued_at": "2018-09-04T22:03:55.000000Z"}} 2018-09-04 22:03:55,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ededacb2ec64e409cbda08b14ee8199691de2ed" 2018-09-04 22:03:55,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b128902-a982-4b34-8136-c77c309eebdf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:55,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7b128902-a982-4b34-8136-c77c309eebdf 2018-09-04 22:03:55,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:55,279 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:55,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ededacb2ec64e409cbda08b14ee8199691de2ed" 2018-09-04 22:03:55,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8efdae8-e0f2-44d6-90b6-e46ca13f5300 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:03:55,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b8efdae8-e0f2-44d6-90b6-e46ca13f5300 2018-09-04 22:03:55,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ededacb2ec64e409cbda08b14ee8199691de2ed" 2018-09-04 22:03:55,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93680b8a-9461-41c6-be58-fa1c972b2edf Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/49985cad103142d2b443f5951b68caf5"}, "enabled": true, "id": "49985cad103142d2b443f5951b68caf5", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj"}]} 2018-09-04 22:03:55,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj used request id req-93680b8a-9461-41c6-be58-fa1c972b2edf 2018-09-04 22:03:55,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ededacb2ec64e409cbda08b14ee8199691de2ed" 2018-09-04 22:03:55,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e10bbec-a600-4cc4-b095-4d5631649169 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:03:55,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-7e10bbec-a600-4cc4-b095-4d5631649169 2018-09-04 22:03:55,939 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-user 2018-09-04 22:03:55,940 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:55,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:03:56,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54cdb0c4-2465-4a3d-b034-89f195260526 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:03:56,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-54cdb0c4-2465-4a3d-b034-89f195260526 2018-09-04 22:03:56,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj-role"}}' 2018-09-04 22:03:56,137 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:03:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0eee2db5-bc52-4503-9203-66149c817bd7 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0ce869a1ae674445812f80bf9b002ed8", "links": {"self": "http://172.30.9.26:5000/v3/roles/0ce869a1ae674445812f80bf9b002ed8"}, "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj-role"}} 2018-09-04 22:03:56,137 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-0eee2db5-bc52-4503-9203-66149c817bd7 2018-09-04 22:03:56,138 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj-role 2018-09-04 22:03:56,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/0ce869a1ae674445812f80bf9b002ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:03:56,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce9fba5d-60e6-4aa3-bfdb-0c5eb1ededaf Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/0ce869a1ae674445812f80bf9b002ed8"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj-role", "id": "0ce869a1ae674445812f80bf9b002ed8"}} 2018-09-04 22:03:56,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/0ce869a1ae674445812f80bf9b002ed8 used request id req-ce9fba5d-60e6-4aa3-bfdb-0c5eb1ededaf 2018-09-04 22:03:56,159 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj-role to project CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj 2018-09-04 22:03:56,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/49985cad103142d2b443f5951b68caf5/users/300c57407f124b4dabb05412625581aa/roles/0ce869a1ae674445812f80bf9b002ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:03:56,277 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:03:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d009c089-e169-4443-aaba-420860575072 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:03:56,277 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/49985cad103142d2b443f5951b68caf5/users/300c57407f124b4dabb05412625581aa/roles/0ce869a1ae674445812f80bf9b002ed8 used request id req-d009c089-e169-4443-aaba-420860575072 2018-09-04 22:03:56,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:56,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ce869a1ae674445812f80bf9b002ed8", "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj-role"}], "expires_at": "2018-09-04T23:03:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49985cad103142d2b443f5951b68caf5", "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/49985cad103142d2b443f5951b68caf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/49985cad103142d2b443f5951b68caf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/49985cad103142d2b443f5951b68caf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/49985cad103142d2b443f5951b68caf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/49985cad103142d2b443f5951b68caf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/49985cad103142d2b443f5951b68caf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/49985cad103142d2b443f5951b68caf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/49985cad103142d2b443f5951b68caf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/49985cad103142d2b443f5951b68caf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/49985cad103142d2b443f5951b68caf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/49985cad103142d2b443f5951b68caf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-user", "id": "300c57407f124b4dabb05412625581aa"}, "audit_ids": ["qohf6IZZRRqk2WKkGr6idw"], "issued_at": "2018-09-04T22:03:56.000000Z"}} 2018-09-04 22:03:56,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4d0519c6ecc801aff5e19a9cb619854bf2bd41" 2018-09-04 22:03:56,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe419d7-53eb-474c-8dd9-027a1388577c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:56,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cfe419d7-53eb-474c-8dd9-027a1388577c 2018-09-04 22:03:56,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:56,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:57,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ce869a1ae674445812f80bf9b002ed8", "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj-role"}], "expires_at": "2018-09-04T23:03:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49985cad103142d2b443f5951b68caf5", "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/49985cad103142d2b443f5951b68caf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/49985cad103142d2b443f5951b68caf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/49985cad103142d2b443f5951b68caf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/49985cad103142d2b443f5951b68caf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/49985cad103142d2b443f5951b68caf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/49985cad103142d2b443f5951b68caf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/49985cad103142d2b443f5951b68caf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/49985cad103142d2b443f5951b68caf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/49985cad103142d2b443f5951b68caf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/49985cad103142d2b443f5951b68caf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/49985cad103142d2b443f5951b68caf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-user", "id": "300c57407f124b4dabb05412625581aa"}, "audit_ids": ["cy-0brqLSACqTDpBaiDcEg"], "issued_at": "2018-09-04T22:03:57.000000Z"}} 2018-09-04 22:03:57,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34703d39b81fbda4740b62fe4634d24dfa565c4b" 2018-09-04 22:03:57,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abc648ff-b66a-4f51-8ee8-f2f1d068fd91 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:57,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-abc648ff-b66a-4f51-8ee8-f2f1d068fd91 2018-09-04 22:03:57,198 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34703d39b81fbda4740b62fe4634d24dfa565c4b" 2018-09-04 22:03:57,383 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:57 GMT Server: Apache x-compute-request-id: req-9bb31171-ce32-41aa-85bf-1b6920828da9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9bb31171-ce32-41aa-85bf-1b6920828da9 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:03:57,383 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/detail used request id req-9bb31171-ce32-41aa-85bf-1b6920828da9 2018-09-04 22:03:57,387 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9bb31171-ce32-41aa-85bf-1b6920828da9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34703d39b81fbda4740b62fe4634d24dfa565c4b" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:03:57,758 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:57 GMT Server: Apache x-compute-request-id: req-59fa66f4-e935-428f-be17-8e0080dcfab8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-59fa66f4-e935-428f-be17-8e0080dcfab8 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "300c57407f124b4dabb05412625581aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "self"}, {"href": "http://172.30.9.26:8776/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:57.660018", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8bc48328-3d7c-454f-9b00-54ee094d1430", "size": 1}} 2018-09-04 22:03:57,758 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes used request id req-59fa66f4-e935-428f-be17-8e0080dcfab8 2018-09-04 22:03:57,762 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bb31171-ce32-41aa-85bf-1b6920828da9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34703d39b81fbda4740b62fe4634d24dfa565c4b" 2018-09-04 22:03:57,968 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:57 GMT Server: Apache x-compute-request-id: req-689b0e79-a4f6-4ced-b25d-9f58cc0f6819 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-689b0e79-a4f6-4ced-b25d-9f58cc0f6819 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "300c57407f124b4dabb05412625581aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "self"}, {"href": "http://172.30.9.26:8776/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "49985cad103142d2b443f5951b68caf5", "updated_at": "2018-09-04T22:03:57.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8bc48328-3d7c-454f-9b00-54ee094d1430", "size": 1}} 2018-09-04 22:03:57,968 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430 used request id req-689b0e79-a4f6-4ced-b25d-9f58cc0f6819 2018-09-04 22:03:57,969 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9 2018-09-04 22:03:57,972 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bb31171-ce32-41aa-85bf-1b6920828da9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34703d39b81fbda4740b62fe4634d24dfa565c4b" 2018-09-04 22:03:58,241 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:57 GMT Server: Apache x-compute-request-id: req-99a52762-fed1-4cf8-b4ae-86458b219f97 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-99a52762-fed1-4cf8-b4ae-86458b219f97 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "300c57407f124b4dabb05412625581aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "self"}, {"href": "http://172.30.9.26:8776/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "49985cad103142d2b443f5951b68caf5", "updated_at": "2018-09-04T22:03:58.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8bc48328-3d7c-454f-9b00-54ee094d1430", "size": 1}} 2018-09-04 22:03:58,241 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430 used request id req-99a52762-fed1-4cf8-b4ae-86458b219f97 2018-09-04 22:03:58,242 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:03:58,242 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9 2018-09-04 22:03:58,242 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9 2018-09-04 22:03:58,245 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4d0519c6ecc801aff5e19a9cb619854bf2bd41" 2018-09-04 22:03:58,432 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:58 GMT Server: Apache x-compute-request-id: req-500ec9d9-3f63-4d57-bd3b-c74b3974d96c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-500ec9d9-3f63-4d57-bd3b-c74b3974d96c Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "300c57407f124b4dabb05412625581aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "self"}, {"href": "http://172.30.9.26:8776/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "49985cad103142d2b443f5951b68caf5", "updated_at": "2018-09-04T22:03:58.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8bc48328-3d7c-454f-9b00-54ee094d1430", "size": 1}]} 2018-09-04 22:03:58,432 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/detail used request id req-500ec9d9-3f63-4d57-bd3b-c74b3974d96c 2018-09-04 22:03:58,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:58,441 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:58,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/49985cad103142d2b443f5951b68caf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4d0519c6ecc801aff5e19a9cb619854bf2bd41" 2018-09-04 22:03:58,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adccf8f1-9d67-4239-b176-09da1f20bb0d Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/49985cad103142d2b443f5951b68caf5"}, "enabled": true, "id": "49985cad103142d2b443f5951b68caf5", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj"}} 2018-09-04 22:03:58,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/49985cad103142d2b443f5951b68caf5 used request id req-adccf8f1-9d67-4239-b176-09da1f20bb0d 2018-09-04 22:03:58,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:03:58,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:03:58,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ce869a1ae674445812f80bf9b002ed8", "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj-role"}], "expires_at": "2018-09-04T23:03:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49985cad103142d2b443f5951b68caf5", "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/49985cad103142d2b443f5951b68caf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/49985cad103142d2b443f5951b68caf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/49985cad103142d2b443f5951b68caf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/49985cad103142d2b443f5951b68caf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/49985cad103142d2b443f5951b68caf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/49985cad103142d2b443f5951b68caf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/49985cad103142d2b443f5951b68caf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/49985cad103142d2b443f5951b68caf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/49985cad103142d2b443f5951b68caf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/49985cad103142d2b443f5951b68caf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/49985cad103142d2b443f5951b68caf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-user", "id": "300c57407f124b4dabb05412625581aa"}, "audit_ids": ["MO-5ZSBsRjeUhKRbHXOM4A"], "issued_at": "2018-09-04T22:03:58.000000Z"}} 2018-09-04 22:03:58,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51843e1609a8f1afdb804c56964cf3b4a700dfc9" 2018-09-04 22:03:58,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d9b2a57-2bed-4987-bd95-a760b544283d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:03:58,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5d9b2a57-2bed-4987-bd95-a760b544283d 2018-09-04 22:03:58,991 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51843e1609a8f1afdb804c56964cf3b4a700dfc9" 2018-09-04 22:03:59,191 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:58 GMT Server: Apache x-compute-request-id: req-4460925f-810f-4342-af45-03cfa1cc42a2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4460925f-810f-4342-af45-03cfa1cc42a2 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "300c57407f124b4dabb05412625581aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "self"}, {"href": "http://172.30.9.26:8776/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "49985cad103142d2b443f5951b68caf5", "updated_at": "2018-09-04T22:03:58.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8bc48328-3d7c-454f-9b00-54ee094d1430", "size": 1}]} 2018-09-04 22:03:59,191 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/detail used request id req-4460925f-810f-4342-af45-03cfa1cc42a2 2018-09-04 22:03:59,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:03:59,200 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:03:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:03:59,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/49985cad103142d2b443f5951b68caf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51843e1609a8f1afdb804c56964cf3b4a700dfc9" 2018-09-04 22:03:59,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd6c3220-3815-43c0-88ca-7f3125b2bf09 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/49985cad103142d2b443f5951b68caf5"}, "enabled": true, "id": "49985cad103142d2b443f5951b68caf5", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj"}} 2018-09-04 22:03:59,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/49985cad103142d2b443f5951b68caf5 used request id req-fd6c3220-3815-43c0-88ca-7f3125b2bf09 2018-09-04 22:03:59,278 - create_volume - INFO - Did not create volume due to cleanup mode 2018-09-04 22:03:59,281 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bb31171-ce32-41aa-85bf-1b6920828da9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34703d39b81fbda4740b62fe4634d24dfa565c4b" 2018-09-04 22:03:59,469 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:59 GMT Server: Apache x-compute-request-id: req-e09ceab2-da6c-49f7-982d-59a548dc5302 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e09ceab2-da6c-49f7-982d-59a548dc5302 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "300c57407f124b4dabb05412625581aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "self"}, {"href": "http://172.30.9.26:8776/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "49985cad103142d2b443f5951b68caf5", "updated_at": "2018-09-04T22:03:58.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8bc48328-3d7c-454f-9b00-54ee094d1430", "size": 1}} 2018-09-04 22:03:59,470 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430 used request id req-e09ceab2-da6c-49f7-982d-59a548dc5302 2018-09-04 22:03:59,470 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:03:59,470 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9 2018-09-04 22:03:59,470 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9 2018-09-04 22:03:59,473 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bb31171-ce32-41aa-85bf-1b6920828da9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34703d39b81fbda4740b62fe4634d24dfa565c4b" 2018-09-04 22:03:59,802 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:03:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1a277930-2303-4f77-ab48-f040890728e7 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:03:59,802 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430 used request id req-1a277930-2303-4f77-ab48-f040890728e7 2018-09-04 22:03:59,805 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bb31171-ce32-41aa-85bf-1b6920828da9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34703d39b81fbda4740b62fe4634d24dfa565c4b" 2018-09-04 22:04:00,013 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:03:59 GMT Server: Apache x-compute-request-id: req-79564d01-a38c-4c59-9c57-daada707e873 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-79564d01-a38c-4c59-9c57-daada707e873 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "300c57407f124b4dabb05412625581aa", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "self"}, {"href": "http://172.30.9.26:8776/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:03:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "49985cad103142d2b443f5951b68caf5", "updated_at": "2018-09-04T22:03:59.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8bc48328-3d7c-454f-9b00-54ee094d1430", "size": 1}} 2018-09-04 22:04:00,013 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430 used request id req-79564d01-a38c-4c59-9c57-daada707e873 2018-09-04 22:04:00,014 - create_volume - DEBUG - Instance status is - deleting 2018-09-04 22:04:00,014 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 22:04:03,017 - create_volume - DEBUG - Volume status query timeout in 56.7857220173 2018-09-04 22:04:03,020 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bb31171-ce32-41aa-85bf-1b6920828da9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34703d39b81fbda4740b62fe4634d24dfa565c4b" 2018-09-04 22:04:03,227 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-aaa219f0-855a-4d3f-bfcd-1194a15beb9e x-openstack-request-id: req-aaa219f0-855a-4d3f-bfcd-1194a15beb9e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8bc48328-3d7c-454f-9b00-54ee094d1430 could not be found.", "code": 404}} 2018-09-04 22:04:03,227 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/49985cad103142d2b443f5951b68caf5/volumes/8bc48328-3d7c-454f-9b00-54ee094d1430 used request id req-aaa219f0-855a-4d3f-bfcd-1194a15beb9e 2018-09-04 22:04:03,227 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 8bc48328-3d7c-454f-9b00-54ee094d1430 could not be found. (HTTP 404) (Request-ID: req-aaa219f0-855a-4d3f-bfcd-1194a15beb9e) 2018-09-04 22:04:03,227 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-f74ed76d-4d9b-42e4-9cea-71e4d2a8b1c9 2018-09-04 22:04:03,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:03,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-00724963-7758-4850-b83b-a6669c5fdaca Date: Tue, 04 Sep 2018 22:04:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:04:03,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-00724963-7758-4850-b83b-a6669c5fdaca 2018-09-04 22:04:03,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:03,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bb65a73-2428-4093-956c-3a757efc1c34 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:04:03,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-2bb65a73-2428-4093-956c-3a757efc1c34 2018-09-04 22:04:03,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:03,670 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20b247f3-9aeb-4656-86e2-6478cabc6316 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:03,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-20b247f3-9aeb-4656-86e2-6478cabc6316 2018-09-04 22:04:03,670 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:03,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:03,755 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a57ffbe-bde4-4487-be10-c47d307db4a6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:03,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-5a57ffbe-bde4-4487-be10-c47d307db4a6 2018-09-04 22:04:03,756 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:03,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:03,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77354ab0-7017-4d5e-82d3-c5c4e9f3ffdc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:04:03,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-77354ab0-7017-4d5e-82d3-c5c4e9f3ffdc 2018-09-04 22:04:03,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:03,934 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65d1297c-bb28-4b5a-b425-576f5326d8ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:03,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-65d1297c-bb28-4b5a-b425-576f5326d8ed 2018-09-04 22:04:03,934 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:03,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:04,022 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfc7053b-6d27-4712-8f6f-5e891eb9888d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:04,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-bfc7053b-6d27-4712-8f6f-5e891eb9888d 2018-09-04 22:04:04,023 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:04,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:04,115 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cd610a0-b4ac-4405-94aa-78947a608171 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:04,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-4cd610a0-b4ac-4405-94aa-78947a608171 2018-09-04 22:04:04,115 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:04,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:04,196 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f44d25c5-90f1-47ac-8822-9379a57a5441 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:04,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-f44d25c5-90f1-47ac-8822-9379a57a5441 2018-09-04 22:04:04,196 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:04,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:04,288 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54998523-4fb2-4a92-9640-c0022c9433b8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:04,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-54998523-4fb2-4a92-9640-c0022c9433b8 2018-09-04 22:04:04,288 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:04,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:04,380 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-610f05f0-16b9-43c3-8428-5e72291be58a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:04,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-610f05f0-16b9-43c3-8428-5e72291be58a 2018-09-04 22:04:04,380 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:04,381 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj 2018-09-04 22:04:04,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/49985cad103142d2b443f5951b68caf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:04,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ff68e94-51e4-4a83-b7b8-95a168174da4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:04,588 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/49985cad103142d2b443f5951b68caf5 used request id req-2ff68e94-51e4-4a83-b7b8-95a168174da4 2018-09-04 22:04:04,589 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-proj-role 2018-09-04 22:04:04,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/0ce869a1ae674445812f80bf9b002ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:04,706 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0970d5ce-ec1c-4188-a666-5dc44f332bb6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:04,706 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/0ce869a1ae674445812f80bf9b002ed8 used request id req-0970d5ce-ec1c-4188-a666-5dc44f332bb6 2018-09-04 22:04:04,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a3092d1efb930786689d141a4751eec1a6be00" 2018-09-04 22:04:04,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75f82d21-a410-4813-bf75-49b582590738 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:04,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-75f82d21-a410-4813-bf75-49b582590738 2018-09-04 22:04:04,801 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-0251933f-c6d4-4df-user 2018-09-04 22:04:04,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/300c57407f124b4dabb05412625581aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ededacb2ec64e409cbda08b14ee8199691de2ed" 2018-09-04 22:04:05,000 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f334187-23b4-4c0e-b410-02c1feecc657 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:05,001 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/300c57407f124b4dabb05412625581aa used request id req-6f334187-23b4-4c0e-b410-02c1feecc657 2018-09-04 22:04:05,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:05,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["06mIDKraQ-iPC40grpjPiQ"], "issued_at": "2018-09-04T22:04:05.000000Z"}} 2018-09-04 22:04:05,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f5a0c534f06b1341c1c63af1f0781374d10a45" 2018-09-04 22:04:05,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aa4402f-088a-4bb9-907d-5d9b1051a0dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:05,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3aa4402f-088a-4bb9-907d-5d9b1051a0dd 2018-09-04 22:04:05,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:05,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:05,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["UO1wimfpQzKpiJ1geERM-w"], "issued_at": "2018-09-04T22:04:05.000000Z"}} 2018-09-04 22:04:05,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:05,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdf57968-91e5-4eb1-b350-c9e3bbc7700c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:05,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fdf57968-91e5-4eb1-b350-c9e3bbc7700c 2018-09-04 22:04:05,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:05,943 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:05,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:06,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-affe6993-5184-440c-9dc0-259c57d7ebf2 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:04:06,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj used request id req-affe6993-5184-440c-9dc0-259c57d7ebf2 2018-09-04 22:04:06,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:06,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cea5e751-bc25-46ad-830b-261e62bc7eed Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:06,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-cea5e751-bc25-46ad-830b-261e62bc7eed 2018-09-04 22:04:06,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj"}}' 2018-09-04 22:04:06,233 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c5c19dd-60a6-4ca4-9916-f764bdb699fa Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6bdc2ec0db7e4006a6afe3a659e9bfa5"}, "enabled": true, "id": "6bdc2ec0db7e4006a6afe3a659e9bfa5", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj"}} 2018-09-04 22:04:06,233 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-4c5c19dd-60a6-4ca4-9916-f764bdb699fa 2018-09-04 22:04:06,233 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj 2018-09-04 22:04:06,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:06,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:06,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["MwdJNoDQQMalUi02wckFqw"], "issued_at": "2018-09-04T22:04:06.000000Z"}} 2018-09-04 22:04:06,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e8d9375e0f65fe874cbec1c0eaa1eae62d3f1e8" 2018-09-04 22:04:06,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0ba9553-9dc9-4c2d-8ecc-664cf97f8924 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:06,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a0ba9553-9dc9-4c2d-8ecc-664cf97f8924 2018-09-04 22:04:06,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:06,703 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:06,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e8d9375e0f65fe874cbec1c0eaa1eae62d3f1e8" 2018-09-04 22:04:06,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30da8387-65ad-458d-8698-1a843d4e0313 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:04:06,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-30da8387-65ad-458d-8698-1a843d4e0313 2018-09-04 22:04:06,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e8d9375e0f65fe874cbec1c0eaa1eae62d3f1e8" 2018-09-04 22:04:06,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4498cac3-aff3-4d77-a6b8-68e3e83732a8 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6bdc2ec0db7e4006a6afe3a659e9bfa5"}, "enabled": true, "id": "6bdc2ec0db7e4006a6afe3a659e9bfa5", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj"}]} 2018-09-04 22:04:06,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj used request id req-4498cac3-aff3-4d77-a6b8-68e3e83732a8 2018-09-04 22:04:06,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e8d9375e0f65fe874cbec1c0eaa1eae62d3f1e8" 2018-09-04 22:04:06,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c839a3c-2d19-4414-b6ec-a65d978d5c07 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:06,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-1c839a3c-2d19-4414-b6ec-a65d978d5c07 2018-09-04 22:04:07,286 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-user 2018-09-04 22:04:07,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:07,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:07,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-576de6e0-a0b2-4953-8faa-52eba6419006 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:07,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-576de6e0-a0b2-4953-8faa-52eba6419006 2018-09-04 22:04:07,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj-role"}}' 2018-09-04 22:04:07,496 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61e3086a-5c69-40fa-ad56-50dc24f81953 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1c98bfb87a214c11929a1ec2b9148689", "links": {"self": "http://172.30.9.26:5000/v3/roles/1c98bfb87a214c11929a1ec2b9148689"}, "name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj-role"}} 2018-09-04 22:04:07,496 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-61e3086a-5c69-40fa-ad56-50dc24f81953 2018-09-04 22:04:07,496 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj-role 2018-09-04 22:04:07,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/1c98bfb87a214c11929a1ec2b9148689 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:07,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-615efb63-11b6-4662-b4d1-2a6f36535b93 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/1c98bfb87a214c11929a1ec2b9148689"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj-role", "id": "1c98bfb87a214c11929a1ec2b9148689"}} 2018-09-04 22:04:07,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/1c98bfb87a214c11929a1ec2b9148689 used request id req-615efb63-11b6-4662-b4d1-2a6f36535b93 2018-09-04 22:04:07,581 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj-role to project CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj 2018-09-04 22:04:07,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/6bdc2ec0db7e4006a6afe3a659e9bfa5/users/99801ea46a4b4e98a6516b28c2bbba92/roles/1c98bfb87a214c11929a1ec2b9148689 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:07,720 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a9745e6-22c9-4b57-b853-275639295f10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:07,720 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/6bdc2ec0db7e4006a6afe3a659e9bfa5/users/99801ea46a4b4e98a6516b28c2bbba92/roles/1c98bfb87a214c11929a1ec2b9148689 used request id req-2a9745e6-22c9-4b57-b853-275639295f10 2018-09-04 22:04:07,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:08,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1c98bfb87a214c11929a1ec2b9148689", "name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj-role"}], "expires_at": "2018-09-04T23:04:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6bdc2ec0db7e4006a6afe3a659e9bfa5", "name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-user", "id": "99801ea46a4b4e98a6516b28c2bbba92"}, "audit_ids": ["2rVNj92kReyjIiaJg3Rapg"], "issued_at": "2018-09-04T22:04:08.000000Z"}} 2018-09-04 22:04:08,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70ac3884b629dfc16aab570f7f93fae407e368f" 2018-09-04 22:04:08,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdba10db-c752-48c0-b0f8-eb0832ae74e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:08,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bdba10db-c752-48c0-b0f8-eb0832ae74e5 2018-09-04 22:04:08,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:08,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:08,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1c98bfb87a214c11929a1ec2b9148689", "name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj-role"}], "expires_at": "2018-09-04T23:04:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6bdc2ec0db7e4006a6afe3a659e9bfa5", "name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/6bdc2ec0db7e4006a6afe3a659e9bfa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-user", "id": "99801ea46a4b4e98a6516b28c2bbba92"}, "audit_ids": ["sv2ywoU8QGGChPxAFfS3Og"], "issued_at": "2018-09-04T22:04:08.000000Z"}} 2018-09-04 22:04:08,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962e5adcdfc88c4eb324295b2b34c189cb3c8ae1" 2018-09-04 22:04:08,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a7b087e-1564-4b14-88fe-06ffc00113d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:08,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5a7b087e-1564-4b14-88fe-06ffc00113d7 2018-09-04 22:04:08,641 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962e5adcdfc88c4eb324295b2b34c189cb3c8ae1" 2018-09-04 22:04:08,838 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:08 GMT Server: Apache x-compute-request-id: req-f0e48e8f-a135-4c7b-b7d5-73cbff955be5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f0e48e8f-a135-4c7b-b7d5-73cbff955be5 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:04:08,839 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/detail used request id req-f0e48e8f-a135-4c7b-b7d5-73cbff955be5 2018-09-04 22:04:08,842 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f0e48e8f-a135-4c7b-b7d5-73cbff955be5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962e5adcdfc88c4eb324295b2b34c189cb3c8ae1" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:04:09,196 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:04:08 GMT Server: Apache x-compute-request-id: req-2c346993-f420-4c14-9b25-f6533e2ea2a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2c346993-f420-4c14-9b25-f6533e2ea2a6 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "99801ea46a4b4e98a6516b28c2bbba92", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "self"}, {"href": "http://172.30.9.26:8776/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:04:09.109460", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "size": 1}} 2018-09-04 22:04:09,196 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes used request id req-2c346993-f420-4c14-9b25-f6533e2ea2a6 2018-09-04 22:04:09,199 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0e48e8f-a135-4c7b-b7d5-73cbff955be5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962e5adcdfc88c4eb324295b2b34c189cb3c8ae1" 2018-09-04 22:04:09,411 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:09 GMT Server: Apache x-compute-request-id: req-a9ff659d-a13e-4316-90eb-6ab96a9dd817 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9ff659d-a13e-4316-90eb-6ab96a9dd817 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "99801ea46a4b4e98a6516b28c2bbba92", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "self"}, {"href": "http://172.30.9.26:8776/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:04:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6bdc2ec0db7e4006a6afe3a659e9bfa5", "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "size": 1}} 2018-09-04 22:04:09,411 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 used request id req-a9ff659d-a13e-4316-90eb-6ab96a9dd817 2018-09-04 22:04:09,412 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3 2018-09-04 22:04:09,415 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0e48e8f-a135-4c7b-b7d5-73cbff955be5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962e5adcdfc88c4eb324295b2b34c189cb3c8ae1" 2018-09-04 22:04:09,625 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:09 GMT Server: Apache x-compute-request-id: req-95ba6cc7-5cbc-4fe4-8541-ebc0e1443e79 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-95ba6cc7-5cbc-4fe4-8541-ebc0e1443e79 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "99801ea46a4b4e98a6516b28c2bbba92", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "self"}, {"href": "http://172.30.9.26:8776/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:04:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6bdc2ec0db7e4006a6afe3a659e9bfa5", "updated_at": "2018-09-04T22:04:09.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "size": 1}} 2018-09-04 22:04:09,625 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 used request id req-95ba6cc7-5cbc-4fe4-8541-ebc0e1443e79 2018-09-04 22:04:09,625 - create_volume - DEBUG - Instance status is - creating 2018-09-04 22:04:09,626 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 22:04:12,629 - create_volume - DEBUG - Volume status query timeout in 296.783326864 2018-09-04 22:04:12,632 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0e48e8f-a135-4c7b-b7d5-73cbff955be5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962e5adcdfc88c4eb324295b2b34c189cb3c8ae1" 2018-09-04 22:04:12,831 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:12 GMT Server: Apache x-compute-request-id: req-3f1dcefa-33b3-459e-ab29-fea2e9197aa9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f1dcefa-33b3-459e-ab29-fea2e9197aa9 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "99801ea46a4b4e98a6516b28c2bbba92", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "self"}, {"href": "http://172.30.9.26:8776/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:04:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6bdc2ec0db7e4006a6afe3a659e9bfa5", "updated_at": "2018-09-04T22:04:09.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "size": 1}} 2018-09-04 22:04:12,831 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 used request id req-3f1dcefa-33b3-459e-ab29-fea2e9197aa9 2018-09-04 22:04:12,831 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:04:12,831 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3 2018-09-04 22:04:12,832 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3 2018-09-04 22:04:12,834 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70ac3884b629dfc16aab570f7f93fae407e368f" 2018-09-04 22:04:13,038 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:12 GMT Server: Apache x-compute-request-id: req-3b9abea3-17f0-45c4-a051-3f97b7e9c1f9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3b9abea3-17f0-45c4-a051-3f97b7e9c1f9 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "99801ea46a4b4e98a6516b28c2bbba92", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "self"}, {"href": "http://172.30.9.26:8776/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:04:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6bdc2ec0db7e4006a6afe3a659e9bfa5", "updated_at": "2018-09-04T22:04:09.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "size": 1}]} 2018-09-04 22:04:13,038 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/detail used request id req-3b9abea3-17f0-45c4-a051-3f97b7e9c1f9 2018-09-04 22:04:13,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:13,047 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:13,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/6bdc2ec0db7e4006a6afe3a659e9bfa5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70ac3884b629dfc16aab570f7f93fae407e368f" 2018-09-04 22:04:13,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c6d4605-1579-480f-98bb-94b2e30f2f07 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6bdc2ec0db7e4006a6afe3a659e9bfa5"}, "enabled": true, "id": "6bdc2ec0db7e4006a6afe3a659e9bfa5", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj"}} 2018-09-04 22:04:13,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/6bdc2ec0db7e4006a6afe3a659e9bfa5 used request id req-9c6d4605-1579-480f-98bb-94b2e30f2f07 2018-09-04 22:04:13,134 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0e48e8f-a135-4c7b-b7d5-73cbff955be5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962e5adcdfc88c4eb324295b2b34c189cb3c8ae1" 2018-09-04 22:04:13,357 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:13 GMT Server: Apache x-compute-request-id: req-4af400d4-6390-4834-a080-e7affcd109b4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4af400d4-6390-4834-a080-e7affcd109b4 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "99801ea46a4b4e98a6516b28c2bbba92", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "self"}, {"href": "http://172.30.9.26:8776/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:04:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6bdc2ec0db7e4006a6afe3a659e9bfa5", "updated_at": "2018-09-04T22:04:09.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "size": 1}} 2018-09-04 22:04:13,357 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 used request id req-4af400d4-6390-4834-a080-e7affcd109b4 2018-09-04 22:04:13,357 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:04:13,357 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3 2018-09-04 22:04:13,357 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3 2018-09-04 22:04:13,360 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0e48e8f-a135-4c7b-b7d5-73cbff955be5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962e5adcdfc88c4eb324295b2b34c189cb3c8ae1" 2018-09-04 22:04:13,677 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:04:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b7e8c2b9-347f-453b-aa23-13dab68c64af Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:04:13,677 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 used request id req-b7e8c2b9-347f-453b-aa23-13dab68c64af 2018-09-04 22:04:13,680 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0e48e8f-a135-4c7b-b7d5-73cbff955be5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962e5adcdfc88c4eb324295b2b34c189cb3c8ae1" 2018-09-04 22:04:13,733 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:13 GMT Server: Apache x-compute-request-id: req-3f59f288-d1cd-4ef5-bc1c-d710da00ef60 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f59f288-d1cd-4ef5-bc1c-d710da00ef60 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "99801ea46a4b4e98a6516b28c2bbba92", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "self"}, {"href": "http://172.30.9.26:8776/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:04:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6bdc2ec0db7e4006a6afe3a659e9bfa5", "updated_at": "2018-09-04T22:04:13.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07cb34f7-b5c0-4dd9-87ca-17eb14d33650", "size": 1}} 2018-09-04 22:04:13,733 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 used request id req-3f59f288-d1cd-4ef5-bc1c-d710da00ef60 2018-09-04 22:04:13,733 - create_volume - DEBUG - Instance status is - deleting 2018-09-04 22:04:13,733 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 22:04:16,737 - create_volume - DEBUG - Volume status query timeout in 56.9406402111 2018-09-04 22:04:16,740 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0e48e8f-a135-4c7b-b7d5-73cbff955be5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}962e5adcdfc88c4eb324295b2b34c189cb3c8ae1" 2018-09-04 22:04:16,773 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-35d0641b-76d1-468c-9325-e39be88e473f x-openstack-request-id: req-35d0641b-76d1-468c-9325-e39be88e473f Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 07cb34f7-b5c0-4dd9-87ca-17eb14d33650 could not be found.", "code": 404}} 2018-09-04 22:04:16,774 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/6bdc2ec0db7e4006a6afe3a659e9bfa5/volumes/07cb34f7-b5c0-4dd9-87ca-17eb14d33650 used request id req-35d0641b-76d1-468c-9325-e39be88e473f 2018-09-04 22:04:16,774 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 07cb34f7-b5c0-4dd9-87ca-17eb14d33650 could not be found. (HTTP 404) (Request-ID: req-35d0641b-76d1-468c-9325-e39be88e473f) 2018-09-04 22:04:16,774 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-3618381b-0d6c-4ff4-bf97-55c426a456e3 2018-09-04 22:04:16,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:17,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-9fc6043f-7b34-4919-9740-bf55f306e3e9 Date: Tue, 04 Sep 2018 22:04:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:04:17,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-9fc6043f-7b34-4919-9740-bf55f306e3e9 2018-09-04 22:04:17,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:17,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a438c5db-c9ec-4b00-b5bf-25467fae97b8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:04:17,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-a438c5db-c9ec-4b00-b5bf-25467fae97b8 2018-09-04 22:04:17,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:17,220 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-555c88d9-6ecc-4878-9dd1-0fa54d445f87 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:17,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-555c88d9-6ecc-4878-9dd1-0fa54d445f87 2018-09-04 22:04:17,220 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:17,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:17,326 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9c6c258-16c4-48f6-b291-59818e611761 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:17,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-d9c6c258-16c4-48f6-b291-59818e611761 2018-09-04 22:04:17,327 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:17,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:17,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae4426ba-cd20-43d1-9a40-8ff770563e87 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:04:17,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-ae4426ba-cd20-43d1-9a40-8ff770563e87 2018-09-04 22:04:17,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:17,505 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d979e636-69dd-4e3a-9eff-3f5f99657769 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:17,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-d979e636-69dd-4e3a-9eff-3f5f99657769 2018-09-04 22:04:17,505 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:17,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:17,602 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf954c30-0691-44de-a5ed-4fdd3a009f6f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:17,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-bf954c30-0691-44de-a5ed-4fdd3a009f6f 2018-09-04 22:04:17,602 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:17,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:17,697 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06de569b-c5b7-45f9-b347-331f346bd134 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:17,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-06de569b-c5b7-45f9-b347-331f346bd134 2018-09-04 22:04:17,697 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:17,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:17,782 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d136c1a-69f3-4811-a572-c54c220bc991 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:17,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-1d136c1a-69f3-4811-a572-c54c220bc991 2018-09-04 22:04:17,782 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:17,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:17,869 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21f49004-94a7-49dc-82e0-efae35828ca6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:17,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-21f49004-94a7-49dc-82e0-efae35828ca6 2018-09-04 22:04:17,870 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:17,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:17,958 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb2f66db-132d-4117-b022-dca57d65ea7b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:17,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-fb2f66db-132d-4117-b022-dca57d65ea7b 2018-09-04 22:04:17,958 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:17,959 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj 2018-09-04 22:04:17,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/6bdc2ec0db7e4006a6afe3a659e9bfa5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:18,151 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3989ba5-dd45-4f2c-a80b-112791bdc1f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:18,151 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/6bdc2ec0db7e4006a6afe3a659e9bfa5 used request id req-e3989ba5-dd45-4f2c-a80b-112791bdc1f7 2018-09-04 22:04:18,152 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-proj-role 2018-09-04 22:04:18,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/1c98bfb87a214c11929a1ec2b9148689 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:18,269 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-302dd4ec-ffb2-4b70-9a6d-2917b51d68c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:18,269 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/1c98bfb87a214c11929a1ec2b9148689 used request id req-302dd4ec-ffb2-4b70-9a6d-2917b51d68c2 2018-09-04 22:04:18,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1bb2b14ffa20764b29a5408c8ac8ef3e0af907" 2018-09-04 22:04:18,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-232329c4-ae6c-49b5-b79a-1d3bbc6b84e0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:18,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-232329c4-ae6c-49b5-b79a-1d3bbc6b84e0 2018-09-04 22:04:18,359 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-59a04c0b-77f1-44b-user 2018-09-04 22:04:18,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/99801ea46a4b4e98a6516b28c2bbba92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e8d9375e0f65fe874cbec1c0eaa1eae62d3f1e8" 2018-09-04 22:04:18,530 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-026db606-fa39-41cc-aaa6-d2b8a6ef9068 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:18,531 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/99801ea46a4b4e98a6516b28c2bbba92 used request id req-026db606-fa39-41cc-aaa6-d2b8a6ef9068 2018-09-04 22:04:18,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:18,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["-kOjAAfgQ96JJGilkhdOIA"], "issued_at": "2018-09-04T22:04:18.000000Z"}} 2018-09-04 22:04:18,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a3166af3a697256c53572e1f30ac1f82d068ef" 2018-09-04 22:04:19,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b558bf5-2c1d-45da-b436-18eb63458030 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:19,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2b558bf5-2c1d-45da-b436-18eb63458030 2018-09-04 22:04:19,004 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:19,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:19,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["qvk3EujtRHWOLbWEhDKdpA"], "issued_at": "2018-09-04T22:04:19.000000Z"}} 2018-09-04 22:04:19,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:19,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-571e773b-232a-4e7b-bafc-49566ec64b47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:19,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-571e773b-232a-4e7b-bafc-49566ec64b47 2018-09-04 22:04:19,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:19,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:19,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:19,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65803590-e88a-451a-90c0-57f525954c45 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:04:19,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj used request id req-65803590-e88a-451a-90c0-57f525954c45 2018-09-04 22:04:19,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:19,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6160c647-d0fe-42f3-81c4-8028ef4ceb6b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:19,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-6160c647-d0fe-42f3-81c4-8028ef4ceb6b 2018-09-04 22:04:19,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj"}}' 2018-09-04 22:04:19,790 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc0f8928-3983-482d-b42a-a716139bc9cc Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/fe5894d4d262465c82cbf08307b02e95"}, "enabled": true, "id": "fe5894d4d262465c82cbf08307b02e95", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj"}} 2018-09-04 22:04:19,790 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-dc0f8928-3983-482d-b42a-a716139bc9cc 2018-09-04 22:04:19,790 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj 2018-09-04 22:04:19,790 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:19,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:20,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["zqkWFj84Qz2LDpZ2I9rpog"], "issued_at": "2018-09-04T22:04:20.000000Z"}} 2018-09-04 22:04:20,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d866cbad75510be4c43a2e641b1b10b30682d78" 2018-09-04 22:04:20,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01ca1105-ecb9-4428-80d3-4387aa104889 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:20,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-01ca1105-ecb9-4428-80d3-4387aa104889 2018-09-04 22:04:20,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:20,264 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:20,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d866cbad75510be4c43a2e641b1b10b30682d78" 2018-09-04 22:04:20,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105c3dce-155e-4e39-bb44-824c682ab7ec Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:04:20,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-105c3dce-155e-4e39-bb44-824c682ab7ec 2018-09-04 22:04:20,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d866cbad75510be4c43a2e641b1b10b30682d78" 2018-09-04 22:04:20,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38254bb8-69cb-44dc-ad98-555899904974 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/fe5894d4d262465c82cbf08307b02e95"}, "enabled": true, "id": "fe5894d4d262465c82cbf08307b02e95", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj"}]} 2018-09-04 22:04:20,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj used request id req-38254bb8-69cb-44dc-ad98-555899904974 2018-09-04 22:04:20,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d866cbad75510be4c43a2e641b1b10b30682d78" 2018-09-04 22:04:20,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e214713-ac72-4388-af6a-b42abbb92d6f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:20,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2e214713-ac72-4388-af6a-b42abbb92d6f 2018-09-04 22:04:20,909 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-user 2018-09-04 22:04:20,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:20,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:20,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e55dd93b-028d-4b2f-abaa-005d1a2c351e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:20,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e55dd93b-028d-4b2f-abaa-005d1a2c351e 2018-09-04 22:04:21,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj-role"}}' 2018-09-04 22:04:21,113 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9b6c0b7-0386-4b6b-9549-8f0b59b67684 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b439c8afeed646f0a03bf1edb1e0c109", "links": {"self": "http://172.30.9.26:5000/v3/roles/b439c8afeed646f0a03bf1edb1e0c109"}, "name": "CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj-role"}} 2018-09-04 22:04:21,113 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-b9b6c0b7-0386-4b6b-9549-8f0b59b67684 2018-09-04 22:04:21,113 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj-role 2018-09-04 22:04:21,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/b439c8afeed646f0a03bf1edb1e0c109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:21,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a331bc7-7ac9-4324-bef4-5ce7426a24d9 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/b439c8afeed646f0a03bf1edb1e0c109"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj-role", "id": "b439c8afeed646f0a03bf1edb1e0c109"}} 2018-09-04 22:04:21,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/b439c8afeed646f0a03bf1edb1e0c109 used request id req-6a331bc7-7ac9-4324-bef4-5ce7426a24d9 2018-09-04 22:04:21,202 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj-role to project CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj 2018-09-04 22:04:21,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/fe5894d4d262465c82cbf08307b02e95/users/2648b55c6ae64f03978f857ea7469ee9/roles/b439c8afeed646f0a03bf1edb1e0c109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:21,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae3d928e-a059-4c9d-b8bf-553e00e415f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:21,332 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/fe5894d4d262465c82cbf08307b02e95/users/2648b55c6ae64f03978f857ea7469ee9/roles/b439c8afeed646f0a03bf1edb1e0c109 used request id req-ae3d928e-a059-4c9d-b8bf-553e00e415f4 2018-09-04 22:04:21,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:21,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:21,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b439c8afeed646f0a03bf1edb1e0c109", "name": "CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj-role"}], "expires_at": "2018-09-04T23:04:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe5894d4d262465c82cbf08307b02e95", "name": "CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/fe5894d4d262465c82cbf08307b02e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/fe5894d4d262465c82cbf08307b02e95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/fe5894d4d262465c82cbf08307b02e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/fe5894d4d262465c82cbf08307b02e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/fe5894d4d262465c82cbf08307b02e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/fe5894d4d262465c82cbf08307b02e95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/fe5894d4d262465c82cbf08307b02e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/fe5894d4d262465c82cbf08307b02e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/fe5894d4d262465c82cbf08307b02e95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/fe5894d4d262465c82cbf08307b02e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/fe5894d4d262465c82cbf08307b02e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/fe5894d4d262465c82cbf08307b02e95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-user", "id": "2648b55c6ae64f03978f857ea7469ee9"}, "audit_ids": ["OXlzQqBiS0qQ6R-8VGM9KA"], "issued_at": "2018-09-04T22:04:21.000000Z"}} 2018-09-04 22:04:21,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e2bc06829c0b437a94d15296efb4dc6d02fd7b" 2018-09-04 22:04:21,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2185205-c5d1-4dde-978f-59326171c218 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:21,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f2185205-c5d1-4dde-978f-59326171c218 2018-09-04 22:04:21,796 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/fe5894d4d262465c82cbf08307b02e95/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e2bc06829c0b437a94d15296efb4dc6d02fd7b" 2018-09-04 22:04:21,996 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:21 GMT Server: Apache x-compute-request-id: req-5609b2a2-3925-407e-bcba-f11a20838953 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5609b2a2-3925-407e-bcba-f11a20838953 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:04:21,996 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/fe5894d4d262465c82cbf08307b02e95/volumes/detail used request id req-5609b2a2-3925-407e-bcba-f11a20838953 2018-09-04 22:04:21,999 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/fe5894d4d262465c82cbf08307b02e95/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5609b2a2-3925-407e-bcba-f11a20838953" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e2bc06829c0b437a94d15296efb4dc6d02fd7b" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-0393b021-bc79-4cfc-b363-8337d6ea1bd4", "imageRef": "foo", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:04:22,328 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Tue, 04 Sep 2018 22:04:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-972a85ba-a77a-4e8b-8f43-c618e5ae8902 x-openstack-request-id: req-972a85ba-a77a-4e8b-8f43-c618e5ae8902 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-09-04 22:04:22,329 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/fe5894d4d262465c82cbf08307b02e95/volumes used request id req-972a85ba-a77a-4e8b-8f43-c618e5ae8902 2018-09-04 22:04:22,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:22,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-efa9f0ef-9992-4948-9a4d-65c11179867a Date: Tue, 04 Sep 2018 22:04:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:04:22,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-efa9f0ef-9992-4948-9a4d-65c11179867a 2018-09-04 22:04:22,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:22,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2809b82e-0726-4991-a792-40536b6d0b8d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:04:22,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-2809b82e-0726-4991-a792-40536b6d0b8d 2018-09-04 22:04:22,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:22,749 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c70c648e-7bd0-4685-a48c-7bd4794c790c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:22,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-c70c648e-7bd0-4685-a48c-7bd4794c790c 2018-09-04 22:04:22,749 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:22,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:22,832 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc64e164-58f4-44b6-817f-7d4c138cd0c7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:22,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-fc64e164-58f4-44b6-817f-7d4c138cd0c7 2018-09-04 22:04:22,832 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:22,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:22,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-facb0d8e-c04a-4bef-bc5f-678fb1181725 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:04:22,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-facb0d8e-c04a-4bef-bc5f-678fb1181725 2018-09-04 22:04:22,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:23,016 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcfa6792-25a0-4cc9-a13d-3e9917c238e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:23,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-dcfa6792-25a0-4cc9-a13d-3e9917c238e2 2018-09-04 22:04:23,017 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:23,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:23,100 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b54ad02-4544-4d47-8ed9-003d8e46037f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:23,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-2b54ad02-4544-4d47-8ed9-003d8e46037f 2018-09-04 22:04:23,100 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:23,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:23,188 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ea65fae-274c-499b-b973-ae61976b790f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:23,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-6ea65fae-274c-499b-b973-ae61976b790f 2018-09-04 22:04:23,188 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:23,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:23,279 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3eb691e9-e5c1-4563-9e7c-0d5bc3851aed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:23,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-3eb691e9-e5c1-4563-9e7c-0d5bc3851aed 2018-09-04 22:04:23,279 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:23,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:23,361 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc9016a0-d86c-4356-8d8a-3a8a27eef3ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:23,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-dc9016a0-d86c-4356-8d8a-3a8a27eef3ed 2018-09-04 22:04:23,361 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:23,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:23,450 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea50783b-8d9f-4fe0-a5ce-677898680408 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:23,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-ea50783b-8d9f-4fe0-a5ce-677898680408 2018-09-04 22:04:23,450 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:23,451 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj 2018-09-04 22:04:23,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/fe5894d4d262465c82cbf08307b02e95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:23,666 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8295d454-efec-4077-ba4c-deb9e34c1f57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:23,667 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/fe5894d4d262465c82cbf08307b02e95 used request id req-8295d454-efec-4077-ba4c-deb9e34c1f57 2018-09-04 22:04:23,667 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-proj-role 2018-09-04 22:04:23,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/b439c8afeed646f0a03bf1edb1e0c109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:23,777 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae03ce35-9843-4579-8f5c-26452156b386 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:23,777 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/b439c8afeed646f0a03bf1edb1e0c109 used request id req-ae03ce35-9843-4579-8f5c-26452156b386 2018-09-04 22:04:23,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bc1d6f064e2d330cab8544d1c90e2980f84065" 2018-09-04 22:04:23,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f6c1b1-363d-4736-a115-8887c0aea4db Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:23,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-37f6c1b1-363d-4736-a115-8887c0aea4db 2018-09-04 22:04:23,865 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-108fe182-3c0c-45a-user 2018-09-04 22:04:23,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/2648b55c6ae64f03978f857ea7469ee9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d866cbad75510be4c43a2e641b1b10b30682d78" 2018-09-04 22:04:24,053 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44e867fa-1df7-4100-bd91-8a5fb824f842 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:24,054 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/2648b55c6ae64f03978f857ea7469ee9 used request id req-44e867fa-1df7-4100-bd91-8a5fb824f842 2018-09-04 22:04:24,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:24,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["gDNkmrQ-QzqWdapnHBiO3A"], "issued_at": "2018-09-04T22:04:24.000000Z"}} 2018-09-04 22:04:24,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6056c3c4fbf53eb88e808ad074cf771936e3c784" 2018-09-04 22:04:24,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-707a1437-01de-4df2-8c27-a237a1b69dcf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:24,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-707a1437-01de-4df2-8c27-a237a1b69dcf 2018-09-04 22:04:24,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:24,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:24,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["0fCROpqrQJiSPJKgL95v6A"], "issued_at": "2018-09-04T22:04:24.000000Z"}} 2018-09-04 22:04:24,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:24,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a80e750-e591-4929-8267-d102a35c2791 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:24,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9a80e750-e591-4929-8267-d102a35c2791 2018-09-04 22:04:24,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:24,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:24,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:25,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0e749fe-b2a3-4bf4-a768-0647de5bcc1d Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:04:25,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj used request id req-b0e749fe-b2a3-4bf4-a768-0647de5bcc1d 2018-09-04 22:04:25,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:25,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-884a416e-7a2d-4c3f-8570-0212e2fd45ce Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:25,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-884a416e-7a2d-4c3f-8570-0212e2fd45ce 2018-09-04 22:04:25,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj"}}' 2018-09-04 22:04:25,299 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aac04231-d9d8-45df-82ea-936b05975999 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/dc943f4daf6840c099f3fa5031f89693"}, "enabled": true, "id": "dc943f4daf6840c099f3fa5031f89693", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj"}} 2018-09-04 22:04:25,299 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-aac04231-d9d8-45df-82ea-936b05975999 2018-09-04 22:04:25,299 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj 2018-09-04 22:04:25,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:25,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:25,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Nk6QCRBeTKyg8n9TVel4dw"], "issued_at": "2018-09-04T22:04:25.000000Z"}} 2018-09-04 22:04:25,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68247a01499674b701a08351256bd1c769b9e3d9" 2018-09-04 22:04:25,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-675483b3-8c84-475f-901a-53ced127923e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:25,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-675483b3-8c84-475f-901a-53ced127923e 2018-09-04 22:04:25,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:25,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:25,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68247a01499674b701a08351256bd1c769b9e3d9" 2018-09-04 22:04:25,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a62ed49a-cb71-4ed0-bd1f-cbbf3f9f814c Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:04:25,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a62ed49a-cb71-4ed0-bd1f-cbbf3f9f814c 2018-09-04 22:04:25,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68247a01499674b701a08351256bd1c769b9e3d9" 2018-09-04 22:04:25,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d18ec79-5ea7-454a-91c8-737d594e8fb4 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/dc943f4daf6840c099f3fa5031f89693"}, "enabled": true, "id": "dc943f4daf6840c099f3fa5031f89693", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj"}]} 2018-09-04 22:04:25,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj used request id req-4d18ec79-5ea7-454a-91c8-737d594e8fb4 2018-09-04 22:04:25,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68247a01499674b701a08351256bd1c769b9e3d9" 2018-09-04 22:04:25,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f261cde6-16ee-4fc5-b88f-b07fbc3ca575 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:25,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f261cde6-16ee-4fc5-b88f-b07fbc3ca575 2018-09-04 22:04:26,287 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-a933e62e-6be9-450-user 2018-09-04 22:04:26,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:26,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:26,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8760b0b9-9ad3-43d4-9897-b1d54d7b88ad Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:26,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8760b0b9-9ad3-43d4-9897-b1d54d7b88ad 2018-09-04 22:04:26,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj-role"}}' 2018-09-04 22:04:26,407 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59840668-2740-480a-9950-601ded9e4c4a Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "49bd74f837f848fe862dd7d3f90ec9eb", "links": {"self": "http://172.30.9.26:5000/v3/roles/49bd74f837f848fe862dd7d3f90ec9eb"}, "name": "CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj-role"}} 2018-09-04 22:04:26,407 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-59840668-2740-480a-9950-601ded9e4c4a 2018-09-04 22:04:26,407 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj-role 2018-09-04 22:04:26,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/49bd74f837f848fe862dd7d3f90ec9eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:26,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35aff3f6-1a34-4692-82e4-134f66c284bc Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/49bd74f837f848fe862dd7d3f90ec9eb"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj-role", "id": "49bd74f837f848fe862dd7d3f90ec9eb"}} 2018-09-04 22:04:26,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/49bd74f837f848fe862dd7d3f90ec9eb used request id req-35aff3f6-1a34-4692-82e4-134f66c284bc 2018-09-04 22:04:26,428 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj-role to project CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj 2018-09-04 22:04:26,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/dc943f4daf6840c099f3fa5031f89693/users/63ce0a07ce7b48f4aeab002814874a32/roles/49bd74f837f848fe862dd7d3f90ec9eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:26,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d6db573-f0a6-444e-a133-0f5281a45401 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:26,552 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/dc943f4daf6840c099f3fa5031f89693/users/63ce0a07ce7b48f4aeab002814874a32/roles/49bd74f837f848fe862dd7d3f90ec9eb used request id req-7d6db573-f0a6-444e-a133-0f5281a45401 2018-09-04 22:04:26,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:26,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:26,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49bd74f837f848fe862dd7d3f90ec9eb", "name": "CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj-role"}], "expires_at": "2018-09-04T23:04:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc943f4daf6840c099f3fa5031f89693", "name": "CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/dc943f4daf6840c099f3fa5031f89693", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/dc943f4daf6840c099f3fa5031f89693", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/dc943f4daf6840c099f3fa5031f89693", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/dc943f4daf6840c099f3fa5031f89693", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/dc943f4daf6840c099f3fa5031f89693", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/dc943f4daf6840c099f3fa5031f89693", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/dc943f4daf6840c099f3fa5031f89693", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/dc943f4daf6840c099f3fa5031f89693", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/dc943f4daf6840c099f3fa5031f89693", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/dc943f4daf6840c099f3fa5031f89693", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/dc943f4daf6840c099f3fa5031f89693", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/dc943f4daf6840c099f3fa5031f89693", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-a933e62e-6be9-450-user", "id": "63ce0a07ce7b48f4aeab002814874a32"}, "audit_ids": ["-w-KXqPlQKCtefV7EHegNg"], "issued_at": "2018-09-04T22:04:26.000000Z"}} 2018-09-04 22:04:26,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c629d25f6e09492ba8686322f98d2bfadd56dc" 2018-09-04 22:04:27,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-108eb5ff-8ac9-480c-b493-c5021e4be5f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:27,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-108eb5ff-8ac9-480c-b493-c5021e4be5f6 2018-09-04 22:04:27,018 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/dc943f4daf6840c099f3fa5031f89693/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c629d25f6e09492ba8686322f98d2bfadd56dc" 2018-09-04 22:04:27,200 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:27 GMT Server: Apache x-compute-request-id: req-7608377e-b710-44f6-bc6b-dfca28bef280 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7608377e-b710-44f6-bc6b-dfca28bef280 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:04:27,200 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/dc943f4daf6840c099f3fa5031f89693/volumes/detail used request id req-7608377e-b710-44f6-bc6b-dfca28bef280 2018-09-04 22:04:27,203 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/dc943f4daf6840c099f3fa5031f89693/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7608377e-b710-44f6-bc6b-dfca28bef280" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c629d25f6e09492ba8686322f98d2bfadd56dc" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-a26e509f-3809-4c94-86b8-e8d2658258a0", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": -1}}' 2018-09-04 22:04:27,365 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Tue, 04 Sep 2018 22:04:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c499b37d-ce98-49d6-80e7-490d5713b047 x-openstack-request-id: req-c499b37d-ce98-49d6-80e7-490d5713b047 Content-Length: 218 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input received: Invalid volume size provided for create request: -1 (size argument must be an integer (or string representation of an integer) and greater than zero).", "code": 400}} 2018-09-04 22:04:27,365 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/dc943f4daf6840c099f3fa5031f89693/volumes used request id req-c499b37d-ce98-49d6-80e7-490d5713b047 2018-09-04 22:04:27,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:27,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-61ea71d8-1b59-4703-acf2-91cc03ae63f5 Date: Tue, 04 Sep 2018 22:04:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:04:27,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-61ea71d8-1b59-4703-acf2-91cc03ae63f5 2018-09-04 22:04:27,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:27,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b07ec793-9212-4906-9f8a-42f738a9e449 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:04:27,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-b07ec793-9212-4906-9f8a-42f738a9e449 2018-09-04 22:04:27,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:27,796 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20e1d08d-7ef8-4d94-a054-949b6c053371 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:27,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-20e1d08d-7ef8-4d94-a054-949b6c053371 2018-09-04 22:04:27,797 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:27,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:27,884 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88939ba9-21e6-41c6-b2bc-1e44c4545645 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:27,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-88939ba9-21e6-41c6-b2bc-1e44c4545645 2018-09-04 22:04:27,885 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:27,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:27,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-819b907e-b367-499c-9fbf-6f4cbde7c882 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:04:27,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-819b907e-b367-499c-9fbf-6f4cbde7c882 2018-09-04 22:04:27,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:28,089 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4198f19-cbc7-4ae3-a801-aa9307ee18ba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:28,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-d4198f19-cbc7-4ae3-a801-aa9307ee18ba 2018-09-04 22:04:28,089 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:28,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:28,181 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e56f2b53-2d8c-4230-9d54-cca736139e55 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:28,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-e56f2b53-2d8c-4230-9d54-cca736139e55 2018-09-04 22:04:28,181 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:28,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:28,264 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a20f43bb-6204-4691-9079-6ff69d38fbc5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:28,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-a20f43bb-6204-4691-9079-6ff69d38fbc5 2018-09-04 22:04:28,264 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:28,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:28,348 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-add46779-5e4d-4673-91a8-12da624d63a1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:28,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-add46779-5e4d-4673-91a8-12da624d63a1 2018-09-04 22:04:28,348 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:28,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:28,443 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47dfed65-616a-4c45-af4a-d2872355a662 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:28,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-47dfed65-616a-4c45-af4a-d2872355a662 2018-09-04 22:04:28,443 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:28,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:28,525 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd3fe4d5-6608-44a8-97bf-21cad2c12235 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:28,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-cd3fe4d5-6608-44a8-97bf-21cad2c12235 2018-09-04 22:04:28,525 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:28,526 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj 2018-09-04 22:04:28,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/dc943f4daf6840c099f3fa5031f89693 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:28,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b7f2ccd-6fa2-46ff-932b-2d440b9a4ca2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:28,762 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/dc943f4daf6840c099f3fa5031f89693 used request id req-5b7f2ccd-6fa2-46ff-932b-2d440b9a4ca2 2018-09-04 22:04:28,763 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-a933e62e-6be9-450-proj-role 2018-09-04 22:04:28,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/49bd74f837f848fe862dd7d3f90ec9eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:28,879 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db63bac0-66d6-4364-b751-c25974a08438 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:28,879 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/49bd74f837f848fe862dd7d3f90ec9eb used request id req-db63bac0-66d6-4364-b751-c25974a08438 2018-09-04 22:04:28,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c4bf2ef467e8e06b42edbcc1af07e9f5debdded" 2018-09-04 22:04:28,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b167dcf3-12f2-4b5b-990d-faab5b46530d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:28,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b167dcf3-12f2-4b5b-990d-faab5b46530d 2018-09-04 22:04:28,963 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-a933e62e-6be9-450-user 2018-09-04 22:04:28,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/63ce0a07ce7b48f4aeab002814874a32 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68247a01499674b701a08351256bd1c769b9e3d9" 2018-09-04 22:04:29,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32e57679-3c2d-4881-a13b-2b7ee2807660 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:29,149 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/63ce0a07ce7b48f4aeab002814874a32 used request id req-32e57679-3c2d-4881-a13b-2b7ee2807660 2018-09-04 22:04:29,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:29,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["aH_ZIEQpQEWiomsgTGSy7A"], "issued_at": "2018-09-04T22:04:29.000000Z"}} 2018-09-04 22:04:29,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e938d7446250174b40e6872273f8a7e84bfd3f6" 2018-09-04 22:04:29,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f50e7ff1-2be9-46f3-9d69-58ad14b352ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:29,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f50e7ff1-2be9-46f3-9d69-58ad14b352ea 2018-09-04 22:04:29,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:29,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:30,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["1hlwtMOESVyu9-cfiLip7w"], "issued_at": "2018-09-04T22:04:30.000000Z"}} 2018-09-04 22:04:30,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:30,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffbde605-af5f-49b7-9024-0ac4cb900757 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:30,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ffbde605-af5f-49b7-9024-0ac4cb900757 2018-09-04 22:04:30,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:30,112 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:30,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-8a549822-6547-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:30,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e6e1f66-2375-4a89-b7cb-f575ff797827 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-8a549822-6547-489-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:04:30,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-8a549822-6547-489-proj used request id req-4e6e1f66-2375-4a89-b7cb-f575ff797827 2018-09-04 22:04:30,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:30,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87f7bab2-7f25-44d6-8149-3925162b2ef6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:30,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-87f7bab2-7f25-44d6-8149-3925162b2ef6 2018-09-04 22:04:30,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-8a549822-6547-489-proj"}}' 2018-09-04 22:04:30,406 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb3924e4-06b4-4b6c-b4e1-d5ea2b0fe1f3 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f5138178884945e2b2c0578ebbb92324"}, "enabled": true, "id": "f5138178884945e2b2c0578ebbb92324", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-8a549822-6547-489-proj"}} 2018-09-04 22:04:30,406 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-cb3924e4-06b4-4b6c-b4e1-d5ea2b0fe1f3 2018-09-04 22:04:30,407 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-8a549822-6547-489-proj 2018-09-04 22:04:30,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:30,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:30,792 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["v9B2KiS2Rk2eBrMH3XpeTA"], "issued_at": "2018-09-04T22:04:30.000000Z"}} 2018-09-04 22:04:30,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63284bc143191719c7fe9fa780f764a4abb1fd41" 2018-09-04 22:04:30,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5060314-a698-4b29-a67c-10f32c5dfca9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:30,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d5060314-a698-4b29-a67c-10f32c5dfca9 2018-09-04 22:04:30,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:30,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:30,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63284bc143191719c7fe9fa780f764a4abb1fd41" 2018-09-04 22:04:30,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5c19e9e-76ab-425c-9380-00a921b23b32 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:04:30,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c5c19e9e-76ab-425c-9380-00a921b23b32 2018-09-04 22:04:30,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeFailureTests-8a549822-6547-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63284bc143191719c7fe9fa780f764a4abb1fd41" 2018-09-04 22:04:31,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66e8a659-fa27-4380-98c1-c8052f2528b5 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeFailureTests-8a549822-6547-489-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f5138178884945e2b2c0578ebbb92324"}, "enabled": true, "id": "f5138178884945e2b2c0578ebbb92324", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-8a549822-6547-489-proj"}]} 2018-09-04 22:04:31,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateSimpleVolumeFailureTests-8a549822-6547-489-proj used request id req-66e8a659-fa27-4380-98c1-c8052f2528b5 2018-09-04 22:04:31,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63284bc143191719c7fe9fa780f764a4abb1fd41" 2018-09-04 22:04:31,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65f689a7-ae0a-4b06-8ebb-f1179fad9b20 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:31,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-65f689a7-ae0a-4b06-8ebb-f1179fad9b20 2018-09-04 22:04:31,540 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-8a549822-6547-489-user 2018-09-04 22:04:31,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:31,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:31,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f14884d7-fcef-495d-bd17-1a8bc6c7083b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:31,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f14884d7-fcef-495d-bd17-1a8bc6c7083b 2018-09-04 22:04:31,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-8a549822-6547-489-proj-role"}}' 2018-09-04 22:04:31,736 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26c54a06-7930-4444-92bb-05abb066a0f0 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8cd8ad170c4a485a8f8dd3546cf32fa6", "links": {"self": "http://172.30.9.26:5000/v3/roles/8cd8ad170c4a485a8f8dd3546cf32fa6"}, "name": "CreateSimpleVolumeFailureTests-8a549822-6547-489-proj-role"}} 2018-09-04 22:04:31,736 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-26c54a06-7930-4444-92bb-05abb066a0f0 2018-09-04 22:04:31,736 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-8a549822-6547-489-proj-role 2018-09-04 22:04:31,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/8cd8ad170c4a485a8f8dd3546cf32fa6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:31,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34542dfe-16d2-496f-b1ee-4257c3fc75d0 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/8cd8ad170c4a485a8f8dd3546cf32fa6"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-8a549822-6547-489-proj-role", "id": "8cd8ad170c4a485a8f8dd3546cf32fa6"}} 2018-09-04 22:04:31,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/8cd8ad170c4a485a8f8dd3546cf32fa6 used request id req-34542dfe-16d2-496f-b1ee-4257c3fc75d0 2018-09-04 22:04:31,829 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-8a549822-6547-489-proj-role to project CreateSimpleVolumeFailureTests-8a549822-6547-489-proj 2018-09-04 22:04:31,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/f5138178884945e2b2c0578ebbb92324/users/725a962a735f416da962d478f9ee94a9/roles/8cd8ad170c4a485a8f8dd3546cf32fa6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:31,906 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6d167aa-6bfe-41d5-832d-9dc414c0cd81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:31,907 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/f5138178884945e2b2c0578ebbb92324/users/725a962a735f416da962d478f9ee94a9/roles/8cd8ad170c4a485a8f8dd3546cf32fa6 used request id req-d6d167aa-6bfe-41d5-832d-9dc414c0cd81 2018-09-04 22:04:31,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:31,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:32,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cd8ad170c4a485a8f8dd3546cf32fa6", "name": "CreateSimpleVolumeFailureTests-8a549822-6547-489-proj-role"}], "expires_at": "2018-09-04T23:04:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5138178884945e2b2c0578ebbb92324", "name": "CreateSimpleVolumeFailureTests-8a549822-6547-489-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5138178884945e2b2c0578ebbb92324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/f5138178884945e2b2c0578ebbb92324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/f5138178884945e2b2c0578ebbb92324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f5138178884945e2b2c0578ebbb92324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/f5138178884945e2b2c0578ebbb92324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/f5138178884945e2b2c0578ebbb92324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/f5138178884945e2b2c0578ebbb92324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/f5138178884945e2b2c0578ebbb92324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/f5138178884945e2b2c0578ebbb92324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/f5138178884945e2b2c0578ebbb92324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/f5138178884945e2b2c0578ebbb92324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/f5138178884945e2b2c0578ebbb92324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-8a549822-6547-489-user", "id": "725a962a735f416da962d478f9ee94a9"}, "audit_ids": ["v17KJknSTD-6hh3y902FRA"], "issued_at": "2018-09-04T22:04:32.000000Z"}} 2018-09-04 22:04:32,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e3618df0837eb89e637fc15ce378b1ef7a8057" 2018-09-04 22:04:32,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4ccfd06-fd3e-429b-9bba-fbdd048754e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:32,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b4ccfd06-fd3e-429b-9bba-fbdd048754e5 2018-09-04 22:04:32,362 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/f5138178884945e2b2c0578ebbb92324/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e3618df0837eb89e637fc15ce378b1ef7a8057" 2018-09-04 22:04:32,540 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:32 GMT Server: Apache x-compute-request-id: req-1e6f8646-baff-4016-b5b0-5c786f0a5251 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1e6f8646-baff-4016-b5b0-5c786f0a5251 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:04:32,540 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/f5138178884945e2b2c0578ebbb92324/volumes/detail used request id req-1e6f8646-baff-4016-b5b0-5c786f0a5251 2018-09-04 22:04:32,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/f5138178884945e2b2c0578ebbb92324/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1e6f8646-baff-4016-b5b0-5c786f0a5251" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e3618df0837eb89e637fc15ce378b1ef7a8057" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-c2ffa568-e94b-4938-8691-810483050c99", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "foo", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:04:32,708 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e5819c0c-6eb0-4bff-a7d1-4465e1a23cee x-openstack-request-id: req-e5819c0c-6eb0-4bff-a7d1-4465e1a23cee Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-09-04 22:04:32,708 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/f5138178884945e2b2c0578ebbb92324/volumes used request id req-e5819c0c-6eb0-4bff-a7d1-4465e1a23cee 2018-09-04 22:04:32,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:32,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-3f4a3e68-16bb-4a3b-ad0e-c904dade9d6d Date: Tue, 04 Sep 2018 22:04:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:04:32,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-3f4a3e68-16bb-4a3b-ad0e-c904dade9d6d 2018-09-04 22:04:32,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:33,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44edc590-3192-4928-88a8-631766ab5184 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:04:33,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-44edc590-3192-4928-88a8-631766ab5184 2018-09-04 22:04:33,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:33,138 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1beba4f9-2744-4c83-acf4-17cdc986fa6b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:33,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-1beba4f9-2744-4c83-acf4-17cdc986fa6b 2018-09-04 22:04:33,139 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:33,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:33,228 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e04d1ed-daa2-4fee-a550-2fd1c07d1c82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:33,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-7e04d1ed-daa2-4fee-a550-2fd1c07d1c82 2018-09-04 22:04:33,229 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:33,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:33,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ae73fbb-e806-407d-bbdc-bcbf603eeab9 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:04:33,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-2ae73fbb-e806-407d-bbdc-bcbf603eeab9 2018-09-04 22:04:33,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:33,406 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77df2771-52bb-4f79-bdf1-1f2a9d1ae2b4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:33,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-77df2771-52bb-4f79-bdf1-1f2a9d1ae2b4 2018-09-04 22:04:33,407 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:33,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:33,502 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d30710fa-40f5-4903-a3cd-33d79ba2d621 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:33,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-d30710fa-40f5-4903-a3cd-33d79ba2d621 2018-09-04 22:04:33,503 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:33,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:33,591 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78c2d3c3-df1a-480c-befd-dc08fa3acf11 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:33,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-78c2d3c3-df1a-480c-befd-dc08fa3acf11 2018-09-04 22:04:33,591 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:33,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:33,676 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebec0465-021b-4a88-86df-5b7c30752340 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:33,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-ebec0465-021b-4a88-86df-5b7c30752340 2018-09-04 22:04:33,676 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:33,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:33,768 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1153a235-2339-4646-b14b-ae6c03836a1c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:33,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-1153a235-2339-4646-b14b-ae6c03836a1c 2018-09-04 22:04:33,769 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:33,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:33,858 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e351b5eb-cca9-48f1-b9b2-a8bad58b17d9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:33,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-e351b5eb-cca9-48f1-b9b2-a8bad58b17d9 2018-09-04 22:04:33,859 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:33,860 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-8a549822-6547-489-proj 2018-09-04 22:04:33,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/f5138178884945e2b2c0578ebbb92324 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:34,056 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34e4e596-f430-4494-96bb-ac236a564e99 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:34,056 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/f5138178884945e2b2c0578ebbb92324 used request id req-34e4e596-f430-4494-96bb-ac236a564e99 2018-09-04 22:04:34,056 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-8a549822-6547-489-proj-role 2018-09-04 22:04:34,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/8cd8ad170c4a485a8f8dd3546cf32fa6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:34,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46fcf924-2d75-4299-a7d6-45e2f041f6e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:34,173 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/8cd8ad170c4a485a8f8dd3546cf32fa6 used request id req-46fcf924-2d75-4299-a7d6-45e2f041f6e3 2018-09-04 22:04:34,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}144b2ef0106794733f636d5eaada807c566b7662" 2018-09-04 22:04:34,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0294accf-b098-4863-8fd7-441684302ca2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:34,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0294accf-b098-4863-8fd7-441684302ca2 2018-09-04 22:04:34,269 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-8a549822-6547-489-user 2018-09-04 22:04:34,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/725a962a735f416da962d478f9ee94a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63284bc143191719c7fe9fa780f764a4abb1fd41" 2018-09-04 22:04:34,435 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c015f76f-40dc-460a-8dfd-450cebbff01d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:34,435 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/725a962a735f416da962d478f9ee94a9 used request id req-c015f76f-40dc-460a-8dfd-450cebbff01d 2018-09-04 22:04:34,436 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:34,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["DD2J4aWFQna67QSPmTNmGw"], "issued_at": "2018-09-04T22:04:34.000000Z"}} 2018-09-04 22:04:34,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a9656894b9400a79f93e932afe8035223b78fd" 2018-09-04 22:04:34,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-102ac9ae-7053-4cd1-88f9-e7d86bc0ad48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:34,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-102ac9ae-7053-4cd1-88f9-e7d86bc0ad48 2018-09-04 22:04:34,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:34,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:35,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["CvLh5KAjQ4WoWuaRRlB-ag"], "issued_at": "2018-09-04T22:04:35.000000Z"}} 2018-09-04 22:04:35,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:35,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99f49399-ee96-4253-b19d-1a61175b73f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:35,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-99f49399-ee96-4253-b19d-1a61175b73f9 2018-09-04 22:04:35,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:35,396 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:35,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:35,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f224a6e-3b97-4726-8005-8921a7b233d5 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:04:35,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj used request id req-4f224a6e-3b97-4726-8005-8921a7b233d5 2018-09-04 22:04:35,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:35,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c64f3681-bd02-441e-ac95-de3e9f4533e5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:35,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c64f3681-bd02-441e-ac95-de3e9f4533e5 2018-09-04 22:04:35,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj"}}' 2018-09-04 22:04:35,688 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31c00873-771d-47b7-b356-b79f643363ea Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/9c47ba4d15db48a4992f656153705779"}, "enabled": true, "id": "9c47ba4d15db48a4992f656153705779", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj"}} 2018-09-04 22:04:35,688 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-31c00873-771d-47b7-b356-b79f643363ea 2018-09-04 22:04:35,689 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj 2018-09-04 22:04:35,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:35,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:36,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["BLlin6AFREW7TXlz6LOI_A"], "issued_at": "2018-09-04T22:04:36.000000Z"}} 2018-09-04 22:04:36,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796fb68829c92f37f6d09178e37ec5c08a58ee04" 2018-09-04 22:04:36,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cafc25c-da8b-4ae3-93bf-ee28c329cdee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:36,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4cafc25c-da8b-4ae3-93bf-ee28c329cdee 2018-09-04 22:04:36,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:36,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:36,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796fb68829c92f37f6d09178e37ec5c08a58ee04" 2018-09-04 22:04:36,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b78de7-cce1-4f64-8787-bb4c3249c246 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:04:36,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-f5b78de7-cce1-4f64-8787-bb4c3249c246 2018-09-04 22:04:36,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796fb68829c92f37f6d09178e37ec5c08a58ee04" 2018-09-04 22:04:36,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ced05a65-7888-41d0-b203-e0a3e340d072 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/9c47ba4d15db48a4992f656153705779"}, "enabled": true, "id": "9c47ba4d15db48a4992f656153705779", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj"}]} 2018-09-04 22:04:36,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj used request id req-ced05a65-7888-41d0-b203-e0a3e340d072 2018-09-04 22:04:36,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796fb68829c92f37f6d09178e37ec5c08a58ee04" 2018-09-04 22:04:36,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84d4b551-0d36-4b50-8302-4bbc76ce5d43 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:36,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-84d4b551-0d36-4b50-8302-4bbc76ce5d43 2018-09-04 22:04:36,839 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-5b51e233-4e12-4f0-user 2018-09-04 22:04:36,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:36,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:36,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-565255dd-8f15-4538-b967-d6ad138e4060 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:36,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-565255dd-8f15-4538-b967-d6ad138e4060 2018-09-04 22:04:36,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" -d '{"role": {"name": "CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj-role"}}' 2018-09-04 22:04:37,059 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69f5e24b-ec2b-4fb8-aede-e680462bb649 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "06daaf55c1a0460fb9e8e1f0bc897e6d", "links": {"self": "http://172.30.9.26:5000/v3/roles/06daaf55c1a0460fb9e8e1f0bc897e6d"}, "name": "CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj-role"}} 2018-09-04 22:04:37,060 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-69f5e24b-ec2b-4fb8-aede-e680462bb649 2018-09-04 22:04:37,060 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj-role 2018-09-04 22:04:37,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/06daaf55c1a0460fb9e8e1f0bc897e6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:37,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72e28f5f-a059-454a-a4d5-3ddfb05b1e3d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/06daaf55c1a0460fb9e8e1f0bc897e6d"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj-role", "id": "06daaf55c1a0460fb9e8e1f0bc897e6d"}} 2018-09-04 22:04:37,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/06daaf55c1a0460fb9e8e1f0bc897e6d used request id req-72e28f5f-a059-454a-a4d5-3ddfb05b1e3d 2018-09-04 22:04:37,146 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj-role to project CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj 2018-09-04 22:04:37,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/9c47ba4d15db48a4992f656153705779/users/71fce680fb624d7b8491eacc0dd83ccb/roles/06daaf55c1a0460fb9e8e1f0bc897e6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:37,302 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2d2cbcd-e12b-4a68-a229-c142f1778a96 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:37,302 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/9c47ba4d15db48a4992f656153705779/users/71fce680fb624d7b8491eacc0dd83ccb/roles/06daaf55c1a0460fb9e8e1f0bc897e6d used request id req-c2d2cbcd-e12b-4a68-a229-c142f1778a96 2018-09-04 22:04:37,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:37,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:37,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["y0eH3oWRQTOzzcF9dpfq2A"], "issued_at": "2018-09-04T22:04:37.000000Z"}} 2018-09-04 22:04:37,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a31a330ee6f457618bcc66ae1830aeb255db707" 2018-09-04 22:04:37,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25225976-1d3a-4076-ae78-782df446fd99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:37,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-25225976-1d3a-4076-ae78-782df446fd99 2018-09-04 22:04:37,705 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a31a330ee6f457618bcc66ae1830aeb255db707" 2018-09-04 22:04:37,879 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:37 GMT Server: Apache x-compute-request-id: req-bd96b3d0-01c2-4617-8879-3dacdfaaeb23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bd96b3d0-01c2-4617-8879-3dacdfaaeb23 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-09-04 22:04:37,879 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-bd96b3d0-01c2-4617-8879-3dacdfaaeb23 2018-09-04 22:04:37,883 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bd96b3d0-01c2-4617-8879-3dacdfaaeb23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a31a330ee6f457618bcc66ae1830aeb255db707" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-749f6106-d770-4978-ba3b-553cb2a3f61b-vol-type", "description": null}}' 2018-09-04 22:04:38,094 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:37 GMT Server: Apache x-compute-request-id: req-00cef986-c1a3-4156-91a4-919617e5554e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-00cef986-c1a3-4156-91a4-919617e5554e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-749f6106-d770-4978-ba3b-553cb2a3f61b-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9ee764ca-01c5-4334-9874-4bbefa48c2f3", "description": null}} 2018-09-04 22:04:38,094 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types used request id req-00cef986-c1a3-4156-91a4-919617e5554e 2018-09-04 22:04:38,094 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-749f6106-d770-4978-ba3b-553cb2a3f61b-vol-type 2018-09-04 22:04:38,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:38,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:38,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06daaf55c1a0460fb9e8e1f0bc897e6d", "name": "CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj-role"}], "expires_at": "2018-09-04T23:04:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c47ba4d15db48a4992f656153705779", "name": "CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9c47ba4d15db48a4992f656153705779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/9c47ba4d15db48a4992f656153705779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/9c47ba4d15db48a4992f656153705779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/9c47ba4d15db48a4992f656153705779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/9c47ba4d15db48a4992f656153705779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/9c47ba4d15db48a4992f656153705779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/9c47ba4d15db48a4992f656153705779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/9c47ba4d15db48a4992f656153705779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/9c47ba4d15db48a4992f656153705779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/9c47ba4d15db48a4992f656153705779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/9c47ba4d15db48a4992f656153705779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/9c47ba4d15db48a4992f656153705779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-5b51e233-4e12-4f0-user", "id": "71fce680fb624d7b8491eacc0dd83ccb"}, "audit_ids": ["-Fn1HhpjQze6O08TmXWDyA"], "issued_at": "2018-09-04T22:04:38.000000Z"}} 2018-09-04 22:04:38,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}645131484b143acf11ca3405607f31962369e4a6" 2018-09-04 22:04:38,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1197ba94-c517-4625-a9d7-502a044c09ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:38,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1197ba94-c517-4625-a9d7-502a044c09ab 2018-09-04 22:04:38,559 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/9c47ba4d15db48a4992f656153705779/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}645131484b143acf11ca3405607f31962369e4a6" 2018-09-04 22:04:38,741 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:38 GMT Server: Apache x-compute-request-id: req-fcfcc5d4-72a0-458a-8377-21fa18635d8a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fcfcc5d4-72a0-458a-8377-21fa18635d8a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:04:38,742 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/9c47ba4d15db48a4992f656153705779/volumes/detail used request id req-fcfcc5d4-72a0-458a-8377-21fa18635d8a 2018-09-04 22:04:38,745 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/9c47ba4d15db48a4992f656153705779/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fcfcc5d4-72a0-458a-8377-21fa18635d8a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}645131484b143acf11ca3405607f31962369e4a6" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-749f6106-d770-4978-ba3b-553cb2a3f61b-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "foo", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:04:38,907 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-896a6f50-6997-4729-a20d-ec94056a5b0b x-openstack-request-id: req-896a6f50-6997-4729-a20d-ec94056a5b0b Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-09-04 22:04:38,907 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/9c47ba4d15db48a4992f656153705779/volumes used request id req-896a6f50-6997-4729-a20d-ec94056a5b0b 2018-09-04 22:04:38,908 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-749f6106-d770-4978-ba3b-553cb2a3f61b-vol-type 2018-09-04 22:04:38,911 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/9ee764ca-01c5-4334-9874-4bbefa48c2f3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bd96b3d0-01c2-4617-8879-3dacdfaaeb23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a31a330ee6f457618bcc66ae1830aeb255db707" 2018-09-04 22:04:39,131 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:04:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-859cf1bb-e9e7-4395-ad0f-35abe5ae8609 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:04:39,131 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/9ee764ca-01c5-4334-9874-4bbefa48c2f3 used request id req-859cf1bb-e9e7-4395-ad0f-35abe5ae8609 2018-09-04 22:04:39,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:39,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-fe1b2890-ba5e-440a-93c4-0626a6146348 Date: Tue, 04 Sep 2018 22:04:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:04:39,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-fe1b2890-ba5e-440a-93c4-0626a6146348 2018-09-04 22:04:39,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:39,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d278e57b-8487-4bd0-ba3e-efb75c2925e3 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:04:39,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-d278e57b-8487-4bd0-ba3e-efb75c2925e3 2018-09-04 22:04:39,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:39,538 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-909f4145-6047-4792-93a6-010b60a787c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:39,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-909f4145-6047-4792-93a6-010b60a787c8 2018-09-04 22:04:39,538 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:39,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:39,633 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cb6747b-cc5c-48d9-a00e-9326374c59ee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:39,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-5cb6747b-cc5c-48d9-a00e-9326374c59ee 2018-09-04 22:04:39,634 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:39,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:39,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c171fa31-ecdd-43aa-bac9-19ac8c207f65 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:04:39,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-c171fa31-ecdd-43aa-bac9-19ac8c207f65 2018-09-04 22:04:39,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:39,809 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa245032-78cb-46d3-a38e-8d79f68b9854 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:39,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-aa245032-78cb-46d3-a38e-8d79f68b9854 2018-09-04 22:04:39,809 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:39,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:39,900 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f797a81c-c115-4aa2-a17a-16430528c401 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:39,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-f797a81c-c115-4aa2-a17a-16430528c401 2018-09-04 22:04:39,901 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:39,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:39,982 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d88da87d-fe19-43c1-9a0d-3aaca3cbfe84 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:39,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-d88da87d-fe19-43c1-9a0d-3aaca3cbfe84 2018-09-04 22:04:39,982 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:39,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:40,070 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5f70a85-a73c-4f82-9458-dfab0d9c0756 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:40,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-c5f70a85-a73c-4f82-9458-dfab0d9c0756 2018-09-04 22:04:40,070 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:40,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:40,165 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb6b0ffd-74f1-463d-bc4c-1fb46b692503 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:40,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-fb6b0ffd-74f1-463d-bc4c-1fb46b692503 2018-09-04 22:04:40,165 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:40,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:40,248 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-142ddbe5-93ea-4f35-9f73-722f0f8dc1de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:40,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-142ddbe5-93ea-4f35-9f73-722f0f8dc1de 2018-09-04 22:04:40,248 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:40,249 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj 2018-09-04 22:04:40,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/9c47ba4d15db48a4992f656153705779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:40,464 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb19f15b-91bb-4bed-b2cd-62e63028c9ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:40,464 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/9c47ba4d15db48a4992f656153705779 used request id req-cb19f15b-91bb-4bed-b2cd-62e63028c9ab 2018-09-04 22:04:40,464 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-5b51e233-4e12-4f0-proj-role 2018-09-04 22:04:40,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/06daaf55c1a0460fb9e8e1f0bc897e6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:40,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d245c35-8aa6-4cd8-945d-4ccc025ba72d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:40,580 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/06daaf55c1a0460fb9e8e1f0bc897e6d used request id req-6d245c35-8aa6-4cd8-945d-4ccc025ba72d 2018-09-04 22:04:40,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a975f0aac6aa55c60aae6e23cc327cc1b5d46f" 2018-09-04 22:04:40,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-000ebe0a-d647-4f56-95f4-f2d7e61409b2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:40,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-000ebe0a-d647-4f56-95f4-f2d7e61409b2 2018-09-04 22:04:40,669 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-5b51e233-4e12-4f0-user 2018-09-04 22:04:40,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/71fce680fb624d7b8491eacc0dd83ccb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796fb68829c92f37f6d09178e37ec5c08a58ee04" 2018-09-04 22:04:40,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7dd60b2d-bedf-4dfd-a6a3-b0adc799562d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:40,855 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/71fce680fb624d7b8491eacc0dd83ccb used request id req-7dd60b2d-bedf-4dfd-a6a3-b0adc799562d 2018-09-04 22:04:40,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:41,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["KozWxgjbT0Ggle0muMAUuA"], "issued_at": "2018-09-04T22:04:41.000000Z"}} 2018-09-04 22:04:41,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03e24f989223de50aabb1b67fa4f9b5a11e1397" 2018-09-04 22:04:41,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79e7943b-9252-4ce7-9bf9-472da4c8527d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:41,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-79e7943b-9252-4ce7-9bf9-472da4c8527d 2018-09-04 22:04:41,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:41,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:41,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["AezVXBCdSa-NIYeRuA5y3A"], "issued_at": "2018-09-04T22:04:41.000000Z"}} 2018-09-04 22:04:41,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:41,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-016be7be-b2ca-492e-b028-09334712b8b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:41,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-016be7be-b2ca-492e-b028-09334712b8b4 2018-09-04 22:04:41,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:41,831 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:41,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-d7513780-cafa-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:41,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49faa72b-289b-4c0c-801e-6ee291ef92e4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-d7513780-cafa-461-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:04:41,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-d7513780-cafa-461-proj used request id req-49faa72b-289b-4c0c-801e-6ee291ef92e4 2018-09-04 22:04:41,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:41,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09894e71-a20e-456c-af17-630dde423898 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:41,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-09894e71-a20e-456c-af17-630dde423898 2018-09-04 22:04:41,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-d7513780-cafa-461-proj"}}' 2018-09-04 22:04:42,047 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d2fa689-bcde-48a2-be6f-9ffbfe2b9810 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d2850e4c34b34031b8fc760397d9c0d9"}, "enabled": true, "id": "d2850e4c34b34031b8fc760397d9c0d9", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-d7513780-cafa-461-proj"}} 2018-09-04 22:04:42,047 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5d2fa689-bcde-48a2-be6f-9ffbfe2b9810 2018-09-04 22:04:42,048 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-d7513780-cafa-461-proj 2018-09-04 22:04:42,048 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:42,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:42,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["prosL8dUQs6R8x47v_d0nA"], "issued_at": "2018-09-04T22:04:42.000000Z"}} 2018-09-04 22:04:42,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea2df958723add81715efc8017060253e4ace04" 2018-09-04 22:04:42,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fedc5a8-2bf6-487d-8847-19c792b1382e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:42,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5fedc5a8-2bf6-487d-8847-19c792b1382e 2018-09-04 22:04:42,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:42,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:42,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea2df958723add81715efc8017060253e4ace04" 2018-09-04 22:04:42,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5bb19d6-719f-46cd-bf68-28cec7b2c4ff Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:04:42,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c5bb19d6-719f-46cd-bf68-28cec7b2c4ff 2018-09-04 22:04:42,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateVolumeWithTypeTests-d7513780-cafa-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea2df958723add81715efc8017060253e4ace04" 2018-09-04 22:04:42,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73c8352c-d00e-4c0c-a8e3-dc55415f89d0 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateVolumeWithTypeTests-d7513780-cafa-461-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d2850e4c34b34031b8fc760397d9c0d9"}, "enabled": true, "id": "d2850e4c34b34031b8fc760397d9c0d9", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-d7513780-cafa-461-proj"}]} 2018-09-04 22:04:42,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateVolumeWithTypeTests-d7513780-cafa-461-proj used request id req-73c8352c-d00e-4c0c-a8e3-dc55415f89d0 2018-09-04 22:04:42,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea2df958723add81715efc8017060253e4ace04" 2018-09-04 22:04:42,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d71806f-58d0-42bb-9dba-a62e87235fbe Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:42,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-8d71806f-58d0-42bb-9dba-a62e87235fbe 2018-09-04 22:04:43,191 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-d7513780-cafa-461-user 2018-09-04 22:04:43,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:43,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:43,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-232a36bb-7fd9-4af3-885f-de5f25ad5cc2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:43,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-232a36bb-7fd9-4af3-885f-de5f25ad5cc2 2018-09-04 22:04:43,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" -d '{"role": {"name": "CreateVolumeWithTypeTests-d7513780-cafa-461-proj-role"}}' 2018-09-04 22:04:43,395 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a228bdf-99b6-49d0-8ad6-438e5ac4292e Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "46d3932593534e429b26b4a7ae399420", "links": {"self": "http://172.30.9.26:5000/v3/roles/46d3932593534e429b26b4a7ae399420"}, "name": "CreateVolumeWithTypeTests-d7513780-cafa-461-proj-role"}} 2018-09-04 22:04:43,395 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-2a228bdf-99b6-49d0-8ad6-438e5ac4292e 2018-09-04 22:04:43,396 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-d7513780-cafa-461-proj-role 2018-09-04 22:04:43,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/46d3932593534e429b26b4a7ae399420 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:43,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-363af743-0e31-4b90-97dc-ae2a48e9b982 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/46d3932593534e429b26b4a7ae399420"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-d7513780-cafa-461-proj-role", "id": "46d3932593534e429b26b4a7ae399420"}} 2018-09-04 22:04:43,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/46d3932593534e429b26b4a7ae399420 used request id req-363af743-0e31-4b90-97dc-ae2a48e9b982 2018-09-04 22:04:43,488 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-d7513780-cafa-461-proj-role to project CreateVolumeWithTypeTests-d7513780-cafa-461-proj 2018-09-04 22:04:43,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/d2850e4c34b34031b8fc760397d9c0d9/users/aa7b345474014a938061a9ed60a47111/roles/46d3932593534e429b26b4a7ae399420 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:43,630 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52e633a4-26c4-43bb-b54c-9ad6d2ce833b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:43,630 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d2850e4c34b34031b8fc760397d9c0d9/users/aa7b345474014a938061a9ed60a47111/roles/46d3932593534e429b26b4a7ae399420 used request id req-52e633a4-26c4-43bb-b54c-9ad6d2ce833b 2018-09-04 22:04:43,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:43,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:44,006 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["wi7j37SHRR-7cOvJfuN3rA"], "issued_at": "2018-09-04T22:04:44.000000Z"}} 2018-09-04 22:04:44,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698abb62a2830f911828b21caa6d64c2d88c13c9" 2018-09-04 22:04:44,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21665cbf-4d53-4f1e-95b2-75be8e2f4886 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:44,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-21665cbf-4d53-4f1e-95b2-75be8e2f4886 2018-09-04 22:04:44,098 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698abb62a2830f911828b21caa6d64c2d88c13c9" 2018-09-04 22:04:44,277 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:44 GMT Server: Apache x-compute-request-id: req-8dc03ffc-e237-47ab-9f5e-42bea478a581 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8dc03ffc-e237-47ab-9f5e-42bea478a581 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-09-04 22:04:44,278 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types?is_public=None used request id req-8dc03ffc-e237-47ab-9f5e-42bea478a581 2018-09-04 22:04:44,281 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8dc03ffc-e237-47ab-9f5e-42bea478a581" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698abb62a2830f911828b21caa6d64c2d88c13c9" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol-type", "description": null}}' 2018-09-04 22:04:44,513 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:44 GMT Server: Apache x-compute-request-id: req-78260dfa-cc5f-4b03-a639-f4add20b43ec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-78260dfa-cc5f-4b03-a639-f4add20b43ec Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7f8a7d52-6da7-4811-87e8-e103ad17a50e", "description": null}} 2018-09-04 22:04:44,513 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types used request id req-78260dfa-cc5f-4b03-a639-f4add20b43ec 2018-09-04 22:04:44,513 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol-type 2018-09-04 22:04:44,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:44,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:44,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["8tODz0c7SRqESgwd2WE3RA"], "issued_at": "2018-09-04T22:04:44.000000Z"}} 2018-09-04 22:04:44,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f9b19c03396bdbbba53047adbd0f385a4b709" 2018-09-04 22:04:44,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dda85c1-9842-463e-a9ad-37c02834397d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:44,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4dda85c1-9842-463e-a9ad-37c02834397d 2018-09-04 22:04:44,990 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f9b19c03396bdbbba53047adbd0f385a4b709" 2018-09-04 22:04:45,178 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:44 GMT Server: Apache x-compute-request-id: req-8da42026-7fe3-40b0-a06c-0b1e0ebdba94 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8da42026-7fe3-40b0-a06c-0b1e0ebdba94 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:04:45,178 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/detail used request id req-8da42026-7fe3-40b0-a06c-0b1e0ebdba94 2018-09-04 22:04:45,181 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8da42026-7fe3-40b0-a06c-0b1e0ebdba94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f9b19c03396bdbbba53047adbd0f385a4b709" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:04:45,575 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:04:45 GMT Server: Apache x-compute-request-id: req-ec5cd03f-17de-40bc-8808-736e132afcae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ec5cd03f-17de-40bc-8808-736e132afcae Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "2de442c43a484d51809138e1bca3f5b8", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:04:45.473962", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol-type", "name": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f11cd90f-8797-41e2-a455-edd49a43d4c8", "size": 1}} 2018-09-04 22:04:45,575 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes used request id req-ec5cd03f-17de-40bc-8808-736e132afcae 2018-09-04 22:04:45,579 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8da42026-7fe3-40b0-a06c-0b1e0ebdba94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f9b19c03396bdbbba53047adbd0f385a4b709" 2018-09-04 22:04:45,795 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:45 GMT Server: Apache x-compute-request-id: req-53d69ec1-fe8f-4bfa-b884-c40faa70d09b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-53d69ec1-fe8f-4bfa-b884-c40faa70d09b Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T22:04:45.000000", "replication_status": null, "snapshot_id": null, "id": "f11cd90f-8797-41e2-a455-edd49a43d4c8", "size": 1, "user_id": "2de442c43a484d51809138e1bca3f5b8", "os-vol-tenant-attr:tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol", "bootable": "false", "created_at": "2018-09-04T22:04:45.000000", "volume_type": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol-type"}} 2018-09-04 22:04:45,796 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8 used request id req-53d69ec1-fe8f-4bfa-b884-c40faa70d09b 2018-09-04 22:04:45,796 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol 2018-09-04 22:04:45,799 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8da42026-7fe3-40b0-a06c-0b1e0ebdba94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f9b19c03396bdbbba53047adbd0f385a4b709" 2018-09-04 22:04:45,996 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:45 GMT Server: Apache x-compute-request-id: req-e9a1e056-3534-468a-a656-eb8bb4d03a58 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e9a1e056-3534-468a-a656-eb8bb4d03a58 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T22:04:45.000000", "replication_status": null, "snapshot_id": null, "id": "f11cd90f-8797-41e2-a455-edd49a43d4c8", "size": 1, "user_id": "2de442c43a484d51809138e1bca3f5b8", "os-vol-tenant-attr:tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol", "bootable": "false", "created_at": "2018-09-04T22:04:45.000000", "volume_type": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol-type"}} 2018-09-04 22:04:45,996 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8 used request id req-e9a1e056-3534-468a-a656-eb8bb4d03a58 2018-09-04 22:04:45,997 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:04:45,997 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol 2018-09-04 22:04:45,997 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol 2018-09-04 22:04:46,000 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8da42026-7fe3-40b0-a06c-0b1e0ebdba94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f9b19c03396bdbbba53047adbd0f385a4b709" 2018-09-04 22:04:46,207 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:46 GMT Server: Apache x-compute-request-id: req-1065a0a5-e45c-488c-bbc1-c29f729d8976 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1065a0a5-e45c-488c-bbc1-c29f729d8976 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T22:04:45.000000", "replication_status": null, "snapshot_id": null, "id": "f11cd90f-8797-41e2-a455-edd49a43d4c8", "size": 1, "user_id": "2de442c43a484d51809138e1bca3f5b8", "os-vol-tenant-attr:tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol", "bootable": "false", "created_at": "2018-09-04T22:04:45.000000", "volume_type": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol-type"}} 2018-09-04 22:04:46,207 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8 used request id req-1065a0a5-e45c-488c-bbc1-c29f729d8976 2018-09-04 22:04:46,208 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:04:46,208 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol 2018-09-04 22:04:46,208 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol 2018-09-04 22:04:46,211 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8da42026-7fe3-40b0-a06c-0b1e0ebdba94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f9b19c03396bdbbba53047adbd0f385a4b709" 2018-09-04 22:04:46,455 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:04:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-95319903-5d05-4801-b259-f6348d8055aa Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:04:46,456 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8 used request id req-95319903-5d05-4801-b259-f6348d8055aa 2018-09-04 22:04:46,459 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8da42026-7fe3-40b0-a06c-0b1e0ebdba94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f9b19c03396bdbbba53047adbd0f385a4b709" 2018-09-04 22:04:46,509 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:46 GMT Server: Apache x-compute-request-id: req-a90e709f-4d25-4a21-9b54-53e24d335867 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a90e709f-4d25-4a21-9b54-53e24d335867 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8", "rel": "self"}, {"href": "http://172.30.9.26:8776/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T22:04:46.000000", "replication_status": null, "snapshot_id": null, "id": "f11cd90f-8797-41e2-a455-edd49a43d4c8", "size": 1, "user_id": "2de442c43a484d51809138e1bca3f5b8", "os-vol-tenant-attr:tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol", "bootable": "false", "created_at": "2018-09-04T22:04:45.000000", "volume_type": "CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol-type"}} 2018-09-04 22:04:46,509 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8 used request id req-a90e709f-4d25-4a21-9b54-53e24d335867 2018-09-04 22:04:46,510 - create_volume - DEBUG - Instance status is - deleting 2018-09-04 22:04:46,510 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 22:04:49,513 - create_volume - DEBUG - Volume status query timeout in 56.9429869652 2018-09-04 22:04:49,516 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8da42026-7fe3-40b0-a06c-0b1e0ebdba94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f9b19c03396bdbbba53047adbd0f385a4b709" 2018-09-04 22:04:49,744 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8a29ff71-51f7-4d38-9285-bcbca68a9e9b x-openstack-request-id: req-8a29ff71-51f7-4d38-9285-bcbca68a9e9b Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f11cd90f-8797-41e2-a455-edd49a43d4c8 could not be found.", "code": 404}} 2018-09-04 22:04:49,744 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/volumes/f11cd90f-8797-41e2-a455-edd49a43d4c8 used request id req-8a29ff71-51f7-4d38-9285-bcbca68a9e9b 2018-09-04 22:04:49,744 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume f11cd90f-8797-41e2-a455-edd49a43d4c8 could not be found. (HTTP 404) (Request-ID: req-8a29ff71-51f7-4d38-9285-bcbca68a9e9b) 2018-09-04 22:04:49,744 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol 2018-09-04 22:04:49,745 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-9d03aaae-5ac0-4588-8956-185405370e3f-vol-type 2018-09-04 22:04:49,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/7f8a7d52-6da7-4811-87e8-e103ad17a50e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8dc03ffc-e237-47ab-9f5e-42bea478a581" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698abb62a2830f911828b21caa6d64c2d88c13c9" 2018-09-04 22:04:49,964 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:04:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eda2bf22-1d5d-4c30-9c89-9ef161738724 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:04:49,964 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9/types/7f8a7d52-6da7-4811-87e8-e103ad17a50e used request id req-eda2bf22-1d5d-4c30-9c89-9ef161738724 2018-09-04 22:04:49,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:50,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-0894cb17-77de-497e-ba4a-bea3c9abf639 Date: Tue, 04 Sep 2018 22:04:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:04:50,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-0894cb17-77de-497e-ba4a-bea3c9abf639 2018-09-04 22:04:50,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:50,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ed34917-4ab2-4aa8-a6d0-23048a1e533f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:04:50,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-1ed34917-4ab2-4aa8-a6d0-23048a1e533f 2018-09-04 22:04:50,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:50,319 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb1a7416-072f-4cda-b42b-967fdc0fbfaa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:50,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-eb1a7416-072f-4cda-b42b-967fdc0fbfaa 2018-09-04 22:04:50,320 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:50,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:50,403 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b1f620a-532d-47da-8be5-d47c6644219f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:50,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-9b1f620a-532d-47da-8be5-d47c6644219f 2018-09-04 22:04:50,403 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:50,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:50,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38d52fdf-a95c-477c-8962-6412d8baac56 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:04:50,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-38d52fdf-a95c-477c-8962-6412d8baac56 2018-09-04 22:04:50,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:50,587 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4576e6b-d854-46fc-951e-a0bbd06d65b8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:50,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-e4576e6b-d854-46fc-951e-a0bbd06d65b8 2018-09-04 22:04:50,587 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:50,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:50,670 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4471235d-2144-41e6-94f4-77b8893d99e4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:50,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-4471235d-2144-41e6-94f4-77b8893d99e4 2018-09-04 22:04:50,671 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:50,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:50,762 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5605cfb-bff0-494d-99d0-ee23ba8e0a9d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:50,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-b5605cfb-bff0-494d-99d0-ee23ba8e0a9d 2018-09-04 22:04:50,762 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:50,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:50,852 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34197401-2cfd-4137-81f9-f3b8951ac473 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:50,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-34197401-2cfd-4137-81f9-f3b8951ac473 2018-09-04 22:04:50,852 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:50,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:50,934 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d6df70b-7244-400f-9060-9c4789ecac9f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:50,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-9d6df70b-7244-400f-9060-9c4789ecac9f 2018-09-04 22:04:50,935 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:50,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:51,026 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:04:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-743042e1-e7fc-4bdb-9d03-aa0dd6285a6f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:04:51,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-743042e1-e7fc-4bdb-9d03-aa0dd6285a6f 2018-09-04 22:04:51,027 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:04:51,028 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-d7513780-cafa-461-proj 2018-09-04 22:04:51,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/d2850e4c34b34031b8fc760397d9c0d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:51,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd43ddaa-fc88-4562-90af-9731e111f4be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:51,241 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d2850e4c34b34031b8fc760397d9c0d9 used request id req-fd43ddaa-fc88-4562-90af-9731e111f4be 2018-09-04 22:04:51,242 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-d7513780-cafa-461-proj-role 2018-09-04 22:04:51,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/46d3932593534e429b26b4a7ae399420 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:51,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b14199ff-fb37-4edf-9922-999dd776e7ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:51,352 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/46d3932593534e429b26b4a7ae399420 used request id req-b14199ff-fb37-4edf-9922-999dd776e7ef 2018-09-04 22:04:51,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976fd9a6144ea45d6bd9b02810830c3ed5b9f0bd" 2018-09-04 22:04:51,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-416bc367-94b3-43ba-a38f-07b2a635cfa8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:51,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-416bc367-94b3-43ba-a38f-07b2a635cfa8 2018-09-04 22:04:51,447 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-d7513780-cafa-461-user 2018-09-04 22:04:51,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/aa7b345474014a938061a9ed60a47111 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea2df958723add81715efc8017060253e4ace04" 2018-09-04 22:04:51,647 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5fb9c4b-7f30-4def-ac88-445822d58c7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:51,647 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/aa7b345474014a938061a9ed60a47111 used request id req-e5fb9c4b-7f30-4def-ac88-445822d58c7d 2018-09-04 22:04:51,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:52,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["i4FBWxkeTYqInS2yWStZqw"], "issued_at": "2018-09-04T22:04:52.000000Z"}} 2018-09-04 22:04:52,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef0d42e6b08f5514f3b30473315ef007d2077e" 2018-09-04 22:04:52,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58241898-5ab0-4b20-859d-bdf83f7bb9f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:52,111 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-58241898-5ab0-4b20-859d-bdf83f7bb9f7 2018-09-04 22:04:52,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:52,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:52,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["OBc3tUCwSomA6KIUAtmKFg"], "issued_at": "2018-09-04T22:04:52.000000Z"}} 2018-09-04 22:04:52,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:04:52,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f4bd95d-932e-4714-9422-9e184d7d028e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:52,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3f4bd95d-932e-4714-9422-9e184d7d028e 2018-09-04 22:04:52,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:52,589 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:52,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:04:52,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5dbd865-d7f3-44c5-baa9-f9471fb5dc39 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:04:52,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj used request id req-f5dbd865-d7f3-44c5-baa9-f9471fb5dc39 2018-09-04 22:04:52,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:04:52,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e572d52-814e-43e2-8b6c-a86e7c9ca145 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:52,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-1e572d52-814e-43e2-8b6c-a86e7c9ca145 2018-09-04 22:04:52,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj"}}' 2018-09-04 22:04:52,909 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1f40554-80f4-4330-bb71-448f385d5f0b Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b983f727fc804029809dac0e8ecff76a"}, "enabled": true, "id": "b983f727fc804029809dac0e8ecff76a", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj"}} 2018-09-04 22:04:52,909 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-e1f40554-80f4-4330-bb71-448f385d5f0b 2018-09-04 22:04:52,910 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj 2018-09-04 22:04:52,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:52,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:53,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:04:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["DRl4G6eIREqj9tUfJkvtFw"], "issued_at": "2018-09-04T22:04:53.000000Z"}} 2018-09-04 22:04:53,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7502c2a9cd8b88abd473cd227e340d8f5a331cab" 2018-09-04 22:04:53,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53ce0684-ba0a-46a9-978a-bafe8da722d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:53,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-53ce0684-ba0a-46a9-978a-bafe8da722d0 2018-09-04 22:04:53,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:04:53,388 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:04:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:04:53,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7502c2a9cd8b88abd473cd227e340d8f5a331cab" 2018-09-04 22:04:53,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a57a61e-7176-41c3-ae00-e61bd5798893 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:04:53,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-0a57a61e-7176-41c3-ae00-e61bd5798893 2018-09-04 22:04:53,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7502c2a9cd8b88abd473cd227e340d8f5a331cab" 2018-09-04 22:04:53,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a963f274-94c4-416f-bf19-5d527c6c7620 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b983f727fc804029809dac0e8ecff76a"}, "enabled": true, "id": "b983f727fc804029809dac0e8ecff76a", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj"}]} 2018-09-04 22:04:53,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj used request id req-a963f274-94c4-416f-bf19-5d527c6c7620 2018-09-04 22:04:53,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7502c2a9cd8b88abd473cd227e340d8f5a331cab" 2018-09-04 22:04:53,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfac540b-0074-4d09-937c-e6afcf73f089 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:04:53,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-cfac540b-0074-4d09-937c-e6afcf73f089 2018-09-04 22:04:54,047 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-0d4076cb-1e1f-45b-user 2018-09-04 22:04:54,047 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:54,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:04:54,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e856e632-3cc5-406f-bbe3-3ac00573f6d0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:04:54,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e856e632-3cc5-406f-bbe3-3ac00573f6d0 2018-09-04 22:04:54,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" -d '{"role": {"name": "CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj-role"}}' 2018-09-04 22:04:54,185 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:04:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bf4a46c-635a-4447-8258-93bb93c113fc Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d30dea540bf4a7caba1e2be5b359b97", "links": {"self": "http://172.30.9.26:5000/v3/roles/3d30dea540bf4a7caba1e2be5b359b97"}, "name": "CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj-role"}} 2018-09-04 22:04:54,185 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-5bf4a46c-635a-4447-8258-93bb93c113fc 2018-09-04 22:04:54,185 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj-role 2018-09-04 22:04:54,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/3d30dea540bf4a7caba1e2be5b359b97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:04:54,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5014f5c7-744d-4fab-899a-1360fb0619eb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/3d30dea540bf4a7caba1e2be5b359b97"}, "domain_id": null, "name": "CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj-role", "id": "3d30dea540bf4a7caba1e2be5b359b97"}} 2018-09-04 22:04:54,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/3d30dea540bf4a7caba1e2be5b359b97 used request id req-5014f5c7-744d-4fab-899a-1360fb0619eb 2018-09-04 22:04:54,279 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj-role to project CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj 2018-09-04 22:04:54,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/b983f727fc804029809dac0e8ecff76a/users/e75c0e6f5aaf4bb092e66ba3617640f3/roles/3d30dea540bf4a7caba1e2be5b359b97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:04:54,403 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:04:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f37c7170-3a51-4449-a016-d6dfd9682fdd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:04:54,403 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/b983f727fc804029809dac0e8ecff76a/users/e75c0e6f5aaf4bb092e66ba3617640f3/roles/3d30dea540bf4a7caba1e2be5b359b97 used request id req-f37c7170-3a51-4449-a016-d6dfd9682fdd 2018-09-04 22:04:54,405 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:04:54,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:54,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:54,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d30dea540bf4a7caba1e2be5b359b97", "name": "CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj-role"}], "expires_at": "2018-09-04T23:04:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b983f727fc804029809dac0e8ecff76a", "name": "CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b983f727fc804029809dac0e8ecff76a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b983f727fc804029809dac0e8ecff76a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b983f727fc804029809dac0e8ecff76a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b983f727fc804029809dac0e8ecff76a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b983f727fc804029809dac0e8ecff76a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b983f727fc804029809dac0e8ecff76a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b983f727fc804029809dac0e8ecff76a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b983f727fc804029809dac0e8ecff76a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b983f727fc804029809dac0e8ecff76a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b983f727fc804029809dac0e8ecff76a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b983f727fc804029809dac0e8ecff76a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b983f727fc804029809dac0e8ecff76a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-0d4076cb-1e1f-45b-user", "id": "e75c0e6f5aaf4bb092e66ba3617640f3"}, "audit_ids": ["Wvz5vdUVRgeor65hn-r7uw"], "issued_at": "2018-09-04T22:04:54.000000Z"}} 2018-09-04 22:04:54,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c13cf448f65eca4c56a516b4cf97a599b9f67f4" 2018-09-04 22:04:54,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c37314cb-44f7-4c8b-9909-1ed6c458bad2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:54,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c37314cb-44f7-4c8b-9909-1ed6c458bad2 2018-09-04 22:04:54,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-51f6c804-e373-422e-9391-55999615c31f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c13cf448f65eca4c56a516b4cf97a599b9f67f4" 2018-09-04 22:04:55,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-76bae930-29b4-46a1-8ce3-edfaf25a8b3d Date: Tue, 04 Sep 2018 22:04:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-51f6c804-e373-422e-9391-55999615c31f-image"} 2018-09-04 22:04:55,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-51f6c804-e373-422e-9391-55999615c31f-image used request id req-76bae930-29b4-46a1-8ce3-edfaf25a8b3d 2018-09-04 22:04:55,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c13cf448f65eca4c56a516b4cf97a599b9f67f4" 2018-09-04 22:04:55,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4cea5757-0c86-43d8-87ab-3f009c8dcc7b Date: Tue, 04 Sep 2018 22:04:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:04:55,300 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-4cea5757-0c86-43d8-87ab-3f009c8dcc7b 2018-09-04 22:04:55,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9c13cf448f65eca4c56a516b4cf97a599b9f67f4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-51f6c804-e373-422e-9391-55999615c31f-image"}' 2018-09-04 22:04:55,602 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a X-Openstack-Request-Id: req-86fd1006-8692-42b8-899e-b4715948a7f7 Date: Tue, 04 Sep 2018 22:04:55 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-51f6c804-e373-422e-9391-55999615c31f-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:04:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:04:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a", "min_disk": 0, "protected": false, "id": "45b438fd-34d7-4e29-a3ce-9762cb027f9a", "file": "/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a/file", "checksum": null, "owner": "b983f727fc804029809dac0e8ecff76a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:04:55,603 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-86fd1006-8692-42b8-899e-b4715948a7f7 2018-09-04 22:04:55,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c13cf448f65eca4c56a516b4cf97a599b9f67f4" -d '' 2018-09-04 22:04:57,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-43cb0563-8f90-4b3d-af86-ea66e4614dae Date: Tue, 04 Sep 2018 22:04:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:04:57,208 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a/file used request id req-43cb0563-8f90-4b3d-af86-ea66e4614dae 2018-09-04 22:04:57,209 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:04:57,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c13cf448f65eca4c56a516b4cf97a599b9f67f4" 2018-09-04 22:04:57,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4c48f43c-b9fc-404f-84a1-2058e5fafd44 Date: Tue, 04 Sep 2018 22:04:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-51f6c804-e373-422e-9391-55999615c31f-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:04:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:04:57Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a/snap", "metadata": {}}], "self": "/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a", "min_disk": 0, "protected": false, "id": "45b438fd-34d7-4e29-a3ce-9762cb027f9a", "file": "/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b983f727fc804029809dac0e8ecff76a", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:04:57,392 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a used request id req-4c48f43c-b9fc-404f-84a1-2058e5fafd44 2018-09-04 22:04:57,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c13cf448f65eca4c56a516b4cf97a599b9f67f4" 2018-09-04 22:04:57,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8c1dcd37-858f-4e95-adb1-0a41e652a9b9 Date: Tue, 04 Sep 2018 22:04:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:04:57,557 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-8c1dcd37-858f-4e95-adb1-0a41e652a9b9 2018-09-04 22:04:57,560 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-51f6c804-e373-422e-9391-55999615c31f-image 2018-09-04 22:04:57,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c13cf448f65eca4c56a516b4cf97a599b9f67f4" 2018-09-04 22:04:57,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ee5bbb76-6b85-426e-9f44-38a406afb17e Date: Tue, 04 Sep 2018 22:04:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-51f6c804-e373-422e-9391-55999615c31f-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:04:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:04:57Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a/snap", "metadata": {}}], "self": "/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a", "min_disk": 0, "protected": false, "id": "45b438fd-34d7-4e29-a3ce-9762cb027f9a", "file": "/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b983f727fc804029809dac0e8ecff76a", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:04:57,717 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a used request id req-ee5bbb76-6b85-426e-9f44-38a406afb17e 2018-09-04 22:04:57,718 - create_image - DEBUG - Instance status is - active 2018-09-04 22:04:57,718 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-51f6c804-e373-422e-9391-55999615c31f-image 2018-09-04 22:04:57,718 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-51f6c804-e373-422e-9391-55999615c31f-image 2018-09-04 22:04:57,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:04:57,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:04:58,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d30dea540bf4a7caba1e2be5b359b97", "name": "CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj-role"}], "expires_at": "2018-09-04T23:04:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b983f727fc804029809dac0e8ecff76a", "name": "CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b983f727fc804029809dac0e8ecff76a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b983f727fc804029809dac0e8ecff76a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b983f727fc804029809dac0e8ecff76a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b983f727fc804029809dac0e8ecff76a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b983f727fc804029809dac0e8ecff76a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b983f727fc804029809dac0e8ecff76a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b983f727fc804029809dac0e8ecff76a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b983f727fc804029809dac0e8ecff76a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b983f727fc804029809dac0e8ecff76a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b983f727fc804029809dac0e8ecff76a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b983f727fc804029809dac0e8ecff76a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b983f727fc804029809dac0e8ecff76a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-0d4076cb-1e1f-45b-user", "id": "e75c0e6f5aaf4bb092e66ba3617640f3"}, "audit_ids": ["V0zk4Zd0QfiyyqVzj4gh1Q"], "issued_at": "2018-09-04T22:04:58.000000Z"}} 2018-09-04 22:04:58,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8976c405b84d4ffdf164b26ebeb2edcca5be75e9" 2018-09-04 22:04:58,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ecd22a-428f-40d6-8d7b-62ceb6f16539 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:04:58,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-27ecd22a-428f-40d6-8d7b-62ceb6f16539 2018-09-04 22:04:58,170 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/b983f727fc804029809dac0e8ecff76a/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8976c405b84d4ffdf164b26ebeb2edcca5be75e9" 2018-09-04 22:04:58,363 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:04:58 GMT Server: Apache x-compute-request-id: req-32ff0a25-2bef-471e-811d-131f624bc36b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-32ff0a25-2bef-471e-811d-131f624bc36b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:04:58,363 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/b983f727fc804029809dac0e8ecff76a/volumes/detail used request id req-32ff0a25-2bef-471e-811d-131f624bc36b 2018-09-04 22:04:58,366 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/b983f727fc804029809dac0e8ecff76a/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-32ff0a25-2bef-471e-811d-131f624bc36b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8976c405b84d4ffdf164b26ebeb2edcca5be75e9" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-51f6c804-e373-422e-9391-55999615c31f-vol", "imageRef": "foo", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:04:58,720 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Tue, 04 Sep 2018 22:04:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-fa4c9b35-9389-4ab4-bf58-422450b4d07a x-openstack-request-id: req-fa4c9b35-9389-4ab4-bf58-422450b4d07a Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-09-04 22:04:58,721 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/b983f727fc804029809dac0e8ecff76a/volumes used request id req-fa4c9b35-9389-4ab4-bf58-422450b4d07a 2018-09-04 22:04:58,721 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-51f6c804-e373-422e-9391-55999615c31f-image 2018-09-04 22:04:58,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c13cf448f65eca4c56a516b4cf97a599b9f67f4" 2018-09-04 22:05:00,095 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f7f1241d-6b70-49b9-9c26-4afaf62fb0fa Date: Tue, 04 Sep 2018 22:05:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:05:00,096 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/45b438fd-34d7-4e29-a3ce-9762cb027f9a used request id req-f7f1241d-6b70-49b9-9c26-4afaf62fb0fa 2018-09-04 22:05:00,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:00,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-80b64fb5-a7ce-4da7-b59b-3ed187a76160 Date: Tue, 04 Sep 2018 22:05:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:05:00,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-80b64fb5-a7ce-4da7-b59b-3ed187a76160 2018-09-04 22:05:00,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:00,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfba8776-2922-4498-b37e-59b089f7ec8e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:05:00,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-bfba8776-2922-4498-b37e-59b089f7ec8e 2018-09-04 22:05:00,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:00,526 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b710637-3e16-4282-bc3f-fc95aaec54cc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:00,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-8b710637-3e16-4282-bc3f-fc95aaec54cc 2018-09-04 22:05:00,526 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:00,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:00,622 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8862189-b8c2-477d-bbeb-ee09ff214ceb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:00,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-a8862189-b8c2-477d-bbeb-ee09ff214ceb 2018-09-04 22:05:00,622 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:00,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:00,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9545b3ed-6885-4504-b92b-d7257fdca8b2 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:05:00,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-9545b3ed-6885-4504-b92b-d7257fdca8b2 2018-09-04 22:05:00,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:00,795 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5efcf9fd-84fc-4cb1-8639-5b57a3be648e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:00,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-5efcf9fd-84fc-4cb1-8639-5b57a3be648e 2018-09-04 22:05:00,795 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:00,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:00,888 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-892a4b95-5e44-4df9-92f2-5e0f8512918b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:00,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-892a4b95-5e44-4df9-92f2-5e0f8512918b 2018-09-04 22:05:00,889 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:00,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:00,982 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fee519a2-9633-4dee-8d8d-22559306ffea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:00,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-fee519a2-9633-4dee-8d8d-22559306ffea 2018-09-04 22:05:00,983 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:00,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:01,060 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76b40aff-6c83-4185-a331-60ece2a364a3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:01,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-76b40aff-6c83-4185-a331-60ece2a364a3 2018-09-04 22:05:01,060 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:01,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:01,154 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f161dbba-b2c9-4076-9631-9db0fb98982d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:01,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-f161dbba-b2c9-4076-9631-9db0fb98982d 2018-09-04 22:05:01,155 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:01,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:01,250 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94c6ef12-600c-4638-82e0-d4d01e20e6e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:01,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-94c6ef12-600c-4638-82e0-d4d01e20e6e2 2018-09-04 22:05:01,250 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:01,251 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj 2018-09-04 22:05:01,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/b983f727fc804029809dac0e8ecff76a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:01,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c59bc368-a4ef-4a5c-aa21-12441de43c46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:05:01,445 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/b983f727fc804029809dac0e8ecff76a used request id req-c59bc368-a4ef-4a5c-aa21-12441de43c46 2018-09-04 22:05:01,445 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-0d4076cb-1e1f-45b-proj-role 2018-09-04 22:05:01,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/3d30dea540bf4a7caba1e2be5b359b97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:01,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-662e3d8b-a42c-412a-9dae-1af9cce03f98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:05:01,556 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/3d30dea540bf4a7caba1e2be5b359b97 used request id req-662e3d8b-a42c-412a-9dae-1af9cce03f98 2018-09-04 22:05:01,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc7d84c71e7cf5c5909a506bc204597429cf41" 2018-09-04 22:05:01,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2cb4290-1cf8-4d9e-8bda-c59382fc7101 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:05:01,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c2cb4290-1cf8-4d9e-8bda-c59382fc7101 2018-09-04 22:05:01,650 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-0d4076cb-1e1f-45b-user 2018-09-04 22:05:01,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/e75c0e6f5aaf4bb092e66ba3617640f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7502c2a9cd8b88abd473cd227e340d8f5a331cab" 2018-09-04 22:05:01,811 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-834c6e07-b0c4-42f9-a843-7dd60fe2a1c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:05:01,811 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e75c0e6f5aaf4bb092e66ba3617640f3 used request id req-834c6e07-b0c4-42f9-a843-7dd60fe2a1c7 2018-09-04 22:05:01,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:02,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:05:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["hB8ogdneSQe6kepUl-dDuQ"], "issued_at": "2018-09-04T22:05:02.000000Z"}} 2018-09-04 22:05:02,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ea3a537faf55b460cc647ae5a96fb7a219a81f" 2018-09-04 22:05:02,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d49eb81b-f408-4fb3-9289-3e7f2156c525 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:02,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d49eb81b-f408-4fb3-9289-3e7f2156c525 2018-09-04 22:05:02,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:02,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:02,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:05:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["SpH_mi22Sz-p07CNABjh9Q"], "issued_at": "2018-09-04T22:05:02.000000Z"}} 2018-09-04 22:05:02,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:02,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-984f5e50-7783-49e9-b3e8-ba2d87fc34c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:02,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-984f5e50-7783-49e9-b3e8-ba2d87fc34c7 2018-09-04 22:05:02,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:05:02,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:05:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:05:02,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:02,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4415bce-90a3-43c4-a239-c61867eb49d1 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:05:02,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj used request id req-b4415bce-90a3-43c4-a239-c61867eb49d1 2018-09-04 22:05:02,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:02,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-934e37c5-1273-4d01-9d0e-62214733faaa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:05:02,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-934e37c5-1273-4d01-9d0e-62214733faaa 2018-09-04 22:05:02,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj"}}' 2018-09-04 22:05:03,071 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:05:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f896f59-2e9e-40d8-89f4-49e63ec6c400 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e365a291139647f48a0d2b0fbd8c5142"}, "enabled": true, "id": "e365a291139647f48a0d2b0fbd8c5142", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj"}} 2018-09-04 22:05:03,071 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-1f896f59-2e9e-40d8-89f4-49e63ec6c400 2018-09-04 22:05:03,072 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj 2018-09-04 22:05:03,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:03,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:03,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:05:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["VKPyd7jtS9G9GphZRu24Jg"], "issued_at": "2018-09-04T22:05:03.000000Z"}} 2018-09-04 22:05:03,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a49d8a795f684cfccba858293fe01aaed24912" 2018-09-04 22:05:03,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f378800-b755-4fcd-ad1f-f698cb3557ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:03,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5f378800-b755-4fcd-ad1f-f698cb3557ee 2018-09-04 22:05:03,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:05:03,545 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:05:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:05:03,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a49d8a795f684cfccba858293fe01aaed24912" 2018-09-04 22:05:03,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed7999c9-8348-4eaf-92b6-87cddee8d804 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:05:03,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ed7999c9-8348-4eaf-92b6-87cddee8d804 2018-09-04 22:05:03,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a49d8a795f684cfccba858293fe01aaed24912" 2018-09-04 22:05:03,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b02f47d7-adc0-469a-b1f4-afe4504b5844 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e365a291139647f48a0d2b0fbd8c5142"}, "enabled": true, "id": "e365a291139647f48a0d2b0fbd8c5142", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj"}]} 2018-09-04 22:05:03,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj used request id req-b02f47d7-adc0-469a-b1f4-afe4504b5844 2018-09-04 22:05:03,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a49d8a795f684cfccba858293fe01aaed24912" 2018-09-04 22:05:03,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7732cbb2-8d19-4918-9d1c-6d4f17800c84 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:05:03,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-7732cbb2-8d19-4918-9d1c-6d4f17800c84 2018-09-04 22:05:04,058 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-3fe21b87-36f7-43f-user 2018-09-04 22:05:04,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:04,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:04,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-880a4477-9652-47a8-a989-321bd8d4483f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:05:04,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-880a4477-9652-47a8-a989-321bd8d4483f 2018-09-04 22:05:04,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" -d '{"role": {"name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj-role"}}' 2018-09-04 22:05:04,257 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:05:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf744aab-3c20-4d5e-ac75-d81fe01b6dc5 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f98b6e21100947fda15dc119e774e928", "links": {"self": "http://172.30.9.26:5000/v3/roles/f98b6e21100947fda15dc119e774e928"}, "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj-role"}} 2018-09-04 22:05:04,257 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-bf744aab-3c20-4d5e-ac75-d81fe01b6dc5 2018-09-04 22:05:04,257 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj-role 2018-09-04 22:05:04,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/f98b6e21100947fda15dc119e774e928 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:04,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ec5d1e6-1e4c-4e86-879f-cb08f358f8a9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/f98b6e21100947fda15dc119e774e928"}, "domain_id": null, "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj-role", "id": "f98b6e21100947fda15dc119e774e928"}} 2018-09-04 22:05:04,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/f98b6e21100947fda15dc119e774e928 used request id req-0ec5d1e6-1e4c-4e86-879f-cb08f358f8a9 2018-09-04 22:05:04,278 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj-role to project CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj 2018-09-04 22:05:04,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/e365a291139647f48a0d2b0fbd8c5142/users/2d8de907b4ff4a99b9e84329c0a8188d/roles/f98b6e21100947fda15dc119e774e928 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:04,409 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:05:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8dc5363-bcce-4886-abf1-cd841d6b5b55 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:05:04,409 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/e365a291139647f48a0d2b0fbd8c5142/users/2d8de907b4ff4a99b9e84329c0a8188d/roles/f98b6e21100947fda15dc119e774e928 used request id req-a8dc5363-bcce-4886-abf1-cd841d6b5b55 2018-09-04 22:05:04,411 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:05:04,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:04,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:04,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f98b6e21100947fda15dc119e774e928", "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj-role"}], "expires_at": "2018-09-04T23:05:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e365a291139647f48a0d2b0fbd8c5142", "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/e365a291139647f48a0d2b0fbd8c5142", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/e365a291139647f48a0d2b0fbd8c5142", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/e365a291139647f48a0d2b0fbd8c5142", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/e365a291139647f48a0d2b0fbd8c5142", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/e365a291139647f48a0d2b0fbd8c5142", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-user", "id": "2d8de907b4ff4a99b9e84329c0a8188d"}, "audit_ids": ["viFfweMSQ4OcG2c2oiymXg"], "issued_at": "2018-09-04T22:05:04.000000Z"}} 2018-09-04 22:05:04,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3293797029be408d72cea800a4576c21c8e2f03" 2018-09-04 22:05:04,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa885f1-5a21-4afa-976d-8d3c0628c0dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:04,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-daa885f1-5a21-4afa-976d-8d3c0628c0dc 2018-09-04 22:05:04,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3293797029be408d72cea800a4576c21c8e2f03" 2018-09-04 22:05:05,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-a4d80e98-7d34-474f-b399-4807684e5fa2 Date: Tue, 04 Sep 2018 22:05:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image"} 2018-09-04 22:05:05,042 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image used request id req-a4d80e98-7d34-474f-b399-4807684e5fa2 2018-09-04 22:05:05,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3293797029be408d72cea800a4576c21c8e2f03" 2018-09-04 22:05:05,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-27d64684-c1c9-4b5b-b914-52678f146a4f Date: Tue, 04 Sep 2018 22:05:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:05:05,203 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-27d64684-c1c9-4b5b-b914-52678f146a4f 2018-09-04 22:05:05,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f3293797029be408d72cea800a4576c21c8e2f03" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image"}' 2018-09-04 22:05:05,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/3083a718-8a90-452f-9793-a2924272dbcd X-Openstack-Request-Id: req-31b785c8-6fea-4008-9c40-c2a04ac222e6 Date: Tue, 04 Sep 2018 22:05:05 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:05:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:05:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/3083a718-8a90-452f-9793-a2924272dbcd", "min_disk": 0, "protected": false, "id": "3083a718-8a90-452f-9793-a2924272dbcd", "file": "/v2/images/3083a718-8a90-452f-9793-a2924272dbcd/file", "checksum": null, "owner": "e365a291139647f48a0d2b0fbd8c5142", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:05:05,415 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-31b785c8-6fea-4008-9c40-c2a04ac222e6 2018-09-04 22:05:05,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/3083a718-8a90-452f-9793-a2924272dbcd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3293797029be408d72cea800a4576c21c8e2f03" -d '' 2018-09-04 22:05:07,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7901b117-97e2-40e4-9236-eb3babfd8b1b Date: Tue, 04 Sep 2018 22:05:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:05:07,501 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/3083a718-8a90-452f-9793-a2924272dbcd/file used request id req-7901b117-97e2-40e4-9236-eb3babfd8b1b 2018-09-04 22:05:07,502 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:05:07,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/3083a718-8a90-452f-9793-a2924272dbcd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3293797029be408d72cea800a4576c21c8e2f03" 2018-09-04 22:05:07,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-0a3cbdb2-2975-4ae6-ac5f-cdec86359545 Date: Tue, 04 Sep 2018 22:05:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:05:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:05:07Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/3083a718-8a90-452f-9793-a2924272dbcd/snap", "metadata": {}}], "self": "/v2/images/3083a718-8a90-452f-9793-a2924272dbcd", "min_disk": 0, "protected": false, "id": "3083a718-8a90-452f-9793-a2924272dbcd", "file": "/v2/images/3083a718-8a90-452f-9793-a2924272dbcd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e365a291139647f48a0d2b0fbd8c5142", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/3083a718-8a90-452f-9793-a2924272dbcd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:05:07,671 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/3083a718-8a90-452f-9793-a2924272dbcd used request id req-0a3cbdb2-2975-4ae6-ac5f-cdec86359545 2018-09-04 22:05:07,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3293797029be408d72cea800a4576c21c8e2f03" 2018-09-04 22:05:07,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7d7dbaeb-85a5-414a-b44c-24e2b7effaf8 Date: Tue, 04 Sep 2018 22:05:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:05:07,828 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-7d7dbaeb-85a5-414a-b44c-24e2b7effaf8 2018-09-04 22:05:07,831 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image 2018-09-04 22:05:07,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/3083a718-8a90-452f-9793-a2924272dbcd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3293797029be408d72cea800a4576c21c8e2f03" 2018-09-04 22:05:07,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-02054703-d79e-46c5-9233-a8ce3590a099 Date: Tue, 04 Sep 2018 22:05:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:05:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:05:07Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/3083a718-8a90-452f-9793-a2924272dbcd/snap", "metadata": {}}], "self": "/v2/images/3083a718-8a90-452f-9793-a2924272dbcd", "min_disk": 0, "protected": false, "id": "3083a718-8a90-452f-9793-a2924272dbcd", "file": "/v2/images/3083a718-8a90-452f-9793-a2924272dbcd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e365a291139647f48a0d2b0fbd8c5142", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/3083a718-8a90-452f-9793-a2924272dbcd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:05:07,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/3083a718-8a90-452f-9793-a2924272dbcd used request id req-02054703-d79e-46c5-9233-a8ce3590a099 2018-09-04 22:05:07,996 - create_image - DEBUG - Instance status is - active 2018-09-04 22:05:07,996 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image 2018-09-04 22:05:07,996 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image 2018-09-04 22:05:07,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:07,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:08,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f98b6e21100947fda15dc119e774e928", "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj-role"}], "expires_at": "2018-09-04T23:05:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e365a291139647f48a0d2b0fbd8c5142", "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/e365a291139647f48a0d2b0fbd8c5142", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/e365a291139647f48a0d2b0fbd8c5142", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/e365a291139647f48a0d2b0fbd8c5142", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/e365a291139647f48a0d2b0fbd8c5142", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/e365a291139647f48a0d2b0fbd8c5142", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-user", "id": "2d8de907b4ff4a99b9e84329c0a8188d"}, "audit_ids": ["7QV7pCweSyCojUVp_h_ZNQ"], "issued_at": "2018-09-04T22:05:08.000000Z"}} 2018-09-04 22:05:08,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63e1e992d92480360442569ec194156be10772d" 2018-09-04 22:05:08,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa59ceb6-9891-4d04-ba0c-943cb124feeb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:08,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fa59ceb6-9891-4d04-ba0c-943cb124feeb 2018-09-04 22:05:08,470 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63e1e992d92480360442569ec194156be10772d" 2018-09-04 22:05:08,669 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:08 GMT Server: Apache x-compute-request-id: req-a2a80463-60ba-490f-a8d6-f0873eb081f4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a2a80463-60ba-490f-a8d6-f0873eb081f4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:05:08,670 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/detail used request id req-a2a80463-60ba-490f-a8d6-f0873eb081f4 2018-09-04 22:05:08,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a2a80463-60ba-490f-a8d6-f0873eb081f4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63e1e992d92480360442569ec194156be10772d" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol", "imageRef": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:05:09,986 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:05:08 GMT Server: Apache x-compute-request-id: req-cbcdf738-1ddc-4d87-b088-965e6a5e6a66 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cbcdf738-1ddc-4d87-b088-965e6a5e6a66 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2d8de907b4ff4a99b9e84329c0a8188d", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "self"}, {"href": "http://172.30.9.26:8776/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:05:09.903731", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "99f506aa-0ca8-4803-abaf-b112959add29", "size": 1}} 2018-09-04 22:05:09,986 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes used request id req-cbcdf738-1ddc-4d87-b088-965e6a5e6a66 2018-09-04 22:05:09,990 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2a80463-60ba-490f-a8d6-f0873eb081f4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63e1e992d92480360442569ec194156be10772d" 2018-09-04 22:05:10,190 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:09 GMT Server: Apache x-compute-request-id: req-4b9b66ef-658c-4c48-bd04-b3fbfa1660d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4b9b66ef-658c-4c48-bd04-b3fbfa1660d2 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2d8de907b4ff4a99b9e84329c0a8188d", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "self"}, {"href": "http://172.30.9.26:8776/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:05:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e365a291139647f48a0d2b0fbd8c5142", "updated_at": "2018-09-04T22:05:10.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "99f506aa-0ca8-4803-abaf-b112959add29", "size": 1}} 2018-09-04 22:05:10,190 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 used request id req-4b9b66ef-658c-4c48-bd04-b3fbfa1660d2 2018-09-04 22:05:10,190 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol 2018-09-04 22:05:10,193 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2a80463-60ba-490f-a8d6-f0873eb081f4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63e1e992d92480360442569ec194156be10772d" 2018-09-04 22:05:10,246 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:10 GMT Server: Apache x-compute-request-id: req-c9e417a2-4ae4-4476-9067-6b9494dc8af3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c9e417a2-4ae4-4476-9067-6b9494dc8af3 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2d8de907b4ff4a99b9e84329c0a8188d", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "self"}, {"href": "http://172.30.9.26:8776/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:05:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e365a291139647f48a0d2b0fbd8c5142", "updated_at": "2018-09-04T22:05:10.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "99f506aa-0ca8-4803-abaf-b112959add29", "size": 1}} 2018-09-04 22:05:10,246 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 used request id req-c9e417a2-4ae4-4476-9067-6b9494dc8af3 2018-09-04 22:05:10,246 - create_volume - DEBUG - Instance status is - creating 2018-09-04 22:05:10,246 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 22:05:13,250 - create_volume - DEBUG - Volume status query timeout in 296.941043854 2018-09-04 22:05:13,253 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2a80463-60ba-490f-a8d6-f0873eb081f4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63e1e992d92480360442569ec194156be10772d" 2018-09-04 22:05:13,477 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:13 GMT Server: Apache x-compute-request-id: req-cdb9c4be-7ba8-4d4c-abba-2c92353c05c3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cdb9c4be-7ba8-4d4c-abba-2c92353c05c3 Content-Encoding: gzip Content-Length: 471 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "2d8de907b4ff4a99b9e84329c0a8188d", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "self"}, {"href": "http://172.30.9.26:8776/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:05:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e365a291139647f48a0d2b0fbd8c5142", "updated_at": "2018-09-04T22:05:12.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "99f506aa-0ca8-4803-abaf-b112959add29", "size": 1}} 2018-09-04 22:05:13,477 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 used request id req-cdb9c4be-7ba8-4d4c-abba-2c92353c05c3 2018-09-04 22:05:13,477 - create_volume - DEBUG - Instance status is - downloading 2018-09-04 22:05:13,478 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 22:05:16,481 - create_volume - DEBUG - Volume status query timeout in 293.709800959 2018-09-04 22:05:16,484 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2a80463-60ba-490f-a8d6-f0873eb081f4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63e1e992d92480360442569ec194156be10772d" 2018-09-04 22:05:16,685 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:16 GMT Server: Apache x-compute-request-id: req-96cfae16-dd02-4cf1-90c7-b47a31ee8efe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96cfae16-dd02-4cf1-90c7-b47a31ee8efe Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "self"}, {"href": "http://172.30.9.26:8776/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-09-04T22:05:15.000000", "replication_status": null, "snapshot_id": null, "id": "99f506aa-0ca8-4803-abaf-b112959add29", "size": 1, "user_id": "2d8de907b4ff4a99b9e84329c0a8188d", "os-vol-tenant-attr:tenant_id": "e365a291139647f48a0d2b0fbd8c5142", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image", "image_id": "3083a718-8a90-452f-9793-a2924272dbcd", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol", "bootable": "true", "created_at": "2018-09-04T22:05:09.000000", "volume_type": null}} 2018-09-04 22:05:16,685 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 used request id req-96cfae16-dd02-4cf1-90c7-b47a31ee8efe 2018-09-04 22:05:16,686 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:05:16,686 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol 2018-09-04 22:05:16,686 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol 2018-09-04 22:05:16,689 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2a80463-60ba-490f-a8d6-f0873eb081f4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63e1e992d92480360442569ec194156be10772d" 2018-09-04 22:05:16,744 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:16 GMT Server: Apache x-compute-request-id: req-91df313b-96ae-4908-b56d-75709bdb9346 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-91df313b-96ae-4908-b56d-75709bdb9346 Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "self"}, {"href": "http://172.30.9.26:8776/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-09-04T22:05:15.000000", "replication_status": null, "snapshot_id": null, "id": "99f506aa-0ca8-4803-abaf-b112959add29", "size": 1, "user_id": "2d8de907b4ff4a99b9e84329c0a8188d", "os-vol-tenant-attr:tenant_id": "e365a291139647f48a0d2b0fbd8c5142", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image", "image_id": "3083a718-8a90-452f-9793-a2924272dbcd", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol", "bootable": "true", "created_at": "2018-09-04T22:05:09.000000", "volume_type": null}} 2018-09-04 22:05:16,744 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 used request id req-91df313b-96ae-4908-b56d-75709bdb9346 2018-09-04 22:05:16,745 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:05:16,745 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol 2018-09-04 22:05:16,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:17,112 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f98b6e21100947fda15dc119e774e928", "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj-role"}], "expires_at": "2018-09-04T23:05:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e365a291139647f48a0d2b0fbd8c5142", "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/e365a291139647f48a0d2b0fbd8c5142", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/e365a291139647f48a0d2b0fbd8c5142", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/e365a291139647f48a0d2b0fbd8c5142", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/e365a291139647f48a0d2b0fbd8c5142", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/e365a291139647f48a0d2b0fbd8c5142", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/e365a291139647f48a0d2b0fbd8c5142", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-3fe21b87-36f7-43f-user", "id": "2d8de907b4ff4a99b9e84329c0a8188d"}, "audit_ids": ["Tz5d2iHFSa260_0OmLRJhQ"], "issued_at": "2018-09-04T22:05:17.000000Z"}} 2018-09-04 22:05:17,116 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f25c40f78189459f52dcd6963cdae5684fda6fa" 2018-09-04 22:05:17,336 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:17 GMT Server: Apache x-compute-request-id: req-6b6ea829-aad8-4d1d-b4b5-c2c0401dff73 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b6ea829-aad8-4d1d-b4b5-c2c0401dff73 Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "self"}, {"href": "http://172.30.9.26:8776/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-09-04T22:05:15.000000", "replication_status": null, "snapshot_id": null, "id": "99f506aa-0ca8-4803-abaf-b112959add29", "size": 1, "user_id": "2d8de907b4ff4a99b9e84329c0a8188d", "os-vol-tenant-attr:tenant_id": "e365a291139647f48a0d2b0fbd8c5142", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image", "image_id": "3083a718-8a90-452f-9793-a2924272dbcd", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol", "bootable": "true", "created_at": "2018-09-04T22:05:09.000000", "volume_type": null}} 2018-09-04 22:05:17,336 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 used request id req-6b6ea829-aad8-4d1d-b4b5-c2c0401dff73 2018-09-04 22:05:17,339 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2a80463-60ba-490f-a8d6-f0873eb081f4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63e1e992d92480360442569ec194156be10772d" 2018-09-04 22:05:17,535 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:17 GMT Server: Apache x-compute-request-id: req-ede56491-da53-4c9e-9367-3eccd1dcece6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ede56491-da53-4c9e-9367-3eccd1dcece6 Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "self"}, {"href": "http://172.30.9.26:8776/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-09-04T22:05:15.000000", "replication_status": null, "snapshot_id": null, "id": "99f506aa-0ca8-4803-abaf-b112959add29", "size": 1, "user_id": "2d8de907b4ff4a99b9e84329c0a8188d", "os-vol-tenant-attr:tenant_id": "e365a291139647f48a0d2b0fbd8c5142", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image", "image_id": "3083a718-8a90-452f-9793-a2924272dbcd", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol", "bootable": "true", "created_at": "2018-09-04T22:05:09.000000", "volume_type": null}} 2018-09-04 22:05:17,535 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 used request id req-ede56491-da53-4c9e-9367-3eccd1dcece6 2018-09-04 22:05:17,536 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:05:17,536 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol 2018-09-04 22:05:17,536 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol 2018-09-04 22:05:17,539 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2a80463-60ba-490f-a8d6-f0873eb081f4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63e1e992d92480360442569ec194156be10772d" 2018-09-04 22:05:17,775 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:05:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0522d63e-4947-4496-a885-d6c8815b0d18 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:05:17,775 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 used request id req-0522d63e-4947-4496-a885-d6c8815b0d18 2018-09-04 22:05:17,778 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2a80463-60ba-490f-a8d6-f0873eb081f4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63e1e992d92480360442569ec194156be10772d" 2018-09-04 22:05:18,319 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4a560db7-9be5-4c98-8fff-f02274ebdde5 x-openstack-request-id: req-4a560db7-9be5-4c98-8fff-f02274ebdde5 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 99f506aa-0ca8-4803-abaf-b112959add29 could not be found.", "code": 404}} 2018-09-04 22:05:18,319 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/e365a291139647f48a0d2b0fbd8c5142/volumes/99f506aa-0ca8-4803-abaf-b112959add29 used request id req-4a560db7-9be5-4c98-8fff-f02274ebdde5 2018-09-04 22:05:18,319 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 99f506aa-0ca8-4803-abaf-b112959add29 could not be found. (HTTP 404) (Request-ID: req-4a560db7-9be5-4c98-8fff-f02274ebdde5) 2018-09-04 22:05:18,319 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-vol 2018-09-04 22:05:18,320 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-6f127cd8-901f-4f91-a890-86a81ba6ecf2-image 2018-09-04 22:05:18,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/3083a718-8a90-452f-9793-a2924272dbcd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3293797029be408d72cea800a4576c21c8e2f03" 2018-09-04 22:05:19,419 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e16a2a07-2691-4292-ac72-987a33dbfc8f Date: Tue, 04 Sep 2018 22:05:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:05:19,419 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/3083a718-8a90-452f-9793-a2924272dbcd used request id req-e16a2a07-2691-4292-ac72-987a33dbfc8f 2018-09-04 22:05:19,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:19,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-f55617c5-d33a-4f05-9724-2ae8814f5ae6 Date: Tue, 04 Sep 2018 22:05:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:05:19,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-f55617c5-d33a-4f05-9724-2ae8814f5ae6 2018-09-04 22:05:19,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:19,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aec105c7-747a-4558-be74-bbdc2c0de6c6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:05:19,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-aec105c7-747a-4558-be74-bbdc2c0de6c6 2018-09-04 22:05:19,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:19,915 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee31c2a3-afa4-4f61-b958-d484f8459df9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:19,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-ee31c2a3-afa4-4f61-b958-d484f8459df9 2018-09-04 22:05:19,916 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:19,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:19,998 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a36f9a1-abde-4f6c-ac03-dddd7392244c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:19,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-2a36f9a1-abde-4f6c-ac03-dddd7392244c 2018-09-04 22:05:19,998 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:20,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:20,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbb4875-307c-4d7b-8df4-43afff75dd9b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:05:20,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-bdbb4875-307c-4d7b-8df4-43afff75dd9b 2018-09-04 22:05:20,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:20,183 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b927e6ea-7da6-4c95-9587-ffadba47d375 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:20,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-b927e6ea-7da6-4c95-9587-ffadba47d375 2018-09-04 22:05:20,183 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:20,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:20,265 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5995c9b-77dc-417d-99f6-74d192e6dab1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:20,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-d5995c9b-77dc-417d-99f6-74d192e6dab1 2018-09-04 22:05:20,265 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:20,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:20,355 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf953d09-a168-4b36-8e7a-4c13a849050e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:20,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-bf953d09-a168-4b36-8e7a-4c13a849050e 2018-09-04 22:05:20,355 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:20,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:20,447 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e31af1c-11ad-49ca-be07-6dfaed550dc7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:20,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-2e31af1c-11ad-49ca-be07-6dfaed550dc7 2018-09-04 22:05:20,447 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:20,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:20,530 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9791723-749c-49ca-aef8-c2a19fbc6dbf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:20,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-f9791723-749c-49ca-aef8-c2a19fbc6dbf 2018-09-04 22:05:20,530 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:20,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:20,620 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:05:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc7af7e1-a8e7-4845-9677-072a505b772a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:05:20,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-fc7af7e1-a8e7-4845-9677-072a505b772a 2018-09-04 22:05:20,620 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:05:20,621 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj 2018-09-04 22:05:20,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/e365a291139647f48a0d2b0fbd8c5142 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:20,834 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:05:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-377af529-b5af-4c24-8675-5df2188cfe8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:05:20,835 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/e365a291139647f48a0d2b0fbd8c5142 used request id req-377af529-b5af-4c24-8675-5df2188cfe8d 2018-09-04 22:05:20,835 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-3fe21b87-36f7-43f-proj-role 2018-09-04 22:05:20,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/f98b6e21100947fda15dc119e774e928 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:20,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:05:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e5c904e-33f0-4ba3-b7fb-705fb843cec2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:05:20,939 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/f98b6e21100947fda15dc119e774e928 used request id req-3e5c904e-33f0-4ba3-b7fb-705fb843cec2 2018-09-04 22:05:20,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77f885f96cbfb3261c8c896dbff3359f10eb2737" 2018-09-04 22:05:21,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0f6f38d-be33-4942-b98d-c79b68a0ea3c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:05:21,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a0f6f38d-be33-4942-b98d-c79b68a0ea3c 2018-09-04 22:05:21,034 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-3fe21b87-36f7-43f-user 2018-09-04 22:05:21,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/2d8de907b4ff4a99b9e84329c0a8188d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a49d8a795f684cfccba858293fe01aaed24912" 2018-09-04 22:05:21,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:05:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b81ea247-928c-4a51-946e-40e73a667821 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:05:21,220 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/2d8de907b4ff4a99b9e84329c0a8188d used request id req-b81ea247-928c-4a51-946e-40e73a667821 2018-09-04 22:05:21,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:21,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:05:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["TsLRpSTvTgSc0Z_3vLnHUw"], "issued_at": "2018-09-04T22:05:21.000000Z"}} 2018-09-04 22:05:21,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6da7375dad1eba5c9c018d49b8322f43dd2d5d6" 2018-09-04 22:05:21,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-005d702e-b9a5-42e7-8465-36cd00589e6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:21,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-005d702e-b9a5-42e7-8465-36cd00589e6e 2018-09-04 22:05:21,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:21,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:22,086 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:05:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["nO2QMcTySH6Kj1jFgrKG2w"], "issued_at": "2018-09-04T22:05:22.000000Z"}} 2018-09-04 22:05:22,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:05:22,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-987c7032-e84a-4a0c-8a75-15673dc80578 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:22,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-987c7032-e84a-4a0c-8a75-15673dc80578 2018-09-04 22:05:22,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:05:22,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:05:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:05:22,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-109523a0-b960-43b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:05:22,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f3a7a36-6ff1-4ca9-87eb-a84245e8bab0 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-109523a0-b960-43b-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:05:22,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-109523a0-b960-43b-proj used request id req-1f3a7a36-6ff1-4ca9-87eb-a84245e8bab0 2018-09-04 22:05:22,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:05:22,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4f89744-f987-49cf-8f13-767f6e5728d8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:05:22,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c4f89744-f987-49cf-8f13-767f6e5728d8 2018-09-04 22:05:22,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}}' 2018-09-04 22:05:22,461 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:05:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01ac6c0c-5f18-4558-9e6b-aa33ade3c43a Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0"}, "enabled": true, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}} 2018-09-04 22:05:22,461 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-01ac6c0c-5f18-4558-9e6b-aa33ade3c43a 2018-09-04 22:05:22,461 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-109523a0-b960-43b-proj 2018-09-04 22:05:22,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:22,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:22,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:05:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["s6Iz5o8jS4SHsBEOBLRkoQ"], "issued_at": "2018-09-04T22:05:22.000000Z"}} 2018-09-04 22:05:22,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0548a0d6e9a6a92f279f983d5a892f0f408a096" 2018-09-04 22:05:22,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45593f4a-098d-4de7-913b-d152791d69a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:22,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-45593f4a-098d-4de7-913b-d152791d69a4 2018-09-04 22:05:22,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:05:22,870 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:05:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:05:22,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0548a0d6e9a6a92f279f983d5a892f0f408a096" 2018-09-04 22:05:22,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e1a5398-74a3-407e-b800-a5da6bb9efd6 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:05:22,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-4e1a5398-74a3-407e-b800-a5da6bb9efd6 2018-09-04 22:05:22,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=SimpleHealthCheck-109523a0-b960-43b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0548a0d6e9a6a92f279f983d5a892f0f408a096" 2018-09-04 22:05:23,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4c7adc6-6056-4c18-95f8-5a3d8daea47a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=SimpleHealthCheck-109523a0-b960-43b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0"}, "enabled": true, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}]} 2018-09-04 22:05:23,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=SimpleHealthCheck-109523a0-b960-43b-proj used request id req-f4c7adc6-6056-4c18-95f8-5a3d8daea47a 2018-09-04 22:05:23,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0548a0d6e9a6a92f279f983d5a892f0f408a096" 2018-09-04 22:05:23,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-769f3597-dbea-4f96-8159-a3b91e6761fa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:05:23,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-769f3597-dbea-4f96-8159-a3b91e6761fa 2018-09-04 22:05:23,520 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-109523a0-b960-43b-user 2018-09-04 22:05:23,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:23,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:05:23,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aedd89b5-a3f1-455e-a8d8-3963f0a28f6d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:05:23,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-aedd89b5-a3f1-455e-a8d8-3963f0a28f6d 2018-09-04 22:05:23,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" -d '{"role": {"name": "SimpleHealthCheck-109523a0-b960-43b-proj-role"}}' 2018-09-04 22:05:23,724 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:05:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5b6ea15-d96b-40af-beba-1562cd690354 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf170dbd5134448dbd956296199fbcbf", "links": {"self": "http://172.30.9.26:5000/v3/roles/bf170dbd5134448dbd956296199fbcbf"}, "name": "SimpleHealthCheck-109523a0-b960-43b-proj-role"}} 2018-09-04 22:05:23,724 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-b5b6ea15-d96b-40af-beba-1562cd690354 2018-09-04 22:05:23,725 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-109523a0-b960-43b-proj-role 2018-09-04 22:05:23,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/bf170dbd5134448dbd956296199fbcbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:05:23,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-695467c1-97c0-4afb-ba26-0a41a2e54fe6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/bf170dbd5134448dbd956296199fbcbf"}, "domain_id": null, "name": "SimpleHealthCheck-109523a0-b960-43b-proj-role", "id": "bf170dbd5134448dbd956296199fbcbf"}} 2018-09-04 22:05:23,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/bf170dbd5134448dbd956296199fbcbf used request id req-695467c1-97c0-4afb-ba26-0a41a2e54fe6 2018-09-04 22:05:23,823 - keystone_utils - INFO - Granting role SimpleHealthCheck-109523a0-b960-43b-proj-role to project SimpleHealthCheck-109523a0-b960-43b-proj 2018-09-04 22:05:23,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0/users/bd8b050640444b1d8fab20ce2b329b65/roles/bf170dbd5134448dbd956296199fbcbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:05:23,948 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:05:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9bb5a45-e353-4313-a790-b91e2bce283b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:05:23,949 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0/users/bd8b050640444b1d8fab20ce2b329b65/roles/bf170dbd5134448dbd956296199fbcbf used request id req-e9bb5a45-e353-4313-a790-b91e2bce283b 2018-09-04 22:05:23,949 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:05:23,950 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:05:23,950 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:23,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:24,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf170dbd5134448dbd956296199fbcbf", "name": "SimpleHealthCheck-109523a0-b960-43b-proj-role"}], "expires_at": "2018-09-04T23:05:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-109523a0-b960-43b-user", "id": "bd8b050640444b1d8fab20ce2b329b65"}, "audit_ids": ["tu2HNrAeSBOyIMDw5jxQQQ"], "issued_at": "2018-09-04T22:05:24.000000Z"}} 2018-09-04 22:05:24,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f931e8730b19e4dca0c5211bb89eaeac304d344b" 2018-09-04 22:05:24,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3903a98f-92b2-4f3b-a980-ba125f63bff0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:24,402 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3903a98f-92b2-4f3b-a980-ba125f63bff0 2018-09-04 22:05:24,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f931e8730b19e4dca0c5211bb89eaeac304d344b" 2018-09-04 22:05:24,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-8c3ce5a8-446f-48ef-89c5-2a3a33286e66 Date: Tue, 04 Sep 2018 22:05:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image"} 2018-09-04 22:05:24,575 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image used request id req-8c3ce5a8-446f-48ef-89c5-2a3a33286e66 2018-09-04 22:05:24,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f931e8730b19e4dca0c5211bb89eaeac304d344b" 2018-09-04 22:05:24,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6f03756d-f237-4042-afe6-1f8200ed4c78 Date: Tue, 04 Sep 2018 22:05:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:05:24,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-6f03756d-f237-4042-afe6-1f8200ed4c78 2018-09-04 22:05:24,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f931e8730b19e4dca0c5211bb89eaeac304d344b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image"}' 2018-09-04 22:05:24,966 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/028bc6c7-995d-48e6-9857-6d0395718081 X-Openstack-Request-Id: req-682c4613-c032-47b3-b369-1a332ef4a3ee Date: Tue, 04 Sep 2018 22:05:24 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:05:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:05:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/028bc6c7-995d-48e6-9857-6d0395718081", "min_disk": 0, "protected": false, "id": "028bc6c7-995d-48e6-9857-6d0395718081", "file": "/v2/images/028bc6c7-995d-48e6-9857-6d0395718081/file", "checksum": null, "owner": "b7fc12ebff574c44a8fbffba32a02cc0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:05:24,966 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-682c4613-c032-47b3-b369-1a332ef4a3ee 2018-09-04 22:05:24,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/028bc6c7-995d-48e6-9857-6d0395718081/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f931e8730b19e4dca0c5211bb89eaeac304d344b" -d '' 2018-09-04 22:05:27,298 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2c162cb6-e4d7-49d6-88bd-8ee67c3d0c55 Date: Tue, 04 Sep 2018 22:05:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:05:27,299 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/028bc6c7-995d-48e6-9857-6d0395718081/file used request id req-2c162cb6-e4d7-49d6-88bd-8ee67c3d0c55 2018-09-04 22:05:27,299 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:05:27,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/028bc6c7-995d-48e6-9857-6d0395718081 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f931e8730b19e4dca0c5211bb89eaeac304d344b" 2018-09-04 22:05:27,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-4c9071ec-fa7c-4182-8a8e-ce322d5e900f Date: Tue, 04 Sep 2018 22:05:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:05:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:05:27Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/028bc6c7-995d-48e6-9857-6d0395718081/snap", "metadata": {}}], "self": "/v2/images/028bc6c7-995d-48e6-9857-6d0395718081", "min_disk": 0, "protected": false, "id": "028bc6c7-995d-48e6-9857-6d0395718081", "file": "/v2/images/028bc6c7-995d-48e6-9857-6d0395718081/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b7fc12ebff574c44a8fbffba32a02cc0", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/028bc6c7-995d-48e6-9857-6d0395718081/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:05:27,466 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/028bc6c7-995d-48e6-9857-6d0395718081 used request id req-4c9071ec-fa7c-4182-8a8e-ce322d5e900f 2018-09-04 22:05:27,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f931e8730b19e4dca0c5211bb89eaeac304d344b" 2018-09-04 22:05:27,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-323d1a55-5f21-470b-844d-a007d0aa413b Date: Tue, 04 Sep 2018 22:05:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:05:27,611 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-323d1a55-5f21-470b-844d-a007d0aa413b 2018-09-04 22:05:27,614 - create_image - INFO - Created image with name - SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image 2018-09-04 22:05:27,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/028bc6c7-995d-48e6-9857-6d0395718081 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f931e8730b19e4dca0c5211bb89eaeac304d344b" 2018-09-04 22:05:27,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-58929508-212a-4da7-96b7-145a041a9cfd Date: Tue, 04 Sep 2018 22:05:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:05:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:05:27Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/028bc6c7-995d-48e6-9857-6d0395718081/snap", "metadata": {}}], "self": "/v2/images/028bc6c7-995d-48e6-9857-6d0395718081", "min_disk": 0, "protected": false, "id": "028bc6c7-995d-48e6-9857-6d0395718081", "file": "/v2/images/028bc6c7-995d-48e6-9857-6d0395718081/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b7fc12ebff574c44a8fbffba32a02cc0", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/028bc6c7-995d-48e6-9857-6d0395718081/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:05:27,636 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/028bc6c7-995d-48e6-9857-6d0395718081 used request id req-58929508-212a-4da7-96b7-145a041a9cfd 2018-09-04 22:05:27,636 - create_image - DEBUG - Instance status is - active 2018-09-04 22:05:27,636 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image 2018-09-04 22:05:27,636 - create_image - INFO - Image is now active with name - SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image 2018-09-04 22:05:27,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:27,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:28,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf170dbd5134448dbd956296199fbcbf", "name": "SimpleHealthCheck-109523a0-b960-43b-proj-role"}], "expires_at": "2018-09-04T23:05:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-109523a0-b960-43b-user", "id": "bd8b050640444b1d8fab20ce2b329b65"}, "audit_ids": ["_idECa0kTomo9Bo459QxLg"], "issued_at": "2018-09-04T22:05:28.000000Z"}} 2018-09-04 22:05:28,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59563e810c514dc3e286685af12323337bc50f98" 2018-09-04 22:05:28,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-766f343d-c3ea-486c-a7c3-4bfcecfec18f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:28,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-766f343d-c3ea-486c-a7c3-4bfcecfec18f 2018-09-04 22:05:28,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59563e810c514dc3e286685af12323337bc50f98" 2018-09-04 22:05:28,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-58adb514-a576-409d-841b-535e949f1c96 Date: Tue, 04 Sep 2018 22:05:28 GMT RESP BODY: {"networks":[]} 2018-09-04 22:05:28,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net used request id req-58adb514-a576-409d-841b-535e949f1c96 2018-09-04 22:05:28,349 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net 2018-09-04 22:05:28,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59563e810c514dc3e286685af12323337bc50f98" -d '{"network": {"name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net", "admin_state_up": true}}' 2018-09-04 22:05:28,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6b5e5f7e-794c-4b8d-b9be-aedd2a0ed22f Date: Tue, 04 Sep 2018 22:05:28 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c86c32f6-afff-4d24-91f4-67bd97585789","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b7fc12ebff574c44a8fbffba32a02cc0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:05:28Z","is_default":false,"name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:28Z","mtu":1450}} 2018-09-04 22:05:28,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-6b5e5f7e-794c-4b8d-b9be-aedd2a0ed22f 2018-09-04 22:05:28,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c86c32f6-afff-4d24-91f4-67bd97585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59563e810c514dc3e286685af12323337bc50f98" 2018-09-04 22:05:29,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-70ce6645-3e4c-463b-a19f-08a9c5dc8a7a Date: Tue, 04 Sep 2018 22:05:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:05:28Z","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"c86c32f6-afff-4d24-91f4-67bd97585789","name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net"}]} 2018-09-04 22:05:29,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c86c32f6-afff-4d24-91f4-67bd97585789 used request id req-70ce6645-3e4c-463b-a19f-08a9c5dc8a7a 2018-09-04 22:05:29,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59563e810c514dc3e286685af12323337bc50f98" 2018-09-04 22:05:29,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-93a2c22c-79b0-489b-b21f-889acb5280b9 Date: Tue, 04 Sep 2018 22:05:29 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:05:29,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 used request id req-93a2c22c-79b0-489b-b21f-889acb5280b9 2018-09-04 22:05:29,196 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-subnet 2018-09-04 22:05:29,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59563e810c514dc3e286685af12323337bc50f98" -d '{"subnets": [{"ip_version": 4, "network_id": "c86c32f6-afff-4d24-91f4-67bd97585789", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-subnet"}]}' 2018-09-04 22:05:29,854 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1cd705c8-03ed-4c8a-8acf-8cab2ba77af1 Date: Tue, 04 Sep 2018 22:05:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:05:29Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"b96d1712-5cea-412a-b0f2-d77b264acd04","subnetpool_id":null,"name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-subnet"}]} 2018-09-04 22:05:29,854 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-1cd705c8-03ed-4c8a-8acf-8cab2ba77af1 2018-09-04 22:05:29,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c86c32f6-afff-4d24-91f4-67bd97585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59563e810c514dc3e286685af12323337bc50f98" 2018-09-04 22:05:30,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-6aa599a1-2cf8-40d6-a015-d91bd9a71e80 Date: Tue, 04 Sep 2018 22:05:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b96d1712-5cea-412a-b0f2-d77b264acd04"],"updated_at":"2018-09-04T22:05:29Z","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"c86c32f6-afff-4d24-91f4-67bd97585789","name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net"}]} 2018-09-04 22:05:30,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c86c32f6-afff-4d24-91f4-67bd97585789 used request id req-6aa599a1-2cf8-40d6-a015-d91bd9a71e80 2018-09-04 22:05:30,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59563e810c514dc3e286685af12323337bc50f98" 2018-09-04 22:05:30,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-608aebc6-f85f-4d80-83e7-30ad02490a6e Date: Tue, 04 Sep 2018 22:05:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:05:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"b96d1712-5cea-412a-b0f2-d77b264acd04","subnetpool_id":null,"name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-subnet"}]} 2018-09-04 22:05:30,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 used request id req-608aebc6-f85f-4d80-83e7-30ad02490a6e 2018-09-04 22:05:30,309 - OpenStackNetwork - DEBUG - Network [c86c32f6-afff-4d24-91f4-67bd97585789] created successfully 2018-09-04 22:05:30,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:30,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:30,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:05:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["0cSVf4LHQNGED5SQ9UxIlQ"], "issued_at": "2018-09-04T22:05:30.000000Z"}} 2018-09-04 22:05:30,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e18cfb8157932ec7461f591fd64b4a9b530b43" 2018-09-04 22:05:30,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a7db2ef-e6ea-46c6-a313-7883d6302759 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:30,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6a7db2ef-e6ea-46c6-a313-7883d6302759 2018-09-04 22:05:30,782 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:05:30,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e18cfb8157932ec7461f591fd64b4a9b530b43" 2018-09-04 22:05:31,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-240fbb00-4a72-47db-bebf-e165c782f3cc x-compute-request-id: req-240fbb00-4a72-47db-bebf-e165c782f3cc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:05:31,359 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-240fbb00-4a72-47db-bebf-e165c782f3cc 2018-09-04 22:05:31,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e18cfb8157932ec7461f591fd64b4a9b530b43" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:05:31,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b2fa63f-b793-4d2d-9c8d-660937379586 x-compute-request-id: req-1b2fa63f-b793-4d2d-9c8d-660937379586 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:05:31,428 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1b2fa63f-b793-4d2d-9c8d-660937379586 2018-09-04 22:05:31,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:31,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:31,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf170dbd5134448dbd956296199fbcbf", "name": "SimpleHealthCheck-109523a0-b960-43b-proj-role"}], "expires_at": "2018-09-04T23:05:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-109523a0-b960-43b-user", "id": "bd8b050640444b1d8fab20ce2b329b65"}, "audit_ids": ["HfzwCJnvQXSthvu7LfPT0Q"], "issued_at": "2018-09-04T22:05:31.000000Z"}} 2018-09-04 22:05:31,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:31,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c95d528-395a-45c4-9748-69b67e67cb6f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:31,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3c95d528-395a-45c4-9748-69b67e67cb6f 2018-09-04 22:05:31,880 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:05:31,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:31,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9117300c-5c1e-48c8-ab7c-fd2058d24a9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:31,952 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9117300c-5c1e-48c8-ab7c-fd2058d24a9a 2018-09-04 22:05:31,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:32,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-1c0a72da-c0cc-45be-beb7-a13a85bb47ca Date: Tue, 04 Sep 2018 22:05:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b96d1712-5cea-412a-b0f2-d77b264acd04"],"updated_at":"2018-09-04T22:05:29Z","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"c86c32f6-afff-4d24-91f4-67bd97585789","name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net"}]} 2018-09-04 22:05:32,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net used request id req-1c0a72da-c0cc-45be-beb7-a13a85bb47ca 2018-09-04 22:05:32,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:05:32,203 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:05:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:05:32,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:32,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2522c9a-6b04-4e9f-bac0-9820a049d997 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0"}, "enabled": true, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}} 2018-09-04 22:05:32,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 used request id req-f2522c9a-6b04-4e9f-bac0-9820a049d997 2018-09-04 22:05:32,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:32,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8ed9fd12-1a81-4c58-b6ef-f42c11d57c70 Date: Tue, 04 Sep 2018 22:05:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:05:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"b96d1712-5cea-412a-b0f2-d77b264acd04","subnetpool_id":null,"name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-subnet"}]} 2018-09-04 22:05:32,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 used request id req-8ed9fd12-1a81-4c58-b6ef-f42c11d57c70 2018-09-04 22:05:32,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c86c32f6-afff-4d24-91f4-67bd97585789&name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:32,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0c9089a5-c1dd-4932-825c-26c8ec97d23d Date: Tue, 04 Sep 2018 22:05:32 GMT RESP BODY: {"ports":[]} 2018-09-04 22:05:32,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c86c32f6-afff-4d24-91f4-67bd97585789&name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6port-1&admin_state_up=True used request id req-0c9089a5-c1dd-4932-825c-26c8ec97d23d 2018-09-04 22:05:32,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:33,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ee31524b-6f2c-426e-8152-ab8286c4285c x-compute-request-id: req-ee31524b-6f2c-426e-8152-ab8286c4285c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:05:33,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst used request id req-ee31524b-6f2c-426e-8152-ab8286c4285c 2018-09-04 22:05:33,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:33,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-c468a60e-6049-4745-88af-70b4e74a402a Date: Tue, 04 Sep 2018 22:05:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b96d1712-5cea-412a-b0f2-d77b264acd04"],"updated_at":"2018-09-04T22:05:29Z","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"c86c32f6-afff-4d24-91f4-67bd97585789","name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net"}]} 2018-09-04 22:05:33,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net used request id req-c468a60e-6049-4745-88af-70b4e74a402a 2018-09-04 22:05:33,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:33,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81e988c-3312-4e60-9f71-6fbffade014e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0"}, "enabled": true, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}} 2018-09-04 22:05:33,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 used request id req-a81e988c-3312-4e60-9f71-6fbffade014e 2018-09-04 22:05:33,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:33,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-dd9d28ef-0e3b-4020-af79-8b151e1e503a Date: Tue, 04 Sep 2018 22:05:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:05:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"b96d1712-5cea-412a-b0f2-d77b264acd04","subnetpool_id":null,"name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-subnet"}]} 2018-09-04 22:05:33,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 used request id req-dd9d28ef-0e3b-4020-af79-8b151e1e503a 2018-09-04 22:05:33,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c86c32f6-afff-4d24-91f4-67bd97585789&name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:34,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1df5ee21-df63-464a-8b5e-09af5b8ef223 Date: Tue, 04 Sep 2018 22:05:34 GMT RESP BODY: {"ports":[]} 2018-09-04 22:05:34,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c86c32f6-afff-4d24-91f4-67bd97585789&name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6port-1&admin_state_up=True used request id req-1df5ee21-df63-464a-8b5e-09af5b8ef223 2018-09-04 22:05:34,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:05:34,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:05:34,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf170dbd5134448dbd956296199fbcbf", "name": "SimpleHealthCheck-109523a0-b960-43b-proj-role"}], "expires_at": "2018-09-04T23:05:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b7fc12ebff574c44a8fbffba32a02cc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-109523a0-b960-43b-user", "id": "bd8b050640444b1d8fab20ce2b329b65"}, "audit_ids": ["FNieeP0oRsis7u27zQe05w"], "issued_at": "2018-09-04T22:05:34.000000Z"}} 2018-09-04 22:05:34,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}348b449ac36de1fd132ff84444c65a3ae747c837" 2018-09-04 22:05:34,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2101b8ad-f379-46aa-ae04-0724a0c1734f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:05:34,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2101b8ad-f379-46aa-ae04-0724a0c1734f 2018-09-04 22:05:34,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:34,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-03ae6000-126f-4a34-b14e-2064ccbd3d03 Date: Tue, 04 Sep 2018 22:05:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b96d1712-5cea-412a-b0f2-d77b264acd04"],"updated_at":"2018-09-04T22:05:29Z","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"c86c32f6-afff-4d24-91f4-67bd97585789","name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net"}]} 2018-09-04 22:05:34,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net used request id req-03ae6000-126f-4a34-b14e-2064ccbd3d03 2018-09-04 22:05:34,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:34,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e489fa46-7ca5-4b3b-8362-c6ce850cc234 Date: Tue, 04 Sep 2018 22:05:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:05:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"b96d1712-5cea-412a-b0f2-d77b264acd04","subnetpool_id":null,"name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-subnet"}]} 2018-09-04 22:05:34,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 used request id req-e489fa46-7ca5-4b3b-8362-c6ce850cc234 2018-09-04 22:05:34,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:35,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-2eebbc4a-006d-4c9c-bbb6-1b557ec59dc5 Date: Tue, 04 Sep 2018 22:05:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b96d1712-5cea-412a-b0f2-d77b264acd04"],"updated_at":"2018-09-04T22:05:29Z","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"c86c32f6-afff-4d24-91f4-67bd97585789","name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net"}]} 2018-09-04 22:05:35,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net used request id req-2eebbc4a-006d-4c9c-bbb6-1b557ec59dc5 2018-09-04 22:05:35,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:05:35,204 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:05:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:05:35,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}348b449ac36de1fd132ff84444c65a3ae747c837" 2018-09-04 22:05:35,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f31877-f738-40ae-92bf-989e16291189 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0"}, "enabled": true, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}} 2018-09-04 22:05:35,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 used request id req-39f31877-f738-40ae-92bf-989e16291189 2018-09-04 22:05:35,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:35,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8ec83d58-303f-4451-8737-906d579fc2ca Date: Tue, 04 Sep 2018 22:05:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:05:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"b96d1712-5cea-412a-b0f2-d77b264acd04","subnetpool_id":null,"name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-subnet"}]} 2018-09-04 22:05:35,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 used request id req-8ec83d58-303f-4451-8737-906d579fc2ca 2018-09-04 22:05:35,420 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net 2018-09-04 22:05:35,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" -d '{"port": {"network_id": "c86c32f6-afff-4d24-91f4-67bd97585789", "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6port-1", "admin_state_up": true}}' 2018-09-04 22:05:36,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-4fd0f040-1853-42a7-b1a2-75765f59f8a4 Date: Tue, 04 Sep 2018 22:05:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:05:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b96d1712-5cea-412a-b0f2-d77b264acd04","ip_address":"10.55.0.13"}],"id":"5ec388c8-252a-4756-9615-e9e4e32858ce","security_groups":["a3c44f06-883e-4699-8cb4-a5101775caf5"],"mac_address":"fa:16:3e:1f:de:0c","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6port-1","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","qos_policy_id":null,"admin_state_up":true,"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:35Z","binding:vnic_type":"normal"}} 2018-09-04 22:05:36,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-4fd0f040-1853-42a7-b1a2-75765f59f8a4 2018-09-04 22:05:36,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:36,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-862632f7-64c7-4ba8-8811-b6d5e6593fd4 Date: Tue, 04 Sep 2018 22:05:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b96d1712-5cea-412a-b0f2-d77b264acd04"],"updated_at":"2018-09-04T22:05:29Z","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"c86c32f6-afff-4d24-91f4-67bd97585789","name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net"}]} 2018-09-04 22:05:36,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net used request id req-862632f7-64c7-4ba8-8811-b6d5e6593fd4 2018-09-04 22:05:36,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:36,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8d3d790-74df-4849-9ac3-3f02942b7467 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0"}, "enabled": true, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}} 2018-09-04 22:05:36,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 used request id req-a8d3d790-74df-4849-9ac3-3f02942b7467 2018-09-04 22:05:36,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:36,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ef96207c-9bcf-4b8a-b12d-63712f5c3446 Date: Tue, 04 Sep 2018 22:05:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:05:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"b96d1712-5cea-412a-b0f2-d77b264acd04","subnetpool_id":null,"name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-subnet"}]} 2018-09-04 22:05:36,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 used request id req-ef96207c-9bcf-4b8a-b12d-63712f5c3446 2018-09-04 22:05:36,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c86c32f6-afff-4d24-91f4-67bd97585789&name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:36,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 777 X-Openstack-Request-Id: req-a0dfadf1-0d7a-4e22-b319-296270f7f2a0 Date: Tue, 04 Sep 2018 22:05:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:05:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b96d1712-5cea-412a-b0f2-d77b264acd04","ip_address":"10.55.0.13"}],"id":"5ec388c8-252a-4756-9615-e9e4e32858ce","security_groups":["a3c44f06-883e-4699-8cb4-a5101775caf5"],"mac_address":"fa:16:3e:1f:de:0c","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6port-1","admin_state_up":true,"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:35Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:05:36,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c86c32f6-afff-4d24-91f4-67bd97585789&name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6port-1&admin_state_up=True used request id req-a0dfadf1-0d7a-4e22-b319-296270f7f2a0 2018-09-04 22:05:36,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:37,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3429a780-0de5-47ad-9d9f-18b219619a3a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0"}, "enabled": true, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}} 2018-09-04 22:05:37,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 used request id req-3429a780-0de5-47ad-9d9f-18b219619a3a 2018-09-04 22:05:37,050 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst 2018-09-04 22:05:37,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:37,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bda9f8a0-9308-4c5d-886d-9c0540301f3f x-compute-request-id: req-bda9f8a0-9308-4c5d-886d-9c0540301f3f Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "bookmark"}], "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-flavor-name"}]} 2018-09-04 22:05:37,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-bda9f8a0-9308-4c5d-886d-9c0540301f3f 2018-09-04 22:05:37,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:37,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26c8e912-ed10-415a-8634-a47ecf08d5d2 x-compute-request-id: req-26c8e912-ed10-415a-8634-a47ecf08d5d2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:05:37,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c used request id req-26c8e912-ed10-415a-8634-a47ecf08d5d2 2018-09-04 22:05:37,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:37,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-d14c2a99-8ee2-4f3c-9b72-9d316151a2e1 Date: Tue, 04 Sep 2018 22:05:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:05:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:05:27Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/028bc6c7-995d-48e6-9857-6d0395718081/snap", "metadata": {}}], "self": "/v2/images/028bc6c7-995d-48e6-9857-6d0395718081", "min_disk": 0, "protected": false, "id": "028bc6c7-995d-48e6-9857-6d0395718081", "file": "/v2/images/028bc6c7-995d-48e6-9857-6d0395718081/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b7fc12ebff574c44a8fbffba32a02cc0", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/028bc6c7-995d-48e6-9857-6d0395718081/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image"} 2018-09-04 22:05:37,378 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image used request id req-d14c2a99-8ee2-4f3c-9b72-9d316151a2e1 2018-09-04 22:05:37,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:37,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f14150bb-d9e6-4485-84a8-08f186500a8d Date: Tue, 04 Sep 2018 22:05:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:05:37,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-f14150bb-d9e6-4485-84a8-08f186500a8d 2018-09-04 22:05:37,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" -d '{"server": {"name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst", "imageRef": "028bc6c7-995d-48e6-9857-6d0395718081", "flavorRef": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "max_count": 1, "min_count": 1, "networks": [{"port": "5ec388c8-252a-4756-9615-e9e4e32858ce"}]}}' 2018-09-04 22:05:39,582 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:05:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0785fec5-44b0-4b18-a070-33b246697af9 x-compute-request-id: req-0785fec5-44b0-4b18-a070-33b246697af9 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2c747302-7b5f-4e84-9a7d-cf5af690eca7", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "bookmark"}], "adminPass": "qyovr7cJ4LbC"}} 2018-09-04 22:05:39,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-0785fec5-44b0-4b18-a070-33b246697af9 2018-09-04 22:05:39,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:39,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18901a3c-501c-46ba-a912-8afc180ea45c x-compute-request-id: req-18901a3c-501c-46ba-a912-8afc180ea45c Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "bookmark"}], "image": {"id": "028bc6c7-995d-48e6-9857-6d0395718081", "links": [{"href": "http://172.30.9.26:8774/images/028bc6c7-995d-48e6-9857-6d0395718081", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "links": [{"href": "http://172.30.9.26:8774/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "bookmark"}]}, "id": "2c747302-7b5f-4e84-9a7d-cf5af690eca7", "user_id": "bd8b050640444b1d8fab20ce2b329b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:05:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst", "created": "2018-09-04T22:05:39Z", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:05:39,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 used request id req-18901a3c-501c-46ba-a912-8afc180ea45c 2018-09-04 22:05:39,957 - create_instance - INFO - Created instance with name - SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst 2018-09-04 22:05:39,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:40,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4cdaffb-c5c5-45a4-92f2-c388e2d4f3b4 x-compute-request-id: req-c4cdaffb-c5c5-45a4-92f2-c388e2d4f3b4 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "bookmark"}], "image": {"id": "028bc6c7-995d-48e6-9857-6d0395718081", "links": [{"href": "http://172.30.9.26:8774/images/028bc6c7-995d-48e6-9857-6d0395718081", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "links": [{"href": "http://172.30.9.26:8774/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "bookmark"}]}, "id": "2c747302-7b5f-4e84-9a7d-cf5af690eca7", "user_id": "bd8b050640444b1d8fab20ce2b329b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:05:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst", "created": "2018-09-04T22:05:39Z", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:05:40,315 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 used request id req-c4cdaffb-c5c5-45a4-92f2-c388e2d4f3b4 2018-09-04 22:05:40,315 - create_instance - DEBUG - Instance status [SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst] is - BUILD 2018-09-04 22:05:40,315 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:05:43,319 - create_instance - DEBUG - VM status query timeout in 896.638520956 2018-09-04 22:05:43,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:44,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0497696a-0036-43f2-96e7-f9c4dfabebdb x-compute-request-id: req-0497696a-0036-43f2-96e7-f9c4dfabebdb Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "bookmark"}], "image": {"id": "028bc6c7-995d-48e6-9857-6d0395718081", "links": [{"href": "http://172.30.9.26:8774/images/028bc6c7-995d-48e6-9857-6d0395718081", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "links": [{"href": "http://172.30.9.26:8774/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "bookmark"}]}, "id": "2c747302-7b5f-4e84-9a7d-cf5af690eca7", "security_groups": [{"name": "default"}], "user_id": "bd8b050640444b1d8fab20ce2b329b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:05:42Z", "hostId": "64d79e2650b65d27db4cfe9dc7d3c740df975472bba40ab0235b788a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst", "created": "2018-09-04T22:05:39Z", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:05:44,091 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 used request id req-0497696a-0036-43f2-96e7-f9c4dfabebdb 2018-09-04 22:05:44,092 - create_instance - DEBUG - Instance status [SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst] is - BUILD 2018-09-04 22:05:44,092 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:05:47,095 - create_instance - DEBUG - VM status query timeout in 892.862034082 2018-09-04 22:05:47,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:47,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-331b21e3-1ad6-4362-b933-59738138c6f4 x-compute-request-id: req-331b21e3-1ad6-4362-b933-59738138c6f4 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "bookmark"}], "image": {"id": "028bc6c7-995d-48e6-9857-6d0395718081", "links": [{"href": "http://172.30.9.26:8774/images/028bc6c7-995d-48e6-9857-6d0395718081", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "links": [{"href": "http://172.30.9.26:8774/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "bookmark"}]}, "id": "2c747302-7b5f-4e84-9a7d-cf5af690eca7", "security_groups": [{"name": "default"}], "user_id": "bd8b050640444b1d8fab20ce2b329b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:05:42Z", "hostId": "64d79e2650b65d27db4cfe9dc7d3c740df975472bba40ab0235b788a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst", "created": "2018-09-04T22:05:39Z", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:05:47,759 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 used request id req-331b21e3-1ad6-4362-b933-59738138c6f4 2018-09-04 22:05:47,759 - create_instance - DEBUG - Instance status [SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst] is - BUILD 2018-09-04 22:05:47,759 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:05:50,762 - create_instance - DEBUG - VM status query timeout in 889.194875956 2018-09-04 22:05:50,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:51,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83d9c58c-d290-4423-997c-340a49e0d853 x-compute-request-id: req-83d9c58c-d290-4423-997c-340a49e0d853 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:de:0c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "bookmark"}], "image": {"id": "028bc6c7-995d-48e6-9857-6d0395718081", "links": [{"href": "http://172.30.9.26:8774/images/028bc6c7-995d-48e6-9857-6d0395718081", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:05:46.000000", "flavor": {"id": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "links": [{"href": "http://172.30.9.26:8774/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "bookmark"}]}, "id": "2c747302-7b5f-4e84-9a7d-cf5af690eca7", "security_groups": [{"name": "default"}], "user_id": "bd8b050640444b1d8fab20ce2b329b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:05:48Z", "hostId": "64d79e2650b65d27db4cfe9dc7d3c740df975472bba40ab0235b788a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst", "created": "2018-09-04T22:05:39Z", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:05:51,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 used request id req-83d9c58c-d290-4423-997c-340a49e0d853 2018-09-04 22:05:51,267 - create_instance - DEBUG - Instance status [SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst] is - ACTIVE 2018-09-04 22:05:51,267 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:05:51,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:51,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-904ae496-a200-4ade-ad32-e8b88a756446 x-compute-request-id: req-904ae496-a200-4ade-ad32-e8b88a756446 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:de:0c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "bookmark"}], "image": {"id": "028bc6c7-995d-48e6-9857-6d0395718081", "links": [{"href": "http://172.30.9.26:8774/images/028bc6c7-995d-48e6-9857-6d0395718081", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:05:46.000000", "flavor": {"id": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "links": [{"href": "http://172.30.9.26:8774/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "bookmark"}]}, "id": "2c747302-7b5f-4e84-9a7d-cf5af690eca7", "security_groups": [{"name": "default"}], "user_id": "bd8b050640444b1d8fab20ce2b329b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:05:48Z", "hostId": "64d79e2650b65d27db4cfe9dc7d3c740df975472bba40ab0235b788a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst", "created": "2018-09-04T22:05:39Z", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:05:51,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 used request id req-904ae496-a200-4ade-ad32-e8b88a756446 2018-09-04 22:05:51,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:52,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-35ec5686-bfd5-43b0-af57-7bfcb649be15 Date: Tue, 04 Sep 2018 22:05:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b96d1712-5cea-412a-b0f2-d77b264acd04"],"updated_at":"2018-09-04T22:05:29Z","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"c86c32f6-afff-4d24-91f4-67bd97585789","name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net"}]} 2018-09-04 22:05:52,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net used request id req-35ec5686-bfd5-43b0-af57-7bfcb649be15 2018-09-04 22:05:52,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:52,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d890b6aa-92f0-4fb7-b0c6-3aba5fc13084 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0"}, "enabled": true, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}} 2018-09-04 22:05:52,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 used request id req-d890b6aa-92f0-4fb7-b0c6-3aba5fc13084 2018-09-04 22:05:52,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:52,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8b9bb501-8af3-4bf2-b067-0fe1cacb4fd2 Date: Tue, 04 Sep 2018 22:05:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:05:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","id":"b96d1712-5cea-412a-b0f2-d77b264acd04","subnetpool_id":null,"name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-subnet"}]} 2018-09-04 22:05:52,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 used request id req-8b9bb501-8af3-4bf2-b067-0fe1cacb4fd2 2018-09-04 22:05:52,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:52,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3104 X-Openstack-Request-Id: req-5a707ee0-34ea-4ad5-a2ed-8d292a3305fa Date: Tue, 04 Sep 2018 22:05:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:05:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b96d1712-5cea-412a-b0f2-d77b264acd04","ip_address":"10.55.0.2"}],"id":"325b99e8-a3df-4175-a03c-32a2433f49a8","security_groups":[],"mac_address":"fa:16:3e:09:0a:b5","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c86c32f6-afff-4d24-91f4-67bd97585789"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:05:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b96d1712-5cea-412a-b0f2-d77b264acd04","ip_address":"10.55.0.13"}],"id":"5ec388c8-252a-4756-9615-e9e4e32858ce","security_groups":["a3c44f06-883e-4699-8cb4-a5101775caf5"],"mac_address":"fa:16:3e:1f:de:0c","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6port-1","admin_state_up":true,"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:35Z","binding:vnic_type":"normal","device_id":"2c747302-7b5f-4e84-9a7d-cf5af690eca7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:05:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b96d1712-5cea-412a-b0f2-d77b264acd04","ip_address":"10.55.0.3"}],"id":"9d0100b4-de70-451d-8d3b-f1e88d3d3078","security_groups":[],"mac_address":"fa:16:3e:f4:36:be","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c86c32f6-afff-4d24-91f4-67bd97585789"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:05:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b96d1712-5cea-412a-b0f2-d77b264acd04","ip_address":"10.55.0.4"}],"id":"c7a8bb39-5da1-44ea-8fe7-e089d4f02e90","security_groups":[],"mac_address":"fa:16:3e:c2:64:01","project_id":"b7fc12ebff574c44a8fbffba32a02cc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c86c32f6-afff-4d24-91f4-67bd97585789","tenant_id":"b7fc12ebff574c44a8fbffba32a02cc0","created_at":"2018-09-04T22:05:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c86c32f6-afff-4d24-91f4-67bd97585789"}]} 2018-09-04 22:05:52,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c86c32f6-afff-4d24-91f4-67bd97585789 used request id req-5a707ee0-34ea-4ad5-a2ed-8d292a3305fa 2018-09-04 22:05:52,262 - create_instance_tests - INFO - Looking for IP 10.55.0.13 in the console log 2018-09-04 22:05:52,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:52,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbcb7c89-50e9-4b3f-b923-527d861a0627 x-compute-request-id: req-fbcb7c89-50e9-4b3f-b923-527d861a0627 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:de:0c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "bookmark"}], "image": {"id": "028bc6c7-995d-48e6-9857-6d0395718081", "links": [{"href": "http://172.30.9.26:8774/images/028bc6c7-995d-48e6-9857-6d0395718081", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:05:46.000000", "flavor": {"id": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "links": [{"href": "http://172.30.9.26:8774/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "bookmark"}]}, "id": "2c747302-7b5f-4e84-9a7d-cf5af690eca7", "security_groups": [{"name": "default"}], "user_id": "bd8b050640444b1d8fab20ce2b329b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:05:48Z", "hostId": "64d79e2650b65d27db4cfe9dc7d3c740df975472bba40ab0235b788a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst", "created": "2018-09-04T22:05:39Z", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:05:52,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 used request id req-fbcb7c89-50e9-4b3f-b923-527d861a0627 2018-09-04 22:05:52,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:05:53,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6201ff40-6607-4004-a2d9-bd97bed77cb7 x-compute-request-id: req-6201ff40-6607-4004-a2d9-bd97bed77cb7 Content-Encoding: gzip Content-Length: 9413 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514083278 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127940] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129560] pid_max: default: 32768 minimum: 301\n[ 0.130433] ACPI: Core revision 20150930\n[ 0.131876] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133152] Security Framework initialized\n[ 0.133994] Yama: becoming mindful.\n[ 0.134707] AppArmor: AppArmor initialized\n[ 0.135586] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136856] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.138244] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139755] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141419] Initializing cgroup subsys io\n[ 0.142406] Initializing cgroup subsys memory\n[ 0.143469] Initializing cgroup subsys devices\n[ 0.144531] Initializing cgroup subsys freezer\n[ 0.145555] Initializing cgroup subsys net_cls\n[ 0.146599] Initializing cgroup subsys perf_event\n[ 0.147730] Initializing cgroup subsys net_prio\n[ 0.148792] Initializing cgroup subsys hugetlb\n[ 0.149818] Initializing cgroup subsys pids\n[ 0.150841] CPU: Physical Processor ID: 0\n[ 0.152537] mce: CPU supports 10 MCE banks\n[ 0.153527] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165568] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172263] ftrace: allocating 31920 entries in 125 pages\n[ 0.198413] smpboot: Max logical packages: 1\n[ 0.199518] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201133] x2apic enabled\n[ 0.202068] Switched APIC routing to physical x2apic.\n[ 0.204061] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207730] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209830] KVM setup paravirtual spinlock\n[ 0.211267] x86: Booted up 1 node, 1 CPUs\n[ 0.212246] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213932] devtmpfs: initialized\n[ 0.215722] evm: security.selinux\n[ 0.216546] evm: security.SMACK64\n[ 0.217350] evm: security.SMACK64EXEC\n[ 0.218240] evm: security.SMACK64TRANSMUTE\n[ 0.219193] evm: security.SMACK64MMAP\n[ 0.220065] evm: security.ima\n[ 0.220808] evm: security.capability\n[ 0.221745] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223998] pinctrl core: initialized pinctrl subsystem\n[ 0.225281] RTC time: 22:05:46, date: 09/04/18\n[ 0.226383] NET: Registered protocol family 16\n[ 0.227516] cpuidle: using governor ladder\n[ 0.228497] cpuidle: using governor menu\n[ 0.229419] PCCT header not found.\n[ 0.230288] ACPI: bus type PCI registered\n[ 0.231231] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232754] PCI: Using configuration type 1 for base access\n[ 0.234699] ACPI: Added _OSI(Module Device)\n[ 0.235696] ACPI: Added _OSI(Processor Device)\n[ 0.236711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240041] ACPI: Interpreter enabled\n[ 0.240948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245343] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247517] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249724] ACPI: (supports S0 S5)\n[ 0.250555] ACPI: Using IOAPIC for interrupt routing\n[ 0.251676] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255114] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256481] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257957] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261665] acpiphp: Slot [3] registered\n[ 0.262452] acpiphp: Slot [4] registered\n[ 0.263284] acpiphp: Slot [5] registered\n[ 0.264072] acpiphp: Slot [6] registered\n[ 0.264846] acpiphp: Slot [7] registered\n[ 0.265621] acpiphp: Slot [8] registered\n[ 0.266394] acpiphp: Slot [9] registered\n[ 0.267176] acpiphp: Slot [10] registered\n[ 0.267979] acpiphp: Slot [11] registered\n[ 0.268779] acpiphp: Slot [12] registered\n[ 0.269568] acpiphp: Slot [13] registered\n[ 0.270349] acpiphp: Slot [14] registered\n[ 0.271139] acpiphp: Slot [15] registered\n[ 0.281959] acpiphp: Slot [16] registered\n[ 0.282770] acpiphp: Slot [17] registered\n[ 0.283561] acpiphp: Slot [18] registered\n[ 0.284345] acpiphp: Slot [19] registered\n[ 0.285142] acpiphp: Slot [20] registered\n[ 0.285934] acpiphp: Slot [21] registered\n[ 0.286726] acpiphp: Slot [22] registered\n[ 0.287517] acpiphp: Slot [23] registered\n[ 0.288307] acpiphp: Slot [24] registered\n[ 0.289098] acpiphp: Slot [25] registered\n[ 0.289886] acpiphp: Slot [26] registered\n[ 0.290672] acpiphp: Slot [27] registered\n[ 0.291464] acpiphp: Slot [28] registered\n[ 0.292262] acpiphp: Slot [29] registered\n[ 0.293052] acpiphp: Slot [30] registered\n[ 0.293846] acpiphp: Slot [31] registered\n[ 0.294632] PCI host bridge to bus 0000:00\n[ 0.295415] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296596] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297778] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299186] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.300601] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306753] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307999] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310375] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316786] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318208] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362939] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364396] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365784] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367170] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369760] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370929] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373459] vgaarb: loaded\n[ 0.374046] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375156] SCSI subsystem initialized\n[ 0.375964] ACPI: bus type USB registered\n[ 0.376760] usbcore: registered new interface driver usbfs\n[ 0.377761] usbcore: registered new interface driver hub\n[ 0.378734] usbcore: registered new device driver usb\n[ 0.379766] PCI: Using ACPI for IRQ routing\n[ 0.380771] NetLabel: Initializing\n[ 0.381469] NetLabel: domain hash size = 128\n[ 0.382300] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383220] NetLabel: unlabeled traffic allowed by default\n[ 0.384288] clocksource: Switched to clocksource kvm-clock\n[ 0.389546] AppArmor: AppArmor Filesystem Enabled\n[ 0.390477] pnp: PnP ACPI init\n[ 0.391372] pnp: PnP ACPI: found 5 devices\n[ 0.397391] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399054] NET: Registered protocol family 2\n[ 0.399997] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.401235] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.402372] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.403504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404556] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405695] NET: Registered protocol family 1\n[ 0.406537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407598] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408643] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422952] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437171] Trying to unpack rootfs image as initramfs...\n[ 0.487117] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.501143] Scanning for low memory corruption every 60 seconds\n[ 0.502472] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503591] audit: initializing netlink subsys (disabled)\n[ 0.504595] audit: type=2000 audit(1536098747.232:1): initialized\n[ 0.505871] Initialise system trusted keyring\n[ 0.506778] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507911] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509856] zbud: loaded\n[ 0.510547] VFS: Disk quotas dquot_6.6.0\n[ 0.511342] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512826] fuse init (API version 7.23)\n[ 0.513687] Key type big_key registered\n[ 0.514464] Allocating IMA MOK and blacklist keyrings.\n[ 0.515552] Key type asymmetric registered\n[ 0.516361] Asymmetric key parser 'x509' registered\n[ 0.517294] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518719] io scheduler noop registered\n[ 0.519493] io scheduler deadline registered (default)\n[ 0.520457] io scheduler cfq registered\n[ 0.521273] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522288] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524940] ACPI: Power Button [PWRF]\n[ 0.525761] GHES: HEST is not enabled!\n[ 0.539410] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572667] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575123] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599073] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601212] Linux agpgart interface v0.103\n[ 0.603674] brd: module loaded\n[ 0.604859] loop: module loaded\n[ 0.608718] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610152] GPT:90111 != 20971519\n[ 0.610832] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611900] GPT:90111 != 20971519\n[ 0.612583] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613535] vda: vda1 vda15\n[ 0.614972] scsi host0: ata_piix\n[ 0.615710] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619408] libphy: Fixed MDIO Bus: probed\n[ 0.620214] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623287] PPP generic driver version 2.4.2\n[ 0.624163] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625414] ehci-pci: EHCI PCI platform driver\n[ 0.626282] ehci-platform: EHCI generic platform driver\n[ 0.627251] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628363] ohci-pci: OHCI PCI platform driver\n[ 0.629220] ohci-platform: OHCI generic platform driver\n[ 0.630185] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644514] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646912] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647919] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650233] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651621] usb usb1: Product: UHCI Host Controller\n[ 0.652539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.653657] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.654652] hub 1-0:1.0: USB hub found\n[ 0.655419] hub 1-0:1.0: 2 ports detected\n[ 0.656321] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.658408] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.659349] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.660360] mousedev: PS/2 mouse device common for all mice\n[ 0.661600] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663395] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665642] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666807] i2c /dev entries driver\n[ 0.667559] device-mapper: uevent: version 1.0.3\n[ 0.668484] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670087] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671340] NET: Registered protocol family 10\n[ 0.672346] NET: Registered protocol family 17\n[ 0.673228] Key type dns_resolver registered\n[ 0.674141] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675218] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676938] registered taskstats version 1\n[ 0.677763] Loading compiled-in X.509 certificates\n[ 0.679181] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681007] zswap: loaded using pool lzo/zbud\n[ 0.682379] Key type trusted registered\n[ 0.683915] Key type encrypted registered\n[ 0.684741] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685744] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686756] evm: HMAC attrs: 0x1\n[ 0.687677] Magic number: 2:167:97\n[ 0.688502] rtc_cmos 00:00: setting system clock to 2018-09-04 22:05:47 UTC (1536098747)\n[ 0.690066] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691161] EDD information not available.\n[ 0.777297] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778835] Write protecting the kernel read-only data: 14336k\n[ 0.790859] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.356595] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.0.13...\nLease of 10.55.0.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000ae\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCDUmJUrAqMhcrWCfQlwARe2tPB43BGz99oqadrcCqrH8CS3CbOYILEDYBX5a45W14jtBIlj9s2kF7BwmU+areqBdI8685O/D+6Y0ygN3Q8g2rdLsAJu1slaT+boUH1BR4L3fjbwf/6mniSKxRvJMTN6zZKRgiCZ6cNvx/PPCVtAr/Z9xgZ61vw9AKWvhdux8mAmFDFpzPQlphcjaqYSzweTQfqKzFNtCqK8Q0pcr2lS90mA+rkIHHae9onRktsM7hSa2L73ZhTARqGhqAENbbA3hfzOjyYMecVwE0auw32qNYYu27Bj7CvNgQJdF8i3Us80EBh+0c5b0+XZ696d7xl root@simplehealthcheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAPG/HEPRninq4Bh7AHgPNrYizz/iD3NrbLxXKH3blHiv6AinbwG/4dx8SijJW3WRxixn72yHc9egvrDF5aOSbyPvjL1m952Rh3I23GZtaOBBNgE5iJHaZq6cFha1Kw2Oh2Ic6sPL8MY+YlZH/Ax6kBNfCG+1Pd8OCMTuwKQI7NW7AAAAFQDGRV5WhCEBTbBR7m90MY3VSbersQAAAIEAqTbc6pHtoNndMm50vSl2w4COPjq2TwMNDsMGH5xbawkIQwX5BHf0hD8D8YR93lmiScobMLvPbjJuk+H0K8u/rkPv0ndtCRXtdTKYenuJ/z3VrtAMykV/13QhMFrJUpQ3Y2I/2XYJ8MuLlTzklLo74k9uoJTHYv2JJgF9xUXawjoAAACABoP21PPKnkbXEcufR6htXpd3eOJK/5IRdvZ7yYx7i50jQ/BMTe6eeEVCC1hZp3p6HLgMYPDSe7d/TWVQ8Nne+qGModUH+4NVhpMj/GiD9tVrtORqX0BgJ3h0dQMzA+RJ1WoHBxuvvnl+oGhzLnhgiRYjxAynf/3iRnhRkL4xhdE= root@simplehealthcheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.0.13,24,fe80::f816:3eff:fe1f:de0c/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.13 \nip-route:169.254.169.254 via 10.55.0.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ae\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.90 ===\n"} 2018-09-04 22:05:53,971 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7/action used request id req-6201ff40-6607-4004-a2d9-bd97bed77cb7 2018-09-04 22:05:53,972 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:05:53,973 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 514083278 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127940] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129560] pid_max: default: 32768 minimum: 301 [ 0.130433] ACPI: Core revision 20150930 [ 0.131876] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133152] Security Framework initialized [ 0.133994] Yama: becoming mindful. [ 0.134707] AppArmor: AppArmor initialized [ 0.135586] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136856] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.138244] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139755] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141419] Initializing cgroup subsys io [ 0.142406] Initializing cgroup subsys memory [ 0.143469] Initializing cgroup subsys devices [ 0.144531] Initializing cgroup subsys freezer [ 0.145555] Initializing cgroup subsys net_cls [ 0.146599] Initializing cgroup subsys perf_event [ 0.147730] Initializing cgroup subsys net_prio [ 0.148792] Initializing cgroup subsys hugetlb [ 0.149818] Initializing cgroup subsys pids [ 0.150841] CPU: Physical Processor ID: 0 [ 0.152537] mce: CPU supports 10 MCE banks [ 0.153527] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165568] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172263] ftrace: allocating 31920 entries in 125 pages [ 0.198413] smpboot: Max logical packages: 1 [ 0.199518] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201133] x2apic enabled [ 0.202068] Switched APIC routing to physical x2apic. [ 0.204061] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207730] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209830] KVM setup paravirtual spinlock [ 0.211267] x86: Booted up 1 node, 1 CPUs [ 0.212246] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213932] devtmpfs: initialized [ 0.215722] evm: security.selinux [ 0.216546] evm: security.SMACK64 [ 0.217350] evm: security.SMACK64EXEC [ 0.218240] evm: security.SMACK64TRANSMUTE [ 0.219193] evm: security.SMACK64MMAP [ 0.220065] evm: security.ima [ 0.220808] evm: security.capability [ 0.221745] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223998] pinctrl core: initialized pinctrl subsystem [ 0.225281] RTC time: 22:05:46, date: 09/04/18 [ 0.226383] NET: Registered protocol family 16 [ 0.227516] cpuidle: using governor ladder [ 0.228497] cpuidle: using governor menu [ 0.229419] PCCT header not found. [ 0.230288] ACPI: bus type PCI registered [ 0.231231] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.232754] PCI: Using configuration type 1 for base access [ 0.234699] ACPI: Added _OSI(Module Device) [ 0.235696] ACPI: Added _OSI(Processor Device) [ 0.236711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.237776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.240041] ACPI: Interpreter enabled [ 0.240948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.243167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.245343] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.247517] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249724] ACPI: (supports S0 S5) [ 0.250555] ACPI: Using IOAPIC for interrupt routing [ 0.251676] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255114] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256481] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257957] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259377] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261665] acpiphp: Slot [3] registered [ 0.262452] acpiphp: Slot [4] registered [ 0.263284] acpiphp: Slot [5] registered [ 0.264072] acpiphp: Slot [6] registered [ 0.264846] acpiphp: Slot [7] registered [ 0.265621] acpiphp: Slot [8] registered [ 0.266394] acpiphp: Slot [9] registered [ 0.267176] acpiphp: Slot [10] registered [ 0.267979] acpiphp: Slot [11] registered [ 0.268779] acpiphp: Slot [12] registered [ 0.269568] acpiphp: Slot [13] registered [ 0.270349] acpiphp: Slot [14] registered [ 0.271139] acpiphp: Slot [15] registered [ 0.281959] acpiphp: Slot [16] registered [ 0.282770] acpiphp: Slot [17] registered [ 0.283561] acpiphp: Slot [18] registered [ 0.284345] acpiphp: Slot [19] registered [ 0.285142] acpiphp: Slot [20] registered [ 0.285934] acpiphp: Slot [21] registered [ 0.286726] acpiphp: Slot [22] registered [ 0.287517] acpiphp: Slot [23] registered [ 0.288307] acpiphp: Slot [24] registered [ 0.289098] acpiphp: Slot [25] registered [ 0.289886] acpiphp: Slot [26] registered [ 0.290672] acpiphp: Slot [27] registered [ 0.291464] acpiphp: Slot [28] registered [ 0.292262] acpiphp: Slot [29] registered [ 0.293052] acpiphp: Slot [30] registered [ 0.293846] acpiphp: Slot [31] registered [ 0.294632] PCI host bridge to bus 0000:00 [ 0.295415] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.296596] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.297778] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.299186] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.300601] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.306753] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.307999] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.309146] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.310375] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316786] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.318208] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.362939] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.364396] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.365784] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.367170] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.368529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.369760] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.370929] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.371952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.373459] vgaarb: loaded [ 0.374046] vgaarb: bridge control possible 0000:00:02.0 [ 0.375156] SCSI subsystem initialized [ 0.375964] ACPI: bus type USB registered [ 0.376760] usbcore: registered new interface driver usbfs [ 0.377761] usbcore: registered new interface driver hub [ 0.378734] usbcore: registered new device driver usb [ 0.379766] PCI: Using ACPI for IRQ routing [ 0.380771] NetLabel: Initializing [ 0.381469] NetLabel: domain hash size = 128 [ 0.382300] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.383220] NetLabel: unlabeled traffic allowed by default [ 0.384288] clocksource: Switched to clocksource kvm-clock [ 0.389546] AppArmor: AppArmor Filesystem Enabled [ 0.390477] pnp: PnP ACPI init [ 0.391372] pnp: PnP ACPI: found 5 devices [ 0.397391] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.399054] NET: Registered protocol family 2 [ 0.399997] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.401235] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.402372] TCP: Hash tables configured (established 2048 bind 2048) [ 0.403504] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.404556] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405695] NET: Registered protocol family 1 [ 0.406537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407598] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.408643] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.422952] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.437171] Trying to unpack rootfs image as initramfs... [ 0.487117] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.501143] Scanning for low memory corruption every 60 seconds [ 0.502472] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.503591] audit: initializing netlink subsys (disabled) [ 0.504595] audit: type=2000 audit(1536098747.232:1): initialized [ 0.505871] Initialise system trusted keyring [ 0.506778] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507911] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509856] zbud: loaded [ 0.510547] VFS: Disk quotas dquot_6.6.0 [ 0.511342] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.512826] fuse init (API version 7.23) [ 0.513687] Key type big_key registered [ 0.514464] Allocating IMA MOK and blacklist keyrings. [ 0.515552] Key type asymmetric registered [ 0.516361] Asymmetric key parser 'x509' registered [ 0.517294] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.518719] io scheduler noop registered [ 0.519493] io scheduler deadline registered (default) [ 0.520457] io scheduler cfq registered [ 0.521273] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.522288] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.523511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.524940] ACPI: Power Button [PWRF] [ 0.525761] GHES: HEST is not enabled! [ 0.539410] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572667] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.575123] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.599073] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601212] Linux agpgart interface v0.103 [ 0.603674] brd: module loaded [ 0.604859] loop: module loaded [ 0.608718] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.610152] GPT:90111 != 20971519 [ 0.610832] GPT:Alternate GPT header not at the end of the disk. [ 0.611900] GPT:90111 != 20971519 [ 0.612583] GPT: Use GNU Parted to correct GPT errors. [ 0.613535] vda: vda1 vda15 [ 0.614972] scsi host0: ata_piix [ 0.615710] scsi host1: ata_piix [ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.617618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.619408] libphy: Fixed MDIO Bus: probed [ 0.620214] tun: Universal TUN/TAP device driver, 1.6 [ 0.621150] tun: (C) 1999-2004 Max Krasnyansky [ 0.623287] PPP generic driver version 2.4.2 [ 0.624163] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.625414] ehci-pci: EHCI PCI platform driver [ 0.626282] ehci-platform: EHCI generic platform driver [ 0.627251] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628363] ohci-pci: OHCI PCI platform driver [ 0.629220] ohci-platform: OHCI generic platform driver [ 0.630185] uhci_hcd: USB Universal Host Controller Interface driver [ 0.644514] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.645492] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.646912] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.647919] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.649040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.650233] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.651621] usb usb1: Product: UHCI Host Controller [ 0.652539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.653657] usb usb1: SerialNumber: 0000:00:01.2 [ 0.654652] hub 1-0:1.0: USB hub found [ 0.655419] hub 1-0:1.0: 2 ports detected [ 0.656321] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.658408] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.659349] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.660360] mousedev: PS/2 mouse device common for all mice [ 0.661600] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.663395] rtc_cmos 00:00: RTC can wake from S4 [ 0.664469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665642] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666807] i2c /dev entries driver [ 0.667559] device-mapper: uevent: version 1.0.3 [ 0.668484] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.670087] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671340] NET: Registered protocol family 10 [ 0.672346] NET: Registered protocol family 17 [ 0.673228] Key type dns_resolver registered [ 0.674141] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.675218] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676938] registered taskstats version 1 [ 0.677763] Loading compiled-in X.509 certificates [ 0.679181] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681007] zswap: loaded using pool lzo/zbud [ 0.682379] Key type trusted registered [ 0.683915] Key type encrypted registered [ 0.684741] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685744] ima: No TPM chip found, activating TPM-bypass! [ 0.686756] evm: HMAC attrs: 0x1 [ 0.687677] Magic number: 2:167:97 [ 0.688502] rtc_cmos 00:00: setting system clock to 2018-09-04 22:05:47 UTC (1536098747) [ 0.690066] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.691161] EDD information not available. [ 0.777297] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.778835] Write protecting the kernel read-only data: 14336k [ 0.790859] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.15 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.356595] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.13... Lease of 10.55.0.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.29. iid=i-000000ae failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCDUmJUrAqMhcrWCfQlwARe2tPB43BGz99oqadrcCqrH8CS3CbOYILEDYBX5a45W14jtBIlj9s2kF7BwmU+areqBdI8685O/D+6Y0ygN3Q8g2rdLsAJu1slaT+boUH1BR4L3fjbwf/6mniSKxRvJMTN6zZKRgiCZ6cNvx/PPCVtAr/Z9xgZ61vw9AKWvhdux8mAmFDFpzPQlphcjaqYSzweTQfqKzFNtCqK8Q0pcr2lS90mA+rkIHHae9onRktsM7hSa2L73ZhTARqGhqAENbbA3hfzOjyYMecVwE0auw32qNYYu27Bj7CvNgQJdF8i3Us80EBh+0c5b0+XZ696d7xl root@simplehealthcheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst ssh-dss AAAAB3NzaC1kc3MAAACBAPG/HEPRninq4Bh7AHgPNrYizz/iD3NrbLxXKH3blHiv6AinbwG/4dx8SijJW3WRxixn72yHc9egvrDF5aOSbyPvjL1m952Rh3I23GZtaOBBNgE5iJHaZq6cFha1Kw2Oh2Ic6sPL8MY+YlZH/Ax6kBNfCG+1Pd8OCMTuwKQI7NW7AAAAFQDGRV5WhCEBTbBR7m90MY3VSbersQAAAIEAqTbc6pHtoNndMm50vSl2w4COPjq2TwMNDsMGH5xbawkIQwX5BHf0hD8D8YR93lmiScobMLvPbjJuk+H0K8u/rkPv0ndtCRXtdTKYenuJ/z3VrtAMykV/13QhMFrJUpQ3Y2I/2XYJ8MuLlTzklLo74k9uoJTHYv2JJgF9xUXawjoAAACABoP21PPKnkbXEcufR6htXpd3eOJK/5IRdvZ7yYx7i50jQ/BMTe6eeEVCC1hZp3p6HLgMYPDSe7d/TWVQ8Nne+qGModUH+4NVhpMj/GiD9tVrtORqX0BgJ3h0dQMzA+RJ1WoHBxuvvnl+oGhzLnhgiRYjxAynf/3iRnhRkL4xhdE= root@simplehealthcheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.13,24,fe80::f816:3eff:fe1f:de0c/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.13 ip-route:169.254.169.254 via 10.55.0.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000ae name: N/A availability-zone: nova local-hostname: simplehealthcheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.90 === 2018-09-04 22:05:53,973 - create_instance - INFO - Deleting Port with ID - 5ec388c8-252a-4756-9615-e9e4e32858ce 2018-09-04 22:05:53,973 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6port-1 2018-09-04 22:05:53,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/5ec388c8-252a-4756-9615-e9e4e32858ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:54,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-00215169-3f88-4bb7-afb7-9c5dc2ec9bfd Date: Tue, 04 Sep 2018 22:05:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:05:54,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/5ec388c8-252a-4756-9615-e9e4e32858ce used request id req-00215169-3f88-4bb7-afb7-9c5dc2ec9bfd 2018-09-04 22:05:54,578 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst 2018-09-04 22:05:54,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:54,726 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:05:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6546b868-cea9-4c7a-820b-bcda6abbb8f2 x-compute-request-id: req-6546b868-cea9-4c7a-820b-bcda6abbb8f2 Content-Type: application/json 2018-09-04 22:05:54,726 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 used request id req-6546b868-cea9-4c7a-820b-bcda6abbb8f2 2018-09-04 22:05:54,727 - create_instance - INFO - Checking deletion status 2018-09-04 22:05:54,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:54,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d016eb2-a02c-4621-ab3a-bad6e43b2b41 x-compute-request-id: req-7d016eb2-a02c-4621-ab3a-bad6e43b2b41 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:de:0c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "bookmark"}], "image": {"id": "028bc6c7-995d-48e6-9857-6d0395718081", "links": [{"href": "http://172.30.9.26:8774/images/028bc6c7-995d-48e6-9857-6d0395718081", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:05:46.000000", "flavor": {"id": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "links": [{"href": "http://172.30.9.26:8774/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "bookmark"}]}, "id": "2c747302-7b5f-4e84-9a7d-cf5af690eca7", "user_id": "bd8b050640444b1d8fab20ce2b329b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:05:54Z", "hostId": "64d79e2650b65d27db4cfe9dc7d3c740df975472bba40ab0235b788a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst", "created": "2018-09-04T22:05:39Z", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:05:54,965 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 used request id req-7d016eb2-a02c-4621-ab3a-bad6e43b2b41 2018-09-04 22:05:54,965 - create_instance - DEBUG - Instance status [SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst] is - ACTIVE 2018-09-04 22:05:54,965 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:05:57,969 - create_instance - DEBUG - VM status query timeout in 296.75812912 2018-09-04 22:05:57,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:05:58,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:05:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bece3fc9-8026-4f3a-9391-ae2f573ee947 x-compute-request-id: req-bece3fc9-8026-4f3a-9391-ae2f573ee947 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7", "rel": "bookmark"}], "image": {"id": "028bc6c7-995d-48e6-9857-6d0395718081", "links": [{"href": "http://172.30.9.26:8774/images/028bc6c7-995d-48e6-9857-6d0395718081", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:05:46.000000", "flavor": {"id": "f8d07de5-1852-4452-8d87-1e68bad32f3c", "links": [{"href": "http://172.30.9.26:8774/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c", "rel": "bookmark"}]}, "id": "2c747302-7b5f-4e84-9a7d-cf5af690eca7", "user_id": "bd8b050640444b1d8fab20ce2b329b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:05:54Z", "hostId": "64d79e2650b65d27db4cfe9dc7d3c740df975472bba40ab0235b788a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst", "created": "2018-09-04T22:05:39Z", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:05:58,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 used request id req-bece3fc9-8026-4f3a-9391-ae2f573ee947 2018-09-04 22:05:58,303 - create_instance - DEBUG - Instance status [SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst] is - ACTIVE 2018-09-04 22:05:58,303 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:06:01,306 - create_instance - DEBUG - VM status query timeout in 293.420780182 2018-09-04 22:06:01,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defbe1fc7380bdd38efaa356d0609c8998147dbb" 2018-09-04 22:06:01,353 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:06:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e8922bff-981f-4027-9ed2-3c827926a16f x-compute-request-id: req-e8922bff-981f-4027-9ed2-3c827926a16f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 2c747302-7b5f-4e84-9a7d-cf5af690eca7 could not be found.", "code": 404}} 2018-09-04 22:06:01,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2c747302-7b5f-4e84-9a7d-cf5af690eca7 used request id req-e8922bff-981f-4027-9ed2-3c827926a16f 2018-09-04 22:06:01,354 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 2c747302-7b5f-4e84-9a7d-cf5af690eca7 could not be found. (HTTP 404) (Request-ID: req-e8922bff-981f-4027-9ed2-3c827926a16f) 2018-09-04 22:06:01,354 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-inst 2018-09-04 22:06:01,355 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-subnet 2018-09-04 22:06:01,355 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-subnet 2018-09-04 22:06:01,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/b96d1712-5cea-412a-b0f2-d77b264acd04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59563e810c514dc3e286685af12323337bc50f98" 2018-09-04 22:06:03,615 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a790180-10ab-4b3a-ae82-5a08b9383de2 Date: Tue, 04 Sep 2018 22:06:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:06:03,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/b96d1712-5cea-412a-b0f2-d77b264acd04 used request id req-1a790180-10ab-4b3a-ae82-5a08b9383de2 2018-09-04 22:06:03,615 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-priv-net 2018-09-04 22:06:03,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/c86c32f6-afff-4d24-91f4-67bd97585789 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59563e810c514dc3e286685af12323337bc50f98" 2018-09-04 22:06:04,908 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2915716-76b4-4bff-9f36-01464a9bf693 Date: Tue, 04 Sep 2018 22:06:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:06:04,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c86c32f6-afff-4d24-91f4-67bd97585789 used request id req-a2915716-76b4-4bff-9f36-01464a9bf693 2018-09-04 22:06:04,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e18cfb8157932ec7461f591fd64b4a9b530b43" 2018-09-04 22:06:04,965 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:06:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd32057e-62c7-4a04-a0e5-f4a8405bfbca x-compute-request-id: req-bd32057e-62c7-4a04-a0e5-f4a8405bfbca Content-Length: 0 Content-Type: application/json 2018-09-04 22:06:04,965 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/f8d07de5-1852-4452-8d87-1e68bad32f3c used request id req-bd32057e-62c7-4a04-a0e5-f4a8405bfbca 2018-09-04 22:06:04,966 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-2e86b98f-90b6-444b-bf39-5cc721c61de6-image 2018-09-04 22:06:04,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/028bc6c7-995d-48e6-9857-6d0395718081 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f931e8730b19e4dca0c5211bb89eaeac304d344b" 2018-09-04 22:06:06,899 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f20c612e-1515-48ec-aac1-8631384e8be6 Date: Tue, 04 Sep 2018 22:06:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:06:06,899 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/028bc6c7-995d-48e6-9857-6d0395718081 used request id req-f20c612e-1515-48ec-aac1-8631384e8be6 2018-09-04 22:06:06,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:07,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-6b05cb68-4309-4059-a35b-4eee53c5df0c Date: Tue, 04 Sep 2018 22:06:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "created_at": "2018-09-04T22:05:28Z", "updated_at": "2018-09-04T22:05:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:05:28Z", "revision_number": 0, "id": "1201ee5a-4e28-4977-b954-25cb46fc6e8b", "remote_group_id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "remote_ip_prefix": null, "created_at": "2018-09-04T22:05:28Z", "security_group_id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b7fc12ebff574c44a8fbffba32a02cc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:05:28Z", "revision_number": 0, "id": "547fb451-e1a8-436d-b885-2a45154a1e95", "remote_group_id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "remote_ip_prefix": null, "created_at": "2018-09-04T22:05:28Z", "security_group_id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b7fc12ebff574c44a8fbffba32a02cc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:05:28Z", "revision_number": 0, "id": "b58210d4-7fe5-453c-a6cc-f2501adf44ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:05:28Z", "security_group_id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b7fc12ebff574c44a8fbffba32a02cc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:05:28Z", "revision_number": 0, "id": "d869c499-1465-4724-b220-54b88d312f87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:05:28Z", "security_group_id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b7fc12ebff574c44a8fbffba32a02cc0"}], "revision_number": 4, "project_id": "b7fc12ebff574c44a8fbffba32a02cc0", "id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:06:07,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-6b05cb68-4309-4059-a35b-4eee53c5df0c 2018-09-04 22:06:07,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:07,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-487b4ca3-7a53-456b-afb2-1f4f2497f468 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:06:07,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-487b4ca3-7a53-456b-afb2-1f4f2497f468 2018-09-04 22:06:07,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:07,360 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bae7ce88-4581-415b-a57e-cec55b1520be Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:06:07,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-bae7ce88-4581-415b-a57e-cec55b1520be 2018-09-04 22:06:07,361 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:06:07,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:07,446 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e0719c6-8f06-437c-b9cc-21fd26c3fdfa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:06:07,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-1e0719c6-8f06-437c-b9cc-21fd26c3fdfa 2018-09-04 22:06:07,447 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:06:07,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:07,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4370a64-1a07-487e-bc60-e32d62695091 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:06:07,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-b4370a64-1a07-487e-bc60-e32d62695091 2018-09-04 22:06:07,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:07,627 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4000e441-2a6d-4c33-97c6-e6f56ee28ebd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:06:07,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-4000e441-2a6d-4c33-97c6-e6f56ee28ebd 2018-09-04 22:06:07,627 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:06:07,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:07,720 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7a54461-a58b-4f4a-bbda-eae25380ddbe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:06:07,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-b7a54461-a58b-4f4a-bbda-eae25380ddbe 2018-09-04 22:06:07,720 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:06:07,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:07,811 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb1ba09f-07ca-4e7b-a87d-e51f5f18553e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:06:07,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-eb1ba09f-07ca-4e7b-a87d-e51f5f18553e 2018-09-04 22:06:07,811 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:06:07,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:07,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3477bbde-85f7-49bd-8c56-8b87155deb66 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0"}, "enabled": true, "id": "b7fc12ebff574c44a8fbffba32a02cc0", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-109523a0-b960-43b-proj"}} 2018-09-04 22:06:07,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 used request id req-3477bbde-85f7-49bd-8c56-8b87155deb66 2018-09-04 22:06:07,896 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a3c44f06-883e-4699-8cb4-a5101775caf5 2018-09-04 22:06:07,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a3c44f06-883e-4699-8cb4-a5101775caf5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:08,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a6ebf37a-22fe-48c6-9d91-db78386ddfeb Date: Tue, 04 Sep 2018 22:06:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:05:28Z", "security_group_id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "port_range_min": null, "revision_number": 0, "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "created_at": "2018-09-04T22:05:28Z", "project_id": "b7fc12ebff574c44a8fbffba32a02cc0", "id": "1201ee5a-4e28-4977-b954-25cb46fc6e8b"}, {"remote_group_id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:05:28Z", "security_group_id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "port_range_min": null, "revision_number": 0, "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "created_at": "2018-09-04T22:05:28Z", "project_id": "b7fc12ebff574c44a8fbffba32a02cc0", "id": "547fb451-e1a8-436d-b885-2a45154a1e95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:05:28Z", "security_group_id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "port_range_min": null, "revision_number": 0, "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "created_at": "2018-09-04T22:05:28Z", "project_id": "b7fc12ebff574c44a8fbffba32a02cc0", "id": "b58210d4-7fe5-453c-a6cc-f2501adf44ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:05:28Z", "security_group_id": "a3c44f06-883e-4699-8cb4-a5101775caf5", "port_range_min": null, "revision_number": 0, "tenant_id": "b7fc12ebff574c44a8fbffba32a02cc0", "created_at": "2018-09-04T22:05:28Z", "project_id": "b7fc12ebff574c44a8fbffba32a02cc0", "id": "d869c499-1465-4724-b220-54b88d312f87"}]} 2018-09-04 22:06:08,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a3c44f06-883e-4699-8cb4-a5101775caf5 used request id req-a6ebf37a-22fe-48c6-9d91-db78386ddfeb 2018-09-04 22:06:08,076 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:06:08,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/a3c44f06-883e-4699-8cb4-a5101775caf5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:08,444 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9b2f2b92-0ec5-4c00-aebb-339b952d3bc1 Content-Length: 0 Date: Tue, 04 Sep 2018 22:06:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:06:08,444 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/a3c44f06-883e-4699-8cb4-a5101775caf5 used request id req-9b2f2b92-0ec5-4c00-aebb-339b952d3bc1 2018-09-04 22:06:08,445 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-109523a0-b960-43b-proj 2018-09-04 22:06:08,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:08,673 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:06:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7c7c371-729e-4028-82bf-435b33288cf2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:06:08,673 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/b7fc12ebff574c44a8fbffba32a02cc0 used request id req-c7c7c371-729e-4028-82bf-435b33288cf2 2018-09-04 22:06:08,674 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-109523a0-b960-43b-proj-role 2018-09-04 22:06:08,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/bf170dbd5134448dbd956296199fbcbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:08,795 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:06:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd479c10-8928-4571-80cc-a2626d697995 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:06:08,795 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/bf170dbd5134448dbd956296199fbcbf used request id req-fd479c10-8928-4571-80cc-a2626d697995 2018-09-04 22:06:08,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b22a33f8336f31b7d2d904c0d23c1d84217e" 2018-09-04 22:06:08,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b8c0fcb-fab7-48df-81c9-928459d4ece6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:06:08,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2b8c0fcb-fab7-48df-81c9-928459d4ece6 2018-09-04 22:06:08,880 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-109523a0-b960-43b-user 2018-09-04 22:06:08,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/bd8b050640444b1d8fab20ce2b329b65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0548a0d6e9a6a92f279f983d5a892f0f408a096" 2018-09-04 22:06:09,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:06:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f441f59-0208-4388-8705-daa7a683637a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:06:09,119 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/bd8b050640444b1d8fab20ce2b329b65 used request id req-0f441f59-0208-4388-8705-daa7a683637a 2018-09-04 22:06:09,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:09,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:06:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Wy5GeXsTTSOz22zSgL2Xuw"], "issued_at": "2018-09-04T22:06:09.000000Z"}} 2018-09-04 22:06:09,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0e6ede05f0b50676c15ae743d78268cb0c53b9" 2018-09-04 22:06:09,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f798f48e-a66f-4fac-b915-32a2e9875580 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:09,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f798f48e-a66f-4fac-b915-32a2e9875580 2018-09-04 22:06:09,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:09,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:09,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:06:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["PJuB4dlWQLyijaPOdmy5jw"], "issued_at": "2018-09-04T22:06:09.000000Z"}} 2018-09-04 22:06:09,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:06:10,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ccbef6-358b-4dbe-909f-bc8bce0abe0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:10,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-73ccbef6-358b-4dbe-909f-bc8bce0abe0c 2018-09-04 22:06:10,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:06:10,074 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:06:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:06:10,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:06:10,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a03bb75-174b-4260-819a-52b4ba5b612f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:06:10,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj used request id req-5a03bb75-174b-4260-819a-52b4ba5b612f 2018-09-04 22:06:10,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:06:10,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ea86fa0-ca70-40cb-9c10-63793ad41cc3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:06:10,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-3ea86fa0-ca70-40cb-9c10-63793ad41cc3 2018-09-04 22:06:10,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}}' 2018-09-04 22:06:10,454 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:06:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efd7458c-5879-40a1-976b-5fc4c45b5c83 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:06:10,454 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-efd7458c-5879-40a1-976b-5fc4c45b5c83 2018-09-04 22:06:10,455 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj 2018-09-04 22:06:10,455 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:10,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:10,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:06:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["xhO7sPeBRASu01VwnW8Sig"], "issued_at": "2018-09-04T22:06:10.000000Z"}} 2018-09-04 22:06:10,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1fb0253ba185de749792531671fa5d8d8b10828" 2018-09-04 22:06:10,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c389e04d-fdb1-4c12-94ff-a83005e94dca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:10,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c389e04d-fdb1-4c12-94ff-a83005e94dca 2018-09-04 22:06:10,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:06:10,943 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:06:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:06:10,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1fb0253ba185de749792531671fa5d8d8b10828" 2018-09-04 22:06:11,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf86cfde-d869-4325-a87b-929166e65ed9 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:06:11,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-cf86cfde-d869-4325-a87b-929166e65ed9 2018-09-04 22:06:11,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1fb0253ba185de749792531671fa5d8d8b10828" 2018-09-04 22:06:11,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79fe5043-0f90-4828-8fb2-d7605dceddbe Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}]} 2018-09-04 22:06:11,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj used request id req-79fe5043-0f90-4828-8fb2-d7605dceddbe 2018-09-04 22:06:11,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1fb0253ba185de749792531671fa5d8d8b10828" 2018-09-04 22:06:11,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dc8387e-bbe9-4215-b921-9c862d1ecf9a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:06:11,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-9dc8387e-bbe9-4215-b921-9c862d1ecf9a 2018-09-04 22:06:11,592 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-a0c32563-5035-4bf-user 2018-09-04 22:06:11,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:11,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:06:11,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-230dae30-2a40-4f7f-91b0-b921a2978234 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:06:11,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-230dae30-2a40-4f7f-91b0-b921a2978234 2018-09-04 22:06:11,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" -d '{"role": {"name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}}' 2018-09-04 22:06:11,801 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:06:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b336c25-b41e-4dd6-8222-b0422a8c6abf Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "131aa7af80e14ac58ed8471419012b83", "links": {"self": "http://172.30.9.26:5000/v3/roles/131aa7af80e14ac58ed8471419012b83"}, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}} 2018-09-04 22:06:11,801 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-8b336c25-b41e-4dd6-8222-b0422a8c6abf 2018-09-04 22:06:11,802 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role 2018-09-04 22:06:11,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/131aa7af80e14ac58ed8471419012b83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:06:11,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61da61b7-01e6-4cd4-a120-c2564c487f01 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/131aa7af80e14ac58ed8471419012b83"}, "domain_id": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role", "id": "131aa7af80e14ac58ed8471419012b83"}} 2018-09-04 22:06:11,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/131aa7af80e14ac58ed8471419012b83 used request id req-61da61b7-01e6-4cd4-a120-c2564c487f01 2018-09-04 22:06:11,823 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role to project CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj 2018-09-04 22:06:11,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253/users/869b887d18cc40fd9ad65682ae3162e0/roles/131aa7af80e14ac58ed8471419012b83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:06:11,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:06:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5157ae10-2f3e-4264-a7d7-758ce381969a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:06:11,960 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253/users/869b887d18cc40fd9ad65682ae3162e0/roles/131aa7af80e14ac58ed8471419012b83 used request id req-5157ae10-2f3e-4264-a7d7-758ce381969a 2018-09-04 22:06:11,960 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:06:11,962 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:06:11,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:11,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:12,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "131aa7af80e14ac58ed8471419012b83", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}], "expires_at": "2018-09-04T23:06:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3d31fd1194046458396411d2e09b253", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-user", "id": "869b887d18cc40fd9ad65682ae3162e0"}, "audit_ids": ["ZL2DE4TOTq2K4AkgwbV6-Q"], "issued_at": "2018-09-04T22:06:12.000000Z"}} 2018-09-04 22:06:12,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f335b15170b771bd2d2a63681e2df8227b343f6f" 2018-09-04 22:06:12,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd708d8-cac8-4100-b9f0-9dde8e9c0769 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:12,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bbd708d8-cac8-4100-b9f0-9dde8e9c0769 2018-09-04 22:06:12,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f335b15170b771bd2d2a63681e2df8227b343f6f" 2018-09-04 22:06:12,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-20772329-b1e7-4f29-8354-09de0689aff6 Date: Tue, 04 Sep 2018 22:06:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be"} 2018-09-04 22:06:12,677 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be used request id req-20772329-b1e7-4f29-8354-09de0689aff6 2018-09-04 22:06:12,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f335b15170b771bd2d2a63681e2df8227b343f6f" 2018-09-04 22:06:12,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8267e29e-fab3-44ad-ae4b-978872b76f75 Date: Tue, 04 Sep 2018 22:06:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:06:12,835 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-8267e29e-fab3-44ad-ae4b-978872b76f75 2018-09-04 22:06:12,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f335b15170b771bd2d2a63681e2df8227b343f6f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be"}' 2018-09-04 22:06:13,062 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/c3001948-ebae-49a3-937e-8064c980419f X-Openstack-Request-Id: req-5d281433-ff84-454e-b523-4c1c48860271 Date: Tue, 04 Sep 2018 22:06:13 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:06:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:06:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/c3001948-ebae-49a3-937e-8064c980419f", "min_disk": 0, "protected": false, "id": "c3001948-ebae-49a3-937e-8064c980419f", "file": "/v2/images/c3001948-ebae-49a3-937e-8064c980419f/file", "checksum": null, "owner": "d3d31fd1194046458396411d2e09b253", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:06:13,062 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-5d281433-ff84-454e-b523-4c1c48860271 2018-09-04 22:06:13,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/c3001948-ebae-49a3-937e-8064c980419f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f335b15170b771bd2d2a63681e2df8227b343f6f" -d '' 2018-09-04 22:06:15,153 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-774ade2d-7c16-47c4-ba03-8606609d38df Date: Tue, 04 Sep 2018 22:06:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:06:15,153 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/c3001948-ebae-49a3-937e-8064c980419f/file used request id req-774ade2d-7c16-47c4-ba03-8606609d38df 2018-09-04 22:06:15,153 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:06:15,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/c3001948-ebae-49a3-937e-8064c980419f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f335b15170b771bd2d2a63681e2df8227b343f6f" 2018-09-04 22:06:15,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-9c9c7a75-a15a-4e81-8ba0-e862aff0753a Date: Tue, 04 Sep 2018 22:06:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:06:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:06:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c3001948-ebae-49a3-937e-8064c980419f/snap", "metadata": {}}], "self": "/v2/images/c3001948-ebae-49a3-937e-8064c980419f", "min_disk": 0, "protected": false, "id": "c3001948-ebae-49a3-937e-8064c980419f", "file": "/v2/images/c3001948-ebae-49a3-937e-8064c980419f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d3d31fd1194046458396411d2e09b253", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c3001948-ebae-49a3-937e-8064c980419f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:06:15,333 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/c3001948-ebae-49a3-937e-8064c980419f used request id req-9c9c7a75-a15a-4e81-8ba0-e862aff0753a 2018-09-04 22:06:15,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f335b15170b771bd2d2a63681e2df8227b343f6f" 2018-09-04 22:06:15,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0ee162a1-2cf3-490b-8a72-e0afeadc98e4 Date: Tue, 04 Sep 2018 22:06:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:06:15,487 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-0ee162a1-2cf3-490b-8a72-e0afeadc98e4 2018-09-04 22:06:15,490 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be 2018-09-04 22:06:15,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/c3001948-ebae-49a3-937e-8064c980419f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f335b15170b771bd2d2a63681e2df8227b343f6f" 2018-09-04 22:06:15,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-ced818bb-0112-4f7f-a3a9-ce5dda55dfc2 Date: Tue, 04 Sep 2018 22:06:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:06:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:06:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c3001948-ebae-49a3-937e-8064c980419f/snap", "metadata": {}}], "self": "/v2/images/c3001948-ebae-49a3-937e-8064c980419f", "min_disk": 0, "protected": false, "id": "c3001948-ebae-49a3-937e-8064c980419f", "file": "/v2/images/c3001948-ebae-49a3-937e-8064c980419f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d3d31fd1194046458396411d2e09b253", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c3001948-ebae-49a3-937e-8064c980419f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:06:15,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/c3001948-ebae-49a3-937e-8064c980419f used request id req-ced818bb-0112-4f7f-a3a9-ce5dda55dfc2 2018-09-04 22:06:15,665 - create_image - DEBUG - Instance status is - active 2018-09-04 22:06:15,665 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be 2018-09-04 22:06:15,665 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be 2018-09-04 22:06:15,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:15,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:16,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "131aa7af80e14ac58ed8471419012b83", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}], "expires_at": "2018-09-04T23:06:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3d31fd1194046458396411d2e09b253", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-user", "id": "869b887d18cc40fd9ad65682ae3162e0"}, "audit_ids": ["Kt968yOyR0a962h1bjxfwQ"], "issued_at": "2018-09-04T22:06:16.000000Z"}} 2018-09-04 22:06:16,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b3c895f0d07670983280a62cf6ef0f21d928a4" 2018-09-04 22:06:16,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-928ebabc-1a4f-40f9-a63a-533d31ea14fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:16,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-928ebabc-1a4f-40f9-a63a-533d31ea14fe 2018-09-04 22:06:16,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b3c895f0d07670983280a62cf6ef0f21d928a4" 2018-09-04 22:06:16,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-08501961-c6bb-4420-9282-4ba51d6b3a64 Date: Tue, 04 Sep 2018 22:06:16 GMT RESP BODY: {"networks":[]} 2018-09-04 22:06:16,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 used request id req-08501961-c6bb-4420-9282-4ba51d6b3a64 2018-09-04 22:06:16,379 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 2018-09-04 22:06:16,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b3c895f0d07670983280a62cf6ef0f21d928a4" -d '{"network": {"name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1", "admin_state_up": true}}' 2018-09-04 22:06:17,003 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-02fd99db-425b-4080-9075-65362a5f3c7d Date: Tue, 04 Sep 2018 22:06:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5219465d-a105-43c4-83ed-85043834db4f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:06:16Z","is_default":false,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:16Z","mtu":1450}} 2018-09-04 22:06:17,003 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-02fd99db-425b-4080-9075-65362a5f3c7d 2018-09-04 22:06:17,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b3c895f0d07670983280a62cf6ef0f21d928a4" 2018-09-04 22:06:17,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-24de18e9-731d-46af-bbf3-06b91357c5ab Date: Tue, 04 Sep 2018 22:06:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:06:16Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"5219465d-a105-43c4-83ed-85043834db4f","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1"}]} 2018-09-04 22:06:17,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5219465d-a105-43c4-83ed-85043834db4f used request id req-24de18e9-731d-46af-bbf3-06b91357c5ab 2018-09-04 22:06:17,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b3c895f0d07670983280a62cf6ef0f21d928a4" 2018-09-04 22:06:17,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4963b02f-8fa0-4436-8119-a278a93eb62a Date: Tue, 04 Sep 2018 22:06:17 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:06:17,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f used request id req-4963b02f-8fa0-4436-8119-a278a93eb62a 2018-09-04 22:06:17,418 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1 2018-09-04 22:06:17,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b3c895f0d07670983280a62cf6ef0f21d928a4" -d '{"subnets": [{"ip_version": 4, "network_id": "5219465d-a105-43c4-83ed-85043834db4f", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]}' 2018-09-04 22:06:18,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6bb7c167-34b4-4eaf-b4c6-801d9d503ecd Date: Tue, 04 Sep 2018 22:06:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:06:18,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-6bb7c167-34b4-4eaf-b4c6-801d9d503ecd 2018-09-04 22:06:18,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b3c895f0d07670983280a62cf6ef0f21d928a4" 2018-09-04 22:06:18,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-571fed73-369f-44e9-9ee6-13169705a2ba Date: Tue, 04 Sep 2018 22:06:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dec4ac9d-0daf-452b-af93-e400f98d295f"],"updated_at":"2018-09-04T22:06:17Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"5219465d-a105-43c4-83ed-85043834db4f","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1"}]} 2018-09-04 22:06:18,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5219465d-a105-43c4-83ed-85043834db4f used request id req-571fed73-369f-44e9-9ee6-13169705a2ba 2018-09-04 22:06:18,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b3c895f0d07670983280a62cf6ef0f21d928a4" 2018-09-04 22:06:18,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-11a372ed-6d2f-4a19-972d-8ee55ed60ae9 Date: Tue, 04 Sep 2018 22:06:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:06:18,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f used request id req-11a372ed-6d2f-4a19-972d-8ee55ed60ae9 2018-09-04 22:06:18,713 - OpenStackNetwork - DEBUG - Network [5219465d-a105-43c4-83ed-85043834db4f] created successfully 2018-09-04 22:06:18,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:18,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:19,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "131aa7af80e14ac58ed8471419012b83", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}], "expires_at": "2018-09-04T23:06:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3d31fd1194046458396411d2e09b253", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-user", "id": "869b887d18cc40fd9ad65682ae3162e0"}, "audit_ids": ["shrI7_B2Toe87FqHaaVlsg"], "issued_at": "2018-09-04T22:06:19.000000Z"}} 2018-09-04 22:06:19,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d5979d0c02ed2a992e814a1735dddc39aa37e2" 2018-09-04 22:06:19,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0da30eed-3c43-419a-866c-842cb4d6de1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:19,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0da30eed-3c43-419a-866c-842cb4d6de1a 2018-09-04 22:06:19,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d5979d0c02ed2a992e814a1735dddc39aa37e2" 2018-09-04 22:06:19,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0a210742-4aae-4706-a6c4-9a3f5bf70444 Date: Tue, 04 Sep 2018 22:06:19 GMT RESP BODY: {"networks":[]} 2018-09-04 22:06:19,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 used request id req-0a210742-4aae-4706-a6c4-9a3f5bf70444 2018-09-04 22:06:19,346 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 2018-09-04 22:06:19,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d5979d0c02ed2a992e814a1735dddc39aa37e2" -d '{"network": {"name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2", "admin_state_up": true}}' 2018-09-04 22:06:19,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-c7541418-aca2-4d8b-8162-c9821714ad9d Date: Tue, 04 Sep 2018 22:06:19 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:06:19Z","is_default":false,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","mtu":1450}} 2018-09-04 22:06:19,788 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-c7541418-aca2-4d8b-8162-c9821714ad9d 2018-09-04 22:06:19,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d5979d0c02ed2a992e814a1735dddc39aa37e2" 2018-09-04 22:06:20,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-3690a27e-76aa-4978-9fbb-135a2b335e53 Date: Tue, 04 Sep 2018 22:06:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:06:19Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2"}]} 2018-09-04 22:06:20,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-3690a27e-76aa-4978-9fbb-135a2b335e53 2018-09-04 22:06:20,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d5979d0c02ed2a992e814a1735dddc39aa37e2" 2018-09-04 22:06:20,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3dd8fcc3-4ff6-4213-bc75-0a392411bf71 Date: Tue, 04 Sep 2018 22:06:20 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:06:20,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-3dd8fcc3-4ff6-4213-bc75-0a392411bf71 2018-09-04 22:06:20,200 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2 2018-09-04 22:06:20,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d5979d0c02ed2a992e814a1735dddc39aa37e2" -d '{"subnets": [{"ip_version": 4, "network_id": "21d63f08-010a-4220-b1ca-c2ad59ee70fd", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]}' 2018-09-04 22:06:20,758 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-67faaa5a-4a1f-462b-b5f1-37be8434ba5c Date: Tue, 04 Sep 2018 22:06:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:06:20,759 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-67faaa5a-4a1f-462b-b5f1-37be8434ba5c 2018-09-04 22:06:20,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d5979d0c02ed2a992e814a1735dddc39aa37e2" 2018-09-04 22:06:21,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-d79ede5f-8ee6-4fe4-9b84-d6f559163254 Date: Tue, 04 Sep 2018 22:06:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e4d5b59-8f3c-4208-82e3-110320360874"],"updated_at":"2018-09-04T22:06:20Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2"}]} 2018-09-04 22:06:21,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-d79ede5f-8ee6-4fe4-9b84-d6f559163254 2018-09-04 22:06:21,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d5979d0c02ed2a992e814a1735dddc39aa37e2" 2018-09-04 22:06:21,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7761b9b3-6242-4295-b6a8-50393551abe7 Date: Tue, 04 Sep 2018 22:06:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:06:21,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-7761b9b3-6242-4295-b6a8-50393551abe7 2018-09-04 22:06:21,205 - OpenStackNetwork - DEBUG - Network [21d63f08-010a-4220-b1ca-c2ad59ee70fd] created successfully 2018-09-04 22:06:21,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:21,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:21,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "131aa7af80e14ac58ed8471419012b83", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}], "expires_at": "2018-09-04T23:06:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3d31fd1194046458396411d2e09b253", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-user", "id": "869b887d18cc40fd9ad65682ae3162e0"}, "audit_ids": ["h1Jg5AsyRKCevUKbaeSpaA"], "issued_at": "2018-09-04T22:06:21.000000Z"}} 2018-09-04 22:06:21,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:21,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb03bea3-0cfa-460c-b25c-111e4be823fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:21,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cb03bea3-0cfa-460c-b25c-111e4be823fb 2018-09-04 22:06:21,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:21,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f2283f4e-f152-41e8-90d0-9f979ba75f63 Date: Tue, 04 Sep 2018 22:06:21 GMT RESP BODY: {"routers": []} 2018-09-04 22:06:21,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router&admin_state_up=True used request id req-f2283f4e-f152-41e8-90d0-9f979ba75f63 2018-09-04 22:06:21,881 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:21,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:22,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "131aa7af80e14ac58ed8471419012b83", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}], "expires_at": "2018-09-04T23:06:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3d31fd1194046458396411d2e09b253", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-user", "id": "869b887d18cc40fd9ad65682ae3162e0"}, "audit_ids": ["c4lBhYL7TLyOUH-71JSIjg"], "issued_at": "2018-09-04T22:06:22.000000Z"}} 2018-09-04 22:06:22,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51875552c9ba5dc36c334014e60e2a6fcf5d023" 2018-09-04 22:06:22,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aca26b9c-7379-4464-94e6-3393efca7ba2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:22,330 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-aca26b9c-7379-4464-94e6-3393efca7ba2 2018-09-04 22:06:22,332 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router 2018-09-04 22:06:22,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" -d '{"router": {"name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router", "admin_state_up": true}}' 2018-09-04 22:06:26,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-503ad7d4-46a5-4af4-81f2-4fab5a2a0f59 Date: Tue, 04 Sep 2018 22:06:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:23Z", "admin_state_up": true, "updated_at": "2018-09-04T22:06:23Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "d3d31fd1194046458396411d2e09b253", "id": "f41e4ad1-9cd2-424c-a01d-60d87cc1960a", "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router"}} 2018-09-04 22:06:26,091 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-503ad7d4-46a5-4af4-81f2-4fab5a2a0f59 2018-09-04 22:06:26,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=f41e4ad1-9cd2-424c-a01d-60d87cc1960a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:26,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-54b38a34-ca3d-4c97-aaf8-40a05177f136 Date: Tue, 04 Sep 2018 22:06:26 GMT RESP BODY: {"ports":[]} 2018-09-04 22:06:26,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=f41e4ad1-9cd2-424c-a01d-60d87cc1960a used request id req-54b38a34-ca3d-4c97-aaf8-40a05177f136 2018-09-04 22:06:26,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:26,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-8f84711e-6fc8-471a-8dd5-2a12b34d23d6 Date: Tue, 04 Sep 2018 22:06:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dec4ac9d-0daf-452b-af93-e400f98d295f"],"updated_at":"2018-09-04T22:06:17Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"5219465d-a105-43c4-83ed-85043834db4f","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1"}]} 2018-09-04 22:06:26,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 used request id req-8f84711e-6fc8-471a-8dd5-2a12b34d23d6 2018-09-04 22:06:26,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:06:26,611 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:06:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:06:26,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:26,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-034e63ed-ef3b-4baa-bacf-4e09d71b4380 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:06:26,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-034e63ed-ef3b-4baa-bacf-4e09d71b4380 2018-09-04 22:06:26,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:26,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-05ca7b4a-d747-4574-b00e-f61e79e273c6 Date: Tue, 04 Sep 2018 22:06:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:06:26,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f used request id req-05ca7b4a-d747-4574-b00e-f61e79e273c6 2018-09-04 22:06:26,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=5219465d-a105-43c4-83ed-85043834db4f&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:27,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9efb0af8-9526-4797-b252-4058a2454cc2 Date: Tue, 04 Sep 2018 22:06:27 GMT RESP BODY: {"ports":[]} 2018-09-04 22:06:27,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=5219465d-a105-43c4-83ed-85043834db4f&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port1&admin_state_up=True used request id req-9efb0af8-9526-4797-b252-4058a2454cc2 2018-09-04 22:06:27,090 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port1 for router - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router 2018-09-04 22:06:27,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:27,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:27,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "131aa7af80e14ac58ed8471419012b83", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}], "expires_at": "2018-09-04T23:06:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3d31fd1194046458396411d2e09b253", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-user", "id": "869b887d18cc40fd9ad65682ae3162e0"}, "audit_ids": ["B0jJ0yHWSGGIcDf9lop8DA"], "issued_at": "2018-09-04T22:06:27.000000Z"}} 2018-09-04 22:06:27,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60bbadb0c712858f1f8ff4edf640b1b89601b764" 2018-09-04 22:06:27,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d79fd76f-198b-4d6d-be82-cb7ca7697670 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:27,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d79fd76f-198b-4d6d-be82-cb7ca7697670 2018-09-04 22:06:27,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:27,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-eaaf5b93-5383-4f5a-84f5-29f9dacac624 Date: Tue, 04 Sep 2018 22:06:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dec4ac9d-0daf-452b-af93-e400f98d295f"],"updated_at":"2018-09-04T22:06:17Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"5219465d-a105-43c4-83ed-85043834db4f","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1"}]} 2018-09-04 22:06:27,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 used request id req-eaaf5b93-5383-4f5a-84f5-29f9dacac624 2018-09-04 22:06:27,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:28,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-13b13e03-2416-42db-a39b-8a012138835c Date: Tue, 04 Sep 2018 22:06:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:06:28,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f used request id req-13b13e03-2416-42db-a39b-8a012138835c 2018-09-04 22:06:28,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:28,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-0e5e850f-a96b-43cf-8214-8c1a21aae06e Date: Tue, 04 Sep 2018 22:06:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dec4ac9d-0daf-452b-af93-e400f98d295f"],"updated_at":"2018-09-04T22:06:17Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"5219465d-a105-43c4-83ed-85043834db4f","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1"}]} 2018-09-04 22:06:28,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 used request id req-0e5e850f-a96b-43cf-8214-8c1a21aae06e 2018-09-04 22:06:28,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:06:28,442 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:06:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:06:28,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60bbadb0c712858f1f8ff4edf640b1b89601b764" 2018-09-04 22:06:28,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30ed4c9c-70cd-4a50-9642-4a1a2bfaa7c8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:06:28,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-30ed4c9c-70cd-4a50-9642-4a1a2bfaa7c8 2018-09-04 22:06:28,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:28,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b8d564f9-3170-40fc-a2fd-ae97ad7f1781 Date: Tue, 04 Sep 2018 22:06:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:06:28,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f used request id req-b8d564f9-3170-40fc-a2fd-ae97ad7f1781 2018-09-04 22:06:28,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:28,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-845c72ca-789e-4496-8d68-5cd111e5abd9 Date: Tue, 04 Sep 2018 22:06:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:06:28,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1 used request id req-845c72ca-789e-4496-8d68-5cd111e5abd9 2018-09-04 22:06:28,816 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 2018-09-04 22:06:28,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" -d '{"port": {"network_id": "5219465d-a105-43c4-83ed-85043834db4f", "fixed_ips": [{"subnet_id": "dec4ac9d-0daf-452b-af93-e400f98d295f", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port1", "admin_state_up": true}}' 2018-09-04 22:06:29,806 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-1bade1c8-cf24-4424-b2f5-63020a03784a Date: Tue, 04 Sep 2018 22:06:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dec4ac9d-0daf-452b-af93-e400f98d295f","ip_address":"10.200.201.1"}],"id":"ceb5931a-d218-468f-88f2-dd71e595bae9","security_groups":["d97c7a31-fe7b-45ad-8f71-440dfeb8d427"],"mac_address":"fa:16:3e:30:d3:e8","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port1","project_id":"d3d31fd1194046458396411d2e09b253","qos_policy_id":null,"admin_state_up":true,"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:29Z","binding:vnic_type":"normal"}} 2018-09-04 22:06:29,806 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-1bade1c8-cf24-4424-b2f5-63020a03784a 2018-09-04 22:06:29,806 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port1 for router - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router 2018-09-04 22:06:29,807 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router 2018-09-04 22:06:29,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/f41e4ad1-9cd2-424c-a01d-60d87cc1960a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" -d '{"port_id": "ceb5931a-d218-468f-88f2-dd71e595bae9"}' 2018-09-04 22:06:31,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-aa3f2973-0be6-4c0f-9340-30cbe0be9299 Date: Tue, 04 Sep 2018 22:06:31 GMT RESP BODY: {"network_id": "5219465d-a105-43c4-83ed-85043834db4f", "tenant_id": "d3d31fd1194046458396411d2e09b253", "subnet_id": "dec4ac9d-0daf-452b-af93-e400f98d295f", "subnet_ids": ["dec4ac9d-0daf-452b-af93-e400f98d295f"], "port_id": "ceb5931a-d218-468f-88f2-dd71e595bae9", "id": "f41e4ad1-9cd2-424c-a01d-60d87cc1960a"} 2018-09-04 22:06:31,536 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/f41e4ad1-9cd2-424c-a01d-60d87cc1960a/add_router_interface used request id req-aa3f2973-0be6-4c0f-9340-30cbe0be9299 2018-09-04 22:06:31,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:31,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-16671e33-5a89-448c-81f6-5c729583d273 Date: Tue, 04 Sep 2018 22:06:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e4d5b59-8f3c-4208-82e3-110320360874"],"updated_at":"2018-09-04T22:06:20Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2"}]} 2018-09-04 22:06:31,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 used request id req-16671e33-5a89-448c-81f6-5c729583d273 2018-09-04 22:06:31,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:31,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59081305-0e6e-42b1-a9d5-00078f0fd95b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:06:31,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-59081305-0e6e-42b1-a9d5-00078f0fd95b 2018-09-04 22:06:31,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:32,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-421787d6-6cbd-4d82-825e-5922c429a78d Date: Tue, 04 Sep 2018 22:06:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:06:32,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-421787d6-6cbd-4d82-825e-5922c429a78d 2018-09-04 22:06:32,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:32,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-77bbb51a-94fd-468e-b759-b949e48d94dc Date: Tue, 04 Sep 2018 22:06:32 GMT RESP BODY: {"ports":[]} 2018-09-04 22:06:32,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port2&admin_state_up=True used request id req-77bbb51a-94fd-468e-b759-b949e48d94dc 2018-09-04 22:06:32,351 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port2 for router - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router 2018-09-04 22:06:32,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:32,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:32,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "131aa7af80e14ac58ed8471419012b83", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}], "expires_at": "2018-09-04T23:06:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3d31fd1194046458396411d2e09b253", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-user", "id": "869b887d18cc40fd9ad65682ae3162e0"}, "audit_ids": ["xo9U6AoRQG62VoGJxmsb6w"], "issued_at": "2018-09-04T22:06:32.000000Z"}} 2018-09-04 22:06:32,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46662c1eed4aad6d10e9f81f1890a86c4fe5f0ca" 2018-09-04 22:06:32,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d624047e-b44e-4161-b026-68f2fee4b5ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:32,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d624047e-b44e-4161-b026-68f2fee4b5ee 2018-09-04 22:06:32,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:33,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-5bf24f51-76ba-40cf-8086-4b55b44548ba Date: Tue, 04 Sep 2018 22:06:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e4d5b59-8f3c-4208-82e3-110320360874"],"updated_at":"2018-09-04T22:06:20Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2"}]} 2018-09-04 22:06:33,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 used request id req-5bf24f51-76ba-40cf-8086-4b55b44548ba 2018-09-04 22:06:33,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:33,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d95a9001-b9c5-4608-92af-42ffeb1340eb Date: Tue, 04 Sep 2018 22:06:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:06:33,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-d95a9001-b9c5-4608-92af-42ffeb1340eb 2018-09-04 22:06:33,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:33,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-9fed50eb-70e6-40ae-abfd-c327420ba439 Date: Tue, 04 Sep 2018 22:06:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e4d5b59-8f3c-4208-82e3-110320360874"],"updated_at":"2018-09-04T22:06:20Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2"}]} 2018-09-04 22:06:33,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 used request id req-9fed50eb-70e6-40ae-abfd-c327420ba439 2018-09-04 22:06:33,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:06:33,478 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:06:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:06:33,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46662c1eed4aad6d10e9f81f1890a86c4fe5f0ca" 2018-09-04 22:06:33,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d0605f-8d08-487d-a491-37ecd49f110c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:06:33,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-66d0605f-8d08-487d-a491-37ecd49f110c 2018-09-04 22:06:33,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:33,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f6d31238-0778-433c-b655-c5904b74726b Date: Tue, 04 Sep 2018 22:06:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:06:33,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-f6d31238-0778-433c-b655-c5904b74726b 2018-09-04 22:06:33,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:33,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1391cb9a-6f2f-43a7-acb9-92afac980aa1 Date: Tue, 04 Sep 2018 22:06:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:06:33,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2 used request id req-1391cb9a-6f2f-43a7-acb9-92afac980aa1 2018-09-04 22:06:33,677 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 2018-09-04 22:06:33,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" -d '{"port": {"network_id": "21d63f08-010a-4220-b1ca-c2ad59ee70fd", "fixed_ips": [{"subnet_id": "2e4d5b59-8f3c-4208-82e3-110320360874", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port2", "admin_state_up": true}}' 2018-09-04 22:06:34,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-b261e602-4d65-4339-9eb3-ef674b7d5072 Date: Tue, 04 Sep 2018 22:06:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e4d5b59-8f3c-4208-82e3-110320360874","ip_address":"10.200.202.1"}],"id":"8d42dc62-1633-4d65-bfbc-4e1e0ad7840d","security_groups":["d97c7a31-fe7b-45ad-8f71-440dfeb8d427"],"mac_address":"fa:16:3e:4f:e2:7f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port2","project_id":"d3d31fd1194046458396411d2e09b253","qos_policy_id":null,"admin_state_up":true,"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:33Z","binding:vnic_type":"normal"}} 2018-09-04 22:06:34,662 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-b261e602-4d65-4339-9eb3-ef674b7d5072 2018-09-04 22:06:34,663 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port2 for router - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router 2018-09-04 22:06:34,663 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router 2018-09-04 22:06:34,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/f41e4ad1-9cd2-424c-a01d-60d87cc1960a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" -d '{"port_id": "8d42dc62-1633-4d65-bfbc-4e1e0ad7840d"}' 2018-09-04 22:06:36,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-63a782e8-6aa5-48fb-be6c-6e926f879f61 Date: Tue, 04 Sep 2018 22:06:36 GMT RESP BODY: {"network_id": "21d63f08-010a-4220-b1ca-c2ad59ee70fd", "tenant_id": "d3d31fd1194046458396411d2e09b253", "subnet_id": "2e4d5b59-8f3c-4208-82e3-110320360874", "subnet_ids": ["2e4d5b59-8f3c-4208-82e3-110320360874"], "port_id": "8d42dc62-1633-4d65-bfbc-4e1e0ad7840d", "id": "f41e4ad1-9cd2-424c-a01d-60d87cc1960a"} 2018-09-04 22:06:36,336 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/f41e4ad1-9cd2-424c-a01d-60d87cc1960a/add_router_interface used request id req-63a782e8-6aa5-48fb-be6c-6e926f879f61 2018-09-04 22:06:36,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/f41e4ad1-9cd2-424c-a01d-60d87cc1960a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:36,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-168011a6-9d3a-4ca0-9af0-8d99bb434f51 Date: Tue, 04 Sep 2018 22:06:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:23Z", "admin_state_up": true, "updated_at": "2018-09-04T22:06:35Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "d3d31fd1194046458396411d2e09b253", "id": "f41e4ad1-9cd2-424c-a01d-60d87cc1960a", "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router"}} 2018-09-04 22:06:36,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/f41e4ad1-9cd2-424c-a01d-60d87cc1960a used request id req-168011a6-9d3a-4ca0-9af0-8d99bb434f51 2018-09-04 22:06:36,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=f41e4ad1-9cd2-424c-a01d-60d87cc1960a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:36,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1728 X-Openstack-Request-Id: req-fc40e9e2-b2e7-4fad-9ca5-63464bf7b4f7 Date: Tue, 04 Sep 2018 22:06:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:35Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e4d5b59-8f3c-4208-82e3-110320360874","ip_address":"10.200.202.1"}],"id":"8d42dc62-1633-4d65-bfbc-4e1e0ad7840d","security_groups":["d97c7a31-fe7b-45ad-8f71-440dfeb8d427"],"mac_address":"fa:16:3e:4f:e2:7f","project_id":"d3d31fd1194046458396411d2e09b253","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port2","admin_state_up":true,"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:33Z","binding:vnic_type":"normal","device_id":"f41e4ad1-9cd2-424c-a01d-60d87cc1960a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dec4ac9d-0daf-452b-af93-e400f98d295f","ip_address":"10.200.201.1"}],"id":"ceb5931a-d218-468f-88f2-dd71e595bae9","security_groups":["d97c7a31-fe7b-45ad-8f71-440dfeb8d427"],"mac_address":"fa:16:3e:30:d3:e8","project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port1","admin_state_up":true,"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:29Z","binding:vnic_type":"normal","device_id":"f41e4ad1-9cd2-424c-a01d-60d87cc1960a"}]} 2018-09-04 22:06:36,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=f41e4ad1-9cd2-424c-a01d-60d87cc1960a used request id req-fc40e9e2-b2e7-4fad-9ca5-63464bf7b4f7 2018-09-04 22:06:36,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/dec4ac9d-0daf-452b-af93-e400f98d295f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:36,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-23b1703e-1c41-4864-ae68-fda4727d7390 Date: Tue, 04 Sep 2018 22:06:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}} 2018-09-04 22:06:36,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/dec4ac9d-0daf-452b-af93-e400f98d295f used request id req-23b1703e-1c41-4864-ae68-fda4727d7390 2018-09-04 22:06:36,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/2e4d5b59-8f3c-4208-82e3-110320360874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:06:37,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-672b07c1-ebb1-4015-9eda-e9fb522a014e Date: Tue, 04 Sep 2018 22:06:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}} 2018-09-04 22:06:37,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/2e4d5b59-8f3c-4208-82e3-110320360874 used request id req-672b07c1-ebb1-4015-9eda-e9fb522a014e 2018-09-04 22:06:37,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:37,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:37,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:06:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Q0cgc_SlQTqS_Pm0RUN6pQ"], "issued_at": "2018-09-04T22:06:37.000000Z"}} 2018-09-04 22:06:37,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}378cf2f020e31ff38204b5d596b70927f9c75b62" 2018-09-04 22:06:37,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa4e5d9a-e13e-4b9e-828f-141f6a3ae317 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:37,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fa4e5d9a-e13e-4b9e-828f-141f6a3ae317 2018-09-04 22:06:37,698 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:06:37,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}378cf2f020e31ff38204b5d596b70927f9c75b62" 2018-09-04 22:06:37,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-279bbad5-b954-4924-9902-1a27e2ccbe04 x-compute-request-id: req-279bbad5-b954-4924-9902-1a27e2ccbe04 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:06:37,882 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-279bbad5-b954-4924-9902-1a27e2ccbe04 2018-09-04 22:06:37,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}378cf2f020e31ff38204b5d596b70927f9c75b62" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2018-09-04 22:06:37,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b10632a5-2314-4b9b-a431-3879b763e96d x-compute-request-id: req-b10632a5-2314-4b9b-a431-3879b763e96d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "607fa232-833a-4454-8247-0e9c8259d7e2", "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:06:37,954 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b10632a5-2314-4b9b-a431-3879b763e96d 2018-09-04 22:06:37,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:37,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:38,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "131aa7af80e14ac58ed8471419012b83", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}], "expires_at": "2018-09-04T23:06:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3d31fd1194046458396411d2e09b253", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-user", "id": "869b887d18cc40fd9ad65682ae3162e0"}, "audit_ids": ["y2ygPNN3QI-8dJhkHRVCiA"], "issued_at": "2018-09-04T22:06:38.000000Z"}} 2018-09-04 22:06:38,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:38,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eabe97a-fee8-4fec-954d-4c5b5a3f19ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:38,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0eabe97a-fee8-4fec-954d-4c5b5a3f19ba 2018-09-04 22:06:38,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:38,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-34cca468-400d-4ac3-a80c-fe8e4aa04ae7 Date: Tue, 04 Sep 2018 22:06:38 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:06:38,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp used request id req-34cca468-400d-4ac3-a80c-fe8e4aa04ae7 2018-09-04 22:06:38,598 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp... 2018-09-04 22:06:38,598 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp 2018-09-04 22:06:38,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp"}}' 2018-09-04 22:06:38,952 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-788d1021-1116-49d1-9823-9c85ec1f2250 Date: Tue, 04 Sep 2018 22:06:38 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "updated_at": "2018-09-04T22:06:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "revision_number": 0, "id": "6f9414e6-7165-450c-99a4-9d560e313e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3d31fd1194046458396411d2e09b253"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "revision_number": 0, "id": "b4f702bf-73be-404a-8bd0-ea07aa9355d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3d31fd1194046458396411d2e09b253"}], "revision_number": 2, "project_id": "d3d31fd1194046458396411d2e09b253", "id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp"}} 2018-09-04 22:06:38,952 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-788d1021-1116-49d1-9823-9c85ec1f2250 2018-09-04 22:06:38,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b360248d-f5f8-48a5-888e-1cfec6ceee03 2018-09-04 22:06:38,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b360248d-f5f8-48a5-888e-1cfec6ceee03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:39,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e6ce8f78-d8df-4db2-b69c-395525cd6f09 Date: Tue, 04 Sep 2018 22:06:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "6f9414e6-7165-450c-99a4-9d560e313e53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "b4f702bf-73be-404a-8bd0-ea07aa9355d4"}]} 2018-09-04 22:06:39,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b360248d-f5f8-48a5-888e-1cfec6ceee03 used request id req-e6ce8f78-d8df-4db2-b69c-395525cd6f09 2018-09-04 22:06:39,130 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b360248d-f5f8-48a5-888e-1cfec6ceee03 2018-09-04 22:06:39,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b360248d-f5f8-48a5-888e-1cfec6ceee03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:39,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-66abdf17-fc7f-4254-8a93-e09ebd449d14 Date: Tue, 04 Sep 2018 22:06:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "6f9414e6-7165-450c-99a4-9d560e313e53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "b4f702bf-73be-404a-8bd0-ea07aa9355d4"}]} 2018-09-04 22:06:39,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b360248d-f5f8-48a5-888e-1cfec6ceee03 used request id req-66abdf17-fc7f-4254-8a93-e09ebd449d14 2018-09-04 22:06:39,312 - neutron_utils - INFO - Retrieving security group with ID - b360248d-f5f8-48a5-888e-1cfec6ceee03 2018-09-04 22:06:39,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=b360248d-f5f8-48a5-888e-1cfec6ceee03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:39,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-22fbf54e-39b4-45a2-a398-0618f0b80dbb Date: Tue, 04 Sep 2018 22:06:39 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "updated_at": "2018-09-04T22:06:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "revision_number": 0, "id": "6f9414e6-7165-450c-99a4-9d560e313e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3d31fd1194046458396411d2e09b253"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "revision_number": 0, "id": "b4f702bf-73be-404a-8bd0-ea07aa9355d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3d31fd1194046458396411d2e09b253"}], "revision_number": 2, "project_id": "d3d31fd1194046458396411d2e09b253", "id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp"}]} 2018-09-04 22:06:39,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=b360248d-f5f8-48a5-888e-1cfec6ceee03 used request id req-22fbf54e-39b4-45a2-a398-0618f0b80dbb 2018-09-04 22:06:39,507 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b360248d-f5f8-48a5-888e-1cfec6ceee03 2018-09-04 22:06:39,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b360248d-f5f8-48a5-888e-1cfec6ceee03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:39,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c95a9b4e-f8be-453c-bdf3-d0f194331d3a Date: Tue, 04 Sep 2018 22:06:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "6f9414e6-7165-450c-99a4-9d560e313e53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "b4f702bf-73be-404a-8bd0-ea07aa9355d4"}]} 2018-09-04 22:06:39,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b360248d-f5f8-48a5-888e-1cfec6ceee03 used request id req-c95a9b4e-f8be-453c-bdf3-d0f194331d3a 2018-09-04 22:06:39,537 - neutron_utils - INFO - Retrieving security group with ID - b360248d-f5f8-48a5-888e-1cfec6ceee03 2018-09-04 22:06:39,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=b360248d-f5f8-48a5-888e-1cfec6ceee03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:39,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-38c80f2b-bff9-45f7-8d7a-aa37cce76ad5 Date: Tue, 04 Sep 2018 22:06:39 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "updated_at": "2018-09-04T22:06:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "revision_number": 0, "id": "6f9414e6-7165-450c-99a4-9d560e313e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3d31fd1194046458396411d2e09b253"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "revision_number": 0, "id": "b4f702bf-73be-404a-8bd0-ea07aa9355d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3d31fd1194046458396411d2e09b253"}], "revision_number": 2, "project_id": "d3d31fd1194046458396411d2e09b253", "id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp"}]} 2018-09-04 22:06:39,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=b360248d-f5f8-48a5-888e-1cfec6ceee03 used request id req-38c80f2b-bff9-45f7-8d7a-aa37cce76ad5 2018-09-04 22:06:39,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b360248d-f5f8-48a5-888e-1cfec6ceee03 2018-09-04 22:06:39,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b360248d-f5f8-48a5-888e-1cfec6ceee03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:39,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f9943d70-d6d3-4d73-846b-21b6a76dc76a Date: Tue, 04 Sep 2018 22:06:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "6f9414e6-7165-450c-99a4-9d560e313e53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "b4f702bf-73be-404a-8bd0-ea07aa9355d4"}]} 2018-09-04 22:06:39,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b360248d-f5f8-48a5-888e-1cfec6ceee03 used request id req-f9943d70-d6d3-4d73-846b-21b6a76dc76a 2018-09-04 22:06:39,774 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp 2018-09-04 22:06:39,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:39,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-a1522d52-8b2c-4a87-a0f7-dc18ecf6ac1c Date: Tue, 04 Sep 2018 22:06:39 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "updated_at": "2018-09-04T22:06:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "revision_number": 0, "id": "6f9414e6-7165-450c-99a4-9d560e313e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3d31fd1194046458396411d2e09b253"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "revision_number": 0, "id": "b4f702bf-73be-404a-8bd0-ea07aa9355d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3d31fd1194046458396411d2e09b253"}], "revision_number": 2, "project_id": "d3d31fd1194046458396411d2e09b253", "id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp"}]} 2018-09-04 22:06:39,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp used request id req-a1522d52-8b2c-4a87-a0f7-dc18ecf6ac1c 2018-09-04 22:06:39,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:06:39,976 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:06:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:06:39,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:39,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0fe86ce-e6a8-4407-aa20-6b6f66ed1d21 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:06:39,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-d0fe86ce-e6a8-4407-aa20-6b6f66ed1d21 2018-09-04 22:06:39,994 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b360248d-f5f8-48a5-888e-1cfec6ceee03 2018-09-04 22:06:40,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b360248d-f5f8-48a5-888e-1cfec6ceee03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:40,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6d103e56-12e8-4ed2-9ab3-fa5e7f88962e Date: Tue, 04 Sep 2018 22:06:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "6f9414e6-7165-450c-99a4-9d560e313e53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "b4f702bf-73be-404a-8bd0-ea07aa9355d4"}]} 2018-09-04 22:06:40,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b360248d-f5f8-48a5-888e-1cfec6ceee03 used request id req-6d103e56-12e8-4ed2-9ab3-fa5e7f88962e 2018-09-04 22:06:40,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03"}}' 2018-09-04 22:06:40,480 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-3ed6e2ff-fa32-4b6a-a81d-3ae0b9658ca6 Date: Tue, 04 Sep 2018 22:06:40 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:40Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:40Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "9cbce256-8abb-4162-b9b6-531a2760555d"}} 2018-09-04 22:06:40,480 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-3ed6e2ff-fa32-4b6a-a81d-3ae0b9658ca6 2018-09-04 22:06:40,480 - neutron_utils - INFO - Retrieving security group with ID - b360248d-f5f8-48a5-888e-1cfec6ceee03 2018-09-04 22:06:40,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=b360248d-f5f8-48a5-888e-1cfec6ceee03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:40,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-75654059-b6c3-46c2-80f7-5727da7615a2 Date: Tue, 04 Sep 2018 22:06:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "updated_at": "2018-09-04T22:06:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "revision_number": 0, "id": "6f9414e6-7165-450c-99a4-9d560e313e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3d31fd1194046458396411d2e09b253"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:40Z", "revision_number": 0, "id": "9cbce256-8abb-4162-b9b6-531a2760555d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:40Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3d31fd1194046458396411d2e09b253"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "revision_number": 0, "id": "b4f702bf-73be-404a-8bd0-ea07aa9355d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3d31fd1194046458396411d2e09b253"}], "revision_number": 3, "project_id": "d3d31fd1194046458396411d2e09b253", "id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp"}]} 2018-09-04 22:06:40,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=b360248d-f5f8-48a5-888e-1cfec6ceee03 used request id req-75654059-b6c3-46c2-80f7-5727da7615a2 2018-09-04 22:06:40,693 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b360248d-f5f8-48a5-888e-1cfec6ceee03 2018-09-04 22:06:40,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b360248d-f5f8-48a5-888e-1cfec6ceee03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:06:40,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-92b7dd03-5eaf-44ee-a10d-1349a34444d7 Date: Tue, 04 Sep 2018 22:06:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "6f9414e6-7165-450c-99a4-9d560e313e53"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:40Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:40Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "9cbce256-8abb-4162-b9b6-531a2760555d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:38Z", "security_group_id": "b360248d-f5f8-48a5-888e-1cfec6ceee03", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:38Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "b4f702bf-73be-404a-8bd0-ea07aa9355d4"}]} 2018-09-04 22:06:40,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b360248d-f5f8-48a5-888e-1cfec6ceee03 used request id req-92b7dd03-5eaf-44ee-a10d-1349a34444d7 2018-09-04 22:06:40,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:40,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:41,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "131aa7af80e14ac58ed8471419012b83", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}], "expires_at": "2018-09-04T23:06:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3d31fd1194046458396411d2e09b253", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-user", "id": "869b887d18cc40fd9ad65682ae3162e0"}, "audit_ids": ["-dGseVyhRmWT5inq35boTA"], "issued_at": "2018-09-04T22:06:41.000000Z"}} 2018-09-04 22:06:41,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:41,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d64e614e-dedf-4d1c-b709-8defdc4a58b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:41,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d64e614e-dedf-4d1c-b709-8defdc4a58b1 2018-09-04 22:06:41,170 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:06:41,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:41,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4708c4c7-79ae-4630-9516-705bdabe1363 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:41,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4708c4c7-79ae-4630-9516-705bdabe1363 2018-09-04 22:06:41,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:41,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-74d5ca9e-4cd9-40d9-81e8-99ea78e731c1 Date: Tue, 04 Sep 2018 22:06:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dec4ac9d-0daf-452b-af93-e400f98d295f"],"updated_at":"2018-09-04T22:06:17Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"5219465d-a105-43c4-83ed-85043834db4f","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1"}]} 2018-09-04 22:06:41,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 used request id req-74d5ca9e-4cd9-40d9-81e8-99ea78e731c1 2018-09-04 22:06:41,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:06:41,518 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:06:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:06:41,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:41,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1f0b7e4-b46e-4928-ade9-18b2ec8e3f67 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:06:41,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-b1f0b7e4-b46e-4928-ade9-18b2ec8e3f67 2018-09-04 22:06:41,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:41,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d84d4802-9fb5-4cbb-8694-cdf710c69c6f Date: Tue, 04 Sep 2018 22:06:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:06:41,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f used request id req-d84d4802-9fb5-4cbb-8694-cdf710c69c6f 2018-09-04 22:06:41,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=5219465d-a105-43c4-83ed-85043834db4f&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:42,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-27463f9f-ec14-4c88-90a6-85d5b8749d43 Date: Tue, 04 Sep 2018 22:06:42 GMT RESP BODY: {"ports":[]} 2018-09-04 22:06:42,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=5219465d-a105-43c4-83ed-85043834db4f&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm1-port&admin_state_up=True used request id req-27463f9f-ec14-4c88-90a6-85d5b8749d43 2018-09-04 22:06:42,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:42,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7310e5cc-88b1-4f8a-9262-78ea2f3874e4 x-compute-request-id: req-7310e5cc-88b1-4f8a-9262-78ea2f3874e4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:06:42,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1 used request id req-7310e5cc-88b1-4f8a-9262-78ea2f3874e4 2018-09-04 22:06:42,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:42,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-894597c5-1e65-409c-8bd6-cdbd7bb3fb9b Date: Tue, 04 Sep 2018 22:06:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dec4ac9d-0daf-452b-af93-e400f98d295f"],"updated_at":"2018-09-04T22:06:17Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"5219465d-a105-43c4-83ed-85043834db4f","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1"}]} 2018-09-04 22:06:42,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 used request id req-894597c5-1e65-409c-8bd6-cdbd7bb3fb9b 2018-09-04 22:06:42,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:42,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-098fb34e-f4b1-4967-b37f-8b72896ca1ec Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:06:42,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-098fb34e-f4b1-4967-b37f-8b72896ca1ec 2018-09-04 22:06:42,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:42,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6f8ede00-c35c-4ae9-96d9-472b1003d488 Date: Tue, 04 Sep 2018 22:06:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:06:42,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f used request id req-6f8ede00-c35c-4ae9-96d9-472b1003d488 2018-09-04 22:06:42,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=5219465d-a105-43c4-83ed-85043834db4f&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:42,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8f3dbf1e-b366-4552-abc8-197a1d2442ac Date: Tue, 04 Sep 2018 22:06:42 GMT RESP BODY: {"ports":[]} 2018-09-04 22:06:42,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=5219465d-a105-43c4-83ed-85043834db4f&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm1-port&admin_state_up=True used request id req-8f3dbf1e-b366-4552-abc8-197a1d2442ac 2018-09-04 22:06:42,992 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:06:42,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:06:43,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "131aa7af80e14ac58ed8471419012b83", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}], "expires_at": "2018-09-04T23:06:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3d31fd1194046458396411d2e09b253", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-user", "id": "869b887d18cc40fd9ad65682ae3162e0"}, "audit_ids": ["fzEt3tdzS8G4epjTslkz6g"], "issued_at": "2018-09-04T22:06:43.000000Z"}} 2018-09-04 22:06:43,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708dbb1987db10ad00e245626281c6ea573b20b8" 2018-09-04 22:06:43,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d784952b-5e64-4146-b8f3-82805474f934 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:06:43,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d784952b-5e64-4146-b8f3-82805474f934 2018-09-04 22:06:43,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:43,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-cbf1dbd2-8cd9-4178-ba6b-43a6bfafc0f4 Date: Tue, 04 Sep 2018 22:06:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dec4ac9d-0daf-452b-af93-e400f98d295f"],"updated_at":"2018-09-04T22:06:17Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"5219465d-a105-43c4-83ed-85043834db4f","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1"}]} 2018-09-04 22:06:43,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 used request id req-cbf1dbd2-8cd9-4178-ba6b-43a6bfafc0f4 2018-09-04 22:06:43,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:43,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-48b28b60-ecaa-4676-a6ad-bc7aebc3f332 Date: Tue, 04 Sep 2018 22:06:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:06:43,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f used request id req-48b28b60-ecaa-4676-a6ad-bc7aebc3f332 2018-09-04 22:06:43,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:44,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-5d1356e7-334f-473b-a3ef-ad95cf8ea1a7 Date: Tue, 04 Sep 2018 22:06:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dec4ac9d-0daf-452b-af93-e400f98d295f"],"updated_at":"2018-09-04T22:06:17Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"5219465d-a105-43c4-83ed-85043834db4f","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1"}]} 2018-09-04 22:06:44,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 used request id req-5d1356e7-334f-473b-a3ef-ad95cf8ea1a7 2018-09-04 22:06:44,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:06:44,056 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:06:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:06:44,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708dbb1987db10ad00e245626281c6ea573b20b8" 2018-09-04 22:06:44,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40cceaf2-67fe-4cb3-9135-f05bf4d84c5a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:06:44,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-40cceaf2-67fe-4cb3-9135-f05bf4d84c5a 2018-09-04 22:06:44,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:44,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b181b2d8-e447-413a-98f1-914714e0a26c Date: Tue, 04 Sep 2018 22:06:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:06:44,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f used request id req-b181b2d8-e447-413a-98f1-914714e0a26c 2018-09-04 22:06:44,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:44,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a1e57e19-1001-465c-9754-2fe3d56ea5b0 Date: Tue, 04 Sep 2018 22:06:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:06:44,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1 used request id req-a1e57e19-1001-465c-9754-2fe3d56ea5b0 2018-09-04 22:06:44,535 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 2018-09-04 22:06:44,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" -d '{"port": {"network_id": "5219465d-a105-43c4-83ed-85043834db4f", "fixed_ips": [{"subnet_id": "dec4ac9d-0daf-452b-af93-e400f98d295f", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm1-port", "admin_state_up": true}}' 2018-09-04 22:06:45,518 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-fbfa38cb-3b32-4c10-9f4f-8d471c186a9e Date: Tue, 04 Sep 2018 22:06:45 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:44Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dec4ac9d-0daf-452b-af93-e400f98d295f","ip_address":"10.200.201.5"}],"id":"c5ef593e-e2c6-4d88-8af0-c57fa575b2d2","security_groups":["d97c7a31-fe7b-45ad-8f71-440dfeb8d427"],"mac_address":"fa:16:3e:3a:3d:5c","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm1-port","project_id":"d3d31fd1194046458396411d2e09b253","qos_policy_id":null,"admin_state_up":true,"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:44Z","binding:vnic_type":"normal"}} 2018-09-04 22:06:45,518 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-fbfa38cb-3b32-4c10-9f4f-8d471c186a9e 2018-09-04 22:06:45,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:45,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-e1043dbb-0032-4fdf-926e-d90cecae25dd Date: Tue, 04 Sep 2018 22:06:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dec4ac9d-0daf-452b-af93-e400f98d295f"],"updated_at":"2018-09-04T22:06:17Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"5219465d-a105-43c4-83ed-85043834db4f","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1"}]} 2018-09-04 22:06:45,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 used request id req-e1043dbb-0032-4fdf-926e-d90cecae25dd 2018-09-04 22:06:45,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:45,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60013cab-e5e6-49ef-a003-a449b88bf44b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:06:45,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-60013cab-e5e6-49ef-a003-a449b88bf44b 2018-09-04 22:06:45,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:45,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-382a3a04-fff1-4f2b-8ceb-a58b4ae76488 Date: Tue, 04 Sep 2018 22:06:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:06:45,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f used request id req-382a3a04-fff1-4f2b-8ceb-a58b4ae76488 2018-09-04 22:06:45,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=5219465d-a105-43c4-83ed-85043834db4f&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:46,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-ed11ab69-7aa4-42da-a3a9-003d36a568da Date: Tue, 04 Sep 2018 22:06:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:44Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dec4ac9d-0daf-452b-af93-e400f98d295f","ip_address":"10.200.201.5"}],"id":"c5ef593e-e2c6-4d88-8af0-c57fa575b2d2","security_groups":["d97c7a31-fe7b-45ad-8f71-440dfeb8d427"],"mac_address":"fa:16:3e:3a:3d:5c","project_id":"d3d31fd1194046458396411d2e09b253","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm1-port","admin_state_up":true,"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:44Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:06:46,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=5219465d-a105-43c4-83ed-85043834db4f&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm1-port&admin_state_up=True used request id req-ed11ab69-7aa4-42da-a3a9-003d36a568da 2018-09-04 22:06:46,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:46,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74b92d25-9f60-4846-866c-ab530f1c46f6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:06:46,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-74b92d25-9f60-4846-866c-ab530f1c46f6 2018-09-04 22:06:46,341 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1 2018-09-04 22:06:46,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:46,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9a8945f-d8ce-41a5-9e6e-9dbe7431ed9a x-compute-request-id: req-d9a8945f-d8ce-41a5-9e6e-9dbe7431ed9a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-flavor-name"}]} 2018-09-04 22:06:46,373 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-d9a8945f-d8ce-41a5-9e6e-9dbe7431ed9a 2018-09-04 22:06:46,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/607fa232-833a-4454-8247-0e9c8259d7e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:46,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05735e39-ca3a-4441-bd10-3e0bca73d7c3 x-compute-request-id: req-05735e39-ca3a-4441-bd10-3e0bca73d7c3 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "607fa232-833a-4454-8247-0e9c8259d7e2", "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:06:46,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/607fa232-833a-4454-8247-0e9c8259d7e2 used request id req-05735e39-ca3a-4441-bd10-3e0bca73d7c3 2018-09-04 22:06:46,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:46,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-839a5a9c-3a10-4587-86cf-1b823eed5e3f Date: Tue, 04 Sep 2018 22:06:46 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:06:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:06:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c3001948-ebae-49a3-937e-8064c980419f/snap", "metadata": {}}], "self": "/v2/images/c3001948-ebae-49a3-937e-8064c980419f", "min_disk": 0, "protected": false, "id": "c3001948-ebae-49a3-937e-8064c980419f", "file": "/v2/images/c3001948-ebae-49a3-937e-8064c980419f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d3d31fd1194046458396411d2e09b253", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c3001948-ebae-49a3-937e-8064c980419f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be"} 2018-09-04 22:06:46,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be used request id req-839a5a9c-3a10-4587-86cf-1b823eed5e3f 2018-09-04 22:06:46,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:46,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d44e22a8-4e43-4e37-a417-e2555868684e Date: Tue, 04 Sep 2018 22:06:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:06:46,730 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d44e22a8-4e43-4e37-a417-e2555868684e 2018-09-04 22:06:46,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" -d '{"server": {"name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1", "imageRef": "c3001948-ebae-49a3-937e-8064c980419f", "flavorRef": "607fa232-833a-4454-8247-0e9c8259d7e2", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "c5ef593e-e2c6-4d88-8af0-c57fa575b2d2"}]}}' 2018-09-04 22:06:48,425 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:06:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de4daf9c-b020-40b8-9ead-dc804fd4896e x-compute-request-id: req-de4daf9c-b020-40b8-9ead-dc804fd4896e Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4ba371c5-1eaa-4957-8911-96a25769031c", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "bookmark"}], "adminPass": "xmbZibZRNx89"}} 2018-09-04 22:06:48,425 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-de4daf9c-b020-40b8-9ead-dc804fd4896e 2018-09-04 22:06:48,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:48,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3aee20db-0f01-4f01-82f8-9303c97e411c x-compute-request-id: req-3aee20db-0f01-4f01-82f8-9303c97e411c Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "4ba371c5-1eaa-4957-8911-96a25769031c", "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:06:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1", "created": "2018-09-04T22:06:48Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:06:48,667 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-3aee20db-0f01-4f01-82f8-9303c97e411c 2018-09-04 22:06:48,668 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1 2018-09-04 22:06:48,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:49,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6251bdcd-4d9b-4750-bed3-3842e65c1b85 x-compute-request-id: req-6251bdcd-4d9b-4750-bed3-3842e65c1b85 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "4ba371c5-1eaa-4957-8911-96a25769031c", "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:06:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1", "created": "2018-09-04T22:06:48Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:06:49,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-6251bdcd-4d9b-4750-bed3-3842e65c1b85 2018-09-04 22:06:49,022 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1] is - BUILD 2018-09-04 22:06:49,022 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:06:52,025 - create_instance - DEBUG - VM status query timeout in 896.643035173 2018-09-04 22:06:52,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:52,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-857c7359-756f-497d-b957-abd657392cb1 x-compute-request-id: req-857c7359-756f-497d-b957-abd657392cb1 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "4ba371c5-1eaa-4957-8911-96a25769031c", "security_groups": [{"name": "default"}], "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:06:51Z", "hostId": "08118600eaac0c6c306870aae0054b7a2953f0636d5815cdab6e55d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1", "created": "2018-09-04T22:06:48Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:06:52,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-857c7359-756f-497d-b957-abd657392cb1 2018-09-04 22:06:52,636 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1] is - BUILD 2018-09-04 22:06:52,636 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:06:55,640 - create_instance - DEBUG - VM status query timeout in 893.028540134 2018-09-04 22:06:55,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:56,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b52cb668-ef85-40cd-bb63-cca031d89cb4 x-compute-request-id: req-b52cb668-ef85-40cd-bb63-cca031d89cb4 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "4ba371c5-1eaa-4957-8911-96a25769031c", "security_groups": [{"name": "default"}], "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:06:51Z", "hostId": "08118600eaac0c6c306870aae0054b7a2953f0636d5815cdab6e55d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1", "created": "2018-09-04T22:06:48Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:06:56,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-b52cb668-ef85-40cd-bb63-cca031d89cb4 2018-09-04 22:06:56,212 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1] is - BUILD 2018-09-04 22:06:56,212 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:06:59,215 - create_instance - DEBUG - VM status query timeout in 889.453185081 2018-09-04 22:06:59,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:06:59,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:06:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5898e7ff-5b8c-4f74-9798-e5145eacf6a4 x-compute-request-id: req-5898e7ff-5b8c-4f74-9798-e5145eacf6a4 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:3d:5c", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:06:56.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "4ba371c5-1eaa-4957-8911-96a25769031c", "security_groups": [{"name": "default"}], "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:06:57Z", "hostId": "08118600eaac0c6c306870aae0054b7a2953f0636d5815cdab6e55d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1", "created": "2018-09-04T22:06:48Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:06:59,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-5898e7ff-5b8c-4f74-9798-e5145eacf6a4 2018-09-04 22:06:59,996 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1] is - ACTIVE 2018-09-04 22:06:59,996 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:06:59,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:00,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1fb914b-66e3-4400-a451-222bfbe61a7b x-compute-request-id: req-b1fb914b-66e3-4400-a451-222bfbe61a7b Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:3d:5c", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:06:56.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "4ba371c5-1eaa-4957-8911-96a25769031c", "security_groups": [{"name": "default"}], "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:06:57Z", "hostId": "08118600eaac0c6c306870aae0054b7a2953f0636d5815cdab6e55d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1", "created": "2018-09-04T22:06:48Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:00,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-b1fb914b-66e3-4400-a451-222bfbe61a7b 2018-09-04 22:07:00,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:00,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-d2e76386-7395-4839-9b5a-5dbd91460774 Date: Tue, 04 Sep 2018 22:07:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dec4ac9d-0daf-452b-af93-e400f98d295f"],"updated_at":"2018-09-04T22:06:17Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"5219465d-a105-43c4-83ed-85043834db4f","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1"}]} 2018-09-04 22:07:00,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 used request id req-d2e76386-7395-4839-9b5a-5dbd91460774 2018-09-04 22:07:00,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:00,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71424137-d5ef-442e-b247-25791a29c9e2 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:07:00,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-71424137-d5ef-442e-b247-25791a29c9e2 2018-09-04 22:07:00,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:00,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4388a131-4c85-4a21-b51e-b9bd24bebeb9 Date: Tue, 04 Sep 2018 22:07:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"dec4ac9d-0daf-452b-af93-e400f98d295f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1"}]} 2018-09-04 22:07:00,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5219465d-a105-43c4-83ed-85043834db4f used request id req-4388a131-4c85-4a21-b51e-b9bd24bebeb9 2018-09-04 22:07:00,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:01,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-52cfb263-674e-4107-b2ef-eb954b2d11c3 Date: Tue, 04 Sep 2018 22:07:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dec4ac9d-0daf-452b-af93-e400f98d295f","ip_address":"10.200.201.3"}],"id":"18986787-7ff1-4be4-8c2a-79d6161bf3a5","security_groups":[],"mac_address":"fa:16:3e:99:39:a6","project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5219465d-a105-43c4-83ed-85043834db4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dec4ac9d-0daf-452b-af93-e400f98d295f","ip_address":"10.200.201.5"}],"id":"c5ef593e-e2c6-4d88-8af0-c57fa575b2d2","security_groups":["d97c7a31-fe7b-45ad-8f71-440dfeb8d427"],"mac_address":"fa:16:3e:3a:3d:5c","project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm1-port","admin_state_up":true,"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:44Z","binding:vnic_type":"normal","device_id":"4ba371c5-1eaa-4957-8911-96a25769031c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dec4ac9d-0daf-452b-af93-e400f98d295f","ip_address":"10.200.201.1"}],"id":"ceb5931a-d218-468f-88f2-dd71e595bae9","security_groups":["d97c7a31-fe7b-45ad-8f71-440dfeb8d427"],"mac_address":"fa:16:3e:30:d3:e8","project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port1","admin_state_up":true,"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:29Z","binding:vnic_type":"normal","device_id":"f41e4ad1-9cd2-424c-a01d-60d87cc1960a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dec4ac9d-0daf-452b-af93-e400f98d295f","ip_address":"10.200.201.2"}],"id":"dd1fa906-a8d8-47ac-82ad-fb12d8daa434","security_groups":[],"mac_address":"fa:16:3e:cd:a8:2a","project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5219465d-a105-43c4-83ed-85043834db4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dec4ac9d-0daf-452b-af93-e400f98d295f","ip_address":"10.200.201.4"}],"id":"f838e7eb-06d2-4167-a295-9c4515adbd7c","security_groups":[],"mac_address":"fa:16:3e:2c:ee:be","project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5219465d-a105-43c4-83ed-85043834db4f","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5219465d-a105-43c4-83ed-85043834db4f"}]} 2018-09-04 22:07:01,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=5219465d-a105-43c4-83ed-85043834db4f used request id req-52cfb263-674e-4107-b2ef-eb954b2d11c3 2018-09-04 22:07:01,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:07:01,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:07:01,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "131aa7af80e14ac58ed8471419012b83", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}], "expires_at": "2018-09-04T23:07:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3d31fd1194046458396411d2e09b253", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-user", "id": "869b887d18cc40fd9ad65682ae3162e0"}, "audit_ids": ["W2noaqM-SsOmA7whrl9q9A"], "issued_at": "2018-09-04T22:07:01.000000Z"}} 2018-09-04 22:07:01,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:01,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed855614-fd2b-4994-ace4-c44404d09c2c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:07:01,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ed855614-fd2b-4994-ace4-c44404d09c2c 2018-09-04 22:07:01,792 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:07:01,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:01,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4660cb17-adc4-4606-b2e2-5ff9575f9d93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:07:01,865 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4660cb17-adc4-4606-b2e2-5ff9575f9d93 2018-09-04 22:07:01,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:02,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-ce45c618-9aa2-44ef-b2f1-862f28838bd6 Date: Tue, 04 Sep 2018 22:07:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e4d5b59-8f3c-4208-82e3-110320360874"],"updated_at":"2018-09-04T22:06:20Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2"}]} 2018-09-04 22:07:02,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 used request id req-ce45c618-9aa2-44ef-b2f1-862f28838bd6 2018-09-04 22:07:02,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:07:02,125 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:07:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:07:02,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:02,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df77c4d4-d054-44ff-95f0-f3a2baee167b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:07:02,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-df77c4d4-d054-44ff-95f0-f3a2baee167b 2018-09-04 22:07:02,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:02,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6822a61c-130d-4ae5-867b-bb4b62a4efc9 Date: Tue, 04 Sep 2018 22:07:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:07:02,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-6822a61c-130d-4ae5-867b-bb4b62a4efc9 2018-09-04 22:07:02,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:02,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-93f9a845-d7e6-42c4-9a47-7b9d567aecde Date: Tue, 04 Sep 2018 22:07:02 GMT RESP BODY: {"ports":[]} 2018-09-04 22:07:02,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm2-port&admin_state_up=True used request id req-93f9a845-d7e6-42c4-9a47-7b9d567aecde 2018-09-04 22:07:02,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:02,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cbb1c2b0-5fd1-47ff-8cc5-d8f0f974b08f x-compute-request-id: req-cbb1c2b0-5fd1-47ff-8cc5-d8f0f974b08f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:07:02,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2 used request id req-cbb1c2b0-5fd1-47ff-8cc5-d8f0f974b08f 2018-09-04 22:07:02,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:03,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-6aeab4df-bd88-41ae-b43c-097c9180d085 Date: Tue, 04 Sep 2018 22:07:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e4d5b59-8f3c-4208-82e3-110320360874"],"updated_at":"2018-09-04T22:06:20Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2"}]} 2018-09-04 22:07:03,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 used request id req-6aeab4df-bd88-41ae-b43c-097c9180d085 2018-09-04 22:07:03,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:03,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57a495d0-07c1-4080-9f80-1ff5539eb372 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:07:03,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-57a495d0-07c1-4080-9f80-1ff5539eb372 2018-09-04 22:07:03,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:03,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-59f8cf96-6b8c-43b7-a88f-36f47a530b68 Date: Tue, 04 Sep 2018 22:07:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:07:03,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-59f8cf96-6b8c-43b7-a88f-36f47a530b68 2018-09-04 22:07:03,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:03,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-668c56c3-f80e-4521-a919-40b1704ca83d Date: Tue, 04 Sep 2018 22:07:03 GMT RESP BODY: {"ports":[]} 2018-09-04 22:07:03,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm2-port&admin_state_up=True used request id req-668c56c3-f80e-4521-a919-40b1704ca83d 2018-09-04 22:07:03,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:07:03,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:07:03,866 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "131aa7af80e14ac58ed8471419012b83", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role"}], "expires_at": "2018-09-04T23:07:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3d31fd1194046458396411d2e09b253", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d3d31fd1194046458396411d2e09b253", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-user", "id": "869b887d18cc40fd9ad65682ae3162e0"}, "audit_ids": ["-Rtppb-aSzCtH90Zr4W3yQ"], "issued_at": "2018-09-04T22:07:03.000000Z"}} 2018-09-04 22:07:03,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebcc92de266de851d0c99ae503edecae131ac89b" 2018-09-04 22:07:03,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f74dcb82-dd77-47f7-845f-c69836e59eb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:07:03,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f74dcb82-dd77-47f7-845f-c69836e59eb0 2018-09-04 22:07:03,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:04,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-c0473b4f-d73b-4847-87c2-f17b8a98d9ff Date: Tue, 04 Sep 2018 22:07:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e4d5b59-8f3c-4208-82e3-110320360874"],"updated_at":"2018-09-04T22:06:20Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2"}]} 2018-09-04 22:07:04,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 used request id req-c0473b4f-d73b-4847-87c2-f17b8a98d9ff 2018-09-04 22:07:04,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:04,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-20c84e15-cfd2-4104-8ebc-cb0e7649c683 Date: Tue, 04 Sep 2018 22:07:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:07:04,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-20c84e15-cfd2-4104-8ebc-cb0e7649c683 2018-09-04 22:07:04,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:04,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-76b534d3-1116-41c4-9bf7-f3c2ca84fc3d Date: Tue, 04 Sep 2018 22:07:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e4d5b59-8f3c-4208-82e3-110320360874"],"updated_at":"2018-09-04T22:06:20Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2"}]} 2018-09-04 22:07:04,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 used request id req-76b534d3-1116-41c4-9bf7-f3c2ca84fc3d 2018-09-04 22:07:04,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:07:04,442 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:07:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:07:04,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebcc92de266de851d0c99ae503edecae131ac89b" 2018-09-04 22:07:04,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1e1c378-584e-4453-a12b-8890c38af88a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:07:04,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-a1e1c378-584e-4453-a12b-8890c38af88a 2018-09-04 22:07:04,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:04,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ace64eaa-1135-434a-be91-557d3e01a8b8 Date: Tue, 04 Sep 2018 22:07:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:07:04,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-ace64eaa-1135-434a-be91-557d3e01a8b8 2018-09-04 22:07:04,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:04,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9c0a2632-03af-4323-9962-795e632b9356 Date: Tue, 04 Sep 2018 22:07:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:07:04,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2 used request id req-9c0a2632-03af-4323-9962-795e632b9356 2018-09-04 22:07:04,932 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 2018-09-04 22:07:04,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" -d '{"port": {"network_id": "21d63f08-010a-4220-b1ca-c2ad59ee70fd", "fixed_ips": [{"subnet_id": "2e4d5b59-8f3c-4208-82e3-110320360874", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm2-port", "admin_state_up": true}}' 2018-09-04 22:07:06,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-98a116d1-24a5-4189-8990-7ab1f618cf15 Date: Tue, 04 Sep 2018 22:07:06 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:07:05Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e4d5b59-8f3c-4208-82e3-110320360874","ip_address":"10.200.202.5"}],"id":"01b3ccb2-d566-40ee-bb74-c81e893b1256","security_groups":["d97c7a31-fe7b-45ad-8f71-440dfeb8d427"],"mac_address":"fa:16:3e:51:ec:49","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm2-port","project_id":"d3d31fd1194046458396411d2e09b253","qos_policy_id":null,"admin_state_up":true,"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:07:05Z","binding:vnic_type":"normal"}} 2018-09-04 22:07:06,399 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-98a116d1-24a5-4189-8990-7ab1f618cf15 2018-09-04 22:07:06,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:06,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-bafde7e3-c4d3-414a-aa10-7e1405c385f8 Date: Tue, 04 Sep 2018 22:07:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e4d5b59-8f3c-4208-82e3-110320360874"],"updated_at":"2018-09-04T22:06:20Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2"}]} 2018-09-04 22:07:06,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 used request id req-bafde7e3-c4d3-414a-aa10-7e1405c385f8 2018-09-04 22:07:06,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:06,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff880a70-48de-4f9f-bb9d-e38267c8a846 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:07:06,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-ff880a70-48de-4f9f-bb9d-e38267c8a846 2018-09-04 22:07:06,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:06,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-90deefa8-a8b2-476d-b06a-6e1ec714bfb8 Date: Tue, 04 Sep 2018 22:07:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:07:06,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-90deefa8-a8b2-476d-b06a-6e1ec714bfb8 2018-09-04 22:07:06,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:07,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-c0b52007-5540-4f9f-ae78-b419b3113229 Date: Tue, 04 Sep 2018 22:07:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:07:05Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e4d5b59-8f3c-4208-82e3-110320360874","ip_address":"10.200.202.5"}],"id":"01b3ccb2-d566-40ee-bb74-c81e893b1256","security_groups":["d97c7a31-fe7b-45ad-8f71-440dfeb8d427"],"mac_address":"fa:16:3e:51:ec:49","project_id":"d3d31fd1194046458396411d2e09b253","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm2-port","admin_state_up":true,"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:07:05Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:07:07,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd&name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm2-port&admin_state_up=True used request id req-c0b52007-5540-4f9f-ae78-b419b3113229 2018-09-04 22:07:07,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:07,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9406c83d-d8a4-4cbc-8eff-deda44c55042 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:07:07,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-9406c83d-d8a4-4cbc-8eff-deda44c55042 2018-09-04 22:07:07,258 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2 2018-09-04 22:07:07,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:07,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e614a94-47da-4a37-8ad8-2f94e739ceab x-compute-request-id: req-8e614a94-47da-4a37-8ad8-2f94e739ceab Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-flavor-name"}]} 2018-09-04 22:07:07,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-8e614a94-47da-4a37-8ad8-2f94e739ceab 2018-09-04 22:07:07,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/607fa232-833a-4454-8247-0e9c8259d7e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:07,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bce89ea6-8d45-4d34-8dec-a4b21dba25e7 x-compute-request-id: req-bce89ea6-8d45-4d34-8dec-a4b21dba25e7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "607fa232-833a-4454-8247-0e9c8259d7e2", "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:07:07,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/607fa232-833a-4454-8247-0e9c8259d7e2 used request id req-bce89ea6-8d45-4d34-8dec-a4b21dba25e7 2018-09-04 22:07:07,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:07,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-e545b54d-52bb-43c1-9f11-5a9761cbea2f Date: Tue, 04 Sep 2018 22:07:07 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:06:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:06:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c3001948-ebae-49a3-937e-8064c980419f/snap", "metadata": {}}], "self": "/v2/images/c3001948-ebae-49a3-937e-8064c980419f", "min_disk": 0, "protected": false, "id": "c3001948-ebae-49a3-937e-8064c980419f", "file": "/v2/images/c3001948-ebae-49a3-937e-8064c980419f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d3d31fd1194046458396411d2e09b253", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c3001948-ebae-49a3-937e-8064c980419f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be"} 2018-09-04 22:07:07,508 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be used request id req-e545b54d-52bb-43c1-9f11-5a9761cbea2f 2018-09-04 22:07:07,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:07,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-584155cf-1024-4d47-bff7-706109e2947e Date: Tue, 04 Sep 2018 22:07:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:07:07,657 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-584155cf-1024-4d47-bff7-706109e2947e 2018-09-04 22:07:07,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" -d '{"server": {"name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2", "imageRef": "c3001948-ebae-49a3-937e-8064c980419f", "flavorRef": "607fa232-833a-4454-8247-0e9c8259d7e2", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "01b3ccb2-d566-40ee-bb74-c81e893b1256"}]}}' 2018-09-04 22:07:09,373 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:07:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3ff6350-6ff9-4d62-b578-b79a9a3cdcb6 x-compute-request-id: req-a3ff6350-6ff9-4d62-b578-b79a9a3cdcb6 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "bookmark"}], "adminPass": "eSEFR8Wa9m4W"}} 2018-09-04 22:07:09,373 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-a3ff6350-6ff9-4d62-b578-b79a9a3cdcb6 2018-09-04 22:07:09,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:09,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a033990c-ea55-40b1-9606-3fc9975cfe11 x-compute-request-id: req-a033990c-ea55-40b1-9606-3fc9975cfe11 Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:07:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2", "created": "2018-09-04T22:07:09Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:09,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-a033990c-ea55-40b1-9606-3fc9975cfe11 2018-09-04 22:07:09,588 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2 2018-09-04 22:07:09,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:09,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-baa0a081-5bbb-4c7f-be2f-1bfb469b7d50 x-compute-request-id: req-baa0a081-5bbb-4c7f-be2f-1bfb469b7d50 Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:07:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2", "created": "2018-09-04T22:07:09Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:09,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-baa0a081-5bbb-4c7f-be2f-1bfb469b7d50 2018-09-04 22:07:09,955 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2] is - BUILD 2018-09-04 22:07:09,956 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:07:12,959 - create_instance - DEBUG - VM status query timeout in 896.629055023 2018-09-04 22:07:12,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:13,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-075d09ad-d2d3-4de1-8053-a1fc8641798f x-compute-request-id: req-075d09ad-d2d3-4de1-8053-a1fc8641798f Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:07:12Z", "hostId": "3de0d6922abdfec8f00752cc777e282d12ba5045abc4469004336c02", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2", "created": "2018-09-04T22:07:09Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:13,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-075d09ad-d2d3-4de1-8053-a1fc8641798f 2018-09-04 22:07:13,226 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2] is - BUILD 2018-09-04 22:07:13,227 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:07:16,230 - create_instance - DEBUG - VM status query timeout in 893.358074903 2018-09-04 22:07:16,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:16,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db24be10-8dce-4c11-8a50-20e56df948d0 x-compute-request-id: req-db24be10-8dce-4c11-8a50-20e56df948d0 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "security_groups": [{"name": "default"}], "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:07:12Z", "hostId": "3de0d6922abdfec8f00752cc777e282d12ba5045abc4469004336c02", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2", "created": "2018-09-04T22:07:09Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:16,629 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-db24be10-8dce-4c11-8a50-20e56df948d0 2018-09-04 22:07:16,629 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2] is - BUILD 2018-09-04 22:07:16,629 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:07:19,633 - create_instance - DEBUG - VM status query timeout in 889.955287933 2018-09-04 22:07:19,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:20,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2756f32-6980-4ce8-9c71-47dc447bfc7d x-compute-request-id: req-c2756f32-6980-4ce8-9c71-47dc447bfc7d Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:ec:49", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:07:16.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "security_groups": [{"name": "default"}], "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:07:18Z", "hostId": "3de0d6922abdfec8f00752cc777e282d12ba5045abc4469004336c02", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2", "created": "2018-09-04T22:07:09Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:20,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-c2756f32-6980-4ce8-9c71-47dc447bfc7d 2018-09-04 22:07:20,037 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2] is - ACTIVE 2018-09-04 22:07:20,037 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:07:20,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:20,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c729fdc6-7b8c-49c3-a8a5-1fd966f7aa24 x-compute-request-id: req-c729fdc6-7b8c-49c3-a8a5-1fd966f7aa24 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:ec:49", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:07:16.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "security_groups": [{"name": "default"}], "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:07:18Z", "hostId": "3de0d6922abdfec8f00752cc777e282d12ba5045abc4469004336c02", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2", "created": "2018-09-04T22:07:09Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:20,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-c729fdc6-7b8c-49c3-a8a5-1fd966f7aa24 2018-09-04 22:07:20,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:21,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-f453e487-274e-44c1-9c76-29fec8dbfd81 Date: Tue, 04 Sep 2018 22:07:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e4d5b59-8f3c-4208-82e3-110320360874"],"updated_at":"2018-09-04T22:06:20Z","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3d31fd1194046458396411d2e09b253","id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2"}]} 2018-09-04 22:07:21,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 used request id req-f453e487-274e-44c1-9c76-29fec8dbfd81 2018-09-04 22:07:21,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:21,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c990b06-a5a4-4293-99cc-9f975e8a4027 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:07:21,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-6c990b06-a5a4-4293-99cc-9f975e8a4027 2018-09-04 22:07:21,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:21,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-be0222b3-c84d-4e31-9ce8-598f3d97c341 Date: Tue, 04 Sep 2018 22:07:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","dns_nameservers":[],"updated_at":"2018-09-04T22:06:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"d3d31fd1194046458396411d2e09b253","id":"2e4d5b59-8f3c-4208-82e3-110320360874","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2"}]} 2018-09-04 22:07:21,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-be0222b3-c84d-4e31-9ce8-598f3d97c341 2018-09-04 22:07:21,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:21,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-0beac0d0-2b7d-471d-903c-c1e4e270c2b5 Date: Tue, 04 Sep 2018 22:07:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:07:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e4d5b59-8f3c-4208-82e3-110320360874","ip_address":"10.200.202.5"}],"id":"01b3ccb2-d566-40ee-bb74-c81e893b1256","security_groups":["d97c7a31-fe7b-45ad-8f71-440dfeb8d427"],"mac_address":"fa:16:3e:51:ec:49","project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm2-port","admin_state_up":true,"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:07:05Z","binding:vnic_type":"normal","device_id":"9d2d9fa7-f1d1-4776-874a-b6c148cc3f30"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2e4d5b59-8f3c-4208-82e3-110320360874","ip_address":"10.200.202.4"}],"id":"3370d7bf-11c6-4306-955a-04d5f436c13a","security_groups":[],"mac_address":"fa:16:3e:1b:9b:d8","project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21d63f08-010a-4220-b1ca-c2ad59ee70fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2e4d5b59-8f3c-4208-82e3-110320360874","ip_address":"10.200.202.2"}],"id":"3d29b16c-f154-4324-81c9-4bc8f2a21fbd","security_groups":[],"mac_address":"fa:16:3e:d4:d3:71","project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21d63f08-010a-4220-b1ca-c2ad59ee70fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2e4d5b59-8f3c-4208-82e3-110320360874","ip_address":"10.200.202.3"}],"id":"713349f5-23f7-4fdc-961f-88e8fc213a85","security_groups":[],"mac_address":"fa:16:3e:12:aa:1d","project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21d63f08-010a-4220-b1ca-c2ad59ee70fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:06:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e4d5b59-8f3c-4208-82e3-110320360874","ip_address":"10.200.202.1"}],"id":"8d42dc62-1633-4d65-bfbc-4e1e0ad7840d","security_groups":["d97c7a31-fe7b-45ad-8f71-440dfeb8d427"],"mac_address":"fa:16:3e:4f:e2:7f","project_id":"d3d31fd1194046458396411d2e09b253","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port2","admin_state_up":true,"network_id":"21d63f08-010a-4220-b1ca-c2ad59ee70fd","tenant_id":"d3d31fd1194046458396411d2e09b253","created_at":"2018-09-04T22:06:33Z","binding:vnic_type":"normal","device_id":"f41e4ad1-9cd2-424c-a01d-60d87cc1960a"}]} 2018-09-04 22:07:21,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-0beac0d0-2b7d-471d-903c-c1e4e270c2b5 2018-09-04 22:07:21,426 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-09-04 22:07:21,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:21,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bedc9cb2-487f-4b9b-93ec-0a48c6747a89 x-compute-request-id: req-bedc9cb2-487f-4b9b-93ec-0a48c6747a89 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:3d:5c", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:06:56.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "4ba371c5-1eaa-4957-8911-96a25769031c", "security_groups": [{"name": "default"}], "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:06:57Z", "hostId": "08118600eaac0c6c306870aae0054b7a2953f0636d5815cdab6e55d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1", "created": "2018-09-04T22:06:48Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:21,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-bedc9cb2-487f-4b9b-93ec-0a48c6747a89 2018-09-04 22:07:21,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:07:22,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4dd8703-e987-4cd5-a498-32bf7656a8b4 x-compute-request-id: req-d4dd8703-e987-4cd5-a498-32bf7656a8b4 Content-Encoding: gzip Content-Length: 8125 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508851624 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130185] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131819] pid_max: default: 32768 minimum: 301\n[ 0.132702] ACPI: Core revision 20150930\n[ 0.134110] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135402] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136926] AppArmor: AppArmor initialized\n[ 0.137822] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139152] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140408] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141633] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143024] Initializing cgroup subsys io\n[ 0.143847] Initializing cgroup subsys memory\n[ 0.144701] Initializing cgroup subsys devices\n[ 0.145598] Initializing cgroup subsys freezer\n[ 0.146481] Initializing cgroup subsys net_cls\n[ 0.147371] Initializing cgroup subsys perf_event\n[ 0.148294] Initializing cgroup subsys net_prio\n[ 0.149164] Initializing cgroup subsys hugetlb\n[ 0.150080] Initializing cgroup subsys pids\n[ 0.150937] CPU: Physical Processor ID: 0\n[ 0.152418] mce: CPU supports 10 MCE banks\n[ 0.153274] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.156555] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.162948] ftrace: allocating 31920 entries in 125 pages\n[ 0.189347] smpboot: Max logical packages: 2\n[ 0.190236] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.191414] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.192743] x2apic enabled\n[ 0.193575] Switched APIC routing to physical x2apic.\n[ 0.195395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.196623] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.198802] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.200757] KVM setup paravirtual spinlock\n[ 0.202184] x86: Booting SMP configuration:\n[ 0.203091] .... node #0, CPUs: #1\n[ 0.203989] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.225682] x86: Booted up 1 node, 2 CPUs\n[ 0.225684] KVM setup async PF for cpu 1\n[ 0.225687] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.228311] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.229801] devtmpfs: initialized\n[ 0.231521] evm: security.selinux\n[ 0.232214] evm: security.SMACK64\n[ 0.232896] evm: security.SMACK64EXEC\n[ 0.233625] evm: security.SMACK64TRANSMUTE\n[ 0.234430] evm: security.SMACK64MMAP\n[ 0.235163] evm: security.ima\n[ 0.235793] evm: security.capability\n[ 0.236629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238467] pinctrl core: initialized pinctrl subsystem\n[ 0.239550] RTC time: 22:06:56, date: 09/04/18\n[ 0.240512] NET: Registered protocol family 16\n[ 0.250510] cpuidle: using governor ladder\n[ 0.262610] cpuidle: using governor menu\n[ 0.263423] PCCT header not found.\n[ 0.264204] ACPI: bus type PCI registered\n[ 0.264998] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266227] PCI: Using configuration type 1 for base access\n[ 0.279641] ACPI: Added _OSI(Module Device)\n[ 0.280482] ACPI: Added _OSI(Processor Device)\n[ 0.281329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282216] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284558] ACPI: Interpreter enabled\n[ 0.285318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287139] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.288965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292595] ACPI: (supports S0 S5)\n[ 0.293294] ACPI: Using IOAPIC for interrupt routing\n[ 0.294225] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.297572] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.298696] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.299900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301069] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.303271] acpiphp: Slot [3] registered\n[ 0.304067] acpiphp: Slot [4] registered\n[ 0.304866] acpiphp: Slot [5] registered\n[ 0.305649] acpiphp: Slot [6] registered\n[ 0.306437] acpiphp: Slot [7] registered\n[ 0.307221] acpiphp: Slot [8] registered\n[ 0.308013] acpiphp: Slot [9] registered\n[ 0.308798] acpiphp: Slot [10] registered\n[ 0.319719] acpiphp: Slot [11] registered\n[ 0.320519] acpiphp: Slot [12] registered\n[ 0.321323] acpiphp: Slot [13] registered\n[ 0.322122] acpiphp: Slot [14] registered\n[ 0.322919] acpiphp: Slot [15] registered\n[ 0.323724] acpiphp: Slot [16] registered\n[ 0.324523] acpiphp: Slot [17] registered\n[ 0.325321] acpiphp: Slot [18] registered\n[ 0.326120] acpiphp: Slot [19] registered\n[ 0.326919] acpiphp: Slot [20] registered\n[ 0.327726] acpiphp: Slot [21] registered\n[ 0.328522] acpiphp: Slot [22] registered\n[ 0.329322] acpiphp: Slot [23] registered\n[ 0.330124] acpiphp: Slot [24] registered\n[ 0.330921] acpiphp: Slot [25] registered\n[ 0.331725] acpiphp: Slot [26] registered\n[ 0.332525] acpiphp: Slot [27] registered\n[ 0.333327] acpiphp: Slot [28] registered\n[ 0.334127] acpiphp: Slot [29] registered\n[ 0.334923] acpiphp: Slot [30] registered\n[ 0.335726] acpiphp: Slot [31] registered\n[ 0.336517] PCI host bridge to bus 0000:00\n[ 0.337313] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338500] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.339691] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341122] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.342547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.348871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.352536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359010] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360421] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.406779] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.408247] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.409647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.411057] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.412424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413684] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.415098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416135] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.417653] vgaarb: loaded\n[ 0.418247] vgaarb: bridge control possible 0000:00:02.0\n[ 0.419759] SCSI subsystem initialized\n[ 0.420596] ACPI: bus type USB registered\n[ 0.421405] usbcore: registered new interface driver usbfs\n[ 0.422422] usbcore: registered new interface driver hub\n[ 0.423417] usbcore: registered new device driver usb\n[ 0.424506] PCI: Using ACPI for IRQ routing\n[ 0.425529] NetLabel: Initializing\n[ 0.426241] NetLabel: domain hash size = 128\n[ 0.427081] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.428025] NetLabel: unlabeled traffic allowed by default\n[ 0.429156] clocksource: Switched to clocksource kvm-clock\n[ 0.435247] AppArmor: AppArmor Filesystem Enabled\n[ 0.436192] pnp: PnP ACPI init\n[ 0.437121] pnp: PnP ACPI: found 5 devices\n[ 0.443817] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445503] NET: Registered protocol family 2\n[ 0.446461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447715] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.448867] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451078] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452225] NET: Registered protocol family 1\n[ 0.453079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.454160] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.455215] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.473890] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.492749] Trying to unpack rootfs image as initramfs...\n[ 0.543380] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.557454] Scanning for low memory corruption every 60 seconds\n[ 0.559275] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.560874] audit: initializing netlink subsys (disabled)\n[ 0.562297] audit: type=2000 audit(1536098817.180:1): initialized\n[ 0.564022] Initialise system trusted keyring\n[ 0.565264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569422] zbud: loaded\n[ 0.570378] VFS: Disk quotas dquot_6.6.0\n[ 0.571480] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573869] fuse init (API version 7.23)\n[ 0.575047] Key type big_key registered\n[ 0.576090] Allocating IMA MOK and blacklist keyrings.\n[ 0.577589] Key type asymmetric registered\n[ 0.578711] Asymmetric key parser 'x509' registered\n[ 0.579985] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.581954] io scheduler noop registered\n[ 0.583023] io scheduler deadline registered (default)\n[ 0.584318] io scheduler cfq registered\n[ 0.585412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586847] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590504] ACPI: Power Button [PWRF]\n[ 0.591623] GHES: HEST is not enabled!\n[ 0.610008] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.648308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.651716] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.676181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678939] Linux agpgart interface v0.103\n[ 0.681598] brd: module loaded\n[ 0.683661] loop: module loaded\n[ 0.688925] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.691155] GPT:90111 != 20971519\n[ 0.692101] GPT:Alternate GPT header not at the end of the disk.\n[ 0.693585] GPT:90111 != 20971519\n[ 0.694509] GPT: Use GNU Parted to correct GPT errors.\n[ 0.695792] vda: vda1 vda15\n[ 0.697442] scsi host0: ata_piix\n[ 0.698475] scsi host1: ata_piix\n[ 0.699408] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.701036] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.703137] libphy: Fixed MDIO Bus: probed\n[ 0.704241] tun: Universal TUN/TAP device driver, 1.6\n[ 0.705536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.707908] PPP generic driver version 2.4.2\n[ 0.709105] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.710751] ehci-pci: EHCI PCI platform driver\n[ 0.711930] ehci-platform: EHCI generic platform driver\n[ 0.713268] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.714812] ohci-pci: OHCI PCI platform driver\n[ 0.715978] ohci-platform: OHCI generic platform driver\n[ 0.717330] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736697] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738099] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.739566] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741683] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742903] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.744318] usb usb1: Product: UHCI Host Controller\n[ 0.745264] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746407] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747416] hub 1-0:1.0: USB hub found\n[ 0.748197] hub 1-0:1.0: 2 ports detected\n[ 0.749107] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751235] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752205] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753251] mousedev: PS/2 mouse device common for all mice\n[ 0.754417] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755622] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.757338] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758628] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.759829] i2c /dev entries driver\n[ 0.760580] device-mapper: uevent: version 1.0.3\n[ 0.761533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.763157] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.764445] NET: Registered protocol family 10\n[ 0.765841] NET: Registered protocol family 17\n[ 0.766733] Key type dns_resolver registered\n[ 0.767683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768784] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.769890] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.771639] registered taskstats version 1\n[ 0.772474] Loading compiled-in X.509 certificates\n[ 0.773924] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.775767] zswap: loaded using pool lzo/zbud\n[ 0.777255] Key type trusted registered\n[ 0.778908] Key type encrypted registered\n[ 0.779733] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.780765] ima: No TPM chip found, activating TPM-bypass!\n[ 0.781820] evm: HMAC attrs: 0x1\n[ 0.782769] Magic number: 2:717:147\n[ 0.783549] acpi device:18: hash matches\n[ 0.794795] rtc_cmos 00:00: setting system clock to 2018-09-04 22:06:56 UTC (1536098816)\n[ 0.796425] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.797557] EDD information not available.\n[ 0.858281] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.859842] Write protecting the kernel read-only data: 14336k\n[ 0.861455] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.863270] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.926466] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000b1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing KO\n"} 2018-09-04 22:07:22,995 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c/action used request id req-d4dd8703-e987-4cd5-a498-32bf7656a8b4 2018-09-04 22:07:22,996 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:07:22,997 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 508851624 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.130185] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131819] pid_max: default: 32768 minimum: 301 [ 0.132702] ACPI: Core revision 20150930 [ 0.134110] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135402] Security Framework initialized [ 0.136207] Yama: becoming mindful. [ 0.136926] AppArmor: AppArmor initialized [ 0.137822] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139152] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140408] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141633] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143024] Initializing cgroup subsys io [ 0.143847] Initializing cgroup subsys memory [ 0.144701] Initializing cgroup subsys devices [ 0.145598] Initializing cgroup subsys freezer [ 0.146481] Initializing cgroup subsys net_cls [ 0.147371] Initializing cgroup subsys perf_event [ 0.148294] Initializing cgroup subsys net_prio [ 0.149164] Initializing cgroup subsys hugetlb [ 0.150080] Initializing cgroup subsys pids [ 0.150937] CPU: Physical Processor ID: 0 [ 0.152418] mce: CPU supports 10 MCE banks [ 0.153274] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.156555] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.162948] ftrace: allocating 31920 entries in 125 pages [ 0.189347] smpboot: Max logical packages: 2 [ 0.190236] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.191414] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.192743] x2apic enabled [ 0.193575] Switched APIC routing to physical x2apic. [ 0.195395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.196623] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.198802] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.200757] KVM setup paravirtual spinlock [ 0.202184] x86: Booting SMP configuration: [ 0.203091] .... node #0, CPUs: #1 [ 0.203989] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.225682] x86: Booted up 1 node, 2 CPUs [ 0.225684] KVM setup async PF for cpu 1 [ 0.225687] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.228311] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.229801] devtmpfs: initialized [ 0.231521] evm: security.selinux [ 0.232214] evm: security.SMACK64 [ 0.232896] evm: security.SMACK64EXEC [ 0.233625] evm: security.SMACK64TRANSMUTE [ 0.234430] evm: security.SMACK64MMAP [ 0.235163] evm: security.ima [ 0.235793] evm: security.capability [ 0.236629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238467] pinctrl core: initialized pinctrl subsystem [ 0.239550] RTC time: 22:06:56, date: 09/04/18 [ 0.240512] NET: Registered protocol family 16 [ 0.250510] cpuidle: using governor ladder [ 0.262610] cpuidle: using governor menu [ 0.263423] PCCT header not found. [ 0.264204] ACPI: bus type PCI registered [ 0.264998] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.266227] PCI: Using configuration type 1 for base access [ 0.279641] ACPI: Added _OSI(Module Device) [ 0.280482] ACPI: Added _OSI(Processor Device) [ 0.281329] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.282216] ACPI: Added _OSI(Processor Aggregator Device) [ 0.284558] ACPI: Interpreter enabled [ 0.285318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.287139] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.288965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.290778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.292595] ACPI: (supports S0 S5) [ 0.293294] ACPI: Using IOAPIC for interrupt routing [ 0.294225] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.297572] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.298696] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.299900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.301069] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.303271] acpiphp: Slot [3] registered [ 0.304067] acpiphp: Slot [4] registered [ 0.304866] acpiphp: Slot [5] registered [ 0.305649] acpiphp: Slot [6] registered [ 0.306437] acpiphp: Slot [7] registered [ 0.307221] acpiphp: Slot [8] registered [ 0.308013] acpiphp: Slot [9] registered [ 0.308798] acpiphp: Slot [10] registered [ 0.319719] acpiphp: Slot [11] registered [ 0.320519] acpiphp: Slot [12] registered [ 0.321323] acpiphp: Slot [13] registered [ 0.322122] acpiphp: Slot [14] registered [ 0.322919] acpiphp: Slot [15] registered [ 0.323724] acpiphp: Slot [16] registered [ 0.324523] acpiphp: Slot [17] registered [ 0.325321] acpiphp: Slot [18] registered [ 0.326120] acpiphp: Slot [19] registered [ 0.326919] acpiphp: Slot [20] registered [ 0.327726] acpiphp: Slot [21] registered [ 0.328522] acpiphp: Slot [22] registered [ 0.329322] acpiphp: Slot [23] registered [ 0.330124] acpiphp: Slot [24] registered [ 0.330921] acpiphp: Slot [25] registered [ 0.331725] acpiphp: Slot [26] registered [ 0.332525] acpiphp: Slot [27] registered [ 0.333327] acpiphp: Slot [28] registered [ 0.334127] acpiphp: Slot [29] registered [ 0.334923] acpiphp: Slot [30] registered [ 0.335726] acpiphp: Slot [31] registered [ 0.336517] PCI host bridge to bus 0000:00 [ 0.337313] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.338500] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.339691] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.341122] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.342547] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.348871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.350148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.351299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.352536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.359010] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.360421] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.406779] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.408247] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.409647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.411057] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.412424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.413684] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.415098] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.416135] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.417653] vgaarb: loaded [ 0.418247] vgaarb: bridge control possible 0000:00:02.0 [ 0.419759] SCSI subsystem initialized [ 0.420596] ACPI: bus type USB registered [ 0.421405] usbcore: registered new interface driver usbfs [ 0.422422] usbcore: registered new interface driver hub [ 0.423417] usbcore: registered new device driver usb [ 0.424506] PCI: Using ACPI for IRQ routing [ 0.425529] NetLabel: Initializing [ 0.426241] NetLabel: domain hash size = 128 [ 0.427081] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.428025] NetLabel: unlabeled traffic allowed by default [ 0.429156] clocksource: Switched to clocksource kvm-clock [ 0.435247] AppArmor: AppArmor Filesystem Enabled [ 0.436192] pnp: PnP ACPI init [ 0.437121] pnp: PnP ACPI: found 5 devices [ 0.443817] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445503] NET: Registered protocol family 2 [ 0.446461] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.447715] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.448867] TCP: Hash tables configured (established 4096 bind 4096) [ 0.450016] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.451078] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.452225] NET: Registered protocol family 1 [ 0.453079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.454160] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.455215] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.473890] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.492749] Trying to unpack rootfs image as initramfs... [ 0.543380] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.557454] Scanning for low memory corruption every 60 seconds [ 0.559275] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.560874] audit: initializing netlink subsys (disabled) [ 0.562297] audit: type=2000 audit(1536098817.180:1): initialized [ 0.564022] Initialise system trusted keyring [ 0.565264] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.566861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.569422] zbud: loaded [ 0.570378] VFS: Disk quotas dquot_6.6.0 [ 0.571480] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.573869] fuse init (API version 7.23) [ 0.575047] Key type big_key registered [ 0.576090] Allocating IMA MOK and blacklist keyrings. [ 0.577589] Key type asymmetric registered [ 0.578711] Asymmetric key parser 'x509' registered [ 0.579985] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.581954] io scheduler noop registered [ 0.583023] io scheduler deadline registered (default) [ 0.584318] io scheduler cfq registered [ 0.585412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.586847] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.588521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.590504] ACPI: Power Button [PWRF] [ 0.591623] GHES: HEST is not enabled! [ 0.610008] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.648308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.651716] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.676181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678939] Linux agpgart interface v0.103 [ 0.681598] brd: module loaded [ 0.683661] loop: module loaded [ 0.688925] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.691155] GPT:90111 != 20971519 [ 0.692101] GPT:Alternate GPT header not at the end of the disk. [ 0.693585] GPT:90111 != 20971519 [ 0.694509] GPT: Use GNU Parted to correct GPT errors. [ 0.695792] vda: vda1 vda15 [ 0.697442] scsi host0: ata_piix [ 0.698475] scsi host1: ata_piix [ 0.699408] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.701036] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.703137] libphy: Fixed MDIO Bus: probed [ 0.704241] tun: Universal TUN/TAP device driver, 1.6 [ 0.705536] tun: (C) 1999-2004 Max Krasnyansky [ 0.707908] PPP generic driver version 2.4.2 [ 0.709105] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.710751] ehci-pci: EHCI PCI platform driver [ 0.711930] ehci-platform: EHCI generic platform driver [ 0.713268] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.714812] ohci-pci: OHCI PCI platform driver [ 0.715978] ohci-platform: OHCI generic platform driver [ 0.717330] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736697] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738099] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.739566] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.740561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741683] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742903] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.744318] usb usb1: Product: UHCI Host Controller [ 0.745264] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.746407] usb usb1: SerialNumber: 0000:00:01.2 [ 0.747416] hub 1-0:1.0: USB hub found [ 0.748197] hub 1-0:1.0: 2 ports detected [ 0.749107] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.751235] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.752205] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.753251] mousedev: PS/2 mouse device common for all mice [ 0.754417] rtc_cmos 00:00: RTC can wake from S4 [ 0.755622] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.757338] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.758628] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.759829] i2c /dev entries driver [ 0.760580] device-mapper: uevent: version 1.0.3 [ 0.761533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.763157] ledtrig-cpu: registered to indicate activity on CPUs [ 0.764445] NET: Registered protocol family 10 [ 0.765841] NET: Registered protocol family 17 [ 0.766733] Key type dns_resolver registered [ 0.767683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.768784] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.769890] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.771639] registered taskstats version 1 [ 0.772474] Loading compiled-in X.509 certificates [ 0.773924] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.775767] zswap: loaded using pool lzo/zbud [ 0.777255] Key type trusted registered [ 0.778908] Key type encrypted registered [ 0.779733] AppArmor: AppArmor sha1 policy hashing enabled [ 0.780765] ima: No TPM chip found, activating TPM-bypass! [ 0.781820] evm: HMAC attrs: 0x1 [ 0.782769] Magic number: 2:717:147 [ 0.783549] acpi device:18: hash matches [ 0.794795] rtc_cmos 00:00: setting system clock to 2018-09-04 22:06:56 UTC (1536098816) [ 0.796425] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.797557] EDD information not available. [ 0.858281] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.859842] Write protecting the kernel read-only data: 14336k [ 0.861455] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.863270] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.926466] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.200.201.5... Lease of 10.200.201.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.201.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.29. iid=i-000000b1 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 vPing KO 2018-09-04 22:07:22,997 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-09-04 22:07:23,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:23,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e9e8afe-e0ca-4b63-86dc-7a83b5e27e55 x-compute-request-id: req-0e9e8afe-e0ca-4b63-86dc-7a83b5e27e55 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:ec:49", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:07:16.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "security_groups": [{"name": "default"}], "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:07:18Z", "hostId": "3de0d6922abdfec8f00752cc777e282d12ba5045abc4469004336c02", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2", "created": "2018-09-04T22:07:09Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:23,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-0e9e8afe-e0ca-4b63-86dc-7a83b5e27e55 2018-09-04 22:07:23,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:07:24,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62963a50-6eaf-4e4e-b39b-cb7b2229dcde x-compute-request-id: req-62963a50-6eaf-4e4e-b39b-cb7b2229dcde Content-Encoding: gzip Content-Length: 9619 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 840607887 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142319] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144821] pid_max: default: 32768 minimum: 301\n[ 0.146171] ACPI: Core revision 20150930\n[ 0.147941] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149863] Security Framework initialized\n[ 0.151068] Yama: becoming mindful.\n[ 0.152135] AppArmor: AppArmor initialized\n[ 0.153424] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155420] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157357] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161371] Initializing cgroup subsys io\n[ 0.162603] Initializing cgroup subsys memory\n[ 0.163918] Initializing cgroup subsys devices\n[ 0.165254] Initializing cgroup subsys freezer\n[ 0.166548] Initializing cgroup subsys net_cls\n[ 0.167842] Initializing cgroup subsys perf_event\n[ 0.169268] Initializing cgroup subsys net_prio\n[ 0.170586] Initializing cgroup subsys hugetlb\n[ 0.171886] Initializing cgroup subsys pids\n[ 0.173214] CPU: Physical Processor ID: 0\n[ 0.175101] mce: CPU supports 10 MCE banks\n[ 0.176347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177877] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180790] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188422] ftrace: allocating 31920 entries in 125 pages\n[ 0.216517] smpboot: Max logical packages: 2\n[ 0.217759] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219610] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.221618] x2apic enabled\n[ 0.222696] Switched APIC routing to physical x2apic.\n[ 0.224973] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226783] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229915] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.232882] KVM setup paravirtual spinlock\n[ 0.234853] x86: Booting SMP configuration:\n[ 0.236220] .... node #0, CPUs: #1\n[ 0.237536] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.259259] x86: Booted up 1 node, 2 CPUs\n[ 0.259261] KVM setup async PF for cpu 1\n[ 0.259264] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.263198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.265490] devtmpfs: initialized\n[ 0.267552] evm: security.selinux\n[ 0.268602] evm: security.SMACK64\n[ 0.269650] evm: security.SMACK64EXEC\n[ 0.270792] evm: security.SMACK64TRANSMUTE\n[ 0.272065] evm: security.SMACK64MMAP\n[ 0.273234] evm: security.ima\n[ 0.274229] evm: security.capability\n[ 0.275447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.278372] pinctrl core: initialized pinctrl subsystem\n[ 0.280032] RTC time: 22:07:16, date: 09/04/18\n[ 0.281496] NET: Registered protocol family 16\n[ 0.294907] cpuidle: using governor ladder\n[ 0.306930] cpuidle: using governor menu\n[ 0.308177] PCCT header not found.\n[ 0.309323] ACPI: bus type PCI registered\n[ 0.310544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312496] PCI: Using configuration type 1 for base access\n[ 0.324754] ACPI: Added _OSI(Module Device)\n[ 0.326065] ACPI: Added _OSI(Processor Device)\n[ 0.327428] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.328851] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331782] ACPI: Interpreter enabled\n[ 0.332952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.335873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.338830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.341991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.345073] ACPI: (supports S0 S5)\n[ 0.346217] ACPI: Using IOAPIC for interrupt routing\n[ 0.347730] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.352325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.354174] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.356205] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358142] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361692] acpiphp: Slot [3] registered\n[ 0.362940] acpiphp: Slot [4] registered\n[ 0.364202] acpiphp: Slot [5] registered\n[ 0.365439] acpiphp: Slot [6] registered\n[ 0.366667] acpiphp: Slot [7] registered\n[ 0.367888] acpiphp: Slot [8] registered\n[ 0.369110] acpiphp: Slot [9] registered\n[ 0.370320] acpiphp: Slot [10] registered\n[ 0.381427] acpiphp: Slot [11] registered\n[ 0.382673] acpiphp: Slot [12] registered\n[ 0.383960] acpiphp: Slot [13] registered\n[ 0.385198] acpiphp: Slot [14] registered\n[ 0.386462] acpiphp: Slot [15] registered\n[ 0.387706] acpiphp: Slot [16] registered\n[ 0.388953] acpiphp: Slot [17] registered\n[ 0.390193] acpiphp: Slot [18] registered\n[ 0.391426] acpiphp: Slot [19] registered\n[ 0.392660] acpiphp: Slot [20] registered\n[ 0.393937] acpiphp: Slot [21] registered\n[ 0.395193] acpiphp: Slot [22] registered\n[ 0.396481] acpiphp: Slot [23] registered\n[ 0.397733] acpiphp: Slot [24] registered\n[ 0.398981] acpiphp: Slot [25] registered\n[ 0.400206] acpiphp: Slot [26] registered\n[ 0.401449] acpiphp: Slot [27] registered\n[ 0.402691] acpiphp: Slot [28] registered\n[ 0.403936] acpiphp: Slot [29] registered\n[ 0.405193] acpiphp: Slot [30] registered\n[ 0.406466] acpiphp: Slot [31] registered\n[ 0.407704] PCI host bridge to bus 0000:00\n[ 0.408961] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.410913] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.412882] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.415188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.417492] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.424594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426659] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.431399] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.440095] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.486411] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.488492] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.491771] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.493829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.495844] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.497719] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.499482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.501152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.503591] vgaarb: loaded\n[ 0.504498] vgaarb: bridge control possible 0000:00:02.0\n[ 0.506612] SCSI subsystem initialized\n[ 0.507819] ACPI: bus type USB registered\n[ 0.509012] usbcore: registered new interface driver usbfs\n[ 0.510557] usbcore: registered new interface driver hub\n[ 0.512088] usbcore: registered new device driver usb\n[ 0.513690] PCI: Using ACPI for IRQ routing\n[ 0.515122] NetLabel: Initializing\n[ 0.516133] NetLabel: domain hash size = 128\n[ 0.517418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.518843] NetLabel: unlabeled traffic allowed by default\n[ 0.520527] clocksource: Switched to clocksource kvm-clock\n[ 0.527301] AppArmor: AppArmor Filesystem Enabled\n[ 0.528711] pnp: PnP ACPI init\n[ 0.529970] pnp: PnP ACPI: found 5 devices\n[ 0.537318] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.539897] NET: Registered protocol family 2\n[ 0.541289] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.543208] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.544955] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.546690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.548340] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.550124] NET: Registered protocol family 1\n[ 0.551403] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.553059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.554679] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.573526] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.592625] Trying to unpack rootfs image as initramfs...\n[ 0.642582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.657496] Scanning for low memory corruption every 60 seconds\n[ 0.659584] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.661457] audit: initializing netlink subsys (disabled)\n[ 0.666114] audit: type=2000 audit(1536098837.777:1): initialized\n[ 0.669225] Initialise system trusted keyring\n[ 0.670690] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.672497] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.675280] zbud: loaded\n[ 0.676670] VFS: Disk quotas dquot_6.6.0\n[ 0.677932] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.680304] fuse init (API version 7.23)\n[ 0.681677] Key type big_key registered\n[ 0.682907] Allocating IMA MOK and blacklist keyrings.\n[ 0.684898] Key type asymmetric registered\n[ 0.686180] Asymmetric key parser 'x509' registered\n[ 0.687676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.689996] io scheduler noop registered\n[ 0.691211] io scheduler deadline registered (default)\n[ 0.692773] io scheduler cfq registered\n[ 0.694051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.695673] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.697898] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.700454] ACPI: Power Button [PWRF]\n[ 0.701964] GHES: HEST is not enabled!\n[ 0.721741] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.759554] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.762195] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.785901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.788582] Linux agpgart interface v0.103\n[ 0.791367] brd: module loaded\n[ 0.793291] loop: module loaded\n[ 0.798016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.799457] GPT:90111 != 20971519\n[ 0.800137] GPT:Alternate GPT header not at the end of the disk.\n[ 0.801218] GPT:90111 != 20971519\n[ 0.801910] GPT: Use GNU Parted to correct GPT errors.\n[ 0.802861] vda: vda1 vda15\n[ 0.804492] scsi host0: ata_piix\n[ 0.805307] scsi host1: ata_piix\n[ 0.806013] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.807206] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.808461] libphy: Fixed MDIO Bus: probed\n[ 0.809409] tun: Universal TUN/TAP device driver, 1.6\n[ 0.810445] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.812444] PPP generic driver version 2.4.2\n[ 0.813637] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.815285] ehci-pci: EHCI PCI platform driver\n[ 0.816409] ehci-platform: EHCI generic platform driver\n[ 0.817703] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.819193] ohci-pci: OHCI PCI platform driver\n[ 0.820313] ohci-platform: OHCI generic platform driver\n[ 0.821604] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.841100] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.842437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.844257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.845542] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.846968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.848557] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.850347] usb usb1: Product: UHCI Host Controller\n[ 0.851634] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.853140] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.854442] hub 1-0:1.0: USB hub found\n[ 0.855416] hub 1-0:1.0: 2 ports detected\n[ 0.856548] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.859064] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.860267] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.861747] mousedev: PS/2 mouse device common for all mice\n[ 0.863445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.864853] rtc_cmos 00:00: RTC can wake from S4\n[ 0.865263] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.865339] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.865347] i2c /dev entries driver\n[ 0.865398] device-mapper: uevent: version 1.0.3\n[ 0.865441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.865460] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.866280] NET: Registered protocol family 10\n[ 0.868599] NET: Registered protocol family 17\n[ 0.868609] Key type dns_resolver registered\n[ 0.869763] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.869770] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.869790] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.869886] registered taskstats version 1\n[ 0.869898] Loading compiled-in X.509 certificates\n[ 0.870401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.870417] zswap: loaded using pool lzo/zbud\n[ 0.870992] Key type trusted registered\n[ 0.871751] Key type encrypted registered\n[ 0.871754] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.871756] ima: No TPM chip found, activating TPM-bypass!\n[ 0.871771] evm: HMAC attrs: 0x1\n[ 0.872378] Magic number: 2:717:147\n[ 0.872418] acpi device:18: hash matches\n[ 0.874041] rtc_cmos 00:00: setting system clock to 2018-09-04 22:07:17 UTC (1536098837)\n[ 0.874096] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.874097] EDD information not available.\n[ 0.965654] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.967909] Write protecting the kernel read-only data: 14336k\n[ 0.969798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.971660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.75\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.030091] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.69. iid=i-000000b4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdtxpqI0AJ9LaxjuKGvkCsO9MgZ6BomPTjEpNu19vO3DcnMF0IvynPUwWzT/zTGHz5RDzNBie/g86P0vl0fx1788VxH5Cv8fJv4UJwHKr+sJnvCle/KQ6SBlL2JJp/DrYFTnqYj5smcsGC04dGiw51Vh/BMZmNu0p3eOpme1JSfwkoMveRD3OCpHejAS0C01xBgTciQTBMpXn/UDeF+ghWo9ptC5EylLQIIysAZPws4P5NkZDUeEr2qf/a17BnMYIMJAL+J7XVxYumxr+NkB18i+Ya2hAn2nI2IOPOMGoJcVHUShjzoQkCF34ccMgMznRqdBX922TYHJApc4K8yupH root@createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c\nssh-dss AAAAB3NzaC1kc3MAAACBANsG7JjDWs5O6FsVgdJd0ILMTk9F8HhoDI05suXhgXBiTjbd7RQBkKis5Z+z91cVk030h7wRlAk8Xbkz/+muRoPxjS3yIS/8DlxHDzUMtEo6Jia02ZaBJgQXhUrLv6g4fgssX9PEmaSyC9U3qDyE5x/hSJIM+K/gEu4549VfUXoPAAAAFQCFHEE5+3e0/IIyxjKJnkdcIo4JLwAAAIEAmlbnm1TUuxfe/qmSlYOlHlOzO++6pJPE8w+RoVqj1Kd0XMWSToR7B2y0Kc/d8KMavdetVqPca+pX4lLp3Mbrb9DRZBVmuf3+7r+jtPEtqcYElY0tMYlXEA4AWbAZuFMFo3u8Vmg0Cj5q7oJAiQIYDSCZJW34vKoLpXISXyUd3JYAAACBAJMwspL/GhlJ2pmX8fpytL9tl6pVkWzmNnqx45q5nRi0+8aw9sLaWV5AHLRpcbsyqfc35rkdKamtgAf6IHuEGnLjWzTxBZN7vR6jmyhvOrMM9PliWOtFQS+A7vXLMW1W+llM8lytIEtv4Bq0LO4wqHciLBbIJkRzt+GIvTlSU3Jn root@createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.200.202.5,24,fe80::f816:3eff:fe51:ec49/64,\nip-route:default via 10.200.202.1 dev eth0 \nip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 \nip-route:169.254.169.254 via 10.200.202.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000b4\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.48 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c login: "} 2018-09-04 22:07:24,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30/action used request id req-62963a50-6eaf-4e4e-b39b-cb7b2229dcde 2018-09-04 22:07:24,772 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:07:24,772 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 840607887 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.142319] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144821] pid_max: default: 32768 minimum: 301 [ 0.146171] ACPI: Core revision 20150930 [ 0.147941] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149863] Security Framework initialized [ 0.151068] Yama: becoming mindful. [ 0.152135] AppArmor: AppArmor initialized [ 0.153424] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.155420] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.157357] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.159238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161371] Initializing cgroup subsys io [ 0.162603] Initializing cgroup subsys memory [ 0.163918] Initializing cgroup subsys devices [ 0.165254] Initializing cgroup subsys freezer [ 0.166548] Initializing cgroup subsys net_cls [ 0.167842] Initializing cgroup subsys perf_event [ 0.169268] Initializing cgroup subsys net_prio [ 0.170586] Initializing cgroup subsys hugetlb [ 0.171886] Initializing cgroup subsys pids [ 0.173214] CPU: Physical Processor ID: 0 [ 0.175101] mce: CPU supports 10 MCE banks [ 0.176347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177877] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.180790] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188422] ftrace: allocating 31920 entries in 125 pages [ 0.216517] smpboot: Max logical packages: 2 [ 0.217759] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.219610] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.221618] x2apic enabled [ 0.222696] Switched APIC routing to physical x2apic. [ 0.224973] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.226783] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.229915] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232882] KVM setup paravirtual spinlock [ 0.234853] x86: Booting SMP configuration: [ 0.236220] .... node #0, CPUs: #1 [ 0.237536] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.259259] x86: Booted up 1 node, 2 CPUs [ 0.259261] KVM setup async PF for cpu 1 [ 0.259264] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.263198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.265490] devtmpfs: initialized [ 0.267552] evm: security.selinux [ 0.268602] evm: security.SMACK64 [ 0.269650] evm: security.SMACK64EXEC [ 0.270792] evm: security.SMACK64TRANSMUTE [ 0.272065] evm: security.SMACK64MMAP [ 0.273234] evm: security.ima [ 0.274229] evm: security.capability [ 0.275447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.278372] pinctrl core: initialized pinctrl subsystem [ 0.280032] RTC time: 22:07:16, date: 09/04/18 [ 0.281496] NET: Registered protocol family 16 [ 0.294907] cpuidle: using governor ladder [ 0.306930] cpuidle: using governor menu [ 0.308177] PCCT header not found. [ 0.309323] ACPI: bus type PCI registered [ 0.310544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.312496] PCI: Using configuration type 1 for base access [ 0.324754] ACPI: Added _OSI(Module Device) [ 0.326065] ACPI: Added _OSI(Processor Device) [ 0.327428] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.328851] ACPI: Added _OSI(Processor Aggregator Device) [ 0.331782] ACPI: Interpreter enabled [ 0.332952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.335873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.338830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.341991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.345073] ACPI: (supports S0 S5) [ 0.346217] ACPI: Using IOAPIC for interrupt routing [ 0.347730] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.352325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.354174] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.356205] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358142] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.361692] acpiphp: Slot [3] registered [ 0.362940] acpiphp: Slot [4] registered [ 0.364202] acpiphp: Slot [5] registered [ 0.365439] acpiphp: Slot [6] registered [ 0.366667] acpiphp: Slot [7] registered [ 0.367888] acpiphp: Slot [8] registered [ 0.369110] acpiphp: Slot [9] registered [ 0.370320] acpiphp: Slot [10] registered [ 0.381427] acpiphp: Slot [11] registered [ 0.382673] acpiphp: Slot [12] registered [ 0.383960] acpiphp: Slot [13] registered [ 0.385198] acpiphp: Slot [14] registered [ 0.386462] acpiphp: Slot [15] registered [ 0.387706] acpiphp: Slot [16] registered [ 0.388953] acpiphp: Slot [17] registered [ 0.390193] acpiphp: Slot [18] registered [ 0.391426] acpiphp: Slot [19] registered [ 0.392660] acpiphp: Slot [20] registered [ 0.393937] acpiphp: Slot [21] registered [ 0.395193] acpiphp: Slot [22] registered [ 0.396481] acpiphp: Slot [23] registered [ 0.397733] acpiphp: Slot [24] registered [ 0.398981] acpiphp: Slot [25] registered [ 0.400206] acpiphp: Slot [26] registered [ 0.401449] acpiphp: Slot [27] registered [ 0.402691] acpiphp: Slot [28] registered [ 0.403936] acpiphp: Slot [29] registered [ 0.405193] acpiphp: Slot [30] registered [ 0.406466] acpiphp: Slot [31] registered [ 0.407704] PCI host bridge to bus 0000:00 [ 0.408961] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.410913] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.412882] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.415188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.417492] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.424594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.426659] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.428552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.431399] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.437801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.440095] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.486411] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.488492] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.491771] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.493829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.495844] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.497719] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.499482] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.501152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.503591] vgaarb: loaded [ 0.504498] vgaarb: bridge control possible 0000:00:02.0 [ 0.506612] SCSI subsystem initialized [ 0.507819] ACPI: bus type USB registered [ 0.509012] usbcore: registered new interface driver usbfs [ 0.510557] usbcore: registered new interface driver hub [ 0.512088] usbcore: registered new device driver usb [ 0.513690] PCI: Using ACPI for IRQ routing [ 0.515122] NetLabel: Initializing [ 0.516133] NetLabel: domain hash size = 128 [ 0.517418] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.518843] NetLabel: unlabeled traffic allowed by default [ 0.520527] clocksource: Switched to clocksource kvm-clock [ 0.527301] AppArmor: AppArmor Filesystem Enabled [ 0.528711] pnp: PnP ACPI init [ 0.529970] pnp: PnP ACPI: found 5 devices [ 0.537318] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.539897] NET: Registered protocol family 2 [ 0.541289] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.543208] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.544955] TCP: Hash tables configured (established 4096 bind 4096) [ 0.546690] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.548340] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.550124] NET: Registered protocol family 1 [ 0.551403] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.553059] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.554679] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.573526] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.592625] Trying to unpack rootfs image as initramfs... [ 0.642582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.657496] Scanning for low memory corruption every 60 seconds [ 0.659584] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.661457] audit: initializing netlink subsys (disabled) [ 0.666114] audit: type=2000 audit(1536098837.777:1): initialized [ 0.669225] Initialise system trusted keyring [ 0.670690] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.672497] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.675280] zbud: loaded [ 0.676670] VFS: Disk quotas dquot_6.6.0 [ 0.677932] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.680304] fuse init (API version 7.23) [ 0.681677] Key type big_key registered [ 0.682907] Allocating IMA MOK and blacklist keyrings. [ 0.684898] Key type asymmetric registered [ 0.686180] Asymmetric key parser 'x509' registered [ 0.687676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.689996] io scheduler noop registered [ 0.691211] io scheduler deadline registered (default) [ 0.692773] io scheduler cfq registered [ 0.694051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.695673] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.697898] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.700454] ACPI: Power Button [PWRF] [ 0.701964] GHES: HEST is not enabled! [ 0.721741] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.759554] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.762195] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.785901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.788582] Linux agpgart interface v0.103 [ 0.791367] brd: module loaded [ 0.793291] loop: module loaded [ 0.798016] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.799457] GPT:90111 != 20971519 [ 0.800137] GPT:Alternate GPT header not at the end of the disk. [ 0.801218] GPT:90111 != 20971519 [ 0.801910] GPT: Use GNU Parted to correct GPT errors. [ 0.802861] vda: vda1 vda15 [ 0.804492] scsi host0: ata_piix [ 0.805307] scsi host1: ata_piix [ 0.806013] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.807206] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.808461] libphy: Fixed MDIO Bus: probed [ 0.809409] tun: Universal TUN/TAP device driver, 1.6 [ 0.810445] tun: (C) 1999-2004 Max Krasnyansky [ 0.812444] PPP generic driver version 2.4.2 [ 0.813637] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.815285] ehci-pci: EHCI PCI platform driver [ 0.816409] ehci-platform: EHCI generic platform driver [ 0.817703] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.819193] ohci-pci: OHCI PCI platform driver [ 0.820313] ohci-platform: OHCI generic platform driver [ 0.821604] uhci_hcd: USB Universal Host Controller Interface driver [ 0.841100] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.842437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.844257] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.845542] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.846968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.848557] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.850347] usb usb1: Product: UHCI Host Controller [ 0.851634] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.853140] usb usb1: SerialNumber: 0000:00:01.2 [ 0.854442] hub 1-0:1.0: USB hub found [ 0.855416] hub 1-0:1.0: 2 ports detected [ 0.856548] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.859064] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.860267] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.861747] mousedev: PS/2 mouse device common for all mice [ 0.863445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.864853] rtc_cmos 00:00: RTC can wake from S4 [ 0.865263] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.865339] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.865347] i2c /dev entries driver [ 0.865398] device-mapper: uevent: version 1.0.3 [ 0.865441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.865460] ledtrig-cpu: registered to indicate activity on CPUs [ 0.866280] NET: Registered protocol family 10 [ 0.868599] NET: Registered protocol family 17 [ 0.868609] Key type dns_resolver registered [ 0.869763] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.869770] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.869790] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.869886] registered taskstats version 1 [ 0.869898] Loading compiled-in X.509 certificates [ 0.870401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.870417] zswap: loaded using pool lzo/zbud [ 0.870992] Key type trusted registered [ 0.871751] Key type encrypted registered [ 0.871754] AppArmor: AppArmor sha1 policy hashing enabled [ 0.871756] ima: No TPM chip found, activating TPM-bypass! [ 0.871771] evm: HMAC attrs: 0x1 [ 0.872378] Magic number: 2:717:147 [ 0.872418] acpi device:18: hash matches [ 0.874041] rtc_cmos 00:00: setting system clock to 2018-09-04 22:07:17 UTC (1536098837) [ 0.874096] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.874097] EDD information not available. [ 0.965654] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.967909] Write protecting the kernel read-only data: 14336k [ 0.969798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.971660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.75 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 1.030091] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.49 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.200.202.5... Lease of 10.200.202.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.202.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.69. iid=i-000000b4 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdtxpqI0AJ9LaxjuKGvkCsO9MgZ6BomPTjEpNu19vO3DcnMF0IvynPUwWzT/zTGHz5RDzNBie/g86P0vl0fx1788VxH5Cv8fJv4UJwHKr+sJnvCle/KQ6SBlL2JJp/DrYFTnqYj5smcsGC04dGiw51Vh/BMZmNu0p3eOpme1JSfwkoMveRD3OCpHejAS0C01xBgTciQTBMpXn/UDeF+ghWo9ptC5EylLQIIysAZPws4P5NkZDUeEr2qf/a17BnMYIMJAL+J7XVxYumxr+NkB18i+Ya2hAn2nI2IOPOMGoJcVHUShjzoQkCF34ccMgMznRqdBX922TYHJApc4K8yupH root@createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c ssh-dss AAAAB3NzaC1kc3MAAACBANsG7JjDWs5O6FsVgdJd0ILMTk9F8HhoDI05suXhgXBiTjbd7RQBkKis5Z+z91cVk030h7wRlAk8Xbkz/+muRoPxjS3yIS/8DlxHDzUMtEo6Jia02ZaBJgQXhUrLv6g4fgssX9PEmaSyC9U3qDyE5x/hSJIM+K/gEu4549VfUXoPAAAAFQCFHEE5+3e0/IIyxjKJnkdcIo4JLwAAAIEAmlbnm1TUuxfe/qmSlYOlHlOzO++6pJPE8w+RoVqj1Kd0XMWSToR7B2y0Kc/d8KMavdetVqPca+pX4lLp3Mbrb9DRZBVmuf3+7r+jtPEtqcYElY0tMYlXEA4AWbAZuFMFo3u8Vmg0Cj5q7oJAiQIYDSCZJW34vKoLpXISXyUd3JYAAACBAJMwspL/GhlJ2pmX8fpytL9tl6pVkWzmNnqx45q5nRi0+8aw9sLaWV5AHLRpcbsyqfc35rkdKamtgAf6IHuEGnLjWzTxBZN7vR6jmyhvOrMM9PliWOtFQS+A7vXLMW1W+llM8lytIEtv4Bq0LO4wqHciLBbIJkRzt+GIvTlSU3Jn root@createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.200.202.5,24,fe80::f816:3eff:fe51:ec49/64, ip-route:default via 10.200.202.1 dev eth0 ip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 ip-route:169.254.169.254 via 10.200.202.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000b4 name: N/A availability-zone: nova local-hostname: createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c launch-index: 0 === cirros: current=0.4.0 uptime=5.48 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c login: 2018-09-04 22:07:25,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:26,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3870bfe-b6f1-476a-a260-71d2732e36e5 x-compute-request-id: req-d3870bfe-b6f1-476a-a260-71d2732e36e5 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:3d:5c", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:06:56.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "4ba371c5-1eaa-4957-8911-96a25769031c", "security_groups": [{"name": "default"}], "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:06:57Z", "hostId": "08118600eaac0c6c306870aae0054b7a2953f0636d5815cdab6e55d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1", "created": "2018-09-04T22:06:48Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:26,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-d3870bfe-b6f1-476a-a260-71d2732e36e5 2018-09-04 22:07:26,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:07:27,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88d4dc47-d492-432c-8d02-9784fb55c4fd x-compute-request-id: req-88d4dc47-d492-432c-8d02-9784fb55c4fd Content-Encoding: gzip Content-Length: 9642 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508851624 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130185] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131819] pid_max: default: 32768 minimum: 301\n[ 0.132702] ACPI: Core revision 20150930\n[ 0.134110] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135402] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136926] AppArmor: AppArmor initialized\n[ 0.137822] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139152] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140408] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141633] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143024] Initializing cgroup subsys io\n[ 0.143847] Initializing cgroup subsys memory\n[ 0.144701] Initializing cgroup subsys devices\n[ 0.145598] Initializing cgroup subsys freezer\n[ 0.146481] Initializing cgroup subsys net_cls\n[ 0.147371] Initializing cgroup subsys perf_event\n[ 0.148294] Initializing cgroup subsys net_prio\n[ 0.149164] Initializing cgroup subsys hugetlb\n[ 0.150080] Initializing cgroup subsys pids\n[ 0.150937] CPU: Physical Processor ID: 0\n[ 0.152418] mce: CPU supports 10 MCE banks\n[ 0.153274] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154304] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.156555] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.162948] ftrace: allocating 31920 entries in 125 pages\n[ 0.189347] smpboot: Max logical packages: 2\n[ 0.190236] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.191414] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.192743] x2apic enabled\n[ 0.193575] Switched APIC routing to physical x2apic.\n[ 0.195395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.196623] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.198802] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.200757] KVM setup paravirtual spinlock\n[ 0.202184] x86: Booting SMP configuration:\n[ 0.203091] .... node #0, CPUs: #1\n[ 0.203989] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.225682] x86: Booted up 1 node, 2 CPUs\n[ 0.225684] KVM setup async PF for cpu 1\n[ 0.225687] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.228311] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.229801] devtmpfs: initialized\n[ 0.231521] evm: security.selinux\n[ 0.232214] evm: security.SMACK64\n[ 0.232896] evm: security.SMACK64EXEC\n[ 0.233625] evm: security.SMACK64TRANSMUTE\n[ 0.234430] evm: security.SMACK64MMAP\n[ 0.235163] evm: security.ima\n[ 0.235793] evm: security.capability\n[ 0.236629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238467] pinctrl core: initialized pinctrl subsystem\n[ 0.239550] RTC time: 22:06:56, date: 09/04/18\n[ 0.240512] NET: Registered protocol family 16\n[ 0.250510] cpuidle: using governor ladder\n[ 0.262610] cpuidle: using governor menu\n[ 0.263423] PCCT header not found.\n[ 0.264204] ACPI: bus type PCI registered\n[ 0.264998] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266227] PCI: Using configuration type 1 for base access\n[ 0.279641] ACPI: Added _OSI(Module Device)\n[ 0.280482] ACPI: Added _OSI(Processor Device)\n[ 0.281329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282216] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284558] ACPI: Interpreter enabled\n[ 0.285318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287139] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.288965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292595] ACPI: (supports S0 S5)\n[ 0.293294] ACPI: Using IOAPIC for interrupt routing\n[ 0.294225] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.297572] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.298696] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.299900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301069] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.303271] acpiphp: Slot [3] registered\n[ 0.304067] acpiphp: Slot [4] registered\n[ 0.304866] acpiphp: Slot [5] registered\n[ 0.305649] acpiphp: Slot [6] registered\n[ 0.306437] acpiphp: Slot [7] registered\n[ 0.307221] acpiphp: Slot [8] registered\n[ 0.308013] acpiphp: Slot [9] registered\n[ 0.308798] acpiphp: Slot [10] registered\n[ 0.319719] acpiphp: Slot [11] registered\n[ 0.320519] acpiphp: Slot [12] registered\n[ 0.321323] acpiphp: Slot [13] registered\n[ 0.322122] acpiphp: Slot [14] registered\n[ 0.322919] acpiphp: Slot [15] registered\n[ 0.323724] acpiphp: Slot [16] registered\n[ 0.324523] acpiphp: Slot [17] registered\n[ 0.325321] acpiphp: Slot [18] registered\n[ 0.326120] acpiphp: Slot [19] registered\n[ 0.326919] acpiphp: Slot [20] registered\n[ 0.327726] acpiphp: Slot [21] registered\n[ 0.328522] acpiphp: Slot [22] registered\n[ 0.329322] acpiphp: Slot [23] registered\n[ 0.330124] acpiphp: Slot [24] registered\n[ 0.330921] acpiphp: Slot [25] registered\n[ 0.331725] acpiphp: Slot [26] registered\n[ 0.332525] acpiphp: Slot [27] registered\n[ 0.333327] acpiphp: Slot [28] registered\n[ 0.334127] acpiphp: Slot [29] registered\n[ 0.334923] acpiphp: Slot [30] registered\n[ 0.335726] acpiphp: Slot [31] registered\n[ 0.336517] PCI host bridge to bus 0000:00\n[ 0.337313] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338500] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.339691] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341122] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.342547] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.348871] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.352536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359010] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360421] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.406779] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.408247] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.409647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.411057] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.412424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413684] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.415098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416135] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.417653] vgaarb: loaded\n[ 0.418247] vgaarb: bridge control possible 0000:00:02.0\n[ 0.419759] SCSI subsystem initialized\n[ 0.420596] ACPI: bus type USB registered\n[ 0.421405] usbcore: registered new interface driver usbfs\n[ 0.422422] usbcore: registered new interface driver hub\n[ 0.423417] usbcore: registered new device driver usb\n[ 0.424506] PCI: Using ACPI for IRQ routing\n[ 0.425529] NetLabel: Initializing\n[ 0.426241] NetLabel: domain hash size = 128\n[ 0.427081] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.428025] NetLabel: unlabeled traffic allowed by default\n[ 0.429156] clocksource: Switched to clocksource kvm-clock\n[ 0.435247] AppArmor: AppArmor Filesystem Enabled\n[ 0.436192] pnp: PnP ACPI init\n[ 0.437121] pnp: PnP ACPI: found 5 devices\n[ 0.443817] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445503] NET: Registered protocol family 2\n[ 0.446461] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.447715] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.448867] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.450016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451078] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452225] NET: Registered protocol family 1\n[ 0.453079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.454160] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.455215] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.473890] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.492749] Trying to unpack rootfs image as initramfs...\n[ 0.543380] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.557454] Scanning for low memory corruption every 60 seconds\n[ 0.559275] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.560874] audit: initializing netlink subsys (disabled)\n[ 0.562297] audit: type=2000 audit(1536098817.180:1): initialized\n[ 0.564022] Initialise system trusted keyring\n[ 0.565264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569422] zbud: loaded\n[ 0.570378] VFS: Disk quotas dquot_6.6.0\n[ 0.571480] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573869] fuse init (API version 7.23)\n[ 0.575047] Key type big_key registered\n[ 0.576090] Allocating IMA MOK and blacklist keyrings.\n[ 0.577589] Key type asymmetric registered\n[ 0.578711] Asymmetric key parser 'x509' registered\n[ 0.579985] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.581954] io scheduler noop registered\n[ 0.583023] io scheduler deadline registered (default)\n[ 0.584318] io scheduler cfq registered\n[ 0.585412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586847] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590504] ACPI: Power Button [PWRF]\n[ 0.591623] GHES: HEST is not enabled!\n[ 0.610008] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.648308] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.651716] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.676181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678939] Linux agpgart interface v0.103\n[ 0.681598] brd: module loaded\n[ 0.683661] loop: module loaded\n[ 0.688925] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.691155] GPT:90111 != 20971519\n[ 0.692101] GPT:Alternate GPT header not at the end of the disk.\n[ 0.693585] GPT:90111 != 20971519\n[ 0.694509] GPT: Use GNU Parted to correct GPT errors.\n[ 0.695792] vda: vda1 vda15\n[ 0.697442] scsi host0: ata_piix\n[ 0.698475] scsi host1: ata_piix\n[ 0.699408] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.701036] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.703137] libphy: Fixed MDIO Bus: probed\n[ 0.704241] tun: Universal TUN/TAP device driver, 1.6\n[ 0.705536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.707908] PPP generic driver version 2.4.2\n[ 0.709105] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.710751] ehci-pci: EHCI PCI platform driver\n[ 0.711930] ehci-platform: EHCI generic platform driver\n[ 0.713268] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.714812] ohci-pci: OHCI PCI platform driver\n[ 0.715978] ohci-platform: OHCI generic platform driver\n[ 0.717330] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736697] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738099] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.739566] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741683] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742903] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.744318] usb usb1: Product: UHCI Host Controller\n[ 0.745264] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746407] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747416] hub 1-0:1.0: USB hub found\n[ 0.748197] hub 1-0:1.0: 2 ports detected\n[ 0.749107] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751235] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752205] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753251] mousedev: PS/2 mouse device common for all mice\n[ 0.754417] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755622] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.757338] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758628] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.759829] i2c /dev entries driver\n[ 0.760580] device-mapper: uevent: version 1.0.3\n[ 0.761533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.763157] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.764445] NET: Registered protocol family 10\n[ 0.765841] NET: Registered protocol family 17\n[ 0.766733] Key type dns_resolver registered\n[ 0.767683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768784] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.769890] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.771639] registered taskstats version 1\n[ 0.772474] Loading compiled-in X.509 certificates\n[ 0.773924] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.775767] zswap: loaded using pool lzo/zbud\n[ 0.777255] Key type trusted registered\n[ 0.778908] Key type encrypted registered\n[ 0.779733] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.780765] ima: No TPM chip found, activating TPM-bypass!\n[ 0.781820] evm: HMAC attrs: 0x1\n[ 0.782769] Magic number: 2:717:147\n[ 0.783549] acpi device:18: hash matches\n[ 0.794795] rtc_cmos 00:00: setting system clock to 2018-09-04 22:06:56 UTC (1536098816)\n[ 0.796425] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.797557] EDD information not available.\n[ 0.858281] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.859842] Write protecting the kernel read-only data: 14336k\n[ 0.861455] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.863270] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.926466] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-000000b1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing KO\nvPing KO\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCRy0PCLkQzy+IxSS+2mtgQoWs3kqxDL6b05q58GPTVC661R3ulFWLLXyJ/NV77o/j83u/U75HWZCpxZssCPkx/hc0cz/ovGQQdKgycR3yxSfHyFdttLwqLy3ZE8pdD4Mu7IHWm8q1BIsjX2GUBLcGE2lVu3XRD2kTSotAp5v+Jsxmv92P0XmfXqKQWHOI6iKNXsD/RQITWBHXJJZCt4InVuWQm/N656rXkE6tp8NtH/aFkmHTrG7M9f3clsyuTJtqQFUr+5JjDnJjRjgD1Iss9SqDRV3Qml77mpyOz7xQznNPC5nTGfpSU12vUfy+xy1EAtw8TrWE4p4MrFnPZipn5 root@createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c\nssh-dss AAAAB3NzaC1kc3MAAACBALCVVP0iXHBCqyWNCHxMfsQOg0rnwLX927pwIKZkHkIJRtb7DWtfJ8/bqfumg32f056U7YRkj7IqZf74UJUYHBflYiBcKK+cxcuwPDOirrpH4ycgB87Bxdm89L3iK3t/IVzvsnoFmU7PfFdRbBLGSnaXIb/7DDw1q84bY6iX+HWtAAAAFQD7eaqZajaxiY+Q+5u2KpY1sxiucQAAAIEAobltTpmk89rNgvGKf6FZte636pz+aLlQFJ6fVLhH0H9bv6NvCh9YOGfZEC/rpeCoN2AlegwtXbACRs2teVp/lo+mX8q47cy4FJ0JSKqp1b3K6MqsirptpMubxp6V2qDrGUtpWhQUj/WdX1q6H4y/mWQ8Pj1Stn45/rIEF+l4GxIAAACAeo9hT0F4N8ODgbyp1F6PLZia1uRoj+NY7CbEsOuR+oNvKrm6KaJ32hKvDcnz/MTaJxQsbgDvq14xuIbldbePRJiDyrmTuBeUZ+Kxfn3FAaVsUrFdg/dYfmUFciTfI+46pW3+18uO8mxebmeAIJY6vF8l+VIuwX8ha29KPyl0NQc= root@createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.200.201.5,24,fe80::f816:3eff:fe3a:3d5c/64,\nip-route:default via 10.200.201.1 dev eth0 \nip-route:10.200.201.0/24 dev eth0 src 10.200.201.5 \nip-route:169.254.169.254 via 10.200.201.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000b1\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=25.64 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c login: "} 2018-09-04 22:07:27,545 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c/action used request id req-88d4dc47-d492-432c-8d02-9784fb55c4fd 2018-09-04 22:07:28,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:29,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ea40755-e990-49e6-89fb-67d8d298dcc5 x-compute-request-id: req-4ea40755-e990-49e6-89fb-67d8d298dcc5 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:ec:49", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:07:16.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "security_groups": [{"name": "default"}], "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:07:18Z", "hostId": "3de0d6922abdfec8f00752cc777e282d12ba5045abc4469004336c02", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2", "created": "2018-09-04T22:07:09Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:29,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-4ea40755-e990-49e6-89fb-67d8d298dcc5 2018-09-04 22:07:29,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:07:30,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d656129-a175-41af-a6a2-8092b09f0cfa x-compute-request-id: req-6d656129-a175-41af-a6a2-8092b09f0cfa Content-Encoding: gzip Content-Length: 9619 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 840607887 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142319] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144821] pid_max: default: 32768 minimum: 301\n[ 0.146171] ACPI: Core revision 20150930\n[ 0.147941] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149863] Security Framework initialized\n[ 0.151068] Yama: becoming mindful.\n[ 0.152135] AppArmor: AppArmor initialized\n[ 0.153424] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155420] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157357] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161371] Initializing cgroup subsys io\n[ 0.162603] Initializing cgroup subsys memory\n[ 0.163918] Initializing cgroup subsys devices\n[ 0.165254] Initializing cgroup subsys freezer\n[ 0.166548] Initializing cgroup subsys net_cls\n[ 0.167842] Initializing cgroup subsys perf_event\n[ 0.169268] Initializing cgroup subsys net_prio\n[ 0.170586] Initializing cgroup subsys hugetlb\n[ 0.171886] Initializing cgroup subsys pids\n[ 0.173214] CPU: Physical Processor ID: 0\n[ 0.175101] mce: CPU supports 10 MCE banks\n[ 0.176347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177877] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180790] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188422] ftrace: allocating 31920 entries in 125 pages\n[ 0.216517] smpboot: Max logical packages: 2\n[ 0.217759] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219610] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.221618] x2apic enabled\n[ 0.222696] Switched APIC routing to physical x2apic.\n[ 0.224973] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226783] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229915] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.232882] KVM setup paravirtual spinlock\n[ 0.234853] x86: Booting SMP configuration:\n[ 0.236220] .... node #0, CPUs: #1\n[ 0.237536] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.259259] x86: Booted up 1 node, 2 CPUs\n[ 0.259261] KVM setup async PF for cpu 1\n[ 0.259264] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.263198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.265490] devtmpfs: initialized\n[ 0.267552] evm: security.selinux\n[ 0.268602] evm: security.SMACK64\n[ 0.269650] evm: security.SMACK64EXEC\n[ 0.270792] evm: security.SMACK64TRANSMUTE\n[ 0.272065] evm: security.SMACK64MMAP\n[ 0.273234] evm: security.ima\n[ 0.274229] evm: security.capability\n[ 0.275447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.278372] pinctrl core: initialized pinctrl subsystem\n[ 0.280032] RTC time: 22:07:16, date: 09/04/18\n[ 0.281496] NET: Registered protocol family 16\n[ 0.294907] cpuidle: using governor ladder\n[ 0.306930] cpuidle: using governor menu\n[ 0.308177] PCCT header not found.\n[ 0.309323] ACPI: bus type PCI registered\n[ 0.310544] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312496] PCI: Using configuration type 1 for base access\n[ 0.324754] ACPI: Added _OSI(Module Device)\n[ 0.326065] ACPI: Added _OSI(Processor Device)\n[ 0.327428] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.328851] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331782] ACPI: Interpreter enabled\n[ 0.332952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.335873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.338830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.341991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.345073] ACPI: (supports S0 S5)\n[ 0.346217] ACPI: Using IOAPIC for interrupt routing\n[ 0.347730] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.352325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.354174] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.356205] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358142] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361692] acpiphp: Slot [3] registered\n[ 0.362940] acpiphp: Slot [4] registered\n[ 0.364202] acpiphp: Slot [5] registered\n[ 0.365439] acpiphp: Slot [6] registered\n[ 0.366667] acpiphp: Slot [7] registered\n[ 0.367888] acpiphp: Slot [8] registered\n[ 0.369110] acpiphp: Slot [9] registered\n[ 0.370320] acpiphp: Slot [10] registered\n[ 0.381427] acpiphp: Slot [11] registered\n[ 0.382673] acpiphp: Slot [12] registered\n[ 0.383960] acpiphp: Slot [13] registered\n[ 0.385198] acpiphp: Slot [14] registered\n[ 0.386462] acpiphp: Slot [15] registered\n[ 0.387706] acpiphp: Slot [16] registered\n[ 0.388953] acpiphp: Slot [17] registered\n[ 0.390193] acpiphp: Slot [18] registered\n[ 0.391426] acpiphp: Slot [19] registered\n[ 0.392660] acpiphp: Slot [20] registered\n[ 0.393937] acpiphp: Slot [21] registered\n[ 0.395193] acpiphp: Slot [22] registered\n[ 0.396481] acpiphp: Slot [23] registered\n[ 0.397733] acpiphp: Slot [24] registered\n[ 0.398981] acpiphp: Slot [25] registered\n[ 0.400206] acpiphp: Slot [26] registered\n[ 0.401449] acpiphp: Slot [27] registered\n[ 0.402691] acpiphp: Slot [28] registered\n[ 0.403936] acpiphp: Slot [29] registered\n[ 0.405193] acpiphp: Slot [30] registered\n[ 0.406466] acpiphp: Slot [31] registered\n[ 0.407704] PCI host bridge to bus 0000:00\n[ 0.408961] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.410913] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.412882] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.415188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.417492] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.424594] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426659] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.431399] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.440095] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.486411] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.488492] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.491771] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.493829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.495844] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.497719] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.499482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.501152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.503591] vgaarb: loaded\n[ 0.504498] vgaarb: bridge control possible 0000:00:02.0\n[ 0.506612] SCSI subsystem initialized\n[ 0.507819] ACPI: bus type USB registered\n[ 0.509012] usbcore: registered new interface driver usbfs\n[ 0.510557] usbcore: registered new interface driver hub\n[ 0.512088] usbcore: registered new device driver usb\n[ 0.513690] PCI: Using ACPI for IRQ routing\n[ 0.515122] NetLabel: Initializing\n[ 0.516133] NetLabel: domain hash size = 128\n[ 0.517418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.518843] NetLabel: unlabeled traffic allowed by default\n[ 0.520527] clocksource: Switched to clocksource kvm-clock\n[ 0.527301] AppArmor: AppArmor Filesystem Enabled\n[ 0.528711] pnp: PnP ACPI init\n[ 0.529970] pnp: PnP ACPI: found 5 devices\n[ 0.537318] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.539897] NET: Registered protocol family 2\n[ 0.541289] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.543208] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.544955] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.546690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.548340] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.550124] NET: Registered protocol family 1\n[ 0.551403] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.553059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.554679] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.573526] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.592625] Trying to unpack rootfs image as initramfs...\n[ 0.642582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.657496] Scanning for low memory corruption every 60 seconds\n[ 0.659584] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.661457] audit: initializing netlink subsys (disabled)\n[ 0.666114] audit: type=2000 audit(1536098837.777:1): initialized\n[ 0.669225] Initialise system trusted keyring\n[ 0.670690] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.672497] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.675280] zbud: loaded\n[ 0.676670] VFS: Disk quotas dquot_6.6.0\n[ 0.677932] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.680304] fuse init (API version 7.23)\n[ 0.681677] Key type big_key registered\n[ 0.682907] Allocating IMA MOK and blacklist keyrings.\n[ 0.684898] Key type asymmetric registered\n[ 0.686180] Asymmetric key parser 'x509' registered\n[ 0.687676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.689996] io scheduler noop registered\n[ 0.691211] io scheduler deadline registered (default)\n[ 0.692773] io scheduler cfq registered\n[ 0.694051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.695673] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.697898] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.700454] ACPI: Power Button [PWRF]\n[ 0.701964] GHES: HEST is not enabled!\n[ 0.721741] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.759554] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.762195] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.785901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.788582] Linux agpgart interface v0.103\n[ 0.791367] brd: module loaded\n[ 0.793291] loop: module loaded\n[ 0.798016] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.799457] GPT:90111 != 20971519\n[ 0.800137] GPT:Alternate GPT header not at the end of the disk.\n[ 0.801218] GPT:90111 != 20971519\n[ 0.801910] GPT: Use GNU Parted to correct GPT errors.\n[ 0.802861] vda: vda1 vda15\n[ 0.804492] scsi host0: ata_piix\n[ 0.805307] scsi host1: ata_piix\n[ 0.806013] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.807206] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.808461] libphy: Fixed MDIO Bus: probed\n[ 0.809409] tun: Universal TUN/TAP device driver, 1.6\n[ 0.810445] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.812444] PPP generic driver version 2.4.2\n[ 0.813637] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.815285] ehci-pci: EHCI PCI platform driver\n[ 0.816409] ehci-platform: EHCI generic platform driver\n[ 0.817703] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.819193] ohci-pci: OHCI PCI platform driver\n[ 0.820313] ohci-platform: OHCI generic platform driver\n[ 0.821604] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.841100] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.842437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.844257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.845542] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.846968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.848557] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.850347] usb usb1: Product: UHCI Host Controller\n[ 0.851634] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.853140] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.854442] hub 1-0:1.0: USB hub found\n[ 0.855416] hub 1-0:1.0: 2 ports detected\n[ 0.856548] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.859064] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.860267] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.861747] mousedev: PS/2 mouse device common for all mice\n[ 0.863445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.864853] rtc_cmos 00:00: RTC can wake from S4\n[ 0.865263] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.865339] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.865347] i2c /dev entries driver\n[ 0.865398] device-mapper: uevent: version 1.0.3\n[ 0.865441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.865460] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.866280] NET: Registered protocol family 10\n[ 0.868599] NET: Registered protocol family 17\n[ 0.868609] Key type dns_resolver registered\n[ 0.869763] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.869770] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.869790] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.869886] registered taskstats version 1\n[ 0.869898] Loading compiled-in X.509 certificates\n[ 0.870401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.870417] zswap: loaded using pool lzo/zbud\n[ 0.870992] Key type trusted registered\n[ 0.871751] Key type encrypted registered\n[ 0.871754] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.871756] ima: No TPM chip found, activating TPM-bypass!\n[ 0.871771] evm: HMAC attrs: 0x1\n[ 0.872378] Magic number: 2:717:147\n[ 0.872418] acpi device:18: hash matches\n[ 0.874041] rtc_cmos 00:00: setting system clock to 2018-09-04 22:07:17 UTC (1536098837)\n[ 0.874096] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.874097] EDD information not available.\n[ 0.965654] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.967909] Write protecting the kernel read-only data: 14336k\n[ 0.969798] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.971660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.75\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.030091] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.49\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.69. iid=i-000000b4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdtxpqI0AJ9LaxjuKGvkCsO9MgZ6BomPTjEpNu19vO3DcnMF0IvynPUwWzT/zTGHz5RDzNBie/g86P0vl0fx1788VxH5Cv8fJv4UJwHKr+sJnvCle/KQ6SBlL2JJp/DrYFTnqYj5smcsGC04dGiw51Vh/BMZmNu0p3eOpme1JSfwkoMveRD3OCpHejAS0C01xBgTciQTBMpXn/UDeF+ghWo9ptC5EylLQIIysAZPws4P5NkZDUeEr2qf/a17BnMYIMJAL+J7XVxYumxr+NkB18i+Ya2hAn2nI2IOPOMGoJcVHUShjzoQkCF34ccMgMznRqdBX922TYHJApc4K8yupH root@createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c\nssh-dss AAAAB3NzaC1kc3MAAACBANsG7JjDWs5O6FsVgdJd0ILMTk9F8HhoDI05suXhgXBiTjbd7RQBkKis5Z+z91cVk030h7wRlAk8Xbkz/+muRoPxjS3yIS/8DlxHDzUMtEo6Jia02ZaBJgQXhUrLv6g4fgssX9PEmaSyC9U3qDyE5x/hSJIM+K/gEu4549VfUXoPAAAAFQCFHEE5+3e0/IIyxjKJnkdcIo4JLwAAAIEAmlbnm1TUuxfe/qmSlYOlHlOzO++6pJPE8w+RoVqj1Kd0XMWSToR7B2y0Kc/d8KMavdetVqPca+pX4lLp3Mbrb9DRZBVmuf3+7r+jtPEtqcYElY0tMYlXEA4AWbAZuFMFo3u8Vmg0Cj5q7oJAiQIYDSCZJW34vKoLpXISXyUd3JYAAACBAJMwspL/GhlJ2pmX8fpytL9tl6pVkWzmNnqx45q5nRi0+8aw9sLaWV5AHLRpcbsyqfc35rkdKamtgAf6IHuEGnLjWzTxBZN7vR6jmyhvOrMM9PliWOtFQS+A7vXLMW1W+llM8lytIEtv4Bq0LO4wqHciLBbIJkRzt+GIvTlSU3Jn root@createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.200.202.5,24,fe80::f816:3eff:fe51:ec49/64,\nip-route:default via 10.200.202.1 dev eth0 \nip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 \nip-route:169.254.169.254 via 10.200.202.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000b4\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.48 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-c376dd24-37d7-435e-8749-619535d5610c login: "} 2018-09-04 22:07:30,119 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30/action used request id req-6d656129-a175-41af-a6a2-8092b09f0cfa 2018-09-04 22:07:30,120 - create_instance - INFO - Deleting Port with ID - c5ef593e-e2c6-4d88-8af0-c57fa575b2d2 2018-09-04 22:07:30,120 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm1-port 2018-09-04 22:07:30,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/c5ef593e-e2c6-4d88-8af0-c57fa575b2d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:30,572 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-51ae72fd-d68c-4652-b658-82157a8786ee Date: Tue, 04 Sep 2018 22:07:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:07:30,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/c5ef593e-e2c6-4d88-8af0-c57fa575b2d2 used request id req-51ae72fd-d68c-4652-b658-82157a8786ee 2018-09-04 22:07:30,573 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1 2018-09-04 22:07:30,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:30,719 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:07:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e1bb6877-2b39-4e36-a1fd-8c5c35f624c9 x-compute-request-id: req-e1bb6877-2b39-4e36-a1fd-8c5c35f624c9 Content-Type: application/json 2018-09-04 22:07:30,719 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-e1bb6877-2b39-4e36-a1fd-8c5c35f624c9 2018-09-04 22:07:30,720 - create_instance - INFO - Checking deletion status 2018-09-04 22:07:30,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:31,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90bd3d1b-bcb9-486c-bce7-636f2ba96a47 x-compute-request-id: req-90bd3d1b-bcb9-486c-bce7-636f2ba96a47 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:06:56.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "4ba371c5-1eaa-4957-8911-96a25769031c", "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:07:30Z", "hostId": "08118600eaac0c6c306870aae0054b7a2953f0636d5815cdab6e55d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1", "created": "2018-09-04T22:06:48Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:31,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-90bd3d1b-bcb9-486c-bce7-636f2ba96a47 2018-09-04 22:07:31,492 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1] is - ACTIVE 2018-09-04 22:07:31,493 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:07:34,496 - create_instance - DEBUG - VM status query timeout in 296.223984003 2018-09-04 22:07:34,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:34,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-566b1d27-9d90-4006-8fc2-4c6195dbc900 x-compute-request-id: req-566b1d27-9d90-4006-8fc2-4c6195dbc900 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:06:56.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "4ba371c5-1eaa-4957-8911-96a25769031c", "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:07:30Z", "hostId": "08118600eaac0c6c306870aae0054b7a2953f0636d5815cdab6e55d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1", "created": "2018-09-04T22:06:48Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:34,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-566b1d27-9d90-4006-8fc2-4c6195dbc900 2018-09-04 22:07:34,890 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1] is - ACTIVE 2018-09-04 22:07:34,891 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:07:37,894 - create_instance - DEBUG - VM status query timeout in 292.825946093 2018-09-04 22:07:37,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:38,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd90f3df-c6e2-4c96-8b09-37ad291097a8 x-compute-request-id: req-dd90f3df-c6e2-4c96-8b09-37ad291097a8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4ba371c5-1eaa-4957-8911-96a25769031c", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:06:56.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "4ba371c5-1eaa-4957-8911-96a25769031c", "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:07:30Z", "hostId": "08118600eaac0c6c306870aae0054b7a2953f0636d5815cdab6e55d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1", "created": "2018-09-04T22:06:48Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:38,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-dd90f3df-c6e2-4c96-8b09-37ad291097a8 2018-09-04 22:07:38,553 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1] is - ACTIVE 2018-09-04 22:07:38,553 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:07:41,556 - create_instance - DEBUG - VM status query timeout in 289.163275957 2018-09-04 22:07:41,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb9d5f00caac7470cce1dcc0a6c95da48a851cd2" 2018-09-04 22:07:41,605 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:07:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-009729ec-470d-418d-adc8-f462b1e2e7dd x-compute-request-id: req-009729ec-470d-418d-adc8-f462b1e2e7dd Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4ba371c5-1eaa-4957-8911-96a25769031c could not be found.", "code": 404}} 2018-09-04 22:07:41,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4ba371c5-1eaa-4957-8911-96a25769031c used request id req-009729ec-470d-418d-adc8-f462b1e2e7dd 2018-09-04 22:07:41,606 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4ba371c5-1eaa-4957-8911-96a25769031c could not be found. (HTTP 404) (Request-ID: req-009729ec-470d-418d-adc8-f462b1e2e7dd) 2018-09-04 22:07:41,606 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst1 2018-09-04 22:07:41,607 - create_instance - INFO - Deleting Port with ID - 01b3ccb2-d566-40ee-bb74-c81e893b1256 2018-09-04 22:07:41,607 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-vm2-port 2018-09-04 22:07:41,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/01b3ccb2-d566-40ee-bb74-c81e893b1256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:42,189 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-867b0558-bfc9-4a26-abe9-664fcb925d07 Date: Tue, 04 Sep 2018 22:07:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:07:42,189 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/01b3ccb2-d566-40ee-bb74-c81e893b1256 used request id req-867b0558-bfc9-4a26-abe9-664fcb925d07 2018-09-04 22:07:42,189 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2 2018-09-04 22:07:42,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:42,348 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:07:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80682698-91df-4eca-bd8d-32b21249a8a6 x-compute-request-id: req-80682698-91df-4eca-bd8d-32b21249a8a6 Content-Type: application/json 2018-09-04 22:07:42,348 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-80682698-91df-4eca-bd8d-32b21249a8a6 2018-09-04 22:07:42,348 - create_instance - INFO - Checking deletion status 2018-09-04 22:07:42,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:42,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0485eb1-d863-418a-8a09-27fcdc8dc078 x-compute-request-id: req-d0485eb1-d863-418a-8a09-27fcdc8dc078 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:ec:49", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:07:16.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:07:42Z", "hostId": "3de0d6922abdfec8f00752cc777e282d12ba5045abc4469004336c02", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2", "created": "2018-09-04T22:07:09Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:42,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-d0485eb1-d863-418a-8a09-27fcdc8dc078 2018-09-04 22:07:42,579 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2] is - ACTIVE 2018-09-04 22:07:42,579 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:07:45,582 - create_instance - DEBUG - VM status query timeout in 296.766110182 2018-09-04 22:07:45,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:45,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-736aed58-38f6-4fa0-940b-875c427efc94 x-compute-request-id: req-736aed58-38f6-4fa0-940b-875c427efc94 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:07:16.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:07:42Z", "hostId": "3de0d6922abdfec8f00752cc777e282d12ba5045abc4469004336c02", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2", "created": "2018-09-04T22:07:09Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:45,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-736aed58-38f6-4fa0-940b-875c427efc94 2018-09-04 22:07:45,839 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2] is - ACTIVE 2018-09-04 22:07:45,839 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:07:48,842 - create_instance - DEBUG - VM status query timeout in 293.50626111 2018-09-04 22:07:48,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:49,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:07:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cef864f-c7b8-484c-a645-318ab3f7594b x-compute-request-id: req-8cef864f-c7b8-484c-a645-318ab3f7594b Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "rel": "bookmark"}], "image": {"id": "c3001948-ebae-49a3-937e-8064c980419f", "links": [{"href": "http://172.30.9.26:8774/images/c3001948-ebae-49a3-937e-8064c980419f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:07:16.000000", "flavor": {"id": "607fa232-833a-4454-8247-0e9c8259d7e2", "links": [{"href": "http://172.30.9.26:8774/flavors/607fa232-833a-4454-8247-0e9c8259d7e2", "rel": "bookmark"}]}, "id": "9d2d9fa7-f1d1-4776-874a-b6c148cc3f30", "user_id": "869b887d18cc40fd9ad65682ae3162e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:07:42Z", "hostId": "3de0d6922abdfec8f00752cc777e282d12ba5045abc4469004336c02", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2", "created": "2018-09-04T22:07:09Z", "tenant_id": "d3d31fd1194046458396411d2e09b253", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:07:49,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-8cef864f-c7b8-484c-a645-318ab3f7594b 2018-09-04 22:07:49,102 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2] is - ACTIVE 2018-09-04 22:07:49,103 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:07:52,106 - create_instance - DEBUG - VM status query timeout in 290.24281311 2018-09-04 22:07:52,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441cace3055272fde2ef84df3ca36f9b8cbe291b" 2018-09-04 22:07:52,162 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:07:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-76107bbf-e76d-431d-b8a8-ab746fb627aa x-compute-request-id: req-76107bbf-e76d-431d-b8a8-ab746fb627aa Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 could not be found.", "code": 404}} 2018-09-04 22:07:52,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 used request id req-76107bbf-e76d-431d-b8a8-ab746fb627aa 2018-09-04 22:07:52,162 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9d2d9fa7-f1d1-4776-874a-b6c148cc3f30 could not be found. (HTTP 404) (Request-ID: req-76107bbf-e76d-431d-b8a8-ab746fb627aa) 2018-09-04 22:07:52,162 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-inst2 2018-09-04 22:07:52,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/607fa232-833a-4454-8247-0e9c8259d7e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}378cf2f020e31ff38204b5d596b70927f9c75b62" 2018-09-04 22:07:52,217 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:07:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ef653c1-0426-4da9-88a9-c171ad2b905e x-compute-request-id: req-5ef653c1-0426-4da9-88a9-c171ad2b905e Content-Length: 0 Content-Type: application/json 2018-09-04 22:07:52,217 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/607fa232-833a-4454-8247-0e9c8259d7e2 used request id req-5ef653c1-0426-4da9-88a9-c171ad2b905e 2018-09-04 22:07:52,218 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router and port CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port1 2018-09-04 22:07:52,218 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router 2018-09-04 22:07:52,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/f41e4ad1-9cd2-424c-a01d-60d87cc1960a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" -d '{"port_id": "ceb5931a-d218-468f-88f2-dd71e595bae9"}' 2018-09-04 22:07:53,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-29f45064-500f-41fc-9b0c-17430b157ab7 Date: Tue, 04 Sep 2018 22:07:53 GMT RESP BODY: {"network_id": "5219465d-a105-43c4-83ed-85043834db4f", "tenant_id": "d3d31fd1194046458396411d2e09b253", "subnet_id": "dec4ac9d-0daf-452b-af93-e400f98d295f", "subnet_ids": ["dec4ac9d-0daf-452b-af93-e400f98d295f"], "port_id": "ceb5931a-d218-468f-88f2-dd71e595bae9", "id": "f41e4ad1-9cd2-424c-a01d-60d87cc1960a"} 2018-09-04 22:07:53,508 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/f41e4ad1-9cd2-424c-a01d-60d87cc1960a/remove_router_interface used request id req-29f45064-500f-41fc-9b0c-17430b157ab7 2018-09-04 22:07:53,508 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router and port CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-router-port2 2018-09-04 22:07:53,509 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router 2018-09-04 22:07:53,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/f41e4ad1-9cd2-424c-a01d-60d87cc1960a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" -d '{"port_id": "8d42dc62-1633-4d65-bfbc-4e1e0ad7840d"}' 2018-09-04 22:07:54,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e3d20989-dc25-41cd-ab68-7e8d59743cf3 Date: Tue, 04 Sep 2018 22:07:54 GMT RESP BODY: {"network_id": "21d63f08-010a-4220-b1ca-c2ad59ee70fd", "tenant_id": "d3d31fd1194046458396411d2e09b253", "subnet_id": "2e4d5b59-8f3c-4208-82e3-110320360874", "subnet_ids": ["2e4d5b59-8f3c-4208-82e3-110320360874"], "port_id": "8d42dc62-1633-4d65-bfbc-4e1e0ad7840d", "id": "f41e4ad1-9cd2-424c-a01d-60d87cc1960a"} 2018-09-04 22:07:54,893 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/f41e4ad1-9cd2-424c-a01d-60d87cc1960a/remove_router_interface used request id req-e3d20989-dc25-41cd-ab68-7e8d59743cf3 2018-09-04 22:07:54,893 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router 2018-09-04 22:07:54,893 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-pub-router 2018-09-04 22:07:54,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/f41e4ad1-9cd2-424c-a01d-60d87cc1960a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69976d8b0882f92f6528ae3b46e289d590019baa" 2018-09-04 22:07:57,681 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-be5d8c81-41f1-49fa-b407-75bde8a5231e Content-Length: 0 Date: Tue, 04 Sep 2018 22:07:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:07:57,681 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/f41e4ad1-9cd2-424c-a01d-60d87cc1960a used request id req-be5d8c81-41f1-49fa-b407-75bde8a5231e 2018-09-04 22:07:57,682 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1 2018-09-04 22:07:57,682 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet1 2018-09-04 22:07:57,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/dec4ac9d-0daf-452b-af93-e400f98d295f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b3c895f0d07670983280a62cf6ef0f21d928a4" 2018-09-04 22:08:00,015 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-145cdd41-9c41-4cd5-a03f-06802f1edb96 Date: Tue, 04 Sep 2018 22:08:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:08:00,015 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/dec4ac9d-0daf-452b-af93-e400f98d295f used request id req-145cdd41-9c41-4cd5-a03f-06802f1edb96 2018-09-04 22:08:00,016 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net1 2018-09-04 22:08:00,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/5219465d-a105-43c4-83ed-85043834db4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b3c895f0d07670983280a62cf6ef0f21d928a4" 2018-09-04 22:08:01,308 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0dfd86c6-9f18-49a2-982d-1f776ff067e5 Date: Tue, 04 Sep 2018 22:08:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:08:01,309 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/5219465d-a105-43c4-83ed-85043834db4f used request id req-0dfd86c6-9f18-49a2-982d-1f776ff067e5 2018-09-04 22:08:01,309 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2 2018-09-04 22:08:01,309 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-subnet2 2018-09-04 22:08:01,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/2e4d5b59-8f3c-4208-82e3-110320360874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d5979d0c02ed2a992e814a1735dddc39aa37e2" 2018-09-04 22:08:03,639 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-04d18371-aa06-4d79-b6e1-da80651b620e Date: Tue, 04 Sep 2018 22:08:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:08:03,639 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/2e4d5b59-8f3c-4208-82e3-110320360874 used request id req-04d18371-aa06-4d79-b6e1-da80651b620e 2018-09-04 22:08:03,639 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-net2 2018-09-04 22:08:03,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/21d63f08-010a-4220-b1ca-c2ad59ee70fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d5979d0c02ed2a992e814a1735dddc39aa37e2" 2018-09-04 22:08:04,858 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-11b4cd92-fffe-4767-b3f5-5b7c2bf4c15f Date: Tue, 04 Sep 2018 22:08:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:08:04,858 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/21d63f08-010a-4220-b1ca-c2ad59ee70fd used request id req-11b4cd92-fffe-4767-b3f5-5b7c2bf4c15f 2018-09-04 22:08:04,859 - neutron_utils - INFO - Deleting security group rule with ID - 6f9414e6-7165-450c-99a4-9d560e313e53 2018-09-04 22:08:04,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/6f9414e6-7165-450c-99a4-9d560e313e53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:08:04,964 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a522e92-ea3e-401b-a0cb-bda98d1a758e Content-Length: 0 Date: Tue, 04 Sep 2018 22:08:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:08:04,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/6f9414e6-7165-450c-99a4-9d560e313e53 used request id req-7a522e92-ea3e-401b-a0cb-bda98d1a758e 2018-09-04 22:08:04,965 - neutron_utils - INFO - Deleting security group rule with ID - 9cbce256-8abb-4162-b9b6-531a2760555d 2018-09-04 22:08:04,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/9cbce256-8abb-4162-b9b6-531a2760555d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:08:05,222 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe63d3c9-de8b-46d2-9f77-492cdfa7c8e9 Content-Length: 0 Date: Tue, 04 Sep 2018 22:08:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:08:05,222 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/9cbce256-8abb-4162-b9b6-531a2760555d used request id req-fe63d3c9-de8b-46d2-9f77-492cdfa7c8e9 2018-09-04 22:08:05,223 - neutron_utils - INFO - Deleting security group rule with ID - b4f702bf-73be-404a-8bd0-ea07aa9355d4 2018-09-04 22:08:05,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/b4f702bf-73be-404a-8bd0-ea07aa9355d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:08:05,483 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33d8fb31-8524-4c38-99cb-af6e8b80fe39 Content-Length: 0 Date: Tue, 04 Sep 2018 22:08:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:08:05,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/b4f702bf-73be-404a-8bd0-ea07aa9355d4 used request id req-33d8fb31-8524-4c38-99cb-af6e8b80fe39 2018-09-04 22:08:05,484 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-c376dd24-37d7-435e-8749-619535d5610c-sec-grp 2018-09-04 22:08:05,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/b360248d-f5f8-48a5-888e-1cfec6ceee03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c892fe6cd151e40bc81b0086036297699fafee" 2018-09-04 22:08:05,601 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cae6a28d-f4ca-484e-805b-9c1ec6e33378 Content-Length: 0 Date: Tue, 04 Sep 2018 22:08:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:08:05,601 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/b360248d-f5f8-48a5-888e-1cfec6ceee03 used request id req-cae6a28d-f4ca-484e-805b-9c1ec6e33378 2018-09-04 22:08:05,602 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-0434b56d-42da-4047-bf5c-4af5f45103be 2018-09-04 22:08:05,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/c3001948-ebae-49a3-937e-8064c980419f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f335b15170b771bd2d2a63681e2df8227b343f6f" 2018-09-04 22:08:07,640 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-70f14bff-0831-4aad-a590-753b2e82ea42 Date: Tue, 04 Sep 2018 22:08:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:08:07,641 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/c3001948-ebae-49a3-937e-8064c980419f used request id req-70f14bff-0831-4aad-a590-753b2e82ea42 2018-09-04 22:08:07,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:08,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-bd211fa7-ee7a-45ec-a81c-4a81450c0098 Date: Tue, 04 Sep 2018 22:08:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:16Z", "updated_at": "2018-09-04T22:06:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:16Z", "revision_number": 0, "id": "97a15250-3c58-4ca7-85d1-5a48cedab234", "remote_group_id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:16Z", "security_group_id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3d31fd1194046458396411d2e09b253"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:16Z", "revision_number": 0, "id": "b45fcc95-a80a-4f4b-b038-870617d7df70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:16Z", "security_group_id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3d31fd1194046458396411d2e09b253"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:16Z", "revision_number": 0, "id": "ed746fde-0014-435b-85e7-c9fd96d992a4", "remote_group_id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:16Z", "security_group_id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3d31fd1194046458396411d2e09b253"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:06:16Z", "revision_number": 0, "id": "fda04539-1f2c-4fcf-85e7-1635e7c04c9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:06:16Z", "security_group_id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "tenant_id": "d3d31fd1194046458396411d2e09b253", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3d31fd1194046458396411d2e09b253"}], "revision_number": 4, "project_id": "d3d31fd1194046458396411d2e09b253", "id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:08:08,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-bd211fa7-ee7a-45ec-a81c-4a81450c0098 2018-09-04 22:08:08,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:08,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4a78a5a-9e74-44cf-8830-c9578c8261c4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:08:08,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-f4a78a5a-9e74-44cf-8830-c9578c8261c4 2018-09-04 22:08:08,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:08,205 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d657799-c62c-46e7-a5c8-fa33699ac09a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:08,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-8d657799-c62c-46e7-a5c8-fa33699ac09a 2018-09-04 22:08:08,205 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:08,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:08,297 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61c21c16-dbfb-4a29-ba30-893e9204cfaf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:08,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-61c21c16-dbfb-4a29-ba30-893e9204cfaf 2018-09-04 22:08:08,297 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:08,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:08,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54dcdfbf-98e7-417a-8883-2b1e0f731acd Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:08:08,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-54dcdfbf-98e7-417a-8883-2b1e0f731acd 2018-09-04 22:08:08,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:08,483 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddb26e40-5ee1-42e5-a671-52d9a088ed6b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:08,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-ddb26e40-5ee1-42e5-a671-52d9a088ed6b 2018-09-04 22:08:08,483 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:08,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:08,572 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa0d5cbb-aa15-4dcb-acdb-ea36ac74178c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:08,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-fa0d5cbb-aa15-4dcb-acdb-ea36ac74178c 2018-09-04 22:08:08,572 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:08,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:08,676 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cde113a4-354d-449e-b373-fe05a65e9f22 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:08,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-cde113a4-354d-449e-b373-fe05a65e9f22 2018-09-04 22:08:08,676 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:08,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:08,766 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3388c66-ca6d-45e4-8d3e-88f776b43722 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:08,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-f3388c66-ca6d-45e4-8d3e-88f776b43722 2018-09-04 22:08:08,766 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:08,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:08,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02f7f46a-1f86-44cc-8fa4-5e36cb64f27f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253"}, "enabled": true, "id": "d3d31fd1194046458396411d2e09b253", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj"}} 2018-09-04 22:08:08,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-02f7f46a-1f86-44cc-8fa4-5e36cb64f27f 2018-09-04 22:08:08,855 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d97c7a31-fe7b-45ad-8f71-440dfeb8d427 2018-09-04 22:08:08,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d97c7a31-fe7b-45ad-8f71-440dfeb8d427 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:09,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-48a4961f-489e-41a6-b185-03a61976fb6c Date: Tue, 04 Sep 2018 22:08:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:16Z", "security_group_id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:16Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "97a15250-3c58-4ca7-85d1-5a48cedab234"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:16Z", "security_group_id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:16Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "b45fcc95-a80a-4f4b-b038-870617d7df70"}, {"remote_group_id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:16Z", "security_group_id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:16Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "ed746fde-0014-435b-85e7-c9fd96d992a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:06:16Z", "security_group_id": "d97c7a31-fe7b-45ad-8f71-440dfeb8d427", "port_range_min": null, "revision_number": 0, "tenant_id": "d3d31fd1194046458396411d2e09b253", "created_at": "2018-09-04T22:06:16Z", "project_id": "d3d31fd1194046458396411d2e09b253", "id": "fda04539-1f2c-4fcf-85e7-1635e7c04c9a"}]} 2018-09-04 22:08:09,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d97c7a31-fe7b-45ad-8f71-440dfeb8d427 used request id req-48a4961f-489e-41a6-b185-03a61976fb6c 2018-09-04 22:08:09,026 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:08:09,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/d97c7a31-fe7b-45ad-8f71-440dfeb8d427 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:09,347 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-62127a4f-851c-49d9-a7b5-c3ffb770d8ed Content-Length: 0 Date: Tue, 04 Sep 2018 22:08:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:08:09,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/d97c7a31-fe7b-45ad-8f71-440dfeb8d427 used request id req-62127a4f-851c-49d9-a7b5-c3ffb770d8ed 2018-09-04 22:08:09,348 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj 2018-09-04 22:08:09,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:09,559 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:08:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e0a3c5f-942e-4c7c-a8b6-35401f2fb2c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:08:09,559 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d3d31fd1194046458396411d2e09b253 used request id req-6e0a3c5f-942e-4c7c-a8b6-35401f2fb2c5 2018-09-04 22:08:09,560 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-a0c32563-5035-4bf-proj-role 2018-09-04 22:08:09,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/131aa7af80e14ac58ed8471419012b83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:09,664 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:08:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d86a199-03b6-4525-8ab2-4da4316f1c6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:08:09,664 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/131aa7af80e14ac58ed8471419012b83 used request id req-9d86a199-03b6-4525-8ab2-4da4316f1c6e 2018-09-04 22:08:09,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145971c2a0138d10746e199a0e0c9435c00c2ee2" 2018-09-04 22:08:09,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d1e3ea-c980-4b99-896e-0f0edcfc01ce Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:08:09,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-24d1e3ea-c980-4b99-896e-0f0edcfc01ce 2018-09-04 22:08:09,760 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-a0c32563-5035-4bf-user 2018-09-04 22:08:09,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/869b887d18cc40fd9ad65682ae3162e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1fb0253ba185de749792531671fa5d8d8b10828" 2018-09-04 22:08:09,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:08:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29875c3d-1114-4da7-af40-093bb3ccd99a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:08:09,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/869b887d18cc40fd9ad65682ae3162e0 used request id req-29875c3d-1114-4da7-af40-093bb3ccd99a 2018-09-04 22:08:09,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:10,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["RqbVZK6hR_-iYjZAfjbKPw"], "issued_at": "2018-09-04T22:08:10.000000Z"}} 2018-09-04 22:08:10,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e7b2e2b25c22c4fbd3ab405ec1fa3e432b1973" 2018-09-04 22:08:10,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c42a8e-81d8-417b-9177-5b5eb731955e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:10,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-63c42a8e-81d8-417b-9177-5b5eb731955e 2018-09-04 22:08:10,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:10,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:10,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["bA_hX-1KSr2XbKfrQ-qlbA"], "issued_at": "2018-09-04T22:08:10.000000Z"}} 2018-09-04 22:08:10,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:10,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e601f3e9-d1ef-495e-bee3-c50dff01417d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:10,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e601f3e9-d1ef-495e-bee3-c50dff01417d 2018-09-04 22:08:10,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:08:10,890 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:08:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:08:10,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-d97dbce7-1088-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:10,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ba56ab7-d546-4797-9c73-f76bc720b6ea Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-d97dbce7-1088-45f-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:08:10,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-d97dbce7-1088-45f-proj used request id req-9ba56ab7-d546-4797-9c73-f76bc720b6ea 2018-09-04 22:08:10,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:11,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48efe56f-a683-4b66-87f3-5ecb3ee756a9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:08:11,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-48efe56f-a683-4b66-87f3-5ecb3ee756a9 2018-09-04 22:08:11,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-d97dbce7-1088-45f-proj"}}' 2018-09-04 22:08:11,210 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:08:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7d92633-547a-437d-a920-4ea142fc6c1c Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e44ca7f00fc84fee9450058b7b29d90f"}, "enabled": true, "id": "e44ca7f00fc84fee9450058b7b29d90f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d97dbce7-1088-45f-proj"}} 2018-09-04 22:08:11,210 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-e7d92633-547a-437d-a920-4ea142fc6c1c 2018-09-04 22:08:11,210 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-d97dbce7-1088-45f-proj 2018-09-04 22:08:11,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:11,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:11,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["T2ylYRDPQ6WPOzvObFxQfQ"], "issued_at": "2018-09-04T22:08:11.000000Z"}} 2018-09-04 22:08:11,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e509f16052835fb9b99745a07ba3652e24ac25" 2018-09-04 22:08:11,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bad6f906-6dc6-4c42-90e2-9cf4acd0c9bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:11,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bad6f906-6dc6-4c42-90e2-9cf4acd0c9bf 2018-09-04 22:08:11,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:08:11,622 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:08:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:08:11,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e509f16052835fb9b99745a07ba3652e24ac25" 2018-09-04 22:08:11,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15e53fe8-3d1a-47cd-a9f5-c78480d24eb3 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:08:11,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-15e53fe8-3d1a-47cd-a9f5-c78480d24eb3 2018-09-04 22:08:11,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceSimpleTests-d97dbce7-1088-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e509f16052835fb9b99745a07ba3652e24ac25" 2018-09-04 22:08:11,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cde01e7c-c866-4dde-9692-b0ed02f74b3b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceSimpleTests-d97dbce7-1088-45f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e44ca7f00fc84fee9450058b7b29d90f"}, "enabled": true, "id": "e44ca7f00fc84fee9450058b7b29d90f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d97dbce7-1088-45f-proj"}]} 2018-09-04 22:08:11,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceSimpleTests-d97dbce7-1088-45f-proj used request id req-cde01e7c-c866-4dde-9692-b0ed02f74b3b 2018-09-04 22:08:11,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e509f16052835fb9b99745a07ba3652e24ac25" 2018-09-04 22:08:11,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f5f2de-7092-48dd-b67f-f599dd40c777 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:08:11,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-25f5f2de-7092-48dd-b67f-f599dd40c777 2018-09-04 22:08:12,238 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-d97dbce7-1088-45f-user 2018-09-04 22:08:12,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:12,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:12,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc91bc86-d659-417a-873f-878d511220c3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:08:12,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fc91bc86-d659-417a-873f-878d511220c3 2018-09-04 22:08:12,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" -d '{"role": {"name": "CreateInstanceSimpleTests-d97dbce7-1088-45f-proj-role"}}' 2018-09-04 22:08:12,455 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:08:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9dfcd203-bb35-4f99-92cf-eb3a067ce90a Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a5cc9b8280e74f12bc42d72dfbd67f3c", "links": {"self": "http://172.30.9.26:5000/v3/roles/a5cc9b8280e74f12bc42d72dfbd67f3c"}, "name": "CreateInstanceSimpleTests-d97dbce7-1088-45f-proj-role"}} 2018-09-04 22:08:12,455 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-9dfcd203-bb35-4f99-92cf-eb3a067ce90a 2018-09-04 22:08:12,455 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-d97dbce7-1088-45f-proj-role 2018-09-04 22:08:12,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/a5cc9b8280e74f12bc42d72dfbd67f3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:12,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11f19ebd-942e-46f6-a354-eb259fa8d668 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/a5cc9b8280e74f12bc42d72dfbd67f3c"}, "domain_id": null, "name": "CreateInstanceSimpleTests-d97dbce7-1088-45f-proj-role", "id": "a5cc9b8280e74f12bc42d72dfbd67f3c"}} 2018-09-04 22:08:12,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/a5cc9b8280e74f12bc42d72dfbd67f3c used request id req-11f19ebd-942e-46f6-a354-eb259fa8d668 2018-09-04 22:08:12,547 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-d97dbce7-1088-45f-proj-role to project CreateInstanceSimpleTests-d97dbce7-1088-45f-proj 2018-09-04 22:08:12,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/e44ca7f00fc84fee9450058b7b29d90f/users/de7ac9bc18c14d438361bb490ced1231/roles/a5cc9b8280e74f12bc42d72dfbd67f3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:12,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:08:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-162590e3-15bd-4a1e-9fe2-360d3d5fa0d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:08:12,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/e44ca7f00fc84fee9450058b7b29d90f/users/de7ac9bc18c14d438361bb490ced1231/roles/a5cc9b8280e74f12bc42d72dfbd67f3c used request id req-162590e3-15bd-4a1e-9fe2-360d3d5fa0d0 2018-09-04 22:08:12,685 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:08:12,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:12,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:12,688 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:08:12,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:12,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:13,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a5cc9b8280e74f12bc42d72dfbd67f3c", "name": "CreateInstanceSimpleTests-d97dbce7-1088-45f-proj-role"}], "expires_at": "2018-09-04T23:08:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e44ca7f00fc84fee9450058b7b29d90f", "name": "CreateInstanceSimpleTests-d97dbce7-1088-45f-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e44ca7f00fc84fee9450058b7b29d90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/e44ca7f00fc84fee9450058b7b29d90f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/e44ca7f00fc84fee9450058b7b29d90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/e44ca7f00fc84fee9450058b7b29d90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/e44ca7f00fc84fee9450058b7b29d90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/e44ca7f00fc84fee9450058b7b29d90f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/e44ca7f00fc84fee9450058b7b29d90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/e44ca7f00fc84fee9450058b7b29d90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/e44ca7f00fc84fee9450058b7b29d90f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/e44ca7f00fc84fee9450058b7b29d90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/e44ca7f00fc84fee9450058b7b29d90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/e44ca7f00fc84fee9450058b7b29d90f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-d97dbce7-1088-45f-user", "id": "de7ac9bc18c14d438361bb490ced1231"}, "audit_ids": ["AjahLGmGSg-bg-9btOBWdQ"], "issued_at": "2018-09-04T22:08:13.000000Z"}} 2018-09-04 22:08:13,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f33f312fd51330f14d3580ef7ee7a923c280a91" 2018-09-04 22:08:13,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbbf8add-2f88-49e7-b4ef-4c32a5c7399c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:13,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cbbf8add-2f88-49e7-b4ef-4c32a5c7399c 2018-09-04 22:08:13,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f33f312fd51330f14d3580ef7ee7a923c280a91" 2018-09-04 22:08:13,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-d546fed0-ec30-4303-9c3d-b679cbc76811 Date: Tue, 04 Sep 2018 22:08:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image"} 2018-09-04 22:08:13,333 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image used request id req-d546fed0-ec30-4303-9c3d-b679cbc76811 2018-09-04 22:08:13,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f33f312fd51330f14d3580ef7ee7a923c280a91" 2018-09-04 22:08:13,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-98cdd38d-fa34-4af8-b9de-49e680c56b21 Date: Tue, 04 Sep 2018 22:08:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:08:13,478 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-98cdd38d-fa34-4af8-b9de-49e680c56b21 2018-09-04 22:08:13,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5f33f312fd51330f14d3580ef7ee7a923c280a91" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image"}' 2018-09-04 22:08:13,716 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6 X-Openstack-Request-Id: req-0623fbaa-6414-447e-b297-ae6446c199bd Date: Tue, 04 Sep 2018 22:08:13 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:08:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:08:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "min_disk": 0, "protected": false, "id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "file": "/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6/file", "checksum": null, "owner": "e44ca7f00fc84fee9450058b7b29d90f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:08:13,717 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-0623fbaa-6414-447e-b297-ae6446c199bd 2018-09-04 22:08:13,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f33f312fd51330f14d3580ef7ee7a923c280a91" -d '' 2018-09-04 22:08:15,140 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4491f3a-9ab0-4e7c-958c-a846d55e8594 Date: Tue, 04 Sep 2018 22:08:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:08:15,140 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6/file used request id req-e4491f3a-9ab0-4e7c-958c-a846d55e8594 2018-09-04 22:08:15,141 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:08:15,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f33f312fd51330f14d3580ef7ee7a923c280a91" 2018-09-04 22:08:15,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-95657105-f5bf-4c29-9301-cf8e79cd714c Date: Tue, 04 Sep 2018 22:08:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:08:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:08:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6/snap", "metadata": {}}], "self": "/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "min_disk": 0, "protected": false, "id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "file": "/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e44ca7f00fc84fee9450058b7b29d90f", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:08:15,307 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6 used request id req-95657105-f5bf-4c29-9301-cf8e79cd714c 2018-09-04 22:08:15,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f33f312fd51330f14d3580ef7ee7a923c280a91" 2018-09-04 22:08:15,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-86ec2d12-3f70-41c2-b832-d19812e95b97 Date: Tue, 04 Sep 2018 22:08:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:08:15,476 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-86ec2d12-3f70-41c2-b832-d19812e95b97 2018-09-04 22:08:15,478 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image 2018-09-04 22:08:15,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f33f312fd51330f14d3580ef7ee7a923c280a91" 2018-09-04 22:08:15,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-25101262-9157-4182-ae4f-115d1ed650a2 Date: Tue, 04 Sep 2018 22:08:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:08:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:08:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6/snap", "metadata": {}}], "self": "/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "min_disk": 0, "protected": false, "id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "file": "/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e44ca7f00fc84fee9450058b7b29d90f", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:08:15,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6 used request id req-25101262-9157-4182-ae4f-115d1ed650a2 2018-09-04 22:08:15,498 - create_image - DEBUG - Instance status is - active 2018-09-04 22:08:15,498 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image 2018-09-04 22:08:15,498 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image 2018-09-04 22:08:15,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:15,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:15,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ikJT17NeQMKOL35bvuWWIw"], "issued_at": "2018-09-04T22:08:15.000000Z"}} 2018-09-04 22:08:15,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dfc350f117236de362ad67119103a119649c8bd" 2018-09-04 22:08:15,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-919d64af-2cd8-49f6-868c-448c296205af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:15,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-919d64af-2cd8-49f6-868c-448c296205af 2018-09-04 22:08:15,981 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:08:15,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dfc350f117236de362ad67119103a119649c8bd" 2018-09-04 22:08:16,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5736b01d-d341-4d8a-a631-3df090d2743a x-compute-request-id: req-5736b01d-d341-4d8a-a631-3df090d2743a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:08:16,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5736b01d-d341-4d8a-a631-3df090d2743a 2018-09-04 22:08:16,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dfc350f117236de362ad67119103a119649c8bd" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:08:16,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-033e2e97-d965-421e-95ee-79661fd09855 x-compute-request-id: req-033e2e97-d965-421e-95ee-79661fd09855 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:08:16,233 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-033e2e97-d965-421e-95ee-79661fd09855 2018-09-04 22:08:16,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:16,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:16,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["TP28o2VWQRGkd8aB6cg5SA"], "issued_at": "2018-09-04T22:08:16.000000Z"}} 2018-09-04 22:08:16,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551d483fd83b04bb2b10c4a961145a65f9c05e3" 2018-09-04 22:08:16,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c00c9f7-41e4-4686-9915-a520d0ea4229 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:16,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5c00c9f7-41e4-4686-9915-a520d0ea4229 2018-09-04 22:08:16,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551d483fd83b04bb2b10c4a961145a65f9c05e3" 2018-09-04 22:08:16,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cede143e-b329-49e8-a50b-03a1bb956bd5 Date: Tue, 04 Sep 2018 22:08:16 GMT RESP BODY: {"networks":[]} 2018-09-04 22:08:16,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net used request id req-cede143e-b329-49e8-a50b-03a1bb956bd5 2018-09-04 22:08:16,877 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net 2018-09-04 22:08:16,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551d483fd83b04bb2b10c4a961145a65f9c05e3" -d '{"network": {"name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net", "admin_state_up": true}}' 2018-09-04 22:08:17,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-22eb95b6-3415-4e91-a542-64379f58fb6d Date: Tue, 04 Sep 2018 22:08:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"25239a3f-f4f4-4952-a3c3-76555f0da144","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:08:17Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:17Z","mtu":1450}} 2018-09-04 22:08:17,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-22eb95b6-3415-4e91-a542-64379f58fb6d 2018-09-04 22:08:17,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551d483fd83b04bb2b10c4a961145a65f9c05e3" 2018-09-04 22:08:17,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-616c1de4-9efb-4627-9fab-c5aaf64de4a0 Date: Tue, 04 Sep 2018 22:08:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"25239a3f-f4f4-4952-a3c3-76555f0da144","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:08:17Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:17Z","provider:network_type":"vxlan"}]} 2018-09-04 22:08:17,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-616c1de4-9efb-4627-9fab-c5aaf64de4a0 2018-09-04 22:08:17,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551d483fd83b04bb2b10c4a961145a65f9c05e3" 2018-09-04 22:08:17,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-37b14a0d-dec1-4deb-b372-65c077d07986 Date: Tue, 04 Sep 2018 22:08:17 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:08:17,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-37b14a0d-dec1-4deb-b372-65c077d07986 2018-09-04 22:08:17,890 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet 2018-09-04 22:08:17,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551d483fd83b04bb2b10c4a961145a65f9c05e3" -d '{"subnets": [{"ip_version": 4, "network_id": "25239a3f-f4f4-4952-a3c3-76555f0da144", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet"}]}' 2018-09-04 22:08:18,471 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0bccf8c3-6c19-4022-b4cc-70da52e51948 Date: Tue, 04 Sep 2018 22:08:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","dns_nameservers":[],"updated_at":"2018-09-04T22:08:18Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"26b70738-1487-4449-b192-3c9069c43035","subnetpool_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet"}]} 2018-09-04 22:08:18,471 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-0bccf8c3-6c19-4022-b4cc-70da52e51948 2018-09-04 22:08:18,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551d483fd83b04bb2b10c4a961145a65f9c05e3" 2018-09-04 22:08:18,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-57bec489-f3fb-4fc0-82a1-527b5d768b8b Date: Tue, 04 Sep 2018 22:08:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"25239a3f-f4f4-4952-a3c3-76555f0da144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["26b70738-1487-4449-b192-3c9069c43035"],"description":"","tags":[],"updated_at":"2018-09-04T22:08:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:17Z","provider:network_type":"vxlan"}]} 2018-09-04 22:08:18,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-57bec489-f3fb-4fc0-82a1-527b5d768b8b 2018-09-04 22:08:18,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551d483fd83b04bb2b10c4a961145a65f9c05e3" 2018-09-04 22:08:18,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2c48f1be-c5a5-4996-bf59-fef00cd7b127 Date: Tue, 04 Sep 2018 22:08:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","dns_nameservers":[],"updated_at":"2018-09-04T22:08:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"26b70738-1487-4449-b192-3c9069c43035","subnetpool_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet"}]} 2018-09-04 22:08:18,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-2c48f1be-c5a5-4996-bf59-fef00cd7b127 2018-09-04 22:08:18,944 - OpenStackNetwork - DEBUG - Network [25239a3f-f4f4-4952-a3c3-76555f0da144] created successfully 2018-09-04 22:08:18,944 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:08:18,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:18,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:18,947 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:18,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:19,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["YoJjlQ_5SkGT4ahVBymcUQ"], "issued_at": "2018-09-04T22:08:19.000000Z"}} 2018-09-04 22:08:19,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7868f5b8e038e3990a65c98ef8ebc175777eebb" 2018-09-04 22:08:19,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a73bfc54-1a09-4d44-a08d-d6cfdde2ba07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:19,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a73bfc54-1a09-4d44-a08d-d6cfdde2ba07 2018-09-04 22:08:19,527 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:19,528 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:19,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["go7O8ondSP266FIAQKKASg"], "issued_at": "2018-09-04T22:08:19.000000Z"}} 2018-09-04 22:08:19,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:20,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4df8747a-2884-4091-a1eb-1dde8226860e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:20,002 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4df8747a-2884-4091-a1eb-1dde8226860e 2018-09-04 22:08:20,003 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:08:20,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:20,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e37fc9-0b7a-4f53-bdab-c575379796b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:20,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-50e37fc9-0b7a-4f53-bdab-c575379796b5 2018-09-04 22:08:20,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:20,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-ca9677b3-af19-4727-af55-a46061437949 Date: Tue, 04 Sep 2018 22:08:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"25239a3f-f4f4-4952-a3c3-76555f0da144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["26b70738-1487-4449-b192-3c9069c43035"],"description":"","tags":[],"updated_at":"2018-09-04T22:08:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:17Z","provider:network_type":"vxlan"}]} 2018-09-04 22:08:20,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net used request id req-ca9677b3-af19-4727-af55-a46061437949 2018-09-04 22:08:20,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:08:20,373 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:08:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:08:20,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:20,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-806fb158-3e87-4cfe-a0d9-ca12deae6ad4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:08:20,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-806fb158-3e87-4cfe-a0d9-ca12deae6ad4 2018-09-04 22:08:20,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:20,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-57c97057-2757-48a1-ba27-706483eb92ae Date: Tue, 04 Sep 2018 22:08:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","dns_nameservers":[],"updated_at":"2018-09-04T22:08:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"26b70738-1487-4449-b192-3c9069c43035","subnetpool_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet"}]} 2018-09-04 22:08:20,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-57c97057-2757-48a1-ba27-706483eb92ae 2018-09-04 22:08:20,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144&name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:20,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-799cc7f7-64f7-4009-8c27-9ebf10121e08 Date: Tue, 04 Sep 2018 22:08:20 GMT RESP BODY: {"ports":[]} 2018-09-04 22:08:20,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144&name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port&admin_state_up=True used request id req-799cc7f7-64f7-4009-8c27-9ebf10121e08 2018-09-04 22:08:20,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:21,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f9a13d53-f740-4327-ba70-edb62692aa1e x-compute-request-id: req-f9a13d53-f740-4327-ba70-edb62692aa1e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:08:21,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst used request id req-f9a13d53-f740-4327-ba70-edb62692aa1e 2018-09-04 22:08:21,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:21,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-521b46f9-0148-4eaa-a977-a7b27fe9b0c6 Date: Tue, 04 Sep 2018 22:08:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"25239a3f-f4f4-4952-a3c3-76555f0da144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["26b70738-1487-4449-b192-3c9069c43035"],"description":"","tags":[],"updated_at":"2018-09-04T22:08:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:17Z","provider:network_type":"vxlan"}]} 2018-09-04 22:08:21,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net used request id req-521b46f9-0148-4eaa-a977-a7b27fe9b0c6 2018-09-04 22:08:21,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:21,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a13f7bf3-7d8f-45a8-b1c9-355348a60a0d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:08:21,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-a13f7bf3-7d8f-45a8-b1c9-355348a60a0d 2018-09-04 22:08:21,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:21,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-760a066f-92a8-44f7-bb22-a0c1c0690b36 Date: Tue, 04 Sep 2018 22:08:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","dns_nameservers":[],"updated_at":"2018-09-04T22:08:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"26b70738-1487-4449-b192-3c9069c43035","subnetpool_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet"}]} 2018-09-04 22:08:21,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-760a066f-92a8-44f7-bb22-a0c1c0690b36 2018-09-04 22:08:21,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144&name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:21,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ccb164df-165c-4fde-8772-412416c0fde8 Date: Tue, 04 Sep 2018 22:08:21 GMT RESP BODY: {"ports":[]} 2018-09-04 22:08:21,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144&name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port&admin_state_up=True used request id req-ccb164df-165c-4fde-8772-412416c0fde8 2018-09-04 22:08:21,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:21,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:22,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Zq2EmvXFRnCOK6-4t80KDg"], "issued_at": "2018-09-04T22:08:22.000000Z"}} 2018-09-04 22:08:22,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64be6f9f98bd48e98ef627d590d190f41ee5e058" 2018-09-04 22:08:22,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3daf27de-f8cd-4860-a302-9a1fdc383289 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:22,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3daf27de-f8cd-4860-a302-9a1fdc383289 2018-09-04 22:08:22,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:22,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-15681f7f-cb8d-4068-8ea7-9deac653a574 Date: Tue, 04 Sep 2018 22:08:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"25239a3f-f4f4-4952-a3c3-76555f0da144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["26b70738-1487-4449-b192-3c9069c43035"],"description":"","tags":[],"updated_at":"2018-09-04T22:08:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:17Z","provider:network_type":"vxlan"}]} 2018-09-04 22:08:22,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net used request id req-15681f7f-cb8d-4068-8ea7-9deac653a574 2018-09-04 22:08:22,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:22,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bae6e11a-1158-4dd0-bd35-82d2f6463497 Date: Tue, 04 Sep 2018 22:08:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","dns_nameservers":[],"updated_at":"2018-09-04T22:08:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"26b70738-1487-4449-b192-3c9069c43035","subnetpool_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet"}]} 2018-09-04 22:08:22,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-bae6e11a-1158-4dd0-bd35-82d2f6463497 2018-09-04 22:08:22,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:22,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e6ef3a84-baf3-4eaa-9d58-20bb7461b7b3 Date: Tue, 04 Sep 2018 22:08:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"25239a3f-f4f4-4952-a3c3-76555f0da144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["26b70738-1487-4449-b192-3c9069c43035"],"description":"","tags":[],"updated_at":"2018-09-04T22:08:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:17Z","provider:network_type":"vxlan"}]} 2018-09-04 22:08:22,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net used request id req-e6ef3a84-baf3-4eaa-9d58-20bb7461b7b3 2018-09-04 22:08:22,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:08:22,673 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:08:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:08:22,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64be6f9f98bd48e98ef627d590d190f41ee5e058" 2018-09-04 22:08:22,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0a8401a-a4ad-44a9-a955-1a4de2782fca Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:08:22,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-a0a8401a-a4ad-44a9-a955-1a4de2782fca 2018-09-04 22:08:22,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:22,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-485fa1c0-159a-4f8d-a94a-6daddbc66b63 Date: Tue, 04 Sep 2018 22:08:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","dns_nameservers":[],"updated_at":"2018-09-04T22:08:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"26b70738-1487-4449-b192-3c9069c43035","subnetpool_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet"}]} 2018-09-04 22:08:22,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-485fa1c0-159a-4f8d-a94a-6daddbc66b63 2018-09-04 22:08:22,908 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net 2018-09-04 22:08:22,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" -d '{"port": {"network_id": "25239a3f-f4f4-4952-a3c3-76555f0da144", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port", "admin_state_up": true}}' 2018-09-04 22:08:23,615 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-86f0d36a-239d-4c8c-9342-39f41245baa5 Date: Tue, 04 Sep 2018 22:08:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:23Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.12"}],"id":"1667e2c8-cf79-42c5-bca0-ef029b2e5415","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d7:f1:b4","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port","project_id":"d98703cc10ed423d86894386e49ef6a9","qos_policy_id":null,"admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:23Z","binding:vnic_type":"normal"}} 2018-09-04 22:08:23,615 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-86f0d36a-239d-4c8c-9342-39f41245baa5 2018-09-04 22:08:23,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:23,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-7641bd4f-720c-496d-bd07-fecc37693bb2 Date: Tue, 04 Sep 2018 22:08:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"25239a3f-f4f4-4952-a3c3-76555f0da144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["26b70738-1487-4449-b192-3c9069c43035"],"description":"","tags":[],"updated_at":"2018-09-04T22:08:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:17Z","provider:network_type":"vxlan"}]} 2018-09-04 22:08:23,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net used request id req-7641bd4f-720c-496d-bd07-fecc37693bb2 2018-09-04 22:08:23,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:23,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bec6a242-0e2f-4e27-829c-6f77af73e25e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:08:23,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-bec6a242-0e2f-4e27-829c-6f77af73e25e 2018-09-04 22:08:23,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:24,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c90462fb-d560-4979-94c3-65da09531d4f Date: Tue, 04 Sep 2018 22:08:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","dns_nameservers":[],"updated_at":"2018-09-04T22:08:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"26b70738-1487-4449-b192-3c9069c43035","subnetpool_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet"}]} 2018-09-04 22:08:24,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-c90462fb-d560-4979-94c3-65da09531d4f 2018-09-04 22:08:24,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144&name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:24,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-43bd4ac1-22e6-4730-8dac-ea97321a4d33 Date: Tue, 04 Sep 2018 22:08:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.12"}],"id":"1667e2c8-cf79-42c5-bca0-ef029b2e5415","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d7:f1:b4","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:08:24,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144&name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port&admin_state_up=True used request id req-43bd4ac1-22e6-4730-8dac-ea97321a4d33 2018-09-04 22:08:24,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:24,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56f5daa7-f257-4c24-b1be-2e932df5bd78 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:08:24,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-56f5daa7-f257-4c24-b1be-2e932df5bd78 2018-09-04 22:08:24,294 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst 2018-09-04 22:08:24,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:24,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17c90c7c-1fb2-412e-9a00-f56d0c13a445 x-compute-request-id: req-17c90c7c-1fb2-412e-9a00-f56d0c13a445 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-flavor-name"}]} 2018-09-04 22:08:24,323 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-17c90c7c-1fb2-412e-9a00-f56d0c13a445 2018-09-04 22:08:24,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:24,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-012f40fe-0ddc-4544-a5a7-5a57a58a33e2 x-compute-request-id: req-012f40fe-0ddc-4544-a5a7-5a57a58a33e2 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:08:24,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b used request id req-012f40fe-0ddc-4544-a5a7-5a57a58a33e2 2018-09-04 22:08:24,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:24,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-51893008-da0e-4841-b55c-8d0b94f54bd2 Date: Tue, 04 Sep 2018 22:08:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:08:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:08:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6/snap", "metadata": {}}], "self": "/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "min_disk": 0, "protected": false, "id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "file": "/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e44ca7f00fc84fee9450058b7b29d90f", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image"} 2018-09-04 22:08:24,517 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image used request id req-51893008-da0e-4841-b55c-8d0b94f54bd2 2018-09-04 22:08:24,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:24,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-971745a4-6e13-4231-b482-ab6827ef2ec1 Date: Tue, 04 Sep 2018 22:08:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:08:24,668 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-971745a4-6e13-4231-b482-ab6827ef2ec1 2018-09-04 22:08:24,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" -d '{"server": {"name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst", "imageRef": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "flavorRef": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "max_count": 1, "min_count": 1, "networks": [{"port": "1667e2c8-cf79-42c5-bca0-ef029b2e5415"}]}}' 2018-09-04 22:08:26,367 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:08:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1307de32-0b7c-42f5-8e88-8a5341571580 x-compute-request-id: req-1307de32-0b7c-42f5-8e88-8a5341571580 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "bookmark"}], "adminPass": "xfYeUKj4FUPk"}} 2018-09-04 22:08:26,367 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-1307de32-0b7c-42f5-8e88-8a5341571580 2018-09-04 22:08:26,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:26,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b87347b1-c427-48ac-8797-dbb74ae4d5ce x-compute-request-id: req-b87347b1-c427-48ac-8797-dbb74ae4d5ce Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "bookmark"}], "image": {"id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "links": [{"href": "http://172.30.9.26:8774/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "links": [{"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}]}, "id": "58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:08:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst", "created": "2018-09-04T22:08:26Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:08:26,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 used request id req-b87347b1-c427-48ac-8797-dbb74ae4d5ce 2018-09-04 22:08:26,750 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst 2018-09-04 22:08:26,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:27,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b3b6053-85a0-4c83-a9d0-af43a54b410d x-compute-request-id: req-1b3b6053-85a0-4c83-a9d0-af43a54b410d Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "bookmark"}], "image": {"id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "links": [{"href": "http://172.30.9.26:8774/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "links": [{"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}]}, "id": "58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:08:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst", "created": "2018-09-04T22:08:26Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:08:27,133 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 used request id req-1b3b6053-85a0-4c83-a9d0-af43a54b410d 2018-09-04 22:08:27,134 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst] is - BUILD 2018-09-04 22:08:27,134 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:08:30,137 - create_instance - DEBUG - VM status query timeout in 896.612925053 2018-09-04 22:08:30,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:30,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d4b6c90-4ca9-432f-9e4f-b77fdb45765e x-compute-request-id: req-4d4b6c90-4ca9-432f-9e4f-b77fdb45765e Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:b4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "bookmark"}], "image": {"id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "links": [{"href": "http://172.30.9.26:8774/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "links": [{"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}]}, "id": "58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:08:27Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst", "created": "2018-09-04T22:08:26Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:08:30,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 used request id req-4d4b6c90-4ca9-432f-9e4f-b77fdb45765e 2018-09-04 22:08:30,751 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst] is - BUILD 2018-09-04 22:08:30,751 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:08:33,754 - create_instance - DEBUG - VM status query timeout in 892.99624896 2018-09-04 22:08:33,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:34,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7f9881f-0cfa-4c58-9f06-63fe597eb78f x-compute-request-id: req-d7f9881f-0cfa-4c58-9f06-63fe597eb78f Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:b4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "bookmark"}], "image": {"id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "links": [{"href": "http://172.30.9.26:8774/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-09-04T22:08:30.000000", "flavor": {"id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "links": [{"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}]}, "id": "58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:08:32Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst", "created": "2018-09-04T22:08:26Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:08:34,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 used request id req-d7f9881f-0cfa-4c58-9f06-63fe597eb78f 2018-09-04 22:08:34,335 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst] is - ACTIVE 2018-09-04 22:08:34,335 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:08:34,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:35,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1547a316-91bf-4c97-b961-e86c1d93331f x-compute-request-id: req-1547a316-91bf-4c97-b961-e86c1d93331f Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:b4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "bookmark"}], "image": {"id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "links": [{"href": "http://172.30.9.26:8774/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-09-04T22:08:30.000000", "flavor": {"id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "links": [{"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}]}, "id": "58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:08:32Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst", "created": "2018-09-04T22:08:26Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:08:35,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 used request id req-1547a316-91bf-4c97-b961-e86c1d93331f 2018-09-04 22:08:35,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:35,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-76155224-6067-478f-a46e-ddaaf84e6018 Date: Tue, 04 Sep 2018 22:08:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"25239a3f-f4f4-4952-a3c3-76555f0da144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["26b70738-1487-4449-b192-3c9069c43035"],"description":"","tags":[],"updated_at":"2018-09-04T22:08:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:17Z","provider:network_type":"vxlan"}]} 2018-09-04 22:08:35,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net used request id req-76155224-6067-478f-a46e-ddaaf84e6018 2018-09-04 22:08:35,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:35,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b56c3a3-6fdc-4e92-8fe8-1226d0b50418 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:08:35,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-2b56c3a3-6fdc-4e92-8fe8-1226d0b50418 2018-09-04 22:08:35,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:35,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-375205c3-47c6-4213-9e39-da9b4d92b7ac Date: Tue, 04 Sep 2018 22:08:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","dns_nameservers":[],"updated_at":"2018-09-04T22:08:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"26b70738-1487-4449-b192-3c9069c43035","subnetpool_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet"}]} 2018-09-04 22:08:35,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-375205c3-47c6-4213-9e39-da9b4d92b7ac 2018-09-04 22:08:35,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:35,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-bc372352-e282-483e-a6cd-77686f8503ab Date: Tue, 04 Sep 2018 22:08:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.12"}],"id":"1667e2c8-cf79-42c5-bca0-ef029b2e5415","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:f1:b4","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:23Z","binding:vnic_type":"normal","device_id":"58925c48-d978-4d9c-9b0c-a6f174a2b0c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.3"}],"id":"31547820-34be-45f3-97c2-1764f2151a7e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:95:c2","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-25239a3f-f4f4-4952-a3c3-76555f0da144"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.2"}],"id":"31b2f625-a93a-4e2c-b115-dbe3f4a35b99","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:6d:92","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-25239a3f-f4f4-4952-a3c3-76555f0da144"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.4"}],"id":"52172573-66b5-4566-b7dc-127fae4aa9e8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:20:36","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-25239a3f-f4f4-4952-a3c3-76555f0da144"}]} 2018-09-04 22:08:35,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-bc372352-e282-483e-a6cd-77686f8503ab 2018-09-04 22:08:35,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:36,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["hTLcb21-RcqylDjNlfQpng"], "issued_at": "2018-09-04T22:08:36.000000Z"}} 2018-09-04 22:08:36,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b682e27e0d82e38e1ce6904a0a2e6ee2d21f5b7" 2018-09-04 22:08:37,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99063078-c281-4abd-ad7c-f7f876939dc1 x-compute-request-id: req-99063078-c281-4abd-ad7c-f7f876939dc1 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:b4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "bookmark"}], "image": {"id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "links": [{"href": "http://172.30.9.26:8774/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-09-04T22:08:30.000000", "flavor": {"id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "links": [{"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}]}, "id": "58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:08:32Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst", "created": "2018-09-04T22:08:26Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:08:37,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst used request id req-99063078-c281-4abd-ad7c-f7f876939dc1 2018-09-04 22:08:37,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:37,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["zgpHVeD1Qf6qceH9tMEK1g"], "issued_at": "2018-09-04T22:08:37.000000Z"}} 2018-09-04 22:08:37,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5c3c901b4e6d33be63ac52566d05fbc5f9e04b" 2018-09-04 22:08:37,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d98699f3-4a1a-4dbf-80b7-0d592b06304e Date: Tue, 04 Sep 2018 22:08:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"25239a3f-f4f4-4952-a3c3-76555f0da144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["26b70738-1487-4449-b192-3c9069c43035"],"description":"","tags":[],"updated_at":"2018-09-04T22:08:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:17Z","provider:network_type":"vxlan"}]} 2018-09-04 22:08:37,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net used request id req-d98699f3-4a1a-4dbf-80b7-0d592b06304e 2018-09-04 22:08:37,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5c3c901b4e6d33be63ac52566d05fbc5f9e04b" 2018-09-04 22:08:38,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5ac446c8-1b60-48a2-bf03-6a62116abef1 Date: Tue, 04 Sep 2018 22:08:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","dns_nameservers":[],"updated_at":"2018-09-04T22:08:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"26b70738-1487-4449-b192-3c9069c43035","subnetpool_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet"}]} 2018-09-04 22:08:38,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-5ac446c8-1b60-48a2-bf03-6a62116abef1 2018-09-04 22:08:38,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5c3c901b4e6d33be63ac52566d05fbc5f9e04b" 2018-09-04 22:08:38,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-31bea8c6-e159-4a9b-97f4-6ee6ccec40c1 Date: Tue, 04 Sep 2018 22:08:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.12"}],"id":"1667e2c8-cf79-42c5-bca0-ef029b2e5415","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:f1:b4","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:23Z","binding:vnic_type":"normal","device_id":"58925c48-d978-4d9c-9b0c-a6f174a2b0c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.3"}],"id":"31547820-34be-45f3-97c2-1764f2151a7e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:95:c2","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-25239a3f-f4f4-4952-a3c3-76555f0da144"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.2"}],"id":"31b2f625-a93a-4e2c-b115-dbe3f4a35b99","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:6d:92","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-25239a3f-f4f4-4952-a3c3-76555f0da144"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.4"}],"id":"52172573-66b5-4566-b7dc-127fae4aa9e8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:20:36","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-25239a3f-f4f4-4952-a3c3-76555f0da144"}]} 2018-09-04 22:08:38,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-31bea8c6-e159-4a9b-97f4-6ee6ccec40c1 2018-09-04 22:08:38,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:38,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a5cc9b8280e74f12bc42d72dfbd67f3c", "name": "CreateInstanceSimpleTests-d97dbce7-1088-45f-proj-role"}], "expires_at": "2018-09-04T23:08:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e44ca7f00fc84fee9450058b7b29d90f", "name": "CreateInstanceSimpleTests-d97dbce7-1088-45f-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e44ca7f00fc84fee9450058b7b29d90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/e44ca7f00fc84fee9450058b7b29d90f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/e44ca7f00fc84fee9450058b7b29d90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/e44ca7f00fc84fee9450058b7b29d90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/e44ca7f00fc84fee9450058b7b29d90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/e44ca7f00fc84fee9450058b7b29d90f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/e44ca7f00fc84fee9450058b7b29d90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/e44ca7f00fc84fee9450058b7b29d90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/e44ca7f00fc84fee9450058b7b29d90f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/e44ca7f00fc84fee9450058b7b29d90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/e44ca7f00fc84fee9450058b7b29d90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/e44ca7f00fc84fee9450058b7b29d90f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-d97dbce7-1088-45f-user", "id": "de7ac9bc18c14d438361bb490ced1231"}, "audit_ids": ["7OIxbU1UTT2tCP4574XoAQ"], "issued_at": "2018-09-04T22:08:38.000000Z"}} 2018-09-04 22:08:38,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfaf347d0734c7974f73cf6af74a9e2e7b1ab6ef" 2018-09-04 22:08:38,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d32b05e7-4800-45bc-9dee-aab7387727cf x-compute-request-id: req-d32b05e7-4800-45bc-9dee-aab7387727cf Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:08:38,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst used request id req-d32b05e7-4800-45bc-9dee-aab7387727cf 2018-09-04 22:08:38,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:39,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca9d90ba-9131-4c6b-b42b-57f001e82acd x-compute-request-id: req-ca9d90ba-9131-4c6b-b42b-57f001e82acd Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:b4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "bookmark"}], "image": {"id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "links": [{"href": "http://172.30.9.26:8774/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-09-04T22:08:30.000000", "flavor": {"id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "links": [{"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}]}, "id": "58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:08:32Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst", "created": "2018-09-04T22:08:26Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:08:39,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 used request id req-ca9d90ba-9131-4c6b-b42b-57f001e82acd 2018-09-04 22:08:39,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:39,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-83354d15-4dd4-4438-8e78-eb7894b6be23 Date: Tue, 04 Sep 2018 22:08:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"25239a3f-f4f4-4952-a3c3-76555f0da144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["26b70738-1487-4449-b192-3c9069c43035"],"description":"","tags":[],"updated_at":"2018-09-04T22:08:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:17Z","provider:network_type":"vxlan"}]} 2018-09-04 22:08:39,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net used request id req-83354d15-4dd4-4438-8e78-eb7894b6be23 2018-09-04 22:08:39,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:39,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba0de3d4-943c-4bf7-936f-b63852341a42 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:08:39,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-ba0de3d4-943c-4bf7-936f-b63852341a42 2018-09-04 22:08:39,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:39,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-27aa8165-90ec-4317-98fe-1c76af690c74 Date: Tue, 04 Sep 2018 22:08:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","dns_nameservers":[],"updated_at":"2018-09-04T22:08:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"26b70738-1487-4449-b192-3c9069c43035","subnetpool_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet"}]} 2018-09-04 22:08:39,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-27aa8165-90ec-4317-98fe-1c76af690c74 2018-09-04 22:08:39,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:40,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-072e0954-53ed-48f4-8496-4fd10dbde804 Date: Tue, 04 Sep 2018 22:08:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.12"}],"id":"1667e2c8-cf79-42c5-bca0-ef029b2e5415","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:f1:b4","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:23Z","binding:vnic_type":"normal","device_id":"58925c48-d978-4d9c-9b0c-a6f174a2b0c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.3"}],"id":"31547820-34be-45f3-97c2-1764f2151a7e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:95:c2","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-25239a3f-f4f4-4952-a3c3-76555f0da144"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.2"}],"id":"31b2f625-a93a-4e2c-b115-dbe3f4a35b99","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:6d:92","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-25239a3f-f4f4-4952-a3c3-76555f0da144"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.4"}],"id":"52172573-66b5-4566-b7dc-127fae4aa9e8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:20:36","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-25239a3f-f4f4-4952-a3c3-76555f0da144"}]} 2018-09-04 22:08:40,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-072e0954-53ed-48f4-8496-4fd10dbde804 2018-09-04 22:08:40,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:40,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8506a2f-305f-4633-9767-7481dda9c879 x-compute-request-id: req-a8506a2f-305f-4633-9767-7481dda9c879 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:b4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "bookmark"}], "image": {"id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "links": [{"href": "http://172.30.9.26:8774/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-09-04T22:08:30.000000", "flavor": {"id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "links": [{"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}]}, "id": "58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:08:32Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst", "created": "2018-09-04T22:08:26Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:08:40,638 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 used request id req-a8506a2f-305f-4633-9767-7481dda9c879 2018-09-04 22:08:40,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:40,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f172bc85-275e-4e94-9f79-7a202efedc96 Date: Tue, 04 Sep 2018 22:08:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"25239a3f-f4f4-4952-a3c3-76555f0da144","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["26b70738-1487-4449-b192-3c9069c43035"],"description":"","tags":[],"updated_at":"2018-09-04T22:08:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:17Z","provider:network_type":"vxlan"}]} 2018-09-04 22:08:40,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net used request id req-f172bc85-275e-4e94-9f79-7a202efedc96 2018-09-04 22:08:40,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:40,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aca739a4-de9c-4f76-b2c1-79f9feea1c4c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:08:40,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-aca739a4-de9c-4f76-b2c1-79f9feea1c4c 2018-09-04 22:08:40,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:40,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9341db90-f2b0-4073-97ff-e24380436016 Date: Tue, 04 Sep 2018 22:08:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","dns_nameservers":[],"updated_at":"2018-09-04T22:08:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"26b70738-1487-4449-b192-3c9069c43035","subnetpool_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet"}]} 2018-09-04 22:08:40,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-9341db90-f2b0-4073-97ff-e24380436016 2018-09-04 22:08:40,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:40,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-05bb7ff2-30cc-4dc8-a981-dedcdfeabd5c Date: Tue, 04 Sep 2018 22:08:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.12"}],"id":"1667e2c8-cf79-42c5-bca0-ef029b2e5415","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:f1:b4","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:23Z","binding:vnic_type":"normal","device_id":"58925c48-d978-4d9c-9b0c-a6f174a2b0c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.3"}],"id":"31547820-34be-45f3-97c2-1764f2151a7e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:95:c2","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-25239a3f-f4f4-4952-a3c3-76555f0da144"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.2"}],"id":"31b2f625-a93a-4e2c-b115-dbe3f4a35b99","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:6d:92","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-25239a3f-f4f4-4952-a3c3-76555f0da144"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:08:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26b70738-1487-4449-b192-3c9069c43035","ip_address":"10.55.0.4"}],"id":"52172573-66b5-4566-b7dc-127fae4aa9e8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:20:36","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25239a3f-f4f4-4952-a3c3-76555f0da144","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:08:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-25239a3f-f4f4-4952-a3c3-76555f0da144"}]} 2018-09-04 22:08:40,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-05bb7ff2-30cc-4dc8-a981-dedcdfeabd5c 2018-09-04 22:08:40,924 - create_instance - INFO - Deleting Port with ID - 1667e2c8-cf79-42c5-bca0-ef029b2e5415 2018-09-04 22:08:40,924 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-port 2018-09-04 22:08:40,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/1667e2c8-cf79-42c5-bca0-ef029b2e5415 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:41,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5e0ac18a-7acd-4572-bc13-c5bc9a58995b Date: Tue, 04 Sep 2018 22:08:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:08:41,560 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/1667e2c8-cf79-42c5-bca0-ef029b2e5415 used request id req-5e0ac18a-7acd-4572-bc13-c5bc9a58995b 2018-09-04 22:08:41,560 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst 2018-09-04 22:08:41,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:41,731 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:08:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fca17152-e62c-41b5-9c2e-55b1560f3169 x-compute-request-id: req-fca17152-e62c-41b5-9c2e-55b1560f3169 Content-Type: application/json 2018-09-04 22:08:41,731 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 used request id req-fca17152-e62c-41b5-9c2e-55b1560f3169 2018-09-04 22:08:41,732 - create_instance - INFO - Checking deletion status 2018-09-04 22:08:41,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:41,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff05698a-5e0e-4e01-913c-58da1db08e7f x-compute-request-id: req-ff05698a-5e0e-4e01-913c-58da1db08e7f Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "bookmark"}], "image": {"id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "links": [{"href": "http://172.30.9.26:8774/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-09-04T22:08:30.000000", "flavor": {"id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "links": [{"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}]}, "id": "58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:08:41Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst", "created": "2018-09-04T22:08:26Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:08:41,973 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 used request id req-ff05698a-5e0e-4e01-913c-58da1db08e7f 2018-09-04 22:08:41,973 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst] is - ACTIVE 2018-09-04 22:08:41,973 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:08:44,976 - create_instance - DEBUG - VM status query timeout in 296.755395889 2018-09-04 22:08:44,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:45,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5df7671c-082f-4775-b0bf-84b83ce096c7 x-compute-request-id: req-5df7671c-082f-4775-b0bf-84b83ce096c7 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "rel": "bookmark"}], "image": {"id": "54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "links": [{"href": "http://172.30.9.26:8774/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-09-04T22:08:30.000000", "flavor": {"id": "0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "links": [{"href": "http://172.30.9.26:8774/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b", "rel": "bookmark"}]}, "id": "58925c48-d978-4d9c-9b0c-a6f174a2b0c2", "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:08:41Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst", "created": "2018-09-04T22:08:26Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:08:45,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 used request id req-5df7671c-082f-4775-b0bf-84b83ce096c7 2018-09-04 22:08:45,472 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst] is - ACTIVE 2018-09-04 22:08:45,473 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:08:48,476 - create_instance - DEBUG - VM status query timeout in 293.256042004 2018-09-04 22:08:48,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a30d52cb54e6a6a051aa2b28f8ddfaf512cb67" 2018-09-04 22:08:48,528 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cbc8655c-5d2a-4f80-8e04-8e1a92aaf247 x-compute-request-id: req-cbc8655c-5d2a-4f80-8e04-8e1a92aaf247 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 58925c48-d978-4d9c-9b0c-a6f174a2b0c2 could not be found.", "code": 404}} 2018-09-04 22:08:48,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/58925c48-d978-4d9c-9b0c-a6f174a2b0c2 used request id req-cbc8655c-5d2a-4f80-8e04-8e1a92aaf247 2018-09-04 22:08:48,528 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 58925c48-d978-4d9c-9b0c-a6f174a2b0c2 could not be found. (HTTP 404) (Request-ID: req-cbc8655c-5d2a-4f80-8e04-8e1a92aaf247) 2018-09-04 22:08:48,529 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-inst 2018-09-04 22:08:48,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dfc350f117236de362ad67119103a119649c8bd" 2018-09-04 22:08:48,582 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:08:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-15498f60-0900-46cc-8bdd-e23eebbe1883 x-compute-request-id: req-15498f60-0900-46cc-8bdd-e23eebbe1883 Content-Length: 0 Content-Type: application/json 2018-09-04 22:08:48,582 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/0039eb7b-c8f4-4076-a6b8-2d755fe2a67b used request id req-15498f60-0900-46cc-8bdd-e23eebbe1883 2018-09-04 22:08:48,583 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet 2018-09-04 22:08:48,583 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-subnet 2018-09-04 22:08:48,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/26b70738-1487-4449-b192-3c9069c43035 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551d483fd83b04bb2b10c4a961145a65f9c05e3" 2018-09-04 22:08:50,854 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8b134974-d129-4329-a080-b0d081d54d04 Date: Tue, 04 Sep 2018 22:08:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:08:50,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/26b70738-1487-4449-b192-3c9069c43035 used request id req-8b134974-d129-4329-a080-b0d081d54d04 2018-09-04 22:08:50,854 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-pub-net 2018-09-04 22:08:50,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/25239a3f-f4f4-4952-a3c3-76555f0da144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551d483fd83b04bb2b10c4a961145a65f9c05e3" 2018-09-04 22:08:52,130 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-140b03cc-041f-40c0-8033-099ac1e5a5bd Date: Tue, 04 Sep 2018 22:08:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:08:52,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/25239a3f-f4f4-4952-a3c3-76555f0da144 used request id req-140b03cc-041f-40c0-8033-099ac1e5a5bd 2018-09-04 22:08:52,130 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-55c822ba-f8bc-46b7-8b79-71e4f326f619-image 2018-09-04 22:08:52,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f33f312fd51330f14d3580ef7ee7a923c280a91" 2018-09-04 22:08:54,412 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f88bd405-65ab-4c2b-92ac-ee90bdd86e2e Date: Tue, 04 Sep 2018 22:08:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:08:54,413 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/54bd5e26-25e4-464c-a3e9-9bb4cdeec9a6 used request id req-f88bd405-65ab-4c2b-92ac-ee90bdd86e2e 2018-09-04 22:08:54,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:54,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-37f49086-dcbb-4e6f-bfa7-a67d29dab781 Date: Tue, 04 Sep 2018 22:08:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:08:54,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-37f49086-dcbb-4e6f-bfa7-a67d29dab781 2018-09-04 22:08:54,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:54,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d77fa197-9ce9-44b0-9328-9cacac1a5824 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:08:54,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-d77fa197-9ce9-44b0-9328-9cacac1a5824 2018-09-04 22:08:54,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:54,873 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34879412-2af2-4b0a-9d4f-8fc2b6855c96 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:54,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-34879412-2af2-4b0a-9d4f-8fc2b6855c96 2018-09-04 22:08:54,873 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:54,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:54,962 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adfcaf42-ae2d-4b71-a104-d4091d43f0ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:54,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-adfcaf42-ae2d-4b71-a104-d4091d43f0ed 2018-09-04 22:08:54,963 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:54,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:55,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02953c50-5db8-4f64-9f85-efbf2d18830d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:08:55,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-02953c50-5db8-4f64-9f85-efbf2d18830d 2018-09-04 22:08:55,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:55,136 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d87bcad9-3873-4931-a502-b7687a5f16dc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:55,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-d87bcad9-3873-4931-a502-b7687a5f16dc 2018-09-04 22:08:55,136 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:55,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:55,227 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb2e62f8-3f0d-4815-b5c8-410a645b64b4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:55,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-fb2e62f8-3f0d-4815-b5c8-410a645b64b4 2018-09-04 22:08:55,228 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:55,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:55,314 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa5f5adc-7b55-4c04-970e-b4ec53da3c82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:55,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-aa5f5adc-7b55-4c04-970e-b4ec53da3c82 2018-09-04 22:08:55,314 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:55,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:55,405 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0abf9e7f-4847-48b2-9037-d36242e70cc3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:55,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-0abf9e7f-4847-48b2-9037-d36242e70cc3 2018-09-04 22:08:55,405 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:55,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:55,497 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3af9833f-bb2e-4859-b04f-346ab46fdab2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:55,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-3af9833f-bb2e-4859-b04f-346ab46fdab2 2018-09-04 22:08:55,498 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:55,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:55,580 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e0b628c-1817-4fe8-b252-08fe65e75af2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:08:55,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-4e0b628c-1817-4fe8-b252-08fe65e75af2 2018-09-04 22:08:55,580 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:08:55,581 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-d97dbce7-1088-45f-proj 2018-09-04 22:08:55,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/e44ca7f00fc84fee9450058b7b29d90f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:55,805 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68e6c852-0889-4827-98a4-62f0cc590a08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:08:55,805 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/e44ca7f00fc84fee9450058b7b29d90f used request id req-68e6c852-0889-4827-98a4-62f0cc590a08 2018-09-04 22:08:55,806 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-d97dbce7-1088-45f-proj-role 2018-09-04 22:08:55,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/a5cc9b8280e74f12bc42d72dfbd67f3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:55,915 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83f5717c-f535-4b0a-8087-11b81e5cdfea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:08:55,915 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/a5cc9b8280e74f12bc42d72dfbd67f3c used request id req-83f5717c-f535-4b0a-8087-11b81e5cdfea 2018-09-04 22:08:55,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a77f099802424144e20e5e3fac4ba9c0d649ef" 2018-09-04 22:08:56,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c1b2172-0701-49b3-940d-8608ef1c2285 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:08:56,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7c1b2172-0701-49b3-940d-8608ef1c2285 2018-09-04 22:08:56,003 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-d97dbce7-1088-45f-user 2018-09-04 22:08:56,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/de7ac9bc18c14d438361bb490ced1231 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e509f16052835fb9b99745a07ba3652e24ac25" 2018-09-04 22:08:56,226 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:08:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04a8b3d5-4020-463a-b00e-cf22bae1ee18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:08:56,226 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/de7ac9bc18c14d438361bb490ced1231 used request id req-04a8b3d5-4020-463a-b00e-cf22bae1ee18 2018-09-04 22:08:56,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:56,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["SHVedskuSpOPvN8O2OkfaA"], "issued_at": "2018-09-04T22:08:56.000000Z"}} 2018-09-04 22:08:56,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f79c965a8fd0cdc62b3400934d6aa516a1875b2" 2018-09-04 22:08:56,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95cd3770-3dc9-48b0-a318-096a2014071b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:56,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-95cd3770-3dc9-48b0-a318-096a2014071b 2018-09-04 22:08:56,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:56,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:57,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["qNiEWDc9QKiOUUnRcdjAlA"], "issued_at": "2018-09-04T22:08:57.000000Z"}} 2018-09-04 22:08:57,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:08:57,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deb855e0-051f-4b26-8b4c-17599740a9ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:57,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-deb855e0-051f-4b26-8b4c-17599740a9ca 2018-09-04 22:08:57,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:08:57,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:08:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:08:57,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:08:57,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45c5b912-c791-4bdd-a89e-b6205fc1721a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:08:57,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj used request id req-45c5b912-c791-4bdd-a89e-b6205fc1721a 2018-09-04 22:08:57,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:08:57,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c166ac96-addd-4d77-bbf5-21e7833da4d9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:08:57,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c166ac96-addd-4d77-bbf5-21e7833da4d9 2018-09-04 22:08:57,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}}' 2018-09-04 22:08:57,419 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:08:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8431855-4d66-40bb-a09a-ba92851b1caa Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7"}, "enabled": true, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}} 2018-09-04 22:08:57,419 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-f8431855-4d66-40bb-a09a-ba92851b1caa 2018-09-04 22:08:57,420 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj 2018-09-04 22:08:57,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:57,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:57,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:08:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["-ekLYCBcTD2fmfmPH2Mk2w"], "issued_at": "2018-09-04T22:08:57.000000Z"}} 2018-09-04 22:08:57,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0165e6b5cac2aa4df9cef01dc997d96ef143bc7" 2018-09-04 22:08:57,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61e31472-13df-42b6-8d42-c3d0e237cee0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:57,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-61e31472-13df-42b6-8d42-c3d0e237cee0 2018-09-04 22:08:57,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:08:57,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:08:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:08:57,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0165e6b5cac2aa4df9cef01dc997d96ef143bc7" 2018-09-04 22:08:58,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65096bf4-b6a2-455f-9031-ffbf3cad8dd6 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:08:58,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-65096bf4-b6a2-455f-9031-ffbf3cad8dd6 2018-09-04 22:08:58,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0165e6b5cac2aa4df9cef01dc997d96ef143bc7" 2018-09-04 22:08:58,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44d6db7-df6a-41c0-a82b-66249b6e4e8b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7"}, "enabled": true, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}]} 2018-09-04 22:08:58,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj used request id req-a44d6db7-df6a-41c0-a82b-66249b6e4e8b 2018-09-04 22:08:58,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0165e6b5cac2aa4df9cef01dc997d96ef143bc7" 2018-09-04 22:08:58,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b762d7b-da64-4d70-b2fd-500b3db85752 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:08:58,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0b762d7b-da64-4d70-b2fd-500b3db85752 2018-09-04 22:08:58,568 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-0e92baf2-8165-4cc-user 2018-09-04 22:08:58,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:58,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:08:58,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7efd08d6-ef34-474f-bf77-6b6b30e96468 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:08:58,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7efd08d6-ef34-474f-bf77-6b6b30e96468 2018-09-04 22:08:58,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" -d '{"role": {"name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj-role"}}' 2018-09-04 22:08:58,815 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:08:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-964851a6-10dd-40aa-b05a-77cb06128757 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6e93657e6b3d4a53873a131989e626f5", "links": {"self": "http://172.30.9.26:5000/v3/roles/6e93657e6b3d4a53873a131989e626f5"}, "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj-role"}} 2018-09-04 22:08:58,815 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-964851a6-10dd-40aa-b05a-77cb06128757 2018-09-04 22:08:58,815 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj-role 2018-09-04 22:08:58,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/6e93657e6b3d4a53873a131989e626f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:08:58,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab59483c-5d1c-4e8b-906c-96d562a9880d Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/6e93657e6b3d4a53873a131989e626f5"}, "domain_id": null, "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj-role", "id": "6e93657e6b3d4a53873a131989e626f5"}} 2018-09-04 22:08:58,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/6e93657e6b3d4a53873a131989e626f5 used request id req-ab59483c-5d1c-4e8b-906c-96d562a9880d 2018-09-04 22:08:58,836 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj-role to project CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj 2018-09-04 22:08:58,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7/users/cb8fb53ea3424fc284883bbd59987fa6/roles/6e93657e6b3d4a53873a131989e626f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:08:59,069 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:08:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-244bfbda-0ac8-42bf-8a23-d1ae708d1689 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:08:59,069 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7/users/cb8fb53ea3424fc284883bbd59987fa6/roles/6e93657e6b3d4a53873a131989e626f5 used request id req-244bfbda-0ac8-42bf-8a23-d1ae708d1689 2018-09-04 22:08:59,069 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:08:59,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:59,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:59,072 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:08:59,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:08:59,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:08:59,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e93657e6b3d4a53873a131989e626f5", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj-role"}], "expires_at": "2018-09-04T23:08:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-user", "id": "cb8fb53ea3424fc284883bbd59987fa6"}, "audit_ids": ["AOqR9ER0RAC5HJNYLdL0Xw"], "issued_at": "2018-09-04T22:08:59.000000Z"}} 2018-09-04 22:08:59,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c0fcd3e2d2e5126df80bfdd36a1e34f2adb4ed" 2018-09-04 22:08:59,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4000c35-e37a-4e62-bc2f-ced4c8889cae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:08:59,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b4000c35-e37a-4e62-bc2f-ced4c8889cae 2018-09-04 22:08:59,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2c0fcd3e2d2e5126df80bfdd36a1e34f2adb4ed" 2018-09-04 22:08:59,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-d3e0439d-cb64-41cc-a721-9c7c9cc38f4b Date: Tue, 04 Sep 2018 22:08:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image"} 2018-09-04 22:08:59,745 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image used request id req-d3e0439d-cb64-41cc-a721-9c7c9cc38f4b 2018-09-04 22:08:59,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2c0fcd3e2d2e5126df80bfdd36a1e34f2adb4ed" 2018-09-04 22:08:59,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c2069be6-a9d4-4b0f-b1c5-11863c6a430a Date: Tue, 04 Sep 2018 22:08:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:08:59,902 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-c2069be6-a9d4-4b0f-b1c5-11863c6a430a 2018-09-04 22:08:59,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2c0fcd3e2d2e5126df80bfdd36a1e34f2adb4ed" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image"}' 2018-09-04 22:09:00,223 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/26da6c5d-499a-4a67-9c46-79e833522531 X-Openstack-Request-Id: req-f01df2de-d0f2-4688-9aab-260917a70c94 Date: Tue, 04 Sep 2018 22:09:00 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:09:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:09:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/26da6c5d-499a-4a67-9c46-79e833522531", "min_disk": 0, "protected": false, "id": "26da6c5d-499a-4a67-9c46-79e833522531", "file": "/v2/images/26da6c5d-499a-4a67-9c46-79e833522531/file", "checksum": null, "owner": "4c4cd863af1f4e8ea40c6652ae585af7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:09:00,223 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f01df2de-d0f2-4688-9aab-260917a70c94 2018-09-04 22:09:00,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/26da6c5d-499a-4a67-9c46-79e833522531/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2c0fcd3e2d2e5126df80bfdd36a1e34f2adb4ed" -d '' 2018-09-04 22:09:01,382 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-14206645-abe1-4498-bb9c-be887a51d527 Date: Tue, 04 Sep 2018 22:09:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:09:01,382 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/26da6c5d-499a-4a67-9c46-79e833522531/file used request id req-14206645-abe1-4498-bb9c-be887a51d527 2018-09-04 22:09:01,382 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:09:01,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/26da6c5d-499a-4a67-9c46-79e833522531 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2c0fcd3e2d2e5126df80bfdd36a1e34f2adb4ed" 2018-09-04 22:09:01,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-1c43c192-ab1f-42c5-af62-0fe87d94ef6d Date: Tue, 04 Sep 2018 22:09:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:09:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:09:01Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/26da6c5d-499a-4a67-9c46-79e833522531/snap", "metadata": {}}], "self": "/v2/images/26da6c5d-499a-4a67-9c46-79e833522531", "min_disk": 0, "protected": false, "id": "26da6c5d-499a-4a67-9c46-79e833522531", "file": "/v2/images/26da6c5d-499a-4a67-9c46-79e833522531/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4c4cd863af1f4e8ea40c6652ae585af7", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/26da6c5d-499a-4a67-9c46-79e833522531/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:09:01,543 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/26da6c5d-499a-4a67-9c46-79e833522531 used request id req-1c43c192-ab1f-42c5-af62-0fe87d94ef6d 2018-09-04 22:09:01,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2c0fcd3e2d2e5126df80bfdd36a1e34f2adb4ed" 2018-09-04 22:09:01,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8b3856ae-989b-4076-beea-021a77abf520 Date: Tue, 04 Sep 2018 22:09:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:09:01,700 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-8b3856ae-989b-4076-beea-021a77abf520 2018-09-04 22:09:01,702 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image 2018-09-04 22:09:01,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/26da6c5d-499a-4a67-9c46-79e833522531 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2c0fcd3e2d2e5126df80bfdd36a1e34f2adb4ed" 2018-09-04 22:09:01,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-02fa73b8-a036-4d90-8b75-c56a81e363c4 Date: Tue, 04 Sep 2018 22:09:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:09:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:09:01Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/26da6c5d-499a-4a67-9c46-79e833522531/snap", "metadata": {}}], "self": "/v2/images/26da6c5d-499a-4a67-9c46-79e833522531", "min_disk": 0, "protected": false, "id": "26da6c5d-499a-4a67-9c46-79e833522531", "file": "/v2/images/26da6c5d-499a-4a67-9c46-79e833522531/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4c4cd863af1f4e8ea40c6652ae585af7", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/26da6c5d-499a-4a67-9c46-79e833522531/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:09:01,723 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/26da6c5d-499a-4a67-9c46-79e833522531 used request id req-02fa73b8-a036-4d90-8b75-c56a81e363c4 2018-09-04 22:09:01,723 - create_image - DEBUG - Instance status is - active 2018-09-04 22:09:01,724 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image 2018-09-04 22:09:01,724 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image 2018-09-04 22:09:01,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:09:01,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:02,112 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:09:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["FWlEcehpRH2SwdN_9XoqGQ"], "issued_at": "2018-09-04T22:09:02.000000Z"}} 2018-09-04 22:09:02,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8bc39818bba4041e6e7e053cc2ab64ea7d4abcd" 2018-09-04 22:09:02,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7b5e310-1451-4aa8-9781-d0770887d751 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:02,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c7b5e310-1451-4aa8-9781-d0770887d751 2018-09-04 22:09:02,188 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:09:02,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8bc39818bba4041e6e7e053cc2ab64ea7d4abcd" 2018-09-04 22:09:02,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7393b788-d205-4255-a764-b5f331087f75 x-compute-request-id: req-7393b788-d205-4255-a764-b5f331087f75 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:09:02,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7393b788-d205-4255-a764-b5f331087f75 2018-09-04 22:09:02,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8bc39818bba4041e6e7e053cc2ab64ea7d4abcd" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:09:02,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14bdc894-d4cf-4ab5-a7fa-bdd557d470bb x-compute-request-id: req-14bdc894-d4cf-4ab5-a7fa-bdd557d470bb Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:09:02,439 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-14bdc894-d4cf-4ab5-a7fa-bdd557d470bb 2018-09-04 22:09:02,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:09:02,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:02,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e93657e6b3d4a53873a131989e626f5", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj-role"}], "expires_at": "2018-09-04T23:09:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-user", "id": "cb8fb53ea3424fc284883bbd59987fa6"}, "audit_ids": ["NEJq-BqMQ6a5Nd_bGpkhjw"], "issued_at": "2018-09-04T22:09:02.000000Z"}} 2018-09-04 22:09:02,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607b232defe65207f4e483a687964ac84bf375fe" 2018-09-04 22:09:02,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15aca8f5-15b3-42b4-aef3-91a80ebeadef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:02,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-15aca8f5-15b3-42b4-aef3-91a80ebeadef 2018-09-04 22:09:02,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607b232defe65207f4e483a687964ac84bf375fe" 2018-09-04 22:09:03,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-745d6bae-c3e2-4022-9a6b-3161f9b2a79e Date: Tue, 04 Sep 2018 22:09:03 GMT RESP BODY: {"networks":[]} 2018-09-04 22:09:03,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net used request id req-745d6bae-c3e2-4022-9a6b-3161f9b2a79e 2018-09-04 22:09:03,068 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net 2018-09-04 22:09:03,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607b232defe65207f4e483a687964ac84bf375fe" -d '{"network": {"name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net", "admin_state_up": true}}' 2018-09-04 22:09:03,626 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-214a5419-783c-4cde-bb4b-52ddd1933553 Date: Tue, 04 Sep 2018 22:09:03 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e2814d19-49cf-4975-a618-534b137c0b8a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:09:03Z","is_default":false,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:03Z","mtu":1450}} 2018-09-04 22:09:03,626 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-214a5419-783c-4cde-bb4b-52ddd1933553 2018-09-04 22:09:03,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607b232defe65207f4e483a687964ac84bf375fe" 2018-09-04 22:09:03,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1f559534-fe36-46a7-951b-35c6698cf592 Date: Tue, 04 Sep 2018 22:09:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:09:03Z","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"e2814d19-49cf-4975-a618-534b137c0b8a","name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net"}]} 2018-09-04 22:09:03,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-1f559534-fe36-46a7-951b-35c6698cf592 2018-09-04 22:09:03,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607b232defe65207f4e483a687964ac84bf375fe" 2018-09-04 22:09:04,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-87e4907b-6ad0-4ec8-9117-3f4a7bd7e2db Date: Tue, 04 Sep 2018 22:09:04 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:09:04,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-87e4907b-6ad0-4ec8-9117-3f4a7bd7e2db 2018-09-04 22:09:04,036 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet 2018-09-04 22:09:04,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607b232defe65207f4e483a687964ac84bf375fe" -d '{"subnets": [{"ip_version": 4, "network_id": "e2814d19-49cf-4975-a618-534b137c0b8a", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet"}]}' 2018-09-04 22:09:05,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-34d67b28-658c-4430-8a28-4e5d3035def9 Date: Tue, 04 Sep 2018 22:09:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:04Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet"}]} 2018-09-04 22:09:05,178 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-34d67b28-658c-4430-8a28-4e5d3035def9 2018-09-04 22:09:05,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607b232defe65207f4e483a687964ac84bf375fe" 2018-09-04 22:09:05,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-92dc4d62-a5f6-46b9-b154-0b007b68814a Date: Tue, 04 Sep 2018 22:09:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4fda058c-7a98-4da7-bad1-fa99b956c7cd"],"updated_at":"2018-09-04T22:09:04Z","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"e2814d19-49cf-4975-a618-534b137c0b8a","name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net"}]} 2018-09-04 22:09:05,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-92dc4d62-a5f6-46b9-b154-0b007b68814a 2018-09-04 22:09:05,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607b232defe65207f4e483a687964ac84bf375fe" 2018-09-04 22:09:05,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-31e073dd-f0f6-46ac-8fa8-a0fe6f04b563 Date: Tue, 04 Sep 2018 22:09:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet"}]} 2018-09-04 22:09:05,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-31e073dd-f0f6-46ac-8fa8-a0fe6f04b563 2018-09-04 22:09:05,518 - OpenStackNetwork - DEBUG - Network [e2814d19-49cf-4975-a618-534b137c0b8a] created successfully 2018-09-04 22:09:05,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:09:05,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:05,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e93657e6b3d4a53873a131989e626f5", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj-role"}], "expires_at": "2018-09-04T23:09:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-user", "id": "cb8fb53ea3424fc284883bbd59987fa6"}, "audit_ids": ["p8z3i8I7TX6fJ2VsKkLUrQ"], "issued_at": "2018-09-04T22:09:05.000000Z"}} 2018-09-04 22:09:05,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:05,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d86b3911-45dd-42b5-b7cd-0bd94f20f531 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:05,975 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d86b3911-45dd-42b5-b7cd-0bd94f20f531 2018-09-04 22:09:05,977 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:09:05,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:06,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-378f585d-b7c6-406b-8f5a-c0cfb01e9b1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:06,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-378f585d-b7c6-406b-8f5a-c0cfb01e9b1d 2018-09-04 22:09:06,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:06,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7fb6a885-9d80-4245-98e2-86953a064974 Date: Tue, 04 Sep 2018 22:09:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4fda058c-7a98-4da7-bad1-fa99b956c7cd"],"updated_at":"2018-09-04T22:09:04Z","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"e2814d19-49cf-4975-a618-534b137c0b8a","name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net"}]} 2018-09-04 22:09:06,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net used request id req-7fb6a885-9d80-4245-98e2-86953a064974 2018-09-04 22:09:06,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:09:06,337 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:09:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:09:06,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:06,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6345c7-9566-466d-9c77-cf361374ee6f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7"}, "enabled": true, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}} 2018-09-04 22:09:06,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 used request id req-2e6345c7-9566-466d-9c77-cf361374ee6f 2018-09-04 22:09:06,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:06,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f5d512b8-1376-4620-8e03-b6eafdb38e58 Date: Tue, 04 Sep 2018 22:09:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet"}]} 2018-09-04 22:09:06,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-f5d512b8-1376-4620-8e03-b6eafdb38e58 2018-09-04 22:09:06,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a&name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:06,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5f810b03-fd1b-4885-bc9d-3cf5d6d795a6 Date: Tue, 04 Sep 2018 22:09:06 GMT RESP BODY: {"ports":[]} 2018-09-04 22:09:06,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a&name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port&admin_state_up=True used request id req-5f810b03-fd1b-4885-bc9d-3cf5d6d795a6 2018-09-04 22:09:06,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:07,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-03462d6d-c6fa-4e64-b3af-2a76b412c028 x-compute-request-id: req-03462d6d-c6fa-4e64-b3af-2a76b412c028 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:09:07,081 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst used request id req-03462d6d-c6fa-4e64-b3af-2a76b412c028 2018-09-04 22:09:07,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:07,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-69629f20-4de5-40f7-a4a6-2e3d5ecc21d5 Date: Tue, 04 Sep 2018 22:09:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4fda058c-7a98-4da7-bad1-fa99b956c7cd"],"updated_at":"2018-09-04T22:09:04Z","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"e2814d19-49cf-4975-a618-534b137c0b8a","name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net"}]} 2018-09-04 22:09:07,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net used request id req-69629f20-4de5-40f7-a4a6-2e3d5ecc21d5 2018-09-04 22:09:07,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:07,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-511b5db5-f194-462b-9501-ed7fd9d9e8ee Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7"}, "enabled": true, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}} 2018-09-04 22:09:07,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 used request id req-511b5db5-f194-462b-9501-ed7fd9d9e8ee 2018-09-04 22:09:07,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:07,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5a172cbf-a639-4108-aa0b-0b6f4048a05e Date: Tue, 04 Sep 2018 22:09:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet"}]} 2018-09-04 22:09:07,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-5a172cbf-a639-4108-aa0b-0b6f4048a05e 2018-09-04 22:09:07,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a&name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:07,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9bb77ea0-124d-4096-a99a-26217e15538c Date: Tue, 04 Sep 2018 22:09:07 GMT RESP BODY: {"ports":[]} 2018-09-04 22:09:07,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a&name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port&admin_state_up=True used request id req-9bb77ea0-124d-4096-a99a-26217e15538c 2018-09-04 22:09:07,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:09:07,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:08,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e93657e6b3d4a53873a131989e626f5", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj-role"}], "expires_at": "2018-09-04T23:09:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-user", "id": "cb8fb53ea3424fc284883bbd59987fa6"}, "audit_ids": ["PgmB9PVsSqawdLXw3wWO0g"], "issued_at": "2018-09-04T22:09:08.000000Z"}} 2018-09-04 22:09:08,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177a053c1bdf39ca803ce2280ffd7a5e82a04593" 2018-09-04 22:09:08,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e870229c-2aaf-4a2c-8819-ab0728be2c46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:08,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e870229c-2aaf-4a2c-8819-ab0728be2c46 2018-09-04 22:09:08,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:08,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-95b7024b-b5cd-44ad-b540-f11d0106b6b5 Date: Tue, 04 Sep 2018 22:09:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4fda058c-7a98-4da7-bad1-fa99b956c7cd"],"updated_at":"2018-09-04T22:09:04Z","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"e2814d19-49cf-4975-a618-534b137c0b8a","name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net"}]} 2018-09-04 22:09:08,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net used request id req-95b7024b-b5cd-44ad-b540-f11d0106b6b5 2018-09-04 22:09:08,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:08,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a5839e1e-2976-431b-aa83-a08f070ef9d2 Date: Tue, 04 Sep 2018 22:09:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet"}]} 2018-09-04 22:09:08,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-a5839e1e-2976-431b-aa83-a08f070ef9d2 2018-09-04 22:09:08,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:08,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ced47cd3-f29f-4a5a-a002-6f85a5e95d51 Date: Tue, 04 Sep 2018 22:09:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4fda058c-7a98-4da7-bad1-fa99b956c7cd"],"updated_at":"2018-09-04T22:09:04Z","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"e2814d19-49cf-4975-a618-534b137c0b8a","name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net"}]} 2018-09-04 22:09:08,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net used request id req-ced47cd3-f29f-4a5a-a002-6f85a5e95d51 2018-09-04 22:09:08,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:09:08,986 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:09:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:09:08,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177a053c1bdf39ca803ce2280ffd7a5e82a04593" 2018-09-04 22:09:09,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bfd4cb4-cfcd-458b-acc4-00847fb6ebdf Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7"}, "enabled": true, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}} 2018-09-04 22:09:09,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 used request id req-2bfd4cb4-cfcd-458b-acc4-00847fb6ebdf 2018-09-04 22:09:09,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:09,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f94cd4a1-5a0e-400b-a9a7-c111dbef6680 Date: Tue, 04 Sep 2018 22:09:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet"}]} 2018-09-04 22:09:09,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-f94cd4a1-5a0e-400b-a9a7-c111dbef6680 2018-09-04 22:09:09,132 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net 2018-09-04 22:09:09,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" -d '{"port": {"network_id": "e2814d19-49cf-4975-a618-534b137c0b8a", "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port", "admin_state_up": true}}' 2018-09-04 22:09:09,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-45624048-89fe-4a3a-ba73-0ebfd912ba2b Date: Tue, 04 Sep 2018 22:09:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.7"}],"id":"e95c0739-3501-4bb6-9772-dab8517959e3","security_groups":["64b82b92-a558-49e9-9aa8-109e1abfe6ba"],"mac_address":"fa:16:3e:10:cf:39","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","qos_policy_id":null,"admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:09Z","binding:vnic_type":"normal"}} 2018-09-04 22:09:09,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-45624048-89fe-4a3a-ba73-0ebfd912ba2b 2018-09-04 22:09:09,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:10,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-69a3fa3e-26b5-498a-ad2d-f9de39ad619b Date: Tue, 04 Sep 2018 22:09:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4fda058c-7a98-4da7-bad1-fa99b956c7cd"],"updated_at":"2018-09-04T22:09:04Z","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"e2814d19-49cf-4975-a618-534b137c0b8a","name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net"}]} 2018-09-04 22:09:10,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net used request id req-69a3fa3e-26b5-498a-ad2d-f9de39ad619b 2018-09-04 22:09:10,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:10,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f299b3e-9580-4bac-a85f-1be772b65410 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7"}, "enabled": true, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}} 2018-09-04 22:09:10,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 used request id req-9f299b3e-9580-4bac-a85f-1be772b65410 2018-09-04 22:09:10,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:10,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7154915b-f410-49b9-b346-c02c0b3a029a Date: Tue, 04 Sep 2018 22:09:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet"}]} 2018-09-04 22:09:10,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-7154915b-f410-49b9-b346-c02c0b3a029a 2018-09-04 22:09:10,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a&name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:10,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-26fe136d-237a-4ab3-a41a-64af1206c259 Date: Tue, 04 Sep 2018 22:09:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.7"}],"id":"e95c0739-3501-4bb6-9772-dab8517959e3","security_groups":["64b82b92-a558-49e9-9aa8-109e1abfe6ba"],"mac_address":"fa:16:3e:10:cf:39","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:09Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:09:10,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a&name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port&admin_state_up=True used request id req-26fe136d-237a-4ab3-a41a-64af1206c259 2018-09-04 22:09:10,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:10,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a34ea5d-d86b-46f5-9f6c-9958340b9533 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7"}, "enabled": true, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}} 2018-09-04 22:09:10,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 used request id req-6a34ea5d-d86b-46f5-9f6c-9958340b9533 2018-09-04 22:09:10,621 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst 2018-09-04 22:09:10,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:10,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d8603af-f4ab-4e05-bb7a-7e8606731f07 x-compute-request-id: req-0d8603af-f4ab-4e05-bb7a-7e8606731f07 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-flavor-name"}]} 2018-09-04 22:09:10,657 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0d8603af-f4ab-4e05-bb7a-7e8606731f07 2018-09-04 22:09:10,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:10,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b54b2fb6-c91b-4fa7-8532-96b1263d6c5a x-compute-request-id: req-b54b2fb6-c91b-4fa7-8532-96b1263d6c5a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:09:10,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96 used request id req-b54b2fb6-c91b-4fa7-8532-96b1263d6c5a 2018-09-04 22:09:10,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:10,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-865a2e7e-066c-4feb-afd2-97ec7a4bd090 Date: Tue, 04 Sep 2018 22:09:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:09:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:09:01Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/26da6c5d-499a-4a67-9c46-79e833522531/snap", "metadata": {}}], "self": "/v2/images/26da6c5d-499a-4a67-9c46-79e833522531", "min_disk": 0, "protected": false, "id": "26da6c5d-499a-4a67-9c46-79e833522531", "file": "/v2/images/26da6c5d-499a-4a67-9c46-79e833522531/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4c4cd863af1f4e8ea40c6652ae585af7", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/26da6c5d-499a-4a67-9c46-79e833522531/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image"} 2018-09-04 22:09:10,861 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image used request id req-865a2e7e-066c-4feb-afd2-97ec7a4bd090 2018-09-04 22:09:10,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:11,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-38bcf959-5d09-4273-b2fc-745d1dd428de Date: Tue, 04 Sep 2018 22:09:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:09:11,015 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-38bcf959-5d09-4273-b2fc-745d1dd428de 2018-09-04 22:09:11,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" -d '{"server": {"name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst", "imageRef": "26da6c5d-499a-4a67-9c46-79e833522531", "flavorRef": "82b43c49-57d0-49f9-94fd-275eb1769d96", "max_count": 1, "min_count": 1, "networks": [{"port": "e95c0739-3501-4bb6-9772-dab8517959e3"}]}}' 2018-09-04 22:09:12,540 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:09:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1cdb8942-71fa-4b78-9cb6-e22244189a55 x-compute-request-id: req-1cdb8942-71fa-4b78-9cb6-e22244189a55 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b1b59998-4bd2-4c62-a859-d0c94e02d681", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "bookmark"}], "adminPass": "AVo2EYSj86sF"}} 2018-09-04 22:09:12,540 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-1cdb8942-71fa-4b78-9cb6-e22244189a55 2018-09-04 22:09:12,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:12,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a4b3be1-44ec-417a-a8e3-f4df0654ca6d x-compute-request-id: req-6a4b3be1-44ec-417a-a8e3-f4df0654ca6d Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "bookmark"}], "image": {"id": "26da6c5d-499a-4a67-9c46-79e833522531", "links": [{"href": "http://172.30.9.26:8774/images/26da6c5d-499a-4a67-9c46-79e833522531", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "links": [{"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}]}, "id": "b1b59998-4bd2-4c62-a859-d0c94e02d681", "user_id": "cb8fb53ea3424fc284883bbd59987fa6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:09:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst", "created": "2018-09-04T22:09:12Z", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:09:12,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-6a4b3be1-44ec-417a-a8e3-f4df0654ca6d 2018-09-04 22:09:12,910 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst 2018-09-04 22:09:12,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:13,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f868e3cc-3f1a-451e-a9e3-4f801f49a3b9 x-compute-request-id: req-f868e3cc-3f1a-451e-a9e3-4f801f49a3b9 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "bookmark"}], "image": {"id": "26da6c5d-499a-4a67-9c46-79e833522531", "links": [{"href": "http://172.30.9.26:8774/images/26da6c5d-499a-4a67-9c46-79e833522531", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "links": [{"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}]}, "id": "b1b59998-4bd2-4c62-a859-d0c94e02d681", "user_id": "cb8fb53ea3424fc284883bbd59987fa6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:09:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst", "created": "2018-09-04T22:09:12Z", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:09:13,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-f868e3cc-3f1a-451e-a9e3-4f801f49a3b9 2018-09-04 22:09:13,142 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst] is - BUILD 2018-09-04 22:09:13,143 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:09:16,143 - create_instance - DEBUG - VM status query timeout in 896.767185926 2018-09-04 22:09:16,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:16,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb611725-a7c7-4e34-aad9-f42da39f5bd3 x-compute-request-id: req-eb611725-a7c7-4e34-aad9-f42da39f5bd3 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "bookmark"}], "image": {"id": "26da6c5d-499a-4a67-9c46-79e833522531", "links": [{"href": "http://172.30.9.26:8774/images/26da6c5d-499a-4a67-9c46-79e833522531", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "links": [{"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}]}, "id": "b1b59998-4bd2-4c62-a859-d0c94e02d681", "security_groups": [{"name": "default"}], "user_id": "cb8fb53ea3424fc284883bbd59987fa6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:09:13Z", "hostId": "404eb90e741bbf0dcbe830a71c7a7df426f997de88179886c55b4f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst", "created": "2018-09-04T22:09:12Z", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:09:16,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-eb611725-a7c7-4e34-aad9-f42da39f5bd3 2018-09-04 22:09:16,887 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst] is - BUILD 2018-09-04 22:09:16,887 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:09:19,890 - create_instance - DEBUG - VM status query timeout in 893.020038843 2018-09-04 22:09:19,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:20,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8344a257-da0c-4f43-ac7e-453a4db69613 x-compute-request-id: req-8344a257-da0c-4f43-ac7e-453a4db69613 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:cf:39", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "bookmark"}], "image": {"id": "26da6c5d-499a-4a67-9c46-79e833522531", "links": [{"href": "http://172.30.9.26:8774/images/26da6c5d-499a-4a67-9c46-79e833522531", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:09:16.000000", "flavor": {"id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "links": [{"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}]}, "id": "b1b59998-4bd2-4c62-a859-d0c94e02d681", "security_groups": [{"name": "default"}], "user_id": "cb8fb53ea3424fc284883bbd59987fa6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:09:18Z", "hostId": "404eb90e741bbf0dcbe830a71c7a7df426f997de88179886c55b4f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst", "created": "2018-09-04T22:09:12Z", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:09:20,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-8344a257-da0c-4f43-ac7e-453a4db69613 2018-09-04 22:09:20,508 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst] is - ACTIVE 2018-09-04 22:09:20,508 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:09:20,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:21,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6c14d2e-4e11-4a33-8e0a-89e9ada64c4d x-compute-request-id: req-d6c14d2e-4e11-4a33-8e0a-89e9ada64c4d Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:cf:39", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "bookmark"}], "image": {"id": "26da6c5d-499a-4a67-9c46-79e833522531", "links": [{"href": "http://172.30.9.26:8774/images/26da6c5d-499a-4a67-9c46-79e833522531", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:09:16.000000", "flavor": {"id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "links": [{"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}]}, "id": "b1b59998-4bd2-4c62-a859-d0c94e02d681", "security_groups": [{"name": "default"}], "user_id": "cb8fb53ea3424fc284883bbd59987fa6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:09:18Z", "hostId": "404eb90e741bbf0dcbe830a71c7a7df426f997de88179886c55b4f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst", "created": "2018-09-04T22:09:12Z", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:09:21,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-d6c14d2e-4e11-4a33-8e0a-89e9ada64c4d 2018-09-04 22:09:21,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:21,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-dbb9d0ac-d292-47d2-8fbe-759c2417c90d Date: Tue, 04 Sep 2018 22:09:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4fda058c-7a98-4da7-bad1-fa99b956c7cd"],"updated_at":"2018-09-04T22:09:04Z","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"e2814d19-49cf-4975-a618-534b137c0b8a","name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net"}]} 2018-09-04 22:09:21,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net used request id req-dbb9d0ac-d292-47d2-8fbe-759c2417c90d 2018-09-04 22:09:21,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:21,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01adf44f-436a-4302-9605-131f28471286 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7"}, "enabled": true, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}} 2018-09-04 22:09:21,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 used request id req-01adf44f-436a-4302-9605-131f28471286 2018-09-04 22:09:21,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:21,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9579f7f7-9fb2-4e09-83e1-26bfaccbd7fc Date: Tue, 04 Sep 2018 22:09:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet"}]} 2018-09-04 22:09:21,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-9579f7f7-9fb2-4e09-83e1-26bfaccbd7fc 2018-09-04 22:09:21,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:21,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-26cda06f-ca50-4a14-89a0-2b4d0cba9c9d Date: Tue, 04 Sep 2018 22:09:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.4"}],"id":"95233109-4788-4971-a437-c04a0e52f810","security_groups":[],"mac_address":"fa:16:3e:08:d3:99","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e2814d19-49cf-4975-a618-534b137c0b8a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.3"}],"id":"deecbe36-9f1d-4502-ab93-ffcd58bc47fd","security_groups":[],"mac_address":"fa:16:3e:32:bd:5b","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e2814d19-49cf-4975-a618-534b137c0b8a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.7"}],"id":"e95c0739-3501-4bb6-9772-dab8517959e3","security_groups":["64b82b92-a558-49e9-9aa8-109e1abfe6ba"],"mac_address":"fa:16:3e:10:cf:39","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:09Z","binding:vnic_type":"normal","device_id":"b1b59998-4bd2-4c62-a859-d0c94e02d681"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.2"}],"id":"ff6bc350-3230-40c4-a94b-a6b8cc20dae4","security_groups":[],"mac_address":"fa:16:3e:4b:f1:b2","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e2814d19-49cf-4975-a618-534b137c0b8a"}]} 2018-09-04 22:09:21,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-26cda06f-ca50-4a14-89a0-2b4d0cba9c9d 2018-09-04 22:09:21,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:22,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e93657e6b3d4a53873a131989e626f5", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj-role"}], "expires_at": "2018-09-04T23:09:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-user", "id": "cb8fb53ea3424fc284883bbd59987fa6"}, "audit_ids": ["VfKkx1agT1OF4yWqwFj7bg"], "issued_at": "2018-09-04T22:09:22.000000Z"}} 2018-09-04 22:09:22,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc712f2eb4d4a4533ab3717ed0350b2d941b0585" 2018-09-04 22:09:22,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e66fb58-2923-406c-85fc-9c6f73fa96ff x-compute-request-id: req-2e66fb58-2923-406c-85fc-9c6f73fa96ff Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:cf:39", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "bookmark"}], "image": {"id": "26da6c5d-499a-4a67-9c46-79e833522531", "links": [{"href": "http://172.30.9.26:8774/images/26da6c5d-499a-4a67-9c46-79e833522531", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:09:16.000000", "flavor": {"id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "links": [{"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}]}, "id": "b1b59998-4bd2-4c62-a859-d0c94e02d681", "security_groups": [{"name": "default"}], "user_id": "cb8fb53ea3424fc284883bbd59987fa6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:09:18Z", "hostId": "404eb90e741bbf0dcbe830a71c7a7df426f997de88179886c55b4f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst", "created": "2018-09-04T22:09:12Z", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:09:22,796 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst used request id req-2e66fb58-2923-406c-85fc-9c6f73fa96ff 2018-09-04 22:09:22,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:23,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e93657e6b3d4a53873a131989e626f5", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj-role"}], "expires_at": "2018-09-04T23:09:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/4c4cd863af1f4e8ea40c6652ae585af7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-user", "id": "cb8fb53ea3424fc284883bbd59987fa6"}, "audit_ids": ["Ms_uR85SToKG9qlhyQ7_ow"], "issued_at": "2018-09-04T22:09:23.000000Z"}} 2018-09-04 22:09:23,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22939563be10c03cbbe8a148cead5eea822602d7" 2018-09-04 22:09:23,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-35242c38-bc8b-4e4e-a94d-f6ba1103242b Date: Tue, 04 Sep 2018 22:09:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4fda058c-7a98-4da7-bad1-fa99b956c7cd"],"updated_at":"2018-09-04T22:09:04Z","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"e2814d19-49cf-4975-a618-534b137c0b8a","name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net"}]} 2018-09-04 22:09:23,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net used request id req-35242c38-bc8b-4e4e-a94d-f6ba1103242b 2018-09-04 22:09:23,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22939563be10c03cbbe8a148cead5eea822602d7" 2018-09-04 22:09:23,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ba491545-e296-4517-a873-83616a6fc6b7 Date: Tue, 04 Sep 2018 22:09:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet"}]} 2018-09-04 22:09:23,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-ba491545-e296-4517-a873-83616a6fc6b7 2018-09-04 22:09:23,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22939563be10c03cbbe8a148cead5eea822602d7" 2018-09-04 22:09:23,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-4f97b0ab-82ba-4b6b-a783-5c5d3f12adef Date: Tue, 04 Sep 2018 22:09:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.4"}],"id":"95233109-4788-4971-a437-c04a0e52f810","security_groups":[],"mac_address":"fa:16:3e:08:d3:99","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e2814d19-49cf-4975-a618-534b137c0b8a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.3"}],"id":"deecbe36-9f1d-4502-ab93-ffcd58bc47fd","security_groups":[],"mac_address":"fa:16:3e:32:bd:5b","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e2814d19-49cf-4975-a618-534b137c0b8a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.7"}],"id":"e95c0739-3501-4bb6-9772-dab8517959e3","security_groups":["64b82b92-a558-49e9-9aa8-109e1abfe6ba"],"mac_address":"fa:16:3e:10:cf:39","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:09Z","binding:vnic_type":"normal","device_id":"b1b59998-4bd2-4c62-a859-d0c94e02d681"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.2"}],"id":"ff6bc350-3230-40c4-a94b-a6b8cc20dae4","security_groups":[],"mac_address":"fa:16:3e:4b:f1:b2","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e2814d19-49cf-4975-a618-534b137c0b8a"}]} 2018-09-04 22:09:23,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-4f97b0ab-82ba-4b6b-a783-5c5d3f12adef 2018-09-04 22:09:23,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:24,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0099334-c0be-44f8-bed1-2b298f880fad x-compute-request-id: req-b0099334-c0be-44f8-bed1-2b298f880fad Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:cf:39", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "bookmark"}], "image": {"id": "26da6c5d-499a-4a67-9c46-79e833522531", "links": [{"href": "http://172.30.9.26:8774/images/26da6c5d-499a-4a67-9c46-79e833522531", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:09:16.000000", "flavor": {"id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "links": [{"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}]}, "id": "b1b59998-4bd2-4c62-a859-d0c94e02d681", "security_groups": [{"name": "default"}], "user_id": "cb8fb53ea3424fc284883bbd59987fa6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:09:18Z", "hostId": "404eb90e741bbf0dcbe830a71c7a7df426f997de88179886c55b4f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst", "created": "2018-09-04T22:09:12Z", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:09:24,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-b0099334-c0be-44f8-bed1-2b298f880fad 2018-09-04 22:09:24,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:24,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-80da241d-cc62-4e4f-af8e-d61bbe4b3710 Date: Tue, 04 Sep 2018 22:09:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4fda058c-7a98-4da7-bad1-fa99b956c7cd"],"updated_at":"2018-09-04T22:09:04Z","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"e2814d19-49cf-4975-a618-534b137c0b8a","name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net"}]} 2018-09-04 22:09:24,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net used request id req-80da241d-cc62-4e4f-af8e-d61bbe4b3710 2018-09-04 22:09:24,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:24,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed801fbc-3796-4a7f-b5b2-28b845044110 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7"}, "enabled": true, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}} 2018-09-04 22:09:24,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 used request id req-ed801fbc-3796-4a7f-b5b2-28b845044110 2018-09-04 22:09:24,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:25,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ea46e8f4-3b8f-4e23-a1a2-c32015208c49 Date: Tue, 04 Sep 2018 22:09:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet"}]} 2018-09-04 22:09:25,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-ea46e8f4-3b8f-4e23-a1a2-c32015208c49 2018-09-04 22:09:25,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:25,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-f49c08b2-0fdb-4480-805c-dde6f0278de1 Date: Tue, 04 Sep 2018 22:09:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.4"}],"id":"95233109-4788-4971-a437-c04a0e52f810","security_groups":[],"mac_address":"fa:16:3e:08:d3:99","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e2814d19-49cf-4975-a618-534b137c0b8a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.3"}],"id":"deecbe36-9f1d-4502-ab93-ffcd58bc47fd","security_groups":[],"mac_address":"fa:16:3e:32:bd:5b","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e2814d19-49cf-4975-a618-534b137c0b8a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.7"}],"id":"e95c0739-3501-4bb6-9772-dab8517959e3","security_groups":["64b82b92-a558-49e9-9aa8-109e1abfe6ba"],"mac_address":"fa:16:3e:10:cf:39","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:09Z","binding:vnic_type":"normal","device_id":"b1b59998-4bd2-4c62-a859-d0c94e02d681"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.2"}],"id":"ff6bc350-3230-40c4-a94b-a6b8cc20dae4","security_groups":[],"mac_address":"fa:16:3e:4b:f1:b2","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e2814d19-49cf-4975-a618-534b137c0b8a"}]} 2018-09-04 22:09:25,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-f49c08b2-0fdb-4480-805c-dde6f0278de1 2018-09-04 22:09:25,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:26,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64185e24-d513-42a8-9a0c-f1ed47402239 x-compute-request-id: req-64185e24-d513-42a8-9a0c-f1ed47402239 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:cf:39", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "bookmark"}], "image": {"id": "26da6c5d-499a-4a67-9c46-79e833522531", "links": [{"href": "http://172.30.9.26:8774/images/26da6c5d-499a-4a67-9c46-79e833522531", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:09:16.000000", "flavor": {"id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "links": [{"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}]}, "id": "b1b59998-4bd2-4c62-a859-d0c94e02d681", "security_groups": [{"name": "default"}], "user_id": "cb8fb53ea3424fc284883bbd59987fa6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:09:18Z", "hostId": "404eb90e741bbf0dcbe830a71c7a7df426f997de88179886c55b4f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst", "created": "2018-09-04T22:09:12Z", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:09:26,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-64185e24-d513-42a8-9a0c-f1ed47402239 2018-09-04 22:09:26,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:26,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-64015312-5605-4f0b-96f6-40a770e3bfa0 Date: Tue, 04 Sep 2018 22:09:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4fda058c-7a98-4da7-bad1-fa99b956c7cd"],"updated_at":"2018-09-04T22:09:04Z","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"e2814d19-49cf-4975-a618-534b137c0b8a","name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net"}]} 2018-09-04 22:09:26,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net used request id req-64015312-5605-4f0b-96f6-40a770e3bfa0 2018-09-04 22:09:26,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:26,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae8dc5b4-0049-4be0-ae27-b5f083f8fdcf Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7"}, "enabled": true, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}} 2018-09-04 22:09:26,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 used request id req-ae8dc5b4-0049-4be0-ae27-b5f083f8fdcf 2018-09-04 22:09:26,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:26,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2877f813-ebe7-4740-a11e-8e99ea68188c Date: Tue, 04 Sep 2018 22:09:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet"}]} 2018-09-04 22:09:26,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-2877f813-ebe7-4740-a11e-8e99ea68188c 2018-09-04 22:09:26,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:26,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-98922f98-9473-4c94-b8b7-d21154366837 Date: Tue, 04 Sep 2018 22:09:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.4"}],"id":"95233109-4788-4971-a437-c04a0e52f810","security_groups":[],"mac_address":"fa:16:3e:08:d3:99","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e2814d19-49cf-4975-a618-534b137c0b8a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.3"}],"id":"deecbe36-9f1d-4502-ab93-ffcd58bc47fd","security_groups":[],"mac_address":"fa:16:3e:32:bd:5b","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e2814d19-49cf-4975-a618-534b137c0b8a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.7"}],"id":"e95c0739-3501-4bb6-9772-dab8517959e3","security_groups":["64b82b92-a558-49e9-9aa8-109e1abfe6ba"],"mac_address":"fa:16:3e:10:cf:39","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:09Z","binding:vnic_type":"normal","device_id":"b1b59998-4bd2-4c62-a859-d0c94e02d681"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fda058c-7a98-4da7-bad1-fa99b956c7cd","ip_address":"10.55.0.2"}],"id":"ff6bc350-3230-40c4-a94b-a6b8cc20dae4","security_groups":[],"mac_address":"fa:16:3e:4b:f1:b2","project_id":"4c4cd863af1f4e8ea40c6652ae585af7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e2814d19-49cf-4975-a618-534b137c0b8a","tenant_id":"4c4cd863af1f4e8ea40c6652ae585af7","created_at":"2018-09-04T22:09:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e2814d19-49cf-4975-a618-534b137c0b8a"}]} 2018-09-04 22:09:26,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e2814d19-49cf-4975-a618-534b137c0b8a used request id req-98922f98-9473-4c94-b8b7-d21154366837 2018-09-04 22:09:26,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc712f2eb4d4a4533ab3717ed0350b2d941b0585" 2018-09-04 22:09:26,881 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:09:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-65b2fe5a-deae-4cc7-9bd0-f9e4180c016d x-compute-request-id: req-65b2fe5a-deae-4cc7-9bd0-f9e4180c016d Content-Type: application/json 2018-09-04 22:09:26,881 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-65b2fe5a-deae-4cc7-9bd0-f9e4180c016d 2018-09-04 22:09:26,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:27,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25751152-ce63-410e-9bb2-8ca62b283200 x-compute-request-id: req-25751152-ce63-410e-9bb2-8ca62b283200 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:cf:39", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "bookmark"}], "image": {"id": "26da6c5d-499a-4a67-9c46-79e833522531", "links": [{"href": "http://172.30.9.26:8774/images/26da6c5d-499a-4a67-9c46-79e833522531", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:09:16.000000", "flavor": {"id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "links": [{"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}]}, "id": "b1b59998-4bd2-4c62-a859-d0c94e02d681", "security_groups": [{"name": "default"}], "user_id": "cb8fb53ea3424fc284883bbd59987fa6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:09:26Z", "hostId": "404eb90e741bbf0dcbe830a71c7a7df426f997de88179886c55b4f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst", "created": "2018-09-04T22:09:12Z", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:09:27,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-25751152-ce63-410e-9bb2-8ca62b283200 2018-09-04 22:09:27,335 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst] is - ACTIVE 2018-09-04 22:09:27,335 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:09:30,338 - create_instance - DEBUG - VM status query timeout in 296.543106079 2018-09-04 22:09:30,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:30,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f100a01-738f-4aa7-b427-86b1cb7147ec x-compute-request-id: req-0f100a01-738f-4aa7-b427-86b1cb7147ec Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:cf:39", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681", "rel": "bookmark"}], "image": {"id": "26da6c5d-499a-4a67-9c46-79e833522531", "links": [{"href": "http://172.30.9.26:8774/images/26da6c5d-499a-4a67-9c46-79e833522531", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:09:16.000000", "flavor": {"id": "82b43c49-57d0-49f9-94fd-275eb1769d96", "links": [{"href": "http://172.30.9.26:8774/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96", "rel": "bookmark"}]}, "id": "b1b59998-4bd2-4c62-a859-d0c94e02d681", "security_groups": [{"name": "default"}], "user_id": "cb8fb53ea3424fc284883bbd59987fa6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:09:26Z", "hostId": "404eb90e741bbf0dcbe830a71c7a7df426f997de88179886c55b4f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst", "created": "2018-09-04T22:09:12Z", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:09:30,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-0f100a01-738f-4aa7-b427-86b1cb7147ec 2018-09-04 22:09:30,981 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst] is - ACTIVE 2018-09-04 22:09:30,981 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:09:33,984 - create_instance - DEBUG - VM status query timeout in 292.897427082 2018-09-04 22:09:33,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:34,036 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:09:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-83909948-7497-43bb-97e7-86aa64914755 x-compute-request-id: req-83909948-7497-43bb-97e7-86aa64914755 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b1b59998-4bd2-4c62-a859-d0c94e02d681 could not be found.", "code": 404}} 2018-09-04 22:09:34,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-83909948-7497-43bb-97e7-86aa64914755 2018-09-04 22:09:34,036 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b1b59998-4bd2-4c62-a859-d0c94e02d681 could not be found. (HTTP 404) (Request-ID: req-83909948-7497-43bb-97e7-86aa64914755) 2018-09-04 22:09:34,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc712f2eb4d4a4533ab3717ed0350b2d941b0585" 2018-09-04 22:09:34,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-05441b09-7df3-40cd-9819-4eeb70bf7537 x-compute-request-id: req-05441b09-7df3-40cd-9819-4eeb70bf7537 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:09:34,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst used request id req-05441b09-7df3-40cd-9819-4eeb70bf7537 2018-09-04 22:09:34,123 - create_instance - INFO - Deleting Port with ID - e95c0739-3501-4bb6-9772-dab8517959e3 2018-09-04 22:09:34,123 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-port 2018-09-04 22:09:34,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/e95c0739-3501-4bb6-9772-dab8517959e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:34,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-74ad0027-2fed-4ece-92c6-b78a9b333151 Date: Tue, 04 Sep 2018 22:09:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:09:34,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/e95c0739-3501-4bb6-9772-dab8517959e3 used request id req-74ad0027-2fed-4ece-92c6-b78a9b333151 2018-09-04 22:09:34,638 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst 2018-09-04 22:09:34,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:34,685 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:09:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3f052ff-a8e0-4b5d-bc15-4cb6616f08f6 x-compute-request-id: req-f3f052ff-a8e0-4b5d-bc15-4cb6616f08f6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b1b59998-4bd2-4c62-a859-d0c94e02d681 could not be found.", "code": 404}} 2018-09-04 22:09:34,685 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-f3f052ff-a8e0-4b5d-bc15-4cb6616f08f6 2018-09-04 22:09:34,686 - create_instance - WARNING - Instance already deleted - Instance b1b59998-4bd2-4c62-a859-d0c94e02d681 could not be found. (HTTP 404) (Request-ID: req-f3f052ff-a8e0-4b5d-bc15-4cb6616f08f6) 2018-09-04 22:09:34,686 - create_instance - INFO - Checking deletion status 2018-09-04 22:09:34,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e9796e5895bc2a7cccc250babab577350e5bec" 2018-09-04 22:09:34,742 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:09:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b26aeef5-d2fd-48f9-98ab-05cfc51ab523 x-compute-request-id: req-b26aeef5-d2fd-48f9-98ab-05cfc51ab523 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b1b59998-4bd2-4c62-a859-d0c94e02d681 could not be found.", "code": 404}} 2018-09-04 22:09:34,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b1b59998-4bd2-4c62-a859-d0c94e02d681 used request id req-b26aeef5-d2fd-48f9-98ab-05cfc51ab523 2018-09-04 22:09:34,743 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b1b59998-4bd2-4c62-a859-d0c94e02d681 could not be found. (HTTP 404) (Request-ID: req-b26aeef5-d2fd-48f9-98ab-05cfc51ab523) 2018-09-04 22:09:34,743 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-inst 2018-09-04 22:09:34,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8bc39818bba4041e6e7e053cc2ab64ea7d4abcd" 2018-09-04 22:09:34,785 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:09:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a9a702b0-2b7c-498e-aa7b-3dc3a9493066 x-compute-request-id: req-a9a702b0-2b7c-498e-aa7b-3dc3a9493066 Content-Length: 0 Content-Type: application/json 2018-09-04 22:09:34,785 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/82b43c49-57d0-49f9-94fd-275eb1769d96 used request id req-a9a702b0-2b7c-498e-aa7b-3dc3a9493066 2018-09-04 22:09:34,786 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet 2018-09-04 22:09:34,786 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-subnet 2018-09-04 22:09:34,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/4fda058c-7a98-4da7-bad1-fa99b956c7cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607b232defe65207f4e483a687964ac84bf375fe" 2018-09-04 22:09:37,051 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef4440e0-8684-4143-afb0-52eccd392d74 Date: Tue, 04 Sep 2018 22:09:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:09:37,051 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/4fda058c-7a98-4da7-bad1-fa99b956c7cd used request id req-ef4440e0-8684-4143-afb0-52eccd392d74 2018-09-04 22:09:37,051 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-pub-net 2018-09-04 22:09:37,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/e2814d19-49cf-4975-a618-534b137c0b8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607b232defe65207f4e483a687964ac84bf375fe" 2018-09-04 22:09:38,166 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-782e525a-316f-4689-95f7-0d04e047044a Date: Tue, 04 Sep 2018 22:09:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:09:38,166 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/e2814d19-49cf-4975-a618-534b137c0b8a used request id req-782e525a-316f-4689-95f7-0d04e047044a 2018-09-04 22:09:38,167 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-2101b849-b710-4572-b04c-9062d472632a-image 2018-09-04 22:09:38,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/26da6c5d-499a-4a67-9c46-79e833522531 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2c0fcd3e2d2e5126df80bfdd36a1e34f2adb4ed" 2018-09-04 22:09:39,341 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-08ba48c7-932e-46ce-a5ac-dcf71cf781a2 Date: Tue, 04 Sep 2018 22:09:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:09:39,341 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/26da6c5d-499a-4a67-9c46-79e833522531 used request id req-08ba48c7-932e-46ce-a5ac-dcf71cf781a2 2018-09-04 22:09:39,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:39,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-35fcdced-3a4c-4294-baa1-c71952eb4cce Date: Tue, 04 Sep 2018 22:09:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "created_at": "2018-09-04T22:09:03Z", "updated_at": "2018-09-04T22:09:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:09:03Z", "revision_number": 0, "id": "438724a1-a954-43d1-aaf9-45e593549e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:09:03Z", "security_group_id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c4cd863af1f4e8ea40c6652ae585af7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:09:03Z", "revision_number": 0, "id": "6ddceb32-07cb-44f6-89dc-59ba102d6198", "remote_group_id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "remote_ip_prefix": null, "created_at": "2018-09-04T22:09:03Z", "security_group_id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c4cd863af1f4e8ea40c6652ae585af7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:09:03Z", "revision_number": 0, "id": "a9ebda9f-e166-4014-94be-2b588d52349f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:09:03Z", "security_group_id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c4cd863af1f4e8ea40c6652ae585af7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:09:03Z", "revision_number": 0, "id": "b8783236-b3d5-47ee-99c2-13ee237693bb", "remote_group_id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "remote_ip_prefix": null, "created_at": "2018-09-04T22:09:03Z", "security_group_id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c4cd863af1f4e8ea40c6652ae585af7"}], "revision_number": 4, "project_id": "4c4cd863af1f4e8ea40c6652ae585af7", "id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:09:39,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-35fcdced-3a4c-4294-baa1-c71952eb4cce 2018-09-04 22:09:39,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:39,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77733a5e-2dc1-4151-a14e-da6130a77004 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:09:39,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-77733a5e-2dc1-4151-a14e-da6130a77004 2018-09-04 22:09:39,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:39,776 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df4ee320-5297-4bec-9ea7-ce2dd72519f3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:09:39,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-df4ee320-5297-4bec-9ea7-ce2dd72519f3 2018-09-04 22:09:39,776 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:09:39,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:39,869 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-516915af-f6c4-418d-a57a-aa3d7ca23ea9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:09:39,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-516915af-f6c4-418d-a57a-aa3d7ca23ea9 2018-09-04 22:09:39,870 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:09:39,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:39,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d1af385-2f89-41e1-809d-d5940a49d5a4 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:09:39,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-7d1af385-2f89-41e1-809d-d5940a49d5a4 2018-09-04 22:09:39,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:40,051 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-471b9678-c95e-407c-bc44-33a43ac10924 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:09:40,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-471b9678-c95e-407c-bc44-33a43ac10924 2018-09-04 22:09:40,051 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:09:40,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:40,140 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4ea89f0-9bac-4574-b7d5-e946e8d3f545 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:09:40,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-e4ea89f0-9bac-4574-b7d5-e946e8d3f545 2018-09-04 22:09:40,140 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:09:40,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:40,227 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41dffee1-2c37-4b5d-a3f5-b8c2f8317104 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:09:40,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-41dffee1-2c37-4b5d-a3f5-b8c2f8317104 2018-09-04 22:09:40,228 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:09:40,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:40,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5719e1c6-2e3d-471b-8db4-dc4011342764 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7"}, "enabled": true, "id": "4c4cd863af1f4e8ea40c6652ae585af7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj"}} 2018-09-04 22:09:40,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 used request id req-5719e1c6-2e3d-471b-8db4-dc4011342764 2018-09-04 22:09:40,312 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 64b82b92-a558-49e9-9aa8-109e1abfe6ba 2018-09-04 22:09:40,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=64b82b92-a558-49e9-9aa8-109e1abfe6ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:40,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7ec393bd-d697-4365-bd8a-5684e638e8a1 Date: Tue, 04 Sep 2018 22:09:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:09:03Z", "security_group_id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "port_range_min": null, "revision_number": 0, "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "created_at": "2018-09-04T22:09:03Z", "project_id": "4c4cd863af1f4e8ea40c6652ae585af7", "id": "438724a1-a954-43d1-aaf9-45e593549e29"}, {"remote_group_id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:09:03Z", "security_group_id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "port_range_min": null, "revision_number": 0, "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "created_at": "2018-09-04T22:09:03Z", "project_id": "4c4cd863af1f4e8ea40c6652ae585af7", "id": "6ddceb32-07cb-44f6-89dc-59ba102d6198"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:09:03Z", "security_group_id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "port_range_min": null, "revision_number": 0, "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "created_at": "2018-09-04T22:09:03Z", "project_id": "4c4cd863af1f4e8ea40c6652ae585af7", "id": "a9ebda9f-e166-4014-94be-2b588d52349f"}, {"remote_group_id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:09:03Z", "security_group_id": "64b82b92-a558-49e9-9aa8-109e1abfe6ba", "port_range_min": null, "revision_number": 0, "tenant_id": "4c4cd863af1f4e8ea40c6652ae585af7", "created_at": "2018-09-04T22:09:03Z", "project_id": "4c4cd863af1f4e8ea40c6652ae585af7", "id": "b8783236-b3d5-47ee-99c2-13ee237693bb"}]} 2018-09-04 22:09:40,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=64b82b92-a558-49e9-9aa8-109e1abfe6ba used request id req-7ec393bd-d697-4365-bd8a-5684e638e8a1 2018-09-04 22:09:40,497 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:09:40,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/64b82b92-a558-49e9-9aa8-109e1abfe6ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:40,823 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef90147c-c005-45da-92d9-36864632f73c Content-Length: 0 Date: Tue, 04 Sep 2018 22:09:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:09:40,823 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/64b82b92-a558-49e9-9aa8-109e1abfe6ba used request id req-ef90147c-c005-45da-92d9-36864632f73c 2018-09-04 22:09:40,824 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj 2018-09-04 22:09:40,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:41,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-234aea89-ceb2-49c5-882b-4b33c49724ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:09:41,078 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/4c4cd863af1f4e8ea40c6652ae585af7 used request id req-234aea89-ceb2-49c5-882b-4b33c49724ad 2018-09-04 22:09:41,079 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-0e92baf2-8165-4cc-proj-role 2018-09-04 22:09:41,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/6e93657e6b3d4a53873a131989e626f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:41,197 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:09:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d76a91ef-2257-4ac4-b109-8186b48260cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:09:41,197 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/6e93657e6b3d4a53873a131989e626f5 used request id req-d76a91ef-2257-4ac4-b109-8186b48260cd 2018-09-04 22:09:41,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74428c38970143fe7c93f159c4ada38e89791d19" 2018-09-04 22:09:41,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a9408b3-9e02-4dfa-a1c0-eaadcc5c86de Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:09:41,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1a9408b3-9e02-4dfa-a1c0-eaadcc5c86de 2018-09-04 22:09:41,284 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-0e92baf2-8165-4cc-user 2018-09-04 22:09:41,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/cb8fb53ea3424fc284883bbd59987fa6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0165e6b5cac2aa4df9cef01dc997d96ef143bc7" 2018-09-04 22:09:41,544 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:09:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68bca816-874e-4301-87af-3c93265c741b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:09:41,544 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/cb8fb53ea3424fc284883bbd59987fa6 used request id req-68bca816-874e-4301-87af-3c93265c741b 2018-09-04 22:09:41,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:41,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:09:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Y91URCX1SzGWSJn4vE7jWw"], "issued_at": "2018-09-04T22:09:41.000000Z"}} 2018-09-04 22:09:41,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813fa3fb7846e12fbbe0c3fbbdcf8cb28207c279" 2018-09-04 22:09:42,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ba318bb-e9e2-4c0e-99fb-b462cdda800e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:42,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7ba318bb-e9e2-4c0e-99fb-b462cdda800e 2018-09-04 22:09:42,013 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:09:42,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:42,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:09:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["eU8RCYX0Rn-kATw8kJAhCA"], "issued_at": "2018-09-04T22:09:42.000000Z"}} 2018-09-04 22:09:42,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:09:42,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e4a8d0-05ba-4fec-8c1f-2fbef3ee9e34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:42,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-06e4a8d0-05ba-4fec-8c1f-2fbef3ee9e34 2018-09-04 22:09:42,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:09:42,497 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:09:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:09:42,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-62a845e4-9444-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:09:42,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6349608-87ed-4700-a2b0-1fa311221f1e Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-62a845e4-9444-467-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:09:42,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-62a845e4-9444-467-proj used request id req-f6349608-87ed-4700-a2b0-1fa311221f1e 2018-09-04 22:09:42,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:09:42,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9753568-22ab-4d11-a66a-7418464778bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:09:42,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-d9753568-22ab-4d11-a66a-7418464778bf 2018-09-04 22:09:42,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}}' 2018-09-04 22:09:42,807 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:09:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcb0c35b-5ff0-46de-88d9-f6f723000847 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211"}, "enabled": true, "id": "834a6a75032b4f76a9a5efdca8976211", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}} 2018-09-04 22:09:42,807 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-fcb0c35b-5ff0-46de-88d9-f6f723000847 2018-09-04 22:09:42,808 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-62a845e4-9444-467-proj 2018-09-04 22:09:42,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:09:42,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:43,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:09:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["6rA2EbA8SzuHUgMK6krw8g"], "issued_at": "2018-09-04T22:09:43.000000Z"}} 2018-09-04 22:09:43,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d33b9d0c97ca9fa15f6e53e6faafb234e2193386" 2018-09-04 22:09:43,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83b3d8ee-4718-49ad-9680-c88da748807f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:43,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-83b3d8ee-4718-49ad-9680-c88da748807f 2018-09-04 22:09:43,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:09:43,295 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:09:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:09:43,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d33b9d0c97ca9fa15f6e53e6faafb234e2193386" 2018-09-04 22:09:43,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0927545-36a7-404a-a5dc-4798782ea62f Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:09:43,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e0927545-36a7-404a-a5dc-4798782ea62f 2018-09-04 22:09:43,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-62a845e4-9444-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d33b9d0c97ca9fa15f6e53e6faafb234e2193386" 2018-09-04 22:09:43,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c358c3cd-075b-4151-b505-6421168241bc Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-62a845e4-9444-467-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211"}, "enabled": true, "id": "834a6a75032b4f76a9a5efdca8976211", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}]} 2018-09-04 22:09:43,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-62a845e4-9444-467-proj used request id req-c358c3cd-075b-4151-b505-6421168241bc 2018-09-04 22:09:43,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d33b9d0c97ca9fa15f6e53e6faafb234e2193386" 2018-09-04 22:09:43,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-179c82e3-bce9-4eda-bb11-42800ce9fae8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:09:43,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-179c82e3-bce9-4eda-bb11-42800ce9fae8 2018-09-04 22:09:43,982 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-62a845e4-9444-467-user 2018-09-04 22:09:43,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:09:43,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:09:44,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b3a91b0-f1d0-4484-8912-f4d74f6865bf Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:09:44,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4b3a91b0-f1d0-4484-8912-f4d74f6865bf 2018-09-04 22:09:44,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" -d '{"role": {"name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj-role"}}' 2018-09-04 22:09:44,191 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:09:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03836899-3f1a-49c5-baa2-28af8a4938dd Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "06a85d91618c41e5926fc8b657b82a6b", "links": {"self": "http://172.30.9.26:5000/v3/roles/06a85d91618c41e5926fc8b657b82a6b"}, "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj-role"}} 2018-09-04 22:09:44,191 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-03836899-3f1a-49c5-baa2-28af8a4938dd 2018-09-04 22:09:44,192 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-62a845e4-9444-467-proj-role 2018-09-04 22:09:44,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/06a85d91618c41e5926fc8b657b82a6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:09:44,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f367749-ef65-4f3c-909c-85affd1df86a Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/06a85d91618c41e5926fc8b657b82a6b"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj-role", "id": "06a85d91618c41e5926fc8b657b82a6b"}} 2018-09-04 22:09:44,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/06a85d91618c41e5926fc8b657b82a6b used request id req-6f367749-ef65-4f3c-909c-85affd1df86a 2018-09-04 22:09:44,283 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-62a845e4-9444-467-proj-role to project CreateInstancePortManipulationTests-62a845e4-9444-467-proj 2018-09-04 22:09:44,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211/users/37de7674237c413b8b0ad91a12f1fab2/roles/06a85d91618c41e5926fc8b657b82a6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:09:44,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:09:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39c461e9-49b0-4403-a016-0f2b7c7c6637 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:09:44,415 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211/users/37de7674237c413b8b0ad91a12f1fab2/roles/06a85d91618c41e5926fc8b657b82a6b used request id req-39c461e9-49b0-4403-a016-0f2b7c7c6637 2018-09-04 22:09:44,416 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:09:44,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:09:44,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:44,792 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06a85d91618c41e5926fc8b657b82a6b", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj-role"}], "expires_at": "2018-09-04T23:09:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "834a6a75032b4f76a9a5efdca8976211", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-user", "id": "37de7674237c413b8b0ad91a12f1fab2"}, "audit_ids": ["rfpxtFXcSWK60QuAjicaHA"], "issued_at": "2018-09-04T22:09:44.000000Z"}} 2018-09-04 22:09:44,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e74a416c09801624b112038e0371618bc7fb8ad" 2018-09-04 22:09:44,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eb25cae-5b3d-4498-9415-4c3deb83c944 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:44,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5eb25cae-5b3d-4498-9415-4c3deb83c944 2018-09-04 22:09:44,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e74a416c09801624b112038e0371618bc7fb8ad" 2018-09-04 22:09:45,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-e9d9d13b-4948-45cd-8353-70c0ef51fe2b Date: Tue, 04 Sep 2018 22:09:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image"} 2018-09-04 22:09:45,062 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image used request id req-e9d9d13b-4948-45cd-8353-70c0ef51fe2b 2018-09-04 22:09:45,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e74a416c09801624b112038e0371618bc7fb8ad" 2018-09-04 22:09:45,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7fd74bcb-c9cf-4139-8460-2b87ad8f1aa3 Date: Tue, 04 Sep 2018 22:09:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:09:45,263 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-7fd74bcb-c9cf-4139-8460-2b87ad8f1aa3 2018-09-04 22:09:45,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5e74a416c09801624b112038e0371618bc7fb8ad" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image"}' 2018-09-04 22:09:45,480 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579 X-Openstack-Request-Id: req-c44efd07-aa28-464e-a024-5a92fbaf3eef Date: Tue, 04 Sep 2018 22:09:45 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:09:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:09:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579", "min_disk": 0, "protected": false, "id": "99ba96b7-e06a-47ad-aec2-91d3ae718579", "file": "/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579/file", "checksum": null, "owner": "834a6a75032b4f76a9a5efdca8976211", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:09:45,481 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-c44efd07-aa28-464e-a024-5a92fbaf3eef 2018-09-04 22:09:45,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e74a416c09801624b112038e0371618bc7fb8ad" -d '' 2018-09-04 22:09:46,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b0412cbb-c258-4ee0-853a-1240bc73998c Date: Tue, 04 Sep 2018 22:09:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:09:46,501 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579/file used request id req-b0412cbb-c258-4ee0-853a-1240bc73998c 2018-09-04 22:09:46,501 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:09:46,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e74a416c09801624b112038e0371618bc7fb8ad" 2018-09-04 22:09:46,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b0c4002c-8b3d-4719-a48d-d9c3d69664e5 Date: Tue, 04 Sep 2018 22:09:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:09:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:09:46Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/99ba96b7-e06a-47ad-aec2-91d3ae718579/snap", "metadata": {}}], "self": "/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579", "min_disk": 0, "protected": false, "id": "99ba96b7-e06a-47ad-aec2-91d3ae718579", "file": "/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "834a6a75032b4f76a9a5efdca8976211", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/99ba96b7-e06a-47ad-aec2-91d3ae718579/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:09:46,668 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579 used request id req-b0c4002c-8b3d-4719-a48d-d9c3d69664e5 2018-09-04 22:09:46,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e74a416c09801624b112038e0371618bc7fb8ad" 2018-09-04 22:09:46,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-289b1e39-5fdb-45c8-83c3-01054969287b Date: Tue, 04 Sep 2018 22:09:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:09:46,679 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-289b1e39-5fdb-45c8-83c3-01054969287b 2018-09-04 22:09:46,682 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image 2018-09-04 22:09:46,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e74a416c09801624b112038e0371618bc7fb8ad" 2018-09-04 22:09:46,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-32e45a1f-d8f8-4193-8cc7-0e4604d9d04d Date: Tue, 04 Sep 2018 22:09:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:09:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:09:46Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/99ba96b7-e06a-47ad-aec2-91d3ae718579/snap", "metadata": {}}], "self": "/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579", "min_disk": 0, "protected": false, "id": "99ba96b7-e06a-47ad-aec2-91d3ae718579", "file": "/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "834a6a75032b4f76a9a5efdca8976211", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/99ba96b7-e06a-47ad-aec2-91d3ae718579/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:09:46,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579 used request id req-32e45a1f-d8f8-4193-8cc7-0e4604d9d04d 2018-09-04 22:09:46,840 - create_image - DEBUG - Instance status is - active 2018-09-04 22:09:46,841 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image 2018-09-04 22:09:46,841 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image 2018-09-04 22:09:46,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:09:46,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:47,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06a85d91618c41e5926fc8b657b82a6b", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj-role"}], "expires_at": "2018-09-04T23:09:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "834a6a75032b4f76a9a5efdca8976211", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-user", "id": "37de7674237c413b8b0ad91a12f1fab2"}, "audit_ids": ["BXU8Al6fQHW4Dr5SQ5h1vQ"], "issued_at": "2018-09-04T22:09:47.000000Z"}} 2018-09-04 22:09:47,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e274cd0f51d8df2e02e7e832c40b92f9eac27668" 2018-09-04 22:09:47,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b25755f-bf98-422a-8abb-f610bd852ae0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:47,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2b25755f-bf98-422a-8abb-f610bd852ae0 2018-09-04 22:09:47,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e274cd0f51d8df2e02e7e832c40b92f9eac27668" 2018-09-04 22:09:47,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bbc87fe0-0424-4739-a20e-d73da19fc3f1 Date: Tue, 04 Sep 2018 22:09:47 GMT RESP BODY: {"networks":[]} 2018-09-04 22:09:47,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net used request id req-bbc87fe0-0424-4739-a20e-d73da19fc3f1 2018-09-04 22:09:47,473 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net 2018-09-04 22:09:47,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e274cd0f51d8df2e02e7e832c40b92f9eac27668" -d '{"network": {"name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net", "admin_state_up": true}}' 2018-09-04 22:09:48,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-e39719d4-91a2-45d5-8cf3-c6fc0214f764 Date: Tue, 04 Sep 2018 22:09:48 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"834a6a75032b4f76a9a5efdca8976211","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:09:47Z","is_default":false,"name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:47Z","mtu":1450}} 2018-09-04 22:09:48,087 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-e39719d4-91a2-45d5-8cf3-c6fc0214f764 2018-09-04 22:09:48,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e274cd0f51d8df2e02e7e832c40b92f9eac27668" 2018-09-04 22:09:48,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-62b8513a-8b26-43b7-bf24-cacfe6c42f69 Date: Tue, 04 Sep 2018 22:09:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:09:47Z","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"834a6a75032b4f76a9a5efdca8976211","id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net"}]} 2018-09-04 22:09:48,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 used request id req-62b8513a-8b26-43b7-bf24-cacfe6c42f69 2018-09-04 22:09:48,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e274cd0f51d8df2e02e7e832c40b92f9eac27668" 2018-09-04 22:09:48,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a7bf1784-813a-4ce0-a267-00b365e846b4 Date: Tue, 04 Sep 2018 22:09:48 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:09:48,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 used request id req-a7bf1784-813a-4ce0-a267-00b365e846b4 2018-09-04 22:09:48,679 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-subnet 2018-09-04 22:09:48,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e274cd0f51d8df2e02e7e832c40b92f9eac27668" -d '{"subnets": [{"ip_version": 4, "network_id": "4ba9fb11-e964-4e78-aac6-7f8b4a8b6353", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-subnet"}]}' 2018-09-04 22:09:49,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1d069e3d-c07a-402d-a52a-d6a156ee074c Date: Tue, 04 Sep 2018 22:09:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:49Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:49Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"834a6a75032b4f76a9a5efdca8976211","id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-subnet"}]} 2018-09-04 22:09:49,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-1d069e3d-c07a-402d-a52a-d6a156ee074c 2018-09-04 22:09:49,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e274cd0f51d8df2e02e7e832c40b92f9eac27668" 2018-09-04 22:09:49,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-52e67cf5-cf5d-48ae-9a03-a4b886f18d26 Date: Tue, 04 Sep 2018 22:09:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d32ae481-9b1e-4a43-b9c7-f996bb4e5b63"],"updated_at":"2018-09-04T22:09:49Z","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"834a6a75032b4f76a9a5efdca8976211","id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net"}]} 2018-09-04 22:09:49,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 used request id req-52e67cf5-cf5d-48ae-9a03-a4b886f18d26 2018-09-04 22:09:49,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e274cd0f51d8df2e02e7e832c40b92f9eac27668" 2018-09-04 22:09:50,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-73f574f2-f5e0-4b29-ad57-e2b6ef57e7f1 Date: Tue, 04 Sep 2018 22:09:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:49Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"834a6a75032b4f76a9a5efdca8976211","id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-subnet"}]} 2018-09-04 22:09:50,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 used request id req-73f574f2-f5e0-4b29-ad57-e2b6ef57e7f1 2018-09-04 22:09:50,037 - OpenStackNetwork - DEBUG - Network [4ba9fb11-e964-4e78-aac6-7f8b4a8b6353] created successfully 2018-09-04 22:09:50,037 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:09:50,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:50,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:09:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["XbLJlsNGSOWgHWgjtaGsgQ"], "issued_at": "2018-09-04T22:09:50.000000Z"}} 2018-09-04 22:09:50,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f710868a109706ebdd2cfb60f695183e8e4b6795" 2018-09-04 22:09:50,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78dee2f1-da2a-45af-8be5-0e8b30b705b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:50,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-78dee2f1-da2a-45af-8be5-0e8b30b705b2 2018-09-04 22:09:50,509 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:09:50,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f710868a109706ebdd2cfb60f695183e8e4b6795" 2018-09-04 22:09:50,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01276017-c947-4112-ada8-695c3f29b9b5 x-compute-request-id: req-01276017-c947-4112-ada8-695c3f29b9b5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:09:50,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-01276017-c947-4112-ada8-695c3f29b9b5 2018-09-04 22:09:50,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f710868a109706ebdd2cfb60f695183e8e4b6795" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:09:50,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2de37f72-859c-4c3f-a6cb-fb31543780a8 x-compute-request-id: req-2de37f72-859c-4c3f-a6cb-fb31543780a8 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:09:50,776 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2de37f72-859c-4c3f-a6cb-fb31543780a8 2018-09-04 22:09:50,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:09:50,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:51,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06a85d91618c41e5926fc8b657b82a6b", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj-role"}], "expires_at": "2018-09-04T23:09:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "834a6a75032b4f76a9a5efdca8976211", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-user", "id": "37de7674237c413b8b0ad91a12f1fab2"}, "audit_ids": ["FzvEmOKwTG-FNKBFr4sEOA"], "issued_at": "2018-09-04T22:09:51.000000Z"}} 2018-09-04 22:09:51,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:51,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-451c4294-24aa-493e-96d7-8a97b0100611 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:51,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-451c4294-24aa-493e-96d7-8a97b0100611 2018-09-04 22:09:51,228 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:09:51,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:51,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7691df1b-512a-4629-abec-97d0618de12f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:51,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7691df1b-512a-4629-abec-97d0618de12f 2018-09-04 22:09:51,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:51,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e37b93b0-d041-4450-9fbd-7d3fee2123fb Date: Tue, 04 Sep 2018 22:09:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d32ae481-9b1e-4a43-b9c7-f996bb4e5b63"],"updated_at":"2018-09-04T22:09:49Z","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"834a6a75032b4f76a9a5efdca8976211","id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net"}]} 2018-09-04 22:09:51,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net used request id req-e37b93b0-d041-4450-9fbd-7d3fee2123fb 2018-09-04 22:09:51,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:09:51,596 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:09:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:09:51,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:51,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc465948-779d-4ef0-90c9-917284eb0aa3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211"}, "enabled": true, "id": "834a6a75032b4f76a9a5efdca8976211", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}} 2018-09-04 22:09:51,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 used request id req-fc465948-779d-4ef0-90c9-917284eb0aa3 2018-09-04 22:09:51,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:51,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-96352b64-06f9-4b54-b037-40a5f292bd39 Date: Tue, 04 Sep 2018 22:09:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:49Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"834a6a75032b4f76a9a5efdca8976211","id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-subnet"}]} 2018-09-04 22:09:51,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 used request id req-96352b64-06f9-4b54-b037-40a5f292bd39 2018-09-04 22:09:51,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353&name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:52,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e0307e92-44fd-43fa-bfc8-a93d78f76163 Date: Tue, 04 Sep 2018 22:09:52 GMT RESP BODY: {"ports":[]} 2018-09-04 22:09:52,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353&name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7port-1&admin_state_up=True used request id req-e0307e92-44fd-43fa-bfc8-a93d78f76163 2018-09-04 22:09:52,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:52,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f0696f2e-8a88-49a0-9002-63b01884ba48 x-compute-request-id: req-f0696f2e-8a88-49a0-9002-63b01884ba48 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:09:52,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst used request id req-f0696f2e-8a88-49a0-9002-63b01884ba48 2018-09-04 22:09:52,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:52,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9eb5f89f-a29b-4ca4-a3f5-772e5abca683 Date: Tue, 04 Sep 2018 22:09:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d32ae481-9b1e-4a43-b9c7-f996bb4e5b63"],"updated_at":"2018-09-04T22:09:49Z","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"834a6a75032b4f76a9a5efdca8976211","id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net"}]} 2018-09-04 22:09:52,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net used request id req-9eb5f89f-a29b-4ca4-a3f5-772e5abca683 2018-09-04 22:09:52,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:52,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdccaef0-0a71-4ed8-b48a-e32c75f4d128 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211"}, "enabled": true, "id": "834a6a75032b4f76a9a5efdca8976211", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}} 2018-09-04 22:09:52,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 used request id req-bdccaef0-0a71-4ed8-b48a-e32c75f4d128 2018-09-04 22:09:52,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:53,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-56e014e2-58fd-4bab-ac3a-30c0dd14baa3 Date: Tue, 04 Sep 2018 22:09:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:49Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"834a6a75032b4f76a9a5efdca8976211","id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-subnet"}]} 2018-09-04 22:09:53,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 used request id req-56e014e2-58fd-4bab-ac3a-30c0dd14baa3 2018-09-04 22:09:53,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353&name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:53,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7bd4d09e-885b-4493-893a-83eeb94d811b Date: Tue, 04 Sep 2018 22:09:53 GMT RESP BODY: {"ports":[]} 2018-09-04 22:09:53,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353&name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7port-1&admin_state_up=True used request id req-7bd4d09e-885b-4493-893a-83eeb94d811b 2018-09-04 22:09:53,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:09:53,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:09:53,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06a85d91618c41e5926fc8b657b82a6b", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj-role"}], "expires_at": "2018-09-04T23:09:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "834a6a75032b4f76a9a5efdca8976211", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/834a6a75032b4f76a9a5efdca8976211", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-user", "id": "37de7674237c413b8b0ad91a12f1fab2"}, "audit_ids": ["2iivDmfxS3muVhg6QkwGHw"], "issued_at": "2018-09-04T22:09:53.000000Z"}} 2018-09-04 22:09:53,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855aa0481b4cb6e3f591e9bc7457c9b889313636" 2018-09-04 22:09:53,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3067aa1a-5b0f-4086-841c-3b6efdef7d61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:09:53,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3067aa1a-5b0f-4086-841c-3b6efdef7d61 2018-09-04 22:09:53,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:53,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-778e505f-925f-4425-b3d1-1289f15e5d19 Date: Tue, 04 Sep 2018 22:09:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d32ae481-9b1e-4a43-b9c7-f996bb4e5b63"],"updated_at":"2018-09-04T22:09:49Z","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"834a6a75032b4f76a9a5efdca8976211","id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net"}]} 2018-09-04 22:09:53,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net used request id req-778e505f-925f-4425-b3d1-1289f15e5d19 2018-09-04 22:09:53,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:54,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6a590c37-1ca6-42b3-ae70-5381c205afe2 Date: Tue, 04 Sep 2018 22:09:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:49Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"834a6a75032b4f76a9a5efdca8976211","id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-subnet"}]} 2018-09-04 22:09:54,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 used request id req-6a590c37-1ca6-42b3-ae70-5381c205afe2 2018-09-04 22:09:54,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:54,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ca43210f-a900-4fd3-8356-2681e471e327 Date: Tue, 04 Sep 2018 22:09:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d32ae481-9b1e-4a43-b9c7-f996bb4e5b63"],"updated_at":"2018-09-04T22:09:49Z","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"834a6a75032b4f76a9a5efdca8976211","id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net"}]} 2018-09-04 22:09:54,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net used request id req-ca43210f-a900-4fd3-8356-2681e471e327 2018-09-04 22:09:54,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:09:54,403 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:09:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:09:54,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855aa0481b4cb6e3f591e9bc7457c9b889313636" 2018-09-04 22:09:54,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa27cc0e-0091-4c60-bf20-f147dee0edf8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211"}, "enabled": true, "id": "834a6a75032b4f76a9a5efdca8976211", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}} 2018-09-04 22:09:54,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 used request id req-aa27cc0e-0091-4c60-bf20-f147dee0edf8 2018-09-04 22:09:54,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:54,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b9a21b5e-fd73-40ad-bf98-03b9e89d34b5 Date: Tue, 04 Sep 2018 22:09:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:49Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"834a6a75032b4f76a9a5efdca8976211","id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-subnet"}]} 2018-09-04 22:09:54,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 used request id req-b9a21b5e-fd73-40ad-bf98-03b9e89d34b5 2018-09-04 22:09:54,684 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net 2018-09-04 22:09:54,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" -d '{"port": {"network_id": "4ba9fb11-e964-4e78-aac6-7f8b4a8b6353", "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-09-04 22:09:55,884 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 854 X-Openstack-Request-Id: req-9cc983e6-6604-48e0-92a7-3313d9cca314 Date: Tue, 04 Sep 2018 22:09:55 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:55Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","ip_address":"10.55.0.10"}],"id":"bab599e0-02a0-49bd-b269-bad6d35056ff","security_groups":["b50b1bea-00fe-421b-9cae-8990bf00b438"],"mac_address":"fa:16:3e:d6:f4:69","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7port-1","project_id":"834a6a75032b4f76a9a5efdca8976211","qos_policy_id":null,"admin_state_up":true,"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:55Z","binding:vnic_type":"normal"}} 2018-09-04 22:09:55,884 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-9cc983e6-6604-48e0-92a7-3313d9cca314 2018-09-04 22:09:55,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:56,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e7ac2311-d77d-47ee-8667-b501cf646334 Date: Tue, 04 Sep 2018 22:09:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d32ae481-9b1e-4a43-b9c7-f996bb4e5b63"],"updated_at":"2018-09-04T22:09:49Z","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"834a6a75032b4f76a9a5efdca8976211","id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net"}]} 2018-09-04 22:09:56,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net used request id req-e7ac2311-d77d-47ee-8667-b501cf646334 2018-09-04 22:09:56,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:56,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d27ae6c-ffc5-4d9b-a6f4-79e215b89203 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211"}, "enabled": true, "id": "834a6a75032b4f76a9a5efdca8976211", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}} 2018-09-04 22:09:56,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 used request id req-6d27ae6c-ffc5-4d9b-a6f4-79e215b89203 2018-09-04 22:09:56,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:56,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4028749e-6ae3-4efe-a569-19a092ea726b Date: Tue, 04 Sep 2018 22:09:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:49Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"834a6a75032b4f76a9a5efdca8976211","id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-subnet"}]} 2018-09-04 22:09:56,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 used request id req-4028749e-6ae3-4efe-a569-19a092ea726b 2018-09-04 22:09:56,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353&name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:56,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 857 X-Openstack-Request-Id: req-21669620-e416-4d94-b6bd-83d59dd7c016 Date: Tue, 04 Sep 2018 22:09:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:55Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","ip_address":"10.55.0.10"}],"id":"bab599e0-02a0-49bd-b269-bad6d35056ff","security_groups":["b50b1bea-00fe-421b-9cae-8990bf00b438"],"mac_address":"fa:16:3e:d6:f4:69","project_id":"834a6a75032b4f76a9a5efdca8976211","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7port-1","admin_state_up":true,"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:55Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:09:56,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353&name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7port-1&admin_state_up=True used request id req-21669620-e416-4d94-b6bd-83d59dd7c016 2018-09-04 22:09:56,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:56,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c1a61fd-b13d-46f9-9f0d-7c51e898b3b2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211"}, "enabled": true, "id": "834a6a75032b4f76a9a5efdca8976211", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}} 2018-09-04 22:09:56,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 used request id req-9c1a61fd-b13d-46f9-9f0d-7c51e898b3b2 2018-09-04 22:09:56,728 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst 2018-09-04 22:09:56,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:56,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e78f8e3c-75d7-4fda-b9d8-97736769a7f4 x-compute-request-id: req-e78f8e3c-75d7-4fda-b9d8-97736769a7f4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-flavor-name"}]} 2018-09-04 22:09:56,758 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e78f8e3c-75d7-4fda-b9d8-97736769a7f4 2018-09-04 22:09:56,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:56,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ce956f2-6c42-4902-8b1c-3722f12cb507 x-compute-request-id: req-8ce956f2-6c42-4902-8b1c-3722f12cb507 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:09:56,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d used request id req-8ce956f2-6c42-4902-8b1c-3722f12cb507 2018-09-04 22:09:56,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:56,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-07f14223-10c8-4fdf-b077-9ae798f1ea55 Date: Tue, 04 Sep 2018 22:09:56 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:09:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:09:46Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/99ba96b7-e06a-47ad-aec2-91d3ae718579/snap", "metadata": {}}], "self": "/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579", "min_disk": 0, "protected": false, "id": "99ba96b7-e06a-47ad-aec2-91d3ae718579", "file": "/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "834a6a75032b4f76a9a5efdca8976211", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/99ba96b7-e06a-47ad-aec2-91d3ae718579/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image"} 2018-09-04 22:09:56,955 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image used request id req-07f14223-10c8-4fdf-b077-9ae798f1ea55 2018-09-04 22:09:56,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:57,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d5665adb-719d-42a2-87b5-a7c3acfb55b0 Date: Tue, 04 Sep 2018 22:09:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:09:57,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d5665adb-719d-42a2-87b5-a7c3acfb55b0 2018-09-04 22:09:57,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" -d '{"server": {"name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst", "imageRef": "99ba96b7-e06a-47ad-aec2-91d3ae718579", "flavorRef": "bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "max_count": 1, "min_count": 1, "networks": [{"port": "bab599e0-02a0-49bd-b269-bad6d35056ff"}]}}' 2018-09-04 22:09:58,689 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:09:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b8e29fbd-52da-4ce1-8f86-2e56390cae0e x-compute-request-id: req-b8e29fbd-52da-4ce1-8f86-2e56390cae0e Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4f10991b-0855-42f8-a7b2-81a910f51c36", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "bookmark"}], "adminPass": "kz7afx3G4KMK"}} 2018-09-04 22:09:58,689 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-b8e29fbd-52da-4ce1-8f86-2e56390cae0e 2018-09-04 22:09:58,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:58,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87753174-749c-4dda-a11f-b9eacde7559c x-compute-request-id: req-87753174-749c-4dda-a11f-b9eacde7559c Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "bookmark"}], "image": {"id": "99ba96b7-e06a-47ad-aec2-91d3ae718579", "links": [{"href": "http://172.30.9.26:8774/images/99ba96b7-e06a-47ad-aec2-91d3ae718579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "links": [{"href": "http://172.30.9.26:8774/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "rel": "bookmark"}]}, "id": "4f10991b-0855-42f8-a7b2-81a910f51c36", "user_id": "37de7674237c413b8b0ad91a12f1fab2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:09:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst", "created": "2018-09-04T22:09:58Z", "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:09:58,909 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 used request id req-87753174-749c-4dda-a11f-b9eacde7559c 2018-09-04 22:09:58,909 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst 2018-09-04 22:09:58,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:09:59,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:09:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b3c4b2c-c86f-49c5-bfba-a229d5a8f35c x-compute-request-id: req-1b3c4b2c-c86f-49c5-bfba-a229d5a8f35c Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "bookmark"}], "image": {"id": "99ba96b7-e06a-47ad-aec2-91d3ae718579", "links": [{"href": "http://172.30.9.26:8774/images/99ba96b7-e06a-47ad-aec2-91d3ae718579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "links": [{"href": "http://172.30.9.26:8774/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "rel": "bookmark"}]}, "id": "4f10991b-0855-42f8-a7b2-81a910f51c36", "user_id": "37de7674237c413b8b0ad91a12f1fab2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:09:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst", "created": "2018-09-04T22:09:58Z", "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:09:59,206 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 used request id req-1b3c4b2c-c86f-49c5-bfba-a229d5a8f35c 2018-09-04 22:09:59,206 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst] is - BUILD 2018-09-04 22:09:59,207 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:10:02,210 - create_instance - DEBUG - VM status query timeout in 896.699831009 2018-09-04 22:10:02,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:10:02,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2791da29-475f-4039-b97a-ac0dcc01d387 x-compute-request-id: req-2791da29-475f-4039-b97a-ac0dcc01d387 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "bookmark"}], "image": {"id": "99ba96b7-e06a-47ad-aec2-91d3ae718579", "links": [{"href": "http://172.30.9.26:8774/images/99ba96b7-e06a-47ad-aec2-91d3ae718579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "links": [{"href": "http://172.30.9.26:8774/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "rel": "bookmark"}]}, "id": "4f10991b-0855-42f8-a7b2-81a910f51c36", "security_groups": [{"name": "default"}], "user_id": "37de7674237c413b8b0ad91a12f1fab2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:09:59Z", "hostId": "db9e557fbfd5495eab5bb101b9134c2353aaa6a294f28e921bb5d0dd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst", "created": "2018-09-04T22:09:58Z", "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:10:02,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 used request id req-2791da29-475f-4039-b97a-ac0dcc01d387 2018-09-04 22:10:02,809 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst] is - BUILD 2018-09-04 22:10:02,810 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:10:05,813 - create_instance - DEBUG - VM status query timeout in 893.096822977 2018-09-04 22:10:05,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:10:06,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9e6ed03-a437-42db-a2b3-241c47f5ad20 x-compute-request-id: req-c9e6ed03-a437-42db-a2b3-241c47f5ad20 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:f4:69", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "bookmark"}], "image": {"id": "99ba96b7-e06a-47ad-aec2-91d3ae718579", "links": [{"href": "http://172.30.9.26:8774/images/99ba96b7-e06a-47ad-aec2-91d3ae718579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:10:04.000000", "flavor": {"id": "bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "links": [{"href": "http://172.30.9.26:8774/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "rel": "bookmark"}]}, "id": "4f10991b-0855-42f8-a7b2-81a910f51c36", "security_groups": [{"name": "default"}], "user_id": "37de7674237c413b8b0ad91a12f1fab2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:10:05Z", "hostId": "db9e557fbfd5495eab5bb101b9134c2353aaa6a294f28e921bb5d0dd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst", "created": "2018-09-04T22:09:58Z", "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:10:06,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 used request id req-c9e6ed03-a437-42db-a2b3-241c47f5ad20 2018-09-04 22:10:06,569 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst] is - ACTIVE 2018-09-04 22:10:06,569 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:10:06,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:10:07,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-451f9edb-230d-452e-920e-a381919e96df x-compute-request-id: req-451f9edb-230d-452e-920e-a381919e96df Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:f4:69", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "bookmark"}], "image": {"id": "99ba96b7-e06a-47ad-aec2-91d3ae718579", "links": [{"href": "http://172.30.9.26:8774/images/99ba96b7-e06a-47ad-aec2-91d3ae718579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:10:04.000000", "flavor": {"id": "bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "links": [{"href": "http://172.30.9.26:8774/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "rel": "bookmark"}]}, "id": "4f10991b-0855-42f8-a7b2-81a910f51c36", "security_groups": [{"name": "default"}], "user_id": "37de7674237c413b8b0ad91a12f1fab2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:10:05Z", "hostId": "db9e557fbfd5495eab5bb101b9134c2353aaa6a294f28e921bb5d0dd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst", "created": "2018-09-04T22:09:58Z", "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:10:07,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 used request id req-451f9edb-230d-452e-920e-a381919e96df 2018-09-04 22:10:07,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:10:07,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-963b8aba-2f0d-47c2-8e49-952a55950ead Date: Tue, 04 Sep 2018 22:10:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d32ae481-9b1e-4a43-b9c7-f996bb4e5b63"],"updated_at":"2018-09-04T22:09:49Z","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"834a6a75032b4f76a9a5efdca8976211","id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net"}]} 2018-09-04 22:10:07,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net used request id req-963b8aba-2f0d-47c2-8e49-952a55950ead 2018-09-04 22:10:07,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:10:07,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e46a232a-348a-4ba0-98fe-63cccee5ccae Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211"}, "enabled": true, "id": "834a6a75032b4f76a9a5efdca8976211", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}} 2018-09-04 22:10:07,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 used request id req-e46a232a-348a-4ba0-98fe-63cccee5ccae 2018-09-04 22:10:07,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:10:07,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b26f8314-c239-4488-91f8-9e0cd81b6d17 Date: Tue, 04 Sep 2018 22:10:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:49Z","dns_nameservers":[],"updated_at":"2018-09-04T22:09:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"834a6a75032b4f76a9a5efdca8976211","id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-subnet"}]} 2018-09-04 22:10:07,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 used request id req-b26f8314-c239-4488-91f8-9e0cd81b6d17 2018-09-04 22:10:07,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:10:07,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3184 X-Openstack-Request-Id: req-5c944c2a-7db0-400b-8e73-4c417e70d897 Date: Tue, 04 Sep 2018 22:10:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","ip_address":"10.55.0.3"}],"id":"7301db54-7c0f-4d03-9517-6eb875532cb4","security_groups":[],"mac_address":"fa:16:3e:c5:ac:92","project_id":"834a6a75032b4f76a9a5efdca8976211","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4ba9fb11-e964-4e78-aac6-7f8b4a8b6353"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","ip_address":"10.55.0.2"}],"id":"9cecfdd0-2646-4c0c-987c-6318d93d84fe","security_groups":[],"mac_address":"fa:16:3e:fb:e3:5a","project_id":"834a6a75032b4f76a9a5efdca8976211","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4ba9fb11-e964-4e78-aac6-7f8b4a8b6353"},{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:10:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","ip_address":"10.55.0.10"}],"id":"bab599e0-02a0-49bd-b269-bad6d35056ff","security_groups":["b50b1bea-00fe-421b-9cae-8990bf00b438"],"mac_address":"fa:16:3e:d6:f4:69","project_id":"834a6a75032b4f76a9a5efdca8976211","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7port-1","admin_state_up":true,"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:55Z","binding:vnic_type":"normal","device_id":"4f10991b-0855-42f8-a7b2-81a910f51c36"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:09:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d32ae481-9b1e-4a43-b9c7-f996bb4e5b63","ip_address":"10.55.0.4"}],"id":"f2930d54-6dbe-4242-b3df-59007bed6023","security_groups":[],"mac_address":"fa:16:3e:04:bb:39","project_id":"834a6a75032b4f76a9a5efdca8976211","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4ba9fb11-e964-4e78-aac6-7f8b4a8b6353","tenant_id":"834a6a75032b4f76a9a5efdca8976211","created_at":"2018-09-04T22:09:51Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4ba9fb11-e964-4e78-aac6-7f8b4a8b6353"}]} 2018-09-04 22:10:07,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 used request id req-5c944c2a-7db0-400b-8e73-4c417e70d897 2018-09-04 22:10:07,577 - create_instance - INFO - Deleting Port with ID - bab599e0-02a0-49bd-b269-bad6d35056ff 2018-09-04 22:10:07,577 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7port-1 2018-09-04 22:10:07,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/bab599e0-02a0-49bd-b269-bad6d35056ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:10:08,279 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed63f631-03d7-440c-a173-a422fdfc543b Date: Tue, 04 Sep 2018 22:10:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:10:08,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/bab599e0-02a0-49bd-b269-bad6d35056ff used request id req-ed63f631-03d7-440c-a173-a422fdfc543b 2018-09-04 22:10:08,280 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst 2018-09-04 22:10:08,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:10:08,426 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:10:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c226756-45d8-4b4a-9068-3c387a1f13f2 x-compute-request-id: req-4c226756-45d8-4b4a-9068-3c387a1f13f2 Content-Type: application/json 2018-09-04 22:10:08,426 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 used request id req-4c226756-45d8-4b4a-9068-3c387a1f13f2 2018-09-04 22:10:08,426 - create_instance - INFO - Checking deletion status 2018-09-04 22:10:08,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:10:08,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc3d9074-efe1-4c8d-b433-44a04592fe82 x-compute-request-id: req-bc3d9074-efe1-4c8d-b433-44a04592fe82 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:f4:69", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4f10991b-0855-42f8-a7b2-81a910f51c36", "rel": "bookmark"}], "image": {"id": "99ba96b7-e06a-47ad-aec2-91d3ae718579", "links": [{"href": "http://172.30.9.26:8774/images/99ba96b7-e06a-47ad-aec2-91d3ae718579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:10:04.000000", "flavor": {"id": "bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "links": [{"href": "http://172.30.9.26:8774/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d", "rel": "bookmark"}]}, "id": "4f10991b-0855-42f8-a7b2-81a910f51c36", "user_id": "37de7674237c413b8b0ad91a12f1fab2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:10:08Z", "hostId": "db9e557fbfd5495eab5bb101b9134c2353aaa6a294f28e921bb5d0dd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst", "created": "2018-09-04T22:09:58Z", "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:10:08,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 used request id req-bc3d9074-efe1-4c8d-b433-44a04592fe82 2018-09-04 22:10:08,663 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst] is - ACTIVE 2018-09-04 22:10:08,663 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:10:11,667 - create_instance - DEBUG - VM status query timeout in 296.760031939 2018-09-04 22:10:11,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc8cc32e48aa8bea19d063daa08218c32e0f4ef" 2018-09-04 22:10:11,723 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4eff60d9-81ef-486f-af17-ba45d3c12adb x-compute-request-id: req-4eff60d9-81ef-486f-af17-ba45d3c12adb Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4f10991b-0855-42f8-a7b2-81a910f51c36 could not be found.", "code": 404}} 2018-09-04 22:10:11,723 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4f10991b-0855-42f8-a7b2-81a910f51c36 used request id req-4eff60d9-81ef-486f-af17-ba45d3c12adb 2018-09-04 22:10:11,724 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4f10991b-0855-42f8-a7b2-81a910f51c36 could not be found. (HTTP 404) (Request-ID: req-4eff60d9-81ef-486f-af17-ba45d3c12adb) 2018-09-04 22:10:11,724 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-inst 2018-09-04 22:10:11,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f710868a109706ebdd2cfb60f695183e8e4b6795" 2018-09-04 22:10:11,792 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:10:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1e0b807b-6c1c-4b59-9522-8f2f8c61877d x-compute-request-id: req-1e0b807b-6c1c-4b59-9522-8f2f8c61877d Content-Length: 0 Content-Type: application/json 2018-09-04 22:10:11,792 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/bb771c39-e20e-406d-9c05-ab2dadaa7b0d used request id req-1e0b807b-6c1c-4b59-9522-8f2f8c61877d 2018-09-04 22:10:11,793 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-subnet 2018-09-04 22:10:11,793 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-subnet 2018-09-04 22:10:11,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/d32ae481-9b1e-4a43-b9c7-f996bb4e5b63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e274cd0f51d8df2e02e7e832c40b92f9eac27668" 2018-09-04 22:10:14,026 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-614544f4-caa3-4b35-b3f3-22efd030772f Date: Tue, 04 Sep 2018 22:10:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:10:14,026 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d32ae481-9b1e-4a43-b9c7-f996bb4e5b63 used request id req-614544f4-caa3-4b35-b3f3-22efd030772f 2018-09-04 22:10:14,026 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-pub-net 2018-09-04 22:10:14,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e274cd0f51d8df2e02e7e832c40b92f9eac27668" 2018-09-04 22:10:15,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-685f368b-ca05-416b-a949-d192febf5904 Date: Tue, 04 Sep 2018 22:10:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:10:15,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4ba9fb11-e964-4e78-aac6-7f8b4a8b6353 used request id req-685f368b-ca05-416b-a949-d192febf5904 2018-09-04 22:10:15,324 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-aa84e620-9399-486e-bf22-35dde0997fb7-image 2018-09-04 22:10:15,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e74a416c09801624b112038e0371618bc7fb8ad" 2018-09-04 22:10:16,430 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b041d464-2411-43dd-8b5e-ef77bec15c02 Date: Tue, 04 Sep 2018 22:10:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:10:16,431 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/99ba96b7-e06a-47ad-aec2-91d3ae718579 used request id req-b041d464-2411-43dd-8b5e-ef77bec15c02 2018-09-04 22:10:16,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:16,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-e0e24d86-da63-495d-9766-5abfc9a76122 Date: Tue, 04 Sep 2018 22:10:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "created_at": "2018-09-04T22:09:47Z", "updated_at": "2018-09-04T22:09:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:09:47Z", "revision_number": 0, "id": "1000f22c-2db6-4dda-9d66-c43cd637ebed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:09:47Z", "security_group_id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "port_range_min": null, "ethertype": "IPv6", "project_id": "834a6a75032b4f76a9a5efdca8976211"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:09:47Z", "revision_number": 0, "id": "7774d23d-c9e2-493c-ac90-e16a58bb278e", "remote_group_id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "remote_ip_prefix": null, "created_at": "2018-09-04T22:09:47Z", "security_group_id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "port_range_min": null, "ethertype": "IPv6", "project_id": "834a6a75032b4f76a9a5efdca8976211"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:09:47Z", "revision_number": 0, "id": "f645e7b1-9d24-4517-8808-42e80b19ca25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:09:47Z", "security_group_id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "port_range_min": null, "ethertype": "IPv4", "project_id": "834a6a75032b4f76a9a5efdca8976211"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:09:47Z", "revision_number": 0, "id": "f7599582-53a4-4435-89a9-b318a621525d", "remote_group_id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "remote_ip_prefix": null, "created_at": "2018-09-04T22:09:47Z", "security_group_id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "port_range_min": null, "ethertype": "IPv4", "project_id": "834a6a75032b4f76a9a5efdca8976211"}], "revision_number": 4, "project_id": "834a6a75032b4f76a9a5efdca8976211", "id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:10:16,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-e0e24d86-da63-495d-9766-5abfc9a76122 2018-09-04 22:10:16,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:16,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5164068d-b7db-4e13-b7fc-4a51315e5cbb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:10:16,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-5164068d-b7db-4e13-b7fc-4a51315e5cbb 2018-09-04 22:10:16,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:16,856 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-890e4e0e-7220-44c0-800d-5cb0f8e18137 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:16,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-890e4e0e-7220-44c0-800d-5cb0f8e18137 2018-09-04 22:10:16,856 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:16,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:16,939 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ab97c13-fac3-420d-bc1f-e20cfe6174ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:16,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-7ab97c13-fac3-420d-bc1f-e20cfe6174ed 2018-09-04 22:10:16,940 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:16,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:17,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ce487a-3de6-4f9d-8443-0ba38cb698d2 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:10:17,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-21ce487a-3de6-4f9d-8443-0ba38cb698d2 2018-09-04 22:10:17,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:17,121 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2db842b-2065-4c7f-8bba-1718ef1a0ba2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:17,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-a2db842b-2065-4c7f-8bba-1718ef1a0ba2 2018-09-04 22:10:17,121 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:17,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:17,208 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54c58e5b-5e55-4ee9-9334-1d3842c57bcf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:17,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-54c58e5b-5e55-4ee9-9334-1d3842c57bcf 2018-09-04 22:10:17,208 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:17,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:17,297 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50a2f83f-5aff-4425-9097-c18066abda17 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:17,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-50a2f83f-5aff-4425-9097-c18066abda17 2018-09-04 22:10:17,297 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:17,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:17,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-020ed5ea-d623-4da2-9db5-d76e8c3195c9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211"}, "enabled": true, "id": "834a6a75032b4f76a9a5efdca8976211", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-62a845e4-9444-467-proj"}} 2018-09-04 22:10:17,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 used request id req-020ed5ea-d623-4da2-9db5-d76e8c3195c9 2018-09-04 22:10:17,393 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b50b1bea-00fe-421b-9cae-8990bf00b438 2018-09-04 22:10:17,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b50b1bea-00fe-421b-9cae-8990bf00b438 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:17,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c2361db8-4e2a-4cad-a3f1-f51714d966e4 Date: Tue, 04 Sep 2018 22:10:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:09:47Z", "security_group_id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "port_range_min": null, "revision_number": 0, "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "created_at": "2018-09-04T22:09:47Z", "project_id": "834a6a75032b4f76a9a5efdca8976211", "id": "1000f22c-2db6-4dda-9d66-c43cd637ebed"}, {"remote_group_id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:09:47Z", "security_group_id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "port_range_min": null, "revision_number": 0, "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "created_at": "2018-09-04T22:09:47Z", "project_id": "834a6a75032b4f76a9a5efdca8976211", "id": "7774d23d-c9e2-493c-ac90-e16a58bb278e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:09:47Z", "security_group_id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "port_range_min": null, "revision_number": 0, "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "created_at": "2018-09-04T22:09:47Z", "project_id": "834a6a75032b4f76a9a5efdca8976211", "id": "f645e7b1-9d24-4517-8808-42e80b19ca25"}, {"remote_group_id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:09:47Z", "security_group_id": "b50b1bea-00fe-421b-9cae-8990bf00b438", "port_range_min": null, "revision_number": 0, "tenant_id": "834a6a75032b4f76a9a5efdca8976211", "created_at": "2018-09-04T22:09:47Z", "project_id": "834a6a75032b4f76a9a5efdca8976211", "id": "f7599582-53a4-4435-89a9-b318a621525d"}]} 2018-09-04 22:10:17,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b50b1bea-00fe-421b-9cae-8990bf00b438 used request id req-c2361db8-4e2a-4cad-a3f1-f51714d966e4 2018-09-04 22:10:17,588 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:10:17,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/b50b1bea-00fe-421b-9cae-8990bf00b438 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:17,881 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-60b36595-4bfa-4dd9-9376-7122a28ba566 Content-Length: 0 Date: Tue, 04 Sep 2018 22:10:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:10:17,881 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/b50b1bea-00fe-421b-9cae-8990bf00b438 used request id req-60b36595-4bfa-4dd9-9376-7122a28ba566 2018-09-04 22:10:17,882 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-62a845e4-9444-467-proj 2018-09-04 22:10:17,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:18,104 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:10:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0644a44c-0c40-4401-89e4-63902da8ea06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:10:18,104 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/834a6a75032b4f76a9a5efdca8976211 used request id req-0644a44c-0c40-4401-89e4-63902da8ea06 2018-09-04 22:10:18,104 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-62a845e4-9444-467-proj-role 2018-09-04 22:10:18,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/06a85d91618c41e5926fc8b657b82a6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:18,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:10:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe5ecbaf-95ed-4bfe-9654-7ee6b069bf46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:10:18,221 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/06a85d91618c41e5926fc8b657b82a6b used request id req-fe5ecbaf-95ed-4bfe-9654-7ee6b069bf46 2018-09-04 22:10:18,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3eb3f641b4797ac8b3a082cb46aaa2230e1aa27" 2018-09-04 22:10:18,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7927f0f0-6af5-4d5e-aad5-8f8cb96788c1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:10:18,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7927f0f0-6af5-4d5e-aad5-8f8cb96788c1 2018-09-04 22:10:18,315 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-62a845e4-9444-467-user 2018-09-04 22:10:18,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/37de7674237c413b8b0ad91a12f1fab2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d33b9d0c97ca9fa15f6e53e6faafb234e2193386" 2018-09-04 22:10:18,521 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:10:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-363d6229-795b-4672-89a1-46d541639517 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:10:18,521 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/37de7674237c413b8b0ad91a12f1fab2 used request id req-363d6229-795b-4672-89a1-46d541639517 2018-09-04 22:10:18,523 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:18,913 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:10:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["5WQCL5HTS6WS1US9Ly-vYA"], "issued_at": "2018-09-04T22:10:18.000000Z"}} 2018-09-04 22:10:18,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1745900c75bb405b1e3cfe1a236f6335ecaeea4" 2018-09-04 22:10:18,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f1b2f6c-b0c4-4791-93da-35c99b99f6ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:19,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6f1b2f6c-b0c4-4791-93da-35c99b99f6ee 2018-09-04 22:10:19,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:19,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:19,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:10:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["9LTyS23-TG6WQ9Zxu0TAxQ"], "issued_at": "2018-09-04T22:10:19.000000Z"}} 2018-09-04 22:10:19,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:19,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-357cf9bd-57c5-4ee5-97c9-e104365b548b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:19,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-357cf9bd-57c5-4ee5-97c9-e104365b548b 2018-09-04 22:10:19,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:10:19,474 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:10:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:10:19,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-a814785f-8a01-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:19,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ece9922-6efd-4623-b478-7025b09feb40 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-a814785f-8a01-428-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:10:19,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-a814785f-8a01-428-proj used request id req-3ece9922-6efd-4623-b478-7025b09feb40 2018-09-04 22:10:19,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:19,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad49557e-4239-4da3-9ca0-dcea2e6eb92b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:10:19,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-ad49557e-4239-4da3-9ca0-dcea2e6eb92b 2018-09-04 22:10:19,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj"}}' 2018-09-04 22:10:19,796 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:10:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-419c5555-16ae-46d0-adf6-e9c87014e433 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c"}, "enabled": true, "id": "39d13b8a2f724c209e3930b3e3aa2d5c", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj"}} 2018-09-04 22:10:19,796 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-419c5555-16ae-46d0-adf6-e9c87014e433 2018-09-04 22:10:19,797 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-a814785f-8a01-428-proj 2018-09-04 22:10:19,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:19,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:20,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:10:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["yOIw6R3PSHGycM9g8DLucg"], "issued_at": "2018-09-04T22:10:20.000000Z"}} 2018-09-04 22:10:20,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a82af356ee0ad60767791c81fbf5f1e15f0a304" 2018-09-04 22:10:20,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbfeac0c-6120-4a73-be41-8332b0d1af1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:20,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fbfeac0c-6120-4a73-be41-8332b0d1af1f 2018-09-04 22:10:20,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:10:20,278 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:10:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:10:20,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a82af356ee0ad60767791c81fbf5f1e15f0a304" 2018-09-04 22:10:20,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aa3913c-08dc-47e5-a730-e4ee199f1bf1 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:10:20,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-0aa3913c-08dc-47e5-a730-e4ee199f1bf1 2018-09-04 22:10:20,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-a814785f-8a01-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a82af356ee0ad60767791c81fbf5f1e15f0a304" 2018-09-04 22:10:20,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ef307c8-c368-4191-9abb-cd6a24054484 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-a814785f-8a01-428-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c"}, "enabled": true, "id": "39d13b8a2f724c209e3930b3e3aa2d5c", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj"}]} 2018-09-04 22:10:20,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-a814785f-8a01-428-proj used request id req-2ef307c8-c368-4191-9abb-cd6a24054484 2018-09-04 22:10:20,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a82af356ee0ad60767791c81fbf5f1e15f0a304" 2018-09-04 22:10:20,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fedd1f-ee33-4192-8ad5-52e4992ee9df Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:10:20,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-01fedd1f-ee33-4192-8ad5-52e4992ee9df 2018-09-04 22:10:20,880 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-a814785f-8a01-428-user 2018-09-04 22:10:20,881 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:20,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:20,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72e7f071-2f26-4050-93c1-2d223801381d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:10:20,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-72e7f071-2f26-4050-93c1-2d223801381d 2018-09-04 22:10:20,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" -d '{"role": {"name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj-role"}}' 2018-09-04 22:10:21,143 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:10:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3a90912-adb3-44e6-83bc-0fb1b1753b26 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "63ad93ae0f2d41c8923d9eb1aa1e055f", "links": {"self": "http://172.30.9.26:5000/v3/roles/63ad93ae0f2d41c8923d9eb1aa1e055f"}, "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj-role"}} 2018-09-04 22:10:21,143 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-f3a90912-adb3-44e6-83bc-0fb1b1753b26 2018-09-04 22:10:21,144 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-a814785f-8a01-428-proj-role 2018-09-04 22:10:21,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/63ad93ae0f2d41c8923d9eb1aa1e055f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:21,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f770ca34-7e7b-44fd-abc7-4b61820f31fa Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/63ad93ae0f2d41c8923d9eb1aa1e055f"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj-role", "id": "63ad93ae0f2d41c8923d9eb1aa1e055f"}} 2018-09-04 22:10:21,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/63ad93ae0f2d41c8923d9eb1aa1e055f used request id req-f770ca34-7e7b-44fd-abc7-4b61820f31fa 2018-09-04 22:10:21,228 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-a814785f-8a01-428-proj-role to project CreateInstancePortManipulationTests-a814785f-8a01-428-proj 2018-09-04 22:10:21,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c/users/d7ee7dc671c54464ac1606fb65acaebf/roles/63ad93ae0f2d41c8923d9eb1aa1e055f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:21,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:10:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85e7caba-8a26-4bf9-955c-13d322edb5d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:10:21,361 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c/users/d7ee7dc671c54464ac1606fb65acaebf/roles/63ad93ae0f2d41c8923d9eb1aa1e055f used request id req-85e7caba-8a26-4bf9-955c-13d322edb5d9 2018-09-04 22:10:21,362 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:10:21,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:21,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:21,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63ad93ae0f2d41c8923d9eb1aa1e055f", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj-role"}], "expires_at": "2018-09-04T23:10:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39d13b8a2f724c209e3930b3e3aa2d5c", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-user", "id": "d7ee7dc671c54464ac1606fb65acaebf"}, "audit_ids": ["rP5MHsrCSpOWaNii_64RNw"], "issued_at": "2018-09-04T22:10:21.000000Z"}} 2018-09-04 22:10:21,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}427af1a9e194b1a079dff8ccec5b07b98e26699e" 2018-09-04 22:10:21,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29d550cd-7044-4fe1-b149-24cb38296858 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:21,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-29d550cd-7044-4fe1-b149-24cb38296858 2018-09-04 22:10:21,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}427af1a9e194b1a079dff8ccec5b07b98e26699e" 2018-09-04 22:10:21,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-61e2d60e-820b-4d72-a395-d5d14aaa1a8a Date: Tue, 04 Sep 2018 22:10:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-image"} 2018-09-04 22:10:21,983 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-image used request id req-61e2d60e-820b-4d72-a395-d5d14aaa1a8a 2018-09-04 22:10:21,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}427af1a9e194b1a079dff8ccec5b07b98e26699e" 2018-09-04 22:10:22,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fc7a6f7b-e407-4abd-8bc5-7dd98dfe81f5 Date: Tue, 04 Sep 2018 22:10:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:10:22,141 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-fc7a6f7b-e407-4abd-8bc5-7dd98dfe81f5 2018-09-04 22:10:22,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}427af1a9e194b1a079dff8ccec5b07b98e26699e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-image"}' 2018-09-04 22:10:22,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584 X-Openstack-Request-Id: req-10659d97-d8be-4e8d-bae3-853b8dff8d31 Date: Tue, 04 Sep 2018 22:10:22 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:10:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:10:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584", "min_disk": 0, "protected": false, "id": "7cfc0d64-07c0-46f4-8092-2708b8f29584", "file": "/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584/file", "checksum": null, "owner": "39d13b8a2f724c209e3930b3e3aa2d5c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:10:22,368 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-10659d97-d8be-4e8d-bae3-853b8dff8d31 2018-09-04 22:10:22,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}427af1a9e194b1a079dff8ccec5b07b98e26699e" -d '' 2018-09-04 22:10:24,272 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-db5af939-320c-4182-85c7-4704776b3fe9 Date: Tue, 04 Sep 2018 22:10:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:10:24,272 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584/file used request id req-db5af939-320c-4182-85c7-4704776b3fe9 2018-09-04 22:10:24,273 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:10:24,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}427af1a9e194b1a079dff8ccec5b07b98e26699e" 2018-09-04 22:10:24,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-133344e4-6ab9-4410-9be9-357a71654d79 Date: Tue, 04 Sep 2018 22:10:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:10:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:10:24Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/7cfc0d64-07c0-46f4-8092-2708b8f29584/snap", "metadata": {}}], "self": "/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584", "min_disk": 0, "protected": false, "id": "7cfc0d64-07c0-46f4-8092-2708b8f29584", "file": "/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "39d13b8a2f724c209e3930b3e3aa2d5c", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/7cfc0d64-07c0-46f4-8092-2708b8f29584/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:10:24,449 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584 used request id req-133344e4-6ab9-4410-9be9-357a71654d79 2018-09-04 22:10:24,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}427af1a9e194b1a079dff8ccec5b07b98e26699e" 2018-09-04 22:10:24,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-708a0b1a-c8ab-4a83-aed0-aa20e3f4a47b Date: Tue, 04 Sep 2018 22:10:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:10:24,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-708a0b1a-c8ab-4a83-aed0-aa20e3f4a47b 2018-09-04 22:10:24,628 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-image 2018-09-04 22:10:24,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}427af1a9e194b1a079dff8ccec5b07b98e26699e" 2018-09-04 22:10:24,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0093e7bf-ca09-4847-a97e-5e35dff7333e Date: Tue, 04 Sep 2018 22:10:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:10:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:10:24Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/7cfc0d64-07c0-46f4-8092-2708b8f29584/snap", "metadata": {}}], "self": "/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584", "min_disk": 0, "protected": false, "id": "7cfc0d64-07c0-46f4-8092-2708b8f29584", "file": "/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "39d13b8a2f724c209e3930b3e3aa2d5c", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/7cfc0d64-07c0-46f4-8092-2708b8f29584/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:10:24,788 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584 used request id req-0093e7bf-ca09-4847-a97e-5e35dff7333e 2018-09-04 22:10:24,789 - create_image - DEBUG - Instance status is - active 2018-09-04 22:10:24,789 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-image 2018-09-04 22:10:24,789 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-image 2018-09-04 22:10:24,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:24,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:25,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63ad93ae0f2d41c8923d9eb1aa1e055f", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj-role"}], "expires_at": "2018-09-04T23:10:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39d13b8a2f724c209e3930b3e3aa2d5c", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-user", "id": "d7ee7dc671c54464ac1606fb65acaebf"}, "audit_ids": ["Mvo9q8Z8QOKGckIh79Owaw"], "issued_at": "2018-09-04T22:10:25.000000Z"}} 2018-09-04 22:10:25,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d978521e3be0a1fe3ffd378d01b9573a7000050" 2018-09-04 22:10:25,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-005f1fe9-4735-466a-a888-c79cb5a06484 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:25,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-005f1fe9-4735-466a-a888-c79cb5a06484 2018-09-04 22:10:25,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d978521e3be0a1fe3ffd378d01b9573a7000050" 2018-09-04 22:10:25,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8d6b0501-0ea0-4ca0-a25b-5f45149dd15b Date: Tue, 04 Sep 2018 22:10:25 GMT RESP BODY: {"networks":[]} 2018-09-04 22:10:25,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net used request id req-8d6b0501-0ea0-4ca0-a25b-5f45149dd15b 2018-09-04 22:10:25,439 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net 2018-09-04 22:10:25,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d978521e3be0a1fe3ffd378d01b9573a7000050" -d '{"network": {"name": "CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net", "admin_state_up": true}}' 2018-09-04 22:10:25,992 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-91877935-0ede-4152-9728-b871ccc871fe Date: Tue, 04 Sep 2018 22:10:25 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:10:25Z","is_default":false,"name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:25Z","mtu":1450}} 2018-09-04 22:10:25,992 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-91877935-0ede-4152-9728-b871ccc871fe 2018-09-04 22:10:25,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=d3569ef3-bdbc-4c42-ae46-e5a517367640 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d978521e3be0a1fe3ffd378d01b9573a7000050" 2018-09-04 22:10:26,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-8aef035e-08ba-4fd5-aeb5-5f5633ece3de Date: Tue, 04 Sep 2018 22:10:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:10:25Z","tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net"}]} 2018-09-04 22:10:26,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=d3569ef3-bdbc-4c42-ae46-e5a517367640 used request id req-8aef035e-08ba-4fd5-aeb5-5f5633ece3de 2018-09-04 22:10:26,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d978521e3be0a1fe3ffd378d01b9573a7000050" 2018-09-04 22:10:26,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-05587c38-5939-4289-ad0c-618ac60122a2 Date: Tue, 04 Sep 2018 22:10:26 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:10:26,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640 used request id req-05587c38-5939-4289-ad0c-618ac60122a2 2018-09-04 22:10:26,277 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-subnet 2018-09-04 22:10:26,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d978521e3be0a1fe3ffd378d01b9573a7000050" -d '{"subnets": [{"ip_version": 4, "network_id": "d3569ef3-bdbc-4c42-ae46-e5a517367640", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-subnet"}]}' 2018-09-04 22:10:26,997 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-063c4ade-2970-480d-af1f-8f534449c11a Date: Tue, 04 Sep 2018 22:10:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:26Z","dns_nameservers":[],"updated_at":"2018-09-04T22:10:26Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","id":"20f5f15e-c925-4739-8437-09ae9cb6a481","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-subnet"}]} 2018-09-04 22:10:26,998 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-063c4ade-2970-480d-af1f-8f534449c11a 2018-09-04 22:10:27,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=d3569ef3-bdbc-4c42-ae46-e5a517367640 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d978521e3be0a1fe3ffd378d01b9573a7000050" 2018-09-04 22:10:27,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0626bc72-66a8-4180-951b-460f0c65fe77 Date: Tue, 04 Sep 2018 22:10:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["20f5f15e-c925-4739-8437-09ae9cb6a481"],"updated_at":"2018-09-04T22:10:26Z","tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net"}]} 2018-09-04 22:10:27,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=d3569ef3-bdbc-4c42-ae46-e5a517367640 used request id req-0626bc72-66a8-4180-951b-460f0c65fe77 2018-09-04 22:10:27,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d978521e3be0a1fe3ffd378d01b9573a7000050" 2018-09-04 22:10:27,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b0991d7c-93f9-4289-a20a-6d6b89ede53c Date: Tue, 04 Sep 2018 22:10:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:26Z","dns_nameservers":[],"updated_at":"2018-09-04T22:10:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","id":"20f5f15e-c925-4739-8437-09ae9cb6a481","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-subnet"}]} 2018-09-04 22:10:27,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640 used request id req-b0991d7c-93f9-4289-a20a-6d6b89ede53c 2018-09-04 22:10:27,469 - OpenStackNetwork - DEBUG - Network [d3569ef3-bdbc-4c42-ae46-e5a517367640] created successfully 2018-09-04 22:10:27,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:27,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:27,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:10:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["kin53a4DRSy0psKV4VUjmA"], "issued_at": "2018-09-04T22:10:27.000000Z"}} 2018-09-04 22:10:27,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e622d90675c7b6e75773891bf48f0f0289fd448" 2018-09-04 22:10:27,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-465c91e6-c5c3-493b-9326-178a031ac520 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:27,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-465c91e6-c5c3-493b-9326-178a031ac520 2018-09-04 22:10:27,941 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:10:27,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e622d90675c7b6e75773891bf48f0f0289fd448" 2018-09-04 22:10:28,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7884702c-ca90-4499-ab38-356ba16cb6c3 x-compute-request-id: req-7884702c-ca90-4499-ab38-356ba16cb6c3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:10:28,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7884702c-ca90-4499-ab38-356ba16cb6c3 2018-09-04 22:10:28,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e622d90675c7b6e75773891bf48f0f0289fd448" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:10:28,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3275bab4-9a23-4eae-a259-06728a14d733 x-compute-request-id: req-3275bab4-9a23-4eae-a259-06728a14d733 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/b436c99a-6b32-454c-96eb-e824e66da227", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/b436c99a-6b32-454c-96eb-e824e66da227", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b436c99a-6b32-454c-96eb-e824e66da227", "name": "CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:10:28,205 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-3275bab4-9a23-4eae-a259-06728a14d733 2018-09-04 22:10:28,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:28,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:28,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63ad93ae0f2d41c8923d9eb1aa1e055f", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj-role"}], "expires_at": "2018-09-04T23:10:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39d13b8a2f724c209e3930b3e3aa2d5c", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-user", "id": "d7ee7dc671c54464ac1606fb65acaebf"}, "audit_ids": ["YKRPCclIRAKT-Hh9g0lfYA"], "issued_at": "2018-09-04T22:10:28.000000Z"}} 2018-09-04 22:10:28,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:28,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3777a04-b6db-4697-a4b8-12454ca6ba4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:28,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f3777a04-b6db-4697-a4b8-12454ca6ba4f 2018-09-04 22:10:28,669 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:10:28,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:28,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fe5a02e-9d1a-42cb-bc09-96c025827f83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:28,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0fe5a02e-9d1a-42cb-bc09-96c025827f83 2018-09-04 22:10:28,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:28,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-65edb528-523f-4757-b51e-361a530c2530 Date: Tue, 04 Sep 2018 22:10:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["20f5f15e-c925-4739-8437-09ae9cb6a481"],"updated_at":"2018-09-04T22:10:26Z","tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net"}]} 2018-09-04 22:10:28,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net used request id req-65edb528-523f-4757-b51e-361a530c2530 2018-09-04 22:10:28,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:10:28,951 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:10:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:10:28,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:29,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90215f77-ea3a-442e-b22a-0bee06f32c8d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c"}, "enabled": true, "id": "39d13b8a2f724c209e3930b3e3aa2d5c", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj"}} 2018-09-04 22:10:29,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c used request id req-90215f77-ea3a-442e-b22a-0bee06f32c8d 2018-09-04 22:10:29,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:29,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2bbab997-cb87-467d-adf5-965936157737 Date: Tue, 04 Sep 2018 22:10:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:26Z","dns_nameservers":[],"updated_at":"2018-09-04T22:10:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","id":"20f5f15e-c925-4739-8437-09ae9cb6a481","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-subnet"}]} 2018-09-04 22:10:29,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640 used request id req-2bbab997-cb87-467d-adf5-965936157737 2018-09-04 22:10:29,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640&name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18dbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:29,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-19cd5561-3149-4859-a158-bdf6dd5286e6 Date: Tue, 04 Sep 2018 22:10:29 GMT RESP BODY: {"ports":[]} 2018-09-04 22:10:29,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640&name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18dbport-1&admin_state_up=True used request id req-19cd5561-3149-4859-a158-bdf6dd5286e6 2018-09-04 22:10:29,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:29,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cd9fa9bb-a5ec-413d-8df8-fbf587f756a9 x-compute-request-id: req-cd9fa9bb-a5ec-413d-8df8-fbf587f756a9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:10:29,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-inst used request id req-cd9fa9bb-a5ec-413d-8df8-fbf587f756a9 2018-09-04 22:10:29,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:29,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-dd886ca5-1ed2-42ba-b148-f61d0384d71b Date: Tue, 04 Sep 2018 22:10:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["20f5f15e-c925-4739-8437-09ae9cb6a481"],"updated_at":"2018-09-04T22:10:26Z","tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net"}]} 2018-09-04 22:10:29,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net used request id req-dd886ca5-1ed2-42ba-b148-f61d0384d71b 2018-09-04 22:10:29,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:30,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f467c55-ef8b-4dfa-a9ae-044480b9ec38 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c"}, "enabled": true, "id": "39d13b8a2f724c209e3930b3e3aa2d5c", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj"}} 2018-09-04 22:10:30,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c used request id req-6f467c55-ef8b-4dfa-a9ae-044480b9ec38 2018-09-04 22:10:30,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:30,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2763e19f-af16-49e2-a9e4-646e546df545 Date: Tue, 04 Sep 2018 22:10:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:26Z","dns_nameservers":[],"updated_at":"2018-09-04T22:10:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","id":"20f5f15e-c925-4739-8437-09ae9cb6a481","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-subnet"}]} 2018-09-04 22:10:30,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640 used request id req-2763e19f-af16-49e2-a9e4-646e546df545 2018-09-04 22:10:30,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640&name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18dbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:30,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0458359c-c175-4eca-afa6-61a9a568b76e Date: Tue, 04 Sep 2018 22:10:30 GMT RESP BODY: {"ports":[]} 2018-09-04 22:10:30,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640&name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18dbport-1&admin_state_up=True used request id req-0458359c-c175-4eca-afa6-61a9a568b76e 2018-09-04 22:10:30,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:30,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:30,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63ad93ae0f2d41c8923d9eb1aa1e055f", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj-role"}], "expires_at": "2018-09-04T23:10:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39d13b8a2f724c209e3930b3e3aa2d5c", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/39d13b8a2f724c209e3930b3e3aa2d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-user", "id": "d7ee7dc671c54464ac1606fb65acaebf"}, "audit_ids": ["0Si5EIirRwmTsa5K7OJPGw"], "issued_at": "2018-09-04T22:10:30.000000Z"}} 2018-09-04 22:10:30,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933bd4cea5c05530b680cdb2452ee85c8360086a" 2018-09-04 22:10:30,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59e5d4fb-6c21-4971-b609-ee6edb62b545 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:30,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-59e5d4fb-6c21-4971-b609-ee6edb62b545 2018-09-04 22:10:30,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:31,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-07b86293-533f-45d8-9095-c91aa1ae6f80 Date: Tue, 04 Sep 2018 22:10:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["20f5f15e-c925-4739-8437-09ae9cb6a481"],"updated_at":"2018-09-04T22:10:26Z","tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net"}]} 2018-09-04 22:10:31,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net used request id req-07b86293-533f-45d8-9095-c91aa1ae6f80 2018-09-04 22:10:31,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:31,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-18e4bacc-839d-4ead-b639-eac9c7e5b0d9 Date: Tue, 04 Sep 2018 22:10:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:26Z","dns_nameservers":[],"updated_at":"2018-09-04T22:10:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","id":"20f5f15e-c925-4739-8437-09ae9cb6a481","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-subnet"}]} 2018-09-04 22:10:31,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640 used request id req-18e4bacc-839d-4ead-b639-eac9c7e5b0d9 2018-09-04 22:10:31,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:31,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-dbc93433-5fa4-492a-8089-403a8ab5643c Date: Tue, 04 Sep 2018 22:10:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["20f5f15e-c925-4739-8437-09ae9cb6a481"],"updated_at":"2018-09-04T22:10:26Z","tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net"}]} 2018-09-04 22:10:31,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net used request id req-dbc93433-5fa4-492a-8089-403a8ab5643c 2018-09-04 22:10:31,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:10:31,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:10:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:10:31,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933bd4cea5c05530b680cdb2452ee85c8360086a" 2018-09-04 22:10:31,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af4c085-6f40-450b-a9cb-c356a237d431 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c"}, "enabled": true, "id": "39d13b8a2f724c209e3930b3e3aa2d5c", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj"}} 2018-09-04 22:10:31,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c used request id req-4af4c085-6f40-450b-a9cb-c356a237d431 2018-09-04 22:10:31,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" 2018-09-04 22:10:31,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fc64bd8e-0b84-445e-84f2-713f3bcba1c5 Date: Tue, 04 Sep 2018 22:10:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3569ef3-bdbc-4c42-ae46-e5a517367640","tenant_id":"39d13b8a2f724c209e3930b3e3aa2d5c","created_at":"2018-09-04T22:10:26Z","dns_nameservers":[],"updated_at":"2018-09-04T22:10:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39d13b8a2f724c209e3930b3e3aa2d5c","id":"20f5f15e-c925-4739-8437-09ae9cb6a481","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-subnet"}]} 2018-09-04 22:10:31,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d3569ef3-bdbc-4c42-ae46-e5a517367640 used request id req-fc64bd8e-0b84-445e-84f2-713f3bcba1c5 2018-09-04 22:10:31,819 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net 2018-09-04 22:10:31,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c969be34715b3f45992868934534bd273b0fa945" -d '{"port": {"network_id": "d3569ef3-bdbc-4c42-ae46-e5a517367640", "name": "CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18dbport-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-09-04 22:10:31,999 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-8ac50de9-8fea-4939-9a9a-c8d72af1e9f6 Date: Tue, 04 Sep 2018 22:10:31 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 22:10:31,999 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-8ac50de9-8fea-4939-9a9a-c8d72af1e9f6 2018-09-04 22:10:31,999 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 22:10:32,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/b436c99a-6b32-454c-96eb-e824e66da227 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e622d90675c7b6e75773891bf48f0f0289fd448" 2018-09-04 22:10:32,055 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:10:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-823039a8-7fe8-454b-931d-5dd8f19f287b x-compute-request-id: req-823039a8-7fe8-454b-931d-5dd8f19f287b Content-Length: 0 Content-Type: application/json 2018-09-04 22:10:32,055 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/b436c99a-6b32-454c-96eb-e824e66da227 used request id req-823039a8-7fe8-454b-931d-5dd8f19f287b 2018-09-04 22:10:32,056 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-subnet 2018-09-04 22:10:32,056 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-subnet 2018-09-04 22:10:32,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/20f5f15e-c925-4739-8437-09ae9cb6a481 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d978521e3be0a1fe3ffd378d01b9573a7000050" 2018-09-04 22:10:34,378 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-76050ff2-ccad-4c3c-a61b-403ae5bc5594 Date: Tue, 04 Sep 2018 22:10:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:10:34,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/20f5f15e-c925-4739-8437-09ae9cb6a481 used request id req-76050ff2-ccad-4c3c-a61b-403ae5bc5594 2018-09-04 22:10:34,379 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-pub-net 2018-09-04 22:10:34,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/d3569ef3-bdbc-4c42-ae46-e5a517367640 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d978521e3be0a1fe3ffd378d01b9573a7000050" 2018-09-04 22:10:35,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5271da1c-5247-4b28-a0f2-0bebef486148 Date: Tue, 04 Sep 2018 22:10:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:10:35,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/d3569ef3-bdbc-4c42-ae46-e5a517367640 used request id req-5271da1c-5247-4b28-a0f2-0bebef486148 2018-09-04 22:10:35,609 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-89cecdf1-b73b-41ce-ae8b-43c5112c18db-image 2018-09-04 22:10:35,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}427af1a9e194b1a079dff8ccec5b07b98e26699e" 2018-09-04 22:10:36,598 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4977c41c-4080-4015-aa1f-7af9ca412bcb Date: Tue, 04 Sep 2018 22:10:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:10:36,598 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/7cfc0d64-07c0-46f4-8092-2708b8f29584 used request id req-4977c41c-4080-4015-aa1f-7af9ca412bcb 2018-09-04 22:10:36,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:36,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-c7751590-6276-4bb9-be4c-a73b9d2f3b4c Date: Tue, 04 Sep 2018 22:10:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "created_at": "2018-09-04T22:10:25Z", "updated_at": "2018-09-04T22:10:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:10:25Z", "revision_number": 0, "id": "1229cfd3-70aa-47a4-8fc3-f773e6f1bb90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:10:25Z", "security_group_id": "7e02c943-174f-469a-9047-a6169818ca4d", "tenant_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "39d13b8a2f724c209e3930b3e3aa2d5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:10:25Z", "revision_number": 0, "id": "13ca844f-d046-4770-b719-c4048f3df9f3", "remote_group_id": "7e02c943-174f-469a-9047-a6169818ca4d", "remote_ip_prefix": null, "created_at": "2018-09-04T22:10:25Z", "security_group_id": "7e02c943-174f-469a-9047-a6169818ca4d", "tenant_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "39d13b8a2f724c209e3930b3e3aa2d5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:10:25Z", "revision_number": 0, "id": "89a58a06-e294-4bcf-bf0c-1d2c4e4f222f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:10:25Z", "security_group_id": "7e02c943-174f-469a-9047-a6169818ca4d", "tenant_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "39d13b8a2f724c209e3930b3e3aa2d5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:10:25Z", "revision_number": 0, "id": "a7303a21-9163-4b4b-92b0-37ebf965a5e3", "remote_group_id": "7e02c943-174f-469a-9047-a6169818ca4d", "remote_ip_prefix": null, "created_at": "2018-09-04T22:10:25Z", "security_group_id": "7e02c943-174f-469a-9047-a6169818ca4d", "tenant_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "39d13b8a2f724c209e3930b3e3aa2d5c"}], "revision_number": 4, "project_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "id": "7e02c943-174f-469a-9047-a6169818ca4d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:10:36,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-c7751590-6276-4bb9-be4c-a73b9d2f3b4c 2018-09-04 22:10:36,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:36,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ad7468c-c5d0-4e5c-893c-900eb955e75a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:10:36,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-7ad7468c-c5d0-4e5c-893c-900eb955e75a 2018-09-04 22:10:36,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:37,020 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f33dd48-15e1-4b36-b3b5-20db60ee2c37 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:37,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-6f33dd48-15e1-4b36-b3b5-20db60ee2c37 2018-09-04 22:10:37,020 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:37,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:37,114 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52d9ac3f-72b1-4cca-8f07-c4b1801de106 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:37,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-52d9ac3f-72b1-4cca-8f07-c4b1801de106 2018-09-04 22:10:37,115 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:37,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:37,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c97efb9-eccc-4445-adfa-fcbf9604961a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:10:37,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-6c97efb9-eccc-4445-adfa-fcbf9604961a 2018-09-04 22:10:37,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:37,295 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16f352df-1461-4257-822b-e1abe3699c53 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:37,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-16f352df-1461-4257-822b-e1abe3699c53 2018-09-04 22:10:37,295 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:37,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:37,380 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdf47567-3c11-4823-ad9a-d765015e2db1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:37,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-fdf47567-3c11-4823-ad9a-d765015e2db1 2018-09-04 22:10:37,381 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:37,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:37,464 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e932d75d-655b-42d2-a5fe-1d2a21ec8418 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:37,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-e932d75d-655b-42d2-a5fe-1d2a21ec8418 2018-09-04 22:10:37,465 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:37,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:37,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-688abb89-c4dd-4087-bd0d-f2a4816e532e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c"}, "enabled": true, "id": "39d13b8a2f724c209e3930b3e3aa2d5c", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a814785f-8a01-428-proj"}} 2018-09-04 22:10:37,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c used request id req-688abb89-c4dd-4087-bd0d-f2a4816e532e 2018-09-04 22:10:37,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e02c943-174f-469a-9047-a6169818ca4d 2018-09-04 22:10:37,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=7e02c943-174f-469a-9047-a6169818ca4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:37,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-eef07887-ff4a-4aa8-a913-8394c6663a18 Date: Tue, 04 Sep 2018 22:10:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:10:25Z", "security_group_id": "7e02c943-174f-469a-9047-a6169818ca4d", "port_range_min": null, "revision_number": 0, "tenant_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "created_at": "2018-09-04T22:10:25Z", "project_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "id": "1229cfd3-70aa-47a4-8fc3-f773e6f1bb90"}, {"remote_group_id": "7e02c943-174f-469a-9047-a6169818ca4d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:10:25Z", "security_group_id": "7e02c943-174f-469a-9047-a6169818ca4d", "port_range_min": null, "revision_number": 0, "tenant_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "created_at": "2018-09-04T22:10:25Z", "project_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "id": "13ca844f-d046-4770-b719-c4048f3df9f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:10:25Z", "security_group_id": "7e02c943-174f-469a-9047-a6169818ca4d", "port_range_min": null, "revision_number": 0, "tenant_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "created_at": "2018-09-04T22:10:25Z", "project_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "id": "89a58a06-e294-4bcf-bf0c-1d2c4e4f222f"}, {"remote_group_id": "7e02c943-174f-469a-9047-a6169818ca4d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:10:25Z", "security_group_id": "7e02c943-174f-469a-9047-a6169818ca4d", "port_range_min": null, "revision_number": 0, "tenant_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "created_at": "2018-09-04T22:10:25Z", "project_id": "39d13b8a2f724c209e3930b3e3aa2d5c", "id": "a7303a21-9163-4b4b-92b0-37ebf965a5e3"}]} 2018-09-04 22:10:37,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=7e02c943-174f-469a-9047-a6169818ca4d used request id req-eef07887-ff4a-4aa8-a913-8394c6663a18 2018-09-04 22:10:37,742 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:10:37,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/7e02c943-174f-469a-9047-a6169818ca4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:38,084 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09c2ff3f-e350-4e21-862c-d3d007d6d513 Content-Length: 0 Date: Tue, 04 Sep 2018 22:10:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:10:38,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/7e02c943-174f-469a-9047-a6169818ca4d used request id req-09c2ff3f-e350-4e21-862c-d3d007d6d513 2018-09-04 22:10:38,085 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-a814785f-8a01-428-proj 2018-09-04 22:10:38,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:38,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bd14fcb-c131-45af-b259-e6f0d2a26d43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:10:38,325 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/39d13b8a2f724c209e3930b3e3aa2d5c used request id req-0bd14fcb-c131-45af-b259-e6f0d2a26d43 2018-09-04 22:10:38,326 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-a814785f-8a01-428-proj-role 2018-09-04 22:10:38,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/63ad93ae0f2d41c8923d9eb1aa1e055f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:38,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-836eb440-c7c9-4d2b-a1f9-af35006f3af5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:10:38,436 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/63ad93ae0f2d41c8923d9eb1aa1e055f used request id req-836eb440-c7c9-4d2b-a1f9-af35006f3af5 2018-09-04 22:10:38,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155e5d190ccc48caf110b8b6bc5f4789d11a2708" 2018-09-04 22:10:38,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1fb2f9a-f792-429a-844c-6146bffb384a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:10:38,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a1fb2f9a-f792-429a-844c-6146bffb384a 2018-09-04 22:10:38,524 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-a814785f-8a01-428-user 2018-09-04 22:10:38,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/d7ee7dc671c54464ac1606fb65acaebf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a82af356ee0ad60767791c81fbf5f1e15f0a304" 2018-09-04 22:10:38,712 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc2f8cbb-7a49-41a3-9292-62f61acc8dab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:10:38,712 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/d7ee7dc671c54464ac1606fb65acaebf used request id req-cc2f8cbb-7a49-41a3-9292-62f61acc8dab 2018-09-04 22:10:38,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:39,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:10:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["afCXHodMQrKfa3ML9FqHug"], "issued_at": "2018-09-04T22:10:39.000000Z"}} 2018-09-04 22:10:39,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba6037ec8fa03d524bd25080bb92958dbe838a4b" 2018-09-04 22:10:39,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f364cc79-c31a-4c9c-adf5-b0541d3faa3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:39,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f364cc79-c31a-4c9c-adf5-b0541d3faa3e 2018-09-04 22:10:39,180 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:39,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:39,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:10:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["gYDkYR-CTXCshYDu3TQw3Q"], "issued_at": "2018-09-04T22:10:39.000000Z"}} 2018-09-04 22:10:39,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:39,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb78c65a-9584-45d8-b9bd-c3a9399d666b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:39,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cb78c65a-9584-45d8-b9bd-c3a9399d666b 2018-09-04 22:10:39,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:10:39,661 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:10:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:10:39,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-7df22811-6b35-48d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:39,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cedd748-655d-4f26-a8fc-84e6ecce263c Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-7df22811-6b35-48d-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:10:39,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-7df22811-6b35-48d-proj used request id req-9cedd748-655d-4f26-a8fc-84e6ecce263c 2018-09-04 22:10:39,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:39,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85b97d58-5e2c-4056-842b-90f2c2b29f29 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:10:39,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-85b97d58-5e2c-4056-842b-90f2c2b29f29 2018-09-04 22:10:39,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj"}}' 2018-09-04 22:10:39,993 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:10:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7be9bf37-ef8a-4059-96c7-6afbaa4bcd70 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1"}, "enabled": true, "id": "b6b39d5b94724e95b154bbb26bb528b1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj"}} 2018-09-04 22:10:39,994 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-7be9bf37-ef8a-4059-96c7-6afbaa4bcd70 2018-09-04 22:10:39,994 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-7df22811-6b35-48d-proj 2018-09-04 22:10:39,994 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:39,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:40,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:10:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["k0Fv2nthR26TOftDaMCMHw"], "issued_at": "2018-09-04T22:10:40.000000Z"}} 2018-09-04 22:10:40,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d86d1e7458faf7de9a8b8a990eb6adddef561e8" 2018-09-04 22:10:40,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-651287a9-e989-4cfe-b0d9-f341c69e49db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:40,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-651287a9-e989-4cfe-b0d9-f341c69e49db 2018-09-04 22:10:40,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:10:40,560 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:10:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:10:40,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d86d1e7458faf7de9a8b8a990eb6adddef561e8" 2018-09-04 22:10:40,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6829189f-8df5-4735-8dda-a3a56efc81c3 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:10:40,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6829189f-8df5-4735-8dda-a3a56efc81c3 2018-09-04 22:10:40,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-7df22811-6b35-48d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d86d1e7458faf7de9a8b8a990eb6adddef561e8" 2018-09-04 22:10:40,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4176b6ae-b18a-44c0-bc64-7f942c0bb52c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-7df22811-6b35-48d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1"}, "enabled": true, "id": "b6b39d5b94724e95b154bbb26bb528b1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj"}]} 2018-09-04 22:10:40,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-7df22811-6b35-48d-proj used request id req-4176b6ae-b18a-44c0-bc64-7f942c0bb52c 2018-09-04 22:10:40,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d86d1e7458faf7de9a8b8a990eb6adddef561e8" 2018-09-04 22:10:40,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6b3f1f7-8d01-4f3b-88e5-1079f8b364f8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:10:40,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e6b3f1f7-8d01-4f3b-88e5-1079f8b364f8 2018-09-04 22:10:41,221 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-7df22811-6b35-48d-user 2018-09-04 22:10:41,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:41,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:41,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d0f309-ca10-40ec-bc76-35bb7c72e62f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:10:41,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-19d0f309-ca10-40ec-bc76-35bb7c72e62f 2018-09-04 22:10:41,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" -d '{"role": {"name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj-role"}}' 2018-09-04 22:10:41,353 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:10:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0021bf45-19f0-4b71-b00b-cc0a1094c63e Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "82494d6214fc473a8bacc979f74d83a8", "links": {"self": "http://172.30.9.26:5000/v3/roles/82494d6214fc473a8bacc979f74d83a8"}, "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj-role"}} 2018-09-04 22:10:41,353 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-0021bf45-19f0-4b71-b00b-cc0a1094c63e 2018-09-04 22:10:41,353 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-7df22811-6b35-48d-proj-role 2018-09-04 22:10:41,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/82494d6214fc473a8bacc979f74d83a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:41,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9157e71b-0355-453d-9f88-d93a77c49626 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/82494d6214fc473a8bacc979f74d83a8"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj-role", "id": "82494d6214fc473a8bacc979f74d83a8"}} 2018-09-04 22:10:41,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/82494d6214fc473a8bacc979f74d83a8 used request id req-9157e71b-0355-453d-9f88-d93a77c49626 2018-09-04 22:10:41,447 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-7df22811-6b35-48d-proj-role to project CreateInstancePortManipulationTests-7df22811-6b35-48d-proj 2018-09-04 22:10:41,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1/users/74d8d7ef36a4477e838a7c56970b257c/roles/82494d6214fc473a8bacc979f74d83a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:41,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:10:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d10b90c8-4746-4ef8-918f-85608bfda491 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:10:41,576 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1/users/74d8d7ef36a4477e838a7c56970b257c/roles/82494d6214fc473a8bacc979f74d83a8 used request id req-d10b90c8-4746-4ef8-918f-85608bfda491 2018-09-04 22:10:41,577 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:10:41,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:41,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:41,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82494d6214fc473a8bacc979f74d83a8", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj-role"}], "expires_at": "2018-09-04T23:10:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6b39d5b94724e95b154bbb26bb528b1", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-user", "id": "74d8d7ef36a4477e838a7c56970b257c"}, "audit_ids": ["IqhaYHNcQyOyS8GlK8E4JQ"], "issued_at": "2018-09-04T22:10:41.000000Z"}} 2018-09-04 22:10:41,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27d0140d23cdddad1e7db47457be810e4756fca9" 2018-09-04 22:10:42,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae85d77c-5c9b-4893-a7be-454dcfa6b9bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:42,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ae85d77c-5c9b-4893-a7be-454dcfa6b9bd 2018-09-04 22:10:42,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}27d0140d23cdddad1e7db47457be810e4756fca9" 2018-09-04 22:10:42,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-74f87cb6-568b-43bc-9642-767acc70361f Date: Tue, 04 Sep 2018 22:10:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-image"} 2018-09-04 22:10:42,213 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-image used request id req-74f87cb6-568b-43bc-9642-767acc70361f 2018-09-04 22:10:42,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}27d0140d23cdddad1e7db47457be810e4756fca9" 2018-09-04 22:10:42,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-061df176-c361-4d59-95ad-8a07b0c1628b Date: Tue, 04 Sep 2018 22:10:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:10:42,367 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-061df176-c361-4d59-95ad-8a07b0c1628b 2018-09-04 22:10:42,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27d0140d23cdddad1e7db47457be810e4756fca9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-image"}' 2018-09-04 22:10:42,600 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5 X-Openstack-Request-Id: req-ded5fce6-f554-41c2-8a3f-2fad265b7d1d Date: Tue, 04 Sep 2018 22:10:42 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:10:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:10:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5", "min_disk": 0, "protected": false, "id": "6776f434-b069-4e24-9a77-cd2637d65bb5", "file": "/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5/file", "checksum": null, "owner": "b6b39d5b94724e95b154bbb26bb528b1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:10:42,600 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-ded5fce6-f554-41c2-8a3f-2fad265b7d1d 2018-09-04 22:10:42,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}27d0140d23cdddad1e7db47457be810e4756fca9" -d '' 2018-09-04 22:10:44,391 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eef2ce18-fa07-41bb-9f7e-87f03a16fd23 Date: Tue, 04 Sep 2018 22:10:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:10:44,392 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5/file used request id req-eef2ce18-fa07-41bb-9f7e-87f03a16fd23 2018-09-04 22:10:44,392 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:10:44,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}27d0140d23cdddad1e7db47457be810e4756fca9" 2018-09-04 22:10:44,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-7f3a0d33-aaa0-4205-aefc-f72b58d98184 Date: Tue, 04 Sep 2018 22:10:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:10:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:10:44Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6776f434-b069-4e24-9a77-cd2637d65bb5/snap", "metadata": {}}], "self": "/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5", "min_disk": 0, "protected": false, "id": "6776f434-b069-4e24-9a77-cd2637d65bb5", "file": "/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b6b39d5b94724e95b154bbb26bb528b1", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6776f434-b069-4e24-9a77-cd2637d65bb5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:10:44,555 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5 used request id req-7f3a0d33-aaa0-4205-aefc-f72b58d98184 2018-09-04 22:10:44,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}27d0140d23cdddad1e7db47457be810e4756fca9" 2018-09-04 22:10:44,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-22e5d0fa-abaa-4cdf-a2ab-289ea46f682d Date: Tue, 04 Sep 2018 22:10:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:10:44,709 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-22e5d0fa-abaa-4cdf-a2ab-289ea46f682d 2018-09-04 22:10:44,712 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-image 2018-09-04 22:10:44,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}27d0140d23cdddad1e7db47457be810e4756fca9" 2018-09-04 22:10:44,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-1e0ca4aa-7af6-41be-b385-a59d897b7774 Date: Tue, 04 Sep 2018 22:10:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:10:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:10:44Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6776f434-b069-4e24-9a77-cd2637d65bb5/snap", "metadata": {}}], "self": "/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5", "min_disk": 0, "protected": false, "id": "6776f434-b069-4e24-9a77-cd2637d65bb5", "file": "/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b6b39d5b94724e95b154bbb26bb528b1", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6776f434-b069-4e24-9a77-cd2637d65bb5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:10:44,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5 used request id req-1e0ca4aa-7af6-41be-b385-a59d897b7774 2018-09-04 22:10:44,878 - create_image - DEBUG - Instance status is - active 2018-09-04 22:10:44,878 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-image 2018-09-04 22:10:44,879 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-image 2018-09-04 22:10:44,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:44,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:45,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82494d6214fc473a8bacc979f74d83a8", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj-role"}], "expires_at": "2018-09-04T23:10:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6b39d5b94724e95b154bbb26bb528b1", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-user", "id": "74d8d7ef36a4477e838a7c56970b257c"}, "audit_ids": ["3I86NWHWS4qWtnrlXDo9BQ"], "issued_at": "2018-09-04T22:10:45.000000Z"}} 2018-09-04 22:10:45,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136afdd6c908828fa9648b1b0ff2b34c8c586d1" 2018-09-04 22:10:45,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db792500-6a08-4ce3-b6b6-c06511d6face Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:45,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-db792500-6a08-4ce3-b6b6-c06511d6face 2018-09-04 22:10:45,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136afdd6c908828fa9648b1b0ff2b34c8c586d1" 2018-09-04 22:10:45,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-03ff6782-79bb-4fb6-905f-b675bd745a87 Date: Tue, 04 Sep 2018 22:10:45 GMT RESP BODY: {"networks":[]} 2018-09-04 22:10:45,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net used request id req-03ff6782-79bb-4fb6-905f-b675bd745a87 2018-09-04 22:10:45,431 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net 2018-09-04 22:10:45,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136afdd6c908828fa9648b1b0ff2b34c8c586d1" -d '{"network": {"name": "CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net", "admin_state_up": true}}' 2018-09-04 22:10:45,985 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-35531eeb-966b-4366-acc6-2959d3e22b2d Date: Tue, 04 Sep 2018 22:10:45 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6b39d5b94724e95b154bbb26bb528b1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:10:45Z","is_default":false,"name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:45Z","mtu":1450}} 2018-09-04 22:10:45,986 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-35531eeb-966b-4366-acc6-2959d3e22b2d 2018-09-04 22:10:45,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136afdd6c908828fa9648b1b0ff2b34c8c586d1" 2018-09-04 22:10:46,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-26b2f75b-305d-4ae8-a066-b271f2984934 Date: Tue, 04 Sep 2018 22:10:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:10:45Z","tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b6b39d5b94724e95b154bbb26bb528b1","id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net"}]} 2018-09-04 22:10:46,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 used request id req-26b2f75b-305d-4ae8-a066-b271f2984934 2018-09-04 22:10:46,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136afdd6c908828fa9648b1b0ff2b34c8c586d1" 2018-09-04 22:10:46,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ae028ef1-615b-4dc8-9d08-c0fa79af224c Date: Tue, 04 Sep 2018 22:10:46 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:10:46,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 used request id req-ae028ef1-615b-4dc8-9d08-c0fa79af224c 2018-09-04 22:10:46,267 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-subnet 2018-09-04 22:10:46,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136afdd6c908828fa9648b1b0ff2b34c8c586d1" -d '{"subnets": [{"ip_version": 4, "network_id": "5e5752ae-fd78-4e92-a069-7990d06ae2c6", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-subnet"}]}' 2018-09-04 22:10:46,932 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b1af7c7c-4593-4658-83b6-0e3c13af3478 Date: Tue, 04 Sep 2018 22:10:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:46Z","dns_nameservers":[],"updated_at":"2018-09-04T22:10:46Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"b6b39d5b94724e95b154bbb26bb528b1","id":"9456e360-1f28-4bad-ac39-ee8e4ab5c2f3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-subnet"}]} 2018-09-04 22:10:46,932 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-b1af7c7c-4593-4658-83b6-0e3c13af3478 2018-09-04 22:10:46,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136afdd6c908828fa9648b1b0ff2b34c8c586d1" 2018-09-04 22:10:47,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-17c4c193-7043-41e0-8ced-7216e57a1a74 Date: Tue, 04 Sep 2018 22:10:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9456e360-1f28-4bad-ac39-ee8e4ab5c2f3"],"updated_at":"2018-09-04T22:10:46Z","tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b6b39d5b94724e95b154bbb26bb528b1","id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net"}]} 2018-09-04 22:10:47,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 used request id req-17c4c193-7043-41e0-8ced-7216e57a1a74 2018-09-04 22:10:47,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136afdd6c908828fa9648b1b0ff2b34c8c586d1" 2018-09-04 22:10:47,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-19e48337-03b7-4fe3-876c-861fe3b4f9ab Date: Tue, 04 Sep 2018 22:10:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:46Z","dns_nameservers":[],"updated_at":"2018-09-04T22:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b6b39d5b94724e95b154bbb26bb528b1","id":"9456e360-1f28-4bad-ac39-ee8e4ab5c2f3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-subnet"}]} 2018-09-04 22:10:47,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 used request id req-19e48337-03b7-4fe3-876c-861fe3b4f9ab 2018-09-04 22:10:47,405 - OpenStackNetwork - DEBUG - Network [5e5752ae-fd78-4e92-a069-7990d06ae2c6] created successfully 2018-09-04 22:10:47,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:47,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:47,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:10:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["WmaWhdFBSgm9jINfm9v_cg"], "issued_at": "2018-09-04T22:10:47.000000Z"}} 2018-09-04 22:10:47,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f412a8d8309efc05201d44e916816295773776b" 2018-09-04 22:10:47,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc94a806-4b85-449c-90db-d34ed988b17c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:47,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fc94a806-4b85-449c-90db-d34ed988b17c 2018-09-04 22:10:47,872 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:10:47,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f412a8d8309efc05201d44e916816295773776b" 2018-09-04 22:10:48,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-566e1666-5fa2-476b-b534-5974a4afb626 x-compute-request-id: req-566e1666-5fa2-476b-b534-5974a4afb626 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:10:48,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-566e1666-5fa2-476b-b534-5974a4afb626 2018-09-04 22:10:48,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f412a8d8309efc05201d44e916816295773776b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:10:48,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58028bb8-8951-42a2-abaa-9e4214f03e45 x-compute-request-id: req-58028bb8-8951-42a2-abaa-9e4214f03e45 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/b20ab7ff-4156-454f-9e9a-2f0420e9d5c4", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/b20ab7ff-4156-454f-9e9a-2f0420e9d5c4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b20ab7ff-4156-454f-9e9a-2f0420e9d5c4", "name": "CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:10:48,129 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-58028bb8-8951-42a2-abaa-9e4214f03e45 2018-09-04 22:10:48,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:48,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:48,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82494d6214fc473a8bacc979f74d83a8", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj-role"}], "expires_at": "2018-09-04T23:10:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6b39d5b94724e95b154bbb26bb528b1", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-user", "id": "74d8d7ef36a4477e838a7c56970b257c"}, "audit_ids": ["Irv47OedQDKPTeOx4p2y6w"], "issued_at": "2018-09-04T22:10:48.000000Z"}} 2018-09-04 22:10:48,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:48,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d1974fa-84e0-4620-9537-46e725f1827a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:48,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0d1974fa-84e0-4620-9537-46e725f1827a 2018-09-04 22:10:48,598 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:10:48,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:48,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c5a0d40-e3ce-4b7d-adfa-0bd8da8cfa0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:48,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8c5a0d40-e3ce-4b7d-adfa-0bd8da8cfa0b 2018-09-04 22:10:48,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:48,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-77d825d9-33be-4a40-bc6d-6feae3edda61 Date: Tue, 04 Sep 2018 22:10:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9456e360-1f28-4bad-ac39-ee8e4ab5c2f3"],"updated_at":"2018-09-04T22:10:46Z","tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b6b39d5b94724e95b154bbb26bb528b1","id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net"}]} 2018-09-04 22:10:48,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net used request id req-77d825d9-33be-4a40-bc6d-6feae3edda61 2018-09-04 22:10:48,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:10:48,941 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:10:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:10:48,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:49,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e006ab9-ea4a-42a9-aa53-2b4e308426d3 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1"}, "enabled": true, "id": "b6b39d5b94724e95b154bbb26bb528b1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj"}} 2018-09-04 22:10:49,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1 used request id req-2e006ab9-ea4a-42a9-aa53-2b4e308426d3 2018-09-04 22:10:49,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:49,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7441b312-b2fd-469b-ab22-ef1a886033d8 Date: Tue, 04 Sep 2018 22:10:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:46Z","dns_nameservers":[],"updated_at":"2018-09-04T22:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b6b39d5b94724e95b154bbb26bb528b1","id":"9456e360-1f28-4bad-ac39-ee8e4ab5c2f3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-subnet"}]} 2018-09-04 22:10:49,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 used request id req-7441b312-b2fd-469b-ab22-ef1a886033d8 2018-09-04 22:10:49,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6&name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:49,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3d5e3baa-5a91-4bb0-b466-b3ad6e384d1f Date: Tue, 04 Sep 2018 22:10:49 GMT RESP BODY: {"ports":[]} 2018-09-04 22:10:49,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6&name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80port-1&admin_state_up=True used request id req-3d5e3baa-5a91-4bb0-b466-b3ad6e384d1f 2018-09-04 22:10:49,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:49,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cfdc62fd-3fa7-4875-bc1b-d3b48909c791 x-compute-request-id: req-cfdc62fd-3fa7-4875-bc1b-d3b48909c791 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:10:49,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-inst used request id req-cfdc62fd-3fa7-4875-bc1b-d3b48909c791 2018-09-04 22:10:49,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:49,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7198d656-75dc-4567-bf0c-4e0bda0768fa Date: Tue, 04 Sep 2018 22:10:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9456e360-1f28-4bad-ac39-ee8e4ab5c2f3"],"updated_at":"2018-09-04T22:10:46Z","tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b6b39d5b94724e95b154bbb26bb528b1","id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net"}]} 2018-09-04 22:10:49,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net used request id req-7198d656-75dc-4567-bf0c-4e0bda0768fa 2018-09-04 22:10:49,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:49,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b86f29c7-e94d-4a94-93c1-7aef3584e574 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1"}, "enabled": true, "id": "b6b39d5b94724e95b154bbb26bb528b1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj"}} 2018-09-04 22:10:49,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1 used request id req-b86f29c7-e94d-4a94-93c1-7aef3584e574 2018-09-04 22:10:49,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:50,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4dc38fa7-1722-4bb8-919d-ab307d141707 Date: Tue, 04 Sep 2018 22:10:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:46Z","dns_nameservers":[],"updated_at":"2018-09-04T22:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b6b39d5b94724e95b154bbb26bb528b1","id":"9456e360-1f28-4bad-ac39-ee8e4ab5c2f3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-subnet"}]} 2018-09-04 22:10:50,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 used request id req-4dc38fa7-1722-4bb8-919d-ab307d141707 2018-09-04 22:10:50,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6&name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:50,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f85da30e-9e44-4f95-9f4e-11e0adeb2c9e Date: Tue, 04 Sep 2018 22:10:50 GMT RESP BODY: {"ports":[]} 2018-09-04 22:10:50,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6&name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80port-1&admin_state_up=True used request id req-f85da30e-9e44-4f95-9f4e-11e0adeb2c9e 2018-09-04 22:10:50,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:50,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:50,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "82494d6214fc473a8bacc979f74d83a8", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj-role"}], "expires_at": "2018-09-04T23:10:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6b39d5b94724e95b154bbb26bb528b1", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b6b39d5b94724e95b154bbb26bb528b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-user", "id": "74d8d7ef36a4477e838a7c56970b257c"}, "audit_ids": ["zcDhI7BTS6WoFH7Gb2_m5w"], "issued_at": "2018-09-04T22:10:50.000000Z"}} 2018-09-04 22:10:50,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e6d5135988a7dbffa7bd3825ef7c561afdc08b" 2018-09-04 22:10:50,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0e9f550-ee9e-4e1c-8e37-599c4368dab6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:50,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e0e9f550-ee9e-4e1c-8e37-599c4368dab6 2018-09-04 22:10:50,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:51,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-96f22667-ca29-4496-917b-d951b1ca2deb Date: Tue, 04 Sep 2018 22:10:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9456e360-1f28-4bad-ac39-ee8e4ab5c2f3"],"updated_at":"2018-09-04T22:10:46Z","tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b6b39d5b94724e95b154bbb26bb528b1","id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net"}]} 2018-09-04 22:10:51,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net used request id req-96f22667-ca29-4496-917b-d951b1ca2deb 2018-09-04 22:10:51,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:51,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c5911280-c681-4724-851c-ff5457983120 Date: Tue, 04 Sep 2018 22:10:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:46Z","dns_nameservers":[],"updated_at":"2018-09-04T22:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b6b39d5b94724e95b154bbb26bb528b1","id":"9456e360-1f28-4bad-ac39-ee8e4ab5c2f3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-subnet"}]} 2018-09-04 22:10:51,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 used request id req-c5911280-c681-4724-851c-ff5457983120 2018-09-04 22:10:51,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:51,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6cb8255b-08bb-4348-bc5a-f980e7f5287a Date: Tue, 04 Sep 2018 22:10:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9456e360-1f28-4bad-ac39-ee8e4ab5c2f3"],"updated_at":"2018-09-04T22:10:46Z","tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b6b39d5b94724e95b154bbb26bb528b1","id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net"}]} 2018-09-04 22:10:51,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net used request id req-6cb8255b-08bb-4348-bc5a-f980e7f5287a 2018-09-04 22:10:51,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:10:51,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:10:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:10:51,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e6d5135988a7dbffa7bd3825ef7c561afdc08b" 2018-09-04 22:10:51,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80cc7e64-54d3-4992-b380-74e75b21c2d6 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1"}, "enabled": true, "id": "b6b39d5b94724e95b154bbb26bb528b1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj"}} 2018-09-04 22:10:51,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1 used request id req-80cc7e64-54d3-4992-b380-74e75b21c2d6 2018-09-04 22:10:51,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" 2018-09-04 22:10:51,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e6f7bac1-114d-4f69-84e4-006fbfe63f56 Date: Tue, 04 Sep 2018 22:10:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e5752ae-fd78-4e92-a069-7990d06ae2c6","tenant_id":"b6b39d5b94724e95b154bbb26bb528b1","created_at":"2018-09-04T22:10:46Z","dns_nameservers":[],"updated_at":"2018-09-04T22:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b6b39d5b94724e95b154bbb26bb528b1","id":"9456e360-1f28-4bad-ac39-ee8e4ab5c2f3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-subnet"}]} 2018-09-04 22:10:51,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e5752ae-fd78-4e92-a069-7990d06ae2c6 used request id req-e6f7bac1-114d-4f69-84e4-006fbfe63f56 2018-09-04 22:10:51,727 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net 2018-09-04 22:10:51,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}febb052bd1865c00e9c9d7da1a8a93ea261c621b" -d '{"port": {"network_id": "5e5752ae-fd78-4e92-a069-7990d06ae2c6", "name": "CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2018-09-04 22:10:51,879 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-4d3e1c7a-8657-45a6-9996-38296b5ea349 Date: Tue, 04 Sep 2018 22:10:51 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 22:10:51,880 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-4d3e1c7a-8657-45a6-9996-38296b5ea349 2018-09-04 22:10:51,880 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 22:10:51,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/b20ab7ff-4156-454f-9e9a-2f0420e9d5c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f412a8d8309efc05201d44e916816295773776b" 2018-09-04 22:10:51,923 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:10:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-db69d0c2-835d-4974-923b-cc3326522e02 x-compute-request-id: req-db69d0c2-835d-4974-923b-cc3326522e02 Content-Length: 0 Content-Type: application/json 2018-09-04 22:10:51,923 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/b20ab7ff-4156-454f-9e9a-2f0420e9d5c4 used request id req-db69d0c2-835d-4974-923b-cc3326522e02 2018-09-04 22:10:51,924 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-subnet 2018-09-04 22:10:51,924 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-subnet 2018-09-04 22:10:51,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/9456e360-1f28-4bad-ac39-ee8e4ab5c2f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136afdd6c908828fa9648b1b0ff2b34c8c586d1" 2018-09-04 22:10:54,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9be33b52-cde6-4a58-ad6a-02ad1baecf63 Date: Tue, 04 Sep 2018 22:10:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:10:54,132 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/9456e360-1f28-4bad-ac39-ee8e4ab5c2f3 used request id req-9be33b52-cde6-4a58-ad6a-02ad1baecf63 2018-09-04 22:10:54,133 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-pub-net 2018-09-04 22:10:54,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/5e5752ae-fd78-4e92-a069-7990d06ae2c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136afdd6c908828fa9648b1b0ff2b34c8c586d1" 2018-09-04 22:10:55,392 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f844c986-7347-408c-854a-07e95ed56366 Date: Tue, 04 Sep 2018 22:10:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:10:55,392 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/5e5752ae-fd78-4e92-a069-7990d06ae2c6 used request id req-f844c986-7347-408c-854a-07e95ed56366 2018-09-04 22:10:55,393 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-54ff4d64-ebb6-4e4a-a980-dd2971de0e80-image 2018-09-04 22:10:55,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}27d0140d23cdddad1e7db47457be810e4756fca9" 2018-09-04 22:10:56,784 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f4eddaf3-0efa-4e4a-936e-04905b14177a Date: Tue, 04 Sep 2018 22:10:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:10:56,784 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/6776f434-b069-4e24-9a77-cd2637d65bb5 used request id req-f4eddaf3-0efa-4e4a-936e-04905b14177a 2018-09-04 22:10:56,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:57,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-4ca98eed-fdb9-4067-a497-4fd4e62174f9 Date: Tue, 04 Sep 2018 22:10:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6b39d5b94724e95b154bbb26bb528b1", "created_at": "2018-09-04T22:10:45Z", "updated_at": "2018-09-04T22:10:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:10:45Z", "revision_number": 0, "id": "071c7d6c-dce4-417b-ab0e-939de78b11a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:10:45Z", "security_group_id": "71fb513c-61db-480c-aaff-dab4804bf28f", "tenant_id": "b6b39d5b94724e95b154bbb26bb528b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6b39d5b94724e95b154bbb26bb528b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:10:45Z", "revision_number": 0, "id": "9e67ba28-4990-4640-a07f-dcdd88cf21e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:10:45Z", "security_group_id": "71fb513c-61db-480c-aaff-dab4804bf28f", "tenant_id": "b6b39d5b94724e95b154bbb26bb528b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6b39d5b94724e95b154bbb26bb528b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:10:45Z", "revision_number": 0, "id": "b67e651f-ee25-4a5b-a482-5547a672fe86", "remote_group_id": "71fb513c-61db-480c-aaff-dab4804bf28f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:10:45Z", "security_group_id": "71fb513c-61db-480c-aaff-dab4804bf28f", "tenant_id": "b6b39d5b94724e95b154bbb26bb528b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6b39d5b94724e95b154bbb26bb528b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:10:45Z", "revision_number": 0, "id": "cd1592a0-7979-47ac-8fd9-c94323a69c31", "remote_group_id": "71fb513c-61db-480c-aaff-dab4804bf28f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:10:45Z", "security_group_id": "71fb513c-61db-480c-aaff-dab4804bf28f", "tenant_id": "b6b39d5b94724e95b154bbb26bb528b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6b39d5b94724e95b154bbb26bb528b1"}], "revision_number": 4, "project_id": "b6b39d5b94724e95b154bbb26bb528b1", "id": "71fb513c-61db-480c-aaff-dab4804bf28f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:10:57,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-4ca98eed-fdb9-4067-a497-4fd4e62174f9 2018-09-04 22:10:57,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:57,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28e0fc22-ca07-476b-bc50-f224df50bdb1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:10:57,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-28e0fc22-ca07-476b-bc50-f224df50bdb1 2018-09-04 22:10:57,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:57,225 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-896bed91-aa0b-4c08-9eda-06261a4a665b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:57,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-896bed91-aa0b-4c08-9eda-06261a4a665b 2018-09-04 22:10:57,225 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:57,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:57,320 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc8ecd81-8583-4130-b947-a41cbb02b29c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:57,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-dc8ecd81-8583-4130-b947-a41cbb02b29c 2018-09-04 22:10:57,320 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:57,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:57,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a934d923-5e51-452c-a065-0f7203989690 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:10:57,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-a934d923-5e51-452c-a065-0f7203989690 2018-09-04 22:10:57,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:57,512 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cc1db3b-ae51-4dd9-8459-ecbf46573317 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:57,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-0cc1db3b-ae51-4dd9-8459-ecbf46573317 2018-09-04 22:10:57,513 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:57,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:57,609 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-127a84e2-f02f-496d-bda6-b4948882ad05 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:57,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-127a84e2-f02f-496d-bda6-b4948882ad05 2018-09-04 22:10:57,609 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:57,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:57,699 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:10:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdf5482b-e697-4c32-a145-4f2bb8307a80 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:10:57,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-bdf5482b-e697-4c32-a145-4f2bb8307a80 2018-09-04 22:10:57,699 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:10:57,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:57,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fed8b0d-e953-40b6-9f69-f88620ef7d9d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1"}, "enabled": true, "id": "b6b39d5b94724e95b154bbb26bb528b1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7df22811-6b35-48d-proj"}} 2018-09-04 22:10:57,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1 used request id req-2fed8b0d-e953-40b6-9f69-f88620ef7d9d 2018-09-04 22:10:57,793 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71fb513c-61db-480c-aaff-dab4804bf28f 2018-09-04 22:10:57,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=71fb513c-61db-480c-aaff-dab4804bf28f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:57,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e3d71b10-5d6a-40d6-830d-630a2048f893 Date: Tue, 04 Sep 2018 22:10:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:10:45Z", "security_group_id": "71fb513c-61db-480c-aaff-dab4804bf28f", "port_range_min": null, "revision_number": 0, "tenant_id": "b6b39d5b94724e95b154bbb26bb528b1", "created_at": "2018-09-04T22:10:45Z", "project_id": "b6b39d5b94724e95b154bbb26bb528b1", "id": "071c7d6c-dce4-417b-ab0e-939de78b11a0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:10:45Z", "security_group_id": "71fb513c-61db-480c-aaff-dab4804bf28f", "port_range_min": null, "revision_number": 0, "tenant_id": "b6b39d5b94724e95b154bbb26bb528b1", "created_at": "2018-09-04T22:10:45Z", "project_id": "b6b39d5b94724e95b154bbb26bb528b1", "id": "9e67ba28-4990-4640-a07f-dcdd88cf21e7"}, {"remote_group_id": "71fb513c-61db-480c-aaff-dab4804bf28f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:10:45Z", "security_group_id": "71fb513c-61db-480c-aaff-dab4804bf28f", "port_range_min": null, "revision_number": 0, "tenant_id": "b6b39d5b94724e95b154bbb26bb528b1", "created_at": "2018-09-04T22:10:45Z", "project_id": "b6b39d5b94724e95b154bbb26bb528b1", "id": "b67e651f-ee25-4a5b-a482-5547a672fe86"}, {"remote_group_id": "71fb513c-61db-480c-aaff-dab4804bf28f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:10:45Z", "security_group_id": "71fb513c-61db-480c-aaff-dab4804bf28f", "port_range_min": null, "revision_number": 0, "tenant_id": "b6b39d5b94724e95b154bbb26bb528b1", "created_at": "2018-09-04T22:10:45Z", "project_id": "b6b39d5b94724e95b154bbb26bb528b1", "id": "cd1592a0-7979-47ac-8fd9-c94323a69c31"}]} 2018-09-04 22:10:57,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=71fb513c-61db-480c-aaff-dab4804bf28f used request id req-e3d71b10-5d6a-40d6-830d-630a2048f893 2018-09-04 22:10:57,964 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:10:57,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/71fb513c-61db-480c-aaff-dab4804bf28f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:58,265 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f9fa17c-6f07-4477-a84e-e0a02e379964 Content-Length: 0 Date: Tue, 04 Sep 2018 22:10:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:10:58,266 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/71fb513c-61db-480c-aaff-dab4804bf28f used request id req-0f9fa17c-6f07-4477-a84e-e0a02e379964 2018-09-04 22:10:58,266 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-7df22811-6b35-48d-proj 2018-09-04 22:10:58,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:58,464 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42a96ce1-bc87-4a8a-8c7e-4e2c7c9e0c2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:10:58,464 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/b6b39d5b94724e95b154bbb26bb528b1 used request id req-42a96ce1-bc87-4a8a-8c7e-4e2c7c9e0c2f 2018-09-04 22:10:58,464 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-7df22811-6b35-48d-proj-role 2018-09-04 22:10:58,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/82494d6214fc473a8bacc979f74d83a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:58,580 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0217e25d-43f4-4896-9502-728b235286d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:10:58,580 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/82494d6214fc473a8bacc979f74d83a8 used request id req-0217e25d-43f4-4896-9502-728b235286d6 2018-09-04 22:10:58,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7a6ef5390a7e9a242d605973faad9c7451db5b" 2018-09-04 22:10:58,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e48d9d1-aab9-4c09-bc3a-05130d494c46 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:10:58,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6e48d9d1-aab9-4c09-bc3a-05130d494c46 2018-09-04 22:10:58,664 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-7df22811-6b35-48d-user 2018-09-04 22:10:58,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/74d8d7ef36a4477e838a7c56970b257c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d86d1e7458faf7de9a8b8a990eb6adddef561e8" 2018-09-04 22:10:58,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-becc6077-9f5b-4e6a-991f-3cd6fc2365f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:10:58,849 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/74d8d7ef36a4477e838a7c56970b257c used request id req-becc6077-9f5b-4e6a-991f-3cd6fc2365f8 2018-09-04 22:10:58,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:59,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:10:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["xRjQyUPMSGSCY62U_jaKwg"], "issued_at": "2018-09-04T22:10:59.000000Z"}} 2018-09-04 22:10:59,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b912fda072b319ba20793ea2b4df18f386077b1f" 2018-09-04 22:10:59,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d1806b1-79c8-40f1-a084-060dcc7a4c06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:59,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5d1806b1-79c8-40f1-a084-060dcc7a4c06 2018-09-04 22:10:59,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:10:59,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:10:59,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:10:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["lz9b1OfcTOW1LEBnex7j7g"], "issued_at": "2018-09-04T22:10:59.000000Z"}} 2018-09-04 22:10:59,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:10:59,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a4af138-04b2-4197-838f-aa9e048e9fd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:10:59,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4a4af138-04b2-4197-838f-aa9e048e9fd1 2018-09-04 22:10:59,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:10:59,816 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:10:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:10:59,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:10:59,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b28e0f6-a0e2-434b-af8a-0d3056c30072 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:10:59,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj used request id req-3b28e0f6-a0e2-434b-af8a-0d3056c30072 2018-09-04 22:10:59,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:00,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28f38785-7c5a-43b5-86b2-fd7fc17657ea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:11:00,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-28f38785-7c5a-43b5-86b2-fd7fc17657ea 2018-09-04 22:11:00,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj"}}' 2018-09-04 22:11:00,221 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:11:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2d8ab41-8e25-4fa7-9c9d-b3d35aacff9c Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e"}, "enabled": true, "id": "132a8ec8212d4cd7b015421ea71e289e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj"}} 2018-09-04 22:11:00,221 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-b2d8ab41-8e25-4fa7-9c9d-b3d35aacff9c 2018-09-04 22:11:00,222 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj 2018-09-04 22:11:00,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:00,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:00,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:11:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["c1YbIFZrTL-0znRt3T7hjQ"], "issued_at": "2018-09-04T22:11:00.000000Z"}} 2018-09-04 22:11:00,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d36a28ac970ea483422499870b0b05dd4c53b3" 2018-09-04 22:11:00,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99caa146-8098-4b77-88ee-a862ba8aa227 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:00,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-99caa146-8098-4b77-88ee-a862ba8aa227 2018-09-04 22:11:00,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:11:00,627 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:11:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:11:00,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d36a28ac970ea483422499870b0b05dd4c53b3" 2018-09-04 22:11:00,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a07d39a7-9a79-4352-ba8c-07fb43f6dbf0 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:11:00,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a07d39a7-9a79-4352-ba8c-07fb43f6dbf0 2018-09-04 22:11:00,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d36a28ac970ea483422499870b0b05dd4c53b3" 2018-09-04 22:11:00,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a821bb4b-16b4-4262-b178-7a8d5668aed9 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e"}, "enabled": true, "id": "132a8ec8212d4cd7b015421ea71e289e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj"}]} 2018-09-04 22:11:00,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj used request id req-a821bb4b-16b4-4262-b178-7a8d5668aed9 2018-09-04 22:11:00,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d36a28ac970ea483422499870b0b05dd4c53b3" 2018-09-04 22:11:00,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cc7ecc5-77e0-4cc5-8a2d-67d8ab61ef9a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:11:00,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0cc7ecc5-77e0-4cc5-8a2d-67d8ab61ef9a 2018-09-04 22:11:01,287 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-user 2018-09-04 22:11:01,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:01,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:01,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dcd52e7-8a96-4101-9d97-97f2c6f157f2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:11:01,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6dcd52e7-8a96-4101-9d97-97f2c6f157f2 2018-09-04 22:11:01,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" -d '{"role": {"name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj-role"}}' 2018-09-04 22:11:01,472 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:11:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-609ecc14-e5f3-4498-874f-8e9144bff6a4 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c951f8e8bbce40719413bc24486d7d4c", "links": {"self": "http://172.30.9.26:5000/v3/roles/c951f8e8bbce40719413bc24486d7d4c"}, "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj-role"}} 2018-09-04 22:11:01,472 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-609ecc14-e5f3-4498-874f-8e9144bff6a4 2018-09-04 22:11:01,473 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj-role 2018-09-04 22:11:01,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c951f8e8bbce40719413bc24486d7d4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:01,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-909c228a-cba1-42f6-b9ca-174a7b97951b Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c951f8e8bbce40719413bc24486d7d4c"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj-role", "id": "c951f8e8bbce40719413bc24486d7d4c"}} 2018-09-04 22:11:01,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c951f8e8bbce40719413bc24486d7d4c used request id req-909c228a-cba1-42f6-b9ca-174a7b97951b 2018-09-04 22:11:01,564 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj-role to project CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj 2018-09-04 22:11:01,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e/users/99fb765d82e644598bdad7c6a060d5c8/roles/c951f8e8bbce40719413bc24486d7d4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:01,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:11:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1787765d-f7be-454c-983c-0fff5eec131e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:11:01,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e/users/99fb765d82e644598bdad7c6a060d5c8/roles/c951f8e8bbce40719413bc24486d7d4c used request id req-1787765d-f7be-454c-983c-0fff5eec131e 2018-09-04 22:11:01,686 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:11:01,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:01,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:02,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c951f8e8bbce40719413bc24486d7d4c", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj-role"}], "expires_at": "2018-09-04T23:11:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "132a8ec8212d4cd7b015421ea71e289e", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-user", "id": "99fb765d82e644598bdad7c6a060d5c8"}, "audit_ids": ["aFtxNoqHTFGrR5vrGCrBdQ"], "issued_at": "2018-09-04T22:11:02.000000Z"}} 2018-09-04 22:11:02,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}540ccd25ae83331c28de55682189b160c8251231" 2018-09-04 22:11:02,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73c49929-5d34-4f37-8ab2-adb6d5bcd998 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:02,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-73c49929-5d34-4f37-8ab2-adb6d5bcd998 2018-09-04 22:11:02,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}540ccd25ae83331c28de55682189b160c8251231" 2018-09-04 22:11:02,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-80b2fae8-aaba-43fe-8ef6-b4258441ee05 Date: Tue, 04 Sep 2018 22:11:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-image"} 2018-09-04 22:11:02,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-image used request id req-80b2fae8-aaba-43fe-8ef6-b4258441ee05 2018-09-04 22:11:02,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}540ccd25ae83331c28de55682189b160c8251231" 2018-09-04 22:11:02,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-066014ba-ad88-472c-87f3-3f0f727b22a8 Date: Tue, 04 Sep 2018 22:11:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:11:02,578 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-066014ba-ad88-472c-87f3-3f0f727b22a8 2018-09-04 22:11:02,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}540ccd25ae83331c28de55682189b160c8251231" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-image"}' 2018-09-04 22:11:02,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d X-Openstack-Request-Id: req-ee057c19-ff96-491e-9364-8a13563c6824 Date: Tue, 04 Sep 2018 22:11:02 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:11:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:11:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d", "min_disk": 0, "protected": false, "id": "b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d", "file": "/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d/file", "checksum": null, "owner": "132a8ec8212d4cd7b015421ea71e289e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:11:02,804 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-ee057c19-ff96-491e-9364-8a13563c6824 2018-09-04 22:11:02,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}540ccd25ae83331c28de55682189b160c8251231" -d '' 2018-09-04 22:11:04,033 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5579aa3-54f0-4296-97fe-b2e43f4aad68 Date: Tue, 04 Sep 2018 22:11:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:11:04,033 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d/file used request id req-c5579aa3-54f0-4296-97fe-b2e43f4aad68 2018-09-04 22:11:04,033 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:11:04,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}540ccd25ae83331c28de55682189b160c8251231" 2018-09-04 22:11:04,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-22583f8e-8b76-4a44-9001-ff41ff041bf8 Date: Tue, 04 Sep 2018 22:11:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:11:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:11:04Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d/snap", "metadata": {}}], "self": "/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d", "min_disk": 0, "protected": false, "id": "b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d", "file": "/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "132a8ec8212d4cd7b015421ea71e289e", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:11:04,197 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d used request id req-22583f8e-8b76-4a44-9001-ff41ff041bf8 2018-09-04 22:11:04,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}540ccd25ae83331c28de55682189b160c8251231" 2018-09-04 22:11:04,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3ac4f168-3137-4889-82ca-7f1ad1d62a77 Date: Tue, 04 Sep 2018 22:11:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:11:04,208 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3ac4f168-3137-4889-82ca-7f1ad1d62a77 2018-09-04 22:11:04,211 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-image 2018-09-04 22:11:04,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}540ccd25ae83331c28de55682189b160c8251231" 2018-09-04 22:11:04,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-346612b0-3a6e-43b0-967c-2cb085fb47e1 Date: Tue, 04 Sep 2018 22:11:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:11:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:11:04Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d/snap", "metadata": {}}], "self": "/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d", "min_disk": 0, "protected": false, "id": "b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d", "file": "/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "132a8ec8212d4cd7b015421ea71e289e", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:11:04,387 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d used request id req-346612b0-3a6e-43b0-967c-2cb085fb47e1 2018-09-04 22:11:04,388 - create_image - DEBUG - Instance status is - active 2018-09-04 22:11:04,388 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-image 2018-09-04 22:11:04,388 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-image 2018-09-04 22:11:04,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:04,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:04,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c951f8e8bbce40719413bc24486d7d4c", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj-role"}], "expires_at": "2018-09-04T23:11:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "132a8ec8212d4cd7b015421ea71e289e", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-user", "id": "99fb765d82e644598bdad7c6a060d5c8"}, "audit_ids": ["IUzYMBbDSCau1r-6hYQjTA"], "issued_at": "2018-09-04T22:11:04.000000Z"}} 2018-09-04 22:11:04,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa47afb4c66805a441d89caa3c00b837fbdedb64" 2018-09-04 22:11:04,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3086607e-95e8-43be-acd2-100782cf4d4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:04,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3086607e-95e8-43be-acd2-100782cf4d4d 2018-09-04 22:11:04,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa47afb4c66805a441d89caa3c00b837fbdedb64" 2018-09-04 22:11:05,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-696db456-1a86-40b8-ad0c-c630f22e8af0 Date: Tue, 04 Sep 2018 22:11:05 GMT RESP BODY: {"networks":[]} 2018-09-04 22:11:05,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net used request id req-696db456-1a86-40b8-ad0c-c630f22e8af0 2018-09-04 22:11:05,029 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net 2018-09-04 22:11:05,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa47afb4c66805a441d89caa3c00b837fbdedb64" -d '{"network": {"name": "CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net", "admin_state_up": true}}' 2018-09-04 22:11:05,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-6d12b027-0ab5-4c0f-b793-aa65d66f0800 Date: Tue, 04 Sep 2018 22:11:05 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"132a8ec8212d4cd7b015421ea71e289e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:11:05Z","is_default":false,"name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:05Z","mtu":1450}} 2018-09-04 22:11:05,746 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-6d12b027-0ab5-4c0f-b793-aa65d66f0800 2018-09-04 22:11:05,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa47afb4c66805a441d89caa3c00b837fbdedb64" 2018-09-04 22:11:05,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-1a3f3006-7605-4e31-9be2-f7a93e9bdba3 Date: Tue, 04 Sep 2018 22:11:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:11:05Z","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net"}]} 2018-09-04 22:11:05,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 used request id req-1a3f3006-7605-4e31-9be2-f7a93e9bdba3 2018-09-04 22:11:05,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa47afb4c66805a441d89caa3c00b837fbdedb64" 2018-09-04 22:11:06,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a0beb60f-065c-40fa-ab50-d166e135d983 Date: Tue, 04 Sep 2018 22:11:06 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:11:06,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 used request id req-a0beb60f-065c-40fa-ab50-d166e135d983 2018-09-04 22:11:06,160 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet 2018-09-04 22:11:06,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa47afb4c66805a441d89caa3c00b837fbdedb64" -d '{"subnets": [{"ip_version": 4, "network_id": "df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet"}]}' 2018-09-04 22:11:06,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2c20c12a-fcad-426c-a923-2e1c097a2a0e Date: Tue, 04 Sep 2018 22:11:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:06Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"32da4b88-ac4c-4204-bcc2-dc750d65c95c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet"}]} 2018-09-04 22:11:06,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-2c20c12a-fcad-426c-a923-2e1c097a2a0e 2018-09-04 22:11:06,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa47afb4c66805a441d89caa3c00b837fbdedb64" 2018-09-04 22:11:07,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0058b0a3-c699-4247-84c5-87b1b0eda0a8 Date: Tue, 04 Sep 2018 22:11:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["32da4b88-ac4c-4204-bcc2-dc750d65c95c"],"updated_at":"2018-09-04T22:11:06Z","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net"}]} 2018-09-04 22:11:07,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 used request id req-0058b0a3-c699-4247-84c5-87b1b0eda0a8 2018-09-04 22:11:07,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa47afb4c66805a441d89caa3c00b837fbdedb64" 2018-09-04 22:11:07,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-47783e70-cfde-47ef-8fc1-7e69db7741f0 Date: Tue, 04 Sep 2018 22:11:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"32da4b88-ac4c-4204-bcc2-dc750d65c95c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet"}]} 2018-09-04 22:11:07,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 used request id req-47783e70-cfde-47ef-8fc1-7e69db7741f0 2018-09-04 22:11:07,085 - OpenStackNetwork - DEBUG - Network [df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2] created successfully 2018-09-04 22:11:07,085 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:07,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:07,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:11:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["HZX-ui7kTX28HSD2qoZeZg"], "issued_at": "2018-09-04T22:11:07.000000Z"}} 2018-09-04 22:11:07,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4899d12aec26893161b0f5aeac9fd308a65b98e3" 2018-09-04 22:11:07,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ae7bc9-4e6c-4891-a596-f7edcab3a4cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:07,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d2ae7bc9-4e6c-4891-a596-f7edcab3a4cd 2018-09-04 22:11:07,548 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:11:07,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4899d12aec26893161b0f5aeac9fd308a65b98e3" 2018-09-04 22:11:07,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1d41417b-0673-4900-a49a-b87be595eb47 x-compute-request-id: req-1d41417b-0673-4900-a49a-b87be595eb47 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:11:07,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1d41417b-0673-4900-a49a-b87be595eb47 2018-09-04 22:11:07,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4899d12aec26893161b0f5aeac9fd308a65b98e3" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:11:07,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfb83178-cb72-460b-82e4-842734441271 x-compute-request-id: req-cfb83178-cb72-460b-82e4-842734441271 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/62eb9325-a0de-431a-bb22-b63ead89c3f6", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/62eb9325-a0de-431a-bb22-b63ead89c3f6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "62eb9325-a0de-431a-bb22-b63ead89c3f6", "name": "CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:11:07,807 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-cfb83178-cb72-460b-82e4-842734441271 2018-09-04 22:11:07,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:07,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:08,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c951f8e8bbce40719413bc24486d7d4c", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj-role"}], "expires_at": "2018-09-04T23:11:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "132a8ec8212d4cd7b015421ea71e289e", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-user", "id": "99fb765d82e644598bdad7c6a060d5c8"}, "audit_ids": ["qgCjicyLS4K6KwOPV86zbw"], "issued_at": "2018-09-04T22:11:08.000000Z"}} 2018-09-04 22:11:08,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:08,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c80f3ece-da08-41dd-9f0a-e1fd7ccac623 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:08,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c80f3ece-da08-41dd-9f0a-e1fd7ccac623 2018-09-04 22:11:08,249 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:11:08,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:08,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-152f5847-3172-4f8a-bbd2-dd38f34b7d74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:08,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-152f5847-3172-4f8a-bbd2-dd38f34b7d74 2018-09-04 22:11:08,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:08,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cf89883d-3359-4275-9c30-c9e32ae59831 Date: Tue, 04 Sep 2018 22:11:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["32da4b88-ac4c-4204-bcc2-dc750d65c95c"],"updated_at":"2018-09-04T22:11:06Z","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net"}]} 2018-09-04 22:11:08,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net used request id req-cf89883d-3359-4275-9c30-c9e32ae59831 2018-09-04 22:11:08,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:11:08,735 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:11:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:11:08,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:08,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-500293ee-98ee-4de0-a491-8cdfd096096c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e"}, "enabled": true, "id": "132a8ec8212d4cd7b015421ea71e289e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj"}} 2018-09-04 22:11:08,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e used request id req-500293ee-98ee-4de0-a491-8cdfd096096c 2018-09-04 22:11:08,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:09,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-68dfa36e-9279-407c-8c51-b344e780c2a4 Date: Tue, 04 Sep 2018 22:11:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"32da4b88-ac4c-4204-bcc2-dc750d65c95c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet"}]} 2018-09-04 22:11:09,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 used request id req-68dfa36e-9279-407c-8c51-b344e780c2a4 2018-09-04 22:11:09,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2&name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:09,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8e73c140-1f83-4cbf-913c-08f0f1170410 Date: Tue, 04 Sep 2018 22:11:09 GMT RESP BODY: {"ports":[]} 2018-09-04 22:11:09,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2&name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0port-1&admin_state_up=True used request id req-8e73c140-1f83-4cbf-913c-08f0f1170410 2018-09-04 22:11:09,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:09,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a379b8b4-d67c-4f90-94b5-44fa63b5f4c4 x-compute-request-id: req-a379b8b4-d67c-4f90-94b5-44fa63b5f4c4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:11:09,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-inst used request id req-a379b8b4-d67c-4f90-94b5-44fa63b5f4c4 2018-09-04 22:11:09,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:09,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-db00a9f9-175f-4e6e-9c78-510c61780f64 Date: Tue, 04 Sep 2018 22:11:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["32da4b88-ac4c-4204-bcc2-dc750d65c95c"],"updated_at":"2018-09-04T22:11:06Z","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net"}]} 2018-09-04 22:11:09,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net used request id req-db00a9f9-175f-4e6e-9c78-510c61780f64 2018-09-04 22:11:09,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:09,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec927a99-4e4a-4c69-912e-7ba6a88e2ea7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e"}, "enabled": true, "id": "132a8ec8212d4cd7b015421ea71e289e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj"}} 2018-09-04 22:11:09,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e used request id req-ec927a99-4e4a-4c69-912e-7ba6a88e2ea7 2018-09-04 22:11:09,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:09,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-116d2577-2941-45e8-848e-e114465d3a07 Date: Tue, 04 Sep 2018 22:11:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"32da4b88-ac4c-4204-bcc2-dc750d65c95c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet"}]} 2018-09-04 22:11:09,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 used request id req-116d2577-2941-45e8-848e-e114465d3a07 2018-09-04 22:11:09,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2&name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:10,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-595eba04-53bf-4968-ba26-117d485fe0cd Date: Tue, 04 Sep 2018 22:11:10 GMT RESP BODY: {"ports":[]} 2018-09-04 22:11:10,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2&name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0port-1&admin_state_up=True used request id req-595eba04-53bf-4968-ba26-117d485fe0cd 2018-09-04 22:11:10,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:10,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:10,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c951f8e8bbce40719413bc24486d7d4c", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj-role"}], "expires_at": "2018-09-04T23:11:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "132a8ec8212d4cd7b015421ea71e289e", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/132a8ec8212d4cd7b015421ea71e289e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-user", "id": "99fb765d82e644598bdad7c6a060d5c8"}, "audit_ids": ["viS38qPGQJynDyNwPtrddQ"], "issued_at": "2018-09-04T22:11:10.000000Z"}} 2018-09-04 22:11:10,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149f919bb56d00ed964572272cae60eca56f6aa" 2018-09-04 22:11:10,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-348aca9f-15d5-42ae-8c1c-fb74de31ef80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:10,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-348aca9f-15d5-42ae-8c1c-fb74de31ef80 2018-09-04 22:11:10,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:10,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-123a97bc-5d3b-4785-9ab5-13051ceccb25 Date: Tue, 04 Sep 2018 22:11:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["32da4b88-ac4c-4204-bcc2-dc750d65c95c"],"updated_at":"2018-09-04T22:11:06Z","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net"}]} 2018-09-04 22:11:10,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net used request id req-123a97bc-5d3b-4785-9ab5-13051ceccb25 2018-09-04 22:11:10,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:10,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3eada279-3777-429e-b9d6-f79c74dc8d4e Date: Tue, 04 Sep 2018 22:11:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"32da4b88-ac4c-4204-bcc2-dc750d65c95c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet"}]} 2018-09-04 22:11:10,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 used request id req-3eada279-3777-429e-b9d6-f79c74dc8d4e 2018-09-04 22:11:10,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:10,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1af214b5-5e87-4266-95e8-85c712b7b83e Date: Tue, 04 Sep 2018 22:11:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["32da4b88-ac4c-4204-bcc2-dc750d65c95c"],"updated_at":"2018-09-04T22:11:06Z","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net"}]} 2018-09-04 22:11:10,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net used request id req-1af214b5-5e87-4266-95e8-85c712b7b83e 2018-09-04 22:11:10,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:11:10,895 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:11:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:11:10,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149f919bb56d00ed964572272cae60eca56f6aa" 2018-09-04 22:11:10,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a291613-9a46-47e3-9530-6deb83bf78fd Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e"}, "enabled": true, "id": "132a8ec8212d4cd7b015421ea71e289e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj"}} 2018-09-04 22:11:10,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e used request id req-8a291613-9a46-47e3-9530-6deb83bf78fd 2018-09-04 22:11:10,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:11,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3c55c5ec-36be-4cd9-beac-574f3f7f3bf7 Date: Tue, 04 Sep 2018 22:11:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"32da4b88-ac4c-4204-bcc2-dc750d65c95c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet"}]} 2018-09-04 22:11:11,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 used request id req-3c55c5ec-36be-4cd9-beac-574f3f7f3bf7 2018-09-04 22:11:11,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2&name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" 2018-09-04 22:11:11,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6dd4a6e5-d26d-43ee-b986-f01103ae05f5 Date: Tue, 04 Sep 2018 22:11:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2","tenant_id":"132a8ec8212d4cd7b015421ea71e289e","created_at":"2018-09-04T22:11:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"132a8ec8212d4cd7b015421ea71e289e","id":"32da4b88-ac4c-4204-bcc2-dc750d65c95c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet"}]} 2018-09-04 22:11:11,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2&name=CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet used request id req-6dd4a6e5-d26d-43ee-b986-f01103ae05f5 2018-09-04 22:11:11,381 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net 2018-09-04 22:11:11,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388cd4c8eed9be1e815fcc807c9f38248b165388" -d '{"port": {"network_id": "df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2", "fixed_ips": [{"subnet_id": "32da4b88-ac4c-4204-bcc2-dc750d65c95c", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0port-1", "admin_state_up": true}}' 2018-09-04 22:11:11,925 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-b0b184d8-f90c-4c63-857e-4da1df4683e6 Date: Tue, 04 Sep 2018 22:11:11 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-09-04 22:11:11,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-b0b184d8-f90c-4c63-857e-4da1df4683e6 2018-09-04 22:11:11,926 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-09-04 22:11:11,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/62eb9325-a0de-431a-bb22-b63ead89c3f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4899d12aec26893161b0f5aeac9fd308a65b98e3" 2018-09-04 22:11:11,966 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:11:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8d34a8b5-46cd-475c-bc2a-d496c601bbf4 x-compute-request-id: req-8d34a8b5-46cd-475c-bc2a-d496c601bbf4 Content-Length: 0 Content-Type: application/json 2018-09-04 22:11:11,966 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/62eb9325-a0de-431a-bb22-b63ead89c3f6 used request id req-8d34a8b5-46cd-475c-bc2a-d496c601bbf4 2018-09-04 22:11:11,967 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet 2018-09-04 22:11:11,967 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-subnet 2018-09-04 22:11:11,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/32da4b88-ac4c-4204-bcc2-dc750d65c95c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa47afb4c66805a441d89caa3c00b837fbdedb64" 2018-09-04 22:11:14,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d24d643d-22b5-43d3-b4dd-2bbe65faf7ba Date: Tue, 04 Sep 2018 22:11:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:11:14,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/32da4b88-ac4c-4204-bcc2-dc750d65c95c used request id req-d24d643d-22b5-43d3-b4dd-2bbe65faf7ba 2018-09-04 22:11:14,350 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-pub-net 2018-09-04 22:11:14,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa47afb4c66805a441d89caa3c00b837fbdedb64" 2018-09-04 22:11:15,697 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f1a6072-3c68-481e-8cd3-239484d6ce94 Date: Tue, 04 Sep 2018 22:11:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:11:15,697 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/df1f8b1d-63e1-4c1f-b1e3-4311e757ddc2 used request id req-9f1a6072-3c68-481e-8cd3-239484d6ce94 2018-09-04 22:11:15,698 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b0d785ca-71e4-4ee0-b2e9-e2daaf69fde0-image 2018-09-04 22:11:15,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}540ccd25ae83331c28de55682189b160c8251231" 2018-09-04 22:11:17,533 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-71d2232e-b9dc-49e9-92dc-9dcaf3554a7f Date: Tue, 04 Sep 2018 22:11:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:11:17,533 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/b0eb9c23-62cb-48b7-a3a9-0f6cc7479c4d used request id req-71d2232e-b9dc-49e9-92dc-9dcaf3554a7f 2018-09-04 22:11:17,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:17,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-31655fb8-827c-4a26-8c83-2213bd05cce1 Date: Tue, 04 Sep 2018 22:11:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "132a8ec8212d4cd7b015421ea71e289e", "created_at": "2018-09-04T22:11:05Z", "updated_at": "2018-09-04T22:11:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:11:05Z", "revision_number": 0, "id": "46aa0db9-68a2-4a3a-9b8b-a805bd5266f7", "remote_group_id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "remote_ip_prefix": null, "created_at": "2018-09-04T22:11:05Z", "security_group_id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "tenant_id": "132a8ec8212d4cd7b015421ea71e289e", "port_range_min": null, "ethertype": "IPv6", "project_id": "132a8ec8212d4cd7b015421ea71e289e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:11:05Z", "revision_number": 0, "id": "6abe12c4-ba30-4b7d-b7bf-21894f3b2802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:11:05Z", "security_group_id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "tenant_id": "132a8ec8212d4cd7b015421ea71e289e", "port_range_min": null, "ethertype": "IPv4", "project_id": "132a8ec8212d4cd7b015421ea71e289e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:11:05Z", "revision_number": 0, "id": "8f0b4716-172c-497d-9cf5-46c5788faab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:11:05Z", "security_group_id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "tenant_id": "132a8ec8212d4cd7b015421ea71e289e", "port_range_min": null, "ethertype": "IPv6", "project_id": "132a8ec8212d4cd7b015421ea71e289e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:11:05Z", "revision_number": 0, "id": "ce4525ca-6e4e-496b-95ed-48c6cef8041b", "remote_group_id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "remote_ip_prefix": null, "created_at": "2018-09-04T22:11:05Z", "security_group_id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "tenant_id": "132a8ec8212d4cd7b015421ea71e289e", "port_range_min": null, "ethertype": "IPv4", "project_id": "132a8ec8212d4cd7b015421ea71e289e"}], "revision_number": 4, "project_id": "132a8ec8212d4cd7b015421ea71e289e", "id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:11:17,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-31655fb8-827c-4a26-8c83-2213bd05cce1 2018-09-04 22:11:17,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:17,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc5093c-a052-4423-b535-930b1a252091 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:11:17,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-3dc5093c-a052-4423-b535-930b1a252091 2018-09-04 22:11:17,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:17,971 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:11:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3155df77-d7ae-449a-a6a0-aaca6a1f57ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:11:17,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-3155df77-d7ae-449a-a6a0-aaca6a1f57ca 2018-09-04 22:11:17,971 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:11:17,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:18,053 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:11:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7ff109e-a66e-49ce-92f0-4af0aced070f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:11:18,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-d7ff109e-a66e-49ce-92f0-4af0aced070f 2018-09-04 22:11:18,054 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:11:18,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:18,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af523214-b402-4094-a157-5b96c1035f4d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:11:18,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-af523214-b402-4094-a157-5b96c1035f4d 2018-09-04 22:11:18,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:18,237 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ddf7765-270d-4df7-9d1a-2c4b9d70eef5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:11:18,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-8ddf7765-270d-4df7-9d1a-2c4b9d70eef5 2018-09-04 22:11:18,237 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:11:18,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:18,320 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ccf960e-f624-4c96-a16b-05dbac42b990 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:11:18,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-3ccf960e-f624-4c96-a16b-05dbac42b990 2018-09-04 22:11:18,320 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:11:18,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:18,419 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4c34b19-1a18-46d8-8f60-567f65023bde Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:11:18,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-a4c34b19-1a18-46d8-8f60-567f65023bde 2018-09-04 22:11:18,420 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:11:18,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:18,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ce3dc8-71c1-4784-8665-4bae53910f2b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e"}, "enabled": true, "id": "132a8ec8212d4cd7b015421ea71e289e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj"}} 2018-09-04 22:11:18,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e used request id req-d3ce3dc8-71c1-4784-8665-4bae53910f2b 2018-09-04 22:11:18,513 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9394ced3-fe1b-442e-9bbd-8e1a12125bf2 2018-09-04 22:11:18,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=9394ced3-fe1b-442e-9bbd-8e1a12125bf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:18,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-029ae9fb-7540-412e-bb12-512eb4aeebab Date: Tue, 04 Sep 2018 22:11:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:11:05Z", "security_group_id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "port_range_min": null, "revision_number": 0, "tenant_id": "132a8ec8212d4cd7b015421ea71e289e", "created_at": "2018-09-04T22:11:05Z", "project_id": "132a8ec8212d4cd7b015421ea71e289e", "id": "46aa0db9-68a2-4a3a-9b8b-a805bd5266f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:11:05Z", "security_group_id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "port_range_min": null, "revision_number": 0, "tenant_id": "132a8ec8212d4cd7b015421ea71e289e", "created_at": "2018-09-04T22:11:05Z", "project_id": "132a8ec8212d4cd7b015421ea71e289e", "id": "6abe12c4-ba30-4b7d-b7bf-21894f3b2802"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:11:05Z", "security_group_id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "port_range_min": null, "revision_number": 0, "tenant_id": "132a8ec8212d4cd7b015421ea71e289e", "created_at": "2018-09-04T22:11:05Z", "project_id": "132a8ec8212d4cd7b015421ea71e289e", "id": "8f0b4716-172c-497d-9cf5-46c5788faab0"}, {"remote_group_id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:11:05Z", "security_group_id": "9394ced3-fe1b-442e-9bbd-8e1a12125bf2", "port_range_min": null, "revision_number": 0, "tenant_id": "132a8ec8212d4cd7b015421ea71e289e", "created_at": "2018-09-04T22:11:05Z", "project_id": "132a8ec8212d4cd7b015421ea71e289e", "id": "ce4525ca-6e4e-496b-95ed-48c6cef8041b"}]} 2018-09-04 22:11:18,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=9394ced3-fe1b-442e-9bbd-8e1a12125bf2 used request id req-029ae9fb-7540-412e-bb12-512eb4aeebab 2018-09-04 22:11:18,692 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:11:18,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/9394ced3-fe1b-442e-9bbd-8e1a12125bf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:19,150 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72acf2b2-9e0d-4691-b419-8f52a8e8c1e4 Content-Length: 0 Date: Tue, 04 Sep 2018 22:11:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:11:19,150 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/9394ced3-fe1b-442e-9bbd-8e1a12125bf2 used request id req-72acf2b2-9e0d-4691-b419-8f52a8e8c1e4 2018-09-04 22:11:19,151 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj 2018-09-04 22:11:19,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:19,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f20450d2-f947-4012-b346-dbfd127a706d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:11:19,368 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/132a8ec8212d4cd7b015421ea71e289e used request id req-f20450d2-f947-4012-b346-dbfd127a706d 2018-09-04 22:11:19,368 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-proj-role 2018-09-04 22:11:19,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c951f8e8bbce40719413bc24486d7d4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:19,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-169c7d91-65c0-4cc2-951f-44a158805447 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:11:19,485 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c951f8e8bbce40719413bc24486d7d4c used request id req-169c7d91-65c0-4cc2-951f-44a158805447 2018-09-04 22:11:19,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f87cf1fcec25daf871a349b18fef94a8fcb2c67" 2018-09-04 22:11:19,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5127ef0-a23d-44c7-8f63-e355009d27b1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:11:19,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f5127ef0-a23d-44c7-8f63-e355009d27b1 2018-09-04 22:11:19,580 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-b5aec86d-7dc5-4b2-user 2018-09-04 22:11:19,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/99fb765d82e644598bdad7c6a060d5c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d36a28ac970ea483422499870b0b05dd4c53b3" 2018-09-04 22:11:19,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4af4181-0d06-43e7-9ca1-285ff08b5b9f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:11:19,752 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/99fb765d82e644598bdad7c6a060d5c8 used request id req-c4af4181-0d06-43e7-9ca1-285ff08b5b9f 2018-09-04 22:11:19,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:20,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:11:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Hc-tvEbfRLGCvIQpDzAUBA"], "issued_at": "2018-09-04T22:11:20.000000Z"}} 2018-09-04 22:11:20,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b572b904328e426d7903031230e4cb4c3ca33d0" 2018-09-04 22:11:20,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99679450-d6be-4f9a-8238-15efb09a4ceb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:20,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-99679450-d6be-4f9a-8238-15efb09a4ceb 2018-09-04 22:11:20,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:20,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:20,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:11:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["VJ5JIrVwTuO9BsB5bK4URw"], "issued_at": "2018-09-04T22:11:20.000000Z"}} 2018-09-04 22:11:20,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:20,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d32ab47-2774-4ec8-8064-12810e1464a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:20,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3d32ab47-2774-4ec8-8064-12810e1464a0 2018-09-04 22:11:20,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:11:20,698 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:11:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:11:20,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-15bf2559-31a6-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:20,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91bd5cd5-3076-4150-8057-977c27209126 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-15bf2559-31a6-459-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:11:20,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-15bf2559-31a6-459-proj used request id req-91bd5cd5-3076-4150-8057-977c27209126 2018-09-04 22:11:20,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:20,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93a08e73-413c-454f-a14c-3ca8404e1ea0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:11:20,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-93a08e73-413c-454f-a14c-3ca8404e1ea0 2018-09-04 22:11:20,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj"}}' 2018-09-04 22:11:21,024 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:11:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48c73d02-624d-46b8-b5c0-2648679e84c1 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99"}, "enabled": true, "id": "028b0ca71a9b45fd8fd6b8748091ee99", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj"}} 2018-09-04 22:11:21,024 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-48c73d02-624d-46b8-b5c0-2648679e84c1 2018-09-04 22:11:21,024 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-15bf2559-31a6-459-proj 2018-09-04 22:11:21,024 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:21,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:21,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:11:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["nNKTIqI3QH2it5zFa8g2GA"], "issued_at": "2018-09-04T22:11:21.000000Z"}} 2018-09-04 22:11:21,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ededc33d3d9565f9593790e13b23ccb94d32425b" 2018-09-04 22:11:21,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bbcab02-5706-49d9-9c3a-7d49d028b421 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:21,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8bbcab02-5706-49d9-9c3a-7d49d028b421 2018-09-04 22:11:21,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:11:21,423 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:11:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:11:21,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ededc33d3d9565f9593790e13b23ccb94d32425b" 2018-09-04 22:11:21,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e266aef-1f63-44ec-8571-f1cf4b19554a Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:11:21,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-2e266aef-1f63-44ec-8571-f1cf4b19554a 2018-09-04 22:11:21,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-15bf2559-31a6-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ededc33d3d9565f9593790e13b23ccb94d32425b" 2018-09-04 22:11:21,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-079bf968-8937-4482-8031-723fe4cb978c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-15bf2559-31a6-459-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99"}, "enabled": true, "id": "028b0ca71a9b45fd8fd6b8748091ee99", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj"}]} 2018-09-04 22:11:21,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-15bf2559-31a6-459-proj used request id req-079bf968-8937-4482-8031-723fe4cb978c 2018-09-04 22:11:21,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ededc33d3d9565f9593790e13b23ccb94d32425b" 2018-09-04 22:11:21,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e77e9706-b98b-43b8-81a3-81e65d1229de Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:11:21,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e77e9706-b98b-43b8-81a3-81e65d1229de 2018-09-04 22:11:22,035 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-15bf2559-31a6-459-user 2018-09-04 22:11:22,036 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:22,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:22,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd566603-61b7-4578-8ff7-dac514b6ad93 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:11:22,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-dd566603-61b7-4578-8ff7-dac514b6ad93 2018-09-04 22:11:22,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" -d '{"role": {"name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj-role"}}' 2018-09-04 22:11:22,317 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:11:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26566423-6da0-4cd7-9881-03c186f5b74f Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "455a339b3fbd431c8ca419f49501cf3b", "links": {"self": "http://172.30.9.26:5000/v3/roles/455a339b3fbd431c8ca419f49501cf3b"}, "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj-role"}} 2018-09-04 22:11:22,317 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-26566423-6da0-4cd7-9881-03c186f5b74f 2018-09-04 22:11:22,317 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-15bf2559-31a6-459-proj-role 2018-09-04 22:11:22,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/455a339b3fbd431c8ca419f49501cf3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:22,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-673315db-c7a0-48a6-bd33-68cccef56ba9 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/455a339b3fbd431c8ca419f49501cf3b"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj-role", "id": "455a339b3fbd431c8ca419f49501cf3b"}} 2018-09-04 22:11:22,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/455a339b3fbd431c8ca419f49501cf3b used request id req-673315db-c7a0-48a6-bd33-68cccef56ba9 2018-09-04 22:11:22,405 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-15bf2559-31a6-459-proj-role to project CreateInstancePortManipulationTests-15bf2559-31a6-459-proj 2018-09-04 22:11:22,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99/users/3e9e9bdc178447f69f451826e36e4e19/roles/455a339b3fbd431c8ca419f49501cf3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:22,541 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:11:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5982890d-12bc-48bf-a7b3-93b395b4aa1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:11:22,541 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99/users/3e9e9bdc178447f69f451826e36e4e19/roles/455a339b3fbd431c8ca419f49501cf3b used request id req-5982890d-12bc-48bf-a7b3-93b395b4aa1e 2018-09-04 22:11:22,542 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:11:22,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:22,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:22,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "455a339b3fbd431c8ca419f49501cf3b", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj-role"}], "expires_at": "2018-09-04T23:11:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "028b0ca71a9b45fd8fd6b8748091ee99", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-user", "id": "3e9e9bdc178447f69f451826e36e4e19"}, "audit_ids": ["4iD_E1sOTG61_wkNaDxxPg"], "issued_at": "2018-09-04T22:11:22.000000Z"}} 2018-09-04 22:11:22,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad04f862266ec1ec7c09cd0e647fa7358196dd50" 2018-09-04 22:11:23,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aab6d26-64d7-4471-b6d1-ba73077e1f1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:23,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6aab6d26-64d7-4471-b6d1-ba73077e1f1a 2018-09-04 22:11:23,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04f862266ec1ec7c09cd0e647fa7358196dd50" 2018-09-04 22:11:23,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-4c8bd471-c0bc-4ca8-a1de-17ef5e651c91 Date: Tue, 04 Sep 2018 22:11:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-image"} 2018-09-04 22:11:23,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-image used request id req-4c8bd471-c0bc-4ca8-a1de-17ef5e651c91 2018-09-04 22:11:23,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04f862266ec1ec7c09cd0e647fa7358196dd50" 2018-09-04 22:11:23,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4dc85e5e-4e0b-4019-bc39-d9462913e3fa Date: Tue, 04 Sep 2018 22:11:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:11:23,336 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-4dc85e5e-4e0b-4019-bc39-d9462913e3fa 2018-09-04 22:11:23,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad04f862266ec1ec7c09cd0e647fa7358196dd50" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-image"}' 2018-09-04 22:11:23,558 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b X-Openstack-Request-Id: req-05e302dd-5e52-4c61-9751-001e859c4b5f Date: Tue, 04 Sep 2018 22:11:23 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:11:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:11:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b", "min_disk": 0, "protected": false, "id": "8709c5e3-cc58-4eae-bde6-50474c23fc4b", "file": "/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b/file", "checksum": null, "owner": "028b0ca71a9b45fd8fd6b8748091ee99", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:11:23,559 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-05e302dd-5e52-4c61-9751-001e859c4b5f 2018-09-04 22:11:23,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04f862266ec1ec7c09cd0e647fa7358196dd50" -d '' 2018-09-04 22:11:25,159 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f02080a3-417c-4557-8079-5be8d9640b30 Date: Tue, 04 Sep 2018 22:11:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:11:25,159 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b/file used request id req-f02080a3-417c-4557-8079-5be8d9640b30 2018-09-04 22:11:25,159 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:11:25,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04f862266ec1ec7c09cd0e647fa7358196dd50" 2018-09-04 22:11:25,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-9a9ee91e-3f96-41f6-ae6e-d952c0c99b94 Date: Tue, 04 Sep 2018 22:11:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:11:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:11:25Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b/snap", "metadata": {}}], "self": "/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b", "min_disk": 0, "protected": false, "id": "8709c5e3-cc58-4eae-bde6-50474c23fc4b", "file": "/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "028b0ca71a9b45fd8fd6b8748091ee99", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:11:25,416 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b used request id req-9a9ee91e-3f96-41f6-ae6e-d952c0c99b94 2018-09-04 22:11:25,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04f862266ec1ec7c09cd0e647fa7358196dd50" 2018-09-04 22:11:25,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0d881e3e-4b64-4ec2-bfc1-e7624dc64470 Date: Tue, 04 Sep 2018 22:11:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:11:25,573 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-0d881e3e-4b64-4ec2-bfc1-e7624dc64470 2018-09-04 22:11:25,576 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-image 2018-09-04 22:11:25,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04f862266ec1ec7c09cd0e647fa7358196dd50" 2018-09-04 22:11:25,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-2cabe168-9f00-4843-8faa-ea70f5adab07 Date: Tue, 04 Sep 2018 22:11:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:11:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:11:25Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b/snap", "metadata": {}}], "self": "/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b", "min_disk": 0, "protected": false, "id": "8709c5e3-cc58-4eae-bde6-50474c23fc4b", "file": "/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "028b0ca71a9b45fd8fd6b8748091ee99", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:11:25,734 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b used request id req-2cabe168-9f00-4843-8faa-ea70f5adab07 2018-09-04 22:11:25,735 - create_image - DEBUG - Instance status is - active 2018-09-04 22:11:25,735 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-image 2018-09-04 22:11:25,735 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-image 2018-09-04 22:11:25,735 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:25,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:26,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "455a339b3fbd431c8ca419f49501cf3b", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj-role"}], "expires_at": "2018-09-04T23:11:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "028b0ca71a9b45fd8fd6b8748091ee99", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-user", "id": "3e9e9bdc178447f69f451826e36e4e19"}, "audit_ids": ["WroRYXFdRs-YZDz1vWSFEQ"], "issued_at": "2018-09-04T22:11:26.000000Z"}} 2018-09-04 22:11:26,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f478c262557aa8741b4b911a1cd0c966a926ade9" 2018-09-04 22:11:26,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79bca99d-6965-4376-89ca-14154f4ece3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:26,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-79bca99d-6965-4376-89ca-14154f4ece3b 2018-09-04 22:11:26,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f478c262557aa8741b4b911a1cd0c966a926ade9" 2018-09-04 22:11:26,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-34809e11-cc2d-4fae-b52b-52962354fd9b Date: Tue, 04 Sep 2018 22:11:26 GMT RESP BODY: {"networks":[]} 2018-09-04 22:11:26,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net used request id req-34809e11-cc2d-4fae-b52b-52962354fd9b 2018-09-04 22:11:26,293 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net 2018-09-04 22:11:26,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f478c262557aa8741b4b911a1cd0c966a926ade9" -d '{"network": {"name": "CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net", "admin_state_up": true}}' 2018-09-04 22:11:26,806 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-4cb86b6d-8379-45a9-8f85-eef211b549d2 Date: Tue, 04 Sep 2018 22:11:26 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"db424ed0-2707-41b9-b94e-56cbed02675f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"028b0ca71a9b45fd8fd6b8748091ee99","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:11:26Z","is_default":false,"name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:26Z","mtu":1450}} 2018-09-04 22:11:26,806 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-4cb86b6d-8379-45a9-8f85-eef211b549d2 2018-09-04 22:11:26,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=db424ed0-2707-41b9-b94e-56cbed02675f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f478c262557aa8741b4b911a1cd0c966a926ade9" 2018-09-04 22:11:27,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-cf17412c-4cd7-40c1-9919-a3a186073e35 Date: Tue, 04 Sep 2018 22:11:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:11:26Z","tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"028b0ca71a9b45fd8fd6b8748091ee99","id":"db424ed0-2707-41b9-b94e-56cbed02675f","name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net"}]} 2018-09-04 22:11:27,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=db424ed0-2707-41b9-b94e-56cbed02675f used request id req-cf17412c-4cd7-40c1-9919-a3a186073e35 2018-09-04 22:11:27,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=db424ed0-2707-41b9-b94e-56cbed02675f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f478c262557aa8741b4b911a1cd0c966a926ade9" 2018-09-04 22:11:27,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3955cce5-c040-4bbf-933c-735884014ef8 Date: Tue, 04 Sep 2018 22:11:27 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:11:27,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=db424ed0-2707-41b9-b94e-56cbed02675f used request id req-3955cce5-c040-4bbf-933c-735884014ef8 2018-09-04 22:11:27,071 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-subnet 2018-09-04 22:11:27,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f478c262557aa8741b4b911a1cd0c966a926ade9" -d '{"subnets": [{"ip_version": 4, "network_id": "db424ed0-2707-41b9-b94e-56cbed02675f", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-subnet"}]}' 2018-09-04 22:11:27,992 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8500075f-0447-4e02-96dd-a62928225b21 Date: Tue, 04 Sep 2018 22:11:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db424ed0-2707-41b9-b94e-56cbed02675f","tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:27Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:27Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"028b0ca71a9b45fd8fd6b8748091ee99","id":"7120da41-348a-4980-9b2a-d9f4de31e4bc","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-subnet"}]} 2018-09-04 22:11:27,992 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-8500075f-0447-4e02-96dd-a62928225b21 2018-09-04 22:11:27,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=db424ed0-2707-41b9-b94e-56cbed02675f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f478c262557aa8741b4b911a1cd0c966a926ade9" 2018-09-04 22:11:28,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-15bfc32a-4b12-4a59-8ef8-3e46fef8886c Date: Tue, 04 Sep 2018 22:11:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7120da41-348a-4980-9b2a-d9f4de31e4bc"],"updated_at":"2018-09-04T22:11:27Z","tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"028b0ca71a9b45fd8fd6b8748091ee99","id":"db424ed0-2707-41b9-b94e-56cbed02675f","name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net"}]} 2018-09-04 22:11:28,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=db424ed0-2707-41b9-b94e-56cbed02675f used request id req-15bfc32a-4b12-4a59-8ef8-3e46fef8886c 2018-09-04 22:11:28,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=db424ed0-2707-41b9-b94e-56cbed02675f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f478c262557aa8741b4b911a1cd0c966a926ade9" 2018-09-04 22:11:28,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-06d82365-9fdc-4601-b3b6-a1f8cb22347b Date: Tue, 04 Sep 2018 22:11:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db424ed0-2707-41b9-b94e-56cbed02675f","tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:27Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"028b0ca71a9b45fd8fd6b8748091ee99","id":"7120da41-348a-4980-9b2a-d9f4de31e4bc","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-subnet"}]} 2018-09-04 22:11:28,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=db424ed0-2707-41b9-b94e-56cbed02675f used request id req-06d82365-9fdc-4601-b3b6-a1f8cb22347b 2018-09-04 22:11:28,480 - OpenStackNetwork - DEBUG - Network [db424ed0-2707-41b9-b94e-56cbed02675f] created successfully 2018-09-04 22:11:28,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:28,481 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:28,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:11:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["BvlQinvUR-Ol874AJ6mUEA"], "issued_at": "2018-09-04T22:11:28.000000Z"}} 2018-09-04 22:11:28,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64756dea462ae24c3e8ba80e918fa81dd2e6f998" 2018-09-04 22:11:28,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69d394d1-db6e-4301-9dd7-dadc3223ec61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:28,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-69d394d1-db6e-4301-9dd7-dadc3223ec61 2018-09-04 22:11:28,954 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:11:28,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64756dea462ae24c3e8ba80e918fa81dd2e6f998" 2018-09-04 22:11:29,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fcbeb4e3-5a8c-48bd-89cc-3c0798bacf6c x-compute-request-id: req-fcbeb4e3-5a8c-48bd-89cc-3c0798bacf6c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:11:29,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-fcbeb4e3-5a8c-48bd-89cc-3c0798bacf6c 2018-09-04 22:11:29,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64756dea462ae24c3e8ba80e918fa81dd2e6f998" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:11:29,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73192155-10aa-4a50-829d-cf07f854427d x-compute-request-id: req-73192155-10aa-4a50-829d-cf07f854427d Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/88154daf-115b-415b-a0f7-6342d504a59e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/88154daf-115b-415b-a0f7-6342d504a59e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "88154daf-115b-415b-a0f7-6342d504a59e", "name": "CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:11:29,188 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-73192155-10aa-4a50-829d-cf07f854427d 2018-09-04 22:11:29,189 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:29,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:29,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "455a339b3fbd431c8ca419f49501cf3b", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj-role"}], "expires_at": "2018-09-04T23:11:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "028b0ca71a9b45fd8fd6b8748091ee99", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-user", "id": "3e9e9bdc178447f69f451826e36e4e19"}, "audit_ids": ["FzEEQ9X9QjK8bwCwsjhXlw"], "issued_at": "2018-09-04T22:11:29.000000Z"}} 2018-09-04 22:11:29,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:29,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0360eb34-aece-49e6-a3ee-a8502d821bbc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:29,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0360eb34-aece-49e6-a3ee-a8502d821bbc 2018-09-04 22:11:29,670 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:11:29,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:29,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5645591c-fab4-427d-8a38-3604098377a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:29,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5645591c-fab4-427d-8a38-3604098377a2 2018-09-04 22:11:29,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:29,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8a3074bf-30f0-4f52-af39-3f3922318443 Date: Tue, 04 Sep 2018 22:11:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7120da41-348a-4980-9b2a-d9f4de31e4bc"],"updated_at":"2018-09-04T22:11:27Z","tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"028b0ca71a9b45fd8fd6b8748091ee99","id":"db424ed0-2707-41b9-b94e-56cbed02675f","name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net"}]} 2018-09-04 22:11:29,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net used request id req-8a3074bf-30f0-4f52-af39-3f3922318443 2018-09-04 22:11:30,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:11:30,006 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:11:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:11:30,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:30,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13ef9949-30a3-43ff-9049-fb04dcabaaff Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99"}, "enabled": true, "id": "028b0ca71a9b45fd8fd6b8748091ee99", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj"}} 2018-09-04 22:11:30,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99 used request id req-13ef9949-30a3-43ff-9049-fb04dcabaaff 2018-09-04 22:11:30,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=db424ed0-2707-41b9-b94e-56cbed02675f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:30,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-eb0382be-aa68-4169-8442-2e35df3c50de Date: Tue, 04 Sep 2018 22:11:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db424ed0-2707-41b9-b94e-56cbed02675f","tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:27Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"028b0ca71a9b45fd8fd6b8748091ee99","id":"7120da41-348a-4980-9b2a-d9f4de31e4bc","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-subnet"}]} 2018-09-04 22:11:30,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=db424ed0-2707-41b9-b94e-56cbed02675f used request id req-eb0382be-aa68-4169-8442-2e35df3c50de 2018-09-04 22:11:30,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=db424ed0-2707-41b9-b94e-56cbed02675f&mac_address=foo&name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:30,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-265a77aa-c027-4424-b318-37e59eb89eed Date: Tue, 04 Sep 2018 22:11:30 GMT RESP BODY: {"ports":[]} 2018-09-04 22:11:30,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=db424ed0-2707-41b9-b94e-56cbed02675f&mac_address=foo&name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172aport-1&admin_state_up=True used request id req-265a77aa-c027-4424-b318-37e59eb89eed 2018-09-04 22:11:30,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:30,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ea60501-4d25-4d54-8eba-9e50e4a47518 x-compute-request-id: req-5ea60501-4d25-4d54-8eba-9e50e4a47518 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:11:30,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-inst used request id req-5ea60501-4d25-4d54-8eba-9e50e4a47518 2018-09-04 22:11:30,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:31,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6e27786a-e1d4-4c0d-b916-6a35900e87c3 Date: Tue, 04 Sep 2018 22:11:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7120da41-348a-4980-9b2a-d9f4de31e4bc"],"updated_at":"2018-09-04T22:11:27Z","tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"028b0ca71a9b45fd8fd6b8748091ee99","id":"db424ed0-2707-41b9-b94e-56cbed02675f","name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net"}]} 2018-09-04 22:11:31,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net used request id req-6e27786a-e1d4-4c0d-b916-6a35900e87c3 2018-09-04 22:11:31,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:31,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d47af07a-3b86-4a51-94ef-103b60f65301 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99"}, "enabled": true, "id": "028b0ca71a9b45fd8fd6b8748091ee99", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj"}} 2018-09-04 22:11:31,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99 used request id req-d47af07a-3b86-4a51-94ef-103b60f65301 2018-09-04 22:11:31,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=db424ed0-2707-41b9-b94e-56cbed02675f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:31,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b5e00399-1b3b-483c-9e6d-f42f2a4a929e Date: Tue, 04 Sep 2018 22:11:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db424ed0-2707-41b9-b94e-56cbed02675f","tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:27Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"028b0ca71a9b45fd8fd6b8748091ee99","id":"7120da41-348a-4980-9b2a-d9f4de31e4bc","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-subnet"}]} 2018-09-04 22:11:31,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=db424ed0-2707-41b9-b94e-56cbed02675f used request id req-b5e00399-1b3b-483c-9e6d-f42f2a4a929e 2018-09-04 22:11:31,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=db424ed0-2707-41b9-b94e-56cbed02675f&mac_address=foo&name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:31,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b9b7b014-aa6e-46a5-8d35-fa3403ad8d66 Date: Tue, 04 Sep 2018 22:11:31 GMT RESP BODY: {"ports":[]} 2018-09-04 22:11:31,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=db424ed0-2707-41b9-b94e-56cbed02675f&mac_address=foo&name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172aport-1&admin_state_up=True used request id req-b9b7b014-aa6e-46a5-8d35-fa3403ad8d66 2018-09-04 22:11:31,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:31,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:31,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "455a339b3fbd431c8ca419f49501cf3b", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj-role"}], "expires_at": "2018-09-04T23:11:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "028b0ca71a9b45fd8fd6b8748091ee99", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/028b0ca71a9b45fd8fd6b8748091ee99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-user", "id": "3e9e9bdc178447f69f451826e36e4e19"}, "audit_ids": ["2N9TjeSRTL-W1sea8sbhPA"], "issued_at": "2018-09-04T22:11:31.000000Z"}} 2018-09-04 22:11:31,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e66e73e56215731380254850d840fe161a0a9a1" 2018-09-04 22:11:31,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90745865-8a19-47c3-b9d1-9f5a086d72ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:31,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-90745865-8a19-47c3-b9d1-9f5a086d72ef 2018-09-04 22:11:31,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:32,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d261f48e-dd14-410c-af06-45f95e1ea499 Date: Tue, 04 Sep 2018 22:11:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7120da41-348a-4980-9b2a-d9f4de31e4bc"],"updated_at":"2018-09-04T22:11:27Z","tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"028b0ca71a9b45fd8fd6b8748091ee99","id":"db424ed0-2707-41b9-b94e-56cbed02675f","name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net"}]} 2018-09-04 22:11:32,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net used request id req-d261f48e-dd14-410c-af06-45f95e1ea499 2018-09-04 22:11:32,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=db424ed0-2707-41b9-b94e-56cbed02675f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:32,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f2b7b54b-16f9-4988-b99d-5dea266429b5 Date: Tue, 04 Sep 2018 22:11:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db424ed0-2707-41b9-b94e-56cbed02675f","tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:27Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"028b0ca71a9b45fd8fd6b8748091ee99","id":"7120da41-348a-4980-9b2a-d9f4de31e4bc","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-subnet"}]} 2018-09-04 22:11:32,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=db424ed0-2707-41b9-b94e-56cbed02675f used request id req-f2b7b54b-16f9-4988-b99d-5dea266429b5 2018-09-04 22:11:32,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:32,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8237a741-780d-4ec3-846a-64198dab8aca Date: Tue, 04 Sep 2018 22:11:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7120da41-348a-4980-9b2a-d9f4de31e4bc"],"updated_at":"2018-09-04T22:11:27Z","tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"028b0ca71a9b45fd8fd6b8748091ee99","id":"db424ed0-2707-41b9-b94e-56cbed02675f","name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net"}]} 2018-09-04 22:11:32,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net used request id req-8237a741-780d-4ec3-846a-64198dab8aca 2018-09-04 22:11:32,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:11:32,577 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:11:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:11:32,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e66e73e56215731380254850d840fe161a0a9a1" 2018-09-04 22:11:32,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-679b1163-ffbd-4890-bb1e-2714c7133275 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99"}, "enabled": true, "id": "028b0ca71a9b45fd8fd6b8748091ee99", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj"}} 2018-09-04 22:11:32,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99 used request id req-679b1163-ffbd-4890-bb1e-2714c7133275 2018-09-04 22:11:32,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=db424ed0-2707-41b9-b94e-56cbed02675f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" 2018-09-04 22:11:32,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-353f59b2-b5d0-4fb0-910d-eae94b3677c4 Date: Tue, 04 Sep 2018 22:11:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db424ed0-2707-41b9-b94e-56cbed02675f","tenant_id":"028b0ca71a9b45fd8fd6b8748091ee99","created_at":"2018-09-04T22:11:27Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"028b0ca71a9b45fd8fd6b8748091ee99","id":"7120da41-348a-4980-9b2a-d9f4de31e4bc","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-subnet"}]} 2018-09-04 22:11:32,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=db424ed0-2707-41b9-b94e-56cbed02675f used request id req-353f59b2-b5d0-4fb0-910d-eae94b3677c4 2018-09-04 22:11:32,871 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net 2018-09-04 22:11:32,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7bf11eb9492db87e8c5eb6ab13461af1c523b8" -d '{"port": {"network_id": "db424ed0-2707-41b9-b94e-56cbed02675f", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172aport-1", "admin_state_up": true}}' 2018-09-04 22:11:33,034 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-1b471bf5-ed31-4a46-8ce4-e77303db6e57 Date: Tue, 04 Sep 2018 22:11:33 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 22:11:33,034 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-1b471bf5-ed31-4a46-8ce4-e77303db6e57 2018-09-04 22:11:33,034 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 22:11:33,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/88154daf-115b-415b-a0f7-6342d504a59e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64756dea462ae24c3e8ba80e918fa81dd2e6f998" 2018-09-04 22:11:33,085 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:11:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-215b4a10-66fe-4fb6-a836-d5b42deb0106 x-compute-request-id: req-215b4a10-66fe-4fb6-a836-d5b42deb0106 Content-Length: 0 Content-Type: application/json 2018-09-04 22:11:33,085 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/88154daf-115b-415b-a0f7-6342d504a59e used request id req-215b4a10-66fe-4fb6-a836-d5b42deb0106 2018-09-04 22:11:33,086 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-subnet 2018-09-04 22:11:33,086 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-subnet 2018-09-04 22:11:33,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/7120da41-348a-4980-9b2a-d9f4de31e4bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f478c262557aa8741b4b911a1cd0c966a926ade9" 2018-09-04 22:11:35,345 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-333aea23-453d-45c4-8bc2-bd1128fb5e7f Date: Tue, 04 Sep 2018 22:11:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:11:35,346 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/7120da41-348a-4980-9b2a-d9f4de31e4bc used request id req-333aea23-453d-45c4-8bc2-bd1128fb5e7f 2018-09-04 22:11:35,346 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-pub-net 2018-09-04 22:11:35,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/db424ed0-2707-41b9-b94e-56cbed02675f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f478c262557aa8741b4b911a1cd0c966a926ade9" 2018-09-04 22:11:36,548 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0e677a5e-a30c-4048-b830-ea4f5695110b Date: Tue, 04 Sep 2018 22:11:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:11:36,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/db424ed0-2707-41b9-b94e-56cbed02675f used request id req-0e677a5e-a30c-4048-b830-ea4f5695110b 2018-09-04 22:11:36,549 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-e45ef209-52ec-49af-9d97-5e1782e7172a-image 2018-09-04 22:11:36,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04f862266ec1ec7c09cd0e647fa7358196dd50" 2018-09-04 22:11:37,592 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-380b1c4a-4209-4cbf-868a-9754f271a544 Date: Tue, 04 Sep 2018 22:11:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:11:37,592 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/8709c5e3-cc58-4eae-bde6-50474c23fc4b used request id req-380b1c4a-4209-4cbf-868a-9754f271a544 2018-09-04 22:11:37,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:37,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-47e143ed-9646-4ed4-bd45-9d1df9061760 Date: Tue, 04 Sep 2018 22:11:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "028b0ca71a9b45fd8fd6b8748091ee99", "created_at": "2018-09-04T22:11:26Z", "updated_at": "2018-09-04T22:11:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:11:26Z", "revision_number": 0, "id": "2b33b521-6ba5-4792-a1cb-70468667a5cc", "remote_group_id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "remote_ip_prefix": null, "created_at": "2018-09-04T22:11:26Z", "security_group_id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "tenant_id": "028b0ca71a9b45fd8fd6b8748091ee99", "port_range_min": null, "ethertype": "IPv4", "project_id": "028b0ca71a9b45fd8fd6b8748091ee99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:11:26Z", "revision_number": 0, "id": "88d9b003-70fb-438a-b1dd-81c0bfef8b1c", "remote_group_id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "remote_ip_prefix": null, "created_at": "2018-09-04T22:11:26Z", "security_group_id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "tenant_id": "028b0ca71a9b45fd8fd6b8748091ee99", "port_range_min": null, "ethertype": "IPv6", "project_id": "028b0ca71a9b45fd8fd6b8748091ee99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:11:26Z", "revision_number": 0, "id": "dcebd016-812b-4a61-9192-caf1d4606219", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:11:26Z", "security_group_id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "tenant_id": "028b0ca71a9b45fd8fd6b8748091ee99", "port_range_min": null, "ethertype": "IPv4", "project_id": "028b0ca71a9b45fd8fd6b8748091ee99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:11:26Z", "revision_number": 0, "id": "df92e3a2-202b-4d9a-8e01-b73fdbb520cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:11:26Z", "security_group_id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "tenant_id": "028b0ca71a9b45fd8fd6b8748091ee99", "port_range_min": null, "ethertype": "IPv6", "project_id": "028b0ca71a9b45fd8fd6b8748091ee99"}], "revision_number": 4, "project_id": "028b0ca71a9b45fd8fd6b8748091ee99", "id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:11:37,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-47e143ed-9646-4ed4-bd45-9d1df9061760 2018-09-04 22:11:37,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:37,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f43f851e-dca3-4d90-9d50-12a73c227688 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:11:37,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-f43f851e-dca3-4d90-9d50-12a73c227688 2018-09-04 22:11:37,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:38,001 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:11:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9627b561-ca41-4500-80d3-b7b39ce0d2a5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:11:38,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-9627b561-ca41-4500-80d3-b7b39ce0d2a5 2018-09-04 22:11:38,001 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:11:38,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:38,093 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:11:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-627c4d70-9235-4a9b-90ad-82f8d8f21638 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:11:38,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-627c4d70-9235-4a9b-90ad-82f8d8f21638 2018-09-04 22:11:38,093 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:11:38,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:38,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3052026-2230-4a8c-b991-93138dfdc120 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:11:38,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-b3052026-2230-4a8c-b991-93138dfdc120 2018-09-04 22:11:38,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:38,271 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:11:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-365d7401-e841-4148-ac03-cadd04f855b6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:11:38,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-365d7401-e841-4148-ac03-cadd04f855b6 2018-09-04 22:11:38,272 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:11:38,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:38,362 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:11:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42a190ea-1498-4365-91b5-808d1fd9afe4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:11:38,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-42a190ea-1498-4365-91b5-808d1fd9afe4 2018-09-04 22:11:38,362 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:11:38,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:38,452 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:11:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a9db271-a610-47fa-93eb-ad650a6f635a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:11:38,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-1a9db271-a610-47fa-93eb-ad650a6f635a 2018-09-04 22:11:38,452 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:11:38,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:38,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2af26f2-2dbd-4329-ad2d-a4f5c849861e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99"}, "enabled": true, "id": "028b0ca71a9b45fd8fd6b8748091ee99", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-15bf2559-31a6-459-proj"}} 2018-09-04 22:11:38,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99 used request id req-f2af26f2-2dbd-4329-ad2d-a4f5c849861e 2018-09-04 22:11:38,541 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b929184c-579c-41d2-b45d-a01386d4c1d8 2018-09-04 22:11:38,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b929184c-579c-41d2-b45d-a01386d4c1d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:38,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7f2edcfd-9cc6-4c9c-8552-b182a96be2ce Date: Tue, 04 Sep 2018 22:11:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:11:26Z", "security_group_id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "port_range_min": null, "revision_number": 0, "tenant_id": "028b0ca71a9b45fd8fd6b8748091ee99", "created_at": "2018-09-04T22:11:26Z", "project_id": "028b0ca71a9b45fd8fd6b8748091ee99", "id": "2b33b521-6ba5-4792-a1cb-70468667a5cc"}, {"remote_group_id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:11:26Z", "security_group_id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "port_range_min": null, "revision_number": 0, "tenant_id": "028b0ca71a9b45fd8fd6b8748091ee99", "created_at": "2018-09-04T22:11:26Z", "project_id": "028b0ca71a9b45fd8fd6b8748091ee99", "id": "88d9b003-70fb-438a-b1dd-81c0bfef8b1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:11:26Z", "security_group_id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "port_range_min": null, "revision_number": 0, "tenant_id": "028b0ca71a9b45fd8fd6b8748091ee99", "created_at": "2018-09-04T22:11:26Z", "project_id": "028b0ca71a9b45fd8fd6b8748091ee99", "id": "dcebd016-812b-4a61-9192-caf1d4606219"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:11:26Z", "security_group_id": "b929184c-579c-41d2-b45d-a01386d4c1d8", "port_range_min": null, "revision_number": 0, "tenant_id": "028b0ca71a9b45fd8fd6b8748091ee99", "created_at": "2018-09-04T22:11:26Z", "project_id": "028b0ca71a9b45fd8fd6b8748091ee99", "id": "df92e3a2-202b-4d9a-8e01-b73fdbb520cc"}]} 2018-09-04 22:11:38,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b929184c-579c-41d2-b45d-a01386d4c1d8 used request id req-7f2edcfd-9cc6-4c9c-8552-b182a96be2ce 2018-09-04 22:11:38,713 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:11:38,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/b929184c-579c-41d2-b45d-a01386d4c1d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:39,038 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28fbfe2a-e2b3-4335-bfff-0b1e90bdb7bf Content-Length: 0 Date: Tue, 04 Sep 2018 22:11:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:11:39,039 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/b929184c-579c-41d2-b45d-a01386d4c1d8 used request id req-28fbfe2a-e2b3-4335-bfff-0b1e90bdb7bf 2018-09-04 22:11:39,039 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-15bf2559-31a6-459-proj 2018-09-04 22:11:39,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:39,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:11:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04dba56a-0124-45af-8169-1bdb285a64e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:11:39,278 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/028b0ca71a9b45fd8fd6b8748091ee99 used request id req-04dba56a-0124-45af-8169-1bdb285a64e7 2018-09-04 22:11:39,279 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-15bf2559-31a6-459-proj-role 2018-09-04 22:11:39,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/455a339b3fbd431c8ca419f49501cf3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:39,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:11:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-566f2c9d-4303-4afc-b92b-fc04400326ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:11:39,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/455a339b3fbd431c8ca419f49501cf3b used request id req-566f2c9d-4303-4afc-b92b-fc04400326ae 2018-09-04 22:11:39,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}888c200bc027f9c7baaa4a0197d58af12d6fd8a2" 2018-09-04 22:11:39,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8068beca-34c5-4226-b326-cbeceb69d6a1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:11:39,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8068beca-34c5-4226-b326-cbeceb69d6a1 2018-09-04 22:11:39,488 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-15bf2559-31a6-459-user 2018-09-04 22:11:39,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/3e9e9bdc178447f69f451826e36e4e19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ededc33d3d9565f9593790e13b23ccb94d32425b" 2018-09-04 22:11:39,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:11:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbbd1369-4e12-4dd8-94d0-d66b510e0f74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:11:39,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/3e9e9bdc178447f69f451826e36e4e19 used request id req-fbbd1369-4e12-4dd8-94d0-d66b510e0f74 2018-09-04 22:11:39,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:40,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:11:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["wD4Ny3mOQdKkhWhe1ouLQg"], "issued_at": "2018-09-04T22:11:40.000000Z"}} 2018-09-04 22:11:40,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a1788bef70d4329d0b6e4c791f8a366f809590b" 2018-09-04 22:11:40,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ecab7d-989e-45ef-bb06-99cb99706b7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:40,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e0ecab7d-989e-45ef-bb06-99cb99706b7e 2018-09-04 22:11:40,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:40,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:40,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:11:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["bIbdL8KDQN2_avsxia1jyQ"], "issued_at": "2018-09-04T22:11:40.000000Z"}} 2018-09-04 22:11:40,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:11:40,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70611b8d-038e-4cf3-96a8-01641c7fce69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:40,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-70611b8d-038e-4cf3-96a8-01641c7fce69 2018-09-04 22:11:40,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:11:40,652 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:11:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:11:40,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:11:40,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0844ce75-c9f6-4fa5-9385-7e00f693b650 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:11:40,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj used request id req-0844ce75-c9f6-4fa5-9385-7e00f693b650 2018-09-04 22:11:40,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:11:40,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82bc14c8-d706-4d6e-b8f7-37ff8882e2ea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:11:40,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-82bc14c8-d706-4d6e-b8f7-37ff8882e2ea 2018-09-04 22:11:40,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}}' 2018-09-04 22:11:41,000 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:11:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73224f2c-5d41-4446-909c-3c6329f9125c Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917"}, "enabled": true, "id": "52223a21b0c84be49b5246e01ad40917", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}} 2018-09-04 22:11:41,000 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-73224f2c-5d41-4446-909c-3c6329f9125c 2018-09-04 22:11:41,000 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj 2018-09-04 22:11:41,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:41,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:41,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:11:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["d2siEmsmTgqb7I_qLKWd3g"], "issued_at": "2018-09-04T22:11:41.000000Z"}} 2018-09-04 22:11:41,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}705c0f6ca10dc21bd382a5ce3204ec7429369691" 2018-09-04 22:11:41,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08f03ce1-d904-4c52-9779-8598879a493b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:41,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-08f03ce1-d904-4c52-9779-8598879a493b 2018-09-04 22:11:41,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:11:41,491 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:11:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:11:41,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}705c0f6ca10dc21bd382a5ce3204ec7429369691" 2018-09-04 22:11:41,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b028ec6-d00b-477c-88c8-82f4e86a1bcc Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:11:41,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6b028ec6-d00b-477c-88c8-82f4e86a1bcc 2018-09-04 22:11:41,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}705c0f6ca10dc21bd382a5ce3204ec7429369691" 2018-09-04 22:11:41,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a70ab570-7f2c-4f9a-ab83-b230250d52c7 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917"}, "enabled": true, "id": "52223a21b0c84be49b5246e01ad40917", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}]} 2018-09-04 22:11:41,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj used request id req-a70ab570-7f2c-4f9a-ab83-b230250d52c7 2018-09-04 22:11:41,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}705c0f6ca10dc21bd382a5ce3204ec7429369691" 2018-09-04 22:11:41,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-343d8974-af2b-470c-9770-1a0ee3214545 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:11:41,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-343d8974-af2b-470c-9770-1a0ee3214545 2018-09-04 22:11:42,155 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-user 2018-09-04 22:11:42,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:42,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:11:42,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07204773-52eb-4d2a-aaa8-086d4bc045c1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:11:42,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-07204773-52eb-4d2a-aaa8-086d4bc045c1 2018-09-04 22:11:42,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" -d '{"role": {"name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj-role"}}' 2018-09-04 22:11:42,353 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:11:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c99554c0-a80d-4e14-90dc-406a8e9e46e7 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cddec5111ed448af988cdd77c66743b4", "links": {"self": "http://172.30.9.26:5000/v3/roles/cddec5111ed448af988cdd77c66743b4"}, "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj-role"}} 2018-09-04 22:11:42,353 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-c99554c0-a80d-4e14-90dc-406a8e9e46e7 2018-09-04 22:11:42,353 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj-role 2018-09-04 22:11:42,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/cddec5111ed448af988cdd77c66743b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:11:42,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b241ca7-990b-47c2-854c-3efc5eed172e Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/cddec5111ed448af988cdd77c66743b4"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj-role", "id": "cddec5111ed448af988cdd77c66743b4"}} 2018-09-04 22:11:42,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/cddec5111ed448af988cdd77c66743b4 used request id req-8b241ca7-990b-47c2-854c-3efc5eed172e 2018-09-04 22:11:42,447 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj-role to project CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj 2018-09-04 22:11:42,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917/users/0e6d754182624d11b16c544a723562df/roles/cddec5111ed448af988cdd77c66743b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:11:42,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:11:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11d6c1eb-c9b6-4b91-b4dc-a03bc6c76615 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:11:42,578 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917/users/0e6d754182624d11b16c544a723562df/roles/cddec5111ed448af988cdd77c66743b4 used request id req-11d6c1eb-c9b6-4b91-b4dc-a03bc6c76615 2018-09-04 22:11:42,579 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:11:42,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:42,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:42,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cddec5111ed448af988cdd77c66743b4", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj-role"}], "expires_at": "2018-09-04T23:11:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52223a21b0c84be49b5246e01ad40917", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-user", "id": "0e6d754182624d11b16c544a723562df"}, "audit_ids": ["aGtVewNiS4-xu4Xwwyl61w"], "issued_at": "2018-09-04T22:11:42.000000Z"}} 2018-09-04 22:11:42,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30dbcd79f53b8be000d834e2d11f58ee351cf53b" 2018-09-04 22:11:43,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb6c1d6b-2b5d-43aa-a1c1-4348498c0403 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:43,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cb6c1d6b-2b5d-43aa-a1c1-4348498c0403 2018-09-04 22:11:43,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30dbcd79f53b8be000d834e2d11f58ee351cf53b" 2018-09-04 22:11:43,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-0f95736d-cfae-4bae-bf4f-96edca5fb598 Date: Tue, 04 Sep 2018 22:11:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image"} 2018-09-04 22:11:43,235 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image used request id req-0f95736d-cfae-4bae-bf4f-96edca5fb598 2018-09-04 22:11:43,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30dbcd79f53b8be000d834e2d11f58ee351cf53b" 2018-09-04 22:11:43,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-20c3d205-d8bd-4902-a127-7aa7f25fe568 Date: Tue, 04 Sep 2018 22:11:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:11:43,386 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-20c3d205-d8bd-4902-a127-7aa7f25fe568 2018-09-04 22:11:43,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30dbcd79f53b8be000d834e2d11f58ee351cf53b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image"}' 2018-09-04 22:11:43,613 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814 X-Openstack-Request-Id: req-323e9d1a-8862-4509-a35a-f2b1ed6471e1 Date: Tue, 04 Sep 2018 22:11:43 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:11:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:11:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814", "min_disk": 0, "protected": false, "id": "d10ccad6-fc52-4413-9ea0-6187e35a8814", "file": "/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814/file", "checksum": null, "owner": "52223a21b0c84be49b5246e01ad40917", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:11:43,613 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-323e9d1a-8862-4509-a35a-f2b1ed6471e1 2018-09-04 22:11:43,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30dbcd79f53b8be000d834e2d11f58ee351cf53b" -d '' 2018-09-04 22:11:45,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6462512e-def2-490b-8f3f-7966bfaa9580 Date: Tue, 04 Sep 2018 22:11:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:11:45,208 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814/file used request id req-6462512e-def2-490b-8f3f-7966bfaa9580 2018-09-04 22:11:45,209 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:11:45,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30dbcd79f53b8be000d834e2d11f58ee351cf53b" 2018-09-04 22:11:45,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-ae65b6ed-0564-403a-8958-9d7954182561 Date: Tue, 04 Sep 2018 22:11:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:11:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:11:45Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d10ccad6-fc52-4413-9ea0-6187e35a8814/snap", "metadata": {}}], "self": "/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814", "min_disk": 0, "protected": false, "id": "d10ccad6-fc52-4413-9ea0-6187e35a8814", "file": "/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "52223a21b0c84be49b5246e01ad40917", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d10ccad6-fc52-4413-9ea0-6187e35a8814/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:11:45,385 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814 used request id req-ae65b6ed-0564-403a-8958-9d7954182561 2018-09-04 22:11:45,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30dbcd79f53b8be000d834e2d11f58ee351cf53b" 2018-09-04 22:11:45,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ca8f8512-dcc2-4318-97f6-724ca6159b37 Date: Tue, 04 Sep 2018 22:11:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:11:45,535 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-ca8f8512-dcc2-4318-97f6-724ca6159b37 2018-09-04 22:11:45,538 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image 2018-09-04 22:11:45,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30dbcd79f53b8be000d834e2d11f58ee351cf53b" 2018-09-04 22:11:45,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-ff3c98d6-312d-4556-abd3-9460e7e9633b Date: Tue, 04 Sep 2018 22:11:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:11:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:11:45Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d10ccad6-fc52-4413-9ea0-6187e35a8814/snap", "metadata": {}}], "self": "/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814", "min_disk": 0, "protected": false, "id": "d10ccad6-fc52-4413-9ea0-6187e35a8814", "file": "/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "52223a21b0c84be49b5246e01ad40917", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d10ccad6-fc52-4413-9ea0-6187e35a8814/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:11:45,704 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814 used request id req-ff3c98d6-312d-4556-abd3-9460e7e9633b 2018-09-04 22:11:45,705 - create_image - DEBUG - Instance status is - active 2018-09-04 22:11:45,705 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image 2018-09-04 22:11:45,705 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image 2018-09-04 22:11:45,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:45,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:46,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cddec5111ed448af988cdd77c66743b4", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj-role"}], "expires_at": "2018-09-04T23:11:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52223a21b0c84be49b5246e01ad40917", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-user", "id": "0e6d754182624d11b16c544a723562df"}, "audit_ids": ["ggSF76p5Rae6n-_283CVdA"], "issued_at": "2018-09-04T22:11:46.000000Z"}} 2018-09-04 22:11:46,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd555d61f533015b5daec30889260a025049541b" 2018-09-04 22:11:46,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bda260b8-4e7a-4651-9c0e-4c28a8377b98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:46,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bda260b8-4e7a-4651-9c0e-4c28a8377b98 2018-09-04 22:11:46,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd555d61f533015b5daec30889260a025049541b" 2018-09-04 22:11:46,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6eb5b605-4f26-4d83-b653-428a2c660468 Date: Tue, 04 Sep 2018 22:11:46 GMT RESP BODY: {"networks":[]} 2018-09-04 22:11:46,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net used request id req-6eb5b605-4f26-4d83-b653-428a2c660468 2018-09-04 22:11:46,332 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net 2018-09-04 22:11:46,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd555d61f533015b5daec30889260a025049541b" -d '{"network": {"name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net", "admin_state_up": true}}' 2018-09-04 22:11:47,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-6f61a1af-4a3b-4002-9fe6-8c4e84f0dcee Date: Tue, 04 Sep 2018 22:11:47 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"52223a21b0c84be49b5246e01ad40917","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:11:46Z","is_default":false,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:46Z","mtu":1450}} 2018-09-04 22:11:47,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-6f61a1af-4a3b-4002-9fe6-8c4e84f0dcee 2018-09-04 22:11:47,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd555d61f533015b5daec30889260a025049541b" 2018-09-04 22:11:47,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-2b3639bf-fd2b-40d7-bb90-fb3d5875168a Date: Tue, 04 Sep 2018 22:11:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:11:46Z","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"52223a21b0c84be49b5246e01ad40917","id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net"}]} 2018-09-04 22:11:47,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-2b3639bf-fd2b-40d7-bb90-fb3d5875168a 2018-09-04 22:11:47,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd555d61f533015b5daec30889260a025049541b" 2018-09-04 22:11:47,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1cb8640e-6862-44b9-9b3d-cd66e10dac6b Date: Tue, 04 Sep 2018 22:11:47 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:11:47,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-1cb8640e-6862-44b9-9b3d-cd66e10dac6b 2018-09-04 22:11:47,449 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet 2018-09-04 22:11:47,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd555d61f533015b5daec30889260a025049541b" -d '{"subnets": [{"ip_version": 4, "network_id": "1c7f8636-c91f-42e0-abfd-2a92a973170c", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet"}]}' 2018-09-04 22:11:48,153 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c6c4d1dc-3d6e-4feb-817e-958c2a72f500 Date: Tue, 04 Sep 2018 22:11:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:47Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"52223a21b0c84be49b5246e01ad40917","id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet"}]} 2018-09-04 22:11:48,153 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-c6c4d1dc-3d6e-4feb-817e-958c2a72f500 2018-09-04 22:11:48,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd555d61f533015b5daec30889260a025049541b" 2018-09-04 22:11:48,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c8647d53-8063-46a8-879b-5c165d1bd936 Date: Tue, 04 Sep 2018 22:11:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["12b8108b-cc03-48ff-9e2c-093f45c96a42"],"updated_at":"2018-09-04T22:11:47Z","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52223a21b0c84be49b5246e01ad40917","id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net"}]} 2018-09-04 22:11:48,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-c8647d53-8063-46a8-879b-5c165d1bd936 2018-09-04 22:11:48,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd555d61f533015b5daec30889260a025049541b" 2018-09-04 22:11:48,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-60b6b0b6-dd5d-49f3-8d84-92380c0ec9cd Date: Tue, 04 Sep 2018 22:11:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52223a21b0c84be49b5246e01ad40917","id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet"}]} 2018-09-04 22:11:48,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-60b6b0b6-dd5d-49f3-8d84-92380c0ec9cd 2018-09-04 22:11:48,615 - OpenStackNetwork - DEBUG - Network [1c7f8636-c91f-42e0-abfd-2a92a973170c] created successfully 2018-09-04 22:11:48,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:48,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:48,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:11:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["0h0CZ0XpRlCnQhpK8C8Ufg"], "issued_at": "2018-09-04T22:11:48.000000Z"}} 2018-09-04 22:11:48,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96516e4023b07fd1999283b284d6f4650ae1482e" 2018-09-04 22:11:49,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-961fbf31-e235-41d1-9c71-0087818a28f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:49,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-961fbf31-e235-41d1-9c71-0087818a28f1 2018-09-04 22:11:49,079 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:11:49,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96516e4023b07fd1999283b284d6f4650ae1482e" 2018-09-04 22:11:49,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12309cad-dd0c-49ff-a907-e4e867caaecd x-compute-request-id: req-12309cad-dd0c-49ff-a907-e4e867caaecd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:11:49,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-12309cad-dd0c-49ff-a907-e4e867caaecd 2018-09-04 22:11:49,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96516e4023b07fd1999283b284d6f4650ae1482e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:11:49,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b0c54c4-de06-4d55-8d2b-0ae9b0cc52fa x-compute-request-id: req-0b0c54c4-de06-4d55-8d2b-0ae9b0cc52fa Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8862daa6-7372-4ead-a62f-76c51a0eddf7", "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:11:49,316 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0b0c54c4-de06-4d55-8d2b-0ae9b0cc52fa 2018-09-04 22:11:49,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:49,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:49,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cddec5111ed448af988cdd77c66743b4", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj-role"}], "expires_at": "2018-09-04T23:11:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52223a21b0c84be49b5246e01ad40917", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-user", "id": "0e6d754182624d11b16c544a723562df"}, "audit_ids": ["bvGMnYHvRzOo2zXy7zs2-g"], "issued_at": "2018-09-04T22:11:49.000000Z"}} 2018-09-04 22:11:49,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:49,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b54397b6-881a-419a-a5dd-d34866a3e465 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:49,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b54397b6-881a-419a-a5dd-d34866a3e465 2018-09-04 22:11:49,770 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:11:49,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:49,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-276b4ab6-8f13-4422-bac9-ddc4de9e03f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:49,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-276b4ab6-8f13-4422-bac9-ddc4de9e03f0 2018-09-04 22:11:49,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:50,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-bf52d688-da00-4403-8285-02cc1c83d1c1 Date: Tue, 04 Sep 2018 22:11:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["12b8108b-cc03-48ff-9e2c-093f45c96a42"],"updated_at":"2018-09-04T22:11:47Z","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52223a21b0c84be49b5246e01ad40917","id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net"}]} 2018-09-04 22:11:50,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net used request id req-bf52d688-da00-4403-8285-02cc1c83d1c1 2018-09-04 22:11:50,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:11:50,073 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:11:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:11:50,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:50,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dc7e35e-bdde-4285-9de3-075ebbd19ff5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917"}, "enabled": true, "id": "52223a21b0c84be49b5246e01ad40917", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}} 2018-09-04 22:11:50,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 used request id req-0dc7e35e-bdde-4285-9de3-075ebbd19ff5 2018-09-04 22:11:50,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:50,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2a072efa-3e26-4b9d-a7c1-a7d7e800cf1f Date: Tue, 04 Sep 2018 22:11:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52223a21b0c84be49b5246e01ad40917","id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet"}]} 2018-09-04 22:11:50,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-2a072efa-3e26-4b9d-a7c1-a7d7e800cf1f 2018-09-04 22:11:50,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:50,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3c9a426a-77de-41c1-9f55-76c772ebeb4c Date: Tue, 04 Sep 2018 22:11:50 GMT RESP BODY: {"ports":[]} 2018-09-04 22:11:50,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777port-1&admin_state_up=True used request id req-3c9a426a-77de-41c1-9f55-76c772ebeb4c 2018-09-04 22:11:50,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:50,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0026517a-27c8-4c32-af43-0bd2cbf26c49 x-compute-request-id: req-0026517a-27c8-4c32-af43-0bd2cbf26c49 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:11:50,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst used request id req-0026517a-27c8-4c32-af43-0bd2cbf26c49 2018-09-04 22:11:50,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:51,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-67829f39-4c70-490d-9abc-325e621c4e43 Date: Tue, 04 Sep 2018 22:11:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["12b8108b-cc03-48ff-9e2c-093f45c96a42"],"updated_at":"2018-09-04T22:11:47Z","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52223a21b0c84be49b5246e01ad40917","id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net"}]} 2018-09-04 22:11:51,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net used request id req-67829f39-4c70-490d-9abc-325e621c4e43 2018-09-04 22:11:51,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:51,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdc11d6c-d466-4da9-8f41-ff7ccbbad9db Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917"}, "enabled": true, "id": "52223a21b0c84be49b5246e01ad40917", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}} 2018-09-04 22:11:51,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 used request id req-bdc11d6c-d466-4da9-8f41-ff7ccbbad9db 2018-09-04 22:11:51,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:51,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0f58aa03-24c0-4d45-817b-acef2bea0d0d Date: Tue, 04 Sep 2018 22:11:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52223a21b0c84be49b5246e01ad40917","id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet"}]} 2018-09-04 22:11:51,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-0f58aa03-24c0-4d45-817b-acef2bea0d0d 2018-09-04 22:11:51,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:51,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0c2c0cab-d98a-4aa3-bb41-b632d7fb3850 Date: Tue, 04 Sep 2018 22:11:51 GMT RESP BODY: {"ports":[]} 2018-09-04 22:11:51,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777port-1&admin_state_up=True used request id req-0c2c0cab-d98a-4aa3-bb41-b632d7fb3850 2018-09-04 22:11:51,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:11:51,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:11:51,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cddec5111ed448af988cdd77c66743b4", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj-role"}], "expires_at": "2018-09-04T23:11:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52223a21b0c84be49b5246e01ad40917", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/52223a21b0c84be49b5246e01ad40917", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/52223a21b0c84be49b5246e01ad40917", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/52223a21b0c84be49b5246e01ad40917", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-user", "id": "0e6d754182624d11b16c544a723562df"}, "audit_ids": ["7byBtpQXTPymUcwNeTct1Q"], "issued_at": "2018-09-04T22:11:51.000000Z"}} 2018-09-04 22:11:51,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa6a5972e540dc64b9e9f51754cbbc34c4d675" 2018-09-04 22:11:52,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73d3c851-7aea-49ee-82e9-9ec83d993acc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:11:52,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-73d3c851-7aea-49ee-82e9-9ec83d993acc 2018-09-04 22:11:52,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:52,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cc373c99-ef7b-4039-88a7-cb012b44f4ec Date: Tue, 04 Sep 2018 22:11:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["12b8108b-cc03-48ff-9e2c-093f45c96a42"],"updated_at":"2018-09-04T22:11:47Z","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52223a21b0c84be49b5246e01ad40917","id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net"}]} 2018-09-04 22:11:52,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net used request id req-cc373c99-ef7b-4039-88a7-cb012b44f4ec 2018-09-04 22:11:52,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:52,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-696e421b-5f89-4c49-ba3e-bb720d44aca8 Date: Tue, 04 Sep 2018 22:11:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52223a21b0c84be49b5246e01ad40917","id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet"}]} 2018-09-04 22:11:52,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-696e421b-5f89-4c49-ba3e-bb720d44aca8 2018-09-04 22:11:52,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:52,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-93a12477-b549-4ad3-9f70-6d770f9699da Date: Tue, 04 Sep 2018 22:11:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["12b8108b-cc03-48ff-9e2c-093f45c96a42"],"updated_at":"2018-09-04T22:11:47Z","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52223a21b0c84be49b5246e01ad40917","id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net"}]} 2018-09-04 22:11:52,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net used request id req-93a12477-b549-4ad3-9f70-6d770f9699da 2018-09-04 22:11:52,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:11:52,733 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:11:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:11:52,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa6a5972e540dc64b9e9f51754cbbc34c4d675" 2018-09-04 22:11:52,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c71f48b-f5f5-428f-aa80-7a7aa03370ae Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917"}, "enabled": true, "id": "52223a21b0c84be49b5246e01ad40917", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}} 2018-09-04 22:11:52,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 used request id req-2c71f48b-f5f5-428f-aa80-7a7aa03370ae 2018-09-04 22:11:52,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:52,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e882dc9a-c5bc-40be-9762-9db9a2abb9a3 Date: Tue, 04 Sep 2018 22:11:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52223a21b0c84be49b5246e01ad40917","id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet"}]} 2018-09-04 22:11:52,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-e882dc9a-c5bc-40be-9762-9db9a2abb9a3 2018-09-04 22:11:52,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:53,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9ee801a4-6392-436a-8d1e-5b50c1099405 Date: Tue, 04 Sep 2018 22:11:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52223a21b0c84be49b5246e01ad40917","id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet"}]} 2018-09-04 22:11:53,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet used request id req-9ee801a4-6392-436a-8d1e-5b50c1099405 2018-09-04 22:11:53,096 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net 2018-09-04 22:11:53,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" -d '{"port": {"network_id": "1c7f8636-c91f-42e0-abfd-2a92a973170c", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "12b8108b-cc03-48ff-9e2c-093f45c96a42", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777port-1", "admin_state_up": true}}' 2018-09-04 22:11:53,986 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-be4b6c62-8e13-4b33-a825-34a452c3b758 Date: Tue, 04 Sep 2018 22:11:53 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:11:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","ip_address":"10.55.0.101"}],"id":"21a91e8c-9adb-4ccc-85ee-de201ba2e022","security_groups":["0c724597-a74e-4c30-855a-fcd0037a926c"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777port-1","project_id":"52223a21b0c84be49b5246e01ad40917","qos_policy_id":null,"admin_state_up":true,"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:53Z","binding:vnic_type":"normal"}} 2018-09-04 22:11:53,986 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-be4b6c62-8e13-4b33-a825-34a452c3b758 2018-09-04 22:11:53,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:54,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-5c04eac3-86f5-48c0-83b3-e102a1d04a7b Date: Tue, 04 Sep 2018 22:11:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["12b8108b-cc03-48ff-9e2c-093f45c96a42"],"updated_at":"2018-09-04T22:11:47Z","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52223a21b0c84be49b5246e01ad40917","id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net"}]} 2018-09-04 22:11:54,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net used request id req-5c04eac3-86f5-48c0-83b3-e102a1d04a7b 2018-09-04 22:11:54,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:54,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af96670a-f5ce-4c59-b571-2b7860d82701 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917"}, "enabled": true, "id": "52223a21b0c84be49b5246e01ad40917", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}} 2018-09-04 22:11:54,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 used request id req-af96670a-f5ce-4c59-b571-2b7860d82701 2018-09-04 22:11:54,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:54,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-26035a24-e515-4b6e-8cdb-688c982fc65d Date: Tue, 04 Sep 2018 22:11:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52223a21b0c84be49b5246e01ad40917","id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet"}]} 2018-09-04 22:11:54,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-26035a24-e515-4b6e-8cdb-688c982fc65d 2018-09-04 22:11:54,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:54,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-a566a7d3-77cf-4b0c-88ed-5dbb797d984a Date: Tue, 04 Sep 2018 22:11:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:11:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","ip_address":"10.55.0.101"}],"id":"21a91e8c-9adb-4ccc-85ee-de201ba2e022","security_groups":["0c724597-a74e-4c30-855a-fcd0037a926c"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"52223a21b0c84be49b5246e01ad40917","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777port-1","admin_state_up":true,"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:53Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:11:54,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777port-1&admin_state_up=True used request id req-a566a7d3-77cf-4b0c-88ed-5dbb797d984a 2018-09-04 22:11:54,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:54,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dfc506a-5351-4113-a1f2-407889d61a9b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917"}, "enabled": true, "id": "52223a21b0c84be49b5246e01ad40917", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}} 2018-09-04 22:11:54,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 used request id req-6dfc506a-5351-4113-a1f2-407889d61a9b 2018-09-04 22:11:54,904 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst 2018-09-04 22:11:54,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:54,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0558dd4c-70f8-4f0e-9f78-65409cd3005e x-compute-request-id: req-0558dd4c-70f8-4f0e-9f78-65409cd3005e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8862daa6-7372-4ead-a62f-76c51a0eddf7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-flavor-name"}]} 2018-09-04 22:11:54,940 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0558dd4c-70f8-4f0e-9f78-65409cd3005e 2018-09-04 22:11:54,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:54,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9c48ce3-c7ad-408e-a185-1208fab79bc8 x-compute-request-id: req-a9c48ce3-c7ad-408e-a185-1208fab79bc8 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8862daa6-7372-4ead-a62f-76c51a0eddf7", "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:11:54,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7 used request id req-a9c48ce3-c7ad-408e-a185-1208fab79bc8 2018-09-04 22:11:54,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:55,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-2fece310-f42c-438d-98f7-152e61fa3427 Date: Tue, 04 Sep 2018 22:11:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:11:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:11:45Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d10ccad6-fc52-4413-9ea0-6187e35a8814/snap", "metadata": {}}], "self": "/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814", "min_disk": 0, "protected": false, "id": "d10ccad6-fc52-4413-9ea0-6187e35a8814", "file": "/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "52223a21b0c84be49b5246e01ad40917", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d10ccad6-fc52-4413-9ea0-6187e35a8814/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image"} 2018-09-04 22:11:55,135 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image used request id req-2fece310-f42c-438d-98f7-152e61fa3427 2018-09-04 22:11:55,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:55,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7095b2c8-2219-4a78-9e8a-d11134c04336 Date: Tue, 04 Sep 2018 22:11:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:11:55,291 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-7095b2c8-2219-4a78-9e8a-d11134c04336 2018-09-04 22:11:55,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" -d '{"server": {"name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst", "imageRef": "d10ccad6-fc52-4413-9ea0-6187e35a8814", "flavorRef": "8862daa6-7372-4ead-a62f-76c51a0eddf7", "max_count": 1, "min_count": 1, "networks": [{"port": "21a91e8c-9adb-4ccc-85ee-de201ba2e022"}]}}' 2018-09-04 22:11:56,456 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:11:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0cfe6b76-70a2-4057-913a-17151b9acd2c x-compute-request-id: req-0cfe6b76-70a2-4057-913a-17151b9acd2c Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f94288ce-9155-451c-9b89-7d0d173c77de", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "bookmark"}], "adminPass": "jEUqSGDzSGa3"}} 2018-09-04 22:11:56,456 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-0cfe6b76-70a2-4057-913a-17151b9acd2c 2018-09-04 22:11:56,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:56,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b3557b7-e9b6-44bf-a24e-31017cb1a58b x-compute-request-id: req-9b3557b7-e9b6-44bf-a24e-31017cb1a58b Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "bookmark"}], "image": {"id": "d10ccad6-fc52-4413-9ea0-6187e35a8814", "links": [{"href": "http://172.30.9.26:8774/images/d10ccad6-fc52-4413-9ea0-6187e35a8814", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8862daa6-7372-4ead-a62f-76c51a0eddf7", "links": [{"href": "http://172.30.9.26:8774/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7", "rel": "bookmark"}]}, "id": "f94288ce-9155-451c-9b89-7d0d173c77de", "user_id": "0e6d754182624d11b16c544a723562df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:11:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst", "created": "2018-09-04T22:11:56Z", "tenant_id": "52223a21b0c84be49b5246e01ad40917", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:11:56,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de used request id req-9b3557b7-e9b6-44bf-a24e-31017cb1a58b 2018-09-04 22:11:56,826 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst 2018-09-04 22:11:56,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:11:57,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:11:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42e58d06-39a3-44fa-8d5e-c39b58b436e0 x-compute-request-id: req-42e58d06-39a3-44fa-8d5e-c39b58b436e0 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "bookmark"}], "image": {"id": "d10ccad6-fc52-4413-9ea0-6187e35a8814", "links": [{"href": "http://172.30.9.26:8774/images/d10ccad6-fc52-4413-9ea0-6187e35a8814", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8862daa6-7372-4ead-a62f-76c51a0eddf7", "links": [{"href": "http://172.30.9.26:8774/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7", "rel": "bookmark"}]}, "id": "f94288ce-9155-451c-9b89-7d0d173c77de", "user_id": "0e6d754182624d11b16c544a723562df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:11:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst", "created": "2018-09-04T22:11:56Z", "tenant_id": "52223a21b0c84be49b5246e01ad40917", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:11:57,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de used request id req-42e58d06-39a3-44fa-8d5e-c39b58b436e0 2018-09-04 22:11:57,048 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst] is - BUILD 2018-09-04 22:11:57,049 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:12:00,052 - create_instance - DEBUG - VM status query timeout in 896.774282217 2018-09-04 22:12:00,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:00,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41c30512-349a-4529-974c-9317bbcf6ece x-compute-request-id: req-41c30512-349a-4529-974c-9317bbcf6ece Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "bookmark"}], "image": {"id": "d10ccad6-fc52-4413-9ea0-6187e35a8814", "links": [{"href": "http://172.30.9.26:8774/images/d10ccad6-fc52-4413-9ea0-6187e35a8814", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8862daa6-7372-4ead-a62f-76c51a0eddf7", "links": [{"href": "http://172.30.9.26:8774/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7", "rel": "bookmark"}]}, "id": "f94288ce-9155-451c-9b89-7d0d173c77de", "security_groups": [{"name": "default"}], "user_id": "0e6d754182624d11b16c544a723562df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:11:57Z", "hostId": "d3c5c11283b89d91e0e844148da7b53042a9b3ade017a9fd0397d83c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst", "created": "2018-09-04T22:11:56Z", "tenant_id": "52223a21b0c84be49b5246e01ad40917", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:12:00,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de used request id req-41c30512-349a-4529-974c-9317bbcf6ece 2018-09-04 22:12:00,533 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst] is - BUILD 2018-09-04 22:12:00,533 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:12:03,536 - create_instance - DEBUG - VM status query timeout in 893.289655209 2018-09-04 22:12:03,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:03,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b2a4a3b-f28c-4f25-9545-96e912ffb76a x-compute-request-id: req-8b2a4a3b-f28c-4f25-9545-96e912ffb76a Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "bookmark"}], "image": {"id": "d10ccad6-fc52-4413-9ea0-6187e35a8814", "links": [{"href": "http://172.30.9.26:8774/images/d10ccad6-fc52-4413-9ea0-6187e35a8814", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:12:00.000000", "flavor": {"id": "8862daa6-7372-4ead-a62f-76c51a0eddf7", "links": [{"href": "http://172.30.9.26:8774/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7", "rel": "bookmark"}]}, "id": "f94288ce-9155-451c-9b89-7d0d173c77de", "security_groups": [{"name": "default"}], "user_id": "0e6d754182624d11b16c544a723562df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:12:02Z", "hostId": "d3c5c11283b89d91e0e844148da7b53042a9b3ade017a9fd0397d83c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst", "created": "2018-09-04T22:11:56Z", "tenant_id": "52223a21b0c84be49b5246e01ad40917", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:12:03,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de used request id req-8b2a4a3b-f28c-4f25-9545-96e912ffb76a 2018-09-04 22:12:03,979 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst] is - ACTIVE 2018-09-04 22:12:03,980 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:12:03,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:04,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-595780f9-11bc-4021-bfdb-43dbb70b8a19 x-compute-request-id: req-595780f9-11bc-4021-bfdb-43dbb70b8a19 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "bookmark"}], "image": {"id": "d10ccad6-fc52-4413-9ea0-6187e35a8814", "links": [{"href": "http://172.30.9.26:8774/images/d10ccad6-fc52-4413-9ea0-6187e35a8814", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:12:00.000000", "flavor": {"id": "8862daa6-7372-4ead-a62f-76c51a0eddf7", "links": [{"href": "http://172.30.9.26:8774/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7", "rel": "bookmark"}]}, "id": "f94288ce-9155-451c-9b89-7d0d173c77de", "security_groups": [{"name": "default"}], "user_id": "0e6d754182624d11b16c544a723562df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:12:02Z", "hostId": "d3c5c11283b89d91e0e844148da7b53042a9b3ade017a9fd0397d83c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst", "created": "2018-09-04T22:11:56Z", "tenant_id": "52223a21b0c84be49b5246e01ad40917", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:12:04,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de used request id req-595780f9-11bc-4021-bfdb-43dbb70b8a19 2018-09-04 22:12:04,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:04,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d075b5ec-9bff-478a-af28-cfe7f70e5d17 Date: Tue, 04 Sep 2018 22:12:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["12b8108b-cc03-48ff-9e2c-093f45c96a42"],"updated_at":"2018-09-04T22:11:47Z","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52223a21b0c84be49b5246e01ad40917","id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net"}]} 2018-09-04 22:12:04,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net used request id req-d075b5ec-9bff-478a-af28-cfe7f70e5d17 2018-09-04 22:12:04,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:04,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f4b9691-34d1-4f9d-bdb3-0f809d92ec35 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917"}, "enabled": true, "id": "52223a21b0c84be49b5246e01ad40917", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}} 2018-09-04 22:12:04,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 used request id req-2f4b9691-34d1-4f9d-bdb3-0f809d92ec35 2018-09-04 22:12:04,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:04,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cc46f47b-be0e-4e3c-a229-37f8e47036e3 Date: Tue, 04 Sep 2018 22:12:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52223a21b0c84be49b5246e01ad40917","id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet"}]} 2018-09-04 22:12:04,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-cc46f47b-be0e-4e3c-a229-37f8e47036e3 2018-09-04 22:12:04,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:04,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-640f18de-a68b-4b99-90a6-180192cf4599 Date: Tue, 04 Sep 2018 22:12:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:12:01Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","ip_address":"10.55.0.101"}],"id":"21a91e8c-9adb-4ccc-85ee-de201ba2e022","security_groups":["0c724597-a74e-4c30-855a-fcd0037a926c"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"52223a21b0c84be49b5246e01ad40917","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777port-1","admin_state_up":true,"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:53Z","binding:vnic_type":"normal","device_id":"f94288ce-9155-451c-9b89-7d0d173c77de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:11:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","ip_address":"10.55.0.4"}],"id":"29269ab2-2803-4829-8fe4-7ae3331e0a6d","security_groups":[],"mac_address":"fa:16:3e:63:c5:81","project_id":"52223a21b0c84be49b5246e01ad40917","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1c7f8636-c91f-42e0-abfd-2a92a973170c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:11:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","ip_address":"10.55.0.2"}],"id":"5a8d9c99-a451-40dd-9297-869c652dd43d","security_groups":[],"mac_address":"fa:16:3e:a4:01:d4","project_id":"52223a21b0c84be49b5246e01ad40917","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1c7f8636-c91f-42e0-abfd-2a92a973170c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:11:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","ip_address":"10.55.0.3"}],"id":"a0dccdae-b7e2-45a6-86a8-c9a986cb9c7a","security_groups":[],"mac_address":"fa:16:3e:4e:d3:ed","project_id":"52223a21b0c84be49b5246e01ad40917","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1c7f8636-c91f-42e0-abfd-2a92a973170c"}]} 2018-09-04 22:12:04,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-640f18de-a68b-4b99-90a6-180192cf4599 2018-09-04 22:12:04,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:05,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2ec9cbad-1791-4584-9b37-2f6e79e7adf4 Date: Tue, 04 Sep 2018 22:12:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["12b8108b-cc03-48ff-9e2c-093f45c96a42"],"updated_at":"2018-09-04T22:11:47Z","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52223a21b0c84be49b5246e01ad40917","id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net"}]} 2018-09-04 22:12:05,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-2ec9cbad-1791-4584-9b37-2f6e79e7adf4 2018-09-04 22:12:05,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:05,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b341cdb6-9458-4eec-8ec5-e17409450b68 Date: Tue, 04 Sep 2018 22:12:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52223a21b0c84be49b5246e01ad40917","id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet"}]} 2018-09-04 22:12:05,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-b341cdb6-9458-4eec-8ec5-e17409450b68 2018-09-04 22:12:05,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:05,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-54b6d53f-9030-4905-9a13-ee3a9f698736 Date: Tue, 04 Sep 2018 22:12:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c7f8636-c91f-42e0-abfd-2a92a973170c","tenant_id":"52223a21b0c84be49b5246e01ad40917","created_at":"2018-09-04T22:11:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:11:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52223a21b0c84be49b5246e01ad40917","id":"12b8108b-cc03-48ff-9e2c-093f45c96a42","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet"}]} 2018-09-04 22:12:05,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1c7f8636-c91f-42e0-abfd-2a92a973170c&name=CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet used request id req-54b6d53f-9030-4905-9a13-ee3a9f698736 2018-09-04 22:12:05,480 - create_instance - INFO - Deleting Port with ID - 21a91e8c-9adb-4ccc-85ee-de201ba2e022 2018-09-04 22:12:05,480 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777port-1 2018-09-04 22:12:05,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/21a91e8c-9adb-4ccc-85ee-de201ba2e022 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:05,925 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-799fc17a-e028-48e1-b704-a2422beb94a6 Date: Tue, 04 Sep 2018 22:12:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:12:05,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/21a91e8c-9adb-4ccc-85ee-de201ba2e022 used request id req-799fc17a-e028-48e1-b704-a2422beb94a6 2018-09-04 22:12:05,926 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst 2018-09-04 22:12:05,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:06,097 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:12:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f4c90f10-2b8e-4ced-a079-b3249375c1d5 x-compute-request-id: req-f4c90f10-2b8e-4ced-a079-b3249375c1d5 Content-Type: application/json 2018-09-04 22:12:06,097 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de used request id req-f4c90f10-2b8e-4ced-a079-b3249375c1d5 2018-09-04 22:12:06,097 - create_instance - INFO - Checking deletion status 2018-09-04 22:12:06,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:06,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2128d92a-da7d-489a-8687-1ab94c57aad5 x-compute-request-id: req-2128d92a-da7d-489a-8687-1ab94c57aad5 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f94288ce-9155-451c-9b89-7d0d173c77de", "rel": "bookmark"}], "image": {"id": "d10ccad6-fc52-4413-9ea0-6187e35a8814", "links": [{"href": "http://172.30.9.26:8774/images/d10ccad6-fc52-4413-9ea0-6187e35a8814", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:12:00.000000", "flavor": {"id": "8862daa6-7372-4ead-a62f-76c51a0eddf7", "links": [{"href": "http://172.30.9.26:8774/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7", "rel": "bookmark"}]}, "id": "f94288ce-9155-451c-9b89-7d0d173c77de", "user_id": "0e6d754182624d11b16c544a723562df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:12:06Z", "hostId": "d3c5c11283b89d91e0e844148da7b53042a9b3ade017a9fd0397d83c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst", "created": "2018-09-04T22:11:56Z", "tenant_id": "52223a21b0c84be49b5246e01ad40917", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:12:06,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de used request id req-2128d92a-da7d-489a-8687-1ab94c57aad5 2018-09-04 22:12:06,859 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst] is - ACTIVE 2018-09-04 22:12:06,859 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:12:09,862 - create_instance - DEBUG - VM status query timeout in 296.235315084 2018-09-04 22:12:09,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913b1627739e55dd1a40a9f9f343f62a71cbdceb" 2018-09-04 22:12:09,914 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:12:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-743ea443-910a-4fea-b5e4-0d4a15bc5895 x-compute-request-id: req-743ea443-910a-4fea-b5e4-0d4a15bc5895 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f94288ce-9155-451c-9b89-7d0d173c77de could not be found.", "code": 404}} 2018-09-04 22:12:09,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f94288ce-9155-451c-9b89-7d0d173c77de used request id req-743ea443-910a-4fea-b5e4-0d4a15bc5895 2018-09-04 22:12:09,914 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f94288ce-9155-451c-9b89-7d0d173c77de could not be found. (HTTP 404) (Request-ID: req-743ea443-910a-4fea-b5e4-0d4a15bc5895) 2018-09-04 22:12:09,914 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-inst 2018-09-04 22:12:09,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96516e4023b07fd1999283b284d6f4650ae1482e" 2018-09-04 22:12:09,960 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:12:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5d06ecd0-9838-4170-802f-80213183b670 x-compute-request-id: req-5d06ecd0-9838-4170-802f-80213183b670 Content-Length: 0 Content-Type: application/json 2018-09-04 22:12:09,960 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/8862daa6-7372-4ead-a62f-76c51a0eddf7 used request id req-5d06ecd0-9838-4170-802f-80213183b670 2018-09-04 22:12:09,961 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet 2018-09-04 22:12:09,961 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-subnet 2018-09-04 22:12:09,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/12b8108b-cc03-48ff-9e2c-093f45c96a42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd555d61f533015b5daec30889260a025049541b" 2018-09-04 22:12:12,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7f22beb-89f6-48b0-8fe6-2c408e1c7cb0 Date: Tue, 04 Sep 2018 22:12:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:12:12,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/12b8108b-cc03-48ff-9e2c-093f45c96a42 used request id req-a7f22beb-89f6-48b0-8fe6-2c408e1c7cb0 2018-09-04 22:12:12,321 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-pub-net 2018-09-04 22:12:12,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/1c7f8636-c91f-42e0-abfd-2a92a973170c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd555d61f533015b5daec30889260a025049541b" 2018-09-04 22:12:13,530 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b6c09577-89c0-437c-b952-fd6d78cf057c Date: Tue, 04 Sep 2018 22:12:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:12:13,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/1c7f8636-c91f-42e0-abfd-2a92a973170c used request id req-b6c09577-89c0-437c-b952-fd6d78cf057c 2018-09-04 22:12:13,531 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-14322aa9-af6b-4b07-a1b7-d3506618b777-image 2018-09-04 22:12:13,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30dbcd79f53b8be000d834e2d11f58ee351cf53b" 2018-09-04 22:12:14,401 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bfd985f0-d1ed-453b-9305-b2191ee7197f Date: Tue, 04 Sep 2018 22:12:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:12:14,401 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/d10ccad6-fc52-4413-9ea0-6187e35a8814 used request id req-bfd985f0-d1ed-453b-9305-b2191ee7197f 2018-09-04 22:12:14,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:12:14,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-3a2bbd5b-c814-45ea-88b1-bf492ff7317b Date: Tue, 04 Sep 2018 22:12:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "52223a21b0c84be49b5246e01ad40917", "created_at": "2018-09-04T22:11:46Z", "updated_at": "2018-09-04T22:11:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:11:46Z", "revision_number": 0, "id": "30dcbf81-1907-4d32-84a8-2a612b5cb3a9", "remote_group_id": "0c724597-a74e-4c30-855a-fcd0037a926c", "remote_ip_prefix": null, "created_at": "2018-09-04T22:11:46Z", "security_group_id": "0c724597-a74e-4c30-855a-fcd0037a926c", "tenant_id": "52223a21b0c84be49b5246e01ad40917", "port_range_min": null, "ethertype": "IPv4", "project_id": "52223a21b0c84be49b5246e01ad40917"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:11:46Z", "revision_number": 0, "id": "3f08d4bf-4dd5-440e-8dbf-8feca76a9179", "remote_group_id": "0c724597-a74e-4c30-855a-fcd0037a926c", "remote_ip_prefix": null, "created_at": "2018-09-04T22:11:46Z", "security_group_id": "0c724597-a74e-4c30-855a-fcd0037a926c", "tenant_id": "52223a21b0c84be49b5246e01ad40917", "port_range_min": null, "ethertype": "IPv6", "project_id": "52223a21b0c84be49b5246e01ad40917"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:11:46Z", "revision_number": 0, "id": "63b8b41d-d420-465d-98f8-c5b5073f710d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:11:46Z", "security_group_id": "0c724597-a74e-4c30-855a-fcd0037a926c", "tenant_id": "52223a21b0c84be49b5246e01ad40917", "port_range_min": null, "ethertype": "IPv4", "project_id": "52223a21b0c84be49b5246e01ad40917"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:11:46Z", "revision_number": 0, "id": "f9737112-ad43-4723-9c67-6c30b54183d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:11:46Z", "security_group_id": "0c724597-a74e-4c30-855a-fcd0037a926c", "tenant_id": "52223a21b0c84be49b5246e01ad40917", "port_range_min": null, "ethertype": "IPv6", "project_id": "52223a21b0c84be49b5246e01ad40917"}], "revision_number": 4, "project_id": "52223a21b0c84be49b5246e01ad40917", "id": "0c724597-a74e-4c30-855a-fcd0037a926c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:12:14,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-3a2bbd5b-c814-45ea-88b1-bf492ff7317b 2018-09-04 22:12:14,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:12:14,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb135ba5-8b8c-4265-b4ff-2600bdb2a9dd Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:12:14,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-fb135ba5-8b8c-4265-b4ff-2600bdb2a9dd 2018-09-04 22:12:14,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:12:14,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3caa5420-ad85-48b4-b227-6a7561e757c1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917"}, "enabled": true, "id": "52223a21b0c84be49b5246e01ad40917", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj"}} 2018-09-04 22:12:14,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 used request id req-3caa5420-ad85-48b4-b227-6a7561e757c1 2018-09-04 22:12:14,818 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0c724597-a74e-4c30-855a-fcd0037a926c 2018-09-04 22:12:14,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0c724597-a74e-4c30-855a-fcd0037a926c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:12:14,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4da9896c-a56c-4aab-b780-0e040ec99a86 Date: Tue, 04 Sep 2018 22:12:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0c724597-a74e-4c30-855a-fcd0037a926c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:11:46Z", "security_group_id": "0c724597-a74e-4c30-855a-fcd0037a926c", "port_range_min": null, "revision_number": 0, "tenant_id": "52223a21b0c84be49b5246e01ad40917", "created_at": "2018-09-04T22:11:46Z", "project_id": "52223a21b0c84be49b5246e01ad40917", "id": "30dcbf81-1907-4d32-84a8-2a612b5cb3a9"}, {"remote_group_id": "0c724597-a74e-4c30-855a-fcd0037a926c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:11:46Z", "security_group_id": "0c724597-a74e-4c30-855a-fcd0037a926c", "port_range_min": null, "revision_number": 0, "tenant_id": "52223a21b0c84be49b5246e01ad40917", "created_at": "2018-09-04T22:11:46Z", "project_id": "52223a21b0c84be49b5246e01ad40917", "id": "3f08d4bf-4dd5-440e-8dbf-8feca76a9179"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:11:46Z", "security_group_id": "0c724597-a74e-4c30-855a-fcd0037a926c", "port_range_min": null, "revision_number": 0, "tenant_id": "52223a21b0c84be49b5246e01ad40917", "created_at": "2018-09-04T22:11:46Z", "project_id": "52223a21b0c84be49b5246e01ad40917", "id": "63b8b41d-d420-465d-98f8-c5b5073f710d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:11:46Z", "security_group_id": "0c724597-a74e-4c30-855a-fcd0037a926c", "port_range_min": null, "revision_number": 0, "tenant_id": "52223a21b0c84be49b5246e01ad40917", "created_at": "2018-09-04T22:11:46Z", "project_id": "52223a21b0c84be49b5246e01ad40917", "id": "f9737112-ad43-4723-9c67-6c30b54183d5"}]} 2018-09-04 22:12:14,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0c724597-a74e-4c30-855a-fcd0037a926c used request id req-4da9896c-a56c-4aab-b780-0e040ec99a86 2018-09-04 22:12:14,997 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:12:15,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/0c724597-a74e-4c30-855a-fcd0037a926c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:12:15,277 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-665feb94-7e8e-490d-95a9-e44581cc64af Content-Length: 0 Date: Tue, 04 Sep 2018 22:12:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:12:15,277 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/0c724597-a74e-4c30-855a-fcd0037a926c used request id req-665feb94-7e8e-490d-95a9-e44581cc64af 2018-09-04 22:12:15,278 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj 2018-09-04 22:12:15,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:12:15,493 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:12:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47f71f10-f764-4823-8193-6809bbd89e7a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:12:15,493 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/52223a21b0c84be49b5246e01ad40917 used request id req-47f71f10-f764-4823-8193-6809bbd89e7a 2018-09-04 22:12:15,494 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-proj-role 2018-09-04 22:12:15,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/cddec5111ed448af988cdd77c66743b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:12:15,694 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:12:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98586335-a399-433d-ba49-712f7a932727 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:12:15,694 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/cddec5111ed448af988cdd77c66743b4 used request id req-98586335-a399-433d-ba49-712f7a932727 2018-09-04 22:12:15,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d189183d1743603830786060d9a3c96ea90f11b" 2018-09-04 22:12:15,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0af0772-3d3b-4e16-9d7f-c7436096ea76 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:12:15,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e0af0772-3d3b-4e16-9d7f-c7436096ea76 2018-09-04 22:12:15,781 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-a5021f70-d7d1-4ba-user 2018-09-04 22:12:15,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/0e6d754182624d11b16c544a723562df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}705c0f6ca10dc21bd382a5ce3204ec7429369691" 2018-09-04 22:12:15,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:12:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-189d6aef-5dca-4ad8-86d6-3065a4c48cbc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:12:15,988 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/0e6d754182624d11b16c544a723562df used request id req-189d6aef-5dca-4ad8-86d6-3065a4c48cbc 2018-09-04 22:12:15,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:12:16,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:12:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["yCj_5OocQ62k00Xgmv2SoA"], "issued_at": "2018-09-04T22:12:16.000000Z"}} 2018-09-04 22:12:16,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d3201a476e24a89672a168d226e34d00a9b3dbc" 2018-09-04 22:12:16,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d15fbc3-fb03-41e1-98c3-80709ce75fb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:12:16,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8d15fbc3-fb03-41e1-98c3-80709ce75fb7 2018-09-04 22:12:16,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:12:16,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:12:16,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:12:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["KWcp5iVBTzW-VOUmx9SiZg"], "issued_at": "2018-09-04T22:12:16.000000Z"}} 2018-09-04 22:12:16,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:16,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b012070-f614-4513-a00b-9b0ada33cf90 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:12:16,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0b012070-f614-4513-a00b-9b0ada33cf90 2018-09-04 22:12:16,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:12:16,950 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:12:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:12:16,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-16fa86b4-d265-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:17,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-def2b06d-98b1-4bbd-b032-cd9882f5b4fe Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-16fa86b4-d265-476-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:12:17,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-16fa86b4-d265-476-proj used request id req-def2b06d-98b1-4bbd-b032-cd9882f5b4fe 2018-09-04 22:12:17,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:17,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fe3af21-fdf8-421e-bc3d-450d10da5ef5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:12:17,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0fe3af21-fdf8-421e-bc3d-450d10da5ef5 2018-09-04 22:12:17,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}}' 2018-09-04 22:12:17,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:12:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5ad7995-4972-40a6-a5cf-488acd11f40e Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47"}, "enabled": true, "id": "6f9cf216d14b4690887b577830b27f47", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}} 2018-09-04 22:12:17,335 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-b5ad7995-4972-40a6-a5cf-488acd11f40e 2018-09-04 22:12:17,336 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-16fa86b4-d265-476-proj 2018-09-04 22:12:17,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:12:17,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:12:17,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:12:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["FrlCRf83SBiWhRng0vslyg"], "issued_at": "2018-09-04T22:12:17.000000Z"}} 2018-09-04 22:12:17,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c2c5ff69c59a48708000cce19ea74922027e3f" 2018-09-04 22:12:17,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a05929d0-2e66-43f3-858e-7275223b4233 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:12:17,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a05929d0-2e66-43f3-858e-7275223b4233 2018-09-04 22:12:17,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:12:17,754 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:12:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:12:17,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c2c5ff69c59a48708000cce19ea74922027e3f" 2018-09-04 22:12:17,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c22f848-d73d-4444-a8fc-b47f145c8407 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:12:17,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5c22f848-d73d-4444-a8fc-b47f145c8407 2018-09-04 22:12:17,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-16fa86b4-d265-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c2c5ff69c59a48708000cce19ea74922027e3f" 2018-09-04 22:12:17,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcf4e2d5-c9d5-4bd8-bc05-6d369d10f6d1 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-16fa86b4-d265-476-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47"}, "enabled": true, "id": "6f9cf216d14b4690887b577830b27f47", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}]} 2018-09-04 22:12:17,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-16fa86b4-d265-476-proj used request id req-fcf4e2d5-c9d5-4bd8-bc05-6d369d10f6d1 2018-09-04 22:12:17,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c2c5ff69c59a48708000cce19ea74922027e3f" 2018-09-04 22:12:18,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8687cd99-ad55-482b-a256-a9736644c4ad Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:12:18,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-8687cd99-ad55-482b-a256-a9736644c4ad 2018-09-04 22:12:18,340 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-16fa86b4-d265-476-user 2018-09-04 22:12:18,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:12:18,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:18,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5bfaaa3-26c0-4885-b859-c8fc4229a988 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:12:18,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c5bfaaa3-26c0-4885-b859-c8fc4229a988 2018-09-04 22:12:18,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" -d '{"role": {"name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj-role"}}' 2018-09-04 22:12:18,544 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:12:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1a35f40-82fd-4753-8378-ab5b5ce84d3d Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8ac5b91022e94287aeb86c2e65aece03", "links": {"self": "http://172.30.9.26:5000/v3/roles/8ac5b91022e94287aeb86c2e65aece03"}, "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj-role"}} 2018-09-04 22:12:18,544 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-e1a35f40-82fd-4753-8378-ab5b5ce84d3d 2018-09-04 22:12:18,545 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-16fa86b4-d265-476-proj-role 2018-09-04 22:12:18,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/8ac5b91022e94287aeb86c2e65aece03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:18,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1b6aa44-32a8-4f5c-a211-c932f50b5ea7 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/8ac5b91022e94287aeb86c2e65aece03"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj-role", "id": "8ac5b91022e94287aeb86c2e65aece03"}} 2018-09-04 22:12:18,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/8ac5b91022e94287aeb86c2e65aece03 used request id req-d1b6aa44-32a8-4f5c-a211-c932f50b5ea7 2018-09-04 22:12:18,637 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-16fa86b4-d265-476-proj-role to project CreateInstancePortManipulationTests-16fa86b4-d265-476-proj 2018-09-04 22:12:18,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47/users/909c38cba53f40c2923c8643c1ed1046/roles/8ac5b91022e94287aeb86c2e65aece03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:18,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:12:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d39000e3-229b-413a-83fd-1a284896f390 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:12:18,782 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47/users/909c38cba53f40c2923c8643c1ed1046/roles/8ac5b91022e94287aeb86c2e65aece03 used request id req-d39000e3-229b-413a-83fd-1a284896f390 2018-09-04 22:12:18,783 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:12:18,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:12:18,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:12:19,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8ac5b91022e94287aeb86c2e65aece03", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj-role"}], "expires_at": "2018-09-04T23:12:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f9cf216d14b4690887b577830b27f47", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-user", "id": "909c38cba53f40c2923c8643c1ed1046"}, "audit_ids": ["bL1y--XeSO-aIaBqxgsqJQ"], "issued_at": "2018-09-04T22:12:19.000000Z"}} 2018-09-04 22:12:19,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b83e3d8acf3ab5387960fed016d12c7233868f" 2018-09-04 22:12:19,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2967d2d4-8e95-49d9-a6a9-c2cd2e390611 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:12:19,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2967d2d4-8e95-49d9-a6a9-c2cd2e390611 2018-09-04 22:12:19,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18b83e3d8acf3ab5387960fed016d12c7233868f" 2018-09-04 22:12:19,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-57d2d03a-bf66-433d-b030-e36311572bc9 Date: Tue, 04 Sep 2018 22:12:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image"} 2018-09-04 22:12:19,416 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image used request id req-57d2d03a-bf66-433d-b030-e36311572bc9 2018-09-04 22:12:19,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18b83e3d8acf3ab5387960fed016d12c7233868f" 2018-09-04 22:12:19,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5b1d8593-c987-4bfa-8c40-21cab3a6343b Date: Tue, 04 Sep 2018 22:12:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:12:19,564 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-5b1d8593-c987-4bfa-8c40-21cab3a6343b 2018-09-04 22:12:19,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}18b83e3d8acf3ab5387960fed016d12c7233868f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image"}' 2018-09-04 22:12:19,805 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e X-Openstack-Request-Id: req-9485553c-f2e6-48b6-8c08-26af62cc86c3 Date: Tue, 04 Sep 2018 22:12:19 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:12:19Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:12:19Z", "visibility": "shared", "locations": [], "self": "/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "min_disk": 0, "protected": false, "id": "993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "file": "/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e/file", "checksum": null, "owner": "6f9cf216d14b4690887b577830b27f47", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:12:19,805 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-9485553c-f2e6-48b6-8c08-26af62cc86c3 2018-09-04 22:12:19,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18b83e3d8acf3ab5387960fed016d12c7233868f" -d '' 2018-09-04 22:12:21,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ddd922e1-f29a-4bf9-a40e-c991a72ddbfe Date: Tue, 04 Sep 2018 22:12:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:12:21,808 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e/file used request id req-ddd922e1-f29a-4bf9-a40e-c991a72ddbfe 2018-09-04 22:12:21,808 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:12:21,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18b83e3d8acf3ab5387960fed016d12c7233868f" 2018-09-04 22:12:22,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-8dd1a6a0-1785-4db8-b1af-5cd9d3e34221 Date: Tue, 04 Sep 2018 22:12:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:12:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:12:21Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e/snap", "metadata": {}}], "self": "/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "min_disk": 0, "protected": false, "id": "993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "file": "/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6f9cf216d14b4690887b577830b27f47", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:12:22,079 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e used request id req-8dd1a6a0-1785-4db8-b1af-5cd9d3e34221 2018-09-04 22:12:22,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18b83e3d8acf3ab5387960fed016d12c7233868f" 2018-09-04 22:12:22,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fc9208f2-fa2d-4ab6-a61f-e6be46b71df9 Date: Tue, 04 Sep 2018 22:12:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:12:22,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-fc9208f2-fa2d-4ab6-a61f-e6be46b71df9 2018-09-04 22:12:22,240 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image 2018-09-04 22:12:22,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18b83e3d8acf3ab5387960fed016d12c7233868f" 2018-09-04 22:12:22,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d1920d98-c37e-4555-9020-c1392fa216ae Date: Tue, 04 Sep 2018 22:12:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:12:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:12:21Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e/snap", "metadata": {}}], "self": "/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "min_disk": 0, "protected": false, "id": "993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "file": "/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6f9cf216d14b4690887b577830b27f47", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:12:22,260 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e used request id req-d1920d98-c37e-4555-9020-c1392fa216ae 2018-09-04 22:12:22,261 - create_image - DEBUG - Instance status is - active 2018-09-04 22:12:22,261 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image 2018-09-04 22:12:22,261 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image 2018-09-04 22:12:22,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:12:22,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:12:22,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8ac5b91022e94287aeb86c2e65aece03", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj-role"}], "expires_at": "2018-09-04T23:12:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f9cf216d14b4690887b577830b27f47", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-user", "id": "909c38cba53f40c2923c8643c1ed1046"}, "audit_ids": ["l_8EinzNTrSGIVi-6_S1Eg"], "issued_at": "2018-09-04T22:12:22.000000Z"}} 2018-09-04 22:12:22,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a6335bb12a0e141643b2ddbccfc54ac86e0747" 2018-09-04 22:12:22,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a371ee1-9338-49c4-819f-985b2cd673e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:12:22,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0a371ee1-9338-49c4-819f-985b2cd673e3 2018-09-04 22:12:22,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a6335bb12a0e141643b2ddbccfc54ac86e0747" 2018-09-04 22:12:22,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-49b1ab05-13e8-4b4d-ba91-4059ef92c3c0 Date: Tue, 04 Sep 2018 22:12:22 GMT RESP BODY: {"networks":[]} 2018-09-04 22:12:22,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net used request id req-49b1ab05-13e8-4b4d-ba91-4059ef92c3c0 2018-09-04 22:12:22,837 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net 2018-09-04 22:12:22,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a6335bb12a0e141643b2ddbccfc54ac86e0747" -d '{"network": {"name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net", "admin_state_up": true}}' 2018-09-04 22:12:23,417 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-a36e303e-91f1-4050-af56-1a4461198855 Date: Tue, 04 Sep 2018 22:12:23 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6f9cf216d14b4690887b577830b27f47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:12:23Z","is_default":false,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:23Z","mtu":1450}} 2018-09-04 22:12:23,417 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-a36e303e-91f1-4050-af56-1a4461198855 2018-09-04 22:12:23,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a6335bb12a0e141643b2ddbccfc54ac86e0747" 2018-09-04 22:12:23,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-5e522f4e-c4ce-49c0-99dc-423d14b5aceb Date: Tue, 04 Sep 2018 22:12:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:12:23Z","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6f9cf216d14b4690887b577830b27f47","id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net"}]} 2018-09-04 22:12:23,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-5e522f4e-c4ce-49c0-99dc-423d14b5aceb 2018-09-04 22:12:23,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a6335bb12a0e141643b2ddbccfc54ac86e0747" 2018-09-04 22:12:23,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0d473b28-0e38-401c-9e02-097e754b0a75 Date: Tue, 04 Sep 2018 22:12:23 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:12:23,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-0d473b28-0e38-401c-9e02-097e754b0a75 2018-09-04 22:12:23,842 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet 2018-09-04 22:12:23,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a6335bb12a0e141643b2ddbccfc54ac86e0747" -d '{"subnets": [{"ip_version": 4, "network_id": "28e29ac6-1d54-43a1-96b1-4a5267a8756d", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet"}]}' 2018-09-04 22:12:24,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d6f95aca-7404-4c2a-b476-07da598eec79 Date: Tue, 04 Sep 2018 22:12:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:12:24Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"6f9cf216d14b4690887b577830b27f47","id":"2fbff6ba-4409-4867-a539-2e7522a154d8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet"}]} 2018-09-04 22:12:24,675 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-d6f95aca-7404-4c2a-b476-07da598eec79 2018-09-04 22:12:24,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a6335bb12a0e141643b2ddbccfc54ac86e0747" 2018-09-04 22:12:25,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-45a2d61d-c3f0-45bf-a8a9-c407c0b2ac99 Date: Tue, 04 Sep 2018 22:12:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2fbff6ba-4409-4867-a539-2e7522a154d8"],"updated_at":"2018-09-04T22:12:24Z","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f9cf216d14b4690887b577830b27f47","id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net"}]} 2018-09-04 22:12:25,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-45a2d61d-c3f0-45bf-a8a9-c407c0b2ac99 2018-09-04 22:12:25,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a6335bb12a0e141643b2ddbccfc54ac86e0747" 2018-09-04 22:12:25,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5b6ac75d-cc2a-4163-8340-cd1d8c9fc162 Date: Tue, 04 Sep 2018 22:12:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:12:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f9cf216d14b4690887b577830b27f47","id":"2fbff6ba-4409-4867-a539-2e7522a154d8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet"}]} 2018-09-04 22:12:25,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-5b6ac75d-cc2a-4163-8340-cd1d8c9fc162 2018-09-04 22:12:25,127 - OpenStackNetwork - DEBUG - Network [28e29ac6-1d54-43a1-96b1-4a5267a8756d] created successfully 2018-09-04 22:12:25,128 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:12:25,129 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:12:25,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:12:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["pLBlbUT6QEOb1v4Axd1ukA"], "issued_at": "2018-09-04T22:12:25.000000Z"}} 2018-09-04 22:12:25,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327c72b5517b22344acb46bee54dfe52bba1fc78" 2018-09-04 22:12:25,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc3ce1d4-e833-4a0c-b92d-dab67df49e15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:12:25,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cc3ce1d4-e833-4a0c-b92d-dab67df49e15 2018-09-04 22:12:25,614 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:12:25,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327c72b5517b22344acb46bee54dfe52bba1fc78" 2018-09-04 22:12:25,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc2cfe49-d9f0-40c9-8fe8-a0486e3892fc x-compute-request-id: req-fc2cfe49-d9f0-40c9-8fe8-a0486e3892fc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:12:25,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-fc2cfe49-d9f0-40c9-8fe8-a0486e3892fc 2018-09-04 22:12:25,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327c72b5517b22344acb46bee54dfe52bba1fc78" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:12:25,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69efffc9-a7b5-4b80-872a-0a3b01f56636 x-compute-request-id: req-69efffc9-a7b5-4b80-872a-0a3b01f56636 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:12:25,855 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-69efffc9-a7b5-4b80-872a-0a3b01f56636 2018-09-04 22:12:25,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:12:25,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:12:26,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8ac5b91022e94287aeb86c2e65aece03", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj-role"}], "expires_at": "2018-09-04T23:12:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f9cf216d14b4690887b577830b27f47", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-user", "id": "909c38cba53f40c2923c8643c1ed1046"}, "audit_ids": ["WD0z3KwzQ8e5XdcaZ9bJvQ"], "issued_at": "2018-09-04T22:12:26.000000Z"}} 2018-09-04 22:12:26,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:26,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02632f39-e65c-4272-bb3a-6a8e59160234 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:12:26,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-02632f39-e65c-4272-bb3a-6a8e59160234 2018-09-04 22:12:26,391 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:12:26,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:26,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-138db9ff-bf89-4815-bbf2-9e545d72e633 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:12:26,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-138db9ff-bf89-4815-bbf2-9e545d72e633 2018-09-04 22:12:26,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:26,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e3a75b0b-c06e-487c-a6be-f3ac7f6b92a7 Date: Tue, 04 Sep 2018 22:12:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2fbff6ba-4409-4867-a539-2e7522a154d8"],"updated_at":"2018-09-04T22:12:24Z","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f9cf216d14b4690887b577830b27f47","id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net"}]} 2018-09-04 22:12:26,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net used request id req-e3a75b0b-c06e-487c-a6be-f3ac7f6b92a7 2018-09-04 22:12:26,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:12:26,744 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:12:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:12:26,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:26,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70eb5a65-af9a-4b7c-8be6-7bc32ac2d9bf Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47"}, "enabled": true, "id": "6f9cf216d14b4690887b577830b27f47", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}} 2018-09-04 22:12:26,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 used request id req-70eb5a65-af9a-4b7c-8be6-7bc32ac2d9bf 2018-09-04 22:12:26,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:27,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-88b94b69-9a69-49bc-bd89-e31f6497e138 Date: Tue, 04 Sep 2018 22:12:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:12:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f9cf216d14b4690887b577830b27f47","id":"2fbff6ba-4409-4867-a539-2e7522a154d8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet"}]} 2018-09-04 22:12:27,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-88b94b69-9a69-49bc-bd89-e31f6497e138 2018-09-04 22:12:27,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fcaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:27,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5aabc891-0560-45f2-8774-0a178da195df Date: Tue, 04 Sep 2018 22:12:27 GMT RESP BODY: {"ports":[]} 2018-09-04 22:12:27,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fcaport-1&admin_state_up=True used request id req-5aabc891-0560-45f2-8774-0a178da195df 2018-09-04 22:12:27,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:27,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f6bc4958-371c-400b-9ceb-9f27b4cf63cb x-compute-request-id: req-f6bc4958-371c-400b-9ceb-9f27b4cf63cb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:12:27,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst used request id req-f6bc4958-371c-400b-9ceb-9f27b4cf63cb 2018-09-04 22:12:27,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:27,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-31dcb571-6c92-49c9-af20-9f81d85f3f82 Date: Tue, 04 Sep 2018 22:12:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2fbff6ba-4409-4867-a539-2e7522a154d8"],"updated_at":"2018-09-04T22:12:24Z","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f9cf216d14b4690887b577830b27f47","id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net"}]} 2018-09-04 22:12:27,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net used request id req-31dcb571-6c92-49c9-af20-9f81d85f3f82 2018-09-04 22:12:27,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:27,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d3be778-7322-4d31-abbc-1225b771084a Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47"}, "enabled": true, "id": "6f9cf216d14b4690887b577830b27f47", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}} 2018-09-04 22:12:27,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 used request id req-4d3be778-7322-4d31-abbc-1225b771084a 2018-09-04 22:12:27,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:28,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-85d50fd0-8e84-4377-bae1-faf21c4fcde4 Date: Tue, 04 Sep 2018 22:12:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:12:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f9cf216d14b4690887b577830b27f47","id":"2fbff6ba-4409-4867-a539-2e7522a154d8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet"}]} 2018-09-04 22:12:28,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-85d50fd0-8e84-4377-bae1-faf21c4fcde4 2018-09-04 22:12:28,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fcaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:28,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9fce0217-8a84-42b2-b515-c91ba7dfe92c Date: Tue, 04 Sep 2018 22:12:28 GMT RESP BODY: {"ports":[]} 2018-09-04 22:12:28,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fcaport-1&admin_state_up=True used request id req-9fce0217-8a84-42b2-b515-c91ba7dfe92c 2018-09-04 22:12:28,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:12:28,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:12:28,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8ac5b91022e94287aeb86c2e65aece03", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj-role"}], "expires_at": "2018-09-04T23:12:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f9cf216d14b4690887b577830b27f47", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/6f9cf216d14b4690887b577830b27f47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/6f9cf216d14b4690887b577830b27f47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/6f9cf216d14b4690887b577830b27f47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-user", "id": "909c38cba53f40c2923c8643c1ed1046"}, "audit_ids": ["c18KJnpURWqYwXz_QTnfFA"], "issued_at": "2018-09-04T22:12:28.000000Z"}} 2018-09-04 22:12:28,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eddd3d0e1f613587da690a25d55c1d0fecb5a94" 2018-09-04 22:12:28,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb1ce763-fd46-43be-8baa-4390ffd26dc6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:12:28,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cb1ce763-fd46-43be-8baa-4390ffd26dc6 2018-09-04 22:12:28,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:29,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-fe88b9bb-1e25-4721-ba04-f4b4ecc6cc3c Date: Tue, 04 Sep 2018 22:12:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2fbff6ba-4409-4867-a539-2e7522a154d8"],"updated_at":"2018-09-04T22:12:24Z","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f9cf216d14b4690887b577830b27f47","id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net"}]} 2018-09-04 22:12:29,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net used request id req-fe88b9bb-1e25-4721-ba04-f4b4ecc6cc3c 2018-09-04 22:12:29,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:29,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b06f553d-d2c0-4fca-b65a-aa8b15f6cefa Date: Tue, 04 Sep 2018 22:12:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:12:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f9cf216d14b4690887b577830b27f47","id":"2fbff6ba-4409-4867-a539-2e7522a154d8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet"}]} 2018-09-04 22:12:29,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-b06f553d-d2c0-4fca-b65a-aa8b15f6cefa 2018-09-04 22:12:29,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:29,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-930d48cd-27c6-4889-86bc-5cf5b355b901 Date: Tue, 04 Sep 2018 22:12:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2fbff6ba-4409-4867-a539-2e7522a154d8"],"updated_at":"2018-09-04T22:12:24Z","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f9cf216d14b4690887b577830b27f47","id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net"}]} 2018-09-04 22:12:29,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net used request id req-930d48cd-27c6-4889-86bc-5cf5b355b901 2018-09-04 22:12:29,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:12:29,481 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:12:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:12:29,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eddd3d0e1f613587da690a25d55c1d0fecb5a94" 2018-09-04 22:12:29,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52dd1b65-bdc6-4dd5-a351-72fd3697931b Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47"}, "enabled": true, "id": "6f9cf216d14b4690887b577830b27f47", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}} 2018-09-04 22:12:29,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 used request id req-52dd1b65-bdc6-4dd5-a351-72fd3697931b 2018-09-04 22:12:29,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:29,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cf66493a-e096-499c-b2e4-d5039c343d2c Date: Tue, 04 Sep 2018 22:12:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:12:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f9cf216d14b4690887b577830b27f47","id":"2fbff6ba-4409-4867-a539-2e7522a154d8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet"}]} 2018-09-04 22:12:29,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-cf66493a-e096-499c-b2e4-d5039c343d2c 2018-09-04 22:12:29,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:29,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f22395d6-6f3f-4b00-b490-7089ac26edfb Date: Tue, 04 Sep 2018 22:12:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:12:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f9cf216d14b4690887b577830b27f47","id":"2fbff6ba-4409-4867-a539-2e7522a154d8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet"}]} 2018-09-04 22:12:29,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet used request id req-f22395d6-6f3f-4b00-b490-7089ac26edfb 2018-09-04 22:12:29,822 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net 2018-09-04 22:12:29,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" -d '{"port": {"network_id": "28e29ac6-1d54-43a1-96b1-4a5267a8756d", "fixed_ips": [{"subnet_id": "2fbff6ba-4409-4867-a539-2e7522a154d8", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fcaport-1", "admin_state_up": true}}' 2018-09-04 22:12:30,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-8f6abcd5-ccdd-4e8e-bfc8-fa97f73df467 Date: Tue, 04 Sep 2018 22:12:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:12:30Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2fbff6ba-4409-4867-a539-2e7522a154d8","ip_address":"10.55.0.101"}],"id":"29e5fc75-f305-4a0e-a2de-5cf1bfb6c9f4","security_groups":["92a8e8fa-1af6-44d9-af3d-f282aedf0f23"],"mac_address":"fa:16:3e:8c:3c:3e","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fcaport-1","project_id":"6f9cf216d14b4690887b577830b27f47","qos_policy_id":null,"admin_state_up":true,"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:30Z","binding:vnic_type":"normal"}} 2018-09-04 22:12:30,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-8f6abcd5-ccdd-4e8e-bfc8-fa97f73df467 2018-09-04 22:12:30,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:31,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-93e09818-7fe0-45bb-89c3-eb3ae02f8e8a Date: Tue, 04 Sep 2018 22:12:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2fbff6ba-4409-4867-a539-2e7522a154d8"],"updated_at":"2018-09-04T22:12:24Z","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f9cf216d14b4690887b577830b27f47","id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net"}]} 2018-09-04 22:12:31,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net used request id req-93e09818-7fe0-45bb-89c3-eb3ae02f8e8a 2018-09-04 22:12:31,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:31,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3566395-f909-4975-bbbf-ba23ad46faf8 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47"}, "enabled": true, "id": "6f9cf216d14b4690887b577830b27f47", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}} 2018-09-04 22:12:31,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 used request id req-a3566395-f909-4975-bbbf-ba23ad46faf8 2018-09-04 22:12:31,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:31,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b9fd82d5-a707-4173-b2ea-ad15606196ab Date: Tue, 04 Sep 2018 22:12:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:12:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f9cf216d14b4690887b577830b27f47","id":"2fbff6ba-4409-4867-a539-2e7522a154d8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet"}]} 2018-09-04 22:12:31,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-b9fd82d5-a707-4173-b2ea-ad15606196ab 2018-09-04 22:12:31,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fcaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:31,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-503e7534-448f-4e82-b239-5963a8982050 Date: Tue, 04 Sep 2018 22:12:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:12:30Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2fbff6ba-4409-4867-a539-2e7522a154d8","ip_address":"10.55.0.101"}],"id":"29e5fc75-f305-4a0e-a2de-5cf1bfb6c9f4","security_groups":["92a8e8fa-1af6-44d9-af3d-f282aedf0f23"],"mac_address":"fa:16:3e:8c:3c:3e","project_id":"6f9cf216d14b4690887b577830b27f47","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fcaport-1","admin_state_up":true,"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:30Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:12:31,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fcaport-1&admin_state_up=True used request id req-503e7534-448f-4e82-b239-5963a8982050 2018-09-04 22:12:31,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:31,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f67909e-bf80-40e6-afd5-b3997cceaa3a Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47"}, "enabled": true, "id": "6f9cf216d14b4690887b577830b27f47", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}} 2018-09-04 22:12:31,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 used request id req-1f67909e-bf80-40e6-afd5-b3997cceaa3a 2018-09-04 22:12:31,930 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst 2018-09-04 22:12:31,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:31,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5fd5296-3eec-40d2-8fe9-e7430341ad2d x-compute-request-id: req-a5fd5296-3eec-40d2-8fe9-e7430341ad2d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-flavor-name"}]} 2018-09-04 22:12:31,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a5fd5296-3eec-40d2-8fe9-e7430341ad2d 2018-09-04 22:12:31,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:31,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96748a20-2673-4634-a824-5fe85d709f04 x-compute-request-id: req-96748a20-2673-4634-a824-5fe85d709f04 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:12:31,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc used request id req-96748a20-2673-4634-a824-5fe85d709f04 2018-09-04 22:12:31,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:32,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-e35ab378-40bc-48f1-b3e7-1384245ad8f5 Date: Tue, 04 Sep 2018 22:12:32 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:12:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:12:21Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e/snap", "metadata": {}}], "self": "/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "min_disk": 0, "protected": false, "id": "993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "file": "/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6f9cf216d14b4690887b577830b27f47", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image"} 2018-09-04 22:12:32,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image used request id req-e35ab378-40bc-48f1-b3e7-1384245ad8f5 2018-09-04 22:12:32,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:32,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6b03dbc9-1bcd-4d30-a918-a7ec16bcefe2 Date: Tue, 04 Sep 2018 22:12:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:12:32,327 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-6b03dbc9-1bcd-4d30-a918-a7ec16bcefe2 2018-09-04 22:12:32,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" -d '{"server": {"name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst", "imageRef": "993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "flavorRef": "91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "max_count": 1, "min_count": 1, "networks": [{"port": "29e5fc75-f305-4a0e-a2de-5cf1bfb6c9f4"}]}}' 2018-09-04 22:12:34,014 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:12:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-659161bc-33dd-42f6-afe2-889f457ab92a x-compute-request-id: req-659161bc-33dd-42f6-afe2-889f457ab92a Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "bookmark"}], "adminPass": "xzQgD2ByiYae"}} 2018-09-04 22:12:34,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-659161bc-33dd-42f6-afe2-889f457ab92a 2018-09-04 22:12:34,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:34,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08d02f3e-ea92-44e0-b6dc-6332ae142f59 x-compute-request-id: req-08d02f3e-ea92-44e0-b6dc-6332ae142f59 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "bookmark"}], "image": {"id": "993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "links": [{"href": "http://172.30.9.26:8774/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "links": [{"href": "http://172.30.9.26:8774/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "bookmark"}]}, "id": "6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "user_id": "909c38cba53f40c2923c8643c1ed1046", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:12:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst", "created": "2018-09-04T22:12:33Z", "tenant_id": "6f9cf216d14b4690887b577830b27f47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:12:34,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 used request id req-08d02f3e-ea92-44e0-b6dc-6332ae142f59 2018-09-04 22:12:34,863 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst 2018-09-04 22:12:34,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:35,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbacfccd-9fd9-4525-ac81-599229180750 x-compute-request-id: req-bbacfccd-9fd9-4525-ac81-599229180750 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "bookmark"}], "image": {"id": "993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "links": [{"href": "http://172.30.9.26:8774/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "links": [{"href": "http://172.30.9.26:8774/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "bookmark"}]}, "id": "6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "user_id": "909c38cba53f40c2923c8643c1ed1046", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:12:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst", "created": "2018-09-04T22:12:33Z", "tenant_id": "6f9cf216d14b4690887b577830b27f47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:12:35,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 used request id req-bbacfccd-9fd9-4525-ac81-599229180750 2018-09-04 22:12:35,234 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst] is - BUILD 2018-09-04 22:12:35,234 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:12:38,237 - create_instance - DEBUG - VM status query timeout in 896.626093149 2018-09-04 22:12:38,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:38,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36cde643-64c8-4d2c-8c64-2097e723dcaa x-compute-request-id: req-36cde643-64c8-4d2c-8c64-2097e723dcaa Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "bookmark"}], "image": {"id": "993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "links": [{"href": "http://172.30.9.26:8774/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "links": [{"href": "http://172.30.9.26:8774/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "bookmark"}]}, "id": "6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "security_groups": [{"name": "default"}], "user_id": "909c38cba53f40c2923c8643c1ed1046", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:12:35Z", "hostId": "0eb9f4dfc046143b828b3e86c8d344c5929ed927855305ad144ab6a8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst", "created": "2018-09-04T22:12:33Z", "tenant_id": "6f9cf216d14b4690887b577830b27f47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:12:38,834 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 used request id req-36cde643-64c8-4d2c-8c64-2097e723dcaa 2018-09-04 22:12:38,835 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst] is - BUILD 2018-09-04 22:12:38,835 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:12:41,837 - create_instance - DEBUG - VM status query timeout in 893.0263381 2018-09-04 22:12:41,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:42,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3914b49-3561-4209-94b4-a0f7f5b7e137 x-compute-request-id: req-a3914b49-3561-4209-94b4-a0f7f5b7e137 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:3c:3e", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "bookmark"}], "image": {"id": "993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "links": [{"href": "http://172.30.9.26:8774/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:12:37.000000", "flavor": {"id": "91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "links": [{"href": "http://172.30.9.26:8774/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "bookmark"}]}, "id": "6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "security_groups": [{"name": "default"}], "user_id": "909c38cba53f40c2923c8643c1ed1046", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:12:39Z", "hostId": "0eb9f4dfc046143b828b3e86c8d344c5929ed927855305ad144ab6a8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst", "created": "2018-09-04T22:12:33Z", "tenant_id": "6f9cf216d14b4690887b577830b27f47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:12:42,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 used request id req-a3914b49-3561-4209-94b4-a0f7f5b7e137 2018-09-04 22:12:42,608 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst] is - ACTIVE 2018-09-04 22:12:42,608 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:12:42,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:43,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e58ad11-1760-4f34-91e3-aeb1c6bdd4a7 x-compute-request-id: req-2e58ad11-1760-4f34-91e3-aeb1c6bdd4a7 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:3c:3e", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "bookmark"}], "image": {"id": "993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "links": [{"href": "http://172.30.9.26:8774/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:12:37.000000", "flavor": {"id": "91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "links": [{"href": "http://172.30.9.26:8774/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "bookmark"}]}, "id": "6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "security_groups": [{"name": "default"}], "user_id": "909c38cba53f40c2923c8643c1ed1046", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:12:39Z", "hostId": "0eb9f4dfc046143b828b3e86c8d344c5929ed927855305ad144ab6a8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst", "created": "2018-09-04T22:12:33Z", "tenant_id": "6f9cf216d14b4690887b577830b27f47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:12:43,020 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 used request id req-2e58ad11-1760-4f34-91e3-aeb1c6bdd4a7 2018-09-04 22:12:43,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:43,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f0be1280-6fb1-48c3-8e85-082b2070ae10 Date: Tue, 04 Sep 2018 22:12:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2fbff6ba-4409-4867-a539-2e7522a154d8"],"updated_at":"2018-09-04T22:12:24Z","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f9cf216d14b4690887b577830b27f47","id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net"}]} 2018-09-04 22:12:43,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net used request id req-f0be1280-6fb1-48c3-8e85-082b2070ae10 2018-09-04 22:12:43,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:43,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a8e95c9-b057-41c3-aa74-18f129e7c208 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47"}, "enabled": true, "id": "6f9cf216d14b4690887b577830b27f47", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}} 2018-09-04 22:12:43,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 used request id req-6a8e95c9-b057-41c3-aa74-18f129e7c208 2018-09-04 22:12:43,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:43,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0bac3fca-21f9-4935-9dbc-f92b7cac188f Date: Tue, 04 Sep 2018 22:12:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:12:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f9cf216d14b4690887b577830b27f47","id":"2fbff6ba-4409-4867-a539-2e7522a154d8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet"}]} 2018-09-04 22:12:43,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-0bac3fca-21f9-4935-9dbc-f92b7cac188f 2018-09-04 22:12:43,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:43,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-91b339e1-bb6d-46a8-9cc5-f1ec623d088d Date: Tue, 04 Sep 2018 22:12:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:12:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2fbff6ba-4409-4867-a539-2e7522a154d8","ip_address":"10.55.0.2"}],"id":"00de2726-c3d8-40d2-9dfa-bbf19c1a4401","security_groups":[],"mac_address":"fa:16:3e:f4:7e:e5","project_id":"6f9cf216d14b4690887b577830b27f47","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-28e29ac6-1d54-43a1-96b1-4a5267a8756d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:12:39Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2fbff6ba-4409-4867-a539-2e7522a154d8","ip_address":"10.55.0.101"}],"id":"29e5fc75-f305-4a0e-a2de-5cf1bfb6c9f4","security_groups":["92a8e8fa-1af6-44d9-af3d-f282aedf0f23"],"mac_address":"fa:16:3e:8c:3c:3e","project_id":"6f9cf216d14b4690887b577830b27f47","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fcaport-1","admin_state_up":true,"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:30Z","binding:vnic_type":"normal","device_id":"6a68b4b7-99a0-4810-b596-0e9463b7e9a8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:12:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2fbff6ba-4409-4867-a539-2e7522a154d8","ip_address":"10.55.0.4"}],"id":"6c0194c3-f761-48c0-8345-356db06bae31","security_groups":[],"mac_address":"fa:16:3e:5b:76:21","project_id":"6f9cf216d14b4690887b577830b27f47","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-28e29ac6-1d54-43a1-96b1-4a5267a8756d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:12:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2fbff6ba-4409-4867-a539-2e7522a154d8","ip_address":"10.55.0.3"}],"id":"a02a99a4-df95-4eca-af47-99a80fdc1384","security_groups":[],"mac_address":"fa:16:3e:da:30:29","project_id":"6f9cf216d14b4690887b577830b27f47","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-28e29ac6-1d54-43a1-96b1-4a5267a8756d"}]} 2018-09-04 22:12:43,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-91b339e1-bb6d-46a8-9cc5-f1ec623d088d 2018-09-04 22:12:43,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:43,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d817ec7b-d084-40e1-8147-c69706eb3000 Date: Tue, 04 Sep 2018 22:12:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2fbff6ba-4409-4867-a539-2e7522a154d8"],"updated_at":"2018-09-04T22:12:24Z","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f9cf216d14b4690887b577830b27f47","id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net"}]} 2018-09-04 22:12:43,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-d817ec7b-d084-40e1-8147-c69706eb3000 2018-09-04 22:12:43,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:43,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fb33b630-4cdb-4d71-b9c9-382c6422a201 Date: Tue, 04 Sep 2018 22:12:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:12:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f9cf216d14b4690887b577830b27f47","id":"2fbff6ba-4409-4867-a539-2e7522a154d8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet"}]} 2018-09-04 22:12:43,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-fb33b630-4cdb-4d71-b9c9-382c6422a201 2018-09-04 22:12:43,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:44,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2ae35f5e-c9d3-4d6b-a8c2-2252f056ebaf Date: Tue, 04 Sep 2018 22:12:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28e29ac6-1d54-43a1-96b1-4a5267a8756d","tenant_id":"6f9cf216d14b4690887b577830b27f47","created_at":"2018-09-04T22:12:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:12:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f9cf216d14b4690887b577830b27f47","id":"2fbff6ba-4409-4867-a539-2e7522a154d8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet"}]} 2018-09-04 22:12:44,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=28e29ac6-1d54-43a1-96b1-4a5267a8756d&name=CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet used request id req-2ae35f5e-c9d3-4d6b-a8c2-2252f056ebaf 2018-09-04 22:12:44,038 - create_instance - INFO - Deleting Port with ID - 29e5fc75-f305-4a0e-a2de-5cf1bfb6c9f4 2018-09-04 22:12:44,039 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fcaport-1 2018-09-04 22:12:44,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/29e5fc75-f305-4a0e-a2de-5cf1bfb6c9f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:44,521 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb830c2f-d1e2-4adc-be95-9a84bd351a79 Date: Tue, 04 Sep 2018 22:12:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:12:44,521 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/29e5fc75-f305-4a0e-a2de-5cf1bfb6c9f4 used request id req-bb830c2f-d1e2-4adc-be95-9a84bd351a79 2018-09-04 22:12:44,521 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst 2018-09-04 22:12:44,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:44,666 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:12:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d4e08b60-9d9d-4f89-8e0d-002e9e1c4048 x-compute-request-id: req-d4e08b60-9d9d-4f89-8e0d-002e9e1c4048 Content-Type: application/json 2018-09-04 22:12:44,666 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 used request id req-d4e08b60-9d9d-4f89-8e0d-002e9e1c4048 2018-09-04 22:12:44,666 - create_instance - INFO - Checking deletion status 2018-09-04 22:12:44,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:44,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7c6af32-56c8-49c6-9dfc-ca004f6a8871 x-compute-request-id: req-c7c6af32-56c8-49c6-9dfc-ca004f6a8871 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:3c:3e", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "bookmark"}], "image": {"id": "993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "links": [{"href": "http://172.30.9.26:8774/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:12:37.000000", "flavor": {"id": "91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "links": [{"href": "http://172.30.9.26:8774/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "bookmark"}]}, "id": "6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "user_id": "909c38cba53f40c2923c8643c1ed1046", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:12:44Z", "hostId": "0eb9f4dfc046143b828b3e86c8d344c5929ed927855305ad144ab6a8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst", "created": "2018-09-04T22:12:33Z", "tenant_id": "6f9cf216d14b4690887b577830b27f47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:12:44,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 used request id req-c7c6af32-56c8-49c6-9dfc-ca004f6a8871 2018-09-04 22:12:44,979 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst] is - ACTIVE 2018-09-04 22:12:44,979 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:12:47,982 - create_instance - DEBUG - VM status query timeout in 296.684416056 2018-09-04 22:12:47,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:48,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6362b4a-093f-4266-b9cb-3adb45edafeb x-compute-request-id: req-b6362b4a-093f-4266-b9cb-3adb45edafeb Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "rel": "bookmark"}], "image": {"id": "993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "links": [{"href": "http://172.30.9.26:8774/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:12:37.000000", "flavor": {"id": "91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "links": [{"href": "http://172.30.9.26:8774/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc", "rel": "bookmark"}]}, "id": "6a68b4b7-99a0-4810-b596-0e9463b7e9a8", "user_id": "909c38cba53f40c2923c8643c1ed1046", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:12:47Z", "hostId": "0eb9f4dfc046143b828b3e86c8d344c5929ed927855305ad144ab6a8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst", "created": "2018-09-04T22:12:33Z", "tenant_id": "6f9cf216d14b4690887b577830b27f47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:12:48,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 used request id req-b6362b4a-093f-4266-b9cb-3adb45edafeb 2018-09-04 22:12:48,214 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst] is - ACTIVE 2018-09-04 22:12:48,214 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:12:51,217 - create_instance - DEBUG - VM status query timeout in 293.449241877 2018-09-04 22:12:51,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9acb3123ae613f065a02eeaf63b70e91f90a720" 2018-09-04 22:12:51,271 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:12:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7c9367f6-038f-4887-9a9e-bd6c31928825 x-compute-request-id: req-7c9367f6-038f-4887-9a9e-bd6c31928825 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6a68b4b7-99a0-4810-b596-0e9463b7e9a8 could not be found.", "code": 404}} 2018-09-04 22:12:51,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6a68b4b7-99a0-4810-b596-0e9463b7e9a8 used request id req-7c9367f6-038f-4887-9a9e-bd6c31928825 2018-09-04 22:12:51,271 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6a68b4b7-99a0-4810-b596-0e9463b7e9a8 could not be found. (HTTP 404) (Request-ID: req-7c9367f6-038f-4887-9a9e-bd6c31928825) 2018-09-04 22:12:51,272 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-inst 2018-09-04 22:12:51,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327c72b5517b22344acb46bee54dfe52bba1fc78" 2018-09-04 22:12:51,313 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:12:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2c7932c4-b61a-46b2-85b5-582bc9e148e9 x-compute-request-id: req-2c7932c4-b61a-46b2-85b5-582bc9e148e9 Content-Length: 0 Content-Type: application/json 2018-09-04 22:12:51,313 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/91b6da0f-54e3-4210-9a02-c652c8f8ccbc used request id req-2c7932c4-b61a-46b2-85b5-582bc9e148e9 2018-09-04 22:12:51,314 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet 2018-09-04 22:12:51,314 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-subnet 2018-09-04 22:12:51,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/2fbff6ba-4409-4867-a539-2e7522a154d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a6335bb12a0e141643b2ddbccfc54ac86e0747" 2018-09-04 22:12:53,548 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e49c6c2-fb08-400e-b396-f2410f477a02 Date: Tue, 04 Sep 2018 22:12:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:12:53,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/2fbff6ba-4409-4867-a539-2e7522a154d8 used request id req-9e49c6c2-fb08-400e-b396-f2410f477a02 2018-09-04 22:12:53,549 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-pub-net 2018-09-04 22:12:53,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/28e29ac6-1d54-43a1-96b1-4a5267a8756d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a6335bb12a0e141643b2ddbccfc54ac86e0747" 2018-09-04 22:12:54,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9718563f-4d3b-447d-8071-5434a960935e Date: Tue, 04 Sep 2018 22:12:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:12:54,863 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/28e29ac6-1d54-43a1-96b1-4a5267a8756d used request id req-9718563f-4d3b-447d-8071-5434a960935e 2018-09-04 22:12:54,864 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-196b8952-6700-40bd-81fc-18060b762fca-image 2018-09-04 22:12:54,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18b83e3d8acf3ab5387960fed016d12c7233868f" 2018-09-04 22:12:56,802 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fa84377a-74ce-4d90-aff8-c70e8d768179 Date: Tue, 04 Sep 2018 22:12:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:12:56,802 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/993c1a50-f9b6-454c-a3fc-f25b7b629e1e used request id req-fa84377a-74ce-4d90-aff8-c70e8d768179 2018-09-04 22:12:56,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:57,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-b7d4c9c9-1c37-4882-8e56-7a568327731d Date: Tue, 04 Sep 2018 22:12:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6f9cf216d14b4690887b577830b27f47", "created_at": "2018-09-04T22:12:23Z", "updated_at": "2018-09-04T22:12:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:12:23Z", "revision_number": 0, "id": "4a33205a-c1ac-4f75-922a-d6ebc8da0dd6", "remote_group_id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "remote_ip_prefix": null, "created_at": "2018-09-04T22:12:23Z", "security_group_id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "tenant_id": "6f9cf216d14b4690887b577830b27f47", "port_range_min": null, "ethertype": "IPv4", "project_id": "6f9cf216d14b4690887b577830b27f47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:12:23Z", "revision_number": 0, "id": "5f65b4bd-077b-4ef1-8c79-72c4076ae935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:12:23Z", "security_group_id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "tenant_id": "6f9cf216d14b4690887b577830b27f47", "port_range_min": null, "ethertype": "IPv4", "project_id": "6f9cf216d14b4690887b577830b27f47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:12:23Z", "revision_number": 0, "id": "9da2febd-58e0-442d-9ce1-7362b8d27892", "remote_group_id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "remote_ip_prefix": null, "created_at": "2018-09-04T22:12:23Z", "security_group_id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "tenant_id": "6f9cf216d14b4690887b577830b27f47", "port_range_min": null, "ethertype": "IPv6", "project_id": "6f9cf216d14b4690887b577830b27f47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:12:23Z", "revision_number": 0, "id": "f8886c8c-2b40-4a03-8785-b0dcdcccf63e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:12:23Z", "security_group_id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "tenant_id": "6f9cf216d14b4690887b577830b27f47", "port_range_min": null, "ethertype": "IPv6", "project_id": "6f9cf216d14b4690887b577830b27f47"}], "revision_number": 4, "project_id": "6f9cf216d14b4690887b577830b27f47", "id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:12:57,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-b7d4c9c9-1c37-4882-8e56-7a568327731d 2018-09-04 22:12:57,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:57,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5712b06d-b24d-40a2-a005-c2edeec67691 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:12:57,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-5712b06d-b24d-40a2-a005-c2edeec67691 2018-09-04 22:12:57,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:57,247 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-279aca2b-ad9b-4de1-b216-1b3a0fff7fcd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:12:57,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-279aca2b-ad9b-4de1-b216-1b3a0fff7fcd 2018-09-04 22:12:57,248 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:12:57,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:57,332 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e784adb9-a981-4349-8599-8772f5e1fd88 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:12:57,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-e784adb9-a981-4349-8599-8772f5e1fd88 2018-09-04 22:12:57,332 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:12:57,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:57,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5050731d-59ab-4a90-81c5-cc382dc2eb6f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:12:57,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-5050731d-59ab-4a90-81c5-cc382dc2eb6f 2018-09-04 22:12:57,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:57,523 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f12664d9-6c66-4709-81b5-c34912023a47 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:12:57,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-f12664d9-6c66-4709-81b5-c34912023a47 2018-09-04 22:12:57,523 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:12:57,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:57,608 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d88a6fd-dc4f-4135-b6af-ac5a17ffa10a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:12:57,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-2d88a6fd-dc4f-4135-b6af-ac5a17ffa10a 2018-09-04 22:12:57,608 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:12:57,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:57,712 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c13e1f0-5986-47b8-bcbb-961a288320ea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:12:57,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-1c13e1f0-5986-47b8-bcbb-961a288320ea 2018-09-04 22:12:57,712 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:12:57,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:57,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77c3957d-f505-4621-9505-53f202d6adef Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47"}, "enabled": true, "id": "6f9cf216d14b4690887b577830b27f47", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-16fa86b4-d265-476-proj"}} 2018-09-04 22:12:57,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 used request id req-77c3957d-f505-4621-9505-53f202d6adef 2018-09-04 22:12:57,803 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 92a8e8fa-1af6-44d9-af3d-f282aedf0f23 2018-09-04 22:12:57,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=92a8e8fa-1af6-44d9-af3d-f282aedf0f23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:57,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-cdbbc1a3-37c0-40ac-a4a1-41e68e42d488 Date: Tue, 04 Sep 2018 22:12:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:12:23Z", "security_group_id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "port_range_min": null, "revision_number": 0, "tenant_id": "6f9cf216d14b4690887b577830b27f47", "created_at": "2018-09-04T22:12:23Z", "project_id": "6f9cf216d14b4690887b577830b27f47", "id": "4a33205a-c1ac-4f75-922a-d6ebc8da0dd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:12:23Z", "security_group_id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "port_range_min": null, "revision_number": 0, "tenant_id": "6f9cf216d14b4690887b577830b27f47", "created_at": "2018-09-04T22:12:23Z", "project_id": "6f9cf216d14b4690887b577830b27f47", "id": "5f65b4bd-077b-4ef1-8c79-72c4076ae935"}, {"remote_group_id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:12:23Z", "security_group_id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "port_range_min": null, "revision_number": 0, "tenant_id": "6f9cf216d14b4690887b577830b27f47", "created_at": "2018-09-04T22:12:23Z", "project_id": "6f9cf216d14b4690887b577830b27f47", "id": "9da2febd-58e0-442d-9ce1-7362b8d27892"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:12:23Z", "security_group_id": "92a8e8fa-1af6-44d9-af3d-f282aedf0f23", "port_range_min": null, "revision_number": 0, "tenant_id": "6f9cf216d14b4690887b577830b27f47", "created_at": "2018-09-04T22:12:23Z", "project_id": "6f9cf216d14b4690887b577830b27f47", "id": "f8886c8c-2b40-4a03-8785-b0dcdcccf63e"}]} 2018-09-04 22:12:57,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=92a8e8fa-1af6-44d9-af3d-f282aedf0f23 used request id req-cdbbc1a3-37c0-40ac-a4a1-41e68e42d488 2018-09-04 22:12:57,980 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:12:57,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/92a8e8fa-1af6-44d9-af3d-f282aedf0f23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:58,292 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a1cf3df-f188-4fa1-b519-19cf262aa260 Content-Length: 0 Date: Tue, 04 Sep 2018 22:12:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:12:58,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/92a8e8fa-1af6-44d9-af3d-f282aedf0f23 used request id req-5a1cf3df-f188-4fa1-b519-19cf262aa260 2018-09-04 22:12:58,293 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-16fa86b4-d265-476-proj 2018-09-04 22:12:58,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:58,508 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25c4f11f-ca4e-48ca-b1bd-3e48a3dbf063 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:12:58,508 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/6f9cf216d14b4690887b577830b27f47 used request id req-25c4f11f-ca4e-48ca-b1bd-3e48a3dbf063 2018-09-04 22:12:58,508 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-16fa86b4-d265-476-proj-role 2018-09-04 22:12:58,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/8ac5b91022e94287aeb86c2e65aece03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:58,622 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fee070ce-7028-4a77-a1f1-ba41122eeb12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:12:58,622 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/8ac5b91022e94287aeb86c2e65aece03 used request id req-fee070ce-7028-4a77-a1f1-ba41122eeb12 2018-09-04 22:12:58,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038884c0ea325a2a0b11851775d05a1f7d45a500" 2018-09-04 22:12:58,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-898c14de-7ba6-4648-b05b-05cc0deec24a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:12:58,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-898c14de-7ba6-4648-b05b-05cc0deec24a 2018-09-04 22:12:58,717 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-16fa86b4-d265-476-user 2018-09-04 22:12:58,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/909c38cba53f40c2923c8643c1ed1046 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c2c5ff69c59a48708000cce19ea74922027e3f" 2018-09-04 22:12:58,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5f3c29c-1163-4c47-9ff7-486c7933c904 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:12:58,890 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/909c38cba53f40c2923c8643c1ed1046 used request id req-c5f3c29c-1163-4c47-9ff7-486c7933c904 2018-09-04 22:12:58,891 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:12:59,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["g-9etKOLRCmIjx4oiXGdmA"], "issued_at": "2018-09-04T22:12:59.000000Z"}} 2018-09-04 22:12:59,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4b28fcb276ed675e77263268a8b03c29c31fb82" 2018-09-04 22:12:59,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f86b860-b44d-4d00-98cf-e4a846ca75e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:12:59,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3f86b860-b44d-4d00-98cf-e4a846ca75e5 2018-09-04 22:12:59,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:12:59,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:12:59,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["j7OEuSkYSHaoMaqvHBSx8Q"], "issued_at": "2018-09-04T22:12:59.000000Z"}} 2018-09-04 22:12:59,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:12:59,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fbe29d0-ff5c-4709-9083-db8137462fe3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:12:59,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7fbe29d0-ff5c-4709-9083-db8137462fe3 2018-09-04 22:12:59,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:12:59,830 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:12:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:12:59,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:12:59,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8ec9083-30a6-4a91-b29d-3e4f2e4ef3c1 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:12:59,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj used request id req-d8ec9083-30a6-4a91-b29d-3e4f2e4ef3c1 2018-09-04 22:12:59,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:00,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0814e10c-3b4f-4a7d-969b-f35c5fda04ba Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:13:00,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0814e10c-3b4f-4a7d-969b-f35c5fda04ba 2018-09-04 22:13:00,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}}' 2018-09-04 22:13:00,144 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:13:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-057581e5-b564-4b26-9899-d4b0f5e09077 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311"}, "enabled": true, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}} 2018-09-04 22:13:00,144 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-057581e5-b564-4b26-9899-d4b0f5e09077 2018-09-04 22:13:00,145 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj 2018-09-04 22:13:00,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:00,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:00,521 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:13:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Kp0DyvFvSYyWNW84eq-UUA"], "issued_at": "2018-09-04T22:13:00.000000Z"}} 2018-09-04 22:13:00,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a572c369d6619cc22597dde18542d46f6690984" 2018-09-04 22:13:00,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85a682b1-210e-4ee5-b4d5-b2e86da52fc4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:00,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-85a682b1-210e-4ee5-b4d5-b2e86da52fc4 2018-09-04 22:13:00,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:13:00,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:13:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:13:00,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a572c369d6619cc22597dde18542d46f6690984" 2018-09-04 22:13:00,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f3fb43-041a-4f5f-ad4c-5338e06ac0ad Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:13:00,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-21f3fb43-041a-4f5f-ad4c-5338e06ac0ad 2018-09-04 22:13:00,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a572c369d6619cc22597dde18542d46f6690984" 2018-09-04 22:13:00,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e7cfcfc-9134-43d7-bab5-8b7d12b641f5 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311"}, "enabled": true, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}]} 2018-09-04 22:13:00,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj used request id req-0e7cfcfc-9134-43d7-bab5-8b7d12b641f5 2018-09-04 22:13:00,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a572c369d6619cc22597dde18542d46f6690984" 2018-09-04 22:13:00,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5e55c1a-899f-484a-b68d-3628fbd5ba2f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:13:00,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f5e55c1a-899f-484a-b68d-3628fbd5ba2f 2018-09-04 22:13:01,257 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-user 2018-09-04 22:13:01,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:01,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:01,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ebbe4ee-ecc7-4201-8461-a1d9f9b837c0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:13:01,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8ebbe4ee-ecc7-4201-8461-a1d9f9b837c0 2018-09-04 22:13:01,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" -d '{"role": {"name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj-role"}}' 2018-09-04 22:13:01,490 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:13:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7884879-ac14-4be1-ad64-95bdbfec586f Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e92021e5701846ebb076141b896ad9fc", "links": {"self": "http://172.30.9.26:5000/v3/roles/e92021e5701846ebb076141b896ad9fc"}, "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj-role"}} 2018-09-04 22:13:01,491 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-c7884879-ac14-4be1-ad64-95bdbfec586f 2018-09-04 22:13:01,491 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj-role 2018-09-04 22:13:01,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/e92021e5701846ebb076141b896ad9fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:01,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a3ec4bf-f97d-424b-890f-3c45a1aac47b Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/e92021e5701846ebb076141b896ad9fc"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj-role", "id": "e92021e5701846ebb076141b896ad9fc"}} 2018-09-04 22:13:01,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/e92021e5701846ebb076141b896ad9fc used request id req-1a3ec4bf-f97d-424b-890f-3c45a1aac47b 2018-09-04 22:13:01,595 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj-role to project CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj 2018-09-04 22:13:01,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311/users/4ec4d4c74c724506871da2cbe06a2df5/roles/e92021e5701846ebb076141b896ad9fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:01,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:13:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18942e44-3ad0-4a85-8a7f-396343f5bdc9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:13:01,735 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311/users/4ec4d4c74c724506871da2cbe06a2df5/roles/e92021e5701846ebb076141b896ad9fc used request id req-18942e44-3ad0-4a85-8a7f-396343f5bdc9 2018-09-04 22:13:01,736 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:13:01,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:01,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:02,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e92021e5701846ebb076141b896ad9fc", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj-role"}], "expires_at": "2018-09-04T23:13:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-user", "id": "4ec4d4c74c724506871da2cbe06a2df5"}, "audit_ids": ["HgQ8Dg-gRHWANR6LR1vMdg"], "issued_at": "2018-09-04T22:13:02.000000Z"}} 2018-09-04 22:13:02,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee6a359f2cf3ad76e89549d95d2bd8266d3d35" 2018-09-04 22:13:02,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e4ab4de-b7f8-49ca-b53e-ac06a8a9f0f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:02,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4e4ab4de-b7f8-49ca-b53e-ac06a8a9f0f5 2018-09-04 22:13:02,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}78ee6a359f2cf3ad76e89549d95d2bd8266d3d35" 2018-09-04 22:13:02,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-71627529-9d1b-4ba9-a045-1dc13241e87c Date: Tue, 04 Sep 2018 22:13:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image"} 2018-09-04 22:13:02,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image used request id req-71627529-9d1b-4ba9-a045-1dc13241e87c 2018-09-04 22:13:02,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}78ee6a359f2cf3ad76e89549d95d2bd8266d3d35" 2018-09-04 22:13:02,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-788b85f6-43b2-481e-85dd-0861a0c8737c Date: Tue, 04 Sep 2018 22:13:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:13:02,516 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-788b85f6-43b2-481e-85dd-0861a0c8737c 2018-09-04 22:13:02,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}78ee6a359f2cf3ad76e89549d95d2bd8266d3d35" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image"}' 2018-09-04 22:13:02,750 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/328a5741-daab-419d-83e1-e1706966a3ff X-Openstack-Request-Id: req-63a0ad6e-4928-4ff1-8ead-fe7abe92942b Date: Tue, 04 Sep 2018 22:13:02 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:13:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:13:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/328a5741-daab-419d-83e1-e1706966a3ff", "min_disk": 0, "protected": false, "id": "328a5741-daab-419d-83e1-e1706966a3ff", "file": "/v2/images/328a5741-daab-419d-83e1-e1706966a3ff/file", "checksum": null, "owner": "c7631ad473ad4b22a97d5ae59ea2d311", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:13:02,750 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-63a0ad6e-4928-4ff1-8ead-fe7abe92942b 2018-09-04 22:13:02,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/328a5741-daab-419d-83e1-e1706966a3ff/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}78ee6a359f2cf3ad76e89549d95d2bd8266d3d35" -d '' 2018-09-04 22:13:04,069 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-accb1b69-58b5-41f6-8fe1-a0c262eb277b Date: Tue, 04 Sep 2018 22:13:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:13:04,069 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/328a5741-daab-419d-83e1-e1706966a3ff/file used request id req-accb1b69-58b5-41f6-8fe1-a0c262eb277b 2018-09-04 22:13:04,070 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:13:04,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/328a5741-daab-419d-83e1-e1706966a3ff -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}78ee6a359f2cf3ad76e89549d95d2bd8266d3d35" 2018-09-04 22:13:04,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d7f46463-6196-4216-a71e-ec8dbaaf2f2a Date: Tue, 04 Sep 2018 22:13:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:13:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:13:04Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/328a5741-daab-419d-83e1-e1706966a3ff/snap", "metadata": {}}], "self": "/v2/images/328a5741-daab-419d-83e1-e1706966a3ff", "min_disk": 0, "protected": false, "id": "328a5741-daab-419d-83e1-e1706966a3ff", "file": "/v2/images/328a5741-daab-419d-83e1-e1706966a3ff/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c7631ad473ad4b22a97d5ae59ea2d311", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/328a5741-daab-419d-83e1-e1706966a3ff/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:13:04,234 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/328a5741-daab-419d-83e1-e1706966a3ff used request id req-d7f46463-6196-4216-a71e-ec8dbaaf2f2a 2018-09-04 22:13:04,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}78ee6a359f2cf3ad76e89549d95d2bd8266d3d35" 2018-09-04 22:13:04,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aea277c8-6603-42b4-97b2-433efba65bf8 Date: Tue, 04 Sep 2018 22:13:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:13:04,409 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-aea277c8-6603-42b4-97b2-433efba65bf8 2018-09-04 22:13:04,412 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image 2018-09-04 22:13:04,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/328a5741-daab-419d-83e1-e1706966a3ff -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}78ee6a359f2cf3ad76e89549d95d2bd8266d3d35" 2018-09-04 22:13:04,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-5f830f9e-2389-4ff7-804f-e15cbde5cc8a Date: Tue, 04 Sep 2018 22:13:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:13:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:13:04Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/328a5741-daab-419d-83e1-e1706966a3ff/snap", "metadata": {}}], "self": "/v2/images/328a5741-daab-419d-83e1-e1706966a3ff", "min_disk": 0, "protected": false, "id": "328a5741-daab-419d-83e1-e1706966a3ff", "file": "/v2/images/328a5741-daab-419d-83e1-e1706966a3ff/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c7631ad473ad4b22a97d5ae59ea2d311", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/328a5741-daab-419d-83e1-e1706966a3ff/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:13:04,570 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/328a5741-daab-419d-83e1-e1706966a3ff used request id req-5f830f9e-2389-4ff7-804f-e15cbde5cc8a 2018-09-04 22:13:04,570 - create_image - DEBUG - Instance status is - active 2018-09-04 22:13:04,570 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image 2018-09-04 22:13:04,571 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image 2018-09-04 22:13:04,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:04,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:04,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e92021e5701846ebb076141b896ad9fc", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj-role"}], "expires_at": "2018-09-04T23:13:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-user", "id": "4ec4d4c74c724506871da2cbe06a2df5"}, "audit_ids": ["4ZN5OYr_Q7O0cZHHmfdpIQ"], "issued_at": "2018-09-04T22:13:04.000000Z"}} 2018-09-04 22:13:04,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3605e31bd95d1ddd5d84d900caa9547fc588ea7e" 2018-09-04 22:13:05,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b7b5de9-9cfe-43c2-b6a4-0c21185aabab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:05,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8b7b5de9-9cfe-43c2-b6a4-0c21185aabab 2018-09-04 22:13:05,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3605e31bd95d1ddd5d84d900caa9547fc588ea7e" 2018-09-04 22:13:05,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9920c034-98b5-4fe8-b504-f5c0f4b4a594 Date: Tue, 04 Sep 2018 22:13:05 GMT RESP BODY: {"networks":[]} 2018-09-04 22:13:05,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net used request id req-9920c034-98b5-4fe8-b504-f5c0f4b4a594 2018-09-04 22:13:05,205 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net 2018-09-04 22:13:05,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3605e31bd95d1ddd5d84d900caa9547fc588ea7e" -d '{"network": {"name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net", "admin_state_up": true}}' 2018-09-04 22:13:05,734 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-ef1f03f4-0ca1-45f6-a693-d9dd28f519b1 Date: Tue, 04 Sep 2018 22:13:05 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c7631ad473ad4b22a97d5ae59ea2d311","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:13:05Z","is_default":false,"name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:05Z","mtu":1450}} 2018-09-04 22:13:05,734 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-ef1f03f4-0ca1-45f6-a693-d9dd28f519b1 2018-09-04 22:13:05,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=765c3df1-2ced-48f9-aa56-0d691705b1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3605e31bd95d1ddd5d84d900caa9547fc588ea7e" 2018-09-04 22:13:05,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-50b028a0-d67d-47a6-9284-29f9963f10da Date: Tue, 04 Sep 2018 22:13:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:13:05Z","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net"}]} 2018-09-04 22:13:05,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=765c3df1-2ced-48f9-aa56-0d691705b1ec used request id req-50b028a0-d67d-47a6-9284-29f9963f10da 2018-09-04 22:13:05,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3605e31bd95d1ddd5d84d900caa9547fc588ea7e" 2018-09-04 22:13:06,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fc8b8fe8-d69d-42da-9417-9c1ee9eebd3e Date: Tue, 04 Sep 2018 22:13:06 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:13:06,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec used request id req-fc8b8fe8-d69d-42da-9417-9c1ee9eebd3e 2018-09-04 22:13:06,154 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-subnet 2018-09-04 22:13:06,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3605e31bd95d1ddd5d84d900caa9547fc588ea7e" -d '{"subnets": [{"ip_version": 4, "network_id": "765c3df1-2ced-48f9-aa56-0d691705b1ec", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-subnet"}]}' 2018-09-04 22:13:06,938 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0868ae4a-a276-4a3b-9101-88546e15819a Date: Tue, 04 Sep 2018 22:13:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:06Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-subnet"}]} 2018-09-04 22:13:06,938 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-0868ae4a-a276-4a3b-9101-88546e15819a 2018-09-04 22:13:06,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=765c3df1-2ced-48f9-aa56-0d691705b1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3605e31bd95d1ddd5d84d900caa9547fc588ea7e" 2018-09-04 22:13:07,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-5a22e598-142b-4853-bea0-b218ad37b10d Date: Tue, 04 Sep 2018 22:13:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d6581c9-99a0-436e-a1a7-ee5854090c9d"],"updated_at":"2018-09-04T22:13:06Z","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net"}]} 2018-09-04 22:13:07,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=765c3df1-2ced-48f9-aa56-0d691705b1ec used request id req-5a22e598-142b-4853-bea0-b218ad37b10d 2018-09-04 22:13:07,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3605e31bd95d1ddd5d84d900caa9547fc588ea7e" 2018-09-04 22:13:07,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-15cf54ff-2254-44a6-80d8-ac1ae775c4e3 Date: Tue, 04 Sep 2018 22:13:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-subnet"}]} 2018-09-04 22:13:07,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec used request id req-15cf54ff-2254-44a6-80d8-ac1ae775c4e3 2018-09-04 22:13:07,399 - OpenStackNetwork - DEBUG - Network [765c3df1-2ced-48f9-aa56-0d691705b1ec] created successfully 2018-09-04 22:13:07,399 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:07,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:07,788 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:13:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["inJQc74MQx-ZadXmWp0Gqw"], "issued_at": "2018-09-04T22:13:07.000000Z"}} 2018-09-04 22:13:07,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07da852b15969d007dce871793ef34d44d12f2fe" 2018-09-04 22:13:07,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dac49334-a6ec-4e45-a60a-3ba69a7077ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:07,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dac49334-a6ec-4e45-a60a-3ba69a7077ea 2018-09-04 22:13:07,872 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:13:07,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07da852b15969d007dce871793ef34d44d12f2fe" 2018-09-04 22:13:08,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-589d32ec-1e88-4dc6-9488-c6374d87e357 x-compute-request-id: req-589d32ec-1e88-4dc6-9488-c6374d87e357 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:13:08,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-589d32ec-1e88-4dc6-9488-c6374d87e357 2018-09-04 22:13:08,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07da852b15969d007dce871793ef34d44d12f2fe" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:13:08,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b3a3b72-24dd-4a4f-b14e-35d993ec8791 x-compute-request-id: req-0b3a3b72-24dd-4a4f-b14e-35d993ec8791 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "151e4792-4162-47f9-94a5-fbd05a9f8153", "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:13:08,115 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0b3a3b72-24dd-4a4f-b14e-35d993ec8791 2018-09-04 22:13:08,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:08,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:08,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e92021e5701846ebb076141b896ad9fc", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj-role"}], "expires_at": "2018-09-04T23:13:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-user", "id": "4ec4d4c74c724506871da2cbe06a2df5"}, "audit_ids": ["4Q9R9UUTSN-TK14XFoJZQA"], "issued_at": "2018-09-04T22:13:08.000000Z"}} 2018-09-04 22:13:08,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:08,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c2a525f-5b1d-47ff-a0a9-e8487172c8ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:08,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6c2a525f-5b1d-47ff-a0a9-e8487172c8ea 2018-09-04 22:13:08,578 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:13:08,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:08,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba613e5b-c3f7-471f-9918-6d04878a1f95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:08,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ba613e5b-c3f7-471f-9918-6d04878a1f95 2018-09-04 22:13:08,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:08,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a355708e-bdfa-48bc-b3b8-bf1a261724da Date: Tue, 04 Sep 2018 22:13:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d6581c9-99a0-436e-a1a7-ee5854090c9d"],"updated_at":"2018-09-04T22:13:06Z","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net"}]} 2018-09-04 22:13:08,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net used request id req-a355708e-bdfa-48bc-b3b8-bf1a261724da 2018-09-04 22:13:08,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:13:08,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:13:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:13:08,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:08,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55aa50bc-2020-428c-af26-18e45007e122 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311"}, "enabled": true, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}} 2018-09-04 22:13:08,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 used request id req-55aa50bc-2020-428c-af26-18e45007e122 2018-09-04 22:13:09,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:09,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-61cdbee7-2f0c-483c-a031-5947d76809b0 Date: Tue, 04 Sep 2018 22:13:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-subnet"}]} 2018-09-04 22:13:09,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec used request id req-61cdbee7-2f0c-483c-a031-5947d76809b0 2018-09-04 22:13:09,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:09,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-48c5f4ae-154b-43cc-885c-9caf4bd67efa Date: Tue, 04 Sep 2018 22:13:09 GMT RESP BODY: {"ports":[]} 2018-09-04 22:13:09,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254port-1&admin_state_up=True used request id req-48c5f4ae-154b-43cc-885c-9caf4bd67efa 2018-09-04 22:13:09,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:09,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3fb7d2b1-5a45-4d16-80d4-62c44061d7b5 x-compute-request-id: req-3fb7d2b1-5a45-4d16-80d4-62c44061d7b5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:13:09,645 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst used request id req-3fb7d2b1-5a45-4d16-80d4-62c44061d7b5 2018-09-04 22:13:09,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:09,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-5f89d4cd-8c29-44bc-a371-b559989d5414 Date: Tue, 04 Sep 2018 22:13:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d6581c9-99a0-436e-a1a7-ee5854090c9d"],"updated_at":"2018-09-04T22:13:06Z","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net"}]} 2018-09-04 22:13:09,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net used request id req-5f89d4cd-8c29-44bc-a371-b559989d5414 2018-09-04 22:13:09,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:10,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d68e937-22f9-4666-a2be-c6ded2836268 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311"}, "enabled": true, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}} 2018-09-04 22:13:10,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 used request id req-0d68e937-22f9-4666-a2be-c6ded2836268 2018-09-04 22:13:10,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:10,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c12003d0-2b87-4992-9c79-98bb18b6a935 Date: Tue, 04 Sep 2018 22:13:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-subnet"}]} 2018-09-04 22:13:10,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec used request id req-c12003d0-2b87-4992-9c79-98bb18b6a935 2018-09-04 22:13:10,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:10,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ff28ac2e-823e-4ba1-9809-13abcc01b791 Date: Tue, 04 Sep 2018 22:13:10 GMT RESP BODY: {"ports":[]} 2018-09-04 22:13:10,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254port-1&admin_state_up=True used request id req-ff28ac2e-823e-4ba1-9809-13abcc01b791 2018-09-04 22:13:10,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:10,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:10,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e92021e5701846ebb076141b896ad9fc", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj-role"}], "expires_at": "2018-09-04T23:13:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c7631ad473ad4b22a97d5ae59ea2d311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-user", "id": "4ec4d4c74c724506871da2cbe06a2df5"}, "audit_ids": ["HdYmHxO7Q9ukdH1v60lKvA"], "issued_at": "2018-09-04T22:13:10.000000Z"}} 2018-09-04 22:13:10,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea5e9c59b343da2c850e0add186b9999d6cf5ec" 2018-09-04 22:13:10,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ba7e018-2fe0-47f4-a070-0558c6605641 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:10,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5ba7e018-2fe0-47f4-a070-0558c6605641 2018-09-04 22:13:10,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:10,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4fd31a87-150f-4625-8424-109072f1b1bb Date: Tue, 04 Sep 2018 22:13:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d6581c9-99a0-436e-a1a7-ee5854090c9d"],"updated_at":"2018-09-04T22:13:06Z","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net"}]} 2018-09-04 22:13:10,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net used request id req-4fd31a87-150f-4625-8424-109072f1b1bb 2018-09-04 22:13:10,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:11,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fd429ba9-6e10-415d-8d05-187161f4b45c Date: Tue, 04 Sep 2018 22:13:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-subnet"}]} 2018-09-04 22:13:11,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec used request id req-fd429ba9-6e10-415d-8d05-187161f4b45c 2018-09-04 22:13:11,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:11,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-74eb8ca6-95e6-423d-8771-0f9ca95aca1e Date: Tue, 04 Sep 2018 22:13:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d6581c9-99a0-436e-a1a7-ee5854090c9d"],"updated_at":"2018-09-04T22:13:06Z","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net"}]} 2018-09-04 22:13:11,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net used request id req-74eb8ca6-95e6-423d-8771-0f9ca95aca1e 2018-09-04 22:13:11,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:13:11,422 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:13:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:13:11,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea5e9c59b343da2c850e0add186b9999d6cf5ec" 2018-09-04 22:13:11,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f6314fb-9767-452b-8230-90fddc2cda42 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311"}, "enabled": true, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}} 2018-09-04 22:13:11,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 used request id req-0f6314fb-9767-452b-8230-90fddc2cda42 2018-09-04 22:13:11,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:11,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3e792bcc-0b9a-45f0-a6f1-f30d85ecd1bc Date: Tue, 04 Sep 2018 22:13:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-subnet"}]} 2018-09-04 22:13:11,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec used request id req-3e792bcc-0b9a-45f0-a6f1-f30d85ecd1bc 2018-09-04 22:13:11,714 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net 2018-09-04 22:13:11,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" -d '{"port": {"network_id": "765c3df1-2ced-48f9-aa56-0d691705b1ec", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254port-1", "admin_state_up": true}}' 2018-09-04 22:13:12,524 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-57e38ec3-5d58-4c18-85c1-710188137e3c Date: Tue, 04 Sep 2018 22:13:12 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:13:12Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","ip_address":"10.55.0.9"}],"id":"78403eb3-c826-458a-8612-b2626cef8d6f","security_groups":["7bf72584-f5b6-422d-8f4c-45bae2463b20"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254port-1","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","qos_policy_id":null,"admin_state_up":true,"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:12Z","binding:vnic_type":"normal"}} 2018-09-04 22:13:12,525 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-57e38ec3-5d58-4c18-85c1-710188137e3c 2018-09-04 22:13:12,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:12,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f646b406-3251-4129-b4f7-bb200bfc7096 Date: Tue, 04 Sep 2018 22:13:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d6581c9-99a0-436e-a1a7-ee5854090c9d"],"updated_at":"2018-09-04T22:13:06Z","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net"}]} 2018-09-04 22:13:12,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net used request id req-f646b406-3251-4129-b4f7-bb200bfc7096 2018-09-04 22:13:12,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:12,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-906f94c4-ddb7-400b-a431-ea69696b648e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311"}, "enabled": true, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}} 2018-09-04 22:13:12,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 used request id req-906f94c4-ddb7-400b-a431-ea69696b648e 2018-09-04 22:13:12,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:12,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3680d200-8e43-42f3-95ac-0ff5d79a9302 Date: Tue, 04 Sep 2018 22:13:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-subnet"}]} 2018-09-04 22:13:12,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec used request id req-3680d200-8e43-42f3-95ac-0ff5d79a9302 2018-09-04 22:13:12,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:13,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 794 X-Openstack-Request-Id: req-ed0b5ab7-e6f9-4f32-935c-bb1cb162c7f5 Date: Tue, 04 Sep 2018 22:13:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:13:12Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","ip_address":"10.55.0.9"}],"id":"78403eb3-c826-458a-8612-b2626cef8d6f","security_groups":["7bf72584-f5b6-422d-8f4c-45bae2463b20"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254port-1","admin_state_up":true,"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:12Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:13:13,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254port-1&admin_state_up=True used request id req-ed0b5ab7-e6f9-4f32-935c-bb1cb162c7f5 2018-09-04 22:13:13,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:13,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50a23cb2-9119-4cb2-9dc8-731681469235 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311"}, "enabled": true, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}} 2018-09-04 22:13:13,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 used request id req-50a23cb2-9119-4cb2-9dc8-731681469235 2018-09-04 22:13:13,245 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst 2018-09-04 22:13:13,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:13,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15102fa5-a8ae-4399-b4b1-525d45e1c280 x-compute-request-id: req-15102fa5-a8ae-4399-b4b1-525d45e1c280 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "151e4792-4162-47f9-94a5-fbd05a9f8153", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-flavor-name"}]} 2018-09-04 22:13:13,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-15102fa5-a8ae-4399-b4b1-525d45e1c280 2018-09-04 22:13:13,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:13,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f07cfcab-7e9d-4644-af37-1e4081f0b590 x-compute-request-id: req-f07cfcab-7e9d-4644-af37-1e4081f0b590 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "151e4792-4162-47f9-94a5-fbd05a9f8153", "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:13:13,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153 used request id req-f07cfcab-7e9d-4644-af37-1e4081f0b590 2018-09-04 22:13:13,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:13,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-15844e7b-abbc-405e-a23a-9d103b189aa7 Date: Tue, 04 Sep 2018 22:13:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:13:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:13:04Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/328a5741-daab-419d-83e1-e1706966a3ff/snap", "metadata": {}}], "self": "/v2/images/328a5741-daab-419d-83e1-e1706966a3ff", "min_disk": 0, "protected": false, "id": "328a5741-daab-419d-83e1-e1706966a3ff", "file": "/v2/images/328a5741-daab-419d-83e1-e1706966a3ff/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c7631ad473ad4b22a97d5ae59ea2d311", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/328a5741-daab-419d-83e1-e1706966a3ff/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image"} 2018-09-04 22:13:13,478 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image used request id req-15844e7b-abbc-405e-a23a-9d103b189aa7 2018-09-04 22:13:13,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:13,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-874dadbe-de50-4c13-8f81-871919cb47eb Date: Tue, 04 Sep 2018 22:13:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:13:13,639 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-874dadbe-de50-4c13-8f81-871919cb47eb 2018-09-04 22:13:13,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" -d '{"server": {"name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst", "imageRef": "328a5741-daab-419d-83e1-e1706966a3ff", "flavorRef": "151e4792-4162-47f9-94a5-fbd05a9f8153", "max_count": 1, "min_count": 1, "networks": [{"port": "78403eb3-c826-458a-8612-b2626cef8d6f"}]}}' 2018-09-04 22:13:15,510 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:13:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-310af45e-4d17-4734-9564-215aa7a522b7 x-compute-request-id: req-310af45e-4d17-4734-9564-215aa7a522b7 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fb987256-f74d-478d-8d3e-89166c15704a", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "bookmark"}], "adminPass": "Xwq5C7euD7g8"}} 2018-09-04 22:13:15,511 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-310af45e-4d17-4734-9564-215aa7a522b7 2018-09-04 22:13:15,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:16,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d03305a2-66cd-4537-baee-4cafc9d3b190 x-compute-request-id: req-d03305a2-66cd-4537-baee-4cafc9d3b190 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "bookmark"}], "image": {"id": "328a5741-daab-419d-83e1-e1706966a3ff", "links": [{"href": "http://172.30.9.26:8774/images/328a5741-daab-419d-83e1-e1706966a3ff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "151e4792-4162-47f9-94a5-fbd05a9f8153", "links": [{"href": "http://172.30.9.26:8774/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153", "rel": "bookmark"}]}, "id": "fb987256-f74d-478d-8d3e-89166c15704a", "user_id": "4ec4d4c74c724506871da2cbe06a2df5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:13:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst", "created": "2018-09-04T22:13:15Z", "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:13:16,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a used request id req-d03305a2-66cd-4537-baee-4cafc9d3b190 2018-09-04 22:13:16,238 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst 2018-09-04 22:13:16,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:16,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a57b043-0438-4761-ac77-1317927a9e3d x-compute-request-id: req-3a57b043-0438-4761-ac77-1317927a9e3d Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "bookmark"}], "image": {"id": "328a5741-daab-419d-83e1-e1706966a3ff", "links": [{"href": "http://172.30.9.26:8774/images/328a5741-daab-419d-83e1-e1706966a3ff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "151e4792-4162-47f9-94a5-fbd05a9f8153", "links": [{"href": "http://172.30.9.26:8774/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153", "rel": "bookmark"}]}, "id": "fb987256-f74d-478d-8d3e-89166c15704a", "user_id": "4ec4d4c74c724506871da2cbe06a2df5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:13:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst", "created": "2018-09-04T22:13:15Z", "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:13:16,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a used request id req-3a57b043-0438-4761-ac77-1317927a9e3d 2018-09-04 22:13:16,458 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst] is - BUILD 2018-09-04 22:13:16,459 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:13:19,462 - create_instance - DEBUG - VM status query timeout in 896.776000023 2018-09-04 22:13:19,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:20,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7973a92e-d0a6-41e6-a29d-7c968934c2f0 x-compute-request-id: req-7973a92e-d0a6-41e6-a29d-7c968934c2f0 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "bookmark"}], "image": {"id": "328a5741-daab-419d-83e1-e1706966a3ff", "links": [{"href": "http://172.30.9.26:8774/images/328a5741-daab-419d-83e1-e1706966a3ff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "151e4792-4162-47f9-94a5-fbd05a9f8153", "links": [{"href": "http://172.30.9.26:8774/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153", "rel": "bookmark"}]}, "id": "fb987256-f74d-478d-8d3e-89166c15704a", "security_groups": [{"name": "default"}], "user_id": "4ec4d4c74c724506871da2cbe06a2df5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:13:17Z", "hostId": "98698abe0b56b6932086d12b8e2a9a91c71ea86a25af18c5ceb79f52", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst", "created": "2018-09-04T22:13:15Z", "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:13:20,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a used request id req-7973a92e-d0a6-41e6-a29d-7c968934c2f0 2018-09-04 22:13:20,079 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst] is - BUILD 2018-09-04 22:13:20,079 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:13:23,082 - create_instance - DEBUG - VM status query timeout in 893.15557003 2018-09-04 22:13:23,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:23,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1765945-2985-432a-a18a-ec6c3e6272ce x-compute-request-id: req-a1765945-2985-432a-a18a-ec6c3e6272ce Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "bookmark"}], "image": {"id": "328a5741-daab-419d-83e1-e1706966a3ff", "links": [{"href": "http://172.30.9.26:8774/images/328a5741-daab-419d-83e1-e1706966a3ff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:13:20.000000", "flavor": {"id": "151e4792-4162-47f9-94a5-fbd05a9f8153", "links": [{"href": "http://172.30.9.26:8774/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153", "rel": "bookmark"}]}, "id": "fb987256-f74d-478d-8d3e-89166c15704a", "security_groups": [{"name": "default"}], "user_id": "4ec4d4c74c724506871da2cbe06a2df5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:13:22Z", "hostId": "98698abe0b56b6932086d12b8e2a9a91c71ea86a25af18c5ceb79f52", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst", "created": "2018-09-04T22:13:15Z", "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:13:23,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a used request id req-a1765945-2985-432a-a18a-ec6c3e6272ce 2018-09-04 22:13:23,560 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst] is - ACTIVE 2018-09-04 22:13:23,560 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:13:23,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:24,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df44d273-eaf4-4f46-91a8-16e9f682af42 x-compute-request-id: req-df44d273-eaf4-4f46-91a8-16e9f682af42 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "bookmark"}], "image": {"id": "328a5741-daab-419d-83e1-e1706966a3ff", "links": [{"href": "http://172.30.9.26:8774/images/328a5741-daab-419d-83e1-e1706966a3ff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:13:20.000000", "flavor": {"id": "151e4792-4162-47f9-94a5-fbd05a9f8153", "links": [{"href": "http://172.30.9.26:8774/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153", "rel": "bookmark"}]}, "id": "fb987256-f74d-478d-8d3e-89166c15704a", "security_groups": [{"name": "default"}], "user_id": "4ec4d4c74c724506871da2cbe06a2df5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:13:22Z", "hostId": "98698abe0b56b6932086d12b8e2a9a91c71ea86a25af18c5ceb79f52", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst", "created": "2018-09-04T22:13:15Z", "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:13:24,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a used request id req-df44d273-eaf4-4f46-91a8-16e9f682af42 2018-09-04 22:13:24,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:24,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-900bfd13-15d9-450f-9179-5db44e6cc413 Date: Tue, 04 Sep 2018 22:13:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d6581c9-99a0-436e-a1a7-ee5854090c9d"],"updated_at":"2018-09-04T22:13:06Z","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net"}]} 2018-09-04 22:13:24,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net used request id req-900bfd13-15d9-450f-9179-5db44e6cc413 2018-09-04 22:13:24,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:24,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df5a771-d3c4-4faf-af8e-3adc6ac7122d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311"}, "enabled": true, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}} 2018-09-04 22:13:24,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 used request id req-9df5a771-d3c4-4faf-af8e-3adc6ac7122d 2018-09-04 22:13:24,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:24,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2780bab6-68b2-4e8f-a6de-1b4bf8b61002 Date: Tue, 04 Sep 2018 22:13:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:06Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-subnet"}]} 2018-09-04 22:13:24,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec used request id req-2780bab6-68b2-4e8f-a6de-1b4bf8b61002 2018-09-04 22:13:24,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:24,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3121 X-Openstack-Request-Id: req-28ccd72a-3983-4683-bc8a-336cfa2f4a48 Date: Tue, 04 Sep 2018 22:13:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:13:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","ip_address":"10.55.0.4"}],"id":"2c133545-e98e-4b66-b454-1959b60bfe91","security_groups":[],"mac_address":"fa:16:3e:f5:59:33","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-765c3df1-2ced-48f9-aa56-0d691705b1ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:13:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","ip_address":"10.55.0.9"}],"id":"78403eb3-c826-458a-8612-b2626cef8d6f","security_groups":["7bf72584-f5b6-422d-8f4c-45bae2463b20"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254port-1","admin_state_up":true,"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:12Z","binding:vnic_type":"normal","device_id":"fb987256-f74d-478d-8d3e-89166c15704a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:13:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","ip_address":"10.55.0.2"}],"id":"a9b0e590-a47d-41e8-9e7b-441efc12c847","security_groups":[],"mac_address":"fa:16:3e:ba:b2:37","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-765c3df1-2ced-48f9-aa56-0d691705b1ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:13:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5d6581c9-99a0-436e-a1a7-ee5854090c9d","ip_address":"10.55.0.3"}],"id":"e647635e-1587-4ba0-b87d-a746067cd4fc","security_groups":[],"mac_address":"fa:16:3e:4f:4c:55","project_id":"c7631ad473ad4b22a97d5ae59ea2d311","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"765c3df1-2ced-48f9-aa56-0d691705b1ec","tenant_id":"c7631ad473ad4b22a97d5ae59ea2d311","created_at":"2018-09-04T22:13:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-765c3df1-2ced-48f9-aa56-0d691705b1ec"}]} 2018-09-04 22:13:24,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=765c3df1-2ced-48f9-aa56-0d691705b1ec used request id req-28ccd72a-3983-4683-bc8a-336cfa2f4a48 2018-09-04 22:13:24,939 - create_instance - INFO - Deleting Port with ID - 78403eb3-c826-458a-8612-b2626cef8d6f 2018-09-04 22:13:24,939 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254port-1 2018-09-04 22:13:24,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/78403eb3-c826-458a-8612-b2626cef8d6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:25,417 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-19a5cc51-304f-4688-9f2c-350b72555905 Date: Tue, 04 Sep 2018 22:13:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:13:25,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/78403eb3-c826-458a-8612-b2626cef8d6f used request id req-19a5cc51-304f-4688-9f2c-350b72555905 2018-09-04 22:13:25,417 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst 2018-09-04 22:13:25,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:25,564 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:13:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-956ba53d-f139-47e4-bf02-128100e1f034 x-compute-request-id: req-956ba53d-f139-47e4-bf02-128100e1f034 Content-Type: application/json 2018-09-04 22:13:25,565 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a used request id req-956ba53d-f139-47e4-bf02-128100e1f034 2018-09-04 22:13:25,565 - create_instance - INFO - Checking deletion status 2018-09-04 22:13:25,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:25,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d597064-7cdc-4b33-837e-375b0dd1875f x-compute-request-id: req-5d597064-7cdc-4b33-837e-375b0dd1875f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb987256-f74d-478d-8d3e-89166c15704a", "rel": "bookmark"}], "image": {"id": "328a5741-daab-419d-83e1-e1706966a3ff", "links": [{"href": "http://172.30.9.26:8774/images/328a5741-daab-419d-83e1-e1706966a3ff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:13:20.000000", "flavor": {"id": "151e4792-4162-47f9-94a5-fbd05a9f8153", "links": [{"href": "http://172.30.9.26:8774/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153", "rel": "bookmark"}]}, "id": "fb987256-f74d-478d-8d3e-89166c15704a", "user_id": "4ec4d4c74c724506871da2cbe06a2df5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:13:25Z", "hostId": "98698abe0b56b6932086d12b8e2a9a91c71ea86a25af18c5ceb79f52", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst", "created": "2018-09-04T22:13:15Z", "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:13:25,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a used request id req-5d597064-7cdc-4b33-837e-375b0dd1875f 2018-09-04 22:13:25,663 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst] is - ACTIVE 2018-09-04 22:13:25,663 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:13:28,667 - create_instance - DEBUG - VM status query timeout in 296.898659945 2018-09-04 22:13:28,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a5e785a3261f585b67aff5e5108230b690956dd" 2018-09-04 22:13:28,716 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:13:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a043d8b-8e3f-41e4-ab81-410629a38090 x-compute-request-id: req-8a043d8b-8e3f-41e4-ab81-410629a38090 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance fb987256-f74d-478d-8d3e-89166c15704a could not be found.", "code": 404}} 2018-09-04 22:13:28,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb987256-f74d-478d-8d3e-89166c15704a used request id req-8a043d8b-8e3f-41e4-ab81-410629a38090 2018-09-04 22:13:28,716 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance fb987256-f74d-478d-8d3e-89166c15704a could not be found. (HTTP 404) (Request-ID: req-8a043d8b-8e3f-41e4-ab81-410629a38090) 2018-09-04 22:13:28,717 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-inst 2018-09-04 22:13:28,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07da852b15969d007dce871793ef34d44d12f2fe" 2018-09-04 22:13:28,780 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:13:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b42afd90-482b-4950-b0ce-21fb0af326e2 x-compute-request-id: req-b42afd90-482b-4950-b0ce-21fb0af326e2 Content-Length: 0 Content-Type: application/json 2018-09-04 22:13:28,780 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/151e4792-4162-47f9-94a5-fbd05a9f8153 used request id req-b42afd90-482b-4950-b0ce-21fb0af326e2 2018-09-04 22:13:28,781 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-subnet 2018-09-04 22:13:28,781 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-subnet 2018-09-04 22:13:28,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/5d6581c9-99a0-436e-a1a7-ee5854090c9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3605e31bd95d1ddd5d84d900caa9547fc588ea7e" 2018-09-04 22:13:31,352 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e6c26d08-e59d-4687-b606-ee03b2588864 Date: Tue, 04 Sep 2018 22:13:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:13:31,352 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/5d6581c9-99a0-436e-a1a7-ee5854090c9d used request id req-e6c26d08-e59d-4687-b606-ee03b2588864 2018-09-04 22:13:31,352 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-pub-net 2018-09-04 22:13:31,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/765c3df1-2ced-48f9-aa56-0d691705b1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3605e31bd95d1ddd5d84d900caa9547fc588ea7e" 2018-09-04 22:13:32,604 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5fceb72-22dc-4fd2-97b6-d4af75322a37 Date: Tue, 04 Sep 2018 22:13:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:13:32,604 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/765c3df1-2ced-48f9-aa56-0d691705b1ec used request id req-a5fceb72-22dc-4fd2-97b6-d4af75322a37 2018-09-04 22:13:32,605 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-5d7e890b-cfcd-42c1-bfbb-4dab2a449254-image 2018-09-04 22:13:32,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/328a5741-daab-419d-83e1-e1706966a3ff -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}78ee6a359f2cf3ad76e89549d95d2bd8266d3d35" 2018-09-04 22:13:34,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-02368679-e5a8-4598-9731-8f4b05396390 Date: Tue, 04 Sep 2018 22:13:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:13:34,348 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/328a5741-daab-419d-83e1-e1706966a3ff used request id req-02368679-e5a8-4598-9731-8f4b05396390 2018-09-04 22:13:34,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:34,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-fad295f6-0030-4af4-9950-7538f778bc36 Date: Tue, 04 Sep 2018 22:13:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "created_at": "2018-09-04T22:13:05Z", "updated_at": "2018-09-04T22:13:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:13:05Z", "revision_number": 0, "id": "18207b7f-5d2a-45a1-a1f1-c740e64c23ad", "remote_group_id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "remote_ip_prefix": null, "created_at": "2018-09-04T22:13:05Z", "security_group_id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7631ad473ad4b22a97d5ae59ea2d311"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:13:05Z", "revision_number": 0, "id": "267d456d-61f4-4439-be0b-6b1d0db4f5e6", "remote_group_id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "remote_ip_prefix": null, "created_at": "2018-09-04T22:13:05Z", "security_group_id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7631ad473ad4b22a97d5ae59ea2d311"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:13:05Z", "revision_number": 0, "id": "ac639cb2-7797-4e32-bf72-ae46d333b74f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:13:05Z", "security_group_id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7631ad473ad4b22a97d5ae59ea2d311"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:13:05Z", "revision_number": 0, "id": "eb1d4df8-3eaf-4087-b630-038260c9649a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:13:05Z", "security_group_id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7631ad473ad4b22a97d5ae59ea2d311"}], "revision_number": 4, "project_id": "c7631ad473ad4b22a97d5ae59ea2d311", "id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:13:34,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-fad295f6-0030-4af4-9950-7538f778bc36 2018-09-04 22:13:34,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:34,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab8b1f6f-001a-49c0-b0ec-305b5b83cdc1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:13:34,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-ab8b1f6f-001a-49c0-b0ec-305b5b83cdc1 2018-09-04 22:13:34,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:34,884 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:13:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b0aaf1c-3eca-4070-8cbb-65e873afe751 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:13:34,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-4b0aaf1c-3eca-4070-8cbb-65e873afe751 2018-09-04 22:13:34,884 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:13:34,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:34,973 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:13:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4c8200b-2d0f-4d88-b1af-444215cc25fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:13:34,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-a4c8200b-2d0f-4d88-b1af-444215cc25fe 2018-09-04 22:13:34,974 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:13:34,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:35,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d07adefa-c4f8-48e6-9f6f-4b80a4b157e8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:13:35,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-d07adefa-c4f8-48e6-9f6f-4b80a4b157e8 2018-09-04 22:13:35,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:35,157 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:13:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5516b03b-ff36-47b0-b7e6-5c4f94af5125 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:13:35,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-5516b03b-ff36-47b0-b7e6-5c4f94af5125 2018-09-04 22:13:35,157 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:13:35,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:35,246 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:13:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-026c79ad-d410-45f4-9071-019a18fba6b1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:13:35,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-026c79ad-d410-45f4-9071-019a18fba6b1 2018-09-04 22:13:35,246 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:13:35,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:35,333 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:13:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d1880f2-a4a6-4cb8-b4ea-6a1153f3f97f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:13:35,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-6d1880f2-a4a6-4cb8-b4ea-6a1153f3f97f 2018-09-04 22:13:35,333 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:13:35,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:35,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21d320a9-fb7c-4e39-9436-3b8ba0435f2b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311"}, "enabled": true, "id": "c7631ad473ad4b22a97d5ae59ea2d311", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj"}} 2018-09-04 22:13:35,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 used request id req-21d320a9-fb7c-4e39-9436-3b8ba0435f2b 2018-09-04 22:13:35,426 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7bf72584-f5b6-422d-8f4c-45bae2463b20 2018-09-04 22:13:35,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=7bf72584-f5b6-422d-8f4c-45bae2463b20 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:35,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-78751720-4efe-4eeb-b4ac-c8b29314d41c Date: Tue, 04 Sep 2018 22:13:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:13:05Z", "security_group_id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "port_range_min": null, "revision_number": 0, "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "created_at": "2018-09-04T22:13:05Z", "project_id": "c7631ad473ad4b22a97d5ae59ea2d311", "id": "18207b7f-5d2a-45a1-a1f1-c740e64c23ad"}, {"remote_group_id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:13:05Z", "security_group_id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "port_range_min": null, "revision_number": 0, "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "created_at": "2018-09-04T22:13:05Z", "project_id": "c7631ad473ad4b22a97d5ae59ea2d311", "id": "267d456d-61f4-4439-be0b-6b1d0db4f5e6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:13:05Z", "security_group_id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "port_range_min": null, "revision_number": 0, "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "created_at": "2018-09-04T22:13:05Z", "project_id": "c7631ad473ad4b22a97d5ae59ea2d311", "id": "ac639cb2-7797-4e32-bf72-ae46d333b74f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:13:05Z", "security_group_id": "7bf72584-f5b6-422d-8f4c-45bae2463b20", "port_range_min": null, "revision_number": 0, "tenant_id": "c7631ad473ad4b22a97d5ae59ea2d311", "created_at": "2018-09-04T22:13:05Z", "project_id": "c7631ad473ad4b22a97d5ae59ea2d311", "id": "eb1d4df8-3eaf-4087-b630-038260c9649a"}]} 2018-09-04 22:13:35,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=7bf72584-f5b6-422d-8f4c-45bae2463b20 used request id req-78751720-4efe-4eeb-b4ac-c8b29314d41c 2018-09-04 22:13:35,603 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:13:35,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/7bf72584-f5b6-422d-8f4c-45bae2463b20 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:35,912 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0728b533-cfb0-4737-b2d2-18a3fec5c584 Content-Length: 0 Date: Tue, 04 Sep 2018 22:13:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:13:35,913 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/7bf72584-f5b6-422d-8f4c-45bae2463b20 used request id req-0728b533-cfb0-4737-b2d2-18a3fec5c584 2018-09-04 22:13:35,913 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj 2018-09-04 22:13:35,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:36,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:13:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4485afe3-4c4a-4d9a-864f-9832b29d3134 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:13:36,172 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/c7631ad473ad4b22a97d5ae59ea2d311 used request id req-4485afe3-4c4a-4d9a-864f-9832b29d3134 2018-09-04 22:13:36,172 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-proj-role 2018-09-04 22:13:36,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/e92021e5701846ebb076141b896ad9fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:36,323 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:13:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eb27ba3-aba4-445c-a225-707a401082df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:13:36,323 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/e92021e5701846ebb076141b896ad9fc used request id req-2eb27ba3-aba4-445c-a225-707a401082df 2018-09-04 22:13:36,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4318342ebd3d688565e33554ab506c193ca73ac" 2018-09-04 22:13:36,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f017e0f-9a74-4a8e-9192-f0062bbbd27a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:13:36,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4f017e0f-9a74-4a8e-9192-f0062bbbd27a 2018-09-04 22:13:36,419 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-05ba2ac5-4f9f-4fb-user 2018-09-04 22:13:36,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/4ec4d4c74c724506871da2cbe06a2df5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a572c369d6619cc22597dde18542d46f6690984" 2018-09-04 22:13:36,628 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:13:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25c3f8e1-678f-4b8a-9673-302c2a7b2223 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:13:36,628 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/4ec4d4c74c724506871da2cbe06a2df5 used request id req-25c3f8e1-678f-4b8a-9673-302c2a7b2223 2018-09-04 22:13:36,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:37,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:13:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["rDasbWtIS2WOQNH-OoIszA"], "issued_at": "2018-09-04T22:13:36.000000Z"}} 2018-09-04 22:13:37,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801ff6873e0136e8d18ffe4b11a40aac0c93e544" 2018-09-04 22:13:37,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50f00ba2-1c8a-49cc-8713-d890f593b259 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:37,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-50f00ba2-1c8a-49cc-8713-d890f593b259 2018-09-04 22:13:37,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:37,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:37,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:13:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["jjbv8w9zTsmVa4Y7lpfx8A"], "issued_at": "2018-09-04T22:13:37.000000Z"}} 2018-09-04 22:13:37,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:13:37,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6ecd1ed-9c53-40ec-a903-787ecfe9b56d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:37,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d6ecd1ed-9c53-40ec-a903-787ecfe9b56d 2018-09-04 22:13:37,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:13:37,587 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:13:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:13:37,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3dae5105-0669-41c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:13:37,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-befcbc53-0cc4-4ba6-a63b-428655dab3b7 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3dae5105-0669-41c-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:13:37,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3dae5105-0669-41c-proj used request id req-befcbc53-0cc4-4ba6-a63b-428655dab3b7 2018-09-04 22:13:37,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:13:37,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c03b6911-a57c-45b2-b3fc-933c6e883739 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:13:37,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c03b6911-a57c-45b2-b3fc-933c6e883739 2018-09-04 22:13:37,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}}' 2018-09-04 22:13:37,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:13:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5eccc321-0038-4175-bb75-7d822323adbf Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4"}, "enabled": true, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}} 2018-09-04 22:13:37,970 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5eccc321-0038-4175-bb75-7d822323adbf 2018-09-04 22:13:37,970 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-3dae5105-0669-41c-proj 2018-09-04 22:13:37,970 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:37,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:38,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:13:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["pdW3LhhTQCmqVPqpOdm09g"], "issued_at": "2018-09-04T22:13:38.000000Z"}} 2018-09-04 22:13:38,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7f90402b2879d5440dcc62ed2c174f27965429" 2018-09-04 22:13:38,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5787b8d-157b-41e0-ad8c-f6e08e1934ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:38,595 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e5787b8d-157b-41e0-ad8c-f6e08e1934ee 2018-09-04 22:13:38,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:13:38,605 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:13:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:13:38,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7f90402b2879d5440dcc62ed2c174f27965429" 2018-09-04 22:13:38,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-421e5d5e-4259-49f8-9a2d-881b22f71952 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:13:38,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-421e5d5e-4259-49f8-9a2d-881b22f71952 2018-09-04 22:13:38,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-3dae5105-0669-41c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7f90402b2879d5440dcc62ed2c174f27965429" 2018-09-04 22:13:38,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f3ec0d-5ea3-4b20-8c06-c8956438740e Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-3dae5105-0669-41c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4"}, "enabled": true, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}]} 2018-09-04 22:13:38,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-3dae5105-0669-41c-proj used request id req-41f3ec0d-5ea3-4b20-8c06-c8956438740e 2018-09-04 22:13:38,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7f90402b2879d5440dcc62ed2c174f27965429" 2018-09-04 22:13:38,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc38accb-e80e-486f-9d40-07b6a22459ee Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:13:38,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-cc38accb-e80e-486f-9d40-07b6a22459ee 2018-09-04 22:13:39,348 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-3dae5105-0669-41c-user 2018-09-04 22:13:39,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:39,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:13:39,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c2b159-2eae-4377-bc95-5a928b5009f9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:13:39,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c2c2b159-2eae-4377-bc95-5a928b5009f9 2018-09-04 22:13:39,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" -d '{"role": {"name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj-role"}}' 2018-09-04 22:13:39,556 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7c33a8d-c28f-46ae-a823-3873a7ee5277 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4634f462155f468ab8a03720c26167eb", "links": {"self": "http://172.30.9.26:5000/v3/roles/4634f462155f468ab8a03720c26167eb"}, "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj-role"}} 2018-09-04 22:13:39,557 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-d7c33a8d-c28f-46ae-a823-3873a7ee5277 2018-09-04 22:13:39,557 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-3dae5105-0669-41c-proj-role 2018-09-04 22:13:39,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/4634f462155f468ab8a03720c26167eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:13:39,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a16052f5-3876-4e59-bea1-758b0b9450e7 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/4634f462155f468ab8a03720c26167eb"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj-role", "id": "4634f462155f468ab8a03720c26167eb"}} 2018-09-04 22:13:39,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/4634f462155f468ab8a03720c26167eb used request id req-a16052f5-3876-4e59-bea1-758b0b9450e7 2018-09-04 22:13:39,647 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-3dae5105-0669-41c-proj-role to project CreateInstancePortManipulationTests-3dae5105-0669-41c-proj 2018-09-04 22:13:39,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4/users/9b99a75198ae46158053afe713a52c65/roles/4634f462155f468ab8a03720c26167eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:13:39,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71035f6f-5cfb-4ccb-a9b9-5935ac6d7e6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:13:39,787 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4/users/9b99a75198ae46158053afe713a52c65/roles/4634f462155f468ab8a03720c26167eb used request id req-71035f6f-5cfb-4ccb-a9b9-5935ac6d7e6a 2018-09-04 22:13:39,788 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:13:39,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:39,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:40,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4634f462155f468ab8a03720c26167eb", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj-role"}], "expires_at": "2018-09-04T23:13:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-user", "id": "9b99a75198ae46158053afe713a52c65"}, "audit_ids": ["SoWvUPErRkOOcalZI5-g5Q"], "issued_at": "2018-09-04T22:13:40.000000Z"}} 2018-09-04 22:13:40,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67d083d44ef0bc5be5b8d5ed62c4664342a095f9" 2018-09-04 22:13:40,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f8bf19-5ce7-4a37-b465-132e9b356932 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:40,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-57f8bf19-5ce7-4a37-b465-132e9b356932 2018-09-04 22:13:40,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67d083d44ef0bc5be5b8d5ed62c4664342a095f9" 2018-09-04 22:13:40,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-c44946b2-b8ba-4203-a1ee-4994b7e5e0c1 Date: Tue, 04 Sep 2018 22:13:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image"} 2018-09-04 22:13:40,437 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image used request id req-c44946b2-b8ba-4203-a1ee-4994b7e5e0c1 2018-09-04 22:13:40,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67d083d44ef0bc5be5b8d5ed62c4664342a095f9" 2018-09-04 22:13:40,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-953cf6e2-6e29-4c7e-a5d3-646520285793 Date: Tue, 04 Sep 2018 22:13:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:13:40,596 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-953cf6e2-6e29-4c7e-a5d3-646520285793 2018-09-04 22:13:40,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}67d083d44ef0bc5be5b8d5ed62c4664342a095f9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image"}' 2018-09-04 22:13:40,805 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975 X-Openstack-Request-Id: req-b1d00032-9654-4fd3-80b3-9244f5cfbb3d Date: Tue, 04 Sep 2018 22:13:40 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:13:40Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:13:40Z", "visibility": "shared", "locations": [], "self": "/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975", "min_disk": 0, "protected": false, "id": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "file": "/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975/file", "checksum": null, "owner": "7a3e4bfae80b4012b546d6107ac38ca4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:13:40,805 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-b1d00032-9654-4fd3-80b3-9244f5cfbb3d 2018-09-04 22:13:40,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67d083d44ef0bc5be5b8d5ed62c4664342a095f9" -d '' 2018-09-04 22:13:42,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04c54588-6fb9-45f3-b3c3-ed14bf6773d5 Date: Tue, 04 Sep 2018 22:13:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:13:42,389 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975/file used request id req-04c54588-6fb9-45f3-b3c3-ed14bf6773d5 2018-09-04 22:13:42,390 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:13:42,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67d083d44ef0bc5be5b8d5ed62c4664342a095f9" 2018-09-04 22:13:42,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-dd0be75f-7a55-497a-bbbe-6855e5a7c816 Date: Tue, 04 Sep 2018 22:13:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:13:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:13:42Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975/snap", "metadata": {}}], "self": "/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975", "min_disk": 0, "protected": false, "id": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "file": "/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7a3e4bfae80b4012b546d6107ac38ca4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:13:42,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975 used request id req-dd0be75f-7a55-497a-bbbe-6855e5a7c816 2018-09-04 22:13:42,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67d083d44ef0bc5be5b8d5ed62c4664342a095f9" 2018-09-04 22:13:42,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7fa037f8-a0f8-4735-9e44-6de36b3f9961 Date: Tue, 04 Sep 2018 22:13:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:13:42,557 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-7fa037f8-a0f8-4735-9e44-6de36b3f9961 2018-09-04 22:13:42,560 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image 2018-09-04 22:13:42,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67d083d44ef0bc5be5b8d5ed62c4664342a095f9" 2018-09-04 22:13:42,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-60611f3d-3c41-41b3-97c1-201a4cf3e4a5 Date: Tue, 04 Sep 2018 22:13:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:13:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:13:42Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975/snap", "metadata": {}}], "self": "/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975", "min_disk": 0, "protected": false, "id": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "file": "/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7a3e4bfae80b4012b546d6107ac38ca4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:13:42,717 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975 used request id req-60611f3d-3c41-41b3-97c1-201a4cf3e4a5 2018-09-04 22:13:42,718 - create_image - DEBUG - Instance status is - active 2018-09-04 22:13:42,718 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image 2018-09-04 22:13:42,718 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image 2018-09-04 22:13:42,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:42,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:43,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4634f462155f468ab8a03720c26167eb", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj-role"}], "expires_at": "2018-09-04T23:13:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-user", "id": "9b99a75198ae46158053afe713a52c65"}, "audit_ids": ["WrcK12syR4-C8n2zv5NQGQ"], "issued_at": "2018-09-04T22:13:43.000000Z"}} 2018-09-04 22:13:43,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9639e971cd27a73da686c9068e1aec99b432a74" 2018-09-04 22:13:43,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c962d59-1840-4b3d-b07f-51b8a3424afd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:43,175 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4c962d59-1840-4b3d-b07f-51b8a3424afd 2018-09-04 22:13:43,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9639e971cd27a73da686c9068e1aec99b432a74" 2018-09-04 22:13:43,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b9bb4909-f055-468a-9a1f-79f216b74c79 Date: Tue, 04 Sep 2018 22:13:43 GMT RESP BODY: {"networks":[]} 2018-09-04 22:13:43,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net used request id req-b9bb4909-f055-468a-9a1f-79f216b74c79 2018-09-04 22:13:43,359 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net 2018-09-04 22:13:43,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9639e971cd27a73da686c9068e1aec99b432a74" -d '{"network": {"name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net", "admin_state_up": true}}' 2018-09-04 22:13:43,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-24316e73-9bd4-44e4-ae63-d0d077065fd0 Date: Tue, 04 Sep 2018 22:13:43 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f446d322-9de7-4562-9d9b-ed071e6a0046","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7a3e4bfae80b4012b546d6107ac38ca4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:13:43Z","is_default":false,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:43Z","mtu":1450}} 2018-09-04 22:13:43,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-24316e73-9bd4-44e4-ae63-d0d077065fd0 2018-09-04 22:13:43,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=f446d322-9de7-4562-9d9b-ed071e6a0046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9639e971cd27a73da686c9068e1aec99b432a74" 2018-09-04 22:13:44,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-c89ea1d2-33b3-4d3a-b50a-a9e971c36825 Date: Tue, 04 Sep 2018 22:13:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:13:43Z","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"f446d322-9de7-4562-9d9b-ed071e6a0046","name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net"}]} 2018-09-04 22:13:44,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=f446d322-9de7-4562-9d9b-ed071e6a0046 used request id req-c89ea1d2-33b3-4d3a-b50a-a9e971c36825 2018-09-04 22:13:44,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9639e971cd27a73da686c9068e1aec99b432a74" 2018-09-04 22:13:44,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e0300074-5142-412a-aed4-ea9338747817 Date: Tue, 04 Sep 2018 22:13:44 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:13:44,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 used request id req-e0300074-5142-412a-aed4-ea9338747817 2018-09-04 22:13:44,299 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet 2018-09-04 22:13:44,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9639e971cd27a73da686c9068e1aec99b432a74" -d '{"subnets": [{"ip_version": 4, "network_id": "f446d322-9de7-4562-9d9b-ed071e6a0046", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet"}]}' 2018-09-04 22:13:45,501 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-58ea5f92-9d2a-4eb1-bdf0-612179b09c32 Date: Tue, 04 Sep 2018 22:13:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:44Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:44Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"69225665-50c2-43af-ab3b-813d81fd4a4a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet"}]} 2018-09-04 22:13:45,501 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-58ea5f92-9d2a-4eb1-bdf0-612179b09c32 2018-09-04 22:13:45,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=f446d322-9de7-4562-9d9b-ed071e6a0046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9639e971cd27a73da686c9068e1aec99b432a74" 2018-09-04 22:13:45,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9b340cef-c541-46c6-af23-32bba796f484 Date: Tue, 04 Sep 2018 22:13:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["69225665-50c2-43af-ab3b-813d81fd4a4a"],"updated_at":"2018-09-04T22:13:44Z","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"f446d322-9de7-4562-9d9b-ed071e6a0046","name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net"}]} 2018-09-04 22:13:45,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=f446d322-9de7-4562-9d9b-ed071e6a0046 used request id req-9b340cef-c541-46c6-af23-32bba796f484 2018-09-04 22:13:45,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9639e971cd27a73da686c9068e1aec99b432a74" 2018-09-04 22:13:45,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-543b2125-2f05-4f70-9b1a-ac7b8d4bfd1f Date: Tue, 04 Sep 2018 22:13:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:44Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"69225665-50c2-43af-ab3b-813d81fd4a4a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet"}]} 2018-09-04 22:13:45,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 used request id req-543b2125-2f05-4f70-9b1a-ac7b8d4bfd1f 2018-09-04 22:13:45,968 - OpenStackNetwork - DEBUG - Network [f446d322-9de7-4562-9d9b-ed071e6a0046] created successfully 2018-09-04 22:13:45,969 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:45,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:46,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:13:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["jpnC1X-kSWCPqEiMkR4kzA"], "issued_at": "2018-09-04T22:13:46.000000Z"}} 2018-09-04 22:13:46,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686f1dcde544415821256eee157c60b19232ba2c" 2018-09-04 22:13:46,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-651b4fbe-1a1c-41cf-a7df-dc3feba3da77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:46,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-651b4fbe-1a1c-41cf-a7df-dc3feba3da77 2018-09-04 22:13:46,440 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:13:46,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686f1dcde544415821256eee157c60b19232ba2c" 2018-09-04 22:13:46,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dfb748b4-a929-4aa4-b206-d783b00316d0 x-compute-request-id: req-dfb748b4-a929-4aa4-b206-d783b00316d0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:13:46,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-dfb748b4-a929-4aa4-b206-d783b00316d0 2018-09-04 22:13:46,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686f1dcde544415821256eee157c60b19232ba2c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:13:46,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00953cfd-b01c-4f28-9c7c-d0e1041b9549 x-compute-request-id: req-00953cfd-b01c-4f28-9c7c-d0e1041b9549 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f912c555-e389-406c-ace4-4dfee089888f", "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:13:46,682 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-00953cfd-b01c-4f28-9c7c-d0e1041b9549 2018-09-04 22:13:46,683 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:46,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:47,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4634f462155f468ab8a03720c26167eb", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj-role"}], "expires_at": "2018-09-04T23:13:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-user", "id": "9b99a75198ae46158053afe713a52c65"}, "audit_ids": ["bWVioHFAQK6R5PQeP0oNhg"], "issued_at": "2018-09-04T22:13:47.000000Z"}} 2018-09-04 22:13:47,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:47,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3f579d2-7cf4-4136-adad-4e7e3179d527 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:47,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d3f579d2-7cf4-4136-adad-4e7e3179d527 2018-09-04 22:13:47,151 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:13:47,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:47,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de81ef95-edc9-495c-8123-3cb71d6b07b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:47,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-de81ef95-edc9-495c-8123-3cb71d6b07b0 2018-09-04 22:13:47,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:47,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a70e14d2-56c9-4ede-9d8f-a448cfb08aa0 Date: Tue, 04 Sep 2018 22:13:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["69225665-50c2-43af-ab3b-813d81fd4a4a"],"updated_at":"2018-09-04T22:13:44Z","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"f446d322-9de7-4562-9d9b-ed071e6a0046","name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net"}]} 2018-09-04 22:13:47,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net used request id req-a70e14d2-56c9-4ede-9d8f-a448cfb08aa0 2018-09-04 22:13:47,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:13:47,440 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:13:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:13:47,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:47,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6fa80d6-1cc6-4bf6-a3f4-ba4b46e424ba Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4"}, "enabled": true, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}} 2018-09-04 22:13:47,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 used request id req-f6fa80d6-1cc6-4bf6-a3f4-ba4b46e424ba 2018-09-04 22:13:47,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:47,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-67cfd22a-c69e-458c-9412-24b9a37943d5 Date: Tue, 04 Sep 2018 22:13:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:44Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"69225665-50c2-43af-ab3b-813d81fd4a4a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet"}]} 2018-09-04 22:13:47,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 used request id req-67cfd22a-c69e-458c-9412-24b9a37943d5 2018-09-04 22:13:47,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:47,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0443a3db-7e17-4d73-81a6-619494ec6122 Date: Tue, 04 Sep 2018 22:13:47 GMT RESP BODY: {"ports":[]} 2018-09-04 22:13:47,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584port-1&admin_state_up=True used request id req-0443a3db-7e17-4d73-81a6-619494ec6122 2018-09-04 22:13:47,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:48,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae79a3c7-f973-4736-bfc9-31a97ad3a08b x-compute-request-id: req-ae79a3c7-f973-4736-bfc9-31a97ad3a08b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:13:48,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst used request id req-ae79a3c7-f973-4736-bfc9-31a97ad3a08b 2018-09-04 22:13:48,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:48,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-08a6786c-8e3b-4e77-85dd-f2b10fa3890b Date: Tue, 04 Sep 2018 22:13:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["69225665-50c2-43af-ab3b-813d81fd4a4a"],"updated_at":"2018-09-04T22:13:44Z","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"f446d322-9de7-4562-9d9b-ed071e6a0046","name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net"}]} 2018-09-04 22:13:48,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net used request id req-08a6786c-8e3b-4e77-85dd-f2b10fa3890b 2018-09-04 22:13:48,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:48,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c06ab174-4e3e-4284-80cb-979bacbc4e27 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4"}, "enabled": true, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}} 2018-09-04 22:13:48,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 used request id req-c06ab174-4e3e-4284-80cb-979bacbc4e27 2018-09-04 22:13:48,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:48,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-edc36036-5711-4adf-8bb2-82ae6194ece9 Date: Tue, 04 Sep 2018 22:13:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:44Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"69225665-50c2-43af-ab3b-813d81fd4a4a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet"}]} 2018-09-04 22:13:48,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 used request id req-edc36036-5711-4adf-8bb2-82ae6194ece9 2018-09-04 22:13:48,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:48,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d1695679-9750-4c08-b0c5-244e3f07518a Date: Tue, 04 Sep 2018 22:13:48 GMT RESP BODY: {"ports":[]} 2018-09-04 22:13:48,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584port-1&admin_state_up=True used request id req-d1695679-9750-4c08-b0c5-244e3f07518a 2018-09-04 22:13:48,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:13:48,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:13:49,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4634f462155f468ab8a03720c26167eb", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj-role"}], "expires_at": "2018-09-04T23:13:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a3e4bfae80b4012b546d6107ac38ca4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-user", "id": "9b99a75198ae46158053afe713a52c65"}, "audit_ids": ["RkRyHj2nRVWzAR0q96o1RA"], "issued_at": "2018-09-04T22:13:49.000000Z"}} 2018-09-04 22:13:49,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da09bf7e5e6bad36b16553a1660f23f33616ab52" 2018-09-04 22:13:49,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb459c7-450c-4fe6-bfbd-761941ed5005 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:13:49,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6fb459c7-450c-4fe6-bfbd-761941ed5005 2018-09-04 22:13:49,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:49,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0d89ae85-0435-4842-897a-87e394bd48d7 Date: Tue, 04 Sep 2018 22:13:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["69225665-50c2-43af-ab3b-813d81fd4a4a"],"updated_at":"2018-09-04T22:13:44Z","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"f446d322-9de7-4562-9d9b-ed071e6a0046","name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net"}]} 2018-09-04 22:13:49,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net used request id req-0d89ae85-0435-4842-897a-87e394bd48d7 2018-09-04 22:13:49,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:49,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d5e755d2-d7e9-4cb6-a264-0cbd0e917aad Date: Tue, 04 Sep 2018 22:13:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:44Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"69225665-50c2-43af-ab3b-813d81fd4a4a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet"}]} 2018-09-04 22:13:49,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 used request id req-d5e755d2-d7e9-4cb6-a264-0cbd0e917aad 2018-09-04 22:13:49,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:50,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-86c805d3-fca5-45b2-bd98-775759e191dd Date: Tue, 04 Sep 2018 22:13:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["69225665-50c2-43af-ab3b-813d81fd4a4a"],"updated_at":"2018-09-04T22:13:44Z","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"f446d322-9de7-4562-9d9b-ed071e6a0046","name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net"}]} 2018-09-04 22:13:50,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net used request id req-86c805d3-fca5-45b2-bd98-775759e191dd 2018-09-04 22:13:50,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:13:50,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:13:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:13:50,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da09bf7e5e6bad36b16553a1660f23f33616ab52" 2018-09-04 22:13:50,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e0436d2-3581-41f3-b11a-051e7b1bb54b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4"}, "enabled": true, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}} 2018-09-04 22:13:50,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 used request id req-5e0436d2-3581-41f3-b11a-051e7b1bb54b 2018-09-04 22:13:50,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:50,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-970e6eb4-eeab-476f-add6-414421ee5136 Date: Tue, 04 Sep 2018 22:13:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:44Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"69225665-50c2-43af-ab3b-813d81fd4a4a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet"}]} 2018-09-04 22:13:50,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 used request id req-970e6eb4-eeab-476f-add6-414421ee5136 2018-09-04 22:13:50,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:50,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bdae1ca9-12e0-450e-981c-2f37e267c20f Date: Tue, 04 Sep 2018 22:13:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:44Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"69225665-50c2-43af-ab3b-813d81fd4a4a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet"}]} 2018-09-04 22:13:50,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet used request id req-bdae1ca9-12e0-450e-981c-2f37e267c20f 2018-09-04 22:13:50,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:50,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-855f2df3-2774-4e75-b63d-48aa89880b7a Date: Tue, 04 Sep 2018 22:13:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:44Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"69225665-50c2-43af-ab3b-813d81fd4a4a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet"}]} 2018-09-04 22:13:50,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet used request id req-855f2df3-2774-4e75-b63d-48aa89880b7a 2018-09-04 22:13:50,638 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net 2018-09-04 22:13:50,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" -d '{"port": {"network_id": "f446d322-9de7-4562-9d9b-ed071e6a0046", "fixed_ips": [{"subnet_id": "69225665-50c2-43af-ab3b-813d81fd4a4a", "ip_address": "10.55.0.101"}, {"subnet_id": "69225665-50c2-43af-ab3b-813d81fd4a4a", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584port-1", "admin_state_up": true}}' 2018-09-04 22:13:51,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-3b05b4d0-1bd7-48b8-94b2-8e93f9ee8db9 Date: Tue, 04 Sep 2018 22:13:51 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:13:51Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"69225665-50c2-43af-ab3b-813d81fd4a4a","ip_address":"10.55.0.101"},{"subnet_id":"69225665-50c2-43af-ab3b-813d81fd4a4a","ip_address":"10.55.0.102"}],"id":"a2ecd430-e517-4bb9-a7c6-b886270a095e","security_groups":["72edc3df-048b-4966-a4bf-af2c13d0a510"],"mac_address":"fa:16:3e:fc:1e:9f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584port-1","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","qos_policy_id":null,"admin_state_up":true,"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:51Z","binding:vnic_type":"normal"}} 2018-09-04 22:13:51,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-3b05b4d0-1bd7-48b8-94b2-8e93f9ee8db9 2018-09-04 22:13:51,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:52,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f399d525-297e-495f-af1d-d90a2082a224 Date: Tue, 04 Sep 2018 22:13:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["69225665-50c2-43af-ab3b-813d81fd4a4a"],"updated_at":"2018-09-04T22:13:44Z","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"f446d322-9de7-4562-9d9b-ed071e6a0046","name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net"}]} 2018-09-04 22:13:52,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net used request id req-f399d525-297e-495f-af1d-d90a2082a224 2018-09-04 22:13:52,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:52,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74dfc8e9-3c1a-4808-afde-f42e5c49edc7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4"}, "enabled": true, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}} 2018-09-04 22:13:52,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 used request id req-74dfc8e9-3c1a-4808-afde-f42e5c49edc7 2018-09-04 22:13:52,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:52,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-80f6be0a-e184-4a75-bd36-d9eb7e1c9b89 Date: Tue, 04 Sep 2018 22:13:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:44Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"69225665-50c2-43af-ab3b-813d81fd4a4a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet"}]} 2018-09-04 22:13:52,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 used request id req-80f6be0a-e184-4a75-bd36-d9eb7e1c9b89 2018-09-04 22:13:52,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:52,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-c1a21f50-71cd-4a77-a03c-2925df81b964 Date: Tue, 04 Sep 2018 22:13:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:13:51Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"69225665-50c2-43af-ab3b-813d81fd4a4a","ip_address":"10.55.0.101"},{"subnet_id":"69225665-50c2-43af-ab3b-813d81fd4a4a","ip_address":"10.55.0.102"}],"id":"a2ecd430-e517-4bb9-a7c6-b886270a095e","security_groups":["72edc3df-048b-4966-a4bf-af2c13d0a510"],"mac_address":"fa:16:3e:fc:1e:9f","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584port-1","admin_state_up":true,"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:51Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:13:52,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584port-1&admin_state_up=True used request id req-c1a21f50-71cd-4a77-a03c-2925df81b964 2018-09-04 22:13:52,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:52,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c66d8d6a-3537-476f-a2fa-d774f2eac03c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4"}, "enabled": true, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}} 2018-09-04 22:13:52,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 used request id req-c66d8d6a-3537-476f-a2fa-d774f2eac03c 2018-09-04 22:13:52,591 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst 2018-09-04 22:13:52,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:52,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b368c7fc-a005-4b15-ab4f-0c5101467219 x-compute-request-id: req-b368c7fc-a005-4b15-ab4f-0c5101467219 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f912c555-e389-406c-ace4-4dfee089888f", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-flavor-name"}]} 2018-09-04 22:13:52,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b368c7fc-a005-4b15-ab4f-0c5101467219 2018-09-04 22:13:52,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/f912c555-e389-406c-ace4-4dfee089888f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:52,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e02d91c8-9eb1-442b-beba-adc36b7ffe42 x-compute-request-id: req-e02d91c8-9eb1-442b-beba-adc36b7ffe42 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f912c555-e389-406c-ace4-4dfee089888f", "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:13:52,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/f912c555-e389-406c-ace4-4dfee089888f used request id req-e02d91c8-9eb1-442b-beba-adc36b7ffe42 2018-09-04 22:13:52,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:52,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-9672c81a-6530-42d4-8a23-c699ddfb5ffc Date: Tue, 04 Sep 2018 22:13:52 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:13:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:13:42Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975/snap", "metadata": {}}], "self": "/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975", "min_disk": 0, "protected": false, "id": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "file": "/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7a3e4bfae80b4012b546d6107ac38ca4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image"} 2018-09-04 22:13:52,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image used request id req-9672c81a-6530-42d4-8a23-c699ddfb5ffc 2018-09-04 22:13:52,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:52,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1b74723e-7ad3-47d2-a130-96c077c33d87 Date: Tue, 04 Sep 2018 22:13:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:13:52,983 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-1b74723e-7ad3-47d2-a130-96c077c33d87 2018-09-04 22:13:52,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" -d '{"server": {"name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst", "imageRef": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "flavorRef": "f912c555-e389-406c-ace4-4dfee089888f", "max_count": 1, "min_count": 1, "networks": [{"port": "a2ecd430-e517-4bb9-a7c6-b886270a095e"}]}}' 2018-09-04 22:13:54,142 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:13:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8219f12d-53a8-4305-a024-15b6717d4f3e x-compute-request-id: req-8219f12d-53a8-4305-a024-15b6717d4f3e Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "bookmark"}], "adminPass": "s3ZnC2dXTt3r"}} 2018-09-04 22:13:54,142 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-8219f12d-53a8-4305-a024-15b6717d4f3e 2018-09-04 22:13:54,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:54,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31081ac0-6081-43bf-ba1e-4ec68489c7b8 x-compute-request-id: req-31081ac0-6081-43bf-ba1e-4ec68489c7b8 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "bookmark"}], "image": {"id": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "links": [{"href": "http://172.30.9.26:8774/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f912c555-e389-406c-ace4-4dfee089888f", "links": [{"href": "http://172.30.9.26:8774/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "bookmark"}]}, "id": "5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "user_id": "9b99a75198ae46158053afe713a52c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:13:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst", "created": "2018-09-04T22:13:54Z", "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:13:54,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d used request id req-31081ac0-6081-43bf-ba1e-4ec68489c7b8 2018-09-04 22:13:54,361 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst 2018-09-04 22:13:54,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:54,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d763cc7-c4f1-4424-a9d5-7ab214f41e07 x-compute-request-id: req-8d763cc7-c4f1-4424-a9d5-7ab214f41e07 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "bookmark"}], "image": {"id": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "links": [{"href": "http://172.30.9.26:8774/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f912c555-e389-406c-ace4-4dfee089888f", "links": [{"href": "http://172.30.9.26:8774/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "bookmark"}]}, "id": "5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "user_id": "9b99a75198ae46158053afe713a52c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:13:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst", "created": "2018-09-04T22:13:54Z", "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:13:54,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d used request id req-8d763cc7-c4f1-4424-a9d5-7ab214f41e07 2018-09-04 22:13:54,588 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst] is - BUILD 2018-09-04 22:13:54,588 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:13:57,591 - create_instance - DEBUG - VM status query timeout in 896.769814014 2018-09-04 22:13:57,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:13:58,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:13:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-daa28636-3481-4787-9e51-5eb6219ad007 x-compute-request-id: req-daa28636-3481-4787-9e51-5eb6219ad007 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "bookmark"}], "image": {"id": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "links": [{"href": "http://172.30.9.26:8774/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f912c555-e389-406c-ace4-4dfee089888f", "links": [{"href": "http://172.30.9.26:8774/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "bookmark"}]}, "id": "5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "security_groups": [{"name": "default"}], "user_id": "9b99a75198ae46158053afe713a52c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:13:55Z", "hostId": "0dc02d71756bf5623f54c2d794745af69c570ede8d55599381921c10", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst", "created": "2018-09-04T22:13:54Z", "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:13:58,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d used request id req-daa28636-3481-4787-9e51-5eb6219ad007 2018-09-04 22:13:58,063 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst] is - BUILD 2018-09-04 22:13:58,063 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:14:01,066 - create_instance - DEBUG - VM status query timeout in 893.295089006 2018-09-04 22:14:01,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:14:01,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ded05b27-c290-4ac3-a736-25bb863c2ce7 x-compute-request-id: req-ded05b27-c290-4ac3-a736-25bb863c2ce7 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "bookmark"}], "image": {"id": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "links": [{"href": "http://172.30.9.26:8774/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f912c555-e389-406c-ace4-4dfee089888f", "links": [{"href": "http://172.30.9.26:8774/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "bookmark"}]}, "id": "5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "security_groups": [{"name": "default"}], "user_id": "9b99a75198ae46158053afe713a52c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:13:55Z", "hostId": "0dc02d71756bf5623f54c2d794745af69c570ede8d55599381921c10", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst", "created": "2018-09-04T22:13:54Z", "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:14:01,711 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d used request id req-ded05b27-c290-4ac3-a736-25bb863c2ce7 2018-09-04 22:14:01,711 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst] is - BUILD 2018-09-04 22:14:01,712 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:14:04,715 - create_instance - DEBUG - VM status query timeout in 889.646465063 2018-09-04 22:14:04,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:14:05,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8907ce7-2fa4-4638-bd38-5591bb17c947 x-compute-request-id: req-e8907ce7-2fa4-4638-bd38-5591bb17c947 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1e:9f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1e:9f", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "bookmark"}], "image": {"id": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "links": [{"href": "http://172.30.9.26:8774/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:14:00.000000", "flavor": {"id": "f912c555-e389-406c-ace4-4dfee089888f", "links": [{"href": "http://172.30.9.26:8774/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "bookmark"}]}, "id": "5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "security_groups": [{"name": "default"}], "user_id": "9b99a75198ae46158053afe713a52c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:14:02Z", "hostId": "0dc02d71756bf5623f54c2d794745af69c570ede8d55599381921c10", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst", "created": "2018-09-04T22:13:54Z", "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:14:05,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d used request id req-e8907ce7-2fa4-4638-bd38-5591bb17c947 2018-09-04 22:14:05,165 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst] is - ACTIVE 2018-09-04 22:14:05,165 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:14:05,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:14:05,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0fd34f9-61f8-4d98-a707-b5afb5fc9a09 x-compute-request-id: req-f0fd34f9-61f8-4d98-a707-b5afb5fc9a09 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1e:9f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1e:9f", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "bookmark"}], "image": {"id": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "links": [{"href": "http://172.30.9.26:8774/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:14:00.000000", "flavor": {"id": "f912c555-e389-406c-ace4-4dfee089888f", "links": [{"href": "http://172.30.9.26:8774/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "bookmark"}]}, "id": "5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "security_groups": [{"name": "default"}], "user_id": "9b99a75198ae46158053afe713a52c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:14:02Z", "hostId": "0dc02d71756bf5623f54c2d794745af69c570ede8d55599381921c10", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst", "created": "2018-09-04T22:13:54Z", "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:14:05,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d used request id req-f0fd34f9-61f8-4d98-a707-b5afb5fc9a09 2018-09-04 22:14:05,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:14:06,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-431f3ea5-1f7b-485f-bd0d-38a0ebb11c50 Date: Tue, 04 Sep 2018 22:14:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["69225665-50c2-43af-ab3b-813d81fd4a4a"],"updated_at":"2018-09-04T22:13:44Z","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"f446d322-9de7-4562-9d9b-ed071e6a0046","name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net"}]} 2018-09-04 22:14:06,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net used request id req-431f3ea5-1f7b-485f-bd0d-38a0ebb11c50 2018-09-04 22:14:06,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:14:06,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d30b256-bbf2-4b0d-9a0e-23aad8e75e12 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4"}, "enabled": true, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}} 2018-09-04 22:14:06,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 used request id req-8d30b256-bbf2-4b0d-9a0e-23aad8e75e12 2018-09-04 22:14:06,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:14:06,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-838c0736-d774-498c-a132-74739d6c1c0d Date: Tue, 04 Sep 2018 22:14:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:44Z","dns_nameservers":[],"updated_at":"2018-09-04T22:13:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","id":"69225665-50c2-43af-ab3b-813d81fd4a4a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet"}]} 2018-09-04 22:14:06,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 used request id req-838c0736-d774-498c-a132-74739d6c1c0d 2018-09-04 22:14:06,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:14:06,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3203 X-Openstack-Request-Id: req-298ec484-2689-439f-9868-0b163c281942 Date: Tue, 04 Sep 2018 22:14:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:13:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"69225665-50c2-43af-ab3b-813d81fd4a4a","ip_address":"10.55.0.4"}],"id":"2222e7c8-fa6c-4c4e-8b93-80e21be9a642","security_groups":[],"mac_address":"fa:16:3e:62:0b:0d","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f446d322-9de7-4562-9d9b-ed071e6a0046"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:13:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"69225665-50c2-43af-ab3b-813d81fd4a4a","ip_address":"10.55.0.3"}],"id":"2c35010c-e9c1-40b9-a8f6-3dfd76858d9b","security_groups":[],"mac_address":"fa:16:3e:9e:03:99","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f446d322-9de7-4562-9d9b-ed071e6a0046"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:14:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"69225665-50c2-43af-ab3b-813d81fd4a4a","ip_address":"10.55.0.101"},{"subnet_id":"69225665-50c2-43af-ab3b-813d81fd4a4a","ip_address":"10.55.0.102"}],"id":"a2ecd430-e517-4bb9-a7c6-b886270a095e","security_groups":["72edc3df-048b-4966-a4bf-af2c13d0a510"],"mac_address":"fa:16:3e:fc:1e:9f","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584port-1","admin_state_up":true,"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:51Z","binding:vnic_type":"normal","device_id":"5f892d58-0c6d-4bfb-a36e-0ce371f77f2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:13:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"69225665-50c2-43af-ab3b-813d81fd4a4a","ip_address":"10.55.0.2"}],"id":"caa29a94-5927-4332-80aa-c6b7df228f14","security_groups":[],"mac_address":"fa:16:3e:58:f4:56","project_id":"7a3e4bfae80b4012b546d6107ac38ca4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f446d322-9de7-4562-9d9b-ed071e6a0046","tenant_id":"7a3e4bfae80b4012b546d6107ac38ca4","created_at":"2018-09-04T22:13:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f446d322-9de7-4562-9d9b-ed071e6a0046"}]} 2018-09-04 22:14:06,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=f446d322-9de7-4562-9d9b-ed071e6a0046 used request id req-298ec484-2689-439f-9868-0b163c281942 2018-09-04 22:14:06,560 - create_instance - INFO - Deleting Port with ID - a2ecd430-e517-4bb9-a7c6-b886270a095e 2018-09-04 22:14:06,561 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584port-1 2018-09-04 22:14:06,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/a2ecd430-e517-4bb9-a7c6-b886270a095e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:14:07,336 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf9415af-484b-400a-b063-92d29ac87415 Date: Tue, 04 Sep 2018 22:14:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:14:07,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/a2ecd430-e517-4bb9-a7c6-b886270a095e used request id req-bf9415af-484b-400a-b063-92d29ac87415 2018-09-04 22:14:07,337 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst 2018-09-04 22:14:07,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:14:07,516 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:14:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c53aaf5-061c-4b1e-a8b2-89fea481837a x-compute-request-id: req-4c53aaf5-061c-4b1e-a8b2-89fea481837a Content-Type: application/json 2018-09-04 22:14:07,516 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d used request id req-4c53aaf5-061c-4b1e-a8b2-89fea481837a 2018-09-04 22:14:07,517 - create_instance - INFO - Checking deletion status 2018-09-04 22:14:07,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:14:07,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d789ce2d-8243-428b-84e3-478e1170a6c4 x-compute-request-id: req-d789ce2d-8243-428b-84e3-478e1170a6c4 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1e:9f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1e:9f", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "bookmark"}], "image": {"id": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "links": [{"href": "http://172.30.9.26:8774/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:14:00.000000", "flavor": {"id": "f912c555-e389-406c-ace4-4dfee089888f", "links": [{"href": "http://172.30.9.26:8774/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "bookmark"}]}, "id": "5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "user_id": "9b99a75198ae46158053afe713a52c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:14:07Z", "hostId": "0dc02d71756bf5623f54c2d794745af69c570ede8d55599381921c10", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst", "created": "2018-09-04T22:13:54Z", "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:14:07,758 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d used request id req-d789ce2d-8243-428b-84e3-478e1170a6c4 2018-09-04 22:14:07,758 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst] is - ACTIVE 2018-09-04 22:14:07,759 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:14:10,762 - create_instance - DEBUG - VM status query timeout in 296.755063057 2018-09-04 22:14:10,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:14:11,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5714bdd-5dfc-440e-a4fb-e34608330efa x-compute-request-id: req-e5714bdd-5dfc-440e-a4fb-e34608330efa Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "rel": "bookmark"}], "image": {"id": "f00f7b90-acc9-4f94-8db1-3e1af5f54975", "links": [{"href": "http://172.30.9.26:8774/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:14:00.000000", "flavor": {"id": "f912c555-e389-406c-ace4-4dfee089888f", "links": [{"href": "http://172.30.9.26:8774/flavors/f912c555-e389-406c-ace4-4dfee089888f", "rel": "bookmark"}]}, "id": "5f892d58-0c6d-4bfb-a36e-0ce371f77f2d", "user_id": "9b99a75198ae46158053afe713a52c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:14:07Z", "hostId": "0dc02d71756bf5623f54c2d794745af69c570ede8d55599381921c10", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst", "created": "2018-09-04T22:13:54Z", "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:14:11,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d used request id req-e5714bdd-5dfc-440e-a4fb-e34608330efa 2018-09-04 22:14:11,019 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst] is - ACTIVE 2018-09-04 22:14:11,020 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:14:14,023 - create_instance - DEBUG - VM status query timeout in 293.49418807 2018-09-04 22:14:14,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0954ea725454df532ab0167c5df6f42bad83e4ad" 2018-09-04 22:14:14,082 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:14:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-690b3fa1-b512-446b-a394-c5b049b8779a x-compute-request-id: req-690b3fa1-b512-446b-a394-c5b049b8779a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5f892d58-0c6d-4bfb-a36e-0ce371f77f2d could not be found.", "code": 404}} 2018-09-04 22:14:14,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5f892d58-0c6d-4bfb-a36e-0ce371f77f2d used request id req-690b3fa1-b512-446b-a394-c5b049b8779a 2018-09-04 22:14:14,082 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5f892d58-0c6d-4bfb-a36e-0ce371f77f2d could not be found. (HTTP 404) (Request-ID: req-690b3fa1-b512-446b-a394-c5b049b8779a) 2018-09-04 22:14:14,082 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-inst 2018-09-04 22:14:14,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/f912c555-e389-406c-ace4-4dfee089888f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686f1dcde544415821256eee157c60b19232ba2c" 2018-09-04 22:14:14,134 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:14:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8f564ce6-c3c7-49c8-aa86-c45e496cc884 x-compute-request-id: req-8f564ce6-c3c7-49c8-aa86-c45e496cc884 Content-Length: 0 Content-Type: application/json 2018-09-04 22:14:14,134 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/f912c555-e389-406c-ace4-4dfee089888f used request id req-8f564ce6-c3c7-49c8-aa86-c45e496cc884 2018-09-04 22:14:14,135 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet 2018-09-04 22:14:14,135 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-subnet 2018-09-04 22:14:14,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/69225665-50c2-43af-ab3b-813d81fd4a4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9639e971cd27a73da686c9068e1aec99b432a74" 2018-09-04 22:14:16,607 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-213e23e4-0ec5-48eb-bf18-9ecaf2a5bdf6 Date: Tue, 04 Sep 2018 22:14:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:14:16,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/69225665-50c2-43af-ab3b-813d81fd4a4a used request id req-213e23e4-0ec5-48eb-bf18-9ecaf2a5bdf6 2018-09-04 22:14:16,608 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-pub-net 2018-09-04 22:14:16,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/f446d322-9de7-4562-9d9b-ed071e6a0046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9639e971cd27a73da686c9068e1aec99b432a74" 2018-09-04 22:14:17,901 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-39e43e41-5853-4ded-ab4f-32f7acb46336 Date: Tue, 04 Sep 2018 22:14:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:14:17,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/f446d322-9de7-4562-9d9b-ed071e6a0046 used request id req-39e43e41-5853-4ded-ab4f-32f7acb46336 2018-09-04 22:14:17,902 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-8f7265cd-6d15-4371-9ad3-160b1988b584-image 2018-09-04 22:14:17,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67d083d44ef0bc5be5b8d5ed62c4664342a095f9" 2018-09-04 22:14:19,377 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8d23bb6c-44c5-4fe3-9306-399222f5b90d Date: Tue, 04 Sep 2018 22:14:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:14:19,378 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/f00f7b90-acc9-4f94-8db1-3e1af5f54975 used request id req-8d23bb6c-44c5-4fe3-9306-399222f5b90d 2018-09-04 22:14:19,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:19,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-63921c9f-2bae-427a-a7a6-9beb3a8abdc7 Date: Tue, 04 Sep 2018 22:14:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "created_at": "2018-09-04T22:13:43Z", "updated_at": "2018-09-04T22:13:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:13:43Z", "revision_number": 0, "id": "1e495837-8547-4f94-9df9-381ee6bc8f29", "remote_group_id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "remote_ip_prefix": null, "created_at": "2018-09-04T22:13:43Z", "security_group_id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a3e4bfae80b4012b546d6107ac38ca4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:13:43Z", "revision_number": 0, "id": "4e518083-9ac1-45f0-a959-17f7ced53d9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:13:43Z", "security_group_id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a3e4bfae80b4012b546d6107ac38ca4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:13:43Z", "revision_number": 0, "id": "80acf87c-ca14-4895-99e9-4ea8e237f8d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:13:43Z", "security_group_id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a3e4bfae80b4012b546d6107ac38ca4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:13:43Z", "revision_number": 0, "id": "f7907526-fb32-4642-8bba-5901db32eab3", "remote_group_id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "remote_ip_prefix": null, "created_at": "2018-09-04T22:13:43Z", "security_group_id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a3e4bfae80b4012b546d6107ac38ca4"}], "revision_number": 4, "project_id": "7a3e4bfae80b4012b546d6107ac38ca4", "id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:14:19,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-63921c9f-2bae-427a-a7a6-9beb3a8abdc7 2018-09-04 22:14:19,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:19,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cb3f9e3-9719-464e-bf5e-072b7f0f5d75 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:14:19,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-5cb3f9e3-9719-464e-bf5e-072b7f0f5d75 2018-09-04 22:14:19,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:19,816 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:14:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b2d9fa4-e96e-43ae-a735-7bd646ef3d5a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:14:19,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-1b2d9fa4-e96e-43ae-a735-7bd646ef3d5a 2018-09-04 22:14:19,816 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:14:19,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:19,976 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:14:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f031991-6118-4587-b095-b4a00fe70086 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:14:19,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-9f031991-6118-4587-b095-b4a00fe70086 2018-09-04 22:14:19,977 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:14:19,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:20,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c51e2ccc-d4b9-4d20-ad76-fc258d6de649 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:14:20,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-c51e2ccc-d4b9-4d20-ad76-fc258d6de649 2018-09-04 22:14:20,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:20,153 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:14:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae6acb92-aa38-4720-9a7f-bd1f0206ca4d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:14:20,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-ae6acb92-aa38-4720-9a7f-bd1f0206ca4d 2018-09-04 22:14:20,153 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:14:20,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:20,239 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:14:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19d6fdfa-3c19-47e1-981f-172d4ba508e9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:14:20,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-19d6fdfa-3c19-47e1-981f-172d4ba508e9 2018-09-04 22:14:20,239 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:14:20,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:20,410 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:14:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3649d2a-c488-49f7-b224-ea8d79b02a5e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:14:20,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-a3649d2a-c488-49f7-b224-ea8d79b02a5e 2018-09-04 22:14:20,410 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:14:20,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:20,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8f0cec7-f8f9-41b5-a7d2-fa92a3cc786e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4"}, "enabled": true, "id": "7a3e4bfae80b4012b546d6107ac38ca4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3dae5105-0669-41c-proj"}} 2018-09-04 22:14:20,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 used request id req-c8f0cec7-f8f9-41b5-a7d2-fa92a3cc786e 2018-09-04 22:14:20,494 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 72edc3df-048b-4966-a4bf-af2c13d0a510 2018-09-04 22:14:20,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=72edc3df-048b-4966-a4bf-af2c13d0a510 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:20,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-911a2422-938a-4e76-b84f-035f0bf136c6 Date: Tue, 04 Sep 2018 22:14:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:13:43Z", "security_group_id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "port_range_min": null, "revision_number": 0, "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "created_at": "2018-09-04T22:13:43Z", "project_id": "7a3e4bfae80b4012b546d6107ac38ca4", "id": "1e495837-8547-4f94-9df9-381ee6bc8f29"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:13:43Z", "security_group_id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "port_range_min": null, "revision_number": 0, "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "created_at": "2018-09-04T22:13:43Z", "project_id": "7a3e4bfae80b4012b546d6107ac38ca4", "id": "4e518083-9ac1-45f0-a959-17f7ced53d9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:13:43Z", "security_group_id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "port_range_min": null, "revision_number": 0, "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "created_at": "2018-09-04T22:13:43Z", "project_id": "7a3e4bfae80b4012b546d6107ac38ca4", "id": "80acf87c-ca14-4895-99e9-4ea8e237f8d4"}, {"remote_group_id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:13:43Z", "security_group_id": "72edc3df-048b-4966-a4bf-af2c13d0a510", "port_range_min": null, "revision_number": 0, "tenant_id": "7a3e4bfae80b4012b546d6107ac38ca4", "created_at": "2018-09-04T22:13:43Z", "project_id": "7a3e4bfae80b4012b546d6107ac38ca4", "id": "f7907526-fb32-4642-8bba-5901db32eab3"}]} 2018-09-04 22:14:20,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=72edc3df-048b-4966-a4bf-af2c13d0a510 used request id req-911a2422-938a-4e76-b84f-035f0bf136c6 2018-09-04 22:14:20,682 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:14:20,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/72edc3df-048b-4966-a4bf-af2c13d0a510 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:21,086 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a7f65c43-dbf5-427c-a665-7eada4d418a1 Content-Length: 0 Date: Tue, 04 Sep 2018 22:14:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:14:21,086 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/72edc3df-048b-4966-a4bf-af2c13d0a510 used request id req-a7f65c43-dbf5-427c-a665-7eada4d418a1 2018-09-04 22:14:21,087 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-3dae5105-0669-41c-proj 2018-09-04 22:14:21,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:21,302 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:14:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-913e5d46-5592-4369-a0e5-16f1384b33bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:14:21,302 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/7a3e4bfae80b4012b546d6107ac38ca4 used request id req-913e5d46-5592-4369-a0e5-16f1384b33bf 2018-09-04 22:14:21,303 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-3dae5105-0669-41c-proj-role 2018-09-04 22:14:21,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/4634f462155f468ab8a03720c26167eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:21,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:14:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f77f658-03cb-4f84-971b-0eaf55fc3ee6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:14:21,437 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/4634f462155f468ab8a03720c26167eb used request id req-9f77f658-03cb-4f84-971b-0eaf55fc3ee6 2018-09-04 22:14:21,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff14c5f70aa2eec616789124ab2d65990fe5a1" 2018-09-04 22:14:21,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-535424f7-836c-4567-b0bb-f8d49e9c3f15 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:14:21,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-535424f7-836c-4567-b0bb-f8d49e9c3f15 2018-09-04 22:14:21,528 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-3dae5105-0669-41c-user 2018-09-04 22:14:21,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/9b99a75198ae46158053afe713a52c65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7f90402b2879d5440dcc62ed2c174f27965429" 2018-09-04 22:14:21,711 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:14:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5199eff-e419-4b9e-91e1-90fa3840da76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:14:21,711 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/9b99a75198ae46158053afe713a52c65 used request id req-c5199eff-e419-4b9e-91e1-90fa3840da76 2018-09-04 22:14:21,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:14:22,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:14:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["_huLJPKtTTesZiigc-szqA"], "issued_at": "2018-09-04T22:14:22.000000Z"}} 2018-09-04 22:14:22,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6903b5ea29a73849b5cced6c8c06130b7b497990" 2018-09-04 22:14:22,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2d4b9de-1e1f-4da3-afb1-4d034036202b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:14:22,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e2d4b9de-1e1f-4da3-afb1-4d034036202b 2018-09-04 22:14:22,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:14:22,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:14:22,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:14:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["cbVzSgX_SQCDPyWSmwJpsQ"], "issued_at": "2018-09-04T22:14:22.000000Z"}} 2018-09-04 22:14:22,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:14:22,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b428bb6-7dd8-472f-8894-671398234647 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:14:22,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2b428bb6-7dd8-472f-8894-671398234647 2018-09-04 22:14:22,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:14:22,747 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:14:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:14:22,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:14:22,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d6e5c3-2611-49b5-8fca-75f202f6ddc1 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:14:22,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj used request id req-12d6e5c3-2611-49b5-8fca-75f202f6ddc1 2018-09-04 22:14:22,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:14:22,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-674b7f7f-4362-4cd1-99e7-1922935227a6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:14:22,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-674b7f7f-4362-4cd1-99e7-1922935227a6 2018-09-04 22:14:22,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}}' 2018-09-04 22:14:22,976 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:14:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4e67d00-5d61-4e19-8907-e986005383ae Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745"}, "enabled": true, "id": "192d5f45e212495a9ffde91d301a0745", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}} 2018-09-04 22:14:22,976 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-e4e67d00-5d61-4e19-8907-e986005383ae 2018-09-04 22:14:22,976 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj 2018-09-04 22:14:22,976 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:14:22,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:14:23,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:14:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["jWlLIHBaQDePVhcK7hUCMQ"], "issued_at": "2018-09-04T22:14:23.000000Z"}} 2018-09-04 22:14:23,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e374e38203718897a5762a317048ae1932f562" 2018-09-04 22:14:23,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05df3ebb-6fcc-4c40-b135-c9f48d0bb072 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:14:23,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-05df3ebb-6fcc-4c40-b135-c9f48d0bb072 2018-09-04 22:14:23,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:14:23,450 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:14:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:14:23,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e374e38203718897a5762a317048ae1932f562" 2018-09-04 22:14:23,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa8f2a14-7276-49c7-9551-5d118fa02e89 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:14:23,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-aa8f2a14-7276-49c7-9551-5d118fa02e89 2018-09-04 22:14:23,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e374e38203718897a5762a317048ae1932f562" 2018-09-04 22:14:23,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6556598-de95-4678-8a45-76002365db90 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745"}, "enabled": true, "id": "192d5f45e212495a9ffde91d301a0745", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}]} 2018-09-04 22:14:23,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj used request id req-e6556598-de95-4678-8a45-76002365db90 2018-09-04 22:14:23,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e374e38203718897a5762a317048ae1932f562" 2018-09-04 22:14:23,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf7829e8-1ae4-482d-a5e5-a0af106983c4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:14:23,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-bf7829e8-1ae4-482d-a5e5-a0af106983c4 2018-09-04 22:14:24,116 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-user 2018-09-04 22:14:24,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:14:24,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:14:24,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df9021dc-cdfd-44ad-83af-1f21b7a8195b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:14:24,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-df9021dc-cdfd-44ad-83af-1f21b7a8195b 2018-09-04 22:14:24,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" -d '{"role": {"name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj-role"}}' 2018-09-04 22:14:24,317 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:14:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6aa8f73-c536-4361-bb24-94a752ee428b Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eb569e7c7e3e49e08a8e5b3f1264ef07", "links": {"self": "http://172.30.9.26:5000/v3/roles/eb569e7c7e3e49e08a8e5b3f1264ef07"}, "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj-role"}} 2018-09-04 22:14:24,317 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-b6aa8f73-c536-4361-bb24-94a752ee428b 2018-09-04 22:14:24,317 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj-role 2018-09-04 22:14:24,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/eb569e7c7e3e49e08a8e5b3f1264ef07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:14:24,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c32a026-f78a-461b-b590-d66446e960b6 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/eb569e7c7e3e49e08a8e5b3f1264ef07"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj-role", "id": "eb569e7c7e3e49e08a8e5b3f1264ef07"}} 2018-09-04 22:14:24,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/eb569e7c7e3e49e08a8e5b3f1264ef07 used request id req-5c32a026-f78a-461b-b590-d66446e960b6 2018-09-04 22:14:24,410 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj-role to project CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj 2018-09-04 22:14:24,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745/users/42479512346c447eb2d83b674536c0c0/roles/eb569e7c7e3e49e08a8e5b3f1264ef07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:14:24,541 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:14:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01a7e4cf-c0f2-457f-8e71-cec12014293c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:14:24,541 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745/users/42479512346c447eb2d83b674536c0c0/roles/eb569e7c7e3e49e08a8e5b3f1264ef07 used request id req-01a7e4cf-c0f2-457f-8e71-cec12014293c 2018-09-04 22:14:24,542 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:14:24,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:14:24,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:14:24,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb569e7c7e3e49e08a8e5b3f1264ef07", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj-role"}], "expires_at": "2018-09-04T23:14:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "192d5f45e212495a9ffde91d301a0745", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-user", "id": "42479512346c447eb2d83b674536c0c0"}, "audit_ids": ["efcT4jiURRW9bGl_px2yqg"], "issued_at": "2018-09-04T22:14:24.000000Z"}} 2018-09-04 22:14:24,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abaff7fcf73bc000cb75abdfb54db96f3cdb9024" 2018-09-04 22:14:24,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a25eb93f-0a09-4fc9-b8ca-15401d348b27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:14:24,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a25eb93f-0a09-4fc9-b8ca-15401d348b27 2018-09-04 22:14:24,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abaff7fcf73bc000cb75abdfb54db96f3cdb9024" 2018-09-04 22:14:25,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-a00f0bcf-a8c6-4a4a-a520-e4bde19c91eb Date: Tue, 04 Sep 2018 22:14:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image"} 2018-09-04 22:14:25,160 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image used request id req-a00f0bcf-a8c6-4a4a-a520-e4bde19c91eb 2018-09-04 22:14:25,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abaff7fcf73bc000cb75abdfb54db96f3cdb9024" 2018-09-04 22:14:25,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-335dded4-245f-4fd0-a9cb-a73bfb7fcfeb Date: Tue, 04 Sep 2018 22:14:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:14:25,324 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-335dded4-245f-4fd0-a9cb-a73bfb7fcfeb 2018-09-04 22:14:25,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}abaff7fcf73bc000cb75abdfb54db96f3cdb9024" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image"}' 2018-09-04 22:14:25,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/5294897b-dab9-4d62-86d8-33a315f33918 X-Openstack-Request-Id: req-98a3ba62-7527-49ce-bf0d-e9c024eedef1 Date: Tue, 04 Sep 2018 22:14:25 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:14:25Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:14:25Z", "visibility": "shared", "locations": [], "self": "/v2/images/5294897b-dab9-4d62-86d8-33a315f33918", "min_disk": 0, "protected": false, "id": "5294897b-dab9-4d62-86d8-33a315f33918", "file": "/v2/images/5294897b-dab9-4d62-86d8-33a315f33918/file", "checksum": null, "owner": "192d5f45e212495a9ffde91d301a0745", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:14:25,567 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-98a3ba62-7527-49ce-bf0d-e9c024eedef1 2018-09-04 22:14:25,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/5294897b-dab9-4d62-86d8-33a315f33918/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abaff7fcf73bc000cb75abdfb54db96f3cdb9024" -d '' 2018-09-04 22:14:27,380 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b8b7515b-2250-4bca-880f-e8ab8073b34a Date: Tue, 04 Sep 2018 22:14:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:14:27,380 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/5294897b-dab9-4d62-86d8-33a315f33918/file used request id req-b8b7515b-2250-4bca-880f-e8ab8073b34a 2018-09-04 22:14:27,381 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:14:27,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/5294897b-dab9-4d62-86d8-33a315f33918 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abaff7fcf73bc000cb75abdfb54db96f3cdb9024" 2018-09-04 22:14:27,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-57827f6c-14fd-4127-a5cb-b3d19e9457b9 Date: Tue, 04 Sep 2018 22:14:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:14:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:14:27Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/5294897b-dab9-4d62-86d8-33a315f33918/snap", "metadata": {}}], "self": "/v2/images/5294897b-dab9-4d62-86d8-33a315f33918", "min_disk": 0, "protected": false, "id": "5294897b-dab9-4d62-86d8-33a315f33918", "file": "/v2/images/5294897b-dab9-4d62-86d8-33a315f33918/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "192d5f45e212495a9ffde91d301a0745", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/5294897b-dab9-4d62-86d8-33a315f33918/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:14:27,550 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/5294897b-dab9-4d62-86d8-33a315f33918 used request id req-57827f6c-14fd-4127-a5cb-b3d19e9457b9 2018-09-04 22:14:27,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abaff7fcf73bc000cb75abdfb54db96f3cdb9024" 2018-09-04 22:14:27,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-59394476-ab1e-41d9-a048-21b1890fd2d7 Date: Tue, 04 Sep 2018 22:14:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:14:27,708 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-59394476-ab1e-41d9-a048-21b1890fd2d7 2018-09-04 22:14:27,711 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image 2018-09-04 22:14:27,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/5294897b-dab9-4d62-86d8-33a315f33918 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abaff7fcf73bc000cb75abdfb54db96f3cdb9024" 2018-09-04 22:14:27,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-6acfa1e7-1e03-4719-8dd8-6d1381cbe8b0 Date: Tue, 04 Sep 2018 22:14:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:14:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:14:27Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/5294897b-dab9-4d62-86d8-33a315f33918/snap", "metadata": {}}], "self": "/v2/images/5294897b-dab9-4d62-86d8-33a315f33918", "min_disk": 0, "protected": false, "id": "5294897b-dab9-4d62-86d8-33a315f33918", "file": "/v2/images/5294897b-dab9-4d62-86d8-33a315f33918/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "192d5f45e212495a9ffde91d301a0745", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/5294897b-dab9-4d62-86d8-33a315f33918/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:14:27,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/5294897b-dab9-4d62-86d8-33a315f33918 used request id req-6acfa1e7-1e03-4719-8dd8-6d1381cbe8b0 2018-09-04 22:14:27,879 - create_image - DEBUG - Instance status is - active 2018-09-04 22:14:27,879 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image 2018-09-04 22:14:27,879 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image 2018-09-04 22:14:27,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:14:27,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:14:28,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb569e7c7e3e49e08a8e5b3f1264ef07", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj-role"}], "expires_at": "2018-09-04T23:14:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "192d5f45e212495a9ffde91d301a0745", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-user", "id": "42479512346c447eb2d83b674536c0c0"}, "audit_ids": ["e-npX97UQfy9RwnuBO8sdw"], "issued_at": "2018-09-04T22:14:28.000000Z"}} 2018-09-04 22:14:28,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c489eca47a48ff597659a8c046a430934641c5" 2018-09-04 22:14:28,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35227f94-b7f1-4d23-859c-cee5c7989c32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:14:28,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-35227f94-b7f1-4d23-859c-cee5c7989c32 2018-09-04 22:14:28,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c489eca47a48ff597659a8c046a430934641c5" 2018-09-04 22:14:28,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b34b150a-14f2-46db-b564-1e6320cfcaa6 Date: Tue, 04 Sep 2018 22:14:28 GMT RESP BODY: {"networks":[]} 2018-09-04 22:14:28,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-net used request id req-b34b150a-14f2-46db-b564-1e6320cfcaa6 2018-09-04 22:14:28,502 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-net 2018-09-04 22:14:28,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c489eca47a48ff597659a8c046a430934641c5" -d '{"network": {"name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-net", "admin_state_up": true}}' 2018-09-04 22:14:29,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-e766dab6-6d46-4cca-a38d-aee593750ac0 Date: Tue, 04 Sep 2018 22:14:29 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"7820d5ad-809d-4f4e-a0d8-961d9dbe8a79","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"192d5f45e212495a9ffde91d301a0745","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:14:28Z","is_default":false,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:28Z","mtu":1450}} 2018-09-04 22:14:29,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-e766dab6-6d46-4cca-a38d-aee593750ac0 2018-09-04 22:14:29,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=7820d5ad-809d-4f4e-a0d8-961d9dbe8a79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c489eca47a48ff597659a8c046a430934641c5" 2018-09-04 22:14:29,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-96dbf7dc-a06f-4cbe-a39f-c649b2ff7811 Date: Tue, 04 Sep 2018 22:14:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:14:28Z","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"192d5f45e212495a9ffde91d301a0745","id":"7820d5ad-809d-4f4e-a0d8-961d9dbe8a79","name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-net"}]} 2018-09-04 22:14:29,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=7820d5ad-809d-4f4e-a0d8-961d9dbe8a79 used request id req-96dbf7dc-a06f-4cbe-a39f-c649b2ff7811 2018-09-04 22:14:29,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7820d5ad-809d-4f4e-a0d8-961d9dbe8a79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c489eca47a48ff597659a8c046a430934641c5" 2018-09-04 22:14:29,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8c9cb4c6-729b-455c-be9c-721855b7becc Date: Tue, 04 Sep 2018 22:14:29 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:14:29,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7820d5ad-809d-4f4e-a0d8-961d9dbe8a79 used request id req-8c9cb4c6-729b-455c-be9c-721855b7becc 2018-09-04 22:14:29,440 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-subnet 2018-09-04 22:14:29,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c489eca47a48ff597659a8c046a430934641c5" -d '{"subnets": [{"ip_version": 4, "network_id": "7820d5ad-809d-4f4e-a0d8-961d9dbe8a79", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-subnet"}]}' 2018-09-04 22:14:30,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dd5f0791-d890-49d8-b849-9f83deba76da Date: Tue, 04 Sep 2018 22:14:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7820d5ad-809d-4f4e-a0d8-961d9dbe8a79","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:29Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"3d5ba3e7-5c74-4073-8ae3-1b1fe5e9bb98","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-subnet"}]} 2018-09-04 22:14:30,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-dd5f0791-d890-49d8-b849-9f83deba76da 2018-09-04 22:14:30,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=7820d5ad-809d-4f4e-a0d8-961d9dbe8a79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c489eca47a48ff597659a8c046a430934641c5" 2018-09-04 22:14:30,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-07eb4298-c474-435c-b47e-ec709b3dd564 Date: Tue, 04 Sep 2018 22:14:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3d5ba3e7-5c74-4073-8ae3-1b1fe5e9bb98"],"updated_at":"2018-09-04T22:14:29Z","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"192d5f45e212495a9ffde91d301a0745","id":"7820d5ad-809d-4f4e-a0d8-961d9dbe8a79","name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-net"}]} 2018-09-04 22:14:30,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=7820d5ad-809d-4f4e-a0d8-961d9dbe8a79 used request id req-07eb4298-c474-435c-b47e-ec709b3dd564 2018-09-04 22:14:30,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7820d5ad-809d-4f4e-a0d8-961d9dbe8a79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c489eca47a48ff597659a8c046a430934641c5" 2018-09-04 22:14:30,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-da994c8f-52f0-4a02-903a-b4d9a5ae368f Date: Tue, 04 Sep 2018 22:14:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7820d5ad-809d-4f4e-a0d8-961d9dbe8a79","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"3d5ba3e7-5c74-4073-8ae3-1b1fe5e9bb98","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-subnet"}]} 2018-09-04 22:14:30,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7820d5ad-809d-4f4e-a0d8-961d9dbe8a79 used request id req-da994c8f-52f0-4a02-903a-b4d9a5ae368f 2018-09-04 22:14:30,732 - OpenStackNetwork - DEBUG - Network [7820d5ad-809d-4f4e-a0d8-961d9dbe8a79] created successfully 2018-09-04 22:14:30,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:14:30,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:14:31,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:14:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["VlK-5f03QBeYEZWIyPk2jA"], "issued_at": "2018-09-04T22:14:31.000000Z"}} 2018-09-04 22:14:31,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12dd0bad3430573805546c167637ccfa82fe336d" 2018-09-04 22:14:31,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd287028-3f1f-46e5-a3b2-6d6b2af23588 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:14:31,209 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bd287028-3f1f-46e5-a3b2-6d6b2af23588 2018-09-04 22:14:31,211 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:14:31,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12dd0bad3430573805546c167637ccfa82fe336d" 2018-09-04 22:14:31,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7571e21f-e90f-4527-acfc-3104f85c4224 x-compute-request-id: req-7571e21f-e90f-4527-acfc-3104f85c4224 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:14:31,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7571e21f-e90f-4527-acfc-3104f85c4224 2018-09-04 22:14:31,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12dd0bad3430573805546c167637ccfa82fe336d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:14:31,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bf2e424-79c1-47c9-8eda-eb4802b422fc x-compute-request-id: req-4bf2e424-79c1-47c9-8eda-eb4802b422fc Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4f344282-7c61-469f-b293-f96055fcd3c3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4f344282-7c61-469f-b293-f96055fcd3c3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4f344282-7c61-469f-b293-f96055fcd3c3", "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:14:31,455 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4bf2e424-79c1-47c9-8eda-eb4802b422fc 2018-09-04 22:14:31,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:14:31,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:14:31,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb569e7c7e3e49e08a8e5b3f1264ef07", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj-role"}], "expires_at": "2018-09-04T23:14:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "192d5f45e212495a9ffde91d301a0745", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-user", "id": "42479512346c447eb2d83b674536c0c0"}, "audit_ids": ["MIyKGjSaSIaMBIPMfL28Ig"], "issued_at": "2018-09-04T22:14:31.000000Z"}} 2018-09-04 22:14:31,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d1dcc24c982065d55920d61a98bd3527cc17f5" 2018-09-04 22:14:31,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8ad4d6b-45eb-4268-acf0-0cf2bde13683 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:14:31,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a8ad4d6b-45eb-4268-acf0-0cf2bde13683 2018-09-04 22:14:31,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d1dcc24c982065d55920d61a98bd3527cc17f5" 2018-09-04 22:14:32,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5a0e012b-6f7a-4cae-93bd-0b2b476b68e3 Date: Tue, 04 Sep 2018 22:14:32 GMT RESP BODY: {"networks":[]} 2018-09-04 22:14:32,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 used request id req-5a0e012b-6f7a-4cae-93bd-0b2b476b68e3 2018-09-04 22:14:32,091 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 2018-09-04 22:14:32,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d1dcc24c982065d55920d61a98bd3527cc17f5" -d '{"network": {"name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2", "admin_state_up": true}}' 2018-09-04 22:14:32,549 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-5ff1a08a-834f-4d74-9fc9-c8d72549d422 Date: Tue, 04 Sep 2018 22:14:32 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"192d5f45e212495a9ffde91d301a0745","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:14:32Z","is_default":false,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:32Z","mtu":1450}} 2018-09-04 22:14:32,549 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-5ff1a08a-834f-4d74-9fc9-c8d72549d422 2018-09-04 22:14:32,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5bfa0342-f4a1-45eb-a535-04e94a99645a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d1dcc24c982065d55920d61a98bd3527cc17f5" 2018-09-04 22:14:32,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 618 X-Openstack-Request-Id: req-676b8896-1e6f-4f60-b773-f6dd9f66396e Date: Tue, 04 Sep 2018 22:14:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:14:32Z","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"192d5f45e212495a9ffde91d301a0745","id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2"}]} 2018-09-04 22:14:32,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5bfa0342-f4a1-45eb-a535-04e94a99645a used request id req-676b8896-1e6f-4f60-b773-f6dd9f66396e 2018-09-04 22:14:32,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d1dcc24c982065d55920d61a98bd3527cc17f5" 2018-09-04 22:14:32,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b000a95d-ec17-4e41-b771-d2f343ad7a71 Date: Tue, 04 Sep 2018 22:14:32 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:14:32,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a used request id req-b000a95d-ec17-4e41-b771-d2f343ad7a71 2018-09-04 22:14:32,970 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1 2018-09-04 22:14:32,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d1dcc24c982065d55920d61a98bd3527cc17f5" -d '{"subnets": [{"ip_version": 4, "network_id": "5bfa0342-f4a1-45eb-a535-04e94a99645a", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1"}]}' 2018-09-04 22:14:33,639 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b5c689c1-82dd-4371-88c2-e68b7af2b6a1 Date: Tue, 04 Sep 2018 22:14:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:33Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:33Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1"}]} 2018-09-04 22:14:33,639 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-b5c689c1-82dd-4371-88c2-e68b7af2b6a1 2018-09-04 22:14:33,639 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2 2018-09-04 22:14:33,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d1dcc24c982065d55920d61a98bd3527cc17f5" -d '{"subnets": [{"ip_version": 4, "network_id": "5bfa0342-f4a1-45eb-a535-04e94a99645a", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2"}]}' 2018-09-04 22:14:34,285 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b2137d3f-a0a7-4fd5-b2ac-7484dfabc1a7 Date: Tue, 04 Sep 2018 22:14:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:34Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:34Z","gateway_ip":"10.65.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.65.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2"}]} 2018-09-04 22:14:34,285 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-b2137d3f-a0a7-4fd5-b2ac-7484dfabc1a7 2018-09-04 22:14:34,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5bfa0342-f4a1-45eb-a535-04e94a99645a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d1dcc24c982065d55920d61a98bd3527cc17f5" 2018-09-04 22:14:34,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-86df78be-5aac-437d-8609-d80e6046c787 Date: Tue, 04 Sep 2018 22:14:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["046923d6-ac8d-43fa-8f12-a2e8102b61f8","45951d99-bd30-4ffb-93d5-8e88e9461c29"],"updated_at":"2018-09-04T22:14:34Z","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"192d5f45e212495a9ffde91d301a0745","id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2"}]} 2018-09-04 22:14:34,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5bfa0342-f4a1-45eb-a535-04e94a99645a used request id req-86df78be-5aac-437d-8609-d80e6046c787 2018-09-04 22:14:34,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d1dcc24c982065d55920d61a98bd3527cc17f5" 2018-09-04 22:14:34,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-efc55c62-d351-4597-a9fd-b0d17bcea3df Date: Tue, 04 Sep 2018 22:14:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:33Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:34Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2"}]} 2018-09-04 22:14:34,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a used request id req-efc55c62-d351-4597-a9fd-b0d17bcea3df 2018-09-04 22:14:34,752 - OpenStackNetwork - DEBUG - Network [5bfa0342-f4a1-45eb-a535-04e94a99645a] created successfully 2018-09-04 22:14:34,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:14:34,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:14:35,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb569e7c7e3e49e08a8e5b3f1264ef07", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj-role"}], "expires_at": "2018-09-04T23:14:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "192d5f45e212495a9ffde91d301a0745", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-user", "id": "42479512346c447eb2d83b674536c0c0"}, "audit_ids": ["Xncs4VbPTdOCzvRo8W9qXw"], "issued_at": "2018-09-04T22:14:35.000000Z"}} 2018-09-04 22:14:35,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:35,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c8a0dff-e521-4014-bae1-460dcc99a9f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:14:35,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3c8a0dff-e521-4014-bae1-460dcc99a9f6 2018-09-04 22:14:35,207 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:14:35,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:35,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1042ce2-f252-4375-9289-66bd803e8ec0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:14:35,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d1042ce2-f252-4375-9289-66bd803e8ec0 2018-09-04 22:14:35,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:35,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-b399a85e-5d10-4e51-9870-c4758cff6230 Date: Tue, 04 Sep 2018 22:14:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["45951d99-bd30-4ffb-93d5-8e88e9461c29","046923d6-ac8d-43fa-8f12-a2e8102b61f8"],"updated_at":"2018-09-04T22:14:34Z","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"192d5f45e212495a9ffde91d301a0745","id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2"}]} 2018-09-04 22:14:35,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 used request id req-b399a85e-5d10-4e51-9870-c4758cff6230 2018-09-04 22:14:35,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:14:35,548 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:14:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:14:35,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:35,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54590a24-a192-4af8-9c06-61865bacbcb0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745"}, "enabled": true, "id": "192d5f45e212495a9ffde91d301a0745", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}} 2018-09-04 22:14:35,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 used request id req-54590a24-a192-4af8-9c06-61865bacbcb0 2018-09-04 22:14:35,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:35,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-67877d73-edce-4502-aff7-852a5d1dbc15 Date: Tue, 04 Sep 2018 22:14:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:33Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:34Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2"}]} 2018-09-04 22:14:35,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a used request id req-67877d73-edce-4502-aff7-852a5d1dbc15 2018-09-04 22:14:35,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:36,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dd0f475d-c687-4361-8e59-cad7050bcc86 Date: Tue, 04 Sep 2018 22:14:36 GMT RESP BODY: {"ports":[]} 2018-09-04 22:14:36,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccport-1&admin_state_up=True used request id req-dd0f475d-c687-4361-8e59-cad7050bcc86 2018-09-04 22:14:36,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:36,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e7e5d769-5cf2-4b11-ba26-ad6b9075d8a5 x-compute-request-id: req-e7e5d769-5cf2-4b11-ba26-ad6b9075d8a5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:14:36,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst used request id req-e7e5d769-5cf2-4b11-ba26-ad6b9075d8a5 2018-09-04 22:14:36,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:36,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-d49c9c8d-535b-4e03-bf94-e8ea0d792ed3 Date: Tue, 04 Sep 2018 22:14:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["046923d6-ac8d-43fa-8f12-a2e8102b61f8","45951d99-bd30-4ffb-93d5-8e88e9461c29"],"updated_at":"2018-09-04T22:14:34Z","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"192d5f45e212495a9ffde91d301a0745","id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2"}]} 2018-09-04 22:14:36,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 used request id req-d49c9c8d-535b-4e03-bf94-e8ea0d792ed3 2018-09-04 22:14:36,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:36,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ccf00c5-91d1-4fff-8998-250d8fd39aa0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745"}, "enabled": true, "id": "192d5f45e212495a9ffde91d301a0745", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}} 2018-09-04 22:14:36,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 used request id req-4ccf00c5-91d1-4fff-8998-250d8fd39aa0 2018-09-04 22:14:36,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:36,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-a8d79119-217f-4e60-85d0-a1011d7184ec Date: Tue, 04 Sep 2018 22:14:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:33Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:34Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2"}]} 2018-09-04 22:14:36,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a used request id req-a8d79119-217f-4e60-85d0-a1011d7184ec 2018-09-04 22:14:36,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:36,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8ba57ebc-16ef-412c-bc69-1f297c5b10c7 Date: Tue, 04 Sep 2018 22:14:36 GMT RESP BODY: {"ports":[]} 2018-09-04 22:14:36,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccport-1&admin_state_up=True used request id req-8ba57ebc-16ef-412c-bc69-1f297c5b10c7 2018-09-04 22:14:36,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:14:36,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:14:37,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb569e7c7e3e49e08a8e5b3f1264ef07", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj-role"}], "expires_at": "2018-09-04T23:14:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "192d5f45e212495a9ffde91d301a0745", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/192d5f45e212495a9ffde91d301a0745", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-user", "id": "42479512346c447eb2d83b674536c0c0"}, "audit_ids": ["tXDAvYmkTHCGawsBEKyPJQ"], "issued_at": "2018-09-04T22:14:37.000000Z"}} 2018-09-04 22:14:37,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7e1308a068e874d1432b36613c12709e79f060" 2018-09-04 22:14:37,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b873504-e6e1-4e21-8080-2bec874dd6d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:14:37,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7b873504-e6e1-4e21-8080-2bec874dd6d8 2018-09-04 22:14:37,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:37,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-4e996c35-4e1b-4c66-9cea-2bc2fb5131b4 Date: Tue, 04 Sep 2018 22:14:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["45951d99-bd30-4ffb-93d5-8e88e9461c29","046923d6-ac8d-43fa-8f12-a2e8102b61f8"],"updated_at":"2018-09-04T22:14:34Z","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"192d5f45e212495a9ffde91d301a0745","id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2"}]} 2018-09-04 22:14:37,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 used request id req-4e996c35-4e1b-4c66-9cea-2bc2fb5131b4 2018-09-04 22:14:37,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:37,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-4763d6fa-4a77-498d-bb32-2dd599c42bce Date: Tue, 04 Sep 2018 22:14:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:33Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:34Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2"}]} 2018-09-04 22:14:37,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a used request id req-4763d6fa-4a77-498d-bb32-2dd599c42bce 2018-09-04 22:14:37,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:38,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-b8a25087-cf05-4243-96f6-2e504bb7ad71 Date: Tue, 04 Sep 2018 22:14:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["45951d99-bd30-4ffb-93d5-8e88e9461c29","046923d6-ac8d-43fa-8f12-a2e8102b61f8"],"updated_at":"2018-09-04T22:14:34Z","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"192d5f45e212495a9ffde91d301a0745","id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2"}]} 2018-09-04 22:14:38,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 used request id req-b8a25087-cf05-4243-96f6-2e504bb7ad71 2018-09-04 22:14:38,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:14:38,064 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:14:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:14:38,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7e1308a068e874d1432b36613c12709e79f060" 2018-09-04 22:14:38,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1114fdfc-8603-405f-a421-1a6e931e5f16 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745"}, "enabled": true, "id": "192d5f45e212495a9ffde91d301a0745", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}} 2018-09-04 22:14:38,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 used request id req-1114fdfc-8603-405f-a421-1a6e931e5f16 2018-09-04 22:14:38,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:38,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-f91acef5-66b8-4ff8-b44a-1694a44c7458 Date: Tue, 04 Sep 2018 22:14:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:33Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:34Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2"}]} 2018-09-04 22:14:38,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a used request id req-f91acef5-66b8-4ff8-b44a-1694a44c7458 2018-09-04 22:14:38,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:38,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1ff3774e-3e18-416c-bd5b-5628247d24e7 Date: Tue, 04 Sep 2018 22:14:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:33Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1"}]} 2018-09-04 22:14:38,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1 used request id req-1ff3774e-3e18-416c-bd5b-5628247d24e7 2018-09-04 22:14:38,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:38,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-73300c5b-374c-43fb-8d57-49c4c3203399 Date: Tue, 04 Sep 2018 22:14:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:34Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2"}]} 2018-09-04 22:14:38,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2 used request id req-73300c5b-374c-43fb-8d57-49c4c3203399 2018-09-04 22:14:38,777 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 2018-09-04 22:14:38,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" -d '{"port": {"network_id": "5bfa0342-f4a1-45eb-a535-04e94a99645a", "fixed_ips": [{"subnet_id": "046923d6-ac8d-43fa-8f12-a2e8102b61f8", "ip_address": "10.55.0.101"}, {"subnet_id": "45951d99-bd30-4ffb-93d5-8e88e9461c29", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccport-1", "admin_state_up": true}}' 2018-09-04 22:14:39,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-efe67525-72c8-44af-986c-5d48eb92322b Date: Tue, 04 Sep 2018 22:14:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:14:39Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","ip_address":"10.55.0.101"},{"subnet_id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","ip_address":"10.65.0.101"}],"id":"c5b57b62-b03f-4bc1-8d02-5f5e00fe4ded","security_groups":["7d721447-0177-47fa-9e09-b14aced0d81b"],"mac_address":"fa:16:3e:28:71:a6","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccport-1","project_id":"192d5f45e212495a9ffde91d301a0745","qos_policy_id":null,"admin_state_up":true,"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:39Z","binding:vnic_type":"normal"}} 2018-09-04 22:14:39,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-efe67525-72c8-44af-986c-5d48eb92322b 2018-09-04 22:14:39,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:40,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-1fb84bf4-080a-410b-93a0-5dcf36e646e7 Date: Tue, 04 Sep 2018 22:14:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["046923d6-ac8d-43fa-8f12-a2e8102b61f8","45951d99-bd30-4ffb-93d5-8e88e9461c29"],"updated_at":"2018-09-04T22:14:34Z","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"192d5f45e212495a9ffde91d301a0745","id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2"}]} 2018-09-04 22:14:40,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 used request id req-1fb84bf4-080a-410b-93a0-5dcf36e646e7 2018-09-04 22:14:40,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:40,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-375d6c40-2c8f-46b0-959f-1d0e9fa2ba2b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745"}, "enabled": true, "id": "192d5f45e212495a9ffde91d301a0745", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}} 2018-09-04 22:14:40,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 used request id req-375d6c40-2c8f-46b0-959f-1d0e9fa2ba2b 2018-09-04 22:14:40,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:40,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-15c830c0-87cc-48b6-9db9-22a43f2172f6 Date: Tue, 04 Sep 2018 22:14:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:33Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:34Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2"}]} 2018-09-04 22:14:40,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a used request id req-15c830c0-87cc-48b6-9db9-22a43f2172f6 2018-09-04 22:14:40,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:40,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-d81673f1-6ce5-4c45-8848-a69d04a13850 Date: Tue, 04 Sep 2018 22:14:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:14:39Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","ip_address":"10.55.0.101"},{"subnet_id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","ip_address":"10.65.0.101"}],"id":"c5b57b62-b03f-4bc1-8d02-5f5e00fe4ded","security_groups":["7d721447-0177-47fa-9e09-b14aced0d81b"],"mac_address":"fa:16:3e:28:71:a6","project_id":"192d5f45e212495a9ffde91d301a0745","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccport-1","admin_state_up":true,"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:39Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:14:40,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccport-1&admin_state_up=True used request id req-d81673f1-6ce5-4c45-8848-a69d04a13850 2018-09-04 22:14:40,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:40,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-076c4200-89ca-439b-932a-71533c95dc6e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745"}, "enabled": true, "id": "192d5f45e212495a9ffde91d301a0745", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}} 2018-09-04 22:14:40,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 used request id req-076c4200-89ca-439b-932a-71533c95dc6e 2018-09-04 22:14:40,628 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst 2018-09-04 22:14:40,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:40,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18c81197-d67c-4447-919b-c69dec98041b x-compute-request-id: req-18c81197-d67c-4447-919b-c69dec98041b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "4f344282-7c61-469f-b293-f96055fcd3c3", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4f344282-7c61-469f-b293-f96055fcd3c3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4f344282-7c61-469f-b293-f96055fcd3c3", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-flavor-name"}]} 2018-09-04 22:14:40,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-18c81197-d67c-4447-919b-c69dec98041b 2018-09-04 22:14:40,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/4f344282-7c61-469f-b293-f96055fcd3c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:40,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8615632-9b3a-49b7-9b2f-bb1b1ceb73ac x-compute-request-id: req-f8615632-9b3a-49b7-9b2f-bb1b1ceb73ac Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4f344282-7c61-469f-b293-f96055fcd3c3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4f344282-7c61-469f-b293-f96055fcd3c3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4f344282-7c61-469f-b293-f96055fcd3c3", "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:14:40,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/4f344282-7c61-469f-b293-f96055fcd3c3 used request id req-f8615632-9b3a-49b7-9b2f-bb1b1ceb73ac 2018-09-04 22:14:40,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:40,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-e53bb222-d0bc-4469-af9e-a437b5547b99 Date: Tue, 04 Sep 2018 22:14:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:14:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:14:27Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/5294897b-dab9-4d62-86d8-33a315f33918/snap", "metadata": {}}], "self": "/v2/images/5294897b-dab9-4d62-86d8-33a315f33918", "min_disk": 0, "protected": false, "id": "5294897b-dab9-4d62-86d8-33a315f33918", "file": "/v2/images/5294897b-dab9-4d62-86d8-33a315f33918/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "192d5f45e212495a9ffde91d301a0745", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/5294897b-dab9-4d62-86d8-33a315f33918/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image"} 2018-09-04 22:14:40,867 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image used request id req-e53bb222-d0bc-4469-af9e-a437b5547b99 2018-09-04 22:14:40,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:41,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3c113dfa-a613-49ca-8129-300eafd4f481 Date: Tue, 04 Sep 2018 22:14:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:14:41,032 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3c113dfa-a613-49ca-8129-300eafd4f481 2018-09-04 22:14:41,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" -d '{"server": {"name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst", "imageRef": "5294897b-dab9-4d62-86d8-33a315f33918", "flavorRef": "4f344282-7c61-469f-b293-f96055fcd3c3", "max_count": 1, "min_count": 1, "networks": [{"port": "c5b57b62-b03f-4bc1-8d02-5f5e00fe4ded"}]}}' 2018-09-04 22:14:42,097 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:14:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a94e35a9-7843-483c-8d65-a768306edc71 x-compute-request-id: req-a94e35a9-7843-483c-8d65-a768306edc71 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "18051dbb-128d-4cc8-a942-9fd10cfe7818", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "bookmark"}], "adminPass": "R3KsRS9vp7WM"}} 2018-09-04 22:14:42,097 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-a94e35a9-7843-483c-8d65-a768306edc71 2018-09-04 22:14:42,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:42,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f775ccb-6b4c-43df-98a9-ab48b06bee63 x-compute-request-id: req-9f775ccb-6b4c-43df-98a9-ab48b06bee63 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "bookmark"}], "image": {"id": "5294897b-dab9-4d62-86d8-33a315f33918", "links": [{"href": "http://172.30.9.26:8774/images/5294897b-dab9-4d62-86d8-33a315f33918", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4f344282-7c61-469f-b293-f96055fcd3c3", "links": [{"href": "http://172.30.9.26:8774/flavors/4f344282-7c61-469f-b293-f96055fcd3c3", "rel": "bookmark"}]}, "id": "18051dbb-128d-4cc8-a942-9fd10cfe7818", "user_id": "42479512346c447eb2d83b674536c0c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:14:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst", "created": "2018-09-04T22:14:42Z", "tenant_id": "192d5f45e212495a9ffde91d301a0745", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:14:42,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 used request id req-9f775ccb-6b4c-43df-98a9-ab48b06bee63 2018-09-04 22:14:42,459 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst 2018-09-04 22:14:42,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:42,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35e6ba38-23e4-4eca-b8a2-eedc23922147 x-compute-request-id: req-35e6ba38-23e4-4eca-b8a2-eedc23922147 Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "bookmark"}], "image": {"id": "5294897b-dab9-4d62-86d8-33a315f33918", "links": [{"href": "http://172.30.9.26:8774/images/5294897b-dab9-4d62-86d8-33a315f33918", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4f344282-7c61-469f-b293-f96055fcd3c3", "links": [{"href": "http://172.30.9.26:8774/flavors/4f344282-7c61-469f-b293-f96055fcd3c3", "rel": "bookmark"}]}, "id": "18051dbb-128d-4cc8-a942-9fd10cfe7818", "user_id": "42479512346c447eb2d83b674536c0c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:14:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst", "created": "2018-09-04T22:14:42Z", "tenant_id": "192d5f45e212495a9ffde91d301a0745", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:14:42,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 used request id req-35e6ba38-23e4-4eca-b8a2-eedc23922147 2018-09-04 22:14:42,810 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst] is - BUILD 2018-09-04 22:14:42,810 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:14:45,813 - create_instance - DEBUG - VM status query timeout in 896.646405935 2018-09-04 22:14:45,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:46,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fd05018-7592-45da-9bc4-58bfaa9f42d7 x-compute-request-id: req-7fd05018-7592-45da-9bc4-58bfaa9f42d7 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "bookmark"}], "image": {"id": "5294897b-dab9-4d62-86d8-33a315f33918", "links": [{"href": "http://172.30.9.26:8774/images/5294897b-dab9-4d62-86d8-33a315f33918", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4f344282-7c61-469f-b293-f96055fcd3c3", "links": [{"href": "http://172.30.9.26:8774/flavors/4f344282-7c61-469f-b293-f96055fcd3c3", "rel": "bookmark"}]}, "id": "18051dbb-128d-4cc8-a942-9fd10cfe7818", "security_groups": [{"name": "default"}], "user_id": "42479512346c447eb2d83b674536c0c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:14:42Z", "hostId": "5fe371a4b262cf2bb78818779671e0ea3b2b0d49d51b205ddf742210", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst", "created": "2018-09-04T22:14:42Z", "tenant_id": "192d5f45e212495a9ffde91d301a0745", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:14:46,322 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 used request id req-7fd05018-7592-45da-9bc4-58bfaa9f42d7 2018-09-04 22:14:46,322 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst] is - BUILD 2018-09-04 22:14:46,323 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:14:49,326 - create_instance - DEBUG - VM status query timeout in 893.133839846 2018-09-04 22:14:49,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:49,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-400b8285-caf8-456b-b8b9-ffba9b45ef67 x-compute-request-id: req-400b8285-caf8-456b-b8b9-ffba9b45ef67 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:71:a6", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:71:a6", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "bookmark"}], "image": {"id": "5294897b-dab9-4d62-86d8-33a315f33918", "links": [{"href": "http://172.30.9.26:8774/images/5294897b-dab9-4d62-86d8-33a315f33918", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:14:46.000000", "flavor": {"id": "4f344282-7c61-469f-b293-f96055fcd3c3", "links": [{"href": "http://172.30.9.26:8774/flavors/4f344282-7c61-469f-b293-f96055fcd3c3", "rel": "bookmark"}]}, "id": "18051dbb-128d-4cc8-a942-9fd10cfe7818", "security_groups": [{"name": "default"}], "user_id": "42479512346c447eb2d83b674536c0c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:14:48Z", "hostId": "5fe371a4b262cf2bb78818779671e0ea3b2b0d49d51b205ddf742210", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst", "created": "2018-09-04T22:14:42Z", "tenant_id": "192d5f45e212495a9ffde91d301a0745", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:14:49,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 used request id req-400b8285-caf8-456b-b8b9-ffba9b45ef67 2018-09-04 22:14:49,828 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst] is - ACTIVE 2018-09-04 22:14:49,828 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:14:49,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:50,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29f2aade-8b3c-412d-a8bd-64794179228d x-compute-request-id: req-29f2aade-8b3c-412d-a8bd-64794179228d Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:71:a6", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:71:a6", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "bookmark"}], "image": {"id": "5294897b-dab9-4d62-86d8-33a315f33918", "links": [{"href": "http://172.30.9.26:8774/images/5294897b-dab9-4d62-86d8-33a315f33918", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:14:46.000000", "flavor": {"id": "4f344282-7c61-469f-b293-f96055fcd3c3", "links": [{"href": "http://172.30.9.26:8774/flavors/4f344282-7c61-469f-b293-f96055fcd3c3", "rel": "bookmark"}]}, "id": "18051dbb-128d-4cc8-a942-9fd10cfe7818", "security_groups": [{"name": "default"}], "user_id": "42479512346c447eb2d83b674536c0c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:14:48Z", "hostId": "5fe371a4b262cf2bb78818779671e0ea3b2b0d49d51b205ddf742210", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst", "created": "2018-09-04T22:14:42Z", "tenant_id": "192d5f45e212495a9ffde91d301a0745", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:14:50,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 used request id req-29f2aade-8b3c-412d-a8bd-64794179228d 2018-09-04 22:14:50,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:50,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-e8c1eb3f-1768-4bf3-b6c1-36643c3ecaaf Date: Tue, 04 Sep 2018 22:14:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["046923d6-ac8d-43fa-8f12-a2e8102b61f8","45951d99-bd30-4ffb-93d5-8e88e9461c29"],"updated_at":"2018-09-04T22:14:34Z","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"192d5f45e212495a9ffde91d301a0745","id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2"}]} 2018-09-04 22:14:50,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 used request id req-e8c1eb3f-1768-4bf3-b6c1-36643c3ecaaf 2018-09-04 22:14:50,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:50,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68b5bc38-73db-46b9-8e98-23aefdb7ce16 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745"}, "enabled": true, "id": "192d5f45e212495a9ffde91d301a0745", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}} 2018-09-04 22:14:50,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 used request id req-68b5bc38-73db-46b9-8e98-23aefdb7ce16 2018-09-04 22:14:50,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:50,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-38db7e94-8a48-49a9-91e4-a19eb2b2e982 Date: Tue, 04 Sep 2018 22:14:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:33Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:34Z","dns_nameservers":[],"updated_at":"2018-09-04T22:14:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"192d5f45e212495a9ffde91d301a0745","id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2"}]} 2018-09-04 22:14:50,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a used request id req-38db7e94-8a48-49a9-91e4-a19eb2b2e982 2018-09-04 22:14:50,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:50,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3437 X-Openstack-Request-Id: req-33951723-f866-4ccd-90f1-c05317e92aed Date: Tue, 04 Sep 2018 22:14:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:14:37Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","ip_address":"10.55.0.2"},{"subnet_id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","ip_address":"10.65.0.2"}],"id":"29a5c28a-2ab1-48f9-92ac-b49c3f3bc461","security_groups":[],"mac_address":"fa:16:3e:db:e4:f6","project_id":"192d5f45e212495a9ffde91d301a0745","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5bfa0342-f4a1-45eb-a535-04e94a99645a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:14:37Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","ip_address":"10.55.0.4"},{"subnet_id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","ip_address":"10.65.0.4"}],"id":"411ab528-c0de-499b-b70e-0f229d234a0b","security_groups":[],"mac_address":"fa:16:3e:ad:4c:af","project_id":"192d5f45e212495a9ffde91d301a0745","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:35Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5bfa0342-f4a1-45eb-a535-04e94a99645a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:14:36Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","ip_address":"10.55.0.3"},{"subnet_id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","ip_address":"10.65.0.3"}],"id":"50599b34-f4b0-441b-ad28-d13e12c6b0e9","security_groups":[],"mac_address":"fa:16:3e:09:36:bb","project_id":"192d5f45e212495a9ffde91d301a0745","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5bfa0342-f4a1-45eb-a535-04e94a99645a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:14:47Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"046923d6-ac8d-43fa-8f12-a2e8102b61f8","ip_address":"10.55.0.101"},{"subnet_id":"45951d99-bd30-4ffb-93d5-8e88e9461c29","ip_address":"10.65.0.101"}],"id":"c5b57b62-b03f-4bc1-8d02-5f5e00fe4ded","security_groups":["7d721447-0177-47fa-9e09-b14aced0d81b"],"mac_address":"fa:16:3e:28:71:a6","project_id":"192d5f45e212495a9ffde91d301a0745","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccport-1","admin_state_up":true,"network_id":"5bfa0342-f4a1-45eb-a535-04e94a99645a","tenant_id":"192d5f45e212495a9ffde91d301a0745","created_at":"2018-09-04T22:14:39Z","binding:vnic_type":"normal","device_id":"18051dbb-128d-4cc8-a942-9fd10cfe7818"}]} 2018-09-04 22:14:50,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=5bfa0342-f4a1-45eb-a535-04e94a99645a used request id req-33951723-f866-4ccd-90f1-c05317e92aed 2018-09-04 22:14:50,991 - create_instance - INFO - Deleting Port with ID - c5b57b62-b03f-4bc1-8d02-5f5e00fe4ded 2018-09-04 22:14:50,992 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccport-1 2018-09-04 22:14:50,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/c5b57b62-b03f-4bc1-8d02-5f5e00fe4ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:51,496 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-870db862-f11a-45a0-88e3-154f84cffedf Date: Tue, 04 Sep 2018 22:14:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:14:51,496 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/c5b57b62-b03f-4bc1-8d02-5f5e00fe4ded used request id req-870db862-f11a-45a0-88e3-154f84cffedf 2018-09-04 22:14:51,496 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst 2018-09-04 22:14:51,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:51,641 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:14:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-caecc17e-3ab7-4a49-85c3-403c92fc7205 x-compute-request-id: req-caecc17e-3ab7-4a49-85c3-403c92fc7205 Content-Type: application/json 2018-09-04 22:14:51,642 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 used request id req-caecc17e-3ab7-4a49-85c3-403c92fc7205 2018-09-04 22:14:51,642 - create_instance - INFO - Checking deletion status 2018-09-04 22:14:51,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:52,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:14:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34d5ad30-2e35-4aa3-8ac2-5a2744000b06 x-compute-request-id: req-34d5ad30-2e35-4aa3-8ac2-5a2744000b06 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:71:a6", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:71:a6", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818", "rel": "bookmark"}], "image": {"id": "5294897b-dab9-4d62-86d8-33a315f33918", "links": [{"href": "http://172.30.9.26:8774/images/5294897b-dab9-4d62-86d8-33a315f33918", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:14:46.000000", "flavor": {"id": "4f344282-7c61-469f-b293-f96055fcd3c3", "links": [{"href": "http://172.30.9.26:8774/flavors/4f344282-7c61-469f-b293-f96055fcd3c3", "rel": "bookmark"}]}, "id": "18051dbb-128d-4cc8-a942-9fd10cfe7818", "user_id": "42479512346c447eb2d83b674536c0c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:14:51Z", "hostId": "5fe371a4b262cf2bb78818779671e0ea3b2b0d49d51b205ddf742210", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst", "created": "2018-09-04T22:14:42Z", "tenant_id": "192d5f45e212495a9ffde91d301a0745", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:14:52,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 used request id req-34d5ad30-2e35-4aa3-8ac2-5a2744000b06 2018-09-04 22:14:52,052 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst] is - ACTIVE 2018-09-04 22:14:52,052 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:14:55,055 - create_instance - DEBUG - VM status query timeout in 296.587077856 2018-09-04 22:14:55,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4611683ea2517a4f315b5b231f24a0cb9fe0980" 2018-09-04 22:14:55,108 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:14:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-863eebbd-8241-4ba1-a6c5-288b39540813 x-compute-request-id: req-863eebbd-8241-4ba1-a6c5-288b39540813 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 18051dbb-128d-4cc8-a942-9fd10cfe7818 could not be found.", "code": 404}} 2018-09-04 22:14:55,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/18051dbb-128d-4cc8-a942-9fd10cfe7818 used request id req-863eebbd-8241-4ba1-a6c5-288b39540813 2018-09-04 22:14:55,109 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 18051dbb-128d-4cc8-a942-9fd10cfe7818 could not be found. (HTTP 404) (Request-ID: req-863eebbd-8241-4ba1-a6c5-288b39540813) 2018-09-04 22:14:55,109 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-inst 2018-09-04 22:14:55,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/4f344282-7c61-469f-b293-f96055fcd3c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12dd0bad3430573805546c167637ccfa82fe336d" 2018-09-04 22:14:55,151 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:14:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f120bdad-cbfb-4336-8d27-4e447a6487e2 x-compute-request-id: req-f120bdad-cbfb-4336-8d27-4e447a6487e2 Content-Length: 0 Content-Type: application/json 2018-09-04 22:14:55,151 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/4f344282-7c61-469f-b293-f96055fcd3c3 used request id req-f120bdad-cbfb-4336-8d27-4e447a6487e2 2018-09-04 22:14:55,152 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-subnet 2018-09-04 22:14:55,152 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-subnet 2018-09-04 22:14:55,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/3d5ba3e7-5c74-4073-8ae3-1b1fe5e9bb98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c489eca47a48ff597659a8c046a430934641c5" 2018-09-04 22:14:57,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c1725ac8-3b95-4ec5-9e66-108011c1309f Date: Tue, 04 Sep 2018 22:14:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:14:57,556 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/3d5ba3e7-5c74-4073-8ae3-1b1fe5e9bb98 used request id req-c1725ac8-3b95-4ec5-9e66-108011c1309f 2018-09-04 22:14:57,556 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-pub-net 2018-09-04 22:14:57,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/7820d5ad-809d-4f4e-a0d8-961d9dbe8a79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c489eca47a48ff597659a8c046a430934641c5" 2018-09-04 22:14:58,753 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf4792d7-fb04-4536-b8cd-842d7ad482e0 Date: Tue, 04 Sep 2018 22:14:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:14:58,753 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/7820d5ad-809d-4f4e-a0d8-961d9dbe8a79 used request id req-bf4792d7-fb04-4536-b8cd-842d7ad482e0 2018-09-04 22:14:58,754 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1 2018-09-04 22:14:58,754 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet1 2018-09-04 22:14:58,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/046923d6-ac8d-43fa-8f12-a2e8102b61f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d1dcc24c982065d55920d61a98bd3527cc17f5" 2018-09-04 22:15:01,164 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4524b295-7d14-48ec-b4de-277fda4a2a8e Date: Tue, 04 Sep 2018 22:15:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:15:01,164 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/046923d6-ac8d-43fa-8f12-a2e8102b61f8 used request id req-4524b295-7d14-48ec-b4de-277fda4a2a8e 2018-09-04 22:15:01,165 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2 2018-09-04 22:15:01,165 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-subnet2 2018-09-04 22:15:01,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/45951d99-bd30-4ffb-93d5-8e88e9461c29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d1dcc24c982065d55920d61a98bd3527cc17f5" 2018-09-04 22:15:03,592 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e929a3f9-61c2-41b0-990f-d42b781b5eaf Date: Tue, 04 Sep 2018 22:15:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:15:03,592 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/45951d99-bd30-4ffb-93d5-8e88e9461c29 used request id req-e929a3f9-61c2-41b0-990f-d42b781b5eaf 2018-09-04 22:15:03,593 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547ccnet2 2018-09-04 22:15:03,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/5bfa0342-f4a1-45eb-a535-04e94a99645a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d1dcc24c982065d55920d61a98bd3527cc17f5" 2018-09-04 22:15:04,734 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-92fe8f73-37ea-410e-b934-e8a145ed92bd Date: Tue, 04 Sep 2018 22:15:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:15:04,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/5bfa0342-f4a1-45eb-a535-04e94a99645a used request id req-92fe8f73-37ea-410e-b934-e8a145ed92bd 2018-09-04 22:15:04,735 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-0962959c-f918-4098-bff9-9073ce1547cc-image 2018-09-04 22:15:04,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/5294897b-dab9-4d62-86d8-33a315f33918 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abaff7fcf73bc000cb75abdfb54db96f3cdb9024" 2018-09-04 22:15:06,581 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-70ee9f4c-3e64-448b-ae8e-2ef187eb4063 Date: Tue, 04 Sep 2018 22:15:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:15:06,582 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/5294897b-dab9-4d62-86d8-33a315f33918 used request id req-70ee9f4c-3e64-448b-ae8e-2ef187eb4063 2018-09-04 22:15:06,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:06,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-9ca2bf83-923c-474c-9a45-782ef2127d65 Date: Tue, 04 Sep 2018 22:15:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "192d5f45e212495a9ffde91d301a0745", "created_at": "2018-09-04T22:14:28Z", "updated_at": "2018-09-04T22:14:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:14:28Z", "revision_number": 0, "id": "0630ed6c-3663-4f0b-bd73-cf0b55f0b1cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:14:28Z", "security_group_id": "7d721447-0177-47fa-9e09-b14aced0d81b", "tenant_id": "192d5f45e212495a9ffde91d301a0745", "port_range_min": null, "ethertype": "IPv4", "project_id": "192d5f45e212495a9ffde91d301a0745"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:14:28Z", "revision_number": 0, "id": "1482068a-07df-427d-9911-ebe23b21c8df", "remote_group_id": "7d721447-0177-47fa-9e09-b14aced0d81b", "remote_ip_prefix": null, "created_at": "2018-09-04T22:14:28Z", "security_group_id": "7d721447-0177-47fa-9e09-b14aced0d81b", "tenant_id": "192d5f45e212495a9ffde91d301a0745", "port_range_min": null, "ethertype": "IPv6", "project_id": "192d5f45e212495a9ffde91d301a0745"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:14:28Z", "revision_number": 0, "id": "34cb9915-83b6-4161-a9bf-0b7224629528", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:14:28Z", "security_group_id": "7d721447-0177-47fa-9e09-b14aced0d81b", "tenant_id": "192d5f45e212495a9ffde91d301a0745", "port_range_min": null, "ethertype": "IPv6", "project_id": "192d5f45e212495a9ffde91d301a0745"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:14:28Z", "revision_number": 0, "id": "d3db2c57-7002-4d21-be88-ecd0ee3cc2f0", "remote_group_id": "7d721447-0177-47fa-9e09-b14aced0d81b", "remote_ip_prefix": null, "created_at": "2018-09-04T22:14:28Z", "security_group_id": "7d721447-0177-47fa-9e09-b14aced0d81b", "tenant_id": "192d5f45e212495a9ffde91d301a0745", "port_range_min": null, "ethertype": "IPv4", "project_id": "192d5f45e212495a9ffde91d301a0745"}], "revision_number": 4, "project_id": "192d5f45e212495a9ffde91d301a0745", "id": "7d721447-0177-47fa-9e09-b14aced0d81b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:15:06,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-9ca2bf83-923c-474c-9a45-782ef2127d65 2018-09-04 22:15:06,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:06,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32122e82-0269-475d-8ae3-4678a3311451 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:15:06,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-32122e82-0269-475d-8ae3-4678a3311451 2018-09-04 22:15:06,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:07,007 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:15:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da5e7983-920a-4be5-a1ee-af75e09bdf0e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:15:07,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-da5e7983-920a-4be5-a1ee-af75e09bdf0e 2018-09-04 22:15:07,008 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:15:07,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:07,103 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:15:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64579c54-de81-4ea3-8b7b-60259bb7d40b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:15:07,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-64579c54-de81-4ea3-8b7b-60259bb7d40b 2018-09-04 22:15:07,103 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:15:07,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:07,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdde23c3-5070-4c17-8570-ca02186d6b79 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:15:07,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-cdde23c3-5070-4c17-8570-ca02186d6b79 2018-09-04 22:15:07,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:07,275 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:15:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c74fa224-905e-4112-813f-e0a690d7ed80 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:15:07,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-c74fa224-905e-4112-813f-e0a690d7ed80 2018-09-04 22:15:07,276 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:15:07,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:07,368 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:15:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffb4b5e6-e569-44d0-9b9c-b505d4ecc128 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:15:07,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-ffb4b5e6-e569-44d0-9b9c-b505d4ecc128 2018-09-04 22:15:07,369 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:15:07,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:07,452 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:15:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a70c4569-5524-4374-ab90-3360b54a6fc6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:15:07,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-a70c4569-5524-4374-ab90-3360b54a6fc6 2018-09-04 22:15:07,452 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:15:07,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:07,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc2fcc43-899a-449e-a21c-f6138df8eb0c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745"}, "enabled": true, "id": "192d5f45e212495a9ffde91d301a0745", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj"}} 2018-09-04 22:15:07,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 used request id req-cc2fcc43-899a-449e-a21c-f6138df8eb0c 2018-09-04 22:15:07,543 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d721447-0177-47fa-9e09-b14aced0d81b 2018-09-04 22:15:07,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=7d721447-0177-47fa-9e09-b14aced0d81b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:07,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-992e5e44-c606-4f7d-a68c-72c14fa3b616 Date: Tue, 04 Sep 2018 22:15:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:14:28Z", "security_group_id": "7d721447-0177-47fa-9e09-b14aced0d81b", "port_range_min": null, "revision_number": 0, "tenant_id": "192d5f45e212495a9ffde91d301a0745", "created_at": "2018-09-04T22:14:28Z", "project_id": "192d5f45e212495a9ffde91d301a0745", "id": "0630ed6c-3663-4f0b-bd73-cf0b55f0b1cc"}, {"remote_group_id": "7d721447-0177-47fa-9e09-b14aced0d81b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:14:28Z", "security_group_id": "7d721447-0177-47fa-9e09-b14aced0d81b", "port_range_min": null, "revision_number": 0, "tenant_id": "192d5f45e212495a9ffde91d301a0745", "created_at": "2018-09-04T22:14:28Z", "project_id": "192d5f45e212495a9ffde91d301a0745", "id": "1482068a-07df-427d-9911-ebe23b21c8df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:14:28Z", "security_group_id": "7d721447-0177-47fa-9e09-b14aced0d81b", "port_range_min": null, "revision_number": 0, "tenant_id": "192d5f45e212495a9ffde91d301a0745", "created_at": "2018-09-04T22:14:28Z", "project_id": "192d5f45e212495a9ffde91d301a0745", "id": "34cb9915-83b6-4161-a9bf-0b7224629528"}, {"remote_group_id": "7d721447-0177-47fa-9e09-b14aced0d81b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:14:28Z", "security_group_id": "7d721447-0177-47fa-9e09-b14aced0d81b", "port_range_min": null, "revision_number": 0, "tenant_id": "192d5f45e212495a9ffde91d301a0745", "created_at": "2018-09-04T22:14:28Z", "project_id": "192d5f45e212495a9ffde91d301a0745", "id": "d3db2c57-7002-4d21-be88-ecd0ee3cc2f0"}]} 2018-09-04 22:15:07,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=7d721447-0177-47fa-9e09-b14aced0d81b used request id req-992e5e44-c606-4f7d-a68c-72c14fa3b616 2018-09-04 22:15:07,715 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:15:07,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/7d721447-0177-47fa-9e09-b14aced0d81b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:08,017 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-94b7142d-4b51-49c8-b5bf-3155a6f1e9e6 Content-Length: 0 Date: Tue, 04 Sep 2018 22:15:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:15:08,018 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/7d721447-0177-47fa-9e09-b14aced0d81b used request id req-94b7142d-4b51-49c8-b5bf-3155a6f1e9e6 2018-09-04 22:15:08,018 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj 2018-09-04 22:15:08,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:08,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:15:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fab1235-939b-4c46-bc88-a62c5981fa8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:15:08,284 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/192d5f45e212495a9ffde91d301a0745 used request id req-0fab1235-939b-4c46-bc88-a62c5981fa8d 2018-09-04 22:15:08,284 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-proj-role 2018-09-04 22:15:08,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/eb569e7c7e3e49e08a8e5b3f1264ef07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:08,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:15:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d3a80a9-e593-4e7a-9e94-d60b767f6cca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:15:08,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/eb569e7c7e3e49e08a8e5b3f1264ef07 used request id req-7d3a80a9-e593-4e7a-9e94-d60b767f6cca 2018-09-04 22:15:08,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41789056f411d7e97450fa34742ef52fc962b3f4" 2018-09-04 22:15:08,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c005b1-2044-4864-8f44-ec62090b360e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:15:08,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-52c005b1-2044-4864-8f44-ec62090b360e 2018-09-04 22:15:08,478 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-018bd80f-f3e5-4e2-user 2018-09-04 22:15:08,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/42479512346c447eb2d83b674536c0c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e374e38203718897a5762a317048ae1932f562" 2018-09-04 22:15:08,748 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:15:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-555a180c-f535-43b1-a68a-73a146d75ba3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:15:08,748 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/42479512346c447eb2d83b674536c0c0 used request id req-555a180c-f535-43b1-a68a-73a146d75ba3 2018-09-04 22:15:08,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:15:09,124 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:15:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["7-IOLfY6SSu2WHhLAn0ouw"], "issued_at": "2018-09-04T22:15:09.000000Z"}} 2018-09-04 22:15:09,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d132dd0e6238ca071c1dbc2a277ca0512549162" 2018-09-04 22:15:09,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ff13c6d-d19b-4137-a751-60ea20e166da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:15:09,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9ff13c6d-d19b-4137-a751-60ea20e166da 2018-09-04 22:15:09,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:15:09,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:15:09,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:15:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["qHw2KIu0Rb6QvCMNN7M20Q"], "issued_at": "2018-09-04T22:15:09.000000Z"}} 2018-09-04 22:15:09,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:15:09,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf3d776c-d296-415d-b860-3c2f1d70411f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:15:09,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bf3d776c-d296-415d-b860-3c2f1d70411f 2018-09-04 22:15:09,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:15:09,777 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:15:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:15:09,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-03badff7-95b4-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:15:09,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9c79b06-9cc9-4d65-bdf2-734093367269 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-03badff7-95b4-438-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:15:09,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-03badff7-95b4-438-proj used request id req-c9c79b06-9cc9-4d65-bdf2-734093367269 2018-09-04 22:15:09,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:15:09,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb585977-6fca-4ee9-8b05-343dd9781b4c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:15:09,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-fb585977-6fca-4ee9-8b05-343dd9781b4c 2018-09-04 22:15:09,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}}' 2018-09-04 22:15:10,084 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:15:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37143573-2b6f-42dd-81d4-2d88a49e2e7c Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}} 2018-09-04 22:15:10,084 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-37143573-2b6f-42dd-81d4-2d88a49e2e7c 2018-09-04 22:15:10,084 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-03badff7-95b4-438-proj 2018-09-04 22:15:10,085 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:15:10,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:15:10,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:15:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["o3MHXPstT0Sa9QY5K7hHXg"], "issued_at": "2018-09-04T22:15:10.000000Z"}} 2018-09-04 22:15:10,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09151f4b1d9c08b13c69e241fe4e205312bb2d4" 2018-09-04 22:15:10,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-410a9f13-dcf3-4cec-9c08-1d071f53350c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:15:10,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-410a9f13-dcf3-4cec-9c08-1d071f53350c 2018-09-04 22:15:10,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:15:10,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:15:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:15:10,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09151f4b1d9c08b13c69e241fe4e205312bb2d4" 2018-09-04 22:15:10,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdcd9fae-83a4-4edd-b98e-a32b178249c9 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:15:10,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-bdcd9fae-83a4-4edd-b98e-a32b178249c9 2018-09-04 22:15:10,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-03badff7-95b4-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09151f4b1d9c08b13c69e241fe4e205312bb2d4" 2018-09-04 22:15:10,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9cb87f7-c3a8-4c5e-b794-5ae57208a17c Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-03badff7-95b4-438-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}]} 2018-09-04 22:15:10,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-03badff7-95b4-438-proj used request id req-b9cb87f7-c3a8-4c5e-b794-5ae57208a17c 2018-09-04 22:15:10,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09151f4b1d9c08b13c69e241fe4e205312bb2d4" 2018-09-04 22:15:10,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73271538-ee83-41d0-b60d-26d6fd369111 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:15:10,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-73271538-ee83-41d0-b60d-26d6fd369111 2018-09-04 22:15:11,173 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-03badff7-95b4-438-user 2018-09-04 22:15:11,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:15:11,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:15:11,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1461884f-8c9d-49af-80df-210c7fc21903 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:15:11,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1461884f-8c9d-49af-80df-210c7fc21903 2018-09-04 22:15:11,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" -d '{"role": {"name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj-role"}}' 2018-09-04 22:15:11,395 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:15:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d5b9786-e665-488e-a3bb-964d635089ee Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fe4ac1db9f334799931f01cd6d3a6559", "links": {"self": "http://172.30.9.26:5000/v3/roles/fe4ac1db9f334799931f01cd6d3a6559"}, "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj-role"}} 2018-09-04 22:15:11,395 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-2d5b9786-e665-488e-a3bb-964d635089ee 2018-09-04 22:15:11,396 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-03badff7-95b4-438-proj-role 2018-09-04 22:15:11,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/fe4ac1db9f334799931f01cd6d3a6559 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:15:11,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70af38c6-3a4d-42f4-a2ad-6b02b472e1fa Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/fe4ac1db9f334799931f01cd6d3a6559"}, "domain_id": null, "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj-role", "id": "fe4ac1db9f334799931f01cd6d3a6559"}} 2018-09-04 22:15:11,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/fe4ac1db9f334799931f01cd6d3a6559 used request id req-70af38c6-3a4d-42f4-a2ad-6b02b472e1fa 2018-09-04 22:15:11,497 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-03badff7-95b4-438-proj-role to project InstanceSecurityGroupTests-03badff7-95b4-438-proj 2018-09-04 22:15:11,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086/users/64b136e6fb7a4e199c5caa9038b4a37d/roles/fe4ac1db9f334799931f01cd6d3a6559 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:15:11,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:15:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-185beb9c-000e-43fd-8269-6b43e2d9c75b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:15:11,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086/users/64b136e6fb7a4e199c5caa9038b4a37d/roles/fe4ac1db9f334799931f01cd6d3a6559 used request id req-185beb9c-000e-43fd-8269-6b43e2d9c75b 2018-09-04 22:15:11,637 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:15:11,639 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:15:11,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:15:11,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:15:12,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe4ac1db9f334799931f01cd6d3a6559", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj-role"}], "expires_at": "2018-09-04T23:15:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c40986395b3a46e9a14872938783f086", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-03badff7-95b4-438-user", "id": "64b136e6fb7a4e199c5caa9038b4a37d"}, "audit_ids": ["N-5jfhDkRM-f-n2TDa67yw"], "issued_at": "2018-09-04T22:15:12.000000Z"}} 2018-09-04 22:15:12,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57df00287b4e50e053037af5a9b2ad7dc0fe1de4" 2018-09-04 22:15:12,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a5d90c3-2fd5-4b90-b2b8-2be7737d5aec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:15:12,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9a5d90c3-2fd5-4b90-b2b8-2be7737d5aec 2018-09-04 22:15:12,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57df00287b4e50e053037af5a9b2ad7dc0fe1de4" 2018-09-04 22:15:12,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-c99a2ac4-b622-4a00-8a68-ed45d0c252f3 Date: Tue, 04 Sep 2018 22:15:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image"} 2018-09-04 22:15:12,296 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image used request id req-c99a2ac4-b622-4a00-8a68-ed45d0c252f3 2018-09-04 22:15:12,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57df00287b4e50e053037af5a9b2ad7dc0fe1de4" 2018-09-04 22:15:12,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-17085fc2-c0de-4fc4-ab9e-ee1ad9fa3e0b Date: Tue, 04 Sep 2018 22:15:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:15:12,445 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-17085fc2-c0de-4fc4-ab9e-ee1ad9fa3e0b 2018-09-04 22:15:12,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57df00287b4e50e053037af5a9b2ad7dc0fe1de4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image"}' 2018-09-04 22:15:12,678 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c X-Openstack-Request-Id: req-0403db03-216b-432c-8b0f-5b53ad18e012 Date: Tue, 04 Sep 2018 22:15:12 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:15:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:15:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "min_disk": 0, "protected": false, "id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "file": "/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c/file", "checksum": null, "owner": "c40986395b3a46e9a14872938783f086", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:15:12,678 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-0403db03-216b-432c-8b0f-5b53ad18e012 2018-09-04 22:15:12,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57df00287b4e50e053037af5a9b2ad7dc0fe1de4" -d '' 2018-09-04 22:15:14,190 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-47a8d640-c5ce-4cb7-801b-178fdd5fae6e Date: Tue, 04 Sep 2018 22:15:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:15:14,190 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c/file used request id req-47a8d640-c5ce-4cb7-801b-178fdd5fae6e 2018-09-04 22:15:14,191 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:15:14,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57df00287b4e50e053037af5a9b2ad7dc0fe1de4" 2018-09-04 22:15:14,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-d9be79cb-0dcb-41e1-bf0d-6d3ed452b01d Date: Tue, 04 Sep 2018 22:15:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:15:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:15:14Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c/snap", "metadata": {}}], "self": "/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "min_disk": 0, "protected": false, "id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "file": "/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c40986395b3a46e9a14872938783f086", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:15:14,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c used request id req-d9be79cb-0dcb-41e1-bf0d-6d3ed452b01d 2018-09-04 22:15:14,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57df00287b4e50e053037af5a9b2ad7dc0fe1de4" 2018-09-04 22:15:14,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-91096118-1587-4c3e-bd8d-fa2db17e96f2 Date: Tue, 04 Sep 2018 22:15:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:15:14,522 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-91096118-1587-4c3e-bd8d-fa2db17e96f2 2018-09-04 22:15:14,525 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image 2018-09-04 22:15:14,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57df00287b4e50e053037af5a9b2ad7dc0fe1de4" 2018-09-04 22:15:14,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8976891e-5054-4a76-b78c-4e0503275a75 Date: Tue, 04 Sep 2018 22:15:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:15:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:15:14Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c/snap", "metadata": {}}], "self": "/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "min_disk": 0, "protected": false, "id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "file": "/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c40986395b3a46e9a14872938783f086", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:15:14,704 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c used request id req-8976891e-5054-4a76-b78c-4e0503275a75 2018-09-04 22:15:14,704 - create_image - DEBUG - Instance status is - active 2018-09-04 22:15:14,704 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image 2018-09-04 22:15:14,705 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image 2018-09-04 22:15:14,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:15:14,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:15:15,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe4ac1db9f334799931f01cd6d3a6559", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj-role"}], "expires_at": "2018-09-04T23:15:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c40986395b3a46e9a14872938783f086", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-03badff7-95b4-438-user", "id": "64b136e6fb7a4e199c5caa9038b4a37d"}, "audit_ids": ["6kBOXSTRQMubIvOtx5xU8A"], "issued_at": "2018-09-04T22:15:15.000000Z"}} 2018-09-04 22:15:15,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988c42580dc6eb58f8170b2ee367587c54873495" 2018-09-04 22:15:15,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36e6a170-47dd-43d8-a4b1-e53863f66570 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:15:15,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-36e6a170-47dd-43d8-a4b1-e53863f66570 2018-09-04 22:15:15,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988c42580dc6eb58f8170b2ee367587c54873495" 2018-09-04 22:15:15,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d04f50fc-e338-4ba7-acc1-9000e5bce8b4 Date: Tue, 04 Sep 2018 22:15:15 GMT RESP BODY: {"networks":[]} 2018-09-04 22:15:15,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net used request id req-d04f50fc-e338-4ba7-acc1-9000e5bce8b4 2018-09-04 22:15:15,350 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net 2018-09-04 22:15:15,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988c42580dc6eb58f8170b2ee367587c54873495" -d '{"network": {"name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net", "admin_state_up": true}}' 2018-09-04 22:15:15,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-87c25bf8-0568-470f-ae49-8b5a92ce8607 Date: Tue, 04 Sep 2018 22:15:15 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"fce9d887-d637-4961-8a1b-b59d5416a553","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:15:15Z","is_default":false,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","mtu":1450}} 2018-09-04 22:15:15,956 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-87c25bf8-0568-470f-ae49-8b5a92ce8607 2018-09-04 22:15:15,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988c42580dc6eb58f8170b2ee367587c54873495" 2018-09-04 22:15:16,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-496a88ae-04f2-42fb-9ad6-c3a1dd9a658b Date: Tue, 04 Sep 2018 22:15:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:15:15Z","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","id":"fce9d887-d637-4961-8a1b-b59d5416a553","name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net"}]} 2018-09-04 22:15:16,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-496a88ae-04f2-42fb-9ad6-c3a1dd9a658b 2018-09-04 22:15:16,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988c42580dc6eb58f8170b2ee367587c54873495" 2018-09-04 22:15:16,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-97c0610a-cf7a-417b-82a3-241a3ebe460c Date: Tue, 04 Sep 2018 22:15:16 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:15:16,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-97c0610a-cf7a-417b-82a3-241a3ebe460c 2018-09-04 22:15:16,395 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet 2018-09-04 22:15:16,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988c42580dc6eb58f8170b2ee367587c54873495" -d '{"subnets": [{"ip_version": 4, "network_id": "fce9d887-d637-4961-8a1b-b59d5416a553", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]}' 2018-09-04 22:15:17,082 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-988ef467-5c85-4693-b835-16e67ab4a3e6 Date: Tue, 04 Sep 2018 22:15:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:16Z","dns_nameservers":[],"updated_at":"2018-09-04T22:15:16Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"c40986395b3a46e9a14872938783f086","id":"d9705424-1e2e-48f5-8357-5986515edd7d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]} 2018-09-04 22:15:17,082 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-988ef467-5c85-4693-b835-16e67ab4a3e6 2018-09-04 22:15:17,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988c42580dc6eb58f8170b2ee367587c54873495" 2018-09-04 22:15:17,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e28be98a-f5b0-44f5-8dbf-8cfe029a93bb Date: Tue, 04 Sep 2018 22:15:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9705424-1e2e-48f5-8357-5986515edd7d"],"updated_at":"2018-09-04T22:15:16Z","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","id":"fce9d887-d637-4961-8a1b-b59d5416a553","name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net"}]} 2018-09-04 22:15:17,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-e28be98a-f5b0-44f5-8dbf-8cfe029a93bb 2018-09-04 22:15:17,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988c42580dc6eb58f8170b2ee367587c54873495" 2018-09-04 22:15:17,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8f7513a7-7a19-4f24-baac-a7e8f5bc245b Date: Tue, 04 Sep 2018 22:15:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:16Z","dns_nameservers":[],"updated_at":"2018-09-04T22:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c40986395b3a46e9a14872938783f086","id":"d9705424-1e2e-48f5-8357-5986515edd7d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]} 2018-09-04 22:15:17,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-8f7513a7-7a19-4f24-baac-a7e8f5bc245b 2018-09-04 22:15:17,534 - OpenStackNetwork - DEBUG - Network [fce9d887-d637-4961-8a1b-b59d5416a553] created successfully 2018-09-04 22:15:17,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:15:17,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:15:17,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:15:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["4lTwQiLeTYKrOJng7vPmXA"], "issued_at": "2018-09-04T22:15:17.000000Z"}} 2018-09-04 22:15:17,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5380387c6b132085bd4a99a65e5bd023ba5085e4" 2018-09-04 22:15:18,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9519ade6-f1c1-4ef3-af28-982a7e0d4c2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:15:18,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9519ade6-f1c1-4ef3-af28-982a7e0d4c2d 2018-09-04 22:15:18,009 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:15:18,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5380387c6b132085bd4a99a65e5bd023ba5085e4" 2018-09-04 22:15:18,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38bbd755-23d0-4706-8b30-c335f762a6b7 x-compute-request-id: req-38bbd755-23d0-4706-8b30-c335f762a6b7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:15:18,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-38bbd755-23d0-4706-8b30-c335f762a6b7 2018-09-04 22:15:18,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5380387c6b132085bd4a99a65e5bd023ba5085e4" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:15:18,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e782bdc-9cec-46fc-abc7-0042349270ac x-compute-request-id: req-0e782bdc-9cec-46fc-abc7-0042349270ac Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:15:18,245 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0e782bdc-9cec-46fc-abc7-0042349270ac 2018-09-04 22:15:18,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:15:18,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:15:18,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe4ac1db9f334799931f01cd6d3a6559", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj-role"}], "expires_at": "2018-09-04T23:15:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c40986395b3a46e9a14872938783f086", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-03badff7-95b4-438-user", "id": "64b136e6fb7a4e199c5caa9038b4a37d"}, "audit_ids": ["mu2YcyhFTEmJ5giIOTmjCw"], "issued_at": "2018-09-04T22:15:18.000000Z"}} 2018-09-04 22:15:18,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:18,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-035be195-b67e-44fa-b660-0111771dabc3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:15:18,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-035be195-b67e-44fa-b660-0111771dabc3 2018-09-04 22:15:18,712 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:15:18,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:18,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-963195c7-bd31-4409-b6af-f939f0a68aed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:15:18,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-963195c7-bd31-4409-b6af-f939f0a68aed 2018-09-04 22:15:18,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:19,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4d000c24-79b8-4258-95ec-cf4755681ce3 Date: Tue, 04 Sep 2018 22:15:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9705424-1e2e-48f5-8357-5986515edd7d"],"updated_at":"2018-09-04T22:15:16Z","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","id":"fce9d887-d637-4961-8a1b-b59d5416a553","name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net"}]} 2018-09-04 22:15:19,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net used request id req-4d000c24-79b8-4258-95ec-cf4755681ce3 2018-09-04 22:15:19,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:15:19,046 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:15:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:15:19,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:19,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2231cad0-4e21-4cd8-9e70-d0ec31745c23 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}} 2018-09-04 22:15:19,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 used request id req-2231cad0-4e21-4cd8-9e70-d0ec31745c23 2018-09-04 22:15:19,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:19,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e4ed853a-a258-4540-9e95-732c14d1bc4d Date: Tue, 04 Sep 2018 22:15:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:16Z","dns_nameservers":[],"updated_at":"2018-09-04T22:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c40986395b3a46e9a14872938783f086","id":"d9705424-1e2e-48f5-8357-5986515edd7d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]} 2018-09-04 22:15:19,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-e4ed853a-a258-4540-9e95-732c14d1bc4d 2018-09-04 22:15:19,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553&name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:19,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-25fb9097-c413-4371-82e8-3235ca6ba027 Date: Tue, 04 Sep 2018 22:15:19 GMT RESP BODY: {"ports":[]} 2018-09-04 22:15:19,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553&name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port&admin_state_up=True used request id req-25fb9097-c413-4371-82e8-3235ca6ba027 2018-09-04 22:15:19,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:19,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-693f1f1e-41ca-4ce0-910a-13a21de9fc9f x-compute-request-id: req-693f1f1e-41ca-4ce0-910a-13a21de9fc9f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:15:19,756 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst used request id req-693f1f1e-41ca-4ce0-910a-13a21de9fc9f 2018-09-04 22:15:19,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:20,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4b490f8b-9227-4a46-81de-0fd076498d5a Date: Tue, 04 Sep 2018 22:15:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9705424-1e2e-48f5-8357-5986515edd7d"],"updated_at":"2018-09-04T22:15:16Z","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","id":"fce9d887-d637-4961-8a1b-b59d5416a553","name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net"}]} 2018-09-04 22:15:20,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net used request id req-4b490f8b-9227-4a46-81de-0fd076498d5a 2018-09-04 22:15:20,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:20,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0389103-ac72-4571-a36a-7c57a323c31e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}} 2018-09-04 22:15:20,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 used request id req-a0389103-ac72-4571-a36a-7c57a323c31e 2018-09-04 22:15:20,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:20,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9097e439-b44d-4333-8ddd-30bedf06e6e2 Date: Tue, 04 Sep 2018 22:15:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:16Z","dns_nameservers":[],"updated_at":"2018-09-04T22:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c40986395b3a46e9a14872938783f086","id":"d9705424-1e2e-48f5-8357-5986515edd7d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]} 2018-09-04 22:15:20,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-9097e439-b44d-4333-8ddd-30bedf06e6e2 2018-09-04 22:15:20,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553&name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:20,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-98ee09c9-1b79-401f-b67f-379d9e8f119a Date: Tue, 04 Sep 2018 22:15:20 GMT RESP BODY: {"ports":[]} 2018-09-04 22:15:20,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553&name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port&admin_state_up=True used request id req-98ee09c9-1b79-401f-b67f-379d9e8f119a 2018-09-04 22:15:20,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:15:20,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:15:20,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe4ac1db9f334799931f01cd6d3a6559", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj-role"}], "expires_at": "2018-09-04T23:15:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c40986395b3a46e9a14872938783f086", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-03badff7-95b4-438-user", "id": "64b136e6fb7a4e199c5caa9038b4a37d"}, "audit_ids": ["dW5Y3wjBR7uwZCBw7tu3wA"], "issued_at": "2018-09-04T22:15:20.000000Z"}} 2018-09-04 22:15:20,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10cc30325c96a3ebca0fab13a3461bb8a5bbb8a" 2018-09-04 22:15:20,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d28a8e9b-e4dc-4e4f-8731-ba74952852f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:15:20,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d28a8e9b-e4dc-4e4f-8731-ba74952852f6 2018-09-04 22:15:20,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:21,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-06d8e46d-43a1-4e68-adbf-382f89801abe Date: Tue, 04 Sep 2018 22:15:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9705424-1e2e-48f5-8357-5986515edd7d"],"updated_at":"2018-09-04T22:15:16Z","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","id":"fce9d887-d637-4961-8a1b-b59d5416a553","name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net"}]} 2018-09-04 22:15:21,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net used request id req-06d8e46d-43a1-4e68-adbf-382f89801abe 2018-09-04 22:15:21,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:21,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-da048111-10d6-4d3e-9f81-8a78d2f99d8d Date: Tue, 04 Sep 2018 22:15:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:16Z","dns_nameservers":[],"updated_at":"2018-09-04T22:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c40986395b3a46e9a14872938783f086","id":"d9705424-1e2e-48f5-8357-5986515edd7d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]} 2018-09-04 22:15:21,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-da048111-10d6-4d3e-9f81-8a78d2f99d8d 2018-09-04 22:15:21,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:21,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-bb064b9c-cde9-49aa-91ec-bd2ef3d65c8e Date: Tue, 04 Sep 2018 22:15:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9705424-1e2e-48f5-8357-5986515edd7d"],"updated_at":"2018-09-04T22:15:16Z","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","id":"fce9d887-d637-4961-8a1b-b59d5416a553","name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net"}]} 2018-09-04 22:15:21,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net used request id req-bb064b9c-cde9-49aa-91ec-bd2ef3d65c8e 2018-09-04 22:15:21,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:15:21,542 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:15:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:15:21,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10cc30325c96a3ebca0fab13a3461bb8a5bbb8a" 2018-09-04 22:15:21,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d02256d-dd0c-4ad2-b17b-f8e0710fa681 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}} 2018-09-04 22:15:21,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 used request id req-5d02256d-dd0c-4ad2-b17b-f8e0710fa681 2018-09-04 22:15:21,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:21,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-42513988-0a0c-4b33-b714-591314a8dbc6 Date: Tue, 04 Sep 2018 22:15:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:16Z","dns_nameservers":[],"updated_at":"2018-09-04T22:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c40986395b3a46e9a14872938783f086","id":"d9705424-1e2e-48f5-8357-5986515edd7d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]} 2018-09-04 22:15:21,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-42513988-0a0c-4b33-b714-591314a8dbc6 2018-09-04 22:15:21,831 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net 2018-09-04 22:15:21,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" -d '{"port": {"network_id": "fce9d887-d637-4961-8a1b-b59d5416a553", "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port", "admin_state_up": true}}' 2018-09-04 22:15:22,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-86d2912c-0e6b-4d5f-b6e0-66400c9a5cb0 Date: Tue, 04 Sep 2018 22:15:22 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:22Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.5"}],"id":"c9336c30-c943-478b-9041-73a29d820115","security_groups":["b498b755-3640-46a7-b38c-52f4e3033fbc"],"mac_address":"fa:16:3e:d4:1d:8c","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port","project_id":"c40986395b3a46e9a14872938783f086","qos_policy_id":null,"admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:22Z","binding:vnic_type":"normal"}} 2018-09-04 22:15:22,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-86d2912c-0e6b-4d5f-b6e0-66400c9a5cb0 2018-09-04 22:15:22,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:22,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d951386e-91a0-4958-abab-5e6d6a9f3690 Date: Tue, 04 Sep 2018 22:15:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9705424-1e2e-48f5-8357-5986515edd7d"],"updated_at":"2018-09-04T22:15:16Z","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","id":"fce9d887-d637-4961-8a1b-b59d5416a553","name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net"}]} 2018-09-04 22:15:22,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net used request id req-d951386e-91a0-4958-abab-5e6d6a9f3690 2018-09-04 22:15:22,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:22,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b81b945-ea74-4905-a9fe-bbaae10ff372 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}} 2018-09-04 22:15:22,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 used request id req-6b81b945-ea74-4905-a9fe-bbaae10ff372 2018-09-04 22:15:22,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:23,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d11454c4-1526-4822-a821-e882e8d65e17 Date: Tue, 04 Sep 2018 22:15:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:16Z","dns_nameservers":[],"updated_at":"2018-09-04T22:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c40986395b3a46e9a14872938783f086","id":"d9705424-1e2e-48f5-8357-5986515edd7d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]} 2018-09-04 22:15:23,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-d11454c4-1526-4822-a821-e882e8d65e17 2018-09-04 22:15:23,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553&name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:23,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-bda1ceb6-2be7-4e3a-8745-149595022c8d Date: Tue, 04 Sep 2018 22:15:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:22Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.5"}],"id":"c9336c30-c943-478b-9041-73a29d820115","security_groups":["b498b755-3640-46a7-b38c-52f4e3033fbc"],"mac_address":"fa:16:3e:d4:1d:8c","project_id":"c40986395b3a46e9a14872938783f086","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:22Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:15:23,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553&name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port&admin_state_up=True used request id req-bda1ceb6-2be7-4e3a-8745-149595022c8d 2018-09-04 22:15:23,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:23,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fce478b-284c-4ead-98ef-b1dcaefc8532 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}} 2018-09-04 22:15:23,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 used request id req-7fce478b-284c-4ead-98ef-b1dcaefc8532 2018-09-04 22:15:23,491 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst 2018-09-04 22:15:23,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:23,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efed3a12-ca97-4f65-bd71-d98b212e875d x-compute-request-id: req-efed3a12-ca97-4f65-bd71-d98b212e875d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-flavor-name"}]} 2018-09-04 22:15:23,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-efed3a12-ca97-4f65-bd71-d98b212e875d 2018-09-04 22:15:23,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:23,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fdd9d56-4ff1-41c2-91e3-f8efe0d5ec43 x-compute-request-id: req-3fdd9d56-4ff1-41c2-91e3-f8efe0d5ec43 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:15:23,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27 used request id req-3fdd9d56-4ff1-41c2-91e3-f8efe0d5ec43 2018-09-04 22:15:23,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:23,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-0f4a3c3d-f807-4bc9-8e52-30cea48047a4 Date: Tue, 04 Sep 2018 22:15:23 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:15:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:15:14Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c/snap", "metadata": {}}], "self": "/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "min_disk": 0, "protected": false, "id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "file": "/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c40986395b3a46e9a14872938783f086", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image"} 2018-09-04 22:15:23,735 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image used request id req-0f4a3c3d-f807-4bc9-8e52-30cea48047a4 2018-09-04 22:15:23,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:23,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9c5f49d0-ab60-436c-9da2-f836f31b175e Date: Tue, 04 Sep 2018 22:15:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:15:23,895 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-9c5f49d0-ab60-436c-9da2-f836f31b175e 2018-09-04 22:15:23,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" -d '{"server": {"name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "imageRef": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "flavorRef": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "max_count": 1, "min_count": 1, "networks": [{"port": "c9336c30-c943-478b-9041-73a29d820115"}]}}' 2018-09-04 22:15:25,438 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:15:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e20e077f-b177-4d96-9da1-f5ea8280618b x-compute-request-id: req-e20e077f-b177-4d96-9da1-f5ea8280618b Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "adminPass": "JJaEFwmTq9ZR"}} 2018-09-04 22:15:25,439 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-e20e077f-b177-4d96-9da1-f5ea8280618b 2018-09-04 22:15:25,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:25,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cdd6c00a-7805-480d-8018-9ecd26c0d2d6 x-compute-request-id: req-cdd6c00a-7805-480d-8018-9ecd26c0d2d6 Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:15:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:25,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-cdd6c00a-7805-480d-8018-9ecd26c0d2d6 2018-09-04 22:15:25,819 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst 2018-09-04 22:15:25,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:26,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90ad291d-81b1-4057-b3b4-62d849feea58 x-compute-request-id: req-90ad291d-81b1-4057-b3b4-62d849feea58 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:15:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:26,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-90ad291d-81b1-4057-b3b4-62d849feea58 2018-09-04 22:15:26,065 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst] is - BUILD 2018-09-04 22:15:26,065 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:15:29,068 - create_instance - DEBUG - VM status query timeout in 896.750748158 2018-09-04 22:15:29,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:29,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38c32825-fcc9-4664-9f17-f390b1a75865 x-compute-request-id: req-38c32825-fcc9-4664-9f17-f390b1a75865 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "security_groups": [{"name": "default"}], "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:15:26Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:29,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-38c32825-fcc9-4664-9f17-f390b1a75865 2018-09-04 22:15:29,706 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst] is - BUILD 2018-09-04 22:15:29,706 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:15:32,710 - create_instance - DEBUG - VM status query timeout in 893.109690189 2018-09-04 22:15:32,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:33,485 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d278eb8-af5a-46df-a20f-5743ec73ebed x-compute-request-id: req-4d278eb8-af5a-46df-a20f-5743ec73ebed Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:1d:8c", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "security_groups": [{"name": "default"}], "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:31Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:33,485 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-4d278eb8-af5a-46df-a20f-5743ec73ebed 2018-09-04 22:15:33,486 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst] is - ACTIVE 2018-09-04 22:15:33,486 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:15:33,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:33,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-363362d6-5776-43f7-9211-a085d1dedaa2 x-compute-request-id: req-363362d6-5776-43f7-9211-a085d1dedaa2 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:1d:8c", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "security_groups": [{"name": "default"}], "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:31Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:33,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-363362d6-5776-43f7-9211-a085d1dedaa2 2018-09-04 22:15:33,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:34,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-dbf689bf-f949-49da-a409-7ab12426be5a Date: Tue, 04 Sep 2018 22:15:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9705424-1e2e-48f5-8357-5986515edd7d"],"updated_at":"2018-09-04T22:15:16Z","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","id":"fce9d887-d637-4961-8a1b-b59d5416a553","name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net"}]} 2018-09-04 22:15:34,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net used request id req-dbf689bf-f949-49da-a409-7ab12426be5a 2018-09-04 22:15:34,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:34,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25ddb691-139d-4865-b1ae-1f7ed5eb061d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}} 2018-09-04 22:15:34,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 used request id req-25ddb691-139d-4865-b1ae-1f7ed5eb061d 2018-09-04 22:15:34,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:34,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-da879c03-e117-4ed9-b109-09987766ed95 Date: Tue, 04 Sep 2018 22:15:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:16Z","dns_nameservers":[],"updated_at":"2018-09-04T22:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c40986395b3a46e9a14872938783f086","id":"d9705424-1e2e-48f5-8357-5986515edd7d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]} 2018-09-04 22:15:34,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-da879c03-e117-4ed9-b109-09987766ed95 2018-09-04 22:15:34,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:34,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-cf0a32ae-b7fc-48b7-bedd-06484d8283d5 Date: Tue, 04 Sep 2018 22:15:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.2"}],"id":"a323a747-d567-4329-9b74-aed3cbe9b403","security_groups":[],"mac_address":"fa:16:3e:ae:41:c9","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fce9d887-d637-4961-8a1b-b59d5416a553"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.5"}],"id":"c9336c30-c943-478b-9041-73a29d820115","security_groups":["b498b755-3640-46a7-b38c-52f4e3033fbc"],"mac_address":"fa:16:3e:d4:1d:8c","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:22Z","binding:vnic_type":"normal","device_id":"7d44cf99-7d01-4a86-8d9b-96d349785731"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.4"}],"id":"d4aa6fcb-5693-47f9-ac35-703ef5a469a7","security_groups":[],"mac_address":"fa:16:3e:de:72:c3","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fce9d887-d637-4961-8a1b-b59d5416a553"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.3"}],"id":"d879f419-2752-4040-8999-e2e30a512968","security_groups":[],"mac_address":"fa:16:3e:16:4f:ad","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fce9d887-d637-4961-8a1b-b59d5416a553"}]} 2018-09-04 22:15:34,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-cf0a32ae-b7fc-48b7-bedd-06484d8283d5 2018-09-04 22:15:34,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:15:34,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:15:35,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe4ac1db9f334799931f01cd6d3a6559", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj-role"}], "expires_at": "2018-09-04T23:15:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c40986395b3a46e9a14872938783f086", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-03badff7-95b4-438-user", "id": "64b136e6fb7a4e199c5caa9038b4a37d"}, "audit_ids": ["X3rwF71jQHmLDmZ30-c_1g"], "issued_at": "2018-09-04T22:15:35.000000Z"}} 2018-09-04 22:15:35,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:35,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-508c1fa4-0f05-473f-876a-e49892dc0420 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:15:35,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-508c1fa4-0f05-473f-876a-e49892dc0420 2018-09-04 22:15:35,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:35,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1e7f2d89-2101-4b1f-9bfc-9863f8777802 Date: Tue, 04 Sep 2018 22:15:35 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:15:35,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name&description=hello+group used request id req-1e7f2d89-2101-4b1f-9bfc-9863f8777802 2018-09-04 22:15:35,236 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name... 2018-09-04 22:15:35,236 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name 2018-09-04 22:15:35,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" -d '{"security_group": {"name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name", "description": "hello group"}}' 2018-09-04 22:15:35,581 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-8f1ba48f-421b-4b7d-86df-5bf89a989e4e Date: Tue, 04 Sep 2018 22:15:35 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "updated_at": "2018-09-04T22:15:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "revision_number": 0, "id": "4f8438a1-4a5f-49cc-9ab6-4daca6bb77d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "tenant_id": "c40986395b3a46e9a14872938783f086", "port_range_min": null, "ethertype": "IPv6", "project_id": "c40986395b3a46e9a14872938783f086"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "revision_number": 0, "id": "ddbfed88-3fc7-499e-b53b-eafe6c1df7a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "tenant_id": "c40986395b3a46e9a14872938783f086", "port_range_min": null, "ethertype": "IPv4", "project_id": "c40986395b3a46e9a14872938783f086"}], "revision_number": 2, "project_id": "c40986395b3a46e9a14872938783f086", "id": "573d2198-d1c0-48db-b00e-e03435b9b356", "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name"}} 2018-09-04 22:15:35,581 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-8f1ba48f-421b-4b7d-86df-5bf89a989e4e 2018-09-04 22:15:35,582 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 573d2198-d1c0-48db-b00e-e03435b9b356 2018-09-04 22:15:35,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=573d2198-d1c0-48db-b00e-e03435b9b356 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:35,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1a97d7c1-7c87-4083-8492-7decb0e3e890 Date: Tue, 04 Sep 2018 22:15:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "4f8438a1-4a5f-49cc-9ab6-4daca6bb77d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "ddbfed88-3fc7-499e-b53b-eafe6c1df7a1"}]} 2018-09-04 22:15:35,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=573d2198-d1c0-48db-b00e-e03435b9b356 used request id req-1a97d7c1-7c87-4083-8492-7decb0e3e890 2018-09-04 22:15:35,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 573d2198-d1c0-48db-b00e-e03435b9b356 2018-09-04 22:15:35,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=573d2198-d1c0-48db-b00e-e03435b9b356 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:35,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-89c52071-97f7-4911-ae3a-0365dc5cb37a Date: Tue, 04 Sep 2018 22:15:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "4f8438a1-4a5f-49cc-9ab6-4daca6bb77d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "ddbfed88-3fc7-499e-b53b-eafe6c1df7a1"}]} 2018-09-04 22:15:35,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=573d2198-d1c0-48db-b00e-e03435b9b356 used request id req-89c52071-97f7-4911-ae3a-0365dc5cb37a 2018-09-04 22:15:35,884 - neutron_utils - INFO - Retrieving security group with ID - 573d2198-d1c0-48db-b00e-e03435b9b356 2018-09-04 22:15:35,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=573d2198-d1c0-48db-b00e-e03435b9b356 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:36,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ea74134a-9f92-419c-b39e-1a9d936ee9d1 Date: Tue, 04 Sep 2018 22:15:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "updated_at": "2018-09-04T22:15:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "revision_number": 0, "id": "4f8438a1-4a5f-49cc-9ab6-4daca6bb77d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "tenant_id": "c40986395b3a46e9a14872938783f086", "port_range_min": null, "ethertype": "IPv6", "project_id": "c40986395b3a46e9a14872938783f086"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "revision_number": 0, "id": "ddbfed88-3fc7-499e-b53b-eafe6c1df7a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "tenant_id": "c40986395b3a46e9a14872938783f086", "port_range_min": null, "ethertype": "IPv4", "project_id": "c40986395b3a46e9a14872938783f086"}], "revision_number": 2, "project_id": "c40986395b3a46e9a14872938783f086", "id": "573d2198-d1c0-48db-b00e-e03435b9b356", "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name"}]} 2018-09-04 22:15:36,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=573d2198-d1c0-48db-b00e-e03435b9b356 used request id req-ea74134a-9f92-419c-b39e-1a9d936ee9d1 2018-09-04 22:15:36,089 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 573d2198-d1c0-48db-b00e-e03435b9b356 2018-09-04 22:15:36,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=573d2198-d1c0-48db-b00e-e03435b9b356 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:36,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d13d0a30-e837-4df2-ac04-bfa52a9aded3 Date: Tue, 04 Sep 2018 22:15:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "4f8438a1-4a5f-49cc-9ab6-4daca6bb77d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "ddbfed88-3fc7-499e-b53b-eafe6c1df7a1"}]} 2018-09-04 22:15:36,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=573d2198-d1c0-48db-b00e-e03435b9b356 used request id req-d13d0a30-e837-4df2-ac04-bfa52a9aded3 2018-09-04 22:15:36,282 - neutron_utils - INFO - Retrieving security group with ID - 573d2198-d1c0-48db-b00e-e03435b9b356 2018-09-04 22:15:36,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=573d2198-d1c0-48db-b00e-e03435b9b356 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:36,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-d22fe2de-34db-49a9-bc34-7ef741b866ce Date: Tue, 04 Sep 2018 22:15:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "updated_at": "2018-09-04T22:15:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "revision_number": 0, "id": "4f8438a1-4a5f-49cc-9ab6-4daca6bb77d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "tenant_id": "c40986395b3a46e9a14872938783f086", "port_range_min": null, "ethertype": "IPv6", "project_id": "c40986395b3a46e9a14872938783f086"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "revision_number": 0, "id": "ddbfed88-3fc7-499e-b53b-eafe6c1df7a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "tenant_id": "c40986395b3a46e9a14872938783f086", "port_range_min": null, "ethertype": "IPv4", "project_id": "c40986395b3a46e9a14872938783f086"}], "revision_number": 2, "project_id": "c40986395b3a46e9a14872938783f086", "id": "573d2198-d1c0-48db-b00e-e03435b9b356", "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name"}]} 2018-09-04 22:15:36,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=573d2198-d1c0-48db-b00e-e03435b9b356 used request id req-d22fe2de-34db-49a9-bc34-7ef741b866ce 2018-09-04 22:15:36,337 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 573d2198-d1c0-48db-b00e-e03435b9b356 2018-09-04 22:15:36,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=573d2198-d1c0-48db-b00e-e03435b9b356 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:36,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5e08a98f-d489-4f47-90ca-8317397148f6 Date: Tue, 04 Sep 2018 22:15:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "4f8438a1-4a5f-49cc-9ab6-4daca6bb77d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "ddbfed88-3fc7-499e-b53b-eafe6c1df7a1"}]} 2018-09-04 22:15:36,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=573d2198-d1c0-48db-b00e-e03435b9b356 used request id req-5e08a98f-d489-4f47-90ca-8317397148f6 2018-09-04 22:15:36,406 - neutron_utils - INFO - Retrieving security group with ID - 573d2198-d1c0-48db-b00e-e03435b9b356 2018-09-04 22:15:36,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=573d2198-d1c0-48db-b00e-e03435b9b356 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:36,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-d00dfdb9-1dbe-495f-90fb-f4c3f7f79607 Date: Tue, 04 Sep 2018 22:15:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "updated_at": "2018-09-04T22:15:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "revision_number": 0, "id": "4f8438a1-4a5f-49cc-9ab6-4daca6bb77d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "tenant_id": "c40986395b3a46e9a14872938783f086", "port_range_min": null, "ethertype": "IPv6", "project_id": "c40986395b3a46e9a14872938783f086"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "revision_number": 0, "id": "ddbfed88-3fc7-499e-b53b-eafe6c1df7a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "tenant_id": "c40986395b3a46e9a14872938783f086", "port_range_min": null, "ethertype": "IPv4", "project_id": "c40986395b3a46e9a14872938783f086"}], "revision_number": 2, "project_id": "c40986395b3a46e9a14872938783f086", "id": "573d2198-d1c0-48db-b00e-e03435b9b356", "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name"}]} 2018-09-04 22:15:36,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=573d2198-d1c0-48db-b00e-e03435b9b356 used request id req-d00dfdb9-1dbe-495f-90fb-f4c3f7f79607 2018-09-04 22:15:36,787 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 573d2198-d1c0-48db-b00e-e03435b9b356 2018-09-04 22:15:36,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=573d2198-d1c0-48db-b00e-e03435b9b356 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:36,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1abf616f-270f-4b27-8837-626af344242d Date: Tue, 04 Sep 2018 22:15:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "4f8438a1-4a5f-49cc-9ab6-4daca6bb77d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:35Z", "security_group_id": "573d2198-d1c0-48db-b00e-e03435b9b356", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:35Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "ddbfed88-3fc7-499e-b53b-eafe6c1df7a1"}]} 2018-09-04 22:15:36,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=573d2198-d1c0-48db-b00e-e03435b9b356 used request id req-1abf616f-270f-4b27-8837-626af344242d 2018-09-04 22:15:36,967 - neutron_utils - INFO - Deleting security group rule with ID - 4f8438a1-4a5f-49cc-9ab6-4daca6bb77d9 2018-09-04 22:15:36,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/4f8438a1-4a5f-49cc-9ab6-4daca6bb77d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:37,234 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cfcce0b8-d247-4767-941a-67c8d7aaca67 Content-Length: 0 Date: Tue, 04 Sep 2018 22:15:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:15:37,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/4f8438a1-4a5f-49cc-9ab6-4daca6bb77d9 used request id req-cfcce0b8-d247-4767-941a-67c8d7aaca67 2018-09-04 22:15:37,234 - neutron_utils - INFO - Deleting security group rule with ID - ddbfed88-3fc7-499e-b53b-eafe6c1df7a1 2018-09-04 22:15:37,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/ddbfed88-3fc7-499e-b53b-eafe6c1df7a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:37,508 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1163895-ccac-4de2-b115-2d86a75e23b9 Content-Length: 0 Date: Tue, 04 Sep 2018 22:15:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:15:37,508 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/ddbfed88-3fc7-499e-b53b-eafe6c1df7a1 used request id req-b1163895-ccac-4de2-b115-2d86a75e23b9 2018-09-04 22:15:37,509 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name 2018-09-04 22:15:37,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/573d2198-d1c0-48db-b00e-e03435b9b356 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca86dbdf71cb6ac8fd8e97a25da3103c9a7bc4" 2018-09-04 22:15:37,647 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e40c199c-8356-411a-a601-8381a80c302e Content-Length: 0 Date: Tue, 04 Sep 2018 22:15:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:15:37,648 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/573d2198-d1c0-48db-b00e-e03435b9b356 used request id req-e40c199c-8356-411a-a601-8381a80c302e 2018-09-04 22:15:37,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:38,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d417a05a-3d97-4494-829f-262561ef0696 x-compute-request-id: req-d417a05a-3d97-4494-829f-262561ef0696 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:1d:8c", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "security_groups": [{"name": "default"}], "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:31Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:38,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-d417a05a-3d97-4494-829f-262561ef0696 2018-09-04 22:15:38,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:38,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6039a60f-99f2-45e1-a35a-ba5918ba97a5 Date: Tue, 04 Sep 2018 22:15:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9705424-1e2e-48f5-8357-5986515edd7d"],"updated_at":"2018-09-04T22:15:16Z","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","id":"fce9d887-d637-4961-8a1b-b59d5416a553","name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net"}]} 2018-09-04 22:15:38,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net used request id req-6039a60f-99f2-45e1-a35a-ba5918ba97a5 2018-09-04 22:15:38,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:38,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ff86ed9-1b8f-4a65-b262-944ec366a937 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}} 2018-09-04 22:15:38,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 used request id req-3ff86ed9-1b8f-4a65-b262-944ec366a937 2018-09-04 22:15:38,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:38,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8b23c4c8-420b-433d-8ee1-ee22393c17f9 Date: Tue, 04 Sep 2018 22:15:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:16Z","dns_nameservers":[],"updated_at":"2018-09-04T22:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c40986395b3a46e9a14872938783f086","id":"d9705424-1e2e-48f5-8357-5986515edd7d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]} 2018-09-04 22:15:38,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-8b23c4c8-420b-433d-8ee1-ee22393c17f9 2018-09-04 22:15:38,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:38,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-613eb368-6894-424a-a6df-b2adf3ae9b12 Date: Tue, 04 Sep 2018 22:15:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.2"}],"id":"a323a747-d567-4329-9b74-aed3cbe9b403","security_groups":[],"mac_address":"fa:16:3e:ae:41:c9","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fce9d887-d637-4961-8a1b-b59d5416a553"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.5"}],"id":"c9336c30-c943-478b-9041-73a29d820115","security_groups":["b498b755-3640-46a7-b38c-52f4e3033fbc"],"mac_address":"fa:16:3e:d4:1d:8c","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:22Z","binding:vnic_type":"normal","device_id":"7d44cf99-7d01-4a86-8d9b-96d349785731"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.4"}],"id":"d4aa6fcb-5693-47f9-ac35-703ef5a469a7","security_groups":[],"mac_address":"fa:16:3e:de:72:c3","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fce9d887-d637-4961-8a1b-b59d5416a553"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.3"}],"id":"d879f419-2752-4040-8999-e2e30a512968","security_groups":[],"mac_address":"fa:16:3e:16:4f:ad","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fce9d887-d637-4961-8a1b-b59d5416a553"}]} 2018-09-04 22:15:38,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-613eb368-6894-424a-a6df-b2adf3ae9b12 2018-09-04 22:15:38,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:15:38,849 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe4ac1db9f334799931f01cd6d3a6559", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj-role"}], "expires_at": "2018-09-04T23:15:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c40986395b3a46e9a14872938783f086", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c40986395b3a46e9a14872938783f086", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-03badff7-95b4-438-user", "id": "64b136e6fb7a4e199c5caa9038b4a37d"}, "audit_ids": ["PxiXnEOSSjyk669b-ZFHjQ"], "issued_at": "2018-09-04T22:15:38.000000Z"}} 2018-09-04 22:15:38,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a847119ec2e5782919054f89b1e4320f89c5d0" 2018-09-04 22:15:39,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-780a2a74-42b6-466c-972e-005e8eb8f94c x-compute-request-id: req-780a2a74-42b6-466c-972e-005e8eb8f94c Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:1d:8c", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "security_groups": [{"name": "default"}], "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:31Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:39,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-780a2a74-42b6-466c-972e-005e8eb8f94c 2018-09-04 22:15:39,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:40,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-813417e8-1efb-464e-af75-a50c1c5db460 x-compute-request-id: req-813417e8-1efb-464e-af75-a50c1c5db460 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:1d:8c", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "security_groups": [{"name": "default"}], "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:31Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:40,363 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-813417e8-1efb-464e-af75-a50c1c5db460 2018-09-04 22:15:40,364 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst] is - ACTIVE 2018-09-04 22:15:40,364 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:15:40,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:40,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c40e9a33-747c-4c79-a2a0-e22c7144dfa9 x-compute-request-id: req-c40e9a33-747c-4c79-a2a0-e22c7144dfa9 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:1d:8c", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "security_groups": [{"name": "default"}], "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:31Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:40,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-c40e9a33-747c-4c79-a2a0-e22c7144dfa9 2018-09-04 22:15:40,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:40,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-fd41ba4b-bf7c-4a47-9a53-cf881c16660a Date: Tue, 04 Sep 2018 22:15:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9705424-1e2e-48f5-8357-5986515edd7d"],"updated_at":"2018-09-04T22:15:16Z","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","id":"fce9d887-d637-4961-8a1b-b59d5416a553","name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net"}]} 2018-09-04 22:15:40,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net used request id req-fd41ba4b-bf7c-4a47-9a53-cf881c16660a 2018-09-04 22:15:40,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:41,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-029b8169-bf2c-49be-9c1e-ec51427e4444 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}} 2018-09-04 22:15:41,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 used request id req-029b8169-bf2c-49be-9c1e-ec51427e4444 2018-09-04 22:15:41,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:41,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7478a8b3-e48b-4752-8434-3b5145835b27 Date: Tue, 04 Sep 2018 22:15:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:16Z","dns_nameservers":[],"updated_at":"2018-09-04T22:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c40986395b3a46e9a14872938783f086","id":"d9705424-1e2e-48f5-8357-5986515edd7d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]} 2018-09-04 22:15:41,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-7478a8b3-e48b-4752-8434-3b5145835b27 2018-09-04 22:15:41,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:41,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-f0de27d5-0ac3-4f37-a54a-f0094d2994c9 Date: Tue, 04 Sep 2018 22:15:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.2"}],"id":"a323a747-d567-4329-9b74-aed3cbe9b403","security_groups":[],"mac_address":"fa:16:3e:ae:41:c9","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fce9d887-d637-4961-8a1b-b59d5416a553"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.5"}],"id":"c9336c30-c943-478b-9041-73a29d820115","security_groups":["b498b755-3640-46a7-b38c-52f4e3033fbc"],"mac_address":"fa:16:3e:d4:1d:8c","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:22Z","binding:vnic_type":"normal","device_id":"7d44cf99-7d01-4a86-8d9b-96d349785731"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.4"}],"id":"d4aa6fcb-5693-47f9-ac35-703ef5a469a7","security_groups":[],"mac_address":"fa:16:3e:de:72:c3","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fce9d887-d637-4961-8a1b-b59d5416a553"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.3"}],"id":"d879f419-2752-4040-8999-e2e30a512968","security_groups":[],"mac_address":"fa:16:3e:16:4f:ad","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fce9d887-d637-4961-8a1b-b59d5416a553"}]} 2018-09-04 22:15:41,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-f0de27d5-0ac3-4f37-a54a-f0094d2994c9 2018-09-04 22:15:41,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:41,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a2f218c-ca2b-4736-9cc0-8b91e1591d5b x-compute-request-id: req-9a2f218c-ca2b-4736-9cc0-8b91e1591d5b Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:1d:8c", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "security_groups": [{"name": "default"}], "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:31Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:41,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-9a2f218c-ca2b-4736-9cc0-8b91e1591d5b 2018-09-04 22:15:41,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:42,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-83c740ec-c15a-42df-a488-d4b1d38f34a7 Date: Tue, 04 Sep 2018 22:15:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9705424-1e2e-48f5-8357-5986515edd7d"],"updated_at":"2018-09-04T22:15:16Z","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","id":"fce9d887-d637-4961-8a1b-b59d5416a553","name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net"}]} 2018-09-04 22:15:42,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net used request id req-83c740ec-c15a-42df-a488-d4b1d38f34a7 2018-09-04 22:15:42,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:42,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2482e4ac-b9b2-491b-b14f-0d4a12eb4c42 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}} 2018-09-04 22:15:42,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 used request id req-2482e4ac-b9b2-491b-b14f-0d4a12eb4c42 2018-09-04 22:15:42,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:42,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-98e75650-89cb-4683-b8f7-323c5bd5d021 Date: Tue, 04 Sep 2018 22:15:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:16Z","dns_nameservers":[],"updated_at":"2018-09-04T22:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c40986395b3a46e9a14872938783f086","id":"d9705424-1e2e-48f5-8357-5986515edd7d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]} 2018-09-04 22:15:42,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-98e75650-89cb-4683-b8f7-323c5bd5d021 2018-09-04 22:15:42,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:42,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-b82174b5-6bab-483f-898d-ac482178e9ea Date: Tue, 04 Sep 2018 22:15:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.2"}],"id":"a323a747-d567-4329-9b74-aed3cbe9b403","security_groups":[],"mac_address":"fa:16:3e:ae:41:c9","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fce9d887-d637-4961-8a1b-b59d5416a553"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.5"}],"id":"c9336c30-c943-478b-9041-73a29d820115","security_groups":["b498b755-3640-46a7-b38c-52f4e3033fbc"],"mac_address":"fa:16:3e:d4:1d:8c","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:22Z","binding:vnic_type":"normal","device_id":"7d44cf99-7d01-4a86-8d9b-96d349785731"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.4"}],"id":"d4aa6fcb-5693-47f9-ac35-703ef5a469a7","security_groups":[],"mac_address":"fa:16:3e:de:72:c3","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fce9d887-d637-4961-8a1b-b59d5416a553"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.3"}],"id":"d879f419-2752-4040-8999-e2e30a512968","security_groups":[],"mac_address":"fa:16:3e:16:4f:ad","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fce9d887-d637-4961-8a1b-b59d5416a553"}]} 2018-09-04 22:15:42,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-b82174b5-6bab-483f-898d-ac482178e9ea 2018-09-04 22:15:42,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name"}}' 2018-09-04 22:15:42,409 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:15:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-00f99970-261a-44e3-b185-41bfa360a088 x-compute-request-id: req-00f99970-261a-44e3-b185-41bfa360a088 Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name is not found for project c40986395b3a46e9a14872938783f086", "code": 404}} 2018-09-04 22:15:42,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731/action used request id req-00f99970-261a-44e3-b185-41bfa360a088 2018-09-04 22:15:42,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:43,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f206696-b250-4d05-bccd-0c56b4a31a10 x-compute-request-id: req-8f206696-b250-4d05-bccd-0c56b4a31a10 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:1d:8c", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "security_groups": [{"name": "default"}], "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:31Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:43,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-8f206696-b250-4d05-bccd-0c56b4a31a10 2018-09-04 22:15:43,020 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name] - Security group InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name is not found for project c40986395b3a46e9a14872938783f086 (HTTP 404) (Request-ID: req-00f99970-261a-44e3-b185-41bfa360a088) 2018-09-04 22:15:43,020 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-name is not found for project c40986395b3a46e9a14872938783f086 (HTTP 404) (Request-ID: req-00f99970-261a-44e3-b185-41bfa360a088) 2018-09-04 22:15:43,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:43,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9384f34-40c4-4e99-a309-6f66e4aaf086 x-compute-request-id: req-a9384f34-40c4-4e99-a309-6f66e4aaf086 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:1d:8c", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "security_groups": [{"name": "default"}], "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:31Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:43,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-a9384f34-40c4-4e99-a309-6f66e4aaf086 2018-09-04 22:15:43,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:43,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-02b7af72-5145-4d22-b009-7e22ab6f9fca Date: Tue, 04 Sep 2018 22:15:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9705424-1e2e-48f5-8357-5986515edd7d"],"updated_at":"2018-09-04T22:15:16Z","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c40986395b3a46e9a14872938783f086","id":"fce9d887-d637-4961-8a1b-b59d5416a553","name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net"}]} 2018-09-04 22:15:43,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net used request id req-02b7af72-5145-4d22-b009-7e22ab6f9fca 2018-09-04 22:15:43,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:43,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71dd0ac4-ea76-48ff-846e-a28b014fcc4c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}} 2018-09-04 22:15:43,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 used request id req-71dd0ac4-ea76-48ff-846e-a28b014fcc4c 2018-09-04 22:15:43,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:43,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0d8df0ad-f067-470e-8ef6-2575619bf0b3 Date: Tue, 04 Sep 2018 22:15:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:16Z","dns_nameservers":[],"updated_at":"2018-09-04T22:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c40986395b3a46e9a14872938783f086","id":"d9705424-1e2e-48f5-8357-5986515edd7d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet"}]} 2018-09-04 22:15:43,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-0d8df0ad-f067-470e-8ef6-2575619bf0b3 2018-09-04 22:15:43,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:44,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-e3096639-c8a6-4fbe-a00b-2a2cd47be618 Date: Tue, 04 Sep 2018 22:15:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.2"}],"id":"a323a747-d567-4329-9b74-aed3cbe9b403","security_groups":[],"mac_address":"fa:16:3e:ae:41:c9","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fce9d887-d637-4961-8a1b-b59d5416a553"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.5"}],"id":"c9336c30-c943-478b-9041-73a29d820115","security_groups":["b498b755-3640-46a7-b38c-52f4e3033fbc"],"mac_address":"fa:16:3e:d4:1d:8c","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:22Z","binding:vnic_type":"normal","device_id":"7d44cf99-7d01-4a86-8d9b-96d349785731"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.4"}],"id":"d4aa6fcb-5693-47f9-ac35-703ef5a469a7","security_groups":[],"mac_address":"fa:16:3e:de:72:c3","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fce9d887-d637-4961-8a1b-b59d5416a553"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:15:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9705424-1e2e-48f5-8357-5986515edd7d","ip_address":"10.55.0.3"}],"id":"d879f419-2752-4040-8999-e2e30a512968","security_groups":[],"mac_address":"fa:16:3e:16:4f:ad","project_id":"c40986395b3a46e9a14872938783f086","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fce9d887-d637-4961-8a1b-b59d5416a553","tenant_id":"c40986395b3a46e9a14872938783f086","created_at":"2018-09-04T22:15:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fce9d887-d637-4961-8a1b-b59d5416a553"}]} 2018-09-04 22:15:44,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-e3096639-c8a6-4fbe-a00b-2a2cd47be618 2018-09-04 22:15:44,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a847119ec2e5782919054f89b1e4320f89c5d0" 2018-09-04 22:15:44,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5348051d-388c-49dc-8199-0c49386a3e5e x-compute-request-id: req-5348051d-388c-49dc-8199-0c49386a3e5e Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:1d:8c", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "security_groups": [{"name": "default"}], "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:31Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:44,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-5348051d-388c-49dc-8199-0c49386a3e5e 2018-09-04 22:15:44,924 - create_instance - INFO - Deleting Port with ID - c9336c30-c943-478b-9041-73a29d820115 2018-09-04 22:15:44,924 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-port 2018-09-04 22:15:44,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/c9336c30-c943-478b-9041-73a29d820115 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:45,369 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-703405ba-3378-455d-b7d2-ab89b64cacd1 Date: Tue, 04 Sep 2018 22:15:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:15:45,369 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/c9336c30-c943-478b-9041-73a29d820115 used request id req-703405ba-3378-455d-b7d2-ab89b64cacd1 2018-09-04 22:15:45,369 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst 2018-09-04 22:15:45,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:46,457 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b13887c2-975b-4268-b776-97d494ec0339 x-compute-request-id: req-b13887c2-975b-4268-b776-97d494ec0339 Content-Type: application/json 2018-09-04 22:15:46,457 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-b13887c2-975b-4268-b776-97d494ec0339 2018-09-04 22:15:46,458 - create_instance - INFO - Checking deletion status 2018-09-04 22:15:46,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:46,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7583256c-1d29-49dd-94c5-d0901a17a78a x-compute-request-id: req-7583256c-1d29-49dd-94c5-d0901a17a78a Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:45Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:46,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-7583256c-1d29-49dd-94c5-d0901a17a78a 2018-09-04 22:15:46,567 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst] is - ACTIVE 2018-09-04 22:15:46,567 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:15:49,570 - create_instance - DEBUG - VM status query timeout in 296.887872934 2018-09-04 22:15:49,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:49,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45393c95-5d6d-4824-aacb-41fe7cd6b6d5 x-compute-request-id: req-45393c95-5d6d-4824-aacb-41fe7cd6b6d5 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:45Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:49,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-45393c95-5d6d-4824-aacb-41fe7cd6b6d5 2018-09-04 22:15:49,849 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst] is - ACTIVE 2018-09-04 22:15:49,849 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:15:52,852 - create_instance - DEBUG - VM status query timeout in 293.605549812 2018-09-04 22:15:52,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:53,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:15:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08a3bcca-2b76-4f26-a60b-700573cd68fe x-compute-request-id: req-08a3bcca-2b76-4f26-a60b-700573cd68fe Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7d44cf99-7d01-4a86-8d9b-96d349785731", "rel": "bookmark"}], "image": {"id": "b4fe5950-12ef-4b78-833b-a2182f96cf3c", "links": [{"href": "http://172.30.9.26:8774/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:15:30.000000", "flavor": {"id": "7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "links": [{"href": "http://172.30.9.26:8774/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27", "rel": "bookmark"}]}, "id": "7d44cf99-7d01-4a86-8d9b-96d349785731", "user_id": "64b136e6fb7a4e199c5caa9038b4a37d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:15:52Z", "hostId": "04a2d188e78cfbc192e48713ac3bb7ae479dc64afd06fa02eb04095f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst", "created": "2018-09-04T22:15:25Z", "tenant_id": "c40986395b3a46e9a14872938783f086", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:15:53,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-08a3bcca-2b76-4f26-a60b-700573cd68fe 2018-09-04 22:15:53,112 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst] is - ACTIVE 2018-09-04 22:15:53,113 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:15:56,116 - create_instance - DEBUG - VM status query timeout in 290.34201479 2018-09-04 22:15:56,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fcbf8f2894c4ab12e96f548ce002ad19ac0d109" 2018-09-04 22:15:56,183 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:15:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-affbbfe4-2d43-4f67-91aa-ce09bb686184 x-compute-request-id: req-affbbfe4-2d43-4f67-91aa-ce09bb686184 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7d44cf99-7d01-4a86-8d9b-96d349785731 could not be found.", "code": 404}} 2018-09-04 22:15:56,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7d44cf99-7d01-4a86-8d9b-96d349785731 used request id req-affbbfe4-2d43-4f67-91aa-ce09bb686184 2018-09-04 22:15:56,184 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7d44cf99-7d01-4a86-8d9b-96d349785731 could not be found. (HTTP 404) (Request-ID: req-affbbfe4-2d43-4f67-91aa-ce09bb686184) 2018-09-04 22:15:56,184 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-inst 2018-09-04 22:15:56,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5380387c6b132085bd4a99a65e5bd023ba5085e4" 2018-09-04 22:15:56,228 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:15:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fd4e8b27-49fd-4e11-b5d7-c48b6c9427ff x-compute-request-id: req-fd4e8b27-49fd-4e11-b5d7-c48b6c9427ff Content-Length: 0 Content-Type: application/json 2018-09-04 22:15:56,229 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/7e6f4d4d-1a5f-4adc-8cc5-e98c36764e27 used request id req-fd4e8b27-49fd-4e11-b5d7-c48b6c9427ff 2018-09-04 22:15:56,229 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet 2018-09-04 22:15:56,230 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-subnet 2018-09-04 22:15:56,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/d9705424-1e2e-48f5-8357-5986515edd7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988c42580dc6eb58f8170b2ee367587c54873495" 2018-09-04 22:15:58,566 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f9af7662-9cb0-42e4-ad33-d35dc51dc905 Date: Tue, 04 Sep 2018 22:15:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:15:58,566 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d9705424-1e2e-48f5-8357-5986515edd7d used request id req-f9af7662-9cb0-42e4-ad33-d35dc51dc905 2018-09-04 22:15:58,567 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-pub-net 2018-09-04 22:15:58,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/fce9d887-d637-4961-8a1b-b59d5416a553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988c42580dc6eb58f8170b2ee367587c54873495" 2018-09-04 22:16:00,093 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a9ad707-4fb3-4475-8488-571b8e4b8bb5 Date: Tue, 04 Sep 2018 22:16:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:16:00,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/fce9d887-d637-4961-8a1b-b59d5416a553 used request id req-1a9ad707-4fb3-4475-8488-571b8e4b8bb5 2018-09-04 22:16:00,094 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-5589f1b0-395c-472c-87e1-b6cf20eec037-image 2018-09-04 22:16:00,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57df00287b4e50e053037af5a9b2ad7dc0fe1de4" 2018-09-04 22:16:01,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aa96ff83-1882-42ed-b7a4-f45f0063176f Date: Tue, 04 Sep 2018 22:16:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:16:01,731 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/b4fe5950-12ef-4b78-833b-a2182f96cf3c used request id req-aa96ff83-1882-42ed-b7a4-f45f0063176f 2018-09-04 22:16:01,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:01,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-43d209e7-8d99-423b-8ac4-3918779d2c99 Date: Tue, 04 Sep 2018 22:16:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:15Z", "updated_at": "2018-09-04T22:15:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:15:15Z", "revision_number": 0, "id": "6137ce46-7f18-43c4-b06b-36950db34a76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:15:15Z", "security_group_id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "tenant_id": "c40986395b3a46e9a14872938783f086", "port_range_min": null, "ethertype": "IPv6", "project_id": "c40986395b3a46e9a14872938783f086"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:15:15Z", "revision_number": 0, "id": "9c667039-14ca-4848-9849-fdd2e21c2be3", "remote_group_id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "remote_ip_prefix": null, "created_at": "2018-09-04T22:15:15Z", "security_group_id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "tenant_id": "c40986395b3a46e9a14872938783f086", "port_range_min": null, "ethertype": "IPv4", "project_id": "c40986395b3a46e9a14872938783f086"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:15:15Z", "revision_number": 0, "id": "b510aad9-9417-4522-9085-de70d958e438", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:15:15Z", "security_group_id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "tenant_id": "c40986395b3a46e9a14872938783f086", "port_range_min": null, "ethertype": "IPv4", "project_id": "c40986395b3a46e9a14872938783f086"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:15:15Z", "revision_number": 0, "id": "b9ce724c-757f-4a57-8934-0a007c7f8cb3", "remote_group_id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "remote_ip_prefix": null, "created_at": "2018-09-04T22:15:15Z", "security_group_id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "tenant_id": "c40986395b3a46e9a14872938783f086", "port_range_min": null, "ethertype": "IPv6", "project_id": "c40986395b3a46e9a14872938783f086"}], "revision_number": 4, "project_id": "c40986395b3a46e9a14872938783f086", "id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:16:01,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-43d209e7-8d99-423b-8ac4-3918779d2c99 2018-09-04 22:16:01,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:02,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20c34570-24e8-46c2-ba84-89c3ba3e1f3c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:16:02,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-20c34570-24e8-46c2-ba84-89c3ba3e1f3c 2018-09-04 22:16:02,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:02,254 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:16:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6f324f9-dee4-4b1e-94d7-4fedf15ec20f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:16:02,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-c6f324f9-dee4-4b1e-94d7-4fedf15ec20f 2018-09-04 22:16:02,254 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:16:02,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:02,354 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:16:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3379b15-4780-4ecc-8de4-f329c96dfaaa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:16:02,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-d3379b15-4780-4ecc-8de4-f329c96dfaaa 2018-09-04 22:16:02,354 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:16:02,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:02,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4301dae6-c62e-4f6d-8b7e-34aa6b06018c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:16:02,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-4301dae6-c62e-4f6d-8b7e-34aa6b06018c 2018-09-04 22:16:02,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:02,527 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:16:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b153411b-26cf-443e-8c1f-cb322c7f792e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:16:02,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-b153411b-26cf-443e-8c1f-cb322c7f792e 2018-09-04 22:16:02,528 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:16:02,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:02,703 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:16:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be766cc8-ba8c-4428-8945-bdd817a94aba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:16:02,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-be766cc8-ba8c-4428-8945-bdd817a94aba 2018-09-04 22:16:02,703 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:16:02,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:02,788 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:16:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7707e884-5d14-4c60-9d45-329345afde5d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:16:02,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-7707e884-5d14-4c60-9d45-329345afde5d 2018-09-04 22:16:02,788 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:16:02,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:02,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca617c6f-abea-43d2-a609-7dd8449128cd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086"}, "enabled": true, "id": "c40986395b3a46e9a14872938783f086", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-03badff7-95b4-438-proj"}} 2018-09-04 22:16:02,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 used request id req-ca617c6f-abea-43d2-a609-7dd8449128cd 2018-09-04 22:16:02,882 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b498b755-3640-46a7-b38c-52f4e3033fbc 2018-09-04 22:16:02,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b498b755-3640-46a7-b38c-52f4e3033fbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:03,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-eaa4c7ba-a889-4662-bee4-7e01fd2c5ce2 Date: Tue, 04 Sep 2018 22:16:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:15Z", "security_group_id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:15Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "6137ce46-7f18-43c4-b06b-36950db34a76"}, {"remote_group_id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:15Z", "security_group_id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:15Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "9c667039-14ca-4848-9849-fdd2e21c2be3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:15Z", "security_group_id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:15Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "b510aad9-9417-4522-9085-de70d958e438"}, {"remote_group_id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:15:15Z", "security_group_id": "b498b755-3640-46a7-b38c-52f4e3033fbc", "port_range_min": null, "revision_number": 0, "tenant_id": "c40986395b3a46e9a14872938783f086", "created_at": "2018-09-04T22:15:15Z", "project_id": "c40986395b3a46e9a14872938783f086", "id": "b9ce724c-757f-4a57-8934-0a007c7f8cb3"}]} 2018-09-04 22:16:03,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b498b755-3640-46a7-b38c-52f4e3033fbc used request id req-eaa4c7ba-a889-4662-bee4-7e01fd2c5ce2 2018-09-04 22:16:03,051 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:16:03,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/b498b755-3640-46a7-b38c-52f4e3033fbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:03,378 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-00cd8ada-59dc-4193-a06b-d09756058417 Content-Length: 0 Date: Tue, 04 Sep 2018 22:16:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:16:03,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/b498b755-3640-46a7-b38c-52f4e3033fbc used request id req-00cd8ada-59dc-4193-a06b-d09756058417 2018-09-04 22:16:03,379 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-03badff7-95b4-438-proj 2018-09-04 22:16:03,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:03,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:16:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f99c3656-5de0-4740-85d8-4983bcf4236b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:16:03,607 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/c40986395b3a46e9a14872938783f086 used request id req-f99c3656-5de0-4740-85d8-4983bcf4236b 2018-09-04 22:16:03,607 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-03badff7-95b4-438-proj-role 2018-09-04 22:16:03,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/fe4ac1db9f334799931f01cd6d3a6559 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:03,705 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:16:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-971614a8-848c-4619-9e5c-73b052366d6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:16:03,706 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/fe4ac1db9f334799931f01cd6d3a6559 used request id req-971614a8-848c-4619-9e5c-73b052366d6f 2018-09-04 22:16:03,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b74a7cea28ba97a12170758531c876f2fe0a547" 2018-09-04 22:16:03,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3da8e888-857c-4254-ad91-e3e7cda11306 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:16:03,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3da8e888-857c-4254-ad91-e3e7cda11306 2018-09-04 22:16:03,883 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-03badff7-95b4-438-user 2018-09-04 22:16:03,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/64b136e6fb7a4e199c5caa9038b4a37d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09151f4b1d9c08b13c69e241fe4e205312bb2d4" 2018-09-04 22:16:04,083 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:16:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b760074d-6849-422b-879b-b4f6eb70b8b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:16:04,083 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/64b136e6fb7a4e199c5caa9038b4a37d used request id req-b760074d-6849-422b-879b-b4f6eb70b8b9 2018-09-04 22:16:04,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:04,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:16:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["cJ0GAtjIQ8Gih-ualJjTGA"], "issued_at": "2018-09-04T22:16:04.000000Z"}} 2018-09-04 22:16:04,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cd630ecd7a6081fff290d0d436920d853e51f66" 2018-09-04 22:16:04,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e84cd75e-3886-4301-a4a5-6de8807aebd2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:04,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e84cd75e-3886-4301-a4a5-6de8807aebd2 2018-09-04 22:16:04,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:04,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:05,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:16:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["r4XD8cgETrufr-WW3uoxjw"], "issued_at": "2018-09-04T22:16:05.000000Z"}} 2018-09-04 22:16:05,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:05,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d55323e-f9e2-48b1-b1fc-2a91c53d3329 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:05,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8d55323e-f9e2-48b1-b1fc-2a91c53d3329 2018-09-04 22:16:05,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:16:05,099 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:16:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:16:05,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:05,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5c8f4ce-e3e3-4189-b66c-651d26c2703b Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:16:05,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj used request id req-d5c8f4ce-e3e3-4189-b66c-651d26c2703b 2018-09-04 22:16:05,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:05,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c51c0adb-16b6-4794-a24a-f5196fcb1275 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:16:05,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c51c0adb-16b6-4794-a24a-f5196fcb1275 2018-09-04 22:16:05,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}}' 2018-09-04 22:16:05,395 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:16:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93f86340-ccf7-44c5-bef2-65ba87c6c0a8 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:05,395 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-93f86340-ccf7-44c5-bef2-65ba87c6c0a8 2018-09-04 22:16:05,395 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj 2018-09-04 22:16:05,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:05,396 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:05,792 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:16:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["vxMhcyPxRUCxCHdFkvapaA"], "issued_at": "2018-09-04T22:16:05.000000Z"}} 2018-09-04 22:16:05,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb876d1f8c15f13857301a2c039e0d4e8cdbc1e2" 2018-09-04 22:16:05,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b92be723-d0b8-4d45-b1f4-55a27b7dc50a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:05,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b92be723-d0b8-4d45-b1f4-55a27b7dc50a 2018-09-04 22:16:05,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:16:05,879 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:16:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:16:05,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb876d1f8c15f13857301a2c039e0d4e8cdbc1e2" 2018-09-04 22:16:05,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b93d015-c65c-45d4-b59e-d97643813057 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:16:05,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1b93d015-c65c-45d4-b59e-d97643813057 2018-09-04 22:16:05,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb876d1f8c15f13857301a2c039e0d4e8cdbc1e2" 2018-09-04 22:16:05,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e055a97-cba5-41a8-a288-40bebdd9ac71 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}]} 2018-09-04 22:16:05,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj used request id req-2e055a97-cba5-41a8-a288-40bebdd9ac71 2018-09-04 22:16:05,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb876d1f8c15f13857301a2c039e0d4e8cdbc1e2" 2018-09-04 22:16:06,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4100fa1a-b57b-4eff-a52c-5f1204acb0da Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:16:06,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-4100fa1a-b57b-4eff-a52c-5f1204acb0da 2018-09-04 22:16:06,413 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-62fd70f1-2bcf-416-user 2018-09-04 22:16:06,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:06,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:06,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7db817f2-e8e2-4ed0-a1fd-5f31d6ecbdc4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:16:06,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7db817f2-e8e2-4ed0-a1fd-5f31d6ecbdc4 2018-09-04 22:16:06,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" -d '{"role": {"name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj-role"}}' 2018-09-04 22:16:06,688 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:16:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7eaebb9b-a39f-4ed2-a128-8042dcfbc5fa Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "438b933763b843509828fb9803fdfaa4", "links": {"self": "http://172.30.9.26:5000/v3/roles/438b933763b843509828fb9803fdfaa4"}, "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj-role"}} 2018-09-04 22:16:06,688 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-7eaebb9b-a39f-4ed2-a128-8042dcfbc5fa 2018-09-04 22:16:06,689 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj-role 2018-09-04 22:16:06,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/438b933763b843509828fb9803fdfaa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:06,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3a85f1a-6b3a-4c69-8e67-add42c48bf3c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/438b933763b843509828fb9803fdfaa4"}, "domain_id": null, "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj-role", "id": "438b933763b843509828fb9803fdfaa4"}} 2018-09-04 22:16:06,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/438b933763b843509828fb9803fdfaa4 used request id req-d3a85f1a-6b3a-4c69-8e67-add42c48bf3c 2018-09-04 22:16:06,712 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj-role to project InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj 2018-09-04 22:16:06,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d/users/c17f115f057e460fbb888fedc8e89192/roles/438b933763b843509828fb9803fdfaa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:06,835 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:16:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0dffe56e-5435-44bc-b338-e0cc904ee8bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:16:06,835 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d/users/c17f115f057e460fbb888fedc8e89192/roles/438b933763b843509828fb9803fdfaa4 used request id req-0dffe56e-5435-44bc-b338-e0cc904ee8bd 2018-09-04 22:16:06,835 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:16:06,836 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:16:06,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:06,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:07,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "438b933763b843509828fb9803fdfaa4", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj-role"}], "expires_at": "2018-09-04T23:16:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e36d8088a9446d0950d746cb4c2102d", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-user", "id": "c17f115f057e460fbb888fedc8e89192"}, "audit_ids": ["V_Opzb-3TrqWuSQ1G1GX4Q"], "issued_at": "2018-09-04T22:16:07.000000Z"}} 2018-09-04 22:16:07,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2690dbb1862aeb0079ad0c4a82998cf6160def20" 2018-09-04 22:16:07,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c384d85d-2f11-46f8-bfab-019944692282 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:07,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c384d85d-2f11-46f8-bfab-019944692282 2018-09-04 22:16:07,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2690dbb1862aeb0079ad0c4a82998cf6160def20" 2018-09-04 22:16:07,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-1f54f08d-e19b-4b7e-b6a9-d4296037560a Date: Tue, 04 Sep 2018 22:16:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image"} 2018-09-04 22:16:07,572 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image used request id req-1f54f08d-e19b-4b7e-b6a9-d4296037560a 2018-09-04 22:16:07,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2690dbb1862aeb0079ad0c4a82998cf6160def20" 2018-09-04 22:16:07,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-21b37793-45db-4f0e-b63e-ce292829d5f4 Date: Tue, 04 Sep 2018 22:16:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:16:07,734 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-21b37793-45db-4f0e-b63e-ce292829d5f4 2018-09-04 22:16:07,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2690dbb1862aeb0079ad0c4a82998cf6160def20" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image"}' 2018-09-04 22:16:07,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc X-Openstack-Request-Id: req-a1f01d01-438b-473f-b4ce-789ea7ebe89c Date: Tue, 04 Sep 2018 22:16:07 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:16:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:16:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "min_disk": 0, "protected": false, "id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "file": "/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc/file", "checksum": null, "owner": "1e36d8088a9446d0950d746cb4c2102d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:16:07,960 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-a1f01d01-438b-473f-b4ce-789ea7ebe89c 2018-09-04 22:16:07,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2690dbb1862aeb0079ad0c4a82998cf6160def20" -d '' 2018-09-04 22:16:09,034 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d44ca1e7-cb2b-4231-8abc-a6d8774c58bf Date: Tue, 04 Sep 2018 22:16:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:16:09,034 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc/file used request id req-d44ca1e7-cb2b-4231-8abc-a6d8774c58bf 2018-09-04 22:16:09,035 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:16:09,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2690dbb1862aeb0079ad0c4a82998cf6160def20" 2018-09-04 22:16:09,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a861c024-5d23-495e-8e47-f220283bda77 Date: Tue, 04 Sep 2018 22:16:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:16:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:16:08Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc/snap", "metadata": {}}], "self": "/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "min_disk": 0, "protected": false, "id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "file": "/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1e36d8088a9446d0950d746cb4c2102d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:16:09,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc used request id req-a861c024-5d23-495e-8e47-f220283bda77 2018-09-04 22:16:09,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2690dbb1862aeb0079ad0c4a82998cf6160def20" 2018-09-04 22:16:09,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-53cf233c-18a1-45af-861a-dad298c138d1 Date: Tue, 04 Sep 2018 22:16:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:16:09,369 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-53cf233c-18a1-45af-861a-dad298c138d1 2018-09-04 22:16:09,372 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image 2018-09-04 22:16:09,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2690dbb1862aeb0079ad0c4a82998cf6160def20" 2018-09-04 22:16:09,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-46a324a8-43ae-498f-939e-a5d06869be94 Date: Tue, 04 Sep 2018 22:16:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:16:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:16:08Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc/snap", "metadata": {}}], "self": "/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "min_disk": 0, "protected": false, "id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "file": "/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1e36d8088a9446d0950d746cb4c2102d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:16:09,529 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc used request id req-46a324a8-43ae-498f-939e-a5d06869be94 2018-09-04 22:16:09,530 - create_image - DEBUG - Instance status is - active 2018-09-04 22:16:09,530 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image 2018-09-04 22:16:09,530 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image 2018-09-04 22:16:09,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:09,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:09,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "438b933763b843509828fb9803fdfaa4", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj-role"}], "expires_at": "2018-09-04T23:16:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e36d8088a9446d0950d746cb4c2102d", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-user", "id": "c17f115f057e460fbb888fedc8e89192"}, "audit_ids": ["uS8yA3nQRnOr4m20XbMsIA"], "issued_at": "2018-09-04T22:16:09.000000Z"}} 2018-09-04 22:16:09,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5323075700a1e2633745cb3bf7c9214efb294705" 2018-09-04 22:16:09,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a16f479-c437-471b-b90c-5891ac9de0a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:09,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9a16f479-c437-471b-b90c-5891ac9de0a2 2018-09-04 22:16:09,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5323075700a1e2633745cb3bf7c9214efb294705" 2018-09-04 22:16:10,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3688c7d7-11ea-43db-a768-b6fa8ebee324 Date: Tue, 04 Sep 2018 22:16:10 GMT RESP BODY: {"networks":[]} 2018-09-04 22:16:10,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net used request id req-3688c7d7-11ea-43db-a768-b6fa8ebee324 2018-09-04 22:16:10,146 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net 2018-09-04 22:16:10,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5323075700a1e2633745cb3bf7c9214efb294705" -d '{"network": {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net", "admin_state_up": true}}' 2018-09-04 22:16:10,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-5909243e-6551-4fd9-a699-b9100a60ef76 Date: Tue, 04 Sep 2018 22:16:10 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:16:10Z","is_default":false,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","mtu":1450}} 2018-09-04 22:16:10,693 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-5909243e-6551-4fd9-a699-b9100a60ef76 2018-09-04 22:16:10,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5323075700a1e2633745cb3bf7c9214efb294705" 2018-09-04 22:16:10,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-6b232519-9f4e-404e-9e8a-df20a673861a Date: Tue, 04 Sep 2018 22:16:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:16:10Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:10,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-6b232519-9f4e-404e-9e8a-df20a673861a 2018-09-04 22:16:10,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5323075700a1e2633745cb3bf7c9214efb294705" 2018-09-04 22:16:10,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b3dab7f4-4c0e-4a3b-af18-e19413c0217e Date: Tue, 04 Sep 2018 22:16:10 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:16:10,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-b3dab7f4-4c0e-4a3b-af18-e19413c0217e 2018-09-04 22:16:10,983 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet 2018-09-04 22:16:10,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5323075700a1e2633745cb3bf7c9214efb294705" -d '{"subnets": [{"ip_version": 4, "network_id": "e4c83858-3dda-4e82-8560-e95b60e60e0f", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]}' 2018-09-04 22:16:11,687 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2a1fef54-d9e4-4e12-af81-fe007f030d36 Date: Tue, 04 Sep 2018 22:16:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:11,687 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-2a1fef54-d9e4-4e12-af81-fe007f030d36 2018-09-04 22:16:11,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5323075700a1e2633745cb3bf7c9214efb294705" 2018-09-04 22:16:11,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-46167691-7465-456f-9018-28300c9249cb Date: Tue, 04 Sep 2018 22:16:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c979d2ae-f428-4051-8aae-04e62da20f66"],"updated_at":"2018-09-04T22:16:11Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:11,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-46167691-7465-456f-9018-28300c9249cb 2018-09-04 22:16:11,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5323075700a1e2633745cb3bf7c9214efb294705" 2018-09-04 22:16:12,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5fc696da-ebc3-4005-a321-93d7ea034f19 Date: Tue, 04 Sep 2018 22:16:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:12,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-5fc696da-ebc3-4005-a321-93d7ea034f19 2018-09-04 22:16:12,190 - OpenStackNetwork - DEBUG - Network [e4c83858-3dda-4e82-8560-e95b60e60e0f] created successfully 2018-09-04 22:16:12,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:12,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:12,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:16:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["C7SrDAbxSS-AGiQkx_HRKQ"], "issued_at": "2018-09-04T22:16:12.000000Z"}} 2018-09-04 22:16:12,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d94c49d09fc09fee62f09fe35a102bf88f246f" 2018-09-04 22:16:12,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f6e960-da5b-408e-a736-268b909fd00a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:12,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e4f6e960-da5b-408e-a736-268b909fd00a 2018-09-04 22:16:12,664 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:16:12,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d94c49d09fc09fee62f09fe35a102bf88f246f" 2018-09-04 22:16:12,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f25793d9-b18d-4e8b-a197-bb3ea0ff748a x-compute-request-id: req-f25793d9-b18d-4e8b-a197-bb3ea0ff748a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:16:12,860 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f25793d9-b18d-4e8b-a197-bb3ea0ff748a 2018-09-04 22:16:12,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d94c49d09fc09fee62f09fe35a102bf88f246f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:16:12,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf710a6d-ac7f-473e-ba13-dbc929360cf6 x-compute-request-id: req-cf710a6d-ac7f-473e-ba13-dbc929360cf6 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:16:12,913 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-cf710a6d-ac7f-473e-ba13-dbc929360cf6 2018-09-04 22:16:12,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:12,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:13,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "438b933763b843509828fb9803fdfaa4", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj-role"}], "expires_at": "2018-09-04T23:16:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e36d8088a9446d0950d746cb4c2102d", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-user", "id": "c17f115f057e460fbb888fedc8e89192"}, "audit_ids": ["oinDw9WaScCAMOlnfcNgAA"], "issued_at": "2018-09-04T22:16:13.000000Z"}} 2018-09-04 22:16:13,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:13,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db74f33e-6b43-4e26-84a6-5f54ae8430d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:13,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-db74f33e-6b43-4e26-84a6-5f54ae8430d5 2018-09-04 22:16:13,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:13,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c52c9f4f-8504-4eb9-9d40-ec41c43f2e51 Date: Tue, 04 Sep 2018 22:16:13 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:16:13,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name&description=hello+group used request id req-c52c9f4f-8504-4eb9-9d40-ec41c43f2e51 2018-09-04 22:16:13,652 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name... 2018-09-04 22:16:13,652 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name 2018-09-04 22:16:13,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" -d '{"security_group": {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name", "description": "hello group"}}' 2018-09-04 22:16:14,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e85bec8b-393f-430e-bd47-df1fd19631e3 Date: Tue, 04 Sep 2018 22:16:14 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "updated_at": "2018-09-04T22:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "revision_number": 0, "id": "19f35584-38d4-421d-901e-395e9707de97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e36d8088a9446d0950d746cb4c2102d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "revision_number": 0, "id": "ce455d1e-0cf8-40cc-b31b-2e1d32f9f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e36d8088a9446d0950d746cb4c2102d"}], "revision_number": 2, "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}} 2018-09-04 22:16:14,012 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-e85bec8b-393f-430e-bd47-df1fd19631e3 2018-09-04 22:16:14,013 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e57c6bc4-dde2-4ddd-aa81-f9d17360f67a 2018-09-04 22:16:14,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:14,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f5d778e9-c0be-44b2-9968-7b056ed5226a Date: Tue, 04 Sep 2018 22:16:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "19f35584-38d4-421d-901e-395e9707de97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "ce455d1e-0cf8-40cc-b31b-2e1d32f9f4f4"}]} 2018-09-04 22:16:14,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a used request id req-f5d778e9-c0be-44b2-9968-7b056ed5226a 2018-09-04 22:16:14,192 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e57c6bc4-dde2-4ddd-aa81-f9d17360f67a 2018-09-04 22:16:14,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:14,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f86619cc-d9e2-4698-8ea6-5168f6e66d85 Date: Tue, 04 Sep 2018 22:16:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "19f35584-38d4-421d-901e-395e9707de97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "ce455d1e-0cf8-40cc-b31b-2e1d32f9f4f4"}]} 2018-09-04 22:16:14,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a used request id req-f86619cc-d9e2-4698-8ea6-5168f6e66d85 2018-09-04 22:16:14,372 - neutron_utils - INFO - Retrieving security group with ID - e57c6bc4-dde2-4ddd-aa81-f9d17360f67a 2018-09-04 22:16:14,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:14,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ae58209a-3d50-42e5-9f5d-8f60196b0384 Date: Tue, 04 Sep 2018 22:16:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "updated_at": "2018-09-04T22:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "revision_number": 0, "id": "19f35584-38d4-421d-901e-395e9707de97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e36d8088a9446d0950d746cb4c2102d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "revision_number": 0, "id": "ce455d1e-0cf8-40cc-b31b-2e1d32f9f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e36d8088a9446d0950d746cb4c2102d"}], "revision_number": 2, "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}]} 2018-09-04 22:16:14,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a used request id req-ae58209a-3d50-42e5-9f5d-8f60196b0384 2018-09-04 22:16:14,567 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e57c6bc4-dde2-4ddd-aa81-f9d17360f67a 2018-09-04 22:16:14,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:14,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7abb183a-6ee1-4039-a999-9103a0fd87ef Date: Tue, 04 Sep 2018 22:16:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "19f35584-38d4-421d-901e-395e9707de97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "ce455d1e-0cf8-40cc-b31b-2e1d32f9f4f4"}]} 2018-09-04 22:16:14,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a used request id req-7abb183a-6ee1-4039-a999-9103a0fd87ef 2018-09-04 22:16:14,746 - neutron_utils - INFO - Retrieving security group with ID - e57c6bc4-dde2-4ddd-aa81-f9d17360f67a 2018-09-04 22:16:14,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:14,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3067ef5b-f3c7-4535-8b08-6d8e978f12f2 Date: Tue, 04 Sep 2018 22:16:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "updated_at": "2018-09-04T22:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "revision_number": 0, "id": "19f35584-38d4-421d-901e-395e9707de97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e36d8088a9446d0950d746cb4c2102d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "revision_number": 0, "id": "ce455d1e-0cf8-40cc-b31b-2e1d32f9f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e36d8088a9446d0950d746cb4c2102d"}], "revision_number": 2, "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}]} 2018-09-04 22:16:14,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a used request id req-3067ef5b-f3c7-4535-8b08-6d8e978f12f2 2018-09-04 22:16:14,806 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e57c6bc4-dde2-4ddd-aa81-f9d17360f67a 2018-09-04 22:16:14,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:14,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1f1be3c1-9b65-4ecb-9e2f-e1f02af37dd8 Date: Tue, 04 Sep 2018 22:16:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "19f35584-38d4-421d-901e-395e9707de97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "ce455d1e-0cf8-40cc-b31b-2e1d32f9f4f4"}]} 2018-09-04 22:16:14,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a used request id req-1f1be3c1-9b65-4ecb-9e2f-e1f02af37dd8 2018-09-04 22:16:14,867 - neutron_utils - INFO - Retrieving security group with ID - e57c6bc4-dde2-4ddd-aa81-f9d17360f67a 2018-09-04 22:16:14,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:14,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-c5c9dec3-a240-4df9-96d0-741947ceb731 Date: Tue, 04 Sep 2018 22:16:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "updated_at": "2018-09-04T22:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "revision_number": 0, "id": "19f35584-38d4-421d-901e-395e9707de97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e36d8088a9446d0950d746cb4c2102d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "revision_number": 0, "id": "ce455d1e-0cf8-40cc-b31b-2e1d32f9f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e36d8088a9446d0950d746cb4c2102d"}], "revision_number": 2, "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}]} 2018-09-04 22:16:14,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a used request id req-c5c9dec3-a240-4df9-96d0-741947ceb731 2018-09-04 22:16:14,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e57c6bc4-dde2-4ddd-aa81-f9d17360f67a 2018-09-04 22:16:14,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:14,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e379c03d-2536-4aee-a689-a32e25babd7d Date: Tue, 04 Sep 2018 22:16:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "19f35584-38d4-421d-901e-395e9707de97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:13Z", "security_group_id": "e57c6bc4-dde2-4ddd-aa81-f9d17360f67a", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:13Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "ce455d1e-0cf8-40cc-b31b-2e1d32f9f4f4"}]} 2018-09-04 22:16:14,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e57c6bc4-dde2-4ddd-aa81-f9d17360f67a used request id req-e379c03d-2536-4aee-a689-a32e25babd7d 2018-09-04 22:16:14,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:14,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:15,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "438b933763b843509828fb9803fdfaa4", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj-role"}], "expires_at": "2018-09-04T23:16:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e36d8088a9446d0950d746cb4c2102d", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-user", "id": "c17f115f057e460fbb888fedc8e89192"}, "audit_ids": ["bj7WodhRRLqxU8f_-psh4g"], "issued_at": "2018-09-04T22:16:15.000000Z"}} 2018-09-04 22:16:15,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:15,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9124ecf4-85e8-47a8-bae9-b7d62ac6a503 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:15,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9124ecf4-85e8-47a8-bae9-b7d62ac6a503 2018-09-04 22:16:15,393 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:16:15,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:15,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c87d05b-f2be-42b2-8323-ec3168b75e67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:15,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7c87d05b-f2be-42b2-8323-ec3168b75e67 2018-09-04 22:16:15,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:15,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2cb56b7b-7402-41df-88ba-e6862c6c03df Date: Tue, 04 Sep 2018 22:16:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c979d2ae-f428-4051-8aae-04e62da20f66"],"updated_at":"2018-09-04T22:16:11Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:15,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net used request id req-2cb56b7b-7402-41df-88ba-e6862c6c03df 2018-09-04 22:16:15,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:16:15,748 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:16:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:16:15,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:15,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34c3c450-3e0f-4988-982c-537c5709952b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:15,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-34c3c450-3e0f-4988-982c-537c5709952b 2018-09-04 22:16:15,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:16,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-25d14574-5be6-413c-9c5f-7ab6e525c64a Date: Tue, 04 Sep 2018 22:16:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:16,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-25d14574-5be6-413c-9c5f-7ab6e525c64a 2018-09-04 22:16:16,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f&name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:16,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9ae25e75-3255-44bb-b101-63da84db5379 Date: Tue, 04 Sep 2018 22:16:16 GMT RESP BODY: {"ports":[]} 2018-09-04 22:16:16,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f&name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port&admin_state_up=True used request id req-9ae25e75-3255-44bb-b101-63da84db5379 2018-09-04 22:16:16,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:16,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e95fe5e7-a0c4-467c-a41a-236b5e4b9284 x-compute-request-id: req-e95fe5e7-a0c4-467c-a41a-236b5e4b9284 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:16:16,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst used request id req-e95fe5e7-a0c4-467c-a41a-236b5e4b9284 2018-09-04 22:16:16,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:16,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ea458c76-6b99-49c5-aaea-4d2f7cf62f9f Date: Tue, 04 Sep 2018 22:16:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c979d2ae-f428-4051-8aae-04e62da20f66"],"updated_at":"2018-09-04T22:16:11Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:16,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net used request id req-ea458c76-6b99-49c5-aaea-4d2f7cf62f9f 2018-09-04 22:16:16,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:16,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b35adec-16a0-4530-a2ec-4a1ad8bd3029 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:16,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-3b35adec-16a0-4530-a2ec-4a1ad8bd3029 2018-09-04 22:16:16,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:17,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-49e9c359-d251-416a-9c39-3e01d0d9bfe3 Date: Tue, 04 Sep 2018 22:16:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:17,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-49e9c359-d251-416a-9c39-3e01d0d9bfe3 2018-09-04 22:16:17,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f&name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:17,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e6e60ab5-311b-42ed-9f24-1ea2ff608a00 Date: Tue, 04 Sep 2018 22:16:17 GMT RESP BODY: {"ports":[]} 2018-09-04 22:16:17,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f&name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port&admin_state_up=True used request id req-e6e60ab5-311b-42ed-9f24-1ea2ff608a00 2018-09-04 22:16:17,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:17,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:17,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "438b933763b843509828fb9803fdfaa4", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj-role"}], "expires_at": "2018-09-04T23:16:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e36d8088a9446d0950d746cb4c2102d", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-user", "id": "c17f115f057e460fbb888fedc8e89192"}, "audit_ids": ["18YIp4vqRUaXVSZHTUORFQ"], "issued_at": "2018-09-04T22:16:17.000000Z"}} 2018-09-04 22:16:17,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3620da4bf21223abab937db0a4b328ea50d2cb08" 2018-09-04 22:16:17,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ffd5d0e-ce74-4355-872c-806965450702 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:17,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1ffd5d0e-ce74-4355-872c-806965450702 2018-09-04 22:16:17,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:17,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c64a7017-80d4-452c-b8f8-32157724a17d Date: Tue, 04 Sep 2018 22:16:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c979d2ae-f428-4051-8aae-04e62da20f66"],"updated_at":"2018-09-04T22:16:11Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:17,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net used request id req-c64a7017-80d4-452c-b8f8-32157724a17d 2018-09-04 22:16:17,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:18,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d9f65ff1-6189-4740-844d-3000428b8840 Date: Tue, 04 Sep 2018 22:16:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:18,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-d9f65ff1-6189-4740-844d-3000428b8840 2018-09-04 22:16:18,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:18,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-70b1a357-3a21-4254-8f82-5eb8828b7edf Date: Tue, 04 Sep 2018 22:16:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c979d2ae-f428-4051-8aae-04e62da20f66"],"updated_at":"2018-09-04T22:16:11Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:18,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net used request id req-70b1a357-3a21-4254-8f82-5eb8828b7edf 2018-09-04 22:16:18,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:16:18,297 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:16:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:16:18,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3620da4bf21223abab937db0a4b328ea50d2cb08" 2018-09-04 22:16:18,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aee81168-5c5d-48a8-a7f2-e0b3e1ba864d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:18,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-aee81168-5c5d-48a8-a7f2-e0b3e1ba864d 2018-09-04 22:16:18,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:18,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3491c71e-f359-4f01-a73f-e9f27cc17870 Date: Tue, 04 Sep 2018 22:16:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:18,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-3491c71e-f359-4f01-a73f-e9f27cc17870 2018-09-04 22:16:18,438 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net 2018-09-04 22:16:18,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" -d '{"port": {"network_id": "e4c83858-3dda-4e82-8560-e95b60e60e0f", "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port", "admin_state_up": true}}' 2018-09-04 22:16:19,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-7c2ce52b-4a84-46e0-800b-dd9c3b777279 Date: Tue, 04 Sep 2018 22:16:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.6"}],"id":"32a58ca7-ccf6-4641-8afc-225f9d3ffa49","security_groups":["13181261-466d-4170-970d-c59ec43c70ab"],"mac_address":"fa:16:3e:e6:10:f6","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port","project_id":"1e36d8088a9446d0950d746cb4c2102d","qos_policy_id":null,"admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:18Z","binding:vnic_type":"normal"}} 2018-09-04 22:16:19,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-7c2ce52b-4a84-46e0-800b-dd9c3b777279 2018-09-04 22:16:19,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:19,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ffb2cf1a-e4a9-4936-8ed0-643fc06ac804 Date: Tue, 04 Sep 2018 22:16:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c979d2ae-f428-4051-8aae-04e62da20f66"],"updated_at":"2018-09-04T22:16:11Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:19,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net used request id req-ffb2cf1a-e4a9-4936-8ed0-643fc06ac804 2018-09-04 22:16:19,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:20,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f422f01-968c-405e-b363-7a058dcda921 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:20,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-7f422f01-968c-405e-b363-7a058dcda921 2018-09-04 22:16:20,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:20,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-df231c76-b994-46e0-8849-947730ee24fa Date: Tue, 04 Sep 2018 22:16:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:20,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-df231c76-b994-46e0-8849-947730ee24fa 2018-09-04 22:16:20,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f&name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:20,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-97992779-eacc-4565-b997-d80217c42612 Date: Tue, 04 Sep 2018 22:16:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.6"}],"id":"32a58ca7-ccf6-4641-8afc-225f9d3ffa49","security_groups":["13181261-466d-4170-970d-c59ec43c70ab"],"mac_address":"fa:16:3e:e6:10:f6","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:18Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:16:20,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f&name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port&admin_state_up=True used request id req-97992779-eacc-4565-b997-d80217c42612 2018-09-04 22:16:20,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:20,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a9c0377-d8ed-4c99-a475-ff70f34ab462 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:20,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-0a9c0377-d8ed-4c99-a475-ff70f34ab462 2018-09-04 22:16:20,546 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst 2018-09-04 22:16:20,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:20,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af3c5a7f-f4d5-4251-ad14-cdf6790e4876 x-compute-request-id: req-af3c5a7f-f4d5-4251-ad14-cdf6790e4876 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-flavor-name"}]} 2018-09-04 22:16:20,578 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-af3c5a7f-f4d5-4251-ad14-cdf6790e4876 2018-09-04 22:16:20,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:20,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4aac9dc4-6621-4ec5-907e-d1f4b051e36a x-compute-request-id: req-4aac9dc4-6621-4ec5-907e-d1f4b051e36a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:16:20,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c used request id req-4aac9dc4-6621-4ec5-907e-d1f4b051e36a 2018-09-04 22:16:20,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:20,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-b470e0af-7928-4481-94b7-56636ddd35ac Date: Tue, 04 Sep 2018 22:16:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:16:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:16:08Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc/snap", "metadata": {}}], "self": "/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "min_disk": 0, "protected": false, "id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "file": "/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1e36d8088a9446d0950d746cb4c2102d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image"} 2018-09-04 22:16:20,783 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image used request id req-b470e0af-7928-4481-94b7-56636ddd35ac 2018-09-04 22:16:20,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:20,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-164f4bde-34ac-4da3-9e7b-a4098eb99dca Date: Tue, 04 Sep 2018 22:16:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:16:20,938 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-164f4bde-34ac-4da3-9e7b-a4098eb99dca 2018-09-04 22:16:20,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" -d '{"server": {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "imageRef": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "flavorRef": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "max_count": 1, "min_count": 1, "networks": [{"port": "32a58ca7-ccf6-4641-8afc-225f9d3ffa49"}], "security_groups": [{"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}]}}' 2018-09-04 22:16:23,412 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:16:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc2878f7-6edd-4c7c-b434-465ebc278bbe x-compute-request-id: req-fc2878f7-6edd-4c7c-b434-465ebc278bbe Content-Length: 435 location: http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "8cb5764f-d272-4e20-921f-58904c92a979", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "adminPass": "AEaCjdr2xmnU"}} 2018-09-04 22:16:23,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-fc2878f7-6edd-4c7c-b434-465ebc278bbe 2018-09-04 22:16:23,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:23,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b851944-f3b4-48ac-b43a-231c19e16254 x-compute-request-id: req-0b851944-f3b4-48ac-b43a-231c19e16254 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:16:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:23,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-0b851944-f3b4-48ac-b43a-231c19e16254 2018-09-04 22:16:23,793 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst 2018-09-04 22:16:23,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:24,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ec86006-f6e5-4a90-9c79-6bd6f6b57ad5 x-compute-request-id: req-0ec86006-f6e5-4a90-9c79-6bd6f6b57ad5 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:16:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:24,020 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-0ec86006-f6e5-4a90-9c79-6bd6f6b57ad5 2018-09-04 22:16:24,021 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst] is - BUILD 2018-09-04 22:16:24,021 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:16:27,024 - create_instance - DEBUG - VM status query timeout in 896.76911211 2018-09-04 22:16:27,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:27,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-242995d3-8fb3-4201-b65e-802bf14a4119 x-compute-request-id: req-242995d3-8fb3-4201-b65e-802bf14a4119 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:16:24Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:27,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-242995d3-8fb3-4201-b65e-802bf14a4119 2018-09-04 22:16:27,438 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst] is - BUILD 2018-09-04 22:16:27,438 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:16:30,441 - create_instance - DEBUG - VM status query timeout in 893.351777077 2018-09-04 22:16:30,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:31,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8c41019-741f-4cb1-898d-d47dd2a8ba77 x-compute-request-id: req-d8c41019-741f-4cb1-898d-d47dd2a8ba77 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:29Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:31,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-d8c41019-741f-4cb1-898d-d47dd2a8ba77 2018-09-04 22:16:31,227 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst] is - ACTIVE 2018-09-04 22:16:31,227 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:16:31,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:31,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-438e3db0-7fd5-44c8-adc3-5b24fe365b66 x-compute-request-id: req-438e3db0-7fd5-44c8-adc3-5b24fe365b66 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:29Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:31,571 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-438e3db0-7fd5-44c8-adc3-5b24fe365b66 2018-09-04 22:16:31,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:31,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8ed2dd6e-1d30-4a9e-80f8-e4419542e84d Date: Tue, 04 Sep 2018 22:16:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c979d2ae-f428-4051-8aae-04e62da20f66"],"updated_at":"2018-09-04T22:16:11Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:31,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net used request id req-8ed2dd6e-1d30-4a9e-80f8-e4419542e84d 2018-09-04 22:16:31,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:31,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e4ad090-e462-4949-8e73-7f67d9983781 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:31,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-0e4ad090-e462-4949-8e73-7f67d9983781 2018-09-04 22:16:31,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:31,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d75cc989-5044-4cfc-b9a9-a0a14a9c333f Date: Tue, 04 Sep 2018 22:16:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:31,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-d75cc989-5044-4cfc-b9a9-a0a14a9c333f 2018-09-04 22:16:31,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:32,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-84c438c0-be13-4bf7-9560-36db1745bb4a Date: Tue, 04 Sep 2018 22:16:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.3"}],"id":"27c127f2-85a5-4e6a-ad54-19882b418352","security_groups":[],"mac_address":"fa:16:3e:cc:d9:da","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e4c83858-3dda-4e82-8560-e95b60e60e0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.6"}],"id":"32a58ca7-ccf6-4641-8afc-225f9d3ffa49","security_groups":["13181261-466d-4170-970d-c59ec43c70ab"],"mac_address":"fa:16:3e:e6:10:f6","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:18Z","binding:vnic_type":"normal","device_id":"8cb5764f-d272-4e20-921f-58904c92a979"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.4"}],"id":"89a15932-ad2b-4265-819c-3ec905d5c568","security_groups":[],"mac_address":"fa:16:3e:4f:dc:6f","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e4c83858-3dda-4e82-8560-e95b60e60e0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.2"}],"id":"ac086053-2c64-4802-ac38-daab31aa15a9","security_groups":[],"mac_address":"fa:16:3e:54:34:42","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e4c83858-3dda-4e82-8560-e95b60e60e0f"}]} 2018-09-04 22:16:32,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-84c438c0-be13-4bf7-9560-36db1745bb4a 2018-09-04 22:16:32,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:32,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9601d9f-a618-4578-a323-995767a8793f x-compute-request-id: req-f9601d9f-a618-4578-a323-995767a8793f Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:29Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:32,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-f9601d9f-a618-4578-a323-995767a8793f 2018-09-04 22:16:32,844 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst] is - ACTIVE 2018-09-04 22:16:32,844 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:16:32,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:33,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-481da161-a763-454d-9e53-98aa7d62e315 x-compute-request-id: req-481da161-a763-454d-9e53-98aa7d62e315 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:29Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:33,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-481da161-a763-454d-9e53-98aa7d62e315 2018-09-04 22:16:33,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:33,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-46a5a9d4-0bc7-40cc-aacc-da1b5616a315 Date: Tue, 04 Sep 2018 22:16:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c979d2ae-f428-4051-8aae-04e62da20f66"],"updated_at":"2018-09-04T22:16:11Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:33,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net used request id req-46a5a9d4-0bc7-40cc-aacc-da1b5616a315 2018-09-04 22:16:33,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:33,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64c7580b-e574-48c1-a0dc-9516cdfd4e9b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:33,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-64c7580b-e574-48c1-a0dc-9516cdfd4e9b 2018-09-04 22:16:33,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:33,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8dda8d90-0b28-4aa3-8650-56354c0ee0f3 Date: Tue, 04 Sep 2018 22:16:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:33,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-8dda8d90-0b28-4aa3-8650-56354c0ee0f3 2018-09-04 22:16:33,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:33,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-54432dcc-2fd5-4238-8d50-00dd383c78ce Date: Tue, 04 Sep 2018 22:16:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.3"}],"id":"27c127f2-85a5-4e6a-ad54-19882b418352","security_groups":[],"mac_address":"fa:16:3e:cc:d9:da","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e4c83858-3dda-4e82-8560-e95b60e60e0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.6"}],"id":"32a58ca7-ccf6-4641-8afc-225f9d3ffa49","security_groups":["13181261-466d-4170-970d-c59ec43c70ab"],"mac_address":"fa:16:3e:e6:10:f6","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:18Z","binding:vnic_type":"normal","device_id":"8cb5764f-d272-4e20-921f-58904c92a979"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.4"}],"id":"89a15932-ad2b-4265-819c-3ec905d5c568","security_groups":[],"mac_address":"fa:16:3e:4f:dc:6f","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e4c83858-3dda-4e82-8560-e95b60e60e0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.2"}],"id":"ac086053-2c64-4802-ac38-daab31aa15a9","security_groups":[],"mac_address":"fa:16:3e:54:34:42","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e4c83858-3dda-4e82-8560-e95b60e60e0f"}]} 2018-09-04 22:16:33,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-54432dcc-2fd5-4238-8d50-00dd383c78ce 2018-09-04 22:16:33,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}}' 2018-09-04 22:16:35,175 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:16:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3fe58518-d457-4597-884f-d242f1985610 x-compute-request-id: req-3fe58518-d457-4597-884f-d242f1985610 Content-Length: 0 Content-Type: application/json 2018-09-04 22:16:35,175 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979/action used request id req-3fe58518-d457-4597-884f-d242f1985610 2018-09-04 22:16:35,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:35,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57b5d589-3166-4004-b82e-baa4003649a9 x-compute-request-id: req-57b5d589-3166-4004-b82e-baa4003649a9 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:29Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:35,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-57b5d589-3166-4004-b82e-baa4003649a9 2018-09-04 22:16:35,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:35,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8673991c-35de-436d-8615-442ddf0ab996 Date: Tue, 04 Sep 2018 22:16:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c979d2ae-f428-4051-8aae-04e62da20f66"],"updated_at":"2018-09-04T22:16:11Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:35,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net used request id req-8673991c-35de-436d-8615-442ddf0ab996 2018-09-04 22:16:35,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:36,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2e5ce36-0f27-4453-a72f-b8c9636df02c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:36,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-b2e5ce36-0f27-4453-a72f-b8c9636df02c 2018-09-04 22:16:36,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:36,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7c1648b7-b87c-40d6-8fe1-89b84013eec7 Date: Tue, 04 Sep 2018 22:16:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:36,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-7c1648b7-b87c-40d6-8fe1-89b84013eec7 2018-09-04 22:16:36,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:36,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-1e2f7ca1-5fe5-4a9a-82e7-c43e4291a945 Date: Tue, 04 Sep 2018 22:16:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.3"}],"id":"27c127f2-85a5-4e6a-ad54-19882b418352","security_groups":[],"mac_address":"fa:16:3e:cc:d9:da","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e4c83858-3dda-4e82-8560-e95b60e60e0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.6"}],"id":"32a58ca7-ccf6-4641-8afc-225f9d3ffa49","security_groups":["13181261-466d-4170-970d-c59ec43c70ab","e57c6bc4-dde2-4ddd-aa81-f9d17360f67a"],"mac_address":"fa:16:3e:e6:10:f6","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:18Z","binding:vnic_type":"normal","device_id":"8cb5764f-d272-4e20-921f-58904c92a979"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.4"}],"id":"89a15932-ad2b-4265-819c-3ec905d5c568","security_groups":[],"mac_address":"fa:16:3e:4f:dc:6f","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e4c83858-3dda-4e82-8560-e95b60e60e0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.2"}],"id":"ac086053-2c64-4802-ac38-daab31aa15a9","security_groups":[],"mac_address":"fa:16:3e:54:34:42","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e4c83858-3dda-4e82-8560-e95b60e60e0f"}]} 2018-09-04 22:16:36,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-1e2f7ca1-5fe5-4a9a-82e7-c43e4291a945 2018-09-04 22:16:36,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:36,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "438b933763b843509828fb9803fdfaa4", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj-role"}], "expires_at": "2018-09-04T23:16:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e36d8088a9446d0950d746cb4c2102d", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/1e36d8088a9446d0950d746cb4c2102d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-user", "id": "c17f115f057e460fbb888fedc8e89192"}, "audit_ids": ["vUKn0HzNRuuJJaXYYY2oUw"], "issued_at": "2018-09-04T22:16:36.000000Z"}} 2018-09-04 22:16:36,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc66c1b993372671830eae84b863ae251d30ea5f" 2018-09-04 22:16:37,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c20b4766-8f7c-4f6b-9f38-5f1e3a8686fe x-compute-request-id: req-c20b4766-8f7c-4f6b-9f38-5f1e3a8686fe Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:29Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:37,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-c20b4766-8f7c-4f6b-9f38-5f1e3a8686fe 2018-09-04 22:16:37,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:37,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db747d68-b2c1-44f5-aca3-88fe5596f673 x-compute-request-id: req-db747d68-b2c1-44f5-aca3-88fe5596f673 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:29Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:37,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-db747d68-b2c1-44f5-aca3-88fe5596f673 2018-09-04 22:16:37,769 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst] is - ACTIVE 2018-09-04 22:16:37,769 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:16:37,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:38,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db0dd99c-52c6-4b4b-8d78-1288e12fc9d7 x-compute-request-id: req-db0dd99c-52c6-4b4b-8d78-1288e12fc9d7 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:29Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:38,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-db0dd99c-52c6-4b4b-8d78-1288e12fc9d7 2018-09-04 22:16:38,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:38,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3d3a9044-34da-464c-9f20-c280781ad950 Date: Tue, 04 Sep 2018 22:16:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c979d2ae-f428-4051-8aae-04e62da20f66"],"updated_at":"2018-09-04T22:16:11Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:38,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net used request id req-3d3a9044-34da-464c-9f20-c280781ad950 2018-09-04 22:16:38,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:38,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-895f8e03-aa1b-415a-a41e-b173cfa0e7f3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:38,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-895f8e03-aa1b-415a-a41e-b173cfa0e7f3 2018-09-04 22:16:38,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:38,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e7cecb8f-1994-4f71-ae8c-76f1d59db568 Date: Tue, 04 Sep 2018 22:16:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:38,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-e7cecb8f-1994-4f71-ae8c-76f1d59db568 2018-09-04 22:16:38,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:38,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-2953205e-3276-4783-927d-85c43440cf73 Date: Tue, 04 Sep 2018 22:16:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.3"}],"id":"27c127f2-85a5-4e6a-ad54-19882b418352","security_groups":[],"mac_address":"fa:16:3e:cc:d9:da","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e4c83858-3dda-4e82-8560-e95b60e60e0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.6"}],"id":"32a58ca7-ccf6-4641-8afc-225f9d3ffa49","security_groups":["13181261-466d-4170-970d-c59ec43c70ab","e57c6bc4-dde2-4ddd-aa81-f9d17360f67a"],"mac_address":"fa:16:3e:e6:10:f6","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:18Z","binding:vnic_type":"normal","device_id":"8cb5764f-d272-4e20-921f-58904c92a979"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.4"}],"id":"89a15932-ad2b-4265-819c-3ec905d5c568","security_groups":[],"mac_address":"fa:16:3e:4f:dc:6f","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e4c83858-3dda-4e82-8560-e95b60e60e0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.2"}],"id":"ac086053-2c64-4802-ac38-daab31aa15a9","security_groups":[],"mac_address":"fa:16:3e:54:34:42","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e4c83858-3dda-4e82-8560-e95b60e60e0f"}]} 2018-09-04 22:16:38,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-2953205e-3276-4783-927d-85c43440cf73 2018-09-04 22:16:38,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:39,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0febe0a9-08a2-4ce4-9ca7-fa9e055c871f x-compute-request-id: req-0febe0a9-08a2-4ce4-9ca7-fa9e055c871f Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:29Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:39,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-0febe0a9-08a2-4ce4-9ca7-fa9e055c871f 2018-09-04 22:16:39,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:39,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-456c3456-17f7-4b55-9705-fa42e266a0a5 Date: Tue, 04 Sep 2018 22:16:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c979d2ae-f428-4051-8aae-04e62da20f66"],"updated_at":"2018-09-04T22:16:11Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:39,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net used request id req-456c3456-17f7-4b55-9705-fa42e266a0a5 2018-09-04 22:16:39,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:39,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6776f93e-ebd1-44f1-b96d-8b6ca19b3cee Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:39,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-6776f93e-ebd1-44f1-b96d-8b6ca19b3cee 2018-09-04 22:16:39,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:39,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d8ab8135-7b1e-4500-b722-4e41bf6c3dbb Date: Tue, 04 Sep 2018 22:16:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:39,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-d8ab8135-7b1e-4500-b722-4e41bf6c3dbb 2018-09-04 22:16:39,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:39,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-8ebef766-11f7-4680-8f35-e531d216a4ba Date: Tue, 04 Sep 2018 22:16:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.3"}],"id":"27c127f2-85a5-4e6a-ad54-19882b418352","security_groups":[],"mac_address":"fa:16:3e:cc:d9:da","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e4c83858-3dda-4e82-8560-e95b60e60e0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.6"}],"id":"32a58ca7-ccf6-4641-8afc-225f9d3ffa49","security_groups":["13181261-466d-4170-970d-c59ec43c70ab","e57c6bc4-dde2-4ddd-aa81-f9d17360f67a"],"mac_address":"fa:16:3e:e6:10:f6","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:18Z","binding:vnic_type":"normal","device_id":"8cb5764f-d272-4e20-921f-58904c92a979"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.4"}],"id":"89a15932-ad2b-4265-819c-3ec905d5c568","security_groups":[],"mac_address":"fa:16:3e:4f:dc:6f","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e4c83858-3dda-4e82-8560-e95b60e60e0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.2"}],"id":"ac086053-2c64-4802-ac38-daab31aa15a9","security_groups":[],"mac_address":"fa:16:3e:54:34:42","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e4c83858-3dda-4e82-8560-e95b60e60e0f"}]} 2018-09-04 22:16:39,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-8ebef766-11f7-4680-8f35-e531d216a4ba 2018-09-04 22:16:39,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}}' 2018-09-04 22:16:40,567 - novaclient.v2.client - DEBUG - RESP: [400] Date: Tue, 04 Sep 2018 22:16:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-873b2836-ee5d-44ee-b151-424836cd5339 x-compute-request-id: req-873b2836-ee5d-44ee-b151-424836cd5339 Content-Length: 237 Content-Type: application/json; charset=UTF-8 RESP BODY: {"badRequest": {"message": "Invalid input for security_groups. Reason: Duplicate items in the list: 'e57c6bc4-dde2-4ddd-aa81-f9d17360f67a'.\nNeutron server returns request_ids: ['req-747f455a-4f16-4695-890f-23ac01fd650d']", "code": 400}} 2018-09-04 22:16:40,568 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979/action used request id req-873b2836-ee5d-44ee-b151-424836cd5339 2018-09-04 22:16:40,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:41,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83b9c31f-a508-4555-a495-644133c3a819 x-compute-request-id: req-83b9c31f-a508-4555-a495-644133c3a819 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:29Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:41,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-83b9c31f-a508-4555-a495-644133c3a819 2018-09-04 22:16:41,014 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name] already added to VM [InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst] 2018-09-04 22:16:41,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:41,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d53ec82-e27a-4daa-bd0c-d0c6d4f4c815 x-compute-request-id: req-9d53ec82-e27a-4daa-bd0c-d0c6d4f4c815 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:29Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:41,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-9d53ec82-e27a-4daa-bd0c-d0c6d4f4c815 2018-09-04 22:16:41,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:41,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2c740125-f104-490e-963b-25ae20abd446 Date: Tue, 04 Sep 2018 22:16:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c979d2ae-f428-4051-8aae-04e62da20f66"],"updated_at":"2018-09-04T22:16:11Z","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net"}]} 2018-09-04 22:16:41,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net used request id req-2c740125-f104-490e-963b-25ae20abd446 2018-09-04 22:16:41,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:41,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e368ccb-7fd1-421a-b25c-bd3088c3ef20 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:41,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-5e368ccb-7fd1-421a-b25c-bd3088c3ef20 2018-09-04 22:16:41,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:41,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5ed9bd9d-74e0-4c44-8086-0f212ed2304d Date: Tue, 04 Sep 2018 22:16:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","dns_nameservers":[],"updated_at":"2018-09-04T22:16:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e36d8088a9446d0950d746cb4c2102d","id":"c979d2ae-f428-4051-8aae-04e62da20f66","subnetpool_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet"}]} 2018-09-04 22:16:41,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-5ed9bd9d-74e0-4c44-8086-0f212ed2304d 2018-09-04 22:16:41,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:41,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-8020cc8b-0e8f-4101-9769-167ace057e20 Date: Tue, 04 Sep 2018 22:16:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.3"}],"id":"27c127f2-85a5-4e6a-ad54-19882b418352","security_groups":[],"mac_address":"fa:16:3e:cc:d9:da","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e4c83858-3dda-4e82-8560-e95b60e60e0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.6"}],"id":"32a58ca7-ccf6-4641-8afc-225f9d3ffa49","security_groups":["13181261-466d-4170-970d-c59ec43c70ab","e57c6bc4-dde2-4ddd-aa81-f9d17360f67a"],"mac_address":"fa:16:3e:e6:10:f6","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:18Z","binding:vnic_type":"normal","device_id":"8cb5764f-d272-4e20-921f-58904c92a979"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.4"}],"id":"89a15932-ad2b-4265-819c-3ec905d5c568","security_groups":[],"mac_address":"fa:16:3e:4f:dc:6f","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e4c83858-3dda-4e82-8560-e95b60e60e0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:16:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c979d2ae-f428-4051-8aae-04e62da20f66","ip_address":"10.55.0.2"}],"id":"ac086053-2c64-4802-ac38-daab31aa15a9","security_groups":[],"mac_address":"fa:16:3e:54:34:42","project_id":"1e36d8088a9446d0950d746cb4c2102d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e4c83858-3dda-4e82-8560-e95b60e60e0f","tenant_id":"1e36d8088a9446d0950d746cb4c2102d","created_at":"2018-09-04T22:16:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e4c83858-3dda-4e82-8560-e95b60e60e0f"}]} 2018-09-04 22:16:41,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-8020cc8b-0e8f-4101-9769-167ace057e20 2018-09-04 22:16:41,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc66c1b993372671830eae84b863ae251d30ea5f" 2018-09-04 22:16:42,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-368881fe-9c47-4b6f-8cbe-71a7ffa6b1c5 x-compute-request-id: req-368881fe-9c47-4b6f-8cbe-71a7ffa6b1c5 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name"}], "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:29Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:42,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-368881fe-9c47-4b6f-8cbe-71a7ffa6b1c5 2018-09-04 22:16:42,585 - create_instance - INFO - Deleting Port with ID - 32a58ca7-ccf6-4641-8afc-225f9d3ffa49 2018-09-04 22:16:42,586 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-port 2018-09-04 22:16:42,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/32a58ca7-ccf6-4641-8afc-225f9d3ffa49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:43,088 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-52f9cdba-b970-4013-a1b5-dbe78b6f5705 Date: Tue, 04 Sep 2018 22:16:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:16:43,088 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/32a58ca7-ccf6-4641-8afc-225f9d3ffa49 used request id req-52f9cdba-b970-4013-a1b5-dbe78b6f5705 2018-09-04 22:16:43,088 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst 2018-09-04 22:16:43,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:43,235 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2aa23a29-3c07-45dc-b1bd-9e1bb076fa18 x-compute-request-id: req-2aa23a29-3c07-45dc-b1bd-9e1bb076fa18 Content-Type: application/json 2018-09-04 22:16:43,235 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-2aa23a29-3c07-45dc-b1bd-9e1bb076fa18 2018-09-04 22:16:43,235 - create_instance - INFO - Checking deletion status 2018-09-04 22:16:43,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:43,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31c1c521-5536-4822-8d91-af8c5db1fb70 x-compute-request-id: req-31c1c521-5536-4822-8d91-af8c5db1fb70 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:10:f6", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:43Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:43,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-31c1c521-5536-4822-8d91-af8c5db1fb70 2018-09-04 22:16:43,335 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst] is - ACTIVE 2018-09-04 22:16:43,335 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:16:46,339 - create_instance - DEBUG - VM status query timeout in 296.896783113 2018-09-04 22:16:46,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:46,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0acdf84d-b053-423c-80ff-c4282e7a5676 x-compute-request-id: req-0acdf84d-b053-423c-80ff-c4282e7a5676 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8cb5764f-d272-4e20-921f-58904c92a979", "rel": "bookmark"}], "image": {"id": "05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "links": [{"href": "http://172.30.9.26:8774/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:16:27.000000", "flavor": {"id": "d5253b82-5a9d-4a4c-9ab2-76223846b27c", "links": [{"href": "http://172.30.9.26:8774/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c", "rel": "bookmark"}]}, "id": "8cb5764f-d272-4e20-921f-58904c92a979", "user_id": "c17f115f057e460fbb888fedc8e89192", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:16:43Z", "hostId": "3b3137a7314574cdae0d994d191a300d3a27410650a8820c6e1bf8ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst", "created": "2018-09-04T22:16:23Z", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:16:46,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-0acdf84d-b053-423c-80ff-c4282e7a5676 2018-09-04 22:16:46,603 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst] is - ACTIVE 2018-09-04 22:16:46,603 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:16:49,606 - create_instance - DEBUG - VM status query timeout in 293.629603148 2018-09-04 22:16:49,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d28ffd7cbe8a451095953629ed1cb97a9cacc" 2018-09-04 22:16:49,654 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:16:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d4c973f4-da0c-4b58-ba1d-2bb4fa31d246 x-compute-request-id: req-d4c973f4-da0c-4b58-ba1d-2bb4fa31d246 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8cb5764f-d272-4e20-921f-58904c92a979 could not be found.", "code": 404}} 2018-09-04 22:16:49,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8cb5764f-d272-4e20-921f-58904c92a979 used request id req-d4c973f4-da0c-4b58-ba1d-2bb4fa31d246 2018-09-04 22:16:49,654 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8cb5764f-d272-4e20-921f-58904c92a979 could not be found. (HTTP 404) (Request-ID: req-d4c973f4-da0c-4b58-ba1d-2bb4fa31d246) 2018-09-04 22:16:49,655 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-inst 2018-09-04 22:16:49,656 - neutron_utils - INFO - Deleting security group rule with ID - 19f35584-38d4-421d-901e-395e9707de97 2018-09-04 22:16:49,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/19f35584-38d4-421d-901e-395e9707de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:49,935 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-68a0e2b6-1483-4262-b794-ff9d5c177935 Content-Length: 0 Date: Tue, 04 Sep 2018 22:16:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:16:49,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/19f35584-38d4-421d-901e-395e9707de97 used request id req-68a0e2b6-1483-4262-b794-ff9d5c177935 2018-09-04 22:16:49,936 - neutron_utils - INFO - Deleting security group rule with ID - ce455d1e-0cf8-40cc-b31b-2e1d32f9f4f4 2018-09-04 22:16:49,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/ce455d1e-0cf8-40cc-b31b-2e1d32f9f4f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:50,038 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f5cf3acd-62c7-4c1d-8bae-25833fe8d5d0 Content-Length: 0 Date: Tue, 04 Sep 2018 22:16:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:16:50,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/ce455d1e-0cf8-40cc-b31b-2e1d32f9f4f4 used request id req-f5cf3acd-62c7-4c1d-8bae-25833fe8d5d0 2018-09-04 22:16:50,039 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-name 2018-09-04 22:16:50,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/e57c6bc4-dde2-4ddd-aa81-f9d17360f67a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2762bb5374ba05fb0a73d2ce49b35e922acb06" 2018-09-04 22:16:50,480 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-488d2985-7a9d-4904-a172-d1f64ac512e7 Content-Length: 0 Date: Tue, 04 Sep 2018 22:16:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:16:50,480 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/e57c6bc4-dde2-4ddd-aa81-f9d17360f67a used request id req-488d2985-7a9d-4904-a172-d1f64ac512e7 2018-09-04 22:16:50,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d94c49d09fc09fee62f09fe35a102bf88f246f" 2018-09-04 22:16:50,540 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:16:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eacc1ee8-0b51-4344-b65b-4605f6daf8b3 x-compute-request-id: req-eacc1ee8-0b51-4344-b65b-4605f6daf8b3 Content-Length: 0 Content-Type: application/json 2018-09-04 22:16:50,540 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/d5253b82-5a9d-4a4c-9ab2-76223846b27c used request id req-eacc1ee8-0b51-4344-b65b-4605f6daf8b3 2018-09-04 22:16:50,541 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet 2018-09-04 22:16:50,541 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-subnet 2018-09-04 22:16:50,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/c979d2ae-f428-4051-8aae-04e62da20f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5323075700a1e2633745cb3bf7c9214efb294705" 2018-09-04 22:16:52,919 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0c40a88d-26c9-4db4-8dd6-dab05ea4e279 Date: Tue, 04 Sep 2018 22:16:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:16:52,920 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/c979d2ae-f428-4051-8aae-04e62da20f66 used request id req-0c40a88d-26c9-4db4-8dd6-dab05ea4e279 2018-09-04 22:16:52,920 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-pub-net 2018-09-04 22:16:52,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/e4c83858-3dda-4e82-8560-e95b60e60e0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5323075700a1e2633745cb3bf7c9214efb294705" 2018-09-04 22:16:54,213 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-391c99cc-3169-4b42-a298-0d4ef2428894 Date: Tue, 04 Sep 2018 22:16:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:16:54,214 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/e4c83858-3dda-4e82-8560-e95b60e60e0f used request id req-391c99cc-3169-4b42-a298-0d4ef2428894 2018-09-04 22:16:54,214 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-202ce384-2fd8-4147-8f33-280a447b5fd1-image 2018-09-04 22:16:54,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2690dbb1862aeb0079ad0c4a82998cf6160def20" 2018-09-04 22:16:55,413 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-19256f65-6445-49d1-a380-12d042a77976 Date: Tue, 04 Sep 2018 22:16:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:16:55,413 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/05fc0e62-4793-4bf2-9d65-73b5a11b01dc used request id req-19256f65-6445-49d1-a380-12d042a77976 2018-09-04 22:16:55,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:55,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-34a95139-15ec-4710-b3d6-201259a0bcc1 Date: Tue, 04 Sep 2018 22:16:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:10Z", "updated_at": "2018-09-04T22:16:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:16:10Z", "revision_number": 0, "id": "baccb005-369b-4400-a4d8-9930028b246c", "remote_group_id": "13181261-466d-4170-970d-c59ec43c70ab", "remote_ip_prefix": null, "created_at": "2018-09-04T22:16:10Z", "security_group_id": "13181261-466d-4170-970d-c59ec43c70ab", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e36d8088a9446d0950d746cb4c2102d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:16:10Z", "revision_number": 0, "id": "c9de8882-a7f1-4128-b09f-d6f1827b33bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:16:10Z", "security_group_id": "13181261-466d-4170-970d-c59ec43c70ab", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e36d8088a9446d0950d746cb4c2102d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:16:10Z", "revision_number": 0, "id": "d2653bdd-978c-4336-806e-bbbdc8fcaebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:16:10Z", "security_group_id": "13181261-466d-4170-970d-c59ec43c70ab", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e36d8088a9446d0950d746cb4c2102d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:16:10Z", "revision_number": 0, "id": "d9e6e774-204d-445e-b3e7-b9231f22567c", "remote_group_id": "13181261-466d-4170-970d-c59ec43c70ab", "remote_ip_prefix": null, "created_at": "2018-09-04T22:16:10Z", "security_group_id": "13181261-466d-4170-970d-c59ec43c70ab", "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e36d8088a9446d0950d746cb4c2102d"}], "revision_number": 4, "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "13181261-466d-4170-970d-c59ec43c70ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:16:55,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-34a95139-15ec-4710-b3d6-201259a0bcc1 2018-09-04 22:16:55,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:55,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc42272-2f2e-4ba9-ab18-9dd2cbfcf500 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:16:55,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-acc42272-2f2e-4ba9-ab18-9dd2cbfcf500 2018-09-04 22:16:55,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:55,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0937a176-58cf-4f8a-b56c-5bebe1bdad0a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d"}, "enabled": true, "id": "1e36d8088a9446d0950d746cb4c2102d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj"}} 2018-09-04 22:16:55,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-0937a176-58cf-4f8a-b56c-5bebe1bdad0a 2018-09-04 22:16:55,840 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13181261-466d-4170-970d-c59ec43c70ab 2018-09-04 22:16:55,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=13181261-466d-4170-970d-c59ec43c70ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:56,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2af1f587-56b6-4c21-8c22-d8e36ea58e6a Date: Tue, 04 Sep 2018 22:16:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "13181261-466d-4170-970d-c59ec43c70ab", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:10Z", "security_group_id": "13181261-466d-4170-970d-c59ec43c70ab", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:10Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "baccb005-369b-4400-a4d8-9930028b246c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:10Z", "security_group_id": "13181261-466d-4170-970d-c59ec43c70ab", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:10Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "c9de8882-a7f1-4128-b09f-d6f1827b33bd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:10Z", "security_group_id": "13181261-466d-4170-970d-c59ec43c70ab", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:10Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "d2653bdd-978c-4336-806e-bbbdc8fcaebb"}, {"remote_group_id": "13181261-466d-4170-970d-c59ec43c70ab", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:16:10Z", "security_group_id": "13181261-466d-4170-970d-c59ec43c70ab", "port_range_min": null, "revision_number": 0, "tenant_id": "1e36d8088a9446d0950d746cb4c2102d", "created_at": "2018-09-04T22:16:10Z", "project_id": "1e36d8088a9446d0950d746cb4c2102d", "id": "d9e6e774-204d-445e-b3e7-b9231f22567c"}]} 2018-09-04 22:16:56,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=13181261-466d-4170-970d-c59ec43c70ab used request id req-2af1f587-56b6-4c21-8c22-d8e36ea58e6a 2018-09-04 22:16:56,028 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:16:56,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/13181261-466d-4170-970d-c59ec43c70ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:56,323 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5d2dca9d-f1b0-4a69-a26f-0c0f1b48e87c Content-Length: 0 Date: Tue, 04 Sep 2018 22:16:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:16:56,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/13181261-466d-4170-970d-c59ec43c70ab used request id req-5d2dca9d-f1b0-4a69-a26f-0c0f1b48e87c 2018-09-04 22:16:56,323 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj 2018-09-04 22:16:56,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:56,529 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c2d96db-2bb6-4838-b313-3ef65d024563 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:16:56,529 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/1e36d8088a9446d0950d746cb4c2102d used request id req-5c2d96db-2bb6-4838-b313-3ef65d024563 2018-09-04 22:16:56,530 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-62fd70f1-2bcf-416-proj-role 2018-09-04 22:16:56,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/438b933763b843509828fb9803fdfaa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:56,640 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef6dd026-c2bf-4e58-914f-9faca2e0e587 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:16:56,641 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/438b933763b843509828fb9803fdfaa4 used request id req-ef6dd026-c2bf-4e58-914f-9faca2e0e587 2018-09-04 22:16:56,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34459b14d4a5c8916c0f797f0bdbcccc377a4870" 2018-09-04 22:16:56,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39278507-db8b-4b71-b57c-5b1f7f87f2b9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:16:56,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-39278507-db8b-4b71-b57c-5b1f7f87f2b9 2018-09-04 22:16:56,732 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-62fd70f1-2bcf-416-user 2018-09-04 22:16:56,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/c17f115f057e460fbb888fedc8e89192 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb876d1f8c15f13857301a2c039e0d4e8cdbc1e2" 2018-09-04 22:16:56,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d752cef8-0506-45d8-84be-e8dc1cd065b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:16:56,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c17f115f057e460fbb888fedc8e89192 used request id req-d752cef8-0506-45d8-84be-e8dc1cd065b8 2018-09-04 22:16:56,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:57,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:16:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["dIJVdfllSb61QYvuzWKciQ"], "issued_at": "2018-09-04T22:16:57.000000Z"}} 2018-09-04 22:16:57,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e62081124152e13de1977461649ac3bd8afd4d8" 2018-09-04 22:16:57,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e782540f-ad0a-4738-967c-c7a978f2780f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:57,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e782540f-ad0a-4738-967c-c7a978f2780f 2018-09-04 22:16:57,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:57,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:57,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:16:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["0ZSTjprpReS9s-CHaiptuA"], "issued_at": "2018-09-04T22:16:57.000000Z"}} 2018-09-04 22:16:57,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:16:57,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07a2f348-96f8-41e7-b57b-5f6e711f9e0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:57,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-07a2f348-96f8-41e7-b57b-5f6e711f9e0b 2018-09-04 22:16:57,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:16:57,931 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:16:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:16:57,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0a679096-f0f2-41c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:16:58,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76a30a82-432b-4e3e-bb51-d5257a5546bd Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0a679096-f0f2-41c-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:16:58,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0a679096-f0f2-41c-proj used request id req-76a30a82-432b-4e3e-bb51-d5257a5546bd 2018-09-04 22:16:58,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:16:58,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1c79130-0e83-4614-8da6-9a185d5fb51f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:16:58,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c1c79130-0e83-4614-8da6-9a185d5fb51f 2018-09-04 22:16:58,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}}' 2018-09-04 22:16:58,239 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:16:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e5a2a06-c60d-4cf9-a3d9-2f434e9e1715 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}} 2018-09-04 22:16:58,239 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-4e5a2a06-c60d-4cf9-a3d9-2f434e9e1715 2018-09-04 22:16:58,240 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-0a679096-f0f2-41c-proj 2018-09-04 22:16:58,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:58,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:16:58,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:16:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ZnSDbCKtSoaO9WO6qTMsXA"], "issued_at": "2018-09-04T22:16:58.000000Z"}} 2018-09-04 22:16:58,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728f7434a13fa9a3675356f8e991d9cb085aef27" 2018-09-04 22:16:58,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8747192-104d-4c51-a713-ee66faee3f4b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:16:58,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b8747192-104d-4c51-a713-ee66faee3f4b 2018-09-04 22:16:58,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:16:58,709 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:16:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:16:58,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728f7434a13fa9a3675356f8e991d9cb085aef27" 2018-09-04 22:16:58,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dc0324f-a4fe-49f9-b6a4-096c5773fcdd Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:16:58,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6dc0324f-a4fe-49f9-b6a4-096c5773fcdd 2018-09-04 22:16:58,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-0a679096-f0f2-41c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728f7434a13fa9a3675356f8e991d9cb085aef27" 2018-09-04 22:16:58,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be7dec7d-e01e-4036-b249-67ce9e0f44f6 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-0a679096-f0f2-41c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}]} 2018-09-04 22:16:58,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-0a679096-f0f2-41c-proj used request id req-be7dec7d-e01e-4036-b249-67ce9e0f44f6 2018-09-04 22:16:58,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728f7434a13fa9a3675356f8e991d9cb085aef27" 2018-09-04 22:16:58,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7d8d75d-0972-4d56-b6a1-b4d82a2ebdcc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:16:58,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-a7d8d75d-0972-4d56-b6a1-b4d82a2ebdcc 2018-09-04 22:16:59,311 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-0a679096-f0f2-41c-user 2018-09-04 22:16:59,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:59,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:16:59,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cea722e-11cd-4096-b026-4560bcc768c8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:16:59,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7cea722e-11cd-4096-b026-4560bcc768c8 2018-09-04 22:16:59,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" -d '{"role": {"name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj-role"}}' 2018-09-04 22:16:59,514 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:16:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1022dede-4938-4f9d-8309-35e97d34b02a Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f0fa88665dc14ce7827d78fea9c9954e", "links": {"self": "http://172.30.9.26:5000/v3/roles/f0fa88665dc14ce7827d78fea9c9954e"}, "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj-role"}} 2018-09-04 22:16:59,515 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-1022dede-4938-4f9d-8309-35e97d34b02a 2018-09-04 22:16:59,515 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-0a679096-f0f2-41c-proj-role 2018-09-04 22:16:59,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/f0fa88665dc14ce7827d78fea9c9954e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:16:59,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b975f61-5f3a-46cb-8abc-12aa6d5fd9b6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/f0fa88665dc14ce7827d78fea9c9954e"}, "domain_id": null, "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj-role", "id": "f0fa88665dc14ce7827d78fea9c9954e"}} 2018-09-04 22:16:59,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/f0fa88665dc14ce7827d78fea9c9954e used request id req-8b975f61-5f3a-46cb-8abc-12aa6d5fd9b6 2018-09-04 22:16:59,601 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-0a679096-f0f2-41c-proj-role to project InstanceSecurityGroupTests-0a679096-f0f2-41c-proj 2018-09-04 22:16:59,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb/users/19e91a21f8214318976b2ceb6175a22c/roles/f0fa88665dc14ce7827d78fea9c9954e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:16:59,733 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:16:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8b35ed1-e44d-417f-9b87-915355eea1a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:16:59,733 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb/users/19e91a21f8214318976b2ceb6175a22c/roles/f0fa88665dc14ce7827d78fea9c9954e used request id req-c8b35ed1-e44d-417f-9b87-915355eea1a4 2018-09-04 22:16:59,734 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:16:59,735 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:16:59,735 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:16:59,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:17:00,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0fa88665dc14ce7827d78fea9c9954e", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj-role"}], "expires_at": "2018-09-04T23:17:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "272810704ac94db1b68ed27a999950eb", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-user", "id": "19e91a21f8214318976b2ceb6175a22c"}, "audit_ids": ["nXKP7ZfjSm-NfwpAuKITZQ"], "issued_at": "2018-09-04T22:17:00.000000Z"}} 2018-09-04 22:17:00,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b719a906338a1ddc970f047f946124e2d44706f" 2018-09-04 22:17:00,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-821f1afe-dd3f-4262-b871-8166d2c20a14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:17:00,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-821f1afe-dd3f-4262-b871-8166d2c20a14 2018-09-04 22:17:00,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b719a906338a1ddc970f047f946124e2d44706f" 2018-09-04 22:17:00,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-5c3b27bb-15cb-414b-93fb-f596cf3d183b Date: Tue, 04 Sep 2018 22:17:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image"} 2018-09-04 22:17:00,380 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image used request id req-5c3b27bb-15cb-414b-93fb-f596cf3d183b 2018-09-04 22:17:00,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b719a906338a1ddc970f047f946124e2d44706f" 2018-09-04 22:17:00,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4e5224b7-e986-443f-8ae2-23695edad74e Date: Tue, 04 Sep 2018 22:17:00 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:17:00,533 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-4e5224b7-e986-443f-8ae2-23695edad74e 2018-09-04 22:17:00,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6b719a906338a1ddc970f047f946124e2d44706f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image"}' 2018-09-04 22:17:00,798 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/7458f71a-beb7-4b44-b630-330782583428 X-Openstack-Request-Id: req-e18d23e8-97f7-44aa-83a0-8330a88d634b Date: Tue, 04 Sep 2018 22:17:00 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:17:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:17:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/7458f71a-beb7-4b44-b630-330782583428", "min_disk": 0, "protected": false, "id": "7458f71a-beb7-4b44-b630-330782583428", "file": "/v2/images/7458f71a-beb7-4b44-b630-330782583428/file", "checksum": null, "owner": "272810704ac94db1b68ed27a999950eb", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:17:00,799 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-e18d23e8-97f7-44aa-83a0-8330a88d634b 2018-09-04 22:17:00,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/7458f71a-beb7-4b44-b630-330782583428/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b719a906338a1ddc970f047f946124e2d44706f" -d '' 2018-09-04 22:17:02,327 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b51a3578-55d3-4b30-bedf-f98e10ea0896 Date: Tue, 04 Sep 2018 22:17:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:17:02,328 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/7458f71a-beb7-4b44-b630-330782583428/file used request id req-b51a3578-55d3-4b30-bedf-f98e10ea0896 2018-09-04 22:17:02,328 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:17:02,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/7458f71a-beb7-4b44-b630-330782583428 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b719a906338a1ddc970f047f946124e2d44706f" 2018-09-04 22:17:02,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ca18361a-f5e1-4923-81a5-005c66974156 Date: Tue, 04 Sep 2018 22:17:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:17:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:17:02Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/7458f71a-beb7-4b44-b630-330782583428/snap", "metadata": {}}], "self": "/v2/images/7458f71a-beb7-4b44-b630-330782583428", "min_disk": 0, "protected": false, "id": "7458f71a-beb7-4b44-b630-330782583428", "file": "/v2/images/7458f71a-beb7-4b44-b630-330782583428/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "272810704ac94db1b68ed27a999950eb", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/7458f71a-beb7-4b44-b630-330782583428/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:17:02,490 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/7458f71a-beb7-4b44-b630-330782583428 used request id req-ca18361a-f5e1-4923-81a5-005c66974156 2018-09-04 22:17:02,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b719a906338a1ddc970f047f946124e2d44706f" 2018-09-04 22:17:02,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-765f2443-854d-4ee4-a0fd-a2e2b54555ea Date: Tue, 04 Sep 2018 22:17:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:17:02,643 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-765f2443-854d-4ee4-a0fd-a2e2b54555ea 2018-09-04 22:17:02,646 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image 2018-09-04 22:17:02,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/7458f71a-beb7-4b44-b630-330782583428 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b719a906338a1ddc970f047f946124e2d44706f" 2018-09-04 22:17:02,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-b3a72625-0eed-4cbd-8d03-5b70181f8fa8 Date: Tue, 04 Sep 2018 22:17:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:17:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:17:02Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/7458f71a-beb7-4b44-b630-330782583428/snap", "metadata": {}}], "self": "/v2/images/7458f71a-beb7-4b44-b630-330782583428", "min_disk": 0, "protected": false, "id": "7458f71a-beb7-4b44-b630-330782583428", "file": "/v2/images/7458f71a-beb7-4b44-b630-330782583428/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "272810704ac94db1b68ed27a999950eb", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/7458f71a-beb7-4b44-b630-330782583428/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:17:02,807 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/7458f71a-beb7-4b44-b630-330782583428 used request id req-b3a72625-0eed-4cbd-8d03-5b70181f8fa8 2018-09-04 22:17:02,808 - create_image - DEBUG - Instance status is - active 2018-09-04 22:17:02,808 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image 2018-09-04 22:17:02,808 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image 2018-09-04 22:17:02,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:17:02,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:17:03,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0fa88665dc14ce7827d78fea9c9954e", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj-role"}], "expires_at": "2018-09-04T23:17:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "272810704ac94db1b68ed27a999950eb", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-user", "id": "19e91a21f8214318976b2ceb6175a22c"}, "audit_ids": ["rzbbkciWS5-oNMK-wGNm3Q"], "issued_at": "2018-09-04T22:17:03.000000Z"}} 2018-09-04 22:17:03,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c2a3bd58893a6755dcd5a8f7f00c3031c17cdf" 2018-09-04 22:17:03,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb3f3c6f-dd8f-40bc-b3c0-6802f96b5cd6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:17:03,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cb3f3c6f-dd8f-40bc-b3c0-6802f96b5cd6 2018-09-04 22:17:03,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c2a3bd58893a6755dcd5a8f7f00c3031c17cdf" 2018-09-04 22:17:03,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8a5c0ebe-7c73-4dce-8ed0-1900067a5ec1 Date: Tue, 04 Sep 2018 22:17:03 GMT RESP BODY: {"networks":[]} 2018-09-04 22:17:03,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net used request id req-8a5c0ebe-7c73-4dce-8ed0-1900067a5ec1 2018-09-04 22:17:03,456 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net 2018-09-04 22:17:03,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c2a3bd58893a6755dcd5a8f7f00c3031c17cdf" -d '{"network": {"name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net", "admin_state_up": true}}' 2018-09-04 22:17:04,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-d55d40fc-2873-41cd-95d8-6afbaefdb1bc Date: Tue, 04 Sep 2018 22:17:04 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b5267134-91ec-4381-9843-e046151b7c41","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:17:03Z","is_default":false,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","mtu":1450}} 2018-09-04 22:17:04,022 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-d55d40fc-2873-41cd-95d8-6afbaefdb1bc 2018-09-04 22:17:04,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c2a3bd58893a6755dcd5a8f7f00c3031c17cdf" 2018-09-04 22:17:04,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-a93d9ab4-cb8a-497b-bab6-1412ba0eb67b Date: Tue, 04 Sep 2018 22:17:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:17:03Z","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","id":"b5267134-91ec-4381-9843-e046151b7c41","name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net"}]} 2018-09-04 22:17:04,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-a93d9ab4-cb8a-497b-bab6-1412ba0eb67b 2018-09-04 22:17:04,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c2a3bd58893a6755dcd5a8f7f00c3031c17cdf" 2018-09-04 22:17:04,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3647685a-f985-40b9-9e4b-307369141d5b Date: Tue, 04 Sep 2018 22:17:04 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:17:04,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-3647685a-f985-40b9-9e4b-307369141d5b 2018-09-04 22:17:04,441 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet 2018-09-04 22:17:04,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c2a3bd58893a6755dcd5a8f7f00c3031c17cdf" -d '{"subnets": [{"ip_version": 4, "network_id": "b5267134-91ec-4381-9843-e046151b7c41", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]}' 2018-09-04 22:17:05,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-071968e1-27ff-47ef-bcba-0b113ccd0208 Date: Tue, 04 Sep 2018 22:17:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:04Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"272810704ac94db1b68ed27a999950eb","id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]} 2018-09-04 22:17:05,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-071968e1-27ff-47ef-bcba-0b113ccd0208 2018-09-04 22:17:05,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c2a3bd58893a6755dcd5a8f7f00c3031c17cdf" 2018-09-04 22:17:05,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1e1caa2a-ecfe-4d0b-80a4-767fe41df139 Date: Tue, 04 Sep 2018 22:17:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ecbbdfbd-3e35-4fdd-b225-bb29968c17c6"],"updated_at":"2018-09-04T22:17:04Z","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","id":"b5267134-91ec-4381-9843-e046151b7c41","name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net"}]} 2018-09-04 22:17:05,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-1e1caa2a-ecfe-4d0b-80a4-767fe41df139 2018-09-04 22:17:05,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c2a3bd58893a6755dcd5a8f7f00c3031c17cdf" 2018-09-04 22:17:05,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ac32d19b-0c4b-4398-898c-fd296f2170e0 Date: Tue, 04 Sep 2018 22:17:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"272810704ac94db1b68ed27a999950eb","id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]} 2018-09-04 22:17:05,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-ac32d19b-0c4b-4398-898c-fd296f2170e0 2018-09-04 22:17:05,478 - OpenStackNetwork - DEBUG - Network [b5267134-91ec-4381-9843-e046151b7c41] created successfully 2018-09-04 22:17:05,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:17:05,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:17:05,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:17:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ETwsC26ISieBi6BBevFLSw"], "issued_at": "2018-09-04T22:17:05.000000Z"}} 2018-09-04 22:17:05,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42daa0ad14f89d56c05e0595f764be99bd9ce6d1" 2018-09-04 22:17:05,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2360f0ca-e8e6-4dff-b365-52bffc49d22e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:17:05,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2360f0ca-e8e6-4dff-b365-52bffc49d22e 2018-09-04 22:17:05,947 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:17:05,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42daa0ad14f89d56c05e0595f764be99bd9ce6d1" 2018-09-04 22:17:06,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-507f2602-ac8c-4112-8df2-b1be7e8f00d1 x-compute-request-id: req-507f2602-ac8c-4112-8df2-b1be7e8f00d1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:17:06,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-507f2602-ac8c-4112-8df2-b1be7e8f00d1 2018-09-04 22:17:06,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42daa0ad14f89d56c05e0595f764be99bd9ce6d1" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:17:06,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88c5202c-2b41-4a70-a31e-c67a5759e5aa x-compute-request-id: req-88c5202c-2b41-4a70-a31e-c67a5759e5aa Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:17:06,222 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-88c5202c-2b41-4a70-a31e-c67a5759e5aa 2018-09-04 22:17:06,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:17:06,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:17:06,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0fa88665dc14ce7827d78fea9c9954e", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj-role"}], "expires_at": "2018-09-04T23:17:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "272810704ac94db1b68ed27a999950eb", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-user", "id": "19e91a21f8214318976b2ceb6175a22c"}, "audit_ids": ["HfLR02RGT-CMulU8Zu35KA"], "issued_at": "2018-09-04T22:17:06.000000Z"}} 2018-09-04 22:17:06,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:06,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e0b865f-b552-42d0-a09a-0533748694a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:17:06,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9e0b865f-b552-42d0-a09a-0533748694a9 2018-09-04 22:17:06,674 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:17:06,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:06,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ccf753b-966f-4f1b-9e4b-ee4f366d49d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:17:06,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0ccf753b-966f-4f1b-9e4b-ee4f366d49d5 2018-09-04 22:17:06,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:07,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-77693b8f-b3ba-4994-ba4d-47ddeff1dcfb Date: Tue, 04 Sep 2018 22:17:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ecbbdfbd-3e35-4fdd-b225-bb29968c17c6"],"updated_at":"2018-09-04T22:17:04Z","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","id":"b5267134-91ec-4381-9843-e046151b7c41","name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net"}]} 2018-09-04 22:17:07,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net used request id req-77693b8f-b3ba-4994-ba4d-47ddeff1dcfb 2018-09-04 22:17:07,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:17:07,199 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:17:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:17:07,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:07,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1989f45-145f-43ea-893c-6587f271fd57 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}} 2018-09-04 22:17:07,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb used request id req-c1989f45-145f-43ea-893c-6587f271fd57 2018-09-04 22:17:07,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:07,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7250101a-3c30-4a01-a5d1-cda9d286db9c Date: Tue, 04 Sep 2018 22:17:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"272810704ac94db1b68ed27a999950eb","id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]} 2018-09-04 22:17:07,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-7250101a-3c30-4a01-a5d1-cda9d286db9c 2018-09-04 22:17:07,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41&name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:07,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-520932fc-6f73-4e47-b762-1c379fcaa1f6 Date: Tue, 04 Sep 2018 22:17:07 GMT RESP BODY: {"ports":[]} 2018-09-04 22:17:07,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41&name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port&admin_state_up=True used request id req-520932fc-6f73-4e47-b762-1c379fcaa1f6 2018-09-04 22:17:07,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:07,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-13d9f9f0-de60-459e-b8bc-949ff97c8de4 x-compute-request-id: req-13d9f9f0-de60-459e-b8bc-949ff97c8de4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:17:07,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst used request id req-13d9f9f0-de60-459e-b8bc-949ff97c8de4 2018-09-04 22:17:07,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:08,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-51196783-8c35-43d8-85f4-ed9fa88b999a Date: Tue, 04 Sep 2018 22:17:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ecbbdfbd-3e35-4fdd-b225-bb29968c17c6"],"updated_at":"2018-09-04T22:17:04Z","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","id":"b5267134-91ec-4381-9843-e046151b7c41","name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net"}]} 2018-09-04 22:17:08,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net used request id req-51196783-8c35-43d8-85f4-ed9fa88b999a 2018-09-04 22:17:08,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:08,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1ee749-79eb-49d0-9c30-24ef19a3387f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}} 2018-09-04 22:17:08,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb used request id req-8a1ee749-79eb-49d0-9c30-24ef19a3387f 2018-09-04 22:17:08,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:08,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-df31105d-85b4-45e9-bf0d-80dcdccafc35 Date: Tue, 04 Sep 2018 22:17:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"272810704ac94db1b68ed27a999950eb","id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]} 2018-09-04 22:17:08,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-df31105d-85b4-45e9-bf0d-80dcdccafc35 2018-09-04 22:17:08,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41&name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:08,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-137a3c77-0569-4ce9-9af5-347e0b27ca0d Date: Tue, 04 Sep 2018 22:17:08 GMT RESP BODY: {"ports":[]} 2018-09-04 22:17:08,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41&name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port&admin_state_up=True used request id req-137a3c77-0569-4ce9-9af5-347e0b27ca0d 2018-09-04 22:17:08,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:17:08,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:17:08,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0fa88665dc14ce7827d78fea9c9954e", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj-role"}], "expires_at": "2018-09-04T23:17:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "272810704ac94db1b68ed27a999950eb", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-user", "id": "19e91a21f8214318976b2ceb6175a22c"}, "audit_ids": ["In91noXURBOuWWhwYH_2NA"], "issued_at": "2018-09-04T22:17:08.000000Z"}} 2018-09-04 22:17:08,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a000309a495a26b6d38d40104c93951bed8302c" 2018-09-04 22:17:09,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a02a9a24-1d51-4157-90a7-a19534280781 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:17:09,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a02a9a24-1d51-4157-90a7-a19534280781 2018-09-04 22:17:09,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:09,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-959a27c7-75ab-4a40-b5f0-c501fb5e646d Date: Tue, 04 Sep 2018 22:17:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ecbbdfbd-3e35-4fdd-b225-bb29968c17c6"],"updated_at":"2018-09-04T22:17:04Z","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","id":"b5267134-91ec-4381-9843-e046151b7c41","name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net"}]} 2018-09-04 22:17:09,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net used request id req-959a27c7-75ab-4a40-b5f0-c501fb5e646d 2018-09-04 22:17:09,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:09,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6afa95c2-ec4d-40a8-905b-8540dd52c15f Date: Tue, 04 Sep 2018 22:17:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"272810704ac94db1b68ed27a999950eb","id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]} 2018-09-04 22:17:09,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-6afa95c2-ec4d-40a8-905b-8540dd52c15f 2018-09-04 22:17:09,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:09,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0807e2a4-ec1c-4c11-89d7-eab2cea72147 Date: Tue, 04 Sep 2018 22:17:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ecbbdfbd-3e35-4fdd-b225-bb29968c17c6"],"updated_at":"2018-09-04T22:17:04Z","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","id":"b5267134-91ec-4381-9843-e046151b7c41","name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net"}]} 2018-09-04 22:17:09,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net used request id req-0807e2a4-ec1c-4c11-89d7-eab2cea72147 2018-09-04 22:17:09,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:17:09,790 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:17:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:17:09,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a000309a495a26b6d38d40104c93951bed8302c" 2018-09-04 22:17:09,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84880ad-8441-4098-84ee-2465b4706c5b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}} 2018-09-04 22:17:09,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb used request id req-b84880ad-8441-4098-84ee-2465b4706c5b 2018-09-04 22:17:09,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:10,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f9b909a0-16fd-4e86-899d-8d8f890eb8a5 Date: Tue, 04 Sep 2018 22:17:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"272810704ac94db1b68ed27a999950eb","id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]} 2018-09-04 22:17:10,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-f9b909a0-16fd-4e86-899d-8d8f890eb8a5 2018-09-04 22:17:10,093 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net 2018-09-04 22:17:10,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" -d '{"port": {"network_id": "b5267134-91ec-4381-9843-e046151b7c41", "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port", "admin_state_up": true}}' 2018-09-04 22:17:11,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-795540ba-75eb-413c-8c33-b6a02b301491 Date: Tue, 04 Sep 2018 22:17:11 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:10Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.8"}],"id":"c2de4684-3bbe-46e6-b5ba-37a13fb7ef25","security_groups":["14783e95-a4d1-4ce2-8c0b-2418a99e5c42"],"mac_address":"fa:16:3e:36:fd:dd","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port","project_id":"272810704ac94db1b68ed27a999950eb","qos_policy_id":null,"admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:10Z","binding:vnic_type":"normal"}} 2018-09-04 22:17:11,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-795540ba-75eb-413c-8c33-b6a02b301491 2018-09-04 22:17:11,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:11,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d0511422-3bab-47f3-9c03-25d82fa58ba0 Date: Tue, 04 Sep 2018 22:17:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ecbbdfbd-3e35-4fdd-b225-bb29968c17c6"],"updated_at":"2018-09-04T22:17:04Z","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","id":"b5267134-91ec-4381-9843-e046151b7c41","name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net"}]} 2018-09-04 22:17:11,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net used request id req-d0511422-3bab-47f3-9c03-25d82fa58ba0 2018-09-04 22:17:11,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:11,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc445ebc-d624-41fb-8610-f1bf35cf9589 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}} 2018-09-04 22:17:11,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb used request id req-dc445ebc-d624-41fb-8610-f1bf35cf9589 2018-09-04 22:17:11,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:11,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-078d8952-58d8-4314-8f9c-36e33081d42d Date: Tue, 04 Sep 2018 22:17:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"272810704ac94db1b68ed27a999950eb","id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]} 2018-09-04 22:17:11,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-078d8952-58d8-4314-8f9c-36e33081d42d 2018-09-04 22:17:11,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41&name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:11,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-a940b93f-bf08-466a-97ba-075f1c22bd4f Date: Tue, 04 Sep 2018 22:17:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:10Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.8"}],"id":"c2de4684-3bbe-46e6-b5ba-37a13fb7ef25","security_groups":["14783e95-a4d1-4ce2-8c0b-2418a99e5c42"],"mac_address":"fa:16:3e:36:fd:dd","project_id":"272810704ac94db1b68ed27a999950eb","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:10Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:17:11,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41&name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port&admin_state_up=True used request id req-a940b93f-bf08-466a-97ba-075f1c22bd4f 2018-09-04 22:17:11,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:11,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afc249a5-f898-49ab-b7e5-dfdf7ac607f6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}} 2018-09-04 22:17:11,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb used request id req-afc249a5-f898-49ab-b7e5-dfdf7ac607f6 2018-09-04 22:17:11,905 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst 2018-09-04 22:17:11,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:11,939 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87665930-bd7a-44ba-a73e-c6a7a9ec6e42 x-compute-request-id: req-87665930-bd7a-44ba-a73e-c6a7a9ec6e42 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-flavor-name"}]} 2018-09-04 22:17:11,940 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-87665930-bd7a-44ba-a73e-c6a7a9ec6e42 2018-09-04 22:17:11,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:11,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63b3cbeb-ff92-468b-92c8-55eabff4d3a2 x-compute-request-id: req-63b3cbeb-ff92-468b-92c8-55eabff4d3a2 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:17:11,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01 used request id req-63b3cbeb-ff92-468b-92c8-55eabff4d3a2 2018-09-04 22:17:11,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:12,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-3275d0a7-e73b-4592-9a08-4511985d6d46 Date: Tue, 04 Sep 2018 22:17:12 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:17:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:17:02Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/7458f71a-beb7-4b44-b630-330782583428/snap", "metadata": {}}], "self": "/v2/images/7458f71a-beb7-4b44-b630-330782583428", "min_disk": 0, "protected": false, "id": "7458f71a-beb7-4b44-b630-330782583428", "file": "/v2/images/7458f71a-beb7-4b44-b630-330782583428/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "272810704ac94db1b68ed27a999950eb", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/7458f71a-beb7-4b44-b630-330782583428/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image"} 2018-09-04 22:17:12,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image used request id req-3275d0a7-e73b-4592-9a08-4511985d6d46 2018-09-04 22:17:12,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:12,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6ee03ca2-c46c-445f-9d35-b5a2a4688392 Date: Tue, 04 Sep 2018 22:17:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:17:12,301 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-6ee03ca2-c46c-445f-9d35-b5a2a4688392 2018-09-04 22:17:12,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" -d '{"server": {"name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "imageRef": "7458f71a-beb7-4b44-b630-330782583428", "flavorRef": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "max_count": 1, "min_count": 1, "networks": [{"port": "c2de4684-3bbe-46e6-b5ba-37a13fb7ef25"}]}}' 2018-09-04 22:17:13,858 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:17:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0916a7dd-7a07-4efc-a466-206b7f4dcf52 x-compute-request-id: req-0916a7dd-7a07-4efc-a466-206b7f4dcf52 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "adminPass": "WVJ9nrjBm6q7"}} 2018-09-04 22:17:13,858 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-0916a7dd-7a07-4efc-a466-206b7f4dcf52 2018-09-04 22:17:13,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:14,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-484004eb-33f6-49a1-a516-6364cf7ce626 x-compute-request-id: req-484004eb-33f6-49a1-a516-6364cf7ce626 Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:17:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:14,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-484004eb-33f6-49a1-a516-6364cf7ce626 2018-09-04 22:17:14,315 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst 2018-09-04 22:17:14,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:14,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed9550a6-fac5-4a12-8c8d-cf5f896ebe34 x-compute-request-id: req-ed9550a6-fac5-4a12-8c8d-cf5f896ebe34 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:17:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:14,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-ed9550a6-fac5-4a12-8c8d-cf5f896ebe34 2018-09-04 22:17:14,683 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst] is - BUILD 2018-09-04 22:17:14,683 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:17:17,686 - create_instance - DEBUG - VM status query timeout in 896.629143953 2018-09-04 22:17:17,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:18,120 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06be335a-be41-4000-bc3e-909f0c824afb x-compute-request-id: req-06be335a-be41-4000-bc3e-909f0c824afb Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "security_groups": [{"name": "default"}], "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:17:15Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:18,120 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-06be335a-be41-4000-bc3e-909f0c824afb 2018-09-04 22:17:18,121 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst] is - BUILD 2018-09-04 22:17:18,121 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:17:21,124 - create_instance - DEBUG - VM status query timeout in 893.190866947 2018-09-04 22:17:21,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:21,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6daf1f19-a8da-4b2c-ae26-0cdaae1cc0a5 x-compute-request-id: req-6daf1f19-a8da-4b2c-ae26-0cdaae1cc0a5 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:fd:dd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:17:18.000000", "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "security_groups": [{"name": "default"}], "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:17:20Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:21,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-6daf1f19-a8da-4b2c-ae26-0cdaae1cc0a5 2018-09-04 22:17:21,745 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst] is - ACTIVE 2018-09-04 22:17:21,746 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:17:21,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:22,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37a6f436-8847-4ac3-9e92-69cc1a071c0d x-compute-request-id: req-37a6f436-8847-4ac3-9e92-69cc1a071c0d Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:fd:dd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:17:18.000000", "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "security_groups": [{"name": "default"}], "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:17:20Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:22,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-37a6f436-8847-4ac3-9e92-69cc1a071c0d 2018-09-04 22:17:22,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:22,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ab65c95f-dfc0-4cae-8914-e83e65ae245c Date: Tue, 04 Sep 2018 22:17:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ecbbdfbd-3e35-4fdd-b225-bb29968c17c6"],"updated_at":"2018-09-04T22:17:04Z","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","id":"b5267134-91ec-4381-9843-e046151b7c41","name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net"}]} 2018-09-04 22:17:22,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net used request id req-ab65c95f-dfc0-4cae-8914-e83e65ae245c 2018-09-04 22:17:22,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:22,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfb3a9d0-831f-48a7-a2c4-997c6f69f33d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}} 2018-09-04 22:17:22,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb used request id req-dfb3a9d0-831f-48a7-a2c4-997c6f69f33d 2018-09-04 22:17:22,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:22,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fa8170df-8637-4224-9ae9-de16ae1f8b81 Date: Tue, 04 Sep 2018 22:17:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"272810704ac94db1b68ed27a999950eb","id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]} 2018-09-04 22:17:22,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-fa8170df-8637-4224-9ae9-de16ae1f8b81 2018-09-04 22:17:22,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:23,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-9f3f3efe-43ed-45d7-b9ad-e24954b2ea70 Date: Tue, 04 Sep 2018 22:17:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.2"}],"id":"5c7f0c64-5a31-4fec-a729-719b33ce2ba8","security_groups":[],"mac_address":"fa:16:3e:5e:f0:89","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5267134-91ec-4381-9843-e046151b7c41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.4"}],"id":"8dcdfac4-c8d2-4f6d-9bce-3e9277eaa2c3","security_groups":[],"mac_address":"fa:16:3e:e3:23:c0","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5267134-91ec-4381-9843-e046151b7c41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.8"}],"id":"c2de4684-3bbe-46e6-b5ba-37a13fb7ef25","security_groups":["14783e95-a4d1-4ce2-8c0b-2418a99e5c42"],"mac_address":"fa:16:3e:36:fd:dd","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:10Z","binding:vnic_type":"normal","device_id":"c5190233-ee0d-4915-96af-40fee7e3dc8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.3"}],"id":"d497a2aa-d0c3-4bd4-b602-e2bc4958cec8","security_groups":[],"mac_address":"fa:16:3e:3d:6d:d2","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5267134-91ec-4381-9843-e046151b7c41"}]} 2018-09-04 22:17:23,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-9f3f3efe-43ed-45d7-b9ad-e24954b2ea70 2018-09-04 22:17:23,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:17:23,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:17:23,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0fa88665dc14ce7827d78fea9c9954e", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj-role"}], "expires_at": "2018-09-04T23:17:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "272810704ac94db1b68ed27a999950eb", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-user", "id": "19e91a21f8214318976b2ceb6175a22c"}, "audit_ids": ["G4-Uc00IS4i-48izMOECSw"], "issued_at": "2018-09-04T22:17:23.000000Z"}} 2018-09-04 22:17:23,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:23,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-278bbf06-c371-4e15-a7b4-2ceed7d59169 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:17:23,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-278bbf06-c371-4e15-a7b4-2ceed7d59169 2018-09-04 22:17:23,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:23,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b3af07e8-cda3-4285-9cc5-61a81ba5d648 Date: Tue, 04 Sep 2018 22:17:23 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:17:23,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name&description=hello+group used request id req-b3af07e8-cda3-4285-9cc5-61a81ba5d648 2018-09-04 22:17:23,862 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name... 2018-09-04 22:17:23,862 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name 2018-09-04 22:17:23,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" -d '{"security_group": {"name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name", "description": "hello group"}}' 2018-09-04 22:17:24,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7f316658-17c7-47c2-aba4-fd721db544e0 Date: Tue, 04 Sep 2018 22:17:24 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "updated_at": "2018-09-04T22:17:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "revision_number": 0, "id": "47b1fabe-d29b-4617-b8c9-5009bc2f0a40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "tenant_id": "272810704ac94db1b68ed27a999950eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "272810704ac94db1b68ed27a999950eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "revision_number": 0, "id": "b4169229-09ad-469b-8245-99a4044b2355", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "tenant_id": "272810704ac94db1b68ed27a999950eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "272810704ac94db1b68ed27a999950eb"}], "revision_number": 2, "project_id": "272810704ac94db1b68ed27a999950eb", "id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name"}} 2018-09-04 22:17:24,205 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-7f316658-17c7-47c2-aba4-fd721db544e0 2018-09-04 22:17:24,205 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 90b7912f-15c3-4c81-b208-39b4cdb0b4f2 2018-09-04 22:17:24,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:24,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dbce4c36-1cf2-44dc-8870-b3a0d9ea3eb9 Date: Tue, 04 Sep 2018 22:17:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "47b1fabe-d29b-4617-b8c9-5009bc2f0a40"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "b4169229-09ad-469b-8245-99a4044b2355"}]} 2018-09-04 22:17:24,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 used request id req-dbce4c36-1cf2-44dc-8870-b3a0d9ea3eb9 2018-09-04 22:17:24,389 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 90b7912f-15c3-4c81-b208-39b4cdb0b4f2 2018-09-04 22:17:24,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:24,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8c16b66f-2ff4-4a6b-8460-c6c470d8d3fa Date: Tue, 04 Sep 2018 22:17:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "47b1fabe-d29b-4617-b8c9-5009bc2f0a40"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "b4169229-09ad-469b-8245-99a4044b2355"}]} 2018-09-04 22:17:24,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 used request id req-8c16b66f-2ff4-4a6b-8460-c6c470d8d3fa 2018-09-04 22:17:24,505 - neutron_utils - INFO - Retrieving security group with ID - 90b7912f-15c3-4c81-b208-39b4cdb0b4f2 2018-09-04 22:17:24,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:24,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-e954840d-9e31-4afc-a824-f19dc5ed7695 Date: Tue, 04 Sep 2018 22:17:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "updated_at": "2018-09-04T22:17:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "revision_number": 0, "id": "47b1fabe-d29b-4617-b8c9-5009bc2f0a40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "tenant_id": "272810704ac94db1b68ed27a999950eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "272810704ac94db1b68ed27a999950eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "revision_number": 0, "id": "b4169229-09ad-469b-8245-99a4044b2355", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "tenant_id": "272810704ac94db1b68ed27a999950eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "272810704ac94db1b68ed27a999950eb"}], "revision_number": 2, "project_id": "272810704ac94db1b68ed27a999950eb", "id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name"}]} 2018-09-04 22:17:24,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 used request id req-e954840d-9e31-4afc-a824-f19dc5ed7695 2018-09-04 22:17:24,685 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 90b7912f-15c3-4c81-b208-39b4cdb0b4f2 2018-09-04 22:17:24,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:24,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0e444ea6-5653-434e-84d2-13d82549ae81 Date: Tue, 04 Sep 2018 22:17:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "47b1fabe-d29b-4617-b8c9-5009bc2f0a40"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "b4169229-09ad-469b-8245-99a4044b2355"}]} 2018-09-04 22:17:24,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 used request id req-0e444ea6-5653-434e-84d2-13d82549ae81 2018-09-04 22:17:24,864 - neutron_utils - INFO - Retrieving security group with ID - 90b7912f-15c3-4c81-b208-39b4cdb0b4f2 2018-09-04 22:17:24,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:25,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-fff6e79a-e6cf-47cc-990d-f58d90b094d7 Date: Tue, 04 Sep 2018 22:17:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "updated_at": "2018-09-04T22:17:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "revision_number": 0, "id": "47b1fabe-d29b-4617-b8c9-5009bc2f0a40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "tenant_id": "272810704ac94db1b68ed27a999950eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "272810704ac94db1b68ed27a999950eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "revision_number": 0, "id": "b4169229-09ad-469b-8245-99a4044b2355", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "tenant_id": "272810704ac94db1b68ed27a999950eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "272810704ac94db1b68ed27a999950eb"}], "revision_number": 2, "project_id": "272810704ac94db1b68ed27a999950eb", "id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name"}]} 2018-09-04 22:17:25,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 used request id req-fff6e79a-e6cf-47cc-990d-f58d90b094d7 2018-09-04 22:17:25,068 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 90b7912f-15c3-4c81-b208-39b4cdb0b4f2 2018-09-04 22:17:25,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:25,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cae05c6c-19b8-41cf-bd44-c9d1111018fb Date: Tue, 04 Sep 2018 22:17:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "47b1fabe-d29b-4617-b8c9-5009bc2f0a40"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "b4169229-09ad-469b-8245-99a4044b2355"}]} 2018-09-04 22:17:25,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 used request id req-cae05c6c-19b8-41cf-bd44-c9d1111018fb 2018-09-04 22:17:25,280 - neutron_utils - INFO - Retrieving security group with ID - 90b7912f-15c3-4c81-b208-39b4cdb0b4f2 2018-09-04 22:17:25,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:25,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-70d01357-d6fb-4f0a-a790-aa72e28b2e94 Date: Tue, 04 Sep 2018 22:17:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "updated_at": "2018-09-04T22:17:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "revision_number": 0, "id": "47b1fabe-d29b-4617-b8c9-5009bc2f0a40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "tenant_id": "272810704ac94db1b68ed27a999950eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "272810704ac94db1b68ed27a999950eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "revision_number": 0, "id": "b4169229-09ad-469b-8245-99a4044b2355", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "tenant_id": "272810704ac94db1b68ed27a999950eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "272810704ac94db1b68ed27a999950eb"}], "revision_number": 2, "project_id": "272810704ac94db1b68ed27a999950eb", "id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name"}]} 2018-09-04 22:17:25,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 used request id req-70d01357-d6fb-4f0a-a790-aa72e28b2e94 2018-09-04 22:17:25,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 90b7912f-15c3-4c81-b208-39b4cdb0b4f2 2018-09-04 22:17:25,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:25,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e325edc9-66b1-40ad-903a-1f3ea125095f Date: Tue, 04 Sep 2018 22:17:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "47b1fabe-d29b-4617-b8c9-5009bc2f0a40"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:24Z", "security_group_id": "90b7912f-15c3-4c81-b208-39b4cdb0b4f2", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:24Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "b4169229-09ad-469b-8245-99a4044b2355"}]} 2018-09-04 22:17:25,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=90b7912f-15c3-4c81-b208-39b4cdb0b4f2 used request id req-e325edc9-66b1-40ad-903a-1f3ea125095f 2018-09-04 22:17:25,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:26,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-901fc0ef-9c02-4945-b6fd-6296709225c8 x-compute-request-id: req-901fc0ef-9c02-4945-b6fd-6296709225c8 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:fd:dd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:17:18.000000", "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "security_groups": [{"name": "default"}], "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:17:20Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:26,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-901fc0ef-9c02-4945-b6fd-6296709225c8 2018-09-04 22:17:26,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:26,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-10ad1c7a-425d-4c8a-83a1-f0b7d3516657 Date: Tue, 04 Sep 2018 22:17:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ecbbdfbd-3e35-4fdd-b225-bb29968c17c6"],"updated_at":"2018-09-04T22:17:04Z","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","id":"b5267134-91ec-4381-9843-e046151b7c41","name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net"}]} 2018-09-04 22:17:26,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net used request id req-10ad1c7a-425d-4c8a-83a1-f0b7d3516657 2018-09-04 22:17:26,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:26,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c614aaf5-f693-4416-b557-3c9169cba00c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}} 2018-09-04 22:17:26,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb used request id req-c614aaf5-f693-4416-b557-3c9169cba00c 2018-09-04 22:17:26,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:26,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c119b4b0-e8d8-4251-bf48-ab80d448321b Date: Tue, 04 Sep 2018 22:17:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"272810704ac94db1b68ed27a999950eb","id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]} 2018-09-04 22:17:26,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-c119b4b0-e8d8-4251-bf48-ab80d448321b 2018-09-04 22:17:26,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:26,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-43de8947-0544-44a6-a298-b3799c3d551d Date: Tue, 04 Sep 2018 22:17:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.2"}],"id":"5c7f0c64-5a31-4fec-a729-719b33ce2ba8","security_groups":[],"mac_address":"fa:16:3e:5e:f0:89","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5267134-91ec-4381-9843-e046151b7c41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.4"}],"id":"8dcdfac4-c8d2-4f6d-9bce-3e9277eaa2c3","security_groups":[],"mac_address":"fa:16:3e:e3:23:c0","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5267134-91ec-4381-9843-e046151b7c41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.8"}],"id":"c2de4684-3bbe-46e6-b5ba-37a13fb7ef25","security_groups":["14783e95-a4d1-4ce2-8c0b-2418a99e5c42"],"mac_address":"fa:16:3e:36:fd:dd","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:10Z","binding:vnic_type":"normal","device_id":"c5190233-ee0d-4915-96af-40fee7e3dc8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.3"}],"id":"d497a2aa-d0c3-4bd4-b602-e2bc4958cec8","security_groups":[],"mac_address":"fa:16:3e:3d:6d:d2","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5267134-91ec-4381-9843-e046151b7c41"}]} 2018-09-04 22:17:26,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-43de8947-0544-44a6-a298-b3799c3d551d 2018-09-04 22:17:26,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:17:27,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0fa88665dc14ce7827d78fea9c9954e", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj-role"}], "expires_at": "2018-09-04T23:17:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "272810704ac94db1b68ed27a999950eb", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/272810704ac94db1b68ed27a999950eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-user", "id": "19e91a21f8214318976b2ceb6175a22c"}, "audit_ids": ["kSQ9TUJPQe2HJFFoW3A_6A"], "issued_at": "2018-09-04T22:17:27.000000Z"}} 2018-09-04 22:17:27,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b4e1c71f099bbc862c4e19456b4cb8ac22363b" 2018-09-04 22:17:28,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a3886ad-be8b-42ec-ac58-110d5d48ff8a x-compute-request-id: req-1a3886ad-be8b-42ec-ac58-110d5d48ff8a Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:fd:dd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:17:18.000000", "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "security_groups": [{"name": "default"}], "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:17:20Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:28,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-1a3886ad-be8b-42ec-ac58-110d5d48ff8a 2018-09-04 22:17:28,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:28,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c22261d-61f4-463b-a46e-8fe9ea5c0c54 x-compute-request-id: req-0c22261d-61f4-463b-a46e-8fe9ea5c0c54 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:fd:dd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:17:18.000000", "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "security_groups": [{"name": "default"}], "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:17:20Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:28,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-0c22261d-61f4-463b-a46e-8fe9ea5c0c54 2018-09-04 22:17:28,531 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst] is - ACTIVE 2018-09-04 22:17:28,531 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:17:28,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:29,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1028016-4993-40d4-a59e-ef2102e69859 x-compute-request-id: req-c1028016-4993-40d4-a59e-ef2102e69859 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:fd:dd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:17:18.000000", "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "security_groups": [{"name": "default"}], "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:17:20Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:29,203 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-c1028016-4993-40d4-a59e-ef2102e69859 2018-09-04 22:17:29,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:29,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-04fb5aa0-a15f-47e5-8967-c2f3e76da0f5 Date: Tue, 04 Sep 2018 22:17:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ecbbdfbd-3e35-4fdd-b225-bb29968c17c6"],"updated_at":"2018-09-04T22:17:04Z","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","id":"b5267134-91ec-4381-9843-e046151b7c41","name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net"}]} 2018-09-04 22:17:29,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net used request id req-04fb5aa0-a15f-47e5-8967-c2f3e76da0f5 2018-09-04 22:17:29,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:29,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b25d055-341d-4ac8-aefe-b545439dd67a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}} 2018-09-04 22:17:29,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb used request id req-2b25d055-341d-4ac8-aefe-b545439dd67a 2018-09-04 22:17:29,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:29,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-017c6e01-565f-480b-a521-6483249c1d4f Date: Tue, 04 Sep 2018 22:17:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"272810704ac94db1b68ed27a999950eb","id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]} 2018-09-04 22:17:29,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-017c6e01-565f-480b-a521-6483249c1d4f 2018-09-04 22:17:29,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:29,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-b68daf89-d311-46e7-bcd0-55920bec8603 Date: Tue, 04 Sep 2018 22:17:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.2"}],"id":"5c7f0c64-5a31-4fec-a729-719b33ce2ba8","security_groups":[],"mac_address":"fa:16:3e:5e:f0:89","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5267134-91ec-4381-9843-e046151b7c41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.4"}],"id":"8dcdfac4-c8d2-4f6d-9bce-3e9277eaa2c3","security_groups":[],"mac_address":"fa:16:3e:e3:23:c0","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5267134-91ec-4381-9843-e046151b7c41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.8"}],"id":"c2de4684-3bbe-46e6-b5ba-37a13fb7ef25","security_groups":["14783e95-a4d1-4ce2-8c0b-2418a99e5c42"],"mac_address":"fa:16:3e:36:fd:dd","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:10Z","binding:vnic_type":"normal","device_id":"c5190233-ee0d-4915-96af-40fee7e3dc8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.3"}],"id":"d497a2aa-d0c3-4bd4-b602-e2bc4958cec8","security_groups":[],"mac_address":"fa:16:3e:3d:6d:d2","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5267134-91ec-4381-9843-e046151b7c41"}]} 2018-09-04 22:17:29,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-b68daf89-d311-46e7-bcd0-55920bec8603 2018-09-04 22:17:29,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:30,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed538210-0adf-47fc-9994-e2135fb67811 x-compute-request-id: req-ed538210-0adf-47fc-9994-e2135fb67811 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:fd:dd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:17:18.000000", "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "security_groups": [{"name": "default"}], "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:17:20Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:30,537 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-ed538210-0adf-47fc-9994-e2135fb67811 2018-09-04 22:17:30,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:30,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7251327e-c803-42aa-825f-530077743e6b Date: Tue, 04 Sep 2018 22:17:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ecbbdfbd-3e35-4fdd-b225-bb29968c17c6"],"updated_at":"2018-09-04T22:17:04Z","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","id":"b5267134-91ec-4381-9843-e046151b7c41","name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net"}]} 2018-09-04 22:17:30,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net used request id req-7251327e-c803-42aa-825f-530077743e6b 2018-09-04 22:17:30,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:30,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa8dd8a-53bf-43e1-9f9a-da4d69a34322 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}} 2018-09-04 22:17:30,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb used request id req-cfa8dd8a-53bf-43e1-9f9a-da4d69a34322 2018-09-04 22:17:30,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:30,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c24873e3-96d0-49c4-99e4-4f8dcd60f84c Date: Tue, 04 Sep 2018 22:17:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"272810704ac94db1b68ed27a999950eb","id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]} 2018-09-04 22:17:30,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-c24873e3-96d0-49c4-99e4-4f8dcd60f84c 2018-09-04 22:17:30,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:30,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-2436cf17-acbe-45ef-ba7a-1e7588799921 Date: Tue, 04 Sep 2018 22:17:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.2"}],"id":"5c7f0c64-5a31-4fec-a729-719b33ce2ba8","security_groups":[],"mac_address":"fa:16:3e:5e:f0:89","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5267134-91ec-4381-9843-e046151b7c41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.4"}],"id":"8dcdfac4-c8d2-4f6d-9bce-3e9277eaa2c3","security_groups":[],"mac_address":"fa:16:3e:e3:23:c0","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5267134-91ec-4381-9843-e046151b7c41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.8"}],"id":"c2de4684-3bbe-46e6-b5ba-37a13fb7ef25","security_groups":["14783e95-a4d1-4ce2-8c0b-2418a99e5c42"],"mac_address":"fa:16:3e:36:fd:dd","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:10Z","binding:vnic_type":"normal","device_id":"c5190233-ee0d-4915-96af-40fee7e3dc8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.3"}],"id":"d497a2aa-d0c3-4bd4-b602-e2bc4958cec8","security_groups":[],"mac_address":"fa:16:3e:3d:6d:d2","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5267134-91ec-4381-9843-e046151b7c41"}]} 2018-09-04 22:17:30,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-2436cf17-acbe-45ef-ba7a-1e7588799921 2018-09-04 22:17:30,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name"}}' 2018-09-04 22:17:31,928 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:17:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f468505e-31d3-4a39-803d-cbaada67f862 x-compute-request-id: req-f468505e-31d3-4a39-803d-cbaada67f862 Content-Length: 0 Content-Type: application/json 2018-09-04 22:17:31,928 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e/action used request id req-f468505e-31d3-4a39-803d-cbaada67f862 2018-09-04 22:17:31,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:32,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-487834de-0a6d-4b2c-ae41-b630c84f2d66 x-compute-request-id: req-487834de-0a6d-4b2c-ae41-b630c84f2d66 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:fd:dd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:17:18.000000", "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name"}], "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:17:20Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:32,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-487834de-0a6d-4b2c-ae41-b630c84f2d66 2018-09-04 22:17:32,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:32,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b4c09d26-c55b-47b9-b203-bbe5dc25b07a Date: Tue, 04 Sep 2018 22:17:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ecbbdfbd-3e35-4fdd-b225-bb29968c17c6"],"updated_at":"2018-09-04T22:17:04Z","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"272810704ac94db1b68ed27a999950eb","id":"b5267134-91ec-4381-9843-e046151b7c41","name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net"}]} 2018-09-04 22:17:32,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net used request id req-b4c09d26-c55b-47b9-b203-bbe5dc25b07a 2018-09-04 22:17:32,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:32,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d84fb5-eae3-44e9-b5a9-1bd1c52040bc Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}} 2018-09-04 22:17:32,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb used request id req-78d84fb5-eae3-44e9-b5a9-1bd1c52040bc 2018-09-04 22:17:32,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:32,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7c1d7024-8401-49cc-85cd-776f220c5b80 Date: Tue, 04 Sep 2018 22:17:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:04Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"272810704ac94db1b68ed27a999950eb","id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet"}]} 2018-09-04 22:17:32,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-7c1d7024-8401-49cc-85cd-776f220c5b80 2018-09-04 22:17:32,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:33,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-9a302b43-b7fb-41b4-8065-11018bf06b0c Date: Tue, 04 Sep 2018 22:17:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.2"}],"id":"5c7f0c64-5a31-4fec-a729-719b33ce2ba8","security_groups":[],"mac_address":"fa:16:3e:5e:f0:89","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5267134-91ec-4381-9843-e046151b7c41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.4"}],"id":"8dcdfac4-c8d2-4f6d-9bce-3e9277eaa2c3","security_groups":[],"mac_address":"fa:16:3e:e3:23:c0","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5267134-91ec-4381-9843-e046151b7c41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:31Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.8"}],"id":"c2de4684-3bbe-46e6-b5ba-37a13fb7ef25","security_groups":["14783e95-a4d1-4ce2-8c0b-2418a99e5c42","90b7912f-15c3-4c81-b208-39b4cdb0b4f2"],"mac_address":"fa:16:3e:36:fd:dd","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:10Z","binding:vnic_type":"normal","device_id":"c5190233-ee0d-4915-96af-40fee7e3dc8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:17:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ecbbdfbd-3e35-4fdd-b225-bb29968c17c6","ip_address":"10.55.0.3"}],"id":"d497a2aa-d0c3-4bd4-b602-e2bc4958cec8","security_groups":[],"mac_address":"fa:16:3e:3d:6d:d2","project_id":"272810704ac94db1b68ed27a999950eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5267134-91ec-4381-9843-e046151b7c41","tenant_id":"272810704ac94db1b68ed27a999950eb","created_at":"2018-09-04T22:17:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5267134-91ec-4381-9843-e046151b7c41"}]} 2018-09-04 22:17:33,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=b5267134-91ec-4381-9843-e046151b7c41 used request id req-9a302b43-b7fb-41b4-8065-11018bf06b0c 2018-09-04 22:17:33,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b4e1c71f099bbc862c4e19456b4cb8ac22363b" 2018-09-04 22:17:33,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32c40820-e9d7-4299-8e1b-5083730a0a78 x-compute-request-id: req-32c40820-e9d7-4299-8e1b-5083730a0a78 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:fd:dd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:17:18.000000", "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name"}], "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:17:20Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:33,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-32c40820-e9d7-4299-8e1b-5083730a0a78 2018-09-04 22:17:33,764 - create_instance - INFO - Deleting Port with ID - c2de4684-3bbe-46e6-b5ba-37a13fb7ef25 2018-09-04 22:17:33,764 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-port 2018-09-04 22:17:33,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/c2de4684-3bbe-46e6-b5ba-37a13fb7ef25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:34,231 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-791dac69-35aa-4b1d-8e09-e353c6467368 Date: Tue, 04 Sep 2018 22:17:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:17:34,231 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/c2de4684-3bbe-46e6-b5ba-37a13fb7ef25 used request id req-791dac69-35aa-4b1d-8e09-e353c6467368 2018-09-04 22:17:34,232 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst 2018-09-04 22:17:34,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:34,415 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:17:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-561e2edf-7d92-4a8b-8dce-f4e2c0f02e23 x-compute-request-id: req-561e2edf-7d92-4a8b-8dce-f4e2c0f02e23 Content-Type: application/json 2018-09-04 22:17:34,415 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-561e2edf-7d92-4a8b-8dce-f4e2c0f02e23 2018-09-04 22:17:34,416 - create_instance - INFO - Checking deletion status 2018-09-04 22:17:34,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:34,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61eddbe9-5954-4b43-b301-c5c6c5d36751 x-compute-request-id: req-61eddbe9-5954-4b43-b301-c5c6c5d36751 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:17:18.000000", "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:17:34Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:34,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-61eddbe9-5954-4b43-b301-c5c6c5d36751 2018-09-04 22:17:34,517 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst] is - ACTIVE 2018-09-04 22:17:34,517 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:17:37,520 - create_instance - DEBUG - VM status query timeout in 296.895555973 2018-09-04 22:17:37,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:37,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47d5dd26-544c-4f32-be00-1b9a5e7a41d0 x-compute-request-id: req-47d5dd26-544c-4f32-be00-1b9a5e7a41d0 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:17:18.000000", "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:17:34Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:37,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-47d5dd26-544c-4f32-be00-1b9a5e7a41d0 2018-09-04 22:17:37,628 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst] is - ACTIVE 2018-09-04 22:17:37,628 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:17:40,631 - create_instance - DEBUG - VM status query timeout in 293.784640074 2018-09-04 22:17:40,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:40,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3518bb3-1c6a-404b-b8f3-220077c5b576 x-compute-request-id: req-b3518bb3-1c6a-404b-b8f3-220077c5b576 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e", "rel": "bookmark"}], "image": {"id": "7458f71a-beb7-4b44-b630-330782583428", "links": [{"href": "http://172.30.9.26:8774/images/7458f71a-beb7-4b44-b630-330782583428", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:17:18.000000", "flavor": {"id": "098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "links": [{"href": "http://172.30.9.26:8774/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01", "rel": "bookmark"}]}, "id": "c5190233-ee0d-4915-96af-40fee7e3dc8e", "user_id": "19e91a21f8214318976b2ceb6175a22c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:17:40Z", "hostId": "c927e2417443c9d6a20487888cbe68eb6b493e40c378a4edec85e838", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst", "created": "2018-09-04T22:17:13Z", "tenant_id": "272810704ac94db1b68ed27a999950eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:17:40,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-b3518bb3-1c6a-404b-b8f3-220077c5b576 2018-09-04 22:17:40,889 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst] is - ACTIVE 2018-09-04 22:17:40,889 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:17:43,892 - create_instance - DEBUG - VM status query timeout in 290.523694038 2018-09-04 22:17:43,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9f38ee8196157a2547faef51c2f1dcead405dc" 2018-09-04 22:17:43,946 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:17:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fa216d46-44a5-4859-816d-4e55fcba189f x-compute-request-id: req-fa216d46-44a5-4859-816d-4e55fcba189f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c5190233-ee0d-4915-96af-40fee7e3dc8e could not be found.", "code": 404}} 2018-09-04 22:17:43,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c5190233-ee0d-4915-96af-40fee7e3dc8e used request id req-fa216d46-44a5-4859-816d-4e55fcba189f 2018-09-04 22:17:43,947 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c5190233-ee0d-4915-96af-40fee7e3dc8e could not be found. (HTTP 404) (Request-ID: req-fa216d46-44a5-4859-816d-4e55fcba189f) 2018-09-04 22:17:43,947 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-inst 2018-09-04 22:17:43,948 - neutron_utils - INFO - Deleting security group rule with ID - b4169229-09ad-469b-8245-99a4044b2355 2018-09-04 22:17:43,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/b4169229-09ad-469b-8245-99a4044b2355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:44,216 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73c679fc-91b2-4d57-ad72-78be8ffe838b Content-Length: 0 Date: Tue, 04 Sep 2018 22:17:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:17:44,216 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/b4169229-09ad-469b-8245-99a4044b2355 used request id req-73c679fc-91b2-4d57-ad72-78be8ffe838b 2018-09-04 22:17:44,217 - neutron_utils - INFO - Deleting security group rule with ID - 47b1fabe-d29b-4617-b8c9-5009bc2f0a40 2018-09-04 22:17:44,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/47b1fabe-d29b-4617-b8c9-5009bc2f0a40 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:44,328 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-037a25e0-8ddc-41df-9782-94099d3b6f47 Content-Length: 0 Date: Tue, 04 Sep 2018 22:17:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:17:44,328 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/47b1fabe-d29b-4617-b8c9-5009bc2f0a40 used request id req-037a25e0-8ddc-41df-9782-94099d3b6f47 2018-09-04 22:17:44,328 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-name 2018-09-04 22:17:44,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/90b7912f-15c3-4c81-b208-39b4cdb0b4f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}262fdf499e9afd4dba12ab48c3ec37e97ecccdc6" 2018-09-04 22:17:44,647 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c62fc90f-b286-4461-9993-8b63213a38d5 Content-Length: 0 Date: Tue, 04 Sep 2018 22:17:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:17:44,647 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/90b7912f-15c3-4c81-b208-39b4cdb0b4f2 used request id req-c62fc90f-b286-4461-9993-8b63213a38d5 2018-09-04 22:17:44,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42daa0ad14f89d56c05e0595f764be99bd9ce6d1" 2018-09-04 22:17:44,690 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:17:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47bf84a5-0fdd-40ce-9fdd-89a8f403f094 x-compute-request-id: req-47bf84a5-0fdd-40ce-9fdd-89a8f403f094 Content-Length: 0 Content-Type: application/json 2018-09-04 22:17:44,690 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/098fbf2c-48a4-434a-aeb8-2bbc06cc8c01 used request id req-47bf84a5-0fdd-40ce-9fdd-89a8f403f094 2018-09-04 22:17:44,691 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet 2018-09-04 22:17:44,691 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-subnet 2018-09-04 22:17:44,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/ecbbdfbd-3e35-4fdd-b225-bb29968c17c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c2a3bd58893a6755dcd5a8f7f00c3031c17cdf" 2018-09-04 22:17:47,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e54a946e-1121-42f8-a33d-071786ad42a5 Date: Tue, 04 Sep 2018 22:17:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:17:47,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/ecbbdfbd-3e35-4fdd-b225-bb29968c17c6 used request id req-e54a946e-1121-42f8-a33d-071786ad42a5 2018-09-04 22:17:47,226 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-pub-net 2018-09-04 22:17:47,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/b5267134-91ec-4381-9843-e046151b7c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c2a3bd58893a6755dcd5a8f7f00c3031c17cdf" 2018-09-04 22:17:48,531 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a94feca2-5170-41b0-87ca-9b6193d97d27 Date: Tue, 04 Sep 2018 22:17:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:17:48,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/b5267134-91ec-4381-9843-e046151b7c41 used request id req-a94feca2-5170-41b0-87ca-9b6193d97d27 2018-09-04 22:17:48,532 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-6f6ebc9f-b0e7-40cc-bfde-fd82567f919a-image 2018-09-04 22:17:48,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/7458f71a-beb7-4b44-b630-330782583428 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6b719a906338a1ddc970f047f946124e2d44706f" 2018-09-04 22:17:50,312 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e9ba9778-7c08-477a-ad10-cabf32b8bf67 Date: Tue, 04 Sep 2018 22:17:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:17:50,312 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/7458f71a-beb7-4b44-b630-330782583428 used request id req-e9ba9778-7c08-477a-ad10-cabf32b8bf67 2018-09-04 22:17:50,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:17:50,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-f891fb5a-a153-4853-bded-b59c4e684ba4 Date: Tue, 04 Sep 2018 22:17:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:03Z", "updated_at": "2018-09-04T22:17:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:03Z", "revision_number": 0, "id": "31c26001-b07c-4ffd-b1f1-49b5df170786", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:03Z", "security_group_id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "tenant_id": "272810704ac94db1b68ed27a999950eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "272810704ac94db1b68ed27a999950eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:03Z", "revision_number": 0, "id": "72c308ba-1270-4aa5-bcd1-bdb0d9d472b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:03Z", "security_group_id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "tenant_id": "272810704ac94db1b68ed27a999950eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "272810704ac94db1b68ed27a999950eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:03Z", "revision_number": 0, "id": "9dd7b4cd-c3f7-404d-8887-d7c8665aa0e2", "remote_group_id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:03Z", "security_group_id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "tenant_id": "272810704ac94db1b68ed27a999950eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "272810704ac94db1b68ed27a999950eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:03Z", "revision_number": 0, "id": "fea3a457-1598-431d-90b8-8d0188cc1d54", "remote_group_id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:03Z", "security_group_id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "tenant_id": "272810704ac94db1b68ed27a999950eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "272810704ac94db1b68ed27a999950eb"}], "revision_number": 4, "project_id": "272810704ac94db1b68ed27a999950eb", "id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:17:50,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-f891fb5a-a153-4853-bded-b59c4e684ba4 2018-09-04 22:17:50,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:17:50,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9abf1d01-a959-44c2-b9ea-5259813aea31 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:17:50,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-9abf1d01-a959-44c2-b9ea-5259813aea31 2018-09-04 22:17:50,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:17:50,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7bfd148-c18e-4925-8aef-54f6dc47c854 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb"}, "enabled": true, "id": "272810704ac94db1b68ed27a999950eb", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a679096-f0f2-41c-proj"}} 2018-09-04 22:17:50,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb used request id req-f7bfd148-c18e-4925-8aef-54f6dc47c854 2018-09-04 22:17:50,759 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 14783e95-a4d1-4ce2-8c0b-2418a99e5c42 2018-09-04 22:17:50,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=14783e95-a4d1-4ce2-8c0b-2418a99e5c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:17:50,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1b0cc743-6102-4ad9-a30a-bc6093708e96 Date: Tue, 04 Sep 2018 22:17:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:03Z", "security_group_id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:03Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "31c26001-b07c-4ffd-b1f1-49b5df170786"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:03Z", "security_group_id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:03Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "72c308ba-1270-4aa5-bcd1-bdb0d9d472b5"}, {"remote_group_id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:03Z", "security_group_id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:03Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "9dd7b4cd-c3f7-404d-8887-d7c8665aa0e2"}, {"remote_group_id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:03Z", "security_group_id": "14783e95-a4d1-4ce2-8c0b-2418a99e5c42", "port_range_min": null, "revision_number": 0, "tenant_id": "272810704ac94db1b68ed27a999950eb", "created_at": "2018-09-04T22:17:03Z", "project_id": "272810704ac94db1b68ed27a999950eb", "id": "fea3a457-1598-431d-90b8-8d0188cc1d54"}]} 2018-09-04 22:17:50,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=14783e95-a4d1-4ce2-8c0b-2418a99e5c42 used request id req-1b0cc743-6102-4ad9-a30a-bc6093708e96 2018-09-04 22:17:50,945 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:17:50,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/14783e95-a4d1-4ce2-8c0b-2418a99e5c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:17:51,250 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff43ff68-4f79-4c5d-b63b-262e019bc597 Content-Length: 0 Date: Tue, 04 Sep 2018 22:17:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:17:51,250 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/14783e95-a4d1-4ce2-8c0b-2418a99e5c42 used request id req-ff43ff68-4f79-4c5d-b63b-262e019bc597 2018-09-04 22:17:51,251 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-0a679096-f0f2-41c-proj 2018-09-04 22:17:51,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:17:51,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:17:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e73bc0e0-27af-4a13-812b-023c5cc9e868 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:17:51,482 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/272810704ac94db1b68ed27a999950eb used request id req-e73bc0e0-27af-4a13-812b-023c5cc9e868 2018-09-04 22:17:51,482 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-0a679096-f0f2-41c-proj-role 2018-09-04 22:17:51,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/f0fa88665dc14ce7827d78fea9c9954e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:17:51,598 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:17:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60575039-7e8a-4efe-8fbd-0023727ea304 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:17:51,598 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/f0fa88665dc14ce7827d78fea9c9954e used request id req-60575039-7e8a-4efe-8fbd-0023727ea304 2018-09-04 22:17:51,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2473cb7d9597bc40b5b888772a08dc4523dd9c8d" 2018-09-04 22:17:51,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c63d88c-d30f-44db-989b-d3164177d986 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:17:51,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8c63d88c-d30f-44db-989b-d3164177d986 2018-09-04 22:17:51,691 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-0a679096-f0f2-41c-user 2018-09-04 22:17:51,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/19e91a21f8214318976b2ceb6175a22c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728f7434a13fa9a3675356f8e991d9cb085aef27" 2018-09-04 22:17:51,901 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:17:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-326113cc-dc76-48d4-861e-5d9219172234 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:17:51,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/19e91a21f8214318976b2ceb6175a22c used request id req-326113cc-dc76-48d4-861e-5d9219172234 2018-09-04 22:17:51,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:17:52,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:17:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["r-P3JWnSTrKNv-LgUMnddA"], "issued_at": "2018-09-04T22:17:52.000000Z"}} 2018-09-04 22:17:52,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec24dd39bbb013e00c418de6d74b958a826e1c9" 2018-09-04 22:17:52,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4edfe42e-753f-4006-aca6-2bd6009e6a0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:17:52,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4edfe42e-753f-4006-aca6-2bd6009e6a0e 2018-09-04 22:17:52,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:17:52,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:17:52,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:17:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["cgrE7bgDQNStFi-QILQzCw"], "issued_at": "2018-09-04T22:17:52.000000Z"}} 2018-09-04 22:17:52,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:17:52,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a0cd25b-eff5-4c7c-9f1c-be4bf6bb3043 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:17:52,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8a0cd25b-eff5-4c7c-9f1c-be4bf6bb3043 2018-09-04 22:17:52,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:17:52,851 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:17:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:17:52,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-bac740e1-a0eb-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:17:52,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-667381b0-a674-4e5d-bcc2-89d297c3bacc Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-bac740e1-a0eb-428-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:17:52,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-bac740e1-a0eb-428-proj used request id req-667381b0-a674-4e5d-bcc2-89d297c3bacc 2018-09-04 22:17:52,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:17:53,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42930242-4509-41cf-bec6-99c9439b930a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:17:53,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-42930242-4509-41cf-bec6-99c9439b930a 2018-09-04 22:17:53,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}}' 2018-09-04 22:17:53,150 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:17:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f72c560b-8a7f-46af-9191-fcaebfd5a3e9 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}} 2018-09-04 22:17:53,150 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-f72c560b-8a7f-46af-9191-fcaebfd5a3e9 2018-09-04 22:17:53,150 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-bac740e1-a0eb-428-proj 2018-09-04 22:17:53,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:17:53,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:17:53,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:17:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["QW-Ung7QQne-ngmsmsJeJg"], "issued_at": "2018-09-04T22:17:53.000000Z"}} 2018-09-04 22:17:53,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7656fbc641733bfa709083b7c3d74106fd5094d" 2018-09-04 22:17:53,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6088f7be-6c65-454c-acff-033ead4d64e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:17:53,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6088f7be-6c65-454c-acff-033ead4d64e1 2018-09-04 22:17:53,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:17:53,550 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:17:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:17:53,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7656fbc641733bfa709083b7c3d74106fd5094d" 2018-09-04 22:17:53,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86b20ac1-357e-47b9-9d6c-416089481bed Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:17:53,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-86b20ac1-357e-47b9-9d6c-416089481bed 2018-09-04 22:17:53,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-bac740e1-a0eb-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7656fbc641733bfa709083b7c3d74106fd5094d" 2018-09-04 22:17:53,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-295dbc81-bb3a-4d7f-ba25-af44529cee3f Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-bac740e1-a0eb-428-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}]} 2018-09-04 22:17:53,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-bac740e1-a0eb-428-proj used request id req-295dbc81-bb3a-4d7f-ba25-af44529cee3f 2018-09-04 22:17:53,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7656fbc641733bfa709083b7c3d74106fd5094d" 2018-09-04 22:17:53,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75b90f06-4952-43de-b34e-888c07e783d6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:17:53,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-75b90f06-4952-43de-b34e-888c07e783d6 2018-09-04 22:17:54,210 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-bac740e1-a0eb-428-user 2018-09-04 22:17:54,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:17:54,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:17:54,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0612d02d-1bd7-4432-bef7-b23e03a2e616 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:17:54,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0612d02d-1bd7-4432-bef7-b23e03a2e616 2018-09-04 22:17:54,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" -d '{"role": {"name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj-role"}}' 2018-09-04 22:17:54,533 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:17:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9586abd8-7dfd-4318-9c85-3342624fabaf Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7ab1f1a4b88243dc82dc935db4f2cb30", "links": {"self": "http://172.30.9.26:5000/v3/roles/7ab1f1a4b88243dc82dc935db4f2cb30"}, "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj-role"}} 2018-09-04 22:17:54,533 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-9586abd8-7dfd-4318-9c85-3342624fabaf 2018-09-04 22:17:54,533 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-bac740e1-a0eb-428-proj-role 2018-09-04 22:17:54,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/7ab1f1a4b88243dc82dc935db4f2cb30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:17:54,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-051dad94-1c35-4b9b-a17a-4561c6e9067d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/7ab1f1a4b88243dc82dc935db4f2cb30"}, "domain_id": null, "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj-role", "id": "7ab1f1a4b88243dc82dc935db4f2cb30"}} 2018-09-04 22:17:54,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/7ab1f1a4b88243dc82dc935db4f2cb30 used request id req-051dad94-1c35-4b9b-a17a-4561c6e9067d 2018-09-04 22:17:54,553 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-bac740e1-a0eb-428-proj-role to project InstanceSecurityGroupTests-bac740e1-a0eb-428-proj 2018-09-04 22:17:54,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d/users/fa1dee6321134e06b2ea48211c9f211d/roles/7ab1f1a4b88243dc82dc935db4f2cb30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:17:54,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:17:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-408ac347-4594-4840-8058-8bbec9dddca9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:17:54,691 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d/users/fa1dee6321134e06b2ea48211c9f211d/roles/7ab1f1a4b88243dc82dc935db4f2cb30 used request id req-408ac347-4594-4840-8058-8bbec9dddca9 2018-09-04 22:17:54,692 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:17:54,693 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:17:54,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:17:54,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:17:55,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7ab1f1a4b88243dc82dc935db4f2cb30", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj-role"}], "expires_at": "2018-09-04T23:17:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91b38e46be60402ca196ad404b1bdc4d", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-user", "id": "fa1dee6321134e06b2ea48211c9f211d"}, "audit_ids": ["hsXaAx3-SvSBQ44LhswN6w"], "issued_at": "2018-09-04T22:17:55.000000Z"}} 2018-09-04 22:17:55,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c54496c06bfe6140b927ad2c8b24f1f2aa3a4cb" 2018-09-04 22:17:55,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1239aa3f-8fbd-4883-845a-587198559de8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:17:55,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1239aa3f-8fbd-4883-845a-587198559de8 2018-09-04 22:17:55,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c54496c06bfe6140b927ad2c8b24f1f2aa3a4cb" 2018-09-04 22:17:55,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-d94f4e52-a3be-44b6-839a-2ed00c727ee1 Date: Tue, 04 Sep 2018 22:17:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image"} 2018-09-04 22:17:55,337 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image used request id req-d94f4e52-a3be-44b6-839a-2ed00c727ee1 2018-09-04 22:17:55,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c54496c06bfe6140b927ad2c8b24f1f2aa3a4cb" 2018-09-04 22:17:55,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-49273f27-5f05-4c79-8099-05f1b029c45c Date: Tue, 04 Sep 2018 22:17:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:17:55,501 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-49273f27-5f05-4c79-8099-05f1b029c45c 2018-09-04 22:17:55,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1c54496c06bfe6140b927ad2c8b24f1f2aa3a4cb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image"}' 2018-09-04 22:17:55,715 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/39824c51-51fc-45ec-aed5-877803948db7 X-Openstack-Request-Id: req-00e4d18b-351f-4ee8-960f-304a15f7e8e0 Date: Tue, 04 Sep 2018 22:17:55 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:17:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:17:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/39824c51-51fc-45ec-aed5-877803948db7", "min_disk": 0, "protected": false, "id": "39824c51-51fc-45ec-aed5-877803948db7", "file": "/v2/images/39824c51-51fc-45ec-aed5-877803948db7/file", "checksum": null, "owner": "91b38e46be60402ca196ad404b1bdc4d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:17:55,715 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-00e4d18b-351f-4ee8-960f-304a15f7e8e0 2018-09-04 22:17:55,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/39824c51-51fc-45ec-aed5-877803948db7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c54496c06bfe6140b927ad2c8b24f1f2aa3a4cb" -d '' 2018-09-04 22:17:57,500 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a78370ed-0dd1-4dd7-998c-b9b1eddadb58 Date: Tue, 04 Sep 2018 22:17:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:17:57,500 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/39824c51-51fc-45ec-aed5-877803948db7/file used request id req-a78370ed-0dd1-4dd7-998c-b9b1eddadb58 2018-09-04 22:17:57,501 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:17:57,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/39824c51-51fc-45ec-aed5-877803948db7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c54496c06bfe6140b927ad2c8b24f1f2aa3a4cb" 2018-09-04 22:17:57,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-5e7d6510-3a50-48e0-b9fe-6e74e4b61e14 Date: Tue, 04 Sep 2018 22:17:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:17:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:17:57Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/39824c51-51fc-45ec-aed5-877803948db7/snap", "metadata": {}}], "self": "/v2/images/39824c51-51fc-45ec-aed5-877803948db7", "min_disk": 0, "protected": false, "id": "39824c51-51fc-45ec-aed5-877803948db7", "file": "/v2/images/39824c51-51fc-45ec-aed5-877803948db7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "91b38e46be60402ca196ad404b1bdc4d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/39824c51-51fc-45ec-aed5-877803948db7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:17:57,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/39824c51-51fc-45ec-aed5-877803948db7 used request id req-5e7d6510-3a50-48e0-b9fe-6e74e4b61e14 2018-09-04 22:17:57,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c54496c06bfe6140b927ad2c8b24f1f2aa3a4cb" 2018-09-04 22:17:57,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-adff8843-14f8-40ea-94b9-714e8dc1944c Date: Tue, 04 Sep 2018 22:17:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:17:57,688 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-adff8843-14f8-40ea-94b9-714e8dc1944c 2018-09-04 22:17:57,690 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image 2018-09-04 22:17:57,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/39824c51-51fc-45ec-aed5-877803948db7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c54496c06bfe6140b927ad2c8b24f1f2aa3a4cb" 2018-09-04 22:17:57,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-d67dceb0-8956-4372-a165-d295fd43fc89 Date: Tue, 04 Sep 2018 22:17:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:17:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:17:57Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/39824c51-51fc-45ec-aed5-877803948db7/snap", "metadata": {}}], "self": "/v2/images/39824c51-51fc-45ec-aed5-877803948db7", "min_disk": 0, "protected": false, "id": "39824c51-51fc-45ec-aed5-877803948db7", "file": "/v2/images/39824c51-51fc-45ec-aed5-877803948db7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "91b38e46be60402ca196ad404b1bdc4d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/39824c51-51fc-45ec-aed5-877803948db7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:17:57,863 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/39824c51-51fc-45ec-aed5-877803948db7 used request id req-d67dceb0-8956-4372-a165-d295fd43fc89 2018-09-04 22:17:57,864 - create_image - DEBUG - Instance status is - active 2018-09-04 22:17:57,864 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image 2018-09-04 22:17:57,864 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image 2018-09-04 22:17:57,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:17:57,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:17:58,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7ab1f1a4b88243dc82dc935db4f2cb30", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj-role"}], "expires_at": "2018-09-04T23:17:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91b38e46be60402ca196ad404b1bdc4d", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-user", "id": "fa1dee6321134e06b2ea48211c9f211d"}, "audit_ids": ["XPt3ZCgORLWQOSbabr1QZQ"], "issued_at": "2018-09-04T22:17:58.000000Z"}} 2018-09-04 22:17:58,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d26a4f89d76ad956cbdcbc722e118dbcba1c619" 2018-09-04 22:17:58,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a3868b7-24ad-4fae-999b-eb922813c6a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:17:58,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3a3868b7-24ad-4fae-999b-eb922813c6a9 2018-09-04 22:17:58,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d26a4f89d76ad956cbdcbc722e118dbcba1c619" 2018-09-04 22:17:58,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1bfc76c1-ff62-4cb5-b735-61ced5abaaab Date: Tue, 04 Sep 2018 22:17:58 GMT RESP BODY: {"networks":[]} 2018-09-04 22:17:58,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net used request id req-1bfc76c1-ff62-4cb5-b735-61ced5abaaab 2018-09-04 22:17:58,512 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net 2018-09-04 22:17:58,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d26a4f89d76ad956cbdcbc722e118dbcba1c619" -d '{"network": {"name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net", "admin_state_up": true}}' 2018-09-04 22:17:59,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-c2897a95-1571-41be-abd6-d480ab2e6720 Date: Tue, 04 Sep 2018 22:17:59 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:17:58Z","is_default":false,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","mtu":1450}} 2018-09-04 22:17:59,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-c2897a95-1571-41be-abd6-d480ab2e6720 2018-09-04 22:17:59,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d26a4f89d76ad956cbdcbc722e118dbcba1c619" 2018-09-04 22:17:59,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-18002f35-faeb-48a1-bffb-66c3d508d827 Date: Tue, 04 Sep 2018 22:17:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:17:58Z","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net"}]} 2018-09-04 22:17:59,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-18002f35-faeb-48a1-bffb-66c3d508d827 2018-09-04 22:17:59,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d26a4f89d76ad956cbdcbc722e118dbcba1c619" 2018-09-04 22:17:59,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0f816596-af38-4a0c-904b-6ed5d0add6ff Date: Tue, 04 Sep 2018 22:17:59 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:17:59,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-0f816596-af38-4a0c-904b-6ed5d0add6ff 2018-09-04 22:17:59,476 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet 2018-09-04 22:17:59,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d26a4f89d76ad956cbdcbc722e118dbcba1c619" -d '{"subnets": [{"ip_version": 4, "network_id": "9f99dbb5-1049-44e8-8c55-b784dd9265f6", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]}' 2018-09-04 22:18:00,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-50281638-bc60-4e7e-9acf-951c70a37c87 Date: Tue, 04 Sep 2018 22:18:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:59Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:59Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"5c39ef2f-d800-455b-bc79-cc853781f28e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]} 2018-09-04 22:18:00,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-50281638-bc60-4e7e-9acf-951c70a37c87 2018-09-04 22:18:00,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d26a4f89d76ad956cbdcbc722e118dbcba1c619" 2018-09-04 22:18:00,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5dc829a5-1a8e-4906-b7d0-39401e80529b Date: Tue, 04 Sep 2018 22:18:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c39ef2f-d800-455b-bc79-cc853781f28e"],"updated_at":"2018-09-04T22:17:59Z","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net"}]} 2018-09-04 22:18:00,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-5dc829a5-1a8e-4906-b7d0-39401e80529b 2018-09-04 22:18:00,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d26a4f89d76ad956cbdcbc722e118dbcba1c619" 2018-09-04 22:18:00,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6a5f2a9b-502d-475f-aaf7-8ad2fb25393b Date: Tue, 04 Sep 2018 22:18:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:59Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"5c39ef2f-d800-455b-bc79-cc853781f28e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]} 2018-09-04 22:18:00,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-6a5f2a9b-502d-475f-aaf7-8ad2fb25393b 2018-09-04 22:18:00,599 - OpenStackNetwork - DEBUG - Network [9f99dbb5-1049-44e8-8c55-b784dd9265f6] created successfully 2018-09-04 22:18:00,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:00,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:00,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:18:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["9c7T_BJlTh-Q0Gqu2sldrA"], "issued_at": "2018-09-04T22:18:00.000000Z"}} 2018-09-04 22:18:00,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eb6d57590fd1e1cb0b15533ae05345ea15e4200" 2018-09-04 22:18:01,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c19429e3-9231-4d07-98a7-cfe575bdf0c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:01,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c19429e3-9231-4d07-98a7-cfe575bdf0c3 2018-09-04 22:18:01,150 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:18:01,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eb6d57590fd1e1cb0b15533ae05345ea15e4200" 2018-09-04 22:18:01,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-69f237c7-8dc3-4139-9291-05d203852247 x-compute-request-id: req-69f237c7-8dc3-4139-9291-05d203852247 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:18:01,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-69f237c7-8dc3-4139-9291-05d203852247 2018-09-04 22:18:01,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eb6d57590fd1e1cb0b15533ae05345ea15e4200" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:18:01,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3700d5b4-8971-4421-b74f-f611328ebc21 x-compute-request-id: req-3700d5b4-8971-4421-b74f-f611328ebc21 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:18:01,389 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-3700d5b4-8971-4421-b74f-f611328ebc21 2018-09-04 22:18:01,390 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:01,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:01,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7ab1f1a4b88243dc82dc935db4f2cb30", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj-role"}], "expires_at": "2018-09-04T23:18:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91b38e46be60402ca196ad404b1bdc4d", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-user", "id": "fa1dee6321134e06b2ea48211c9f211d"}, "audit_ids": ["1C5uGobJQv6ZkaHOfWx3kA"], "issued_at": "2018-09-04T22:18:01.000000Z"}} 2018-09-04 22:18:01,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:01,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6de9be27-cba0-4017-b2d0-f4d4d60634fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:01,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6de9be27-cba0-4017-b2d0-f4d4d60634fd 2018-09-04 22:18:01,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:02,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9c6d7617-cc95-4a91-9151-84cb5e032ab3 Date: Tue, 04 Sep 2018 22:18:02 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:18:02,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name&description=hello+group used request id req-9c6d7617-cc95-4a91-9151-84cb5e032ab3 2018-09-04 22:18:02,031 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name... 2018-09-04 22:18:02,031 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name 2018-09-04 22:18:02,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" -d '{"security_group": {"name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name", "description": "hello group"}}' 2018-09-04 22:18:02,378 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-787526ba-56fa-4d0e-9d46-42c9dc0738b6 Date: Tue, 04 Sep 2018 22:18:02 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "updated_at": "2018-09-04T22:18:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "revision_number": 0, "id": "8296b35a-c86d-420f-9171-4b220256e395", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91b38e46be60402ca196ad404b1bdc4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "revision_number": 0, "id": "b8f08ca1-abbe-4fb8-82c0-c6179e27a14d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91b38e46be60402ca196ad404b1bdc4d"}], "revision_number": 2, "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name"}} 2018-09-04 22:18:02,379 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-787526ba-56fa-4d0e-9d46-42c9dc0738b6 2018-09-04 22:18:02,379 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63ff1226-5ac3-4802-8570-024ca361c5ae 2018-09-04 22:18:02,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=63ff1226-5ac3-4802-8570-024ca361c5ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:02,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-74a8560c-571e-44d9-b42a-814396bb7082 Date: Tue, 04 Sep 2018 22:18:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "8296b35a-c86d-420f-9171-4b220256e395"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "b8f08ca1-abbe-4fb8-82c0-c6179e27a14d"}]} 2018-09-04 22:18:02,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=63ff1226-5ac3-4802-8570-024ca361c5ae used request id req-74a8560c-571e-44d9-b42a-814396bb7082 2018-09-04 22:18:02,551 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63ff1226-5ac3-4802-8570-024ca361c5ae 2018-09-04 22:18:02,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=63ff1226-5ac3-4802-8570-024ca361c5ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:02,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9903d3a8-cbd8-4fec-b42d-6c734a373eb0 Date: Tue, 04 Sep 2018 22:18:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "8296b35a-c86d-420f-9171-4b220256e395"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "b8f08ca1-abbe-4fb8-82c0-c6179e27a14d"}]} 2018-09-04 22:18:02,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=63ff1226-5ac3-4802-8570-024ca361c5ae used request id req-9903d3a8-cbd8-4fec-b42d-6c734a373eb0 2018-09-04 22:18:02,728 - neutron_utils - INFO - Retrieving security group with ID - 63ff1226-5ac3-4802-8570-024ca361c5ae 2018-09-04 22:18:02,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=63ff1226-5ac3-4802-8570-024ca361c5ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:02,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-913f1ac6-e0d1-4e94-bcca-777a9c23a47f Date: Tue, 04 Sep 2018 22:18:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "updated_at": "2018-09-04T22:18:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "revision_number": 0, "id": "8296b35a-c86d-420f-9171-4b220256e395", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91b38e46be60402ca196ad404b1bdc4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "revision_number": 0, "id": "b8f08ca1-abbe-4fb8-82c0-c6179e27a14d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91b38e46be60402ca196ad404b1bdc4d"}], "revision_number": 2, "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name"}]} 2018-09-04 22:18:02,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=63ff1226-5ac3-4802-8570-024ca361c5ae used request id req-913f1ac6-e0d1-4e94-bcca-777a9c23a47f 2018-09-04 22:18:02,924 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63ff1226-5ac3-4802-8570-024ca361c5ae 2018-09-04 22:18:02,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=63ff1226-5ac3-4802-8570-024ca361c5ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:03,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a615722-d5d3-4840-99b9-155fc2fdfad0 Date: Tue, 04 Sep 2018 22:18:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "8296b35a-c86d-420f-9171-4b220256e395"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "b8f08ca1-abbe-4fb8-82c0-c6179e27a14d"}]} 2018-09-04 22:18:03,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=63ff1226-5ac3-4802-8570-024ca361c5ae used request id req-5a615722-d5d3-4840-99b9-155fc2fdfad0 2018-09-04 22:18:03,101 - neutron_utils - INFO - Retrieving security group with ID - 63ff1226-5ac3-4802-8570-024ca361c5ae 2018-09-04 22:18:03,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=63ff1226-5ac3-4802-8570-024ca361c5ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:03,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-77da45f7-edd8-4e2b-9e9c-60fbe695c931 Date: Tue, 04 Sep 2018 22:18:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "updated_at": "2018-09-04T22:18:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "revision_number": 0, "id": "8296b35a-c86d-420f-9171-4b220256e395", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91b38e46be60402ca196ad404b1bdc4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "revision_number": 0, "id": "b8f08ca1-abbe-4fb8-82c0-c6179e27a14d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91b38e46be60402ca196ad404b1bdc4d"}], "revision_number": 2, "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name"}]} 2018-09-04 22:18:03,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=63ff1226-5ac3-4802-8570-024ca361c5ae used request id req-77da45f7-edd8-4e2b-9e9c-60fbe695c931 2018-09-04 22:18:03,304 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63ff1226-5ac3-4802-8570-024ca361c5ae 2018-09-04 22:18:03,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=63ff1226-5ac3-4802-8570-024ca361c5ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:03,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-115348d0-0be8-49bc-b327-446a556fca59 Date: Tue, 04 Sep 2018 22:18:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "8296b35a-c86d-420f-9171-4b220256e395"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "b8f08ca1-abbe-4fb8-82c0-c6179e27a14d"}]} 2018-09-04 22:18:03,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=63ff1226-5ac3-4802-8570-024ca361c5ae used request id req-115348d0-0be8-49bc-b327-446a556fca59 2018-09-04 22:18:03,485 - neutron_utils - INFO - Retrieving security group with ID - 63ff1226-5ac3-4802-8570-024ca361c5ae 2018-09-04 22:18:03,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=63ff1226-5ac3-4802-8570-024ca361c5ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:03,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-8db8dfef-6c5f-4d96-8b17-fef7543c2fdc Date: Tue, 04 Sep 2018 22:18:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "updated_at": "2018-09-04T22:18:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "revision_number": 0, "id": "8296b35a-c86d-420f-9171-4b220256e395", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91b38e46be60402ca196ad404b1bdc4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "revision_number": 0, "id": "b8f08ca1-abbe-4fb8-82c0-c6179e27a14d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91b38e46be60402ca196ad404b1bdc4d"}], "revision_number": 2, "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name"}]} 2018-09-04 22:18:03,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=63ff1226-5ac3-4802-8570-024ca361c5ae used request id req-8db8dfef-6c5f-4d96-8b17-fef7543c2fdc 2018-09-04 22:18:03,670 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63ff1226-5ac3-4802-8570-024ca361c5ae 2018-09-04 22:18:03,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=63ff1226-5ac3-4802-8570-024ca361c5ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:03,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-eb97f432-9062-4f59-9ac4-fc8f6412c525 Date: Tue, 04 Sep 2018 22:18:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "8296b35a-c86d-420f-9171-4b220256e395"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:02Z", "security_group_id": "63ff1226-5ac3-4802-8570-024ca361c5ae", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:18:02Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "b8f08ca1-abbe-4fb8-82c0-c6179e27a14d"}]} 2018-09-04 22:18:03,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=63ff1226-5ac3-4802-8570-024ca361c5ae used request id req-eb97f432-9062-4f59-9ac4-fc8f6412c525 2018-09-04 22:18:03,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:03,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:04,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7ab1f1a4b88243dc82dc935db4f2cb30", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj-role"}], "expires_at": "2018-09-04T23:18:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91b38e46be60402ca196ad404b1bdc4d", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-user", "id": "fa1dee6321134e06b2ea48211c9f211d"}, "audit_ids": ["4d5TGbTyQtqlIGaP8MQSYg"], "issued_at": "2018-09-04T22:18:04.000000Z"}} 2018-09-04 22:18:04,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:04,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd67be6c-d78d-4b67-9470-cd839fa345bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:04,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bd67be6c-d78d-4b67-9470-cd839fa345bf 2018-09-04 22:18:04,239 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:18:04,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:04,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aa95bb8-347a-4e28-b984-32026b63b38c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:04,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7aa95bb8-347a-4e28-b984-32026b63b38c 2018-09-04 22:18:04,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:04,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-49a141fe-a7f1-4698-b1d9-bd07807c1b39 Date: Tue, 04 Sep 2018 22:18:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c39ef2f-d800-455b-bc79-cc853781f28e"],"updated_at":"2018-09-04T22:17:59Z","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net"}]} 2018-09-04 22:18:04,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net used request id req-49a141fe-a7f1-4698-b1d9-bd07807c1b39 2018-09-04 22:18:04,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:18:04,561 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:18:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:18:04,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:04,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29556ea6-fc68-4202-bdee-54bc7b6138f8 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}} 2018-09-04 22:18:04,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d used request id req-29556ea6-fc68-4202-bdee-54bc7b6138f8 2018-09-04 22:18:04,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:04,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-60a63cc6-4a66-42f1-a9d1-a36144d33266 Date: Tue, 04 Sep 2018 22:18:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:59Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"5c39ef2f-d800-455b-bc79-cc853781f28e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]} 2018-09-04 22:18:04,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-60a63cc6-4a66-42f1-a9d1-a36144d33266 2018-09-04 22:18:04,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6&name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:05,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7370d9e7-6de2-4d1a-8d21-f1ca3ad54fea Date: Tue, 04 Sep 2018 22:18:05 GMT RESP BODY: {"ports":[]} 2018-09-04 22:18:05,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6&name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port&admin_state_up=True used request id req-7370d9e7-6de2-4d1a-8d21-f1ca3ad54fea 2018-09-04 22:18:05,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:05,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0b35e020-1c47-47b9-b100-66bc9ef2cd8e x-compute-request-id: req-0b35e020-1c47-47b9-b100-66bc9ef2cd8e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:18:05,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst used request id req-0b35e020-1c47-47b9-b100-66bc9ef2cd8e 2018-09-04 22:18:05,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:05,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-758582c7-ed92-42d2-a80d-4d475688ef73 Date: Tue, 04 Sep 2018 22:18:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c39ef2f-d800-455b-bc79-cc853781f28e"],"updated_at":"2018-09-04T22:17:59Z","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net"}]} 2018-09-04 22:18:05,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net used request id req-758582c7-ed92-42d2-a80d-4d475688ef73 2018-09-04 22:18:05,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:05,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892ba919-62c3-4980-abea-e26f1c379de7 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}} 2018-09-04 22:18:05,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d used request id req-892ba919-62c3-4980-abea-e26f1c379de7 2018-09-04 22:18:05,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:05,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2fedf09e-ac1a-4fd7-ad5e-af9574ff5111 Date: Tue, 04 Sep 2018 22:18:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:59Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"5c39ef2f-d800-455b-bc79-cc853781f28e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]} 2018-09-04 22:18:05,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-2fedf09e-ac1a-4fd7-ad5e-af9574ff5111 2018-09-04 22:18:05,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6&name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:06,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3588bc40-c684-466a-adc3-c8e7e8452f36 Date: Tue, 04 Sep 2018 22:18:06 GMT RESP BODY: {"ports":[]} 2018-09-04 22:18:06,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6&name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port&admin_state_up=True used request id req-3588bc40-c684-466a-adc3-c8e7e8452f36 2018-09-04 22:18:06,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:06,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:06,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7ab1f1a4b88243dc82dc935db4f2cb30", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj-role"}], "expires_at": "2018-09-04T23:18:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91b38e46be60402ca196ad404b1bdc4d", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-user", "id": "fa1dee6321134e06b2ea48211c9f211d"}, "audit_ids": ["CAw3XS9vR_-ozGsC7WA8pg"], "issued_at": "2018-09-04T22:18:06.000000Z"}} 2018-09-04 22:18:06,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9d1afea2f074c6fa27c5667b24289739e9cb6d" 2018-09-04 22:18:06,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1f119d9-fc17-42ba-826b-58e1a1fd9c62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:06,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c1f119d9-fc17-42ba-826b-58e1a1fd9c62 2018-09-04 22:18:06,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:06,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-fb2a0a7c-ecdf-4104-a1a6-985a14213e25 Date: Tue, 04 Sep 2018 22:18:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c39ef2f-d800-455b-bc79-cc853781f28e"],"updated_at":"2018-09-04T22:17:59Z","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net"}]} 2018-09-04 22:18:06,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net used request id req-fb2a0a7c-ecdf-4104-a1a6-985a14213e25 2018-09-04 22:18:06,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:07,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-44905b34-4851-4aed-8732-6fc78df3bb29 Date: Tue, 04 Sep 2018 22:18:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:59Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"5c39ef2f-d800-455b-bc79-cc853781f28e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]} 2018-09-04 22:18:07,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-44905b34-4851-4aed-8732-6fc78df3bb29 2018-09-04 22:18:07,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:07,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-775b989a-3a5a-4556-9f07-cea4b02e395e Date: Tue, 04 Sep 2018 22:18:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c39ef2f-d800-455b-bc79-cc853781f28e"],"updated_at":"2018-09-04T22:17:59Z","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net"}]} 2018-09-04 22:18:07,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net used request id req-775b989a-3a5a-4556-9f07-cea4b02e395e 2018-09-04 22:18:07,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:18:07,320 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:18:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:18:07,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9d1afea2f074c6fa27c5667b24289739e9cb6d" 2018-09-04 22:18:07,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8394d836-8b74-44bf-a601-5c1e0ea4bfd4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}} 2018-09-04 22:18:07,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d used request id req-8394d836-8b74-44bf-a601-5c1e0ea4bfd4 2018-09-04 22:18:07,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:07,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-dcb17369-1dc9-4910-aa76-06064d8c46b5 Date: Tue, 04 Sep 2018 22:18:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:59Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"5c39ef2f-d800-455b-bc79-cc853781f28e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]} 2018-09-04 22:18:07,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-dcb17369-1dc9-4910-aa76-06064d8c46b5 2018-09-04 22:18:07,657 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net 2018-09-04 22:18:07,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" -d '{"port": {"network_id": "9f99dbb5-1049-44e8-8c55-b784dd9265f6", "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port", "admin_state_up": true}}' 2018-09-04 22:18:08,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-d246b8ad-236c-4a04-af7b-60165d3806de Date: Tue, 04 Sep 2018 22:18:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.7"}],"id":"7cfe58ad-1140-4bec-b59a-9123986cb8e0","security_groups":["c35c0890-25f2-41a0-8755-c5b50bebf9d3"],"mac_address":"fa:16:3e:17:41:c1","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port","project_id":"91b38e46be60402ca196ad404b1bdc4d","qos_policy_id":null,"admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:08Z","binding:vnic_type":"normal"}} 2018-09-04 22:18:08,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-d246b8ad-236c-4a04-af7b-60165d3806de 2018-09-04 22:18:08,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:08,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8a7a3ffd-5d44-4a44-bc2a-c2ab4b21aa34 Date: Tue, 04 Sep 2018 22:18:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c39ef2f-d800-455b-bc79-cc853781f28e"],"updated_at":"2018-09-04T22:17:59Z","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net"}]} 2018-09-04 22:18:08,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net used request id req-8a7a3ffd-5d44-4a44-bc2a-c2ab4b21aa34 2018-09-04 22:18:08,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:08,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3c28368-2155-4de7-b65e-bf4db663e47c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}} 2018-09-04 22:18:08,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d used request id req-c3c28368-2155-4de7-b65e-bf4db663e47c 2018-09-04 22:18:08,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:08,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9dcc30bc-9b31-4a02-999d-062b770e4707 Date: Tue, 04 Sep 2018 22:18:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:59Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"5c39ef2f-d800-455b-bc79-cc853781f28e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]} 2018-09-04 22:18:08,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-9dcc30bc-9b31-4a02-999d-062b770e4707 2018-09-04 22:18:09,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6&name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:09,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-ba0e18d0-cda9-4a45-ae60-ce5353d3e2a2 Date: Tue, 04 Sep 2018 22:18:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.7"}],"id":"7cfe58ad-1140-4bec-b59a-9123986cb8e0","security_groups":["c35c0890-25f2-41a0-8755-c5b50bebf9d3"],"mac_address":"fa:16:3e:17:41:c1","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:08Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:18:09,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6&name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port&admin_state_up=True used request id req-ba0e18d0-cda9-4a45-ae60-ce5353d3e2a2 2018-09-04 22:18:09,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:09,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a8edda1-c39f-4412-8bba-743625320999 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}} 2018-09-04 22:18:09,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d used request id req-9a8edda1-c39f-4412-8bba-743625320999 2018-09-04 22:18:09,172 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst 2018-09-04 22:18:09,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:09,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d0d1e0b-e870-4514-90fd-fea904af9627 x-compute-request-id: req-5d0d1e0b-e870-4514-90fd-fea904af9627 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-flavor-name"}]} 2018-09-04 22:18:09,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5d0d1e0b-e870-4514-90fd-fea904af9627 2018-09-04 22:18:09,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:09,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f1a9f02-9f28-4243-a635-786a777cfe59 x-compute-request-id: req-0f1a9f02-9f28-4243-a635-786a777cfe59 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:18:09,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05 used request id req-0f1a9f02-9f28-4243-a635-786a777cfe59 2018-09-04 22:18:09,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:09,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-b151d271-5f92-4dd6-800b-67c44a41816a Date: Tue, 04 Sep 2018 22:18:09 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:17:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:17:57Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/39824c51-51fc-45ec-aed5-877803948db7/snap", "metadata": {}}], "self": "/v2/images/39824c51-51fc-45ec-aed5-877803948db7", "min_disk": 0, "protected": false, "id": "39824c51-51fc-45ec-aed5-877803948db7", "file": "/v2/images/39824c51-51fc-45ec-aed5-877803948db7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "91b38e46be60402ca196ad404b1bdc4d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/39824c51-51fc-45ec-aed5-877803948db7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image"} 2018-09-04 22:18:09,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image used request id req-b151d271-5f92-4dd6-800b-67c44a41816a 2018-09-04 22:18:09,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:09,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-20bfdfb6-b718-4331-ad2d-1c1038796b45 Date: Tue, 04 Sep 2018 22:18:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:18:09,566 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-20bfdfb6-b718-4331-ad2d-1c1038796b45 2018-09-04 22:18:09,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" -d '{"server": {"name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "imageRef": "39824c51-51fc-45ec-aed5-877803948db7", "flavorRef": "1e15bba6-63e2-40d8-a301-171f95e82b05", "max_count": 1, "min_count": 1, "networks": [{"port": "7cfe58ad-1140-4bec-b59a-9123986cb8e0"}], "security_groups": [{"name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name"}]}}' 2018-09-04 22:18:11,822 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:18:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4222f705-cfc3-4c92-8674-d81ff7323d6d x-compute-request-id: req-4222f705-cfc3-4c92-8674-d81ff7323d6d Content-Length: 435 location: http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "adminPass": "j7mchCkmmqCL"}} 2018-09-04 22:18:11,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-4222f705-cfc3-4c92-8674-d81ff7323d6d 2018-09-04 22:18:11,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:12,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-367e47e5-382f-4841-a2d7-67872f85a5af x-compute-request-id: req-367e47e5-382f-4841-a2d7-67872f85a5af Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:18:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:12,191 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-367e47e5-382f-4841-a2d7-67872f85a5af 2018-09-04 22:18:12,191 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst 2018-09-04 22:18:12,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:12,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e84b36f8-0508-41c4-a535-ca8977abf789 x-compute-request-id: req-e84b36f8-0508-41c4-a535-ca8977abf789 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:18:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:12,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-e84b36f8-0508-41c4-a535-ca8977abf789 2018-09-04 22:18:12,607 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst] is - BUILD 2018-09-04 22:18:12,608 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:18:15,611 - create_instance - DEBUG - VM status query timeout in 896.580841064 2018-09-04 22:18:15,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:16,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97898688-080d-4b7e-8e97-bab8ea3204c9 x-compute-request-id: req-97898688-080d-4b7e-8e97-bab8ea3204c9 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "security_groups": [{"name": "default"}], "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:18:12Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:16,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-97898688-080d-4b7e-8e97-bab8ea3204c9 2018-09-04 22:18:16,079 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst] is - BUILD 2018-09-04 22:18:16,079 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:18:19,082 - create_instance - DEBUG - VM status query timeout in 893.109116077 2018-09-04 22:18:19,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:19,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aafe5524-a321-40c3-bad2-b2f7c977f18a x-compute-request-id: req-aafe5524-a321-40c3-bad2-b2f7c977f18a Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:41:c1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:18:16.000000", "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "security_groups": [{"name": "default"}], "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:18:18Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:19,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-aafe5524-a321-40c3-bad2-b2f7c977f18a 2018-09-04 22:18:19,724 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst] is - ACTIVE 2018-09-04 22:18:19,724 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:18:19,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:20,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8feddfe3-3b92-454c-8f08-ec92deb181db x-compute-request-id: req-8feddfe3-3b92-454c-8f08-ec92deb181db Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:41:c1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:18:16.000000", "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "security_groups": [{"name": "default"}], "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:18:18Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:20,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-8feddfe3-3b92-454c-8f08-ec92deb181db 2018-09-04 22:18:20,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:20,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4c857eea-f590-40ba-b581-5aede1d9e963 Date: Tue, 04 Sep 2018 22:18:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c39ef2f-d800-455b-bc79-cc853781f28e"],"updated_at":"2018-09-04T22:17:59Z","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net"}]} 2018-09-04 22:18:20,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net used request id req-4c857eea-f590-40ba-b581-5aede1d9e963 2018-09-04 22:18:20,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:20,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bd1b305-a124-4817-932f-36da5309621b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}} 2018-09-04 22:18:20,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d used request id req-6bd1b305-a124-4817-932f-36da5309621b 2018-09-04 22:18:20,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:20,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a1c97924-c14d-4acd-8b8e-2b7349cb128f Date: Tue, 04 Sep 2018 22:18:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:59Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"5c39ef2f-d800-455b-bc79-cc853781f28e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]} 2018-09-04 22:18:20,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-a1c97924-c14d-4acd-8b8e-2b7349cb128f 2018-09-04 22:18:20,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:20,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-21523430-bb04-4dee-9f4b-0487741922c2 Date: Tue, 04 Sep 2018 22:18:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.2"}],"id":"356778c5-0fe0-4e51-bac0-52ef6c466120","security_groups":[],"mac_address":"fa:16:3e:05:a7:02","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f99dbb5-1049-44e8-8c55-b784dd9265f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.7"}],"id":"7cfe58ad-1140-4bec-b59a-9123986cb8e0","security_groups":["c35c0890-25f2-41a0-8755-c5b50bebf9d3"],"mac_address":"fa:16:3e:17:41:c1","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:08Z","binding:vnic_type":"normal","device_id":"2b8007f6-aeb1-4631-81af-039c51bf2dbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.3"}],"id":"c27fe5a3-df40-4977-bd2a-9ee0edaa9263","security_groups":[],"mac_address":"fa:16:3e:21:a2:0f","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f99dbb5-1049-44e8-8c55-b784dd9265f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.4"}],"id":"d8f8d680-73b6-4648-96af-02577c5ac987","security_groups":[],"mac_address":"fa:16:3e:67:21:ca","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f99dbb5-1049-44e8-8c55-b784dd9265f6"}]} 2018-09-04 22:18:20,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-21523430-bb04-4dee-9f4b-0487741922c2 2018-09-04 22:18:20,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:21,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f10b9984-e968-46e6-8056-042b1ea7e9ff x-compute-request-id: req-f10b9984-e968-46e6-8056-042b1ea7e9ff Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:41:c1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:18:16.000000", "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "security_groups": [{"name": "default"}], "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:18:18Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:21,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-f10b9984-e968-46e6-8056-042b1ea7e9ff 2018-09-04 22:18:21,581 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst] is - ACTIVE 2018-09-04 22:18:21,581 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:18:21,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:22,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00146f51-3012-41d4-aa62-ead64dba224f x-compute-request-id: req-00146f51-3012-41d4-aa62-ead64dba224f Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:41:c1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:18:16.000000", "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "security_groups": [{"name": "default"}], "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:18:18Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:22,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-00146f51-3012-41d4-aa62-ead64dba224f 2018-09-04 22:18:22,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:22,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7fdaeb47-3282-48e7-961f-111dc6c4f9ad Date: Tue, 04 Sep 2018 22:18:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c39ef2f-d800-455b-bc79-cc853781f28e"],"updated_at":"2018-09-04T22:17:59Z","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net"}]} 2018-09-04 22:18:22,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net used request id req-7fdaeb47-3282-48e7-961f-111dc6c4f9ad 2018-09-04 22:18:22,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:22,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d1f9dc5-7e79-460c-b9ad-b24c24dccd6b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}} 2018-09-04 22:18:22,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d used request id req-7d1f9dc5-7e79-460c-b9ad-b24c24dccd6b 2018-09-04 22:18:22,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:22,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f05c377c-3b64-4b96-8857-d8137773ce10 Date: Tue, 04 Sep 2018 22:18:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:59Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"5c39ef2f-d800-455b-bc79-cc853781f28e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]} 2018-09-04 22:18:22,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-f05c377c-3b64-4b96-8857-d8137773ce10 2018-09-04 22:18:22,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:22,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-59c7592f-da80-4353-bb7a-b2b949ad941e Date: Tue, 04 Sep 2018 22:18:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.2"}],"id":"356778c5-0fe0-4e51-bac0-52ef6c466120","security_groups":[],"mac_address":"fa:16:3e:05:a7:02","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f99dbb5-1049-44e8-8c55-b784dd9265f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.7"}],"id":"7cfe58ad-1140-4bec-b59a-9123986cb8e0","security_groups":["c35c0890-25f2-41a0-8755-c5b50bebf9d3"],"mac_address":"fa:16:3e:17:41:c1","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:08Z","binding:vnic_type":"normal","device_id":"2b8007f6-aeb1-4631-81af-039c51bf2dbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.3"}],"id":"c27fe5a3-df40-4977-bd2a-9ee0edaa9263","security_groups":[],"mac_address":"fa:16:3e:21:a2:0f","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f99dbb5-1049-44e8-8c55-b784dd9265f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.4"}],"id":"d8f8d680-73b6-4648-96af-02577c5ac987","security_groups":[],"mac_address":"fa:16:3e:67:21:ca","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f99dbb5-1049-44e8-8c55-b784dd9265f6"}]} 2018-09-04 22:18:22,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-59c7592f-da80-4353-bb7a-b2b949ad941e 2018-09-04 22:18:22,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name"}}' 2018-09-04 22:18:23,736 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:18:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-49a07ef9-d840-4efd-b807-5169c50bce88 x-compute-request-id: req-49a07ef9-d840-4efd-b807-5169c50bce88 Content-Length: 0 Content-Type: application/json 2018-09-04 22:18:23,736 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf/action used request id req-49a07ef9-d840-4efd-b807-5169c50bce88 2018-09-04 22:18:23,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:24,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7ab1f1a4b88243dc82dc935db4f2cb30", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj-role"}], "expires_at": "2018-09-04T23:18:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91b38e46be60402ca196ad404b1bdc4d", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/91b38e46be60402ca196ad404b1bdc4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-user", "id": "fa1dee6321134e06b2ea48211c9f211d"}, "audit_ids": ["Tv5ciMwESayWg1dFH-Dexw"], "issued_at": "2018-09-04T22:18:24.000000Z"}} 2018-09-04 22:18:24,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fe75afb0967616ed2d3167832cd57a2131a6f2" 2018-09-04 22:18:25,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f52d819-5cb5-47c9-a774-dd9ae6f1050c x-compute-request-id: req-2f52d819-5cb5-47c9-a774-dd9ae6f1050c Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:41:c1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:18:16.000000", "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "security_groups": [{"name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name"}, {"name": "default"}], "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:18:18Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:25,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-2f52d819-5cb5-47c9-a774-dd9ae6f1050c 2018-09-04 22:18:25,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:25,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b8d4c2f-4dc1-4905-9e2a-81a4b335f015 x-compute-request-id: req-5b8d4c2f-4dc1-4905-9e2a-81a4b335f015 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:41:c1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:18:16.000000", "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "security_groups": [{"name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name"}, {"name": "default"}], "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:18:18Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:25,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-5b8d4c2f-4dc1-4905-9e2a-81a4b335f015 2018-09-04 22:18:25,618 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst] is - ACTIVE 2018-09-04 22:18:25,618 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:18:25,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:25,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ffa00cb-cbb8-44df-b5f6-c9ac1351917d x-compute-request-id: req-4ffa00cb-cbb8-44df-b5f6-c9ac1351917d Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:41:c1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:18:16.000000", "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "security_groups": [{"name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name"}, {"name": "default"}], "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:18:18Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:25,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-4ffa00cb-cbb8-44df-b5f6-c9ac1351917d 2018-09-04 22:18:25,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:26,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c7266cc7-9f1d-43b8-b127-1e94b79e7d1f Date: Tue, 04 Sep 2018 22:18:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c39ef2f-d800-455b-bc79-cc853781f28e"],"updated_at":"2018-09-04T22:17:59Z","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net"}]} 2018-09-04 22:18:26,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net used request id req-c7266cc7-9f1d-43b8-b127-1e94b79e7d1f 2018-09-04 22:18:26,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:26,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-349d9f15-ab9d-41d7-ab64-1c03e5334f19 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}} 2018-09-04 22:18:26,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d used request id req-349d9f15-ab9d-41d7-ab64-1c03e5334f19 2018-09-04 22:18:26,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:26,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c181e3a0-dfe2-4a59-81a6-36a7e6be974c Date: Tue, 04 Sep 2018 22:18:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:59Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"5c39ef2f-d800-455b-bc79-cc853781f28e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]} 2018-09-04 22:18:26,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-c181e3a0-dfe2-4a59-81a6-36a7e6be974c 2018-09-04 22:18:26,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:26,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-ec1371e2-c0e2-44bd-ad8e-fbfb773f8780 Date: Tue, 04 Sep 2018 22:18:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.2"}],"id":"356778c5-0fe0-4e51-bac0-52ef6c466120","security_groups":[],"mac_address":"fa:16:3e:05:a7:02","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f99dbb5-1049-44e8-8c55-b784dd9265f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.7"}],"id":"7cfe58ad-1140-4bec-b59a-9123986cb8e0","security_groups":["63ff1226-5ac3-4802-8570-024ca361c5ae","c35c0890-25f2-41a0-8755-c5b50bebf9d3"],"mac_address":"fa:16:3e:17:41:c1","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:08Z","binding:vnic_type":"normal","device_id":"2b8007f6-aeb1-4631-81af-039c51bf2dbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.3"}],"id":"c27fe5a3-df40-4977-bd2a-9ee0edaa9263","security_groups":[],"mac_address":"fa:16:3e:21:a2:0f","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f99dbb5-1049-44e8-8c55-b784dd9265f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.4"}],"id":"d8f8d680-73b6-4648-96af-02577c5ac987","security_groups":[],"mac_address":"fa:16:3e:67:21:ca","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f99dbb5-1049-44e8-8c55-b784dd9265f6"}]} 2018-09-04 22:18:26,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-ec1371e2-c0e2-44bd-ad8e-fbfb773f8780 2018-09-04 22:18:26,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:26,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecd9b608-a847-4f57-bf6a-ab31c92b1204 x-compute-request-id: req-ecd9b608-a847-4f57-bf6a-ab31c92b1204 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:41:c1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:18:16.000000", "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "security_groups": [{"name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name"}, {"name": "default"}], "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:18:18Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:26,731 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-ecd9b608-a847-4f57-bf6a-ab31c92b1204 2018-09-04 22:18:26,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:27,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2875b1ac-fc7c-44e8-b669-b17d8cfe15a3 Date: Tue, 04 Sep 2018 22:18:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c39ef2f-d800-455b-bc79-cc853781f28e"],"updated_at":"2018-09-04T22:17:59Z","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net"}]} 2018-09-04 22:18:27,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net used request id req-2875b1ac-fc7c-44e8-b669-b17d8cfe15a3 2018-09-04 22:18:27,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:27,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0c5ee05-5d2f-4ecb-9445-5ed808c1508a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}} 2018-09-04 22:18:27,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d used request id req-f0c5ee05-5d2f-4ecb-9445-5ed808c1508a 2018-09-04 22:18:27,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:27,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3bd9473b-8e06-4bb7-86fe-368531bda492 Date: Tue, 04 Sep 2018 22:18:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:59Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"5c39ef2f-d800-455b-bc79-cc853781f28e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]} 2018-09-04 22:18:27,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-3bd9473b-8e06-4bb7-86fe-368531bda492 2018-09-04 22:18:27,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:27,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-f05e7d33-75c6-40e0-8d92-dc743efe984a Date: Tue, 04 Sep 2018 22:18:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.2"}],"id":"356778c5-0fe0-4e51-bac0-52ef6c466120","security_groups":[],"mac_address":"fa:16:3e:05:a7:02","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f99dbb5-1049-44e8-8c55-b784dd9265f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.7"}],"id":"7cfe58ad-1140-4bec-b59a-9123986cb8e0","security_groups":["63ff1226-5ac3-4802-8570-024ca361c5ae","c35c0890-25f2-41a0-8755-c5b50bebf9d3"],"mac_address":"fa:16:3e:17:41:c1","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:08Z","binding:vnic_type":"normal","device_id":"2b8007f6-aeb1-4631-81af-039c51bf2dbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.3"}],"id":"c27fe5a3-df40-4977-bd2a-9ee0edaa9263","security_groups":[],"mac_address":"fa:16:3e:21:a2:0f","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f99dbb5-1049-44e8-8c55-b784dd9265f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.4"}],"id":"d8f8d680-73b6-4648-96af-02577c5ac987","security_groups":[],"mac_address":"fa:16:3e:67:21:ca","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f99dbb5-1049-44e8-8c55-b784dd9265f6"}]} 2018-09-04 22:18:27,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-f05e7d33-75c6-40e0-8d92-dc743efe984a 2018-09-04 22:18:27,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name"}}' 2018-09-04 22:18:28,355 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:18:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-781b3c7c-9b84-4ab0-9ad6-5396fff52ba0 x-compute-request-id: req-781b3c7c-9b84-4ab0-9ad6-5396fff52ba0 Content-Length: 0 Content-Type: application/json 2018-09-04 22:18:28,355 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf/action used request id req-781b3c7c-9b84-4ab0-9ad6-5396fff52ba0 2018-09-04 22:18:28,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:29,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ff3c756-b104-4fd9-b6d6-ec356d29934c x-compute-request-id: req-0ff3c756-b104-4fd9-b6d6-ec356d29934c Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:41:c1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:18:16.000000", "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "security_groups": [{"name": "default"}], "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:18:18Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:29,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-0ff3c756-b104-4fd9-b6d6-ec356d29934c 2018-09-04 22:18:29,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:29,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-17a7a37c-884b-434d-9e40-29283ae0ef24 Date: Tue, 04 Sep 2018 22:18:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c39ef2f-d800-455b-bc79-cc853781f28e"],"updated_at":"2018-09-04T22:17:59Z","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net"}]} 2018-09-04 22:18:29,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net used request id req-17a7a37c-884b-434d-9e40-29283ae0ef24 2018-09-04 22:18:29,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:29,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22378a4-58b7-465d-8733-03c020707003 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}} 2018-09-04 22:18:29,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d used request id req-b22378a4-58b7-465d-8733-03c020707003 2018-09-04 22:18:29,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:29,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2e1f87fa-ba73-40b5-9f83-11ca0358f2c8 Date: Tue, 04 Sep 2018 22:18:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:17:59Z","dns_nameservers":[],"updated_at":"2018-09-04T22:17:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"91b38e46be60402ca196ad404b1bdc4d","id":"5c39ef2f-d800-455b-bc79-cc853781f28e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet"}]} 2018-09-04 22:18:29,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-2e1f87fa-ba73-40b5-9f83-11ca0358f2c8 2018-09-04 22:18:29,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:29,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-b2e51d43-b1e2-4215-a909-b2c82c5f0eab Date: Tue, 04 Sep 2018 22:18:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.2"}],"id":"356778c5-0fe0-4e51-bac0-52ef6c466120","security_groups":[],"mac_address":"fa:16:3e:05:a7:02","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f99dbb5-1049-44e8-8c55-b784dd9265f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:28Z","device_owner":"compute:nova","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.7"}],"id":"7cfe58ad-1140-4bec-b59a-9123986cb8e0","security_groups":["c35c0890-25f2-41a0-8755-c5b50bebf9d3"],"mac_address":"fa:16:3e:17:41:c1","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:08Z","binding:vnic_type":"normal","device_id":"2b8007f6-aeb1-4631-81af-039c51bf2dbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.3"}],"id":"c27fe5a3-df40-4977-bd2a-9ee0edaa9263","security_groups":[],"mac_address":"fa:16:3e:21:a2:0f","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f99dbb5-1049-44e8-8c55-b784dd9265f6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c39ef2f-d800-455b-bc79-cc853781f28e","ip_address":"10.55.0.4"}],"id":"d8f8d680-73b6-4648-96af-02577c5ac987","security_groups":[],"mac_address":"fa:16:3e:67:21:ca","project_id":"91b38e46be60402ca196ad404b1bdc4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f99dbb5-1049-44e8-8c55-b784dd9265f6","tenant_id":"91b38e46be60402ca196ad404b1bdc4d","created_at":"2018-09-04T22:18:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f99dbb5-1049-44e8-8c55-b784dd9265f6"}]} 2018-09-04 22:18:29,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-b2e51d43-b1e2-4215-a909-b2c82c5f0eab 2018-09-04 22:18:29,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fe75afb0967616ed2d3167832cd57a2131a6f2" 2018-09-04 22:18:30,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbb8f9f3-e320-4738-8cb1-1ddc392a5d83 x-compute-request-id: req-bbb8f9f3-e320-4738-8cb1-1ddc392a5d83 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:41:c1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:18:16.000000", "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "security_groups": [{"name": "default"}], "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:18:18Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:30,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-bbb8f9f3-e320-4738-8cb1-1ddc392a5d83 2018-09-04 22:18:30,271 - create_instance - INFO - Deleting Port with ID - 7cfe58ad-1140-4bec-b59a-9123986cb8e0 2018-09-04 22:18:30,272 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-port 2018-09-04 22:18:30,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/7cfe58ad-1140-4bec-b59a-9123986cb8e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:30,789 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-daf29174-5d91-4bbd-b0ec-fde7807e017f Date: Tue, 04 Sep 2018 22:18:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:18:30,789 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/7cfe58ad-1140-4bec-b59a-9123986cb8e0 used request id req-daf29174-5d91-4bbd-b0ec-fde7807e017f 2018-09-04 22:18:30,789 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst 2018-09-04 22:18:30,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:30,929 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:18:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12ace16f-69cf-45f6-8c35-3c0a197522de x-compute-request-id: req-12ace16f-69cf-45f6-8c35-3c0a197522de Content-Type: application/json 2018-09-04 22:18:30,929 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-12ace16f-69cf-45f6-8c35-3c0a197522de 2018-09-04 22:18:30,929 - create_instance - INFO - Checking deletion status 2018-09-04 22:18:30,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:31,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f02f5979-9a7d-4f1f-9d48-cb8900d0ef8d x-compute-request-id: req-f02f5979-9a7d-4f1f-9d48-cb8900d0ef8d Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:18:16.000000", "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:18:30Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:31,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-f02f5979-9a7d-4f1f-9d48-cb8900d0ef8d 2018-09-04 22:18:31,325 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst] is - ACTIVE 2018-09-04 22:18:31,325 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:18:34,328 - create_instance - DEBUG - VM status query timeout in 296.601431847 2018-09-04 22:18:34,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:34,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01dd9f61-0c46-4983-903e-d9173f34862e x-compute-request-id: req-01dd9f61-0c46-4983-903e-d9173f34862e Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf", "rel": "bookmark"}], "image": {"id": "39824c51-51fc-45ec-aed5-877803948db7", "links": [{"href": "http://172.30.9.26:8774/images/39824c51-51fc-45ec-aed5-877803948db7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:18:16.000000", "flavor": {"id": "1e15bba6-63e2-40d8-a301-171f95e82b05", "links": [{"href": "http://172.30.9.26:8774/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05", "rel": "bookmark"}]}, "id": "2b8007f6-aeb1-4631-81af-039c51bf2dbf", "user_id": "fa1dee6321134e06b2ea48211c9f211d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:18:30Z", "hostId": "5afec0318ed21477076a19aaf51ad4891d2155cb063256b1cbc3e996", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst", "created": "2018-09-04T22:18:11Z", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:18:34,759 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-01dd9f61-0c46-4983-903e-d9173f34862e 2018-09-04 22:18:34,759 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst] is - ACTIVE 2018-09-04 22:18:34,759 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:18:37,762 - create_instance - DEBUG - VM status query timeout in 293.167188883 2018-09-04 22:18:37,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db85ce9b96674c66f7d38e2fcc3b1455c7f2546" 2018-09-04 22:18:37,820 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:18:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf47604e-b464-47b2-b8df-019b75fc8ca3 x-compute-request-id: req-cf47604e-b464-47b2-b8df-019b75fc8ca3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 2b8007f6-aeb1-4631-81af-039c51bf2dbf could not be found.", "code": 404}} 2018-09-04 22:18:37,820 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2b8007f6-aeb1-4631-81af-039c51bf2dbf used request id req-cf47604e-b464-47b2-b8df-019b75fc8ca3 2018-09-04 22:18:37,821 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 2b8007f6-aeb1-4631-81af-039c51bf2dbf could not be found. (HTTP 404) (Request-ID: req-cf47604e-b464-47b2-b8df-019b75fc8ca3) 2018-09-04 22:18:37,821 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-inst 2018-09-04 22:18:37,822 - neutron_utils - INFO - Deleting security group rule with ID - b8f08ca1-abbe-4fb8-82c0-c6179e27a14d 2018-09-04 22:18:37,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/b8f08ca1-abbe-4fb8-82c0-c6179e27a14d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:37,949 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-65d17a2a-7d1a-481f-b723-cee8f0cf70dc Content-Length: 0 Date: Tue, 04 Sep 2018 22:18:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:18:37,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/b8f08ca1-abbe-4fb8-82c0-c6179e27a14d used request id req-65d17a2a-7d1a-481f-b723-cee8f0cf70dc 2018-09-04 22:18:37,949 - neutron_utils - INFO - Deleting security group rule with ID - 8296b35a-c86d-420f-9171-4b220256e395 2018-09-04 22:18:37,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/8296b35a-c86d-420f-9171-4b220256e395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:38,210 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2268f5a1-eb72-415c-b763-dd1ea993f8c4 Content-Length: 0 Date: Tue, 04 Sep 2018 22:18:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:18:38,210 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/8296b35a-c86d-420f-9171-4b220256e395 used request id req-2268f5a1-eb72-415c-b763-dd1ea993f8c4 2018-09-04 22:18:38,211 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-name 2018-09-04 22:18:38,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/63ff1226-5ac3-4802-8570-024ca361c5ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b7aa5275bcb45951e811a94492b816077d94c8" 2018-09-04 22:18:38,504 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-232e44fc-41ac-4cd3-9a84-935cb1e3aec1 Content-Length: 0 Date: Tue, 04 Sep 2018 22:18:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:18:38,504 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/63ff1226-5ac3-4802-8570-024ca361c5ae used request id req-232e44fc-41ac-4cd3-9a84-935cb1e3aec1 2018-09-04 22:18:38,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eb6d57590fd1e1cb0b15533ae05345ea15e4200" 2018-09-04 22:18:38,546 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:18:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e728d854-9b6c-42b2-8649-3fd7d97e6bea x-compute-request-id: req-e728d854-9b6c-42b2-8649-3fd7d97e6bea Content-Length: 0 Content-Type: application/json 2018-09-04 22:18:38,546 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/1e15bba6-63e2-40d8-a301-171f95e82b05 used request id req-e728d854-9b6c-42b2-8649-3fd7d97e6bea 2018-09-04 22:18:38,547 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet 2018-09-04 22:18:38,547 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-subnet 2018-09-04 22:18:38,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/5c39ef2f-d800-455b-bc79-cc853781f28e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d26a4f89d76ad956cbdcbc722e118dbcba1c619" 2018-09-04 22:18:40,831 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a93638e6-282e-493b-824a-97b9fd58985f Date: Tue, 04 Sep 2018 22:18:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:18:40,831 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/5c39ef2f-d800-455b-bc79-cc853781f28e used request id req-a93638e6-282e-493b-824a-97b9fd58985f 2018-09-04 22:18:40,832 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-pub-net 2018-09-04 22:18:40,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/9f99dbb5-1049-44e8-8c55-b784dd9265f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d26a4f89d76ad956cbdcbc722e118dbcba1c619" 2018-09-04 22:18:42,157 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-72549e9a-3cf9-475d-a4ee-c447f7e05cd6 Date: Tue, 04 Sep 2018 22:18:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:18:42,157 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/9f99dbb5-1049-44e8-8c55-b784dd9265f6 used request id req-72549e9a-3cf9-475d-a4ee-c447f7e05cd6 2018-09-04 22:18:42,158 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-5e77af8d-8cb9-4ea7-9994-e6e80a3c0139-image 2018-09-04 22:18:42,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/39824c51-51fc-45ec-aed5-877803948db7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c54496c06bfe6140b927ad2c8b24f1f2aa3a4cb" 2018-09-04 22:18:42,862 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5df20e9e-bef6-4c91-a110-e4277a7521ba Date: Tue, 04 Sep 2018 22:18:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:18:42,862 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/39824c51-51fc-45ec-aed5-877803948db7 used request id req-5df20e9e-bef6-4c91-a110-e4277a7521ba 2018-09-04 22:18:42,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:43,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-3cc6a612-e1b4-4eeb-8f1d-76dc431ce902 Date: Tue, 04 Sep 2018 22:18:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:17:58Z", "updated_at": "2018-09-04T22:17:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:58Z", "revision_number": 0, "id": "55f1f32c-e8e7-419a-a80e-34855fcac11c", "remote_group_id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:58Z", "security_group_id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91b38e46be60402ca196ad404b1bdc4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:58Z", "revision_number": 0, "id": "8453abf9-a013-4a29-897d-1b6ea094d30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:58Z", "security_group_id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91b38e46be60402ca196ad404b1bdc4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:58Z", "revision_number": 0, "id": "9820136c-db09-4b5b-92ed-d76416de5419", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:58Z", "security_group_id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91b38e46be60402ca196ad404b1bdc4d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:17:58Z", "revision_number": 0, "id": "c00ad85b-01a7-4299-86b6-fe1e8baeac4d", "remote_group_id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "remote_ip_prefix": null, "created_at": "2018-09-04T22:17:58Z", "security_group_id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91b38e46be60402ca196ad404b1bdc4d"}], "revision_number": 4, "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:18:43,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-3cc6a612-e1b4-4eeb-8f1d-76dc431ce902 2018-09-04 22:18:43,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:43,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f109feef-6a41-491b-a9e3-edd92eb242ed Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:18:43,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-f109feef-6a41-491b-a9e3-edd92eb242ed 2018-09-04 22:18:43,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:43,316 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:18:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf5376da-417c-405d-a108-2550a680c670 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:18:43,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-cf5376da-417c-405d-a108-2550a680c670 2018-09-04 22:18:43,317 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:18:43,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:43,399 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:18:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1292aacc-a581-4ace-810a-4a1a01992979 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:18:43,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-1292aacc-a581-4ace-810a-4a1a01992979 2018-09-04 22:18:43,399 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:18:43,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:43,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7ed286b-64ef-435c-a111-7d5a32678b8d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:18:43,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-d7ed286b-64ef-435c-a111-7d5a32678b8d 2018-09-04 22:18:43,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:43,578 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:18:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-015c6901-01cc-4719-8342-5804e65183fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:18:43,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-015c6901-01cc-4719-8342-5804e65183fb 2018-09-04 22:18:43,579 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:18:43,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:43,664 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:18:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ece1f03-5d3a-4417-b4f1-8133d9451acc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:18:43,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-7ece1f03-5d3a-4417-b4f1-8133d9451acc 2018-09-04 22:18:43,664 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:18:43,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:43,755 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:18:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8531a44d-acd2-4171-a48d-c0fa316225e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:18:43,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-8531a44d-acd2-4171-a48d-c0fa316225e2 2018-09-04 22:18:43,756 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:18:43,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:43,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-febe7b6d-9638-4c2d-bc4c-5f7841007597 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d"}, "enabled": true, "id": "91b38e46be60402ca196ad404b1bdc4d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-bac740e1-a0eb-428-proj"}} 2018-09-04 22:18:43,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d used request id req-febe7b6d-9638-4c2d-bc4c-5f7841007597 2018-09-04 22:18:43,852 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c35c0890-25f2-41a0-8755-c5b50bebf9d3 2018-09-04 22:18:43,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c35c0890-25f2-41a0-8755-c5b50bebf9d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:44,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2e3df28e-02ed-4cbf-8627-c200b25d2105 Date: Tue, 04 Sep 2018 22:18:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:58Z", "security_group_id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:17:58Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "55f1f32c-e8e7-419a-a80e-34855fcac11c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:58Z", "security_group_id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:17:58Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "8453abf9-a013-4a29-897d-1b6ea094d30b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:58Z", "security_group_id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:17:58Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "9820136c-db09-4b5b-92ed-d76416de5419"}, {"remote_group_id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:17:58Z", "security_group_id": "c35c0890-25f2-41a0-8755-c5b50bebf9d3", "port_range_min": null, "revision_number": 0, "tenant_id": "91b38e46be60402ca196ad404b1bdc4d", "created_at": "2018-09-04T22:17:58Z", "project_id": "91b38e46be60402ca196ad404b1bdc4d", "id": "c00ad85b-01a7-4299-86b6-fe1e8baeac4d"}]} 2018-09-04 22:18:44,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c35c0890-25f2-41a0-8755-c5b50bebf9d3 used request id req-2e3df28e-02ed-4cbf-8627-c200b25d2105 2018-09-04 22:18:44,036 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:18:44,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/c35c0890-25f2-41a0-8755-c5b50bebf9d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:44,332 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9048abc7-0985-4a65-b061-ae35a99134cf Content-Length: 0 Date: Tue, 04 Sep 2018 22:18:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:18:44,332 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/c35c0890-25f2-41a0-8755-c5b50bebf9d3 used request id req-9048abc7-0985-4a65-b061-ae35a99134cf 2018-09-04 22:18:44,333 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-bac740e1-a0eb-428-proj 2018-09-04 22:18:44,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:44,638 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:18:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14ec7c97-d843-4e4c-bcdc-ac73ce3c3204 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:18:44,638 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/91b38e46be60402ca196ad404b1bdc4d used request id req-14ec7c97-d843-4e4c-bcdc-ac73ce3c3204 2018-09-04 22:18:44,638 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-bac740e1-a0eb-428-proj-role 2018-09-04 22:18:44,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/7ab1f1a4b88243dc82dc935db4f2cb30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:44,772 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:18:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8759e501-55d9-43c5-8a30-b7351b09fe8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:18:44,772 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/7ab1f1a4b88243dc82dc935db4f2cb30 used request id req-8759e501-55d9-43c5-8a30-b7351b09fe8d 2018-09-04 22:18:44,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28178fe762e97ea9e1ee492eb6748c05e2a50fd" 2018-09-04 22:18:44,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d0458a0-10cb-4db8-ab0b-26b3c0518e0c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:18:44,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3d0458a0-10cb-4db8-ab0b-26b3c0518e0c 2018-09-04 22:18:44,867 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-bac740e1-a0eb-428-user 2018-09-04 22:18:44,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/fa1dee6321134e06b2ea48211c9f211d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7656fbc641733bfa709083b7c3d74106fd5094d" 2018-09-04 22:18:45,040 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:18:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e9d4c34-bead-4578-bf43-7195b77950cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:18:45,040 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/fa1dee6321134e06b2ea48211c9f211d used request id req-1e9d4c34-bead-4578-bf43-7195b77950cb 2018-09-04 22:18:45,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:45,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["OyWTdMgfQ_exOuTynjiPaA"], "issued_at": "2018-09-04T22:18:45.000000Z"}} 2018-09-04 22:18:45,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92933023c2cf942aac7f33d09e3eb86321fb8ae2" 2018-09-04 22:18:45,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a87ea257-552e-4377-b6d2-59e52f3c5b27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:45,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a87ea257-552e-4377-b6d2-59e52f3c5b27 2018-09-04 22:18:45,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:45,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:45,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["qQP5wiTPSqSrZZ1HbTGFzQ"], "issued_at": "2018-09-04T22:18:45.000000Z"}} 2018-09-04 22:18:45,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:18:45,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8c84220-046e-4790-82a9-023b83d8b3b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:45,974 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a8c84220-046e-4790-82a9-023b83d8b3b8 2018-09-04 22:18:45,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:18:45,984 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:18:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:18:45,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0530276b-e602-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:18:46,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37dd5572-e770-4e1e-81af-364cb7184bcb Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0530276b-e602-4ff-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:18:46,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0530276b-e602-4ff-proj used request id req-37dd5572-e770-4e1e-81af-364cb7184bcb 2018-09-04 22:18:46,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:18:46,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a892ebb-0fc6-47d2-ad5e-ad8c5aa1a6ba Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:18:46,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0a892ebb-0fc6-47d2-ad5e-ad8c5aa1a6ba 2018-09-04 22:18:46,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}}' 2018-09-04 22:18:46,377 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c2648a1-b880-4f1f-8c4f-d13f9517a756 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}} 2018-09-04 22:18:46,377 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3c2648a1-b880-4f1f-8c4f-d13f9517a756 2018-09-04 22:18:46,377 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-0530276b-e602-4ff-proj 2018-09-04 22:18:46,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:46,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:46,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:18:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["IZ-nDwCjQouQI3pqNXeMOw"], "issued_at": "2018-09-04T22:18:46.000000Z"}} 2018-09-04 22:18:46,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96cec94ebcf9cee58cfeacc8ed2637599539282c" 2018-09-04 22:18:46,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24385346-549f-4ea2-82df-25629ac99802 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:46,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-24385346-549f-4ea2-82df-25629ac99802 2018-09-04 22:18:46,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:18:46,853 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:18:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:18:46,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96cec94ebcf9cee58cfeacc8ed2637599539282c" 2018-09-04 22:18:46,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db7fd226-47b8-4c05-827f-850431533f8e Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:18:46,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-db7fd226-47b8-4c05-827f-850431533f8e 2018-09-04 22:18:46,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-0530276b-e602-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96cec94ebcf9cee58cfeacc8ed2637599539282c" 2018-09-04 22:18:46,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-838147a3-dd9e-4c51-a8d5-c47b91cf3bab Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-0530276b-e602-4ff-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}]} 2018-09-04 22:18:46,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=InstanceSecurityGroupTests-0530276b-e602-4ff-proj used request id req-838147a3-dd9e-4c51-a8d5-c47b91cf3bab 2018-09-04 22:18:46,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96cec94ebcf9cee58cfeacc8ed2637599539282c" 2018-09-04 22:18:47,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8cb5033-c62a-466d-8d4c-f99b0104d46c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:18:47,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c8cb5033-c62a-466d-8d4c-f99b0104d46c 2018-09-04 22:18:47,431 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-0530276b-e602-4ff-user 2018-09-04 22:18:47,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:47,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:18:47,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a6921d5-7c94-48ce-aff7-73ebaa5ca091 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:18:47,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3a6921d5-7c94-48ce-aff7-73ebaa5ca091 2018-09-04 22:18:47,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" -d '{"role": {"name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj-role"}}' 2018-09-04 22:18:47,646 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:18:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb538b31-496d-4062-a4f4-6f32705300bd Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c43bf40b735a499b9081dce833dd44d0", "links": {"self": "http://172.30.9.26:5000/v3/roles/c43bf40b735a499b9081dce833dd44d0"}, "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj-role"}} 2018-09-04 22:18:47,646 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-bb538b31-496d-4062-a4f4-6f32705300bd 2018-09-04 22:18:47,647 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-0530276b-e602-4ff-proj-role 2018-09-04 22:18:47,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c43bf40b735a499b9081dce833dd44d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:18:47,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2659b67c-1815-40fe-91db-319a1326531a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c43bf40b735a499b9081dce833dd44d0"}, "domain_id": null, "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj-role", "id": "c43bf40b735a499b9081dce833dd44d0"}} 2018-09-04 22:18:47,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c43bf40b735a499b9081dce833dd44d0 used request id req-2659b67c-1815-40fe-91db-319a1326531a 2018-09-04 22:18:47,739 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-0530276b-e602-4ff-proj-role to project InstanceSecurityGroupTests-0530276b-e602-4ff-proj 2018-09-04 22:18:47,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988/users/9a89c00004074f0e8b51390d4f7ee4df/roles/c43bf40b735a499b9081dce833dd44d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:18:47,889 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:18:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-359c69bd-57f4-4660-b850-23ac01f03589 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:18:47,889 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988/users/9a89c00004074f0e8b51390d4f7ee4df/roles/c43bf40b735a499b9081dce833dd44d0 used request id req-359c69bd-57f4-4660-b850-23ac01f03589 2018-09-04 22:18:47,889 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:18:47,891 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:18:47,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:47,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:48,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c43bf40b735a499b9081dce833dd44d0", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj-role"}], "expires_at": "2018-09-04T23:18:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-user", "id": "9a89c00004074f0e8b51390d4f7ee4df"}, "audit_ids": ["qXNxNDgdQNCjBB8gYdk0UQ"], "issued_at": "2018-09-04T22:18:48.000000Z"}} 2018-09-04 22:18:48,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da6e85dce8c57f692feba87d7be28de5cd732975" 2018-09-04 22:18:48,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bd6d96e-3f5f-4516-8fca-922a77da36b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:48,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1bd6d96e-3f5f-4516-8fca-922a77da36b4 2018-09-04 22:18:48,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6e85dce8c57f692feba87d7be28de5cd732975" 2018-09-04 22:18:48,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-2d787054-3fc6-49c6-b3d9-38d91be55ffd Date: Tue, 04 Sep 2018 22:18:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image"} 2018-09-04 22:18:48,531 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image used request id req-2d787054-3fc6-49c6-b3d9-38d91be55ffd 2018-09-04 22:18:48,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6e85dce8c57f692feba87d7be28de5cd732975" 2018-09-04 22:18:48,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-85199c05-955b-4c9a-a6f0-772fbbb3a6cc Date: Tue, 04 Sep 2018 22:18:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:18:48,686 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-85199c05-955b-4c9a-a6f0-772fbbb3a6cc 2018-09-04 22:18:48,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da6e85dce8c57f692feba87d7be28de5cd732975" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image"}' 2018-09-04 22:18:48,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee X-Openstack-Request-Id: req-34a437f1-ca7a-4d70-8d75-78e1dd17e07d Date: Tue, 04 Sep 2018 22:18:48 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:18:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:18:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "min_disk": 0, "protected": false, "id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "file": "/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee/file", "checksum": null, "owner": "0e3e2a62ffc3412386cfb2c3e3975988", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:18:48,921 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-34a437f1-ca7a-4d70-8d75-78e1dd17e07d 2018-09-04 22:18:48,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6e85dce8c57f692feba87d7be28de5cd732975" -d '' 2018-09-04 22:18:50,249 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8d36f546-705f-496b-a2cc-af792e46fb69 Date: Tue, 04 Sep 2018 22:18:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:18:50,250 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee/file used request id req-8d36f546-705f-496b-a2cc-af792e46fb69 2018-09-04 22:18:50,250 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:18:50,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6e85dce8c57f692feba87d7be28de5cd732975" 2018-09-04 22:18:50,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-e2eb6e8a-dd7e-41f9-b7bf-a24cbee2ce92 Date: Tue, 04 Sep 2018 22:18:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:18:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:18:50Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee/snap", "metadata": {}}], "self": "/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "min_disk": 0, "protected": false, "id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "file": "/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0e3e2a62ffc3412386cfb2c3e3975988", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:18:50,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee used request id req-e2eb6e8a-dd7e-41f9-b7bf-a24cbee2ce92 2018-09-04 22:18:50,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6e85dce8c57f692feba87d7be28de5cd732975" 2018-09-04 22:18:50,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-149a70d3-0030-4fc5-8d30-ac231d50fded Date: Tue, 04 Sep 2018 22:18:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:18:50,571 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-149a70d3-0030-4fc5-8d30-ac231d50fded 2018-09-04 22:18:50,574 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image 2018-09-04 22:18:50,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6e85dce8c57f692feba87d7be28de5cd732975" 2018-09-04 22:18:50,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-965a61b6-0b6c-4ef2-83ba-57d35996787b Date: Tue, 04 Sep 2018 22:18:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:18:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:18:50Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee/snap", "metadata": {}}], "self": "/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "min_disk": 0, "protected": false, "id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "file": "/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0e3e2a62ffc3412386cfb2c3e3975988", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:18:50,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee used request id req-965a61b6-0b6c-4ef2-83ba-57d35996787b 2018-09-04 22:18:50,743 - create_image - DEBUG - Instance status is - active 2018-09-04 22:18:50,744 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image 2018-09-04 22:18:50,744 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image 2018-09-04 22:18:50,744 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:50,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:51,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c43bf40b735a499b9081dce833dd44d0", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj-role"}], "expires_at": "2018-09-04T23:18:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-user", "id": "9a89c00004074f0e8b51390d4f7ee4df"}, "audit_ids": ["om4UrwHJT86JRPPbQsJYuA"], "issued_at": "2018-09-04T22:18:51.000000Z"}} 2018-09-04 22:18:51,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c229a84d8ce9338d6d36d1856cf31a84167fe20b" 2018-09-04 22:18:51,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-672b59b3-121b-4600-af5d-9873a63e29cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:51,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-672b59b3-121b-4600-af5d-9873a63e29cc 2018-09-04 22:18:51,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c229a84d8ce9338d6d36d1856cf31a84167fe20b" 2018-09-04 22:18:51,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f9cbba88-c29f-4c60-be9a-24eb41d00bbc Date: Tue, 04 Sep 2018 22:18:51 GMT RESP BODY: {"networks":[]} 2018-09-04 22:18:51,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net used request id req-f9cbba88-c29f-4c60-be9a-24eb41d00bbc 2018-09-04 22:18:51,321 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net 2018-09-04 22:18:51,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c229a84d8ce9338d6d36d1856cf31a84167fe20b" -d '{"network": {"name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net", "admin_state_up": true}}' 2018-09-04 22:18:51,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-63629107-8d87-4c92-8889-44e1572c8082 Date: Tue, 04 Sep 2018 22:18:51 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"37a38032-afda-444a-8dbc-15f7ad0df56c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:18:51Z","is_default":false,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","mtu":1450}} 2018-09-04 22:18:51,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-63629107-8d87-4c92-8889-44e1572c8082 2018-09-04 22:18:51,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c229a84d8ce9338d6d36d1856cf31a84167fe20b" 2018-09-04 22:18:52,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-0306463f-14ff-47fc-9857-f12273ac7109 Date: Tue, 04 Sep 2018 22:18:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:18:51Z","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"37a38032-afda-444a-8dbc-15f7ad0df56c","name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net"}]} 2018-09-04 22:18:52,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-0306463f-14ff-47fc-9857-f12273ac7109 2018-09-04 22:18:52,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c229a84d8ce9338d6d36d1856cf31a84167fe20b" 2018-09-04 22:18:52,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-10c38d56-3df5-4db3-bc8d-43c4957348eb Date: Tue, 04 Sep 2018 22:18:52 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:18:52,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-10c38d56-3df5-4db3-bc8d-43c4957348eb 2018-09-04 22:18:52,297 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet 2018-09-04 22:18:52,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c229a84d8ce9338d6d36d1856cf31a84167fe20b" -d '{"subnets": [{"ip_version": 4, "network_id": "37a38032-afda-444a-8dbc-15f7ad0df56c", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]}' 2018-09-04 22:18:53,214 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-943701e7-025b-44f8-b513-d26f5d23c273 Date: Tue, 04 Sep 2018 22:18:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:52Z","dns_nameservers":[],"updated_at":"2018-09-04T22:18:52Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"b5f79122-cb74-4829-8c5f-0061127620b7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]} 2018-09-04 22:18:53,214 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-943701e7-025b-44f8-b513-d26f5d23c273 2018-09-04 22:18:53,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c229a84d8ce9338d6d36d1856cf31a84167fe20b" 2018-09-04 22:18:53,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c7c9bfd4-0c59-4b1b-a226-cbaa0dae5124 Date: Tue, 04 Sep 2018 22:18:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5f79122-cb74-4829-8c5f-0061127620b7"],"updated_at":"2018-09-04T22:18:52Z","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"37a38032-afda-444a-8dbc-15f7ad0df56c","name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net"}]} 2018-09-04 22:18:53,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-c7c9bfd4-0c59-4b1b-a226-cbaa0dae5124 2018-09-04 22:18:53,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c229a84d8ce9338d6d36d1856cf31a84167fe20b" 2018-09-04 22:18:53,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-62a97483-7ce6-4a02-941d-0757ac6d7d0e Date: Tue, 04 Sep 2018 22:18:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:52Z","dns_nameservers":[],"updated_at":"2018-09-04T22:18:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"b5f79122-cb74-4829-8c5f-0061127620b7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]} 2018-09-04 22:18:53,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-62a97483-7ce6-4a02-941d-0757ac6d7d0e 2018-09-04 22:18:53,538 - OpenStackNetwork - DEBUG - Network [37a38032-afda-444a-8dbc-15f7ad0df56c] created successfully 2018-09-04 22:18:53,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:53,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:53,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:18:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["lRPR6GpXQOOofmHFRGVH1w"], "issued_at": "2018-09-04T22:18:53.000000Z"}} 2018-09-04 22:18:53,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9979d2e3f765826863eeb113ff5d96f0e7da1ed" 2018-09-04 22:18:54,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d732ffb-0523-461b-b92a-9aec96bb7319 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:54,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0d732ffb-0523-461b-b92a-9aec96bb7319 2018-09-04 22:18:54,022 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:18:54,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9979d2e3f765826863eeb113ff5d96f0e7da1ed" 2018-09-04 22:18:54,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2d6fc84f-1631-4a6d-b477-fcf594cd5c86 x-compute-request-id: req-2d6fc84f-1631-4a6d-b477-fcf594cd5c86 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:18:54,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2d6fc84f-1631-4a6d-b477-fcf594cd5c86 2018-09-04 22:18:54,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9979d2e3f765826863eeb113ff5d96f0e7da1ed" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:18:54,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54e59c90-10d5-456d-b3eb-913b9dc5209a x-compute-request-id: req-54e59c90-10d5-456d-b3eb-913b9dc5209a Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:18:54,269 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-54e59c90-10d5-456d-b3eb-913b9dc5209a 2018-09-04 22:18:54,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:54,271 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:54,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c43bf40b735a499b9081dce833dd44d0", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj-role"}], "expires_at": "2018-09-04T23:18:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-user", "id": "9a89c00004074f0e8b51390d4f7ee4df"}, "audit_ids": ["6T-GCLAgTjW8yUyZabKs0A"], "issued_at": "2018-09-04T22:18:54.000000Z"}} 2018-09-04 22:18:54,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:18:54,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-475653e4-7fd6-4205-85ce-fdc3abb6941e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:54,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-475653e4-7fd6-4205-85ce-fdc3abb6941e 2018-09-04 22:18:54,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:18:54,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9444b2fc-b592-4465-bcc2-a29e7c9aff4f Date: Tue, 04 Sep 2018 22:18:54 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:18:54,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name&description=hello+group used request id req-9444b2fc-b592-4465-bcc2-a29e7c9aff4f 2018-09-04 22:18:54,919 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name... 2018-09-04 22:18:54,919 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name 2018-09-04 22:18:54,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" -d '{"security_group": {"name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name", "description": "hello group"}}' 2018-09-04 22:18:55,258 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b655582e-9f2c-47d2-934a-8c6736e00e98 Date: Tue, 04 Sep 2018 22:18:55 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "updated_at": "2018-09-04T22:18:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "revision_number": 0, "id": "58cae344-2781-45ef-acb4-92e1ab3ed094", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "revision_number": 0, "id": "9510da9a-8f86-495b-976f-023bfacd65df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988"}], "revision_number": 2, "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name"}} 2018-09-04 22:18:55,258 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-b655582e-9f2c-47d2-934a-8c6736e00e98 2018-09-04 22:18:55,259 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04d7d290-7457-42fa-b7a2-7adbfa5477cf 2018-09-04 22:18:55,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=04d7d290-7457-42fa-b7a2-7adbfa5477cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:18:55,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-de2acbf4-b440-4445-8bb5-1a4421a5a024 Date: Tue, 04 Sep 2018 22:18:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "58cae344-2781-45ef-acb4-92e1ab3ed094"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "9510da9a-8f86-495b-976f-023bfacd65df"}]} 2018-09-04 22:18:55,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=04d7d290-7457-42fa-b7a2-7adbfa5477cf used request id req-de2acbf4-b440-4445-8bb5-1a4421a5a024 2018-09-04 22:18:55,437 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04d7d290-7457-42fa-b7a2-7adbfa5477cf 2018-09-04 22:18:55,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=04d7d290-7457-42fa-b7a2-7adbfa5477cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:18:55,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e87f5771-0c90-4caf-ac3a-b8e3f75d8197 Date: Tue, 04 Sep 2018 22:18:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "58cae344-2781-45ef-acb4-92e1ab3ed094"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "9510da9a-8f86-495b-976f-023bfacd65df"}]} 2018-09-04 22:18:55,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=04d7d290-7457-42fa-b7a2-7adbfa5477cf used request id req-e87f5771-0c90-4caf-ac3a-b8e3f75d8197 2018-09-04 22:18:55,648 - neutron_utils - INFO - Retrieving security group with ID - 04d7d290-7457-42fa-b7a2-7adbfa5477cf 2018-09-04 22:18:55,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=04d7d290-7457-42fa-b7a2-7adbfa5477cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:18:55,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-c7a15b78-9315-4eeb-acd9-f9290ecf8a4d Date: Tue, 04 Sep 2018 22:18:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "updated_at": "2018-09-04T22:18:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "revision_number": 0, "id": "58cae344-2781-45ef-acb4-92e1ab3ed094", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "revision_number": 0, "id": "9510da9a-8f86-495b-976f-023bfacd65df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988"}], "revision_number": 2, "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name"}]} 2018-09-04 22:18:55,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=04d7d290-7457-42fa-b7a2-7adbfa5477cf used request id req-c7a15b78-9315-4eeb-acd9-f9290ecf8a4d 2018-09-04 22:18:55,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04d7d290-7457-42fa-b7a2-7adbfa5477cf 2018-09-04 22:18:55,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=04d7d290-7457-42fa-b7a2-7adbfa5477cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:18:56,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9554d914-a676-4be2-9ccf-3fbc1d3e7d62 Date: Tue, 04 Sep 2018 22:18:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "58cae344-2781-45ef-acb4-92e1ab3ed094"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "9510da9a-8f86-495b-976f-023bfacd65df"}]} 2018-09-04 22:18:56,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=04d7d290-7457-42fa-b7a2-7adbfa5477cf used request id req-9554d914-a676-4be2-9ccf-3fbc1d3e7d62 2018-09-04 22:18:56,021 - neutron_utils - INFO - Retrieving security group with ID - 04d7d290-7457-42fa-b7a2-7adbfa5477cf 2018-09-04 22:18:56,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=04d7d290-7457-42fa-b7a2-7adbfa5477cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:18:56,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-c8853c7d-fac0-4e41-a8d1-d2d27438488d Date: Tue, 04 Sep 2018 22:18:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "updated_at": "2018-09-04T22:18:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "revision_number": 0, "id": "58cae344-2781-45ef-acb4-92e1ab3ed094", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "revision_number": 0, "id": "9510da9a-8f86-495b-976f-023bfacd65df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988"}], "revision_number": 2, "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name"}]} 2018-09-04 22:18:56,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=04d7d290-7457-42fa-b7a2-7adbfa5477cf used request id req-c8853c7d-fac0-4e41-a8d1-d2d27438488d 2018-09-04 22:18:56,071 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04d7d290-7457-42fa-b7a2-7adbfa5477cf 2018-09-04 22:18:56,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=04d7d290-7457-42fa-b7a2-7adbfa5477cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:18:56,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c129d815-570d-4a04-b670-1cb4ecbdc1c7 Date: Tue, 04 Sep 2018 22:18:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "58cae344-2781-45ef-acb4-92e1ab3ed094"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "9510da9a-8f86-495b-976f-023bfacd65df"}]} 2018-09-04 22:18:56,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=04d7d290-7457-42fa-b7a2-7adbfa5477cf used request id req-c129d815-570d-4a04-b670-1cb4ecbdc1c7 2018-09-04 22:18:56,323 - neutron_utils - INFO - Retrieving security group with ID - 04d7d290-7457-42fa-b7a2-7adbfa5477cf 2018-09-04 22:18:56,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=04d7d290-7457-42fa-b7a2-7adbfa5477cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:18:56,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-22e188be-5e08-4c6d-b899-0d2c5c1edd10 Date: Tue, 04 Sep 2018 22:18:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "updated_at": "2018-09-04T22:18:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "revision_number": 0, "id": "58cae344-2781-45ef-acb4-92e1ab3ed094", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "revision_number": 0, "id": "9510da9a-8f86-495b-976f-023bfacd65df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988"}], "revision_number": 2, "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name"}]} 2018-09-04 22:18:56,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=04d7d290-7457-42fa-b7a2-7adbfa5477cf used request id req-22e188be-5e08-4c6d-b899-0d2c5c1edd10 2018-09-04 22:18:56,513 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04d7d290-7457-42fa-b7a2-7adbfa5477cf 2018-09-04 22:18:56,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=04d7d290-7457-42fa-b7a2-7adbfa5477cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:18:56,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e7d989a9-c41e-47fc-909a-b62282010230 Date: Tue, 04 Sep 2018 22:18:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "58cae344-2781-45ef-acb4-92e1ab3ed094"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:55Z", "security_group_id": "04d7d290-7457-42fa-b7a2-7adbfa5477cf", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:55Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "9510da9a-8f86-495b-976f-023bfacd65df"}]} 2018-09-04 22:18:56,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=04d7d290-7457-42fa-b7a2-7adbfa5477cf used request id req-e7d989a9-c41e-47fc-909a-b62282010230 2018-09-04 22:18:56,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:56,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:57,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c43bf40b735a499b9081dce833dd44d0", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj-role"}], "expires_at": "2018-09-04T23:18:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-user", "id": "9a89c00004074f0e8b51390d4f7ee4df"}, "audit_ids": ["PzHEPko6R3GOFezf2lPZTA"], "issued_at": "2018-09-04T22:18:57.000000Z"}} 2018-09-04 22:18:57,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:57,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d9ee064-e130-42fc-8d29-1c83baf0f960 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:57,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5d9ee064-e130-42fc-8d29-1c83baf0f960 2018-09-04 22:18:57,152 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:18:57,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:57,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f2d10df-ca3f-439d-80f9-c7d7ec9c2498 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:57,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3f2d10df-ca3f-439d-80f9-c7d7ec9c2498 2018-09-04 22:18:57,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:57,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f8783731-15dd-49a5-beeb-2486d51e8122 Date: Tue, 04 Sep 2018 22:18:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5f79122-cb74-4829-8c5f-0061127620b7"],"updated_at":"2018-09-04T22:18:52Z","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"37a38032-afda-444a-8dbc-15f7ad0df56c","name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net"}]} 2018-09-04 22:18:57,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net used request id req-f8783731-15dd-49a5-beeb-2486d51e8122 2018-09-04 22:18:57,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:18:57,489 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:18:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:18:57,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:57,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec29bfa-6856-43a7-848f-d8f953fd1540 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}} 2018-09-04 22:18:57,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 used request id req-dec29bfa-6856-43a7-848f-d8f953fd1540 2018-09-04 22:18:57,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:57,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2e737bb0-bec5-4819-bc28-4fed17cecd72 Date: Tue, 04 Sep 2018 22:18:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:52Z","dns_nameservers":[],"updated_at":"2018-09-04T22:18:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"b5f79122-cb74-4829-8c5f-0061127620b7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]} 2018-09-04 22:18:57,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-2e737bb0-bec5-4819-bc28-4fed17cecd72 2018-09-04 22:18:57,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c&name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:57,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0e09757d-5d59-40f5-8965-98b04d408e78 Date: Tue, 04 Sep 2018 22:18:57 GMT RESP BODY: {"ports":[]} 2018-09-04 22:18:57,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c&name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port&admin_state_up=True used request id req-0e09757d-5d59-40f5-8965-98b04d408e78 2018-09-04 22:18:57,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:58,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-237401f5-3c8a-484a-9cac-b2a177be9a88 x-compute-request-id: req-237401f5-3c8a-484a-9cac-b2a177be9a88 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:18:58,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst used request id req-237401f5-3c8a-484a-9cac-b2a177be9a88 2018-09-04 22:18:58,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:58,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-62b5f6ff-81f2-4948-8b47-0fa84969c197 Date: Tue, 04 Sep 2018 22:18:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5f79122-cb74-4829-8c5f-0061127620b7"],"updated_at":"2018-09-04T22:18:52Z","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"37a38032-afda-444a-8dbc-15f7ad0df56c","name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net"}]} 2018-09-04 22:18:58,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net used request id req-62b5f6ff-81f2-4948-8b47-0fa84969c197 2018-09-04 22:18:58,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:58,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51ab21f7-d3f2-400b-9528-272c1432d52d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}} 2018-09-04 22:18:58,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 used request id req-51ab21f7-d3f2-400b-9528-272c1432d52d 2018-09-04 22:18:58,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:58,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-422fed38-53b5-46c8-b884-c11944628b45 Date: Tue, 04 Sep 2018 22:18:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:52Z","dns_nameservers":[],"updated_at":"2018-09-04T22:18:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"b5f79122-cb74-4829-8c5f-0061127620b7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]} 2018-09-04 22:18:58,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-422fed38-53b5-46c8-b884-c11944628b45 2018-09-04 22:18:58,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c&name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:58,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d0edb2ed-2865-48ea-870a-78bf1fc0aebf Date: Tue, 04 Sep 2018 22:18:58 GMT RESP BODY: {"ports":[]} 2018-09-04 22:18:58,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c&name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port&admin_state_up=True used request id req-d0edb2ed-2865-48ea-870a-78bf1fc0aebf 2018-09-04 22:18:58,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:18:58,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:18:59,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c43bf40b735a499b9081dce833dd44d0", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj-role"}], "expires_at": "2018-09-04T23:18:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-user", "id": "9a89c00004074f0e8b51390d4f7ee4df"}, "audit_ids": ["2cLFIF3CQU6xAyxtWR-cMg"], "issued_at": "2018-09-04T22:18:59.000000Z"}} 2018-09-04 22:18:59,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2854c7c177a2b588b1445978a0c01a7053760f58" 2018-09-04 22:18:59,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf884e41-54f2-469c-b08c-a431e0434c05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:18:59,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cf884e41-54f2-469c-b08c-a431e0434c05 2018-09-04 22:18:59,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:59,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-bc75169a-0edc-4faf-b760-7db78d452135 Date: Tue, 04 Sep 2018 22:18:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5f79122-cb74-4829-8c5f-0061127620b7"],"updated_at":"2018-09-04T22:18:52Z","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"37a38032-afda-444a-8dbc-15f7ad0df56c","name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net"}]} 2018-09-04 22:18:59,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net used request id req-bc75169a-0edc-4faf-b760-7db78d452135 2018-09-04 22:18:59,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:59,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a0f6a8ef-c78e-4b96-85ce-055fd66bdc9d Date: Tue, 04 Sep 2018 22:18:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:52Z","dns_nameservers":[],"updated_at":"2018-09-04T22:18:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"b5f79122-cb74-4829-8c5f-0061127620b7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]} 2018-09-04 22:18:59,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-a0f6a8ef-c78e-4b96-85ce-055fd66bdc9d 2018-09-04 22:18:59,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:18:59,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-529240ac-d64c-4ddd-a548-4215c7633f91 Date: Tue, 04 Sep 2018 22:18:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5f79122-cb74-4829-8c5f-0061127620b7"],"updated_at":"2018-09-04T22:18:52Z","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"37a38032-afda-444a-8dbc-15f7ad0df56c","name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net"}]} 2018-09-04 22:18:59,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net used request id req-529240ac-d64c-4ddd-a548-4215c7633f91 2018-09-04 22:18:59,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:18:59,993 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:18:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:18:59,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2854c7c177a2b588b1445978a0c01a7053760f58" 2018-09-04 22:19:00,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-000191af-f479-4d73-b6b4-795217534e68 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}} 2018-09-04 22:19:00,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 used request id req-000191af-f479-4d73-b6b4-795217534e68 2018-09-04 22:19:00,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:00,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-536a12df-4a25-4fce-afb1-531af2a1748e Date: Tue, 04 Sep 2018 22:19:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:52Z","dns_nameservers":[],"updated_at":"2018-09-04T22:18:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"b5f79122-cb74-4829-8c5f-0061127620b7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]} 2018-09-04 22:19:00,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-536a12df-4a25-4fce-afb1-531af2a1748e 2018-09-04 22:19:00,222 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net 2018-09-04 22:19:00,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" -d '{"port": {"network_id": "37a38032-afda-444a-8dbc-15f7ad0df56c", "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port", "admin_state_up": true}}' 2018-09-04 22:19:01,166 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-6f8a2fef-3a3a-40b1-9fbf-4931fba2d87e Date: Tue, 04 Sep 2018 22:19:01 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:00Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.7"}],"id":"cc2d18a0-a2f8-4227-ad84-33e25c89b1ac","security_groups":["ec1e7580-837d-4074-9535-2ee4c2b144b8"],"mac_address":"fa:16:3e:2a:4b:54","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","qos_policy_id":null,"admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:19:00Z","binding:vnic_type":"normal"}} 2018-09-04 22:19:01,166 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-6f8a2fef-3a3a-40b1-9fbf-4931fba2d87e 2018-09-04 22:19:01,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:01,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-36ce1c69-e059-449a-876d-21095f7e084a Date: Tue, 04 Sep 2018 22:19:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5f79122-cb74-4829-8c5f-0061127620b7"],"updated_at":"2018-09-04T22:18:52Z","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"37a38032-afda-444a-8dbc-15f7ad0df56c","name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net"}]} 2018-09-04 22:19:01,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net used request id req-36ce1c69-e059-449a-876d-21095f7e084a 2018-09-04 22:19:01,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:01,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-895f0de5-d24c-4a67-a9ce-aa3dd83b3e03 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}} 2018-09-04 22:19:01,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 used request id req-895f0de5-d24c-4a67-a9ce-aa3dd83b3e03 2018-09-04 22:19:01,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:01,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9f09c983-75b4-4e72-9927-be4c525eee4e Date: Tue, 04 Sep 2018 22:19:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:52Z","dns_nameservers":[],"updated_at":"2018-09-04T22:18:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"b5f79122-cb74-4829-8c5f-0061127620b7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]} 2018-09-04 22:19:01,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-9f09c983-75b4-4e72-9927-be4c525eee4e 2018-09-04 22:19:01,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c&name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:01,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-446d0b71-dcea-49a1-bc46-4e8515316561 Date: Tue, 04 Sep 2018 22:19:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:00Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.7"}],"id":"cc2d18a0-a2f8-4227-ad84-33e25c89b1ac","security_groups":["ec1e7580-837d-4074-9535-2ee4c2b144b8"],"mac_address":"fa:16:3e:2a:4b:54","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:19:00Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:19:01,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c&name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port&admin_state_up=True used request id req-446d0b71-dcea-49a1-bc46-4e8515316561 2018-09-04 22:19:01,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:02,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a796a88-e512-4fda-ad2d-65f8f3536ab6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}} 2018-09-04 22:19:02,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 used request id req-4a796a88-e512-4fda-ad2d-65f8f3536ab6 2018-09-04 22:19:02,003 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst 2018-09-04 22:19:02,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:02,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c210c81-e429-4a7f-b82f-03a91fcd9669 x-compute-request-id: req-5c210c81-e429-4a7f-b82f-03a91fcd9669 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-flavor-name"}]} 2018-09-04 22:19:02,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5c210c81-e429-4a7f-b82f-03a91fcd9669 2018-09-04 22:19:02,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:02,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc1aab08-4216-4a18-ba9b-1fe897556ad9 x-compute-request-id: req-dc1aab08-4216-4a18-ba9b-1fe897556ad9 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:19:02,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3 used request id req-dc1aab08-4216-4a18-ba9b-1fe897556ad9 2018-09-04 22:19:02,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:02,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-89f87d47-70a5-42a6-aa9f-d12a4dcbc146 Date: Tue, 04 Sep 2018 22:19:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:18:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:18:50Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee/snap", "metadata": {}}], "self": "/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "min_disk": 0, "protected": false, "id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "file": "/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0e3e2a62ffc3412386cfb2c3e3975988", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image"} 2018-09-04 22:19:02,249 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image used request id req-89f87d47-70a5-42a6-aa9f-d12a4dcbc146 2018-09-04 22:19:02,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:02,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b18b56a6-6c59-4e6e-b71a-d9b9a6e9f444 Date: Tue, 04 Sep 2018 22:19:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:19:02,398 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-b18b56a6-6c59-4e6e-b71a-d9b9a6e9f444 2018-09-04 22:19:02,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" -d '{"server": {"name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "imageRef": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "flavorRef": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "max_count": 1, "min_count": 1, "networks": [{"port": "cc2d18a0-a2f8-4227-ad84-33e25c89b1ac"}]}}' 2018-09-04 22:19:03,714 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:19:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-490626d2-0a45-4ecf-8d61-803179176f0b x-compute-request-id: req-490626d2-0a45-4ecf-8d61-803179176f0b Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "adminPass": "kvKgD7uLBhS5"}} 2018-09-04 22:19:03,714 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-490626d2-0a45-4ecf-8d61-803179176f0b 2018-09-04 22:19:03,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:04,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49f3d1d2-fde6-4566-b648-133147d2fe5d x-compute-request-id: req-49f3d1d2-fde6-4566-b648-133147d2fe5d Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:19:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:04,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-49f3d1d2-fde6-4566-b648-133147d2fe5d 2018-09-04 22:19:04,074 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst 2018-09-04 22:19:04,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:04,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c38979d5-c7ef-4303-9889-3821b2fdb3ad x-compute-request-id: req-c38979d5-c7ef-4303-9889-3821b2fdb3ad Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:19:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:04,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-c38979d5-c7ef-4303-9889-3821b2fdb3ad 2018-09-04 22:19:04,305 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst] is - BUILD 2018-09-04 22:19:04,305 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:19:07,308 - create_instance - DEBUG - VM status query timeout in 896.766021013 2018-09-04 22:19:07,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:08,063 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5595e8c1-3d18-4c55-8c5f-dcd5b630e174 x-compute-request-id: req-5595e8c1-3d18-4c55-8c5f-dcd5b630e174 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "security_groups": [{"name": "default"}], "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:19:04Z", "hostId": "58f71b68bda2e2ace6ae9227a8dd32b928ee786febc56c472dd28d00", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:08,063 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-5595e8c1-3d18-4c55-8c5f-dcd5b630e174 2018-09-04 22:19:08,064 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst] is - BUILD 2018-09-04 22:19:08,064 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:19:11,067 - create_instance - DEBUG - VM status query timeout in 893.007100821 2018-09-04 22:19:11,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:11,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-979ab709-c375-4e54-8044-284993a369c4 x-compute-request-id: req-979ab709-c375-4e54-8044-284993a369c4 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:4b:54", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:19:08.000000", "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "security_groups": [{"name": "default"}], "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:10Z", "hostId": "58f71b68bda2e2ace6ae9227a8dd32b928ee786febc56c472dd28d00", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:11,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-979ab709-c375-4e54-8044-284993a369c4 2018-09-04 22:19:11,832 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst] is - ACTIVE 2018-09-04 22:19:11,832 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:19:11,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:12,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5371e5b-d514-4055-b703-f38d39250b1b x-compute-request-id: req-a5371e5b-d514-4055-b703-f38d39250b1b Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:4b:54", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:19:08.000000", "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "security_groups": [{"name": "default"}], "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:10Z", "hostId": "58f71b68bda2e2ace6ae9227a8dd32b928ee786febc56c472dd28d00", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:12,382 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-a5371e5b-d514-4055-b703-f38d39250b1b 2018-09-04 22:19:12,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:12,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-26389c1b-dcb1-4c44-84a1-18c1ee5a4126 Date: Tue, 04 Sep 2018 22:19:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5f79122-cb74-4829-8c5f-0061127620b7"],"updated_at":"2018-09-04T22:18:52Z","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"37a38032-afda-444a-8dbc-15f7ad0df56c","name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net"}]} 2018-09-04 22:19:12,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net used request id req-26389c1b-dcb1-4c44-84a1-18c1ee5a4126 2018-09-04 22:19:12,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:12,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12b2a933-56d4-47aa-8e67-2ab05591dc24 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}} 2018-09-04 22:19:12,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 used request id req-12b2a933-56d4-47aa-8e67-2ab05591dc24 2018-09-04 22:19:12,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:12,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-145f3b7a-762f-46a9-9c18-a2f24d3d2154 Date: Tue, 04 Sep 2018 22:19:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:52Z","dns_nameservers":[],"updated_at":"2018-09-04T22:18:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"b5f79122-cb74-4829-8c5f-0061127620b7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]} 2018-09-04 22:19:12,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-145f3b7a-762f-46a9-9c18-a2f24d3d2154 2018-09-04 22:19:12,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:12,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-56edd7a2-559e-42cc-9efe-4539a46a4388 Date: Tue, 04 Sep 2018 22:19:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.3"}],"id":"618cf074-4077-4d1e-a623-80b104bcc69d","security_groups":[],"mac_address":"fa:16:3e:8b:a0:fd","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.2"}],"id":"705e8bb5-bff5-46b7-8378-717bc65c6490","security_groups":[],"mac_address":"fa:16:3e:6e:ff:f5","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.4"}],"id":"7285f0f0-e43b-436d-9c0d-01b7ea7e6749","security_groups":[],"mac_address":"fa:16:3e:a5:b6:15","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.7"}],"id":"cc2d18a0-a2f8-4227-ad84-33e25c89b1ac","security_groups":["ec1e7580-837d-4074-9535-2ee4c2b144b8"],"mac_address":"fa:16:3e:2a:4b:54","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:19:00Z","binding:vnic_type":"normal","device_id":"5db1c665-a6aa-4674-9c62-94b39a46d0cc"}]} 2018-09-04 22:19:12,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-56edd7a2-559e-42cc-9efe-4539a46a4388 2018-09-04 22:19:12,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:13,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3daba46a-c942-4835-b3bf-1a5fa2ec98e1 x-compute-request-id: req-3daba46a-c942-4835-b3bf-1a5fa2ec98e1 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:4b:54", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:19:08.000000", "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "security_groups": [{"name": "default"}], "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:10Z", "hostId": "58f71b68bda2e2ace6ae9227a8dd32b928ee786febc56c472dd28d00", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:13,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-3daba46a-c942-4835-b3bf-1a5fa2ec98e1 2018-09-04 22:19:13,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:13,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c1a56e45-0cc6-4626-9e4e-f7cbe84f2996 Date: Tue, 04 Sep 2018 22:19:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5f79122-cb74-4829-8c5f-0061127620b7"],"updated_at":"2018-09-04T22:18:52Z","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"37a38032-afda-444a-8dbc-15f7ad0df56c","name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net"}]} 2018-09-04 22:19:13,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net used request id req-c1a56e45-0cc6-4626-9e4e-f7cbe84f2996 2018-09-04 22:19:13,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:13,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-087d13de-8e99-4472-bc0d-5a3ea73c8779 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}} 2018-09-04 22:19:13,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 used request id req-087d13de-8e99-4472-bc0d-5a3ea73c8779 2018-09-04 22:19:13,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:13,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-89174a12-b13f-49e3-873f-e2960ef41d4e Date: Tue, 04 Sep 2018 22:19:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:52Z","dns_nameservers":[],"updated_at":"2018-09-04T22:18:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"b5f79122-cb74-4829-8c5f-0061127620b7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]} 2018-09-04 22:19:13,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-89174a12-b13f-49e3-873f-e2960ef41d4e 2018-09-04 22:19:13,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:14,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-3e56ec02-8af8-4fd9-97f4-e97decc96394 Date: Tue, 04 Sep 2018 22:19:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.3"}],"id":"618cf074-4077-4d1e-a623-80b104bcc69d","security_groups":[],"mac_address":"fa:16:3e:8b:a0:fd","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.2"}],"id":"705e8bb5-bff5-46b7-8378-717bc65c6490","security_groups":[],"mac_address":"fa:16:3e:6e:ff:f5","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.4"}],"id":"7285f0f0-e43b-436d-9c0d-01b7ea7e6749","security_groups":[],"mac_address":"fa:16:3e:a5:b6:15","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.7"}],"id":"cc2d18a0-a2f8-4227-ad84-33e25c89b1ac","security_groups":["ec1e7580-837d-4074-9535-2ee4c2b144b8"],"mac_address":"fa:16:3e:2a:4b:54","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:19:00Z","binding:vnic_type":"normal","device_id":"5db1c665-a6aa-4674-9c62-94b39a46d0cc"}]} 2018-09-04 22:19:14,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-3e56ec02-8af8-4fd9-97f4-e97decc96394 2018-09-04 22:19:14,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:19:14,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c43bf40b735a499b9081dce833dd44d0", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj-role"}], "expires_at": "2018-09-04T23:19:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/0e3e2a62ffc3412386cfb2c3e3975988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-user", "id": "9a89c00004074f0e8b51390d4f7ee4df"}, "audit_ids": ["Yzo0K4NuQLqCV5K0GpfeBw"], "issued_at": "2018-09-04T22:19:14.000000Z"}} 2018-09-04 22:19:14,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43d9db2c771540c6510d87babeb5f48b68e495bc" 2018-09-04 22:19:15,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4787564f-12b0-4a55-ab61-0727f40f783e x-compute-request-id: req-4787564f-12b0-4a55-ab61-0727f40f783e Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:4b:54", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:19:08.000000", "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "security_groups": [{"name": "default"}], "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:10Z", "hostId": "58f71b68bda2e2ace6ae9227a8dd32b928ee786febc56c472dd28d00", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:15,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-4787564f-12b0-4a55-ab61-0727f40f783e 2018-09-04 22:19:15,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:15,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4dc8cca-0257-41ca-a4b8-f4dedfeca176 x-compute-request-id: req-f4dc8cca-0257-41ca-a4b8-f4dedfeca176 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:4b:54", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:19:08.000000", "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "security_groups": [{"name": "default"}], "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:10Z", "hostId": "58f71b68bda2e2ace6ae9227a8dd32b928ee786febc56c472dd28d00", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:15,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-f4dc8cca-0257-41ca-a4b8-f4dedfeca176 2018-09-04 22:19:15,833 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst] is - ACTIVE 2018-09-04 22:19:15,833 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:19:15,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:16,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fed32361-90d8-4bc4-be37-11901a2c7d26 x-compute-request-id: req-fed32361-90d8-4bc4-be37-11901a2c7d26 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:4b:54", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:19:08.000000", "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "security_groups": [{"name": "default"}], "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:10Z", "hostId": "58f71b68bda2e2ace6ae9227a8dd32b928ee786febc56c472dd28d00", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:16,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-fed32361-90d8-4bc4-be37-11901a2c7d26 2018-09-04 22:19:16,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:16,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2c3e7de6-50d2-49d8-8bd3-732dad6c5fce Date: Tue, 04 Sep 2018 22:19:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5f79122-cb74-4829-8c5f-0061127620b7"],"updated_at":"2018-09-04T22:18:52Z","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"37a38032-afda-444a-8dbc-15f7ad0df56c","name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net"}]} 2018-09-04 22:19:16,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net used request id req-2c3e7de6-50d2-49d8-8bd3-732dad6c5fce 2018-09-04 22:19:16,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:16,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13fbe8de-698f-4433-b526-135d100ec254 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}} 2018-09-04 22:19:16,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 used request id req-13fbe8de-698f-4433-b526-135d100ec254 2018-09-04 22:19:16,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:16,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-944b1d5a-274d-414b-9de2-a79011baeab2 Date: Tue, 04 Sep 2018 22:19:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:52Z","dns_nameservers":[],"updated_at":"2018-09-04T22:18:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"b5f79122-cb74-4829-8c5f-0061127620b7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]} 2018-09-04 22:19:16,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-944b1d5a-274d-414b-9de2-a79011baeab2 2018-09-04 22:19:16,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:16,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-4220599f-3e12-4591-9aec-b8b1835446af Date: Tue, 04 Sep 2018 22:19:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.3"}],"id":"618cf074-4077-4d1e-a623-80b104bcc69d","security_groups":[],"mac_address":"fa:16:3e:8b:a0:fd","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.2"}],"id":"705e8bb5-bff5-46b7-8378-717bc65c6490","security_groups":[],"mac_address":"fa:16:3e:6e:ff:f5","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.4"}],"id":"7285f0f0-e43b-436d-9c0d-01b7ea7e6749","security_groups":[],"mac_address":"fa:16:3e:a5:b6:15","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.7"}],"id":"cc2d18a0-a2f8-4227-ad84-33e25c89b1ac","security_groups":["ec1e7580-837d-4074-9535-2ee4c2b144b8"],"mac_address":"fa:16:3e:2a:4b:54","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:19:00Z","binding:vnic_type":"normal","device_id":"5db1c665-a6aa-4674-9c62-94b39a46d0cc"}]} 2018-09-04 22:19:16,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-4220599f-3e12-4591-9aec-b8b1835446af 2018-09-04 22:19:16,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:17,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23e0b1fb-ce37-48a0-8f44-529716dcce61 x-compute-request-id: req-23e0b1fb-ce37-48a0-8f44-529716dcce61 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:4b:54", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:19:08.000000", "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "security_groups": [{"name": "default"}], "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:10Z", "hostId": "58f71b68bda2e2ace6ae9227a8dd32b928ee786febc56c472dd28d00", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:17,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-23e0b1fb-ce37-48a0-8f44-529716dcce61 2018-09-04 22:19:17,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:17,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9e460c14-fcae-4759-a8f4-282ffb91ed66 Date: Tue, 04 Sep 2018 22:19:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5f79122-cb74-4829-8c5f-0061127620b7"],"updated_at":"2018-09-04T22:18:52Z","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"37a38032-afda-444a-8dbc-15f7ad0df56c","name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net"}]} 2018-09-04 22:19:17,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net used request id req-9e460c14-fcae-4759-a8f4-282ffb91ed66 2018-09-04 22:19:17,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:17,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c904b7fc-898f-4b0e-831d-b115f662cb84 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}} 2018-09-04 22:19:17,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 used request id req-c904b7fc-898f-4b0e-831d-b115f662cb84 2018-09-04 22:19:17,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:17,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-37fa4898-d2b5-4239-8d3a-400692a320c5 Date: Tue, 04 Sep 2018 22:19:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:52Z","dns_nameservers":[],"updated_at":"2018-09-04T22:18:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"b5f79122-cb74-4829-8c5f-0061127620b7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]} 2018-09-04 22:19:17,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-37fa4898-d2b5-4239-8d3a-400692a320c5 2018-09-04 22:19:17,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:18,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-0056c9b8-a8e8-4ea4-9767-1f75dbe9f5f9 Date: Tue, 04 Sep 2018 22:19:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.3"}],"id":"618cf074-4077-4d1e-a623-80b104bcc69d","security_groups":[],"mac_address":"fa:16:3e:8b:a0:fd","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.2"}],"id":"705e8bb5-bff5-46b7-8378-717bc65c6490","security_groups":[],"mac_address":"fa:16:3e:6e:ff:f5","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.4"}],"id":"7285f0f0-e43b-436d-9c0d-01b7ea7e6749","security_groups":[],"mac_address":"fa:16:3e:a5:b6:15","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.7"}],"id":"cc2d18a0-a2f8-4227-ad84-33e25c89b1ac","security_groups":["ec1e7580-837d-4074-9535-2ee4c2b144b8"],"mac_address":"fa:16:3e:2a:4b:54","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:19:00Z","binding:vnic_type":"normal","device_id":"5db1c665-a6aa-4674-9c62-94b39a46d0cc"}]} 2018-09-04 22:19:18,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-0056c9b8-a8e8-4ea4-9767-1f75dbe9f5f9 2018-09-04 22:19:18,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name"}}' 2018-09-04 22:19:18,384 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:19:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aaa41a7d-0984-49c4-bc8d-9e1864356574 x-compute-request-id: req-aaa41a7d-0984-49c4-bc8d-9e1864356574 Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name not associated with the instance 5db1c665-a6aa-4674-9c62-94b39a46d0cc", "code": 404}} 2018-09-04 22:19:18,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc/action used request id req-aaa41a7d-0984-49c4-bc8d-9e1864356574 2018-09-04 22:19:18,385 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name not associated with the instance 5db1c665-a6aa-4674-9c62-94b39a46d0cc (HTTP 404) (Request-ID: req-aaa41a7d-0984-49c4-bc8d-9e1864356574) 2018-09-04 22:19:18,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:18,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-887246e8-3399-4500-a447-7b09e975e7d5 x-compute-request-id: req-887246e8-3399-4500-a447-7b09e975e7d5 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:4b:54", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:19:08.000000", "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "security_groups": [{"name": "default"}], "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:10Z", "hostId": "58f71b68bda2e2ace6ae9227a8dd32b928ee786febc56c472dd28d00", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:18,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-887246e8-3399-4500-a447-7b09e975e7d5 2018-09-04 22:19:18,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:18,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d2594360-3f40-442d-b832-3f82bfdc67c2 Date: Tue, 04 Sep 2018 22:19:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b5f79122-cb74-4829-8c5f-0061127620b7"],"updated_at":"2018-09-04T22:18:52Z","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"37a38032-afda-444a-8dbc-15f7ad0df56c","name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net"}]} 2018-09-04 22:19:18,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net used request id req-d2594360-3f40-442d-b832-3f82bfdc67c2 2018-09-04 22:19:18,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:19,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8356f77-ee3a-413d-a77a-d491b14d1f7c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}} 2018-09-04 22:19:19,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 used request id req-f8356f77-ee3a-413d-a77a-d491b14d1f7c 2018-09-04 22:19:19,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:19,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8d5b1704-59b9-4f84-ad72-64dda60e6a74 Date: Tue, 04 Sep 2018 22:19:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:52Z","dns_nameservers":[],"updated_at":"2018-09-04T22:18:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","id":"b5f79122-cb74-4829-8c5f-0061127620b7","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet"}]} 2018-09-04 22:19:19,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-8d5b1704-59b9-4f84-ad72-64dda60e6a74 2018-09-04 22:19:19,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:19,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-524679ce-2e5f-4fbb-8c2d-ceb955a77672 Date: Tue, 04 Sep 2018 22:19:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.3"}],"id":"618cf074-4077-4d1e-a623-80b104bcc69d","security_groups":[],"mac_address":"fa:16:3e:8b:a0:fd","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.2"}],"id":"705e8bb5-bff5-46b7-8378-717bc65c6490","security_groups":[],"mac_address":"fa:16:3e:6e:ff:f5","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:18:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.4"}],"id":"7285f0f0-e43b-436d-9c0d-01b7ea7e6749","security_groups":[],"mac_address":"fa:16:3e:a5:b6:15","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:18:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-37a38032-afda-444a-8dbc-15f7ad0df56c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b5f79122-cb74-4829-8c5f-0061127620b7","ip_address":"10.55.0.7"}],"id":"cc2d18a0-a2f8-4227-ad84-33e25c89b1ac","security_groups":["ec1e7580-837d-4074-9535-2ee4c2b144b8"],"mac_address":"fa:16:3e:2a:4b:54","project_id":"0e3e2a62ffc3412386cfb2c3e3975988","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port","admin_state_up":true,"network_id":"37a38032-afda-444a-8dbc-15f7ad0df56c","tenant_id":"0e3e2a62ffc3412386cfb2c3e3975988","created_at":"2018-09-04T22:19:00Z","binding:vnic_type":"normal","device_id":"5db1c665-a6aa-4674-9c62-94b39a46d0cc"}]} 2018-09-04 22:19:19,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-524679ce-2e5f-4fbb-8c2d-ceb955a77672 2018-09-04 22:19:19,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43d9db2c771540c6510d87babeb5f48b68e495bc" 2018-09-04 22:19:19,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac13864f-04f3-4411-bf5b-fdc6e90f18ba x-compute-request-id: req-ac13864f-04f3-4411-bf5b-fdc6e90f18ba Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:4b:54", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:19:08.000000", "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "security_groups": [{"name": "default"}], "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:10Z", "hostId": "58f71b68bda2e2ace6ae9227a8dd32b928ee786febc56c472dd28d00", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:19,811 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-ac13864f-04f3-4411-bf5b-fdc6e90f18ba 2018-09-04 22:19:19,812 - create_instance - INFO - Deleting Port with ID - cc2d18a0-a2f8-4227-ad84-33e25c89b1ac 2018-09-04 22:19:19,812 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-port 2018-09-04 22:19:19,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/cc2d18a0-a2f8-4227-ad84-33e25c89b1ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:20,412 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-daddc720-b056-4976-bcee-cf81d25c7fcd Date: Tue, 04 Sep 2018 22:19:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:19:20,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/cc2d18a0-a2f8-4227-ad84-33e25c89b1ac used request id req-daddc720-b056-4976-bcee-cf81d25c7fcd 2018-09-04 22:19:20,412 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst 2018-09-04 22:19:20,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:20,570 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:19:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b54095fe-6079-4f26-8c3d-c5f04b964b0e x-compute-request-id: req-b54095fe-6079-4f26-8c3d-c5f04b964b0e Content-Type: application/json 2018-09-04 22:19:20,571 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-b54095fe-6079-4f26-8c3d-c5f04b964b0e 2018-09-04 22:19:20,571 - create_instance - INFO - Checking deletion status 2018-09-04 22:19:20,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:20,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7f95b61-1c64-4a8b-8bd7-dafcb5bc8ff7 x-compute-request-id: req-a7f95b61-1c64-4a8b-8bd7-dafcb5bc8ff7 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:19:08.000000", "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:20Z", "hostId": "58f71b68bda2e2ace6ae9227a8dd32b928ee786febc56c472dd28d00", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:20,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-a7f95b61-1c64-4a8b-8bd7-dafcb5bc8ff7 2018-09-04 22:19:20,802 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst] is - ACTIVE 2018-09-04 22:19:20,802 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:19:23,805 - create_instance - DEBUG - VM status query timeout in 296.765625954 2018-09-04 22:19:23,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:23,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0861c21e-ad55-41c0-9932-c7c88824420f x-compute-request-id: req-0861c21e-ad55-41c0-9932-c7c88824420f Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc", "rel": "bookmark"}], "image": {"id": "b7a3bf51-7516-452b-a832-a9c1ecbeddee", "links": [{"href": "http://172.30.9.26:8774/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:19:08.000000", "flavor": {"id": "27a51d48-8aea-4539-bfdd-3b229dba2cf3", "links": [{"href": "http://172.30.9.26:8774/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3", "rel": "bookmark"}]}, "id": "5db1c665-a6aa-4674-9c62-94b39a46d0cc", "user_id": "9a89c00004074f0e8b51390d4f7ee4df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:20Z", "hostId": "58f71b68bda2e2ace6ae9227a8dd32b928ee786febc56c472dd28d00", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst", "created": "2018-09-04T22:19:03Z", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:23,905 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-0861c21e-ad55-41c0-9932-c7c88824420f 2018-09-04 22:19:23,906 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst] is - ACTIVE 2018-09-04 22:19:23,906 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:19:26,909 - create_instance - DEBUG - VM status query timeout in 293.661739111 2018-09-04 22:19:26,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadbe5f2d73bef31036c9f9e57f2b46839d25288" 2018-09-04 22:19:27,127 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:19:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1e4e4a70-8d8f-4561-9880-a547f7d90736 x-compute-request-id: req-1e4e4a70-8d8f-4561-9880-a547f7d90736 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5db1c665-a6aa-4674-9c62-94b39a46d0cc could not be found.", "code": 404}} 2018-09-04 22:19:27,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5db1c665-a6aa-4674-9c62-94b39a46d0cc used request id req-1e4e4a70-8d8f-4561-9880-a547f7d90736 2018-09-04 22:19:27,128 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5db1c665-a6aa-4674-9c62-94b39a46d0cc could not be found. (HTTP 404) (Request-ID: req-1e4e4a70-8d8f-4561-9880-a547f7d90736) 2018-09-04 22:19:27,128 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-inst 2018-09-04 22:19:27,129 - neutron_utils - INFO - Deleting security group rule with ID - 58cae344-2781-45ef-acb4-92e1ab3ed094 2018-09-04 22:19:27,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/58cae344-2781-45ef-acb4-92e1ab3ed094 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:19:27,379 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8f4f2f5c-68d1-46e3-9235-fc87afb1cd0c Content-Length: 0 Date: Tue, 04 Sep 2018 22:19:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:19:27,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/58cae344-2781-45ef-acb4-92e1ab3ed094 used request id req-8f4f2f5c-68d1-46e3-9235-fc87afb1cd0c 2018-09-04 22:19:27,379 - neutron_utils - INFO - Deleting security group rule with ID - 9510da9a-8f86-495b-976f-023bfacd65df 2018-09-04 22:19:27,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/9510da9a-8f86-495b-976f-023bfacd65df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:19:27,633 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d6324e02-ee3a-47ed-a199-77ccea0158bb Content-Length: 0 Date: Tue, 04 Sep 2018 22:19:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:19:27,633 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/9510da9a-8f86-495b-976f-023bfacd65df used request id req-d6324e02-ee3a-47ed-a199-77ccea0158bb 2018-09-04 22:19:27,634 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-name 2018-09-04 22:19:27,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/04d7d290-7457-42fa-b7a2-7adbfa5477cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dd8044181c52cf3b61940bb1f33763f0819c51" 2018-09-04 22:19:27,904 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5fabf7ec-4f07-4f6e-ba1a-dc6f2e1e3c27 Content-Length: 0 Date: Tue, 04 Sep 2018 22:19:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:19:27,904 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/04d7d290-7457-42fa-b7a2-7adbfa5477cf used request id req-5fabf7ec-4f07-4f6e-ba1a-dc6f2e1e3c27 2018-09-04 22:19:27,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9979d2e3f765826863eeb113ff5d96f0e7da1ed" 2018-09-04 22:19:27,954 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:19:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f79b9050-902b-4363-901c-9da6d6e8f59c x-compute-request-id: req-f79b9050-902b-4363-901c-9da6d6e8f59c Content-Length: 0 Content-Type: application/json 2018-09-04 22:19:27,954 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/27a51d48-8aea-4539-bfdd-3b229dba2cf3 used request id req-f79b9050-902b-4363-901c-9da6d6e8f59c 2018-09-04 22:19:27,955 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet 2018-09-04 22:19:27,955 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-subnet 2018-09-04 22:19:27,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/b5f79122-cb74-4829-8c5f-0061127620b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c229a84d8ce9338d6d36d1856cf31a84167fe20b" 2018-09-04 22:19:29,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ac4c0a1-8641-4953-9333-96f9989190e9 Date: Tue, 04 Sep 2018 22:19:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:19:29,995 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/b5f79122-cb74-4829-8c5f-0061127620b7 used request id req-5ac4c0a1-8641-4953-9333-96f9989190e9 2018-09-04 22:19:29,995 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-pub-net 2018-09-04 22:19:30,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/37a38032-afda-444a-8dbc-15f7ad0df56c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c229a84d8ce9338d6d36d1856cf31a84167fe20b" 2018-09-04 22:19:31,363 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7bcd6bc-4118-4ee8-9628-d52283334d5d Date: Tue, 04 Sep 2018 22:19:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:19:31,363 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/37a38032-afda-444a-8dbc-15f7ad0df56c used request id req-a7bcd6bc-4118-4ee8-9628-d52283334d5d 2018-09-04 22:19:31,364 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-b4d49954-dcc9-4705-9bf8-db2ecd6ca9ca-image 2018-09-04 22:19:31,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6e85dce8c57f692feba87d7be28de5cd732975" 2018-09-04 22:19:32,473 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-babe5b49-090c-4142-abac-efbbadd4ce7e Date: Tue, 04 Sep 2018 22:19:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:19:32,473 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/b7a3bf51-7516-452b-a832-a9c1ecbeddee used request id req-babe5b49-090c-4142-abac-efbbadd4ce7e 2018-09-04 22:19:32,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:32,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-1b987463-84bb-4865-a17e-912b8b298210 Date: Tue, 04 Sep 2018 22:19:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:51Z", "updated_at": "2018-09-04T22:18:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:51Z", "revision_number": 0, "id": "0fa4c9c5-751b-4ea2-bca9-1f579fa2c1e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:51Z", "security_group_id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:51Z", "revision_number": 0, "id": "2d80d5fc-916a-42e2-b7c6-0257f25568ed", "remote_group_id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:51Z", "security_group_id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:51Z", "revision_number": 0, "id": "36e626f2-40fa-4aaa-98e7-8d982d0ac9b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:51Z", "security_group_id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:18:51Z", "revision_number": 0, "id": "78909820-6848-4607-9b51-8bc41031469b", "remote_group_id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "remote_ip_prefix": null, "created_at": "2018-09-04T22:18:51Z", "security_group_id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988"}], "revision_number": 4, "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:19:32,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-1b987463-84bb-4865-a17e-912b8b298210 2018-09-04 22:19:32,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:33,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f726f34-1a8f-4499-8d30-5df392bc25e0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:19:33,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-0f726f34-1a8f-4499-8d30-5df392bc25e0 2018-09-04 22:19:33,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:33,170 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c92c5c1-5368-4d49-be28-3712ceb4bea1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:19:33,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-9c92c5c1-5368-4d49-be28-3712ceb4bea1 2018-09-04 22:19:33,171 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:19:33,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:33,252 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28ba082d-c634-4f6b-b83a-ad5fe9b73a84 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:19:33,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-28ba082d-c634-4f6b-b83a-ad5fe9b73a84 2018-09-04 22:19:33,253 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:19:33,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:33,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7401ff13-f42c-40f6-b7a8-771b737ac0ef Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:19:33,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-7401ff13-f42c-40f6-b7a8-771b737ac0ef 2018-09-04 22:19:33,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:33,430 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cbf59ed-7e79-42f3-9c12-e669b04ab776 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:19:33,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-5cbf59ed-7e79-42f3-9c12-e669b04ab776 2018-09-04 22:19:33,430 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:19:33,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:33,514 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86055970-6af7-4007-8920-63dd6c11afb0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:19:33,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-86055970-6af7-4007-8920-63dd6c11afb0 2018-09-04 22:19:33,515 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:19:33,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:33,606 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e93a49a-30cd-4377-9313-5f5b9b6580c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:19:33,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-4e93a49a-30cd-4377-9313-5f5b9b6580c3 2018-09-04 22:19:33,606 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:19:33,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:33,698 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dea69194-d343-4760-9bc0-0cee9aaba842 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:19:33,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-dea69194-d343-4760-9bc0-0cee9aaba842 2018-09-04 22:19:33,699 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:19:33,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:33,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d84d8530-0f99-4352-a602-00a03df9094d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988"}, "enabled": true, "id": "0e3e2a62ffc3412386cfb2c3e3975988", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0530276b-e602-4ff-proj"}} 2018-09-04 22:19:33,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 used request id req-d84d8530-0f99-4352-a602-00a03df9094d 2018-09-04 22:19:33,783 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec1e7580-837d-4074-9535-2ee4c2b144b8 2018-09-04 22:19:33,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=ec1e7580-837d-4074-9535-2ee4c2b144b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:33,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9125b0c4-207f-4948-9259-4943fc09165e Date: Tue, 04 Sep 2018 22:19:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:51Z", "security_group_id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:51Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "0fa4c9c5-751b-4ea2-bca9-1f579fa2c1e9"}, {"remote_group_id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:51Z", "security_group_id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:51Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "2d80d5fc-916a-42e2-b7c6-0257f25568ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:51Z", "security_group_id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:51Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "36e626f2-40fa-4aaa-98e7-8d982d0ac9b8"}, {"remote_group_id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:18:51Z", "security_group_id": "ec1e7580-837d-4074-9535-2ee4c2b144b8", "port_range_min": null, "revision_number": 0, "tenant_id": "0e3e2a62ffc3412386cfb2c3e3975988", "created_at": "2018-09-04T22:18:51Z", "project_id": "0e3e2a62ffc3412386cfb2c3e3975988", "id": "78909820-6848-4607-9b51-8bc41031469b"}]} 2018-09-04 22:19:33,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=ec1e7580-837d-4074-9535-2ee4c2b144b8 used request id req-9125b0c4-207f-4948-9259-4943fc09165e 2018-09-04 22:19:33,952 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:19:33,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/ec1e7580-837d-4074-9535-2ee4c2b144b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:34,269 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5e08cd29-6189-48a7-a050-b86ad07267d8 Content-Length: 0 Date: Tue, 04 Sep 2018 22:19:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:19:34,270 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/ec1e7580-837d-4074-9535-2ee4c2b144b8 used request id req-5e08cd29-6189-48a7-a050-b86ad07267d8 2018-09-04 22:19:34,270 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-0530276b-e602-4ff-proj 2018-09-04 22:19:34,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:34,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72c2cade-0aea-4dc5-a73e-19f787ae8c00 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:19:34,475 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/0e3e2a62ffc3412386cfb2c3e3975988 used request id req-72c2cade-0aea-4dc5-a73e-19f787ae8c00 2018-09-04 22:19:34,476 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-0530276b-e602-4ff-proj-role 2018-09-04 22:19:34,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c43bf40b735a499b9081dce833dd44d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:34,598 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc23265b-3f1f-4d1e-9d84-fe2c734e3299 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:19:34,599 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c43bf40b735a499b9081dce833dd44d0 used request id req-fc23265b-3f1f-4d1e-9d84-fe2c734e3299 2018-09-04 22:19:34,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c15ed6db891e9d6c41d8dc1ca54354c199adc44" 2018-09-04 22:19:34,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e288e4aa-752d-4819-a4c8-9e914f0054e7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:19:34,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e288e4aa-752d-4819-a4c8-9e914f0054e7 2018-09-04 22:19:34,691 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-0530276b-e602-4ff-user 2018-09-04 22:19:34,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/9a89c00004074f0e8b51390d4f7ee4df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96cec94ebcf9cee58cfeacc8ed2637599539282c" 2018-09-04 22:19:34,921 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81db7ded-691c-4f99-989c-ea74eebd9c48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:19:34,921 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/9a89c00004074f0e8b51390d4f7ee4df used request id req-81db7ded-691c-4f99-989c-ea74eebd9c48 2018-09-04 22:19:34,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:19:35,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:19:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["D57m8pBQSCGnFFxLFCO39A"], "issued_at": "2018-09-04T22:19:35.000000Z"}} 2018-09-04 22:19:35,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3618ca9c0b4b49a14e938fe33c47b5887f701e4" 2018-09-04 22:19:35,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a16f29cb-9436-432a-ba08-87681410e567 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:19:35,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a16f29cb-9436-432a-ba08-87681410e567 2018-09-04 22:19:35,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:19:35,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:19:35,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:19:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["7hmKsay_Q92mWrCu2-MQ1Q"], "issued_at": "2018-09-04T22:19:35.000000Z"}} 2018-09-04 22:19:35,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:19:35,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4fb3236-346f-4a63-ab33-aae6b702c9d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:19:35,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f4fb3236-346f-4a63-ab33-aae6b702c9d1 2018-09-04 22:19:35,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:19:35,867 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:19:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:19:35,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:19:35,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d65e72d1-7ce6-4918-a300-63b473ec4a21 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:19:35,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj used request id req-d65e72d1-7ce6-4918-a300-63b473ec4a21 2018-09-04 22:19:35,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:19:36,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af230062-66a1-4feb-806e-da6af7a0a2e9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:19:36,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-af230062-66a1-4feb-806e-da6af7a0a2e9 2018-09-04 22:19:36,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj"}}' 2018-09-04 22:19:36,162 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ffd3fe2-be77-4b8e-a25c-9dc8c2783db2 Content-Length: 312 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2c2d9e82c56947fcba69f63f6637540d"}, "enabled": true, "id": "2c2d9e82c56947fcba69f63f6637540d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj"}} 2018-09-04 22:19:36,162 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-1ffd3fe2-be77-4b8e-a25c-9dc8c2783db2 2018-09-04 22:19:36,162 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj 2018-09-04 22:19:36,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:19:36,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:19:36,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:19:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["z-dC_gxAQkywogqqB9Y4lg"], "issued_at": "2018-09-04T22:19:36.000000Z"}} 2018-09-04 22:19:36,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334e86229944acdf3bd92d9afcc8b4fb2ded502c" 2018-09-04 22:19:36,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b150f0e-0612-48b9-8432-db17edce02ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:19:36,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8b150f0e-0612-48b9-8432-db17edce02ee 2018-09-04 22:19:36,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:19:36,575 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:19:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:19:36,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334e86229944acdf3bd92d9afcc8b4fb2ded502c" 2018-09-04 22:19:36,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47ab225a-bd7e-43b2-9539-3e37d231e883 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:19:36,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-47ab225a-bd7e-43b2-9539-3e37d231e883 2018-09-04 22:19:36,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334e86229944acdf3bd92d9afcc8b4fb2ded502c" 2018-09-04 22:19:36,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4805ff11-b4ab-478e-adde-2a34eec1b876 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2c2d9e82c56947fcba69f63f6637540d"}, "enabled": true, "id": "2c2d9e82c56947fcba69f63f6637540d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj"}]} 2018-09-04 22:19:36,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj used request id req-4805ff11-b4ab-478e-adde-2a34eec1b876 2018-09-04 22:19:36,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334e86229944acdf3bd92d9afcc8b4fb2ded502c" 2018-09-04 22:19:36,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c79ef54-10b9-4ef7-ab97-f94e4d7ad3e0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:19:36,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0c79ef54-10b9-4ef7-ab97-f94e4d7ad3e0 2018-09-04 22:19:37,240 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-daa7cfe6-1246-471-user 2018-09-04 22:19:37,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:19:37,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:19:37,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd7cb0ff-fe27-4530-b392-7f4ea620ee64 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:19:37,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fd7cb0ff-fe27-4530-b392-7f4ea620ee64 2018-09-04 22:19:37,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" -d '{"role": {"name": "CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj-role"}}' 2018-09-04 22:19:37,491 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:19:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11089e27-0c34-46c4-82df-d281ebd97918 Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8cde328c296d4b58951e81ffe8b6e606", "links": {"self": "http://172.30.9.26:5000/v3/roles/8cde328c296d4b58951e81ffe8b6e606"}, "name": "CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj-role"}} 2018-09-04 22:19:37,491 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-11089e27-0c34-46c4-82df-d281ebd97918 2018-09-04 22:19:37,491 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj-role 2018-09-04 22:19:37,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/8cde328c296d4b58951e81ffe8b6e606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:19:37,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28550d17-62ff-49f7-851a-63ed98dce49f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/8cde328c296d4b58951e81ffe8b6e606"}, "domain_id": null, "name": "CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj-role", "id": "8cde328c296d4b58951e81ffe8b6e606"}} 2018-09-04 22:19:37,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/8cde328c296d4b58951e81ffe8b6e606 used request id req-28550d17-62ff-49f7-851a-63ed98dce49f 2018-09-04 22:19:37,511 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj-role to project CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj 2018-09-04 22:19:37,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/2c2d9e82c56947fcba69f63f6637540d/users/b0fd032b459b45149806854befa63437/roles/8cde328c296d4b58951e81ffe8b6e606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:19:37,709 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:19:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e584655b-8af7-44a6-adc0-a41953f70c7f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:19:37,709 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/2c2d9e82c56947fcba69f63f6637540d/users/b0fd032b459b45149806854befa63437/roles/8cde328c296d4b58951e81ffe8b6e606 used request id req-e584655b-8af7-44a6-adc0-a41953f70c7f 2018-09-04 22:19:37,709 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:19:37,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:19:37,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:19:38,088 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:19:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["d5LCSv52S-ODL58HgDHcTw"], "issued_at": "2018-09-04T22:19:38.000000Z"}} 2018-09-04 22:19:38,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30180212d43f84158aae95288595ade9b88343ab" 2018-09-04 22:19:38,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-184b042a-d5aa-4c84-af53-5afba93625c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:19:38,175 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-184b042a-d5aa-4c84-af53-5afba93625c5 2018-09-04 22:19:38,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30180212d43f84158aae95288595ade9b88343ab" 2018-09-04 22:19:38,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2edd589b-0f35-4631-bbbd-63ee04fe5012 Date: Tue, 04 Sep 2018 22:19:38 GMT RESP BODY: {"networks":[]} 2018-09-04 22:19:38,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-2edd589b-0f35-4631-bbbd-63ee04fe5012 2018-09-04 22:19:38,355 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net 2018-09-04 22:19:38,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30180212d43f84158aae95288595ade9b88343ab" -d '{"network": {"name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net", "admin_state_up": true}}' 2018-09-04 22:19:38,758 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-19d2223c-a268-4f5e-bf89-5fc662c02ecf Date: Tue, 04 Sep 2018 22:19:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:19:38Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","mtu":1450}} 2018-09-04 22:19:38,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-19d2223c-a268-4f5e-bf89-5fc662c02ecf 2018-09-04 22:19:38,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30180212d43f84158aae95288595ade9b88343ab" 2018-09-04 22:19:39,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-793a9c68-8353-4188-835c-b1bbb04769e8 Date: Tue, 04 Sep 2018 22:19:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:19:38Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:19:39,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-793a9c68-8353-4188-835c-b1bbb04769e8 2018-09-04 22:19:39,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30180212d43f84158aae95288595ade9b88343ab" 2018-09-04 22:19:39,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c810ce9d-31f0-404b-887d-fd688dae8736 Date: Tue, 04 Sep 2018 22:19:39 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:19:39,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-c810ce9d-31f0-404b-887d-fd688dae8736 2018-09-04 22:19:39,331 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet 2018-09-04 22:19:39,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30180212d43f84158aae95288595ade9b88343ab" -d '{"subnets": [{"ip_version": 4, "network_id": "4a1a814d-4824-4b71-b604-e753fab575d3", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]}' 2018-09-04 22:19:39,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-9bdade61-3b24-4208-926c-dab77b08e602 Date: Tue, 04 Sep 2018 22:19:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:19:39,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-9bdade61-3b24-4208-926c-dab77b08e602 2018-09-04 22:19:39,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30180212d43f84158aae95288595ade9b88343ab" 2018-09-04 22:19:40,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-c25c9181-76c6-46df-bcbb-71f674edfe22 Date: Tue, 04 Sep 2018 22:19:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:19:40,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-c25c9181-76c6-46df-bcbb-71f674edfe22 2018-09-04 22:19:40,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30180212d43f84158aae95288595ade9b88343ab" 2018-09-04 22:19:40,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-dd5e043f-0534-4f36-a8b6-43711e5d5ce3 Date: Tue, 04 Sep 2018 22:19:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:19:40,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-dd5e043f-0534-4f36-a8b6-43711e5d5ce3 2018-09-04 22:19:40,322 - OpenStackNetwork - DEBUG - Network [4a1a814d-4824-4b71-b604-e753fab575d3] created successfully 2018-09-04 22:19:40,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:19:40,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:19:40,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:19:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["DTFpO6Q5RCCg1rl3axgBPw"], "issued_at": "2018-09-04T22:19:40.000000Z"}} 2018-09-04 22:19:40,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e37236c118b195d2ad7b1849c1812c008352de9" 2018-09-04 22:19:40,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2aa286e-7215-4209-bac0-b61820c77327 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:19:40,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a2aa286e-7215-4209-bac0-b61820c77327 2018-09-04 22:19:40,804 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:19:40,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e37236c118b195d2ad7b1849c1812c008352de9" 2018-09-04 22:19:40,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2be773f1-393b-4efe-8de6-006cf101cf9c x-compute-request-id: req-2be773f1-393b-4efe-8de6-006cf101cf9c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:19:40,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2be773f1-393b-4efe-8de6-006cf101cf9c 2018-09-04 22:19:40,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e37236c118b195d2ad7b1849c1812c008352de9" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2018-09-04 22:19:41,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-839ed270-ddd1-408a-b181-69ee2e203420 x-compute-request-id: req-839ed270-ddd1-408a-b181-69ee2e203420 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "41299053-4de7-4667-a074-baf333ed6c70", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:19:41,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-839ed270-ddd1-408a-b181-69ee2e203420 2018-09-04 22:19:41,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:19:41,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:19:41,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cde328c296d4b58951e81ffe8b6e606", "name": "CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj-role"}], "expires_at": "2018-09-04T23:19:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c2d9e82c56947fcba69f63f6637540d", "name": "CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2c2d9e82c56947fcba69f63f6637540d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/2c2d9e82c56947fcba69f63f6637540d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/2c2d9e82c56947fcba69f63f6637540d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/2c2d9e82c56947fcba69f63f6637540d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/2c2d9e82c56947fcba69f63f6637540d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/2c2d9e82c56947fcba69f63f6637540d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/2c2d9e82c56947fcba69f63f6637540d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/2c2d9e82c56947fcba69f63f6637540d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/2c2d9e82c56947fcba69f63f6637540d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/2c2d9e82c56947fcba69f63f6637540d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/2c2d9e82c56947fcba69f63f6637540d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/2c2d9e82c56947fcba69f63f6637540d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-daa7cfe6-1246-471-user", "id": "b0fd032b459b45149806854befa63437"}, "audit_ids": ["DjM9od_URfuf0lydUFliwQ"], "issued_at": "2018-09-04T22:19:41.000000Z"}} 2018-09-04 22:19:41,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab561d180dbce0169ad5669caf956e02ef28657" 2018-09-04 22:19:41,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30aff781-776a-4c89-8176-f3ffe804af58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:19:41,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-30aff781-776a-4c89-8176-f3ffe804af58 2018-09-04 22:19:41,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bab561d180dbce0169ad5669caf956e02ef28657" 2018-09-04 22:19:41,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-b32d05b4-5413-48a2-b880-c86266a581df Date: Tue, 04 Sep 2018 22:19:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image"} 2018-09-04 22:19:41,708 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image used request id req-b32d05b4-5413-48a2-b880-c86266a581df 2018-09-04 22:19:41,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bab561d180dbce0169ad5669caf956e02ef28657" 2018-09-04 22:19:41,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ff0f6860-5032-4805-9b9a-a4faf61691f9 Date: Tue, 04 Sep 2018 22:19:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:19:41,881 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-ff0f6860-5032-4805-9b9a-a4faf61691f9 2018-09-04 22:19:41,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bab561d180dbce0169ad5669caf956e02ef28657" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image"}' 2018-09-04 22:19:42,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/b666f869-c654-470c-b721-97095c54205f X-Openstack-Request-Id: req-1fdcc7d1-a20b-4dcc-9846-4d8475abb5ef Date: Tue, 04 Sep 2018 22:19:42 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:19:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:19:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/b666f869-c654-470c-b721-97095c54205f", "min_disk": 0, "protected": false, "id": "b666f869-c654-470c-b721-97095c54205f", "file": "/v2/images/b666f869-c654-470c-b721-97095c54205f/file", "checksum": null, "owner": "2c2d9e82c56947fcba69f63f6637540d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:19:42,095 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-1fdcc7d1-a20b-4dcc-9846-4d8475abb5ef 2018-09-04 22:19:42,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/b666f869-c654-470c-b721-97095c54205f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bab561d180dbce0169ad5669caf956e02ef28657" -d '' 2018-09-04 22:19:42,981 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5414bac3-7b19-40db-b4b2-03ebc3dc1d1f Date: Tue, 04 Sep 2018 22:19:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:19:42,982 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/b666f869-c654-470c-b721-97095c54205f/file used request id req-5414bac3-7b19-40db-b4b2-03ebc3dc1d1f 2018-09-04 22:19:42,982 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:19:42,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b666f869-c654-470c-b721-97095c54205f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bab561d180dbce0169ad5669caf956e02ef28657" 2018-09-04 22:19:43,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-973f715e-51a5-49ad-aba3-84d584802f08 Date: Tue, 04 Sep 2018 22:19:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:19:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:19:42Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b666f869-c654-470c-b721-97095c54205f/snap", "metadata": {}}], "self": "/v2/images/b666f869-c654-470c-b721-97095c54205f", "min_disk": 0, "protected": false, "id": "b666f869-c654-470c-b721-97095c54205f", "file": "/v2/images/b666f869-c654-470c-b721-97095c54205f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2c2d9e82c56947fcba69f63f6637540d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b666f869-c654-470c-b721-97095c54205f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:19:43,158 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b666f869-c654-470c-b721-97095c54205f used request id req-973f715e-51a5-49ad-aba3-84d584802f08 2018-09-04 22:19:43,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bab561d180dbce0169ad5669caf956e02ef28657" 2018-09-04 22:19:43,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c17d21e1-b95c-4a6b-a4af-32bc380f7f2a Date: Tue, 04 Sep 2018 22:19:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:19:43,315 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-c17d21e1-b95c-4a6b-a4af-32bc380f7f2a 2018-09-04 22:19:43,318 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image 2018-09-04 22:19:43,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/b666f869-c654-470c-b721-97095c54205f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bab561d180dbce0169ad5669caf956e02ef28657" 2018-09-04 22:19:43,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-c8c6e866-6751-49e0-aa48-957c0b15190c Date: Tue, 04 Sep 2018 22:19:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:19:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:19:42Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b666f869-c654-470c-b721-97095c54205f/snap", "metadata": {}}], "self": "/v2/images/b666f869-c654-470c-b721-97095c54205f", "min_disk": 0, "protected": false, "id": "b666f869-c654-470c-b721-97095c54205f", "file": "/v2/images/b666f869-c654-470c-b721-97095c54205f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2c2d9e82c56947fcba69f63f6637540d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b666f869-c654-470c-b721-97095c54205f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:19:43,468 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/b666f869-c654-470c-b721-97095c54205f used request id req-c8c6e866-6751-49e0-aa48-957c0b15190c 2018-09-04 22:19:43,469 - create_image - DEBUG - Instance status is - active 2018-09-04 22:19:43,469 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image 2018-09-04 22:19:43,469 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image 2018-09-04 22:19:43,469 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:19:43,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3618ca9c0b4b49a14e938fe33c47b5887f701e4" 2018-09-04 22:19:43,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f60c422-5086-45d1-a86b-a4035bb9f0a9 x-compute-request-id: req-5f60c422-5086-45d1-a86b-a4035bb9f0a9 Content-Encoding: gzip Content-Length: 273 Content-Type: application/json RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": {"overcloud-controller-2.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-09-04T22:19:34.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-09-04T22:19:42.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-09-04T22:19:40.000000"}}, "overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-09-04T22:19:34.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-09-04T22:19:40.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-09-04T22:19:41.000000"}}, "overcloud-controller-1.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-09-04T22:19:34.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-09-04T22:19:34.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-09-04T22:19:41.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-09-04T22:19:38.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-09-04T22:19:37.000000"}}}, "zoneName": "nova"}]} 2018-09-04 22:19:43,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-availability-zone/detail used request id req-5f60c422-5086-45d1-a86b-a4035bb9f0a9 2018-09-04 22:19:43,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:19:43,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:19:44,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:19:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["4y3j9B5OQPekrYjvr14KAg"], "issued_at": "2018-09-04T22:19:44.000000Z"}} 2018-09-04 22:19:44,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:44,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cba9911b-facc-4072-beab-4e557aa229b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:19:44,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cba9911b-facc-4072-beab-4e557aa229b5 2018-09-04 22:19:44,191 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:19:44,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:44,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89552431-59a2-4ee2-9ebd-debbd3158dd8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:19:44,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-89552431-59a2-4ee2-9ebd-debbd3158dd8 2018-09-04 22:19:44,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:44,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-f61e656c-b85a-434c-ad11-2b0643df509d Date: Tue, 04 Sep 2018 22:19:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:19:44,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-f61e656c-b85a-434c-ad11-2b0643df509d 2018-09-04 22:19:44,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:19:44,564 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:19:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:19:44,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:44,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8990d9a8-6232-4db4-8f84-fe78aa7690be Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:19:44,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-8990d9a8-6232-4db4-8f84-fe78aa7690be 2018-09-04 22:19:44,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:44,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-6d88aa11-6b0a-41a8-88a2-2134ac31141f Date: Tue, 04 Sep 2018 22:19:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:19:44,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-6d88aa11-6b0a-41a8-88a2-2134ac31141f 2018-09-04 22:19:44,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:45,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fd4a5fd7-7f4c-48dc-bf17-22fce2c08062 Date: Tue, 04 Sep 2018 22:19:45 GMT RESP BODY: {"ports":[]} 2018-09-04 22:19:45,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1&admin_state_up=True used request id req-fd4a5fd7-7f4c-48dc-bf17-22fce2c08062 2018-09-04 22:19:45,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:45,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e0e1703-dbb3-47a0-8452-1e7caecdf567 x-compute-request-id: req-5e0e1703-dbb3-47a0-8452-1e7caecdf567 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:19:45,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-5e0e1703-dbb3-47a0-8452-1e7caecdf567 2018-09-04 22:19:45,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:45,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-4fb91999-3bb8-4ea7-bbf8-fbfd085ae211 Date: Tue, 04 Sep 2018 22:19:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:19:45,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-4fb91999-3bb8-4ea7-bbf8-fbfd085ae211 2018-09-04 22:19:45,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:45,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-548855fb-7583-47b6-9b9d-1455f08aabeb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:19:45,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-548855fb-7583-47b6-9b9d-1455f08aabeb 2018-09-04 22:19:45,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:45,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-64b0ffed-dd9a-4ebf-83d6-4e84307c93a0 Date: Tue, 04 Sep 2018 22:19:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:19:45,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-64b0ffed-dd9a-4ebf-83d6-4e84307c93a0 2018-09-04 22:19:45,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:46,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a5ade98a-f9b2-4f81-ab1f-1c6ed8c0ee0c Date: Tue, 04 Sep 2018 22:19:46 GMT RESP BODY: {"ports":[]} 2018-09-04 22:19:46,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1&admin_state_up=True used request id req-a5ade98a-f9b2-4f81-ab1f-1c6ed8c0ee0c 2018-09-04 22:19:46,018 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:19:46,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:19:46,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:19:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["1hfUIf6uS5az5w7xQZq0hQ"], "issued_at": "2018-09-04T22:19:46.000000Z"}} 2018-09-04 22:19:46,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b992e54251b6e0b19d231c05cc6315bcda04306" 2018-09-04 22:19:46,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-363ab73b-d660-4f01-8360-054dc97db5a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:19:46,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-363ab73b-d660-4f01-8360-054dc97db5a2 2018-09-04 22:19:46,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:46,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-e8d437d9-0bdd-45e5-81b0-fb094d852768 Date: Tue, 04 Sep 2018 22:19:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:19:46,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-e8d437d9-0bdd-45e5-81b0-fb094d852768 2018-09-04 22:19:46,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:46,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-ec0e3811-b6c2-46c9-a83b-95acca9a7bc7 Date: Tue, 04 Sep 2018 22:19:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:19:46,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-ec0e3811-b6c2-46c9-a83b-95acca9a7bc7 2018-09-04 22:19:46,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:47,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-2cca2ab0-878c-4719-81c1-eeee31792c25 Date: Tue, 04 Sep 2018 22:19:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:19:47,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-2cca2ab0-878c-4719-81c1-eeee31792c25 2018-09-04 22:19:47,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:19:47,042 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:19:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:19:47,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b992e54251b6e0b19d231c05cc6315bcda04306" 2018-09-04 22:19:47,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ba3d271-7cab-4494-a44c-d7ba2380199d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:19:47,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-9ba3d271-7cab-4494-a44c-d7ba2380199d 2018-09-04 22:19:47,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:47,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-b812be79-7455-43f6-84e8-597b3c5d9898 Date: Tue, 04 Sep 2018 22:19:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:19:47,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-b812be79-7455-43f6-84e8-597b3c5d9898 2018-09-04 22:19:47,182 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net 2018-09-04 22:19:47,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" -d '{"port": {"network_id": "4a1a814d-4824-4b71-b604-e753fab575d3", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1", "admin_state_up": true}}' 2018-09-04 22:19:47,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-556ecb16-f51c-4cbd-88cd-02e8add1af76 Date: Tue, 04 Sep 2018 22:19:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:47Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.7"}],"id":"aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6b:54:2e","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1","project_id":"d98703cc10ed423d86894386e49ef6a9","qos_policy_id":null,"admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:47Z","binding:vnic_type":"normal"}} 2018-09-04 22:19:47,867 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-556ecb16-f51c-4cbd-88cd-02e8add1af76 2018-09-04 22:19:47,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:48,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-28bc825c-9e8e-45ac-9d16-c067f0d3cfa8 Date: Tue, 04 Sep 2018 22:19:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:19:48,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-28bc825c-9e8e-45ac-9d16-c067f0d3cfa8 2018-09-04 22:19:48,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:48,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9613b1f0-129b-474a-bfcb-132049b5dd48 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:19:48,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-9613b1f0-129b-474a-bfcb-132049b5dd48 2018-09-04 22:19:48,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:48,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-eac06990-b157-4978-bba9-37072e0b9a9d Date: Tue, 04 Sep 2018 22:19:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:19:48,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-eac06990-b157-4978-bba9-37072e0b9a9d 2018-09-04 22:19:48,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:48,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-cfd0f19b-45f7-48d8-a7fc-d96f3955a996 Date: Tue, 04 Sep 2018 22:19:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.7"}],"id":"aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6b:54:2e","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:47Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:19:48,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1&admin_state_up=True used request id req-cfd0f19b-45f7-48d8-a7fc-d96f3955a996 2018-09-04 22:19:48,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:48,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6d5ca03-712a-4ae5-bb78-4fb39788b7f4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:19:48,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-f6d5ca03-712a-4ae5-bb78-4fb39788b7f4 2018-09-04 22:19:48,704 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-09-04 22:19:48,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:48,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ca523e8-7dc3-4282-8a9f-b05fcb8f3d13 x-compute-request-id: req-5ca523e8-7dc3-4282-8a9f-b05fcb8f3d13 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-flavor-name"}]} 2018-09-04 22:19:48,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5ca523e8-7dc3-4282-8a9f-b05fcb8f3d13 2018-09-04 22:19:48,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/41299053-4de7-4667-a074-baf333ed6c70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:48,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a3264df-2620-4790-b9d1-30ddfc3b657c x-compute-request-id: req-6a3264df-2620-4790-b9d1-30ddfc3b657c Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "41299053-4de7-4667-a074-baf333ed6c70", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:19:48,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/41299053-4de7-4667-a074-baf333ed6c70 used request id req-6a3264df-2620-4790-b9d1-30ddfc3b657c 2018-09-04 22:19:48,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:48,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-74a5f63c-7a1e-4820-ae03-5bb05baa3c57 Date: Tue, 04 Sep 2018 22:19:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:19:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:19:42Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b666f869-c654-470c-b721-97095c54205f/snap", "metadata": {}}], "self": "/v2/images/b666f869-c654-470c-b721-97095c54205f", "min_disk": 0, "protected": false, "id": "b666f869-c654-470c-b721-97095c54205f", "file": "/v2/images/b666f869-c654-470c-b721-97095c54205f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2c2d9e82c56947fcba69f63f6637540d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b666f869-c654-470c-b721-97095c54205f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image"} 2018-09-04 22:19:48,960 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image used request id req-74a5f63c-7a1e-4820-ae03-5bb05baa3c57 2018-09-04 22:19:48,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:49,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c42c3fa5-d10f-41f8-97a9-75ab05e93c8e Date: Tue, 04 Sep 2018 22:19:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:19:49,109 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-c42c3fa5-d10f-41f8-97a9-75ab05e93c8e 2018-09-04 22:19:49,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" -d '{"server": {"name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "b666f869-c654-470c-b721-97095c54205f", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "41299053-4de7-4667-a074-baf333ed6c70", "max_count": 1, "min_count": 1, "networks": [{"port": "aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa"}]}}' 2018-09-04 22:19:50,678 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:19:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1f300289-0e9c-43a9-aced-4e6b1e77dabf x-compute-request-id: req-1f300289-0e9c-43a9-aced-4e6b1e77dabf Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "adminPass": "V8dWbe2p7MvM"}} 2018-09-04 22:19:50,678 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-1f300289-0e9c-43a9-aced-4e6b1e77dabf 2018-09-04 22:19:50,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:51,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d37896e8-bb45-4a78-9de3-d9ba0abd13cb x-compute-request-id: req-d37896e8-bb45-4a78-9de3-d9ba0abd13cb Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:19:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-09-04T22:19:50Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:51,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-d37896e8-bb45-4a78-9de3-d9ba0abd13cb 2018-09-04 22:19:51,061 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-09-04 22:19:51,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:51,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a22992b-0432-49f4-9717-d5d09932462e x-compute-request-id: req-7a22992b-0432-49f4-9717-d5d09932462e Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:19:51Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-09-04T22:19:50Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:51,427 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-7a22992b-0432-49f4-9717-d5d09932462e 2018-09-04 22:19:51,427 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-09-04 22:19:51,427 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:19:54,430 - create_instance - DEBUG - VM status query timeout in 896.63112998 2018-09-04 22:19:54,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:54,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-039db5ad-69a8-4dbf-a445-51353fd1aa89 x-compute-request-id: req-039db5ad-69a8-4dbf-a445-51353fd1aa89 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:19:52Z", "hostId": "783f4d5774ff5c24671d1cae0906869a77e2cf12fd101b96ef135977", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-09-04T22:19:50Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:54,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-039db5ad-69a8-4dbf-a445-51353fd1aa89 2018-09-04 22:19:54,884 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-09-04 22:19:54,884 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:19:57,887 - create_instance - DEBUG - VM status query timeout in 893.174630165 2018-09-04 22:19:57,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:19:58,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:19:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-659c4693-b8c8-46a5-8e98-428ce1fd39bb x-compute-request-id: req-659c4693-b8c8-46a5-8e98-428ce1fd39bb Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:54:2e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:19:52Z", "hostId": "783f4d5774ff5c24671d1cae0906869a77e2cf12fd101b96ef135977", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-09-04T22:19:50Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:19:58,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-659c4693-b8c8-46a5-8e98-428ce1fd39bb 2018-09-04 22:19:58,597 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-09-04 22:19:58,597 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:20:01,600 - create_instance - DEBUG - VM status query timeout in 889.461331129 2018-09-04 22:20:01,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:02,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22eee3dd-d23e-4fd6-8e81-eb26523f70bf x-compute-request-id: req-22eee3dd-d23e-4fd6-8e81-eb26523f70bf Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:54:2e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-09-04T22:19:57.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:58Z", "hostId": "783f4d5774ff5c24671d1cae0906869a77e2cf12fd101b96ef135977", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-09-04T22:19:50Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:02,203 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-22eee3dd-d23e-4fd6-8e81-eb26523f70bf 2018-09-04 22:20:02,204 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-09-04 22:20:02,204 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:20:02,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:02,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80da01a4-f3a3-4427-9bcf-34215ee65073 x-compute-request-id: req-80da01a4-f3a3-4427-9bcf-34215ee65073 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:54:2e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-09-04T22:19:57.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:58Z", "hostId": "783f4d5774ff5c24671d1cae0906869a77e2cf12fd101b96ef135977", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-09-04T22:19:50Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:02,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-80da01a4-f3a3-4427-9bcf-34215ee65073 2018-09-04 22:20:02,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:02,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-a099c1ab-24db-40d6-80e1-8f0e582a8d3d Date: Tue, 04 Sep 2018 22:20:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:02,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-a099c1ab-24db-40d6-80e1-8f0e582a8d3d 2018-09-04 22:20:02,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:02,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4d942a5-530c-4de5-a208-61a58e4ac624 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:02,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-e4d942a5-530c-4de5-a208-61a58e4ac624 2018-09-04 22:20:02,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:03,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-de68b25d-302f-4527-8f0b-7490946cb2e2 Date: Tue, 04 Sep 2018 22:20:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:03,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-de68b25d-302f-4527-8f0b-7490946cb2e2 2018-09-04 22:20:03,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:03,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-fed13764-333e-4ccc-82e4-9069721b2e32 Date: Tue, 04 Sep 2018 22:20:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.3"}],"id":"29e6d125-0fdd-4d46-8ead-b795fff5dc58","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:04:a5","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.4"}],"id":"62eafc9c-ace2-4f9f-9552-30d269b718a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0d:35:11","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.2"}],"id":"86bf87b0-1467-43b0-bb51-ff58d4ee6c48","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:82:4b","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.7"}],"id":"aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:54:2e","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:47Z","binding:vnic_type":"normal","device_id":"735ee082-3ea8-4fcd-947c-e15659bdee7e"}]} 2018-09-04 22:20:03,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-fed13764-333e-4ccc-82e4-9069721b2e32 2018-09-04 22:20:03,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:03,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ec54bd3-244d-42e1-8478-61681266dc8e x-compute-request-id: req-0ec54bd3-244d-42e1-8478-61681266dc8e Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:54:2e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-09-04T22:19:57.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:58Z", "hostId": "783f4d5774ff5c24671d1cae0906869a77e2cf12fd101b96ef135977", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-09-04T22:19:50Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:03,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-0ec54bd3-244d-42e1-8478-61681266dc8e 2018-09-04 22:20:03,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:03,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-e420e3ce-95b7-4fe4-a798-3af65b10ec39 Date: Tue, 04 Sep 2018 22:20:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:03,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-e420e3ce-95b7-4fe4-a798-3af65b10ec39 2018-09-04 22:20:03,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:03,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6ef668-38b4-424e-abbd-ca82b31cced1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:03,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-2e6ef668-38b4-424e-abbd-ca82b31cced1 2018-09-04 22:20:03,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:03,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-1118f61c-3acd-4abc-9d90-7bf1daa00029 Date: Tue, 04 Sep 2018 22:20:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:03,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-1118f61c-3acd-4abc-9d90-7bf1daa00029 2018-09-04 22:20:03,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:04,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-a43392af-9b02-4b84-85a1-bf03eeebce87 Date: Tue, 04 Sep 2018 22:20:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.3"}],"id":"29e6d125-0fdd-4d46-8ead-b795fff5dc58","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:04:a5","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.4"}],"id":"62eafc9c-ace2-4f9f-9552-30d269b718a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0d:35:11","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.2"}],"id":"86bf87b0-1467-43b0-bb51-ff58d4ee6c48","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:82:4b","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.7"}],"id":"aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:54:2e","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:47Z","binding:vnic_type":"normal","device_id":"735ee082-3ea8-4fcd-947c-e15659bdee7e"}]} 2018-09-04 22:20:04,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-a43392af-9b02-4b84-85a1-bf03eeebce87 2018-09-04 22:20:04,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:04,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad82812b-d9ee-466a-9de0-32f22f045aac x-compute-request-id: req-ad82812b-d9ee-466a-9de0-32f22f045aac Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:54:2e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-09-04T22:19:57.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:58Z", "hostId": "783f4d5774ff5c24671d1cae0906869a77e2cf12fd101b96ef135977", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-09-04T22:19:50Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:04,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-ad82812b-d9ee-466a-9de0-32f22f045aac 2018-09-04 22:20:04,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:04,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-cdb68729-53aa-4203-b8bb-8ecebbbeb13b Date: Tue, 04 Sep 2018 22:20:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:04,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-cdb68729-53aa-4203-b8bb-8ecebbbeb13b 2018-09-04 22:20:04,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:04,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a556550c-4326-49ef-82d8-90e81cf63259 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:04,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-a556550c-4326-49ef-82d8-90e81cf63259 2018-09-04 22:20:04,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:05,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-90aa65df-27f8-4dc8-b86b-5ed386059363 Date: Tue, 04 Sep 2018 22:20:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:05,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-90aa65df-27f8-4dc8-b86b-5ed386059363 2018-09-04 22:20:05,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:05,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-ba908b50-ffa5-4002-a658-a39470898448 Date: Tue, 04 Sep 2018 22:20:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.3"}],"id":"29e6d125-0fdd-4d46-8ead-b795fff5dc58","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:04:a5","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.4"}],"id":"62eafc9c-ace2-4f9f-9552-30d269b718a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0d:35:11","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.2"}],"id":"86bf87b0-1467-43b0-bb51-ff58d4ee6c48","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:82:4b","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.7"}],"id":"aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:54:2e","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:47Z","binding:vnic_type":"normal","device_id":"735ee082-3ea8-4fcd-947c-e15659bdee7e"}]} 2018-09-04 22:20:05,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-ba908b50-ffa5-4002-a658-a39470898448 2018-09-04 22:20:05,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:20:05,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:20:05,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:20:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["6iGaKjYVQRysY0O1KzRHDQ"], "issued_at": "2018-09-04T22:20:05.000000Z"}} 2018-09-04 22:20:05,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:05,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c4dd720-0032-4186-86b4-ec0f87b8a482 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:20:05,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9c4dd720-0032-4186-86b4-ec0f87b8a482 2018-09-04 22:20:05,565 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:20:05,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:05,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b550cca0-43f8-4979-942d-0502e360734a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:20:05,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b550cca0-43f8-4979-942d-0502e360734a 2018-09-04 22:20:05,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:05,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-6600fb83-6c5b-4cde-b084-f0aa81ded920 Date: Tue, 04 Sep 2018 22:20:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:05,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-6600fb83-6c5b-4cde-b084-f0aa81ded920 2018-09-04 22:20:05,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:20:05,924 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:20:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:20:05,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:06,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0729b8f4-cd90-44f6-9d18-0d8140479a26 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:06,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-0729b8f4-cd90-44f6-9d18-0d8140479a26 2018-09-04 22:20:06,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:06,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-9716697e-625a-4358-bdd2-cf0f15e02ae5 Date: Tue, 04 Sep 2018 22:20:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:06,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-9716697e-625a-4358-bdd2-cf0f15e02ae5 2018-09-04 22:20:06,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:06,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ba427d02-0e23-49e7-884c-04ae4e86a5c9 Date: Tue, 04 Sep 2018 22:20:06 GMT RESP BODY: {"ports":[]} 2018-09-04 22:20:06,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2&admin_state_up=True used request id req-ba427d02-0e23-49e7-884c-04ae4e86a5c9 2018-09-04 22:20:06,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:06,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5819c157-ae2f-48d7-9519-d3bdd3d9b6ca x-compute-request-id: req-5819c157-ae2f-48d7-9519-d3bdd3d9b6ca Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:20:06,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-5819c157-ae2f-48d7-9519-d3bdd3d9b6ca 2018-09-04 22:20:06,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:06,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-7cc49473-0548-4c29-827a-3ad3fb5c0e4d Date: Tue, 04 Sep 2018 22:20:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:06,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-7cc49473-0548-4c29-827a-3ad3fb5c0e4d 2018-09-04 22:20:06,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:06,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e2d5002-b8e3-45f9-9c1a-143b7c94316a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:06,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-4e2d5002-b8e3-45f9-9c1a-143b7c94316a 2018-09-04 22:20:06,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:07,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-1f790eba-e5c3-444f-a575-af7fec57e7db Date: Tue, 04 Sep 2018 22:20:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:07,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-1f790eba-e5c3-444f-a575-af7fec57e7db 2018-09-04 22:20:07,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:07,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-851f4671-6d58-4a50-ae37-172b8cd3b17d Date: Tue, 04 Sep 2018 22:20:07 GMT RESP BODY: {"ports":[]} 2018-09-04 22:20:07,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2&admin_state_up=True used request id req-851f4671-6d58-4a50-ae37-172b8cd3b17d 2018-09-04 22:20:07,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:20:07,350 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:20:07,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:20:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["NjjeHUaPST21S12Ss0np2g"], "issued_at": "2018-09-04T22:20:07.000000Z"}} 2018-09-04 22:20:07,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fb5ce7db390e53dc5ed2d574cef144e5a7d00a2" 2018-09-04 22:20:07,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e33ab0-ac4e-4197-a278-b62396d49801 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:20:07,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-83e33ab0-ac4e-4197-a278-b62396d49801 2018-09-04 22:20:07,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:08,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-b23d9d8f-76ec-450b-9833-d325874ccb08 Date: Tue, 04 Sep 2018 22:20:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:08,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-b23d9d8f-76ec-450b-9833-d325874ccb08 2018-09-04 22:20:08,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:08,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-e9d93247-2387-4428-91b5-ae9980b1e221 Date: Tue, 04 Sep 2018 22:20:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:08,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-e9d93247-2387-4428-91b5-ae9980b1e221 2018-09-04 22:20:08,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:08,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-350dcea0-2ddf-4ca2-8b2e-e9651eb362e7 Date: Tue, 04 Sep 2018 22:20:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:08,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-350dcea0-2ddf-4ca2-8b2e-e9651eb362e7 2018-09-04 22:20:08,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:20:08,658 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:20:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:20:08,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fb5ce7db390e53dc5ed2d574cef144e5a7d00a2" 2018-09-04 22:20:08,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e7baf96-c124-498c-a634-9a8717bedb91 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:08,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-7e7baf96-c124-498c-a634-9a8717bedb91 2018-09-04 22:20:08,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:08,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-430abb3b-b832-427a-9554-1fed4fe1c3eb Date: Tue, 04 Sep 2018 22:20:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:08,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-430abb3b-b832-427a-9554-1fed4fe1c3eb 2018-09-04 22:20:08,947 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net 2018-09-04 22:20:08,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" -d '{"port": {"network_id": "4a1a814d-4824-4b71-b604-e753fab575d3", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2", "admin_state_up": true}}' 2018-09-04 22:20:09,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-0733e92b-bd50-491d-ac7f-10a035130f50 Date: Tue, 04 Sep 2018 22:20:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:20:09Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.10"}],"id":"405fed2e-83b1-43a2-9cc9-bdc2c90fa833","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:d7:f8","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2","project_id":"d98703cc10ed423d86894386e49ef6a9","qos_policy_id":null,"admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:20:09Z","binding:vnic_type":"normal"}} 2018-09-04 22:20:09,808 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-0733e92b-bd50-491d-ac7f-10a035130f50 2018-09-04 22:20:09,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:10,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-172fa037-0ebe-4ccc-a225-538eec27eb5b Date: Tue, 04 Sep 2018 22:20:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:10,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-172fa037-0ebe-4ccc-a225-538eec27eb5b 2018-09-04 22:20:10,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:10,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-939f8be5-ab9b-41bb-a047-290678c69013 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:10,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-939f8be5-ab9b-41bb-a047-290678c69013 2018-09-04 22:20:10,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:10,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-e3afd146-0500-44d4-8714-0581830ac1e5 Date: Tue, 04 Sep 2018 22:20:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:10,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-e3afd146-0500-44d4-8714-0581830ac1e5 2018-09-04 22:20:10,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:10,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-946c3b4f-7213-4fca-834a-90c3eae87008 Date: Tue, 04 Sep 2018 22:20:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:20:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.10"}],"id":"405fed2e-83b1-43a2-9cc9-bdc2c90fa833","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:d7:f8","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:20:09Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:20:10,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2&admin_state_up=True used request id req-946c3b4f-7213-4fca-834a-90c3eae87008 2018-09-04 22:20:10,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:10,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e10224b6-4d84-4703-a36b-4ea4ae1946b8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:10,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-e10224b6-4d84-4703-a36b-4ea4ae1946b8 2018-09-04 22:20:10,522 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-09-04 22:20:10,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:10,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b1227b2-64dd-4067-95df-b383ffea1756 x-compute-request-id: req-2b1227b2-64dd-4067-95df-b383ffea1756 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-flavor-name"}]} 2018-09-04 22:20:10,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2b1227b2-64dd-4067-95df-b383ffea1756 2018-09-04 22:20:10,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/41299053-4de7-4667-a074-baf333ed6c70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:10,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7fa0cdb-ac25-4f0b-a114-fe9a2157906a x-compute-request-id: req-d7fa0cdb-ac25-4f0b-a114-fe9a2157906a Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "41299053-4de7-4667-a074-baf333ed6c70", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:20:10,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/41299053-4de7-4667-a074-baf333ed6c70 used request id req-d7fa0cdb-ac25-4f0b-a114-fe9a2157906a 2018-09-04 22:20:10,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:10,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-769bac6c-68d5-4732-be26-6fe425cbe7cc Date: Tue, 04 Sep 2018 22:20:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:19:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:19:42Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b666f869-c654-470c-b721-97095c54205f/snap", "metadata": {}}], "self": "/v2/images/b666f869-c654-470c-b721-97095c54205f", "min_disk": 0, "protected": false, "id": "b666f869-c654-470c-b721-97095c54205f", "file": "/v2/images/b666f869-c654-470c-b721-97095c54205f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2c2d9e82c56947fcba69f63f6637540d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/b666f869-c654-470c-b721-97095c54205f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image"} 2018-09-04 22:20:10,758 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image used request id req-769bac6c-68d5-4732-be26-6fe425cbe7cc 2018-09-04 22:20:10,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:10,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d74c27e9-7bd5-4468-a56e-578148ef3f5d Date: Tue, 04 Sep 2018 22:20:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:20:10,914 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d74c27e9-7bd5-4468-a56e-578148ef3f5d 2018-09-04 22:20:10,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" -d '{"server": {"name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "b666f869-c654-470c-b721-97095c54205f", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "41299053-4de7-4667-a074-baf333ed6c70", "max_count": 1, "min_count": 1, "networks": [{"port": "405fed2e-83b1-43a2-9cc9-bdc2c90fa833"}]}}' 2018-09-04 22:20:12,822 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:20:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-062ed3fa-9556-4c7f-9c49-f4fdb95dc835 x-compute-request-id: req-062ed3fa-9556-4c7f-9c49-f4fdb95dc835 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "75ddfb5a-daa7-4515-ad94-b7081bd40025", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "bookmark"}], "adminPass": "M6oHfvsULgmi"}} 2018-09-04 22:20:12,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-062ed3fa-9556-4c7f-9c49-f4fdb95dc835 2018-09-04 22:20:12,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:13,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76c2267f-b27d-42d9-a4bc-e9f8b3ed94ae x-compute-request-id: req-76c2267f-b27d-42d9-a4bc-e9f8b3ed94ae Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "75ddfb5a-daa7-4515-ad94-b7081bd40025", "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:20:12Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-09-04T22:20:12Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:13,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-76c2267f-b27d-42d9-a4bc-e9f8b3ed94ae 2018-09-04 22:20:13,055 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-09-04 22:20:13,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:13,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e02724c-d84e-4116-8a28-066ab703cd6e x-compute-request-id: req-7e02724c-d84e-4116-8a28-066ab703cd6e Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "75ddfb5a-daa7-4515-ad94-b7081bd40025", "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:20:13Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-09-04T22:20:12Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:13,505 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-7e02724c-d84e-4116-8a28-066ab703cd6e 2018-09-04 22:20:13,506 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-09-04 22:20:13,506 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:20:16,509 - create_instance - DEBUG - VM status query timeout in 896.54600811 2018-09-04 22:20:16,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:16,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d03dfd8-a278-481f-ab00-c0d0a144127a x-compute-request-id: req-9d03dfd8-a278-481f-ab00-c0d0a144127a Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:d7:f8", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "75ddfb5a-daa7-4515-ad94-b7081bd40025", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:20:14Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-09-04T22:20:12Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:16,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-9d03dfd8-a278-481f-ab00-c0d0a144127a 2018-09-04 22:20:16,910 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-09-04 22:20:16,911 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:20:19,914 - create_instance - DEBUG - VM status query timeout in 893.141505003 2018-09-04 22:20:19,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:20,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf5e7b08-55eb-4f72-bb45-33f78439c3d1 x-compute-request-id: req-bf5e7b08-55eb-4f72-bb45-33f78439c3d1 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:d7:f8", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-09-04T22:20:18.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "75ddfb5a-daa7-4515-ad94-b7081bd40025", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:20:19Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-09-04T22:20:12Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:20,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-bf5e7b08-55eb-4f72-bb45-33f78439c3d1 2018-09-04 22:20:20,680 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-09-04 22:20:20,680 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:20:20,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:21,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c98cba7c-dd70-4037-90ec-c2ce71333b3d x-compute-request-id: req-c98cba7c-dd70-4037-90ec-c2ce71333b3d Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:d7:f8", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-09-04T22:20:18.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "75ddfb5a-daa7-4515-ad94-b7081bd40025", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:20:19Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-09-04T22:20:12Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:21,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-c98cba7c-dd70-4037-90ec-c2ce71333b3d 2018-09-04 22:20:21,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:21,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-9b9dfbbd-d9d8-4108-8989-bf4c540e687d Date: Tue, 04 Sep 2018 22:20:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:21,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-9b9dfbbd-d9d8-4108-8989-bf4c540e687d 2018-09-04 22:20:21,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:21,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fafbc29-c842-48c8-a0f3-9a123c1fdf9a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:21,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-0fafbc29-c842-48c8-a0f3-9a123c1fdf9a 2018-09-04 22:20:21,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:21,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-c3419d8b-ba1c-4436-9117-adfaf693a65f Date: Tue, 04 Sep 2018 22:20:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:21,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-c3419d8b-ba1c-4436-9117-adfaf693a65f 2018-09-04 22:20:21,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:21,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-3eab9421-67e5-4942-8c84-b5cffae1cdaa Date: Tue, 04 Sep 2018 22:20:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.3"}],"id":"29e6d125-0fdd-4d46-8ead-b795fff5dc58","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:04:a5","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:20:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.10"}],"id":"405fed2e-83b1-43a2-9cc9-bdc2c90fa833","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:d7:f8","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:20:09Z","binding:vnic_type":"normal","device_id":"75ddfb5a-daa7-4515-ad94-b7081bd40025"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.4"}],"id":"62eafc9c-ace2-4f9f-9552-30d269b718a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0d:35:11","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.2"}],"id":"86bf87b0-1467-43b0-bb51-ff58d4ee6c48","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:82:4b","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.7"}],"id":"aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:54:2e","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:47Z","binding:vnic_type":"normal","device_id":"735ee082-3ea8-4fcd-947c-e15659bdee7e"}]} 2018-09-04 22:20:21,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-3eab9421-67e5-4942-8c84-b5cffae1cdaa 2018-09-04 22:20:21,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:22,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bac5f53-f65c-4a10-aa5c-5e39afb9c93d x-compute-request-id: req-2bac5f53-f65c-4a10-aa5c-5e39afb9c93d Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:d7:f8", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-09-04T22:20:18.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "75ddfb5a-daa7-4515-ad94-b7081bd40025", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:20:19Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-09-04T22:20:12Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:22,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-2bac5f53-f65c-4a10-aa5c-5e39afb9c93d 2018-09-04 22:20:22,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:22,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-16af592f-6fd1-42d7-8e3a-8e8c7a5c19e3 Date: Tue, 04 Sep 2018 22:20:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:22,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-16af592f-6fd1-42d7-8e3a-8e8c7a5c19e3 2018-09-04 22:20:22,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:22,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37917002-4012-453f-a83c-43a275cef615 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:22,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-37917002-4012-453f-a83c-43a275cef615 2018-09-04 22:20:22,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:22,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-551415ef-c9c3-48c4-863f-c64073afb6ca Date: Tue, 04 Sep 2018 22:20:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:22,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-551415ef-c9c3-48c4-863f-c64073afb6ca 2018-09-04 22:20:22,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:22,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-cf18a28d-ee0d-4cba-95ca-c56c93163cc4 Date: Tue, 04 Sep 2018 22:20:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.3"}],"id":"29e6d125-0fdd-4d46-8ead-b795fff5dc58","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:04:a5","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:20:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.10"}],"id":"405fed2e-83b1-43a2-9cc9-bdc2c90fa833","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:d7:f8","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:20:09Z","binding:vnic_type":"normal","device_id":"75ddfb5a-daa7-4515-ad94-b7081bd40025"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.4"}],"id":"62eafc9c-ace2-4f9f-9552-30d269b718a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0d:35:11","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.2"}],"id":"86bf87b0-1467-43b0-bb51-ff58d4ee6c48","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:82:4b","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.7"}],"id":"aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:54:2e","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:47Z","binding:vnic_type":"normal","device_id":"735ee082-3ea8-4fcd-947c-e15659bdee7e"}]} 2018-09-04 22:20:22,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-cf18a28d-ee0d-4cba-95ca-c56c93163cc4 2018-09-04 22:20:22,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:22,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b2b53d3-e8f9-4c10-80a0-928f27c82a55 x-compute-request-id: req-5b2b53d3-e8f9-4c10-80a0-928f27c82a55 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:d7:f8", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-09-04T22:20:18.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "75ddfb5a-daa7-4515-ad94-b7081bd40025", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:20:19Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-09-04T22:20:12Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:22,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-5b2b53d3-e8f9-4c10-80a0-928f27c82a55 2018-09-04 22:20:22,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:22,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-94cb075e-1906-4e7d-a3c0-e066232cdbc5 Date: Tue, 04 Sep 2018 22:20:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:22,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-94cb075e-1906-4e7d-a3c0-e066232cdbc5 2018-09-04 22:20:22,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:23,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8171aabc-ac36-4bb7-abb8-630271200092 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:23,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-8171aabc-ac36-4bb7-abb8-630271200092 2018-09-04 22:20:23,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:23,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-d2aa92b5-390a-41c5-9a21-c49dcff5757a Date: Tue, 04 Sep 2018 22:20:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:23,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-d2aa92b5-390a-41c5-9a21-c49dcff5757a 2018-09-04 22:20:23,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:23,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-ba87c218-9cae-4316-819a-936bce93cf63 Date: Tue, 04 Sep 2018 22:20:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.3"}],"id":"29e6d125-0fdd-4d46-8ead-b795fff5dc58","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:04:a5","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:20:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.10"}],"id":"405fed2e-83b1-43a2-9cc9-bdc2c90fa833","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:d7:f8","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:20:09Z","binding:vnic_type":"normal","device_id":"75ddfb5a-daa7-4515-ad94-b7081bd40025"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.4"}],"id":"62eafc9c-ace2-4f9f-9552-30d269b718a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0d:35:11","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.2"}],"id":"86bf87b0-1467-43b0-bb51-ff58d4ee6c48","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:82:4b","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.7"}],"id":"aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:54:2e","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:47Z","binding:vnic_type":"normal","device_id":"735ee082-3ea8-4fcd-947c-e15659bdee7e"}]} 2018-09-04 22:20:23,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-ba87c218-9cae-4316-819a-936bce93cf63 2018-09-04 22:20:23,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:23,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21c39bc2-d6c9-4a73-9fbf-6b703c745deb x-compute-request-id: req-21c39bc2-d6c9-4a73-9fbf-6b703c745deb Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:54:2e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-09-04T22:19:57.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:58Z", "hostId": "783f4d5774ff5c24671d1cae0906869a77e2cf12fd101b96ef135977", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-09-04T22:19:50Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:23,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-21c39bc2-d6c9-4a73-9fbf-6b703c745deb 2018-09-04 22:20:23,948 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-09-04 22:20:23,949 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:20:23,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:24,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b5308eb-07f9-4985-b9d4-4449708f0373 x-compute-request-id: req-0b5308eb-07f9-4985-b9d4-4449708f0373 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:54:2e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-09-04T22:19:57.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:58Z", "hostId": "783f4d5774ff5c24671d1cae0906869a77e2cf12fd101b96ef135977", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-09-04T22:19:50Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:24,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-0b5308eb-07f9-4985-b9d4-4449708f0373 2018-09-04 22:20:24,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:24,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-91cfc695-e7bc-4ec2-a789-265eef4686ad Date: Tue, 04 Sep 2018 22:20:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:24,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-91cfc695-e7bc-4ec2-a789-265eef4686ad 2018-09-04 22:20:24,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:24,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cc24ec9-8f1a-4ff0-b2c4-f53aeab4161d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:24,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-6cc24ec9-8f1a-4ff0-b2c4-f53aeab4161d 2018-09-04 22:20:24,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:24,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-3dd48a4e-5245-4504-b5c8-9eda2845a773 Date: Tue, 04 Sep 2018 22:20:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:24,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-3dd48a4e-5245-4504-b5c8-9eda2845a773 2018-09-04 22:20:24,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:24,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-f549a25a-ecc7-4fa2-8a3a-7ef115b82d61 Date: Tue, 04 Sep 2018 22:20:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.3"}],"id":"29e6d125-0fdd-4d46-8ead-b795fff5dc58","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:04:a5","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:20:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.10"}],"id":"405fed2e-83b1-43a2-9cc9-bdc2c90fa833","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:d7:f8","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:20:09Z","binding:vnic_type":"normal","device_id":"75ddfb5a-daa7-4515-ad94-b7081bd40025"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.4"}],"id":"62eafc9c-ace2-4f9f-9552-30d269b718a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0d:35:11","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.2"}],"id":"86bf87b0-1467-43b0-bb51-ff58d4ee6c48","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:82:4b","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.7"}],"id":"aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:54:2e","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:47Z","binding:vnic_type":"normal","device_id":"735ee082-3ea8-4fcd-947c-e15659bdee7e"}]} 2018-09-04 22:20:24,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-f549a25a-ecc7-4fa2-8a3a-7ef115b82d61 2018-09-04 22:20:24,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:25,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-564b0314-423a-421c-a435-cc7e15820165 x-compute-request-id: req-564b0314-423a-421c-a435-cc7e15820165 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:54:2e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-09-04T22:19:57.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:19:58Z", "hostId": "783f4d5774ff5c24671d1cae0906869a77e2cf12fd101b96ef135977", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-09-04T22:19:50Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:25,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-564b0314-423a-421c-a435-cc7e15820165 2018-09-04 22:20:25,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:25,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45c926e1-ed2e-4245-a20c-28a1ca294f77 x-compute-request-id: req-45c926e1-ed2e-4245-a20c-28a1ca294f77 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:d7:f8", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-09-04T22:20:18.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "75ddfb5a-daa7-4515-ad94-b7081bd40025", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:20:19Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-09-04T22:20:12Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:25,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-45c926e1-ed2e-4245-a20c-28a1ca294f77 2018-09-04 22:20:25,929 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-09-04 22:20:25,929 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:20:25,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:26,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e891ef9-414a-4275-a534-d7e0a5986896 x-compute-request-id: req-0e891ef9-414a-4275-a534-d7e0a5986896 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:d7:f8", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-09-04T22:20:18.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "75ddfb5a-daa7-4515-ad94-b7081bd40025", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:20:19Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-09-04T22:20:12Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:26,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-0e891ef9-414a-4275-a534-d7e0a5986896 2018-09-04 22:20:26,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:26,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3029d0ba-afb6-4e5a-bfbb-3fa1aa0bd6bf Date: Tue, 04 Sep 2018 22:20:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4a1a814d-4824-4b71-b604-e753fab575d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","subnets":["f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7"],"description":"","tags":[],"updated_at":"2018-09-04T22:19:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net","admin_state_up":true,"tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:20:26,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net used request id req-3029d0ba-afb6-4e5a-bfbb-3fa1aa0bd6bf 2018-09-04 22:20:26,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:26,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c8b5ca0-2dfb-4912-b36e-14e9f4f1e7e4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:26,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-5c8b5ca0-2dfb-4912-b36e-14e9f4f1e7e4 2018-09-04 22:20:26,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:26,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-249024bf-41b1-4cdb-b3d2-7929acd96bec Date: Tue, 04 Sep 2018 22:20:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:39Z","dns_nameservers":[],"updated_at":"2018-09-04T22:19:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d98703cc10ed423d86894386e49ef6a9","id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet"}]} 2018-09-04 22:20:26,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-249024bf-41b1-4cdb-b3d2-7929acd96bec 2018-09-04 22:20:26,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:26,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-9bc1c840-7ac0-40e5-a5b6-e3b98c83eafc Date: Tue, 04 Sep 2018 22:20:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.3"}],"id":"29e6d125-0fdd-4d46-8ead-b795fff5dc58","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:04:a5","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:20:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.10"}],"id":"405fed2e-83b1-43a2-9cc9-bdc2c90fa833","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:d7:f8","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:20:09Z","binding:vnic_type":"normal","device_id":"75ddfb5a-daa7-4515-ad94-b7081bd40025"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.4"}],"id":"62eafc9c-ace2-4f9f-9552-30d269b718a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0d:35:11","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.2"}],"id":"86bf87b0-1467-43b0-bb51-ff58d4ee6c48","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:82:4b","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4a1a814d-4824-4b71-b604-e753fab575d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:19:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7","ip_address":"10.55.0.7"}],"id":"aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa","security_groups":["09b9af67-5723-4137-b09a-c38c3046f78d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:54:2e","project_id":"d98703cc10ed423d86894386e49ef6a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1","admin_state_up":true,"network_id":"4a1a814d-4824-4b71-b604-e753fab575d3","tenant_id":"d98703cc10ed423d86894386e49ef6a9","created_at":"2018-09-04T22:19:47Z","binding:vnic_type":"normal","device_id":"735ee082-3ea8-4fcd-947c-e15659bdee7e"}]} 2018-09-04 22:20:26,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-9bc1c840-7ac0-40e5-a5b6-e3b98c83eafc 2018-09-04 22:20:26,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:27,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74f1a31a-bc81-4b3e-ac81-ab13fc7a6048 x-compute-request-id: req-74f1a31a-bc81-4b3e-ac81-ab13fc7a6048 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:d7:f8", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-09-04T22:20:18.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "75ddfb5a-daa7-4515-ad94-b7081bd40025", "security_groups": [{"name": "default"}], "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:20:19Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-09-04T22:20:12Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:27,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-74f1a31a-bc81-4b3e-ac81-ab13fc7a6048 2018-09-04 22:20:27,365 - create_instance - INFO - Deleting Port with ID - aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa 2018-09-04 22:20:27,365 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-1 2018-09-04 22:20:27,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:27,806 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f0cb0003-adfb-4af4-9a0d-552d54f7c41e Date: Tue, 04 Sep 2018 22:20:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:20:27,807 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/aa84cbe4-e2d8-4b5a-9a67-8354ef6781fa used request id req-f0cb0003-adfb-4af4-9a0d-552d54f7c41e 2018-09-04 22:20:27,807 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-09-04 22:20:27,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:27,959 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:20:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e7474b54-91f7-42c8-89d0-7de68d320644 x-compute-request-id: req-e7474b54-91f7-42c8-89d0-7de68d320644 Content-Type: application/json 2018-09-04 22:20:27,959 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-e7474b54-91f7-42c8-89d0-7de68d320644 2018-09-04 22:20:27,960 - create_instance - INFO - Checking deletion status 2018-09-04 22:20:27,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:28,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fd235ae-fbfe-4b20-baea-188b5de600fd x-compute-request-id: req-5fd235ae-fbfe-4b20-baea-188b5de600fd Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-09-04T22:19:57.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "735ee082-3ea8-4fcd-947c-e15659bdee7e", "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:20:27Z", "hostId": "783f4d5774ff5c24671d1cae0906869a77e2cf12fd101b96ef135977", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-09-04T22:19:50Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:28,202 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-5fd235ae-fbfe-4b20-baea-188b5de600fd 2018-09-04 22:20:28,202 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-09-04 22:20:28,202 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:20:31,203 - create_instance - DEBUG - VM status query timeout in 296.756812096 2018-09-04 22:20:31,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0c6c29e97d2aa1c5e9c01b82f12f3061a89c2" 2018-09-04 22:20:31,251 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:20:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a49e2514-9c93-4e6d-812f-ea7f7524b47b x-compute-request-id: req-a49e2514-9c93-4e6d-812f-ea7f7524b47b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 735ee082-3ea8-4fcd-947c-e15659bdee7e could not be found.", "code": 404}} 2018-09-04 22:20:31,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/735ee082-3ea8-4fcd-947c-e15659bdee7e used request id req-a49e2514-9c93-4e6d-812f-ea7f7524b47b 2018-09-04 22:20:31,251 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 735ee082-3ea8-4fcd-947c-e15659bdee7e could not be found. (HTTP 404) (Request-ID: req-a49e2514-9c93-4e6d-812f-ea7f7524b47b) 2018-09-04 22:20:31,252 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-09-04 22:20:31,253 - create_instance - INFO - Deleting Port with ID - 405fed2e-83b1-43a2-9cc9-bdc2c90fa833 2018-09-04 22:20:31,253 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9efport-2 2018-09-04 22:20:31,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/405fed2e-83b1-43a2-9cc9-bdc2c90fa833 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:31,645 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-beb9a8ab-91b2-45df-a0c8-5c876b589d0c Date: Tue, 04 Sep 2018 22:20:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:20:31,645 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/405fed2e-83b1-43a2-9cc9-bdc2c90fa833 used request id req-beb9a8ab-91b2-45df-a0c8-5c876b589d0c 2018-09-04 22:20:31,645 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-09-04 22:20:31,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:31,810 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:20:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-079a9c6c-390a-42d6-ab95-02784c86976c x-compute-request-id: req-079a9c6c-390a-42d6-ab95-02784c86976c Content-Type: application/json 2018-09-04 22:20:31,810 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-079a9c6c-390a-42d6-ab95-02784c86976c 2018-09-04 22:20:31,811 - create_instance - INFO - Checking deletion status 2018-09-04 22:20:31,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:32,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-423e76c3-d29f-4192-a987-715bb06590ca x-compute-request-id: req-423e76c3-d29f-4192-a987-715bb06590ca Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025", "rel": "bookmark"}], "image": {"id": "b666f869-c654-470c-b721-97095c54205f", "links": [{"href": "http://172.30.9.26:8774/images/b666f869-c654-470c-b721-97095c54205f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-09-04T22:20:18.000000", "flavor": {"id": "41299053-4de7-4667-a074-baf333ed6c70", "links": [{"href": "http://172.30.9.26:8774/flavors/41299053-4de7-4667-a074-baf333ed6c70", "rel": "bookmark"}]}, "id": "75ddfb5a-daa7-4515-ad94-b7081bd40025", "user_id": "2de442c43a484d51809138e1bca3f5b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:20:31Z", "hostId": "bd8333efd7618e9542b9290358acfd46837962326029d206d443506c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-09-04T22:20:12Z", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:32,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-423e76c3-d29f-4192-a987-715bb06590ca 2018-09-04 22:20:32,052 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-09-04 22:20:32,052 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:20:35,053 - create_instance - DEBUG - VM status query timeout in 296.757828951 2018-09-04 22:20:35,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd25d2914d9682331ae5078b9c4dd8c6d5cbe933" 2018-09-04 22:20:35,103 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:20:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-84205459-f468-418f-89ab-61d476d2b714 x-compute-request-id: req-84205459-f468-418f-89ab-61d476d2b714 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 75ddfb5a-daa7-4515-ad94-b7081bd40025 could not be found.", "code": 404}} 2018-09-04 22:20:35,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75ddfb5a-daa7-4515-ad94-b7081bd40025 used request id req-84205459-f468-418f-89ab-61d476d2b714 2018-09-04 22:20:35,103 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 75ddfb5a-daa7-4515-ad94-b7081bd40025 could not be found. (HTTP 404) (Request-ID: req-84205459-f468-418f-89ab-61d476d2b714) 2018-09-04 22:20:35,103 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-09-04 22:20:35,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/41299053-4de7-4667-a074-baf333ed6c70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e37236c118b195d2ad7b1849c1812c008352de9" 2018-09-04 22:20:35,147 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:20:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3b5b4ed2-3331-4fb8-98cb-c23a2e34dc4d x-compute-request-id: req-3b5b4ed2-3331-4fb8-98cb-c23a2e34dc4d Content-Length: 0 Content-Type: application/json 2018-09-04 22:20:35,147 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/41299053-4de7-4667-a074-baf333ed6c70 used request id req-3b5b4ed2-3331-4fb8-98cb-c23a2e34dc4d 2018-09-04 22:20:35,148 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet 2018-09-04 22:20:35,148 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-subnet 2018-09-04 22:20:35,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30180212d43f84158aae95288595ade9b88343ab" 2018-09-04 22:20:37,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6ce5af6f-2ee9-4395-9d20-ca60aabb1092 Date: Tue, 04 Sep 2018 22:20:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:20:37,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/f9262c61-9fb7-4cb1-a26b-5f0d2623a9f7 used request id req-6ce5af6f-2ee9-4395-9d20-ca60aabb1092 2018-09-04 22:20:37,472 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-priv-net 2018-09-04 22:20:37,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/4a1a814d-4824-4b71-b604-e753fab575d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30180212d43f84158aae95288595ade9b88343ab" 2018-09-04 22:20:38,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ced8471-5fbb-4714-b7d7-a2b0f53c7c23 Date: Tue, 04 Sep 2018 22:20:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:20:38,705 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4a1a814d-4824-4b71-b604-e753fab575d3 used request id req-0ced8471-5fbb-4714-b7d7-a2b0f53c7c23 2018-09-04 22:20:38,705 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-ec9c1cda-727e-4642-8dcc-51741de5e9ef-image 2018-09-04 22:20:38,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/b666f869-c654-470c-b721-97095c54205f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bab561d180dbce0169ad5669caf956e02ef28657" 2018-09-04 22:20:40,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-61602ebe-2d5a-471b-890b-4d5e6469e7a7 Date: Tue, 04 Sep 2018 22:20:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:20:40,339 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/b666f869-c654-470c-b721-97095c54205f used request id req-61602ebe-2d5a-471b-890b-4d5e6469e7a7 2018-09-04 22:20:40,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:40,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-a93cf79a-8cd8-49c1-8b7b-31392a48bee1 Date: Tue, 04 Sep 2018 22:20:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:20:40,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-a93cf79a-8cd8-49c1-8b7b-31392a48bee1 2018-09-04 22:20:40,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:40,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e0d43d8-6aa4-49f2-984f-6dc504ec864a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:20:40,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-8e0d43d8-6aa4-49f2-984f-6dc504ec864a 2018-09-04 22:20:40,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:40,762 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:20:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83979227-de83-4c44-b81f-0baaf6f9d25b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:20:40,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-83979227-de83-4c44-b81f-0baaf6f9d25b 2018-09-04 22:20:40,762 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:20:40,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:40,862 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:20:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52564462-55ea-4a39-a509-61eea0f0639f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:20:40,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-52564462-55ea-4a39-a509-61eea0f0639f 2018-09-04 22:20:40,863 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:20:40,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:40,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1d8a1ae-6c72-44f4-a909-699fa21f855c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:20:40,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-c1d8a1ae-6c72-44f4-a909-699fa21f855c 2018-09-04 22:20:40,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:41,036 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:20:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c12f25b-89d2-466d-8a07-407a55c85952 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:20:41,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-3c12f25b-89d2-466d-8a07-407a55c85952 2018-09-04 22:20:41,037 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:20:41,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:41,136 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f7bf665-5f34-4c37-bcd5-ce16d8bc5d47 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:20:41,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-8f7bf665-5f34-4c37-bcd5-ce16d8bc5d47 2018-09-04 22:20:41,136 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:20:41,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:41,228 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbbe73c8-f3c2-4485-abe0-dcc60760278a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:20:41,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-dbbe73c8-f3c2-4485-abe0-dcc60760278a 2018-09-04 22:20:41,229 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:20:41,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:41,313 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1d36d74-0367-40e8-a25e-518d745227c9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:20:41,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-e1d36d74-0367-40e8-a25e-518d745227c9 2018-09-04 22:20:41,313 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:20:41,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:41,404 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09181ef8-ec6c-487e-b22f-cae29b47ad5c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:20:41,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-09181ef8-ec6c-487e-b22f-cae29b47ad5c 2018-09-04 22:20:41,404 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:20:41,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:41,489 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e19443e2-555f-4cd6-a026-bb1cebacf9bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:20:41,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-e19443e2-555f-4cd6-a026-bb1cebacf9bb 2018-09-04 22:20:41,489 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:20:41,490 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj 2018-09-04 22:20:41,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/2c2d9e82c56947fcba69f63f6637540d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:41,697 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17b9860e-069e-4488-a91e-88585e92b55d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:20:41,698 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/2c2d9e82c56947fcba69f63f6637540d used request id req-17b9860e-069e-4488-a91e-88585e92b55d 2018-09-04 22:20:41,698 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-daa7cfe6-1246-471-proj-role 2018-09-04 22:20:41,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/8cde328c296d4b58951e81ffe8b6e606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:41,808 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e37f437a-462a-4781-a776-6c7e5280649b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:20:41,808 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/8cde328c296d4b58951e81ffe8b6e606 used request id req-e37f437a-462a-4781-a776-6c7e5280649b 2018-09-04 22:20:41,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff589ef8367757a3db33971c6c90a09540ba1e2e" 2018-09-04 22:20:41,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30cb074a-6b44-40c0-a75b-4b040e5a6990 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:20:41,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-30cb074a-6b44-40c0-a75b-4b040e5a6990 2018-09-04 22:20:41,900 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-daa7cfe6-1246-471-user 2018-09-04 22:20:41,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/b0fd032b459b45149806854befa63437 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334e86229944acdf3bd92d9afcc8b4fb2ded502c" 2018-09-04 22:20:42,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0ebd6da-9fa5-4852-8ba3-9aaa38c914c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:20:42,063 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b0fd032b459b45149806854befa63437 used request id req-b0ebd6da-9fa5-4852-8ba3-9aaa38c914c9 2018-09-04 22:20:42,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:20:42,462 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:20:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["BrKYtS1iR02nAx1-2Ht3kg"], "issued_at": "2018-09-04T22:20:42.000000Z"}} 2018-09-04 22:20:42,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4506baf0b7e22577976a5d33e8d424deb980c8" 2018-09-04 22:20:42,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf03b5d9-709d-429d-afe2-962b8cd39c0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:20:42,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cf03b5d9-709d-429d-afe2-962b8cd39c0c 2018-09-04 22:20:42,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:20:42,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:20:42,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:20:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["b_z0ZlGOQLasdpWIb6hZJQ"], "issued_at": "2018-09-04T22:20:42.000000Z"}} 2018-09-04 22:20:42,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:20:43,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b6bc1ac-5f00-45e5-bbd9-31f418ab1d46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:20:43,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5b6bc1ac-5f00-45e5-bbd9-31f418ab1d46 2018-09-04 22:20:43,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:20:43,023 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:20:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:20:43,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:20:43,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e4c4c0c-ddcd-437c-bdc1-ae447763d1da Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:20:43,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj used request id req-2e4c4c0c-ddcd-437c-bdc1-ae447763d1da 2018-09-04 22:20:43,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:20:43,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e318c8fa-6ee2-4127-b585-7a9d68e4f4a8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:20:43,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e318c8fa-6ee2-4127-b585-7a9d68e4f4a8 2018-09-04 22:20:43,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}}' 2018-09-04 22:20:43,324 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:20:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a19d1eff-68eb-459e-8c8b-6e441f254b0c Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8"}, "enabled": true, "id": "590b96ce998f4142a095872788e990a8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}} 2018-09-04 22:20:43,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-a19d1eff-68eb-459e-8c8b-6e441f254b0c 2018-09-04 22:20:43,324 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj 2018-09-04 22:20:43,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:20:43,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:20:43,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:20:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["n-BfV3IOTAqh2nkSiscBYg"], "issued_at": "2018-09-04T22:20:43.000000Z"}} 2018-09-04 22:20:43,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02281663295cd1c4ed9a00de3049e69025a2247e" 2018-09-04 22:20:43,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4405f74-1809-41f2-bd23-c0c279f579f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:20:43,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e4405f74-1809-41f2-bd23-c0c279f579f4 2018-09-04 22:20:43,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:20:43,724 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:20:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:20:43,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02281663295cd1c4ed9a00de3049e69025a2247e" 2018-09-04 22:20:43,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7580d95-a507-4538-bc3d-eb6e66de26bf Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:20:43,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-f7580d95-a507-4538-bc3d-eb6e66de26bf 2018-09-04 22:20:43,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02281663295cd1c4ed9a00de3049e69025a2247e" 2018-09-04 22:20:43,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6d358d8-f4d8-49ee-921b-5080a41402fa Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8"}, "enabled": true, "id": "590b96ce998f4142a095872788e990a8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}]} 2018-09-04 22:20:43,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj used request id req-c6d358d8-f4d8-49ee-921b-5080a41402fa 2018-09-04 22:20:43,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02281663295cd1c4ed9a00de3049e69025a2247e" 2018-09-04 22:20:44,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9e21612-b057-4edd-8964-d113ac74a36e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:20:44,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c9e21612-b057-4edd-8964-d113ac74a36e 2018-09-04 22:20:44,389 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-user 2018-09-04 22:20:44,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:20:44,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:20:44,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fae7840-60eb-4248-9f0c-3bbbd95f1cf5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:20:44,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4fae7840-60eb-4248-9f0c-3bbbd95f1cf5 2018-09-04 22:20:44,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" -d '{"role": {"name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj-role"}}' 2018-09-04 22:20:44,611 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:20:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00d62bc4-7d80-4527-a514-04e7e3b10d20 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ad4f7a96e01048768e5ec268087925fd", "links": {"self": "http://172.30.9.26:5000/v3/roles/ad4f7a96e01048768e5ec268087925fd"}, "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj-role"}} 2018-09-04 22:20:44,611 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-00d62bc4-7d80-4527-a514-04e7e3b10d20 2018-09-04 22:20:44,612 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj-role 2018-09-04 22:20:44,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ad4f7a96e01048768e5ec268087925fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:20:44,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff9ed789-a2f6-4805-858e-d1875474248c Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ad4f7a96e01048768e5ec268087925fd"}, "domain_id": null, "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj-role", "id": "ad4f7a96e01048768e5ec268087925fd"}} 2018-09-04 22:20:44,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ad4f7a96e01048768e5ec268087925fd used request id req-ff9ed789-a2f6-4805-858e-d1875474248c 2018-09-04 22:20:44,632 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj-role to project CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj 2018-09-04 22:20:44,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8/users/16071d81e5cf4c7b80146fd9b3beccbe/roles/ad4f7a96e01048768e5ec268087925fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:20:44,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:20:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5afff29a-4d23-4e13-8a7d-dfe0178cd378 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:20:44,769 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8/users/16071d81e5cf4c7b80146fd9b3beccbe/roles/ad4f7a96e01048768e5ec268087925fd used request id req-5afff29a-4d23-4e13-8a7d-dfe0178cd378 2018-09-04 22:20:44,770 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:20:44,771 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:20:44,771 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-09-04 22:20:44,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:20:44,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:20:45,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad4f7a96e01048768e5ec268087925fd", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj-role"}], "expires_at": "2018-09-04T23:20:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "590b96ce998f4142a095872788e990a8", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-user", "id": "16071d81e5cf4c7b80146fd9b3beccbe"}, "audit_ids": ["Lafwl2llStGph_0M73ZxcQ"], "issued_at": "2018-09-04T22:20:45.000000Z"}} 2018-09-04 22:20:45,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb0b5c9f70d631f8b959a0f0d01de7755698473" 2018-09-04 22:20:45,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-656d4326-e072-4acd-9dcb-b0714f8a7463 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:20:45,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-656d4326-e072-4acd-9dcb-b0714f8a7463 2018-09-04 22:20:45,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6fb0b5c9f70d631f8b959a0f0d01de7755698473" 2018-09-04 22:20:45,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-e0ca9ef6-3819-4794-9f54-c6fc7bed69a5 Date: Tue, 04 Sep 2018 22:20:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7"} 2018-09-04 22:20:45,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7 used request id req-e0ca9ef6-3819-4794-9f54-c6fc7bed69a5 2018-09-04 22:20:45,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6fb0b5c9f70d631f8b959a0f0d01de7755698473" 2018-09-04 22:20:45,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ddce03de-d09f-466d-8177-1fb8712643c1 Date: Tue, 04 Sep 2018 22:20:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:20:45,568 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-ddce03de-d09f-466d-8177-1fb8712643c1 2018-09-04 22:20:45,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6fb0b5c9f70d631f8b959a0f0d01de7755698473" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7"}' 2018-09-04 22:20:45,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33 X-Openstack-Request-Id: req-8f82d4cb-cdbf-49ff-b0f3-557939fe29be Date: Tue, 04 Sep 2018 22:20:45 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:20:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:20:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33", "min_disk": 0, "protected": false, "id": "efb088bd-aeb2-4513-b14c-d176f1137f33", "file": "/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33/file", "checksum": null, "owner": "590b96ce998f4142a095872788e990a8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:20:45,775 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-8f82d4cb-cdbf-49ff-b0f3-557939fe29be 2018-09-04 22:20:45,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6fb0b5c9f70d631f8b959a0f0d01de7755698473" -d '' 2018-09-04 22:20:47,261 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eb38b311-172f-4f8c-a36d-6bc385522848 Date: Tue, 04 Sep 2018 22:20:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:20:47,261 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33/file used request id req-eb38b311-172f-4f8c-a36d-6bc385522848 2018-09-04 22:20:47,261 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:20:47,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6fb0b5c9f70d631f8b959a0f0d01de7755698473" 2018-09-04 22:20:47,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4527b9c2-42f1-4680-a103-bd5a586ec2c1 Date: Tue, 04 Sep 2018 22:20:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:20:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:20:47Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/efb088bd-aeb2-4513-b14c-d176f1137f33/snap", "metadata": {}}], "self": "/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33", "min_disk": 0, "protected": false, "id": "efb088bd-aeb2-4513-b14c-d176f1137f33", "file": "/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "590b96ce998f4142a095872788e990a8", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/efb088bd-aeb2-4513-b14c-d176f1137f33/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:20:47,421 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33 used request id req-4527b9c2-42f1-4680-a103-bd5a586ec2c1 2018-09-04 22:20:47,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6fb0b5c9f70d631f8b959a0f0d01de7755698473" 2018-09-04 22:20:47,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c3bf5f49-da92-43f4-8866-14f8a2f46ee0 Date: Tue, 04 Sep 2018 22:20:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:20:47,576 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-c3bf5f49-da92-43f4-8866-14f8a2f46ee0 2018-09-04 22:20:47,579 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7 2018-09-04 22:20:47,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6fb0b5c9f70d631f8b959a0f0d01de7755698473" 2018-09-04 22:20:47,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-9c809631-4f1c-4d2e-bd31-cc4dda1e762e Date: Tue, 04 Sep 2018 22:20:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:20:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:20:47Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/efb088bd-aeb2-4513-b14c-d176f1137f33/snap", "metadata": {}}], "self": "/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33", "min_disk": 0, "protected": false, "id": "efb088bd-aeb2-4513-b14c-d176f1137f33", "file": "/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "590b96ce998f4142a095872788e990a8", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/efb088bd-aeb2-4513-b14c-d176f1137f33/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:20:47,738 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33 used request id req-9c809631-4f1c-4d2e-bd31-cc4dda1e762e 2018-09-04 22:20:47,738 - create_image - DEBUG - Instance status is - active 2018-09-04 22:20:47,739 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7 2018-09-04 22:20:47,739 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7 2018-09-04 22:20:47,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:20:47,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:20:48,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:20:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["NFplQ_YZRaOiSmfI_T0GwA"], "issued_at": "2018-09-04T22:20:48.000000Z"}} 2018-09-04 22:20:48,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20bebca181d62007ddc9ab4aaf4b30e4830a29f" 2018-09-04 22:20:48,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfb110dc-07b5-4ac3-9c65-315437e5fe13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:20:48,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dfb110dc-07b5-4ac3-9c65-315437e5fe13 2018-09-04 22:20:48,214 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:20:48,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20bebca181d62007ddc9ab4aaf4b30e4830a29f" 2018-09-04 22:20:48,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4ebe75fc-5800-4412-aa62-3c5e39f6b0e0 x-compute-request-id: req-4ebe75fc-5800-4412-aa62-3c5e39f6b0e0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:20:48,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4ebe75fc-5800-4412-aa62-3c5e39f6b0e0 2018-09-04 22:20:48,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20bebca181d62007ddc9ab4aaf4b30e4830a29f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:20:48,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c61cf92-0daf-4340-a45b-64074bcc384a x-compute-request-id: req-0c61cf92-0daf-4340-a45b-64074bcc384a Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/d5b36b8c-fb76-4392-b441-27579728af56", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/d5b36b8c-fb76-4392-b441-27579728af56", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d5b36b8c-fb76-4392-b441-27579728af56", "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:20:48,455 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0c61cf92-0daf-4340-a45b-64074bcc384a 2018-09-04 22:20:48,455 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:20:48,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:20:48,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad4f7a96e01048768e5ec268087925fd", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj-role"}], "expires_at": "2018-09-04T23:20:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "590b96ce998f4142a095872788e990a8", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-user", "id": "16071d81e5cf4c7b80146fd9b3beccbe"}, "audit_ids": ["MCEP_fdjR_mDBeQXDFNOxg"], "issued_at": "2018-09-04T22:20:48.000000Z"}} 2018-09-04 22:20:48,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7849db1c12afb92db2c5171baee934a158876e" 2018-09-04 22:20:48,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6699f0ef-0edd-4655-b808-54d867b8e6a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:20:48,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6699f0ef-0edd-4655-b808-54d867b8e6a3 2018-09-04 22:20:48,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7849db1c12afb92db2c5171baee934a158876e" 2018-09-04 22:20:49,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-97abf752-f81e-43a5-9f23-f50f42eee7bc Date: Tue, 04 Sep 2018 22:20:49 GMT RESP BODY: {"networks":[]} 2018-09-04 22:20:49,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net used request id req-97abf752-f81e-43a5-9f23-f50f42eee7bc 2018-09-04 22:20:49,209 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net 2018-09-04 22:20:49,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7849db1c12afb92db2c5171baee934a158876e" -d '{"network": {"name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net", "admin_state_up": true}}' 2018-09-04 22:20:49,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-3531ffbc-668f-4096-a400-0e9a592a0658 Date: Tue, 04 Sep 2018 22:20:49 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"590b96ce998f4142a095872788e990a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:20:49Z","is_default":false,"name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:49Z","mtu":1450}} 2018-09-04 22:20:49,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-3531ffbc-668f-4096-a400-0e9a592a0658 2018-09-04 22:20:49,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e8b6882b-c901-4157-a050-5aaf7b0ae77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7849db1c12afb92db2c5171baee934a158876e" 2018-09-04 22:20:49,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-5b6662a5-4717-41d0-be04-5fb31208c204 Date: Tue, 04 Sep 2018 22:20:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:20:49Z","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"590b96ce998f4142a095872788e990a8","id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net"}]} 2018-09-04 22:20:49,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e8b6882b-c901-4157-a050-5aaf7b0ae77f used request id req-5b6662a5-4717-41d0-be04-5fb31208c204 2018-09-04 22:20:49,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7849db1c12afb92db2c5171baee934a158876e" 2018-09-04 22:20:50,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c047fd86-96a6-4672-9264-b1aa6f97a5dc Date: Tue, 04 Sep 2018 22:20:50 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:20:50,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f used request id req-c047fd86-96a6-4672-9264-b1aa6f97a5dc 2018-09-04 22:20:50,134 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-subnet 2018-09-04 22:20:50,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7849db1c12afb92db2c5171baee934a158876e" -d '{"subnets": [{"ip_version": 4, "network_id": "e8b6882b-c901-4157-a050-5aaf7b0ae77f", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-subnet"}]}' 2018-09-04 22:20:50,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ff4cd00f-b9e6-4562-b285-3dc6d202337d Date: Tue, 04 Sep 2018 22:20:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:50Z","dns_nameservers":[],"updated_at":"2018-09-04T22:20:50Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"590b96ce998f4142a095872788e990a8","id":"30017d34-5cf2-4299-909b-e951469e2edd","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-subnet"}]} 2018-09-04 22:20:50,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-ff4cd00f-b9e6-4562-b285-3dc6d202337d 2018-09-04 22:20:50,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e8b6882b-c901-4157-a050-5aaf7b0ae77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7849db1c12afb92db2c5171baee934a158876e" 2018-09-04 22:20:51,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fbcac32f-67b0-44fb-bdcf-f2561f6735cc Date: Tue, 04 Sep 2018 22:20:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30017d34-5cf2-4299-909b-e951469e2edd"],"updated_at":"2018-09-04T22:20:50Z","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"590b96ce998f4142a095872788e990a8","id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net"}]} 2018-09-04 22:20:51,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e8b6882b-c901-4157-a050-5aaf7b0ae77f used request id req-fbcac32f-67b0-44fb-bdcf-f2561f6735cc 2018-09-04 22:20:51,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7849db1c12afb92db2c5171baee934a158876e" 2018-09-04 22:20:51,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ea950f8d-28bb-493f-af2d-bcc77c4cd61c Date: Tue, 04 Sep 2018 22:20:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:50Z","dns_nameservers":[],"updated_at":"2018-09-04T22:20:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"590b96ce998f4142a095872788e990a8","id":"30017d34-5cf2-4299-909b-e951469e2edd","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-subnet"}]} 2018-09-04 22:20:51,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f used request id req-ea950f8d-28bb-493f-af2d-bcc77c4cd61c 2018-09-04 22:20:51,285 - OpenStackNetwork - DEBUG - Network [e8b6882b-c901-4157-a050-5aaf7b0ae77f] created successfully 2018-09-04 22:20:51,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:20:51,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:20:51,673 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad4f7a96e01048768e5ec268087925fd", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj-role"}], "expires_at": "2018-09-04T23:20:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "590b96ce998f4142a095872788e990a8", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-user", "id": "16071d81e5cf4c7b80146fd9b3beccbe"}, "audit_ids": ["t_QvnQuyRi-qqdXb7GMIWg"], "issued_at": "2018-09-04T22:20:51.000000Z"}} 2018-09-04 22:20:51,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:51,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11cda464-ca5b-4f9d-8174-ae65b61a70b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:20:51,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-11cda464-ca5b-4f9d-8174-ae65b61a70b5 2018-09-04 22:20:51,761 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:20:51,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:51,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da563112-9d76-47ec-a964-b2da6afbb2a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:20:51,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-da563112-9d76-47ec-a964-b2da6afbb2a5 2018-09-04 22:20:51,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:52,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f40e8d86-35f4-4cf5-b723-c29d953c8bc9 Date: Tue, 04 Sep 2018 22:20:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30017d34-5cf2-4299-909b-e951469e2edd"],"updated_at":"2018-09-04T22:20:50Z","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"590b96ce998f4142a095872788e990a8","id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net"}]} 2018-09-04 22:20:52,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net used request id req-f40e8d86-35f4-4cf5-b723-c29d953c8bc9 2018-09-04 22:20:52,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:20:52,261 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:20:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:20:52,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:52,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31f20f9a-44ff-4fd6-bc77-7a7b21e1ab48 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8"}, "enabled": true, "id": "590b96ce998f4142a095872788e990a8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}} 2018-09-04 22:20:52,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 used request id req-31f20f9a-44ff-4fd6-bc77-7a7b21e1ab48 2018-09-04 22:20:52,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:52,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4cc7d5c7-1094-44f4-8d75-cd19ac23681f Date: Tue, 04 Sep 2018 22:20:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:50Z","dns_nameservers":[],"updated_at":"2018-09-04T22:20:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"590b96ce998f4142a095872788e990a8","id":"30017d34-5cf2-4299-909b-e951469e2edd","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-subnet"}]} 2018-09-04 22:20:52,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f used request id req-4cc7d5c7-1094-44f4-8d75-cd19ac23681f 2018-09-04 22:20:52,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f&name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:52,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8507d54f-203b-4b3b-85dc-527376e6fd44 Date: Tue, 04 Sep 2018 22:20:52 GMT RESP BODY: {"ports":[]} 2018-09-04 22:20:52,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f&name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-port&admin_state_up=True used request id req-8507d54f-203b-4b3b-85dc-527376e6fd44 2018-09-04 22:20:52,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:52,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c3b1a50d-ba8e-4938-b00f-fb8fffc96771 x-compute-request-id: req-c3b1a50d-ba8e-4938-b00f-fb8fffc96771 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:20:52,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst used request id req-c3b1a50d-ba8e-4938-b00f-fb8fffc96771 2018-09-04 22:20:52,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:53,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5b8326cb-e173-4d5f-a2d0-42c2aa225578 Date: Tue, 04 Sep 2018 22:20:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30017d34-5cf2-4299-909b-e951469e2edd"],"updated_at":"2018-09-04T22:20:50Z","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"590b96ce998f4142a095872788e990a8","id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net"}]} 2018-09-04 22:20:53,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net used request id req-5b8326cb-e173-4d5f-a2d0-42c2aa225578 2018-09-04 22:20:53,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:53,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74497fe7-0f96-41c7-af74-3a9de035612c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8"}, "enabled": true, "id": "590b96ce998f4142a095872788e990a8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}} 2018-09-04 22:20:53,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 used request id req-74497fe7-0f96-41c7-af74-3a9de035612c 2018-09-04 22:20:53,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:53,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0f344bba-0dca-4d1d-bc21-7a4ee99ce7a3 Date: Tue, 04 Sep 2018 22:20:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:50Z","dns_nameservers":[],"updated_at":"2018-09-04T22:20:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"590b96ce998f4142a095872788e990a8","id":"30017d34-5cf2-4299-909b-e951469e2edd","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-subnet"}]} 2018-09-04 22:20:53,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f used request id req-0f344bba-0dca-4d1d-bc21-7a4ee99ce7a3 2018-09-04 22:20:53,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f&name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:53,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-053e6fe2-97a0-4d09-bbdf-6e8139161323 Date: Tue, 04 Sep 2018 22:20:53 GMT RESP BODY: {"ports":[]} 2018-09-04 22:20:53,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f&name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-port&admin_state_up=True used request id req-053e6fe2-97a0-4d09-bbdf-6e8139161323 2018-09-04 22:20:53,698 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:20:53,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:20:54,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad4f7a96e01048768e5ec268087925fd", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj-role"}], "expires_at": "2018-09-04T23:20:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "590b96ce998f4142a095872788e990a8", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/590b96ce998f4142a095872788e990a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/590b96ce998f4142a095872788e990a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/590b96ce998f4142a095872788e990a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-user", "id": "16071d81e5cf4c7b80146fd9b3beccbe"}, "audit_ids": ["MYwUA0iDSNKKGwzPcFA6bA"], "issued_at": "2018-09-04T22:20:54.000000Z"}} 2018-09-04 22:20:54,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c0f5a352460b56038cfa3b4f672917ee72311b" 2018-09-04 22:20:54,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-342aca2c-ff38-4dd8-bf0a-462f57bfb547 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:20:54,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-342aca2c-ff38-4dd8-bf0a-462f57bfb547 2018-09-04 22:20:54,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:54,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5195a939-d3e6-4376-b15d-c4e1945fba29 Date: Tue, 04 Sep 2018 22:20:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30017d34-5cf2-4299-909b-e951469e2edd"],"updated_at":"2018-09-04T22:20:50Z","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"590b96ce998f4142a095872788e990a8","id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net"}]} 2018-09-04 22:20:54,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net used request id req-5195a939-d3e6-4376-b15d-c4e1945fba29 2018-09-04 22:20:54,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:54,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-02f1ccd2-ac1c-4ff7-95af-f274252ab0bf Date: Tue, 04 Sep 2018 22:20:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:50Z","dns_nameservers":[],"updated_at":"2018-09-04T22:20:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"590b96ce998f4142a095872788e990a8","id":"30017d34-5cf2-4299-909b-e951469e2edd","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-subnet"}]} 2018-09-04 22:20:54,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f used request id req-02f1ccd2-ac1c-4ff7-95af-f274252ab0bf 2018-09-04 22:20:54,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:54,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c7a8e551-1c5b-4665-b549-e10f63bf6cbf Date: Tue, 04 Sep 2018 22:20:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30017d34-5cf2-4299-909b-e951469e2edd"],"updated_at":"2018-09-04T22:20:50Z","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"590b96ce998f4142a095872788e990a8","id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net"}]} 2018-09-04 22:20:54,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net used request id req-c7a8e551-1c5b-4665-b549-e10f63bf6cbf 2018-09-04 22:20:54,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:20:54,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:20:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:20:54,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27c0f5a352460b56038cfa3b4f672917ee72311b" 2018-09-04 22:20:54,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5883ba1f-9064-46be-b4f2-6fea1f79759b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8"}, "enabled": true, "id": "590b96ce998f4142a095872788e990a8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}} 2018-09-04 22:20:54,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 used request id req-5883ba1f-9064-46be-b4f2-6fea1f79759b 2018-09-04 22:20:54,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:55,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b4d11f76-0f0a-434b-a098-b3a94880c7f3 Date: Tue, 04 Sep 2018 22:20:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:50Z","dns_nameservers":[],"updated_at":"2018-09-04T22:20:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"590b96ce998f4142a095872788e990a8","id":"30017d34-5cf2-4299-909b-e951469e2edd","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-subnet"}]} 2018-09-04 22:20:55,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f used request id req-b4d11f76-0f0a-434b-a098-b3a94880c7f3 2018-09-04 22:20:55,139 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net 2018-09-04 22:20:55,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" -d '{"port": {"network_id": "e8b6882b-c901-4157-a050-5aaf7b0ae77f", "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-port", "admin_state_up": true}}' 2018-09-04 22:20:56,112 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-797b6959-39bc-42d5-90bf-2774cd4b573f Date: Tue, 04 Sep 2018 22:20:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:20:55Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30017d34-5cf2-4299-909b-e951469e2edd","ip_address":"10.55.0.14"}],"id":"a1913ebd-0e73-44c2-ad0c-9f80c97940b7","security_groups":["f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7"],"mac_address":"fa:16:3e:02:3a:58","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-port","project_id":"590b96ce998f4142a095872788e990a8","qos_policy_id":null,"admin_state_up":true,"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:55Z","binding:vnic_type":"normal"}} 2018-09-04 22:20:56,112 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-797b6959-39bc-42d5-90bf-2774cd4b573f 2018-09-04 22:20:56,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:56,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ad15de1e-7d44-410c-a15d-2bdacd60afd0 Date: Tue, 04 Sep 2018 22:20:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30017d34-5cf2-4299-909b-e951469e2edd"],"updated_at":"2018-09-04T22:20:50Z","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"590b96ce998f4142a095872788e990a8","id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net"}]} 2018-09-04 22:20:56,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net used request id req-ad15de1e-7d44-410c-a15d-2bdacd60afd0 2018-09-04 22:20:56,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:56,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d34dd1e5-54e2-40b5-b611-82ddc1fd61b9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8"}, "enabled": true, "id": "590b96ce998f4142a095872788e990a8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}} 2018-09-04 22:20:56,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 used request id req-d34dd1e5-54e2-40b5-b611-82ddc1fd61b9 2018-09-04 22:20:56,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:56,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3f0be85c-676b-4eb6-a2c8-6dfee17588d5 Date: Tue, 04 Sep 2018 22:20:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:50Z","dns_nameservers":[],"updated_at":"2018-09-04T22:20:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"590b96ce998f4142a095872788e990a8","id":"30017d34-5cf2-4299-909b-e951469e2edd","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-subnet"}]} 2018-09-04 22:20:56,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f used request id req-3f0be85c-676b-4eb6-a2c8-6dfee17588d5 2018-09-04 22:20:56,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f&name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:56,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-c1850a5c-725c-44da-be0d-e8d9586d7ac3 Date: Tue, 04 Sep 2018 22:20:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:20:55Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30017d34-5cf2-4299-909b-e951469e2edd","ip_address":"10.55.0.14"}],"id":"a1913ebd-0e73-44c2-ad0c-9f80c97940b7","security_groups":["f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7"],"mac_address":"fa:16:3e:02:3a:58","project_id":"590b96ce998f4142a095872788e990a8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-port","admin_state_up":true,"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:55Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:20:56,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f&name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-port&admin_state_up=True used request id req-c1850a5c-725c-44da-be0d-e8d9586d7ac3 2018-09-04 22:20:56,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:56,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-115ddab3-fdb9-4d4d-b16d-eabc7a853609 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8"}, "enabled": true, "id": "590b96ce998f4142a095872788e990a8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}} 2018-09-04 22:20:56,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 used request id req-115ddab3-fdb9-4d4d-b16d-eabc7a853609 2018-09-04 22:20:56,972 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst 2018-09-04 22:20:56,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:57,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a350cf51-dfb9-4067-a5fa-fcfdb66698fd x-compute-request-id: req-a350cf51-dfb9-4067-a5fa-fcfdb66698fd Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d5b36b8c-fb76-4392-b441-27579728af56", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/d5b36b8c-fb76-4392-b441-27579728af56", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/d5b36b8c-fb76-4392-b441-27579728af56", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-flavor-name"}]} 2018-09-04 22:20:57,007 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a350cf51-dfb9-4067-a5fa-fcfdb66698fd 2018-09-04 22:20:57,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/d5b36b8c-fb76-4392-b441-27579728af56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:57,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14352ed1-1cd0-4bda-92f4-bdccf6d58bdc x-compute-request-id: req-14352ed1-1cd0-4bda-92f4-bdccf6d58bdc Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/d5b36b8c-fb76-4392-b441-27579728af56", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/d5b36b8c-fb76-4392-b441-27579728af56", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d5b36b8c-fb76-4392-b441-27579728af56", "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:20:57,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/d5b36b8c-fb76-4392-b441-27579728af56 used request id req-14352ed1-1cd0-4bda-92f4-bdccf6d58bdc 2018-09-04 22:20:57,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:57,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-e5144bfe-693b-48ca-9db1-8874c0f930ce Date: Tue, 04 Sep 2018 22:20:57 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:20:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:20:47Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/efb088bd-aeb2-4513-b14c-d176f1137f33/snap", "metadata": {}}], "self": "/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33", "min_disk": 0, "protected": false, "id": "efb088bd-aeb2-4513-b14c-d176f1137f33", "file": "/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "590b96ce998f4142a095872788e990a8", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/efb088bd-aeb2-4513-b14c-d176f1137f33/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7"} 2018-09-04 22:20:57,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7 used request id req-e5144bfe-693b-48ca-9db1-8874c0f930ce 2018-09-04 22:20:57,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:57,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1fb2804c-c5c7-491e-a37b-37ee83354b3e Date: Tue, 04 Sep 2018 22:20:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:20:57,385 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-1fb2804c-c5c7-491e-a37b-37ee83354b3e 2018-09-04 22:20:57,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" -d '{"server": {"name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst", "imageRef": "efb088bd-aeb2-4513-b14c-d176f1137f33", "flavorRef": "d5b36b8c-fb76-4392-b441-27579728af56", "max_count": 1, "min_count": 1, "networks": [{"port": "a1913ebd-0e73-44c2-ad0c-9f80c97940b7"}]}}' 2018-09-04 22:20:58,978 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:20:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-91f3b647-50f9-4a35-9170-2f424cc2e01d x-compute-request-id: req-91f3b647-50f9-4a35-9170-2f424cc2e01d Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8a2a5f03-2bff-4114-8f78-08ead6c70169", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "bookmark"}], "adminPass": "HzN5XCSyNuyW"}} 2018-09-04 22:20:58,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-91f3b647-50f9-4a35-9170-2f424cc2e01d 2018-09-04 22:20:58,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:59,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84ae31e2-e9ab-4fa6-a283-aee8ba4d966e x-compute-request-id: req-84ae31e2-e9ab-4fa6-a283-aee8ba4d966e Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "bookmark"}], "image": {"id": "efb088bd-aeb2-4513-b14c-d176f1137f33", "links": [{"href": "http://172.30.9.26:8774/images/efb088bd-aeb2-4513-b14c-d176f1137f33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d5b36b8c-fb76-4392-b441-27579728af56", "links": [{"href": "http://172.30.9.26:8774/flavors/d5b36b8c-fb76-4392-b441-27579728af56", "rel": "bookmark"}]}, "id": "8a2a5f03-2bff-4114-8f78-08ead6c70169", "user_id": "16071d81e5cf4c7b80146fd9b3beccbe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:20:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst", "created": "2018-09-04T22:20:58Z", "tenant_id": "590b96ce998f4142a095872788e990a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:59,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 used request id req-84ae31e2-e9ab-4fa6-a283-aee8ba4d966e 2018-09-04 22:20:59,366 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst 2018-09-04 22:20:59,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:20:59,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:20:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8d154f6-4d18-48d5-95ee-f122684bffc8 x-compute-request-id: req-b8d154f6-4d18-48d5-95ee-f122684bffc8 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "bookmark"}], "image": {"id": "efb088bd-aeb2-4513-b14c-d176f1137f33", "links": [{"href": "http://172.30.9.26:8774/images/efb088bd-aeb2-4513-b14c-d176f1137f33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d5b36b8c-fb76-4392-b441-27579728af56", "links": [{"href": "http://172.30.9.26:8774/flavors/d5b36b8c-fb76-4392-b441-27579728af56", "rel": "bookmark"}]}, "id": "8a2a5f03-2bff-4114-8f78-08ead6c70169", "user_id": "16071d81e5cf4c7b80146fd9b3beccbe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:20:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst", "created": "2018-09-04T22:20:58Z", "tenant_id": "590b96ce998f4142a095872788e990a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:20:59,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 used request id req-b8d154f6-4d18-48d5-95ee-f122684bffc8 2018-09-04 22:20:59,619 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst] is - BUILD 2018-09-04 22:20:59,619 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:21:02,622 - create_instance - DEBUG - VM status query timeout in 896.744287014 2018-09-04 22:21:02,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:21:03,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff19479f-f9b3-4906-b694-66776852075c x-compute-request-id: req-ff19479f-f9b3-4906-b694-66776852075c Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "bookmark"}], "image": {"id": "efb088bd-aeb2-4513-b14c-d176f1137f33", "links": [{"href": "http://172.30.9.26:8774/images/efb088bd-aeb2-4513-b14c-d176f1137f33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d5b36b8c-fb76-4392-b441-27579728af56", "links": [{"href": "http://172.30.9.26:8774/flavors/d5b36b8c-fb76-4392-b441-27579728af56", "rel": "bookmark"}]}, "id": "8a2a5f03-2bff-4114-8f78-08ead6c70169", "security_groups": [{"name": "default"}], "user_id": "16071d81e5cf4c7b80146fd9b3beccbe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:20:59Z", "hostId": "c28f5670e68a45c81d1bd1dd5a01113309a46993d9a6206236c65000", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst", "created": "2018-09-04T22:20:58Z", "tenant_id": "590b96ce998f4142a095872788e990a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:21:03,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 used request id req-ff19479f-f9b3-4906-b694-66776852075c 2018-09-04 22:21:03,242 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst] is - BUILD 2018-09-04 22:21:03,242 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:21:06,245 - create_instance - DEBUG - VM status query timeout in 893.121345997 2018-09-04 22:21:06,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:21:06,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1099f2a4-7fce-46b8-a062-8a05ab5953fa x-compute-request-id: req-1099f2a4-7fce-46b8-a062-8a05ab5953fa Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:3a:58", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "bookmark"}], "image": {"id": "efb088bd-aeb2-4513-b14c-d176f1137f33", "links": [{"href": "http://172.30.9.26:8774/images/efb088bd-aeb2-4513-b14c-d176f1137f33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:21:02.000000", "flavor": {"id": "d5b36b8c-fb76-4392-b441-27579728af56", "links": [{"href": "http://172.30.9.26:8774/flavors/d5b36b8c-fb76-4392-b441-27579728af56", "rel": "bookmark"}]}, "id": "8a2a5f03-2bff-4114-8f78-08ead6c70169", "security_groups": [{"name": "default"}], "user_id": "16071d81e5cf4c7b80146fd9b3beccbe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:21:04Z", "hostId": "c28f5670e68a45c81d1bd1dd5a01113309a46993d9a6206236c65000", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst", "created": "2018-09-04T22:20:58Z", "tenant_id": "590b96ce998f4142a095872788e990a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:21:06,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 used request id req-1099f2a4-7fce-46b8-a062-8a05ab5953fa 2018-09-04 22:21:06,713 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst] is - ACTIVE 2018-09-04 22:21:06,713 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:21:06,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:21:07,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03ebcbdf-ff5d-41d7-8f10-5e74f38ab58d x-compute-request-id: req-03ebcbdf-ff5d-41d7-8f10-5e74f38ab58d Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:3a:58", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "bookmark"}], "image": {"id": "efb088bd-aeb2-4513-b14c-d176f1137f33", "links": [{"href": "http://172.30.9.26:8774/images/efb088bd-aeb2-4513-b14c-d176f1137f33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:21:02.000000", "flavor": {"id": "d5b36b8c-fb76-4392-b441-27579728af56", "links": [{"href": "http://172.30.9.26:8774/flavors/d5b36b8c-fb76-4392-b441-27579728af56", "rel": "bookmark"}]}, "id": "8a2a5f03-2bff-4114-8f78-08ead6c70169", "security_groups": [{"name": "default"}], "user_id": "16071d81e5cf4c7b80146fd9b3beccbe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:21:04Z", "hostId": "c28f5670e68a45c81d1bd1dd5a01113309a46993d9a6206236c65000", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst", "created": "2018-09-04T22:20:58Z", "tenant_id": "590b96ce998f4142a095872788e990a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:21:07,330 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 used request id req-03ebcbdf-ff5d-41d7-8f10-5e74f38ab58d 2018-09-04 22:21:07,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:21:07,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-61456ca5-6e5c-4422-8180-c2ca354cb028 Date: Tue, 04 Sep 2018 22:21:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30017d34-5cf2-4299-909b-e951469e2edd"],"updated_at":"2018-09-04T22:20:50Z","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"590b96ce998f4142a095872788e990a8","id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net"}]} 2018-09-04 22:21:07,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net used request id req-61456ca5-6e5c-4422-8180-c2ca354cb028 2018-09-04 22:21:07,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:21:07,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02037d5b-1af3-49f6-8f9a-dd4ce1d9480e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8"}, "enabled": true, "id": "590b96ce998f4142a095872788e990a8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}} 2018-09-04 22:21:07,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 used request id req-02037d5b-1af3-49f6-8f9a-dd4ce1d9480e 2018-09-04 22:21:07,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:21:07,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fcdec494-c4cf-4f9f-b2d7-9b67a48d8956 Date: Tue, 04 Sep 2018 22:21:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:50Z","dns_nameservers":[],"updated_at":"2018-09-04T22:20:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"590b96ce998f4142a095872788e990a8","id":"30017d34-5cf2-4299-909b-e951469e2edd","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-subnet"}]} 2018-09-04 22:21:07,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f used request id req-fcdec494-c4cf-4f9f-b2d7-9b67a48d8956 2018-09-04 22:21:07,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:21:08,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3118 X-Openstack-Request-Id: req-dd426444-807d-4d61-81a5-3e396c01be83 Date: Tue, 04 Sep 2018 22:21:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:20:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30017d34-5cf2-4299-909b-e951469e2edd","ip_address":"10.55.0.3"}],"id":"0c1d28c0-a38f-4c05-ae75-013990471606","security_groups":[],"mac_address":"fa:16:3e:24:cf:74","project_id":"590b96ce998f4142a095872788e990a8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e8b6882b-c901-4157-a050-5aaf7b0ae77f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:20:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30017d34-5cf2-4299-909b-e951469e2edd","ip_address":"10.55.0.4"}],"id":"4d46fd02-6acb-472b-84b8-d7524c73a241","security_groups":[],"mac_address":"fa:16:3e:a7:80:92","project_id":"590b96ce998f4142a095872788e990a8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e8b6882b-c901-4157-a050-5aaf7b0ae77f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30017d34-5cf2-4299-909b-e951469e2edd","ip_address":"10.55.0.14"}],"id":"a1913ebd-0e73-44c2-ad0c-9f80c97940b7","security_groups":["f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7"],"mac_address":"fa:16:3e:02:3a:58","project_id":"590b96ce998f4142a095872788e990a8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-port","admin_state_up":true,"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:55Z","binding:vnic_type":"normal","device_id":"8a2a5f03-2bff-4114-8f78-08ead6c70169"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:20:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30017d34-5cf2-4299-909b-e951469e2edd","ip_address":"10.55.0.2"}],"id":"c6658ea2-82e4-4614-aac0-29590147ae3b","security_groups":[],"mac_address":"fa:16:3e:c4:c4:f0","project_id":"590b96ce998f4142a095872788e990a8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e8b6882b-c901-4157-a050-5aaf7b0ae77f","tenant_id":"590b96ce998f4142a095872788e990a8","created_at":"2018-09-04T22:20:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e8b6882b-c901-4157-a050-5aaf7b0ae77f"}]} 2018-09-04 22:21:08,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=e8b6882b-c901-4157-a050-5aaf7b0ae77f used request id req-dd426444-807d-4d61-81a5-3e396c01be83 2018-09-04 22:21:08,153 - create_instance - INFO - Deleting Port with ID - a1913ebd-0e73-44c2-ad0c-9f80c97940b7 2018-09-04 22:21:08,153 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-port 2018-09-04 22:21:08,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/a1913ebd-0e73-44c2-ad0c-9f80c97940b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:21:08,890 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-15d8491a-d882-4b91-a88c-81bcf934b90d Date: Tue, 04 Sep 2018 22:21:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:21:08,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/a1913ebd-0e73-44c2-ad0c-9f80c97940b7 used request id req-15d8491a-d882-4b91-a88c-81bcf934b90d 2018-09-04 22:21:08,890 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst 2018-09-04 22:21:08,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:21:09,241 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:21:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-76e6196f-6e27-4d1b-9548-b228d2c32bb1 x-compute-request-id: req-76e6196f-6e27-4d1b-9548-b228d2c32bb1 Content-Type: application/json 2018-09-04 22:21:09,241 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 used request id req-76e6196f-6e27-4d1b-9548-b228d2c32bb1 2018-09-04 22:21:09,242 - create_instance - INFO - Checking deletion status 2018-09-04 22:21:09,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:21:09,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24a7e781-0f6a-43a4-b3c8-2d214711f04c x-compute-request-id: req-24a7e781-0f6a-43a4-b3c8-2d214711f04c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169", "rel": "bookmark"}], "image": {"id": "efb088bd-aeb2-4513-b14c-d176f1137f33", "links": [{"href": "http://172.30.9.26:8774/images/efb088bd-aeb2-4513-b14c-d176f1137f33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:21:02.000000", "flavor": {"id": "d5b36b8c-fb76-4392-b441-27579728af56", "links": [{"href": "http://172.30.9.26:8774/flavors/d5b36b8c-fb76-4392-b441-27579728af56", "rel": "bookmark"}]}, "id": "8a2a5f03-2bff-4114-8f78-08ead6c70169", "user_id": "16071d81e5cf4c7b80146fd9b3beccbe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:21:09Z", "hostId": "c28f5670e68a45c81d1bd1dd5a01113309a46993d9a6206236c65000", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst", "created": "2018-09-04T22:20:58Z", "tenant_id": "590b96ce998f4142a095872788e990a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:21:09,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 used request id req-24a7e781-0f6a-43a4-b3c8-2d214711f04c 2018-09-04 22:21:09,483 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst] is - ACTIVE 2018-09-04 22:21:09,484 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:21:12,487 - create_instance - DEBUG - VM status query timeout in 296.755115986 2018-09-04 22:21:12,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ceaea8c4a4841c9a616ea75272e9c6c28d5ecb8" 2018-09-04 22:21:12,534 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:21:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-629f29d9-8363-4a6d-b963-85d39fef3f88 x-compute-request-id: req-629f29d9-8363-4a6d-b963-85d39fef3f88 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8a2a5f03-2bff-4114-8f78-08ead6c70169 could not be found.", "code": 404}} 2018-09-04 22:21:12,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8a2a5f03-2bff-4114-8f78-08ead6c70169 used request id req-629f29d9-8363-4a6d-b963-85d39fef3f88 2018-09-04 22:21:12,534 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8a2a5f03-2bff-4114-8f78-08ead6c70169 could not be found. (HTTP 404) (Request-ID: req-629f29d9-8363-4a6d-b963-85d39fef3f88) 2018-09-04 22:21:12,534 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-inst 2018-09-04 22:21:12,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/d5b36b8c-fb76-4392-b441-27579728af56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20bebca181d62007ddc9ab4aaf4b30e4830a29f" 2018-09-04 22:21:12,588 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:21:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e19c98b2-a813-4914-8609-81a8fa2b1629 x-compute-request-id: req-e19c98b2-a813-4914-8609-81a8fa2b1629 Content-Length: 0 Content-Type: application/json 2018-09-04 22:21:12,588 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/d5b36b8c-fb76-4392-b441-27579728af56 used request id req-e19c98b2-a813-4914-8609-81a8fa2b1629 2018-09-04 22:21:12,589 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-subnet 2018-09-04 22:21:12,589 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-subnet 2018-09-04 22:21:12,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/30017d34-5cf2-4299-909b-e951469e2edd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7849db1c12afb92db2c5171baee934a158876e" 2018-09-04 22:21:15,071 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8caddb8a-17ef-4190-9063-03d2e8394f58 Date: Tue, 04 Sep 2018 22:21:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:21:15,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/30017d34-5cf2-4299-909b-e951469e2edd used request id req-8caddb8a-17ef-4190-9063-03d2e8394f58 2018-09-04 22:21:15,071 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7-pub-net 2018-09-04 22:21:15,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/e8b6882b-c901-4157-a050-5aaf7b0ae77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7849db1c12afb92db2c5171baee934a158876e" 2018-09-04 22:21:16,746 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3d2a4a4-34d0-4e59-90af-54e0cdff3d80 Date: Tue, 04 Sep 2018 22:21:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:21:16,746 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/e8b6882b-c901-4157-a050-5aaf7b0ae77f used request id req-b3d2a4a4-34d0-4e59-90af-54e0cdff3d80 2018-09-04 22:21:16,747 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-6bb5d50b-a288-461d-b189-17f25a9ef2b7 2018-09-04 22:21:16,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6fb0b5c9f70d631f8b959a0f0d01de7755698473" 2018-09-04 22:21:17,479 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-321d944a-dec9-4e00-b5b3-813ef2877050 Date: Tue, 04 Sep 2018 22:21:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:21:17,479 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/efb088bd-aeb2-4513-b14c-d176f1137f33 used request id req-321d944a-dec9-4e00-b5b3-813ef2877050 2018-09-04 22:21:17,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:17,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-c370d8da-b1ec-47d9-bc8a-094e6b78a30a Date: Tue, 04 Sep 2018 22:21:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "590b96ce998f4142a095872788e990a8", "created_at": "2018-09-04T22:20:49Z", "updated_at": "2018-09-04T22:20:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:20:49Z", "revision_number": 0, "id": "170d07e3-99a9-4291-bf0f-91819adf6e7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:20:49Z", "security_group_id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "tenant_id": "590b96ce998f4142a095872788e990a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "590b96ce998f4142a095872788e990a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:20:49Z", "revision_number": 0, "id": "58a38302-aba9-47a0-9315-d47c008688f0", "remote_group_id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "remote_ip_prefix": null, "created_at": "2018-09-04T22:20:49Z", "security_group_id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "tenant_id": "590b96ce998f4142a095872788e990a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "590b96ce998f4142a095872788e990a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:20:49Z", "revision_number": 0, "id": "b6ca7aea-d4de-4bd8-9cbb-cca5e80c2519", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:20:49Z", "security_group_id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "tenant_id": "590b96ce998f4142a095872788e990a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "590b96ce998f4142a095872788e990a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:20:49Z", "revision_number": 0, "id": "bfa5644e-391c-4155-bef9-acd7b6bb39a4", "remote_group_id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "remote_ip_prefix": null, "created_at": "2018-09-04T22:20:49Z", "security_group_id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "tenant_id": "590b96ce998f4142a095872788e990a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "590b96ce998f4142a095872788e990a8"}], "revision_number": 4, "project_id": "590b96ce998f4142a095872788e990a8", "id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "name": "default"}]} 2018-09-04 22:21:17,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-c370d8da-b1ec-47d9-bc8a-094e6b78a30a 2018-09-04 22:21:17,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:17,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20bcb664-877a-4fce-aafe-f572f19fb6a8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:21:17,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-20bcb664-877a-4fce-aafe-f572f19fb6a8 2018-09-04 22:21:17,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:17,890 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-979bb964-ef1f-47af-88b8-08e748e9ef95 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:21:17,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-979bb964-ef1f-47af-88b8-08e748e9ef95 2018-09-04 22:21:17,890 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:21:17,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:17,979 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec0fadf5-3e50-4e1f-b619-8fee6ad253dd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:21:17,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-ec0fadf5-3e50-4e1f-b619-8fee6ad253dd 2018-09-04 22:21:17,980 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:21:17,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:18,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b13ff7f8-daf1-4e12-889d-dc673b5d65c4 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:21:18,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-b13ff7f8-daf1-4e12-889d-dc673b5d65c4 2018-09-04 22:21:18,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:18,161 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:21:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6da9a5c3-0f7f-40e9-adba-b0f83b8047de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:21:18,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-6da9a5c3-0f7f-40e9-adba-b0f83b8047de 2018-09-04 22:21:18,161 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:21:18,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:18,250 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:21:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7ced1da-899d-4f98-887d-e0f75bb6f8bd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:21:18,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-e7ced1da-899d-4f98-887d-e0f75bb6f8bd 2018-09-04 22:21:18,251 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:21:18,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:18,333 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:21:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4d4cbdd-5aa7-4a22-89cd-b820c42cf61e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:21:18,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-a4d4cbdd-5aa7-4a22-89cd-b820c42cf61e 2018-09-04 22:21:18,333 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:21:18,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:18,425 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:21:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eee8d844-42a7-4f4f-8bc7-dcca842ab210 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:21:18,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-eee8d844-42a7-4f4f-8bc7-dcca842ab210 2018-09-04 22:21:18,425 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:21:18,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:18,523 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:21:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0656624e-3c3b-4df8-babb-0b373bf85e32 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:21:18,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-0656624e-3c3b-4df8-babb-0b373bf85e32 2018-09-04 22:21:18,523 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:21:18,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:18,607 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:21:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75aba472-959d-4d5b-8708-2db013a03c9a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:21:18,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-75aba472-959d-4d5b-8708-2db013a03c9a 2018-09-04 22:21:18,608 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:21:18,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:18,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4743fa74-b770-40dc-ad0e-d2f6b93232d2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8"}, "enabled": true, "id": "590b96ce998f4142a095872788e990a8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj"}} 2018-09-04 22:21:18,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 used request id req-4743fa74-b770-40dc-ad0e-d2f6b93232d2 2018-09-04 22:21:18,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7 2018-09-04 22:21:18,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:18,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-aff96ab7-a681-4ae1-b311-280fed743269 Date: Tue, 04 Sep 2018 22:21:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:20:49Z", "security_group_id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "port_range_min": null, "revision_number": 0, "tenant_id": "590b96ce998f4142a095872788e990a8", "created_at": "2018-09-04T22:20:49Z", "project_id": "590b96ce998f4142a095872788e990a8", "id": "170d07e3-99a9-4291-bf0f-91819adf6e7f"}, {"remote_group_id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:20:49Z", "security_group_id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "port_range_min": null, "revision_number": 0, "tenant_id": "590b96ce998f4142a095872788e990a8", "created_at": "2018-09-04T22:20:49Z", "project_id": "590b96ce998f4142a095872788e990a8", "id": "58a38302-aba9-47a0-9315-d47c008688f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:20:49Z", "security_group_id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "port_range_min": null, "revision_number": 0, "tenant_id": "590b96ce998f4142a095872788e990a8", "created_at": "2018-09-04T22:20:49Z", "project_id": "590b96ce998f4142a095872788e990a8", "id": "b6ca7aea-d4de-4bd8-9cbb-cca5e80c2519"}, {"remote_group_id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:20:49Z", "security_group_id": "f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7", "port_range_min": null, "revision_number": 0, "tenant_id": "590b96ce998f4142a095872788e990a8", "created_at": "2018-09-04T22:20:49Z", "project_id": "590b96ce998f4142a095872788e990a8", "id": "bfa5644e-391c-4155-bef9-acd7b6bb39a4"}]} 2018-09-04 22:21:18,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7 used request id req-aff96ab7-a681-4ae1-b311-280fed743269 2018-09-04 22:21:18,878 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:21:18,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:19,182 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d3835ec3-b030-4d1f-99ff-28db296737c9 Content-Length: 0 Date: Tue, 04 Sep 2018 22:21:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:21:19,182 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/f8a2e6e0-d11f-4047-aee7-fc2b1550d5e7 used request id req-d3835ec3-b030-4d1f-99ff-28db296737c9 2018-09-04 22:21:19,183 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj 2018-09-04 22:21:19,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:19,434 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:21:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10e8a3a6-e017-449c-a62b-2f2556b5e382 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:21:19,434 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/590b96ce998f4142a095872788e990a8 used request id req-10e8a3a6-e017-449c-a62b-2f2556b5e382 2018-09-04 22:21:19,434 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-proj-role 2018-09-04 22:21:19,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/ad4f7a96e01048768e5ec268087925fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:19,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:21:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37c9db5e-2d51-4a8a-8e1b-801763de2678 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:21:19,556 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/ad4f7a96e01048768e5ec268087925fd used request id req-37c9db5e-2d51-4a8a-8e1b-801763de2678 2018-09-04 22:21:19,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c1acf3998836a7325eed7a97c3e989d22b7c6a" 2018-09-04 22:21:19,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f6268d-7a58-4d8a-8447-e46698083aa4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:21:19,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-86f6268d-7a58-4d8a-8447-e46698083aa4 2018-09-04 22:21:19,655 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-a5da13e5-c416-4d5-user 2018-09-04 22:21:19,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/16071d81e5cf4c7b80146fd9b3beccbe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02281663295cd1c4ed9a00de3049e69025a2247e" 2018-09-04 22:21:19,879 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:21:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79346c6e-6856-4f43-be90-634865a02368 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:21:19,880 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/16071d81e5cf4c7b80146fd9b3beccbe used request id req-79346c6e-6856-4f43-be90-634865a02368 2018-09-04 22:21:19,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:21:20,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:21:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["OqdKUaVUQzy77cYv7NueHg"], "issued_at": "2018-09-04T22:21:20.000000Z"}} 2018-09-04 22:21:20,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1c14355881b2c5f0c4fbd92b5420473a696bd0" 2018-09-04 22:21:20,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec33712-4be3-46e9-8612-c37c78051169 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:21:20,345 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dec33712-4be3-46e9-8612-c37c78051169 2018-09-04 22:21:20,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:21:20,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:21:20,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:21:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["PKG5pnRbSsCVySAKHG6Png"], "issued_at": "2018-09-04T22:21:20.000000Z"}} 2018-09-04 22:21:20,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:21:20,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d171a083-1605-4cb7-8a06-79e04e37f075 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:21:20,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d171a083-1605-4cb7-8a06-79e04e37f075 2018-09-04 22:21:20,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:21:20,821 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:21:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:21:20,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-51761e59-daae-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:21:20,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd9b479a-da34-4e27-b480-f748ae117a48 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-51761e59-daae-494-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:21:20,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-51761e59-daae-494-proj used request id req-cd9b479a-da34-4e27-b480-f748ae117a48 2018-09-04 22:21:20,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:21:20,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e3ddee-f254-49e5-bf3a-6ef062072c28 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:21:20,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-b7e3ddee-f254-49e5-bf3a-6ef062072c28 2018-09-04 22:21:20,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}}' 2018-09-04 22:21:21,125 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:21:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48443966-8b99-4454-ac4d-e0c10b105b3f Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f"}, "enabled": true, "id": "248dc2a29cfe4d469acd20773d77836f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}} 2018-09-04 22:21:21,126 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-48443966-8b99-4454-ac4d-e0c10b105b3f 2018-09-04 22:21:21,126 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-51761e59-daae-494-proj 2018-09-04 22:21:21,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:21:21,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:21:21,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:21:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["dGSCrDxsRKuFx-rsmH7lWA"], "issued_at": "2018-09-04T22:21:21.000000Z"}} 2018-09-04 22:21:21,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b744567c0df26bcb5e62eb951e8a7ad5971d9c" 2018-09-04 22:21:21,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-495e6de5-9d4d-4bc5-ab30-675a9d77450c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:21:21,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-495e6de5-9d4d-4bc5-ab30-675a9d77450c 2018-09-04 22:21:21,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:21:21,601 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:21:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:21:21,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b744567c0df26bcb5e62eb951e8a7ad5971d9c" 2018-09-04 22:21:21,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f1a6419-f414-4c88-9ede-5d259a3c96ae Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:21:21,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-0f1a6419-f414-4c88-9ede-5d259a3c96ae 2018-09-04 22:21:21,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceVolumeTests-51761e59-daae-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b744567c0df26bcb5e62eb951e8a7ad5971d9c" 2018-09-04 22:21:21,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8428b803-a39b-443f-ac50-9b1ddb850b8d Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceVolumeTests-51761e59-daae-494-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f"}, "enabled": true, "id": "248dc2a29cfe4d469acd20773d77836f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}]} 2018-09-04 22:21:21,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceVolumeTests-51761e59-daae-494-proj used request id req-8428b803-a39b-443f-ac50-9b1ddb850b8d 2018-09-04 22:21:21,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b744567c0df26bcb5e62eb951e8a7ad5971d9c" 2018-09-04 22:21:21,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f81364c7-09a6-4736-b338-004c096d281f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:21:21,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f81364c7-09a6-4736-b338-004c096d281f 2018-09-04 22:21:22,210 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-51761e59-daae-494-user 2018-09-04 22:21:22,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:21:22,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:21:22,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5d514b1-06d0-4359-9c35-44fcdede29eb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:21:22,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a5d514b1-06d0-4359-9c35-44fcdede29eb 2018-09-04 22:21:22,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" -d '{"role": {"name": "CreateInstanceVolumeTests-51761e59-daae-494-proj-role"}}' 2018-09-04 22:21:22,419 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:21:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96757570-24c9-4d50-90f4-0352a1b397dc Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f2b816d7fad640428e9cc4865ef93dce", "links": {"self": "http://172.30.9.26:5000/v3/roles/f2b816d7fad640428e9cc4865ef93dce"}, "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj-role"}} 2018-09-04 22:21:22,420 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-96757570-24c9-4d50-90f4-0352a1b397dc 2018-09-04 22:21:22,420 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-51761e59-daae-494-proj-role 2018-09-04 22:21:22,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/f2b816d7fad640428e9cc4865ef93dce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:21:22,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef99cc89-b703-4590-bfd9-1d055a1e036f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/f2b816d7fad640428e9cc4865ef93dce"}, "domain_id": null, "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj-role", "id": "f2b816d7fad640428e9cc4865ef93dce"}} 2018-09-04 22:21:22,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/f2b816d7fad640428e9cc4865ef93dce used request id req-ef99cc89-b703-4590-bfd9-1d055a1e036f 2018-09-04 22:21:22,512 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-51761e59-daae-494-proj-role to project CreateInstanceVolumeTests-51761e59-daae-494-proj 2018-09-04 22:21:22,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f/users/acbb826f49994d20b84c8d783091f0fc/roles/f2b816d7fad640428e9cc4865ef93dce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:21:22,631 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:21:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d67e247-333f-42a6-872f-6da630dfd608 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:21:22,631 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f/users/acbb826f49994d20b84c8d783091f0fc/roles/f2b816d7fad640428e9cc4865ef93dce used request id req-7d67e247-333f-42a6-872f-6da630dfd608 2018-09-04 22:21:22,631 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:21:22,633 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:21:22,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:21:22,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:21:23,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f2b816d7fad640428e9cc4865ef93dce", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj-role"}], "expires_at": "2018-09-04T23:21:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "248dc2a29cfe4d469acd20773d77836f", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-51761e59-daae-494-user", "id": "acbb826f49994d20b84c8d783091f0fc"}, "audit_ids": ["SX9k5YD_Q8C8bm98QAvJXg"], "issued_at": "2018-09-04T22:21:23.000000Z"}} 2018-09-04 22:21:23,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d4ad7c22d9179bbbec78635a6fa05203837d78" 2018-09-04 22:21:23,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02f6be56-819a-4622-867a-dfb770070dc3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:21:23,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-02f6be56-819a-4622-867a-dfb770070dc3 2018-09-04 22:21:23,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0d4ad7c22d9179bbbec78635a6fa05203837d78" 2018-09-04 22:21:23,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-abe8cf08-793e-4cfd-911d-82732ba35f69 Date: Tue, 04 Sep 2018 22:21:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image"} 2018-09-04 22:21:23,250 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image used request id req-abe8cf08-793e-4cfd-911d-82732ba35f69 2018-09-04 22:21:23,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0d4ad7c22d9179bbbec78635a6fa05203837d78" 2018-09-04 22:21:23,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-52d1e0cd-051f-42d5-9095-f1728fb10df2 Date: Tue, 04 Sep 2018 22:21:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:21:23,415 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-52d1e0cd-051f-42d5-9095-f1728fb10df2 2018-09-04 22:21:23,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0d4ad7c22d9179bbbec78635a6fa05203837d78" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image"}' 2018-09-04 22:21:23,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee X-Openstack-Request-Id: req-b20936b1-b417-4a12-aff1-a1cccbf9f7ef Date: Tue, 04 Sep 2018 22:21:23 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:21:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:21:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "min_disk": 0, "protected": false, "id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "file": "/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee/file", "checksum": null, "owner": "248dc2a29cfe4d469acd20773d77836f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:21:23,660 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-b20936b1-b417-4a12-aff1-a1cccbf9f7ef 2018-09-04 22:21:23,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0d4ad7c22d9179bbbec78635a6fa05203837d78" -d '' 2018-09-04 22:21:25,687 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1154c35a-1061-48a1-b30d-18bfa72b25c7 Date: Tue, 04 Sep 2018 22:21:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:21:25,688 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee/file used request id req-1154c35a-1061-48a1-b30d-18bfa72b25c7 2018-09-04 22:21:25,688 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:21:25,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0d4ad7c22d9179bbbec78635a6fa05203837d78" 2018-09-04 22:21:25,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-b86868a9-df9a-4f7f-8432-068b428736a3 Date: Tue, 04 Sep 2018 22:21:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:21:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:21:25Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d95b0142-1b26-44d6-8ef0-152b35b05aee/snap", "metadata": {}}], "self": "/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "min_disk": 0, "protected": false, "id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "file": "/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "248dc2a29cfe4d469acd20773d77836f", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d95b0142-1b26-44d6-8ef0-152b35b05aee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:21:25,858 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee used request id req-b86868a9-df9a-4f7f-8432-068b428736a3 2018-09-04 22:21:25,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0d4ad7c22d9179bbbec78635a6fa05203837d78" 2018-09-04 22:21:26,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bd1fabe0-0cb4-4f3a-a3fd-01fe9a5ca110 Date: Tue, 04 Sep 2018 22:21:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:21:26,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-bd1fabe0-0cb4-4f3a-a3fd-01fe9a5ca110 2018-09-04 22:21:26,022 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image 2018-09-04 22:21:26,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0d4ad7c22d9179bbbec78635a6fa05203837d78" 2018-09-04 22:21:26,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-8cd3d9f1-eafa-431b-bd33-293c33997b93 Date: Tue, 04 Sep 2018 22:21:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:21:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:21:25Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d95b0142-1b26-44d6-8ef0-152b35b05aee/snap", "metadata": {}}], "self": "/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "min_disk": 0, "protected": false, "id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "file": "/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "248dc2a29cfe4d469acd20773d77836f", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d95b0142-1b26-44d6-8ef0-152b35b05aee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:21:26,184 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee used request id req-8cd3d9f1-eafa-431b-bd33-293c33997b93 2018-09-04 22:21:26,185 - create_image - DEBUG - Instance status is - active 2018-09-04 22:21:26,185 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image 2018-09-04 22:21:26,185 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image 2018-09-04 22:21:26,185 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:21:26,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:21:26,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Df0FlZKZTKK1RtV5vzSR1g"], "issued_at": "2018-09-04T22:21:26.000000Z"}} 2018-09-04 22:21:26,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc38783e68a6631fe1a19f2aab6ed82a33e73321" 2018-09-04 22:21:26,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e0f446d-6894-4354-b087-118d55af3393 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:21:26,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0e0f446d-6894-4354-b087-118d55af3393 2018-09-04 22:21:26,662 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:21:26,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc38783e68a6631fe1a19f2aab6ed82a33e73321" 2018-09-04 22:21:26,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9be1a17d-9465-4dd6-b293-e208953634b4 x-compute-request-id: req-9be1a17d-9465-4dd6-b293-e208953634b4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:21:26,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9be1a17d-9465-4dd6-b293-e208953634b4 2018-09-04 22:21:26,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc38783e68a6631fe1a19f2aab6ed82a33e73321" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:21:26,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75563442-3993-4cf3-a1f5-c08fc7ea6ac6 x-compute-request-id: req-75563442-3993-4cf3-a1f5-c08fc7ea6ac6 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:21:26,904 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-75563442-3993-4cf3-a1f5-c08fc7ea6ac6 2018-09-04 22:21:26,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:21:26,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:21:27,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f2b816d7fad640428e9cc4865ef93dce", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj-role"}], "expires_at": "2018-09-04T23:21:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "248dc2a29cfe4d469acd20773d77836f", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-51761e59-daae-494-user", "id": "acbb826f49994d20b84c8d783091f0fc"}, "audit_ids": ["PFBTk63QQ_KUZmLEIp9gFw"], "issued_at": "2018-09-04T22:21:27.000000Z"}} 2018-09-04 22:21:27,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29871029487bcb765d4e54cbef4d16be12266813" 2018-09-04 22:21:27,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63190b03-f87d-4ef3-a0e3-f14933536974 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:21:27,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-63190b03-f87d-4ef3-a0e3-f14933536974 2018-09-04 22:21:27,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29871029487bcb765d4e54cbef4d16be12266813" 2018-09-04 22:21:27,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cef71a56-370b-4f8e-aafb-09ad11def6b2 Date: Tue, 04 Sep 2018 22:21:27 GMT RESP BODY: {"networks":[]} 2018-09-04 22:21:27,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net used request id req-cef71a56-370b-4f8e-aafb-09ad11def6b2 2018-09-04 22:21:27,530 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net 2018-09-04 22:21:27,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29871029487bcb765d4e54cbef4d16be12266813" -d '{"network": {"name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net", "admin_state_up": true}}' 2018-09-04 22:21:28,297 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-a8293202-31e3-4b5c-a1f8-179242434235 Date: Tue, 04 Sep 2018 22:21:28 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f496ab9a-de44-437f-8381-58483212364e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:21:28Z","is_default":false,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:28Z","mtu":1450}} 2018-09-04 22:21:28,297 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-a8293202-31e3-4b5c-a1f8-179242434235 2018-09-04 22:21:28,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29871029487bcb765d4e54cbef4d16be12266813" 2018-09-04 22:21:28,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-00b45f5e-e358-4935-a444-e6dbf9ea1afb Date: Tue, 04 Sep 2018 22:21:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:21:28Z","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"248dc2a29cfe4d469acd20773d77836f","id":"f496ab9a-de44-437f-8381-58483212364e","name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net"}]} 2018-09-04 22:21:28,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=f496ab9a-de44-437f-8381-58483212364e used request id req-00b45f5e-e358-4935-a444-e6dbf9ea1afb 2018-09-04 22:21:28,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29871029487bcb765d4e54cbef4d16be12266813" 2018-09-04 22:21:28,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bb14e18e-1788-4165-84f4-da9afe8935db Date: Tue, 04 Sep 2018 22:21:28 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:21:28,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-bb14e18e-1788-4165-84f4-da9afe8935db 2018-09-04 22:21:28,806 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet 2018-09-04 22:21:28,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29871029487bcb765d4e54cbef4d16be12266813" -d '{"subnets": [{"ip_version": 4, "network_id": "f496ab9a-de44-437f-8381-58483212364e", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet"}]}' 2018-09-04 22:21:29,573 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-738ac97f-0e83-4634-a9cb-5ac54c72fa20 Date: Tue, 04 Sep 2018 22:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:21:29Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"248dc2a29cfe4d469acd20773d77836f","id":"37aaab2b-4f87-493d-a194-5b0b057157bf","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet"}]} 2018-09-04 22:21:29,573 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-738ac97f-0e83-4634-a9cb-5ac54c72fa20 2018-09-04 22:21:29,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29871029487bcb765d4e54cbef4d16be12266813" 2018-09-04 22:21:30,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-034c48e2-1d89-41ad-a79a-7938615f92f0 Date: Tue, 04 Sep 2018 22:21:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37aaab2b-4f87-493d-a194-5b0b057157bf"],"updated_at":"2018-09-04T22:21:29Z","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"248dc2a29cfe4d469acd20773d77836f","id":"f496ab9a-de44-437f-8381-58483212364e","name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net"}]} 2018-09-04 22:21:30,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=f496ab9a-de44-437f-8381-58483212364e used request id req-034c48e2-1d89-41ad-a79a-7938615f92f0 2018-09-04 22:21:30,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29871029487bcb765d4e54cbef4d16be12266813" 2018-09-04 22:21:30,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-dac30b39-3ea5-4d68-940c-156549b1043e Date: Tue, 04 Sep 2018 22:21:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:21:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"248dc2a29cfe4d469acd20773d77836f","id":"37aaab2b-4f87-493d-a194-5b0b057157bf","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet"}]} 2018-09-04 22:21:30,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-dac30b39-3ea5-4d68-940c-156549b1043e 2018-09-04 22:21:30,238 - OpenStackNetwork - DEBUG - Network [f496ab9a-de44-437f-8381-58483212364e] created successfully 2018-09-04 22:21:30,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:21:30,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:21:30,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f2b816d7fad640428e9cc4865ef93dce", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj-role"}], "expires_at": "2018-09-04T23:21:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "248dc2a29cfe4d469acd20773d77836f", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-51761e59-daae-494-user", "id": "acbb826f49994d20b84c8d783091f0fc"}, "audit_ids": ["bynkZqGjTK-RnSZiZRygvQ"], "issued_at": "2018-09-04T22:21:30.000000Z"}} 2018-09-04 22:21:30,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e0e839fc876d04070f50972e134cd49c882a42" 2018-09-04 22:21:30,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7eab274-461c-4696-9a2b-22aaffbb5c22 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:21:30,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e7eab274-461c-4696-9a2b-22aaffbb5c22 2018-09-04 22:21:30,701 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e0e839fc876d04070f50972e134cd49c882a42" 2018-09-04 22:21:31,264 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:30 GMT Server: Apache x-compute-request-id: req-8229b697-36b1-4abb-8c9f-f7aa1e404341 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8229b697-36b1-4abb-8c9f-f7aa1e404341 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:21:31,264 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/detail used request id req-8229b697-36b1-4abb-8c9f-f7aa1e404341 2018-09-04 22:21:31,268 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8229b697-36b1-4abb-8c9f-f7aa1e404341" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e0e839fc876d04070f50972e134cd49c882a42" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:21:31,648 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:21:31 GMT Server: Apache x-compute-request-id: req-fb3081ff-54ec-40a2-ad60-3ddb032b8933 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fb3081ff-54ec-40a2-ad60-3ddb032b8933 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:31.524586", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "size": 1}} 2018-09-04 22:21:31,648 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes used request id req-fb3081ff-54ec-40a2-ad60-3ddb032b8933 2018-09-04 22:21:31,652 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8229b697-36b1-4abb-8c9f-f7aa1e404341" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e0e839fc876d04070f50972e134cd49c882a42" 2018-09-04 22:21:31,848 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:31 GMT Server: Apache x-compute-request-id: req-a0e5a1d0-9a39-48ff-8e62-088cabe69ff3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a0e5a1d0-9a39-48ff-8e62-088cabe69ff3 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "248dc2a29cfe4d469acd20773d77836f", "updated_at": "2018-09-04T22:21:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "size": 1}} 2018-09-04 22:21:31,848 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 used request id req-a0e5a1d0-9a39-48ff-8e62-088cabe69ff3 2018-09-04 22:21:31,849 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1 2018-09-04 22:21:31,852 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8229b697-36b1-4abb-8c9f-f7aa1e404341" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e0e839fc876d04070f50972e134cd49c882a42" 2018-09-04 22:21:32,050 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:31 GMT Server: Apache x-compute-request-id: req-6108d3ed-14d7-46b0-a737-325eda3c09f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6108d3ed-14d7-46b0-a737-325eda3c09f2 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "248dc2a29cfe4d469acd20773d77836f", "updated_at": "2018-09-04T22:21:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "size": 1}} 2018-09-04 22:21:32,050 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 used request id req-6108d3ed-14d7-46b0-a737-325eda3c09f2 2018-09-04 22:21:32,051 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:21:32,051 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1 2018-09-04 22:21:32,051 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1 2018-09-04 22:21:32,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:21:32,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:21:32,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f2b816d7fad640428e9cc4865ef93dce", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj-role"}], "expires_at": "2018-09-04T23:21:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "248dc2a29cfe4d469acd20773d77836f", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-51761e59-daae-494-user", "id": "acbb826f49994d20b84c8d783091f0fc"}, "audit_ids": ["YpZh59BWTYGxlKXlsGWsqw"], "issued_at": "2018-09-04T22:21:32.000000Z"}} 2018-09-04 22:21:32,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26557f72db2ad0c20f6d655496c118149bd30e6f" 2018-09-04 22:21:32,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-513cc8c1-80e6-4ab5-a950-128f099b99e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:21:32,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-513cc8c1-80e6-4ab5-a950-128f099b99e2 2018-09-04 22:21:32,508 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26557f72db2ad0c20f6d655496c118149bd30e6f" 2018-09-04 22:21:32,704 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:32 GMT Server: Apache x-compute-request-id: req-f9916ea6-250e-4250-b516-9537d4127917 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f9916ea6-250e-4250-b516-9537d4127917 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "248dc2a29cfe4d469acd20773d77836f", "updated_at": "2018-09-04T22:21:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "size": 1}]} 2018-09-04 22:21:32,704 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/detail used request id req-f9916ea6-250e-4250-b516-9537d4127917 2018-09-04 22:21:32,708 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f9916ea6-250e-4250-b516-9537d4127917" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26557f72db2ad0c20f6d655496c118149bd30e6f" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:21:33,029 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:21:32 GMT Server: Apache x-compute-request-id: req-907e6ea1-d2a7-4d14-b39b-661b823c6bd3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-907e6ea1-d2a7-4d14-b39b-661b823c6bd3 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:32.940022", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "498e64e1-41b2-4439-b750-806cd0cc4444", "size": 1}} 2018-09-04 22:21:33,029 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes used request id req-907e6ea1-d2a7-4d14-b39b-661b823c6bd3 2018-09-04 22:21:33,032 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9916ea6-250e-4250-b516-9537d4127917" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26557f72db2ad0c20f6d655496c118149bd30e6f" 2018-09-04 22:21:33,235 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:33 GMT Server: Apache x-compute-request-id: req-bfce188b-79a1-4715-ac3f-1780dd555b36 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bfce188b-79a1-4715-ac3f-1780dd555b36 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "248dc2a29cfe4d469acd20773d77836f", "updated_at": "2018-09-04T22:21:33.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "498e64e1-41b2-4439-b750-806cd0cc4444", "size": 1}} 2018-09-04 22:21:33,236 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444 used request id req-bfce188b-79a1-4715-ac3f-1780dd555b36 2018-09-04 22:21:33,236 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2 2018-09-04 22:21:33,239 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9916ea6-250e-4250-b516-9537d4127917" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26557f72db2ad0c20f6d655496c118149bd30e6f" 2018-09-04 22:21:33,435 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:33 GMT Server: Apache x-compute-request-id: req-f3d23d59-af71-4972-9fc0-c9180d677a85 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f3d23d59-af71-4972-9fc0-c9180d677a85 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "248dc2a29cfe4d469acd20773d77836f", "updated_at": "2018-09-04T22:21:33.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "498e64e1-41b2-4439-b750-806cd0cc4444", "size": 1}} 2018-09-04 22:21:33,435 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444 used request id req-f3d23d59-af71-4972-9fc0-c9180d677a85 2018-09-04 22:21:33,435 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:21:33,436 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2 2018-09-04 22:21:33,436 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2 2018-09-04 22:21:33,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:21:33,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:21:33,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f2b816d7fad640428e9cc4865ef93dce", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj-role"}], "expires_at": "2018-09-04T23:21:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "248dc2a29cfe4d469acd20773d77836f", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-51761e59-daae-494-user", "id": "acbb826f49994d20b84c8d783091f0fc"}, "audit_ids": ["r_c3IL2sT8q13yTvphE1_Q"], "issued_at": "2018-09-04T22:21:33.000000Z"}} 2018-09-04 22:21:33,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:33,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14208d1f-01a0-4200-9118-2ed50e9424f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:21:33,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-14208d1f-01a0-4200-9118-2ed50e9424f6 2018-09-04 22:21:33,884 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:21:33,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:33,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-443f6f36-07ff-43ab-9223-5996ce24cd92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:21:33,956 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-443f6f36-07ff-43ab-9223-5996ce24cd92 2018-09-04 22:21:33,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:34,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c2e2f320-7689-4f9d-a2e6-46efd0fd6616 Date: Tue, 04 Sep 2018 22:21:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37aaab2b-4f87-493d-a194-5b0b057157bf"],"updated_at":"2018-09-04T22:21:29Z","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"248dc2a29cfe4d469acd20773d77836f","id":"f496ab9a-de44-437f-8381-58483212364e","name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net"}]} 2018-09-04 22:21:34,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net used request id req-c2e2f320-7689-4f9d-a2e6-46efd0fd6616 2018-09-04 22:21:34,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:21:34,227 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:21:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:21:34,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:34,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-734dad5a-fada-44f4-b0c3-7de26bff58fc Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f"}, "enabled": true, "id": "248dc2a29cfe4d469acd20773d77836f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}} 2018-09-04 22:21:34,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f used request id req-734dad5a-fada-44f4-b0c3-7de26bff58fc 2018-09-04 22:21:34,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:34,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-67052d25-afa1-49c7-86fb-41124c7d601b Date: Tue, 04 Sep 2018 22:21:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:21:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"248dc2a29cfe4d469acd20773d77836f","id":"37aaab2b-4f87-493d-a194-5b0b057157bf","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet"}]} 2018-09-04 22:21:34,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-67052d25-afa1-49c7-86fb-41124c7d601b 2018-09-04 22:21:34,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e&name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:34,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1eb5f11e-50ed-4ab6-8534-3d45c18fb9fd Date: Tue, 04 Sep 2018 22:21:34 GMT RESP BODY: {"ports":[]} 2018-09-04 22:21:34,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e&name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port&admin_state_up=True used request id req-1eb5f11e-50ed-4ab6-8534-3d45c18fb9fd 2018-09-04 22:21:34,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:34,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eb848126-74e6-4148-ac68-bd9207b4c9c2 x-compute-request-id: req-eb848126-74e6-4148-ac68-bd9207b4c9c2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:21:34,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst used request id req-eb848126-74e6-4148-ac68-bd9207b4c9c2 2018-09-04 22:21:34,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:35,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8120d135-8332-493a-bb90-b23e0f5b009e Date: Tue, 04 Sep 2018 22:21:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37aaab2b-4f87-493d-a194-5b0b057157bf"],"updated_at":"2018-09-04T22:21:29Z","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"248dc2a29cfe4d469acd20773d77836f","id":"f496ab9a-de44-437f-8381-58483212364e","name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net"}]} 2018-09-04 22:21:35,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net used request id req-8120d135-8332-493a-bb90-b23e0f5b009e 2018-09-04 22:21:35,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:35,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c46a52-dad3-4662-a17e-aebaedc908e8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f"}, "enabled": true, "id": "248dc2a29cfe4d469acd20773d77836f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}} 2018-09-04 22:21:35,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f used request id req-e8c46a52-dad3-4662-a17e-aebaedc908e8 2018-09-04 22:21:35,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:35,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-87896261-dab3-4594-974e-feacd33c0711 Date: Tue, 04 Sep 2018 22:21:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:21:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"248dc2a29cfe4d469acd20773d77836f","id":"37aaab2b-4f87-493d-a194-5b0b057157bf","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet"}]} 2018-09-04 22:21:35,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-87896261-dab3-4594-974e-feacd33c0711 2018-09-04 22:21:35,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e&name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:35,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4ffe18da-0466-460e-b232-0c87fba8913a Date: Tue, 04 Sep 2018 22:21:35 GMT RESP BODY: {"ports":[]} 2018-09-04 22:21:35,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e&name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port&admin_state_up=True used request id req-4ffe18da-0466-460e-b232-0c87fba8913a 2018-09-04 22:21:35,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:21:35,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:21:35,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f2b816d7fad640428e9cc4865ef93dce", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj-role"}], "expires_at": "2018-09-04T23:21:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "248dc2a29cfe4d469acd20773d77836f", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-51761e59-daae-494-user", "id": "acbb826f49994d20b84c8d783091f0fc"}, "audit_ids": ["umroHbOaSsqOz0PXRYT8jA"], "issued_at": "2018-09-04T22:21:35.000000Z"}} 2018-09-04 22:21:35,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bb60285981b4d8a3af0961ddcd3016b9f734c3" 2018-09-04 22:21:35,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c0cd5ca-57f2-4a74-a0d1-fcf307aadca4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:21:35,891 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2c0cd5ca-57f2-4a74-a0d1-fcf307aadca4 2018-09-04 22:21:35,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:35,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-909461cb-dc1d-44f2-80c2-f8e7625437ba Date: Tue, 04 Sep 2018 22:21:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37aaab2b-4f87-493d-a194-5b0b057157bf"],"updated_at":"2018-09-04T22:21:29Z","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"248dc2a29cfe4d469acd20773d77836f","id":"f496ab9a-de44-437f-8381-58483212364e","name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net"}]} 2018-09-04 22:21:35,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net used request id req-909461cb-dc1d-44f2-80c2-f8e7625437ba 2018-09-04 22:21:36,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:36,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e6fd96a0-3995-4829-8df3-67574e4dc790 Date: Tue, 04 Sep 2018 22:21:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:21:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"248dc2a29cfe4d469acd20773d77836f","id":"37aaab2b-4f87-493d-a194-5b0b057157bf","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet"}]} 2018-09-04 22:21:36,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-e6fd96a0-3995-4829-8df3-67574e4dc790 2018-09-04 22:21:36,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:36,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3840cc30-384d-4540-883c-b906214c275c Date: Tue, 04 Sep 2018 22:21:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37aaab2b-4f87-493d-a194-5b0b057157bf"],"updated_at":"2018-09-04T22:21:29Z","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"248dc2a29cfe4d469acd20773d77836f","id":"f496ab9a-de44-437f-8381-58483212364e","name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net"}]} 2018-09-04 22:21:36,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net used request id req-3840cc30-384d-4540-883c-b906214c275c 2018-09-04 22:21:36,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:21:36,482 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:21:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:21:36,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bb60285981b4d8a3af0961ddcd3016b9f734c3" 2018-09-04 22:21:36,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0940a6f7-afea-43ea-b1c9-c169f1f814d6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f"}, "enabled": true, "id": "248dc2a29cfe4d469acd20773d77836f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}} 2018-09-04 22:21:36,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f used request id req-0940a6f7-afea-43ea-b1c9-c169f1f814d6 2018-09-04 22:21:36,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:36,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-986fba0f-f50f-4468-802e-076ce0a72a66 Date: Tue, 04 Sep 2018 22:21:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:21:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"248dc2a29cfe4d469acd20773d77836f","id":"37aaab2b-4f87-493d-a194-5b0b057157bf","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet"}]} 2018-09-04 22:21:36,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-986fba0f-f50f-4468-802e-076ce0a72a66 2018-09-04 22:21:36,776 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net 2018-09-04 22:21:36,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" -d '{"port": {"network_id": "f496ab9a-de44-437f-8381-58483212364e", "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port", "admin_state_up": true}}' 2018-09-04 22:21:37,879 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-fa75cd59-b8e1-46ae-9de6-a62cf6d44bdf Date: Tue, 04 Sep 2018 22:21:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:37Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.14"}],"id":"eda58f01-693c-4ee8-a8a2-fda6dae02803","security_groups":["cd2f63ad-76c6-4df7-a768-2f94dfd660df"],"mac_address":"fa:16:3e:7d:93:1b","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port","project_id":"248dc2a29cfe4d469acd20773d77836f","qos_policy_id":null,"admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:37Z","binding:vnic_type":"normal"}} 2018-09-04 22:21:37,879 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-fa75cd59-b8e1-46ae-9de6-a62cf6d44bdf 2018-09-04 22:21:37,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:37,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-15922611-35d6-4e31-9b91-f0a577d93462 Date: Tue, 04 Sep 2018 22:21:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37aaab2b-4f87-493d-a194-5b0b057157bf"],"updated_at":"2018-09-04T22:21:29Z","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"248dc2a29cfe4d469acd20773d77836f","id":"f496ab9a-de44-437f-8381-58483212364e","name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net"}]} 2018-09-04 22:21:37,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net used request id req-15922611-35d6-4e31-9b91-f0a577d93462 2018-09-04 22:21:37,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:38,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3895d880-f4ba-4ba8-8cba-e18ff0ae395a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f"}, "enabled": true, "id": "248dc2a29cfe4d469acd20773d77836f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}} 2018-09-04 22:21:38,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f used request id req-3895d880-f4ba-4ba8-8cba-e18ff0ae395a 2018-09-04 22:21:38,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:38,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cccc2400-34a6-4265-a4f9-a3b103c4f1a2 Date: Tue, 04 Sep 2018 22:21:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:21:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"248dc2a29cfe4d469acd20773d77836f","id":"37aaab2b-4f87-493d-a194-5b0b057157bf","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet"}]} 2018-09-04 22:21:38,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-cccc2400-34a6-4265-a4f9-a3b103c4f1a2 2018-09-04 22:21:38,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e&name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:38,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-05c92036-45c4-4529-a413-a9135f9d210a Date: Tue, 04 Sep 2018 22:21:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:37Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.14"}],"id":"eda58f01-693c-4ee8-a8a2-fda6dae02803","security_groups":["cd2f63ad-76c6-4df7-a768-2f94dfd660df"],"mac_address":"fa:16:3e:7d:93:1b","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:37Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:21:38,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e&name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port&admin_state_up=True used request id req-05c92036-45c4-4529-a413-a9135f9d210a 2018-09-04 22:21:38,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:38,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee988556-2604-4ee1-8630-e0ba9906a32f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f"}, "enabled": true, "id": "248dc2a29cfe4d469acd20773d77836f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}} 2018-09-04 22:21:38,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f used request id req-ee988556-2604-4ee1-8630-e0ba9906a32f 2018-09-04 22:21:38,626 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst 2018-09-04 22:21:38,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:38,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a467ba9-7b11-4275-b29a-a87d44e4c468 x-compute-request-id: req-4a467ba9-7b11-4275-b29a-a87d44e4c468 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-flavor-name"}]} 2018-09-04 22:21:38,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4a467ba9-7b11-4275-b29a-a87d44e4c468 2018-09-04 22:21:38,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:38,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e0732de-002f-4c33-b35b-45f88f40b723 x-compute-request-id: req-8e0732de-002f-4c33-b35b-45f88f40b723 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:21:38,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4 used request id req-8e0732de-002f-4c33-b35b-45f88f40b723 2018-09-04 22:21:38,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:38,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-73dcef0c-d16f-462e-ae02-476eb341bada Date: Tue, 04 Sep 2018 22:21:38 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:21:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:21:25Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d95b0142-1b26-44d6-8ef0-152b35b05aee/snap", "metadata": {}}], "self": "/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "min_disk": 0, "protected": false, "id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "file": "/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "248dc2a29cfe4d469acd20773d77836f", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d95b0142-1b26-44d6-8ef0-152b35b05aee/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image"} 2018-09-04 22:21:38,854 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image used request id req-73dcef0c-d16f-462e-ae02-476eb341bada 2018-09-04 22:21:38,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:39,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1455b90a-1c00-4fd7-98c1-41ba60d3a882 Date: Tue, 04 Sep 2018 22:21:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:21:39,010 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-1455b90a-1c00-4fd7-98c1-41ba60d3a882 2018-09-04 22:21:39,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" -d '{"server": {"name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "imageRef": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "flavorRef": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "max_count": 1, "min_count": 1, "networks": [{"port": "eda58f01-693c-4ee8-a8a2-fda6dae02803"}]}}' 2018-09-04 22:21:40,044 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:21:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d66255f5-1bb6-4d6a-b7bd-356f143e9db7 x-compute-request-id: req-d66255f5-1bb6-4d6a-b7bd-356f143e9db7 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "adminPass": "G5hoPCaJegRX"}} 2018-09-04 22:21:40,044 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-d66255f5-1bb6-4d6a-b7bd-356f143e9db7 2018-09-04 22:21:40,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:40,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f8054ca-b1d7-4ab2-b1f3-016bb08edfd7 x-compute-request-id: req-8f8054ca-b1d7-4ab2-b1f3-016bb08edfd7 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "image": {"id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "links": [{"href": "http://172.30.9.26:8774/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}]}, "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "user_id": "acbb826f49994d20b84c8d783091f0fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:21:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "created": "2018-09-04T22:21:40Z", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:21:40,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-8f8054ca-b1d7-4ab2-b1f3-016bb08edfd7 2018-09-04 22:21:40,415 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst 2018-09-04 22:21:40,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:40,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0186d30-ec3e-409d-9a4c-efd379f34eb3 x-compute-request-id: req-f0186d30-ec3e-409d-9a4c-efd379f34eb3 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "image": {"id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "links": [{"href": "http://172.30.9.26:8774/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}]}, "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "user_id": "acbb826f49994d20b84c8d783091f0fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:21:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "created": "2018-09-04T22:21:40Z", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:21:40,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-f0186d30-ec3e-409d-9a4c-efd379f34eb3 2018-09-04 22:21:40,805 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst] is - BUILD 2018-09-04 22:21:40,805 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:21:43,808 - create_instance - DEBUG - VM status query timeout in 896.606962919 2018-09-04 22:21:43,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:44,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b30414d-6db3-4906-9bcb-143c4bca9294 x-compute-request-id: req-0b30414d-6db3-4906-9bcb-143c4bca9294 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "image": {"id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "links": [{"href": "http://172.30.9.26:8774/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}]}, "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "security_groups": [{"name": "default"}], "user_id": "acbb826f49994d20b84c8d783091f0fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:21:40Z", "hostId": "8953d852f53f56099870942efb98eb557062608fc6a30c8abffac7b6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "created": "2018-09-04T22:21:40Z", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:21:44,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-0b30414d-6db3-4906-9bcb-143c4bca9294 2018-09-04 22:21:44,440 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst] is - BUILD 2018-09-04 22:21:44,440 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:21:47,443 - create_instance - DEBUG - VM status query timeout in 892.972029924 2018-09-04 22:21:47,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:48,063 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc5c5808-c91e-45f3-a7eb-8941de72f0d4 x-compute-request-id: req-fc5c5808-c91e-45f3-a7eb-8941de72f0d4 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:93:1b", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "image": {"id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "links": [{"href": "http://172.30.9.26:8774/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:21:44.000000", "flavor": {"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}]}, "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "security_groups": [{"name": "default"}], "user_id": "acbb826f49994d20b84c8d783091f0fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:21:45Z", "hostId": "8953d852f53f56099870942efb98eb557062608fc6a30c8abffac7b6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "created": "2018-09-04T22:21:40Z", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:21:48,063 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-fc5c5808-c91e-45f3-a7eb-8941de72f0d4 2018-09-04 22:21:48,063 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst] is - ACTIVE 2018-09-04 22:21:48,063 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:21:48,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:48,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb1e9429-1ae4-4093-815d-5bac5de72d82 x-compute-request-id: req-bb1e9429-1ae4-4093-815d-5bac5de72d82 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:93:1b", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "image": {"id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "links": [{"href": "http://172.30.9.26:8774/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:21:44.000000", "flavor": {"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}]}, "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "security_groups": [{"name": "default"}], "user_id": "acbb826f49994d20b84c8d783091f0fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:21:45Z", "hostId": "8953d852f53f56099870942efb98eb557062608fc6a30c8abffac7b6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "created": "2018-09-04T22:21:40Z", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:21:48,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-bb1e9429-1ae4-4093-815d-5bac5de72d82 2018-09-04 22:21:48,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:48,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-208ca6af-cb3a-4270-bea8-b2edc1bfbb13 Date: Tue, 04 Sep 2018 22:21:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37aaab2b-4f87-493d-a194-5b0b057157bf"],"updated_at":"2018-09-04T22:21:29Z","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"248dc2a29cfe4d469acd20773d77836f","id":"f496ab9a-de44-437f-8381-58483212364e","name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net"}]} 2018-09-04 22:21:48,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net used request id req-208ca6af-cb3a-4270-bea8-b2edc1bfbb13 2018-09-04 22:21:48,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:48,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-826c1010-8483-4e62-b9bc-caffe40baaff Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f"}, "enabled": true, "id": "248dc2a29cfe4d469acd20773d77836f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}} 2018-09-04 22:21:48,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f used request id req-826c1010-8483-4e62-b9bc-caffe40baaff 2018-09-04 22:21:48,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:48,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-60ef206e-df59-464c-ab4e-10217876fc9d Date: Tue, 04 Sep 2018 22:21:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:21:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"248dc2a29cfe4d469acd20773d77836f","id":"37aaab2b-4f87-493d-a194-5b0b057157bf","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet"}]} 2018-09-04 22:21:48,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-60ef206e-df59-464c-ab4e-10217876fc9d 2018-09-04 22:21:48,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:49,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-9c62894d-5983-4490-9bf0-3d998c8d689d Date: Tue, 04 Sep 2018 22:21:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.4"}],"id":"6168375b-9cab-450e-9f19-be139c1d51fc","security_groups":[],"mac_address":"fa:16:3e:d6:6b:a9","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f496ab9a-de44-437f-8381-58483212364e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.2"}],"id":"6d3d786f-7957-4d99-9377-ae2676e5092b","security_groups":[],"mac_address":"fa:16:3e:07:e4:1a","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f496ab9a-de44-437f-8381-58483212364e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.3"}],"id":"c9764e0b-9cec-4f59-9ba2-09a783880519","security_groups":[],"mac_address":"fa:16:3e:63:4b:81","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f496ab9a-de44-437f-8381-58483212364e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.14"}],"id":"eda58f01-693c-4ee8-a8a2-fda6dae02803","security_groups":["cd2f63ad-76c6-4df7-a768-2f94dfd660df"],"mac_address":"fa:16:3e:7d:93:1b","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:37Z","binding:vnic_type":"normal","device_id":"39ada01e-3632-4d46-a9cb-1c663a6ca68c"}]} 2018-09-04 22:21:49,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-9c62894d-5983-4490-9bf0-3d998c8d689d 2018-09-04 22:21:49,019 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:49,213 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:49 GMT Server: Apache x-compute-request-id: req-aff855ca-3182-4db4-9441-72169e712d78 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aff855ca-3182-4db4-9441-72169e712d78 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "248dc2a29cfe4d469acd20773d77836f", "updated_at": "2018-09-04T22:21:33.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "498e64e1-41b2-4439-b750-806cd0cc4444", "size": 1}, {"status": "available", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "248dc2a29cfe4d469acd20773d77836f", "updated_at": "2018-09-04T22:21:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "size": 1}]} 2018-09-04 22:21:49,213 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/detail used request id req-aff855ca-3182-4db4-9441-72169e712d78 2018-09-04 22:21:49,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:49,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e3e975-87f6-463b-8c45-54fbfd322ad5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f"}, "enabled": true, "id": "248dc2a29cfe4d469acd20773d77836f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}} 2018-09-04 22:21:49,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f used request id req-67e3e975-87f6-463b-8c45-54fbfd322ad5 2018-09-04 22:21:49,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:49,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04c41284-7577-48a8-9f12-99c930babff3 x-compute-request-id: req-04c41284-7577-48a8-9f12-99c930babff3 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:93:1b", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "image": {"id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "links": [{"href": "http://172.30.9.26:8774/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:21:44.000000", "flavor": {"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}]}, "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "security_groups": [{"name": "default"}], "user_id": "acbb826f49994d20b84c8d783091f0fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:21:45Z", "hostId": "8953d852f53f56099870942efb98eb557062608fc6a30c8abffac7b6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "created": "2018-09-04T22:21:40Z", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:21:49,857 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-04c41284-7577-48a8-9f12-99c930babff3 2018-09-04 22:21:49,857 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst] is - ACTIVE 2018-09-04 22:21:49,858 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:21:49,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:50,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70bc862f-8725-4383-92f1-7c98cf18d638 x-compute-request-id: req-70bc862f-8725-4383-92f1-7c98cf18d638 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:93:1b", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "image": {"id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "links": [{"href": "http://172.30.9.26:8774/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:21:44.000000", "flavor": {"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}]}, "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "security_groups": [{"name": "default"}], "user_id": "acbb826f49994d20b84c8d783091f0fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:21:45Z", "hostId": "8953d852f53f56099870942efb98eb557062608fc6a30c8abffac7b6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "created": "2018-09-04T22:21:40Z", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:21:50,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-70bc862f-8725-4383-92f1-7c98cf18d638 2018-09-04 22:21:50,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:50,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9bc3cade-db1d-41ce-82f4-94346a58dcb4 Date: Tue, 04 Sep 2018 22:21:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37aaab2b-4f87-493d-a194-5b0b057157bf"],"updated_at":"2018-09-04T22:21:29Z","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"248dc2a29cfe4d469acd20773d77836f","id":"f496ab9a-de44-437f-8381-58483212364e","name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net"}]} 2018-09-04 22:21:50,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net used request id req-9bc3cade-db1d-41ce-82f4-94346a58dcb4 2018-09-04 22:21:50,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:50,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb9c8234-7964-4d53-b543-6845e8a4366f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f"}, "enabled": true, "id": "248dc2a29cfe4d469acd20773d77836f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}} 2018-09-04 22:21:50,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f used request id req-eb9c8234-7964-4d53-b543-6845e8a4366f 2018-09-04 22:21:50,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:50,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8be5e4aa-9377-4376-82fa-6e29efbdbb37 Date: Tue, 04 Sep 2018 22:21:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:21:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"248dc2a29cfe4d469acd20773d77836f","id":"37aaab2b-4f87-493d-a194-5b0b057157bf","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet"}]} 2018-09-04 22:21:50,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-8be5e4aa-9377-4376-82fa-6e29efbdbb37 2018-09-04 22:21:50,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:50,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-e1f74aa0-a824-40a5-8702-70843a4fc0a1 Date: Tue, 04 Sep 2018 22:21:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.4"}],"id":"6168375b-9cab-450e-9f19-be139c1d51fc","security_groups":[],"mac_address":"fa:16:3e:d6:6b:a9","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f496ab9a-de44-437f-8381-58483212364e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.2"}],"id":"6d3d786f-7957-4d99-9377-ae2676e5092b","security_groups":[],"mac_address":"fa:16:3e:07:e4:1a","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f496ab9a-de44-437f-8381-58483212364e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.3"}],"id":"c9764e0b-9cec-4f59-9ba2-09a783880519","security_groups":[],"mac_address":"fa:16:3e:63:4b:81","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f496ab9a-de44-437f-8381-58483212364e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.14"}],"id":"eda58f01-693c-4ee8-a8a2-fda6dae02803","security_groups":["cd2f63ad-76c6-4df7-a768-2f94dfd660df"],"mac_address":"fa:16:3e:7d:93:1b","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:37Z","binding:vnic_type":"normal","device_id":"39ada01e-3632-4d46-a9cb-1c663a6ca68c"}]} 2018-09-04 22:21:50,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-e1f74aa0-a824-40a5-8702-70843a4fc0a1 2018-09-04 22:21:50,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" -d '{"volumeAttachment": {"volumeId": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7"}}' 2018-09-04 22:21:52,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e35a08e-b452-43a3-92a4-fe3d3bf956ba x-compute-request-id: req-2e35a08e-b452-43a3-92a4-fe3d3bf956ba Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "volumeId": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7"}} 2018-09-04 22:21:52,580 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c/os-volume_attachments used request id req-2e35a08e-b452-43a3-92a4-fe3d3bf956ba 2018-09-04 22:21:52,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:53,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a98e10b-035f-4249-b328-4d64207e1db4 x-compute-request-id: req-0a98e10b-035f-4249-b328-4d64207e1db4 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:93:1b", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "image": {"id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "links": [{"href": "http://172.30.9.26:8774/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:21:44.000000", "flavor": {"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}]}, "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "security_groups": [{"name": "default"}], "user_id": "acbb826f49994d20b84c8d783091f0fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:21:45Z", "hostId": "8953d852f53f56099870942efb98eb557062608fc6a30c8abffac7b6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "created": "2018-09-04T22:21:40Z", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "os-extended-volumes:volumes_attached": [{"id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7"}], "metadata": {}}} 2018-09-04 22:21:53,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-0a98e10b-035f-4249-b328-4d64207e1db4 2018-09-04 22:21:53,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:53,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-166d63ca-b166-430c-823a-29e29da6b589 Date: Tue, 04 Sep 2018 22:21:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37aaab2b-4f87-493d-a194-5b0b057157bf"],"updated_at":"2018-09-04T22:21:29Z","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"248dc2a29cfe4d469acd20773d77836f","id":"f496ab9a-de44-437f-8381-58483212364e","name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net"}]} 2018-09-04 22:21:53,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net used request id req-166d63ca-b166-430c-823a-29e29da6b589 2018-09-04 22:21:53,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:53,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1de2acc-6fa4-4f07-9257-aac965fb58b7 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f"}, "enabled": true, "id": "248dc2a29cfe4d469acd20773d77836f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}} 2018-09-04 22:21:53,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f used request id req-d1de2acc-6fa4-4f07-9257-aac965fb58b7 2018-09-04 22:21:53,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:53,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d587a75c-2e4f-43da-8a58-69f6eeb2f83f Date: Tue, 04 Sep 2018 22:21:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:21:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"248dc2a29cfe4d469acd20773d77836f","id":"37aaab2b-4f87-493d-a194-5b0b057157bf","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet"}]} 2018-09-04 22:21:53,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-d587a75c-2e4f-43da-8a58-69f6eeb2f83f 2018-09-04 22:21:53,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:53,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-378f74a5-513e-4ac8-8997-acf75531605d Date: Tue, 04 Sep 2018 22:21:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.4"}],"id":"6168375b-9cab-450e-9f19-be139c1d51fc","security_groups":[],"mac_address":"fa:16:3e:d6:6b:a9","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f496ab9a-de44-437f-8381-58483212364e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.2"}],"id":"6d3d786f-7957-4d99-9377-ae2676e5092b","security_groups":[],"mac_address":"fa:16:3e:07:e4:1a","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f496ab9a-de44-437f-8381-58483212364e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.3"}],"id":"c9764e0b-9cec-4f59-9ba2-09a783880519","security_groups":[],"mac_address":"fa:16:3e:63:4b:81","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f496ab9a-de44-437f-8381-58483212364e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.14"}],"id":"eda58f01-693c-4ee8-a8a2-fda6dae02803","security_groups":["cd2f63ad-76c6-4df7-a768-2f94dfd660df"],"mac_address":"fa:16:3e:7d:93:1b","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:37Z","binding:vnic_type":"normal","device_id":"39ada01e-3632-4d46-a9cb-1c663a6ca68c"}]} 2018-09-04 22:21:53,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-378f74a5-513e-4ac8-8997-acf75531605d 2018-09-04 22:21:53,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:21:54,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f2b816d7fad640428e9cc4865ef93dce", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj-role"}], "expires_at": "2018-09-04T23:21:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "248dc2a29cfe4d469acd20773d77836f", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/248dc2a29cfe4d469acd20773d77836f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-51761e59-daae-494-user", "id": "acbb826f49994d20b84c8d783091f0fc"}, "audit_ids": ["L-jBdrVCT4ShOwKvK4B8yA"], "issued_at": "2018-09-04T22:21:54.000000Z"}} 2018-09-04 22:21:54,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bd366e7368c75ceb421f3457c9d7b447199d77" 2018-09-04 22:21:54,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-263036ed-a231-4359-946f-7afb5a2f72c6 x-compute-request-id: req-263036ed-a231-4359-946f-7afb5a2f72c6 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:93:1b", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "image": {"id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "links": [{"href": "http://172.30.9.26:8774/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:21:44.000000", "flavor": {"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}]}, "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "security_groups": [{"name": "default"}], "user_id": "acbb826f49994d20b84c8d783091f0fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:21:53Z", "hostId": "8953d852f53f56099870942efb98eb557062608fc6a30c8abffac7b6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "created": "2018-09-04T22:21:40Z", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "os-extended-volumes:volumes_attached": [{"id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7"}], "metadata": {}}]} 2018-09-04 22:21:54,882 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst used request id req-263036ed-a231-4359-946f-7afb5a2f72c6 2018-09-04 22:21:54,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bd366e7368c75ceb421f3457c9d7b447199d77" 2018-09-04 22:21:54,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a3e525da-8109-4718-9484-272a071e19d5 Date: Tue, 04 Sep 2018 22:21:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37aaab2b-4f87-493d-a194-5b0b057157bf"],"updated_at":"2018-09-04T22:21:29Z","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"248dc2a29cfe4d469acd20773d77836f","id":"f496ab9a-de44-437f-8381-58483212364e","name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net"}]} 2018-09-04 22:21:54,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net used request id req-a3e525da-8109-4718-9484-272a071e19d5 2018-09-04 22:21:54,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bd366e7368c75ceb421f3457c9d7b447199d77" 2018-09-04 22:21:55,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a1f8defa-9b7a-4088-b3ee-720d649ca0ad Date: Tue, 04 Sep 2018 22:21:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","dns_nameservers":[],"updated_at":"2018-09-04T22:21:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"248dc2a29cfe4d469acd20773d77836f","id":"37aaab2b-4f87-493d-a194-5b0b057157bf","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet"}]} 2018-09-04 22:21:55,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-a1f8defa-9b7a-4088-b3ee-720d649ca0ad 2018-09-04 22:21:55,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bd366e7368c75ceb421f3457c9d7b447199d77" 2018-09-04 22:21:55,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-073c2303-04ac-4bd8-9a05-db23143a19c8 Date: Tue, 04 Sep 2018 22:21:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.4"}],"id":"6168375b-9cab-450e-9f19-be139c1d51fc","security_groups":[],"mac_address":"fa:16:3e:d6:6b:a9","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f496ab9a-de44-437f-8381-58483212364e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.2"}],"id":"6d3d786f-7957-4d99-9377-ae2676e5092b","security_groups":[],"mac_address":"fa:16:3e:07:e4:1a","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f496ab9a-de44-437f-8381-58483212364e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.3"}],"id":"c9764e0b-9cec-4f59-9ba2-09a783880519","security_groups":[],"mac_address":"fa:16:3e:63:4b:81","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f496ab9a-de44-437f-8381-58483212364e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:21:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"37aaab2b-4f87-493d-a194-5b0b057157bf","ip_address":"10.55.0.14"}],"id":"eda58f01-693c-4ee8-a8a2-fda6dae02803","security_groups":["cd2f63ad-76c6-4df7-a768-2f94dfd660df"],"mac_address":"fa:16:3e:7d:93:1b","project_id":"248dc2a29cfe4d469acd20773d77836f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port","admin_state_up":true,"network_id":"f496ab9a-de44-437f-8381-58483212364e","tenant_id":"248dc2a29cfe4d469acd20773d77836f","created_at":"2018-09-04T22:21:37Z","binding:vnic_type":"normal","device_id":"39ada01e-3632-4d46-a9cb-1c663a6ca68c"}]} 2018-09-04 22:21:55,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=f496ab9a-de44-437f-8381-58483212364e used request id req-073c2303-04ac-4bd8-9a05-db23143a19c8 2018-09-04 22:21:55,527 - create_instance - INFO - Deleting Port with ID - eda58f01-693c-4ee8-a8a2-fda6dae02803 2018-09-04 22:21:55,527 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-port 2018-09-04 22:21:55,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/eda58f01-693c-4ee8-a8a2-fda6dae02803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:55,978 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-598224b3-31b1-4ba6-b6c2-969efdb2d97f Date: Tue, 04 Sep 2018 22:21:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:21:55,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/eda58f01-693c-4ee8-a8a2-fda6dae02803 used request id req-598224b3-31b1-4ba6-b6c2-969efdb2d97f 2018-09-04 22:21:55,981 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-aff855ca-3182-4db4-9441-72169e712d78" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:56,566 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:55 GMT Server: Apache x-compute-request-id: req-3760976c-9d55-469d-853e-34d12d53ce0a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3760976c-9d55-469d-853e-34d12d53ce0a Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [{"server_id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "attachment_id": "0466838f-a569-48c9-a4fa-a693ec983269", "attached_at": "2018-09-04T22:21:54.000000", "host_name": null, "volume_id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "device": "/dev/vdb", "id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7"}], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "248dc2a29cfe4d469acd20773d77836f", "updated_at": "2018-09-04T22:21:54.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "size": 1}} 2018-09-04 22:21:56,566 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 used request id req-3760976c-9d55-469d-853e-34d12d53ce0a 2018-09-04 22:21:56,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c/os-volume_attachments/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:58,058 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:21:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f4522431-2390-4283-abf0-5594c9996f6e x-compute-request-id: req-f4522431-2390-4283-abf0-5594c9996f6e Content-Length: 0 Content-Type: application/json 2018-09-04 22:21:58,058 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c/os-volume_attachments/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 used request id req-f4522431-2390-4283-abf0-5594c9996f6e 2018-09-04 22:21:58,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:21:58,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:21:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e51b1c51-06f2-40a1-bdcf-bcbf8ba8a8cf x-compute-request-id: req-e51b1c51-06f2-40a1-bdcf-bcbf8ba8a8cf Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "image": {"id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "links": [{"href": "http://172.30.9.26:8774/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:21:44.000000", "flavor": {"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}]}, "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "user_id": "acbb826f49994d20b84c8d783091f0fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:21:53Z", "hostId": "8953d852f53f56099870942efb98eb557062608fc6a30c8abffac7b6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "created": "2018-09-04T22:21:40Z", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "os-extended-volumes:volumes_attached": [{"id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7"}], "metadata": {}}} 2018-09-04 22:21:58,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-e51b1c51-06f2-40a1-bdcf-bcbf8ba8a8cf 2018-09-04 22:22:01,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:22:01,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12ae07d6-3350-4a3c-91fa-da2434e73d47 x-compute-request-id: req-12ae07d6-3350-4a3c-91fa-da2434e73d47 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "image": {"id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "links": [{"href": "http://172.30.9.26:8774/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:21:44.000000", "flavor": {"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}]}, "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "user_id": "acbb826f49994d20b84c8d783091f0fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:21:53Z", "hostId": "8953d852f53f56099870942efb98eb557062608fc6a30c8abffac7b6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "created": "2018-09-04T22:21:40Z", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:22:01,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-12ae07d6-3350-4a3c-91fa-da2434e73d47 2018-09-04 22:22:01,741 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst 2018-09-04 22:22:01,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:22:01,893 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:22:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-abb225c6-b615-4d96-b31e-456615a8b731 x-compute-request-id: req-abb225c6-b615-4d96-b31e-456615a8b731 Content-Type: application/json 2018-09-04 22:22:01,894 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-abb225c6-b615-4d96-b31e-456615a8b731 2018-09-04 22:22:01,894 - create_instance - INFO - Checking deletion status 2018-09-04 22:22:01,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:22:02,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02bb1357-6877-4e76-ae26-207a7c800749 x-compute-request-id: req-02bb1357-6877-4e76-ae26-207a7c800749 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c", "rel": "bookmark"}], "image": {"id": "d95b0142-1b26-44d6-8ef0-152b35b05aee", "links": [{"href": "http://172.30.9.26:8774/images/d95b0142-1b26-44d6-8ef0-152b35b05aee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:21:44.000000", "flavor": {"id": "9fd44564-9dbb-4df0-8bbb-651f369d83a4", "links": [{"href": "http://172.30.9.26:8774/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4", "rel": "bookmark"}]}, "id": "39ada01e-3632-4d46-a9cb-1c663a6ca68c", "user_id": "acbb826f49994d20b84c8d783091f0fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:01Z", "hostId": "8953d852f53f56099870942efb98eb557062608fc6a30c8abffac7b6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst", "created": "2018-09-04T22:21:40Z", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:22:02,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-02bb1357-6877-4e76-ae26-207a7c800749 2018-09-04 22:22:02,142 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst] is - ACTIVE 2018-09-04 22:22:02,143 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:22:05,146 - create_instance - DEBUG - VM status query timeout in 296.74833703 2018-09-04 22:22:05,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab93cf2890638205fbf55b9e4f97ddfa2cce3053" 2018-09-04 22:22:05,201 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:22:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-30affb87-7494-4c7d-addb-1a8027da5f52 x-compute-request-id: req-30affb87-7494-4c7d-addb-1a8027da5f52 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 39ada01e-3632-4d46-a9cb-1c663a6ca68c could not be found.", "code": 404}} 2018-09-04 22:22:05,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/39ada01e-3632-4d46-a9cb-1c663a6ca68c used request id req-30affb87-7494-4c7d-addb-1a8027da5f52 2018-09-04 22:22:05,201 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 39ada01e-3632-4d46-a9cb-1c663a6ca68c could not be found. (HTTP 404) (Request-ID: req-30affb87-7494-4c7d-addb-1a8027da5f52) 2018-09-04 22:22:05,201 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-inst 2018-09-04 22:22:05,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc38783e68a6631fe1a19f2aab6ed82a33e73321" 2018-09-04 22:22:05,248 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:22:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da1d315a-b091-4ef1-8e40-03fc92d7aec5 x-compute-request-id: req-da1d315a-b091-4ef1-8e40-03fc92d7aec5 Content-Length: 0 Content-Type: application/json 2018-09-04 22:22:05,248 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/9fd44564-9dbb-4df0-8bbb-651f369d83a4 used request id req-da1d315a-b091-4ef1-8e40-03fc92d7aec5 2018-09-04 22:22:05,249 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet 2018-09-04 22:22:05,249 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-subnet 2018-09-04 22:22:05,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/37aaab2b-4f87-493d-a194-5b0b057157bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29871029487bcb765d4e54cbef4d16be12266813" 2018-09-04 22:22:07,543 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd9ffdd9-3b14-4d2c-ab63-d1f79ccb7e6b Date: Tue, 04 Sep 2018 22:22:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:22:07,543 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/37aaab2b-4f87-493d-a194-5b0b057157bf used request id req-bd9ffdd9-3b14-4d2c-ab63-d1f79ccb7e6b 2018-09-04 22:22:07,543 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-pub-net 2018-09-04 22:22:07,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/f496ab9a-de44-437f-8381-58483212364e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29871029487bcb765d4e54cbef4d16be12266813" 2018-09-04 22:22:08,918 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d8e29edb-dfc9-46bc-a26b-5e5964bed04a Date: Tue, 04 Sep 2018 22:22:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:22:08,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/f496ab9a-de44-437f-8381-58483212364e used request id req-d8e29edb-dfc9-46bc-a26b-5e5964bed04a 2018-09-04 22:22:08,922 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9916ea6-250e-4250-b516-9537d4127917" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26557f72db2ad0c20f6d655496c118149bd30e6f" 2018-09-04 22:22:08,974 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:08 GMT Server: Apache x-compute-request-id: req-d3608052-72db-4229-a590-940330589dd9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d3608052-72db-4229-a590-940330589dd9 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "248dc2a29cfe4d469acd20773d77836f", "updated_at": "2018-09-04T22:21:33.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "498e64e1-41b2-4439-b750-806cd0cc4444", "size": 1}} 2018-09-04 22:22:08,975 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444 used request id req-d3608052-72db-4229-a590-940330589dd9 2018-09-04 22:22:08,975 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:22:08,975 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2 2018-09-04 22:22:08,975 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2 2018-09-04 22:22:08,978 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9916ea6-250e-4250-b516-9537d4127917" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26557f72db2ad0c20f6d655496c118149bd30e6f" 2018-09-04 22:22:09,223 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:22:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6467b00d-7592-4bc4-aedf-8777a6af297c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:22:09,223 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444 used request id req-6467b00d-7592-4bc4-aedf-8777a6af297c 2018-09-04 22:22:09,226 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9916ea6-250e-4250-b516-9537d4127917" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26557f72db2ad0c20f6d655496c118149bd30e6f" 2018-09-04 22:22:09,511 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:09 GMT Server: Apache x-compute-request-id: req-4259557b-f6c3-46af-a858-303f22e9338e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4259557b-f6c3-46af-a858-303f22e9338e Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "248dc2a29cfe4d469acd20773d77836f", "updated_at": "2018-09-04T22:22:09.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "498e64e1-41b2-4439-b750-806cd0cc4444", "size": 1}} 2018-09-04 22:22:09,511 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444 used request id req-4259557b-f6c3-46af-a858-303f22e9338e 2018-09-04 22:22:09,511 - create_volume - DEBUG - Instance status is - deleting 2018-09-04 22:22:09,512 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 22:22:12,515 - create_volume - DEBUG - Volume status query timeout in 56.7084729671 2018-09-04 22:22:12,518 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9916ea6-250e-4250-b516-9537d4127917" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26557f72db2ad0c20f6d655496c118149bd30e6f" 2018-09-04 22:22:13,098 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:22:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-25c3bc23-49ec-4347-8a34-9d42518a31cd x-openstack-request-id: req-25c3bc23-49ec-4347-8a34-9d42518a31cd Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 498e64e1-41b2-4439-b750-806cd0cc4444 could not be found.", "code": 404}} 2018-09-04 22:22:13,098 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/498e64e1-41b2-4439-b750-806cd0cc4444 used request id req-25c3bc23-49ec-4347-8a34-9d42518a31cd 2018-09-04 22:22:13,098 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 498e64e1-41b2-4439-b750-806cd0cc4444 could not be found. (HTTP 404) (Request-ID: req-25c3bc23-49ec-4347-8a34-9d42518a31cd) 2018-09-04 22:22:13,099 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-2 2018-09-04 22:22:13,102 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8229b697-36b1-4abb-8c9f-f7aa1e404341" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e0e839fc876d04070f50972e134cd49c882a42" 2018-09-04 22:22:13,292 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:13 GMT Server: Apache x-compute-request-id: req-7b6ec548-f41e-42ee-8bfe-10466cc98417 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7b6ec548-f41e-42ee-8bfe-10466cc98417 Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "acbb826f49994d20b84c8d783091f0fc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "self"}, {"href": "http://172.30.9.26:8776/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:21:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "248dc2a29cfe4d469acd20773d77836f", "updated_at": "2018-09-04T22:21:58.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "e9e43f4c-1fd3-4300-ae03-f24fa6147af7", "size": 1}} 2018-09-04 22:22:13,292 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 used request id req-7b6ec548-f41e-42ee-8bfe-10466cc98417 2018-09-04 22:22:13,293 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:22:13,293 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1 2018-09-04 22:22:13,293 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1 2018-09-04 22:22:13,296 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8229b697-36b1-4abb-8c9f-f7aa1e404341" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e0e839fc876d04070f50972e134cd49c882a42" 2018-09-04 22:22:13,372 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:22:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ce94134f-8a9c-4386-b4cb-f73670e20b0a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:22:13,372 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 used request id req-ce94134f-8a9c-4386-b4cb-f73670e20b0a 2018-09-04 22:22:13,375 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8229b697-36b1-4abb-8c9f-f7aa1e404341" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e0e839fc876d04070f50972e134cd49c882a42" 2018-09-04 22:22:13,645 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:22:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9ef618fe-aa60-4523-b843-26aeb370e3fa x-openstack-request-id: req-9ef618fe-aa60-4523-b843-26aeb370e3fa Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e9e43f4c-1fd3-4300-ae03-f24fa6147af7 could not be found.", "code": 404}} 2018-09-04 22:22:13,646 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/248dc2a29cfe4d469acd20773d77836f/volumes/e9e43f4c-1fd3-4300-ae03-f24fa6147af7 used request id req-9ef618fe-aa60-4523-b843-26aeb370e3fa 2018-09-04 22:22:13,646 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e9e43f4c-1fd3-4300-ae03-f24fa6147af7 could not be found. (HTTP 404) (Request-ID: req-9ef618fe-aa60-4523-b843-26aeb370e3fa) 2018-09-04 22:22:13,646 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-1 2018-09-04 22:22:13,647 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-2bff75d0-3a6d-4619-9381-888c84118f4e-image 2018-09-04 22:22:13,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0d4ad7c22d9179bbbec78635a6fa05203837d78" 2018-09-04 22:22:14,179 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2c805eb4-72af-48ea-be0f-59ae1e3b8215 Date: Tue, 04 Sep 2018 22:22:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:22:14,180 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/d95b0142-1b26-44d6-8ef0-152b35b05aee used request id req-2c805eb4-72af-48ea-be0f-59ae1e3b8215 2018-09-04 22:22:14,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:14,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-12b60555-294f-4130-9e47-2ed87023c397 Date: Tue, 04 Sep 2018 22:22:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "created_at": "2018-09-04T22:21:27Z", "updated_at": "2018-09-04T22:21:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:21:27Z", "revision_number": 0, "id": "4ea1971b-9333-4e33-b136-943208404254", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:21:27Z", "security_group_id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "248dc2a29cfe4d469acd20773d77836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:21:27Z", "revision_number": 0, "id": "c8de5187-d5e7-42b3-bffc-62dc4bdc1526", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:21:27Z", "security_group_id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "248dc2a29cfe4d469acd20773d77836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:21:27Z", "revision_number": 0, "id": "f6705a04-1084-452d-84be-635a3cc4c1f0", "remote_group_id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "remote_ip_prefix": null, "created_at": "2018-09-04T22:21:27Z", "security_group_id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "248dc2a29cfe4d469acd20773d77836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:21:27Z", "revision_number": 0, "id": "f8216bbf-e524-4b2f-912e-b211bc5992b9", "remote_group_id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "remote_ip_prefix": null, "created_at": "2018-09-04T22:21:27Z", "security_group_id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "248dc2a29cfe4d469acd20773d77836f"}], "revision_number": 4, "project_id": "248dc2a29cfe4d469acd20773d77836f", "id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:22:14,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-12b60555-294f-4130-9e47-2ed87023c397 2018-09-04 22:22:14,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:14,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d08a79a5-76e9-468a-a4c6-394e668b116f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:22:14,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-d08a79a5-76e9-468a-a4c6-394e668b116f 2018-09-04 22:22:14,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:14,604 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cfe1a00-2491-4531-a6eb-bd4d4d7ce8ee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:22:14,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-0cfe1a00-2491-4531-a6eb-bd4d4d7ce8ee 2018-09-04 22:22:14,604 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:22:14,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:14,686 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c94e695c-e4f0-4d83-9a4a-4add58e9e817 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:22:14,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-c94e695c-e4f0-4d83-9a4a-4add58e9e817 2018-09-04 22:22:14,687 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:22:14,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:14,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33285da1-3146-42cf-893f-35a626f1e94a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:22:14,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-33285da1-3146-42cf-893f-35a626f1e94a 2018-09-04 22:22:14,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:14,883 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90e81d2b-78cb-47e2-a1ef-d5a0a98d91e3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:22:14,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-90e81d2b-78cb-47e2-a1ef-d5a0a98d91e3 2018-09-04 22:22:14,883 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:22:14,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:14,961 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4ed7c5f-b9bc-447b-b69a-74bf2675e8e0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:22:14,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-b4ed7c5f-b9bc-447b-b69a-74bf2675e8e0 2018-09-04 22:22:14,962 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:22:14,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:15,052 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d3276ad-d6b0-4faf-89ee-158e485e82f9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:22:15,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-1d3276ad-d6b0-4faf-89ee-158e485e82f9 2018-09-04 22:22:15,053 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:22:15,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:15,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b07d994f-d72b-47e1-b58e-5e74434637b5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f"}, "enabled": true, "id": "248dc2a29cfe4d469acd20773d77836f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-51761e59-daae-494-proj"}} 2018-09-04 22:22:15,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f used request id req-b07d994f-d72b-47e1-b58e-5e74434637b5 2018-09-04 22:22:15,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd2f63ad-76c6-4df7-a768-2f94dfd660df 2018-09-04 22:22:15,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2f63ad-76c6-4df7-a768-2f94dfd660df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:15,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f55fa7d1-5282-4f03-96db-7336ee523541 Date: Tue, 04 Sep 2018 22:22:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:21:27Z", "security_group_id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "port_range_min": null, "revision_number": 0, "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "created_at": "2018-09-04T22:21:27Z", "project_id": "248dc2a29cfe4d469acd20773d77836f", "id": "4ea1971b-9333-4e33-b136-943208404254"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:21:27Z", "security_group_id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "port_range_min": null, "revision_number": 0, "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "created_at": "2018-09-04T22:21:27Z", "project_id": "248dc2a29cfe4d469acd20773d77836f", "id": "c8de5187-d5e7-42b3-bffc-62dc4bdc1526"}, {"remote_group_id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:21:27Z", "security_group_id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "port_range_min": null, "revision_number": 0, "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "created_at": "2018-09-04T22:21:27Z", "project_id": "248dc2a29cfe4d469acd20773d77836f", "id": "f6705a04-1084-452d-84be-635a3cc4c1f0"}, {"remote_group_id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:21:27Z", "security_group_id": "cd2f63ad-76c6-4df7-a768-2f94dfd660df", "port_range_min": null, "revision_number": 0, "tenant_id": "248dc2a29cfe4d469acd20773d77836f", "created_at": "2018-09-04T22:21:27Z", "project_id": "248dc2a29cfe4d469acd20773d77836f", "id": "f8216bbf-e524-4b2f-912e-b211bc5992b9"}]} 2018-09-04 22:22:15,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=cd2f63ad-76c6-4df7-a768-2f94dfd660df used request id req-f55fa7d1-5282-4f03-96db-7336ee523541 2018-09-04 22:22:15,312 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:22:15,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/cd2f63ad-76c6-4df7-a768-2f94dfd660df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:15,629 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0be08c8f-9516-4bd7-a2ab-1edfc46c3635 Content-Length: 0 Date: Tue, 04 Sep 2018 22:22:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:22:15,630 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/cd2f63ad-76c6-4df7-a768-2f94dfd660df used request id req-0be08c8f-9516-4bd7-a2ab-1edfc46c3635 2018-09-04 22:22:15,630 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-51761e59-daae-494-proj 2018-09-04 22:22:15,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:15,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:22:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d292049a-bf90-456d-96d8-e1c9da6e6437 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:22:15,817 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/248dc2a29cfe4d469acd20773d77836f used request id req-d292049a-bf90-456d-96d8-e1c9da6e6437 2018-09-04 22:22:15,817 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-51761e59-daae-494-proj-role 2018-09-04 22:22:15,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/f2b816d7fad640428e9cc4865ef93dce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:15,934 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:22:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b4400da-0002-4891-b828-9f18f8a489f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:22:15,934 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/f2b816d7fad640428e9cc4865ef93dce used request id req-6b4400da-0002-4891-b828-9f18f8a489f4 2018-09-04 22:22:15,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4eb515255228810e95661c1f2a99a298e242fd" 2018-09-04 22:22:16,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f23a6da5-80a8-44f3-b4e0-993270d67880 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:22:16,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f23a6da5-80a8-44f3-b4e0-993270d67880 2018-09-04 22:22:16,026 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-51761e59-daae-494-user 2018-09-04 22:22:16,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/acbb826f49994d20b84c8d783091f0fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9b744567c0df26bcb5e62eb951e8a7ad5971d9c" 2018-09-04 22:22:16,189 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:22:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0488564-411b-4376-b0a3-9a8435c7ceb9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:22:16,189 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/acbb826f49994d20b84c8d783091f0fc used request id req-f0488564-411b-4376-b0a3-9a8435c7ceb9 2018-09-04 22:22:16,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:22:16,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:22:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["D08wbCKxR9yPFZEEsYNjow"], "issued_at": "2018-09-04T22:22:16.000000Z"}} 2018-09-04 22:22:16,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51e42db4d36fce399256270cb6f628f3e5552551" 2018-09-04 22:22:16,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d69d66f0-b9a2-4ac4-948c-bd2d5322cbb1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:22:16,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d69d66f0-b9a2-4ac4-948c-bd2d5322cbb1 2018-09-04 22:22:16,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:22:16,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:22:17,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:22:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["40sU_VPWTBydYGK0KvhQUw"], "issued_at": "2018-09-04T22:22:17.000000Z"}} 2018-09-04 22:22:17,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:22:17,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e858cb2e-8405-42fd-adef-07d49f797fcd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:22:17,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e858cb2e-8405-42fd-adef-07d49f797fcd 2018-09-04 22:22:17,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:22:17,132 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:22:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:22:17,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-90062688-c099-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:22:17,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6238e48e-4690-4966-b743-a4e8731bf63c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-90062688-c099-47d-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:22:17,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-90062688-c099-47d-proj used request id req-6238e48e-4690-4966-b743-a4e8731bf63c 2018-09-04 22:22:17,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:22:17,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7ae67bd-247b-4cad-8b7c-cacf7bf2c901 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:22:17,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e7ae67bd-247b-4cad-8b7c-cacf7bf2c901 2018-09-04 22:22:17,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}}' 2018-09-04 22:22:17,456 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:22:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3804b79-5413-4099-89c6-011316a7b887 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:17,456 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-b3804b79-5413-4099-89c6-011316a7b887 2018-09-04 22:22:17,456 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-90062688-c099-47d-proj 2018-09-04 22:22:17,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:22:17,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:22:17,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:22:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["4nsM9T9vTE6kR_EPOdCCpw"], "issued_at": "2018-09-04T22:22:17.000000Z"}} 2018-09-04 22:22:17,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a81f362149f0865a766ff57a947bf479bde88b7" 2018-09-04 22:22:18,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d81ab2a-43ee-43dc-9293-55774a354aa9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:22:18,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6d81ab2a-43ee-43dc-9293-55774a354aa9 2018-09-04 22:22:18,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:22:18,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:22:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:22:18,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a81f362149f0865a766ff57a947bf479bde88b7" 2018-09-04 22:22:18,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d62c0e-b7c2-4afd-8f5c-495120884940 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:22:18,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-19d62c0e-b7c2-4afd-8f5c-495120884940 2018-09-04 22:22:18,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceVolumeTests-90062688-c099-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a81f362149f0865a766ff57a947bf479bde88b7" 2018-09-04 22:22:18,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34896072-5673-4aa9-b5bd-2a22ca668253 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceVolumeTests-90062688-c099-47d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}]} 2018-09-04 22:22:18,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceVolumeTests-90062688-c099-47d-proj used request id req-34896072-5673-4aa9-b5bd-2a22ca668253 2018-09-04 22:22:18,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a81f362149f0865a766ff57a947bf479bde88b7" 2018-09-04 22:22:18,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cffd42c-a383-4d05-b2e8-56f0aa6d7648 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:22:18,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-4cffd42c-a383-4d05-b2e8-56f0aa6d7648 2018-09-04 22:22:18,713 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-90062688-c099-47d-user 2018-09-04 22:22:18,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:22:18,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:22:18,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6c961c-8745-446c-8d5e-2915b7d34b9d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:22:18,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2e6c961c-8745-446c-8d5e-2915b7d34b9d 2018-09-04 22:22:18,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" -d '{"role": {"name": "CreateInstanceVolumeTests-90062688-c099-47d-proj-role"}}' 2018-09-04 22:22:18,946 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:22:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98c3ce4d-add8-490f-8795-a679a16c0091 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "40351f0056004104b06fdcce5c6e022d", "links": {"self": "http://172.30.9.26:5000/v3/roles/40351f0056004104b06fdcce5c6e022d"}, "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj-role"}} 2018-09-04 22:22:18,947 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-98c3ce4d-add8-490f-8795-a679a16c0091 2018-09-04 22:22:18,947 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-90062688-c099-47d-proj-role 2018-09-04 22:22:18,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/40351f0056004104b06fdcce5c6e022d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:22:19,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62fbb07a-a72f-40be-941d-2a1882404d58 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/40351f0056004104b06fdcce5c6e022d"}, "domain_id": null, "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj-role", "id": "40351f0056004104b06fdcce5c6e022d"}} 2018-09-04 22:22:19,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/40351f0056004104b06fdcce5c6e022d used request id req-62fbb07a-a72f-40be-941d-2a1882404d58 2018-09-04 22:22:19,033 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-90062688-c099-47d-proj-role to project CreateInstanceVolumeTests-90062688-c099-47d-proj 2018-09-04 22:22:19,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c/users/2fb2ff831e2f40788e7102ed54f5a1cc/roles/40351f0056004104b06fdcce5c6e022d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:22:19,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:22:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d994c580-4c79-4b9e-a853-3cf106c2d08f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:22:19,171 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c/users/2fb2ff831e2f40788e7102ed54f5a1cc/roles/40351f0056004104b06fdcce5c6e022d used request id req-d994c580-4c79-4b9e-a853-3cf106c2d08f 2018-09-04 22:22:19,171 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:22:19,173 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:22:19,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:22:19,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:22:19,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40351f0056004104b06fdcce5c6e022d", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj-role"}], "expires_at": "2018-09-04T23:22:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cceb9a4e031648618f6c0ad09277769c", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-90062688-c099-47d-user", "id": "2fb2ff831e2f40788e7102ed54f5a1cc"}, "audit_ids": ["4Yoy1o0CTU6ZlpXrmcyQyA"], "issued_at": "2018-09-04T22:22:19.000000Z"}} 2018-09-04 22:22:19,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f70f90bd34d4dc492e719d06468cd02ce520f90c" 2018-09-04 22:22:19,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7008eb0-37d0-4b57-82ef-e5f52eb9433c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:22:19,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a7008eb0-37d0-4b57-82ef-e5f52eb9433c 2018-09-04 22:22:19,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f70f90bd34d4dc492e719d06468cd02ce520f90c" 2018-09-04 22:22:19,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-33663e29-0293-4581-a4cb-4d6c73659913 Date: Tue, 04 Sep 2018 22:22:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image"} 2018-09-04 22:22:19,802 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image used request id req-33663e29-0293-4581-a4cb-4d6c73659913 2018-09-04 22:22:19,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f70f90bd34d4dc492e719d06468cd02ce520f90c" 2018-09-04 22:22:19,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4fbff0f0-44a8-44d9-8f13-451df4014aca Date: Tue, 04 Sep 2018 22:22:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:22:19,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-4fbff0f0-44a8-44d9-8f13-451df4014aca 2018-09-04 22:22:19,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f70f90bd34d4dc492e719d06468cd02ce520f90c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image"}' 2018-09-04 22:22:20,194 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d X-Openstack-Request-Id: req-8dd8ed24-d6a4-465e-95d4-4e4b59922352 Date: Tue, 04 Sep 2018 22:22:20 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:22:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:22:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "min_disk": 0, "protected": false, "id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "file": "/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d/file", "checksum": null, "owner": "cceb9a4e031648618f6c0ad09277769c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:22:20,194 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-8dd8ed24-d6a4-465e-95d4-4e4b59922352 2018-09-04 22:22:20,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f70f90bd34d4dc492e719d06468cd02ce520f90c" -d '' 2018-09-04 22:22:21,602 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-98c16e99-39f2-4f84-b49e-33f3be207c3f Date: Tue, 04 Sep 2018 22:22:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:22:21,602 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d/file used request id req-98c16e99-39f2-4f84-b49e-33f3be207c3f 2018-09-04 22:22:21,603 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:22:21,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f70f90bd34d4dc492e719d06468cd02ce520f90c" 2018-09-04 22:22:21,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-9a746aca-67a3-438c-84e1-44d0867b7957 Date: Tue, 04 Sep 2018 22:22:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:22:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:22:21Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d/snap", "metadata": {}}], "self": "/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "min_disk": 0, "protected": false, "id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "file": "/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cceb9a4e031648618f6c0ad09277769c", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:22:21,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d used request id req-9a746aca-67a3-438c-84e1-44d0867b7957 2018-09-04 22:22:21,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f70f90bd34d4dc492e719d06468cd02ce520f90c" 2018-09-04 22:22:21,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-019146d2-b46b-4555-adf9-1dad247b16b7 Date: Tue, 04 Sep 2018 22:22:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:22:21,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-019146d2-b46b-4555-adf9-1dad247b16b7 2018-09-04 22:22:21,922 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image 2018-09-04 22:22:21,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f70f90bd34d4dc492e719d06468cd02ce520f90c" 2018-09-04 22:22:22,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-a43df4dc-45a0-4fbe-9d31-5146de5b3e15 Date: Tue, 04 Sep 2018 22:22:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:22:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:22:21Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d/snap", "metadata": {}}], "self": "/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "min_disk": 0, "protected": false, "id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "file": "/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cceb9a4e031648618f6c0ad09277769c", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:22:22,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d used request id req-a43df4dc-45a0-4fbe-9d31-5146de5b3e15 2018-09-04 22:22:22,088 - create_image - DEBUG - Instance status is - active 2018-09-04 22:22:22,088 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image 2018-09-04 22:22:22,088 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image 2018-09-04 22:22:22,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:22:22,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:22:22,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:22:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["u9WKNe6uQmmHluCGgvWJdw"], "issued_at": "2018-09-04T22:22:22.000000Z"}} 2018-09-04 22:22:22,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7aea58b27d10f17e33df2bc7fab163d046fb2e5" 2018-09-04 22:22:22,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af6de8cd-37e6-4907-8b26-4598f8fe2e4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:22:22,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-af6de8cd-37e6-4907-8b26-4598f8fe2e4e 2018-09-04 22:22:22,563 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:22:22,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7aea58b27d10f17e33df2bc7fab163d046fb2e5" 2018-09-04 22:22:22,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-acdc9be9-9217-47dd-9bcc-44b998a3924a x-compute-request-id: req-acdc9be9-9217-47dd-9bcc-44b998a3924a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:22:22,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-acdc9be9-9217-47dd-9bcc-44b998a3924a 2018-09-04 22:22:22,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7aea58b27d10f17e33df2bc7fab163d046fb2e5" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:22:22,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-273ca59b-cf7e-4d95-836c-b0dda8e6487d x-compute-request-id: req-273ca59b-cf7e-4d95-836c-b0dda8e6487d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:22:22,816 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-273ca59b-cf7e-4d95-836c-b0dda8e6487d 2018-09-04 22:22:22,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:22:22,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:22:23,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40351f0056004104b06fdcce5c6e022d", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj-role"}], "expires_at": "2018-09-04T23:22:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cceb9a4e031648618f6c0ad09277769c", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-90062688-c099-47d-user", "id": "2fb2ff831e2f40788e7102ed54f5a1cc"}, "audit_ids": ["eDu-oVjfQGiJy2rbUv08EQ"], "issued_at": "2018-09-04T22:22:23.000000Z"}} 2018-09-04 22:22:23,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e5652b7fba84059aa5d80169b23764383a24171" 2018-09-04 22:22:23,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02331329-bd33-4663-80e1-2205f12c2359 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:22:23,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-02331329-bd33-4663-80e1-2205f12c2359 2018-09-04 22:22:23,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e5652b7fba84059aa5d80169b23764383a24171" 2018-09-04 22:22:23,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4d57f7f2-9836-4690-b5d7-d1455dff0545 Date: Tue, 04 Sep 2018 22:22:23 GMT RESP BODY: {"networks":[]} 2018-09-04 22:22:23,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net used request id req-4d57f7f2-9836-4690-b5d7-d1455dff0545 2018-09-04 22:22:23,432 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net 2018-09-04 22:22:23,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e5652b7fba84059aa5d80169b23764383a24171" -d '{"network": {"name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net", "admin_state_up": true}}' 2018-09-04 22:22:24,124 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-9793ed13-df79-4191-b4b9-b0b59f660445 Date: Tue, 04 Sep 2018 22:22:24 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"777373e1-8d5a-48c1-8581-0d39025b011b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:22:23Z","is_default":false,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","mtu":1450}} 2018-09-04 22:22:24,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-9793ed13-df79-4191-b4b9-b0b59f660445 2018-09-04 22:22:24,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e5652b7fba84059aa5d80169b23764383a24171" 2018-09-04 22:22:24,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3aeaf81f-52ad-4954-8327-ee4676dfcbfc Date: Tue, 04 Sep 2018 22:22:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:22:23Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:24,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-3aeaf81f-52ad-4954-8327-ee4676dfcbfc 2018-09-04 22:22:24,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e5652b7fba84059aa5d80169b23764383a24171" 2018-09-04 22:22:24,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8a34b16f-fe2f-45e5-8438-c04be4697737 Date: Tue, 04 Sep 2018 22:22:24 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:22:24,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-8a34b16f-fe2f-45e5-8438-c04be4697737 2018-09-04 22:22:24,541 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet 2018-09-04 22:22:24,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e5652b7fba84059aa5d80169b23764383a24171" -d '{"subnets": [{"ip_version": 4, "network_id": "777373e1-8d5a-48c1-8581-0d39025b011b", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]}' 2018-09-04 22:22:25,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6184179a-00bb-4fb9-ac86-d351b9d93544 Date: Tue, 04 Sep 2018 22:22:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:25,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-6184179a-00bb-4fb9-ac86-d351b9d93544 2018-09-04 22:22:25,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e5652b7fba84059aa5d80169b23764383a24171" 2018-09-04 22:22:25,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c5af2cf6-a361-4aea-9d78-5999a2bdda34 Date: Tue, 04 Sep 2018 22:22:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1562d6dc-c1ce-4a79-8865-e781da2dd4c9"],"updated_at":"2018-09-04T22:22:24Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:25,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-c5af2cf6-a361-4aea-9d78-5999a2bdda34 2018-09-04 22:22:25,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e5652b7fba84059aa5d80169b23764383a24171" 2018-09-04 22:22:25,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d98aab6a-8022-49e7-85b5-a199423fe979 Date: Tue, 04 Sep 2018 22:22:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:25,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-d98aab6a-8022-49e7-85b5-a199423fe979 2018-09-04 22:22:25,738 - OpenStackNetwork - DEBUG - Network [777373e1-8d5a-48c1-8581-0d39025b011b] created successfully 2018-09-04 22:22:25,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:22:25,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:22:26,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40351f0056004104b06fdcce5c6e022d", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj-role"}], "expires_at": "2018-09-04T23:22:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cceb9a4e031648618f6c0ad09277769c", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-90062688-c099-47d-user", "id": "2fb2ff831e2f40788e7102ed54f5a1cc"}, "audit_ids": ["vyhkJgkBQ5qQszhpvbvbpg"], "issued_at": "2018-09-04T22:22:26.000000Z"}} 2018-09-04 22:22:26,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca21895b70fd5578ea405eecae534e2489232b30" 2018-09-04 22:22:26,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b7a8b3-4ab7-4f66-b9f8-43a9da616d84 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:22:26,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-99b7a8b3-4ab7-4f66-b9f8-43a9da616d84 2018-09-04 22:22:26,203 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca21895b70fd5578ea405eecae534e2489232b30" 2018-09-04 22:22:26,399 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:26 GMT Server: Apache x-compute-request-id: req-a23e3e14-a99f-47bb-9fba-42b98f33d283 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a23e3e14-a99f-47bb-9fba-42b98f33d283 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 22:22:26,399 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/detail used request id req-a23e3e14-a99f-47bb-9fba-42b98f33d283 2018-09-04 22:22:26,403 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a23e3e14-a99f-47bb-9fba-42b98f33d283" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca21895b70fd5578ea405eecae534e2489232b30" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:22:26,765 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:22:26 GMT Server: Apache x-compute-request-id: req-177db801-bd3a-438c-8651-3c2d1e383c85 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-177db801-bd3a-438c-8651-3c2d1e383c85 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:26.666382", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "907a1e71-e621-468e-b405-8f3ed5706cff", "size": 1}} 2018-09-04 22:22:26,765 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes used request id req-177db801-bd3a-438c-8651-3c2d1e383c85 2018-09-04 22:22:26,768 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a23e3e14-a99f-47bb-9fba-42b98f33d283" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca21895b70fd5578ea405eecae534e2489232b30" 2018-09-04 22:22:26,961 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:26 GMT Server: Apache x-compute-request-id: req-29e01849-2b9e-473b-b8e3-e921ea6cef68 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-29e01849-2b9e-473b-b8e3-e921ea6cef68 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:22:26.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "907a1e71-e621-468e-b405-8f3ed5706cff", "size": 1}} 2018-09-04 22:22:26,961 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff used request id req-29e01849-2b9e-473b-b8e3-e921ea6cef68 2018-09-04 22:22:26,962 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1 2018-09-04 22:22:26,965 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a23e3e14-a99f-47bb-9fba-42b98f33d283" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca21895b70fd5578ea405eecae534e2489232b30" 2018-09-04 22:22:27,161 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:26 GMT Server: Apache x-compute-request-id: req-f903999a-83f5-48de-a52d-6e5e8dd935ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f903999a-83f5-48de-a52d-6e5e8dd935ca Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:22:27.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "907a1e71-e621-468e-b405-8f3ed5706cff", "size": 1}} 2018-09-04 22:22:27,161 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff used request id req-f903999a-83f5-48de-a52d-6e5e8dd935ca 2018-09-04 22:22:27,161 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:22:27,161 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1 2018-09-04 22:22:27,162 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1 2018-09-04 22:22:27,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:22:27,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:22:27,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40351f0056004104b06fdcce5c6e022d", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj-role"}], "expires_at": "2018-09-04T23:22:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cceb9a4e031648618f6c0ad09277769c", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-90062688-c099-47d-user", "id": "2fb2ff831e2f40788e7102ed54f5a1cc"}, "audit_ids": ["XpBD-RhmTU-G6LiuW1H8Rw"], "issued_at": "2018-09-04T22:22:27.000000Z"}} 2018-09-04 22:22:27,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf96ca275b0dcc6fd96e9889a8ca35d94b33908" 2018-09-04 22:22:27,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2006361f-a2ec-40ee-8917-61ac0ded0f63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:22:27,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2006361f-a2ec-40ee-8917-61ac0ded0f63 2018-09-04 22:22:27,639 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf96ca275b0dcc6fd96e9889a8ca35d94b33908" 2018-09-04 22:22:27,829 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:27 GMT Server: Apache x-compute-request-id: req-54ad2429-f089-4eae-9796-a47363058a24 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-54ad2429-f089-4eae-9796-a47363058a24 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:22:27.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "907a1e71-e621-468e-b405-8f3ed5706cff", "size": 1}]} 2018-09-04 22:22:27,829 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/detail used request id req-54ad2429-f089-4eae-9796-a47363058a24 2018-09-04 22:22:27,833 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-54ad2429-f089-4eae-9796-a47363058a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf96ca275b0dcc6fd96e9889a8ca35d94b33908" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-04 22:22:28,250 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:22:27 GMT Server: Apache x-compute-request-id: req-1336f2c7-43ab-4a5e-9b02-25ac3cee0502 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1336f2c7-43ab-4a5e-9b02-25ac3cee0502 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:28.152795", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f", "size": 1}} 2018-09-04 22:22:28,250 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes used request id req-1336f2c7-43ab-4a5e-9b02-25ac3cee0502 2018-09-04 22:22:28,253 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54ad2429-f089-4eae-9796-a47363058a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf96ca275b0dcc6fd96e9889a8ca35d94b33908" 2018-09-04 22:22:28,444 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:28 GMT Server: Apache x-compute-request-id: req-b1d6dd3c-8d01-4f14-b8d3-3ee51d58929d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b1d6dd3c-8d01-4f14-b8d3-3ee51d58929d Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:28.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:22:28.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f", "size": 1}} 2018-09-04 22:22:28,444 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f used request id req-b1d6dd3c-8d01-4f14-b8d3-3ee51d58929d 2018-09-04 22:22:28,444 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2 2018-09-04 22:22:28,447 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54ad2429-f089-4eae-9796-a47363058a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf96ca275b0dcc6fd96e9889a8ca35d94b33908" 2018-09-04 22:22:28,635 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:28 GMT Server: Apache x-compute-request-id: req-1a1db240-d969-4c60-a0ae-30590b4362cd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a1db240-d969-4c60-a0ae-30590b4362cd Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:28.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:22:28.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f", "size": 1}} 2018-09-04 22:22:28,635 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f used request id req-1a1db240-d969-4c60-a0ae-30590b4362cd 2018-09-04 22:22:28,635 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:22:28,636 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2 2018-09-04 22:22:28,636 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2 2018-09-04 22:22:28,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:22:28,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:22:29,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40351f0056004104b06fdcce5c6e022d", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj-role"}], "expires_at": "2018-09-04T23:22:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cceb9a4e031648618f6c0ad09277769c", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-90062688-c099-47d-user", "id": "2fb2ff831e2f40788e7102ed54f5a1cc"}, "audit_ids": ["nGYAAdB-SUqQh9hSAJSREg"], "issued_at": "2018-09-04T22:22:29.000000Z"}} 2018-09-04 22:22:29,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:29,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98b0c7fc-a6e6-4781-9f3f-51d2efb4c9e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:22:29,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-98b0c7fc-a6e6-4781-9f3f-51d2efb4c9e7 2018-09-04 22:22:29,083 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:22:29,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:29,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35e2139a-b6ac-4efc-886a-3d9b77ac59a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:22:29,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-35e2139a-b6ac-4efc-886a-3d9b77ac59a4 2018-09-04 22:22:29,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:29,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7d8a9cc2-e515-46c0-b01a-e22a0c9cd6ca Date: Tue, 04 Sep 2018 22:22:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1562d6dc-c1ce-4a79-8865-e781da2dd4c9"],"updated_at":"2018-09-04T22:22:24Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:29,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net used request id req-7d8a9cc2-e515-46c0-b01a-e22a0c9cd6ca 2018-09-04 22:22:29,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:22:29,433 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:22:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:22:29,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:29,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1665b30f-18f6-49f9-b370-e17625d9119c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:29,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-1665b30f-18f6-49f9-b370-e17625d9119c 2018-09-04 22:22:29,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:29,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e6e45c9e-e228-4396-879b-339e03879fa9 Date: Tue, 04 Sep 2018 22:22:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:29,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-e6e45c9e-e228-4396-879b-339e03879fa9 2018-09-04 22:22:29,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b&name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:29,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f7870c1d-fa93-44e7-83db-08266dfbe541 Date: Tue, 04 Sep 2018 22:22:29 GMT RESP BODY: {"ports":[]} 2018-09-04 22:22:29,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b&name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port&admin_state_up=True used request id req-f7870c1d-fa93-44e7-83db-08266dfbe541 2018-09-04 22:22:29,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:30,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-32321ee5-f451-4d41-a599-39860488adc4 x-compute-request-id: req-32321ee5-f451-4d41-a599-39860488adc4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:22:30,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst used request id req-32321ee5-f451-4d41-a599-39860488adc4 2018-09-04 22:22:30,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:30,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-36957e97-ef07-4fa9-bbf9-f55ddc93c83d Date: Tue, 04 Sep 2018 22:22:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1562d6dc-c1ce-4a79-8865-e781da2dd4c9"],"updated_at":"2018-09-04T22:22:24Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:30,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net used request id req-36957e97-ef07-4fa9-bbf9-f55ddc93c83d 2018-09-04 22:22:30,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:30,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea0c1aa5-47a1-4f8c-a5e5-19ad1dcd0ebf Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:30,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-ea0c1aa5-47a1-4f8c-a5e5-19ad1dcd0ebf 2018-09-04 22:22:30,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:30,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7f2b1f96-e0b1-41d0-bd23-ffc21ded96f3 Date: Tue, 04 Sep 2018 22:22:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:30,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-7f2b1f96-e0b1-41d0-bd23-ffc21ded96f3 2018-09-04 22:22:30,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b&name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:31,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f8081f15-ed93-4b6e-9151-9d5df4a946ad Date: Tue, 04 Sep 2018 22:22:31 GMT RESP BODY: {"ports":[]} 2018-09-04 22:22:31,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b&name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port&admin_state_up=True used request id req-f8081f15-ed93-4b6e-9151-9d5df4a946ad 2018-09-04 22:22:31,010 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:22:31,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:22:31,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40351f0056004104b06fdcce5c6e022d", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj-role"}], "expires_at": "2018-09-04T23:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cceb9a4e031648618f6c0ad09277769c", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-90062688-c099-47d-user", "id": "2fb2ff831e2f40788e7102ed54f5a1cc"}, "audit_ids": ["4cpu15xFSKykUHEz2ODiyA"], "issued_at": "2018-09-04T22:22:31.000000Z"}} 2018-09-04 22:22:31,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d09be18c2a33df8a56685ea5aacde234fabcebb" 2018-09-04 22:22:31,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e3a156b-980e-4531-a5de-3805f797a65b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:22:31,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6e3a156b-980e-4531-a5de-3805f797a65b 2018-09-04 22:22:31,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:31,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1ea41005-b9e2-4c42-bc85-48255b2451ff Date: Tue, 04 Sep 2018 22:22:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1562d6dc-c1ce-4a79-8865-e781da2dd4c9"],"updated_at":"2018-09-04T22:22:24Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:31,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net used request id req-1ea41005-b9e2-4c42-bc85-48255b2451ff 2018-09-04 22:22:31,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:31,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2c5c9235-4695-48a4-9a18-2fcee0d28608 Date: Tue, 04 Sep 2018 22:22:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:31,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-2c5c9235-4695-48a4-9a18-2fcee0d28608 2018-09-04 22:22:31,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:32,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7c2d53e9-7916-4293-ac06-48585151e93d Date: Tue, 04 Sep 2018 22:22:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1562d6dc-c1ce-4a79-8865-e781da2dd4c9"],"updated_at":"2018-09-04T22:22:24Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:32,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net used request id req-7c2d53e9-7916-4293-ac06-48585151e93d 2018-09-04 22:22:32,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:22:32,183 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:22:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:22:32,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d09be18c2a33df8a56685ea5aacde234fabcebb" 2018-09-04 22:22:32,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1359ce8b-fefc-46fd-9e1d-b470816e7151 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:32,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-1359ce8b-fefc-46fd-9e1d-b470816e7151 2018-09-04 22:22:32,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:32,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a6ad23e1-1fab-4e15-b5d5-20b4b7bc25d4 Date: Tue, 04 Sep 2018 22:22:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:32,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-a6ad23e1-1fab-4e15-b5d5-20b4b7bc25d4 2018-09-04 22:22:32,464 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net 2018-09-04 22:22:32,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" -d '{"port": {"network_id": "777373e1-8d5a-48c1-8581-0d39025b011b", "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port", "admin_state_up": true}}' 2018-09-04 22:22:33,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-64788ef5-ca60-4c2a-bb69-fc9dc885dab5 Date: Tue, 04 Sep 2018 22:22:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:33Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.9"}],"id":"d3d3c4e3-76df-4e63-8b84-fc4e93bbb2c3","security_groups":["0dfec058-273c-4a02-a7db-2fa616cda747"],"mac_address":"fa:16:3e:3e:07:27","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port","project_id":"cceb9a4e031648618f6c0ad09277769c","qos_policy_id":null,"admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:32Z","binding:vnic_type":"normal"}} 2018-09-04 22:22:33,627 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-64788ef5-ca60-4c2a-bb69-fc9dc885dab5 2018-09-04 22:22:33,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:34,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-355a4dda-d87f-4ded-8c08-beffbe3f19b9 Date: Tue, 04 Sep 2018 22:22:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1562d6dc-c1ce-4a79-8865-e781da2dd4c9"],"updated_at":"2018-09-04T22:22:24Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:34,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net used request id req-355a4dda-d87f-4ded-8c08-beffbe3f19b9 2018-09-04 22:22:34,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:34,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c17ea1-7545-4c83-bfc2-4e3d3342713b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:34,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-55c17ea1-7545-4c83-bfc2-4e3d3342713b 2018-09-04 22:22:34,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:34,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e57c7a6a-4f2c-43af-9100-a2e2b246c106 Date: Tue, 04 Sep 2018 22:22:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:34,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-e57c7a6a-4f2c-43af-9100-a2e2b246c106 2018-09-04 22:22:34,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b&name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:34,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-1bf13015-7b13-4bb4-be23-b61dd2a71a87 Date: Tue, 04 Sep 2018 22:22:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:33Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.9"}],"id":"d3d3c4e3-76df-4e63-8b84-fc4e93bbb2c3","security_groups":["0dfec058-273c-4a02-a7db-2fa616cda747"],"mac_address":"fa:16:3e:3e:07:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:32Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:22:34,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b&name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port&admin_state_up=True used request id req-1bf13015-7b13-4bb4-be23-b61dd2a71a87 2018-09-04 22:22:34,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:34,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b95b0708-a99c-41c7-9544-bcd32bf78b81 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:34,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-b95b0708-a99c-41c7-9544-bcd32bf78b81 2018-09-04 22:22:34,562 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst 2018-09-04 22:22:34,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:34,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a55109c-2267-4972-aa01-786cf6c806d4 x-compute-request-id: req-9a55109c-2267-4972-aa01-786cf6c806d4 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-flavor-name"}]} 2018-09-04 22:22:34,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9a55109c-2267-4972-aa01-786cf6c806d4 2018-09-04 22:22:34,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:34,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d0b9da4-7d2c-4099-a92a-0e8abbb5d342 x-compute-request-id: req-1d0b9da4-7d2c-4099-a92a-0e8abbb5d342 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:22:34,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04 used request id req-1d0b9da4-7d2c-4099-a92a-0e8abbb5d342 2018-09-04 22:22:34,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:34,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-b8eeaab6-2461-46a1-9124-c730878571f2 Date: Tue, 04 Sep 2018 22:22:34 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:22:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:22:21Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d/snap", "metadata": {}}], "self": "/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "min_disk": 0, "protected": false, "id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "file": "/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cceb9a4e031648618f6c0ad09277769c", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image"} 2018-09-04 22:22:34,788 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image used request id req-b8eeaab6-2461-46a1-9124-c730878571f2 2018-09-04 22:22:34,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:34,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a4863389-7ec3-496a-9aee-549508ee9d02 Date: Tue, 04 Sep 2018 22:22:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:22:34,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-a4863389-7ec3-496a-9aee-549508ee9d02 2018-09-04 22:22:34,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" -d '{"server": {"name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "imageRef": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "flavorRef": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "max_count": 1, "min_count": 1, "networks": [{"port": "d3d3c4e3-76df-4e63-8b84-fc4e93bbb2c3"}]}}' 2018-09-04 22:22:36,420 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:22:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-91226499-4497-48b8-82bb-c7298ff5e0e3 x-compute-request-id: req-91226499-4497-48b8-82bb-c7298ff5e0e3 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "adminPass": "fz9WKSKQWHdU"}} 2018-09-04 22:22:36,421 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-91226499-4497-48b8-82bb-c7298ff5e0e3 2018-09-04 22:22:36,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:36,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08ec2c84-0252-445f-a8f0-fe7bcce88cf7 x-compute-request-id: req-08ec2c84-0252-445f-a8f0-fe7bcce88cf7 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:22:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:22:36,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-08ec2c84-0252-445f-a8f0-fe7bcce88cf7 2018-09-04 22:22:36,789 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst 2018-09-04 22:22:36,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:37,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84c3c282-9be3-458e-898e-304f654fb0c7 x-compute-request-id: req-84c3c282-9be3-458e-898e-304f654fb0c7 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:22:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:22:37,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-84c3c282-9be3-458e-898e-304f654fb0c7 2018-09-04 22:22:37,005 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst] is - BUILD 2018-09-04 22:22:37,005 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:22:40,008 - create_instance - DEBUG - VM status query timeout in 896.781450987 2018-09-04 22:22:40,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:40,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d87eeeb3-19d6-4b00-9d12-96cf9b1fba0b x-compute-request-id: req-d87eeeb3-19d6-4b00-9d12-96cf9b1fba0b Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "security_groups": [{"name": "default"}], "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:22:37Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:22:40,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-d87eeeb3-19d6-4b00-9d12-96cf9b1fba0b 2018-09-04 22:22:40,472 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst] is - BUILD 2018-09-04 22:22:40,472 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:22:43,473 - create_instance - DEBUG - VM status query timeout in 893.316476107 2018-09-04 22:22:43,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:43,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82c49e7a-b40f-4000-aead-e8813cae12c7 x-compute-request-id: req-82c49e7a-b40f-4000-aead-e8813cae12c7 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:07:27", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "security_groups": [{"name": "default"}], "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:41Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:22:43,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-82c49e7a-b40f-4000-aead-e8813cae12c7 2018-09-04 22:22:43,934 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst] is - ACTIVE 2018-09-04 22:22:43,935 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:22:43,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:44,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3a51315-e8d4-40e5-8627-d8cbdd2e099d x-compute-request-id: req-a3a51315-e8d4-40e5-8627-d8cbdd2e099d Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:07:27", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "security_groups": [{"name": "default"}], "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:41Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:22:44,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-a3a51315-e8d4-40e5-8627-d8cbdd2e099d 2018-09-04 22:22:44,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:44,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-34c33bc3-1bd4-44ca-b9c5-de18232aae91 Date: Tue, 04 Sep 2018 22:22:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1562d6dc-c1ce-4a79-8865-e781da2dd4c9"],"updated_at":"2018-09-04T22:22:24Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:44,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net used request id req-34c33bc3-1bd4-44ca-b9c5-de18232aae91 2018-09-04 22:22:44,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:44,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77f71647-5e13-4c76-9ad1-8fbb72ea96b7 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:44,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-77f71647-5e13-4c76-9ad1-8fbb72ea96b7 2018-09-04 22:22:44,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:44,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9c179ef5-1a1e-4628-a8ff-2b33880d81a6 Date: Tue, 04 Sep 2018 22:22:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:44,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-9c179ef5-1a1e-4628-a8ff-2b33880d81a6 2018-09-04 22:22:44,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:45,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-925d2f8c-14b8-46e1-90cb-953802ed8656 Date: Tue, 04 Sep 2018 22:22:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.3"}],"id":"154db56c-2c30-431a-ab0f-55c2465c802d","security_groups":[],"mac_address":"fa:16:3e:df:2c:c7","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.4"}],"id":"56f25184-fcf6-4549-9f2a-584056b1c844","security_groups":[],"mac_address":"fa:16:3e:64:88:f7","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.2"}],"id":"8d186621-252c-44ac-b0c7-3d253083bf71","security_groups":[],"mac_address":"fa:16:3e:86:19:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.9"}],"id":"d3d3c4e3-76df-4e63-8b84-fc4e93bbb2c3","security_groups":["0dfec058-273c-4a02-a7db-2fa616cda747"],"mac_address":"fa:16:3e:3e:07:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:32Z","binding:vnic_type":"normal","device_id":"5543b8a9-6a3d-4e75-8b9a-b95667bb961a"}]} 2018-09-04 22:22:45,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-925d2f8c-14b8-46e1-90cb-953802ed8656 2018-09-04 22:22:45,039 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:45,225 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:45 GMT Server: Apache x-compute-request-id: req-10e2bef7-a268-412b-9962-f597e165f582 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-10e2bef7-a268-412b-9962-f597e165f582 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:28.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:22:28.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f", "size": 1}, {"status": "available", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:22:27.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "907a1e71-e621-468e-b405-8f3ed5706cff", "size": 1}]} 2018-09-04 22:22:45,225 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/detail used request id req-10e2bef7-a268-412b-9962-f597e165f582 2018-09-04 22:22:45,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:45,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cf86f63-097d-44fd-94bf-c11085fb60b6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:45,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-5cf86f63-097d-44fd-94bf-c11085fb60b6 2018-09-04 22:22:45,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:45,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69cd41c9-a1da-4bf0-a273-a6f653925ee9 x-compute-request-id: req-69cd41c9-a1da-4bf0-a273-a6f653925ee9 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:07:27", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "security_groups": [{"name": "default"}], "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:41Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:22:45,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-69cd41c9-a1da-4bf0-a273-a6f653925ee9 2018-09-04 22:22:45,993 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst] is - ACTIVE 2018-09-04 22:22:45,993 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:22:45,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:46,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2082ef94-a429-47cc-865d-98bd4b94f104 x-compute-request-id: req-2082ef94-a429-47cc-865d-98bd4b94f104 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:07:27", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "security_groups": [{"name": "default"}], "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:41Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:22:46,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-2082ef94-a429-47cc-865d-98bd4b94f104 2018-09-04 22:22:46,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:47,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f4145a81-8a15-4e63-937b-f427c623913a Date: Tue, 04 Sep 2018 22:22:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1562d6dc-c1ce-4a79-8865-e781da2dd4c9"],"updated_at":"2018-09-04T22:22:24Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:47,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net used request id req-f4145a81-8a15-4e63-937b-f427c623913a 2018-09-04 22:22:47,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:47,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-368e87fe-49de-4fb4-86dc-5848d3c3d2f4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:47,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-368e87fe-49de-4fb4-86dc-5848d3c3d2f4 2018-09-04 22:22:47,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:47,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6ca30cbd-504f-4469-87a6-f4bc8aa8de3d Date: Tue, 04 Sep 2018 22:22:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:47,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-6ca30cbd-504f-4469-87a6-f4bc8aa8de3d 2018-09-04 22:22:47,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:47,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-9ca60488-e3e0-4e84-b8d1-aee15b428729 Date: Tue, 04 Sep 2018 22:22:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.3"}],"id":"154db56c-2c30-431a-ab0f-55c2465c802d","security_groups":[],"mac_address":"fa:16:3e:df:2c:c7","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.4"}],"id":"56f25184-fcf6-4549-9f2a-584056b1c844","security_groups":[],"mac_address":"fa:16:3e:64:88:f7","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.2"}],"id":"8d186621-252c-44ac-b0c7-3d253083bf71","security_groups":[],"mac_address":"fa:16:3e:86:19:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.9"}],"id":"d3d3c4e3-76df-4e63-8b84-fc4e93bbb2c3","security_groups":["0dfec058-273c-4a02-a7db-2fa616cda747"],"mac_address":"fa:16:3e:3e:07:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:32Z","binding:vnic_type":"normal","device_id":"5543b8a9-6a3d-4e75-8b9a-b95667bb961a"}]} 2018-09-04 22:22:47,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-9ca60488-e3e0-4e84-b8d1-aee15b428729 2018-09-04 22:22:47,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" -d '{"volumeAttachment": {"volumeId": "907a1e71-e621-468e-b405-8f3ed5706cff"}}' 2018-09-04 22:22:48,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d105232b-9eba-49e3-afc5-c60a82651340 x-compute-request-id: req-d105232b-9eba-49e3-afc5-c60a82651340 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "id": "907a1e71-e621-468e-b405-8f3ed5706cff", "volumeId": "907a1e71-e621-468e-b405-8f3ed5706cff"}} 2018-09-04 22:22:48,705 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a/os-volume_attachments used request id req-d105232b-9eba-49e3-afc5-c60a82651340 2018-09-04 22:22:48,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:49,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db347d5e-b31c-4661-9a88-17e3da88e25e x-compute-request-id: req-db347d5e-b31c-4661-9a88-17e3da88e25e Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:07:27", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "security_groups": [{"name": "default"}], "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:41Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [{"id": "907a1e71-e621-468e-b405-8f3ed5706cff"}], "metadata": {}}} 2018-09-04 22:22:49,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-db347d5e-b31c-4661-9a88-17e3da88e25e 2018-09-04 22:22:49,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:49,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5a4c9ab5-7fac-4348-8f95-8b8544d2f104 Date: Tue, 04 Sep 2018 22:22:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1562d6dc-c1ce-4a79-8865-e781da2dd4c9"],"updated_at":"2018-09-04T22:22:24Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:49,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net used request id req-5a4c9ab5-7fac-4348-8f95-8b8544d2f104 2018-09-04 22:22:49,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:49,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79f842e7-92eb-4b73-a13d-8e94421e23fd Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:49,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-79f842e7-92eb-4b73-a13d-8e94421e23fd 2018-09-04 22:22:49,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:49,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a477c771-5f9d-4dfa-9361-9efee92b6af6 Date: Tue, 04 Sep 2018 22:22:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:49,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-a477c771-5f9d-4dfa-9361-9efee92b6af6 2018-09-04 22:22:49,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:49,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-ac6d7667-8ee9-4826-9557-c5a812bcd716 Date: Tue, 04 Sep 2018 22:22:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.3"}],"id":"154db56c-2c30-431a-ab0f-55c2465c802d","security_groups":[],"mac_address":"fa:16:3e:df:2c:c7","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.4"}],"id":"56f25184-fcf6-4549-9f2a-584056b1c844","security_groups":[],"mac_address":"fa:16:3e:64:88:f7","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.2"}],"id":"8d186621-252c-44ac-b0c7-3d253083bf71","security_groups":[],"mac_address":"fa:16:3e:86:19:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.9"}],"id":"d3d3c4e3-76df-4e63-8b84-fc4e93bbb2c3","security_groups":["0dfec058-273c-4a02-a7db-2fa616cda747"],"mac_address":"fa:16:3e:3e:07:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:32Z","binding:vnic_type":"normal","device_id":"5543b8a9-6a3d-4e75-8b9a-b95667bb961a"}]} 2018-09-04 22:22:49,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-ac6d7667-8ee9-4826-9557-c5a812bcd716 2018-09-04 22:22:49,633 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e2bef7-a268-412b-9962-f597e165f582" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:49,817 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:49 GMT Server: Apache x-compute-request-id: req-1198b452-826d-4e95-8399-ec7e38d09c49 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1198b452-826d-4e95-8399-ec7e38d09c49 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:28.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:22:28.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f", "size": 1}, {"status": "attaching", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:22:48.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "907a1e71-e621-468e-b405-8f3ed5706cff", "size": 1}]} 2018-09-04 22:22:49,817 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/detail used request id req-1198b452-826d-4e95-8399-ec7e38d09c49 2018-09-04 22:22:49,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:49,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d35d6c-1be2-47b8-8873-91e081ecfa41 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:49,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-b8d35d6c-1be2-47b8-8873-91e081ecfa41 2018-09-04 22:22:49,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:50,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02227bdb-42ad-4821-830d-c5dafc4abf53 x-compute-request-id: req-02227bdb-42ad-4821-830d-c5dafc4abf53 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:07:27", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "security_groups": [{"name": "default"}], "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:49Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [{"id": "907a1e71-e621-468e-b405-8f3ed5706cff"}], "metadata": {}}} 2018-09-04 22:22:50,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-02227bdb-42ad-4821-830d-c5dafc4abf53 2018-09-04 22:22:50,345 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst] is - ACTIVE 2018-09-04 22:22:50,346 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:22:50,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:50,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a31da66-1c65-4119-b270-ed678bb96f10 x-compute-request-id: req-2a31da66-1c65-4119-b270-ed678bb96f10 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:07:27", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "security_groups": [{"name": "default"}], "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:49Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [{"id": "907a1e71-e621-468e-b405-8f3ed5706cff"}], "metadata": {}}} 2018-09-04 22:22:50,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-2a31da66-1c65-4119-b270-ed678bb96f10 2018-09-04 22:22:50,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:51,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0e34d6b6-ab8e-4879-b343-ac6f5877402c Date: Tue, 04 Sep 2018 22:22:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1562d6dc-c1ce-4a79-8865-e781da2dd4c9"],"updated_at":"2018-09-04T22:22:24Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:51,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net used request id req-0e34d6b6-ab8e-4879-b343-ac6f5877402c 2018-09-04 22:22:51,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:51,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fb18354-46c9-40a6-9b7b-cb7b1af3e0b1 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:51,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-4fb18354-46c9-40a6-9b7b-cb7b1af3e0b1 2018-09-04 22:22:51,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:51,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-df6b5a5f-8a53-4e32-a4c6-d737f2dc7f22 Date: Tue, 04 Sep 2018 22:22:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:51,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-df6b5a5f-8a53-4e32-a4c6-d737f2dc7f22 2018-09-04 22:22:51,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:51,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-2550d01a-e598-4f48-a306-3aa83d38731d Date: Tue, 04 Sep 2018 22:22:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.3"}],"id":"154db56c-2c30-431a-ab0f-55c2465c802d","security_groups":[],"mac_address":"fa:16:3e:df:2c:c7","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.4"}],"id":"56f25184-fcf6-4549-9f2a-584056b1c844","security_groups":[],"mac_address":"fa:16:3e:64:88:f7","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.2"}],"id":"8d186621-252c-44ac-b0c7-3d253083bf71","security_groups":[],"mac_address":"fa:16:3e:86:19:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.9"}],"id":"d3d3c4e3-76df-4e63-8b84-fc4e93bbb2c3","security_groups":["0dfec058-273c-4a02-a7db-2fa616cda747"],"mac_address":"fa:16:3e:3e:07:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:32Z","binding:vnic_type":"normal","device_id":"5543b8a9-6a3d-4e75-8b9a-b95667bb961a"}]} 2018-09-04 22:22:51,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-2550d01a-e598-4f48-a306-3aa83d38731d 2018-09-04 22:22:51,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" -d '{"volumeAttachment": {"volumeId": "dfe66c06-532f-4529-9a5a-d821a62f6f8f"}}' 2018-09-04 22:22:53,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3595b638-4e3e-42f2-8136-a019c9315e83 x-compute-request-id: req-3595b638-4e3e-42f2-8136-a019c9315e83 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f", "volumeId": "dfe66c06-532f-4529-9a5a-d821a62f6f8f"}} 2018-09-04 22:22:53,185 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a/os-volume_attachments used request id req-3595b638-4e3e-42f2-8136-a019c9315e83 2018-09-04 22:22:53,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:53,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e8acaf0-ddd6-4c1f-a865-56c552940d01 x-compute-request-id: req-9e8acaf0-ddd6-4c1f-a865-56c552940d01 Content-Encoding: gzip Content-Length: 803 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:07:27", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "security_groups": [{"name": "default"}], "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:49Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [{"id": "907a1e71-e621-468e-b405-8f3ed5706cff"}, {"id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f"}], "metadata": {}}} 2018-09-04 22:22:53,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-9e8acaf0-ddd6-4c1f-a865-56c552940d01 2018-09-04 22:22:53,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:53,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e585ead1-c252-47af-bd05-7dafeb905ea5 Date: Tue, 04 Sep 2018 22:22:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1562d6dc-c1ce-4a79-8865-e781da2dd4c9"],"updated_at":"2018-09-04T22:22:24Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:53,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net used request id req-e585ead1-c252-47af-bd05-7dafeb905ea5 2018-09-04 22:22:53,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:53,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3744aea-1c57-4a04-90d0-4b4659619062 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:22:53,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-f3744aea-1c57-4a04-90d0-4b4659619062 2018-09-04 22:22:53,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:54,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cfdbddd4-6683-4d0c-89d4-fe64e0037ce5 Date: Tue, 04 Sep 2018 22:22:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:54,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-cfdbddd4-6683-4d0c-89d4-fe64e0037ce5 2018-09-04 22:22:54,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:54,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-9b08cb73-b432-4e73-b9e7-ece025ecf9b5 Date: Tue, 04 Sep 2018 22:22:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.3"}],"id":"154db56c-2c30-431a-ab0f-55c2465c802d","security_groups":[],"mac_address":"fa:16:3e:df:2c:c7","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.4"}],"id":"56f25184-fcf6-4549-9f2a-584056b1c844","security_groups":[],"mac_address":"fa:16:3e:64:88:f7","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.2"}],"id":"8d186621-252c-44ac-b0c7-3d253083bf71","security_groups":[],"mac_address":"fa:16:3e:86:19:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.9"}],"id":"d3d3c4e3-76df-4e63-8b84-fc4e93bbb2c3","security_groups":["0dfec058-273c-4a02-a7db-2fa616cda747"],"mac_address":"fa:16:3e:3e:07:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:32Z","binding:vnic_type":"normal","device_id":"5543b8a9-6a3d-4e75-8b9a-b95667bb961a"}]} 2018-09-04 22:22:54,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-9b08cb73-b432-4e73-b9e7-ece025ecf9b5 2018-09-04 22:22:54,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:22:54,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40351f0056004104b06fdcce5c6e022d", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj-role"}], "expires_at": "2018-09-04T23:22:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cceb9a4e031648618f6c0ad09277769c", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/cceb9a4e031648618f6c0ad09277769c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-90062688-c099-47d-user", "id": "2fb2ff831e2f40788e7102ed54f5a1cc"}, "audit_ids": ["o3sMP5TtSbKiVrpdHY_sGA"], "issued_at": "2018-09-04T22:22:54.000000Z"}} 2018-09-04 22:22:54,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f016c2897ccdab5e8cf96ddb70524d3c9b79d406" 2018-09-04 22:22:55,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1996d3d-747a-42b6-ba16-88f89b3348a7 x-compute-request-id: req-b1996d3d-747a-42b6-ba16-88f89b3348a7 Content-Encoding: gzip Content-Length: 801 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:07:27", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "security_groups": [{"name": "default"}], "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:54Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [{"id": "907a1e71-e621-468e-b405-8f3ed5706cff"}, {"id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f"}], "metadata": {}}]} 2018-09-04 22:22:55,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst used request id req-b1996d3d-747a-42b6-ba16-88f89b3348a7 2018-09-04 22:22:55,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f016c2897ccdab5e8cf96ddb70524d3c9b79d406" 2018-09-04 22:22:55,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-efee96db-4a5d-4772-9c88-d04fd0c05608 Date: Tue, 04 Sep 2018 22:22:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1562d6dc-c1ce-4a79-8865-e781da2dd4c9"],"updated_at":"2018-09-04T22:22:24Z","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cceb9a4e031648618f6c0ad09277769c","id":"777373e1-8d5a-48c1-8581-0d39025b011b","name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net"}]} 2018-09-04 22:22:55,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net used request id req-efee96db-4a5d-4772-9c88-d04fd0c05608 2018-09-04 22:22:55,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f016c2897ccdab5e8cf96ddb70524d3c9b79d406" 2018-09-04 22:22:56,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fe7b5770-e926-43b9-a8ee-34dda32b2171 Date: Tue, 04 Sep 2018 22:22:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:24Z","dns_nameservers":[],"updated_at":"2018-09-04T22:22:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cceb9a4e031648618f6c0ad09277769c","id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet"}]} 2018-09-04 22:22:56,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-fe7b5770-e926-43b9-a8ee-34dda32b2171 2018-09-04 22:22:56,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f016c2897ccdab5e8cf96ddb70524d3c9b79d406" 2018-09-04 22:22:56,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-f348aa17-7c7c-43c2-95f2-e43f427642ca Date: Tue, 04 Sep 2018 22:22:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.3"}],"id":"154db56c-2c30-431a-ab0f-55c2465c802d","security_groups":[],"mac_address":"fa:16:3e:df:2c:c7","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.4"}],"id":"56f25184-fcf6-4549-9f2a-584056b1c844","security_groups":[],"mac_address":"fa:16:3e:64:88:f7","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.2"}],"id":"8d186621-252c-44ac-b0c7-3d253083bf71","security_groups":[],"mac_address":"fa:16:3e:86:19:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-777373e1-8d5a-48c1-8581-0d39025b011b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:22:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1562d6dc-c1ce-4a79-8865-e781da2dd4c9","ip_address":"10.55.0.9"}],"id":"d3d3c4e3-76df-4e63-8b84-fc4e93bbb2c3","security_groups":["0dfec058-273c-4a02-a7db-2fa616cda747"],"mac_address":"fa:16:3e:3e:07:27","project_id":"cceb9a4e031648618f6c0ad09277769c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port","admin_state_up":true,"network_id":"777373e1-8d5a-48c1-8581-0d39025b011b","tenant_id":"cceb9a4e031648618f6c0ad09277769c","created_at":"2018-09-04T22:22:32Z","binding:vnic_type":"normal","device_id":"5543b8a9-6a3d-4e75-8b9a-b95667bb961a"}]} 2018-09-04 22:22:56,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=777373e1-8d5a-48c1-8581-0d39025b011b used request id req-f348aa17-7c7c-43c2-95f2-e43f427642ca 2018-09-04 22:22:56,419 - create_instance - INFO - Deleting Port with ID - d3d3c4e3-76df-4e63-8b84-fc4e93bbb2c3 2018-09-04 22:22:56,419 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-port 2018-09-04 22:22:56,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/d3d3c4e3-76df-4e63-8b84-fc4e93bbb2c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:56,890 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-69de3936-a9a7-4524-8747-5d2cb706ddab Date: Tue, 04 Sep 2018 22:22:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:22:56,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/d3d3c4e3-76df-4e63-8b84-fc4e93bbb2c3 used request id req-69de3936-a9a7-4524-8747-5d2cb706ddab 2018-09-04 22:22:56,894 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e2bef7-a268-412b-9962-f597e165f582" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:57,100 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:56 GMT Server: Apache x-compute-request-id: req-74eae287-db8d-49d5-a548-1f5f6e13b5f0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74eae287-db8d-49d5-a548-1f5f6e13b5f0 Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [{"server_id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "attachment_id": "4dae9eb6-94e6-47e4-a19e-089e7209eff3", "attached_at": "2018-09-04T22:22:49.000000", "host_name": null, "volume_id": "907a1e71-e621-468e-b405-8f3ed5706cff", "device": "/dev/vdb", "id": "907a1e71-e621-468e-b405-8f3ed5706cff"}], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:22:49.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "907a1e71-e621-468e-b405-8f3ed5706cff", "size": 1}} 2018-09-04 22:22:57,100 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff used request id req-74eae287-db8d-49d5-a548-1f5f6e13b5f0 2018-09-04 22:22:57,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a/os-volume_attachments/907a1e71-e621-468e-b405-8f3ed5706cff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:57,722 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:22:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04e1dbe6-e2f7-4491-8f91-a4012e698242 x-compute-request-id: req-04e1dbe6-e2f7-4491-8f91-a4012e698242 Content-Length: 0 Content-Type: application/json 2018-09-04 22:22:57,723 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a/os-volume_attachments/907a1e71-e621-468e-b405-8f3ed5706cff used request id req-04e1dbe6-e2f7-4491-8f91-a4012e698242 2018-09-04 22:22:57,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:22:57,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:22:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15ace9bf-1313-450c-a0d1-c567769c3caf x-compute-request-id: req-15ace9bf-1313-450c-a0d1-c567769c3caf Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:54Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [{"id": "907a1e71-e621-468e-b405-8f3ed5706cff"}, {"id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f"}], "metadata": {}}} 2018-09-04 22:22:57,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-15ace9bf-1313-450c-a0d1-c567769c3caf 2018-09-04 22:23:00,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:23:01,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b70a037e-1d53-4c2e-8be1-340325ecc984 x-compute-request-id: req-b70a037e-1d53-4c2e-8be1-340325ecc984 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:54Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [{"id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f"}], "metadata": {}}} 2018-09-04 22:23:01,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-b70a037e-1d53-4c2e-8be1-340325ecc984 2018-09-04 22:23:01,253 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e2bef7-a268-412b-9962-f597e165f582" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:23:01,476 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:01 GMT Server: Apache x-compute-request-id: req-e9985d61-2f72-4bff-ada1-e3f0f952860c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e9985d61-2f72-4bff-ada1-e3f0f952860c Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [{"server_id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "attachment_id": "01c9245a-933c-4384-ab5e-60c4c1b1dcd1", "attached_at": "2018-09-04T22:22:54.000000", "host_name": null, "volume_id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f", "device": "/dev/vdc", "id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f"}], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:28.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:22:54.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f", "size": 1}} 2018-09-04 22:23:01,477 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f used request id req-e9985d61-2f72-4bff-ada1-e3f0f952860c 2018-09-04 22:23:01,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a/os-volume_attachments/dfe66c06-532f-4529-9a5a-d821a62f6f8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:23:02,621 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:23:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca85f989-8887-4669-8d31-2f04fb0156ef x-compute-request-id: req-ca85f989-8887-4669-8d31-2f04fb0156ef Content-Length: 0 Content-Type: application/json 2018-09-04 22:23:02,621 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a/os-volume_attachments/dfe66c06-532f-4529-9a5a-d821a62f6f8f used request id req-ca85f989-8887-4669-8d31-2f04fb0156ef 2018-09-04 22:23:02,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:23:02,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-624cb106-3923-4f6f-bbfe-e4cc346fce34 x-compute-request-id: req-624cb106-3923-4f6f-bbfe-e4cc346fce34 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:54Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [{"id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f"}], "metadata": {}}} 2018-09-04 22:23:02,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-624cb106-3923-4f6f-bbfe-e4cc346fce34 2018-09-04 22:23:05,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:23:06,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10abe633-38f5-4564-967d-282ca9f9c1b4 x-compute-request-id: req-10abe633-38f5-4564-967d-282ca9f9c1b4 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:22:54Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:23:06,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-10abe633-38f5-4564-967d-282ca9f9c1b4 2018-09-04 22:23:06,156 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst 2018-09-04 22:23:06,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:23:06,319 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:23:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f6758372-284a-4d67-b07c-5e242b028a32 x-compute-request-id: req-f6758372-284a-4d67-b07c-5e242b028a32 Content-Type: application/json 2018-09-04 22:23:06,319 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-f6758372-284a-4d67-b07c-5e242b028a32 2018-09-04 22:23:06,320 - create_instance - INFO - Checking deletion status 2018-09-04 22:23:06,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:23:06,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fbf1cd8-1d09-4af4-aa6c-c77169b46ca3 x-compute-request-id: req-7fbf1cd8-1d09-4af4-aa6c-c77169b46ca3 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "rel": "bookmark"}], "image": {"id": "a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "links": [{"href": "http://172.30.9.26:8774/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:22:39.000000", "flavor": {"id": "c3400457-e08a-4f3c-98a8-488cdbbe4b04", "links": [{"href": "http://172.30.9.26:8774/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04", "rel": "bookmark"}]}, "id": "5543b8a9-6a3d-4e75-8b9a-b95667bb961a", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:23:06Z", "hostId": "6c8d7766e7b89265c87ba9bb045464bb3e437fcf9eb10b89485aa47c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst", "created": "2018-09-04T22:22:36Z", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:23:06,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-7fbf1cd8-1d09-4af4-aa6c-c77169b46ca3 2018-09-04 22:23:06,719 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst] is - ACTIVE 2018-09-04 22:23:06,719 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:23:09,723 - create_instance - DEBUG - VM status query timeout in 296.597378969 2018-09-04 22:23:09,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e25e58be44d04fcb75a5f1865f5aeaac1431c7" 2018-09-04 22:23:09,780 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:23:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1605b429-7601-428d-aa5b-050340967df7 x-compute-request-id: req-1605b429-7601-428d-aa5b-050340967df7 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5543b8a9-6a3d-4e75-8b9a-b95667bb961a could not be found.", "code": 404}} 2018-09-04 22:23:09,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5543b8a9-6a3d-4e75-8b9a-b95667bb961a used request id req-1605b429-7601-428d-aa5b-050340967df7 2018-09-04 22:23:09,781 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5543b8a9-6a3d-4e75-8b9a-b95667bb961a could not be found. (HTTP 404) (Request-ID: req-1605b429-7601-428d-aa5b-050340967df7) 2018-09-04 22:23:09,781 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-inst 2018-09-04 22:23:09,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7aea58b27d10f17e33df2bc7fab163d046fb2e5" 2018-09-04 22:23:09,829 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:23:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b439ccbe-e4b4-40f9-a98b-8636026e21d8 x-compute-request-id: req-b439ccbe-e4b4-40f9-a98b-8636026e21d8 Content-Length: 0 Content-Type: application/json 2018-09-04 22:23:09,829 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/c3400457-e08a-4f3c-98a8-488cdbbe4b04 used request id req-b439ccbe-e4b4-40f9-a98b-8636026e21d8 2018-09-04 22:23:09,830 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet 2018-09-04 22:23:09,830 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-subnet 2018-09-04 22:23:09,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/1562d6dc-c1ce-4a79-8865-e781da2dd4c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e5652b7fba84059aa5d80169b23764383a24171" 2018-09-04 22:23:12,322 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d3b2ca59-6e42-45f9-95d4-f9c6abfd11e6 Date: Tue, 04 Sep 2018 22:23:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:23:12,322 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/1562d6dc-c1ce-4a79-8865-e781da2dd4c9 used request id req-d3b2ca59-6e42-45f9-95d4-f9c6abfd11e6 2018-09-04 22:23:12,322 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-pub-net 2018-09-04 22:23:12,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/777373e1-8d5a-48c1-8581-0d39025b011b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e5652b7fba84059aa5d80169b23764383a24171" 2018-09-04 22:23:13,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a6233e3e-d325-4171-b4af-66ddd9db0997 Date: Tue, 04 Sep 2018 22:23:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:23:13,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/777373e1-8d5a-48c1-8581-0d39025b011b used request id req-a6233e3e-d325-4171-b4af-66ddd9db0997 2018-09-04 22:23:13,615 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54ad2429-f089-4eae-9796-a47363058a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf96ca275b0dcc6fd96e9889a8ca35d94b33908" 2018-09-04 22:23:13,664 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:13 GMT Server: Apache x-compute-request-id: req-3d05655b-7498-413c-8d7f-8e4aed0006a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d05655b-7498-413c-8d7f-8e4aed0006a7 Content-Encoding: gzip Content-Length: 476 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:28.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:23:02.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f", "size": 1}} 2018-09-04 22:23:13,665 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f used request id req-3d05655b-7498-413c-8d7f-8e4aed0006a7 2018-09-04 22:23:13,665 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:23:13,665 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2 2018-09-04 22:23:13,665 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2 2018-09-04 22:23:13,668 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54ad2429-f089-4eae-9796-a47363058a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf96ca275b0dcc6fd96e9889a8ca35d94b33908" 2018-09-04 22:23:13,923 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:23:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e6f105c4-3424-4b3c-b745-081683fa614a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:23:13,924 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f used request id req-e6f105c4-3424-4b3c-b745-081683fa614a 2018-09-04 22:23:13,927 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54ad2429-f089-4eae-9796-a47363058a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf96ca275b0dcc6fd96e9889a8ca35d94b33908" 2018-09-04 22:23:14,122 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:13 GMT Server: Apache x-compute-request-id: req-169b0578-546e-4c6f-aa8d-28bf41f47404 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-169b0578-546e-4c6f-aa8d-28bf41f47404 Content-Encoding: gzip Content-Length: 478 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:28.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:23:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "dfe66c06-532f-4529-9a5a-d821a62f6f8f", "size": 1}} 2018-09-04 22:23:14,122 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f used request id req-169b0578-546e-4c6f-aa8d-28bf41f47404 2018-09-04 22:23:14,123 - create_volume - DEBUG - Instance status is - deleting 2018-09-04 22:23:14,123 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 22:23:17,124 - create_volume - DEBUG - Volume status query timeout in 56.8001098633 2018-09-04 22:23:17,128 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54ad2429-f089-4eae-9796-a47363058a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf96ca275b0dcc6fd96e9889a8ca35d94b33908" 2018-09-04 22:23:17,166 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:23:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-caf83739-7a37-4964-930e-96875a0d04df x-openstack-request-id: req-caf83739-7a37-4964-930e-96875a0d04df Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume dfe66c06-532f-4529-9a5a-d821a62f6f8f could not be found.", "code": 404}} 2018-09-04 22:23:17,166 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/dfe66c06-532f-4529-9a5a-d821a62f6f8f used request id req-caf83739-7a37-4964-930e-96875a0d04df 2018-09-04 22:23:17,167 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume dfe66c06-532f-4529-9a5a-d821a62f6f8f could not be found. (HTTP 404) (Request-ID: req-caf83739-7a37-4964-930e-96875a0d04df) 2018-09-04 22:23:17,167 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-2 2018-09-04 22:23:17,170 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a23e3e14-a99f-47bb-9fba-42b98f33d283" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca21895b70fd5578ea405eecae534e2489232b30" 2018-09-04 22:23:17,387 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:17 GMT Server: Apache x-compute-request-id: req-2f08bc84-55ba-4f76-a2a0-2cdb8653a455 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2f08bc84-55ba-4f76-a2a0-2cdb8653a455 Content-Encoding: gzip Content-Length: 475 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:22:57.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "907a1e71-e621-468e-b405-8f3ed5706cff", "size": 1}} 2018-09-04 22:23:17,388 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff used request id req-2f08bc84-55ba-4f76-a2a0-2cdb8653a455 2018-09-04 22:23:17,388 - create_volume - DEBUG - Instance status is - available 2018-09-04 22:23:17,388 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1 2018-09-04 22:23:17,388 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1 2018-09-04 22:23:17,391 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a23e3e14-a99f-47bb-9fba-42b98f33d283" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca21895b70fd5578ea405eecae534e2489232b30" 2018-09-04 22:23:17,673 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:23:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-19f147be-a1f5-4eb0-b68f-cc0b86efd00c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:23:17,673 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff used request id req-19f147be-a1f5-4eb0-b68f-cc0b86efd00c 2018-09-04 22:23:17,677 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a23e3e14-a99f-47bb-9fba-42b98f33d283" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca21895b70fd5578ea405eecae534e2489232b30" 2018-09-04 22:23:17,878 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:17 GMT Server: Apache x-compute-request-id: req-c9bf6222-a3c8-45f6-9fa4-40c33c6033f5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c9bf6222-a3c8-45f6-9fa4-40c33c6033f5 Content-Encoding: gzip Content-Length: 479 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "2fb2ff831e2f40788e7102ed54f5a1cc", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "self"}, {"href": "http://172.30.9.26:8776/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T22:22:26.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cceb9a4e031648618f6c0ad09277769c", "updated_at": "2018-09-04T22:23:17.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "907a1e71-e621-468e-b405-8f3ed5706cff", "size": 1}} 2018-09-04 22:23:17,878 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff used request id req-c9bf6222-a3c8-45f6-9fa4-40c33c6033f5 2018-09-04 22:23:17,878 - create_volume - DEBUG - Instance status is - deleting 2018-09-04 22:23:17,879 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 22:23:20,879 - create_volume - DEBUG - Volume status query timeout in 56.7937049866 2018-09-04 22:23:20,883 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a23e3e14-a99f-47bb-9fba-42b98f33d283" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca21895b70fd5578ea405eecae534e2489232b30" 2018-09-04 22:23:21,082 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:23:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7874ee3d-d2c3-4355-8f9d-efedad9b3c8c x-openstack-request-id: req-7874ee3d-d2c3-4355-8f9d-efedad9b3c8c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 907a1e71-e621-468e-b405-8f3ed5706cff could not be found.", "code": 404}} 2018-09-04 22:23:21,082 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/cceb9a4e031648618f6c0ad09277769c/volumes/907a1e71-e621-468e-b405-8f3ed5706cff used request id req-7874ee3d-d2c3-4355-8f9d-efedad9b3c8c 2018-09-04 22:23:21,082 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 907a1e71-e621-468e-b405-8f3ed5706cff could not be found. (HTTP 404) (Request-ID: req-7874ee3d-d2c3-4355-8f9d-efedad9b3c8c) 2018-09-04 22:23:21,083 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-1 2018-09-04 22:23:21,083 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-2e035a95-01eb-4376-a6a0-1b919e0890a9-image 2018-09-04 22:23:21,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f70f90bd34d4dc492e719d06468cd02ce520f90c" 2018-09-04 22:23:22,408 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d15ab720-6926-42c4-996f-cbf3ea2b61d2 Date: Tue, 04 Sep 2018 22:23:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:23:22,408 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/a3cae40b-b86c-4fd8-9cb0-bef58ee3a95d used request id req-d15ab720-6926-42c4-996f-cbf3ea2b61d2 2018-09-04 22:23:22,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:23:22,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-34af4538-7662-4cb6-a4da-19873284b561 Date: Tue, 04 Sep 2018 22:23:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "created_at": "2018-09-04T22:22:23Z", "updated_at": "2018-09-04T22:22:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:22:23Z", "revision_number": 0, "id": "225a78c9-8304-4d6b-bfc0-536db5f71990", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:22:23Z", "security_group_id": "0dfec058-273c-4a02-a7db-2fa616cda747", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cceb9a4e031648618f6c0ad09277769c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:22:23Z", "revision_number": 0, "id": "272ea31c-cfc1-4d01-a187-7ac86a4bf666", "remote_group_id": "0dfec058-273c-4a02-a7db-2fa616cda747", "remote_ip_prefix": null, "created_at": "2018-09-04T22:22:23Z", "security_group_id": "0dfec058-273c-4a02-a7db-2fa616cda747", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cceb9a4e031648618f6c0ad09277769c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:22:23Z", "revision_number": 0, "id": "512dcece-9526-44d1-8eb6-8236f6cc9e71", "remote_group_id": "0dfec058-273c-4a02-a7db-2fa616cda747", "remote_ip_prefix": null, "created_at": "2018-09-04T22:22:23Z", "security_group_id": "0dfec058-273c-4a02-a7db-2fa616cda747", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cceb9a4e031648618f6c0ad09277769c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:22:23Z", "revision_number": 0, "id": "94c86da4-65ee-4add-85ee-660a5a5410e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:22:23Z", "security_group_id": "0dfec058-273c-4a02-a7db-2fa616cda747", "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cceb9a4e031648618f6c0ad09277769c"}], "revision_number": 4, "project_id": "cceb9a4e031648618f6c0ad09277769c", "id": "0dfec058-273c-4a02-a7db-2fa616cda747", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:23:22,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-34af4538-7662-4cb6-a4da-19873284b561 2018-09-04 22:23:22,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:23:22,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e9a54ed-54e9-47d4-bc0a-aa50862b953e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:23:22,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-9e9a54ed-54e9-47d4-bc0a-aa50862b953e 2018-09-04 22:23:22,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:23:22,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec4b83aa-ca7b-4fd2-bbef-6810ea7b02b5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c"}, "enabled": true, "id": "cceb9a4e031648618f6c0ad09277769c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-90062688-c099-47d-proj"}} 2018-09-04 22:23:22,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-ec4b83aa-ca7b-4fd2-bbef-6810ea7b02b5 2018-09-04 22:23:22,833 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0dfec058-273c-4a02-a7db-2fa616cda747 2018-09-04 22:23:22,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0dfec058-273c-4a02-a7db-2fa616cda747 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:23:23,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e30fbd2d-5698-4200-8e14-aaa1e8de9215 Date: Tue, 04 Sep 2018 22:23:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:22:23Z", "security_group_id": "0dfec058-273c-4a02-a7db-2fa616cda747", "port_range_min": null, "revision_number": 0, "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "created_at": "2018-09-04T22:22:23Z", "project_id": "cceb9a4e031648618f6c0ad09277769c", "id": "225a78c9-8304-4d6b-bfc0-536db5f71990"}, {"remote_group_id": "0dfec058-273c-4a02-a7db-2fa616cda747", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:22:23Z", "security_group_id": "0dfec058-273c-4a02-a7db-2fa616cda747", "port_range_min": null, "revision_number": 0, "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "created_at": "2018-09-04T22:22:23Z", "project_id": "cceb9a4e031648618f6c0ad09277769c", "id": "272ea31c-cfc1-4d01-a187-7ac86a4bf666"}, {"remote_group_id": "0dfec058-273c-4a02-a7db-2fa616cda747", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:22:23Z", "security_group_id": "0dfec058-273c-4a02-a7db-2fa616cda747", "port_range_min": null, "revision_number": 0, "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "created_at": "2018-09-04T22:22:23Z", "project_id": "cceb9a4e031648618f6c0ad09277769c", "id": "512dcece-9526-44d1-8eb6-8236f6cc9e71"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:22:23Z", "security_group_id": "0dfec058-273c-4a02-a7db-2fa616cda747", "port_range_min": null, "revision_number": 0, "tenant_id": "cceb9a4e031648618f6c0ad09277769c", "created_at": "2018-09-04T22:22:23Z", "project_id": "cceb9a4e031648618f6c0ad09277769c", "id": "94c86da4-65ee-4add-85ee-660a5a5410e5"}]} 2018-09-04 22:23:23,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0dfec058-273c-4a02-a7db-2fa616cda747 used request id req-e30fbd2d-5698-4200-8e14-aaa1e8de9215 2018-09-04 22:23:23,013 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:23:23,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/0dfec058-273c-4a02-a7db-2fa616cda747 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:23:23,364 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2bb8fb9a-8f90-4d9a-9130-731a49064253 Content-Length: 0 Date: Tue, 04 Sep 2018 22:23:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:23:23,364 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/0dfec058-273c-4a02-a7db-2fa616cda747 used request id req-2bb8fb9a-8f90-4d9a-9130-731a49064253 2018-09-04 22:23:23,365 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-90062688-c099-47d-proj 2018-09-04 22:23:23,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:23:23,584 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:23:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2268305d-e90d-481f-8719-b21e57803c8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:23:23,584 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/cceb9a4e031648618f6c0ad09277769c used request id req-2268305d-e90d-481f-8719-b21e57803c8b 2018-09-04 22:23:23,584 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-90062688-c099-47d-proj-role 2018-09-04 22:23:23,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/40351f0056004104b06fdcce5c6e022d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:23:23,713 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:23:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7e39a7c-60b0-4e9e-ac65-bf1f91366365 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:23:23,713 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/40351f0056004104b06fdcce5c6e022d used request id req-d7e39a7c-60b0-4e9e-ac65-bf1f91366365 2018-09-04 22:23:23,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a766f70783b89fcf08f5f71327b5e49320b5d65f" 2018-09-04 22:23:23,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d338bcc6-8306-4366-9cfc-df09797b61ac Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:23:23,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d338bcc6-8306-4366-9cfc-df09797b61ac 2018-09-04 22:23:23,799 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-90062688-c099-47d-user 2018-09-04 22:23:23,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/2fb2ff831e2f40788e7102ed54f5a1cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a81f362149f0865a766ff57a947bf479bde88b7" 2018-09-04 22:23:24,048 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:23:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e116eea-57c8-49bb-a2bc-ff94f31e78a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:23:24,048 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/2fb2ff831e2f40788e7102ed54f5a1cc used request id req-3e116eea-57c8-49bb-a2bc-ff94f31e78a8 2018-09-04 22:23:24,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:23:24,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:23:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["mXnxaSJmT9CLb-c4eygbDQ"], "issued_at": "2018-09-04T22:23:24.000000Z"}} 2018-09-04 22:23:24,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b271a7a3971102e728b10062ce065968daeb6ae" 2018-09-04 22:23:24,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2309d0b3-9b37-4728-adf5-b2b3eee388e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:23:24,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2309d0b3-9b37-4728-adf5-b2b3eee388e2 2018-09-04 22:23:24,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:23:24,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:23:24,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:23:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["AG3HsGI1S4ueUiHaXN7y_Q"], "issued_at": "2018-09-04T22:23:24.000000Z"}} 2018-09-04 22:23:24,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:23:24,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef7052b7-7f68-4f78-af06-9fe97de81ab8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:23:24,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ef7052b7-7f68-4f78-af06-9fe97de81ab8 2018-09-04 22:23:24,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:23:25,004 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:23:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:23:25,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-8ec1c374-c343-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:23:25,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a6ba2d5-76bd-4fd2-93ea-89ca11412c38 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-8ec1c374-c343-4be-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:23:25,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-8ec1c374-c343-4be-proj used request id req-9a6ba2d5-76bd-4fd2-93ea-89ca11412c38 2018-09-04 22:23:25,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:23:25,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d4bfe90-37c6-4e32-9cc6-a5e81e508bb1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:23:25,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-5d4bfe90-37c6-4e32-9cc6-a5e81e508bb1 2018-09-04 22:23:25,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj"}}' 2018-09-04 22:23:25,305 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:23:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08e7b9dc-31c2-4bd7-8f9e-a16a46f2e383 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5"}, "enabled": true, "id": "b62221e8edd34678b68a52425f1a1bb5", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj"}} 2018-09-04 22:23:25,305 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-08e7b9dc-31c2-4bd7-8f9e-a16a46f2e383 2018-09-04 22:23:25,305 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-8ec1c374-c343-4be-proj 2018-09-04 22:23:25,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:23:25,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:23:25,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:23:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["pq7d8Iw-QciwQkzSV1yxHw"], "issued_at": "2018-09-04T22:23:25.000000Z"}} 2018-09-04 22:23:25,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ef06e7f8ba2ff1a5ee15146953f8dea5444829" 2018-09-04 22:23:25,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-857bf0c7-a658-4cee-9a77-3a16b99218db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:23:25,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-857bf0c7-a658-4cee-9a77-3a16b99218db 2018-09-04 22:23:25,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:23:25,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:23:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:23:25,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ef06e7f8ba2ff1a5ee15146953f8dea5444829" 2018-09-04 22:23:25,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-911a6002-4e9d-49f1-b4ac-ed38bd69c06f Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:23:25,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-911a6002-4e9d-49f1-b4ac-ed38bd69c06f 2018-09-04 22:23:25,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-8ec1c374-c343-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ef06e7f8ba2ff1a5ee15146953f8dea5444829" 2018-09-04 22:23:26,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ac855f8-66c6-47c8-9cc4-2157e5f7fe01 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-8ec1c374-c343-4be-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5"}, "enabled": true, "id": "b62221e8edd34678b68a52425f1a1bb5", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj"}]} 2018-09-04 22:23:26,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-8ec1c374-c343-4be-proj used request id req-0ac855f8-66c6-47c8-9cc4-2157e5f7fe01 2018-09-04 22:23:26,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ef06e7f8ba2ff1a5ee15146953f8dea5444829" 2018-09-04 22:23:26,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc0d3c2f-27ef-4c27-a6aa-f5df7b08fbab Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:23:26,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-fc0d3c2f-27ef-4c27-a6aa-f5df7b08fbab 2018-09-04 22:23:26,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ef06e7f8ba2ff1a5ee15146953f8dea5444829" 2018-09-04 22:23:26,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb18934d-24e5-4a06-94d8-320f68378786 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:23:26,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-eb18934d-24e5-4a06-94d8-320f68378786 2018-09-04 22:23:26,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-8ec1c374-c343-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ef06e7f8ba2ff1a5ee15146953f8dea5444829" 2018-09-04 22:23:26,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5ba92cc-24b6-4f4f-9467-f0ab3fdc09fa Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-8ec1c374-c343-4be-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5"}, "enabled": true, "id": "b62221e8edd34678b68a52425f1a1bb5", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj"}]} 2018-09-04 22:23:26,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-8ec1c374-c343-4be-proj used request id req-c5ba92cc-24b6-4f4f-9467-f0ab3fdc09fa 2018-09-04 22:23:26,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/75d730608cda4190bd239334bdc4da87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ef06e7f8ba2ff1a5ee15146953f8dea5444829" 2018-09-04 22:23:26,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c282b60-2469-4517-b23d-4c95bc448cfe Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-8ec1c374-c343-4be-user", "links": {"self": "http://172.30.9.26:5000/v3/users/75d730608cda4190bd239334bdc4da87"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "b62221e8edd34678b68a52425f1a1bb5", "id": "75d730608cda4190bd239334bdc4da87", "password_expires_at": null}} 2018-09-04 22:23:26,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/75d730608cda4190bd239334bdc4da87 used request id req-4c282b60-2469-4517-b23d-4c95bc448cfe 2018-09-04 22:23:26,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5/users/75d730608cda4190bd239334bdc4da87/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ef06e7f8ba2ff1a5ee15146953f8dea5444829" 2018-09-04 22:23:26,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a543146b-d47d-41b3-8341-83bca786799f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5/users/75d730608cda4190bd239334bdc4da87/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:23:26,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5/users/75d730608cda4190bd239334bdc4da87/roles used request id req-a543146b-d47d-41b3-8341-83bca786799f 2018-09-04 22:23:26,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ef06e7f8ba2ff1a5ee15146953f8dea5444829" 2018-09-04 22:23:26,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f7108e5-a523-4a57-ba9e-fec5747386f7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:23:26,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-0f7108e5-a523-4a57-ba9e-fec5747386f7 2018-09-04 22:23:26,888 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-8ec1c374-c343-4be-proj 2018-09-04 22:23:26,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5/users/75d730608cda4190bd239334bdc4da87/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ef06e7f8ba2ff1a5ee15146953f8dea5444829" 2018-09-04 22:23:27,021 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:23:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1818432d-5d89-4f9c-bf55-84927c0a88a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:23:27,022 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5/users/75d730608cda4190bd239334bdc4da87/roles/ee65b3cf18824d4786e4806145ea807f used request id req-1818432d-5d89-4f9c-bf55-84927c0a88a6 2018-09-04 22:23:27,022 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-8ec1c374-c343-4be-user 2018-09-04 22:23:27,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:23:27,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:23:27,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62eaf732-9c2e-4295-95b9-594c7bf7eacb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:23:27,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-62eaf732-9c2e-4295-95b9-594c7bf7eacb 2018-09-04 22:23:27,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" -d '{"role": {"name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj-role"}}' 2018-09-04 22:23:27,234 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:23:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb5e91f7-173a-4540-9311-5933226a9470 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7fb938adeac740dba5f20a5ea8b993f7", "links": {"self": "http://172.30.9.26:5000/v3/roles/7fb938adeac740dba5f20a5ea8b993f7"}, "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj-role"}} 2018-09-04 22:23:27,234 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-cb5e91f7-173a-4540-9311-5933226a9470 2018-09-04 22:23:27,234 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-8ec1c374-c343-4be-proj-role 2018-09-04 22:23:27,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/7fb938adeac740dba5f20a5ea8b993f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:23:27,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26ac2d0d-a09c-4813-9018-a6fa57fb31e5 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/7fb938adeac740dba5f20a5ea8b993f7"}, "domain_id": null, "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj-role", "id": "7fb938adeac740dba5f20a5ea8b993f7"}} 2018-09-04 22:23:27,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/7fb938adeac740dba5f20a5ea8b993f7 used request id req-26ac2d0d-a09c-4813-9018-a6fa57fb31e5 2018-09-04 22:23:27,326 - keystone_utils - INFO - Granting role CreateStackSuccessTests-8ec1c374-c343-4be-proj-role to project CreateStackSuccessTests-8ec1c374-c343-4be-proj 2018-09-04 22:23:27,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5/users/75d730608cda4190bd239334bdc4da87/roles/7fb938adeac740dba5f20a5ea8b993f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:23:27,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:23:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d38618f-2ad0-4c20-a6de-2644fc928ed3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:23:27,452 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5/users/75d730608cda4190bd239334bdc4da87/roles/7fb938adeac740dba5f20a5ea8b993f7 used request id req-4d38618f-2ad0-4c20-a6de-2644fc928ed3 2018-09-04 22:23:27,452 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:23:27,459 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:23:27,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:23:27,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:23:27,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7fb938adeac740dba5f20a5ea8b993f7", "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b62221e8edd34678b68a52425f1a1bb5", "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b62221e8edd34678b68a52425f1a1bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b62221e8edd34678b68a52425f1a1bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b62221e8edd34678b68a52425f1a1bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b62221e8edd34678b68a52425f1a1bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b62221e8edd34678b68a52425f1a1bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b62221e8edd34678b68a52425f1a1bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-8ec1c374-c343-4be-user", "id": "75d730608cda4190bd239334bdc4da87"}, "audit_ids": ["q6Y0VZffRoiXLPrkgjOFpw"], "issued_at": "2018-09-04T22:23:27.000000Z"}} 2018-09-04 22:23:27,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ac1fb653a356d96da8dcca145c89505b62c5a2" 2018-09-04 22:23:27,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e0298bb-6218-4aa1-8e66-6a1450a1bc73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:23:27,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6e0298bb-6218-4aa1-8e66-6a1450a1bc73 2018-09-04 22:23:27,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01ac1fb653a356d96da8dcca145c89505b62c5a2" 2018-09-04 22:23:28,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-6d8d3f02-da97-4ef1-b63b-2e86e65c9607 Date: Tue, 04 Sep 2018 22:23:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image"} 2018-09-04 22:23:28,089 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image used request id req-6d8d3f02-da97-4ef1-b63b-2e86e65c9607 2018-09-04 22:23:28,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01ac1fb653a356d96da8dcca145c89505b62c5a2" 2018-09-04 22:23:28,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-67f1f2d4-a82f-4eb4-8ccd-dad4319e8729 Date: Tue, 04 Sep 2018 22:23:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:23:28,232 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-67f1f2d4-a82f-4eb4-8ccd-dad4319e8729 2018-09-04 22:23:28,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}01ac1fb653a356d96da8dcca145c89505b62c5a2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image"}' 2018-09-04 22:23:28,464 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35 X-Openstack-Request-Id: req-3b44c831-0608-45de-8573-2574d3a7dcbd Date: Tue, 04 Sep 2018 22:23:28 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:23:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:23:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35", "min_disk": 0, "protected": false, "id": "9ff121a5-fa6a-44ba-9b61-4c9c03431d35", "file": "/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35/file", "checksum": null, "owner": "b62221e8edd34678b68a52425f1a1bb5", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:23:28,464 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-3b44c831-0608-45de-8573-2574d3a7dcbd 2018-09-04 22:23:28,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01ac1fb653a356d96da8dcca145c89505b62c5a2" -d '' 2018-09-04 22:23:30,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12976a22-ad2d-43db-a3aa-d263c0442cdd Date: Tue, 04 Sep 2018 22:23:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:23:30,288 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35/file used request id req-12976a22-ad2d-43db-a3aa-d263c0442cdd 2018-09-04 22:23:30,288 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:23:30,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01ac1fb653a356d96da8dcca145c89505b62c5a2" 2018-09-04 22:23:30,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-ce27fba3-8044-407d-b696-c534d5a9ea62 Date: Tue, 04 Sep 2018 22:23:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:23:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:23:30Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35/snap", "metadata": {}}], "self": "/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35", "min_disk": 0, "protected": false, "id": "9ff121a5-fa6a-44ba-9b61-4c9c03431d35", "file": "/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b62221e8edd34678b68a52425f1a1bb5", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:23:30,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35 used request id req-ce27fba3-8044-407d-b696-c534d5a9ea62 2018-09-04 22:23:30,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01ac1fb653a356d96da8dcca145c89505b62c5a2" 2018-09-04 22:23:30,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a22d8311-d235-4766-99f6-4e32ba95f1a5 Date: Tue, 04 Sep 2018 22:23:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:23:30,628 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-a22d8311-d235-4766-99f6-4e32ba95f1a5 2018-09-04 22:23:30,630 - create_image - INFO - Created image with name - CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image 2018-09-04 22:23:30,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01ac1fb653a356d96da8dcca145c89505b62c5a2" 2018-09-04 22:23:30,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-44116237-31d0-4a11-9831-f310a2f2a248 Date: Tue, 04 Sep 2018 22:23:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:23:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:23:30Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35/snap", "metadata": {}}], "self": "/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35", "min_disk": 0, "protected": false, "id": "9ff121a5-fa6a-44ba-9b61-4c9c03431d35", "file": "/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b62221e8edd34678b68a52425f1a1bb5", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:23:30,806 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35 used request id req-44116237-31d0-4a11-9831-f310a2f2a248 2018-09-04 22:23:30,807 - create_image - DEBUG - Instance status is - active 2018-09-04 22:23:30,807 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image 2018-09-04 22:23:30,807 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image 2018-09-04 22:23:30,807 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:23:30,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:23:31,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:23:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["DXdza4c_REWA479DoV7cwA"], "issued_at": "2018-09-04T22:23:31.000000Z"}} 2018-09-04 22:23:31,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f3c2ed5203b587b7490aa450a912e2abaf1141" 2018-09-04 22:23:31,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30a57212-a1ca-43cd-891b-4067e5bd98de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:23:31,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-30a57212-a1ca-43cd-891b-4067e5bd98de 2018-09-04 22:23:31,272 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:23:31,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f3c2ed5203b587b7490aa450a912e2abaf1141" 2018-09-04 22:23:31,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f9b3f93b-c445-4167-b29d-8e90120a29ac x-compute-request-id: req-f9b3f93b-c445-4167-b29d-8e90120a29ac Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:23:31,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f9b3f93b-c445-4167-b29d-8e90120a29ac 2018-09-04 22:23:31,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f3c2ed5203b587b7490aa450a912e2abaf1141" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:23:31,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-772401dd-9668-4dd6-9f06-2cc44302866d x-compute-request-id: req-772401dd-9668-4dd6-9f06-2cc44302866d Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/99ba0542-1c88-45e0-a868-5192bcd1d88a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/99ba0542-1c88-45e0-a868-5192bcd1d88a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "99ba0542-1c88-45e0-a868-5192bcd1d88a", "name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:23:31,521 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-772401dd-9668-4dd6-9f06-2cc44302866d 2018-09-04 22:23:31,549 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:23:31,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:23:31,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7fb938adeac740dba5f20a5ea8b993f7", "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:23:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b62221e8edd34678b68a52425f1a1bb5", "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b62221e8edd34678b68a52425f1a1bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b62221e8edd34678b68a52425f1a1bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b62221e8edd34678b68a52425f1a1bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b62221e8edd34678b68a52425f1a1bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b62221e8edd34678b68a52425f1a1bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b62221e8edd34678b68a52425f1a1bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-8ec1c374-c343-4be-user", "id": "75d730608cda4190bd239334bdc4da87"}, "audit_ids": ["H4Ig2B7PQGi4FJq7K3ZPjQ"], "issued_at": "2018-09-04T22:23:31.000000Z"}} 2018-09-04 22:23:31,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb66f88f8e05eba082e99c001bf8e75f83914861" 2018-09-04 22:23:32,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f8f5394-218f-4d5b-8352-c35f5300e923 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:23:32,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5f8f5394-218f-4d5b-8352-c35f5300e923 2018-09-04 22:23:32,020 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:23:32,024 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:23:32,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb66f88f8e05eba082e99c001bf8e75f83914861" 2018-09-04 22:23:32,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:32 GMT Server: Apache x-openstack-request-id: req-ed69218b-72b3-469f-ae5d-f496f78fbe28 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:23:32,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack used request id req-ed69218b-72b3-469f-ae5d-f496f78fbe28 2018-09-04 22:23:32,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb66f88f8e05eba082e99c001bf8e75f83914861" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name"}}' 2018-09-04 22:23:35,101 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:23:32 GMT Server: Apache x-openstack-request-id: req-08582fc6-1354-4e5b-8ecb-140792eff8dc Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}]}} 2018-09-04 22:23:35,101 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks used request id req-08582fc6-1354-4e5b-8ecb-140792eff8dc 2018-09-04 22:23:35,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb66f88f8e05eba082e99c001bf8e75f83914861" 2018-09-04 22:23:35,671 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:35 GMT Server: Apache x-openstack-request-id: req-ce0d69c1-ad96-4190-93be-0ccce57ed998 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:36,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:35 GMT Server: Apache x-openstack-request-id: req-82170e4b-c952-4f0f-9ad9-d289f4d681b5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:36,324 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-82170e4b-c952-4f0f-9ad9-d289f4d681b5 2018-09-04 22:23:36,325 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack 2018-09-04 22:23:36,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb66f88f8e05eba082e99c001bf8e75f83914861" 2018-09-04 22:23:36,872 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:36 GMT Server: Apache x-openstack-request-id: req-5e75ca50-b3d7-424c-9070-7629ec314744 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:37,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:36 GMT Server: Apache x-openstack-request-id: req-c0bcda26-d5f3-4492-a54f-635bb20f18ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:37,438 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-c0bcda26-d5f3-4492-a54f-635bb20f18ae 2018-09-04 22:23:37,439 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:23:37,439 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:23:40,442 - create_stack - DEBUG - Stack status query timeout in 1195.88259816 2018-09-04 22:23:40,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb66f88f8e05eba082e99c001bf8e75f83914861" 2018-09-04 22:23:40,983 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:40 GMT Server: Apache x-openstack-request-id: req-b0446f38-23c9-410b-baf9-e51a09fbbb09 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:41,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:40 GMT Server: Apache x-openstack-request-id: req-0bd32290-9933-4ede-9ad8-760165a37c08 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:41,536 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-0bd32290-9933-4ede-9ad8-760165a37c08 2018-09-04 22:23:41,537 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:23:41,537 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:23:44,540 - create_stack - DEBUG - Stack status query timeout in 1191.78457499 2018-09-04 22:23:44,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb66f88f8e05eba082e99c001bf8e75f83914861" 2018-09-04 22:23:45,089 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:44 GMT Server: Apache x-openstack-request-id: req-440ad0b9-7e1c-4b59-ab0d-cc00fdcdee1f Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:45,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:45 GMT Server: Apache x-openstack-request-id: req-46d93ee6-f2c2-4e92-94f8-60f98b61bc2b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:45,692 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-46d93ee6-f2c2-4e92-94f8-60f98b61bc2b 2018-09-04 22:23:45,693 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:23:45,693 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:23:48,696 - create_stack - DEBUG - Stack status query timeout in 1187.62885499 2018-09-04 22:23:48,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb66f88f8e05eba082e99c001bf8e75f83914861" 2018-09-04 22:23:48,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:48 GMT Server: Apache x-openstack-request-id: req-46a9580b-1074-4fc9-8d85-c61103a48a5d Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:49,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:48 GMT Server: Apache x-openstack-request-id: req-c7bd662f-073b-4bd1-b403-c3a52dabb77c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:49,287 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-c7bd662f-073b-4bd1-b403-c3a52dabb77c 2018-09-04 22:23:49,288 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:23:49,288 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:23:52,291 - create_stack - DEBUG - Stack status query timeout in 1184.03360915 2018-09-04 22:23:52,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb66f88f8e05eba082e99c001bf8e75f83914861" 2018-09-04 22:23:52,858 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:52 GMT Server: Apache x-openstack-request-id: req-a2702009-d8b8-436f-94f5-3fe15b97e564 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:53,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:52 GMT Server: Apache x-openstack-request-id: req-c65e9a8b-a3b5-4d03-a89d-b3a8a98c8858 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:53,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-c65e9a8b-a3b5-4d03-a89d-b3a8a98c8858 2018-09-04 22:23:53,425 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:23:53,425 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack 2018-09-04 22:23:53,425 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack 2018-09-04 22:23:53,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:23:53,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7fb938adeac740dba5f20a5ea8b993f7", "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b62221e8edd34678b68a52425f1a1bb5", "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b62221e8edd34678b68a52425f1a1bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/b62221e8edd34678b68a52425f1a1bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/b62221e8edd34678b68a52425f1a1bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/b62221e8edd34678b68a52425f1a1bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/b62221e8edd34678b68a52425f1a1bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/b62221e8edd34678b68a52425f1a1bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/b62221e8edd34678b68a52425f1a1bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-8ec1c374-c343-4be-user", "id": "75d730608cda4190bd239334bdc4da87"}, "audit_ids": ["kIPfxA8rQL-9ZBwTRMrAUQ"], "issued_at": "2018-09-04T22:23:53.000000Z"}} 2018-09-04 22:23:53,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:23:54,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:53 GMT Server: Apache x-openstack-request-id: req-864f1a9e-6fa1-4d6d-813d-926d9dbf0c37 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:55,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:54 GMT Server: Apache x-openstack-request-id: req-0f66b040-411c-4ad6-bd25-33170676f950 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:55,031 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-0f66b040-411c-4ad6-bd25-33170676f950 2018-09-04 22:23:55,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb66f88f8e05eba082e99c001bf8e75f83914861" 2018-09-04 22:23:55,061 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:55 GMT Server: Apache x-openstack-request-id: req-2c9d04cc-3b55-4464-b3ab-12569b676084 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:55,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:55 GMT Server: Apache x-openstack-request-id: req-7d803308-c122-4c2f-a7be-ffcc7469a1f5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:55,104 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-7d803308-c122-4c2f-a7be-ffcc7469a1f5 2018-09-04 22:23:55,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb66f88f8e05eba082e99c001bf8e75f83914861" 2018-09-04 22:23:55,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:55 GMT Server: Apache x-openstack-request-id: req-b92c057b-0d28-48ef-8f49-61c6350ce9f6 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:55,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:55 GMT Server: Apache x-openstack-request-id: req-8d95c804-087e-46fd-8618-dbcc4bdd270d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:55,727 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-8d95c804-087e-46fd-8618-dbcc4bdd270d 2018-09-04 22:23:55,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:23:56,276 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:55 GMT Server: Apache x-openstack-request-id: req-e9f84b1a-05cc-4b6f-b959-9596da6daa40 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:56,495 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:23:56 GMT Server: Apache x-openstack-request-id: req-8f8b0b8a-ead0-4965-b47a-b94d77c7df1a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:23:56,495 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-8f8b0b8a-ead0-4965-b47a-b94d77c7df1a 2018-09-04 22:23:56,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:23:57,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:56 GMT Server: Apache x-openstack-request-id: req-9ae6bbe5-c04a-4acf-bf6c-a889419e5319 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:57,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:57 GMT Server: Apache x-openstack-request-id: req-479f8ac5-6741-4d8f-8809-60766e1c47eb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:57,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-479f8ac5-6741-4d8f-8809-60766e1c47eb 2018-09-04 22:23:57,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:23:57,379 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:57 GMT Server: Apache x-openstack-request-id: req-f1d4f6b0-8218-4de1-ba75-86944634540c Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:57,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:57 GMT Server: Apache x-openstack-request-id: req-21f43646-c64e-4428-8ca2-350c52053066 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:57,555 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-21f43646-c64e-4428-8ca2-350c52053066 2018-09-04 22:23:57,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:23:58,111 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:57 GMT Server: Apache x-openstack-request-id: req-309aa5cd-7f11-4665-bac0-55528103b454 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:58,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:58 GMT Server: Apache x-openstack-request-id: req-60fdb16e-6e47-47e2-aaa0-440a4f8fa347 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:58,138 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-60fdb16e-6e47-47e2-aaa0-440a4f8fa347 2018-09-04 22:23:58,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:23:58,308 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:58 GMT Server: Apache x-openstack-request-id: req-f17b6a0f-afae-43ef-8854-6787f816e10e Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:23:58,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:58 GMT Server: Apache x-openstack-request-id: req-e9431027-7dac-4688-9f98-eeb4e8f045a6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:23:58,860 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-e9431027-7dac-4688-9f98-eeb4e8f045a6 2018-09-04 22:23:58,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:23:59,492 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:23:58 GMT Server: Apache x-openstack-request-id: req-46e260e1-8ff6-4414-b633-cfd64f91fb08 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:00,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:23:59 GMT Server: Apache x-openstack-request-id: req-13f4cb2c-fc93-42a8-8820-e7e9c85e4835 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:00,031 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-13f4cb2c-fc93-42a8-8820-e7e9c85e4835 2018-09-04 22:24:00,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:00,197 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:00 GMT Server: Apache x-openstack-request-id: req-2f641fa8-be29-475a-b14a-4dafc10bed7a Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:00,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:00 GMT Server: Apache x-openstack-request-id: req-6f2aebd6-47ce-4235-b306-a471bd8a3f11 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:00,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-6f2aebd6-47ce-4235-b306-a471bd8a3f11 2018-09-04 22:24:00,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:00,395 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:00 GMT Server: Apache x-openstack-request-id: req-54a2e7b5-7b34-4d9d-8e9a-5609f7aa75eb Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:00,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:00 GMT Server: Apache x-openstack-request-id: req-52bab6a6-9fca-4058-9842-20aa40ca469d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:00,423 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-52bab6a6-9fca-4058-9842-20aa40ca469d 2018-09-04 22:24:00,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:00,452 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:00 GMT Server: Apache x-openstack-request-id: req-806f7c58-9ace-4dc3-869f-8e20ff0a0abb Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:00,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:00 GMT Server: Apache x-openstack-request-id: req-9e4bfae5-0b4d-4810-afbd-dc92eb0d5f5a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:00,992 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-9e4bfae5-0b4d-4810-afbd-dc92eb0d5f5a 2018-09-04 22:24:00,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:01,020 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:01 GMT Server: Apache x-openstack-request-id: req-bbfa3ffa-33a5-461b-847f-ae5fe35975c7 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:01,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:01 GMT Server: Apache x-openstack-request-id: req-833a8b4e-6302-49f5-8d03-f80c1bb8afc2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:01,198 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-833a8b4e-6302-49f5-8d03-f80c1bb8afc2 2018-09-04 22:24:01,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:01,365 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:01 GMT Server: Apache x-openstack-request-id: req-6507ac7e-62e3-4069-a6ba-6cb438eb81d7 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:01,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:01 GMT Server: Apache x-openstack-request-id: req-dcf085e8-a730-42d7-9cf6-a9af0959f892 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:01,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-dcf085e8-a730-42d7-9cf6-a9af0959f892 2018-09-04 22:24:01,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:01,820 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:01 GMT Server: Apache x-openstack-request-id: req-8331e35d-1f3b-449f-a635-473722e36115 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:01,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:01 GMT Server: Apache x-openstack-request-id: req-44a4280f-b351-4fab-bb5e-f456b3d5f5c6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:01,987 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-44a4280f-b351-4fab-bb5e-f456b3d5f5c6 2018-09-04 22:24:01,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:02,162 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:02 GMT Server: Apache x-openstack-request-id: req-0ecb7e52-063a-4ad1-b0ae-f610f7bd6fb3 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:02,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:02 GMT Server: Apache x-openstack-request-id: req-bb25cadc-3cb0-44a6-a064-4d15fde99bd1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:02,187 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-bb25cadc-3cb0-44a6-a064-4d15fde99bd1 2018-09-04 22:24:02,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:02,757 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:02 GMT Server: Apache x-openstack-request-id: req-6ed6eaa0-a419-4307-a3a0-da1369e8be9f Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:02,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:02 GMT Server: Apache x-openstack-request-id: req-663fd1bc-19a7-4bb3-b389-5b2c9944a886 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:02,784 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-663fd1bc-19a7-4bb3-b389-5b2c9944a886 2018-09-04 22:24:02,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:02,813 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:02 GMT Server: Apache x-openstack-request-id: req-038fcd5e-b9ea-4125-ba37-57d94682976b Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:02,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:02 GMT Server: Apache x-openstack-request-id: req-fc7b34f5-0889-4394-9509-3203adc6cc49 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:02,839 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-fc7b34f5-0889-4394-9509-3203adc6cc49 2018-09-04 22:24:02,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:02,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:02 GMT Server: Apache x-openstack-request-id: req-b2544a08-dac2-4f0f-bfe2-840d80fbf76f Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:02,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:02 GMT Server: Apache x-openstack-request-id: req-35411aac-7f85-431d-8c4c-413bae04e29a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:02,894 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-35411aac-7f85-431d-8c4c-413bae04e29a 2018-09-04 22:24:02,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:02,924 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:02 GMT Server: Apache x-openstack-request-id: req-24eef794-ff1e-414b-81d6-38a9cab9b56a Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:02,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:02 GMT Server: Apache x-openstack-request-id: req-cdb1c63a-b42b-476e-8c92-eb49d66b7882 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:02,949 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-cdb1c63a-b42b-476e-8c92-eb49d66b7882 2018-09-04 22:24:02,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:02,979 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:02 GMT Server: Apache x-openstack-request-id: req-be04af58-308e-4b4a-bf14-19ae1ddf5743 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:03,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:02 GMT Server: Apache x-openstack-request-id: req-a3b6ac88-f418-4b85-b0b9-cc186a32175f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:03,005 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-a3b6ac88-f418-4b85-b0b9-cc186a32175f 2018-09-04 22:24:03,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:03,033 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-0a45fa52-d478-41ff-bbc4-c22e8ed0deff Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:03,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-49f7df19-ad16-4797-a277-bc08429c2328 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:03,059 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-49f7df19-ad16-4797-a277-bc08429c2328 2018-09-04 22:24:03,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:03,088 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-2e76d0de-bc39-47cb-9744-85e20a529250 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:03,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-c781dc06-91b7-4d10-bcd0-a9bdba471544 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:03,114 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-c781dc06-91b7-4d10-bcd0-a9bdba471544 2018-09-04 22:24:03,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:03,142 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-7ba14971-fabe-4604-bb3e-99ffb70d642e Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:03,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-431fe773-e34d-449d-827c-8ba961d96cc2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:03,168 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-431fe773-e34d-449d-827c-8ba961d96cc2 2018-09-04 22:24:03,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:03,199 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-fe7aa87f-4274-494e-9394-22045f679f3a Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:03,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-285b98ea-de9f-4596-ad8b-d40781de2a4d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:03,226 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-285b98ea-de9f-4596-ad8b-d40781de2a4d 2018-09-04 22:24:03,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:03,260 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-663d1dfb-674e-4cb5-b954-e13835ce0ef2 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:03,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-6ab5a5eb-5646-490c-ae36-27ec6652faf6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:03,286 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-6ab5a5eb-5646-490c-ae36-27ec6652faf6 2018-09-04 22:24:03,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:03,315 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-17600603-1e6a-487a-849f-c5fb04226167 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:03,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-15294768-a393-416a-b17e-ee758c06b7b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:03,341 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-15294768-a393-416a-b17e-ee758c06b7b3 2018-09-04 22:24:03,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:03,370 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-8b16fe1d-e2b0-4ff9-889b-c9d525c05e36 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:03,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-ad34c967-e420-4b8b-9c2f-6c2548edd011 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:03,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-ad34c967-e420-4b8b-9c2f-6c2548edd011 2018-09-04 22:24:03,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:03,426 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-1ba4de6e-0686-40ee-91f4-6a2446d27333 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:04,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:03 GMT Server: Apache x-openstack-request-id: req-ee70399b-205e-4a23-8128-cfdc6aa4a4fe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:04,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-ee70399b-205e-4a23-8128-cfdc6aa4a4fe 2018-09-04 22:24:04,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:04,091 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-1bc2de78-804c-4a4f-8176-74991e49bdd7 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:04,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-46b6d95e-b6ea-4999-b0dd-e2b13d4e73db Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:04,117 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-46b6d95e-b6ea-4999-b0dd-e2b13d4e73db 2018-09-04 22:24:04,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:04,145 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-18eb6b4b-a1c5-4023-80c0-e58c49fb366c Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:04,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-1a9fde4a-bcd6-4c4d-bf35-28f820ac3d36 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:04,171 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-1a9fde4a-bcd6-4c4d-bf35-28f820ac3d36 2018-09-04 22:24:04,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:04,200 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-cf60e0d8-1ca4-4054-a799-c12c4b48c0f6 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:04,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-aaac4bdb-5652-464b-80ef-67a509297415 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:04,225 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-aaac4bdb-5652-464b-80ef-67a509297415 2018-09-04 22:24:04,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:04,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-f4b8df03-815d-4f46-b3c6-cff87ea9b946 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:04,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-0494744e-4387-4988-9d98-f22e30972152 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:04,280 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-0494744e-4387-4988-9d98-f22e30972152 2018-09-04 22:24:04,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:04,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-f363a97b-4839-46a0-bcc6-b22402edeb57 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:04,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-bf40a53a-df1d-4067-b730-9f70138b464e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:04,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-bf40a53a-df1d-4067-b730-9f70138b464e 2018-09-04 22:24:04,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:04,364 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-698ce335-8c1a-40cc-9f9c-a84a28009828 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:04,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-75e1f7f5-c6a3-4177-a30c-1e36d9ec6f12 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:04,389 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-75e1f7f5-c6a3-4177-a30c-1e36d9ec6f12 2018-09-04 22:24:04,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:04,419 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-feb34b98-d5d8-4e35-b3c0-fd77040f8e4e Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:04,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-f05f84ab-20f0-4e55-8ca1-fa5b9eccc7d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:04,444 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-f05f84ab-20f0-4e55-8ca1-fa5b9eccc7d3 2018-09-04 22:24:04,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:04,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-0432f25d-1eeb-4dc2-adfc-b70fe565d2fd Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:04,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-98a3979b-3c64-46e3-ae5f-a5b424899852 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:04,499 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-98a3979b-3c64-46e3-ae5f-a5b424899852 2018-09-04 22:24:04,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:04,528 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-7a42c4fc-bf57-4ef9-8494-f009bf34c470 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:04,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-6eed36eb-514e-4d54-bb16-f3da49e266c7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:04,554 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-6eed36eb-514e-4d54-bb16-f3da49e266c7 2018-09-04 22:24:04,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,105 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:04 GMT Server: Apache x-openstack-request-id: req-a49f5a34-2c2a-4e3c-b365-f48a73def6a5 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-08f618a6-c0cb-4d2d-9bea-bc09c0d715a3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,130 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-08f618a6-c0cb-4d2d-9bea-bc09c0d715a3 2018-09-04 22:24:05,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,158 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-7488a619-29c1-4535-91bf-aa6b291f546d Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-b7cc0245-41bc-4b2a-86ab-ef99d63dc988 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-b7cc0245-41bc-4b2a-86ab-ef99d63dc988 2018-09-04 22:24:05,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,214 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-09d9834e-a75e-4d04-bb46-0baebcc7f72f Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-35a9ce26-531f-42b8-bde4-e8bedebac41a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,240 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-35a9ce26-531f-42b8-bde4-e8bedebac41a 2018-09-04 22:24:05,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,268 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-519c5288-43b9-401e-8d55-a8864bde54b6 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-c3d191e2-ef69-4225-bccc-d9bb161102b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,294 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-c3d191e2-ef69-4225-bccc-d9bb161102b3 2018-09-04 22:24:05,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,323 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-b8cc4b5c-9299-488d-ac30-1e464449cb89 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-9fe2fdd1-d571-44a8-8e17-ac564f16e288 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-9fe2fdd1-d571-44a8-8e17-ac564f16e288 2018-09-04 22:24:05,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,379 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-c69edcca-a0aa-45cd-bf8c-fef3e2152316 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-70212781-1b19-41bc-a9c0-ed684845bfde Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-70212781-1b19-41bc-a9c0-ed684845bfde 2018-09-04 22:24:05,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,434 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-fe4eac51-589d-4527-96ed-523692fca680 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-f34d3731-7be6-4693-8795-f89f1c84d378 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,459 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-f34d3731-7be6-4693-8795-f89f1c84d378 2018-09-04 22:24:05,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,488 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-58916324-4311-4926-9dbf-d5dae85301a5 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-1839237d-a30c-4ae1-8e16-be47c5bdc317 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,517 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-1839237d-a30c-4ae1-8e16-be47c5bdc317 2018-09-04 22:24:05,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,546 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-7e548cbd-eeb4-4540-85b7-20f59313170b Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-c858e520-8211-4b16-a351-938f6f1498eb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,571 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-c858e520-8211-4b16-a351-938f6f1498eb 2018-09-04 22:24:05,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-f23f71de-71a6-49c8-9183-ec3fee092694 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-4881e42c-e802-4146-8e7b-e68797b36a9c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,627 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-4881e42c-e802-4146-8e7b-e68797b36a9c 2018-09-04 22:24:05,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,655 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-5d7c19e4-3222-48ca-83c0-34c5ef875406 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-c29a7119-a61e-441b-b77f-022924d8a74d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,684 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-c29a7119-a61e-441b-b77f-022924d8a74d 2018-09-04 22:24:05,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-7b996364-ba43-457a-a20c-b72ded6fc602 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-8872889d-2b38-4864-a4a6-34733ba18b58 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,740 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-8872889d-2b38-4864-a4a6-34733ba18b58 2018-09-04 22:24:05,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,769 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-00abedc1-aa0a-4b78-ad00-473400890e82 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-bc8dd24e-933a-43af-a4e7-61a1cacd715b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,794 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-bc8dd24e-933a-43af-a4e7-61a1cacd715b 2018-09-04 22:24:05,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,823 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-7230a761-a2ff-494e-97fe-be36f8cd8c6f Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-39ef34a8-675e-4da2-8211-82902212a6f1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,848 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-39ef34a8-675e-4da2-8211-82902212a6f1 2018-09-04 22:24:05,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:05,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-b19daba2-8bdc-4ec3-8b0c-4cdc876f8888 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:05,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-b5629455-ed05-47c7-864e-c8c5b86e9730 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:05,902 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-b5629455-ed05-47c7-864e-c8c5b86e9730 2018-09-04 22:24:05,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:06,456 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:05 GMT Server: Apache x-openstack-request-id: req-4623ea31-1c48-486f-bd06-1d2026349d19 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:06,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:06 GMT Server: Apache x-openstack-request-id: req-bcc200af-a800-411a-aa53-5a22986d37bb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:06,483 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-bcc200af-a800-411a-aa53-5a22986d37bb 2018-09-04 22:24:06,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:06,513 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:06 GMT Server: Apache x-openstack-request-id: req-e4bddecf-036a-4e7b-b9c3-363f274ff7cc Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:07,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:06 GMT Server: Apache x-openstack-request-id: req-3499ed7d-6410-46ce-b748-56cd0fd970b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:07,098 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-3499ed7d-6410-46ce-b748-56cd0fd970b4 2018-09-04 22:24:07,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:07,127 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:07 GMT Server: Apache x-openstack-request-id: req-e57f51d9-e25b-44e5-9b51-d86d9f26e337 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:07,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:07 GMT Server: Apache x-openstack-request-id: req-5b612ce8-2d7f-49c0-be92-85fc78d205b9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:07,153 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-5b612ce8-2d7f-49c0-be92-85fc78d205b9 2018-09-04 22:24:07,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:07,183 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:07 GMT Server: Apache x-openstack-request-id: req-b722523e-cf3a-4101-b124-da0fd0a3cbb9 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:07,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:07 GMT Server: Apache x-openstack-request-id: req-8120b534-a633-4d7f-ba36-3adb189df362 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:07,209 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-8120b534-a633-4d7f-ba36-3adb189df362 2018-09-04 22:24:07,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:07,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:07 GMT Server: Apache x-openstack-request-id: req-4418fcf5-b4e3-42bf-af31-c4563c79973c Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:07,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:07 GMT Server: Apache x-openstack-request-id: req-12e76682-e1ad-47d7-8dc6-2d962e9ee90b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:07,279 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-12e76682-e1ad-47d7-8dc6-2d962e9ee90b 2018-09-04 22:24:07,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:07,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:07 GMT Server: Apache x-openstack-request-id: req-8dc6b9ed-285b-4b80-bda0-e7c177527cf6 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:07,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:07 GMT Server: Apache x-openstack-request-id: req-b8dfad4f-d9d9-42dd-9dda-c95011108ac1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:07,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-b8dfad4f-d9d9-42dd-9dda-c95011108ac1 2018-09-04 22:24:07,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:07,363 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:07 GMT Server: Apache x-openstack-request-id: req-28fc0c51-4b19-442b-a331-0ccfbdb5f36c Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:07,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:07 GMT Server: Apache x-openstack-request-id: req-9363d147-8f93-4f9d-ac8a-2afbfbe953e9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:07,563 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-9363d147-8f93-4f9d-ac8a-2afbfbe953e9 2018-09-04 22:24:07,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:07,592 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:07 GMT Server: Apache x-openstack-request-id: req-52c04e41-0bf8-40ee-9201-09380d73541d Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:08,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:07 GMT Server: Apache x-openstack-request-id: req-e2d63c5d-80ff-4af8-bd73-d02ec9145528 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:08,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-e2d63c5d-80ff-4af8-bd73-d02ec9145528 2018-09-04 22:24:08,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:08,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:08 GMT Server: Apache x-openstack-request-id: req-cf2f095e-3648-4fdb-bc10-51b6f682cade Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:08,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:08 GMT Server: Apache x-openstack-request-id: req-f88a2ed8-1a18-44ba-8eb9-38d8809e4ab1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:08,202 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-f88a2ed8-1a18-44ba-8eb9-38d8809e4ab1 2018-09-04 22:24:08,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3bacb64e95a255fec22715bfde07b1723516621" 2018-09-04 22:24:08,230 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:08 GMT Server: Apache x-openstack-request-id: req-347f77dc-221e-4613-be6d-2af2ca4934c4 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:08,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:08 GMT Server: Apache x-openstack-request-id: req-e690c5b4-82c0-447a-8e07-028d62261cda Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b62221e8edd34678b68a52425f1a1bb5", "OS::stack_id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "image_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image", "inst_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-inst", "subnet_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-subnet", "flavor_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-flavor-name", "net_name": "CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack", "stack_user_project_id": "0feb682ec1594cf99174181eb923e4ed", "tags": null, "creation_time": "2018-09-04T22:23:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:23:56Z", "id": "1f441da5-4b46-4ecd-a090-b2f6bea3f7c4", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:08,255 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-e690c5b4-82c0-447a-8e07-028d62261cda 2018-09-04 22:24:08,256 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack 2018-09-04 22:24:08,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb66f88f8e05eba082e99c001bf8e75f83914861" 2018-09-04 22:24:08,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:08 GMT Server: Apache x-openstack-request-id: req-d8ce9ae9-f8be-4bae-b71d-609fe93fee36 Location: http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:08,455 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:24:08 GMT Server: Apache x-openstack-request-id: req-b817ed78-4ecc-4994-a26d-1ac8f59952c1 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:24:08,455 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/b62221e8edd34678b68a52425f1a1bb5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-stack/1f441da5-4b46-4ecd-a090-b2f6bea3f7c4 used request id req-b817ed78-4ecc-4994-a26d-1ac8f59952c1 2018-09-04 22:24:08,456 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-955f220d-4477-446a-bea9-8f83e56afa96-image 2018-09-04 22:24:08,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01ac1fb653a356d96da8dcca145c89505b62c5a2" 2018-09-04 22:24:09,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e51c2eb8-8b3d-4a29-8ef9-e0b4b9d16d69 Date: Tue, 04 Sep 2018 22:24:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:24:09,234 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/9ff121a5-fa6a-44ba-9b61-4c9c03431d35 used request id req-e51c2eb8-8b3d-4a29-8ef9-e0b4b9d16d69 2018-09-04 22:24:09,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/99ba0542-1c88-45e0-a868-5192bcd1d88a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f3c2ed5203b587b7490aa450a912e2abaf1141" 2018-09-04 22:24:09,283 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:24:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e5295d04-807b-45af-8b24-b2e1a963bf57 x-compute-request-id: req-e5295d04-807b-45af-8b24-b2e1a963bf57 Content-Length: 0 Content-Type: application/json 2018-09-04 22:24:09,283 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/99ba0542-1c88-45e0-a868-5192bcd1d88a used request id req-e5295d04-807b-45af-8b24-b2e1a963bf57 2018-09-04 22:24:09,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:09,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-93786419-6ae1-4b68-99cc-3f44287c0f30 Date: Tue, 04 Sep 2018 22:24:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b62221e8edd34678b68a52425f1a1bb5", "created_at": "2018-09-04T22:23:35Z", "updated_at": "2018-09-04T22:23:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:23:35Z", "revision_number": 0, "id": "4f5b043c-43f7-40d9-b1d7-f048b5aa3aed", "remote_group_id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "remote_ip_prefix": null, "created_at": "2018-09-04T22:23:35Z", "security_group_id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "tenant_id": "b62221e8edd34678b68a52425f1a1bb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b62221e8edd34678b68a52425f1a1bb5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:23:35Z", "revision_number": 0, "id": "6fffa112-18e0-481c-951b-8885edb8448b", "remote_group_id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "remote_ip_prefix": null, "created_at": "2018-09-04T22:23:35Z", "security_group_id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "tenant_id": "b62221e8edd34678b68a52425f1a1bb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b62221e8edd34678b68a52425f1a1bb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:23:35Z", "revision_number": 0, "id": "86e054ea-472b-469e-8416-595604c2e8c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:23:35Z", "security_group_id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "tenant_id": "b62221e8edd34678b68a52425f1a1bb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b62221e8edd34678b68a52425f1a1bb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:23:35Z", "revision_number": 0, "id": "99491fee-0b6c-484b-9f74-95e4cf3e66e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:23:35Z", "security_group_id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "tenant_id": "b62221e8edd34678b68a52425f1a1bb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b62221e8edd34678b68a52425f1a1bb5"}], "revision_number": 4, "project_id": "b62221e8edd34678b68a52425f1a1bb5", "id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:24:09,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-93786419-6ae1-4b68-99cc-3f44287c0f30 2018-09-04 22:24:09,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:09,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c22b77e0-7969-46bb-b2ed-90f35b8b6cf6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:24:09,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-c22b77e0-7969-46bb-b2ed-90f35b8b6cf6 2018-09-04 22:24:09,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:09,709 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:24:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e1be9dd-c848-41fa-86ab-7096ce0ea6e4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:24:09,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-5e1be9dd-c848-41fa-86ab-7096ce0ea6e4 2018-09-04 22:24:09,709 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:24:09,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:09,787 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:24:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-331cb008-a201-4169-adb3-8f0a5e5e1fe1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:24:09,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-331cb008-a201-4169-adb3-8f0a5e5e1fe1 2018-09-04 22:24:09,787 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:24:09,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:09,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6282cb26-0314-4fb9-880d-6a86d3029364 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:24:09,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-6282cb26-0314-4fb9-880d-6a86d3029364 2018-09-04 22:24:09,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:09,969 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:24:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ecf6a29-dc3c-4db5-9b83-50e0b40b4e3a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:24:09,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-3ecf6a29-dc3c-4db5-9b83-50e0b40b4e3a 2018-09-04 22:24:09,970 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:24:09,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:10,053 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:24:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e88b319-8aa1-49eb-8099-31f21932b251 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:24:10,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-8e88b319-8aa1-49eb-8099-31f21932b251 2018-09-04 22:24:10,053 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:24:10,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:10,141 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:24:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aea648d6-c244-4c80-af62-8a20129802c9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:24:10,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-aea648d6-c244-4c80-af62-8a20129802c9 2018-09-04 22:24:10,141 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:24:10,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:10,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d8b8a19-fe36-45be-b8f5-314bc18675c9 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5"}, "enabled": true, "id": "b62221e8edd34678b68a52425f1a1bb5", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8ec1c374-c343-4be-proj"}} 2018-09-04 22:24:10,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5 used request id req-1d8b8a19-fe36-45be-b8f5-314bc18675c9 2018-09-04 22:24:10,234 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c 2018-09-04 22:24:10,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:10,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d796a7fc-7a06-426f-9256-63bdbc5929ab Date: Tue, 04 Sep 2018 22:24:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:23:35Z", "security_group_id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "port_range_min": null, "revision_number": 0, "tenant_id": "b62221e8edd34678b68a52425f1a1bb5", "created_at": "2018-09-04T22:23:35Z", "project_id": "b62221e8edd34678b68a52425f1a1bb5", "id": "4f5b043c-43f7-40d9-b1d7-f048b5aa3aed"}, {"remote_group_id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:23:35Z", "security_group_id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "port_range_min": null, "revision_number": 0, "tenant_id": "b62221e8edd34678b68a52425f1a1bb5", "created_at": "2018-09-04T22:23:35Z", "project_id": "b62221e8edd34678b68a52425f1a1bb5", "id": "6fffa112-18e0-481c-951b-8885edb8448b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:23:35Z", "security_group_id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "port_range_min": null, "revision_number": 0, "tenant_id": "b62221e8edd34678b68a52425f1a1bb5", "created_at": "2018-09-04T22:23:35Z", "project_id": "b62221e8edd34678b68a52425f1a1bb5", "id": "86e054ea-472b-469e-8416-595604c2e8c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:23:35Z", "security_group_id": "9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c", "port_range_min": null, "revision_number": 0, "tenant_id": "b62221e8edd34678b68a52425f1a1bb5", "created_at": "2018-09-04T22:23:35Z", "project_id": "b62221e8edd34678b68a52425f1a1bb5", "id": "99491fee-0b6c-484b-9f74-95e4cf3e66e9"}]} 2018-09-04 22:24:10,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c used request id req-d796a7fc-7a06-426f-9256-63bdbc5929ab 2018-09-04 22:24:10,421 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:24:10,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:10,707 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88f76b0d-dc29-4e9f-be2f-e6d8b3a55655 Content-Length: 0 Date: Tue, 04 Sep 2018 22:24:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:24:10,707 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/9cff5e4b-8bb2-40d1-ba9e-e81d33bead8c used request id req-88f76b0d-dc29-4e9f-be2f-e6d8b3a55655 2018-09-04 22:24:10,708 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-8ec1c374-c343-4be-proj 2018-09-04 22:24:10,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:10,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:24:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ba2ad31-969a-4c60-90e7-68a76017091d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:24:10,943 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/b62221e8edd34678b68a52425f1a1bb5 used request id req-1ba2ad31-969a-4c60-90e7-68a76017091d 2018-09-04 22:24:10,943 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-8ec1c374-c343-4be-proj-role 2018-09-04 22:24:10,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/7fb938adeac740dba5f20a5ea8b993f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:11,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:24:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2540d10f-98f3-4fd8-90c2-5211d4964ab9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:24:11,054 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/7fb938adeac740dba5f20a5ea8b993f7 used request id req-2540d10f-98f3-4fd8-90c2-5211d4964ab9 2018-09-04 22:24:11,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e8b84ff4c77004e6eb516aabf38197922ccfae" 2018-09-04 22:24:11,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f89fa44a-d53f-474b-b459-4e427ea496d7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:24:11,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f89fa44a-d53f-474b-b459-4e427ea496d7 2018-09-04 22:24:11,147 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-8ec1c374-c343-4be-user 2018-09-04 22:24:11,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/75d730608cda4190bd239334bdc4da87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ef06e7f8ba2ff1a5ee15146953f8dea5444829" 2018-09-04 22:24:11,305 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:24:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b67f5b1-c92d-4a07-9ef5-99cae2e25dfb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:24:11,305 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/75d730608cda4190bd239334bdc4da87 used request id req-4b67f5b1-c92d-4a07-9ef5-99cae2e25dfb 2018-09-04 22:24:11,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:24:11,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:24:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Cev-13oGSFu8vU0ml-Xllw"], "issued_at": "2018-09-04T22:24:11.000000Z"}} 2018-09-04 22:24:11,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1aa51bb66be0bb4968c1b9fe42d65d05bf9b01" 2018-09-04 22:24:11,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87fdc93c-4cd8-46b4-a6b6-6af0cd913e01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:24:11,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-87fdc93c-4cd8-46b4-a6b6-6af0cd913e01 2018-09-04 22:24:11,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:24:11,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:24:12,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:24:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["bmLqTOwSSPGlLbv0dRPbbA"], "issued_at": "2018-09-04T22:24:12.000000Z"}} 2018-09-04 22:24:12,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:12,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bffa647-8da1-4473-9052-9ae970e1a50a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:24:12,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6bffa647-8da1-4473-9052-9ae970e1a50a 2018-09-04 22:24:12,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:24:12,248 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:24:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:24:12,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-50c2393c-e9eb-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:12,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2197710c-f1e8-451c-ba2a-0d361202346f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-50c2393c-e9eb-439-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:24:12,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-50c2393c-e9eb-439-proj used request id req-2197710c-f1e8-451c-ba2a-0d361202346f 2018-09-04 22:24:12,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:12,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-473d35cc-392f-47df-bcac-518bea68bc11 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:24:12,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-473d35cc-392f-47df-bcac-518bea68bc11 2018-09-04 22:24:12,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj"}}' 2018-09-04 22:24:12,533 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:24:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6002805-b5ce-41f7-b328-487f0ba1bf10 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4"}, "enabled": true, "id": "341c646ee8824ada83c6b45d4144abc4", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj"}} 2018-09-04 22:24:12,533 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-f6002805-b5ce-41f7-b328-487f0ba1bf10 2018-09-04 22:24:12,534 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-50c2393c-e9eb-439-proj 2018-09-04 22:24:12,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:24:12,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:24:12,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:24:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["arCynjrbTP2MyxXdpZxqOg"], "issued_at": "2018-09-04T22:24:12.000000Z"}} 2018-09-04 22:24:12,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7c7099db3015226b796a9fe5bfa597105ec462" 2018-09-04 22:24:13,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92728fd7-5ca6-4704-9dac-4a39f4927bf0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:24:13,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-92728fd7-5ca6-4704-9dac-4a39f4927bf0 2018-09-04 22:24:13,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:24:13,016 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:24:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:24:13,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7c7099db3015226b796a9fe5bfa597105ec462" 2018-09-04 22:24:13,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a16d3b-f0c7-49e2-bf0a-5ca42b5da083 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:24:13,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-21a16d3b-f0c7-49e2-bf0a-5ca42b5da083 2018-09-04 22:24:13,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-50c2393c-e9eb-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7c7099db3015226b796a9fe5bfa597105ec462" 2018-09-04 22:24:13,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de12b48-da66-4579-a274-135a91ea4c15 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-50c2393c-e9eb-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4"}, "enabled": true, "id": "341c646ee8824ada83c6b45d4144abc4", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj"}]} 2018-09-04 22:24:13,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-50c2393c-e9eb-439-proj used request id req-1de12b48-da66-4579-a274-135a91ea4c15 2018-09-04 22:24:13,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7c7099db3015226b796a9fe5bfa597105ec462" 2018-09-04 22:24:13,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32344c6b-d46a-46c7-b158-422d54fdf1d4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:24:13,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-32344c6b-d46a-46c7-b158-422d54fdf1d4 2018-09-04 22:24:13,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7c7099db3015226b796a9fe5bfa597105ec462" 2018-09-04 22:24:13,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cdc0a35-33a4-4ff8-b90f-bc1e127cf958 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:24:13,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6cdc0a35-33a4-4ff8-b90f-bc1e127cf958 2018-09-04 22:24:13,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-50c2393c-e9eb-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7c7099db3015226b796a9fe5bfa597105ec462" 2018-09-04 22:24:13,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b56925be-0d8a-47ac-806f-d419b79316da Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-50c2393c-e9eb-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4"}, "enabled": true, "id": "341c646ee8824ada83c6b45d4144abc4", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj"}]} 2018-09-04 22:24:13,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-50c2393c-e9eb-439-proj used request id req-b56925be-0d8a-47ac-806f-d419b79316da 2018-09-04 22:24:13,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/71946f669cbb4fccad30169c62b814f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7c7099db3015226b796a9fe5bfa597105ec462" 2018-09-04 22:24:13,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6639c79-e0cc-40d9-97b8-15bf8d896d37 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-50c2393c-e9eb-439-user", "links": {"self": "http://172.30.9.26:5000/v3/users/71946f669cbb4fccad30169c62b814f2"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "341c646ee8824ada83c6b45d4144abc4", "id": "71946f669cbb4fccad30169c62b814f2", "password_expires_at": null}} 2018-09-04 22:24:13,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/71946f669cbb4fccad30169c62b814f2 used request id req-b6639c79-e0cc-40d9-97b8-15bf8d896d37 2018-09-04 22:24:13,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4/users/71946f669cbb4fccad30169c62b814f2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7c7099db3015226b796a9fe5bfa597105ec462" 2018-09-04 22:24:14,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-726486a9-8e87-4638-a699-589608606eee Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4/users/71946f669cbb4fccad30169c62b814f2/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:24:14,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4/users/71946f669cbb4fccad30169c62b814f2/roles used request id req-726486a9-8e87-4638-a699-589608606eee 2018-09-04 22:24:14,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7c7099db3015226b796a9fe5bfa597105ec462" 2018-09-04 22:24:14,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c89ad36-5508-440a-8b71-6bf3922e093e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:24:14,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-6c89ad36-5508-440a-8b71-6bf3922e093e 2018-09-04 22:24:14,122 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-50c2393c-e9eb-439-proj 2018-09-04 22:24:14,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4/users/71946f669cbb4fccad30169c62b814f2/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7c7099db3015226b796a9fe5bfa597105ec462" 2018-09-04 22:24:14,248 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:24:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03a9ff5b-8530-4126-9f46-1d5ab40eb199 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:24:14,248 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4/users/71946f669cbb4fccad30169c62b814f2/roles/ee65b3cf18824d4786e4806145ea807f used request id req-03a9ff5b-8530-4126-9f46-1d5ab40eb199 2018-09-04 22:24:14,249 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-50c2393c-e9eb-439-user 2018-09-04 22:24:14,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:24:14,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:14,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-602229cf-ae0b-448e-9bb3-5454137baef2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:24:14,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-602229cf-ae0b-448e-9bb3-5454137baef2 2018-09-04 22:24:14,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" -d '{"role": {"name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj-role"}}' 2018-09-04 22:24:14,467 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:24:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62996eae-187e-4464-ad8e-79da618103e1 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d629b73a16784d9d92b44d4c89393a42", "links": {"self": "http://172.30.9.26:5000/v3/roles/d629b73a16784d9d92b44d4c89393a42"}, "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj-role"}} 2018-09-04 22:24:14,467 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-62996eae-187e-4464-ad8e-79da618103e1 2018-09-04 22:24:14,467 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-50c2393c-e9eb-439-proj-role 2018-09-04 22:24:14,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/d629b73a16784d9d92b44d4c89393a42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:14,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-364f25f4-fc7c-453b-b0cb-788b5004e2c1 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/d629b73a16784d9d92b44d4c89393a42"}, "domain_id": null, "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj-role", "id": "d629b73a16784d9d92b44d4c89393a42"}} 2018-09-04 22:24:14,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/d629b73a16784d9d92b44d4c89393a42 used request id req-364f25f4-fc7c-453b-b0cb-788b5004e2c1 2018-09-04 22:24:14,553 - keystone_utils - INFO - Granting role CreateStackSuccessTests-50c2393c-e9eb-439-proj-role to project CreateStackSuccessTests-50c2393c-e9eb-439-proj 2018-09-04 22:24:14,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4/users/71946f669cbb4fccad30169c62b814f2/roles/d629b73a16784d9d92b44d4c89393a42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:14,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:24:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4aad15ce-fb65-4927-950c-06823c3caac3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:24:14,703 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4/users/71946f669cbb4fccad30169c62b814f2/roles/d629b73a16784d9d92b44d4c89393a42 used request id req-4aad15ce-fb65-4927-950c-06823c3caac3 2018-09-04 22:24:14,704 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:24:14,704 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:24:14,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:24:14,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:24:15,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d629b73a16784d9d92b44d4c89393a42", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:24:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "341c646ee8824ada83c6b45d4144abc4", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-50c2393c-e9eb-439-user", "id": "71946f669cbb4fccad30169c62b814f2"}, "audit_ids": ["eEYFaymnTq6nGq-exNKG7Q"], "issued_at": "2018-09-04T22:24:15.000000Z"}} 2018-09-04 22:24:15,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2f5b5fb1012e0ad27ab7dbc9a3eaea83e494a2" 2018-09-04 22:24:15,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f33b01-8fe2-4463-bc58-222712fb11c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:24:15,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-55f33b01-8fe2-4463-bc58-222712fb11c5 2018-09-04 22:24:15,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed2f5b5fb1012e0ad27ab7dbc9a3eaea83e494a2" 2018-09-04 22:24:15,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-09ba4288-f7e6-463d-bc94-6b0d4f8a721a Date: Tue, 04 Sep 2018 22:24:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image"} 2018-09-04 22:24:15,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image used request id req-09ba4288-f7e6-463d-bc94-6b0d4f8a721a 2018-09-04 22:24:15,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed2f5b5fb1012e0ad27ab7dbc9a3eaea83e494a2" 2018-09-04 22:24:15,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dbf60283-ab8d-438f-aa83-472e90845874 Date: Tue, 04 Sep 2018 22:24:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:24:15,507 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-dbf60283-ab8d-438f-aa83-472e90845874 2018-09-04 22:24:15,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ed2f5b5fb1012e0ad27ab7dbc9a3eaea83e494a2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image"}' 2018-09-04 22:24:15,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3 X-Openstack-Request-Id: req-c5a9cf89-14b9-4b41-83b3-2a0626f1f451 Date: Tue, 04 Sep 2018 22:24:15 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:24:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:24:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3", "min_disk": 0, "protected": false, "id": "226e8ac9-1e6e-4c1a-9f92-1190be58ebe3", "file": "/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3/file", "checksum": null, "owner": "341c646ee8824ada83c6b45d4144abc4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:24:15,739 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-c5a9cf89-14b9-4b41-83b3-2a0626f1f451 2018-09-04 22:24:15,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed2f5b5fb1012e0ad27ab7dbc9a3eaea83e494a2" -d '' 2018-09-04 22:24:17,425 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c562a514-e7a6-4e67-9050-7428508ff87d Date: Tue, 04 Sep 2018 22:24:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:24:17,425 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3/file used request id req-c562a514-e7a6-4e67-9050-7428508ff87d 2018-09-04 22:24:17,426 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:24:17,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed2f5b5fb1012e0ad27ab7dbc9a3eaea83e494a2" 2018-09-04 22:24:17,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-c5eb1f83-ef8d-4225-acca-5a82f89addc9 Date: Tue, 04 Sep 2018 22:24:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:24:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:24:17Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3/snap", "metadata": {}}], "self": "/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3", "min_disk": 0, "protected": false, "id": "226e8ac9-1e6e-4c1a-9f92-1190be58ebe3", "file": "/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "341c646ee8824ada83c6b45d4144abc4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:24:17,618 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3 used request id req-c5eb1f83-ef8d-4225-acca-5a82f89addc9 2018-09-04 22:24:17,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed2f5b5fb1012e0ad27ab7dbc9a3eaea83e494a2" 2018-09-04 22:24:17,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c86f0d55-c350-410c-8279-0d6fe6c551dd Date: Tue, 04 Sep 2018 22:24:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:24:17,771 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-c86f0d55-c350-410c-8279-0d6fe6c551dd 2018-09-04 22:24:17,774 - create_image - INFO - Created image with name - CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image 2018-09-04 22:24:17,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed2f5b5fb1012e0ad27ab7dbc9a3eaea83e494a2" 2018-09-04 22:24:17,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-989a8ef1-6156-42b4-9833-85e160189efe Date: Tue, 04 Sep 2018 22:24:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:24:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:24:17Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3/snap", "metadata": {}}], "self": "/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3", "min_disk": 0, "protected": false, "id": "226e8ac9-1e6e-4c1a-9f92-1190be58ebe3", "file": "/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "341c646ee8824ada83c6b45d4144abc4", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:24:17,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3 used request id req-989a8ef1-6156-42b4-9833-85e160189efe 2018-09-04 22:24:17,796 - create_image - DEBUG - Instance status is - active 2018-09-04 22:24:17,796 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image 2018-09-04 22:24:17,796 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image 2018-09-04 22:24:17,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:24:17,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:24:18,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:24:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["nitBP7SdThuhYax_qwwGhA"], "issued_at": "2018-09-04T22:24:18.000000Z"}} 2018-09-04 22:24:18,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1f60e0f05c8598f8dfa8b7fdab9c475b0d06f8" 2018-09-04 22:24:18,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4120090-31c8-4a0f-8f94-d289c0e4cbe8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:24:18,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e4120090-31c8-4a0f-8f94-d289c0e4cbe8 2018-09-04 22:24:18,278 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:24:18,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1f60e0f05c8598f8dfa8b7fdab9c475b0d06f8" 2018-09-04 22:24:18,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ab85ac56-32b6-4da5-ae8a-dd3b6ae59422 x-compute-request-id: req-ab85ac56-32b6-4da5-ae8a-dd3b6ae59422 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:24:18,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-ab85ac56-32b6-4da5-ae8a-dd3b6ae59422 2018-09-04 22:24:18,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1f60e0f05c8598f8dfa8b7fdab9c475b0d06f8" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:24:18,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e5e021d-6df0-466f-be10-2c5c2fa82d9a x-compute-request-id: req-9e5e021d-6df0-466f-be10-2c5c2fa82d9a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c2ef5838-2eff-4e2e-98a3-a75721d0bce1", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c2ef5838-2eff-4e2e-98a3-a75721d0bce1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c2ef5838-2eff-4e2e-98a3-a75721d0bce1", "name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:24:18,531 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9e5e021d-6df0-466f-be10-2c5c2fa82d9a 2018-09-04 22:24:18,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:24:18,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:24:18,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d629b73a16784d9d92b44d4c89393a42", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:24:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "341c646ee8824ada83c6b45d4144abc4", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-50c2393c-e9eb-439-user", "id": "71946f669cbb4fccad30169c62b814f2"}, "audit_ids": ["UPHi3nkYTfWhWAGrJSFM9Q"], "issued_at": "2018-09-04T22:24:18.000000Z"}} 2018-09-04 22:24:18,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:19,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c435df3-cfcf-401e-aed4-3fd79e9120ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:24:19,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7c435df3-cfcf-401e-aed4-3fd79e9120ab 2018-09-04 22:24:19,013 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:24:19,016 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:24:19,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:19,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:19 GMT Server: Apache x-openstack-request-id: req-9cb11783-a7cb-4f4f-bc46-103630d66316 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:24:19,206 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack used request id req-9cb11783-a7cb-4f4f-bc46-103630d66316 2018-09-04 22:24:19,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name"}}' 2018-09-04 22:24:21,332 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:24:19 GMT Server: Apache x-openstack-request-id: req-25eca3f3-6862-4adf-a651-9ab6f8d79c39 Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}]}} 2018-09-04 22:24:21,332 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks used request id req-25eca3f3-6862-4adf-a651-9ab6f8d79c39 2018-09-04 22:24:21,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:21,512 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:21 GMT Server: Apache x-openstack-request-id: req-5f00593a-0161-4514-bdea-1cd6b15321c6 Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:21,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:21 GMT Server: Apache x-openstack-request-id: req-c5de07b3-cdc3-40ef-a84d-b51aa35d5693 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:21,692 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-c5de07b3-cdc3-40ef-a84d-b51aa35d5693 2018-09-04 22:24:21,693 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack 2018-09-04 22:24:21,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:21,875 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:21 GMT Server: Apache x-openstack-request-id: req-de8fbaa2-2f61-4ff0-8c91-f5a0cd3460a7 Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:22,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:21 GMT Server: Apache x-openstack-request-id: req-5b121985-1b36-4ec5-8f76-7cd69999a6c5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:22,068 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-5b121985-1b36-4ec5-8f76-7cd69999a6c5 2018-09-04 22:24:22,069 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:24:22,069 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:24:25,072 - create_stack - DEBUG - Stack status query timeout in 1196.62093019 2018-09-04 22:24:25,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:25,638 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:25 GMT Server: Apache x-openstack-request-id: req-2326f77d-393d-4ccd-9792-e3a234362185 Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:25,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:25 GMT Server: Apache x-openstack-request-id: req-9ccaf47e-6d72-4d36-a916-5776fcbb1ae7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:25,838 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-9ccaf47e-6d72-4d36-a916-5776fcbb1ae7 2018-09-04 22:24:25,838 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:24:25,838 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:24:28,842 - create_stack - DEBUG - Stack status query timeout in 1192.85165405 2018-09-04 22:24:28,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:28,872 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:28 GMT Server: Apache x-openstack-request-id: req-2dd375f4-88f8-4f32-ace1-da298746b521 Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:28,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:28 GMT Server: Apache x-openstack-request-id: req-7eb45134-39bd-44e3-adfe-6c03ad904bc3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:28,946 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-7eb45134-39bd-44e3-adfe-6c03ad904bc3 2018-09-04 22:24:28,946 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:24:28,946 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:24:31,949 - create_stack - DEBUG - Stack status query timeout in 1189.74376512 2018-09-04 22:24:31,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:32,608 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:31 GMT Server: Apache x-openstack-request-id: req-c4d20887-3092-4f9c-9293-418e21207178 Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:32,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:32 GMT Server: Apache x-openstack-request-id: req-bced6ca7-2f08-4221-b205-508e79dacbb0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:32,819 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-bced6ca7-2f08-4221-b205-508e79dacbb0 2018-09-04 22:24:32,819 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:24:32,819 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:24:35,823 - create_stack - DEBUG - Stack status query timeout in 1185.87055016 2018-09-04 22:24:35,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:35,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:35 GMT Server: Apache x-openstack-request-id: req-d352f20f-4da3-46f6-a063-662755ad917b Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:36,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:36 GMT Server: Apache x-openstack-request-id: req-aa98f9bc-9cad-43b8-84a5-53da2d44ba2b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:36,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-aa98f9bc-9cad-43b8-84a5-53da2d44ba2b 2018-09-04 22:24:36,038 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:24:36,038 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:24:39,042 - create_stack - DEBUG - Stack status query timeout in 1182.65152001 2018-09-04 22:24:39,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:39,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:39 GMT Server: Apache x-openstack-request-id: req-8b433025-3397-426e-9d80-066923d30bd6 Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:39,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:39 GMT Server: Apache x-openstack-request-id: req-d47f57af-5cd9-42bd-9aef-62dbb5dad51e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:39,280 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-d47f57af-5cd9-42bd-9aef-62dbb5dad51e 2018-09-04 22:24:39,280 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:24:39,280 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack 2018-09-04 22:24:39,280 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack 2018-09-04 22:24:39,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:24:39,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d629b73a16784d9d92b44d4c89393a42", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:24:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "341c646ee8824ada83c6b45d4144abc4", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-50c2393c-e9eb-439-user", "id": "71946f669cbb4fccad30169c62b814f2"}, "audit_ids": ["AniXb1VdS3qkbpI72YUWCA"], "issued_at": "2018-09-04T22:24:39.000000Z"}} 2018-09-04 22:24:39,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9e73b0317518530781678f75990690549dc5cdc" 2018-09-04 22:24:39,844 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:39 GMT Server: Apache x-openstack-request-id: req-e5d29b4a-4b64-48e8-91e2-377578763737 Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:40,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:39 GMT Server: Apache x-openstack-request-id: req-7d70d5f1-431d-41a6-971d-a007dbf97889 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:40,030 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-7d70d5f1-431d-41a6-971d-a007dbf97889 2018-09-04 22:24:40,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:40,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:40 GMT Server: Apache x-openstack-request-id: req-34a77e45-2fb4-4094-95fe-46ec381b71ba Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:40,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:40 GMT Server: Apache x-openstack-request-id: req-3ebdfb02-a7e5-486f-96fc-e27a5e247bcf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:40,653 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-3ebdfb02-a7e5-486f-96fc-e27a5e247bcf 2018-09-04 22:24:40,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:24:40,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:24:41,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d629b73a16784d9d92b44d4c89393a42", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:24:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "341c646ee8824ada83c6b45d4144abc4", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/341c646ee8824ada83c6b45d4144abc4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-50c2393c-e9eb-439-user", "id": "71946f669cbb4fccad30169c62b814f2"}, "audit_ids": ["ee-vRd6xSpSSN5Jv5kZ9mw"], "issued_at": "2018-09-04T22:24:41.000000Z"}} 2018-09-04 22:24:41,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2eb9408d3f91d6e0e4a0f2726cc049ffb67eef" 2018-09-04 22:24:41,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c506dc6e-f591-420c-9b4b-f3e656480bb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:24:41,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c506dc6e-f591-420c-9b4b-f3e656480bb7 2018-09-04 22:24:41,115 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:24:41,119 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:24:41,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2eb9408d3f91d6e0e4a0f2726cc049ffb67eef" 2018-09-04 22:24:41,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:41 GMT Server: Apache x-openstack-request-id: req-227c09c3-4f25-41f7-8ffe-84ba2026c68e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "deletion_time": null, "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "tags": null}]} 2018-09-04 22:24:41,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack used request id req-227c09c3-4f25-41f7-8ffe-84ba2026c68e 2018-09-04 22:24:41,310 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack 2018-09-04 22:24:41,310 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack 2018-09-04 22:24:41,310 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack 2018-09-04 22:24:41,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:41,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:41 GMT Server: Apache x-openstack-request-id: req-04a9bf2f-f263-4398-a00b-1e71a9fde474 Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:41,575 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:24:41 GMT Server: Apache x-openstack-request-id: req-526202ef-c908-49ca-b7c9-100defc2f4c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:24:41,575 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-526202ef-c908-49ca-b7c9-100defc2f4c9 2018-09-04 22:24:41,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:41,744 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:41 GMT Server: Apache x-openstack-request-id: req-5a880c0b-3024-4c36-a538-13810eca20a3 Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:42,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:41 GMT Server: Apache x-openstack-request-id: req-13c2c2a2-9150-49ea-91d1-448112ea263a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "tags": null, "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:24:41Z", "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:42,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-13c2c2a2-9150-49ea-91d1-448112ea263a 2018-09-04 22:24:42,297 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:24:42,298 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:24:45,301 - create_stack - DEBUG - Stack status query timeout in 1196.27462816 2018-09-04 22:24:45,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:45,492 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:45 GMT Server: Apache x-openstack-request-id: req-33b21ef3-0e05-48e2-bf6e-efdaede0cbc2 Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:45,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:45 GMT Server: Apache x-openstack-request-id: req-1e5c0570-a0d6-49fc-843a-4c42463315a6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "tags": null, "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:24:41Z", "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:45,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-1e5c0570-a0d6-49fc-843a-4c42463315a6 2018-09-04 22:24:45,663 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:24:45,663 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:24:48,664 - create_stack - DEBUG - Stack status query timeout in 1192.91130519 2018-09-04 22:24:48,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:49,225 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:48 GMT Server: Apache x-openstack-request-id: req-47d9b1ca-72e5-499c-ab79-53a69468fb9e Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:49,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:49 GMT Server: Apache x-openstack-request-id: req-22e12295-9851-4276-934d-24c9f11c12af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "tags": null, "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:24:41Z", "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:49,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-22e12295-9851-4276-934d-24c9f11c12af 2018-09-04 22:24:49,251 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:24:49,251 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:24:52,254 - create_stack - DEBUG - Stack status query timeout in 1189.32121015 2018-09-04 22:24:52,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:52,512 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:52 GMT Server: Apache x-openstack-request-id: req-71946773-db50-4812-bd1d-a82523ea77ef Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:52,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:52 GMT Server: Apache x-openstack-request-id: req-15ffa63e-79a4-40b7-9d04-28bd8c4bc035 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "341c646ee8824ada83c6b45d4144abc4", "OS::stack_id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "image_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image", "inst_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-inst", "subnet_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-subnet", "flavor_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-flavor-name", "net_name": "CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-net"}, "deletion_time": "2018-09-04T22:24:52Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack", "stack_user_project_id": "2a49059d8a584f61a58f16bbf9b449fd", "tags": null, "creation_time": "2018-09-04T22:24:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:24:41Z", "id": "6443def0-ff2d-4f15-8231-a5572b3752c8", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:24:52,538 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-15ffa63e-79a4-40b7-9d04-28bd8c4bc035 2018-09-04 22:24:52,538 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:24:52,539 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack 2018-09-04 22:24:52,539 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack 2018-09-04 22:24:52,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/6443def0-ff2d-4f15-8231-a5572b3752c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f48a08c0b29a939b62d8688273f737b4b5f009" 2018-09-04 22:24:52,568 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:24:52 GMT Server: Apache x-openstack-request-id: req-a0703991-4dba-4e18-86c4-b44a025293e9 Location: http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:24:52,595 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:24:52 GMT Server: Apache x-openstack-request-id: req-e92e4b11-ca1e-4dd5-ad10-adb63dba9ac6 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:24:52,596 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/341c646ee8824ada83c6b45d4144abc4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-stack/6443def0-ff2d-4f15-8231-a5572b3752c8 used request id req-e92e4b11-ca1e-4dd5-ad10-adb63dba9ac6 2018-09-04 22:24:52,597 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-0f0a13d1-33e1-408e-8b3d-430d024c6f09-image 2018-09-04 22:24:52,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed2f5b5fb1012e0ad27ab7dbc9a3eaea83e494a2" 2018-09-04 22:24:54,624 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04d5f78a-1de2-4096-8074-a4a45f71f1f0 Date: Tue, 04 Sep 2018 22:24:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:24:54,624 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/226e8ac9-1e6e-4c1a-9f92-1190be58ebe3 used request id req-04d5f78a-1de2-4096-8074-a4a45f71f1f0 2018-09-04 22:24:54,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/c2ef5838-2eff-4e2e-98a3-a75721d0bce1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1f60e0f05c8598f8dfa8b7fdab9c475b0d06f8" 2018-09-04 22:24:54,684 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:24:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ecb9e6d5-6b9f-42f3-a6e3-72ebd415e598 x-compute-request-id: req-ecb9e6d5-6b9f-42f3-a6e3-72ebd415e598 Content-Length: 0 Content-Type: application/json 2018-09-04 22:24:54,685 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/c2ef5838-2eff-4e2e-98a3-a75721d0bce1 used request id req-ecb9e6d5-6b9f-42f3-a6e3-72ebd415e598 2018-09-04 22:24:54,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:54,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-14aab5a7-fad6-46a0-ac36-893722255b73 Date: Tue, 04 Sep 2018 22:24:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "341c646ee8824ada83c6b45d4144abc4", "created_at": "2018-09-04T22:24:21Z", "updated_at": "2018-09-04T22:24:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:24:21Z", "revision_number": 0, "id": "108209a6-9877-435b-9c9a-68924a461cd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:24:21Z", "security_group_id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "tenant_id": "341c646ee8824ada83c6b45d4144abc4", "port_range_min": null, "ethertype": "IPv4", "project_id": "341c646ee8824ada83c6b45d4144abc4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:24:21Z", "revision_number": 0, "id": "65b67934-e362-4384-a472-80ca400a245a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:24:21Z", "security_group_id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "tenant_id": "341c646ee8824ada83c6b45d4144abc4", "port_range_min": null, "ethertype": "IPv6", "project_id": "341c646ee8824ada83c6b45d4144abc4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:24:21Z", "revision_number": 0, "id": "6b1789d6-a5d6-4321-a38d-0ae0d354d2ee", "remote_group_id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "remote_ip_prefix": null, "created_at": "2018-09-04T22:24:21Z", "security_group_id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "tenant_id": "341c646ee8824ada83c6b45d4144abc4", "port_range_min": null, "ethertype": "IPv6", "project_id": "341c646ee8824ada83c6b45d4144abc4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:24:21Z", "revision_number": 0, "id": "8df029f6-72ae-4f39-98b3-f7f740d339e0", "remote_group_id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "remote_ip_prefix": null, "created_at": "2018-09-04T22:24:21Z", "security_group_id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "tenant_id": "341c646ee8824ada83c6b45d4144abc4", "port_range_min": null, "ethertype": "IPv4", "project_id": "341c646ee8824ada83c6b45d4144abc4"}], "revision_number": 4, "project_id": "341c646ee8824ada83c6b45d4144abc4", "id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:24:54,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-14aab5a7-fad6-46a0-ac36-893722255b73 2018-09-04 22:24:54,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:55,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c136bb7-563d-41cc-9bf7-8aa3cdd027db Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:24:55,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-6c136bb7-563d-41cc-9bf7-8aa3cdd027db 2018-09-04 22:24:55,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:55,125 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:24:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d445e21d-4f44-46c0-b699-b1cb462ae2fa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:24:55,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-d445e21d-4f44-46c0-b699-b1cb462ae2fa 2018-09-04 22:24:55,125 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:24:55,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:55,233 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:24:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f64e08d-1a2c-438f-aebc-ca54c4a22955 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:24:55,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-6f64e08d-1a2c-438f-aebc-ca54c4a22955 2018-09-04 22:24:55,234 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:24:55,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:55,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8871e580-252e-4521-91d0-7fd2c82da5b0 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:24:55,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-8871e580-252e-4521-91d0-7fd2c82da5b0 2018-09-04 22:24:55,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:55,424 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:24:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e813fccc-d72c-4503-a3d6-827078ad57f9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:24:55,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-e813fccc-d72c-4503-a3d6-827078ad57f9 2018-09-04 22:24:55,425 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:24:55,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:55,516 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:24:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8806ec2-43a4-43ff-913a-44950b06c74b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:24:55,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-c8806ec2-43a4-43ff-913a-44950b06c74b 2018-09-04 22:24:55,517 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:24:55,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:55,608 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:24:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d470c97-948f-4781-b0da-5c218e6fb981 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:24:55,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-5d470c97-948f-4781-b0da-5c218e6fb981 2018-09-04 22:24:55,608 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:24:55,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:55,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f73d18e3-ac5f-44d4-bec2-e604710b31bd Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4"}, "enabled": true, "id": "341c646ee8824ada83c6b45d4144abc4", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-50c2393c-e9eb-439-proj"}} 2018-09-04 22:24:55,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4 used request id req-f73d18e3-ac5f-44d4-bec2-e604710b31bd 2018-09-04 22:24:55,692 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2eda0cd-fe5f-4325-ad56-69ff5e41824d 2018-09-04 22:24:55,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a2eda0cd-fe5f-4325-ad56-69ff5e41824d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:55,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fe9c0dce-e313-45ef-8d4d-cfd0246b5631 Date: Tue, 04 Sep 2018 22:24:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:24:21Z", "security_group_id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "port_range_min": null, "revision_number": 0, "tenant_id": "341c646ee8824ada83c6b45d4144abc4", "created_at": "2018-09-04T22:24:21Z", "project_id": "341c646ee8824ada83c6b45d4144abc4", "id": "108209a6-9877-435b-9c9a-68924a461cd0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:24:21Z", "security_group_id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "port_range_min": null, "revision_number": 0, "tenant_id": "341c646ee8824ada83c6b45d4144abc4", "created_at": "2018-09-04T22:24:21Z", "project_id": "341c646ee8824ada83c6b45d4144abc4", "id": "65b67934-e362-4384-a472-80ca400a245a"}, {"remote_group_id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:24:21Z", "security_group_id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "port_range_min": null, "revision_number": 0, "tenant_id": "341c646ee8824ada83c6b45d4144abc4", "created_at": "2018-09-04T22:24:21Z", "project_id": "341c646ee8824ada83c6b45d4144abc4", "id": "6b1789d6-a5d6-4321-a38d-0ae0d354d2ee"}, {"remote_group_id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:24:21Z", "security_group_id": "a2eda0cd-fe5f-4325-ad56-69ff5e41824d", "port_range_min": null, "revision_number": 0, "tenant_id": "341c646ee8824ada83c6b45d4144abc4", "created_at": "2018-09-04T22:24:21Z", "project_id": "341c646ee8824ada83c6b45d4144abc4", "id": "8df029f6-72ae-4f39-98b3-f7f740d339e0"}]} 2018-09-04 22:24:55,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=a2eda0cd-fe5f-4325-ad56-69ff5e41824d used request id req-fe9c0dce-e313-45ef-8d4d-cfd0246b5631 2018-09-04 22:24:55,870 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:24:55,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/a2eda0cd-fe5f-4325-ad56-69ff5e41824d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:56,173 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7824a36b-e05f-45f7-9355-5f58d2bb6b7d Content-Length: 0 Date: Tue, 04 Sep 2018 22:24:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:24:56,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/a2eda0cd-fe5f-4325-ad56-69ff5e41824d used request id req-7824a36b-e05f-45f7-9355-5f58d2bb6b7d 2018-09-04 22:24:56,174 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-50c2393c-e9eb-439-proj 2018-09-04 22:24:56,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:56,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:24:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fcd750d-b4d0-4952-a432-17f5b7cf0988 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:24:56,436 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/341c646ee8824ada83c6b45d4144abc4 used request id req-7fcd750d-b4d0-4952-a432-17f5b7cf0988 2018-09-04 22:24:56,436 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-50c2393c-e9eb-439-proj-role 2018-09-04 22:24:56,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/d629b73a16784d9d92b44d4c89393a42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:56,545 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:24:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00e2638f-b5b9-4249-ae95-e1186e5da932 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:24:56,545 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/d629b73a16784d9d92b44d4c89393a42 used request id req-00e2638f-b5b9-4249-ae95-e1186e5da932 2018-09-04 22:24:56,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6f09b40e1a9c43cce392476fda836b7f62e2c25" 2018-09-04 22:24:56,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aec6481-235a-42ab-80e1-e02976009095 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:24:56,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7aec6481-235a-42ab-80e1-e02976009095 2018-09-04 22:24:56,631 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-50c2393c-e9eb-439-user 2018-09-04 22:24:56,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/71946f669cbb4fccad30169c62b814f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7c7099db3015226b796a9fe5bfa597105ec462" 2018-09-04 22:24:56,856 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:24:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4cd6e6d-0785-4d84-b046-666d5715d38f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:24:56,856 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/71946f669cbb4fccad30169c62b814f2 used request id req-c4cd6e6d-0785-4d84-b046-666d5715d38f 2018-09-04 22:24:56,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:24:57,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["xOuFGEm1TTicgZFz1Q-d1A"], "issued_at": "2018-09-04T22:24:57.000000Z"}} 2018-09-04 22:24:57,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9adffd299472b01c4522de7b89f8a27ce0f976e" 2018-09-04 22:24:57,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21b668f7-2ab2-4b1b-b1e7-24112a2a0db5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:24:57,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-21b668f7-2ab2-4b1b-b1e7-24112a2a0db5 2018-09-04 22:24:57,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:24:57,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:24:57,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["xR2xOXdtSz-uo0TuULrRMQ"], "issued_at": "2018-09-04T22:24:57.000000Z"}} 2018-09-04 22:24:57,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:24:57,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f123af8f-4090-4556-91a2-1fafc6449764 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:24:57,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f123af8f-4090-4556-91a2-1fafc6449764 2018-09-04 22:24:57,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:24:57,999 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:24:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:24:58,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3269b683-6fd1-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:24:58,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36524aeb-ca8c-4266-a3b6-22dbed9daf86 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3269b683-6fd1-4df-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:24:58,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3269b683-6fd1-4df-proj used request id req-36524aeb-ca8c-4266-a3b6-22dbed9daf86 2018-09-04 22:24:58,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:24:58,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79f1e372-bd5a-41ec-b1c8-154475002f09 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:24:58,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-79f1e372-bd5a-41ec-b1c8-154475002f09 2018-09-04 22:24:58,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-3269b683-6fd1-4df-proj"}}' 2018-09-04 22:24:58,365 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:24:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d73fb487-6154-4a29-9e0c-0c718552d4e3 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c"}, "enabled": true, "id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3269b683-6fd1-4df-proj"}} 2018-09-04 22:24:58,366 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-d73fb487-6154-4a29-9e0c-0c718552d4e3 2018-09-04 22:24:58,366 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-3269b683-6fd1-4df-proj 2018-09-04 22:24:58,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:24:58,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:24:58,766 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:24:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["VHFoNY_eSdO7Hro9PqUGJQ"], "issued_at": "2018-09-04T22:24:58.000000Z"}} 2018-09-04 22:24:58,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc43d27f41812c627a3998e524dde6198a164ba" 2018-09-04 22:24:58,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7edd170-d522-4b26-a508-55e36c7c64e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:24:58,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b7edd170-d522-4b26-a508-55e36c7c64e8 2018-09-04 22:24:58,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:24:58,873 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:24:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:24:58,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc43d27f41812c627a3998e524dde6198a164ba" 2018-09-04 22:24:58,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d250df3-e566-4255-a3c9-0f0178b6665f Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:24:58,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8d250df3-e566-4255-a3c9-0f0178b6665f 2018-09-04 22:24:58,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-3269b683-6fd1-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc43d27f41812c627a3998e524dde6198a164ba" 2018-09-04 22:24:59,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d602a9e-817c-4839-9905-aa135b5e6dfe Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-3269b683-6fd1-4df-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c"}, "enabled": true, "id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3269b683-6fd1-4df-proj"}]} 2018-09-04 22:24:59,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-3269b683-6fd1-4df-proj used request id req-7d602a9e-817c-4839-9905-aa135b5e6dfe 2018-09-04 22:24:59,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc43d27f41812c627a3998e524dde6198a164ba" 2018-09-04 22:24:59,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b187e8d9-7def-41c5-a55c-98c69a7ba77c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:24:59,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-b187e8d9-7def-41c5-a55c-98c69a7ba77c 2018-09-04 22:24:59,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc43d27f41812c627a3998e524dde6198a164ba" 2018-09-04 22:24:59,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0313a82e-6f0d-47c1-ba65-ea119f5f9c1a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:24:59,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0313a82e-6f0d-47c1-ba65-ea119f5f9c1a 2018-09-04 22:24:59,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-3269b683-6fd1-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc43d27f41812c627a3998e524dde6198a164ba" 2018-09-04 22:24:59,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b67e4166-2691-4672-9471-bfe86e7f7bd3 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-3269b683-6fd1-4df-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c"}, "enabled": true, "id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3269b683-6fd1-4df-proj"}]} 2018-09-04 22:24:59,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-3269b683-6fd1-4df-proj used request id req-b67e4166-2691-4672-9471-bfe86e7f7bd3 2018-09-04 22:24:59,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/a8df2c83a762460786b61ca99c93441f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc43d27f41812c627a3998e524dde6198a164ba" 2018-09-04 22:24:59,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73f8f021-0dd6-46fd-9031-e28a28032adf Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-3269b683-6fd1-4df-user", "links": {"self": "http://172.30.9.26:5000/v3/users/a8df2c83a762460786b61ca99c93441f"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "id": "a8df2c83a762460786b61ca99c93441f", "password_expires_at": null}} 2018-09-04 22:24:59,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/a8df2c83a762460786b61ca99c93441f used request id req-73f8f021-0dd6-46fd-9031-e28a28032adf 2018-09-04 22:24:59,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c/users/a8df2c83a762460786b61ca99c93441f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc43d27f41812c627a3998e524dde6198a164ba" 2018-09-04 22:24:59,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a048dbbd-9413-4064-8ce7-6e2e373ef78c Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c/users/a8df2c83a762460786b61ca99c93441f/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:24:59,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c/users/a8df2c83a762460786b61ca99c93441f/roles used request id req-a048dbbd-9413-4064-8ce7-6e2e373ef78c 2018-09-04 22:24:59,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc43d27f41812c627a3998e524dde6198a164ba" 2018-09-04 22:25:00,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a12939d-106f-4835-837e-11713f41f888 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:25:00,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-8a12939d-106f-4835-837e-11713f41f888 2018-09-04 22:25:00,045 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-3269b683-6fd1-4df-proj 2018-09-04 22:25:00,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c/users/a8df2c83a762460786b61ca99c93441f/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc43d27f41812c627a3998e524dde6198a164ba" 2018-09-04 22:25:00,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:25:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff59f7a6-976b-4fdc-842f-4c44e98aeb0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:25:00,117 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c/users/a8df2c83a762460786b61ca99c93441f/roles/ee65b3cf18824d4786e4806145ea807f used request id req-ff59f7a6-976b-4fdc-842f-4c44e98aeb0c 2018-09-04 22:25:00,118 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-3269b683-6fd1-4df-user 2018-09-04 22:25:00,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:25:00,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:00,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e9258f2-2326-498d-9a3b-46aea9752e89 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:25:00,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0e9258f2-2326-498d-9a3b-46aea9752e89 2018-09-04 22:25:00,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" -d '{"role": {"name": "CreateStackSuccessTests-3269b683-6fd1-4df-proj-role"}}' 2018-09-04 22:25:00,324 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:25:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8145ed99-69ca-4818-bf41-646e1b61a9e8 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f65443ebbe5e493088441b756e8c257a", "links": {"self": "http://172.30.9.26:5000/v3/roles/f65443ebbe5e493088441b756e8c257a"}, "name": "CreateStackSuccessTests-3269b683-6fd1-4df-proj-role"}} 2018-09-04 22:25:00,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-8145ed99-69ca-4818-bf41-646e1b61a9e8 2018-09-04 22:25:00,324 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-3269b683-6fd1-4df-proj-role 2018-09-04 22:25:00,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/f65443ebbe5e493088441b756e8c257a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:00,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98a3e16e-abd9-4db4-8397-972312596c50 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/f65443ebbe5e493088441b756e8c257a"}, "domain_id": null, "name": "CreateStackSuccessTests-3269b683-6fd1-4df-proj-role", "id": "f65443ebbe5e493088441b756e8c257a"}} 2018-09-04 22:25:00,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/f65443ebbe5e493088441b756e8c257a used request id req-98a3e16e-abd9-4db4-8397-972312596c50 2018-09-04 22:25:00,414 - keystone_utils - INFO - Granting role CreateStackSuccessTests-3269b683-6fd1-4df-proj-role to project CreateStackSuccessTests-3269b683-6fd1-4df-proj 2018-09-04 22:25:00,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c/users/a8df2c83a762460786b61ca99c93441f/roles/f65443ebbe5e493088441b756e8c257a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:00,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:25:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5aa99b84-d042-41dd-9b2f-4f343ecaca4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:25:00,566 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c/users/a8df2c83a762460786b61ca99c93441f/roles/f65443ebbe5e493088441b756e8c257a used request id req-5aa99b84-d042-41dd-9b2f-4f343ecaca4b 2018-09-04 22:25:00,567 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:25:00,567 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:25:00,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:25:00,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:00,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f65443ebbe5e493088441b756e8c257a", "name": "CreateStackSuccessTests-3269b683-6fd1-4df-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "name": "CreateStackSuccessTests-3269b683-6fd1-4df-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3269b683-6fd1-4df-user", "id": "a8df2c83a762460786b61ca99c93441f"}, "audit_ids": ["D1UuLDzKRtKS0YEsuoLMyg"], "issued_at": "2018-09-04T22:25:00.000000Z"}} 2018-09-04 22:25:00,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}063eed58987d578fbdba92d50bfc7624fede1ae5" 2018-09-04 22:25:01,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97e5b69c-df01-412b-8054-78a296d7814c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:25:01,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-97e5b69c-df01-412b-8054-78a296d7814c 2018-09-04 22:25:01,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}063eed58987d578fbdba92d50bfc7624fede1ae5" 2018-09-04 22:25:01,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-76cf7bd0-f4b7-4820-b1d7-030da0afa910 Date: Tue, 04 Sep 2018 22:25:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image"} 2018-09-04 22:25:01,203 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image used request id req-76cf7bd0-f4b7-4820-b1d7-030da0afa910 2018-09-04 22:25:01,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}063eed58987d578fbdba92d50bfc7624fede1ae5" 2018-09-04 22:25:01,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eeb0ce99-8cc1-4c51-a1fe-393ea5a6b909 Date: Tue, 04 Sep 2018 22:25:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:25:01,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-eeb0ce99-8cc1-4c51-a1fe-393ea5a6b909 2018-09-04 22:25:01,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}063eed58987d578fbdba92d50bfc7624fede1ae5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image"}' 2018-09-04 22:25:01,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76 X-Openstack-Request-Id: req-9096a144-6829-428c-acac-f9b3871029ce Date: Tue, 04 Sep 2018 22:25:01 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:25:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:25:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76", "min_disk": 0, "protected": false, "id": "d780e4bc-c097-43dd-b9b2-75a1e4eecf76", "file": "/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76/file", "checksum": null, "owner": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:25:01,608 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-9096a144-6829-428c-acac-f9b3871029ce 2018-09-04 22:25:01,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}063eed58987d578fbdba92d50bfc7624fede1ae5" -d '' 2018-09-04 22:25:02,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-824968fe-b2dc-4b3b-95eb-65e095cf4341 Date: Tue, 04 Sep 2018 22:25:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:25:02,460 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76/file used request id req-824968fe-b2dc-4b3b-95eb-65e095cf4341 2018-09-04 22:25:02,460 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:25:02,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}063eed58987d578fbdba92d50bfc7624fede1ae5" 2018-09-04 22:25:02,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-b35eb7f0-5d94-44e6-a37f-102399b936e7 Date: Tue, 04 Sep 2018 22:25:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:25:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:25:02Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76/snap", "metadata": {}}], "self": "/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76", "min_disk": 0, "protected": false, "id": "d780e4bc-c097-43dd-b9b2-75a1e4eecf76", "file": "/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:25:02,637 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76 used request id req-b35eb7f0-5d94-44e6-a37f-102399b936e7 2018-09-04 22:25:02,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}063eed58987d578fbdba92d50bfc7624fede1ae5" 2018-09-04 22:25:02,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-04b86c8c-454b-434a-b393-0ea8deed1dac Date: Tue, 04 Sep 2018 22:25:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:25:02,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-04b86c8c-454b-434a-b393-0ea8deed1dac 2018-09-04 22:25:02,808 - create_image - INFO - Created image with name - CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image 2018-09-04 22:25:02,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}063eed58987d578fbdba92d50bfc7624fede1ae5" 2018-09-04 22:25:02,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-5a1c973e-1fb1-49c4-bb6c-6f8c2dfab8b2 Date: Tue, 04 Sep 2018 22:25:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:25:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:25:02Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76/snap", "metadata": {}}], "self": "/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76", "min_disk": 0, "protected": false, "id": "d780e4bc-c097-43dd-b9b2-75a1e4eecf76", "file": "/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:25:02,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76 used request id req-5a1c973e-1fb1-49c4-bb6c-6f8c2dfab8b2 2018-09-04 22:25:02,973 - create_image - DEBUG - Instance status is - active 2018-09-04 22:25:02,973 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image 2018-09-04 22:25:02,973 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image 2018-09-04 22:25:02,973 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:25:02,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:03,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["s5A7R1y-S1uZh906fkbZPg"], "issued_at": "2018-09-04T22:25:03.000000Z"}} 2018-09-04 22:25:03,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20bfb5135ddd76dfeac03c7d1eecf31128a68a23" 2018-09-04 22:25:03,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b20ac7f-3b49-427a-a348-91f826c5d93d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:25:03,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9b20ac7f-3b49-427a-a348-91f826c5d93d 2018-09-04 22:25:03,444 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:25:03,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20bfb5135ddd76dfeac03c7d1eecf31128a68a23" 2018-09-04 22:25:03,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-77cb7c75-b08a-46fb-82c3-3143d3706a8f x-compute-request-id: req-77cb7c75-b08a-46fb-82c3-3143d3706a8f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:25:03,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-77cb7c75-b08a-46fb-82c3-3143d3706a8f 2018-09-04 22:25:03,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20bfb5135ddd76dfeac03c7d1eecf31128a68a23" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:25:03,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a49ceac-35e8-407e-bc59-ee1b409b229f x-compute-request-id: req-9a49ceac-35e8-407e-bc59-ee1b409b229f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e6d83eb4-d64c-4de4-861f-0568d7e619e3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e6d83eb4-d64c-4de4-861f-0568d7e619e3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e6d83eb4-d64c-4de4-861f-0568d7e619e3", "name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:25:03,724 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9a49ceac-35e8-407e-bc59-ee1b409b229f 2018-09-04 22:25:03,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:25:03,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:04,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f65443ebbe5e493088441b756e8c257a", "name": "CreateStackSuccessTests-3269b683-6fd1-4df-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "name": "CreateStackSuccessTests-3269b683-6fd1-4df-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3269b683-6fd1-4df-user", "id": "a8df2c83a762460786b61ca99c93441f"}, "audit_ids": ["fycv7M0zT1ufJefDyCp5ow"], "issued_at": "2018-09-04T22:25:04.000000Z"}} 2018-09-04 22:25:04,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eb59d2debbdb561c3bcb017f287b77153a2e6ba" 2018-09-04 22:25:04,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e33b7c9-8374-445c-95f6-fe0ff5aaa6a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:25:04,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3e33b7c9-8374-445c-95f6-fe0ff5aaa6a8 2018-09-04 22:25:04,186 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:25:04,189 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:25:04,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eb59d2debbdb561c3bcb017f287b77153a2e6ba" 2018-09-04 22:25:04,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:04 GMT Server: Apache x-openstack-request-id: req-e5f804b0-c8cc-4392-9d63-5be7962a4369 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:25:04,377 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack used request id req-e5f804b0-c8cc-4392-9d63-5be7962a4369 2018-09-04 22:25:04,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eb59d2debbdb561c3bcb017f287b77153a2e6ba" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-net", "inst_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-inst", "subnet_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-subnet", "image_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image", "flavor_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-flavor-name"}}' 2018-09-04 22:25:06,878 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:25:04 GMT Server: Apache x-openstack-request-id: req-213f0c58-dc13-4da7-8efa-08dbf7d48505 Location: http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "6a40ad82-1059-4128-89e7-f16795fb97dd", "links": [{"href": "http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd", "rel": "self"}]}} 2018-09-04 22:25:06,878 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks used request id req-213f0c58-dc13-4da7-8efa-08dbf7d48505 2018-09-04 22:25:06,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/6a40ad82-1059-4128-89e7-f16795fb97dd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eb59d2debbdb561c3bcb017f287b77153a2e6ba" 2018-09-04 22:25:07,074 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:06 GMT Server: Apache x-openstack-request-id: req-f7413364-e54a-4c5b-88d8-d0be74815fef Location: http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:07,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:07 GMT Server: Apache x-openstack-request-id: req-76371e9c-f2e6-4a96-803b-627a352e01b7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "OS::stack_id": "6a40ad82-1059-4128-89e7-f16795fb97dd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack", "image_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image", "inst_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-inst", "subnet_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-subnet", "net_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-net", "flavor_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack", "stack_user_project_id": "b0973d0184e849ab97a19ca194a3cc48", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:25:06Z", "links": [{"href": "http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6a40ad82-1059-4128-89e7-f16795fb97dd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:07,252 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd used request id req-76371e9c-f2e6-4a96-803b-627a352e01b7 2018-09-04 22:25:07,252 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack 2018-09-04 22:25:07,252 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-09-04 22:25:07,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/6a40ad82-1059-4128-89e7-f16795fb97dd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eb59d2debbdb561c3bcb017f287b77153a2e6ba" 2018-09-04 22:25:07,422 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:07 GMT Server: Apache x-openstack-request-id: req-a2562e7b-329c-4ebc-a8df-d27b7cea0c9d Location: http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:07,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:07 GMT Server: Apache x-openstack-request-id: req-41130838-a9d4-42c3-9b9d-ff1af8ed11f5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "OS::stack_id": "6a40ad82-1059-4128-89e7-f16795fb97dd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack", "image_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image", "inst_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-inst", "subnet_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-subnet", "net_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-net", "flavor_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack", "stack_user_project_id": "b0973d0184e849ab97a19ca194a3cc48", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:25:06Z", "links": [{"href": "http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6a40ad82-1059-4128-89e7-f16795fb97dd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:07,610 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd used request id req-41130838-a9d4-42c3-9b9d-ff1af8ed11f5 2018-09-04 22:25:07,611 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-09-04 22:25:07,611 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack 2018-09-04 22:25:07,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/6a40ad82-1059-4128-89e7-f16795fb97dd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eb59d2debbdb561c3bcb017f287b77153a2e6ba" 2018-09-04 22:25:07,785 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:07 GMT Server: Apache x-openstack-request-id: req-cea47ec3-9388-4dcd-a481-92e0ae60fc38 Location: http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:08,006 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:25:07 GMT Server: Apache x-openstack-request-id: req-acd541d7-ce04-4739-a9dc-4832c9a8cf85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:25:08,006 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd used request id req-acd541d7-ce04-4739-a9dc-4832c9a8cf85 2018-09-04 22:25:08,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/6a40ad82-1059-4128-89e7-f16795fb97dd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eb59d2debbdb561c3bcb017f287b77153a2e6ba" 2018-09-04 22:25:08,199 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:08 GMT Server: Apache x-openstack-request-id: req-2b310081-e51e-4ee2-acd9-b4a260b24689 Location: http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:08,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:08 GMT Server: Apache x-openstack-request-id: req-22477ad0-80b1-4490-b752-100c72f18566 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "OS::stack_id": "6a40ad82-1059-4128-89e7-f16795fb97dd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack", "image_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image", "inst_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-inst", "subnet_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-subnet", "flavor_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-flavor-name", "net_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack", "stack_user_project_id": "b0973d0184e849ab97a19ca194a3cc48", "tags": null, "creation_time": "2018-09-04T22:25:06Z", "links": [{"href": "http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:25:08Z", "id": "6a40ad82-1059-4128-89e7-f16795fb97dd", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:08,365 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd used request id req-22477ad0-80b1-4490-b752-100c72f18566 2018-09-04 22:25:08,365 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:25:08,365 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:25:11,368 - create_stack - DEBUG - Stack status query timeout in 1196.63827801 2018-09-04 22:25:11,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/6a40ad82-1059-4128-89e7-f16795fb97dd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eb59d2debbdb561c3bcb017f287b77153a2e6ba" 2018-09-04 22:25:11,398 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:11 GMT Server: Apache x-openstack-request-id: req-ddf5a0b4-15cd-4f20-b29d-498306c004a6 Location: http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:11,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:11 GMT Server: Apache x-openstack-request-id: req-7def44eb-40ef-4cc6-9329-3db47d724314 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "OS::stack_id": "6a40ad82-1059-4128-89e7-f16795fb97dd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack", "image_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image", "inst_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-inst", "subnet_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-subnet", "flavor_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-flavor-name", "net_name": "CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack", "stack_user_project_id": "b0973d0184e849ab97a19ca194a3cc48", "tags": null, "creation_time": "2018-09-04T22:25:06Z", "links": [{"href": "http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:25:08Z", "id": "6a40ad82-1059-4128-89e7-f16795fb97dd", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:11,577 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd used request id req-7def44eb-40ef-4cc6-9329-3db47d724314 2018-09-04 22:25:11,577 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:25:11,578 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack 2018-09-04 22:25:11,578 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack 2018-09-04 22:25:11,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/6a40ad82-1059-4128-89e7-f16795fb97dd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eb59d2debbdb561c3bcb017f287b77153a2e6ba" 2018-09-04 22:25:11,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:11 GMT Server: Apache x-openstack-request-id: req-a97ac211-8dde-4038-941f-21ba8cec8fd5 Location: http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:11,632 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:11 GMT Server: Apache x-openstack-request-id: req-1a24564e-df99-4c4e-8d7a-d861f86d0e46 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:25:11,632 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/54f59c8a8ffc4dd7a1678d78e11e7e0c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-stack/6a40ad82-1059-4128-89e7-f16795fb97dd used request id req-1a24564e-df99-4c4e-8d7a-d861f86d0e46 2018-09-04 22:25:11,633 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-13e82ab4-ab95-438b-9f33-098c2251b958-image 2018-09-04 22:25:11,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}063eed58987d578fbdba92d50bfc7624fede1ae5" 2018-09-04 22:25:12,383 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-355d3a6b-7768-46fc-abe9-104bba688ec5 Date: Tue, 04 Sep 2018 22:25:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:25:12,384 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/d780e4bc-c097-43dd-b9b2-75a1e4eecf76 used request id req-355d3a6b-7768-46fc-abe9-104bba688ec5 2018-09-04 22:25:12,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/e6d83eb4-d64c-4de4-861f-0568d7e619e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20bfb5135ddd76dfeac03c7d1eecf31128a68a23" 2018-09-04 22:25:12,420 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:25:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-568c5911-fc47-414b-bb7b-53dc41a04e0f x-compute-request-id: req-568c5911-fc47-414b-bb7b-53dc41a04e0f Content-Length: 0 Content-Type: application/json 2018-09-04 22:25:12,420 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e6d83eb4-d64c-4de4-861f-0568d7e619e3 used request id req-568c5911-fc47-414b-bb7b-53dc41a04e0f 2018-09-04 22:25:12,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:12,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-c30b5ad9-3d51-4891-9153-1a127e5908c0 Date: Tue, 04 Sep 2018 22:25:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "created_at": "2018-09-04T22:25:07Z", "updated_at": "2018-09-04T22:25:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:25:07Z", "revision_number": 0, "id": "1edb87f9-2514-4c29-b6ca-bf3c22304add", "remote_group_id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "remote_ip_prefix": null, "created_at": "2018-09-04T22:25:07Z", "security_group_id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "tenant_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "port_range_min": null, "ethertype": "IPv4", "project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:25:07Z", "revision_number": 0, "id": "36d76ee2-3976-4407-887e-89a3aa4e92ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:25:07Z", "security_group_id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "tenant_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "port_range_min": null, "ethertype": "IPv4", "project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:25:07Z", "revision_number": 0, "id": "50a730bf-91d6-4e69-ac58-d45c9cda1345", "remote_group_id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "remote_ip_prefix": null, "created_at": "2018-09-04T22:25:07Z", "security_group_id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "tenant_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "port_range_min": null, "ethertype": "IPv6", "project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:25:07Z", "revision_number": 0, "id": "7020a116-6f03-4497-ae36-a3874f422a9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:25:07Z", "security_group_id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "tenant_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "port_range_min": null, "ethertype": "IPv6", "project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c"}], "revision_number": 4, "project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:25:12,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-c30b5ad9-3d51-4891-9153-1a127e5908c0 2018-09-04 22:25:12,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:12,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b762c77-6355-42ce-8135-e8000cec2e3f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:25:12,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-3b762c77-6355-42ce-8135-e8000cec2e3f 2018-09-04 22:25:12,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:12,829 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21a99b83-f446-4f3b-9206-4443a55ca3bd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:25:12,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-21a99b83-f446-4f3b-9206-4443a55ca3bd 2018-09-04 22:25:12,830 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:25:12,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:12,923 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deebcdfa-9c21-40ad-8eef-835a5a88bb9f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:25:12,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-deebcdfa-9c21-40ad-8eef-835a5a88bb9f 2018-09-04 22:25:12,923 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:25:12,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:13,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-200d6b43-9405-43d1-8dcc-71bf1c179a01 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:25:13,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-200d6b43-9405-43d1-8dcc-71bf1c179a01 2018-09-04 22:25:13,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:13,100 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0238eb6-6524-4e54-b782-cb40a282bbf0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:25:13,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-b0238eb6-6524-4e54-b782-cb40a282bbf0 2018-09-04 22:25:13,100 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:25:13,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:13,192 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51f9a063-eb0f-4635-9a41-46b2155cef65 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:25:13,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-51f9a063-eb0f-4635-9a41-46b2155cef65 2018-09-04 22:25:13,193 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:25:13,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:13,277 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16a61071-2457-4cf7-a35e-2574f3c3bf5d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:25:13,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-16a61071-2457-4cf7-a35e-2574f3c3bf5d 2018-09-04 22:25:13,277 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:25:13,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:13,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02fc374b-ae0a-48b0-ad54-a35c5c50ee6d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c"}, "enabled": true, "id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3269b683-6fd1-4df-proj"}} 2018-09-04 22:25:13,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c used request id req-02fc374b-ae0a-48b0-ad54-a35c5c50ee6d 2018-09-04 22:25:13,369 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aae31e06-fb87-4814-9835-dabdcd0a1aa3 2018-09-04 22:25:13,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=aae31e06-fb87-4814-9835-dabdcd0a1aa3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:13,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-73166bb5-4c8a-4ae4-9f98-00c5de5d33e3 Date: Tue, 04 Sep 2018 22:25:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:25:07Z", "security_group_id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "port_range_min": null, "revision_number": 0, "tenant_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "created_at": "2018-09-04T22:25:07Z", "project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "id": "1edb87f9-2514-4c29-b6ca-bf3c22304add"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:25:07Z", "security_group_id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "port_range_min": null, "revision_number": 0, "tenant_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "created_at": "2018-09-04T22:25:07Z", "project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "id": "36d76ee2-3976-4407-887e-89a3aa4e92ed"}, {"remote_group_id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:25:07Z", "security_group_id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "port_range_min": null, "revision_number": 0, "tenant_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "created_at": "2018-09-04T22:25:07Z", "project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "id": "50a730bf-91d6-4e69-ac58-d45c9cda1345"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:25:07Z", "security_group_id": "aae31e06-fb87-4814-9835-dabdcd0a1aa3", "port_range_min": null, "revision_number": 0, "tenant_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "created_at": "2018-09-04T22:25:07Z", "project_id": "54f59c8a8ffc4dd7a1678d78e11e7e0c", "id": "7020a116-6f03-4497-ae36-a3874f422a9d"}]} 2018-09-04 22:25:13,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=aae31e06-fb87-4814-9835-dabdcd0a1aa3 used request id req-73166bb5-4c8a-4ae4-9f98-00c5de5d33e3 2018-09-04 22:25:13,557 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:25:13,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/aae31e06-fb87-4814-9835-dabdcd0a1aa3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:13,833 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8226267d-00e7-404e-8e35-c092bd37210e Content-Length: 0 Date: Tue, 04 Sep 2018 22:25:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:25:13,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/aae31e06-fb87-4814-9835-dabdcd0a1aa3 used request id req-8226267d-00e7-404e-8e35-c092bd37210e 2018-09-04 22:25:13,834 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-3269b683-6fd1-4df-proj 2018-09-04 22:25:13,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:14,069 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:25:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fb9dea9-9875-4c66-8874-738dc1bbf04e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:25:14,069 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/54f59c8a8ffc4dd7a1678d78e11e7e0c used request id req-3fb9dea9-9875-4c66-8874-738dc1bbf04e 2018-09-04 22:25:14,069 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-3269b683-6fd1-4df-proj-role 2018-09-04 22:25:14,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/f65443ebbe5e493088441b756e8c257a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:14,192 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:25:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d6ec9d3-cbe1-4d88-b69f-d4314c772a12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:25:14,192 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/f65443ebbe5e493088441b756e8c257a used request id req-7d6ec9d3-cbe1-4d88-b69f-d4314c772a12 2018-09-04 22:25:14,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57c9d99917dc2ca33917e7f6cf7ed0d4666a5727" 2018-09-04 22:25:14,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-335d0e96-83fe-49c8-853c-1db7d630edba Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:25:14,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-335d0e96-83fe-49c8-853c-1db7d630edba 2018-09-04 22:25:14,284 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-3269b683-6fd1-4df-user 2018-09-04 22:25:14,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/a8df2c83a762460786b61ca99c93441f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc43d27f41812c627a3998e524dde6198a164ba" 2018-09-04 22:25:14,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:25:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11a59ce1-330b-4090-b62c-14d8063412dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:25:14,467 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/a8df2c83a762460786b61ca99c93441f used request id req-11a59ce1-330b-4090-b62c-14d8063412dc 2018-09-04 22:25:14,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:14,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Ygx6yCDkTzuBbSdSCfyrHA"], "issued_at": "2018-09-04T22:25:14.000000Z"}} 2018-09-04 22:25:14,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae281a27ccfc530a15145757b6dff24fa96db31" 2018-09-04 22:25:14,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f96856-c9f4-44b7-8ca7-258936cb180e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:25:14,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-39f96856-c9f4-44b7-8ca7-258936cb180e 2018-09-04 22:25:14,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:25:14,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:15,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["WTgWSSpTRE6WqBB14smChQ"], "issued_at": "2018-09-04T22:25:15.000000Z"}} 2018-09-04 22:25:15,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:15,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0b56742-bd97-4e9c-968a-8148a6b31f41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:25:15,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b0b56742-bd97-4e9c-968a-8148a6b31f41 2018-09-04 22:25:15,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:25:15,409 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:25:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:25:15,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c547086c-634f-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:15,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfe1e303-d67e-4998-a1ca-e95ffc7019a7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c547086c-634f-4a7-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:25:15,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c547086c-634f-4a7-proj used request id req-bfe1e303-d67e-4998-a1ca-e95ffc7019a7 2018-09-04 22:25:15,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:15,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6032e757-a384-4de5-b040-b509951d9a2c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:25:15,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-6032e757-a384-4de5-b040-b509951d9a2c 2018-09-04 22:25:15,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj"}}' 2018-09-04 22:25:15,714 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:25:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90fe000d-04cc-4029-8f11-0ad7c58ddf77 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf"}, "enabled": true, "id": "da717c9f58ce40c6a97386bdbca85fbf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj"}} 2018-09-04 22:25:15,714 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-90fe000d-04cc-4029-8f11-0ad7c58ddf77 2018-09-04 22:25:15,715 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-c547086c-634f-4a7-proj 2018-09-04 22:25:15,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:25:15,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:16,103 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["RGjTqK0PSLyLVnbbtsZAQQ"], "issued_at": "2018-09-04T22:25:16.000000Z"}} 2018-09-04 22:25:16,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f88922470e7ef2084c6e3915dbe901356261e" 2018-09-04 22:25:16,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b099759e-1f2c-47da-929d-e4c25e7c4031 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:25:16,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b099759e-1f2c-47da-929d-e4c25e7c4031 2018-09-04 22:25:16,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:25:16,191 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:25:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:25:16,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f88922470e7ef2084c6e3915dbe901356261e" 2018-09-04 22:25:16,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0a978ed-fcc9-445e-bfda-41a18a272153 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:25:16,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e0a978ed-fcc9-445e-bfda-41a18a272153 2018-09-04 22:25:16,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-c547086c-634f-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f88922470e7ef2084c6e3915dbe901356261e" 2018-09-04 22:25:16,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec38c75d-a450-4e9d-9b33-1ad9fb950a3e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-c547086c-634f-4a7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf"}, "enabled": true, "id": "da717c9f58ce40c6a97386bdbca85fbf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj"}]} 2018-09-04 22:25:16,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-c547086c-634f-4a7-proj used request id req-ec38c75d-a450-4e9d-9b33-1ad9fb950a3e 2018-09-04 22:25:16,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f88922470e7ef2084c6e3915dbe901356261e" 2018-09-04 22:25:16,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c80aa03-80c4-4584-a739-3cdb26828c07 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:25:16,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-9c80aa03-80c4-4584-a739-3cdb26828c07 2018-09-04 22:25:16,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f88922470e7ef2084c6e3915dbe901356261e" 2018-09-04 22:25:16,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ccb678-2fe4-4150-944c-aee726458521 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:25:16,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d9ccb678-2fe4-4150-944c-aee726458521 2018-09-04 22:25:16,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-c547086c-634f-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f88922470e7ef2084c6e3915dbe901356261e" 2018-09-04 22:25:16,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ee6cf4-22e7-418f-b06e-c826505086e5 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-c547086c-634f-4a7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf"}, "enabled": true, "id": "da717c9f58ce40c6a97386bdbca85fbf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj"}]} 2018-09-04 22:25:16,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-c547086c-634f-4a7-proj used request id req-35ee6cf4-22e7-418f-b06e-c826505086e5 2018-09-04 22:25:16,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/04c25f3c955f4a5182f551a060cd7afd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f88922470e7ef2084c6e3915dbe901356261e" 2018-09-04 22:25:17,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-560f8ac9-0662-49bd-ba13-40191bb36287 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-c547086c-634f-4a7-user", "links": {"self": "http://172.30.9.26:5000/v3/users/04c25f3c955f4a5182f551a060cd7afd"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "da717c9f58ce40c6a97386bdbca85fbf", "id": "04c25f3c955f4a5182f551a060cd7afd", "password_expires_at": null}} 2018-09-04 22:25:17,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/04c25f3c955f4a5182f551a060cd7afd used request id req-560f8ac9-0662-49bd-ba13-40191bb36287 2018-09-04 22:25:17,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf/users/04c25f3c955f4a5182f551a060cd7afd/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f88922470e7ef2084c6e3915dbe901356261e" 2018-09-04 22:25:17,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-486d7983-3b80-4e1d-8288-e3bace9347fa Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf/users/04c25f3c955f4a5182f551a060cd7afd/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:25:17,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf/users/04c25f3c955f4a5182f551a060cd7afd/roles used request id req-486d7983-3b80-4e1d-8288-e3bace9347fa 2018-09-04 22:25:17,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f88922470e7ef2084c6e3915dbe901356261e" 2018-09-04 22:25:17,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31c5fa07-2967-4ea7-b356-f59e24ad7799 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:25:17,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-31c5fa07-2967-4ea7-b356-f59e24ad7799 2018-09-04 22:25:17,281 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-c547086c-634f-4a7-proj 2018-09-04 22:25:17,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf/users/04c25f3c955f4a5182f551a060cd7afd/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f88922470e7ef2084c6e3915dbe901356261e" 2018-09-04 22:25:17,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:25:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d04f0b9f-e74d-4518-8736-53f33df26fe0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:25:17,411 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf/users/04c25f3c955f4a5182f551a060cd7afd/roles/ee65b3cf18824d4786e4806145ea807f used request id req-d04f0b9f-e74d-4518-8736-53f33df26fe0 2018-09-04 22:25:17,411 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-c547086c-634f-4a7-user 2018-09-04 22:25:17,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:25:17,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:17,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6db01361-17c8-4f48-93ad-77c20b0becfa Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:25:17,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6db01361-17c8-4f48-93ad-77c20b0becfa 2018-09-04 22:25:17,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" -d '{"role": {"name": "CreateStackSuccessTests-c547086c-634f-4a7-proj-role"}}' 2018-09-04 22:25:17,611 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:25:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8af6a901-f52d-4773-bd91-3b81f3820275 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "64f3b3714e104d9283b1bc487cc14329", "links": {"self": "http://172.30.9.26:5000/v3/roles/64f3b3714e104d9283b1bc487cc14329"}, "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj-role"}} 2018-09-04 22:25:17,611 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-8af6a901-f52d-4773-bd91-3b81f3820275 2018-09-04 22:25:17,611 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-c547086c-634f-4a7-proj-role 2018-09-04 22:25:17,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/64f3b3714e104d9283b1bc487cc14329 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:17,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7825c08-a631-4d86-8f6f-570582daf629 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/64f3b3714e104d9283b1bc487cc14329"}, "domain_id": null, "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj-role", "id": "64f3b3714e104d9283b1bc487cc14329"}} 2018-09-04 22:25:17,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/64f3b3714e104d9283b1bc487cc14329 used request id req-f7825c08-a631-4d86-8f6f-570582daf629 2018-09-04 22:25:17,704 - keystone_utils - INFO - Granting role CreateStackSuccessTests-c547086c-634f-4a7-proj-role to project CreateStackSuccessTests-c547086c-634f-4a7-proj 2018-09-04 22:25:17,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf/users/04c25f3c955f4a5182f551a060cd7afd/roles/64f3b3714e104d9283b1bc487cc14329 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:17,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:25:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e5ccffe-55ce-42b7-97ea-9cad8fe7482f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:25:17,830 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf/users/04c25f3c955f4a5182f551a060cd7afd/roles/64f3b3714e104d9283b1bc487cc14329 used request id req-6e5ccffe-55ce-42b7-97ea-9cad8fe7482f 2018-09-04 22:25:17,830 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:25:17,831 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:25:17,831 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:25:17,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:18,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64f3b3714e104d9283b1bc487cc14329", "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da717c9f58ce40c6a97386bdbca85fbf", "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/da717c9f58ce40c6a97386bdbca85fbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/da717c9f58ce40c6a97386bdbca85fbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/da717c9f58ce40c6a97386bdbca85fbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/da717c9f58ce40c6a97386bdbca85fbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/da717c9f58ce40c6a97386bdbca85fbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/da717c9f58ce40c6a97386bdbca85fbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c547086c-634f-4a7-user", "id": "04c25f3c955f4a5182f551a060cd7afd"}, "audit_ids": ["hunhEKdrSDGMTzvBv8dFdg"], "issued_at": "2018-09-04T22:25:18.000000Z"}} 2018-09-04 22:25:18,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dee633bfc4ce71b31d1528ceb9d75bf82e253ab" 2018-09-04 22:25:18,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c815e4c-9fa1-43ff-88a6-68ef5237cb66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:25:18,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0c815e4c-9fa1-43ff-88a6-68ef5237cb66 2018-09-04 22:25:18,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5dee633bfc4ce71b31d1528ceb9d75bf82e253ab" 2018-09-04 22:25:18,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-adf1a438-0c44-4415-a5f5-66803eebb135 Date: Tue, 04 Sep 2018 22:25:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image"} 2018-09-04 22:25:18,492 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image used request id req-adf1a438-0c44-4415-a5f5-66803eebb135 2018-09-04 22:25:18,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5dee633bfc4ce71b31d1528ceb9d75bf82e253ab" 2018-09-04 22:25:18,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3d12cac8-71f4-4e48-85f4-41c22b48287c Date: Tue, 04 Sep 2018 22:25:18 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:25:18,645 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3d12cac8-71f4-4e48-85f4-41c22b48287c 2018-09-04 22:25:18,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5dee633bfc4ce71b31d1528ceb9d75bf82e253ab" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image"}' 2018-09-04 22:25:18,900 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51 X-Openstack-Request-Id: req-1b81349d-5398-4e92-bbe9-a851e857d4e7 Date: Tue, 04 Sep 2018 22:25:18 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:25:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:25:18Z", "visibility": "shared", "locations": [], "self": "/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51", "min_disk": 0, "protected": false, "id": "91f370f7-998b-4dcf-96d2-fa52da57fe51", "file": "/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51/file", "checksum": null, "owner": "da717c9f58ce40c6a97386bdbca85fbf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:25:18,900 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-1b81349d-5398-4e92-bbe9-a851e857d4e7 2018-09-04 22:25:18,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5dee633bfc4ce71b31d1528ceb9d75bf82e253ab" -d '' 2018-09-04 22:25:20,180 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-502938c1-7318-4705-b48d-c913c23e56a8 Date: Tue, 04 Sep 2018 22:25:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:25:20,180 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51/file used request id req-502938c1-7318-4705-b48d-c913c23e56a8 2018-09-04 22:25:20,180 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:25:20,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5dee633bfc4ce71b31d1528ceb9d75bf82e253ab" 2018-09-04 22:25:20,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-6416af4e-b3d2-4851-a91f-652a031c6a03 Date: Tue, 04 Sep 2018 22:25:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:25:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:25:20Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/91f370f7-998b-4dcf-96d2-fa52da57fe51/snap", "metadata": {}}], "self": "/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51", "min_disk": 0, "protected": false, "id": "91f370f7-998b-4dcf-96d2-fa52da57fe51", "file": "/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da717c9f58ce40c6a97386bdbca85fbf", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/91f370f7-998b-4dcf-96d2-fa52da57fe51/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:25:20,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51 used request id req-6416af4e-b3d2-4851-a91f-652a031c6a03 2018-09-04 22:25:20,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5dee633bfc4ce71b31d1528ceb9d75bf82e253ab" 2018-09-04 22:25:20,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a765aea1-0914-4270-b48e-dc83cda2df61 Date: Tue, 04 Sep 2018 22:25:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:25:20,519 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-a765aea1-0914-4270-b48e-dc83cda2df61 2018-09-04 22:25:20,521 - create_image - INFO - Created image with name - CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image 2018-09-04 22:25:20,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5dee633bfc4ce71b31d1528ceb9d75bf82e253ab" 2018-09-04 22:25:20,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-4ba9f774-9088-4a8e-8d01-defaad8e8c5f Date: Tue, 04 Sep 2018 22:25:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:25:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:25:20Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/91f370f7-998b-4dcf-96d2-fa52da57fe51/snap", "metadata": {}}], "self": "/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51", "min_disk": 0, "protected": false, "id": "91f370f7-998b-4dcf-96d2-fa52da57fe51", "file": "/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da717c9f58ce40c6a97386bdbca85fbf", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/91f370f7-998b-4dcf-96d2-fa52da57fe51/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:25:20,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51 used request id req-4ba9f774-9088-4a8e-8d01-defaad8e8c5f 2018-09-04 22:25:20,699 - create_image - DEBUG - Instance status is - active 2018-09-04 22:25:20,699 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image 2018-09-04 22:25:20,700 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image 2018-09-04 22:25:20,700 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:25:20,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:21,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["X904gBqASBG5L0a7Es2hoA"], "issued_at": "2018-09-04T22:25:21.000000Z"}} 2018-09-04 22:25:21,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38e1957484e9237cedfa418804c27badf063e18e" 2018-09-04 22:25:21,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d05e14b3-614b-42e9-9969-6c91da2aa89f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:25:21,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d05e14b3-614b-42e9-9969-6c91da2aa89f 2018-09-04 22:25:21,166 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:25:21,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38e1957484e9237cedfa418804c27badf063e18e" 2018-09-04 22:25:21,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3fb4904-100c-4f2d-bb21-fbd5765ea5d9 x-compute-request-id: req-a3fb4904-100c-4f2d-bb21-fbd5765ea5d9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:25:21,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a3fb4904-100c-4f2d-bb21-fbd5765ea5d9 2018-09-04 22:25:21,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38e1957484e9237cedfa418804c27badf063e18e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:25:21,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e34ce0dd-1d9d-4c4b-ae85-7ba1a84b31f4 x-compute-request-id: req-e34ce0dd-1d9d-4c4b-ae85-7ba1a84b31f4 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/41f6f2c6-7b24-4be9-bd8a-1ea0385d0df3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/41f6f2c6-7b24-4be9-bd8a-1ea0385d0df3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "41f6f2c6-7b24-4be9-bd8a-1ea0385d0df3", "name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:25:21,401 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e34ce0dd-1d9d-4c4b-ae85-7ba1a84b31f4 2018-09-04 22:25:21,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:25:21,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:21,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64f3b3714e104d9283b1bc487cc14329", "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da717c9f58ce40c6a97386bdbca85fbf", "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/da717c9f58ce40c6a97386bdbca85fbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/da717c9f58ce40c6a97386bdbca85fbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/da717c9f58ce40c6a97386bdbca85fbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/da717c9f58ce40c6a97386bdbca85fbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/da717c9f58ce40c6a97386bdbca85fbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/da717c9f58ce40c6a97386bdbca85fbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c547086c-634f-4a7-user", "id": "04c25f3c955f4a5182f551a060cd7afd"}, "audit_ids": ["YaPkLogNTuaor6Jzb3pGcA"], "issued_at": "2018-09-04T22:25:21.000000Z"}} 2018-09-04 22:25:21,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:21,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fc5f41b-c45a-4af5-8146-7276f7dd7bdb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:25:21,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0fc5f41b-c45a-4af5-8146-7276f7dd7bdb 2018-09-04 22:25:21,889 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:25:21,891 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:25:21,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:22,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:21 GMT Server: Apache x-openstack-request-id: req-02a4a8e7-032f-47b6-8348-213b4a35fde0 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:25:22,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack used request id req-02a4a8e7-032f-47b6-8348-213b4a35fde0 2018-09-04 22:25:22,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name"}}' 2018-09-04 22:25:24,374 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:25:22 GMT Server: Apache x-openstack-request-id: req-aa50d83f-ac82-42c1-ad28-360c7ea2e4b0 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}]}} 2018-09-04 22:25:24,374 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks used request id req-aa50d83f-ac82-42c1-ad28-360c7ea2e4b0 2018-09-04 22:25:24,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:24,555 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:24 GMT Server: Apache x-openstack-request-id: req-81dbabeb-327d-473c-8423-d60372b20501 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:24,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:24 GMT Server: Apache x-openstack-request-id: req-4bfd00b9-4ba3-40f4-a3b4-27531a475bfe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:24,755 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-4bfd00b9-4ba3-40f4-a3b4-27531a475bfe 2018-09-04 22:25:24,756 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack 2018-09-04 22:25:24,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:24,928 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:24 GMT Server: Apache x-openstack-request-id: req-e1e3549b-22b4-48ba-b781-5d4021b10995 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:25,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:24 GMT Server: Apache x-openstack-request-id: req-6144d62a-c2bf-4aa4-8aa9-067993d18f04 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:25,118 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-6144d62a-c2bf-4aa4-8aa9-067993d18f04 2018-09-04 22:25:25,118 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:25:25,119 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:25:28,122 - create_stack - DEBUG - Stack status query timeout in 1196.63425517 2018-09-04 22:25:28,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:28,154 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:28 GMT Server: Apache x-openstack-request-id: req-23600c99-e763-4cbf-8c8e-8a0ad90b3e27 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:28,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:28 GMT Server: Apache x-openstack-request-id: req-27ea4906-f4ab-49e1-ac99-12cd03455310 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:28,348 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-27ea4906-f4ab-49e1-ac99-12cd03455310 2018-09-04 22:25:28,349 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:25:28,349 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:25:31,352 - create_stack - DEBUG - Stack status query timeout in 1193.40434909 2018-09-04 22:25:31,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:31,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:31 GMT Server: Apache x-openstack-request-id: req-b17bbe31-f768-4dfb-a0d0-2124bfd87a86 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:31,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:31 GMT Server: Apache x-openstack-request-id: req-aaa79f1c-a3d2-481c-a1e4-52c29b472a96 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:31,714 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-aaa79f1c-a3d2-481c-a1e4-52c29b472a96 2018-09-04 22:25:31,714 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:25:31,714 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:25:34,718 - create_stack - DEBUG - Stack status query timeout in 1190.03835607 2018-09-04 22:25:34,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:34,886 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:34 GMT Server: Apache x-openstack-request-id: req-8c67ad2c-1e82-45f6-ad5a-90ab13c83466 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:34,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:34 GMT Server: Apache x-openstack-request-id: req-b2db075f-b747-4b50-a18e-1d2356fc1908 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:34,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-b2db075f-b747-4b50-a18e-1d2356fc1908 2018-09-04 22:25:34,929 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:25:34,929 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:25:37,932 - create_stack - DEBUG - Stack status query timeout in 1186.82365417 2018-09-04 22:25:37,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:37,964 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:37 GMT Server: Apache x-openstack-request-id: req-b8c8bcf7-5824-4369-9b60-b59278f85278 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:38,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:37 GMT Server: Apache x-openstack-request-id: req-b9b92302-bbdb-43fa-a061-d95daa96dada Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:38,181 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-b9b92302-bbdb-43fa-a061-d95daa96dada 2018-09-04 22:25:38,182 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:25:38,182 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:25:41,185 - create_stack - DEBUG - Stack status query timeout in 1183.57118821 2018-09-04 22:25:41,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:41,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:41 GMT Server: Apache x-openstack-request-id: req-e2048d51-670d-4cab-ad96-06bae2b8bc51 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:41,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:41 GMT Server: Apache x-openstack-request-id: req-2e41bff4-33dd-4999-9737-a5328a52f07d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:41,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-2e41bff4-33dd-4999-9737-a5328a52f07d 2018-09-04 22:25:41,397 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:25:41,397 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack 2018-09-04 22:25:41,397 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack 2018-09-04 22:25:41,398 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:41,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64f3b3714e104d9283b1bc487cc14329", "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da717c9f58ce40c6a97386bdbca85fbf", "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/da717c9f58ce40c6a97386bdbca85fbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/da717c9f58ce40c6a97386bdbca85fbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/da717c9f58ce40c6a97386bdbca85fbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/da717c9f58ce40c6a97386bdbca85fbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/da717c9f58ce40c6a97386bdbca85fbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/da717c9f58ce40c6a97386bdbca85fbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/da717c9f58ce40c6a97386bdbca85fbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c547086c-634f-4a7-user", "id": "04c25f3c955f4a5182f551a060cd7afd"}, "audit_ids": ["0OINV4XhTpmD4qqi8tpk5A"], "issued_at": "2018-09-04T22:25:41.000000Z"}} 2018-09-04 22:25:41,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba0337b5c05e8ed9354fb5ed22c988f72f70c7f" 2018-09-04 22:25:41,966 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:41 GMT Server: Apache x-openstack-request-id: req-d89bf560-7bb5-45cd-8600-09676800cf6a Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:42,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:41 GMT Server: Apache x-openstack-request-id: req-20764ad1-9b9a-4829-bd25-4cd0ea37beac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:42,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-20764ad1-9b9a-4829-bd25-4cd0ea37beac 2018-09-04 22:25:42,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:42,324 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:42 GMT Server: Apache x-openstack-request-id: req-244bffc4-6c41-4582-8eac-e7c906f22501 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:42,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:42 GMT Server: Apache x-openstack-request-id: req-7e44a02f-6e59-431b-9b49-edddbcdb0150 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:42,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-7e44a02f-6e59-431b-9b49-edddbcdb0150 2018-09-04 22:25:42,514 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack 2018-09-04 22:25:42,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:42,543 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:42 GMT Server: Apache x-openstack-request-id: req-abb2e853-da2b-44a5-8b81-a4eba41875e0 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:42,873 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:25:42 GMT Server: Apache x-openstack-request-id: req-70115401-fd9e-46d7-8974-a141527c1b7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:25:42,873 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-70115401-fd9e-46d7-8974-a141527c1b7e 2018-09-04 22:25:42,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:43,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:42 GMT Server: Apache x-openstack-request-id: req-1e46378b-16d4-43f8-aa64-6fe6c26b0656 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:43,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:43 GMT Server: Apache x-openstack-request-id: req-2c2be2b1-ca73-4ad8-9087-65ffeb856187 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "tags": null, "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:25:42Z", "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:43,069 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-2c2be2b1-ca73-4ad8-9087-65ffeb856187 2018-09-04 22:25:43,070 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:25:43,070 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:25:46,073 - create_stack - DEBUG - Stack status query timeout in 1196.79990792 2018-09-04 22:25:46,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:46,643 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:46 GMT Server: Apache x-openstack-request-id: req-a4e17abb-b379-4e75-a154-bc12d6d5a49f Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:46,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:46 GMT Server: Apache x-openstack-request-id: req-3ae2cb21-bc55-4cac-9925-e97523de6a5d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "tags": null, "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:25:42Z", "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:46,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-3ae2cb21-bc55-4cac-9925-e97523de6a5d 2018-09-04 22:25:46,685 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:25:46,686 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:25:49,688 - create_stack - DEBUG - Stack status query timeout in 1193.18508792 2018-09-04 22:25:49,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:49,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:49 GMT Server: Apache x-openstack-request-id: req-ddf7cbad-cff2-4378-b260-769d75657244 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:49,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:49 GMT Server: Apache x-openstack-request-id: req-3e6d1819-87ed-4339-9051-d3c6d40d2a51 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "tags": null, "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:25:42Z", "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:49,905 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-3e6d1819-87ed-4339-9051-d3c6d40d2a51 2018-09-04 22:25:49,905 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:25:49,905 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:25:52,909 - create_stack - DEBUG - Stack status query timeout in 1189.96451402 2018-09-04 22:25:52,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:52,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:52 GMT Server: Apache x-openstack-request-id: req-a1a3d80c-88ef-487e-a514-f2551de243b1 Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:52,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:52 GMT Server: Apache x-openstack-request-id: req-ca199d0f-ee96-42b6-9bcc-854215a4eb83 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "da717c9f58ce40c6a97386bdbca85fbf", "OS::stack_id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "image_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image", "inst_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-inst", "subnet_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-subnet", "flavor_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-flavor-name", "net_name": "CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-net"}, "deletion_time": "2018-09-04T22:25:52Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack", "stack_user_project_id": "991b8f6d2d5540aab754881f5d693528", "tags": null, "creation_time": "2018-09-04T22:25:23Z", "links": [{"href": "http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:25:42Z", "id": "68c27c38-991f-4426-bcfe-92f22db8ec51", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:25:52,969 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-ca199d0f-ee96-42b6-9bcc-854215a4eb83 2018-09-04 22:25:52,969 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:25:52,969 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack 2018-09-04 22:25:52,969 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack 2018-09-04 22:25:52,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/68c27c38-991f-4426-bcfe-92f22db8ec51 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2995c5f453912c46611aac8684c35e2e13d649b7" 2018-09-04 22:25:53,000 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:25:52 GMT Server: Apache x-openstack-request-id: req-1a12e0d6-606a-49a9-b95e-04fc0f21651e Location: http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:25:53,025 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:53 GMT Server: Apache x-openstack-request-id: req-dd8f35a0-43ae-4b1f-8f48-9314e6b764d2 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:25:53,025 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/da717c9f58ce40c6a97386bdbca85fbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-stack/68c27c38-991f-4426-bcfe-92f22db8ec51 used request id req-dd8f35a0-43ae-4b1f-8f48-9314e6b764d2 2018-09-04 22:25:53,026 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-8d676910-787c-420c-a71e-bad4f724df74-image 2018-09-04 22:25:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5dee633bfc4ce71b31d1528ceb9d75bf82e253ab" 2018-09-04 22:25:55,683 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-03b56603-0001-462f-8470-5ec0e55498eb Date: Tue, 04 Sep 2018 22:25:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:25:55,683 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/91f370f7-998b-4dcf-96d2-fa52da57fe51 used request id req-03b56603-0001-462f-8470-5ec0e55498eb 2018-09-04 22:25:55,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/41f6f2c6-7b24-4be9-bd8a-1ea0385d0df3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38e1957484e9237cedfa418804c27badf063e18e" 2018-09-04 22:25:55,762 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:25:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cdd82724-2902-42e0-8945-7b55ddcdda06 x-compute-request-id: req-cdd82724-2902-42e0-8945-7b55ddcdda06 Content-Length: 0 Content-Type: application/json 2018-09-04 22:25:55,763 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/41f6f2c6-7b24-4be9-bd8a-1ea0385d0df3 used request id req-cdd82724-2902-42e0-8945-7b55ddcdda06 2018-09-04 22:25:55,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:56,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-89bb1471-5835-4de9-9353-a1bfeffbd741 Date: Tue, 04 Sep 2018 22:25:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da717c9f58ce40c6a97386bdbca85fbf", "created_at": "2018-09-04T22:25:24Z", "updated_at": "2018-09-04T22:25:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:25:24Z", "revision_number": 0, "id": "125a0ac0-873c-4669-a4d2-7887e176133e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:25:24Z", "security_group_id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "tenant_id": "da717c9f58ce40c6a97386bdbca85fbf", "port_range_min": null, "ethertype": "IPv4", "project_id": "da717c9f58ce40c6a97386bdbca85fbf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:25:24Z", "revision_number": 0, "id": "200467d3-efd1-4299-bd39-6a55ac4904dc", "remote_group_id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "remote_ip_prefix": null, "created_at": "2018-09-04T22:25:24Z", "security_group_id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "tenant_id": "da717c9f58ce40c6a97386bdbca85fbf", "port_range_min": null, "ethertype": "IPv6", "project_id": "da717c9f58ce40c6a97386bdbca85fbf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:25:24Z", "revision_number": 0, "id": "559d2f4a-3e03-4baf-8d63-205711b248d3", "remote_group_id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "remote_ip_prefix": null, "created_at": "2018-09-04T22:25:24Z", "security_group_id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "tenant_id": "da717c9f58ce40c6a97386bdbca85fbf", "port_range_min": null, "ethertype": "IPv4", "project_id": "da717c9f58ce40c6a97386bdbca85fbf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:25:24Z", "revision_number": 0, "id": "b046b8e8-145c-4cae-9b70-e3fc96d45544", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:25:24Z", "security_group_id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "tenant_id": "da717c9f58ce40c6a97386bdbca85fbf", "port_range_min": null, "ethertype": "IPv6", "project_id": "da717c9f58ce40c6a97386bdbca85fbf"}], "revision_number": 4, "project_id": "da717c9f58ce40c6a97386bdbca85fbf", "id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:25:56,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-89bb1471-5835-4de9-9353-a1bfeffbd741 2018-09-04 22:25:56,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:56,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2472632c-acde-428e-97a1-3d24f8362654 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:25:56,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-2472632c-acde-428e-97a1-3d24f8362654 2018-09-04 22:25:56,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:56,201 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0c024ab-cd0e-4427-a320-e651ccac9d37 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:25:56,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-b0c024ab-cd0e-4427-a320-e651ccac9d37 2018-09-04 22:25:56,201 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:25:56,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:56,287 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0c4cbec-e54a-447f-8178-840cc8b908ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:25:56,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-e0c4cbec-e54a-447f-8178-840cc8b908ce 2018-09-04 22:25:56,287 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:25:56,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:56,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9920ce6-1157-42e9-aaa9-a2ade5b461b5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:25:56,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-e9920ce6-1157-42e9-aaa9-a2ade5b461b5 2018-09-04 22:25:56,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:56,458 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dad218a3-e520-41dc-be61-a878e799929a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:25:56,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-dad218a3-e520-41dc-be61-a878e799929a 2018-09-04 22:25:56,458 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:25:56,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:56,547 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f960eb08-c389-443f-8f2d-83a2d5b8af2e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:25:56,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-f960eb08-c389-443f-8f2d-83a2d5b8af2e 2018-09-04 22:25:56,547 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:25:56,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:56,637 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a84ab6d-297b-469b-8482-ae1162e44230 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:25:56,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-0a84ab6d-297b-469b-8482-ae1162e44230 2018-09-04 22:25:56,637 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:25:56,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:56,722 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:25:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c576a3c2-15f4-47ed-be00-fb85b16754db Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:25:56,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-c576a3c2-15f4-47ed-be00-fb85b16754db 2018-09-04 22:25:56,722 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:25:56,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:56,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d289e89a-b701-4a0b-a89a-bc0c5ee80b73 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf"}, "enabled": true, "id": "da717c9f58ce40c6a97386bdbca85fbf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c547086c-634f-4a7-proj"}} 2018-09-04 22:25:56,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf used request id req-d289e89a-b701-4a0b-a89a-bc0c5ee80b73 2018-09-04 22:25:56,820 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea3492b9-0910-4b42-9606-2c137ed76c73 2018-09-04 22:25:56,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=ea3492b9-0910-4b42-9606-2c137ed76c73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:56,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-517e7f6a-f794-4621-b8bc-7add67a7f436 Date: Tue, 04 Sep 2018 22:25:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:25:24Z", "security_group_id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "port_range_min": null, "revision_number": 0, "tenant_id": "da717c9f58ce40c6a97386bdbca85fbf", "created_at": "2018-09-04T22:25:24Z", "project_id": "da717c9f58ce40c6a97386bdbca85fbf", "id": "125a0ac0-873c-4669-a4d2-7887e176133e"}, {"remote_group_id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:25:24Z", "security_group_id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "port_range_min": null, "revision_number": 0, "tenant_id": "da717c9f58ce40c6a97386bdbca85fbf", "created_at": "2018-09-04T22:25:24Z", "project_id": "da717c9f58ce40c6a97386bdbca85fbf", "id": "200467d3-efd1-4299-bd39-6a55ac4904dc"}, {"remote_group_id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:25:24Z", "security_group_id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "port_range_min": null, "revision_number": 0, "tenant_id": "da717c9f58ce40c6a97386bdbca85fbf", "created_at": "2018-09-04T22:25:24Z", "project_id": "da717c9f58ce40c6a97386bdbca85fbf", "id": "559d2f4a-3e03-4baf-8d63-205711b248d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:25:24Z", "security_group_id": "ea3492b9-0910-4b42-9606-2c137ed76c73", "port_range_min": null, "revision_number": 0, "tenant_id": "da717c9f58ce40c6a97386bdbca85fbf", "created_at": "2018-09-04T22:25:24Z", "project_id": "da717c9f58ce40c6a97386bdbca85fbf", "id": "b046b8e8-145c-4cae-9b70-e3fc96d45544"}]} 2018-09-04 22:25:56,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=ea3492b9-0910-4b42-9606-2c137ed76c73 used request id req-517e7f6a-f794-4621-b8bc-7add67a7f436 2018-09-04 22:25:56,997 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:25:57,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/ea3492b9-0910-4b42-9606-2c137ed76c73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:57,319 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9de0487-022b-46cb-bf24-ae357cb8eb48 Content-Length: 0 Date: Tue, 04 Sep 2018 22:25:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:25:57,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/ea3492b9-0910-4b42-9606-2c137ed76c73 used request id req-e9de0487-022b-46cb-bf24-ae357cb8eb48 2018-09-04 22:25:57,320 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-c547086c-634f-4a7-proj 2018-09-04 22:25:57,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:57,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:25:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f008dc63-50b0-4a45-b262-a2c364c34641 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:25:57,548 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/da717c9f58ce40c6a97386bdbca85fbf used request id req-f008dc63-50b0-4a45-b262-a2c364c34641 2018-09-04 22:25:57,549 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-c547086c-634f-4a7-proj-role 2018-09-04 22:25:57,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/64f3b3714e104d9283b1bc487cc14329 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:57,659 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:25:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-954bb1f6-89e6-4f72-ae26-1bfb33bbd554 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:25:57,659 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/64f3b3714e104d9283b1bc487cc14329 used request id req-954bb1f6-89e6-4f72-ae26-1bfb33bbd554 2018-09-04 22:25:57,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21219671dd01bc6cd2b98f1194649f79df47bacd" 2018-09-04 22:25:57,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f23d292-d1a6-4428-903a-b462b564e5a8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:25:57,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0f23d292-d1a6-4428-903a-b462b564e5a8 2018-09-04 22:25:57,755 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-c547086c-634f-4a7-user 2018-09-04 22:25:57,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/04c25f3c955f4a5182f551a060cd7afd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f88922470e7ef2084c6e3915dbe901356261e" 2018-09-04 22:25:57,976 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:25:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9e2080c-fdf8-4b0b-97ef-5303d062dc8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:25:57,976 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/04c25f3c955f4a5182f551a060cd7afd used request id req-c9e2080c-fdf8-4b0b-97ef-5303d062dc8b 2018-09-04 22:25:57,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:58,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["WtkKrctLQACua6e4meoRgw"], "issued_at": "2018-09-04T22:25:58.000000Z"}} 2018-09-04 22:25:58,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596e0614c35d6048c4bb4f06f20dcdeff0c88da8" 2018-09-04 22:25:58,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb04ab25-bdf2-41b6-a0ec-ff4da88a0199 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:25:58,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-eb04ab25-bdf2-41b6-a0ec-ff4da88a0199 2018-09-04 22:25:58,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:25:58,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:58,828 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["iGK1O-ENSQ-Q7G2XyC71Mw"], "issued_at": "2018-09-04T22:25:58.000000Z"}} 2018-09-04 22:25:58,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:25:58,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98238ea0-c27f-4c1c-8b08-35fca2846239 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:25:58,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-98238ea0-c27f-4c1c-8b08-35fca2846239 2018-09-04 22:25:58,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:25:58,919 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:25:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:25:58,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-af2bcee3-faa2-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:25:59,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13e442ac-ab17-4a4f-9636-ca4383c53710 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-af2bcee3-faa2-422-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:25:59,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-af2bcee3-faa2-422-proj used request id req-13e442ac-ab17-4a4f-9636-ca4383c53710 2018-09-04 22:25:59,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:25:59,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e03880f-c8e3-47cb-93fb-1a026ae6a6e9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:25:59,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-1e03880f-c8e3-47cb-93fb-1a026ae6a6e9 2018-09-04 22:25:59,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj"}}' 2018-09-04 22:25:59,216 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:25:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13c5e74f-2a37-47c3-bd0a-af3e402295e7 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59"}, "enabled": true, "id": "40351d0a2ed644d3861ab82dd553fc59", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj"}} 2018-09-04 22:25:59,216 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-13c5e74f-2a37-47c3-bd0a-af3e402295e7 2018-09-04 22:25:59,216 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-af2bcee3-faa2-422-proj 2018-09-04 22:25:59,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:25:59,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:25:59,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:25:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["CJmELylqQoWJFY9biFvMOA"], "issued_at": "2018-09-04T22:25:59.000000Z"}} 2018-09-04 22:25:59,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41a50210bdb105297080e4a1511e399301090f5" 2018-09-04 22:25:59,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95a5d452-a205-49b1-ba75-7f9134955331 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:25:59,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-95a5d452-a205-49b1-ba75-7f9134955331 2018-09-04 22:25:59,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:25:59,693 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:25:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:25:59,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41a50210bdb105297080e4a1511e399301090f5" 2018-09-04 22:25:59,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d95104-f3b6-41f0-ad9b-e7cbb8e884ca Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:25:59,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-70d95104-f3b6-41f0-ad9b-e7cbb8e884ca 2018-09-04 22:25:59,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-af2bcee3-faa2-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41a50210bdb105297080e4a1511e399301090f5" 2018-09-04 22:25:59,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b7cfd6-e6cb-45db-9778-558dd2a0c2ad Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-af2bcee3-faa2-422-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59"}, "enabled": true, "id": "40351d0a2ed644d3861ab82dd553fc59", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj"}]} 2018-09-04 22:25:59,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-af2bcee3-faa2-422-proj used request id req-a8b7cfd6-e6cb-45db-9778-558dd2a0c2ad 2018-09-04 22:25:59,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41a50210bdb105297080e4a1511e399301090f5" 2018-09-04 22:25:59,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6bfa506-d5f8-40fe-b1ed-d36cb9d8056e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:25:59,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f6bfa506-d5f8-40fe-b1ed-d36cb9d8056e 2018-09-04 22:26:00,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41a50210bdb105297080e4a1511e399301090f5" 2018-09-04 22:26:00,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81c9458e-9e57-497a-a3bd-e9754014ab6a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:26:00,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-81c9458e-9e57-497a-a3bd-e9754014ab6a 2018-09-04 22:26:00,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-af2bcee3-faa2-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41a50210bdb105297080e4a1511e399301090f5" 2018-09-04 22:26:00,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda61629-b68b-4f9e-9cc5-1958bb45b5ec Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-af2bcee3-faa2-422-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59"}, "enabled": true, "id": "40351d0a2ed644d3861ab82dd553fc59", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj"}]} 2018-09-04 22:26:00,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-af2bcee3-faa2-422-proj used request id req-fda61629-b68b-4f9e-9cc5-1958bb45b5ec 2018-09-04 22:26:00,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/8d0d4b53bbf64229befb95d549b11eba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41a50210bdb105297080e4a1511e399301090f5" 2018-09-04 22:26:00,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17775a33-2e17-42b8-a0cd-1ca7b79fe849 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-af2bcee3-faa2-422-user", "links": {"self": "http://172.30.9.26:5000/v3/users/8d0d4b53bbf64229befb95d549b11eba"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "40351d0a2ed644d3861ab82dd553fc59", "id": "8d0d4b53bbf64229befb95d549b11eba", "password_expires_at": null}} 2018-09-04 22:26:00,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8d0d4b53bbf64229befb95d549b11eba used request id req-17775a33-2e17-42b8-a0cd-1ca7b79fe849 2018-09-04 22:26:00,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59/users/8d0d4b53bbf64229befb95d549b11eba/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41a50210bdb105297080e4a1511e399301090f5" 2018-09-04 22:26:00,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93616b1b-61a8-40c6-9c73-81cae72b2c9e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59/users/8d0d4b53bbf64229befb95d549b11eba/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:26:00,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59/users/8d0d4b53bbf64229befb95d549b11eba/roles used request id req-93616b1b-61a8-40c6-9c73-81cae72b2c9e 2018-09-04 22:26:00,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41a50210bdb105297080e4a1511e399301090f5" 2018-09-04 22:26:00,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc935439-d41d-4e41-8752-9b65874e13a9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:26:00,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-dc935439-d41d-4e41-8752-9b65874e13a9 2018-09-04 22:26:00,794 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-af2bcee3-faa2-422-proj 2018-09-04 22:26:00,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59/users/8d0d4b53bbf64229befb95d549b11eba/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41a50210bdb105297080e4a1511e399301090f5" 2018-09-04 22:26:00,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:26:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8994e582-609a-4834-ba2c-ed01d20191f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:26:00,919 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59/users/8d0d4b53bbf64229befb95d549b11eba/roles/ee65b3cf18824d4786e4806145ea807f used request id req-8994e582-609a-4834-ba2c-ed01d20191f9 2018-09-04 22:26:00,919 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-af2bcee3-faa2-422-user 2018-09-04 22:26:00,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:26:00,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:01,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a293a34-92b0-48ed-89ff-538327ef82b9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:26:01,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3a293a34-92b0-48ed-89ff-538327ef82b9 2018-09-04 22:26:01,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" -d '{"role": {"name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj-role"}}' 2018-09-04 22:26:01,107 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:26:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0af5b8f7-3939-4b9b-973e-591cca3fb74f Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8c8bf5340e364f9db6b5793eea3e50c2", "links": {"self": "http://172.30.9.26:5000/v3/roles/8c8bf5340e364f9db6b5793eea3e50c2"}, "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj-role"}} 2018-09-04 22:26:01,108 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-0af5b8f7-3939-4b9b-973e-591cca3fb74f 2018-09-04 22:26:01,108 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-af2bcee3-faa2-422-proj-role 2018-09-04 22:26:01,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/8c8bf5340e364f9db6b5793eea3e50c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:01,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23f56dee-6972-423f-9993-88b21d635c3b Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/8c8bf5340e364f9db6b5793eea3e50c2"}, "domain_id": null, "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj-role", "id": "8c8bf5340e364f9db6b5793eea3e50c2"}} 2018-09-04 22:26:01,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/8c8bf5340e364f9db6b5793eea3e50c2 used request id req-23f56dee-6972-423f-9993-88b21d635c3b 2018-09-04 22:26:01,205 - keystone_utils - INFO - Granting role CreateStackSuccessTests-af2bcee3-faa2-422-proj-role to project CreateStackSuccessTests-af2bcee3-faa2-422-proj 2018-09-04 22:26:01,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59/users/8d0d4b53bbf64229befb95d549b11eba/roles/8c8bf5340e364f9db6b5793eea3e50c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:01,338 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:26:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20a75f5f-d580-4f3d-b065-601b55d6bf7f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:26:01,339 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59/users/8d0d4b53bbf64229befb95d549b11eba/roles/8c8bf5340e364f9db6b5793eea3e50c2 used request id req-20a75f5f-d580-4f3d-b065-601b55d6bf7f 2018-09-04 22:26:01,339 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:26:01,339 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:26:01,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:26:01,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:26:01,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8c8bf5340e364f9db6b5793eea3e50c2", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:26:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40351d0a2ed644d3861ab82dd553fc59", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-af2bcee3-faa2-422-user", "id": "8d0d4b53bbf64229befb95d549b11eba"}, "audit_ids": ["UeYO9q0OTHOiY2ty4B8BYQ"], "issued_at": "2018-09-04T22:26:01.000000Z"}} 2018-09-04 22:26:01,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48788e36006f40131908a1285f1a3640a4e9a311" 2018-09-04 22:26:01,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-627170b9-dbac-47ce-b00e-46b24b631929 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:26:01,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-627170b9-dbac-47ce-b00e-46b24b631929 2018-09-04 22:26:01,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48788e36006f40131908a1285f1a3640a4e9a311" 2018-09-04 22:26:01,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-98a967ee-0db3-449b-b3b5-a099fffe0685 Date: Tue, 04 Sep 2018 22:26:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image"} 2018-09-04 22:26:01,984 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image used request id req-98a967ee-0db3-449b-b3b5-a099fffe0685 2018-09-04 22:26:01,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48788e36006f40131908a1285f1a3640a4e9a311" 2018-09-04 22:26:02,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0d42d609-7eac-4704-b644-dd9b1bd8e94e Date: Tue, 04 Sep 2018 22:26:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:26:02,154 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-0d42d609-7eac-4704-b644-dd9b1bd8e94e 2018-09-04 22:26:02,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}48788e36006f40131908a1285f1a3640a4e9a311" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image"}' 2018-09-04 22:26:02,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de X-Openstack-Request-Id: req-1434ac75-4675-412f-86f5-58f6657f8621 Date: Tue, 04 Sep 2018 22:26:02 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:26:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:26:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de", "min_disk": 0, "protected": false, "id": "6ac041c5-95be-4cd7-88d5-d56aa9d997de", "file": "/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de/file", "checksum": null, "owner": "40351d0a2ed644d3861ab82dd553fc59", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:26:02,375 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-1434ac75-4675-412f-86f5-58f6657f8621 2018-09-04 22:26:02,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48788e36006f40131908a1285f1a3640a4e9a311" -d '' 2018-09-04 22:26:04,149 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d4f8321a-5f4d-4fb2-ac86-a058efdf579a Date: Tue, 04 Sep 2018 22:26:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:26:04,149 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de/file used request id req-d4f8321a-5f4d-4fb2-ac86-a058efdf579a 2018-09-04 22:26:04,150 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:26:04,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48788e36006f40131908a1285f1a3640a4e9a311" 2018-09-04 22:26:04,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-9ed9d82a-a75b-4fe5-aa08-f069500a6f43 Date: Tue, 04 Sep 2018 22:26:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:26:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:26:04Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de/snap", "metadata": {}}], "self": "/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de", "min_disk": 0, "protected": false, "id": "6ac041c5-95be-4cd7-88d5-d56aa9d997de", "file": "/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "40351d0a2ed644d3861ab82dd553fc59", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:26:04,317 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de used request id req-9ed9d82a-a75b-4fe5-aa08-f069500a6f43 2018-09-04 22:26:04,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48788e36006f40131908a1285f1a3640a4e9a311" 2018-09-04 22:26:04,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0cb12f0d-7534-4565-b1ff-b487d68c2d43 Date: Tue, 04 Sep 2018 22:26:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:26:04,579 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-0cb12f0d-7534-4565-b1ff-b487d68c2d43 2018-09-04 22:26:04,582 - create_image - INFO - Created image with name - CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image 2018-09-04 22:26:04,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48788e36006f40131908a1285f1a3640a4e9a311" 2018-09-04 22:26:04,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-974abf9d-5d3d-4fca-8ab4-9d3fb096f54a Date: Tue, 04 Sep 2018 22:26:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:26:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:26:04Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de/snap", "metadata": {}}], "self": "/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de", "min_disk": 0, "protected": false, "id": "6ac041c5-95be-4cd7-88d5-d56aa9d997de", "file": "/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "40351d0a2ed644d3861ab82dd553fc59", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:26:04,602 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de used request id req-974abf9d-5d3d-4fca-8ab4-9d3fb096f54a 2018-09-04 22:26:04,603 - create_image - DEBUG - Instance status is - active 2018-09-04 22:26:04,603 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image 2018-09-04 22:26:04,603 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image 2018-09-04 22:26:04,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:26:04,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:26:04,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:26:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["gYXltwg4SvOX1NZKhEk1mA"], "issued_at": "2018-09-04T22:26:04.000000Z"}} 2018-09-04 22:26:04,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca15d9543cb54c67f49ebdcc8ad0a66712e2264" 2018-09-04 22:26:05,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8edbee2-563f-4548-877a-a207acfb1776 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:26:05,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b8edbee2-563f-4548-877a-a207acfb1776 2018-09-04 22:26:05,057 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:26:05,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca15d9543cb54c67f49ebdcc8ad0a66712e2264" 2018-09-04 22:26:05,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f1383f4b-8ee7-473b-a610-ef5a381cbf9c x-compute-request-id: req-f1383f4b-8ee7-473b-a610-ef5a381cbf9c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:26:05,244 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f1383f4b-8ee7-473b-a610-ef5a381cbf9c 2018-09-04 22:26:05,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca15d9543cb54c67f49ebdcc8ad0a66712e2264" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:26:05,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b072702-9802-44bb-9a87-057878bf15a1 x-compute-request-id: req-7b072702-9802-44bb-9a87-057878bf15a1 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/162d98ad-604d-4c55-b81e-b9546ed35f14", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/162d98ad-604d-4c55-b81e-b9546ed35f14", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "162d98ad-604d-4c55-b81e-b9546ed35f14", "name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:26:05,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7b072702-9802-44bb-9a87-057878bf15a1 2018-09-04 22:26:05,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:26:05,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:26:05,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8c8bf5340e364f9db6b5793eea3e50c2", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:26:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40351d0a2ed644d3861ab82dd553fc59", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-af2bcee3-faa2-422-user", "id": "8d0d4b53bbf64229befb95d549b11eba"}, "audit_ids": ["_ApVE0wqRyi8ZEBu0lQdNA"], "issued_at": "2018-09-04T22:26:05.000000Z"}} 2018-09-04 22:26:05,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:05,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-608ff1ba-f2c1-4090-8e2e-39a60ad618d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:26:05,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-608ff1ba-f2c1-4090-8e2e-39a60ad618d1 2018-09-04 22:26:05,771 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:26:05,774 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:26:05,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:05,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:05 GMT Server: Apache x-openstack-request-id: req-71fb2ff6-8bce-4017-ad53-691a304a84b9 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:26:05,946 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack used request id req-71fb2ff6-8bce-4017-ad53-691a304a84b9 2018-09-04 22:26:05,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name"}}' 2018-09-04 22:26:08,208 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:26:05 GMT Server: Apache x-openstack-request-id: req-1b9ffeab-beed-4636-8fb6-a0b2fa8bfed2 Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}]}} 2018-09-04 22:26:08,208 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks used request id req-1b9ffeab-beed-4636-8fb6-a0b2fa8bfed2 2018-09-04 22:26:08,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:08,385 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:08 GMT Server: Apache x-openstack-request-id: req-7cc92d1b-c72e-4abd-9141-ceba62e7a93b Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:08,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:08 GMT Server: Apache x-openstack-request-id: req-dc3a451f-44c5-4f58-8c07-c94a51edb786 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:08,650 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-dc3a451f-44c5-4f58-8c07-c94a51edb786 2018-09-04 22:26:08,650 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack 2018-09-04 22:26:08,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:08,820 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:08 GMT Server: Apache x-openstack-request-id: req-1de41847-1ecf-48fa-907a-8b981ad1cab0 Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:09,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:08 GMT Server: Apache x-openstack-request-id: req-4aa070a3-079b-44c6-a04a-af0773d04ae0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:09,001 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-4aa070a3-079b-44c6-a04a-af0773d04ae0 2018-09-04 22:26:09,001 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:26:09,001 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:26:12,005 - create_stack - DEBUG - Stack status query timeout in 1196.64586902 2018-09-04 22:26:12,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:12,034 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:12 GMT Server: Apache x-openstack-request-id: req-d6174d1b-aac2-42e8-901c-8ba97317c9c7 Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:12,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:12 GMT Server: Apache x-openstack-request-id: req-4e15861e-a08f-40be-b03e-4ce19c2da19c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:12,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-4e15861e-a08f-40be-b03e-4ce19c2da19c 2018-09-04 22:26:12,109 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:26:12,109 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:26:15,112 - create_stack - DEBUG - Stack status query timeout in 1193.53829312 2018-09-04 22:26:15,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:15,362 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:15 GMT Server: Apache x-openstack-request-id: req-cc9a253f-1b1c-400c-8a23-a552bb738111 Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:15,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:15 GMT Server: Apache x-openstack-request-id: req-94cccc04-06d1-498e-84e1-f15bb6b26119 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:15,552 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-94cccc04-06d1-498e-84e1-f15bb6b26119 2018-09-04 22:26:15,552 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:26:15,552 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:26:18,556 - create_stack - DEBUG - Stack status query timeout in 1190.09503102 2018-09-04 22:26:18,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:18,725 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:18 GMT Server: Apache x-openstack-request-id: req-228a00e2-6cb8-42f6-b223-712d9aa816c4 Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:18,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:18 GMT Server: Apache x-openstack-request-id: req-5af5f083-b3b3-4728-99d0-739e1bcfabff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:18,766 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-5af5f083-b3b3-4728-99d0-739e1bcfabff 2018-09-04 22:26:18,767 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:26:18,767 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:26:21,770 - create_stack - DEBUG - Stack status query timeout in 1186.88047814 2018-09-04 22:26:21,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:21,804 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:21 GMT Server: Apache x-openstack-request-id: req-c7d0bf2b-da2c-42ea-a867-ecf28a3458b7 Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:21,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:21 GMT Server: Apache x-openstack-request-id: req-b1e89679-aa81-4c9c-827e-e5f4610f2b75 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:21,846 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-b1e89679-aa81-4c9c-827e-e5f4610f2b75 2018-09-04 22:26:21,846 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:26:21,847 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:26:24,850 - create_stack - DEBUG - Stack status query timeout in 1183.80076313 2018-09-04 22:26:24,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:24,880 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:24 GMT Server: Apache x-openstack-request-id: req-2371027d-1ec5-422d-baa7-b9392afa973b Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:25,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:24 GMT Server: Apache x-openstack-request-id: req-a695e617-c7c4-4582-bc1d-c89d2f81e566 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:25,069 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-a695e617-c7c4-4582-bc1d-c89d2f81e566 2018-09-04 22:26:25,069 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:26:25,069 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack 2018-09-04 22:26:25,070 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack 2018-09-04 22:26:25,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:26:25,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8c8bf5340e364f9db6b5793eea3e50c2", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:26:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40351d0a2ed644d3861ab82dd553fc59", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-af2bcee3-faa2-422-user", "id": "8d0d4b53bbf64229befb95d549b11eba"}, "audit_ids": ["XcDSZVO7QtSZ31sspTpIyg"], "issued_at": "2018-09-04T22:26:25.000000Z"}} 2018-09-04 22:26:25,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5ee926a5ff032ed318fc822db5db53780bc799" 2018-09-04 22:26:25,628 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:25 GMT Server: Apache x-openstack-request-id: req-c4e9ace2-47a3-49b6-b8fd-5a1409177a70 Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:25,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:25 GMT Server: Apache x-openstack-request-id: req-ff5508d7-560d-4f36-a7fa-13caf99d1152 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:25,856 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-ff5508d7-560d-4f36-a7fa-13caf99d1152 2018-09-04 22:26:25,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:26,033 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:25 GMT Server: Apache x-openstack-request-id: req-cc258e03-2757-49fb-8789-04a0b23a2081 Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:26,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:26 GMT Server: Apache x-openstack-request-id: req-a4535252-a83d-432a-8419-1f9b2b7b015b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:26,218 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-a4535252-a83d-432a-8419-1f9b2b7b015b 2018-09-04 22:26:26,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:26:26,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:26:26,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8c8bf5340e364f9db6b5793eea3e50c2", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:26:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40351d0a2ed644d3861ab82dd553fc59", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/40351d0a2ed644d3861ab82dd553fc59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-af2bcee3-faa2-422-user", "id": "8d0d4b53bbf64229befb95d549b11eba"}, "audit_ids": ["gfLt9BjYRXeYxD5kb7p26Q"], "issued_at": "2018-09-04T22:26:26.000000Z"}} 2018-09-04 22:26:26,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c520f23c8b3b7c902ea2ce1d5a6e30b1d6c6c9" 2018-09-04 22:26:26,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-917ac25b-312f-4ec2-83b7-50a44e3adfca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:26:26,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-917ac25b-312f-4ec2-83b7-50a44e3adfca 2018-09-04 22:26:26,674 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:26:26,677 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:26:26,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c520f23c8b3b7c902ea2ce1d5a6e30b1d6c6c9" 2018-09-04 22:26:26,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:26 GMT Server: Apache x-openstack-request-id: req-6815b9db-3beb-456a-84e2-b2371d7f81da Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "deletion_time": null, "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "tags": null}]} 2018-09-04 22:26:26,868 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack used request id req-6815b9db-3beb-456a-84e2-b2371d7f81da 2018-09-04 22:26:26,868 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack 2018-09-04 22:26:26,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9c520f23c8b3b7c902ea2ce1d5a6e30b1d6c6c9" 2018-09-04 22:26:27,525 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:26 GMT Server: Apache x-openstack-request-id: req-f9c743a6-35dd-4150-8250-03577aeabaef Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:27,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:27 GMT Server: Apache x-openstack-request-id: req-ff9b6d53-006b-4cc8-89f9-3ac4ff330a34 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:27,721 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-ff9b6d53-006b-4cc8-89f9-3ac4ff330a34 2018-09-04 22:26:27,722 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack 2018-09-04 22:26:27,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:27,892 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:27 GMT Server: Apache x-openstack-request-id: req-f47a1dce-3f2c-47cb-bde4-5071e4604b4f Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:27,934 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:26:27 GMT Server: Apache x-openstack-request-id: req-d1655268-98ec-4294-b10f-cb18b9cbaa10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:26:27,934 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-d1655268-98ec-4294-b10f-cb18b9cbaa10 2018-09-04 22:26:27,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:28,111 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:27 GMT Server: Apache x-openstack-request-id: req-8bed200d-2dc5-452c-ac76-ad5301e674cc Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:28,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:28 GMT Server: Apache x-openstack-request-id: req-fc14e102-3d28-4764-b2e8-50c1ade88f9e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "tags": null, "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:26:27Z", "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:28,153 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-fc14e102-3d28-4764-b2e8-50c1ade88f9e 2018-09-04 22:26:28,153 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:26:28,153 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:26:31,156 - create_stack - DEBUG - Stack status query timeout in 1196.77770209 2018-09-04 22:26:31,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:31,186 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:31 GMT Server: Apache x-openstack-request-id: req-201e258d-42e3-48c0-b479-ed1872238d2d Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:31,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:31 GMT Server: Apache x-openstack-request-id: req-343ba568-391d-481a-8f23-45d1fc56f7e5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "tags": null, "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:26:27Z", "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:31,438 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-343ba568-391d-481a-8f23-45d1fc56f7e5 2018-09-04 22:26:31,439 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:26:31,439 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:26:34,442 - create_stack - DEBUG - Stack status query timeout in 1193.49221301 2018-09-04 22:26:34,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:34,625 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:34 GMT Server: Apache x-openstack-request-id: req-1ef97f75-76a9-40ff-be95-a7ab8a5b1888 Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:34,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:34 GMT Server: Apache x-openstack-request-id: req-32eb7719-7d4e-4b1a-a7e3-f191e4397239 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "tags": null, "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:26:27Z", "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:34,667 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-32eb7719-7d4e-4b1a-a7e3-f191e4397239 2018-09-04 22:26:34,668 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:26:34,668 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:26:37,671 - create_stack - DEBUG - Stack status query timeout in 1190.26300311 2018-09-04 22:26:37,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:37,850 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:37 GMT Server: Apache x-openstack-request-id: req-9d078857-0d70-40c0-8069-26c0ca728c11 Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:37,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:37 GMT Server: Apache x-openstack-request-id: req-f75c7805-16ec-4b0d-aa92-d6ba8e328006 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "40351d0a2ed644d3861ab82dd553fc59", "OS::stack_id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "image_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image", "inst_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-inst", "subnet_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-subnet", "flavor_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-flavor-name", "net_name": "CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack", "stack_user_project_id": "0638ed62745e4d0ebe163d26cade20e1", "tags": null, "creation_time": "2018-09-04T22:26:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:26:27Z", "id": "6f2d009d-7cf1-46fb-adbc-c49596840260", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:37,876 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-f75c7805-16ec-4b0d-aa92-d6ba8e328006 2018-09-04 22:26:37,876 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:26:37,876 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack 2018-09-04 22:26:37,877 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack 2018-09-04 22:26:37,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/6f2d009d-7cf1-46fb-adbc-c49596840260 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8a789ae5bfc0683249707e891427413e9f98951" 2018-09-04 22:26:38,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:37 GMT Server: Apache x-openstack-request-id: req-4577228e-d0f5-41fc-a046-5a79b7bda075 Location: http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:38,223 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:26:38 GMT Server: Apache x-openstack-request-id: req-6cd10d39-d6e9-4b28-af9b-062dd3d6a591 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:26:38,223 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/40351d0a2ed644d3861ab82dd553fc59/stacks/CreateStackSuccessTests-CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-stack/6f2d009d-7cf1-46fb-adbc-c49596840260 used request id req-6cd10d39-d6e9-4b28-af9b-062dd3d6a591 2018-09-04 22:26:38,225 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-62801174-1674-498f-b445-ca12aaae77c5-image 2018-09-04 22:26:38,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48788e36006f40131908a1285f1a3640a4e9a311" 2018-09-04 22:26:39,294 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eba9a671-c2db-4086-b1f5-7b4adde3f50f Date: Tue, 04 Sep 2018 22:26:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:26:39,294 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/6ac041c5-95be-4cd7-88d5-d56aa9d997de used request id req-eba9a671-c2db-4086-b1f5-7b4adde3f50f 2018-09-04 22:26:39,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/162d98ad-604d-4c55-b81e-b9546ed35f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca15d9543cb54c67f49ebdcc8ad0a66712e2264" 2018-09-04 22:26:39,349 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:26:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7f0dfd50-7b8d-4639-8ebe-8484d4f737a0 x-compute-request-id: req-7f0dfd50-7b8d-4639-8ebe-8484d4f737a0 Content-Length: 0 Content-Type: application/json 2018-09-04 22:26:39,349 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/162d98ad-604d-4c55-b81e-b9546ed35f14 used request id req-7f0dfd50-7b8d-4639-8ebe-8484d4f737a0 2018-09-04 22:26:39,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:39,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-53e4b6ba-0a56-4ae7-a1e5-8fe3d437acfc Date: Tue, 04 Sep 2018 22:26:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "40351d0a2ed644d3861ab82dd553fc59", "created_at": "2018-09-04T22:26:08Z", "updated_at": "2018-09-04T22:26:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:26:08Z", "revision_number": 0, "id": "b1478bf5-0a36-4416-94a2-32b6988531f4", "remote_group_id": "44532274-989c-484e-92d9-761b14c7c5a2", "remote_ip_prefix": null, "created_at": "2018-09-04T22:26:08Z", "security_group_id": "44532274-989c-484e-92d9-761b14c7c5a2", "tenant_id": "40351d0a2ed644d3861ab82dd553fc59", "port_range_min": null, "ethertype": "IPv6", "project_id": "40351d0a2ed644d3861ab82dd553fc59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:26:08Z", "revision_number": 0, "id": "c52cc8af-3f8e-446d-86e3-6b567de52264", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:26:08Z", "security_group_id": "44532274-989c-484e-92d9-761b14c7c5a2", "tenant_id": "40351d0a2ed644d3861ab82dd553fc59", "port_range_min": null, "ethertype": "IPv6", "project_id": "40351d0a2ed644d3861ab82dd553fc59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:26:08Z", "revision_number": 0, "id": "e1c7847e-e8ec-45ee-aaea-edf88fca4758", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:26:08Z", "security_group_id": "44532274-989c-484e-92d9-761b14c7c5a2", "tenant_id": "40351d0a2ed644d3861ab82dd553fc59", "port_range_min": null, "ethertype": "IPv4", "project_id": "40351d0a2ed644d3861ab82dd553fc59"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:26:08Z", "revision_number": 0, "id": "e9b4e092-3ecf-46d7-8099-586d22f0b73c", "remote_group_id": "44532274-989c-484e-92d9-761b14c7c5a2", "remote_ip_prefix": null, "created_at": "2018-09-04T22:26:08Z", "security_group_id": "44532274-989c-484e-92d9-761b14c7c5a2", "tenant_id": "40351d0a2ed644d3861ab82dd553fc59", "port_range_min": null, "ethertype": "IPv4", "project_id": "40351d0a2ed644d3861ab82dd553fc59"}], "revision_number": 4, "project_id": "40351d0a2ed644d3861ab82dd553fc59", "id": "44532274-989c-484e-92d9-761b14c7c5a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:26:39,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-53e4b6ba-0a56-4ae7-a1e5-8fe3d437acfc 2018-09-04 22:26:39,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:39,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c66ed8a-ea63-48ee-a2c2-e1a428e8fc54 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:26:39,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-4c66ed8a-ea63-48ee-a2c2-e1a428e8fc54 2018-09-04 22:26:39,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:39,790 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:26:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bf82112-26c9-4aa8-b158-ce43fbc3db4a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:26:39,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-6bf82112-26c9-4aa8-b158-ce43fbc3db4a 2018-09-04 22:26:39,790 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:26:39,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:39,872 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:26:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffb4e713-e283-4305-97ee-d45a35e8fe99 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:26:39,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-ffb4e713-e283-4305-97ee-d45a35e8fe99 2018-09-04 22:26:39,873 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:26:39,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:39,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b71dd7cd-79cb-4ed9-a1e2-1744a55a5b3a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:26:39,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-b71dd7cd-79cb-4ed9-a1e2-1744a55a5b3a 2018-09-04 22:26:39,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:40,055 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:26:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dab1a7c7-ea9c-4a18-9f12-82662466d53a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:26:40,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-dab1a7c7-ea9c-4a18-9f12-82662466d53a 2018-09-04 22:26:40,056 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:26:40,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:40,141 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:26:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35b0773b-7a84-4683-bb51-e7c72fc36fd2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:26:40,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-35b0773b-7a84-4683-bb51-e7c72fc36fd2 2018-09-04 22:26:40,141 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:26:40,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:40,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73969dbf-407f-4ad2-b4fa-cc2ff0315c9c Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59"}, "enabled": true, "id": "40351d0a2ed644d3861ab82dd553fc59", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-af2bcee3-faa2-422-proj"}} 2018-09-04 22:26:40,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59 used request id req-73969dbf-407f-4ad2-b4fa-cc2ff0315c9c 2018-09-04 22:26:40,236 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44532274-989c-484e-92d9-761b14c7c5a2 2018-09-04 22:26:40,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=44532274-989c-484e-92d9-761b14c7c5a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:40,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8be51188-ccfe-4971-8881-004f2f666729 Date: Tue, 04 Sep 2018 22:26:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "44532274-989c-484e-92d9-761b14c7c5a2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:26:08Z", "security_group_id": "44532274-989c-484e-92d9-761b14c7c5a2", "port_range_min": null, "revision_number": 0, "tenant_id": "40351d0a2ed644d3861ab82dd553fc59", "created_at": "2018-09-04T22:26:08Z", "project_id": "40351d0a2ed644d3861ab82dd553fc59", "id": "b1478bf5-0a36-4416-94a2-32b6988531f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:26:08Z", "security_group_id": "44532274-989c-484e-92d9-761b14c7c5a2", "port_range_min": null, "revision_number": 0, "tenant_id": "40351d0a2ed644d3861ab82dd553fc59", "created_at": "2018-09-04T22:26:08Z", "project_id": "40351d0a2ed644d3861ab82dd553fc59", "id": "c52cc8af-3f8e-446d-86e3-6b567de52264"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:26:08Z", "security_group_id": "44532274-989c-484e-92d9-761b14c7c5a2", "port_range_min": null, "revision_number": 0, "tenant_id": "40351d0a2ed644d3861ab82dd553fc59", "created_at": "2018-09-04T22:26:08Z", "project_id": "40351d0a2ed644d3861ab82dd553fc59", "id": "e1c7847e-e8ec-45ee-aaea-edf88fca4758"}, {"remote_group_id": "44532274-989c-484e-92d9-761b14c7c5a2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:26:08Z", "security_group_id": "44532274-989c-484e-92d9-761b14c7c5a2", "port_range_min": null, "revision_number": 0, "tenant_id": "40351d0a2ed644d3861ab82dd553fc59", "created_at": "2018-09-04T22:26:08Z", "project_id": "40351d0a2ed644d3861ab82dd553fc59", "id": "e9b4e092-3ecf-46d7-8099-586d22f0b73c"}]} 2018-09-04 22:26:40,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=44532274-989c-484e-92d9-761b14c7c5a2 used request id req-8be51188-ccfe-4971-8881-004f2f666729 2018-09-04 22:26:40,570 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:26:40,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/44532274-989c-484e-92d9-761b14c7c5a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:40,898 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7bf5af49-5c7b-4368-b0a4-ff6dfe98f329 Content-Length: 0 Date: Tue, 04 Sep 2018 22:26:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:26:40,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/44532274-989c-484e-92d9-761b14c7c5a2 used request id req-7bf5af49-5c7b-4368-b0a4-ff6dfe98f329 2018-09-04 22:26:40,899 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-af2bcee3-faa2-422-proj 2018-09-04 22:26:40,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:41,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:26:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1095988-d244-4605-8c36-84a694b7b229 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:26:41,176 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/40351d0a2ed644d3861ab82dd553fc59 used request id req-b1095988-d244-4605-8c36-84a694b7b229 2018-09-04 22:26:41,176 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-af2bcee3-faa2-422-proj-role 2018-09-04 22:26:41,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/8c8bf5340e364f9db6b5793eea3e50c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:41,281 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:26:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d882f2d1-3070-4d54-9579-5d3708a7b660 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:26:41,281 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/8c8bf5340e364f9db6b5793eea3e50c2 used request id req-d882f2d1-3070-4d54-9579-5d3708a7b660 2018-09-04 22:26:41,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d14cbbcc3ece64910406e360e5540408b95d09" 2018-09-04 22:26:41,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4ba6833-a901-4193-b87b-2b29cb963174 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:26:41,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d4ba6833-a901-4193-b87b-2b29cb963174 2018-09-04 22:26:41,373 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-af2bcee3-faa2-422-user 2018-09-04 22:26:41,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/8d0d4b53bbf64229befb95d549b11eba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41a50210bdb105297080e4a1511e399301090f5" 2018-09-04 22:26:41,545 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:26:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e13f51fc-0076-4eec-876d-161bbe74af1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:26:41,546 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/8d0d4b53bbf64229befb95d549b11eba used request id req-e13f51fc-0076-4eec-876d-161bbe74af1d 2018-09-04 22:26:41,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:26:41,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:26:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["tBD-72qiRDCklDOsaz31MA"], "issued_at": "2018-09-04T22:26:41.000000Z"}} 2018-09-04 22:26:41,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81834b68cc477805d3c8f8e22da2c4f3c6cbd5fc" 2018-09-04 22:26:42,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d2a3a3-b034-45ad-9c1f-f1a7e9084deb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:26:42,009 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-82d2a3a3-b034-45ad-9c1f-f1a7e9084deb 2018-09-04 22:26:42,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:26:42,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:26:42,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["CJNH2hG0QKWNp-AeF2fYHA"], "issued_at": "2018-09-04T22:26:42.000000Z"}} 2018-09-04 22:26:42,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:26:42,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19c7b92e-1c48-4190-8775-9f3f90340e05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:26:42,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-19c7b92e-1c48-4190-8775-9f3f90340e05 2018-09-04 22:26:42,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:26:42,493 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:26:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:26:42,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-869b2bed-72f7-411-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:26:42,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15484001-4a0d-49cd-a726-86aa2f4be187 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-869b2bed-72f7-411-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:26:42,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-869b2bed-72f7-411-proj used request id req-15484001-4a0d-49cd-a726-86aa2f4be187 2018-09-04 22:26:42,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:26:42,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7316e5d2-e66c-485a-a954-a040ee2f96a7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:26:42,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-7316e5d2-e66c-485a-a954-a040ee2f96a7 2018-09-04 22:26:42,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj"}}' 2018-09-04 22:26:42,797 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:26:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb3b6cb4-aa78-4cd1-ba96-f249a95e7d96 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e"}, "enabled": true, "id": "22867e2027444260b630e86b6a93139e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj"}} 2018-09-04 22:26:42,797 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-cb3b6cb4-aa78-4cd1-ba96-f249a95e7d96 2018-09-04 22:26:42,797 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-869b2bed-72f7-411-proj 2018-09-04 22:26:42,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:26:42,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:26:43,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:26:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["IhYz6IldTBenff_oJJ7mUQ"], "issued_at": "2018-09-04T22:26:43.000000Z"}} 2018-09-04 22:26:43,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a984faaf8715b8e5495c66903d7341e056c328" 2018-09-04 22:26:43,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-218d3b8e-14bd-4027-a456-f16efb3ebdcc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:26:43,266 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-218d3b8e-14bd-4027-a456-f16efb3ebdcc 2018-09-04 22:26:43,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:26:43,275 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:26:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:26:43,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a984faaf8715b8e5495c66903d7341e056c328" 2018-09-04 22:26:43,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c055dc35-12d2-45bc-982f-3e4b73a00d85 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:26:43,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c055dc35-12d2-45bc-982f-3e4b73a00d85 2018-09-04 22:26:43,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-869b2bed-72f7-411-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a984faaf8715b8e5495c66903d7341e056c328" 2018-09-04 22:26:43,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd49419e-99b5-4c1c-87bf-eb3e282c95b3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-869b2bed-72f7-411-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e"}, "enabled": true, "id": "22867e2027444260b630e86b6a93139e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj"}]} 2018-09-04 22:26:43,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-869b2bed-72f7-411-proj used request id req-fd49419e-99b5-4c1c-87bf-eb3e282c95b3 2018-09-04 22:26:43,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a984faaf8715b8e5495c66903d7341e056c328" 2018-09-04 22:26:43,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3befc14-355b-4a35-b58c-855c1a20e5d3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:26:43,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e3befc14-355b-4a35-b58c-855c1a20e5d3 2018-09-04 22:26:43,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a984faaf8715b8e5495c66903d7341e056c328" 2018-09-04 22:26:43,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e93bd19-7968-4846-8a98-08ee61c0e5d9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:26:43,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8e93bd19-7968-4846-8a98-08ee61c0e5d9 2018-09-04 22:26:44,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-869b2bed-72f7-411-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a984faaf8715b8e5495c66903d7341e056c328" 2018-09-04 22:26:44,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e6dfe15-a2b3-4c71-bc06-34ef1b3b7271 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-869b2bed-72f7-411-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e"}, "enabled": true, "id": "22867e2027444260b630e86b6a93139e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj"}]} 2018-09-04 22:26:44,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-869b2bed-72f7-411-proj used request id req-5e6dfe15-a2b3-4c71-bc06-34ef1b3b7271 2018-09-04 22:26:44,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/5651f569744e403cb2b000ef8918a804 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a984faaf8715b8e5495c66903d7341e056c328" 2018-09-04 22:26:44,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f9b6233-2bd1-4602-9f62-d4f42d026bd9 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-869b2bed-72f7-411-user", "links": {"self": "http://172.30.9.26:5000/v3/users/5651f569744e403cb2b000ef8918a804"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "22867e2027444260b630e86b6a93139e", "id": "5651f569744e403cb2b000ef8918a804", "password_expires_at": null}} 2018-09-04 22:26:44,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/5651f569744e403cb2b000ef8918a804 used request id req-6f9b6233-2bd1-4602-9f62-d4f42d026bd9 2018-09-04 22:26:44,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e/users/5651f569744e403cb2b000ef8918a804/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a984faaf8715b8e5495c66903d7341e056c328" 2018-09-04 22:26:44,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32dad33d-6fe8-4c57-823e-1fc75aa6b459 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e/users/5651f569744e403cb2b000ef8918a804/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:26:44,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e/users/5651f569744e403cb2b000ef8918a804/roles used request id req-32dad33d-6fe8-4c57-823e-1fc75aa6b459 2018-09-04 22:26:44,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a984faaf8715b8e5495c66903d7341e056c328" 2018-09-04 22:26:44,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11c04d08-b41d-4b58-ae5a-9353cee5882f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:26:44,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-11c04d08-b41d-4b58-ae5a-9353cee5882f 2018-09-04 22:26:44,388 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-869b2bed-72f7-411-proj 2018-09-04 22:26:44,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e/users/5651f569744e403cb2b000ef8918a804/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a984faaf8715b8e5495c66903d7341e056c328" 2018-09-04 22:26:44,589 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:26:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3066116-f96d-40b9-80bf-3e25adc96cd1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:26:44,590 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e/users/5651f569744e403cb2b000ef8918a804/roles/ee65b3cf18824d4786e4806145ea807f used request id req-a3066116-f96d-40b9-80bf-3e25adc96cd1 2018-09-04 22:26:44,590 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-869b2bed-72f7-411-user 2018-09-04 22:26:44,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:26:44,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:26:44,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adae0702-85dc-45b7-b5dd-58f72a3b3d1b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:26:44,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-adae0702-85dc-45b7-b5dd-58f72a3b3d1b 2018-09-04 22:26:44,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" -d '{"role": {"name": "CreateStackSuccessTests-869b2bed-72f7-411-proj-role"}}' 2018-09-04 22:26:44,803 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:26:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb926a73-c2c6-4e0a-b59d-8465300ad6d2 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33d6709cb19e4477a36e6277921b7cd1", "links": {"self": "http://172.30.9.26:5000/v3/roles/33d6709cb19e4477a36e6277921b7cd1"}, "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj-role"}} 2018-09-04 22:26:44,803 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-eb926a73-c2c6-4e0a-b59d-8465300ad6d2 2018-09-04 22:26:44,803 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-869b2bed-72f7-411-proj-role 2018-09-04 22:26:44,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/33d6709cb19e4477a36e6277921b7cd1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:26:44,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b62b018-9f20-4386-a720-ccfc52541c9f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/33d6709cb19e4477a36e6277921b7cd1"}, "domain_id": null, "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj-role", "id": "33d6709cb19e4477a36e6277921b7cd1"}} 2018-09-04 22:26:44,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/33d6709cb19e4477a36e6277921b7cd1 used request id req-8b62b018-9f20-4386-a720-ccfc52541c9f 2018-09-04 22:26:44,895 - keystone_utils - INFO - Granting role CreateStackSuccessTests-869b2bed-72f7-411-proj-role to project CreateStackSuccessTests-869b2bed-72f7-411-proj 2018-09-04 22:26:44,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e/users/5651f569744e403cb2b000ef8918a804/roles/33d6709cb19e4477a36e6277921b7cd1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:26:45,038 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:26:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6739dd9b-81e4-4a8e-ad45-7bfe22bb54d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:26:45,039 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e/users/5651f569744e403cb2b000ef8918a804/roles/33d6709cb19e4477a36e6277921b7cd1 used request id req-6739dd9b-81e4-4a8e-ad45-7bfe22bb54d0 2018-09-04 22:26:45,039 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:26:45,039 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:26:45,040 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:26:45,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:26:45,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d6709cb19e4477a36e6277921b7cd1", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:26:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22867e2027444260b630e86b6a93139e", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-869b2bed-72f7-411-user", "id": "5651f569744e403cb2b000ef8918a804"}, "audit_ids": ["J37pZUzIQ-20h6rgLzM83Q"], "issued_at": "2018-09-04T22:26:45.000000Z"}} 2018-09-04 22:26:45,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2909528f993f715747853b3938e6bdb9809671a2" 2018-09-04 22:26:45,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad0c8bf0-a59e-4b76-8349-d224213beab7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:26:45,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ad0c8bf0-a59e-4b76-8349-d224213beab7 2018-09-04 22:26:45,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2909528f993f715747853b3938e6bdb9809671a2" 2018-09-04 22:26:45,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-6fdce6c1-ad94-44d3-9a0c-92af02bd312a Date: Tue, 04 Sep 2018 22:26:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image"} 2018-09-04 22:26:45,680 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image used request id req-6fdce6c1-ad94-44d3-9a0c-92af02bd312a 2018-09-04 22:26:45,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2909528f993f715747853b3938e6bdb9809671a2" 2018-09-04 22:26:45,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3b374b1b-11e9-440d-8e48-1e6369e9d1dc Date: Tue, 04 Sep 2018 22:26:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:26:45,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3b374b1b-11e9-440d-8e48-1e6369e9d1dc 2018-09-04 22:26:45,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2909528f993f715747853b3938e6bdb9809671a2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image"}' 2018-09-04 22:26:46,062 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805 X-Openstack-Request-Id: req-c34a1069-3045-4b52-8b3c-9efce3450a9a Date: Tue, 04 Sep 2018 22:26:46 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:26:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:26:46Z", "visibility": "shared", "locations": [], "self": "/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805", "min_disk": 0, "protected": false, "id": "6c4929aa-3527-4efc-8ca6-1aabb955a805", "file": "/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805/file", "checksum": null, "owner": "22867e2027444260b630e86b6a93139e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:26:46,062 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-c34a1069-3045-4b52-8b3c-9efce3450a9a 2018-09-04 22:26:46,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2909528f993f715747853b3938e6bdb9809671a2" -d '' 2018-09-04 22:26:47,860 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-860e29d3-0753-4918-98a7-248330245194 Date: Tue, 04 Sep 2018 22:26:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:26:47,860 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805/file used request id req-860e29d3-0753-4918-98a7-248330245194 2018-09-04 22:26:47,861 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:26:47,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2909528f993f715747853b3938e6bdb9809671a2" 2018-09-04 22:26:48,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-f55c2674-0df1-4370-a279-86a8868443d9 Date: Tue, 04 Sep 2018 22:26:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:26:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:26:47Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6c4929aa-3527-4efc-8ca6-1aabb955a805/snap", "metadata": {}}], "self": "/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805", "min_disk": 0, "protected": false, "id": "6c4929aa-3527-4efc-8ca6-1aabb955a805", "file": "/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "22867e2027444260b630e86b6a93139e", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6c4929aa-3527-4efc-8ca6-1aabb955a805/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:26:48,043 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805 used request id req-f55c2674-0df1-4370-a279-86a8868443d9 2018-09-04 22:26:48,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2909528f993f715747853b3938e6bdb9809671a2" 2018-09-04 22:26:48,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9c5b27cc-2161-40bd-a9c4-07b34fc65377 Date: Tue, 04 Sep 2018 22:26:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:26:48,210 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-9c5b27cc-2161-40bd-a9c4-07b34fc65377 2018-09-04 22:26:48,213 - create_image - INFO - Created image with name - CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image 2018-09-04 22:26:48,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2909528f993f715747853b3938e6bdb9809671a2" 2018-09-04 22:26:48,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-8c709e8b-dc20-4faa-86ed-03421d65b62a Date: Tue, 04 Sep 2018 22:26:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:26:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:26:47Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6c4929aa-3527-4efc-8ca6-1aabb955a805/snap", "metadata": {}}], "self": "/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805", "min_disk": 0, "protected": false, "id": "6c4929aa-3527-4efc-8ca6-1aabb955a805", "file": "/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "22867e2027444260b630e86b6a93139e", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6c4929aa-3527-4efc-8ca6-1aabb955a805/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:26:48,387 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805 used request id req-8c709e8b-dc20-4faa-86ed-03421d65b62a 2018-09-04 22:26:48,387 - create_image - DEBUG - Instance status is - active 2018-09-04 22:26:48,387 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image 2018-09-04 22:26:48,387 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image 2018-09-04 22:26:48,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:26:48,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:26:48,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ycwTYTHqTjKJp6rz9FIWVg"], "issued_at": "2018-09-04T22:26:48.000000Z"}} 2018-09-04 22:26:48,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed32418926a4d6d79dbd8649690a623ce66aeddd" 2018-09-04 22:26:48,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a7ab5c-a183-4f58-bb1a-2b886c201cd6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:26:48,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c7a7ab5c-a183-4f58-bb1a-2b886c201cd6 2018-09-04 22:26:48,849 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:26:48,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed32418926a4d6d79dbd8649690a623ce66aeddd" 2018-09-04 22:26:49,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d00982b-e148-494b-89ef-71b1e42cd47b x-compute-request-id: req-0d00982b-e148-494b-89ef-71b1e42cd47b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:26:49,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0d00982b-e148-494b-89ef-71b1e42cd47b 2018-09-04 22:26:49,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed32418926a4d6d79dbd8649690a623ce66aeddd" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:26:49,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab70b79b-c6ed-4d43-8fc2-680d745e68b4 x-compute-request-id: req-ab70b79b-c6ed-4d43-8fc2-680d745e68b4 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/9a245512-8c6d-4d4d-8108-65ea26a7c6a4", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/9a245512-8c6d-4d4d-8108-65ea26a7c6a4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9a245512-8c6d-4d4d-8108-65ea26a7c6a4", "name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:26:49,083 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-ab70b79b-c6ed-4d43-8fc2-680d745e68b4 2018-09-04 22:26:49,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:26:49,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:26:49,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d6709cb19e4477a36e6277921b7cd1", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:26:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22867e2027444260b630e86b6a93139e", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-869b2bed-72f7-411-user", "id": "5651f569744e403cb2b000ef8918a804"}, "audit_ids": ["uPEnb6sbSYKkJAP3RJlIaw"], "issued_at": "2018-09-04T22:26:49.000000Z"}} 2018-09-04 22:26:49,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:26:49,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86c6997c-d0f0-482f-90fc-b4c71ae51d80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:26:49,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-86c6997c-d0f0-482f-90fc-b4c71ae51d80 2018-09-04 22:26:49,545 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:26:49,548 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:26:49,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:26:49,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:49 GMT Server: Apache x-openstack-request-id: req-783bb38e-0c74-4579-a8cd-07b442ead11c Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:26:49,723 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack used request id req-783bb38e-0c74-4579-a8cd-07b442ead11c 2018-09-04 22:26:49,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name"}}' 2018-09-04 22:26:52,035 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:26:49 GMT Server: Apache x-openstack-request-id: req-04270685-c1a1-4a24-8865-7ab52ac95aa6 Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "b66545a7-269d-4585-9dd4-dcd403777548", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}]}} 2018-09-04 22:26:52,036 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks used request id req-04270685-c1a1-4a24-8865-7ab52ac95aa6 2018-09-04 22:26:52,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:26:52,208 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:52 GMT Server: Apache x-openstack-request-id: req-6801e91b-213f-46bc-b278-294e579215b9 Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:52,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:52 GMT Server: Apache x-openstack-request-id: req-9e96f432-8fde-4427-be0e-1c9444d7c755 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "22867e2027444260b630e86b6a93139e", "OS::stack_id": "b66545a7-269d-4585-9dd4-dcd403777548", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "stack_user_project_id": "38a3c26960b74bf7880494d918890b92", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:26:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b66545a7-269d-4585-9dd4-dcd403777548", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:52,395 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-9e96f432-8fde-4427-be0e-1c9444d7c755 2018-09-04 22:26:52,396 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack 2018-09-04 22:26:52,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:26:52,576 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:52 GMT Server: Apache x-openstack-request-id: req-c533fe26-6d54-436f-b335-ae62a1426914 Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:52,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:52 GMT Server: Apache x-openstack-request-id: req-8f11346d-c48a-4da4-a770-1c69ef5d5cf0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "22867e2027444260b630e86b6a93139e", "OS::stack_id": "b66545a7-269d-4585-9dd4-dcd403777548", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "stack_user_project_id": "38a3c26960b74bf7880494d918890b92", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:26:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b66545a7-269d-4585-9dd4-dcd403777548", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:52,773 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-8f11346d-c48a-4da4-a770-1c69ef5d5cf0 2018-09-04 22:26:52,774 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:26:52,774 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:26:55,777 - create_stack - DEBUG - Stack status query timeout in 1196.61882806 2018-09-04 22:26:55,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:26:55,971 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:55 GMT Server: Apache x-openstack-request-id: req-59725c8c-01d2-495c-80d2-5a7efbc16011 Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:56,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:55 GMT Server: Apache x-openstack-request-id: req-838bb665-1674-40c0-8324-ee5c5630d193 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "22867e2027444260b630e86b6a93139e", "OS::stack_id": "b66545a7-269d-4585-9dd4-dcd403777548", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "stack_user_project_id": "38a3c26960b74bf7880494d918890b92", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:26:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b66545a7-269d-4585-9dd4-dcd403777548", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:56,014 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-838bb665-1674-40c0-8324-ee5c5630d193 2018-09-04 22:26:56,015 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:26:56,015 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:26:59,018 - create_stack - DEBUG - Stack status query timeout in 1193.37825418 2018-09-04 22:26:59,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:26:59,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:26:59 GMT Server: Apache x-openstack-request-id: req-4f63ebd1-1c8c-4aad-8474-dfe06e130a7e Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:26:59,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:26:59 GMT Server: Apache x-openstack-request-id: req-33ac25b1-7b08-4c11-abec-d9dd1d3c35a4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "22867e2027444260b630e86b6a93139e", "OS::stack_id": "b66545a7-269d-4585-9dd4-dcd403777548", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "stack_user_project_id": "38a3c26960b74bf7880494d918890b92", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:26:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b66545a7-269d-4585-9dd4-dcd403777548", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:26:59,399 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-33ac25b1-7b08-4c11-abec-d9dd1d3c35a4 2018-09-04 22:26:59,399 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:26:59,399 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:27:02,403 - create_stack - DEBUG - Stack status query timeout in 1189.99341416 2018-09-04 22:27:02,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:02,574 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:02 GMT Server: Apache x-openstack-request-id: req-3111bdf1-1257-4b57-9059-7f235b18ada6 Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:02,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:02 GMT Server: Apache x-openstack-request-id: req-b75b4e59-4c1a-4cf7-be3b-c2b220a7eaef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "22867e2027444260b630e86b6a93139e", "OS::stack_id": "b66545a7-269d-4585-9dd4-dcd403777548", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "stack_user_project_id": "38a3c26960b74bf7880494d918890b92", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:26:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b66545a7-269d-4585-9dd4-dcd403777548", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:02,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-b75b4e59-4c1a-4cf7-be3b-c2b220a7eaef 2018-09-04 22:27:02,616 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:27:02,616 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:27:05,619 - create_stack - DEBUG - Stack status query timeout in 1186.77677107 2018-09-04 22:27:05,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:05,650 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:05 GMT Server: Apache x-openstack-request-id: req-0c61afaa-4a8a-4b25-956c-2211b96b1f11 Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:05,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:05 GMT Server: Apache x-openstack-request-id: req-6a53691e-27eb-4738-9d80-ade3175f1f17 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "22867e2027444260b630e86b6a93139e", "OS::stack_id": "b66545a7-269d-4585-9dd4-dcd403777548", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "stack_user_project_id": "38a3c26960b74bf7880494d918890b92", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:26:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b66545a7-269d-4585-9dd4-dcd403777548", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:05,835 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-6a53691e-27eb-4738-9d80-ade3175f1f17 2018-09-04 22:27:05,836 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:27:05,836 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:27:08,839 - create_stack - DEBUG - Stack status query timeout in 1183.55685711 2018-09-04 22:27:08,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:09,031 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:08 GMT Server: Apache x-openstack-request-id: req-a3558209-205a-437e-9029-97c7f232820d Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:09,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:09 GMT Server: Apache x-openstack-request-id: req-41f65201-f03d-4cfd-9f13-a8558843a7b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "22867e2027444260b630e86b6a93139e", "OS::stack_id": "b66545a7-269d-4585-9dd4-dcd403777548", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "stack_user_project_id": "38a3c26960b74bf7880494d918890b92", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:26:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b66545a7-269d-4585-9dd4-dcd403777548", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:09,247 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-41f65201-f03d-4cfd-9f13-a8558843a7b4 2018-09-04 22:27:09,248 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:27:09,248 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack 2018-09-04 22:27:09,248 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack 2018-09-04 22:27:09,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:09,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:09 GMT Server: Apache x-openstack-request-id: req-1a901608-6e6c-4b93-9a03-f68e2b0323eb Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:09,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:09 GMT Server: Apache x-openstack-request-id: req-db640b50-78cc-462e-bab2-ffac1b67f8d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-04T22:26:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:26:52Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "60a8c8fe-2545-4681-8c6f-0f337870745e", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-04T22:26:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:26:52Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "78e39142-379c-40ce-8f7b-3c590c5fd394", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-04T22:26:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:26:52Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "9272487e-587e-4ea1-ad52-1b097e1dcddb", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-04T22:26:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:26:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8e1d874d-fe94-45f9-a244-8c1d74f59a03", "resource_type": "OS::Nova::Server"}]} 2018-09-04 22:27:09,551 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548/resources used request id req-db640b50-78cc-462e-bab2-ffac1b67f8d9 2018-09-04 22:27:09,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=9272487e-587e-4ea1-ad52-1b097e1dcddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:09,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-6c075116-9994-4de0-b8a2-c8a5ca068106 Date: Tue, 04 Sep 2018 22:27:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["78e39142-379c-40ce-8f7b-3c590c5fd394"],"updated_at":"2018-09-04T22:26:54Z","tenant_id":"22867e2027444260b630e86b6a93139e","created_at":"2018-09-04T22:26:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22867e2027444260b630e86b6a93139e","id":"9272487e-587e-4ea1-ad52-1b097e1dcddb","name":"CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net"}]} 2018-09-04 22:27:09,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=9272487e-587e-4ea1-ad52-1b097e1dcddb used request id req-6c075116-9994-4de0-b8a2-c8a5ca068106 2018-09-04 22:27:09,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9272487e-587e-4ea1-ad52-1b097e1dcddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:09,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ea325dcf-04b4-4b78-bf56-5be81b1efd0b Date: Tue, 04 Sep 2018 22:27:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9272487e-587e-4ea1-ad52-1b097e1dcddb","tenant_id":"22867e2027444260b630e86b6a93139e","created_at":"2018-09-04T22:26:54Z","dns_nameservers":[],"updated_at":"2018-09-04T22:26:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"22867e2027444260b630e86b6a93139e","id":"78e39142-379c-40ce-8f7b-3c590c5fd394","subnetpool_id":null,"name":"CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet"}]} 2018-09-04 22:27:09,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9272487e-587e-4ea1-ad52-1b097e1dcddb used request id req-ea325dcf-04b4-4b78-bf56-5be81b1efd0b 2018-09-04 22:27:09,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9272487e-587e-4ea1-ad52-1b097e1dcddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:10,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-cb262820-f4cc-4525-bb36-fdbdfa6589d3 Date: Tue, 04 Sep 2018 22:27:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9272487e-587e-4ea1-ad52-1b097e1dcddb","tenant_id":"22867e2027444260b630e86b6a93139e","created_at":"2018-09-04T22:26:54Z","dns_nameservers":[],"updated_at":"2018-09-04T22:26:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"22867e2027444260b630e86b6a93139e","id":"78e39142-379c-40ce-8f7b-3c590c5fd394","subnetpool_id":null,"name":"CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet"}]} 2018-09-04 22:27:10,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9272487e-587e-4ea1-ad52-1b097e1dcddb used request id req-cb262820-f4cc-4525-bb36-fdbdfa6589d3 2018-09-04 22:27:10,003 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:27:10,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:27:10,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d6709cb19e4477a36e6277921b7cd1", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:27:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22867e2027444260b630e86b6a93139e", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-869b2bed-72f7-411-user", "id": "5651f569744e403cb2b000ef8918a804"}, "audit_ids": ["rzUZGHcqRCKieFVf7uXYVg"], "issued_at": "2018-09-04T22:27:10.000000Z"}} 2018-09-04 22:27:10,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28dd6b606ab4118780b20ce8206ee4581c621357" 2018-09-04 22:27:10,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8e328db-81cf-4bc9-b7ea-0b8670826b86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:27:10,473 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f8e328db-81cf-4bc9-b7ea-0b8670826b86 2018-09-04 22:27:10,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28dd6b606ab4118780b20ce8206ee4581c621357" 2018-09-04 22:27:10,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-461ecf3d-0e39-42b8-9bff-0129ccff5388 Date: Tue, 04 Sep 2018 22:27:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["78e39142-379c-40ce-8f7b-3c590c5fd394"],"updated_at":"2018-09-04T22:26:54Z","tenant_id":"22867e2027444260b630e86b6a93139e","created_at":"2018-09-04T22:26:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22867e2027444260b630e86b6a93139e","id":"9272487e-587e-4ea1-ad52-1b097e1dcddb","name":"CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net"}]} 2018-09-04 22:27:10,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net used request id req-461ecf3d-0e39-42b8-9bff-0129ccff5388 2018-09-04 22:27:10,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:27:10,737 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:27:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:27:10,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28dd6b606ab4118780b20ce8206ee4581c621357" 2018-09-04 22:27:10,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8788b51-39d7-4673-ac13-3aeaf1d2641f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e"}, "enabled": true, "id": "22867e2027444260b630e86b6a93139e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj"}} 2018-09-04 22:27:10,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e used request id req-a8788b51-39d7-4673-ac13-3aeaf1d2641f 2018-09-04 22:27:10,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9272487e-587e-4ea1-ad52-1b097e1dcddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28dd6b606ab4118780b20ce8206ee4581c621357" 2018-09-04 22:27:11,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-4a0798aa-cc56-4399-846a-c57c5ed3a551 Date: Tue, 04 Sep 2018 22:27:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9272487e-587e-4ea1-ad52-1b097e1dcddb","tenant_id":"22867e2027444260b630e86b6a93139e","created_at":"2018-09-04T22:26:54Z","dns_nameservers":[],"updated_at":"2018-09-04T22:26:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"22867e2027444260b630e86b6a93139e","id":"78e39142-379c-40ce-8f7b-3c590c5fd394","subnetpool_id":null,"name":"CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet"}]} 2018-09-04 22:27:11,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9272487e-587e-4ea1-ad52-1b097e1dcddb used request id req-4a0798aa-cc56-4399-846a-c57c5ed3a551 2018-09-04 22:27:11,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:27:11,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d6709cb19e4477a36e6277921b7cd1", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:27:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22867e2027444260b630e86b6a93139e", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/22867e2027444260b630e86b6a93139e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/22867e2027444260b630e86b6a93139e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/22867e2027444260b630e86b6a93139e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-869b2bed-72f7-411-user", "id": "5651f569744e403cb2b000ef8918a804"}, "audit_ids": ["wtKHJlOuTJa7gagSEC61gA"], "issued_at": "2018-09-04T22:27:11.000000Z"}} 2018-09-04 22:27:11,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}729e2516abe7417b8cc7fc8533af5e8876c29ec2" 2018-09-04 22:27:11,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50a4bd1a-69dd-4d4f-9bb7-22eccd9b5780 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:27:11,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-50a4bd1a-69dd-4d4f-9bb7-22eccd9b5780 2018-09-04 22:27:11,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}729e2516abe7417b8cc7fc8533af5e8876c29ec2" 2018-09-04 22:27:11,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-15d5d477-4a46-4e9f-805f-aadf7f1476cb Date: Tue, 04 Sep 2018 22:27:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["78e39142-379c-40ce-8f7b-3c590c5fd394"],"updated_at":"2018-09-04T22:26:54Z","tenant_id":"22867e2027444260b630e86b6a93139e","created_at":"2018-09-04T22:26:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22867e2027444260b630e86b6a93139e","id":"9272487e-587e-4ea1-ad52-1b097e1dcddb","name":"CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net"}]} 2018-09-04 22:27:11,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net used request id req-15d5d477-4a46-4e9f-805f-aadf7f1476cb 2018-09-04 22:27:11,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9272487e-587e-4ea1-ad52-1b097e1dcddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}729e2516abe7417b8cc7fc8533af5e8876c29ec2" 2018-09-04 22:27:11,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ef6d4772-5b1c-4d6a-8559-bba44b33fe9f Date: Tue, 04 Sep 2018 22:27:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9272487e-587e-4ea1-ad52-1b097e1dcddb","tenant_id":"22867e2027444260b630e86b6a93139e","created_at":"2018-09-04T22:26:54Z","dns_nameservers":[],"updated_at":"2018-09-04T22:26:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"22867e2027444260b630e86b6a93139e","id":"78e39142-379c-40ce-8f7b-3c590c5fd394","subnetpool_id":null,"name":"CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet"}]} 2018-09-04 22:27:11,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9272487e-587e-4ea1-ad52-1b097e1dcddb used request id req-ef6d4772-5b1c-4d6a-8559-bba44b33fe9f 2018-09-04 22:27:11,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=9272487e-587e-4ea1-ad52-1b097e1dcddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}729e2516abe7417b8cc7fc8533af5e8876c29ec2" 2018-09-04 22:27:12,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-a6bdd0ad-92e8-42d7-9855-07f9979ea602 Date: Tue, 04 Sep 2018 22:27:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["78e39142-379c-40ce-8f7b-3c590c5fd394"],"updated_at":"2018-09-04T22:26:54Z","tenant_id":"22867e2027444260b630e86b6a93139e","created_at":"2018-09-04T22:26:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22867e2027444260b630e86b6a93139e","id":"9272487e-587e-4ea1-ad52-1b097e1dcddb","name":"CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net"}]} 2018-09-04 22:27:12,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=9272487e-587e-4ea1-ad52-1b097e1dcddb used request id req-a6bdd0ad-92e8-42d7-9855-07f9979ea602 2018-09-04 22:27:12,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9272487e-587e-4ea1-ad52-1b097e1dcddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}729e2516abe7417b8cc7fc8533af5e8876c29ec2" 2018-09-04 22:27:12,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-baef227b-ed81-4845-8fd7-91170b44d273 Date: Tue, 04 Sep 2018 22:27:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9272487e-587e-4ea1-ad52-1b097e1dcddb","tenant_id":"22867e2027444260b630e86b6a93139e","created_at":"2018-09-04T22:26:54Z","dns_nameservers":[],"updated_at":"2018-09-04T22:26:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"22867e2027444260b630e86b6a93139e","id":"78e39142-379c-40ce-8f7b-3c590c5fd394","subnetpool_id":null,"name":"CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet"}]} 2018-09-04 22:27:12,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9272487e-587e-4ea1-ad52-1b097e1dcddb used request id req-baef227b-ed81-4845-8fd7-91170b44d273 2018-09-04 22:27:12,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9272487e-587e-4ea1-ad52-1b097e1dcddb&name=CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}729e2516abe7417b8cc7fc8533af5e8876c29ec2" 2018-09-04 22:27:12,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-08b0a308-18e8-4a2a-a74b-456a57d4eac4 Date: Tue, 04 Sep 2018 22:27:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9272487e-587e-4ea1-ad52-1b097e1dcddb","tenant_id":"22867e2027444260b630e86b6a93139e","created_at":"2018-09-04T22:26:54Z","dns_nameservers":[],"updated_at":"2018-09-04T22:26:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"22867e2027444260b630e86b6a93139e","id":"78e39142-379c-40ce-8f7b-3c590c5fd394","subnetpool_id":null,"name":"CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet"}]} 2018-09-04 22:27:12,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9272487e-587e-4ea1-ad52-1b097e1dcddb&name=CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet used request id req-08b0a308-18e8-4a2a-a74b-456a57d4eac4 2018-09-04 22:27:12,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/78e39142-379c-40ce-8f7b-3c590c5fd394 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}729e2516abe7417b8cc7fc8533af5e8876c29ec2" 2018-09-04 22:27:12,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-cc7aeb66-c94a-4963-8a46-fd3cea787341 Date: Tue, 04 Sep 2018 22:27:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9272487e-587e-4ea1-ad52-1b097e1dcddb","tenant_id":"22867e2027444260b630e86b6a93139e","created_at":"2018-09-04T22:26:54Z","dns_nameservers":[],"updated_at":"2018-09-04T22:26:54Z","gateway_ip":"10.0.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.0.0.0/24","project_id":"22867e2027444260b630e86b6a93139e","id":"78e39142-379c-40ce-8f7b-3c590c5fd394","subnetpool_id":null,"name":"CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet"}} 2018-09-04 22:27:12,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/78e39142-379c-40ce-8f7b-3c590c5fd394 used request id req-cc7aeb66-c94a-4963-8a46-fd3cea787341 2018-09-04 22:27:12,542 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack 2018-09-04 22:27:12,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:12,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:12 GMT Server: Apache x-openstack-request-id: req-d34836d2-ad5d-4f9d-a57b-884c4f448904 Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:12,760 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:27:12 GMT Server: Apache x-openstack-request-id: req-d6ac2f4e-7d29-4565-81d6-0ae761b06913 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:27:12,760 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-d6ac2f4e-7d29-4565-81d6-0ae761b06913 2018-09-04 22:27:12,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:12,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:12 GMT Server: Apache x-openstack-request-id: req-cd8c2f9f-c2cc-4cca-a618-05c7dff3dbd3 Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:12,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:12 GMT Server: Apache x-openstack-request-id: req-8265dcc6-03fb-4800-813e-d063ce05a0a2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "22867e2027444260b630e86b6a93139e", "OS::stack_id": "b66545a7-269d-4585-9dd4-dcd403777548", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "stack_user_project_id": "38a3c26960b74bf7880494d918890b92", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:26:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b66545a7-269d-4585-9dd4-dcd403777548", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:12,832 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-8265dcc6-03fb-4800-813e-d063ce05a0a2 2018-09-04 22:27:12,833 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:27:12,833 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:27:15,836 - create_stack - DEBUG - Stack status query timeout in 1196.92427802 2018-09-04 22:27:15,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:15,867 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:15 GMT Server: Apache x-openstack-request-id: req-a27bf117-a90e-4c38-bd94-b96b6367cdc1 Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:15,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:15 GMT Server: Apache x-openstack-request-id: req-a0dea518-712f-4130-87b6-371cdaecafa6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "22867e2027444260b630e86b6a93139e", "OS::stack_id": "b66545a7-269d-4585-9dd4-dcd403777548", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name", "net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "stack_user_project_id": "38a3c26960b74bf7880494d918890b92", "tags": null, "creation_time": "2018-09-04T22:26:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:27:12Z", "id": "b66545a7-269d-4585-9dd4-dcd403777548", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:15,893 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-a0dea518-712f-4130-87b6-371cdaecafa6 2018-09-04 22:27:15,894 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:27:15,894 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:27:18,897 - create_stack - DEBUG - Stack status query timeout in 1193.86360717 2018-09-04 22:27:18,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:18,927 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:18 GMT Server: Apache x-openstack-request-id: req-4c43c3c2-c200-43f5-9f70-7a94714033bb Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:18,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:18 GMT Server: Apache x-openstack-request-id: req-83e9b38c-8cd0-4d1d-886e-5930e77ce091 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "22867e2027444260b630e86b6a93139e", "OS::stack_id": "b66545a7-269d-4585-9dd4-dcd403777548", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name", "net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "stack_user_project_id": "38a3c26960b74bf7880494d918890b92", "tags": null, "creation_time": "2018-09-04T22:26:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:27:12Z", "id": "b66545a7-269d-4585-9dd4-dcd403777548", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:18,953 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-83e9b38c-8cd0-4d1d-886e-5930e77ce091 2018-09-04 22:27:18,953 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:27:18,953 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:27:21,957 - create_stack - DEBUG - Stack status query timeout in 1190.80407596 2018-09-04 22:27:21,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:22,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:21 GMT Server: Apache x-openstack-request-id: req-f4093395-4abf-4ee8-b40b-867c445a055f Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:22,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:22 GMT Server: Apache x-openstack-request-id: req-121da405-34ee-4a37-b51e-ea4f321ff53b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "22867e2027444260b630e86b6a93139e", "OS::stack_id": "b66545a7-269d-4585-9dd4-dcd403777548", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name", "net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "stack_user_project_id": "38a3c26960b74bf7880494d918890b92", "tags": null, "creation_time": "2018-09-04T22:26:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:27:12Z", "id": "b66545a7-269d-4585-9dd4-dcd403777548", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:22,300 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-121da405-34ee-4a37-b51e-ea4f321ff53b 2018-09-04 22:27:22,301 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:27:22,301 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:27:25,304 - create_stack - DEBUG - Stack status query timeout in 1187.45648217 2018-09-04 22:27:25,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:25,477 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:25 GMT Server: Apache x-openstack-request-id: req-b39d5df9-13c7-4e93-92f5-8ac7fdc356b1 Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:25,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:25 GMT Server: Apache x-openstack-request-id: req-91573548-a160-4777-aa0b-6707882fc396 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "22867e2027444260b630e86b6a93139e", "OS::stack_id": "b66545a7-269d-4585-9dd4-dcd403777548", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "image_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image", "inst_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-inst", "subnet_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-subnet", "flavor_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-flavor-name", "net_name": "CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack", "stack_user_project_id": "38a3c26960b74bf7880494d918890b92", "tags": null, "creation_time": "2018-09-04T22:26:51Z", "links": [{"href": "http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:27:12Z", "id": "b66545a7-269d-4585-9dd4-dcd403777548", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:25,505 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-91573548-a160-4777-aa0b-6707882fc396 2018-09-04 22:27:25,506 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:27:25,506 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack 2018-09-04 22:27:25,506 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack 2018-09-04 22:27:25,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/b66545a7-269d-4585-9dd4-dcd403777548 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2168ef89dc3aa02b96ff368a8962d73e2eb350" 2018-09-04 22:27:25,534 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:25 GMT Server: Apache x-openstack-request-id: req-444c02de-4996-442d-b514-113e028d446c Location: http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:25,559 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:27:25 GMT Server: Apache x-openstack-request-id: req-2d3faae1-1f1a-404b-a163-8a5dd18dc653 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:27:25,559 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/22867e2027444260b630e86b6a93139e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-stack/b66545a7-269d-4585-9dd4-dcd403777548 used request id req-2d3faae1-1f1a-404b-a163-8a5dd18dc653 2018-09-04 22:27:25,560 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-da02bfb9-504c-4372-b9b0-692148f840dc-image 2018-09-04 22:27:25,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2909528f993f715747853b3938e6bdb9809671a2" 2018-09-04 22:27:26,983 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76604069-917f-4d0c-8514-ebe34f95b0de Date: Tue, 04 Sep 2018 22:27:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:27:26,983 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/6c4929aa-3527-4efc-8ca6-1aabb955a805 used request id req-76604069-917f-4d0c-8514-ebe34f95b0de 2018-09-04 22:27:26,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/9a245512-8c6d-4d4d-8108-65ea26a7c6a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed32418926a4d6d79dbd8649690a623ce66aeddd" 2018-09-04 22:27:27,025 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:27:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a8581f8-12df-4312-bf4d-5eb3c7affb2f x-compute-request-id: req-2a8581f8-12df-4312-bf4d-5eb3c7affb2f Content-Length: 0 Content-Type: application/json 2018-09-04 22:27:27,025 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/9a245512-8c6d-4d4d-8108-65ea26a7c6a4 used request id req-2a8581f8-12df-4312-bf4d-5eb3c7affb2f 2018-09-04 22:27:27,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:27,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-ced4bdf8-be5f-4def-8bd1-f1a0515a55c5 Date: Tue, 04 Sep 2018 22:27:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22867e2027444260b630e86b6a93139e", "created_at": "2018-09-04T22:26:52Z", "updated_at": "2018-09-04T22:26:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:26:52Z", "revision_number": 0, "id": "139e0176-57b6-4115-9ed3-9da763a83bf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:26:52Z", "security_group_id": "3559c558-eda7-4be7-926c-cd9807ea3548", "tenant_id": "22867e2027444260b630e86b6a93139e", "port_range_min": null, "ethertype": "IPv6", "project_id": "22867e2027444260b630e86b6a93139e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:26:52Z", "revision_number": 0, "id": "3fea2212-4f52-4ce8-8c52-d9e644a89bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:26:52Z", "security_group_id": "3559c558-eda7-4be7-926c-cd9807ea3548", "tenant_id": "22867e2027444260b630e86b6a93139e", "port_range_min": null, "ethertype": "IPv4", "project_id": "22867e2027444260b630e86b6a93139e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:26:52Z", "revision_number": 0, "id": "76456db7-e949-4a71-8009-a33a1bcaa1f3", "remote_group_id": "3559c558-eda7-4be7-926c-cd9807ea3548", "remote_ip_prefix": null, "created_at": "2018-09-04T22:26:52Z", "security_group_id": "3559c558-eda7-4be7-926c-cd9807ea3548", "tenant_id": "22867e2027444260b630e86b6a93139e", "port_range_min": null, "ethertype": "IPv6", "project_id": "22867e2027444260b630e86b6a93139e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:26:52Z", "revision_number": 0, "id": "a59d9740-dc4f-4208-b022-1759f6f4fcfb", "remote_group_id": "3559c558-eda7-4be7-926c-cd9807ea3548", "remote_ip_prefix": null, "created_at": "2018-09-04T22:26:52Z", "security_group_id": "3559c558-eda7-4be7-926c-cd9807ea3548", "tenant_id": "22867e2027444260b630e86b6a93139e", "port_range_min": null, "ethertype": "IPv4", "project_id": "22867e2027444260b630e86b6a93139e"}], "revision_number": 4, "project_id": "22867e2027444260b630e86b6a93139e", "id": "3559c558-eda7-4be7-926c-cd9807ea3548", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:27:27,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-ced4bdf8-be5f-4def-8bd1-f1a0515a55c5 2018-09-04 22:27:27,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:27,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-141ab4e9-68af-4fc4-82ff-cc487581c170 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:27:27,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-141ab4e9-68af-4fc4-82ff-cc487581c170 2018-09-04 22:27:27,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:27,452 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff9aadf6-a162-499a-ae31-35ac43688b99 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:27:27,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-ff9aadf6-a162-499a-ae31-35ac43688b99 2018-09-04 22:27:27,452 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:27:27,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:27,537 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37c040b5-c7ea-4b83-a573-ca781bddfa14 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:27:27,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-37c040b5-c7ea-4b83-a573-ca781bddfa14 2018-09-04 22:27:27,537 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:27:27,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:27,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41629553-9702-4904-873d-d3a4047a56f3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:27:27,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-41629553-9702-4904-873d-d3a4047a56f3 2018-09-04 22:27:27,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:27,719 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10dbdbb9-d9fb-423d-9d49-d0f0ba4a1ffc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:27:27,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-10dbdbb9-d9fb-423d-9d49-d0f0ba4a1ffc 2018-09-04 22:27:27,719 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:27:27,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:27,802 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d94f3ecd-e882-47b9-b5d8-791f161cfbde Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:27:27,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-d94f3ecd-e882-47b9-b5d8-791f161cfbde 2018-09-04 22:27:27,802 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:27:27,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:27,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f32d6405-14ac-4da7-a7b7-dd9a2c35a30e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e"}, "enabled": true, "id": "22867e2027444260b630e86b6a93139e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-869b2bed-72f7-411-proj"}} 2018-09-04 22:27:27,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e used request id req-f32d6405-14ac-4da7-a7b7-dd9a2c35a30e 2018-09-04 22:27:27,896 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3559c558-eda7-4be7-926c-cd9807ea3548 2018-09-04 22:27:27,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3559c558-eda7-4be7-926c-cd9807ea3548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:28,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e272493a-81c1-4500-af9c-40ea1ee470f1 Date: Tue, 04 Sep 2018 22:27:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:26:52Z", "security_group_id": "3559c558-eda7-4be7-926c-cd9807ea3548", "port_range_min": null, "revision_number": 0, "tenant_id": "22867e2027444260b630e86b6a93139e", "created_at": "2018-09-04T22:26:52Z", "project_id": "22867e2027444260b630e86b6a93139e", "id": "139e0176-57b6-4115-9ed3-9da763a83bf4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:26:52Z", "security_group_id": "3559c558-eda7-4be7-926c-cd9807ea3548", "port_range_min": null, "revision_number": 0, "tenant_id": "22867e2027444260b630e86b6a93139e", "created_at": "2018-09-04T22:26:52Z", "project_id": "22867e2027444260b630e86b6a93139e", "id": "3fea2212-4f52-4ce8-8c52-d9e644a89bb5"}, {"remote_group_id": "3559c558-eda7-4be7-926c-cd9807ea3548", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:26:52Z", "security_group_id": "3559c558-eda7-4be7-926c-cd9807ea3548", "port_range_min": null, "revision_number": 0, "tenant_id": "22867e2027444260b630e86b6a93139e", "created_at": "2018-09-04T22:26:52Z", "project_id": "22867e2027444260b630e86b6a93139e", "id": "76456db7-e949-4a71-8009-a33a1bcaa1f3"}, {"remote_group_id": "3559c558-eda7-4be7-926c-cd9807ea3548", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:26:52Z", "security_group_id": "3559c558-eda7-4be7-926c-cd9807ea3548", "port_range_min": null, "revision_number": 0, "tenant_id": "22867e2027444260b630e86b6a93139e", "created_at": "2018-09-04T22:26:52Z", "project_id": "22867e2027444260b630e86b6a93139e", "id": "a59d9740-dc4f-4208-b022-1759f6f4fcfb"}]} 2018-09-04 22:27:28,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3559c558-eda7-4be7-926c-cd9807ea3548 used request id req-e272493a-81c1-4500-af9c-40ea1ee470f1 2018-09-04 22:27:28,070 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:27:28,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/3559c558-eda7-4be7-926c-cd9807ea3548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:28,426 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c4067c0c-75ae-451e-8d56-555abd96fec1 Content-Length: 0 Date: Tue, 04 Sep 2018 22:27:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:27:28,426 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/3559c558-eda7-4be7-926c-cd9807ea3548 used request id req-c4067c0c-75ae-451e-8d56-555abd96fec1 2018-09-04 22:27:28,427 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-869b2bed-72f7-411-proj 2018-09-04 22:27:28,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:28,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:27:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9f568a9-f648-47e2-8248-701b69381d20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:27:28,685 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/22867e2027444260b630e86b6a93139e used request id req-e9f568a9-f648-47e2-8248-701b69381d20 2018-09-04 22:27:28,686 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-869b2bed-72f7-411-proj-role 2018-09-04 22:27:28,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/33d6709cb19e4477a36e6277921b7cd1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:28,814 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:27:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a77f805c-8d32-4909-accd-5ddc8653fb3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:27:28,814 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/33d6709cb19e4477a36e6277921b7cd1 used request id req-a77f805c-8d32-4909-accd-5ddc8653fb3f 2018-09-04 22:27:28,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768cdee9ca3e66f06174c532d8bff25bfa0822c7" 2018-09-04 22:27:28,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd693d6b-eff2-4f22-ad6c-125772cdb729 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:27:28,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-bd693d6b-eff2-4f22-ad6c-125772cdb729 2018-09-04 22:27:28,987 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-869b2bed-72f7-411-user 2018-09-04 22:27:28,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/5651f569744e403cb2b000ef8918a804 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a984faaf8715b8e5495c66903d7341e056c328" 2018-09-04 22:27:29,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:27:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-084d3944-5524-4af4-a9aa-5f8ae20f7875 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:27:29,221 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/5651f569744e403cb2b000ef8918a804 used request id req-084d3944-5524-4af4-a9aa-5f8ae20f7875 2018-09-04 22:27:29,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:27:29,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:27:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["CEyAn4I0SNOjevBE_zx_hA"], "issued_at": "2018-09-04T22:27:29.000000Z"}} 2018-09-04 22:27:29,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e647f0844bda5b8ae35032a657ec599144df0ccf" 2018-09-04 22:27:29,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7b1b503-9c69-49af-89b9-2c395075b21c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:27:29,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e7b1b503-9c69-49af-89b9-2c395075b21c 2018-09-04 22:27:29,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:27:29,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:27:30,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:27:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["D_95d4ksRZOhNumjmGgbgQ"], "issued_at": "2018-09-04T22:27:30.000000Z"}} 2018-09-04 22:27:30,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:27:30,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5085e58-91ad-42d3-a885-20f2737f42a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:27:30,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b5085e58-91ad-42d3-a885-20f2737f42a5 2018-09-04 22:27:30,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:27:30,254 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:27:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:27:30,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-35b38f29-3b67-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:27:30,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f83d225b-945e-4d76-962e-3d3978d81a75 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-35b38f29-3b67-4f8-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:27:30,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-35b38f29-3b67-4f8-proj used request id req-f83d225b-945e-4d76-962e-3d3978d81a75 2018-09-04 22:27:30,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:27:30,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6ba9560-4c7b-48ab-94eb-e731f565d01a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:27:30,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-d6ba9560-4c7b-48ab-94eb-e731f565d01a 2018-09-04 22:27:30,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}}' 2018-09-04 22:27:30,545 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:27:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd3423f6-fedb-40b0-ab69-ab7d1af85c9e Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}} 2018-09-04 22:27:30,545 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-bd3423f6-fedb-40b0-ab69-ab7d1af85c9e 2018-09-04 22:27:30,546 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-35b38f29-3b67-4f8-proj 2018-09-04 22:27:30,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:27:30,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:27:30,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:27:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["AxBl5kgsROe68-3ftXGikQ"], "issued_at": "2018-09-04T22:27:30.000000Z"}} 2018-09-04 22:27:30,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c39e24492a5f73fd51165c99ccf760c1c5d76c9f" 2018-09-04 22:27:30,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5167e3f9-9488-46d8-9b5a-a7af3dc7bef0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:27:30,947 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5167e3f9-9488-46d8-9b5a-a7af3dc7bef0 2018-09-04 22:27:30,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:27:30,956 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:27:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:27:30,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c39e24492a5f73fd51165c99ccf760c1c5d76c9f" 2018-09-04 22:27:31,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be5078fb-e7c9-457b-90d4-85940676a3ea Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:27:31,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-be5078fb-e7c9-457b-90d4-85940676a3ea 2018-09-04 22:27:31,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-35b38f29-3b67-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c39e24492a5f73fd51165c99ccf760c1c5d76c9f" 2018-09-04 22:27:31,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e3b5971-6978-405c-9cc7-ab27092702de Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-35b38f29-3b67-4f8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}]} 2018-09-04 22:27:31,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-35b38f29-3b67-4f8-proj used request id req-3e3b5971-6978-405c-9cc7-ab27092702de 2018-09-04 22:27:31,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c39e24492a5f73fd51165c99ccf760c1c5d76c9f" 2018-09-04 22:27:31,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6687b808-9617-4b50-a69f-33851d657e5b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:27:31,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-6687b808-9617-4b50-a69f-33851d657e5b 2018-09-04 22:27:31,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c39e24492a5f73fd51165c99ccf760c1c5d76c9f" 2018-09-04 22:27:31,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fa22837-20bd-4c66-b593-837d8fd79fdf Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:27:31,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5fa22837-20bd-4c66-b593-837d8fd79fdf 2018-09-04 22:27:31,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-35b38f29-3b67-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c39e24492a5f73fd51165c99ccf760c1c5d76c9f" 2018-09-04 22:27:31,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff23fc7-d270-462b-af08-647e1bb96036 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-35b38f29-3b67-4f8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}]} 2018-09-04 22:27:31,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSuccessTests-35b38f29-3b67-4f8-proj used request id req-dff23fc7-d270-462b-af08-647e1bb96036 2018-09-04 22:27:31,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/cf6b07df8df0453fa89afaef788d9e88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c39e24492a5f73fd51165c99ccf760c1c5d76c9f" 2018-09-04 22:27:31,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a59e63d-c21c-4431-9688-0ad7166f0e47 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-35b38f29-3b67-4f8-user", "links": {"self": "http://172.30.9.26:5000/v3/users/cf6b07df8df0453fa89afaef788d9e88"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "id": "cf6b07df8df0453fa89afaef788d9e88", "password_expires_at": null}} 2018-09-04 22:27:31,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/cf6b07df8df0453fa89afaef788d9e88 used request id req-3a59e63d-c21c-4431-9688-0ad7166f0e47 2018-09-04 22:27:31,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d/users/cf6b07df8df0453fa89afaef788d9e88/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c39e24492a5f73fd51165c99ccf760c1c5d76c9f" 2018-09-04 22:27:32,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d4c7e6b-c1cc-44de-b7d8-7858ce6ba022 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d/users/cf6b07df8df0453fa89afaef788d9e88/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:27:32,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d/users/cf6b07df8df0453fa89afaef788d9e88/roles used request id req-3d4c7e6b-c1cc-44de-b7d8-7858ce6ba022 2018-09-04 22:27:32,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c39e24492a5f73fd51165c99ccf760c1c5d76c9f" 2018-09-04 22:27:32,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3930c509-6491-4b1d-8741-b35fa367a59d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:27:32,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-3930c509-6491-4b1d-8741-b35fa367a59d 2018-09-04 22:27:32,136 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-35b38f29-3b67-4f8-proj 2018-09-04 22:27:32,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d/users/cf6b07df8df0453fa89afaef788d9e88/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c39e24492a5f73fd51165c99ccf760c1c5d76c9f" 2018-09-04 22:27:32,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a67fd24-69b5-482a-9818-3df20d65880f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:27:32,285 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d/users/cf6b07df8df0453fa89afaef788d9e88/roles/ee65b3cf18824d4786e4806145ea807f used request id req-7a67fd24-69b5-482a-9818-3df20d65880f 2018-09-04 22:27:32,285 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-35b38f29-3b67-4f8-user 2018-09-04 22:27:32,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:27:32,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:27:32,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff3ee4aa-81bd-4942-9806-032b0f253a7c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:27:32,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ff3ee4aa-81bd-4942-9806-032b0f253a7c 2018-09-04 22:27:32,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" -d '{"role": {"name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj-role"}}' 2018-09-04 22:27:32,491 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec90032f-0ca6-4ab8-b59e-390acbf2fee7 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "496752a10922467cb380d7c63f9ceba9", "links": {"self": "http://172.30.9.26:5000/v3/roles/496752a10922467cb380d7c63f9ceba9"}, "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj-role"}} 2018-09-04 22:27:32,491 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-ec90032f-0ca6-4ab8-b59e-390acbf2fee7 2018-09-04 22:27:32,492 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-35b38f29-3b67-4f8-proj-role 2018-09-04 22:27:32,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/496752a10922467cb380d7c63f9ceba9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:27:32,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f54cf5f-cf8a-48b6-9e11-e9def6305a51 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/496752a10922467cb380d7c63f9ceba9"}, "domain_id": null, "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj-role", "id": "496752a10922467cb380d7c63f9ceba9"}} 2018-09-04 22:27:32,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/496752a10922467cb380d7c63f9ceba9 used request id req-7f54cf5f-cf8a-48b6-9e11-e9def6305a51 2018-09-04 22:27:32,584 - keystone_utils - INFO - Granting role CreateStackSuccessTests-35b38f29-3b67-4f8-proj-role to project CreateStackSuccessTests-35b38f29-3b67-4f8-proj 2018-09-04 22:27:32,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d/users/cf6b07df8df0453fa89afaef788d9e88/roles/496752a10922467cb380d7c63f9ceba9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:27:32,709 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fb94b81-0cdb-49fe-b819-320ec88b977e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:27:32,709 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d/users/cf6b07df8df0453fa89afaef788d9e88/roles/496752a10922467cb380d7c63f9ceba9 used request id req-0fb94b81-0cdb-49fe-b819-320ec88b977e 2018-09-04 22:27:32,710 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:27:32,710 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:27:32,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:27:32,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:27:33,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}, {"id": "496752a10922467cb380d7c63f9ceba9", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj-role"}], "expires_at": "2018-09-04T23:27:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-user", "id": "cf6b07df8df0453fa89afaef788d9e88"}, "audit_ids": ["LVHtTcLbSu6GrLFebzRRsg"], "issued_at": "2018-09-04T22:27:33.000000Z"}} 2018-09-04 22:27:33,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3136dae7c6715e5d3c8a9c0af70cd3b9a947c63" 2018-09-04 22:27:33,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f18878fc-34c4-4340-9395-62db390284cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:27:33,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f18878fc-34c4-4340-9395-62db390284cd 2018-09-04 22:27:33,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3136dae7c6715e5d3c8a9c0af70cd3b9a947c63" 2018-09-04 22:27:33,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-e8c5cf8b-39af-4b67-8fe9-e5e48df19ff3 Date: Tue, 04 Sep 2018 22:27:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image"} 2018-09-04 22:27:33,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image used request id req-e8c5cf8b-39af-4b67-8fe9-e5e48df19ff3 2018-09-04 22:27:33,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3136dae7c6715e5d3c8a9c0af70cd3b9a947c63" 2018-09-04 22:27:33,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d71da14a-f7a3-4a0a-9b73-4b894372bd86 Date: Tue, 04 Sep 2018 22:27:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:27:33,515 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d71da14a-f7a3-4a0a-9b73-4b894372bd86 2018-09-04 22:27:33,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d3136dae7c6715e5d3c8a9c0af70cd3b9a947c63" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image"}' 2018-09-04 22:27:33,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e X-Openstack-Request-Id: req-dca0e0ea-a9b4-4692-a53d-c4dcc6e39412 Date: Tue, 04 Sep 2018 22:27:33 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:27:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:27:33Z", "visibility": "shared", "locations": [], "self": "/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e", "min_disk": 0, "protected": false, "id": "84e84e3f-4082-42e4-91ab-25cd658d190e", "file": "/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e/file", "checksum": null, "owner": "ba7f9e3f7d2a42a4b3a559e922cac38d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:27:33,739 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-dca0e0ea-a9b4-4692-a53d-c4dcc6e39412 2018-09-04 22:27:33,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3136dae7c6715e5d3c8a9c0af70cd3b9a947c63" -d '' 2018-09-04 22:27:35,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0402fa9f-e719-498a-83cb-1aae3bf27cd4 Date: Tue, 04 Sep 2018 22:27:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:27:35,219 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e/file used request id req-0402fa9f-e719-498a-83cb-1aae3bf27cd4 2018-09-04 22:27:35,220 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:27:35,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3136dae7c6715e5d3c8a9c0af70cd3b9a947c63" 2018-09-04 22:27:35,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-555c7263-5327-472f-a175-fdaea5a377b0 Date: Tue, 04 Sep 2018 22:27:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:27:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:27:35Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/84e84e3f-4082-42e4-91ab-25cd658d190e/snap", "metadata": {}}], "self": "/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e", "min_disk": 0, "protected": false, "id": "84e84e3f-4082-42e4-91ab-25cd658d190e", "file": "/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ba7f9e3f7d2a42a4b3a559e922cac38d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/84e84e3f-4082-42e4-91ab-25cd658d190e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:27:35,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e used request id req-555c7263-5327-472f-a175-fdaea5a377b0 2018-09-04 22:27:35,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3136dae7c6715e5d3c8a9c0af70cd3b9a947c63" 2018-09-04 22:27:35,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-def36d34-d226-451e-ba7f-7f383bda25ea Date: Tue, 04 Sep 2018 22:27:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:27:35,559 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-def36d34-d226-451e-ba7f-7f383bda25ea 2018-09-04 22:27:35,562 - create_image - INFO - Created image with name - CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image 2018-09-04 22:27:35,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3136dae7c6715e5d3c8a9c0af70cd3b9a947c63" 2018-09-04 22:27:35,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-06479ad6-4a3a-4c23-9367-ee2859b319a9 Date: Tue, 04 Sep 2018 22:27:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:27:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:27:35Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/84e84e3f-4082-42e4-91ab-25cd658d190e/snap", "metadata": {}}], "self": "/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e", "min_disk": 0, "protected": false, "id": "84e84e3f-4082-42e4-91ab-25cd658d190e", "file": "/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ba7f9e3f7d2a42a4b3a559e922cac38d", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/84e84e3f-4082-42e4-91ab-25cd658d190e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:27:35,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e used request id req-06479ad6-4a3a-4c23-9367-ee2859b319a9 2018-09-04 22:27:35,741 - create_image - DEBUG - Instance status is - active 2018-09-04 22:27:35,741 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image 2018-09-04 22:27:35,741 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image 2018-09-04 22:27:35,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:27:35,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:27:36,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:27:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["djSJ7d0xQuu3F8Rb-fmsYg"], "issued_at": "2018-09-04T22:27:36.000000Z"}} 2018-09-04 22:27:36,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fad024720262fb69f7da0656f02065c3ca18a427" 2018-09-04 22:27:36,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-754ec12f-23be-43c0-8ab1-7b8d06bc28b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:27:36,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-754ec12f-23be-43c0-8ab1-7b8d06bc28b3 2018-09-04 22:27:36,207 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:27:36,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fad024720262fb69f7da0656f02065c3ca18a427" 2018-09-04 22:27:36,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cce51a86-15e0-4fcc-b326-57a10f6e6248 x-compute-request-id: req-cce51a86-15e0-4fcc-b326-57a10f6e6248 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:27:36,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-cce51a86-15e0-4fcc-b326-57a10f6e6248 2018-09-04 22:27:36,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fad024720262fb69f7da0656f02065c3ca18a427" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:27:36,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1047402-3c13-4e96-aac0-15983dd039e9 x-compute-request-id: req-a1047402-3c13-4e96-aac0-15983dd039e9 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f710c636-f59a-41f7-95be-b4eae913a247", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f710c636-f59a-41f7-95be-b4eae913a247", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f710c636-f59a-41f7-95be-b4eae913a247", "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:27:36,436 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a1047402-3c13-4e96-aac0-15983dd039e9 2018-09-04 22:27:36,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:27:36,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:27:36,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}, {"id": "496752a10922467cb380d7c63f9ceba9", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj-role"}], "expires_at": "2018-09-04T23:27:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-user", "id": "cf6b07df8df0453fa89afaef788d9e88"}, "audit_ids": ["OOG8ehmLRBSzPtBHzkvKFQ"], "issued_at": "2018-09-04T22:27:36.000000Z"}} 2018-09-04 22:27:36,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:36,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbfffdb5-15dd-48f9-845b-d99e69ed6d0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:27:36,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bbfffdb5-15dd-48f9-845b-d99e69ed6d0b 2018-09-04 22:27:36,899 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:27:36,902 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:27:36,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:37,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:36 GMT Server: Apache x-openstack-request-id: req-a6fcf736-9914-4a0a-9360-fd567df70308 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:27:37,079 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack used request id req-a6fcf736-9914-4a0a-9360-fd567df70308 2018-09-04 22:27:37,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name"}}' 2018-09-04 22:27:39,287 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:27:37 GMT Server: Apache x-openstack-request-id: req-37cdbd4d-853f-48e8-a2c1-06ddfe874ef1 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "1811793d-594f-4989-9b02-e7f9018397e5", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}]}} 2018-09-04 22:27:39,287 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks used request id req-37cdbd4d-853f-48e8-a2c1-06ddfe874ef1 2018-09-04 22:27:39,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:39,479 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:39 GMT Server: Apache x-openstack-request-id: req-8c26e18f-0c77-489d-93cf-6fb4c0c7a404 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:39,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:39 GMT Server: Apache x-openstack-request-id: req-9e79ff99-91c2-438b-b408-0f3cae5b75ec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "OS::stack_id": "1811793d-594f-4989-9b02-e7f9018397e5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "stack_user_project_id": "d4b98e79175b4974acfc59b046d58a07", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:27:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1811793d-594f-4989-9b02-e7f9018397e5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:39,521 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-9e79ff99-91c2-438b-b408-0f3cae5b75ec 2018-09-04 22:27:39,521 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack 2018-09-04 22:27:39,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:39,693 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:39 GMT Server: Apache x-openstack-request-id: req-500e688c-0d1a-4eeb-acdb-2da5f2a701f6 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:39,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:39 GMT Server: Apache x-openstack-request-id: req-76279182-3b9c-465b-a160-d6d3fd7ba40a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "OS::stack_id": "1811793d-594f-4989-9b02-e7f9018397e5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "stack_user_project_id": "d4b98e79175b4974acfc59b046d58a07", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:27:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1811793d-594f-4989-9b02-e7f9018397e5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:39,882 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-76279182-3b9c-465b-a160-d6d3fd7ba40a 2018-09-04 22:27:39,882 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:27:39,882 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:27:42,886 - create_stack - DEBUG - Stack status query timeout in 1196.635957 2018-09-04 22:27:42,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:43,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:42 GMT Server: Apache x-openstack-request-id: req-d9ca1e3e-d17a-43ba-999b-9e5db6cdedb1 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:43,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:43 GMT Server: Apache x-openstack-request-id: req-5b501bd6-5b8e-4885-a5e1-b8052bdbf6e5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "OS::stack_id": "1811793d-594f-4989-9b02-e7f9018397e5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "stack_user_project_id": "d4b98e79175b4974acfc59b046d58a07", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:27:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1811793d-594f-4989-9b02-e7f9018397e5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:43,252 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-5b501bd6-5b8e-4885-a5e1-b8052bdbf6e5 2018-09-04 22:27:43,253 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:27:43,253 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:27:46,256 - create_stack - DEBUG - Stack status query timeout in 1193.26557589 2018-09-04 22:27:46,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:46,428 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:46 GMT Server: Apache x-openstack-request-id: req-7ec0a53f-d6c1-4bb9-b6d1-e259c6415f19 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:46,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:46 GMT Server: Apache x-openstack-request-id: req-63d20f28-c2af-4e97-b090-6ef852cb2943 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "OS::stack_id": "1811793d-594f-4989-9b02-e7f9018397e5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "stack_user_project_id": "d4b98e79175b4974acfc59b046d58a07", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:27:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1811793d-594f-4989-9b02-e7f9018397e5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:46,613 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-63d20f28-c2af-4e97-b090-6ef852cb2943 2018-09-04 22:27:46,614 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:27:46,614 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:27:49,617 - create_stack - DEBUG - Stack status query timeout in 1189.90444708 2018-09-04 22:27:49,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:49,647 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:49 GMT Server: Apache x-openstack-request-id: req-5dde5352-daed-4def-996f-109bd06da884 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:49,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:49 GMT Server: Apache x-openstack-request-id: req-d059c9fe-483a-4454-8dac-9be6b73e4590 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "OS::stack_id": "1811793d-594f-4989-9b02-e7f9018397e5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "stack_user_project_id": "d4b98e79175b4974acfc59b046d58a07", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:27:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1811793d-594f-4989-9b02-e7f9018397e5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:49,831 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-d059c9fe-483a-4454-8dac-9be6b73e4590 2018-09-04 22:27:49,831 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:27:49,831 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:27:52,834 - create_stack - DEBUG - Stack status query timeout in 1186.68717003 2018-09-04 22:27:52,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:53,007 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:52 GMT Server: Apache x-openstack-request-id: req-7dad35a3-2273-49ed-b4bf-03cdd816ed51 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:53,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:53 GMT Server: Apache x-openstack-request-id: req-433c918c-fddf-4e5e-8487-6f4d1d236f92 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "OS::stack_id": "1811793d-594f-4989-9b02-e7f9018397e5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "stack_user_project_id": "d4b98e79175b4974acfc59b046d58a07", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:27:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1811793d-594f-4989-9b02-e7f9018397e5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:53,228 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-433c918c-fddf-4e5e-8487-6f4d1d236f92 2018-09-04 22:27:53,228 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:27:53,228 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:27:56,232 - create_stack - DEBUG - Stack status query timeout in 1183.29003596 2018-09-04 22:27:56,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:56,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:56 GMT Server: Apache x-openstack-request-id: req-85871f7f-5f40-4453-b40d-ff09f6b020b7 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:56,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:56 GMT Server: Apache x-openstack-request-id: req-a0769a0e-ea95-4f98-b136-cd8456ebd921 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "OS::stack_id": "1811793d-594f-4989-9b02-e7f9018397e5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "stack_user_project_id": "d4b98e79175b4974acfc59b046d58a07", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:27:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1811793d-594f-4989-9b02-e7f9018397e5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:27:56,338 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-a0769a0e-ea95-4f98-b136-cd8456ebd921 2018-09-04 22:27:56,339 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:27:56,339 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack 2018-09-04 22:27:56,339 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack 2018-09-04 22:27:56,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:56,368 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:56 GMT Server: Apache x-openstack-request-id: req-9377d6ae-7295-4817-a397-8a8626f5ab0a Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:56,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:56 GMT Server: Apache x-openstack-request-id: req-53538c70-6537-4ebe-a1aa-cd264c700daa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-04T22:27:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:27:39Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "3b65a10f-8654-4309-b9d4-1da9e499a71b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-04T22:27:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:27:39Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "75a09bcf-5527-4ef1-96a6-c9990c358232", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-04T22:27:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:27:39Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "63c92f98-8bba-48f8-af2a-401447124f44", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-04T22:27:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:27:39Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a543d393-f287-4a27-9351-ef6afb7667d8", "resource_type": "OS::Nova::Server"}]} 2018-09-04 22:27:56,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources used request id req-53538c70-6537-4ebe-a1aa-cd264c700daa 2018-09-04 22:27:56,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:56,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fafc38d8-6bf3-4196-9614-6e31c20bcd13 x-compute-request-id: req-fafc38d8-6bf3-4196-9614-6e31c20bcd13 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:6c:fe", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "bookmark"}], "image": {"id": "84e84e3f-4082-42e4-91ab-25cd658d190e", "links": [{"href": "http://172.30.9.26:8774/images/84e84e3f-4082-42e4-91ab-25cd658d190e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:27:51.000000", "flavor": {"id": "f710c636-f59a-41f7-95be-b4eae913a247", "links": [{"href": "http://172.30.9.26:8774/flavors/f710c636-f59a-41f7-95be-b4eae913a247", "rel": "bookmark"}]}, "id": "a543d393-f287-4a27-9351-ef6afb7667d8", "security_groups": [{"name": "default"}], "user_id": "cf6b07df8df0453fa89afaef788d9e88", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:27:52Z", "hostId": "b6bc58ada48c69ea046d6de2106c6a1c515613a0a3d321fad11bfa09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "created": "2018-09-04T22:27:46Z", "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:27:56,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8 used request id req-fafc38d8-6bf3-4196-9614-6e31c20bcd13 2018-09-04 22:27:56,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:57,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2c12cda6-fecd-48d3-b98e-06afc24aae7f Date: Tue, 04 Sep 2018 22:27:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["75a09bcf-5527-4ef1-96a6-c9990c358232"],"updated_at":"2018-09-04T22:27:41Z","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"63c92f98-8bba-48f8-af2a-401447124f44","name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}]} 2018-09-04 22:27:57,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net used request id req-2c12cda6-fecd-48d3-b98e-06afc24aae7f 2018-09-04 22:27:57,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:27:57,029 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:27:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:27:57,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:57,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61699b97-3894-4454-bf0c-f849a11ab91e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}} 2018-09-04 22:27:57,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d used request id req-61699b97-3894-4454-bf0c-f849a11ab91e 2018-09-04 22:27:57,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:57,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3efac818-0e23-49ea-85f2-64e3d22cd05f Date: Tue, 04 Sep 2018 22:27:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}]} 2018-09-04 22:27:57,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-3efac818-0e23-49ea-85f2-64e3d22cd05f 2018-09-04 22:27:57,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:57,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-cabab7bb-bf24-43b3-a142-1c15434bb842 Date: Tue, 04 Sep 2018 22:27:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.10"}],"id":"3b65a10f-8654-4309-b9d4-1da9e499a71b","security_groups":["0ad13c40-d4a1-4220-9dda-a1f921684a32"],"mac_address":"fa:16:3e:d2:6c:fe","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"a543d393-f287-4a27-9351-ef6afb7667d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.4"}],"id":"7ebad8e9-3588-4e89-b458-c3db63b5fb25","security_groups":[],"mac_address":"fa:16:3e:c9:5a:c8","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.2"}],"id":"811431cc-e24a-453d-9bc4-aa1494e9f0bf","security_groups":[],"mac_address":"fa:16:3e:ee:e5:bb","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.3"}],"id":"f0f83225-d93a-44f0-8643-4180fbb84964","security_groups":[],"mac_address":"fa:16:3e:f4:a7:c0","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63c92f98-8bba-48f8-af2a-401447124f44"}]} 2018-09-04 22:27:57,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-cabab7bb-bf24-43b3-a142-1c15434bb842 2018-09-04 22:27:57,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:57,444 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:27:57 GMT Server: Apache x-openstack-request-id: req-13eb68c4-d9cc-4ac5-b9b0-c83fae6930f6 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:27:57,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:57 GMT Server: Apache x-openstack-request-id: req-496c7620-19bc-4274-9ef7-c0b5b83b2785 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-04T22:27:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:27:39Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "3b65a10f-8654-4309-b9d4-1da9e499a71b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-04T22:27:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:27:39Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "75a09bcf-5527-4ef1-96a6-c9990c358232", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-04T22:27:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:27:39Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "63c92f98-8bba-48f8-af2a-401447124f44", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-04T22:27:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:27:39Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a543d393-f287-4a27-9351-ef6afb7667d8", "resource_type": "OS::Nova::Server"}]} 2018-09-04 22:27:57,638 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5/resources used request id req-496c7620-19bc-4274-9ef7-c0b5b83b2785 2018-09-04 22:27:57,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/f710c636-f59a-41f7-95be-b4eae913a247 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:57,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e6a05f2-0e7e-4cf0-9adc-112c297b3133 x-compute-request-id: req-3e6a05f2-0e7e-4cf0-9adc-112c297b3133 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f710c636-f59a-41f7-95be-b4eae913a247", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f710c636-f59a-41f7-95be-b4eae913a247", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f710c636-f59a-41f7-95be-b4eae913a247", "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:27:57,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/f710c636-f59a-41f7-95be-b4eae913a247 used request id req-3e6a05f2-0e7e-4cf0-9adc-112c297b3133 2018-09-04 22:27:57,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/75a09bcf-5527-4ef1-96a6-c9990c358232 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:57,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-7283d7c8-e44d-400c-95e2-34395964290e Date: Tue, 04 Sep 2018 22:27:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","gateway_ip":"10.0.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}} 2018-09-04 22:27:57,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/75a09bcf-5527-4ef1-96a6-c9990c358232 used request id req-7283d7c8-e44d-400c-95e2-34395964290e 2018-09-04 22:27:57,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:57,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-b218571b-401a-4a55-ad57-d3fbf9f1ddcf Date: Tue, 04 Sep 2018 22:27:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["75a09bcf-5527-4ef1-96a6-c9990c358232"],"updated_at":"2018-09-04T22:27:41Z","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"63c92f98-8bba-48f8-af2a-401447124f44","name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}]} 2018-09-04 22:27:57,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-b218571b-401a-4a55-ad57-d3fbf9f1ddcf 2018-09-04 22:27:57,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:57,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-613c0c75-094c-41d1-a206-57601e94dbd4 Date: Tue, 04 Sep 2018 22:27:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}]} 2018-09-04 22:27:57,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-613c0c75-094c-41d1-a206-57601e94dbd4 2018-09-04 22:27:57,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:58,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-1c70ec16-f107-4f15-96b9-5b102f77c495 Date: Tue, 04 Sep 2018 22:27:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["75a09bcf-5527-4ef1-96a6-c9990c358232"],"updated_at":"2018-09-04T22:27:41Z","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"63c92f98-8bba-48f8-af2a-401447124f44","name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}]} 2018-09-04 22:27:58,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net used request id req-1c70ec16-f107-4f15-96b9-5b102f77c495 2018-09-04 22:27:58,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:58,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db07b314-2f11-47ee-b1a4-a7b5347c09d3 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}} 2018-09-04 22:27:58,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d used request id req-db07b314-2f11-47ee-b1a4-a7b5347c09d3 2018-09-04 22:27:58,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:58,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-62f45a00-4b8b-4a46-a229-27c689fa7de5 Date: Tue, 04 Sep 2018 22:27:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}]} 2018-09-04 22:27:58,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-62f45a00-4b8b-4a46-a229-27c689fa7de5 2018-09-04 22:27:58,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44&mac_address=fa%3A16%3A3e%3Ad2%3A6c%3Afe&name=CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:58,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-86de38de-141b-4682-8008-ab76755ec3f6 Date: Tue, 04 Sep 2018 22:27:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.10"}],"id":"3b65a10f-8654-4309-b9d4-1da9e499a71b","security_groups":["0ad13c40-d4a1-4220-9dda-a1f921684a32"],"mac_address":"fa:16:3e:d2:6c:fe","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"a543d393-f287-4a27-9351-ef6afb7667d8"}]} 2018-09-04 22:27:58,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44&mac_address=fa%3A16%3A3e%3Ad2%3A6c%3Afe&name=CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7&admin_state_up=True used request id req-86de38de-141b-4682-8008-ab76755ec3f6 2018-09-04 22:27:58,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:58,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00457876-bad3-40d9-806b-bd5b6525ae85 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}} 2018-09-04 22:27:58,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d used request id req-00457876-bad3-40d9-806b-bd5b6525ae85 2018-09-04 22:27:58,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:58,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-80788fe8-6f9a-4186-8ae0-5d59b8f3c707 Date: Tue, 04 Sep 2018 22:27:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["75a09bcf-5527-4ef1-96a6-c9990c358232"],"updated_at":"2018-09-04T22:27:41Z","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"63c92f98-8bba-48f8-af2a-401447124f44","name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}]} 2018-09-04 22:27:58,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net used request id req-80788fe8-6f9a-4186-8ae0-5d59b8f3c707 2018-09-04 22:27:58,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:58,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-fcbdaa54-5104-47fb-bda8-676bd8c8abe0 Date: Tue, 04 Sep 2018 22:27:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}]} 2018-09-04 22:27:58,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-fcbdaa54-5104-47fb-bda8-676bd8c8abe0 2018-09-04 22:27:58,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:59,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-2f052b09-4d6d-4f7f-bd02-1c280b9d28cb Date: Tue, 04 Sep 2018 22:27:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.10"}],"id":"3b65a10f-8654-4309-b9d4-1da9e499a71b","security_groups":["0ad13c40-d4a1-4220-9dda-a1f921684a32"],"mac_address":"fa:16:3e:d2:6c:fe","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"a543d393-f287-4a27-9351-ef6afb7667d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.4"}],"id":"7ebad8e9-3588-4e89-b458-c3db63b5fb25","security_groups":[],"mac_address":"fa:16:3e:c9:5a:c8","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.2"}],"id":"811431cc-e24a-453d-9bc4-aa1494e9f0bf","security_groups":[],"mac_address":"fa:16:3e:ee:e5:bb","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.3"}],"id":"f0f83225-d93a-44f0-8643-4180fbb84964","security_groups":[],"mac_address":"fa:16:3e:f4:a7:c0","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63c92f98-8bba-48f8-af2a-401447124f44"}]} 2018-09-04 22:27:59,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-2f052b09-4d6d-4f7f-bd02-1c280b9d28cb 2018-09-04 22:27:59,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:27:59,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7f1fbb93-ffe0-41ea-bfc5-15b6b79ceb95 Date: Tue, 04 Sep 2018 22:27:59 GMT RESP BODY: {"floatingips": []} 2018-09-04 22:27:59,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-7f1fbb93-ffe0-41ea-bfc5-15b6b79ceb95 2018-09-04 22:27:59,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:27:59,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:27:59,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}, {"id": "496752a10922467cb380d7c63f9ceba9", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj-role"}], "expires_at": "2018-09-04T23:27:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-user", "id": "cf6b07df8df0453fa89afaef788d9e88"}, "audit_ids": ["XmovFoCeRbSahuRb9DKnxQ"], "issued_at": "2018-09-04T22:27:59.000000Z"}} 2018-09-04 22:27:59,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:27:59,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24c4dfff-f13d-4e0a-8fa3-7836644c3475 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:27:59,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-24c4dfff-f13d-4e0a-8fa3-7836644c3475 2018-09-04 22:27:59,730 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:27:59,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:27:59,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-978ca877-4aef-4639-822a-2f5009449669 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:27:59,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-978ca877-4aef-4639-822a-2f5009449669 2018-09-04 22:27:59,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:00,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-39d1e5d5-e3c4-45a7-9e98-56e20d632adf Date: Tue, 04 Sep 2018 22:28:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["75a09bcf-5527-4ef1-96a6-c9990c358232"],"updated_at":"2018-09-04T22:27:41Z","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"63c92f98-8bba-48f8-af2a-401447124f44","name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}]} 2018-09-04 22:28:00,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net used request id req-39d1e5d5-e3c4-45a7-9e98-56e20d632adf 2018-09-04 22:28:00,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:28:00,086 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:28:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:28:00,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:00,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a2da9c7-c3db-4d84-bad9-f0bd84026501 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}} 2018-09-04 22:28:00,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d used request id req-0a2da9c7-c3db-4d84-bad9-f0bd84026501 2018-09-04 22:28:00,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:00,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a02ea099-ba68-4876-92e7-fd705390c41c Date: Tue, 04 Sep 2018 22:28:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}]} 2018-09-04 22:28:00,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-a02ea099-ba68-4876-92e7-fd705390c41c 2018-09-04 22:28:00,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44&mac_address=fa%3A16%3A3e%3Ad2%3A6c%3Afe&name=CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:00,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-2d1ad6cb-6c77-4150-9dc7-6246cc9c4aab Date: Tue, 04 Sep 2018 22:28:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.10"}],"id":"3b65a10f-8654-4309-b9d4-1da9e499a71b","security_groups":["0ad13c40-d4a1-4220-9dda-a1f921684a32"],"mac_address":"fa:16:3e:d2:6c:fe","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"a543d393-f287-4a27-9351-ef6afb7667d8"}]} 2018-09-04 22:28:00,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44&mac_address=fa%3A16%3A3e%3Ad2%3A6c%3Afe&name=CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7&admin_state_up=True used request id req-2d1ad6cb-6c77-4150-9dc7-6246cc9c4aab 2018-09-04 22:28:00,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:00,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bcaa7c0-ab20-4598-a3f1-11693e24b2f6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}} 2018-09-04 22:28:00,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d used request id req-6bcaa7c0-ab20-4598-a3f1-11693e24b2f6 2018-09-04 22:28:00,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:01,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f64481a-2ee0-45f3-b1ee-4fd69839ffb5 x-compute-request-id: req-5f64481a-2ee0-45f3-b1ee-4fd69839ffb5 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:6c:fe", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "bookmark"}], "image": {"id": "84e84e3f-4082-42e4-91ab-25cd658d190e", "links": [{"href": "http://172.30.9.26:8774/images/84e84e3f-4082-42e4-91ab-25cd658d190e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:27:51.000000", "flavor": {"id": "f710c636-f59a-41f7-95be-b4eae913a247", "links": [{"href": "http://172.30.9.26:8774/flavors/f710c636-f59a-41f7-95be-b4eae913a247", "rel": "bookmark"}]}, "id": "a543d393-f287-4a27-9351-ef6afb7667d8", "security_groups": [{"name": "default"}], "user_id": "cf6b07df8df0453fa89afaef788d9e88", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:27:52Z", "hostId": "b6bc58ada48c69ea046d6de2106c6a1c515613a0a3d321fad11bfa09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "created": "2018-09-04T22:27:46Z", "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:28:01,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst used request id req-5f64481a-2ee0-45f3-b1ee-4fd69839ffb5 2018-09-04 22:28:01,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:01,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-8db58500-f50e-445f-a2b0-62fad6cc8fd8 Date: Tue, 04 Sep 2018 22:28:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["75a09bcf-5527-4ef1-96a6-c9990c358232"],"updated_at":"2018-09-04T22:27:41Z","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"63c92f98-8bba-48f8-af2a-401447124f44","name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}]} 2018-09-04 22:28:01,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net used request id req-8db58500-f50e-445f-a2b0-62fad6cc8fd8 2018-09-04 22:28:01,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:01,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-5fc2ce1a-5caa-406e-adee-e1aa51220e11 Date: Tue, 04 Sep 2018 22:28:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}]} 2018-09-04 22:28:01,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-5fc2ce1a-5caa-406e-adee-e1aa51220e11 2018-09-04 22:28:01,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:02,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-d5b8b931-2685-41c5-a980-45fbda3ea28b Date: Tue, 04 Sep 2018 22:28:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.10"}],"id":"3b65a10f-8654-4309-b9d4-1da9e499a71b","security_groups":["0ad13c40-d4a1-4220-9dda-a1f921684a32"],"mac_address":"fa:16:3e:d2:6c:fe","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"a543d393-f287-4a27-9351-ef6afb7667d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.4"}],"id":"7ebad8e9-3588-4e89-b458-c3db63b5fb25","security_groups":[],"mac_address":"fa:16:3e:c9:5a:c8","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.2"}],"id":"811431cc-e24a-453d-9bc4-aa1494e9f0bf","security_groups":[],"mac_address":"fa:16:3e:ee:e5:bb","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.3"}],"id":"f0f83225-d93a-44f0-8643-4180fbb84964","security_groups":[],"mac_address":"fa:16:3e:f4:a7:c0","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63c92f98-8bba-48f8-af2a-401447124f44"}]} 2018-09-04 22:28:02,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-d5b8b931-2685-41c5-a980-45fbda3ea28b 2018-09-04 22:28:02,033 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst 2018-09-04 22:28:02,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:02,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0b1846d6-f306-43fc-b33e-4cb39ec936e3 Date: Tue, 04 Sep 2018 22:28:02 GMT RESP BODY: {"floatingips": []} 2018-09-04 22:28:02,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-0b1846d6-f306-43fc-b33e-4cb39ec936e3 2018-09-04 22:28:02,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:02,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fa20e2b-b2a6-4c4b-980c-9837e5d7451e x-compute-request-id: req-3fa20e2b-b2a6-4c4b-980c-9837e5d7451e Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:6c:fe", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "bookmark"}], "image": {"id": "84e84e3f-4082-42e4-91ab-25cd658d190e", "links": [{"href": "http://172.30.9.26:8774/images/84e84e3f-4082-42e4-91ab-25cd658d190e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:27:51.000000", "flavor": {"id": "f710c636-f59a-41f7-95be-b4eae913a247", "links": [{"href": "http://172.30.9.26:8774/flavors/f710c636-f59a-41f7-95be-b4eae913a247", "rel": "bookmark"}]}, "id": "a543d393-f287-4a27-9351-ef6afb7667d8", "security_groups": [{"name": "default"}], "user_id": "cf6b07df8df0453fa89afaef788d9e88", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:27:52Z", "hostId": "b6bc58ada48c69ea046d6de2106c6a1c515613a0a3d321fad11bfa09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "created": "2018-09-04T22:27:46Z", "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:28:02,672 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8 used request id req-3fa20e2b-b2a6-4c4b-980c-9837e5d7451e 2018-09-04 22:28:02,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:03,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-eabf07a3-55c2-4bc4-a570-5e85c5900c2c Date: Tue, 04 Sep 2018 22:28:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["75a09bcf-5527-4ef1-96a6-c9990c358232"],"updated_at":"2018-09-04T22:27:41Z","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"63c92f98-8bba-48f8-af2a-401447124f44","name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}]} 2018-09-04 22:28:03,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net used request id req-eabf07a3-55c2-4bc4-a570-5e85c5900c2c 2018-09-04 22:28:03,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:03,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20485398-53ba-43ea-a4de-0393708a1007 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}} 2018-09-04 22:28:03,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d used request id req-20485398-53ba-43ea-a4de-0393708a1007 2018-09-04 22:28:03,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:03,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-e876ad40-8a09-4a6c-89a9-178ad9a910a9 Date: Tue, 04 Sep 2018 22:28:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}]} 2018-09-04 22:28:03,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-e876ad40-8a09-4a6c-89a9-178ad9a910a9 2018-09-04 22:28:03,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:03,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-cace443b-fc87-49cc-8982-18a0a7ebc654 Date: Tue, 04 Sep 2018 22:28:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.10"}],"id":"3b65a10f-8654-4309-b9d4-1da9e499a71b","security_groups":["0ad13c40-d4a1-4220-9dda-a1f921684a32"],"mac_address":"fa:16:3e:d2:6c:fe","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"a543d393-f287-4a27-9351-ef6afb7667d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.4"}],"id":"7ebad8e9-3588-4e89-b458-c3db63b5fb25","security_groups":[],"mac_address":"fa:16:3e:c9:5a:c8","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.2"}],"id":"811431cc-e24a-453d-9bc4-aa1494e9f0bf","security_groups":[],"mac_address":"fa:16:3e:ee:e5:bb","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.3"}],"id":"f0f83225-d93a-44f0-8643-4180fbb84964","security_groups":[],"mac_address":"fa:16:3e:f4:a7:c0","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63c92f98-8bba-48f8-af2a-401447124f44"}]} 2018-09-04 22:28:03,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-cace443b-fc87-49cc-8982-18a0a7ebc654 2018-09-04 22:28:03,533 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:28:03,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:28:03,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}, {"id": "496752a10922467cb380d7c63f9ceba9", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj-role"}], "expires_at": "2018-09-04T23:28:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/ba7f9e3f7d2a42a4b3a559e922cac38d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-user", "id": "cf6b07df8df0453fa89afaef788d9e88"}, "audit_ids": ["-rpdpkjdSBG18zXbT50vTg"], "issued_at": "2018-09-04T22:28:03.000000Z"}} 2018-09-04 22:28:03,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783397e265c7b943e637519ede76bf9888003ecc" 2018-09-04 22:28:03,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4581dbd7-3988-4909-8b7f-c4d1790cee2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:28:03,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4581dbd7-3988-4909-8b7f-c4d1790cee2e 2018-09-04 22:28:03,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:04,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-596052e4-2867-495b-b3f2-0a3e5908c8d4 x-compute-request-id: req-596052e4-2867-495b-b3f2-0a3e5908c8d4 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:6c:fe", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "bookmark"}], "image": {"id": "84e84e3f-4082-42e4-91ab-25cd658d190e", "links": [{"href": "http://172.30.9.26:8774/images/84e84e3f-4082-42e4-91ab-25cd658d190e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:27:51.000000", "flavor": {"id": "f710c636-f59a-41f7-95be-b4eae913a247", "links": [{"href": "http://172.30.9.26:8774/flavors/f710c636-f59a-41f7-95be-b4eae913a247", "rel": "bookmark"}]}, "id": "a543d393-f287-4a27-9351-ef6afb7667d8", "security_groups": [{"name": "default"}], "user_id": "cf6b07df8df0453fa89afaef788d9e88", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:27:52Z", "hostId": "b6bc58ada48c69ea046d6de2106c6a1c515613a0a3d321fad11bfa09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "created": "2018-09-04T22:27:46Z", "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:28:04,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8 used request id req-596052e4-2867-495b-b3f2-0a3e5908c8d4 2018-09-04 22:28:04,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:04,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-810d9d41-bea9-4c5f-a5a8-925676ca01a9 Date: Tue, 04 Sep 2018 22:28:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["75a09bcf-5527-4ef1-96a6-c9990c358232"],"updated_at":"2018-09-04T22:27:41Z","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"63c92f98-8bba-48f8-af2a-401447124f44","name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}]} 2018-09-04 22:28:04,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net used request id req-810d9d41-bea9-4c5f-a5a8-925676ca01a9 2018-09-04 22:28:04,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:04,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b42406cb-0c0f-4e72-9a63-47a37217821c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}} 2018-09-04 22:28:04,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d used request id req-b42406cb-0c0f-4e72-9a63-47a37217821c 2018-09-04 22:28:04,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:05,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-c4fda8c9-ca50-4169-a458-e550ba20a512 Date: Tue, 04 Sep 2018 22:28:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}]} 2018-09-04 22:28:05,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-c4fda8c9-ca50-4169-a458-e550ba20a512 2018-09-04 22:28:05,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:05,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-a8902668-833b-4e62-a10c-5fa4fe3654e6 Date: Tue, 04 Sep 2018 22:28:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.10"}],"id":"3b65a10f-8654-4309-b9d4-1da9e499a71b","security_groups":["0ad13c40-d4a1-4220-9dda-a1f921684a32"],"mac_address":"fa:16:3e:d2:6c:fe","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"a543d393-f287-4a27-9351-ef6afb7667d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.4"}],"id":"7ebad8e9-3588-4e89-b458-c3db63b5fb25","security_groups":[],"mac_address":"fa:16:3e:c9:5a:c8","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.2"}],"id":"811431cc-e24a-453d-9bc4-aa1494e9f0bf","security_groups":[],"mac_address":"fa:16:3e:ee:e5:bb","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.3"}],"id":"f0f83225-d93a-44f0-8643-4180fbb84964","security_groups":[],"mac_address":"fa:16:3e:f4:a7:c0","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63c92f98-8bba-48f8-af2a-401447124f44"}]} 2018-09-04 22:28:05,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-a8902668-833b-4e62-a10c-5fa4fe3654e6 2018-09-04 22:28:05,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783397e265c7b943e637519ede76bf9888003ecc" 2018-09-04 22:28:06,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3eaec49c-d0c3-4608-8314-d9475f3eb750 x-compute-request-id: req-3eaec49c-d0c3-4608-8314-d9475f3eb750 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:6c:fe", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "bookmark"}], "image": {"id": "84e84e3f-4082-42e4-91ab-25cd658d190e", "links": [{"href": "http://172.30.9.26:8774/images/84e84e3f-4082-42e4-91ab-25cd658d190e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:27:51.000000", "flavor": {"id": "f710c636-f59a-41f7-95be-b4eae913a247", "links": [{"href": "http://172.30.9.26:8774/flavors/f710c636-f59a-41f7-95be-b4eae913a247", "rel": "bookmark"}]}, "id": "a543d393-f287-4a27-9351-ef6afb7667d8", "security_groups": [{"name": "default"}], "user_id": "cf6b07df8df0453fa89afaef788d9e88", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:27:52Z", "hostId": "b6bc58ada48c69ea046d6de2106c6a1c515613a0a3d321fad11bfa09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "created": "2018-09-04T22:27:46Z", "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:28:06,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst used request id req-3eaec49c-d0c3-4608-8314-d9475f3eb750 2018-09-04 22:28:06,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783397e265c7b943e637519ede76bf9888003ecc" 2018-09-04 22:28:06,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-512f6622-c7ff-4780-acfc-15fa88c81cdc Date: Tue, 04 Sep 2018 22:28:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["75a09bcf-5527-4ef1-96a6-c9990c358232"],"updated_at":"2018-09-04T22:27:41Z","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"63c92f98-8bba-48f8-af2a-401447124f44","name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}]} 2018-09-04 22:28:06,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net used request id req-512f6622-c7ff-4780-acfc-15fa88c81cdc 2018-09-04 22:28:06,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783397e265c7b943e637519ede76bf9888003ecc" 2018-09-04 22:28:06,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-1357c9c4-5955-4beb-831a-e8765a4411ad Date: Tue, 04 Sep 2018 22:28:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}]} 2018-09-04 22:28:06,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-1357c9c4-5955-4beb-831a-e8765a4411ad 2018-09-04 22:28:06,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783397e265c7b943e637519ede76bf9888003ecc" 2018-09-04 22:28:06,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-800c681f-a391-425c-89a1-babc0ae7c9e7 Date: Tue, 04 Sep 2018 22:28:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.10"}],"id":"3b65a10f-8654-4309-b9d4-1da9e499a71b","security_groups":["0ad13c40-d4a1-4220-9dda-a1f921684a32"],"mac_address":"fa:16:3e:d2:6c:fe","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"a543d393-f287-4a27-9351-ef6afb7667d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.4"}],"id":"7ebad8e9-3588-4e89-b458-c3db63b5fb25","security_groups":[],"mac_address":"fa:16:3e:c9:5a:c8","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.2"}],"id":"811431cc-e24a-453d-9bc4-aa1494e9f0bf","security_groups":[],"mac_address":"fa:16:3e:ee:e5:bb","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.3"}],"id":"f0f83225-d93a-44f0-8643-4180fbb84964","security_groups":[],"mac_address":"fa:16:3e:f4:a7:c0","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63c92f98-8bba-48f8-af2a-401447124f44"}]} 2018-09-04 22:28:06,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-800c681f-a391-425c-89a1-babc0ae7c9e7 2018-09-04 22:28:06,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:07,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9bc4dbea-5fdc-489d-9e1f-09c3fb56b46b x-compute-request-id: req-9bc4dbea-5fdc-489d-9e1f-09c3fb56b46b Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:6c:fe", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "bookmark"}], "image": {"id": "84e84e3f-4082-42e4-91ab-25cd658d190e", "links": [{"href": "http://172.30.9.26:8774/images/84e84e3f-4082-42e4-91ab-25cd658d190e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:27:51.000000", "flavor": {"id": "f710c636-f59a-41f7-95be-b4eae913a247", "links": [{"href": "http://172.30.9.26:8774/flavors/f710c636-f59a-41f7-95be-b4eae913a247", "rel": "bookmark"}]}, "id": "a543d393-f287-4a27-9351-ef6afb7667d8", "security_groups": [{"name": "default"}], "user_id": "cf6b07df8df0453fa89afaef788d9e88", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:27:52Z", "hostId": "b6bc58ada48c69ea046d6de2106c6a1c515613a0a3d321fad11bfa09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "created": "2018-09-04T22:27:46Z", "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:28:07,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8 used request id req-9bc4dbea-5fdc-489d-9e1f-09c3fb56b46b 2018-09-04 22:28:07,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:07,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-766ac497-1dcb-4233-b793-1f900ba2dadc Date: Tue, 04 Sep 2018 22:28:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["75a09bcf-5527-4ef1-96a6-c9990c358232"],"updated_at":"2018-09-04T22:27:41Z","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"63c92f98-8bba-48f8-af2a-401447124f44","name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}]} 2018-09-04 22:28:07,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net used request id req-766ac497-1dcb-4233-b793-1f900ba2dadc 2018-09-04 22:28:07,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:07,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1053eb3-3093-4f3d-95ff-9fc39a227e79 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}} 2018-09-04 22:28:07,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d used request id req-e1053eb3-3093-4f3d-95ff-9fc39a227e79 2018-09-04 22:28:07,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:08,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a30c7f7d-4bfa-4b04-bba0-e5034a70b67d Date: Tue, 04 Sep 2018 22:28:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}]} 2018-09-04 22:28:08,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-a30c7f7d-4bfa-4b04-bba0-e5034a70b67d 2018-09-04 22:28:08,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:08,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-9cfdeb58-2751-47ce-ace2-c00faea14167 Date: Tue, 04 Sep 2018 22:28:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.10"}],"id":"3b65a10f-8654-4309-b9d4-1da9e499a71b","security_groups":["0ad13c40-d4a1-4220-9dda-a1f921684a32"],"mac_address":"fa:16:3e:d2:6c:fe","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"a543d393-f287-4a27-9351-ef6afb7667d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.4"}],"id":"7ebad8e9-3588-4e89-b458-c3db63b5fb25","security_groups":[],"mac_address":"fa:16:3e:c9:5a:c8","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.2"}],"id":"811431cc-e24a-453d-9bc4-aa1494e9f0bf","security_groups":[],"mac_address":"fa:16:3e:ee:e5:bb","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.3"}],"id":"f0f83225-d93a-44f0-8643-4180fbb84964","security_groups":[],"mac_address":"fa:16:3e:f4:a7:c0","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63c92f98-8bba-48f8-af2a-401447124f44"}]} 2018-09-04 22:28:08,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-9cfdeb58-2751-47ce-ace2-c00faea14167 2018-09-04 22:28:08,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:08,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42a794d5-22ad-49e4-8730-93c9cfa8542e x-compute-request-id: req-42a794d5-22ad-49e4-8730-93c9cfa8542e Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:6c:fe", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "bookmark"}], "image": {"id": "84e84e3f-4082-42e4-91ab-25cd658d190e", "links": [{"href": "http://172.30.9.26:8774/images/84e84e3f-4082-42e4-91ab-25cd658d190e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:27:51.000000", "flavor": {"id": "f710c636-f59a-41f7-95be-b4eae913a247", "links": [{"href": "http://172.30.9.26:8774/flavors/f710c636-f59a-41f7-95be-b4eae913a247", "rel": "bookmark"}]}, "id": "a543d393-f287-4a27-9351-ef6afb7667d8", "security_groups": [{"name": "default"}], "user_id": "cf6b07df8df0453fa89afaef788d9e88", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:27:52Z", "hostId": "b6bc58ada48c69ea046d6de2106c6a1c515613a0a3d321fad11bfa09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "created": "2018-09-04T22:27:46Z", "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:28:08,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8 used request id req-42a794d5-22ad-49e4-8730-93c9cfa8542e 2018-09-04 22:28:08,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:09,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-a3dc7fa9-b0bd-4df5-bad2-08ee5071ef92 Date: Tue, 04 Sep 2018 22:28:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["75a09bcf-5527-4ef1-96a6-c9990c358232"],"updated_at":"2018-09-04T22:27:41Z","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"63c92f98-8bba-48f8-af2a-401447124f44","name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}]} 2018-09-04 22:28:09,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net used request id req-a3dc7fa9-b0bd-4df5-bad2-08ee5071ef92 2018-09-04 22:28:09,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:09,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef809576-30d0-4cb9-b2ef-63d565f364c4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}} 2018-09-04 22:28:09,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d used request id req-ef809576-30d0-4cb9-b2ef-63d565f364c4 2018-09-04 22:28:09,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:09,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-9c8f7c77-7b31-4c8c-b606-85fa4323616f Date: Tue, 04 Sep 2018 22:28:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}]} 2018-09-04 22:28:09,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-9c8f7c77-7b31-4c8c-b606-85fa4323616f 2018-09-04 22:28:09,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e53907fb768bd4ea0cfbe0d794a85f4643c2fc7" 2018-09-04 22:28:09,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-c382fc05-3e43-4541-83f2-b99647f88708 Date: Tue, 04 Sep 2018 22:28:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.10"}],"id":"3b65a10f-8654-4309-b9d4-1da9e499a71b","security_groups":["0ad13c40-d4a1-4220-9dda-a1f921684a32"],"mac_address":"fa:16:3e:d2:6c:fe","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"a543d393-f287-4a27-9351-ef6afb7667d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.4"}],"id":"7ebad8e9-3588-4e89-b458-c3db63b5fb25","security_groups":[],"mac_address":"fa:16:3e:c9:5a:c8","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.2"}],"id":"811431cc-e24a-453d-9bc4-aa1494e9f0bf","security_groups":[],"mac_address":"fa:16:3e:ee:e5:bb","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.3"}],"id":"f0f83225-d93a-44f0-8643-4180fbb84964","security_groups":[],"mac_address":"fa:16:3e:f4:a7:c0","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63c92f98-8bba-48f8-af2a-401447124f44"}]} 2018-09-04 22:28:09,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-c382fc05-3e43-4541-83f2-b99647f88708 2018-09-04 22:28:09,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783397e265c7b943e637519ede76bf9888003ecc" 2018-09-04 22:28:10,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e26bd88-5dea-45c1-8874-612d733807cd x-compute-request-id: req-4e26bd88-5dea-45c1-8874-612d733807cd Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:6c:fe", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a543d393-f287-4a27-9351-ef6afb7667d8", "rel": "bookmark"}], "image": {"id": "84e84e3f-4082-42e4-91ab-25cd658d190e", "links": [{"href": "http://172.30.9.26:8774/images/84e84e3f-4082-42e4-91ab-25cd658d190e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:27:51.000000", "flavor": {"id": "f710c636-f59a-41f7-95be-b4eae913a247", "links": [{"href": "http://172.30.9.26:8774/flavors/f710c636-f59a-41f7-95be-b4eae913a247", "rel": "bookmark"}]}, "id": "a543d393-f287-4a27-9351-ef6afb7667d8", "security_groups": [{"name": "default"}], "user_id": "cf6b07df8df0453fa89afaef788d9e88", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:27:52Z", "hostId": "b6bc58ada48c69ea046d6de2106c6a1c515613a0a3d321fad11bfa09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "created": "2018-09-04T22:27:46Z", "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:28:10,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a543d393-f287-4a27-9351-ef6afb7667d8 used request id req-4e26bd88-5dea-45c1-8874-612d733807cd 2018-09-04 22:28:10,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783397e265c7b943e637519ede76bf9888003ecc" 2018-09-04 22:28:10,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-777bbc48-2359-47d6-9462-3b7a8a48d67e Date: Tue, 04 Sep 2018 22:28:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["75a09bcf-5527-4ef1-96a6-c9990c358232"],"updated_at":"2018-09-04T22:27:41Z","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"63c92f98-8bba-48f8-af2a-401447124f44","name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}]} 2018-09-04 22:28:10,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net used request id req-777bbc48-2359-47d6-9462-3b7a8a48d67e 2018-09-04 22:28:10,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783397e265c7b943e637519ede76bf9888003ecc" 2018-09-04 22:28:10,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-41340ed0-3ef5-4853-bd40-4a84ae79b180 Date: Tue, 04 Sep 2018 22:28:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","dns_nameservers":[],"updated_at":"2018-09-04T22:27:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","id":"75a09bcf-5527-4ef1-96a6-c9990c358232","subnetpool_id":null,"name":"CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet"}]} 2018-09-04 22:28:10,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-41340ed0-3ef5-4853-bd40-4a84ae79b180 2018-09-04 22:28:10,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783397e265c7b943e637519ede76bf9888003ecc" 2018-09-04 22:28:10,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-8dac4830-aa71-4006-9133-3579dc29fe4e Date: Tue, 04 Sep 2018 22:28:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.10"}],"id":"3b65a10f-8654-4309-b9d4-1da9e499a71b","security_groups":["0ad13c40-d4a1-4220-9dda-a1f921684a32"],"mac_address":"fa:16:3e:d2:6c:fe","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack-server1_port-4ij4rynu3zk7","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"a543d393-f287-4a27-9351-ef6afb7667d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.4"}],"id":"7ebad8e9-3588-4e89-b458-c3db63b5fb25","security_groups":[],"mac_address":"fa:16:3e:c9:5a:c8","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.2"}],"id":"811431cc-e24a-453d-9bc4-aa1494e9f0bf","security_groups":[],"mac_address":"fa:16:3e:ee:e5:bb","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63c92f98-8bba-48f8-af2a-401447124f44"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:27:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a09bcf-5527-4ef1-96a6-c9990c358232","ip_address":"10.0.0.3"}],"id":"f0f83225-d93a-44f0-8643-4180fbb84964","security_groups":[],"mac_address":"fa:16:3e:f4:a7:c0","project_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"63c92f98-8bba-48f8-af2a-401447124f44","tenant_id":"ba7f9e3f7d2a42a4b3a559e922cac38d","created_at":"2018-09-04T22:27:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63c92f98-8bba-48f8-af2a-401447124f44"}]} 2018-09-04 22:28:10,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=63c92f98-8bba-48f8-af2a-401447124f44 used request id req-8dac4830-aa71-4006-9133-3579dc29fe4e 2018-09-04 22:28:10,628 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack 2018-09-04 22:28:10,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:28:10,804 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:10 GMT Server: Apache x-openstack-request-id: req-3015b660-9e0e-4b65-b3af-04becd7e5284 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:11,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:10 GMT Server: Apache x-openstack-request-id: req-e7fe5541-4de7-416a-8df8-0b01ea7ea72f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:11,029 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-e7fe5541-4de7-416a-8df8-0b01ea7ea72f 2018-09-04 22:28:11,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:28:11,157 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:11 GMT Server: Apache x-openstack-request-id: req-ababf8a6-f9dc-475f-9ef4-194ec01e52c2 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:11,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:11 GMT Server: Apache x-openstack-request-id: req-630b1afc-c0ce-4508-8b8a-925c1eb55a60 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "OS::stack_id": "1811793d-594f-4989-9b02-e7f9018397e5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name", "net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "stack_user_project_id": "d4b98e79175b4974acfc59b046d58a07", "tags": null, "creation_time": "2018-09-04T22:27:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:28:11Z", "id": "1811793d-594f-4989-9b02-e7f9018397e5", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:28:11,182 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-630b1afc-c0ce-4508-8b8a-925c1eb55a60 2018-09-04 22:28:11,183 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:28:11,183 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:28:14,186 - create_stack - DEBUG - Stack status query timeout in 1196.84268689 2018-09-04 22:28:14,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:28:14,366 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:14 GMT Server: Apache x-openstack-request-id: req-a6c8b9e1-1a56-4153-998c-b6eaec1b79ea Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:14,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:14 GMT Server: Apache x-openstack-request-id: req-4fbaf99b-78a2-4038-a4f4-2615e8377034 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "OS::stack_id": "1811793d-594f-4989-9b02-e7f9018397e5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name", "net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "stack_user_project_id": "d4b98e79175b4974acfc59b046d58a07", "tags": null, "creation_time": "2018-09-04T22:27:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:28:11Z", "id": "1811793d-594f-4989-9b02-e7f9018397e5", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:28:14,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-4fbaf99b-78a2-4038-a4f4-2615e8377034 2018-09-04 22:28:14,563 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:28:14,563 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:28:17,565 - create_stack - DEBUG - Stack status query timeout in 1193.4640069 2018-09-04 22:28:17,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:28:17,596 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:17 GMT Server: Apache x-openstack-request-id: req-45199951-3924-48f1-abe5-337b4c2acf6b Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:17,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:17 GMT Server: Apache x-openstack-request-id: req-0535b394-1bc3-4a8f-b3bf-655286840014 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "OS::stack_id": "1811793d-594f-4989-9b02-e7f9018397e5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name", "net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "stack_user_project_id": "d4b98e79175b4974acfc59b046d58a07", "tags": null, "creation_time": "2018-09-04T22:27:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:28:11Z", "id": "1811793d-594f-4989-9b02-e7f9018397e5", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:28:17,621 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-0535b394-1bc3-4a8f-b3bf-655286840014 2018-09-04 22:28:17,622 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:28:17,622 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:28:20,625 - create_stack - DEBUG - Stack status query timeout in 1190.40391898 2018-09-04 22:28:20,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:28:20,814 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:20 GMT Server: Apache x-openstack-request-id: req-e79bcf47-523a-451a-8a64-514d9b6a1256 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:21,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:20 GMT Server: Apache x-openstack-request-id: req-95e816c4-b550-497e-b1cd-039142065b31 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "OS::stack_id": "1811793d-594f-4989-9b02-e7f9018397e5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name", "net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "stack_user_project_id": "d4b98e79175b4974acfc59b046d58a07", "tags": null, "creation_time": "2018-09-04T22:27:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:28:11Z", "id": "1811793d-594f-4989-9b02-e7f9018397e5", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:28:21,005 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-95e816c4-b550-497e-b1cd-039142065b31 2018-09-04 22:28:21,006 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:28:21,006 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:28:24,009 - create_stack - DEBUG - Stack status query timeout in 1187.020082 2018-09-04 22:28:24,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:28:24,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:24 GMT Server: Apache x-openstack-request-id: req-42437d31-66f1-479e-91d3-dd849e39a202 Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:24,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:24 GMT Server: Apache x-openstack-request-id: req-ed11750c-9b18-4165-8fad-a7bdc0779f54 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "OS::stack_id": "1811793d-594f-4989-9b02-e7f9018397e5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "image_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image", "inst_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-inst", "subnet_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-subnet", "flavor_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-flavor-name", "net_name": "CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack", "stack_user_project_id": "d4b98e79175b4974acfc59b046d58a07", "tags": null, "creation_time": "2018-09-04T22:27:38Z", "links": [{"href": "http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:28:11Z", "id": "1811793d-594f-4989-9b02-e7f9018397e5", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 22:28:24,065 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-ed11750c-9b18-4165-8fad-a7bdc0779f54 2018-09-04 22:28:24,066 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:28:24,066 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack 2018-09-04 22:28:24,066 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack 2018-09-04 22:28:24,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/1811793d-594f-4989-9b02-e7f9018397e5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cbbe9bc8bc7a93cb3cbaa91920cc1751b2627" 2018-09-04 22:28:24,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:24 GMT Server: Apache x-openstack-request-id: req-34c05a4d-a0f5-4de6-bbf0-7b1255aa078b Location: http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:24,120 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:28:24 GMT Server: Apache x-openstack-request-id: req-bdf0837b-74da-41d0-9e88-478aef2297a7 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:28:24,120 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/ba7f9e3f7d2a42a4b3a559e922cac38d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-stack/1811793d-594f-4989-9b02-e7f9018397e5 used request id req-bdf0837b-74da-41d0-9e88-478aef2297a7 2018-09-04 22:28:24,121 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-3bc21558-5c45-465a-8644-0f6bdfe54cab-image 2018-09-04 22:28:24,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d3136dae7c6715e5d3c8a9c0af70cd3b9a947c63" 2018-09-04 22:28:25,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca066fb5-da20-43a6-abb3-093607173cc4 Date: Tue, 04 Sep 2018 22:28:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:28:25,767 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/84e84e3f-4082-42e4-91ab-25cd658d190e used request id req-ca066fb5-da20-43a6-abb3-093607173cc4 2018-09-04 22:28:25,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/f710c636-f59a-41f7-95be-b4eae913a247 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fad024720262fb69f7da0656f02065c3ca18a427" 2018-09-04 22:28:25,816 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:28:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ec32dd99-c971-45ac-b2c0-ce98062e7de5 x-compute-request-id: req-ec32dd99-c971-45ac-b2c0-ce98062e7de5 Content-Length: 0 Content-Type: application/json 2018-09-04 22:28:25,816 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/f710c636-f59a-41f7-95be-b4eae913a247 used request id req-ec32dd99-c971-45ac-b2c0-ce98062e7de5 2018-09-04 22:28:25,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:28:26,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-9d3631ea-2105-42d2-b7ee-841a193d7c56 Date: Tue, 04 Sep 2018 22:28:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "created_at": "2018-09-04T22:27:39Z", "updated_at": "2018-09-04T22:27:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:27:39Z", "revision_number": 0, "id": "3fa3515c-d7e2-4a93-9d8c-081b5091ee63", "remote_group_id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "remote_ip_prefix": null, "created_at": "2018-09-04T22:27:39Z", "security_group_id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:27:39Z", "revision_number": 0, "id": "701d8122-2550-426e-b1e9-83b21016c426", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:27:39Z", "security_group_id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:27:39Z", "revision_number": 0, "id": "907e3161-ce2e-4216-a954-465b96dc6aff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:27:39Z", "security_group_id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:27:39Z", "revision_number": 0, "id": "be41969d-f29b-4770-bf3f-6f0d052056fa", "remote_group_id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "remote_ip_prefix": null, "created_at": "2018-09-04T22:27:39Z", "security_group_id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d"}], "revision_number": 4, "project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:28:26,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-9d3631ea-2105-42d2-b7ee-841a193d7c56 2018-09-04 22:28:26,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:28:26,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3fb6a68-6e94-4b46-b96a-b05ba0cce63c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:28:26,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-c3fb6a68-6e94-4b46-b96a-b05ba0cce63c 2018-09-04 22:28:26,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:28:26,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-564f2bf5-7d8f-4efd-b60a-1f026f2db4f5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d"}, "enabled": true, "id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-35b38f29-3b67-4f8-proj"}} 2018-09-04 22:28:26,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d used request id req-564f2bf5-7d8f-4efd-b60a-1f026f2db4f5 2018-09-04 22:28:26,232 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ad13c40-d4a1-4220-9dda-a1f921684a32 2018-09-04 22:28:26,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0ad13c40-d4a1-4220-9dda-a1f921684a32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:28:26,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7c344865-b0e9-432d-86bc-f150e6417d9f Date: Tue, 04 Sep 2018 22:28:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:27:39Z", "security_group_id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "port_range_min": null, "revision_number": 0, "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "created_at": "2018-09-04T22:27:39Z", "project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "id": "3fa3515c-d7e2-4a93-9d8c-081b5091ee63"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:27:39Z", "security_group_id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "port_range_min": null, "revision_number": 0, "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "created_at": "2018-09-04T22:27:39Z", "project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "id": "701d8122-2550-426e-b1e9-83b21016c426"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:27:39Z", "security_group_id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "port_range_min": null, "revision_number": 0, "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "created_at": "2018-09-04T22:27:39Z", "project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "id": "907e3161-ce2e-4216-a954-465b96dc6aff"}, {"remote_group_id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:27:39Z", "security_group_id": "0ad13c40-d4a1-4220-9dda-a1f921684a32", "port_range_min": null, "revision_number": 0, "tenant_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "created_at": "2018-09-04T22:27:39Z", "project_id": "ba7f9e3f7d2a42a4b3a559e922cac38d", "id": "be41969d-f29b-4770-bf3f-6f0d052056fa"}]} 2018-09-04 22:28:26,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=0ad13c40-d4a1-4220-9dda-a1f921684a32 used request id req-7c344865-b0e9-432d-86bc-f150e6417d9f 2018-09-04 22:28:26,406 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:28:26,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/0ad13c40-d4a1-4220-9dda-a1f921684a32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:28:26,689 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-54c86e38-3992-4741-b02e-5645af50cc9c Content-Length: 0 Date: Tue, 04 Sep 2018 22:28:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:28:26,689 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/0ad13c40-d4a1-4220-9dda-a1f921684a32 used request id req-54c86e38-3992-4741-b02e-5645af50cc9c 2018-09-04 22:28:26,690 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-35b38f29-3b67-4f8-proj 2018-09-04 22:28:26,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:28:26,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bb27f2c-49b9-43c8-a4f5-184d77be8c27 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:26,913 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/ba7f9e3f7d2a42a4b3a559e922cac38d used request id req-3bb27f2c-49b9-43c8-a4f5-184d77be8c27 2018-09-04 22:28:26,913 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-35b38f29-3b67-4f8-proj-role 2018-09-04 22:28:26,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/496752a10922467cb380d7c63f9ceba9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:28:27,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5edbb992-4e8b-4a28-8c48-facba3dcfcd2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:27,018 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/496752a10922467cb380d7c63f9ceba9 used request id req-5edbb992-4e8b-4a28-8c48-facba3dcfcd2 2018-09-04 22:28:27,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca0a2cac6092e626e0b513d7defacc65e7a934f" 2018-09-04 22:28:27,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39471333-d323-4ed1-b63f-a405513a5ea7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:28:27,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-39471333-d323-4ed1-b63f-a405513a5ea7 2018-09-04 22:28:27,105 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-35b38f29-3b67-4f8-user 2018-09-04 22:28:27,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/cf6b07df8df0453fa89afaef788d9e88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c39e24492a5f73fd51165c99ccf760c1c5d76c9f" 2018-09-04 22:28:27,280 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c8180b2-c0a9-452a-bc9a-710986ec26a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:27,280 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/cf6b07df8df0453fa89afaef788d9e88 used request id req-1c8180b2-c0a9-452a-bc9a-710986ec26a3 2018-09-04 22:28:27,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:28:27,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["gjxxJpoyQYu1uBS_hAeOMA"], "issued_at": "2018-09-04T22:28:27.000000Z"}} 2018-09-04 22:28:27,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d1d1567d337df1cd84bcf40abe67c1bd7f3d1d" 2018-09-04 22:28:27,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb83e57b-aca5-4263-b934-78830158d73f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:28:27,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fb83e57b-aca5-4263-b934-78830158d73f 2018-09-04 22:28:27,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:28:27,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:28:28,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:28:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["iI-_rbU1QqC81euVq54_gg"], "issued_at": "2018-09-04T22:28:28.000000Z"}} 2018-09-04 22:28:28,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:28,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01c0b97b-aa93-4107-a23e-97746298d4ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:28:28,211 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-01c0b97b-aa93-4107-a23e-97746298d4ea 2018-09-04 22:28:28,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:28:28,221 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:28:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:28:28,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-0dfa0650-f4ed-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:28,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-967088e2-306f-4b6e-bc6a-cb1b39da143d Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-0dfa0650-f4ed-47a-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:28:28,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-0dfa0650-f4ed-47a-proj used request id req-967088e2-306f-4b6e-bc6a-cb1b39da143d 2018-09-04 22:28:28,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:28,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d87999a6-1643-4367-80b1-e7192419ee4e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:28:28,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-d87999a6-1643-4367-80b1-e7192419ee4e 2018-09-04 22:28:28,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj"}}' 2018-09-04 22:28:28,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:28:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71808fd2-8a22-4fb7-832a-0096d5998ef2 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa"}, "enabled": true, "id": "59f2736104244b23b8a33e59c4b1effa", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj"}} 2018-09-04 22:28:28,444 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-71808fd2-8a22-4fb7-832a-0096d5998ef2 2018-09-04 22:28:28,444 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-0dfa0650-f4ed-47a-proj 2018-09-04 22:28:28,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:28:28,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:28:28,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:28:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["0UN1xi5FQzmedB3e73GhHQ"], "issued_at": "2018-09-04T22:28:28.000000Z"}} 2018-09-04 22:28:28,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:28,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab062a8-bce0-4df2-b0da-5fe1dbc4b303 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:28:28,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1ab062a8-bce0-4df2-b0da-5fe1dbc4b303 2018-09-04 22:28:28,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:28:28,924 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:28:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:28:28,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:28,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9584318d-f672-4c46-acf7-15737af926ab Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:28:28,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9584318d-f672-4c46-acf7-15737af926ab 2018-09-04 22:28:28,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-0dfa0650-f4ed-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:29,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-164bf4cb-859e-440a-ad13-7fda4582b4b9 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-0dfa0650-f4ed-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa"}, "enabled": true, "id": "59f2736104244b23b8a33e59c4b1effa", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj"}]} 2018-09-04 22:28:29,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-0dfa0650-f4ed-47a-proj used request id req-164bf4cb-859e-440a-ad13-7fda4582b4b9 2018-09-04 22:28:29,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:29,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f63b313-333b-4fa5-b346-5ee1ec1bc863 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:28:29,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-9f63b313-333b-4fa5-b346-5ee1ec1bc863 2018-09-04 22:28:29,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:29,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-075e22a6-c8df-4ac4-a8d9-513b047ecdef Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:28:29,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-075e22a6-c8df-4ac4-a8d9-513b047ecdef 2018-09-04 22:28:29,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-0dfa0650-f4ed-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:29,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f31beb8-63a3-4167-a135-8c6a4bc417dd Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-0dfa0650-f4ed-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa"}, "enabled": true, "id": "59f2736104244b23b8a33e59c4b1effa", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj"}]} 2018-09-04 22:28:29,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-0dfa0650-f4ed-47a-proj used request id req-5f31beb8-63a3-4167-a135-8c6a4bc417dd 2018-09-04 22:28:29,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/c8d4c813a0b24388905699d2b8918974 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:29,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9ba87b4-03ba-4e9e-b68e-1f3642d60d22 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-user", "links": {"self": "http://172.30.9.26:5000/v3/users/c8d4c813a0b24388905699d2b8918974"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "59f2736104244b23b8a33e59c4b1effa", "id": "c8d4c813a0b24388905699d2b8918974", "password_expires_at": null}} 2018-09-04 22:28:29,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c8d4c813a0b24388905699d2b8918974 used request id req-f9ba87b4-03ba-4e9e-b68e-1f3642d60d22 2018-09-04 22:28:29,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa/users/c8d4c813a0b24388905699d2b8918974/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:29,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75a63f3d-95b1-41c4-a414-b49961ce65d2 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa/users/c8d4c813a0b24388905699d2b8918974/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:28:29,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa/users/c8d4c813a0b24388905699d2b8918974/roles used request id req-75a63f3d-95b1-41c4-a414-b49961ce65d2 2018-09-04 22:28:29,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:30,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e465fba7-4507-49ca-a664-061793ba30e0 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "domain_id": null, "name": "admin", "id": "5cd9afdff9a14c7bbd8b1621921cc3df"}} 2018-09-04 22:28:30,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-e465fba7-4507-49ca-a664-061793ba30e0 2018-09-04 22:28:30,010 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-0dfa0650-f4ed-47a-proj 2018-09-04 22:28:30,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa/users/c8d4c813a0b24388905699d2b8918974/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:30,147 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ab52895-e47d-4462-8e1d-5d7592824608 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:30,147 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa/users/c8d4c813a0b24388905699d2b8918974/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-2ab52895-e47d-4462-8e1d-5d7592824608 2018-09-04 22:28:30,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:30,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09b1eabc-b700-4e2c-855b-4bae9e1f952e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:28:30,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-09b1eabc-b700-4e2c-855b-4bae9e1f952e 2018-09-04 22:28:30,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-0dfa0650-f4ed-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:30,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c83725-72f0-4c0e-921e-6514516b6894 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-0dfa0650-f4ed-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa"}, "enabled": true, "id": "59f2736104244b23b8a33e59c4b1effa", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj"}]} 2018-09-04 22:28:30,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-0dfa0650-f4ed-47a-proj used request id req-e8c83725-72f0-4c0e-921e-6514516b6894 2018-09-04 22:28:30,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa/users/c8d4c813a0b24388905699d2b8918974/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:30,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ba70796-cd95-4a07-8b69-f178c3ed8b76 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa/users/c8d4c813a0b24388905699d2b8918974/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}]} 2018-09-04 22:28:30,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa/users/c8d4c813a0b24388905699d2b8918974/roles used request id req-9ba70796-cd95-4a07-8b69-f178c3ed8b76 2018-09-04 22:28:30,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:30,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d983ce6-5384-4db3-b4a0-25288dde7c7c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:28:30,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-5d983ce6-5384-4db3-b4a0-25288dde7c7c 2018-09-04 22:28:30,533 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-0dfa0650-f4ed-47a-proj 2018-09-04 22:28:30,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa/users/c8d4c813a0b24388905699d2b8918974/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:30,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-792ab267-5ba3-43fe-989e-6d26d3bda0e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:30,662 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa/users/c8d4c813a0b24388905699d2b8918974/roles/ee65b3cf18824d4786e4806145ea807f used request id req-792ab267-5ba3-43fe-989e-6d26d3bda0e9 2018-09-04 22:28:30,662 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-0dfa0650-f4ed-47a-user 2018-09-04 22:28:30,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:28:30,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:30,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b3812af-8313-494a-b44e-cd9935038d3a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:28:30,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4b3812af-8313-494a-b44e-cd9935038d3a 2018-09-04 22:28:30,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" -d '{"role": {"name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj-role"}}' 2018-09-04 22:28:30,875 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:28:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7a7a80e-0a62-40b1-83d1-bc825e37a4d9 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9042265f1ece4f748bf0d8275bb6d034", "links": {"self": "http://172.30.9.26:5000/v3/roles/9042265f1ece4f748bf0d8275bb6d034"}, "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj-role"}} 2018-09-04 22:28:30,875 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-c7a7a80e-0a62-40b1-83d1-bc825e37a4d9 2018-09-04 22:28:30,875 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-0dfa0650-f4ed-47a-proj-role 2018-09-04 22:28:30,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/9042265f1ece4f748bf0d8275bb6d034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:30,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fd47236-0853-49c2-8687-59d5172838b1 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/9042265f1ece4f748bf0d8275bb6d034"}, "domain_id": null, "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj-role", "id": "9042265f1ece4f748bf0d8275bb6d034"}} 2018-09-04 22:28:30,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/9042265f1ece4f748bf0d8275bb6d034 used request id req-9fd47236-0853-49c2-8687-59d5172838b1 2018-09-04 22:28:30,959 - keystone_utils - INFO - Granting role CreateStackVolumeTests-0dfa0650-f4ed-47a-proj-role to project CreateStackVolumeTests-0dfa0650-f4ed-47a-proj 2018-09-04 22:28:30,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa/users/c8d4c813a0b24388905699d2b8918974/roles/9042265f1ece4f748bf0d8275bb6d034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:31,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffea2c17-b0b9-4a93-b24e-514665016d34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:31,087 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa/users/c8d4c813a0b24388905699d2b8918974/roles/9042265f1ece4f748bf0d8275bb6d034 used request id req-ffea2c17-b0b9-4a93-b24e-514665016d34 2018-09-04 22:28:31,087 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:28:31,088 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:28:31,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:28:31,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9042265f1ece4f748bf0d8275bb6d034", "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59f2736104244b23b8a33e59c4b1effa", "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/59f2736104244b23b8a33e59c4b1effa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/59f2736104244b23b8a33e59c4b1effa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/59f2736104244b23b8a33e59c4b1effa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/59f2736104244b23b8a33e59c4b1effa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/59f2736104244b23b8a33e59c4b1effa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/59f2736104244b23b8a33e59c4b1effa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/59f2736104244b23b8a33e59c4b1effa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/59f2736104244b23b8a33e59c4b1effa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/59f2736104244b23b8a33e59c4b1effa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/59f2736104244b23b8a33e59c4b1effa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/59f2736104244b23b8a33e59c4b1effa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-user", "id": "c8d4c813a0b24388905699d2b8918974"}, "audit_ids": ["L9-1gYU-TESjORFHEpBuIQ"], "issued_at": "2018-09-04T22:28:31.000000Z"}} 2018-09-04 22:28:31,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c8b99d729b314a0e0e51de94f6a65e2171c493" 2018-09-04 22:28:31,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ff8891b-a209-4f94-88a5-86be6b3b20dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:28:31,553 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4ff8891b-a209-4f94-88a5-86be6b3b20dd 2018-09-04 22:28:31,555 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:28:31,557 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:28:31,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c8b99d729b314a0e0e51de94f6a65e2171c493" 2018-09-04 22:28:31,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:31 GMT Server: Apache x-openstack-request-id: req-970e5795-95e7-411a-94ea-a41c515631b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:28:31,734 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack used request id req-970e5795-95e7-411a-94ea-a41c515631b4 2018-09-04 22:28:31,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c8b99d729b314a0e0e51de94f6a65e2171c493" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "parameters": {"volume_type_name": {"default": "test-vol-type-name", "type": "string", "description": "The name of the volume type", "label": "Volume Type name"}, "volume_name": {"default": "test-vol-name", "type": "string", "description": "The name of the volume", "label": "Volume name"}}, "resources": {"volume": {"type": "OS::Cinder::Volume", "properties": {"name": {"get_param": "volume_name"}, "volume_type": {"get_resource": "volume_type"}, "size": 1}}, "volume_type": {"type": "OS::Cinder::VolumeType", "properties": {"name": {"get_param": "volume_type_name"}}}}}, "parameters": {"volume_type_name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume-type", "volume_name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume"}}' 2018-09-04 22:28:33,446 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:28:31 GMT Server: Apache x-openstack-request-id: req-1da90e1b-df56-44b5-8852-314a95545998 Location: http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "27ee586a-888e-4a57-a958-d448445cccc7", "links": [{"href": "http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7", "rel": "self"}]}} 2018-09-04 22:28:33,446 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks used request id req-1da90e1b-df56-44b5-8852-314a95545998 2018-09-04 22:28:33,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/27ee586a-888e-4a57-a958-d448445cccc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c8b99d729b314a0e0e51de94f6a65e2171c493" 2018-09-04 22:28:33,619 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:33 GMT Server: Apache x-openstack-request-id: req-71a78f29-b5ee-4071-bc47-cd8780fb79db Location: http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:33,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:33 GMT Server: Apache x-openstack-request-id: req-619e708d-8681-4b24-b723-2387aba11897 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "59f2736104244b23b8a33e59c4b1effa", "volume_type_name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume-type", "OS::stack_id": "27ee586a-888e-4a57-a958-d448445cccc7", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack", "volume_name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack", "stack_user_project_id": "0276bb64f53f46e08d1de44e84447b01", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:28:32Z", "links": [{"href": "http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27ee586a-888e-4a57-a958-d448445cccc7", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:28:33,902 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 used request id req-619e708d-8681-4b24-b723-2387aba11897 2018-09-04 22:28:33,902 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack 2018-09-04 22:28:33,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/27ee586a-888e-4a57-a958-d448445cccc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c8b99d729b314a0e0e51de94f6a65e2171c493" 2018-09-04 22:28:34,077 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:33 GMT Server: Apache x-openstack-request-id: req-30c1460b-faa8-42c5-be90-33f6896cd73a Location: http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:34,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:34 GMT Server: Apache x-openstack-request-id: req-fb1007c4-47f6-440c-a990-637bdd85907d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "59f2736104244b23b8a33e59c4b1effa", "volume_type_name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume-type", "OS::stack_id": "27ee586a-888e-4a57-a958-d448445cccc7", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack", "volume_name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack", "stack_user_project_id": "0276bb64f53f46e08d1de44e84447b01", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:28:32Z", "links": [{"href": "http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27ee586a-888e-4a57-a958-d448445cccc7", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:28:34,266 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 used request id req-fb1007c4-47f6-440c-a990-637bdd85907d 2018-09-04 22:28:34,267 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:28:34,267 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:28:37,270 - create_stack - DEBUG - Stack status query timeout in 1196.63244295 2018-09-04 22:28:37,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/27ee586a-888e-4a57-a958-d448445cccc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c8b99d729b314a0e0e51de94f6a65e2171c493" 2018-09-04 22:28:37,454 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:37 GMT Server: Apache x-openstack-request-id: req-2cc455df-fbb7-49c9-8d45-d5606e5629ee Location: http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:37,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:37 GMT Server: Apache x-openstack-request-id: req-3896580c-e828-421c-863a-a4218a0e5656 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 538 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "59f2736104244b23b8a33e59c4b1effa", "volume_type_name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume-type", "OS::stack_id": "27ee586a-888e-4a57-a958-d448445cccc7", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack", "volume_name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack", "stack_user_project_id": "0276bb64f53f46e08d1de44e84447b01", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:28:32Z", "links": [{"href": "http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "27ee586a-888e-4a57-a958-d448445cccc7", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:28:37,495 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 used request id req-3896580c-e828-421c-863a-a4218a0e5656 2018-09-04 22:28:37,496 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:28:37,496 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack 2018-09-04 22:28:37,496 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack 2018-09-04 22:28:37,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/27ee586a-888e-4a57-a958-d448445cccc7/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c8b99d729b314a0e0e51de94f6a65e2171c493" 2018-09-04 22:28:37,525 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:37 GMT Server: Apache x-openstack-request-id: req-bb89b18d-07d8-4209-be3e-87d0efc69ceb Location: http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:37,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:37 GMT Server: Apache x-openstack-request-id: req-2e9a68ed-6473-486e-bf59-6366e8c88760 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7/resources/volume", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-09-04T22:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:28:33Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b16f3f89-1aa9-4111-970a-d9ef883ae212", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-09-04T22:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:28:33Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "9f507bf2-dc47-4757-a7b9-6b17cfea6eeb", "resource_type": "OS::Cinder::VolumeType"}]} 2018-09-04 22:28:37,727 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7/resources used request id req-2e9a68ed-6473-486e-bf59-6366e8c88760 2018-09-04 22:28:37,731 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/59f2736104244b23b8a33e59c4b1effa/volumes/b16f3f89-1aa9-4111-970a-d9ef883ae212 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c8b99d729b314a0e0e51de94f6a65e2171c493" 2018-09-04 22:28:37,933 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:37 GMT Server: Apache x-compute-request-id: req-c6ca45ec-31d3-4cbc-85b8-272fcb90aa25 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c6ca45ec-31d3-4cbc-85b8-272fcb90aa25 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/59f2736104244b23b8a33e59c4b1effa/volumes/b16f3f89-1aa9-4111-970a-d9ef883ae212", "rel": "self"}, {"href": "http://172.30.9.26:8776/59f2736104244b23b8a33e59c4b1effa/volumes/b16f3f89-1aa9-4111-970a-d9ef883ae212", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T22:28:35.000000", "replication_status": null, "snapshot_id": null, "id": "b16f3f89-1aa9-4111-970a-d9ef883ae212", "size": 1, "user_id": "c8d4c813a0b24388905699d2b8918974", "os-vol-tenant-attr:tenant_id": "59f2736104244b23b8a33e59c4b1effa", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume", "bootable": "false", "created_at": "2018-09-04T22:28:34.000000", "volume_type": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume-type"}} 2018-09-04 22:28:37,933 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/59f2736104244b23b8a33e59c4b1effa/volumes/b16f3f89-1aa9-4111-970a-d9ef883ae212 used request id req-c6ca45ec-31d3-4cbc-85b8-272fcb90aa25 2018-09-04 22:28:37,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:28:37,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:28:38,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9042265f1ece4f748bf0d8275bb6d034", "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:28:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59f2736104244b23b8a33e59c4b1effa", "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/59f2736104244b23b8a33e59c4b1effa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/59f2736104244b23b8a33e59c4b1effa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/59f2736104244b23b8a33e59c4b1effa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/59f2736104244b23b8a33e59c4b1effa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/59f2736104244b23b8a33e59c4b1effa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/59f2736104244b23b8a33e59c4b1effa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/59f2736104244b23b8a33e59c4b1effa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/59f2736104244b23b8a33e59c4b1effa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/59f2736104244b23b8a33e59c4b1effa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/59f2736104244b23b8a33e59c4b1effa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/59f2736104244b23b8a33e59c4b1effa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-user", "id": "c8d4c813a0b24388905699d2b8918974"}, "audit_ids": ["EP6rGCR6T5yF5mzP1eF0hg"], "issued_at": "2018-09-04T22:28:38.000000Z"}} 2018-09-04 22:28:38,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1da157ae9dae7ffd8068a40c277d3c72d4b3178" 2018-09-04 22:28:38,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d57d5ca-64aa-4f23-a846-28d209a5093f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:28:38,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7d57d5ca-64aa-4f23-a846-28d209a5093f 2018-09-04 22:28:38,413 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/59f2736104244b23b8a33e59c4b1effa/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1da157ae9dae7ffd8068a40c277d3c72d4b3178" 2018-09-04 22:28:38,605 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:38 GMT Server: Apache x-compute-request-id: req-a6fa02ff-a554-444d-9da1-48e3c2c670c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a6fa02ff-a554-444d-9da1-48e3c2c670c7 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/59f2736104244b23b8a33e59c4b1effa/volumes/b16f3f89-1aa9-4111-970a-d9ef883ae212", "rel": "self"}, {"href": "http://172.30.9.26:8776/59f2736104244b23b8a33e59c4b1effa/volumes/b16f3f89-1aa9-4111-970a-d9ef883ae212", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T22:28:35.000000", "replication_status": null, "snapshot_id": null, "id": "b16f3f89-1aa9-4111-970a-d9ef883ae212", "size": 1, "user_id": "c8d4c813a0b24388905699d2b8918974", "os-vol-tenant-attr:tenant_id": "59f2736104244b23b8a33e59c4b1effa", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume", "bootable": "false", "created_at": "2018-09-04T22:28:34.000000", "volume_type": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume-type"}]} 2018-09-04 22:28:38,605 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/59f2736104244b23b8a33e59c4b1effa/volumes/detail used request id req-a6fa02ff-a554-444d-9da1-48e3c2c670c7 2018-09-04 22:28:38,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:28:38,614 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:28:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:28:38,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1da157ae9dae7ffd8068a40c277d3c72d4b3178" 2018-09-04 22:28:38,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-345fd2da-208b-4957-b7ee-d66cb539d51d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa"}, "enabled": true, "id": "59f2736104244b23b8a33e59c4b1effa", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-0dfa0650-f4ed-47a-proj"}} 2018-09-04 22:28:38,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa used request id req-345fd2da-208b-4957-b7ee-d66cb539d51d 2018-09-04 22:28:38,703 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack 2018-09-04 22:28:38,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/27ee586a-888e-4a57-a958-d448445cccc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c8b99d729b314a0e0e51de94f6a65e2171c493" 2018-09-04 22:28:38,732 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:38 GMT Server: Apache x-openstack-request-id: req-65adf968-3a71-4026-a9ad-49eb1417a882 Location: http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:38,773 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:38 GMT Server: Apache x-openstack-request-id: req-f85baf64-df1a-462b-b395-4a7c9c18f4f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:38,773 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 used request id req-f85baf64-df1a-462b-b395-4a7c9c18f4f6 2018-09-04 22:28:38,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/27ee586a-888e-4a57-a958-d448445cccc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c8b99d729b314a0e0e51de94f6a65e2171c493" 2018-09-04 22:28:38,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:38 GMT Server: Apache x-openstack-request-id: req-f17e3721-63f4-4354-a300-11323ec996e8 Location: http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:39,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:38 GMT Server: Apache x-openstack-request-id: req-0e889269-a6b8-4e4f-8496-e52eda7a0659 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "59f2736104244b23b8a33e59c4b1effa", "volume_type_name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume-type", "OS::stack_id": "27ee586a-888e-4a57-a958-d448445cccc7", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack", "volume_name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack", "stack_user_project_id": "0276bb64f53f46e08d1de44e84447b01", "tags": null, "creation_time": "2018-09-04T22:28:32Z", "links": [{"href": "http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:28:38Z", "id": "27ee586a-888e-4a57-a958-d448445cccc7", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:28:39,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 used request id req-0e889269-a6b8-4e4f-8496-e52eda7a0659 2018-09-04 22:28:39,134 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:28:39,134 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:28:42,136 - create_stack - DEBUG - Stack status query timeout in 1196.63764 2018-09-04 22:28:42,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/27ee586a-888e-4a57-a958-d448445cccc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c8b99d729b314a0e0e51de94f6a65e2171c493" 2018-09-04 22:28:42,304 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:42 GMT Server: Apache x-openstack-request-id: req-e2c8aff5-a4e1-42a3-8479-da8ca1013713 Location: http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:42,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:42 GMT Server: Apache x-openstack-request-id: req-ed6ae637-6429-4f43-b225-fd69f86cff27 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 533 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "59f2736104244b23b8a33e59c4b1effa", "volume_type_name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume-type", "OS::stack_id": "27ee586a-888e-4a57-a958-d448445cccc7", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack", "volume_name": "CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-volume"}, "deletion_time": "2018-09-04T22:28:42Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack", "stack_user_project_id": "0276bb64f53f46e08d1de44e84447b01", "tags": null, "creation_time": "2018-09-04T22:28:32Z", "links": [{"href": "http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:28:38Z", "id": "27ee586a-888e-4a57-a958-d448445cccc7", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:28:42,346 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 used request id req-ed6ae637-6429-4f43-b225-fd69f86cff27 2018-09-04 22:28:42,347 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:28:42,347 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack 2018-09-04 22:28:42,347 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack 2018-09-04 22:28:42,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/27ee586a-888e-4a57-a958-d448445cccc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c8b99d729b314a0e0e51de94f6a65e2171c493" 2018-09-04 22:28:42,535 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:42 GMT Server: Apache x-openstack-request-id: req-be046df3-60a4-4ee9-997c-7221bc333fab Location: http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:42,563 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:28:42 GMT Server: Apache x-openstack-request-id: req-50dd8cfb-fe85-415c-8478-44a694da49f6 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:28:42,564 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/59f2736104244b23b8a33e59c4b1effa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-5d77166c-239e-4e5b-8e15-941d6f9f5fa1-stack/27ee586a-888e-4a57-a958-d448445cccc7 used request id req-50dd8cfb-fe85-415c-8478-44a694da49f6 2018-09-04 22:28:42,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:42,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-78146b9a-78b5-4119-b56e-0c194ad2847d Date: Tue, 04 Sep 2018 22:28:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:28:42,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-78146b9a-78b5-4119-b56e-0c194ad2847d 2018-09-04 22:28:42,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:42,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24714dd0-d363-4612-9bd6-0a7064027223 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:28:42,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-24714dd0-d363-4612-9bd6-0a7064027223 2018-09-04 22:28:42,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:42,999 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92c3b086-249a-4252-8ecb-86c405ad0492 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:28:42,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-92c3b086-249a-4252-8ecb-86c405ad0492 2018-09-04 22:28:42,999 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:28:43,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:43,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-065c7702-e5ca-4479-b789-3b5f7b5e0081 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:28:43,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-065c7702-e5ca-4479-b789-3b5f7b5e0081 2018-09-04 22:28:43,091 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:28:43,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:43,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6204fe5-393b-4c71-ae07-a86762dba0a5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:28:43,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-f6204fe5-393b-4c71-ae07-a86762dba0a5 2018-09-04 22:28:43,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:43,265 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5ee3818-da48-467e-9abb-22cfa145ff53 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:28:43,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-d5ee3818-da48-467e-9abb-22cfa145ff53 2018-09-04 22:28:43,265 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:28:43,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:43,352 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9db4a01b-f42c-4c51-8ee9-abd445745883 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:28:43,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-9db4a01b-f42c-4c51-8ee9-abd445745883 2018-09-04 22:28:43,353 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:28:43,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:43,446 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-780a785d-4574-4bc1-90e9-21b5aff18f1c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:28:43,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-780a785d-4574-4bc1-90e9-21b5aff18f1c 2018-09-04 22:28:43,446 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:28:43,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:43,528 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d2d1284-182a-4c62-87dc-218131d3ba6d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:28:43,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-1d2d1284-182a-4c62-87dc-218131d3ba6d 2018-09-04 22:28:43,528 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:28:43,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:43,620 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b4d9959-8b57-4117-aa5e-ad2108f50207 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:28:43,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-1b4d9959-8b57-4117-aa5e-ad2108f50207 2018-09-04 22:28:43,620 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:28:43,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:43,711 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c72ba2f1-d0bf-4a16-a143-248d5e3a5c83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:28:43,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-c72ba2f1-d0bf-4a16-a143-248d5e3a5c83 2018-09-04 22:28:43,711 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:28:43,712 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-0dfa0650-f4ed-47a-proj 2018-09-04 22:28:43,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:43,991 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61b589f5-2393-4eba-8d29-355fcbd7eed7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:43,991 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/59f2736104244b23b8a33e59c4b1effa used request id req-61b589f5-2393-4eba-8d29-355fcbd7eed7 2018-09-04 22:28:43,991 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-0dfa0650-f4ed-47a-proj-role 2018-09-04 22:28:43,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/9042265f1ece4f748bf0d8275bb6d034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:44,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f87ded71-eac1-4e71-9508-a6ad7d5793a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:44,114 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/9042265f1ece4f748bf0d8275bb6d034 used request id req-f87ded71-eac1-4e71-9508-a6ad7d5793a0 2018-09-04 22:28:44,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c4ee660b7ea269b4dcaf10bc1decc7c4ca04ef4" 2018-09-04 22:28:44,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c53093c-0a80-46d4-b850-41d1f1c17d14 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:28:44,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1c53093c-0a80-46d4-b850-41d1f1c17d14 2018-09-04 22:28:44,212 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-0dfa0650-f4ed-47a-user 2018-09-04 22:28:44,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/c8d4c813a0b24388905699d2b8918974 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70590d78f92a4b69acd86e151a416a28fbb0dd45" 2018-09-04 22:28:44,423 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c79053e4-32c7-46db-8070-aeabde301b35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:44,423 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c8d4c813a0b24388905699d2b8918974 used request id req-c79053e4-32c7-46db-8070-aeabde301b35 2018-09-04 22:28:44,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:28:44,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:28:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["3YThjhf_RUCiOSQavvwMrg"], "issued_at": "2018-09-04T22:28:44.000000Z"}} 2018-09-04 22:28:44,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f2d4fccbfc7c4a226957dd5ccd3e6824ed193f" 2018-09-04 22:28:44,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5470bb2-cc9c-4f2e-aeea-7d70ef3f86bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:28:44,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a5470bb2-cc9c-4f2e-aeea-7d70ef3f86bc 2018-09-04 22:28:44,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:28:44,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:28:45,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:28:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["NAKyEoiZSzC55vre5xU6RA"], "issued_at": "2018-09-04T22:28:45.000000Z"}} 2018-09-04 22:28:45,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:28:45,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-458038e6-08f7-43c6-846c-e2da3a41bbcb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:28:45,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-458038e6-08f7-43c6-846c-e2da3a41bbcb 2018-09-04 22:28:45,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:28:45,362 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:28:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:28:45,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:28:45,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d671829b-1bbf-4356-878a-c84161f52d3e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:28:45,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj used request id req-d671829b-1bbf-4356-878a-c84161f52d3e 2018-09-04 22:28:45,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:28:45,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45e92d4c-5ce5-4f43-a789-665c21837356 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:28:45,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-45e92d4c-5ce5-4f43-a789-665c21837356 2018-09-04 22:28:45,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj"}}' 2018-09-04 22:28:45,665 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:28:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-872dfd7c-0f40-4620-b048-1df723d1ad7f Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304"}, "enabled": true, "id": "45056e5d07fc47f1b8636e9e49ac0304", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj"}} 2018-09-04 22:28:45,665 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-872dfd7c-0f40-4620-b048-1df723d1ad7f 2018-09-04 22:28:45,665 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj 2018-09-04 22:28:45,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:28:45,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:28:46,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:28:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["0Q-1oKscTkSiJY8X92Csfw"], "issued_at": "2018-09-04T22:28:46.000000Z"}} 2018-09-04 22:28:46,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:46,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64763a8a-4a02-4647-811e-0c38047e0867 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:28:46,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-64763a8a-4a02-4647-811e-0c38047e0867 2018-09-04 22:28:46,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:28:46,142 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:28:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:28:46,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:46,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f8e497-d57a-489b-a71a-7912ace93f6e Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:28:46,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e0f8e497-d57a-489b-a71a-7912ace93f6e 2018-09-04 22:28:46,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:46,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f598dc3f-b23c-4fd9-9a56-eeb221d79bad Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304"}, "enabled": true, "id": "45056e5d07fc47f1b8636e9e49ac0304", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj"}]} 2018-09-04 22:28:46,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj used request id req-f598dc3f-b23c-4fd9-9a56-eeb221d79bad 2018-09-04 22:28:46,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:46,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-240aa47f-1f6d-4062-b643-c03da44cba46 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:28:46,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-240aa47f-1f6d-4062-b643-c03da44cba46 2018-09-04 22:28:46,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:46,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a728084-6f1a-4408-a9e5-9200b5a0fc03 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:28:46,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0a728084-6f1a-4408-a9e5-9200b5a0fc03 2018-09-04 22:28:46,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:46,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d72a6d0-11a8-4113-8d53-4a4f9fc0f399 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304"}, "enabled": true, "id": "45056e5d07fc47f1b8636e9e49ac0304", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj"}]} 2018-09-04 22:28:46,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj used request id req-2d72a6d0-11a8-4113-8d53-4a4f9fc0f399 2018-09-04 22:28:46,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/72a4234ae689487f82e23d273fe9e308 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:46,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-477b10ba-a670-458a-a7e9-539514d11557 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-user", "links": {"self": "http://172.30.9.26:5000/v3/users/72a4234ae689487f82e23d273fe9e308"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "45056e5d07fc47f1b8636e9e49ac0304", "id": "72a4234ae689487f82e23d273fe9e308", "password_expires_at": null}} 2018-09-04 22:28:46,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/72a4234ae689487f82e23d273fe9e308 used request id req-477b10ba-a670-458a-a7e9-539514d11557 2018-09-04 22:28:46,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304/users/72a4234ae689487f82e23d273fe9e308/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:47,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-459fa360-6a56-4a94-8eee-04ae195799d8 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304/users/72a4234ae689487f82e23d273fe9e308/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:28:47,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304/users/72a4234ae689487f82e23d273fe9e308/roles used request id req-459fa360-6a56-4a94-8eee-04ae195799d8 2018-09-04 22:28:47,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:47,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fa97d32-7c47-4788-abc2-3097361659c9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "domain_id": null, "name": "admin", "id": "5cd9afdff9a14c7bbd8b1621921cc3df"}} 2018-09-04 22:28:47,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-5fa97d32-7c47-4788-abc2-3097361659c9 2018-09-04 22:28:47,253 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj 2018-09-04 22:28:47,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304/users/72a4234ae689487f82e23d273fe9e308/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:47,386 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f66354c3-97b1-4903-b9ef-4f7cae561a97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:47,386 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304/users/72a4234ae689487f82e23d273fe9e308/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-f66354c3-97b1-4903-b9ef-4f7cae561a97 2018-09-04 22:28:47,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:47,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3636f4c8-478e-4157-902e-36f71f70aece Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:28:47,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3636f4c8-478e-4157-902e-36f71f70aece 2018-09-04 22:28:47,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:47,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e604a2-3bfd-4ba0-b095-5d4dfdf808f9 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304"}, "enabled": true, "id": "45056e5d07fc47f1b8636e9e49ac0304", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj"}]} 2018-09-04 22:28:47,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj used request id req-26e604a2-3bfd-4ba0-b095-5d4dfdf808f9 2018-09-04 22:28:47,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304/users/72a4234ae689487f82e23d273fe9e308/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:47,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23841872-74eb-4a35-afa1-9fc712d7b8dc Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304/users/72a4234ae689487f82e23d273fe9e308/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}]} 2018-09-04 22:28:47,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304/users/72a4234ae689487f82e23d273fe9e308/roles used request id req-23841872-74eb-4a35-afa1-9fc712d7b8dc 2018-09-04 22:28:47,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:47,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d51296f8-8bef-48db-9cfe-5f4b5d22c2f5 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:28:47,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-d51296f8-8bef-48db-9cfe-5f4b5d22c2f5 2018-09-04 22:28:47,777 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj 2018-09-04 22:28:47,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304/users/72a4234ae689487f82e23d273fe9e308/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:28:47,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee59de65-cec7-463f-aa53-1d776054bf7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:47,913 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304/users/72a4234ae689487f82e23d273fe9e308/roles/ee65b3cf18824d4786e4806145ea807f used request id req-ee59de65-cec7-463f-aa53-1d776054bf7e 2018-09-04 22:28:47,913 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-4f0d6f44-b1a7-4c9-user 2018-09-04 22:28:47,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:28:47,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:28:48,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7e15fc9-2a52-4202-b0a0-96cb79d0c075 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:28:48,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d7e15fc9-2a52-4202-b0a0-96cb79d0c075 2018-09-04 22:28:48,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" -d '{"role": {"name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj-role"}}' 2018-09-04 22:28:48,120 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:28:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8be848bf-025a-41d0-ac30-193b7d9fcabe Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b027911510c6484799820c190c195668", "links": {"self": "http://172.30.9.26:5000/v3/roles/b027911510c6484799820c190c195668"}, "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj-role"}} 2018-09-04 22:28:48,120 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-8be848bf-025a-41d0-ac30-193b7d9fcabe 2018-09-04 22:28:48,120 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj-role 2018-09-04 22:28:48,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/b027911510c6484799820c190c195668 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:28:48,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8708ff1b-215d-48ba-b6f4-15d2dc73c410 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/b027911510c6484799820c190c195668"}, "domain_id": null, "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj-role", "id": "b027911510c6484799820c190c195668"}} 2018-09-04 22:28:48,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/b027911510c6484799820c190c195668 used request id req-8708ff1b-215d-48ba-b6f4-15d2dc73c410 2018-09-04 22:28:48,211 - keystone_utils - INFO - Granting role CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj-role to project CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj 2018-09-04 22:28:48,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304/users/72a4234ae689487f82e23d273fe9e308/roles/b027911510c6484799820c190c195668 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:28:48,338 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a343a0e3-af30-4cb9-b886-8ec0b2f771d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:48,338 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304/users/72a4234ae689487f82e23d273fe9e308/roles/b027911510c6484799820c190c195668 used request id req-a343a0e3-af30-4cb9-b886-8ec0b2f771d3 2018-09-04 22:28:48,338 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:28:48,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:28:48,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:28:48,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "b027911510c6484799820c190c195668", "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj-role"}], "expires_at": "2018-09-04T23:28:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45056e5d07fc47f1b8636e9e49ac0304", "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/45056e5d07fc47f1b8636e9e49ac0304", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/45056e5d07fc47f1b8636e9e49ac0304", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/45056e5d07fc47f1b8636e9e49ac0304", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/45056e5d07fc47f1b8636e9e49ac0304", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/45056e5d07fc47f1b8636e9e49ac0304", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/45056e5d07fc47f1b8636e9e49ac0304", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/45056e5d07fc47f1b8636e9e49ac0304", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/45056e5d07fc47f1b8636e9e49ac0304", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/45056e5d07fc47f1b8636e9e49ac0304", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/45056e5d07fc47f1b8636e9e49ac0304", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-user", "id": "72a4234ae689487f82e23d273fe9e308"}, "audit_ids": ["kOY4izWJQ4iztab1r_ySJg"], "issued_at": "2018-09-04T22:28:48.000000Z"}} 2018-09-04 22:28:48,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:28:48,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48f6fd82-8017-4a66-9e52-c2a3be6f02c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:28:48,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-48f6fd82-8017-4a66-9e52-c2a3be6f02c5 2018-09-04 22:28:48,829 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:28:48,831 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:28:48,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:28:49,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:48 GMT Server: Apache x-openstack-request-id: req-204a2b7f-086e-416f-b592-3163b886f036 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:28:49,010 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack used request id req-204a2b7f-086e-416f-b592-3163b886f036 2018-09-04 22:28:49,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "parameters": {"volume_type_name": {"default": "test-vol-type-name", "type": "string", "description": "The name of the volume type", "label": "Volume Type name"}, "volume_name": {"default": "test-vol-name", "type": "string", "description": "The name of the volume", "label": "Volume name"}}, "resources": {"volume": {"type": "OS::Cinder::Volume", "properties": {"name": {"get_param": "volume_name"}, "volume_type": {"get_resource": "volume_type"}, "size": 1}}, "volume_type": {"type": "OS::Cinder::VolumeType", "properties": {"name": {"get_param": "volume_type_name"}}}}}, "parameters": {"volume_type_name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume-type", "volume_name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume"}}' 2018-09-04 22:28:50,620 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:28:49 GMT Server: Apache x-openstack-request-id: req-58bbe770-267f-4127-a66a-2a844c710285 Location: http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "d2f49cdf-e938-48e5-9d8d-57b72d68950c", "links": [{"href": "http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c", "rel": "self"}]}} 2018-09-04 22:28:50,621 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks used request id req-58bbe770-267f-4127-a66a-2a844c710285 2018-09-04 22:28:50,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/d2f49cdf-e938-48e5-9d8d-57b72d68950c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:28:50,817 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:50 GMT Server: Apache x-openstack-request-id: req-def08167-89ba-4384-bd78-456aa4770e2f Location: http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:51,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:50 GMT Server: Apache x-openstack-request-id: req-2b4d2806-297c-4268-b3ab-0308b9492a0c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "45056e5d07fc47f1b8636e9e49ac0304", "volume_type_name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume-type", "OS::stack_id": "d2f49cdf-e938-48e5-9d8d-57b72d68950c", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack", "volume_name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack", "stack_user_project_id": "f6c980c430b4416fbb90933c32f196ac", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:28:50Z", "links": [{"href": "http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d2f49cdf-e938-48e5-9d8d-57b72d68950c", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:28:51,004 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c used request id req-2b4d2806-297c-4268-b3ab-0308b9492a0c 2018-09-04 22:28:51,005 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack 2018-09-04 22:28:51,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/d2f49cdf-e938-48e5-9d8d-57b72d68950c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:28:51,191 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:51 GMT Server: Apache x-openstack-request-id: req-a125e9ee-b7e8-40eb-bf85-e8f6596ccbf4 Location: http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:51,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:51 GMT Server: Apache x-openstack-request-id: req-ebcb11b7-baf7-4477-8f09-995a89d6d65f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "45056e5d07fc47f1b8636e9e49ac0304", "volume_type_name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume-type", "OS::stack_id": "d2f49cdf-e938-48e5-9d8d-57b72d68950c", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack", "volume_name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack", "stack_user_project_id": "f6c980c430b4416fbb90933c32f196ac", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:28:50Z", "links": [{"href": "http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d2f49cdf-e938-48e5-9d8d-57b72d68950c", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:28:51,457 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c used request id req-ebcb11b7-baf7-4477-8f09-995a89d6d65f 2018-09-04 22:28:51,457 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:28:51,458 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:28:54,461 - create_stack - DEBUG - Stack status query timeout in 1196.54393888 2018-09-04 22:28:54,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/d2f49cdf-e938-48e5-9d8d-57b72d68950c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:28:54,493 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:54 GMT Server: Apache x-openstack-request-id: req-9a3a9097-2f80-4433-9a22-b2a92f3f4a99 Location: http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:54,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:54 GMT Server: Apache x-openstack-request-id: req-c00b30a6-7278-4000-b998-c1c298004ab5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 537 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "45056e5d07fc47f1b8636e9e49ac0304", "volume_type_name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume-type", "OS::stack_id": "d2f49cdf-e938-48e5-9d8d-57b72d68950c", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack", "volume_name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack", "stack_user_project_id": "f6c980c430b4416fbb90933c32f196ac", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:28:50Z", "links": [{"href": "http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d2f49cdf-e938-48e5-9d8d-57b72d68950c", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:28:54,535 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c used request id req-c00b30a6-7278-4000-b998-c1c298004ab5 2018-09-04 22:28:54,536 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:28:54,536 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack 2018-09-04 22:28:54,536 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack 2018-09-04 22:28:54,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/d2f49cdf-e938-48e5-9d8d-57b72d68950c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:28:54,565 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:54 GMT Server: Apache x-openstack-request-id: req-751b858d-df81-4201-b58d-5a92a9ad3c8e Location: http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:54,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:54 GMT Server: Apache x-openstack-request-id: req-0e2afea5-cc05-44c9-88af-695831cab69e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c/resources/volume", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-09-04T22:28:50Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:28:50Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b533a7fe-20bd-4b4a-81db-fd2a03c7a2b4", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-09-04T22:28:50Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:28:50Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "0bd65b90-f92d-427e-8812-c62b5fdd4276", "resource_type": "OS::Cinder::VolumeType"}]} 2018-09-04 22:28:54,767 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c/resources used request id req-0e2afea5-cc05-44c9-88af-695831cab69e 2018-09-04 22:28:54,770 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304/types/0bd65b90-f92d-427e-8812-c62b5fdd4276 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:28:54,793 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:54 GMT Server: Apache x-compute-request-id: req-27aad637-d4cf-49e2-bf46-3331be1ad8ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27aad637-d4cf-49e2-bf46-3331be1ad8ae Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "0bd65b90-f92d-427e-8812-c62b5fdd4276", "description": null}} 2018-09-04 22:28:54,793 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304/types/0bd65b90-f92d-427e-8812-c62b5fdd4276 used request id req-27aad637-d4cf-49e2-bf46-3331be1ad8ae 2018-09-04 22:28:54,796 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304/types/0bd65b90-f92d-427e-8812-c62b5fdd4276 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27aad637-d4cf-49e2-bf46-3331be1ad8ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:28:54,957 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:54 GMT Server: Apache x-compute-request-id: req-6b7034dc-5b46-42c5-8dc8-315790a21594 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b7034dc-5b46-42c5-8dc8-315790a21594 Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "0bd65b90-f92d-427e-8812-c62b5fdd4276", "description": null}} 2018-09-04 22:28:54,957 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304/types/0bd65b90-f92d-427e-8812-c62b5fdd4276 used request id req-6b7034dc-5b46-42c5-8dc8-315790a21594 2018-09-04 22:28:54,960 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304/types/0bd65b90-f92d-427e-8812-c62b5fdd4276/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27aad637-d4cf-49e2-bf46-3331be1ad8ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:28:54,982 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:54 GMT Server: Apache x-compute-request-id: req-606af6db-d51d-4eb8-8be8-8e600b61f17e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-606af6db-d51d-4eb8-8be8-8e600b61f17e Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 22:28:54,982 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304/types/0bd65b90-f92d-427e-8812-c62b5fdd4276/encryption used request id req-606af6db-d51d-4eb8-8be8-8e600b61f17e 2018-09-04 22:28:54,983 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:28:54,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:28:55,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "b027911510c6484799820c190c195668", "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj-role"}], "expires_at": "2018-09-04T23:28:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45056e5d07fc47f1b8636e9e49ac0304", "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/45056e5d07fc47f1b8636e9e49ac0304", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/45056e5d07fc47f1b8636e9e49ac0304", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/45056e5d07fc47f1b8636e9e49ac0304", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/45056e5d07fc47f1b8636e9e49ac0304", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/45056e5d07fc47f1b8636e9e49ac0304", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/45056e5d07fc47f1b8636e9e49ac0304", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/45056e5d07fc47f1b8636e9e49ac0304", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/45056e5d07fc47f1b8636e9e49ac0304", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/45056e5d07fc47f1b8636e9e49ac0304", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/45056e5d07fc47f1b8636e9e49ac0304", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-4f0d6f44-b1a7-4c9-user", "id": "72a4234ae689487f82e23d273fe9e308"}, "audit_ids": ["z3Zof7_gR6KqAVpm1XPPrg"], "issued_at": "2018-09-04T22:28:55.000000Z"}} 2018-09-04 22:28:55,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4ea3eba7be357539ca6dda76e2f133f5cd9e0b" 2018-09-04 22:28:55,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d43114f-7298-481c-90e8-dfb03ae1f238 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:28:55,453 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6d43114f-7298-481c-90e8-dfb03ae1f238 2018-09-04 22:28:55,459 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4ea3eba7be357539ca6dda76e2f133f5cd9e0b" 2018-09-04 22:28:55,635 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:55 GMT Server: Apache x-compute-request-id: req-9a77841b-bdc7-4e72-8dae-0afbc3e6d390 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9a77841b-bdc7-4e72-8dae-0afbc3e6d390 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "0bd65b90-f92d-427e-8812-c62b5fdd4276", "description": null}]} 2018-09-04 22:28:55,635 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304/types?is_public=None used request id req-9a77841b-bdc7-4e72-8dae-0afbc3e6d390 2018-09-04 22:28:55,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304/types/0bd65b90-f92d-427e-8812-c62b5fdd4276 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9a77841b-bdc7-4e72-8dae-0afbc3e6d390" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4ea3eba7be357539ca6dda76e2f133f5cd9e0b" 2018-09-04 22:28:55,826 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:55 GMT Server: Apache x-compute-request-id: req-dc33aadd-9013-4d48-a1db-5b016f593ae3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dc33aadd-9013-4d48-a1db-5b016f593ae3 Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "0bd65b90-f92d-427e-8812-c62b5fdd4276", "description": null}} 2018-09-04 22:28:55,827 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304/types/0bd65b90-f92d-427e-8812-c62b5fdd4276 used request id req-dc33aadd-9013-4d48-a1db-5b016f593ae3 2018-09-04 22:28:55,830 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304/types/0bd65b90-f92d-427e-8812-c62b5fdd4276/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9a77841b-bdc7-4e72-8dae-0afbc3e6d390" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4ea3eba7be357539ca6dda76e2f133f5cd9e0b" 2018-09-04 22:28:55,996 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:55 GMT Server: Apache x-compute-request-id: req-3a747239-d0b2-4be9-973d-eb6a1458cc22 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3a747239-d0b2-4be9-973d-eb6a1458cc22 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 22:28:55,997 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/45056e5d07fc47f1b8636e9e49ac0304/types/0bd65b90-f92d-427e-8812-c62b5fdd4276/encryption used request id req-3a747239-d0b2-4be9-973d-eb6a1458cc22 2018-09-04 22:28:55,997 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack 2018-09-04 22:28:56,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/d2f49cdf-e938-48e5-9d8d-57b72d68950c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:28:56,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:56 GMT Server: Apache x-openstack-request-id: req-a62d410a-04fc-47d3-929d-75fb966366b8 Location: http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:56,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:28:56 GMT Server: Apache x-openstack-request-id: req-590b6be3-d0a2-4df9-b8c5-94a7b6af4841 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:28:56,388 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c used request id req-590b6be3-d0a2-4df9-b8c5-94a7b6af4841 2018-09-04 22:28:56,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/d2f49cdf-e938-48e5-9d8d-57b72d68950c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:28:56,564 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:56 GMT Server: Apache x-openstack-request-id: req-0b8a6fee-8bdb-4cdd-b691-353c99400fd0 Location: http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:28:56,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:28:56 GMT Server: Apache x-openstack-request-id: req-ec19d7e8-6a05-468f-9f9e-5f97385ccc4e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "45056e5d07fc47f1b8636e9e49ac0304", "volume_type_name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume-type", "OS::stack_id": "d2f49cdf-e938-48e5-9d8d-57b72d68950c", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack", "volume_name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack", "stack_user_project_id": "f6c980c430b4416fbb90933c32f196ac", "tags": null, "creation_time": "2018-09-04T22:28:50Z", "links": [{"href": "http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:28:56Z", "id": "d2f49cdf-e938-48e5-9d8d-57b72d68950c", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:28:56,890 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c used request id req-ec19d7e8-6a05-468f-9f9e-5f97385ccc4e 2018-09-04 22:28:56,891 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:28:56,891 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:28:59,894 - create_stack - DEBUG - Stack status query timeout in 1196.49398112 2018-09-04 22:28:59,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/d2f49cdf-e938-48e5-9d8d-57b72d68950c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:29:00,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:28:59 GMT Server: Apache x-openstack-request-id: req-66a85153-57ad-4170-89b9-340d7a87e730 Location: http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:00,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:00 GMT Server: Apache x-openstack-request-id: req-b5fc7c31-c193-4fcb-a2ab-0d03875ce548 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "45056e5d07fc47f1b8636e9e49ac0304", "volume_type_name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume-type", "OS::stack_id": "d2f49cdf-e938-48e5-9d8d-57b72d68950c", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack", "volume_name": "CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-volume"}, "deletion_time": "2018-09-04T22:28:59Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack", "stack_user_project_id": "f6c980c430b4416fbb90933c32f196ac", "tags": null, "creation_time": "2018-09-04T22:28:50Z", "links": [{"href": "http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:28:56Z", "id": "d2f49cdf-e938-48e5-9d8d-57b72d68950c", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:29:00,098 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c used request id req-b5fc7c31-c193-4fcb-a2ab-0d03875ce548 2018-09-04 22:29:00,099 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:29:00,099 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack 2018-09-04 22:29:00,099 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack 2018-09-04 22:29:00,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/d2f49cdf-e938-48e5-9d8d-57b72d68950c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f54f6b29e9cc719ba53f873e190e3f64489c896e" 2018-09-04 22:29:00,128 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:00 GMT Server: Apache x-openstack-request-id: req-2e6c37b8-5a00-4101-bc96-7f68c5ab6f75 Location: http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:00,154 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:00 GMT Server: Apache x-openstack-request-id: req-85031205-d79e-44d9-97d5-f1ba9bc59ae4 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:29:00,154 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/45056e5d07fc47f1b8636e9e49ac0304/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e3f6c9c1-e78d-4d90-a40c-61c6bf6a3acc-stack/d2f49cdf-e938-48e5-9d8d-57b72d68950c used request id req-85031205-d79e-44d9-97d5-f1ba9bc59ae4 2018-09-04 22:29:00,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:00,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-e0da5c1f-c290-43d2-aa68-7ee674e17da7 Date: Tue, 04 Sep 2018 22:29:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:29:00,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-e0da5c1f-c290-43d2-aa68-7ee674e17da7 2018-09-04 22:29:00,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:00,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-040ab9b1-785c-4fe9-b2c6-ffb695cc2683 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:29:00,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-040ab9b1-785c-4fe9-b2c6-ffb695cc2683 2018-09-04 22:29:00,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:00,587 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5bfdd09-c60b-44ea-91f9-c8c781842804 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:00,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-b5bfdd09-c60b-44ea-91f9-c8c781842804 2018-09-04 22:29:00,588 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:00,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:00,675 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52e4a9a5-d42e-4016-a01b-d20c274efae5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:00,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-52e4a9a5-d42e-4016-a01b-d20c274efae5 2018-09-04 22:29:00,675 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:00,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:00,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9ab02b2-b9c5-4607-b3f0-07a247dd0f5a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:29:00,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-f9ab02b2-b9c5-4607-b3f0-07a247dd0f5a 2018-09-04 22:29:00,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:00,848 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf9f9486-ac36-41eb-8403-542a94bed8cf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:00,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-cf9f9486-ac36-41eb-8403-542a94bed8cf 2018-09-04 22:29:00,848 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:00,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:00,937 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7b4bb9e-616a-43a7-a5ef-b7f7bad1fd74 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:00,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-b7b4bb9e-616a-43a7-a5ef-b7f7bad1fd74 2018-09-04 22:29:00,938 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:00,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:01,027 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f41753ba-f339-4cbf-bc4b-66a3c32915c7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:01,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-f41753ba-f339-4cbf-bc4b-66a3c32915c7 2018-09-04 22:29:01,027 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:01,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:01,111 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9354907c-a4d3-4cac-a231-c3982bf04a83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:01,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-9354907c-a4d3-4cac-a231-c3982bf04a83 2018-09-04 22:29:01,111 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:01,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:01,200 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-696d4283-d851-48ca-822c-68b7934dd8ff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:01,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-696d4283-d851-48ca-822c-68b7934dd8ff 2018-09-04 22:29:01,201 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:01,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:01,293 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54d30ebc-a3a7-4284-8d44-e552eaa82ce4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:01,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-54d30ebc-a3a7-4284-8d44-e552eaa82ce4 2018-09-04 22:29:01,293 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:01,294 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj 2018-09-04 22:29:01,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:01,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4beb09a-6b59-46ed-9701-1617705777bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:01,531 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/45056e5d07fc47f1b8636e9e49ac0304 used request id req-a4beb09a-6b59-46ed-9701-1617705777bf 2018-09-04 22:29:01,531 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-4f0d6f44-b1a7-4c9-proj-role 2018-09-04 22:29:01,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/b027911510c6484799820c190c195668 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:01,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77f2e188-6e53-4e5e-a1cc-58f0727aedf5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:01,647 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/b027911510c6484799820c190c195668 used request id req-77f2e188-6e53-4e5e-a1cc-58f0727aedf5 2018-09-04 22:29:01,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ac8cbf0d0b388a7aaf4caca1bad8cf4b7ff8fc" 2018-09-04 22:29:01,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b9b72ff-ef5b-4401-b695-ffa0dc012346 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:01,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4b9b72ff-ef5b-4401-b695-ffa0dc012346 2018-09-04 22:29:01,742 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-4f0d6f44-b1a7-4c9-user 2018-09-04 22:29:01,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/72a4234ae689487f82e23d273fe9e308 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd2f39db09602d00dcef53c24d08b3b998811e4" 2018-09-04 22:29:01,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb5a9a8b-e3b9-4bc8-8043-a30c4f726658 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:01,933 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/72a4234ae689487f82e23d273fe9e308 used request id req-fb5a9a8b-e3b9-4bc8-8043-a30c4f726658 2018-09-04 22:29:01,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:02,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["cm3pUBQfSd6o57dENTAWSg"], "issued_at": "2018-09-04T22:29:02.000000Z"}} 2018-09-04 22:29:02,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}992a8f81c18291ccddfe5d0f4ce9cfffb7e1b2c7" 2018-09-04 22:29:02,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6f7052a-a8aa-464f-9fbc-fa164428ce42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:02,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a6f7052a-a8aa-464f-9fbc-fa164428ce42 2018-09-04 22:29:02,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:02,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:02,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["za0g1p64QbeJnuYUk7H0pg"], "issued_at": "2018-09-04T22:29:02.000000Z"}} 2018-09-04 22:29:02,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:02,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e59b2e6-85d2-4509-9f88-07014b804d9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:02,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1e59b2e6-85d2-4509-9f88-07014b804d9d 2018-09-04 22:29:02,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:29:02,889 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:29:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:29:02,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-2f44bb5a-6da9-407-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:02,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-099f49e3-cbe9-4a5e-9f23-c1871da8dd66 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-2f44bb5a-6da9-407-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:29:02,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-2f44bb5a-6da9-407-proj used request id req-099f49e3-cbe9-4a5e-9f23-c1871da8dd66 2018-09-04 22:29:02,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:03,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc33a7bb-40ac-4ad8-8486-687c744d9f0d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:29:03,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-bc33a7bb-40ac-4ad8-8486-687c744d9f0d 2018-09-04 22:29:03,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-proj"}}' 2018-09-04 22:29:03,186 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55a1995c-b724-46eb-ab06-ad1d38cd36c1 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f"}, "enabled": true, "id": "132a8a7315c24b0798289f29e327dc9f", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-proj"}} 2018-09-04 22:29:03,186 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-55a1995c-b724-46eb-ab06-ad1d38cd36c1 2018-09-04 22:29:03,186 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-2f44bb5a-6da9-407-proj 2018-09-04 22:29:03,187 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:03,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:03,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["eZaeUS2NQMarvszQ9c2Tng"], "issued_at": "2018-09-04T22:29:03.000000Z"}} 2018-09-04 22:29:03,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:03,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc7133d7-925f-4b16-a807-990554fe25c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:03,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cc7133d7-925f-4b16-a807-990554fe25c7 2018-09-04 22:29:03,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:29:03,666 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:29:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:29:03,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:03,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a1f5925-2321-4616-80d0-caeafa1cfc39 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:29:03,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5a1f5925-2321-4616-80d0-caeafa1cfc39 2018-09-04 22:29:03,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackFlavorTests-2f44bb5a-6da9-407-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:03,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cddbe18-932b-41af-b22b-4064c2deafcb Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackFlavorTests-2f44bb5a-6da9-407-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f"}, "enabled": true, "id": "132a8a7315c24b0798289f29e327dc9f", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-proj"}]} 2018-09-04 22:29:03,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackFlavorTests-2f44bb5a-6da9-407-proj used request id req-7cddbe18-932b-41af-b22b-4064c2deafcb 2018-09-04 22:29:03,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:03,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4609f492-58ef-4a56-8666-2114d70babb7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:29:03,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-4609f492-58ef-4a56-8666-2114d70babb7 2018-09-04 22:29:04,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:04,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9afca81-f278-4cb7-9812-7ec9f7770af8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:04,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d9afca81-f278-4cb7-9812-7ec9f7770af8 2018-09-04 22:29:04,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackFlavorTests-2f44bb5a-6da9-407-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:04,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a6909d1-da22-41fe-ae81-8d25b5fe1964 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackFlavorTests-2f44bb5a-6da9-407-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f"}, "enabled": true, "id": "132a8a7315c24b0798289f29e327dc9f", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-proj"}]} 2018-09-04 22:29:04,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackFlavorTests-2f44bb5a-6da9-407-proj used request id req-2a6909d1-da22-41fe-ae81-8d25b5fe1964 2018-09-04 22:29:04,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/c070dac4c9974a848ff8020766025a4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:04,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0bf5f63-7c97-409e-8813-c00a66b7367c Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-2f44bb5a-6da9-407-user", "links": {"self": "http://172.30.9.26:5000/v3/users/c070dac4c9974a848ff8020766025a4f"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "132a8a7315c24b0798289f29e327dc9f", "id": "c070dac4c9974a848ff8020766025a4f", "password_expires_at": null}} 2018-09-04 22:29:04,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c070dac4c9974a848ff8020766025a4f used request id req-c0bf5f63-7c97-409e-8813-c00a66b7367c 2018-09-04 22:29:04,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f/users/c070dac4c9974a848ff8020766025a4f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:04,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db075d11-c3b7-45f6-84ea-3fe74e5d619c Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f/users/c070dac4c9974a848ff8020766025a4f/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:29:04,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f/users/c070dac4c9974a848ff8020766025a4f/roles used request id req-db075d11-c3b7-45f6-84ea-3fe74e5d619c 2018-09-04 22:29:04,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:04,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87076eee-ae65-455e-80d3-80225c2109de Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "domain_id": null, "name": "admin", "id": "5cd9afdff9a14c7bbd8b1621921cc3df"}} 2018-09-04 22:29:04,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-87076eee-ae65-455e-80d3-80225c2109de 2018-09-04 22:29:04,773 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-2f44bb5a-6da9-407-proj 2018-09-04 22:29:04,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f/users/c070dac4c9974a848ff8020766025a4f/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:04,895 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f870cef-f95c-4305-8efa-ac97e103521e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:04,895 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f/users/c070dac4c9974a848ff8020766025a4f/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-9f870cef-f95c-4305-8efa-ac97e103521e 2018-09-04 22:29:04,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:04,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15854847-7d58-4751-97e0-20b9a2548e32 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:04,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-15854847-7d58-4751-97e0-20b9a2548e32 2018-09-04 22:29:04,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackFlavorTests-2f44bb5a-6da9-407-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:05,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faa89030-b5eb-4ed2-b9c1-ef7040ae191c Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackFlavorTests-2f44bb5a-6da9-407-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f"}, "enabled": true, "id": "132a8a7315c24b0798289f29e327dc9f", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-proj"}]} 2018-09-04 22:29:05,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackFlavorTests-2f44bb5a-6da9-407-proj used request id req-faa89030-b5eb-4ed2-b9c1-ef7040ae191c 2018-09-04 22:29:05,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f/users/c070dac4c9974a848ff8020766025a4f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:05,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a6b8f3-e9db-4750-bf10-4be48b91ec52 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f/users/c070dac4c9974a848ff8020766025a4f/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}]} 2018-09-04 22:29:05,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f/users/c070dac4c9974a848ff8020766025a4f/roles used request id req-c0a6b8f3-e9db-4750-bf10-4be48b91ec52 2018-09-04 22:29:05,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:05,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5fb4d41-078f-4591-94ef-e79b8c4a1a1c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:29:05,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-e5fb4d41-078f-4591-94ef-e79b8c4a1a1c 2018-09-04 22:29:05,274 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-2f44bb5a-6da9-407-proj 2018-09-04 22:29:05,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f/users/c070dac4c9974a848ff8020766025a4f/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:05,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-860a9488-3589-49e8-9176-c57af82949a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:05,410 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f/users/c070dac4c9974a848ff8020766025a4f/roles/ee65b3cf18824d4786e4806145ea807f used request id req-860a9488-3589-49e8-9176-c57af82949a6 2018-09-04 22:29:05,410 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-2f44bb5a-6da9-407-user 2018-09-04 22:29:05,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:05,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:05,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35d5fc6b-7eba-4b22-a9c0-b91d0bab61e8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:05,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-35d5fc6b-7eba-4b22-a9c0-b91d0bab61e8 2018-09-04 22:29:05,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" -d '{"role": {"name": "CreateStackFlavorTests-2f44bb5a-6da9-407-proj-role"}}' 2018-09-04 22:29:05,611 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91a3ad6e-5b2e-41ca-b316-f81005b8dc4b Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c6d7f9bbcc3141409890cb848e0d7811", "links": {"self": "http://172.30.9.26:5000/v3/roles/c6d7f9bbcc3141409890cb848e0d7811"}, "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-proj-role"}} 2018-09-04 22:29:05,611 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-91a3ad6e-5b2e-41ca-b316-f81005b8dc4b 2018-09-04 22:29:05,612 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-2f44bb5a-6da9-407-proj-role 2018-09-04 22:29:05,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c6d7f9bbcc3141409890cb848e0d7811 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:05,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0870c88-da75-4a6a-948e-39d78def243b Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c6d7f9bbcc3141409890cb848e0d7811"}, "domain_id": null, "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-proj-role", "id": "c6d7f9bbcc3141409890cb848e0d7811"}} 2018-09-04 22:29:05,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c6d7f9bbcc3141409890cb848e0d7811 used request id req-c0870c88-da75-4a6a-948e-39d78def243b 2018-09-04 22:29:05,718 - keystone_utils - INFO - Granting role CreateStackFlavorTests-2f44bb5a-6da9-407-proj-role to project CreateStackFlavorTests-2f44bb5a-6da9-407-proj 2018-09-04 22:29:05,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f/users/c070dac4c9974a848ff8020766025a4f/roles/c6d7f9bbcc3141409890cb848e0d7811 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:05,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3518fc4-c17d-41bc-90af-385b6881111f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:05,847 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f/users/c070dac4c9974a848ff8020766025a4f/roles/c6d7f9bbcc3141409890cb848e0d7811 used request id req-c3518fc4-c17d-41bc-90af-385b6881111f 2018-09-04 22:29:05,847 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:29:05,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:05,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:06,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "c6d7f9bbcc3141409890cb848e0d7811", "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "132a8a7315c24b0798289f29e327dc9f", "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/132a8a7315c24b0798289f29e327dc9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/132a8a7315c24b0798289f29e327dc9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/132a8a7315c24b0798289f29e327dc9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/132a8a7315c24b0798289f29e327dc9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/132a8a7315c24b0798289f29e327dc9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/132a8a7315c24b0798289f29e327dc9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/132a8a7315c24b0798289f29e327dc9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/132a8a7315c24b0798289f29e327dc9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/132a8a7315c24b0798289f29e327dc9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/132a8a7315c24b0798289f29e327dc9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/132a8a7315c24b0798289f29e327dc9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-user", "id": "c070dac4c9974a848ff8020766025a4f"}, "audit_ids": ["0oDnS04ySdyWSGExO9qoUQ"], "issued_at": "2018-09-04T22:29:06.000000Z"}} 2018-09-04 22:29:06,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0126ccbfd6f4feb693a5bd0f81079590cc79ba" 2018-09-04 22:29:06,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f69b71ca-f57a-496a-a411-c56ffce646a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:06,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f69b71ca-f57a-496a-a411-c56ffce646a5 2018-09-04 22:29:06,322 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:29:06,325 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:29:06,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks?stack_name=CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0126ccbfd6f4feb693a5bd0f81079590cc79ba" 2018-09-04 22:29:06,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:06 GMT Server: Apache x-openstack-request-id: req-52e12a41-20e7-4b4b-8a33-b9dc9850a9a2 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:29:06,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks?stack_name=CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack used request id req-52e12a41-20e7-4b4b-8a33-b9dc9850a9a2 2018-09-04 22:29:06,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0126ccbfd6f4feb693a5bd0f81079590cc79ba" -d '{"stack_name": "CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-09-04 22:29:08,100 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:06 GMT Server: Apache x-openstack-request-id: req-e9907e16-6696-4ea9-8cae-081d71cba93f Location: http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "b6d5a956-06d7-4af7-abab-186a61be4173", "links": [{"href": "http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173", "rel": "self"}]}} 2018-09-04 22:29:08,100 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks used request id req-e9907e16-6696-4ea9-8cae-081d71cba93f 2018-09-04 22:29:08,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/b6d5a956-06d7-4af7-abab-186a61be4173 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0126ccbfd6f4feb693a5bd0f81079590cc79ba" 2018-09-04 22:29:08,278 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:08 GMT Server: Apache x-openstack-request-id: req-775a5133-b3d0-42a3-bb8d-b93e9fa3cf69 Location: http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:08,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:08 GMT Server: Apache x-openstack-request-id: req-09f5b189-dabf-40a6-9949-0a96273250f6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 508 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "132a8a7315c24b0798289f29e327dc9f", "OS::stack_id": "b6d5a956-06d7-4af7-abab-186a61be4173", "OS::stack_name": "CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack", "stack_user_project_id": "a8344f6c9670404bb60c152aba1b8161", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:29:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b6d5a956-06d7-4af7-abab-186a61be4173", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:29:08,487 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 used request id req-09f5b189-dabf-40a6-9949-0a96273250f6 2018-09-04 22:29:08,487 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack 2018-09-04 22:29:08,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/b6d5a956-06d7-4af7-abab-186a61be4173 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0126ccbfd6f4feb693a5bd0f81079590cc79ba" 2018-09-04 22:29:08,685 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:08 GMT Server: Apache x-openstack-request-id: req-7b13591c-275f-4dc1-ac65-a930dc550bdc Location: http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:08,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:08 GMT Server: Apache x-openstack-request-id: req-5a4043bb-50b4-40b5-9fa9-fc5de9adaa01 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "132a8a7315c24b0798289f29e327dc9f", "OS::stack_id": "b6d5a956-06d7-4af7-abab-186a61be4173", "OS::stack_name": "CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack", "stack_user_project_id": "a8344f6c9670404bb60c152aba1b8161", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:29:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b6d5a956-06d7-4af7-abab-186a61be4173", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:29:08,872 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 used request id req-5a4043bb-50b4-40b5-9fa9-fc5de9adaa01 2018-09-04 22:29:08,873 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:29:08,873 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack 2018-09-04 22:29:08,873 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack 2018-09-04 22:29:08,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/b6d5a956-06d7-4af7-abab-186a61be4173/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0126ccbfd6f4feb693a5bd0f81079590cc79ba" 2018-09-04 22:29:08,902 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:08 GMT Server: Apache x-openstack-request-id: req-0feeb68a-b854-4d8a-bd77-aa8a28072cad Location: http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:09,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:08 GMT Server: Apache x-openstack-request-id: req-32222e2c-0f48-44e2-92a3-4c59f0808c06 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-09-04T22:29:08Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:29:08Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "df318096-24cb-43d3-a5d3-3cb71ef8473d", "resource_type": "OS::Nova::Flavor"}]} 2018-09-04 22:29:09,103 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173/resources used request id req-32222e2c-0f48-44e2-92a3-4c59f0808c06 2018-09-04 22:29:09,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/df318096-24cb-43d3-a5d3-3cb71ef8473d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0126ccbfd6f4feb693a5bd0f81079590cc79ba" 2018-09-04 22:29:09,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-117bee64-75f5-4519-b57d-f864ff2bc72d x-compute-request-id: req-117bee64-75f5-4519-b57d-f864ff2bc72d Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/df318096-24cb-43d3-a5d3-3cb71ef8473d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/df318096-24cb-43d3-a5d3-3cb71ef8473d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "df318096-24cb-43d3-a5d3-3cb71ef8473d", "name": "CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack-flavor-ohud7a4fslkc", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:29:09,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/df318096-24cb-43d3-a5d3-3cb71ef8473d used request id req-117bee64-75f5-4519-b57d-f864ff2bc72d 2018-09-04 22:29:09,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:09,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:09,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "c6d7f9bbcc3141409890cb848e0d7811", "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "132a8a7315c24b0798289f29e327dc9f", "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/132a8a7315c24b0798289f29e327dc9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/132a8a7315c24b0798289f29e327dc9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/132a8a7315c24b0798289f29e327dc9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/132a8a7315c24b0798289f29e327dc9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/132a8a7315c24b0798289f29e327dc9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/132a8a7315c24b0798289f29e327dc9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/132a8a7315c24b0798289f29e327dc9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/132a8a7315c24b0798289f29e327dc9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/132a8a7315c24b0798289f29e327dc9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/132a8a7315c24b0798289f29e327dc9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/132a8a7315c24b0798289f29e327dc9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-2f44bb5a-6da9-407-user", "id": "c070dac4c9974a848ff8020766025a4f"}, "audit_ids": ["bsdQvmpyT-2GJp8giIKGTQ"], "issued_at": "2018-09-04T22:29:09.000000Z"}} 2018-09-04 22:29:09,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc37110659e5c5bb2e20ee49817ff11d26a6da56" 2018-09-04 22:29:09,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a94219-13ea-4c60-a4b8-35bce6bf0478 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:09,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a4a94219-13ea-4c60-a4b8-35bce6bf0478 2018-09-04 22:29:09,569 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:29:09,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc37110659e5c5bb2e20ee49817ff11d26a6da56" 2018-09-04 22:29:09,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-131dd0b4-287a-4fa4-a603-4e4b50f32e7a x-compute-request-id: req-131dd0b4-287a-4fa4-a603-4e4b50f32e7a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "df318096-24cb-43d3-a5d3-3cb71ef8473d", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/df318096-24cb-43d3-a5d3-3cb71ef8473d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/df318096-24cb-43d3-a5d3-3cb71ef8473d", "rel": "bookmark"}], "name": "CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack-flavor-ohud7a4fslkc"}]} 2018-09-04 22:29:09,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-131dd0b4-287a-4fa4-a603-4e4b50f32e7a 2018-09-04 22:29:09,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/df318096-24cb-43d3-a5d3-3cb71ef8473d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc37110659e5c5bb2e20ee49817ff11d26a6da56" 2018-09-04 22:29:09,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d57bded7-3c13-4140-b823-036460be7af0 x-compute-request-id: req-d57bded7-3c13-4140-b823-036460be7af0 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/df318096-24cb-43d3-a5d3-3cb71ef8473d", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/df318096-24cb-43d3-a5d3-3cb71ef8473d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "df318096-24cb-43d3-a5d3-3cb71ef8473d", "name": "CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack-flavor-ohud7a4fslkc", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:29:09,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/df318096-24cb-43d3-a5d3-3cb71ef8473d used request id req-d57bded7-3c13-4140-b823-036460be7af0 2018-09-04 22:29:09,791 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack-flavor-ohud7a4fslkc 2018-09-04 22:29:09,792 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack 2018-09-04 22:29:09,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/b6d5a956-06d7-4af7-abab-186a61be4173 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0126ccbfd6f4feb693a5bd0f81079590cc79ba" 2018-09-04 22:29:09,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:09 GMT Server: Apache x-openstack-request-id: req-b8805668-d893-49a7-8584-59d50bdae7b0 Location: http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:10,004 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:09 GMT Server: Apache x-openstack-request-id: req-c22bf68f-7e84-47e1-974a-ca7cdb62040f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:10,004 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 used request id req-c22bf68f-7e84-47e1-974a-ca7cdb62040f 2018-09-04 22:29:10,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/b6d5a956-06d7-4af7-abab-186a61be4173 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0126ccbfd6f4feb693a5bd0f81079590cc79ba" 2018-09-04 22:29:10,183 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:10 GMT Server: Apache x-openstack-request-id: req-d4f4d4da-3a83-4ee9-804e-409f6885a4cc Location: http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:10,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:10 GMT Server: Apache x-openstack-request-id: req-c098b0af-1540-4c6c-9661-b48bb5ed2b22 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 504 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "132a8a7315c24b0798289f29e327dc9f", "OS::stack_id": "b6d5a956-06d7-4af7-abab-186a61be4173", "OS::stack_name": "CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack", "stack_user_project_id": "a8344f6c9670404bb60c152aba1b8161", "tags": null, "creation_time": "2018-09-04T22:29:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:29:09Z", "id": "b6d5a956-06d7-4af7-abab-186a61be4173", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:29:10,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 used request id req-c098b0af-1540-4c6c-9661-b48bb5ed2b22 2018-09-04 22:29:10,212 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:29:10,212 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:29:13,215 - create_stack - DEBUG - Stack status query timeout in 1196.788764 2018-09-04 22:29:13,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/b6d5a956-06d7-4af7-abab-186a61be4173 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0126ccbfd6f4feb693a5bd0f81079590cc79ba" 2018-09-04 22:29:13,249 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:13 GMT Server: Apache x-openstack-request-id: req-bfd96da0-6fcd-4244-a681-cae61b025f12 Location: http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:13,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:13 GMT Server: Apache x-openstack-request-id: req-413f4cc7-65a5-4151-9056-6bd960e9e690 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 509 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "132a8a7315c24b0798289f29e327dc9f", "OS::stack_id": "b6d5a956-06d7-4af7-abab-186a61be4173", "OS::stack_name": "CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack"}, "deletion_time": "2018-09-04T22:29:11Z", "stack_name": "CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack", "stack_user_project_id": "a8344f6c9670404bb60c152aba1b8161", "tags": null, "creation_time": "2018-09-04T22:29:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:29:09Z", "id": "b6d5a956-06d7-4af7-abab-186a61be4173", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 22:29:13,436 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 used request id req-413f4cc7-65a5-4151-9056-6bd960e9e690 2018-09-04 22:29:13,437 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:29:13,437 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack 2018-09-04 22:29:13,437 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack 2018-09-04 22:29:13,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/b6d5a956-06d7-4af7-abab-186a61be4173 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0126ccbfd6f4feb693a5bd0f81079590cc79ba" 2018-09-04 22:29:13,629 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:13 GMT Server: Apache x-openstack-request-id: req-8dba4e71-497c-46c0-a9b9-480c21b6afa8 Location: http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:13,655 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:13 GMT Server: Apache x-openstack-request-id: req-ba30fd78-e0b2-40a9-8d5c-0e67efc51b81 Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:29:13,655 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/132a8a7315c24b0798289f29e327dc9f/stacks/CreateStackFlavorTests-4a3b6655-ca8d-41fe-ae4e-d9f30c963c87-stack/b6d5a956-06d7-4af7-abab-186a61be4173 used request id req-ba30fd78-e0b2-40a9-8d5c-0e67efc51b81 2018-09-04 22:29:13,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:13,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-2050bb3d-7813-467b-bafa-679db2544073 Date: Tue, 04 Sep 2018 22:29:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:29:13,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-2050bb3d-7813-467b-bafa-679db2544073 2018-09-04 22:29:13,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:14,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5fe5f9e-25c1-4caf-9ac2-1fd2a390e4ea Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:29:14,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-f5fe5f9e-25c1-4caf-9ac2-1fd2a390e4ea 2018-09-04 22:29:14,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:14,079 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-234fbf33-6d35-4112-9d73-87cd0a9a1bf6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:14,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-234fbf33-6d35-4112-9d73-87cd0a9a1bf6 2018-09-04 22:29:14,080 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:14,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:14,171 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0040057f-444c-4e21-891e-59b2f70146be Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:14,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-0040057f-444c-4e21-891e-59b2f70146be 2018-09-04 22:29:14,171 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:14,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:14,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-319f183b-8642-4184-84f8-09821ffa5074 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:29:14,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-319f183b-8642-4184-84f8-09821ffa5074 2018-09-04 22:29:14,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:14,434 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-909bc78f-531e-4b7f-bd9a-488a9477ab6a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:14,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-909bc78f-531e-4b7f-bd9a-488a9477ab6a 2018-09-04 22:29:14,434 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:14,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:14,529 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f89ff32-eb40-4b49-93c9-494de259b56a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:14,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-8f89ff32-eb40-4b49-93c9-494de259b56a 2018-09-04 22:29:14,529 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:14,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:14,621 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3f61f71-17f3-4e24-ac41-bd4db3c34459 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:14,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-c3f61f71-17f3-4e24-ac41-bd4db3c34459 2018-09-04 22:29:14,621 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:14,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:14,707 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-985ea2cf-95bc-4c96-811e-cb81c1944222 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:14,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-985ea2cf-95bc-4c96-811e-cb81c1944222 2018-09-04 22:29:14,707 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:14,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:14,799 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5b8cc4b-aa89-4d00-91cf-c9389f2f35d1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:14,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-d5b8cc4b-aa89-4d00-91cf-c9389f2f35d1 2018-09-04 22:29:14,799 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:14,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:14,889 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47326f79-d995-486d-8c27-dd2def562b8d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:14,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-47326f79-d995-486d-8c27-dd2def562b8d 2018-09-04 22:29:14,889 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:14,890 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-2f44bb5a-6da9-407-proj 2018-09-04 22:29:14,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:15,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15443d7a-c64c-4ef5-b223-4ea4eccbdc31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:15,123 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/132a8a7315c24b0798289f29e327dc9f used request id req-15443d7a-c64c-4ef5-b223-4ea4eccbdc31 2018-09-04 22:29:15,123 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-2f44bb5a-6da9-407-proj-role 2018-09-04 22:29:15,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c6d7f9bbcc3141409890cb848e0d7811 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:15,234 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4642a526-86d2-4f32-a110-668bd3e9e0d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:15,234 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c6d7f9bbcc3141409890cb848e0d7811 used request id req-4642a526-86d2-4f32-a110-668bd3e9e0d5 2018-09-04 22:29:15,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4506025af713982ae9d31152c8c3b7cf0b217c61" 2018-09-04 22:29:15,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deaa427a-95dd-4a9e-827a-de1d71899c87 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:15,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-deaa427a-95dd-4a9e-827a-de1d71899c87 2018-09-04 22:29:15,329 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-2f44bb5a-6da9-407-user 2018-09-04 22:29:15,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/c070dac4c9974a848ff8020766025a4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da591823c9efd44e2e820a1dc07c13cd979455b3" 2018-09-04 22:29:15,514 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b29480d-b386-4776-9a40-ad51945baeb7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:15,514 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c070dac4c9974a848ff8020766025a4f used request id req-8b29480d-b386-4776-9a40-ad51945baeb7 2018-09-04 22:29:15,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:15,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["p0ji-VaGQSmtZGwlfbJcLw"], "issued_at": "2018-09-04T22:29:15.000000Z"}} 2018-09-04 22:29:15,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}244a0517beb1505d3bc65be89c65daf4e83dfb5e" 2018-09-04 22:29:16,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ec94d03-efe7-431b-9aba-4180798aaa4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:16,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2ec94d03-efe7-431b-9aba-4180798aaa4d 2018-09-04 22:29:16,004 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:16,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:16,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Y0zudCUWT16gGS15f5bhyg"], "issued_at": "2018-09-04T22:29:16.000000Z"}} 2018-09-04 22:29:16,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:16,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17c84a72-21c4-40f4-a656-30d12b07865c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:16,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-17c84a72-21c4-40f4-a656-30d12b07865c 2018-09-04 22:29:16,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:29:16,478 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:29:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:29:16,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-cf1a7c3b-9467-490-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:16,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec10d0ab-e9f8-441c-be22-10a243b83276 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-cf1a7c3b-9467-490-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:29:16,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-cf1a7c3b-9467-490-proj used request id req-ec10d0ab-e9f8-441c-be22-10a243b83276 2018-09-04 22:29:16,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:16,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1950d377-66d9-4624-8bfb-e31ec5dbfd48 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:29:16,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-1950d377-66d9-4624-8bfb-e31ec5dbfd48 2018-09-04 22:29:16,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj"}}' 2018-09-04 22:29:16,700 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ceccef0c-6fc8-4747-a311-313156d11d03 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8b055f7f09d4455f8d9fe261ce878a7e"}, "enabled": true, "id": "8b055f7f09d4455f8d9fe261ce878a7e", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj"}} 2018-09-04 22:29:16,701 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ceccef0c-6fc8-4747-a311-313156d11d03 2018-09-04 22:29:16,701 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-cf1a7c3b-9467-490-proj 2018-09-04 22:29:16,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:16,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:17,081 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["MfjVavgkQNuS9M_pG7G-EQ"], "issued_at": "2018-09-04T22:29:17.000000Z"}} 2018-09-04 22:29:17,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1425199bf2aca2ec74f82daefd4c0ffd6f39f952" 2018-09-04 22:29:17,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-780cbca2-0798-41db-b7d2-5a3df4c3e9cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:17,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-780cbca2-0798-41db-b7d2-5a3df4c3e9cd 2018-09-04 22:29:17,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:29:17,176 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:29:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:29:17,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1425199bf2aca2ec74f82daefd4c0ffd6f39f952" 2018-09-04 22:29:17,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc6b9903-c5c5-4ce8-9177-bee236d7b0b4 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:29:17,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-fc6b9903-c5c5-4ce8-9177-bee236d7b0b4 2018-09-04 22:29:17,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackKeypairTests-cf1a7c3b-9467-490-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1425199bf2aca2ec74f82daefd4c0ffd6f39f952" 2018-09-04 22:29:17,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39d5dbf5-b0f1-4736-95df-203094518786 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackKeypairTests-cf1a7c3b-9467-490-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8b055f7f09d4455f8d9fe261ce878a7e"}, "enabled": true, "id": "8b055f7f09d4455f8d9fe261ce878a7e", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj"}]} 2018-09-04 22:29:17,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackKeypairTests-cf1a7c3b-9467-490-proj used request id req-39d5dbf5-b0f1-4736-95df-203094518786 2018-09-04 22:29:17,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1425199bf2aca2ec74f82daefd4c0ffd6f39f952" 2018-09-04 22:29:17,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a1e257-b79c-4b93-b25b-6ad1e2eb3bbb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:29:17,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f8a1e257-b79c-4b93-b25b-6ad1e2eb3bbb 2018-09-04 22:29:17,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1425199bf2aca2ec74f82daefd4c0ffd6f39f952" 2018-09-04 22:29:17,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28d94637-f82d-497f-b673-f9a10e74769a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:17,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-28d94637-f82d-497f-b673-f9a10e74769a 2018-09-04 22:29:17,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackKeypairTests-cf1a7c3b-9467-490-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1425199bf2aca2ec74f82daefd4c0ffd6f39f952" 2018-09-04 22:29:17,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6da6f57a-b47a-4646-beef-186d15a07446 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackKeypairTests-cf1a7c3b-9467-490-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/8b055f7f09d4455f8d9fe261ce878a7e"}, "enabled": true, "id": "8b055f7f09d4455f8d9fe261ce878a7e", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj"}]} 2018-09-04 22:29:17,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackKeypairTests-cf1a7c3b-9467-490-proj used request id req-6da6f57a-b47a-4646-beef-186d15a07446 2018-09-04 22:29:17,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/699ea36c050d43bcb896ea33641742be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1425199bf2aca2ec74f82daefd4c0ffd6f39f952" 2018-09-04 22:29:18,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa4d03a0-0191-472d-ad85-ad3596c1748f Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackKeypairTests-cf1a7c3b-9467-490-user", "links": {"self": "http://172.30.9.26:5000/v3/users/699ea36c050d43bcb896ea33641742be"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "8b055f7f09d4455f8d9fe261ce878a7e", "id": "699ea36c050d43bcb896ea33641742be", "password_expires_at": null}} 2018-09-04 22:29:18,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/699ea36c050d43bcb896ea33641742be used request id req-fa4d03a0-0191-472d-ad85-ad3596c1748f 2018-09-04 22:29:18,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/8b055f7f09d4455f8d9fe261ce878a7e/users/699ea36c050d43bcb896ea33641742be/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1425199bf2aca2ec74f82daefd4c0ffd6f39f952" 2018-09-04 22:29:18,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8906cde3-51da-43ad-beee-94a43ff93d8f Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/8b055f7f09d4455f8d9fe261ce878a7e/users/699ea36c050d43bcb896ea33641742be/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:29:18,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/8b055f7f09d4455f8d9fe261ce878a7e/users/699ea36c050d43bcb896ea33641742be/roles used request id req-8906cde3-51da-43ad-beee-94a43ff93d8f 2018-09-04 22:29:18,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1425199bf2aca2ec74f82daefd4c0ffd6f39f952" 2018-09-04 22:29:18,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8da0d76a-86ae-446a-b06e-c14981f798ec Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:29:18,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-8da0d76a-86ae-446a-b06e-c14981f798ec 2018-09-04 22:29:18,236 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-cf1a7c3b-9467-490-proj 2018-09-04 22:29:18,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/8b055f7f09d4455f8d9fe261ce878a7e/users/699ea36c050d43bcb896ea33641742be/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1425199bf2aca2ec74f82daefd4c0ffd6f39f952" 2018-09-04 22:29:18,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eaf223fe-53a4-4598-8441-8d8568308f76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:18,356 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/8b055f7f09d4455f8d9fe261ce878a7e/users/699ea36c050d43bcb896ea33641742be/roles/ee65b3cf18824d4786e4806145ea807f used request id req-eaf223fe-53a4-4598-8441-8d8568308f76 2018-09-04 22:29:18,357 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-cf1a7c3b-9467-490-user 2018-09-04 22:29:18,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:18,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:18,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74d7471a-0fa0-4c1f-a69e-511c3a3108d9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:18,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-74d7471a-0fa0-4c1f-a69e-511c3a3108d9 2018-09-04 22:29:18,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" -d '{"role": {"name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj-role"}}' 2018-09-04 22:29:18,575 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07c0c4e1-5146-4436-9fb3-ef41d1fce41a Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2c41ba7289f54628aef2d658ca6c21c4", "links": {"self": "http://172.30.9.26:5000/v3/roles/2c41ba7289f54628aef2d658ca6c21c4"}, "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj-role"}} 2018-09-04 22:29:18,575 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-07c0c4e1-5146-4436-9fb3-ef41d1fce41a 2018-09-04 22:29:18,576 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-cf1a7c3b-9467-490-proj-role 2018-09-04 22:29:18,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/2c41ba7289f54628aef2d658ca6c21c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:18,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c657c5b4-860a-41a3-9544-cd25aa71eb58 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/2c41ba7289f54628aef2d658ca6c21c4"}, "domain_id": null, "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj-role", "id": "2c41ba7289f54628aef2d658ca6c21c4"}} 2018-09-04 22:29:18,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/2c41ba7289f54628aef2d658ca6c21c4 used request id req-c657c5b4-860a-41a3-9544-cd25aa71eb58 2018-09-04 22:29:18,661 - keystone_utils - INFO - Granting role CreateStackKeypairTests-cf1a7c3b-9467-490-proj-role to project CreateStackKeypairTests-cf1a7c3b-9467-490-proj 2018-09-04 22:29:18,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/8b055f7f09d4455f8d9fe261ce878a7e/users/699ea36c050d43bcb896ea33641742be/roles/2c41ba7289f54628aef2d658ca6c21c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:18,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e42053fc-c26d-4e9c-af8e-6b6767b86492 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:18,807 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/8b055f7f09d4455f8d9fe261ce878a7e/users/699ea36c050d43bcb896ea33641742be/roles/2c41ba7289f54628aef2d658ca6c21c4 used request id req-e42053fc-c26d-4e9c-af8e-6b6767b86492 2018-09-04 22:29:18,807 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:29:18,807 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:29:18,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:18,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:19,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2c41ba7289f54628aef2d658ca6c21c4", "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b055f7f09d4455f8d9fe261ce878a7e", "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-user", "id": "699ea36c050d43bcb896ea33641742be"}, "audit_ids": ["gHnygMpJToKy2oLOl_BpTQ"], "issued_at": "2018-09-04T22:29:19.000000Z"}} 2018-09-04 22:29:19,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a089fa23ee94c560b01c3c73fd1d74f208e17" 2018-09-04 22:29:19,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3feeba1-4ced-46f3-ae7f-8fde763ff5d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:19,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a3feeba1-4ced-46f3-ae7f-8fde763ff5d0 2018-09-04 22:29:19,277 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:29:19,279 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:29:19,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a089fa23ee94c560b01c3c73fd1d74f208e17" 2018-09-04 22:29:19,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:19 GMT Server: Apache x-openstack-request-id: req-c9f85571-f5a2-4306-bb70-f7cffbb3ccfe Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:29:19,456 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack used request id req-c9f85571-f5a2-4306-bb70-f7cffbb3ccfe 2018-09-04 22:29:19,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a089fa23ee94c560b01c3c73fd1d74f208e17" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}}, "resources": {"keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}}}, "parameters": {"keypair_name": "CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp"}}' 2018-09-04 22:29:21,101 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:19 GMT Server: Apache x-openstack-request-id: req-6c12e4ca-0d75-4282-899c-3255cc9b568a Location: http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "b390e937-1e4d-4864-9909-3445cb3f9e9d", "links": [{"href": "http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d", "rel": "self"}]}} 2018-09-04 22:29:21,101 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks used request id req-6c12e4ca-0d75-4282-899c-3255cc9b568a 2018-09-04 22:29:21,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/b390e937-1e4d-4864-9909-3445cb3f9e9d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a089fa23ee94c560b01c3c73fd1d74f208e17" 2018-09-04 22:29:21,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:21 GMT Server: Apache x-openstack-request-id: req-b7496e18-06e0-467c-969c-45f2138fd89f Location: http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:21,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:21 GMT Server: Apache x-openstack-request-id: req-4c6bea3c-08c8-4a1b-aa81-68f484f3526f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1905 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "8b055f7f09d4455f8d9fe261ce878a7e", "OS::stack_id": "b390e937-1e4d-4864-9909-3445cb3f9e9d", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack", "keypair_name": "CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack", "stack_user_project_id": "e0578b10af554055a7fc1f93e13ab33c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:29:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b390e937-1e4d-4864-9909-3445cb3f9e9d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyoFRyj2cPwJwDc39iToKcVswyYJQuegQ1SwXpM8yETNU/BRN\n8+WXWoQc67usw3JbRvSY9TO+aup4X8kmQ7fiXNqrbZ/zGpFYyXerTZIAhZpIvu6w\nVA080jtl8B/UwsYGMSNP7wXWumoVcXR70/2qQi/dxS4em0tAkcQLyZR7H3RveceV\nd3bfD9q+3n94K9yyr/As/C2mM0Ei5yMhCR0v3Cstlf8sMpx4HQU+3fT6dlu1uBIt\nApgODpxnvhGt9+Err34X57d3Y+QiNI0zs6kckWfMseyMQBbGZFFvBCzx90FNF11g\nyEVfXK24J7eTqsanR3H9sA6oQO8RsBy0ufY7VwIDAQABAoIBAQCyCTPxTG1b8Da3\nzEyFIyQfOP8RiqKSb3atFBDNcuQfvzOOVAOc1FNW3yPWFK/1PUsGfPElUpKsyOt/\nuwcLLlWzMQTaYm+HAhY/Ohi/IAeZbmVah9s6alD4vAQJMtMJUrQK63LRQB7i0XV8\nw95CKJhRjGe7faqm+WgRP3zlgsckhNc/4I2ngpPzULkCWQix+awRp6CaUgTIKJpD\n2nXHsJ5ff977COYTk8GRrJ/cxkZiBgni1fsnxWdkbbXlr5f7FN98KjTYVrFtJr9D\nYJRfDaYXkOARIc6ogophQdrd53S2peQ8mI2VtkIrgeTIXAs4+RslHoCBpFmGNoVP\nZDDHltGxAoGBAOblNNe53mKu1/klWZkOoKSE/aCSEEifn/OWAEX0U2E0Pq3YpeK1\neo5Hevl6VrbOjImGIuVAITQ83vvQVLivlS30w217u0ycdPjfHm0D1GjigFCX9JTX\nJvaAd/YCmYJKVnMgJ7eCZRuesMyw2osrmQA8BwJ2jn1GJHuygnTB1yOtAoGBAOCF\n5OwJdthuP4Z3lgS+Dca59j509j507AWTrBFf6ypZ6VwsY+IdUrqG6jmwVNeSiLcN\n8AkhpBN0krIa33kof6A1FVpWdwTGGbzHye5UVJp+nODsWQ6Z66rM4Ltpw590o5Ju\nJ9VoumI2slZc9OvBLIzUXrhdZ9dnPL0wCtYOf5uTAoGBAJ7KfPfrdNxrIE7Q9/iC\nDcp3R7H5IcfAN5Ge1FtHt1v/QSfv+c2bP0jAMfuGvkIEdLRTkoYU/4DcaAHH+av1\n3ON5FDmkQWBjrTJGx7bzTk4/jz1d86+086/NFDMVAJuRIjkUoRvcSkqfbTmoWvQh\nLJzzq2JvRHk1FvwW/Q7tDFcVAoGASXfmycnrBrVEujaFc3XRQjb1uchCD3vpA4Yn\n5uORKyGSt+Oap5Ha0Uh2enwVtxiu/d9krUhBzU/29KrQd2/mG0FjhFUIyxobr+dc\nT01vBcLqiLsuBRYexJwX6ZuZNKNRJwg+ppmHa73kK1htmHt0nXycpg2Cfjy85ldD\nJHpIDVsCgYEAw1kqMl5HN4FyS/Ul4OuvBD4JdsP+VYp+PvH14brItIltgtJRFGAg\ntZHm0o3hf75+xPYnvY/kLsSMIjrrsvJMjKynWNlpiUhO591V7Hg7zw6TybKuUCD7\nnCXS7UkOS8CvvPf/aNf259/BdpeBts0M/Qhua4x0WMBPuRm3ZyiMeTQ=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-09-04 22:29:21,705 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d used request id req-4c6bea3c-08c8-4a1b-aa81-68f484f3526f 2018-09-04 22:29:21,705 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack 2018-09-04 22:29:21,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/b390e937-1e4d-4864-9909-3445cb3f9e9d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a089fa23ee94c560b01c3c73fd1d74f208e17" 2018-09-04 22:29:21,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:21 GMT Server: Apache x-openstack-request-id: req-5950139f-2c70-47f0-a6fa-826adf9b3d15 Location: http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:22,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:21 GMT Server: Apache x-openstack-request-id: req-fa9e546c-2c2f-4bf8-8bcb-f6dfbf3a3e95 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1911 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "8b055f7f09d4455f8d9fe261ce878a7e", "OS::stack_id": "b390e937-1e4d-4864-9909-3445cb3f9e9d", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack", "keypair_name": "CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack", "stack_user_project_id": "e0578b10af554055a7fc1f93e13ab33c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:29:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b390e937-1e4d-4864-9909-3445cb3f9e9d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyoFRyj2cPwJwDc39iToKcVswyYJQuegQ1SwXpM8yETNU/BRN\n8+WXWoQc67usw3JbRvSY9TO+aup4X8kmQ7fiXNqrbZ/zGpFYyXerTZIAhZpIvu6w\nVA080jtl8B/UwsYGMSNP7wXWumoVcXR70/2qQi/dxS4em0tAkcQLyZR7H3RveceV\nd3bfD9q+3n94K9yyr/As/C2mM0Ei5yMhCR0v3Cstlf8sMpx4HQU+3fT6dlu1uBIt\nApgODpxnvhGt9+Err34X57d3Y+QiNI0zs6kckWfMseyMQBbGZFFvBCzx90FNF11g\nyEVfXK24J7eTqsanR3H9sA6oQO8RsBy0ufY7VwIDAQABAoIBAQCyCTPxTG1b8Da3\nzEyFIyQfOP8RiqKSb3atFBDNcuQfvzOOVAOc1FNW3yPWFK/1PUsGfPElUpKsyOt/\nuwcLLlWzMQTaYm+HAhY/Ohi/IAeZbmVah9s6alD4vAQJMtMJUrQK63LRQB7i0XV8\nw95CKJhRjGe7faqm+WgRP3zlgsckhNc/4I2ngpPzULkCWQix+awRp6CaUgTIKJpD\n2nXHsJ5ff977COYTk8GRrJ/cxkZiBgni1fsnxWdkbbXlr5f7FN98KjTYVrFtJr9D\nYJRfDaYXkOARIc6ogophQdrd53S2peQ8mI2VtkIrgeTIXAs4+RslHoCBpFmGNoVP\nZDDHltGxAoGBAOblNNe53mKu1/klWZkOoKSE/aCSEEifn/OWAEX0U2E0Pq3YpeK1\neo5Hevl6VrbOjImGIuVAITQ83vvQVLivlS30w217u0ycdPjfHm0D1GjigFCX9JTX\nJvaAd/YCmYJKVnMgJ7eCZRuesMyw2osrmQA8BwJ2jn1GJHuygnTB1yOtAoGBAOCF\n5OwJdthuP4Z3lgS+Dca59j509j507AWTrBFf6ypZ6VwsY+IdUrqG6jmwVNeSiLcN\n8AkhpBN0krIa33kof6A1FVpWdwTGGbzHye5UVJp+nODsWQ6Z66rM4Ltpw590o5Ju\nJ9VoumI2slZc9OvBLIzUXrhdZ9dnPL0wCtYOf5uTAoGBAJ7KfPfrdNxrIE7Q9/iC\nDcp3R7H5IcfAN5Ge1FtHt1v/QSfv+c2bP0jAMfuGvkIEdLRTkoYU/4DcaAHH+av1\n3ON5FDmkQWBjrTJGx7bzTk4/jz1d86+086/NFDMVAJuRIjkUoRvcSkqfbTmoWvQh\nLJzzq2JvRHk1FvwW/Q7tDFcVAoGASXfmycnrBrVEujaFc3XRQjb1uchCD3vpA4Yn\n5uORKyGSt+Oap5Ha0Uh2enwVtxiu/d9krUhBzU/29KrQd2/mG0FjhFUIyxobr+dc\nT01vBcLqiLsuBRYexJwX6ZuZNKNRJwg+ppmHa73kK1htmHt0nXycpg2Cfjy85ldD\nJHpIDVsCgYEAw1kqMl5HN4FyS/Ul4OuvBD4JdsP+VYp+PvH14brItIltgtJRFGAg\ntZHm0o3hf75+xPYnvY/kLsSMIjrrsvJMjKynWNlpiUhO591V7Hg7zw6TybKuUCD7\nnCXS7UkOS8CvvPf/aNf259/BdpeBts0M/Qhua4x0WMBPuRm3ZyiMeTQ=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-09-04 22:29:22,145 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d used request id req-fa9e546c-2c2f-4bf8-8bcb-f6dfbf3a3e95 2018-09-04 22:29:22,145 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:29:22,145 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack 2018-09-04 22:29:22,145 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack 2018-09-04 22:29:22,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/b390e937-1e4d-4864-9909-3445cb3f9e9d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a089fa23ee94c560b01c3c73fd1d74f208e17" 2018-09-04 22:29:22,340 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:22 GMT Server: Apache x-openstack-request-id: req-c12f4de1-be26-405e-9c4f-a94f6d8cef96 Location: http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:22,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:22 GMT Server: Apache x-openstack-request-id: req-bc8ebe85-6373-423e-bd8c-f3d9dd382aa0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T22:29:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:29:21Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-09-04 22:29:22,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d/resources used request id req-bc8ebe85-6373-423e-bd8c-f3d9dd382aa0 2018-09-04 22:29:22,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a089fa23ee94c560b01c3c73fd1d74f208e17" 2018-09-04 22:29:22,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbe3ff36-d20f-4083-91c2-db4c0716124a x-compute-request-id: req-bbe3ff36-d20f-4083-91c2-db4c0716124a Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKgVHKPZw/AnANzf2JOgpxWzDJglC56BDVLBekzzIRM1T8FE3z5ZdahBzru6zDcltG9Jj1M75q6nhfySZDt+Jc2qttn/MakVjJd6tNkgCFmki+7rBUDTzSO2XwH9TCxgYxI0/vBda6ahVxdHvT/apCL93FLh6bS0CRxAvJlHsfdG95x5V3dt8P2r7ef3gr3LKv8Cz8LaYzQSLnIyEJHS/cKy2V/ywynHgdBT7d9Pp2W7W4Ei0CmA4OnGe+Ea334Suvfhfnt3dj5CI0jTOzqRyRZ8yx7IxAFsZkUW8ELPH3QU0XXWDIRV9crbgnt5OqxqdHcf2wDqhA7xGwHLS59jtX Generated-by-Nova", "user_id": "699ea36c050d43bcb896ea33641742be", "name": "CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp", "deleted": false, "created_at": "2018-09-04T22:29:21.000000", "updated_at": null, "fingerprint": "14:bc:05:45:c4:10:7a:2d:50:c9:e0:aa:4c:55:28:b7", "deleted_at": null, "id": 96}} 2018-09-04 22:29:22,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp used request id req-bbe3ff36-d20f-4083-91c2-db4c0716124a 2018-09-04 22:29:22,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/b390e937-1e4d-4864-9909-3445cb3f9e9d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a089fa23ee94c560b01c3c73fd1d74f208e17" 2018-09-04 22:29:22,721 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:22 GMT Server: Apache x-openstack-request-id: req-89176072-3355-4268-b10b-9d71b6ce7860 Location: http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:22,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:22 GMT Server: Apache x-openstack-request-id: req-b087465b-39d3-46f2-9f51-d3e9aa3a0331 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1911 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "8b055f7f09d4455f8d9fe261ce878a7e", "OS::stack_id": "b390e937-1e4d-4864-9909-3445cb3f9e9d", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack", "keypair_name": "CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack", "stack_user_project_id": "e0578b10af554055a7fc1f93e13ab33c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:29:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b390e937-1e4d-4864-9909-3445cb3f9e9d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyoFRyj2cPwJwDc39iToKcVswyYJQuegQ1SwXpM8yETNU/BRN\n8+WXWoQc67usw3JbRvSY9TO+aup4X8kmQ7fiXNqrbZ/zGpFYyXerTZIAhZpIvu6w\nVA080jtl8B/UwsYGMSNP7wXWumoVcXR70/2qQi/dxS4em0tAkcQLyZR7H3RveceV\nd3bfD9q+3n94K9yyr/As/C2mM0Ei5yMhCR0v3Cstlf8sMpx4HQU+3fT6dlu1uBIt\nApgODpxnvhGt9+Err34X57d3Y+QiNI0zs6kckWfMseyMQBbGZFFvBCzx90FNF11g\nyEVfXK24J7eTqsanR3H9sA6oQO8RsBy0ufY7VwIDAQABAoIBAQCyCTPxTG1b8Da3\nzEyFIyQfOP8RiqKSb3atFBDNcuQfvzOOVAOc1FNW3yPWFK/1PUsGfPElUpKsyOt/\nuwcLLlWzMQTaYm+HAhY/Ohi/IAeZbmVah9s6alD4vAQJMtMJUrQK63LRQB7i0XV8\nw95CKJhRjGe7faqm+WgRP3zlgsckhNc/4I2ngpPzULkCWQix+awRp6CaUgTIKJpD\n2nXHsJ5ff977COYTk8GRrJ/cxkZiBgni1fsnxWdkbbXlr5f7FN98KjTYVrFtJr9D\nYJRfDaYXkOARIc6ogophQdrd53S2peQ8mI2VtkIrgeTIXAs4+RslHoCBpFmGNoVP\nZDDHltGxAoGBAOblNNe53mKu1/klWZkOoKSE/aCSEEifn/OWAEX0U2E0Pq3YpeK1\neo5Hevl6VrbOjImGIuVAITQ83vvQVLivlS30w217u0ycdPjfHm0D1GjigFCX9JTX\nJvaAd/YCmYJKVnMgJ7eCZRuesMyw2osrmQA8BwJ2jn1GJHuygnTB1yOtAoGBAOCF\n5OwJdthuP4Z3lgS+Dca59j509j507AWTrBFf6ypZ6VwsY+IdUrqG6jmwVNeSiLcN\n8AkhpBN0krIa33kof6A1FVpWdwTGGbzHye5UVJp+nODsWQ6Z66rM4Ltpw590o5Ju\nJ9VoumI2slZc9OvBLIzUXrhdZ9dnPL0wCtYOf5uTAoGBAJ7KfPfrdNxrIE7Q9/iC\nDcp3R7H5IcfAN5Ge1FtHt1v/QSfv+c2bP0jAMfuGvkIEdLRTkoYU/4DcaAHH+av1\n3ON5FDmkQWBjrTJGx7bzTk4/jz1d86+086/NFDMVAJuRIjkUoRvcSkqfbTmoWvQh\nLJzzq2JvRHk1FvwW/Q7tDFcVAoGASXfmycnrBrVEujaFc3XRQjb1uchCD3vpA4Yn\n5uORKyGSt+Oap5Ha0Uh2enwVtxiu/d9krUhBzU/29KrQd2/mG0FjhFUIyxobr+dc\nT01vBcLqiLsuBRYexJwX6ZuZNKNRJwg+ppmHa73kK1htmHt0nXycpg2Cfjy85ldD\nJHpIDVsCgYEAw1kqMl5HN4FyS/Ul4OuvBD4JdsP+VYp+PvH14brItIltgtJRFGAg\ntZHm0o3hf75+xPYnvY/kLsSMIjrrsvJMjKynWNlpiUhO591V7Hg7zw6TybKuUCD7\nnCXS7UkOS8CvvPf/aNf259/BdpeBts0M/Qhua4x0WMBPuRm3ZyiMeTQ=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-09-04 22:29:22,845 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d used request id req-b087465b-39d3-46f2-9f51-d3e9aa3a0331 2018-09-04 22:29:22,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:22,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:23,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2c41ba7289f54628aef2d658ca6c21c4", "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b055f7f09d4455f8d9fe261ce878a7e", "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-user", "id": "699ea36c050d43bcb896ea33641742be"}, "audit_ids": ["OQ14rbbwRK-kLTctUqHs5Q"], "issued_at": "2018-09-04T22:29:23.000000Z"}} 2018-09-04 22:29:23,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca390b5f8f7576e173ea1613edca32e2fe0ec1fc" 2018-09-04 22:29:23,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a3009d5-3a67-48ab-8889-52e42cfe2656 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:23,317 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0a3009d5-3a67-48ab-8889-52e42cfe2656 2018-09-04 22:29:23,318 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:29:23,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca390b5f8f7576e173ea1613edca32e2fe0ec1fc" 2018-09-04 22:29:23,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a9b4d40-d8a4-4e41-9e22-2f6df9fbf66a x-compute-request-id: req-3a9b4d40-d8a4-4e41-9e22-2f6df9fbf66a Content-Encoding: gzip Content-Length: 490 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKgVHKPZw/AnANzf2JOgpxWzDJglC56BDVLBekzzIRM1T8FE3z5ZdahBzru6zDcltG9Jj1M75q6nhfySZDt+Jc2qttn/MakVjJd6tNkgCFmki+7rBUDTzSO2XwH9TCxgYxI0/vBda6ahVxdHvT/apCL93FLh6bS0CRxAvJlHsfdG95x5V3dt8P2r7ef3gr3LKv8Cz8LaYzQSLnIyEJHS/cKy2V/ywynHgdBT7d9Pp2W7W4Ei0CmA4OnGe+Ea334Suvfhfnt3dj5CI0jTOzqRyRZ8yx7IxAFsZkUW8ELPH3QU0XXWDIRV9crbgnt5OqxqdHcf2wDqhA7xGwHLS59jtX Generated-by-Nova", "name": "CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp", "fingerprint": "14:bc:05:45:c4:10:7a:2d:50:c9:e0:aa:4c:55:28:b7"}}]} 2018-09-04 22:29:23,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-3a9b4d40-d8a4-4e41-9e22-2f6df9fbf66a 2018-09-04 22:29:23,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:23,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2c41ba7289f54628aef2d658ca6c21c4", "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b055f7f09d4455f8d9fe261ce878a7e", "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/8b055f7f09d4455f8d9fe261ce878a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-cf1a7c3b-9467-490-user", "id": "699ea36c050d43bcb896ea33641742be"}, "audit_ids": ["4-xt5EHxTpGSghJNvPtQGg"], "issued_at": "2018-09-04T22:29:23.000000Z"}} 2018-09-04 22:29:23,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a3b5d926c20c6a1815d538f9086d2785c9f623" 2018-09-04 22:29:24,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eee96f62-0f33-4074-a0e3-38f490297627 x-compute-request-id: req-eee96f62-0f33-4074-a0e3-38f490297627 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKgVHKPZw/AnANzf2JOgpxWzDJglC56BDVLBekzzIRM1T8FE3z5ZdahBzru6zDcltG9Jj1M75q6nhfySZDt+Jc2qttn/MakVjJd6tNkgCFmki+7rBUDTzSO2XwH9TCxgYxI0/vBda6ahVxdHvT/apCL93FLh6bS0CRxAvJlHsfdG95x5V3dt8P2r7ef3gr3LKv8Cz8LaYzQSLnIyEJHS/cKy2V/ywynHgdBT7d9Pp2W7W4Ei0CmA4OnGe+Ea334Suvfhfnt3dj5CI0jTOzqRyRZ8yx7IxAFsZkUW8ELPH3QU0XXWDIRV9crbgnt5OqxqdHcf2wDqhA7xGwHLS59jtX Generated-by-Nova", "user_id": "699ea36c050d43bcb896ea33641742be", "name": "CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp", "deleted": false, "created_at": "2018-09-04T22:29:21.000000", "updated_at": null, "fingerprint": "14:bc:05:45:c4:10:7a:2d:50:c9:e0:aa:4c:55:28:b7", "deleted_at": null, "id": 96}} 2018-09-04 22:29:24,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp used request id req-eee96f62-0f33-4074-a0e3-38f490297627 2018-09-04 22:29:24,030 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack 2018-09-04 22:29:24,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/b390e937-1e4d-4864-9909-3445cb3f9e9d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a089fa23ee94c560b01c3c73fd1d74f208e17" 2018-09-04 22:29:24,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:24 GMT Server: Apache x-openstack-request-id: req-07b6f363-1d8e-4f40-9cf1-0bf0bff5f363 Location: http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:24,100 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:24 GMT Server: Apache x-openstack-request-id: req-655c1172-cfc0-4693-a1c0-83a0785da00e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:24,100 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d used request id req-655c1172-cfc0-4693-a1c0-83a0785da00e 2018-09-04 22:29:24,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/b390e937-1e4d-4864-9909-3445cb3f9e9d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a089fa23ee94c560b01c3c73fd1d74f208e17" 2018-09-04 22:29:24,288 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:24 GMT Server: Apache x-openstack-request-id: req-435c36b0-6515-4189-8c34-2f6e1a45a704 Location: http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:24,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:24 GMT Server: Apache x-openstack-request-id: req-94335eeb-04bb-4658-86f3-fa399e7729be Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "8b055f7f09d4455f8d9fe261ce878a7e", "OS::stack_id": "b390e937-1e4d-4864-9909-3445cb3f9e9d", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack", "keypair_name": "CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack", "stack_user_project_id": "e0578b10af554055a7fc1f93e13ab33c", "tags": null, "creation_time": "2018-09-04T22:29:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:29:24Z", "id": "b390e937-1e4d-4864-9909-3445cb3f9e9d", "stack_status_reason": "Stack DELETE started", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-09-04 22:29:24,330 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d used request id req-94335eeb-04bb-4658-86f3-fa399e7729be 2018-09-04 22:29:24,330 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:29:24,331 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:29:27,334 - create_stack - DEBUG - Stack status query timeout in 1196.7665782 2018-09-04 22:29:27,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/b390e937-1e4d-4864-9909-3445cb3f9e9d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a089fa23ee94c560b01c3c73fd1d74f208e17" 2018-09-04 22:29:27,365 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:27 GMT Server: Apache x-openstack-request-id: req-87c6984b-3f29-4bb8-aa45-b269a5d6c86c Location: http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:27,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:27 GMT Server: Apache x-openstack-request-id: req-2486ac08-d86f-4223-acd3-408d7a89adb5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "8b055f7f09d4455f8d9fe261ce878a7e", "OS::stack_id": "b390e937-1e4d-4864-9909-3445cb3f9e9d", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack", "keypair_name": "CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-kp"}, "deletion_time": "2018-09-04T22:29:25Z", "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack", "stack_user_project_id": "e0578b10af554055a7fc1f93e13ab33c", "tags": null, "creation_time": "2018-09-04T22:29:20Z", "links": [{"href": "http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:29:24Z", "id": "b390e937-1e4d-4864-9909-3445cb3f9e9d", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-09-04 22:29:27,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d used request id req-2486ac08-d86f-4223-acd3-408d7a89adb5 2018-09-04 22:29:27,392 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:29:27,392 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack 2018-09-04 22:29:27,392 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack 2018-09-04 22:29:27,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/b390e937-1e4d-4864-9909-3445cb3f9e9d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a089fa23ee94c560b01c3c73fd1d74f208e17" 2018-09-04 22:29:27,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:27 GMT Server: Apache x-openstack-request-id: req-0563e55c-0eca-47dc-a2a9-fe7b783090f2 Location: http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:27,613 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:27 GMT Server: Apache x-openstack-request-id: req-e44de90c-a69e-40dc-8390-b45608046303 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:29:27,613 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/8b055f7f09d4455f8d9fe261ce878a7e/stacks/CreateStackKeypairTests-CreateStackKeypairTests-4c31d56b-e55e-41ed-b6ce-0252a31bc1e0-stack/b390e937-1e4d-4864-9909-3445cb3f9e9d used request id req-e44de90c-a69e-40dc-8390-b45608046303 2018-09-04 22:29:27,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:27,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-a05d1bb6-61f2-4a1e-ad5d-f49cd171826d Date: Tue, 04 Sep 2018 22:29:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:29:27,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-a05d1bb6-61f2-4a1e-ad5d-f49cd171826d 2018-09-04 22:29:27,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:28,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b306dc9b-8d35-456e-a120-09680e29f67a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:29:28,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-b306dc9b-8d35-456e-a120-09680e29f67a 2018-09-04 22:29:28,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:28,109 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b46efbf8-0462-4f95-ae11-ce9ae461dc43 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:28,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-b46efbf8-0462-4f95-ae11-ce9ae461dc43 2018-09-04 22:29:28,109 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:28,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:28,195 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89576c67-1a8a-4c13-b006-534bc82d91b0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:28,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-89576c67-1a8a-4c13-b006-534bc82d91b0 2018-09-04 22:29:28,195 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:28,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:28,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-723cd5b4-0e1a-4e32-9aeb-4da7288bdeac Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:29:28,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-723cd5b4-0e1a-4e32-9aeb-4da7288bdeac 2018-09-04 22:29:28,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:28,380 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdec2ac6-314b-407c-bb43-ae79f58f9756 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:28,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-fdec2ac6-314b-407c-bb43-ae79f58f9756 2018-09-04 22:29:28,380 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:28,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:28,464 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6710fc88-d2de-4191-ba99-00fbc6fa6772 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:28,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-6710fc88-d2de-4191-ba99-00fbc6fa6772 2018-09-04 22:29:28,464 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:28,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:28,555 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdaa3cb6-45d1-4db5-8aaa-9d78cada88c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:28,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-cdaa3cb6-45d1-4db5-8aaa-9d78cada88c4 2018-09-04 22:29:28,555 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:28,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:28,648 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9008ef88-7977-420e-b651-814259c5ac83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:28,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-9008ef88-7977-420e-b651-814259c5ac83 2018-09-04 22:29:28,649 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:28,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:28,733 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76f7ae8c-20b5-47bd-a0f0-06e008cdc109 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:28,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-76f7ae8c-20b5-47bd-a0f0-06e008cdc109 2018-09-04 22:29:28,733 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:28,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:28,817 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba02f702-e253-4b5f-ba92-fbb80818617e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:28,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-ba02f702-e253-4b5f-ba92-fbb80818617e 2018-09-04 22:29:28,817 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:28,818 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-cf1a7c3b-9467-490-proj 2018-09-04 22:29:28,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/8b055f7f09d4455f8d9fe261ce878a7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:29,046 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a54a464a-4268-4ab9-9378-636c533c6347 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:29,046 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/8b055f7f09d4455f8d9fe261ce878a7e used request id req-a54a464a-4268-4ab9-9378-636c533c6347 2018-09-04 22:29:29,046 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-cf1a7c3b-9467-490-proj-role 2018-09-04 22:29:29,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/2c41ba7289f54628aef2d658ca6c21c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:29,144 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56d1a131-8eb6-460f-8ecc-5dca3a064015 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:29,144 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/2c41ba7289f54628aef2d658ca6c21c4 used request id req-56d1a131-8eb6-460f-8ecc-5dca3a064015 2018-09-04 22:29:29,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a958df30afd0607e9ccfc613da25ebb05ec2e156" 2018-09-04 22:29:29,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d000dd57-b640-4dd0-81aa-b03234fad1a5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:29,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d000dd57-b640-4dd0-81aa-b03234fad1a5 2018-09-04 22:29:29,237 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-cf1a7c3b-9467-490-user 2018-09-04 22:29:29,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/699ea36c050d43bcb896ea33641742be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1425199bf2aca2ec74f82daefd4c0ffd6f39f952" 2018-09-04 22:29:29,406 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c906163f-fb2a-4b98-bfae-3d9d5a237225 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:29,406 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/699ea36c050d43bcb896ea33641742be used request id req-c906163f-fb2a-4b98-bfae-3d9d5a237225 2018-09-04 22:29:29,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:29,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["cb-qqVC2SvuOnqpx9VLqKw"], "issued_at": "2018-09-04T22:29:29.000000Z"}} 2018-09-04 22:29:29,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d72590787cc5dfb47d75122a7cc0b98492d1cfb" 2018-09-04 22:29:29,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-771a9b80-2d68-46e6-903d-311b4feef824 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:29,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-771a9b80-2d68-46e6-903d-311b4feef824 2018-09-04 22:29:29,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:29,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:30,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["oxf-lVxrRraIVg9ahIu_jQ"], "issued_at": "2018-09-04T22:29:30.000000Z"}} 2018-09-04 22:29:30,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:30,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-786f8a3e-ecc9-41c6-929f-ce0ca1fc4019 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:30,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-786f8a3e-ecc9-41c6-929f-ce0ca1fc4019 2018-09-04 22:29:30,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:29:30,346 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:29:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:29:30,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-5e2150df-9265-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:30,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45da9012-8d25-467e-b5f0-eeb95e7618c2 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-5e2150df-9265-410-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:29:30,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-5e2150df-9265-410-proj used request id req-45da9012-8d25-467e-b5f0-eeb95e7618c2 2018-09-04 22:29:30,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:30,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cac9c154-2667-4543-8190-6a6ba6de380c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:29:30,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-cac9c154-2667-4543-8190-6a6ba6de380c 2018-09-04 22:29:30,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj"}}' 2018-09-04 22:29:30,635 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea32856a-099a-484a-87fd-2215111ffaf9 Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee"}, "enabled": true, "id": "17a2aab07d0d4126bc7a4a956dcefcee", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj"}} 2018-09-04 22:29:30,636 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ea32856a-099a-484a-87fd-2215111ffaf9 2018-09-04 22:29:30,636 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-5e2150df-9265-410-proj 2018-09-04 22:29:30,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:30,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:31,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["MSpsn7ebT3aM1vnTkwS4QA"], "issued_at": "2018-09-04T22:29:31.000000Z"}} 2018-09-04 22:29:31,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b3f7fe64de0a22f41d8264d07bb50b488bed2c" 2018-09-04 22:29:31,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50393fa4-0994-46f5-a812-7949907c7f27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:31,108 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-50393fa4-0994-46f5-a812-7949907c7f27 2018-09-04 22:29:31,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:29:31,117 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:29:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:29:31,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b3f7fe64de0a22f41d8264d07bb50b488bed2c" 2018-09-04 22:29:31,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71a3c6d1-238f-4b99-9d8b-02fe07c8f92d Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:29:31,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-71a3c6d1-238f-4b99-9d8b-02fe07c8f92d 2018-09-04 22:29:31,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSecurityGroupTests-5e2150df-9265-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b3f7fe64de0a22f41d8264d07bb50b488bed2c" 2018-09-04 22:29:31,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9442044e-fb25-481c-b2c7-1854aef4fe42 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSecurityGroupTests-5e2150df-9265-410-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee"}, "enabled": true, "id": "17a2aab07d0d4126bc7a4a956dcefcee", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj"}]} 2018-09-04 22:29:31,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSecurityGroupTests-5e2150df-9265-410-proj used request id req-9442044e-fb25-481c-b2c7-1854aef4fe42 2018-09-04 22:29:31,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b3f7fe64de0a22f41d8264d07bb50b488bed2c" 2018-09-04 22:29:31,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94172442-bcd6-40f6-9b0b-8b854ef6c22a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:29:31,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-94172442-bcd6-40f6-9b0b-8b854ef6c22a 2018-09-04 22:29:31,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b3f7fe64de0a22f41d8264d07bb50b488bed2c" 2018-09-04 22:29:31,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25ad2b45-821f-48ce-8f59-72a5a7faa39e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:31,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-25ad2b45-821f-48ce-8f59-72a5a7faa39e 2018-09-04 22:29:31,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackSecurityGroupTests-5e2150df-9265-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b3f7fe64de0a22f41d8264d07bb50b488bed2c" 2018-09-04 22:29:31,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c0a5454-93f6-471e-bdb7-95fdb2eb0317 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackSecurityGroupTests-5e2150df-9265-410-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee"}, "enabled": true, "id": "17a2aab07d0d4126bc7a4a956dcefcee", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj"}]} 2018-09-04 22:29:31,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackSecurityGroupTests-5e2150df-9265-410-proj used request id req-7c0a5454-93f6-471e-bdb7-95fdb2eb0317 2018-09-04 22:29:31,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/bcdcccf1914541f195737ba93da6be9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b3f7fe64de0a22f41d8264d07bb50b488bed2c" 2018-09-04 22:29:32,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b93737d7-d8c3-44df-8de0-582d30ec61eb Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSecurityGroupTests-5e2150df-9265-410-user", "links": {"self": "http://172.30.9.26:5000/v3/users/bcdcccf1914541f195737ba93da6be9a"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "bcdcccf1914541f195737ba93da6be9a", "password_expires_at": null}} 2018-09-04 22:29:32,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/bcdcccf1914541f195737ba93da6be9a used request id req-b93737d7-d8c3-44df-8de0-582d30ec61eb 2018-09-04 22:29:32,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee/users/bcdcccf1914541f195737ba93da6be9a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b3f7fe64de0a22f41d8264d07bb50b488bed2c" 2018-09-04 22:29:32,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5eec4ee-15e3-4f39-bf33-c8eb8b5d4e50 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee/users/bcdcccf1914541f195737ba93da6be9a/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:29:32,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee/users/bcdcccf1914541f195737ba93da6be9a/roles used request id req-a5eec4ee-15e3-4f39-bf33-c8eb8b5d4e50 2018-09-04 22:29:32,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b3f7fe64de0a22f41d8264d07bb50b488bed2c" 2018-09-04 22:29:32,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62abf2dc-a311-4fb6-9982-0e52a9756b0b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:29:32,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-62abf2dc-a311-4fb6-9982-0e52a9756b0b 2018-09-04 22:29:32,235 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-5e2150df-9265-410-proj 2018-09-04 22:29:32,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee/users/bcdcccf1914541f195737ba93da6be9a/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b3f7fe64de0a22f41d8264d07bb50b488bed2c" 2018-09-04 22:29:32,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05361b4b-9fea-41f2-bfe9-0f59b9dacdff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:32,369 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee/users/bcdcccf1914541f195737ba93da6be9a/roles/ee65b3cf18824d4786e4806145ea807f used request id req-05361b4b-9fea-41f2-bfe9-0f59b9dacdff 2018-09-04 22:29:32,369 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-5e2150df-9265-410-user 2018-09-04 22:29:32,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:32,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:32,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d256ad5d-517b-48ab-88e7-6f3e388cd702 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:32,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d256ad5d-517b-48ab-88e7-6f3e388cd702 2018-09-04 22:29:32,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" -d '{"role": {"name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj-role"}}' 2018-09-04 22:29:32,563 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1e9cbdc-9592-4fb0-9b6a-4b3903c5cefc Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "842d0c93090e4532af2cb84ae20c7863", "links": {"self": "http://172.30.9.26:5000/v3/roles/842d0c93090e4532af2cb84ae20c7863"}, "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj-role"}} 2018-09-04 22:29:32,563 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-a1e9cbdc-9592-4fb0-9b6a-4b3903c5cefc 2018-09-04 22:29:32,564 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-5e2150df-9265-410-proj-role 2018-09-04 22:29:32,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/842d0c93090e4532af2cb84ae20c7863 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:32,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20edaefc-ecb8-4c54-8e86-de42c48648f8 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/842d0c93090e4532af2cb84ae20c7863"}, "domain_id": null, "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj-role", "id": "842d0c93090e4532af2cb84ae20c7863"}} 2018-09-04 22:29:32,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/842d0c93090e4532af2cb84ae20c7863 used request id req-20edaefc-ecb8-4c54-8e86-de42c48648f8 2018-09-04 22:29:32,668 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-5e2150df-9265-410-proj-role to project CreateStackSecurityGroupTests-5e2150df-9265-410-proj 2018-09-04 22:29:32,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee/users/bcdcccf1914541f195737ba93da6be9a/roles/842d0c93090e4532af2cb84ae20c7863 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:32,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b409cb68-3b54-4456-90be-002b0da82c89 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:32,793 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee/users/bcdcccf1914541f195737ba93da6be9a/roles/842d0c93090e4532af2cb84ae20c7863 used request id req-b409cb68-3b54-4456-90be-002b0da82c89 2018-09-04 22:29:32,793 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:29:32,794 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:29:32,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:32,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:33,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "842d0c93090e4532af2cb84ae20c7863", "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "17a2aab07d0d4126bc7a4a956dcefcee", "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-user", "id": "bcdcccf1914541f195737ba93da6be9a"}, "audit_ids": ["t07nZfVeRr2G5dwu1FAxMQ"], "issued_at": "2018-09-04T22:29:33.000000Z"}} 2018-09-04 22:29:33,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:33,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43e296de-e218-4fcb-a133-8fb15c627012 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:33,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-43e296de-e218-4fcb-a133-8fb15c627012 2018-09-04 22:29:33,262 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:29:33,265 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:29:33,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:33,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:33 GMT Server: Apache x-openstack-request-id: req-4d799712-00f6-4675-be0d-79da9afac10a Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:29:33,441 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack used request id req-4d799712-00f6-4675-be0d-79da9afac10a 2018-09-04 22:29:33,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack", "template": {"heat_template_version": "2015-04-30", "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}}, "resources": {"server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"direction": "egress", "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0", "ethertype": "IPv4", "port_range_max": 22, "port_range_min": 22}, {"ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}], "description": "Test description", "name": {"get_param": "security_group_name"}}}}}, "parameters": {"security_group_name": "CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-sec-grp"}}' 2018-09-04 22:29:34,881 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:33 GMT Server: Apache x-openstack-request-id: req-fc2ecbb7-5eb2-48f2-a8b5-46fc361a52cf Location: http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "links": [{"href": "http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "rel": "self"}]}} 2018-09-04 22:29:34,881 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks used request id req-fc2ecbb7-5eb2-48f2-a8b5-46fc361a52cf 2018-09-04 22:29:34,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:35,050 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:34 GMT Server: Apache x-openstack-request-id: req-a10763af-a955-4098-a957-140a85f63266 Location: http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:35,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:35 GMT Server: Apache x-openstack-request-id: req-2882f9a8-b033-4d9d-8eb1-75232b0b31a8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "OS::stack_id": "f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack", "security_group_name": "CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack", "stack_user_project_id": "425ced0f32bb4a659ff60173874072db", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:29:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-04 22:29:35,246 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 used request id req-2882f9a8-b033-4d9d-8eb1-75232b0b31a8 2018-09-04 22:29:35,246 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack 2018-09-04 22:29:35,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:35,422 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:35 GMT Server: Apache x-openstack-request-id: req-ae2dbb02-14fc-4551-81c7-e982b28040db Location: http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:35,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:35 GMT Server: Apache x-openstack-request-id: req-d0c1d6c6-25e5-4caf-ba73-1a13207d147f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "OS::stack_id": "f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack", "security_group_name": "CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack", "stack_user_project_id": "425ced0f32bb4a659ff60173874072db", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:29:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-04 22:29:35,698 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 used request id req-d0c1d6c6-25e5-4caf-ba73-1a13207d147f 2018-09-04 22:29:35,698 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:29:35,698 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:29:38,701 - create_stack - DEBUG - Stack status query timeout in 1196.54520798 2018-09-04 22:29:38,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:38,907 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:38 GMT Server: Apache x-openstack-request-id: req-e14377a7-a81f-40ae-bc32-c5bc42ca5dba Location: http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:39,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:38 GMT Server: Apache x-openstack-request-id: req-2df8c0fc-3dc7-4799-ab44-fbb5e23a9fb2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "OS::stack_id": "f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack", "security_group_name": "CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack", "stack_user_project_id": "425ced0f32bb4a659ff60173874072db", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:29:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-04 22:29:39,110 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 used request id req-2df8c0fc-3dc7-4799-ab44-fbb5e23a9fb2 2018-09-04 22:29:39,111 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:29:39,111 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack 2018-09-04 22:29:39,111 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack 2018-09-04 22:29:39,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:39,239 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:39 GMT Server: Apache x-openstack-request-id: req-9461992a-7340-4a23-a929-48835eef376a Location: http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:39,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:39 GMT Server: Apache x-openstack-request-id: req-957bc078-97a3-43b3-aa08-a75635f7fb6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T22:29:34Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:29:34Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-09-04 22:29:39,436 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90/resources used request id req-957bc078-97a3-43b3-aa08-a75635f7fb6f 2018-09-04 22:29:39,436 - neutron_utils - INFO - Retrieving security group with ID - c5d16eb7-5c7b-46db-9f71-03db9644fbc7 2018-09-04 22:29:39,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:39,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-1775ff9e-95eb-40f5-951c-17ceb96a853a Date: Tue, 04 Sep 2018 22:29:39 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:35Z", "updated_at": "2018-09-04T22:29:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:29:36Z", "revision_number": 0, "id": "4f7c227e-4341-4af1-9666-42c5db7e1928", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:29:36Z", "revision_number": 0, "id": "6325874b-fe3b-4470-9936-31289aa666e6", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee"}], "revision_number": 6, "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "name": "CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-sec-grp"}]} 2018-09-04 22:29:39,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 used request id req-1775ff9e-95eb-40f5-951c-17ceb96a853a 2018-09-04 22:29:39,654 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5d16eb7-5c7b-46db-9f71-03db9644fbc7 2018-09-04 22:29:39,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:39,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-a0301ff0-1d15-48d6-84ea-58980cf4b672 Date: Tue, 04 Sep 2018 22:29:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:36Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "4f7c227e-4341-4af1-9666-42c5db7e1928"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "port_range_min": 22, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:36Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "6325874b-fe3b-4470-9936-31289aa666e6"}]} 2018-09-04 22:29:39,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 used request id req-a0301ff0-1d15-48d6-84ea-58980cf4b672 2018-09-04 22:29:39,826 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5d16eb7-5c7b-46db-9f71-03db9644fbc7 2018-09-04 22:29:39,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:40,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-da5de2e8-7d14-4564-b10a-f60327d47460 Date: Tue, 04 Sep 2018 22:29:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:36Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "4f7c227e-4341-4af1-9666-42c5db7e1928"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "port_range_min": 22, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:36Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "6325874b-fe3b-4470-9936-31289aa666e6"}]} 2018-09-04 22:29:40,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 used request id req-da5de2e8-7d14-4564-b10a-f60327d47460 2018-09-04 22:29:40,013 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:40,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:40,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "842d0c93090e4532af2cb84ae20c7863", "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "17a2aab07d0d4126bc7a4a956dcefcee", "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/17a2aab07d0d4126bc7a4a956dcefcee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-user", "id": "bcdcccf1914541f195737ba93da6be9a"}, "audit_ids": ["VtZ-dNkZR6GKUft30Vv26A"], "issued_at": "2018-09-04T22:29:40.000000Z"}} 2018-09-04 22:29:40,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}611c879816da01c0e7116b57347c538b7aeab406" 2018-09-04 22:29:40,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df35f38-2993-4237-b6bf-b3c925ffc00e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:40,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9df35f38-2993-4237-b6bf-b3c925ffc00e 2018-09-04 22:29:40,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}611c879816da01c0e7116b57347c538b7aeab406" 2018-09-04 22:29:40,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-47ee0aa9-19de-44f6-b27f-8de220ff763c Date: Tue, 04 Sep 2018 22:29:40 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:35Z", "updated_at": "2018-09-04T22:29:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:29:36Z", "revision_number": 0, "id": "4f7c227e-4341-4af1-9666-42c5db7e1928", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:29:36Z", "revision_number": 0, "id": "6325874b-fe3b-4470-9936-31289aa666e6", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee"}], "revision_number": 6, "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "name": "CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-sec-grp"}]} 2018-09-04 22:29:40,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-sec-grp&description=Test+description used request id req-47ee0aa9-19de-44f6-b27f-8de220ff763c 2018-09-04 22:29:40,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:29:40,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:29:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:29:40,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}611c879816da01c0e7116b57347c538b7aeab406" 2018-09-04 22:29:40,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-060de3b4-b3dd-42d7-b01e-30f07369df74 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee"}, "enabled": true, "id": "17a2aab07d0d4126bc7a4a956dcefcee", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj"}} 2018-09-04 22:29:40,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee used request id req-060de3b4-b3dd-42d7-b01e-30f07369df74 2018-09-04 22:29:40,780 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5d16eb7-5c7b-46db-9f71-03db9644fbc7 2018-09-04 22:29:40,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}611c879816da01c0e7116b57347c538b7aeab406" 2018-09-04 22:29:40,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-78edb29a-faea-4e8b-a9a0-e532f973afab Date: Tue, 04 Sep 2018 22:29:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:36Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "4f7c227e-4341-4af1-9666-42c5db7e1928"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "port_range_min": 22, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:36Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "6325874b-fe3b-4470-9936-31289aa666e6"}]} 2018-09-04 22:29:40,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 used request id req-78edb29a-faea-4e8b-a9a0-e532f973afab 2018-09-04 22:29:40,951 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5d16eb7-5c7b-46db-9f71-03db9644fbc7 2018-09-04 22:29:40,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}611c879816da01c0e7116b57347c538b7aeab406" 2018-09-04 22:29:41,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-d393ae90-1a7b-4803-9311-53c1f9deebe7 Date: Tue, 04 Sep 2018 22:29:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:36Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "4f7c227e-4341-4af1-9666-42c5db7e1928"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "port_range_min": 22, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:36Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "6325874b-fe3b-4470-9936-31289aa666e6"}]} 2018-09-04 22:29:41,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 used request id req-d393ae90-1a7b-4803-9311-53c1f9deebe7 2018-09-04 22:29:41,139 - neutron_utils - INFO - Retrieving security group with ID - c5d16eb7-5c7b-46db-9f71-03db9644fbc7 2018-09-04 22:29:41,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}611c879816da01c0e7116b57347c538b7aeab406" 2018-09-04 22:29:41,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-e320eeed-c386-4ff1-ac68-30f8bd91435c Date: Tue, 04 Sep 2018 22:29:41 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:35Z", "updated_at": "2018-09-04T22:29:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:29:36Z", "revision_number": 0, "id": "4f7c227e-4341-4af1-9666-42c5db7e1928", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:29:36Z", "revision_number": 0, "id": "6325874b-fe3b-4470-9936-31289aa666e6", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee"}], "revision_number": 6, "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "name": "CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-sec-grp"}]} 2018-09-04 22:29:41,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 used request id req-e320eeed-c386-4ff1-ac68-30f8bd91435c 2018-09-04 22:29:41,358 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5d16eb7-5c7b-46db-9f71-03db9644fbc7 2018-09-04 22:29:41,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}611c879816da01c0e7116b57347c538b7aeab406" 2018-09-04 22:29:41,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-079f7876-b09b-4db0-b5c9-fd5d29c118f0 Date: Tue, 04 Sep 2018 22:29:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:36Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "4f7c227e-4341-4af1-9666-42c5db7e1928"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-09-04T22:29:36Z", "security_group_id": "c5d16eb7-5c7b-46db-9f71-03db9644fbc7", "port_range_min": 22, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:36Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "6325874b-fe3b-4470-9936-31289aa666e6"}]} 2018-09-04 22:29:41,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c5d16eb7-5c7b-46db-9f71-03db9644fbc7 used request id req-079f7876-b09b-4db0-b5c9-fd5d29c118f0 2018-09-04 22:29:41,523 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack 2018-09-04 22:29:41,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:41,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:41 GMT Server: Apache x-openstack-request-id: req-82973ac7-deac-4b6e-bc65-c0896a5d7329 Location: http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:41,874 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:41 GMT Server: Apache x-openstack-request-id: req-433e86a2-3fc4-4f3a-8ea4-380434f08473 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:41,874 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 used request id req-433e86a2-3fc4-4f3a-8ea4-380434f08473 2018-09-04 22:29:41,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:42,055 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:41 GMT Server: Apache x-openstack-request-id: req-c5157d8b-0a38-4d4e-b940-7983ed030409 Location: http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:42,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:42 GMT Server: Apache x-openstack-request-id: req-0dd045e8-cbf3-475b-a627-cb7f074317ed Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "OS::stack_id": "f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack", "security_group_name": "CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack", "stack_user_project_id": "425ced0f32bb4a659ff60173874072db", "tags": null, "creation_time": "2018-09-04T22:29:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:29:41Z", "id": "f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-04 22:29:42,242 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 used request id req-0dd045e8-cbf3-475b-a627-cb7f074317ed 2018-09-04 22:29:42,242 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:29:42,243 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:29:45,243 - create_stack - DEBUG - Stack status query timeout in 1196.63141012 2018-09-04 22:29:45,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:45,434 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:45 GMT Server: Apache x-openstack-request-id: req-bae77ace-1563-4588-99dc-eee4e63995f0 Location: http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:45,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:45 GMT Server: Apache x-openstack-request-id: req-fda8a569-570f-42fe-8fdd-9f5958b48c23 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "OS::stack_id": "f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack", "security_group_name": "CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-sec-grp"}, "deletion_time": "2018-09-04T22:29:43Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack", "stack_user_project_id": "425ced0f32bb4a659ff60173874072db", "tags": null, "creation_time": "2018-09-04T22:29:34Z", "links": [{"href": "http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:29:41Z", "id": "f9af35b5-8358-4e2b-8650-4c6d9b1e0b90", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-04 22:29:45,477 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 used request id req-fda8a569-570f-42fe-8fdd-9f5958b48c23 2018-09-04 22:29:45,477 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:29:45,478 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack 2018-09-04 22:29:45,478 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack 2018-09-04 22:29:45,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df968b5d299ef49874ab55647409816c757fd6" 2018-09-04 22:29:45,509 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:29:45 GMT Server: Apache x-openstack-request-id: req-23d928b9-29f9-4a3d-b603-3310dac4a15d Location: http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:29:45,689 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:45 GMT Server: Apache x-openstack-request-id: req-d29a9b21-5f9f-4670-8b67-dbb22c5971b0 Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:29:45,689 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/17a2aab07d0d4126bc7a4a956dcefcee/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-54b75b74-087d-431b-b5c3-5efdda9d3d21-stack/f9af35b5-8358-4e2b-8650-4c6d9b1e0b90 used request id req-d29a9b21-5f9f-4670-8b67-dbb22c5971b0 2018-09-04 22:29:45,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:45,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-fd92c06a-3d45-4d79-9b06-081fa164ee7d Date: Tue, 04 Sep 2018 22:29:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:35Z", "updated_at": "2018-09-04T22:29:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:29:35Z", "revision_number": 0, "id": "29c4d177-ce50-4ff6-8318-6c837f91583d", "remote_group_id": "58922521-92ff-412f-9695-99f9f88f2f33", "remote_ip_prefix": null, "created_at": "2018-09-04T22:29:35Z", "security_group_id": "58922521-92ff-412f-9695-99f9f88f2f33", "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:29:35Z", "revision_number": 0, "id": "65a51289-1e2c-4bce-aa9c-df0419f60db6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:29:35Z", "security_group_id": "58922521-92ff-412f-9695-99f9f88f2f33", "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:29:35Z", "revision_number": 0, "id": "a159520a-e6eb-402c-bcfd-38934d33d9cf", "remote_group_id": "58922521-92ff-412f-9695-99f9f88f2f33", "remote_ip_prefix": null, "created_at": "2018-09-04T22:29:35Z", "security_group_id": "58922521-92ff-412f-9695-99f9f88f2f33", "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:29:35Z", "revision_number": 0, "id": "ce9a0c55-ee46-4889-ab4a-126ac4787748", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:29:35Z", "security_group_id": "58922521-92ff-412f-9695-99f9f88f2f33", "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee"}], "revision_number": 4, "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "58922521-92ff-412f-9695-99f9f88f2f33", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:29:45,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-fd92c06a-3d45-4d79-9b06-081fa164ee7d 2018-09-04 22:29:45,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:46,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04f52b97-e417-4a56-b5ca-dd3ce33d6db6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:29:46,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-04f52b97-e417-4a56-b5ca-dd3ce33d6db6 2018-09-04 22:29:46,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:46,127 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4f9049a-e3a2-40a3-bd10-0a192531ecaa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:46,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-a4f9049a-e3a2-40a3-bd10-0a192531ecaa 2018-09-04 22:29:46,128 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:46,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:46,214 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76d22975-c9de-473c-a1d4-5123670e6b50 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:46,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-76d22975-c9de-473c-a1d4-5123670e6b50 2018-09-04 22:29:46,214 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:46,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:46,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81c7e9d3-aea8-435e-bc22-671f6ccbadbf Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:29:46,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-81c7e9d3-aea8-435e-bc22-671f6ccbadbf 2018-09-04 22:29:46,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:46,403 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd0c5318-4946-4c23-a5be-c2cfb29c70e8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:46,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-bd0c5318-4946-4c23-a5be-c2cfb29c70e8 2018-09-04 22:29:46,403 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:46,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:46,484 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44ea74ca-0c83-498e-8e1d-3d4463c2fab7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:46,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-44ea74ca-0c83-498e-8e1d-3d4463c2fab7 2018-09-04 22:29:46,485 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:46,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:46,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a370a80-d994-4a51-87a0-424c6e21f134 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee"}, "enabled": true, "id": "17a2aab07d0d4126bc7a4a956dcefcee", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-5e2150df-9265-410-proj"}} 2018-09-04 22:29:46,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee used request id req-0a370a80-d994-4a51-87a0-424c6e21f134 2018-09-04 22:29:46,576 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 58922521-92ff-412f-9695-99f9f88f2f33 2018-09-04 22:29:46,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=58922521-92ff-412f-9695-99f9f88f2f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:46,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b2c85e07-fe20-4975-8ea9-21246396c7ab Date: Tue, 04 Sep 2018 22:29:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "58922521-92ff-412f-9695-99f9f88f2f33", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:29:35Z", "security_group_id": "58922521-92ff-412f-9695-99f9f88f2f33", "port_range_min": null, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:35Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "29c4d177-ce50-4ff6-8318-6c837f91583d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:29:35Z", "security_group_id": "58922521-92ff-412f-9695-99f9f88f2f33", "port_range_min": null, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:35Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "65a51289-1e2c-4bce-aa9c-df0419f60db6"}, {"remote_group_id": "58922521-92ff-412f-9695-99f9f88f2f33", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:29:35Z", "security_group_id": "58922521-92ff-412f-9695-99f9f88f2f33", "port_range_min": null, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:35Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "a159520a-e6eb-402c-bcfd-38934d33d9cf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:29:35Z", "security_group_id": "58922521-92ff-412f-9695-99f9f88f2f33", "port_range_min": null, "revision_number": 0, "tenant_id": "17a2aab07d0d4126bc7a4a956dcefcee", "created_at": "2018-09-04T22:29:35Z", "project_id": "17a2aab07d0d4126bc7a4a956dcefcee", "id": "ce9a0c55-ee46-4889-ab4a-126ac4787748"}]} 2018-09-04 22:29:46,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=58922521-92ff-412f-9695-99f9f88f2f33 used request id req-b2c85e07-fe20-4975-8ea9-21246396c7ab 2018-09-04 22:29:46,746 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:29:46,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/58922521-92ff-412f-9695-99f9f88f2f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:47,060 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ba57c263-78f7-4768-89e1-ec295931929f Content-Length: 0 Date: Tue, 04 Sep 2018 22:29:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:29:47,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/58922521-92ff-412f-9695-99f9f88f2f33 used request id req-ba57c263-78f7-4768-89e1-ec295931929f 2018-09-04 22:29:47,061 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-5e2150df-9265-410-proj 2018-09-04 22:29:47,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:47,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-907d44b9-d8b0-4921-a2c9-213cf380dadd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:47,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/17a2aab07d0d4126bc7a4a956dcefcee used request id req-907d44b9-d8b0-4921-a2c9-213cf380dadd 2018-09-04 22:29:47,291 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-5e2150df-9265-410-proj-role 2018-09-04 22:29:47,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/842d0c93090e4532af2cb84ae20c7863 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:47,401 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-556dfa4f-be0d-4e2b-bafa-9fd29917399b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:47,401 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/842d0c93090e4532af2cb84ae20c7863 used request id req-556dfa4f-be0d-4e2b-bafa-9fd29917399b 2018-09-04 22:29:47,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af41ab989bb803cc006cf22b57d286d6c85f665" 2018-09-04 22:29:47,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d77f475b-43a0-4fff-8711-94a82149a181 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:47,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d77f475b-43a0-4fff-8711-94a82149a181 2018-09-04 22:29:47,498 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-5e2150df-9265-410-user 2018-09-04 22:29:47,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/bcdcccf1914541f195737ba93da6be9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b3f7fe64de0a22f41d8264d07bb50b488bed2c" 2018-09-04 22:29:47,798 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66ad1685-b93f-4427-8f47-7ce09e8283c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:47,798 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/bcdcccf1914541f195737ba93da6be9a used request id req-66ad1685-b93f-4427-8f47-7ce09e8283c8 2018-09-04 22:29:47,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:48,176 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["3Ec8UMQkRCaUKC6pBpIthw"], "issued_at": "2018-09-04T22:29:48.000000Z"}} 2018-09-04 22:29:48,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c5139cde6381af80a2ff6104a8e3f3a2e02a468" 2018-09-04 22:29:48,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeeb7908-c302-49a0-beab-e4d349c02c5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:48,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-aeeb7908-c302-49a0-beab-e4d349c02c5e 2018-09-04 22:29:48,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:48,271 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:48,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["ZNz_qJHaRkOpMvxGCWo5WA"], "issued_at": "2018-09-04T22:29:48.000000Z"}} 2018-09-04 22:29:48,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:48,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4a24138-9459-4ac1-b35d-2c781b878bf5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:48,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e4a24138-9459-4ac1-b35d-2c781b878bf5 2018-09-04 22:29:48,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:29:48,940 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:29:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:29:48,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-49acca14-abee-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:49,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0173e1f2-1f9b-44d3-b7c9-b40dfa4638c3 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-49acca14-abee-41b-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:29:49,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-49acca14-abee-41b-proj used request id req-0173e1f2-1f9b-44d3-b7c9-b40dfa4638c3 2018-09-04 22:29:49,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:49,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-358905c8-ead1-417e-86e8-f8db7cb1eb8a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:29:49,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-358905c8-ead1-417e-86e8-f8db7cb1eb8a 2018-09-04 22:29:49,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-49acca14-abee-41b-proj"}}' 2018-09-04 22:29:49,228 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f6eb7cb-9f68-40b7-a0e1-4ff815a15dbe Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4adaa723bc284885a5f2ccad54516c87"}, "enabled": true, "id": "4adaa723bc284885a5f2ccad54516c87", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-49acca14-abee-41b-proj"}} 2018-09-04 22:29:49,228 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5f6eb7cb-9f68-40b7-a0e1-4ff815a15dbe 2018-09-04 22:29:49,228 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-49acca14-abee-41b-proj 2018-09-04 22:29:49,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:49,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:49,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["rocSMoXkQC2bS_JnSqrGOQ"], "issued_at": "2018-09-04T22:29:49.000000Z"}} 2018-09-04 22:29:49,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec8759b2339fe59ef4deab173607c2e7e9726f" 2018-09-04 22:29:49,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d5c708f-418f-4125-b9da-c05aa3b5f6e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:49,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5d5c708f-418f-4125-b9da-c05aa3b5f6e6 2018-09-04 22:29:49,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:29:49,703 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:29:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:29:49,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec8759b2339fe59ef4deab173607c2e7e9726f" 2018-09-04 22:29:49,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc877842-a1ba-4ae7-84f4-c4156ea030a9 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:29:49,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-cc877842-a1ba-4ae7-84f4-c4156ea030a9 2018-09-04 22:29:49,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackNegativeTests-49acca14-abee-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec8759b2339fe59ef4deab173607c2e7e9726f" 2018-09-04 22:29:49,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af5e6433-4172-4a9b-bc7c-b73b442a8080 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackNegativeTests-49acca14-abee-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4adaa723bc284885a5f2ccad54516c87"}, "enabled": true, "id": "4adaa723bc284885a5f2ccad54516c87", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-49acca14-abee-41b-proj"}]} 2018-09-04 22:29:49,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackNegativeTests-49acca14-abee-41b-proj used request id req-af5e6433-4172-4a9b-bc7c-b73b442a8080 2018-09-04 22:29:49,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec8759b2339fe59ef4deab173607c2e7e9726f" 2018-09-04 22:29:49,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c8e1fb2-c5ef-4eb4-a500-e4904387babf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:29:49,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-7c8e1fb2-c5ef-4eb4-a500-e4904387babf 2018-09-04 22:29:50,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec8759b2339fe59ef4deab173607c2e7e9726f" 2018-09-04 22:29:50,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baf06e08-d555-4412-8dae-a77a575d67de Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:50,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-baf06e08-d555-4412-8dae-a77a575d67de 2018-09-04 22:29:50,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackNegativeTests-49acca14-abee-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec8759b2339fe59ef4deab173607c2e7e9726f" 2018-09-04 22:29:50,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c710661b-6853-4665-8508-03ad01b9dca5 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackNegativeTests-49acca14-abee-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/4adaa723bc284885a5f2ccad54516c87"}, "enabled": true, "id": "4adaa723bc284885a5f2ccad54516c87", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-49acca14-abee-41b-proj"}]} 2018-09-04 22:29:50,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackNegativeTests-49acca14-abee-41b-proj used request id req-c710661b-6853-4665-8508-03ad01b9dca5 2018-09-04 22:29:50,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/7330d264ee95450cb373ef4d20708530 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec8759b2339fe59ef4deab173607c2e7e9726f" 2018-09-04 22:29:50,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd43595f-c897-4bbe-907c-6b748affe09e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-49acca14-abee-41b-user", "links": {"self": "http://172.30.9.26:5000/v3/users/7330d264ee95450cb373ef4d20708530"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "4adaa723bc284885a5f2ccad54516c87", "id": "7330d264ee95450cb373ef4d20708530", "password_expires_at": null}} 2018-09-04 22:29:50,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/7330d264ee95450cb373ef4d20708530 used request id req-dd43595f-c897-4bbe-907c-6b748affe09e 2018-09-04 22:29:50,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/4adaa723bc284885a5f2ccad54516c87/users/7330d264ee95450cb373ef4d20708530/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec8759b2339fe59ef4deab173607c2e7e9726f" 2018-09-04 22:29:50,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-970c95af-be39-4d75-bdca-16d56890f0d8 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/4adaa723bc284885a5f2ccad54516c87/users/7330d264ee95450cb373ef4d20708530/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:29:50,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/4adaa723bc284885a5f2ccad54516c87/users/7330d264ee95450cb373ef4d20708530/roles used request id req-970c95af-be39-4d75-bdca-16d56890f0d8 2018-09-04 22:29:50,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec8759b2339fe59ef4deab173607c2e7e9726f" 2018-09-04 22:29:50,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad97d87-cb91-4b2a-a254-aa591d476862 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:29:50,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-5ad97d87-cb91-4b2a-a254-aa591d476862 2018-09-04 22:29:50,745 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-49acca14-abee-41b-proj 2018-09-04 22:29:50,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/4adaa723bc284885a5f2ccad54516c87/users/7330d264ee95450cb373ef4d20708530/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec8759b2339fe59ef4deab173607c2e7e9726f" 2018-09-04 22:29:50,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c37f963-8b07-4f2d-b4cd-84f9f9264c5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:50,890 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/4adaa723bc284885a5f2ccad54516c87/users/7330d264ee95450cb373ef4d20708530/roles/ee65b3cf18824d4786e4806145ea807f used request id req-5c37f963-8b07-4f2d-b4cd-84f9f9264c5a 2018-09-04 22:29:50,890 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-49acca14-abee-41b-user 2018-09-04 22:29:50,890 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:50,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:50,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05f54b94-c944-43de-93dc-432c2c09496a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:50,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-05f54b94-c944-43de-93dc-432c2c09496a 2018-09-04 22:29:50,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" -d '{"role": {"name": "CreateStackNegativeTests-49acca14-abee-41b-proj-role"}}' 2018-09-04 22:29:51,102 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be601eff-4617-45e7-be7a-670a1b519b33 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f10628c6b2264b5d874dfc393dbaf634", "links": {"self": "http://172.30.9.26:5000/v3/roles/f10628c6b2264b5d874dfc393dbaf634"}, "name": "CreateStackNegativeTests-49acca14-abee-41b-proj-role"}} 2018-09-04 22:29:51,102 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-be601eff-4617-45e7-be7a-670a1b519b33 2018-09-04 22:29:51,103 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-49acca14-abee-41b-proj-role 2018-09-04 22:29:51,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/f10628c6b2264b5d874dfc393dbaf634 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:51,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d19f9ad-642e-4ab7-89b6-b3d086ec43f4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/f10628c6b2264b5d874dfc393dbaf634"}, "domain_id": null, "name": "CreateStackNegativeTests-49acca14-abee-41b-proj-role", "id": "f10628c6b2264b5d874dfc393dbaf634"}} 2018-09-04 22:29:51,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/f10628c6b2264b5d874dfc393dbaf634 used request id req-8d19f9ad-642e-4ab7-89b6-b3d086ec43f4 2018-09-04 22:29:51,196 - keystone_utils - INFO - Granting role CreateStackNegativeTests-49acca14-abee-41b-proj-role to project CreateStackNegativeTests-49acca14-abee-41b-proj 2018-09-04 22:29:51,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/4adaa723bc284885a5f2ccad54516c87/users/7330d264ee95450cb373ef4d20708530/roles/f10628c6b2264b5d874dfc393dbaf634 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:51,326 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fcee8d2-ede9-41df-aacd-24c70ad86f2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:51,326 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/4adaa723bc284885a5f2ccad54516c87/users/7330d264ee95450cb373ef4d20708530/roles/f10628c6b2264b5d874dfc393dbaf634 used request id req-4fcee8d2-ede9-41df-aacd-24c70ad86f2a 2018-09-04 22:29:51,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:51,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:51,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f10628c6b2264b5d874dfc393dbaf634", "name": "CreateStackNegativeTests-49acca14-abee-41b-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4adaa723bc284885a5f2ccad54516c87", "name": "CreateStackNegativeTests-49acca14-abee-41b-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4adaa723bc284885a5f2ccad54516c87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/4adaa723bc284885a5f2ccad54516c87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/4adaa723bc284885a5f2ccad54516c87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/4adaa723bc284885a5f2ccad54516c87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/4adaa723bc284885a5f2ccad54516c87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/4adaa723bc284885a5f2ccad54516c87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/4adaa723bc284885a5f2ccad54516c87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/4adaa723bc284885a5f2ccad54516c87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/4adaa723bc284885a5f2ccad54516c87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/4adaa723bc284885a5f2ccad54516c87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/4adaa723bc284885a5f2ccad54516c87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/4adaa723bc284885a5f2ccad54516c87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-49acca14-abee-41b-user", "id": "7330d264ee95450cb373ef4d20708530"}, "audit_ids": ["wZTajmgZTU2HUlqDps4Euw"], "issued_at": "2018-09-04T22:29:51.000000Z"}} 2018-09-04 22:29:51,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ddcdf5ad52bd4c4fcb1e3410ee4861328c42dc" 2018-09-04 22:29:51,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eb199fc-1b03-4c87-906e-d7aa7fc44358 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:51,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5eb199fc-1b03-4c87-906e-d7aa7fc44358 2018-09-04 22:29:51,798 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:29:51,801 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:29:51,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/4adaa723bc284885a5f2ccad54516c87/stacks?stack_name=CreateStackNegativeTests-1283c733-524e-4c96-970e-08d36fb5c5f3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3ddcdf5ad52bd4c4fcb1e3410ee4861328c42dc" 2018-09-04 22:29:52,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:51 GMT Server: Apache x-openstack-request-id: req-ca3a3102-5d85-4620-a387-0df235ce756f Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:29:52,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/4adaa723bc284885a5f2ccad54516c87/stacks?stack_name=CreateStackNegativeTests-1283c733-524e-4c96-970e-08d36fb5c5f3 used request id req-ca3a3102-5d85-4620-a387-0df235ce756f 2018-09-04 22:29:52,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:52,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-b87dad22-2f4f-46a7-8a66-05f2c672d683 Date: Tue, 04 Sep 2018 22:29:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:29:52,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-b87dad22-2f4f-46a7-8a66-05f2c672d683 2018-09-04 22:29:52,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:52,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d50bff4a-66f1-4f1f-aae5-baaeaa3ac386 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:29:52,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-d50bff4a-66f1-4f1f-aae5-baaeaa3ac386 2018-09-04 22:29:52,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:52,478 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b100787a-770a-4fb1-9fb8-301e57f1d36f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:52,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-b100787a-770a-4fb1-9fb8-301e57f1d36f 2018-09-04 22:29:52,479 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:52,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:52,574 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22d9f8c4-3414-4c10-bc3b-16a75d0385bd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:52,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-22d9f8c4-3414-4c10-bc3b-16a75d0385bd 2018-09-04 22:29:52,574 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:52,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:52,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8afb47d2-9b83-4a85-b47d-b2578759d6d3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:29:52,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-8afb47d2-9b83-4a85-b47d-b2578759d6d3 2018-09-04 22:29:52,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:52,760 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96ff0445-e848-4c51-ac5c-cf27423fadf4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:52,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-96ff0445-e848-4c51-ac5c-cf27423fadf4 2018-09-04 22:29:52,761 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:52,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:52,779 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fd38e1b-57da-477e-be5d-d8e18776770f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:52,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-7fd38e1b-57da-477e-be5d-d8e18776770f 2018-09-04 22:29:52,780 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:52,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:52,862 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a7b3ec2-75cd-49be-bb46-ae0617a42b7b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:52,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-8a7b3ec2-75cd-49be-bb46-ae0617a42b7b 2018-09-04 22:29:52,862 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:52,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:52,944 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21402e14-82ff-482c-a976-426eecadf688 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:52,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-21402e14-82ff-482c-a976-426eecadf688 2018-09-04 22:29:52,944 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:52,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:53,034 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77d5fa8f-6f87-48cb-b74d-1f9ce1034a2f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:53,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-77d5fa8f-6f87-48cb-b74d-1f9ce1034a2f 2018-09-04 22:29:53,034 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:53,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:53,117 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94c9cfec-0d48-4763-a3d2-1d0cd010e672 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:53,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-94c9cfec-0d48-4763-a3d2-1d0cd010e672 2018-09-04 22:29:53,117 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:53,118 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-49acca14-abee-41b-proj 2018-09-04 22:29:53,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/4adaa723bc284885a5f2ccad54516c87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:53,404 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de9ac69f-1cf6-4e5b-bfa2-4f5544d7c290 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:53,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/4adaa723bc284885a5f2ccad54516c87 used request id req-de9ac69f-1cf6-4e5b-bfa2-4f5544d7c290 2018-09-04 22:29:53,405 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-49acca14-abee-41b-proj-role 2018-09-04 22:29:53,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/f10628c6b2264b5d874dfc393dbaf634 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:53,593 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c278f8f-3d29-4709-ab28-80a55ff28b3a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:53,593 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/f10628c6b2264b5d874dfc393dbaf634 used request id req-0c278f8f-3d29-4709-ab28-80a55ff28b3a 2018-09-04 22:29:53,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3911291f84e52879b357ef9440171a9956ea63ce" 2018-09-04 22:29:53,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d0f6181-7f03-45f2-9c95-ebfd0584e5fc Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:53,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2d0f6181-7f03-45f2-9c95-ebfd0584e5fc 2018-09-04 22:29:53,679 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-49acca14-abee-41b-user 2018-09-04 22:29:53,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/7330d264ee95450cb373ef4d20708530 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec8759b2339fe59ef4deab173607c2e7e9726f" 2018-09-04 22:29:53,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ba8c904-32b8-4ed2-98ef-65006c86c015 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:53,857 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/7330d264ee95450cb373ef4d20708530 used request id req-8ba8c904-32b8-4ed2-98ef-65006c86c015 2018-09-04 22:29:53,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:54,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Gjvx9ZGtRt68kSlEmvHxRA"], "issued_at": "2018-09-04T22:29:54.000000Z"}} 2018-09-04 22:29:54,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}774fce7b48c36c767542bd46fc3111950373b37a" 2018-09-04 22:29:54,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe966fbf-e3cb-4981-a7a7-b446c8be7a69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:54,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fe966fbf-e3cb-4981-a7a7-b446c8be7a69 2018-09-04 22:29:54,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:54,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:54,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["gWmjMF4rQN2NCmXwtRlGSA"], "issued_at": "2018-09-04T22:29:54.000000Z"}} 2018-09-04 22:29:54,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:54,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5992aafe-f46f-47a7-8d17-8b8f934e55a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:54,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5992aafe-f46f-47a7-8d17-8b8f934e55a8 2018-09-04 22:29:54,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:29:54,818 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:29:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:29:54,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-613d854a-cd6e-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:54,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-197e4aa5-041b-4dc5-9bdf-e88f71c2d71f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-613d854a-cd6e-4a2-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:29:54,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-613d854a-cd6e-4a2-proj used request id req-197e4aa5-041b-4dc5-9bdf-e88f71c2d71f 2018-09-04 22:29:54,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:54,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2495e5a9-ca66-43ca-96a7-78e6df38b4ee Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:29:54,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2495e5a9-ca66-43ca-96a7-78e6df38b4ee 2018-09-04 22:29:55,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-613d854a-cd6e-4a2-proj"}}' 2018-09-04 22:29:55,103 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86fdee8b-e14c-4e47-a810-296f3e0de908 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/09a6d9d1f5e34d4790c7c6a298101a8b"}, "enabled": true, "id": "09a6d9d1f5e34d4790c7c6a298101a8b", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-613d854a-cd6e-4a2-proj"}} 2018-09-04 22:29:55,103 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-86fdee8b-e14c-4e47-a810-296f3e0de908 2018-09-04 22:29:55,103 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-613d854a-cd6e-4a2-proj 2018-09-04 22:29:55,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:55,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:55,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["tVsyMo3OQMy-pmn_9JjaOQ"], "issued_at": "2018-09-04T22:29:55.000000Z"}} 2018-09-04 22:29:55,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b2e966cdc30941c83f644038fc486372892cdc" 2018-09-04 22:29:55,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90a4a256-447c-494d-9cc7-4c2f3e2a694a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:55,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-90a4a256-447c-494d-9cc7-4c2f3e2a694a 2018-09-04 22:29:55,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:29:55,515 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:29:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:29:55,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b2e966cdc30941c83f644038fc486372892cdc" 2018-09-04 22:29:55,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a10146b-f395-4e2e-b2d5-51b1ab3b2559 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:29:55,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7a10146b-f395-4e2e-b2d5-51b1ab3b2559 2018-09-04 22:29:55,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackNegativeTests-613d854a-cd6e-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b2e966cdc30941c83f644038fc486372892cdc" 2018-09-04 22:29:55,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6845123-c9a1-4527-ae01-36996513fb49 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackNegativeTests-613d854a-cd6e-4a2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/09a6d9d1f5e34d4790c7c6a298101a8b"}, "enabled": true, "id": "09a6d9d1f5e34d4790c7c6a298101a8b", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-613d854a-cd6e-4a2-proj"}]} 2018-09-04 22:29:55,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackNegativeTests-613d854a-cd6e-4a2-proj used request id req-a6845123-c9a1-4527-ae01-36996513fb49 2018-09-04 22:29:55,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b2e966cdc30941c83f644038fc486372892cdc" 2018-09-04 22:29:55,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff97aac6-8287-43c8-b93c-54b4f6113656 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:29:55,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-ff97aac6-8287-43c8-b93c-54b4f6113656 2018-09-04 22:29:56,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b2e966cdc30941c83f644038fc486372892cdc" 2018-09-04 22:29:56,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e282cf2e-b0b3-4db4-a1d0-0282cca0ae6b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:56,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e282cf2e-b0b3-4db4-a1d0-0282cca0ae6b 2018-09-04 22:29:56,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackNegativeTests-613d854a-cd6e-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b2e966cdc30941c83f644038fc486372892cdc" 2018-09-04 22:29:56,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ef3400c-1452-4dc6-b81d-da427634b186 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackNegativeTests-613d854a-cd6e-4a2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/09a6d9d1f5e34d4790c7c6a298101a8b"}, "enabled": true, "id": "09a6d9d1f5e34d4790c7c6a298101a8b", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-613d854a-cd6e-4a2-proj"}]} 2018-09-04 22:29:56,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackNegativeTests-613d854a-cd6e-4a2-proj used request id req-9ef3400c-1452-4dc6-b81d-da427634b186 2018-09-04 22:29:56,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/0dc48bf12a644eeb9f471b5607083401 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b2e966cdc30941c83f644038fc486372892cdc" 2018-09-04 22:29:56,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0ed24f2-1f46-4e1c-9ebd-359f2744825b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-613d854a-cd6e-4a2-user", "links": {"self": "http://172.30.9.26:5000/v3/users/0dc48bf12a644eeb9f471b5607083401"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "09a6d9d1f5e34d4790c7c6a298101a8b", "id": "0dc48bf12a644eeb9f471b5607083401", "password_expires_at": null}} 2018-09-04 22:29:56,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/0dc48bf12a644eeb9f471b5607083401 used request id req-b0ed24f2-1f46-4e1c-9ebd-359f2744825b 2018-09-04 22:29:56,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/09a6d9d1f5e34d4790c7c6a298101a8b/users/0dc48bf12a644eeb9f471b5607083401/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b2e966cdc30941c83f644038fc486372892cdc" 2018-09-04 22:29:56,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ffd1038-ff01-4ca3-ade9-2da7d7dc4070 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/09a6d9d1f5e34d4790c7c6a298101a8b/users/0dc48bf12a644eeb9f471b5607083401/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:29:56,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/09a6d9d1f5e34d4790c7c6a298101a8b/users/0dc48bf12a644eeb9f471b5607083401/roles used request id req-3ffd1038-ff01-4ca3-ade9-2da7d7dc4070 2018-09-04 22:29:56,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b2e966cdc30941c83f644038fc486372892cdc" 2018-09-04 22:29:56,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb22e49d-d599-4e98-8ea0-5f7201e051c5 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:29:56,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-bb22e49d-d599-4e98-8ea0-5f7201e051c5 2018-09-04 22:29:56,509 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-613d854a-cd6e-4a2-proj 2018-09-04 22:29:56,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/09a6d9d1f5e34d4790c7c6a298101a8b/users/0dc48bf12a644eeb9f471b5607083401/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b2e966cdc30941c83f644038fc486372892cdc" 2018-09-04 22:29:56,663 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c590e4e-429b-4f48-bb76-6ae729524d5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:56,663 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/09a6d9d1f5e34d4790c7c6a298101a8b/users/0dc48bf12a644eeb9f471b5607083401/roles/ee65b3cf18824d4786e4806145ea807f used request id req-6c590e4e-429b-4f48-bb76-6ae729524d5c 2018-09-04 22:29:56,663 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-613d854a-cd6e-4a2-user 2018-09-04 22:29:56,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:56,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:56,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d044ba5-49e7-441c-ad9c-f44421917ea1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:56,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0d044ba5-49e7-441c-ad9c-f44421917ea1 2018-09-04 22:29:56,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" -d '{"role": {"name": "CreateStackNegativeTests-613d854a-cd6e-4a2-proj-role"}}' 2018-09-04 22:29:56,862 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8d87282-b8b4-41f4-b1b4-a96204b9bd3a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c993715394294c009db93dc332b38f40", "links": {"self": "http://172.30.9.26:5000/v3/roles/c993715394294c009db93dc332b38f40"}, "name": "CreateStackNegativeTests-613d854a-cd6e-4a2-proj-role"}} 2018-09-04 22:29:56,863 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-c8d87282-b8b4-41f4-b1b4-a96204b9bd3a 2018-09-04 22:29:56,863 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-613d854a-cd6e-4a2-proj-role 2018-09-04 22:29:56,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c993715394294c009db93dc332b38f40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:56,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f9e43ca-8fa0-48c7-9909-452f45b4116e Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c993715394294c009db93dc332b38f40"}, "domain_id": null, "name": "CreateStackNegativeTests-613d854a-cd6e-4a2-proj-role", "id": "c993715394294c009db93dc332b38f40"}} 2018-09-04 22:29:56,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c993715394294c009db93dc332b38f40 used request id req-0f9e43ca-8fa0-48c7-9909-452f45b4116e 2018-09-04 22:29:56,955 - keystone_utils - INFO - Granting role CreateStackNegativeTests-613d854a-cd6e-4a2-proj-role to project CreateStackNegativeTests-613d854a-cd6e-4a2-proj 2018-09-04 22:29:56,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/09a6d9d1f5e34d4790c7c6a298101a8b/users/0dc48bf12a644eeb9f471b5607083401/roles/c993715394294c009db93dc332b38f40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:57,087 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65b1a23d-8291-4e3e-b4b4-675d112f28d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:57,087 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/09a6d9d1f5e34d4790c7c6a298101a8b/users/0dc48bf12a644eeb9f471b5607083401/roles/c993715394294c009db93dc332b38f40 used request id req-65b1a23d-8291-4e3e-b4b4-675d112f28d9 2018-09-04 22:29:57,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:29:57,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:29:57,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c993715394294c009db93dc332b38f40", "name": "CreateStackNegativeTests-613d854a-cd6e-4a2-proj-role"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:29:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09a6d9d1f5e34d4790c7c6a298101a8b", "name": "CreateStackNegativeTests-613d854a-cd6e-4a2-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/09a6d9d1f5e34d4790c7c6a298101a8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/09a6d9d1f5e34d4790c7c6a298101a8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/09a6d9d1f5e34d4790c7c6a298101a8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/09a6d9d1f5e34d4790c7c6a298101a8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/09a6d9d1f5e34d4790c7c6a298101a8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/09a6d9d1f5e34d4790c7c6a298101a8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/09a6d9d1f5e34d4790c7c6a298101a8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/09a6d9d1f5e34d4790c7c6a298101a8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/09a6d9d1f5e34d4790c7c6a298101a8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/09a6d9d1f5e34d4790c7c6a298101a8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/09a6d9d1f5e34d4790c7c6a298101a8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/09a6d9d1f5e34d4790c7c6a298101a8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-613d854a-cd6e-4a2-user", "id": "0dc48bf12a644eeb9f471b5607083401"}, "audit_ids": ["Pbq0Es6aT2K_otgTgZVmSQ"], "issued_at": "2018-09-04T22:29:57.000000Z"}} 2018-09-04 22:29:57,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b98d78f8597ce978c8e3782283720dc5cfcec9a2" 2018-09-04 22:29:57,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c262ae8-4b20-4125-9ed1-ae858c38730f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:29:57,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0c262ae8-4b20-4125-9ed1-ae858c38730f 2018-09-04 22:29:57,531 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:29:57,534 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:29:57,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/09a6d9d1f5e34d4790c7c6a298101a8b/stacks?stack_name=CreateStackNegativeTests-82622084-01ef-4edc-8f1a-be881faf032e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b98d78f8597ce978c8e3782283720dc5cfcec9a2" 2018-09-04 22:29:57,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:57 GMT Server: Apache x-openstack-request-id: req-2aab5e5f-b060-4fa6-82a6-34db294240e5 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:29:57,706 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/09a6d9d1f5e34d4790c7c6a298101a8b/stacks?stack_name=CreateStackNegativeTests-82622084-01ef-4edc-8f1a-be881faf032e used request id req-2aab5e5f-b060-4fa6-82a6-34db294240e5 2018-09-04 22:29:57,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/09a6d9d1f5e34d4790c7c6a298101a8b/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b98d78f8597ce978c8e3782283720dc5cfcec9a2" -d '{"stack_name": "CreateStackNegativeTests-82622084-01ef-4edc-8f1a-be881faf032e", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}}' 2018-09-04 22:29:58,159 - keystoneauth.session - DEBUG - RESP: [400] Date: Tue, 04 Sep 2018 22:29:57 GMT Server: Apache x-openstack-request-id: req-3cc9f174-e1ec-4648-bc6d-493ec9051155 Content-Length: 383 Content-Type: application/json RESP BODY: {"explanation": "The server could not comply with the request since it is either malformed or otherwise incorrect.", "code": 400, "error": {"message": "Property error: : resources.my_instance.properties.image: : Error validating value 'heat_utils_tests': No images matching {'name': u'heat_utils_tests'}.", "traceback": null, "type": "StackValidationFailed"}, "title": "Bad Request"} 2018-09-04 22:29:58,159 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/09a6d9d1f5e34d4790c7c6a298101a8b/stacks used request id req-3cc9f174-e1ec-4648-bc6d-493ec9051155 2018-09-04 22:29:58,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:58,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-1d3f9007-6375-49ad-85e7-2044052b5e00 Date: Tue, 04 Sep 2018 22:29:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:29:58,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-1d3f9007-6375-49ad-85e7-2044052b5e00 2018-09-04 22:29:58,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:58,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-130b252a-d128-4c20-a3eb-27a039a03892 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:29:58,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-130b252a-d128-4c20-a3eb-27a039a03892 2018-09-04 22:29:58,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:58,568 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2675ed2-910a-4b29-a531-883ebcbeb5fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:58,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-e2675ed2-910a-4b29-a531-883ebcbeb5fe 2018-09-04 22:29:58,568 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:58,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:58,659 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9b58b5b-b1e0-486a-8012-af4b6931f4f7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:58,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-d9b58b5b-b1e0-486a-8012-af4b6931f4f7 2018-09-04 22:29:58,660 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:58,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:58,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1455239-11ad-40fd-a5d3-c77aa52ab761 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:29:58,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-f1455239-11ad-40fd-a5d3-c77aa52ab761 2018-09-04 22:29:58,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:58,836 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43aa9448-6731-4e75-b2ee-8ed0b82db7a2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:58,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-43aa9448-6731-4e75-b2ee-8ed0b82db7a2 2018-09-04 22:29:58,836 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:58,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:58,921 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82af0438-cd2d-4051-ba3d-839bc7e1b65a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:58,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-82af0438-cd2d-4051-ba3d-839bc7e1b65a 2018-09-04 22:29:58,921 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:58,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:59,006 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3796f321-5547-4cfe-9e65-de4cf724caac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:59,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-3796f321-5547-4cfe-9e65-de4cf724caac 2018-09-04 22:29:59,006 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:59,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:59,087 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9b6e549-cbaf-4112-989b-a6be5cff2278 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a23a6a548774f7797c37bf2b2c81b7f.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:59,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a23a6a548774f7797c37bf2b2c81b7f used request id req-b9b6e549-cbaf-4112-989b-a6be5cff2278 2018-09-04 22:29:59,088 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:59,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:59,177 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0ec1e96-2345-4582-a156-e458e0c35dc4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 24aad37cf3fe474b8104a507c9b0eacf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:59,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/24aad37cf3fe474b8104a507c9b0eacf used request id req-e0ec1e96-2345-4582-a156-e458e0c35dc4 2018-09-04 22:29:59,177 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:59,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:59,269 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21e33e92-0474-48d9-80b4-093919ffb052 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c19c85173484499dae974ca3062bda08.", "code": 404, "title": "Not Found"}} 2018-09-04 22:29:59,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c19c85173484499dae974ca3062bda08 used request id req-21e33e92-0474-48d9-80b4-093919ffb052 2018-09-04 22:29:59,270 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:29:59,271 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-613d854a-cd6e-4a2-proj 2018-09-04 22:29:59,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/09a6d9d1f5e34d4790c7c6a298101a8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:59,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-110f4c7a-d105-4811-a35d-9c654929aa86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:59,452 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/09a6d9d1f5e34d4790c7c6a298101a8b used request id req-110f4c7a-d105-4811-a35d-9c654929aa86 2018-09-04 22:29:59,453 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-613d854a-cd6e-4a2-proj-role 2018-09-04 22:29:59,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c993715394294c009db93dc332b38f40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:59,571 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42a41a5d-d24a-44c6-b5a6-cbe4f19310e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:59,571 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c993715394294c009db93dc332b38f40 used request id req-42a41a5d-d24a-44c6-b5a6-cbe4f19310e7 2018-09-04 22:29:59,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12edcaf5b6ae5db0032cd2059cd02380b78ffab1" 2018-09-04 22:29:59,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf53061-8dec-4b1e-b60e-07c832893599 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:29:59,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ddf53061-8dec-4b1e-b60e-07c832893599 2018-09-04 22:29:59,673 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-613d854a-cd6e-4a2-user 2018-09-04 22:29:59,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/0dc48bf12a644eeb9f471b5607083401 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b2e966cdc30941c83f644038fc486372892cdc" 2018-09-04 22:29:59,848 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a37c2046-04a1-4540-94fd-679e5c20ac5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:29:59,848 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/0dc48bf12a644eeb9f471b5607083401 used request id req-a37c2046-04a1-4540-94fd-679e5c20ac5b 2018-09-04 22:29:59,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:30:00,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["T9E_1zMgRuiMyfmAA4P1Zw"], "issued_at": "2018-09-04T22:30:00.000000Z"}} 2018-09-04 22:30:00,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e631c8c95d4074d1e8d2aea9b277958e048138e2" 2018-09-04 22:30:00,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41b0907d-da46-40ae-b9f6-d2a7a228c1a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:00,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-41b0907d-da46-40ae-b9f6-d2a7a228c1a1 2018-09-04 22:30:00,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:30:00,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:30:00,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["BFjYH3xjTKi-BoJmJ6ewew"], "issued_at": "2018-09-04T22:30:00.000000Z"}} 2018-09-04 22:30:00,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:30:00,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7adaf7e3-76b7-4380-8633-f0af1115f26f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:00,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7adaf7e3-76b7-4380-8633-f0af1115f26f 2018-09-04 22:30:00,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:30:00,832 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:30:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:30:00,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:30:00,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a400976-6d09-451b-89bb-844b4eeb50c5 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:30:00,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj used request id req-5a400976-6d09-451b-89bb-844b4eeb50c5 2018-09-04 22:30:00,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:30:01,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-711896df-0df6-4b4c-97ca-68a8a8d74186 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:30:01,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-711896df-0df6-4b4c-97ca-68a8a8d74186 2018-09-04 22:30:01,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}}' 2018-09-04 22:30:01,216 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:30:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ed9b9d4-47d4-4434-8119-536a997527ce Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:01,216 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-6ed9b9d4-47d4-4434-8119-536a997527ce 2018-09-04 22:30:01,216 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj 2018-09-04 22:30:01,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:30:01,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:30:01,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:30:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["pHswE6WHSe69s2eTFxTmLQ"], "issued_at": "2018-09-04T22:30:01.000000Z"}} 2018-09-04 22:30:01,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}823905bc331904cec48fba1e1b67908e4cdac1d5" 2018-09-04 22:30:01,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9b39140-eea7-44f5-a959-d484723868af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:01,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a9b39140-eea7-44f5-a959-d484723868af 2018-09-04 22:30:01,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:30:01,684 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:30:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:30:01,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}823905bc331904cec48fba1e1b67908e4cdac1d5" 2018-09-04 22:30:01,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ef6e65-6dd4-4abf-bb7e-43e808701a38 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:30:01,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-d9ef6e65-6dd4-4abf-bb7e-43e808701a38 2018-09-04 22:30:01,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}823905bc331904cec48fba1e1b67908e4cdac1d5" 2018-09-04 22:30:01,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29499ce3-9c20-435b-a499-88d33aeb06b9 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}]} 2018-09-04 22:30:01,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj used request id req-29499ce3-9c20-435b-a499-88d33aeb06b9 2018-09-04 22:30:01,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}823905bc331904cec48fba1e1b67908e4cdac1d5" 2018-09-04 22:30:01,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3f1c0a4-7635-4cc4-bd24-ec19e3a016db Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:30:01,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-b3f1c0a4-7635-4cc4-bd24-ec19e3a016db 2018-09-04 22:30:02,342 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-user 2018-09-04 22:30:02,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:30:02,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:30:02,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-435161fb-9fe8-4778-9ee0-ea6e38fd931d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:30:02,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-435161fb-9fe8-4778-9ee0-ea6e38fd931d 2018-09-04 22:30:02,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role"}}' 2018-09-04 22:30:02,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:30:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-868095b1-b17b-4fc4-b283-3aa03f077b0a Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8013dc177cfd4ad9b100a3910a5409e6", "links": {"self": "http://172.30.9.26:5000/v3/roles/8013dc177cfd4ad9b100a3910a5409e6"}, "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role"}} 2018-09-04 22:30:02,539 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-868095b1-b17b-4fc4-b283-3aa03f077b0a 2018-09-04 22:30:02,540 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role 2018-09-04 22:30:02,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/8013dc177cfd4ad9b100a3910a5409e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:30:02,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12ef0fd3-e057-477f-b0a3-866e886eb40d Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/8013dc177cfd4ad9b100a3910a5409e6"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role", "id": "8013dc177cfd4ad9b100a3910a5409e6"}} 2018-09-04 22:30:02,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/8013dc177cfd4ad9b100a3910a5409e6 used request id req-12ef0fd3-e057-477f-b0a3-866e886eb40d 2018-09-04 22:30:02,560 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role to project CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj 2018-09-04 22:30:02,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a/users/e747d37bd4e84d899a1ff5d4ca3dd1a4/roles/8013dc177cfd4ad9b100a3910a5409e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:30:02,692 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:30:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb5c40c3-93d3-4acf-a0d6-d6e50c071db7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:30:02,692 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a/users/e747d37bd4e84d899a1ff5d4ca3dd1a4/roles/8013dc177cfd4ad9b100a3910a5409e6 used request id req-bb5c40c3-93d3-4acf-a0d6-d6e50c071db7 2018-09-04 22:30:02,692 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:30:02,694 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:30:02,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:30:02,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:30:03,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8013dc177cfd4ad9b100a3910a5409e6", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role"}], "expires_at": "2018-09-04T23:30:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-user", "id": "e747d37bd4e84d899a1ff5d4ca3dd1a4"}, "audit_ids": ["rZEDVYtJQj6zwCws_yroKg"], "issued_at": "2018-09-04T22:30:03.000000Z"}} 2018-09-04 22:30:03,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3b49a42305fdfcf4f72140ad5678892d112476e" 2018-09-04 22:30:03,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84363c9d-913f-4730-b83c-e37248a0ac21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:03,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-84363c9d-913f-4730-b83c-e37248a0ac21 2018-09-04 22:30:03,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3b49a42305fdfcf4f72140ad5678892d112476e" 2018-09-04 22:30:03,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-caf85a1a-7937-41dd-8154-5706739d92f9 Date: Tue, 04 Sep 2018 22:30:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image"} 2018-09-04 22:30:03,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image used request id req-caf85a1a-7937-41dd-8154-5706739d92f9 2018-09-04 22:30:03,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3b49a42305fdfcf4f72140ad5678892d112476e" 2018-09-04 22:30:03,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8c83cce2-8377-4e35-9175-602f4946e374 Date: Tue, 04 Sep 2018 22:30:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:30:03,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-8c83cce2-8377-4e35-9175-602f4946e374 2018-09-04 22:30:03,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3b49a42305fdfcf4f72140ad5678892d112476e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image"}' 2018-09-04 22:30:03,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de X-Openstack-Request-Id: req-4570b46d-01a9-49ed-a359-50286de311ad Date: Tue, 04 Sep 2018 22:30:03 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:30:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:30:03Z", "visibility": "shared", "locations": [], "self": "/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "min_disk": 0, "protected": false, "id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "file": "/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de/file", "checksum": null, "owner": "bfc764cc6a0a4966a666c01eb9b8773a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:30:03,693 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-4570b46d-01a9-49ed-a359-50286de311ad 2018-09-04 22:30:03,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3b49a42305fdfcf4f72140ad5678892d112476e" -d '' 2018-09-04 22:30:05,250 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ecb8b10a-b1f1-4845-9999-ac2280d48ff2 Date: Tue, 04 Sep 2018 22:30:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:30:05,250 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de/file used request id req-ecb8b10a-b1f1-4845-9999-ac2280d48ff2 2018-09-04 22:30:05,251 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:30:05,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3b49a42305fdfcf4f72140ad5678892d112476e" 2018-09-04 22:30:05,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-83df5e04-54af-470b-9e07-2a2169265c2c Date: Tue, 04 Sep 2018 22:30:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:30:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:30:05Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de/snap", "metadata": {}}], "self": "/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "min_disk": 0, "protected": false, "id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "file": "/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bfc764cc6a0a4966a666c01eb9b8773a", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:30:05,433 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de used request id req-83df5e04-54af-470b-9e07-2a2169265c2c 2018-09-04 22:30:05,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3b49a42305fdfcf4f72140ad5678892d112476e" 2018-09-04 22:30:05,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b9b80e0b-dd61-448e-b5e1-d28b82ad4102 Date: Tue, 04 Sep 2018 22:30:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:30:05,581 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-b9b80e0b-dd61-448e-b5e1-d28b82ad4102 2018-09-04 22:30:05,586 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image 2018-09-04 22:30:05,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3b49a42305fdfcf4f72140ad5678892d112476e" 2018-09-04 22:30:05,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-96e1b754-b596-4471-a257-415b6ac248eb Date: Tue, 04 Sep 2018 22:30:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:30:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:30:05Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de/snap", "metadata": {}}], "self": "/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "min_disk": 0, "protected": false, "id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "file": "/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bfc764cc6a0a4966a666c01eb9b8773a", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:30:05,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de used request id req-96e1b754-b596-4471-a257-415b6ac248eb 2018-09-04 22:30:05,755 - create_image - DEBUG - Instance status is - active 2018-09-04 22:30:05,755 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image 2018-09-04 22:30:05,755 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image 2018-09-04 22:30:05,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:30:05,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:30:06,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8013dc177cfd4ad9b100a3910a5409e6", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role"}], "expires_at": "2018-09-04T23:30:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-user", "id": "e747d37bd4e84d899a1ff5d4ca3dd1a4"}, "audit_ids": ["GIq7RahGTSennEectiezWQ"], "issued_at": "2018-09-04T22:30:06.000000Z"}} 2018-09-04 22:30:06,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc33d6a344717a08e94deb98cf2f00fb0abcf7f" 2018-09-04 22:30:06,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6928a43-9c2f-416e-84eb-4b48688f0a87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:06,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f6928a43-9c2f-416e-84eb-4b48688f0a87 2018-09-04 22:30:06,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc33d6a344717a08e94deb98cf2f00fb0abcf7f" 2018-09-04 22:30:06,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8b119ed4-1780-43fa-9453-919b04883336 Date: Tue, 04 Sep 2018 22:30:06 GMT RESP BODY: {"networks":[]} 2018-09-04 22:30:06,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net used request id req-8b119ed4-1780-43fa-9453-919b04883336 2018-09-04 22:30:06,400 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net 2018-09-04 22:30:06,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc33d6a344717a08e94deb98cf2f00fb0abcf7f" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net", "admin_state_up": true}}' 2018-09-04 22:30:06,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-eb3727d0-9673-44c6-add9-9627b6616f90 Date: Tue, 04 Sep 2018 22:30:06 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"823537d5-b7c1-462b-a07b-fde6bf02102a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:30:06Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","mtu":1450}} 2018-09-04 22:30:06,921 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-eb3727d0-9673-44c6-add9-9627b6616f90 2018-09-04 22:30:06,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc33d6a344717a08e94deb98cf2f00fb0abcf7f" 2018-09-04 22:30:07,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-d45c477b-0a8b-478d-b516-e9deac6dffd7 Date: Tue, 04 Sep 2018 22:30:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:30:06Z","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"823537d5-b7c1-462b-a07b-fde6bf02102a","name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net"}]} 2018-09-04 22:30:07,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-d45c477b-0a8b-478d-b516-e9deac6dffd7 2018-09-04 22:30:07,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc33d6a344717a08e94deb98cf2f00fb0abcf7f" 2018-09-04 22:30:07,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-68970e95-66b3-46f5-8e6a-16bedbddbe35 Date: Tue, 04 Sep 2018 22:30:07 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:30:07,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-68970e95-66b3-46f5-8e6a-16bedbddbe35 2018-09-04 22:30:07,338 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet 2018-09-04 22:30:07,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc33d6a344717a08e94deb98cf2f00fb0abcf7f" -d '{"subnets": [{"ip_version": 4, "network_id": "823537d5-b7c1-462b-a07b-fde6bf02102a", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]}' 2018-09-04 22:30:08,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3fc607d7-4aa9-4558-b0e7-fce7c9c1b2b8 Date: Tue, 04 Sep 2018 22:30:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:08,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-3fc607d7-4aa9-4558-b0e7-fce7c9c1b2b8 2018-09-04 22:30:08,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc33d6a344717a08e94deb98cf2f00fb0abcf7f" 2018-09-04 22:30:08,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e908e4af-dde7-4c4e-884b-5a34005c52b4 Date: Tue, 04 Sep 2018 22:30:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"],"updated_at":"2018-09-04T22:30:07Z","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"823537d5-b7c1-462b-a07b-fde6bf02102a","name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net"}]} 2018-09-04 22:30:08,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-e908e4af-dde7-4c4e-884b-5a34005c52b4 2018-09-04 22:30:08,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc33d6a344717a08e94deb98cf2f00fb0abcf7f" 2018-09-04 22:30:08,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b0e1a716-b8c8-4e20-955d-0f1605bd8239 Date: Tue, 04 Sep 2018 22:30:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:08,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-b0e1a716-b8c8-4e20-955d-0f1605bd8239 2018-09-04 22:30:08,475 - OpenStackNetwork - DEBUG - Network [823537d5-b7c1-462b-a07b-fde6bf02102a] created successfully 2018-09-04 22:30:08,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:30:08,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:30:08,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8013dc177cfd4ad9b100a3910a5409e6", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role"}], "expires_at": "2018-09-04T23:30:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-user", "id": "e747d37bd4e84d899a1ff5d4ca3dd1a4"}, "audit_ids": ["JMF_Ze_3RLm6slxVzZsGZQ"], "issued_at": "2018-09-04T22:30:08.000000Z"}} 2018-09-04 22:30:08,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:30:08,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-719172dc-1e10-47e0-aa1f-0f57328eeb35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:08,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-719172dc-1e10-47e0-aa1f-0f57328eeb35 2018-09-04 22:30:08,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:30:09,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e89fe052-1b17-47b3-b2eb-219b5998e9a0 Date: Tue, 04 Sep 2018 22:30:09 GMT RESP BODY: {"routers": []} 2018-09-04 22:30:09,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router&admin_state_up=True used request id req-e89fe052-1b17-47b3-b2eb-219b5998e9a0 2018-09-04 22:30:09,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:30:09,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:30:09,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8013dc177cfd4ad9b100a3910a5409e6", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role"}], "expires_at": "2018-09-04T23:30:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-user", "id": "e747d37bd4e84d899a1ff5d4ca3dd1a4"}, "audit_ids": ["MAQcAN8iSbejNJpIpCDZuA"], "issued_at": "2018-09-04T22:30:09.000000Z"}} 2018-09-04 22:30:09,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}449ac38adf2c452a730c37ab69fd6697815f613c" 2018-09-04 22:30:09,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d58d3dd5-f536-4b0f-922d-9160817614b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:09,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d58d3dd5-f536-4b0f-922d-9160817614b9 2018-09-04 22:30:09,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:30:09,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c4bc3e57-3671-4f2d-910e-50c7e47957b3 Date: Tue, 04 Sep 2018 22:30:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:30:09,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-c4bc3e57-3671-4f2d-910e-50c7e47957b3 2018-09-04 22:30:09,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:30:10,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8a51d389-57b8-42b1-b9da-4cc25e43f199 Date: Tue, 04 Sep 2018 22:30:10 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:30:10,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-8a51d389-57b8-42b1-b9da-4cc25e43f199 2018-09-04 22:30:10,029 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router 2018-09-04 22:30:10,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router", "admin_state_up": true}}' 2018-09-04 22:30:15,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-84382d05-0358-42b2-bda2-4c83e3888945 Date: Tue, 04 Sep 2018 22:30:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:10Z", "admin_state_up": true, "updated_at": "2018-09-04T22:30:11Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "a2ba8b35-4187-4e0d-9ded-75057b0d48cc", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router"}} 2018-09-04 22:30:15,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-84382d05-0358-42b2-bda2-4c83e3888945 2018-09-04 22:30:15,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=a2ba8b35-4187-4e0d-9ded-75057b0d48cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:30:15,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-abae7b5e-1d92-40cf-a28b-5a25903c3ec9 Date: Tue, 04 Sep 2018 22:30:15 GMT RESP BODY: {"ports":[]} 2018-09-04 22:30:15,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=a2ba8b35-4187-4e0d-9ded-75057b0d48cc used request id req-abae7b5e-1d92-40cf-a28b-5a25903c3ec9 2018-09-04 22:30:15,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:30:15,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-42dbe8ff-109a-41b0-a743-e0d26ab354af Date: Tue, 04 Sep 2018 22:30:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"],"updated_at":"2018-09-04T22:30:07Z","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"823537d5-b7c1-462b-a07b-fde6bf02102a","name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net"}]} 2018-09-04 22:30:15,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net used request id req-42dbe8ff-109a-41b0-a743-e0d26ab354af 2018-09-04 22:30:15,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:30:15,452 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:30:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:30:15,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:30:15,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8d77c1e-2d2a-4b08-8405-ec807a83075c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:15,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-d8d77c1e-2d2a-4b08-8405-ec807a83075c 2018-09-04 22:30:15,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:30:15,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-714fd6a5-3a61-4eae-8818-ee8135a17595 Date: Tue, 04 Sep 2018 22:30:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:15,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-714fd6a5-3a61-4eae-8818-ee8135a17595 2018-09-04 22:30:15,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:30:16,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e6c12109-5fbf-410e-a7d7-33dfe120361e Date: Tue, 04 Sep 2018 22:30:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:16,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet used request id req-e6c12109-5fbf-410e-a7d7-33dfe120361e 2018-09-04 22:30:16,010 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 22:30:16,010 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router 2018-09-04 22:30:16,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/a2ba8b35-4187-4e0d-9ded-75057b0d48cc/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" -d '{"subnet_id": "f42e0f5c-c6a8-4688-b76c-71be1e0a499f"}' 2018-09-04 22:30:18,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3fbd0cff-056c-4a7b-8be6-d4348a1d1676 Date: Tue, 04 Sep 2018 22:30:18 GMT RESP BODY: {"network_id": "823537d5-b7c1-462b-a07b-fde6bf02102a", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "subnet_id": "f42e0f5c-c6a8-4688-b76c-71be1e0a499f", "subnet_ids": ["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"], "port_id": "24be47a2-a33c-46ec-8587-7bfebc8a35e9", "id": "a2ba8b35-4187-4e0d-9ded-75057b0d48cc"} 2018-09-04 22:30:18,041 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a2ba8b35-4187-4e0d-9ded-75057b0d48cc/add_router_interface used request id req-3fbd0cff-056c-4a7b-8be6-d4348a1d1676 2018-09-04 22:30:18,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/a2ba8b35-4187-4e0d-9ded-75057b0d48cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:30:18,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-17828e14-d537-4d37-ab76-4338988620f4 Date: Tue, 04 Sep 2018 22:30:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:10Z", "admin_state_up": true, "updated_at": "2018-09-04T22:30:17Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "a2ba8b35-4187-4e0d-9ded-75057b0d48cc", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router"}} 2018-09-04 22:30:18,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/a2ba8b35-4187-4e0d-9ded-75057b0d48cc used request id req-17828e14-d537-4d37-ab76-4338988620f4 2018-09-04 22:30:18,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=a2ba8b35-4187-4e0d-9ded-75057b0d48cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:30:18,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-c5ea4ed7-35e8-41ca-a771-9dd66ad07157 Date: Tue, 04 Sep 2018 22:30:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.1"}],"id":"24be47a2-a33c-46ec-8587-7bfebc8a35e9","security_groups":[],"mac_address":"fa:16:3e:db:a5:5f","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:16Z","binding:vnic_type":"normal","device_id":"a2ba8b35-4187-4e0d-9ded-75057b0d48cc"}]} 2018-09-04 22:30:18,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=a2ba8b35-4187-4e0d-9ded-75057b0d48cc used request id req-c5ea4ed7-35e8-41ca-a771-9dd66ad07157 2018-09-04 22:30:18,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/f42e0f5c-c6a8-4688-b76c-71be1e0a499f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:30:18,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-58e4ee2f-4722-49b8-9c52-51218f6d1dce Date: Tue, 04 Sep 2018 22:30:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}} 2018-09-04 22:30:18,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/f42e0f5c-c6a8-4688-b76c-71be1e0a499f used request id req-58e4ee2f-4722-49b8-9c52-51218f6d1dce 2018-09-04 22:30:18,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:30:18,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:30:18,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:30:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["zRQZGPh8TxWlRNcqC_nFHQ"], "issued_at": "2018-09-04T22:30:18.000000Z"}} 2018-09-04 22:30:18,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98fca10bb81f716808f4e92fe1bff7afd7f18512" 2018-09-04 22:30:19,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20282732-ac69-4c4d-84f5-ed9d9195194b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:19,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-20282732-ac69-4c4d-84f5-ed9d9195194b 2018-09-04 22:30:19,006 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:30:19,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98fca10bb81f716808f4e92fe1bff7afd7f18512" 2018-09-04 22:30:19,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ba5e187-9521-4a92-97d2-4ed67838b169 x-compute-request-id: req-6ba5e187-9521-4a92-97d2-4ed67838b169 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:30:19,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-6ba5e187-9521-4a92-97d2-4ed67838b169 2018-09-04 22:30:19,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98fca10bb81f716808f4e92fe1bff7afd7f18512" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:30:19,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de9726b9-e94f-49a0-9406-d0fab88ce903 x-compute-request-id: req-de9726b9-e94f-49a0-9406-d0fab88ce903 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0a304830-d70f-4683-ab66-2b855b6dae45", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:30:19,244 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-de9726b9-e94f-49a0-9406-d0fab88ce903 2018-09-04 22:30:19,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:30:19,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:30:19,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8013dc177cfd4ad9b100a3910a5409e6", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role"}], "expires_at": "2018-09-04T23:30:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-user", "id": "e747d37bd4e84d899a1ff5d4ca3dd1a4"}, "audit_ids": ["BeU4VjynTX-aKkF-wpOSjQ"], "issued_at": "2018-09-04T22:30:19.000000Z"}} 2018-09-04 22:30:19,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9f8b1734180d5714e5597bf1c2fdfdfa710fce" 2018-09-04 22:30:19,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9a1d7b5-2b25-4f38-a9cc-7f2dd67b5f8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:19,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e9a1d7b5-2b25-4f38-a9cc-7f2dd67b5f8e 2018-09-04 22:30:19,692 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:30:19,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9f8b1734180d5714e5597bf1c2fdfdfa710fce" 2018-09-04 22:30:19,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80eee3bb-6a45-448f-b17f-9c167ffac9b1 x-compute-request-id: req-80eee3bb-6a45-448f-b17f-9c167ffac9b1 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 22:30:19,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-80eee3bb-6a45-448f-b17f-9c167ffac9b1 2018-09-04 22:30:19,868 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp... 2018-09-04 22:30:19,868 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 22:30:19,921 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp 2018-09-04 22:30:19,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9f8b1734180d5714e5597bf1c2fdfdfa710fce" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC4rFPiIn+9IHhO2v1norpGYMSKC8g8gjjweIXp/E1XxFG4UhlMwG7slfIjTb1yOMnFm4VW4vfr5lK0hXm+Xw/PtNmbPOlwsg2qyKi4V8scUOm1URML0bgH17EwGnNU/0ESTC3ttEiD8WUviAGJj7YLthqPhdYqPUeXIQXPHyuqHw==", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp"}}' 2018-09-04 22:30:19,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eca891f3-d45a-4961-a119-a6493668b3e5 x-compute-request-id: req-eca891f3-d45a-4961-a119-a6493668b3e5 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC4rFPiIn+9IHhO2v1norpGYMSKC8g8gjjweIXp/E1XxFG4UhlMwG7slfIjTb1yOMnFm4VW4vfr5lK0hXm+Xw/PtNmbPOlwsg2qyKi4V8scUOm1URML0bgH17EwGnNU/0ESTC3ttEiD8WUviAGJj7YLthqPhdYqPUeXIQXPHyuqHw==", "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "fingerprint": "c3:52:c6:6f:62:88:90:e0:6f:39:15:1b:cf:9a:89:52"}} 2018-09-04 22:30:19,982 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-eca891f3-d45a-4961-a119-a6493668b3e5 2018-09-04 22:30:19,985 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee.pub 2018-09-04 22:30:19,985 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee 2018-09-04 22:30:19,985 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:30:19,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:30:20,364 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8013dc177cfd4ad9b100a3910a5409e6", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role"}], "expires_at": "2018-09-04T23:30:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-user", "id": "e747d37bd4e84d899a1ff5d4ca3dd1a4"}, "audit_ids": ["nqhiecB3TMiWng4MrsEQSw"], "issued_at": "2018-09-04T22:30:20.000000Z"}} 2018-09-04 22:30:20,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:20,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57e683e6-4dbe-4fa7-8349-08e1aaced016 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:20,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-57e683e6-4dbe-4fa7-8349-08e1aaced016 2018-09-04 22:30:20,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:20,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e66f307f-2825-40fe-9b7e-f1d6ebef7310 Date: Tue, 04 Sep 2018 22:30:20 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:30:20,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp used request id req-e66f307f-2825-40fe-9b7e-f1d6ebef7310 2018-09-04 22:30:20,627 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp... 2018-09-04 22:30:20,627 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp 2018-09-04 22:30:20,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp"}}' 2018-09-04 22:30:21,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-9c565dc0-bc86-48a7-9f23-ec8c35cfe345 Date: Tue, 04 Sep 2018 22:30:21 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "updated_at": "2018-09-04T22:30:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "revision_number": 0, "id": "a4a06077-f712-4848-98cc-8da20db04679", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "revision_number": 0, "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}], "revision_number": 2, "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp"}} 2018-09-04 22:30:21,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-9c565dc0-bc86-48a7-9f23-ec8c35cfe345 2018-09-04 22:30:21,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30d012f9-945e-44a2-9286-30893d6fdf2d 2018-09-04 22:30:21,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:21,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-25b69c29-9cdf-480d-a77a-24329ea0c17a Date: Tue, 04 Sep 2018 22:30:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "a4a06077-f712-4848-98cc-8da20db04679"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78"}]} 2018-09-04 22:30:21,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d used request id req-25b69c29-9cdf-480d-a77a-24329ea0c17a 2018-09-04 22:30:21,207 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30d012f9-945e-44a2-9286-30893d6fdf2d 2018-09-04 22:30:21,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:21,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-16c6ef6b-5793-4da1-b8ec-ab320cfa3210 Date: Tue, 04 Sep 2018 22:30:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "a4a06077-f712-4848-98cc-8da20db04679"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78"}]} 2018-09-04 22:30:21,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d used request id req-16c6ef6b-5793-4da1-b8ec-ab320cfa3210 2018-09-04 22:30:21,407 - neutron_utils - INFO - Retrieving security group with ID - 30d012f9-945e-44a2-9286-30893d6fdf2d 2018-09-04 22:30:21,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=30d012f9-945e-44a2-9286-30893d6fdf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:21,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-b3bb0787-4f20-4d45-9a76-58824f8483cf Date: Tue, 04 Sep 2018 22:30:21 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "updated_at": "2018-09-04T22:30:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "revision_number": 0, "id": "a4a06077-f712-4848-98cc-8da20db04679", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "revision_number": 0, "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}], "revision_number": 2, "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp"}]} 2018-09-04 22:30:21,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=30d012f9-945e-44a2-9286-30893d6fdf2d used request id req-b3bb0787-4f20-4d45-9a76-58824f8483cf 2018-09-04 22:30:21,624 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30d012f9-945e-44a2-9286-30893d6fdf2d 2018-09-04 22:30:21,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:21,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fad76115-f183-49fb-bdbf-6da51712da19 Date: Tue, 04 Sep 2018 22:30:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "a4a06077-f712-4848-98cc-8da20db04679"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78"}]} 2018-09-04 22:30:21,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d used request id req-fad76115-f183-49fb-bdbf-6da51712da19 2018-09-04 22:30:21,797 - neutron_utils - INFO - Retrieving security group with ID - 30d012f9-945e-44a2-9286-30893d6fdf2d 2018-09-04 22:30:21,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=30d012f9-945e-44a2-9286-30893d6fdf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:22,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a72d582a-e512-46ff-bb90-26444b5bca52 Date: Tue, 04 Sep 2018 22:30:22 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "updated_at": "2018-09-04T22:30:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "revision_number": 0, "id": "a4a06077-f712-4848-98cc-8da20db04679", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "revision_number": 0, "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}], "revision_number": 2, "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp"}]} 2018-09-04 22:30:22,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=30d012f9-945e-44a2-9286-30893d6fdf2d used request id req-a72d582a-e512-46ff-bb90-26444b5bca52 2018-09-04 22:30:22,150 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30d012f9-945e-44a2-9286-30893d6fdf2d 2018-09-04 22:30:22,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:22,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c921f2c4-74a5-4df6-a790-cf9af494f1cf Date: Tue, 04 Sep 2018 22:30:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "a4a06077-f712-4848-98cc-8da20db04679"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78"}]} 2018-09-04 22:30:22,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d used request id req-c921f2c4-74a5-4df6-a790-cf9af494f1cf 2018-09-04 22:30:22,189 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp 2018-09-04 22:30:22,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:22,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-b9496dc4-99d7-4296-b714-b94fe0e6244d Date: Tue, 04 Sep 2018 22:30:22 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "updated_at": "2018-09-04T22:30:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "revision_number": 0, "id": "a4a06077-f712-4848-98cc-8da20db04679", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "revision_number": 0, "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}], "revision_number": 2, "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp"}]} 2018-09-04 22:30:22,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp used request id req-b9496dc4-99d7-4296-b714-b94fe0e6244d 2018-09-04 22:30:22,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:30:22,404 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:30:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:30:22,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:22,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-720991e0-10e7-4bc3-bc19-6ccd540c98ac Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:22,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-720991e0-10e7-4bc3-bc19-6ccd540c98ac 2018-09-04 22:30:22,489 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30d012f9-945e-44a2-9286-30893d6fdf2d 2018-09-04 22:30:22,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:22,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f1de88b5-2256-4d54-bd94-c9c6130bc4bd Date: Tue, 04 Sep 2018 22:30:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "a4a06077-f712-4848-98cc-8da20db04679"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78"}]} 2018-09-04 22:30:22,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d used request id req-f1de88b5-2256-4d54-bd94-c9c6130bc4bd 2018-09-04 22:30:22,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d"}}' 2018-09-04 22:30:23,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-ce896a57-1777-46ce-aca2-90f3c78816a1 Date: Tue, 04 Sep 2018 22:30:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:22Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:22Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "471dc585-65fa-4528-8d67-7df6845ae669"}} 2018-09-04 22:30:23,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-ce896a57-1777-46ce-aca2-90f3c78816a1 2018-09-04 22:30:23,008 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp 2018-09-04 22:30:23,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:23,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-8df94912-7c37-41d3-9ddf-73b104f39fb2 Date: Tue, 04 Sep 2018 22:30:23 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "updated_at": "2018-09-04T22:30:22Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:22Z", "revision_number": 0, "id": "471dc585-65fa-4528-8d67-7df6845ae669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:22Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "revision_number": 0, "id": "a4a06077-f712-4848-98cc-8da20db04679", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "revision_number": 0, "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}], "revision_number": 3, "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp"}]} 2018-09-04 22:30:23,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp used request id req-8df94912-7c37-41d3-9ddf-73b104f39fb2 2018-09-04 22:30:23,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:23,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b591429b-3370-4546-9aaf-c8262ba4b8cc Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:23,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-b591429b-3370-4546-9aaf-c8262ba4b8cc 2018-09-04 22:30:23,296 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30d012f9-945e-44a2-9286-30893d6fdf2d 2018-09-04 22:30:23,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:23,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-906266e1-851f-483b-a926-91cf58aceaee Date: Tue, 04 Sep 2018 22:30:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:22Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:22Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "471dc585-65fa-4528-8d67-7df6845ae669"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "a4a06077-f712-4848-98cc-8da20db04679"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78"}]} 2018-09-04 22:30:23,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d used request id req-906266e1-851f-483b-a926-91cf58aceaee 2018-09-04 22:30:23,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d"}}' 2018-09-04 22:30:23,504 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-96fa521a-e2dd-4826-8481-b6af0bb52cce Date: Tue, 04 Sep 2018 22:30:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:30:23Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": 22, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:23Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "c50ba05d-4894-4a3b-b2a1-e62d5b9cdf54"}} 2018-09-04 22:30:23,504 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-96fa521a-e2dd-4826-8481-b6af0bb52cce 2018-09-04 22:30:23,504 - neutron_utils - INFO - Retrieving security group with ID - 30d012f9-945e-44a2-9286-30893d6fdf2d 2018-09-04 22:30:23,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=30d012f9-945e-44a2-9286-30893d6fdf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:23,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-65668320-651c-4200-a644-c345fe0609bd Date: Tue, 04 Sep 2018 22:30:23 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "updated_at": "2018-09-04T22:30:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:22Z", "revision_number": 0, "id": "471dc585-65fa-4528-8d67-7df6845ae669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:22Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "revision_number": 0, "id": "a4a06077-f712-4848-98cc-8da20db04679", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:30:23Z", "revision_number": 0, "id": "c50ba05d-4894-4a3b-b2a1-e62d5b9cdf54", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:23Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "revision_number": 0, "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}], "revision_number": 4, "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp"}]} 2018-09-04 22:30:23,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=30d012f9-945e-44a2-9286-30893d6fdf2d used request id req-65668320-651c-4200-a644-c345fe0609bd 2018-09-04 22:30:23,791 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30d012f9-945e-44a2-9286-30893d6fdf2d 2018-09-04 22:30:23,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:23,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-6a2d8190-58af-42b1-9673-0a34fd8de46f Date: Tue, 04 Sep 2018 22:30:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:22Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:22Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "471dc585-65fa-4528-8d67-7df6845ae669"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "a4a06077-f712-4848-98cc-8da20db04679"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:30:23Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": 22, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:23Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "c50ba05d-4894-4a3b-b2a1-e62d5b9cdf54"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:20Z", "security_group_id": "30d012f9-945e-44a2-9286-30893d6fdf2d", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:20Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "f7dea621-256c-4179-9d2f-a6a2c80d3a78"}]} 2018-09-04 22:30:23,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=30d012f9-945e-44a2-9286-30893d6fdf2d used request id req-6a2d8190-58af-42b1-9673-0a34fd8de46f 2018-09-04 22:30:23,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:30:23,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:30:24,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8013dc177cfd4ad9b100a3910a5409e6", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role"}], "expires_at": "2018-09-04T23:30:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-user", "id": "e747d37bd4e84d899a1ff5d4ca3dd1a4"}, "audit_ids": ["ZEORNZlqSk-zwsMOpzPq0Q"], "issued_at": "2018-09-04T22:30:24.000000Z"}} 2018-09-04 22:30:24,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:24,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08e0d1cb-74c6-4d7f-bf32-00c5bc2e0bb5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:24,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-08e0d1cb-74c6-4d7f-bf32-00c5bc2e0bb5 2018-09-04 22:30:24,488 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:30:24,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:24,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a702fa05-d9c5-469d-954d-00ca8dcb2a8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:24,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a702fa05-d9c5-469d-954d-00ca8dcb2a8e 2018-09-04 22:30:24,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:24,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-97d00758-0733-4047-b135-cc17379a3dc9 Date: Tue, 04 Sep 2018 22:30:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"],"updated_at":"2018-09-04T22:30:07Z","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"823537d5-b7c1-462b-a07b-fde6bf02102a","name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net"}]} 2018-09-04 22:30:24,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net used request id req-97d00758-0733-4047-b135-cc17379a3dc9 2018-09-04 22:30:24,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:30:24,834 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:30:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:30:24,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:24,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ded6c5ff-e9ca-4059-85b2-2b0a7efe8e56 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:24,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-ded6c5ff-e9ca-4059-85b2-2b0a7efe8e56 2018-09-04 22:30:24,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:25,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-89b5efc3-3778-464d-a800-94bc3c039e31 Date: Tue, 04 Sep 2018 22:30:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:25,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-89b5efc3-3778-464d-a800-94bc3c039e31 2018-09-04 22:30:25,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:25,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d1f569a9-1e24-4f85-bd36-af8f09de4c30 Date: Tue, 04 Sep 2018 22:30:25 GMT RESP BODY: {"ports":[]} 2018-09-04 22:30:25,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1&admin_state_up=True used request id req-d1f569a9-1e24-4f85-bd36-af8f09de4c30 2018-09-04 22:30:25,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:25,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-40ef5a10-2059-4e50-815e-6a127d555290 x-compute-request-id: req-40ef5a10-2059-4e50-815e-6a127d555290 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:30:25,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst used request id req-40ef5a10-2059-4e50-815e-6a127d555290 2018-09-04 22:30:25,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:25,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e5ec7f3e-8234-44aa-8d1e-15343f607749 Date: Tue, 04 Sep 2018 22:30:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"],"updated_at":"2018-09-04T22:30:07Z","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"823537d5-b7c1-462b-a07b-fde6bf02102a","name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net"}]} 2018-09-04 22:30:25,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net used request id req-e5ec7f3e-8234-44aa-8d1e-15343f607749 2018-09-04 22:30:25,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:25,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8025511e-d77d-4c13-8867-871b96fd3e60 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:25,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-8025511e-d77d-4c13-8867-871b96fd3e60 2018-09-04 22:30:25,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:25,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bc8c516d-d4a7-4576-9f5a-814ceffd8417 Date: Tue, 04 Sep 2018 22:30:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:25,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-bc8c516d-d4a7-4576-9f5a-814ceffd8417 2018-09-04 22:30:25,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:25,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1eb45423-6ec7-4666-80f7-bc7b890bed92 Date: Tue, 04 Sep 2018 22:30:25 GMT RESP BODY: {"ports":[]} 2018-09-04 22:30:25,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1&admin_state_up=True used request id req-1eb45423-6ec7-4666-80f7-bc7b890bed92 2018-09-04 22:30:25,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:30:25,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:30:26,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8013dc177cfd4ad9b100a3910a5409e6", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role"}], "expires_at": "2018-09-04T23:30:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/bfc764cc6a0a4966a666c01eb9b8773a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-user", "id": "e747d37bd4e84d899a1ff5d4ca3dd1a4"}, "audit_ids": ["Z__HzbjTT7e3bypDa9vGRw"], "issued_at": "2018-09-04T22:30:26.000000Z"}} 2018-09-04 22:30:26,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63f71fad3c1f1ba6adde58e89bf718df3baea7a6" 2018-09-04 22:30:26,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08fd1569-66e2-41fc-ad93-24014aca8c2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:30:26,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-08fd1569-66e2-41fc-ad93-24014aca8c2e 2018-09-04 22:30:26,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:26,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2e21a11f-9cbe-483b-b29c-9911d1d38fdc Date: Tue, 04 Sep 2018 22:30:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"],"updated_at":"2018-09-04T22:30:07Z","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"823537d5-b7c1-462b-a07b-fde6bf02102a","name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net"}]} 2018-09-04 22:30:26,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net used request id req-2e21a11f-9cbe-483b-b29c-9911d1d38fdc 2018-09-04 22:30:26,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:26,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-89fc4ea7-e90f-4e28-a69b-b644d1485b6c Date: Tue, 04 Sep 2018 22:30:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:26,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-89fc4ea7-e90f-4e28-a69b-b644d1485b6c 2018-09-04 22:30:26,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:26,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ec5aaf69-19d4-4377-bd8a-46c5aa945e5f Date: Tue, 04 Sep 2018 22:30:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"],"updated_at":"2018-09-04T22:30:07Z","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"823537d5-b7c1-462b-a07b-fde6bf02102a","name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net"}]} 2018-09-04 22:30:26,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net used request id req-ec5aaf69-19d4-4377-bd8a-46c5aa945e5f 2018-09-04 22:30:26,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:30:26,939 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:30:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:30:26,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63f71fad3c1f1ba6adde58e89bf718df3baea7a6" 2018-09-04 22:30:27,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f2b5c2-d77c-4f3c-a0f9-49ee44346bd6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:27,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-e0f2b5c2-d77c-4f3c-a0f9-49ee44346bd6 2018-09-04 22:30:27,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:27,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-eecbb0ad-e62a-4b7f-ad4e-75983cf20574 Date: Tue, 04 Sep 2018 22:30:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:27,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-eecbb0ad-e62a-4b7f-ad4e-75983cf20574 2018-09-04 22:30:27,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:27,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-595bdfb3-4e80-4c4d-9dea-6d03d8ff6598 Date: Tue, 04 Sep 2018 22:30:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:27,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet used request id req-595bdfb3-4e80-4c4d-9dea-6d03d8ff6598 2018-09-04 22:30:27,628 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net 2018-09-04 22:30:27,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" -d '{"port": {"network_id": "823537d5-b7c1-462b-a07b-fde6bf02102a", "fixed_ips": [{"subnet_id": "f42e0f5c-c6a8-4688-b76c-71be1e0a499f", "ip_address": "10.55.1.100"}], "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1", "admin_state_up": true}}' 2018-09-04 22:30:28,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-e9f0dc4b-8d09-4579-84a3-5e82fd4947eb Date: Tue, 04 Sep 2018 22:30:28 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:28Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.100"}],"id":"b890baf3-4f7f-4f3f-a862-a5b04d23b887","security_groups":["77918d59-735f-44df-8d7b-cdf869b8e807"],"mac_address":"fa:16:3e:26:5c:d3","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","qos_policy_id":null,"admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:27Z","binding:vnic_type":"normal"}} 2018-09-04 22:30:28,484 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-e9f0dc4b-8d09-4579-84a3-5e82fd4947eb 2018-09-04 22:30:28,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:28,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0782ae29-9702-45ea-917d-56050be2243f Date: Tue, 04 Sep 2018 22:30:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"],"updated_at":"2018-09-04T22:30:07Z","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"823537d5-b7c1-462b-a07b-fde6bf02102a","name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net"}]} 2018-09-04 22:30:28,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net used request id req-0782ae29-9702-45ea-917d-56050be2243f 2018-09-04 22:30:28,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:28,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4db907f-15e9-4a1c-b734-3ca1af13eda6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:28,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-a4db907f-15e9-4a1c-b734-3ca1af13eda6 2018-09-04 22:30:28,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:28,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fef0d18f-ba99-48e4-b3cd-b3d1b54f6ecc Date: Tue, 04 Sep 2018 22:30:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:28,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-fef0d18f-ba99-48e4-b3cd-b3d1b54f6ecc 2018-09-04 22:30:28,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:29,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-c305d156-3d84-4d19-92ab-62e9bceac45f Date: Tue, 04 Sep 2018 22:30:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:28Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.100"}],"id":"b890baf3-4f7f-4f3f-a862-a5b04d23b887","security_groups":["77918d59-735f-44df-8d7b-cdf869b8e807"],"mac_address":"fa:16:3e:26:5c:d3","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:27Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:30:29,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1&admin_state_up=True used request id req-c305d156-3d84-4d19-92ab-62e9bceac45f 2018-09-04 22:30:29,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:29,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd9d62a-9edb-458d-86cd-5dace9ef75c5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:29,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-3fd9d62a-9edb-458d-86cd-5dace9ef75c5 2018-09-04 22:30:29,197 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst 2018-09-04 22:30:29,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:29,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27b17ab1-ffc0-4ff2-9c9d-13bf43db7adc x-compute-request-id: req-27b17ab1-ffc0-4ff2-9c9d-13bf43db7adc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-flavor-name"}]} 2018-09-04 22:30:29,228 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-27b17ab1-ffc0-4ff2-9c9d-13bf43db7adc 2018-09-04 22:30:29,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/0a304830-d70f-4683-ab66-2b855b6dae45 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:29,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b49ec4be-6275-4527-9e19-8bc2cc43844c x-compute-request-id: req-b49ec4be-6275-4527-9e19-8bc2cc43844c Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0a304830-d70f-4683-ab66-2b855b6dae45", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:30:29,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/0a304830-d70f-4683-ab66-2b855b6dae45 used request id req-b49ec4be-6275-4527-9e19-8bc2cc43844c 2018-09-04 22:30:29,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:29,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-16583685-265d-4d31-86b2-16c9c4aa7847 Date: Tue, 04 Sep 2018 22:30:29 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:30:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:30:05Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de/snap", "metadata": {}}], "self": "/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "min_disk": 0, "protected": false, "id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "file": "/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bfc764cc6a0a4966a666c01eb9b8773a", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image"} 2018-09-04 22:30:29,516 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image used request id req-16583685-265d-4d31-86b2-16c9c4aa7847 2018-09-04 22:30:29,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:29,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-44df0e40-f1a0-416d-9335-220c0c1d66b2 Date: Tue, 04 Sep 2018 22:30:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:30:29,680 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-44df0e40-f1a0-416d-9335-220c0c1d66b2 2018-09-04 22:30:29,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "imageRef": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "flavorRef": "0a304830-d70f-4683-ab66-2b855b6dae45", "max_count": 1, "min_count": 1, "networks": [{"port": "b890baf3-4f7f-4f3f-a862-a5b04d23b887"}]}}' 2018-09-04 22:30:31,026 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:30:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c59730c3-b549-47a2-a6b5-cbcf726dfbd6 x-compute-request-id: req-c59730c3-b549-47a2-a6b5-cbcf726dfbd6 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "adminPass": "VBqwHb8g2MKo"}} 2018-09-04 22:30:31,026 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-c59730c3-b549-47a2-a6b5-cbcf726dfbd6 2018-09-04 22:30:31,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:31,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7918b4ae-396a-4848-a99b-b698c9aab1cf x-compute-request-id: req-7918b4ae-396a-4848-a99b-b698c9aab1cf Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "image": {"id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "links": [{"href": "http://172.30.9.26:8774/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}]}, "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:30:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "created": "2018-09-04T22:30:30Z", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:30:31,394 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-7918b4ae-396a-4848-a99b-b698c9aab1cf 2018-09-04 22:30:31,395 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst 2018-09-04 22:30:31,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:31,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec80a210-c92a-4440-bc35-3560768ad423 x-compute-request-id: req-ec80a210-c92a-4440-bc35-3560768ad423 Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "image": {"id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "links": [{"href": "http://172.30.9.26:8774/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}]}, "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:30:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "created": "2018-09-04T22:30:30Z", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:30:31,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-ec80a210-c92a-4440-bc35-3560768ad423 2018-09-04 22:30:31,623 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst] is - BUILD 2018-09-04 22:30:31,623 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:30:34,626 - create_instance - DEBUG - VM status query timeout in 896.76877284 2018-09-04 22:30:34,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:35,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c51bfd8-9e19-4ac1-88fe-708e065762c1 x-compute-request-id: req-1c51bfd8-9e19-4ac1-88fe-708e065762c1 Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "image": {"id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "links": [{"href": "http://172.30.9.26:8774/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}]}, "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "security_groups": [{"name": "default"}], "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:30:32Z", "hostId": "1c9b38a2c1f816c26a0bdbcb2b3a29b7594b4b6edec4364b8b6c7952", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "created": "2018-09-04T22:30:30Z", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:30:35,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-1c51bfd8-9e19-4ac1-88fe-708e065762c1 2018-09-04 22:30:35,349 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst] is - BUILD 2018-09-04 22:30:35,349 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:30:38,352 - create_instance - DEBUG - VM status query timeout in 893.042558908 2018-09-04 22:30:38,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:38,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6aaa512d-55ac-4ff1-8f69-ac9bf3671133 x-compute-request-id: req-6aaa512d-55ac-4ff1-8f69-ac9bf3671133 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:5c:d3", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "image": {"id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "links": [{"href": "http://172.30.9.26:8774/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:30:34.000000", "flavor": {"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}]}, "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "security_groups": [{"name": "default"}], "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:30:35Z", "hostId": "1c9b38a2c1f816c26a0bdbcb2b3a29b7594b4b6edec4364b8b6c7952", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "created": "2018-09-04T22:30:30Z", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:30:38,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-6aaa512d-55ac-4ff1-8f69-ac9bf3671133 2018-09-04 22:30:38,839 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst] is - ACTIVE 2018-09-04 22:30:38,839 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:30:38,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:39,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2771daf0-393c-4c60-b979-2bf64bb2e6f3 x-compute-request-id: req-2771daf0-393c-4c60-b979-2bf64bb2e6f3 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:5c:d3", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "image": {"id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "links": [{"href": "http://172.30.9.26:8774/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:30:34.000000", "flavor": {"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}]}, "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "security_groups": [{"name": "default"}], "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:30:35Z", "hostId": "1c9b38a2c1f816c26a0bdbcb2b3a29b7594b4b6edec4364b8b6c7952", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "created": "2018-09-04T22:30:30Z", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:30:39,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-2771daf0-393c-4c60-b979-2bf64bb2e6f3 2018-09-04 22:30:39,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:39,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1f13f292-51af-4b65-819c-794eb21b7a52 Date: Tue, 04 Sep 2018 22:30:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"],"updated_at":"2018-09-04T22:30:07Z","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"823537d5-b7c1-462b-a07b-fde6bf02102a","name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net"}]} 2018-09-04 22:30:39,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net used request id req-1f13f292-51af-4b65-819c-794eb21b7a52 2018-09-04 22:30:39,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:39,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e1951b-9e89-4be9-bc56-b2cb2d9a6d6a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:39,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-80e1951b-9e89-4be9-bc56-b2cb2d9a6d6a 2018-09-04 22:30:39,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:40,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cb664b35-1c98-4ab7-b550-af5517882b29 Date: Tue, 04 Sep 2018 22:30:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:40,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-cb664b35-1c98-4ab7-b550-af5517882b29 2018-09-04 22:30:40,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:40,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3865 X-Openstack-Request-Id: req-6b3e5538-7f5a-4dcd-9145-cb46ac10e7f0 Date: Tue, 04 Sep 2018 22:30:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.1"}],"id":"24be47a2-a33c-46ec-8587-7bfebc8a35e9","security_groups":[],"mac_address":"fa:16:3e:db:a5:5f","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:16Z","binding:vnic_type":"normal","device_id":"a2ba8b35-4187-4e0d-9ded-75057b0d48cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.4"}],"id":"628c7154-85d9-4c3d-a30e-dd03e7149df0","security_groups":[],"mac_address":"fa:16:3e:95:25:20","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-823537d5-b7c1-462b-a07b-fde6bf02102a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.3"}],"id":"9b75b9e9-1fd4-4b20-ae60-0b1bf860a31c","security_groups":[],"mac_address":"fa:16:3e:9f:8b:8d","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-823537d5-b7c1-462b-a07b-fde6bf02102a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.100"}],"id":"b890baf3-4f7f-4f3f-a862-a5b04d23b887","security_groups":["77918d59-735f-44df-8d7b-cdf869b8e807"],"mac_address":"fa:16:3e:26:5c:d3","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:27Z","binding:vnic_type":"normal","device_id":"915f3b99-5af0-4785-a328-578911d0bf8f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.2"}],"id":"df94c234-0c7c-4375-a8e1-2d39bbe76146","security_groups":[],"mac_address":"fa:16:3e:25:56:33","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-823537d5-b7c1-462b-a07b-fde6bf02102a"}]} 2018-09-04 22:30:40,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-6b3e5538-7f5a-4dcd-9145-cb46ac10e7f0 2018-09-04 22:30:40,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:40,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-513ed613-9633-4c0c-b82b-4c1caf2c0416 Date: Tue, 04 Sep 2018 22:30:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:10Z", "admin_state_up": true, "updated_at": "2018-09-04T22:30:17Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "a2ba8b35-4187-4e0d-9ded-75057b0d48cc", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router"}]} 2018-09-04 22:30:40,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router used request id req-513ed613-9633-4c0c-b82b-4c1caf2c0416 2018-09-04 22:30:40,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:40,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d67d84-a3b1-4318-8faa-4a6f69dbe1a3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:40,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-78d67d84-a3b1-4318-8faa-4a6f69dbe1a3 2018-09-04 22:30:40,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=a2ba8b35-4187-4e0d-9ded-75057b0d48cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:40,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-fad1ee93-68e7-4040-89f2-2353276cb18e Date: Tue, 04 Sep 2018 22:30:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.1"}],"id":"24be47a2-a33c-46ec-8587-7bfebc8a35e9","security_groups":[],"mac_address":"fa:16:3e:db:a5:5f","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:16Z","binding:vnic_type":"normal","device_id":"a2ba8b35-4187-4e0d-9ded-75057b0d48cc"}]} 2018-09-04 22:30:40,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=a2ba8b35-4187-4e0d-9ded-75057b0d48cc used request id req-fad1ee93-68e7-4040-89f2-2353276cb18e 2018-09-04 22:30:40,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/f42e0f5c-c6a8-4688-b76c-71be1e0a499f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:40,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-6f496092-0285-4c40-9723-33f1cddec4e0 Date: Tue, 04 Sep 2018 22:30:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}} 2018-09-04 22:30:40,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/f42e0f5c-c6a8-4688-b76c-71be1e0a499f used request id req-6f496092-0285-4c40-9723-33f1cddec4e0 2018-09-04 22:30:40,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:40,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3e93e9dc-9d59-48a6-97ab-02869d6e9693 Date: Tue, 04 Sep 2018 22:30:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:30:40,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-3e93e9dc-9d59-48a6-97ab-02869d6e9693 2018-09-04 22:30:40,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:41,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c2e0a250-6da7-417c-a86e-af78f1b952ba Date: Tue, 04 Sep 2018 22:30:41 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:30:41,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-c2e0a250-6da7-417c-a86e-af78f1b952ba 2018-09-04 22:30:41,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:41,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c70f5e6a-0070-462e-9725-a26f17539cb9 x-compute-request-id: req-c70f5e6a-0070-462e-9725-a26f17539cb9 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:5c:d3", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "image": {"id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "links": [{"href": "http://172.30.9.26:8774/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:30:34.000000", "flavor": {"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}]}, "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "security_groups": [{"name": "default"}], "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:30:35Z", "hostId": "1c9b38a2c1f816c26a0bdbcb2b3a29b7594b4b6edec4364b8b6c7952", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "created": "2018-09-04T22:30:30Z", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:30:41,552 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-c70f5e6a-0070-462e-9725-a26f17539cb9 2018-09-04 22:30:41,552 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst] is - ACTIVE 2018-09-04 22:30:41,553 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:30:41,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:42,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11b21600-6706-43db-8818-a41f03dc56ef x-compute-request-id: req-11b21600-6706-43db-8818-a41f03dc56ef Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:5c:d3", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "image": {"id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "links": [{"href": "http://172.30.9.26:8774/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:30:34.000000", "flavor": {"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}]}, "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "security_groups": [{"name": "default"}], "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:30:35Z", "hostId": "1c9b38a2c1f816c26a0bdbcb2b3a29b7594b4b6edec4364b8b6c7952", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "created": "2018-09-04T22:30:30Z", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:30:42,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-11b21600-6706-43db-8818-a41f03dc56ef 2018-09-04 22:30:42,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:42,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3652dfcf-575f-4f15-bea4-3af2136a7cdf Date: Tue, 04 Sep 2018 22:30:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"],"updated_at":"2018-09-04T22:30:07Z","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"823537d5-b7c1-462b-a07b-fde6bf02102a","name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net"}]} 2018-09-04 22:30:42,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net used request id req-3652dfcf-575f-4f15-bea4-3af2136a7cdf 2018-09-04 22:30:42,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:42,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac01fede-09fb-477c-b8e1-0713cc306a6a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:42,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-ac01fede-09fb-477c-b8e1-0713cc306a6a 2018-09-04 22:30:42,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:42,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e43fe533-1ea0-41be-b44c-0fec96acec56 Date: Tue, 04 Sep 2018 22:30:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:42,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-e43fe533-1ea0-41be-b44c-0fec96acec56 2018-09-04 22:30:42,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:43,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3865 X-Openstack-Request-Id: req-fef1da4a-f968-4df9-8e41-56889807a866 Date: Tue, 04 Sep 2018 22:30:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.1"}],"id":"24be47a2-a33c-46ec-8587-7bfebc8a35e9","security_groups":[],"mac_address":"fa:16:3e:db:a5:5f","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:16Z","binding:vnic_type":"normal","device_id":"a2ba8b35-4187-4e0d-9ded-75057b0d48cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.4"}],"id":"628c7154-85d9-4c3d-a30e-dd03e7149df0","security_groups":[],"mac_address":"fa:16:3e:95:25:20","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-823537d5-b7c1-462b-a07b-fde6bf02102a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.3"}],"id":"9b75b9e9-1fd4-4b20-ae60-0b1bf860a31c","security_groups":[],"mac_address":"fa:16:3e:9f:8b:8d","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-823537d5-b7c1-462b-a07b-fde6bf02102a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.100"}],"id":"b890baf3-4f7f-4f3f-a862-a5b04d23b887","security_groups":["77918d59-735f-44df-8d7b-cdf869b8e807"],"mac_address":"fa:16:3e:26:5c:d3","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:27Z","binding:vnic_type":"normal","device_id":"915f3b99-5af0-4785-a328-578911d0bf8f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.2"}],"id":"df94c234-0c7c-4375-a8e1-2d39bbe76146","security_groups":[],"mac_address":"fa:16:3e:25:56:33","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-823537d5-b7c1-462b-a07b-fde6bf02102a"}]} 2018-09-04 22:30:43,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-fef1da4a-f968-4df9-8e41-56889807a866 2018-09-04 22:30:43,036 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-04 22:30:43,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:43,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-04508f88-929b-4531-99a4-de1c92be0674 Date: Tue, 04 Sep 2018 22:30:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:30:43,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-04508f88-929b-4531-99a4-de1c92be0674 2018-09-04 22:30:43,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:43,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ca373d6b-bfcf-421d-980d-3404e22ee139 Date: Tue, 04 Sep 2018 22:30:43 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:30:43,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-ca373d6b-bfcf-421d-980d-3404e22ee139 2018-09-04 22:30:43,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "port_id": "b890baf3-4f7f-4f3f-a862-a5b04d23b887"}}' 2018-09-04 22:30:45,411 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-362fa79d-5e80-4bea-a2f3-c2a6916ccfe7 Date: Tue, 04 Sep 2018 22:30:45 GMT RESP BODY: {"floatingip": {"router_id": "a2ba8b35-4187-4e0d-9ded-75057b0d48cc", "status": "DOWN", "description": "", "tags": [], "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:44Z", "updated_at": "2018-09-04T22:30:44Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.55.1.100", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_id": "b890baf3-4f7f-4f3f-a862-a5b04d23b887", "id": "785bc4e9-83c2-47d6-a4c2-43ca1b2eb070"}} 2018-09-04 22:30:45,411 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-362fa79d-5e80-4bea-a2f3-c2a6916ccfe7 2018-09-04 22:30:45,412 - create_instance - INFO - Created floating IP 172.30.9.204 via router - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router 2018-09-04 22:30:45,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:45,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a71c4983-1efd-44dd-b4fd-958f81428979 x-compute-request-id: req-a71c4983-1efd-44dd-b4fd-958f81428979 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:5c:d3", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "image": {"id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "links": [{"href": "http://172.30.9.26:8774/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:30:34.000000", "flavor": {"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}]}, "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "security_groups": [{"name": "default"}], "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:30:35Z", "hostId": "1c9b38a2c1f816c26a0bdbcb2b3a29b7594b4b6edec4364b8b6c7952", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "created": "2018-09-04T22:30:30Z", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:30:45,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-a71c4983-1efd-44dd-b4fd-958f81428979 2018-09-04 22:30:45,888 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst] is - ACTIVE 2018-09-04 22:30:45,888 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:30:45,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:46,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1c01669-2423-47a8-b863-ffbf7cd76846 x-compute-request-id: req-e1c01669-2423-47a8-b863-ffbf7cd76846 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:5c:d3", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "image": {"id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "links": [{"href": "http://172.30.9.26:8774/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:30:34.000000", "flavor": {"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}]}, "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "security_groups": [{"name": "default"}], "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:30:35Z", "hostId": "1c9b38a2c1f816c26a0bdbcb2b3a29b7594b4b6edec4364b8b6c7952", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "created": "2018-09-04T22:30:30Z", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:30:46,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-e1c01669-2423-47a8-b863-ffbf7cd76846 2018-09-04 22:30:46,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:46,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-796e8813-be23-4ca7-ab54-239b4b230b0e Date: Tue, 04 Sep 2018 22:30:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"],"updated_at":"2018-09-04T22:30:07Z","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"823537d5-b7c1-462b-a07b-fde6bf02102a","name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net"}]} 2018-09-04 22:30:46,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net used request id req-796e8813-be23-4ca7-ab54-239b4b230b0e 2018-09-04 22:30:46,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:46,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74bd1fe3-474d-4cd2-9e44-40f60a2843b7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:46,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-74bd1fe3-474d-4cd2-9e44-40f60a2843b7 2018-09-04 22:30:46,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:46,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1b08a80d-4559-43e7-b1d1-1acfcef15a74 Date: Tue, 04 Sep 2018 22:30:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:46,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-1b08a80d-4559-43e7-b1d1-1acfcef15a74 2018-09-04 22:30:46,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:46,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3865 X-Openstack-Request-Id: req-55f0e250-9aba-4c7e-b0b4-5791f437f9a5 Date: Tue, 04 Sep 2018 22:30:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.1"}],"id":"24be47a2-a33c-46ec-8587-7bfebc8a35e9","security_groups":[],"mac_address":"fa:16:3e:db:a5:5f","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:16Z","binding:vnic_type":"normal","device_id":"a2ba8b35-4187-4e0d-9ded-75057b0d48cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.4"}],"id":"628c7154-85d9-4c3d-a30e-dd03e7149df0","security_groups":[],"mac_address":"fa:16:3e:95:25:20","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-823537d5-b7c1-462b-a07b-fde6bf02102a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.3"}],"id":"9b75b9e9-1fd4-4b20-ae60-0b1bf860a31c","security_groups":[],"mac_address":"fa:16:3e:9f:8b:8d","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-823537d5-b7c1-462b-a07b-fde6bf02102a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.100"}],"id":"b890baf3-4f7f-4f3f-a862-a5b04d23b887","security_groups":["77918d59-735f-44df-8d7b-cdf869b8e807"],"mac_address":"fa:16:3e:26:5c:d3","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:27Z","binding:vnic_type":"normal","device_id":"915f3b99-5af0-4785-a328-578911d0bf8f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.2"}],"id":"df94c234-0c7c-4375-a8e1-2d39bbe76146","security_groups":[],"mac_address":"fa:16:3e:25:56:33","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-823537d5-b7c1-462b-a07b-fde6bf02102a"}]} 2018-09-04 22:30:46,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-55f0e250-9aba-4c7e-b0b4-5791f437f9a5 2018-09-04 22:30:46,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:47,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4aeb4196-153c-47fa-a64c-564412c3971f x-compute-request-id: req-4aeb4196-153c-47fa-a64c-564412c3971f Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:5c:d3", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:5c:d3", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "image": {"id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "links": [{"href": "http://172.30.9.26:8774/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:30:34.000000", "flavor": {"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}]}, "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "security_groups": [{"name": "default"}], "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:30:35Z", "hostId": "1c9b38a2c1f816c26a0bdbcb2b3a29b7594b4b6edec4364b8b6c7952", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "created": "2018-09-04T22:30:30Z", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:30:47,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-4aeb4196-153c-47fa-a64c-564412c3971f 2018-09-04 22:30:47,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:47,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-063feefc-42da-48f0-8aa9-c3c1733cc23c Date: Tue, 04 Sep 2018 22:30:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"],"updated_at":"2018-09-04T22:30:07Z","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"823537d5-b7c1-462b-a07b-fde6bf02102a","name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net"}]} 2018-09-04 22:30:47,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net used request id req-063feefc-42da-48f0-8aa9-c3c1733cc23c 2018-09-04 22:30:47,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:47,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c214240-7522-4f50-904f-0d23c13fc0bc Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:30:47,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-8c214240-7522-4f50-904f-0d23c13fc0bc 2018-09-04 22:30:47,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:47,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d61f6e7c-91e5-4192-bb81-74414b5dff70 Date: Tue, 04 Sep 2018 22:30:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:07Z","dns_nameservers":[],"updated_at":"2018-09-04T22:30:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet"}]} 2018-09-04 22:30:47,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-d61f6e7c-91e5-4192-bb81-74414b5dff70 2018-09-04 22:30:47,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:47,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3865 X-Openstack-Request-Id: req-1c198305-1102-4f03-98b3-8ec0544a4886 Date: Tue, 04 Sep 2018 22:30:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.1"}],"id":"24be47a2-a33c-46ec-8587-7bfebc8a35e9","security_groups":[],"mac_address":"fa:16:3e:db:a5:5f","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:16Z","binding:vnic_type":"normal","device_id":"a2ba8b35-4187-4e0d-9ded-75057b0d48cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.4"}],"id":"628c7154-85d9-4c3d-a30e-dd03e7149df0","security_groups":[],"mac_address":"fa:16:3e:95:25:20","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-823537d5-b7c1-462b-a07b-fde6bf02102a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.3"}],"id":"9b75b9e9-1fd4-4b20-ae60-0b1bf860a31c","security_groups":[],"mac_address":"fa:16:3e:9f:8b:8d","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-823537d5-b7c1-462b-a07b-fde6bf02102a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.100"}],"id":"b890baf3-4f7f-4f3f-a862-a5b04d23b887","security_groups":["77918d59-735f-44df-8d7b-cdf869b8e807"],"mac_address":"fa:16:3e:26:5c:d3","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:27Z","binding:vnic_type":"normal","device_id":"915f3b99-5af0-4785-a328-578911d0bf8f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f42e0f5c-c6a8-4688-b76c-71be1e0a499f","ip_address":"10.55.1.2"}],"id":"df94c234-0c7c-4375-a8e1-2d39bbe76146","security_groups":[],"mac_address":"fa:16:3e:25:56:33","project_id":"bfc764cc6a0a4966a666c01eb9b8773a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"823537d5-b7c1-462b-a07b-fde6bf02102a","tenant_id":"bfc764cc6a0a4966a666c01eb9b8773a","created_at":"2018-09-04T22:30:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-823537d5-b7c1-462b-a07b-fde6bf02102a"}]} 2018-09-04 22:30:47,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-1c198305-1102-4f03-98b3-8ec0544a4886 2018-09-04 22:30:47,525 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-09-04 22:30:47,525 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2018-09-04 22:30:47,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/floatingips/785bc4e9-83c2-47d6-a4c2-43ca1b2eb070 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:49,132 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f669811f-95c1-4a0d-afa3-8d97e1f387c5 Content-Length: 0 Date: Tue, 04 Sep 2018 22:30:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:30:49,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/785bc4e9-83c2-47d6-a4c2-43ca1b2eb070 used request id req-f669811f-95c1-4a0d-afa3-8d97e1f387c5 2018-09-04 22:30:49,133 - create_instance - INFO - Deleting Port with ID - b890baf3-4f7f-4f3f-a862-a5b04d23b887 2018-09-04 22:30:49,133 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aeeport-1 2018-09-04 22:30:49,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/b890baf3-4f7f-4f3f-a862-a5b04d23b887 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:49,597 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6c64af01-2649-4450-a766-a34d43939a8b Date: Tue, 04 Sep 2018 22:30:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:30:49,597 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/b890baf3-4f7f-4f3f-a862-a5b04d23b887 used request id req-6c64af01-2649-4450-a766-a34d43939a8b 2018-09-04 22:30:49,597 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst 2018-09-04 22:30:49,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:49,786 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:30:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-770947b2-1726-4a1d-82ff-3db221a8cd86 x-compute-request-id: req-770947b2-1726-4a1d-82ff-3db221a8cd86 Content-Type: application/json 2018-09-04 22:30:49,786 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-770947b2-1726-4a1d-82ff-3db221a8cd86 2018-09-04 22:30:49,787 - create_instance - INFO - Checking deletion status 2018-09-04 22:30:49,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:50,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b9fd151-18dd-44b4-9e75-db5b0b30311e x-compute-request-id: req-2b9fd151-18dd-44b4-9e75-db5b0b30311e Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:5c:d3", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:5c:d3", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "image": {"id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "links": [{"href": "http://172.30.9.26:8774/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:30:34.000000", "flavor": {"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}]}, "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:30:49Z", "hostId": "1c9b38a2c1f816c26a0bdbcb2b3a29b7594b4b6edec4364b8b6c7952", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "created": "2018-09-04T22:30:30Z", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:30:50,039 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-2b9fd151-18dd-44b4-9e75-db5b0b30311e 2018-09-04 22:30:50,040 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst] is - ACTIVE 2018-09-04 22:30:50,040 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:30:53,043 - create_instance - DEBUG - VM status query timeout in 296.743701935 2018-09-04 22:30:53,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:53,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:30:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0cf2a81-2fbd-4cfc-b049-07d9df5dec9d x-compute-request-id: req-e0cf2a81-2fbd-4cfc-b049-07d9df5dec9d Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/915f3b99-5af0-4785-a328-578911d0bf8f", "rel": "bookmark"}], "image": {"id": "1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "links": [{"href": "http://172.30.9.26:8774/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:30:34.000000", "flavor": {"id": "0a304830-d70f-4683-ab66-2b855b6dae45", "links": [{"href": "http://172.30.9.26:8774/flavors/0a304830-d70f-4683-ab66-2b855b6dae45", "rel": "bookmark"}]}, "id": "915f3b99-5af0-4785-a328-578911d0bf8f", "user_id": "e747d37bd4e84d899a1ff5d4ca3dd1a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:30:52Z", "hostId": "1c9b38a2c1f816c26a0bdbcb2b3a29b7594b4b6edec4364b8b6c7952", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp", "name": "CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst", "created": "2018-09-04T22:30:30Z", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:30:53,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-e0cf2a81-2fbd-4cfc-b049-07d9df5dec9d 2018-09-04 22:30:53,302 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst] is - ACTIVE 2018-09-04 22:30:53,302 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:30:56,305 - create_instance - DEBUG - VM status query timeout in 293.481585026 2018-09-04 22:30:56,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94baa2290e0586bf2d7145cac50b86fc044661" 2018-09-04 22:30:56,353 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:30:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e8ace6b-c1fe-404f-ab98-5be385f7ecff x-compute-request-id: req-5e8ace6b-c1fe-404f-ab98-5be385f7ecff Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 915f3b99-5af0-4785-a328-578911d0bf8f could not be found.", "code": 404}} 2018-09-04 22:30:56,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/915f3b99-5af0-4785-a328-578911d0bf8f used request id req-5e8ace6b-c1fe-404f-ab98-5be385f7ecff 2018-09-04 22:30:56,354 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 915f3b99-5af0-4785-a328-578911d0bf8f could not be found. (HTTP 404) (Request-ID: req-5e8ace6b-c1fe-404f-ab98-5be385f7ecff) 2018-09-04 22:30:56,354 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-inst 2018-09-04 22:30:56,355 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp 2018-09-04 22:30:56,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9f8b1734180d5714e5597bf1c2fdfdfa710fce" 2018-09-04 22:30:56,395 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:30:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b17f136-2637-4ab1-8922-89b1a6255219 x-compute-request-id: req-8b17f136-2637-4ab1-8922-89b1a6255219 Content-Length: 0 Content-Type: application/json 2018-09-04 22:30:56,395 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-kp used request id req-8b17f136-2637-4ab1-8922-89b1a6255219 2018-09-04 22:30:56,396 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee.pub] 2018-09-04 22:30:56,396 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee] 2018-09-04 22:30:56,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/0a304830-d70f-4683-ab66-2b855b6dae45 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98fca10bb81f716808f4e92fe1bff7afd7f18512" 2018-09-04 22:30:56,439 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:30:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-96113952-ad36-45ee-a965-25f99638f2a4 x-compute-request-id: req-96113952-ad36-45ee-a965-25f99638f2a4 Content-Length: 0 Content-Type: application/json 2018-09-04 22:30:56,439 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/0a304830-d70f-4683-ab66-2b855b6dae45 used request id req-96113952-ad36-45ee-a965-25f99638f2a4 2018-09-04 22:30:56,440 - neutron_utils - INFO - Deleting security group rule with ID - a4a06077-f712-4848-98cc-8da20db04679 2018-09-04 22:30:56,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/a4a06077-f712-4848-98cc-8da20db04679 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:56,679 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ada5e0a-7508-4fa1-ac65-729f1d580fe0 Content-Length: 0 Date: Tue, 04 Sep 2018 22:30:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:30:56,680 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/a4a06077-f712-4848-98cc-8da20db04679 used request id req-1ada5e0a-7508-4fa1-ac65-729f1d580fe0 2018-09-04 22:30:56,680 - neutron_utils - INFO - Deleting security group rule with ID - c50ba05d-4894-4a3b-b2a1-e62d5b9cdf54 2018-09-04 22:30:56,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/c50ba05d-4894-4a3b-b2a1-e62d5b9cdf54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:56,789 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-59b81088-eed7-42d4-bccc-6164c2f59979 Content-Length: 0 Date: Tue, 04 Sep 2018 22:30:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:30:56,789 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/c50ba05d-4894-4a3b-b2a1-e62d5b9cdf54 used request id req-59b81088-eed7-42d4-bccc-6164c2f59979 2018-09-04 22:30:56,790 - neutron_utils - INFO - Deleting security group rule with ID - 471dc585-65fa-4528-8d67-7df6845ae669 2018-09-04 22:30:56,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/471dc585-65fa-4528-8d67-7df6845ae669 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:57,072 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ddf2a90-bf05-44bb-9bcf-8fcac5c48cea Content-Length: 0 Date: Tue, 04 Sep 2018 22:30:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:30:57,072 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/471dc585-65fa-4528-8d67-7df6845ae669 used request id req-9ddf2a90-bf05-44bb-9bcf-8fcac5c48cea 2018-09-04 22:30:57,072 - neutron_utils - INFO - Deleting security group rule with ID - f7dea621-256c-4179-9d2f-a6a2c80d3a78 2018-09-04 22:30:57,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/f7dea621-256c-4179-9d2f-a6a2c80d3a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:57,403 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33a0f875-e000-4d79-82dd-6d185158fd6d Content-Length: 0 Date: Tue, 04 Sep 2018 22:30:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:30:57,404 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/f7dea621-256c-4179-9d2f-a6a2c80d3a78 used request id req-33a0f875-e000-4d79-82dd-6d185158fd6d 2018-09-04 22:30:57,404 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-sec-grp 2018-09-04 22:30:57,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/30d012f9-945e-44a2-9286-30893d6fdf2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0008dbe52542c6c15c4d6a25139f3d56428cf9b9" 2018-09-04 22:30:57,655 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4020aada-b020-4ec4-94c1-4e356860735a Content-Length: 0 Date: Tue, 04 Sep 2018 22:30:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:30:57,655 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/30d012f9-945e-44a2-9286-30893d6fdf2d used request id req-4020aada-b020-4ec4-94c1-4e356860735a 2018-09-04 22:30:57,656 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router and subnet CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet 2018-09-04 22:30:57,656 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router 2018-09-04 22:30:57,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/a2ba8b35-4187-4e0d-9ded-75057b0d48cc/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" -d '{"subnet_id": "f42e0f5c-c6a8-4688-b76c-71be1e0a499f"}' 2018-09-04 22:30:59,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4e94aa21-579a-497d-b1f2-a76d57b24332 Date: Tue, 04 Sep 2018 22:30:59 GMT RESP BODY: {"network_id": "823537d5-b7c1-462b-a07b-fde6bf02102a", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "subnet_id": "f42e0f5c-c6a8-4688-b76c-71be1e0a499f", "subnet_ids": ["f42e0f5c-c6a8-4688-b76c-71be1e0a499f"], "port_id": "24be47a2-a33c-46ec-8587-7bfebc8a35e9", "id": "a2ba8b35-4187-4e0d-9ded-75057b0d48cc"} 2018-09-04 22:30:59,248 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a2ba8b35-4187-4e0d-9ded-75057b0d48cc/remove_router_interface used request id req-4e94aa21-579a-497d-b1f2-a76d57b24332 2018-09-04 22:30:59,249 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router 2018-09-04 22:30:59,249 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-router 2018-09-04 22:30:59,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/a2ba8b35-4187-4e0d-9ded-75057b0d48cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d1c9671ac58efa0a5dd3157af17b050711f79a" 2018-09-04 22:31:02,733 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d3519006-eed9-4181-9a06-c5ea490e2b0e Content-Length: 0 Date: Tue, 04 Sep 2018 22:31:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:31:02,733 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/a2ba8b35-4187-4e0d-9ded-75057b0d48cc used request id req-d3519006-eed9-4181-9a06-c5ea490e2b0e 2018-09-04 22:31:02,734 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet 2018-09-04 22:31:02,734 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-subnet 2018-09-04 22:31:02,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/f42e0f5c-c6a8-4688-b76c-71be1e0a499f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc33d6a344717a08e94deb98cf2f00fb0abcf7f" 2018-09-04 22:31:05,023 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-68b1c155-f2be-4d4d-9cfa-38385ac72a96 Date: Tue, 04 Sep 2018 22:31:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:31:05,023 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/f42e0f5c-c6a8-4688-b76c-71be1e0a499f used request id req-68b1c155-f2be-4d4d-9cfa-38385ac72a96 2018-09-04 22:31:05,023 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-pub-net 2018-09-04 22:31:05,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/823537d5-b7c1-462b-a07b-fde6bf02102a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc33d6a344717a08e94deb98cf2f00fb0abcf7f" 2018-09-04 22:31:06,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6dfa88e9-eeb0-43bd-916e-fee1c3a88c43 Date: Tue, 04 Sep 2018 22:31:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:31:06,070 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/823537d5-b7c1-462b-a07b-fde6bf02102a used request id req-6dfa88e9-eeb0-43bd-916e-fee1c3a88c43 2018-09-04 22:31:06,071 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-d750b6f9-8ce2-4d0c-968b-5214dce81aee-image 2018-09-04 22:31:06,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3b49a42305fdfcf4f72140ad5678892d112476e" 2018-09-04 22:31:07,485 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2239d19a-9c2e-475b-801f-31aa72486678 Date: Tue, 04 Sep 2018 22:31:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:31:07,486 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/1e1b4d63-5242-42b3-b8f5-cae0e986c2de used request id req-2239d19a-9c2e-475b-801f-31aa72486678 2018-09-04 22:31:07,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:07,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-e957cd86-df08-4799-a503-c57964386ae0 Date: Tue, 04 Sep 2018 22:31:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:06Z", "updated_at": "2018-09-04T22:30:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:06Z", "revision_number": 0, "id": "5787f01e-d9c8-45ba-af8f-7813b43c5cfc", "remote_group_id": "77918d59-735f-44df-8d7b-cdf869b8e807", "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:06Z", "security_group_id": "77918d59-735f-44df-8d7b-cdf869b8e807", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:06Z", "revision_number": 0, "id": "a8b7693f-9cb7-479e-9525-e9baf3a2405f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:06Z", "security_group_id": "77918d59-735f-44df-8d7b-cdf869b8e807", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:06Z", "revision_number": 0, "id": "b4cfeeb1-a85f-4ddb-85f9-34f61dae3348", "remote_group_id": "77918d59-735f-44df-8d7b-cdf869b8e807", "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:06Z", "security_group_id": "77918d59-735f-44df-8d7b-cdf869b8e807", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:30:06Z", "revision_number": 0, "id": "bffc9529-a6fb-4068-bd8a-690c5653dd7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:30:06Z", "security_group_id": "77918d59-735f-44df-8d7b-cdf869b8e807", "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a"}], "revision_number": 4, "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "77918d59-735f-44df-8d7b-cdf869b8e807", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:31:07,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-e957cd86-df08-4799-a503-c57964386ae0 2018-09-04 22:31:07,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:07,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-282f90f5-f3d6-4474-b376-24e6533a879d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:31:07,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-282f90f5-f3d6-4474-b376-24e6533a879d 2018-09-04 22:31:07,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:07,990 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:31:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d925ccb9-37b3-4967-bd9d-f0296b67efec Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:31:07,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-d925ccb9-37b3-4967-bd9d-f0296b67efec 2018-09-04 22:31:07,990 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:31:07,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:08,093 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:31:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-290935a8-1a19-4e48-835b-da70059ec9fa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:31:08,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-290935a8-1a19-4e48-835b-da70059ec9fa 2018-09-04 22:31:08,093 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:31:08,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:08,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0abaac09-1d1a-4989-a9c7-5dd69760d7d2 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:31:08,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-0abaac09-1d1a-4989-a9c7-5dd69760d7d2 2018-09-04 22:31:08,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:08,271 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:31:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-643be681-0495-4e21-803b-95699c012727 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:31:08,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-643be681-0495-4e21-803b-95699c012727 2018-09-04 22:31:08,271 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:31:08,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:08,366 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:31:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8d2787e-45a5-4c6e-bfa0-a0d4073db920 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:31:08,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-e8d2787e-45a5-4c6e-bfa0-a0d4073db920 2018-09-04 22:31:08,367 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:31:08,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:08,455 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:31:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00abbd2e-36a2-436b-9ecf-c8d2ed876951 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:31:08,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-00abbd2e-36a2-436b-9ecf-c8d2ed876951 2018-09-04 22:31:08,456 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:31:08,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:08,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c70db2ca-342c-41bb-b356-64dc6953a58e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a"}, "enabled": true, "id": "bfc764cc6a0a4966a666c01eb9b8773a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj"}} 2018-09-04 22:31:08,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-c70db2ca-342c-41bb-b356-64dc6953a58e 2018-09-04 22:31:08,551 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77918d59-735f-44df-8d7b-cdf869b8e807 2018-09-04 22:31:08,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=77918d59-735f-44df-8d7b-cdf869b8e807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:08,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8b147a1c-59f7-4094-8882-c5b1b1f48b91 Date: Tue, 04 Sep 2018 22:31:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "77918d59-735f-44df-8d7b-cdf869b8e807", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:06Z", "security_group_id": "77918d59-735f-44df-8d7b-cdf869b8e807", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:06Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "5787f01e-d9c8-45ba-af8f-7813b43c5cfc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:06Z", "security_group_id": "77918d59-735f-44df-8d7b-cdf869b8e807", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:06Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "a8b7693f-9cb7-479e-9525-e9baf3a2405f"}, {"remote_group_id": "77918d59-735f-44df-8d7b-cdf869b8e807", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:06Z", "security_group_id": "77918d59-735f-44df-8d7b-cdf869b8e807", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:06Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "b4cfeeb1-a85f-4ddb-85f9-34f61dae3348"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:30:06Z", "security_group_id": "77918d59-735f-44df-8d7b-cdf869b8e807", "port_range_min": null, "revision_number": 0, "tenant_id": "bfc764cc6a0a4966a666c01eb9b8773a", "created_at": "2018-09-04T22:30:06Z", "project_id": "bfc764cc6a0a4966a666c01eb9b8773a", "id": "bffc9529-a6fb-4068-bd8a-690c5653dd7b"}]} 2018-09-04 22:31:08,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=77918d59-735f-44df-8d7b-cdf869b8e807 used request id req-8b147a1c-59f7-4094-8882-c5b1b1f48b91 2018-09-04 22:31:08,740 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:31:08,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/77918d59-735f-44df-8d7b-cdf869b8e807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:09,051 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9747265-0783-4e22-a72e-161ec74839a8 Content-Length: 0 Date: Tue, 04 Sep 2018 22:31:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:31:09,051 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/77918d59-735f-44df-8d7b-cdf869b8e807 used request id req-e9747265-0783-4e22-a72e-161ec74839a8 2018-09-04 22:31:09,052 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj 2018-09-04 22:31:09,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:09,268 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:31:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e3c1d05-4fbb-4465-a3f3-1490e18634a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:31:09,268 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/bfc764cc6a0a4966a666c01eb9b8773a used request id req-4e3c1d05-4fbb-4465-a3f3-1490e18634a7 2018-09-04 22:31:09,268 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-proj-role 2018-09-04 22:31:09,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/8013dc177cfd4ad9b100a3910a5409e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:09,389 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:31:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3afb244-8d7d-4285-b525-2522cdbdb6a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:31:09,389 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/8013dc177cfd4ad9b100a3910a5409e6 used request id req-d3afb244-8d7d-4285-b525-2522cdbdb6a9 2018-09-04 22:31:09,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd563ed496ddb8b4b961e8398b4fdcb1a25412d6" 2018-09-04 22:31:09,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2490f3e8-9e96-4a3f-94bc-88733e0a3b2d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:31:09,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2490f3e8-9e96-4a3f-94bc-88733e0a3b2d 2018-09-04 22:31:09,476 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-ac6aff5c-9004-43c-user 2018-09-04 22:31:09,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/e747d37bd4e84d899a1ff5d4ca3dd1a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}823905bc331904cec48fba1e1b67908e4cdac1d5" 2018-09-04 22:31:09,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:31:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3cd57cc-3240-4b1b-ba0d-7c0eed491d10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:31:09,737 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e747d37bd4e84d899a1ff5d4ca3dd1a4 used request id req-c3cd57cc-3240-4b1b-ba0d-7c0eed491d10 2018-09-04 22:31:09,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:31:10,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:31:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["hWqQmPVARY-svy7L3pa9tQ"], "issued_at": "2018-09-04T22:31:10.000000Z"}} 2018-09-04 22:31:10,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}020df95d30c5819dae0e525fdc02f21684d4d211" 2018-09-04 22:31:10,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cccff95-583e-4d4c-b160-4173f48c8a42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:10,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5cccff95-583e-4d4c-b160-4173f48c8a42 2018-09-04 22:31:10,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:31:10,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:31:10,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:31:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Fa_SUyipTTWz962Ifr5Iyw"], "issued_at": "2018-09-04T22:31:10.000000Z"}} 2018-09-04 22:31:10,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:31:10,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d774f93-0c0b-4245-a868-f8b3176fb79a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:10,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0d774f93-0c0b-4245-a868-f8b3176fb79a 2018-09-04 22:31:10,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:31:10,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:31:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:31:10,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:31:10,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-097731d4-c79f-453c-bbe3-b589f5cb92cf Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:31:10,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj used request id req-097731d4-c79f-453c-bbe3-b589f5cb92cf 2018-09-04 22:31:10,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:31:10,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-828fa6e3-3407-4524-9c73-2c852b7fbe8c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:31:10,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-828fa6e3-3407-4524-9c73-2c852b7fbe8c 2018-09-04 22:31:10,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}}' 2018-09-04 22:31:11,001 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:31:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-748b8e03-3474-4c0e-8ab8-5d11c6d17985 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:11,001 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-748b8e03-3474-4c0e-8ab8-5d11c6d17985 2018-09-04 22:31:11,001 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj 2018-09-04 22:31:11,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:31:11,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:31:11,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:31:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["GOpkDoC5QHOq5WriS1Mkmg"], "issued_at": "2018-09-04T22:31:11.000000Z"}} 2018-09-04 22:31:11,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff6fc5d844242b66937b5ee2312db0ebd69447dc" 2018-09-04 22:31:11,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8799f11-7c06-4026-bd73-178c2a51236d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:11,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e8799f11-7c06-4026-bd73-178c2a51236d 2018-09-04 22:31:11,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:31:11,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:31:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:31:11,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff6fc5d844242b66937b5ee2312db0ebd69447dc" 2018-09-04 22:31:11,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e2c5234-6b1a-4c42-91a0-4036d66ea2ff Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:31:11,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9e2c5234-6b1a-4c42-91a0-4036d66ea2ff 2018-09-04 22:31:11,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff6fc5d844242b66937b5ee2312db0ebd69447dc" 2018-09-04 22:31:11,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caed3567-c37e-42b0-8eed-4f77783202af Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}]} 2018-09-04 22:31:11,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj used request id req-caed3567-c37e-42b0-8eed-4f77783202af 2018-09-04 22:31:11,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff6fc5d844242b66937b5ee2312db0ebd69447dc" 2018-09-04 22:31:11,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3ad9d9a-a1f5-4660-b98c-a8220af2ec04 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:31:11,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-a3ad9d9a-a1f5-4660-b98c-a8220af2ec04 2018-09-04 22:31:12,162 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-user 2018-09-04 22:31:12,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:31:12,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:31:12,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20bdf469-3608-46f6-bd2a-d772ffa8c6a3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:31:12,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-20bdf469-3608-46f6-bd2a-d772ffa8c6a3 2018-09-04 22:31:12,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role"}}' 2018-09-04 22:31:12,372 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:31:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e8194f5-d8f3-4946-b63f-9fafd14b587d Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1db7e57d61d94184a2ab92aaf282040d", "links": {"self": "http://172.30.9.26:5000/v3/roles/1db7e57d61d94184a2ab92aaf282040d"}, "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role"}} 2018-09-04 22:31:12,372 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-2e8194f5-d8f3-4946-b63f-9fafd14b587d 2018-09-04 22:31:12,372 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role 2018-09-04 22:31:12,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/1db7e57d61d94184a2ab92aaf282040d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:31:12,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd031438-e0dc-4c51-b8db-ec922febaf3d Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/1db7e57d61d94184a2ab92aaf282040d"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role", "id": "1db7e57d61d94184a2ab92aaf282040d"}} 2018-09-04 22:31:12,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/1db7e57d61d94184a2ab92aaf282040d used request id req-bd031438-e0dc-4c51-b8db-ec922febaf3d 2018-09-04 22:31:12,468 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role to project CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj 2018-09-04 22:31:12,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44/users/1c50157961a54f359f37da96a019c878/roles/1db7e57d61d94184a2ab92aaf282040d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:31:12,608 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:31:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5116f784-6657-47b7-a6dd-4bf0ea5206b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:31:12,608 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44/users/1c50157961a54f359f37da96a019c878/roles/1db7e57d61d94184a2ab92aaf282040d used request id req-5116f784-6657-47b7-a6dd-4bf0ea5206b6 2018-09-04 22:31:12,608 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:31:12,610 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:31:12,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:31:12,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:31:12,985 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1db7e57d61d94184a2ab92aaf282040d", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role"}], "expires_at": "2018-09-04T23:31:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-user", "id": "1c50157961a54f359f37da96a019c878"}, "audit_ids": ["GKU2RN4kTCOE8imDXtx4lQ"], "issued_at": "2018-09-04T22:31:12.000000Z"}} 2018-09-04 22:31:12,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af90965a1a3b58fa9da98851646529f5a347036" 2018-09-04 22:31:13,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ab919a-4bba-4e85-8f76-eb6e0a506f12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:13,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-17ab919a-4bba-4e85-8f76-eb6e0a506f12 2018-09-04 22:31:13,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af90965a1a3b58fa9da98851646529f5a347036" 2018-09-04 22:31:13,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-fb36ee57-1849-45eb-a6d7-771845ac2b50 Date: Tue, 04 Sep 2018 22:31:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image"} 2018-09-04 22:31:13,335 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image used request id req-fb36ee57-1849-45eb-a6d7-771845ac2b50 2018-09-04 22:31:13,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af90965a1a3b58fa9da98851646529f5a347036" 2018-09-04 22:31:13,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f459eb0f-c8ab-45de-84d9-9572636b22b2 Date: Tue, 04 Sep 2018 22:31:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:31:13,500 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-f459eb0f-c8ab-45de-84d9-9572636b22b2 2018-09-04 22:31:13,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9af90965a1a3b58fa9da98851646529f5a347036" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image"}' 2018-09-04 22:31:13,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7 X-Openstack-Request-Id: req-3c1a913a-f30a-467d-a7b7-999bf49e7c17 Date: Tue, 04 Sep 2018 22:31:13 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:31:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:31:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "min_disk": 0, "protected": false, "id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "file": "/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7/file", "checksum": null, "owner": "f57c9a4d63e94a4c9f6a0d459bef7b44", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:31:13,740 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-3c1a913a-f30a-467d-a7b7-999bf49e7c17 2018-09-04 22:31:13,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af90965a1a3b58fa9da98851646529f5a347036" -d '' 2018-09-04 22:31:15,207 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ecc32df0-c2c9-4c3c-a6a0-b498e0441982 Date: Tue, 04 Sep 2018 22:31:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:31:15,208 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7/file used request id req-ecc32df0-c2c9-4c3c-a6a0-b498e0441982 2018-09-04 22:31:15,208 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:31:15,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af90965a1a3b58fa9da98851646529f5a347036" 2018-09-04 22:31:15,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-78da3f0c-5f34-4236-8bf1-815b452b5998 Date: Tue, 04 Sep 2018 22:31:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:31:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:31:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c6757b25-e921-4162-b153-f7cc7b76c3e7/snap", "metadata": {}}], "self": "/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "min_disk": 0, "protected": false, "id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "file": "/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f57c9a4d63e94a4c9f6a0d459bef7b44", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c6757b25-e921-4162-b153-f7cc7b76c3e7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:31:15,374 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7 used request id req-78da3f0c-5f34-4236-8bf1-815b452b5998 2018-09-04 22:31:15,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af90965a1a3b58fa9da98851646529f5a347036" 2018-09-04 22:31:15,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-26d47a60-46bd-4e83-bfac-963c6b85aa07 Date: Tue, 04 Sep 2018 22:31:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:31:15,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-26d47a60-46bd-4e83-bfac-963c6b85aa07 2018-09-04 22:31:15,529 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image 2018-09-04 22:31:15,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af90965a1a3b58fa9da98851646529f5a347036" 2018-09-04 22:31:15,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-e41f7e82-922d-46e8-b8a0-90decaaf6e00 Date: Tue, 04 Sep 2018 22:31:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:31:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:31:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c6757b25-e921-4162-b153-f7cc7b76c3e7/snap", "metadata": {}}], "self": "/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "min_disk": 0, "protected": false, "id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "file": "/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f57c9a4d63e94a4c9f6a0d459bef7b44", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c6757b25-e921-4162-b153-f7cc7b76c3e7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:31:15,687 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7 used request id req-e41f7e82-922d-46e8-b8a0-90decaaf6e00 2018-09-04 22:31:15,687 - create_image - DEBUG - Instance status is - active 2018-09-04 22:31:15,688 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image 2018-09-04 22:31:15,688 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image 2018-09-04 22:31:15,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:31:15,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:31:16,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1db7e57d61d94184a2ab92aaf282040d", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role"}], "expires_at": "2018-09-04T23:31:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-user", "id": "1c50157961a54f359f37da96a019c878"}, "audit_ids": ["I2SJ3hCYS1-tWkGtxcW3FA"], "issued_at": "2018-09-04T22:31:16.000000Z"}} 2018-09-04 22:31:16,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9b08e38db7d727455431905003c1f322f5b25d" 2018-09-04 22:31:16,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46650bec-3304-4c87-9161-ea5a3eb0bb76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:16,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-46650bec-3304-4c87-9161-ea5a3eb0bb76 2018-09-04 22:31:16,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9b08e38db7d727455431905003c1f322f5b25d" 2018-09-04 22:31:16,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-eb008d3b-cea4-4539-943e-24108238f276 Date: Tue, 04 Sep 2018 22:31:16 GMT RESP BODY: {"networks":[]} 2018-09-04 22:31:16,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-eb008d3b-cea4-4539-943e-24108238f276 2018-09-04 22:31:16,328 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net 2018-09-04 22:31:16,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9b08e38db7d727455431905003c1f322f5b25d" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net", "admin_state_up": true}}' 2018-09-04 22:31:17,004 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-5e1e0e5c-339e-4b92-a52b-b49c7c2caeff Date: Tue, 04 Sep 2018 22:31:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"17d72590-fa27-4e1c-881c-153fa92530e1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:31:16Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","mtu":1450}} 2018-09-04 22:31:17,005 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-5e1e0e5c-339e-4b92-a52b-b49c7c2caeff 2018-09-04 22:31:17,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9b08e38db7d727455431905003c1f322f5b25d" 2018-09-04 22:31:17,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-14840fcb-d492-4131-84d4-5212f9709489 Date: Tue, 04 Sep 2018 22:31:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:31:16Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:31:17,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-14840fcb-d492-4131-84d4-5212f9709489 2018-09-04 22:31:17,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9b08e38db7d727455431905003c1f322f5b25d" 2018-09-04 22:31:17,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-793be0aa-06d7-47e0-8854-8dda5f5fc13f Date: Tue, 04 Sep 2018 22:31:17 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:31:17,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-793be0aa-06d7-47e0-8854-8dda5f5fc13f 2018-09-04 22:31:17,419 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet 2018-09-04 22:31:17,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9b08e38db7d727455431905003c1f322f5b25d" -d '{"subnets": [{"ip_version": 4, "network_id": "17d72590-fa27-4e1c-881c-153fa92530e1", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]}' 2018-09-04 22:31:18,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-612daf79-078a-43b7-84e5-aaa602a971fe Date: Tue, 04 Sep 2018 22:31:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:18,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-612daf79-078a-43b7-84e5-aaa602a971fe 2018-09-04 22:31:18,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9b08e38db7d727455431905003c1f322f5b25d" 2018-09-04 22:31:18,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-887a2e84-b3e3-4d82-981f-9102abed12c7 Date: Tue, 04 Sep 2018 22:31:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:31:18,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-887a2e84-b3e3-4d82-981f-9102abed12c7 2018-09-04 22:31:18,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9b08e38db7d727455431905003c1f322f5b25d" 2018-09-04 22:31:19,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b3d67d46-73a4-4653-89e2-a34974e953d0 Date: Tue, 04 Sep 2018 22:31:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:19,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-b3d67d46-73a4-4653-89e2-a34974e953d0 2018-09-04 22:31:19,012 - OpenStackNetwork - DEBUG - Network [17d72590-fa27-4e1c-881c-153fa92530e1] created successfully 2018-09-04 22:31:19,012 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:31:19,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:31:19,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1db7e57d61d94184a2ab92aaf282040d", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role"}], "expires_at": "2018-09-04T23:31:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-user", "id": "1c50157961a54f359f37da96a019c878"}, "audit_ids": ["SEyg5SGPQDKPVd0MdCZw0Q"], "issued_at": "2018-09-04T22:31:19.000000Z"}} 2018-09-04 22:31:19,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:31:19,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae2a273-0c23-4bbf-8e24-b0018dedd724 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:19,473 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4ae2a273-0c23-4bbf-8e24-b0018dedd724 2018-09-04 22:31:19,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:31:19,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3d06a7e4-9bec-469b-b227-dd3e97a2d523 Date: Tue, 04 Sep 2018 22:31:19 GMT RESP BODY: {"routers": []} 2018-09-04 22:31:19,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router&admin_state_up=True used request id req-3d06a7e4-9bec-469b-b227-dd3e97a2d523 2018-09-04 22:31:19,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:31:19,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:31:20,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1db7e57d61d94184a2ab92aaf282040d", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role"}], "expires_at": "2018-09-04T23:31:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-user", "id": "1c50157961a54f359f37da96a019c878"}, "audit_ids": ["gHs8v_pYT7yAaK78PGXrhQ"], "issued_at": "2018-09-04T22:31:20.000000Z"}} 2018-09-04 22:31:20,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36764696b585939f0f86b487ef8e6946cc12b8bd" 2018-09-04 22:31:20,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1e08b2b-0190-4cd9-b692-026a332103d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:20,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b1e08b2b-0190-4cd9-b692-026a332103d2 2018-09-04 22:31:20,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:31:20,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-16635d57-0df2-4d52-9661-558114b32042 Date: Tue, 04 Sep 2018 22:31:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:31:20,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-16635d57-0df2-4d52-9661-558114b32042 2018-09-04 22:31:20,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:31:20,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a470a3bf-e035-4ab9-8e2d-4128cef0dd96 Date: Tue, 04 Sep 2018 22:31:20 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:31:20,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-a470a3bf-e035-4ab9-8e2d-4128cef0dd96 2018-09-04 22:31:20,566 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router 2018-09-04 22:31:20,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router", "admin_state_up": true}}' 2018-09-04 22:31:25,565 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-2ac28c45-9e56-4b43-a2af-2b7b30d13a6f Date: Tue, 04 Sep 2018 22:31:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:21Z", "admin_state_up": true, "updated_at": "2018-09-04T22:31:22Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "52063348-80b1-4d4c-b034-441a5fdc6236", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router"}} 2018-09-04 22:31:25,565 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-2ac28c45-9e56-4b43-a2af-2b7b30d13a6f 2018-09-04 22:31:25,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=52063348-80b1-4d4c-b034-441a5fdc6236 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:31:25,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-50a7f2cd-3973-4b70-9cd1-8c3121802113 Date: Tue, 04 Sep 2018 22:31:25 GMT RESP BODY: {"ports":[]} 2018-09-04 22:31:25,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=52063348-80b1-4d4c-b034-441a5fdc6236 used request id req-50a7f2cd-3973-4b70-9cd1-8c3121802113 2018-09-04 22:31:25,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:31:26,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8e064154-f885-421e-a42d-a85af8dbd4e2 Date: Tue, 04 Sep 2018 22:31:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:31:26,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-8e064154-f885-421e-a42d-a85af8dbd4e2 2018-09-04 22:31:26,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:31:26,115 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:31:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:31:26,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:31:26,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41372c93-ffcd-48ff-a6f6-56b2e46d3e09 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:26,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-41372c93-ffcd-48ff-a6f6-56b2e46d3e09 2018-09-04 22:31:26,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:31:26,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1f5ddcf5-c158-423f-bcb0-44c735b0faab Date: Tue, 04 Sep 2018 22:31:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:26,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-1f5ddcf5-c158-423f-bcb0-44c735b0faab 2018-09-04 22:31:26,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:31:26,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a8023ce9-850d-4310-b2f8-df24f0125714 Date: Tue, 04 Sep 2018 22:31:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:26,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet used request id req-a8023ce9-850d-4310-b2f8-df24f0125714 2018-09-04 22:31:26,598 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 22:31:26,598 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router 2018-09-04 22:31:26,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/52063348-80b1-4d4c-b034-441a5fdc6236/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" -d '{"subnet_id": "6baed805-8e4e-44bf-a735-163111369cf2"}' 2018-09-04 22:31:28,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-29d80620-37ef-4580-852c-ab34c38141f6 Date: Tue, 04 Sep 2018 22:31:28 GMT RESP BODY: {"network_id": "17d72590-fa27-4e1c-881c-153fa92530e1", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "subnet_id": "6baed805-8e4e-44bf-a735-163111369cf2", "subnet_ids": ["6baed805-8e4e-44bf-a735-163111369cf2"], "port_id": "0cdea162-01b5-4535-91ac-e8767d6a07ce", "id": "52063348-80b1-4d4c-b034-441a5fdc6236"} 2018-09-04 22:31:28,711 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/52063348-80b1-4d4c-b034-441a5fdc6236/add_router_interface used request id req-29d80620-37ef-4580-852c-ab34c38141f6 2018-09-04 22:31:28,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/52063348-80b1-4d4c-b034-441a5fdc6236 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:31:28,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d11a6b69-8224-484c-87c3-7abdc45de470 Date: Tue, 04 Sep 2018 22:31:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:21Z", "admin_state_up": true, "updated_at": "2018-09-04T22:31:27Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "52063348-80b1-4d4c-b034-441a5fdc6236", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router"}} 2018-09-04 22:31:28,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/52063348-80b1-4d4c-b034-441a5fdc6236 used request id req-d11a6b69-8224-484c-87c3-7abdc45de470 2018-09-04 22:31:28,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=52063348-80b1-4d4c-b034-441a5fdc6236 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:31:28,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-32332d68-57ce-479d-bcec-592b90738b30 Date: Tue, 04 Sep 2018 22:31:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:28Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.1"}],"id":"0cdea162-01b5-4535-91ac-e8767d6a07ce","security_groups":[],"mac_address":"fa:16:3e:37:ee:d2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:27Z","binding:vnic_type":"normal","device_id":"52063348-80b1-4d4c-b034-441a5fdc6236"}]} 2018-09-04 22:31:28,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=52063348-80b1-4d4c-b034-441a5fdc6236 used request id req-32332d68-57ce-479d-bcec-592b90738b30 2018-09-04 22:31:28,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/6baed805-8e4e-44bf-a735-163111369cf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:31:29,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-e63fa62f-f99d-47ca-a1f7-90342e89a4d4 Date: Tue, 04 Sep 2018 22:31:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}} 2018-09-04 22:31:29,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/6baed805-8e4e-44bf-a735-163111369cf2 used request id req-e63fa62f-f99d-47ca-a1f7-90342e89a4d4 2018-09-04 22:31:29,201 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:31:29,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:31:29,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:31:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["SojNTyTORyabEWpxM-tovQ"], "issued_at": "2018-09-04T22:31:29.000000Z"}} 2018-09-04 22:31:29,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fbd7beba2e5a1156f9eee7e7eaca36a0ac5995c" 2018-09-04 22:31:29,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2c1d3b7-86de-416c-bd00-61b8cbb2de51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:29,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e2c1d3b7-86de-416c-bd00-61b8cbb2de51 2018-09-04 22:31:29,666 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:31:29,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fbd7beba2e5a1156f9eee7e7eaca36a0ac5995c" 2018-09-04 22:31:29,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e2eabfb-e0b2-4be3-8977-93a8b4ae01fa x-compute-request-id: req-4e2eabfb-e0b2-4be3-8977-93a8b4ae01fa Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:31:29,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4e2eabfb-e0b2-4be3-8977-93a8b4ae01fa 2018-09-04 22:31:29,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fbd7beba2e5a1156f9eee7e7eaca36a0ac5995c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:31:29,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da1b6986-48bc-496e-8ade-d5862f9c7c4b x-compute-request-id: req-da1b6986-48bc-496e-8ade-d5862f9c7c4b Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:31:29,904 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-da1b6986-48bc-496e-8ade-d5862f9c7c4b 2018-09-04 22:31:29,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:31:29,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:31:30,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1db7e57d61d94184a2ab92aaf282040d", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role"}], "expires_at": "2018-09-04T23:31:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-user", "id": "1c50157961a54f359f37da96a019c878"}, "audit_ids": ["XCU4wfAyT9q5y8XqsC8HIA"], "issued_at": "2018-09-04T22:31:30.000000Z"}} 2018-09-04 22:31:30,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa19e932ae4d426f0dec6a216919fc5a8d956212" 2018-09-04 22:31:30,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2794f2b6-fc31-42e3-bfd7-a0e85f7dca3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:30,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2794f2b6-fc31-42e3-bfd7-a0e85f7dca3f 2018-09-04 22:31:30,381 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:31:30,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa19e932ae4d426f0dec6a216919fc5a8d956212" 2018-09-04 22:31:30,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb915b63-605e-4aa6-8fe4-6baf026ca141 x-compute-request-id: req-bb915b63-605e-4aa6-8fe4-6baf026ca141 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 22:31:30,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-bb915b63-605e-4aa6-8fe4-6baf026ca141 2018-09-04 22:31:30,551 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp... 2018-09-04 22:31:30,551 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 22:31:30,602 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp 2018-09-04 22:31:30,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa19e932ae4d426f0dec6a216919fc5a8d956212" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDrr7ndw1pu7/DTTS6tES9z+LsLkbhvvRLmXd7xoeN8E8qDcenbN9KOXWl+7V+oAwy6Bm0wNcKpfwel6YbEqg0/G94YaFEA0BpD7kBzwtDEalrwVZrrPJpvezdL3bwOawl2gBl/DK+pJFNrQK6MxAac0jzAAapLRpNxLGsFgR9jCw==", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp"}}' 2018-09-04 22:31:30,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70a11ab6-9918-4527-997f-f0f20bb2e364 x-compute-request-id: req-70a11ab6-9918-4527-997f-f0f20bb2e364 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDrr7ndw1pu7/DTTS6tES9z+LsLkbhvvRLmXd7xoeN8E8qDcenbN9KOXWl+7V+oAwy6Bm0wNcKpfwel6YbEqg0/G94YaFEA0BpD7kBzwtDEalrwVZrrPJpvezdL3bwOawl2gBl/DK+pJFNrQK6MxAac0jzAAapLRpNxLGsFgR9jCw==", "user_id": "1c50157961a54f359f37da96a019c878", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "fingerprint": "47:f5:8d:20:e6:94:46:42:6a:d6:5e:c7:72:a0:c5:2d"}} 2018-09-04 22:31:30,660 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-70a11ab6-9918-4527-997f-f0f20bb2e364 2018-09-04 22:31:30,663 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8.pub 2018-09-04 22:31:30,663 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8 2018-09-04 22:31:30,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:31:30,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:31:31,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1db7e57d61d94184a2ab92aaf282040d", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role"}], "expires_at": "2018-09-04T23:31:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-user", "id": "1c50157961a54f359f37da96a019c878"}, "audit_ids": ["oaZ-IBBuTmeFHjVVxFop1w"], "issued_at": "2018-09-04T22:31:31.000000Z"}} 2018-09-04 22:31:31,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:31,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff4f6697-0cc8-4b3e-923f-6db1cf307002 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:31,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ff4f6697-0cc8-4b3e-923f-6db1cf307002 2018-09-04 22:31:31,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:31,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-227cf6ee-42fa-436e-91ec-bc360584fe49 Date: Tue, 04 Sep 2018 22:31:31 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:31:31,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp used request id req-227cf6ee-42fa-436e-91ec-bc360584fe49 2018-09-04 22:31:31,318 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp... 2018-09-04 22:31:31,318 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp 2018-09-04 22:31:31,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}}' 2018-09-04 22:31:31,683 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-7631b1e5-5ef2-4249-a6d3-5a09b42c19c6 Date: Tue, 04 Sep 2018 22:31:31 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "updated_at": "2018-09-04T22:31:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "revision_number": 0, "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv6", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "revision_number": 0, "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv4", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}], "revision_number": 2, "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}} 2018-09-04 22:31:31,684 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-7631b1e5-5ef2-4249-a6d3-5a09b42c19c6 2018-09-04 22:31:31,684 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dba27e2a-f221-4799-b307-1df0e36ab45e 2018-09-04 22:31:31,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:31,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-31b38704-a038-4860-bcb3-cd13529bbeab Date: Tue, 04 Sep 2018 22:31:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc"}]} 2018-09-04 22:31:31,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e used request id req-31b38704-a038-4860-bcb3-cd13529bbeab 2018-09-04 22:31:31,865 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dba27e2a-f221-4799-b307-1df0e36ab45e 2018-09-04 22:31:31,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:32,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d206b57f-6d41-4501-a0b4-e49ca9aa7282 Date: Tue, 04 Sep 2018 22:31:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc"}]} 2018-09-04 22:31:32,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e used request id req-d206b57f-6d41-4501-a0b4-e49ca9aa7282 2018-09-04 22:31:32,044 - neutron_utils - INFO - Retrieving security group with ID - dba27e2a-f221-4799-b307-1df0e36ab45e 2018-09-04 22:31:32,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=dba27e2a-f221-4799-b307-1df0e36ab45e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:32,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a2011053-85c1-4c71-a50d-b183fc2eda7e Date: Tue, 04 Sep 2018 22:31:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "updated_at": "2018-09-04T22:31:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "revision_number": 0, "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv6", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "revision_number": 0, "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv4", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}], "revision_number": 2, "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}]} 2018-09-04 22:31:32,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=dba27e2a-f221-4799-b307-1df0e36ab45e used request id req-a2011053-85c1-4c71-a50d-b183fc2eda7e 2018-09-04 22:31:32,245 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dba27e2a-f221-4799-b307-1df0e36ab45e 2018-09-04 22:31:32,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:32,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-64f16484-ae89-4a03-b358-39d824137208 Date: Tue, 04 Sep 2018 22:31:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc"}]} 2018-09-04 22:31:32,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e used request id req-64f16484-ae89-4a03-b358-39d824137208 2018-09-04 22:31:32,430 - neutron_utils - INFO - Retrieving security group with ID - dba27e2a-f221-4799-b307-1df0e36ab45e 2018-09-04 22:31:32,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=dba27e2a-f221-4799-b307-1df0e36ab45e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:32,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-3dedd1ac-b4d6-4698-abd8-5363ed9fc12b Date: Tue, 04 Sep 2018 22:31:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "updated_at": "2018-09-04T22:31:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "revision_number": 0, "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv6", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "revision_number": 0, "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv4", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}], "revision_number": 2, "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}]} 2018-09-04 22:31:32,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=dba27e2a-f221-4799-b307-1df0e36ab45e used request id req-3dedd1ac-b4d6-4698-abd8-5363ed9fc12b 2018-09-04 22:31:32,484 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dba27e2a-f221-4799-b307-1df0e36ab45e 2018-09-04 22:31:32,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:32,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-695dfa16-acc6-4664-85ec-ad813f901541 Date: Tue, 04 Sep 2018 22:31:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc"}]} 2018-09-04 22:31:32,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e used request id req-695dfa16-acc6-4664-85ec-ad813f901541 2018-09-04 22:31:32,670 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp 2018-09-04 22:31:32,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:32,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-c97402e0-b7ed-4fa6-bdda-abdd6834263a Date: Tue, 04 Sep 2018 22:31:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "updated_at": "2018-09-04T22:31:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "revision_number": 0, "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv6", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "revision_number": 0, "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv4", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}], "revision_number": 2, "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}]} 2018-09-04 22:31:32,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp used request id req-c97402e0-b7ed-4fa6-bdda-abdd6834263a 2018-09-04 22:31:32,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:31:32,875 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:31:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:31:32,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:32,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f268cd23-8301-45f9-a2bf-ac279316cf87 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:32,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-f268cd23-8301-45f9-a2bf-ac279316cf87 2018-09-04 22:31:32,957 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dba27e2a-f221-4799-b307-1df0e36ab45e 2018-09-04 22:31:32,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:33,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ed53cdf3-39bf-47d6-8164-3457b7f6a789 Date: Tue, 04 Sep 2018 22:31:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc"}]} 2018-09-04 22:31:33,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e used request id req-ed53cdf3-39bf-47d6-8164-3457b7f6a789 2018-09-04 22:31:33,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e"}}' 2018-09-04 22:31:33,432 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-75eda451-a25c-4675-b847-60ca6e8ec9e2 Date: Tue, 04 Sep 2018 22:31:33 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:33Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:33Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "7153bf29-476c-4293-bfac-8aaae96790f2"}} 2018-09-04 22:31:33,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-75eda451-a25c-4675-b847-60ca6e8ec9e2 2018-09-04 22:31:33,432 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp 2018-09-04 22:31:33,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:33,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-da2a7c94-1fe6-4a83-bfb1-eb6979731116 Date: Tue, 04 Sep 2018 22:31:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "updated_at": "2018-09-04T22:31:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:33Z", "revision_number": 0, "id": "7153bf29-476c-4293-bfac-8aaae96790f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:33Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv4", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "revision_number": 0, "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv6", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "revision_number": 0, "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv4", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}], "revision_number": 3, "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}]} 2018-09-04 22:31:33,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp used request id req-da2a7c94-1fe6-4a83-bfb1-eb6979731116 2018-09-04 22:31:33,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:33,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dde699d3-7639-4d4e-9900-a60a1e497e88 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:33,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-dde699d3-7639-4d4e-9900-a60a1e497e88 2018-09-04 22:31:33,721 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dba27e2a-f221-4799-b307-1df0e36ab45e 2018-09-04 22:31:33,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:33,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-a72a145f-8252-4146-afe6-c5223cc41772 Date: Tue, 04 Sep 2018 22:31:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:33Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:33Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "7153bf29-476c-4293-bfac-8aaae96790f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc"}]} 2018-09-04 22:31:33,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e used request id req-a72a145f-8252-4146-afe6-c5223cc41772 2018-09-04 22:31:33,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e"}}' 2018-09-04 22:31:34,079 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-be03de9f-52b4-4ace-b056-f0559c06bc0f Date: Tue, 04 Sep 2018 22:31:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:31:34Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": 22, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:34Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "86b88eb1-0d0d-44f6-b92d-765202399dc3"}} 2018-09-04 22:31:34,079 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-be03de9f-52b4-4ace-b056-f0559c06bc0f 2018-09-04 22:31:34,079 - neutron_utils - INFO - Retrieving security group with ID - dba27e2a-f221-4799-b307-1df0e36ab45e 2018-09-04 22:31:34,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=dba27e2a-f221-4799-b307-1df0e36ab45e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:34,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-76c1aacc-7159-4961-94ea-a4930aae4f73 Date: Tue, 04 Sep 2018 22:31:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "updated_at": "2018-09-04T22:31:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:33Z", "revision_number": 0, "id": "7153bf29-476c-4293-bfac-8aaae96790f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:33Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv4", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:31:34Z", "revision_number": 0, "id": "86b88eb1-0d0d-44f6-b92d-765202399dc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:34Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "revision_number": 0, "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv6", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "revision_number": 0, "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv4", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}], "revision_number": 4, "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}]} 2018-09-04 22:31:34,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=dba27e2a-f221-4799-b307-1df0e36ab45e used request id req-76c1aacc-7159-4961-94ea-a4930aae4f73 2018-09-04 22:31:34,282 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dba27e2a-f221-4799-b307-1df0e36ab45e 2018-09-04 22:31:34,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:31:34,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-5601e0b1-f7cd-4bae-ba23-3b1504ff7e81 Date: Tue, 04 Sep 2018 22:31:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:33Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:33Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "7153bf29-476c-4293-bfac-8aaae96790f2"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:31:34Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": 22, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:34Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "86b88eb1-0d0d-44f6-b92d-765202399dc3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "97b7b32f-04d7-4f19-bd16-70be85d5424e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:31Z", "security_group_id": "dba27e2a-f221-4799-b307-1df0e36ab45e", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:31Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "e79b732b-a734-4881-8bb2-74c8f663e4cc"}]} 2018-09-04 22:31:34,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=dba27e2a-f221-4799-b307-1df0e36ab45e used request id req-5601e0b1-f7cd-4bae-ba23-3b1504ff7e81 2018-09-04 22:31:34,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:31:34,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:31:34,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1db7e57d61d94184a2ab92aaf282040d", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role"}], "expires_at": "2018-09-04T23:31:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-user", "id": "1c50157961a54f359f37da96a019c878"}, "audit_ids": ["D5vv9aBGTnm3t0u2dN0nXw"], "issued_at": "2018-09-04T22:31:34.000000Z"}} 2018-09-04 22:31:34,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:34,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9c0d642-55ae-44d8-a35e-d01e686d94dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:34,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d9c0d642-55ae-44d8-a35e-d01e686d94dc 2018-09-04 22:31:34,780 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:31:34,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:34,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c6899dc-1e7b-4ea4-b2c3-26fda94e2ecb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:34,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6c6899dc-1e7b-4ea4-b2c3-26fda94e2ecb 2018-09-04 22:31:34,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:35,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-92bd8375-01a8-4294-8105-b58fb7b151bd Date: Tue, 04 Sep 2018 22:31:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:31:35,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-92bd8375-01a8-4294-8105-b58fb7b151bd 2018-09-04 22:31:35,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:31:35,119 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:31:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:31:35,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:35,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d5d0282-15bb-4661-ae00-4e6a9dd5bce5 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:35,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-0d5d0282-15bb-4661-ae00-4e6a9dd5bce5 2018-09-04 22:31:35,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:35,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4fc55430-634a-400a-bc48-d9be85d38d8d Date: Tue, 04 Sep 2018 22:31:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:35,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-4fc55430-634a-400a-bc48-d9be85d38d8d 2018-09-04 22:31:35,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:35,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0ddff3b9-ec7a-4f19-9f34-cf1dee56a16f Date: Tue, 04 Sep 2018 22:31:35 GMT RESP BODY: {"ports":[]} 2018-09-04 22:31:35,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1&admin_state_up=True used request id req-0ddff3b9-ec7a-4f19-9f34-cf1dee56a16f 2018-09-04 22:31:35,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:36,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6e2f48b9-40e3-4351-a7c4-9da660731d62 x-compute-request-id: req-6e2f48b9-40e3-4351-a7c4-9da660731d62 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:31:36,045 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst used request id req-6e2f48b9-40e3-4351-a7c4-9da660731d62 2018-09-04 22:31:36,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:36,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ac6f906f-80dc-48a1-8ba6-f899680583ef Date: Tue, 04 Sep 2018 22:31:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:31:36,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-ac6f906f-80dc-48a1-8ba6-f899680583ef 2018-09-04 22:31:36,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:36,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb23b73c-ce71-400d-96d5-43fb269af29b Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:36,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-fb23b73c-ce71-400d-96d5-43fb269af29b 2018-09-04 22:31:36,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:36,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fca2e20b-f546-4bb5-a823-56e0dc3be8bf Date: Tue, 04 Sep 2018 22:31:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:36,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-fca2e20b-f546-4bb5-a823-56e0dc3be8bf 2018-09-04 22:31:36,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:36,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-01eac4c1-feba-4a95-977f-088555d5fdc6 Date: Tue, 04 Sep 2018 22:31:36 GMT RESP BODY: {"ports":[]} 2018-09-04 22:31:36,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1&admin_state_up=True used request id req-01eac4c1-feba-4a95-977f-088555d5fdc6 2018-09-04 22:31:36,765 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:31:36,766 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:31:37,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1db7e57d61d94184a2ab92aaf282040d", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role"}], "expires_at": "2018-09-04T23:31:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/f57c9a4d63e94a4c9f6a0d459bef7b44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-user", "id": "1c50157961a54f359f37da96a019c878"}, "audit_ids": ["-VKMPekcQym76dHoolNQUw"], "issued_at": "2018-09-04T22:31:37.000000Z"}} 2018-09-04 22:31:37,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f4eb82768f14bfe126980c8fc7a1a2c6927ca6" 2018-09-04 22:31:37,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d473bc3b-7542-424d-a85b-a689623ad541 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:31:37,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d473bc3b-7542-424d-a85b-a689623ad541 2018-09-04 22:31:37,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:37,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-69b8e89f-4c60-4dc1-a442-f3bb45bdfc5e Date: Tue, 04 Sep 2018 22:31:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:31:37,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-69b8e89f-4c60-4dc1-a442-f3bb45bdfc5e 2018-09-04 22:31:37,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:37,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a4937866-194c-442f-b331-e5ae8bafaca2 Date: Tue, 04 Sep 2018 22:31:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:37,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-a4937866-194c-442f-b331-e5ae8bafaca2 2018-09-04 22:31:37,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:37,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2ad903a1-4be3-4c89-a80e-d92e1d06fabd Date: Tue, 04 Sep 2018 22:31:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:31:37,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-2ad903a1-4be3-4c89-a80e-d92e1d06fabd 2018-09-04 22:31:37,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:31:37,787 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:31:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:31:37,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f4eb82768f14bfe126980c8fc7a1a2c6927ca6" 2018-09-04 22:31:37,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ab6923f-eaa2-49c7-8160-c9c70aeb26b9 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:37,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-3ab6923f-eaa2-49c7-8160-c9c70aeb26b9 2018-09-04 22:31:37,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:37,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8b357ab6-945d-480b-acd4-c6fbaf0b7e76 Date: Tue, 04 Sep 2018 22:31:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:37,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-8b357ab6-945d-480b-acd4-c6fbaf0b7e76 2018-09-04 22:31:37,926 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net 2018-09-04 22:31:37,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" -d '{"port": {"network_id": "17d72590-fa27-4e1c-881c-153fa92530e1", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1", "admin_state_up": true}}' 2018-09-04 22:31:38,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-b0186043-da63-4c69-a648-e8cb0cdb673d Date: Tue, 04 Sep 2018 22:31:38 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.6"}],"id":"303da803-9617-4f5b-a863-2cd1ab6baf7c","security_groups":["27c3202c-fcf4-4a6e-ac04-a952cea911a7"],"mac_address":"fa:16:3e:21:99:c2","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","qos_policy_id":null,"admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:38Z","binding:vnic_type":"normal"}} 2018-09-04 22:31:38,741 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-b0186043-da63-4c69-a648-e8cb0cdb673d 2018-09-04 22:31:38,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:38,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c90f97a9-3875-47f5-828f-c611c74cfa2e Date: Tue, 04 Sep 2018 22:31:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:31:38,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-c90f97a9-3875-47f5-828f-c611c74cfa2e 2018-09-04 22:31:38,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:38,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e812b1f-97c2-4822-9b7b-b5bd775a30c7 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:38,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-9e812b1f-97c2-4822-9b7b-b5bd775a30c7 2018-09-04 22:31:38,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:38,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7b23518d-0678-484c-8c7d-96fd0f3ee464 Date: Tue, 04 Sep 2018 22:31:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:38,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-7b23518d-0678-484c-8c7d-96fd0f3ee464 2018-09-04 22:31:38,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:39,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-a8235fe4-f39a-49fb-8ab5-034f54e6d0d6 Date: Tue, 04 Sep 2018 22:31:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.6"}],"id":"303da803-9617-4f5b-a863-2cd1ab6baf7c","security_groups":["27c3202c-fcf4-4a6e-ac04-a952cea911a7"],"mac_address":"fa:16:3e:21:99:c2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:38Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:31:39,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1&admin_state_up=True used request id req-a8235fe4-f39a-49fb-8ab5-034f54e6d0d6 2018-09-04 22:31:39,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:39,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd4dadcb-62c9-470c-80f6-ebed5a111508 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:39,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-cd4dadcb-62c9-470c-80f6-ebed5a111508 2018-09-04 22:31:39,280 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst 2018-09-04 22:31:39,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:39,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cdd25dc4-b36a-4a15-bb7b-6f567bb63ae3 x-compute-request-id: req-cdd25dc4-b36a-4a15-bb7b-6f567bb63ae3 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-flavor-name"}]} 2018-09-04 22:31:39,315 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-cdd25dc4-b36a-4a15-bb7b-6f567bb63ae3 2018-09-04 22:31:39,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:39,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc687ca8-3bac-4f3e-9082-dfe2ddaeed8f x-compute-request-id: req-dc687ca8-3bac-4f3e-9082-dfe2ddaeed8f Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:31:39,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98 used request id req-dc687ca8-3bac-4f3e-9082-dfe2ddaeed8f 2018-09-04 22:31:39,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:39,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-4e89e262-4888-4f94-8afe-59c16e4dec8d Date: Tue, 04 Sep 2018 22:31:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:31:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:31:15Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c6757b25-e921-4162-b153-f7cc7b76c3e7/snap", "metadata": {}}], "self": "/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "min_disk": 0, "protected": false, "id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "file": "/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f57c9a4d63e94a4c9f6a0d459bef7b44", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/c6757b25-e921-4162-b153-f7cc7b76c3e7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image"} 2018-09-04 22:31:39,522 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image used request id req-4e89e262-4888-4f94-8afe-59c16e4dec8d 2018-09-04 22:31:39,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:39,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e49066e6-ec6f-4b32-90b8-bfe11925b0b4 Date: Tue, 04 Sep 2018 22:31:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:31:39,679 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-e49066e6-ec6f-4b32-90b8-bfe11925b0b4 2018-09-04 22:31:39,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "imageRef": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "flavorRef": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "max_count": 1, "min_count": 1, "networks": [{"port": "303da803-9617-4f5b-a863-2cd1ab6baf7c"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}]}}' 2018-09-04 22:31:41,482 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:31:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f314f64a-50cb-4304-887d-17c60176d10f x-compute-request-id: req-f314f64a-50cb-4304-887d-17c60176d10f Content-Length: 444 location: http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "adminPass": "t24kSb8espTr"}} 2018-09-04 22:31:41,482 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-f314f64a-50cb-4304-887d-17c60176d10f 2018-09-04 22:31:41,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:41,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4c45c4d-bdbc-40ae-8ad7-438a80d463c0 x-compute-request-id: req-c4c45c4d-bdbc-40ae-8ad7-438a80d463c0 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:31:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:31:41,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-c4c45c4d-bdbc-40ae-8ad7-438a80d463c0 2018-09-04 22:31:41,699 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst 2018-09-04 22:31:41,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:41,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a969f68f-e981-4824-99fa-f96d2d2a3d83 x-compute-request-id: req-a969f68f-e981-4824-99fa-f96d2d2a3d83 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:31:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:31:41,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-a969f68f-e981-4824-99fa-f96d2d2a3d83 2018-09-04 22:31:41,922 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst] is - BUILD 2018-09-04 22:31:41,922 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:31:44,925 - create_instance - DEBUG - VM status query timeout in 896.774004936 2018-09-04 22:31:44,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:45,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65d7211c-f5e8-4c17-a8ac-d44f4237096c x-compute-request-id: req-65d7211c-f5e8-4c17-a8ac-d44f4237096c Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:31:42Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:31:45,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-65d7211c-f5e8-4c17-a8ac-d44f4237096c 2018-09-04 22:31:45,628 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst] is - BUILD 2018-09-04 22:31:45,629 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:31:48,632 - create_instance - DEBUG - VM status query timeout in 893.067746878 2018-09-04 22:31:48,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:49,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ed18797-5a35-4bb4-8785-7fd5a2ba8933 x-compute-request-id: req-5ed18797-5a35-4bb4-8785-7fd5a2ba8933 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:31:46Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:31:49,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-5ed18797-5a35-4bb4-8785-7fd5a2ba8933 2018-09-04 22:31:49,061 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst] is - ACTIVE 2018-09-04 22:31:49,061 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:31:49,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:49,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cac249c-1d26-4964-9e95-08aedc1bcb29 x-compute-request-id: req-5cac249c-1d26-4964-9e95-08aedc1bcb29 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:31:46Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:31:49,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-5cac249c-1d26-4964-9e95-08aedc1bcb29 2018-09-04 22:31:49,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:49,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-45f955c2-60bf-4075-a3c8-d1c52bf347d1 Date: Tue, 04 Sep 2018 22:31:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:31:49,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-45f955c2-60bf-4075-a3c8-d1c52bf347d1 2018-09-04 22:31:49,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:49,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9597c817-c57d-42cb-a1e8-659fb0a1869e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:49,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-9597c817-c57d-42cb-a1e8-659fb0a1869e 2018-09-04 22:31:49,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:49,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e903ec35-801e-4ab8-8f04-d7b0fc0623ea Date: Tue, 04 Sep 2018 22:31:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:49,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-e903ec35-801e-4ab8-8f04-d7b0fc0623ea 2018-09-04 22:31:49,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:50,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-6b17e943-db53-420f-8db1-8631376b0065 Date: Tue, 04 Sep 2018 22:31:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.1"}],"id":"0cdea162-01b5-4535-91ac-e8767d6a07ce","security_groups":[],"mac_address":"fa:16:3e:37:ee:d2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:27Z","binding:vnic_type":"normal","device_id":"52063348-80b1-4d4c-b034-441a5fdc6236"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.3"}],"id":"24931c66-52ad-4611-aac9-2c6b27645bd3","security_groups":[],"mac_address":"fa:16:3e:22:94:66","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-17d72590-fa27-4e1c-881c-153fa92530e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.6"}],"id":"303da803-9617-4f5b-a863-2cd1ab6baf7c","security_groups":["27c3202c-fcf4-4a6e-ac04-a952cea911a7"],"mac_address":"fa:16:3e:21:99:c2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:38Z","binding:vnic_type":"normal","device_id":"fb8fd32f-aff5-403a-99b4-1fbd964232a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.2"}],"id":"cbad23a4-4964-4890-bcf3-5e92ab25992d","security_groups":[],"mac_address":"fa:16:3e:a4:6a:5a","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-17d72590-fa27-4e1c-881c-153fa92530e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.4"}],"id":"d1fa2940-78a4-4df0-bd40-25c3d2dccad3","security_groups":[],"mac_address":"fa:16:3e:11:b2:5e","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-17d72590-fa27-4e1c-881c-153fa92530e1"}]} 2018-09-04 22:31:50,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-6b17e943-db53-420f-8db1-8631376b0065 2018-09-04 22:31:50,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:50,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3b23f1c-be21-4423-82e7-0a59cad21fde x-compute-request-id: req-f3b23f1c-be21-4423-82e7-0a59cad21fde Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:31:46Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:31:50,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-f3b23f1c-be21-4423-82e7-0a59cad21fde 2018-09-04 22:31:50,674 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst] is - ACTIVE 2018-09-04 22:31:50,674 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:31:50,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:51,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd90af65-8c7e-4cd8-968c-e04fbf926102 x-compute-request-id: req-cd90af65-8c7e-4cd8-968c-e04fbf926102 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:31:46Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:31:51,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-cd90af65-8c7e-4cd8-968c-e04fbf926102 2018-09-04 22:31:51,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:51,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-240883d4-6948-4ef4-ac85-d3c1a26fdeaf Date: Tue, 04 Sep 2018 22:31:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:31:51,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-240883d4-6948-4ef4-ac85-d3c1a26fdeaf 2018-09-04 22:31:51,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:51,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-129291e7-e08d-40a3-aa7d-e8f1fc4af62a Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:51,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-129291e7-e08d-40a3-aa7d-e8f1fc4af62a 2018-09-04 22:31:51,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:51,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b24a8e64-389a-497a-b846-12ff9597b78d Date: Tue, 04 Sep 2018 22:31:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:51,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-b24a8e64-389a-497a-b846-12ff9597b78d 2018-09-04 22:31:51,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:51,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-291f0276-f08f-4b5a-acb8-da8b7461c5b9 Date: Tue, 04 Sep 2018 22:31:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.1"}],"id":"0cdea162-01b5-4535-91ac-e8767d6a07ce","security_groups":[],"mac_address":"fa:16:3e:37:ee:d2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:27Z","binding:vnic_type":"normal","device_id":"52063348-80b1-4d4c-b034-441a5fdc6236"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.3"}],"id":"24931c66-52ad-4611-aac9-2c6b27645bd3","security_groups":[],"mac_address":"fa:16:3e:22:94:66","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-17d72590-fa27-4e1c-881c-153fa92530e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.6"}],"id":"303da803-9617-4f5b-a863-2cd1ab6baf7c","security_groups":["27c3202c-fcf4-4a6e-ac04-a952cea911a7"],"mac_address":"fa:16:3e:21:99:c2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:38Z","binding:vnic_type":"normal","device_id":"fb8fd32f-aff5-403a-99b4-1fbd964232a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.2"}],"id":"cbad23a4-4964-4890-bcf3-5e92ab25992d","security_groups":[],"mac_address":"fa:16:3e:a4:6a:5a","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-17d72590-fa27-4e1c-881c-153fa92530e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.4"}],"id":"d1fa2940-78a4-4df0-bd40-25c3d2dccad3","security_groups":[],"mac_address":"fa:16:3e:11:b2:5e","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-17d72590-fa27-4e1c-881c-153fa92530e1"}]} 2018-09-04 22:31:51,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-291f0276-f08f-4b5a-acb8-da8b7461c5b9 2018-09-04 22:31:51,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}}' 2018-09-04 22:31:53,101 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:31:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2849f03f-d1fc-4321-aac6-bdb803efc0d3 x-compute-request-id: req-2849f03f-d1fc-4321-aac6-bdb803efc0d3 Content-Length: 0 Content-Type: application/json 2018-09-04 22:31:53,101 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0/action used request id req-2849f03f-d1fc-4321-aac6-bdb803efc0d3 2018-09-04 22:31:53,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:53,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-f17a6432-608f-4e55-b0c2-e257f9045749 Date: Tue, 04 Sep 2018 22:31:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:21Z", "admin_state_up": true, "updated_at": "2018-09-04T22:31:27Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "52063348-80b1-4d4c-b034-441a5fdc6236", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router"}]} 2018-09-04 22:31:53,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router used request id req-f17a6432-608f-4e55-b0c2-e257f9045749 2018-09-04 22:31:53,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:53,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c552edf-6264-4753-b98c-d6ab3807bfaa Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:53,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-7c552edf-6264-4753-b98c-d6ab3807bfaa 2018-09-04 22:31:53,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=52063348-80b1-4d4c-b034-441a5fdc6236 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:53,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-2017abc4-a50e-4468-b8f6-2c33b4b2509a Date: Tue, 04 Sep 2018 22:31:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.1"}],"id":"0cdea162-01b5-4535-91ac-e8767d6a07ce","security_groups":[],"mac_address":"fa:16:3e:37:ee:d2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:27Z","binding:vnic_type":"normal","device_id":"52063348-80b1-4d4c-b034-441a5fdc6236"}]} 2018-09-04 22:31:53,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=52063348-80b1-4d4c-b034-441a5fdc6236 used request id req-2017abc4-a50e-4468-b8f6-2c33b4b2509a 2018-09-04 22:31:53,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/6baed805-8e4e-44bf-a735-163111369cf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:53,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7a706561-64b8-4890-93a7-44f38d4b2bff Date: Tue, 04 Sep 2018 22:31:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}} 2018-09-04 22:31:53,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/6baed805-8e4e-44bf-a735-163111369cf2 used request id req-7a706561-64b8-4890-93a7-44f38d4b2bff 2018-09-04 22:31:53,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:53,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4bac703a-0d2e-4fc0-82d4-1982453e7444 Date: Tue, 04 Sep 2018 22:31:53 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:31:53,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-4bac703a-0d2e-4fc0-82d4-1982453e7444 2018-09-04 22:31:53,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:53,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-27d6294b-ed20-4cb1-ac3d-a831aea95341 Date: Tue, 04 Sep 2018 22:31:53 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:31:53,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-27d6294b-ed20-4cb1-ac3d-a831aea95341 2018-09-04 22:31:53,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:54,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf399738-563a-49cd-9f0e-2d8c96957054 x-compute-request-id: req-bf399738-563a-49cd-9f0e-2d8c96957054 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:31:46Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:31:54,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-bf399738-563a-49cd-9f0e-2d8c96957054 2018-09-04 22:31:54,017 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst] is - ACTIVE 2018-09-04 22:31:54,017 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:31:54,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:54,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59daaa20-0d7b-4348-96c9-725c4ee2f255 x-compute-request-id: req-59daaa20-0d7b-4348-96c9-725c4ee2f255 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:31:46Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:31:54,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-59daaa20-0d7b-4348-96c9-725c4ee2f255 2018-09-04 22:31:54,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:54,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6dace321-9965-4bcb-ba20-33174c0200ad Date: Tue, 04 Sep 2018 22:31:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:31:54,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-6dace321-9965-4bcb-ba20-33174c0200ad 2018-09-04 22:31:54,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:54,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e0c4376-3df8-42a5-a7bc-0b8b01689b31 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:54,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-5e0c4376-3df8-42a5-a7bc-0b8b01689b31 2018-09-04 22:31:54,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:54,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4cd1bb7e-0b06-4940-bbf3-5602449b0c69 Date: Tue, 04 Sep 2018 22:31:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:54,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-4cd1bb7e-0b06-4940-bbf3-5602449b0c69 2018-09-04 22:31:54,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:55,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-11139a0d-f427-4241-87d9-23bde0562c90 Date: Tue, 04 Sep 2018 22:31:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.1"}],"id":"0cdea162-01b5-4535-91ac-e8767d6a07ce","security_groups":[],"mac_address":"fa:16:3e:37:ee:d2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:27Z","binding:vnic_type":"normal","device_id":"52063348-80b1-4d4c-b034-441a5fdc6236"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.3"}],"id":"24931c66-52ad-4611-aac9-2c6b27645bd3","security_groups":[],"mac_address":"fa:16:3e:22:94:66","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-17d72590-fa27-4e1c-881c-153fa92530e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:52Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.6"}],"id":"303da803-9617-4f5b-a863-2cd1ab6baf7c","security_groups":["27c3202c-fcf4-4a6e-ac04-a952cea911a7","dba27e2a-f221-4799-b307-1df0e36ab45e"],"mac_address":"fa:16:3e:21:99:c2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:38Z","binding:vnic_type":"normal","device_id":"fb8fd32f-aff5-403a-99b4-1fbd964232a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.2"}],"id":"cbad23a4-4964-4890-bcf3-5e92ab25992d","security_groups":[],"mac_address":"fa:16:3e:a4:6a:5a","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-17d72590-fa27-4e1c-881c-153fa92530e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.4"}],"id":"d1fa2940-78a4-4df0-bd40-25c3d2dccad3","security_groups":[],"mac_address":"fa:16:3e:11:b2:5e","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-17d72590-fa27-4e1c-881c-153fa92530e1"}]} 2018-09-04 22:31:55,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-11139a0d-f427-4241-87d9-23bde0562c90 2018-09-04 22:31:55,017 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-04 22:31:55,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:55,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a40eeeca-daa2-4c09-9c97-80bb8ca3c024 Date: Tue, 04 Sep 2018 22:31:55 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:31:55,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-a40eeeca-daa2-4c09-9c97-80bb8ca3c024 2018-09-04 22:31:55,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:55,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-674e1e5c-2221-4cd2-9f87-56b8a6330f86 Date: Tue, 04 Sep 2018 22:31:55 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:31:55,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-674e1e5c-2221-4cd2-9f87-56b8a6330f86 2018-09-04 22:31:55,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "port_id": "303da803-9617-4f5b-a863-2cd1ab6baf7c"}}' 2018-09-04 22:31:57,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-8db3f1f2-fd9e-4135-b4f8-f51387e8f0c2 Date: Tue, 04 Sep 2018 22:31:57 GMT RESP BODY: {"floatingip": {"router_id": "52063348-80b1-4d4c-b034-441a5fdc6236", "status": "DOWN", "description": "", "tags": [], "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:56Z", "updated_at": "2018-09-04T22:31:56Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.55.1.6", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_id": "303da803-9617-4f5b-a863-2cd1ab6baf7c", "id": "62fd3ead-96b1-411e-95fd-dde4dac1a2a9"}} 2018-09-04 22:31:57,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-8db3f1f2-fd9e-4135-b4f8-f51387e8f0c2 2018-09-04 22:31:57,728 - create_instance - INFO - Created floating IP 172.30.9.207 via router - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router 2018-09-04 22:31:57,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:58,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b54f62cd-0b54-4582-bc6c-3b868dea3db5 x-compute-request-id: req-b54f62cd-0b54-4582-bc6c-3b868dea3db5 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:31:46Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:31:58,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-b54f62cd-0b54-4582-bc6c-3b868dea3db5 2018-09-04 22:31:58,363 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst] is - ACTIVE 2018-09-04 22:31:58,363 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:31:58,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:58,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35f3683b-5d92-465a-b79a-69627b469804 x-compute-request-id: req-35f3683b-5d92-465a-b79a-69627b469804 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:31:46Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:31:58,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-35f3683b-5d92-465a-b79a-69627b469804 2018-09-04 22:31:58,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:58,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-23004640-1882-4d83-b21b-d26b0d5da505 Date: Tue, 04 Sep 2018 22:31:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:31:58,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-23004640-1882-4d83-b21b-d26b0d5da505 2018-09-04 22:31:58,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:58,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f1b349b-7e5d-42bd-a3f0-09602d8111ee Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:31:58,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-5f1b349b-7e5d-42bd-a3f0-09602d8111ee 2018-09-04 22:31:58,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:58,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fb4a7a68-969c-4666-9a3b-a6b127f8d4e0 Date: Tue, 04 Sep 2018 22:31:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:31:58,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-fb4a7a68-969c-4666-9a3b-a6b127f8d4e0 2018-09-04 22:31:58,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:59,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-7299bcd9-5183-465f-9126-ca0b3149d449 Date: Tue, 04 Sep 2018 22:31:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.1"}],"id":"0cdea162-01b5-4535-91ac-e8767d6a07ce","security_groups":[],"mac_address":"fa:16:3e:37:ee:d2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:27Z","binding:vnic_type":"normal","device_id":"52063348-80b1-4d4c-b034-441a5fdc6236"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.3"}],"id":"24931c66-52ad-4611-aac9-2c6b27645bd3","security_groups":[],"mac_address":"fa:16:3e:22:94:66","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-17d72590-fa27-4e1c-881c-153fa92530e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:52Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.6"}],"id":"303da803-9617-4f5b-a863-2cd1ab6baf7c","security_groups":["27c3202c-fcf4-4a6e-ac04-a952cea911a7","dba27e2a-f221-4799-b307-1df0e36ab45e"],"mac_address":"fa:16:3e:21:99:c2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:38Z","binding:vnic_type":"normal","device_id":"fb8fd32f-aff5-403a-99b4-1fbd964232a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.2"}],"id":"cbad23a4-4964-4890-bcf3-5e92ab25992d","security_groups":[],"mac_address":"fa:16:3e:a4:6a:5a","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-17d72590-fa27-4e1c-881c-153fa92530e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.4"}],"id":"d1fa2940-78a4-4df0-bd40-25c3d2dccad3","security_groups":[],"mac_address":"fa:16:3e:11:b2:5e","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-17d72590-fa27-4e1c-881c-153fa92530e1"}]} 2018-09-04 22:31:59,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-7299bcd9-5183-465f-9126-ca0b3149d449 2018-09-04 22:31:59,050 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-09-04 22:31:59,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:31:59,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b30a83b5-fcc2-4345-9c94-d321c41368ad x-compute-request-id: req-b30a83b5-fcc2-4345-9c94-d321c41368ad Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:31:46Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:31:59,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-b30a83b5-fcc2-4345-9c94-d321c41368ad 2018-09-04 22:31:59,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:32:00,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:31:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cce487e9-d1c7-4d9c-b64e-42719a0544a0 x-compute-request-id: req-cce487e9-d1c7-4d9c-b64e-42719a0544a0 Content-Encoding: gzip Content-Length: 9650 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 490161919 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.125570] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.127190] pid_max: default: 32768 minimum: 301\n[ 0.128067] ACPI: Core revision 20150930\n[ 0.129440] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130717] Security Framework initialized\n[ 0.131510] Yama: becoming mindful.\n[ 0.132220] AppArmor: AppArmor initialized\n[ 0.133068] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134316] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135545] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136701] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138023] Initializing cgroup subsys io\n[ 0.138825] Initializing cgroup subsys memory\n[ 0.139659] Initializing cgroup subsys devices\n[ 0.140504] Initializing cgroup subsys freezer\n[ 0.141354] Initializing cgroup subsys net_cls\n[ 0.142204] Initializing cgroup subsys perf_event\n[ 0.143089] Initializing cgroup subsys net_prio\n[ 0.143950] Initializing cgroup subsys hugetlb\n[ 0.144803] Initializing cgroup subsys pids\n[ 0.145659] CPU: Physical Processor ID: 0\n[ 0.147133] mce: CPU supports 10 MCE banks\n[ 0.147962] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.148943] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.151194] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.157625] ftrace: allocating 31920 entries in 125 pages\n[ 0.184027] smpboot: Max logical packages: 2\n[ 0.184870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.186031] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.187346] x2apic enabled\n[ 0.188142] Switched APIC routing to physical x2apic.\n[ 0.189879] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.191079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.193196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.195103] KVM setup paravirtual spinlock\n[ 0.196509] x86: Booting SMP configuration:\n[ 0.197396] .... node #0, CPUs: #1\n[ 0.198287] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.220422] x86: Booted up 1 node, 2 CPUs\n[ 0.220424] KVM setup async PF for cpu 1\n[ 0.220427] kvm-stealtime: cpu 1, msr f90d940\n[ 0.222949] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.224438] devtmpfs: initialized\n[ 0.226132] evm: security.selinux\n[ 0.226814] evm: security.SMACK64\n[ 0.227487] evm: security.SMACK64EXEC\n[ 0.228217] evm: security.SMACK64TRANSMUTE\n[ 0.229014] evm: security.SMACK64MMAP\n[ 0.229741] evm: security.ima\n[ 0.230363] evm: security.capability\n[ 0.231207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233048] pinctrl core: initialized pinctrl subsystem\n[ 0.234124] RTC time: 22:31:44, date: 09/04/18\n[ 0.235081] NET: Registered protocol family 16\n[ 0.245101] cpuidle: using governor ladder\n[ 0.257170] cpuidle: using governor menu\n[ 0.257992] PCCT header not found.\n[ 0.258768] ACPI: bus type PCI registered\n[ 0.259552] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260768] PCI: Using configuration type 1 for base access\n[ 0.274195] ACPI: Added _OSI(Module Device)\n[ 0.275041] ACPI: Added _OSI(Processor Device)\n[ 0.275888] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276764] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.279128] ACPI: Interpreter enabled\n[ 0.279878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.283487] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.285289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.287100] ACPI: (supports S0 S5)\n[ 0.287787] ACPI: Using IOAPIC for interrupt routing\n[ 0.288704] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.292052] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.293162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.294364] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295528] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297715] acpiphp: Slot [3] registered\n[ 0.298502] acpiphp: Slot [4] registered\n[ 0.299286] acpiphp: Slot [5] registered\n[ 0.300071] acpiphp: Slot [6] registered\n[ 0.300852] acpiphp: Slot [7] registered\n[ 0.301630] acpiphp: Slot [8] registered\n[ 0.302409] acpiphp: Slot [9] registered\n[ 0.303188] acpiphp: Slot [10] registered\n[ 0.314005] acpiphp: Slot [11] registered\n[ 0.314801] acpiphp: Slot [12] registered\n[ 0.315591] acpiphp: Slot [13] registered\n[ 0.316374] acpiphp: Slot [14] registered\n[ 0.317174] acpiphp: Slot [15] registered\n[ 0.317968] acpiphp: Slot [16] registered\n[ 0.318764] acpiphp: Slot [17] registered\n[ 0.319554] acpiphp: Slot [18] registered\n[ 0.320339] acpiphp: Slot [19] registered\n[ 0.321129] acpiphp: Slot [20] registered\n[ 0.321918] acpiphp: Slot [21] registered\n[ 0.322706] acpiphp: Slot [22] registered\n[ 0.323502] acpiphp: Slot [23] registered\n[ 0.324289] acpiphp: Slot [24] registered\n[ 0.325085] acpiphp: Slot [25] registered\n[ 0.325873] acpiphp: Slot [26] registered\n[ 0.326662] acpiphp: Slot [27] registered\n[ 0.327446] acpiphp: Slot [28] registered\n[ 0.328238] acpiphp: Slot [29] registered\n[ 0.329029] acpiphp: Slot [30] registered\n[ 0.329821] acpiphp: Slot [31] registered\n[ 0.330603] PCI host bridge to bus 0000:00\n[ 0.331388] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332575] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333754] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335165] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.336581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.342712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.343950] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.345197] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353176] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.354861] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400176] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401811] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403398] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.405039] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.408458] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409853] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411106] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.412913] vgaarb: loaded\n[ 0.413609] vgaarb: bridge control possible 0000:00:02.0\n[ 0.414913] SCSI subsystem initialized\n[ 0.415897] ACPI: bus type USB registered\n[ 0.416864] usbcore: registered new interface driver usbfs\n[ 0.418109] usbcore: registered new interface driver hub\n[ 0.419314] usbcore: registered new device driver usb\n[ 0.420608] PCI: Using ACPI for IRQ routing\n[ 0.421766] NetLabel: Initializing\n[ 0.422614] NetLabel: domain hash size = 128\n[ 0.423603] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424704] NetLabel: unlabeled traffic allowed by default\n[ 0.426042] clocksource: Switched to clocksource kvm-clock\n[ 0.432086] AppArmor: AppArmor Filesystem Enabled\n[ 0.433186] pnp: PnP ACPI init\n[ 0.434212] pnp: PnP ACPI: found 5 devices\n[ 0.441693] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.443661] NET: Registered protocol family 2\n[ 0.444775] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.446259] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.447624] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.449017] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.450260] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451610] NET: Registered protocol family 1\n[ 0.452601] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.453867] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.455106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.473551] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.492381] Trying to unpack rootfs image as initramfs...\n[ 0.542082] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.556454] Scanning for low memory corruption every 60 seconds\n[ 0.558069] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.559450] audit: initializing netlink subsys (disabled)\n[ 0.560675] audit: type=2000 audit(1536100305.809:1): initialized\n[ 0.562202] Initialise system trusted keyring\n[ 0.563358] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564765] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.567089] zbud: loaded\n[ 0.567965] VFS: Disk quotas dquot_6.6.0\n[ 0.568959] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.570833] fuse init (API version 7.23)\n[ 0.571928] Key type big_key registered\n[ 0.572861] Allocating IMA MOK and blacklist keyrings.\n[ 0.574559] Key type asymmetric registered\n[ 0.575507] Asymmetric key parser 'x509' registered\n[ 0.576607] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.578414] io scheduler noop registered\n[ 0.579389] io scheduler deadline registered (default)\n[ 0.580577] io scheduler cfq registered\n[ 0.581532] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.582753] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585899] ACPI: Power Button [PWRF]\n[ 0.586909] GHES: HEST is not enabled!\n[ 0.607786] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.649051] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.651745] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675826] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.679045] Linux agpgart interface v0.103\n[ 0.682270] brd: module loaded\n[ 0.683927] loop: module loaded\n[ 0.689159] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.690608] GPT:90111 != 20971519\n[ 0.691281] GPT:Alternate GPT header not at the end of the disk.\n[ 0.692345] GPT:90111 != 20971519\n[ 0.693017] GPT: Use GNU Parted to correct GPT errors.\n[ 0.693958] vda: vda1 vda15\n[ 0.695533] scsi host0: ata_piix\n[ 0.696338] scsi host1: ata_piix\n[ 0.697040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.698231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.699473] libphy: Fixed MDIO Bus: probed\n[ 0.700404] tun: Universal TUN/TAP device driver, 1.6\n[ 0.701340] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.703294] PPP generic driver version 2.4.2\n[ 0.704187] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.705410] ehci-pci: EHCI PCI platform driver\n[ 0.706269] ehci-platform: EHCI generic platform driver\n[ 0.707235] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708337] ohci-pci: OHCI PCI platform driver\n[ 0.709187] ohci-platform: OHCI generic platform driver\n[ 0.710161] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.729052] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.730055] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.731475] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.732459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.733558] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.734766] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.736161] usb usb1: Product: UHCI Host Controller\n[ 0.737075] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.738195] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.739198] hub 1-0:1.0: USB hub found\n[ 0.739960] hub 1-0:1.0: 2 ports detected\n[ 0.740851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.742951] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743894] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744952] mousedev: PS/2 mouse device common for all mice\n[ 0.746225] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.748019] rtc_cmos 00:00: RTC can wake from S4\n[ 0.749107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750288] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.751454] i2c /dev entries driver\n[ 0.752209] device-mapper: uevent: version 1.0.3\n[ 0.753154] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754761] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.756099] NET: Registered protocol family 10\n[ 0.757112] NET: Registered protocol family 17\n[ 0.757996] Key type dns_resolver registered\n[ 0.758943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.760006] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.761670] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.763441] registered taskstats version 1\n[ 0.764262] Loading compiled-in X.509 certificates\n[ 0.765680] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.767485] zswap: loaded using pool lzo/zbud\n[ 0.769082] Key type trusted registered\n[ 0.770906] Key type encrypted registered\n[ 0.771706] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772708] ima: No TPM chip found, activating TPM-bypass!\n[ 0.773724] evm: HMAC attrs: 0x1\n[ 0.774695] Magic number: 2:132:552\n[ 0.775444] tty ttyS28: hash matches\n[ 0.786679] acpi PNP0C0F:03: hash matches\n[ 0.787559] rtc_cmos 00:00: setting system clock to 2018-09-04 22:31:45 UTC (1536100305)\n[ 0.789151] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.790246] EDD information not available.\n[ 0.859097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.860631] Write protecting the kernel read-only data: 14336k\n[ 0.862227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864012] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.928087] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.36\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.6...\nLease of 10.55.1.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.54. iid=i-00000102\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKNEcTxLJK096NTP2S0tmUVz2kOcrtXjmFmkWVlIWRuRps+uUQKwyp9e5IdkffckpKdQQVc+53lr+Aq110A+zkq4R9YOS8v0g3NVAG6HzCD+06Ib2ZEJQ/9JdnqMTzXqxkT9wbmGPO1Vn3Tu+dJ3mRVb2gY72eWPlXA9e6hP8D+BjDq+UbUUKfT5YbEJAnHq1l7punjpKvRJmiEOzJjRbbG/kfeDXJ26Loql7sunMjow0S75mQLKKLU1fCdz1KC1/OPAtFxnJ72+IxC8kCFQqc4XB7W8a2HiiNwYXobxxRIu8R8LINjk7SPZvajhPMy+JNaziw01irY3yWdKMMH8Lz root@createinstancesinglenetworktests-a6f91a87-87d5-48da-b45a-04ad96\nssh-dss AAAAB3NzaC1kc3MAAACBANgwhwlsfuXFXxHsI3L0HK5wFr5RHTSI33FaHQm3uZoRYe4jZybLYm5MVJSx0BxD3PYdJj5ToifGyH1v0mG6f0X6PSwRH2lSC6jUXmg2wA96QbWojZCqTj6PnSnQLB/U8iFt9+ZprUE/2RnIPwTKJLmUEh6k6lekVNpk2BJ1Q1NvAAAAFQD3t7206yM+O6s4DHBR7CshY4m9JQAAAIEArgzKLu7/vlUdWy8/ZHTOt50btVENSZp7v/AHgfCCYebdetxwjwpaLIoXnrS5aR0cmJpdXW54y1J9qU0WZylHCZZd6b/f+poCsbUfvfCSf7X81X/p45rXcOE4QQ8aCotIXmjVmEHNFwmoBeQklVzHRKWKFvo1tu9b48YCSClN4XoAAACBAJM4BZyZBWIMteaTXEv5E5AOf/dPQAspsZO67V/ie5tefe3tQ9SPK//9aAvzKpLUR6rr9TibV3nFK9+6cN7pWFSsxyrroZvo2jbTytPdAo113CaDgpNGEjqrsYW9PAebwQTrmq59H9stqA39dHXQdFhXReGqRXvJMewGu6mn4LQz root@createinstancesinglenetworktests-a6f91a87-87d5-48da-b45a-04ad96\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fe21:99c2/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 \nip-route:169.254.169.254 via 10.55.1.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000102\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-a6f91a87-87d5-48da-b45a-04ad96\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.42 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-a6f91a87-87d5-48da-b45a-04ad96 login: "} 2018-09-04 22:32:00,619 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0/action used request id req-cce487e9-d1c7-4d9c-b64e-42719a0544a0 2018-09-04 22:32:00,621 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:32:00,621 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 490161919 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.125570] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.127190] pid_max: default: 32768 minimum: 301 [ 0.128067] ACPI: Core revision 20150930 [ 0.129440] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130717] Security Framework initialized [ 0.131510] Yama: becoming mindful. [ 0.132220] AppArmor: AppArmor initialized [ 0.133068] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134316] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135545] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136701] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138023] Initializing cgroup subsys io [ 0.138825] Initializing cgroup subsys memory [ 0.139659] Initializing cgroup subsys devices [ 0.140504] Initializing cgroup subsys freezer [ 0.141354] Initializing cgroup subsys net_cls [ 0.142204] Initializing cgroup subsys perf_event [ 0.143089] Initializing cgroup subsys net_prio [ 0.143950] Initializing cgroup subsys hugetlb [ 0.144803] Initializing cgroup subsys pids [ 0.145659] CPU: Physical Processor ID: 0 [ 0.147133] mce: CPU supports 10 MCE banks [ 0.147962] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.148943] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.151194] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.157625] ftrace: allocating 31920 entries in 125 pages [ 0.184027] smpboot: Max logical packages: 2 [ 0.184870] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.186031] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.187346] x2apic enabled [ 0.188142] Switched APIC routing to physical x2apic. [ 0.189879] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.191079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.193196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.195103] KVM setup paravirtual spinlock [ 0.196509] x86: Booting SMP configuration: [ 0.197396] .... node #0, CPUs: #1 [ 0.198287] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.220422] x86: Booted up 1 node, 2 CPUs [ 0.220424] KVM setup async PF for cpu 1 [ 0.220427] kvm-stealtime: cpu 1, msr f90d940 [ 0.222949] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.224438] devtmpfs: initialized [ 0.226132] evm: security.selinux [ 0.226814] evm: security.SMACK64 [ 0.227487] evm: security.SMACK64EXEC [ 0.228217] evm: security.SMACK64TRANSMUTE [ 0.229014] evm: security.SMACK64MMAP [ 0.229741] evm: security.ima [ 0.230363] evm: security.capability [ 0.231207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233048] pinctrl core: initialized pinctrl subsystem [ 0.234124] RTC time: 22:31:44, date: 09/04/18 [ 0.235081] NET: Registered protocol family 16 [ 0.245101] cpuidle: using governor ladder [ 0.257170] cpuidle: using governor menu [ 0.257992] PCCT header not found. [ 0.258768] ACPI: bus type PCI registered [ 0.259552] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260768] PCI: Using configuration type 1 for base access [ 0.274195] ACPI: Added _OSI(Module Device) [ 0.275041] ACPI: Added _OSI(Processor Device) [ 0.275888] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.276764] ACPI: Added _OSI(Processor Aggregator Device) [ 0.279128] ACPI: Interpreter enabled [ 0.279878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.281676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.283487] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.285289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.287100] ACPI: (supports S0 S5) [ 0.287787] ACPI: Using IOAPIC for interrupt routing [ 0.288704] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.292052] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.293162] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.294364] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.295528] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.297715] acpiphp: Slot [3] registered [ 0.298502] acpiphp: Slot [4] registered [ 0.299286] acpiphp: Slot [5] registered [ 0.300071] acpiphp: Slot [6] registered [ 0.300852] acpiphp: Slot [7] registered [ 0.301630] acpiphp: Slot [8] registered [ 0.302409] acpiphp: Slot [9] registered [ 0.303188] acpiphp: Slot [10] registered [ 0.314005] acpiphp: Slot [11] registered [ 0.314801] acpiphp: Slot [12] registered [ 0.315591] acpiphp: Slot [13] registered [ 0.316374] acpiphp: Slot [14] registered [ 0.317174] acpiphp: Slot [15] registered [ 0.317968] acpiphp: Slot [16] registered [ 0.318764] acpiphp: Slot [17] registered [ 0.319554] acpiphp: Slot [18] registered [ 0.320339] acpiphp: Slot [19] registered [ 0.321129] acpiphp: Slot [20] registered [ 0.321918] acpiphp: Slot [21] registered [ 0.322706] acpiphp: Slot [22] registered [ 0.323502] acpiphp: Slot [23] registered [ 0.324289] acpiphp: Slot [24] registered [ 0.325085] acpiphp: Slot [25] registered [ 0.325873] acpiphp: Slot [26] registered [ 0.326662] acpiphp: Slot [27] registered [ 0.327446] acpiphp: Slot [28] registered [ 0.328238] acpiphp: Slot [29] registered [ 0.329029] acpiphp: Slot [30] registered [ 0.329821] acpiphp: Slot [31] registered [ 0.330603] PCI host bridge to bus 0000:00 [ 0.331388] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.332575] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.333754] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.335165] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.336581] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343950] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345197] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353176] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.354861] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.400176] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.401811] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.403398] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.405039] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.406607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.408458] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.409853] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.411106] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.412913] vgaarb: loaded [ 0.413609] vgaarb: bridge control possible 0000:00:02.0 [ 0.414913] SCSI subsystem initialized [ 0.415897] ACPI: bus type USB registered [ 0.416864] usbcore: registered new interface driver usbfs [ 0.418109] usbcore: registered new interface driver hub [ 0.419314] usbcore: registered new device driver usb [ 0.420608] PCI: Using ACPI for IRQ routing [ 0.421766] NetLabel: Initializing [ 0.422614] NetLabel: domain hash size = 128 [ 0.423603] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.424704] NetLabel: unlabeled traffic allowed by default [ 0.426042] clocksource: Switched to clocksource kvm-clock [ 0.432086] AppArmor: AppArmor Filesystem Enabled [ 0.433186] pnp: PnP ACPI init [ 0.434212] pnp: PnP ACPI: found 5 devices [ 0.441693] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.443661] NET: Registered protocol family 2 [ 0.444775] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.446259] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.447624] TCP: Hash tables configured (established 2048 bind 2048) [ 0.449017] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.450260] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.451610] NET: Registered protocol family 1 [ 0.452601] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.453867] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.455106] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.473551] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.492381] Trying to unpack rootfs image as initramfs... [ 0.542082] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.556454] Scanning for low memory corruption every 60 seconds [ 0.558069] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.559450] audit: initializing netlink subsys (disabled) [ 0.560675] audit: type=2000 audit(1536100305.809:1): initialized [ 0.562202] Initialise system trusted keyring [ 0.563358] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.564765] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.567089] zbud: loaded [ 0.567965] VFS: Disk quotas dquot_6.6.0 [ 0.568959] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.570833] fuse init (API version 7.23) [ 0.571928] Key type big_key registered [ 0.572861] Allocating IMA MOK and blacklist keyrings. [ 0.574559] Key type asymmetric registered [ 0.575507] Asymmetric key parser 'x509' registered [ 0.576607] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.578414] io scheduler noop registered [ 0.579389] io scheduler deadline registered (default) [ 0.580577] io scheduler cfq registered [ 0.581532] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.582753] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.584232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.585899] ACPI: Power Button [PWRF] [ 0.586909] GHES: HEST is not enabled! [ 0.607786] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.649051] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.651745] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675826] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.679045] Linux agpgart interface v0.103 [ 0.682270] brd: module loaded [ 0.683927] loop: module loaded [ 0.689159] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.690608] GPT:90111 != 20971519 [ 0.691281] GPT:Alternate GPT header not at the end of the disk. [ 0.692345] GPT:90111 != 20971519 [ 0.693017] GPT: Use GNU Parted to correct GPT errors. [ 0.693958] vda: vda1 vda15 [ 0.695533] scsi host0: ata_piix [ 0.696338] scsi host1: ata_piix [ 0.697040] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.698231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.699473] libphy: Fixed MDIO Bus: probed [ 0.700404] tun: Universal TUN/TAP device driver, 1.6 [ 0.701340] tun: (C) 1999-2004 Max Krasnyansky [ 0.703294] PPP generic driver version 2.4.2 [ 0.704187] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.705410] ehci-pci: EHCI PCI platform driver [ 0.706269] ehci-platform: EHCI generic platform driver [ 0.707235] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708337] ohci-pci: OHCI PCI platform driver [ 0.709187] ohci-platform: OHCI generic platform driver [ 0.710161] uhci_hcd: USB Universal Host Controller Interface driver [ 0.729052] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.730055] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.731475] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.732459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.733558] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.734766] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.736161] usb usb1: Product: UHCI Host Controller [ 0.737075] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.738195] usb usb1: SerialNumber: 0000:00:01.2 [ 0.739198] hub 1-0:1.0: USB hub found [ 0.739960] hub 1-0:1.0: 2 ports detected [ 0.740851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.742951] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.743894] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.744952] mousedev: PS/2 mouse device common for all mice [ 0.746225] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.748019] rtc_cmos 00:00: RTC can wake from S4 [ 0.749107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750288] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.751454] i2c /dev entries driver [ 0.752209] device-mapper: uevent: version 1.0.3 [ 0.753154] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.754761] ledtrig-cpu: registered to indicate activity on CPUs [ 0.756099] NET: Registered protocol family 10 [ 0.757112] NET: Registered protocol family 17 [ 0.757996] Key type dns_resolver registered [ 0.758943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.760006] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.761670] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.763441] registered taskstats version 1 [ 0.764262] Loading compiled-in X.509 certificates [ 0.765680] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.767485] zswap: loaded using pool lzo/zbud [ 0.769082] Key type trusted registered [ 0.770906] Key type encrypted registered [ 0.771706] AppArmor: AppArmor sha1 policy hashing enabled [ 0.772708] ima: No TPM chip found, activating TPM-bypass! [ 0.773724] evm: HMAC attrs: 0x1 [ 0.774695] Magic number: 2:132:552 [ 0.775444] tty ttyS28: hash matches [ 0.786679] acpi PNP0C0F:03: hash matches [ 0.787559] rtc_cmos 00:00: setting system clock to 2018-09-04 22:31:45 UTC (1536100305) [ 0.789151] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.790246] EDD information not available. [ 0.859097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.860631] Write protecting the kernel read-only data: 14336k [ 0.862227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.864012] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.928087] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.36 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.6... Lease of 10.55.1.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.54. iid=i-00000102 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKNEcTxLJK096NTP2S0tmUVz2kOcrtXjmFmkWVlIWRuRps+uUQKwyp9e5IdkffckpKdQQVc+53lr+Aq110A+zkq4R9YOS8v0g3NVAG6HzCD+06Ib2ZEJQ/9JdnqMTzXqxkT9wbmGPO1Vn3Tu+dJ3mRVb2gY72eWPlXA9e6hP8D+BjDq+UbUUKfT5YbEJAnHq1l7punjpKvRJmiEOzJjRbbG/kfeDXJ26Loql7sunMjow0S75mQLKKLU1fCdz1KC1/OPAtFxnJ72+IxC8kCFQqc4XB7W8a2HiiNwYXobxxRIu8R8LINjk7SPZvajhPMy+JNaziw01irY3yWdKMMH8Lz root@createinstancesinglenetworktests-a6f91a87-87d5-48da-b45a-04ad96 ssh-dss AAAAB3NzaC1kc3MAAACBANgwhwlsfuXFXxHsI3L0HK5wFr5RHTSI33FaHQm3uZoRYe4jZybLYm5MVJSx0BxD3PYdJj5ToifGyH1v0mG6f0X6PSwRH2lSC6jUXmg2wA96QbWojZCqTj6PnSnQLB/U8iFt9+ZprUE/2RnIPwTKJLmUEh6k6lekVNpk2BJ1Q1NvAAAAFQD3t7206yM+O6s4DHBR7CshY4m9JQAAAIEArgzKLu7/vlUdWy8/ZHTOt50btVENSZp7v/AHgfCCYebdetxwjwpaLIoXnrS5aR0cmJpdXW54y1J9qU0WZylHCZZd6b/f+poCsbUfvfCSf7X81X/p45rXcOE4QQ8aCotIXmjVmEHNFwmoBeQklVzHRKWKFvo1tu9b48YCSClN4XoAAACBAJM4BZyZBWIMteaTXEv5E5AOf/dPQAspsZO67V/ie5tefe3tQ9SPK//9aAvzKpLUR6rr9TibV3nFK9+6cN7pWFSsxyrroZvo2jbTytPdAo113CaDgpNGEjqrsYW9PAebwQTrmq59H9stqA39dHXQdFhXReGqRXvJMewGu6mn4LQz root@createinstancesinglenetworktests-a6f91a87-87d5-48da-b45a-04ad96 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fe21:99c2/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 ip-route:169.254.169.254 via 10.55.1.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000102 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-a6f91a87-87d5-48da-b45a-04ad96 launch-index: 0 === cirros: current=0.4.0 uptime=3.42 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-a6f91a87-87d5-48da-b45a-04ad96 login: 2018-09-04 22:32:00,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:01,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41343721-dde7-466f-8cd7-f40e0d629d87 x-compute-request-id: req-41343721-dde7-466f-8cd7-f40e0d629d87 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:31:46Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:32:01,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-41343721-dde7-466f-8cd7-f40e0d629d87 2018-09-04 22:32:01,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:01,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-80ed4159-8e93-40c3-8d3e-f511a8f43479 Date: Tue, 04 Sep 2018 22:32:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:32:01,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-80ed4159-8e93-40c3-8d3e-f511a8f43479 2018-09-04 22:32:01,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:01,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dbc7dc2-1c24-4dcc-8105-b9a627e47f0e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:32:01,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-2dbc7dc2-1c24-4dcc-8105-b9a627e47f0e 2018-09-04 22:32:01,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:01,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ab0c37cd-8537-48c2-8cdf-65c5c3a54665 Date: Tue, 04 Sep 2018 22:32:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:32:01,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-ab0c37cd-8537-48c2-8cdf-65c5c3a54665 2018-09-04 22:32:01,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:01,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-fc44b409-1510-4893-aaa9-71d395f51a9e Date: Tue, 04 Sep 2018 22:32:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.1"}],"id":"0cdea162-01b5-4535-91ac-e8767d6a07ce","security_groups":[],"mac_address":"fa:16:3e:37:ee:d2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:27Z","binding:vnic_type":"normal","device_id":"52063348-80b1-4d4c-b034-441a5fdc6236"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.3"}],"id":"24931c66-52ad-4611-aac9-2c6b27645bd3","security_groups":[],"mac_address":"fa:16:3e:22:94:66","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-17d72590-fa27-4e1c-881c-153fa92530e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:52Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.6"}],"id":"303da803-9617-4f5b-a863-2cd1ab6baf7c","security_groups":["27c3202c-fcf4-4a6e-ac04-a952cea911a7","dba27e2a-f221-4799-b307-1df0e36ab45e"],"mac_address":"fa:16:3e:21:99:c2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:38Z","binding:vnic_type":"normal","device_id":"fb8fd32f-aff5-403a-99b4-1fbd964232a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.2"}],"id":"cbad23a4-4964-4890-bcf3-5e92ab25992d","security_groups":[],"mac_address":"fa:16:3e:a4:6a:5a","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-17d72590-fa27-4e1c-881c-153fa92530e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.4"}],"id":"d1fa2940-78a4-4df0-bd40-25c3d2dccad3","security_groups":[],"mac_address":"fa:16:3e:11:b2:5e","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-17d72590-fa27-4e1c-881c-153fa92530e1"}]} 2018-09-04 22:32:01,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-fc44b409-1510-4893-aaa9-71d395f51a9e 2018-09-04 22:32:01,992 - create_instance - INFO - Checking if VM is active 2018-09-04 22:32:01,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:02,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75dbf546-42e2-402e-a29b-a304c2e2980a x-compute-request-id: req-75dbf546-42e2-402e-a29b-a304c2e2980a Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:31:46Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:32:02,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-75dbf546-42e2-402e-a29b-a304c2e2980a 2018-09-04 22:32:02,366 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst] is - ACTIVE 2018-09-04 22:32:02,366 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:32:02,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:02,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-610c811d-f0b0-44c3-a667-2d3388a8a74a x-compute-request-id: req-610c811d-f0b0-44c3-a667-2d3388a8a74a Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp"}], "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:31:46Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:32:02,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-610c811d-f0b0-44c3-a667-2d3388a8a74a 2018-09-04 22:32:02,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:02,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e0f740d6-6417-4a8a-9bb9-eb08445501c0 Date: Tue, 04 Sep 2018 22:32:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6baed805-8e4e-44bf-a735-163111369cf2"],"updated_at":"2018-09-04T22:31:17Z","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"17d72590-fa27-4e1c-881c-153fa92530e1","name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net"}]} 2018-09-04 22:32:02,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net used request id req-e0f740d6-6417-4a8a-9bb9-eb08445501c0 2018-09-04 22:32:02,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:03,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7ca19d5-038b-4850-88bf-a20e4955f17d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:32:03,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-f7ca19d5-038b-4850-88bf-a20e4955f17d 2018-09-04 22:32:03,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:03,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c0703e25-d1a8-4f0f-8332-50de33b3d64a Date: Tue, 04 Sep 2018 22:32:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:31:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","id":"6baed805-8e4e-44bf-a735-163111369cf2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet"}]} 2018-09-04 22:32:03,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-c0703e25-d1a8-4f0f-8332-50de33b3d64a 2018-09-04 22:32:03,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:03,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-b0cf5a38-6ef5-4cf3-9443-1f74d0c5f463 Date: Tue, 04 Sep 2018 22:32:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.1"}],"id":"0cdea162-01b5-4535-91ac-e8767d6a07ce","security_groups":[],"mac_address":"fa:16:3e:37:ee:d2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:27Z","binding:vnic_type":"normal","device_id":"52063348-80b1-4d4c-b034-441a5fdc6236"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.3"}],"id":"24931c66-52ad-4611-aac9-2c6b27645bd3","security_groups":[],"mac_address":"fa:16:3e:22:94:66","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-17d72590-fa27-4e1c-881c-153fa92530e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:52Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.6"}],"id":"303da803-9617-4f5b-a863-2cd1ab6baf7c","security_groups":["27c3202c-fcf4-4a6e-ac04-a952cea911a7","dba27e2a-f221-4799-b307-1df0e36ab45e"],"mac_address":"fa:16:3e:21:99:c2","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:38Z","binding:vnic_type":"normal","device_id":"fb8fd32f-aff5-403a-99b4-1fbd964232a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.2"}],"id":"cbad23a4-4964-4890-bcf3-5e92ab25992d","security_groups":[],"mac_address":"fa:16:3e:a4:6a:5a","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-17d72590-fa27-4e1c-881c-153fa92530e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:31:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6baed805-8e4e-44bf-a735-163111369cf2","ip_address":"10.55.1.4"}],"id":"d1fa2940-78a4-4df0-bd40-25c3d2dccad3","security_groups":[],"mac_address":"fa:16:3e:11:b2:5e","project_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"17d72590-fa27-4e1c-881c-153fa92530e1","tenant_id":"f57c9a4d63e94a4c9f6a0d459bef7b44","created_at":"2018-09-04T22:31:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-17d72590-fa27-4e1c-881c-153fa92530e1"}]} 2018-09-04 22:32:03,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-b0cf5a38-6ef5-4cf3-9443-1f74d0c5f463 2018-09-04 22:32:03,206 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:32:03,210 - paramiko.transport - DEBUG - starting thread (client mode): 0x27d09110L 2018-09-04 22:32:03,210 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:32:03,210 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:32:03,211 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:32:03,212 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:32:03,212 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:32:03,212 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:32:03,212 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:32:03,212 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:32:03,212 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:32:03,228 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:32:03,229 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:32:03,242 - paramiko.transport - DEBUG - Trying key 47f58d20e69446426ad65ec772a0c52d from tmp/CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8 2018-09-04 22:32:03,266 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:32:03,269 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:32:03,370 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:32:03,389 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:32:03,389 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:32:03,390 - paramiko.transport - DEBUG - starting thread (client mode): 0x27d09a10L 2018-09-04 22:32:03,391 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:32:03,391 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:32:03,391 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:32:03,392 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:32:03,392 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:32:03,392 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:32:03,392 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:32:03,392 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:32:03,392 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:32:03,409 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:32:03,409 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:32:03,423 - paramiko.transport - DEBUG - Trying key 47f58d20e69446426ad65ec772a0c52d from tmp/CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8 2018-09-04 22:32:03,446 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:32:03,449 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:32:03,455 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:32:03,456 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 22:32:03,457 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:32:03,458 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:32:03,459 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:32:03,460 - create_instance - INFO - Deleting Floating IP - 172.30.9.207 2018-09-04 22:32:03,460 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2018-09-04 22:32:03,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/floatingips/62fd3ead-96b1-411e-95fd-dde4dac1a2a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:04,276 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d8df34da-9b36-438b-94dd-cf0621548bb6 Content-Length: 0 Date: Tue, 04 Sep 2018 22:32:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:32:04,277 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/62fd3ead-96b1-411e-95fd-dde4dac1a2a9 used request id req-d8df34da-9b36-438b-94dd-cf0621548bb6 2018-09-04 22:32:04,277 - create_instance - INFO - Deleting Port with ID - 303da803-9617-4f5b-a863-2cd1ab6baf7c 2018-09-04 22:32:04,277 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8port-1 2018-09-04 22:32:04,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/303da803-9617-4f5b-a863-2cd1ab6baf7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:04,729 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-da76fcc1-de0b-418b-9d2f-a1121ccc94a5 Date: Tue, 04 Sep 2018 22:32:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:32:04,729 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/303da803-9617-4f5b-a863-2cd1ab6baf7c used request id req-da76fcc1-de0b-418b-9d2f-a1121ccc94a5 2018-09-04 22:32:04,729 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst 2018-09-04 22:32:04,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:04,925 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:32:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c2e878b-eeb3-45f6-bea8-6e770422f2cb x-compute-request-id: req-1c2e878b-eeb3-45f6-bea8-6e770422f2cb Content-Type: application/json 2018-09-04 22:32:04,925 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-1c2e878b-eeb3-45f6-bea8-6e770422f2cb 2018-09-04 22:32:04,925 - create_instance - INFO - Checking deletion status 2018-09-04 22:32:04,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:05,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-333fca5e-2426-4fe0-9a60-64714f6f9318 x-compute-request-id: req-333fca5e-2426-4fe0-9a60-64714f6f9318 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:99:c2", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:32:04Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:32:05,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-333fca5e-2426-4fe0-9a60-64714f6f9318 2018-09-04 22:32:05,173 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst] is - ACTIVE 2018-09-04 22:32:05,173 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:32:08,174 - create_instance - DEBUG - VM status query timeout in 296.751230955 2018-09-04 22:32:08,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:08,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb87f07f-1599-41bc-b60d-294e6d3c7d3c x-compute-request-id: req-fb87f07f-1599-41bc-b60d-294e6d3c7d3c Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0", "rel": "bookmark"}], "image": {"id": "c6757b25-e921-4162-b153-f7cc7b76c3e7", "links": [{"href": "http://172.30.9.26:8774/images/c6757b25-e921-4162-b153-f7cc7b76c3e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:31:44.000000", "flavor": {"id": "d8262664-c2e6-48fc-8b27-b823a8c38f98", "links": [{"href": "http://172.30.9.26:8774/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98", "rel": "bookmark"}]}, "id": "fb8fd32f-aff5-403a-99b4-1fbd964232a0", "user_id": "1c50157961a54f359f37da96a019c878", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:32:04Z", "hostId": "690be879e4f2714afe954c4a060974505f01f4216ddebf5cbb0f36c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp", "name": "CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst", "created": "2018-09-04T22:31:41Z", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:32:08,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-fb87f07f-1599-41bc-b60d-294e6d3c7d3c 2018-09-04 22:32:08,442 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst] is - ACTIVE 2018-09-04 22:32:08,442 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:32:11,445 - create_instance - DEBUG - VM status query timeout in 293.480378866 2018-09-04 22:32:11,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab20d35ed51e62ffbf459bfdcf0f661ce94eb78b" 2018-09-04 22:32:11,496 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:32:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-40e19fde-00ed-475c-8317-e6f37dfde121 x-compute-request-id: req-40e19fde-00ed-475c-8317-e6f37dfde121 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance fb8fd32f-aff5-403a-99b4-1fbd964232a0 could not be found.", "code": 404}} 2018-09-04 22:32:11,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb8fd32f-aff5-403a-99b4-1fbd964232a0 used request id req-40e19fde-00ed-475c-8317-e6f37dfde121 2018-09-04 22:32:11,497 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance fb8fd32f-aff5-403a-99b4-1fbd964232a0 could not be found. (HTTP 404) (Request-ID: req-40e19fde-00ed-475c-8317-e6f37dfde121) 2018-09-04 22:32:11,497 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-inst 2018-09-04 22:32:11,498 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp 2018-09-04 22:32:11,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa19e932ae4d426f0dec6a216919fc5a8d956212" 2018-09-04 22:32:11,551 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:32:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e002de0-28b7-4cef-bbed-d1da0351d167 x-compute-request-id: req-5e002de0-28b7-4cef-bbed-d1da0351d167 Content-Length: 0 Content-Type: application/json 2018-09-04 22:32:11,551 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-kp used request id req-5e002de0-28b7-4cef-bbed-d1da0351d167 2018-09-04 22:32:11,552 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8.pub] 2018-09-04 22:32:11,552 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8] 2018-09-04 22:32:11,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fbd7beba2e5a1156f9eee7e7eaca36a0ac5995c" 2018-09-04 22:32:11,601 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:32:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a98fce8-b40d-4721-8115-5b455cfc96fd x-compute-request-id: req-6a98fce8-b40d-4721-8115-5b455cfc96fd Content-Length: 0 Content-Type: application/json 2018-09-04 22:32:11,601 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/d8262664-c2e6-48fc-8b27-b823a8c38f98 used request id req-6a98fce8-b40d-4721-8115-5b455cfc96fd 2018-09-04 22:32:11,602 - neutron_utils - INFO - Deleting security group rule with ID - 86b88eb1-0d0d-44f6-b92d-765202399dc3 2018-09-04 22:32:11,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/86b88eb1-0d0d-44f6-b92d-765202399dc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:32:11,866 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d86a3c7-e187-40a7-8520-90a8fae39d7d Content-Length: 0 Date: Tue, 04 Sep 2018 22:32:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:32:11,866 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/86b88eb1-0d0d-44f6-b92d-765202399dc3 used request id req-2d86a3c7-e187-40a7-8520-90a8fae39d7d 2018-09-04 22:32:11,866 - neutron_utils - INFO - Deleting security group rule with ID - 97b7b32f-04d7-4f19-bd16-70be85d5424e 2018-09-04 22:32:11,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/97b7b32f-04d7-4f19-bd16-70be85d5424e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:32:12,110 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d9fd5ed-9d7b-4bf0-bd1b-76c17f67edd8 Content-Length: 0 Date: Tue, 04 Sep 2018 22:32:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:32:12,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/97b7b32f-04d7-4f19-bd16-70be85d5424e used request id req-2d9fd5ed-9d7b-4bf0-bd1b-76c17f67edd8 2018-09-04 22:32:12,111 - neutron_utils - INFO - Deleting security group rule with ID - e79b732b-a734-4881-8bb2-74c8f663e4cc 2018-09-04 22:32:12,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/e79b732b-a734-4881-8bb2-74c8f663e4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:32:12,219 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3300bebd-6bb3-4593-a82d-9138096aa331 Content-Length: 0 Date: Tue, 04 Sep 2018 22:32:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:32:12,220 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/e79b732b-a734-4881-8bb2-74c8f663e4cc used request id req-3300bebd-6bb3-4593-a82d-9138096aa331 2018-09-04 22:32:12,220 - neutron_utils - INFO - Deleting security group rule with ID - 7153bf29-476c-4293-bfac-8aaae96790f2 2018-09-04 22:32:12,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/7153bf29-476c-4293-bfac-8aaae96790f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:32:12,475 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-80af6e18-30a9-4b1a-97a2-77ec90c2bb27 Content-Length: 0 Date: Tue, 04 Sep 2018 22:32:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:32:12,475 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/7153bf29-476c-4293-bfac-8aaae96790f2 used request id req-80af6e18-30a9-4b1a-97a2-77ec90c2bb27 2018-09-04 22:32:12,475 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-sec-grp 2018-09-04 22:32:12,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/dba27e2a-f221-4799-b307-1df0e36ab45e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39556f051bf23614eb62400381f56ae5c2d47cf3" 2018-09-04 22:32:12,750 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b4cf1bd-ebfd-4cdc-a345-1b4d8d1f36a1 Content-Length: 0 Date: Tue, 04 Sep 2018 22:32:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:32:12,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/dba27e2a-f221-4799-b307-1df0e36ab45e used request id req-0b4cf1bd-ebfd-4cdc-a345-1b4d8d1f36a1 2018-09-04 22:32:12,751 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router and subnet CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet 2018-09-04 22:32:12,751 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router 2018-09-04 22:32:12,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/52063348-80b1-4d4c-b034-441a5fdc6236/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" -d '{"subnet_id": "6baed805-8e4e-44bf-a735-163111369cf2"}' 2018-09-04 22:32:14,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-357a7177-da4f-4269-9961-9cff028b136e Date: Tue, 04 Sep 2018 22:32:14 GMT RESP BODY: {"network_id": "17d72590-fa27-4e1c-881c-153fa92530e1", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "subnet_id": "6baed805-8e4e-44bf-a735-163111369cf2", "subnet_ids": ["6baed805-8e4e-44bf-a735-163111369cf2"], "port_id": "0cdea162-01b5-4535-91ac-e8767d6a07ce", "id": "52063348-80b1-4d4c-b034-441a5fdc6236"} 2018-09-04 22:32:14,279 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/52063348-80b1-4d4c-b034-441a5fdc6236/remove_router_interface used request id req-357a7177-da4f-4269-9961-9cff028b136e 2018-09-04 22:32:14,279 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router 2018-09-04 22:32:14,280 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-router 2018-09-04 22:32:14,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/52063348-80b1-4d4c-b034-441a5fdc6236 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880e2a917b519f07db442eb3e57b4a99b428a1de" 2018-09-04 22:32:17,645 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a846160-3dcb-42ff-b874-645cfa3fd761 Content-Length: 0 Date: Tue, 04 Sep 2018 22:32:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:32:17,645 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/52063348-80b1-4d4c-b034-441a5fdc6236 used request id req-1a846160-3dcb-42ff-b874-645cfa3fd761 2018-09-04 22:32:17,646 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet 2018-09-04 22:32:17,646 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-subnet 2018-09-04 22:32:17,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/6baed805-8e4e-44bf-a735-163111369cf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9b08e38db7d727455431905003c1f322f5b25d" 2018-09-04 22:32:20,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fe8aa4c2-745c-4055-945d-13d2bb8a753e Date: Tue, 04 Sep 2018 22:32:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:32:20,021 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/6baed805-8e4e-44bf-a735-163111369cf2 used request id req-fe8aa4c2-745c-4055-945d-13d2bb8a753e 2018-09-04 22:32:20,021 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-pub-net 2018-09-04 22:32:20,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/17d72590-fa27-4e1c-881c-153fa92530e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9b08e38db7d727455431905003c1f322f5b25d" 2018-09-04 22:32:21,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3b28305-2dcb-4775-b498-184ba89cdf21 Date: Tue, 04 Sep 2018 22:32:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:32:21,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/17d72590-fa27-4e1c-881c-153fa92530e1 used request id req-c3b28305-2dcb-4775-b498-184ba89cdf21 2018-09-04 22:32:21,119 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-a6f91a87-87d5-48da-b45a-04ad968754c8-image 2018-09-04 22:32:21,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af90965a1a3b58fa9da98851646529f5a347036" 2018-09-04 22:32:22,600 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-290ce647-0966-4029-a580-e7a0b5ae4156 Date: Tue, 04 Sep 2018 22:32:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:32:22,600 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/c6757b25-e921-4162-b153-f7cc7b76c3e7 used request id req-290ce647-0966-4029-a580-e7a0b5ae4156 2018-09-04 22:32:22,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:32:22,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-630d9e25-63c2-4369-b107-c5f6ec949070 Date: Tue, 04 Sep 2018 22:32:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:16Z", "updated_at": "2018-09-04T22:31:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:16Z", "revision_number": 0, "id": "a1f3f915-1db0-41e3-a42a-6662cc2448ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:16Z", "security_group_id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv6", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:16Z", "revision_number": 0, "id": "ef9771b5-e9fc-4cfb-9182-1f944ffe495a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:16Z", "security_group_id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv4", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:16Z", "revision_number": 0, "id": "f09868a1-d879-4a4f-bffe-3e0d41305a4d", "remote_group_id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:16Z", "security_group_id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv6", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:31:16Z", "revision_number": 0, "id": "fb95f407-645b-4ccb-b3ff-f437b6b03e1b", "remote_group_id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "remote_ip_prefix": null, "created_at": "2018-09-04T22:31:16Z", "security_group_id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "port_range_min": null, "ethertype": "IPv4", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44"}], "revision_number": 4, "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:32:22,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-630d9e25-63c2-4369-b107-c5f6ec949070 2018-09-04 22:32:22,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:32:22,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eab2e8fa-7b4d-4655-9f0f-cd03e2d69656 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:32:22,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-eab2e8fa-7b4d-4655-9f0f-cd03e2d69656 2018-09-04 22:32:22,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:32:23,028 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:32:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-806c699b-bb7f-4f30-8a16-bd9221eebbf2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:32:23,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-806c699b-bb7f-4f30-8a16-bd9221eebbf2 2018-09-04 22:32:23,028 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:32:23,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:32:23,113 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-642edacf-e7c1-437f-b579-8c772549128b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:32:23,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-642edacf-e7c1-437f-b579-8c772549128b 2018-09-04 22:32:23,113 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:32:23,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:32:23,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9435b00-533a-4eb9-a4bf-d8037446b28f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:32:23,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-d9435b00-533a-4eb9-a4bf-d8037446b28f 2018-09-04 22:32:23,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:32:23,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-293c3a49-9a4e-4431-ad38-e6967fcde132 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44"}, "enabled": true, "id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj"}} 2018-09-04 22:32:23,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-293c3a49-9a4e-4431-ad38-e6967fcde132 2018-09-04 22:32:23,294 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27c3202c-fcf4-4a6e-ac04-a952cea911a7 2018-09-04 22:32:23,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=27c3202c-fcf4-4a6e-ac04-a952cea911a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:32:23,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2c895b74-fedb-4fc6-9329-9e42ca983fce Date: Tue, 04 Sep 2018 22:32:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:16Z", "security_group_id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:16Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "a1f3f915-1db0-41e3-a42a-6662cc2448ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:16Z", "security_group_id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:16Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "ef9771b5-e9fc-4cfb-9182-1f944ffe495a"}, {"remote_group_id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:16Z", "security_group_id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:16Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "f09868a1-d879-4a4f-bffe-3e0d41305a4d"}, {"remote_group_id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:31:16Z", "security_group_id": "27c3202c-fcf4-4a6e-ac04-a952cea911a7", "port_range_min": null, "revision_number": 0, "tenant_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "created_at": "2018-09-04T22:31:16Z", "project_id": "f57c9a4d63e94a4c9f6a0d459bef7b44", "id": "fb95f407-645b-4ccb-b3ff-f437b6b03e1b"}]} 2018-09-04 22:32:23,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=27c3202c-fcf4-4a6e-ac04-a952cea911a7 used request id req-2c895b74-fedb-4fc6-9329-9e42ca983fce 2018-09-04 22:32:23,486 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:32:23,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/27c3202c-fcf4-4a6e-ac04-a952cea911a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:32:23,807 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef2a3386-ae56-4893-ac63-d50d3f3a3193 Content-Length: 0 Date: Tue, 04 Sep 2018 22:32:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:32:23,807 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/27c3202c-fcf4-4a6e-ac04-a952cea911a7 used request id req-ef2a3386-ae56-4893-ac63-d50d3f3a3193 2018-09-04 22:32:23,808 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj 2018-09-04 22:32:23,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:32:24,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28f4c245-21ee-498b-b3ec-d3d0aefc4c2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:32:24,009 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/f57c9a4d63e94a4c9f6a0d459bef7b44 used request id req-28f4c245-21ee-498b-b3ec-d3d0aefc4c2a 2018-09-04 22:32:24,010 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-proj-role 2018-09-04 22:32:24,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/1db7e57d61d94184a2ab92aaf282040d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:32:24,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:32:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8df7ee3d-7617-443a-bfd9-337d47d25694 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:32:24,114 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/1db7e57d61d94184a2ab92aaf282040d used request id req-8df7ee3d-7617-443a-bfd9-337d47d25694 2018-09-04 22:32:24,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c22224f2ab44d24eee61c3598f54904ab774f404" 2018-09-04 22:32:24,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9da399c-0fb2-4ec9-9ee6-00a16eeb3be6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:32:24,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f9da399c-0fb2-4ec9-9ee6-00a16eeb3be6 2018-09-04 22:32:24,207 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-2e9cec90-dcbf-497-user 2018-09-04 22:32:24,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/1c50157961a54f359f37da96a019c878 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff6fc5d844242b66937b5ee2312db0ebd69447dc" 2018-09-04 22:32:24,407 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:32:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d6efff1-5b4d-44b0-a4b4-7ce91f227e81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:32:24,408 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/1c50157961a54f359f37da96a019c878 used request id req-5d6efff1-5b4d-44b0-a4b4-7ce91f227e81 2018-09-04 22:32:24,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:32:24,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:32:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Mz6Ma-XaRhGuh4VgOt9ZWw"], "issued_at": "2018-09-04T22:32:24.000000Z"}} 2018-09-04 22:32:24,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cb2c431e484e503268f2684008b4d7e89066c7" 2018-09-04 22:32:24,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98dc7d75-e670-4353-8a40-3d54d6ec61d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:24,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-98dc7d75-e670-4353-8a40-3d54d6ec61d1 2018-09-04 22:32:24,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:32:24,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:32:25,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:32:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["6uralw_vRTiBS-u4D8Fa-w"], "issued_at": "2018-09-04T22:32:25.000000Z"}} 2018-09-04 22:32:25,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:32:25,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-793cd404-ede5-4979-8509-67bd4f019016 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:25,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-793cd404-ede5-4979-8509-67bd4f019016 2018-09-04 22:32:25,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:32:25,357 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:32:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:32:25,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:32:25,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a555650-0082-493e-893f-e578d1cb642b Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:32:25,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj used request id req-6a555650-0082-493e-893f-e578d1cb642b 2018-09-04 22:32:25,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:32:25,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-967ab15c-e413-4581-96bb-ebe5969a33f9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:32:25,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-967ab15c-e413-4581-96bb-ebe5969a33f9 2018-09-04 22:32:25,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}}' 2018-09-04 22:32:25,653 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:32:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1817c2ee-3c99-44db-85db-1a3ac1800c11 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:32:25,653 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-1817c2ee-3c99-44db-85db-1a3ac1800c11 2018-09-04 22:32:25,653 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj 2018-09-04 22:32:25,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:32:25,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:32:26,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["sGHM9DI8Rv2uQQtf-uouLQ"], "issued_at": "2018-09-04T22:32:26.000000Z"}} 2018-09-04 22:32:26,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5786fef9cc1b8c117126913f42f8d34071f8586f" 2018-09-04 22:32:26,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bbbfc7e-4e91-4070-9e4e-3fd05795fdfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:26,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8bbbfc7e-4e91-4070-9e4e-3fd05795fdfb 2018-09-04 22:32:26,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:32:26,130 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:32:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:32:26,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5786fef9cc1b8c117126913f42f8d34071f8586f" 2018-09-04 22:32:26,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78a6221e-ee73-4a53-a84d-3b889ee724c9 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:32:26,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-78a6221e-ee73-4a53-a84d-3b889ee724c9 2018-09-04 22:32:26,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5786fef9cc1b8c117126913f42f8d34071f8586f" 2018-09-04 22:32:26,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c87e359c-18bd-40f5-a231-d96b356c7852 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}]} 2018-09-04 22:32:26,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj used request id req-c87e359c-18bd-40f5-a231-d96b356c7852 2018-09-04 22:32:26,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5786fef9cc1b8c117126913f42f8d34071f8586f" 2018-09-04 22:32:26,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84f8d001-88be-4815-aa6f-76959ded6fd5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:32:26,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-84f8d001-88be-4815-aa6f-76959ded6fd5 2018-09-04 22:32:26,719 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-user 2018-09-04 22:32:26,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:32:26,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:32:26,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df05694a-5131-4c9c-9e8b-b57fab566f07 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:32:26,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-df05694a-5131-4c9c-9e8b-b57fab566f07 2018-09-04 22:32:26,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role"}}' 2018-09-04 22:32:26,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:32:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95ef9a5f-91b6-4c8c-8874-ec199986aea5 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6bb40f06c9334f4590fda27d5666d18c", "links": {"self": "http://172.30.9.26:5000/v3/roles/6bb40f06c9334f4590fda27d5666d18c"}, "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role"}} 2018-09-04 22:32:26,929 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-95ef9a5f-91b6-4c8c-8874-ec199986aea5 2018-09-04 22:32:26,929 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role 2018-09-04 22:32:26,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/6bb40f06c9334f4590fda27d5666d18c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:32:27,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9975c413-42ec-469b-b10c-9cf5286ab853 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/6bb40f06c9334f4590fda27d5666d18c"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role", "id": "6bb40f06c9334f4590fda27d5666d18c"}} 2018-09-04 22:32:27,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/6bb40f06c9334f4590fda27d5666d18c used request id req-9975c413-42ec-469b-b10c-9cf5286ab853 2018-09-04 22:32:27,021 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role to project CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj 2018-09-04 22:32:27,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67/users/a5ac9f4c55d6411da0b2beec70654a20/roles/6bb40f06c9334f4590fda27d5666d18c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:32:27,242 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:32:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-baa41d0f-9b5c-4a29-b9d2-fa264fcf661d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:32:27,243 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67/users/a5ac9f4c55d6411da0b2beec70654a20/roles/6bb40f06c9334f4590fda27d5666d18c used request id req-baa41d0f-9b5c-4a29-b9d2-fa264fcf661d 2018-09-04 22:32:27,243 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:32:27,244 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:32:27,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:32:27,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:32:27,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6bb40f06c9334f4590fda27d5666d18c", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role"}], "expires_at": "2018-09-04T23:32:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e21a7104e634baba732b909911b9d67", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-user", "id": "a5ac9f4c55d6411da0b2beec70654a20"}, "audit_ids": ["vA-5KP2hQmi7mSyrEUoQ_A"], "issued_at": "2018-09-04T22:32:27.000000Z"}} 2018-09-04 22:32:27,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1f052b9260c35d2536df29971ba105c339ca52" 2018-09-04 22:32:27,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c7945c3-e44f-463a-8fa2-6da022e0b081 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:27,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2c7945c3-e44f-463a-8fa2-6da022e0b081 2018-09-04 22:32:27,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f1f052b9260c35d2536df29971ba105c339ca52" 2018-09-04 22:32:27,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-a922ba03-ff91-4976-87ac-de592342bec5 Date: Tue, 04 Sep 2018 22:32:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image"} 2018-09-04 22:32:27,880 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image used request id req-a922ba03-ff91-4976-87ac-de592342bec5 2018-09-04 22:32:27,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f1f052b9260c35d2536df29971ba105c339ca52" 2018-09-04 22:32:28,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bd8d4bbb-d4ad-47e2-a623-ada286ccca9f Date: Tue, 04 Sep 2018 22:32:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:32:28,046 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-bd8d4bbb-d4ad-47e2-a623-ada286ccca9f 2018-09-04 22:32:28,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5f1f052b9260c35d2536df29971ba105c339ca52" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image"}' 2018-09-04 22:32:28,338 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a X-Openstack-Request-Id: req-5269896f-ca5b-45b5-86f6-e6333b835d95 Date: Tue, 04 Sep 2018 22:32:28 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:32:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:32:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "min_disk": 0, "protected": false, "id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "file": "/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a/file", "checksum": null, "owner": "2e21a7104e634baba732b909911b9d67", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:32:28,338 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-5269896f-ca5b-45b5-86f6-e6333b835d95 2018-09-04 22:32:28,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f1f052b9260c35d2536df29971ba105c339ca52" -d '' 2018-09-04 22:32:29,417 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ec5d432-1b72-4642-858b-ee3ca2595c65 Date: Tue, 04 Sep 2018 22:32:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:32:29,418 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a/file used request id req-1ec5d432-1b72-4642-858b-ee3ca2595c65 2018-09-04 22:32:29,418 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:32:29,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f1f052b9260c35d2536df29971ba105c339ca52" 2018-09-04 22:32:29,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-99f9304c-8717-4d12-b0f3-abb671b9fab1 Date: Tue, 04 Sep 2018 22:32:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:32:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:32:29Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a/snap", "metadata": {}}], "self": "/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "min_disk": 0, "protected": false, "id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "file": "/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2e21a7104e634baba732b909911b9d67", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:32:29,590 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a used request id req-99f9304c-8717-4d12-b0f3-abb671b9fab1 2018-09-04 22:32:29,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f1f052b9260c35d2536df29971ba105c339ca52" 2018-09-04 22:32:29,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3efabff2-be04-4b62-8a5a-2cc5774e7d0a Date: Tue, 04 Sep 2018 22:32:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:32:29,745 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3efabff2-be04-4b62-8a5a-2cc5774e7d0a 2018-09-04 22:32:29,748 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image 2018-09-04 22:32:29,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f1f052b9260c35d2536df29971ba105c339ca52" 2018-09-04 22:32:29,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-2997d70a-90db-443d-b8c5-120cff696564 Date: Tue, 04 Sep 2018 22:32:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:32:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:32:29Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a/snap", "metadata": {}}], "self": "/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "min_disk": 0, "protected": false, "id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "file": "/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2e21a7104e634baba732b909911b9d67", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:32:29,913 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a used request id req-2997d70a-90db-443d-b8c5-120cff696564 2018-09-04 22:32:29,914 - create_image - DEBUG - Instance status is - active 2018-09-04 22:32:29,914 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image 2018-09-04 22:32:29,914 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image 2018-09-04 22:32:29,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:32:29,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:32:30,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6bb40f06c9334f4590fda27d5666d18c", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role"}], "expires_at": "2018-09-04T23:32:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e21a7104e634baba732b909911b9d67", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-user", "id": "a5ac9f4c55d6411da0b2beec70654a20"}, "audit_ids": ["4Y8AmZXXQBW4yBIaoTmomg"], "issued_at": "2018-09-04T22:32:30.000000Z"}} 2018-09-04 22:32:30,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9e17a8b065d1bf8b8186fcd6e25355db3eb4b2" 2018-09-04 22:32:30,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7318bd57-fecc-45af-a4f9-3f66161d4ec6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:30,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7318bd57-fecc-45af-a4f9-3f66161d4ec6 2018-09-04 22:32:30,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9e17a8b065d1bf8b8186fcd6e25355db3eb4b2" 2018-09-04 22:32:30,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1784d1ff-e2e1-4a2d-bad1-88cbd579b936 Date: Tue, 04 Sep 2018 22:32:30 GMT RESP BODY: {"networks":[]} 2018-09-04 22:32:30,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-1784d1ff-e2e1-4a2d-bad1-88cbd579b936 2018-09-04 22:32:30,540 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net 2018-09-04 22:32:30,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9e17a8b065d1bf8b8186fcd6e25355db3eb4b2" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net", "admin_state_up": true}}' 2018-09-04 22:32:31,077 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-fcb8fe52-0f3b-4f7e-84e5-2c30a29a638e Date: Tue, 04 Sep 2018 22:32:31 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"14687824-6880-4e76-844d-8831bdac6e4e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:32:30Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","mtu":1450}} 2018-09-04 22:32:31,077 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-fcb8fe52-0f3b-4f7e-84e5-2c30a29a638e 2018-09-04 22:32:31,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9e17a8b065d1bf8b8186fcd6e25355db3eb4b2" 2018-09-04 22:32:31,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-4d87a450-8f1b-453e-8aea-786e75667158 Date: Tue, 04 Sep 2018 22:32:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:32:30Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:32:31,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-4d87a450-8f1b-453e-8aea-786e75667158 2018-09-04 22:32:31,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9e17a8b065d1bf8b8186fcd6e25355db3eb4b2" 2018-09-04 22:32:31,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2bba2f50-59ee-48a0-bafa-352affa87442 Date: Tue, 04 Sep 2018 22:32:31 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:32:31,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-2bba2f50-59ee-48a0-bafa-352affa87442 2018-09-04 22:32:31,486 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet 2018-09-04 22:32:31,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9e17a8b065d1bf8b8186fcd6e25355db3eb4b2" -d '{"subnets": [{"ip_version": 4, "network_id": "14687824-6880-4e76-844d-8831bdac6e4e", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]}' 2018-09-04 22:32:32,154 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ba1edfab-9f72-4ca1-86ac-1edcb3981443 Date: Tue, 04 Sep 2018 22:32:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:32:32,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-ba1edfab-9f72-4ca1-86ac-1edcb3981443 2018-09-04 22:32:32,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9e17a8b065d1bf8b8186fcd6e25355db3eb4b2" 2018-09-04 22:32:32,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b587068a-7fd2-4074-8b9e-f34b72b5eba6 Date: Tue, 04 Sep 2018 22:32:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:32:32,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-b587068a-7fd2-4074-8b9e-f34b72b5eba6 2018-09-04 22:32:32,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9e17a8b065d1bf8b8186fcd6e25355db3eb4b2" 2018-09-04 22:32:32,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-310c41e0-b09b-4f60-9330-17e8378ef667 Date: Tue, 04 Sep 2018 22:32:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:32:32,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-310c41e0-b09b-4f60-9330-17e8378ef667 2018-09-04 22:32:32,603 - OpenStackNetwork - DEBUG - Network [14687824-6880-4e76-844d-8831bdac6e4e] created successfully 2018-09-04 22:32:32,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:32:32,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:32:32,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6bb40f06c9334f4590fda27d5666d18c", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role"}], "expires_at": "2018-09-04T23:32:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e21a7104e634baba732b909911b9d67", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-user", "id": "a5ac9f4c55d6411da0b2beec70654a20"}, "audit_ids": ["q3xQnJqsQOWHoQNlp_Vl8Q"], "issued_at": "2018-09-04T22:32:32.000000Z"}} 2018-09-04 22:32:32,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:32:32,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad883510-866a-4eab-865a-5c932000ff22 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:32,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ad883510-866a-4eab-865a-5c932000ff22 2018-09-04 22:32:33,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:32:33,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-190bbffa-8bea-495a-8fc3-38b746c8c289 Date: Tue, 04 Sep 2018 22:32:33 GMT RESP BODY: {"routers": []} 2018-09-04 22:32:33,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router&admin_state_up=True used request id req-190bbffa-8bea-495a-8fc3-38b746c8c289 2018-09-04 22:32:33,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:32:33,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:32:33,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6bb40f06c9334f4590fda27d5666d18c", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role"}], "expires_at": "2018-09-04T23:32:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e21a7104e634baba732b909911b9d67", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-user", "id": "a5ac9f4c55d6411da0b2beec70654a20"}, "audit_ids": ["7gDOv39zQNaeLcb65KwlxA"], "issued_at": "2018-09-04T22:32:33.000000Z"}} 2018-09-04 22:32:33,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae367feb02bb32c08ea39e28d3d3baecb6cbb95" 2018-09-04 22:32:33,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57e6f1e7-39ef-4af1-8c63-3ea3946c8dba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:33,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-57e6f1e7-39ef-4af1-8c63-3ea3946c8dba 2018-09-04 22:32:33,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:32:34,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5b8e347c-72fa-4317-8fed-78672db0a124 Date: Tue, 04 Sep 2018 22:32:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:32:34,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-5b8e347c-72fa-4317-8fed-78672db0a124 2018-09-04 22:32:34,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:32:34,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4968560a-8ddf-4491-9bbc-ba697f6afd36 Date: Tue, 04 Sep 2018 22:32:34 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:32:34,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-4968560a-8ddf-4491-9bbc-ba697f6afd36 2018-09-04 22:32:34,189 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router 2018-09-04 22:32:34,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router", "admin_state_up": true}}' 2018-09-04 22:32:39,098 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-87cd49c4-33d1-4dea-8b7a-5e2946937da5 Date: Tue, 04 Sep 2018 22:32:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:34Z", "admin_state_up": true, "updated_at": "2018-09-04T22:32:35Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "2e21a7104e634baba732b909911b9d67", "id": "56c700f2-018d-46da-9496-43f3a2c5af51", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router"}} 2018-09-04 22:32:39,098 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-87cd49c4-33d1-4dea-8b7a-5e2946937da5 2018-09-04 22:32:39,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=56c700f2-018d-46da-9496-43f3a2c5af51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:32:39,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ccf0c6bc-4037-4fe2-8701-01101a9c1d7b Date: Tue, 04 Sep 2018 22:32:39 GMT RESP BODY: {"ports":[]} 2018-09-04 22:32:39,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=56c700f2-018d-46da-9496-43f3a2c5af51 used request id req-ccf0c6bc-4037-4fe2-8701-01101a9c1d7b 2018-09-04 22:32:39,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:32:39,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4a9cc95c-f402-4f5b-99e9-7696ca2ce791 Date: Tue, 04 Sep 2018 22:32:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:32:39,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-4a9cc95c-f402-4f5b-99e9-7696ca2ce791 2018-09-04 22:32:39,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:32:39,555 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:32:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:32:39,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:32:39,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22178de0-d27d-44b4-ad02-82ab645ad01c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:32:39,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-22178de0-d27d-44b4-ad02-82ab645ad01c 2018-09-04 22:32:39,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:32:39,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c5179070-bd13-42cb-b3aa-1525e8959d0e Date: Tue, 04 Sep 2018 22:32:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:32:39,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-c5179070-bd13-42cb-b3aa-1525e8959d0e 2018-09-04 22:32:39,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:32:39,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7324521a-035a-45e3-a3bd-1811e9d4e0b7 Date: Tue, 04 Sep 2018 22:32:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:32:39,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet used request id req-7324521a-035a-45e3-a3bd-1811e9d4e0b7 2018-09-04 22:32:39,945 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 22:32:39,946 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router 2018-09-04 22:32:39,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/56c700f2-018d-46da-9496-43f3a2c5af51/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" -d '{"subnet_id": "44259285-5edc-4480-a09c-87a7b69c0e74"}' 2018-09-04 22:32:42,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7f55c0c8-d63f-44bf-9ac3-05b1019ad119 Date: Tue, 04 Sep 2018 22:32:41 GMT RESP BODY: {"network_id": "14687824-6880-4e76-844d-8831bdac6e4e", "tenant_id": "2e21a7104e634baba732b909911b9d67", "subnet_id": "44259285-5edc-4480-a09c-87a7b69c0e74", "subnet_ids": ["44259285-5edc-4480-a09c-87a7b69c0e74"], "port_id": "7f3e67ed-095a-4287-a0c2-21b6b59aecc2", "id": "56c700f2-018d-46da-9496-43f3a2c5af51"} 2018-09-04 22:32:42,000 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/56c700f2-018d-46da-9496-43f3a2c5af51/add_router_interface used request id req-7f55c0c8-d63f-44bf-9ac3-05b1019ad119 2018-09-04 22:32:42,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/56c700f2-018d-46da-9496-43f3a2c5af51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:32:42,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-862de067-3edf-4d33-9752-860a58515d0a Date: Tue, 04 Sep 2018 22:32:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:34Z", "admin_state_up": true, "updated_at": "2018-09-04T22:32:41Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "2e21a7104e634baba732b909911b9d67", "id": "56c700f2-018d-46da-9496-43f3a2c5af51", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router"}} 2018-09-04 22:32:42,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/56c700f2-018d-46da-9496-43f3a2c5af51 used request id req-862de067-3edf-4d33-9752-860a58515d0a 2018-09-04 22:32:42,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=56c700f2-018d-46da-9496-43f3a2c5af51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:32:42,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-30d6454e-69f8-4dc0-a202-9cf1b231153c Date: Tue, 04 Sep 2018 22:32:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.1"}],"id":"7f3e67ed-095a-4287-a0c2-21b6b59aecc2","security_groups":[],"mac_address":"fa:16:3e:f3:b9:ed","project_id":"2e21a7104e634baba732b909911b9d67","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:40Z","binding:vnic_type":"normal","device_id":"56c700f2-018d-46da-9496-43f3a2c5af51"}]} 2018-09-04 22:32:42,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=56c700f2-018d-46da-9496-43f3a2c5af51 used request id req-30d6454e-69f8-4dc0-a202-9cf1b231153c 2018-09-04 22:32:42,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/44259285-5edc-4480-a09c-87a7b69c0e74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:32:42,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-816b8ed0-d9ef-4def-83b5-7e8c7c4e74e8 Date: Tue, 04 Sep 2018 22:32:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}} 2018-09-04 22:32:42,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/44259285-5edc-4480-a09c-87a7b69c0e74 used request id req-816b8ed0-d9ef-4def-83b5-7e8c7c4e74e8 2018-09-04 22:32:42,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:32:42,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:32:42,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:32:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["IjnsAEXFRRm2BI0PodqBMQ"], "issued_at": "2018-09-04T22:32:42.000000Z"}} 2018-09-04 22:32:42,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff637b1a47865288cfd2dd7437b271b250282bf" 2018-09-04 22:32:42,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-318ff6f6-bccc-4b70-8090-3e7b0fc1c78d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:42,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-318ff6f6-bccc-4b70-8090-3e7b0fc1c78d 2018-09-04 22:32:42,822 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:32:42,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff637b1a47865288cfd2dd7437b271b250282bf" 2018-09-04 22:32:43,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38a95f02-c22e-44eb-b94b-feba8ed65faa x-compute-request-id: req-38a95f02-c22e-44eb-b94b-feba8ed65faa Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:32:43,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-38a95f02-c22e-44eb-b94b-feba8ed65faa 2018-09-04 22:32:43,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff637b1a47865288cfd2dd7437b271b250282bf" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:32:43,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa383aa1-9642-4372-a694-59123ab1df1f x-compute-request-id: req-fa383aa1-9642-4372-a694-59123ab1df1f Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:32:43,144 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-fa383aa1-9642-4372-a694-59123ab1df1f 2018-09-04 22:32:43,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:32:43,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:32:43,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6bb40f06c9334f4590fda27d5666d18c", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role"}], "expires_at": "2018-09-04T23:32:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e21a7104e634baba732b909911b9d67", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-user", "id": "a5ac9f4c55d6411da0b2beec70654a20"}, "audit_ids": ["wXq3Cbv1S0iCgjRDWEtF_Q"], "issued_at": "2018-09-04T22:32:43.000000Z"}} 2018-09-04 22:32:43,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73a2d1aeeab4c310744f549d5fdf898c17994918" 2018-09-04 22:32:43,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e9cf6d4-32a5-47e7-a732-19aaf3fb0297 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:43,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3e9cf6d4-32a5-47e7-a732-19aaf3fb0297 2018-09-04 22:32:43,594 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:32:43,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73a2d1aeeab4c310744f549d5fdf898c17994918" 2018-09-04 22:32:43,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d0f62d2-f35c-4fc6-8a8e-30bea6323a77 x-compute-request-id: req-4d0f62d2-f35c-4fc6-8a8e-30bea6323a77 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 22:32:43,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-4d0f62d2-f35c-4fc6-8a8e-30bea6323a77 2018-09-04 22:32:43,755 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp... 2018-09-04 22:32:43,755 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 22:32:43,822 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp 2018-09-04 22:32:43,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73a2d1aeeab4c310744f549d5fdf898c17994918" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDOq0m5OXX112TDyRGBJM0KzIWGbJ28dDRn40g8Ak+XFn1qSGrFiMVlCIfn5T+q3lbX9EYT74epCqpkEGFgn23E7Z4lFGXhmc/+HIfDHk0DRKSgtKjp6nru9uD1LvXN5nMcwKyH398NQye66ZBuRV12s/lTKAuSB0whIefz5xUnTw==", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp"}}' 2018-09-04 22:32:43,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b87b4df4-37ad-431f-927b-d23a2b04c59e x-compute-request-id: req-b87b4df4-37ad-431f-927b-d23a2b04c59e Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDOq0m5OXX112TDyRGBJM0KzIWGbJ28dDRn40g8Ak+XFn1qSGrFiMVlCIfn5T+q3lbX9EYT74epCqpkEGFgn23E7Z4lFGXhmc/+HIfDHk0DRKSgtKjp6nru9uD1LvXN5nMcwKyH398NQye66ZBuRV12s/lTKAuSB0whIefz5xUnTw==", "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "fingerprint": "65:6d:8d:b8:dd:9e:ae:52:1e:39:54:5e:b2:d1:90:63"}} 2018-09-04 22:32:43,899 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-b87b4df4-37ad-431f-927b-d23a2b04c59e 2018-09-04 22:32:43,902 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124.pub 2018-09-04 22:32:43,902 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124 2018-09-04 22:32:43,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:32:43,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:32:44,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6bb40f06c9334f4590fda27d5666d18c", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role"}], "expires_at": "2018-09-04T23:32:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e21a7104e634baba732b909911b9d67", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-user", "id": "a5ac9f4c55d6411da0b2beec70654a20"}, "audit_ids": ["TN6hsm_rTEG-mX-4B0_YUA"], "issued_at": "2018-09-04T22:32:44.000000Z"}} 2018-09-04 22:32:44,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:44,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f7a6e4-ae24-4e59-a0cb-e16259fe4187 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:44,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e4f7a6e4-ae24-4e59-a0cb-e16259fe4187 2018-09-04 22:32:44,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:44,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-39b71457-ce40-4800-a467-b33b1f731b27 Date: Tue, 04 Sep 2018 22:32:44 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:32:44,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp used request id req-39b71457-ce40-4800-a467-b33b1f731b27 2018-09-04 22:32:44,568 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp... 2018-09-04 22:32:44,568 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp 2018-09-04 22:32:44,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}}' 2018-09-04 22:32:44,911 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-acbde596-6ade-4d14-8017-436c505e41cd Date: Tue, 04 Sep 2018 22:32:44 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "updated_at": "2018-09-04T22:32:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "revision_number": 0, "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e21a7104e634baba732b909911b9d67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "revision_number": 0, "id": "c594433c-72a4-4663-bf65-ba85c4a5745e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e21a7104e634baba732b909911b9d67"}], "revision_number": 2, "project_id": "2e21a7104e634baba732b909911b9d67", "id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}} 2018-09-04 22:32:44,911 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-acbde596-6ade-4d14-8017-436c505e41cd 2018-09-04 22:32:44,912 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 2018-09-04 22:32:44,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:45,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ea3587ad-29bf-4b4b-874d-25324c328d0d Date: Tue, 04 Sep 2018 22:32:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "c594433c-72a4-4663-bf65-ba85c4a5745e"}]} 2018-09-04 22:32:45,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 used request id req-ea3587ad-29bf-4b4b-874d-25324c328d0d 2018-09-04 22:32:45,110 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 2018-09-04 22:32:45,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:45,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-67d2a963-16b3-4e81-a1a5-6df405a2b9c7 Date: Tue, 04 Sep 2018 22:32:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "c594433c-72a4-4663-bf65-ba85c4a5745e"}]} 2018-09-04 22:32:45,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 used request id req-67d2a963-16b3-4e81-a1a5-6df405a2b9c7 2018-09-04 22:32:45,285 - neutron_utils - INFO - Retrieving security group with ID - 4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 2018-09-04 22:32:45,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:45,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-ca2776f7-a61b-4966-bbc4-15354240712f Date: Tue, 04 Sep 2018 22:32:45 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "updated_at": "2018-09-04T22:32:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "revision_number": 0, "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e21a7104e634baba732b909911b9d67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "revision_number": 0, "id": "c594433c-72a4-4663-bf65-ba85c4a5745e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e21a7104e634baba732b909911b9d67"}], "revision_number": 2, "project_id": "2e21a7104e634baba732b909911b9d67", "id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}]} 2018-09-04 22:32:45,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 used request id req-ca2776f7-a61b-4966-bbc4-15354240712f 2018-09-04 22:32:45,486 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 2018-09-04 22:32:45,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:45,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8bb5798f-fb78-4c53-b332-4b69242d5be6 Date: Tue, 04 Sep 2018 22:32:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "c594433c-72a4-4663-bf65-ba85c4a5745e"}]} 2018-09-04 22:32:45,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 used request id req-8bb5798f-fb78-4c53-b332-4b69242d5be6 2018-09-04 22:32:45,517 - neutron_utils - INFO - Retrieving security group with ID - 4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 2018-09-04 22:32:45,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:45,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d82a1350-2e1d-412c-bea0-499cce918f66 Date: Tue, 04 Sep 2018 22:32:45 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "updated_at": "2018-09-04T22:32:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "revision_number": 0, "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e21a7104e634baba732b909911b9d67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "revision_number": 0, "id": "c594433c-72a4-4663-bf65-ba85c4a5745e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e21a7104e634baba732b909911b9d67"}], "revision_number": 2, "project_id": "2e21a7104e634baba732b909911b9d67", "id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}]} 2018-09-04 22:32:45,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 used request id req-d82a1350-2e1d-412c-bea0-499cce918f66 2018-09-04 22:32:45,728 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 2018-09-04 22:32:45,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:45,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6462fb87-fd4f-490a-87e7-e41ad0e33f18 Date: Tue, 04 Sep 2018 22:32:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "c594433c-72a4-4663-bf65-ba85c4a5745e"}]} 2018-09-04 22:32:45,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 used request id req-6462fb87-fd4f-490a-87e7-e41ad0e33f18 2018-09-04 22:32:45,900 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp 2018-09-04 22:32:45,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:46,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-1686e8e4-5976-4f5f-a4e6-9746fe16dc44 Date: Tue, 04 Sep 2018 22:32:46 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "updated_at": "2018-09-04T22:32:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "revision_number": 0, "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e21a7104e634baba732b909911b9d67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "revision_number": 0, "id": "c594433c-72a4-4663-bf65-ba85c4a5745e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e21a7104e634baba732b909911b9d67"}], "revision_number": 2, "project_id": "2e21a7104e634baba732b909911b9d67", "id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}]} 2018-09-04 22:32:46,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp used request id req-1686e8e4-5976-4f5f-a4e6-9746fe16dc44 2018-09-04 22:32:46,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:32:46,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:32:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:32:46,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:46,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e06e9c54-e849-4e99-b2de-55ca16a50370 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:32:46,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-e06e9c54-e849-4e99-b2de-55ca16a50370 2018-09-04 22:32:46,194 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 2018-09-04 22:32:46,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:46,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-147969dd-a893-4c94-a7e2-085117f7179d Date: Tue, 04 Sep 2018 22:32:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "c594433c-72a4-4663-bf65-ba85c4a5745e"}]} 2018-09-04 22:32:46,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 used request id req-147969dd-a893-4c94-a7e2-085117f7179d 2018-09-04 22:32:46,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7"}}' 2018-09-04 22:32:46,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-2e6251b3-4ec6-4727-ab29-f9e4dc843d83 Date: Tue, 04 Sep 2018 22:32:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:46Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:46Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "4b982757-83aa-42b3-a267-ef32cb8e410f"}} 2018-09-04 22:32:46,701 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-2e6251b3-4ec6-4727-ab29-f9e4dc843d83 2018-09-04 22:32:46,702 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp 2018-09-04 22:32:46,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:46,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-3ae1c2b0-a304-4c6e-a800-1c445bdecced Date: Tue, 04 Sep 2018 22:32:46 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "updated_at": "2018-09-04T22:32:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "revision_number": 0, "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e21a7104e634baba732b909911b9d67"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:46Z", "revision_number": 0, "id": "4b982757-83aa-42b3-a267-ef32cb8e410f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:46Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e21a7104e634baba732b909911b9d67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "revision_number": 0, "id": "c594433c-72a4-4663-bf65-ba85c4a5745e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e21a7104e634baba732b909911b9d67"}], "revision_number": 3, "project_id": "2e21a7104e634baba732b909911b9d67", "id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}]} 2018-09-04 22:32:46,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp used request id req-3ae1c2b0-a304-4c6e-a800-1c445bdecced 2018-09-04 22:32:46,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:46,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57fc25bf-9d50-4597-91f4-a113f4c57800 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:32:46,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-57fc25bf-9d50-4597-91f4-a113f4c57800 2018-09-04 22:32:46,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 2018-09-04 22:32:46,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:46,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-556262ae-6efa-4484-882d-960cc18d7f14 Date: Tue, 04 Sep 2018 22:32:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:46Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:46Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "4b982757-83aa-42b3-a267-ef32cb8e410f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "c594433c-72a4-4663-bf65-ba85c4a5745e"}]} 2018-09-04 22:32:46,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 used request id req-556262ae-6efa-4484-882d-960cc18d7f14 2018-09-04 22:32:46,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7"}}' 2018-09-04 22:32:47,198 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-101b33b0-2d8b-4c9d-96a7-a679e9cc6337 Date: Tue, 04 Sep 2018 22:32:47 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:32:47Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": 22, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:47Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "2770d0a9-758f-4379-af63-802105c54b1f"}} 2018-09-04 22:32:47,198 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-101b33b0-2d8b-4c9d-96a7-a679e9cc6337 2018-09-04 22:32:47,199 - neutron_utils - INFO - Retrieving security group with ID - 4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 2018-09-04 22:32:47,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:47,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-8fac1340-d886-4168-931d-f0927df9d145 Date: Tue, 04 Sep 2018 22:32:47 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "updated_at": "2018-09-04T22:32:47Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:32:47Z", "revision_number": 0, "id": "2770d0a9-758f-4379-af63-802105c54b1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:47Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2e21a7104e634baba732b909911b9d67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "revision_number": 0, "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e21a7104e634baba732b909911b9d67"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:46Z", "revision_number": 0, "id": "4b982757-83aa-42b3-a267-ef32cb8e410f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:46Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e21a7104e634baba732b909911b9d67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "revision_number": 0, "id": "c594433c-72a4-4663-bf65-ba85c4a5745e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e21a7104e634baba732b909911b9d67"}], "revision_number": 4, "project_id": "2e21a7104e634baba732b909911b9d67", "id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}]} 2018-09-04 22:32:47,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 used request id req-8fac1340-d886-4168-931d-f0927df9d145 2018-09-04 22:32:47,256 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 2018-09-04 22:32:47,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:32:47,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-f6cd4cf6-3724-46d0-9f80-1cb9e922de44 Date: Tue, 04 Sep 2018 22:32:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:32:47Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": 22, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:47Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "2770d0a9-758f-4379-af63-802105c54b1f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "3c43c100-9dd6-4a9a-b57a-7c7c553bbff8"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:46Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:46Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "4b982757-83aa-42b3-a267-ef32cb8e410f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:44Z", "security_group_id": "4b671e9c-e6e7-4155-bb5c-dfe872d7bef7", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:44Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "c594433c-72a4-4663-bf65-ba85c4a5745e"}]} 2018-09-04 22:32:47,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 used request id req-f6cd4cf6-3724-46d0-9f80-1cb9e922de44 2018-09-04 22:32:47,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:32:47,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:32:47,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6bb40f06c9334f4590fda27d5666d18c", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role"}], "expires_at": "2018-09-04T23:32:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e21a7104e634baba732b909911b9d67", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-user", "id": "a5ac9f4c55d6411da0b2beec70654a20"}, "audit_ids": ["ZU4-yjMYTOqV5V8MKuT8WQ"], "issued_at": "2018-09-04T22:32:47.000000Z"}} 2018-09-04 22:32:47,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:47,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80db6d2b-98e5-4613-9072-d2090073c8d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:47,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-80db6d2b-98e5-4613-9072-d2090073c8d1 2018-09-04 22:32:47,904 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:32:47,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:47,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95213011-1878-45b3-840e-0a2be0ca65e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:47,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-95213011-1878-45b3-840e-0a2be0ca65e1 2018-09-04 22:32:47,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:48,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e1c46b32-a891-41dc-ab3b-19caa0919419 Date: Tue, 04 Sep 2018 22:32:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:32:48,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-e1c46b32-a891-41dc-ab3b-19caa0919419 2018-09-04 22:32:48,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:32:48,236 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:32:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:32:48,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:48,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff586021-bd31-48a5-92fa-3c4468167c9e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:32:48,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-ff586021-bd31-48a5-92fa-3c4468167c9e 2018-09-04 22:32:48,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:48,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-db7952a8-164f-459f-870a-d93020c15de5 Date: Tue, 04 Sep 2018 22:32:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:32:48,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-db7952a8-164f-459f-870a-d93020c15de5 2018-09-04 22:32:48,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:48,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a28d24b1-82a7-4ea4-8721-52d157a801e2 Date: Tue, 04 Sep 2018 22:32:48 GMT RESP BODY: {"ports":[]} 2018-09-04 22:32:48,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1&admin_state_up=True used request id req-a28d24b1-82a7-4ea4-8721-52d157a801e2 2018-09-04 22:32:48,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:48,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d4538713-e598-4aca-8f7b-3e5dc0335802 x-compute-request-id: req-d4538713-e598-4aca-8f7b-3e5dc0335802 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:32:48,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst used request id req-d4538713-e598-4aca-8f7b-3e5dc0335802 2018-09-04 22:32:48,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:49,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9fd25683-ac81-47aa-9a11-cee9e87a530f Date: Tue, 04 Sep 2018 22:32:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:32:49,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-9fd25683-ac81-47aa-9a11-cee9e87a530f 2018-09-04 22:32:49,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:49,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ba1c5b0-8eba-4f6c-8c2d-a28184cd9c2d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:32:49,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-0ba1c5b0-8eba-4f6c-8c2d-a28184cd9c2d 2018-09-04 22:32:49,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:49,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-54871ddd-7dcd-44b4-ba6a-6cfeeeabef03 Date: Tue, 04 Sep 2018 22:32:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:32:49,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-54871ddd-7dcd-44b4-ba6a-6cfeeeabef03 2018-09-04 22:32:49,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:49,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-34960288-fb6b-4525-ab5a-a085c79eca7b Date: Tue, 04 Sep 2018 22:32:49 GMT RESP BODY: {"ports":[]} 2018-09-04 22:32:49,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1&admin_state_up=True used request id req-34960288-fb6b-4525-ab5a-a085c79eca7b 2018-09-04 22:32:49,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:32:49,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:32:50,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6bb40f06c9334f4590fda27d5666d18c", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role"}], "expires_at": "2018-09-04T23:32:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e21a7104e634baba732b909911b9d67", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/2e21a7104e634baba732b909911b9d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-user", "id": "a5ac9f4c55d6411da0b2beec70654a20"}, "audit_ids": ["07BjCci9S9yLIVcuFQjXlQ"], "issued_at": "2018-09-04T22:32:50.000000Z"}} 2018-09-04 22:32:50,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44bdec771a7b027690e9c2f2bcd9958465bbf1d4" 2018-09-04 22:32:50,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cbc9500-4d13-40cc-b7ec-ea70ece1bae8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:32:50,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7cbc9500-4d13-40cc-b7ec-ea70ece1bae8 2018-09-04 22:32:50,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:50,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-30e2830b-31af-4ab4-ac49-1395a21fb457 Date: Tue, 04 Sep 2018 22:32:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:32:50,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-30e2830b-31af-4ab4-ac49-1395a21fb457 2018-09-04 22:32:50,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:50,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-37785fc0-8af9-444e-9c94-8a0f8ac478d5 Date: Tue, 04 Sep 2018 22:32:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:32:50,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-37785fc0-8af9-444e-9c94-8a0f8ac478d5 2018-09-04 22:32:50,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:50,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fc923519-2e0e-4587-9534-c74ace62c3db Date: Tue, 04 Sep 2018 22:32:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:32:50,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-fc923519-2e0e-4587-9534-c74ace62c3db 2018-09-04 22:32:50,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:32:50,934 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:32:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:32:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44bdec771a7b027690e9c2f2bcd9958465bbf1d4" 2018-09-04 22:32:51,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3275c91a-9926-47d3-84be-38864156973c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:32:51,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-3275c91a-9926-47d3-84be-38864156973c 2018-09-04 22:32:51,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:51,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e52639bc-5a88-4a90-ae92-aec7eb13448e Date: Tue, 04 Sep 2018 22:32:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:32:51,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-e52639bc-5a88-4a90-ae92-aec7eb13448e 2018-09-04 22:32:51,231 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net 2018-09-04 22:32:51,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" -d '{"port": {"network_id": "14687824-6880-4e76-844d-8831bdac6e4e", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1", "admin_state_up": true}}' 2018-09-04 22:32:52,190 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-33618820-f669-481c-8078-394fba96c019 Date: Tue, 04 Sep 2018 22:32:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.5"}],"id":"de8f4fd4-3000-40d5-8632-01a8cf3e24ed","security_groups":["5cf48e13-41b8-4bb7-9141-8b773485ab3c"],"mac_address":"fa:16:3e:fc:66:0e","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1","project_id":"2e21a7104e634baba732b909911b9d67","qos_policy_id":null,"admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:51Z","binding:vnic_type":"normal"}} 2018-09-04 22:32:52,191 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-33618820-f669-481c-8078-394fba96c019 2018-09-04 22:32:52,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:52,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2aa1426f-e3be-4688-999d-bd12dfd321d2 Date: Tue, 04 Sep 2018 22:32:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:32:52,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-2aa1426f-e3be-4688-999d-bd12dfd321d2 2018-09-04 22:32:52,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:52,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85bfa50e-be00-4eec-8992-5f6eea7d6c25 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:32:52,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-85bfa50e-be00-4eec-8992-5f6eea7d6c25 2018-09-04 22:32:52,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:52,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6ed39298-ee1a-475c-9821-86b6f8849543 Date: Tue, 04 Sep 2018 22:32:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:32:52,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-6ed39298-ee1a-475c-9821-86b6f8849543 2018-09-04 22:32:52,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:52,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-d0f112f8-ebc4-437c-b2c8-b5af65b5a8f3 Date: Tue, 04 Sep 2018 22:32:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.5"}],"id":"de8f4fd4-3000-40d5-8632-01a8cf3e24ed","security_groups":["5cf48e13-41b8-4bb7-9141-8b773485ab3c"],"mac_address":"fa:16:3e:fc:66:0e","project_id":"2e21a7104e634baba732b909911b9d67","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:51Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:32:52,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1&admin_state_up=True used request id req-d0f112f8-ebc4-437c-b2c8-b5af65b5a8f3 2018-09-04 22:32:52,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:52,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5d0c567-fae4-495c-b96c-3b72cd533c4e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:32:52,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-e5d0c567-fae4-495c-b96c-3b72cd533c4e 2018-09-04 22:32:52,867 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst 2018-09-04 22:32:52,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:52,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7379a8c0-ed0c-4a7a-a1df-580fb021da54 x-compute-request-id: req-7379a8c0-ed0c-4a7a-a1df-580fb021da54 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-flavor-name"}]} 2018-09-04 22:32:52,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7379a8c0-ed0c-4a7a-a1df-580fb021da54 2018-09-04 22:32:52,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:52,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a17b056-ed05-49d0-99b3-8d6476af34c8 x-compute-request-id: req-2a17b056-ed05-49d0-99b3-8d6476af34c8 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:32:52,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef used request id req-2a17b056-ed05-49d0-99b3-8d6476af34c8 2018-09-04 22:32:52,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:53,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-f013c6b6-5165-4e32-b65e-81f6f7c2839e Date: Tue, 04 Sep 2018 22:32:53 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:32:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:32:29Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a/snap", "metadata": {}}], "self": "/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "min_disk": 0, "protected": false, "id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "file": "/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2e21a7104e634baba732b909911b9d67", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image"} 2018-09-04 22:32:53,113 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image used request id req-f013c6b6-5165-4e32-b65e-81f6f7c2839e 2018-09-04 22:32:53,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:53,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-895eadd9-5e34-45ed-af4f-d12db75b5a36 Date: Tue, 04 Sep 2018 22:32:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:32:53,261 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-895eadd9-5e34-45ed-af4f-d12db75b5a36 2018-09-04 22:32:53,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "imageRef": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "flavorRef": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "max_count": 1, "min_count": 1, "networks": [{"port": "de8f4fd4-3000-40d5-8632-01a8cf3e24ed"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}]}}' 2018-09-04 22:32:55,415 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:32:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98ba1418-1ba3-4ba1-b1b2-60ca4d582a60 x-compute-request-id: req-98ba1418-1ba3-4ba1-b1b2-60ca4d582a60 Content-Length: 444 location: http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "adminPass": "RCBQQ6gGpdU2"}} 2018-09-04 22:32:55,415 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-98ba1418-1ba3-4ba1-b1b2-60ca4d582a60 2018-09-04 22:32:55,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:55,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a1dc51f-4d9a-4c89-8886-aefe4a54b507 x-compute-request-id: req-0a1dc51f-4d9a-4c89-8886-aefe4a54b507 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:32:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:32:55,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-0a1dc51f-4d9a-4c89-8886-aefe4a54b507 2018-09-04 22:32:55,970 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst 2018-09-04 22:32:55,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:32:56,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80ce72ca-b888-4e25-8a8a-583646623ac2 x-compute-request-id: req-80ce72ca-b888-4e25-8a8a-583646623ac2 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:32:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:32:56,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-80ce72ca-b888-4e25-8a8a-583646623ac2 2018-09-04 22:32:56,533 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst] is - BUILD 2018-09-04 22:32:56,533 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:32:59,536 - create_instance - DEBUG - VM status query timeout in 896.434036016 2018-09-04 22:32:59,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:00,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:32:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de7586e1-d426-4a03-8c06-cc3e6239c6e0 x-compute-request-id: req-de7586e1-d426-4a03-8c06-cc3e6239c6e0 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:32:56Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:00,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-de7586e1-d426-4a03-8c06-cc3e6239c6e0 2018-09-04 22:33:00,310 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst] is - BUILD 2018-09-04 22:33:00,310 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:33:03,313 - create_instance - DEBUG - VM status query timeout in 892.657153845 2018-09-04 22:33:03,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:03,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-715c163d-dc46-4cef-b561-afe7822e032a x-compute-request-id: req-715c163d-dc46-4cef-b561-afe7822e032a Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:02Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:03,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-715c163d-dc46-4cef-b561-afe7822e032a 2018-09-04 22:33:03,936 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst] is - ACTIVE 2018-09-04 22:33:03,937 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:33:03,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:04,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8169457d-0f68-44f6-affb-3df723ccaec7 x-compute-request-id: req-8169457d-0f68-44f6-affb-3df723ccaec7 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:02Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:04,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-8169457d-0f68-44f6-affb-3df723ccaec7 2018-09-04 22:33:04,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:04,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0adbe021-4b66-4f2d-9094-19276b374c1c Date: Tue, 04 Sep 2018 22:33:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:33:04,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-0adbe021-4b66-4f2d-9094-19276b374c1c 2018-09-04 22:33:04,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:04,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45431e50-f19a-4b40-9623-43012a401d38 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:33:04,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-45431e50-f19a-4b40-9623-43012a401d38 2018-09-04 22:33:04,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:04,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dd6e49cc-f380-4e51-bb38-349b02907824 Date: Tue, 04 Sep 2018 22:33:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:33:04,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-dd6e49cc-f380-4e51-bb38-349b02907824 2018-09-04 22:33:04,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:05,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-6245ddbb-82b3-4446-98a2-040dab9dc803 Date: Tue, 04 Sep 2018 22:33:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.3"}],"id":"13d08377-a22e-4b16-a38c-4418e082d8d1","security_groups":[],"mac_address":"fa:16:3e:70:cf:ad","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-14687824-6880-4e76-844d-8831bdac6e4e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.1"}],"id":"7f3e67ed-095a-4287-a0c2-21b6b59aecc2","security_groups":[],"mac_address":"fa:16:3e:f3:b9:ed","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:40Z","binding:vnic_type":"normal","device_id":"56c700f2-018d-46da-9496-43f3a2c5af51"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.4"}],"id":"80217e0a-4685-43f4-a9cc-f56d27aba93b","security_groups":[],"mac_address":"fa:16:3e:0a:96:7f","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-14687824-6880-4e76-844d-8831bdac6e4e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:01Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.5"}],"id":"de8f4fd4-3000-40d5-8632-01a8cf3e24ed","security_groups":["5cf48e13-41b8-4bb7-9141-8b773485ab3c"],"mac_address":"fa:16:3e:fc:66:0e","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:51Z","binding:vnic_type":"normal","device_id":"6d8ac245-da0f-424d-ab4e-176ddab23034"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.2"}],"id":"f65b91b8-66b3-4559-9263-9a60a545286e","security_groups":[],"mac_address":"fa:16:3e:53:c9:72","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-14687824-6880-4e76-844d-8831bdac6e4e"}]} 2018-09-04 22:33:05,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-6245ddbb-82b3-4446-98a2-040dab9dc803 2018-09-04 22:33:05,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:05,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2186ba0-1481-48e8-8bd1-fc0ee17c2a29 x-compute-request-id: req-c2186ba0-1481-48e8-8bd1-fc0ee17c2a29 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:02Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:05,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-c2186ba0-1481-48e8-8bd1-fc0ee17c2a29 2018-09-04 22:33:05,596 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst] is - ACTIVE 2018-09-04 22:33:05,596 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:33:05,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:06,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30259003-d8ce-4c8f-ad99-197ed9fe3b31 x-compute-request-id: req-30259003-d8ce-4c8f-ad99-197ed9fe3b31 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:02Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:06,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-30259003-d8ce-4c8f-ad99-197ed9fe3b31 2018-09-04 22:33:06,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:06,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-574ec119-a533-4c58-9ac4-ccd4b8a9e9ea Date: Tue, 04 Sep 2018 22:33:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:33:06,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-574ec119-a533-4c58-9ac4-ccd4b8a9e9ea 2018-09-04 22:33:06,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:06,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fcec354-3d64-45f5-ad02-5f0d2b4cbf09 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:33:06,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-9fcec354-3d64-45f5-ad02-5f0d2b4cbf09 2018-09-04 22:33:06,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:06,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b391d90e-59ab-4736-8abc-716fb8c1b39a Date: Tue, 04 Sep 2018 22:33:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:33:06,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-b391d90e-59ab-4736-8abc-716fb8c1b39a 2018-09-04 22:33:06,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:06,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-2c56dcb1-ecf6-44c9-b944-61f1dc05570e Date: Tue, 04 Sep 2018 22:33:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.3"}],"id":"13d08377-a22e-4b16-a38c-4418e082d8d1","security_groups":[],"mac_address":"fa:16:3e:70:cf:ad","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-14687824-6880-4e76-844d-8831bdac6e4e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.1"}],"id":"7f3e67ed-095a-4287-a0c2-21b6b59aecc2","security_groups":[],"mac_address":"fa:16:3e:f3:b9:ed","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:40Z","binding:vnic_type":"normal","device_id":"56c700f2-018d-46da-9496-43f3a2c5af51"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.4"}],"id":"80217e0a-4685-43f4-a9cc-f56d27aba93b","security_groups":[],"mac_address":"fa:16:3e:0a:96:7f","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-14687824-6880-4e76-844d-8831bdac6e4e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:01Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.5"}],"id":"de8f4fd4-3000-40d5-8632-01a8cf3e24ed","security_groups":["5cf48e13-41b8-4bb7-9141-8b773485ab3c"],"mac_address":"fa:16:3e:fc:66:0e","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:51Z","binding:vnic_type":"normal","device_id":"6d8ac245-da0f-424d-ab4e-176ddab23034"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.2"}],"id":"f65b91b8-66b3-4559-9263-9a60a545286e","security_groups":[],"mac_address":"fa:16:3e:53:c9:72","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-14687824-6880-4e76-844d-8831bdac6e4e"}]} 2018-09-04 22:33:06,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-2c56dcb1-ecf6-44c9-b944-61f1dc05570e 2018-09-04 22:33:06,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}}' 2018-09-04 22:33:07,711 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:33:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36cdc98d-f2ec-44c0-bb0d-f24fe10e9fc6 x-compute-request-id: req-36cdc98d-f2ec-44c0-bb0d-f24fe10e9fc6 Content-Length: 0 Content-Type: application/json 2018-09-04 22:33:07,711 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034/action used request id req-36cdc98d-f2ec-44c0-bb0d-f24fe10e9fc6 2018-09-04 22:33:07,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:08,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-015c58ae-7841-4430-a50d-49d50ef57b15 x-compute-request-id: req-015c58ae-7841-4430-a50d-49d50ef57b15 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}, {"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:02Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:08,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-015c58ae-7841-4430-a50d-49d50ef57b15 2018-09-04 22:33:08,042 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst] is - ACTIVE 2018-09-04 22:33:08,042 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:33:08,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:08,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-816666bf-ce6e-41ce-a266-2a7ceca8ddca x-compute-request-id: req-816666bf-ce6e-41ce-a266-2a7ceca8ddca Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}, {"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:02Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:08,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-816666bf-ce6e-41ce-a266-2a7ceca8ddca 2018-09-04 22:33:08,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:08,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5118b63e-1ac2-44dd-97f3-895c0a536ec8 Date: Tue, 04 Sep 2018 22:33:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:33:08,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-5118b63e-1ac2-44dd-97f3-895c0a536ec8 2018-09-04 22:33:08,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:08,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23c60fc9-a40d-48c0-94ae-6061622f8d6b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:33:08,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-23c60fc9-a40d-48c0-94ae-6061622f8d6b 2018-09-04 22:33:08,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:08,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fd18141e-4fc3-4acf-ae83-f3feb373622a Date: Tue, 04 Sep 2018 22:33:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:33:08,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-fd18141e-4fc3-4acf-ae83-f3feb373622a 2018-09-04 22:33:08,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:09,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-4178a3ef-a082-4f21-ba42-00264d66890c Date: Tue, 04 Sep 2018 22:33:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.3"}],"id":"13d08377-a22e-4b16-a38c-4418e082d8d1","security_groups":[],"mac_address":"fa:16:3e:70:cf:ad","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-14687824-6880-4e76-844d-8831bdac6e4e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.1"}],"id":"7f3e67ed-095a-4287-a0c2-21b6b59aecc2","security_groups":[],"mac_address":"fa:16:3e:f3:b9:ed","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:40Z","binding:vnic_type":"normal","device_id":"56c700f2-018d-46da-9496-43f3a2c5af51"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.4"}],"id":"80217e0a-4685-43f4-a9cc-f56d27aba93b","security_groups":[],"mac_address":"fa:16:3e:0a:96:7f","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-14687824-6880-4e76-844d-8831bdac6e4e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:07Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.5"}],"id":"de8f4fd4-3000-40d5-8632-01a8cf3e24ed","security_groups":["4b671e9c-e6e7-4155-bb5c-dfe872d7bef7","5cf48e13-41b8-4bb7-9141-8b773485ab3c"],"mac_address":"fa:16:3e:fc:66:0e","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:51Z","binding:vnic_type":"normal","device_id":"6d8ac245-da0f-424d-ab4e-176ddab23034"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.2"}],"id":"f65b91b8-66b3-4559-9263-9a60a545286e","security_groups":[],"mac_address":"fa:16:3e:53:c9:72","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-14687824-6880-4e76-844d-8831bdac6e4e"}]} 2018-09-04 22:33:09,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-4178a3ef-a082-4f21-ba42-00264d66890c 2018-09-04 22:33:09,038 - create_instance_tests - INFO - Looking for IP 10.55.1.5 in the console log 2018-09-04 22:33:09,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:09,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3af6d916-8857-4854-8f41-e26d8d7f8a5d x-compute-request-id: req-3af6d916-8857-4854-8f41-e26d8d7f8a5d Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}, {"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:02Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:09,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-3af6d916-8857-4854-8f41-e26d8d7f8a5d 2018-09-04 22:33:09,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:33:10,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e15d460-5fa3-4562-941a-590d8ae49f25 x-compute-request-id: req-1e15d460-5fa3-4562-941a-590d8ae49f25 Content-Encoding: gzip Content-Length: 9610 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480328912 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.169100] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.170974] pid_max: default: 32768 minimum: 301\n[ 0.172000] ACPI: Core revision 20150930\n[ 0.173521] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.174984] Security Framework initialized\n[ 0.175897] Yama: becoming mindful.\n[ 0.176729] AppArmor: AppArmor initialized\n[ 0.177676] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.179156] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.180590] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.181992] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.183466] Initializing cgroup subsys io\n[ 0.184401] Initializing cgroup subsys memory\n[ 0.185423] Initializing cgroup subsys devices\n[ 0.186425] Initializing cgroup subsys freezer\n[ 0.187381] Initializing cgroup subsys net_cls\n[ 0.188418] Initializing cgroup subsys perf_event\n[ 0.189488] Initializing cgroup subsys net_prio\n[ 0.190501] Initializing cgroup subsys hugetlb\n[ 0.191475] Initializing cgroup subsys pids\n[ 0.192468] CPU: Physical Processor ID: 0\n[ 0.194083] mce: CPU supports 10 MCE banks\n[ 0.195027] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.196162] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198602] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.205272] ftrace: allocating 31920 entries in 125 pages\n[ 0.231735] smpboot: Max logical packages: 2\n[ 0.232699] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.234109] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.235630] x2apic enabled\n[ 0.236558] Switched APIC routing to physical x2apic.\n[ 0.238445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239809] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.242217] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244425] KVM setup paravirtual spinlock\n[ 0.245967] x86: Booting SMP configuration:\n[ 0.246970] .... node #0, CPUs: #1\n[ 0.247988] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.270275] x86: Booted up 1 node, 2 CPUs\n[ 0.270277] KVM setup async PF for cpu 1\n[ 0.270280] kvm-stealtime: cpu 1, msr f90d940\n[ 0.273161] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.274830] devtmpfs: initialized\n[ 0.276638] evm: security.selinux\n[ 0.277443] evm: security.SMACK64\n[ 0.278249] evm: security.SMACK64EXEC\n[ 0.279107] evm: security.SMACK64TRANSMUTE\n[ 0.280044] evm: security.SMACK64MMAP\n[ 0.280948] evm: security.ima\n[ 0.281692] evm: security.capability\n[ 0.282699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.284917] pinctrl core: initialized pinctrl subsystem\n[ 0.286237] RTC time: 22:33:00, date: 09/04/18\n[ 0.287359] NET: Registered protocol family 16\n[ 0.296918] cpuidle: using governor ladder\n[ 0.308989] cpuidle: using governor menu\n[ 0.310144] PCCT header not found.\n[ 0.311045] ACPI: bus type PCI registered\n[ 0.311993] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.313454] PCI: Using configuration type 1 for base access\n[ 0.325708] ACPI: Added _OSI(Module Device)\n[ 0.326671] ACPI: Added _OSI(Processor Device)\n[ 0.327643] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.328684] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331170] ACPI: Interpreter enabled\n[ 0.332099] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.334215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336343] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340633] ACPI: (supports S0 S5)\n[ 0.341530] ACPI: Using IOAPIC for interrupt routing\n[ 0.342628] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.347602] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.349044] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.350460] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.353065] acpiphp: Slot [3] registered\n[ 0.353964] acpiphp: Slot [4] registered\n[ 0.354889] acpiphp: Slot [5] registered\n[ 0.355801] acpiphp: Slot [6] registered\n[ 0.356705] acpiphp: Slot [7] registered\n[ 0.357628] acpiphp: Slot [8] registered\n[ 0.358552] acpiphp: Slot [9] registered\n[ 0.359470] acpiphp: Slot [10] registered\n[ 0.370328] acpiphp: Slot [11] registered\n[ 0.371348] acpiphp: Slot [12] registered\n[ 0.372287] acpiphp: Slot [13] registered\n[ 0.373225] acpiphp: Slot [14] registered\n[ 0.374144] acpiphp: Slot [15] registered\n[ 0.375082] acpiphp: Slot [16] registered\n[ 0.376010] acpiphp: Slot [17] registered\n[ 0.376913] acpiphp: Slot [18] registered\n[ 0.377855] acpiphp: Slot [19] registered\n[ 0.378777] acpiphp: Slot [20] registered\n[ 0.379746] acpiphp: Slot [21] registered\n[ 0.380707] acpiphp: Slot [22] registered\n[ 0.381647] acpiphp: Slot [23] registered\n[ 0.382560] acpiphp: Slot [24] registered\n[ 0.383490] acpiphp: Slot [25] registered\n[ 0.384434] acpiphp: Slot [26] registered\n[ 0.385410] acpiphp: Slot [27] registered\n[ 0.386328] acpiphp: Slot [28] registered\n[ 0.387284] acpiphp: Slot [29] registered\n[ 0.388245] acpiphp: Slot [30] registered\n[ 0.389182] acpiphp: Slot [31] registered\n[ 0.390103] PCI host bridge to bus 0000:00\n[ 0.391040] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.392486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393895] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395657] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.397366] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.403755] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.405306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.406692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.408232] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414660] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416442] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.462132] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.464028] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.465830] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.467637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.469300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.471077] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.472512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.473836] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.475827] vgaarb: loaded\n[ 0.476537] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477967] SCSI subsystem initialized\n[ 0.479006] ACPI: bus type USB registered\n[ 0.479979] usbcore: registered new interface driver usbfs\n[ 0.481266] usbcore: registered new interface driver hub\n[ 0.482602] usbcore: registered new device driver usb\n[ 0.483861] PCI: Using ACPI for IRQ routing\n[ 0.485007] NetLabel: Initializing\n[ 0.485895] NetLabel: domain hash size = 128\n[ 0.487112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488349] NetLabel: unlabeled traffic allowed by default\n[ 0.489931] clocksource: Switched to clocksource kvm-clock\n[ 0.496212] AppArmor: AppArmor Filesystem Enabled\n[ 0.497575] pnp: PnP ACPI init\n[ 0.498744] pnp: PnP ACPI: found 5 devices\n[ 0.506173] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.508590] NET: Registered protocol family 2\n[ 0.509914] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.511714] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.513381] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.515010] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.516530] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518211] NET: Registered protocol family 1\n[ 0.519412] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.520971] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.522490] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.541157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.560128] Trying to unpack rootfs image as initramfs...\n[ 0.611187] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.626021] Scanning for low memory corruption every 60 seconds\n[ 0.627413] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.628577] audit: initializing netlink subsys (disabled)\n[ 0.629617] audit: type=2000 audit(1536100381.402:1): initialized\n[ 0.630967] Initialise system trusted keyring\n[ 0.631915] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633093] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.635208] zbud: loaded\n[ 0.635944] VFS: Disk quotas dquot_6.6.0\n[ 0.656563] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.659042] fuse init (API version 7.23)\n[ 0.659954] Key type big_key registered\n[ 0.660762] Allocating IMA MOK and blacklist keyrings.\n[ 0.661991] Key type asymmetric registered\n[ 0.662815] Asymmetric key parser 'x509' registered\n[ 0.663776] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.665279] io scheduler noop registered\n[ 0.666085] io scheduler deadline registered (default)\n[ 0.667084] io scheduler cfq registered\n[ 0.667925] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.668979] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.670250] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.671705] ACPI: Power Button [PWRF]\n[ 0.672568] GHES: HEST is not enabled!\n[ 0.690755] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.727831] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.730176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.754296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.756889] Linux agpgart interface v0.103\n[ 0.759184] brd: module loaded\n[ 0.760519] loop: module loaded\n[ 0.764451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.765909] GPT:90111 != 20971519\n[ 0.766609] GPT:Alternate GPT header not at the end of the disk.\n[ 0.767712] GPT:90111 != 20971519\n[ 0.768402] GPT: Use GNU Parted to correct GPT errors.\n[ 0.769372] vda: vda1 vda15\n[ 0.770797] scsi host0: ata_piix\n[ 0.771557] scsi host1: ata_piix\n[ 0.772271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.773490] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.775101] libphy: Fixed MDIO Bus: probed\n[ 0.775915] tun: Universal TUN/TAP device driver, 1.6\n[ 0.776867] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.778810] PPP generic driver version 2.4.2\n[ 0.779702] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.780945] ehci-pci: EHCI PCI platform driver\n[ 0.781818] ehci-platform: EHCI generic platform driver\n[ 0.782818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.783949] ohci-pci: OHCI PCI platform driver\n[ 0.784817] ohci-platform: OHCI generic platform driver\n[ 0.785809] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.804811] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.805824] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.807283] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.808281] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.809393] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.810621] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.812039] usb usb1: Product: UHCI Host Controller\n[ 0.812972] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.814113] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.815109] hub 1-0:1.0: USB hub found\n[ 0.815885] hub 1-0:1.0: 2 ports detected\n[ 0.816800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.818958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.819908] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.820948] mousedev: PS/2 mouse device common for all mice\n[ 0.822129] rtc_cmos 00:00: RTC can wake from S4\n[ 0.823317] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.824514] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.826203] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.827470] i2c /dev entries driver\n[ 0.828252] device-mapper: uevent: version 1.0.3\n[ 0.829239] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.830879] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.832235] NET: Registered protocol family 10\n[ 0.833268] NET: Registered protocol family 17\n[ 0.834174] Key type dns_resolver registered\n[ 0.835145] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.836246] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.837376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.839184] registered taskstats version 1\n[ 0.840027] Loading compiled-in X.509 certificates\n[ 0.841467] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.843332] zswap: loaded using pool lzo/zbud\n[ 0.844871] Key type trusted registered\n[ 0.846574] Key type encrypted registered\n[ 0.847401] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848426] ima: No TPM chip found, activating TPM-bypass!\n[ 0.849463] evm: HMAC attrs: 0x1\n[ 0.850434] Magic number: 2:682:602\n[ 0.851327] rtc_cmos 00:00: setting system clock to 2018-09-04 22:33:01 UTC (1536100381)\n[ 0.863121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.864256] EDD information not available.\n[ 0.931124] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.932708] Write protecting the kernel read-only data: 14336k\n[ 0.934356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.936182] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.234405] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.5...\nLease of 10.55.1.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. iid=i-00000105\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTjEJ7XRv578FN26FmKkqLwdKjZ/gLdsfrMW8IXelFPR1tdoanKnu0FmOImBv9dSetBSKEbrHUxOBcz6nuy948JyZBVKQUTWm5F98NiHBzPPjGe5ex5m3MNVEI1iatvUoFRkwIRMb1qMhfrDPbz37iABJJ+aFm0qgv8ZhPD2xJuR4Hp0183Zw2wd1ZRRszzxJqD49OThz6Wh2/D2FwnFVl8vnszHQ5EDFFKAN3u/tER2v4mq71wpEgMKpRIgJr5LTcINCzG8UveCiGBd8Eqrzus/hDvLybnRlwgrqWMP67LwYw07E0NKcuSmMm/1fbsyEsNLVnBQXRVZpOi/iPVx1J root@createinstancesinglenetworktests-a1123f87-0576-43f9-9a2b-a90099\nssh-dss AAAAB3NzaC1kc3MAAACBAITAsCqeb2GnGESO51fExHFGcR9NABi37cqCPwwg3YSYERvmTfHD3TR4TVPCr0gYxh/t/Gu8HAqxH1suqf/MDl/bIa+5RAAD7YWXMZUXDvKE+ITVfBlpHhgbvzY4SqRPX4oHtRCOkBdIgDcd1TgwmrkWJ+cRRmTCUnfHNUcvFNFjAAAAFQD0qkS1w/QElU9Wrd4pSz4wlBiZcQAAAIA4cwovooMcOQDF/JTLvXs8Oe4u0TUqpR7oGFyuPLzQ5syInPyu6xM3d1s4pKZ0deZMTGQbb2zxbmoHFCsf7VLX6Z7zd2dZWOLCVGuUAEL2gJ8YwOHmiSgokyTskomFX4Co6W7leltnZY4I6q6Jf6A9rlxc8lDEfqIUNjVK5zO4EgAAAIA78HGQKTa1asWgYWs9BZvtguMW1cqNl0qrnKF+2PJ67OGX5OUjafBBklZNR2gmcas0YqOpYNgndXYfRnj4dZoIvkgLxk2gsEEJJ7oA8vEiSPQzXUJ1zlk7e5XDgZaz+qwSch/uNrjnCW1RB1P7N5RwTLsdA7V2rlZ+RW3L2ka/Zw== root@createinstancesinglenetworktests-a1123f87-0576-43f9-9a2b-a90099\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.5,24,fe80::f816:3eff:fefc:660e/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.5 \nip-route:169.254.169.254 via 10.55.1.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-a1123f87-0576-43f9-9a2b-a90099\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.77 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-a1123f87-0576-43f9-9a2b-a90099 login: "} 2018-09-04 22:33:10,572 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034/action used request id req-1e15d460-5fa3-4562-941a-590d8ae49f25 2018-09-04 22:33:10,574 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:33:10,574 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 480328912 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.169100] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.170974] pid_max: default: 32768 minimum: 301 [ 0.172000] ACPI: Core revision 20150930 [ 0.173521] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.174984] Security Framework initialized [ 0.175897] Yama: becoming mindful. [ 0.176729] AppArmor: AppArmor initialized [ 0.177676] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.179156] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.180590] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.181992] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.183466] Initializing cgroup subsys io [ 0.184401] Initializing cgroup subsys memory [ 0.185423] Initializing cgroup subsys devices [ 0.186425] Initializing cgroup subsys freezer [ 0.187381] Initializing cgroup subsys net_cls [ 0.188418] Initializing cgroup subsys perf_event [ 0.189488] Initializing cgroup subsys net_prio [ 0.190501] Initializing cgroup subsys hugetlb [ 0.191475] Initializing cgroup subsys pids [ 0.192468] CPU: Physical Processor ID: 0 [ 0.194083] mce: CPU supports 10 MCE banks [ 0.195027] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.196162] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.198602] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.205272] ftrace: allocating 31920 entries in 125 pages [ 0.231735] smpboot: Max logical packages: 2 [ 0.232699] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.234109] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.235630] x2apic enabled [ 0.236558] Switched APIC routing to physical x2apic. [ 0.238445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.239809] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.242217] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.244425] KVM setup paravirtual spinlock [ 0.245967] x86: Booting SMP configuration: [ 0.246970] .... node #0, CPUs: #1 [ 0.247988] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.270275] x86: Booted up 1 node, 2 CPUs [ 0.270277] KVM setup async PF for cpu 1 [ 0.270280] kvm-stealtime: cpu 1, msr f90d940 [ 0.273161] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.274830] devtmpfs: initialized [ 0.276638] evm: security.selinux [ 0.277443] evm: security.SMACK64 [ 0.278249] evm: security.SMACK64EXEC [ 0.279107] evm: security.SMACK64TRANSMUTE [ 0.280044] evm: security.SMACK64MMAP [ 0.280948] evm: security.ima [ 0.281692] evm: security.capability [ 0.282699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.284917] pinctrl core: initialized pinctrl subsystem [ 0.286237] RTC time: 22:33:00, date: 09/04/18 [ 0.287359] NET: Registered protocol family 16 [ 0.296918] cpuidle: using governor ladder [ 0.308989] cpuidle: using governor menu [ 0.310144] PCCT header not found. [ 0.311045] ACPI: bus type PCI registered [ 0.311993] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.313454] PCI: Using configuration type 1 for base access [ 0.325708] ACPI: Added _OSI(Module Device) [ 0.326671] ACPI: Added _OSI(Processor Device) [ 0.327643] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.328684] ACPI: Added _OSI(Processor Aggregator Device) [ 0.331170] ACPI: Interpreter enabled [ 0.332099] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.334215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.336343] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.338519] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.340633] ACPI: (supports S0 S5) [ 0.341530] ACPI: Using IOAPIC for interrupt routing [ 0.342628] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.346243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.347602] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.349044] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.350460] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.353065] acpiphp: Slot [3] registered [ 0.353964] acpiphp: Slot [4] registered [ 0.354889] acpiphp: Slot [5] registered [ 0.355801] acpiphp: Slot [6] registered [ 0.356705] acpiphp: Slot [7] registered [ 0.357628] acpiphp: Slot [8] registered [ 0.358552] acpiphp: Slot [9] registered [ 0.359470] acpiphp: Slot [10] registered [ 0.370328] acpiphp: Slot [11] registered [ 0.371348] acpiphp: Slot [12] registered [ 0.372287] acpiphp: Slot [13] registered [ 0.373225] acpiphp: Slot [14] registered [ 0.374144] acpiphp: Slot [15] registered [ 0.375082] acpiphp: Slot [16] registered [ 0.376010] acpiphp: Slot [17] registered [ 0.376913] acpiphp: Slot [18] registered [ 0.377855] acpiphp: Slot [19] registered [ 0.378777] acpiphp: Slot [20] registered [ 0.379746] acpiphp: Slot [21] registered [ 0.380707] acpiphp: Slot [22] registered [ 0.381647] acpiphp: Slot [23] registered [ 0.382560] acpiphp: Slot [24] registered [ 0.383490] acpiphp: Slot [25] registered [ 0.384434] acpiphp: Slot [26] registered [ 0.385410] acpiphp: Slot [27] registered [ 0.386328] acpiphp: Slot [28] registered [ 0.387284] acpiphp: Slot [29] registered [ 0.388245] acpiphp: Slot [30] registered [ 0.389182] acpiphp: Slot [31] registered [ 0.390103] PCI host bridge to bus 0000:00 [ 0.391040] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.392486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393895] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395657] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.397366] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.403755] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.405306] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.406692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.408232] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414660] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416442] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.462132] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.464028] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.465830] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.467637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.469300] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.471077] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.472512] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.473836] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.475827] vgaarb: loaded [ 0.476537] vgaarb: bridge control possible 0000:00:02.0 [ 0.477967] SCSI subsystem initialized [ 0.479006] ACPI: bus type USB registered [ 0.479979] usbcore: registered new interface driver usbfs [ 0.481266] usbcore: registered new interface driver hub [ 0.482602] usbcore: registered new device driver usb [ 0.483861] PCI: Using ACPI for IRQ routing [ 0.485007] NetLabel: Initializing [ 0.485895] NetLabel: domain hash size = 128 [ 0.487112] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.488349] NetLabel: unlabeled traffic allowed by default [ 0.489931] clocksource: Switched to clocksource kvm-clock [ 0.496212] AppArmor: AppArmor Filesystem Enabled [ 0.497575] pnp: PnP ACPI init [ 0.498744] pnp: PnP ACPI: found 5 devices [ 0.506173] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.508590] NET: Registered protocol family 2 [ 0.509914] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.511714] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.513381] TCP: Hash tables configured (established 2048 bind 2048) [ 0.515010] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.516530] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.518211] NET: Registered protocol family 1 [ 0.519412] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.520971] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.522490] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.541157] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.560128] Trying to unpack rootfs image as initramfs... [ 0.611187] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.626021] Scanning for low memory corruption every 60 seconds [ 0.627413] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.628577] audit: initializing netlink subsys (disabled) [ 0.629617] audit: type=2000 audit(1536100381.402:1): initialized [ 0.630967] Initialise system trusted keyring [ 0.631915] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.633093] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.635208] zbud: loaded [ 0.635944] VFS: Disk quotas dquot_6.6.0 [ 0.656563] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.659042] fuse init (API version 7.23) [ 0.659954] Key type big_key registered [ 0.660762] Allocating IMA MOK and blacklist keyrings. [ 0.661991] Key type asymmetric registered [ 0.662815] Asymmetric key parser 'x509' registered [ 0.663776] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.665279] io scheduler noop registered [ 0.666085] io scheduler deadline registered (default) [ 0.667084] io scheduler cfq registered [ 0.667925] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.668979] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.670250] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.671705] ACPI: Power Button [PWRF] [ 0.672568] GHES: HEST is not enabled! [ 0.690755] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.727831] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.730176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.754296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.756889] Linux agpgart interface v0.103 [ 0.759184] brd: module loaded [ 0.760519] loop: module loaded [ 0.764451] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.765909] GPT:90111 != 20971519 [ 0.766609] GPT:Alternate GPT header not at the end of the disk. [ 0.767712] GPT:90111 != 20971519 [ 0.768402] GPT: Use GNU Parted to correct GPT errors. [ 0.769372] vda: vda1 vda15 [ 0.770797] scsi host0: ata_piix [ 0.771557] scsi host1: ata_piix [ 0.772271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.773490] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.775101] libphy: Fixed MDIO Bus: probed [ 0.775915] tun: Universal TUN/TAP device driver, 1.6 [ 0.776867] tun: (C) 1999-2004 Max Krasnyansky [ 0.778810] PPP generic driver version 2.4.2 [ 0.779702] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.780945] ehci-pci: EHCI PCI platform driver [ 0.781818] ehci-platform: EHCI generic platform driver [ 0.782818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.783949] ohci-pci: OHCI PCI platform driver [ 0.784817] ohci-platform: OHCI generic platform driver [ 0.785809] uhci_hcd: USB Universal Host Controller Interface driver [ 0.804811] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.805824] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.807283] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.808281] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.809393] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.810621] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.812039] usb usb1: Product: UHCI Host Controller [ 0.812972] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.814113] usb usb1: SerialNumber: 0000:00:01.2 [ 0.815109] hub 1-0:1.0: USB hub found [ 0.815885] hub 1-0:1.0: 2 ports detected [ 0.816800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.818958] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.819908] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.820948] mousedev: PS/2 mouse device common for all mice [ 0.822129] rtc_cmos 00:00: RTC can wake from S4 [ 0.823317] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.824514] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.826203] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.827470] i2c /dev entries driver [ 0.828252] device-mapper: uevent: version 1.0.3 [ 0.829239] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.830879] ledtrig-cpu: registered to indicate activity on CPUs [ 0.832235] NET: Registered protocol family 10 [ 0.833268] NET: Registered protocol family 17 [ 0.834174] Key type dns_resolver registered [ 0.835145] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.836246] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.837376] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.839184] registered taskstats version 1 [ 0.840027] Loading compiled-in X.509 certificates [ 0.841467] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.843332] zswap: loaded using pool lzo/zbud [ 0.844871] Key type trusted registered [ 0.846574] Key type encrypted registered [ 0.847401] AppArmor: AppArmor sha1 policy hashing enabled [ 0.848426] ima: No TPM chip found, activating TPM-bypass! [ 0.849463] evm: HMAC attrs: 0x1 [ 0.850434] Magic number: 2:682:602 [ 0.851327] rtc_cmos 00:00: setting system clock to 2018-09-04 22:33:01 UTC (1536100381) [ 0.863121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.864256] EDD information not available. [ 0.931124] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.932708] Write protecting the kernel read-only data: 14336k [ 0.934356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.936182] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.97 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.234405] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.5... Lease of 10.55.1.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. iid=i-00000105 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTjEJ7XRv578FN26FmKkqLwdKjZ/gLdsfrMW8IXelFPR1tdoanKnu0FmOImBv9dSetBSKEbrHUxOBcz6nuy948JyZBVKQUTWm5F98NiHBzPPjGe5ex5m3MNVEI1iatvUoFRkwIRMb1qMhfrDPbz37iABJJ+aFm0qgv8ZhPD2xJuR4Hp0183Zw2wd1ZRRszzxJqD49OThz6Wh2/D2FwnFVl8vnszHQ5EDFFKAN3u/tER2v4mq71wpEgMKpRIgJr5LTcINCzG8UveCiGBd8Eqrzus/hDvLybnRlwgrqWMP67LwYw07E0NKcuSmMm/1fbsyEsNLVnBQXRVZpOi/iPVx1J root@createinstancesinglenetworktests-a1123f87-0576-43f9-9a2b-a90099 ssh-dss AAAAB3NzaC1kc3MAAACBAITAsCqeb2GnGESO51fExHFGcR9NABi37cqCPwwg3YSYERvmTfHD3TR4TVPCr0gYxh/t/Gu8HAqxH1suqf/MDl/bIa+5RAAD7YWXMZUXDvKE+ITVfBlpHhgbvzY4SqRPX4oHtRCOkBdIgDcd1TgwmrkWJ+cRRmTCUnfHNUcvFNFjAAAAFQD0qkS1w/QElU9Wrd4pSz4wlBiZcQAAAIA4cwovooMcOQDF/JTLvXs8Oe4u0TUqpR7oGFyuPLzQ5syInPyu6xM3d1s4pKZ0deZMTGQbb2zxbmoHFCsf7VLX6Z7zd2dZWOLCVGuUAEL2gJ8YwOHmiSgokyTskomFX4Co6W7leltnZY4I6q6Jf6A9rlxc8lDEfqIUNjVK5zO4EgAAAIA78HGQKTa1asWgYWs9BZvtguMW1cqNl0qrnKF+2PJ67OGX5OUjafBBklZNR2gmcas0YqOpYNgndXYfRnj4dZoIvkgLxk2gsEEJJ7oA8vEiSPQzXUJ1zlk7e5XDgZaz+qwSch/uNrjnCW1RB1P7N5RwTLsdA7V2rlZ+RW3L2ka/Zw== root@createinstancesinglenetworktests-a1123f87-0576-43f9-9a2b-a90099 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.5,24,fe80::f816:3eff:fefc:660e/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.5 ip-route:169.254.169.254 via 10.55.1.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000105 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-a1123f87-0576-43f9-9a2b-a90099 launch-index: 0 === cirros: current=0.4.0 uptime=3.77 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-a1123f87-0576-43f9-9a2b-a90099 login: 2018-09-04 22:33:10,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:11,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55727ea3-5ca8-4b52-a426-a570bb763c46 x-compute-request-id: req-55727ea3-5ca8-4b52-a426-a570bb763c46 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}, {"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:02Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:11,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-55727ea3-5ca8-4b52-a426-a570bb763c46 2018-09-04 22:33:11,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:11,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f044376d-59a7-4aea-aea9-c0aa1e8eef60 Date: Tue, 04 Sep 2018 22:33:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:33:11,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-f044376d-59a7-4aea-aea9-c0aa1e8eef60 2018-09-04 22:33:11,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:11,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc7b7708-4939-49da-9dcd-daffb2ee0272 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:33:11,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-fc7b7708-4939-49da-9dcd-daffb2ee0272 2018-09-04 22:33:11,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:11,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-42ddab12-898d-4147-8550-d4fa3d996746 Date: Tue, 04 Sep 2018 22:33:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:33:11,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-42ddab12-898d-4147-8550-d4fa3d996746 2018-09-04 22:33:11,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:11,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-5d092908-7776-449a-81b0-c5d0d5297d01 Date: Tue, 04 Sep 2018 22:33:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.3"}],"id":"13d08377-a22e-4b16-a38c-4418e082d8d1","security_groups":[],"mac_address":"fa:16:3e:70:cf:ad","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-14687824-6880-4e76-844d-8831bdac6e4e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.1"}],"id":"7f3e67ed-095a-4287-a0c2-21b6b59aecc2","security_groups":[],"mac_address":"fa:16:3e:f3:b9:ed","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:40Z","binding:vnic_type":"normal","device_id":"56c700f2-018d-46da-9496-43f3a2c5af51"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.4"}],"id":"80217e0a-4685-43f4-a9cc-f56d27aba93b","security_groups":[],"mac_address":"fa:16:3e:0a:96:7f","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-14687824-6880-4e76-844d-8831bdac6e4e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:07Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.5"}],"id":"de8f4fd4-3000-40d5-8632-01a8cf3e24ed","security_groups":["4b671e9c-e6e7-4155-bb5c-dfe872d7bef7","5cf48e13-41b8-4bb7-9141-8b773485ab3c"],"mac_address":"fa:16:3e:fc:66:0e","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:51Z","binding:vnic_type":"normal","device_id":"6d8ac245-da0f-424d-ab4e-176ddab23034"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.2"}],"id":"f65b91b8-66b3-4559-9263-9a60a545286e","security_groups":[],"mac_address":"fa:16:3e:53:c9:72","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-14687824-6880-4e76-844d-8831bdac6e4e"}]} 2018-09-04 22:33:11,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-5d092908-7776-449a-81b0-c5d0d5297d01 2018-09-04 22:33:11,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:11,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-16ae829a-69b3-4e73-9704-3e9c5a5f1970 Date: Tue, 04 Sep 2018 22:33:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:34Z", "admin_state_up": true, "updated_at": "2018-09-04T22:32:41Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "2e21a7104e634baba732b909911b9d67", "id": "56c700f2-018d-46da-9496-43f3a2c5af51", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router"}]} 2018-09-04 22:33:11,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router used request id req-16ae829a-69b3-4e73-9704-3e9c5a5f1970 2018-09-04 22:33:11,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:12,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4203eef-600c-402e-8846-80119614164f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:33:12,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-d4203eef-600c-402e-8846-80119614164f 2018-09-04 22:33:12,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=56c700f2-018d-46da-9496-43f3a2c5af51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:12,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-97e29489-20c0-4641-af1f-01bc66785a87 Date: Tue, 04 Sep 2018 22:33:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.1"}],"id":"7f3e67ed-095a-4287-a0c2-21b6b59aecc2","security_groups":[],"mac_address":"fa:16:3e:f3:b9:ed","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:40Z","binding:vnic_type":"normal","device_id":"56c700f2-018d-46da-9496-43f3a2c5af51"}]} 2018-09-04 22:33:12,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=56c700f2-018d-46da-9496-43f3a2c5af51 used request id req-97e29489-20c0-4641-af1f-01bc66785a87 2018-09-04 22:33:12,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/44259285-5edc-4480-a09c-87a7b69c0e74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:12,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-1e3b5ebc-1911-42c4-b16f-2a3fa260e785 Date: Tue, 04 Sep 2018 22:33:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}} 2018-09-04 22:33:12,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/44259285-5edc-4480-a09c-87a7b69c0e74 used request id req-1e3b5ebc-1911-42c4-b16f-2a3fa260e785 2018-09-04 22:33:12,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:12,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-292f0336-96bc-4d35-8881-5f1fb18ae994 Date: Tue, 04 Sep 2018 22:33:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:33:12,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-292f0336-96bc-4d35-8881-5f1fb18ae994 2018-09-04 22:33:12,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:12,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b50adf43-92b6-4c7b-841c-e192a86fa697 Date: Tue, 04 Sep 2018 22:33:12 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:33:12,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-b50adf43-92b6-4c7b-841c-e192a86fa697 2018-09-04 22:33:12,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:12,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a95fe14e-bb64-4b0f-a5a6-ef43659a5a02 x-compute-request-id: req-a95fe14e-bb64-4b0f-a5a6-ef43659a5a02 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}, {"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:02Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:12,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-a95fe14e-bb64-4b0f-a5a6-ef43659a5a02 2018-09-04 22:33:12,995 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst] is - ACTIVE 2018-09-04 22:33:12,995 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:33:12,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:13,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2784d7da-ea1e-4b11-9f64-d7a76147aadf x-compute-request-id: req-2784d7da-ea1e-4b11-9f64-d7a76147aadf Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}, {"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:02Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:13,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-2784d7da-ea1e-4b11-9f64-d7a76147aadf 2018-09-04 22:33:13,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:13,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fbd9f0f9-363c-4e42-9467-cc714d4136d9 Date: Tue, 04 Sep 2018 22:33:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:33:13,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-fbd9f0f9-363c-4e42-9467-cc714d4136d9 2018-09-04 22:33:13,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:13,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0b4c717-e7aa-4a5f-aeb1-13ff3d371f14 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:33:13,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-e0b4c717-e7aa-4a5f-aeb1-13ff3d371f14 2018-09-04 22:33:13,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:13,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-74fd5d86-4a96-4d7b-b4b9-dc3e621f2ab3 Date: Tue, 04 Sep 2018 22:33:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:33:13,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-74fd5d86-4a96-4d7b-b4b9-dc3e621f2ab3 2018-09-04 22:33:13,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:14,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-02adee9b-c6d3-4279-b3bd-3c3a00687c9f Date: Tue, 04 Sep 2018 22:33:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.3"}],"id":"13d08377-a22e-4b16-a38c-4418e082d8d1","security_groups":[],"mac_address":"fa:16:3e:70:cf:ad","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-14687824-6880-4e76-844d-8831bdac6e4e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.1"}],"id":"7f3e67ed-095a-4287-a0c2-21b6b59aecc2","security_groups":[],"mac_address":"fa:16:3e:f3:b9:ed","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:40Z","binding:vnic_type":"normal","device_id":"56c700f2-018d-46da-9496-43f3a2c5af51"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.4"}],"id":"80217e0a-4685-43f4-a9cc-f56d27aba93b","security_groups":[],"mac_address":"fa:16:3e:0a:96:7f","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-14687824-6880-4e76-844d-8831bdac6e4e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:07Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.5"}],"id":"de8f4fd4-3000-40d5-8632-01a8cf3e24ed","security_groups":["4b671e9c-e6e7-4155-bb5c-dfe872d7bef7","5cf48e13-41b8-4bb7-9141-8b773485ab3c"],"mac_address":"fa:16:3e:fc:66:0e","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:51Z","binding:vnic_type":"normal","device_id":"6d8ac245-da0f-424d-ab4e-176ddab23034"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.2"}],"id":"f65b91b8-66b3-4559-9263-9a60a545286e","security_groups":[],"mac_address":"fa:16:3e:53:c9:72","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-14687824-6880-4e76-844d-8831bdac6e4e"}]} 2018-09-04 22:33:14,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-02adee9b-c6d3-4279-b3bd-3c3a00687c9f 2018-09-04 22:33:14,126 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-04 22:33:14,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:14,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4806deba-f237-444d-b4cb-9cdc9d802763 Date: Tue, 04 Sep 2018 22:33:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:33:14,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-4806deba-f237-444d-b4cb-9cdc9d802763 2018-09-04 22:33:14,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:14,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5160e26e-ad29-485f-930a-f44a5453dbe0 Date: Tue, 04 Sep 2018 22:33:14 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:33:14,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-5160e26e-ad29-485f-930a-f44a5453dbe0 2018-09-04 22:33:14,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "port_id": "de8f4fd4-3000-40d5-8632-01a8cf3e24ed"}}' 2018-09-04 22:33:16,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-1adbc364-b29c-4b4f-9d41-a5c617a1e327 Date: Tue, 04 Sep 2018 22:33:16 GMT RESP BODY: {"floatingip": {"router_id": "56c700f2-018d-46da-9496-43f3a2c5af51", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:33:15Z", "updated_at": "2018-09-04T22:33:15Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.55.1.5", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "2e21a7104e634baba732b909911b9d67", "port_id": "de8f4fd4-3000-40d5-8632-01a8cf3e24ed", "id": "735fbea6-2fdd-4e83-8d48-9c5bc2452104"}} 2018-09-04 22:33:16,300 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-1adbc364-b29c-4b4f-9d41-a5c617a1e327 2018-09-04 22:33:16,300 - create_instance - INFO - Created floating IP 172.30.9.201 via router - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router 2018-09-04 22:33:16,300 - create_instance - INFO - Checking if VM is active 2018-09-04 22:33:16,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:16,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0219f4a1-2c6e-4567-88f7-6b66ffc52a5b x-compute-request-id: req-0219f4a1-2c6e-4567-88f7-6b66ffc52a5b Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}, {"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:02Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:16,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-0219f4a1-2c6e-4567-88f7-6b66ffc52a5b 2018-09-04 22:33:16,618 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst] is - ACTIVE 2018-09-04 22:33:16,618 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:33:16,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:17,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb737366-66f0-4dc3-aca3-108b4847a9a9 x-compute-request-id: req-cb737366-66f0-4dc3-aca3-108b4847a9a9 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:66:0e", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp"}, {"name": "default"}], "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:02Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:17,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-cb737366-66f0-4dc3-aca3-108b4847a9a9 2018-09-04 22:33:17,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:17,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1f942c4f-c540-4d4b-b44e-fa989d8eaf35 Date: Tue, 04 Sep 2018 22:33:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["44259285-5edc-4480-a09c-87a7b69c0e74"],"updated_at":"2018-09-04T22:32:31Z","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e21a7104e634baba732b909911b9d67","id":"14687824-6880-4e76-844d-8831bdac6e4e","name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net"}]} 2018-09-04 22:33:17,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net used request id req-1f942c4f-c540-4d4b-b44e-fa989d8eaf35 2018-09-04 22:33:17,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:17,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d55eb65e-eff2-407e-bac9-1ded3ecd8100 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:33:17,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-d55eb65e-eff2-407e-bac9-1ded3ecd8100 2018-09-04 22:33:17,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:17,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-db5666b2-d3a7-4ac6-bdbd-df495b598da3 Date: Tue, 04 Sep 2018 22:33:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:31Z","dns_nameservers":[],"updated_at":"2018-09-04T22:32:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e21a7104e634baba732b909911b9d67","id":"44259285-5edc-4480-a09c-87a7b69c0e74","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet"}]} 2018-09-04 22:33:17,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-db5666b2-d3a7-4ac6-bdbd-df495b598da3 2018-09-04 22:33:17,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:17,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-b3e82ff3-9a10-4669-a1ee-a06792ddc2b3 Date: Tue, 04 Sep 2018 22:33:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.3"}],"id":"13d08377-a22e-4b16-a38c-4418e082d8d1","security_groups":[],"mac_address":"fa:16:3e:70:cf:ad","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-14687824-6880-4e76-844d-8831bdac6e4e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.1"}],"id":"7f3e67ed-095a-4287-a0c2-21b6b59aecc2","security_groups":[],"mac_address":"fa:16:3e:f3:b9:ed","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:40Z","binding:vnic_type":"normal","device_id":"56c700f2-018d-46da-9496-43f3a2c5af51"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.4"}],"id":"80217e0a-4685-43f4-a9cc-f56d27aba93b","security_groups":[],"mac_address":"fa:16:3e:0a:96:7f","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-14687824-6880-4e76-844d-8831bdac6e4e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:07Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.5"}],"id":"de8f4fd4-3000-40d5-8632-01a8cf3e24ed","security_groups":["4b671e9c-e6e7-4155-bb5c-dfe872d7bef7","5cf48e13-41b8-4bb7-9141-8b773485ab3c"],"mac_address":"fa:16:3e:fc:66:0e","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:51Z","binding:vnic_type":"normal","device_id":"6d8ac245-da0f-424d-ab4e-176ddab23034"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:32:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"44259285-5edc-4480-a09c-87a7b69c0e74","ip_address":"10.55.1.2"}],"id":"f65b91b8-66b3-4559-9263-9a60a545286e","security_groups":[],"mac_address":"fa:16:3e:53:c9:72","project_id":"2e21a7104e634baba732b909911b9d67","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"14687824-6880-4e76-844d-8831bdac6e4e","tenant_id":"2e21a7104e634baba732b909911b9d67","created_at":"2018-09-04T22:32:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-14687824-6880-4e76-844d-8831bdac6e4e"}]} 2018-09-04 22:33:17,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=14687824-6880-4e76-844d-8831bdac6e4e used request id req-b3e82ff3-9a10-4669-a1ee-a06792ddc2b3 2018-09-04 22:33:17,594 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:33:17,597 - paramiko.transport - DEBUG - starting thread (client mode): 0x27c35810L 2018-09-04 22:33:17,597 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:33:17,598 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:33:17,598 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:33:17,599 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:33:17,599 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:33:17,599 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:33:17,599 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:33:17,600 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:33:17,600 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:33:17,616 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:33:17,617 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:33:17,630 - paramiko.transport - DEBUG - Trying key 656d8db8dd9eae521e39545eb2d19063 from tmp/CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124 2018-09-04 22:33:17,656 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:33:17,659 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:33:17,760 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:33:17,775 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:33:17,776 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:33:17,777 - paramiko.transport - DEBUG - starting thread (client mode): 0x27c35e50L 2018-09-04 22:33:17,778 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:33:17,778 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:33:17,778 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:33:17,779 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:33:17,779 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:33:17,779 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:33:17,779 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:33:17,779 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:33:17,779 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:33:17,796 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:33:17,796 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:33:17,810 - paramiko.transport - DEBUG - Trying key 656d8db8dd9eae521e39545eb2d19063 from tmp/CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124 2018-09-04 22:33:17,836 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:33:17,839 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:33:17,842 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:33:17,843 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 22:33:17,843 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:33:17,844 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:33:17,845 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:33:17,847 - create_instance - INFO - Deleting Floating IP - 172.30.9.201 2018-09-04 22:33:17,847 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.201 2018-09-04 22:33:17,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/floatingips/735fbea6-2fdd-4e83-8d48-9c5bc2452104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:18,710 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ee533533-0c6c-4a66-9ae1-3511cd56c65d Content-Length: 0 Date: Tue, 04 Sep 2018 22:33:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:33:18,710 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/735fbea6-2fdd-4e83-8d48-9c5bc2452104 used request id req-ee533533-0c6c-4a66-9ae1-3511cd56c65d 2018-09-04 22:33:18,710 - create_instance - INFO - Deleting Port with ID - de8f4fd4-3000-40d5-8632-01a8cf3e24ed 2018-09-04 22:33:18,710 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124port-1 2018-09-04 22:33:18,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/de8f4fd4-3000-40d5-8632-01a8cf3e24ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:19,340 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7ebe46ca-78d4-47fb-b1b1-2328aa5fa6e6 Date: Tue, 04 Sep 2018 22:33:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:33:19,340 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/de8f4fd4-3000-40d5-8632-01a8cf3e24ed used request id req-7ebe46ca-78d4-47fb-b1b1-2328aa5fa6e6 2018-09-04 22:33:19,340 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst 2018-09-04 22:33:19,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:19,547 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:33:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-26ea8477-a22d-4584-9fb8-918dc489923f x-compute-request-id: req-26ea8477-a22d-4584-9fb8-918dc489923f Content-Type: application/json 2018-09-04 22:33:19,547 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-26ea8477-a22d-4584-9fb8-918dc489923f 2018-09-04 22:33:19,548 - create_instance - INFO - Checking deletion status 2018-09-04 22:33:19,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:19,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4f07fd8-a7ad-473d-8cf5-ee63be64f3b7 x-compute-request-id: req-e4f07fd8-a7ad-473d-8cf5-ee63be64f3b7 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:19Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:19,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-e4f07fd8-a7ad-473d-8cf5-ee63be64f3b7 2018-09-04 22:33:19,794 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst] is - ACTIVE 2018-09-04 22:33:19,794 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:33:22,797 - create_instance - DEBUG - VM status query timeout in 296.751097918 2018-09-04 22:33:22,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:23,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea07935c-5270-417a-bc43-705920c8a2ee x-compute-request-id: req-ea07935c-5270-417a-bc43-705920c8a2ee Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6d8ac245-da0f-424d-ab4e-176ddab23034", "rel": "bookmark"}], "image": {"id": "6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "links": [{"href": "http://172.30.9.26:8774/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:33:00.000000", "flavor": {"id": "f511aa9a-c60a-41d1-925a-2e89a373c1ef", "links": [{"href": "http://172.30.9.26:8774/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef", "rel": "bookmark"}]}, "id": "6d8ac245-da0f-424d-ab4e-176ddab23034", "user_id": "a5ac9f4c55d6411da0b2beec70654a20", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:33:19Z", "hostId": "5fe00834568fa7b937f34e39fb7e7ef85f423889276d6cfbca82d7e7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp", "name": "CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst", "created": "2018-09-04T22:32:55Z", "tenant_id": "2e21a7104e634baba732b909911b9d67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:33:23,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-ea07935c-5270-417a-bc43-705920c8a2ee 2018-09-04 22:33:23,072 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst] is - ACTIVE 2018-09-04 22:33:23,072 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:33:26,076 - create_instance - DEBUG - VM status query timeout in 293.472450972 2018-09-04 22:33:26,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86962ae59b98b917916151d673bb98667493cb4b" 2018-09-04 22:33:26,128 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:33:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-405fdc3a-ef16-4822-941b-ee9c94bbd18b x-compute-request-id: req-405fdc3a-ef16-4822-941b-ee9c94bbd18b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6d8ac245-da0f-424d-ab4e-176ddab23034 could not be found.", "code": 404}} 2018-09-04 22:33:26,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6d8ac245-da0f-424d-ab4e-176ddab23034 used request id req-405fdc3a-ef16-4822-941b-ee9c94bbd18b 2018-09-04 22:33:26,129 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6d8ac245-da0f-424d-ab4e-176ddab23034 could not be found. (HTTP 404) (Request-ID: req-405fdc3a-ef16-4822-941b-ee9c94bbd18b) 2018-09-04 22:33:26,129 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-inst 2018-09-04 22:33:26,130 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp 2018-09-04 22:33:26,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73a2d1aeeab4c310744f549d5fdf898c17994918" 2018-09-04 22:33:26,180 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:33:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e4694c00-ced6-43a7-abbf-4524c19f95b6 x-compute-request-id: req-e4694c00-ced6-43a7-abbf-4524c19f95b6 Content-Length: 0 Content-Type: application/json 2018-09-04 22:33:26,180 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-kp used request id req-e4694c00-ced6-43a7-abbf-4524c19f95b6 2018-09-04 22:33:26,181 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124.pub] 2018-09-04 22:33:26,181 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124] 2018-09-04 22:33:26,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff637b1a47865288cfd2dd7437b271b250282bf" 2018-09-04 22:33:26,217 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:33:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9bf179cd-9cc2-4028-a276-f68fe03a3eb5 x-compute-request-id: req-9bf179cd-9cc2-4028-a276-f68fe03a3eb5 Content-Length: 0 Content-Type: application/json 2018-09-04 22:33:26,217 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/f511aa9a-c60a-41d1-925a-2e89a373c1ef used request id req-9bf179cd-9cc2-4028-a276-f68fe03a3eb5 2018-09-04 22:33:26,218 - neutron_utils - INFO - Deleting security group rule with ID - 4b982757-83aa-42b3-a267-ef32cb8e410f 2018-09-04 22:33:26,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/4b982757-83aa-42b3-a267-ef32cb8e410f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:33:26,467 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-be481657-9f92-44b3-b904-1232ca0733a5 Content-Length: 0 Date: Tue, 04 Sep 2018 22:33:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:33:26,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/4b982757-83aa-42b3-a267-ef32cb8e410f used request id req-be481657-9f92-44b3-b904-1232ca0733a5 2018-09-04 22:33:26,467 - neutron_utils - INFO - Deleting security group rule with ID - c594433c-72a4-4663-bf65-ba85c4a5745e 2018-09-04 22:33:26,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/c594433c-72a4-4663-bf65-ba85c4a5745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:33:26,574 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc298465-eed3-4689-ba87-2e4cf7e44a1d Content-Length: 0 Date: Tue, 04 Sep 2018 22:33:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:33:26,574 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/c594433c-72a4-4663-bf65-ba85c4a5745e used request id req-cc298465-eed3-4689-ba87-2e4cf7e44a1d 2018-09-04 22:33:26,574 - neutron_utils - INFO - Deleting security group rule with ID - 3c43c100-9dd6-4a9a-b57a-7c7c553bbff8 2018-09-04 22:33:26,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/3c43c100-9dd6-4a9a-b57a-7c7c553bbff8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:33:26,816 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-66712401-7e20-4d25-b1d9-d2aeee005d61 Content-Length: 0 Date: Tue, 04 Sep 2018 22:33:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:33:26,816 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/3c43c100-9dd6-4a9a-b57a-7c7c553bbff8 used request id req-66712401-7e20-4d25-b1d9-d2aeee005d61 2018-09-04 22:33:26,816 - neutron_utils - INFO - Deleting security group rule with ID - 2770d0a9-758f-4379-af63-802105c54b1f 2018-09-04 22:33:26,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/2770d0a9-758f-4379-af63-802105c54b1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:33:26,918 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-66a4c435-ab20-4279-827c-f1f5d3b5b919 Content-Length: 0 Date: Tue, 04 Sep 2018 22:33:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:33:26,918 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/2770d0a9-758f-4379-af63-802105c54b1f used request id req-66a4c435-ab20-4279-827c-f1f5d3b5b919 2018-09-04 22:33:26,919 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-sec-grp 2018-09-04 22:33:26,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63788ba628fa690bb15cf4c014429af2c8ca049d" 2018-09-04 22:33:27,067 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8796f1b0-f96b-4705-861d-9e87424b7455 Content-Length: 0 Date: Tue, 04 Sep 2018 22:33:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:33:27,067 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/4b671e9c-e6e7-4155-bb5c-dfe872d7bef7 used request id req-8796f1b0-f96b-4705-861d-9e87424b7455 2018-09-04 22:33:27,068 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router and subnet CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet 2018-09-04 22:33:27,068 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router 2018-09-04 22:33:27,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/56c700f2-018d-46da-9496-43f3a2c5af51/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" -d '{"subnet_id": "44259285-5edc-4480-a09c-87a7b69c0e74"}' 2018-09-04 22:33:28,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-31617e73-ad10-4195-93dd-46e497765b0b Date: Tue, 04 Sep 2018 22:33:28 GMT RESP BODY: {"network_id": "14687824-6880-4e76-844d-8831bdac6e4e", "tenant_id": "2e21a7104e634baba732b909911b9d67", "subnet_id": "44259285-5edc-4480-a09c-87a7b69c0e74", "subnet_ids": ["44259285-5edc-4480-a09c-87a7b69c0e74"], "port_id": "7f3e67ed-095a-4287-a0c2-21b6b59aecc2", "id": "56c700f2-018d-46da-9496-43f3a2c5af51"} 2018-09-04 22:33:28,576 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/56c700f2-018d-46da-9496-43f3a2c5af51/remove_router_interface used request id req-31617e73-ad10-4195-93dd-46e497765b0b 2018-09-04 22:33:28,576 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router 2018-09-04 22:33:28,577 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-router 2018-09-04 22:33:28,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/56c700f2-018d-46da-9496-43f3a2c5af51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9727dcbca61ebd83b9e27acde928be4ef0c007a" 2018-09-04 22:33:32,087 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4af63eb0-9539-4d0a-89f7-bb6d1a4bef92 Content-Length: 0 Date: Tue, 04 Sep 2018 22:33:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:33:32,088 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/56c700f2-018d-46da-9496-43f3a2c5af51 used request id req-4af63eb0-9539-4d0a-89f7-bb6d1a4bef92 2018-09-04 22:33:32,088 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet 2018-09-04 22:33:32,089 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-subnet 2018-09-04 22:33:32,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/44259285-5edc-4480-a09c-87a7b69c0e74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9e17a8b065d1bf8b8186fcd6e25355db3eb4b2" 2018-09-04 22:33:34,334 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa483d63-e790-43b7-a29a-b9db83cac477 Date: Tue, 04 Sep 2018 22:33:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:33:34,334 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/44259285-5edc-4480-a09c-87a7b69c0e74 used request id req-aa483d63-e790-43b7-a29a-b9db83cac477 2018-09-04 22:33:34,334 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-pub-net 2018-09-04 22:33:34,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/14687824-6880-4e76-844d-8831bdac6e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9e17a8b065d1bf8b8186fcd6e25355db3eb4b2" 2018-09-04 22:33:35,604 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb694185-9807-4392-bdd6-23c73d1b20e9 Date: Tue, 04 Sep 2018 22:33:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:33:35,604 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/14687824-6880-4e76-844d-8831bdac6e4e used request id req-eb694185-9807-4392-bdd6-23c73d1b20e9 2018-09-04 22:33:35,605 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-a1123f87-0576-43f9-9a2b-a9009913b124-image 2018-09-04 22:33:35,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f1f052b9260c35d2536df29971ba105c339ca52" 2018-09-04 22:33:36,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-82f8fb38-1007-4adf-8de3-a7c8add0ca73 Date: Tue, 04 Sep 2018 22:33:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:33:36,672 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/6ac1ef01-75bb-4f0f-97ab-7dc639c7b00a used request id req-82f8fb38-1007-4adf-8de3-a7c8add0ca73 2018-09-04 22:33:36,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:36,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-02f2ef97-f603-4e0c-956e-97686eb63bea Date: Tue, 04 Sep 2018 22:33:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:30Z", "updated_at": "2018-09-04T22:32:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:30Z", "revision_number": 0, "id": "1189fa57-9e89-4d1f-83ae-c9dd0dfae8ab", "remote_group_id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:30Z", "security_group_id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e21a7104e634baba732b909911b9d67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:30Z", "revision_number": 0, "id": "6726c2e8-a591-40fd-8898-3129961388ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:30Z", "security_group_id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e21a7104e634baba732b909911b9d67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:30Z", "revision_number": 0, "id": "6a330cb7-a5a0-473e-accb-f9f00d9f2c3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:30Z", "security_group_id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e21a7104e634baba732b909911b9d67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:32:30Z", "revision_number": 0, "id": "ef341d97-0322-413d-8746-f121ba8cbb58", "remote_group_id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "remote_ip_prefix": null, "created_at": "2018-09-04T22:32:30Z", "security_group_id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "tenant_id": "2e21a7104e634baba732b909911b9d67", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e21a7104e634baba732b909911b9d67"}], "revision_number": 4, "project_id": "2e21a7104e634baba732b909911b9d67", "id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:33:36,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-02f2ef97-f603-4e0c-956e-97686eb63bea 2018-09-04 22:33:36,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:37,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f3c84d-b99c-4d78-bc16-6f25e7323ec6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:33:37,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-c5f3c84d-b99c-4d78-bc16-6f25e7323ec6 2018-09-04 22:33:37,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:37,097 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:33:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e64aa185-ef4a-4f20-a7ba-fde5a7e29d31 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:33:37,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-e64aa185-ef4a-4f20-a7ba-fde5a7e29d31 2018-09-04 22:33:37,097 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:33:37,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:37,192 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:33:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a4fcd12-07b0-4f7e-9b5a-2314d47213c1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:33:37,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-5a4fcd12-07b0-4f7e-9b5a-2314d47213c1 2018-09-04 22:33:37,193 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:33:37,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:37,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe0b05c9-cceb-4c40-953f-288a1430b3a7 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:33:37,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-fe0b05c9-cceb-4c40-953f-288a1430b3a7 2018-09-04 22:33:37,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:37,379 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:33:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d43050e5-0897-4a09-b3b9-9811489c80a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:33:37,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-d43050e5-0897-4a09-b3b9-9811489c80a0 2018-09-04 22:33:37,379 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:33:37,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:37,471 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:33:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-827a0f78-70d9-4a21-b96a-ae66ce1846da Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:33:37,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-827a0f78-70d9-4a21-b96a-ae66ce1846da 2018-09-04 22:33:37,472 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:33:37,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:37,554 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:33:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4562776b-54ba-4ff9-809a-543922e96217 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:33:37,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-4562776b-54ba-4ff9-809a-543922e96217 2018-09-04 22:33:37,555 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:33:37,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:37,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff90e0cc-695d-42b9-9a7c-f4fcd3e7c2c3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67"}, "enabled": true, "id": "2e21a7104e634baba732b909911b9d67", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj"}} 2018-09-04 22:33:37,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-ff90e0cc-695d-42b9-9a7c-f4fcd3e7c2c3 2018-09-04 22:33:37,648 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5cf48e13-41b8-4bb7-9141-8b773485ab3c 2018-09-04 22:33:37,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=5cf48e13-41b8-4bb7-9141-8b773485ab3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:37,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7b52db3e-89c9-464b-aaa4-2db6e7392821 Date: Tue, 04 Sep 2018 22:33:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:30Z", "security_group_id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:30Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "1189fa57-9e89-4d1f-83ae-c9dd0dfae8ab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:30Z", "security_group_id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:30Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "6726c2e8-a591-40fd-8898-3129961388ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:30Z", "security_group_id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:30Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "6a330cb7-a5a0-473e-accb-f9f00d9f2c3c"}, {"remote_group_id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:32:30Z", "security_group_id": "5cf48e13-41b8-4bb7-9141-8b773485ab3c", "port_range_min": null, "revision_number": 0, "tenant_id": "2e21a7104e634baba732b909911b9d67", "created_at": "2018-09-04T22:32:30Z", "project_id": "2e21a7104e634baba732b909911b9d67", "id": "ef341d97-0322-413d-8746-f121ba8cbb58"}]} 2018-09-04 22:33:37,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=5cf48e13-41b8-4bb7-9141-8b773485ab3c used request id req-7b52db3e-89c9-464b-aaa4-2db6e7392821 2018-09-04 22:33:37,840 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:33:37,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/5cf48e13-41b8-4bb7-9141-8b773485ab3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:38,309 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b73bbc0a-1a4a-458b-a7c0-bb636ea3221c Content-Length: 0 Date: Tue, 04 Sep 2018 22:33:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:33:38,309 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/5cf48e13-41b8-4bb7-9141-8b773485ab3c used request id req-b73bbc0a-1a4a-458b-a7c0-bb636ea3221c 2018-09-04 22:33:38,310 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj 2018-09-04 22:33:38,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:38,501 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:33:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64c63cd1-e7a0-48a0-85f1-2e315c84eb17 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:33:38,501 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/2e21a7104e634baba732b909911b9d67 used request id req-64c63cd1-e7a0-48a0-85f1-2e315c84eb17 2018-09-04 22:33:38,501 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-proj-role 2018-09-04 22:33:38,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/6bb40f06c9334f4590fda27d5666d18c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:38,689 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:33:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ebd13da-9958-46da-83d3-2d141221818e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:33:38,689 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/6bb40f06c9334f4590fda27d5666d18c used request id req-1ebd13da-9958-46da-83d3-2d141221818e 2018-09-04 22:33:38,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9969b9e7628c6fd8266eb77c65dee9a6d242a75" 2018-09-04 22:33:38,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e211c0f-d7a5-45f5-8ed3-3b0be4fef733 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:33:38,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2e211c0f-d7a5-45f5-8ed3-3b0be4fef733 2018-09-04 22:33:38,780 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-66fa43c8-9087-4b1-user 2018-09-04 22:33:38,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/a5ac9f4c55d6411da0b2beec70654a20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5786fef9cc1b8c117126913f42f8d34071f8586f" 2018-09-04 22:33:38,964 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:33:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d444dfe-e94a-4c30-8c97-b485a4a7217b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:33:38,965 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/a5ac9f4c55d6411da0b2beec70654a20 used request id req-8d444dfe-e94a-4c30-8c97-b485a4a7217b 2018-09-04 22:33:38,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:33:39,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:33:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["s5-nn7AuT4-8TzVRn1omJA"], "issued_at": "2018-09-04T22:33:39.000000Z"}} 2018-09-04 22:33:39,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b609bc4201a9a4e236b59af3b763a8e447b006" 2018-09-04 22:33:39,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e71ac02e-5ff9-45fe-aae2-b061c8c2c92f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:33:39,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e71ac02e-5ff9-45fe-aae2-b061c8c2c92f 2018-09-04 22:33:39,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:33:39,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:33:39,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:33:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["-5Dj6cG6R52fwqlKstV8YQ"], "issued_at": "2018-09-04T22:33:39.000000Z"}} 2018-09-04 22:33:39,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:33:39,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b28129b-1644-4633-bfc3-e67b25597da6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:33:39,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9b28129b-1644-4633-bfc3-e67b25597da6 2018-09-04 22:33:39,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:33:39,991 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:33:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:33:39,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:33:40,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-463901df-d7ab-4cb8-a18a-0a18e7545b9c Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:33:40,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj used request id req-463901df-d7ab-4cb8-a18a-0a18e7545b9c 2018-09-04 22:33:40,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:33:40,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d02e435a-5c91-4c05-9b9a-d97f02de273b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:33:40,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-d02e435a-5c91-4c05-9b9a-d97f02de273b 2018-09-04 22:33:40,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}}' 2018-09-04 22:33:40,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:33:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-024a2e00-962f-4929-b9e8-a26d0b8185ce Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:33:40,295 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-024a2e00-962f-4929-b9e8-a26d0b8185ce 2018-09-04 22:33:40,295 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj 2018-09-04 22:33:40,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:33:40,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:33:40,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:33:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["wEbjDwihQzejYK3WaOfeWg"], "issued_at": "2018-09-04T22:33:40.000000Z"}} 2018-09-04 22:33:40,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1de5f72078f5520e23d8bf4cd9c34f4892dd7b77" 2018-09-04 22:33:40,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3841cc2-4eff-4cb6-b5f0-a2fe163c15e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:33:40,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a3841cc2-4eff-4cb6-b5f0-a2fe163c15e8 2018-09-04 22:33:40,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:33:40,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:33:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:33:40,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1de5f72078f5520e23d8bf4cd9c34f4892dd7b77" 2018-09-04 22:33:40,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f0dfe62-1131-41be-8f48-5931005177e3 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:33:40,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5f0dfe62-1131-41be-8f48-5931005177e3 2018-09-04 22:33:40,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1de5f72078f5520e23d8bf4cd9c34f4892dd7b77" 2018-09-04 22:33:41,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-405033ae-e8d5-49a2-afd1-087e7ee2c0d7 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}]} 2018-09-04 22:33:41,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj used request id req-405033ae-e8d5-49a2-afd1-087e7ee2c0d7 2018-09-04 22:33:41,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1de5f72078f5520e23d8bf4cd9c34f4892dd7b77" 2018-09-04 22:33:41,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13356421-b7f3-47d3-b868-b75fadb6bcc2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:33:41,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-13356421-b7f3-47d3-b868-b75fadb6bcc2 2018-09-04 22:33:41,539 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-user 2018-09-04 22:33:41,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:33:41,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:33:41,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d5a0a81-139d-4f76-8114-83ea5176e355 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:33:41,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3d5a0a81-139d-4f76-8114-83ea5176e355 2018-09-04 22:33:41,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role"}}' 2018-09-04 22:33:41,749 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:33:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-777ca07b-1b14-4509-b652-5a6786f4c495 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c18f94c6fe73418388c763b522cbcbf3", "links": {"self": "http://172.30.9.26:5000/v3/roles/c18f94c6fe73418388c763b522cbcbf3"}, "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role"}} 2018-09-04 22:33:41,750 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-777ca07b-1b14-4509-b652-5a6786f4c495 2018-09-04 22:33:41,750 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role 2018-09-04 22:33:41,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c18f94c6fe73418388c763b522cbcbf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:33:41,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63dca12c-847b-4c39-b2ed-fb4e703eaff1 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c18f94c6fe73418388c763b522cbcbf3"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role", "id": "c18f94c6fe73418388c763b522cbcbf3"}} 2018-09-04 22:33:41,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c18f94c6fe73418388c763b522cbcbf3 used request id req-63dca12c-847b-4c39-b2ed-fb4e703eaff1 2018-09-04 22:33:41,933 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role to project CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj 2018-09-04 22:33:41,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a/users/1af36ecec0b746948514982536f02959/roles/c18f94c6fe73418388c763b522cbcbf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:33:42,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:33:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4691832-761c-4325-85c3-173e4acb4609 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:33:42,057 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a/users/1af36ecec0b746948514982536f02959/roles/c18f94c6fe73418388c763b522cbcbf3 used request id req-e4691832-761c-4325-85c3-173e4acb4609 2018-09-04 22:33:42,057 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:33:42,059 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:33:42,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:33:42,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:33:42,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c18f94c6fe73418388c763b522cbcbf3", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role"}], "expires_at": "2018-09-04T23:33:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-user", "id": "1af36ecec0b746948514982536f02959"}, "audit_ids": ["y-Dm2liLTu-r4dsUi1AQKg"], "issued_at": "2018-09-04T22:33:42.000000Z"}} 2018-09-04 22:33:42,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fdbfab026bbcbe36de71151ba0ec3a863b2463" 2018-09-04 22:33:42,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00f6c4ac-f738-4356-924c-750178bb37e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:33:42,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-00f6c4ac-f738-4356-924c-750178bb37e9 2018-09-04 22:33:42,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e2fdbfab026bbcbe36de71151ba0ec3a863b2463" 2018-09-04 22:33:42,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-e9467f5f-fad7-4399-9aa0-f6ce02cc9a67 Date: Tue, 04 Sep 2018 22:33:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image"} 2018-09-04 22:33:42,711 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image used request id req-e9467f5f-fad7-4399-9aa0-f6ce02cc9a67 2018-09-04 22:33:42,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e2fdbfab026bbcbe36de71151ba0ec3a863b2463" 2018-09-04 22:33:42,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ec95aafb-8e7f-4557-827d-efb60404add1 Date: Tue, 04 Sep 2018 22:33:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:33:42,880 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-ec95aafb-8e7f-4557-827d-efb60404add1 2018-09-04 22:33:42,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2fdbfab026bbcbe36de71151ba0ec3a863b2463" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image"}' 2018-09-04 22:33:43,172 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d X-Openstack-Request-Id: req-095b26b1-98ba-4e78-8b98-631a7a5bf461 Date: Tue, 04 Sep 2018 22:33:43 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:33:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:33:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "min_disk": 0, "protected": false, "id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "file": "/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d/file", "checksum": null, "owner": "d005aac0cdcd4f479ad5e6acfa7fc75a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:33:43,172 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-095b26b1-98ba-4e78-8b98-631a7a5bf461 2018-09-04 22:33:43,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e2fdbfab026bbcbe36de71151ba0ec3a863b2463" -d '' 2018-09-04 22:33:44,170 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a2242c1c-9f43-4b6b-8f65-a3243e40b023 Date: Tue, 04 Sep 2018 22:33:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:33:44,171 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d/file used request id req-a2242c1c-9f43-4b6b-8f65-a3243e40b023 2018-09-04 22:33:44,171 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:33:44,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e2fdbfab026bbcbe36de71151ba0ec3a863b2463" 2018-09-04 22:33:44,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-ca98ffaa-7589-4158-875f-59bd4f0df19a Date: Tue, 04 Sep 2018 22:33:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:33:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:33:44Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6630b67d-89e7-465f-b937-41ee48f9ed7d/snap", "metadata": {}}], "self": "/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "min_disk": 0, "protected": false, "id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "file": "/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d005aac0cdcd4f479ad5e6acfa7fc75a", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6630b67d-89e7-465f-b937-41ee48f9ed7d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:33:44,333 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d used request id req-ca98ffaa-7589-4158-875f-59bd4f0df19a 2018-09-04 22:33:44,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e2fdbfab026bbcbe36de71151ba0ec3a863b2463" 2018-09-04 22:33:44,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-de7ec3f4-4256-44b1-b2a6-84ee6fb5fbca Date: Tue, 04 Sep 2018 22:33:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:33:44,482 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-de7ec3f4-4256-44b1-b2a6-84ee6fb5fbca 2018-09-04 22:33:44,484 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image 2018-09-04 22:33:44,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e2fdbfab026bbcbe36de71151ba0ec3a863b2463" 2018-09-04 22:33:44,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-a0a48a10-1a8e-4f1c-863b-741e578bb859 Date: Tue, 04 Sep 2018 22:33:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:33:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:33:44Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6630b67d-89e7-465f-b937-41ee48f9ed7d/snap", "metadata": {}}], "self": "/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "min_disk": 0, "protected": false, "id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "file": "/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d005aac0cdcd4f479ad5e6acfa7fc75a", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6630b67d-89e7-465f-b937-41ee48f9ed7d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:33:44,648 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d used request id req-a0a48a10-1a8e-4f1c-863b-741e578bb859 2018-09-04 22:33:44,648 - create_image - DEBUG - Instance status is - active 2018-09-04 22:33:44,649 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image 2018-09-04 22:33:44,649 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image 2018-09-04 22:33:44,649 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:33:44,650 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:33:45,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c18f94c6fe73418388c763b522cbcbf3", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role"}], "expires_at": "2018-09-04T23:33:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-user", "id": "1af36ecec0b746948514982536f02959"}, "audit_ids": ["vovb2lssQ5aAOlaDKgeXKQ"], "issued_at": "2018-09-04T22:33:45.000000Z"}} 2018-09-04 22:33:45,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971664757d5c7e51d6dcaf98263480c6fed09992" 2018-09-04 22:33:45,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93708e56-0d25-47ea-a991-b98c1460f336 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:33:45,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-93708e56-0d25-47ea-a991-b98c1460f336 2018-09-04 22:33:45,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971664757d5c7e51d6dcaf98263480c6fed09992" 2018-09-04 22:33:45,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2ce7559e-cead-4761-bac8-78c501549ab9 Date: Tue, 04 Sep 2018 22:33:45 GMT RESP BODY: {"networks":[]} 2018-09-04 22:33:45,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-2ce7559e-cead-4761-bac8-78c501549ab9 2018-09-04 22:33:45,295 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net 2018-09-04 22:33:45,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971664757d5c7e51d6dcaf98263480c6fed09992" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net", "admin_state_up": true}}' 2018-09-04 22:33:46,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-dbe976d6-4cd8-4d25-b143-bd5973236f8a Date: Tue, 04 Sep 2018 22:33:46 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:33:45Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","mtu":1450}} 2018-09-04 22:33:46,119 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-dbe976d6-4cd8-4d25-b143-bd5973236f8a 2018-09-04 22:33:46,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971664757d5c7e51d6dcaf98263480c6fed09992" 2018-09-04 22:33:46,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-2ce29b8b-243d-4f84-a186-b72ecdbc9254 Date: Tue, 04 Sep 2018 22:33:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:33:45Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:33:46,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-2ce29b8b-243d-4f84-a186-b72ecdbc9254 2018-09-04 22:33:46,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971664757d5c7e51d6dcaf98263480c6fed09992" 2018-09-04 22:33:46,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-43808210-4ad3-41a9-873b-512a4b4f0940 Date: Tue, 04 Sep 2018 22:33:46 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:33:46,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-43808210-4ad3-41a9-873b-512a4b4f0940 2018-09-04 22:33:46,745 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet 2018-09-04 22:33:46,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971664757d5c7e51d6dcaf98263480c6fed09992" -d '{"subnets": [{"ip_version": 4, "network_id": "86abc05d-f01b-4436-8802-5f9e65b1c92a", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]}' 2018-09-04 22:33:47,369 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-26b6a8b0-cf8b-4740-8435-d4c43e6c9d77 Date: Tue, 04 Sep 2018 22:33:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:33:47,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-26b6a8b0-cf8b-4740-8435-d4c43e6c9d77 2018-09-04 22:33:47,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971664757d5c7e51d6dcaf98263480c6fed09992" 2018-09-04 22:33:47,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3c17a5c5-ef93-4e59-9aca-e838da743784 Date: Tue, 04 Sep 2018 22:33:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:33:47,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-3c17a5c5-ef93-4e59-9aca-e838da743784 2018-09-04 22:33:47,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971664757d5c7e51d6dcaf98263480c6fed09992" 2018-09-04 22:33:47,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-daff1844-697c-44ad-a512-ebcdd1502f68 Date: Tue, 04 Sep 2018 22:33:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:33:47,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-daff1844-697c-44ad-a512-ebcdd1502f68 2018-09-04 22:33:47,864 - OpenStackNetwork - DEBUG - Network [86abc05d-f01b-4436-8802-5f9e65b1c92a] created successfully 2018-09-04 22:33:47,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:33:47,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:33:48,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c18f94c6fe73418388c763b522cbcbf3", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role"}], "expires_at": "2018-09-04T23:33:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-user", "id": "1af36ecec0b746948514982536f02959"}, "audit_ids": ["mqFf0Y48Q3qLDZD78YEvsw"], "issued_at": "2018-09-04T22:33:48.000000Z"}} 2018-09-04 22:33:48,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:33:48,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db31c289-40da-47d8-bafe-a040802fedbb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:33:48,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-db31c289-40da-47d8-bafe-a040802fedbb 2018-09-04 22:33:48,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:33:48,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b58efadc-2f5f-4050-9af9-c9c9c4a25122 Date: Tue, 04 Sep 2018 22:33:48 GMT RESP BODY: {"routers": []} 2018-09-04 22:33:48,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router&admin_state_up=True used request id req-b58efadc-2f5f-4050-9af9-c9c9c4a25122 2018-09-04 22:33:48,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:33:48,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:33:48,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c18f94c6fe73418388c763b522cbcbf3", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role"}], "expires_at": "2018-09-04T23:33:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-user", "id": "1af36ecec0b746948514982536f02959"}, "audit_ids": ["LIr_YIcgRc-6wJP4Y-kBVw"], "issued_at": "2018-09-04T22:33:48.000000Z"}} 2018-09-04 22:33:48,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b15838d7ef896036c76382f3eaa9bd571c365cd" 2018-09-04 22:33:48,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f894d31f-1a61-4ff2-8518-3d7e03ce542d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:33:48,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f894d31f-1a61-4ff2-8518-3d7e03ce542d 2018-09-04 22:33:49,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:33:49,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-506457a2-e517-46a2-bddd-47559767113a Date: Tue, 04 Sep 2018 22:33:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:33:49,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-506457a2-e517-46a2-bddd-47559767113a 2018-09-04 22:33:49,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:33:49,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-061667e8-0607-4a8b-9f18-698eae59328b Date: Tue, 04 Sep 2018 22:33:49 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:33:49,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-061667e8-0607-4a8b-9f18-698eae59328b 2018-09-04 22:33:49,609 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router 2018-09-04 22:33:49,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router", "admin_state_up": true}}' 2018-09-04 22:33:54,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f9a045d7-7b95-4080-9b6c-87b04610168b Date: Tue, 04 Sep 2018 22:33:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:33:50Z", "admin_state_up": true, "updated_at": "2018-09-04T22:33:51Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "ef1ad552-ebb2-4333-86ee-c774b2e521e9", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router"}} 2018-09-04 22:33:54,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-f9a045d7-7b95-4080-9b6c-87b04610168b 2018-09-04 22:33:54,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=ef1ad552-ebb2-4333-86ee-c774b2e521e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:33:54,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a7fcd1fd-fffc-448b-8ac8-5262d2a425cf Date: Tue, 04 Sep 2018 22:33:54 GMT RESP BODY: {"ports":[]} 2018-09-04 22:33:54,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=ef1ad552-ebb2-4333-86ee-c774b2e521e9 used request id req-a7fcd1fd-fffc-448b-8ac8-5262d2a425cf 2018-09-04 22:33:54,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:33:55,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-546df217-9a9e-4d3e-b884-6b3fde5caf8f Date: Tue, 04 Sep 2018 22:33:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:33:55,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-546df217-9a9e-4d3e-b884-6b3fde5caf8f 2018-09-04 22:33:55,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:33:55,117 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:33:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:33:55,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:33:55,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2ba47f1-8ab5-4f4e-9f30-4436606497f4 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:33:55,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-c2ba47f1-8ab5-4f4e-9f30-4436606497f4 2018-09-04 22:33:55,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:33:55,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8e809a6a-a000-479d-900e-b4cc3b81a5af Date: Tue, 04 Sep 2018 22:33:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:33:55,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-8e809a6a-a000-479d-900e-b4cc3b81a5af 2018-09-04 22:33:55,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:33:55,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f92e0090-1232-44f1-bdfb-dae6ba7c5bb8 Date: Tue, 04 Sep 2018 22:33:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:33:55,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet used request id req-f92e0090-1232-44f1-bdfb-dae6ba7c5bb8 2018-09-04 22:33:55,617 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 22:33:55,617 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router 2018-09-04 22:33:55,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/ef1ad552-ebb2-4333-86ee-c774b2e521e9/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" -d '{"subnet_id": "f15ebe36-6386-4535-b80d-19b6b614cf12"}' 2018-09-04 22:33:57,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0885d252-fcd0-488a-8f8f-fd7700a7189d Date: Tue, 04 Sep 2018 22:33:57 GMT RESP BODY: {"network_id": "86abc05d-f01b-4436-8802-5f9e65b1c92a", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "subnet_id": "f15ebe36-6386-4535-b80d-19b6b614cf12", "subnet_ids": ["f15ebe36-6386-4535-b80d-19b6b614cf12"], "port_id": "20d81e79-59b6-4eb9-ae74-af99e3821cee", "id": "ef1ad552-ebb2-4333-86ee-c774b2e521e9"} 2018-09-04 22:33:57,772 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/ef1ad552-ebb2-4333-86ee-c774b2e521e9/add_router_interface used request id req-0885d252-fcd0-488a-8f8f-fd7700a7189d 2018-09-04 22:33:57,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/ef1ad552-ebb2-4333-86ee-c774b2e521e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:33:57,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9374c58c-020e-45b2-9423-ef8820d7a1bb Date: Tue, 04 Sep 2018 22:33:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:33:50Z", "admin_state_up": true, "updated_at": "2018-09-04T22:33:56Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "ef1ad552-ebb2-4333-86ee-c774b2e521e9", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router"}} 2018-09-04 22:33:57,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/ef1ad552-ebb2-4333-86ee-c774b2e521e9 used request id req-9374c58c-020e-45b2-9423-ef8820d7a1bb 2018-09-04 22:33:58,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=ef1ad552-ebb2-4333-86ee-c774b2e521e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:33:58,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-e59239c4-f171-4cd3-baeb-022bca88a6aa Date: Tue, 04 Sep 2018 22:33:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.1"}],"id":"20d81e79-59b6-4eb9-ae74-af99e3821cee","security_groups":[],"mac_address":"fa:16:3e:78:53:00","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:56Z","binding:vnic_type":"normal","device_id":"ef1ad552-ebb2-4333-86ee-c774b2e521e9"}]} 2018-09-04 22:33:58,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=ef1ad552-ebb2-4333-86ee-c774b2e521e9 used request id req-e59239c4-f171-4cd3-baeb-022bca88a6aa 2018-09-04 22:33:58,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/f15ebe36-6386-4535-b80d-19b6b614cf12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:33:58,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-3ddbde19-6572-4518-a6c5-4ac4d7a47850 Date: Tue, 04 Sep 2018 22:33:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}} 2018-09-04 22:33:58,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/f15ebe36-6386-4535-b80d-19b6b614cf12 used request id req-3ddbde19-6572-4518-a6c5-4ac4d7a47850 2018-09-04 22:33:58,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:33:58,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:33:58,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:33:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["clFH7DrwT3qygR7Q06JpmQ"], "issued_at": "2018-09-04T22:33:58.000000Z"}} 2018-09-04 22:33:58,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a1065bb1de265e594b46472e60d0b156d9f2628" 2018-09-04 22:33:58,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bf23c9f-08ee-46ca-80f0-0f327a8add34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:33:58,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9bf23c9f-08ee-46ca-80f0-0f327a8add34 2018-09-04 22:33:58,883 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:33:58,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a1065bb1de265e594b46472e60d0b156d9f2628" 2018-09-04 22:33:59,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4398758e-6ea9-48a0-8aeb-23b17d9eca1e x-compute-request-id: req-4398758e-6ea9-48a0-8aeb-23b17d9eca1e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:33:59,067 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4398758e-6ea9-48a0-8aeb-23b17d9eca1e 2018-09-04 22:33:59,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a1065bb1de265e594b46472e60d0b156d9f2628" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:33:59,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b440e802-d642-447e-b42d-b30fdacbfa0c x-compute-request-id: req-b440e802-d642-447e-b42d-b30fdacbfa0c Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:33:59,179 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b440e802-d642-447e-b42d-b30fdacbfa0c 2018-09-04 22:33:59,180 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:33:59,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:33:59,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c18f94c6fe73418388c763b522cbcbf3", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role"}], "expires_at": "2018-09-04T23:33:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-user", "id": "1af36ecec0b746948514982536f02959"}, "audit_ids": ["vQ0K-WyXRdmiWKkBsUzWfQ"], "issued_at": "2018-09-04T22:33:59.000000Z"}} 2018-09-04 22:33:59,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6addb51ba4583c1243020617456918f3429743" 2018-09-04 22:33:59,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d0aef01-ce50-46e9-ab5c-d57dec8eae8a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:33:59,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0d0aef01-ce50-46e9-ab5c-d57dec8eae8a 2018-09-04 22:33:59,638 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:33:59,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6addb51ba4583c1243020617456918f3429743" 2018-09-04 22:33:59,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de025503-f1ab-4cea-9839-5e1da0a6716c x-compute-request-id: req-de025503-f1ab-4cea-9839-5e1da0a6716c Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 22:33:59,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-de025503-f1ab-4cea-9839-5e1da0a6716c 2018-09-04 22:33:59,806 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp... 2018-09-04 22:33:59,807 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 22:33:59,878 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp 2018-09-04 22:33:59,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6addb51ba4583c1243020617456918f3429743" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCdtPxP093DNSXHiKYFuMglxwlLyMf79UkC/SvzzaiuQLnbmF2W10ZPDJjgTnOzQ/YBw9u6WJ/L1VND60pz4d0PlQPCM7c/kIWRqHDcLa1LN/GRzXnvN0oLacM2NHGWkg8zy8X11w1sD3ZuiApT1J7yTIPQbMQYXT7yXi6J6Buu+Q==", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp"}}' 2018-09-04 22:33:59,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cac28aac-4065-460d-99b2-3c1163311df3 x-compute-request-id: req-cac28aac-4065-460d-99b2-3c1163311df3 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCdtPxP093DNSXHiKYFuMglxwlLyMf79UkC/SvzzaiuQLnbmF2W10ZPDJjgTnOzQ/YBw9u6WJ/L1VND60pz4d0PlQPCM7c/kIWRqHDcLa1LN/GRzXnvN0oLacM2NHGWkg8zy8X11w1sD3ZuiApT1J7yTIPQbMQYXT7yXi6J6Buu+Q==", "user_id": "1af36ecec0b746948514982536f02959", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "fingerprint": "17:22:98:fb:19:fa:14:b7:76:a5:e4:47:f4:8c:2f:9a"}} 2018-09-04 22:33:59,929 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-cac28aac-4065-460d-99b2-3c1163311df3 2018-09-04 22:33:59,931 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b.pub 2018-09-04 22:33:59,931 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b 2018-09-04 22:33:59,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:33:59,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:34:00,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c18f94c6fe73418388c763b522cbcbf3", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role"}], "expires_at": "2018-09-04T23:34:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-user", "id": "1af36ecec0b746948514982536f02959"}, "audit_ids": ["JHv1ZreiTU6Rua6jMKOOjg"], "issued_at": "2018-09-04T22:34:00.000000Z"}} 2018-09-04 22:34:00,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:00,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-852e5200-c549-456e-8dc2-b1a0972de21e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:34:00,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-852e5200-c549-456e-8dc2-b1a0972de21e 2018-09-04 22:34:00,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:00,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a2f2e024-a287-4192-9bf6-3839b8afd21b Date: Tue, 04 Sep 2018 22:34:00 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:34:00,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp used request id req-a2f2e024-a287-4192-9bf6-3839b8afd21b 2018-09-04 22:34:00,591 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp... 2018-09-04 22:34:00,591 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp 2018-09-04 22:34:00,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}}' 2018-09-04 22:34:01,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-7a84aa2d-f0cb-46e6-af12-83fbf6d71251 Date: Tue, 04 Sep 2018 22:34:01 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "updated_at": "2018-09-04T22:34:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "revision_number": 0, "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv6", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "revision_number": 0, "id": "4325418a-b479-463b-9ab0-5b1390343a0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv4", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}], "revision_number": 2, "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}} 2018-09-04 22:34:01,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-7a84aa2d-f0cb-46e6-af12-83fbf6d71251 2018-09-04 22:34:01,008 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c658d6e2-b21a-4d25-97fc-751c500d213e 2018-09-04 22:34:01,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:01,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-17706a71-a541-43de-ad2a-694898c2645f Date: Tue, 04 Sep 2018 22:34:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "4325418a-b479-463b-9ab0-5b1390343a0a"}]} 2018-09-04 22:34:01,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e used request id req-17706a71-a541-43de-ad2a-694898c2645f 2018-09-04 22:34:01,187 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c658d6e2-b21a-4d25-97fc-751c500d213e 2018-09-04 22:34:01,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:01,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e19ca7c9-8c1c-4a45-bdcf-eb3dfe6c3745 Date: Tue, 04 Sep 2018 22:34:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "4325418a-b479-463b-9ab0-5b1390343a0a"}]} 2018-09-04 22:34:01,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e used request id req-e19ca7c9-8c1c-4a45-bdcf-eb3dfe6c3745 2018-09-04 22:34:01,564 - neutron_utils - INFO - Retrieving security group with ID - c658d6e2-b21a-4d25-97fc-751c500d213e 2018-09-04 22:34:01,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=c658d6e2-b21a-4d25-97fc-751c500d213e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:01,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-f6d03a66-8f63-479e-ae31-61931094a769 Date: Tue, 04 Sep 2018 22:34:01 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "updated_at": "2018-09-04T22:34:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "revision_number": 0, "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv6", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "revision_number": 0, "id": "4325418a-b479-463b-9ab0-5b1390343a0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv4", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}], "revision_number": 2, "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}]} 2018-09-04 22:34:01,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=c658d6e2-b21a-4d25-97fc-751c500d213e used request id req-f6d03a66-8f63-479e-ae31-61931094a769 2018-09-04 22:34:01,787 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c658d6e2-b21a-4d25-97fc-751c500d213e 2018-09-04 22:34:01,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:01,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-252d7c92-c04d-4541-9a63-c5f16485b4b2 Date: Tue, 04 Sep 2018 22:34:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "4325418a-b479-463b-9ab0-5b1390343a0a"}]} 2018-09-04 22:34:01,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e used request id req-252d7c92-c04d-4541-9a63-c5f16485b4b2 2018-09-04 22:34:01,967 - neutron_utils - INFO - Retrieving security group with ID - c658d6e2-b21a-4d25-97fc-751c500d213e 2018-09-04 22:34:01,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=c658d6e2-b21a-4d25-97fc-751c500d213e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:02,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-0d6cd845-39b8-4a02-90a9-1762e91cd1f7 Date: Tue, 04 Sep 2018 22:34:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "updated_at": "2018-09-04T22:34:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "revision_number": 0, "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv6", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "revision_number": 0, "id": "4325418a-b479-463b-9ab0-5b1390343a0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv4", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}], "revision_number": 2, "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}]} 2018-09-04 22:34:02,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=c658d6e2-b21a-4d25-97fc-751c500d213e used request id req-0d6cd845-39b8-4a02-90a9-1762e91cd1f7 2018-09-04 22:34:02,020 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c658d6e2-b21a-4d25-97fc-751c500d213e 2018-09-04 22:34:02,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:02,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-99871626-19bc-43ed-a413-da8d2519768f Date: Tue, 04 Sep 2018 22:34:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "4325418a-b479-463b-9ab0-5b1390343a0a"}]} 2018-09-04 22:34:02,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e used request id req-99871626-19bc-43ed-a413-da8d2519768f 2018-09-04 22:34:02,083 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp 2018-09-04 22:34:02,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:02,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a10b3521-1547-41c5-b6b3-ba8bd7868e5f Date: Tue, 04 Sep 2018 22:34:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "updated_at": "2018-09-04T22:34:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "revision_number": 0, "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv6", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "revision_number": 0, "id": "4325418a-b479-463b-9ab0-5b1390343a0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv4", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}], "revision_number": 2, "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}]} 2018-09-04 22:34:02,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp used request id req-a10b3521-1547-41c5-b6b3-ba8bd7868e5f 2018-09-04 22:34:02,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:34:02,141 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:34:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:34:02,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:02,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-580cb837-4c0c-46e0-87ea-e5265ff751b9 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:02,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-580cb837-4c0c-46e0-87ea-e5265ff751b9 2018-09-04 22:34:02,219 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c658d6e2-b21a-4d25-97fc-751c500d213e 2018-09-04 22:34:02,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:02,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6dfb138c-bb67-409d-968b-07d9fd7959df Date: Tue, 04 Sep 2018 22:34:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "4325418a-b479-463b-9ab0-5b1390343a0a"}]} 2018-09-04 22:34:02,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e used request id req-6dfb138c-bb67-409d-968b-07d9fd7959df 2018-09-04 22:34:02,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e"}}' 2018-09-04 22:34:02,726 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-7d09ea66-cea7-425d-8e5a-db0da43d72c3 Date: Tue, 04 Sep 2018 22:34:02 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:02Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:02Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "4d4704e7-7f29-4cc5-b84b-76f70eca4cd0"}} 2018-09-04 22:34:02,727 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-7d09ea66-cea7-425d-8e5a-db0da43d72c3 2018-09-04 22:34:02,727 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp 2018-09-04 22:34:02,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:02,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-e854e1e9-21fd-41a2-8a09-ee680362844e Date: Tue, 04 Sep 2018 22:34:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "updated_at": "2018-09-04T22:34:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "revision_number": 0, "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv6", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "revision_number": 0, "id": "4325418a-b479-463b-9ab0-5b1390343a0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv4", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:02Z", "revision_number": 0, "id": "4d4704e7-7f29-4cc5-b84b-76f70eca4cd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:02Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv4", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}], "revision_number": 3, "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}]} 2018-09-04 22:34:02,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp used request id req-e854e1e9-21fd-41a2-8a09-ee680362844e 2018-09-04 22:34:02,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:03,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4277a732-3370-497f-afc3-66ce059d754a Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:03,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-4277a732-3370-497f-afc3-66ce059d754a 2018-09-04 22:34:03,002 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c658d6e2-b21a-4d25-97fc-751c500d213e 2018-09-04 22:34:03,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:03,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-52e66313-75c8-4114-9ac4-a0aba3b5f2a0 Date: Tue, 04 Sep 2018 22:34:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "4325418a-b479-463b-9ab0-5b1390343a0a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:02Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:02Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "4d4704e7-7f29-4cc5-b84b-76f70eca4cd0"}]} 2018-09-04 22:34:03,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e used request id req-52e66313-75c8-4114-9ac4-a0aba3b5f2a0 2018-09-04 22:34:03,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e"}}' 2018-09-04 22:34:03,528 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-aa4752cd-e21f-4437-82f5-9380cea679a7 Date: Tue, 04 Sep 2018 22:34:03 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:34:03Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": 22, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:03Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "63067979-570d-4575-b1b7-770eea4aeb0e"}} 2018-09-04 22:34:03,528 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-aa4752cd-e21f-4437-82f5-9380cea679a7 2018-09-04 22:34:03,529 - neutron_utils - INFO - Retrieving security group with ID - c658d6e2-b21a-4d25-97fc-751c500d213e 2018-09-04 22:34:03,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=c658d6e2-b21a-4d25-97fc-751c500d213e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:03,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-153f56da-517b-4b94-bd9b-46f48870abbf Date: Tue, 04 Sep 2018 22:34:03 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "updated_at": "2018-09-04T22:34:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "revision_number": 0, "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv6", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "revision_number": 0, "id": "4325418a-b479-463b-9ab0-5b1390343a0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv4", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:34:02Z", "revision_number": 0, "id": "4d4704e7-7f29-4cc5-b84b-76f70eca4cd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:02Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv4", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:34:03Z", "revision_number": 0, "id": "63067979-570d-4575-b1b7-770eea4aeb0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:34:03Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}], "revision_number": 4, "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}]} 2018-09-04 22:34:03,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=c658d6e2-b21a-4d25-97fc-751c500d213e used request id req-153f56da-517b-4b94-bd9b-46f48870abbf 2018-09-04 22:34:03,753 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c658d6e2-b21a-4d25-97fc-751c500d213e 2018-09-04 22:34:03,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:34:03,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-7fd62087-ccfa-46a4-b4d4-8f876cf44ca6 Date: Tue, 04 Sep 2018 22:34:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "3e55a64d-2450-40b6-8ad1-1e0dd9590a9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:00Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:00Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "4325418a-b479-463b-9ab0-5b1390343a0a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:34:02Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:02Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "4d4704e7-7f29-4cc5-b84b-76f70eca4cd0"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:34:03Z", "security_group_id": "c658d6e2-b21a-4d25-97fc-751c500d213e", "port_range_min": 22, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:03Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "63067979-570d-4575-b1b7-770eea4aeb0e"}]} 2018-09-04 22:34:03,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c658d6e2-b21a-4d25-97fc-751c500d213e used request id req-7fd62087-ccfa-46a4-b4d4-8f876cf44ca6 2018-09-04 22:34:03,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:34:03,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:34:04,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c18f94c6fe73418388c763b522cbcbf3", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role"}], "expires_at": "2018-09-04T23:34:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-user", "id": "1af36ecec0b746948514982536f02959"}, "audit_ids": ["PFXefQWHSuafk2781oDkSg"], "issued_at": "2018-09-04T22:34:04.000000Z"}} 2018-09-04 22:34:04,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:04,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d86f732a-74dc-4513-9685-81c9c1130d8a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:34:04,384 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d86f732a-74dc-4513-9685-81c9c1130d8a 2018-09-04 22:34:04,386 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:34:04,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:04,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae132889-791f-4cda-8f1e-9f35752fc418 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:34:04,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ae132889-791f-4cda-8f1e-9f35752fc418 2018-09-04 22:34:04,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:04,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5934502d-497f-439e-99c0-195630f3d376 Date: Tue, 04 Sep 2018 22:34:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:34:04,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-5934502d-497f-439e-99c0-195630f3d376 2018-09-04 22:34:04,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:34:04,732 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:34:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:34:04,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:04,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1093021-6647-4259-9054-951963b160fc Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:04,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-a1093021-6647-4259-9054-951963b160fc 2018-09-04 22:34:04,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:05,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f0b613e7-80be-4e5d-994c-3153911474cf Date: Tue, 04 Sep 2018 22:34:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:34:05,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-f0b613e7-80be-4e5d-994c-3153911474cf 2018-09-04 22:34:05,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:05,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-180253a2-7971-4852-8a7e-cb03e9ffb5fd Date: Tue, 04 Sep 2018 22:34:05 GMT RESP BODY: {"ports":[]} 2018-09-04 22:34:05,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1&admin_state_up=True used request id req-180253a2-7971-4852-8a7e-cb03e9ffb5fd 2018-09-04 22:34:05,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:05,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-213e8a86-bc30-401e-a110-1b99763e1206 x-compute-request-id: req-213e8a86-bc30-401e-a110-1b99763e1206 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:34:05,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst used request id req-213e8a86-bc30-401e-a110-1b99763e1206 2018-09-04 22:34:05,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:05,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c59fecd5-fc62-42fe-9ab2-9531a847672c Date: Tue, 04 Sep 2018 22:34:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:34:05,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-c59fecd5-fc62-42fe-9ab2-9531a847672c 2018-09-04 22:34:05,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:05,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6c27ae8-b4e2-4c25-8d32-d45e05b4adf0 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:05,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-c6c27ae8-b4e2-4c25-8d32-d45e05b4adf0 2018-09-04 22:34:05,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:05,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ae174de6-23ba-4a5a-aff1-3fa3c1b56a0a Date: Tue, 04 Sep 2018 22:34:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:34:05,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-ae174de6-23ba-4a5a-aff1-3fa3c1b56a0a 2018-09-04 22:34:05,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:06,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c71f7b90-533f-432f-a90b-88cfc896df60 Date: Tue, 04 Sep 2018 22:34:06 GMT RESP BODY: {"ports":[]} 2018-09-04 22:34:06,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1&admin_state_up=True used request id req-c71f7b90-533f-432f-a90b-88cfc896df60 2018-09-04 22:34:06,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:34:06,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:34:06,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c18f94c6fe73418388c763b522cbcbf3", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role"}], "expires_at": "2018-09-04T23:34:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d005aac0cdcd4f479ad5e6acfa7fc75a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-user", "id": "1af36ecec0b746948514982536f02959"}, "audit_ids": ["Nk-42kM9Q9mQCjJW5MaSvg"], "issued_at": "2018-09-04T22:34:06.000000Z"}} 2018-09-04 22:34:06,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5853424f4a130da88caf65f02abd54512c5e49c5" 2018-09-04 22:34:06,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f189a07e-3fbb-40a4-a7ea-e4fbd542b883 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:34:06,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f189a07e-3fbb-40a4-a7ea-e4fbd542b883 2018-09-04 22:34:06,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:06,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c39ce1ee-1a46-40ec-861d-f4abb3d4e391 Date: Tue, 04 Sep 2018 22:34:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:34:06,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-c39ce1ee-1a46-40ec-861d-f4abb3d4e391 2018-09-04 22:34:06,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:07,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-04d20a03-359f-42ce-a25d-f31dab390631 Date: Tue, 04 Sep 2018 22:34:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:34:07,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-04d20a03-359f-42ce-a25d-f31dab390631 2018-09-04 22:34:07,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:07,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ee66b295-1d77-4697-b085-710364a25a25 Date: Tue, 04 Sep 2018 22:34:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:34:07,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-ee66b295-1d77-4697-b085-710364a25a25 2018-09-04 22:34:07,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:34:07,436 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:34:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:34:07,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5853424f4a130da88caf65f02abd54512c5e49c5" 2018-09-04 22:34:07,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad52a8cf-47d9-4c45-8c24-c0b92adce40b Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:07,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-ad52a8cf-47d9-4c45-8c24-c0b92adce40b 2018-09-04 22:34:07,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:07,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-efc8640e-7240-417e-9ba7-503f008aa563 Date: Tue, 04 Sep 2018 22:34:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:34:07,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-efc8640e-7240-417e-9ba7-503f008aa563 2018-09-04 22:34:07,745 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net 2018-09-04 22:34:07,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" -d '{"port": {"network_id": "86abc05d-f01b-4436-8802-5f9e65b1c92a", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1", "admin_state_up": true}}' 2018-09-04 22:34:08,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-379b65f1-dd57-4b71-84d4-6b4ab75d90a1 Date: Tue, 04 Sep 2018 22:34:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.6"}],"id":"39a950e6-937c-4f4b-89da-32d45572b2e8","security_groups":["24b8d962-12d8-4950-a867-c8002e3f3d0a"],"mac_address":"fa:16:3e:6e:39:ea","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","qos_policy_id":null,"admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:34:08Z","binding:vnic_type":"normal"}} 2018-09-04 22:34:08,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-379b65f1-dd57-4b71-84d4-6b4ab75d90a1 2018-09-04 22:34:08,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:08,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a1c03ddc-9741-43dc-b89e-70a00a2e3d01 Date: Tue, 04 Sep 2018 22:34:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:34:08,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-a1c03ddc-9741-43dc-b89e-70a00a2e3d01 2018-09-04 22:34:08,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:09,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83b8b525-0d83-48e2-8b0d-65d19133e6ba Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:09,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-83b8b525-0d83-48e2-8b0d-65d19133e6ba 2018-09-04 22:34:09,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:09,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-06795800-a5a3-43c5-b5f9-02bd87e1f6aa Date: Tue, 04 Sep 2018 22:34:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:34:09,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-06795800-a5a3-43c5-b5f9-02bd87e1f6aa 2018-09-04 22:34:09,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:09,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-e2346e4f-5241-4c0a-a428-6ead3c117e4f Date: Tue, 04 Sep 2018 22:34:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.6"}],"id":"39a950e6-937c-4f4b-89da-32d45572b2e8","security_groups":["24b8d962-12d8-4950-a867-c8002e3f3d0a"],"mac_address":"fa:16:3e:6e:39:ea","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:34:08Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:34:09,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1&admin_state_up=True used request id req-e2346e4f-5241-4c0a-a428-6ead3c117e4f 2018-09-04 22:34:09,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:09,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75e03f5a-a3a8-473f-9896-d4776153a8ec Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:09,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-75e03f5a-a3a8-473f-9896-d4776153a8ec 2018-09-04 22:34:09,387 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst 2018-09-04 22:34:09,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:09,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ea43775-be90-49e5-8dc0-dea230321c27 x-compute-request-id: req-1ea43775-be90-49e5-8dc0-dea230321c27 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-flavor-name"}]} 2018-09-04 22:34:09,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1ea43775-be90-49e5-8dc0-dea230321c27 2018-09-04 22:34:09,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:09,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-663df6f8-22fd-4658-9ef7-2c90a0662fe3 x-compute-request-id: req-663df6f8-22fd-4658-9ef7-2c90a0662fe3 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:34:09,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97 used request id req-663df6f8-22fd-4658-9ef7-2c90a0662fe3 2018-09-04 22:34:09,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:09,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-e18766b2-2812-4474-aea7-7fd5236f972d Date: Tue, 04 Sep 2018 22:34:09 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:33:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:33:44Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6630b67d-89e7-465f-b937-41ee48f9ed7d/snap", "metadata": {}}], "self": "/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "min_disk": 0, "protected": false, "id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "file": "/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d005aac0cdcd4f479ad5e6acfa7fc75a", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/6630b67d-89e7-465f-b937-41ee48f9ed7d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image"} 2018-09-04 22:34:09,621 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image used request id req-e18766b2-2812-4474-aea7-7fd5236f972d 2018-09-04 22:34:09,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:09,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4e5d1518-1d1b-4c5d-bdc8-fc35b02716b5 Date: Tue, 04 Sep 2018 22:34:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:34:09,780 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-4e5d1518-1d1b-4c5d-bdc8-fc35b02716b5 2018-09-04 22:34:09,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "imageRef": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "flavorRef": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "max_count": 1, "min_count": 1, "networks": [{"port": "39a950e6-937c-4f4b-89da-32d45572b2e8"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}]}}' 2018-09-04 22:34:11,960 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:34:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ec2e23f7-a197-48b2-a992-8716affe7a91 x-compute-request-id: req-ec2e23f7-a197-48b2-a992-8716affe7a91 Content-Length: 444 location: http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "adminPass": "2gB6Wu7bnUdL"}} 2018-09-04 22:34:11,961 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-ec2e23f7-a197-48b2-a992-8716affe7a91 2018-09-04 22:34:11,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:12,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-625c4462-b953-46f7-83b6-954fcc4f48bd x-compute-request-id: req-625c4462-b953-46f7-83b6-954fcc4f48bd Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:34:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:12,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-625c4462-b953-46f7-83b6-954fcc4f48bd 2018-09-04 22:34:12,187 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst 2018-09-04 22:34:12,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:12,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24d7487b-a796-45d9-af22-c5f7e4a4f83f x-compute-request-id: req-24d7487b-a796-45d9-af22-c5f7e4a4f83f Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:34:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:12,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-24d7487b-a796-45d9-af22-c5f7e4a4f83f 2018-09-04 22:34:12,549 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst] is - BUILD 2018-09-04 22:34:12,549 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:34:15,551 - create_instance - DEBUG - VM status query timeout in 896.635548115 2018-09-04 22:34:15,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:16,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d3d6040-3783-4d2a-8d88-4cfd24b8e8ff x-compute-request-id: req-2d3d6040-3783-4d2a-8d88-4cfd24b8e8ff Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:34:13Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:16,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-2d3d6040-3783-4d2a-8d88-4cfd24b8e8ff 2018-09-04 22:34:16,014 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst] is - BUILD 2018-09-04 22:34:16,014 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:34:19,015 - create_instance - DEBUG - VM status query timeout in 893.171777964 2018-09-04 22:34:19,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:19,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70d95174-aca6-499b-ac7e-2bf551ad25f1 x-compute-request-id: req-70d95174-aca6-499b-ac7e-2bf551ad25f1 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:19,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-70d95174-aca6-499b-ac7e-2bf551ad25f1 2018-09-04 22:34:19,576 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst] is - ACTIVE 2018-09-04 22:34:19,576 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:34:19,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:20,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf75a70e-b024-40e5-bd00-7bd542356098 x-compute-request-id: req-cf75a70e-b024-40e5-bd00-7bd542356098 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:20,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-cf75a70e-b024-40e5-bd00-7bd542356098 2018-09-04 22:34:20,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:20,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3fc9569d-0534-4be6-8a49-bd8ae6b417ae Date: Tue, 04 Sep 2018 22:34:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:34:20,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-3fc9569d-0534-4be6-8a49-bd8ae6b417ae 2018-09-04 22:34:20,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:20,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4546f7f0-7379-4670-b816-be47d330a3f4 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:20,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-4546f7f0-7379-4670-b816-be47d330a3f4 2018-09-04 22:34:20,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:20,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c92c5ff8-32b7-4f8e-b690-5a1dd01e7f96 Date: Tue, 04 Sep 2018 22:34:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:34:20,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-c92c5ff8-32b7-4f8e-b690-5a1dd01e7f96 2018-09-04 22:34:20,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:21,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-9da53ab2-61a9-404f-8659-c737ffd7d320 Date: Tue, 04 Sep 2018 22:34:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.1"}],"id":"20d81e79-59b6-4eb9-ae74-af99e3821cee","security_groups":[],"mac_address":"fa:16:3e:78:53:00","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:56Z","binding:vnic_type":"normal","device_id":"ef1ad552-ebb2-4333-86ee-c774b2e521e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.6"}],"id":"39a950e6-937c-4f4b-89da-32d45572b2e8","security_groups":["24b8d962-12d8-4950-a867-c8002e3f3d0a"],"mac_address":"fa:16:3e:6e:39:ea","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:34:08Z","binding:vnic_type":"normal","device_id":"db7905c5-1aad-44d5-952f-5b47bd3be51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.2"}],"id":"d41a2285-3ad2-468a-9e05-9acc2383d6f8","security_groups":[],"mac_address":"fa:16:3e:01:91:7b","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.4"}],"id":"ed222ad1-8b00-4e07-af1b-27b38a401d48","security_groups":[],"mac_address":"fa:16:3e:d2:a4:61","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.3"}],"id":"f35a9fd1-a4cb-4d13-b894-bc9a7c7e559a","security_groups":[],"mac_address":"fa:16:3e:c6:7a:a1","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-86abc05d-f01b-4436-8802-5f9e65b1c92a"}]} 2018-09-04 22:34:21,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-9da53ab2-61a9-404f-8659-c737ffd7d320 2018-09-04 22:34:21,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:21,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bef92e0-5d50-4a74-b69c-cf57fc4a3334 x-compute-request-id: req-2bef92e0-5d50-4a74-b69c-cf57fc4a3334 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:21,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-2bef92e0-5d50-4a74-b69c-cf57fc4a3334 2018-09-04 22:34:21,624 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst] is - ACTIVE 2018-09-04 22:34:21,624 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:34:21,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:22,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-392ecd9e-ffac-44e0-9e8a-77c8f6137c19 x-compute-request-id: req-392ecd9e-ffac-44e0-9e8a-77c8f6137c19 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:22,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-392ecd9e-ffac-44e0-9e8a-77c8f6137c19 2018-09-04 22:34:22,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:22,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6b9d1126-dfb0-4631-96a7-9a46f959768a Date: Tue, 04 Sep 2018 22:34:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:34:22,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-6b9d1126-dfb0-4631-96a7-9a46f959768a 2018-09-04 22:34:22,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:22,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b54517ea-9156-4ea6-8910-c118090a5645 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:22,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-b54517ea-9156-4ea6-8910-c118090a5645 2018-09-04 22:34:22,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:22,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-13b1de64-ae80-4cf3-bd4f-c577f19dc7a1 Date: Tue, 04 Sep 2018 22:34:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:34:22,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-13b1de64-ae80-4cf3-bd4f-c577f19dc7a1 2018-09-04 22:34:22,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:22,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-8ba1891c-13cc-4e99-82bb-526b92a0334c Date: Tue, 04 Sep 2018 22:34:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.1"}],"id":"20d81e79-59b6-4eb9-ae74-af99e3821cee","security_groups":[],"mac_address":"fa:16:3e:78:53:00","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:56Z","binding:vnic_type":"normal","device_id":"ef1ad552-ebb2-4333-86ee-c774b2e521e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.6"}],"id":"39a950e6-937c-4f4b-89da-32d45572b2e8","security_groups":["24b8d962-12d8-4950-a867-c8002e3f3d0a"],"mac_address":"fa:16:3e:6e:39:ea","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:34:08Z","binding:vnic_type":"normal","device_id":"db7905c5-1aad-44d5-952f-5b47bd3be51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.2"}],"id":"d41a2285-3ad2-468a-9e05-9acc2383d6f8","security_groups":[],"mac_address":"fa:16:3e:01:91:7b","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.4"}],"id":"ed222ad1-8b00-4e07-af1b-27b38a401d48","security_groups":[],"mac_address":"fa:16:3e:d2:a4:61","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.3"}],"id":"f35a9fd1-a4cb-4d13-b894-bc9a7c7e559a","security_groups":[],"mac_address":"fa:16:3e:c6:7a:a1","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-86abc05d-f01b-4436-8802-5f9e65b1c92a"}]} 2018-09-04 22:34:22,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-8ba1891c-13cc-4e99-82bb-526b92a0334c 2018-09-04 22:34:22,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}}' 2018-09-04 22:34:23,579 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:34:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3cbba011-8a0d-4957-b33e-0086599ce338 x-compute-request-id: req-3cbba011-8a0d-4957-b33e-0086599ce338 Content-Length: 0 Content-Type: application/json 2018-09-04 22:34:23,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action used request id req-3cbba011-8a0d-4957-b33e-0086599ce338 2018-09-04 22:34:23,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:23,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-22aaf127-1be7-4a74-9730-9fd1cfaa4680 Date: Tue, 04 Sep 2018 22:34:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:33:50Z", "admin_state_up": true, "updated_at": "2018-09-04T22:33:56Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "ef1ad552-ebb2-4333-86ee-c774b2e521e9", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router"}]} 2018-09-04 22:34:23,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router used request id req-22aaf127-1be7-4a74-9730-9fd1cfaa4680 2018-09-04 22:34:23,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:24,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f690706-1a65-4e44-bc2d-46766aa1166c Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:24,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-8f690706-1a65-4e44-bc2d-46766aa1166c 2018-09-04 22:34:24,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=ef1ad552-ebb2-4333-86ee-c774b2e521e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:24,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-43eca7ee-ef4e-47df-a52a-c2d780160b78 Date: Tue, 04 Sep 2018 22:34:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.1"}],"id":"20d81e79-59b6-4eb9-ae74-af99e3821cee","security_groups":[],"mac_address":"fa:16:3e:78:53:00","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:56Z","binding:vnic_type":"normal","device_id":"ef1ad552-ebb2-4333-86ee-c774b2e521e9"}]} 2018-09-04 22:34:24,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=ef1ad552-ebb2-4333-86ee-c774b2e521e9 used request id req-43eca7ee-ef4e-47df-a52a-c2d780160b78 2018-09-04 22:34:24,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/f15ebe36-6386-4535-b80d-19b6b614cf12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:24,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-92f1173e-4934-49f8-a111-cabb15418d8b Date: Tue, 04 Sep 2018 22:34:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}} 2018-09-04 22:34:24,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/f15ebe36-6386-4535-b80d-19b6b614cf12 used request id req-92f1173e-4934-49f8-a111-cabb15418d8b 2018-09-04 22:34:24,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:24,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-400a13bf-bb30-4489-9820-974839f0f406 Date: Tue, 04 Sep 2018 22:34:24 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:34:24,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-400a13bf-bb30-4489-9820-974839f0f406 2018-09-04 22:34:24,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:24,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c75174e3-d28c-4bf9-98f1-3969a17faecb Date: Tue, 04 Sep 2018 22:34:24 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:34:24,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-c75174e3-d28c-4bf9-98f1-3969a17faecb 2018-09-04 22:34:24,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:25,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13748484-e98a-4dc2-8a33-f1aeddc88d3b x-compute-request-id: req-13748484-e98a-4dc2-8a33-f1aeddc88d3b Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:25,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-13748484-e98a-4dc2-8a33-f1aeddc88d3b 2018-09-04 22:34:25,453 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst] is - ACTIVE 2018-09-04 22:34:25,453 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:34:25,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:25,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59f4859f-0689-44bf-9e8b-75a545a42265 x-compute-request-id: req-59f4859f-0689-44bf-9e8b-75a545a42265 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:25,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-59f4859f-0689-44bf-9e8b-75a545a42265 2018-09-04 22:34:25,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:26,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b6133cd0-8e08-465f-8c05-1612a214248d Date: Tue, 04 Sep 2018 22:34:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:34:26,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-b6133cd0-8e08-465f-8c05-1612a214248d 2018-09-04 22:34:26,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:26,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4487a2c6-bf5e-425c-9775-65e5e4499b7b Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:26,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-4487a2c6-bf5e-425c-9775-65e5e4499b7b 2018-09-04 22:34:26,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:26,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-aa2dc5e1-44c2-4774-aca2-b428216b80a5 Date: Tue, 04 Sep 2018 22:34:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:34:26,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-aa2dc5e1-44c2-4774-aca2-b428216b80a5 2018-09-04 22:34:26,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:26,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-71544a99-1fbf-4d8f-b488-5a9b056dd0c4 Date: Tue, 04 Sep 2018 22:34:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.1"}],"id":"20d81e79-59b6-4eb9-ae74-af99e3821cee","security_groups":[],"mac_address":"fa:16:3e:78:53:00","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:56Z","binding:vnic_type":"normal","device_id":"ef1ad552-ebb2-4333-86ee-c774b2e521e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.6"}],"id":"39a950e6-937c-4f4b-89da-32d45572b2e8","security_groups":["24b8d962-12d8-4950-a867-c8002e3f3d0a","c658d6e2-b21a-4d25-97fc-751c500d213e"],"mac_address":"fa:16:3e:6e:39:ea","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:34:08Z","binding:vnic_type":"normal","device_id":"db7905c5-1aad-44d5-952f-5b47bd3be51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.2"}],"id":"d41a2285-3ad2-468a-9e05-9acc2383d6f8","security_groups":[],"mac_address":"fa:16:3e:01:91:7b","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.4"}],"id":"ed222ad1-8b00-4e07-af1b-27b38a401d48","security_groups":[],"mac_address":"fa:16:3e:d2:a4:61","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.3"}],"id":"f35a9fd1-a4cb-4d13-b894-bc9a7c7e559a","security_groups":[],"mac_address":"fa:16:3e:c6:7a:a1","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-86abc05d-f01b-4436-8802-5f9e65b1c92a"}]} 2018-09-04 22:34:26,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-71544a99-1fbf-4d8f-b488-5a9b056dd0c4 2018-09-04 22:34:26,498 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-04 22:34:26,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:26,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7231f468-fe55-4084-8341-2154a0550b10 Date: Tue, 04 Sep 2018 22:34:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:34:26,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-7231f468-fe55-4084-8341-2154a0550b10 2018-09-04 22:34:26,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:26,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-be422b14-3f9c-427a-9573-e4cfc9ac7d90 Date: Tue, 04 Sep 2018 22:34:26 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:34:26,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-be422b14-3f9c-427a-9573-e4cfc9ac7d90 2018-09-04 22:34:26,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "port_id": "39a950e6-937c-4f4b-89da-32d45572b2e8"}}' 2018-09-04 22:34:28,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-6cd42bfd-de41-4f5a-862a-781980cbb6af Date: Tue, 04 Sep 2018 22:34:28 GMT RESP BODY: {"floatingip": {"router_id": "ef1ad552-ebb2-4333-86ee-c774b2e521e9", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:34:27Z", "updated_at": "2018-09-04T22:34:27Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.55.1.6", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_id": "39a950e6-937c-4f4b-89da-32d45572b2e8", "id": "f2850c25-7439-4c21-9369-7d9286cce74f"}} 2018-09-04 22:34:28,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-6cd42bfd-de41-4f5a-862a-781980cbb6af 2018-09-04 22:34:28,790 - create_instance - INFO - Created floating IP 172.30.9.205 via router - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router 2018-09-04 22:34:28,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:29,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bb1d0eb-bd70-4e5f-8ac0-82e856a42dba x-compute-request-id: req-6bb1d0eb-bd70-4e5f-8ac0-82e856a42dba Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:29,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-6bb1d0eb-bd70-4e5f-8ac0-82e856a42dba 2018-09-04 22:34:29,132 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst] is - ACTIVE 2018-09-04 22:34:29,132 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:34:29,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:29,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b7c5677-fa06-4d67-8672-3e8a1897de1d x-compute-request-id: req-4b7c5677-fa06-4d67-8672-3e8a1897de1d Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:29,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-4b7c5677-fa06-4d67-8672-3e8a1897de1d 2018-09-04 22:34:29,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:29,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e21ad92e-9e8e-45ab-8e2c-91b495225ccb Date: Tue, 04 Sep 2018 22:34:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:34:29,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-e21ad92e-9e8e-45ab-8e2c-91b495225ccb 2018-09-04 22:34:29,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:29,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab49a556-a3e6-4288-94da-77a5ab509625 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:29,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-ab49a556-a3e6-4288-94da-77a5ab509625 2018-09-04 22:34:29,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:29,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-17978ef8-5ce4-4303-a1ae-970ad90139a2 Date: Tue, 04 Sep 2018 22:34:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:34:29,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-17978ef8-5ce4-4303-a1ae-970ad90139a2 2018-09-04 22:34:29,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:29,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-65900092-a0c0-4d28-b073-7e425c49df99 Date: Tue, 04 Sep 2018 22:34:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.1"}],"id":"20d81e79-59b6-4eb9-ae74-af99e3821cee","security_groups":[],"mac_address":"fa:16:3e:78:53:00","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:56Z","binding:vnic_type":"normal","device_id":"ef1ad552-ebb2-4333-86ee-c774b2e521e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.6"}],"id":"39a950e6-937c-4f4b-89da-32d45572b2e8","security_groups":["24b8d962-12d8-4950-a867-c8002e3f3d0a","c658d6e2-b21a-4d25-97fc-751c500d213e"],"mac_address":"fa:16:3e:6e:39:ea","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:34:08Z","binding:vnic_type":"normal","device_id":"db7905c5-1aad-44d5-952f-5b47bd3be51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.2"}],"id":"d41a2285-3ad2-468a-9e05-9acc2383d6f8","security_groups":[],"mac_address":"fa:16:3e:01:91:7b","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.4"}],"id":"ed222ad1-8b00-4e07-af1b-27b38a401d48","security_groups":[],"mac_address":"fa:16:3e:d2:a4:61","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.3"}],"id":"f35a9fd1-a4cb-4d13-b894-bc9a7c7e559a","security_groups":[],"mac_address":"fa:16:3e:c6:7a:a1","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-86abc05d-f01b-4436-8802-5f9e65b1c92a"}]} 2018-09-04 22:34:29,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-65900092-a0c0-4d28-b073-7e425c49df99 2018-09-04 22:34:29,984 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-09-04 22:34:29,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:30,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebbe7b5b-9b8d-414b-b9cd-19d2e5059542 x-compute-request-id: req-ebbe7b5b-9b8d-414b-b9cd-19d2e5059542 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:30,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-ebbe7b5b-9b8d-414b-b9cd-19d2e5059542 2018-09-04 22:34:30,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:34:31,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37c9c4ef-0b1b-4f86-be98-43c65e944afa x-compute-request-id: req-37c9c4ef-0b1b-4f86-be98-43c65e944afa Content-Encoding: gzip Content-Length: 9619 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 586973612 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.177019] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179280] pid_max: default: 32768 minimum: 301\n[ 0.180569] ACPI: Core revision 20150930\n[ 0.182617] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184452] Security Framework initialized\n[ 0.185577] Yama: becoming mindful.\n[ 0.186580] AppArmor: AppArmor initialized\n[ 0.187802] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.189609] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.191366] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.193038] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.194930] Initializing cgroup subsys io\n[ 0.196072] Initializing cgroup subsys memory\n[ 0.197272] Initializing cgroup subsys devices\n[ 0.198500] Initializing cgroup subsys freezer\n[ 0.199736] Initializing cgroup subsys net_cls\n[ 0.200946] Initializing cgroup subsys perf_event\n[ 0.202215] Initializing cgroup subsys net_prio\n[ 0.203449] Initializing cgroup subsys hugetlb\n[ 0.204664] Initializing cgroup subsys pids\n[ 0.205874] CPU: Physical Processor ID: 0\n[ 0.207728] mce: CPU supports 10 MCE banks\n[ 0.208901] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.210298] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213242] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.221237] ftrace: allocating 31920 entries in 125 pages\n[ 0.252960] smpboot: Max logical packages: 2\n[ 0.254149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.255838] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.257714] x2apic enabled\n[ 0.258807] Switched APIC routing to physical x2apic.\n[ 0.261145] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.262837] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.265806] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.268480] KVM setup paravirtual spinlock\n[ 0.270357] x86: Booting SMP configuration:\n[ 0.271614] .... node #0, CPUs: #1\n[ 0.272840] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.294582] x86: Booted up 1 node, 2 CPUs\n[ 0.294585] KVM setup async PF for cpu 1\n[ 0.294588] kvm-stealtime: cpu 1, msr f90d940\n[ 0.298155] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.300187] devtmpfs: initialized\n[ 0.302521] evm: security.selinux\n[ 0.303487] evm: security.SMACK64\n[ 0.304458] evm: security.SMACK64EXEC\n[ 0.305497] evm: security.SMACK64TRANSMUTE\n[ 0.306627] evm: security.SMACK64MMAP\n[ 0.307666] evm: security.ima\n[ 0.308558] evm: security.capability\n[ 0.309720] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312325] pinctrl core: initialized pinctrl subsystem\n[ 0.313841] RTC time: 22:34:17, date: 09/04/18\n[ 0.315177] NET: Registered protocol family 16\n[ 0.325778] cpuidle: using governor ladder\n[ 0.337869] cpuidle: using governor menu\n[ 0.338694] PCCT header not found.\n[ 0.339486] ACPI: bus type PCI registered\n[ 0.340301] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.341564] PCI: Using configuration type 1 for base access\n[ 0.354980] ACPI: Added _OSI(Module Device)\n[ 0.355849] ACPI: Added _OSI(Processor Device)\n[ 0.356719] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.357628] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.359983] ACPI: Interpreter enabled\n[ 0.360759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.362627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.364533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.366395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.368260] ACPI: (supports S0 S5)\n[ 0.368974] ACPI: Using IOAPIC for interrupt routing\n[ 0.370062] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.373493] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.374652] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.375916] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.377101] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.379340] acpiphp: Slot [3] registered\n[ 0.380145] acpiphp: Slot [4] registered\n[ 0.380951] acpiphp: Slot [5] registered\n[ 0.381747] acpiphp: Slot [6] registered\n[ 0.382540] acpiphp: Slot [7] registered\n[ 0.383345] acpiphp: Slot [8] registered\n[ 0.384161] acpiphp: Slot [9] registered\n[ 0.384958] acpiphp: Slot [10] registered\n[ 0.396216] acpiphp: Slot [11] registered\n[ 0.397037] acpiphp: Slot [12] registered\n[ 0.397842] acpiphp: Slot [13] registered\n[ 0.398645] acpiphp: Slot [14] registered\n[ 0.399454] acpiphp: Slot [15] registered\n[ 0.400264] acpiphp: Slot [16] registered\n[ 0.401072] acpiphp: Slot [17] registered\n[ 0.401874] acpiphp: Slot [18] registered\n[ 0.402676] acpiphp: Slot [19] registered\n[ 0.403480] acpiphp: Slot [20] registered\n[ 0.404307] acpiphp: Slot [21] registered\n[ 0.405109] acpiphp: Slot [22] registered\n[ 0.405918] acpiphp: Slot [23] registered\n[ 0.406730] acpiphp: Slot [24] registered\n[ 0.407541] acpiphp: Slot [25] registered\n[ 0.408353] acpiphp: Slot [26] registered\n[ 0.409157] acpiphp: Slot [27] registered\n[ 0.409963] acpiphp: Slot [28] registered\n[ 0.410768] acpiphp: Slot [29] registered\n[ 0.411579] acpiphp: Slot [30] registered\n[ 0.412393] acpiphp: Slot [31] registered\n[ 0.413192] PCI host bridge to bus 0000:00\n[ 0.413995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415212] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.416421] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417863] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.419301] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425616] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426887] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.429308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.435669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.437088] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.483932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.485444] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.486869] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.488296] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.489684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.490969] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.492144] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.493275] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.494797] vgaarb: loaded\n[ 0.495415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.496554] SCSI subsystem initialized\n[ 0.497388] ACPI: bus type USB registered\n[ 0.498203] usbcore: registered new interface driver usbfs\n[ 0.499232] usbcore: registered new interface driver hub\n[ 0.500242] usbcore: registered new device driver usb\n[ 0.501341] PCI: Using ACPI for IRQ routing\n[ 0.502368] NetLabel: Initializing\n[ 0.503078] NetLabel: domain hash size = 128\n[ 0.503925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.504888] NetLabel: unlabeled traffic allowed by default\n[ 0.505991] clocksource: Switched to clocksource kvm-clock\n[ 0.511912] AppArmor: AppArmor Filesystem Enabled\n[ 0.512874] pnp: PnP ACPI init\n[ 0.513807] pnp: PnP ACPI: found 5 devices\n[ 0.521007] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522727] NET: Registered protocol family 2\n[ 0.523715] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.524983] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.526162] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.527328] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.528402] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.529566] NET: Registered protocol family 1\n[ 0.530437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.531530] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.532600] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.551199] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.571831] Trying to unpack rootfs image as initramfs...\n[ 0.623094] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.637385] Scanning for low memory corruption every 60 seconds\n[ 0.638763] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.639927] audit: initializing netlink subsys (disabled)\n[ 0.640959] audit: type=2000 audit(1536100457.952:1): initialized\n[ 0.642314] Initialise system trusted keyring\n[ 0.643255] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.644423] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.646538] zbud: loaded\n[ 0.647266] VFS: Disk quotas dquot_6.6.0\n[ 0.648096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.649658] fuse init (API version 7.23)\n[ 0.650574] Key type big_key registered\n[ 0.651384] Allocating IMA MOK and blacklist keyrings.\n[ 0.652556] Key type asymmetric registered\n[ 0.653380] Asymmetric key parser 'x509' registered\n[ 0.654343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.655821] io scheduler noop registered\n[ 0.656617] io scheduler deadline registered (default)\n[ 0.657610] io scheduler cfq registered\n[ 0.658462] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.659514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.660791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.662251] ACPI: Power Button [PWRF]\n[ 0.663138] GHES: HEST is not enabled!\n[ 0.681505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.720772] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.723408] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.747641] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.750231] Linux agpgart interface v0.103\n[ 0.752595] brd: module loaded\n[ 0.753900] loop: module loaded\n[ 0.758619] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.760083] GPT:90111 != 20971519\n[ 0.760773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.761856] GPT:90111 != 20971519\n[ 0.762552] GPT: Use GNU Parted to correct GPT errors.\n[ 0.763514] vda: vda1 vda15\n[ 0.764989] scsi host0: ata_piix\n[ 0.765746] scsi host1: ata_piix\n[ 0.766467] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.767681] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.769286] libphy: Fixed MDIO Bus: probed\n[ 0.770114] tun: Universal TUN/TAP device driver, 1.6\n[ 0.771065] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.773020] PPP generic driver version 2.4.2\n[ 0.774128] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.775633] ehci-pci: EHCI PCI platform driver\n[ 0.776791] ehci-platform: EHCI generic platform driver\n[ 0.778124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.779663] ohci-pci: OHCI PCI platform driver\n[ 0.780816] ohci-platform: OHCI generic platform driver\n[ 0.782141] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.801704] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.803046] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.804972] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.806316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.807808] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.809462] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.811332] usb usb1: Product: UHCI Host Controller\n[ 0.812602] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.814131] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.815392] hub 1-0:1.0: USB hub found\n[ 0.816432] hub 1-0:1.0: 2 ports detected\n[ 0.817632] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.820355] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.821641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.823055] mousedev: PS/2 mouse device common for all mice\n[ 0.824625] rtc_cmos 00:00: RTC can wake from S4\n[ 0.826221] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.828481] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.830211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.831819] i2c /dev entries driver\n[ 0.832808] device-mapper: uevent: version 1.0.3\n[ 0.834062] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.836235] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.838004] NET: Registered protocol family 10\n[ 0.839324] NET: Registered protocol family 17\n[ 0.840502] Key type dns_resolver registered\n[ 0.841748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.842845] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.844311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.846626] registered taskstats version 1\n[ 0.847729] Loading compiled-in X.509 certificates\n[ 0.849463] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.851928] zswap: loaded using pool lzo/zbud\n[ 0.853720] Key type trusted registered\n[ 0.855660] Key type encrypted registered\n[ 0.856744] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.858134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.859528] evm: HMAC attrs: 0x1\n[ 0.860719] Magic number: 2:682:602\n[ 0.861835] rtc_cmos 00:00: setting system clock to 2018-09-04 22:34:17 UTC (1536100457)\n[ 0.874659] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.876149] EDD information not available.\n[ 0.923155] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.925207] Write protecting the kernel read-only data: 14336k\n[ 0.927187] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929508] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.987381] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.6...\nLease of 10.55.1.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC92xZf2dxKBoaDm7Igarw/DseeMs/TmEOAkfV2uOs/KtgsIfW6oFjg0xuPQhhEZj+3jErstsvE0yxROJnMowihFValKxiEmz9pi6vB55XzweabyVM0QTI/tyCORZXxQHjlQ+4kdIyUqspkOtvH/8gglAUHAOgE0xw1YN9dpobdxhsI12vOpeqJswp8o8WcGegyMLFVOKJKZd0HNcygOqAGvWEdMdEF4HQ8EnHh25k9SupinC1A4GjFynRSJcFa6r7h3iotvd3tG39Mp6P6D4ec3HYQ4FtCip75QfGK4J2wOFzcPJ6NO6mFteOnmYHNNqOUBJNAj8iGgQ5lzL+khZfd root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad\nssh-dss AAAAB3NzaC1kc3MAAACBAOnpvzjvgOZrZvu3Razu3c0r0Yuwgy0sIrFs7QA/YcQePSt08buyyPMOLcXeVIn+Q0c170AEmA3AJUrEWYpHmm+kidZIGuDBvNPSt2rjD9jXPfyA7Jex/rTtZiAmFlKK+p+SQ/EFOZMiOdzgOC6UbyECg7A2Xq+7+GaXj89tDAvRAAAAFQDWqaxxHRFmjFJhSF6DZ5EGCIjjvQAAAIAiDGRgscDl/FI2cvs5ej7LpBaJJgzB8wbQFAy5aM6ti3GNzrQEDUW5vkOnSP7YnY2sM5yMLndnHqcm1OP9vLLIz3MSUIQAnQfJ3m5GmgtZg45kH/gbitDTo8vRIE2kqp1RVuSwffVemKIN/IYs8gg9Bgk8Uu5LLb1rz4Y22WRJKAAAAIAmHWKhx6ZH5lEYcA2dW5HZKLs6H4hxkAf1G3oPvYNXk22tZmWFL7N88CwsF+tDiy9M1xfqrw26cXKkZfnR/aE+ZjWIO9O7VVKdL4CSHKv5yrkEy2TuM5sUsmnEtfRb9sWLJcizSwv2NUr+5BU1NuMnL6HVHZE3vAKWqsPZH/ZeWg== root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fe6e:39ea/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 \nip-route:169.254.169.254 via 10.55.1.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.70 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad login: "} 2018-09-04 22:34:31,393 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action used request id req-37c9c4ef-0b1b-4f86-be98-43c65e944afa 2018-09-04 22:34:31,394 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:34:31,394 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 586973612 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.177019] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179280] pid_max: default: 32768 minimum: 301 [ 0.180569] ACPI: Core revision 20150930 [ 0.182617] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184452] Security Framework initialized [ 0.185577] Yama: becoming mindful. [ 0.186580] AppArmor: AppArmor initialized [ 0.187802] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.189609] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.191366] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.193038] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.194930] Initializing cgroup subsys io [ 0.196072] Initializing cgroup subsys memory [ 0.197272] Initializing cgroup subsys devices [ 0.198500] Initializing cgroup subsys freezer [ 0.199736] Initializing cgroup subsys net_cls [ 0.200946] Initializing cgroup subsys perf_event [ 0.202215] Initializing cgroup subsys net_prio [ 0.203449] Initializing cgroup subsys hugetlb [ 0.204664] Initializing cgroup subsys pids [ 0.205874] CPU: Physical Processor ID: 0 [ 0.207728] mce: CPU supports 10 MCE banks [ 0.208901] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210298] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.213242] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.221237] ftrace: allocating 31920 entries in 125 pages [ 0.252960] smpboot: Max logical packages: 2 [ 0.254149] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.255838] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.257714] x2apic enabled [ 0.258807] Switched APIC routing to physical x2apic. [ 0.261145] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.262837] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.265806] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.268480] KVM setup paravirtual spinlock [ 0.270357] x86: Booting SMP configuration: [ 0.271614] .... node #0, CPUs: #1 [ 0.272840] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.294582] x86: Booted up 1 node, 2 CPUs [ 0.294585] KVM setup async PF for cpu 1 [ 0.294588] kvm-stealtime: cpu 1, msr f90d940 [ 0.298155] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.300187] devtmpfs: initialized [ 0.302521] evm: security.selinux [ 0.303487] evm: security.SMACK64 [ 0.304458] evm: security.SMACK64EXEC [ 0.305497] evm: security.SMACK64TRANSMUTE [ 0.306627] evm: security.SMACK64MMAP [ 0.307666] evm: security.ima [ 0.308558] evm: security.capability [ 0.309720] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.312325] pinctrl core: initialized pinctrl subsystem [ 0.313841] RTC time: 22:34:17, date: 09/04/18 [ 0.315177] NET: Registered protocol family 16 [ 0.325778] cpuidle: using governor ladder [ 0.337869] cpuidle: using governor menu [ 0.338694] PCCT header not found. [ 0.339486] ACPI: bus type PCI registered [ 0.340301] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.341564] PCI: Using configuration type 1 for base access [ 0.354980] ACPI: Added _OSI(Module Device) [ 0.355849] ACPI: Added _OSI(Processor Device) [ 0.356719] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.357628] ACPI: Added _OSI(Processor Aggregator Device) [ 0.359983] ACPI: Interpreter enabled [ 0.360759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.362627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.364533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.366395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.368260] ACPI: (supports S0 S5) [ 0.368974] ACPI: Using IOAPIC for interrupt routing [ 0.370062] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.373493] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.374652] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.375916] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.377101] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.379340] acpiphp: Slot [3] registered [ 0.380145] acpiphp: Slot [4] registered [ 0.380951] acpiphp: Slot [5] registered [ 0.381747] acpiphp: Slot [6] registered [ 0.382540] acpiphp: Slot [7] registered [ 0.383345] acpiphp: Slot [8] registered [ 0.384161] acpiphp: Slot [9] registered [ 0.384958] acpiphp: Slot [10] registered [ 0.396216] acpiphp: Slot [11] registered [ 0.397037] acpiphp: Slot [12] registered [ 0.397842] acpiphp: Slot [13] registered [ 0.398645] acpiphp: Slot [14] registered [ 0.399454] acpiphp: Slot [15] registered [ 0.400264] acpiphp: Slot [16] registered [ 0.401072] acpiphp: Slot [17] registered [ 0.401874] acpiphp: Slot [18] registered [ 0.402676] acpiphp: Slot [19] registered [ 0.403480] acpiphp: Slot [20] registered [ 0.404307] acpiphp: Slot [21] registered [ 0.405109] acpiphp: Slot [22] registered [ 0.405918] acpiphp: Slot [23] registered [ 0.406730] acpiphp: Slot [24] registered [ 0.407541] acpiphp: Slot [25] registered [ 0.408353] acpiphp: Slot [26] registered [ 0.409157] acpiphp: Slot [27] registered [ 0.409963] acpiphp: Slot [28] registered [ 0.410768] acpiphp: Slot [29] registered [ 0.411579] acpiphp: Slot [30] registered [ 0.412393] acpiphp: Slot [31] registered [ 0.413192] PCI host bridge to bus 0000:00 [ 0.413995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415212] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.416421] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.417863] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.419301] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.425616] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.426887] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.428051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.429308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.435669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.437088] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.483932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.485444] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.486869] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.488296] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.489684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.490969] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.492144] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.493275] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.494797] vgaarb: loaded [ 0.495415] vgaarb: bridge control possible 0000:00:02.0 [ 0.496554] SCSI subsystem initialized [ 0.497388] ACPI: bus type USB registered [ 0.498203] usbcore: registered new interface driver usbfs [ 0.499232] usbcore: registered new interface driver hub [ 0.500242] usbcore: registered new device driver usb [ 0.501341] PCI: Using ACPI for IRQ routing [ 0.502368] NetLabel: Initializing [ 0.503078] NetLabel: domain hash size = 128 [ 0.503925] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.504888] NetLabel: unlabeled traffic allowed by default [ 0.505991] clocksource: Switched to clocksource kvm-clock [ 0.511912] AppArmor: AppArmor Filesystem Enabled [ 0.512874] pnp: PnP ACPI init [ 0.513807] pnp: PnP ACPI: found 5 devices [ 0.521007] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.522727] NET: Registered protocol family 2 [ 0.523715] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.524983] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.526162] TCP: Hash tables configured (established 2048 bind 2048) [ 0.527328] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.528402] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.529566] NET: Registered protocol family 1 [ 0.530437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.531530] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.532600] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.551199] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.571831] Trying to unpack rootfs image as initramfs... [ 0.623094] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.637385] Scanning for low memory corruption every 60 seconds [ 0.638763] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.639927] audit: initializing netlink subsys (disabled) [ 0.640959] audit: type=2000 audit(1536100457.952:1): initialized [ 0.642314] Initialise system trusted keyring [ 0.643255] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.644423] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.646538] zbud: loaded [ 0.647266] VFS: Disk quotas dquot_6.6.0 [ 0.648096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.649658] fuse init (API version 7.23) [ 0.650574] Key type big_key registered [ 0.651384] Allocating IMA MOK and blacklist keyrings. [ 0.652556] Key type asymmetric registered [ 0.653380] Asymmetric key parser 'x509' registered [ 0.654343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.655821] io scheduler noop registered [ 0.656617] io scheduler deadline registered (default) [ 0.657610] io scheduler cfq registered [ 0.658462] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.659514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.660791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.662251] ACPI: Power Button [PWRF] [ 0.663138] GHES: HEST is not enabled! [ 0.681505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.720772] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.723408] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.747641] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.750231] Linux agpgart interface v0.103 [ 0.752595] brd: module loaded [ 0.753900] loop: module loaded [ 0.758619] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.760083] GPT:90111 != 20971519 [ 0.760773] GPT:Alternate GPT header not at the end of the disk. [ 0.761856] GPT:90111 != 20971519 [ 0.762552] GPT: Use GNU Parted to correct GPT errors. [ 0.763514] vda: vda1 vda15 [ 0.764989] scsi host0: ata_piix [ 0.765746] scsi host1: ata_piix [ 0.766467] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.767681] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.769286] libphy: Fixed MDIO Bus: probed [ 0.770114] tun: Universal TUN/TAP device driver, 1.6 [ 0.771065] tun: (C) 1999-2004 Max Krasnyansky [ 0.773020] PPP generic driver version 2.4.2 [ 0.774128] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.775633] ehci-pci: EHCI PCI platform driver [ 0.776791] ehci-platform: EHCI generic platform driver [ 0.778124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.779663] ohci-pci: OHCI PCI platform driver [ 0.780816] ohci-platform: OHCI generic platform driver [ 0.782141] uhci_hcd: USB Universal Host Controller Interface driver [ 0.801704] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.803046] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.804972] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.806316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.807808] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.809462] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.811332] usb usb1: Product: UHCI Host Controller [ 0.812602] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.814131] usb usb1: SerialNumber: 0000:00:01.2 [ 0.815392] hub 1-0:1.0: USB hub found [ 0.816432] hub 1-0:1.0: 2 ports detected [ 0.817632] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.820355] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.821641] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.823055] mousedev: PS/2 mouse device common for all mice [ 0.824625] rtc_cmos 00:00: RTC can wake from S4 [ 0.826221] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.828481] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.830211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.831819] i2c /dev entries driver [ 0.832808] device-mapper: uevent: version 1.0.3 [ 0.834062] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.836235] ledtrig-cpu: registered to indicate activity on CPUs [ 0.838004] NET: Registered protocol family 10 [ 0.839324] NET: Registered protocol family 17 [ 0.840502] Key type dns_resolver registered [ 0.841748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.842845] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.844311] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.846626] registered taskstats version 1 [ 0.847729] Loading compiled-in X.509 certificates [ 0.849463] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.851928] zswap: loaded using pool lzo/zbud [ 0.853720] Key type trusted registered [ 0.855660] Key type encrypted registered [ 0.856744] AppArmor: AppArmor sha1 policy hashing enabled [ 0.858134] ima: No TPM chip found, activating TPM-bypass! [ 0.859528] evm: HMAC attrs: 0x1 [ 0.860719] Magic number: 2:682:602 [ 0.861835] rtc_cmos 00:00: setting system clock to 2018-09-04 22:34:17 UTC (1536100457) [ 0.874659] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.876149] EDD information not available. [ 0.923155] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.925207] Write protecting the kernel read-only data: 14336k [ 0.927187] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.929508] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.987381] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.12 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.6... Lease of 10.55.1.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.29. iid=i-00000108 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC92xZf2dxKBoaDm7Igarw/DseeMs/TmEOAkfV2uOs/KtgsIfW6oFjg0xuPQhhEZj+3jErstsvE0yxROJnMowihFValKxiEmz9pi6vB55XzweabyVM0QTI/tyCORZXxQHjlQ+4kdIyUqspkOtvH/8gglAUHAOgE0xw1YN9dpobdxhsI12vOpeqJswp8o8WcGegyMLFVOKJKZd0HNcygOqAGvWEdMdEF4HQ8EnHh25k9SupinC1A4GjFynRSJcFa6r7h3iotvd3tG39Mp6P6D4ec3HYQ4FtCip75QfGK4J2wOFzcPJ6NO6mFteOnmYHNNqOUBJNAj8iGgQ5lzL+khZfd root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad ssh-dss AAAAB3NzaC1kc3MAAACBAOnpvzjvgOZrZvu3Razu3c0r0Yuwgy0sIrFs7QA/YcQePSt08buyyPMOLcXeVIn+Q0c170AEmA3AJUrEWYpHmm+kidZIGuDBvNPSt2rjD9jXPfyA7Jex/rTtZiAmFlKK+p+SQ/EFOZMiOdzgOC6UbyECg7A2Xq+7+GaXj89tDAvRAAAAFQDWqaxxHRFmjFJhSF6DZ5EGCIjjvQAAAIAiDGRgscDl/FI2cvs5ej7LpBaJJgzB8wbQFAy5aM6ti3GNzrQEDUW5vkOnSP7YnY2sM5yMLndnHqcm1OP9vLLIz3MSUIQAnQfJ3m5GmgtZg45kH/gbitDTo8vRIE2kqp1RVuSwffVemKIN/IYs8gg9Bgk8Uu5LLb1rz4Y22WRJKAAAAIAmHWKhx6ZH5lEYcA2dW5HZKLs6H4hxkAf1G3oPvYNXk22tZmWFL7N88CwsF+tDiy9M1xfqrw26cXKkZfnR/aE+ZjWIO9O7VVKdL4CSHKv5yrkEy2TuM5sUsmnEtfRb9sWLJcizSwv2NUr+5BU1NuMnL6HVHZE3vAKWqsPZH/ZeWg== root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fe6e:39ea/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 ip-route:169.254.169.254 via 10.55.1.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000108 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad launch-index: 0 === cirros: current=0.4.0 uptime=2.70 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad login: 2018-09-04 22:34:31,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:31,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-700649a4-cb93-4d70-920e-1f807fa26ad5 x-compute-request-id: req-700649a4-cb93-4d70-920e-1f807fa26ad5 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:31,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-700649a4-cb93-4d70-920e-1f807fa26ad5 2018-09-04 22:34:31,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:31,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-416b3e25-ba17-4e29-b2ca-e714cf9f8baa Date: Tue, 04 Sep 2018 22:34:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:34:31,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-416b3e25-ba17-4e29-b2ca-e714cf9f8baa 2018-09-04 22:34:31,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:32,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36a92264-e1f8-49df-b04c-bb6cdf711a1e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:32,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-36a92264-e1f8-49df-b04c-bb6cdf711a1e 2018-09-04 22:34:32,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:32,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e99150f6-e431-4e5e-96f1-c51de0f1c999 Date: Tue, 04 Sep 2018 22:34:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:34:32,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-e99150f6-e431-4e5e-96f1-c51de0f1c999 2018-09-04 22:34:32,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:32,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-6bbff9bc-51db-4887-a65a-65c5f1d260fa Date: Tue, 04 Sep 2018 22:34:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.1"}],"id":"20d81e79-59b6-4eb9-ae74-af99e3821cee","security_groups":[],"mac_address":"fa:16:3e:78:53:00","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:56Z","binding:vnic_type":"normal","device_id":"ef1ad552-ebb2-4333-86ee-c774b2e521e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.6"}],"id":"39a950e6-937c-4f4b-89da-32d45572b2e8","security_groups":["24b8d962-12d8-4950-a867-c8002e3f3d0a","c658d6e2-b21a-4d25-97fc-751c500d213e"],"mac_address":"fa:16:3e:6e:39:ea","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:34:08Z","binding:vnic_type":"normal","device_id":"db7905c5-1aad-44d5-952f-5b47bd3be51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.2"}],"id":"d41a2285-3ad2-468a-9e05-9acc2383d6f8","security_groups":[],"mac_address":"fa:16:3e:01:91:7b","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.4"}],"id":"ed222ad1-8b00-4e07-af1b-27b38a401d48","security_groups":[],"mac_address":"fa:16:3e:d2:a4:61","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.3"}],"id":"f35a9fd1-a4cb-4d13-b894-bc9a7c7e559a","security_groups":[],"mac_address":"fa:16:3e:c6:7a:a1","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-86abc05d-f01b-4436-8802-5f9e65b1c92a"}]} 2018-09-04 22:34:32,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-6bbff9bc-51db-4887-a65a-65c5f1d260fa 2018-09-04 22:34:32,360 - create_instance - INFO - Checking if VM is active 2018-09-04 22:34:32,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:32,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2470d67-3b46-40a3-9f60-f4933c26aa81 x-compute-request-id: req-b2470d67-3b46-40a3-9f60-f4933c26aa81 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:32,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-b2470d67-3b46-40a3-9f60-f4933c26aa81 2018-09-04 22:34:32,772 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst] is - ACTIVE 2018-09-04 22:34:32,773 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:34:32,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:33,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f67c7152-ebb8-49fc-9abc-1418782bf699 x-compute-request-id: req-f67c7152-ebb8-49fc-9abc-1418782bf699 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:33,091 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-f67c7152-ebb8-49fc-9abc-1418782bf699 2018-09-04 22:34:33,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:33,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-81e9e791-9e61-497b-bec5-e7a29a3256c8 Date: Tue, 04 Sep 2018 22:34:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:34:33,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-81e9e791-9e61-497b-bec5-e7a29a3256c8 2018-09-04 22:34:33,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:33,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed5dc065-c902-479a-9d09-6ea02bd82f45 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:33,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-ed5dc065-c902-479a-9d09-6ea02bd82f45 2018-09-04 22:34:33,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:33,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e8c0d8c0-9df9-47d0-92e5-0178bff0829c Date: Tue, 04 Sep 2018 22:34:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:34:33,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-e8c0d8c0-9df9-47d0-92e5-0178bff0829c 2018-09-04 22:34:33,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:33,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-5818e3b2-6b41-4e85-9a13-9f3e2b22fe4e Date: Tue, 04 Sep 2018 22:34:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.1"}],"id":"20d81e79-59b6-4eb9-ae74-af99e3821cee","security_groups":[],"mac_address":"fa:16:3e:78:53:00","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:56Z","binding:vnic_type":"normal","device_id":"ef1ad552-ebb2-4333-86ee-c774b2e521e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.6"}],"id":"39a950e6-937c-4f4b-89da-32d45572b2e8","security_groups":["24b8d962-12d8-4950-a867-c8002e3f3d0a","c658d6e2-b21a-4d25-97fc-751c500d213e"],"mac_address":"fa:16:3e:6e:39:ea","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:34:08Z","binding:vnic_type":"normal","device_id":"db7905c5-1aad-44d5-952f-5b47bd3be51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.2"}],"id":"d41a2285-3ad2-468a-9e05-9acc2383d6f8","security_groups":[],"mac_address":"fa:16:3e:01:91:7b","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.4"}],"id":"ed222ad1-8b00-4e07-af1b-27b38a401d48","security_groups":[],"mac_address":"fa:16:3e:d2:a4:61","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.3"}],"id":"f35a9fd1-a4cb-4d13-b894-bc9a7c7e559a","security_groups":[],"mac_address":"fa:16:3e:c6:7a:a1","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-86abc05d-f01b-4436-8802-5f9e65b1c92a"}]} 2018-09-04 22:34:33,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-5818e3b2-6b41-4e85-9a13-9f3e2b22fe4e 2018-09-04 22:34:33,476 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:34:33,478 - paramiko.transport - DEBUG - starting thread (client mode): 0x27b19c90L 2018-09-04 22:34:33,479 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:34:33,479 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:34:33,479 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:34:33,480 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:34:33,481 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:34:33,481 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:34:33,481 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:34:33,481 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:34:33,481 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:34:33,499 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:34:33,499 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:34:33,511 - paramiko.transport - DEBUG - Trying key 172298fb19fa14b776a5e447f48c2f9a from tmp/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b 2018-09-04 22:34:33,539 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:34:33,542 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:34:33,643 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:34:33,657 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:34:33,658 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:34:33,659 - paramiko.transport - DEBUG - starting thread (client mode): 0x27b19c90L 2018-09-04 22:34:33,660 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:34:33,660 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:34:33,660 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:34:33,661 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:34:33,662 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:34:33,662 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:34:33,662 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:34:33,662 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:34:33,662 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:34:33,679 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:34:33,680 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:34:33,692 - paramiko.transport - DEBUG - Trying key 172298fb19fa14b776a5e447f48c2f9a from tmp/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b 2018-09-04 22:34:33,719 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:34:33,722 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:34:33,724 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:34:33,725 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 22:34:33,725 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:34:33,726 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:34:33,728 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:34:33,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:34,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e400b4b8-bb24-4030-a055-7df3fdb800a3 x-compute-request-id: req-e400b4b8-bb24-4030-a055-7df3fdb800a3 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:18Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:34,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-e400b4b8-bb24-4030-a055-7df3fdb800a3 2018-09-04 22:34:34,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" -d '{"reboot": {"type": "SOFT"}}' 2018-09-04 22:34:34,343 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:34:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e2820b5-b102-4d90-b414-34c200ae7a19 x-compute-request-id: req-9e2820b5-b102-4d90-b414-34c200ae7a19 Content-Length: 0 Content-Type: application/json 2018-09-04 22:34:34,343 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action used request id req-9e2820b5-b102-4d90-b414-34c200ae7a19 2018-09-04 22:34:49,359 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-09-04 22:34:49,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:49,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5572dbd-4708-440e-8e97-296af2d34788 x-compute-request-id: req-b5572dbd-4708-440e-8e97-296af2d34788 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-09-04T22:34:35Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:49,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-b5572dbd-4708-440e-8e97-296af2d34788 2018-09-04 22:34:49,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:34:50,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45279375-b188-4175-91de-30c1ba103fbd x-compute-request-id: req-45279375-b188-4175-91de-30c1ba103fbd Content-Encoding: gzip Content-Length: 9657 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 586973612 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.177019] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179280] pid_max: default: 32768 minimum: 301\n[ 0.180569] ACPI: Core revision 20150930\n[ 0.182617] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184452] Security Framework initialized\n[ 0.185577] Yama: becoming mindful.\n[ 0.186580] AppArmor: AppArmor initialized\n[ 0.187802] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.189609] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.191366] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.193038] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.194930] Initializing cgroup subsys io\n[ 0.196072] Initializing cgroup subsys memory\n[ 0.197272] Initializing cgroup subsys devices\n[ 0.198500] Initializing cgroup subsys freezer\n[ 0.199736] Initializing cgroup subsys net_cls\n[ 0.200946] Initializing cgroup subsys perf_event\n[ 0.202215] Initializing cgroup subsys net_prio\n[ 0.203449] Initializing cgroup subsys hugetlb\n[ 0.204664] Initializing cgroup subsys pids\n[ 0.205874] CPU: Physical Processor ID: 0\n[ 0.207728] mce: CPU supports 10 MCE banks\n[ 0.208901] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.210298] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213242] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.221237] ftrace: allocating 31920 entries in 125 pages\n[ 0.252960] smpboot: Max logical packages: 2\n[ 0.254149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.255838] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.257714] x2apic enabled\n[ 0.258807] Switched APIC routing to physical x2apic.\n[ 0.261145] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.262837] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.265806] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.268480] KVM setup paravirtual spinlock\n[ 0.270357] x86: Booting SMP configuration:\n[ 0.271614] .... node #0, CPUs: #1\n[ 0.272840] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.294582] x86: Booted up 1 node, 2 CPUs\n[ 0.294585] KVM setup async PF for cpu 1\n[ 0.294588] kvm-stealtime: cpu 1, msr f90d940\n[ 0.298155] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.300187] devtmpfs: initialized\n[ 0.302521] evm: security.selinux\n[ 0.303487] evm: security.SMACK64\n[ 0.304458] evm: security.SMACK64EXEC\n[ 0.305497] evm: security.SMACK64TRANSMUTE\n[ 0.306627] evm: security.SMACK64MMAP\n[ 0.307666] evm: security.ima\n[ 0.308558] evm: security.capability\n[ 0.309720] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312325] pinctrl core: initialized pinctrl subsystem\n[ 0.313841] RTC time: 22:34:17, date: 09/04/18\n[ 0.315177] NET: Registered protocol family 16\n[ 0.325778] cpuidle: using governor ladder\n[ 0.337869] cpuidle: using governor menu\n[ 0.338694] PCCT header not found.\n[ 0.339486] ACPI: bus type PCI registered\n[ 0.340301] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.341564] PCI: Using configuration type 1 for base access\n[ 0.354980] ACPI: Added _OSI(Module Device)\n[ 0.355849] ACPI: Added _OSI(Processor Device)\n[ 0.356719] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.357628] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.359983] ACPI: Interpreter enabled\n[ 0.360759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.362627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.364533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.366395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.368260] ACPI: (supports S0 S5)\n[ 0.368974] ACPI: Using IOAPIC for interrupt routing\n[ 0.370062] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.373493] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.374652] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.375916] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.377101] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.379340] acpiphp: Slot [3] registered\n[ 0.380145] acpiphp: Slot [4] registered\n[ 0.380951] acpiphp: Slot [5] registered\n[ 0.381747] acpiphp: Slot [6] registered\n[ 0.382540] acpiphp: Slot [7] registered\n[ 0.383345] acpiphp: Slot [8] registered\n[ 0.384161] acpiphp: Slot [9] registered\n[ 0.384958] acpiphp: Slot [10] registered\n[ 0.396216] acpiphp: Slot [11] registered\n[ 0.397037] acpiphp: Slot [12] registered\n[ 0.397842] acpiphp: Slot [13] registered\n[ 0.398645] acpiphp: Slot [14] registered\n[ 0.399454] acpiphp: Slot [15] registered\n[ 0.400264] acpiphp: Slot [16] registered\n[ 0.401072] acpiphp: Slot [17] registered\n[ 0.401874] acpiphp: Slot [18] registered\n[ 0.402676] acpiphp: Slot [19] registered\n[ 0.403480] acpiphp: Slot [20] registered\n[ 0.404307] acpiphp: Slot [21] registered\n[ 0.405109] acpiphp: Slot [22] registered\n[ 0.405918] acpiphp: Slot [23] registered\n[ 0.406730] acpiphp: Slot [24] registered\n[ 0.407541] acpiphp: Slot [25] registered\n[ 0.408353] acpiphp: Slot [26] registered\n[ 0.409157] acpiphp: Slot [27] registered\n[ 0.409963] acpiphp: Slot [28] registered\n[ 0.410768] acpiphp: Slot [29] registered\n[ 0.411579] acpiphp: Slot [30] registered\n[ 0.412393] acpiphp: Slot [31] registered\n[ 0.413192] PCI host bridge to bus 0000:00\n[ 0.413995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415212] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.416421] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417863] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.419301] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425616] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426887] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.429308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.435669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.437088] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.483932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.485444] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.486869] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.488296] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.489684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.490969] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.492144] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.493275] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.494797] vgaarb: loaded\n[ 0.495415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.496554] SCSI subsystem initialized\n[ 0.497388] ACPI: bus type USB registered\n[ 0.498203] usbcore: registered new interface driver usbfs\n[ 0.499232] usbcore: registered new interface driver hub\n[ 0.500242] usbcore: registered new device driver usb\n[ 0.501341] PCI: Using ACPI for IRQ routing\n[ 0.502368] NetLabel: Initializing\n[ 0.503078] NetLabel: domain hash size = 128\n[ 0.503925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.504888] NetLabel: unlabeled traffic allowed by default\n[ 0.505991] clocksource: Switched to clocksource kvm-clock\n[ 0.511912] AppArmor: AppArmor Filesystem Enabled\n[ 0.512874] pnp: PnP ACPI init\n[ 0.513807] pnp: PnP ACPI: found 5 devices\n[ 0.521007] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522727] NET: Registered protocol family 2\n[ 0.523715] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.524983] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.526162] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.527328] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.528402] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.529566] NET: Registered protocol family 1\n[ 0.530437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.531530] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.532600] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.551199] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.571831] Trying to unpack rootfs image as initramfs...\n[ 0.623094] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.637385] Scanning for low memory corruption every 60 seconds\n[ 0.638763] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.639927] audit: initializing netlink subsys (disabled)\n[ 0.640959] audit: type=2000 audit(1536100457.952:1): initialized\n[ 0.642314] Initialise system trusted keyring\n[ 0.643255] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.644423] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.646538] zbud: loaded\n[ 0.647266] VFS: Disk quotas dquot_6.6.0\n[ 0.648096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.649658] fuse init (API version 7.23)\n[ 0.650574] Key type big_key registered\n[ 0.651384] Allocating IMA MOK and blacklist keyrings.\n[ 0.652556] Key type asymmetric registered\n[ 0.653380] Asymmetric key parser 'x509' registered\n[ 0.654343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.655821] io scheduler noop registered\n[ 0.656617] io scheduler deadline registered (default)\n[ 0.657610] io scheduler cfq registered\n[ 0.658462] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.659514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.660791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.662251] ACPI: Power Button [PWRF]\n[ 0.663138] GHES: HEST is not enabled!\n[ 0.681505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.720772] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.723408] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.747641] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.750231] Linux agpgart interface v0.103\n[ 0.752595] brd: module loaded\n[ 0.753900] loop: module loaded\n[ 0.758619] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.760083] GPT:90111 != 20971519\n[ 0.760773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.761856] GPT:90111 != 20971519\n[ 0.762552] GPT: Use GNU Parted to correct GPT errors.\n[ 0.763514] vda: vda1 vda15\n[ 0.764989] scsi host0: ata_piix\n[ 0.765746] scsi host1: ata_piix\n[ 0.766467] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.767681] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.769286] libphy: Fixed MDIO Bus: probed\n[ 0.770114] tun: Universal TUN/TAP device driver, 1.6\n[ 0.771065] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.773020] PPP generic driver version 2.4.2\n[ 0.774128] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.775633] ehci-pci: EHCI PCI platform driver\n[ 0.776791] ehci-platform: EHCI generic platform driver\n[ 0.778124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.779663] ohci-pci: OHCI PCI platform driver\n[ 0.780816] ohci-platform: OHCI generic platform driver\n[ 0.782141] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.801704] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.803046] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.804972] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.806316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.807808] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.809462] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.811332] usb usb1: Product: UHCI Host Controller\n[ 0.812602] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.814131] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.815392] hub 1-0:1.0: USB hub found\n[ 0.816432] hub 1-0:1.0: 2 ports detected\n[ 0.817632] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.820355] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.821641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.823055] mousedev: PS/2 mouse device common for all mice\n[ 0.824625] rtc_cmos 00:00: RTC can wake from S4\n[ 0.826221] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.828481] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.830211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.831819] i2c /dev entries driver\n[ 0.832808] device-mapper: uevent: version 1.0.3\n[ 0.834062] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.836235] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.838004] NET: Registered protocol family 10\n[ 0.839324] NET: Registered protocol family 17\n[ 0.840502] Key type dns_resolver registered\n[ 0.841748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.842845] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.844311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.846626] registered taskstats version 1\n[ 0.847729] Loading compiled-in X.509 certificates\n[ 0.849463] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.851928] zswap: loaded using pool lzo/zbud\n[ 0.853720] Key type trusted registered\n[ 0.855660] Key type encrypted registered\n[ 0.856744] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.858134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.859528] evm: HMAC attrs: 0x1\n[ 0.860719] Magic number: 2:682:602\n[ 0.861835] rtc_cmos 00:00: setting system clock to 2018-09-04 22:34:17 UTC (1536100457)\n[ 0.874659] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.876149] EDD information not available.\n[ 0.923155] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.925207] Write protecting the kernel read-only data: 14336k\n[ 0.927187] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929508] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.987381] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.6...\nLease of 10.55.1.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC92xZf2dxKBoaDm7Igarw/DseeMs/TmEOAkfV2uOs/KtgsIfW6oFjg0xuPQhhEZj+3jErstsvE0yxROJnMowihFValKxiEmz9pi6vB55XzweabyVM0QTI/tyCORZXxQHjlQ+4kdIyUqspkOtvH/8gglAUHAOgE0xw1YN9dpobdxhsI12vOpeqJswp8o8WcGegyMLFVOKJKZd0HNcygOqAGvWEdMdEF4HQ8EnHh25k9SupinC1A4GjFynRSJcFa6r7h3iotvd3tG39Mp6P6D4ec3HYQ4FtCip75QfGK4J2wOFzcPJ6NO6mFteOnmYHNNqOUBJNAj8iGgQ5lzL+khZfd root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad\nssh-dss AAAAB3NzaC1kc3MAAACBAOnpvzjvgOZrZvu3Razu3c0r0Yuwgy0sIrFs7QA/YcQePSt08buyyPMOLcXeVIn+Q0c170AEmA3AJUrEWYpHmm+kidZIGuDBvNPSt2rjD9jXPfyA7Jex/rTtZiAmFlKK+p+SQ/EFOZMiOdzgOC6UbyECg7A2Xq+7+GaXj89tDAvRAAAAFQDWqaxxHRFmjFJhSF6DZ5EGCIjjvQAAAIAiDGRgscDl/FI2cvs5ej7LpBaJJgzB8wbQFAy5aM6ti3GNzrQEDUW5vkOnSP7YnY2sM5yMLndnHqcm1OP9vLLIz3MSUIQAnQfJ3m5GmgtZg45kH/gbitDTo8vRIE2kqp1RVuSwffVemKIN/IYs8gg9Bgk8Uu5LLb1rz4Y22WRJKAAAAIAmHWKhx6ZH5lEYcA2dW5HZKLs6H4hxkAf1G3oPvYNXk22tZmWFL7N88CwsF+tDiy9M1xfqrw26cXKkZfnR/aE+ZjWIO9O7VVKdL4CSHKv5yrkEy2TuM5sUsmnEtfRb9sWLJcizSwv2NUr+5BU1NuMnL6HVHZE3vAKWqsPZH/ZeWg== root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fe6e:39ea/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 \nip-route:169.254.169.254 via 10.55.1.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.70 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad login: The system is going down NOW!\nSent SIGTERM to all processes\n"} 2018-09-04 22:34:50,915 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action used request id req-45279375-b188-4175-91de-30c1ba103fbd 2018-09-04 22:34:50,916 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:34:50,916 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 586973612 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.177019] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179280] pid_max: default: 32768 minimum: 301 [ 0.180569] ACPI: Core revision 20150930 [ 0.182617] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184452] Security Framework initialized [ 0.185577] Yama: becoming mindful. [ 0.186580] AppArmor: AppArmor initialized [ 0.187802] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.189609] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.191366] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.193038] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.194930] Initializing cgroup subsys io [ 0.196072] Initializing cgroup subsys memory [ 0.197272] Initializing cgroup subsys devices [ 0.198500] Initializing cgroup subsys freezer [ 0.199736] Initializing cgroup subsys net_cls [ 0.200946] Initializing cgroup subsys perf_event [ 0.202215] Initializing cgroup subsys net_prio [ 0.203449] Initializing cgroup subsys hugetlb [ 0.204664] Initializing cgroup subsys pids [ 0.205874] CPU: Physical Processor ID: 0 [ 0.207728] mce: CPU supports 10 MCE banks [ 0.208901] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210298] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.213242] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.221237] ftrace: allocating 31920 entries in 125 pages [ 0.252960] smpboot: Max logical packages: 2 [ 0.254149] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.255838] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.257714] x2apic enabled [ 0.258807] Switched APIC routing to physical x2apic. [ 0.261145] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.262837] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.265806] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.268480] KVM setup paravirtual spinlock [ 0.270357] x86: Booting SMP configuration: [ 0.271614] .... node #0, CPUs: #1 [ 0.272840] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.294582] x86: Booted up 1 node, 2 CPUs [ 0.294585] KVM setup async PF for cpu 1 [ 0.294588] kvm-stealtime: cpu 1, msr f90d940 [ 0.298155] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.300187] devtmpfs: initialized [ 0.302521] evm: security.selinux [ 0.303487] evm: security.SMACK64 [ 0.304458] evm: security.SMACK64EXEC [ 0.305497] evm: security.SMACK64TRANSMUTE [ 0.306627] evm: security.SMACK64MMAP [ 0.307666] evm: security.ima [ 0.308558] evm: security.capability [ 0.309720] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.312325] pinctrl core: initialized pinctrl subsystem [ 0.313841] RTC time: 22:34:17, date: 09/04/18 [ 0.315177] NET: Registered protocol family 16 [ 0.325778] cpuidle: using governor ladder [ 0.337869] cpuidle: using governor menu [ 0.338694] PCCT header not found. [ 0.339486] ACPI: bus type PCI registered [ 0.340301] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.341564] PCI: Using configuration type 1 for base access [ 0.354980] ACPI: Added _OSI(Module Device) [ 0.355849] ACPI: Added _OSI(Processor Device) [ 0.356719] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.357628] ACPI: Added _OSI(Processor Aggregator Device) [ 0.359983] ACPI: Interpreter enabled [ 0.360759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.362627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.364533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.366395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.368260] ACPI: (supports S0 S5) [ 0.368974] ACPI: Using IOAPIC for interrupt routing [ 0.370062] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.373493] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.374652] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.375916] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.377101] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.379340] acpiphp: Slot [3] registered [ 0.380145] acpiphp: Slot [4] registered [ 0.380951] acpiphp: Slot [5] registered [ 0.381747] acpiphp: Slot [6] registered [ 0.382540] acpiphp: Slot [7] registered [ 0.383345] acpiphp: Slot [8] registered [ 0.384161] acpiphp: Slot [9] registered [ 0.384958] acpiphp: Slot [10] registered [ 0.396216] acpiphp: Slot [11] registered [ 0.397037] acpiphp: Slot [12] registered [ 0.397842] acpiphp: Slot [13] registered [ 0.398645] acpiphp: Slot [14] registered [ 0.399454] acpiphp: Slot [15] registered [ 0.400264] acpiphp: Slot [16] registered [ 0.401072] acpiphp: Slot [17] registered [ 0.401874] acpiphp: Slot [18] registered [ 0.402676] acpiphp: Slot [19] registered [ 0.403480] acpiphp: Slot [20] registered [ 0.404307] acpiphp: Slot [21] registered [ 0.405109] acpiphp: Slot [22] registered [ 0.405918] acpiphp: Slot [23] registered [ 0.406730] acpiphp: Slot [24] registered [ 0.407541] acpiphp: Slot [25] registered [ 0.408353] acpiphp: Slot [26] registered [ 0.409157] acpiphp: Slot [27] registered [ 0.409963] acpiphp: Slot [28] registered [ 0.410768] acpiphp: Slot [29] registered [ 0.411579] acpiphp: Slot [30] registered [ 0.412393] acpiphp: Slot [31] registered [ 0.413192] PCI host bridge to bus 0000:00 [ 0.413995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415212] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.416421] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.417863] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.419301] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.425616] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.426887] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.428051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.429308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.435669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.437088] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.483932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.485444] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.486869] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.488296] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.489684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.490969] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.492144] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.493275] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.494797] vgaarb: loaded [ 0.495415] vgaarb: bridge control possible 0000:00:02.0 [ 0.496554] SCSI subsystem initialized [ 0.497388] ACPI: bus type USB registered [ 0.498203] usbcore: registered new interface driver usbfs [ 0.499232] usbcore: registered new interface driver hub [ 0.500242] usbcore: registered new device driver usb [ 0.501341] PCI: Using ACPI for IRQ routing [ 0.502368] NetLabel: Initializing [ 0.503078] NetLabel: domain hash size = 128 [ 0.503925] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.504888] NetLabel: unlabeled traffic allowed by default [ 0.505991] clocksource: Switched to clocksource kvm-clock [ 0.511912] AppArmor: AppArmor Filesystem Enabled [ 0.512874] pnp: PnP ACPI init [ 0.513807] pnp: PnP ACPI: found 5 devices [ 0.521007] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.522727] NET: Registered protocol family 2 [ 0.523715] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.524983] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.526162] TCP: Hash tables configured (established 2048 bind 2048) [ 0.527328] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.528402] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.529566] NET: Registered protocol family 1 [ 0.530437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.531530] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.532600] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.551199] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.571831] Trying to unpack rootfs image as initramfs... [ 0.623094] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.637385] Scanning for low memory corruption every 60 seconds [ 0.638763] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.639927] audit: initializing netlink subsys (disabled) [ 0.640959] audit: type=2000 audit(1536100457.952:1): initialized [ 0.642314] Initialise system trusted keyring [ 0.643255] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.644423] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.646538] zbud: loaded [ 0.647266] VFS: Disk quotas dquot_6.6.0 [ 0.648096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.649658] fuse init (API version 7.23) [ 0.650574] Key type big_key registered [ 0.651384] Allocating IMA MOK and blacklist keyrings. [ 0.652556] Key type asymmetric registered [ 0.653380] Asymmetric key parser 'x509' registered [ 0.654343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.655821] io scheduler noop registered [ 0.656617] io scheduler deadline registered (default) [ 0.657610] io scheduler cfq registered [ 0.658462] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.659514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.660791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.662251] ACPI: Power Button [PWRF] [ 0.663138] GHES: HEST is not enabled! [ 0.681505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.720772] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.723408] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.747641] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.750231] Linux agpgart interface v0.103 [ 0.752595] brd: module loaded [ 0.753900] loop: module loaded [ 0.758619] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.760083] GPT:90111 != 20971519 [ 0.760773] GPT:Alternate GPT header not at the end of the disk. [ 0.761856] GPT:90111 != 20971519 [ 0.762552] GPT: Use GNU Parted to correct GPT errors. [ 0.763514] vda: vda1 vda15 [ 0.764989] scsi host0: ata_piix [ 0.765746] scsi host1: ata_piix [ 0.766467] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.767681] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.769286] libphy: Fixed MDIO Bus: probed [ 0.770114] tun: Universal TUN/TAP device driver, 1.6 [ 0.771065] tun: (C) 1999-2004 Max Krasnyansky [ 0.773020] PPP generic driver version 2.4.2 [ 0.774128] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.775633] ehci-pci: EHCI PCI platform driver [ 0.776791] ehci-platform: EHCI generic platform driver [ 0.778124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.779663] ohci-pci: OHCI PCI platform driver [ 0.780816] ohci-platform: OHCI generic platform driver [ 0.782141] uhci_hcd: USB Universal Host Controller Interface driver [ 0.801704] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.803046] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.804972] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.806316] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.807808] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.809462] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.811332] usb usb1: Product: UHCI Host Controller [ 0.812602] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.814131] usb usb1: SerialNumber: 0000:00:01.2 [ 0.815392] hub 1-0:1.0: USB hub found [ 0.816432] hub 1-0:1.0: 2 ports detected [ 0.817632] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.820355] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.821641] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.823055] mousedev: PS/2 mouse device common for all mice [ 0.824625] rtc_cmos 00:00: RTC can wake from S4 [ 0.826221] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.828481] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.830211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.831819] i2c /dev entries driver [ 0.832808] device-mapper: uevent: version 1.0.3 [ 0.834062] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.836235] ledtrig-cpu: registered to indicate activity on CPUs [ 0.838004] NET: Registered protocol family 10 [ 0.839324] NET: Registered protocol family 17 [ 0.840502] Key type dns_resolver registered [ 0.841748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.842845] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.844311] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.846626] registered taskstats version 1 [ 0.847729] Loading compiled-in X.509 certificates [ 0.849463] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.851928] zswap: loaded using pool lzo/zbud [ 0.853720] Key type trusted registered [ 0.855660] Key type encrypted registered [ 0.856744] AppArmor: AppArmor sha1 policy hashing enabled [ 0.858134] ima: No TPM chip found, activating TPM-bypass! [ 0.859528] evm: HMAC attrs: 0x1 [ 0.860719] Magic number: 2:682:602 [ 0.861835] rtc_cmos 00:00: setting system clock to 2018-09-04 22:34:17 UTC (1536100457) [ 0.874659] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.876149] EDD information not available. [ 0.923155] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.925207] Write protecting the kernel read-only data: 14336k [ 0.927187] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.929508] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.987381] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.12 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.6... Lease of 10.55.1.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.29. iid=i-00000108 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC92xZf2dxKBoaDm7Igarw/DseeMs/TmEOAkfV2uOs/KtgsIfW6oFjg0xuPQhhEZj+3jErstsvE0yxROJnMowihFValKxiEmz9pi6vB55XzweabyVM0QTI/tyCORZXxQHjlQ+4kdIyUqspkOtvH/8gglAUHAOgE0xw1YN9dpobdxhsI12vOpeqJswp8o8WcGegyMLFVOKJKZd0HNcygOqAGvWEdMdEF4HQ8EnHh25k9SupinC1A4GjFynRSJcFa6r7h3iotvd3tG39Mp6P6D4ec3HYQ4FtCip75QfGK4J2wOFzcPJ6NO6mFteOnmYHNNqOUBJNAj8iGgQ5lzL+khZfd root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad ssh-dss AAAAB3NzaC1kc3MAAACBAOnpvzjvgOZrZvu3Razu3c0r0Yuwgy0sIrFs7QA/YcQePSt08buyyPMOLcXeVIn+Q0c170AEmA3AJUrEWYpHmm+kidZIGuDBvNPSt2rjD9jXPfyA7Jex/rTtZiAmFlKK+p+SQ/EFOZMiOdzgOC6UbyECg7A2Xq+7+GaXj89tDAvRAAAAFQDWqaxxHRFmjFJhSF6DZ5EGCIjjvQAAAIAiDGRgscDl/FI2cvs5ej7LpBaJJgzB8wbQFAy5aM6ti3GNzrQEDUW5vkOnSP7YnY2sM5yMLndnHqcm1OP9vLLIz3MSUIQAnQfJ3m5GmgtZg45kH/gbitDTo8vRIE2kqp1RVuSwffVemKIN/IYs8gg9Bgk8Uu5LLb1rz4Y22WRJKAAAAIAmHWKhx6ZH5lEYcA2dW5HZKLs6H4hxkAf1G3oPvYNXk22tZmWFL7N88CwsF+tDiy9M1xfqrw26cXKkZfnR/aE+ZjWIO9O7VVKdL4CSHKv5yrkEy2TuM5sUsmnEtfRb9sWLJcizSwv2NUr+5BU1NuMnL6HVHZE3vAKWqsPZH/ZeWg== root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fe6e:39ea/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 ip-route:169.254.169.254 via 10.55.1.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000108 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad launch-index: 0 === cirros: current=0.4.0 uptime=2.70 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad login: The system is going down NOW! Sent SIGTERM to all processes 2018-09-04 22:34:50,917 - create_instance - INFO - Checking if VM is active 2018-09-04 22:34:50,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:51,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-195b185d-3f28-4724-85ff-5da41b487eef x-compute-request-id: req-195b185d-3f28-4724-85ff-5da41b487eef Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-09-04T22:34:35Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:51,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-195b185d-3f28-4724-85ff-5da41b487eef 2018-09-04 22:34:51,397 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst] is - REBOOT 2018-09-04 22:34:51,397 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:34:54,398 - create_instance - DEBUG - VM status query timeout in 896.519106865 2018-09-04 22:34:54,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:55,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6312c3d6-8c94-44c6-88e4-d6f6c438a299 x-compute-request-id: req-6312c3d6-8c94-44c6-88e4-d6f6c438a299 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:53Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:55,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-6312c3d6-8c94-44c6-88e4-d6f6c438a299 2018-09-04 22:34:55,079 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst] is - ACTIVE 2018-09-04 22:34:55,080 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:34:55,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:55,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a694042d-e267-4757-b056-98959f1c7f3d x-compute-request-id: req-a694042d-e267-4757-b056-98959f1c7f3d Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:53Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:55,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-a694042d-e267-4757-b056-98959f1c7f3d 2018-09-04 22:34:55,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:55,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-388b096d-9c29-46f3-aa4d-6756e5d5c640 Date: Tue, 04 Sep 2018 22:34:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:34:55,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-388b096d-9c29-46f3-aa4d-6756e5d5c640 2018-09-04 22:34:55,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:55,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ddb811f-1e87-4a20-8741-1c84a9e52c15 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:34:55,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-7ddb811f-1e87-4a20-8741-1c84a9e52c15 2018-09-04 22:34:55,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:55,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a373034c-5f28-4883-a29c-553aa892bb4c Date: Tue, 04 Sep 2018 22:34:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:34:55,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-a373034c-5f28-4883-a29c-553aa892bb4c 2018-09-04 22:34:55,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:55,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-72c67896-f948-40ae-8678-8576bf98dcb5 Date: Tue, 04 Sep 2018 22:34:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.1"}],"id":"20d81e79-59b6-4eb9-ae74-af99e3821cee","security_groups":[],"mac_address":"fa:16:3e:78:53:00","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:56Z","binding:vnic_type":"normal","device_id":"ef1ad552-ebb2-4333-86ee-c774b2e521e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.6"}],"id":"39a950e6-937c-4f4b-89da-32d45572b2e8","security_groups":["24b8d962-12d8-4950-a867-c8002e3f3d0a","c658d6e2-b21a-4d25-97fc-751c500d213e"],"mac_address":"fa:16:3e:6e:39:ea","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:34:08Z","binding:vnic_type":"normal","device_id":"db7905c5-1aad-44d5-952f-5b47bd3be51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.2"}],"id":"d41a2285-3ad2-468a-9e05-9acc2383d6f8","security_groups":[],"mac_address":"fa:16:3e:01:91:7b","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.4"}],"id":"ed222ad1-8b00-4e07-af1b-27b38a401d48","security_groups":[],"mac_address":"fa:16:3e:d2:a4:61","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.3"}],"id":"f35a9fd1-a4cb-4d13-b894-bc9a7c7e559a","security_groups":[],"mac_address":"fa:16:3e:c6:7a:a1","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-86abc05d-f01b-4436-8802-5f9e65b1c92a"}]} 2018-09-04 22:34:55,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-72c67896-f948-40ae-8678-8576bf98dcb5 2018-09-04 22:34:55,935 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:34:55,938 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno None] Unable to connect to port 22 on 172.30.9.205 2018-09-04 22:34:55,938 - create_instance - DEBUG - Retry SSH connection in 3 seconds 2018-09-04 22:34:58,941 - create_instance - DEBUG - SSH connection timeout in 176.994143009 2018-09-04 22:34:58,942 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:34:58,944 - paramiko.transport - DEBUG - starting thread (client mode): 0x27ad4c90L 2018-09-04 22:34:58,945 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:34:58,945 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:34:58,945 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:34:58,947 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:34:58,947 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:34:58,947 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:34:58,947 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:34:58,947 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:34:58,947 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:34:58,964 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:34:58,965 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:34:58,977 - paramiko.transport - DEBUG - Trying key 172298fb19fa14b776a5e447f48c2f9a from tmp/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b 2018-09-04 22:34:59,005 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:34:59,012 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:34:59,112 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:34:59,155 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:34:59,155 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:34:59,157 - paramiko.transport - DEBUG - starting thread (client mode): 0x27ad4850L 2018-09-04 22:34:59,157 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:34:59,157 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:34:59,158 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:34:59,159 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:34:59,159 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:34:59,159 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:34:59,159 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:34:59,160 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:34:59,160 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:34:59,177 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:34:59,177 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:34:59,189 - paramiko.transport - DEBUG - Trying key 172298fb19fa14b776a5e447f48c2f9a from tmp/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b 2018-09-04 22:34:59,217 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:34:59,220 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:34:59,222 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:34:59,223 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 22:34:59,223 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:34:59,224 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:34:59,226 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:34:59,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:34:59,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:34:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ad1934d-39b0-4e2d-8062-a306953e4cc8 x-compute-request-id: req-7ad1934d-39b0-4e2d-8062-a306953e4cc8 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:34:53Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:34:59,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-7ad1934d-39b0-4e2d-8062-a306953e4cc8 2018-09-04 22:34:59,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" -d '{"reboot": {"type": "SOFT"}}' 2018-09-04 22:34:59,840 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:34:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b9b74c7e-afe2-41f5-8656-f44783cb46e2 x-compute-request-id: req-b9b74c7e-afe2-41f5-8656-f44783cb46e2 Content-Length: 0 Content-Type: application/json 2018-09-04 22:34:59,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action used request id req-b9b74c7e-afe2-41f5-8656-f44783cb46e2 2018-09-04 22:35:14,856 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-09-04 22:35:14,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:15,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4c7e39c-abae-48a6-b3a3-e1fdc1d882e0 x-compute-request-id: req-a4c7e39c-abae-48a6-b3a3-e1fdc1d882e0 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:35:04Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:35:15,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-a4c7e39c-abae-48a6-b3a3-e1fdc1d882e0 2018-09-04 22:35:15,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:35:16,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-142e63bd-e375-47c2-9670-72b8bba16c51 x-compute-request-id: req-142e63bd-e375-47c2-9670-72b8bba16c51 Content-Encoding: gzip Content-Length: 9508 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512368082 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130876] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132601] pid_max: default: 32768 minimum: 301\n[ 0.133524] ACPI: Core revision 20150930\n[ 0.134934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136282] Security Framework initialized\n[ 0.137122] Yama: becoming mindful.\n[ 0.137878] AppArmor: AppArmor initialized\n[ 0.138758] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140082] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.141380] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142624] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144032] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145759] Initializing cgroup subsys devices\n[ 0.146668] Initializing cgroup subsys freezer\n[ 0.147564] Initializing cgroup subsys net_cls\n[ 0.148459] Initializing cgroup subsys perf_event\n[ 0.149399] Initializing cgroup subsys net_prio\n[ 0.150315] Initializing cgroup subsys hugetlb\n[ 0.151213] Initializing cgroup subsys pids\n[ 0.152113] CPU: Physical Processor ID: 0\n[ 0.153641] mce: CPU supports 10 MCE banks\n[ 0.154522] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157895] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.164406] ftrace: allocating 31920 entries in 125 pages\n[ 0.191219] smpboot: Max logical packages: 2\n[ 0.192104] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.193318] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.194740] x2apic enabled\n[ 0.195551] Switched APIC routing to physical x2apic.\n[ 0.197300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198540] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200722] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202688] KVM setup paravirtual spinlock\n[ 0.204167] x86: Booting SMP configuration:\n[ 0.205089] .... node #0, CPUs: #1\n[ 0.205997] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.227708] x86: Booted up 1 node, 2 CPUs\n[ 0.227710] KVM setup async PF for cpu 1\n[ 0.227713] kvm-stealtime: cpu 1, msr f90d940\n[ 0.230318] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.231825] devtmpfs: initialized\n[ 0.233554] evm: security.selinux\n[ 0.234260] evm: security.SMACK64\n[ 0.234959] evm: security.SMACK64EXEC\n[ 0.235707] evm: security.SMACK64TRANSMUTE\n[ 0.236568] evm: security.SMACK64MMAP\n[ 0.237328] evm: security.ima\n[ 0.238002] evm: security.capability\n[ 0.238893] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240838] pinctrl core: initialized pinctrl subsystem\n[ 0.241990] RTC time: 22:35:02, date: 09/04/18\n[ 0.242976] NET: Registered protocol family 16\n[ 0.252829] cpuidle: using governor ladder\n[ 0.264915] cpuidle: using governor menu\n[ 0.265743] PCCT header not found.\n[ 0.266539] ACPI: bus type PCI registered\n[ 0.267358] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.268703] PCI: Using configuration type 1 for base access\n[ 0.282135] ACPI: Added _OSI(Module Device)\n[ 0.283017] ACPI: Added _OSI(Processor Device)\n[ 0.283894] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.284835] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287251] ACPI: Interpreter enabled\n[ 0.288066] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.289964] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.291832] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.293727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.295584] ACPI: (supports S0 S5)\n[ 0.296305] ACPI: Using IOAPIC for interrupt routing\n[ 0.297430] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300816] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301991] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303268] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304493] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.306821] acpiphp: Slot [3] registered\n[ 0.307697] acpiphp: Slot [4] registered\n[ 0.308521] acpiphp: Slot [5] registered\n[ 0.309332] acpiphp: Slot [6] registered\n[ 0.310135] acpiphp: Slot [7] registered\n[ 0.310938] acpiphp: Slot [8] registered\n[ 0.311747] acpiphp: Slot [9] registered\n[ 0.312570] acpiphp: Slot [10] registered\n[ 0.323380] acpiphp: Slot [11] registered\n[ 0.324226] acpiphp: Slot [12] registered\n[ 0.325073] acpiphp: Slot [13] registered\n[ 0.325915] acpiphp: Slot [14] registered\n[ 0.326731] acpiphp: Slot [15] registered\n[ 0.327557] acpiphp: Slot [16] registered\n[ 0.328392] acpiphp: Slot [17] registered\n[ 0.329222] acpiphp: Slot [18] registered\n[ 0.330034] acpiphp: Slot [19] registered\n[ 0.330860] acpiphp: Slot [20] registered\n[ 0.331683] acpiphp: Slot [21] registered\n[ 0.332513] acpiphp: Slot [22] registered\n[ 0.333342] acpiphp: Slot [23] registered\n[ 0.334198] acpiphp: Slot [24] registered\n[ 0.335018] acpiphp: Slot [25] registered\n[ 0.335839] acpiphp: Slot [26] registered\n[ 0.336677] acpiphp: Slot [27] registered\n[ 0.337518] acpiphp: Slot [28] registered\n[ 0.338386] acpiphp: Slot [29] registered\n[ 0.339221] acpiphp: Slot [30] registered\n[ 0.340047] acpiphp: Slot [31] registered\n[ 0.340894] PCI host bridge to bus 0000:00\n[ 0.341738] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.342960] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.344201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.345722] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.347180] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.353584] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.354902] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.356089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.357411] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.363737] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.365227] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.411367] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.412866] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414353] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.415784] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.417197] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.418513] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420162] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.421285] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422880] vgaarb: loaded\n[ 0.423493] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424669] SCSI subsystem initialized\n[ 0.425541] ACPI: bus type USB registered\n[ 0.426401] usbcore: registered new interface driver usbfs\n[ 0.427472] usbcore: registered new interface driver hub\n[ 0.428511] usbcore: registered new device driver usb\n[ 0.429668] PCI: Using ACPI for IRQ routing\n[ 0.430752] NetLabel: Initializing\n[ 0.431485] NetLabel: domain hash size = 128\n[ 0.432349] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.433334] NetLabel: unlabeled traffic allowed by default\n[ 0.434517] clocksource: Switched to clocksource kvm-clock\n[ 0.440572] AppArmor: AppArmor Filesystem Enabled\n[ 0.441589] pnp: PnP ACPI init\n[ 0.442546] pnp: PnP ACPI: found 5 devices\n[ 0.449668] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452135] NET: Registered protocol family 2\n[ 0.453564] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.455488] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.457238] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.458982] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460576] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462297] NET: Registered protocol family 1\n[ 0.463562] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.465180] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.466767] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.485982] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.505409] Trying to unpack rootfs image as initramfs...\n[ 0.557117] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.571860] Scanning for low memory corruption every 60 seconds\n[ 0.573497] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.574649] audit: initializing netlink subsys (disabled)\n[ 0.575669] audit: type=2000 audit(1536100503.836:1): initialized\n[ 0.576987] Initialise system trusted keyring\n[ 0.577968] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579126] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581235] zbud: loaded\n[ 0.581986] VFS: Disk quotas dquot_6.6.0\n[ 0.582805] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.584583] fuse init (API version 7.23)\n[ 0.585731] Key type big_key registered\n[ 0.586533] Allocating IMA MOK and blacklist keyrings.\n[ 0.591153] Key type asymmetric registered\n[ 0.596254] Asymmetric key parser 'x509' registered\n[ 0.597721] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.599314] io scheduler noop registered\n[ 0.600099] io scheduler deadline registered (default)\n[ 0.601238] io scheduler cfq registered\n[ 0.602101] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.603137] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604406] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.605833] ACPI: Power Button [PWRF]\n[ 0.606706] GHES: HEST is not enabled!\n[ 0.625165] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.662442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.665132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.689331] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.691998] Linux agpgart interface v0.103\n[ 0.695282] brd: module loaded\n[ 0.696943] loop: module loaded\n[ 0.702944] vda: vda1 vda15\n[ 0.704906] scsi host0: ata_piix\n[ 0.705739] scsi host1: ata_piix\n[ 0.706447] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707648] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.708914] libphy: Fixed MDIO Bus: probed\n[ 0.709819] tun: Universal TUN/TAP device driver, 1.6\n[ 0.710856] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.712962] PPP generic driver version 2.4.2\n[ 0.714214] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715747] ehci-pci: EHCI PCI platform driver\n[ 0.716815] ehci-platform: EHCI generic platform driver\n[ 0.718108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.719751] ohci-pci: OHCI PCI platform driver\n[ 0.720956] ohci-platform: OHCI generic platform driver\n[ 0.722339] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.741958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.743373] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.745418] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.746855] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.748438] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.750189] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.752260] usb usb1: Product: UHCI Host Controller\n[ 0.753599] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.755250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.756638] hub 1-0:1.0: USB hub found\n[ 0.757738] hub 1-0:1.0: 2 ports detected\n[ 0.758989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.761716] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.763096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.764589] mousedev: PS/2 mouse device common for all mice\n[ 0.766355] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.768935] rtc_cmos 00:00: RTC can wake from S4\n[ 0.770442] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.772121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.773791] i2c /dev entries driver\n[ 0.774844] device-mapper: uevent: version 1.0.3\n[ 0.776189] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.778469] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.780351] NET: Registered protocol family 10\n[ 0.781755] NET: Registered protocol family 17\n[ 0.783036] Key type dns_resolver registered\n[ 0.784389] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.785951] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.787638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.790146] registered taskstats version 1\n[ 0.791316] Loading compiled-in X.509 certificates\n[ 0.793135] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795805] zswap: loaded using pool lzo/zbud\n[ 0.797730] Key type trusted registered\n[ 0.799754] Key type encrypted registered\n[ 0.800937] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802399] ima: No TPM chip found, activating TPM-bypass!\n[ 0.803910] evm: HMAC attrs: 0x1\n[ 0.805244] Magic number: 2:682:602\n[ 0.806165] rtc_cmos 00:00: setting system clock to 2018-09-04 22:35:03 UTC (1536100503)\n[ 0.807849] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.809007] EDD information not available.\n[ 0.863659] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.865184] Write protecting the kernel read-only data: 14336k\n[ 0.877007] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.878825] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.080015] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.6...\nLease of 10.55.1.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.07. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\ncirros-apply-net already run per instance\ncheck-version already run per instance\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nOK\nGROWROOT: NOCHANGE: partition 1 is size 20953055. it cannot be grown\nresize-rootfs already run per once\nuserdata already run per instance\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC92xZf2dxKBoaDm7Igarw/DseeMs/TmEOAkfV2uOs/KtgsIfW6oFjg0xuPQhhEZj+3jErstsvE0yxROJnMowihFValKxiEmz9pi6vB55XzweabyVM0QTI/tyCORZXxQHjlQ+4kdIyUqspkOtvH/8gglAUHAOgE0xw1YN9dpobdxhsI12vOpeqJswp8o8WcGegyMLFVOKJKZd0HNcygOqAGvWEdMdEF4HQ8EnHh25k9SupinC1A4GjFynRSJcFa6r7h3iotvd3tG39Mp6P6D4ec3HYQ4FtCip75QfGK4J2wOFzcPJ6NO6mFteOnmYHNNqOUBJNAj8iGgQ5lzL+khZfd root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad\nssh-dss AAAAB3NzaC1kc3MAAACBAOnpvzjvgOZrZvu3Razu3c0r0Yuwgy0sIrFs7QA/YcQePSt08buyyPMOLcXeVIn+Q0c170AEmA3AJUrEWYpHmm+kidZIGuDBvNPSt2rjD9jXPfyA7Jex/rTtZiAmFlKK+p+SQ/EFOZMiOdzgOC6UbyECg7A2Xq+7+GaXj89tDAvRAAAAFQDWqaxxHRFmjFJhSF6DZ5EGCIjjvQAAAIAiDGRgscDl/FI2cvs5ej7LpBaJJgzB8wbQFAy5aM6ti3GNzrQEDUW5vkOnSP7YnY2sM5yMLndnHqcm1OP9vLLIz3MSUIQAnQfJ3m5GmgtZg45kH/gbitDTo8vRIE2kqp1RVuSwffVemKIN/IYs8gg9Bgk8Uu5LLb1rz4Y22WRJKAAAAIAmHWKhx6ZH5lEYcA2dW5HZKLs6H4hxkAf1G3oPvYNXk22tZmWFL7N88CwsF+tDiy9M1xfqrw26cXKkZfnR/aE+ZjWIO9O7VVKdL4CSHKv5yrkEy2TuM5sUsmnEtfRb9sWLJcizSwv2NUr+5BU1NuMnL6HVHZE3vAKWqsPZH/ZeWg== root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fe6e:39ea/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 \nip-route:169.254.169.254 via 10.55.1.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.75 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad login: "} 2018-09-04 22:35:16,602 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action used request id req-142e63bd-e375-47c2-9670-72b8bba16c51 2018-09-04 22:35:16,603 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:35:16,603 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 512368082 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130876] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132601] pid_max: default: 32768 minimum: 301 [ 0.133524] ACPI: Core revision 20150930 [ 0.134934] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136282] Security Framework initialized [ 0.137122] Yama: becoming mindful. [ 0.137878] AppArmor: AppArmor initialized [ 0.138758] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140082] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.141380] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142624] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144032] Initializing cgroup subsys io [ 0.144875] Initializing cgroup subsys memory [ 0.145759] Initializing cgroup subsys devices [ 0.146668] Initializing cgroup subsys freezer [ 0.147564] Initializing cgroup subsys net_cls [ 0.148459] Initializing cgroup subsys perf_event [ 0.149399] Initializing cgroup subsys net_prio [ 0.150315] Initializing cgroup subsys hugetlb [ 0.151213] Initializing cgroup subsys pids [ 0.152113] CPU: Physical Processor ID: 0 [ 0.153641] mce: CPU supports 10 MCE banks [ 0.154522] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157895] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.164406] ftrace: allocating 31920 entries in 125 pages [ 0.191219] smpboot: Max logical packages: 2 [ 0.192104] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193318] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.194740] x2apic enabled [ 0.195551] Switched APIC routing to physical x2apic. [ 0.197300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198540] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200722] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202688] KVM setup paravirtual spinlock [ 0.204167] x86: Booting SMP configuration: [ 0.205089] .... node #0, CPUs: #1 [ 0.205997] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.227708] x86: Booted up 1 node, 2 CPUs [ 0.227710] KVM setup async PF for cpu 1 [ 0.227713] kvm-stealtime: cpu 1, msr f90d940 [ 0.230318] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.231825] devtmpfs: initialized [ 0.233554] evm: security.selinux [ 0.234260] evm: security.SMACK64 [ 0.234959] evm: security.SMACK64EXEC [ 0.235707] evm: security.SMACK64TRANSMUTE [ 0.236568] evm: security.SMACK64MMAP [ 0.237328] evm: security.ima [ 0.238002] evm: security.capability [ 0.238893] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.240838] pinctrl core: initialized pinctrl subsystem [ 0.241990] RTC time: 22:35:02, date: 09/04/18 [ 0.242976] NET: Registered protocol family 16 [ 0.252829] cpuidle: using governor ladder [ 0.264915] cpuidle: using governor menu [ 0.265743] PCCT header not found. [ 0.266539] ACPI: bus type PCI registered [ 0.267358] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.268703] PCI: Using configuration type 1 for base access [ 0.282135] ACPI: Added _OSI(Module Device) [ 0.283017] ACPI: Added _OSI(Processor Device) [ 0.283894] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.284835] ACPI: Added _OSI(Processor Aggregator Device) [ 0.287251] ACPI: Interpreter enabled [ 0.288066] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.289964] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.291832] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.293727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.295584] ACPI: (supports S0 S5) [ 0.296305] ACPI: Using IOAPIC for interrupt routing [ 0.297430] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.300816] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301991] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303268] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.304493] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.306821] acpiphp: Slot [3] registered [ 0.307697] acpiphp: Slot [4] registered [ 0.308521] acpiphp: Slot [5] registered [ 0.309332] acpiphp: Slot [6] registered [ 0.310135] acpiphp: Slot [7] registered [ 0.310938] acpiphp: Slot [8] registered [ 0.311747] acpiphp: Slot [9] registered [ 0.312570] acpiphp: Slot [10] registered [ 0.323380] acpiphp: Slot [11] registered [ 0.324226] acpiphp: Slot [12] registered [ 0.325073] acpiphp: Slot [13] registered [ 0.325915] acpiphp: Slot [14] registered [ 0.326731] acpiphp: Slot [15] registered [ 0.327557] acpiphp: Slot [16] registered [ 0.328392] acpiphp: Slot [17] registered [ 0.329222] acpiphp: Slot [18] registered [ 0.330034] acpiphp: Slot [19] registered [ 0.330860] acpiphp: Slot [20] registered [ 0.331683] acpiphp: Slot [21] registered [ 0.332513] acpiphp: Slot [22] registered [ 0.333342] acpiphp: Slot [23] registered [ 0.334198] acpiphp: Slot [24] registered [ 0.335018] acpiphp: Slot [25] registered [ 0.335839] acpiphp: Slot [26] registered [ 0.336677] acpiphp: Slot [27] registered [ 0.337518] acpiphp: Slot [28] registered [ 0.338386] acpiphp: Slot [29] registered [ 0.339221] acpiphp: Slot [30] registered [ 0.340047] acpiphp: Slot [31] registered [ 0.340894] PCI host bridge to bus 0000:00 [ 0.341738] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.342960] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.344201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.345722] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.347180] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.353584] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.354902] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.356089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.357411] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.363737] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.365227] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.411367] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.412866] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.414353] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.415784] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.417197] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.418513] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.420162] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.421285] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.422880] vgaarb: loaded [ 0.423493] vgaarb: bridge control possible 0000:00:02.0 [ 0.424669] SCSI subsystem initialized [ 0.425541] ACPI: bus type USB registered [ 0.426401] usbcore: registered new interface driver usbfs [ 0.427472] usbcore: registered new interface driver hub [ 0.428511] usbcore: registered new device driver usb [ 0.429668] PCI: Using ACPI for IRQ routing [ 0.430752] NetLabel: Initializing [ 0.431485] NetLabel: domain hash size = 128 [ 0.432349] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.433334] NetLabel: unlabeled traffic allowed by default [ 0.434517] clocksource: Switched to clocksource kvm-clock [ 0.440572] AppArmor: AppArmor Filesystem Enabled [ 0.441589] pnp: PnP ACPI init [ 0.442546] pnp: PnP ACPI: found 5 devices [ 0.449668] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.452135] NET: Registered protocol family 2 [ 0.453564] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.455488] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.457238] TCP: Hash tables configured (established 2048 bind 2048) [ 0.458982] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.460576] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.462297] NET: Registered protocol family 1 [ 0.463562] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.465180] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.466767] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.485982] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.505409] Trying to unpack rootfs image as initramfs... [ 0.557117] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.571860] Scanning for low memory corruption every 60 seconds [ 0.573497] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.574649] audit: initializing netlink subsys (disabled) [ 0.575669] audit: type=2000 audit(1536100503.836:1): initialized [ 0.576987] Initialise system trusted keyring [ 0.577968] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.579126] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.581235] zbud: loaded [ 0.581986] VFS: Disk quotas dquot_6.6.0 [ 0.582805] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.584583] fuse init (API version 7.23) [ 0.585731] Key type big_key registered [ 0.586533] Allocating IMA MOK and blacklist keyrings. [ 0.591153] Key type asymmetric registered [ 0.596254] Asymmetric key parser 'x509' registered [ 0.597721] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.599314] io scheduler noop registered [ 0.600099] io scheduler deadline registered (default) [ 0.601238] io scheduler cfq registered [ 0.602101] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.603137] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.604406] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.605833] ACPI: Power Button [PWRF] [ 0.606706] GHES: HEST is not enabled! [ 0.625165] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.662442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.665132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.689331] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.691998] Linux agpgart interface v0.103 [ 0.695282] brd: module loaded [ 0.696943] loop: module loaded [ 0.702944] vda: vda1 vda15 [ 0.704906] scsi host0: ata_piix [ 0.705739] scsi host1: ata_piix [ 0.706447] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.707648] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.708914] libphy: Fixed MDIO Bus: probed [ 0.709819] tun: Universal TUN/TAP device driver, 1.6 [ 0.710856] tun: (C) 1999-2004 Max Krasnyansky [ 0.712962] PPP generic driver version 2.4.2 [ 0.714214] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.715747] ehci-pci: EHCI PCI platform driver [ 0.716815] ehci-platform: EHCI generic platform driver [ 0.718108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.719751] ohci-pci: OHCI PCI platform driver [ 0.720956] ohci-platform: OHCI generic platform driver [ 0.722339] uhci_hcd: USB Universal Host Controller Interface driver [ 0.741958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.743373] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.745418] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.746855] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.748438] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.750189] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.752260] usb usb1: Product: UHCI Host Controller [ 0.753599] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.755250] usb usb1: SerialNumber: 0000:00:01.2 [ 0.756638] hub 1-0:1.0: USB hub found [ 0.757738] hub 1-0:1.0: 2 ports detected [ 0.758989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.761716] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.763096] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.764589] mousedev: PS/2 mouse device common for all mice [ 0.766355] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.768935] rtc_cmos 00:00: RTC can wake from S4 [ 0.770442] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.772121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.773791] i2c /dev entries driver [ 0.774844] device-mapper: uevent: version 1.0.3 [ 0.776189] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.778469] ledtrig-cpu: registered to indicate activity on CPUs [ 0.780351] NET: Registered protocol family 10 [ 0.781755] NET: Registered protocol family 17 [ 0.783036] Key type dns_resolver registered [ 0.784389] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.785951] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.787638] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.790146] registered taskstats version 1 [ 0.791316] Loading compiled-in X.509 certificates [ 0.793135] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795805] zswap: loaded using pool lzo/zbud [ 0.797730] Key type trusted registered [ 0.799754] Key type encrypted registered [ 0.800937] AppArmor: AppArmor sha1 policy hashing enabled [ 0.802399] ima: No TPM chip found, activating TPM-bypass! [ 0.803910] evm: HMAC attrs: 0x1 [ 0.805244] Magic number: 2:682:602 [ 0.806165] rtc_cmos 00:00: setting system clock to 2018-09-04 22:35:03 UTC (1536100503) [ 0.807849] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.809007] EDD information not available. [ 0.863659] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.865184] Write protecting the kernel read-only data: 14336k [ 0.877007] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.878825] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.080015] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.6... Lease of 10.55.1.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.07. iid=i-00000108 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data cirros-apply-net already run per instance check-version already run per instance Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance OK GROWROOT: NOCHANGE: partition 1 is size 20953055. it cannot be grown resize-rootfs already run per once userdata already run per instance === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC92xZf2dxKBoaDm7Igarw/DseeMs/TmEOAkfV2uOs/KtgsIfW6oFjg0xuPQhhEZj+3jErstsvE0yxROJnMowihFValKxiEmz9pi6vB55XzweabyVM0QTI/tyCORZXxQHjlQ+4kdIyUqspkOtvH/8gglAUHAOgE0xw1YN9dpobdxhsI12vOpeqJswp8o8WcGegyMLFVOKJKZd0HNcygOqAGvWEdMdEF4HQ8EnHh25k9SupinC1A4GjFynRSJcFa6r7h3iotvd3tG39Mp6P6D4ec3HYQ4FtCip75QfGK4J2wOFzcPJ6NO6mFteOnmYHNNqOUBJNAj8iGgQ5lzL+khZfd root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad ssh-dss AAAAB3NzaC1kc3MAAACBAOnpvzjvgOZrZvu3Razu3c0r0Yuwgy0sIrFs7QA/YcQePSt08buyyPMOLcXeVIn+Q0c170AEmA3AJUrEWYpHmm+kidZIGuDBvNPSt2rjD9jXPfyA7Jex/rTtZiAmFlKK+p+SQ/EFOZMiOdzgOC6UbyECg7A2Xq+7+GaXj89tDAvRAAAAFQDWqaxxHRFmjFJhSF6DZ5EGCIjjvQAAAIAiDGRgscDl/FI2cvs5ej7LpBaJJgzB8wbQFAy5aM6ti3GNzrQEDUW5vkOnSP7YnY2sM5yMLndnHqcm1OP9vLLIz3MSUIQAnQfJ3m5GmgtZg45kH/gbitDTo8vRIE2kqp1RVuSwffVemKIN/IYs8gg9Bgk8Uu5LLb1rz4Y22WRJKAAAAIAmHWKhx6ZH5lEYcA2dW5HZKLs6H4hxkAf1G3oPvYNXk22tZmWFL7N88CwsF+tDiy9M1xfqrw26cXKkZfnR/aE+ZjWIO9O7VVKdL4CSHKv5yrkEy2TuM5sUsmnEtfRb9sWLJcizSwv2NUr+5BU1NuMnL6HVHZE3vAKWqsPZH/ZeWg== root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fe6e:39ea/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 ip-route:169.254.169.254 via 10.55.1.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000108 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad launch-index: 0 === cirros: current=0.4.0 uptime=1.75 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad login: 2018-09-04 22:35:16,603 - create_instance - INFO - Checking if VM is active 2018-09-04 22:35:16,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:17,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9273c228-dfb0-4268-95d0-38f374d8a063 x-compute-request-id: req-9273c228-dfb0-4268-95d0-38f374d8a063 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:35:04Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:35:17,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-9273c228-dfb0-4268-95d0-38f374d8a063 2018-09-04 22:35:17,116 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst] is - ACTIVE 2018-09-04 22:35:17,116 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:35:17,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:17,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f483c2d-1cd2-4888-884a-3ab1b89ca5ba x-compute-request-id: req-3f483c2d-1cd2-4888-884a-3ab1b89ca5ba Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:35:04Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:35:17,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-3f483c2d-1cd2-4888-884a-3ab1b89ca5ba 2018-09-04 22:35:17,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:17,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c2878b78-b747-4ce3-8c8f-dce2064c770e Date: Tue, 04 Sep 2018 22:35:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:35:17,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-c2878b78-b747-4ce3-8c8f-dce2064c770e 2018-09-04 22:35:17,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:17,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3750e501-05ec-4cf6-8d1d-2846f9a5d7ca Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:35:17,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-3750e501-05ec-4cf6-8d1d-2846f9a5d7ca 2018-09-04 22:35:17,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:17,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5bf1f75a-b17a-4d07-a317-f993122e23f8 Date: Tue, 04 Sep 2018 22:35:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:35:17,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-5bf1f75a-b17a-4d07-a317-f993122e23f8 2018-09-04 22:35:17,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:17,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-f728c9d8-7614-499f-8cec-afae2d1238e6 Date: Tue, 04 Sep 2018 22:35:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.1"}],"id":"20d81e79-59b6-4eb9-ae74-af99e3821cee","security_groups":[],"mac_address":"fa:16:3e:78:53:00","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:56Z","binding:vnic_type":"normal","device_id":"ef1ad552-ebb2-4333-86ee-c774b2e521e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.6"}],"id":"39a950e6-937c-4f4b-89da-32d45572b2e8","security_groups":["24b8d962-12d8-4950-a867-c8002e3f3d0a","c658d6e2-b21a-4d25-97fc-751c500d213e"],"mac_address":"fa:16:3e:6e:39:ea","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:34:08Z","binding:vnic_type":"normal","device_id":"db7905c5-1aad-44d5-952f-5b47bd3be51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.2"}],"id":"d41a2285-3ad2-468a-9e05-9acc2383d6f8","security_groups":[],"mac_address":"fa:16:3e:01:91:7b","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.4"}],"id":"ed222ad1-8b00-4e07-af1b-27b38a401d48","security_groups":[],"mac_address":"fa:16:3e:d2:a4:61","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.3"}],"id":"f35a9fd1-a4cb-4d13-b894-bc9a7c7e559a","security_groups":[],"mac_address":"fa:16:3e:c6:7a:a1","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-86abc05d-f01b-4436-8802-5f9e65b1c92a"}]} 2018-09-04 22:35:17,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-f728c9d8-7614-499f-8cec-afae2d1238e6 2018-09-04 22:35:17,992 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:35:17,995 - paramiko.transport - DEBUG - starting thread (client mode): 0x2827c590L 2018-09-04 22:35:17,996 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:35:17,996 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:35:17,996 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:35:17,997 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:35:17,997 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:35:17,998 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:35:17,998 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:35:17,998 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:35:17,998 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:35:18,015 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:35:18,016 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:35:18,028 - paramiko.transport - DEBUG - Trying key 172298fb19fa14b776a5e447f48c2f9a from tmp/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b 2018-09-04 22:35:18,054 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:35:18,060 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:35:18,160 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:35:18,174 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:35:18,174 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:35:18,176 - paramiko.transport - DEBUG - starting thread (client mode): 0x2827c590L 2018-09-04 22:35:18,176 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:35:18,177 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:35:18,177 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:35:18,178 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:35:18,178 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:35:18,178 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:35:18,178 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:35:18,179 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:35:18,179 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:35:18,196 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:35:18,196 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:35:18,208 - paramiko.transport - DEBUG - Trying key 172298fb19fa14b776a5e447f48c2f9a from tmp/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b 2018-09-04 22:35:18,234 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:35:18,237 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:35:18,241 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:35:18,242 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 22:35:18,242 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:35:18,243 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:35:18,245 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 22:35:18,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:18,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92a0c380-677a-4e03-a853-3ef78a754ffd x-compute-request-id: req-92a0c380-677a-4e03-a853-3ef78a754ffd Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:35:04Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:35:18,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-92a0c380-677a-4e03-a853-3ef78a754ffd 2018-09-04 22:35:18,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" -d '{"reboot": {"type": "HARD"}}' 2018-09-04 22:35:19,050 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d7f74d4-e462-4ecb-9c7f-d178250dfbb0 x-compute-request-id: req-0d7f74d4-e462-4ecb-9c7f-d178250dfbb0 Content-Length: 0 Content-Type: application/json 2018-09-04 22:35:19,050 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action used request id req-0d7f74d4-e462-4ecb-9c7f-d178250dfbb0 2018-09-04 22:35:34,051 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-09-04 22:35:34,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:34,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bec866c-69d5-4559-bb9f-26d3f79ca44d x-compute-request-id: req-1bec866c-69d5-4559-bb9f-26d3f79ca44d Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:35:20Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:35:34,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-1bec866c-69d5-4559-bb9f-26d3f79ca44d 2018-09-04 22:35:34,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:35:35,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4ebd05f-4c29-4f88-8dae-9c966855d4ec x-compute-request-id: req-d4ebd05f-4c29-4f88-8dae-9c966855d4ec Content-Encoding: gzip Content-Length: 9508 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504780077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127882] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129550] pid_max: default: 32768 minimum: 301\n[ 0.130452] ACPI: Core revision 20150930\n[ 0.131864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133198] Security Framework initialized\n[ 0.134010] Yama: becoming mindful.\n[ 0.134725] AppArmor: AppArmor initialized\n[ 0.135596] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136861] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.138096] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139309] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140651] Initializing cgroup subsys io\n[ 0.141452] Initializing cgroup subsys memory\n[ 0.142359] Initializing cgroup subsys devices\n[ 0.143247] Initializing cgroup subsys freezer\n[ 0.144111] Initializing cgroup subsys net_cls\n[ 0.144957] Initializing cgroup subsys perf_event\n[ 0.145850] Initializing cgroup subsys net_prio\n[ 0.146720] Initializing cgroup subsys hugetlb\n[ 0.147605] Initializing cgroup subsys pids\n[ 0.148467] CPU: Physical Processor ID: 0\n[ 0.149949] mce: CPU supports 10 MCE banks\n[ 0.150780] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151823] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.154152] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.160628] ftrace: allocating 31920 entries in 125 pages\n[ 0.186845] smpboot: Max logical packages: 2\n[ 0.187725] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.188955] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.190332] x2apic enabled\n[ 0.191169] Switched APIC routing to physical x2apic.\n[ 0.192957] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.194407] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.196832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.199035] KVM setup paravirtual spinlock\n[ 0.200581] x86: Booting SMP configuration:\n[ 0.201625] .... node #0, CPUs: #1\n[ 0.202639] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.224830] x86: Booted up 1 node, 2 CPUs\n[ 0.224834] KVM setup async PF for cpu 1\n[ 0.224837] kvm-stealtime: cpu 1, msr f90d940\n[ 0.227405] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.228918] devtmpfs: initialized\n[ 0.230607] evm: security.selinux\n[ 0.231307] evm: security.SMACK64\n[ 0.231995] evm: security.SMACK64EXEC\n[ 0.232776] evm: security.SMACK64TRANSMUTE\n[ 0.233635] evm: security.SMACK64MMAP\n[ 0.234391] evm: security.ima\n[ 0.235026] evm: security.capability\n[ 0.235863] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237763] pinctrl core: initialized pinctrl subsystem\n[ 0.238850] RTC time: 22:35:19, date: 09/04/18\n[ 0.239813] NET: Registered protocol family 16\n[ 0.249749] cpuidle: using governor ladder\n[ 0.261833] cpuidle: using governor menu\n[ 0.262644] PCCT header not found.\n[ 0.263430] ACPI: bus type PCI registered\n[ 0.264227] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265465] PCI: Using configuration type 1 for base access\n[ 0.278899] ACPI: Added _OSI(Module Device)\n[ 0.280033] ACPI: Added _OSI(Processor Device)\n[ 0.281163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282353] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285003] ACPI: Interpreter enabled\n[ 0.285989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.288433] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.290417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.292254] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294089] ACPI: (supports S0 S5)\n[ 0.294900] ACPI: Using IOAPIC for interrupt routing\n[ 0.295879] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299255] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300400] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.301659] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.302850] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.305087] acpiphp: Slot [3] registered\n[ 0.305891] acpiphp: Slot [4] registered\n[ 0.306690] acpiphp: Slot [5] registered\n[ 0.307484] acpiphp: Slot [6] registered\n[ 0.308275] acpiphp: Slot [7] registered\n[ 0.309070] acpiphp: Slot [8] registered\n[ 0.309861] acpiphp: Slot [9] registered\n[ 0.310662] acpiphp: Slot [10] registered\n[ 0.321428] acpiphp: Slot [11] registered\n[ 0.322262] acpiphp: Slot [12] registered\n[ 0.323070] acpiphp: Slot [13] registered\n[ 0.323870] acpiphp: Slot [14] registered\n[ 0.324680] acpiphp: Slot [15] registered\n[ 0.325495] acpiphp: Slot [16] registered\n[ 0.326307] acpiphp: Slot [17] registered\n[ 0.327111] acpiphp: Slot [18] registered\n[ 0.327913] acpiphp: Slot [19] registered\n[ 0.328719] acpiphp: Slot [20] registered\n[ 0.329543] acpiphp: Slot [21] registered\n[ 0.330355] acpiphp: Slot [22] registered\n[ 0.331165] acpiphp: Slot [23] registered\n[ 0.331968] acpiphp: Slot [24] registered\n[ 0.332770] acpiphp: Slot [25] registered\n[ 0.333579] acpiphp: Slot [26] registered\n[ 0.334393] acpiphp: Slot [27] registered\n[ 0.335201] acpiphp: Slot [28] registered\n[ 0.336001] acpiphp: Slot [29] registered\n[ 0.336807] acpiphp: Slot [30] registered\n[ 0.337619] acpiphp: Slot [31] registered\n[ 0.338420] PCI host bridge to bus 0000:00\n[ 0.339222] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.340429] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.341636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.343079] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.344512] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.350737] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.352024] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.353190] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.354451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.360715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.362151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408540] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410115] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411539] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.412950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.414335] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.415612] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.416785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.417924] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.419455] vgaarb: loaded\n[ 0.420058] vgaarb: bridge control possible 0000:00:02.0\n[ 0.421195] SCSI subsystem initialized\n[ 0.422026] ACPI: bus type USB registered\n[ 0.422834] usbcore: registered new interface driver usbfs\n[ 0.423850] usbcore: registered new interface driver hub\n[ 0.424849] usbcore: registered new device driver usb\n[ 0.425935] PCI: Using ACPI for IRQ routing\n[ 0.426954] NetLabel: Initializing\n[ 0.427668] NetLabel: domain hash size = 128\n[ 0.428506] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.429447] NetLabel: unlabeled traffic allowed by default\n[ 0.430544] clocksource: Switched to clocksource kvm-clock\n[ 0.436416] AppArmor: AppArmor Filesystem Enabled\n[ 0.437370] pnp: PnP ACPI init\n[ 0.438291] pnp: PnP ACPI: found 5 devices\n[ 0.445389] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.447081] NET: Registered protocol family 2\n[ 0.448058] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.449318] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.450478] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.451638] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452709] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453866] NET: Registered protocol family 1\n[ 0.454732] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455826] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.456888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475228] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493907] Trying to unpack rootfs image as initramfs...\n[ 0.543364] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.557524] Scanning for low memory corruption every 60 seconds\n[ 0.558906] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.560056] audit: initializing netlink subsys (disabled)\n[ 0.561067] audit: type=2000 audit(1536100520.297:1): initialized\n[ 0.562352] Initialise system trusted keyring\n[ 0.563318] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564465] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.566572] zbud: loaded\n[ 0.567298] VFS: Disk quotas dquot_6.6.0\n[ 0.568107] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.569661] fuse init (API version 7.23)\n[ 0.570572] Key type big_key registered\n[ 0.571365] Allocating IMA MOK and blacklist keyrings.\n[ 0.572573] Key type asymmetric registered\n[ 0.573396] Asymmetric key parser 'x509' registered\n[ 0.574336] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.575838] io scheduler noop registered\n[ 0.576627] io scheduler deadline registered (default)\n[ 0.577595] io scheduler cfq registered\n[ 0.578418] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.579453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.580692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.582121] ACPI: Power Button [PWRF]\n[ 0.582988] GHES: HEST is not enabled!\n[ 0.601369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638601] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640911] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664826] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667417] Linux agpgart interface v0.103\n[ 0.669719] brd: module loaded\n[ 0.671043] loop: module loaded\n[ 0.676589] vda: vda1 vda15\n[ 0.678098] scsi host0: ata_piix\n[ 0.678864] scsi host1: ata_piix\n[ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680827] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682079] libphy: Fixed MDIO Bus: probed\n[ 0.683128] tun: Universal TUN/TAP device driver, 1.6\n[ 0.684084] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.685987] PPP generic driver version 2.4.2\n[ 0.686905] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.688137] ehci-pci: EHCI PCI platform driver\n[ 0.688987] ehci-platform: EHCI generic platform driver\n[ 0.689956] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691077] ohci-pci: OHCI PCI platform driver\n[ 0.691929] ohci-platform: OHCI generic platform driver\n[ 0.692897] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.712095] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.713601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.715737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.717168] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.718850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720678] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722827] usb usb1: Product: UHCI Host Controller\n[ 0.724032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.725436] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.726620] hub 1-0:1.0: USB hub found\n[ 0.727698] hub 1-0:1.0: 2 ports detected\n[ 0.728870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.731546] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.732777] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.734051] mousedev: PS/2 mouse device common for all mice\n[ 0.735358] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736711] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.738030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739963] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.741349] i2c /dev entries driver\n[ 0.742210] device-mapper: uevent: version 1.0.3\n[ 0.743308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.745143] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.746656] NET: Registered protocol family 10\n[ 0.747795] NET: Registered protocol family 17\n[ 0.748814] Key type dns_resolver registered\n[ 0.749877] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.751056] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752298] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.754278] registered taskstats version 1\n[ 0.755210] Loading compiled-in X.509 certificates\n[ 0.756759] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.758804] zswap: loaded using pool lzo/zbud\n[ 0.760415] Key type trusted registered\n[ 0.762333] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.765408] evm: HMAC attrs: 0x1\n[ 0.766404] Magic number: 2:682:602\n[ 0.767343] rtc_cmos 00:00: setting system clock to 2018-09-04 22:35:20 UTC (1536100520)\n[ 0.769129] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.770302] EDD information not available.\n[ 0.839598] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841233] Write protecting the kernel read-only data: 14336k\n[ 0.852869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.045529] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.6...\nLease of 10.55.1.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.04. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\ncirros-apply-net already run per instance\ncheck-version already run per instance\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nOK\nGROWROOT: NOCHANGE: partition 1 is size 20953055. it cannot be grown\nresize-rootfs already run per once\nuserdata already run per instance\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC92xZf2dxKBoaDm7Igarw/DseeMs/TmEOAkfV2uOs/KtgsIfW6oFjg0xuPQhhEZj+3jErstsvE0yxROJnMowihFValKxiEmz9pi6vB55XzweabyVM0QTI/tyCORZXxQHjlQ+4kdIyUqspkOtvH/8gglAUHAOgE0xw1YN9dpobdxhsI12vOpeqJswp8o8WcGegyMLFVOKJKZd0HNcygOqAGvWEdMdEF4HQ8EnHh25k9SupinC1A4GjFynRSJcFa6r7h3iotvd3tG39Mp6P6D4ec3HYQ4FtCip75QfGK4J2wOFzcPJ6NO6mFteOnmYHNNqOUBJNAj8iGgQ5lzL+khZfd root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad\nssh-dss AAAAB3NzaC1kc3MAAACBAOnpvzjvgOZrZvu3Razu3c0r0Yuwgy0sIrFs7QA/YcQePSt08buyyPMOLcXeVIn+Q0c170AEmA3AJUrEWYpHmm+kidZIGuDBvNPSt2rjD9jXPfyA7Jex/rTtZiAmFlKK+p+SQ/EFOZMiOdzgOC6UbyECg7A2Xq+7+GaXj89tDAvRAAAAFQDWqaxxHRFmjFJhSF6DZ5EGCIjjvQAAAIAiDGRgscDl/FI2cvs5ej7LpBaJJgzB8wbQFAy5aM6ti3GNzrQEDUW5vkOnSP7YnY2sM5yMLndnHqcm1OP9vLLIz3MSUIQAnQfJ3m5GmgtZg45kH/gbitDTo8vRIE2kqp1RVuSwffVemKIN/IYs8gg9Bgk8Uu5LLb1rz4Y22WRJKAAAAIAmHWKhx6ZH5lEYcA2dW5HZKLs6H4hxkAf1G3oPvYNXk22tZmWFL7N88CwsF+tDiy9M1xfqrw26cXKkZfnR/aE+ZjWIO9O7VVKdL4CSHKv5yrkEy2TuM5sUsmnEtfRb9sWLJcizSwv2NUr+5BU1NuMnL6HVHZE3vAKWqsPZH/ZeWg== root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fe6e:39ea/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 \nip-route:169.254.169.254 via 10.55.1.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.12 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad login: "} 2018-09-04 22:35:35,652 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f/action used request id req-d4ebd05f-4c29-4f88-8dae-9c966855d4ec 2018-09-04 22:35:35,653 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:35:35,654 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504780077 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.127882] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.129550] pid_max: default: 32768 minimum: 301 [ 0.130452] ACPI: Core revision 20150930 [ 0.131864] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133198] Security Framework initialized [ 0.134010] Yama: becoming mindful. [ 0.134725] AppArmor: AppArmor initialized [ 0.135596] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136861] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.138096] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139309] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140651] Initializing cgroup subsys io [ 0.141452] Initializing cgroup subsys memory [ 0.142359] Initializing cgroup subsys devices [ 0.143247] Initializing cgroup subsys freezer [ 0.144111] Initializing cgroup subsys net_cls [ 0.144957] Initializing cgroup subsys perf_event [ 0.145850] Initializing cgroup subsys net_prio [ 0.146720] Initializing cgroup subsys hugetlb [ 0.147605] Initializing cgroup subsys pids [ 0.148467] CPU: Physical Processor ID: 0 [ 0.149949] mce: CPU supports 10 MCE banks [ 0.150780] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151823] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.154152] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.160628] ftrace: allocating 31920 entries in 125 pages [ 0.186845] smpboot: Max logical packages: 2 [ 0.187725] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.188955] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.190332] x2apic enabled [ 0.191169] Switched APIC routing to physical x2apic. [ 0.192957] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.194407] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.196832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.199035] KVM setup paravirtual spinlock [ 0.200581] x86: Booting SMP configuration: [ 0.201625] .... node #0, CPUs: #1 [ 0.202639] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.224830] x86: Booted up 1 node, 2 CPUs [ 0.224834] KVM setup async PF for cpu 1 [ 0.224837] kvm-stealtime: cpu 1, msr f90d940 [ 0.227405] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.228918] devtmpfs: initialized [ 0.230607] evm: security.selinux [ 0.231307] evm: security.SMACK64 [ 0.231995] evm: security.SMACK64EXEC [ 0.232776] evm: security.SMACK64TRANSMUTE [ 0.233635] evm: security.SMACK64MMAP [ 0.234391] evm: security.ima [ 0.235026] evm: security.capability [ 0.235863] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237763] pinctrl core: initialized pinctrl subsystem [ 0.238850] RTC time: 22:35:19, date: 09/04/18 [ 0.239813] NET: Registered protocol family 16 [ 0.249749] cpuidle: using governor ladder [ 0.261833] cpuidle: using governor menu [ 0.262644] PCCT header not found. [ 0.263430] ACPI: bus type PCI registered [ 0.264227] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.265465] PCI: Using configuration type 1 for base access [ 0.278899] ACPI: Added _OSI(Module Device) [ 0.280033] ACPI: Added _OSI(Processor Device) [ 0.281163] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.282353] ACPI: Added _OSI(Processor Aggregator Device) [ 0.285003] ACPI: Interpreter enabled [ 0.285989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.288433] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.290417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.292254] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.294089] ACPI: (supports S0 S5) [ 0.294900] ACPI: Using IOAPIC for interrupt routing [ 0.295879] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299255] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.300400] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.301659] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.302850] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.305087] acpiphp: Slot [3] registered [ 0.305891] acpiphp: Slot [4] registered [ 0.306690] acpiphp: Slot [5] registered [ 0.307484] acpiphp: Slot [6] registered [ 0.308275] acpiphp: Slot [7] registered [ 0.309070] acpiphp: Slot [8] registered [ 0.309861] acpiphp: Slot [9] registered [ 0.310662] acpiphp: Slot [10] registered [ 0.321428] acpiphp: Slot [11] registered [ 0.322262] acpiphp: Slot [12] registered [ 0.323070] acpiphp: Slot [13] registered [ 0.323870] acpiphp: Slot [14] registered [ 0.324680] acpiphp: Slot [15] registered [ 0.325495] acpiphp: Slot [16] registered [ 0.326307] acpiphp: Slot [17] registered [ 0.327111] acpiphp: Slot [18] registered [ 0.327913] acpiphp: Slot [19] registered [ 0.328719] acpiphp: Slot [20] registered [ 0.329543] acpiphp: Slot [21] registered [ 0.330355] acpiphp: Slot [22] registered [ 0.331165] acpiphp: Slot [23] registered [ 0.331968] acpiphp: Slot [24] registered [ 0.332770] acpiphp: Slot [25] registered [ 0.333579] acpiphp: Slot [26] registered [ 0.334393] acpiphp: Slot [27] registered [ 0.335201] acpiphp: Slot [28] registered [ 0.336001] acpiphp: Slot [29] registered [ 0.336807] acpiphp: Slot [30] registered [ 0.337619] acpiphp: Slot [31] registered [ 0.338420] PCI host bridge to bus 0000:00 [ 0.339222] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.340429] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.341636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.343079] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.344512] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.350737] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.352024] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.353190] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.354451] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.360715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.408540] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.410115] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.411539] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.412950] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.414335] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.415612] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.416785] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.417924] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.419455] vgaarb: loaded [ 0.420058] vgaarb: bridge control possible 0000:00:02.0 [ 0.421195] SCSI subsystem initialized [ 0.422026] ACPI: bus type USB registered [ 0.422834] usbcore: registered new interface driver usbfs [ 0.423850] usbcore: registered new interface driver hub [ 0.424849] usbcore: registered new device driver usb [ 0.425935] PCI: Using ACPI for IRQ routing [ 0.426954] NetLabel: Initializing [ 0.427668] NetLabel: domain hash size = 128 [ 0.428506] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.429447] NetLabel: unlabeled traffic allowed by default [ 0.430544] clocksource: Switched to clocksource kvm-clock [ 0.436416] AppArmor: AppArmor Filesystem Enabled [ 0.437370] pnp: PnP ACPI init [ 0.438291] pnp: PnP ACPI: found 5 devices [ 0.445389] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.447081] NET: Registered protocol family 2 [ 0.448058] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.449318] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.450478] TCP: Hash tables configured (established 2048 bind 2048) [ 0.451638] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452709] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453866] NET: Registered protocol family 1 [ 0.454732] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.455826] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.456888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.475228] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.493907] Trying to unpack rootfs image as initramfs... [ 0.543364] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.557524] Scanning for low memory corruption every 60 seconds [ 0.558906] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.560056] audit: initializing netlink subsys (disabled) [ 0.561067] audit: type=2000 audit(1536100520.297:1): initialized [ 0.562352] Initialise system trusted keyring [ 0.563318] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.564465] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.566572] zbud: loaded [ 0.567298] VFS: Disk quotas dquot_6.6.0 [ 0.568107] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.569661] fuse init (API version 7.23) [ 0.570572] Key type big_key registered [ 0.571365] Allocating IMA MOK and blacklist keyrings. [ 0.572573] Key type asymmetric registered [ 0.573396] Asymmetric key parser 'x509' registered [ 0.574336] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.575838] io scheduler noop registered [ 0.576627] io scheduler deadline registered (default) [ 0.577595] io scheduler cfq registered [ 0.578418] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.579453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.580692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.582121] ACPI: Power Button [PWRF] [ 0.582988] GHES: HEST is not enabled! [ 0.601369] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.638601] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.640911] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.664826] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.667417] Linux agpgart interface v0.103 [ 0.669719] brd: module loaded [ 0.671043] loop: module loaded [ 0.676589] vda: vda1 vda15 [ 0.678098] scsi host0: ata_piix [ 0.678864] scsi host1: ata_piix [ 0.679577] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680827] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682079] libphy: Fixed MDIO Bus: probed [ 0.683128] tun: Universal TUN/TAP device driver, 1.6 [ 0.684084] tun: (C) 1999-2004 Max Krasnyansky [ 0.685987] PPP generic driver version 2.4.2 [ 0.686905] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.688137] ehci-pci: EHCI PCI platform driver [ 0.688987] ehci-platform: EHCI generic platform driver [ 0.689956] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.691077] ohci-pci: OHCI PCI platform driver [ 0.691929] ohci-platform: OHCI generic platform driver [ 0.692897] uhci_hcd: USB Universal Host Controller Interface driver [ 0.712095] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.713601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.715737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.717168] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.718850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.720678] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.722827] usb usb1: Product: UHCI Host Controller [ 0.724032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.725436] usb usb1: SerialNumber: 0000:00:01.2 [ 0.726620] hub 1-0:1.0: USB hub found [ 0.727698] hub 1-0:1.0: 2 ports detected [ 0.728870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.731546] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.732777] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.734051] mousedev: PS/2 mouse device common for all mice [ 0.735358] rtc_cmos 00:00: RTC can wake from S4 [ 0.736711] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.738030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.739963] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.741349] i2c /dev entries driver [ 0.742210] device-mapper: uevent: version 1.0.3 [ 0.743308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.745143] ledtrig-cpu: registered to indicate activity on CPUs [ 0.746656] NET: Registered protocol family 10 [ 0.747795] NET: Registered protocol family 17 [ 0.748814] Key type dns_resolver registered [ 0.749877] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.751056] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.752298] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.754278] registered taskstats version 1 [ 0.755210] Loading compiled-in X.509 certificates [ 0.756759] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.758804] zswap: loaded using pool lzo/zbud [ 0.760415] Key type trusted registered [ 0.762333] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764306] ima: No TPM chip found, activating TPM-bypass! [ 0.765408] evm: HMAC attrs: 0x1 [ 0.766404] Magic number: 2:682:602 [ 0.767343] rtc_cmos 00:00: setting system clock to 2018-09-04 22:35:20 UTC (1536100520) [ 0.769129] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.770302] EDD information not available. [ 0.839598] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.841233] Write protecting the kernel read-only data: 14336k [ 0.852869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.854741] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.045529] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.6... Lease of 10.55.1.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.04. iid=i-00000108 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data cirros-apply-net already run per instance check-version already run per instance Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance OK GROWROOT: NOCHANGE: partition 1 is size 20953055. it cannot be grown resize-rootfs already run per once userdata already run per instance === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC92xZf2dxKBoaDm7Igarw/DseeMs/TmEOAkfV2uOs/KtgsIfW6oFjg0xuPQhhEZj+3jErstsvE0yxROJnMowihFValKxiEmz9pi6vB55XzweabyVM0QTI/tyCORZXxQHjlQ+4kdIyUqspkOtvH/8gglAUHAOgE0xw1YN9dpobdxhsI12vOpeqJswp8o8WcGegyMLFVOKJKZd0HNcygOqAGvWEdMdEF4HQ8EnHh25k9SupinC1A4GjFynRSJcFa6r7h3iotvd3tG39Mp6P6D4ec3HYQ4FtCip75QfGK4J2wOFzcPJ6NO6mFteOnmYHNNqOUBJNAj8iGgQ5lzL+khZfd root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad ssh-dss AAAAB3NzaC1kc3MAAACBAOnpvzjvgOZrZvu3Razu3c0r0Yuwgy0sIrFs7QA/YcQePSt08buyyPMOLcXeVIn+Q0c170AEmA3AJUrEWYpHmm+kidZIGuDBvNPSt2rjD9jXPfyA7Jex/rTtZiAmFlKK+p+SQ/EFOZMiOdzgOC6UbyECg7A2Xq+7+GaXj89tDAvRAAAAFQDWqaxxHRFmjFJhSF6DZ5EGCIjjvQAAAIAiDGRgscDl/FI2cvs5ej7LpBaJJgzB8wbQFAy5aM6ti3GNzrQEDUW5vkOnSP7YnY2sM5yMLndnHqcm1OP9vLLIz3MSUIQAnQfJ3m5GmgtZg45kH/gbitDTo8vRIE2kqp1RVuSwffVemKIN/IYs8gg9Bgk8Uu5LLb1rz4Y22WRJKAAAAIAmHWKhx6ZH5lEYcA2dW5HZKLs6H4hxkAf1G3oPvYNXk22tZmWFL7N88CwsF+tDiy9M1xfqrw26cXKkZfnR/aE+ZjWIO9O7VVKdL4CSHKv5yrkEy2TuM5sUsmnEtfRb9sWLJcizSwv2NUr+5BU1NuMnL6HVHZE3vAKWqsPZH/ZeWg== root@createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fe6e:39ea/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 ip-route:169.254.169.254 via 10.55.1.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000108 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad launch-index: 0 === cirros: current=0.4.0 uptime=2.12 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-9b1c18e9-90f7-4992-ae24-17a8ad login: 2018-09-04 22:35:35,654 - create_instance - INFO - Checking if VM is active 2018-09-04 22:35:35,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:36,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56545dcf-fe67-4fc6-b4b9-c074b687ebb0 x-compute-request-id: req-56545dcf-fe67-4fc6-b4b9-c074b687ebb0 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:35:20Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:35:36,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-56545dcf-fe67-4fc6-b4b9-c074b687ebb0 2018-09-04 22:35:36,179 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst] is - ACTIVE 2018-09-04 22:35:36,179 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:35:36,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:36,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9fad910-de24-43a6-a110-4a54427678db x-compute-request-id: req-c9fad910-de24-43a6-a110-4a54427678db Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp"}], "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:35:20Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:35:36,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-c9fad910-de24-43a6-a110-4a54427678db 2018-09-04 22:35:36,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:36,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1bccee4a-a3cc-4267-a9dc-9d7769871f38 Date: Tue, 04 Sep 2018 22:35:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f15ebe36-6386-4535-b80d-19b6b614cf12"],"updated_at":"2018-09-04T22:33:47Z","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net"}]} 2018-09-04 22:35:36,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net used request id req-1bccee4a-a3cc-4267-a9dc-9d7769871f38 2018-09-04 22:35:36,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:37,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d437c4b-51b3-4f01-8b48-5b2bc2fb289a Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:35:37,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-7d437c4b-51b3-4f01-8b48-5b2bc2fb289a 2018-09-04 22:35:37,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:37,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-eea7772d-4ab3-4111-af6c-a99ed9631744 Date: Tue, 04 Sep 2018 22:35:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","dns_nameservers":[],"updated_at":"2018-09-04T22:33:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","id":"f15ebe36-6386-4535-b80d-19b6b614cf12","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet"}]} 2018-09-04 22:35:37,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-eea7772d-4ab3-4111-af6c-a99ed9631744 2018-09-04 22:35:37,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:37,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-b3855ed5-1f27-49dd-9443-69ea21071dfd Date: Tue, 04 Sep 2018 22:35:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:34:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.1"}],"id":"20d81e79-59b6-4eb9-ae74-af99e3821cee","security_groups":[],"mac_address":"fa:16:3e:78:53:00","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:56Z","binding:vnic_type":"normal","device_id":"ef1ad552-ebb2-4333-86ee-c774b2e521e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:35:21Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.6"}],"id":"39a950e6-937c-4f4b-89da-32d45572b2e8","security_groups":["24b8d962-12d8-4950-a867-c8002e3f3d0a","c658d6e2-b21a-4d25-97fc-751c500d213e"],"mac_address":"fa:16:3e:6e:39:ea","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:34:08Z","binding:vnic_type":"normal","device_id":"db7905c5-1aad-44d5-952f-5b47bd3be51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.2"}],"id":"d41a2285-3ad2-468a-9e05-9acc2383d6f8","security_groups":[],"mac_address":"fa:16:3e:01:91:7b","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.4"}],"id":"ed222ad1-8b00-4e07-af1b-27b38a401d48","security_groups":[],"mac_address":"fa:16:3e:d2:a4:61","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-86abc05d-f01b-4436-8802-5f9e65b1c92a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f15ebe36-6386-4535-b80d-19b6b614cf12","ip_address":"10.55.1.3"}],"id":"f35a9fd1-a4cb-4d13-b894-bc9a7c7e559a","security_groups":[],"mac_address":"fa:16:3e:c6:7a:a1","project_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"86abc05d-f01b-4436-8802-5f9e65b1c92a","tenant_id":"d005aac0cdcd4f479ad5e6acfa7fc75a","created_at":"2018-09-04T22:33:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-86abc05d-f01b-4436-8802-5f9e65b1c92a"}]} 2018-09-04 22:35:37,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-b3855ed5-1f27-49dd-9443-69ea21071dfd 2018-09-04 22:35:37,202 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:35:37,205 - paramiko.transport - DEBUG - starting thread (client mode): 0x27ac3e10L 2018-09-04 22:35:37,206 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:35:37,206 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:35:37,206 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:35:37,207 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:35:37,208 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:35:37,208 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:35:37,208 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:35:37,208 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:35:37,208 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:35:37,228 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:35:37,228 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:35:37,238 - paramiko.transport - DEBUG - Trying key 172298fb19fa14b776a5e447f48c2f9a from tmp/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b 2018-09-04 22:35:37,267 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:35:37,273 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:35:37,374 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:35:37,416 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:35:37,416 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:35:37,418 - paramiko.transport - DEBUG - starting thread (client mode): 0x27b19590L 2018-09-04 22:35:37,418 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:35:37,418 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:35:37,418 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:35:37,419 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:35:37,420 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:35:37,420 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:35:37,420 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:35:37,420 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:35:37,420 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:35:37,437 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:35:37,437 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:35:37,450 - paramiko.transport - DEBUG - Trying key 172298fb19fa14b776a5e447f48c2f9a from tmp/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b 2018-09-04 22:35:37,476 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:35:37,479 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:35:37,482 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:35:37,483 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 22:35:37,483 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:35:37,484 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:35:37,487 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2018-09-04 22:35:37,488 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2018-09-04 22:35:37,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/floatingips/f2850c25-7439-4c21-9369-7d9286cce74f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:38,476 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dbea6030-1ff0-4a03-b249-0012d1a5cc03 Content-Length: 0 Date: Tue, 04 Sep 2018 22:35:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:35:38,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/f2850c25-7439-4c21-9369-7d9286cce74f used request id req-dbea6030-1ff0-4a03-b249-0012d1a5cc03 2018-09-04 22:35:38,476 - create_instance - INFO - Deleting Port with ID - 39a950e6-937c-4f4b-89da-32d45572b2e8 2018-09-04 22:35:38,476 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9bport-1 2018-09-04 22:35:38,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/39a950e6-937c-4f4b-89da-32d45572b2e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:39,214 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0575eb83-635f-4f7a-a588-35a11ea7adf6 Date: Tue, 04 Sep 2018 22:35:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:35:39,214 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/39a950e6-937c-4f4b-89da-32d45572b2e8 used request id req-0575eb83-635f-4f7a-a588-35a11ea7adf6 2018-09-04 22:35:39,215 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst 2018-09-04 22:35:39,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:39,349 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:35:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-69afa1a3-cb01-4e23-ab82-ff71477f4063 x-compute-request-id: req-69afa1a3-cb01-4e23-ab82-ff71477f4063 Content-Type: application/json 2018-09-04 22:35:39,350 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-69afa1a3-cb01-4e23-ab82-ff71477f4063 2018-09-04 22:35:39,350 - create_instance - INFO - Checking deletion status 2018-09-04 22:35:39,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:39,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4079477-e0bd-4dad-bd6a-c58142721601 x-compute-request-id: req-c4079477-e0bd-4dad-bd6a-c58142721601 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:39:ea", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f", "rel": "bookmark"}], "image": {"id": "6630b67d-89e7-465f-b937-41ee48f9ed7d", "links": [{"href": "http://172.30.9.26:8774/images/6630b67d-89e7-465f-b937-41ee48f9ed7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:34:17.000000", "flavor": {"id": "5fb55af5-7494-483d-bc9b-758a5e9c3e97", "links": [{"href": "http://172.30.9.26:8774/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97", "rel": "bookmark"}]}, "id": "db7905c5-1aad-44d5-952f-5b47bd3be51f", "user_id": "1af36ecec0b746948514982536f02959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:35:39Z", "hostId": "3a043abf010784c6bb83bf964fc9a30aa59d96762c778257e2eb09b4", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp", "name": "CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst", "created": "2018-09-04T22:34:11Z", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:35:39,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-c4079477-e0bd-4dad-bd6a-c58142721601 2018-09-04 22:35:39,595 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst] is - ACTIVE 2018-09-04 22:35:39,595 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:35:42,599 - create_instance - DEBUG - VM status query timeout in 296.751449108 2018-09-04 22:35:42,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ee277cfbd77cd73ccfad653b9201e4e79d5b7" 2018-09-04 22:35:42,659 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95b4e85c-f99e-46b4-9be6-d23bb492d626 x-compute-request-id: req-95b4e85c-f99e-46b4-9be6-d23bb492d626 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance db7905c5-1aad-44d5-952f-5b47bd3be51f could not be found.", "code": 404}} 2018-09-04 22:35:42,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/db7905c5-1aad-44d5-952f-5b47bd3be51f used request id req-95b4e85c-f99e-46b4-9be6-d23bb492d626 2018-09-04 22:35:42,659 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance db7905c5-1aad-44d5-952f-5b47bd3be51f could not be found. (HTTP 404) (Request-ID: req-95b4e85c-f99e-46b4-9be6-d23bb492d626) 2018-09-04 22:35:42,659 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-inst 2018-09-04 22:35:42,661 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp 2018-09-04 22:35:42,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6addb51ba4583c1243020617456918f3429743" 2018-09-04 22:35:42,708 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d6610283-69bd-4c13-a787-ec82d0bdf7d8 x-compute-request-id: req-d6610283-69bd-4c13-a787-ec82d0bdf7d8 Content-Length: 0 Content-Type: application/json 2018-09-04 22:35:42,708 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-kp used request id req-d6610283-69bd-4c13-a787-ec82d0bdf7d8 2018-09-04 22:35:42,709 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b.pub] 2018-09-04 22:35:42,709 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b] 2018-09-04 22:35:42,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a1065bb1de265e594b46472e60d0b156d9f2628" 2018-09-04 22:35:42,763 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c9ba43a0-0a80-4deb-8aac-a8c5d9990117 x-compute-request-id: req-c9ba43a0-0a80-4deb-8aac-a8c5d9990117 Content-Length: 0 Content-Type: application/json 2018-09-04 22:35:42,764 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5fb55af5-7494-483d-bc9b-758a5e9c3e97 used request id req-c9ba43a0-0a80-4deb-8aac-a8c5d9990117 2018-09-04 22:35:42,765 - neutron_utils - INFO - Deleting security group rule with ID - 63067979-570d-4575-b1b7-770eea4aeb0e 2018-09-04 22:35:42,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/63067979-570d-4575-b1b7-770eea4aeb0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:35:43,031 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-efcce4ed-f514-4514-9b6c-629dd32e34da Content-Length: 0 Date: Tue, 04 Sep 2018 22:35:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:35:43,031 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/63067979-570d-4575-b1b7-770eea4aeb0e used request id req-efcce4ed-f514-4514-9b6c-629dd32e34da 2018-09-04 22:35:43,032 - neutron_utils - INFO - Deleting security group rule with ID - 4325418a-b479-463b-9ab0-5b1390343a0a 2018-09-04 22:35:43,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/4325418a-b479-463b-9ab0-5b1390343a0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:35:43,298 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d7c40b65-b32d-4c16-ac1f-381fbdc5389a Content-Length: 0 Date: Tue, 04 Sep 2018 22:35:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:35:43,298 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/4325418a-b479-463b-9ab0-5b1390343a0a used request id req-d7c40b65-b32d-4c16-ac1f-381fbdc5389a 2018-09-04 22:35:43,298 - neutron_utils - INFO - Deleting security group rule with ID - 3e55a64d-2450-40b6-8ad1-1e0dd9590a9c 2018-09-04 22:35:43,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/3e55a64d-2450-40b6-8ad1-1e0dd9590a9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:35:43,574 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07fedba2-4dd7-4a15-8c18-a7d26efea0a3 Content-Length: 0 Date: Tue, 04 Sep 2018 22:35:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:35:43,574 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/3e55a64d-2450-40b6-8ad1-1e0dd9590a9c used request id req-07fedba2-4dd7-4a15-8c18-a7d26efea0a3 2018-09-04 22:35:43,574 - neutron_utils - INFO - Deleting security group rule with ID - 4d4704e7-7f29-4cc5-b84b-76f70eca4cd0 2018-09-04 22:35:43,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/4d4704e7-7f29-4cc5-b84b-76f70eca4cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:35:43,811 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-895d7fae-fafd-4539-9da2-f849b271202a Content-Length: 0 Date: Tue, 04 Sep 2018 22:35:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:35:43,811 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/4d4704e7-7f29-4cc5-b84b-76f70eca4cd0 used request id req-895d7fae-fafd-4539-9da2-f849b271202a 2018-09-04 22:35:43,812 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-sec-grp 2018-09-04 22:35:43,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/c658d6e2-b21a-4d25-97fc-751c500d213e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb6e1957f308f961dd12bf8bef107a1f8a9ce87" 2018-09-04 22:35:44,091 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73988167-01a9-4611-a5c1-715820a8b3e4 Content-Length: 0 Date: Tue, 04 Sep 2018 22:35:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:35:44,091 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/c658d6e2-b21a-4d25-97fc-751c500d213e used request id req-73988167-01a9-4611-a5c1-715820a8b3e4 2018-09-04 22:35:44,092 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router and subnet CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet 2018-09-04 22:35:44,092 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router 2018-09-04 22:35:44,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/ef1ad552-ebb2-4333-86ee-c774b2e521e9/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" -d '{"subnet_id": "f15ebe36-6386-4535-b80d-19b6b614cf12"}' 2018-09-04 22:35:45,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-36b8a19c-a37f-4161-96f9-fccac2c27f3a Date: Tue, 04 Sep 2018 22:35:45 GMT RESP BODY: {"network_id": "86abc05d-f01b-4436-8802-5f9e65b1c92a", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "subnet_id": "f15ebe36-6386-4535-b80d-19b6b614cf12", "subnet_ids": ["f15ebe36-6386-4535-b80d-19b6b614cf12"], "port_id": "20d81e79-59b6-4eb9-ae74-af99e3821cee", "id": "ef1ad552-ebb2-4333-86ee-c774b2e521e9"} 2018-09-04 22:35:45,557 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/ef1ad552-ebb2-4333-86ee-c774b2e521e9/remove_router_interface used request id req-36b8a19c-a37f-4161-96f9-fccac2c27f3a 2018-09-04 22:35:45,557 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router 2018-09-04 22:35:45,558 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-router 2018-09-04 22:35:45,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/ef1ad552-ebb2-4333-86ee-c774b2e521e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dd6b15cb4ffd43d645b979d3c99af132c86c87" 2018-09-04 22:35:49,112 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f360fb14-02f7-417d-9fe8-b3344010e049 Content-Length: 0 Date: Tue, 04 Sep 2018 22:35:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:35:49,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/ef1ad552-ebb2-4333-86ee-c774b2e521e9 used request id req-f360fb14-02f7-417d-9fe8-b3344010e049 2018-09-04 22:35:49,113 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet 2018-09-04 22:35:49,113 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-subnet 2018-09-04 22:35:49,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/f15ebe36-6386-4535-b80d-19b6b614cf12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971664757d5c7e51d6dcaf98263480c6fed09992" 2018-09-04 22:35:51,569 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8b5a0633-9b6b-4a54-abd1-e4eebb3575b7 Date: Tue, 04 Sep 2018 22:35:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:35:51,569 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/f15ebe36-6386-4535-b80d-19b6b614cf12 used request id req-8b5a0633-9b6b-4a54-abd1-e4eebb3575b7 2018-09-04 22:35:51,569 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-pub-net 2018-09-04 22:35:51,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/86abc05d-f01b-4436-8802-5f9e65b1c92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971664757d5c7e51d6dcaf98263480c6fed09992" 2018-09-04 22:35:53,120 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b23285ad-c5db-4039-9036-85a4f0380fa0 Date: Tue, 04 Sep 2018 22:35:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:35:53,121 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/86abc05d-f01b-4436-8802-5f9e65b1c92a used request id req-b23285ad-c5db-4039-9036-85a4f0380fa0 2018-09-04 22:35:53,121 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-9b1c18e9-90f7-4992-ae24-17a8ad8c4a9b-image 2018-09-04 22:35:53,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e2fdbfab026bbcbe36de71151ba0ec3a863b2463" 2018-09-04 22:35:54,330 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-35e48bb7-77ae-4174-b2cf-8600354b4cb4 Date: Tue, 04 Sep 2018 22:35:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:35:54,330 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/6630b67d-89e7-465f-b937-41ee48f9ed7d used request id req-35e48bb7-77ae-4174-b2cf-8600354b4cb4 2018-09-04 22:35:54,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:35:54,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-5a19a2a6-945d-4f7d-9784-509ddfff4553 Date: Tue, 04 Sep 2018 22:35:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:33:45Z", "updated_at": "2018-09-04T22:33:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:33:45Z", "revision_number": 0, "id": "10a0ab44-2d0d-44ad-8352-a5338c1ee18c", "remote_group_id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "remote_ip_prefix": null, "created_at": "2018-09-04T22:33:45Z", "security_group_id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv4", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:33:45Z", "revision_number": 0, "id": "5496eb76-cc19-4572-8f7e-1a7cc649b918", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:33:45Z", "security_group_id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv6", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:33:45Z", "revision_number": 0, "id": "5f7a9b5d-ee31-4bfd-b376-a58dc9f30a32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:33:45Z", "security_group_id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv4", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:33:45Z", "revision_number": 0, "id": "a24f9347-fcbd-40ec-ade1-b6353bd539dc", "remote_group_id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "remote_ip_prefix": null, "created_at": "2018-09-04T22:33:45Z", "security_group_id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "port_range_min": null, "ethertype": "IPv6", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a"}], "revision_number": 4, "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:35:54,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-5a19a2a6-945d-4f7d-9784-509ddfff4553 2018-09-04 22:35:54,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:35:54,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5b1cb91-e7d2-4c94-93c8-ac02f1fe718c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:35:54,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-b5b1cb91-e7d2-4c94-93c8-ac02f1fe718c 2018-09-04 22:35:54,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:35:54,768 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:35:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-605a6008-a4d7-4565-8152-fb881d4eed76 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:35:54,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-605a6008-a4d7-4565-8152-fb881d4eed76 2018-09-04 22:35:54,769 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:35:54,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:35:54,858 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:35:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43cb8eb6-2582-4e60-a403-7d8d093c1aa6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:35:54,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-43cb8eb6-2582-4e60-a403-7d8d093c1aa6 2018-09-04 22:35:54,858 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:35:54,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:35:54,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-946f9857-62da-45b1-8e94-1c6da0cea060 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:35:54,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-946f9857-62da-45b1-8e94-1c6da0cea060 2018-09-04 22:35:54,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:35:55,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-006efa65-45af-455a-98a4-67c592f8f765 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a"}, "enabled": true, "id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj"}} 2018-09-04 22:35:55,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-006efa65-45af-455a-98a4-67c592f8f765 2018-09-04 22:35:55,037 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 24b8d962-12d8-4950-a867-c8002e3f3d0a 2018-09-04 22:35:55,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=24b8d962-12d8-4950-a867-c8002e3f3d0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:35:55,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d0058fcb-f10d-4a4a-94ce-d648fc4a5415 Date: Tue, 04 Sep 2018 22:35:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:33:45Z", "security_group_id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:33:45Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "10a0ab44-2d0d-44ad-8352-a5338c1ee18c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:33:45Z", "security_group_id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:33:45Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "5496eb76-cc19-4572-8f7e-1a7cc649b918"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:33:45Z", "security_group_id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:33:45Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "5f7a9b5d-ee31-4bfd-b376-a58dc9f30a32"}, {"remote_group_id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:33:45Z", "security_group_id": "24b8d962-12d8-4950-a867-c8002e3f3d0a", "port_range_min": null, "revision_number": 0, "tenant_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "created_at": "2018-09-04T22:33:45Z", "project_id": "d005aac0cdcd4f479ad5e6acfa7fc75a", "id": "a24f9347-fcbd-40ec-ade1-b6353bd539dc"}]} 2018-09-04 22:35:55,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=24b8d962-12d8-4950-a867-c8002e3f3d0a used request id req-d0058fcb-f10d-4a4a-94ce-d648fc4a5415 2018-09-04 22:35:55,221 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:35:55,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/24b8d962-12d8-4950-a867-c8002e3f3d0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:35:55,616 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a0147e71-5c6d-4953-9046-f41e43be5a8c Content-Length: 0 Date: Tue, 04 Sep 2018 22:35:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:35:55,616 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/24b8d962-12d8-4950-a867-c8002e3f3d0a used request id req-a0147e71-5c6d-4953-9046-f41e43be5a8c 2018-09-04 22:35:55,617 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj 2018-09-04 22:35:55,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:35:55,879 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:35:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67dbc4d7-f1a4-4ed4-8b62-bda622b2c2cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:35:55,879 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d005aac0cdcd4f479ad5e6acfa7fc75a used request id req-67dbc4d7-f1a4-4ed4-8b62-bda622b2c2cf 2018-09-04 22:35:55,879 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-proj-role 2018-09-04 22:35:55,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c18f94c6fe73418388c763b522cbcbf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:35:56,025 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:35:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1a48a53-2f8d-49d1-aac9-66fac06389bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:35:56,025 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c18f94c6fe73418388c763b522cbcbf3 used request id req-d1a48a53-2f8d-49d1-aac9-66fac06389bc 2018-09-04 22:35:56,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73122b195238c7c9c9a541c46691ed90e438bf63" 2018-09-04 22:35:56,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63fb5fc-8f63-4b1d-bdba-0f67896d00a5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:35:56,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b63fb5fc-8f63-4b1d-bdba-0f67896d00a5 2018-09-04 22:35:56,116 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-5fdd340d-04cf-48d-user 2018-09-04 22:35:56,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/1af36ecec0b746948514982536f02959 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1de5f72078f5520e23d8bf4cd9c34f4892dd7b77" 2018-09-04 22:35:56,324 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:35:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed3a7a56-5fff-40e4-86c3-c35061330bd3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:35:56,324 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/1af36ecec0b746948514982536f02959 used request id req-ed3a7a56-5fff-40e4-86c3-c35061330bd3 2018-09-04 22:35:56,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:35:56,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:35:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["EugULtTtSeCuH9K0-YUbOQ"], "issued_at": "2018-09-04T22:35:56.000000Z"}} 2018-09-04 22:35:56,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21c6359c3a65ac1734f2a38f3314c0871cf8da42" 2018-09-04 22:35:56,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-390cd717-8743-4e28-8d12-a9676bb4aaec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:35:56,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-390cd717-8743-4e28-8d12-a9676bb4aaec 2018-09-04 22:35:56,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:35:56,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:35:57,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:35:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["XR889ZTAQImnh3AjZfjDkg"], "issued_at": "2018-09-04T22:35:57.000000Z"}} 2018-09-04 22:35:57,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:35:57,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a71251e8-c6e9-4aed-baf5-50b671ead0e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:35:57,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a71251e8-c6e9-4aed-baf5-50b671ead0e3 2018-09-04 22:35:57,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:35:57,349 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:35:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:35:57,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:35:57,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3052968e-3700-4fa3-ac94-857ed32b3ce6 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:35:57,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj used request id req-3052968e-3700-4fa3-ac94-857ed32b3ce6 2018-09-04 22:35:57,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:35:57,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fe0ceb8-0ab5-49a2-8f3e-c949a852334c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:35:57,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2fe0ceb8-0ab5-49a2-8f3e-c949a852334c 2018-09-04 22:35:57,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}}' 2018-09-04 22:35:57,581 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:35:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bac7cef0-21e3-4057-8c8f-c7f88c8a95cc Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:35:57,581 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-bac7cef0-21e3-4057-8c8f-c7f88c8a95cc 2018-09-04 22:35:57,582 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj 2018-09-04 22:35:57,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:35:57,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:35:57,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:35:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["1bs3wSt6T62JccOfjYifwg"], "issued_at": "2018-09-04T22:35:57.000000Z"}} 2018-09-04 22:35:57,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0204ec9db9fb9706b13411c26a349baced10662" 2018-09-04 22:35:58,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb2fc57a-5cec-41d9-87c8-fc0b0cb989f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:35:58,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bb2fc57a-5cec-41d9-87c8-fc0b0cb989f4 2018-09-04 22:35:58,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:35:58,052 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:35:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:35:58,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0204ec9db9fb9706b13411c26a349baced10662" 2018-09-04 22:35:58,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b31c728-393c-4f04-918e-af6802262e3a Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:35:58,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3b31c728-393c-4f04-918e-af6802262e3a 2018-09-04 22:35:58,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0204ec9db9fb9706b13411c26a349baced10662" 2018-09-04 22:35:58,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d0d7e5-69b6-493a-8bce-6637d1573734 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}]} 2018-09-04 22:35:58,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj used request id req-66d0d7e5-69b6-493a-8bce-6637d1573734 2018-09-04 22:35:58,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0204ec9db9fb9706b13411c26a349baced10662" 2018-09-04 22:35:58,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fec88fe8-e0c3-4ddf-a7e2-e5bb28db6a55 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:35:58,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-fec88fe8-e0c3-4ddf-a7e2-e5bb28db6a55 2018-09-04 22:35:58,713 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-user 2018-09-04 22:35:58,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:35:58,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:35:58,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0429a9b4-85bf-4a8b-8902-4cabf9ed3e18 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:35:58,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0429a9b4-85bf-4a8b-8902-4cabf9ed3e18 2018-09-04 22:35:58,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role"}}' 2018-09-04 22:35:58,917 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:35:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d376946-e21c-40b8-a531-608155f000fd Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aacfdff0c7f147ee85dde83bdcb11506", "links": {"self": "http://172.30.9.26:5000/v3/roles/aacfdff0c7f147ee85dde83bdcb11506"}, "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role"}} 2018-09-04 22:35:58,917 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-6d376946-e21c-40b8-a531-608155f000fd 2018-09-04 22:35:58,917 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role 2018-09-04 22:35:58,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/aacfdff0c7f147ee85dde83bdcb11506 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:35:58,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc5c4fcb-2bdd-4aab-a0a6-0c4f066c1580 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/aacfdff0c7f147ee85dde83bdcb11506"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role", "id": "aacfdff0c7f147ee85dde83bdcb11506"}} 2018-09-04 22:35:58,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/aacfdff0c7f147ee85dde83bdcb11506 used request id req-fc5c4fcb-2bdd-4aab-a0a6-0c4f066c1580 2018-09-04 22:35:58,936 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role to project CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj 2018-09-04 22:35:58,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904/users/9571296d35dd43e5aa7fa842cdec65c4/roles/aacfdff0c7f147ee85dde83bdcb11506 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:35:59,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:35:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76e59f30-50f1-4989-bfab-b6b09f916ee3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:35:59,057 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904/users/9571296d35dd43e5aa7fa842cdec65c4/roles/aacfdff0c7f147ee85dde83bdcb11506 used request id req-76e59f30-50f1-4989-bfab-b6b09f916ee3 2018-09-04 22:35:59,057 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:35:59,059 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:35:59,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:35:59,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:35:59,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aacfdff0c7f147ee85dde83bdcb11506", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role"}], "expires_at": "2018-09-04T23:35:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a97c865a0e74e359f0bffee62b99904", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-user", "id": "9571296d35dd43e5aa7fa842cdec65c4"}, "audit_ids": ["tlT8tsxkTaq8kbYSAftDdA"], "issued_at": "2018-09-04T22:35:59.000000Z"}} 2018-09-04 22:35:59,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f14a20c62405ec7586edb27f6c7e6fd26c1276a9" 2018-09-04 22:35:59,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:35:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa97977d-ddd0-4433-a097-b8406294e250 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:35:59,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-aa97977d-ddd0-4433-a097-b8406294e250 2018-09-04 22:35:59,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f14a20c62405ec7586edb27f6c7e6fd26c1276a9" 2018-09-04 22:35:59,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-3704776a-fdab-44cd-b7b3-dcda0a71fb7f Date: Tue, 04 Sep 2018 22:35:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image"} 2018-09-04 22:35:59,691 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image used request id req-3704776a-fdab-44cd-b7b3-dcda0a71fb7f 2018-09-04 22:35:59,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f14a20c62405ec7586edb27f6c7e6fd26c1276a9" 2018-09-04 22:35:59,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9844e7c7-31bc-4b9f-9ecb-b84ba0335c95 Date: Tue, 04 Sep 2018 22:35:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:35:59,851 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-9844e7c7-31bc-4b9f-9ecb-b84ba0335c95 2018-09-04 22:35:59,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f14a20c62405ec7586edb27f6c7e6fd26c1276a9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image"}' 2018-09-04 22:36:00,086 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b X-Openstack-Request-Id: req-6b9444f1-f214-4d30-bcd0-7a5df5616b14 Date: Tue, 04 Sep 2018 22:36:00 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:36:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:36:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b", "min_disk": 0, "protected": false, "id": "80123b24-327b-4db5-b3be-114db04c3f8b", "file": "/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b/file", "checksum": null, "owner": "7a97c865a0e74e359f0bffee62b99904", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:36:00,086 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-6b9444f1-f214-4d30-bcd0-7a5df5616b14 2018-09-04 22:36:00,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f14a20c62405ec7586edb27f6c7e6fd26c1276a9" -d '' 2018-09-04 22:36:01,406 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fd70c7bf-272e-4850-b43b-7af32faada5c Date: Tue, 04 Sep 2018 22:36:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:36:01,406 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b/file used request id req-fd70c7bf-272e-4850-b43b-7af32faada5c 2018-09-04 22:36:01,407 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:36:01,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f14a20c62405ec7586edb27f6c7e6fd26c1276a9" 2018-09-04 22:36:01,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-17e65e9d-27f7-4b40-ba50-9dfc96a42608 Date: Tue, 04 Sep 2018 22:36:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:36:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:36:01Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/80123b24-327b-4db5-b3be-114db04c3f8b/snap", "metadata": {}}], "self": "/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b", "min_disk": 0, "protected": false, "id": "80123b24-327b-4db5-b3be-114db04c3f8b", "file": "/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7a97c865a0e74e359f0bffee62b99904", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/80123b24-327b-4db5-b3be-114db04c3f8b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:36:01,574 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b used request id req-17e65e9d-27f7-4b40-ba50-9dfc96a42608 2018-09-04 22:36:01,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f14a20c62405ec7586edb27f6c7e6fd26c1276a9" 2018-09-04 22:36:01,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4d179637-1482-4d8b-b2d0-a0bf1182f715 Date: Tue, 04 Sep 2018 22:36:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:36:01,732 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-4d179637-1482-4d8b-b2d0-a0bf1182f715 2018-09-04 22:36:01,735 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image 2018-09-04 22:36:01,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f14a20c62405ec7586edb27f6c7e6fd26c1276a9" 2018-09-04 22:36:01,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4af0f01c-2278-4ffd-9179-f4430c070a4d Date: Tue, 04 Sep 2018 22:36:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:36:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:36:01Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/80123b24-327b-4db5-b3be-114db04c3f8b/snap", "metadata": {}}], "self": "/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b", "min_disk": 0, "protected": false, "id": "80123b24-327b-4db5-b3be-114db04c3f8b", "file": "/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7a97c865a0e74e359f0bffee62b99904", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/80123b24-327b-4db5-b3be-114db04c3f8b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:36:01,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b used request id req-4af0f01c-2278-4ffd-9179-f4430c070a4d 2018-09-04 22:36:01,901 - create_image - DEBUG - Instance status is - active 2018-09-04 22:36:01,901 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image 2018-09-04 22:36:01,901 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image 2018-09-04 22:36:01,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:36:01,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:36:02,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aacfdff0c7f147ee85dde83bdcb11506", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role"}], "expires_at": "2018-09-04T23:36:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a97c865a0e74e359f0bffee62b99904", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-user", "id": "9571296d35dd43e5aa7fa842cdec65c4"}, "audit_ids": ["7vstlY8wTGSJ6oUnwKthtA"], "issued_at": "2018-09-04T22:36:02.000000Z"}} 2018-09-04 22:36:02,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a8f73ea09810a76e2d42f512589907a1a99f1b" 2018-09-04 22:36:02,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e635ef6e-e080-4566-b5e1-7b07f7b2f0cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:36:02,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e635ef6e-e080-4566-b5e1-7b07f7b2f0cf 2018-09-04 22:36:02,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a8f73ea09810a76e2d42f512589907a1a99f1b" 2018-09-04 22:36:02,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dbd1406c-9664-4f67-932e-2a9680bf2fcf Date: Tue, 04 Sep 2018 22:36:02 GMT RESP BODY: {"networks":[]} 2018-09-04 22:36:02,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net used request id req-dbd1406c-9664-4f67-932e-2a9680bf2fcf 2018-09-04 22:36:02,467 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net 2018-09-04 22:36:02,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a8f73ea09810a76e2d42f512589907a1a99f1b" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net", "admin_state_up": true}}' 2018-09-04 22:36:02,993 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-e6600ae2-2be7-4344-9199-52f35df07247 Date: Tue, 04 Sep 2018 22:36:02 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:36:02Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","mtu":1450}} 2018-09-04 22:36:02,993 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-e6600ae2-2be7-4344-9199-52f35df07247 2018-09-04 22:36:02,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a8f73ea09810a76e2d42f512589907a1a99f1b" 2018-09-04 22:36:03,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-0e03b0b3-8a8f-4fdf-b523-64cc6bf50328 Date: Tue, 04 Sep 2018 22:36:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:36:02Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:03,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-0e03b0b3-8a8f-4fdf-b523-64cc6bf50328 2018-09-04 22:36:03,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a8f73ea09810a76e2d42f512589907a1a99f1b" 2018-09-04 22:36:03,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9bba1680-e19e-4a8c-ab8c-e36539c31ad9 Date: Tue, 04 Sep 2018 22:36:03 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:36:03,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-9bba1680-e19e-4a8c-ab8c-e36539c31ad9 2018-09-04 22:36:03,596 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet 2018-09-04 22:36:03,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a8f73ea09810a76e2d42f512589907a1a99f1b" -d '{"subnets": [{"ip_version": 4, "network_id": "21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]}' 2018-09-04 22:36:04,124 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a542616f-e7f1-4a95-b2b3-49d7d6f0e305 Date: Tue, 04 Sep 2018 22:36:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:04,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-a542616f-e7f1-4a95-b2b3-49d7d6f0e305 2018-09-04 22:36:04,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a8f73ea09810a76e2d42f512589907a1a99f1b" 2018-09-04 22:36:04,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-27f58beb-c8db-42b0-9e86-9bd533084352 Date: Tue, 04 Sep 2018 22:36:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fd97740-6a9f-4bc8-a382-dc0222454828"],"updated_at":"2018-09-04T22:36:03Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:04,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-27f58beb-c8db-42b0-9e86-9bd533084352 2018-09-04 22:36:04,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a8f73ea09810a76e2d42f512589907a1a99f1b" 2018-09-04 22:36:04,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-15c90ca5-4960-4ea0-9ed4-486547223e50 Date: Tue, 04 Sep 2018 22:36:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:04,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-15c90ca5-4960-4ea0-9ed4-486547223e50 2018-09-04 22:36:04,440 - OpenStackNetwork - DEBUG - Network [21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc] created successfully 2018-09-04 22:36:04,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:36:04,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:36:04,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aacfdff0c7f147ee85dde83bdcb11506", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role"}], "expires_at": "2018-09-04T23:36:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a97c865a0e74e359f0bffee62b99904", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-user", "id": "9571296d35dd43e5aa7fa842cdec65c4"}, "audit_ids": ["GaB0kg3YTnCsmhWhn6M7_Q"], "issued_at": "2018-09-04T22:36:04.000000Z"}} 2018-09-04 22:36:04,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:36:04,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6c32d62-1dca-46c5-865a-9d9ff19498c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:36:04,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a6c32d62-1dca-46c5-865a-9d9ff19498c9 2018-09-04 22:36:04,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:36:05,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b0283e1b-ad6c-43de-9c4f-68556acab590 Date: Tue, 04 Sep 2018 22:36:05 GMT RESP BODY: {"routers": []} 2018-09-04 22:36:05,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router&admin_state_up=True used request id req-b0283e1b-ad6c-43de-9c4f-68556acab590 2018-09-04 22:36:05,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:36:05,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:36:05,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aacfdff0c7f147ee85dde83bdcb11506", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role"}], "expires_at": "2018-09-04T23:36:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a97c865a0e74e359f0bffee62b99904", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-user", "id": "9571296d35dd43e5aa7fa842cdec65c4"}, "audit_ids": ["TF7JZA2DR1uX6AFU3PDJAg"], "issued_at": "2018-09-04T22:36:05.000000Z"}} 2018-09-04 22:36:05,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e07e4eecca974485838326d8468cb4382d45661" 2018-09-04 22:36:05,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f084f69a-c49e-41ef-9161-a0be6a31628d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:36:05,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f084f69a-c49e-41ef-9161-a0be6a31628d 2018-09-04 22:36:05,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:36:06,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-dddd6a23-5ade-4f32-9f79-e4bd4a96ccff Date: Tue, 04 Sep 2018 22:36:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:36:06,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-dddd6a23-5ade-4f32-9f79-e4bd4a96ccff 2018-09-04 22:36:06,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:36:06,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c319fdf9-ace4-4b87-afac-aa113d62522b Date: Tue, 04 Sep 2018 22:36:06 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:36:06,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-c319fdf9-ace4-4b87-afac-aa113d62522b 2018-09-04 22:36:06,236 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router 2018-09-04 22:36:06,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router", "admin_state_up": true}}' 2018-09-04 22:36:11,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-8e95a9e4-1f37-43c0-bd0c-612ae14bcae2 Date: Tue, 04 Sep 2018 22:36:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:06Z", "admin_state_up": true, "updated_at": "2018-09-04T22:36:07Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "93c11439-f3a4-466c-855e-ae579599d697", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router"}} 2018-09-04 22:36:11,506 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-8e95a9e4-1f37-43c0-bd0c-612ae14bcae2 2018-09-04 22:36:11,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=93c11439-f3a4-466c-855e-ae579599d697 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:36:11,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-00400e2c-49d4-4261-95b0-6fe170920244 Date: Tue, 04 Sep 2018 22:36:11 GMT RESP BODY: {"ports":[]} 2018-09-04 22:36:11,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=93c11439-f3a4-466c-855e-ae579599d697 used request id req-00400e2c-49d4-4261-95b0-6fe170920244 2018-09-04 22:36:11,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:36:11,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-965a8432-7243-4806-841c-aee6f286fa42 Date: Tue, 04 Sep 2018 22:36:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fd97740-6a9f-4bc8-a382-dc0222454828"],"updated_at":"2018-09-04T22:36:03Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:11,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net used request id req-965a8432-7243-4806-841c-aee6f286fa42 2018-09-04 22:36:11,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:36:11,983 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:36:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:36:11,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:36:12,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50219cac-20f0-41bd-be19-619682c94bcf Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:12,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-50219cac-20f0-41bd-be19-619682c94bcf 2018-09-04 22:36:12,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:36:12,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d456ea05-249e-48dd-965a-e2010b892026 Date: Tue, 04 Sep 2018 22:36:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:12,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-d456ea05-249e-48dd-965a-e2010b892026 2018-09-04 22:36:12,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:36:12,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-be821a0a-eac4-46e3-aa76-714c16206b6b Date: Tue, 04 Sep 2018 22:36:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:12,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet used request id req-be821a0a-eac4-46e3-aa76-714c16206b6b 2018-09-04 22:36:12,477 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 22:36:12,477 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router 2018-09-04 22:36:12,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/93c11439-f3a4-466c-855e-ae579599d697/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" -d '{"subnet_id": "6fd97740-6a9f-4bc8-a382-dc0222454828"}' 2018-09-04 22:36:14,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-167fcefc-98f9-415a-9ebe-dc5d1c6fe941 Date: Tue, 04 Sep 2018 22:36:14 GMT RESP BODY: {"network_id": "21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "subnet_id": "6fd97740-6a9f-4bc8-a382-dc0222454828", "subnet_ids": ["6fd97740-6a9f-4bc8-a382-dc0222454828"], "port_id": "ac385cb0-2465-4c87-bb94-2f2c133c07dd", "id": "93c11439-f3a4-466c-855e-ae579599d697"} 2018-09-04 22:36:14,598 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/93c11439-f3a4-466c-855e-ae579599d697/add_router_interface used request id req-167fcefc-98f9-415a-9ebe-dc5d1c6fe941 2018-09-04 22:36:14,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/93c11439-f3a4-466c-855e-ae579599d697 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:36:14,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-eccc91cb-6935-4d51-ba70-17639e00fb2d Date: Tue, 04 Sep 2018 22:36:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:06Z", "admin_state_up": true, "updated_at": "2018-09-04T22:36:13Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "93c11439-f3a4-466c-855e-ae579599d697", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router"}} 2018-09-04 22:36:14,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/93c11439-f3a4-466c-855e-ae579599d697 used request id req-eccc91cb-6935-4d51-ba70-17639e00fb2d 2018-09-04 22:36:14,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=93c11439-f3a4-466c-855e-ae579599d697 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:36:14,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-77d683ca-7d1f-4672-9ca1-ea52c46953f8 Date: Tue, 04 Sep 2018 22:36:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.1"}],"id":"ac385cb0-2465-4c87-bb94-2f2c133c07dd","security_groups":[],"mac_address":"fa:16:3e:82:24:d2","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:13Z","binding:vnic_type":"normal","device_id":"93c11439-f3a4-466c-855e-ae579599d697"}]} 2018-09-04 22:36:14,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=93c11439-f3a4-466c-855e-ae579599d697 used request id req-77d683ca-7d1f-4672-9ca1-ea52c46953f8 2018-09-04 22:36:14,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/6fd97740-6a9f-4bc8-a382-dc0222454828 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:36:15,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-644d7d03-1f0d-4f34-ad9d-c21b27b2fbc3 Date: Tue, 04 Sep 2018 22:36:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}} 2018-09-04 22:36:15,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/6fd97740-6a9f-4bc8-a382-dc0222454828 used request id req-644d7d03-1f0d-4f34-ad9d-c21b27b2fbc3 2018-09-04 22:36:15,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:36:15,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:36:15,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:36:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["LZLvXz7LTLKCNsnxSa7TPA"], "issued_at": "2018-09-04T22:36:15.000000Z"}} 2018-09-04 22:36:15,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a497db9629bf326590d5e8748a973a00196e6e" 2018-09-04 22:36:15,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88ac1967-c307-4dd9-b560-5122437db0ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:36:15,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-88ac1967-c307-4dd9-b560-5122437db0ea 2018-09-04 22:36:15,542 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:36:15,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a497db9629bf326590d5e8748a973a00196e6e" 2018-09-04 22:36:15,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-493a0eec-8257-40ec-a259-c51521208b63 x-compute-request-id: req-493a0eec-8257-40ec-a259-c51521208b63 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:36:15,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-493a0eec-8257-40ec-a259-c51521208b63 2018-09-04 22:36:15,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a497db9629bf326590d5e8748a973a00196e6e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:36:15,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87da13af-85f5-477e-901b-6573706d099a x-compute-request-id: req-87da13af-85f5-477e-901b-6573706d099a Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:36:15,774 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-87da13af-85f5-477e-901b-6573706d099a 2018-09-04 22:36:15,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:36:15,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:36:16,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aacfdff0c7f147ee85dde83bdcb11506", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role"}], "expires_at": "2018-09-04T23:36:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a97c865a0e74e359f0bffee62b99904", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-user", "id": "9571296d35dd43e5aa7fa842cdec65c4"}, "audit_ids": ["RX7Mw8UiRuq1KrRxqDFjTg"], "issued_at": "2018-09-04T22:36:16.000000Z"}} 2018-09-04 22:36:16,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12b61ec13234c86491b02013903aa3a1e8fe4498" 2018-09-04 22:36:16,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c198557-4311-40fe-ba93-bdcbb7d1367e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:36:16,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2c198557-4311-40fe-ba93-bdcbb7d1367e 2018-09-04 22:36:16,256 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:36:16,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12b61ec13234c86491b02013903aa3a1e8fe4498" 2018-09-04 22:36:16,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ee534e6c-00c6-47ac-8acb-bae2a9e106e5 x-compute-request-id: req-ee534e6c-00c6-47ac-8acb-bae2a9e106e5 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 22:36:16,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-ee534e6c-00c6-47ac-8acb-bae2a9e106e5 2018-09-04 22:36:16,425 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp... 2018-09-04 22:36:16,426 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 22:36:16,444 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp 2018-09-04 22:36:16,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12b61ec13234c86491b02013903aa3a1e8fe4498" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDb4CF1IKwxzq00FvjdEryovdFnAR9kNoTJrQ2aXUFT6WnaqBFn4eb6dXnjtnOntmcJmq5iii9xmjkJplZ5FjO0ylD6WuVAISb/X4OK7sapvK3+f34TInEh6SxyfxIdYYnuWGLqN+CIcwUfP/GCw0vE6mm5TMf1088ac//dmlW4WQ==", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp"}}' 2018-09-04 22:36:16,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08cc8da9-9573-4673-8afd-aadbe6bcd473 x-compute-request-id: req-08cc8da9-9573-4673-8afd-aadbe6bcd473 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDb4CF1IKwxzq00FvjdEryovdFnAR9kNoTJrQ2aXUFT6WnaqBFn4eb6dXnjtnOntmcJmq5iii9xmjkJplZ5FjO0ylD6WuVAISb/X4OK7sapvK3+f34TInEh6SxyfxIdYYnuWGLqN+CIcwUfP/GCw0vE6mm5TMf1088ac//dmlW4WQ==", "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "fingerprint": "2d:ff:ac:34:5c:46:f1:36:7f:81:a8:ea:eb:f5:15:31"}} 2018-09-04 22:36:16,498 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-08cc8da9-9573-4673-8afd-aadbe6bcd473 2018-09-04 22:36:16,500 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525.pub 2018-09-04 22:36:16,500 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525 2018-09-04 22:36:16,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:36:16,501 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:36:16,882 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aacfdff0c7f147ee85dde83bdcb11506", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role"}], "expires_at": "2018-09-04T23:36:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a97c865a0e74e359f0bffee62b99904", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-user", "id": "9571296d35dd43e5aa7fa842cdec65c4"}, "audit_ids": ["wTS2NJM_QHWfFd5-Xb31lg"], "issued_at": "2018-09-04T22:36:16.000000Z"}} 2018-09-04 22:36:16,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:16,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fb765ee-d2db-4f52-8b32-79bc5f7f321e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:36:16,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8fb765ee-d2db-4f52-8b32-79bc5f7f321e 2018-09-04 22:36:16,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:17,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7cfe0475-8f43-4894-879c-842e767a612c Date: Tue, 04 Sep 2018 22:36:17 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:36:17,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp used request id req-7cfe0475-8f43-4894-879c-842e767a612c 2018-09-04 22:36:17,159 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp... 2018-09-04 22:36:17,159 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp 2018-09-04 22:36:17,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}}' 2018-09-04 22:36:17,499 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-9dffa481-76e2-43f7-9ac1-7117a4e4a3e4 Date: Tue, 04 Sep 2018 22:36:17 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "updated_at": "2018-09-04T22:36:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "revision_number": 0, "id": "9502fc86-886d-43ea-8238-31ce6e9013de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a97c865a0e74e359f0bffee62b99904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "revision_number": 0, "id": "aed4403c-81e0-49ea-abad-3249384da3be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a97c865a0e74e359f0bffee62b99904"}], "revision_number": 2, "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}} 2018-09-04 22:36:17,499 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-9dffa481-76e2-43f7-9ac1-7117a4e4a3e4 2018-09-04 22:36:17,499 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37de90ae-0893-43de-a8ac-5ef58bd47f33 2018-09-04 22:36:17,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:17,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6aa117d4-b73b-4703-b9e3-97cd3b3ae712 Date: Tue, 04 Sep 2018 22:36:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "9502fc86-886d-43ea-8238-31ce6e9013de"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "aed4403c-81e0-49ea-abad-3249384da3be"}]} 2018-09-04 22:36:17,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 used request id req-6aa117d4-b73b-4703-b9e3-97cd3b3ae712 2018-09-04 22:36:17,678 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37de90ae-0893-43de-a8ac-5ef58bd47f33 2018-09-04 22:36:17,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:17,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9796c70f-81b1-4876-ad59-5b361eb6a193 Date: Tue, 04 Sep 2018 22:36:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "9502fc86-886d-43ea-8238-31ce6e9013de"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "aed4403c-81e0-49ea-abad-3249384da3be"}]} 2018-09-04 22:36:17,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 used request id req-9796c70f-81b1-4876-ad59-5b361eb6a193 2018-09-04 22:36:17,706 - neutron_utils - INFO - Retrieving security group with ID - 37de90ae-0893-43de-a8ac-5ef58bd47f33 2018-09-04 22:36:17,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=37de90ae-0893-43de-a8ac-5ef58bd47f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:17,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-1f9b3a53-fa84-492a-9361-ced3d5fe87b4 Date: Tue, 04 Sep 2018 22:36:17 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "updated_at": "2018-09-04T22:36:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "revision_number": 0, "id": "9502fc86-886d-43ea-8238-31ce6e9013de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a97c865a0e74e359f0bffee62b99904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "revision_number": 0, "id": "aed4403c-81e0-49ea-abad-3249384da3be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a97c865a0e74e359f0bffee62b99904"}], "revision_number": 2, "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}]} 2018-09-04 22:36:17,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=37de90ae-0893-43de-a8ac-5ef58bd47f33 used request id req-1f9b3a53-fa84-492a-9361-ced3d5fe87b4 2018-09-04 22:36:17,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37de90ae-0893-43de-a8ac-5ef58bd47f33 2018-09-04 22:36:17,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:17,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1fd63a6b-c2b3-48ea-80fb-012ab71a1c1d Date: Tue, 04 Sep 2018 22:36:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "9502fc86-886d-43ea-8238-31ce6e9013de"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "aed4403c-81e0-49ea-abad-3249384da3be"}]} 2018-09-04 22:36:17,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 used request id req-1fd63a6b-c2b3-48ea-80fb-012ab71a1c1d 2018-09-04 22:36:17,964 - neutron_utils - INFO - Retrieving security group with ID - 37de90ae-0893-43de-a8ac-5ef58bd47f33 2018-09-04 22:36:17,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=37de90ae-0893-43de-a8ac-5ef58bd47f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:18,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-bf9ccc83-db04-4a10-9307-cd1752919340 Date: Tue, 04 Sep 2018 22:36:18 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "updated_at": "2018-09-04T22:36:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "revision_number": 0, "id": "9502fc86-886d-43ea-8238-31ce6e9013de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a97c865a0e74e359f0bffee62b99904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "revision_number": 0, "id": "aed4403c-81e0-49ea-abad-3249384da3be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a97c865a0e74e359f0bffee62b99904"}], "revision_number": 2, "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}]} 2018-09-04 22:36:18,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=37de90ae-0893-43de-a8ac-5ef58bd47f33 used request id req-bf9ccc83-db04-4a10-9307-cd1752919340 2018-09-04 22:36:18,021 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37de90ae-0893-43de-a8ac-5ef58bd47f33 2018-09-04 22:36:18,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:18,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fa630cbb-4704-494b-aa54-f9c8682ca036 Date: Tue, 04 Sep 2018 22:36:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "9502fc86-886d-43ea-8238-31ce6e9013de"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "aed4403c-81e0-49ea-abad-3249384da3be"}]} 2018-09-04 22:36:18,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 used request id req-fa630cbb-4704-494b-aa54-f9c8682ca036 2018-09-04 22:36:18,084 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp 2018-09-04 22:36:18,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:18,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-87d53d7d-8080-477a-b8dd-596af52d3ed1 Date: Tue, 04 Sep 2018 22:36:18 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "updated_at": "2018-09-04T22:36:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "revision_number": 0, "id": "9502fc86-886d-43ea-8238-31ce6e9013de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a97c865a0e74e359f0bffee62b99904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "revision_number": 0, "id": "aed4403c-81e0-49ea-abad-3249384da3be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a97c865a0e74e359f0bffee62b99904"}], "revision_number": 2, "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}]} 2018-09-04 22:36:18,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp used request id req-87d53d7d-8080-477a-b8dd-596af52d3ed1 2018-09-04 22:36:18,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:36:18,306 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:36:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:36:18,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:18,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab1c8268-a4f0-4b63-80dd-07085d580f9b Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:18,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-ab1c8268-a4f0-4b63-80dd-07085d580f9b 2018-09-04 22:36:18,379 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37de90ae-0893-43de-a8ac-5ef58bd47f33 2018-09-04 22:36:18,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:18,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3dfdcaae-8a15-4319-adf6-6da2e46eac51 Date: Tue, 04 Sep 2018 22:36:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "9502fc86-886d-43ea-8238-31ce6e9013de"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "aed4403c-81e0-49ea-abad-3249384da3be"}]} 2018-09-04 22:36:18,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 used request id req-3dfdcaae-8a15-4319-adf6-6da2e46eac51 2018-09-04 22:36:18,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33"}}' 2018-09-04 22:36:19,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-0d1ed589-a2bb-43b8-8b17-ebb01ab1f573 Date: Tue, 04 Sep 2018 22:36:19 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:18Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:18Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "9b4efdea-4020-4db2-aefc-d7a7b9b16107"}} 2018-09-04 22:36:19,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-0d1ed589-a2bb-43b8-8b17-ebb01ab1f573 2018-09-04 22:36:19,009 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp 2018-09-04 22:36:19,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:19,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-92387a67-17a0-4f86-9104-debe32041a9b Date: Tue, 04 Sep 2018 22:36:19 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "updated_at": "2018-09-04T22:36:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "revision_number": 0, "id": "9502fc86-886d-43ea-8238-31ce6e9013de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a97c865a0e74e359f0bffee62b99904"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:18Z", "revision_number": 0, "id": "9b4efdea-4020-4db2-aefc-d7a7b9b16107", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:18Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a97c865a0e74e359f0bffee62b99904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "revision_number": 0, "id": "aed4403c-81e0-49ea-abad-3249384da3be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a97c865a0e74e359f0bffee62b99904"}], "revision_number": 3, "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}]} 2018-09-04 22:36:19,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp used request id req-92387a67-17a0-4f86-9104-debe32041a9b 2018-09-04 22:36:19,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:19,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f73105b-c288-47cd-8c13-d8d6af4e4c17 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:19,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-7f73105b-c288-47cd-8c13-d8d6af4e4c17 2018-09-04 22:36:19,293 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37de90ae-0893-43de-a8ac-5ef58bd47f33 2018-09-04 22:36:19,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:19,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-8761061b-abf7-4c5b-a4aa-00bcfe7269f4 Date: Tue, 04 Sep 2018 22:36:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "9502fc86-886d-43ea-8238-31ce6e9013de"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:18Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:18Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "9b4efdea-4020-4db2-aefc-d7a7b9b16107"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "aed4403c-81e0-49ea-abad-3249384da3be"}]} 2018-09-04 22:36:19,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 used request id req-8761061b-abf7-4c5b-a4aa-00bcfe7269f4 2018-09-04 22:36:19,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33"}}' 2018-09-04 22:36:19,504 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-7596a91c-54df-4cb3-9d62-a83dd122d69b Date: Tue, 04 Sep 2018 22:36:19 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:36:19Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": 22, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:19Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "3e06a877-4d80-4de4-832c-552896ed2647"}} 2018-09-04 22:36:19,504 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-7596a91c-54df-4cb3-9d62-a83dd122d69b 2018-09-04 22:36:19,504 - neutron_utils - INFO - Retrieving security group with ID - 37de90ae-0893-43de-a8ac-5ef58bd47f33 2018-09-04 22:36:19,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=37de90ae-0893-43de-a8ac-5ef58bd47f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:19,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-ba8aa1e7-808b-46d0-b25d-fe0d898535d4 Date: Tue, 04 Sep 2018 22:36:19 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "updated_at": "2018-09-04T22:36:19Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:36:19Z", "revision_number": 0, "id": "3e06a877-4d80-4de4-832c-552896ed2647", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:19Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7a97c865a0e74e359f0bffee62b99904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "revision_number": 0, "id": "9502fc86-886d-43ea-8238-31ce6e9013de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a97c865a0e74e359f0bffee62b99904"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:18Z", "revision_number": 0, "id": "9b4efdea-4020-4db2-aefc-d7a7b9b16107", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:18Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a97c865a0e74e359f0bffee62b99904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "revision_number": 0, "id": "aed4403c-81e0-49ea-abad-3249384da3be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a97c865a0e74e359f0bffee62b99904"}], "revision_number": 4, "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}]} 2018-09-04 22:36:19,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=37de90ae-0893-43de-a8ac-5ef58bd47f33 used request id req-ba8aa1e7-808b-46d0-b25d-fe0d898535d4 2018-09-04 22:36:19,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37de90ae-0893-43de-a8ac-5ef58bd47f33 2018-09-04 22:36:19,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:19,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-ed133c1a-7a10-4c3a-b435-9e56fe0373cb Date: Tue, 04 Sep 2018 22:36:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:36:19Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": 22, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:19Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "3e06a877-4d80-4de4-832c-552896ed2647"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "9502fc86-886d-43ea-8238-31ce6e9013de"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:18Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:18Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "9b4efdea-4020-4db2-aefc-d7a7b9b16107"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:17Z", "security_group_id": "37de90ae-0893-43de-a8ac-5ef58bd47f33", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:17Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "aed4403c-81e0-49ea-abad-3249384da3be"}]} 2018-09-04 22:36:19,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=37de90ae-0893-43de-a8ac-5ef58bd47f33 used request id req-ed133c1a-7a10-4c3a-b435-9e56fe0373cb 2018-09-04 22:36:19,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:36:19,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:36:20,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aacfdff0c7f147ee85dde83bdcb11506", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role"}], "expires_at": "2018-09-04T23:36:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a97c865a0e74e359f0bffee62b99904", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-user", "id": "9571296d35dd43e5aa7fa842cdec65c4"}, "audit_ids": ["633CHyhoSOirmupHr-zayw"], "issued_at": "2018-09-04T22:36:20.000000Z"}} 2018-09-04 22:36:20,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:20,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d77eb54-2f9f-4e2b-bb78-39166ca92c64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:36:20,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3d77eb54-2f9f-4e2b-bb78-39166ca92c64 2018-09-04 22:36:20,194 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:36:20,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:20,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ac7cb95-4624-4d64-914c-9cac108be1d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:36:20,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7ac7cb95-4624-4d64-914c-9cac108be1d7 2018-09-04 22:36:20,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:20,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-49e58975-b340-434e-aca4-6121c3e6efbd Date: Tue, 04 Sep 2018 22:36:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fd97740-6a9f-4bc8-a382-dc0222454828"],"updated_at":"2018-09-04T22:36:03Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:20,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net used request id req-49e58975-b340-434e-aca4-6121c3e6efbd 2018-09-04 22:36:20,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:36:20,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:36:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:36:20,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:20,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0f7c2c-6c48-48b0-9a20-49b45dad01dc Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:20,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-eb0f7c2c-6c48-48b0-9a20-49b45dad01dc 2018-09-04 22:36:20,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:20,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-31fe2c40-df44-420d-9718-b78bfe9941dd Date: Tue, 04 Sep 2018 22:36:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:20,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-31fe2c40-df44-420d-9718-b78bfe9941dd 2018-09-04 22:36:20,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:21,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bf393b83-edac-4dc1-9aa0-0c93a4f76955 Date: Tue, 04 Sep 2018 22:36:21 GMT RESP BODY: {"ports":[]} 2018-09-04 22:36:21,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1&admin_state_up=True used request id req-bf393b83-edac-4dc1-9aa0-0c93a4f76955 2018-09-04 22:36:21,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:21,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68332f13-2b54-4262-954e-63e2a3e917b6 x-compute-request-id: req-68332f13-2b54-4262-954e-63e2a3e917b6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:36:21,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst used request id req-68332f13-2b54-4262-954e-63e2a3e917b6 2018-09-04 22:36:21,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:21,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ff3faa81-ad4d-473d-8cf5-626e5fb8a299 Date: Tue, 04 Sep 2018 22:36:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fd97740-6a9f-4bc8-a382-dc0222454828"],"updated_at":"2018-09-04T22:36:03Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:21,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net used request id req-ff3faa81-ad4d-473d-8cf5-626e5fb8a299 2018-09-04 22:36:21,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:21,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af1ac49a-00b3-4126-ba13-61baeb866abe Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:21,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-af1ac49a-00b3-4126-ba13-61baeb866abe 2018-09-04 22:36:21,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:21,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1ecdba07-dd92-402c-b8f1-25bfaa4a4a94 Date: Tue, 04 Sep 2018 22:36:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:21,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-1ecdba07-dd92-402c-b8f1-25bfaa4a4a94 2018-09-04 22:36:21,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:21,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4ea02e8b-3732-4044-b88e-6991a8700c1d Date: Tue, 04 Sep 2018 22:36:21 GMT RESP BODY: {"ports":[]} 2018-09-04 22:36:21,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1&admin_state_up=True used request id req-4ea02e8b-3732-4044-b88e-6991a8700c1d 2018-09-04 22:36:21,967 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:36:21,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:36:22,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aacfdff0c7f147ee85dde83bdcb11506", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role"}], "expires_at": "2018-09-04T23:36:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a97c865a0e74e359f0bffee62b99904", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7a97c865a0e74e359f0bffee62b99904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-user", "id": "9571296d35dd43e5aa7fa842cdec65c4"}, "audit_ids": ["rkKMvdrYRDuxTasdI_Wi4w"], "issued_at": "2018-09-04T22:36:22.000000Z"}} 2018-09-04 22:36:22,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f97e9bb6bb291230709390cba13e39452115a7a" 2018-09-04 22:36:22,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c26fd7-6356-4e45-8e80-2885a103eb0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:36:22,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-38c26fd7-6356-4e45-8e80-2885a103eb0a 2018-09-04 22:36:22,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:22,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5cf9a4e8-574a-4412-8d8c-8fea1fbed691 Date: Tue, 04 Sep 2018 22:36:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fd97740-6a9f-4bc8-a382-dc0222454828"],"updated_at":"2018-09-04T22:36:03Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:22,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net used request id req-5cf9a4e8-574a-4412-8d8c-8fea1fbed691 2018-09-04 22:36:22,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:22,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d6ea26d0-8f79-4296-9036-5db9de8c3187 Date: Tue, 04 Sep 2018 22:36:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:22,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-d6ea26d0-8f79-4296-9036-5db9de8c3187 2018-09-04 22:36:22,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:23,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cc0a9b95-2a5d-40ea-9702-5ea1d85db23e Date: Tue, 04 Sep 2018 22:36:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fd97740-6a9f-4bc8-a382-dc0222454828"],"updated_at":"2018-09-04T22:36:03Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:23,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net used request id req-cc0a9b95-2a5d-40ea-9702-5ea1d85db23e 2018-09-04 22:36:23,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:36:23,151 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:36:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:36:23,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f97e9bb6bb291230709390cba13e39452115a7a" 2018-09-04 22:36:23,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d852611-8972-4b29-9cf2-227f651eac95 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:23,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-9d852611-8972-4b29-9cf2-227f651eac95 2018-09-04 22:36:23,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:23,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-be3d0750-3d70-4dae-81b5-70a5c7362788 Date: Tue, 04 Sep 2018 22:36:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:23,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-be3d0750-3d70-4dae-81b5-70a5c7362788 2018-09-04 22:36:23,459 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net 2018-09-04 22:36:23,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" -d '{"port": {"network_id": "21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1", "admin_state_up": true}}' 2018-09-04 22:36:24,275 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-f0369c02-061d-4005-ad2a-c2366931904f Date: Tue, 04 Sep 2018 22:36:24 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.11"}],"id":"e3e96de1-677c-47c8-96f3-b80a05055da3","security_groups":["68dc5da6-a432-40ff-adbc-d9904a37e860"],"mac_address":"fa:16:3e:35:5e:6f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1","project_id":"7a97c865a0e74e359f0bffee62b99904","qos_policy_id":null,"admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:23Z","binding:vnic_type":"normal"}} 2018-09-04 22:36:24,275 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-f0369c02-061d-4005-ad2a-c2366931904f 2018-09-04 22:36:24,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:24,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7f48b8d6-c3ea-4454-9bdf-eaca1771c09a Date: Tue, 04 Sep 2018 22:36:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fd97740-6a9f-4bc8-a382-dc0222454828"],"updated_at":"2018-09-04T22:36:03Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:24,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net used request id req-7f48b8d6-c3ea-4454-9bdf-eaca1771c09a 2018-09-04 22:36:24,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:24,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd9751ce-fee2-4a14-a871-9b539de14cc3 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:24,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-bd9751ce-fee2-4a14-a871-9b539de14cc3 2018-09-04 22:36:24,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:24,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e50606d9-65a0-4b0b-b23a-f80b61aad6ea Date: Tue, 04 Sep 2018 22:36:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:24,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-e50606d9-65a0-4b0b-b23a-f80b61aad6ea 2018-09-04 22:36:24,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:25,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-5200a08c-5372-48ff-92bf-0f1e5596d354 Date: Tue, 04 Sep 2018 22:36:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.11"}],"id":"e3e96de1-677c-47c8-96f3-b80a05055da3","security_groups":["68dc5da6-a432-40ff-adbc-d9904a37e860"],"mac_address":"fa:16:3e:35:5e:6f","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:36:25,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1&admin_state_up=True used request id req-5200a08c-5372-48ff-92bf-0f1e5596d354 2018-09-04 22:36:25,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:25,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f814a7af-a901-4fd2-9446-0bb8372bf70b Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:25,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-f814a7af-a901-4fd2-9446-0bb8372bf70b 2018-09-04 22:36:25,194 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst 2018-09-04 22:36:25,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:25,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58f51685-c4b1-4e9c-859f-c0ba1bf61d84 x-compute-request-id: req-58f51685-c4b1-4e9c-859f-c0ba1bf61d84 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-flavor-name"}]} 2018-09-04 22:36:25,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-58f51685-c4b1-4e9c-859f-c0ba1bf61d84 2018-09-04 22:36:25,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:25,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0450d90b-1540-4ce9-8b2f-4aa5fae05a62 x-compute-request-id: req-0450d90b-1540-4ce9-8b2f-4aa5fae05a62 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:36:25,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84 used request id req-0450d90b-1540-4ce9-8b2f-4aa5fae05a62 2018-09-04 22:36:25,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:25,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-f7d6559d-5299-4f41-919e-b7874fbca603 Date: Tue, 04 Sep 2018 22:36:25 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:36:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:36:01Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/80123b24-327b-4db5-b3be-114db04c3f8b/snap", "metadata": {}}], "self": "/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b", "min_disk": 0, "protected": false, "id": "80123b24-327b-4db5-b3be-114db04c3f8b", "file": "/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7a97c865a0e74e359f0bffee62b99904", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/80123b24-327b-4db5-b3be-114db04c3f8b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image"} 2018-09-04 22:36:25,420 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image used request id req-f7d6559d-5299-4f41-919e-b7874fbca603 2018-09-04 22:36:25,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:25,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c46829d0-4688-48b1-805a-2d81a82eb014 Date: Tue, 04 Sep 2018 22:36:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:36:25,571 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-c46829d0-4688-48b1-805a-2d81a82eb014 2018-09-04 22:36:25,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "imageRef": "80123b24-327b-4db5-b3be-114db04c3f8b", "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "flavorRef": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "max_count": 1, "min_count": 1, "networks": [{"port": "e3e96de1-677c-47c8-96f3-b80a05055da3"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}]}}' 2018-09-04 22:36:27,872 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:36:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3d815d51-be45-4c8d-a76e-3b0f6feede9a x-compute-request-id: req-3d815d51-be45-4c8d-a76e-3b0f6feede9a Content-Length: 444 location: http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "adminPass": "4cSEnpMccJLH"}} 2018-09-04 22:36:27,872 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-3d815d51-be45-4c8d-a76e-3b0f6feede9a 2018-09-04 22:36:27,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:28,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98a63424-1fd0-4aa6-8083-3326d0276c82 x-compute-request-id: req-98a63424-1fd0-4aa6-8083-3326d0276c82 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:36:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:28,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-98a63424-1fd0-4aa6-8083-3326d0276c82 2018-09-04 22:36:28,244 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst 2018-09-04 22:36:28,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:28,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f8a4703-f0eb-476e-b9d0-eb1ecbcacbfb x-compute-request-id: req-0f8a4703-f0eb-476e-b9d0-eb1ecbcacbfb Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:36:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:28,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-0f8a4703-f0eb-476e-b9d0-eb1ecbcacbfb 2018-09-04 22:36:28,604 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst] is - BUILD 2018-09-04 22:36:28,605 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:36:31,608 - create_instance - DEBUG - VM status query timeout in 896.636111021 2018-09-04 22:36:31,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:32,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b78f312f-a03a-4d26-8c8d-d508bb74ae25 x-compute-request-id: req-b78f312f-a03a-4d26-8c8d-d508bb74ae25 Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "security_groups": [{"name": "default"}], "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:36:29Z", "hostId": "6e2a77bb418e06b5d4f20c121bb1b6a695844f573734e51b0ca2b2f1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:32,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-b78f312f-a03a-4d26-8c8d-d508bb74ae25 2018-09-04 22:36:32,583 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst] is - BUILD 2018-09-04 22:36:32,583 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:36:35,587 - create_instance - DEBUG - VM status query timeout in 892.657310009 2018-09-04 22:36:35,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:35,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a4a81f3-03dd-4fcd-92cf-4e96c862f034 x-compute-request-id: req-8a4a81f3-03dd-4fcd-92cf-4e96c862f034 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:36:32.000000", "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "security_groups": [{"name": "default"}], "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:36:33Z", "hostId": "6e2a77bb418e06b5d4f20c121bb1b6a695844f573734e51b0ca2b2f1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:35,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-8a4a81f3-03dd-4fcd-92cf-4e96c862f034 2018-09-04 22:36:35,934 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst] is - ACTIVE 2018-09-04 22:36:35,934 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:36:35,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:36,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d695d40-d312-48c5-8a52-a0fd2da329db x-compute-request-id: req-0d695d40-d312-48c5-8a52-a0fd2da329db Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:36:32.000000", "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "security_groups": [{"name": "default"}], "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:36:33Z", "hostId": "6e2a77bb418e06b5d4f20c121bb1b6a695844f573734e51b0ca2b2f1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:36,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-0d695d40-d312-48c5-8a52-a0fd2da329db 2018-09-04 22:36:36,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:36,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2ba41762-c4df-4a0b-abc2-504360a9e3a1 Date: Tue, 04 Sep 2018 22:36:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fd97740-6a9f-4bc8-a382-dc0222454828"],"updated_at":"2018-09-04T22:36:03Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:36,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net used request id req-2ba41762-c4df-4a0b-abc2-504360a9e3a1 2018-09-04 22:36:36,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:36,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-198673ea-94b7-4edc-9154-1b72808d529e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:36,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-198673ea-94b7-4edc-9154-1b72808d529e 2018-09-04 22:36:36,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:36,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e46330eb-2d7e-418c-9050-522e70b4600e Date: Tue, 04 Sep 2018 22:36:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:36,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-e46330eb-2d7e-418c-9050-522e70b4600e 2018-09-04 22:36:36,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:37,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-391dc5e5-f67b-4833-9112-b3a84e2d25ac Date: Tue, 04 Sep 2018 22:36:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.2"}],"id":"5b0d306f-04f6-46fd-b84d-e82b250a58a1","security_groups":[],"mac_address":"fa:16:3e:1a:8d:44","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.4"}],"id":"7e931fd6-447f-4567-a53a-aa13ae51aa6a","security_groups":[],"mac_address":"fa:16:3e:a9:87:88","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.1"}],"id":"ac385cb0-2465-4c87-bb94-2f2c133c07dd","security_groups":[],"mac_address":"fa:16:3e:82:24:d2","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:13Z","binding:vnic_type":"normal","device_id":"93c11439-f3a4-466c-855e-ae579599d697"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.3"}],"id":"bc88b114-96ee-440f-b8a9-78262a39657f","security_groups":[],"mac_address":"fa:16:3e:c8:b9:15","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.11"}],"id":"e3e96de1-677c-47c8-96f3-b80a05055da3","security_groups":["68dc5da6-a432-40ff-adbc-d9904a37e860"],"mac_address":"fa:16:3e:35:5e:6f","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:23Z","binding:vnic_type":"normal","device_id":"bb894fb1-3d4b-45b2-a0c1-ec6a74e19386"}]} 2018-09-04 22:36:37,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-391dc5e5-f67b-4833-9112-b3a84e2d25ac 2018-09-04 22:36:37,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}}' 2018-09-04 22:36:38,439 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:36:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6aa3ae39-6762-40fb-b4fc-64ed93778947 x-compute-request-id: req-6aa3ae39-6762-40fb-b4fc-64ed93778947 Content-Length: 0 Content-Type: application/json 2018-09-04 22:36:38,439 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386/action used request id req-6aa3ae39-6762-40fb-b4fc-64ed93778947 2018-09-04 22:36:38,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:38,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-1ff488c8-f563-4011-9688-5bbff0e462fa Date: Tue, 04 Sep 2018 22:36:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:06Z", "admin_state_up": true, "updated_at": "2018-09-04T22:36:13Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "93c11439-f3a4-466c-855e-ae579599d697", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router"}]} 2018-09-04 22:36:38,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router used request id req-1ff488c8-f563-4011-9688-5bbff0e462fa 2018-09-04 22:36:38,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:38,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fefcef0c-73c8-4c65-b631-871735c6749f Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:38,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-fefcef0c-73c8-4c65-b631-871735c6749f 2018-09-04 22:36:38,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=93c11439-f3a4-466c-855e-ae579599d697 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:38,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-cbc459cb-31a7-48e4-8fde-0b9833095c7e Date: Tue, 04 Sep 2018 22:36:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.1"}],"id":"ac385cb0-2465-4c87-bb94-2f2c133c07dd","security_groups":[],"mac_address":"fa:16:3e:82:24:d2","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:13Z","binding:vnic_type":"normal","device_id":"93c11439-f3a4-466c-855e-ae579599d697"}]} 2018-09-04 22:36:38,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=93c11439-f3a4-466c-855e-ae579599d697 used request id req-cbc459cb-31a7-48e4-8fde-0b9833095c7e 2018-09-04 22:36:38,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/6fd97740-6a9f-4bc8-a382-dc0222454828 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:38,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-ff684ab3-32ba-400c-bb9d-e8ff03552263 Date: Tue, 04 Sep 2018 22:36:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}} 2018-09-04 22:36:38,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/6fd97740-6a9f-4bc8-a382-dc0222454828 used request id req-ff684ab3-32ba-400c-bb9d-e8ff03552263 2018-09-04 22:36:38,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:38,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e34c5d8d-b127-4e83-adbc-3b7bea284e1d Date: Tue, 04 Sep 2018 22:36:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:36:38,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-e34c5d8d-b127-4e83-adbc-3b7bea284e1d 2018-09-04 22:36:38,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:39,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-02f33327-59f2-4e09-b792-781c4af890d2 Date: Tue, 04 Sep 2018 22:36:39 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:36:39,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-02f33327-59f2-4e09-b792-781c4af890d2 2018-09-04 22:36:39,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:39,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45f402ab-071b-4da7-bdb4-293b42b431c1 x-compute-request-id: req-45f402ab-071b-4da7-bdb4-293b42b431c1 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:36:32.000000", "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}, {"name": "default"}], "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:36:33Z", "hostId": "6e2a77bb418e06b5d4f20c121bb1b6a695844f573734e51b0ca2b2f1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:39,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-45f402ab-071b-4da7-bdb4-293b42b431c1 2018-09-04 22:36:39,614 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst] is - ACTIVE 2018-09-04 22:36:39,614 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:36:39,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:40,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9170232d-37e8-40bb-ae02-1f94a670f6b7 x-compute-request-id: req-9170232d-37e8-40bb-ae02-1f94a670f6b7 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:36:32.000000", "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}, {"name": "default"}], "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:36:33Z", "hostId": "6e2a77bb418e06b5d4f20c121bb1b6a695844f573734e51b0ca2b2f1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:40,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-9170232d-37e8-40bb-ae02-1f94a670f6b7 2018-09-04 22:36:40,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:40,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-eae80ce9-c5ce-45f3-bd70-42650b5b161d Date: Tue, 04 Sep 2018 22:36:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fd97740-6a9f-4bc8-a382-dc0222454828"],"updated_at":"2018-09-04T22:36:03Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:40,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net used request id req-eae80ce9-c5ce-45f3-bd70-42650b5b161d 2018-09-04 22:36:40,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:40,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf9bb9d9-344f-4905-a1ae-5fc0729f1190 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:40,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-bf9bb9d9-344f-4905-a1ae-5fc0729f1190 2018-09-04 22:36:40,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:40,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ae6938d1-7bd8-402a-8d99-90a664301b13 Date: Tue, 04 Sep 2018 22:36:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:40,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-ae6938d1-7bd8-402a-8d99-90a664301b13 2018-09-04 22:36:40,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:41,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-55276ad8-2292-480f-a394-a49155f567eb Date: Tue, 04 Sep 2018 22:36:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.2"}],"id":"5b0d306f-04f6-46fd-b84d-e82b250a58a1","security_groups":[],"mac_address":"fa:16:3e:1a:8d:44","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.4"}],"id":"7e931fd6-447f-4567-a53a-aa13ae51aa6a","security_groups":[],"mac_address":"fa:16:3e:a9:87:88","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.1"}],"id":"ac385cb0-2465-4c87-bb94-2f2c133c07dd","security_groups":[],"mac_address":"fa:16:3e:82:24:d2","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:13Z","binding:vnic_type":"normal","device_id":"93c11439-f3a4-466c-855e-ae579599d697"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.3"}],"id":"bc88b114-96ee-440f-b8a9-78262a39657f","security_groups":[],"mac_address":"fa:16:3e:c8:b9:15","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:37Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.11"}],"id":"e3e96de1-677c-47c8-96f3-b80a05055da3","security_groups":["37de90ae-0893-43de-a8ac-5ef58bd47f33","68dc5da6-a432-40ff-adbc-d9904a37e860"],"mac_address":"fa:16:3e:35:5e:6f","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:23Z","binding:vnic_type":"normal","device_id":"bb894fb1-3d4b-45b2-a0c1-ec6a74e19386"}]} 2018-09-04 22:36:41,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-55276ad8-2292-480f-a394-a49155f567eb 2018-09-04 22:36:41,151 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-04 22:36:41,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:41,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f358b6d5-fa7b-49ca-84fc-5b31299e2c24 Date: Tue, 04 Sep 2018 22:36:41 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:36:41,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-f358b6d5-fa7b-49ca-84fc-5b31299e2c24 2018-09-04 22:36:41,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:41,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f2216655-a830-491d-aa0c-43db68f7a87f Date: Tue, 04 Sep 2018 22:36:41 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:36:41,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-f2216655-a830-491d-aa0c-43db68f7a87f 2018-09-04 22:36:41,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "port_id": "e3e96de1-677c-47c8-96f3-b80a05055da3"}}' 2018-09-04 22:36:44,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-27c51096-3aed-40a2-88b9-0100549f354a Date: Tue, 04 Sep 2018 22:36:44 GMT RESP BODY: {"floatingip": {"router_id": "93c11439-f3a4-466c-855e-ae579599d697", "status": "DOWN", "description": "", "tags": [], "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:42Z", "updated_at": "2018-09-04T22:36:42Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.55.1.11", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "7a97c865a0e74e359f0bffee62b99904", "port_id": "e3e96de1-677c-47c8-96f3-b80a05055da3", "id": "7fd72cf0-5a82-41ad-9119-f65385e13244"}} 2018-09-04 22:36:44,085 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-27c51096-3aed-40a2-88b9-0100549f354a 2018-09-04 22:36:44,086 - create_instance - INFO - Created floating IP 172.30.9.209 via router - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router 2018-09-04 22:36:44,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:44,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b08da13-f49d-4837-9b29-4bb60f60f14b x-compute-request-id: req-8b08da13-f49d-4837-9b29-4bb60f60f14b Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:36:32.000000", "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}, {"name": "default"}], "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:36:33Z", "hostId": "6e2a77bb418e06b5d4f20c121bb1b6a695844f573734e51b0ca2b2f1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:44,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-8b08da13-f49d-4837-9b29-4bb60f60f14b 2018-09-04 22:36:44,401 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst] is - ACTIVE 2018-09-04 22:36:44,402 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:36:44,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:45,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ce535c2-9e0a-4f21-8c24-53941107bfc7 x-compute-request-id: req-6ce535c2-9e0a-4f21-8c24-53941107bfc7 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:36:32.000000", "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}, {"name": "default"}], "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:36:33Z", "hostId": "6e2a77bb418e06b5d4f20c121bb1b6a695844f573734e51b0ca2b2f1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:45,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-6ce535c2-9e0a-4f21-8c24-53941107bfc7 2018-09-04 22:36:45,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:45,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c372972e-1cab-4021-a66a-dda465c20c40 Date: Tue, 04 Sep 2018 22:36:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fd97740-6a9f-4bc8-a382-dc0222454828"],"updated_at":"2018-09-04T22:36:03Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:45,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net used request id req-c372972e-1cab-4021-a66a-dda465c20c40 2018-09-04 22:36:45,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:45,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52f26013-b7bb-4db3-ad3e-cd536dc1b229 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:45,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-52f26013-b7bb-4db3-ad3e-cd536dc1b229 2018-09-04 22:36:45,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:45,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d4cf4f57-1672-4897-9b7c-a182fee03d27 Date: Tue, 04 Sep 2018 22:36:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:45,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-d4cf4f57-1672-4897-9b7c-a182fee03d27 2018-09-04 22:36:45,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:45,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-ab9977b5-fe78-4b1f-8636-cce6bb53f1e7 Date: Tue, 04 Sep 2018 22:36:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.2"}],"id":"5b0d306f-04f6-46fd-b84d-e82b250a58a1","security_groups":[],"mac_address":"fa:16:3e:1a:8d:44","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.4"}],"id":"7e931fd6-447f-4567-a53a-aa13ae51aa6a","security_groups":[],"mac_address":"fa:16:3e:a9:87:88","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.1"}],"id":"ac385cb0-2465-4c87-bb94-2f2c133c07dd","security_groups":[],"mac_address":"fa:16:3e:82:24:d2","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:13Z","binding:vnic_type":"normal","device_id":"93c11439-f3a4-466c-855e-ae579599d697"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.3"}],"id":"bc88b114-96ee-440f-b8a9-78262a39657f","security_groups":[],"mac_address":"fa:16:3e:c8:b9:15","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:37Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.11"}],"id":"e3e96de1-677c-47c8-96f3-b80a05055da3","security_groups":["37de90ae-0893-43de-a8ac-5ef58bd47f33","68dc5da6-a432-40ff-adbc-d9904a37e860"],"mac_address":"fa:16:3e:35:5e:6f","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:23Z","binding:vnic_type":"normal","device_id":"bb894fb1-3d4b-45b2-a0c1-ec6a74e19386"}]} 2018-09-04 22:36:45,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-ab9977b5-fe78-4b1f-8636-cce6bb53f1e7 2018-09-04 22:36:45,583 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-09-04 22:36:45,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:45,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01892bcb-ec0f-46f8-b4e5-71ab1e89c2e8 x-compute-request-id: req-01892bcb-ec0f-46f8-b4e5-71ab1e89c2e8 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:36:32.000000", "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}, {"name": "default"}], "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:36:33Z", "hostId": "6e2a77bb418e06b5d4f20c121bb1b6a695844f573734e51b0ca2b2f1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:45,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-01892bcb-ec0f-46f8-b4e5-71ab1e89c2e8 2018-09-04 22:36:45,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:36:47,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8e07268-e254-400a-ba23-a3d8ba9d759a x-compute-request-id: req-b8e07268-e254-400a-ba23-a3d8ba9d759a Content-Encoding: gzip Content-Length: 9636 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481295868 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.142517] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.144024] pid_max: default: 32768 minimum: 301\n[ 0.144845] ACPI: Core revision 20150930\n[ 0.146210] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147414] Security Framework initialized\n[ 0.148147] Yama: becoming mindful.\n[ 0.148838] AppArmor: AppArmor initialized\n[ 0.149603] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150793] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.151923] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.152977] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.154273] Initializing cgroup subsys io\n[ 0.155004] Initializing cgroup subsys memory\n[ 0.155775] Initializing cgroup subsys devices\n[ 0.156547] Initializing cgroup subsys freezer\n[ 0.157323] Initializing cgroup subsys net_cls\n[ 0.158141] Initializing cgroup subsys perf_event\n[ 0.158987] Initializing cgroup subsys net_prio\n[ 0.159779] Initializing cgroup subsys hugetlb\n[ 0.160550] Initializing cgroup subsys pids\n[ 0.161341] CPU: Physical Processor ID: 0\n[ 0.162801] mce: CPU supports 10 MCE banks\n[ 0.163560] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164447] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166673] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173166] ftrace: allocating 31920 entries in 125 pages\n[ 0.200070] smpboot: Max logical packages: 2\n[ 0.200952] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202892] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.204958] x2apic enabled\n[ 0.206049] Switched APIC routing to physical x2apic.\n[ 0.208308] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213121] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215216] KVM setup paravirtual spinlock\n[ 0.216766] x86: Booting SMP configuration:\n[ 0.217735] .... node #0, CPUs: #1\n[ 0.218710] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.240656] x86: Booted up 1 node, 2 CPUs\n[ 0.240657] KVM setup async PF for cpu 1\n[ 0.240660] kvm-stealtime: cpu 1, msr f90d940\n[ 0.243435] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.245151] devtmpfs: initialized\n[ 0.246904] evm: security.selinux\n[ 0.247668] evm: security.SMACK64\n[ 0.248454] evm: security.SMACK64EXEC\n[ 0.249364] evm: security.SMACK64TRANSMUTE\n[ 0.250255] evm: security.SMACK64MMAP\n[ 0.251092] evm: security.ima\n[ 0.251801] evm: security.capability\n[ 0.252721] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.254792] pinctrl core: initialized pinctrl subsystem\n[ 0.256004] RTC time: 22:36:32, date: 09/04/18\n[ 0.257083] NET: Registered protocol family 16\n[ 0.266806] cpuidle: using governor ladder\n[ 0.278891] cpuidle: using governor menu\n[ 0.279688] PCCT header not found.\n[ 0.280455] ACPI: bus type PCI registered\n[ 0.281219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282407] PCI: Using configuration type 1 for base access\n[ 0.295816] ACPI: Added _OSI(Module Device)\n[ 0.296617] ACPI: Added _OSI(Processor Device)\n[ 0.297435] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.298290] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.300526] ACPI: Interpreter enabled\n[ 0.301260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.303003] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.304767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.306513] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.308270] ACPI: (supports S0 S5)\n[ 0.308942] ACPI: Using IOAPIC for interrupt routing\n[ 0.309847] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.313250] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.314453] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.315806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.317127] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.319593] acpiphp: Slot [3] registered\n[ 0.320475] acpiphp: Slot [4] registered\n[ 0.321335] acpiphp: Slot [5] registered\n[ 0.322178] acpiphp: Slot [6] registered\n[ 0.323018] acpiphp: Slot [7] registered\n[ 0.323863] acpiphp: Slot [8] registered\n[ 0.324714] acpiphp: Slot [9] registered\n[ 0.325565] acpiphp: Slot [10] registered\n[ 0.336224] acpiphp: Slot [11] registered\n[ 0.337100] acpiphp: Slot [12] registered\n[ 0.337978] acpiphp: Slot [13] registered\n[ 0.338881] acpiphp: Slot [14] registered\n[ 0.339832] acpiphp: Slot [15] registered\n[ 0.340726] acpiphp: Slot [16] registered\n[ 0.341773] acpiphp: Slot [17] registered\n[ 0.342791] acpiphp: Slot [18] registered\n[ 0.343775] acpiphp: Slot [19] registered\n[ 0.344742] acpiphp: Slot [20] registered\n[ 0.345750] acpiphp: Slot [21] registered\n[ 0.346726] acpiphp: Slot [22] registered\n[ 0.347727] acpiphp: Slot [23] registered\n[ 0.348734] acpiphp: Slot [24] registered\n[ 0.349705] acpiphp: Slot [25] registered\n[ 0.350669] acpiphp: Slot [26] registered\n[ 0.351656] acpiphp: Slot [27] registered\n[ 0.352667] acpiphp: Slot [28] registered\n[ 0.353687] acpiphp: Slot [29] registered\n[ 0.354671] acpiphp: Slot [30] registered\n[ 0.355657] acpiphp: Slot [31] registered\n[ 0.356643] PCI host bridge to bus 0000:00\n[ 0.357578] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359048] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.360560] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.362344] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.364094] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.370747] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.372291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.373698] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.375224] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.382279] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.384027] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432821] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434739] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439620] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443211] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444780] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446251] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448437] vgaarb: loaded\n[ 0.449234] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450734] SCSI subsystem initialized\n[ 0.451871] ACPI: bus type USB registered\n[ 0.452943] usbcore: registered new interface driver usbfs\n[ 0.454336] usbcore: registered new interface driver hub\n[ 0.455722] usbcore: registered new device driver usb\n[ 0.457233] PCI: Using ACPI for IRQ routing\n[ 0.458524] NetLabel: Initializing\n[ 0.459448] NetLabel: domain hash size = 128\n[ 0.460543] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461786] NetLabel: unlabeled traffic allowed by default\n[ 0.463313] clocksource: Switched to clocksource kvm-clock\n[ 0.469504] AppArmor: AppArmor Filesystem Enabled\n[ 0.470765] pnp: PnP ACPI init\n[ 0.471929] pnp: PnP ACPI: found 5 devices\n[ 0.479556] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.481804] NET: Registered protocol family 2\n[ 0.483094] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.484805] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.486342] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.488001] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489431] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491065] NET: Registered protocol family 1\n[ 0.492228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.493783] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.495235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.513875] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.532618] Trying to unpack rootfs image as initramfs...\n[ 0.583213] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.597227] Scanning for low memory corruption every 60 seconds\n[ 0.598685] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.599870] audit: initializing netlink subsys (disabled)\n[ 0.600918] audit: type=2000 audit(1536100593.103:1): initialized\n[ 0.602252] Initialise system trusted keyring\n[ 0.603234] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604427] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606520] zbud: loaded\n[ 0.607300] VFS: Disk quotas dquot_6.6.0\n[ 0.608150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609705] fuse init (API version 7.23)\n[ 0.610581] Key type big_key registered\n[ 0.611381] Allocating IMA MOK and blacklist keyrings.\n[ 0.612631] Key type asymmetric registered\n[ 0.613438] Asymmetric key parser 'x509' registered\n[ 0.614384] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615914] io scheduler noop registered\n[ 0.616703] io scheduler deadline registered (default)\n[ 0.617678] io scheduler cfq registered\n[ 0.618501] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619541] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.620792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.622211] ACPI: Power Button [PWRF]\n[ 0.623105] GHES: HEST is not enabled!\n[ 0.640974] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677768] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680048] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.706684] Linux agpgart interface v0.103\n[ 0.709164] brd: module loaded\n[ 0.710554] loop: module loaded\n[ 0.715933] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.717413] GPT:90111 != 20971519\n[ 0.718122] GPT:Alternate GPT header not at the end of the disk.\n[ 0.719197] GPT:90111 != 20971519\n[ 0.719889] GPT: Use GNU Parted to correct GPT errors.\n[ 0.720840] vda: vda1 vda15\n[ 0.722338] scsi host0: ata_piix\n[ 0.723123] scsi host1: ata_piix\n[ 0.723845] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.725037] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.726606] libphy: Fixed MDIO Bus: probed\n[ 0.727422] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728356] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730352] PPP generic driver version 2.4.2\n[ 0.731466] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.732735] ehci-pci: EHCI PCI platform driver\n[ 0.733611] ehci-platform: EHCI generic platform driver\n[ 0.734599] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735742] ohci-pci: OHCI PCI platform driver\n[ 0.736623] ohci-platform: OHCI generic platform driver\n[ 0.737628] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756648] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759117] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760124] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.761253] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.762471] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763908] usb usb1: Product: UHCI Host Controller\n[ 0.764854] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.766002] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.767003] hub 1-0:1.0: USB hub found\n[ 0.767794] hub 1-0:1.0: 2 ports detected\n[ 0.768711] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771863] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772911] mousedev: PS/2 mouse device common for all mice\n[ 0.774108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.775345] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776540] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778234] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779488] i2c /dev entries driver\n[ 0.780371] device-mapper: uevent: version 1.0.3\n[ 0.781325] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.784360] NET: Registered protocol family 10\n[ 0.785419] NET: Registered protocol family 17\n[ 0.786327] Key type dns_resolver registered\n[ 0.787336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789079] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.790199] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.792029] registered taskstats version 1\n[ 0.792873] Loading compiled-in X.509 certificates\n[ 0.794317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796178] zswap: loaded using pool lzo/zbud\n[ 0.797806] Key type trusted registered\n[ 0.799750] Key type encrypted registered\n[ 0.800581] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.801617] ima: No TPM chip found, activating TPM-bypass!\n[ 0.802657] evm: HMAC attrs: 0x1\n[ 0.803631] Magic number: 2:235:653\n[ 0.804527] rtc_cmos 00:00: setting system clock to 2018-09-04 22:36:32 UTC (1536100592)\n[ 0.816376] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.817508] EDD information not available.\n[ 0.880730] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.882339] Write protecting the kernel read-only data: 14336k\n[ 0.884002] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.885885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.949363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.11...\nLease of 10.55.1.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.26. iid=i-0000010b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCLyUQzgHxR/Ns6KeIcETP7HzJyQn/2/bPHi153uB8X2uyv5UCn9zikfTN0Heafh2xW+oZVDW7vR1dScrJ87wBuf2SW2HC43daeDDud//ZErC7XBVbV1O9na8Hf5YbRC2sISdWzTRYUIA1ODjQPwf1B00+kvOtX1kKsTRBfwuA82iwaCSCK9EZWjv0WZzmIBkadas/HNt91QS+vWOnzjPnnacLvfmRePF1Ez9Uv1xdlN/iWFLUHwj2vUxMzNs0wPYYZ6mHRIbPgc1alND9pqYK+2nYsMFz7XJBBNtWepzwFGEFtiyjriHSP7Cm5XMwXJMswqaxFkZ8Z+IplRZy0IKpL root@createinstancesinglenetworktests-00beed60-07f9-4aa7-ba05-4a716e\nssh-dss AAAAB3NzaC1kc3MAAACBALazhJ1u2cTcP3kNJ9R2dKCEY7L0oWNlO6zdH0ehwBKYpkw1J5ZNJ0xatbguZi6jM+pxC/k41co2LC1F4phGH7tmajOlJvi8RmSEivvWHT1ezzpDWFGtm2napp8fmM3smk4UJxrNgXZPc3rQCHyjTMg3HR0ML1XYIYlpzClnWuAFAAAAFQCF12qWHG3inHYDz6fPhD+ZjwZHdwAAAIEAk3yFnVii+JKYkcY+Pcc91zF3UXwAQ7u0v9L5trbquI8BaH7Uejt6T/cZ/3veh8ZjMAGXWun218raJ9I7Dny7q7FnQHuJq0DS/E7lAVMAMCb/ZRm6xSjvp+wsOtylC2/U/fSnQbIPrrwwXv1/ailUMzw+6/dqhRHW/URbswgg4dUAAACAUXPM3/7pT80Fxg/PdUGMWRUIMfjlkuGRKWnu+EjdV5E8V0R0CgzLaETajO1cyh3a0ScV3YDbMuNlZ2l4uzzygUhW+SqSiPNWrD37TEZU7kKgXEhBBZ//iG9nCJSt97yUq8Kl84xLd/3K0p2pVmcKFDoPPG0m/qfwmgqA7Xr46ZY= root@createinstancesinglenetworktests-00beed60-07f9-4aa7-ba05-4a716e\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fe35:5e6f/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 \nip-route:169.254.169.254 via 10.55.1.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-00beed60-07f9-4aa7-ba05-4a716e\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.49 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-00beed60-07f9-4aa7-ba05-4a716e login: "} 2018-09-04 22:36:47,066 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386/action used request id req-b8e07268-e254-400a-ba23-a3d8ba9d759a 2018-09-04 22:36:47,068 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:36:47,068 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 481295868 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.142517] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.144024] pid_max: default: 32768 minimum: 301 [ 0.144845] ACPI: Core revision 20150930 [ 0.146210] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147414] Security Framework initialized [ 0.148147] Yama: becoming mindful. [ 0.148838] AppArmor: AppArmor initialized [ 0.149603] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150793] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.151923] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.152977] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.154273] Initializing cgroup subsys io [ 0.155004] Initializing cgroup subsys memory [ 0.155775] Initializing cgroup subsys devices [ 0.156547] Initializing cgroup subsys freezer [ 0.157323] Initializing cgroup subsys net_cls [ 0.158141] Initializing cgroup subsys perf_event [ 0.158987] Initializing cgroup subsys net_prio [ 0.159779] Initializing cgroup subsys hugetlb [ 0.160550] Initializing cgroup subsys pids [ 0.161341] CPU: Physical Processor ID: 0 [ 0.162801] mce: CPU supports 10 MCE banks [ 0.163560] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164447] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166673] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173166] ftrace: allocating 31920 entries in 125 pages [ 0.200070] smpboot: Max logical packages: 2 [ 0.200952] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202892] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.204958] x2apic enabled [ 0.206049] Switched APIC routing to physical x2apic. [ 0.208308] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.210191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213121] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215216] KVM setup paravirtual spinlock [ 0.216766] x86: Booting SMP configuration: [ 0.217735] .... node #0, CPUs: #1 [ 0.218710] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.240656] x86: Booted up 1 node, 2 CPUs [ 0.240657] KVM setup async PF for cpu 1 [ 0.240660] kvm-stealtime: cpu 1, msr f90d940 [ 0.243435] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.245151] devtmpfs: initialized [ 0.246904] evm: security.selinux [ 0.247668] evm: security.SMACK64 [ 0.248454] evm: security.SMACK64EXEC [ 0.249364] evm: security.SMACK64TRANSMUTE [ 0.250255] evm: security.SMACK64MMAP [ 0.251092] evm: security.ima [ 0.251801] evm: security.capability [ 0.252721] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.254792] pinctrl core: initialized pinctrl subsystem [ 0.256004] RTC time: 22:36:32, date: 09/04/18 [ 0.257083] NET: Registered protocol family 16 [ 0.266806] cpuidle: using governor ladder [ 0.278891] cpuidle: using governor menu [ 0.279688] PCCT header not found. [ 0.280455] ACPI: bus type PCI registered [ 0.281219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.282407] PCI: Using configuration type 1 for base access [ 0.295816] ACPI: Added _OSI(Module Device) [ 0.296617] ACPI: Added _OSI(Processor Device) [ 0.297435] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.298290] ACPI: Added _OSI(Processor Aggregator Device) [ 0.300526] ACPI: Interpreter enabled [ 0.301260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.303003] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.304767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.306513] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.308270] ACPI: (supports S0 S5) [ 0.308942] ACPI: Using IOAPIC for interrupt routing [ 0.309847] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.313250] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.314453] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.315806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.317127] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.319593] acpiphp: Slot [3] registered [ 0.320475] acpiphp: Slot [4] registered [ 0.321335] acpiphp: Slot [5] registered [ 0.322178] acpiphp: Slot [6] registered [ 0.323018] acpiphp: Slot [7] registered [ 0.323863] acpiphp: Slot [8] registered [ 0.324714] acpiphp: Slot [9] registered [ 0.325565] acpiphp: Slot [10] registered [ 0.336224] acpiphp: Slot [11] registered [ 0.337100] acpiphp: Slot [12] registered [ 0.337978] acpiphp: Slot [13] registered [ 0.338881] acpiphp: Slot [14] registered [ 0.339832] acpiphp: Slot [15] registered [ 0.340726] acpiphp: Slot [16] registered [ 0.341773] acpiphp: Slot [17] registered [ 0.342791] acpiphp: Slot [18] registered [ 0.343775] acpiphp: Slot [19] registered [ 0.344742] acpiphp: Slot [20] registered [ 0.345750] acpiphp: Slot [21] registered [ 0.346726] acpiphp: Slot [22] registered [ 0.347727] acpiphp: Slot [23] registered [ 0.348734] acpiphp: Slot [24] registered [ 0.349705] acpiphp: Slot [25] registered [ 0.350669] acpiphp: Slot [26] registered [ 0.351656] acpiphp: Slot [27] registered [ 0.352667] acpiphp: Slot [28] registered [ 0.353687] acpiphp: Slot [29] registered [ 0.354671] acpiphp: Slot [30] registered [ 0.355657] acpiphp: Slot [31] registered [ 0.356643] PCI host bridge to bus 0000:00 [ 0.357578] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.359048] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.360560] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.362344] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.364094] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.370747] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.372291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.373698] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.375224] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.382279] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.384027] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.432821] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.434739] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.436663] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439620] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443211] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.444780] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446251] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.448437] vgaarb: loaded [ 0.449234] vgaarb: bridge control possible 0000:00:02.0 [ 0.450734] SCSI subsystem initialized [ 0.451871] ACPI: bus type USB registered [ 0.452943] usbcore: registered new interface driver usbfs [ 0.454336] usbcore: registered new interface driver hub [ 0.455722] usbcore: registered new device driver usb [ 0.457233] PCI: Using ACPI for IRQ routing [ 0.458524] NetLabel: Initializing [ 0.459448] NetLabel: domain hash size = 128 [ 0.460543] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.461786] NetLabel: unlabeled traffic allowed by default [ 0.463313] clocksource: Switched to clocksource kvm-clock [ 0.469504] AppArmor: AppArmor Filesystem Enabled [ 0.470765] pnp: PnP ACPI init [ 0.471929] pnp: PnP ACPI: found 5 devices [ 0.479556] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481804] NET: Registered protocol family 2 [ 0.483094] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.484805] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.486342] TCP: Hash tables configured (established 2048 bind 2048) [ 0.488001] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.489431] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.491065] NET: Registered protocol family 1 [ 0.492228] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.493783] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.495235] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.513875] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.532618] Trying to unpack rootfs image as initramfs... [ 0.583213] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.597227] Scanning for low memory corruption every 60 seconds [ 0.598685] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.599870] audit: initializing netlink subsys (disabled) [ 0.600918] audit: type=2000 audit(1536100593.103:1): initialized [ 0.602252] Initialise system trusted keyring [ 0.603234] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.604427] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.606520] zbud: loaded [ 0.607300] VFS: Disk quotas dquot_6.6.0 [ 0.608150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.609705] fuse init (API version 7.23) [ 0.610581] Key type big_key registered [ 0.611381] Allocating IMA MOK and blacklist keyrings. [ 0.612631] Key type asymmetric registered [ 0.613438] Asymmetric key parser 'x509' registered [ 0.614384] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.615914] io scheduler noop registered [ 0.616703] io scheduler deadline registered (default) [ 0.617678] io scheduler cfq registered [ 0.618501] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.619541] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.620792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.622211] ACPI: Power Button [PWRF] [ 0.623105] GHES: HEST is not enabled! [ 0.640974] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677768] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.680048] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.706684] Linux agpgart interface v0.103 [ 0.709164] brd: module loaded [ 0.710554] loop: module loaded [ 0.715933] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.717413] GPT:90111 != 20971519 [ 0.718122] GPT:Alternate GPT header not at the end of the disk. [ 0.719197] GPT:90111 != 20971519 [ 0.719889] GPT: Use GNU Parted to correct GPT errors. [ 0.720840] vda: vda1 vda15 [ 0.722338] scsi host0: ata_piix [ 0.723123] scsi host1: ata_piix [ 0.723845] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.725037] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.726606] libphy: Fixed MDIO Bus: probed [ 0.727422] tun: Universal TUN/TAP device driver, 1.6 [ 0.728356] tun: (C) 1999-2004 Max Krasnyansky [ 0.730352] PPP generic driver version 2.4.2 [ 0.731466] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.732735] ehci-pci: EHCI PCI platform driver [ 0.733611] ehci-platform: EHCI generic platform driver [ 0.734599] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.735742] ohci-pci: OHCI PCI platform driver [ 0.736623] ohci-platform: OHCI generic platform driver [ 0.737628] uhci_hcd: USB Universal Host Controller Interface driver [ 0.756648] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.757657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.759117] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.760124] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.761253] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.762471] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763908] usb usb1: Product: UHCI Host Controller [ 0.764854] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.766002] usb usb1: SerialNumber: 0000:00:01.2 [ 0.767003] hub 1-0:1.0: USB hub found [ 0.767794] hub 1-0:1.0: 2 ports detected [ 0.768711] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771863] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772911] mousedev: PS/2 mouse device common for all mice [ 0.774108] rtc_cmos 00:00: RTC can wake from S4 [ 0.775345] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.776540] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.778234] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779488] i2c /dev entries driver [ 0.780371] device-mapper: uevent: version 1.0.3 [ 0.781325] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782986] ledtrig-cpu: registered to indicate activity on CPUs [ 0.784360] NET: Registered protocol family 10 [ 0.785419] NET: Registered protocol family 17 [ 0.786327] Key type dns_resolver registered [ 0.787336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789079] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.790199] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.792029] registered taskstats version 1 [ 0.792873] Loading compiled-in X.509 certificates [ 0.794317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.796178] zswap: loaded using pool lzo/zbud [ 0.797806] Key type trusted registered [ 0.799750] Key type encrypted registered [ 0.800581] AppArmor: AppArmor sha1 policy hashing enabled [ 0.801617] ima: No TPM chip found, activating TPM-bypass! [ 0.802657] evm: HMAC attrs: 0x1 [ 0.803631] Magic number: 2:235:653 [ 0.804527] rtc_cmos 00:00: setting system clock to 2018-09-04 22:36:32 UTC (1536100592) [ 0.816376] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.817508] EDD information not available. [ 0.880730] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.882339] Write protecting the kernel read-only data: 14336k [ 0.884002] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.885885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.949363] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.05 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.11... Lease of 10.55.1.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.26. iid=i-0000010b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCLyUQzgHxR/Ns6KeIcETP7HzJyQn/2/bPHi153uB8X2uyv5UCn9zikfTN0Heafh2xW+oZVDW7vR1dScrJ87wBuf2SW2HC43daeDDud//ZErC7XBVbV1O9na8Hf5YbRC2sISdWzTRYUIA1ODjQPwf1B00+kvOtX1kKsTRBfwuA82iwaCSCK9EZWjv0WZzmIBkadas/HNt91QS+vWOnzjPnnacLvfmRePF1Ez9Uv1xdlN/iWFLUHwj2vUxMzNs0wPYYZ6mHRIbPgc1alND9pqYK+2nYsMFz7XJBBNtWepzwFGEFtiyjriHSP7Cm5XMwXJMswqaxFkZ8Z+IplRZy0IKpL root@createinstancesinglenetworktests-00beed60-07f9-4aa7-ba05-4a716e ssh-dss AAAAB3NzaC1kc3MAAACBALazhJ1u2cTcP3kNJ9R2dKCEY7L0oWNlO6zdH0ehwBKYpkw1J5ZNJ0xatbguZi6jM+pxC/k41co2LC1F4phGH7tmajOlJvi8RmSEivvWHT1ezzpDWFGtm2napp8fmM3smk4UJxrNgXZPc3rQCHyjTMg3HR0ML1XYIYlpzClnWuAFAAAAFQCF12qWHG3inHYDz6fPhD+ZjwZHdwAAAIEAk3yFnVii+JKYkcY+Pcc91zF3UXwAQ7u0v9L5trbquI8BaH7Uejt6T/cZ/3veh8ZjMAGXWun218raJ9I7Dny7q7FnQHuJq0DS/E7lAVMAMCb/ZRm6xSjvp+wsOtylC2/U/fSnQbIPrrwwXv1/ailUMzw+6/dqhRHW/URbswgg4dUAAACAUXPM3/7pT80Fxg/PdUGMWRUIMfjlkuGRKWnu+EjdV5E8V0R0CgzLaETajO1cyh3a0ScV3YDbMuNlZ2l4uzzygUhW+SqSiPNWrD37TEZU7kKgXEhBBZ//iG9nCJSt97yUq8Kl84xLd/3K0p2pVmcKFDoPPG0m/qfwmgqA7Xr46ZY= root@createinstancesinglenetworktests-00beed60-07f9-4aa7-ba05-4a716e -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fe35:5e6f/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 ip-route:169.254.169.254 via 10.55.1.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000010b name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-00beed60-07f9-4aa7-ba05-4a716e launch-index: 0 === cirros: current=0.4.0 uptime=3.49 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-00beed60-07f9-4aa7-ba05-4a716e login: 2018-09-04 22:36:47,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:47,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cab2ca8-2829-469b-ab99-876c1872fafe x-compute-request-id: req-7cab2ca8-2829-469b-ab99-876c1872fafe Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:36:32.000000", "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}, {"name": "default"}], "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:36:33Z", "hostId": "6e2a77bb418e06b5d4f20c121bb1b6a695844f573734e51b0ca2b2f1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:47,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-7cab2ca8-2829-469b-ab99-876c1872fafe 2018-09-04 22:36:47,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:47,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f7e559bf-ac1c-46e4-a3a8-d423d7eca4a3 Date: Tue, 04 Sep 2018 22:36:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fd97740-6a9f-4bc8-a382-dc0222454828"],"updated_at":"2018-09-04T22:36:03Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:47,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net used request id req-f7e559bf-ac1c-46e4-a3a8-d423d7eca4a3 2018-09-04 22:36:47,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:47,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba5b38e-e433-419d-939b-c88d988bd634 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:47,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-eba5b38e-e433-419d-939b-c88d988bd634 2018-09-04 22:36:47,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:47,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4959de9f-0abe-44e8-b208-c5d6723a96f7 Date: Tue, 04 Sep 2018 22:36:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:47,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-4959de9f-0abe-44e8-b208-c5d6723a96f7 2018-09-04 22:36:47,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:47,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-60e6fb62-04e1-4a90-9931-1d662352256e Date: Tue, 04 Sep 2018 22:36:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.2"}],"id":"5b0d306f-04f6-46fd-b84d-e82b250a58a1","security_groups":[],"mac_address":"fa:16:3e:1a:8d:44","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.4"}],"id":"7e931fd6-447f-4567-a53a-aa13ae51aa6a","security_groups":[],"mac_address":"fa:16:3e:a9:87:88","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.1"}],"id":"ac385cb0-2465-4c87-bb94-2f2c133c07dd","security_groups":[],"mac_address":"fa:16:3e:82:24:d2","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:13Z","binding:vnic_type":"normal","device_id":"93c11439-f3a4-466c-855e-ae579599d697"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.3"}],"id":"bc88b114-96ee-440f-b8a9-78262a39657f","security_groups":[],"mac_address":"fa:16:3e:c8:b9:15","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:37Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.11"}],"id":"e3e96de1-677c-47c8-96f3-b80a05055da3","security_groups":["37de90ae-0893-43de-a8ac-5ef58bd47f33","68dc5da6-a432-40ff-adbc-d9904a37e860"],"mac_address":"fa:16:3e:35:5e:6f","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:23Z","binding:vnic_type":"normal","device_id":"bb894fb1-3d4b-45b2-a0c1-ec6a74e19386"}]} 2018-09-04 22:36:47,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-60e6fb62-04e1-4a90-9931-1d662352256e 2018-09-04 22:36:47,751 - create_instance - INFO - Checking if VM is active 2018-09-04 22:36:47,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:48,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fbfe389-8b0c-421b-9ffa-365d53c980e2 x-compute-request-id: req-8fbfe389-8b0c-421b-9ffa-365d53c980e2 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:36:32.000000", "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}, {"name": "default"}], "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:36:33Z", "hostId": "6e2a77bb418e06b5d4f20c121bb1b6a695844f573734e51b0ca2b2f1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:48,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-8fbfe389-8b0c-421b-9ffa-365d53c980e2 2018-09-04 22:36:48,080 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst] is - ACTIVE 2018-09-04 22:36:48,080 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:36:48,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:48,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72ce3c4b-8127-4cca-9750-45933dfef06d x-compute-request-id: req-72ce3c4b-8127-4cca-9750-45933dfef06d Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:36:32.000000", "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp"}, {"name": "default"}], "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:36:33Z", "hostId": "6e2a77bb418e06b5d4f20c121bb1b6a695844f573734e51b0ca2b2f1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:48,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-72ce3c4b-8127-4cca-9750-45933dfef06d 2018-09-04 22:36:48,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:48,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-062af141-f7a5-4aed-81b6-af7cd573f160 Date: Tue, 04 Sep 2018 22:36:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fd97740-6a9f-4bc8-a382-dc0222454828"],"updated_at":"2018-09-04T22:36:03Z","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a97c865a0e74e359f0bffee62b99904","id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net"}]} 2018-09-04 22:36:48,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net used request id req-062af141-f7a5-4aed-81b6-af7cd573f160 2018-09-04 22:36:48,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:48,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb755b01-5a43-4f40-bf74-7cfbbf0968fd Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:36:48,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-eb755b01-5a43-4f40-bf74-7cfbbf0968fd 2018-09-04 22:36:48,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:48,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a35e6c57-98b7-4018-abb7-8e9d6e02a025 Date: Tue, 04 Sep 2018 22:36:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:03Z","dns_nameservers":[],"updated_at":"2018-09-04T22:36:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7a97c865a0e74e359f0bffee62b99904","id":"6fd97740-6a9f-4bc8-a382-dc0222454828","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet"}]} 2018-09-04 22:36:48,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-a35e6c57-98b7-4018-abb7-8e9d6e02a025 2018-09-04 22:36:48,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:48,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-b52c6591-021f-4472-8fce-dcad6a0ee5a9 Date: Tue, 04 Sep 2018 22:36:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.2"}],"id":"5b0d306f-04f6-46fd-b84d-e82b250a58a1","security_groups":[],"mac_address":"fa:16:3e:1a:8d:44","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.4"}],"id":"7e931fd6-447f-4567-a53a-aa13ae51aa6a","security_groups":[],"mac_address":"fa:16:3e:a9:87:88","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.1"}],"id":"ac385cb0-2465-4c87-bb94-2f2c133c07dd","security_groups":[],"mac_address":"fa:16:3e:82:24:d2","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:13Z","binding:vnic_type":"normal","device_id":"93c11439-f3a4-466c-855e-ae579599d697"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.3"}],"id":"bc88b114-96ee-440f-b8a9-78262a39657f","security_groups":[],"mac_address":"fa:16:3e:c8:b9:15","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:36:37Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6fd97740-6a9f-4bc8-a382-dc0222454828","ip_address":"10.55.1.11"}],"id":"e3e96de1-677c-47c8-96f3-b80a05055da3","security_groups":["37de90ae-0893-43de-a8ac-5ef58bd47f33","68dc5da6-a432-40ff-adbc-d9904a37e860"],"mac_address":"fa:16:3e:35:5e:6f","project_id":"7a97c865a0e74e359f0bffee62b99904","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1","admin_state_up":true,"network_id":"21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc","tenant_id":"7a97c865a0e74e359f0bffee62b99904","created_at":"2018-09-04T22:36:23Z","binding:vnic_type":"normal","device_id":"bb894fb1-3d4b-45b2-a0c1-ec6a74e19386"}]} 2018-09-04 22:36:48,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-b52c6591-021f-4472-8fce-dcad6a0ee5a9 2018-09-04 22:36:48,893 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:36:48,896 - paramiko.transport - DEBUG - starting thread (client mode): 0x27baa3d0L 2018-09-04 22:36:48,897 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:36:48,897 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:36:48,897 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:36:48,898 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:36:48,899 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:36:48,899 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:36:48,899 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:36:48,899 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:36:48,899 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:36:48,917 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:36:48,917 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:36:48,929 - paramiko.transport - DEBUG - Trying key 2dffac345c46f1367f81a8eaebf51531 from tmp/CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525 2018-09-04 22:36:48,954 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:36:48,958 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:36:49,058 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:36:49,075 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:36:49,075 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:36:49,077 - paramiko.transport - DEBUG - starting thread (client mode): 0x27baab10L 2018-09-04 22:36:49,077 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:36:49,078 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:36:49,078 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:36:49,079 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:36:49,079 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:36:49,079 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:36:49,079 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:36:49,079 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:36:49,080 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:36:49,096 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:36:49,097 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:36:49,109 - paramiko.transport - DEBUG - Trying key 2dffac345c46f1367f81a8eaebf51531 from tmp/CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525 2018-09-04 22:36:49,134 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:36:49,138 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:36:49,141 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:36:49,142 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 22:36:49,143 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:36:49,144 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:36:49,146 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 22:36:49,147 - create_instance - INFO - Deleting Floating IP - 172.30.9.209 2018-09-04 22:36:49,147 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.209 2018-09-04 22:36:49,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/floatingips/7fd72cf0-5a82-41ad-9119-f65385e13244 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:50,486 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d8fcce48-71d2-475e-97cf-70e871c23a57 Content-Length: 0 Date: Tue, 04 Sep 2018 22:36:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:36:50,486 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/7fd72cf0-5a82-41ad-9119-f65385e13244 used request id req-d8fcce48-71d2-475e-97cf-70e871c23a57 2018-09-04 22:36:50,486 - create_instance - INFO - Deleting Port with ID - e3e96de1-677c-47c8-96f3-b80a05055da3 2018-09-04 22:36:50,486 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525port-1 2018-09-04 22:36:50,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/e3e96de1-677c-47c8-96f3-b80a05055da3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:51,121 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eaf21411-05c0-4e8b-b5e5-0da4e1b3b5d6 Date: Tue, 04 Sep 2018 22:36:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:36:51,121 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/e3e96de1-677c-47c8-96f3-b80a05055da3 used request id req-eaf21411-05c0-4e8b-b5e5-0da4e1b3b5d6 2018-09-04 22:36:51,122 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst 2018-09-04 22:36:51,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:51,271 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:36:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-abe160b4-5def-4a20-bc5a-f13e766d18ad x-compute-request-id: req-abe160b4-5def-4a20-bc5a-f13e766d18ad Content-Type: application/json 2018-09-04 22:36:51,271 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-abe160b4-5def-4a20-bc5a-f13e766d18ad 2018-09-04 22:36:51,272 - create_instance - INFO - Checking deletion status 2018-09-04 22:36:51,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:51,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:36:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-530bd5bd-f8b0-4015-bd1a-fe7e1b6552c4 x-compute-request-id: req-530bd5bd-f8b0-4015-bd1a-fe7e1b6552c4 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:5e:6f", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "rel": "bookmark"}], "image": {"id": "80123b24-327b-4db5-b3be-114db04c3f8b", "links": [{"href": "http://172.30.9.26:8774/images/80123b24-327b-4db5-b3be-114db04c3f8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:36:32.000000", "flavor": {"id": "e63fb7fa-9545-4e8d-ae84-846bf7763b84", "links": [{"href": "http://172.30.9.26:8774/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84", "rel": "bookmark"}]}, "id": "bb894fb1-3d4b-45b2-a0c1-ec6a74e19386", "user_id": "9571296d35dd43e5aa7fa842cdec65c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:36:51Z", "hostId": "6e2a77bb418e06b5d4f20c121bb1b6a695844f573734e51b0ca2b2f1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp", "name": "CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst", "created": "2018-09-04T22:36:27Z", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:36:51,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-530bd5bd-f8b0-4015-bd1a-fe7e1b6552c4 2018-09-04 22:36:51,673 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst] is - ACTIVE 2018-09-04 22:36:51,673 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:36:54,677 - create_instance - DEBUG - VM status query timeout in 296.59514308 2018-09-04 22:36:54,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e520fb71afe3a71ac6d78baf539cd1bf4eb4" 2018-09-04 22:36:54,731 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-00aa7336-9e39-4c93-a755-a1e816d4434e x-compute-request-id: req-00aa7336-9e39-4c93-a755-a1e816d4434e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 could not be found.", "code": 404}} 2018-09-04 22:36:54,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 used request id req-00aa7336-9e39-4c93-a755-a1e816d4434e 2018-09-04 22:36:54,732 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance bb894fb1-3d4b-45b2-a0c1-ec6a74e19386 could not be found. (HTTP 404) (Request-ID: req-00aa7336-9e39-4c93-a755-a1e816d4434e) 2018-09-04 22:36:54,732 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-inst 2018-09-04 22:36:54,733 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp 2018-09-04 22:36:54,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12b61ec13234c86491b02013903aa3a1e8fe4498" 2018-09-04 22:36:54,882 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa5ea102-8a12-4edd-9a7e-abe889e2ae27 x-compute-request-id: req-aa5ea102-8a12-4edd-9a7e-abe889e2ae27 Content-Length: 0 Content-Type: application/json 2018-09-04 22:36:54,882 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-kp used request id req-aa5ea102-8a12-4edd-9a7e-abe889e2ae27 2018-09-04 22:36:54,883 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525.pub] 2018-09-04 22:36:54,883 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525] 2018-09-04 22:36:54,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a497db9629bf326590d5e8748a973a00196e6e" 2018-09-04 22:36:54,931 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-900b0ecf-a213-46e3-8d59-642ba363642d x-compute-request-id: req-900b0ecf-a213-46e3-8d59-642ba363642d Content-Length: 0 Content-Type: application/json 2018-09-04 22:36:54,931 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e63fb7fa-9545-4e8d-ae84-846bf7763b84 used request id req-900b0ecf-a213-46e3-8d59-642ba363642d 2018-09-04 22:36:54,932 - neutron_utils - INFO - Deleting security group rule with ID - 3e06a877-4d80-4de4-832c-552896ed2647 2018-09-04 22:36:54,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/3e06a877-4d80-4de4-832c-552896ed2647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:55,212 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1732a54-c5c5-4bc6-8abb-2b1ba283c7e1 Content-Length: 0 Date: Tue, 04 Sep 2018 22:36:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:36:55,212 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/3e06a877-4d80-4de4-832c-552896ed2647 used request id req-b1732a54-c5c5-4bc6-8abb-2b1ba283c7e1 2018-09-04 22:36:55,212 - neutron_utils - INFO - Deleting security group rule with ID - 9502fc86-886d-43ea-8238-31ce6e9013de 2018-09-04 22:36:55,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/9502fc86-886d-43ea-8238-31ce6e9013de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:55,460 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc8dd77e-78a9-454a-8548-8023ecab9d46 Content-Length: 0 Date: Tue, 04 Sep 2018 22:36:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:36:55,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/9502fc86-886d-43ea-8238-31ce6e9013de used request id req-bc8dd77e-78a9-454a-8548-8023ecab9d46 2018-09-04 22:36:55,461 - neutron_utils - INFO - Deleting security group rule with ID - aed4403c-81e0-49ea-abad-3249384da3be 2018-09-04 22:36:55,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/aed4403c-81e0-49ea-abad-3249384da3be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:55,710 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6ded8fd1-1308-4bf4-bea9-427bc4a125c7 Content-Length: 0 Date: Tue, 04 Sep 2018 22:36:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:36:55,710 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/aed4403c-81e0-49ea-abad-3249384da3be used request id req-6ded8fd1-1308-4bf4-bea9-427bc4a125c7 2018-09-04 22:36:55,711 - neutron_utils - INFO - Deleting security group rule with ID - 9b4efdea-4020-4db2-aefc-d7a7b9b16107 2018-09-04 22:36:55,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/9b4efdea-4020-4db2-aefc-d7a7b9b16107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:55,951 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3c0fe8d-5aee-4004-b700-bba93ba75f6a Content-Length: 0 Date: Tue, 04 Sep 2018 22:36:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:36:55,951 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/9b4efdea-4020-4db2-aefc-d7a7b9b16107 used request id req-b3c0fe8d-5aee-4004-b700-bba93ba75f6a 2018-09-04 22:36:55,951 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-sec-grp 2018-09-04 22:36:55,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/37de90ae-0893-43de-a8ac-5ef58bd47f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384fc272afa11609c3db5a2bf24e7edc3ccabaf2" 2018-09-04 22:36:56,265 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6f579232-49ac-4a7b-a26f-98d4471148a6 Content-Length: 0 Date: Tue, 04 Sep 2018 22:36:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:36:56,265 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/37de90ae-0893-43de-a8ac-5ef58bd47f33 used request id req-6f579232-49ac-4a7b-a26f-98d4471148a6 2018-09-04 22:36:56,266 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router and subnet CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet 2018-09-04 22:36:56,266 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router 2018-09-04 22:36:56,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/93c11439-f3a4-466c-855e-ae579599d697/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" -d '{"subnet_id": "6fd97740-6a9f-4bc8-a382-dc0222454828"}' 2018-09-04 22:36:57,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-37309d49-23aa-4698-864e-e4e0299936f2 Date: Tue, 04 Sep 2018 22:36:57 GMT RESP BODY: {"network_id": "21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "subnet_id": "6fd97740-6a9f-4bc8-a382-dc0222454828", "subnet_ids": ["6fd97740-6a9f-4bc8-a382-dc0222454828"], "port_id": "ac385cb0-2465-4c87-bb94-2f2c133c07dd", "id": "93c11439-f3a4-466c-855e-ae579599d697"} 2018-09-04 22:36:57,820 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/93c11439-f3a4-466c-855e-ae579599d697/remove_router_interface used request id req-37309d49-23aa-4698-864e-e4e0299936f2 2018-09-04 22:36:57,820 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router 2018-09-04 22:36:57,820 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-router 2018-09-04 22:36:57,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/93c11439-f3a4-466c-855e-ae579599d697 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0a4b882dce2d3b34207157bd51a5913bdedae5" 2018-09-04 22:37:01,573 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e2c669d7-d912-4730-bb3f-ab698276c963 Content-Length: 0 Date: Tue, 04 Sep 2018 22:37:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:37:01,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/93c11439-f3a4-466c-855e-ae579599d697 used request id req-e2c669d7-d912-4730-bb3f-ab698276c963 2018-09-04 22:37:01,574 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet 2018-09-04 22:37:01,574 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-subnet 2018-09-04 22:37:01,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/6fd97740-6a9f-4bc8-a382-dc0222454828 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a8f73ea09810a76e2d42f512589907a1a99f1b" 2018-09-04 22:37:03,939 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5b0e3298-2a0e-4abe-9884-f11edda391bb Date: Tue, 04 Sep 2018 22:37:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:37:03,939 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/6fd97740-6a9f-4bc8-a382-dc0222454828 used request id req-5b0e3298-2a0e-4abe-9884-f11edda391bb 2018-09-04 22:37:03,940 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-pub-net 2018-09-04 22:37:03,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a8f73ea09810a76e2d42f512589907a1a99f1b" 2018-09-04 22:37:05,256 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-72d89e15-3ddb-4726-956d-7dd2978056a1 Date: Tue, 04 Sep 2018 22:37:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:37:05,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/21ac5e3e-91b4-4b42-b261-4c9b5ca17cdc used request id req-72d89e15-3ddb-4726-956d-7dd2978056a1 2018-09-04 22:37:05,258 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-00beed60-07f9-4aa7-ba05-4a716e4a7525-image 2018-09-04 22:37:05,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f14a20c62405ec7586edb27f6c7e6fd26c1276a9" 2018-09-04 22:37:06,480 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-668aa9a4-53ab-4e6e-bd12-8c85404cbd04 Date: Tue, 04 Sep 2018 22:37:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:37:06,480 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/80123b24-327b-4db5-b3be-114db04c3f8b used request id req-668aa9a4-53ab-4e6e-bd12-8c85404cbd04 2018-09-04 22:37:06,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:06,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-3234c7c8-04a5-4fd4-989b-ec6c2010f421 Date: Tue, 04 Sep 2018 22:37:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:02Z", "updated_at": "2018-09-04T22:36:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:02Z", "revision_number": 0, "id": "6f6ddd85-a6fe-4f16-8abf-9daa94f9ed4c", "remote_group_id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:02Z", "security_group_id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a97c865a0e74e359f0bffee62b99904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:02Z", "revision_number": 0, "id": "826b2a46-7eca-4adf-b576-1fbaccde16f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:02Z", "security_group_id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a97c865a0e74e359f0bffee62b99904"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:02Z", "revision_number": 0, "id": "b4ed496f-8e5a-40bd-b65b-87a6b9bb5166", "remote_group_id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:02Z", "security_group_id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a97c865a0e74e359f0bffee62b99904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:36:02Z", "revision_number": 0, "id": "ff997cd4-46f0-4601-ab13-15b39298323a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:36:02Z", "security_group_id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a97c865a0e74e359f0bffee62b99904"}], "revision_number": 4, "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:37:06,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-3234c7c8-04a5-4fd4-989b-ec6c2010f421 2018-09-04 22:37:06,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:06,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfcf9c7c-244a-44cf-b288-de896ae418ea Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:37:06,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-dfcf9c7c-244a-44cf-b288-de896ae418ea 2018-09-04 22:37:06,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:06,849 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:37:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2f858b3-24de-4091-aec8-ffa9cb795eae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:37:06,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-f2f858b3-24de-4091-aec8-ffa9cb795eae 2018-09-04 22:37:06,849 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:37:06,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:06,945 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:37:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b3651a2-0cca-495b-a5a5-ae8cf51480b6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:37:06,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-8b3651a2-0cca-495b-a5a5-ae8cf51480b6 2018-09-04 22:37:06,945 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:37:06,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:07,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9f1e910-7516-426c-a32d-0220ca472c56 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:37:07,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-e9f1e910-7516-426c-a32d-0220ca472c56 2018-09-04 22:37:07,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:07,120 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbbe15bc-bfbf-4403-a34f-329841b53366 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:37:07,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-dbbe15bc-bfbf-4403-a34f-329841b53366 2018-09-04 22:37:07,120 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:37:07,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:07,212 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b2a2c83-11c6-4209-bfe0-7e1803b67bc2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:37:07,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-0b2a2c83-11c6-4209-bfe0-7e1803b67bc2 2018-09-04 22:37:07,212 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:37:07,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:07,305 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07ed5414-03d6-409f-a2f4-423b829834ee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:37:07,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-07ed5414-03d6-409f-a2f4-423b829834ee 2018-09-04 22:37:07,306 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:37:07,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:07,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca7403f3-5058-4942-bd34-c32587e3bd1a Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904"}, "enabled": true, "id": "7a97c865a0e74e359f0bffee62b99904", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj"}} 2018-09-04 22:37:07,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-ca7403f3-5058-4942-bd34-c32587e3bd1a 2018-09-04 22:37:07,394 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 68dc5da6-a432-40ff-adbc-d9904a37e860 2018-09-04 22:37:07,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=68dc5da6-a432-40ff-adbc-d9904a37e860 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:07,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-dbb1783a-e883-4ec2-9162-9e1316cf2698 Date: Tue, 04 Sep 2018 22:37:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:02Z", "security_group_id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:02Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "6f6ddd85-a6fe-4f16-8abf-9daa94f9ed4c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:02Z", "security_group_id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:02Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "826b2a46-7eca-4adf-b576-1fbaccde16f7"}, {"remote_group_id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:02Z", "security_group_id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:02Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "b4ed496f-8e5a-40bd-b65b-87a6b9bb5166"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:36:02Z", "security_group_id": "68dc5da6-a432-40ff-adbc-d9904a37e860", "port_range_min": null, "revision_number": 0, "tenant_id": "7a97c865a0e74e359f0bffee62b99904", "created_at": "2018-09-04T22:36:02Z", "project_id": "7a97c865a0e74e359f0bffee62b99904", "id": "ff997cd4-46f0-4601-ab13-15b39298323a"}]} 2018-09-04 22:37:07,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=68dc5da6-a432-40ff-adbc-d9904a37e860 used request id req-dbb1783a-e883-4ec2-9162-9e1316cf2698 2018-09-04 22:37:07,668 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:37:07,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/68dc5da6-a432-40ff-adbc-d9904a37e860 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:07,948 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27ee7655-0886-4d92-b701-f37d1561845b Content-Length: 0 Date: Tue, 04 Sep 2018 22:37:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:37:07,948 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/68dc5da6-a432-40ff-adbc-d9904a37e860 used request id req-27ee7655-0886-4d92-b701-f37d1561845b 2018-09-04 22:37:07,949 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj 2018-09-04 22:37:07,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:08,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae5a3dfb-8568-4695-908a-ce01c392a6c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:37:08,159 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/7a97c865a0e74e359f0bffee62b99904 used request id req-ae5a3dfb-8568-4695-908a-ce01c392a6c1 2018-09-04 22:37:08,159 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-proj-role 2018-09-04 22:37:08,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/aacfdff0c7f147ee85dde83bdcb11506 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:08,300 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:37:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f971aeed-a42a-4043-b3c6-f2ce4158f650 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:37:08,300 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/aacfdff0c7f147ee85dde83bdcb11506 used request id req-f971aeed-a42a-4043-b3c6-f2ce4158f650 2018-09-04 22:37:08,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6526e40b38b95d2189fb0e7e8b584e6fd3abf8" 2018-09-04 22:37:08,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d042f60-5a74-413a-a08c-3f88a5e16e47 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:37:08,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8d042f60-5a74-413a-a08c-3f88a5e16e47 2018-09-04 22:37:08,396 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-9aeaacc0-2abb-4b3-user 2018-09-04 22:37:08,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/9571296d35dd43e5aa7fa842cdec65c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0204ec9db9fb9706b13411c26a349baced10662" 2018-09-04 22:37:08,598 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:37:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12efd29f-9ffd-4150-9bfb-474217c45656 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:37:08,599 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/9571296d35dd43e5aa7fa842cdec65c4 used request id req-12efd29f-9ffd-4150-9bfb-474217c45656 2018-09-04 22:37:08,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:08,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:37:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["lD3S7CbCQD2OPXrKrdQDpg"], "issued_at": "2018-09-04T22:37:08.000000Z"}} 2018-09-04 22:37:08,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16154993020e3bc7d29ba04c14fb6664a5e381af" 2018-09-04 22:37:09,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3af7f1c-f86d-44cc-9380-d4df3f1bda96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:09,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c3af7f1c-f86d-44cc-9380-d4df3f1bda96 2018-09-04 22:37:09,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:09,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:09,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:37:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["1NoW7GBoS7uZ-Jju96LeZg"], "issued_at": "2018-09-04T22:37:09.000000Z"}} 2018-09-04 22:37:09,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:37:09,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b768a31-5afa-4b43-9fd8-556fa390487f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:09,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1b768a31-5afa-4b43-9fd8-556fa390487f 2018-09-04 22:37:09,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:37:09,580 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:37:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:37:09,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:37:09,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e390f07-aa26-401e-8064-1fd0438e5964 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:37:09,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj used request id req-1e390f07-aa26-401e-8064-1fd0438e5964 2018-09-04 22:37:09,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:37:09,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a20f46a-752c-4066-bdbf-3e7e2b34a2eb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:37:09,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-3a20f46a-752c-4066-bdbf-3e7e2b34a2eb 2018-09-04 22:37:09,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}}' 2018-09-04 22:37:09,893 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:37:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b4d864d-fd22-4cb4-9015-96cd522c05bb Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:09,893 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-4b4d864d-fd22-4cb4-9015-96cd522c05bb 2018-09-04 22:37:09,893 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj 2018-09-04 22:37:09,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:09,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:10,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:37:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["IL_KJpuyS8WZotJjn49Vdg"], "issued_at": "2018-09-04T22:37:10.000000Z"}} 2018-09-04 22:37:10,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a533fe885d42a61372e0838d2daa826ce742d1a4" 2018-09-04 22:37:10,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9543fd76-b2c9-47be-98a4-3991dd0ffda5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:10,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9543fd76-b2c9-47be-98a4-3991dd0ffda5 2018-09-04 22:37:10,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:37:10,302 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:37:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:37:10,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a533fe885d42a61372e0838d2daa826ce742d1a4" 2018-09-04 22:37:10,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e29e97-fa58-48e6-9f08-08fb257d5a81 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:37:10,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-c8e29e97-fa58-48e6-9f08-08fb257d5a81 2018-09-04 22:37:10,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a533fe885d42a61372e0838d2daa826ce742d1a4" 2018-09-04 22:37:10,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-704af159-8042-414b-8660-23f695d335b9 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}]} 2018-09-04 22:37:10,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj used request id req-704af159-8042-414b-8660-23f695d335b9 2018-09-04 22:37:10,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a533fe885d42a61372e0838d2daa826ce742d1a4" 2018-09-04 22:37:10,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d6a024c-8a83-444a-8b8f-90375dc94c19 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:37:10,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-6d6a024c-8a83-444a-8b8f-90375dc94c19 2018-09-04 22:37:10,887 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-user 2018-09-04 22:37:10,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:10,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:37:10,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57973fd0-6982-43af-af05-5d56d3a7e090 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:37:10,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-57973fd0-6982-43af-af05-5d56d3a7e090 2018-09-04 22:37:10,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role"}}' 2018-09-04 22:37:11,084 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:37:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e703cab1-f982-4b31-84b5-5e05dd7976df Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "edee598076dc45779754e8e534d5c594", "links": {"self": "http://172.30.9.26:5000/v3/roles/edee598076dc45779754e8e534d5c594"}, "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role"}} 2018-09-04 22:37:11,085 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-e703cab1-f982-4b31-84b5-5e05dd7976df 2018-09-04 22:37:11,085 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role 2018-09-04 22:37:11,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/edee598076dc45779754e8e534d5c594 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:37:11,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d4b22b-342a-4e22-a829-9af42e2d1266 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/edee598076dc45779754e8e534d5c594"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role", "id": "edee598076dc45779754e8e534d5c594"}} 2018-09-04 22:37:11,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/edee598076dc45779754e8e534d5c594 used request id req-66d4b22b-342a-4e22-a829-9af42e2d1266 2018-09-04 22:37:11,175 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role to project CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj 2018-09-04 22:37:11,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95/users/b853e15f6f354045bcb59ba6679fce73/roles/edee598076dc45779754e8e534d5c594 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:37:11,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:37:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33a35330-4604-4a0e-a21b-1ecb924f6fca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:37:11,309 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95/users/b853e15f6f354045bcb59ba6679fce73/roles/edee598076dc45779754e8e534d5c594 used request id req-33a35330-4604-4a0e-a21b-1ecb924f6fca 2018-09-04 22:37:11,309 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:37:11,311 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:37:11,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:11,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:11,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "edee598076dc45779754e8e534d5c594", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role"}], "expires_at": "2018-09-04T23:37:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d647dba4193d451380326fb98b218f95", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-user", "id": "b853e15f6f354045bcb59ba6679fce73"}, "audit_ids": ["Ux_HQeWTTZWpKtb4Vu5vsA"], "issued_at": "2018-09-04T22:37:11.000000Z"}} 2018-09-04 22:37:11,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0a2c114112fb3d88f4f4d0caf6327096e9a8194" 2018-09-04 22:37:11,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78b270f4-7660-446c-8d4d-c904c62a6957 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:11,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-78b270f4-7660-446c-8d4d-c904c62a6957 2018-09-04 22:37:11,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0a2c114112fb3d88f4f4d0caf6327096e9a8194" 2018-09-04 22:37:11,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-06ac3eb3-8690-4748-bd22-b51257d813bf Date: Tue, 04 Sep 2018 22:37:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image"} 2018-09-04 22:37:11,951 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image used request id req-06ac3eb3-8690-4748-bd22-b51257d813bf 2018-09-04 22:37:11,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0a2c114112fb3d88f4f4d0caf6327096e9a8194" 2018-09-04 22:37:12,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3f72876c-c6d0-495e-a453-9a62fcc2da52 Date: Tue, 04 Sep 2018 22:37:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:37:12,108 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3f72876c-c6d0-495e-a453-9a62fcc2da52 2018-09-04 22:37:12,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f0a2c114112fb3d88f4f4d0caf6327096e9a8194" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image"}' 2018-09-04 22:37:12,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/721360b4-5f14-4406-a655-fb94662bee62 X-Openstack-Request-Id: req-f5a9622e-3996-41f9-8317-4cde3acc0da0 Date: Tue, 04 Sep 2018 22:37:12 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:37:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:37:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/721360b4-5f14-4406-a655-fb94662bee62", "min_disk": 0, "protected": false, "id": "721360b4-5f14-4406-a655-fb94662bee62", "file": "/v2/images/721360b4-5f14-4406-a655-fb94662bee62/file", "checksum": null, "owner": "d647dba4193d451380326fb98b218f95", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:37:12,333 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f5a9622e-3996-41f9-8317-4cde3acc0da0 2018-09-04 22:37:12,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/721360b4-5f14-4406-a655-fb94662bee62/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0a2c114112fb3d88f4f4d0caf6327096e9a8194" -d '' 2018-09-04 22:37:13,021 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-242ef58b-c9f8-4128-9564-a1e40ff753f1 Date: Tue, 04 Sep 2018 22:37:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:37:13,022 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/721360b4-5f14-4406-a655-fb94662bee62/file used request id req-242ef58b-c9f8-4128-9564-a1e40ff753f1 2018-09-04 22:37:13,022 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:37:13,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/721360b4-5f14-4406-a655-fb94662bee62 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0a2c114112fb3d88f4f4d0caf6327096e9a8194" 2018-09-04 22:37:13,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-c9892cb7-3f60-4833-a5a0-b9b3e3fb8cb2 Date: Tue, 04 Sep 2018 22:37:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:37:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:37:12Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/721360b4-5f14-4406-a655-fb94662bee62/snap", "metadata": {}}], "self": "/v2/images/721360b4-5f14-4406-a655-fb94662bee62", "min_disk": 0, "protected": false, "id": "721360b4-5f14-4406-a655-fb94662bee62", "file": "/v2/images/721360b4-5f14-4406-a655-fb94662bee62/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d647dba4193d451380326fb98b218f95", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/721360b4-5f14-4406-a655-fb94662bee62/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:37:13,189 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/721360b4-5f14-4406-a655-fb94662bee62 used request id req-c9892cb7-3f60-4833-a5a0-b9b3e3fb8cb2 2018-09-04 22:37:13,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0a2c114112fb3d88f4f4d0caf6327096e9a8194" 2018-09-04 22:37:13,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7049eb08-d695-416e-b081-302a2aa755fd Date: Tue, 04 Sep 2018 22:37:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:37:13,335 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-7049eb08-d695-416e-b081-302a2aa755fd 2018-09-04 22:37:13,338 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image 2018-09-04 22:37:13,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/721360b4-5f14-4406-a655-fb94662bee62 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0a2c114112fb3d88f4f4d0caf6327096e9a8194" 2018-09-04 22:37:13,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-d7291394-b16f-4069-a4fd-c3b3f28015e3 Date: Tue, 04 Sep 2018 22:37:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:37:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:37:12Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/721360b4-5f14-4406-a655-fb94662bee62/snap", "metadata": {}}], "self": "/v2/images/721360b4-5f14-4406-a655-fb94662bee62", "min_disk": 0, "protected": false, "id": "721360b4-5f14-4406-a655-fb94662bee62", "file": "/v2/images/721360b4-5f14-4406-a655-fb94662bee62/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d647dba4193d451380326fb98b218f95", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/721360b4-5f14-4406-a655-fb94662bee62/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:37:13,510 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/721360b4-5f14-4406-a655-fb94662bee62 used request id req-d7291394-b16f-4069-a4fd-c3b3f28015e3 2018-09-04 22:37:13,511 - create_image - DEBUG - Instance status is - active 2018-09-04 22:37:13,511 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image 2018-09-04 22:37:13,511 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image 2018-09-04 22:37:13,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:13,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:13,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "edee598076dc45779754e8e534d5c594", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role"}], "expires_at": "2018-09-04T23:37:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d647dba4193d451380326fb98b218f95", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-user", "id": "b853e15f6f354045bcb59ba6679fce73"}, "audit_ids": ["jxuXxI4RQfKw0YFbm4RhRQ"], "issued_at": "2018-09-04T22:37:13.000000Z"}} 2018-09-04 22:37:13,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2906dce00106e8d6d1943cfede620d49ee4fbd" 2018-09-04 22:37:13,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a431be37-8d5e-473d-b41f-474ad0d5d62d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:13,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a431be37-8d5e-473d-b41f-474ad0d5d62d 2018-09-04 22:37:13,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2906dce00106e8d6d1943cfede620d49ee4fbd" 2018-09-04 22:37:14,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8a976212-9135-428e-9dd9-73d62088eaaa Date: Tue, 04 Sep 2018 22:37:14 GMT RESP BODY: {"networks":[]} 2018-09-04 22:37:14,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-8a976212-9135-428e-9dd9-73d62088eaaa 2018-09-04 22:37:14,123 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net 2018-09-04 22:37:14,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2906dce00106e8d6d1943cfede620d49ee4fbd" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net", "admin_state_up": true}}' 2018-09-04 22:37:14,651 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-e6659057-5e14-4831-957b-24f196502d49 Date: Tue, 04 Sep 2018 22:37:14 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:37:14Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","mtu":1450}} 2018-09-04 22:37:14,652 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-e6659057-5e14-4831-957b-24f196502d49 2018-09-04 22:37:14,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2906dce00106e8d6d1943cfede620d49ee4fbd" 2018-09-04 22:37:14,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-7832b950-b67a-48f6-8ac9-78f88a2950aa Date: Tue, 04 Sep 2018 22:37:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:37:14Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:14,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-7832b950-b67a-48f6-8ac9-78f88a2950aa 2018-09-04 22:37:14,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2906dce00106e8d6d1943cfede620d49ee4fbd" 2018-09-04 22:37:15,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fbb83460-9dab-4bfa-a4bf-02be1ecccf6e Date: Tue, 04 Sep 2018 22:37:15 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:37:15,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-fbb83460-9dab-4bfa-a4bf-02be1ecccf6e 2018-09-04 22:37:15,099 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet 2018-09-04 22:37:15,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2906dce00106e8d6d1943cfede620d49ee4fbd" -d '{"subnets": [{"ip_version": 4, "network_id": "120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]}' 2018-09-04 22:37:15,903 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-45be128a-c09c-46dc-b7cf-5a8d88c66023 Date: Tue, 04 Sep 2018 22:37:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:15,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-45be128a-c09c-46dc-b7cf-5a8d88c66023 2018-09-04 22:37:15,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2906dce00106e8d6d1943cfede620d49ee4fbd" 2018-09-04 22:37:16,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c6a5e061-32fa-4abe-84ae-fe2633bf07c0 Date: Tue, 04 Sep 2018 22:37:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:16,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-c6a5e061-32fa-4abe-84ae-fe2633bf07c0 2018-09-04 22:37:16,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2906dce00106e8d6d1943cfede620d49ee4fbd" 2018-09-04 22:37:16,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-88ff3653-af20-41ae-8e10-7eccc98dd64f Date: Tue, 04 Sep 2018 22:37:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:16,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-88ff3653-af20-41ae-8e10-7eccc98dd64f 2018-09-04 22:37:16,353 - OpenStackNetwork - DEBUG - Network [120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7] created successfully 2018-09-04 22:37:16,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:16,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:16,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "edee598076dc45779754e8e534d5c594", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role"}], "expires_at": "2018-09-04T23:37:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d647dba4193d451380326fb98b218f95", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-user", "id": "b853e15f6f354045bcb59ba6679fce73"}, "audit_ids": ["CaMfCpeZSH-6Gz913pWfDw"], "issued_at": "2018-09-04T22:37:16.000000Z"}} 2018-09-04 22:37:16,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:37:16,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-712f4420-f9c0-41ff-b9eb-e1903cb2fdf0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:16,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-712f4420-f9c0-41ff-b9eb-e1903cb2fdf0 2018-09-04 22:37:16,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:37:16,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0f3b91ec-0512-46a6-9d2d-ecb709db74fa Date: Tue, 04 Sep 2018 22:37:16 GMT RESP BODY: {"routers": []} 2018-09-04 22:37:16,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router&admin_state_up=True used request id req-0f3b91ec-0512-46a6-9d2d-ecb709db74fa 2018-09-04 22:37:16,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:16,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:17,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "edee598076dc45779754e8e534d5c594", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role"}], "expires_at": "2018-09-04T23:37:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d647dba4193d451380326fb98b218f95", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-user", "id": "b853e15f6f354045bcb59ba6679fce73"}, "audit_ids": ["u2D6h_gdTRGxnrjIcfCyJQ"], "issued_at": "2018-09-04T22:37:17.000000Z"}} 2018-09-04 22:37:17,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f531228abdfaa54092d87993321b6a9d86147b7d" 2018-09-04 22:37:17,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd9c79a3-6a7b-44c8-b147-ac4f2ba78854 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:17,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dd9c79a3-6a7b-44c8-b147-ac4f2ba78854 2018-09-04 22:37:17,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:37:17,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-cbd7255a-4870-4903-82b9-2bfd37a7677c Date: Tue, 04 Sep 2018 22:37:17 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:37:17,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-cbd7255a-4870-4903-82b9-2bfd37a7677c 2018-09-04 22:37:17,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:37:17,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-942b7f7b-cb52-491c-bcf5-98dbbe1396af Date: Tue, 04 Sep 2018 22:37:17 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:37:17,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-942b7f7b-cb52-491c-bcf5-98dbbe1396af 2018-09-04 22:37:17,880 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router 2018-09-04 22:37:17,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router", "admin_state_up": true}}' 2018-09-04 22:37:23,033 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-2b6b6478-ea12-475b-85c0-6d7bef039f7a Date: Tue, 04 Sep 2018 22:37:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:18Z", "admin_state_up": true, "updated_at": "2018-09-04T22:37:19Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "d647dba4193d451380326fb98b218f95", "id": "afbc7ee4-ff28-4481-b803-f70fd8a6c66a", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router"}} 2018-09-04 22:37:23,033 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-2b6b6478-ea12-475b-85c0-6d7bef039f7a 2018-09-04 22:37:23,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=afbc7ee4-ff28-4481-b803-f70fd8a6c66a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:37:23,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c6a875c3-13ff-46bb-a0fb-ddd3e4d9f3f8 Date: Tue, 04 Sep 2018 22:37:23 GMT RESP BODY: {"ports":[]} 2018-09-04 22:37:23,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=afbc7ee4-ff28-4481-b803-f70fd8a6c66a used request id req-c6a875c3-13ff-46bb-a0fb-ddd3e4d9f3f8 2018-09-04 22:37:23,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:37:23,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a973f13b-1c0f-4bd5-a9c6-0e558c62bb55 Date: Tue, 04 Sep 2018 22:37:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:23,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-a973f13b-1c0f-4bd5-a9c6-0e558c62bb55 2018-09-04 22:37:23,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:37:23,502 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:37:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:37:23,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:37:23,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33d3d084-c951-4b3e-96b9-3482cddadcc6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:23,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-33d3d084-c951-4b3e-96b9-3482cddadcc6 2018-09-04 22:37:23,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:37:23,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-474a4edb-c28e-40f8-8afd-050313b35528 Date: Tue, 04 Sep 2018 22:37:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:23,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-474a4edb-c28e-40f8-8afd-050313b35528 2018-09-04 22:37:23,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:37:24,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9e08d7b0-04fc-408e-8d02-9e8aaab83b82 Date: Tue, 04 Sep 2018 22:37:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:24,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet used request id req-9e08d7b0-04fc-408e-8d02-9e8aaab83b82 2018-09-04 22:37:24,020 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 22:37:24,020 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router 2018-09-04 22:37:24,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/afbc7ee4-ff28-4481-b803-f70fd8a6c66a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" -d '{"subnet_id": "41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"}' 2018-09-04 22:37:25,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-432015b6-502f-4455-aa19-009ae3a893a1 Date: Tue, 04 Sep 2018 22:37:25 GMT RESP BODY: {"network_id": "120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7", "tenant_id": "d647dba4193d451380326fb98b218f95", "subnet_id": "41a9a8e3-e1ac-4770-8278-0eb9aab4fb71", "subnet_ids": ["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"], "port_id": "94549106-6788-42ed-9738-009a6efe83b3", "id": "afbc7ee4-ff28-4481-b803-f70fd8a6c66a"} 2018-09-04 22:37:25,979 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/afbc7ee4-ff28-4481-b803-f70fd8a6c66a/add_router_interface used request id req-432015b6-502f-4455-aa19-009ae3a893a1 2018-09-04 22:37:25,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/afbc7ee4-ff28-4481-b803-f70fd8a6c66a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:37:26,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-30985995-eba0-48b9-98b0-2c1461e35ccc Date: Tue, 04 Sep 2018 22:37:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:18Z", "admin_state_up": true, "updated_at": "2018-09-04T22:37:25Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "d647dba4193d451380326fb98b218f95", "id": "afbc7ee4-ff28-4481-b803-f70fd8a6c66a", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router"}} 2018-09-04 22:37:26,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/afbc7ee4-ff28-4481-b803-f70fd8a6c66a used request id req-30985995-eba0-48b9-98b0-2c1461e35ccc 2018-09-04 22:37:26,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=afbc7ee4-ff28-4481-b803-f70fd8a6c66a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:37:26,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-78c55b49-913e-42e1-b0ec-5a2bc0d06a47 Date: Tue, 04 Sep 2018 22:37:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.1"}],"id":"94549106-6788-42ed-9738-009a6efe83b3","security_groups":[],"mac_address":"fa:16:3e:b4:27:f7","project_id":"d647dba4193d451380326fb98b218f95","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:24Z","binding:vnic_type":"normal","device_id":"afbc7ee4-ff28-4481-b803-f70fd8a6c66a"}]} 2018-09-04 22:37:26,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=afbc7ee4-ff28-4481-b803-f70fd8a6c66a used request id req-78c55b49-913e-42e1-b0ec-5a2bc0d06a47 2018-09-04 22:37:26,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/41a9a8e3-e1ac-4770-8278-0eb9aab4fb71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:37:26,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8afce6da-6ce4-4a60-907f-585bb55bfb00 Date: Tue, 04 Sep 2018 22:37:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}} 2018-09-04 22:37:26,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/41a9a8e3-e1ac-4770-8278-0eb9aab4fb71 used request id req-8afce6da-6ce4-4a60-907f-585bb55bfb00 2018-09-04 22:37:26,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:26,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:26,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:37:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["Lj-4Nvv9R_qDG1WAVeo-cg"], "issued_at": "2018-09-04T22:37:26.000000Z"}} 2018-09-04 22:37:26,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}537e585440dd09628d5198a413d0ef6922f5aae5" 2018-09-04 22:37:26,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ab6997c-21a8-4f14-aeb6-3587ed2bcecc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:26,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6ab6997c-21a8-4f14-aeb6-3587ed2bcecc 2018-09-04 22:37:26,802 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:37:26,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}537e585440dd09628d5198a413d0ef6922f5aae5" 2018-09-04 22:37:26,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6293c138-9aee-44b7-aeb2-2628f053fed6 x-compute-request-id: req-6293c138-9aee-44b7-aeb2-2628f053fed6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:37:26,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-6293c138-9aee-44b7-aeb2-2628f053fed6 2018-09-04 22:37:26,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}537e585440dd09628d5198a413d0ef6922f5aae5" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:37:27,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc124119-1114-4f26-ab81-661f41108d30 x-compute-request-id: req-dc124119-1114-4f26-ab81-661f41108d30 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:37:27,050 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-dc124119-1114-4f26-ab81-661f41108d30 2018-09-04 22:37:27,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:27,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:27,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "edee598076dc45779754e8e534d5c594", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role"}], "expires_at": "2018-09-04T23:37:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d647dba4193d451380326fb98b218f95", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-user", "id": "b853e15f6f354045bcb59ba6679fce73"}, "audit_ids": ["92HLwDVfT32MpY4y77j-pg"], "issued_at": "2018-09-04T22:37:27.000000Z"}} 2018-09-04 22:37:27,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29562e5f610a14ad7a4844facf60fe6cc99d2a9e" 2018-09-04 22:37:27,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bd89e03-8023-476e-b4c9-ca3d2f785e93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:27,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3bd89e03-8023-476e-b4c9-ca3d2f785e93 2018-09-04 22:37:27,516 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:37:27,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29562e5f610a14ad7a4844facf60fe6cc99d2a9e" 2018-09-04 22:37:27,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-75946de9-ceff-4ca7-a2d6-68dd49e86585 x-compute-request-id: req-75946de9-ceff-4ca7-a2d6-68dd49e86585 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 22:37:27,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-75946de9-ceff-4ca7-a2d6-68dd49e86585 2018-09-04 22:37:27,698 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp... 2018-09-04 22:37:27,698 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 22:37:27,767 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp 2018-09-04 22:37:27,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29562e5f610a14ad7a4844facf60fe6cc99d2a9e" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDPO3IMEuCtNCIEmWnb4pVjmniwfkhBJF3px3zHmgc4cSJsqTg6uvo2L5MW6Ts0XquVvJIOk8+WuPJjmf2M1V3FJYxX85J33nWhDm6nBCnWYW93WWyzhUWXjn/ZnS0SkWCRsrsyA0LD+HAzpdvlfTIOyLVVu/AaFXHDrOCarxT2Zw==", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp"}}' 2018-09-04 22:37:27,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7db6b02d-7898-469e-a1f3-1418b4fefc3c x-compute-request-id: req-7db6b02d-7898-469e-a1f3-1418b4fefc3c Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDPO3IMEuCtNCIEmWnb4pVjmniwfkhBJF3px3zHmgc4cSJsqTg6uvo2L5MW6Ts0XquVvJIOk8+WuPJjmf2M1V3FJYxX85J33nWhDm6nBCnWYW93WWyzhUWXjn/ZnS0SkWCRsrsyA0LD+HAzpdvlfTIOyLVVu/AaFXHDrOCarxT2Zw==", "user_id": "b853e15f6f354045bcb59ba6679fce73", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "fingerprint": "c2:ad:ac:e4:71:f9:d1:49:69:1d:7a:95:d7:cb:4f:6e"}} 2018-09-04 22:37:27,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-7db6b02d-7898-469e-a1f3-1418b4fefc3c 2018-09-04 22:37:27,830 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6.pub 2018-09-04 22:37:27,830 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6 2018-09-04 22:37:27,831 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:27,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:28,208 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "edee598076dc45779754e8e534d5c594", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role"}], "expires_at": "2018-09-04T23:37:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d647dba4193d451380326fb98b218f95", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-user", "id": "b853e15f6f354045bcb59ba6679fce73"}, "audit_ids": ["ZFMhQtk2RHGvcxMlRDTeiA"], "issued_at": "2018-09-04T22:37:28.000000Z"}} 2018-09-04 22:37:28,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:28,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d89ae3d7-1293-4629-a8e0-c85f6ae12c15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:28,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d89ae3d7-1293-4629-a8e0-c85f6ae12c15 2018-09-04 22:37:28,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:28,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3f0506f1-860e-4da5-98d0-b0b736eec29c Date: Tue, 04 Sep 2018 22:37:28 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:37:28,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp used request id req-3f0506f1-860e-4da5-98d0-b0b736eec29c 2018-09-04 22:37:28,606 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp... 2018-09-04 22:37:28,606 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp 2018-09-04 22:37:28,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}}' 2018-09-04 22:37:28,953 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-2e1d2f49-8452-47e6-b490-4bab2b0fd2a7 Date: Tue, 04 Sep 2018 22:37:28 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "updated_at": "2018-09-04T22:37:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "revision_number": 0, "id": "75f690ee-20f6-492a-898a-cac09cecbc6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "d647dba4193d451380326fb98b218f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "revision_number": 0, "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "d647dba4193d451380326fb98b218f95"}], "revision_number": 2, "project_id": "d647dba4193d451380326fb98b218f95", "id": "252c669a-0f50-49b1-974e-66237ed71edf", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}} 2018-09-04 22:37:28,954 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-2e1d2f49-8452-47e6-b490-4bab2b0fd2a7 2018-09-04 22:37:28,954 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 252c669a-0f50-49b1-974e-66237ed71edf 2018-09-04 22:37:28,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:29,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-daf3c3f0-0ecf-49ab-b7f9-0fad018a7fc4 Date: Tue, 04 Sep 2018 22:37:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "75f690ee-20f6-492a-898a-cac09cecbc6a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1"}]} 2018-09-04 22:37:29,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf used request id req-daf3c3f0-0ecf-49ab-b7f9-0fad018a7fc4 2018-09-04 22:37:29,139 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 252c669a-0f50-49b1-974e-66237ed71edf 2018-09-04 22:37:29,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:29,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-52928012-8889-4042-981f-b620c6c1feea Date: Tue, 04 Sep 2018 22:37:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "75f690ee-20f6-492a-898a-cac09cecbc6a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1"}]} 2018-09-04 22:37:29,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf used request id req-52928012-8889-4042-981f-b620c6c1feea 2018-09-04 22:37:29,314 - neutron_utils - INFO - Retrieving security group with ID - 252c669a-0f50-49b1-974e-66237ed71edf 2018-09-04 22:37:29,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=252c669a-0f50-49b1-974e-66237ed71edf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:29,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a9414fbb-5c6e-43ab-8886-08c1696dc9ab Date: Tue, 04 Sep 2018 22:37:29 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "updated_at": "2018-09-04T22:37:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "revision_number": 0, "id": "75f690ee-20f6-492a-898a-cac09cecbc6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "d647dba4193d451380326fb98b218f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "revision_number": 0, "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "d647dba4193d451380326fb98b218f95"}], "revision_number": 2, "project_id": "d647dba4193d451380326fb98b218f95", "id": "252c669a-0f50-49b1-974e-66237ed71edf", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}]} 2018-09-04 22:37:29,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=252c669a-0f50-49b1-974e-66237ed71edf used request id req-a9414fbb-5c6e-43ab-8886-08c1696dc9ab 2018-09-04 22:37:29,515 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 252c669a-0f50-49b1-974e-66237ed71edf 2018-09-04 22:37:29,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:29,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0a3d1f68-e61b-4e13-9dbe-8cf335bf61aa Date: Tue, 04 Sep 2018 22:37:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "75f690ee-20f6-492a-898a-cac09cecbc6a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1"}]} 2018-09-04 22:37:29,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf used request id req-0a3d1f68-e61b-4e13-9dbe-8cf335bf61aa 2018-09-04 22:37:29,694 - neutron_utils - INFO - Retrieving security group with ID - 252c669a-0f50-49b1-974e-66237ed71edf 2018-09-04 22:37:29,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=252c669a-0f50-49b1-974e-66237ed71edf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:29,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-06ee1256-c69a-42fb-8259-0079a6a42b44 Date: Tue, 04 Sep 2018 22:37:29 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "updated_at": "2018-09-04T22:37:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "revision_number": 0, "id": "75f690ee-20f6-492a-898a-cac09cecbc6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "d647dba4193d451380326fb98b218f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "revision_number": 0, "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "d647dba4193d451380326fb98b218f95"}], "revision_number": 2, "project_id": "d647dba4193d451380326fb98b218f95", "id": "252c669a-0f50-49b1-974e-66237ed71edf", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}]} 2018-09-04 22:37:29,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=252c669a-0f50-49b1-974e-66237ed71edf used request id req-06ee1256-c69a-42fb-8259-0079a6a42b44 2018-09-04 22:37:29,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 252c669a-0f50-49b1-974e-66237ed71edf 2018-09-04 22:37:29,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:29,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cf96390e-c981-4145-b783-fa852890d876 Date: Tue, 04 Sep 2018 22:37:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "75f690ee-20f6-492a-898a-cac09cecbc6a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1"}]} 2018-09-04 22:37:29,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf used request id req-cf96390e-c981-4145-b783-fa852890d876 2018-09-04 22:37:29,923 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp 2018-09-04 22:37:29,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:29,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-7cea67b0-9423-4579-983f-1b64797f5fd0 Date: Tue, 04 Sep 2018 22:37:29 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "updated_at": "2018-09-04T22:37:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "revision_number": 0, "id": "75f690ee-20f6-492a-898a-cac09cecbc6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "d647dba4193d451380326fb98b218f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "revision_number": 0, "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "d647dba4193d451380326fb98b218f95"}], "revision_number": 2, "project_id": "d647dba4193d451380326fb98b218f95", "id": "252c669a-0f50-49b1-974e-66237ed71edf", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}]} 2018-09-04 22:37:29,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp used request id req-7cea67b0-9423-4579-983f-1b64797f5fd0 2018-09-04 22:37:29,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:37:29,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:37:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:37:29,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:30,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8249750a-b08e-4878-9914-411a159d42f6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:30,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-8249750a-b08e-4878-9914-411a159d42f6 2018-09-04 22:37:30,080 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 252c669a-0f50-49b1-974e-66237ed71edf 2018-09-04 22:37:30,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:30,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7ab34231-4b0e-4f34-8606-0d33d3087d08 Date: Tue, 04 Sep 2018 22:37:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "75f690ee-20f6-492a-898a-cac09cecbc6a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1"}]} 2018-09-04 22:37:30,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf used request id req-7ab34231-4b0e-4f34-8606-0d33d3087d08 2018-09-04 22:37:30,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf"}}' 2018-09-04 22:37:30,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-57d3fd28-696f-4521-8d57-b797b6c35c23 Date: Tue, 04 Sep 2018 22:37:30 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:30Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:30Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "81bf645a-22e8-4d8d-8c46-8d62592984e3"}} 2018-09-04 22:37:30,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-57d3fd28-696f-4521-8d57-b797b6c35c23 2018-09-04 22:37:30,289 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp 2018-09-04 22:37:30,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:30,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-68ef024d-92a4-4e51-a7a7-0bd87dadc297 Date: Tue, 04 Sep 2018 22:37:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "updated_at": "2018-09-04T22:37:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "revision_number": 0, "id": "75f690ee-20f6-492a-898a-cac09cecbc6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "d647dba4193d451380326fb98b218f95"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:30Z", "revision_number": 0, "id": "81bf645a-22e8-4d8d-8c46-8d62592984e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:30Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "d647dba4193d451380326fb98b218f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "revision_number": 0, "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "d647dba4193d451380326fb98b218f95"}], "revision_number": 3, "project_id": "d647dba4193d451380326fb98b218f95", "id": "252c669a-0f50-49b1-974e-66237ed71edf", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}]} 2018-09-04 22:37:30,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp used request id req-68ef024d-92a4-4e51-a7a7-0bd87dadc297 2018-09-04 22:37:30,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:30,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2d1a169-8f7e-421e-a608-7a583055e796 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:30,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-b2d1a169-8f7e-421e-a608-7a583055e796 2018-09-04 22:37:30,526 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 252c669a-0f50-49b1-974e-66237ed71edf 2018-09-04 22:37:30,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:30,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-1efbc4b3-ad26-4b36-a5e1-0ed02a49e941 Date: Tue, 04 Sep 2018 22:37:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "75f690ee-20f6-492a-898a-cac09cecbc6a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:30Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:30Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "81bf645a-22e8-4d8d-8c46-8d62592984e3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1"}]} 2018-09-04 22:37:30,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf used request id req-1efbc4b3-ad26-4b36-a5e1-0ed02a49e941 2018-09-04 22:37:30,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf"}}' 2018-09-04 22:37:31,014 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-e640e04c-160b-406d-b2d5-6f7fcb4e5fc0 Date: Tue, 04 Sep 2018 22:37:31 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:37:30Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": 22, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:30Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "0c6d6bd7-7b5f-42d1-85fe-6e55bbff1b33"}} 2018-09-04 22:37:31,014 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-e640e04c-160b-406d-b2d5-6f7fcb4e5fc0 2018-09-04 22:37:31,014 - neutron_utils - INFO - Retrieving security group with ID - 252c669a-0f50-49b1-974e-66237ed71edf 2018-09-04 22:37:31,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=252c669a-0f50-49b1-974e-66237ed71edf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:31,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-6cdbac90-6510-41c7-a4f5-27f695aad607 Date: Tue, 04 Sep 2018 22:37:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "updated_at": "2018-09-04T22:37:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:37:30Z", "revision_number": 0, "id": "0c6d6bd7-7b5f-42d1-85fe-6e55bbff1b33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:30Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d647dba4193d451380326fb98b218f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "revision_number": 0, "id": "75f690ee-20f6-492a-898a-cac09cecbc6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "d647dba4193d451380326fb98b218f95"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:30Z", "revision_number": 0, "id": "81bf645a-22e8-4d8d-8c46-8d62592984e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:30Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "d647dba4193d451380326fb98b218f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "revision_number": 0, "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "d647dba4193d451380326fb98b218f95"}], "revision_number": 4, "project_id": "d647dba4193d451380326fb98b218f95", "id": "252c669a-0f50-49b1-974e-66237ed71edf", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}]} 2018-09-04 22:37:31,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=252c669a-0f50-49b1-974e-66237ed71edf used request id req-6cdbac90-6510-41c7-a4f5-27f695aad607 2018-09-04 22:37:31,235 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 252c669a-0f50-49b1-974e-66237ed71edf 2018-09-04 22:37:31,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:37:31,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-9edf0b3c-b97a-4887-8282-5d02282b48e6 Date: Tue, 04 Sep 2018 22:37:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:37:30Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": 22, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:30Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "0c6d6bd7-7b5f-42d1-85fe-6e55bbff1b33"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "75f690ee-20f6-492a-898a-cac09cecbc6a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:30Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:30Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "81bf645a-22e8-4d8d-8c46-8d62592984e3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:28Z", "security_group_id": "252c669a-0f50-49b1-974e-66237ed71edf", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:28Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "b462f99c-fc84-47f8-a155-14dbccd9b3b1"}]} 2018-09-04 22:37:31,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=252c669a-0f50-49b1-974e-66237ed71edf used request id req-9edf0b3c-b97a-4887-8282-5d02282b48e6 2018-09-04 22:37:31,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:31,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:31,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "edee598076dc45779754e8e534d5c594", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role"}], "expires_at": "2018-09-04T23:37:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d647dba4193d451380326fb98b218f95", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-user", "id": "b853e15f6f354045bcb59ba6679fce73"}, "audit_ids": ["-mHrQIpRQkSDa5MDIlASag"], "issued_at": "2018-09-04T22:37:31.000000Z"}} 2018-09-04 22:37:31,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:31,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89e62d86-dbb6-4c50-900e-344f9c4c4bc2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:31,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-89e62d86-dbb6-4c50-900e-344f9c4c4bc2 2018-09-04 22:37:31,662 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:37:31,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:31,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4a2d3c7-5bf1-4d8c-8147-9cbabf4b4b7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:31,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b4a2d3c7-5bf1-4d8c-8147-9cbabf4b4b7e 2018-09-04 22:37:31,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:31,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c9f8ea49-3401-470b-9267-d4222e0d7e38 Date: Tue, 04 Sep 2018 22:37:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:31,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-c9f8ea49-3401-470b-9267-d4222e0d7e38 2018-09-04 22:37:31,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:37:31,999 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:37:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:37:32,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:32,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d6663b9-d56d-4249-828e-34e08bec5afe Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:32,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-4d6663b9-d56d-4249-828e-34e08bec5afe 2018-09-04 22:37:32,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:32,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e958309f-cf68-41a3-b97f-6328b8dc9fa4 Date: Tue, 04 Sep 2018 22:37:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:32,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-e958309f-cf68-41a3-b97f-6328b8dc9fa4 2018-09-04 22:37:32,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:32,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-68b35616-0d34-4c44-97a0-45b2dca36bfc Date: Tue, 04 Sep 2018 22:37:32 GMT RESP BODY: {"ports":[]} 2018-09-04 22:37:32,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1&admin_state_up=True used request id req-68b35616-0d34-4c44-97a0-45b2dca36bfc 2018-09-04 22:37:32,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:32,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b061b761-33a3-4269-8aaf-3c4a789c3816 x-compute-request-id: req-b061b761-33a3-4269-8aaf-3c4a789c3816 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:37:32,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst used request id req-b061b761-33a3-4269-8aaf-3c4a789c3816 2018-09-04 22:37:32,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:32,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1e824d8d-a11f-47d2-9056-113f8386bf9e Date: Tue, 04 Sep 2018 22:37:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:32,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-1e824d8d-a11f-47d2-9056-113f8386bf9e 2018-09-04 22:37:32,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:33,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2d2d1d2-5b83-4785-8701-aa69c06d5f59 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:33,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-d2d2d1d2-5b83-4785-8701-aa69c06d5f59 2018-09-04 22:37:33,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:33,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-79a9289e-c429-492a-83fd-e022edc5045b Date: Tue, 04 Sep 2018 22:37:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:33,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-79a9289e-c429-492a-83fd-e022edc5045b 2018-09-04 22:37:33,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:33,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8485f8f3-60e8-44c8-9dcd-4f9d0c019143 Date: Tue, 04 Sep 2018 22:37:33 GMT RESP BODY: {"ports":[]} 2018-09-04 22:37:33,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1&admin_state_up=True used request id req-8485f8f3-60e8-44c8-9dcd-4f9d0c019143 2018-09-04 22:37:33,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:33,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:33,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "edee598076dc45779754e8e534d5c594", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role"}], "expires_at": "2018-09-04T23:37:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d647dba4193d451380326fb98b218f95", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-user", "id": "b853e15f6f354045bcb59ba6679fce73"}, "audit_ids": ["zZAao1ypR4K1srT6YInMFA"], "issued_at": "2018-09-04T22:37:33.000000Z"}} 2018-09-04 22:37:33,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284a79b5c8d6f72e04377b38e077d659ece03dd1" 2018-09-04 22:37:33,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec734446-3434-4032-90da-2bc9edb34607 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:33,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ec734446-3434-4032-90da-2bc9edb34607 2018-09-04 22:37:33,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:33,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2a1d76ee-586d-47a8-8a9e-71db1622c380 Date: Tue, 04 Sep 2018 22:37:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:33,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-2a1d76ee-586d-47a8-8a9e-71db1622c380 2018-09-04 22:37:33,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:34,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d48a9036-dd14-4bc6-ae7e-d8f957609231 Date: Tue, 04 Sep 2018 22:37:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:34,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-d48a9036-dd14-4bc6-ae7e-d8f957609231 2018-09-04 22:37:34,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:34,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-70b4b99e-e451-4b2d-a481-93ee8fee5f64 Date: Tue, 04 Sep 2018 22:37:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:34,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-70b4b99e-e451-4b2d-a481-93ee8fee5f64 2018-09-04 22:37:34,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:37:34,446 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:37:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:37:34,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284a79b5c8d6f72e04377b38e077d659ece03dd1" 2018-09-04 22:37:34,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-809d3f20-7795-4036-812c-a0bc111065a9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:34,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-809d3f20-7795-4036-812c-a0bc111065a9 2018-09-04 22:37:34,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:34,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3459d107-25a6-4908-892f-43084757c28c Date: Tue, 04 Sep 2018 22:37:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:34,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-3459d107-25a6-4908-892f-43084757c28c 2018-09-04 22:37:34,663 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net 2018-09-04 22:37:34,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" -d '{"port": {"network_id": "120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1", "admin_state_up": true}}' 2018-09-04 22:37:35,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-bb860833-9e3a-40b8-b928-cfba80885840 Date: Tue, 04 Sep 2018 22:37:35 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.5"}],"id":"c1147635-a4a6-4e4b-9732-20df8f985411","security_groups":["8b22af41-f43e-44c1-8b02-6ca1949559d1"],"mac_address":"fa:16:3e:54:56:ca","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1","project_id":"d647dba4193d451380326fb98b218f95","qos_policy_id":null,"admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:35Z","binding:vnic_type":"normal"}} 2018-09-04 22:37:35,760 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-bb860833-9e3a-40b8-b928-cfba80885840 2018-09-04 22:37:35,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:36,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fe889728-45d5-4d1b-aaac-188c62b5ec6e Date: Tue, 04 Sep 2018 22:37:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:36,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-fe889728-45d5-4d1b-aaac-188c62b5ec6e 2018-09-04 22:37:36,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:36,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd397e1-3c17-45ac-9a57-f4fb864b30a6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:36,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-7cd397e1-3c17-45ac-9a57-f4fb864b30a6 2018-09-04 22:37:36,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:36,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-660b6c70-9100-40ba-812a-a451b04b4826 Date: Tue, 04 Sep 2018 22:37:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:36,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-660b6c70-9100-40ba-812a-a451b04b4826 2018-09-04 22:37:36,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:36,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-c6a1f58a-faeb-46b7-8ad4-d93ae39b2b64 Date: Tue, 04 Sep 2018 22:37:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.5"}],"id":"c1147635-a4a6-4e4b-9732-20df8f985411","security_groups":["8b22af41-f43e-44c1-8b02-6ca1949559d1"],"mac_address":"fa:16:3e:54:56:ca","project_id":"d647dba4193d451380326fb98b218f95","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:35Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:37:36,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1&admin_state_up=True used request id req-c6a1f58a-faeb-46b7-8ad4-d93ae39b2b64 2018-09-04 22:37:36,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:36,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ddf14f7-625c-4997-9575-eefbbe0fb77d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:36,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-1ddf14f7-625c-4997-9575-eefbbe0fb77d 2018-09-04 22:37:36,769 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst 2018-09-04 22:37:36,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:36,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d48ba8bc-8cfb-461a-8611-deba5525cb7a x-compute-request-id: req-d48ba8bc-8cfb-461a-8611-deba5525cb7a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-flavor-name"}]} 2018-09-04 22:37:36,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-d48ba8bc-8cfb-461a-8611-deba5525cb7a 2018-09-04 22:37:36,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:36,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40e2d75c-ceaf-44ee-b8cb-1b5d5d3bfa27 x-compute-request-id: req-40e2d75c-ceaf-44ee-b8cb-1b5d5d3bfa27 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:37:36,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e used request id req-40e2d75c-ceaf-44ee-b8cb-1b5d5d3bfa27 2018-09-04 22:37:36,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:37,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-766d5469-df8a-41f5-a093-7d381d1f298a Date: Tue, 04 Sep 2018 22:37:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:37:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:37:12Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/721360b4-5f14-4406-a655-fb94662bee62/snap", "metadata": {}}], "self": "/v2/images/721360b4-5f14-4406-a655-fb94662bee62", "min_disk": 0, "protected": false, "id": "721360b4-5f14-4406-a655-fb94662bee62", "file": "/v2/images/721360b4-5f14-4406-a655-fb94662bee62/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d647dba4193d451380326fb98b218f95", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/721360b4-5f14-4406-a655-fb94662bee62/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image"} 2018-09-04 22:37:37,007 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image used request id req-766d5469-df8a-41f5-a093-7d381d1f298a 2018-09-04 22:37:37,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:37,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6c27c8d4-8245-4b76-bedc-20e3f914489e Date: Tue, 04 Sep 2018 22:37:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:37:37,234 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-6c27c8d4-8245-4b76-bedc-20e3f914489e 2018-09-04 22:37:37,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "imageRef": "721360b4-5f14-4406-a655-fb94662bee62", "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "flavorRef": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "max_count": 1, "min_count": 1, "networks": [{"port": "c1147635-a4a6-4e4b-9732-20df8f985411"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}]}}' 2018-09-04 22:37:39,085 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:37:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d5c9687-6ea8-4d24-982b-a5ced30544a8 x-compute-request-id: req-4d5c9687-6ea8-4d24-982b-a5ced30544a8 Content-Length: 444 location: http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "adminPass": "2oT99YnGUqAK"}} 2018-09-04 22:37:39,086 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-4d5c9687-6ea8-4d24-982b-a5ced30544a8 2018-09-04 22:37:39,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:39,485 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62dca53b-2f47-4633-8f13-ac1f486d0b89 x-compute-request-id: req-62dca53b-2f47-4633-8f13-ac1f486d0b89 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:37:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:37:39,485 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-62dca53b-2f47-4633-8f13-ac1f486d0b89 2018-09-04 22:37:39,486 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst 2018-09-04 22:37:39,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:39,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53dea772-8e07-4d5c-94f0-c80f36787d69 x-compute-request-id: req-53dea772-8e07-4d5c-94f0-c80f36787d69 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:37:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:37:39,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-53dea772-8e07-4d5c-94f0-c80f36787d69 2018-09-04 22:37:39,730 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst] is - BUILD 2018-09-04 22:37:39,730 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:37:42,731 - create_instance - DEBUG - VM status query timeout in 896.754780054 2018-09-04 22:37:42,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:43,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e856b59a-ac09-4f70-88f5-b80fe0299c4a x-compute-request-id: req-e856b59a-ac09-4f70-88f5-b80fe0299c4a Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "security_groups": [{"name": "default"}], "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:37:40Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:37:43,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-e856b59a-ac09-4f70-88f5-b80fe0299c4a 2018-09-04 22:37:43,483 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst] is - BUILD 2018-09-04 22:37:43,483 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:37:46,487 - create_instance - DEBUG - VM status query timeout in 892.999156952 2018-09-04 22:37:46,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:47,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a4c6a5b-6d5d-4489-a2c4-38071ab20e0f x-compute-request-id: req-6a4c6a5b-6d5d-4489-a2c4-38071ab20e0f Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:56:ca", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "security_groups": [{"name": "default"}], "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:37:43Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:37:47,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-6a4c6a5b-6d5d-4489-a2c4-38071ab20e0f 2018-09-04 22:37:47,259 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst] is - ACTIVE 2018-09-04 22:37:47,259 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:37:47,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:47,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91b4f63a-044a-4eae-ac6f-f7003afa5ca9 x-compute-request-id: req-91b4f63a-044a-4eae-ac6f-f7003afa5ca9 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:56:ca", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "security_groups": [{"name": "default"}], "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:37:43Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:37:47,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-91b4f63a-044a-4eae-ac6f-f7003afa5ca9 2018-09-04 22:37:47,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:47,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-080e1c72-5abc-4254-aaf9-20c3479f3daf Date: Tue, 04 Sep 2018 22:37:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:47,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-080e1c72-5abc-4254-aaf9-20c3479f3daf 2018-09-04 22:37:47,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:48,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2904dfd4-503c-4d9e-9886-3483e11b9460 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:48,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-2904dfd4-503c-4d9e-9886-3483e11b9460 2018-09-04 22:37:48,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:48,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3549d8cd-5676-4483-ba65-5b359c872907 Date: Tue, 04 Sep 2018 22:37:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:48,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-3549d8cd-5676-4483-ba65-5b359c872907 2018-09-04 22:37:48,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:48,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-1ae475a3-30f6-459c-89a3-0cc6578f84f0 Date: Tue, 04 Sep 2018 22:37:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.3"}],"id":"4f2e01e0-65a0-425b-bd1f-ba07c79089cc","security_groups":[],"mac_address":"fa:16:3e:39:c2:dc","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.2"}],"id":"50184d05-4d8c-4df5-8e5f-37030d374864","security_groups":[],"mac_address":"fa:16:3e:33:36:04","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.1"}],"id":"94549106-6788-42ed-9738-009a6efe83b3","security_groups":[],"mac_address":"fa:16:3e:b4:27:f7","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:24Z","binding:vnic_type":"normal","device_id":"afbc7ee4-ff28-4481-b803-f70fd8a6c66a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.4"}],"id":"b36383ff-93eb-44da-8023-155803f01e30","security_groups":[],"mac_address":"fa:16:3e:a4:17:7f","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.5"}],"id":"c1147635-a4a6-4e4b-9732-20df8f985411","security_groups":["8b22af41-f43e-44c1-8b02-6ca1949559d1"],"mac_address":"fa:16:3e:54:56:ca","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:35Z","binding:vnic_type":"normal","device_id":"049f335f-2192-4bbd-bfa7-e278e15a58d8"}]} 2018-09-04 22:37:48,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-1ae475a3-30f6-459c-89a3-0cc6578f84f0 2018-09-04 22:37:48,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:48,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9d5bd99-9769-42ca-8c67-00e96116a856 x-compute-request-id: req-b9d5bd99-9769-42ca-8c67-00e96116a856 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:56:ca", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "security_groups": [{"name": "default"}], "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:37:43Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:37:49,000 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-b9d5bd99-9769-42ca-8c67-00e96116a856 2018-09-04 22:37:49,000 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst] is - ACTIVE 2018-09-04 22:37:49,000 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:37:49,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:49,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4caa5220-d28d-48b0-8d32-1de744a06b99 x-compute-request-id: req-4caa5220-d28d-48b0-8d32-1de744a06b99 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:56:ca", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "security_groups": [{"name": "default"}], "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:37:43Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:37:49,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-4caa5220-d28d-48b0-8d32-1de744a06b99 2018-09-04 22:37:49,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:49,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d17ed7c9-cc08-4f0f-b42d-7e231c93b86a Date: Tue, 04 Sep 2018 22:37:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:49,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-d17ed7c9-cc08-4f0f-b42d-7e231c93b86a 2018-09-04 22:37:49,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:49,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9cea28-961c-4c95-8d0a-ee4e18be2ce5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:49,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-9c9cea28-961c-4c95-8d0a-ee4e18be2ce5 2018-09-04 22:37:49,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:49,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2853225f-7624-45eb-aebf-914ec7c419b2 Date: Tue, 04 Sep 2018 22:37:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:49,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-2853225f-7624-45eb-aebf-914ec7c419b2 2018-09-04 22:37:49,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:49,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-9339d0b6-ec1f-4a12-ba87-a601843c3197 Date: Tue, 04 Sep 2018 22:37:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.3"}],"id":"4f2e01e0-65a0-425b-bd1f-ba07c79089cc","security_groups":[],"mac_address":"fa:16:3e:39:c2:dc","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.2"}],"id":"50184d05-4d8c-4df5-8e5f-37030d374864","security_groups":[],"mac_address":"fa:16:3e:33:36:04","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.1"}],"id":"94549106-6788-42ed-9738-009a6efe83b3","security_groups":[],"mac_address":"fa:16:3e:b4:27:f7","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:24Z","binding:vnic_type":"normal","device_id":"afbc7ee4-ff28-4481-b803-f70fd8a6c66a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.4"}],"id":"b36383ff-93eb-44da-8023-155803f01e30","security_groups":[],"mac_address":"fa:16:3e:a4:17:7f","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.5"}],"id":"c1147635-a4a6-4e4b-9732-20df8f985411","security_groups":["8b22af41-f43e-44c1-8b02-6ca1949559d1"],"mac_address":"fa:16:3e:54:56:ca","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:35Z","binding:vnic_type":"normal","device_id":"049f335f-2192-4bbd-bfa7-e278e15a58d8"}]} 2018-09-04 22:37:49,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-9339d0b6-ec1f-4a12-ba87-a601843c3197 2018-09-04 22:37:49,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}}' 2018-09-04 22:37:51,008 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:37:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1603b81c-b90d-437d-b108-f45eae40dafc x-compute-request-id: req-1603b81c-b90d-437d-b108-f45eae40dafc Content-Length: 0 Content-Type: application/json 2018-09-04 22:37:51,008 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8/action used request id req-1603b81c-b90d-437d-b108-f45eae40dafc 2018-09-04 22:37:51,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:51,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65d1c7d6-5928-4a59-9330-78d309194b2a x-compute-request-id: req-65d1c7d6-5928-4a59-9330-78d309194b2a Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:56:ca", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}, {"name": "default"}], "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:37:43Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:37:51,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-65d1c7d6-5928-4a59-9330-78d309194b2a 2018-09-04 22:37:51,345 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst] is - ACTIVE 2018-09-04 22:37:51,345 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:37:51,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:51,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75e3c602-b61b-4221-9645-b28a81bd592d x-compute-request-id: req-75e3c602-b61b-4221-9645-b28a81bd592d Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:56:ca", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}, {"name": "default"}], "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:37:43Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:37:51,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-75e3c602-b61b-4221-9645-b28a81bd592d 2018-09-04 22:37:51,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:51,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5fe29dbe-8155-447e-bdfa-86ed5415c089 Date: Tue, 04 Sep 2018 22:37:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:51,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-5fe29dbe-8155-447e-bdfa-86ed5415c089 2018-09-04 22:37:51,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:51,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33d27278-1bce-4b3f-8f48-d7e3b4e32f22 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:51,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-33d27278-1bce-4b3f-8f48-d7e3b4e32f22 2018-09-04 22:37:51,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:52,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9b69f8a2-1250-4e23-8d86-a2db3878e469 Date: Tue, 04 Sep 2018 22:37:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:52,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-9b69f8a2-1250-4e23-8d86-a2db3878e469 2018-09-04 22:37:52,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:37:52,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-87c7766d-3204-467d-aeb1-a05e166c54d8 Date: Tue, 04 Sep 2018 22:37:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.3"}],"id":"4f2e01e0-65a0-425b-bd1f-ba07c79089cc","security_groups":[],"mac_address":"fa:16:3e:39:c2:dc","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.2"}],"id":"50184d05-4d8c-4df5-8e5f-37030d374864","security_groups":[],"mac_address":"fa:16:3e:33:36:04","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.1"}],"id":"94549106-6788-42ed-9738-009a6efe83b3","security_groups":[],"mac_address":"fa:16:3e:b4:27:f7","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:24Z","binding:vnic_type":"normal","device_id":"afbc7ee4-ff28-4481-b803-f70fd8a6c66a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.4"}],"id":"b36383ff-93eb-44da-8023-155803f01e30","security_groups":[],"mac_address":"fa:16:3e:a4:17:7f","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.5"}],"id":"c1147635-a4a6-4e4b-9732-20df8f985411","security_groups":["252c669a-0f50-49b1-974e-66237ed71edf","8b22af41-f43e-44c1-8b02-6ca1949559d1"],"mac_address":"fa:16:3e:54:56:ca","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:35Z","binding:vnic_type":"normal","device_id":"049f335f-2192-4bbd-bfa7-e278e15a58d8"}]} 2018-09-04 22:37:52,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-87c7766d-3204-467d-aeb1-a05e166c54d8 2018-09-04 22:37:52,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:52,301 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:37:52,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:52,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "edee598076dc45779754e8e534d5c594", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role"}], "expires_at": "2018-09-04T23:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d647dba4193d451380326fb98b218f95", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-user", "id": "b853e15f6f354045bcb59ba6679fce73"}, "audit_ids": ["p20MibetTt2-GDf9PUldaA"], "issued_at": "2018-09-04T22:37:52.000000Z"}} 2018-09-04 22:37:52,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:52,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b005ba7c-a9ac-4c77-9694-2e42bca20a43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:52,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b005ba7c-a9ac-4c77-9694-2e42bca20a43 2018-09-04 22:37:52,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:53,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f5ddf47-0234-4185-be23-a7bf070c6cc0 x-compute-request-id: req-4f5ddf47-0234-4185-be23-a7bf070c6cc0 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:37:53,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e used request id req-4f5ddf47-0234-4185-be23-a7bf070c6cc0 2018-09-04 22:37:53,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/41a9a8e3-e1ac-4770-8278-0eb9aab4fb71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:53,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-13b10662-e3a6-4dd9-af98-096954a4f18a Date: Tue, 04 Sep 2018 22:37:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}} 2018-09-04 22:37:53,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/41a9a8e3-e1ac-4770-8278-0eb9aab4fb71 used request id req-13b10662-e3a6-4dd9-af98-096954a4f18a 2018-09-04 22:37:53,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:53,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8bd9f485-49c7-4347-936d-2be782d3347e Date: Tue, 04 Sep 2018 22:37:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:53,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-8bd9f485-49c7-4347-936d-2be782d3347e 2018-09-04 22:37:53,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:53,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4e9f8ab6-08df-4dc4-a239-1c1f5538668f Date: Tue, 04 Sep 2018 22:37:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:53,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-4e9f8ab6-08df-4dc4-a239-1c1f5538668f 2018-09-04 22:37:53,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:54,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c9892f2b-7dc1-4d0f-936a-0d44ce0c4eba Date: Tue, 04 Sep 2018 22:37:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:54,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-c9892f2b-7dc1-4d0f-936a-0d44ce0c4eba 2018-09-04 22:37:54,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:37:54,022 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:37:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:37:54,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:54,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abe31fd9-66d0-4a66-bfef-d4b979dc239a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:54,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-abe31fd9-66d0-4a66-bfef-d4b979dc239a 2018-09-04 22:37:54,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:54,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-db3f4f9e-3898-4535-aa73-da74bf42fb0a Date: Tue, 04 Sep 2018 22:37:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:54,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-db3f4f9e-3898-4535-aa73-da74bf42fb0a 2018-09-04 22:37:54,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7&mac_address=fa%3A16%3A3e%3A54%3A56%3Aca&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:54,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-c0dbaaa3-11fb-4637-b707-47896386810f Date: Tue, 04 Sep 2018 22:37:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.5"}],"id":"c1147635-a4a6-4e4b-9732-20df8f985411","security_groups":["252c669a-0f50-49b1-974e-66237ed71edf","8b22af41-f43e-44c1-8b02-6ca1949559d1"],"mac_address":"fa:16:3e:54:56:ca","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:35Z","binding:vnic_type":"normal","device_id":"049f335f-2192-4bbd-bfa7-e278e15a58d8"}]} 2018-09-04 22:37:54,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7&mac_address=fa%3A16%3A3e%3A54%3A56%3Aca&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1&admin_state_up=True used request id req-c0dbaaa3-11fb-4637-b707-47896386810f 2018-09-04 22:37:54,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:54,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e04f965c-e761-46d1-a9b3-c8132edc6aa6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:54,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-e04f965c-e761-46d1-a9b3-c8132edc6aa6 2018-09-04 22:37:54,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:54,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-049594b0-5fe3-43bc-b686-728196152d92 Date: Tue, 04 Sep 2018 22:37:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:54,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-049594b0-5fe3-43bc-b686-728196152d92 2018-09-04 22:37:54,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:54,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c0aa4167-880e-4898-a72b-fa77ba7e5aed Date: Tue, 04 Sep 2018 22:37:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:54,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-c0aa4167-880e-4898-a72b-fa77ba7e5aed 2018-09-04 22:37:54,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:55,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-4c5d1106-06c6-4cff-8bc5-f14065349686 Date: Tue, 04 Sep 2018 22:37:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.3"}],"id":"4f2e01e0-65a0-425b-bd1f-ba07c79089cc","security_groups":[],"mac_address":"fa:16:3e:39:c2:dc","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.2"}],"id":"50184d05-4d8c-4df5-8e5f-37030d374864","security_groups":[],"mac_address":"fa:16:3e:33:36:04","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.1"}],"id":"94549106-6788-42ed-9738-009a6efe83b3","security_groups":[],"mac_address":"fa:16:3e:b4:27:f7","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:24Z","binding:vnic_type":"normal","device_id":"afbc7ee4-ff28-4481-b803-f70fd8a6c66a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.4"}],"id":"b36383ff-93eb-44da-8023-155803f01e30","security_groups":[],"mac_address":"fa:16:3e:a4:17:7f","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.5"}],"id":"c1147635-a4a6-4e4b-9732-20df8f985411","security_groups":["252c669a-0f50-49b1-974e-66237ed71edf","8b22af41-f43e-44c1-8b02-6ca1949559d1"],"mac_address":"fa:16:3e:54:56:ca","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:35Z","binding:vnic_type":"normal","device_id":"049f335f-2192-4bbd-bfa7-e278e15a58d8"}]} 2018-09-04 22:37:55,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-4c5d1106-06c6-4cff-8bc5-f14065349686 2018-09-04 22:37:55,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea92b84d2bbdf899d122087e404dfec52ff479e" 2018-09-04 22:37:55,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ff4454e3-6989-4af5-989b-2a7a63871cc4 Date: Tue, 04 Sep 2018 22:37:55 GMT RESP BODY: {"floatingips": []} 2018-09-04 22:37:55,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-ff4454e3-6989-4af5-989b-2a7a63871cc4 2018-09-04 22:37:55,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:37:55,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:37:55,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "edee598076dc45779754e8e534d5c594", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role"}], "expires_at": "2018-09-04T23:37:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d647dba4193d451380326fb98b218f95", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d647dba4193d451380326fb98b218f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-user", "id": "b853e15f6f354045bcb59ba6679fce73"}, "audit_ids": ["_FTjP2eCRI-jaC2wl-EHGQ"], "issued_at": "2018-09-04T22:37:55.000000Z"}} 2018-09-04 22:37:55,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:55,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0122b08a-615e-4b76-ba7a-cd53b0b84419 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:55,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0122b08a-615e-4b76-ba7a-cd53b0b84419 2018-09-04 22:37:55,721 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:37:55,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:55,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-720c186c-d659-4189-9f55-b9f75c0c7a00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:37:55,809 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-720c186c-d659-4189-9f55-b9f75c0c7a00 2018-09-04 22:37:55,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:56,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-dea17a2f-443e-4777-ae8f-bdb8f9a2cf2e Date: Tue, 04 Sep 2018 22:37:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:56,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-dea17a2f-443e-4777-ae8f-bdb8f9a2cf2e 2018-09-04 22:37:56,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:37:56,092 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:37:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:37:56,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:56,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-146a84a6-3e7e-4d0a-8f2a-d4be1d02a61e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:56,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-146a84a6-3e7e-4d0a-8f2a-d4be1d02a61e 2018-09-04 22:37:56,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:56,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e6b0a728-5365-4ac3-b6ef-5678c4edccbe Date: Tue, 04 Sep 2018 22:37:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:56,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-e6b0a728-5365-4ac3-b6ef-5678c4edccbe 2018-09-04 22:37:56,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7&mac_address=fa%3A16%3A3e%3A54%3A56%3Aca&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:56,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-b1ee0ed8-cb69-411f-9930-5961d4439ad9 Date: Tue, 04 Sep 2018 22:37:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.5"}],"id":"c1147635-a4a6-4e4b-9732-20df8f985411","security_groups":["252c669a-0f50-49b1-974e-66237ed71edf","8b22af41-f43e-44c1-8b02-6ca1949559d1"],"mac_address":"fa:16:3e:54:56:ca","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:35Z","binding:vnic_type":"normal","device_id":"049f335f-2192-4bbd-bfa7-e278e15a58d8"}]} 2018-09-04 22:37:56,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7&mac_address=fa%3A16%3A3e%3A54%3A56%3Aca&name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1&admin_state_up=True used request id req-b1ee0ed8-cb69-411f-9930-5961d4439ad9 2018-09-04 22:37:56,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:56,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e29c4443-2b0d-4eb2-acd5-9d77afc48585 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:56,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-e29c4443-2b0d-4eb2-acd5-9d77afc48585 2018-09-04 22:37:56,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:57,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a2df4d3-4ed2-4a3a-8eaa-2e2396936ebf x-compute-request-id: req-1a2df4d3-4ed2-4a3a-8eaa-2e2396936ebf Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:56:ca", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}, {"name": "default"}], "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:37:43Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:37:57,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst used request id req-1a2df4d3-4ed2-4a3a-8eaa-2e2396936ebf 2018-09-04 22:37:57,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:57,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5ef6d3af-8d1e-4b4c-a132-cdbca683350e Date: Tue, 04 Sep 2018 22:37:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:37:57,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-5ef6d3af-8d1e-4b4c-a132-cdbca683350e 2018-09-04 22:37:57,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:58,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-35c9eb2f-ea2b-48ff-ba98-3fedf8ccb30c Date: Tue, 04 Sep 2018 22:37:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:37:58,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-35c9eb2f-ea2b-48ff-ba98-3fedf8ccb30c 2018-09-04 22:37:58,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:58,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-3f1e7abb-bfe5-430c-927b-7d9462eb8e73 Date: Tue, 04 Sep 2018 22:37:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.3"}],"id":"4f2e01e0-65a0-425b-bd1f-ba07c79089cc","security_groups":[],"mac_address":"fa:16:3e:39:c2:dc","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.2"}],"id":"50184d05-4d8c-4df5-8e5f-37030d374864","security_groups":[],"mac_address":"fa:16:3e:33:36:04","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.1"}],"id":"94549106-6788-42ed-9738-009a6efe83b3","security_groups":[],"mac_address":"fa:16:3e:b4:27:f7","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:24Z","binding:vnic_type":"normal","device_id":"afbc7ee4-ff28-4481-b803-f70fd8a6c66a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.4"}],"id":"b36383ff-93eb-44da-8023-155803f01e30","security_groups":[],"mac_address":"fa:16:3e:a4:17:7f","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.5"}],"id":"c1147635-a4a6-4e4b-9732-20df8f985411","security_groups":["252c669a-0f50-49b1-974e-66237ed71edf","8b22af41-f43e-44c1-8b02-6ca1949559d1"],"mac_address":"fa:16:3e:54:56:ca","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:35Z","binding:vnic_type":"normal","device_id":"049f335f-2192-4bbd-bfa7-e278e15a58d8"}]} 2018-09-04 22:37:58,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-3f1e7abb-bfe5-430c-927b-7d9462eb8e73 2018-09-04 22:37:58,411 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst 2018-09-04 22:37:58,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:58,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f0a660b6-4bf4-4db5-8383-e522b8a83a3f Date: Tue, 04 Sep 2018 22:37:58 GMT RESP BODY: {"floatingips": []} 2018-09-04 22:37:58,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-f0a660b6-4bf4-4db5-8383-e522b8a83a3f 2018-09-04 22:37:58,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:58,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-4bb9d3b4-bba4-4a8c-b1d5-e2de22a7374f Date: Tue, 04 Sep 2018 22:37:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:18Z", "admin_state_up": true, "updated_at": "2018-09-04T22:37:25Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "d647dba4193d451380326fb98b218f95", "id": "afbc7ee4-ff28-4481-b803-f70fd8a6c66a", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router"}]} 2018-09-04 22:37:58,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router used request id req-4bb9d3b4-bba4-4a8c-b1d5-e2de22a7374f 2018-09-04 22:37:58,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:58,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab034b73-05df-4c49-bc32-ba72b2e89bd7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:37:58,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-ab034b73-05df-4c49-bc32-ba72b2e89bd7 2018-09-04 22:37:58,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=afbc7ee4-ff28-4481-b803-f70fd8a6c66a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:59,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-b62e6064-231f-4031-ba0d-b89072217819 Date: Tue, 04 Sep 2018 22:37:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.1"}],"id":"94549106-6788-42ed-9738-009a6efe83b3","security_groups":[],"mac_address":"fa:16:3e:b4:27:f7","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:24Z","binding:vnic_type":"normal","device_id":"afbc7ee4-ff28-4481-b803-f70fd8a6c66a"}]} 2018-09-04 22:37:59,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=afbc7ee4-ff28-4481-b803-f70fd8a6c66a used request id req-b62e6064-231f-4031-ba0d-b89072217819 2018-09-04 22:37:59,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/41a9a8e3-e1ac-4770-8278-0eb9aab4fb71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:59,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a77cf28c-aa93-4a0c-826c-41189e59d11c Date: Tue, 04 Sep 2018 22:37:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}} 2018-09-04 22:37:59,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/41a9a8e3-e1ac-4770-8278-0eb9aab4fb71 used request id req-a77cf28c-aa93-4a0c-826c-41189e59d11c 2018-09-04 22:37:59,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:59,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7d0dc574-2500-4d71-b1fc-ceb1da7ab495 Date: Tue, 04 Sep 2018 22:37:59 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:37:59,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-7d0dc574-2500-4d71-b1fc-ceb1da7ab495 2018-09-04 22:37:59,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:37:59,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aade1393-471f-4b6e-acd4-544788457bca Date: Tue, 04 Sep 2018 22:37:59 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:37:59,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-aade1393-471f-4b6e-acd4-544788457bca 2018-09-04 22:37:59,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:00,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:37:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b443623f-da80-4ece-933f-ce3f17c6787e x-compute-request-id: req-b443623f-da80-4ece-933f-ce3f17c6787e Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:56:ca", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}, {"name": "default"}], "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:37:43Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:38:00,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-b443623f-da80-4ece-933f-ce3f17c6787e 2018-09-04 22:38:00,193 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst] is - ACTIVE 2018-09-04 22:38:00,193 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:38:00,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:00,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da1c9a16-9f55-4bbc-aca9-ed7d360a0c8a x-compute-request-id: req-da1c9a16-9f55-4bbc-aca9-ed7d360a0c8a Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:56:ca", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}, {"name": "default"}], "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:37:43Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:38:00,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-da1c9a16-9f55-4bbc-aca9-ed7d360a0c8a 2018-09-04 22:38:00,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:00,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d30ec8e7-4621-40a3-98c6-49be1ea6159b Date: Tue, 04 Sep 2018 22:38:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:38:00,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-d30ec8e7-4621-40a3-98c6-49be1ea6159b 2018-09-04 22:38:00,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:01,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fcfe66e-afb3-4f71-a9d1-9634117752eb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:38:01,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-2fcfe66e-afb3-4f71-a9d1-9634117752eb 2018-09-04 22:38:01,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:01,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8557963c-3c21-4a3a-8c1f-bea0283e4020 Date: Tue, 04 Sep 2018 22:38:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:38:01,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-8557963c-3c21-4a3a-8c1f-bea0283e4020 2018-09-04 22:38:01,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:01,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-93f34e9e-3e0a-46ea-91da-89245ccc8c58 Date: Tue, 04 Sep 2018 22:38:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.3"}],"id":"4f2e01e0-65a0-425b-bd1f-ba07c79089cc","security_groups":[],"mac_address":"fa:16:3e:39:c2:dc","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.2"}],"id":"50184d05-4d8c-4df5-8e5f-37030d374864","security_groups":[],"mac_address":"fa:16:3e:33:36:04","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.1"}],"id":"94549106-6788-42ed-9738-009a6efe83b3","security_groups":[],"mac_address":"fa:16:3e:b4:27:f7","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:24Z","binding:vnic_type":"normal","device_id":"afbc7ee4-ff28-4481-b803-f70fd8a6c66a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.4"}],"id":"b36383ff-93eb-44da-8023-155803f01e30","security_groups":[],"mac_address":"fa:16:3e:a4:17:7f","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.5"}],"id":"c1147635-a4a6-4e4b-9732-20df8f985411","security_groups":["252c669a-0f50-49b1-974e-66237ed71edf","8b22af41-f43e-44c1-8b02-6ca1949559d1"],"mac_address":"fa:16:3e:54:56:ca","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:35Z","binding:vnic_type":"normal","device_id":"049f335f-2192-4bbd-bfa7-e278e15a58d8"}]} 2018-09-04 22:38:01,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-93f34e9e-3e0a-46ea-91da-89245ccc8c58 2018-09-04 22:38:01,181 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-04 22:38:01,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:01,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-cde42c2a-a4d8-4b73-a7a1-df3f19bb5f78 Date: Tue, 04 Sep 2018 22:38:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:38:01,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-cde42c2a-a4d8-4b73-a7a1-df3f19bb5f78 2018-09-04 22:38:01,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:01,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6e997def-98ee-4417-bf52-bcf7ae99c877 Date: Tue, 04 Sep 2018 22:38:01 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:38:01,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-6e997def-98ee-4417-bf52-bcf7ae99c877 2018-09-04 22:38:01,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "port_id": "c1147635-a4a6-4e4b-9732-20df8f985411"}}' 2018-09-04 22:38:04,120 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-9e2943a8-b723-4941-8f57-f72b01c5b9d4 Date: Tue, 04 Sep 2018 22:38:04 GMT RESP BODY: {"floatingip": {"router_id": "afbc7ee4-ff28-4481-b803-f70fd8a6c66a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:38:02Z", "updated_at": "2018-09-04T22:38:02Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.55.1.5", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "d647dba4193d451380326fb98b218f95", "port_id": "c1147635-a4a6-4e4b-9732-20df8f985411", "id": "3bd440ba-6e52-49bc-96cc-3bbd037cd6c8"}} 2018-09-04 22:38:04,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-9e2943a8-b723-4941-8f57-f72b01c5b9d4 2018-09-04 22:38:04,121 - create_instance - INFO - Created floating IP 172.30.9.209 via router - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router 2018-09-04 22:38:04,121 - create_instance - INFO - Checking if VM is active 2018-09-04 22:38:04,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:04,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-457bf21b-dfb8-4709-a54a-c25d1e94b970 x-compute-request-id: req-457bf21b-dfb8-4709-a54a-c25d1e94b970 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:56:ca", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}, {"name": "default"}], "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:37:43Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:38:04,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-457bf21b-dfb8-4709-a54a-c25d1e94b970 2018-09-04 22:38:04,453 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst] is - ACTIVE 2018-09-04 22:38:04,453 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:38:04,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:05,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de22f109-efca-40e3-a5e9-18a4bb9e693b x-compute-request-id: req-de22f109-efca-40e3-a5e9-18a4bb9e693b Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:56:ca", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp"}, {"name": "default"}], "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:37:43Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:38:05,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-de22f109-efca-40e3-a5e9-18a4bb9e693b 2018-09-04 22:38:05,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:05,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-eca41990-ecb8-464a-90e5-adb8c9aa8c3d Date: Tue, 04 Sep 2018 22:38:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"],"updated_at":"2018-09-04T22:37:15Z","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d647dba4193d451380326fb98b218f95","id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net"}]} 2018-09-04 22:38:05,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net used request id req-eca41990-ecb8-464a-90e5-adb8c9aa8c3d 2018-09-04 22:38:05,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:05,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d0ce06-83b5-4436-824e-53120d925974 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:38:05,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-f9d0ce06-83b5-4436-824e-53120d925974 2018-09-04 22:38:05,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:05,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c8518a5b-c4ed-48e6-88f7-a700e7f3eca1 Date: Tue, 04 Sep 2018 22:38:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:15Z","dns_nameservers":[],"updated_at":"2018-09-04T22:37:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d647dba4193d451380326fb98b218f95","id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet"}]} 2018-09-04 22:38:05,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-c8518a5b-c4ed-48e6-88f7-a700e7f3eca1 2018-09-04 22:38:05,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:06,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-16fbb244-61ca-46e4-aef6-fabe78244737 Date: Tue, 04 Sep 2018 22:38:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.3"}],"id":"4f2e01e0-65a0-425b-bd1f-ba07c79089cc","security_groups":[],"mac_address":"fa:16:3e:39:c2:dc","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.2"}],"id":"50184d05-4d8c-4df5-8e5f-37030d374864","security_groups":[],"mac_address":"fa:16:3e:33:36:04","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.1"}],"id":"94549106-6788-42ed-9738-009a6efe83b3","security_groups":[],"mac_address":"fa:16:3e:b4:27:f7","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:24Z","binding:vnic_type":"normal","device_id":"afbc7ee4-ff28-4481-b803-f70fd8a6c66a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.4"}],"id":"b36383ff-93eb-44da-8023-155803f01e30","security_groups":[],"mac_address":"fa:16:3e:a4:17:7f","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:37:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"41a9a8e3-e1ac-4770-8278-0eb9aab4fb71","ip_address":"10.55.1.5"}],"id":"c1147635-a4a6-4e4b-9732-20df8f985411","security_groups":["252c669a-0f50-49b1-974e-66237ed71edf","8b22af41-f43e-44c1-8b02-6ca1949559d1"],"mac_address":"fa:16:3e:54:56:ca","project_id":"d647dba4193d451380326fb98b218f95","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1","admin_state_up":true,"network_id":"120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7","tenant_id":"d647dba4193d451380326fb98b218f95","created_at":"2018-09-04T22:37:35Z","binding:vnic_type":"normal","device_id":"049f335f-2192-4bbd-bfa7-e278e15a58d8"}]} 2018-09-04 22:38:06,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-16fbb244-61ca-46e4-aef6-fabe78244737 2018-09-04 22:38:06,102 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:38:06,105 - paramiko.transport - DEBUG - starting thread (client mode): 0x27844fd0L 2018-09-04 22:38:06,105 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:38:06,106 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:38:06,106 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:38:06,108 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:38:06,108 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:38:06,108 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:38:06,108 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:38:06,108 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:38:06,108 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:38:06,161 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:38:06,161 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:38:06,170 - paramiko.transport - DEBUG - Trying key c2adace471f9d149691d7a95d7cb4f6e from tmp/CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6 2018-09-04 22:38:06,201 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:38:10,364 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:38:10,465 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:38:10,490 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:38:10,490 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:38:10,492 - paramiko.transport - DEBUG - starting thread (client mode): 0x27844e10L 2018-09-04 22:38:10,493 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:38:10,493 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:38:10,493 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:38:10,494 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:38:10,495 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:38:10,495 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:38:10,495 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:38:10,495 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:38:10,495 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:38:10,512 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:38:10,513 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:38:10,525 - paramiko.transport - DEBUG - Trying key c2adace471f9d149691d7a95d7cb4f6e from tmp/CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6 2018-09-04 22:38:10,553 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:38:10,557 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:38:10,557 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:38:10,558 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 22:38:10,558 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:38:10,560 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:38:10,561 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:38:10,563 - create_instance - INFO - Deleting Port with ID - c1147635-a4a6-4e4b-9732-20df8f985411 2018-09-04 22:38:10,563 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1 2018-09-04 22:38:10,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/c1147635-a4a6-4e4b-9732-20df8f985411 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:38:11,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6fcd3645-4d4d-4429-a8ed-ddd361770a26 Date: Tue, 04 Sep 2018 22:38:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:38:11,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/c1147635-a4a6-4e4b-9732-20df8f985411 used request id req-6fcd3645-4d4d-4429-a8ed-ddd361770a26 2018-09-04 22:38:11,664 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst 2018-09-04 22:38:11,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:38:11,859 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:38:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2701c142-6dfd-4ed3-b737-1708450239e0 x-compute-request-id: req-2701c142-6dfd-4ed3-b737-1708450239e0 Content-Type: application/json 2018-09-04 22:38:11,859 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-2701c142-6dfd-4ed3-b737-1708450239e0 2018-09-04 22:38:11,859 - create_instance - INFO - Checking deletion status 2018-09-04 22:38:11,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:38:12,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d443056-5227-4d77-b4d0-d88536ab1465 x-compute-request-id: req-4d443056-5227-4d77-b4d0-d88536ab1465 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:38:11Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:38:12,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-4d443056-5227-4d77-b4d0-d88536ab1465 2018-09-04 22:38:12,102 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst] is - ACTIVE 2018-09-04 22:38:12,102 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:38:15,105 - create_instance - DEBUG - VM status query timeout in 296.754802942 2018-09-04 22:38:15,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:38:15,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-085e0d33-40c7-4db7-ae69-9d961217daf2 x-compute-request-id: req-085e0d33-40c7-4db7-ae69-9d961217daf2 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8", "rel": "bookmark"}], "image": {"id": "721360b4-5f14-4406-a655-fb94662bee62", "links": [{"href": "http://172.30.9.26:8774/images/721360b4-5f14-4406-a655-fb94662bee62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:37:42.000000", "flavor": {"id": "2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "links": [{"href": "http://172.30.9.26:8774/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e", "rel": "bookmark"}]}, "id": "049f335f-2192-4bbd-bfa7-e278e15a58d8", "user_id": "b853e15f6f354045bcb59ba6679fce73", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:38:11Z", "hostId": "703df6dba80ce531c4ba9e5205b0147a9de80f33a63cf7bbdbb27a0f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp", "name": "CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst", "created": "2018-09-04T22:37:39Z", "tenant_id": "d647dba4193d451380326fb98b218f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:38:15,363 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-085e0d33-40c7-4db7-ae69-9d961217daf2 2018-09-04 22:38:15,364 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst] is - ACTIVE 2018-09-04 22:38:15,364 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:38:18,367 - create_instance - DEBUG - VM status query timeout in 293.492515802 2018-09-04 22:38:18,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0fb11901884129bf24588e54aaefb0ab2119151" 2018-09-04 22:38:18,419 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:38:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f82913d9-051f-4c07-8378-b1fac2300957 x-compute-request-id: req-f82913d9-051f-4c07-8378-b1fac2300957 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 049f335f-2192-4bbd-bfa7-e278e15a58d8 could not be found.", "code": 404}} 2018-09-04 22:38:18,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/049f335f-2192-4bbd-bfa7-e278e15a58d8 used request id req-f82913d9-051f-4c07-8378-b1fac2300957 2018-09-04 22:38:18,420 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 049f335f-2192-4bbd-bfa7-e278e15a58d8 could not be found. (HTTP 404) (Request-ID: req-f82913d9-051f-4c07-8378-b1fac2300957) 2018-09-04 22:38:18,420 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-inst 2018-09-04 22:38:18,421 - create_instance - INFO - Deleting Floating IP - 172.30.9.209 2018-09-04 22:38:18,421 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.209 2018-09-04 22:38:18,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/floatingips/3bd440ba-6e52-49bc-96cc-3bbd037cd6c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:18,841 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1e92198d-8ec4-4b90-8d58-e32290a870a2 Content-Length: 0 Date: Tue, 04 Sep 2018 22:38:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:38:18,841 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/3bd440ba-6e52-49bc-96cc-3bbd037cd6c8 used request id req-1e92198d-8ec4-4b90-8d58-e32290a870a2 2018-09-04 22:38:18,841 - create_instance - INFO - Deleting Port with ID - c1147635-a4a6-4e4b-9732-20df8f985411 2018-09-04 22:38:18,841 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6port-1 2018-09-04 22:38:18,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/c1147635-a4a6-4e4b-9732-20df8f985411 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46bc57f904a39493c2d09d57ca5f91a650009bc" 2018-09-04 22:38:18,886 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 132 X-Openstack-Request-Id: req-b869318e-7a02-49f5-a930-2404b17f3919 Date: Tue, 04 Sep 2018 22:38:18 GMT RESP BODY: {"NeutronError": {"message": "Port c1147635-a4a6-4e4b-9732-20df8f985411 could not be found.", "type": "PortNotFound", "detail": ""}} 2018-09-04 22:38:18,886 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/c1147635-a4a6-4e4b-9732-20df8f985411 used request id req-b869318e-7a02-49f5-a930-2404b17f3919 2018-09-04 22:38:18,886 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Port c1147635-a4a6-4e4b-9732-20df8f985411 could not be found.", "type": "PortNotFound", "detail": ""}} 2018-09-04 22:38:18,887 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port c1147635-a4a6-4e4b-9732-20df8f985411 could not be found. Neutron server returns request_ids: ['req-b869318e-7a02-49f5-a930-2404b17f3919'] 2018-09-04 22:38:18,887 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp 2018-09-04 22:38:18,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29562e5f610a14ad7a4844facf60fe6cc99d2a9e" 2018-09-04 22:38:18,942 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:38:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6fd91c9b-6ab2-408b-8404-38048dcf3d5f x-compute-request-id: req-6fd91c9b-6ab2-408b-8404-38048dcf3d5f Content-Length: 0 Content-Type: application/json 2018-09-04 22:38:18,942 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-kp used request id req-6fd91c9b-6ab2-408b-8404-38048dcf3d5f 2018-09-04 22:38:18,943 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6.pub] 2018-09-04 22:38:18,943 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6] 2018-09-04 22:38:18,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}537e585440dd09628d5198a413d0ef6922f5aae5" 2018-09-04 22:38:18,996 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:38:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2da1b0ca-57b1-4161-baaa-95c237ea9ca3 x-compute-request-id: req-2da1b0ca-57b1-4161-baaa-95c237ea9ca3 Content-Length: 0 Content-Type: application/json 2018-09-04 22:38:18,996 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2fd7de53-0bf1-4ad4-8b15-f6cfa722162e used request id req-2da1b0ca-57b1-4161-baaa-95c237ea9ca3 2018-09-04 22:38:18,997 - neutron_utils - INFO - Deleting security group rule with ID - b462f99c-fc84-47f8-a155-14dbccd9b3b1 2018-09-04 22:38:19,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/b462f99c-fc84-47f8-a155-14dbccd9b3b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:38:19,404 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ee6163fa-9b95-416e-a3c5-740a4e7b19d3 Content-Length: 0 Date: Tue, 04 Sep 2018 22:38:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:38:19,404 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/b462f99c-fc84-47f8-a155-14dbccd9b3b1 used request id req-ee6163fa-9b95-416e-a3c5-740a4e7b19d3 2018-09-04 22:38:19,404 - neutron_utils - INFO - Deleting security group rule with ID - 0c6d6bd7-7b5f-42d1-85fe-6e55bbff1b33 2018-09-04 22:38:19,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/0c6d6bd7-7b5f-42d1-85fe-6e55bbff1b33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:38:19,654 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f573f87-1161-4eb8-9e7f-ec334d7ec41d Content-Length: 0 Date: Tue, 04 Sep 2018 22:38:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:38:19,654 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/0c6d6bd7-7b5f-42d1-85fe-6e55bbff1b33 used request id req-7f573f87-1161-4eb8-9e7f-ec334d7ec41d 2018-09-04 22:38:19,654 - neutron_utils - INFO - Deleting security group rule with ID - 81bf645a-22e8-4d8d-8c46-8d62592984e3 2018-09-04 22:38:19,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/81bf645a-22e8-4d8d-8c46-8d62592984e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:38:19,825 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ce9ea4d-b687-4ec5-86aa-e4b6934e63b9 Content-Length: 0 Date: Tue, 04 Sep 2018 22:38:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:38:19,825 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/81bf645a-22e8-4d8d-8c46-8d62592984e3 used request id req-0ce9ea4d-b687-4ec5-86aa-e4b6934e63b9 2018-09-04 22:38:19,826 - neutron_utils - INFO - Deleting security group rule with ID - 75f690ee-20f6-492a-898a-cac09cecbc6a 2018-09-04 22:38:19,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/75f690ee-20f6-492a-898a-cac09cecbc6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:38:20,096 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3ac18bda-7d55-4ab3-b750-4e1f490070c9 Content-Length: 0 Date: Tue, 04 Sep 2018 22:38:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:38:20,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/75f690ee-20f6-492a-898a-cac09cecbc6a used request id req-3ac18bda-7d55-4ab3-b750-4e1f490070c9 2018-09-04 22:38:20,096 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-sec-grp 2018-09-04 22:38:20,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/252c669a-0f50-49b1-974e-66237ed71edf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bef4e6056385972523f3b23d45d272869487f8f" 2018-09-04 22:38:20,217 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a45820b0-256a-4fd4-9e74-94596251578d Content-Length: 0 Date: Tue, 04 Sep 2018 22:38:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:38:20,218 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/252c669a-0f50-49b1-974e-66237ed71edf used request id req-a45820b0-256a-4fd4-9e74-94596251578d 2018-09-04 22:38:20,218 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router and subnet CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet 2018-09-04 22:38:20,219 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router 2018-09-04 22:38:20,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/afbc7ee4-ff28-4481-b803-f70fd8a6c66a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" -d '{"subnet_id": "41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"}' 2018-09-04 22:38:21,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ba951b01-13ce-4627-8044-e353fae28987 Date: Tue, 04 Sep 2018 22:38:21 GMT RESP BODY: {"network_id": "120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7", "tenant_id": "d647dba4193d451380326fb98b218f95", "subnet_id": "41a9a8e3-e1ac-4770-8278-0eb9aab4fb71", "subnet_ids": ["41a9a8e3-e1ac-4770-8278-0eb9aab4fb71"], "port_id": "94549106-6788-42ed-9738-009a6efe83b3", "id": "afbc7ee4-ff28-4481-b803-f70fd8a6c66a"} 2018-09-04 22:38:21,748 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/afbc7ee4-ff28-4481-b803-f70fd8a6c66a/remove_router_interface used request id req-ba951b01-13ce-4627-8044-e353fae28987 2018-09-04 22:38:21,748 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router 2018-09-04 22:38:21,748 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-router 2018-09-04 22:38:21,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/afbc7ee4-ff28-4481-b803-f70fd8a6c66a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa47726ad0ffdceed3c927ac3bce9813af1a97" 2018-09-04 22:38:25,095 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f17416a6-495d-4797-ba12-b0559d96d3ec Content-Length: 0 Date: Tue, 04 Sep 2018 22:38:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:38:25,095 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/afbc7ee4-ff28-4481-b803-f70fd8a6c66a used request id req-f17416a6-495d-4797-ba12-b0559d96d3ec 2018-09-04 22:38:25,096 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet 2018-09-04 22:38:25,096 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-subnet 2018-09-04 22:38:25,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/41a9a8e3-e1ac-4770-8278-0eb9aab4fb71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2906dce00106e8d6d1943cfede620d49ee4fbd" 2018-09-04 22:38:27,392 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c48a82ac-2795-4c8b-a904-973488ccc75a Date: Tue, 04 Sep 2018 22:38:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:38:27,392 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/41a9a8e3-e1ac-4770-8278-0eb9aab4fb71 used request id req-c48a82ac-2795-4c8b-a904-973488ccc75a 2018-09-04 22:38:27,392 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-pub-net 2018-09-04 22:38:27,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2906dce00106e8d6d1943cfede620d49ee4fbd" 2018-09-04 22:38:28,664 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f0dd3d93-b60a-458a-81b3-30f051b57c56 Date: Tue, 04 Sep 2018 22:38:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:38:28,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/120b1ba0-ad64-4bd5-9d8b-d5dcd31cedf7 used request id req-f0dd3d93-b60a-458a-81b3-30f051b57c56 2018-09-04 22:38:28,664 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-5a98bb5e-7f2c-4923-93bf-dcc1c9fc3ba6-image 2018-09-04 22:38:28,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/721360b4-5f14-4406-a655-fb94662bee62 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0a2c114112fb3d88f4f4d0caf6327096e9a8194" 2018-09-04 22:38:30,581 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d2cdf94a-7abc-4ee1-8171-43b9b597485b Date: Tue, 04 Sep 2018 22:38:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:38:30,582 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/721360b4-5f14-4406-a655-fb94662bee62 used request id req-d2cdf94a-7abc-4ee1-8171-43b9b597485b 2018-09-04 22:38:30,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:30,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-8af0b258-45d0-4507-97fb-7b809f033955 Date: Tue, 04 Sep 2018 22:38:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:14Z", "updated_at": "2018-09-04T22:37:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:14Z", "revision_number": 0, "id": "1aaf2781-e37a-484d-8cb4-2694f167b27b", "remote_group_id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:14Z", "security_group_id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "d647dba4193d451380326fb98b218f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:14Z", "revision_number": 0, "id": "2fc51f56-da47-4d76-90c7-6836a35d682c", "remote_group_id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:14Z", "security_group_id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "d647dba4193d451380326fb98b218f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:14Z", "revision_number": 0, "id": "84f410e9-e917-43a4-8911-07755dd1867f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:14Z", "security_group_id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "d647dba4193d451380326fb98b218f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:37:14Z", "revision_number": 0, "id": "d316a338-8327-4210-b509-5bbe276da855", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:37:14Z", "security_group_id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "tenant_id": "d647dba4193d451380326fb98b218f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "d647dba4193d451380326fb98b218f95"}], "revision_number": 4, "project_id": "d647dba4193d451380326fb98b218f95", "id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:38:30,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-8af0b258-45d0-4507-97fb-7b809f033955 2018-09-04 22:38:30,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:30,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-197510d0-9cfe-4914-82f6-82d5984032aa Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:38:30,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-197510d0-9cfe-4914-82f6-82d5984032aa 2018-09-04 22:38:30,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:31,003 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:38:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59a36b21-2796-42ab-a72b-fab3c8f13828 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:38:31,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-59a36b21-2796-42ab-a72b-fab3c8f13828 2018-09-04 22:38:31,004 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:38:31,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:31,098 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:38:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8d975aa-37cb-4a7b-88cd-226fdbc539e0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:38:31,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-f8d975aa-37cb-4a7b-88cd-226fdbc539e0 2018-09-04 22:38:31,098 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:38:31,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:31,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e94f530-d5fb-496b-9ab5-e99e6304b121 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:38:31,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-0e94f530-d5fb-496b-9ab5-e99e6304b121 2018-09-04 22:38:31,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:31,276 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:38:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-520ccec4-7ffa-467d-85a0-f8fd2c036620 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:38:31,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-520ccec4-7ffa-467d-85a0-f8fd2c036620 2018-09-04 22:38:31,276 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:38:31,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:31,367 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:38:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3926b9fe-421d-4341-8c6c-a17dfeda5748 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:38:31,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-3926b9fe-421d-4341-8c6c-a17dfeda5748 2018-09-04 22:38:31,367 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:38:31,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:31,449 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:38:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a3ed078-e6bb-42e2-a2c5-bf67cc8b23f2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:38:31,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-5a3ed078-e6bb-42e2-a2c5-bf67cc8b23f2 2018-09-04 22:38:31,449 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:38:31,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:31,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9baea0b8-3d05-495d-bcff-664807935335 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95"}, "enabled": true, "id": "d647dba4193d451380326fb98b218f95", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj"}} 2018-09-04 22:38:31,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-9baea0b8-3d05-495d-bcff-664807935335 2018-09-04 22:38:31,544 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b22af41-f43e-44c1-8b02-6ca1949559d1 2018-09-04 22:38:31,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8b22af41-f43e-44c1-8b02-6ca1949559d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:31,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-57eb7c50-2a85-43ad-85a3-17c5db5529d3 Date: Tue, 04 Sep 2018 22:38:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:14Z", "security_group_id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:14Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "1aaf2781-e37a-484d-8cb4-2694f167b27b"}, {"remote_group_id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:14Z", "security_group_id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:14Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "2fc51f56-da47-4d76-90c7-6836a35d682c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:14Z", "security_group_id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:14Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "84f410e9-e917-43a4-8911-07755dd1867f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:37:14Z", "security_group_id": "8b22af41-f43e-44c1-8b02-6ca1949559d1", "port_range_min": null, "revision_number": 0, "tenant_id": "d647dba4193d451380326fb98b218f95", "created_at": "2018-09-04T22:37:14Z", "project_id": "d647dba4193d451380326fb98b218f95", "id": "d316a338-8327-4210-b509-5bbe276da855"}]} 2018-09-04 22:38:31,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=8b22af41-f43e-44c1-8b02-6ca1949559d1 used request id req-57eb7c50-2a85-43ad-85a3-17c5db5529d3 2018-09-04 22:38:31,728 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:38:31,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/8b22af41-f43e-44c1-8b02-6ca1949559d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:32,060 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b60628b6-eeb1-41f3-801d-3ba805b0598c Content-Length: 0 Date: Tue, 04 Sep 2018 22:38:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:38:32,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/8b22af41-f43e-44c1-8b02-6ca1949559d1 used request id req-b60628b6-eeb1-41f3-801d-3ba805b0598c 2018-09-04 22:38:32,061 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj 2018-09-04 22:38:32,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:32,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:38:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65590688-36b8-4c84-a75a-f7ba433c24ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:38:32,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d647dba4193d451380326fb98b218f95 used request id req-65590688-36b8-4c84-a75a-f7ba433c24ec 2018-09-04 22:38:32,292 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-proj-role 2018-09-04 22:38:32,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/edee598076dc45779754e8e534d5c594 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:32,402 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:38:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cae4d6be-227e-4b8f-aa2f-85502837bd2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:38:32,402 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/edee598076dc45779754e8e534d5c594 used request id req-cae4d6be-227e-4b8f-aa2f-85502837bd2f 2018-09-04 22:38:32,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472b4906be3deb048ff6244484a594abae74dc4c" 2018-09-04 22:38:32,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60d106d4-3338-469e-9332-fe1f789272bd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:38:32,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-60d106d4-3338-469e-9332-fe1f789272bd 2018-09-04 22:38:32,509 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-7cc93f2c-78ac-457-user 2018-09-04 22:38:32,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/b853e15f6f354045bcb59ba6679fce73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a533fe885d42a61372e0838d2daa826ce742d1a4" 2018-09-04 22:38:32,719 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:38:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c7a5e48-f538-4b12-b5a7-87131b11d39f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:38:32,719 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b853e15f6f354045bcb59ba6679fce73 used request id req-9c7a5e48-f538-4b12-b5a7-87131b11d39f 2018-09-04 22:38:32,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:38:33,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:38:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["cBd_dQ0VTGS25gfJhUAOUg"], "issued_at": "2018-09-04T22:38:33.000000Z"}} 2018-09-04 22:38:33,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675083c1a1ec6198ea731def550fde9a87032c0" 2018-09-04 22:38:33,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b338bab1-b037-483e-ac8c-ee5e739a8f22 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:33,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b338bab1-b037-483e-ac8c-ee5e739a8f22 2018-09-04 22:38:33,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:38:33,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:38:33,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:38:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["FCiWsSTVRFe9xYJ0jseZMA"], "issued_at": "2018-09-04T22:38:33.000000Z"}} 2018-09-04 22:38:33,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:38:33,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09fb7b9b-a0f1-469f-9254-76c57f29076c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:33,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-09fb7b9b-a0f1-469f-9254-76c57f29076c 2018-09-04 22:38:33,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:38:33,713 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:38:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:38:33,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:38:33,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cef8ae2-60fb-41b4-be0a-16dc2b6c2f03 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:38:33,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj used request id req-0cef8ae2-60fb-41b4-be0a-16dc2b6c2f03 2018-09-04 22:38:33,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:38:33,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dc63143-fb35-440b-9f20-f69ba093a9ee Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:38:33,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2dc63143-fb35-440b-9f20-f69ba093a9ee 2018-09-04 22:38:33,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}}' 2018-09-04 22:38:34,037 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:38:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4da8410d-dcd7-4eb4-ac9b-b14609d1be5a Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:38:34,037 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-4da8410d-dcd7-4eb4-ac9b-b14609d1be5a 2018-09-04 22:38:34,037 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj 2018-09-04 22:38:34,037 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:38:34,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:38:34,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:38:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["8FIenwX1RsCGKL91PU_t5w"], "issued_at": "2018-09-04T22:38:34.000000Z"}} 2018-09-04 22:38:34,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f5f916655219482420e555e10e63b02dcf794e" 2018-09-04 22:38:34,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da89c3ff-676e-450b-b825-9a60b9f968b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:34,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-da89c3ff-676e-450b-b825-9a60b9f968b1 2018-09-04 22:38:34,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:38:34,506 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:38:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:38:34,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f5f916655219482420e555e10e63b02dcf794e" 2018-09-04 22:38:34,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-753fcb54-2e5b-4043-8424-4750581056ea Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:38:34,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-753fcb54-2e5b-4043-8424-4750581056ea 2018-09-04 22:38:34,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f5f916655219482420e555e10e63b02dcf794e" 2018-09-04 22:38:34,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-463c8c63-e78d-4f67-bc70-0d9410a54750 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}]} 2018-09-04 22:38:34,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj used request id req-463c8c63-e78d-4f67-bc70-0d9410a54750 2018-09-04 22:38:34,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f5f916655219482420e555e10e63b02dcf794e" 2018-09-04 22:38:34,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5194b703-fd62-4fd4-8dd8-e56381769f06 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:38:34,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-5194b703-fd62-4fd4-8dd8-e56381769f06 2018-09-04 22:38:35,276 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-user 2018-09-04 22:38:35,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:38:35,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:38:35,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e148830-de44-4baa-a66f-680c63b3a888 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:38:35,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7e148830-de44-4baa-a66f-680c63b3a888 2018-09-04 22:38:35,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role"}}' 2018-09-04 22:38:35,498 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:38:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a296b68-5d97-4fa5-a733-d9285d9a0dce Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c3c288f19f4c4a1bb29850aecdf3a0b4", "links": {"self": "http://172.30.9.26:5000/v3/roles/c3c288f19f4c4a1bb29850aecdf3a0b4"}, "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role"}} 2018-09-04 22:38:35,498 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-2a296b68-5d97-4fa5-a733-d9285d9a0dce 2018-09-04 22:38:35,499 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role 2018-09-04 22:38:35,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/c3c288f19f4c4a1bb29850aecdf3a0b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:38:35,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcff2a1c-5a7e-4ec7-a44a-b87d3b864089 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c3c288f19f4c4a1bb29850aecdf3a0b4"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role", "id": "c3c288f19f4c4a1bb29850aecdf3a0b4"}} 2018-09-04 22:38:35,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c3c288f19f4c4a1bb29850aecdf3a0b4 used request id req-fcff2a1c-5a7e-4ec7-a44a-b87d3b864089 2018-09-04 22:38:35,591 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role to project CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj 2018-09-04 22:38:35,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd/users/1242ee471f954d199669792fcaa20436/roles/c3c288f19f4c4a1bb29850aecdf3a0b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:38:35,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:38:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9422cb51-6bee-458e-a516-b2ac3219d75d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:38:35,716 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd/users/1242ee471f954d199669792fcaa20436/roles/c3c288f19f4c4a1bb29850aecdf3a0b4 used request id req-9422cb51-6bee-458e-a516-b2ac3219d75d 2018-09-04 22:38:35,716 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:38:35,717 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:38:35,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:38:35,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:38:36,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3c288f19f4c4a1bb29850aecdf3a0b4", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role"}], "expires_at": "2018-09-04T23:38:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-user", "id": "1242ee471f954d199669792fcaa20436"}, "audit_ids": ["2V3uUVNlS7ubbbXHwFEfjg"], "issued_at": "2018-09-04T22:38:36.000000Z"}} 2018-09-04 22:38:36,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d29d83ebd287eb4b9233da654f4d2d6e76a1ce" 2018-09-04 22:38:36,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7b0a8f8-99bc-457a-b7b5-1d21932a3e62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:36,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b7b0a8f8-99bc-457a-b7b5-1d21932a3e62 2018-09-04 22:38:36,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24d29d83ebd287eb4b9233da654f4d2d6e76a1ce" 2018-09-04 22:38:36,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-f7efc7ba-d820-4ff1-8ae3-a6837f372a9d Date: Tue, 04 Sep 2018 22:38:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image"} 2018-09-04 22:38:36,355 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image used request id req-f7efc7ba-d820-4ff1-8ae3-a6837f372a9d 2018-09-04 22:38:36,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24d29d83ebd287eb4b9233da654f4d2d6e76a1ce" 2018-09-04 22:38:36,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3bc83e54-d561-4cc3-a859-e2c818a0f3b1 Date: Tue, 04 Sep 2018 22:38:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:38:36,515 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3bc83e54-d561-4cc3-a859-e2c818a0f3b1 2018-09-04 22:38:36,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24d29d83ebd287eb4b9233da654f4d2d6e76a1ce" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image"}' 2018-09-04 22:38:36,734 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41 X-Openstack-Request-Id: req-02442975-248d-474d-8f24-07c97840a098 Date: Tue, 04 Sep 2018 22:38:36 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:38:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:38:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "min_disk": 0, "protected": false, "id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "file": "/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41/file", "checksum": null, "owner": "d6f9cf24248645c0aa60a0855eb8e6dd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:38:36,734 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-02442975-248d-474d-8f24-07c97840a098 2018-09-04 22:38:36,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24d29d83ebd287eb4b9233da654f4d2d6e76a1ce" -d '' 2018-09-04 22:38:37,542 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f4d3605-90d8-497b-bad2-681e7819c64a Date: Tue, 04 Sep 2018 22:38:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:38:37,542 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41/file used request id req-1f4d3605-90d8-497b-bad2-681e7819c64a 2018-09-04 22:38:37,543 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:38:37,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24d29d83ebd287eb4b9233da654f4d2d6e76a1ce" 2018-09-04 22:38:37,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-742576f3-dfeb-4429-b5e2-7ef09dd64b85 Date: Tue, 04 Sep 2018 22:38:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:38:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:38:37Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/5622e0fe-8256-4806-b45d-10b9424d1c41/snap", "metadata": {}}], "self": "/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "min_disk": 0, "protected": false, "id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "file": "/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d6f9cf24248645c0aa60a0855eb8e6dd", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/5622e0fe-8256-4806-b45d-10b9424d1c41/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:38:37,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41 used request id req-742576f3-dfeb-4429-b5e2-7ef09dd64b85 2018-09-04 22:38:37,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24d29d83ebd287eb4b9233da654f4d2d6e76a1ce" 2018-09-04 22:38:37,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c17a4997-d53e-4bf9-95b4-02ac08a50a62 Date: Tue, 04 Sep 2018 22:38:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:38:37,869 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-c17a4997-d53e-4bf9-95b4-02ac08a50a62 2018-09-04 22:38:37,872 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image 2018-09-04 22:38:37,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24d29d83ebd287eb4b9233da654f4d2d6e76a1ce" 2018-09-04 22:38:38,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-cc7f5c97-9c30-46e8-a10a-2ef75231939f Date: Tue, 04 Sep 2018 22:38:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:38:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:38:37Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/5622e0fe-8256-4806-b45d-10b9424d1c41/snap", "metadata": {}}], "self": "/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "min_disk": 0, "protected": false, "id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "file": "/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d6f9cf24248645c0aa60a0855eb8e6dd", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/5622e0fe-8256-4806-b45d-10b9424d1c41/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:38:38,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41 used request id req-cc7f5c97-9c30-46e8-a10a-2ef75231939f 2018-09-04 22:38:38,038 - create_image - DEBUG - Instance status is - active 2018-09-04 22:38:38,039 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image 2018-09-04 22:38:38,039 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image 2018-09-04 22:38:38,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:38:38,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:38:38,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3c288f19f4c4a1bb29850aecdf3a0b4", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role"}], "expires_at": "2018-09-04T23:38:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-user", "id": "1242ee471f954d199669792fcaa20436"}, "audit_ids": ["WwBsfaUNRD2amBB9kxSnOg"], "issued_at": "2018-09-04T22:38:38.000000Z"}} 2018-09-04 22:38:38,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8098ccaca167116a35fbce501ab71e2710bd3c3" 2018-09-04 22:38:38,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98a50785-1598-4a45-921c-eaa297e0609d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:38,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-98a50785-1598-4a45-921c-eaa297e0609d 2018-09-04 22:38:38,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8098ccaca167116a35fbce501ab71e2710bd3c3" 2018-09-04 22:38:38,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2510f362-cb1b-4b7d-bc40-0428e0271b37 Date: Tue, 04 Sep 2018 22:38:38 GMT RESP BODY: {"networks":[]} 2018-09-04 22:38:38,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-2510f362-cb1b-4b7d-bc40-0428e0271b37 2018-09-04 22:38:38,604 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net 2018-09-04 22:38:38,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8098ccaca167116a35fbce501ab71e2710bd3c3" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net", "admin_state_up": true}}' 2018-09-04 22:38:39,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-cc64b210-b492-4e77-ac50-f9bf6dac3401 Date: Tue, 04 Sep 2018 22:38:39 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:38:39Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","mtu":1450}} 2018-09-04 22:38:39,119 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-cc64b210-b492-4e77-ac50-f9bf6dac3401 2018-09-04 22:38:39,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8098ccaca167116a35fbce501ab71e2710bd3c3" 2018-09-04 22:38:39,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-f40d6909-cc64-4dc6-ba39-d62395a187d4 Date: Tue, 04 Sep 2018 22:38:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:38:39Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:38:39,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-f40d6909-cc64-4dc6-ba39-d62395a187d4 2018-09-04 22:38:39,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8098ccaca167116a35fbce501ab71e2710bd3c3" 2018-09-04 22:38:39,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2fd081f0-287f-48ff-8a5a-be8e716c2597 Date: Tue, 04 Sep 2018 22:38:39 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:38:39,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-2fd081f0-287f-48ff-8a5a-be8e716c2597 2018-09-04 22:38:39,546 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet 2018-09-04 22:38:39,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8098ccaca167116a35fbce501ab71e2710bd3c3" -d '{"subnets": [{"ip_version": 4, "network_id": "ca7e77be-b8a3-49fa-9555-c1b701bf8b37", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]}' 2018-09-04 22:38:40,550 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4fb6b7e7-7878-48d7-a6bd-8f106effadbe Date: Tue, 04 Sep 2018 22:38:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:38:40,550 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-4fb6b7e7-7878-48d7-a6bd-8f106effadbe 2018-09-04 22:38:40,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8098ccaca167116a35fbce501ab71e2710bd3c3" 2018-09-04 22:38:40,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e9d8e506-d678-4dee-91ef-ad1e02bfa107 Date: Tue, 04 Sep 2018 22:38:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:38:40,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-e9d8e506-d678-4dee-91ef-ad1e02bfa107 2018-09-04 22:38:40,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8098ccaca167116a35fbce501ab71e2710bd3c3" 2018-09-04 22:38:40,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-076a8910-d6ef-4730-a5d3-e6727d2ddc98 Date: Tue, 04 Sep 2018 22:38:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:38:40,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-076a8910-d6ef-4730-a5d3-e6727d2ddc98 2018-09-04 22:38:40,912 - OpenStackNetwork - DEBUG - Network [ca7e77be-b8a3-49fa-9555-c1b701bf8b37] created successfully 2018-09-04 22:38:40,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:38:40,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:38:41,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3c288f19f4c4a1bb29850aecdf3a0b4", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role"}], "expires_at": "2018-09-04T23:38:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-user", "id": "1242ee471f954d199669792fcaa20436"}, "audit_ids": ["lizFbeydRJeauNaxldjgxQ"], "issued_at": "2018-09-04T22:38:41.000000Z"}} 2018-09-04 22:38:41,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:38:41,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c260368-5df6-4e3f-9df5-6f1d50a0d41c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:41,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2c260368-5df6-4e3f-9df5-6f1d50a0d41c 2018-09-04 22:38:41,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:38:41,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9f9ad934-0872-4dd5-bf29-5c1730d11b24 Date: Tue, 04 Sep 2018 22:38:41 GMT RESP BODY: {"routers": []} 2018-09-04 22:38:41,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router&admin_state_up=True used request id req-9f9ad934-0872-4dd5-bf29-5c1730d11b24 2018-09-04 22:38:41,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:38:41,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:38:41,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3c288f19f4c4a1bb29850aecdf3a0b4", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role"}], "expires_at": "2018-09-04T23:38:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-user", "id": "1242ee471f954d199669792fcaa20436"}, "audit_ids": ["KQ1qtmjWTcSGrpJ0bLjLpg"], "issued_at": "2018-09-04T22:38:41.000000Z"}} 2018-09-04 22:38:41,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b8e4bb169cebd8755c43d2b212d3d560a32898" 2018-09-04 22:38:42,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c453d59-5813-4c7d-bd9a-d69c6e496748 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:42,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8c453d59-5813-4c7d-bd9a-d69c6e496748 2018-09-04 22:38:42,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:38:42,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5b69832b-f921-41db-9d8e-c112aeee9c47 Date: Tue, 04 Sep 2018 22:38:42 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:38:42,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-5b69832b-f921-41db-9d8e-c112aeee9c47 2018-09-04 22:38:42,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:38:42,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a47d3f20-b1cf-4dc1-86c4-ebaf8ac5f714 Date: Tue, 04 Sep 2018 22:38:42 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:38:42,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-a47d3f20-b1cf-4dc1-86c4-ebaf8ac5f714 2018-09-04 22:38:42,493 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router 2018-09-04 22:38:42,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router", "admin_state_up": true}}' 2018-09-04 22:38:47,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-e8deec23-e674-4bed-a2f5-3db0a8eaf17f Date: Tue, 04 Sep 2018 22:38:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:43Z", "admin_state_up": true, "updated_at": "2018-09-04T22:38:44Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "122a3e4e-2119-4795-843d-c0cf29b1c30c", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router"}} 2018-09-04 22:38:47,374 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-e8deec23-e674-4bed-a2f5-3db0a8eaf17f 2018-09-04 22:38:47,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=122a3e4e-2119-4795-843d-c0cf29b1c30c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:38:47,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-39b24ffa-31ae-4ea8-9a12-645f8a8dc591 Date: Tue, 04 Sep 2018 22:38:47 GMT RESP BODY: {"ports":[]} 2018-09-04 22:38:47,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=122a3e4e-2119-4795-843d-c0cf29b1c30c used request id req-39b24ffa-31ae-4ea8-9a12-645f8a8dc591 2018-09-04 22:38:47,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:38:47,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-aaf2a756-f41e-4c4f-a99c-49b527446944 Date: Tue, 04 Sep 2018 22:38:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:38:47,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-aaf2a756-f41e-4c4f-a99c-49b527446944 2018-09-04 22:38:47,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:38:47,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:38:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:38:47,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:38:47,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f053bba-d3d6-4406-bb9a-84b0f07c830c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:38:47,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-4f053bba-d3d6-4406-bb9a-84b0f07c830c 2018-09-04 22:38:47,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:38:48,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f003cbe0-7553-451b-aa1f-58b21c3e4bf0 Date: Tue, 04 Sep 2018 22:38:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:38:48,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-f003cbe0-7553-451b-aa1f-58b21c3e4bf0 2018-09-04 22:38:48,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:38:48,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-286a3247-dec5-44a9-9019-eb783a5d0b9e Date: Tue, 04 Sep 2018 22:38:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:38:48,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet used request id req-286a3247-dec5-44a9-9019-eb783a5d0b9e 2018-09-04 22:38:48,328 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 22:38:48,329 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router 2018-09-04 22:38:48,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/122a3e4e-2119-4795-843d-c0cf29b1c30c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" -d '{"subnet_id": "eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"}' 2018-09-04 22:38:50,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c03611ad-8b70-45d6-ad90-b9c55fb73796 Date: Tue, 04 Sep 2018 22:38:50 GMT RESP BODY: {"network_id": "ca7e77be-b8a3-49fa-9555-c1b701bf8b37", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "subnet_id": "eeb396e4-7b3e-44e0-86ee-7fc9e33998d4", "subnet_ids": ["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"], "port_id": "634e583c-5a2f-4245-806e-a869c5aa7dd9", "id": "122a3e4e-2119-4795-843d-c0cf29b1c30c"} 2018-09-04 22:38:50,628 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/122a3e4e-2119-4795-843d-c0cf29b1c30c/add_router_interface used request id req-c03611ad-8b70-45d6-ad90-b9c55fb73796 2018-09-04 22:38:50,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/122a3e4e-2119-4795-843d-c0cf29b1c30c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:38:50,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5d1e6107-b8cd-40a7-9232-36c12ce77474 Date: Tue, 04 Sep 2018 22:38:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:43Z", "admin_state_up": true, "updated_at": "2018-09-04T22:38:49Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "122a3e4e-2119-4795-843d-c0cf29b1c30c", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router"}} 2018-09-04 22:38:50,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/122a3e4e-2119-4795-843d-c0cf29b1c30c used request id req-5d1e6107-b8cd-40a7-9232-36c12ce77474 2018-09-04 22:38:50,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=122a3e4e-2119-4795-843d-c0cf29b1c30c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:38:51,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-294d9cdb-ce05-4d97-a9ba-423c3b774cd7 Date: Tue, 04 Sep 2018 22:38:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.1"}],"id":"634e583c-5a2f-4245-806e-a869c5aa7dd9","security_groups":[],"mac_address":"fa:16:3e:33:77:01","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:49Z","binding:vnic_type":"normal","device_id":"122a3e4e-2119-4795-843d-c0cf29b1c30c"}]} 2018-09-04 22:38:51,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=122a3e4e-2119-4795-843d-c0cf29b1c30c used request id req-294d9cdb-ce05-4d97-a9ba-423c3b774cd7 2018-09-04 22:38:51,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/eeb396e4-7b3e-44e0-86ee-7fc9e33998d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:38:51,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-cb1abb4b-2989-4d8f-8591-62cebae8c008 Date: Tue, 04 Sep 2018 22:38:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}} 2018-09-04 22:38:51,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/eeb396e4-7b3e-44e0-86ee-7fc9e33998d4 used request id req-cb1abb4b-2989-4d8f-8591-62cebae8c008 2018-09-04 22:38:51,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:38:51,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:38:51,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:38:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["n9j9_6tTT4iRHS--Vu8-rg"], "issued_at": "2018-09-04T22:38:51.000000Z"}} 2018-09-04 22:38:51,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}921ba1da70922b14a4727bd00c92efbfb44ded43" 2018-09-04 22:38:51,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fa14109-ded7-4c4f-8018-bae98db2367e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:51,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4fa14109-ded7-4c4f-8018-bae98db2367e 2018-09-04 22:38:51,865 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:38:51,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}921ba1da70922b14a4727bd00c92efbfb44ded43" 2018-09-04 22:38:52,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0e92e0e5-3072-4e0b-8a56-06ce54fd2fe6 x-compute-request-id: req-0e92e0e5-3072-4e0b-8a56-06ce54fd2fe6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:38:52,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0e92e0e5-3072-4e0b-8a56-06ce54fd2fe6 2018-09-04 22:38:52,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}921ba1da70922b14a4727bd00c92efbfb44ded43" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 22:38:52,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72723160-91e7-4a4a-927b-adff9eff47b8 x-compute-request-id: req-72723160-91e7-4a4a-927b-adff9eff47b8 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:38:52,133 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-72723160-91e7-4a4a-927b-adff9eff47b8 2018-09-04 22:38:52,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:38:52,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:38:52,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3c288f19f4c4a1bb29850aecdf3a0b4", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role"}], "expires_at": "2018-09-04T23:38:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-user", "id": "1242ee471f954d199669792fcaa20436"}, "audit_ids": ["h066eJY0QD6t9Z0blwirIw"], "issued_at": "2018-09-04T22:38:52.000000Z"}} 2018-09-04 22:38:52,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80c2b34afe6dafc82b7922a3269d34645aa2689" 2018-09-04 22:38:52,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15e7652c-503a-4ed3-834e-beb250005f47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:52,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-15e7652c-503a-4ed3-834e-beb250005f47 2018-09-04 22:38:52,588 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:38:52,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80c2b34afe6dafc82b7922a3269d34645aa2689" 2018-09-04 22:38:52,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-725a5099-3cea-4d8e-8d32-b3dfeaae6344 x-compute-request-id: req-725a5099-3cea-4d8e-8d32-b3dfeaae6344 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 22:38:52,759 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-725a5099-3cea-4d8e-8d32-b3dfeaae6344 2018-09-04 22:38:52,759 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp... 2018-09-04 22:38:52,760 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 22:38:52,799 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp 2018-09-04 22:38:52,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80c2b34afe6dafc82b7922a3269d34645aa2689" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC252vPzZEbFmt8G77TeCQx3SYcg2OeRrC0vgcFcvUCLA4gQ4oHn2COOwNeeuwFfGbVpd6KC3qwVFcbEKifJz/bcjdGCWuDJEUyiien6aLMKz4UHwW2+DWUsEkZISFy8sy91JvkrLzecZYnUHhau5coAZ0FLiCLerhPzKZEdP/Plw==", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp"}}' 2018-09-04 22:38:52,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e91842f9-fb72-478e-960e-455e1871aaeb x-compute-request-id: req-e91842f9-fb72-478e-960e-455e1871aaeb Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC252vPzZEbFmt8G77TeCQx3SYcg2OeRrC0vgcFcvUCLA4gQ4oHn2COOwNeeuwFfGbVpd6KC3qwVFcbEKifJz/bcjdGCWuDJEUyiien6aLMKz4UHwW2+DWUsEkZISFy8sy91JvkrLzecZYnUHhau5coAZ0FLiCLerhPzKZEdP/Plw==", "user_id": "1242ee471f954d199669792fcaa20436", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "fingerprint": "90:4c:b3:4d:e5:7e:cd:a1:70:09:fe:27:65:1d:b3:83"}} 2018-09-04 22:38:52,859 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-e91842f9-fb72-478e-960e-455e1871aaeb 2018-09-04 22:38:52,862 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9.pub 2018-09-04 22:38:52,862 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9 2018-09-04 22:38:52,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:38:52,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:38:53,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3c288f19f4c4a1bb29850aecdf3a0b4", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role"}], "expires_at": "2018-09-04T23:38:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-user", "id": "1242ee471f954d199669792fcaa20436"}, "audit_ids": ["M52YmRuQRamgSBP48WSMZg"], "issued_at": "2018-09-04T22:38:53.000000Z"}} 2018-09-04 22:38:53,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:53,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b083763-743f-40e6-8c9c-7e49f6eda397 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:53,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1b083763-743f-40e6-8c9c-7e49f6eda397 2018-09-04 22:38:53,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:53,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6087e07f-6fad-4d6c-924c-cad12f725414 Date: Tue, 04 Sep 2018 22:38:53 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:38:53,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp used request id req-6087e07f-6fad-4d6c-924c-cad12f725414 2018-09-04 22:38:53,447 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp... 2018-09-04 22:38:53,447 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp 2018-09-04 22:38:53,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}}' 2018-09-04 22:38:53,779 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-246e1ba3-1b6c-4dd2-9527-287a8a5285ed Date: Tue, 04 Sep 2018 22:38:53 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "updated_at": "2018-09-04T22:38:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "revision_number": 0, "id": "660057fe-12c3-49f3-b496-44c3902dec67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "revision_number": 0, "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}], "revision_number": 2, "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "577a2641-10f7-49d2-8154-54a964053cdc", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}} 2018-09-04 22:38:53,780 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-246e1ba3-1b6c-4dd2-9527-287a8a5285ed 2018-09-04 22:38:53,780 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 577a2641-10f7-49d2-8154-54a964053cdc 2018-09-04 22:38:53,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:53,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-03a2d406-9799-45ad-ab4b-4848afcd5f9a Date: Tue, 04 Sep 2018 22:38:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "660057fe-12c3-49f3-b496-44c3902dec67"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d"}]} 2018-09-04 22:38:53,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc used request id req-03a2d406-9799-45ad-ab4b-4848afcd5f9a 2018-09-04 22:38:53,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 577a2641-10f7-49d2-8154-54a964053cdc 2018-09-04 22:38:53,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:53,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a8f6c745-63cc-464f-b35d-76c13c9342eb Date: Tue, 04 Sep 2018 22:38:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "660057fe-12c3-49f3-b496-44c3902dec67"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d"}]} 2018-09-04 22:38:53,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc used request id req-a8f6c745-63cc-464f-b35d-76c13c9342eb 2018-09-04 22:38:53,987 - neutron_utils - INFO - Retrieving security group with ID - 577a2641-10f7-49d2-8154-54a964053cdc 2018-09-04 22:38:53,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=577a2641-10f7-49d2-8154-54a964053cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:54,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-5c07b116-bf9b-4bc4-8682-93d212fe21a4 Date: Tue, 04 Sep 2018 22:38:54 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "updated_at": "2018-09-04T22:38:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "revision_number": 0, "id": "660057fe-12c3-49f3-b496-44c3902dec67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "revision_number": 0, "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}], "revision_number": 2, "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "577a2641-10f7-49d2-8154-54a964053cdc", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}]} 2018-09-04 22:38:54,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=577a2641-10f7-49d2-8154-54a964053cdc used request id req-5c07b116-bf9b-4bc4-8682-93d212fe21a4 2018-09-04 22:38:54,185 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 577a2641-10f7-49d2-8154-54a964053cdc 2018-09-04 22:38:54,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:54,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-82a354c2-503f-4e50-bd83-66230bc7df5a Date: Tue, 04 Sep 2018 22:38:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "660057fe-12c3-49f3-b496-44c3902dec67"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d"}]} 2018-09-04 22:38:54,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc used request id req-82a354c2-503f-4e50-bd83-66230bc7df5a 2018-09-04 22:38:54,366 - neutron_utils - INFO - Retrieving security group with ID - 577a2641-10f7-49d2-8154-54a964053cdc 2018-09-04 22:38:54,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=577a2641-10f7-49d2-8154-54a964053cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:54,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-bf3c7c56-3b8f-409f-89b8-2545bde1e922 Date: Tue, 04 Sep 2018 22:38:54 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "updated_at": "2018-09-04T22:38:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "revision_number": 0, "id": "660057fe-12c3-49f3-b496-44c3902dec67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "revision_number": 0, "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}], "revision_number": 2, "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "577a2641-10f7-49d2-8154-54a964053cdc", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}]} 2018-09-04 22:38:54,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=577a2641-10f7-49d2-8154-54a964053cdc used request id req-bf3c7c56-3b8f-409f-89b8-2545bde1e922 2018-09-04 22:38:54,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 577a2641-10f7-49d2-8154-54a964053cdc 2018-09-04 22:38:54,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:54,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3137d836-e518-468c-921a-f7e08f1c756d Date: Tue, 04 Sep 2018 22:38:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "660057fe-12c3-49f3-b496-44c3902dec67"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d"}]} 2018-09-04 22:38:54,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc used request id req-3137d836-e518-468c-921a-f7e08f1c756d 2018-09-04 22:38:54,741 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp 2018-09-04 22:38:54,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:54,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-f9efd2e0-606b-4034-86c9-b058f1d7eb9e Date: Tue, 04 Sep 2018 22:38:54 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "updated_at": "2018-09-04T22:38:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "revision_number": 0, "id": "660057fe-12c3-49f3-b496-44c3902dec67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "revision_number": 0, "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}], "revision_number": 2, "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "577a2641-10f7-49d2-8154-54a964053cdc", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}]} 2018-09-04 22:38:54,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp used request id req-f9efd2e0-606b-4034-86c9-b058f1d7eb9e 2018-09-04 22:38:54,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:38:54,801 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:38:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:38:54,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:54,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-768e2be7-f946-492c-a37b-071970822410 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:38:54,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-768e2be7-f946-492c-a37b-071970822410 2018-09-04 22:38:54,877 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 577a2641-10f7-49d2-8154-54a964053cdc 2018-09-04 22:38:54,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:55,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2b4a12b5-6b81-439b-90eb-3769eb1b4ae7 Date: Tue, 04 Sep 2018 22:38:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "660057fe-12c3-49f3-b496-44c3902dec67"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d"}]} 2018-09-04 22:38:55,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc used request id req-2b4a12b5-6b81-439b-90eb-3769eb1b4ae7 2018-09-04 22:38:55,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc"}}' 2018-09-04 22:38:55,402 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-16381b73-0659-45d5-996b-94169247328e Date: Tue, 04 Sep 2018 22:38:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:55Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:55Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "794e0a9f-5a92-4bab-8571-6a4c8fe8862e"}} 2018-09-04 22:38:55,402 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-16381b73-0659-45d5-996b-94169247328e 2018-09-04 22:38:55,403 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp 2018-09-04 22:38:55,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:55,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-68892a9d-abb5-4541-917e-9efab421e57f Date: Tue, 04 Sep 2018 22:38:55 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "updated_at": "2018-09-04T22:38:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "revision_number": 0, "id": "660057fe-12c3-49f3-b496-44c3902dec67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:55Z", "revision_number": 0, "id": "794e0a9f-5a92-4bab-8571-6a4c8fe8862e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:55Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "revision_number": 0, "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}], "revision_number": 3, "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "577a2641-10f7-49d2-8154-54a964053cdc", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}]} 2018-09-04 22:38:55,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp used request id req-68892a9d-abb5-4541-917e-9efab421e57f 2018-09-04 22:38:55,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:55,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37272a59-e3b2-4f3c-9bb5-889d86de1647 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:38:55,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-37272a59-e3b2-4f3c-9bb5-889d86de1647 2018-09-04 22:38:55,540 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 577a2641-10f7-49d2-8154-54a964053cdc 2018-09-04 22:38:55,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:55,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-a61f4ea1-b3fe-466a-bfb8-f4fc07e5f857 Date: Tue, 04 Sep 2018 22:38:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "660057fe-12c3-49f3-b496-44c3902dec67"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:55Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:55Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "794e0a9f-5a92-4bab-8571-6a4c8fe8862e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d"}]} 2018-09-04 22:38:55,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc used request id req-a61f4ea1-b3fe-466a-bfb8-f4fc07e5f857 2018-09-04 22:38:55,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc"}}' 2018-09-04 22:38:55,900 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-abc5b85f-cbed-4d29-ac62-c1f4b797a966 Date: Tue, 04 Sep 2018 22:38:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:38:55Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:55Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "314a66dc-236e-4c95-924c-663bdbc0c9b8"}} 2018-09-04 22:38:55,900 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-abc5b85f-cbed-4d29-ac62-c1f4b797a966 2018-09-04 22:38:55,900 - neutron_utils - INFO - Retrieving security group with ID - 577a2641-10f7-49d2-8154-54a964053cdc 2018-09-04 22:38:55,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=577a2641-10f7-49d2-8154-54a964053cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:56,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-517074e8-b15f-47c3-a5fa-fea0e5a2d69c Date: Tue, 04 Sep 2018 22:38:56 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "updated_at": "2018-09-04T22:38:55Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:38:55Z", "revision_number": 0, "id": "314a66dc-236e-4c95-924c-663bdbc0c9b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:55Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "revision_number": 0, "id": "660057fe-12c3-49f3-b496-44c3902dec67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:55Z", "revision_number": 0, "id": "794e0a9f-5a92-4bab-8571-6a4c8fe8862e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:55Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "revision_number": 0, "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}], "revision_number": 4, "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "577a2641-10f7-49d2-8154-54a964053cdc", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}]} 2018-09-04 22:38:56,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=577a2641-10f7-49d2-8154-54a964053cdc used request id req-517074e8-b15f-47c3-a5fa-fea0e5a2d69c 2018-09-04 22:38:56,098 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 577a2641-10f7-49d2-8154-54a964053cdc 2018-09-04 22:38:56,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:38:56,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-e86ea0ca-2196-4c03-9eab-56ba185491f7 Date: Tue, 04 Sep 2018 22:38:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:38:55Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:55Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "314a66dc-236e-4c95-924c-663bdbc0c9b8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "660057fe-12c3-49f3-b496-44c3902dec67"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:55Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:55Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "794e0a9f-5a92-4bab-8571-6a4c8fe8862e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:53Z", "security_group_id": "577a2641-10f7-49d2-8154-54a964053cdc", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:53Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "8cfea495-821a-4489-8ee4-dfcb29f2ac1d"}]} 2018-09-04 22:38:56,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=577a2641-10f7-49d2-8154-54a964053cdc used request id req-e86ea0ca-2196-4c03-9eab-56ba185491f7 2018-09-04 22:38:56,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:38:56,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:38:56,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3c288f19f4c4a1bb29850aecdf3a0b4", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role"}], "expires_at": "2018-09-04T23:38:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-user", "id": "1242ee471f954d199669792fcaa20436"}, "audit_ids": ["KhAwlqfsTjqGjp8ydnp_Dg"], "issued_at": "2018-09-04T22:38:56.000000Z"}} 2018-09-04 22:38:56,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:56,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59653a74-f767-4edb-9f6d-eab3f47a120e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:56,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-59653a74-f767-4edb-9f6d-eab3f47a120e 2018-09-04 22:38:56,729 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:38:56,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:56,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a9d6098-5070-46c0-96fc-17a2ad1461b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:56,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9a9d6098-5070-46c0-96fc-17a2ad1461b1 2018-09-04 22:38:56,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:56,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2e8aee23-e1a7-4661-bc34-5269c77a34f1 Date: Tue, 04 Sep 2018 22:38:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:38:56,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-2e8aee23-e1a7-4661-bc34-5269c77a34f1 2018-09-04 22:38:57,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:38:57,007 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:38:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:38:57,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:57,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9131b73-3963-48cd-8a07-a34be9bc588a Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:38:57,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-f9131b73-3963-48cd-8a07-a34be9bc588a 2018-09-04 22:38:57,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:57,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a6bc0c3f-b500-4ff9-bc17-3eb4cd990599 Date: Tue, 04 Sep 2018 22:38:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:38:57,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-a6bc0c3f-b500-4ff9-bc17-3eb4cd990599 2018-09-04 22:38:57,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:57,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5f8bc0de-28fd-47c3-b62f-a98539118244 Date: Tue, 04 Sep 2018 22:38:57 GMT RESP BODY: {"ports":[]} 2018-09-04 22:38:57,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1&admin_state_up=True used request id req-5f8bc0de-28fd-47c3-b62f-a98539118244 2018-09-04 22:38:57,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:57,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f6269192-508e-46a3-9547-59ff726b0314 x-compute-request-id: req-f6269192-508e-46a3-9547-59ff726b0314 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:38:57,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst used request id req-f6269192-508e-46a3-9547-59ff726b0314 2018-09-04 22:38:57,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:57,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-79dc1c40-97b2-4147-a06b-b4dd2373f182 Date: Tue, 04 Sep 2018 22:38:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:38:57,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-79dc1c40-97b2-4147-a06b-b4dd2373f182 2018-09-04 22:38:57,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:58,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-228f1570-f8d3-4904-aebf-a96905afac25 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:38:58,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-228f1570-f8d3-4904-aebf-a96905afac25 2018-09-04 22:38:58,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:58,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2d4eedff-e76d-4dcd-8154-ac3111f318f0 Date: Tue, 04 Sep 2018 22:38:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:38:58,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-2d4eedff-e76d-4dcd-8154-ac3111f318f0 2018-09-04 22:38:58,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:58,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c5b179cc-4fc5-4493-b20e-37e754b290d7 Date: Tue, 04 Sep 2018 22:38:58 GMT RESP BODY: {"ports":[]} 2018-09-04 22:38:58,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1&admin_state_up=True used request id req-c5b179cc-4fc5-4493-b20e-37e754b290d7 2018-09-04 22:38:58,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:38:58,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:38:59,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3c288f19f4c4a1bb29850aecdf3a0b4", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role"}], "expires_at": "2018-09-04T23:38:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-user", "id": "1242ee471f954d199669792fcaa20436"}, "audit_ids": ["pCWo-Kb-S-OhDmlf5Zoxow"], "issued_at": "2018-09-04T22:38:59.000000Z"}} 2018-09-04 22:38:59,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8c3bf8417857013e622316a0fe4866670618dd" 2018-09-04 22:38:59,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3686872-c346-4745-8623-981091a25394 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:38:59,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b3686872-c346-4745-8623-981091a25394 2018-09-04 22:38:59,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:59,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4bd46440-e78b-42c5-9513-dda484274907 Date: Tue, 04 Sep 2018 22:38:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:38:59,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-4bd46440-e78b-42c5-9513-dda484274907 2018-09-04 22:38:59,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:38:59,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2703af8c-caa3-4161-af43-cb0a6434ef1e Date: Tue, 04 Sep 2018 22:38:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:38:59,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-2703af8c-caa3-4161-af43-cb0a6434ef1e 2018-09-04 22:38:59,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:00,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7b426393-2076-4e7e-a965-0f30b3a20bc7 Date: Tue, 04 Sep 2018 22:39:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:39:00,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-7b426393-2076-4e7e-a965-0f30b3a20bc7 2018-09-04 22:39:00,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:39:00,030 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:39:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:39:00,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8c3bf8417857013e622316a0fe4866670618dd" 2018-09-04 22:39:00,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af3a8ae-5078-4526-962d-8740e06d8296 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:00,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-4af3a8ae-5078-4526-962d-8740e06d8296 2018-09-04 22:39:00,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:00,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3f73834a-e141-4778-9d46-7e6f03fa584b Date: Tue, 04 Sep 2018 22:39:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:39:00,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-3f73834a-e141-4778-9d46-7e6f03fa584b 2018-09-04 22:39:00,313 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net 2018-09-04 22:39:00,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" -d '{"port": {"network_id": "ca7e77be-b8a3-49fa-9555-c1b701bf8b37", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1", "admin_state_up": true}}' 2018-09-04 22:39:01,251 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-606cda41-f705-4700-820d-5db6698895c5 Date: Tue, 04 Sep 2018 22:39:01 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:00Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.12"}],"id":"7a23825e-c1e7-4666-9267-9c1fb803ba56","security_groups":["677b57ed-8cd2-4594-93d4-1e1a49285533"],"mac_address":"fa:16:3e:08:4d:d2","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","qos_policy_id":null,"admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:39:00Z","binding:vnic_type":"normal"}} 2018-09-04 22:39:01,251 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-606cda41-f705-4700-820d-5db6698895c5 2018-09-04 22:39:01,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:01,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d4b7d82f-dad1-4a84-9e87-0e7ea9e65c54 Date: Tue, 04 Sep 2018 22:39:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:39:01,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-d4b7d82f-dad1-4a84-9e87-0e7ea9e65c54 2018-09-04 22:39:01,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:01,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-724787cb-fc8f-4a52-b28b-f9c30ba63ed8 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:01,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-724787cb-fc8f-4a52-b28b-f9c30ba63ed8 2018-09-04 22:39:01,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:01,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-59fd0aeb-0e65-4184-92ba-8ca3ac5ced41 Date: Tue, 04 Sep 2018 22:39:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:39:01,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-59fd0aeb-0e65-4184-92ba-8ca3ac5ced41 2018-09-04 22:39:01,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:01,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-787a4215-51ba-4368-a331-dd113dc99f37 Date: Tue, 04 Sep 2018 22:39:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:00Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.12"}],"id":"7a23825e-c1e7-4666-9267-9c1fb803ba56","security_groups":["677b57ed-8cd2-4594-93d4-1e1a49285533"],"mac_address":"fa:16:3e:08:4d:d2","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:39:00Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:39:01,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1&admin_state_up=True used request id req-787a4215-51ba-4368-a331-dd113dc99f37 2018-09-04 22:39:01,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:01,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f9ebdef-4870-41d9-b84c-d65c30ee0224 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:01,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-0f9ebdef-4870-41d9-b84c-d65c30ee0224 2018-09-04 22:39:01,934 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst 2018-09-04 22:39:01,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:01,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-843d207e-b091-4a2d-b230-ac0eee5c153b x-compute-request-id: req-843d207e-b091-4a2d-b230-ac0eee5c153b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-flavor-name"}]} 2018-09-04 22:39:01,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-843d207e-b091-4a2d-b230-ac0eee5c153b 2018-09-04 22:39:01,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:01,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb7f3b0d-bc4f-4aa0-8bfc-1be258b008d6 x-compute-request-id: req-bb7f3b0d-bc4f-4aa0-8bfc-1be258b008d6 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:39:01,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3 used request id req-bb7f3b0d-bc4f-4aa0-8bfc-1be258b008d6 2018-09-04 22:39:01,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:02,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-73c819a7-2a71-4594-b3be-c2c816029f12 Date: Tue, 04 Sep 2018 22:39:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:38:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:38:37Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/5622e0fe-8256-4806-b45d-10b9424d1c41/snap", "metadata": {}}], "self": "/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "min_disk": 0, "protected": false, "id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "file": "/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d6f9cf24248645c0aa60a0855eb8e6dd", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/5622e0fe-8256-4806-b45d-10b9424d1c41/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image"} 2018-09-04 22:39:02,172 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image used request id req-73c819a7-2a71-4594-b3be-c2c816029f12 2018-09-04 22:39:02,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:02,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6104d583-2183-4c64-a941-71387aa4674c Date: Tue, 04 Sep 2018 22:39:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:39:02,339 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-6104d583-2183-4c64-a941-71387aa4674c 2018-09-04 22:39:02,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "imageRef": "5622e0fe-8256-4806-b45d-10b9424d1c41", "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "flavorRef": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "max_count": 1, "min_count": 1, "networks": [{"port": "7a23825e-c1e7-4666-9267-9c1fb803ba56"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}]}}' 2018-09-04 22:39:04,529 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:39:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-09e2e25d-5ea0-41fa-9063-acf54425a6a9 x-compute-request-id: req-09e2e25d-5ea0-41fa-9063-acf54425a6a9 Content-Length: 444 location: http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "adminPass": "5RNPPL7jd6Qe"}} 2018-09-04 22:39:04,530 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-09e2e25d-5ea0-41fa-9063-acf54425a6a9 2018-09-04 22:39:04,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:04,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dceeed63-fe33-487e-a6ae-4c3d91ef9bfa x-compute-request-id: req-dceeed63-fe33-487e-a6ae-4c3d91ef9bfa Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:39:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:04,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-dceeed63-fe33-487e-a6ae-4c3d91ef9bfa 2018-09-04 22:39:04,640 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst 2018-09-04 22:39:04,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:04,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6d71c94-82c8-49ee-973e-b1f40db331c0 x-compute-request-id: req-f6d71c94-82c8-49ee-973e-b1f40db331c0 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:39:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:04,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-f6d71c94-82c8-49ee-973e-b1f40db331c0 2018-09-04 22:39:04,863 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst] is - BUILD 2018-09-04 22:39:04,864 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:39:07,867 - create_instance - DEBUG - VM status query timeout in 896.77332592 2018-09-04 22:39:07,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:08,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-247c2791-0b4c-404a-b8a1-7253fae3350b x-compute-request-id: req-247c2791-0b4c-404a-b8a1-7253fae3350b Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:39:05Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:08,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-247c2791-0b4c-404a-b8a1-7253fae3350b 2018-09-04 22:39:08,036 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst] is - BUILD 2018-09-04 22:39:08,036 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:39:11,039 - create_instance - DEBUG - VM status query timeout in 893.600643873 2018-09-04 22:39:11,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:11,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d497665a-dd4d-42a0-b0c2-643b0039f383 x-compute-request-id: req-d497665a-dd4d-42a0-b0c2-643b0039f383 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:11,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-d497665a-dd4d-42a0-b0c2-643b0039f383 2018-09-04 22:39:11,413 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst] is - ACTIVE 2018-09-04 22:39:11,413 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:39:11,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:11,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4949db4a-288d-4147-bf42-7c44a56f6798 x-compute-request-id: req-4949db4a-288d-4147-bf42-7c44a56f6798 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:11,967 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-4949db4a-288d-4147-bf42-7c44a56f6798 2018-09-04 22:39:11,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:12,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1cb74906-d8d7-44d5-a03a-22d21491a053 Date: Tue, 04 Sep 2018 22:39:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:39:12,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-1cb74906-d8d7-44d5-a03a-22d21491a053 2018-09-04 22:39:12,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:12,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-416b6939-e817-4af3-a6ad-9f2f52781536 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:12,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-416b6939-e817-4af3-a6ad-9f2f52781536 2018-09-04 22:39:12,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:12,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-830388c5-5c4c-487a-960c-25ee4f33a74f Date: Tue, 04 Sep 2018 22:39:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:39:12,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-830388c5-5c4c-487a-960c-25ee4f33a74f 2018-09-04 22:39:12,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:12,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-243fa619-9ce3-40b6-b923-a72020d32a76 Date: Tue, 04 Sep 2018 22:39:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.1"}],"id":"634e583c-5a2f-4245-806e-a869c5aa7dd9","security_groups":[],"mac_address":"fa:16:3e:33:77:01","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:49Z","binding:vnic_type":"normal","device_id":"122a3e4e-2119-4795-843d-c0cf29b1c30c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.12"}],"id":"7a23825e-c1e7-4666-9267-9c1fb803ba56","security_groups":["677b57ed-8cd2-4594-93d4-1e1a49285533"],"mac_address":"fa:16:3e:08:4d:d2","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:39:00Z","binding:vnic_type":"normal","device_id":"700734db-7ea6-4972-8061-b6f76b7fd943"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.4"}],"id":"cdd81ada-63d5-44af-9ca0-5926632f50cc","security_groups":[],"mac_address":"fa:16:3e:22:3d:3a","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.2"}],"id":"ddb6854e-e886-44e3-a444-1df7589f1f92","security_groups":[],"mac_address":"fa:16:3e:65:3a:57","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.3"}],"id":"ee701bcb-9b11-4ad0-945c-6cca55314a85","security_groups":[],"mac_address":"fa:16:3e:de:a9:74","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"}]} 2018-09-04 22:39:12,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-243fa619-9ce3-40b6-b923-a72020d32a76 2018-09-04 22:39:12,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:13,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c62c146f-2c63-4d6d-b30f-96cf128554cb x-compute-request-id: req-c62c146f-2c63-4d6d-b30f-96cf128554cb Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:13,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-c62c146f-2c63-4d6d-b30f-96cf128554cb 2018-09-04 22:39:13,760 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst] is - ACTIVE 2018-09-04 22:39:13,760 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:39:13,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:14,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cafa32d5-033f-4c52-8a33-ac3b75bc2c03 x-compute-request-id: req-cafa32d5-033f-4c52-8a33-ac3b75bc2c03 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:14,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-cafa32d5-033f-4c52-8a33-ac3b75bc2c03 2018-09-04 22:39:14,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:14,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-97292c93-7b08-469c-8718-c9f16fc91ecf Date: Tue, 04 Sep 2018 22:39:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:39:14,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-97292c93-7b08-469c-8718-c9f16fc91ecf 2018-09-04 22:39:14,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:14,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45105183-711f-42cd-8d7d-e3e086dad7ee Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:14,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-45105183-711f-42cd-8d7d-e3e086dad7ee 2018-09-04 22:39:14,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:14,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cd6e830e-123e-4bc1-8c28-48eb60123904 Date: Tue, 04 Sep 2018 22:39:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:39:14,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-cd6e830e-123e-4bc1-8c28-48eb60123904 2018-09-04 22:39:14,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:14,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-c91466ec-3c37-4f8e-bea1-bce201713186 Date: Tue, 04 Sep 2018 22:39:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.1"}],"id":"634e583c-5a2f-4245-806e-a869c5aa7dd9","security_groups":[],"mac_address":"fa:16:3e:33:77:01","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:49Z","binding:vnic_type":"normal","device_id":"122a3e4e-2119-4795-843d-c0cf29b1c30c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.12"}],"id":"7a23825e-c1e7-4666-9267-9c1fb803ba56","security_groups":["677b57ed-8cd2-4594-93d4-1e1a49285533"],"mac_address":"fa:16:3e:08:4d:d2","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:39:00Z","binding:vnic_type":"normal","device_id":"700734db-7ea6-4972-8061-b6f76b7fd943"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.4"}],"id":"cdd81ada-63d5-44af-9ca0-5926632f50cc","security_groups":[],"mac_address":"fa:16:3e:22:3d:3a","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.2"}],"id":"ddb6854e-e886-44e3-a444-1df7589f1f92","security_groups":[],"mac_address":"fa:16:3e:65:3a:57","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.3"}],"id":"ee701bcb-9b11-4ad0-945c-6cca55314a85","security_groups":[],"mac_address":"fa:16:3e:de:a9:74","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"}]} 2018-09-04 22:39:14,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-c91466ec-3c37-4f8e-bea1-bce201713186 2018-09-04 22:39:14,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}}' 2018-09-04 22:39:15,616 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:39:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-00a360ab-9154-432e-abb3-21b0ac6b4289 x-compute-request-id: req-00a360ab-9154-432e-abb3-21b0ac6b4289 Content-Length: 0 Content-Type: application/json 2018-09-04 22:39:15,616 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943/action used request id req-00a360ab-9154-432e-abb3-21b0ac6b4289 2018-09-04 22:39:15,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:15,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-769bb0b5-e4c7-41ef-b3bf-ad2b9e4ae841 Date: Tue, 04 Sep 2018 22:39:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:43Z", "admin_state_up": true, "updated_at": "2018-09-04T22:38:49Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "122a3e4e-2119-4795-843d-c0cf29b1c30c", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router"}]} 2018-09-04 22:39:15,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router used request id req-769bb0b5-e4c7-41ef-b3bf-ad2b9e4ae841 2018-09-04 22:39:15,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:15,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2553ccc-b254-4efe-a939-5f900bfc9976 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:15,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-f2553ccc-b254-4efe-a939-5f900bfc9976 2018-09-04 22:39:15,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=122a3e4e-2119-4795-843d-c0cf29b1c30c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:15,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-d10991f6-11a1-4492-8552-7698847d6870 Date: Tue, 04 Sep 2018 22:39:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.1"}],"id":"634e583c-5a2f-4245-806e-a869c5aa7dd9","security_groups":[],"mac_address":"fa:16:3e:33:77:01","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:49Z","binding:vnic_type":"normal","device_id":"122a3e4e-2119-4795-843d-c0cf29b1c30c"}]} 2018-09-04 22:39:15,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=122a3e4e-2119-4795-843d-c0cf29b1c30c used request id req-d10991f6-11a1-4492-8552-7698847d6870 2018-09-04 22:39:15,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/eeb396e4-7b3e-44e0-86ee-7fc9e33998d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:15,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-6e4b406a-7146-41dc-a900-9568d34dc0c1 Date: Tue, 04 Sep 2018 22:39:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}} 2018-09-04 22:39:15,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/eeb396e4-7b3e-44e0-86ee-7fc9e33998d4 used request id req-6e4b406a-7146-41dc-a900-9568d34dc0c1 2018-09-04 22:39:15,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:16,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7ae45b1d-2f4a-4332-9017-10bf6b4c5d62 Date: Tue, 04 Sep 2018 22:39:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:39:16,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-7ae45b1d-2f4a-4332-9017-10bf6b4c5d62 2018-09-04 22:39:16,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:16,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f88ea1c6-5c91-4b76-b789-0f092a5cd563 Date: Tue, 04 Sep 2018 22:39:16 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:39:16,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-f88ea1c6-5c91-4b76-b789-0f092a5cd563 2018-09-04 22:39:16,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:16,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6a25970-ec7d-4912-a0af-85c9f4e35600 x-compute-request-id: req-d6a25970-ec7d-4912-a0af-85c9f4e35600 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}, {"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:16,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-d6a25970-ec7d-4912-a0af-85c9f4e35600 2018-09-04 22:39:16,512 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst] is - ACTIVE 2018-09-04 22:39:16,512 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:39:16,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:17,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe9b5d30-1d38-4f4d-a6e4-7abf052356e2 x-compute-request-id: req-fe9b5d30-1d38-4f4d-a6e4-7abf052356e2 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}, {"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:17,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-fe9b5d30-1d38-4f4d-a6e4-7abf052356e2 2018-09-04 22:39:17,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:17,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bf188926-2af9-4066-b28f-1d9f07a759e4 Date: Tue, 04 Sep 2018 22:39:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:39:17,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-bf188926-2af9-4066-b28f-1d9f07a759e4 2018-09-04 22:39:17,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:17,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f88ed2-5f7d-450f-b9a0-59561278e215 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:17,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-67f88ed2-5f7d-450f-b9a0-59561278e215 2018-09-04 22:39:17,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:17,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cbf0cdd7-a05e-40fc-83ff-7d985f8c0bcd Date: Tue, 04 Sep 2018 22:39:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:39:17,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-cbf0cdd7-a05e-40fc-83ff-7d985f8c0bcd 2018-09-04 22:39:17,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:17,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-1045dbd4-ca6a-48ed-8297-844c6d62ab06 Date: Tue, 04 Sep 2018 22:39:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.1"}],"id":"634e583c-5a2f-4245-806e-a869c5aa7dd9","security_groups":[],"mac_address":"fa:16:3e:33:77:01","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:49Z","binding:vnic_type":"normal","device_id":"122a3e4e-2119-4795-843d-c0cf29b1c30c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:15Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.12"}],"id":"7a23825e-c1e7-4666-9267-9c1fb803ba56","security_groups":["577a2641-10f7-49d2-8154-54a964053cdc","677b57ed-8cd2-4594-93d4-1e1a49285533"],"mac_address":"fa:16:3e:08:4d:d2","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:39:00Z","binding:vnic_type":"normal","device_id":"700734db-7ea6-4972-8061-b6f76b7fd943"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.4"}],"id":"cdd81ada-63d5-44af-9ca0-5926632f50cc","security_groups":[],"mac_address":"fa:16:3e:22:3d:3a","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.2"}],"id":"ddb6854e-e886-44e3-a444-1df7589f1f92","security_groups":[],"mac_address":"fa:16:3e:65:3a:57","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.3"}],"id":"ee701bcb-9b11-4ad0-945c-6cca55314a85","security_groups":[],"mac_address":"fa:16:3e:de:a9:74","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"}]} 2018-09-04 22:39:17,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-1045dbd4-ca6a-48ed-8297-844c6d62ab06 2018-09-04 22:39:17,458 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-04 22:39:17,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:17,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-964d81e2-778f-4849-ac52-d019724b5d2a Date: Tue, 04 Sep 2018 22:39:17 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:39:17,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-964d81e2-778f-4849-ac52-d019724b5d2a 2018-09-04 22:39:17,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:17,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ec53c568-afc0-4f0c-83c7-26e88f0002a5 Date: Tue, 04 Sep 2018 22:39:17 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:39:17,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-ec53c568-afc0-4f0c-83c7-26e88f0002a5 2018-09-04 22:39:17,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "port_id": "7a23825e-c1e7-4666-9267-9c1fb803ba56"}}' 2018-09-04 22:39:19,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-5069a906-e1da-4d94-9062-14456e71c51c Date: Tue, 04 Sep 2018 22:39:19 GMT RESP BODY: {"floatingip": {"router_id": "122a3e4e-2119-4795-843d-c0cf29b1c30c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:39:18Z", "updated_at": "2018-09-04T22:39:18Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.55.1.12", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_id": "7a23825e-c1e7-4666-9267-9c1fb803ba56", "id": "767f6b56-2a97-44ad-92cb-94442a3746b7"}} 2018-09-04 22:39:19,714 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-5069a906-e1da-4d94-9062-14456e71c51c 2018-09-04 22:39:19,714 - create_instance - INFO - Created floating IP 172.30.9.210 via router - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router 2018-09-04 22:39:19,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:20,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-760db314-749e-45e2-9323-79a4bd320b2e x-compute-request-id: req-760db314-749e-45e2-9323-79a4bd320b2e Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}, {"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:20,282 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-760db314-749e-45e2-9323-79a4bd320b2e 2018-09-04 22:39:20,282 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst] is - ACTIVE 2018-09-04 22:39:20,282 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:39:20,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:20,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82bc6fd2-aaf7-4afe-9aea-b69eed8a5755 x-compute-request-id: req-82bc6fd2-aaf7-4afe-9aea-b69eed8a5755 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}, {"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:20,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-82bc6fd2-aaf7-4afe-9aea-b69eed8a5755 2018-09-04 22:39:20,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:20,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6079ab7e-844e-4b27-884b-554e4594c9e3 Date: Tue, 04 Sep 2018 22:39:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:39:20,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-6079ab7e-844e-4b27-884b-554e4594c9e3 2018-09-04 22:39:20,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:20,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5939b33a-7cd0-4564-be1f-161d36433252 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:20,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-5939b33a-7cd0-4564-be1f-161d36433252 2018-09-04 22:39:20,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:20,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bb3c9145-72d1-4c7e-805d-e68325b7261b Date: Tue, 04 Sep 2018 22:39:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:39:20,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-bb3c9145-72d1-4c7e-805d-e68325b7261b 2018-09-04 22:39:21,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:21,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-6564452d-5b81-4710-b84c-04690f1a9366 Date: Tue, 04 Sep 2018 22:39:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.1"}],"id":"634e583c-5a2f-4245-806e-a869c5aa7dd9","security_groups":[],"mac_address":"fa:16:3e:33:77:01","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:49Z","binding:vnic_type":"normal","device_id":"122a3e4e-2119-4795-843d-c0cf29b1c30c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:15Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.12"}],"id":"7a23825e-c1e7-4666-9267-9c1fb803ba56","security_groups":["577a2641-10f7-49d2-8154-54a964053cdc","677b57ed-8cd2-4594-93d4-1e1a49285533"],"mac_address":"fa:16:3e:08:4d:d2","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:39:00Z","binding:vnic_type":"normal","device_id":"700734db-7ea6-4972-8061-b6f76b7fd943"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.4"}],"id":"cdd81ada-63d5-44af-9ca0-5926632f50cc","security_groups":[],"mac_address":"fa:16:3e:22:3d:3a","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.2"}],"id":"ddb6854e-e886-44e3-a444-1df7589f1f92","security_groups":[],"mac_address":"fa:16:3e:65:3a:57","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.3"}],"id":"ee701bcb-9b11-4ad0-945c-6cca55314a85","security_groups":[],"mac_address":"fa:16:3e:de:a9:74","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"}]} 2018-09-04 22:39:21,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-6564452d-5b81-4710-b84c-04690f1a9366 2018-09-04 22:39:21,115 - create_instance_tests - INFO - Looking for IP 10.55.1.12 in the console log 2018-09-04 22:39:21,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:21,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b35bb9c-bd61-4e67-b3e9-396916153524 x-compute-request-id: req-2b35bb9c-bd61-4e67-b3e9-396916153524 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}, {"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:21,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-2b35bb9c-bd61-4e67-b3e9-396916153524 2018-09-04 22:39:21,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:39:23,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43751ee9-9983-4602-91ac-5f3cdef3fe11 x-compute-request-id: req-43751ee9-9983-4602-91ac-5f3cdef3fe11 Content-Encoding: gzip Content-Length: 9619 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 541823857 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128230] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129886] pid_max: default: 32768 minimum: 301\n[ 0.130781] ACPI: Core revision 20150930\n[ 0.132177] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133490] Security Framework initialized\n[ 0.134307] Yama: becoming mindful.\n[ 0.135041] AppArmor: AppArmor initialized\n[ 0.135898] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137183] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.138438] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139640] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141004] Initializing cgroup subsys io\n[ 0.141821] Initializing cgroup subsys memory\n[ 0.142685] Initializing cgroup subsys devices\n[ 0.143570] Initializing cgroup subsys freezer\n[ 0.144436] Initializing cgroup subsys net_cls\n[ 0.145305] Initializing cgroup subsys perf_event\n[ 0.146215] Initializing cgroup subsys net_prio\n[ 0.147098] Initializing cgroup subsys hugetlb\n[ 0.147972] Initializing cgroup subsys pids\n[ 0.148848] CPU: Physical Processor ID: 0\n[ 0.150357] mce: CPU supports 10 MCE banks\n[ 0.151212] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152219] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.154528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.161132] ftrace: allocating 31920 entries in 125 pages\n[ 0.188590] smpboot: Max logical packages: 2\n[ 0.189441] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.190642] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.192002] x2apic enabled\n[ 0.192814] Switched APIC routing to physical x2apic.\n[ 0.194559] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.195798] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.197934] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.199869] KVM setup paravirtual spinlock\n[ 0.201312] x86: Booting SMP configuration:\n[ 0.202214] .... node #0, CPUs: #1\n[ 0.203109] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.224742] x86: Booted up 1 node, 2 CPUs\n[ 0.224745] KVM setup async PF for cpu 1\n[ 0.224748] kvm-stealtime: cpu 1, msr f90d940\n[ 0.227305] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.228812] devtmpfs: initialized\n[ 0.230510] evm: security.selinux\n[ 0.231211] evm: security.SMACK64\n[ 0.231900] evm: security.SMACK64EXEC\n[ 0.232640] evm: security.SMACK64TRANSMUTE\n[ 0.233447] evm: security.SMACK64MMAP\n[ 0.234192] evm: security.ima\n[ 0.234836] evm: security.capability\n[ 0.235692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237571] pinctrl core: initialized pinctrl subsystem\n[ 0.238671] RTC time: 22:39:08, date: 09/04/18\n[ 0.239651] NET: Registered protocol family 16\n[ 0.249510] cpuidle: using governor ladder\n[ 0.261593] cpuidle: using governor menu\n[ 0.262387] PCCT header not found.\n[ 0.263167] ACPI: bus type PCI registered\n[ 0.263959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265185] PCI: Using configuration type 1 for base access\n[ 0.278601] ACPI: Added _OSI(Module Device)\n[ 0.279432] ACPI: Added _OSI(Processor Device)\n[ 0.280278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.281158] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.283516] ACPI: Interpreter enabled\n[ 0.284273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.286080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287901] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.289715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.291537] ACPI: (supports S0 S5)\n[ 0.292232] ACPI: Using IOAPIC for interrupt routing\n[ 0.293178] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.296548] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.297670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.298876] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.300052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.302268] acpiphp: Slot [3] registered\n[ 0.303068] acpiphp: Slot [4] registered\n[ 0.303877] acpiphp: Slot [5] registered\n[ 0.304671] acpiphp: Slot [6] registered\n[ 0.305455] acpiphp: Slot [7] registered\n[ 0.306244] acpiphp: Slot [8] registered\n[ 0.307040] acpiphp: Slot [9] registered\n[ 0.307824] acpiphp: Slot [10] registered\n[ 0.318919] acpiphp: Slot [11] registered\n[ 0.319727] acpiphp: Slot [12] registered\n[ 0.320527] acpiphp: Slot [13] registered\n[ 0.321330] acpiphp: Slot [14] registered\n[ 0.322132] acpiphp: Slot [15] registered\n[ 0.322943] acpiphp: Slot [16] registered\n[ 0.323747] acpiphp: Slot [17] registered\n[ 0.324539] acpiphp: Slot [18] registered\n[ 0.325337] acpiphp: Slot [19] registered\n[ 0.326137] acpiphp: Slot [20] registered\n[ 0.326944] acpiphp: Slot [21] registered\n[ 0.327746] acpiphp: Slot [22] registered\n[ 0.328547] acpiphp: Slot [23] registered\n[ 0.329350] acpiphp: Slot [24] registered\n[ 0.330168] acpiphp: Slot [25] registered\n[ 0.330977] acpiphp: Slot [26] registered\n[ 0.331777] acpiphp: Slot [27] registered\n[ 0.332578] acpiphp: Slot [28] registered\n[ 0.333372] acpiphp: Slot [29] registered\n[ 0.334176] acpiphp: Slot [30] registered\n[ 0.334986] acpiphp: Slot [31] registered\n[ 0.335793] PCI host bridge to bus 0000:00\n[ 0.336596] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.337792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.338996] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.340430] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.341869] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.348348] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.349613] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350770] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.352019] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360695] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.410652] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.412122] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413515] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414941] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416304] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417567] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.418759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.419791] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421303] vgaarb: loaded\n[ 0.421898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423041] SCSI subsystem initialized\n[ 0.423875] ACPI: bus type USB registered\n[ 0.424685] usbcore: registered new interface driver usbfs\n[ 0.425699] usbcore: registered new interface driver hub\n[ 0.426692] usbcore: registered new device driver usb\n[ 0.427793] PCI: Using ACPI for IRQ routing\n[ 0.428828] NetLabel: Initializing\n[ 0.429530] NetLabel: domain hash size = 128\n[ 0.430369] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.431303] NetLabel: unlabeled traffic allowed by default\n[ 0.432437] clocksource: Switched to clocksource kvm-clock\n[ 0.438567] AppArmor: AppArmor Filesystem Enabled\n[ 0.439516] pnp: PnP ACPI init\n[ 0.440458] pnp: PnP ACPI: found 5 devices\n[ 0.447570] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.449261] NET: Registered protocol family 2\n[ 0.450250] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.451497] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.452643] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.453783] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454838] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455981] NET: Registered protocol family 1\n[ 0.456839] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457915] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458992] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.477583] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.496405] Trying to unpack rootfs image as initramfs...\n[ 0.547465] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.561675] Scanning for low memory corruption every 60 seconds\n[ 0.563090] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.564230] audit: initializing netlink subsys (disabled)\n[ 0.565268] audit: type=2000 audit(1536100749.166:1): initialized\n[ 0.566581] Initialise system trusted keyring\n[ 0.567540] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.568704] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.570810] zbud: loaded\n[ 0.577223] VFS: Disk quotas dquot_6.6.0\n[ 0.578106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.579715] fuse init (API version 7.23)\n[ 0.580630] Key type big_key registered\n[ 0.581440] Allocating IMA MOK and blacklist keyrings.\n[ 0.582732] Key type asymmetric registered\n[ 0.583545] Asymmetric key parser 'x509' registered\n[ 0.584500] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.585989] io scheduler noop registered\n[ 0.586777] io scheduler deadline registered (default)\n[ 0.587759] io scheduler cfq registered\n[ 0.588612] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.589648] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.590908] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.592343] ACPI: Power Button [PWRF]\n[ 0.593239] GHES: HEST is not enabled!\n[ 0.611393] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.649273] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.651886] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675395] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.682238] Linux agpgart interface v0.103\n[ 0.685498] brd: module loaded\n[ 0.686887] loop: module loaded\n[ 0.691316] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.692770] GPT:90111 != 20971519\n[ 0.693453] GPT:Alternate GPT header not at the end of the disk.\n[ 0.694528] GPT:90111 != 20971519\n[ 0.695223] GPT: Use GNU Parted to correct GPT errors.\n[ 0.696185] vda: vda1 vda15\n[ 0.697722] scsi host0: ata_piix\n[ 0.698487] scsi host1: ata_piix\n[ 0.699196] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.700394] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.701667] libphy: Fixed MDIO Bus: probed\n[ 0.702522] tun: Universal TUN/TAP device driver, 1.6\n[ 0.703513] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.705523] PPP generic driver version 2.4.2\n[ 0.706696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.708251] ehci-pci: EHCI PCI platform driver\n[ 0.709305] ehci-platform: EHCI generic platform driver\n[ 0.710503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.711871] ohci-pci: OHCI PCI platform driver\n[ 0.712921] ohci-platform: OHCI generic platform driver\n[ 0.714115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733355] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734560] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.736291] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.737484] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.738826] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740314] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742021] usb usb1: Product: UHCI Host Controller\n[ 0.743152] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745788] hub 1-0:1.0: USB hub found\n[ 0.746711] hub 1-0:1.0: 2 ports detected\n[ 0.747771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751349] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752628] mousedev: PS/2 mouse device common for all mice\n[ 0.754123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.756317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.757620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.759054] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760498] i2c /dev entries driver\n[ 0.761403] device-mapper: uevent: version 1.0.3\n[ 0.762528] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.764480] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766026] NET: Registered protocol family 10\n[ 0.767201] NET: Registered protocol family 17\n[ 0.768266] Key type dns_resolver registered\n[ 0.769407] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.770722] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772123] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774265] registered taskstats version 1\n[ 0.775260] Loading compiled-in X.509 certificates\n[ 0.776887] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.779106] zswap: loaded using pool lzo/zbud\n[ 0.781300] Key type trusted registered\n[ 0.783174] Key type encrypted registered\n[ 0.784161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785406] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786663] evm: HMAC attrs: 0x1\n[ 0.787752] Magic number: 2:785:703\n[ 0.788767] rtc_cmos 00:00: setting system clock to 2018-09-04 22:39:09 UTC (1536100749)\n[ 0.801399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.802771] EDD information not available.\n[ 0.857614] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.859467] Write protecting the kernel read-only data: 14336k\n[ 0.861316] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.863428] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.224952] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.12...\nLease of 10.55.1.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.19. iid=i-00000111\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDECqG6h5MosffPQQ4k6hgild3yso3SS2WIL9fOdwUJE5Y2hrg+GC0j+ezKb4PYX1iLNcXmGKzh4PSnd3hK2zKGZcCrTU1SBoJuLZZQTrlLRo1sHw4XS7+l3IroZc3Xzx7pyHEaYGPBpZ6h7SDbwV309okrmOlzEBLOTPLcWe/qjaHu4Bpk/zHMMyySlIGxUXNGD/BeD6uESRaI2+a31mf21sqrJT7xm74OktQezWkM3fA9czoFuM+pUOlVRRNQWzea/dQLaRaTvMUhyUEXs8sdlKOCFU7xZOiXpXTrv6emoiJJaQ3/H/k8Qz3Ybkdoz7jz/WXLU95OeX762NwT05Lp root@createinstancesinglenetworktests-f5d07c33-4e68-4bf1-ac5e-08feaf\nssh-dss AAAAB3NzaC1kc3MAAACBAK8gDT8AwH0YIb7hSQFjsv8TsHfAtE1odAlFopXTzshblDk/3vJy4yUUtdHEZSR0ifm6CX3W3x0nIsdjEkWa0dRooRGBAHIsMB0BgDP5bb526E5PfwX4xcwwnrVUt4cADTaRDJY2b3GaL5tJY7K60V6NnaVWk/Bq3DB00dtLrFuTAAAAFQCGHWaGoVrLhABZXyWuTuSUTXNT9wAAAIEAm/hcdSJHoyenAvaWFP+xrDvqQn+/zHFhWNxbQ6M31bYrdg/qKWV1BqIdPdQT1t8pm//pbE9w0SyXwonl0fpwZ7Dj/ab+O7CtEj1XOeBexso9y8vnhxAG4vGSNXm7xC37iqPF5VY/jWjwld3L6sjThfyD69RhXyy5k4JGmTgbNigAAACAaQ+aqXpeaDiJNTVrjgQNSKVPVOL6rK6dhZ1sEVtl/SUCqau29pkAp0rC4cSRRf/0uMouaCyPJP5nDA6a6ZSatapJmRD/oq+dmJnRMMO9Lz6NkX9KCXCYf1mQMs5Xzc2bNbzAN2rJBOeieClnvI2ePSFGTEdmXzBE/VHcJoLoXhQ= root@createinstancesinglenetworktests-f5d07c33-4e68-4bf1-ac5e-08feaf\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.12,24,fe80::f816:3eff:fe08:4dd2/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.12 \nip-route:169.254.169.254 via 10.55.1.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-f5d07c33-4e68-4bf1-ac5e-08feaf\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-f5d07c33-4e68-4bf1-ac5e-08feaf login: "} 2018-09-04 22:39:23,056 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943/action used request id req-43751ee9-9983-4602-91ac-5f3cdef3fe11 2018-09-04 22:39:23,058 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:39:23,058 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 541823857 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.128230] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129886] pid_max: default: 32768 minimum: 301 [ 0.130781] ACPI: Core revision 20150930 [ 0.132177] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133490] Security Framework initialized [ 0.134307] Yama: becoming mindful. [ 0.135041] AppArmor: AppArmor initialized [ 0.135898] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137183] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.138438] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139640] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141004] Initializing cgroup subsys io [ 0.141821] Initializing cgroup subsys memory [ 0.142685] Initializing cgroup subsys devices [ 0.143570] Initializing cgroup subsys freezer [ 0.144436] Initializing cgroup subsys net_cls [ 0.145305] Initializing cgroup subsys perf_event [ 0.146215] Initializing cgroup subsys net_prio [ 0.147098] Initializing cgroup subsys hugetlb [ 0.147972] Initializing cgroup subsys pids [ 0.148848] CPU: Physical Processor ID: 0 [ 0.150357] mce: CPU supports 10 MCE banks [ 0.151212] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152219] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.154528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.161132] ftrace: allocating 31920 entries in 125 pages [ 0.188590] smpboot: Max logical packages: 2 [ 0.189441] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.190642] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.192002] x2apic enabled [ 0.192814] Switched APIC routing to physical x2apic. [ 0.194559] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.195798] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.197934] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.199869] KVM setup paravirtual spinlock [ 0.201312] x86: Booting SMP configuration: [ 0.202214] .... node #0, CPUs: #1 [ 0.203109] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.224742] x86: Booted up 1 node, 2 CPUs [ 0.224745] KVM setup async PF for cpu 1 [ 0.224748] kvm-stealtime: cpu 1, msr f90d940 [ 0.227305] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.228812] devtmpfs: initialized [ 0.230510] evm: security.selinux [ 0.231211] evm: security.SMACK64 [ 0.231900] evm: security.SMACK64EXEC [ 0.232640] evm: security.SMACK64TRANSMUTE [ 0.233447] evm: security.SMACK64MMAP [ 0.234192] evm: security.ima [ 0.234836] evm: security.capability [ 0.235692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237571] pinctrl core: initialized pinctrl subsystem [ 0.238671] RTC time: 22:39:08, date: 09/04/18 [ 0.239651] NET: Registered protocol family 16 [ 0.249510] cpuidle: using governor ladder [ 0.261593] cpuidle: using governor menu [ 0.262387] PCCT header not found. [ 0.263167] ACPI: bus type PCI registered [ 0.263959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.265185] PCI: Using configuration type 1 for base access [ 0.278601] ACPI: Added _OSI(Module Device) [ 0.279432] ACPI: Added _OSI(Processor Device) [ 0.280278] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.281158] ACPI: Added _OSI(Processor Aggregator Device) [ 0.283516] ACPI: Interpreter enabled [ 0.284273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.286080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.287901] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.289715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.291537] ACPI: (supports S0 S5) [ 0.292232] ACPI: Using IOAPIC for interrupt routing [ 0.293178] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.296548] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.297670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.298876] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.300052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.302268] acpiphp: Slot [3] registered [ 0.303068] acpiphp: Slot [4] registered [ 0.303877] acpiphp: Slot [5] registered [ 0.304671] acpiphp: Slot [6] registered [ 0.305455] acpiphp: Slot [7] registered [ 0.306244] acpiphp: Slot [8] registered [ 0.307040] acpiphp: Slot [9] registered [ 0.307824] acpiphp: Slot [10] registered [ 0.318919] acpiphp: Slot [11] registered [ 0.319727] acpiphp: Slot [12] registered [ 0.320527] acpiphp: Slot [13] registered [ 0.321330] acpiphp: Slot [14] registered [ 0.322132] acpiphp: Slot [15] registered [ 0.322943] acpiphp: Slot [16] registered [ 0.323747] acpiphp: Slot [17] registered [ 0.324539] acpiphp: Slot [18] registered [ 0.325337] acpiphp: Slot [19] registered [ 0.326137] acpiphp: Slot [20] registered [ 0.326944] acpiphp: Slot [21] registered [ 0.327746] acpiphp: Slot [22] registered [ 0.328547] acpiphp: Slot [23] registered [ 0.329350] acpiphp: Slot [24] registered [ 0.330168] acpiphp: Slot [25] registered [ 0.330977] acpiphp: Slot [26] registered [ 0.331777] acpiphp: Slot [27] registered [ 0.332578] acpiphp: Slot [28] registered [ 0.333372] acpiphp: Slot [29] registered [ 0.334176] acpiphp: Slot [30] registered [ 0.334986] acpiphp: Slot [31] registered [ 0.335793] PCI host bridge to bus 0000:00 [ 0.336596] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.337792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.338996] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.340430] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.341869] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.348348] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.349613] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.350770] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.352019] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.359258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.360695] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.410652] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.412122] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.413515] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.414941] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.416304] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.417567] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.418759] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.419791] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.421303] vgaarb: loaded [ 0.421898] vgaarb: bridge control possible 0000:00:02.0 [ 0.423041] SCSI subsystem initialized [ 0.423875] ACPI: bus type USB registered [ 0.424685] usbcore: registered new interface driver usbfs [ 0.425699] usbcore: registered new interface driver hub [ 0.426692] usbcore: registered new device driver usb [ 0.427793] PCI: Using ACPI for IRQ routing [ 0.428828] NetLabel: Initializing [ 0.429530] NetLabel: domain hash size = 128 [ 0.430369] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.431303] NetLabel: unlabeled traffic allowed by default [ 0.432437] clocksource: Switched to clocksource kvm-clock [ 0.438567] AppArmor: AppArmor Filesystem Enabled [ 0.439516] pnp: PnP ACPI init [ 0.440458] pnp: PnP ACPI: found 5 devices [ 0.447570] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.449261] NET: Registered protocol family 2 [ 0.450250] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.451497] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.452643] TCP: Hash tables configured (established 2048 bind 2048) [ 0.453783] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.454838] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.455981] NET: Registered protocol family 1 [ 0.456839] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.457915] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.458992] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.477583] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.496405] Trying to unpack rootfs image as initramfs... [ 0.547465] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.561675] Scanning for low memory corruption every 60 seconds [ 0.563090] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.564230] audit: initializing netlink subsys (disabled) [ 0.565268] audit: type=2000 audit(1536100749.166:1): initialized [ 0.566581] Initialise system trusted keyring [ 0.567540] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.568704] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.570810] zbud: loaded [ 0.577223] VFS: Disk quotas dquot_6.6.0 [ 0.578106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.579715] fuse init (API version 7.23) [ 0.580630] Key type big_key registered [ 0.581440] Allocating IMA MOK and blacklist keyrings. [ 0.582732] Key type asymmetric registered [ 0.583545] Asymmetric key parser 'x509' registered [ 0.584500] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.585989] io scheduler noop registered [ 0.586777] io scheduler deadline registered (default) [ 0.587759] io scheduler cfq registered [ 0.588612] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.589648] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.590908] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.592343] ACPI: Power Button [PWRF] [ 0.593239] GHES: HEST is not enabled! [ 0.611393] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.649273] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.651886] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675395] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.682238] Linux agpgart interface v0.103 [ 0.685498] brd: module loaded [ 0.686887] loop: module loaded [ 0.691316] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.692770] GPT:90111 != 20971519 [ 0.693453] GPT:Alternate GPT header not at the end of the disk. [ 0.694528] GPT:90111 != 20971519 [ 0.695223] GPT: Use GNU Parted to correct GPT errors. [ 0.696185] vda: vda1 vda15 [ 0.697722] scsi host0: ata_piix [ 0.698487] scsi host1: ata_piix [ 0.699196] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.700394] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.701667] libphy: Fixed MDIO Bus: probed [ 0.702522] tun: Universal TUN/TAP device driver, 1.6 [ 0.703513] tun: (C) 1999-2004 Max Krasnyansky [ 0.705523] PPP generic driver version 2.4.2 [ 0.706696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.708251] ehci-pci: EHCI PCI platform driver [ 0.709305] ehci-platform: EHCI generic platform driver [ 0.710503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.711871] ohci-pci: OHCI PCI platform driver [ 0.712921] ohci-platform: OHCI generic platform driver [ 0.714115] uhci_hcd: USB Universal Host Controller Interface driver [ 0.733355] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.734560] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.736291] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.737484] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.738826] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.740314] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.742021] usb usb1: Product: UHCI Host Controller [ 0.743152] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.744636] usb usb1: SerialNumber: 0000:00:01.2 [ 0.745788] hub 1-0:1.0: USB hub found [ 0.746711] hub 1-0:1.0: 2 ports detected [ 0.747771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750202] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751349] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752628] mousedev: PS/2 mouse device common for all mice [ 0.754123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.756317] rtc_cmos 00:00: RTC can wake from S4 [ 0.757620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.759054] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760498] i2c /dev entries driver [ 0.761403] device-mapper: uevent: version 1.0.3 [ 0.762528] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.764480] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766026] NET: Registered protocol family 10 [ 0.767201] NET: Registered protocol family 17 [ 0.768266] Key type dns_resolver registered [ 0.769407] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.770722] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772123] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774265] registered taskstats version 1 [ 0.775260] Loading compiled-in X.509 certificates [ 0.776887] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.779106] zswap: loaded using pool lzo/zbud [ 0.781300] Key type trusted registered [ 0.783174] Key type encrypted registered [ 0.784161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.785406] ima: No TPM chip found, activating TPM-bypass! [ 0.786663] evm: HMAC attrs: 0x1 [ 0.787752] Magic number: 2:785:703 [ 0.788767] rtc_cmos 00:00: setting system clock to 2018-09-04 22:39:09 UTC (1536100749) [ 0.801399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.802771] EDD information not available. [ 0.857614] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.859467] Write protecting the kernel read-only data: 14336k [ 0.861316] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.863428] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.01 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.224952] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.12... Lease of 10.55.1.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.19. iid=i-00000111 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDECqG6h5MosffPQQ4k6hgild3yso3SS2WIL9fOdwUJE5Y2hrg+GC0j+ezKb4PYX1iLNcXmGKzh4PSnd3hK2zKGZcCrTU1SBoJuLZZQTrlLRo1sHw4XS7+l3IroZc3Xzx7pyHEaYGPBpZ6h7SDbwV309okrmOlzEBLOTPLcWe/qjaHu4Bpk/zHMMyySlIGxUXNGD/BeD6uESRaI2+a31mf21sqrJT7xm74OktQezWkM3fA9czoFuM+pUOlVRRNQWzea/dQLaRaTvMUhyUEXs8sdlKOCFU7xZOiXpXTrv6emoiJJaQ3/H/k8Qz3Ybkdoz7jz/WXLU95OeX762NwT05Lp root@createinstancesinglenetworktests-f5d07c33-4e68-4bf1-ac5e-08feaf ssh-dss AAAAB3NzaC1kc3MAAACBAK8gDT8AwH0YIb7hSQFjsv8TsHfAtE1odAlFopXTzshblDk/3vJy4yUUtdHEZSR0ifm6CX3W3x0nIsdjEkWa0dRooRGBAHIsMB0BgDP5bb526E5PfwX4xcwwnrVUt4cADTaRDJY2b3GaL5tJY7K60V6NnaVWk/Bq3DB00dtLrFuTAAAAFQCGHWaGoVrLhABZXyWuTuSUTXNT9wAAAIEAm/hcdSJHoyenAvaWFP+xrDvqQn+/zHFhWNxbQ6M31bYrdg/qKWV1BqIdPdQT1t8pm//pbE9w0SyXwonl0fpwZ7Dj/ab+O7CtEj1XOeBexso9y8vnhxAG4vGSNXm7xC37iqPF5VY/jWjwld3L6sjThfyD69RhXyy5k4JGmTgbNigAAACAaQ+aqXpeaDiJNTVrjgQNSKVPVOL6rK6dhZ1sEVtl/SUCqau29pkAp0rC4cSRRf/0uMouaCyPJP5nDA6a6ZSatapJmRD/oq+dmJnRMMO9Lz6NkX9KCXCYf1mQMs5Xzc2bNbzAN2rJBOeieClnvI2ePSFGTEdmXzBE/VHcJoLoXhQ= root@createinstancesinglenetworktests-f5d07c33-4e68-4bf1-ac5e-08feaf -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.12,24,fe80::f816:3eff:fe08:4dd2/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.12 ip-route:169.254.169.254 via 10.55.1.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000111 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-f5d07c33-4e68-4bf1-ac5e-08feaf launch-index: 0 === cirros: current=0.4.0 uptime=2.71 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-f5d07c33-4e68-4bf1-ac5e-08feaf login: 2018-09-04 22:39:23,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:23,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9af0b842-7cd5-49a9-aa29-9945dd3bf453 x-compute-request-id: req-9af0b842-7cd5-49a9-aa29-9945dd3bf453 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}, {"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:23,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-9af0b842-7cd5-49a9-aa29-9945dd3bf453 2018-09-04 22:39:23,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:23,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6f1d127e-239a-4eed-a2ed-d423276a8639 Date: Tue, 04 Sep 2018 22:39:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:39:23,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-6f1d127e-239a-4eed-a2ed-d423276a8639 2018-09-04 22:39:23,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:23,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1aef6fb-66d9-46fe-968f-b462bff0cac8 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:23,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-f1aef6fb-66d9-46fe-968f-b462bff0cac8 2018-09-04 22:39:23,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:23,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3821fd3d-8bb2-4c52-a677-9a19ff6e54e2 Date: Tue, 04 Sep 2018 22:39:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:39:23,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-3821fd3d-8bb2-4c52-a677-9a19ff6e54e2 2018-09-04 22:39:23,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:23,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-00bb8f56-6f1e-4dda-a463-85d318f47062 Date: Tue, 04 Sep 2018 22:39:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.1"}],"id":"634e583c-5a2f-4245-806e-a869c5aa7dd9","security_groups":[],"mac_address":"fa:16:3e:33:77:01","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:49Z","binding:vnic_type":"normal","device_id":"122a3e4e-2119-4795-843d-c0cf29b1c30c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:15Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.12"}],"id":"7a23825e-c1e7-4666-9267-9c1fb803ba56","security_groups":["577a2641-10f7-49d2-8154-54a964053cdc","677b57ed-8cd2-4594-93d4-1e1a49285533"],"mac_address":"fa:16:3e:08:4d:d2","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:39:00Z","binding:vnic_type":"normal","device_id":"700734db-7ea6-4972-8061-b6f76b7fd943"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.4"}],"id":"cdd81ada-63d5-44af-9ca0-5926632f50cc","security_groups":[],"mac_address":"fa:16:3e:22:3d:3a","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.2"}],"id":"ddb6854e-e886-44e3-a444-1df7589f1f92","security_groups":[],"mac_address":"fa:16:3e:65:3a:57","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.3"}],"id":"ee701bcb-9b11-4ad0-945c-6cca55314a85","security_groups":[],"mac_address":"fa:16:3e:de:a9:74","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"}]} 2018-09-04 22:39:23,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-00bb8f56-6f1e-4dda-a463-85d318f47062 2018-09-04 22:39:23,892 - create_instance - INFO - Checking if VM is active 2018-09-04 22:39:23,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:24,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdb6c6f6-8319-48f0-89e8-39d3eaed4da8 x-compute-request-id: req-bdb6c6f6-8319-48f0-89e8-39d3eaed4da8 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}, {"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:24,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-bdb6c6f6-8319-48f0-89e8-39d3eaed4da8 2018-09-04 22:39:24,362 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst] is - ACTIVE 2018-09-04 22:39:24,362 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:39:24,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:25,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07338dae-12de-4a50-b4c4-e4193242ef25 x-compute-request-id: req-07338dae-12de-4a50-b4c4-e4193242ef25 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}, {"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:25,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-07338dae-12de-4a50-b4c4-e4193242ef25 2018-09-04 22:39:25,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:25,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1ae909a6-5ff3-42e0-95d1-996accf88de3 Date: Tue, 04 Sep 2018 22:39:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:39:25,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-1ae909a6-5ff3-42e0-95d1-996accf88de3 2018-09-04 22:39:25,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:25,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5982ea40-08aa-48f5-a75f-5bd367f7155b Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:25,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-5982ea40-08aa-48f5-a75f-5bd367f7155b 2018-09-04 22:39:25,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:25,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3cffd845-055e-4c8f-91c3-770aaa757e14 Date: Tue, 04 Sep 2018 22:39:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:39:25,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-3cffd845-055e-4c8f-91c3-770aaa757e14 2018-09-04 22:39:25,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:25,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-476b7f5e-5d05-4c92-a742-0e257067c47d Date: Tue, 04 Sep 2018 22:39:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.1"}],"id":"634e583c-5a2f-4245-806e-a869c5aa7dd9","security_groups":[],"mac_address":"fa:16:3e:33:77:01","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:49Z","binding:vnic_type":"normal","device_id":"122a3e4e-2119-4795-843d-c0cf29b1c30c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:15Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.12"}],"id":"7a23825e-c1e7-4666-9267-9c1fb803ba56","security_groups":["577a2641-10f7-49d2-8154-54a964053cdc","677b57ed-8cd2-4594-93d4-1e1a49285533"],"mac_address":"fa:16:3e:08:4d:d2","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:39:00Z","binding:vnic_type":"normal","device_id":"700734db-7ea6-4972-8061-b6f76b7fd943"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.4"}],"id":"cdd81ada-63d5-44af-9ca0-5926632f50cc","security_groups":[],"mac_address":"fa:16:3e:22:3d:3a","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.2"}],"id":"ddb6854e-e886-44e3-a444-1df7589f1f92","security_groups":[],"mac_address":"fa:16:3e:65:3a:57","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.3"}],"id":"ee701bcb-9b11-4ad0-945c-6cca55314a85","security_groups":[],"mac_address":"fa:16:3e:de:a9:74","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"}]} 2018-09-04 22:39:25,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-476b7f5e-5d05-4c92-a742-0e257067c47d 2018-09-04 22:39:25,463 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:39:25,466 - paramiko.transport - DEBUG - starting thread (client mode): 0x2779d690L 2018-09-04 22:39:25,466 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:39:25,467 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:39:25,467 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:39:25,468 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:39:25,468 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:39:25,468 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:39:25,468 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:39:25,469 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:39:25,469 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:39:25,486 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:39:25,487 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:39:25,499 - paramiko.transport - DEBUG - Trying key 904cb34de57ecda17009fe27651db383 from tmp/CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9 2018-09-04 22:39:25,525 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:39:25,528 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:39:25,628 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:39:25,644 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:39:25,645 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:39:25,646 - paramiko.transport - DEBUG - starting thread (client mode): 0x2779d690L 2018-09-04 22:39:25,647 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:39:25,647 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:39:25,647 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:39:25,648 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:39:25,648 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:39:25,648 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:39:25,648 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:39:25,649 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:39:25,649 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:39:25,665 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:39:25,665 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:39:25,678 - paramiko.transport - DEBUG - Trying key 904cb34de57ecda17009fe27651db383 from tmp/CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9 2018-09-04 22:39:25,705 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:39:25,708 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:39:25,710 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:39:25,711 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 22:39:25,711 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:39:25,713 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:39:25,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:39:25,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:39:26,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3c288f19f4c4a1bb29850aecdf3a0b4", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role"}], "expires_at": "2018-09-04T23:39:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d6f9cf24248645c0aa60a0855eb8e6dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-user", "id": "1242ee471f954d199669792fcaa20436"}, "audit_ids": ["0IOBKla_RxaFOpEUrBz_YA"], "issued_at": "2018-09-04T22:39:26.000000Z"}} 2018-09-04 22:39:26,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:26,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6677d5f7-6a63-4928-8f8f-dd0cbf09cd8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:39:26,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6677d5f7-6a63-4928-8f8f-dd0cbf09cd8d 2018-09-04 22:39:26,189 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:39:26,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:26,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-352e8c90-a27f-4c4e-b415-550f08772791 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:39:26,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-352e8c90-a27f-4c4e-b415-550f08772791 2018-09-04 22:39:26,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:26,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5e299b76-0dd4-493e-96d2-c3af5c1937b9 Date: Tue, 04 Sep 2018 22:39:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:39:26,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-5e299b76-0dd4-493e-96d2-c3af5c1937b9 2018-09-04 22:39:26,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:39:26,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:39:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:39:26,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:26,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d16cbab-f9de-423d-8ac8-7b28c166fa08 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:26,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-3d16cbab-f9de-423d-8ac8-7b28c166fa08 2018-09-04 22:39:26,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:26,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-41c94247-8fce-4b5c-aba0-7d90f38e5f5d Date: Tue, 04 Sep 2018 22:39:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:39:26,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-41c94247-8fce-4b5c-aba0-7d90f38e5f5d 2018-09-04 22:39:26,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:27,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-4f8aa129-ad28-4fb3-bb52-19144c86e1b2 Date: Tue, 04 Sep 2018 22:39:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:15Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.12"}],"id":"7a23825e-c1e7-4666-9267-9c1fb803ba56","security_groups":["577a2641-10f7-49d2-8154-54a964053cdc","677b57ed-8cd2-4594-93d4-1e1a49285533"],"mac_address":"fa:16:3e:08:4d:d2","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:39:00Z","binding:vnic_type":"normal","device_id":"700734db-7ea6-4972-8061-b6f76b7fd943"}]} 2018-09-04 22:39:27,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37&name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1&admin_state_up=True used request id req-4f8aa129-ad28-4fb3-bb52-19144c86e1b2 2018-09-04 22:39:27,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:27,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06b6351c-6674-425f-ac32-f2b8955d928c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:27,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-06b6351c-6674-425f-ac32-f2b8955d928c 2018-09-04 22:39:27,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:28,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df2abf5d-c19a-48a6-b687-1e20deeb3897 x-compute-request-id: req-df2abf5d-c19a-48a6-b687-1e20deeb3897 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}, {"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:39:28,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst used request id req-df2abf5d-c19a-48a6-b687-1e20deeb3897 2018-09-04 22:39:28,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:28,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6fddc1fd-9b89-415b-925d-593c44a51af6 Date: Tue, 04 Sep 2018 22:39:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:39:28,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-6fddc1fd-9b89-415b-925d-593c44a51af6 2018-09-04 22:39:28,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:28,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-38d4b4f4-604a-426a-8ece-c95c123dabbc Date: Tue, 04 Sep 2018 22:39:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:39:28,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-38d4b4f4-604a-426a-8ece-c95c123dabbc 2018-09-04 22:39:28,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:28,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-10592d05-b481-475b-8bb6-a3ade07bd575 Date: Tue, 04 Sep 2018 22:39:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.1"}],"id":"634e583c-5a2f-4245-806e-a869c5aa7dd9","security_groups":[],"mac_address":"fa:16:3e:33:77:01","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:49Z","binding:vnic_type":"normal","device_id":"122a3e4e-2119-4795-843d-c0cf29b1c30c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:15Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.12"}],"id":"7a23825e-c1e7-4666-9267-9c1fb803ba56","security_groups":["577a2641-10f7-49d2-8154-54a964053cdc","677b57ed-8cd2-4594-93d4-1e1a49285533"],"mac_address":"fa:16:3e:08:4d:d2","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:39:00Z","binding:vnic_type":"normal","device_id":"700734db-7ea6-4972-8061-b6f76b7fd943"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.4"}],"id":"cdd81ada-63d5-44af-9ca0-5926632f50cc","security_groups":[],"mac_address":"fa:16:3e:22:3d:3a","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.2"}],"id":"ddb6854e-e886-44e3-a444-1df7589f1f92","security_groups":[],"mac_address":"fa:16:3e:65:3a:57","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.3"}],"id":"ee701bcb-9b11-4ad0-945c-6cca55314a85","security_groups":[],"mac_address":"fa:16:3e:de:a9:74","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"}]} 2018-09-04 22:39:28,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-10592d05-b481-475b-8bb6-a3ade07bd575 2018-09-04 22:39:28,936 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst 2018-09-04 22:39:28,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:29,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-a8d94e6c-7599-44fb-bb5e-7bb4a8b706d9 Date: Tue, 04 Sep 2018 22:39:29 GMT RESP BODY: {"floatingips": [{"router_id": "122a3e4e-2119-4795-843d-c0cf29b1c30c", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:39:18Z", "updated_at": "2018-09-04T22:39:18Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.55.1.12", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_id": "7a23825e-c1e7-4666-9267-9c1fb803ba56", "id": "767f6b56-2a97-44ad-92cb-94442a3746b7"}]} 2018-09-04 22:39:29,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-a8d94e6c-7599-44fb-bb5e-7bb4a8b706d9 2018-09-04 22:39:29,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports/7a23825e-c1e7-4666-9267-9c1fb803ba56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:29,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-cbb5f2a6-48b8-46b4-8fee-1f52b2741f64 Date: Tue, 04 Sep 2018 22:39:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:15Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.12"}],"id":"7a23825e-c1e7-4666-9267-9c1fb803ba56","security_groups":["577a2641-10f7-49d2-8154-54a964053cdc","677b57ed-8cd2-4594-93d4-1e1a49285533"],"mac_address":"fa:16:3e:08:4d:d2","device_id":"700734db-7ea6-4972-8061-b6f76b7fd943","status":"ACTIVE","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","qos_policy_id":null,"admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:39:00Z","binding:vnic_type":"normal"}} 2018-09-04 22:39:29,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports/7a23825e-c1e7-4666-9267-9c1fb803ba56 used request id req-cbb5f2a6-48b8-46b4-8fee-1f52b2741f64 2018-09-04 22:39:29,167 - create_instance - INFO - Checking if VM is active 2018-09-04 22:39:29,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:29,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a788941-fb69-403d-9e3f-a447ffb48435 x-compute-request-id: req-1a788941-fb69-403d-9e3f-a447ffb48435 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}, {"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:29,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-1a788941-fb69-403d-9e3f-a447ffb48435 2018-09-04 22:39:29,787 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst] is - ACTIVE 2018-09-04 22:39:29,787 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:39:29,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:30,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbc9133c-5eb8-42c5-ba2b-679b3f69d854 x-compute-request-id: req-fbc9133c-5eb8-42c5-ba2b-679b3f69d854 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:4d:d2", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp"}, {"name": "default"}], "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:09Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:30,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-fbc9133c-5eb8-42c5-ba2b-679b3f69d854 2018-09-04 22:39:30,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:31,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7bce91e7-addd-4e27-bd09-25c8e6744a5e Date: Tue, 04 Sep 2018 22:39:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"],"updated_at":"2018-09-04T22:38:40Z","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net"}]} 2018-09-04 22:39:31,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net used request id req-7bce91e7-addd-4e27-bd09-25c8e6744a5e 2018-09-04 22:39:31,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:31,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-670569ba-cc66-493e-b1a5-8f8891e5e8fe Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:31,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-670569ba-cc66-493e-b1a5-8f8891e5e8fe 2018-09-04 22:39:31,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:31,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2ed9b728-e79e-42c3-95f1-50dc37f45f87 Date: Tue, 04 Sep 2018 22:39:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","dns_nameservers":[],"updated_at":"2018-09-04T22:38:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet"}]} 2018-09-04 22:39:31,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-2ed9b728-e79e-42c3-95f1-50dc37f45f87 2018-09-04 22:39:31,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f09c72ac7ae4aed46d80e62575afeb1511aa0af5" 2018-09-04 22:39:31,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-81941835-c313-4a3e-be81-1866e17a2401 Date: Tue, 04 Sep 2018 22:39:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.1"}],"id":"634e583c-5a2f-4245-806e-a869c5aa7dd9","security_groups":[],"mac_address":"fa:16:3e:33:77:01","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:49Z","binding:vnic_type":"normal","device_id":"122a3e4e-2119-4795-843d-c0cf29b1c30c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:39:15Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.12"}],"id":"7a23825e-c1e7-4666-9267-9c1fb803ba56","security_groups":["577a2641-10f7-49d2-8154-54a964053cdc","677b57ed-8cd2-4594-93d4-1e1a49285533"],"mac_address":"fa:16:3e:08:4d:d2","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:39:00Z","binding:vnic_type":"normal","device_id":"700734db-7ea6-4972-8061-b6f76b7fd943"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.4"}],"id":"cdd81ada-63d5-44af-9ca0-5926632f50cc","security_groups":[],"mac_address":"fa:16:3e:22:3d:3a","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.2"}],"id":"ddb6854e-e886-44e3-a444-1df7589f1f92","security_groups":[],"mac_address":"fa:16:3e:65:3a:57","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:38:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eeb396e4-7b3e-44e0-86ee-7fc9e33998d4","ip_address":"10.55.1.3"}],"id":"ee701bcb-9b11-4ad0-945c-6cca55314a85","security_groups":[],"mac_address":"fa:16:3e:de:a9:74","project_id":"d6f9cf24248645c0aa60a0855eb8e6dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca7e77be-b8a3-49fa-9555-c1b701bf8b37","tenant_id":"d6f9cf24248645c0aa60a0855eb8e6dd","created_at":"2018-09-04T22:38:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ca7e77be-b8a3-49fa-9555-c1b701bf8b37"}]} 2018-09-04 22:39:31,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-81941835-c313-4a3e-be81-1866e17a2401 2018-09-04 22:39:31,469 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:39:31,471 - paramiko.transport - DEBUG - starting thread (client mode): 0x27747bd0L 2018-09-04 22:39:31,472 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:39:31,472 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:39:31,472 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:39:31,473 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:39:31,473 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:39:31,474 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:39:31,474 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:39:31,474 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:39:31,474 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:39:31,501 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:39:31,501 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:39:31,504 - paramiko.transport - DEBUG - Trying key 904cb34de57ecda17009fe27651db383 from tmp/CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9 2018-09-04 22:39:31,541 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:39:31,545 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:39:31,646 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:39:31,682 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:39:31,682 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:39:31,683 - paramiko.transport - DEBUG - starting thread (client mode): 0x27747bd0L 2018-09-04 22:39:31,684 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:39:31,684 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:39:31,684 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:39:31,685 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:39:31,685 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:39:31,685 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:39:31,686 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:39:31,686 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:39:31,686 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:39:31,741 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:39:31,741 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:39:31,748 - paramiko.transport - DEBUG - Trying key 904cb34de57ecda17009fe27651db383 from tmp/CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9 2018-09-04 22:39:31,781 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:39:31,784 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:39:31,812 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:39:31,812 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 22:39:31,813 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:39:31,814 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:39:31,817 - create_instance - INFO - Deleting Floating IP - 172.30.9.210 2018-09-04 22:39:31,817 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.210 2018-09-04 22:39:31,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/floatingips/767f6b56-2a97-44ad-92cb-94442a3746b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:32,819 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb306e60-ab14-4bed-8fe9-6c2b9c89f7e8 Content-Length: 0 Date: Tue, 04 Sep 2018 22:39:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:39:32,819 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/767f6b56-2a97-44ad-92cb-94442a3746b7 used request id req-fb306e60-ab14-4bed-8fe9-6c2b9c89f7e8 2018-09-04 22:39:32,820 - create_instance - INFO - Deleting Port with ID - 7a23825e-c1e7-4666-9267-9c1fb803ba56 2018-09-04 22:39:32,820 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9port-1 2018-09-04 22:39:32,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/7a23825e-c1e7-4666-9267-9c1fb803ba56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:33,621 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f3697b1-c125-4967-b48d-69c738a02738 Date: Tue, 04 Sep 2018 22:39:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:39:33,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/7a23825e-c1e7-4666-9267-9c1fb803ba56 used request id req-1f3697b1-c125-4967-b48d-69c738a02738 2018-09-04 22:39:33,622 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst 2018-09-04 22:39:33,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:33,775 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:39:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-afd62dd7-3c7e-4aa4-a470-d8cd4ccc9a41 x-compute-request-id: req-afd62dd7-3c7e-4aa4-a470-d8cd4ccc9a41 Content-Type: application/json 2018-09-04 22:39:33,775 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-afd62dd7-3c7e-4aa4-a470-d8cd4ccc9a41 2018-09-04 22:39:33,775 - create_instance - INFO - Checking deletion status 2018-09-04 22:39:33,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:34,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edd257ec-b15e-45e9-831a-f23b6498dd63 x-compute-request-id: req-edd257ec-b15e-45e9-831a-f23b6498dd63 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:33Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:34,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-edd257ec-b15e-45e9-831a-f23b6498dd63 2018-09-04 22:39:34,154 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst] is - ACTIVE 2018-09-04 22:39:34,154 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:39:37,157 - create_instance - DEBUG - VM status query timeout in 296.618189096 2018-09-04 22:39:37,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:37,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3471060-f1ca-4e20-bf77-4d04973c0a33 x-compute-request-id: req-b3471060-f1ca-4e20-bf77-4d04973c0a33 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/700734db-7ea6-4972-8061-b6f76b7fd943", "rel": "bookmark"}], "image": {"id": "5622e0fe-8256-4806-b45d-10b9424d1c41", "links": [{"href": "http://172.30.9.26:8774/images/5622e0fe-8256-4806-b45d-10b9424d1c41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:39:08.000000", "flavor": {"id": "66bd7362-ce5e-41f7-9d06-258f056c3ce3", "links": [{"href": "http://172.30.9.26:8774/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3", "rel": "bookmark"}]}, "id": "700734db-7ea6-4972-8061-b6f76b7fd943", "user_id": "1242ee471f954d199669792fcaa20436", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:39:36Z", "hostId": "8e0052caae233776908ab505295a03d276dcb4b195f537e0c2daa386", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp", "name": "CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst", "created": "2018-09-04T22:39:04Z", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:39:37,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-b3471060-f1ca-4e20-bf77-4d04973c0a33 2018-09-04 22:39:37,390 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst] is - ACTIVE 2018-09-04 22:39:37,390 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:39:40,393 - create_instance - DEBUG - VM status query timeout in 293.382470131 2018-09-04 22:39:40,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1e5e4d8eb6ed29710f9d8878d4f285e6edea0f" 2018-09-04 22:39:40,448 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:39:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-10602d07-e106-43b8-9675-c161d74fa63f x-compute-request-id: req-10602d07-e106-43b8-9675-c161d74fa63f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 700734db-7ea6-4972-8061-b6f76b7fd943 could not be found.", "code": 404}} 2018-09-04 22:39:40,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/700734db-7ea6-4972-8061-b6f76b7fd943 used request id req-10602d07-e106-43b8-9675-c161d74fa63f 2018-09-04 22:39:40,448 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 700734db-7ea6-4972-8061-b6f76b7fd943 could not be found. (HTTP 404) (Request-ID: req-10602d07-e106-43b8-9675-c161d74fa63f) 2018-09-04 22:39:40,448 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-inst 2018-09-04 22:39:40,449 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp 2018-09-04 22:39:40,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80c2b34afe6dafc82b7922a3269d34645aa2689" 2018-09-04 22:39:40,558 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:39:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80690a7a-16c2-4f82-9660-2d6f9289160c x-compute-request-id: req-80690a7a-16c2-4f82-9660-2d6f9289160c Content-Length: 0 Content-Type: application/json 2018-09-04 22:39:40,558 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-kp used request id req-80690a7a-16c2-4f82-9660-2d6f9289160c 2018-09-04 22:39:40,559 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9.pub] 2018-09-04 22:39:40,559 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9] 2018-09-04 22:39:40,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}921ba1da70922b14a4727bd00c92efbfb44ded43" 2018-09-04 22:39:40,602 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:39:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-86e16f16-2007-466b-8fd8-b045439e80bf x-compute-request-id: req-86e16f16-2007-466b-8fd8-b045439e80bf Content-Length: 0 Content-Type: application/json 2018-09-04 22:39:40,602 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/66bd7362-ce5e-41f7-9d06-258f056c3ce3 used request id req-86e16f16-2007-466b-8fd8-b045439e80bf 2018-09-04 22:39:40,602 - neutron_utils - INFO - Deleting security group rule with ID - 8cfea495-821a-4489-8ee4-dfcb29f2ac1d 2018-09-04 22:39:40,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/8cfea495-821a-4489-8ee4-dfcb29f2ac1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:39:40,874 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c6b50a15-d74f-42c3-9dbd-814f97bf098a Content-Length: 0 Date: Tue, 04 Sep 2018 22:39:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:39:40,874 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/8cfea495-821a-4489-8ee4-dfcb29f2ac1d used request id req-c6b50a15-d74f-42c3-9dbd-814f97bf098a 2018-09-04 22:39:40,875 - neutron_utils - INFO - Deleting security group rule with ID - 660057fe-12c3-49f3-b496-44c3902dec67 2018-09-04 22:39:40,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/660057fe-12c3-49f3-b496-44c3902dec67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:39:41,124 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d91d92cd-131e-4b0c-a68f-d1a330c85c34 Content-Length: 0 Date: Tue, 04 Sep 2018 22:39:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:39:41,124 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/660057fe-12c3-49f3-b496-44c3902dec67 used request id req-d91d92cd-131e-4b0c-a68f-d1a330c85c34 2018-09-04 22:39:41,124 - neutron_utils - INFO - Deleting security group rule with ID - 314a66dc-236e-4c95-924c-663bdbc0c9b8 2018-09-04 22:39:41,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/314a66dc-236e-4c95-924c-663bdbc0c9b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:39:41,407 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8ddc011a-2d6f-4ecc-a325-365df3f7c6ee Content-Length: 0 Date: Tue, 04 Sep 2018 22:39:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:39:41,407 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/314a66dc-236e-4c95-924c-663bdbc0c9b8 used request id req-8ddc011a-2d6f-4ecc-a325-365df3f7c6ee 2018-09-04 22:39:41,408 - neutron_utils - INFO - Deleting security group rule with ID - 794e0a9f-5a92-4bab-8571-6a4c8fe8862e 2018-09-04 22:39:41,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/794e0a9f-5a92-4bab-8571-6a4c8fe8862e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:39:41,655 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b5507137-7a77-4574-8cc8-fb77c7534c44 Content-Length: 0 Date: Tue, 04 Sep 2018 22:39:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:39:41,656 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/794e0a9f-5a92-4bab-8571-6a4c8fe8862e used request id req-b5507137-7a77-4574-8cc8-fb77c7534c44 2018-09-04 22:39:41,656 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-sec-grp 2018-09-04 22:39:41,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/577a2641-10f7-49d2-8154-54a964053cdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0731b34f37c15db8cdc2ca84dbc9dac16a7b3e5b" 2018-09-04 22:39:41,788 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d898dd83-0a54-4108-bdd8-64d95ec2f3fe Content-Length: 0 Date: Tue, 04 Sep 2018 22:39:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:39:41,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/577a2641-10f7-49d2-8154-54a964053cdc used request id req-d898dd83-0a54-4108-bdd8-64d95ec2f3fe 2018-09-04 22:39:41,789 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router and subnet CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet 2018-09-04 22:39:41,789 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router 2018-09-04 22:39:41,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/122a3e4e-2119-4795-843d-c0cf29b1c30c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" -d '{"subnet_id": "eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"}' 2018-09-04 22:39:43,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d146ee32-bddb-42b8-933f-801e2783194f Date: Tue, 04 Sep 2018 22:39:43 GMT RESP BODY: {"network_id": "ca7e77be-b8a3-49fa-9555-c1b701bf8b37", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "subnet_id": "eeb396e4-7b3e-44e0-86ee-7fc9e33998d4", "subnet_ids": ["eeb396e4-7b3e-44e0-86ee-7fc9e33998d4"], "port_id": "634e583c-5a2f-4245-806e-a869c5aa7dd9", "id": "122a3e4e-2119-4795-843d-c0cf29b1c30c"} 2018-09-04 22:39:43,512 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/122a3e4e-2119-4795-843d-c0cf29b1c30c/remove_router_interface used request id req-d146ee32-bddb-42b8-933f-801e2783194f 2018-09-04 22:39:43,512 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router 2018-09-04 22:39:43,512 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-router 2018-09-04 22:39:43,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/122a3e4e-2119-4795-843d-c0cf29b1c30c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb19e3c2b1e33886365555bb343eb9f380eb743" 2018-09-04 22:39:46,957 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1489aec-3f62-4ce3-b13b-2ab6a2e571aa Content-Length: 0 Date: Tue, 04 Sep 2018 22:39:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:39:46,957 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/122a3e4e-2119-4795-843d-c0cf29b1c30c used request id req-b1489aec-3f62-4ce3-b13b-2ab6a2e571aa 2018-09-04 22:39:46,958 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet 2018-09-04 22:39:46,958 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-subnet 2018-09-04 22:39:46,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/eeb396e4-7b3e-44e0-86ee-7fc9e33998d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8098ccaca167116a35fbce501ab71e2710bd3c3" 2018-09-04 22:39:49,712 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bcbf896f-d355-4807-bfff-4785b2f03204 Date: Tue, 04 Sep 2018 22:39:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:39:49,712 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/eeb396e4-7b3e-44e0-86ee-7fc9e33998d4 used request id req-bcbf896f-d355-4807-bfff-4785b2f03204 2018-09-04 22:39:49,712 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-pub-net 2018-09-04 22:39:49,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/ca7e77be-b8a3-49fa-9555-c1b701bf8b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8098ccaca167116a35fbce501ab71e2710bd3c3" 2018-09-04 22:39:50,931 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-312bbe41-08ae-4ed5-9a1b-fe7da3450cc3 Date: Tue, 04 Sep 2018 22:39:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:39:50,931 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/ca7e77be-b8a3-49fa-9555-c1b701bf8b37 used request id req-312bbe41-08ae-4ed5-9a1b-fe7da3450cc3 2018-09-04 22:39:50,932 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-f5d07c33-4e68-4bf1-ac5e-08feafb8d5e9-image 2018-09-04 22:39:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24d29d83ebd287eb4b9233da654f4d2d6e76a1ce" 2018-09-04 22:39:52,150 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1a22e9d-cd87-40ef-b46d-920bb5ea3e41 Date: Tue, 04 Sep 2018 22:39:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:39:52,150 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/5622e0fe-8256-4806-b45d-10b9424d1c41 used request id req-e1a22e9d-cd87-40ef-b46d-920bb5ea3e41 2018-09-04 22:39:52,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:52,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-22980587-de2c-440d-88d0-52dd59c6db70 Date: Tue, 04 Sep 2018 22:39:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:38Z", "updated_at": "2018-09-04T22:38:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:38Z", "revision_number": 0, "id": "01e33bcf-973a-4eaf-b497-a06b5cffcdbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:38Z", "security_group_id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:38Z", "revision_number": 0, "id": "1f9be363-ff2b-4fa3-a788-a15276967e03", "remote_group_id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:38Z", "security_group_id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:38Z", "revision_number": 0, "id": "79a31a6d-fe83-4d1f-8384-0264bed7860c", "remote_group_id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:38Z", "security_group_id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:38:38Z", "revision_number": 0, "id": "afde45b0-04a9-4ed2-91dd-41daef77b93c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:38:38Z", "security_group_id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd"}], "revision_number": 4, "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:39:52,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-22980587-de2c-440d-88d0-52dd59c6db70 2018-09-04 22:39:52,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:52,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67be7ba4-da5f-4882-9124-2d67ed3a65a7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:39:52,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-67be7ba4-da5f-4882-9124-2d67ed3a65a7 2018-09-04 22:39:52,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:52,964 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:39:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99f2853b-deee-4980-bc3d-6cbce61bb427 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:39:52,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-99f2853b-deee-4980-bc3d-6cbce61bb427 2018-09-04 22:39:52,964 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:39:52,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:53,047 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:39:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1945000-ac58-4ce3-bf0c-3fb0148ba624 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:39:53,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-b1945000-ac58-4ce3-bf0c-3fb0148ba624 2018-09-04 22:39:53,047 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:39:53,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:53,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8d30825-4cf4-4310-b1ce-edcc2a55c9ed Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:39:53,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-f8d30825-4cf4-4310-b1ce-edcc2a55c9ed 2018-09-04 22:39:53,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:53,238 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:39:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ff92ed4-d88f-4c9a-b83c-49be3e6b19ab Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:39:53,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-3ff92ed4-d88f-4c9a-b83c-49be3e6b19ab 2018-09-04 22:39:53,239 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:39:53,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:53,325 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:39:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c097705a-a14f-436d-b42e-a03d19e6bce2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:39:53,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-c097705a-a14f-436d-b42e-a03d19e6bce2 2018-09-04 22:39:53,326 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:39:53,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:53,415 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:39:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72a154e8-6fb7-47c7-8878-5d7685f33131 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:39:53,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-72a154e8-6fb7-47c7-8878-5d7685f33131 2018-09-04 22:39:53,415 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:39:53,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:53,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9a76a7-2ee9-44d0-ad12-1416bba16db4 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd"}, "enabled": true, "id": "d6f9cf24248645c0aa60a0855eb8e6dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj"}} 2018-09-04 22:39:53,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-4f9a76a7-2ee9-44d0-ad12-1416bba16db4 2018-09-04 22:39:53,502 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 677b57ed-8cd2-4594-93d4-1e1a49285533 2018-09-04 22:39:53,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=677b57ed-8cd2-4594-93d4-1e1a49285533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:53,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6a192ae0-15b8-466e-822b-09aef468c022 Date: Tue, 04 Sep 2018 22:39:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:38Z", "security_group_id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:38Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "01e33bcf-973a-4eaf-b497-a06b5cffcdbb"}, {"remote_group_id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:38Z", "security_group_id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:38Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "1f9be363-ff2b-4fa3-a788-a15276967e03"}, {"remote_group_id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:38Z", "security_group_id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:38Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "79a31a6d-fe83-4d1f-8384-0264bed7860c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:38:38Z", "security_group_id": "677b57ed-8cd2-4594-93d4-1e1a49285533", "port_range_min": null, "revision_number": 0, "tenant_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "created_at": "2018-09-04T22:38:38Z", "project_id": "d6f9cf24248645c0aa60a0855eb8e6dd", "id": "afde45b0-04a9-4ed2-91dd-41daef77b93c"}]} 2018-09-04 22:39:53,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=677b57ed-8cd2-4594-93d4-1e1a49285533 used request id req-6a192ae0-15b8-466e-822b-09aef468c022 2018-09-04 22:39:53,673 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:39:53,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/677b57ed-8cd2-4594-93d4-1e1a49285533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:53,954 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50847f67-a29f-4b75-acfd-56bbd22fa721 Content-Length: 0 Date: Tue, 04 Sep 2018 22:39:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:39:53,954 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/677b57ed-8cd2-4594-93d4-1e1a49285533 used request id req-50847f67-a29f-4b75-acfd-56bbd22fa721 2018-09-04 22:39:53,955 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj 2018-09-04 22:39:53,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:54,208 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:39:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f602378-a1fe-45a2-939b-49cce347d6f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:39:54,208 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d6f9cf24248645c0aa60a0855eb8e6dd used request id req-9f602378-a1fe-45a2-939b-49cce347d6f2 2018-09-04 22:39:54,209 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-proj-role 2018-09-04 22:39:54,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/c3c288f19f4c4a1bb29850aecdf3a0b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:54,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:39:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19769835-9040-4d48-b00d-ee089059cfdb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:39:54,348 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c3c288f19f4c4a1bb29850aecdf3a0b4 used request id req-19769835-9040-4d48-b00d-ee089059cfdb 2018-09-04 22:39:54,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32028a2bb743f3f7dd345d8a1f0d115d2d1441c3" 2018-09-04 22:39:54,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f80b1bf9-167e-4bd3-9ce7-b2f42f33930a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:39:54,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f80b1bf9-167e-4bd3-9ce7-b2f42f33930a 2018-09-04 22:39:54,444 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-d2566de7-ccac-4ed-user 2018-09-04 22:39:54,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/1242ee471f954d199669792fcaa20436 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f5f916655219482420e555e10e63b02dcf794e" 2018-09-04 22:39:54,628 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:39:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e292a052-f4cb-4aea-bf99-ce405264c994 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:39:54,628 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/1242ee471f954d199669792fcaa20436 used request id req-e292a052-f4cb-4aea-bf99-ce405264c994 2018-09-04 22:39:54,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:39:55,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:39:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["caKnxkHMRtCRXTV6UXDwew"], "issued_at": "2018-09-04T22:39:55.000000Z"}} 2018-09-04 22:39:55,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e7f315aa2a0ca3c86bb2e810d9076a8c82da88" 2018-09-04 22:39:55,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77e1ea66-2847-4dae-aea8-d35301a34165 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:39:55,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-77e1ea66-2847-4dae-aea8-d35301a34165 2018-09-04 22:39:55,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:39:55,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:39:55,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:39:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["F0JB7vW-QcWRpg3wDeZbPw"], "issued_at": "2018-09-04T22:39:55.000000Z"}} 2018-09-04 22:39:55,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:39:55,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4106cba-1304-4ee9-b97e-0ca36022e5d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:39:55,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c4106cba-1304-4ee9-b97e-0ca36022e5d4 2018-09-04 22:39:55,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:39:55,589 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:39:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:39:55,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:39:55,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0124258d-a79b-4756-82dd-dad9ea430e57 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:39:55,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj used request id req-0124258d-a79b-4756-82dd-dad9ea430e57 2018-09-04 22:39:55,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:39:55,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7348eb2-6f0c-497d-93a9-5350ad1b9b2b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:39:55,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e7348eb2-6f0c-497d-93a9-5350ad1b9b2b 2018-09-04 22:39:55,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}}' 2018-09-04 22:39:55,911 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:39:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d683606-2700-42c8-af2b-abed3ae950d0 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:39:55,911 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-2d683606-2700-42c8-af2b-abed3ae950d0 2018-09-04 22:39:55,911 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj 2018-09-04 22:39:55,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:39:55,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:39:56,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:39:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["5eN6Z1L4SDO5y86mnqsqpg"], "issued_at": "2018-09-04T22:39:56.000000Z"}} 2018-09-04 22:39:56,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:56,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfcbd4bf-ccdb-474c-a02b-44c7fd236052 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:39:56,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dfcbd4bf-ccdb-474c-a02b-44c7fd236052 2018-09-04 22:39:56,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:39:56,383 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:39:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:39:56,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:56,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceaa248e-d5fc-49dc-af49-a0a5997111e6 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:39:56,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ceaa248e-d5fc-49dc-af49-a0a5997111e6 2018-09-04 22:39:56,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:56,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38f046f2-efad-43c8-8274-f36919662a39 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}]} 2018-09-04 22:39:56,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj used request id req-38f046f2-efad-43c8-8274-f36919662a39 2018-09-04 22:39:56,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:56,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d68bd0-3e1e-47a6-afcd-b852ca0b91a9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:39:56,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c8d68bd0-3e1e-47a6-afcd-b852ca0b91a9 2018-09-04 22:39:57,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:57,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6ce4b98-be88-4c1f-9af9-8458c727353f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:39:57,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b6ce4b98-be88-4c1f-9af9-8458c727353f 2018-09-04 22:39:57,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:57,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e1d2398-9226-4faf-a86d-0cf6e20d0229 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}]} 2018-09-04 22:39:57,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj used request id req-0e1d2398-9226-4faf-a86d-0cf6e20d0229 2018-09-04 22:39:57,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/cabb8a8f640149ea85113e53063ef908 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:57,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd2ce2e-266e-4531-8eef-de1311773d0f Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-user", "links": {"self": "http://172.30.9.26:5000/v3/users/cabb8a8f640149ea85113e53063ef908"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "c04912fc581a43478c2f7c8d3102f4f2", "id": "cabb8a8f640149ea85113e53063ef908", "password_expires_at": null}} 2018-09-04 22:39:57,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/cabb8a8f640149ea85113e53063ef908 used request id req-7cd2ce2e-266e-4531-8eef-de1311773d0f 2018-09-04 22:39:57,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2/users/cabb8a8f640149ea85113e53063ef908/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:57,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdb327c7-f717-4769-a454-3e0b494a67da Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2/users/cabb8a8f640149ea85113e53063ef908/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:39:57,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2/users/cabb8a8f640149ea85113e53063ef908/roles used request id req-fdb327c7-f717-4769-a454-3e0b494a67da 2018-09-04 22:39:57,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:57,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-657a1467-1a79-46b9-8e4d-c6973af83f24 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "domain_id": null, "name": "admin", "id": "5cd9afdff9a14c7bbd8b1621921cc3df"}} 2018-09-04 22:39:57,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-657a1467-1a79-46b9-8e4d-c6973af83f24 2018-09-04 22:39:57,483 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj 2018-09-04 22:39:57,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2/users/cabb8a8f640149ea85113e53063ef908/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:57,608 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:39:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34f4ff01-a787-49b0-b6b4-297a44f88219 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:39:57,608 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2/users/cabb8a8f640149ea85113e53063ef908/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-34f4ff01-a787-49b0-b6b4-297a44f88219 2018-09-04 22:39:57,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:57,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac809f46-d7ab-4bb0-9178-28e5ceea9e20 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:39:57,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ac809f46-d7ab-4bb0-9178-28e5ceea9e20 2018-09-04 22:39:57,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:57,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-126b82ce-1fb5-4d46-a14e-abb68cdd871e Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}]} 2018-09-04 22:39:57,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj used request id req-126b82ce-1fb5-4d46-a14e-abb68cdd871e 2018-09-04 22:39:57,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2/users/cabb8a8f640149ea85113e53063ef908/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:57,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14d49ef2-2aac-4792-96b3-d1ad9b273ff3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2/users/cabb8a8f640149ea85113e53063ef908/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}]} 2018-09-04 22:39:57,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2/users/cabb8a8f640149ea85113e53063ef908/roles used request id req-14d49ef2-2aac-4792-96b3-d1ad9b273ff3 2018-09-04 22:39:57,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:57,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe303be-2943-43ed-b7fb-9c863f109d3d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:39:57,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-cfe303be-2943-43ed-b7fb-9c863f109d3d 2018-09-04 22:39:57,991 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj 2018-09-04 22:39:57,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2/users/cabb8a8f640149ea85113e53063ef908/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:39:58,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:39:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b176f6d5-dbf0-41ef-8c16-ce87c76424d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:39:58,123 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2/users/cabb8a8f640149ea85113e53063ef908/roles/ee65b3cf18824d4786e4806145ea807f used request id req-b176f6d5-dbf0-41ef-8c16-ce87c76424d5 2018-09-04 22:39:58,123 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-f9b0ff74-580c-4ce-user 2018-09-04 22:39:58,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:39:58,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:39:58,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e31857-6293-4b1c-bb52-5c398efd14f9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:39:58,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-74e31857-6293-4b1c-bb52-5c398efd14f9 2018-09-04 22:39:58,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" -d '{"role": {"name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj-role"}}' 2018-09-04 22:39:58,324 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:39:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d77a6f15-d98d-45fc-907b-cbc29dab65b6 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e1af1492531a41afa6db3f754b4370d7", "links": {"self": "http://172.30.9.26:5000/v3/roles/e1af1492531a41afa6db3f754b4370d7"}, "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj-role"}} 2018-09-04 22:39:58,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-d77a6f15-d98d-45fc-907b-cbc29dab65b6 2018-09-04 22:39:58,325 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj-role 2018-09-04 22:39:58,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/e1af1492531a41afa6db3f754b4370d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:39:58,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce126c1f-d4c1-4511-815c-b3fd5b13f460 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/e1af1492531a41afa6db3f754b4370d7"}, "domain_id": null, "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj-role", "id": "e1af1492531a41afa6db3f754b4370d7"}} 2018-09-04 22:39:58,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/e1af1492531a41afa6db3f754b4370d7 used request id req-ce126c1f-d4c1-4511-815c-b3fd5b13f460 2018-09-04 22:39:58,419 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj-role to project CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj 2018-09-04 22:39:58,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2/users/cabb8a8f640149ea85113e53063ef908/roles/e1af1492531a41afa6db3f754b4370d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:39:58,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:39:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93a688d1-c6f4-4460-b470-08f0745054b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:39:58,548 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2/users/cabb8a8f640149ea85113e53063ef908/roles/e1af1492531a41afa6db3f754b4370d7 used request id req-93a688d1-c6f4-4460-b470-08f0745054b5 2018-09-04 22:39:58,549 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:39:58,549 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:39:58,549 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:39:58,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:39:58,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e1af1492531a41afa6db3f754b4370d7", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:39:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c04912fc581a43478c2f7c8d3102f4f2", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-user", "id": "cabb8a8f640149ea85113e53063ef908"}, "audit_ids": ["YRUOCHqIQVG8TnRlCWySpg"], "issued_at": "2018-09-04T22:39:58.000000Z"}} 2018-09-04 22:39:58,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dfc9bd0d629693baab9cb7e17f51d133e672683" 2018-09-04 22:39:59,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ad996c-3920-4e3b-8372-92c234ec390b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:39:59,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f1ad996c-3920-4e3b-8372-92c234ec390b 2018-09-04 22:39:59,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9dfc9bd0d629693baab9cb7e17f51d133e672683" 2018-09-04 22:39:59,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-8edd5325-405b-419d-bb66-f6f91ae2670c Date: Tue, 04 Sep 2018 22:39:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"} 2018-09-04 22:39:59,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image used request id req-8edd5325-405b-419d-bb66-f6f91ae2670c 2018-09-04 22:39:59,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9dfc9bd0d629693baab9cb7e17f51d133e672683" 2018-09-04 22:39:59,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4ff0a74b-2fe4-434d-b3ae-6a2251724368 Date: Tue, 04 Sep 2018 22:39:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:39:59,374 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-4ff0a74b-2fe4-434d-b3ae-6a2251724368 2018-09-04 22:39:59,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9dfc9bd0d629693baab9cb7e17f51d133e672683" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}' 2018-09-04 22:39:59,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7 X-Openstack-Request-Id: req-513774cf-8044-47a4-9b68-9e5256fa4f90 Date: Tue, 04 Sep 2018 22:39:59 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:39:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:39:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "min_disk": 0, "protected": false, "id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "file": "/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/file", "checksum": null, "owner": "c04912fc581a43478c2f7c8d3102f4f2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:39:59,601 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-513774cf-8044-47a4-9b68-9e5256fa4f90 2018-09-04 22:39:59,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9dfc9bd0d629693baab9cb7e17f51d133e672683" -d '' 2018-09-04 22:40:01,570 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bc417ae4-105b-46f4-9cca-e6d99016c4c3 Date: Tue, 04 Sep 2018 22:40:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:40:01,571 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/file used request id req-bc417ae4-105b-46f4-9cca-e6d99016c4c3 2018-09-04 22:40:01,571 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:40:01,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9dfc9bd0d629693baab9cb7e17f51d133e672683" 2018-09-04 22:40:01,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-38817104-92b0-49e9-b822-ed183da86bc5 Date: Tue, 04 Sep 2018 22:40:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:39:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:40:01Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/snap", "metadata": {}}], "self": "/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "min_disk": 0, "protected": false, "id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "file": "/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c04912fc581a43478c2f7c8d3102f4f2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:40:01,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7 used request id req-38817104-92b0-49e9-b822-ed183da86bc5 2018-09-04 22:40:01,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9dfc9bd0d629693baab9cb7e17f51d133e672683" 2018-09-04 22:40:01,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cb9d23af-aad0-4d7f-9a3e-42560e38264b Date: Tue, 04 Sep 2018 22:40:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:40:01,911 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-cb9d23af-aad0-4d7f-9a3e-42560e38264b 2018-09-04 22:40:01,914 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image 2018-09-04 22:40:01,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9dfc9bd0d629693baab9cb7e17f51d133e672683" 2018-09-04 22:40:02,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8ba2e392-3ce1-42ec-87fa-85a87f695b59 Date: Tue, 04 Sep 2018 22:40:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:39:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:40:01Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/snap", "metadata": {}}], "self": "/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "min_disk": 0, "protected": false, "id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "file": "/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c04912fc581a43478c2f7c8d3102f4f2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:40:02,097 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7 used request id req-8ba2e392-3ce1-42ec-87fa-85a87f695b59 2018-09-04 22:40:02,098 - create_image - DEBUG - Instance status is - active 2018-09-04 22:40:02,098 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image 2018-09-04 22:40:02,098 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image 2018-09-04 22:40:02,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:40:02,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:40:02,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e1af1492531a41afa6db3f754b4370d7", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:40:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c04912fc581a43478c2f7c8d3102f4f2", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-user", "id": "cabb8a8f640149ea85113e53063ef908"}, "audit_ids": ["3Y4QzLG2QOGNFSKUtXk0xg"], "issued_at": "2018-09-04T22:40:02.000000Z"}} 2018-09-04 22:40:02,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:02,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c0b2818-7d33-44ed-b25d-72344b98e459 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:40:02,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8c0b2818-7d33-44ed-b25d-72344b98e459 2018-09-04 22:40:02,658 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:40:02,661 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:40:02,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:02,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:02 GMT Server: Apache x-openstack-request-id: req-69b5d7e7-335f-4d2e-90eb-ed60f8656e13 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:40:02,836 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack used request id req-69b5d7e7-335f-4d2e-90eb-ed60f8656e13 2018-09-04 22:40:02,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": {"default": "m1.med", "type": "string", "description": "Flavor name for the second instance", "label": "Instance Flavor for second VM"}, "image2_name": {"default": "image_2", "type": "string", "description": "Image name to be used for second instance", "label": "Image ID for second VM"}, "keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}, "security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "external_net_name": {"default": "external", "type": "string", "description": "Name of the external network which management network will connect to"}, "inst2_name": {"default": "test_vm2", "type": "string", "description": "The name of the second VM to be spawned", "label": "Second VM name"}, "inst1_name": {"default": "test_vm1", "type": "string", "description": "The name of the first VM to be spawned", "label": "First VM name"}, "router_name": {"default": "mgmt_router", "type": "string", "description": "The name of the stack's router", "label": "Test router name"}, "flavor1_name": {"default": "m1.small", "type": "string", "description": "Flavor name for the first instance", "label": "Instance Flavor for first VM"}, "image1_name": {"default": "image_1", "type": "string", "description": "Image name to be used for first instance", "label": "Image ID for first VM"}}, "resources": {"flavor2": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "flavor1": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "network": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "subnet": {"type": "OS::Neutron::Subnet", "properties": {"ip_version": 4, "cidr": "10.1.2.0/24", "name": {"get_param": "subnet_name"}, "network": {"get_resource": "network"}}}, "server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "port_range_min": 22, "protocol": "tcp"}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "icmp"}], "description": "Add security group rules for server", "name": {"get_param": "security_group_name"}}}, "floating_ip": {"type": "OS::Neutron::FloatingIP", "properties": {"floating_network": {"get_param": "external_net_name"}}}, "floating_ip_association": {"type": "OS::Neutron::FloatingIPAssociation", "properties": {"floatingip_id": {"get_resource": "floating_ip"}, "port_id": {"get_resource": "port1"}}}, "management_router": {"type": "OS::Neutron::Router", "properties": {"external_gateway_info": {"network": {"get_param": "external_net_name"}}, "name": {"get_param": "router_name"}}}, "keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}, "management_router_interface": {"type": "OS::Neutron::RouterInterface", "properties": {"router": {"get_resource": "management_router"}, "subnet": {"get_resource": "subnet"}}}, "port1": {"type": "OS::Neutron::Port", "properties": {"fixed_ips": [{"subnet_id": {"get_resource": "subnet"}}], "network": {"get_resource": "network"}, "security_groups": [{"get_resource": "server_security_group"}]}}, "vm2": {"depends_on": ["subnet", "keypair", "flavor2"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image2_name"}, "name": {"get_param": "inst2_name"}, "flavor": {"get_resource": "flavor2"}, "networks": [{"network": {"get_resource": "network"}}]}}, "vm1": {"depends_on": ["subnet", "keypair", "flavor1", "port1"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image1_name"}, "name": {"get_param": "inst1_name"}, "flavor": {"get_resource": "flavor1"}, "networks": [{"port": {"get_resource": "port1"}}]}}}}, "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net"}}' 2018-09-04 22:40:07,645 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:40:02 GMT Server: Apache x-openstack-request-id: req-aba01d5c-0959-4e35-8f38-9faafdff3242 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}]}} 2018-09-04 22:40:07,645 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks used request id req-aba01d5c-0959-4e35-8f38-9faafdff3242 2018-09-04 22:40:07,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:07,838 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:07 GMT Server: Apache x-openstack-request-id: req-c9096e17-c1a5-4e94-92e5-4a59bfe3a80a Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:08,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:07 GMT Server: Apache x-openstack-request-id: req-c48f64a5-f541-48d7-bfab-0d0436fcfb2e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:08,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-c48f64a5-f541-48d7-bfab-0d0436fcfb2e 2018-09-04 22:40:08,027 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack 2018-09-04 22:40:08,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:08,201 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:08 GMT Server: Apache x-openstack-request-id: req-95de0ac5-45a2-40ac-b36b-b21677392551 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:08,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:08 GMT Server: Apache x-openstack-request-id: req-a23a8805-9322-451e-a0b7-2c478c8a73aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:08,431 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-a23a8805-9322-451e-a0b7-2c478c8a73aa 2018-09-04 22:40:08,432 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:40:08,432 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:40:11,435 - create_stack - DEBUG - Stack status query timeout in 1196.59219503 2018-09-04 22:40:11,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:11,614 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:11 GMT Server: Apache x-openstack-request-id: req-0d55bc91-3be8-4911-bc29-f18846a551bf Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:11,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:11 GMT Server: Apache x-openstack-request-id: req-b84421d5-cb62-4cf0-aa85-2bd3f47a6e99 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAnwSjlpUdsaHQklkJXwGIQsSjG9JI4qjTjmh4NTbd0e7EK5rh\nsPGwa0F8FSWLkMNOpEPj0Ez6u/3pbkNd0RyVhJPbPhGeAvW/vg1b5vIaW4umNQui\nEdEFGBgQ0BSPvF7Hs4ZuT43KaP4VFwdValXLPXH+vwXYavtwWSYjs5SZW5tUapgq\nX3oLs5lgteM3gMau3YeVpN8bzWmDU5ka77GlVTRczXxK75FPlsmTJTJh7FteCtZx\nnBl2fY+zHMxGfG/8MvuPEXicfvm5/j+OLWiQ5LYkDHFZZC6r6QzkpmmBoJiMSrLB\nmsMA7PppGg4XKi/lA8IwiFamPsj9DUvqlEg8HQIDAQABAoIBAQCNgmJVsdNf7SEf\n604Ultd8m2KPcp3b3uONGljG+lGB7ZnzN/xaK2qUuAzFAMlnhPap5aSJDMggnX+q\n2RZW7bn85ls3rBPSjIEajubW6WIdT3QURorukfSXkWr80R9sQWgz0ZC/CO40as+3\n05Xmb/zSbGyH75q88Y70NqWUvMuQoY3QUrThxNTSeFvK9OYOHxBxKQClzsK2+tjv\n73cnmjXt7Zt+hjw4vlT2WzQrmTGjpc5kYEHet7pRcRz7vcpk1caPBkH8yt/dmRsR\ng38ekQprwC0VHLTO13NiaFD8bLQZ5l7r1l931LR+ioeTjxaE19hwNnxCeOY2tme0\niy/l8s7dAoGBAM8DytV2OrfVtJV/oplXFCCqtnyLr7svsIK63T/7FbLnh12y3iGd\nGkEYXHPfqYWwqf9neogJpQXO1A2OV1Q7D2uCQv289C3tQfvKphz6MsHybvS5WREg\naC8LlPp/llfEReunDDn++jBMyIgdfXsZngCV9fqs2a7RcchFoxoOWyhrAoGBAMSl\nYYHSiHDfCwDUCelUHfkK1dSs+kwa6KIWVmr/I1I6iAa6W3bOQDupxZcXuEUtkwMA\ni5XuJzusmQm7+Pf8PemqldMjJjMbYsAktS05VlSKrunygT1t1rpYVhHkFFmDyNQn\nTJDKXFO4smlisCS5K0F7TNV0k1z1O4GwRcx1N2+XAoGBALeB5hjpkE2L/GOV3B5P\n6cC3c8Ld1K57LN4GJcDko6yOvxlZSL3FVROlM7dn6g9ftqJ4KU9UNVv7p1BJALLj\nE906gIYLLO1VZ2t7jVsck0gHz0HS19htwM0LWEniNfShQVYPI7B5jXCpcA3xDl3E\nLKLaTE2lUeY9Nb7RtC6R0U73AoGBAKT8xQSxaXyaBpdZUD+OLd+nsaTQxOhZo1lr\nOHJpQm9ZYIuUi+zwO4BTfs64Pgj8pd3c9UCEIjK1K2m5ZrhZ0HBeiXougXxbu8zO\nf5xEASTJftwWdUze/Uw3lW9JV7GLGlK17k2FG1W7HyXAgV0uZxZ3pw1o08MolhbH\nmKhkqHBdAoGAB2RzDzr8il29pDwOsL7DM3MfSN77bCVX1iK+Lpqf1s6QtbjfRfpP\nFCMtROUyKIkKiYOVMu9QFhVCOP0WywTQJkT7/hBVXkpttI0G7rp0pI2b1kPdY4jo\nICzx+Iqe4rNIlG2b9KWVqpCuC9MvmqvXXIvKP1rlpvn+m1ofp/AbMAg=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:11,946 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-b84421d5-cb62-4cf0-aa85-2bd3f47a6e99 2018-09-04 22:40:11,947 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:40:11,947 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:40:14,951 - create_stack - DEBUG - Stack status query timeout in 1193.07696509 2018-09-04 22:40:14,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:14,981 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:14 GMT Server: Apache x-openstack-request-id: req-e8a8783b-dfba-4242-9cb8-4b5111e2ebf8 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:15,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:14 GMT Server: Apache x-openstack-request-id: req-ba723890-7967-4cda-b750-f19b39bde17f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAnwSjlpUdsaHQklkJXwGIQsSjG9JI4qjTjmh4NTbd0e7EK5rh\nsPGwa0F8FSWLkMNOpEPj0Ez6u/3pbkNd0RyVhJPbPhGeAvW/vg1b5vIaW4umNQui\nEdEFGBgQ0BSPvF7Hs4ZuT43KaP4VFwdValXLPXH+vwXYavtwWSYjs5SZW5tUapgq\nX3oLs5lgteM3gMau3YeVpN8bzWmDU5ka77GlVTRczXxK75FPlsmTJTJh7FteCtZx\nnBl2fY+zHMxGfG/8MvuPEXicfvm5/j+OLWiQ5LYkDHFZZC6r6QzkpmmBoJiMSrLB\nmsMA7PppGg4XKi/lA8IwiFamPsj9DUvqlEg8HQIDAQABAoIBAQCNgmJVsdNf7SEf\n604Ultd8m2KPcp3b3uONGljG+lGB7ZnzN/xaK2qUuAzFAMlnhPap5aSJDMggnX+q\n2RZW7bn85ls3rBPSjIEajubW6WIdT3QURorukfSXkWr80R9sQWgz0ZC/CO40as+3\n05Xmb/zSbGyH75q88Y70NqWUvMuQoY3QUrThxNTSeFvK9OYOHxBxKQClzsK2+tjv\n73cnmjXt7Zt+hjw4vlT2WzQrmTGjpc5kYEHet7pRcRz7vcpk1caPBkH8yt/dmRsR\ng38ekQprwC0VHLTO13NiaFD8bLQZ5l7r1l931LR+ioeTjxaE19hwNnxCeOY2tme0\niy/l8s7dAoGBAM8DytV2OrfVtJV/oplXFCCqtnyLr7svsIK63T/7FbLnh12y3iGd\nGkEYXHPfqYWwqf9neogJpQXO1A2OV1Q7D2uCQv289C3tQfvKphz6MsHybvS5WREg\naC8LlPp/llfEReunDDn++jBMyIgdfXsZngCV9fqs2a7RcchFoxoOWyhrAoGBAMSl\nYYHSiHDfCwDUCelUHfkK1dSs+kwa6KIWVmr/I1I6iAa6W3bOQDupxZcXuEUtkwMA\ni5XuJzusmQm7+Pf8PemqldMjJjMbYsAktS05VlSKrunygT1t1rpYVhHkFFmDyNQn\nTJDKXFO4smlisCS5K0F7TNV0k1z1O4GwRcx1N2+XAoGBALeB5hjpkE2L/GOV3B5P\n6cC3c8Ld1K57LN4GJcDko6yOvxlZSL3FVROlM7dn6g9ftqJ4KU9UNVv7p1BJALLj\nE906gIYLLO1VZ2t7jVsck0gHz0HS19htwM0LWEniNfShQVYPI7B5jXCpcA3xDl3E\nLKLaTE2lUeY9Nb7RtC6R0U73AoGBAKT8xQSxaXyaBpdZUD+OLd+nsaTQxOhZo1lr\nOHJpQm9ZYIuUi+zwO4BTfs64Pgj8pd3c9UCEIjK1K2m5ZrhZ0HBeiXougXxbu8zO\nf5xEASTJftwWdUze/Uw3lW9JV7GLGlK17k2FG1W7HyXAgV0uZxZ3pw1o08MolhbH\nmKhkqHBdAoGAB2RzDzr8il29pDwOsL7DM3MfSN77bCVX1iK+Lpqf1s6QtbjfRfpP\nFCMtROUyKIkKiYOVMu9QFhVCOP0WywTQJkT7/hBVXkpttI0G7rp0pI2b1kPdY4jo\nICzx+Iqe4rNIlG2b9KWVqpCuC9MvmqvXXIvKP1rlpvn+m1ofp/AbMAg=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:15,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-ba723890-7967-4cda-b750-f19b39bde17f 2018-09-04 22:40:15,157 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:40:15,157 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:40:18,159 - create_stack - DEBUG - Stack status query timeout in 1189.8684721 2018-09-04 22:40:18,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:18,341 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:18 GMT Server: Apache x-openstack-request-id: req-66e20292-22d1-4ad7-a428-7e5fb0e6e755 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:18,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:18 GMT Server: Apache x-openstack-request-id: req-ef34d7ba-d40f-4441-806d-b25771ccebc7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAnwSjlpUdsaHQklkJXwGIQsSjG9JI4qjTjmh4NTbd0e7EK5rh\nsPGwa0F8FSWLkMNOpEPj0Ez6u/3pbkNd0RyVhJPbPhGeAvW/vg1b5vIaW4umNQui\nEdEFGBgQ0BSPvF7Hs4ZuT43KaP4VFwdValXLPXH+vwXYavtwWSYjs5SZW5tUapgq\nX3oLs5lgteM3gMau3YeVpN8bzWmDU5ka77GlVTRczXxK75FPlsmTJTJh7FteCtZx\nnBl2fY+zHMxGfG/8MvuPEXicfvm5/j+OLWiQ5LYkDHFZZC6r6QzkpmmBoJiMSrLB\nmsMA7PppGg4XKi/lA8IwiFamPsj9DUvqlEg8HQIDAQABAoIBAQCNgmJVsdNf7SEf\n604Ultd8m2KPcp3b3uONGljG+lGB7ZnzN/xaK2qUuAzFAMlnhPap5aSJDMggnX+q\n2RZW7bn85ls3rBPSjIEajubW6WIdT3QURorukfSXkWr80R9sQWgz0ZC/CO40as+3\n05Xmb/zSbGyH75q88Y70NqWUvMuQoY3QUrThxNTSeFvK9OYOHxBxKQClzsK2+tjv\n73cnmjXt7Zt+hjw4vlT2WzQrmTGjpc5kYEHet7pRcRz7vcpk1caPBkH8yt/dmRsR\ng38ekQprwC0VHLTO13NiaFD8bLQZ5l7r1l931LR+ioeTjxaE19hwNnxCeOY2tme0\niy/l8s7dAoGBAM8DytV2OrfVtJV/oplXFCCqtnyLr7svsIK63T/7FbLnh12y3iGd\nGkEYXHPfqYWwqf9neogJpQXO1A2OV1Q7D2uCQv289C3tQfvKphz6MsHybvS5WREg\naC8LlPp/llfEReunDDn++jBMyIgdfXsZngCV9fqs2a7RcchFoxoOWyhrAoGBAMSl\nYYHSiHDfCwDUCelUHfkK1dSs+kwa6KIWVmr/I1I6iAa6W3bOQDupxZcXuEUtkwMA\ni5XuJzusmQm7+Pf8PemqldMjJjMbYsAktS05VlSKrunygT1t1rpYVhHkFFmDyNQn\nTJDKXFO4smlisCS5K0F7TNV0k1z1O4GwRcx1N2+XAoGBALeB5hjpkE2L/GOV3B5P\n6cC3c8Ld1K57LN4GJcDko6yOvxlZSL3FVROlM7dn6g9ftqJ4KU9UNVv7p1BJALLj\nE906gIYLLO1VZ2t7jVsck0gHz0HS19htwM0LWEniNfShQVYPI7B5jXCpcA3xDl3E\nLKLaTE2lUeY9Nb7RtC6R0U73AoGBAKT8xQSxaXyaBpdZUD+OLd+nsaTQxOhZo1lr\nOHJpQm9ZYIuUi+zwO4BTfs64Pgj8pd3c9UCEIjK1K2m5ZrhZ0HBeiXougXxbu8zO\nf5xEASTJftwWdUze/Uw3lW9JV7GLGlK17k2FG1W7HyXAgV0uZxZ3pw1o08MolhbH\nmKhkqHBdAoGAB2RzDzr8il29pDwOsL7DM3MfSN77bCVX1iK+Lpqf1s6QtbjfRfpP\nFCMtROUyKIkKiYOVMu9QFhVCOP0WywTQJkT7/hBVXkpttI0G7rp0pI2b1kPdY4jo\nICzx+Iqe4rNIlG2b9KWVqpCuC9MvmqvXXIvKP1rlpvn+m1ofp/AbMAg=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:18,681 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-ef34d7ba-d40f-4441-806d-b25771ccebc7 2018-09-04 22:40:18,681 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:40:18,682 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:40:21,683 - create_stack - DEBUG - Stack status query timeout in 1186.34452701 2018-09-04 22:40:21,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:21,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:21 GMT Server: Apache x-openstack-request-id: req-0853846d-9ad7-42f6-ad9f-5759f3bef87f Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:22,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:21 GMT Server: Apache x-openstack-request-id: req-a9fc6015-5992-472e-ac12-6de90dac881c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAnwSjlpUdsaHQklkJXwGIQsSjG9JI4qjTjmh4NTbd0e7EK5rh\nsPGwa0F8FSWLkMNOpEPj0Ez6u/3pbkNd0RyVhJPbPhGeAvW/vg1b5vIaW4umNQui\nEdEFGBgQ0BSPvF7Hs4ZuT43KaP4VFwdValXLPXH+vwXYavtwWSYjs5SZW5tUapgq\nX3oLs5lgteM3gMau3YeVpN8bzWmDU5ka77GlVTRczXxK75FPlsmTJTJh7FteCtZx\nnBl2fY+zHMxGfG/8MvuPEXicfvm5/j+OLWiQ5LYkDHFZZC6r6QzkpmmBoJiMSrLB\nmsMA7PppGg4XKi/lA8IwiFamPsj9DUvqlEg8HQIDAQABAoIBAQCNgmJVsdNf7SEf\n604Ultd8m2KPcp3b3uONGljG+lGB7ZnzN/xaK2qUuAzFAMlnhPap5aSJDMggnX+q\n2RZW7bn85ls3rBPSjIEajubW6WIdT3QURorukfSXkWr80R9sQWgz0ZC/CO40as+3\n05Xmb/zSbGyH75q88Y70NqWUvMuQoY3QUrThxNTSeFvK9OYOHxBxKQClzsK2+tjv\n73cnmjXt7Zt+hjw4vlT2WzQrmTGjpc5kYEHet7pRcRz7vcpk1caPBkH8yt/dmRsR\ng38ekQprwC0VHLTO13NiaFD8bLQZ5l7r1l931LR+ioeTjxaE19hwNnxCeOY2tme0\niy/l8s7dAoGBAM8DytV2OrfVtJV/oplXFCCqtnyLr7svsIK63T/7FbLnh12y3iGd\nGkEYXHPfqYWwqf9neogJpQXO1A2OV1Q7D2uCQv289C3tQfvKphz6MsHybvS5WREg\naC8LlPp/llfEReunDDn++jBMyIgdfXsZngCV9fqs2a7RcchFoxoOWyhrAoGBAMSl\nYYHSiHDfCwDUCelUHfkK1dSs+kwa6KIWVmr/I1I6iAa6W3bOQDupxZcXuEUtkwMA\ni5XuJzusmQm7+Pf8PemqldMjJjMbYsAktS05VlSKrunygT1t1rpYVhHkFFmDyNQn\nTJDKXFO4smlisCS5K0F7TNV0k1z1O4GwRcx1N2+XAoGBALeB5hjpkE2L/GOV3B5P\n6cC3c8Ld1K57LN4GJcDko6yOvxlZSL3FVROlM7dn6g9ftqJ4KU9UNVv7p1BJALLj\nE906gIYLLO1VZ2t7jVsck0gHz0HS19htwM0LWEniNfShQVYPI7B5jXCpcA3xDl3E\nLKLaTE2lUeY9Nb7RtC6R0U73AoGBAKT8xQSxaXyaBpdZUD+OLd+nsaTQxOhZo1lr\nOHJpQm9ZYIuUi+zwO4BTfs64Pgj8pd3c9UCEIjK1K2m5ZrhZ0HBeiXougXxbu8zO\nf5xEASTJftwWdUze/Uw3lW9JV7GLGlK17k2FG1W7HyXAgV0uZxZ3pw1o08MolhbH\nmKhkqHBdAoGAB2RzDzr8il29pDwOsL7DM3MfSN77bCVX1iK+Lpqf1s6QtbjfRfpP\nFCMtROUyKIkKiYOVMu9QFhVCOP0WywTQJkT7/hBVXkpttI0G7rp0pI2b1kPdY4jo\nICzx+Iqe4rNIlG2b9KWVqpCuC9MvmqvXXIvKP1rlpvn+m1ofp/AbMAg=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:22,186 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-a9fc6015-5992-472e-ac12-6de90dac881c 2018-09-04 22:40:22,186 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:40:22,186 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:40:25,190 - create_stack - DEBUG - Stack status query timeout in 1182.83801603 2018-09-04 22:40:25,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:25,361 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:25 GMT Server: Apache x-openstack-request-id: req-2057769d-bc8e-4c34-82f3-40a84ec5ddf6 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:25,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:25 GMT Server: Apache x-openstack-request-id: req-2a10263a-7903-4154-8efe-999f929f8c07 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAnwSjlpUdsaHQklkJXwGIQsSjG9JI4qjTjmh4NTbd0e7EK5rh\nsPGwa0F8FSWLkMNOpEPj0Ez6u/3pbkNd0RyVhJPbPhGeAvW/vg1b5vIaW4umNQui\nEdEFGBgQ0BSPvF7Hs4ZuT43KaP4VFwdValXLPXH+vwXYavtwWSYjs5SZW5tUapgq\nX3oLs5lgteM3gMau3YeVpN8bzWmDU5ka77GlVTRczXxK75FPlsmTJTJh7FteCtZx\nnBl2fY+zHMxGfG/8MvuPEXicfvm5/j+OLWiQ5LYkDHFZZC6r6QzkpmmBoJiMSrLB\nmsMA7PppGg4XKi/lA8IwiFamPsj9DUvqlEg8HQIDAQABAoIBAQCNgmJVsdNf7SEf\n604Ultd8m2KPcp3b3uONGljG+lGB7ZnzN/xaK2qUuAzFAMlnhPap5aSJDMggnX+q\n2RZW7bn85ls3rBPSjIEajubW6WIdT3QURorukfSXkWr80R9sQWgz0ZC/CO40as+3\n05Xmb/zSbGyH75q88Y70NqWUvMuQoY3QUrThxNTSeFvK9OYOHxBxKQClzsK2+tjv\n73cnmjXt7Zt+hjw4vlT2WzQrmTGjpc5kYEHet7pRcRz7vcpk1caPBkH8yt/dmRsR\ng38ekQprwC0VHLTO13NiaFD8bLQZ5l7r1l931LR+ioeTjxaE19hwNnxCeOY2tme0\niy/l8s7dAoGBAM8DytV2OrfVtJV/oplXFCCqtnyLr7svsIK63T/7FbLnh12y3iGd\nGkEYXHPfqYWwqf9neogJpQXO1A2OV1Q7D2uCQv289C3tQfvKphz6MsHybvS5WREg\naC8LlPp/llfEReunDDn++jBMyIgdfXsZngCV9fqs2a7RcchFoxoOWyhrAoGBAMSl\nYYHSiHDfCwDUCelUHfkK1dSs+kwa6KIWVmr/I1I6iAa6W3bOQDupxZcXuEUtkwMA\ni5XuJzusmQm7+Pf8PemqldMjJjMbYsAktS05VlSKrunygT1t1rpYVhHkFFmDyNQn\nTJDKXFO4smlisCS5K0F7TNV0k1z1O4GwRcx1N2+XAoGBALeB5hjpkE2L/GOV3B5P\n6cC3c8Ld1K57LN4GJcDko6yOvxlZSL3FVROlM7dn6g9ftqJ4KU9UNVv7p1BJALLj\nE906gIYLLO1VZ2t7jVsck0gHz0HS19htwM0LWEniNfShQVYPI7B5jXCpcA3xDl3E\nLKLaTE2lUeY9Nb7RtC6R0U73AoGBAKT8xQSxaXyaBpdZUD+OLd+nsaTQxOhZo1lr\nOHJpQm9ZYIuUi+zwO4BTfs64Pgj8pd3c9UCEIjK1K2m5ZrhZ0HBeiXougXxbu8zO\nf5xEASTJftwWdUze/Uw3lW9JV7GLGlK17k2FG1W7HyXAgV0uZxZ3pw1o08MolhbH\nmKhkqHBdAoGAB2RzDzr8il29pDwOsL7DM3MfSN77bCVX1iK+Lpqf1s6QtbjfRfpP\nFCMtROUyKIkKiYOVMu9QFhVCOP0WywTQJkT7/hBVXkpttI0G7rp0pI2b1kPdY4jo\nICzx+Iqe4rNIlG2b9KWVqpCuC9MvmqvXXIvKP1rlpvn+m1ofp/AbMAg=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:25,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-2a10263a-7903-4154-8efe-999f929f8c07 2018-09-04 22:40:25,695 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:40:25,695 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:40:28,698 - create_stack - DEBUG - Stack status query timeout in 1179.32957196 2018-09-04 22:40:28,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:28,728 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:28 GMT Server: Apache x-openstack-request-id: req-48659bbe-09d2-4461-b564-31adae260ea4 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:28,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:28 GMT Server: Apache x-openstack-request-id: req-e83ffe20-bd89-43a3-8ff8-a84990f2add3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAnwSjlpUdsaHQklkJXwGIQsSjG9JI4qjTjmh4NTbd0e7EK5rh\nsPGwa0F8FSWLkMNOpEPj0Ez6u/3pbkNd0RyVhJPbPhGeAvW/vg1b5vIaW4umNQui\nEdEFGBgQ0BSPvF7Hs4ZuT43KaP4VFwdValXLPXH+vwXYavtwWSYjs5SZW5tUapgq\nX3oLs5lgteM3gMau3YeVpN8bzWmDU5ka77GlVTRczXxK75FPlsmTJTJh7FteCtZx\nnBl2fY+zHMxGfG/8MvuPEXicfvm5/j+OLWiQ5LYkDHFZZC6r6QzkpmmBoJiMSrLB\nmsMA7PppGg4XKi/lA8IwiFamPsj9DUvqlEg8HQIDAQABAoIBAQCNgmJVsdNf7SEf\n604Ultd8m2KPcp3b3uONGljG+lGB7ZnzN/xaK2qUuAzFAMlnhPap5aSJDMggnX+q\n2RZW7bn85ls3rBPSjIEajubW6WIdT3QURorukfSXkWr80R9sQWgz0ZC/CO40as+3\n05Xmb/zSbGyH75q88Y70NqWUvMuQoY3QUrThxNTSeFvK9OYOHxBxKQClzsK2+tjv\n73cnmjXt7Zt+hjw4vlT2WzQrmTGjpc5kYEHet7pRcRz7vcpk1caPBkH8yt/dmRsR\ng38ekQprwC0VHLTO13NiaFD8bLQZ5l7r1l931LR+ioeTjxaE19hwNnxCeOY2tme0\niy/l8s7dAoGBAM8DytV2OrfVtJV/oplXFCCqtnyLr7svsIK63T/7FbLnh12y3iGd\nGkEYXHPfqYWwqf9neogJpQXO1A2OV1Q7D2uCQv289C3tQfvKphz6MsHybvS5WREg\naC8LlPp/llfEReunDDn++jBMyIgdfXsZngCV9fqs2a7RcchFoxoOWyhrAoGBAMSl\nYYHSiHDfCwDUCelUHfkK1dSs+kwa6KIWVmr/I1I6iAa6W3bOQDupxZcXuEUtkwMA\ni5XuJzusmQm7+Pf8PemqldMjJjMbYsAktS05VlSKrunygT1t1rpYVhHkFFmDyNQn\nTJDKXFO4smlisCS5K0F7TNV0k1z1O4GwRcx1N2+XAoGBALeB5hjpkE2L/GOV3B5P\n6cC3c8Ld1K57LN4GJcDko6yOvxlZSL3FVROlM7dn6g9ftqJ4KU9UNVv7p1BJALLj\nE906gIYLLO1VZ2t7jVsck0gHz0HS19htwM0LWEniNfShQVYPI7B5jXCpcA3xDl3E\nLKLaTE2lUeY9Nb7RtC6R0U73AoGBAKT8xQSxaXyaBpdZUD+OLd+nsaTQxOhZo1lr\nOHJpQm9ZYIuUi+zwO4BTfs64Pgj8pd3c9UCEIjK1K2m5ZrhZ0HBeiXougXxbu8zO\nf5xEASTJftwWdUze/Uw3lW9JV7GLGlK17k2FG1W7HyXAgV0uZxZ3pw1o08MolhbH\nmKhkqHBdAoGAB2RzDzr8il29pDwOsL7DM3MfSN77bCVX1iK+Lpqf1s6QtbjfRfpP\nFCMtROUyKIkKiYOVMu9QFhVCOP0WywTQJkT7/hBVXkpttI0G7rp0pI2b1kPdY4jo\nICzx+Iqe4rNIlG2b9KWVqpCuC9MvmqvXXIvKP1rlpvn+m1ofp/AbMAg=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:28,903 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-e83ffe20-bd89-43a3-8ff8-a84990f2add3 2018-09-04 22:40:28,904 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:40:28,904 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:40:31,907 - create_stack - DEBUG - Stack status query timeout in 1176.12051201 2018-09-04 22:40:31,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:32,096 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:31 GMT Server: Apache x-openstack-request-id: req-dd3f0dea-d457-466e-8d67-fac433ddbdd7 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:32,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:32 GMT Server: Apache x-openstack-request-id: req-95dede3b-1c88-4d5e-9905-824439d1215c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAnwSjlpUdsaHQklkJXwGIQsSjG9JI4qjTjmh4NTbd0e7EK5rh\nsPGwa0F8FSWLkMNOpEPj0Ez6u/3pbkNd0RyVhJPbPhGeAvW/vg1b5vIaW4umNQui\nEdEFGBgQ0BSPvF7Hs4ZuT43KaP4VFwdValXLPXH+vwXYavtwWSYjs5SZW5tUapgq\nX3oLs5lgteM3gMau3YeVpN8bzWmDU5ka77GlVTRczXxK75FPlsmTJTJh7FteCtZx\nnBl2fY+zHMxGfG/8MvuPEXicfvm5/j+OLWiQ5LYkDHFZZC6r6QzkpmmBoJiMSrLB\nmsMA7PppGg4XKi/lA8IwiFamPsj9DUvqlEg8HQIDAQABAoIBAQCNgmJVsdNf7SEf\n604Ultd8m2KPcp3b3uONGljG+lGB7ZnzN/xaK2qUuAzFAMlnhPap5aSJDMggnX+q\n2RZW7bn85ls3rBPSjIEajubW6WIdT3QURorukfSXkWr80R9sQWgz0ZC/CO40as+3\n05Xmb/zSbGyH75q88Y70NqWUvMuQoY3QUrThxNTSeFvK9OYOHxBxKQClzsK2+tjv\n73cnmjXt7Zt+hjw4vlT2WzQrmTGjpc5kYEHet7pRcRz7vcpk1caPBkH8yt/dmRsR\ng38ekQprwC0VHLTO13NiaFD8bLQZ5l7r1l931LR+ioeTjxaE19hwNnxCeOY2tme0\niy/l8s7dAoGBAM8DytV2OrfVtJV/oplXFCCqtnyLr7svsIK63T/7FbLnh12y3iGd\nGkEYXHPfqYWwqf9neogJpQXO1A2OV1Q7D2uCQv289C3tQfvKphz6MsHybvS5WREg\naC8LlPp/llfEReunDDn++jBMyIgdfXsZngCV9fqs2a7RcchFoxoOWyhrAoGBAMSl\nYYHSiHDfCwDUCelUHfkK1dSs+kwa6KIWVmr/I1I6iAa6W3bOQDupxZcXuEUtkwMA\ni5XuJzusmQm7+Pf8PemqldMjJjMbYsAktS05VlSKrunygT1t1rpYVhHkFFmDyNQn\nTJDKXFO4smlisCS5K0F7TNV0k1z1O4GwRcx1N2+XAoGBALeB5hjpkE2L/GOV3B5P\n6cC3c8Ld1K57LN4GJcDko6yOvxlZSL3FVROlM7dn6g9ftqJ4KU9UNVv7p1BJALLj\nE906gIYLLO1VZ2t7jVsck0gHz0HS19htwM0LWEniNfShQVYPI7B5jXCpcA3xDl3E\nLKLaTE2lUeY9Nb7RtC6R0U73AoGBAKT8xQSxaXyaBpdZUD+OLd+nsaTQxOhZo1lr\nOHJpQm9ZYIuUi+zwO4BTfs64Pgj8pd3c9UCEIjK1K2m5ZrhZ0HBeiXougXxbu8zO\nf5xEASTJftwWdUze/Uw3lW9JV7GLGlK17k2FG1W7HyXAgV0uZxZ3pw1o08MolhbH\nmKhkqHBdAoGAB2RzDzr8il29pDwOsL7DM3MfSN77bCVX1iK+Lpqf1s6QtbjfRfpP\nFCMtROUyKIkKiYOVMu9QFhVCOP0WywTQJkT7/hBVXkpttI0G7rp0pI2b1kPdY4jo\nICzx+Iqe4rNIlG2b9KWVqpCuC9MvmqvXXIvKP1rlpvn+m1ofp/AbMAg=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:32,410 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-95dede3b-1c88-4d5e-9905-824439d1215c 2018-09-04 22:40:32,410 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:40:32,411 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack 2018-09-04 22:40:32,411 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack 2018-09-04 22:40:32,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:32,584 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:32 GMT Server: Apache x-openstack-request-id: req-f1ef9eb4-2587-4acb-a5f4-40a06d5edef5 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:32,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:32 GMT Server: Apache x-openstack-request-id: req-ef5ee508-bfcf-4592-a260-a686ff2c23cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "1d70454d-f016-48bd-ba45-667408228000", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "c229ea98-b7d1-44d2-86f1-8c03f86ebdb6", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "669bac73-56fa-4989-a343-a7e5bac4ec51", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "2362fbb9-54ef-473d-ac00-f7a53b75bb55", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "213", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "380b4309-08a2-45ee-9668-9cc5e868e6ee:subnet_id=7dc42f32-cf3d-4410-b5de-e0f2451612e8", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7dc42f32-cf3d-4410-b5de-e0f2451612e8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "380b4309-08a2-45ee-9668-9cc5e868e6ee", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "9ba7b5af-c9e8-4b89-8085-bb585336195a", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a81ee4ed-4a6d-49c8-8b23-afc28e8833c0", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "67025f49-6f7f-45bf-948a-b1d94b593a78", "resource_type": "OS::Nova::Server"}]} 2018-09-04 22:40:32,808 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources used request id req-ef5ee508-bfcf-4592-a260-a686ff2c23cb 2018-09-04 22:40:32,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a81ee4ed-4a6d-49c8-8b23-afc28e8833c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:33,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce844fd5-1f3f-4ea2-80ed-b09439ca7227 x-compute-request-id: req-ce844fd5-1f3f-4ea2-80ed-b09439ca7227 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:bc:80", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a81ee4ed-4a6d-49c8-8b23-afc28e8833c0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a81ee4ed-4a6d-49c8-8b23-afc28e8833c0", "rel": "bookmark"}], "image": {"id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "links": [{"href": "http://172.30.9.26:8774/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-09-04T22:40:23.000000", "flavor": {"id": "1d70454d-f016-48bd-ba45-667408228000", "links": [{"href": "http://172.30.9.26:8774/flavors/1d70454d-f016-48bd-ba45-667408228000", "rel": "bookmark"}]}, "id": "a81ee4ed-4a6d-49c8-8b23-afc28e8833c0", "security_groups": [{"name": "default"}], "user_id": "cabb8a8f640149ea85113e53063ef908", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:40:24Z", "hostId": "5371f8cab6b9146ca1c0c8f8cef33a53c7b407469242b38da5fbe8df", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "created": "2018-09-04T22:40:17Z", "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:40:33,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a81ee4ed-4a6d-49c8-8b23-afc28e8833c0 used request id req-ce844fd5-1f3f-4ea2-80ed-b09439ca7227 2018-09-04 22:40:33,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:33,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0c34b00d-8a20-40cb-8106-9705e6fba8c4 Date: Tue, 04 Sep 2018 22:40:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:33,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-0c34b00d-8a20-40cb-8106-9705e6fba8c4 2018-09-04 22:40:33,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:40:33,570 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:40:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:40:33,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:33,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d565b221-d71d-48c2-840b-70385d779daf Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:33,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-d565b221-d71d-48c2-840b-70385d779daf 2018-09-04 22:40:33,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:33,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1ce45129-4b45-48e2-9941-5d24e3ae512c Date: Tue, 04 Sep 2018 22:40:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:33,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-1ce45129-4b45-48e2-9941-5d24e3ae512c 2018-09-04 22:40:33,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:34,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-707eca97-838f-4b10-b011-9e148560f471 Date: Tue, 04 Sep 2018 22:40:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.1"}],"id":"2566443d-21e0-40c4-8eff-d168d4213077","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:54:47","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:18Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.9"}],"id":"4e52b7c7-f94a-4868-a5b2-29d3ff6458d8","security_groups":["559a496e-36c2-43af-8802-173cb2406f4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:bc:80","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:19Z","binding:vnic_type":"normal","device_id":"a81ee4ed-4a6d-49c8-8b23-afc28e8833c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.2"}],"id":"4ef1084d-10e6-4efc-93db-7e91385b2803","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:1c:8e","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.6"}],"id":"9ba7b5af-c9e8-4b89-8085-bb585336195a","security_groups":["669bac73-56fa-4989-a343-a7e5bac4ec51"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:45:01","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal","device_id":"67025f49-6f7f-45bf-948a-b1d94b593a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.3"}],"id":"aee3af55-7ea9-4b0d-ba1f-e51c28a6c199","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:7a:1f","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.4"}],"id":"bcf9af8c-a690-4a4d-adc7-babe91c8f43a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:5f:3a","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"}]} 2018-09-04 22:40:34,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-707eca97-838f-4b10-b011-9e148560f471 2018-09-04 22:40:34,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:34,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47357c06-e341-436b-965e-d54c44af3e30 x-compute-request-id: req-47357c06-e341-436b-965e-d54c44af3e30 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:45:01", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:45:01", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/67025f49-6f7f-45bf-948a-b1d94b593a78", "rel": "bookmark"}], "image": {"id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "links": [{"href": "http://172.30.9.26:8774/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-09-04T22:40:28.000000", "flavor": {"id": "53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "links": [{"href": "http://172.30.9.26:8774/flavors/53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "rel": "bookmark"}]}, "id": "67025f49-6f7f-45bf-948a-b1d94b593a78", "security_groups": [{"name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp"}], "user_id": "cabb8a8f640149ea85113e53063ef908", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:40:29Z", "hostId": "0cc66cebd73f3915425096126a1a5d6437b85cd5603d211e2e2db69a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "created": "2018-09-04T22:40:21Z", "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:40:34,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78 used request id req-47357c06-e341-436b-965e-d54c44af3e30 2018-09-04 22:40:34,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:34,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-317af3ef-42dc-4f19-8553-3758fdb92f38 Date: Tue, 04 Sep 2018 22:40:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:34,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-317af3ef-42dc-4f19-8553-3758fdb92f38 2018-09-04 22:40:34,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:34,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdb70522-eb1f-4d77-ac06-6617301d85a7 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:34,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-bdb70522-eb1f-4d77-ac06-6617301d85a7 2018-09-04 22:40:34,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:34,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-05447f9b-e24b-4311-8b62-e20061a813b2 Date: Tue, 04 Sep 2018 22:40:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:34,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-05447f9b-e24b-4311-8b62-e20061a813b2 2018-09-04 22:40:34,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:35,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-6a26e455-76bc-4ab9-ab9a-8dd139e7cc11 Date: Tue, 04 Sep 2018 22:40:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.1"}],"id":"2566443d-21e0-40c4-8eff-d168d4213077","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:54:47","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:18Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.9"}],"id":"4e52b7c7-f94a-4868-a5b2-29d3ff6458d8","security_groups":["559a496e-36c2-43af-8802-173cb2406f4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:bc:80","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:19Z","binding:vnic_type":"normal","device_id":"a81ee4ed-4a6d-49c8-8b23-afc28e8833c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.2"}],"id":"4ef1084d-10e6-4efc-93db-7e91385b2803","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:1c:8e","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.6"}],"id":"9ba7b5af-c9e8-4b89-8085-bb585336195a","security_groups":["669bac73-56fa-4989-a343-a7e5bac4ec51"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:45:01","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal","device_id":"67025f49-6f7f-45bf-948a-b1d94b593a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.3"}],"id":"aee3af55-7ea9-4b0d-ba1f-e51c28a6c199","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:7a:1f","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.4"}],"id":"bcf9af8c-a690-4a4d-adc7-babe91c8f43a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:5f:3a","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"}]} 2018-09-04 22:40:35,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-6a26e455-76bc-4ab9-ab9a-8dd139e7cc11 2018-09-04 22:40:35,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:35,074 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:35 GMT Server: Apache x-openstack-request-id: req-ad4d95f2-2ab4-4db4-814c-e82451ae8444 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:35,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:35 GMT Server: Apache x-openstack-request-id: req-a1eb0bb8-9db6-4395-9322-ad3fe6389937 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "1d70454d-f016-48bd-ba45-667408228000", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "c229ea98-b7d1-44d2-86f1-8c03f86ebdb6", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "669bac73-56fa-4989-a343-a7e5bac4ec51", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "2362fbb9-54ef-473d-ac00-f7a53b75bb55", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "213", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "380b4309-08a2-45ee-9668-9cc5e868e6ee:subnet_id=7dc42f32-cf3d-4410-b5de-e0f2451612e8", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7dc42f32-cf3d-4410-b5de-e0f2451612e8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "380b4309-08a2-45ee-9668-9cc5e868e6ee", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "9ba7b5af-c9e8-4b89-8085-bb585336195a", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a81ee4ed-4a6d-49c8-8b23-afc28e8833c0", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-04T22:40:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:40:07Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "67025f49-6f7f-45bf-948a-b1d94b593a78", "resource_type": "OS::Nova::Server"}]} 2018-09-04 22:40:35,152 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150/resources used request id req-a1eb0bb8-9db6-4395-9322-ad3fe6389937 2018-09-04 22:40:35,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/1d70454d-f016-48bd-ba45-667408228000 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:35,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce3bb989-d100-48cf-a0e9-321aca542292 x-compute-request-id: req-ce3bb989-d100-48cf-a0e9-321aca542292 Content-Encoding: gzip Content-Length: 339 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/1d70454d-f016-48bd-ba45-667408228000", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/1d70454d-f016-48bd-ba45-667408228000", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "1d70454d-f016-48bd-ba45-667408228000", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-flavor2-ptryhf3jphoa", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:40:35,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/1d70454d-f016-48bd-ba45-667408228000 used request id req-ce3bb989-d100-48cf-a0e9-321aca542292 2018-09-04 22:40:35,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/7dc42f32-cf3d-4410-b5de-e0f2451612e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:35,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-edd98475-db2e-40b2-b226-898dcb198661 Date: Tue, 04 Sep 2018 22:40:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}} 2018-09-04 22:40:35,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/7dc42f32-cf3d-4410-b5de-e0f2451612e8 used request id req-edd98475-db2e-40b2-b226-898dcb198661 2018-09-04 22:40:35,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:35,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d80be39d-9ccb-4df4-9264-a6d41b3604a9 Date: Tue, 04 Sep 2018 22:40:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:35,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-d80be39d-9ccb-4df4-9264-a6d41b3604a9 2018-09-04 22:40:35,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:35,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-23da852e-9fa2-40e3-8f65-0d0d125b4502 Date: Tue, 04 Sep 2018 22:40:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:35,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-23da852e-9fa2-40e3-8f65-0d0d125b4502 2018-09-04 22:40:35,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:35,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0cf36af3-e7f9-4104-84eb-5683782a518d Date: Tue, 04 Sep 2018 22:40:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:35,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-0cf36af3-e7f9-4104-84eb-5683782a518d 2018-09-04 22:40:35,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:35,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ec1bf83-dcc5-4c83-b2c9-c4e03ef8d30e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:35,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-9ec1bf83-dcc5-4c83-b2c9-c4e03ef8d30e 2018-09-04 22:40:35,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:35,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f399ec4e-af55-4a3e-95a1-c7287db8b50f Date: Tue, 04 Sep 2018 22:40:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:35,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-f399ec4e-af55-4a3e-95a1-c7287db8b50f 2018-09-04 22:40:35,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6&mac_address=fa%3A16%3A3e%3Acc%3Abc%3A80&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:35,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-13333c13-c195-436f-a632-406a3efc1ce3 Date: Tue, 04 Sep 2018 22:40:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.9"}],"id":"4e52b7c7-f94a-4868-a5b2-29d3ff6458d8","security_groups":["559a496e-36c2-43af-8802-173cb2406f4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:bc:80","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:19Z","binding:vnic_type":"normal","device_id":"a81ee4ed-4a6d-49c8-8b23-afc28e8833c0"}]} 2018-09-04 22:40:35,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6&mac_address=fa%3A16%3A3e%3Acc%3Abc%3A80&admin_state_up=True used request id req-13333c13-c195-436f-a632-406a3efc1ce3 2018-09-04 22:40:35,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:35,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d0759b6-d2c5-4c8e-a629-0cfebe2c97c7 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:35,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-1d0759b6-d2c5-4c8e-a629-0cfebe2c97c7 2018-09-04 22:40:35,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:35,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-086a142e-fbe3-44e5-bd3d-9786aa3d0a7b Date: Tue, 04 Sep 2018 22:40:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:35,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-086a142e-fbe3-44e5-bd3d-9786aa3d0a7b 2018-09-04 22:40:35,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:36,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-82c23bd4-2b3f-4920-9e40-d52b10301e3e Date: Tue, 04 Sep 2018 22:40:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:36,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-82c23bd4-2b3f-4920-9e40-d52b10301e3e 2018-09-04 22:40:36,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:36,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-c39e53f8-f4af-49b2-a696-499c2da37655 Date: Tue, 04 Sep 2018 22:40:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.1"}],"id":"2566443d-21e0-40c4-8eff-d168d4213077","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:54:47","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:18Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.9"}],"id":"4e52b7c7-f94a-4868-a5b2-29d3ff6458d8","security_groups":["559a496e-36c2-43af-8802-173cb2406f4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:bc:80","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:19Z","binding:vnic_type":"normal","device_id":"a81ee4ed-4a6d-49c8-8b23-afc28e8833c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.2"}],"id":"4ef1084d-10e6-4efc-93db-7e91385b2803","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:1c:8e","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.6"}],"id":"9ba7b5af-c9e8-4b89-8085-bb585336195a","security_groups":["669bac73-56fa-4989-a343-a7e5bac4ec51"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:45:01","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal","device_id":"67025f49-6f7f-45bf-948a-b1d94b593a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.3"}],"id":"aee3af55-7ea9-4b0d-ba1f-e51c28a6c199","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:7a:1f","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.4"}],"id":"bcf9af8c-a690-4a4d-adc7-babe91c8f43a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:5f:3a","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"}]} 2018-09-04 22:40:36,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-c39e53f8-f4af-49b2-a696-499c2da37655 2018-09-04 22:40:36,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:36,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-1e67a52e-66da-43e4-a4a8-650acb4369de Date: Tue, 04 Sep 2018 22:40:36 GMT RESP BODY: {"floatingips": [{"router_id": "380b4309-08a2-45ee-9668-9cc5e868e6ee", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "created_at": "2018-09-04T22:40:18Z", "updated_at": "2018-09-04T22:40:20Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "c04912fc581a43478c2f7c8d3102f4f2", "port_id": "9ba7b5af-c9e8-4b89-8085-bb585336195a", "id": "2362fbb9-54ef-473d-ac00-f7a53b75bb55"}]} 2018-09-04 22:40:36,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-1e67a52e-66da-43e4-a4a8-650acb4369de 2018-09-04 22:40:36,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:36,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-9dbc5a46-fee7-4c85-b868-b20a4f463074 Date: Tue, 04 Sep 2018 22:40:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:39:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:40:01Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/snap", "metadata": {}}], "self": "/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "min_disk": 0, "protected": false, "id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "file": "/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c04912fc581a43478c2f7c8d3102f4f2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:40:36,830 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7 used request id req-9dbc5a46-fee7-4c85-b868-b20a4f463074 2018-09-04 22:40:36,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:36,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d1cfeaeb-07a8-4ccc-9647-b60d790dca0c Date: Tue, 04 Sep 2018 22:40:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:40:36,841 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d1cfeaeb-07a8-4ccc-9647-b60d790dca0c 2018-09-04 22:40:36,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:37,030 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:36 GMT Server: Apache x-openstack-request-id: req-42465ac2-95be-4e40-af95-5477599ac373 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:37,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:37 GMT Server: Apache x-openstack-request-id: req-1f50275a-2550-49d2-bb73-6fccaf01ff30 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAnwSjlpUdsaHQklkJXwGIQsSjG9JI4qjTjmh4NTbd0e7EK5rh\nsPGwa0F8FSWLkMNOpEPj0Ez6u/3pbkNd0RyVhJPbPhGeAvW/vg1b5vIaW4umNQui\nEdEFGBgQ0BSPvF7Hs4ZuT43KaP4VFwdValXLPXH+vwXYavtwWSYjs5SZW5tUapgq\nX3oLs5lgteM3gMau3YeVpN8bzWmDU5ka77GlVTRczXxK75FPlsmTJTJh7FteCtZx\nnBl2fY+zHMxGfG/8MvuPEXicfvm5/j+OLWiQ5LYkDHFZZC6r6QzkpmmBoJiMSrLB\nmsMA7PppGg4XKi/lA8IwiFamPsj9DUvqlEg8HQIDAQABAoIBAQCNgmJVsdNf7SEf\n604Ultd8m2KPcp3b3uONGljG+lGB7ZnzN/xaK2qUuAzFAMlnhPap5aSJDMggnX+q\n2RZW7bn85ls3rBPSjIEajubW6WIdT3QURorukfSXkWr80R9sQWgz0ZC/CO40as+3\n05Xmb/zSbGyH75q88Y70NqWUvMuQoY3QUrThxNTSeFvK9OYOHxBxKQClzsK2+tjv\n73cnmjXt7Zt+hjw4vlT2WzQrmTGjpc5kYEHet7pRcRz7vcpk1caPBkH8yt/dmRsR\ng38ekQprwC0VHLTO13NiaFD8bLQZ5l7r1l931LR+ioeTjxaE19hwNnxCeOY2tme0\niy/l8s7dAoGBAM8DytV2OrfVtJV/oplXFCCqtnyLr7svsIK63T/7FbLnh12y3iGd\nGkEYXHPfqYWwqf9neogJpQXO1A2OV1Q7D2uCQv289C3tQfvKphz6MsHybvS5WREg\naC8LlPp/llfEReunDDn++jBMyIgdfXsZngCV9fqs2a7RcchFoxoOWyhrAoGBAMSl\nYYHSiHDfCwDUCelUHfkK1dSs+kwa6KIWVmr/I1I6iAa6W3bOQDupxZcXuEUtkwMA\ni5XuJzusmQm7+Pf8PemqldMjJjMbYsAktS05VlSKrunygT1t1rpYVhHkFFmDyNQn\nTJDKXFO4smlisCS5K0F7TNV0k1z1O4GwRcx1N2+XAoGBALeB5hjpkE2L/GOV3B5P\n6cC3c8Ld1K57LN4GJcDko6yOvxlZSL3FVROlM7dn6g9ftqJ4KU9UNVv7p1BJALLj\nE906gIYLLO1VZ2t7jVsck0gHz0HS19htwM0LWEniNfShQVYPI7B5jXCpcA3xDl3E\nLKLaTE2lUeY9Nb7RtC6R0U73AoGBAKT8xQSxaXyaBpdZUD+OLd+nsaTQxOhZo1lr\nOHJpQm9ZYIuUi+zwO4BTfs64Pgj8pd3c9UCEIjK1K2m5ZrhZ0HBeiXougXxbu8zO\nf5xEASTJftwWdUze/Uw3lW9JV7GLGlK17k2FG1W7HyXAgV0uZxZ3pw1o08MolhbH\nmKhkqHBdAoGAB2RzDzr8il29pDwOsL7DM3MfSN77bCVX1iK+Lpqf1s6QtbjfRfpP\nFCMtROUyKIkKiYOVMu9QFhVCOP0WywTQJkT7/hBVXkpttI0G7rp0pI2b1kPdY4jo\nICzx+Iqe4rNIlG2b9KWVqpCuC9MvmqvXXIvKP1rlpvn+m1ofp/AbMAg=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:37,205 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-1f50275a-2550-49d2-bb73-6fccaf01ff30 2018-09-04 22:40:37,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:40:37,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:40:37,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e1af1492531a41afa6db3f754b4370d7", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:40:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c04912fc581a43478c2f7c8d3102f4f2", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-user", "id": "cabb8a8f640149ea85113e53063ef908"}, "audit_ids": ["SzO_SATTRKahAO8ahAM7TQ"], "issued_at": "2018-09-04T22:40:37.000000Z"}} 2018-09-04 22:40:37,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:37,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b939fd37-2dea-4cd4-93f3-c6171b0e6b46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:40:37,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b939fd37-2dea-4cd4-93f3-c6171b0e6b46 2018-09-04 22:40:37,686 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:40:37,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:37,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba5ed4c-2ca3-4afd-b09a-dc37ad219238 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:40:37,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dba5ed4c-2ca3-4afd-b09a-dc37ad219238 2018-09-04 22:40:37,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:38,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-47ec06d6-54a5-4f6b-83a5-feba4eaddf60 Date: Tue, 04 Sep 2018 22:40:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:38,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-47ec06d6-54a5-4f6b-83a5-feba4eaddf60 2018-09-04 22:40:38,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:40:38,378 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:40:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:40:38,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:38,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d2eb945-4b77-4e8a-9b02-4e05075d24b0 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:38,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-8d2eb945-4b77-4e8a-9b02-4e05075d24b0 2018-09-04 22:40:38,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:38,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f808ea6b-093c-4f03-9e68-45a62a4b234c Date: Tue, 04 Sep 2018 22:40:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:38,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-f808ea6b-093c-4f03-9e68-45a62a4b234c 2018-09-04 22:40:38,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6&mac_address=fa%3A16%3A3e%3Acc%3Abc%3A80&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:38,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-ced3e96a-6f46-464e-af2d-3ce81a13b013 Date: Tue, 04 Sep 2018 22:40:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.9"}],"id":"4e52b7c7-f94a-4868-a5b2-29d3ff6458d8","security_groups":["559a496e-36c2-43af-8802-173cb2406f4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:bc:80","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:19Z","binding:vnic_type":"normal","device_id":"a81ee4ed-4a6d-49c8-8b23-afc28e8833c0"}]} 2018-09-04 22:40:38,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6&mac_address=fa%3A16%3A3e%3Acc%3Abc%3A80&admin_state_up=True used request id req-ced3e96a-6f46-464e-af2d-3ce81a13b013 2018-09-04 22:40:38,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:38,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82da8e68-fab8-4f12-bd9b-3df4f110e9dc Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:38,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-82da8e68-fab8-4f12-bd9b-3df4f110e9dc 2018-09-04 22:40:38,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:39,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fa4dd2a-d894-42b5-8d47-66ed5fae0ebc x-compute-request-id: req-9fa4dd2a-d894-42b5-8d47-66ed5fae0ebc Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:bc:80", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a81ee4ed-4a6d-49c8-8b23-afc28e8833c0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a81ee4ed-4a6d-49c8-8b23-afc28e8833c0", "rel": "bookmark"}], "image": {"id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "links": [{"href": "http://172.30.9.26:8774/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-09-04T22:40:23.000000", "flavor": {"id": "1d70454d-f016-48bd-ba45-667408228000", "links": [{"href": "http://172.30.9.26:8774/flavors/1d70454d-f016-48bd-ba45-667408228000", "rel": "bookmark"}]}, "id": "a81ee4ed-4a6d-49c8-8b23-afc28e8833c0", "security_groups": [{"name": "default"}], "user_id": "cabb8a8f640149ea85113e53063ef908", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:40:24Z", "hostId": "5371f8cab6b9146ca1c0c8f8cef33a53c7b407469242b38da5fbe8df", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "created": "2018-09-04T22:40:17Z", "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:40:39,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2 used request id req-9fa4dd2a-d894-42b5-8d47-66ed5fae0ebc 2018-09-04 22:40:39,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:40,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-715d2e88-219b-4a1f-9ccb-7eb9a9282e03 Date: Tue, 04 Sep 2018 22:40:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:40,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-715d2e88-219b-4a1f-9ccb-7eb9a9282e03 2018-09-04 22:40:40,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:40,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1a99e716-85bd-4a1a-ad9c-cec987dbfdab Date: Tue, 04 Sep 2018 22:40:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:40,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-1a99e716-85bd-4a1a-ad9c-cec987dbfdab 2018-09-04 22:40:40,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:41,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-f5a4f15d-fa64-4f08-95dc-f53975501a65 Date: Tue, 04 Sep 2018 22:40:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.1"}],"id":"2566443d-21e0-40c4-8eff-d168d4213077","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:54:47","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:18Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.9"}],"id":"4e52b7c7-f94a-4868-a5b2-29d3ff6458d8","security_groups":["559a496e-36c2-43af-8802-173cb2406f4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:bc:80","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:19Z","binding:vnic_type":"normal","device_id":"a81ee4ed-4a6d-49c8-8b23-afc28e8833c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.2"}],"id":"4ef1084d-10e6-4efc-93db-7e91385b2803","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:1c:8e","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.6"}],"id":"9ba7b5af-c9e8-4b89-8085-bb585336195a","security_groups":["669bac73-56fa-4989-a343-a7e5bac4ec51"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:45:01","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal","device_id":"67025f49-6f7f-45bf-948a-b1d94b593a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.3"}],"id":"aee3af55-7ea9-4b0d-ba1f-e51c28a6c199","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:7a:1f","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.4"}],"id":"bcf9af8c-a690-4a4d-adc7-babe91c8f43a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:5f:3a","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"}]} 2018-09-04 22:40:41,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-f5a4f15d-fa64-4f08-95dc-f53975501a65 2018-09-04 22:40:41,094 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2 2018-09-04 22:40:41,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:41,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-c5004b26-f6c3-4889-b54b-0fc9dab400c6 Date: Tue, 04 Sep 2018 22:40:41 GMT RESP BODY: {"floatingips": [{"router_id": "380b4309-08a2-45ee-9668-9cc5e868e6ee", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "created_at": "2018-09-04T22:40:18Z", "updated_at": "2018-09-04T22:40:20Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "c04912fc581a43478c2f7c8d3102f4f2", "port_id": "9ba7b5af-c9e8-4b89-8085-bb585336195a", "id": "2362fbb9-54ef-473d-ac00-f7a53b75bb55"}]} 2018-09-04 22:40:41,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-c5004b26-f6c3-4889-b54b-0fc9dab400c6 2018-09-04 22:40:41,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/53b81f4f-a555-404e-8c59-2fcb0a6e18a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:41,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1ddb0e0-ef21-430d-a162-816cdcbefc0f x-compute-request-id: req-f1ddb0e0-ef21-430d-a162-816cdcbefc0f Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-flavor1-lfxokcesa6w4", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:40:41,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/53b81f4f-a555-404e-8c59-2fcb0a6e18a9 used request id req-f1ddb0e0-ef21-430d-a162-816cdcbefc0f 2018-09-04 22:40:41,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/7dc42f32-cf3d-4410-b5de-e0f2451612e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:41,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ba0f1e02-d989-4f56-98a2-25de9d485ff7 Date: Tue, 04 Sep 2018 22:40:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}} 2018-09-04 22:40:41,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/7dc42f32-cf3d-4410-b5de-e0f2451612e8 used request id req-ba0f1e02-d989-4f56-98a2-25de9d485ff7 2018-09-04 22:40:41,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:41,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-35962176-34bc-42b3-a9dc-cb19b9774d41 Date: Tue, 04 Sep 2018 22:40:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:41,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-35962176-34bc-42b3-a9dc-cb19b9774d41 2018-09-04 22:40:41,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:42,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1fac22c1-98d1-4550-9946-d54c85b2e9ab Date: Tue, 04 Sep 2018 22:40:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:42,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-1fac22c1-98d1-4550-9946-d54c85b2e9ab 2018-09-04 22:40:42,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:42,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a280e45f-b2b2-4635-bd6f-2daf642f634d Date: Tue, 04 Sep 2018 22:40:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:42,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-a280e45f-b2b2-4635-bd6f-2daf642f634d 2018-09-04 22:40:42,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:42,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95529af0-52b5-434f-aef8-629fed081742 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:42,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-95529af0-52b5-434f-aef8-629fed081742 2018-09-04 22:40:42,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:42,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9d7ac80b-ed7b-41df-b506-b720d4f90149 Date: Tue, 04 Sep 2018 22:40:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:42,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-9d7ac80b-ed7b-41df-b506-b720d4f90149 2018-09-04 22:40:42,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6&mac_address=fa%3A16%3A3e%3A15%3A45%3A01&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:42,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-b70db6d6-1c00-47a8-accd-138ed3c367be Date: Tue, 04 Sep 2018 22:40:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.6"}],"id":"9ba7b5af-c9e8-4b89-8085-bb585336195a","security_groups":["669bac73-56fa-4989-a343-a7e5bac4ec51"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:45:01","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal","device_id":"67025f49-6f7f-45bf-948a-b1d94b593a78"}]} 2018-09-04 22:40:42,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6&mac_address=fa%3A16%3A3e%3A15%3A45%3A01&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw&admin_state_up=True used request id req-b70db6d6-1c00-47a8-accd-138ed3c367be 2018-09-04 22:40:42,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:42,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c4f921-1718-44c0-a17f-0feb31b008f1 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:42,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-e6c4f921-1718-44c0-a17f-0feb31b008f1 2018-09-04 22:40:42,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:42,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-ba3bf1d6-294c-47ea-a164-14dd937bd0dc Date: Tue, 04 Sep 2018 22:40:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:42,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-ba3bf1d6-294c-47ea-a164-14dd937bd0dc 2018-09-04 22:40:42,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:42,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d626b18b-8c1a-406f-a17f-a10a99405bc5 Date: Tue, 04 Sep 2018 22:40:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:42,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-d626b18b-8c1a-406f-a17f-a10a99405bc5 2018-09-04 22:40:42,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:42,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-9b965f5c-3787-41e4-bc05-f2a2c16f6d91 Date: Tue, 04 Sep 2018 22:40:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.1"}],"id":"2566443d-21e0-40c4-8eff-d168d4213077","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:54:47","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:18Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.9"}],"id":"4e52b7c7-f94a-4868-a5b2-29d3ff6458d8","security_groups":["559a496e-36c2-43af-8802-173cb2406f4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:bc:80","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:19Z","binding:vnic_type":"normal","device_id":"a81ee4ed-4a6d-49c8-8b23-afc28e8833c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.2"}],"id":"4ef1084d-10e6-4efc-93db-7e91385b2803","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:1c:8e","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.6"}],"id":"9ba7b5af-c9e8-4b89-8085-bb585336195a","security_groups":["669bac73-56fa-4989-a343-a7e5bac4ec51"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:45:01","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal","device_id":"67025f49-6f7f-45bf-948a-b1d94b593a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.3"}],"id":"aee3af55-7ea9-4b0d-ba1f-e51c28a6c199","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:7a:1f","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.4"}],"id":"bcf9af8c-a690-4a4d-adc7-babe91c8f43a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:5f:3a","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"}]} 2018-09-04 22:40:42,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-9b965f5c-3787-41e4-bc05-f2a2c16f6d91 2018-09-04 22:40:42,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:42,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-ecc0f693-2745-449e-8c73-81689529294f Date: Tue, 04 Sep 2018 22:40:42 GMT RESP BODY: {"floatingips": [{"router_id": "380b4309-08a2-45ee-9668-9cc5e868e6ee", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "created_at": "2018-09-04T22:40:18Z", "updated_at": "2018-09-04T22:40:20Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "c04912fc581a43478c2f7c8d3102f4f2", "port_id": "9ba7b5af-c9e8-4b89-8085-bb585336195a", "id": "2362fbb9-54ef-473d-ac00-f7a53b75bb55"}]} 2018-09-04 22:40:42,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-ecc0f693-2745-449e-8c73-81689529294f 2018-09-04 22:40:42,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/380b4309-08a2-45ee-9668-9cc5e868e6ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:43,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-25c5ecc3-9064-4488-a8e7-a6d6a795914d Date: Tue, 04 Sep 2018 22:40:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "created_at": "2018-09-04T22:40:12Z", "admin_state_up": true, "updated_at": "2018-09-04T22:40:19Z", "project_id": "c04912fc581a43478c2f7c8d3102f4f2", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "380b4309-08a2-45ee-9668-9cc5e868e6ee", "name": "mgmt_router"}} 2018-09-04 22:40:43,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/380b4309-08a2-45ee-9668-9cc5e868e6ee used request id req-25c5ecc3-9064-4488-a8e7-a6d6a795914d 2018-09-04 22:40:43,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=380b4309-08a2-45ee-9668-9cc5e868e6ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:43,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4542 X-Openstack-Request-Id: req-115ba9e4-84a5-47cc-b61e-d4fa942a4dec Date: Tue, 04 Sep 2018 22:40:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:21Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a409b7e0-c40c-40fb-970c-1dd15e6a5627","ip_address":"169.254.192.6"}],"id":"218a5a51-9bbc-4ed6-bb0a-7451042145c2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ab:34:40","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c04912fc581a43478c2f7c8d3102f4f2","admin_state_up":true,"network_id":"50939247-64af-499e-a5af-52fc833ee11e","tenant_id":"","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.1"}],"id":"2566443d-21e0-40c4-8eff-d168d4213077","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:54:47","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:18Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:19Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a409b7e0-c40c-40fb-970c-1dd15e6a5627","ip_address":"169.254.192.4"}],"id":"74fb73c3-185c-4737-a14a-4a91474c9165","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:76:d6","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c04912fc581a43478c2f7c8d3102f4f2","admin_state_up":true,"network_id":"50939247-64af-499e-a5af-52fc833ee11e","tenant_id":"","created_at":"2018-09-04T22:40:14Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:33Z","device_owner":"network:router_gateway","revision_number":14,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.201"}],"id":"90623e15-8683-4eb0-adc2-92f9ffc335a0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:e7:ee","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:23Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a409b7e0-c40c-40fb-970c-1dd15e6a5627","ip_address":"169.254.192.2"}],"id":"9d684095-254d-461c-8ff2-e82fc6ba2d1f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:e7:8e","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c04912fc581a43478c2f7c8d3102f4f2","admin_state_up":true,"network_id":"50939247-64af-499e-a5af-52fc833ee11e","tenant_id":"","created_at":"2018-09-04T22:40:16Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"}]} 2018-09-04 22:40:43,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=380b4309-08a2-45ee-9668-9cc5e868e6ee used request id req-115ba9e4-84a5-47cc-b61e-d4fa942a4dec 2018-09-04 22:40:43,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:43,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bd7e2ddb-2055-4275-921b-c40f2308e143 Date: Tue, 04 Sep 2018 22:40:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 22:40:43,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-bd7e2ddb-2055-4275-921b-c40f2308e143 2018-09-04 22:40:43,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/a409b7e0-c40c-40fb-970c-1dd15e6a5627 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:43,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b21f303b-9b06-495b-afa8-2a3268e744a9 Date: Tue, 04 Sep 2018 22:40:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50939247-64af-499e-a5af-52fc833ee11e","tenant_id":"","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a409b7e0-c40c-40fb-970c-1dd15e6a5627","subnetpool_id":null,"name":"HA subnet tenant c04912fc581a43478c2f7c8d3102f4f2"}} 2018-09-04 22:40:43,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/a409b7e0-c40c-40fb-970c-1dd15e6a5627 used request id req-b21f303b-9b06-495b-afa8-2a3268e744a9 2018-09-04 22:40:43,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/a409b7e0-c40c-40fb-970c-1dd15e6a5627 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:43,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-487d0c93-7746-438d-9afd-ccc3fa80e7ab Date: Tue, 04 Sep 2018 22:40:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50939247-64af-499e-a5af-52fc833ee11e","tenant_id":"","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a409b7e0-c40c-40fb-970c-1dd15e6a5627","subnetpool_id":null,"name":"HA subnet tenant c04912fc581a43478c2f7c8d3102f4f2"}} 2018-09-04 22:40:43,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/a409b7e0-c40c-40fb-970c-1dd15e6a5627 used request id req-487d0c93-7746-438d-9afd-ccc3fa80e7ab 2018-09-04 22:40:43,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/a409b7e0-c40c-40fb-970c-1dd15e6a5627 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:43,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2062bf83-9979-419b-92a2-e73bd0c446a3 Date: Tue, 04 Sep 2018 22:40:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50939247-64af-499e-a5af-52fc833ee11e","tenant_id":"","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a409b7e0-c40c-40fb-970c-1dd15e6a5627","subnetpool_id":null,"name":"HA subnet tenant c04912fc581a43478c2f7c8d3102f4f2"}} 2018-09-04 22:40:43,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/a409b7e0-c40c-40fb-970c-1dd15e6a5627 used request id req-2062bf83-9979-419b-92a2-e73bd0c446a3 2018-09-04 22:40:43,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/7dc42f32-cf3d-4410-b5de-e0f2451612e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:43,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-f1027828-1506-4551-9dfc-b879921c9eaa Date: Tue, 04 Sep 2018 22:40:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}} 2018-09-04 22:40:43,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/7dc42f32-cf3d-4410-b5de-e0f2451612e8 used request id req-f1027828-1506-4551-9dfc-b879921c9eaa 2018-09-04 22:40:43,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports/9ba7b5af-c9e8-4b89-8085-bb585336195a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:43,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-ecfd02d3-8cce-4f95-a8ea-a6810f238af2 Date: Tue, 04 Sep 2018 22:40:43 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.6"}],"id":"9ba7b5af-c9e8-4b89-8085-bb585336195a","security_groups":["669bac73-56fa-4989-a343-a7e5bac4ec51"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:45:01","device_id":"67025f49-6f7f-45bf-948a-b1d94b593a78","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw","project_id":"c04912fc581a43478c2f7c8d3102f4f2","qos_policy_id":null,"admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal"}} 2018-09-04 22:40:43,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports/9ba7b5af-c9e8-4b89-8085-bb585336195a used request id req-ecfd02d3-8cce-4f95-a8ea-a6810f238af2 2018-09-04 22:40:43,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/7dc42f32-cf3d-4410-b5de-e0f2451612e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:43,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-dd23f921-e440-47b9-95e2-c5b01fd1c6ad Date: Tue, 04 Sep 2018 22:40:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}} 2018-09-04 22:40:43,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/7dc42f32-cf3d-4410-b5de-e0f2451612e8 used request id req-dd23f921-e440-47b9-95e2-c5b01fd1c6ad 2018-09-04 22:40:43,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:43,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-19a7fa6c-0114-419a-8880-76340f73b2e0 Date: Tue, 04 Sep 2018 22:40:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:39:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:40:01Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/snap", "metadata": {}}], "self": "/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "min_disk": 0, "protected": false, "id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "file": "/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c04912fc581a43478c2f7c8d3102f4f2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:40:43,776 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7 used request id req-19a7fa6c-0114-419a-8880-76340f73b2e0 2018-09-04 22:40:43,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:43,970 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:43 GMT Server: Apache x-openstack-request-id: req-18a29145-b9e3-4fd9-807e-c230078ccc0c Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:44,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:43 GMT Server: Apache x-openstack-request-id: req-f9f799de-d7a1-4c13-8eea-26d4c1715971 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAnwSjlpUdsaHQklkJXwGIQsSjG9JI4qjTjmh4NTbd0e7EK5rh\nsPGwa0F8FSWLkMNOpEPj0Ez6u/3pbkNd0RyVhJPbPhGeAvW/vg1b5vIaW4umNQui\nEdEFGBgQ0BSPvF7Hs4ZuT43KaP4VFwdValXLPXH+vwXYavtwWSYjs5SZW5tUapgq\nX3oLs5lgteM3gMau3YeVpN8bzWmDU5ka77GlVTRczXxK75FPlsmTJTJh7FteCtZx\nnBl2fY+zHMxGfG/8MvuPEXicfvm5/j+OLWiQ5LYkDHFZZC6r6QzkpmmBoJiMSrLB\nmsMA7PppGg4XKi/lA8IwiFamPsj9DUvqlEg8HQIDAQABAoIBAQCNgmJVsdNf7SEf\n604Ultd8m2KPcp3b3uONGljG+lGB7ZnzN/xaK2qUuAzFAMlnhPap5aSJDMggnX+q\n2RZW7bn85ls3rBPSjIEajubW6WIdT3QURorukfSXkWr80R9sQWgz0ZC/CO40as+3\n05Xmb/zSbGyH75q88Y70NqWUvMuQoY3QUrThxNTSeFvK9OYOHxBxKQClzsK2+tjv\n73cnmjXt7Zt+hjw4vlT2WzQrmTGjpc5kYEHet7pRcRz7vcpk1caPBkH8yt/dmRsR\ng38ekQprwC0VHLTO13NiaFD8bLQZ5l7r1l931LR+ioeTjxaE19hwNnxCeOY2tme0\niy/l8s7dAoGBAM8DytV2OrfVtJV/oplXFCCqtnyLr7svsIK63T/7FbLnh12y3iGd\nGkEYXHPfqYWwqf9neogJpQXO1A2OV1Q7D2uCQv289C3tQfvKphz6MsHybvS5WREg\naC8LlPp/llfEReunDDn++jBMyIgdfXsZngCV9fqs2a7RcchFoxoOWyhrAoGBAMSl\nYYHSiHDfCwDUCelUHfkK1dSs+kwa6KIWVmr/I1I6iAa6W3bOQDupxZcXuEUtkwMA\ni5XuJzusmQm7+Pf8PemqldMjJjMbYsAktS05VlSKrunygT1t1rpYVhHkFFmDyNQn\nTJDKXFO4smlisCS5K0F7TNV0k1z1O4GwRcx1N2+XAoGBALeB5hjpkE2L/GOV3B5P\n6cC3c8Ld1K57LN4GJcDko6yOvxlZSL3FVROlM7dn6g9ftqJ4KU9UNVv7p1BJALLj\nE906gIYLLO1VZ2t7jVsck0gHz0HS19htwM0LWEniNfShQVYPI7B5jXCpcA3xDl3E\nLKLaTE2lUeY9Nb7RtC6R0U73AoGBAKT8xQSxaXyaBpdZUD+OLd+nsaTQxOhZo1lr\nOHJpQm9ZYIuUi+zwO4BTfs64Pgj8pd3c9UCEIjK1K2m5ZrhZ0HBeiXougXxbu8zO\nf5xEASTJftwWdUze/Uw3lW9JV7GLGlK17k2FG1W7HyXAgV0uZxZ3pw1o08MolhbH\nmKhkqHBdAoGAB2RzDzr8il29pDwOsL7DM3MfSN77bCVX1iK+Lpqf1s6QtbjfRfpP\nFCMtROUyKIkKiYOVMu9QFhVCOP0WywTQJkT7/hBVXkpttI0G7rp0pI2b1kPdY4jo\nICzx+Iqe4rNIlG2b9KWVqpCuC9MvmqvXXIvKP1rlpvn+m1ofp/AbMAg=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:44,144 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-f9f799de-d7a1-4c13-8eea-26d4c1715971 2018-09-04 22:40:44,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:40:44,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:40:44,530 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e1af1492531a41afa6db3f754b4370d7", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:40:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c04912fc581a43478c2f7c8d3102f4f2", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c04912fc581a43478c2f7c8d3102f4f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-user", "id": "cabb8a8f640149ea85113e53063ef908"}, "audit_ids": ["QHI_jf6OROmvbCC3nQpoIw"], "issued_at": "2018-09-04T22:40:44.000000Z"}} 2018-09-04 22:40:44,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:44,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfffd7ca-7d29-4834-adf0-a34b7ca5f03d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:40:44,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bfffd7ca-7d29-4834-adf0-a34b7ca5f03d 2018-09-04 22:40:44,628 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:40:44,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:44,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-555e3185-ae57-4eac-b583-2d2c5ec1067e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:40:44,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-555e3185-ae57-4eac-b583-2d2c5ec1067e 2018-09-04 22:40:44,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:45,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-4a9bb581-ec6d-4c4d-a90c-f3562b77a196 Date: Tue, 04 Sep 2018 22:40:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:45,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-4a9bb581-ec6d-4c4d-a90c-f3562b77a196 2018-09-04 22:40:45,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:40:45,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:40:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:40:45,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:45,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97f2dcbe-478e-41a1-b32b-9ae0c629cf26 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:45,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-97f2dcbe-478e-41a1-b32b-9ae0c629cf26 2018-09-04 22:40:45,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:45,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c01def4a-ddc8-4185-9567-9360465945bc Date: Tue, 04 Sep 2018 22:40:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:45,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-c01def4a-ddc8-4185-9567-9360465945bc 2018-09-04 22:40:45,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6&mac_address=fa%3A16%3A3e%3A15%3A45%3A01&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:45,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-3e29c58d-ba3b-48fb-9a64-895e8e9cecb6 Date: Tue, 04 Sep 2018 22:40:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.6"}],"id":"9ba7b5af-c9e8-4b89-8085-bb585336195a","security_groups":["669bac73-56fa-4989-a343-a7e5bac4ec51"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:45:01","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal","device_id":"67025f49-6f7f-45bf-948a-b1d94b593a78"}]} 2018-09-04 22:40:45,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6&mac_address=fa%3A16%3A3e%3A15%3A45%3A01&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw&admin_state_up=True used request id req-3e29c58d-ba3b-48fb-9a64-895e8e9cecb6 2018-09-04 22:40:45,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:45,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-839ab1c5-6ce8-4ad7-991a-da6110136c7b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:45,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-839ab1c5-6ce8-4ad7-991a-da6110136c7b 2018-09-04 22:40:45,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:47,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21610fcb-9a5e-46c0-9c5d-46fe28e12f96 x-compute-request-id: req-21610fcb-9a5e-46c0-9c5d-46fe28e12f96 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:45:01", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:45:01", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/67025f49-6f7f-45bf-948a-b1d94b593a78", "rel": "bookmark"}], "image": {"id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "links": [{"href": "http://172.30.9.26:8774/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-09-04T22:40:28.000000", "flavor": {"id": "53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "links": [{"href": "http://172.30.9.26:8774/flavors/53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "rel": "bookmark"}]}, "id": "67025f49-6f7f-45bf-948a-b1d94b593a78", "security_groups": [{"name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp"}], "user_id": "cabb8a8f640149ea85113e53063ef908", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:40:29Z", "hostId": "0cc66cebd73f3915425096126a1a5d6437b85cd5603d211e2e2db69a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "created": "2018-09-04T22:40:21Z", "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:40:47,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1 used request id req-21610fcb-9a5e-46c0-9c5d-46fe28e12f96 2018-09-04 22:40:47,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:47,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-f95d93c1-9f08-4cd9-bc52-4746c48ccbc6 Date: Tue, 04 Sep 2018 22:40:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:47,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-f95d93c1-9f08-4cd9-bc52-4746c48ccbc6 2018-09-04 22:40:47,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:47,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5dbafbfd-5016-4d47-bd71-9c5902ab1828 Date: Tue, 04 Sep 2018 22:40:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:47,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-5dbafbfd-5016-4d47-bd71-9c5902ab1828 2018-09-04 22:40:47,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:47,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-43e1074b-a144-48b0-9a5e-495cf9d9dd83 Date: Tue, 04 Sep 2018 22:40:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.1"}],"id":"2566443d-21e0-40c4-8eff-d168d4213077","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:54:47","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:18Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.9"}],"id":"4e52b7c7-f94a-4868-a5b2-29d3ff6458d8","security_groups":["559a496e-36c2-43af-8802-173cb2406f4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:bc:80","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:19Z","binding:vnic_type":"normal","device_id":"a81ee4ed-4a6d-49c8-8b23-afc28e8833c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.2"}],"id":"4ef1084d-10e6-4efc-93db-7e91385b2803","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:1c:8e","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.6"}],"id":"9ba7b5af-c9e8-4b89-8085-bb585336195a","security_groups":["669bac73-56fa-4989-a343-a7e5bac4ec51"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:45:01","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal","device_id":"67025f49-6f7f-45bf-948a-b1d94b593a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.3"}],"id":"aee3af55-7ea9-4b0d-ba1f-e51c28a6c199","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:7a:1f","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.4"}],"id":"bcf9af8c-a690-4a4d-adc7-babe91c8f43a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:5f:3a","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"}]} 2018-09-04 22:40:47,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-43e1074b-a144-48b0-9a5e-495cf9d9dd83 2018-09-04 22:40:47,574 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1 2018-09-04 22:40:47,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:47,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-455eb99d-db4d-4b3e-8d71-0fe91b711223 Date: Tue, 04 Sep 2018 22:40:47 GMT RESP BODY: {"floatingips": [{"router_id": "380b4309-08a2-45ee-9668-9cc5e868e6ee", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "created_at": "2018-09-04T22:40:18Z", "updated_at": "2018-09-04T22:40:20Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "c04912fc581a43478c2f7c8d3102f4f2", "port_id": "9ba7b5af-c9e8-4b89-8085-bb585336195a", "id": "2362fbb9-54ef-473d-ac00-f7a53b75bb55"}]} 2018-09-04 22:40:47,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-455eb99d-db4d-4b3e-8d71-0fe91b711223 2018-09-04 22:40:47,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/a81ee4ed-4a6d-49c8-8b23-afc28e8833c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:48,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-491ee1be-4b8d-4684-a176-d34a15091e73 x-compute-request-id: req-491ee1be-4b8d-4684-a176-d34a15091e73 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:bc:80", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/a81ee4ed-4a6d-49c8-8b23-afc28e8833c0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/a81ee4ed-4a6d-49c8-8b23-afc28e8833c0", "rel": "bookmark"}], "image": {"id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "links": [{"href": "http://172.30.9.26:8774/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-09-04T22:40:23.000000", "flavor": {"id": "1d70454d-f016-48bd-ba45-667408228000", "links": [{"href": "http://172.30.9.26:8774/flavors/1d70454d-f016-48bd-ba45-667408228000", "rel": "bookmark"}]}, "id": "a81ee4ed-4a6d-49c8-8b23-afc28e8833c0", "security_groups": [{"name": "default"}], "user_id": "cabb8a8f640149ea85113e53063ef908", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:40:24Z", "hostId": "5371f8cab6b9146ca1c0c8f8cef33a53c7b407469242b38da5fbe8df", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "created": "2018-09-04T22:40:17Z", "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:40:48,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/a81ee4ed-4a6d-49c8-8b23-afc28e8833c0 used request id req-491ee1be-4b8d-4684-a176-d34a15091e73 2018-09-04 22:40:48,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:48,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-45a62c0c-f28f-4fc7-896c-5e361a92bf0b Date: Tue, 04 Sep 2018 22:40:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:48,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-45a62c0c-f28f-4fc7-896c-5e361a92bf0b 2018-09-04 22:40:48,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:48,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68155e5a-be92-4559-a02b-96bc1a16f739 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:48,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-68155e5a-be92-4559-a02b-96bc1a16f739 2018-09-04 22:40:48,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:48,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-37444c8c-204f-4d0a-824b-64b4ddfb655d Date: Tue, 04 Sep 2018 22:40:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:48,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-37444c8c-204f-4d0a-824b-64b4ddfb655d 2018-09-04 22:40:48,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa29829a818c47fad36aa2a40466f5fe24844d84" 2018-09-04 22:40:48,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-ef80c39c-dd17-4479-b9cf-6e036ae9cafa Date: Tue, 04 Sep 2018 22:40:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.1"}],"id":"2566443d-21e0-40c4-8eff-d168d4213077","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:54:47","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:18Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.9"}],"id":"4e52b7c7-f94a-4868-a5b2-29d3ff6458d8","security_groups":["559a496e-36c2-43af-8802-173cb2406f4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:bc:80","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:19Z","binding:vnic_type":"normal","device_id":"a81ee4ed-4a6d-49c8-8b23-afc28e8833c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.2"}],"id":"4ef1084d-10e6-4efc-93db-7e91385b2803","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:1c:8e","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.6"}],"id":"9ba7b5af-c9e8-4b89-8085-bb585336195a","security_groups":["669bac73-56fa-4989-a343-a7e5bac4ec51"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:45:01","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal","device_id":"67025f49-6f7f-45bf-948a-b1d94b593a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.3"}],"id":"aee3af55-7ea9-4b0d-ba1f-e51c28a6c199","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:7a:1f","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.4"}],"id":"bcf9af8c-a690-4a4d-adc7-babe91c8f43a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:5f:3a","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"}]} 2018-09-04 22:40:48,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-ef80c39c-dd17-4479-b9cf-6e036ae9cafa 2018-09-04 22:40:48,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:49,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-336fafe2-4750-49f5-b36d-adfa32774da2 x-compute-request-id: req-336fafe2-4750-49f5-b36d-adfa32774da2 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:45:01", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:45:01", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/67025f49-6f7f-45bf-948a-b1d94b593a78", "rel": "bookmark"}], "image": {"id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "links": [{"href": "http://172.30.9.26:8774/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-09-04T22:40:28.000000", "flavor": {"id": "53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "links": [{"href": "http://172.30.9.26:8774/flavors/53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "rel": "bookmark"}]}, "id": "67025f49-6f7f-45bf-948a-b1d94b593a78", "security_groups": [{"name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp"}], "user_id": "cabb8a8f640149ea85113e53063ef908", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:40:29Z", "hostId": "0cc66cebd73f3915425096126a1a5d6437b85cd5603d211e2e2db69a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "created": "2018-09-04T22:40:21Z", "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:40:49,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78 used request id req-336fafe2-4750-49f5-b36d-adfa32774da2 2018-09-04 22:40:49,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:49,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0eeb3b5b-cf87-4337-9630-7bd0a20d48a1 Date: Tue, 04 Sep 2018 22:40:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:49,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-0eeb3b5b-cf87-4337-9630-7bd0a20d48a1 2018-09-04 22:40:49,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:49,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fcfbac2-14eb-4f0c-8e8b-d995267bd2dc Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:49,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-4fcfbac2-14eb-4f0c-8e8b-d995267bd2dc 2018-09-04 22:40:49,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:49,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-92ce983d-4149-4657-a11c-8fc706128cb3 Date: Tue, 04 Sep 2018 22:40:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:49,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-92ce983d-4149-4657-a11c-8fc706128cb3 2018-09-04 22:40:49,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:50,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-851e9fd7-0573-4f1d-a144-b39569ae922f Date: Tue, 04 Sep 2018 22:40:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.1"}],"id":"2566443d-21e0-40c4-8eff-d168d4213077","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:54:47","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:18Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.9"}],"id":"4e52b7c7-f94a-4868-a5b2-29d3ff6458d8","security_groups":["559a496e-36c2-43af-8802-173cb2406f4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:bc:80","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:19Z","binding:vnic_type":"normal","device_id":"a81ee4ed-4a6d-49c8-8b23-afc28e8833c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.2"}],"id":"4ef1084d-10e6-4efc-93db-7e91385b2803","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:1c:8e","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.6"}],"id":"9ba7b5af-c9e8-4b89-8085-bb585336195a","security_groups":["669bac73-56fa-4989-a343-a7e5bac4ec51"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:45:01","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal","device_id":"67025f49-6f7f-45bf-948a-b1d94b593a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.3"}],"id":"aee3af55-7ea9-4b0d-ba1f-e51c28a6c199","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:7a:1f","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.4"}],"id":"bcf9af8c-a690-4a4d-adc7-babe91c8f43a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:5f:3a","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"}]} 2018-09-04 22:40:50,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-851e9fd7-0573-4f1d-a144-b39569ae922f 2018-09-04 22:40:50,177 - create_instance - INFO - Checking if VM is active 2018-09-04 22:40:50,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:50,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fd31ff1-0108-4066-bb1b-11982c85f282 x-compute-request-id: req-7fd31ff1-0108-4066-bb1b-11982c85f282 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:45:01", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:45:01", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/67025f49-6f7f-45bf-948a-b1d94b593a78", "rel": "bookmark"}], "image": {"id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "links": [{"href": "http://172.30.9.26:8774/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-09-04T22:40:28.000000", "flavor": {"id": "53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "links": [{"href": "http://172.30.9.26:8774/flavors/53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "rel": "bookmark"}]}, "id": "67025f49-6f7f-45bf-948a-b1d94b593a78", "security_groups": [{"name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp"}], "user_id": "cabb8a8f640149ea85113e53063ef908", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:40:29Z", "hostId": "0cc66cebd73f3915425096126a1a5d6437b85cd5603d211e2e2db69a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "created": "2018-09-04T22:40:21Z", "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:40:50,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78 used request id req-7fd31ff1-0108-4066-bb1b-11982c85f282 2018-09-04 22:40:50,760 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1] is - ACTIVE 2018-09-04 22:40:50,761 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:40:50,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:51,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2710c121-8d1c-4972-9315-14b4a4e18cdb x-compute-request-id: req-2710c121-8d1c-4972-9315-14b4a4e18cdb Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:45:01", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:45:01", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/67025f49-6f7f-45bf-948a-b1d94b593a78", "rel": "bookmark"}], "image": {"id": "eb6d5f3e-54ed-4998-b601-43c539f52cf7", "links": [{"href": "http://172.30.9.26:8774/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-09-04T22:40:28.000000", "flavor": {"id": "53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "links": [{"href": "http://172.30.9.26:8774/flavors/53b81f4f-a555-404e-8c59-2fcb0a6e18a9", "rel": "bookmark"}]}, "id": "67025f49-6f7f-45bf-948a-b1d94b593a78", "security_groups": [{"name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp"}], "user_id": "cabb8a8f640149ea85113e53063ef908", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:40:29Z", "hostId": "0cc66cebd73f3915425096126a1a5d6437b85cd5603d211e2e2db69a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "created": "2018-09-04T22:40:21Z", "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:40:51,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/67025f49-6f7f-45bf-948a-b1d94b593a78 used request id req-2710c121-8d1c-4972-9315-14b4a4e18cdb 2018-09-04 22:40:51,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:51,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-50681b05-60e7-4015-b251-5902e6ff8941 Date: Tue, 04 Sep 2018 22:40:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","subnets":["7dc42f32-cf3d-4410-b5de-e0f2451612e8"],"description":"","tags":[],"updated_at":"2018-09-04T22:40:12Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net","admin_state_up":true,"tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:10Z","provider:network_type":"vxlan"}]} 2018-09-04 22:40:51,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net used request id req-50681b05-60e7-4015-b251-5902e6ff8941 2018-09-04 22:40:51,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:51,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e381efeb-5a99-422e-a585-c7c9ccde8e55 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:40:51,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-e381efeb-5a99-422e-a585-c7c9ccde8e55 2018-09-04 22:40:51,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:51,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e6861c14-c811-4a30-b6a1-be802a8252b3 Date: Tue, 04 Sep 2018 22:40:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:12Z","dns_nameservers":[],"updated_at":"2018-09-04T22:40:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c04912fc581a43478c2f7c8d3102f4f2","id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet"}]} 2018-09-04 22:40:51,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-e6861c14-c811-4a30-b6a1-be802a8252b3 2018-09-04 22:40:51,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d64f1479f91c2588034338908cde617b7660a94" 2018-09-04 22:40:51,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-9c1c9ebb-205e-4632-9c69-99d7c3c01738 Date: Tue, 04 Sep 2018 22:40:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.1"}],"id":"2566443d-21e0-40c4-8eff-d168d4213077","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:54:47","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:18Z","binding:vnic_type":"normal","device_id":"380b4309-08a2-45ee-9668-9cc5e868e6ee"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.9"}],"id":"4e52b7c7-f94a-4868-a5b2-29d3ff6458d8","security_groups":["559a496e-36c2-43af-8802-173cb2406f4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:bc:80","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:19Z","binding:vnic_type":"normal","device_id":"a81ee4ed-4a6d-49c8-8b23-afc28e8833c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.2"}],"id":"4ef1084d-10e6-4efc-93db-7e91385b2803","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:1c:8e","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.6"}],"id":"9ba7b5af-c9e8-4b89-8085-bb585336195a","security_groups":["669bac73-56fa-4989-a343-a7e5bac4ec51"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:45:01","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack-port1-wwayvf7erpzw","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:15Z","binding:vnic_type":"normal","device_id":"67025f49-6f7f-45bf-948a-b1d94b593a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.3"}],"id":"aee3af55-7ea9-4b0d-ba1f-e51c28a6c199","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:7a:1f","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:40:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7dc42f32-cf3d-4410-b5de-e0f2451612e8","ip_address":"10.1.2.4"}],"id":"bcf9af8c-a690-4a4d-adc7-babe91c8f43a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:5f:3a","project_id":"c04912fc581a43478c2f7c8d3102f4f2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c229ea98-b7d1-44d2-86f1-8c03f86ebdb6","tenant_id":"c04912fc581a43478c2f7c8d3102f4f2","created_at":"2018-09-04T22:40:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c229ea98-b7d1-44d2-86f1-8c03f86ebdb6"}]} 2018-09-04 22:40:51,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=c229ea98-b7d1-44d2-86f1-8c03f86ebdb6 used request id req-9c1c9ebb-205e-4632-9c69-99d7c3c01738 2018-09-04 22:40:51,793 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:40:51,796 - paramiko.transport - DEBUG - starting thread (client mode): 0x277566d0L 2018-09-04 22:40:51,796 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:40:51,797 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:40:51,797 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:40:51,798 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:40:51,799 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:40:51,799 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:40:51,799 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:40:51,799 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:40:51,799 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:40:51,817 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:40:51,817 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:40:51,829 - paramiko.transport - DEBUG - Trying key 3881482f3c081a06caa6ebab6e07bead from 13d62022-4505-40b6-9798-7d5ff495f2e8 2018-09-04 22:40:51,853 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:40:51,860 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:40:51,960 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:40:51,975 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:40:51,975 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:40:51,977 - paramiko.transport - DEBUG - starting thread (client mode): 0x27681490L 2018-09-04 22:40:51,977 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:40:51,977 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:40:51,977 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:40:51,979 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:40:51,979 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:40:51,979 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:40:51,979 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:40:51,979 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:40:51,979 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:40:51,996 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:40:51,997 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:40:52,009 - paramiko.transport - DEBUG - Trying key 3881482f3c081a06caa6ebab6e07bead from 13d62022-4505-40b6-9798-7d5ff495f2e8 2018-09-04 22:40:52,033 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:40:52,040 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:40:52,041 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:40:52,042 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 22:40:52,043 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:40:52,047 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:40:52,050 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack 2018-09-04 22:40:52,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:52,082 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:52 GMT Server: Apache x-openstack-request-id: req-2b34d65c-ddf4-4252-950a-1833da417288 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:52,206 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:40:52 GMT Server: Apache x-openstack-request-id: req-892f7c32-b81d-4acf-bb40-dccd7e9554c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:40:52,206 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-892f7c32-b81d-4acf-bb40-dccd7e9554c9 2018-09-04 22:40:52,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:52,237 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:52 GMT Server: Apache x-openstack-request-id: req-df3b8880-6740-4f14-b9e2-d860ba972530 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:52,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:52 GMT Server: Apache x-openstack-request-id: req-6bb20eb0-3c06-44f1-b634-f78d7fa16ca4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "tags": null, "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:40:52Z", "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:52,423 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-6bb20eb0-3c06-44f1-b634-f78d7fa16ca4 2018-09-04 22:40:52,424 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:40:52,424 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:40:55,427 - create_stack - DEBUG - Stack status query timeout in 1196.77908802 2018-09-04 22:40:55,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:55,618 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:55 GMT Server: Apache x-openstack-request-id: req-b406a313-a236-4c8e-8149-991817731cb4 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:55,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:55 GMT Server: Apache x-openstack-request-id: req-f6a999b5-1a4d-4ec7-9db3-7f2d39428e8f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "tags": null, "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:40:52Z", "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:55,662 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-f6a999b5-1a4d-4ec7-9db3-7f2d39428e8f 2018-09-04 22:40:55,663 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:40:55,663 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:40:58,666 - create_stack - DEBUG - Stack status query timeout in 1193.54009795 2018-09-04 22:40:58,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:40:58,892 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:40:58 GMT Server: Apache x-openstack-request-id: req-624facfe-3e62-4eef-a608-8fd9f14686fc Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:40:58,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:40:58 GMT Server: Apache x-openstack-request-id: req-6fbf55c1-fc90-4864-bcbd-79d6a9ec41e5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "tags": null, "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:40:52Z", "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:40:58,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-6fbf55c1-fc90-4864-bcbd-79d6a9ec41e5 2018-09-04 22:40:58,919 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:40:58,919 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:41:01,922 - create_stack - DEBUG - Stack status query timeout in 1190.28444886 2018-09-04 22:41:01,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:41:01,952 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:01 GMT Server: Apache x-openstack-request-id: req-aba1df28-c432-4827-8093-b4b77b1f6fee Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:01,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:01 GMT Server: Apache x-openstack-request-id: req-97a9fc7a-ae1f-427d-8145-17dcac30f7a3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 691 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor2", "OS::project_id": "c04912fc581a43478c2f7c8d3102f4f2", "OS::stack_id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-kp", "security_group_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-subnet", "net_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst2", "inst1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-inst1", "image2_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image", "flavor1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-flavor1", "image1_name": "CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image"}, "deletion_time": "2018-09-04T22:41:01Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack", "stack_user_project_id": "e8c284c35f3d43edbfccc10406c1b254", "tags": null, "creation_time": "2018-09-04T22:40:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:40:52Z", "id": "c41f128c-b532-4e5a-a7d1-753aaae09150", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:41:01,997 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-97a9fc7a-ae1f-427d-8145-17dcac30f7a3 2018-09-04 22:41:01,997 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:41:01,997 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack 2018-09-04 22:41:01,997 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack 2018-09-04 22:41:02,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/c41f128c-b532-4e5a-a7d1-753aaae09150 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f9cd4da9068de421ab78520f2eba62100a6b7f" 2018-09-04 22:41:02,027 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:02 GMT Server: Apache x-openstack-request-id: req-1bec36b1-51fc-4557-bb00-8594b1250f61 Location: http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:02,053 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:41:02 GMT Server: Apache x-openstack-request-id: req-d72de42e-2804-4bfa-a719-d78b164e165d Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:41:02,053 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/c04912fc581a43478c2f7c8d3102f4f2/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-stack/c41f128c-b532-4e5a-a7d1-753aaae09150 used request id req-d72de42e-2804-4bfa-a719-d78b164e165d 2018-09-04 22:41:02,055 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-a837846f-b00f-43db-8e27-e4d14867a706-image 2018-09-04 22:41:02,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9dfc9bd0d629693baab9cb7e17f51d133e672683" 2018-09-04 22:41:02,857 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d818e622-88b7-49f0-a567-f06b92285b4b Date: Tue, 04 Sep 2018 22:41:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:41:02,857 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/eb6d5f3e-54ed-4998-b601-43c539f52cf7 used request id req-d818e622-88b7-49f0-a567-f06b92285b4b 2018-09-04 22:41:02,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:03,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-bc4c6a39-2edd-4727-9c50-7a8be4fbf042 Date: Tue, 04 Sep 2018 22:41:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "created_at": "2018-09-04T22:40:10Z", "updated_at": "2018-09-04T22:40:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:40:10Z", "revision_number": 0, "id": "86a055e5-a898-47e4-8b80-f2900e2afad4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:40:10Z", "security_group_id": "559a496e-36c2-43af-8802-173cb2406f4c", "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "c04912fc581a43478c2f7c8d3102f4f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:40:10Z", "revision_number": 0, "id": "8c867860-79cf-4184-959a-21a9711a2c7c", "remote_group_id": "559a496e-36c2-43af-8802-173cb2406f4c", "remote_ip_prefix": null, "created_at": "2018-09-04T22:40:10Z", "security_group_id": "559a496e-36c2-43af-8802-173cb2406f4c", "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "c04912fc581a43478c2f7c8d3102f4f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:40:10Z", "revision_number": 0, "id": "d15da366-fe21-4159-b2e1-86eccdc4416d", "remote_group_id": "559a496e-36c2-43af-8802-173cb2406f4c", "remote_ip_prefix": null, "created_at": "2018-09-04T22:40:10Z", "security_group_id": "559a496e-36c2-43af-8802-173cb2406f4c", "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "c04912fc581a43478c2f7c8d3102f4f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:40:10Z", "revision_number": 0, "id": "f01c29cc-6302-46f0-a6b3-69a97d1f7340", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:40:10Z", "security_group_id": "559a496e-36c2-43af-8802-173cb2406f4c", "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "c04912fc581a43478c2f7c8d3102f4f2"}], "revision_number": 4, "project_id": "c04912fc581a43478c2f7c8d3102f4f2", "id": "559a496e-36c2-43af-8802-173cb2406f4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:41:03,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-bc4c6a39-2edd-4727-9c50-7a8be4fbf042 2018-09-04 22:41:03,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:03,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d37ab3f-25ef-4ef4-aa88-3491633567d2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:41:03,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-4d37ab3f-25ef-4ef4-aa88-3491633567d2 2018-09-04 22:41:03,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:03,291 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:41:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e37e5dd4-a1f8-4835-9ce8-816a67388372 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:41:03,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-e37e5dd4-a1f8-4835-9ce8-816a67388372 2018-09-04 22:41:03,291 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:41:03,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:03,388 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:41:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd6b4b1c-7791-442c-ac14-f03677f7ea2e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:41:03,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-bd6b4b1c-7791-442c-ac14-f03677f7ea2e 2018-09-04 22:41:03,389 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:41:03,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:03,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d6a5871-eaf3-43d4-ac19-e3117fae0b15 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:41:03,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-5d6a5871-eaf3-43d4-ac19-e3117fae0b15 2018-09-04 22:41:03,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:03,573 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:41:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34c5418c-08c6-4fc6-8532-1dcc4383ffbc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:41:03,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-34c5418c-08c6-4fc6-8532-1dcc4383ffbc 2018-09-04 22:41:03,574 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:41:03,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:03,672 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:41:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fd7fa35-1564-42f3-b3b7-8d9867c076e6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:41:03,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-5fd7fa35-1564-42f3-b3b7-8d9867c076e6 2018-09-04 22:41:03,672 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:41:03,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:03,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1bce0db-6f23-4cda-9193-d0ee5ca1ecf4 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2"}, "enabled": true, "id": "c04912fc581a43478c2f7c8d3102f4f2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj"}} 2018-09-04 22:41:03,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-c1bce0db-6f23-4cda-9193-d0ee5ca1ecf4 2018-09-04 22:41:03,758 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 559a496e-36c2-43af-8802-173cb2406f4c 2018-09-04 22:41:03,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=559a496e-36c2-43af-8802-173cb2406f4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:03,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5c7bf0e0-a69c-4945-9a8e-15e8a7de24d2 Date: Tue, 04 Sep 2018 22:41:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:40:10Z", "security_group_id": "559a496e-36c2-43af-8802-173cb2406f4c", "port_range_min": null, "revision_number": 0, "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "created_at": "2018-09-04T22:40:10Z", "project_id": "c04912fc581a43478c2f7c8d3102f4f2", "id": "86a055e5-a898-47e4-8b80-f2900e2afad4"}, {"remote_group_id": "559a496e-36c2-43af-8802-173cb2406f4c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:40:10Z", "security_group_id": "559a496e-36c2-43af-8802-173cb2406f4c", "port_range_min": null, "revision_number": 0, "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "created_at": "2018-09-04T22:40:10Z", "project_id": "c04912fc581a43478c2f7c8d3102f4f2", "id": "8c867860-79cf-4184-959a-21a9711a2c7c"}, {"remote_group_id": "559a496e-36c2-43af-8802-173cb2406f4c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:40:10Z", "security_group_id": "559a496e-36c2-43af-8802-173cb2406f4c", "port_range_min": null, "revision_number": 0, "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "created_at": "2018-09-04T22:40:10Z", "project_id": "c04912fc581a43478c2f7c8d3102f4f2", "id": "d15da366-fe21-4159-b2e1-86eccdc4416d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:40:10Z", "security_group_id": "559a496e-36c2-43af-8802-173cb2406f4c", "port_range_min": null, "revision_number": 0, "tenant_id": "c04912fc581a43478c2f7c8d3102f4f2", "created_at": "2018-09-04T22:40:10Z", "project_id": "c04912fc581a43478c2f7c8d3102f4f2", "id": "f01c29cc-6302-46f0-a6b3-69a97d1f7340"}]} 2018-09-04 22:41:03,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=559a496e-36c2-43af-8802-173cb2406f4c used request id req-5c7bf0e0-a69c-4945-9a8e-15e8a7de24d2 2018-09-04 22:41:03,932 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:41:03,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/559a496e-36c2-43af-8802-173cb2406f4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:04,274 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0371288b-f6b8-4588-bda5-ee5f815ff26d Content-Length: 0 Date: Tue, 04 Sep 2018 22:41:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:41:04,275 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/559a496e-36c2-43af-8802-173cb2406f4c used request id req-0371288b-f6b8-4588-bda5-ee5f815ff26d 2018-09-04 22:41:04,275 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj 2018-09-04 22:41:04,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:04,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:41:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e88e673-ad01-4bd0-bb84-acf10dbb7d3a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:41:04,531 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/c04912fc581a43478c2f7c8d3102f4f2 used request id req-4e88e673-ad01-4bd0-bb84-acf10dbb7d3a 2018-09-04 22:41:04,531 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-f9b0ff74-580c-4ce-proj-role 2018-09-04 22:41:04,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/e1af1492531a41afa6db3f754b4370d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:04,654 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:41:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ea8de0e-4e3d-44f0-bdb5-555271a7db1f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:41:04,654 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/e1af1492531a41afa6db3f754b4370d7 used request id req-1ea8de0e-4e3d-44f0-bdb5-555271a7db1f 2018-09-04 22:41:04,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f22a86379b584586f1fae1a8104edafec0fc73" 2018-09-04 22:41:04,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b4cf8c8-b740-4236-acbc-53533b4908d0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:41:04,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2b4cf8c8-b740-4236-acbc-53533b4908d0 2018-09-04 22:41:04,739 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-f9b0ff74-580c-4ce-user 2018-09-04 22:41:04,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/cabb8a8f640149ea85113e53063ef908 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c357d50139dbb575bf9774cabe741c8193c955d" 2018-09-04 22:41:04,915 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:41:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c91d6980-0552-48c3-a3ec-2cded3033b39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:41:04,916 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/cabb8a8f640149ea85113e53063ef908 used request id req-c91d6980-0552-48c3-a3ec-2cded3033b39 2018-09-04 22:41:04,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:41:05,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:41:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["s1e4vaX5Qrqlu1Cd8JppLw"], "issued_at": "2018-09-04T22:41:05.000000Z"}} 2018-09-04 22:41:05,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c0a60dcebe544daca44ddb833fc9cfef3ca6c15" 2018-09-04 22:41:05,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ed5ae4-2f6a-4052-aabd-24220de764a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:41:05,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c8ed5ae4-2f6a-4052-aabd-24220de764a7 2018-09-04 22:41:05,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:41:05,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:41:05,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:41:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["lu8V3CAEQlKQaJ0k-2Zb8A"], "issued_at": "2018-09-04T22:41:05.000000Z"}} 2018-09-04 22:41:05,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:41:05,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dea20df3-b802-4133-85fc-781d268afad3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:41:05,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dea20df3-b802-4133-85fc-781d268afad3 2018-09-04 22:41:05,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:41:05,871 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:41:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:41:05,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-26ec2f04-281f-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:41:05,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b0008e-5d0d-43e5-acff-fa97df5d2165 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-26ec2f04-281f-458-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:41:05,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-26ec2f04-281f-458-proj used request id req-57b0008e-5d0d-43e5-acff-fa97df5d2165 2018-09-04 22:41:05,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:41:06,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa8ed267-565c-43ef-a963-7956788fa25a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:41:06,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-fa8ed267-565c-43ef-a963-7956788fa25a 2018-09-04 22:41:06,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}}' 2018-09-04 22:41:06,168 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:41:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dae6714-ab47-4db1-b373-f28d46bbdd0f Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:06,168 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-2dae6714-ab47-4db1-b373-f28d46bbdd0f 2018-09-04 22:41:06,169 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-26ec2f04-281f-458-proj 2018-09-04 22:41:06,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:41:06,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:41:06,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:41:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["OLLceHNpSlWhx19XpMvkIQ"], "issued_at": "2018-09-04T22:41:06.000000Z"}} 2018-09-04 22:41:06,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:06,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0bc58e9-4060-4830-91e9-e37327402c39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:41:06,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a0bc58e9-4060-4830-91e9-e37327402c39 2018-09-04 22:41:06,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:41:06,649 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:41:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:41:06,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:06,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-354caf7f-cc4c-478c-8377-dd93545f9eb8 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:41:06,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-354caf7f-cc4c-478c-8377-dd93545f9eb8 2018-09-04 22:41:06,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-26ec2f04-281f-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:06,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e8fbfb5-06ec-475e-80af-bad8c86e40ba Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-26ec2f04-281f-458-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}]} 2018-09-04 22:41:06,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-26ec2f04-281f-458-proj used request id req-2e8fbfb5-06ec-475e-80af-bad8c86e40ba 2018-09-04 22:41:06,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:06,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3aa93dc-f7a4-48bc-b811-1f85a21ab9fb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:41:06,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-b3aa93dc-f7a4-48bc-b811-1f85a21ab9fb 2018-09-04 22:41:07,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:07,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cba9f7af-8d5f-4563-a1f6-c9e84f0aa31e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:41:07,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cba9f7af-8d5f-4563-a1f6-c9e84f0aa31e 2018-09-04 22:41:07,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-26ec2f04-281f-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:07,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22753978-de98-4657-a24e-51422606bbe4 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-26ec2f04-281f-458-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}]} 2018-09-04 22:41:07,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-26ec2f04-281f-458-proj used request id req-22753978-de98-4657-a24e-51422606bbe4 2018-09-04 22:41:07,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/d40a431672e647e9ad6d07201bc95441 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:07,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49b7c19b-da58-44ba-b5f4-44d6afe68533 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-26ec2f04-281f-458-user", "links": {"self": "http://172.30.9.26:5000/v3/users/d40a431672e647e9ad6d07201bc95441"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "022d8303d5c44bc089a8c7da25f51021", "id": "d40a431672e647e9ad6d07201bc95441", "password_expires_at": null}} 2018-09-04 22:41:07,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/d40a431672e647e9ad6d07201bc95441 used request id req-49b7c19b-da58-44ba-b5f4-44d6afe68533 2018-09-04 22:41:07,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021/users/d40a431672e647e9ad6d07201bc95441/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:07,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33eb7293-37dc-44ef-ba8c-6a25ba1a8020 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021/users/d40a431672e647e9ad6d07201bc95441/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 22:41:07,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021/users/d40a431672e647e9ad6d07201bc95441/roles used request id req-33eb7293-37dc-44ef-ba8c-6a25ba1a8020 2018-09-04 22:41:07,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:07,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ec35e78-a90c-4ed9-a312-7822dc47925b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "domain_id": null, "name": "admin", "id": "5cd9afdff9a14c7bbd8b1621921cc3df"}} 2018-09-04 22:41:07,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-2ec35e78-a90c-4ed9-a312-7822dc47925b 2018-09-04 22:41:07,815 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-26ec2f04-281f-458-proj 2018-09-04 22:41:07,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021/users/d40a431672e647e9ad6d07201bc95441/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:08,020 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:41:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afdb6a0c-dcf2-4199-b55f-ae3e8496c2b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:41:08,021 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021/users/d40a431672e647e9ad6d07201bc95441/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-afdb6a0c-dcf2-4199-b55f-ae3e8496c2b8 2018-09-04 22:41:08,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:08,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f50aec0-05b8-40f7-bfed-2e85b8975f93 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:41:08,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3f50aec0-05b8-40f7-bfed-2e85b8975f93 2018-09-04 22:41:08,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-26ec2f04-281f-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:08,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ad9919-05eb-4ece-af29-0059856b9a08 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-26ec2f04-281f-458-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}]} 2018-09-04 22:41:08,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateStackFloatingIpTests-26ec2f04-281f-458-proj used request id req-d5ad9919-05eb-4ece-af29-0059856b9a08 2018-09-04 22:41:08,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021/users/d40a431672e647e9ad6d07201bc95441/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:08,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-037e4fb1-2fd1-4ebc-95c5-c42a32a11308 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021/users/d40a431672e647e9ad6d07201bc95441/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}]} 2018-09-04 22:41:08,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021/users/d40a431672e647e9ad6d07201bc95441/roles used request id req-037e4fb1-2fd1-4ebc-95c5-c42a32a11308 2018-09-04 22:41:08,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:08,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81739f3d-a1aa-4c87-ac05-2a57178afa30 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "domain_id": null, "name": "heat_stack_owner", "id": "ee65b3cf18824d4786e4806145ea807f"}} 2018-09-04 22:41:08,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-81739f3d-a1aa-4c87-ac05-2a57178afa30 2018-09-04 22:41:08,407 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-26ec2f04-281f-458-proj 2018-09-04 22:41:08,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021/users/d40a431672e647e9ad6d07201bc95441/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:41:08,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:41:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2777fce4-ef71-473b-8cc0-1a2461e9c728 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:41:08,519 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021/users/d40a431672e647e9ad6d07201bc95441/roles/ee65b3cf18824d4786e4806145ea807f used request id req-2777fce4-ef71-473b-8cc0-1a2461e9c728 2018-09-04 22:41:08,519 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-26ec2f04-281f-458-user 2018-09-04 22:41:08,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:41:08,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:41:08,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed64e9b0-62ba-44d3-a475-c4f983384b0c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:41:08,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ed64e9b0-62ba-44d3-a475-c4f983384b0c 2018-09-04 22:41:08,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" -d '{"role": {"name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj-role"}}' 2018-09-04 22:41:08,653 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:41:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88145c02-eb39-4e86-9243-2e8308e21833 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "586f4b4f70aa469a81909fb428cc62f5", "links": {"self": "http://172.30.9.26:5000/v3/roles/586f4b4f70aa469a81909fb428cc62f5"}, "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj-role"}} 2018-09-04 22:41:08,653 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-88145c02-eb39-4e86-9243-2e8308e21833 2018-09-04 22:41:08,654 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-26ec2f04-281f-458-proj-role 2018-09-04 22:41:08,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/586f4b4f70aa469a81909fb428cc62f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:41:08,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26f60802-d1ba-415a-b23a-4462fe659e14 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/586f4b4f70aa469a81909fb428cc62f5"}, "domain_id": null, "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj-role", "id": "586f4b4f70aa469a81909fb428cc62f5"}} 2018-09-04 22:41:08,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/586f4b4f70aa469a81909fb428cc62f5 used request id req-26f60802-d1ba-415a-b23a-4462fe659e14 2018-09-04 22:41:08,736 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-26ec2f04-281f-458-proj-role to project CreateStackFloatingIpTests-26ec2f04-281f-458-proj 2018-09-04 22:41:08,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021/users/d40a431672e647e9ad6d07201bc95441/roles/586f4b4f70aa469a81909fb428cc62f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:41:08,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:41:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1294743-15dd-4df5-b4a1-72b98085ec7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:41:08,865 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021/users/d40a431672e647e9ad6d07201bc95441/roles/586f4b4f70aa469a81909fb428cc62f5 used request id req-f1294743-15dd-4df5-b4a1-72b98085ec7b 2018-09-04 22:41:08,866 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:41:08,866 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 22:41:08,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:41:08,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:41:09,252 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "586f4b4f70aa469a81909fb428cc62f5", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:41:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "022d8303d5c44bc089a8c7da25f51021", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-user", "id": "d40a431672e647e9ad6d07201bc95441"}, "audit_ids": ["-glAUVewTJG7dv83Vgz9Wg"], "issued_at": "2018-09-04T22:41:09.000000Z"}} 2018-09-04 22:41:09,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010a542c4e0427b5dea4e566fbc558153b2d0b8" 2018-09-04 22:41:09,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed3171ea-223e-4c5e-a23c-b33e8391d701 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:41:09,330 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ed3171ea-223e-4c5e-a23c-b33e8391d701 2018-09-04 22:41:09,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d010a542c4e0427b5dea4e566fbc558153b2d0b8" 2018-09-04 22:41:09,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-30e2e993-b50e-4347-8070-8278c4e20e58 Date: Tue, 04 Sep 2018 22:41:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"} 2018-09-04 22:41:09,518 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image used request id req-30e2e993-b50e-4347-8070-8278c4e20e58 2018-09-04 22:41:09,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d010a542c4e0427b5dea4e566fbc558153b2d0b8" 2018-09-04 22:41:09,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b764ed6b-c06d-43ae-b78a-91919a912aba Date: Tue, 04 Sep 2018 22:41:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:41:09,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-b764ed6b-c06d-43ae-b78a-91919a912aba 2018-09-04 22:41:09,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d010a542c4e0427b5dea4e566fbc558153b2d0b8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}' 2018-09-04 22:41:10,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164 X-Openstack-Request-Id: req-ef15bcaf-a755-45dc-9d2c-97fd1cb52057 Date: Tue, 04 Sep 2018 22:41:10 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:41:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:41:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "min_disk": 0, "protected": false, "id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "file": "/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/file", "checksum": null, "owner": "022d8303d5c44bc089a8c7da25f51021", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:41:10,293 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-ef15bcaf-a755-45dc-9d2c-97fd1cb52057 2018-09-04 22:41:10,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d010a542c4e0427b5dea4e566fbc558153b2d0b8" -d '' 2018-09-04 22:41:11,395 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-08c80a0b-35eb-40a3-8e5e-1058fcf49ae2 Date: Tue, 04 Sep 2018 22:41:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:41:11,395 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/file used request id req-08c80a0b-35eb-40a3-8e5e-1058fcf49ae2 2018-09-04 22:41:11,396 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:41:11,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d010a542c4e0427b5dea4e566fbc558153b2d0b8" 2018-09-04 22:41:11,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-fe0d234f-d919-41e1-aba1-3478275bc27c Date: Tue, 04 Sep 2018 22:41:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:41:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:41:11Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/snap", "metadata": {}}], "self": "/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "min_disk": 0, "protected": false, "id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "file": "/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "022d8303d5c44bc089a8c7da25f51021", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:41:11,585 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164 used request id req-fe0d234f-d919-41e1-aba1-3478275bc27c 2018-09-04 22:41:11,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d010a542c4e0427b5dea4e566fbc558153b2d0b8" 2018-09-04 22:41:11,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6c1f6b07-1693-4a1d-a73f-609ae3bb5820 Date: Tue, 04 Sep 2018 22:41:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:41:11,742 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-6c1f6b07-1693-4a1d-a73f-609ae3bb5820 2018-09-04 22:41:11,744 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image 2018-09-04 22:41:11,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d010a542c4e0427b5dea4e566fbc558153b2d0b8" 2018-09-04 22:41:11,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-9cd9aa40-d695-4037-9657-d6826909cd44 Date: Tue, 04 Sep 2018 22:41:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:41:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:41:11Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/snap", "metadata": {}}], "self": "/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "min_disk": 0, "protected": false, "id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "file": "/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "022d8303d5c44bc089a8c7da25f51021", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:41:11,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164 used request id req-9cd9aa40-d695-4037-9657-d6826909cd44 2018-09-04 22:41:11,917 - create_image - DEBUG - Instance status is - active 2018-09-04 22:41:11,917 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image 2018-09-04 22:41:11,917 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image 2018-09-04 22:41:11,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:41:11,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:41:12,308 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "586f4b4f70aa469a81909fb428cc62f5", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:41:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "022d8303d5c44bc089a8c7da25f51021", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-user", "id": "d40a431672e647e9ad6d07201bc95441"}, "audit_ids": ["mrURtE5MQE-lEZjxPuNBew"], "issued_at": "2018-09-04T22:41:12.000000Z"}} 2018-09-04 22:41:12,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:41:12,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ee841c1-a752-4618-b561-f5cb62a5395a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:41:12,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0ee841c1-a752-4618-b561-f5cb62a5395a 2018-09-04 22:41:12,400 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:41:12,404 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:41:12,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:41:12,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:12 GMT Server: Apache x-openstack-request-id: req-f8af6f69-5a66-47b6-884f-a2a06cf770f2 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 22:41:12,592 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack used request id req-f8af6f69-5a66-47b6-884f-a2a06cf770f2 2018-09-04 22:41:12,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": {"default": "m1.med", "type": "string", "description": "Flavor name for the second instance", "label": "Instance Flavor for second VM"}, "image2_name": {"default": "image_2", "type": "string", "description": "Image name to be used for second instance", "label": "Image ID for second VM"}, "keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}, "security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "external_net_name": {"default": "external", "type": "string", "description": "Name of the external network which management network will connect to"}, "inst2_name": {"default": "test_vm2", "type": "string", "description": "The name of the second VM to be spawned", "label": "Second VM name"}, "inst1_name": {"default": "test_vm1", "type": "string", "description": "The name of the first VM to be spawned", "label": "First VM name"}, "router_name": {"default": "mgmt_router", "type": "string", "description": "The name of the stack's router", "label": "Test router name"}, "flavor1_name": {"default": "m1.small", "type": "string", "description": "Flavor name for the first instance", "label": "Instance Flavor for first VM"}, "image1_name": {"default": "image_1", "type": "string", "description": "Image name to be used for first instance", "label": "Image ID for first VM"}}, "resources": {"flavor2": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "flavor1": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "network": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "subnet": {"type": "OS::Neutron::Subnet", "properties": {"ip_version": 4, "cidr": "10.1.2.0/24", "name": {"get_param": "subnet_name"}, "network": {"get_resource": "network"}}}, "server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "port_range_min": 22, "protocol": "tcp"}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "icmp"}], "description": "Add security group rules for server", "name": {"get_param": "security_group_name"}}}, "floating_ip": {"type": "OS::Neutron::FloatingIP", "properties": {"floating_network": {"get_param": "external_net_name"}}}, "floating_ip_association": {"type": "OS::Neutron::FloatingIPAssociation", "properties": {"floatingip_id": {"get_resource": "floating_ip"}, "port_id": {"get_resource": "port1"}}}, "management_router": {"type": "OS::Neutron::Router", "properties": {"external_gateway_info": {"network": {"get_param": "external_net_name"}}, "name": {"get_param": "router_name"}}}, "keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}, "management_router_interface": {"type": "OS::Neutron::RouterInterface", "properties": {"router": {"get_resource": "management_router"}, "subnet": {"get_resource": "subnet"}}}, "port1": {"type": "OS::Neutron::Port", "properties": {"fixed_ips": [{"subnet_id": {"get_resource": "subnet"}}], "network": {"get_resource": "network"}, "security_groups": [{"get_resource": "server_security_group"}]}}, "vm2": {"depends_on": ["subnet", "keypair", "flavor2"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image2_name"}, "name": {"get_param": "inst2_name"}, "flavor": {"get_resource": "flavor2"}, "networks": [{"network": {"get_resource": "network"}}]}}, "vm1": {"depends_on": ["subnet", "keypair", "flavor1", "port1"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image1_name"}, "name": {"get_param": "inst1_name"}, "flavor": {"get_resource": "flavor1"}, "networks": [{"port": {"get_resource": "port1"}}]}}}}, "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net"}}' 2018-09-04 22:41:16,580 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:41:12 GMT Server: Apache x-openstack-request-id: req-603b0305-ef75-4409-abde-fe75c840bb13 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}]}} 2018-09-04 22:41:16,580 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks used request id req-603b0305-ef75-4409-abde-fe75c840bb13 2018-09-04 22:41:16,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:41:16,774 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:16 GMT Server: Apache x-openstack-request-id: req-7c32d0b2-6afe-4294-a55b-91c97779764d Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:16,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:16 GMT Server: Apache x-openstack-request-id: req-70cb5dce-d729-4fed-bb68-4eb02cc490fd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:41:16,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-70cb5dce-d729-4fed-bb68-4eb02cc490fd 2018-09-04 22:41:16,817 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack 2018-09-04 22:41:16,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:41:16,847 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:16 GMT Server: Apache x-openstack-request-id: req-c84f73f4-e698-4c22-9544-910a48cdb27e Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:17,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:16 GMT Server: Apache x-openstack-request-id: req-dbf406df-2ea2-40c2-8150-07169c205648 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:41:17,039 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-dbf406df-2ea2-40c2-8150-07169c205648 2018-09-04 22:41:17,039 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:41:17,040 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:41:20,043 - create_stack - DEBUG - Stack status query timeout in 1196.77395797 2018-09-04 22:41:20,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:41:20,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:20 GMT Server: Apache x-openstack-request-id: req-db2fdfe2-3fc1-44dd-99ee-61256fba1211 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:20,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:20 GMT Server: Apache x-openstack-request-id: req-c381a5fa-50ea-4ba9-b6c8-db0fc22f129a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArZDaMrI8zCNMVBT8EetKYkRa5dEXU91HeV8oZw2MQ87Zuz2x\nXqsdQxP1nX59fzm6xMjVUvNbsbYamAq8SNAolD9EZTdHZUJIv2GU28lW1cLQVNCm\nZFvoFdP9LSSNMQsH2qp/XPvoKDm7iqvmuDNFl/D3Pu3jER6tMKGZ3IRpR3yjRUAc\n+kbqCPs/8FYhGJhXAPna+BgwZg/YwJOb/2LuvORsG0vreUk+R/QA2n4yotjHydiN\nkJdfgdsy6O9aYsiWtodLJtkb4ftV36qX552TqJ467IdIBnYk0Zxh+OgzDiTHMVpB\nUB+riANYx/x4rOLIx5Fq5yVTPMG8hxrCF3Q2dQIDAQABAoIBAQCSVzSyU/fRAt4D\ncuIJ1cIU0p91b/NkQYlW+3WcVh7yuUB5kA2xzULR4M1Rqmnz0F/6NX8v/oJMd0c6\n9KpGFkRwoltvn8kxxk6CFqulGMB/YU+4g2gX7Cnl5aRs4ImvVSadJu5WHwtihzLq\nPAA/RPOjpYdB5t9x+tR50XdiJ76Ah2E6HV6v5N9KEZ8k/QiAzZA9crSt4HlBHJ6i\nqY4NrFNWRgHY6CKmpWrCEoVTD5erC8wzUeKL4R8K17vGZQ/1ZmvOAiAEdyyfEds9\nFUhbd6p5EN/AOGcju2AH62s/KrqGFhG/knos3OBu/SL+CUEJQ5gpgKw4+Sy7YwUR\nNKZey2sNAoGBAN7s6F1Gj0t7zrXJJ9tHNiB3Cs+sTfqSPYjuvcgAMHwnV0z23dhK\n574SVh7xSjZHgbA7k/FV0a0Xu/wvDMygmf0Uo3Hnja0Irxku4C0jIZWt9U3nfQ6Q\nALMGpv8EFL9vXDyBsZOqKY3lgY2j7xcMhvj+DepXxxb5MhxwcLC+ogzLAoGBAMdR\nLqMuQTq8aCLiCLA6H7ZVJGQvS/7iGJgRgkjOF1q3pKWd/03tZRgVMvU+97e425K9\nQlOt88at0tB++nskMs97sl6BUmL23NxdGYDSPnLwGGKL7RA3JdkJGiXXUbVzL1/R\n01IXZcuFnkWjclA1fRoIlQLcpcq34C4YVV8AY6G/AoGAckDvsua4CJLy1d68K7mq\ntybsBpYj/Tm4ihb6c6gNMYSkTND10KZLcfJJ61/1ji5F/MH8SCOY7GMOuOiQYcwq\nQDi0sGtiBH4/5+NLiDbKPsHCyOPNB4qsoRTWwDsiOx9jIavDDJCY7Z3kMWkE4EZO\nYw0qqqHEazTbBxJl32BFA9MCgYApsvtN2mx9LFOhEKb+r3pY/CEb8KU2kvjQP8GB\nF9Tc/tSsbYyvMf5Xdn/tvRm4Ty1o2r2YoikBJPaY9ifTQXR74gYkLWweFkWIuNWQ\nFOxJwZ9oZpvXK6J4cKYOyqhmjM2Zf111rD14weCl8xcEXtxoaOk76wuoiKWXHzIl\nKQCvIwKBgQCRweM/cSxPqCmyXQeAPPcjLO30s8fdKZ+Z8c763dBIqM/kMqlPK8SK\nkgn3aYI+O3XxiJB5S6IigwTcDdah41G1DtSbkYFJ1Vi9jVbIbnBwZ3pzweUwzw4a\n7yvj/uoA7h54hK1lb0HU9+EpfanyGn6lHEZzE+4HGrLbuNilEdjCag==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:41:20,566 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-c381a5fa-50ea-4ba9-b6c8-db0fc22f129a 2018-09-04 22:41:20,566 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:41:20,566 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:41:23,570 - create_stack - DEBUG - Stack status query timeout in 1193.24707389 2018-09-04 22:41:23,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:41:23,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:23 GMT Server: Apache x-openstack-request-id: req-665a54e0-26b0-4a80-93f4-b8e4e8c5ac85 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:24,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:23 GMT Server: Apache x-openstack-request-id: req-f1102339-1bc2-4cdc-89bf-b8c5bc0c4fc9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArZDaMrI8zCNMVBT8EetKYkRa5dEXU91HeV8oZw2MQ87Zuz2x\nXqsdQxP1nX59fzm6xMjVUvNbsbYamAq8SNAolD9EZTdHZUJIv2GU28lW1cLQVNCm\nZFvoFdP9LSSNMQsH2qp/XPvoKDm7iqvmuDNFl/D3Pu3jER6tMKGZ3IRpR3yjRUAc\n+kbqCPs/8FYhGJhXAPna+BgwZg/YwJOb/2LuvORsG0vreUk+R/QA2n4yotjHydiN\nkJdfgdsy6O9aYsiWtodLJtkb4ftV36qX552TqJ467IdIBnYk0Zxh+OgzDiTHMVpB\nUB+riANYx/x4rOLIx5Fq5yVTPMG8hxrCF3Q2dQIDAQABAoIBAQCSVzSyU/fRAt4D\ncuIJ1cIU0p91b/NkQYlW+3WcVh7yuUB5kA2xzULR4M1Rqmnz0F/6NX8v/oJMd0c6\n9KpGFkRwoltvn8kxxk6CFqulGMB/YU+4g2gX7Cnl5aRs4ImvVSadJu5WHwtihzLq\nPAA/RPOjpYdB5t9x+tR50XdiJ76Ah2E6HV6v5N9KEZ8k/QiAzZA9crSt4HlBHJ6i\nqY4NrFNWRgHY6CKmpWrCEoVTD5erC8wzUeKL4R8K17vGZQ/1ZmvOAiAEdyyfEds9\nFUhbd6p5EN/AOGcju2AH62s/KrqGFhG/knos3OBu/SL+CUEJQ5gpgKw4+Sy7YwUR\nNKZey2sNAoGBAN7s6F1Gj0t7zrXJJ9tHNiB3Cs+sTfqSPYjuvcgAMHwnV0z23dhK\n574SVh7xSjZHgbA7k/FV0a0Xu/wvDMygmf0Uo3Hnja0Irxku4C0jIZWt9U3nfQ6Q\nALMGpv8EFL9vXDyBsZOqKY3lgY2j7xcMhvj+DepXxxb5MhxwcLC+ogzLAoGBAMdR\nLqMuQTq8aCLiCLA6H7ZVJGQvS/7iGJgRgkjOF1q3pKWd/03tZRgVMvU+97e425K9\nQlOt88at0tB++nskMs97sl6BUmL23NxdGYDSPnLwGGKL7RA3JdkJGiXXUbVzL1/R\n01IXZcuFnkWjclA1fRoIlQLcpcq34C4YVV8AY6G/AoGAckDvsua4CJLy1d68K7mq\ntybsBpYj/Tm4ihb6c6gNMYSkTND10KZLcfJJ61/1ji5F/MH8SCOY7GMOuOiQYcwq\nQDi0sGtiBH4/5+NLiDbKPsHCyOPNB4qsoRTWwDsiOx9jIavDDJCY7Z3kMWkE4EZO\nYw0qqqHEazTbBxJl32BFA9MCgYApsvtN2mx9LFOhEKb+r3pY/CEb8KU2kvjQP8GB\nF9Tc/tSsbYyvMf5Xdn/tvRm4Ty1o2r2YoikBJPaY9ifTQXR74gYkLWweFkWIuNWQ\nFOxJwZ9oZpvXK6J4cKYOyqhmjM2Zf111rD14weCl8xcEXtxoaOk76wuoiKWXHzIl\nKQCvIwKBgQCRweM/cSxPqCmyXQeAPPcjLO30s8fdKZ+Z8c763dBIqM/kMqlPK8SK\nkgn3aYI+O3XxiJB5S6IigwTcDdah41G1DtSbkYFJ1Vi9jVbIbnBwZ3pzweUwzw4a\n7yvj/uoA7h54hK1lb0HU9+EpfanyGn6lHEZzE+4HGrLbuNilEdjCag==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:41:24,012 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-f1102339-1bc2-4cdc-89bf-b8c5bc0c4fc9 2018-09-04 22:41:24,013 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:41:24,013 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:41:27,016 - create_stack - DEBUG - Stack status query timeout in 1189.80025601 2018-09-04 22:41:27,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:41:27,237 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:27 GMT Server: Apache x-openstack-request-id: req-64006f4c-be10-4c5f-bf12-dadf541d6942 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:27,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:27 GMT Server: Apache x-openstack-request-id: req-4e826ead-ecac-406a-884d-f58a000e5374 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArZDaMrI8zCNMVBT8EetKYkRa5dEXU91HeV8oZw2MQ87Zuz2x\nXqsdQxP1nX59fzm6xMjVUvNbsbYamAq8SNAolD9EZTdHZUJIv2GU28lW1cLQVNCm\nZFvoFdP9LSSNMQsH2qp/XPvoKDm7iqvmuDNFl/D3Pu3jER6tMKGZ3IRpR3yjRUAc\n+kbqCPs/8FYhGJhXAPna+BgwZg/YwJOb/2LuvORsG0vreUk+R/QA2n4yotjHydiN\nkJdfgdsy6O9aYsiWtodLJtkb4ftV36qX552TqJ467IdIBnYk0Zxh+OgzDiTHMVpB\nUB+riANYx/x4rOLIx5Fq5yVTPMG8hxrCF3Q2dQIDAQABAoIBAQCSVzSyU/fRAt4D\ncuIJ1cIU0p91b/NkQYlW+3WcVh7yuUB5kA2xzULR4M1Rqmnz0F/6NX8v/oJMd0c6\n9KpGFkRwoltvn8kxxk6CFqulGMB/YU+4g2gX7Cnl5aRs4ImvVSadJu5WHwtihzLq\nPAA/RPOjpYdB5t9x+tR50XdiJ76Ah2E6HV6v5N9KEZ8k/QiAzZA9crSt4HlBHJ6i\nqY4NrFNWRgHY6CKmpWrCEoVTD5erC8wzUeKL4R8K17vGZQ/1ZmvOAiAEdyyfEds9\nFUhbd6p5EN/AOGcju2AH62s/KrqGFhG/knos3OBu/SL+CUEJQ5gpgKw4+Sy7YwUR\nNKZey2sNAoGBAN7s6F1Gj0t7zrXJJ9tHNiB3Cs+sTfqSPYjuvcgAMHwnV0z23dhK\n574SVh7xSjZHgbA7k/FV0a0Xu/wvDMygmf0Uo3Hnja0Irxku4C0jIZWt9U3nfQ6Q\nALMGpv8EFL9vXDyBsZOqKY3lgY2j7xcMhvj+DepXxxb5MhxwcLC+ogzLAoGBAMdR\nLqMuQTq8aCLiCLA6H7ZVJGQvS/7iGJgRgkjOF1q3pKWd/03tZRgVMvU+97e425K9\nQlOt88at0tB++nskMs97sl6BUmL23NxdGYDSPnLwGGKL7RA3JdkJGiXXUbVzL1/R\n01IXZcuFnkWjclA1fRoIlQLcpcq34C4YVV8AY6G/AoGAckDvsua4CJLy1d68K7mq\ntybsBpYj/Tm4ihb6c6gNMYSkTND10KZLcfJJ61/1ji5F/MH8SCOY7GMOuOiQYcwq\nQDi0sGtiBH4/5+NLiDbKPsHCyOPNB4qsoRTWwDsiOx9jIavDDJCY7Z3kMWkE4EZO\nYw0qqqHEazTbBxJl32BFA9MCgYApsvtN2mx9LFOhEKb+r3pY/CEb8KU2kvjQP8GB\nF9Tc/tSsbYyvMf5Xdn/tvRm4Ty1o2r2YoikBJPaY9ifTQXR74gYkLWweFkWIuNWQ\nFOxJwZ9oZpvXK6J4cKYOyqhmjM2Zf111rD14weCl8xcEXtxoaOk76wuoiKWXHzIl\nKQCvIwKBgQCRweM/cSxPqCmyXQeAPPcjLO30s8fdKZ+Z8c763dBIqM/kMqlPK8SK\nkgn3aYI+O3XxiJB5S6IigwTcDdah41G1DtSbkYFJ1Vi9jVbIbnBwZ3pzweUwzw4a\n7yvj/uoA7h54hK1lb0HU9+EpfanyGn6lHEZzE+4HGrLbuNilEdjCag==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:41:27,622 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-4e826ead-ecac-406a-884d-f58a000e5374 2018-09-04 22:41:27,623 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:41:27,623 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:41:30,626 - create_stack - DEBUG - Stack status query timeout in 1186.1906569 2018-09-04 22:41:30,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:41:30,797 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:30 GMT Server: Apache x-openstack-request-id: req-1fdbe39b-2ed9-4fd6-b0ad-e17c9a069570 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:31,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:30 GMT Server: Apache x-openstack-request-id: req-27784d5b-b011-4b91-860d-2a9ac0f4d884 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArZDaMrI8zCNMVBT8EetKYkRa5dEXU91HeV8oZw2MQ87Zuz2x\nXqsdQxP1nX59fzm6xMjVUvNbsbYamAq8SNAolD9EZTdHZUJIv2GU28lW1cLQVNCm\nZFvoFdP9LSSNMQsH2qp/XPvoKDm7iqvmuDNFl/D3Pu3jER6tMKGZ3IRpR3yjRUAc\n+kbqCPs/8FYhGJhXAPna+BgwZg/YwJOb/2LuvORsG0vreUk+R/QA2n4yotjHydiN\nkJdfgdsy6O9aYsiWtodLJtkb4ftV36qX552TqJ467IdIBnYk0Zxh+OgzDiTHMVpB\nUB+riANYx/x4rOLIx5Fq5yVTPMG8hxrCF3Q2dQIDAQABAoIBAQCSVzSyU/fRAt4D\ncuIJ1cIU0p91b/NkQYlW+3WcVh7yuUB5kA2xzULR4M1Rqmnz0F/6NX8v/oJMd0c6\n9KpGFkRwoltvn8kxxk6CFqulGMB/YU+4g2gX7Cnl5aRs4ImvVSadJu5WHwtihzLq\nPAA/RPOjpYdB5t9x+tR50XdiJ76Ah2E6HV6v5N9KEZ8k/QiAzZA9crSt4HlBHJ6i\nqY4NrFNWRgHY6CKmpWrCEoVTD5erC8wzUeKL4R8K17vGZQ/1ZmvOAiAEdyyfEds9\nFUhbd6p5EN/AOGcju2AH62s/KrqGFhG/knos3OBu/SL+CUEJQ5gpgKw4+Sy7YwUR\nNKZey2sNAoGBAN7s6F1Gj0t7zrXJJ9tHNiB3Cs+sTfqSPYjuvcgAMHwnV0z23dhK\n574SVh7xSjZHgbA7k/FV0a0Xu/wvDMygmf0Uo3Hnja0Irxku4C0jIZWt9U3nfQ6Q\nALMGpv8EFL9vXDyBsZOqKY3lgY2j7xcMhvj+DepXxxb5MhxwcLC+ogzLAoGBAMdR\nLqMuQTq8aCLiCLA6H7ZVJGQvS/7iGJgRgkjOF1q3pKWd/03tZRgVMvU+97e425K9\nQlOt88at0tB++nskMs97sl6BUmL23NxdGYDSPnLwGGKL7RA3JdkJGiXXUbVzL1/R\n01IXZcuFnkWjclA1fRoIlQLcpcq34C4YVV8AY6G/AoGAckDvsua4CJLy1d68K7mq\ntybsBpYj/Tm4ihb6c6gNMYSkTND10KZLcfJJ61/1ji5F/MH8SCOY7GMOuOiQYcwq\nQDi0sGtiBH4/5+NLiDbKPsHCyOPNB4qsoRTWwDsiOx9jIavDDJCY7Z3kMWkE4EZO\nYw0qqqHEazTbBxJl32BFA9MCgYApsvtN2mx9LFOhEKb+r3pY/CEb8KU2kvjQP8GB\nF9Tc/tSsbYyvMf5Xdn/tvRm4Ty1o2r2YoikBJPaY9ifTQXR74gYkLWweFkWIuNWQ\nFOxJwZ9oZpvXK6J4cKYOyqhmjM2Zf111rD14weCl8xcEXtxoaOk76wuoiKWXHzIl\nKQCvIwKBgQCRweM/cSxPqCmyXQeAPPcjLO30s8fdKZ+Z8c763dBIqM/kMqlPK8SK\nkgn3aYI+O3XxiJB5S6IigwTcDdah41G1DtSbkYFJ1Vi9jVbIbnBwZ3pzweUwzw4a\n7yvj/uoA7h54hK1lb0HU9+EpfanyGn6lHEZzE+4HGrLbuNilEdjCag==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:41:31,121 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-27784d5b-b011-4b91-860d-2a9ac0f4d884 2018-09-04 22:41:31,122 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:41:31,122 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:41:34,125 - create_stack - DEBUG - Stack status query timeout in 1182.69179893 2018-09-04 22:41:34,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:41:34,312 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:34 GMT Server: Apache x-openstack-request-id: req-99116722-bc3b-4217-9784-785c64ed534f Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:34,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:34 GMT Server: Apache x-openstack-request-id: req-40f91ba4-8137-45b2-a5c1-81b65ea04619 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArZDaMrI8zCNMVBT8EetKYkRa5dEXU91HeV8oZw2MQ87Zuz2x\nXqsdQxP1nX59fzm6xMjVUvNbsbYamAq8SNAolD9EZTdHZUJIv2GU28lW1cLQVNCm\nZFvoFdP9LSSNMQsH2qp/XPvoKDm7iqvmuDNFl/D3Pu3jER6tMKGZ3IRpR3yjRUAc\n+kbqCPs/8FYhGJhXAPna+BgwZg/YwJOb/2LuvORsG0vreUk+R/QA2n4yotjHydiN\nkJdfgdsy6O9aYsiWtodLJtkb4ftV36qX552TqJ467IdIBnYk0Zxh+OgzDiTHMVpB\nUB+riANYx/x4rOLIx5Fq5yVTPMG8hxrCF3Q2dQIDAQABAoIBAQCSVzSyU/fRAt4D\ncuIJ1cIU0p91b/NkQYlW+3WcVh7yuUB5kA2xzULR4M1Rqmnz0F/6NX8v/oJMd0c6\n9KpGFkRwoltvn8kxxk6CFqulGMB/YU+4g2gX7Cnl5aRs4ImvVSadJu5WHwtihzLq\nPAA/RPOjpYdB5t9x+tR50XdiJ76Ah2E6HV6v5N9KEZ8k/QiAzZA9crSt4HlBHJ6i\nqY4NrFNWRgHY6CKmpWrCEoVTD5erC8wzUeKL4R8K17vGZQ/1ZmvOAiAEdyyfEds9\nFUhbd6p5EN/AOGcju2AH62s/KrqGFhG/knos3OBu/SL+CUEJQ5gpgKw4+Sy7YwUR\nNKZey2sNAoGBAN7s6F1Gj0t7zrXJJ9tHNiB3Cs+sTfqSPYjuvcgAMHwnV0z23dhK\n574SVh7xSjZHgbA7k/FV0a0Xu/wvDMygmf0Uo3Hnja0Irxku4C0jIZWt9U3nfQ6Q\nALMGpv8EFL9vXDyBsZOqKY3lgY2j7xcMhvj+DepXxxb5MhxwcLC+ogzLAoGBAMdR\nLqMuQTq8aCLiCLA6H7ZVJGQvS/7iGJgRgkjOF1q3pKWd/03tZRgVMvU+97e425K9\nQlOt88at0tB++nskMs97sl6BUmL23NxdGYDSPnLwGGKL7RA3JdkJGiXXUbVzL1/R\n01IXZcuFnkWjclA1fRoIlQLcpcq34C4YVV8AY6G/AoGAckDvsua4CJLy1d68K7mq\ntybsBpYj/Tm4ihb6c6gNMYSkTND10KZLcfJJ61/1ji5F/MH8SCOY7GMOuOiQYcwq\nQDi0sGtiBH4/5+NLiDbKPsHCyOPNB4qsoRTWwDsiOx9jIavDDJCY7Z3kMWkE4EZO\nYw0qqqHEazTbBxJl32BFA9MCgYApsvtN2mx9LFOhEKb+r3pY/CEb8KU2kvjQP8GB\nF9Tc/tSsbYyvMf5Xdn/tvRm4Ty1o2r2YoikBJPaY9ifTQXR74gYkLWweFkWIuNWQ\nFOxJwZ9oZpvXK6J4cKYOyqhmjM2Zf111rD14weCl8xcEXtxoaOk76wuoiKWXHzIl\nKQCvIwKBgQCRweM/cSxPqCmyXQeAPPcjLO30s8fdKZ+Z8c763dBIqM/kMqlPK8SK\nkgn3aYI+O3XxiJB5S6IigwTcDdah41G1DtSbkYFJ1Vi9jVbIbnBwZ3pzweUwzw4a\n7yvj/uoA7h54hK1lb0HU9+EpfanyGn6lHEZzE+4HGrLbuNilEdjCag==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:41:34,629 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-40f91ba4-8137-45b2-a5c1-81b65ea04619 2018-09-04 22:41:34,630 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-09-04 22:41:34,630 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:41:37,633 - create_stack - DEBUG - Stack status query timeout in 1179.18383503 2018-09-04 22:41:37,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:41:37,663 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:37 GMT Server: Apache x-openstack-request-id: req-f7a8c65b-a982-404f-a8ed-71ed7928ec21 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:37,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:37 GMT Server: Apache x-openstack-request-id: req-cbeaecbf-b5fb-450b-b12d-f6a0b3c6253c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2087 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArZDaMrI8zCNMVBT8EetKYkRa5dEXU91HeV8oZw2MQ87Zuz2x\nXqsdQxP1nX59fzm6xMjVUvNbsbYamAq8SNAolD9EZTdHZUJIv2GU28lW1cLQVNCm\nZFvoFdP9LSSNMQsH2qp/XPvoKDm7iqvmuDNFl/D3Pu3jER6tMKGZ3IRpR3yjRUAc\n+kbqCPs/8FYhGJhXAPna+BgwZg/YwJOb/2LuvORsG0vreUk+R/QA2n4yotjHydiN\nkJdfgdsy6O9aYsiWtodLJtkb4ftV36qX552TqJ467IdIBnYk0Zxh+OgzDiTHMVpB\nUB+riANYx/x4rOLIx5Fq5yVTPMG8hxrCF3Q2dQIDAQABAoIBAQCSVzSyU/fRAt4D\ncuIJ1cIU0p91b/NkQYlW+3WcVh7yuUB5kA2xzULR4M1Rqmnz0F/6NX8v/oJMd0c6\n9KpGFkRwoltvn8kxxk6CFqulGMB/YU+4g2gX7Cnl5aRs4ImvVSadJu5WHwtihzLq\nPAA/RPOjpYdB5t9x+tR50XdiJ76Ah2E6HV6v5N9KEZ8k/QiAzZA9crSt4HlBHJ6i\nqY4NrFNWRgHY6CKmpWrCEoVTD5erC8wzUeKL4R8K17vGZQ/1ZmvOAiAEdyyfEds9\nFUhbd6p5EN/AOGcju2AH62s/KrqGFhG/knos3OBu/SL+CUEJQ5gpgKw4+Sy7YwUR\nNKZey2sNAoGBAN7s6F1Gj0t7zrXJJ9tHNiB3Cs+sTfqSPYjuvcgAMHwnV0z23dhK\n574SVh7xSjZHgbA7k/FV0a0Xu/wvDMygmf0Uo3Hnja0Irxku4C0jIZWt9U3nfQ6Q\nALMGpv8EFL9vXDyBsZOqKY3lgY2j7xcMhvj+DepXxxb5MhxwcLC+ogzLAoGBAMdR\nLqMuQTq8aCLiCLA6H7ZVJGQvS/7iGJgRgkjOF1q3pKWd/03tZRgVMvU+97e425K9\nQlOt88at0tB++nskMs97sl6BUmL23NxdGYDSPnLwGGKL7RA3JdkJGiXXUbVzL1/R\n01IXZcuFnkWjclA1fRoIlQLcpcq34C4YVV8AY6G/AoGAckDvsua4CJLy1d68K7mq\ntybsBpYj/Tm4ihb6c6gNMYSkTND10KZLcfJJ61/1ji5F/MH8SCOY7GMOuOiQYcwq\nQDi0sGtiBH4/5+NLiDbKPsHCyOPNB4qsoRTWwDsiOx9jIavDDJCY7Z3kMWkE4EZO\nYw0qqqHEazTbBxJl32BFA9MCgYApsvtN2mx9LFOhEKb+r3pY/CEb8KU2kvjQP8GB\nF9Tc/tSsbYyvMf5Xdn/tvRm4Ty1o2r2YoikBJPaY9ifTQXR74gYkLWweFkWIuNWQ\nFOxJwZ9oZpvXK6J4cKYOyqhmjM2Zf111rD14weCl8xcEXtxoaOk76wuoiKWXHzIl\nKQCvIwKBgQCRweM/cSxPqCmyXQeAPPcjLO30s8fdKZ+Z8c763dBIqM/kMqlPK8SK\nkgn3aYI+O3XxiJB5S6IigwTcDdah41G1DtSbkYFJ1Vi9jVbIbnBwZ3pzweUwzw4a\n7yvj/uoA7h54hK1lb0HU9+EpfanyGn6lHEZzE+4HGrLbuNilEdjCag==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:41:37,839 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-cbeaecbf-b5fb-450b-b12d-f6a0b3c6253c 2018-09-04 22:41:37,839 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-09-04 22:41:37,839 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack 2018-09-04 22:41:37,840 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack 2018-09-04 22:41:37,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:41:37,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:41:38,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "586f4b4f70aa469a81909fb428cc62f5", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:41:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "022d8303d5c44bc089a8c7da25f51021", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-user", "id": "d40a431672e647e9ad6d07201bc95441"}, "audit_ids": ["QrrB224AT1uGC1sm9urOag"], "issued_at": "2018-09-04T22:41:38.000000Z"}} 2018-09-04 22:41:38,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:38,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-523a738d-6b9e-43ab-bd79-80624712acb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:41:38,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-523a738d-6b9e-43ab-bd79-80624712acb8 2018-09-04 22:41:38,310 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:41:38,313 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 22:41:38,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:38,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:38 GMT Server: Apache x-openstack-request-id: req-b4765135-cdf6-49bd-890e-affd30314ce1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "deletion_time": null, "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "updated_time": null, "project": "022d8303d5c44bc089a8c7da25f51021", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "tags": null}]} 2018-09-04 22:41:38,498 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack used request id req-b4765135-cdf6-49bd-890e-affd30314ce1 2018-09-04 22:41:38,498 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack 2018-09-04 22:41:38,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:38,693 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:38 GMT Server: Apache x-openstack-request-id: req-8d7a7339-55d6-4c83-aeb0-c64892fc2682 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:38,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:38 GMT Server: Apache x-openstack-request-id: req-d465000d-3b28-4852-9ed6-3e63fe72f6a6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1044 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "8f1ed304-3177-4708-b08d-3180342148f5", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "cfa9b215-66d1-4b55-afed-eea2a92a52d4", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "71cd7e48-fe19-42ec-9a1b-9c9a26c907d4", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "252", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cd56a0c5-2558-47a7-a861-040efbd7030d:subnet_id=34feaa3f-625b-4c40-aabf-fd018d6ddc9b", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "34feaa3f-625b-4c40-aabf-fd018d6ddc9b", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "cd56a0c5-2558-47a7-a861-040efbd7030d", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2fee7d3d-e57e-4274-ae30-6b3e82539206", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3aad88f0-34be-4686-a10f-3de1e6bc0a7b", "resource_type": "OS::Neutron::Port"}]} 2018-09-04 22:41:38,915 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources used request id req-d465000d-3b28-4852-9ed6-3e63fe72f6a6 2018-09-04 22:41:38,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:39,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf2854ef-23c3-4d11-9e39-c3819d65e8cf x-compute-request-id: req-bf2854ef-23c3-4d11-9e39-c3819d65e8cf Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:f3:40", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:f3:40", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "rel": "bookmark"}], "image": {"id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "links": [{"href": "http://172.30.9.26:8774/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-09-04T22:41:32.000000", "flavor": {"id": "c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "links": [{"href": "http://172.30.9.26:8774/flavors/c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "rel": "bookmark"}]}, "id": "d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "security_groups": [{"name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp"}], "user_id": "d40a431672e647e9ad6d07201bc95441", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:41:34Z", "hostId": "059060c472ca590f463e7d9817922013223fceea1e815d24f652bdb1", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "created": "2018-09-04T22:41:26Z", "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:41:39,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11 used request id req-bf2854ef-23c3-4d11-9e39-c3819d65e8cf 2018-09-04 22:41:39,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:39,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-bd509d1b-1b90-4553-9605-0502eb3931ed Date: Tue, 04 Sep 2018 22:41:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:39,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-bd509d1b-1b90-4553-9605-0502eb3931ed 2018-09-04 22:41:39,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:41:39,885 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:41:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:41:39,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:39,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4531a2fd-2997-46c2-88ed-e5be2e76ed31 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:39,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-4531a2fd-2997-46c2-88ed-e5be2e76ed31 2018-09-04 22:41:39,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:40,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7a2f4b0e-28e4-4ab1-8f79-a853a216b7e0 Date: Tue, 04 Sep 2018 22:41:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:40,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-7a2f4b0e-28e4-4ab1-8f79-a853a216b7e0 2018-09-04 22:41:40,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:40,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-eb19f370-36c4-43d0-a061-1161640f0bf5 Date: Tue, 04 Sep 2018 22:41:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.9"}],"id":"3aad88f0-34be-4686-a10f-3de1e6bc0a7b","security_groups":["cfa9b215-66d1-4b55-afed-eea2a92a52d4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:f3:40","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"d9232c5d-15c1-4c4a-9eab-b591ca3bfc11"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.2"}],"id":"557f8bd1-40ca-42fd-9723-1fb8a6639541","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:ff:93","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.4"}],"id":"5ce5840e-64fc-4b52-88ca-bf06ce1936bc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:8f:77","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.1"}],"id":"cab0e289-335f-4c02-979e-93b3dba7e011","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:d5:0e","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:24Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.11"}],"id":"dd301b3a-c39c-4328-bb79-0e961f90f135","security_groups":["3c125a87-1c98-4c17-a9e0-d01606d48333"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ea:c6","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:27Z","binding:vnic_type":"normal","device_id":"2fee7d3d-e57e-4274-ae30-6b3e82539206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.3"}],"id":"fbf3fb32-76c0-495f-a19a-2d1383b70bb0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:9a:27","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f1ed304-3177-4708-b08d-3180342148f5"}]} 2018-09-04 22:41:40,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-eb19f370-36c4-43d0-a061-1161640f0bf5 2018-09-04 22:41:40,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2fee7d3d-e57e-4274-ae30-6b3e82539206 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:40,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ff17c66-e2eb-4548-8ad0-feb609a375a9 x-compute-request-id: req-0ff17c66-e2eb-4548-8ad0-feb609a375a9 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:ea:c6", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2fee7d3d-e57e-4274-ae30-6b3e82539206", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2fee7d3d-e57e-4274-ae30-6b3e82539206", "rel": "bookmark"}], "image": {"id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "links": [{"href": "http://172.30.9.26:8774/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-09-04T22:41:30.000000", "flavor": {"id": "5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f", "links": [{"href": "http://172.30.9.26:8774/flavors/5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f", "rel": "bookmark"}]}, "id": "2fee7d3d-e57e-4274-ae30-6b3e82539206", "security_groups": [{"name": "default"}], "user_id": "d40a431672e647e9ad6d07201bc95441", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:41:32Z", "hostId": "059060c472ca590f463e7d9817922013223fceea1e815d24f652bdb1", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "created": "2018-09-04T22:41:25Z", "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:41:40,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2fee7d3d-e57e-4274-ae30-6b3e82539206 used request id req-0ff17c66-e2eb-4548-8ad0-feb609a375a9 2018-09-04 22:41:40,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:40,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-8a4004fb-e396-4fcf-a4f5-d1ea5e084b41 Date: Tue, 04 Sep 2018 22:41:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:40,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-8a4004fb-e396-4fcf-a4f5-d1ea5e084b41 2018-09-04 22:41:40,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:41,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23c22a55-5e8d-4852-ae02-746f59ca4580 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:41,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-23c22a55-5e8d-4852-ae02-746f59ca4580 2018-09-04 22:41:41,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:41,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d58aee2d-102f-4658-86b1-8d1a72b33ec0 Date: Tue, 04 Sep 2018 22:41:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:41,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-d58aee2d-102f-4658-86b1-8d1a72b33ec0 2018-09-04 22:41:41,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:41,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-7c9972fe-1e80-4359-8754-47fd85680bd7 Date: Tue, 04 Sep 2018 22:41:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.9"}],"id":"3aad88f0-34be-4686-a10f-3de1e6bc0a7b","security_groups":["cfa9b215-66d1-4b55-afed-eea2a92a52d4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:f3:40","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"d9232c5d-15c1-4c4a-9eab-b591ca3bfc11"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.2"}],"id":"557f8bd1-40ca-42fd-9723-1fb8a6639541","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:ff:93","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.4"}],"id":"5ce5840e-64fc-4b52-88ca-bf06ce1936bc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:8f:77","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.1"}],"id":"cab0e289-335f-4c02-979e-93b3dba7e011","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:d5:0e","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:24Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.11"}],"id":"dd301b3a-c39c-4328-bb79-0e961f90f135","security_groups":["3c125a87-1c98-4c17-a9e0-d01606d48333"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ea:c6","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:27Z","binding:vnic_type":"normal","device_id":"2fee7d3d-e57e-4274-ae30-6b3e82539206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.3"}],"id":"fbf3fb32-76c0-495f-a19a-2d1383b70bb0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:9a:27","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f1ed304-3177-4708-b08d-3180342148f5"}]} 2018-09-04 22:41:41,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-7c9972fe-1e80-4359-8754-47fd85680bd7 2018-09-04 22:41:41,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:41,596 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:41 GMT Server: Apache x-openstack-request-id: req-959f029e-392c-435f-b68b-57b03ee2ee41 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:41,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:41 GMT Server: Apache x-openstack-request-id: req-2b2af30d-d512-4cad-b753-28d8bc306dc3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1044 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "8f1ed304-3177-4708-b08d-3180342148f5", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "cfa9b215-66d1-4b55-afed-eea2a92a52d4", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "71cd7e48-fe19-42ec-9a1b-9c9a26c907d4", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "252", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cd56a0c5-2558-47a7-a861-040efbd7030d:subnet_id=34feaa3f-625b-4c40-aabf-fd018d6ddc9b", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "34feaa3f-625b-4c40-aabf-fd018d6ddc9b", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "cd56a0c5-2558-47a7-a861-040efbd7030d", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2fee7d3d-e57e-4274-ae30-6b3e82539206", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-04T22:41:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T22:41:16Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3aad88f0-34be-4686-a10f-3de1e6bc0a7b", "resource_type": "OS::Neutron::Port"}]} 2018-09-04 22:41:41,813 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a/resources used request id req-2b2af30d-d512-4cad-b753-28d8bc306dc3 2018-09-04 22:41:41,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/c347e4eb-c4f3-4603-ad80-f2e162bcb1e4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:41,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3a21630-e93f-4f11-bebe-8f55d5cd744f x-compute-request-id: req-a3a21630-e93f-4f11-bebe-8f55d5cd744f Content-Encoding: gzip Content-Length: 335 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-flavor1-am2pk25sh2op", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:41:41,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/c347e4eb-c4f3-4603-ad80-f2e162bcb1e4 used request id req-a3a21630-e93f-4f11-bebe-8f55d5cd744f 2018-09-04 22:41:41,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/34feaa3f-625b-4c40-aabf-fd018d6ddc9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:42,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-4db9811c-28e7-4ab1-b1f0-cb67db7da515 Date: Tue, 04 Sep 2018 22:41:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}} 2018-09-04 22:41:42,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/34feaa3f-625b-4c40-aabf-fd018d6ddc9b used request id req-4db9811c-28e7-4ab1-b1f0-cb67db7da515 2018-09-04 22:41:42,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:42,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-51c22ece-2d88-4356-a778-51682e6f3d1c Date: Tue, 04 Sep 2018 22:41:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:42,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-51c22ece-2d88-4356-a778-51682e6f3d1c 2018-09-04 22:41:42,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:42,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bab0bd26-c91c-4bf6-b0cc-258249edd457 Date: Tue, 04 Sep 2018 22:41:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:42,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-bab0bd26-c91c-4bf6-b0cc-258249edd457 2018-09-04 22:41:42,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:42,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-218fb4ad-fd78-4813-8381-55821708afe6 Date: Tue, 04 Sep 2018 22:41:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:42,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-218fb4ad-fd78-4813-8381-55821708afe6 2018-09-04 22:41:42,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:42,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-948a15f3-f72f-483b-b7c0-04a1fb6252f3 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:42,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-948a15f3-f72f-483b-b7c0-04a1fb6252f3 2018-09-04 22:41:42,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:42,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2a513bce-f405-441d-8658-bf2fe547d472 Date: Tue, 04 Sep 2018 22:41:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:42,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-2a513bce-f405-441d-8658-bf2fe547d472 2018-09-04 22:41:42,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5&mac_address=fa%3A16%3A3e%3Ace%3Af3%3A40&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:42,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-f9cbc6b0-c30b-4789-b729-0939d9879385 Date: Tue, 04 Sep 2018 22:41:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.9"}],"id":"3aad88f0-34be-4686-a10f-3de1e6bc0a7b","security_groups":["cfa9b215-66d1-4b55-afed-eea2a92a52d4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:f3:40","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"d9232c5d-15c1-4c4a-9eab-b591ca3bfc11"}]} 2018-09-04 22:41:42,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5&mac_address=fa%3A16%3A3e%3Ace%3Af3%3A40&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn&admin_state_up=True used request id req-f9cbc6b0-c30b-4789-b729-0939d9879385 2018-09-04 22:41:42,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:43,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e908a96-3c8a-413c-a2f3-15f6b9da3980 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:43,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-6e908a96-3c8a-413c-a2f3-15f6b9da3980 2018-09-04 22:41:43,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:43,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0623cf34-d8a2-4e37-b952-e56058998b99 Date: Tue, 04 Sep 2018 22:41:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:43,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-0623cf34-d8a2-4e37-b952-e56058998b99 2018-09-04 22:41:43,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:43,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-15bc8ecb-f724-4a73-bf6d-49db75f5dcb6 Date: Tue, 04 Sep 2018 22:41:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:43,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-15bc8ecb-f724-4a73-bf6d-49db75f5dcb6 2018-09-04 22:41:43,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:43,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-1ad8378b-9cd9-4322-8dd5-6c5a12d3433b Date: Tue, 04 Sep 2018 22:41:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.9"}],"id":"3aad88f0-34be-4686-a10f-3de1e6bc0a7b","security_groups":["cfa9b215-66d1-4b55-afed-eea2a92a52d4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:f3:40","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"d9232c5d-15c1-4c4a-9eab-b591ca3bfc11"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.2"}],"id":"557f8bd1-40ca-42fd-9723-1fb8a6639541","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:ff:93","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.4"}],"id":"5ce5840e-64fc-4b52-88ca-bf06ce1936bc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:8f:77","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.1"}],"id":"cab0e289-335f-4c02-979e-93b3dba7e011","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:d5:0e","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:24Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.11"}],"id":"dd301b3a-c39c-4328-bb79-0e961f90f135","security_groups":["3c125a87-1c98-4c17-a9e0-d01606d48333"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ea:c6","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:27Z","binding:vnic_type":"normal","device_id":"2fee7d3d-e57e-4274-ae30-6b3e82539206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.3"}],"id":"fbf3fb32-76c0-495f-a19a-2d1383b70bb0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:9a:27","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f1ed304-3177-4708-b08d-3180342148f5"}]} 2018-09-04 22:41:43,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-1ad8378b-9cd9-4322-8dd5-6c5a12d3433b 2018-09-04 22:41:43,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:43,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-468c7551-689c-4b1c-9194-93a9469fa547 Date: Tue, 04 Sep 2018 22:41:43 GMT RESP BODY: {"floatingips": [{"router_id": "cd56a0c5-2558-47a7-a861-040efbd7030d", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "created_at": "2018-09-04T22:41:25Z", "updated_at": "2018-09-04T22:41:26Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "022d8303d5c44bc089a8c7da25f51021", "port_id": "3aad88f0-34be-4686-a10f-3de1e6bc0a7b", "id": "71cd7e48-fe19-42ec-9a1b-9c9a26c907d4"}]} 2018-09-04 22:41:43,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-468c7551-689c-4b1c-9194-93a9469fa547 2018-09-04 22:41:43,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/cd56a0c5-2558-47a7-a861-040efbd7030d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:43,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-05442559-1c46-4c1d-a0de-a7d55217f7f8 Date: Tue, 04 Sep 2018 22:41:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "created_at": "2018-09-04T22:41:18Z", "admin_state_up": true, "updated_at": "2018-09-04T22:41:25Z", "project_id": "022d8303d5c44bc089a8c7da25f51021", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "cd56a0c5-2558-47a7-a861-040efbd7030d", "name": "mgmt_router"}} 2018-09-04 22:41:43,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/cd56a0c5-2558-47a7-a861-040efbd7030d used request id req-05442559-1c46-4c1d-a0de-a7d55217f7f8 2018-09-04 22:41:43,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=cd56a0c5-2558-47a7-a861-040efbd7030d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:43,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4543 X-Openstack-Request-Id: req-62867db4-128d-4f06-8851-11641260c2ea Date: Tue, 04 Sep 2018 22:41:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:26Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"27555457-af11-420c-8e67-529344c645c4","ip_address":"169.254.192.9"}],"id":"3cb8dec9-1d04-4731-8ec3-7d5f64c29ee7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:7f:19","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 022d8303d5c44bc089a8c7da25f51021","admin_state_up":true,"network_id":"d5867d81-1f73-40da-bd8d-87e938e72503","tenant_id":"","created_at":"2018-09-04T22:41:19Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:39Z","device_owner":"network:router_gateway","revision_number":14,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","ip_address":"172.30.9.208"}],"id":"6026256a-6437-4394-a9fd-cb5fb4da4ebe","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:b1:ec","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"","created_at":"2018-09-04T22:41:18Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"27555457-af11-420c-8e67-529344c645c4","ip_address":"169.254.192.11"}],"id":"a71c1760-bba4-46fd-9add-91a35fd0d7c5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:a4:b8","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 022d8303d5c44bc089a8c7da25f51021","admin_state_up":true,"network_id":"d5867d81-1f73-40da-bd8d-87e938e72503","tenant_id":"","created_at":"2018-09-04T22:41:21Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.1"}],"id":"cab0e289-335f-4c02-979e-93b3dba7e011","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:d5:0e","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:24Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:27Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"27555457-af11-420c-8e67-529344c645c4","ip_address":"169.254.192.2"}],"id":"ecd1cc85-ed89-402d-875c-b2f21ed463d8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:e8:1c","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 022d8303d5c44bc089a8c7da25f51021","admin_state_up":true,"network_id":"d5867d81-1f73-40da-bd8d-87e938e72503","tenant_id":"","created_at":"2018-09-04T22:41:20Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"}]} 2018-09-04 22:41:43,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=cd56a0c5-2558-47a7-a861-040efbd7030d used request id req-62867db4-128d-4f06-8851-11641260c2ea 2018-09-04 22:41:43,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:44,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-265d8a09-2ebf-4ab6-862c-d9d86590a9ed Date: Tue, 04 Sep 2018 22:41:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 22:41:44,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/97e3a010-d0e8-45f7-9bbb-04a537953fb8 used request id req-265d8a09-2ebf-4ab6-862c-d9d86590a9ed 2018-09-04 22:41:44,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/27555457-af11-420c-8e67-529344c645c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:44,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4938257b-f218-4666-b198-131ef5e4410b Date: Tue, 04 Sep 2018 22:41:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d5867d81-1f73-40da-bd8d-87e938e72503","tenant_id":"","created_at":"2018-09-04T22:41:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:17Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"27555457-af11-420c-8e67-529344c645c4","subnetpool_id":null,"name":"HA subnet tenant 022d8303d5c44bc089a8c7da25f51021"}} 2018-09-04 22:41:44,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/27555457-af11-420c-8e67-529344c645c4 used request id req-4938257b-f218-4666-b198-131ef5e4410b 2018-09-04 22:41:44,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/27555457-af11-420c-8e67-529344c645c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:44,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-27b01c85-fe22-4b45-ab60-e0d2f8ae37d0 Date: Tue, 04 Sep 2018 22:41:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d5867d81-1f73-40da-bd8d-87e938e72503","tenant_id":"","created_at":"2018-09-04T22:41:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:17Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"27555457-af11-420c-8e67-529344c645c4","subnetpool_id":null,"name":"HA subnet tenant 022d8303d5c44bc089a8c7da25f51021"}} 2018-09-04 22:41:44,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/27555457-af11-420c-8e67-529344c645c4 used request id req-27b01c85-fe22-4b45-ab60-e0d2f8ae37d0 2018-09-04 22:41:44,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/27555457-af11-420c-8e67-529344c645c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:44,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b3eb931b-b19d-4ad4-b18e-5e5492c6b980 Date: Tue, 04 Sep 2018 22:41:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d5867d81-1f73-40da-bd8d-87e938e72503","tenant_id":"","created_at":"2018-09-04T22:41:17Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:17Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"27555457-af11-420c-8e67-529344c645c4","subnetpool_id":null,"name":"HA subnet tenant 022d8303d5c44bc089a8c7da25f51021"}} 2018-09-04 22:41:44,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/27555457-af11-420c-8e67-529344c645c4 used request id req-b3eb931b-b19d-4ad4-b18e-5e5492c6b980 2018-09-04 22:41:44,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/34feaa3f-625b-4c40-aabf-fd018d6ddc9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:44,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-77ed0874-ca64-4e06-9358-39b5c7992c7a Date: Tue, 04 Sep 2018 22:41:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}} 2018-09-04 22:41:44,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/34feaa3f-625b-4c40-aabf-fd018d6ddc9b used request id req-77ed0874-ca64-4e06-9358-39b5c7992c7a 2018-09-04 22:41:44,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports/3aad88f0-34be-4686-a10f-3de1e6bc0a7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:44,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-88ad50aa-cfd2-4cb8-b174-db82435349dd Date: Tue, 04 Sep 2018 22:41:44 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.9"}],"id":"3aad88f0-34be-4686-a10f-3de1e6bc0a7b","security_groups":["cfa9b215-66d1-4b55-afed-eea2a92a52d4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:f3:40","device_id":"d9232c5d-15c1-4c4a-9eab-b591ca3bfc11","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn","project_id":"022d8303d5c44bc089a8c7da25f51021","qos_policy_id":null,"admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal"}} 2018-09-04 22:41:44,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports/3aad88f0-34be-4686-a10f-3de1e6bc0a7b used request id req-88ad50aa-cfd2-4cb8-b174-db82435349dd 2018-09-04 22:41:44,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/34feaa3f-625b-4c40-aabf-fd018d6ddc9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:44,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-f18e9050-b8de-4425-8157-d0fe481862d0 Date: Tue, 04 Sep 2018 22:41:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}} 2018-09-04 22:41:44,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/34feaa3f-625b-4c40-aabf-fd018d6ddc9b used request id req-f18e9050-b8de-4425-8157-d0fe481862d0 2018-09-04 22:41:44,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:44,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-913006ba-a9ea-41ad-9cae-1ff4e26c1857 Date: Tue, 04 Sep 2018 22:41:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:41:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:41:11Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/snap", "metadata": {}}], "self": "/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "min_disk": 0, "protected": false, "id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "file": "/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "022d8303d5c44bc089a8c7da25f51021", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:41:44,862 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164 used request id req-913006ba-a9ea-41ad-9cae-1ff4e26c1857 2018-09-04 22:41:44,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:45,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a89b7dd9-779c-489d-989c-7ea123859da1 Date: Tue, 04 Sep 2018 22:41:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:41:45,025 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-a89b7dd9-779c-489d-989c-7ea123859da1 2018-09-04 22:41:45,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:45,202 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:45 GMT Server: Apache x-openstack-request-id: req-9e18de82-46ac-4da7-acd8-2572c1132520 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:45,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:45 GMT Server: Apache x-openstack-request-id: req-52367df1-b214-4d6c-ac09-5bdc3de71233 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2087 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArZDaMrI8zCNMVBT8EetKYkRa5dEXU91HeV8oZw2MQ87Zuz2x\nXqsdQxP1nX59fzm6xMjVUvNbsbYamAq8SNAolD9EZTdHZUJIv2GU28lW1cLQVNCm\nZFvoFdP9LSSNMQsH2qp/XPvoKDm7iqvmuDNFl/D3Pu3jER6tMKGZ3IRpR3yjRUAc\n+kbqCPs/8FYhGJhXAPna+BgwZg/YwJOb/2LuvORsG0vreUk+R/QA2n4yotjHydiN\nkJdfgdsy6O9aYsiWtodLJtkb4ftV36qX552TqJ467IdIBnYk0Zxh+OgzDiTHMVpB\nUB+riANYx/x4rOLIx5Fq5yVTPMG8hxrCF3Q2dQIDAQABAoIBAQCSVzSyU/fRAt4D\ncuIJ1cIU0p91b/NkQYlW+3WcVh7yuUB5kA2xzULR4M1Rqmnz0F/6NX8v/oJMd0c6\n9KpGFkRwoltvn8kxxk6CFqulGMB/YU+4g2gX7Cnl5aRs4ImvVSadJu5WHwtihzLq\nPAA/RPOjpYdB5t9x+tR50XdiJ76Ah2E6HV6v5N9KEZ8k/QiAzZA9crSt4HlBHJ6i\nqY4NrFNWRgHY6CKmpWrCEoVTD5erC8wzUeKL4R8K17vGZQ/1ZmvOAiAEdyyfEds9\nFUhbd6p5EN/AOGcju2AH62s/KrqGFhG/knos3OBu/SL+CUEJQ5gpgKw4+Sy7YwUR\nNKZey2sNAoGBAN7s6F1Gj0t7zrXJJ9tHNiB3Cs+sTfqSPYjuvcgAMHwnV0z23dhK\n574SVh7xSjZHgbA7k/FV0a0Xu/wvDMygmf0Uo3Hnja0Irxku4C0jIZWt9U3nfQ6Q\nALMGpv8EFL9vXDyBsZOqKY3lgY2j7xcMhvj+DepXxxb5MhxwcLC+ogzLAoGBAMdR\nLqMuQTq8aCLiCLA6H7ZVJGQvS/7iGJgRgkjOF1q3pKWd/03tZRgVMvU+97e425K9\nQlOt88at0tB++nskMs97sl6BUmL23NxdGYDSPnLwGGKL7RA3JdkJGiXXUbVzL1/R\n01IXZcuFnkWjclA1fRoIlQLcpcq34C4YVV8AY6G/AoGAckDvsua4CJLy1d68K7mq\ntybsBpYj/Tm4ihb6c6gNMYSkTND10KZLcfJJ61/1ji5F/MH8SCOY7GMOuOiQYcwq\nQDi0sGtiBH4/5+NLiDbKPsHCyOPNB4qsoRTWwDsiOx9jIavDDJCY7Z3kMWkE4EZO\nYw0qqqHEazTbBxJl32BFA9MCgYApsvtN2mx9LFOhEKb+r3pY/CEb8KU2kvjQP8GB\nF9Tc/tSsbYyvMf5Xdn/tvRm4Ty1o2r2YoikBJPaY9ifTQXR74gYkLWweFkWIuNWQ\nFOxJwZ9oZpvXK6J4cKYOyqhmjM2Zf111rD14weCl8xcEXtxoaOk76wuoiKWXHzIl\nKQCvIwKBgQCRweM/cSxPqCmyXQeAPPcjLO30s8fdKZ+Z8c763dBIqM/kMqlPK8SK\nkgn3aYI+O3XxiJB5S6IigwTcDdah41G1DtSbkYFJ1Vi9jVbIbnBwZ3pzweUwzw4a\n7yvj/uoA7h54hK1lb0HU9+EpfanyGn6lHEZzE+4HGrLbuNilEdjCag==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:41:45,377 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-52367df1-b214-4d6c-ac09-5bdc3de71233 2018-09-04 22:41:45,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:41:45,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:41:45,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "586f4b4f70aa469a81909fb428cc62f5", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:41:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "022d8303d5c44bc089a8c7da25f51021", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-user", "id": "d40a431672e647e9ad6d07201bc95441"}, "audit_ids": ["vCpdnrvWTuGKj72usn85hA"], "issued_at": "2018-09-04T22:41:45.000000Z"}} 2018-09-04 22:41:45,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:45,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd53a9c3-85bb-4f68-b275-6d3df59f344b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:41:45,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fd53a9c3-85bb-4f68-b275-6d3df59f344b 2018-09-04 22:41:45,843 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:41:45,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:45,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6be3146-dc35-4756-a585-ea22c82a06c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:41:45,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d6be3146-dc35-4756-a585-ea22c82a06c9 2018-09-04 22:41:45,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:46,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d59b2313-12fc-4828-a833-b7b7bdf28f18 Date: Tue, 04 Sep 2018 22:41:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:46,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-d59b2313-12fc-4828-a833-b7b7bdf28f18 2018-09-04 22:41:46,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:41:46,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:41:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:41:46,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:46,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1b8e2cd-337c-45e3-9f91-6b3667bae682 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:46,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-e1b8e2cd-337c-45e3-9f91-6b3667bae682 2018-09-04 22:41:46,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:46,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-af33e51a-f257-4351-a5f6-0bfe9b5422f8 Date: Tue, 04 Sep 2018 22:41:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:46,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-af33e51a-f257-4351-a5f6-0bfe9b5422f8 2018-09-04 22:41:46,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5&mac_address=fa%3A16%3A3e%3Ace%3Af3%3A40&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:47,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-f7fa156d-0a0d-4b8f-a33f-3ec92f450cd3 Date: Tue, 04 Sep 2018 22:41:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.9"}],"id":"3aad88f0-34be-4686-a10f-3de1e6bc0a7b","security_groups":["cfa9b215-66d1-4b55-afed-eea2a92a52d4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:f3:40","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"d9232c5d-15c1-4c4a-9eab-b591ca3bfc11"}]} 2018-09-04 22:41:47,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5&mac_address=fa%3A16%3A3e%3Ace%3Af3%3A40&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn&admin_state_up=True used request id req-f7fa156d-0a0d-4b8f-a33f-3ec92f450cd3 2018-09-04 22:41:47,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:47,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15c703c4-dff0-4f91-a0aa-764466d237ce Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:47,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-15c703c4-dff0-4f91-a0aa-764466d237ce 2018-09-04 22:41:47,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:47,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38fa7a14-4e5b-4536-885c-1fe08902c4b7 x-compute-request-id: req-38fa7a14-4e5b-4536-885c-1fe08902c4b7 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:f3:40", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:f3:40", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "rel": "bookmark"}], "image": {"id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "links": [{"href": "http://172.30.9.26:8774/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-09-04T22:41:32.000000", "flavor": {"id": "c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "links": [{"href": "http://172.30.9.26:8774/flavors/c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "rel": "bookmark"}]}, "id": "d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "security_groups": [{"name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp"}], "user_id": "d40a431672e647e9ad6d07201bc95441", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:41:34Z", "hostId": "059060c472ca590f463e7d9817922013223fceea1e815d24f652bdb1", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "created": "2018-09-04T22:41:26Z", "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:41:47,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1 used request id req-38fa7a14-4e5b-4536-885c-1fe08902c4b7 2018-09-04 22:41:47,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:48,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1c1630a3-8823-44ee-8bae-549edcd6ecd1 Date: Tue, 04 Sep 2018 22:41:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:48,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-1c1630a3-8823-44ee-8bae-549edcd6ecd1 2018-09-04 22:41:48,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:48,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-babf86f1-b97e-4820-a1d7-ab55d743359e Date: Tue, 04 Sep 2018 22:41:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:48,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-babf86f1-b97e-4820-a1d7-ab55d743359e 2018-09-04 22:41:48,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:48,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-30496724-fbe1-4110-9f9b-cede971f3189 Date: Tue, 04 Sep 2018 22:41:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.9"}],"id":"3aad88f0-34be-4686-a10f-3de1e6bc0a7b","security_groups":["cfa9b215-66d1-4b55-afed-eea2a92a52d4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:f3:40","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"d9232c5d-15c1-4c4a-9eab-b591ca3bfc11"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.2"}],"id":"557f8bd1-40ca-42fd-9723-1fb8a6639541","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:ff:93","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.4"}],"id":"5ce5840e-64fc-4b52-88ca-bf06ce1936bc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:8f:77","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.1"}],"id":"cab0e289-335f-4c02-979e-93b3dba7e011","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:d5:0e","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:24Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.11"}],"id":"dd301b3a-c39c-4328-bb79-0e961f90f135","security_groups":["3c125a87-1c98-4c17-a9e0-d01606d48333"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ea:c6","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:27Z","binding:vnic_type":"normal","device_id":"2fee7d3d-e57e-4274-ae30-6b3e82539206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.3"}],"id":"fbf3fb32-76c0-495f-a19a-2d1383b70bb0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:9a:27","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f1ed304-3177-4708-b08d-3180342148f5"}]} 2018-09-04 22:41:48,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-30496724-fbe1-4110-9f9b-cede971f3189 2018-09-04 22:41:48,498 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1 2018-09-04 22:41:48,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:48,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-c5f786dd-cb0d-4e3c-9bc1-f69f9b4a19af Date: Tue, 04 Sep 2018 22:41:48 GMT RESP BODY: {"floatingips": [{"router_id": "cd56a0c5-2558-47a7-a861-040efbd7030d", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "created_at": "2018-09-04T22:41:25Z", "updated_at": "2018-09-04T22:41:26Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "022d8303d5c44bc089a8c7da25f51021", "port_id": "3aad88f0-34be-4686-a10f-3de1e6bc0a7b", "id": "71cd7e48-fe19-42ec-9a1b-9c9a26c907d4"}]} 2018-09-04 22:41:48,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-c5f786dd-cb0d-4e3c-9bc1-f69f9b4a19af 2018-09-04 22:41:48,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:48,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d206dd1-cbaa-45f2-b818-e0e02885e3fc x-compute-request-id: req-4d206dd1-cbaa-45f2-b818-e0e02885e3fc Content-Encoding: gzip Content-Length: 337 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-flavor2-4tfdf4hu5asq", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:41:48,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f used request id req-4d206dd1-cbaa-45f2-b818-e0e02885e3fc 2018-09-04 22:41:48,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/34feaa3f-625b-4c40-aabf-fd018d6ddc9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:48,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-4424460c-03b4-4ae8-bf46-93680653ed26 Date: Tue, 04 Sep 2018 22:41:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}} 2018-09-04 22:41:48,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/34feaa3f-625b-4c40-aabf-fd018d6ddc9b used request id req-4424460c-03b4-4ae8-bf46-93680653ed26 2018-09-04 22:41:48,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:49,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-242a0ad4-9f81-49cf-971d-0abb104d12e2 Date: Tue, 04 Sep 2018 22:41:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:49,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-242a0ad4-9f81-49cf-971d-0abb104d12e2 2018-09-04 22:41:49,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:49,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d0fb7a7d-2ecb-4422-b3df-e2c298263091 Date: Tue, 04 Sep 2018 22:41:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:49,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-d0fb7a7d-2ecb-4422-b3df-e2c298263091 2018-09-04 22:41:49,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:49,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0185a946-3a7a-4a07-9993-df8cf8a03d26 Date: Tue, 04 Sep 2018 22:41:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:49,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-0185a946-3a7a-4a07-9993-df8cf8a03d26 2018-09-04 22:41:49,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:50,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d0023e7-a0b1-499c-b778-fd1c5dee8b0f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:50,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-1d0023e7-a0b1-499c-b778-fd1c5dee8b0f 2018-09-04 22:41:50,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:50,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-99526cd5-37bc-4193-997b-d10acc32a390 Date: Tue, 04 Sep 2018 22:41:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:50,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-99526cd5-37bc-4193-997b-d10acc32a390 2018-09-04 22:41:50,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5&mac_address=fa%3A16%3A3e%3A22%3Aea%3Ac6&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:50,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-0120a269-51bf-48e5-8d2d-b67bd54addc5 Date: Tue, 04 Sep 2018 22:41:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.11"}],"id":"dd301b3a-c39c-4328-bb79-0e961f90f135","security_groups":["3c125a87-1c98-4c17-a9e0-d01606d48333"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ea:c6","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:27Z","binding:vnic_type":"normal","device_id":"2fee7d3d-e57e-4274-ae30-6b3e82539206"}]} 2018-09-04 22:41:50,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5&mac_address=fa%3A16%3A3e%3A22%3Aea%3Ac6&admin_state_up=True used request id req-0120a269-51bf-48e5-8d2d-b67bd54addc5 2018-09-04 22:41:50,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:50,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10ac14e5-e738-4c9d-af77-79569ff518fb Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:50,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-10ac14e5-e738-4c9d-af77-79569ff518fb 2018-09-04 22:41:50,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:50,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-88787924-038d-4581-8d9e-a14aaa8aaaa2 Date: Tue, 04 Sep 2018 22:41:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:50,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-88787924-038d-4581-8d9e-a14aaa8aaaa2 2018-09-04 22:41:50,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:50,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ace68795-4cf2-4b75-a87c-9ff4cc09bad9 Date: Tue, 04 Sep 2018 22:41:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:50,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-ace68795-4cf2-4b75-a87c-9ff4cc09bad9 2018-09-04 22:41:50,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:50,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-59dd701c-95fd-4fcc-8371-028c0ee7032e Date: Tue, 04 Sep 2018 22:41:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.9"}],"id":"3aad88f0-34be-4686-a10f-3de1e6bc0a7b","security_groups":["cfa9b215-66d1-4b55-afed-eea2a92a52d4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:f3:40","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"d9232c5d-15c1-4c4a-9eab-b591ca3bfc11"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.2"}],"id":"557f8bd1-40ca-42fd-9723-1fb8a6639541","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:ff:93","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.4"}],"id":"5ce5840e-64fc-4b52-88ca-bf06ce1936bc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:8f:77","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.1"}],"id":"cab0e289-335f-4c02-979e-93b3dba7e011","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:d5:0e","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:24Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.11"}],"id":"dd301b3a-c39c-4328-bb79-0e961f90f135","security_groups":["3c125a87-1c98-4c17-a9e0-d01606d48333"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ea:c6","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:27Z","binding:vnic_type":"normal","device_id":"2fee7d3d-e57e-4274-ae30-6b3e82539206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.3"}],"id":"fbf3fb32-76c0-495f-a19a-2d1383b70bb0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:9a:27","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f1ed304-3177-4708-b08d-3180342148f5"}]} 2018-09-04 22:41:50,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-59dd701c-95fd-4fcc-8371-028c0ee7032e 2018-09-04 22:41:50,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:50,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-b349380e-fdf3-4480-ab1b-f59f23300eb0 Date: Tue, 04 Sep 2018 22:41:50 GMT RESP BODY: {"floatingips": [{"router_id": "cd56a0c5-2558-47a7-a861-040efbd7030d", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "created_at": "2018-09-04T22:41:25Z", "updated_at": "2018-09-04T22:41:26Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "022d8303d5c44bc089a8c7da25f51021", "port_id": "3aad88f0-34be-4686-a10f-3de1e6bc0a7b", "id": "71cd7e48-fe19-42ec-9a1b-9c9a26c907d4"}]} 2018-09-04 22:41:50,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-b349380e-fdf3-4480-ab1b-f59f23300eb0 2018-09-04 22:41:50,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:51,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-d9f18b21-401b-4eaf-87bc-8b1afb547562 Date: Tue, 04 Sep 2018 22:41:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:41:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T22:41:11Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/snap", "metadata": {}}], "self": "/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "min_disk": 0, "protected": false, "id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "file": "/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "022d8303d5c44bc089a8c7da25f51021", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/40ca50e9-e953-48fa-bed8-1b874ab2f164/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:41:51,103 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164 used request id req-d9f18b21-401b-4eaf-87bc-8b1afb547562 2018-09-04 22:41:51,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cd7345fb4235b40f32250c1b3a72212ed62bb27" 2018-09-04 22:41:51,289 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:51 GMT Server: Apache x-openstack-request-id: req-a3854fb6-9a04-42e4-beaa-b10978bb7c39 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:51,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:51 GMT Server: Apache x-openstack-request-id: req-eac118b1-1a76-4026-bc1b-f8310305b782 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2087 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArZDaMrI8zCNMVBT8EetKYkRa5dEXU91HeV8oZw2MQ87Zuz2x\nXqsdQxP1nX59fzm6xMjVUvNbsbYamAq8SNAolD9EZTdHZUJIv2GU28lW1cLQVNCm\nZFvoFdP9LSSNMQsH2qp/XPvoKDm7iqvmuDNFl/D3Pu3jER6tMKGZ3IRpR3yjRUAc\n+kbqCPs/8FYhGJhXAPna+BgwZg/YwJOb/2LuvORsG0vreUk+R/QA2n4yotjHydiN\nkJdfgdsy6O9aYsiWtodLJtkb4ftV36qX552TqJ467IdIBnYk0Zxh+OgzDiTHMVpB\nUB+riANYx/x4rOLIx5Fq5yVTPMG8hxrCF3Q2dQIDAQABAoIBAQCSVzSyU/fRAt4D\ncuIJ1cIU0p91b/NkQYlW+3WcVh7yuUB5kA2xzULR4M1Rqmnz0F/6NX8v/oJMd0c6\n9KpGFkRwoltvn8kxxk6CFqulGMB/YU+4g2gX7Cnl5aRs4ImvVSadJu5WHwtihzLq\nPAA/RPOjpYdB5t9x+tR50XdiJ76Ah2E6HV6v5N9KEZ8k/QiAzZA9crSt4HlBHJ6i\nqY4NrFNWRgHY6CKmpWrCEoVTD5erC8wzUeKL4R8K17vGZQ/1ZmvOAiAEdyyfEds9\nFUhbd6p5EN/AOGcju2AH62s/KrqGFhG/knos3OBu/SL+CUEJQ5gpgKw4+Sy7YwUR\nNKZey2sNAoGBAN7s6F1Gj0t7zrXJJ9tHNiB3Cs+sTfqSPYjuvcgAMHwnV0z23dhK\n574SVh7xSjZHgbA7k/FV0a0Xu/wvDMygmf0Uo3Hnja0Irxku4C0jIZWt9U3nfQ6Q\nALMGpv8EFL9vXDyBsZOqKY3lgY2j7xcMhvj+DepXxxb5MhxwcLC+ogzLAoGBAMdR\nLqMuQTq8aCLiCLA6H7ZVJGQvS/7iGJgRgkjOF1q3pKWd/03tZRgVMvU+97e425K9\nQlOt88at0tB++nskMs97sl6BUmL23NxdGYDSPnLwGGKL7RA3JdkJGiXXUbVzL1/R\n01IXZcuFnkWjclA1fRoIlQLcpcq34C4YVV8AY6G/AoGAckDvsua4CJLy1d68K7mq\ntybsBpYj/Tm4ihb6c6gNMYSkTND10KZLcfJJ61/1ji5F/MH8SCOY7GMOuOiQYcwq\nQDi0sGtiBH4/5+NLiDbKPsHCyOPNB4qsoRTWwDsiOx9jIavDDJCY7Z3kMWkE4EZO\nYw0qqqHEazTbBxJl32BFA9MCgYApsvtN2mx9LFOhEKb+r3pY/CEb8KU2kvjQP8GB\nF9Tc/tSsbYyvMf5Xdn/tvRm4Ty1o2r2YoikBJPaY9ifTQXR74gYkLWweFkWIuNWQ\nFOxJwZ9oZpvXK6J4cKYOyqhmjM2Zf111rD14weCl8xcEXtxoaOk76wuoiKWXHzIl\nKQCvIwKBgQCRweM/cSxPqCmyXQeAPPcjLO30s8fdKZ+Z8c763dBIqM/kMqlPK8SK\nkgn3aYI+O3XxiJB5S6IigwTcDdah41G1DtSbkYFJ1Vi9jVbIbnBwZ3pzweUwzw4a\n7yvj/uoA7h54hK1lb0HU9+EpfanyGn6lHEZzE+4HGrLbuNilEdjCag==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:41:51,612 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-eac118b1-1a76-4026-bc1b-f8310305b782 2018-09-04 22:41:51,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:41:51,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:41:51,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "586f4b4f70aa469a81909fb428cc62f5", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj-role"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:41:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "022d8303d5c44bc089a8c7da25f51021", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/022d8303d5c44bc089a8c7da25f51021", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-user", "id": "d40a431672e647e9ad6d07201bc95441"}, "audit_ids": ["B7yuzY43RoacQaf1FPc8XQ"], "issued_at": "2018-09-04T22:41:51.000000Z"}} 2018-09-04 22:41:51,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:52,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e58c144a-ff97-42ef-8b64-75dc54879f2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:41:52,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e58c144a-ff97-42ef-8b64-75dc54879f2f 2018-09-04 22:41:52,075 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:41:52,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:52,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-865eca11-4cbe-4369-a501-e091c01d6bac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:41:52,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-865eca11-4cbe-4369-a501-e091c01d6bac 2018-09-04 22:41:52,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:52,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-da938a00-228d-4a9e-b98c-a3b42917678f Date: Tue, 04 Sep 2018 22:41:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:52,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-da938a00-228d-4a9e-b98c-a3b42917678f 2018-09-04 22:41:52,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:41:52,435 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:41:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:41:52,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:52,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc7f49c9-0037-4881-8558-7660275c6071 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:52,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-bc7f49c9-0037-4881-8558-7660275c6071 2018-09-04 22:41:52,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:52,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2d2cc10e-d3d2-4a07-98d8-1b1f8e8410c1 Date: Tue, 04 Sep 2018 22:41:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:52,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-2d2cc10e-d3d2-4a07-98d8-1b1f8e8410c1 2018-09-04 22:41:52,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5&mac_address=fa%3A16%3A3e%3A22%3Aea%3Ac6&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:52,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-433d37f4-b412-4509-afed-63640615a942 Date: Tue, 04 Sep 2018 22:41:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.11"}],"id":"dd301b3a-c39c-4328-bb79-0e961f90f135","security_groups":["3c125a87-1c98-4c17-a9e0-d01606d48333"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ea:c6","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:27Z","binding:vnic_type":"normal","device_id":"2fee7d3d-e57e-4274-ae30-6b3e82539206"}]} 2018-09-04 22:41:52,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5&mac_address=fa%3A16%3A3e%3A22%3Aea%3Ac6&admin_state_up=True used request id req-433d37f4-b412-4509-afed-63640615a942 2018-09-04 22:41:52,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:53,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b54b49ef-39de-4114-9b37-b793e63cf6c1 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:53,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-b54b49ef-39de-4114-9b37-b793e63cf6c1 2018-09-04 22:41:53,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:53,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36217ac7-01db-4f83-b161-bf9ce5f1de6c x-compute-request-id: req-36217ac7-01db-4f83-b161-bf9ce5f1de6c Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:ea:c6", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2fee7d3d-e57e-4274-ae30-6b3e82539206", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2fee7d3d-e57e-4274-ae30-6b3e82539206", "rel": "bookmark"}], "image": {"id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "links": [{"href": "http://172.30.9.26:8774/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-09-04T22:41:30.000000", "flavor": {"id": "5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f", "links": [{"href": "http://172.30.9.26:8774/flavors/5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f", "rel": "bookmark"}]}, "id": "2fee7d3d-e57e-4274-ae30-6b3e82539206", "security_groups": [{"name": "default"}], "user_id": "d40a431672e647e9ad6d07201bc95441", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:41:32Z", "hostId": "059060c472ca590f463e7d9817922013223fceea1e815d24f652bdb1", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "created": "2018-09-04T22:41:25Z", "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:41:53,967 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2 used request id req-36217ac7-01db-4f83-b161-bf9ce5f1de6c 2018-09-04 22:41:53,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:54,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-aa017be6-71b5-47f2-a7c2-d987a9294d2a Date: Tue, 04 Sep 2018 22:41:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:54,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-aa017be6-71b5-47f2-a7c2-d987a9294d2a 2018-09-04 22:41:54,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:54,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fd03a1aa-9a6b-4ccf-8f64-365c8983af51 Date: Tue, 04 Sep 2018 22:41:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:54,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-fd03a1aa-9a6b-4ccf-8f64-365c8983af51 2018-09-04 22:41:54,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:54,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-ab65b7d3-e128-4505-989c-1137e11ceb47 Date: Tue, 04 Sep 2018 22:41:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.9"}],"id":"3aad88f0-34be-4686-a10f-3de1e6bc0a7b","security_groups":["cfa9b215-66d1-4b55-afed-eea2a92a52d4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:f3:40","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"d9232c5d-15c1-4c4a-9eab-b591ca3bfc11"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.2"}],"id":"557f8bd1-40ca-42fd-9723-1fb8a6639541","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:ff:93","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.4"}],"id":"5ce5840e-64fc-4b52-88ca-bf06ce1936bc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:8f:77","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.1"}],"id":"cab0e289-335f-4c02-979e-93b3dba7e011","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:d5:0e","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:24Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.11"}],"id":"dd301b3a-c39c-4328-bb79-0e961f90f135","security_groups":["3c125a87-1c98-4c17-a9e0-d01606d48333"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ea:c6","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:27Z","binding:vnic_type":"normal","device_id":"2fee7d3d-e57e-4274-ae30-6b3e82539206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.3"}],"id":"fbf3fb32-76c0-495f-a19a-2d1383b70bb0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:9a:27","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f1ed304-3177-4708-b08d-3180342148f5"}]} 2018-09-04 22:41:54,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-ab65b7d3-e128-4505-989c-1137e11ceb47 2018-09-04 22:41:54,608 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2 2018-09-04 22:41:54,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:54,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-8c4f7f30-3393-4864-9bf8-bcd9a7a57324 Date: Tue, 04 Sep 2018 22:41:54 GMT RESP BODY: {"floatingips": [{"router_id": "cd56a0c5-2558-47a7-a861-040efbd7030d", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "created_at": "2018-09-04T22:41:25Z", "updated_at": "2018-09-04T22:41:26Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "022d8303d5c44bc089a8c7da25f51021", "port_id": "3aad88f0-34be-4686-a10f-3de1e6bc0a7b", "id": "71cd7e48-fe19-42ec-9a1b-9c9a26c907d4"}]} 2018-09-04 22:41:54,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-8c4f7f30-3393-4864-9bf8-bcd9a7a57324 2018-09-04 22:41:54,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:55,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd58f303-a1fb-42f1-9d35-2967840a9edb x-compute-request-id: req-cd58f303-a1fb-42f1-9d35-2967840a9edb Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:f3:40", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:f3:40", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "rel": "bookmark"}], "image": {"id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "links": [{"href": "http://172.30.9.26:8774/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-09-04T22:41:32.000000", "flavor": {"id": "c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "links": [{"href": "http://172.30.9.26:8774/flavors/c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "rel": "bookmark"}]}, "id": "d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "security_groups": [{"name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp"}], "user_id": "d40a431672e647e9ad6d07201bc95441", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:41:34Z", "hostId": "059060c472ca590f463e7d9817922013223fceea1e815d24f652bdb1", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "created": "2018-09-04T22:41:26Z", "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:41:55,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11 used request id req-cd58f303-a1fb-42f1-9d35-2967840a9edb 2018-09-04 22:41:55,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:55,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-cabbe162-0a13-40c3-ba22-edba26ce606b Date: Tue, 04 Sep 2018 22:41:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:55,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-cabbe162-0a13-40c3-ba22-edba26ce606b 2018-09-04 22:41:55,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:55,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d36485a-c490-4b32-8fda-39e7c69f072f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:55,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-9d36485a-c490-4b32-8fda-39e7c69f072f 2018-09-04 22:41:55,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:55,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-eadac7fc-ca63-43d7-920c-ea16b3354362 Date: Tue, 04 Sep 2018 22:41:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:55,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-eadac7fc-ca63-43d7-920c-ea16b3354362 2018-09-04 22:41:55,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:55,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-15de1b2e-afa5-4465-b13b-6f43eb017676 Date: Tue, 04 Sep 2018 22:41:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.9"}],"id":"3aad88f0-34be-4686-a10f-3de1e6bc0a7b","security_groups":["cfa9b215-66d1-4b55-afed-eea2a92a52d4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:f3:40","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"d9232c5d-15c1-4c4a-9eab-b591ca3bfc11"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.2"}],"id":"557f8bd1-40ca-42fd-9723-1fb8a6639541","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:ff:93","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.4"}],"id":"5ce5840e-64fc-4b52-88ca-bf06ce1936bc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:8f:77","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.1"}],"id":"cab0e289-335f-4c02-979e-93b3dba7e011","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:d5:0e","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:24Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.11"}],"id":"dd301b3a-c39c-4328-bb79-0e961f90f135","security_groups":["3c125a87-1c98-4c17-a9e0-d01606d48333"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ea:c6","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:27Z","binding:vnic_type":"normal","device_id":"2fee7d3d-e57e-4274-ae30-6b3e82539206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.3"}],"id":"fbf3fb32-76c0-495f-a19a-2d1383b70bb0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:9a:27","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f1ed304-3177-4708-b08d-3180342148f5"}]} 2018-09-04 22:41:55,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-15de1b2e-afa5-4465-b13b-6f43eb017676 2018-09-04 22:41:55,858 - create_instance - INFO - Checking if VM is active 2018-09-04 22:41:55,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:56,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0a70a60-9cc4-4d4b-a7bf-b67ebdf5caa2 x-compute-request-id: req-a0a70a60-9cc4-4d4b-a7bf-b67ebdf5caa2 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:f3:40", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:f3:40", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "rel": "bookmark"}], "image": {"id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "links": [{"href": "http://172.30.9.26:8774/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-09-04T22:41:32.000000", "flavor": {"id": "c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "links": [{"href": "http://172.30.9.26:8774/flavors/c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "rel": "bookmark"}]}, "id": "d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "security_groups": [{"name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp"}], "user_id": "d40a431672e647e9ad6d07201bc95441", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:41:34Z", "hostId": "059060c472ca590f463e7d9817922013223fceea1e815d24f652bdb1", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "created": "2018-09-04T22:41:26Z", "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:41:56,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11 used request id req-a0a70a60-9cc4-4d4b-a7bf-b67ebdf5caa2 2018-09-04 22:41:56,159 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1] is - ACTIVE 2018-09-04 22:41:56,159 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:41:56,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:56,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c491dff-3262-4eca-a590-e8a50296d77c x-compute-request-id: req-7c491dff-3262-4eca-a590-e8a50296d77c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:f3:40", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:f3:40", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "rel": "bookmark"}], "image": {"id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "links": [{"href": "http://172.30.9.26:8774/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-09-04T22:41:32.000000", "flavor": {"id": "c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "links": [{"href": "http://172.30.9.26:8774/flavors/c347e4eb-c4f3-4603-ad80-f2e162bcb1e4", "rel": "bookmark"}]}, "id": "d9232c5d-15c1-4c4a-9eab-b591ca3bfc11", "security_groups": [{"name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp"}], "user_id": "d40a431672e647e9ad6d07201bc95441", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:41:34Z", "hostId": "059060c472ca590f463e7d9817922013223fceea1e815d24f652bdb1", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "created": "2018-09-04T22:41:26Z", "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:41:56,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/d9232c5d-15c1-4c4a-9eab-b591ca3bfc11 used request id req-7c491dff-3262-4eca-a590-e8a50296d77c 2018-09-04 22:41:56,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:56,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9d5c3757-8008-46d8-b1b6-fdbf50c3268c Date: Tue, 04 Sep 2018 22:41:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:56,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-9d5c3757-8008-46d8-b1b6-fdbf50c3268c 2018-09-04 22:41:56,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:56,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bea5e7f0-e5ef-4ecf-8ba1-2a631b4017e5 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:56,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-bea5e7f0-e5ef-4ecf-8ba1-2a631b4017e5 2018-09-04 22:41:56,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:57,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-31fa0f40-15b3-4b83-97df-d6770b906342 Date: Tue, 04 Sep 2018 22:41:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:57,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-31fa0f40-15b3-4b83-97df-d6770b906342 2018-09-04 22:41:57,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8222c31eb72cafc7bf90fdc26a5d43fafcb88b4c" 2018-09-04 22:41:57,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-cc282368-4858-40e3-b080-f8f6521b90ee Date: Tue, 04 Sep 2018 22:41:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.9"}],"id":"3aad88f0-34be-4686-a10f-3de1e6bc0a7b","security_groups":["cfa9b215-66d1-4b55-afed-eea2a92a52d4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:f3:40","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"d9232c5d-15c1-4c4a-9eab-b591ca3bfc11"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.2"}],"id":"557f8bd1-40ca-42fd-9723-1fb8a6639541","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:ff:93","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.4"}],"id":"5ce5840e-64fc-4b52-88ca-bf06ce1936bc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:8f:77","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.1"}],"id":"cab0e289-335f-4c02-979e-93b3dba7e011","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:d5:0e","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:24Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.11"}],"id":"dd301b3a-c39c-4328-bb79-0e961f90f135","security_groups":["3c125a87-1c98-4c17-a9e0-d01606d48333"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ea:c6","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:27Z","binding:vnic_type":"normal","device_id":"2fee7d3d-e57e-4274-ae30-6b3e82539206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.3"}],"id":"fbf3fb32-76c0-495f-a19a-2d1383b70bb0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:9a:27","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f1ed304-3177-4708-b08d-3180342148f5"}]} 2018-09-04 22:41:57,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-cc282368-4858-40e3-b080-f8f6521b90ee 2018-09-04 22:41:57,368 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:41:57,371 - paramiko.transport - DEBUG - starting thread (client mode): 0x275982d0L 2018-09-04 22:41:57,372 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:41:57,372 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:41:57,372 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:41:57,373 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:41:57,374 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:41:57,374 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:41:57,374 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:41:57,374 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:41:57,375 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:41:57,393 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:41:57,394 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:41:57,404 - paramiko.transport - DEBUG - Trying key 528c8acbc6004498724e8161445a9416 from 0e1b946b-5f99-4000-862b-33b2a6acaff5 2018-09-04 22:41:57,431 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:41:57,437 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:41:57,537 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:41:57,582 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:41:57,582 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:41:57,584 - paramiko.transport - DEBUG - starting thread (client mode): 0x27598b10L 2018-09-04 22:41:57,585 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:41:57,585 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-04 22:41:57,585 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-04 22:41:57,586 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:41:57,586 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:41:57,586 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-04 22:41:57,587 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:41:57,587 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:41:57,587 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:41:57,604 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:41:57,605 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:41:57,617 - paramiko.transport - DEBUG - Trying key 528c8acbc6004498724e8161445a9416 from 0e1b946b-5f99-4000-862b-33b2a6acaff5 2018-09-04 22:41:57,643 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:41:57,649 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:41:57,681 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:41:57,682 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-04 22:41:57,682 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:41:57,684 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:41:57,685 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 22:41:57,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/2fee7d3d-e57e-4274-ae30-6b3e82539206 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:58,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5575718b-bffa-4465-936f-f8ce28045b7d x-compute-request-id: req-5575718b-bffa-4465-936f-f8ce28045b7d Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:ea:c6", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2fee7d3d-e57e-4274-ae30-6b3e82539206", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2fee7d3d-e57e-4274-ae30-6b3e82539206", "rel": "bookmark"}], "image": {"id": "40ca50e9-e953-48fa-bed8-1b874ab2f164", "links": [{"href": "http://172.30.9.26:8774/images/40ca50e9-e953-48fa-bed8-1b874ab2f164", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-09-04T22:41:30.000000", "flavor": {"id": "5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f", "links": [{"href": "http://172.30.9.26:8774/flavors/5ad44d9c-2a75-4fdd-8dc1-d5d0d945ed9f", "rel": "bookmark"}]}, "id": "2fee7d3d-e57e-4274-ae30-6b3e82539206", "security_groups": [{"name": "default"}], "user_id": "d40a431672e647e9ad6d07201bc95441", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:41:32Z", "hostId": "059060c472ca590f463e7d9817922013223fceea1e815d24f652bdb1", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "created": "2018-09-04T22:41:25Z", "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:41:58,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2fee7d3d-e57e-4274-ae30-6b3e82539206 used request id req-5575718b-bffa-4465-936f-f8ce28045b7d 2018-09-04 22:41:58,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:58,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-225198af-5cf2-4474-9f32-2d1f9f0c2a04 Date: Tue, 04 Sep 2018 22:41:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8f1ed304-3177-4708-b08d-3180342148f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","subnets":["34feaa3f-625b-4c40-aabf-fd018d6ddc9b"],"description":"","tags":[],"updated_at":"2018-09-04T22:41:21Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net","admin_state_up":true,"tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:20Z","provider:network_type":"vxlan"}]} 2018-09-04 22:41:58,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net used request id req-225198af-5cf2-4474-9f32-2d1f9f0c2a04 2018-09-04 22:41:58,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:58,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a584231-cc47-46ac-b3af-505f1bfe7eba Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:41:58,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-5a584231-cc47-46ac-b3af-505f1bfe7eba 2018-09-04 22:41:58,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:58,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6c6b4743-178f-462d-ad1f-f8c1536c0bbe Date: Tue, 04 Sep 2018 22:41:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:21Z","dns_nameservers":[],"updated_at":"2018-09-04T22:41:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"022d8303d5c44bc089a8c7da25f51021","id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet"}]} 2018-09-04 22:41:58,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-6c6b4743-178f-462d-ad1f-f8c1536c0bbe 2018-09-04 22:41:58,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ea7a8ddf7ce0e5639428c3d4d4427c5c45d9c2" 2018-09-04 22:41:58,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-93b7a615-f0f0-473d-be9c-7584bc76ffd3 Date: Tue, 04 Sep 2018 22:41:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.9"}],"id":"3aad88f0-34be-4686-a10f-3de1e6bc0a7b","security_groups":["cfa9b215-66d1-4b55-afed-eea2a92a52d4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:f3:40","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack-port1-utb32sznsafn","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"d9232c5d-15c1-4c4a-9eab-b591ca3bfc11"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.2"}],"id":"557f8bd1-40ca-42fd-9723-1fb8a6639541","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:ff:93","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.4"}],"id":"5ce5840e-64fc-4b52-88ca-bf06ce1936bc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:8f:77","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f1ed304-3177-4708-b08d-3180342148f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.1"}],"id":"cab0e289-335f-4c02-979e-93b3dba7e011","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:d5:0e","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:24Z","binding:vnic_type":"normal","device_id":"cd56a0c5-2558-47a7-a861-040efbd7030d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.11"}],"id":"dd301b3a-c39c-4328-bb79-0e961f90f135","security_groups":["3c125a87-1c98-4c17-a9e0-d01606d48333"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ea:c6","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:27Z","binding:vnic_type":"normal","device_id":"2fee7d3d-e57e-4274-ae30-6b3e82539206"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:41:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"34feaa3f-625b-4c40-aabf-fd018d6ddc9b","ip_address":"10.1.2.3"}],"id":"fbf3fb32-76c0-495f-a19a-2d1383b70bb0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:9a:27","project_id":"022d8303d5c44bc089a8c7da25f51021","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f1ed304-3177-4708-b08d-3180342148f5","tenant_id":"022d8303d5c44bc089a8c7da25f51021","created_at":"2018-09-04T22:41:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f1ed304-3177-4708-b08d-3180342148f5"}]} 2018-09-04 22:41:58,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8f1ed304-3177-4708-b08d-3180342148f5 used request id req-93b7a615-f0f0-473d-be9c-7584bc76ffd3 2018-09-04 22:41:58,761 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack 2018-09-04 22:41:58,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:41:58,936 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:58 GMT Server: Apache x-openstack-request-id: req-089b34a8-0bbc-4e92-a0e4-89e3ccf11e83 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:59,060 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:41:58 GMT Server: Apache x-openstack-request-id: req-72fdd87e-8b55-4510-ac98-8fde2eb7cc46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:41:59,060 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-72fdd87e-8b55-4510-ac98-8fde2eb7cc46 2018-09-04 22:41:59,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:41:59,090 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:41:59 GMT Server: Apache x-openstack-request-id: req-b8f083e1-7405-48b8-ae33-79beef0de873 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:41:59,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:41:59 GMT Server: Apache x-openstack-request-id: req-2256adac-ba01-4624-bba8-c0d013475dee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "tags": null, "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:41:59Z", "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:41:59,116 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-2256adac-ba01-4624-bba8-c0d013475dee 2018-09-04 22:41:59,117 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:41:59,117 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:42:02,120 - create_stack - DEBUG - Stack status query timeout in 1196.93990993 2018-09-04 22:42:02,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:42:02,342 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:42:02 GMT Server: Apache x-openstack-request-id: req-a8f88f27-6808-4089-b280-2f074ff53cd8 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:42:02,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:02 GMT Server: Apache x-openstack-request-id: req-614ab0dc-7e34-416e-b940-5e38b05e6c63 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "tags": null, "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:41:59Z", "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:42:02,600 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-614ab0dc-7e34-416e-b940-5e38b05e6c63 2018-09-04 22:42:02,601 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:42:02,601 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:42:05,604 - create_stack - DEBUG - Stack status query timeout in 1193.45620894 2018-09-04 22:42:05,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:42:05,635 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:42:05 GMT Server: Apache x-openstack-request-id: req-9dd8a7bc-fcce-49ca-858d-bdd505b6f46d Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:42:05,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:05 GMT Server: Apache x-openstack-request-id: req-7a45ce0c-0198-4f84-bdb2-8a3a016ba3af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "tags": null, "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T22:41:59Z", "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:42:05,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-7a45ce0c-0198-4f84-bdb2-8a3a016ba3af 2018-09-04 22:42:05,815 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-09-04 22:42:05,815 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-09-04 22:42:08,818 - create_stack - DEBUG - Stack status query timeout in 1190.24222898 2018-09-04 22:42:08,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:42:08,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:42:08 GMT Server: Apache x-openstack-request-id: req-f4eae111-0536-42bf-be43-2604ae49a0dc Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:42:09,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:08 GMT Server: Apache x-openstack-request-id: req-6b1579d6-1bb7-41f3-aaef-8a88ae90685d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 691 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor2", "OS::project_id": "022d8303d5c44bc089a8c7da25f51021", "OS::stack_id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-kp", "security_group_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-subnet", "net_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst2", "inst1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-inst1", "image2_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image", "flavor1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-flavor1", "image1_name": "CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image"}, "deletion_time": "2018-09-04T22:42:08Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack", "stack_user_project_id": "aab843bdc536463eb3d36b276663519c", "tags": null, "creation_time": "2018-09-04T22:41:16Z", "links": [{"href": "http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T22:41:59Z", "id": "7cae17a6-7b27-404d-9a0a-15568faf520a", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-04 22:42:09,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-6b1579d6-1bb7-41f3-aaef-8a88ae90685d 2018-09-04 22:42:09,028 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-09-04 22:42:09,028 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack 2018-09-04 22:42:09,028 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack 2018-09-04 22:42:09,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/7cae17a6-7b27-404d-9a0a-15568faf520a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62cb178ba9f2f2e1711245ec86ba6e660e6b6843" 2018-09-04 22:42:09,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 22:42:09 GMT Server: Apache x-openstack-request-id: req-f692cf4f-66e0-45ea-9977-2a3afbe02a62 Location: http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 22:42:09,242 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:42:09 GMT Server: Apache x-openstack-request-id: req-ad4f891d-4404-4079-880c-cd592c60f6c3 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-09-04 22:42:09,242 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/022d8303d5c44bc089a8c7da25f51021/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-stack/7cae17a6-7b27-404d-9a0a-15568faf520a used request id req-ad4f891d-4404-4079-880c-cd592c60f6c3 2018-09-04 22:42:09,244 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-40634c4e-7bcb-46e4-aab5-ed1ff3a9142e-image 2018-09-04 22:42:09,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d010a542c4e0427b5dea4e566fbc558153b2d0b8" 2018-09-04 22:42:10,625 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-99a398d8-57a4-47da-87e1-42e5d27fc6e2 Date: Tue, 04 Sep 2018 22:42:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:42:10,625 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/40ca50e9-e953-48fa-bed8-1b874ab2f164 used request id req-99a398d8-57a4-47da-87e1-42e5d27fc6e2 2018-09-04 22:42:10,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:10,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-97df0133-d420-4c93-a6f5-ed8cc1dd30e0 Date: Tue, 04 Sep 2018 22:42:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "created_at": "2018-09-04T22:41:18Z", "updated_at": "2018-09-04T22:41:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:41:18Z", "revision_number": 0, "id": "3bedb6c4-8333-4344-9b38-9bf1ee3c4eca", "remote_group_id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "remote_ip_prefix": null, "created_at": "2018-09-04T22:41:18Z", "security_group_id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "port_range_min": null, "ethertype": "IPv4", "project_id": "022d8303d5c44bc089a8c7da25f51021"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:41:18Z", "revision_number": 0, "id": "730d3f48-3a34-48eb-ac04-cf63265ad16e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:41:18Z", "security_group_id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "port_range_min": null, "ethertype": "IPv4", "project_id": "022d8303d5c44bc089a8c7da25f51021"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:41:18Z", "revision_number": 0, "id": "a5cef659-7a83-407b-8404-32ee36cfe665", "remote_group_id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "remote_ip_prefix": null, "created_at": "2018-09-04T22:41:18Z", "security_group_id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "port_range_min": null, "ethertype": "IPv6", "project_id": "022d8303d5c44bc089a8c7da25f51021"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:41:18Z", "revision_number": 0, "id": "d2bf02f8-eaaa-4677-8ee9-d57282758037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:41:18Z", "security_group_id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "port_range_min": null, "ethertype": "IPv6", "project_id": "022d8303d5c44bc089a8c7da25f51021"}], "revision_number": 4, "project_id": "022d8303d5c44bc089a8c7da25f51021", "id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:42:10,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-97df0133-d420-4c93-a6f5-ed8cc1dd30e0 2018-09-04 22:42:10,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:10,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18748403-1675-4fbd-9ab9-3ffc024cec98 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:42:10,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-18748403-1675-4fbd-9ab9-3ffc024cec98 2018-09-04 22:42:10,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:11,089 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:42:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8da3ad9-29ee-4ed7-8c91-b424d0892d65 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:42:11,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-e8da3ad9-29ee-4ed7-8c91-b424d0892d65 2018-09-04 22:42:11,090 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:42:11,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:11,182 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:42:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7508a4e1-8c91-49b6-94ba-2bfd6dba38d7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:42:11,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-7508a4e1-8c91-49b6-94ba-2bfd6dba38d7 2018-09-04 22:42:11,182 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:42:11,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:11,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70c8e06c-91f4-4a64-a7a2-f9690e2ec594 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:42:11,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-70c8e06c-91f4-4a64-a7a2-f9690e2ec594 2018-09-04 22:42:11,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:11,361 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:42:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23c2dbf9-d67e-4290-a16e-9fbf218820a4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:42:11,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-23c2dbf9-d67e-4290-a16e-9fbf218820a4 2018-09-04 22:42:11,361 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:42:11,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:11,450 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:42:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c469a16e-d495-46cc-9904-47d89df23418 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:42:11,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-c469a16e-d495-46cc-9904-47d89df23418 2018-09-04 22:42:11,451 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:42:11,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:11,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-670c6896-5fb0-4006-b4cf-c54ca098f612 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021"}, "enabled": true, "id": "022d8303d5c44bc089a8c7da25f51021", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-26ec2f04-281f-458-proj"}} 2018-09-04 22:42:11,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-670c6896-5fb0-4006-b4cf-c54ca098f612 2018-09-04 22:42:11,537 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c125a87-1c98-4c17-a9e0-d01606d48333 2018-09-04 22:42:11,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3c125a87-1c98-4c17-a9e0-d01606d48333 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:11,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ca1257dd-c9d7-4b95-82d0-a58254ec72ef Date: Tue, 04 Sep 2018 22:42:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:41:18Z", "security_group_id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "port_range_min": null, "revision_number": 0, "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "created_at": "2018-09-04T22:41:18Z", "project_id": "022d8303d5c44bc089a8c7da25f51021", "id": "3bedb6c4-8333-4344-9b38-9bf1ee3c4eca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:41:18Z", "security_group_id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "port_range_min": null, "revision_number": 0, "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "created_at": "2018-09-04T22:41:18Z", "project_id": "022d8303d5c44bc089a8c7da25f51021", "id": "730d3f48-3a34-48eb-ac04-cf63265ad16e"}, {"remote_group_id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:41:18Z", "security_group_id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "port_range_min": null, "revision_number": 0, "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "created_at": "2018-09-04T22:41:18Z", "project_id": "022d8303d5c44bc089a8c7da25f51021", "id": "a5cef659-7a83-407b-8404-32ee36cfe665"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:41:18Z", "security_group_id": "3c125a87-1c98-4c17-a9e0-d01606d48333", "port_range_min": null, "revision_number": 0, "tenant_id": "022d8303d5c44bc089a8c7da25f51021", "created_at": "2018-09-04T22:41:18Z", "project_id": "022d8303d5c44bc089a8c7da25f51021", "id": "d2bf02f8-eaaa-4677-8ee9-d57282758037"}]} 2018-09-04 22:42:11,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=3c125a87-1c98-4c17-a9e0-d01606d48333 used request id req-ca1257dd-c9d7-4b95-82d0-a58254ec72ef 2018-09-04 22:42:11,721 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:42:11,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/3c125a87-1c98-4c17-a9e0-d01606d48333 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:12,010 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2005b36e-7fb7-4b50-bb1d-632661ba5c10 Content-Length: 0 Date: Tue, 04 Sep 2018 22:42:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:42:12,010 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/3c125a87-1c98-4c17-a9e0-d01606d48333 used request id req-2005b36e-7fb7-4b50-bb1d-632661ba5c10 2018-09-04 22:42:12,011 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-26ec2f04-281f-458-proj 2018-09-04 22:42:12,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:12,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:42:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33641f1a-319d-4355-9ad4-e6083f7fb5f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:42:12,268 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/022d8303d5c44bc089a8c7da25f51021 used request id req-33641f1a-319d-4355-9ad4-e6083f7fb5f9 2018-09-04 22:42:12,268 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-26ec2f04-281f-458-proj-role 2018-09-04 22:42:12,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/586f4b4f70aa469a81909fb428cc62f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:12,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:42:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-982c6da1-13a5-4d4e-9be9-34e673f97299 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:42:12,378 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/586f4b4f70aa469a81909fb428cc62f5 used request id req-982c6da1-13a5-4d4e-9be9-34e673f97299 2018-09-04 22:42:12,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a94a06d96f8612550564d224c9e9abf7485a61e9" 2018-09-04 22:42:12,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-428a50ae-c66f-47e3-8075-b5f9a62ba746 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:42:12,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-428a50ae-c66f-47e3-8075-b5f9a62ba746 2018-09-04 22:42:12,463 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-26ec2f04-281f-458-user 2018-09-04 22:42:12,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/d40a431672e647e9ad6d07201bc95441 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a6b278b25f23c77656efaee78458344d0abc02" 2018-09-04 22:42:12,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:42:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a2bb443-4f85-4486-a45e-3f040658d068 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:42:12,672 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/d40a431672e647e9ad6d07201bc95441 used request id req-7a2bb443-4f85-4486-a45e-3f040658d068 2018-09-04 22:42:12,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:42:13,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:42:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["cD5VE6A2Rb2a3sLjQCzJDQ"], "issued_at": "2018-09-04T22:42:13.000000Z"}} 2018-09-04 22:42:13,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}752674a0f92896d377aa1fc35dc9596ed912d6a7" 2018-09-04 22:42:13,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfc01ef8-e8e5-46a3-8ec9-08f4b4211839 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:13,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bfc01ef8-e8e5-46a3-8ec9-08f4b4211839 2018-09-04 22:42:13,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:42:13,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:42:13,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:42:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["7HHupgv_TkyOfTVSnMnZkQ"], "issued_at": "2018-09-04T22:42:13.000000Z"}} 2018-09-04 22:42:13,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:42:13,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d16c92de-1319-4bcf-8108-765eb268304c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:13,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d16c92de-1319-4bcf-8108-765eb268304c 2018-09-04 22:42:13,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:42:13,631 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:42:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:42:13,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-3355ec80-698f-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:42:13,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05d6a2e5-8fbf-463b-8ac1-6d4f132e7981 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-3355ec80-698f-45e-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:42:13,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-3355ec80-698f-45e-proj used request id req-05d6a2e5-8fbf-463b-8ac1-6d4f132e7981 2018-09-04 22:42:13,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:42:13,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea5d375c-19a8-4997-b533-6cd82d8d8eb9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:42:13,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-ea5d375c-19a8-4997-b533-6cd82d8d8eb9 2018-09-04 22:42:13,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}}' 2018-09-04 22:42:13,923 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:42:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4f0b1bd-fa18-4a81-9629-73a48c22ed1a Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:42:13,924 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-a4f0b1bd-fa18-4a81-9629-73a48c22ed1a 2018-09-04 22:42:13,924 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-3355ec80-698f-45e-proj 2018-09-04 22:42:13,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:42:13,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:42:14,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:42:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["n6SpCVNvTuawV0yD_uUjVg"], "issued_at": "2018-09-04T22:42:14.000000Z"}} 2018-09-04 22:42:14,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13adb1dc683c1167208f7c6080324af1f0230730" 2018-09-04 22:42:14,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb518724-5ad3-471d-92a4-3eab6e18faae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:14,391 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-eb518724-5ad3-471d-92a4-3eab6e18faae 2018-09-04 22:42:14,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:42:14,401 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:42:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:42:14,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13adb1dc683c1167208f7c6080324af1f0230730" 2018-09-04 22:42:14,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-633a557a-f9a1-4433-a86a-f295e29ec15b Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:42:14,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-633a557a-f9a1-4433-a86a-f295e29ec15b 2018-09-04 22:42:14,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=AnsibleProvisioningTests-3355ec80-698f-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13adb1dc683c1167208f7c6080324af1f0230730" 2018-09-04 22:42:14,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-055cd71b-5c68-4e95-950a-fdfdb208e655 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=AnsibleProvisioningTests-3355ec80-698f-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}]} 2018-09-04 22:42:14,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=AnsibleProvisioningTests-3355ec80-698f-45e-proj used request id req-055cd71b-5c68-4e95-950a-fdfdb208e655 2018-09-04 22:42:14,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13adb1dc683c1167208f7c6080324af1f0230730" 2018-09-04 22:42:14,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7178f859-fd80-44aa-ae2c-96a02fe2910b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:42:14,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-7178f859-fd80-44aa-ae2c-96a02fe2910b 2018-09-04 22:42:15,073 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-3355ec80-698f-45e-user 2018-09-04 22:42:15,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:42:15,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:42:15,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d694a290-3235-4211-ab81-f76f4902b58f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:42:15,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d694a290-3235-4211-ab81-f76f4902b58f 2018-09-04 22:42:15,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" -d '{"role": {"name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj-role"}}' 2018-09-04 22:42:15,276 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:42:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60c9a6c0-ce4f-42de-a27d-9428a7244f44 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bca1148cd72c47d5b03d3e933caa4fcd", "links": {"self": "http://172.30.9.26:5000/v3/roles/bca1148cd72c47d5b03d3e933caa4fcd"}, "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj-role"}} 2018-09-04 22:42:15,276 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-60c9a6c0-ce4f-42de-a27d-9428a7244f44 2018-09-04 22:42:15,276 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-3355ec80-698f-45e-proj-role 2018-09-04 22:42:15,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/bca1148cd72c47d5b03d3e933caa4fcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:42:15,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ffab6c8-ab4f-4beb-8352-82b9a68265c5 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/bca1148cd72c47d5b03d3e933caa4fcd"}, "domain_id": null, "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj-role", "id": "bca1148cd72c47d5b03d3e933caa4fcd"}} 2018-09-04 22:42:15,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/bca1148cd72c47d5b03d3e933caa4fcd used request id req-0ffab6c8-ab4f-4beb-8352-82b9a68265c5 2018-09-04 22:42:15,297 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-3355ec80-698f-45e-proj-role to project AnsibleProvisioningTests-3355ec80-698f-45e-proj 2018-09-04 22:42:15,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b/users/2b5018fa536c4a219ece909335260caa/roles/bca1148cd72c47d5b03d3e933caa4fcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:42:15,429 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:42:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e600c2c-0dad-42bd-9665-911257870ca9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:42:15,429 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b/users/2b5018fa536c4a219ece909335260caa/roles/bca1148cd72c47d5b03d3e933caa4fcd used request id req-4e600c2c-0dad-42bd-9665-911257870ca9 2018-09-04 22:42:15,429 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:42:15,431 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-09-04 22:42:15,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:42:15,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:42:15,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bca1148cd72c47d5b03d3e933caa4fcd", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj-role"}], "expires_at": "2018-09-04T23:42:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c98c8110898b49feabc83f0061e5501b", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3355ec80-698f-45e-user", "id": "2b5018fa536c4a219ece909335260caa"}, "audit_ids": ["LAL-DSgJRgmZQMWs-_ot2w"], "issued_at": "2018-09-04T22:42:15.000000Z"}} 2018-09-04 22:42:15,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c9b27bde0d11f36d9caa5988f609964c956be6" 2018-09-04 22:42:15,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d26828a2-f257-4a0a-9fdf-7868d9188ac3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:15,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d26828a2-f257-4a0a-9fdf-7868d9188ac3 2018-09-04 22:42:15,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11c9b27bde0d11f36d9caa5988f609964c956be6" 2018-09-04 22:42:16,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-7ae81742-1b6a-4175-b85f-e436d71d6a8e Date: Tue, 04 Sep 2018 22:42:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image"} 2018-09-04 22:42:16,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image used request id req-7ae81742-1b6a-4175-b85f-e436d71d6a8e 2018-09-04 22:42:16,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11c9b27bde0d11f36d9caa5988f609964c956be6" 2018-09-04 22:42:16,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-44161b67-986b-4b59-a809-22dc2e2df085 Date: Tue, 04 Sep 2018 22:42:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:42:16,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-44161b67-986b-4b59-a809-22dc2e2df085 2018-09-04 22:42:16,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11c9b27bde0d11f36d9caa5988f609964c956be6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image"}' 2018-09-04 22:42:16,440 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e X-Openstack-Request-Id: req-12c3ae59-c99f-44df-9a31-c51fc4e59cbe Date: Tue, 04 Sep 2018 22:42:16 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:42:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:42:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e", "min_disk": 0, "protected": false, "id": "2ce01abf-0136-461f-84e8-983c78efca1e", "file": "/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e/file", "checksum": null, "owner": "c98c8110898b49feabc83f0061e5501b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:42:16,440 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-12c3ae59-c99f-44df-9a31-c51fc4e59cbe 2018-09-04 22:42:16,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11c9b27bde0d11f36d9caa5988f609964c956be6" -d '' 2018-09-04 22:42:22,705 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9a4ea2e3-746a-4c00-b111-f57f45e6bde6 Date: Tue, 04 Sep 2018 22:42:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:42:22,705 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e/file used request id req-9a4ea2e3-746a-4c00-b111-f57f45e6bde6 2018-09-04 22:42:22,706 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-09-04 22:42:22,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11c9b27bde0d11f36d9caa5988f609964c956be6" 2018-09-04 22:42:23,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-bc3eb020-b0b1-4a44-8946-07df1ac0cf3c Date: Tue, 04 Sep 2018 22:42:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:42:16Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-09-04T22:42:22Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/2ce01abf-0136-461f-84e8-983c78efca1e/snap", "metadata": {}}], "self": "/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e", "min_disk": 0, "protected": false, "id": "2ce01abf-0136-461f-84e8-983c78efca1e", "file": "/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e/file", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "owner": "c98c8110898b49feabc83f0061e5501b", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/2ce01abf-0136-461f-84e8-983c78efca1e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:42:23,254 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e used request id req-bc3eb020-b0b1-4a44-8946-07df1ac0cf3c 2018-09-04 22:42:23,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11c9b27bde0d11f36d9caa5988f609964c956be6" 2018-09-04 22:42:23,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e4a9dbf7-e0b8-4c56-8b6b-26b0aa219cf6 Date: Tue, 04 Sep 2018 22:42:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:42:23,419 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-e4a9dbf7-e0b8-4c56-8b6b-26b0aa219cf6 2018-09-04 22:42:23,422 - create_image - INFO - Created image with name - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image 2018-09-04 22:42:23,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11c9b27bde0d11f36d9caa5988f609964c956be6" 2018-09-04 22:42:23,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8e8aa82d-cc57-4a66-b624-44d69444a122 Date: Tue, 04 Sep 2018 22:42:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:42:16Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-09-04T22:42:22Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/2ce01abf-0136-461f-84e8-983c78efca1e/snap", "metadata": {}}], "self": "/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e", "min_disk": 0, "protected": false, "id": "2ce01abf-0136-461f-84e8-983c78efca1e", "file": "/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e/file", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "owner": "c98c8110898b49feabc83f0061e5501b", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/2ce01abf-0136-461f-84e8-983c78efca1e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:42:23,578 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e used request id req-8e8aa82d-cc57-4a66-b624-44d69444a122 2018-09-04 22:42:23,578 - create_image - DEBUG - Instance status is - active 2018-09-04 22:42:23,579 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image 2018-09-04 22:42:23,579 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image 2018-09-04 22:42:23,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:42:23,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:42:23,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bca1148cd72c47d5b03d3e933caa4fcd", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj-role"}], "expires_at": "2018-09-04T23:42:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c98c8110898b49feabc83f0061e5501b", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3355ec80-698f-45e-user", "id": "2b5018fa536c4a219ece909335260caa"}, "audit_ids": ["R6KHd_qwQAa9c7fiMn2ClA"], "issued_at": "2018-09-04T22:42:23.000000Z"}} 2018-09-04 22:42:23,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e229b6c546e69183f6a4e0b1402ad9e45f96922d" 2018-09-04 22:42:24,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e44e6bc2-f3e0-4865-b38e-843f60c1c53e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:24,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e44e6bc2-f3e0-4865-b38e-843f60c1c53e 2018-09-04 22:42:24,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e229b6c546e69183f6a4e0b1402ad9e45f96922d" 2018-09-04 22:42:24,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-de53fd07-3f9b-43cd-b898-f4619e8fad51 Date: Tue, 04 Sep 2018 22:42:24 GMT RESP BODY: {"networks":[]} 2018-09-04 22:42:24,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-de53fd07-3f9b-43cd-b898-f4619e8fad51 2018-09-04 22:42:24,216 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net 2018-09-04 22:42:24,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e229b6c546e69183f6a4e0b1402ad9e45f96922d" -d '{"network": {"name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net", "admin_state_up": true}}' 2018-09-04 22:42:24,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-55dfa158-be3e-470b-926d-14ea74a904af Date: Tue, 04 Sep 2018 22:42:24 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:42:24Z","is_default":false,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","mtu":1450}} 2018-09-04 22:42:24,909 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-55dfa158-be3e-470b-926d-14ea74a904af 2018-09-04 22:42:24,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e229b6c546e69183f6a4e0b1402ad9e45f96922d" 2018-09-04 22:42:25,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-0ace2ca2-b7f2-4979-9022-6ad3e07be7a6 Date: Tue, 04 Sep 2018 22:42:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:42:24Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:42:25,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-0ace2ca2-b7f2-4979-9022-6ad3e07be7a6 2018-09-04 22:42:25,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e229b6c546e69183f6a4e0b1402ad9e45f96922d" 2018-09-04 22:42:25,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1a735baf-83d9-421c-b9c8-a46030021553 Date: Tue, 04 Sep 2018 22:42:25 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:42:25,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-1a735baf-83d9-421c-b9c8-a46030021553 2018-09-04 22:42:25,334 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet 2018-09-04 22:42:25,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e229b6c546e69183f6a4e0b1402ad9e45f96922d" -d '{"subnets": [{"ip_version": 4, "network_id": "4050d641-7c2f-4b0c-8cc7-c34f041865fe", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]}' 2018-09-04 22:42:25,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4e679ee8-dd5d-4abc-8d7b-6e54931ea766 Date: Tue, 04 Sep 2018 22:42:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:42:25,826 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-4e679ee8-dd5d-4abc-8d7b-6e54931ea766 2018-09-04 22:42:25,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e229b6c546e69183f6a4e0b1402ad9e45f96922d" 2018-09-04 22:42:26,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-10fc96c3-a0b2-42b5-8377-66be761789af Date: Tue, 04 Sep 2018 22:42:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:42:26,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-10fc96c3-a0b2-42b5-8377-66be761789af 2018-09-04 22:42:26,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e229b6c546e69183f6a4e0b1402ad9e45f96922d" 2018-09-04 22:42:26,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1f48bf88-d3c7-4d35-810f-c25593c8a800 Date: Tue, 04 Sep 2018 22:42:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:42:26,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-1f48bf88-d3c7-4d35-810f-c25593c8a800 2018-09-04 22:42:26,302 - OpenStackNetwork - DEBUG - Network [4050d641-7c2f-4b0c-8cc7-c34f041865fe] created successfully 2018-09-04 22:42:26,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:42:26,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:42:26,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bca1148cd72c47d5b03d3e933caa4fcd", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj-role"}], "expires_at": "2018-09-04T23:42:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c98c8110898b49feabc83f0061e5501b", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3355ec80-698f-45e-user", "id": "2b5018fa536c4a219ece909335260caa"}, "audit_ids": ["oXHlznWBRAutjGhM0DnVmw"], "issued_at": "2018-09-04T22:42:26.000000Z"}} 2018-09-04 22:42:26,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:42:26,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-662665c5-2299-4aff-94e6-fc12d6e3eb89 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:26,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-662665c5-2299-4aff-94e6-fc12d6e3eb89 2018-09-04 22:42:26,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:42:26,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b13ba27b-40c9-410e-9980-b2c6330dad64 Date: Tue, 04 Sep 2018 22:42:26 GMT RESP BODY: {"routers": []} 2018-09-04 22:42:26,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router&admin_state_up=True used request id req-b13ba27b-40c9-410e-9980-b2c6330dad64 2018-09-04 22:42:26,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:42:26,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:42:27,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bca1148cd72c47d5b03d3e933caa4fcd", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj-role"}], "expires_at": "2018-09-04T23:42:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c98c8110898b49feabc83f0061e5501b", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3355ec80-698f-45e-user", "id": "2b5018fa536c4a219ece909335260caa"}, "audit_ids": ["XKLvSPY4RLyhInlsjc-nnA"], "issued_at": "2018-09-04T22:42:27.000000Z"}} 2018-09-04 22:42:27,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57f1c250d5af7f6b00598ba6214ec9cbebbee58c" 2018-09-04 22:42:27,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ba8a1ab-4b55-49b4-9172-f8573226db25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:27,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9ba8a1ab-4b55-49b4-9172-f8573226db25 2018-09-04 22:42:27,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:42:27,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3c545c0e-643b-4201-85aa-4dd70338dbd0 Date: Tue, 04 Sep 2018 22:42:27 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:42:27,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-3c545c0e-643b-4201-85aa-4dd70338dbd0 2018-09-04 22:42:27,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:42:27,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8e6601a9-4bc3-4c8a-b597-895f21fe2d2c Date: Tue, 04 Sep 2018 22:42:27 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:42:27,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-8e6601a9-4bc3-4c8a-b597-895f21fe2d2c 2018-09-04 22:42:27,975 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router 2018-09-04 22:42:27,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router", "admin_state_up": true}}' 2018-09-04 22:42:32,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-264abd98-502f-4e16-b7ed-529265e4574d Date: Tue, 04 Sep 2018 22:42:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:28Z", "admin_state_up": true, "updated_at": "2018-09-04T22:42:29Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "44fcfa05-d66d-4b93-996f-bd2e94e5d386", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router"}} 2018-09-04 22:42:32,990 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-264abd98-502f-4e16-b7ed-529265e4574d 2018-09-04 22:42:32,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=44fcfa05-d66d-4b93-996f-bd2e94e5d386 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:42:33,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7ead60f0-76c5-40cb-b4e7-8cf24a50e85f Date: Tue, 04 Sep 2018 22:42:33 GMT RESP BODY: {"ports":[]} 2018-09-04 22:42:33,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=44fcfa05-d66d-4b93-996f-bd2e94e5d386 used request id req-7ead60f0-76c5-40cb-b4e7-8cf24a50e85f 2018-09-04 22:42:33,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:42:33,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-85be6a30-b32c-44ff-8309-624f71c3939d Date: Tue, 04 Sep 2018 22:42:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:42:33,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-85be6a30-b32c-44ff-8309-624f71c3939d 2018-09-04 22:42:33,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:42:33,834 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:42:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:42:33,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:42:33,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a52dace-315b-4fb1-aef5-041d7c0cb0da Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:42:33,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-0a52dace-315b-4fb1-aef5-041d7c0cb0da 2018-09-04 22:42:33,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:42:34,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-58c4ded2-e344-464a-86db-1e3fc6a8ef50 Date: Tue, 04 Sep 2018 22:42:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:42:34,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-58c4ded2-e344-464a-86db-1e3fc6a8ef50 2018-09-04 22:42:34,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:42:34,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3cf20a4e-b135-4a0b-9e0c-723ea8665a06 Date: Tue, 04 Sep 2018 22:42:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:42:34,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet used request id req-3cf20a4e-b135-4a0b-9e0c-723ea8665a06 2018-09-04 22:42:34,318 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 22:42:34,318 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router 2018-09-04 22:42:34,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/44fcfa05-d66d-4b93-996f-bd2e94e5d386/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" -d '{"subnet_id": "562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"}' 2018-09-04 22:42:36,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-57c3949b-48c2-4e6e-a0f4-62fe96db13d2 Date: Tue, 04 Sep 2018 22:42:36 GMT RESP BODY: {"network_id": "4050d641-7c2f-4b0c-8cc7-c34f041865fe", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "subnet_id": "562115ff-a124-4a6a-8bd9-8bd76ff7f9ca", "subnet_ids": ["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"], "port_id": "a5900992-1235-4dfa-8583-3d2cf07feb6e", "id": "44fcfa05-d66d-4b93-996f-bd2e94e5d386"} 2018-09-04 22:42:36,470 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/44fcfa05-d66d-4b93-996f-bd2e94e5d386/add_router_interface used request id req-57c3949b-48c2-4e6e-a0f4-62fe96db13d2 2018-09-04 22:42:36,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/44fcfa05-d66d-4b93-996f-bd2e94e5d386 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:42:36,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-ecbe6fd0-8557-4804-b032-542287967245 Date: Tue, 04 Sep 2018 22:42:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:28Z", "admin_state_up": true, "updated_at": "2018-09-04T22:42:35Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "44fcfa05-d66d-4b93-996f-bd2e94e5d386", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router"}} 2018-09-04 22:42:36,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/44fcfa05-d66d-4b93-996f-bd2e94e5d386 used request id req-ecbe6fd0-8557-4804-b032-542287967245 2018-09-04 22:42:36,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=44fcfa05-d66d-4b93-996f-bd2e94e5d386 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:42:36,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-a9ecb4ed-a0bb-44ff-bd72-605c1c9dba26 Date: Tue, 04 Sep 2018 22:42:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:35Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.1"}],"id":"a5900992-1235-4dfa-8583-3d2cf07feb6e","security_groups":[],"mac_address":"fa:16:3e:f6:c5:48","project_id":"c98c8110898b49feabc83f0061e5501b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:35Z","binding:vnic_type":"normal","device_id":"44fcfa05-d66d-4b93-996f-bd2e94e5d386"}]} 2018-09-04 22:42:36,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=44fcfa05-d66d-4b93-996f-bd2e94e5d386 used request id req-a9ecb4ed-a0bb-44ff-bd72-605c1c9dba26 2018-09-04 22:42:36,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/562115ff-a124-4a6a-8bd9-8bd76ff7f9ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:42:37,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-0f507522-5acc-4c19-bf9b-01a4e43b83cc Date: Tue, 04 Sep 2018 22:42:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}} 2018-09-04 22:42:37,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/562115ff-a124-4a6a-8bd9-8bd76ff7f9ca used request id req-0f507522-5acc-4c19-bf9b-01a4e43b83cc 2018-09-04 22:42:37,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:42:37,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:42:37,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:42:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["vYPbDuPIQUGxgdXYbchubA"], "issued_at": "2018-09-04T22:42:37.000000Z"}} 2018-09-04 22:42:37,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efcbfdd0596e1128f52afdf507ba3f6c8e7163f" 2018-09-04 22:42:37,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc0ee94b-ecb5-4e77-966d-ade22bb191d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:37,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dc0ee94b-ecb5-4e77-966d-ade22bb191d1 2018-09-04 22:42:37,541 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:42:37,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efcbfdd0596e1128f52afdf507ba3f6c8e7163f" 2018-09-04 22:42:37,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e4099cad-37b1-460f-8160-5d14b3a34d42 x-compute-request-id: req-e4099cad-37b1-460f-8160-5d14b3a34d42 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:42:37,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e4099cad-37b1-460f-8160-5d14b3a34d42 2018-09-04 22:42:37,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efcbfdd0596e1128f52afdf507ba3f6c8e7163f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-09-04 22:42:37,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc164282-e7a6-492f-abcc-43d65745bee3 x-compute-request-id: req-bc164282-e7a6-492f-abcc-43d65745bee3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:42:37,766 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-bc164282-e7a6-492f-abcc-43d65745bee3 2018-09-04 22:42:37,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:42:37,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:42:38,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bca1148cd72c47d5b03d3e933caa4fcd", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj-role"}], "expires_at": "2018-09-04T23:42:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c98c8110898b49feabc83f0061e5501b", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3355ec80-698f-45e-user", "id": "2b5018fa536c4a219ece909335260caa"}, "audit_ids": ["Eaw0lxeJRZ2RSvJbClcfpQ"], "issued_at": "2018-09-04T22:42:38.000000Z"}} 2018-09-04 22:42:38,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6e96e79a900a86d5a857e46bded0c8d1fc33e86" 2018-09-04 22:42:38,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc37c404-b70f-4b59-97ee-0a328a67af6f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:38,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cc37c404-b70f-4b59-97ee-0a328a67af6f 2018-09-04 22:42:38,213 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:42:38,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6e96e79a900a86d5a857e46bded0c8d1fc33e86" 2018-09-04 22:42:38,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ff8c71d5-5d90-4f8f-a30c-e07ee7ad6155 x-compute-request-id: req-ff8c71d5-5d90-4f8f-a30c-e07ee7ad6155 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 22:42:38,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-ff8c71d5-5d90-4f8f-a30c-e07ee7ad6155 2018-09-04 22:42:38,384 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp... 2018-09-04 22:42:38,384 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 22:42:38,423 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp 2018-09-04 22:42:38,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6e96e79a900a86d5a857e46bded0c8d1fc33e86" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCoTQgQVgnGWiSrNP64ERwFIqA5yKYqAVjW/W2RGRcq8V7XVfBaPYCWhRYyK9EaTFgEsqW69FppCBE4slyqDnzWAFoG7Wy6m+kNBIcYii3yphgYoYh7wO/x8R5gfxT7iA5ALGesC35KAdTAc8upz4FhAS2toh8PNgPZ4xC0kr8sjw==", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp"}}' 2018-09-04 22:42:38,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ec8c28f-d8ad-4f34-adc1-8ec23a08cb47 x-compute-request-id: req-4ec8c28f-d8ad-4f34-adc1-8ec23a08cb47 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCoTQgQVgnGWiSrNP64ERwFIqA5yKYqAVjW/W2RGRcq8V7XVfBaPYCWhRYyK9EaTFgEsqW69FppCBE4slyqDnzWAFoG7Wy6m+kNBIcYii3yphgYoYh7wO/x8R5gfxT7iA5ALGesC35KAdTAc8upz4FhAS2toh8PNgPZ4xC0kr8sjw==", "user_id": "2b5018fa536c4a219ece909335260caa", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "fingerprint": "b1:df:0a:2b:13:0c:c8:31:64:de:c9:47:52:31:e2:6f"}} 2018-09-04 22:42:38,506 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-4ec8c28f-d8ad-4f34-adc1-8ec23a08cb47 2018-09-04 22:42:38,508 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c.pub 2018-09-04 22:42:38,508 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c 2018-09-04 22:42:38,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:42:38,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:42:38,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bca1148cd72c47d5b03d3e933caa4fcd", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj-role"}], "expires_at": "2018-09-04T23:42:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c98c8110898b49feabc83f0061e5501b", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3355ec80-698f-45e-user", "id": "2b5018fa536c4a219ece909335260caa"}, "audit_ids": ["eNEwRAxeTu2mERGX_yOpxQ"], "issued_at": "2018-09-04T22:42:38.000000Z"}} 2018-09-04 22:42:38,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:38,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0013a128-340e-41a9-a29a-5562f6cbef99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:38,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0013a128-340e-41a9-a29a-5562f6cbef99 2018-09-04 22:42:38,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:39,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6c5d6dab-ab68-4aa8-a301-3795b128b00c Date: Tue, 04 Sep 2018 22:42:39 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:42:39,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp used request id req-6c5d6dab-ab68-4aa8-a301-3795b128b00c 2018-09-04 22:42:39,170 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp... 2018-09-04 22:42:39,170 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp 2018-09-04 22:42:39,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" -d '{"security_group": {"name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}}' 2018-09-04 22:42:39,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-76cf36da-3e77-45aa-b86a-84cb37d2149d Date: Tue, 04 Sep 2018 22:42:39 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "updated_at": "2018-09-04T22:42:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "revision_number": 0, "id": "491fea0f-ed38-4061-bd4c-921ae817943e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c98c8110898b49feabc83f0061e5501b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "revision_number": 0, "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c98c8110898b49feabc83f0061e5501b"}], "revision_number": 2, "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}} 2018-09-04 22:42:39,541 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-76cf36da-3e77-45aa-b86a-84cb37d2149d 2018-09-04 22:42:39,542 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b13c0ce3-2efd-424b-a755-d9b0599bc9e1 2018-09-04 22:42:39,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:39,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-488a3a7a-441a-45ff-96f9-f72ebcc9c035 Date: Tue, 04 Sep 2018 22:42:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "491fea0f-ed38-4061-bd4c-921ae817943e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4"}]} 2018-09-04 22:42:39,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 used request id req-488a3a7a-441a-45ff-96f9-f72ebcc9c035 2018-09-04 22:42:39,801 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b13c0ce3-2efd-424b-a755-d9b0599bc9e1 2018-09-04 22:42:39,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:39,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6456c6d7-d0e4-435a-a009-87e0a1853ce8 Date: Tue, 04 Sep 2018 22:42:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "491fea0f-ed38-4061-bd4c-921ae817943e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4"}]} 2018-09-04 22:42:39,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 used request id req-6456c6d7-d0e4-435a-a009-87e0a1853ce8 2018-09-04 22:42:39,987 - neutron_utils - INFO - Retrieving security group with ID - b13c0ce3-2efd-424b-a755-d9b0599bc9e1 2018-09-04 22:42:39,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:40,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-47383ad7-ef57-4e9b-8345-74ea5c85c6c8 Date: Tue, 04 Sep 2018 22:42:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "updated_at": "2018-09-04T22:42:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "revision_number": 0, "id": "491fea0f-ed38-4061-bd4c-921ae817943e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c98c8110898b49feabc83f0061e5501b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "revision_number": 0, "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c98c8110898b49feabc83f0061e5501b"}], "revision_number": 2, "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}]} 2018-09-04 22:42:40,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 used request id req-47383ad7-ef57-4e9b-8345-74ea5c85c6c8 2018-09-04 22:42:40,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b13c0ce3-2efd-424b-a755-d9b0599bc9e1 2018-09-04 22:42:40,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:40,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e8879f2e-2202-405c-ae3f-231080d0e4a1 Date: Tue, 04 Sep 2018 22:42:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "491fea0f-ed38-4061-bd4c-921ae817943e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4"}]} 2018-09-04 22:42:40,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 used request id req-e8879f2e-2202-405c-ae3f-231080d0e4a1 2018-09-04 22:42:40,353 - neutron_utils - INFO - Retrieving security group with ID - b13c0ce3-2efd-424b-a755-d9b0599bc9e1 2018-09-04 22:42:40,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:40,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-0165dbc3-e927-4a62-ae8e-24c980221a38 Date: Tue, 04 Sep 2018 22:42:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "updated_at": "2018-09-04T22:42:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "revision_number": 0, "id": "491fea0f-ed38-4061-bd4c-921ae817943e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c98c8110898b49feabc83f0061e5501b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "revision_number": 0, "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c98c8110898b49feabc83f0061e5501b"}], "revision_number": 2, "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}]} 2018-09-04 22:42:40,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 used request id req-0165dbc3-e927-4a62-ae8e-24c980221a38 2018-09-04 22:42:40,559 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b13c0ce3-2efd-424b-a755-d9b0599bc9e1 2018-09-04 22:42:40,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:40,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-53975e3f-2b58-426f-8366-3126a3dbfb9e Date: Tue, 04 Sep 2018 22:42:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "491fea0f-ed38-4061-bd4c-921ae817943e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4"}]} 2018-09-04 22:42:40,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 used request id req-53975e3f-2b58-426f-8366-3126a3dbfb9e 2018-09-04 22:42:40,725 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp 2018-09-04 22:42:40,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:40,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-09b05511-3239-4d41-8f15-7b52ff84bf1c Date: Tue, 04 Sep 2018 22:42:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "updated_at": "2018-09-04T22:42:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "revision_number": 0, "id": "491fea0f-ed38-4061-bd4c-921ae817943e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c98c8110898b49feabc83f0061e5501b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "revision_number": 0, "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c98c8110898b49feabc83f0061e5501b"}], "revision_number": 2, "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}]} 2018-09-04 22:42:40,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp used request id req-09b05511-3239-4d41-8f15-7b52ff84bf1c 2018-09-04 22:42:40,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:42:40,786 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:42:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:42:40,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:40,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b542cc94-4ba6-4345-b585-f37b1cb60e25 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:42:40,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-b542cc94-4ba6-4345-b585-f37b1cb60e25 2018-09-04 22:42:40,866 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b13c0ce3-2efd-424b-a755-d9b0599bc9e1 2018-09-04 22:42:40,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:41,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-09104973-7564-43dd-90fe-1f6ccf14ef0f Date: Tue, 04 Sep 2018 22:42:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "491fea0f-ed38-4061-bd4c-921ae817943e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4"}]} 2018-09-04 22:42:41,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 used request id req-09104973-7564-43dd-90fe-1f6ccf14ef0f 2018-09-04 22:42:41,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1"}}' 2018-09-04 22:42:41,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-a197f377-d5c9-4748-8db5-b812bfa75f46 Date: Tue, 04 Sep 2018 22:42:41 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:41Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:41Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "2741ce10-c827-4cef-9e17-1265ad3291af"}} 2018-09-04 22:42:41,355 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-a197f377-d5c9-4748-8db5-b812bfa75f46 2018-09-04 22:42:41,356 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp 2018-09-04 22:42:41,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:41,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-4d23939b-ef8a-425c-bc00-5af44ec0e28b Date: Tue, 04 Sep 2018 22:42:41 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "updated_at": "2018-09-04T22:42:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:41Z", "revision_number": 0, "id": "2741ce10-c827-4cef-9e17-1265ad3291af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:41Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c98c8110898b49feabc83f0061e5501b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "revision_number": 0, "id": "491fea0f-ed38-4061-bd4c-921ae817943e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c98c8110898b49feabc83f0061e5501b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "revision_number": 0, "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c98c8110898b49feabc83f0061e5501b"}], "revision_number": 3, "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}]} 2018-09-04 22:42:41,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp used request id req-4d23939b-ef8a-425c-bc00-5af44ec0e28b 2018-09-04 22:42:41,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:41,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73d28b0d-e620-4063-8f4e-7e8002c721cb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:42:41,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-73d28b0d-e620-4063-8f4e-7e8002c721cb 2018-09-04 22:42:41,632 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b13c0ce3-2efd-424b-a755-d9b0599bc9e1 2018-09-04 22:42:41,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:41,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-c901ff51-efc7-495f-9929-ce73971851f9 Date: Tue, 04 Sep 2018 22:42:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:41Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:41Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "2741ce10-c827-4cef-9e17-1265ad3291af"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "491fea0f-ed38-4061-bd4c-921ae817943e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4"}]} 2018-09-04 22:42:41,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 used request id req-c901ff51-efc7-495f-9929-ce73971851f9 2018-09-04 22:42:41,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1"}}' 2018-09-04 22:42:42,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-d9425c95-8533-48dc-8d3d-901ef3fc48cd Date: Tue, 04 Sep 2018 22:42:42 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:42:41Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": 22, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:41Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "3fbfb07e-f034-4d12-8953-b1a877c82616"}} 2018-09-04 22:42:42,050 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-d9425c95-8533-48dc-8d3d-901ef3fc48cd 2018-09-04 22:42:42,050 - neutron_utils - INFO - Retrieving security group with ID - b13c0ce3-2efd-424b-a755-d9b0599bc9e1 2018-09-04 22:42:42,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:42,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-9d5c4c4b-4b21-4acf-b136-5a23c276ecf3 Date: Tue, 04 Sep 2018 22:42:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "updated_at": "2018-09-04T22:42:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:41Z", "revision_number": 0, "id": "2741ce10-c827-4cef-9e17-1265ad3291af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:41Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c98c8110898b49feabc83f0061e5501b"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:42:41Z", "revision_number": 0, "id": "3fbfb07e-f034-4d12-8953-b1a877c82616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:41Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c98c8110898b49feabc83f0061e5501b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "revision_number": 0, "id": "491fea0f-ed38-4061-bd4c-921ae817943e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c98c8110898b49feabc83f0061e5501b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "revision_number": 0, "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c98c8110898b49feabc83f0061e5501b"}], "revision_number": 4, "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}]} 2018-09-04 22:42:42,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 used request id req-9d5c4c4b-4b21-4acf-b136-5a23c276ecf3 2018-09-04 22:42:42,263 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b13c0ce3-2efd-424b-a755-d9b0599bc9e1 2018-09-04 22:42:42,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:42:42,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-49793b6a-ec7b-44c0-8751-a6afbaf7f726 Date: Tue, 04 Sep 2018 22:42:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:41Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:41Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "2741ce10-c827-4cef-9e17-1265ad3291af"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:42:41Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": 22, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:41Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "3fbfb07e-f034-4d12-8953-b1a877c82616"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "491fea0f-ed38-4061-bd4c-921ae817943e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:39Z", "security_group_id": "b13c0ce3-2efd-424b-a755-d9b0599bc9e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:39Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4"}]} 2018-09-04 22:42:42,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b13c0ce3-2efd-424b-a755-d9b0599bc9e1 used request id req-49793b6a-ec7b-44c0-8751-a6afbaf7f726 2018-09-04 22:42:42,434 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:42:42,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:42:42,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bca1148cd72c47d5b03d3e933caa4fcd", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj-role"}], "expires_at": "2018-09-04T23:42:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c98c8110898b49feabc83f0061e5501b", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3355ec80-698f-45e-user", "id": "2b5018fa536c4a219ece909335260caa"}, "audit_ids": ["bp7XNanrRzaU4XD4SnEAzQ"], "issued_at": "2018-09-04T22:42:42.000000Z"}} 2018-09-04 22:42:42,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:42,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c12a6e0b-48cd-4594-8147-ea8caa8774e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:42,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c12a6e0b-48cd-4594-8147-ea8caa8774e5 2018-09-04 22:42:42,906 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:42:42,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:42,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-647548dd-86e5-4e6a-b17e-a413f6ffb1f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:42,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-647548dd-86e5-4e6a-b17e-a413f6ffb1f4 2018-09-04 22:42:42,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:43,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-cee66814-2d6a-4fde-ad1b-9b3c8ecb4159 Date: Tue, 04 Sep 2018 22:42:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:42:43,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-cee66814-2d6a-4fde-ad1b-9b3c8ecb4159 2018-09-04 22:42:43,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:42:43,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:42:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:42:43,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:43,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5e4d465-2a5b-4897-89bb-6161110db5f6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:42:43,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-e5e4d465-2a5b-4897-89bb-6161110db5f6 2018-09-04 22:42:43,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:43,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-37dff41f-48eb-4c51-aa26-74c4f0d9745b Date: Tue, 04 Sep 2018 22:42:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:42:43,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-37dff41f-48eb-4c51-aa26-74c4f0d9745b 2018-09-04 22:42:43,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:43,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d9bdf39d-40a6-43d9-9d4b-108d35cd1713 Date: Tue, 04 Sep 2018 22:42:43 GMT RESP BODY: {"ports":[]} 2018-09-04 22:42:43,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1&admin_state_up=True used request id req-d9bdf39d-40a6-43d9-9d4b-108d35cd1713 2018-09-04 22:42:43,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:43,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d871f327-12ca-4d64-80cd-26caaccbc3f4 x-compute-request-id: req-d871f327-12ca-4d64-80cd-26caaccbc3f4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:42:43,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst used request id req-d871f327-12ca-4d64-80cd-26caaccbc3f4 2018-09-04 22:42:43,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:44,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-cb1ccf21-b2f6-4ec9-b4f8-fd25da60d7b7 Date: Tue, 04 Sep 2018 22:42:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:42:44,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-cb1ccf21-b2f6-4ec9-b4f8-fd25da60d7b7 2018-09-04 22:42:44,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:44,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d287c58a-ef8a-4b04-aeef-6e53cc285164 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:42:44,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-d287c58a-ef8a-4b04-aeef-6e53cc285164 2018-09-04 22:42:44,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:44,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-093189ed-c6ca-473a-bffa-4392629a785e Date: Tue, 04 Sep 2018 22:42:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:42:44,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-093189ed-c6ca-473a-bffa-4392629a785e 2018-09-04 22:42:44,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:44,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c3ffc80b-5f5d-4ae0-a9c5-40758ee6236f Date: Tue, 04 Sep 2018 22:42:44 GMT RESP BODY: {"ports":[]} 2018-09-04 22:42:44,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1&admin_state_up=True used request id req-c3ffc80b-5f5d-4ae0-a9c5-40758ee6236f 2018-09-04 22:42:44,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:42:44,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:42:45,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bca1148cd72c47d5b03d3e933caa4fcd", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj-role"}], "expires_at": "2018-09-04T23:42:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c98c8110898b49feabc83f0061e5501b", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/c98c8110898b49feabc83f0061e5501b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3355ec80-698f-45e-user", "id": "2b5018fa536c4a219ece909335260caa"}, "audit_ids": ["Olhqrc14T2KM2gpfosOn7w"], "issued_at": "2018-09-04T22:42:45.000000Z"}} 2018-09-04 22:42:45,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5329bf794ea6b70b3e8f2d70ddba6e9a4c2a08ca" 2018-09-04 22:42:45,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4b0caf4-68cd-418c-a212-0521b39496d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:42:45,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c4b0caf4-68cd-418c-a212-0521b39496d6 2018-09-04 22:42:45,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:45,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-1de743f4-5d9d-4390-9725-e855f7ba64dd Date: Tue, 04 Sep 2018 22:42:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:42:45,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-1de743f4-5d9d-4390-9725-e855f7ba64dd 2018-09-04 22:42:45,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:45,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f378516c-aec0-41d2-ab36-a20cc7836f91 Date: Tue, 04 Sep 2018 22:42:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:42:45,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-f378516c-aec0-41d2-ab36-a20cc7836f91 2018-09-04 22:42:45,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:45,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-8a9eabdf-aae0-42f7-add9-b9f34eaffb37 Date: Tue, 04 Sep 2018 22:42:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:42:45,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-8a9eabdf-aae0-42f7-add9-b9f34eaffb37 2018-09-04 22:42:45,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:42:45,706 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:42:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:42:45,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5329bf794ea6b70b3e8f2d70ddba6e9a4c2a08ca" 2018-09-04 22:42:45,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3af23085-e6ed-4869-82fb-3e0a2f88e770 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:42:45,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-3af23085-e6ed-4869-82fb-3e0a2f88e770 2018-09-04 22:42:45,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:45,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f8c60ed7-7ebc-484a-a5a6-e39bd997fc29 Date: Tue, 04 Sep 2018 22:42:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:42:45,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-f8c60ed7-7ebc-484a-a5a6-e39bd997fc29 2018-09-04 22:42:45,847 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net 2018-09-04 22:42:45,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" -d '{"port": {"network_id": "4050d641-7c2f-4b0c-8cc7-c34f041865fe", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1", "admin_state_up": true}}' 2018-09-04 22:42:46,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-e8827c7f-3ea6-4936-a1f1-476fac2815b9 Date: Tue, 04 Sep 2018 22:42:46 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.11"}],"id":"c2029b66-e0db-4d38-bb95-6c3e45bd39a9","security_groups":["47a52473-60d5-459a-baad-9f2a8fcc83cf"],"mac_address":"fa:16:3e:85:5d:0b","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1","project_id":"c98c8110898b49feabc83f0061e5501b","qos_policy_id":null,"admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:46Z","binding:vnic_type":"normal"}} 2018-09-04 22:42:46,921 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-e8827c7f-3ea6-4936-a1f1-476fac2815b9 2018-09-04 22:42:46,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:47,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-dda5b888-f436-46e3-9766-a6fbcbc94193 Date: Tue, 04 Sep 2018 22:42:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:42:47,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-dda5b888-f436-46e3-9766-a6fbcbc94193 2018-09-04 22:42:47,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:47,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c12e7c7a-1d57-415e-bbaf-444c5afc2583 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:42:47,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-c12e7c7a-1d57-415e-bbaf-444c5afc2583 2018-09-04 22:42:47,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:47,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7d4693f6-a2f4-46a7-809d-3521c7a72a21 Date: Tue, 04 Sep 2018 22:42:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:42:47,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-7d4693f6-a2f4-46a7-809d-3521c7a72a21 2018-09-04 22:42:47,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:47,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-5887171e-80ba-4b90-b71e-e7384c4d1bc3 Date: Tue, 04 Sep 2018 22:42:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.11"}],"id":"c2029b66-e0db-4d38-bb95-6c3e45bd39a9","security_groups":["47a52473-60d5-459a-baad-9f2a8fcc83cf"],"mac_address":"fa:16:3e:85:5d:0b","project_id":"c98c8110898b49feabc83f0061e5501b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:46Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:42:47,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1&admin_state_up=True used request id req-5887171e-80ba-4b90-b71e-e7384c4d1bc3 2018-09-04 22:42:47,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:47,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28784e04-e26f-4ded-a84a-360e9a9179dd Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:42:47,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-28784e04-e26f-4ded-a84a-360e9a9179dd 2018-09-04 22:42:47,710 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst 2018-09-04 22:42:47,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:47,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c30716f-7dff-4154-952c-6be4a4e27cc5 x-compute-request-id: req-6c30716f-7dff-4154-952c-6be4a4e27cc5 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-flavor-name"}]} 2018-09-04 22:42:47,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-6c30716f-7dff-4154-952c-6be4a4e27cc5 2018-09-04 22:42:47,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:47,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd3e4018-d54c-4b3e-b0e2-8c7e6c5ec769 x-compute-request-id: req-fd3e4018-d54c-4b3e-b0e2-8c7e6c5ec769 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:42:47,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a used request id req-fd3e4018-d54c-4b3e-b0e2-8c7e6c5ec769 2018-09-04 22:42:47,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:47,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-5b855031-1bae-4054-8d2c-e47df0f03758 Date: Tue, 04 Sep 2018 22:42:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:42:16Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-09-04T22:42:22Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/2ce01abf-0136-461f-84e8-983c78efca1e/snap", "metadata": {}}], "self": "/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e", "min_disk": 0, "protected": false, "id": "2ce01abf-0136-461f-84e8-983c78efca1e", "file": "/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e/file", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "owner": "c98c8110898b49feabc83f0061e5501b", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/2ce01abf-0136-461f-84e8-983c78efca1e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image"} 2018-09-04 22:42:47,948 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image used request id req-5b855031-1bae-4054-8d2c-e47df0f03758 2018-09-04 22:42:47,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:48,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d15ddc93-1edd-42a3-ab6a-e9416e29f0c0 Date: Tue, 04 Sep 2018 22:42:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:42:48,110 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d15ddc93-1edd-42a3-ab6a-e9416e29f0c0 2018-09-04 22:42:48,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" -d '{"server": {"name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "imageRef": "2ce01abf-0136-461f-84e8-983c78efca1e", "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "flavorRef": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "max_count": 1, "min_count": 1, "networks": [{"port": "c2029b66-e0db-4d38-bb95-6c3e45bd39a9"}]}}' 2018-09-04 22:42:49,555 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:42:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f5b00fa9-2bc6-48df-95da-4d14c2a83949 x-compute-request-id: req-f5b00fa9-2bc6-48df-95da-4d14c2a83949 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e502c462-3300-42e2-ad0d-f25181134c35", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "adminPass": "JBwuD9HHwovR"}} 2018-09-04 22:42:49,556 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-f5b00fa9-2bc6-48df-95da-4d14c2a83949 2018-09-04 22:42:49,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:49,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8c7d9f4-505f-4636-b595-c5760c0aa9cb x-compute-request-id: req-f8c7d9f4-505f-4636-b595-c5760c0aa9cb Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:42:49,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-f8c7d9f4-505f-4636-b595-c5760c0aa9cb 2018-09-04 22:42:49,781 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst 2018-09-04 22:42:49,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:50,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13206b95-53be-42f4-8e0d-ce00766b32a1 x-compute-request-id: req-13206b95-53be-42f4-8e0d-ce00766b32a1 Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:42:50,159 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-13206b95-53be-42f4-8e0d-ce00766b32a1 2018-09-04 22:42:50,160 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:42:50,160 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:42:53,163 - create_instance - DEBUG - VM status query timeout in 896.618369102 2018-09-04 22:42:53,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:53,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b448a5d3-5d78-4bb9-b999-c482386af5f0 x-compute-request-id: req-b448a5d3-5d78-4bb9-b999-c482386af5f0 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:42:53,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-b448a5d3-5d78-4bb9-b999-c482386af5f0 2018-09-04 22:42:53,931 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:42:53,932 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:42:56,935 - create_instance - DEBUG - VM status query timeout in 892.84682107 2018-09-04 22:42:56,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:42:57,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d943661-5cdf-44f3-8b89-813d077d801e x-compute-request-id: req-8d943661-5cdf-44f3-8b89-813d077d801e Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:42:57,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-8d943661-5cdf-44f3-8b89-813d077d801e 2018-09-04 22:42:57,379 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:42:57,379 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:00,383 - create_instance - DEBUG - VM status query timeout in 889.398977041 2018-09-04 22:43:00,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:01,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fe4566a-0613-4c48-b237-e59499f6782b x-compute-request-id: req-9fe4566a-0613-4c48-b237-e59499f6782b Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:01,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-9fe4566a-0613-4c48-b237-e59499f6782b 2018-09-04 22:43:01,044 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:01,044 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:04,047 - create_instance - DEBUG - VM status query timeout in 885.734543085 2018-09-04 22:43:04,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:05,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-782118a2-e575-451d-a0b1-c131398f12d5 x-compute-request-id: req-782118a2-e575-451d-a0b1-c131398f12d5 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:05,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-782118a2-e575-451d-a0b1-c131398f12d5 2018-09-04 22:43:05,043 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:05,043 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:08,047 - create_instance - DEBUG - VM status query timeout in 881.735006094 2018-09-04 22:43:08,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:08,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23cd7294-0d25-445e-a5eb-daf13fbfbb37 x-compute-request-id: req-23cd7294-0d25-445e-a5eb-daf13fbfbb37 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:08,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-23cd7294-0d25-445e-a5eb-daf13fbfbb37 2018-09-04 22:43:08,563 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:08,563 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:11,564 - create_instance - DEBUG - VM status query timeout in 878.217543125 2018-09-04 22:43:11,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:12,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-157792f0-5567-4daf-ad19-53ba9fe03d93 x-compute-request-id: req-157792f0-5567-4daf-ad19-53ba9fe03d93 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:12,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-157792f0-5567-4daf-ad19-53ba9fe03d93 2018-09-04 22:43:12,587 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:12,587 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:15,591 - create_instance - DEBUG - VM status query timeout in 874.191009045 2018-09-04 22:43:15,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:16,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72a235f9-0498-4628-9e85-53ce4288269a x-compute-request-id: req-72a235f9-0498-4628-9e85-53ce4288269a Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:16,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-72a235f9-0498-4628-9e85-53ce4288269a 2018-09-04 22:43:16,092 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:16,092 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:19,095 - create_instance - DEBUG - VM status query timeout in 870.686112165 2018-09-04 22:43:19,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:19,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9a5fa6b-c114-4421-8cdf-48c70e38b658 x-compute-request-id: req-c9a5fa6b-c114-4421-8cdf-48c70e38b658 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:19,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-c9a5fa6b-c114-4421-8cdf-48c70e38b658 2018-09-04 22:43:19,617 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:19,617 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:22,618 - create_instance - DEBUG - VM status query timeout in 867.163556099 2018-09-04 22:43:22,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:23,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc3a4b5c-7b41-400b-9fbb-af9eba2951cd x-compute-request-id: req-cc3a4b5c-7b41-400b-9fbb-af9eba2951cd Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:23,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-cc3a4b5c-7b41-400b-9fbb-af9eba2951cd 2018-09-04 22:43:23,122 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:23,122 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:26,126 - create_instance - DEBUG - VM status query timeout in 863.655858994 2018-09-04 22:43:26,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:27,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d48fc478-f1cc-47dd-96e6-f3dd4c5f3c14 x-compute-request-id: req-d48fc478-f1cc-47dd-96e6-f3dd4c5f3c14 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:27,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-d48fc478-f1cc-47dd-96e6-f3dd4c5f3c14 2018-09-04 22:43:27,012 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:27,012 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:30,015 - create_instance - DEBUG - VM status query timeout in 859.766563177 2018-09-04 22:43:30,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:30,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa9b498a-e6c4-467f-8b46-ff8b0bec99ca x-compute-request-id: req-aa9b498a-e6c4-467f-8b46-ff8b0bec99ca Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:30,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-aa9b498a-e6c4-467f-8b46-ff8b0bec99ca 2018-09-04 22:43:30,684 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:30,684 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:33,688 - create_instance - DEBUG - VM status query timeout in 856.093950987 2018-09-04 22:43:33,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:34,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-552190cb-8c02-40ac-aac2-252297f25056 x-compute-request-id: req-552190cb-8c02-40ac-aac2-252297f25056 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:34,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-552190cb-8c02-40ac-aac2-252297f25056 2018-09-04 22:43:34,555 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:34,555 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:37,558 - create_instance - DEBUG - VM status query timeout in 852.223201036 2018-09-04 22:43:37,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:38,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af224cdc-486e-43a7-827a-1a72b75c9092 x-compute-request-id: req-af224cdc-486e-43a7-827a-1a72b75c9092 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:38,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-af224cdc-486e-43a7-827a-1a72b75c9092 2018-09-04 22:43:38,033 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:38,033 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:41,036 - create_instance - DEBUG - VM status query timeout in 848.745334148 2018-09-04 22:43:41,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:41,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3051b046-b24f-4f47-8c5e-6c10f4cc374f x-compute-request-id: req-3051b046-b24f-4f47-8c5e-6c10f4cc374f Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:41,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-3051b046-b24f-4f47-8c5e-6c10f4cc374f 2018-09-04 22:43:41,591 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:41,591 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:44,594 - create_instance - DEBUG - VM status query timeout in 845.187250137 2018-09-04 22:43:44,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:44,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06a89252-c649-4ead-9b97-55908a76dc4f x-compute-request-id: req-06a89252-c649-4ead-9b97-55908a76dc4f Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:44,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-06a89252-c649-4ead-9b97-55908a76dc4f 2018-09-04 22:43:44,912 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:44,912 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:47,916 - create_instance - DEBUG - VM status query timeout in 841.866019011 2018-09-04 22:43:47,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:48,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9e45304-8375-40af-bbae-d50967558d09 x-compute-request-id: req-c9e45304-8375-40af-bbae-d50967558d09 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:48,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-c9e45304-8375-40af-bbae-d50967558d09 2018-09-04 22:43:48,585 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:48,586 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:51,589 - create_instance - DEBUG - VM status query timeout in 838.192747116 2018-09-04 22:43:51,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:52,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbbe637d-d2f3-475e-a5fb-f411b0ee8094 x-compute-request-id: req-fbbe637d-d2f3-475e-a5fb-f411b0ee8094 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:52,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-fbbe637d-d2f3-475e-a5fb-f411b0ee8094 2018-09-04 22:43:52,241 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:52,242 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:55,245 - create_instance - DEBUG - VM status query timeout in 834.536768198 2018-09-04 22:43:55,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:55,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d067ad6-2b27-4c8d-afbc-6165e07e3ae5 x-compute-request-id: req-8d067ad6-2b27-4c8d-afbc-6165e07e3ae5 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:55,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-8d067ad6-2b27-4c8d-afbc-6165e07e3ae5 2018-09-04 22:43:55,895 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:55,896 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:43:58,899 - create_instance - DEBUG - VM status query timeout in 830.88273716 2018-09-04 22:43:58,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:43:59,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:43:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd33c2a0-8358-4204-b378-884f685ca3da x-compute-request-id: req-cd33c2a0-8358-4204-b378-884f685ca3da Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:43:59,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-cd33c2a0-8358-4204-b378-884f685ca3da 2018-09-04 22:43:59,577 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:43:59,578 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:44:02,581 - create_instance - DEBUG - VM status query timeout in 827.20085001 2018-09-04 22:44:02,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:02,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fcf80284-f99e-4abb-b38c-c7d53156bd74 x-compute-request-id: req-fcf80284-f99e-4abb-b38c-c7d53156bd74 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:02,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-fcf80284-f99e-4abb-b38c-c7d53156bd74 2018-09-04 22:44:02,938 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:44:02,938 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:44:05,941 - create_instance - DEBUG - VM status query timeout in 823.840214014 2018-09-04 22:44:05,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:06,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85997560-b3b2-4693-954d-c3ee461a2d00 x-compute-request-id: req-85997560-b3b2-4693-954d-c3ee461a2d00 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:06,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-85997560-b3b2-4693-954d-c3ee461a2d00 2018-09-04 22:44:06,445 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:44:06,445 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:44:09,448 - create_instance - DEBUG - VM status query timeout in 820.333221197 2018-09-04 22:44:09,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:09,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30673952-207e-482a-9bfc-9871e60c2368 x-compute-request-id: req-30673952-207e-482a-9bfc-9871e60c2368 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:09,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-30673952-207e-482a-9bfc-9871e60c2368 2018-09-04 22:44:09,937 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:44:09,938 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:44:12,941 - create_instance - DEBUG - VM status query timeout in 816.84078002 2018-09-04 22:44:12,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:13,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be38a211-3284-44da-b9d7-420818aad2c0 x-compute-request-id: req-be38a211-3284-44da-b9d7-420818aad2c0 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:13,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-be38a211-3284-44da-b9d7-420818aad2c0 2018-09-04 22:44:13,810 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:44:13,810 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:44:16,813 - create_instance - DEBUG - VM status query timeout in 812.968693018 2018-09-04 22:44:16,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:17,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eda02ecf-0802-47fe-93a1-1a95bcdf2429 x-compute-request-id: req-eda02ecf-0802-47fe-93a1-1a95bcdf2429 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:17,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-eda02ecf-0802-47fe-93a1-1a95bcdf2429 2018-09-04 22:44:17,311 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:44:17,311 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:44:20,313 - create_instance - DEBUG - VM status query timeout in 809.468513012 2018-09-04 22:44:20,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:20,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-913d4617-5bae-4b56-880b-2f693550575d x-compute-request-id: req-913d4617-5bae-4b56-880b-2f693550575d Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:20,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-913d4617-5bae-4b56-880b-2f693550575d 2018-09-04 22:44:20,779 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:44:20,779 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:44:23,782 - create_instance - DEBUG - VM status query timeout in 805.999490023 2018-09-04 22:44:23,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:24,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1bb1c91-5b02-4955-8a9b-41c7663bb8f0 x-compute-request-id: req-d1bb1c91-5b02-4955-8a9b-41c7663bb8f0 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:24,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-d1bb1c91-5b02-4955-8a9b-41c7663bb8f0 2018-09-04 22:44:24,268 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:44:24,268 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:44:27,269 - create_instance - DEBUG - VM status query timeout in 802.512947083 2018-09-04 22:44:27,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:27,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-585ec265-392f-4626-9b71-819eedacda1e x-compute-request-id: req-585ec265-392f-4626-9b71-819eedacda1e Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:27,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-585ec265-392f-4626-9b71-819eedacda1e 2018-09-04 22:44:27,954 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:44:27,954 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:44:30,958 - create_instance - DEBUG - VM status query timeout in 798.823939085 2018-09-04 22:44:30,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:31,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2220d52b-b2ca-48a8-8da5-d1feeea3f126 x-compute-request-id: req-2220d52b-b2ca-48a8-8da5-d1feeea3f126 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:42:50Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:31,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-2220d52b-b2ca-48a8-8da5-d1feeea3f126 2018-09-04 22:44:31,482 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - BUILD 2018-09-04 22:44:31,483 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:44:34,486 - create_instance - DEBUG - VM status query timeout in 795.295813084 2018-09-04 22:44:34,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:34,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1072440-3295-4e21-9f63-e68c63881ee7 x-compute-request-id: req-b1072440-3295-4e21-9f63-e68c63881ee7 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:34,989 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-b1072440-3295-4e21-9f63-e68c63881ee7 2018-09-04 22:44:34,989 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - ACTIVE 2018-09-04 22:44:34,989 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:44:34,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:35,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8f83b14-26f9-4939-a8d5-58c271d21a64 x-compute-request-id: req-a8f83b14-26f9-4939-a8d5-58c271d21a64 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:35,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-a8f83b14-26f9-4939-a8d5-58c271d21a64 2018-09-04 22:44:35,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:35,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-bcc7cabc-4252-4962-97a9-21f6b342b74e Date: Tue, 04 Sep 2018 22:44:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:44:35,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-bcc7cabc-4252-4962-97a9-21f6b342b74e 2018-09-04 22:44:35,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:35,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1effd3cd-f041-4d5e-9b00-db24b85c4240 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:44:35,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-1effd3cd-f041-4d5e-9b00-db24b85c4240 2018-09-04 22:44:35,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:35,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e3851019-0996-4cb9-9d03-f4575cf6ce3f Date: Tue, 04 Sep 2018 22:44:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:44:35,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-e3851019-0996-4cb9-9d03-f4575cf6ce3f 2018-09-04 22:44:35,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:35,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-85ddd7e1-7962-48be-8a68-9e0c0e2834ca Date: Tue, 04 Sep 2018 22:44:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.2"}],"id":"371edd6f-0358-4c96-9b3f-438d34dcb566","security_groups":[],"mac_address":"fa:16:3e:22:b1:b8","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.3"}],"id":"52db1b2c-05fc-41de-a13d-e6852685498c","security_groups":[],"mac_address":"fa:16:3e:2d:8e:06","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.1"}],"id":"a5900992-1235-4dfa-8583-3d2cf07feb6e","security_groups":[],"mac_address":"fa:16:3e:f6:c5:48","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:35Z","binding:vnic_type":"normal","device_id":"44fcfa05-d66d-4b93-996f-bd2e94e5d386"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:44:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.11"}],"id":"c2029b66-e0db-4d38-bb95-6c3e45bd39a9","security_groups":["47a52473-60d5-459a-baad-9f2a8fcc83cf"],"mac_address":"fa:16:3e:85:5d:0b","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:46Z","binding:vnic_type":"normal","device_id":"e502c462-3300-42e2-ad0d-f25181134c35"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.4"}],"id":"f3d2a81b-4f6c-4eca-b987-b2964319b7f7","security_groups":[],"mac_address":"fa:16:3e:98:2f:62","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4050d641-7c2f-4b0c-8cc7-c34f041865fe"}]} 2018-09-04 22:44:35,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-85ddd7e1-7962-48be-8a68-9e0c0e2834ca 2018-09-04 22:44:35,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:35,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-bb72bd22-02dc-4b80-a124-88c03020a439 Date: Tue, 04 Sep 2018 22:44:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:28Z", "admin_state_up": true, "updated_at": "2018-09-04T22:42:35Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "44fcfa05-d66d-4b93-996f-bd2e94e5d386", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router"}]} 2018-09-04 22:44:35,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router used request id req-bb72bd22-02dc-4b80-a124-88c03020a439 2018-09-04 22:44:35,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:36,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e9dcfe6-ca2e-49b9-ae36-a493a63c5bfb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:44:36,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-4e9dcfe6-ca2e-49b9-ae36-a493a63c5bfb 2018-09-04 22:44:36,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=44fcfa05-d66d-4b93-996f-bd2e94e5d386 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:36,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-a84ee9d2-df66-4825-bc71-90995804ca00 Date: Tue, 04 Sep 2018 22:44:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.1"}],"id":"a5900992-1235-4dfa-8583-3d2cf07feb6e","security_groups":[],"mac_address":"fa:16:3e:f6:c5:48","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:35Z","binding:vnic_type":"normal","device_id":"44fcfa05-d66d-4b93-996f-bd2e94e5d386"}]} 2018-09-04 22:44:36,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=44fcfa05-d66d-4b93-996f-bd2e94e5d386 used request id req-a84ee9d2-df66-4825-bc71-90995804ca00 2018-09-04 22:44:36,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/562115ff-a124-4a6a-8bd9-8bd76ff7f9ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:36,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-6c904cf2-b1b6-4815-8a0b-05a75c9f2952 Date: Tue, 04 Sep 2018 22:44:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}} 2018-09-04 22:44:36,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/562115ff-a124-4a6a-8bd9-8bd76ff7f9ca used request id req-6c904cf2-b1b6-4815-8a0b-05a75c9f2952 2018-09-04 22:44:36,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:36,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b4b6fdc1-7f6a-44ea-a3c3-5970658cf6d5 Date: Tue, 04 Sep 2018 22:44:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:44:36,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-b4b6fdc1-7f6a-44ea-a3c3-5970658cf6d5 2018-09-04 22:44:36,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:36,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-af2e2599-0b93-4dc1-ad0b-ab0c8d275d64 Date: Tue, 04 Sep 2018 22:44:36 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:44:36,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-af2e2599-0b93-4dc1-ad0b-ab0c8d275d64 2018-09-04 22:44:36,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:36,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2e194e2-300d-4cb5-8f1c-cecf5df589a8 x-compute-request-id: req-d2e194e2-300d-4cb5-8f1c-cecf5df589a8 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:36,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-d2e194e2-300d-4cb5-8f1c-cecf5df589a8 2018-09-04 22:44:36,863 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - ACTIVE 2018-09-04 22:44:36,863 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:44:36,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:37,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfd113e1-b469-44ac-ac54-63c02677a02c x-compute-request-id: req-cfd113e1-b469-44ac-ac54-63c02677a02c Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:37,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-cfd113e1-b469-44ac-ac54-63c02677a02c 2018-09-04 22:44:37,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:37,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-8ff8dfef-00c4-4a72-8473-07f3e3420806 Date: Tue, 04 Sep 2018 22:44:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:44:37,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-8ff8dfef-00c4-4a72-8473-07f3e3420806 2018-09-04 22:44:37,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:37,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-465934c2-52ef-4b01-ac03-4c9d8bb5769a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:44:37,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-465934c2-52ef-4b01-ac03-4c9d8bb5769a 2018-09-04 22:44:37,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:37,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-304827a2-1157-4cac-9212-4fb736f56236 Date: Tue, 04 Sep 2018 22:44:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:44:37,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-304827a2-1157-4cac-9212-4fb736f56236 2018-09-04 22:44:37,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:37,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-d5b62a62-31ae-4a46-9c04-48d70ec4309d Date: Tue, 04 Sep 2018 22:44:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.2"}],"id":"371edd6f-0358-4c96-9b3f-438d34dcb566","security_groups":[],"mac_address":"fa:16:3e:22:b1:b8","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.3"}],"id":"52db1b2c-05fc-41de-a13d-e6852685498c","security_groups":[],"mac_address":"fa:16:3e:2d:8e:06","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.1"}],"id":"a5900992-1235-4dfa-8583-3d2cf07feb6e","security_groups":[],"mac_address":"fa:16:3e:f6:c5:48","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:35Z","binding:vnic_type":"normal","device_id":"44fcfa05-d66d-4b93-996f-bd2e94e5d386"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:44:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.11"}],"id":"c2029b66-e0db-4d38-bb95-6c3e45bd39a9","security_groups":["47a52473-60d5-459a-baad-9f2a8fcc83cf"],"mac_address":"fa:16:3e:85:5d:0b","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:46Z","binding:vnic_type":"normal","device_id":"e502c462-3300-42e2-ad0d-f25181134c35"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.4"}],"id":"f3d2a81b-4f6c-4eca-b987-b2964319b7f7","security_groups":[],"mac_address":"fa:16:3e:98:2f:62","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4050d641-7c2f-4b0c-8cc7-c34f041865fe"}]} 2018-09-04 22:44:37,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-d5b62a62-31ae-4a46-9c04-48d70ec4309d 2018-09-04 22:44:37,682 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-04 22:44:37,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:37,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-27f3e2a9-7f62-4a86-82ff-8bed14761f2d Date: Tue, 04 Sep 2018 22:44:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:44:37,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-27f3e2a9-7f62-4a86-82ff-8bed14761f2d 2018-09-04 22:44:37,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:37,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-487b1b85-5f6e-44b3-8c3a-d68feee0647d Date: Tue, 04 Sep 2018 22:44:37 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:44:37,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-487b1b85-5f6e-44b3-8c3a-d68feee0647d 2018-09-04 22:44:37,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "port_id": "c2029b66-e0db-4d38-bb95-6c3e45bd39a9"}}' 2018-09-04 22:44:39,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-e9f98efa-8e97-4227-87d2-3bb06933a53c Date: Tue, 04 Sep 2018 22:44:39 GMT RESP BODY: {"floatingip": {"router_id": "44fcfa05-d66d-4b93-996f-bd2e94e5d386", "status": "DOWN", "description": "", "tags": [], "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:44:38Z", "updated_at": "2018-09-04T22:44:38Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.55.1.11", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "c98c8110898b49feabc83f0061e5501b", "port_id": "c2029b66-e0db-4d38-bb95-6c3e45bd39a9", "id": "e2013ccc-2e14-429d-bcde-2f1d71e1248f"}} 2018-09-04 22:44:39,652 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-e9f98efa-8e97-4227-87d2-3bb06933a53c 2018-09-04 22:44:39,653 - create_instance - INFO - Created floating IP 172.30.9.207 via router - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router 2018-09-04 22:44:39,653 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-09-04 22:44:39,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:40,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6544ed79-69fb-49eb-979c-c09cc16768e9 x-compute-request-id: req-6544ed79-69fb-49eb-979c-c09cc16768e9 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:40,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-6544ed79-69fb-49eb-979c-c09cc16768e9 2018-09-04 22:44:40,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:44:41,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22010e7d-7aec-4504-8a6b-57614f512479 x-compute-request-id: req-22010e7d-7aec-4504-8a6b-57614f512479 Content-Encoding: gzip Content-Length: 10509 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008019] Security Framework initialized\n[ 0.009006] AppArmor: AppArmor initialized\n[ 0.010013] Yama: becoming mindful.\n[ 0.011343] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012609] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017669] Initializing cgroup subsys memory\n[ 0.018701] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021043] Initializing cgroup subsys blkio\n[ 0.022046] Initializing cgroup subsys perf_event\n[ 0.023130] Initializing cgroup subsys hugetlb\n[ 0.024054] FEATURE SPEC_CTRL Not Present\n[ 0.025701] mce: CPU supports 10 MCE banks\n[ 0.026729] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029417] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033603] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.038572] ACPI: Core revision 20131115\n[ 0.040415] ACPI: All ACPI Tables successfully acquired\n[ 0.041761] ftrace: allocating 28717 entries in 113 pages\n[ 0.060036] smpboot: Max logical packages: 2\n[ 0.061082] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.062528] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.064169] Enabling x2apic\n[ 0.064894] Enabled x2apic\n[ 0.065793] Switched APIC routing to physical x2apic.\n[ 0.068906] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.070362] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.073084] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.079194] KVM setup paravirtual spinlock\n[ 0.081026] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.082661] x86: Booting SMP configuration:\n[ 0.083737] .... node #0, CPUs: #1[ 0.081018] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096020] x86: Booted up 1 node, 2 CPUs\n[ 0.096013] KVM setup async PF for cpu 1\n[ 0.096016] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100313] devtmpfs: initialized\n[ 0.103133] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104854] EVM: security.ima\n[ 0.105609] EVM: security.capability\n[ 0.106494] pinctrl core: initialized pinctrl subsystem\n[ 0.108035] regulator-dummy: no parameters\n[ 0.109066] RTC time: 22:44:31, date: 09/04/18\n[ 0.110116] NET: Registered protocol family 16\n[ 0.111258] cpuidle: using governor ladder\n[ 0.112003] cpuidle: using governor menu\n[ 0.113014] ACPI: bus type PCI registered\n[ 0.114003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.115554] PCI: Using configuration type 1 for base access\n[ 0.116443] bio: create slab at 0\n[ 0.117111] ACPI: Added _OSI(Module Device)\n[ 0.117111] ACPI: Added _OSI(Processor Device)\n[ 0.118085] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.120003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.122631] ACPI: Interpreter enabled\n[ 0.123587] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.125456] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.127635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.129437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.131776] ACPI: (supports S0 S5)\n[ 0.132003] ACPI: Using IOAPIC for interrupt routing\n[ 0.133148] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.135395] ACPI: No dock devices found.\n[ 0.137552] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.138979] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.140006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.141475] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.144123] acpiphp: Slot [3] registered\n[ 0.145094] acpiphp: Slot [4] registered\n[ 0.146044] acpiphp: Slot [5] registered\n[ 0.146988] acpiphp: Slot [6] registered\n[ 0.147963] acpiphp: Slot [7] registered\n[ 0.148017] acpiphp: Slot [8] registered\n[ 0.148966] acpiphp: Slot [9] registered\n[ 0.149921] acpiphp: Slot [10] registered\n[ 0.150921] acpiphp: Slot [11] registered\n[ 0.151888] acpiphp: Slot [12] registered\n[ 0.152017] acpiphp: Slot [13] registered\n[ 0.153011] acpiphp: Slot [14] registered\n[ 0.154004] acpiphp: Slot [15] registered\n[ 0.155002] acpiphp: Slot [16] registered\n[ 0.156005] acpiphp: Slot [17] registered\n[ 0.156975] acpiphp: Slot [18] registered\n[ 0.157946] acpiphp: Slot [19] registered\n[ 0.158947] acpiphp: Slot [20] registered\n[ 0.159943] acpiphp: Slot [21] registered\n[ 0.160017] acpiphp: Slot [22] registered\n[ 0.161013] acpiphp: Slot [23] registered\n[ 0.162014] acpiphp: Slot [24] registered\n[ 0.163012] acpiphp: Slot [25] registered\n[ 0.163978] acpiphp: Slot [26] registered\n[ 0.164017] acpiphp: Slot [27] registered\n[ 0.165012] acpiphp: Slot [28] registered\n[ 0.166004] acpiphp: Slot [29] registered\n[ 0.166967] acpiphp: Slot [30] registered\n[ 0.167962] acpiphp: Slot [31] registered\n[ 0.168010] PCI host bridge to bus 0000:00\n[ 0.168978] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.170204] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.171559] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.172004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.173524] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.187017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.233297] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.235110] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.236716] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.238357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.240029] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.241788] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.243189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.243189] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.244003] vgaarb: loaded\n[ 0.244756] vgaarb: bridge control possible 0000:00:02.0\n[ 0.246087] SCSI subsystem initialized\n[ 0.247048] ACPI: bus type USB registered\n[ 0.248015] usbcore: registered new interface driver usbfs\n[ 0.249321] usbcore: registered new interface driver hub\n[ 0.250622] usbcore: registered new device driver usb\n[ 0.250622] PCI: Using ACPI for IRQ routing\n[ 0.252171] NetLabel: Initializing\n[ 0.253045] NetLabel: domain hash size = 128\n[ 0.254090] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.255262] NetLabel: unlabeled traffic allowed by default\n[ 0.256046] Switched to clocksource kvm-clock\n[ 0.260910] AppArmor: AppArmor Filesystem Enabled\n[ 0.262068] pnp: PnP ACPI init\n[ 0.262849] ACPI: bus type PNP registered\n[ 0.264194] pnp: PnP ACPI: found 8 devices\n[ 0.265180] ACPI: bus type PNP unregistered\n[ 0.272044] NET: Registered protocol family 2\n[ 0.273233] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.275022] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.276564] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.278419] TCP: reno registered\n[ 0.279248] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.280644] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.282149] NET: Registered protocol family 1\n[ 0.283186] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.284516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.285811] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.307477] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.329860] Trying to unpack rootfs image as initramfs...\n[ 0.409203] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411215] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.412621] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413820] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.415865] Scanning for low memory corruption every 60 seconds\n[ 0.417455] Initialise system trusted keyring\n[ 0.418394] audit: initializing netlink socket (disabled)\n[ 0.419424] type=2000 audit(1536101072.459:1): initialized\n[ 0.437092] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438864] zbud: loaded\n[ 0.439635] VFS: Disk quotas dquot_6.5.2\n[ 0.440472] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441899] fuse init (API version 7.22)\n[ 0.442741] msgmni has been set to 3997\n[ 0.443558] Key type big_key registered\n[ 0.444535] Key type asymmetric registered\n[ 0.445361] Asymmetric key parser 'x509' registered\n[ 0.446314] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447778] io scheduler noop registered\n[ 0.448593] io scheduler deadline registered (default)\n[ 0.449582] io scheduler cfq registered\n[ 0.450404] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451450] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452704] ipmi message handler version 39.2\n[ 0.453604] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455056] ACPI: Power Button [PWRF]\n[ 0.455877] GHES: HEST is not enabled!\n[ 0.477358] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520431] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.522237] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.546252] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.548320] Linux agpgart interface v0.103\n[ 0.549772] brd: module loaded\n[ 0.550758] loop: module loaded\n[ 0.551674] blk-mq: CPU -> queue map\n[ 0.552421] CPU 0 -> Queue 0\n[ 0.553075] CPU 1 -> Queue 0\n[ 0.554182] vda: vda1\n[ 0.555610] scsi0 : ata_piix\n[ 0.556498] scsi1 : ata_piix\n[ 0.557314] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.558854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.560584] libphy: Fixed MDIO Bus: probed\n[ 0.561672] tun: Universal TUN/TAP device driver, 1.6\n[ 0.562883] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.565419] PPP generic driver version 2.4.2\n[ 0.566468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.567915] ehci-pci: EHCI PCI platform driver\n[ 0.568945] ehci-platform: EHCI generic platform driver\n[ 0.570133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.571477] ohci-pci: OHCI PCI platform driver\n[ 0.572506] ohci-platform: OHCI generic platform driver\n[ 0.573687] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.596069] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.597302] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.599152] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.600496] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.601985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.603657] usb usb1: Product: UHCI Host Controller\n[ 0.604763] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.606227] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.607373] hub 1-0:1.0: USB hub found\n[ 0.608311] hub 1-0:1.0: 2 ports detected\n[ 0.609369] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.611829] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.613046] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.614345] mousedev: PS/2 mouse device common for all mice\n[ 0.615870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.618083] rtc_cmos 00:00: RTC can wake from S4\n[ 0.619453] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.620989] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.622549] device-mapper: uevent: version 1.0.3\n[ 0.623737] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.625771] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.627197] TCP: cubic registered\n[ 0.628102] NET: Registered protocol family 10\n[ 0.629251] NET: Registered protocol family 17\n[ 0.630297] Key type dns_resolver registered\n[ 0.631468] Loading compiled-in X.509 certificates\n[ 0.633109] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.635362] registered taskstats version 1\n[ 0.637721] Key type trusted registered\n[ 0.640811] Key type encrypted registered\n[ 0.641804] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.643047] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.644598] regulator-dummy: disabling\n[ 0.645560] Magic number: 2:338:754\n[ 0.653323] tty ttyS5: hash matches\n[ 0.654363] rtc_cmos 00:00: setting system clock to 2018-09-04 22:44:32 UTC (1536101072)\n[ 0.656400] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.657761] EDD information not available.\n[ 0.716954] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.718877] Write protecting the kernel read-only data: 12288k\n[ 0.720498] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.723342] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.734546] systemd-udevd[107]: starting version 204\n[ 0.768466] FDC 0 is a S82078B\n[ 0.920046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.079709] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.081260] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.082835] usb 1-1: Product: QEMU USB Tablet\n[ 1.083843] usb 1-1: Manufacturer: QEMU\n[ 1.084766] usb 1-1: SerialNumber: 42\n[ 1.408028] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.784755] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.013772] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.119164] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.213677] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Tue, 04 Sep 2018 22:44:34 +0000. Up 2.52 seconds.\ncloud-init-nonet[2.67]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.45]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Tue, 04 Sep 2018 22:44:35 +0000. Up 3.57 seconds.\nci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.11 | 255.255.255.0 | fa:16:3e:85:5d:0b |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: | 2 | 169.254.169.254 | 10.55.1.3 | 255.255.255.255 | eth0 | UGH |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n46:86:23:4f:40:41:de:70:77:2f:81:af:63:69:4c:d7 root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o*.. ..o |\n| . = o.. o |\n| o = o.... |\n| + +. o.E |\n| .oS+ |\n| .B |\n| o . |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf0:c3:e1:40:72:e0:37:3c:87:54:10:f0:a8:55:10:a0 root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| ..*=B+. |\n| . . X . |\n|E + X o |\n| o . X . |\n| . S |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:28:e1:a6:ad:01:97:bc:4b:69:c3:90:f5:c5:0f:fb root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| . |\n| . + |\n| + o . + |\n|+ = . . S |\n|.= + . o . |\n|. @ . . E |\n| B + |\n|o.o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nfd:8e:f5:d2:7b:7c:0f:ea:b5:73:89:bd:87:8e:8d:03 root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| . |\n| S . |\n| E. |\n| .o.=o.|\n| +oO+=*|\n| ..*+***|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Tue, 04 Sep 2018 22:44:38 +0000. Up 6.31 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Tue, 04 Sep 2018 22:44:39 +0000. Up 7.16 seconds.\nci-info: +++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu++++++\nci-info: +---------+-------------------------------------------------+---------+---------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+---------+\nci-info: | ssh-rsa | b1:df:0a:2b:13:0c:c8:31:64:de:c9:47:52:31:e2:6f | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 f0:c3:e1:40:72:e0:37:3c:87:54:10:f0:a8:55:10:a0 root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i (DSA)\nec2: 256 a3:28:e1:a6:ad:01:97:bc:4b:69:c3:90:f5:c5:0f:fb root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i (ECDSA)\nec2: 256 fd:8e:f5:d2:7b:7c:0f:ea:b5:73:89:bd:87:8e:8d:03 root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i (ED25519)\nec2: 2048 46:86:23:4f:40:41:de:70:77:2f:81:af:63:69:4c:d7 root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFFyyHEP/k6UWbrp1P1B3aHqpLslUQiJyeiv7cssINi0sG/xm2TRDrDG58sEp4eXmsc+OhpheDqfRlvbkcUXZjM= root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJkf7iTAl2G/O708++9Oz3g1wX1giC22CjiMHgbDTCxM root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgXyarxeHRWO/HoQheX6SQtIyTzl2GKbO5TpXI5faLq8OS4LqUorNcsnxAZtNXykt4m1Xeu7unhiqMkAuRwVmiG65QkC1TosMNSIlarQ6t3y3i3gvbWf2RiAhMIORwq9z8hJKVg4qG1v5mPdYjkGyAlpCR9eXnCwwOF2q+YkMYtKLjHEn8WK7KcJznSSLWdPgQZBPZCdlra6HBxm7px4uzKGIaYtreUQvCGRJ6HHl/Hx2ua36FeZzRB2DaX6pIXlh4VV5TTH/oqNz7hUJlv+M58H4zPE6/DDK+xNVwZnVZc8Zuumy24CEIu3+zbD4Dw6WfIjUtOzAhYWBB7X2OD/bn root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Tue, 04 Sep 2018 22:44:39 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.27 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i ttyS0\n\nansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i login: "} 2018-09-04 22:44:41,181 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35/action used request id req-22010e7d-7aec-4504-8a6b-57614f512479 2018-09-04 22:44:41,182 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:44:41,182 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008019] Security Framework initialized [ 0.009006] AppArmor: AppArmor initialized [ 0.010013] Yama: becoming mindful. [ 0.011343] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012609] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017669] Initializing cgroup subsys memory [ 0.018701] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021043] Initializing cgroup subsys blkio [ 0.022046] Initializing cgroup subsys perf_event [ 0.023130] Initializing cgroup subsys hugetlb [ 0.024054] FEATURE SPEC_CTRL Not Present [ 0.025701] mce: CPU supports 10 MCE banks [ 0.026729] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029417] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033603] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.038572] ACPI: Core revision 20131115 [ 0.040415] ACPI: All ACPI Tables successfully acquired [ 0.041761] ftrace: allocating 28717 entries in 113 pages [ 0.060036] smpboot: Max logical packages: 2 [ 0.061082] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.062528] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.064169] Enabling x2apic [ 0.064894] Enabled x2apic [ 0.065793] Switched APIC routing to physical x2apic. [ 0.068906] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.070362] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.073084] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.079194] KVM setup paravirtual spinlock [ 0.081026] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.082661] x86: Booting SMP configuration: [ 0.083737] .... node #0, CPUs: #1[ 0.081018] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096020] x86: Booted up 1 node, 2 CPUs [ 0.096013] KVM setup async PF for cpu 1 [ 0.096016] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100313] devtmpfs: initialized [ 0.103133] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104854] EVM: security.ima [ 0.105609] EVM: security.capability [ 0.106494] pinctrl core: initialized pinctrl subsystem [ 0.108035] regulator-dummy: no parameters [ 0.109066] RTC time: 22:44:31, date: 09/04/18 [ 0.110116] NET: Registered protocol family 16 [ 0.111258] cpuidle: using governor ladder [ 0.112003] cpuidle: using governor menu [ 0.113014] ACPI: bus type PCI registered [ 0.114003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.115554] PCI: Using configuration type 1 for base access [ 0.116443] bio: create slab at 0 [ 0.117111] ACPI: Added _OSI(Module Device) [ 0.117111] ACPI: Added _OSI(Processor Device) [ 0.118085] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.120003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.122631] ACPI: Interpreter enabled [ 0.123587] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.125456] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.127635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.129437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.131776] ACPI: (supports S0 S5) [ 0.132003] ACPI: Using IOAPIC for interrupt routing [ 0.133148] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.135395] ACPI: No dock devices found. [ 0.137552] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.138979] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.140006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.141475] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.144123] acpiphp: Slot [3] registered [ 0.145094] acpiphp: Slot [4] registered [ 0.146044] acpiphp: Slot [5] registered [ 0.146988] acpiphp: Slot [6] registered [ 0.147963] acpiphp: Slot [7] registered [ 0.148017] acpiphp: Slot [8] registered [ 0.148966] acpiphp: Slot [9] registered [ 0.149921] acpiphp: Slot [10] registered [ 0.150921] acpiphp: Slot [11] registered [ 0.151888] acpiphp: Slot [12] registered [ 0.152017] acpiphp: Slot [13] registered [ 0.153011] acpiphp: Slot [14] registered [ 0.154004] acpiphp: Slot [15] registered [ 0.155002] acpiphp: Slot [16] registered [ 0.156005] acpiphp: Slot [17] registered [ 0.156975] acpiphp: Slot [18] registered [ 0.157946] acpiphp: Slot [19] registered [ 0.158947] acpiphp: Slot [20] registered [ 0.159943] acpiphp: Slot [21] registered [ 0.160017] acpiphp: Slot [22] registered [ 0.161013] acpiphp: Slot [23] registered [ 0.162014] acpiphp: Slot [24] registered [ 0.163012] acpiphp: Slot [25] registered [ 0.163978] acpiphp: Slot [26] registered [ 0.164017] acpiphp: Slot [27] registered [ 0.165012] acpiphp: Slot [28] registered [ 0.166004] acpiphp: Slot [29] registered [ 0.166967] acpiphp: Slot [30] registered [ 0.167962] acpiphp: Slot [31] registered [ 0.168010] PCI host bridge to bus 0000:00 [ 0.168978] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.170204] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.171559] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.172004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.173524] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.187017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.233297] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.235110] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.236716] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.238357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.240029] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.241788] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.243189] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.243189] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.244003] vgaarb: loaded [ 0.244756] vgaarb: bridge control possible 0000:00:02.0 [ 0.246087] SCSI subsystem initialized [ 0.247048] ACPI: bus type USB registered [ 0.248015] usbcore: registered new interface driver usbfs [ 0.249321] usbcore: registered new interface driver hub [ 0.250622] usbcore: registered new device driver usb [ 0.250622] PCI: Using ACPI for IRQ routing [ 0.252171] NetLabel: Initializing [ 0.253045] NetLabel: domain hash size = 128 [ 0.254090] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.255262] NetLabel: unlabeled traffic allowed by default [ 0.256046] Switched to clocksource kvm-clock [ 0.260910] AppArmor: AppArmor Filesystem Enabled [ 0.262068] pnp: PnP ACPI init [ 0.262849] ACPI: bus type PNP registered [ 0.264194] pnp: PnP ACPI: found 8 devices [ 0.265180] ACPI: bus type PNP unregistered [ 0.272044] NET: Registered protocol family 2 [ 0.273233] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.275022] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.276564] TCP: Hash tables configured (established 16384 bind 16384) [ 0.278419] TCP: reno registered [ 0.279248] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.280644] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.282149] NET: Registered protocol family 1 [ 0.283186] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.284516] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.285811] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.307477] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.329860] Trying to unpack rootfs image as initramfs... [ 0.409203] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411215] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.412621] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413820] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.415865] Scanning for low memory corruption every 60 seconds [ 0.417455] Initialise system trusted keyring [ 0.418394] audit: initializing netlink socket (disabled) [ 0.419424] type=2000 audit(1536101072.459:1): initialized [ 0.437092] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438864] zbud: loaded [ 0.439635] VFS: Disk quotas dquot_6.5.2 [ 0.440472] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441899] fuse init (API version 7.22) [ 0.442741] msgmni has been set to 3997 [ 0.443558] Key type big_key registered [ 0.444535] Key type asymmetric registered [ 0.445361] Asymmetric key parser 'x509' registered [ 0.446314] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447778] io scheduler noop registered [ 0.448593] io scheduler deadline registered (default) [ 0.449582] io scheduler cfq registered [ 0.450404] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451450] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452704] ipmi message handler version 39.2 [ 0.453604] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455056] ACPI: Power Button [PWRF] [ 0.455877] GHES: HEST is not enabled! [ 0.477358] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520431] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.522237] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.546252] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.548320] Linux agpgart interface v0.103 [ 0.549772] brd: module loaded [ 0.550758] loop: module loaded [ 0.551674] blk-mq: CPU -> queue map [ 0.552421] CPU 0 -> Queue 0 [ 0.553075] CPU 1 -> Queue 0 [ 0.554182] vda: vda1 [ 0.555610] scsi0 : ata_piix [ 0.556498] scsi1 : ata_piix [ 0.557314] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.558854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.560584] libphy: Fixed MDIO Bus: probed [ 0.561672] tun: Universal TUN/TAP device driver, 1.6 [ 0.562883] tun: (C) 1999-2004 Max Krasnyansky [ 0.565419] PPP generic driver version 2.4.2 [ 0.566468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.567915] ehci-pci: EHCI PCI platform driver [ 0.568945] ehci-platform: EHCI generic platform driver [ 0.570133] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.571477] ohci-pci: OHCI PCI platform driver [ 0.572506] ohci-platform: OHCI generic platform driver [ 0.573687] uhci_hcd: USB Universal Host Controller Interface driver [ 0.596069] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.597302] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.599152] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.600496] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.601985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.603657] usb usb1: Product: UHCI Host Controller [ 0.604763] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.606227] usb usb1: SerialNumber: 0000:00:01.2 [ 0.607373] hub 1-0:1.0: USB hub found [ 0.608311] hub 1-0:1.0: 2 ports detected [ 0.609369] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.611829] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.613046] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.614345] mousedev: PS/2 mouse device common for all mice [ 0.615870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.618083] rtc_cmos 00:00: RTC can wake from S4 [ 0.619453] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.620989] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.622549] device-mapper: uevent: version 1.0.3 [ 0.623737] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.625771] ledtrig-cpu: registered to indicate activity on CPUs [ 0.627197] TCP: cubic registered [ 0.628102] NET: Registered protocol family 10 [ 0.629251] NET: Registered protocol family 17 [ 0.630297] Key type dns_resolver registered [ 0.631468] Loading compiled-in X.509 certificates [ 0.633109] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.635362] registered taskstats version 1 [ 0.637721] Key type trusted registered [ 0.640811] Key type encrypted registered [ 0.641804] AppArmor: AppArmor sha1 policy hashing enabled [ 0.643047] IMA: No TPM chip found, activating TPM-bypass! [ 0.644598] regulator-dummy: disabling [ 0.645560] Magic number: 2:338:754 [ 0.653323] tty ttyS5: hash matches [ 0.654363] rtc_cmos 00:00: setting system clock to 2018-09-04 22:44:32 UTC (1536101072) [ 0.656400] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.657761] EDD information not available. [ 0.716954] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.718877] Write protecting the kernel read-only data: 12288k [ 0.720498] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.723342] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.734546] systemd-udevd[107]: starting version 204 [ 0.768466] FDC 0 is a S82078B [ 0.920046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.079709] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.081260] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.082835] usb 1-1: Product: QEMU USB Tablet [ 1.083843] usb 1-1: Manufacturer: QEMU [ 1.084766] usb 1-1: SerialNumber: 42 [ 1.408028] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 1.784755] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.013772] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.119164] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.213677] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Tue, 04 Sep 2018 22:44:34 +0000. Up 2.52 seconds. cloud-init-nonet[2.67]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.45]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Tue, 04 Sep 2018 22:44:35 +0000. Up 3.57 seconds. ci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++ ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.11 | 255.255.255.0 | fa:16:3e:85:5d:0b | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: | 2 | 169.254.169.254 | 10.55.1.3 | 255.255.255.255 | eth0 | UGH | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 46:86:23:4f:40:41:de:70:77:2f:81:af:63:69:4c:d7 root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i The key's randomart image is: +--[ RSA 2048]----+ | o*.. ..o | | . = o.. o | | o = o.... | | + +. o.E | | .oS+ | | .B | | o . | | | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f0:c3:e1:40:72:e0:37:3c:87:54:10:f0:a8:55:10:a0 root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i The key's randomart image is: +--[ DSA 1024]----+ | ..*=B+. | | . . X . | |E + X o | | o . X . | | . S | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:28:e1:a6:ad:01:97:bc:4b:69:c3:90:f5:c5:0f:fb root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i The key's randomart image is: +--[ECDSA 256]---+ | | | . | | . + | | + o . + | |+ = . . S | |.= + . o . | |. @ . . E | | B + | |o.o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: fd:8e:f5:d2:7b:7c:0f:ea:b5:73:89:bd:87:8e:8d:03 root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i The key's randomart image is: +--[ED25519 256--+ | | | | | | | . | | S . | | E. | | .o.=o.| | +oO+=*| | ..*+***| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Tue, 04 Sep 2018 22:44:38 +0000. Up 6.31 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Tue, 04 Sep 2018 22:44:39 +0000. Up 7.16 seconds. ci-info: +++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu++++++ ci-info: +---------+-------------------------------------------------+---------+---------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+---------+ ci-info: | ssh-rsa | b1:df:0a:2b:13:0c:c8:31:64:de:c9:47:52:31:e2:6f | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 f0:c3:e1:40:72:e0:37:3c:87:54:10:f0:a8:55:10:a0 root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i (DSA) ec2: 256 a3:28:e1:a6:ad:01:97:bc:4b:69:c3:90:f5:c5:0f:fb root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i (ECDSA) ec2: 256 fd:8e:f5:d2:7b:7c:0f:ea:b5:73:89:bd:87:8e:8d:03 root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i (ED25519) ec2: 2048 46:86:23:4f:40:41:de:70:77:2f:81:af:63:69:4c:d7 root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFFyyHEP/k6UWbrp1P1B3aHqpLslUQiJyeiv7cssINi0sG/xm2TRDrDG58sEp4eXmsc+OhpheDqfRlvbkcUXZjM= root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJkf7iTAl2G/O708++9Oz3g1wX1giC22CjiMHgbDTCxM root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgXyarxeHRWO/HoQheX6SQtIyTzl2GKbO5TpXI5faLq8OS4LqUorNcsnxAZtNXykt4m1Xeu7unhiqMkAuRwVmiG65QkC1TosMNSIlarQ6t3y3i3gvbWf2RiAhMIORwq9z8hJKVg4qG1v5mPdYjkGyAlpCR9eXnCwwOF2q+YkMYtKLjHEn8WK7KcJznSSLWdPgQZBPZCdlra6HBxm7px4uzKGIaYtreUQvCGRJ6HHl/Hx2ua36FeZzRB2DaX6pIXlh4VV5TTH/oqNz7hUJlv+M58H4zPE6/DDK+xNVwZnVZc8Zuumy24CEIu3+zbD4Dw6WfIjUtOzAhYWBB7X2OD/bn root@ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Tue, 04 Sep 2018 22:44:39 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.27 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i ttyS0 ansibleprovisioningtests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-i login: 2018-09-04 22:44:41,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:41,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16758214-2555-44e7-8b5d-74d5de2f260d x-compute-request-id: req-16758214-2555-44e7-8b5d-74d5de2f260d Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:41,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-16758214-2555-44e7-8b5d-74d5de2f260d 2018-09-04 22:44:41,826 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - ACTIVE 2018-09-04 22:44:41,826 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:44:41,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:42,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ef4a83c-e42e-47f9-b65e-6f95cc4f96a8 x-compute-request-id: req-0ef4a83c-e42e-47f9-b65e-6f95cc4f96a8 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:42,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-0ef4a83c-e42e-47f9-b65e-6f95cc4f96a8 2018-09-04 22:44:42,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:42,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-c0e5aae4-d2fe-4a55-8cbb-5234390b6fc0 Date: Tue, 04 Sep 2018 22:44:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:44:42,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-c0e5aae4-d2fe-4a55-8cbb-5234390b6fc0 2018-09-04 22:44:42,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:42,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6445a820-15b3-4b07-bf8c-01c7ad38405c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:44:42,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-6445a820-15b3-4b07-bf8c-01c7ad38405c 2018-09-04 22:44:42,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:42,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2594914f-61f1-4e8a-9812-82e20c84772e Date: Tue, 04 Sep 2018 22:44:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:44:42,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-2594914f-61f1-4e8a-9812-82e20c84772e 2018-09-04 22:44:42,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:42,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-f5dbac79-62fd-44bb-b0c6-b075aa6108cd Date: Tue, 04 Sep 2018 22:44:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.2"}],"id":"371edd6f-0358-4c96-9b3f-438d34dcb566","security_groups":[],"mac_address":"fa:16:3e:22:b1:b8","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.3"}],"id":"52db1b2c-05fc-41de-a13d-e6852685498c","security_groups":[],"mac_address":"fa:16:3e:2d:8e:06","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.1"}],"id":"a5900992-1235-4dfa-8583-3d2cf07feb6e","security_groups":[],"mac_address":"fa:16:3e:f6:c5:48","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:35Z","binding:vnic_type":"normal","device_id":"44fcfa05-d66d-4b93-996f-bd2e94e5d386"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:44:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.11"}],"id":"c2029b66-e0db-4d38-bb95-6c3e45bd39a9","security_groups":["47a52473-60d5-459a-baad-9f2a8fcc83cf"],"mac_address":"fa:16:3e:85:5d:0b","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:46Z","binding:vnic_type":"normal","device_id":"e502c462-3300-42e2-ad0d-f25181134c35"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.4"}],"id":"f3d2a81b-4f6c-4eca-b987-b2964319b7f7","security_groups":[],"mac_address":"fa:16:3e:98:2f:62","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4050d641-7c2f-4b0c-8cc7-c34f041865fe"}]} 2018-09-04 22:44:42,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-f5dbac79-62fd-44bb-b0c6-b075aa6108cd 2018-09-04 22:44:42,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:43,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ad28c30-69d0-4981-867f-597bc095d9a5 x-compute-request-id: req-0ad28c30-69d0-4981-867f-597bc095d9a5 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:43,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-0ad28c30-69d0-4981-867f-597bc095d9a5 2018-09-04 22:44:43,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:43,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-aba2cf85-c81c-4fbc-b35c-920ce60ad97f Date: Tue, 04 Sep 2018 22:44:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:44:43,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-aba2cf85-c81c-4fbc-b35c-920ce60ad97f 2018-09-04 22:44:43,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:43,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-849549dd-4d12-48e2-82a3-77daa5e8eb2b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:44:43,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-849549dd-4d12-48e2-82a3-77daa5e8eb2b 2018-09-04 22:44:43,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:43,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c54e5ab9-6313-4024-904f-e8f52ee26463 Date: Tue, 04 Sep 2018 22:44:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:44:43,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-c54e5ab9-6313-4024-904f-e8f52ee26463 2018-09-04 22:44:43,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:43,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-8ed943c9-0780-44ee-9be2-08dda5abe866 Date: Tue, 04 Sep 2018 22:44:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.2"}],"id":"371edd6f-0358-4c96-9b3f-438d34dcb566","security_groups":[],"mac_address":"fa:16:3e:22:b1:b8","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.3"}],"id":"52db1b2c-05fc-41de-a13d-e6852685498c","security_groups":[],"mac_address":"fa:16:3e:2d:8e:06","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.1"}],"id":"a5900992-1235-4dfa-8583-3d2cf07feb6e","security_groups":[],"mac_address":"fa:16:3e:f6:c5:48","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:35Z","binding:vnic_type":"normal","device_id":"44fcfa05-d66d-4b93-996f-bd2e94e5d386"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:44:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.11"}],"id":"c2029b66-e0db-4d38-bb95-6c3e45bd39a9","security_groups":["47a52473-60d5-459a-baad-9f2a8fcc83cf"],"mac_address":"fa:16:3e:85:5d:0b","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:46Z","binding:vnic_type":"normal","device_id":"e502c462-3300-42e2-ad0d-f25181134c35"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.4"}],"id":"f3d2a81b-4f6c-4eca-b987-b2964319b7f7","security_groups":[],"mac_address":"fa:16:3e:98:2f:62","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4050d641-7c2f-4b0c-8cc7-c34f041865fe"}]} 2018-09-04 22:44:43,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-8ed943c9-0780-44ee-9be2-08dda5abe866 2018-09-04 22:44:43,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}}' 2018-09-04 22:44:44,723 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:44:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c59048a4-a765-4212-9477-4be56f7ed0d5 x-compute-request-id: req-c59048a4-a765-4212-9477-4be56f7ed0d5 Content-Length: 0 Content-Type: application/json 2018-09-04 22:44:44,723 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35/action used request id req-c59048a4-a765-4212-9477-4be56f7ed0d5 2018-09-04 22:44:44,724 - create_instance - INFO - Checking if VM is active 2018-09-04 22:44:44,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:45,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73b8dd8e-4f8a-4f1a-9482-33e7ee9251ba x-compute-request-id: req-73b8dd8e-4f8a-4f1a-9482-33e7ee9251ba Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:45,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-73b8dd8e-4f8a-4f1a-9482-33e7ee9251ba 2018-09-04 22:44:45,218 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - ACTIVE 2018-09-04 22:44:45,218 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:44:45,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:45,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64692df0-dcdf-496e-ac65-6878fc0549d9 x-compute-request-id: req-64692df0-dcdf-496e-ac65-6878fc0549d9 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:45,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-64692df0-dcdf-496e-ac65-6878fc0549d9 2018-09-04 22:44:45,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:45,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-6856b431-1a9b-4d2f-bf09-53ab323d913a Date: Tue, 04 Sep 2018 22:44:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:44:45,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-6856b431-1a9b-4d2f-bf09-53ab323d913a 2018-09-04 22:44:45,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:45,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c060aa13-717e-4c55-bb9e-c41f097a69f2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:44:45,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-c060aa13-717e-4c55-bb9e-c41f097a69f2 2018-09-04 22:44:45,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:45,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-25254437-476f-4524-b315-143e50e6b28d Date: Tue, 04 Sep 2018 22:44:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:44:45,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-25254437-476f-4524-b315-143e50e6b28d 2018-09-04 22:44:45,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:45,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-13750dc9-3afd-4135-a552-087e01ab48dc Date: Tue, 04 Sep 2018 22:44:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.2"}],"id":"371edd6f-0358-4c96-9b3f-438d34dcb566","security_groups":[],"mac_address":"fa:16:3e:22:b1:b8","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.3"}],"id":"52db1b2c-05fc-41de-a13d-e6852685498c","security_groups":[],"mac_address":"fa:16:3e:2d:8e:06","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.1"}],"id":"a5900992-1235-4dfa-8583-3d2cf07feb6e","security_groups":[],"mac_address":"fa:16:3e:f6:c5:48","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:35Z","binding:vnic_type":"normal","device_id":"44fcfa05-d66d-4b93-996f-bd2e94e5d386"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:44:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.11"}],"id":"c2029b66-e0db-4d38-bb95-6c3e45bd39a9","security_groups":["47a52473-60d5-459a-baad-9f2a8fcc83cf","b13c0ce3-2efd-424b-a755-d9b0599bc9e1"],"mac_address":"fa:16:3e:85:5d:0b","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:46Z","binding:vnic_type":"normal","device_id":"e502c462-3300-42e2-ad0d-f25181134c35"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.4"}],"id":"f3d2a81b-4f6c-4eca-b987-b2964319b7f7","security_groups":[],"mac_address":"fa:16:3e:98:2f:62","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4050d641-7c2f-4b0c-8cc7-c34f041865fe"}]} 2018-09-04 22:44:45,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-13750dc9-3afd-4135-a552-087e01ab48dc 2018-09-04 22:44:45,891 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:44:45,894 - paramiko.transport - DEBUG - starting thread (client mode): 0x27466710L 2018-09-04 22:44:45,895 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:44:45,899 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-09-04 22:44:45,900 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-09-04 22:44:45,901 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:44:45,901 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:44:45,901 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 22:44:45,901 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:44:45,902 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:44:45,902 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:44:45,941 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:44:45,942 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:44:45,959 - paramiko.transport - DEBUG - Trying key b1df0a2b130cc83164dec9475231e26f from tmp/AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c 2018-09-04 22:44:45,982 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:44:46,013 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:44:46,113 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:44:46,137 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:44:46,137 - create_instance - INFO - Checking if cloud-init has completed 2018-09-04 22:44:46,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:46,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77e1536b-61a1-43be-8449-4a486e242aad x-compute-request-id: req-77e1536b-61a1-43be-8449-4a486e242aad Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:46,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-77e1536b-61a1-43be-8449-4a486e242aad 2018-09-04 22:44:46,476 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - ACTIVE 2018-09-04 22:44:46,476 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:44:46,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:46,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aeb1235b-08c6-4403-8089-eca833458d1c x-compute-request-id: req-aeb1235b-08c6-4403-8089-eca833458d1c Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:46,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-aeb1235b-08c6-4403-8089-eca833458d1c 2018-09-04 22:44:46,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:47,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-babb622c-190c-4e9b-8c2a-42dc0637d55d Date: Tue, 04 Sep 2018 22:44:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:44:47,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-babb622c-190c-4e9b-8c2a-42dc0637d55d 2018-09-04 22:44:47,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:47,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3363a17-7b9a-483c-a5c1-53b5b5d06595 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:44:47,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-e3363a17-7b9a-483c-a5c1-53b5b5d06595 2018-09-04 22:44:47,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:47,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-774e9cdb-51db-4072-b076-aae877145778 Date: Tue, 04 Sep 2018 22:44:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:44:47,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-774e9cdb-51db-4072-b076-aae877145778 2018-09-04 22:44:47,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:47,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-8f35d43b-ecef-4cd4-96f4-c646c26fc131 Date: Tue, 04 Sep 2018 22:44:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.2"}],"id":"371edd6f-0358-4c96-9b3f-438d34dcb566","security_groups":[],"mac_address":"fa:16:3e:22:b1:b8","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.3"}],"id":"52db1b2c-05fc-41de-a13d-e6852685498c","security_groups":[],"mac_address":"fa:16:3e:2d:8e:06","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.1"}],"id":"a5900992-1235-4dfa-8583-3d2cf07feb6e","security_groups":[],"mac_address":"fa:16:3e:f6:c5:48","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:35Z","binding:vnic_type":"normal","device_id":"44fcfa05-d66d-4b93-996f-bd2e94e5d386"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:44:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.11"}],"id":"c2029b66-e0db-4d38-bb95-6c3e45bd39a9","security_groups":["47a52473-60d5-459a-baad-9f2a8fcc83cf","b13c0ce3-2efd-424b-a755-d9b0599bc9e1"],"mac_address":"fa:16:3e:85:5d:0b","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:46Z","binding:vnic_type":"normal","device_id":"e502c462-3300-42e2-ad0d-f25181134c35"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.4"}],"id":"f3d2a81b-4f6c-4eca-b987-b2964319b7f7","security_groups":[],"mac_address":"fa:16:3e:98:2f:62","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4050d641-7c2f-4b0c-8cc7-c34f041865fe"}]} 2018-09-04 22:44:47,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-8f35d43b-ecef-4cd4-96f4-c646c26fc131 2018-09-04 22:44:47,446 - create_instance - INFO - Checking if VM is active 2018-09-04 22:44:47,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:47,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e8b72fa-9b11-413b-8c6e-f77134e643da x-compute-request-id: req-2e8b72fa-9b11-413b-8c6e-f77134e643da Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:47,926 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-2e8b72fa-9b11-413b-8c6e-f77134e643da 2018-09-04 22:44:47,926 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - ACTIVE 2018-09-04 22:44:47,926 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:44:47,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:48,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3863d86-55a6-411c-b401-4bb0d0dae781 x-compute-request-id: req-c3863d86-55a6-411c-b401-4bb0d0dae781 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp"}], "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:32Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:48,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-c3863d86-55a6-411c-b401-4bb0d0dae781 2018-09-04 22:44:48,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:48,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-277cd058-ff85-4437-a306-d5388999ceb5 Date: Tue, 04 Sep 2018 22:44:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"],"updated_at":"2018-09-04T22:42:25Z","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c98c8110898b49feabc83f0061e5501b","id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net"}]} 2018-09-04 22:44:48,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net used request id req-277cd058-ff85-4437-a306-d5388999ceb5 2018-09-04 22:44:48,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:48,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91128922-83dc-4f13-9383-fb98784db7f4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:44:48,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-91128922-83dc-4f13-9383-fb98784db7f4 2018-09-04 22:44:48,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:48,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fd85cbbf-8ac0-4ca9-a7f0-1d1b0ec9658a Date: Tue, 04 Sep 2018 22:44:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c98c8110898b49feabc83f0061e5501b","id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","subnetpool_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet"}]} 2018-09-04 22:44:48,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-fd85cbbf-8ac0-4ca9-a7f0-1d1b0ec9658a 2018-09-04 22:44:48,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:48,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-0cb6901b-5874-4bf3-bbeb-d52f4d33869c Date: Tue, 04 Sep 2018 22:44:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.2"}],"id":"371edd6f-0358-4c96-9b3f-438d34dcb566","security_groups":[],"mac_address":"fa:16:3e:22:b1:b8","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.3"}],"id":"52db1b2c-05fc-41de-a13d-e6852685498c","security_groups":[],"mac_address":"fa:16:3e:2d:8e:06","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4050d641-7c2f-4b0c-8cc7-c34f041865fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.1"}],"id":"a5900992-1235-4dfa-8583-3d2cf07feb6e","security_groups":[],"mac_address":"fa:16:3e:f6:c5:48","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:35Z","binding:vnic_type":"normal","device_id":"44fcfa05-d66d-4b93-996f-bd2e94e5d386"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:44:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.11"}],"id":"c2029b66-e0db-4d38-bb95-6c3e45bd39a9","security_groups":["47a52473-60d5-459a-baad-9f2a8fcc83cf","b13c0ce3-2efd-424b-a755-d9b0599bc9e1"],"mac_address":"fa:16:3e:85:5d:0b","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:46Z","binding:vnic_type":"normal","device_id":"e502c462-3300-42e2-ad0d-f25181134c35"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:42:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562115ff-a124-4a6a-8bd9-8bd76ff7f9ca","ip_address":"10.55.1.4"}],"id":"f3d2a81b-4f6c-4eca-b987-b2964319b7f7","security_groups":[],"mac_address":"fa:16:3e:98:2f:62","project_id":"c98c8110898b49feabc83f0061e5501b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4050d641-7c2f-4b0c-8cc7-c34f041865fe","tenant_id":"c98c8110898b49feabc83f0061e5501b","created_at":"2018-09-04T22:42:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4050d641-7c2f-4b0c-8cc7-c34f041865fe"}]} 2018-09-04 22:44:48,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-0cb6901b-5874-4bf3-bbeb-d52f4d33869c 2018-09-04 22:44:48,739 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:44:48,741 - paramiko.transport - DEBUG - starting thread (client mode): 0x2768a710L 2018-09-04 22:44:48,741 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:44:48,745 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-09-04 22:44:48,745 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-09-04 22:44:48,746 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:44:48,747 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:44:48,747 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 22:44:48,747 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:44:48,747 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:44:48,747 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:44:48,789 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:44:48,789 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:44:48,805 - paramiko.transport - DEBUG - Trying key b1df0a2b130cc83164dec9475231e26f from tmp/AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c 2018-09-04 22:44:48,829 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:44:48,835 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:44:48,936 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:44:48,951 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:44:48,951 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:44:48,953 - paramiko.transport - DEBUG - starting thread (client mode): 0x27490950L 2018-09-04 22:44:48,953 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:44:48,956 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-09-04 22:44:48,957 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-09-04 22:44:48,958 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:44:48,958 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:44:48,958 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 22:44:48,958 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:44:48,958 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:44:48,958 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:44:49,001 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:44:49,001 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:44:49,018 - paramiko.transport - DEBUG - Trying key b1df0a2b130cc83164dec9475231e26f from tmp/AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c 2018-09-04 22:44:49,041 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:44:49,048 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:44:49,050 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:44:49,214 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 22:44:49,214 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:44:49,252 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:44:49,261 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 22:44:49,262 - create_instance - INFO - cloud-init complete for VM instance 2018-09-04 22:44:49,262 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:44:49,263 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 22:44:49,264 - paramiko.transport - DEBUG - starting thread (client mode): 0x2746b1d0L 2018-09-04 22:44:49,265 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:44:49,268 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-09-04 22:44:49,268 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-09-04 22:44:49,269 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:44:49,269 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:44:49,269 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 22:44:49,270 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:44:49,270 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:44:49,270 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:44:49,313 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:44:49,313 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:44:49,329 - paramiko.transport - DEBUG - Trying key b1df0a2b130cc83164dec9475231e26f from tmp/AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c 2018-09-04 22:44:49,354 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:44:49,360 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:44:49,362 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:44:49,529 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 22:44:49,529 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:44:49,564 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:44:49,566 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 22:44:49,601 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-09-04 22:44:49,621 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-09-04 22:44:52,215 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:44:52,218 - paramiko.transport - DEBUG - starting thread (client mode): 0x27418a90L 2018-09-04 22:44:52,219 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:44:52,222 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-09-04 22:44:52,222 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-09-04 22:44:52,223 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:44:52,224 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:44:52,224 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 22:44:52,224 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:44:52,224 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:44:52,224 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:44:52,265 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:44:52,266 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:44:52,283 - paramiko.transport - DEBUG - Trying key b1df0a2b130cc83164dec9475231e26f from tmp/AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c 2018-09-04 22:44:52,305 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:44:52,312 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:44:52,316 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:44:52,485 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 22:44:52,485 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:44:52,518 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:44:52,534 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 22:44:52,534 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 22:44:52,635 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:44:52,649 - create_instance - INFO - Deleting Floating IP - 172.30.9.207 2018-09-04 22:44:52,649 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2018-09-04 22:44:52,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/floatingips/e2013ccc-2e14-429d-bcde-2f1d71e1248f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:53,604 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f3eef9b-44f0-4470-aacd-5d74ccedc907 Content-Length: 0 Date: Tue, 04 Sep 2018 22:44:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:44:53,604 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/e2013ccc-2e14-429d-bcde-2f1d71e1248f used request id req-3f3eef9b-44f0-4470-aacd-5d74ccedc907 2018-09-04 22:44:53,604 - create_instance - INFO - Deleting Port with ID - c2029b66-e0db-4d38-bb95-6c3e45bd39a9 2018-09-04 22:44:53,604 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-port-1 2018-09-04 22:44:53,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/c2029b66-e0db-4d38-bb95-6c3e45bd39a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:54,031 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-774fd3f8-f369-4d51-ad5b-51cdba785ac8 Date: Tue, 04 Sep 2018 22:44:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:44:54,031 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/c2029b66-e0db-4d38-bb95-6c3e45bd39a9 used request id req-774fd3f8-f369-4d51-ad5b-51cdba785ac8 2018-09-04 22:44:54,031 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst 2018-09-04 22:44:54,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:54,195 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:44:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b99f08e8-ac62-41d8-92dc-6d692798b22d x-compute-request-id: req-b99f08e8-ac62-41d8-92dc-6d692798b22d Content-Type: application/json 2018-09-04 22:44:54,195 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-b99f08e8-ac62-41d8-92dc-6d692798b22d 2018-09-04 22:44:54,195 - create_instance - INFO - Checking deletion status 2018-09-04 22:44:54,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:54,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:44:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46086d49-e7d0-421e-a3d6-b612c1617ea5 x-compute-request-id: req-46086d49-e7d0-421e-a3d6-b612c1617ea5 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:5d:0b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e502c462-3300-42e2-ad0d-f25181134c35", "rel": "bookmark"}], "image": {"id": "2ce01abf-0136-461f-84e8-983c78efca1e", "links": [{"href": "http://172.30.9.26:8774/images/2ce01abf-0136-461f-84e8-983c78efca1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:44:31.000000", "flavor": {"id": "90b56eac-8242-4ce5-b03b-8609048f8d8a", "links": [{"href": "http://172.30.9.26:8774/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a", "rel": "bookmark"}]}, "id": "e502c462-3300-42e2-ad0d-f25181134c35", "user_id": "2b5018fa536c4a219ece909335260caa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:44:54Z", "hostId": "9a2342b3f9affd62748f80846f5da55dd6f81d9197a37169b4fff363", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp", "name": "AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst", "created": "2018-09-04T22:42:49Z", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:44:54,298 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-46086d49-e7d0-421e-a3d6-b612c1617ea5 2018-09-04 22:44:54,299 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst] is - ACTIVE 2018-09-04 22:44:54,299 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:44:57,302 - create_instance - DEBUG - VM status query timeout in 296.893270969 2018-09-04 22:44:57,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aeb41ec6d5012bde450f6eb879f4ce3111f9bcb" 2018-09-04 22:44:57,355 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:44:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2d12f20f-fcb0-4d3b-8b92-ac8f0d4997d5 x-compute-request-id: req-2d12f20f-fcb0-4d3b-8b92-ac8f0d4997d5 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e502c462-3300-42e2-ad0d-f25181134c35 could not be found.", "code": 404}} 2018-09-04 22:44:57,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e502c462-3300-42e2-ad0d-f25181134c35 used request id req-2d12f20f-fcb0-4d3b-8b92-ac8f0d4997d5 2018-09-04 22:44:57,356 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e502c462-3300-42e2-ad0d-f25181134c35 could not be found. (HTTP 404) (Request-ID: req-2d12f20f-fcb0-4d3b-8b92-ac8f0d4997d5) 2018-09-04 22:44:57,356 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-inst 2018-09-04 22:44:57,357 - neutron_utils - INFO - Deleting security group rule with ID - 491fea0f-ed38-4061-bd4c-921ae817943e 2018-09-04 22:44:57,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/491fea0f-ed38-4061-bd4c-921ae817943e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:44:57,625 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b845b895-17ae-4c71-a05f-1c86d00d6063 Content-Length: 0 Date: Tue, 04 Sep 2018 22:44:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:44:57,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/491fea0f-ed38-4061-bd4c-921ae817943e used request id req-b845b895-17ae-4c71-a05f-1c86d00d6063 2018-09-04 22:44:57,625 - neutron_utils - INFO - Deleting security group rule with ID - c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4 2018-09-04 22:44:57,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:44:57,883 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ba489678-1a40-4465-870d-99126224ee91 Content-Length: 0 Date: Tue, 04 Sep 2018 22:44:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:44:57,883 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/c4eab84c-ec80-4ac5-a1dc-90d508c2ebf4 used request id req-ba489678-1a40-4465-870d-99126224ee91 2018-09-04 22:44:57,883 - neutron_utils - INFO - Deleting security group rule with ID - 3fbfb07e-f034-4d12-8953-b1a877c82616 2018-09-04 22:44:57,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/3fbfb07e-f034-4d12-8953-b1a877c82616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:44:57,982 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f088158-505d-4152-8b73-8cc356136357 Content-Length: 0 Date: Tue, 04 Sep 2018 22:44:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:44:57,982 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/3fbfb07e-f034-4d12-8953-b1a877c82616 used request id req-9f088158-505d-4152-8b73-8cc356136357 2018-09-04 22:44:57,982 - neutron_utils - INFO - Deleting security group rule with ID - 2741ce10-c827-4cef-9e17-1265ad3291af 2018-09-04 22:44:57,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/2741ce10-c827-4cef-9e17-1265ad3291af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:44:58,223 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47fae5ad-e33d-4a3b-a274-70fe1f29be68 Content-Length: 0 Date: Tue, 04 Sep 2018 22:44:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:44:58,223 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/2741ce10-c827-4cef-9e17-1265ad3291af used request id req-47fae5ad-e33d-4a3b-a274-70fe1f29be68 2018-09-04 22:44:58,223 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-sec-grp 2018-09-04 22:44:58,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/b13c0ce3-2efd-424b-a755-d9b0599bc9e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190b8c48fbc7d30e58e8187bd22d582ebfe51d34" 2018-09-04 22:44:58,500 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b2b3f657-0fdc-4f3b-b769-b129fc4f50e9 Content-Length: 0 Date: Tue, 04 Sep 2018 22:44:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:44:58,500 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/b13c0ce3-2efd-424b-a755-d9b0599bc9e1 used request id req-b2b3f657-0fdc-4f3b-b769-b129fc4f50e9 2018-09-04 22:44:58,501 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp 2018-09-04 22:44:58,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6e96e79a900a86d5a857e46bded0c8d1fc33e86" 2018-09-04 22:44:58,546 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-998c80ec-7fb4-4f14-aa9e-4a4fafbba975 x-compute-request-id: req-998c80ec-7fb4-4f14-aa9e-4a4fafbba975 Content-Length: 0 Content-Type: application/json 2018-09-04 22:44:58,546 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-kp used request id req-998c80ec-7fb4-4f14-aa9e-4a4fafbba975 2018-09-04 22:44:58,546 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c.pub] 2018-09-04 22:44:58,547 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c] 2018-09-04 22:44:58,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efcbfdd0596e1128f52afdf507ba3f6c8e7163f" 2018-09-04 22:44:58,596 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d59f0e9-2134-4e61-ae86-80e9208b0912 x-compute-request-id: req-4d59f0e9-2134-4e61-ae86-80e9208b0912 Content-Length: 0 Content-Type: application/json 2018-09-04 22:44:58,596 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/90b56eac-8242-4ce5-b03b-8609048f8d8a used request id req-4d59f0e9-2134-4e61-ae86-80e9208b0912 2018-09-04 22:44:58,597 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router and subnet AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet 2018-09-04 22:44:58,597 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router 2018-09-04 22:44:58,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/44fcfa05-d66d-4b93-996f-bd2e94e5d386/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" -d '{"subnet_id": "562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"}' 2018-09-04 22:44:59,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b926d3e4-a4c3-4c60-aaf5-7bb31ad8418b Date: Tue, 04 Sep 2018 22:44:59 GMT RESP BODY: {"network_id": "4050d641-7c2f-4b0c-8cc7-c34f041865fe", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "subnet_id": "562115ff-a124-4a6a-8bd9-8bd76ff7f9ca", "subnet_ids": ["562115ff-a124-4a6a-8bd9-8bd76ff7f9ca"], "port_id": "a5900992-1235-4dfa-8583-3d2cf07feb6e", "id": "44fcfa05-d66d-4b93-996f-bd2e94e5d386"} 2018-09-04 22:44:59,959 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/44fcfa05-d66d-4b93-996f-bd2e94e5d386/remove_router_interface used request id req-b926d3e4-a4c3-4c60-aaf5-7bb31ad8418b 2018-09-04 22:44:59,960 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router 2018-09-04 22:44:59,960 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-router 2018-09-04 22:44:59,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/44fcfa05-d66d-4b93-996f-bd2e94e5d386 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964afee95e19e02dcdd397601b724aef9a766fa2" 2018-09-04 22:45:03,385 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8d823658-ce26-4f8c-8a5a-753355a80c17 Content-Length: 0 Date: Tue, 04 Sep 2018 22:45:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:45:03,385 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/44fcfa05-d66d-4b93-996f-bd2e94e5d386 used request id req-8d823658-ce26-4f8c-8a5a-753355a80c17 2018-09-04 22:45:03,386 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet 2018-09-04 22:45:03,386 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-subnet 2018-09-04 22:45:03,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/562115ff-a124-4a6a-8bd9-8bd76ff7f9ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e229b6c546e69183f6a4e0b1402ad9e45f96922d" 2018-09-04 22:45:05,928 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-61317fa3-a9ed-4f57-8471-554d942502e5 Date: Tue, 04 Sep 2018 22:45:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:45:05,928 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/562115ff-a124-4a6a-8bd9-8bd76ff7f9ca used request id req-61317fa3-a9ed-4f57-8471-554d942502e5 2018-09-04 22:45:05,928 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c-pub-net 2018-09-04 22:45:05,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/4050d641-7c2f-4b0c-8cc7-c34f041865fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e229b6c546e69183f6a4e0b1402ad9e45f96922d" 2018-09-04 22:45:07,140 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0b4e1606-cdf9-43e1-a301-bc4b110a873b Date: Tue, 04 Sep 2018 22:45:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:45:07,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4050d641-7c2f-4b0c-8cc7-c34f041865fe used request id req-0b4e1606-cdf9-43e1-a301-bc4b110a873b 2018-09-04 22:45:07,140 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-99af6cc9-5584-43f0-a2ca-73e5911c0a2c--image 2018-09-04 22:45:07,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11c9b27bde0d11f36d9caa5988f609964c956be6" 2018-09-04 22:45:08,438 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-25a9e700-d800-4be2-9f93-3771cd6f0452 Date: Tue, 04 Sep 2018 22:45:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:45:08,439 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/2ce01abf-0136-461f-84e8-983c78efca1e used request id req-25a9e700-d800-4be2-9f93-3771cd6f0452 2018-09-04 22:45:08,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:08,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-24389fe5-f687-4d79-96fb-b00059c48c83 Date: Tue, 04 Sep 2018 22:45:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:24Z", "updated_at": "2018-09-04T22:42:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:24Z", "revision_number": 0, "id": "539931cb-f515-4954-9254-ff2de15be625", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:24Z", "security_group_id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c98c8110898b49feabc83f0061e5501b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:24Z", "revision_number": 0, "id": "622f96d3-e983-43d4-a165-1b23c83aa524", "remote_group_id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:24Z", "security_group_id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c98c8110898b49feabc83f0061e5501b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:24Z", "revision_number": 0, "id": "6f6364fa-7ac1-40b5-badd-8bff822430dd", "remote_group_id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:24Z", "security_group_id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c98c8110898b49feabc83f0061e5501b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:42:24Z", "revision_number": 0, "id": "b4c86ca6-3f7e-4d65-8dd5-ec6c651ccd44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:42:24Z", "security_group_id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "tenant_id": "c98c8110898b49feabc83f0061e5501b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c98c8110898b49feabc83f0061e5501b"}], "revision_number": 4, "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:45:08,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-24389fe5-f687-4d79-96fb-b00059c48c83 2018-09-04 22:45:08,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:08,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce991e6c-2d2c-4063-9b5c-6806c7acea0a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:45:08,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-ce991e6c-2d2c-4063-9b5c-6806c7acea0a 2018-09-04 22:45:08,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:09,054 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:45:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-426ad3d5-99fc-49c2-82e4-37ee23e9a63e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:45:09,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-426ad3d5-99fc-49c2-82e4-37ee23e9a63e 2018-09-04 22:45:09,054 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:45:09,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:09,144 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:45:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-522bd0f7-a2f2-426d-9257-9e22b38160e5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:45:09,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-522bd0f7-a2f2-426d-9257-9e22b38160e5 2018-09-04 22:45:09,144 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:45:09,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:09,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3324837-a680-4a76-9b27-2ee6cdc9295d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:45:09,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-c3324837-a680-4a76-9b27-2ee6cdc9295d 2018-09-04 22:45:09,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:09,312 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:45:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e461eeab-9dd5-460d-8084-b8b74519259b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:45:09,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-e461eeab-9dd5-460d-8084-b8b74519259b 2018-09-04 22:45:09,313 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:45:09,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:09,410 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:45:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d41d7212-f750-4651-aa86-c65043040764 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:45:09,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-d41d7212-f750-4651-aa86-c65043040764 2018-09-04 22:45:09,410 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:45:09,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:09,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7afe4f7d-6a5a-4806-91a3-1344459b2a45 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b"}, "enabled": true, "id": "c98c8110898b49feabc83f0061e5501b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3355ec80-698f-45e-proj"}} 2018-09-04 22:45:09,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-7afe4f7d-6a5a-4806-91a3-1344459b2a45 2018-09-04 22:45:09,496 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 47a52473-60d5-459a-baad-9f2a8fcc83cf 2018-09-04 22:45:09,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=47a52473-60d5-459a-baad-9f2a8fcc83cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:09,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ee4ce37e-7934-4df6-89df-e63953361d2c Date: Tue, 04 Sep 2018 22:45:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:24Z", "security_group_id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:24Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "539931cb-f515-4954-9254-ff2de15be625"}, {"remote_group_id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:24Z", "security_group_id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:24Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "622f96d3-e983-43d4-a165-1b23c83aa524"}, {"remote_group_id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:24Z", "security_group_id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:24Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "6f6364fa-7ac1-40b5-badd-8bff822430dd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:42:24Z", "security_group_id": "47a52473-60d5-459a-baad-9f2a8fcc83cf", "port_range_min": null, "revision_number": 0, "tenant_id": "c98c8110898b49feabc83f0061e5501b", "created_at": "2018-09-04T22:42:24Z", "project_id": "c98c8110898b49feabc83f0061e5501b", "id": "b4c86ca6-3f7e-4d65-8dd5-ec6c651ccd44"}]} 2018-09-04 22:45:09,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=47a52473-60d5-459a-baad-9f2a8fcc83cf used request id req-ee4ce37e-7934-4df6-89df-e63953361d2c 2018-09-04 22:45:09,680 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:45:09,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/47a52473-60d5-459a-baad-9f2a8fcc83cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:10,193 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bbbaa95b-44b0-46a3-8001-e0efa81cb34d Content-Length: 0 Date: Tue, 04 Sep 2018 22:45:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:45:10,193 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/47a52473-60d5-459a-baad-9f2a8fcc83cf used request id req-bbbaa95b-44b0-46a3-8001-e0efa81cb34d 2018-09-04 22:45:10,194 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-3355ec80-698f-45e-proj 2018-09-04 22:45:10,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:10,393 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32cd148b-81e6-4073-9372-564260a3811d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:45:10,393 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/c98c8110898b49feabc83f0061e5501b used request id req-32cd148b-81e6-4073-9372-564260a3811d 2018-09-04 22:45:10,393 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-3355ec80-698f-45e-proj-role 2018-09-04 22:45:10,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/bca1148cd72c47d5b03d3e933caa4fcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:10,528 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7aca203c-d1e5-493a-9be1-623ebcb23cbd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:45:10,528 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/bca1148cd72c47d5b03d3e933caa4fcd used request id req-7aca203c-d1e5-493a-9be1-623ebcb23cbd 2018-09-04 22:45:10,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57c9508d6f125b8db3abe1d59707f5a5780e7e9" 2018-09-04 22:45:10,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea771dc3-06f5-4d45-ba37-2b1fe65f673f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:45:10,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ea771dc3-06f5-4d45-ba37-2b1fe65f673f 2018-09-04 22:45:10,614 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-3355ec80-698f-45e-user 2018-09-04 22:45:10,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/2b5018fa536c4a219ece909335260caa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13adb1dc683c1167208f7c6080324af1f0230730" 2018-09-04 22:45:10,802 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98c555ba-cbd3-4117-8c22-aeaf81323d48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:45:10,803 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/2b5018fa536c4a219ece909335260caa used request id req-98c555ba-cbd3-4117-8c22-aeaf81323d48 2018-09-04 22:45:10,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:45:11,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:45:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["jo_7P6gNQkqR4BwNOITLXg"], "issued_at": "2018-09-04T22:45:11.000000Z"}} 2018-09-04 22:45:11,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deeb6703770171a614cec79aa92ed7ac04f8e8fd" 2018-09-04 22:45:11,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33016cf9-50f7-44f9-a269-47cdfead20f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:11,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-33016cf9-50f7-44f9-a269-47cdfead20f3 2018-09-04 22:45:11,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:45:11,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:45:11,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:45:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["rg_h2qavTiauEiDj59DgWw"], "issued_at": "2018-09-04T22:45:11.000000Z"}} 2018-09-04 22:45:11,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:45:11,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e48567-682e-4a1f-b2fe-458a8d92dbff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:11,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c4e48567-682e-4a1f-b2fe-458a8d92dbff 2018-09-04 22:45:11,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:45:11,781 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:45:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:45:11,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-54dee134-25dd-4e8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:45:11,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1904acb-8d51-459c-bad2-e617a615d34d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-54dee134-25dd-4e8-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 22:45:11,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-54dee134-25dd-4e8-proj used request id req-f1904acb-8d51-459c-bad2-e617a615d34d 2018-09-04 22:45:11,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:45:11,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd7dbd3-9adb-4798-b260-8665cb8e525a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:45:11,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-1dd7dbd3-9adb-4798-b260-8665cb8e525a 2018-09-04 22:45:11,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}}' 2018-09-04 22:45:12,097 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0757f5b4-a0f3-4429-a036-8caafdfd4087 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:45:12,097 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-0757f5b4-a0f3-4429-a036-8caafdfd4087 2018-09-04 22:45:12,098 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-54dee134-25dd-4e8-proj 2018-09-04 22:45:12,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:45:12,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:45:12,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:45:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["EFp_CJtoQVK6dtONXOBNyA"], "issued_at": "2018-09-04T22:45:12.000000Z"}} 2018-09-04 22:45:12,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0802e9b2e726ea926a5311e308536807dab689a" 2018-09-04 22:45:12,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13054530-3883-4239-bc6b-e5e04798e3ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:12,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-13054530-3883-4239-bc6b-e5e04798e3ca 2018-09-04 22:45:12,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:45:12,597 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:45:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:45:12,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0802e9b2e726ea926a5311e308536807dab689a" 2018-09-04 22:45:12,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-368c6fa6-b612-46b1-9100-440c96f09b74 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:45:12,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-368c6fa6-b612-46b1-9100-440c96f09b74 2018-09-04 22:45:12,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=AnsibleProvisioningTests-54dee134-25dd-4e8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0802e9b2e726ea926a5311e308536807dab689a" 2018-09-04 22:45:12,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78366622-029a-4194-bd91-67952824d296 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=AnsibleProvisioningTests-54dee134-25dd-4e8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}]} 2018-09-04 22:45:12,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=AnsibleProvisioningTests-54dee134-25dd-4e8-proj used request id req-78366622-029a-4194-bd91-67952824d296 2018-09-04 22:45:12,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0802e9b2e726ea926a5311e308536807dab689a" 2018-09-04 22:45:12,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c382c452-ccdc-4c31-8e86-c896da22c554 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 22:45:12,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-c382c452-ccdc-4c31-8e86-c896da22c554 2018-09-04 22:45:13,283 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-54dee134-25dd-4e8-user 2018-09-04 22:45:13,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:45:13,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:45:13,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-658c95e0-6067-48fa-b465-3b0c8ab03979 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:45:13,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-658c95e0-6067-48fa-b465-3b0c8ab03979 2018-09-04 22:45:13,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" -d '{"role": {"name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role"}}' 2018-09-04 22:45:13,432 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:45:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ab713c3-4e05-403f-b180-7a3369f07b80 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "00376988511247dca8bc08e8ca7125f7", "links": {"self": "http://172.30.9.26:5000/v3/roles/00376988511247dca8bc08e8ca7125f7"}, "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role"}} 2018-09-04 22:45:13,432 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-7ab713c3-4e05-403f-b180-7a3369f07b80 2018-09-04 22:45:13,433 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role 2018-09-04 22:45:13,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/00376988511247dca8bc08e8ca7125f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:45:13,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8eb7f2c-2ae1-4a3e-95ec-2bf6efed5b97 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/00376988511247dca8bc08e8ca7125f7"}, "domain_id": null, "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role", "id": "00376988511247dca8bc08e8ca7125f7"}} 2018-09-04 22:45:13,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/00376988511247dca8bc08e8ca7125f7 used request id req-c8eb7f2c-2ae1-4a3e-95ec-2bf6efed5b97 2018-09-04 22:45:13,527 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role to project AnsibleProvisioningTests-54dee134-25dd-4e8-proj 2018-09-04 22:45:13,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361/users/d71182283aae4b4ba9d22822e3aa51b4/roles/00376988511247dca8bc08e8ca7125f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:45:13,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:45:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c881e60-97f9-4d52-a8ac-c2071e9b0052 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:45:13,663 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361/users/d71182283aae4b4ba9d22822e3aa51b4/roles/00376988511247dca8bc08e8ca7125f7 used request id req-3c881e60-97f9-4d52-a8ac-c2071e9b0052 2018-09-04 22:45:13,663 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:45:13,665 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-09-04 22:45:13,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:45:13,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:45:14,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "00376988511247dca8bc08e8ca7125f7", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role"}], "expires_at": "2018-09-04T23:45:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38bd4fc502c641ba818bdbe60f4f5361", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-user", "id": "d71182283aae4b4ba9d22822e3aa51b4"}, "audit_ids": ["2A12gOAxSJu8qOS-aYDQUA"], "issued_at": "2018-09-04T22:45:14.000000Z"}} 2018-09-04 22:45:14,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35cf8743685b9e8c70af3b95b5ee9d616a203297" 2018-09-04 22:45:14,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0b2ecac-d6ff-432e-88a6-17ae00120beb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:14,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e0b2ecac-d6ff-432e-88a6-17ae00120beb 2018-09-04 22:45:14,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35cf8743685b9e8c70af3b95b5ee9d616a203297" 2018-09-04 22:45:14,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-7ad1619f-b0b0-4be5-b782-b0bc9afa3aa8 Date: Tue, 04 Sep 2018 22:45:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image"} 2018-09-04 22:45:14,279 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image used request id req-7ad1619f-b0b0-4be5-b782-b0bc9afa3aa8 2018-09-04 22:45:14,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35cf8743685b9e8c70af3b95b5ee9d616a203297" 2018-09-04 22:45:14,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bc96badb-b40f-4377-8e53-767eda05e570 Date: Tue, 04 Sep 2018 22:45:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:45:14,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-bc96badb-b40f-4377-8e53-767eda05e570 2018-09-04 22:45:14,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}35cf8743685b9e8c70af3b95b5ee9d616a203297" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image"}' 2018-09-04 22:45:15,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13 X-Openstack-Request-Id: req-bb1eda6e-3326-4a4e-acc5-d0907a71e726 Date: Tue, 04 Sep 2018 22:45:15 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:45:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T22:45:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "min_disk": 0, "protected": false, "id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "file": "/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13/file", "checksum": null, "owner": "38bd4fc502c641ba818bdbe60f4f5361", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:45:15,537 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-bb1eda6e-3326-4a4e-acc5-d0907a71e726 2018-09-04 22:45:15,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35cf8743685b9e8c70af3b95b5ee9d616a203297" -d '' 2018-09-04 22:45:22,196 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a0a75f1-ebe8-4537-9126-f38eb19ebaa4 Date: Tue, 04 Sep 2018 22:45:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:45:22,196 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13/file used request id req-2a0a75f1-ebe8-4537-9126-f38eb19ebaa4 2018-09-04 22:45:22,197 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-09-04 22:45:22,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35cf8743685b9e8c70af3b95b5ee9d616a203297" 2018-09-04 22:45:22,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-664358f1-7e84-49bc-9e60-5a8faf7bd8ca Date: Tue, 04 Sep 2018 22:45:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:45:15Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-09-04T22:45:22Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/aaad2d89-9b43-4bbf-a004-32192860ce13/snap", "metadata": {}}], "self": "/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "min_disk": 0, "protected": false, "id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "file": "/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13/file", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "owner": "38bd4fc502c641ba818bdbe60f4f5361", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/aaad2d89-9b43-4bbf-a004-32192860ce13/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:45:22,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13 used request id req-664358f1-7e84-49bc-9e60-5a8faf7bd8ca 2018-09-04 22:45:22,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35cf8743685b9e8c70af3b95b5ee9d616a203297" 2018-09-04 22:45:22,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8bc2006c-bc27-4854-b484-70ca33b53452 Date: Tue, 04 Sep 2018 22:45:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:45:22,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-8bc2006c-bc27-4854-b484-70ca33b53452 2018-09-04 22:45:22,545 - create_image - INFO - Created image with name - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image 2018-09-04 22:45:22,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35cf8743685b9e8c70af3b95b5ee9d616a203297" 2018-09-04 22:45:23,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4bbeb0fa-abc2-422e-95db-956a19e4664b Date: Tue, 04 Sep 2018 22:45:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:45:15Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-09-04T22:45:22Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/aaad2d89-9b43-4bbf-a004-32192860ce13/snap", "metadata": {}}], "self": "/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "min_disk": 0, "protected": false, "id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "file": "/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13/file", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "owner": "38bd4fc502c641ba818bdbe60f4f5361", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/aaad2d89-9b43-4bbf-a004-32192860ce13/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 22:45:23,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13 used request id req-4bbeb0fa-abc2-422e-95db-956a19e4664b 2018-09-04 22:45:23,088 - create_image - DEBUG - Instance status is - active 2018-09-04 22:45:23,088 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image 2018-09-04 22:45:23,088 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image 2018-09-04 22:45:23,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:45:23,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:45:23,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "00376988511247dca8bc08e8ca7125f7", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role"}], "expires_at": "2018-09-04T23:45:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38bd4fc502c641ba818bdbe60f4f5361", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-user", "id": "d71182283aae4b4ba9d22822e3aa51b4"}, "audit_ids": ["BOyyktGlR3W-CJxVLcNcoA"], "issued_at": "2018-09-04T22:45:23.000000Z"}} 2018-09-04 22:45:23,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afffa52ead05bba00de81c2c086e66cbaf98d07d" 2018-09-04 22:45:23,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0e6e898-233d-4e48-8339-e3e41139875c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:23,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c0e6e898-233d-4e48-8339-e3e41139875c 2018-09-04 22:45:23,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afffa52ead05bba00de81c2c086e66cbaf98d07d" 2018-09-04 22:45:23,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e2fc705d-d400-414f-9689-edf79adfe7f3 Date: Tue, 04 Sep 2018 22:45:23 GMT RESP BODY: {"networks":[]} 2018-09-04 22:45:23,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-e2fc705d-d400-414f-9689-edf79adfe7f3 2018-09-04 22:45:23,731 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net 2018-09-04 22:45:23,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afffa52ead05bba00de81c2c086e66cbaf98d07d" -d '{"network": {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net", "admin_state_up": true}}' 2018-09-04 22:45:24,400 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-46ef23f4-98bc-4c06-85a8-cb12c67e0674 Date: Tue, 04 Sep 2018 22:45:24 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:45:24Z","is_default":false,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","mtu":1450}} 2018-09-04 22:45:24,401 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-46ef23f4-98bc-4c06-85a8-cb12c67e0674 2018-09-04 22:45:24,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afffa52ead05bba00de81c2c086e66cbaf98d07d" 2018-09-04 22:45:24,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-2d12b390-3b19-40e2-8500-3b9cec4cdfd9 Date: Tue, 04 Sep 2018 22:45:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:45:24Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:45:24,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-2d12b390-3b19-40e2-8500-3b9cec4cdfd9 2018-09-04 22:45:24,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afffa52ead05bba00de81c2c086e66cbaf98d07d" 2018-09-04 22:45:24,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6ec11f54-06c4-478e-bb27-8ee65a3ab5dc Date: Tue, 04 Sep 2018 22:45:24 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:45:24,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-6ec11f54-06c4-478e-bb27-8ee65a3ab5dc 2018-09-04 22:45:24,817 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet 2018-09-04 22:45:24,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afffa52ead05bba00de81c2c086e66cbaf98d07d" -d '{"subnets": [{"ip_version": 4, "network_id": "1204f553-82ea-4127-9b33-e4b4ccd76ca5", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]}' 2018-09-04 22:45:25,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-82395480-6cff-48c0-9aa1-b7ac569c935e Date: Tue, 04 Sep 2018 22:45:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:45:25,514 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-82395480-6cff-48c0-9aa1-b7ac569c935e 2018-09-04 22:45:25,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afffa52ead05bba00de81c2c086e66cbaf98d07d" 2018-09-04 22:45:25,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-48c57285-762f-40f2-940c-8712697c611b Date: Tue, 04 Sep 2018 22:45:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:45:25,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-48c57285-762f-40f2-940c-8712697c611b 2018-09-04 22:45:25,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afffa52ead05bba00de81c2c086e66cbaf98d07d" 2018-09-04 22:45:25,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3d454d4f-5e84-4183-b208-d80d885aeea3 Date: Tue, 04 Sep 2018 22:45:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:45:25,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-3d454d4f-5e84-4183-b208-d80d885aeea3 2018-09-04 22:45:25,987 - OpenStackNetwork - DEBUG - Network [1204f553-82ea-4127-9b33-e4b4ccd76ca5] created successfully 2018-09-04 22:45:25,987 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:45:25,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:45:26,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "00376988511247dca8bc08e8ca7125f7", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role"}], "expires_at": "2018-09-04T23:45:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38bd4fc502c641ba818bdbe60f4f5361", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-user", "id": "d71182283aae4b4ba9d22822e3aa51b4"}, "audit_ids": ["PZMtyG9BQsGcY8ZvPAULNg"], "issued_at": "2018-09-04T22:45:26.000000Z"}} 2018-09-04 22:45:26,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:45:26,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e707b1-07b3-427d-8cc5-ebfada6c688d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:26,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a7e707b1-07b3-427d-8cc5-ebfada6c688d 2018-09-04 22:45:26,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:45:26,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b2e18ae7-ee25-4daf-b697-da5964e383a7 Date: Tue, 04 Sep 2018 22:45:26 GMT RESP BODY: {"routers": []} 2018-09-04 22:45:26,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router&admin_state_up=True used request id req-b2e18ae7-ee25-4daf-b697-da5964e383a7 2018-09-04 22:45:26,649 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:45:26,650 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:45:27,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "00376988511247dca8bc08e8ca7125f7", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role"}], "expires_at": "2018-09-04T23:45:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38bd4fc502c641ba818bdbe60f4f5361", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-user", "id": "d71182283aae4b4ba9d22822e3aa51b4"}, "audit_ids": ["27VARI1qQ9Gm7qtnslIx1w"], "issued_at": "2018-09-04T22:45:27.000000Z"}} 2018-09-04 22:45:27,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ee981a91d560b7ad4e8ff4cb357bb14a252730" 2018-09-04 22:45:27,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c05fc6d7-caac-40ec-9fdd-4c0264a31c03 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:27,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c05fc6d7-caac-40ec-9fdd-4c0264a31c03 2018-09-04 22:45:27,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:45:27,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b64b6baa-446f-4bd0-a1ef-7eb5d600cd8d Date: Tue, 04 Sep 2018 22:45:27 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:45:27,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-b64b6baa-446f-4bd0-a1ef-7eb5d600cd8d 2018-09-04 22:45:27,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:45:27,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aa8451af-62d9-40ea-b960-35128c9d96c0 Date: Tue, 04 Sep 2018 22:45:27 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:45:27,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-aa8451af-62d9-40ea-b960-35128c9d96c0 2018-09-04 22:45:27,539 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router 2018-09-04 22:45:27,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router", "admin_state_up": true}}' 2018-09-04 22:45:32,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-cfea684c-b148-4d04-a273-1bae08358b5d Date: Tue, 04 Sep 2018 22:45:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:28Z", "admin_state_up": true, "updated_at": "2018-09-04T22:45:29Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "3a014521-c3ee-453f-a01c-d14b2b71f281", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router"}} 2018-09-04 22:45:32,555 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-cfea684c-b148-4d04-a273-1bae08358b5d 2018-09-04 22:45:32,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=3a014521-c3ee-453f-a01c-d14b2b71f281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:45:32,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c574a008-c771-4f96-977b-444a7f8858ee Date: Tue, 04 Sep 2018 22:45:32 GMT RESP BODY: {"ports":[]} 2018-09-04 22:45:32,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=3a014521-c3ee-453f-a01c-d14b2b71f281 used request id req-c574a008-c771-4f96-977b-444a7f8858ee 2018-09-04 22:45:32,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:45:33,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-06cae5a2-fe0a-461e-b1bf-039bc164a6ab Date: Tue, 04 Sep 2018 22:45:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:45:33,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-06cae5a2-fe0a-461e-b1bf-039bc164a6ab 2018-09-04 22:45:33,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:45:33,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:45:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:45:33,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:45:33,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e90ca5cd-ed82-4b98-8d36-b05cc7bafccf Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:45:33,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-e90ca5cd-ed82-4b98-8d36-b05cc7bafccf 2018-09-04 22:45:33,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:45:33,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-29926964-347a-4c09-b56d-b67b10525171 Date: Tue, 04 Sep 2018 22:45:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:45:33,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-29926964-347a-4c09-b56d-b67b10525171 2018-09-04 22:45:33,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:45:33,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1287a67e-c8c0-44e9-8ad1-13a4fe0c7a7a Date: Tue, 04 Sep 2018 22:45:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:45:33,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet used request id req-1287a67e-c8c0-44e9-8ad1-13a4fe0c7a7a 2018-09-04 22:45:33,398 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-09-04 22:45:33,398 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router 2018-09-04 22:45:33,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/3a014521-c3ee-453f-a01c-d14b2b71f281/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" -d '{"subnet_id": "ad5d92da-5799-4615-b78b-968e464e0d34"}' 2018-09-04 22:45:35,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4fb779b6-6411-4420-b866-50422e14f33a Date: Tue, 04 Sep 2018 22:45:35 GMT RESP BODY: {"network_id": "1204f553-82ea-4127-9b33-e4b4ccd76ca5", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "subnet_id": "ad5d92da-5799-4615-b78b-968e464e0d34", "subnet_ids": ["ad5d92da-5799-4615-b78b-968e464e0d34"], "port_id": "b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed", "id": "3a014521-c3ee-453f-a01c-d14b2b71f281"} 2018-09-04 22:45:35,498 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3a014521-c3ee-453f-a01c-d14b2b71f281/add_router_interface used request id req-4fb779b6-6411-4420-b866-50422e14f33a 2018-09-04 22:45:35,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers/3a014521-c3ee-453f-a01c-d14b2b71f281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:45:35,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-9d437193-4cd5-434f-a03f-9cf652f1df1e Date: Tue, 04 Sep 2018 22:45:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:28Z", "admin_state_up": true, "updated_at": "2018-09-04T22:45:34Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "3a014521-c3ee-453f-a01c-d14b2b71f281", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router"}} 2018-09-04 22:45:35,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers/3a014521-c3ee-453f-a01c-d14b2b71f281 used request id req-9d437193-4cd5-434f-a03f-9cf652f1df1e 2018-09-04 22:45:35,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=3a014521-c3ee-453f-a01c-d14b2b71f281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:45:35,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-21300c3a-7345-4213-b984-29fe0cd353ed Date: Tue, 04 Sep 2018 22:45:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.1"}],"id":"b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed","security_groups":[],"mac_address":"fa:16:3e:9e:d2:e0","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:33Z","binding:vnic_type":"normal","device_id":"3a014521-c3ee-453f-a01c-d14b2b71f281"}]} 2018-09-04 22:45:35,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=3a014521-c3ee-453f-a01c-d14b2b71f281 used request id req-21300c3a-7345-4213-b984-29fe0cd353ed 2018-09-04 22:45:35,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/ad5d92da-5799-4615-b78b-968e464e0d34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:45:36,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-d3387ea2-8b8b-44fb-ac25-b8136af29df1 Date: Tue, 04 Sep 2018 22:45:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}} 2018-09-04 22:45:36,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/ad5d92da-5799-4615-b78b-968e464e0d34 used request id req-d3387ea2-8b8b-44fb-ac25-b8136af29df1 2018-09-04 22:45:36,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:45:36,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:45:36,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}, {"id": "d1f552b168734f6d84d2bfc9f524ac2c", "name": "Member"}, {"id": "ee65b3cf18824d4786e4806145ea807f", "name": "heat_stack_owner"}], "expires_at": "2018-09-04T23:45:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d98703cc10ed423d86894386e49ef6a9", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/d98703cc10ed423d86894386e49ef6a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "id": "2de442c43a484d51809138e1bca3f5b8"}, "audit_ids": ["lG16dlXyTeq0B_axUUGd2A"], "issued_at": "2018-09-04T22:45:36.000000Z"}} 2018-09-04 22:45:36,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36f819d58862728f20290420889cae19e811148" 2018-09-04 22:45:36,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-505c2314-c4cf-46ff-9616-6b476af9f7aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:36,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-505c2314-c4cf-46ff-9616-6b476af9f7aa 2018-09-04 22:45:36,633 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:45:36,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36f819d58862728f20290420889cae19e811148" 2018-09-04 22:45:36,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a652ad2e-8b01-4b6b-a832-bb7debfaf62e x-compute-request-id: req-a652ad2e-8b01-4b6b-a832-bb7debfaf62e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 22:45:36,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a652ad2e-8b01-4b6b-a832-bb7debfaf62e 2018-09-04 22:45:36,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36f819d58862728f20290420889cae19e811148" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-09-04 22:45:36,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3097106-8261-4496-8de8-a2e966d44a31 x-compute-request-id: req-a3097106-8261-4496-8de8-a2e966d44a31 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:45:36,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a3097106-8261-4496-8de8-a2e966d44a31 2018-09-04 22:45:36,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:45:36,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:45:37,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "00376988511247dca8bc08e8ca7125f7", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role"}], "expires_at": "2018-09-04T23:45:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38bd4fc502c641ba818bdbe60f4f5361", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-user", "id": "d71182283aae4b4ba9d22822e3aa51b4"}, "audit_ids": ["w3AE3ElzRw-om0V8HX4YNg"], "issued_at": "2018-09-04T22:45:37.000000Z"}} 2018-09-04 22:45:37,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b956946ae2ceac860b014bf088ad6a5c0c58c5c" 2018-09-04 22:45:37,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27a3fa3b-51b0-4980-89b2-f22684a36a7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:37,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-27a3fa3b-51b0-4980-89b2-f22684a36a7f 2018-09-04 22:45:37,300 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:45:37,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b956946ae2ceac860b014bf088ad6a5c0c58c5c" 2018-09-04 22:45:37,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9203c475-9068-4202-a2c8-ab7971b58302 x-compute-request-id: req-9203c475-9068-4202-a2c8-ab7971b58302 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-04 22:45:37,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-9203c475-9068-4202-a2c8-ab7971b58302 2018-09-04 22:45:37,474 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp... 2018-09-04 22:45:37,475 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 22:45:37,508 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp 2018-09-04 22:45:37,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b956946ae2ceac860b014bf088ad6a5c0c58c5c" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC/KB0b3nvklXIWAc7DLjsSh2h4hh6y7yUerGgxImqh1V0Cs4yvS9ewluGIxLnDSySf2mnkDVOGAgm0AJLE1+0ELpqnz4njpXEXcDvFVgVJZ8dOhv1poTtCRm9rrWTu0YHxiB3OsNU3SB//1ife/mdBNbnvy0wbwil2+B5fm+CW6w==", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp"}}' 2018-09-04 22:45:37,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef90b6a0-8f8d-4530-9cf0-42c63735e552 x-compute-request-id: req-ef90b6a0-8f8d-4530-9cf0-42c63735e552 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC/KB0b3nvklXIWAc7DLjsSh2h4hh6y7yUerGgxImqh1V0Cs4yvS9ewluGIxLnDSySf2mnkDVOGAgm0AJLE1+0ELpqnz4njpXEXcDvFVgVJZ8dOhv1poTtCRm9rrWTu0YHxiB3OsNU3SB//1ife/mdBNbnvy0wbwil2+B5fm+CW6w==", "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "fingerprint": "7e:95:47:42:95:64:13:9d:42:c5:69:a4:6d:20:ee:14"}} 2018-09-04 22:45:37,571 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-ef90b6a0-8f8d-4530-9cf0-42c63735e552 2018-09-04 22:45:37,573 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4.pub 2018-09-04 22:45:37,573 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4 2018-09-04 22:45:37,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:45:37,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:45:37,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "00376988511247dca8bc08e8ca7125f7", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role"}], "expires_at": "2018-09-04T23:45:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38bd4fc502c641ba818bdbe60f4f5361", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-user", "id": "d71182283aae4b4ba9d22822e3aa51b4"}, "audit_ids": ["OUIxCpEpTTOCtzPG34UQbw"], "issued_at": "2018-09-04T22:45:37.000000Z"}} 2018-09-04 22:45:37,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:38,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae72fccb-80b5-4e41-9f67-fcb145e03597 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:38,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ae72fccb-80b5-4e41-9f67-fcb145e03597 2018-09-04 22:45:38,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:38,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-233a11fe-f9dd-478a-8eae-b79345d0a90b Date: Tue, 04 Sep 2018 22:45:38 GMT RESP BODY: {"security_groups": []} 2018-09-04 22:45:38,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp used request id req-233a11fe-f9dd-478a-8eae-b79345d0a90b 2018-09-04 22:45:38,220 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp... 2018-09-04 22:45:38,220 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp 2018-09-04 22:45:38,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" -d '{"security_group": {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}}' 2018-09-04 22:45:38,600 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-e1537983-ca22-459e-8892-e8cb1fd3a424 Date: Tue, 04 Sep 2018 22:45:38 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "updated_at": "2018-09-04T22:45:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "revision_number": 0, "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv6", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "revision_number": 0, "id": "fdebbe84-0711-4e53-8228-aaf4062423f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv4", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}], "revision_number": 2, "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}} 2018-09-04 22:45:38,600 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-e1537983-ca22-459e-8892-e8cb1fd3a424 2018-09-04 22:45:38,601 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f95e01a0-b616-47b2-9039-27c86c0230f4 2018-09-04 22:45:38,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:38,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-63e72c8e-e24a-4f8a-9675-af432fe549fc Date: Tue, 04 Sep 2018 22:45:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "fdebbe84-0711-4e53-8228-aaf4062423f0"}]} 2018-09-04 22:45:38,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 used request id req-63e72c8e-e24a-4f8a-9675-af432fe549fc 2018-09-04 22:45:38,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f95e01a0-b616-47b2-9039-27c86c0230f4 2018-09-04 22:45:38,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:38,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6de3b3d7-46c1-4f98-a097-92fd5fecb3db Date: Tue, 04 Sep 2018 22:45:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "fdebbe84-0711-4e53-8228-aaf4062423f0"}]} 2018-09-04 22:45:38,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 used request id req-6de3b3d7-46c1-4f98-a097-92fd5fecb3db 2018-09-04 22:45:38,945 - neutron_utils - INFO - Retrieving security group with ID - f95e01a0-b616-47b2-9039-27c86c0230f4 2018-09-04 22:45:38,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=f95e01a0-b616-47b2-9039-27c86c0230f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:39,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-72f16d54-84e5-4a81-932b-33d7c44a48f2 Date: Tue, 04 Sep 2018 22:45:39 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "updated_at": "2018-09-04T22:45:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "revision_number": 0, "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv6", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "revision_number": 0, "id": "fdebbe84-0711-4e53-8228-aaf4062423f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv4", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}], "revision_number": 2, "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}]} 2018-09-04 22:45:39,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=f95e01a0-b616-47b2-9039-27c86c0230f4 used request id req-72f16d54-84e5-4a81-932b-33d7c44a48f2 2018-09-04 22:45:39,030 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f95e01a0-b616-47b2-9039-27c86c0230f4 2018-09-04 22:45:39,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:39,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-67e35ec0-7735-45ba-8140-7a28d25f7cbf Date: Tue, 04 Sep 2018 22:45:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "fdebbe84-0711-4e53-8228-aaf4062423f0"}]} 2018-09-04 22:45:39,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 used request id req-67e35ec0-7735-45ba-8140-7a28d25f7cbf 2018-09-04 22:45:39,207 - neutron_utils - INFO - Retrieving security group with ID - f95e01a0-b616-47b2-9039-27c86c0230f4 2018-09-04 22:45:39,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=f95e01a0-b616-47b2-9039-27c86c0230f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:39,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-869b943e-8a9b-453b-8b73-fc03a663d2aa Date: Tue, 04 Sep 2018 22:45:39 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "updated_at": "2018-09-04T22:45:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "revision_number": 0, "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv6", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "revision_number": 0, "id": "fdebbe84-0711-4e53-8228-aaf4062423f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv4", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}], "revision_number": 2, "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}]} 2018-09-04 22:45:39,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=f95e01a0-b616-47b2-9039-27c86c0230f4 used request id req-869b943e-8a9b-453b-8b73-fc03a663d2aa 2018-09-04 22:45:39,269 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f95e01a0-b616-47b2-9039-27c86c0230f4 2018-09-04 22:45:39,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:39,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1b4e3b27-da6b-4c17-8c43-d48d9f18b6fb Date: Tue, 04 Sep 2018 22:45:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "fdebbe84-0711-4e53-8228-aaf4062423f0"}]} 2018-09-04 22:45:39,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 used request id req-1b4e3b27-da6b-4c17-8c43-d48d9f18b6fb 2018-09-04 22:45:39,466 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp 2018-09-04 22:45:39,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:39,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-4a96bfbe-4149-4e2d-b96b-3a84376371ba Date: Tue, 04 Sep 2018 22:45:39 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "updated_at": "2018-09-04T22:45:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "revision_number": 0, "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv6", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "revision_number": 0, "id": "fdebbe84-0711-4e53-8228-aaf4062423f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv4", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}], "revision_number": 2, "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}]} 2018-09-04 22:45:39,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp used request id req-4a96bfbe-4149-4e2d-b96b-3a84376371ba 2018-09-04 22:45:39,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:45:39,531 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:45:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:45:39,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:39,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a943897-dc43-44b3-9fc3-7a558b5a7f28 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:45:39,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-7a943897-dc43-44b3-9fc3-7a558b5a7f28 2018-09-04 22:45:39,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f95e01a0-b616-47b2-9039-27c86c0230f4 2018-09-04 22:45:39,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:39,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0dd44665-48ff-49eb-86aa-96584759c283 Date: Tue, 04 Sep 2018 22:45:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "fdebbe84-0711-4e53-8228-aaf4062423f0"}]} 2018-09-04 22:45:39,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 used request id req-0dd44665-48ff-49eb-86aa-96584759c283 2018-09-04 22:45:39,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4"}}' 2018-09-04 22:45:39,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-1cbd3eac-f0d8-46fe-aa18-af394ebc991f Date: Tue, 04 Sep 2018 22:45:39 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:39Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:39Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "f047f4a9-d84b-47fb-b248-b9ae15ef7cd7"}} 2018-09-04 22:45:39,966 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-1cbd3eac-f0d8-46fe-aa18-af394ebc991f 2018-09-04 22:45:39,966 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp 2018-09-04 22:45:39,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:40,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-1c5b6b53-5910-4ea8-a6ac-919ea4e2ecc8 Date: Tue, 04 Sep 2018 22:45:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "updated_at": "2018-09-04T22:45:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "revision_number": 0, "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv6", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:39Z", "revision_number": 0, "id": "f047f4a9-d84b-47fb-b248-b9ae15ef7cd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:39Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv4", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "revision_number": 0, "id": "fdebbe84-0711-4e53-8228-aaf4062423f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv4", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}], "revision_number": 3, "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}]} 2018-09-04 22:45:40,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp used request id req-1c5b6b53-5910-4ea8-a6ac-919ea4e2ecc8 2018-09-04 22:45:40,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:40,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc489161-775c-4ca3-b2cb-217450a79d0e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:45:40,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-bc489161-775c-4ca3-b2cb-217450a79d0e 2018-09-04 22:45:40,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f95e01a0-b616-47b2-9039-27c86c0230f4 2018-09-04 22:45:40,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:40,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-1baf7f70-9808-4dfd-8385-de18206c089d Date: Tue, 04 Sep 2018 22:45:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:39Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:39Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "f047f4a9-d84b-47fb-b248-b9ae15ef7cd7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "fdebbe84-0711-4e53-8228-aaf4062423f0"}]} 2018-09-04 22:45:40,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 used request id req-1baf7f70-9808-4dfd-8385-de18206c089d 2018-09-04 22:45:40,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4"}}' 2018-09-04 22:45:40,625 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-47d86419-3a73-434f-be81-944a2ee6e4c8 Date: Tue, 04 Sep 2018 22:45:40 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:45:40Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": 22, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:40Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "d12902a9-942e-48f1-b873-570825b77fa0"}} 2018-09-04 22:45:40,625 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-47d86419-3a73-434f-be81-944a2ee6e4c8 2018-09-04 22:45:40,626 - neutron_utils - INFO - Retrieving security group with ID - f95e01a0-b616-47b2-9039-27c86c0230f4 2018-09-04 22:45:40,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=f95e01a0-b616-47b2-9039-27c86c0230f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:40,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-dfe469dc-597d-45f1-9944-fb7979a988be Date: Tue, 04 Sep 2018 22:45:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "updated_at": "2018-09-04T22:45:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "revision_number": 0, "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv6", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:45:40Z", "revision_number": 0, "id": "d12902a9-942e-48f1-b873-570825b77fa0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:40Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": 22, "ethertype": "IPv4", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:39Z", "revision_number": 0, "id": "f047f4a9-d84b-47fb-b248-b9ae15ef7cd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:39Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv4", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "revision_number": 0, "id": "fdebbe84-0711-4e53-8228-aaf4062423f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv4", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}], "revision_number": 4, "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}]} 2018-09-04 22:45:40,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=f95e01a0-b616-47b2-9039-27c86c0230f4 used request id req-dfe469dc-597d-45f1-9944-fb7979a988be 2018-09-04 22:45:40,817 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f95e01a0-b616-47b2-9039-27c86c0230f4 2018-09-04 22:45:40,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:45:40,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-e51d0416-0af4-4f40-a8ce-5372897b1e4a Date: Tue, 04 Sep 2018 22:45:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "50237cfb-675c-442b-9ebd-bd5fb661ed20"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:45:40Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": 22, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:40Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "d12902a9-942e-48f1-b873-570825b77fa0"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:39Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:39Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "f047f4a9-d84b-47fb-b248-b9ae15ef7cd7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:38Z", "security_group_id": "f95e01a0-b616-47b2-9039-27c86c0230f4", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:38Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "fdebbe84-0711-4e53-8228-aaf4062423f0"}]} 2018-09-04 22:45:40,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f95e01a0-b616-47b2-9039-27c86c0230f4 used request id req-e51d0416-0af4-4f40-a8ce-5372897b1e4a 2018-09-04 22:45:40,991 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:45:40,992 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:45:41,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "00376988511247dca8bc08e8ca7125f7", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role"}], "expires_at": "2018-09-04T23:45:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38bd4fc502c641ba818bdbe60f4f5361", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-user", "id": "d71182283aae4b4ba9d22822e3aa51b4"}, "audit_ids": ["_j7H4rywRfmE6dFa48-6SQ"], "issued_at": "2018-09-04T22:45:41.000000Z"}} 2018-09-04 22:45:41,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:41,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8454d9e1-5878-4d03-a947-8d88c0b07eb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:41,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8454d9e1-5878-4d03-a947-8d88c0b07eb0 2018-09-04 22:45:41,382 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 22:45:41,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:41,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4218b04b-8f69-4511-a3d1-646960b1cc33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:41,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4218b04b-8f69-4511-a3d1-646960b1cc33 2018-09-04 22:45:41,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:41,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-f6b76425-b258-4584-b291-33933d5aaec7 Date: Tue, 04 Sep 2018 22:45:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:45:41,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-f6b76425-b258-4584-b291-33933d5aaec7 2018-09-04 22:45:41,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:45:41,733 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:45:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:45:41,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:41,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b55d412-9057-4e3d-ba77-c888d62cbc86 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:45:41,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-6b55d412-9057-4e3d-ba77-c888d62cbc86 2018-09-04 22:45:41,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:42,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-44fa8c67-8168-4531-b6c3-00f1af14c111 Date: Tue, 04 Sep 2018 22:45:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:45:42,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-44fa8c67-8168-4531-b6c3-00f1af14c111 2018-09-04 22:45:42,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:42,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ddb7d8e2-da8c-4895-bcb8-967b4eef4bdc Date: Tue, 04 Sep 2018 22:45:42 GMT RESP BODY: {"ports":[]} 2018-09-04 22:45:42,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1&admin_state_up=True used request id req-ddb7d8e2-da8c-4895-bcb8-967b4eef4bdc 2018-09-04 22:45:42,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:42,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-03698fc9-7786-4798-a9f3-8be7bb175a63 x-compute-request-id: req-03698fc9-7786-4798-a9f3-8be7bb175a63 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 22:45:42,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst used request id req-03698fc9-7786-4798-a9f3-8be7bb175a63 2018-09-04 22:45:42,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:42,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-02f124fc-dcc5-40f6-89c7-a5a2238c4cb0 Date: Tue, 04 Sep 2018 22:45:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:45:42,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-02f124fc-dcc5-40f6-89c7-a5a2238c4cb0 2018-09-04 22:45:42,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:42,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c44abba4-0e05-4396-8980-4b7b3d99c25d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:45:42,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-c44abba4-0e05-4396-8980-4b7b3d99c25d 2018-09-04 22:45:42,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:42,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d9bf679c-61a2-4e0d-9783-b4710c8751d3 Date: Tue, 04 Sep 2018 22:45:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:45:42,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-d9bf679c-61a2-4e0d-9783-b4710c8751d3 2018-09-04 22:45:42,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:43,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f27cdb31-74d4-4c2f-9696-5b6a5a4dc2c5 Date: Tue, 04 Sep 2018 22:45:43 GMT RESP BODY: {"ports":[]} 2018-09-04 22:45:43,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1&admin_state_up=True used request id req-f27cdb31-74d4-4c2f-9696-5b6a5a4dc2c5 2018-09-04 22:45:43,023 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 22:45:43,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:45:43,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "00376988511247dca8bc08e8ca7125f7", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role"}], "expires_at": "2018-09-04T23:45:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38bd4fc502c641ba818bdbe60f4f5361", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/38bd4fc502c641ba818bdbe60f4f5361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-user", "id": "d71182283aae4b4ba9d22822e3aa51b4"}, "audit_ids": ["0FRETXvfQze3ViUdRsPOJg"], "issued_at": "2018-09-04T22:45:43.000000Z"}} 2018-09-04 22:45:43,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca3f7823dd2787d1421647f926753607ac27807b" 2018-09-04 22:45:43,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-666b6d84-9d0d-4877-9c2d-b159200c48b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:45:43,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-666b6d84-9d0d-4877-9c2d-b159200c48b5 2018-09-04 22:45:43,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:43,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-a7179a82-c0dc-44b1-92d2-0196f580a078 Date: Tue, 04 Sep 2018 22:45:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:45:43,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-a7179a82-c0dc-44b1-92d2-0196f580a078 2018-09-04 22:45:43,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:44,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4d2f8112-aa4b-4d01-994b-765ddd7c581e Date: Tue, 04 Sep 2018 22:45:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:45:44,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-4d2f8112-aa4b-4d01-994b-765ddd7c581e 2018-09-04 22:45:44,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:44,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-36be0460-2780-4644-99ee-7fa4dd936a63 Date: Tue, 04 Sep 2018 22:45:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:45:44,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-36be0460-2780-4644-99ee-7fa4dd936a63 2018-09-04 22:45:44,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:45:44,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:45:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:45:44,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca3f7823dd2787d1421647f926753607ac27807b" 2018-09-04 22:45:44,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6114f427-a70d-4a29-b969-86a44626bc01 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:45:44,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-6114f427-a70d-4a29-b969-86a44626bc01 2018-09-04 22:45:44,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:44,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-98ea5831-a527-448e-8cb0-d18e2390864d Date: Tue, 04 Sep 2018 22:45:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:45:44,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-98ea5831-a527-448e-8cb0-d18e2390864d 2018-09-04 22:45:44,608 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net 2018-09-04 22:45:44,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" -d '{"port": {"network_id": "1204f553-82ea-4127-9b33-e4b4ccd76ca5", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1", "admin_state_up": true}}' 2018-09-04 22:45:45,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-e2099604-aa0d-4232-a674-6e04bb9adc3f Date: Tue, 04 Sep 2018 22:45:45 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:45Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.14"}],"id":"90c867d2-82ed-495c-8bfa-d37bc0b3fdf2","security_groups":["c24fcbfd-d705-493a-9acd-004e4f1091f7"],"mac_address":"fa:16:3e:99:df:cc","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1","project_id":"38bd4fc502c641ba818bdbe60f4f5361","qos_policy_id":null,"admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:45Z","binding:vnic_type":"normal"}} 2018-09-04 22:45:45,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-e2099604-aa0d-4232-a674-6e04bb9adc3f 2018-09-04 22:45:45,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:45,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-4e617cc5-7897-4c86-9290-22a51170772c Date: Tue, 04 Sep 2018 22:45:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:45:45,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-4e617cc5-7897-4c86-9290-22a51170772c 2018-09-04 22:45:45,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:46,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a284f06f-22c2-4890-a9cf-3b14f800b823 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:45:46,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-a284f06f-22c2-4890-a9cf-3b14f800b823 2018-09-04 22:45:46,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:46,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d63483ad-404e-4242-83b9-194e835f8cbe Date: Tue, 04 Sep 2018 22:45:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:45:46,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-d63483ad-404e-4242-83b9-194e835f8cbe 2018-09-04 22:45:46,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:46,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-908d6b75-0102-4c34-a65b-8adc7e3283f5 Date: Tue, 04 Sep 2018 22:45:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:45Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.14"}],"id":"90c867d2-82ed-495c-8bfa-d37bc0b3fdf2","security_groups":["c24fcbfd-d705-493a-9acd-004e4f1091f7"],"mac_address":"fa:16:3e:99:df:cc","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:45Z","binding:vnic_type":"normal","device_id":""}]} 2018-09-04 22:45:46,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1&admin_state_up=True used request id req-908d6b75-0102-4c34-a65b-8adc7e3283f5 2018-09-04 22:45:46,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:46,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd7df46c-3bac-4617-a6fc-9d347f739ada Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:45:46,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-dd7df46c-3bac-4617-a6fc-9d347f739ada 2018-09-04 22:45:46,485 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst 2018-09-04 22:45:46,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:46,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-710f3785-49fc-420d-8679-a3ed5e77ec93 x-compute-request-id: req-710f3785-49fc-420d-8679-a3ed5e77ec93 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-flavor-name"}]} 2018-09-04 22:45:46,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-710f3785-49fc-420d-8679-a3ed5e77ec93 2018-09-04 22:45:46,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:46,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-796f4975-09c9-4172-8da5-c446bf4cfad5 x-compute-request-id: req-796f4975-09c9-4172-8da5-c446bf4cfad5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:45:46,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391 used request id req-796f4975-09c9-4172-8da5-c446bf4cfad5 2018-09-04 22:45:46,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:47,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-0d8d8797-26cb-4a70-88c0-a7044e1c9ed9 Date: Tue, 04 Sep 2018 22:45:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T22:45:15Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-09-04T22:45:22Z", "visibility": "shared", "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/aaad2d89-9b43-4bbf-a004-32192860ce13/snap", "metadata": {}}], "self": "/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "min_disk": 0, "protected": false, "id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "file": "/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13/file", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "owner": "38bd4fc502c641ba818bdbe60f4f5361", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/aaad2d89-9b43-4bbf-a004-32192860ce13/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image"} 2018-09-04 22:45:47,101 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image used request id req-0d8d8797-26cb-4a70-88c0-a7044e1c9ed9 2018-09-04 22:45:47,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:47,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7dd69d93-55d0-44d5-9d00-47fb52f9c166 Date: Tue, 04 Sep 2018 22:45:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-04 22:45:47,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-7dd69d93-55d0-44d5-9d00-47fb52f9c166 2018-09-04 22:45:47,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" -d '{"server": {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "imageRef": "aaad2d89-9b43-4bbf-a004-32192860ce13", "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "flavorRef": "7ea8a462-aefc-458a-8142-25dbfc93f391", "max_count": 1, "min_count": 1, "networks": [{"port": "90c867d2-82ed-495c-8bfa-d37bc0b3fdf2"}]}}' 2018-09-04 22:45:49,447 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:45:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b9c23a80-db3f-400f-9d22-b6ab4afc161b x-compute-request-id: req-b9c23a80-db3f-400f-9d22-b6ab4afc161b Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "adminPass": "tzVAHLFyfKv2"}} 2018-09-04 22:45:49,447 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-b9c23a80-db3f-400f-9d22-b6ab4afc161b 2018-09-04 22:45:49,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:50,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01bc06a2-8e89-46b4-8b99-e76f90396bfb x-compute-request-id: req-01bc06a2-8e89-46b4-8b99-e76f90396bfb Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:45:50,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-01bc06a2-8e89-46b4-8b99-e76f90396bfb 2018-09-04 22:45:50,048 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst 2018-09-04 22:45:50,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:50,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1e65002-c53d-42d7-b5a9-ee946e431ea8 x-compute-request-id: req-a1e65002-c53d-42d7-b5a9-ee946e431ea8 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:45:50,298 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-a1e65002-c53d-42d7-b5a9-ee946e431ea8 2018-09-04 22:45:50,299 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:45:50,299 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:45:53,299 - create_instance - DEBUG - VM status query timeout in 896.749056101 2018-09-04 22:45:53,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:53,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b70cf87-8d17-4ae1-adf3-8c1621bee590 x-compute-request-id: req-4b70cf87-8d17-4ae1-adf3-8c1621bee590 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:45:53,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-4b70cf87-8d17-4ae1-adf3-8c1621bee590 2018-09-04 22:45:53,621 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:45:53,621 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:45:56,624 - create_instance - DEBUG - VM status query timeout in 893.424287081 2018-09-04 22:45:56,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:45:57,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:45:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3b39dbe-7a6f-4626-9472-1b4b4d5107b9 x-compute-request-id: req-d3b39dbe-7a6f-4626-9472-1b4b4d5107b9 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:45:57,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-d3b39dbe-7a6f-4626-9472-1b4b4d5107b9 2018-09-04 22:45:57,197 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:45:57,198 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:00,201 - create_instance - DEBUG - VM status query timeout in 889.84760499 2018-09-04 22:46:00,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:00,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df5893a8-9986-4df2-b8fa-0cd4d538e600 x-compute-request-id: req-df5893a8-9986-4df2-b8fa-0cd4d538e600 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:00,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-df5893a8-9986-4df2-b8fa-0cd4d538e600 2018-09-04 22:46:00,886 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:00,886 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:03,889 - create_instance - DEBUG - VM status query timeout in 886.15921402 2018-09-04 22:46:03,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:04,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-251069a6-8b84-4c3d-842a-cbe5ec95fd0d x-compute-request-id: req-251069a6-8b84-4c3d-842a-cbe5ec95fd0d Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:04,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-251069a6-8b84-4c3d-842a-cbe5ec95fd0d 2018-09-04 22:46:04,400 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:04,400 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:07,403 - create_instance - DEBUG - VM status query timeout in 882.645254135 2018-09-04 22:46:07,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:07,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f22b8765-beb0-4694-b038-6c6a7a782c02 x-compute-request-id: req-f22b8765-beb0-4694-b038-6c6a7a782c02 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:07,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-f22b8765-beb0-4694-b038-6c6a7a782c02 2018-09-04 22:46:07,910 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:07,910 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:10,913 - create_instance - DEBUG - VM status query timeout in 879.134976149 2018-09-04 22:46:10,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:11,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40c4b506-aaac-4f47-907b-5b6d53ab86db x-compute-request-id: req-40c4b506-aaac-4f47-907b-5b6d53ab86db Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:11,589 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-40c4b506-aaac-4f47-907b-5b6d53ab86db 2018-09-04 22:46:11,589 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:11,589 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:14,592 - create_instance - DEBUG - VM status query timeout in 875.456012011 2018-09-04 22:46:14,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:15,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9848322d-6b6a-4e36-81aa-c7e61d07aaaa x-compute-request-id: req-9848322d-6b6a-4e36-81aa-c7e61d07aaaa Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:15,612 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-9848322d-6b6a-4e36-81aa-c7e61d07aaaa 2018-09-04 22:46:15,613 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:15,613 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:18,616 - create_instance - DEBUG - VM status query timeout in 871.432214022 2018-09-04 22:46:18,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:19,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce2e26ba-066c-4a8d-a489-5b953bc93434 x-compute-request-id: req-ce2e26ba-066c-4a8d-a489-5b953bc93434 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:19,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-ce2e26ba-066c-4a8d-a489-5b953bc93434 2018-09-04 22:46:19,355 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:19,355 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:22,358 - create_instance - DEBUG - VM status query timeout in 867.69017911 2018-09-04 22:46:22,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:23,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00b87a95-b99c-4e9b-933d-b662940f584b x-compute-request-id: req-00b87a95-b99c-4e9b-933d-b662940f584b Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:23,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-00b87a95-b99c-4e9b-933d-b662940f584b 2018-09-04 22:46:23,148 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:23,148 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:26,151 - create_instance - DEBUG - VM status query timeout in 863.897351027 2018-09-04 22:46:26,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:26,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a580f592-2b37-453f-8e33-02ee1328d922 x-compute-request-id: req-a580f592-2b37-453f-8e33-02ee1328d922 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:26,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-a580f592-2b37-453f-8e33-02ee1328d922 2018-09-04 22:46:26,680 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:26,681 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:29,683 - create_instance - DEBUG - VM status query timeout in 860.365359068 2018-09-04 22:46:29,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:30,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43a20cd8-5388-4c58-9ae9-cb9f918af100 x-compute-request-id: req-43a20cd8-5388-4c58-9ae9-cb9f918af100 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:30,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-43a20cd8-5388-4c58-9ae9-cb9f918af100 2018-09-04 22:46:30,343 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:30,343 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:33,346 - create_instance - DEBUG - VM status query timeout in 856.70245409 2018-09-04 22:46:33,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:33,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6690f766-675b-4886-be7d-23174b0c4425 x-compute-request-id: req-6690f766-675b-4886-be7d-23174b0c4425 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:33,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-6690f766-675b-4886-be7d-23174b0c4425 2018-09-04 22:46:33,679 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:33,679 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:36,682 - create_instance - DEBUG - VM status query timeout in 853.366286039 2018-09-04 22:46:36,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:37,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e609f956-4273-4911-b5f5-a9426a12a7eb x-compute-request-id: req-e609f956-4273-4911-b5f5-a9426a12a7eb Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:37,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-e609f956-4273-4911-b5f5-a9426a12a7eb 2018-09-04 22:46:37,208 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:37,208 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:40,212 - create_instance - DEBUG - VM status query timeout in 849.836817026 2018-09-04 22:46:40,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:40,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc43864f-462b-4239-95d1-717fac15d039 x-compute-request-id: req-bc43864f-462b-4239-95d1-717fac15d039 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:40,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-bc43864f-462b-4239-95d1-717fac15d039 2018-09-04 22:46:40,556 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:40,557 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:43,557 - create_instance - DEBUG - VM status query timeout in 846.491348028 2018-09-04 22:46:43,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:44,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3334e38d-f85d-4962-9e46-efaef5afa30a x-compute-request-id: req-3334e38d-f85d-4962-9e46-efaef5afa30a Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:44,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-3334e38d-f85d-4962-9e46-efaef5afa30a 2018-09-04 22:46:44,215 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:44,216 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:47,219 - create_instance - DEBUG - VM status query timeout in 842.829638004 2018-09-04 22:46:47,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:47,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18b0f3d7-f1b8-46d0-a7a5-5de43cd39808 x-compute-request-id: req-18b0f3d7-f1b8-46d0-a7a5-5de43cd39808 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:47,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-18b0f3d7-f1b8-46d0-a7a5-5de43cd39808 2018-09-04 22:46:47,915 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:47,915 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:50,918 - create_instance - DEBUG - VM status query timeout in 839.130784988 2018-09-04 22:46:50,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:51,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97f61a7e-b157-4d65-b5cc-d77fca1a0d1a x-compute-request-id: req-97f61a7e-b157-4d65-b5cc-d77fca1a0d1a Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:51,426 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-97f61a7e-b157-4d65-b5cc-d77fca1a0d1a 2018-09-04 22:46:51,426 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:51,426 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:54,430 - create_instance - DEBUG - VM status query timeout in 835.618648052 2018-09-04 22:46:54,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:54,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff5c9a0d-6ba6-418c-8169-c56df4113a4e x-compute-request-id: req-ff5c9a0d-6ba6-418c-8169-c56df4113a4e Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:54,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-ff5c9a0d-6ba6-418c-8169-c56df4113a4e 2018-09-04 22:46:54,912 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:54,912 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:46:57,916 - create_instance - DEBUG - VM status query timeout in 832.132692099 2018-09-04 22:46:57,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:46:58,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:46:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f71cd89-61a8-4c55-9fd5-7e9cc534603a x-compute-request-id: req-3f71cd89-61a8-4c55-9fd5-7e9cc534603a Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:46:58,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-3f71cd89-61a8-4c55-9fd5-7e9cc534603a 2018-09-04 22:46:58,421 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:46:58,421 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:47:01,423 - create_instance - DEBUG - VM status query timeout in 828.625324011 2018-09-04 22:47:01,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:01,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eac26d7e-75ae-4d46-8f85-efac99ef769a x-compute-request-id: req-eac26d7e-75ae-4d46-8f85-efac99ef769a Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:01,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-eac26d7e-75ae-4d46-8f85-efac99ef769a 2018-09-04 22:47:01,964 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:47:01,965 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:47:04,966 - create_instance - DEBUG - VM status query timeout in 825.081959009 2018-09-04 22:47:04,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:05,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b373902-5596-431a-a8ae-08a0322b9b0b x-compute-request-id: req-3b373902-5596-431a-a8ae-08a0322b9b0b Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:05,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-3b373902-5596-431a-a8ae-08a0322b9b0b 2018-09-04 22:47:05,771 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:47:05,771 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:47:08,774 - create_instance - DEBUG - VM status query timeout in 821.274471045 2018-09-04 22:47:08,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:09,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccc08bae-5c81-4c36-a120-18b01c82467d x-compute-request-id: req-ccc08bae-5c81-4c36-a120-18b01c82467d Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:09,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-ccc08bae-5c81-4c36-a120-18b01c82467d 2018-09-04 22:47:09,432 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:47:09,432 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:47:12,435 - create_instance - DEBUG - VM status query timeout in 817.613013983 2018-09-04 22:47:12,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:13,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf449b43-1b15-4cb1-92d5-018e932d8e99 x-compute-request-id: req-cf449b43-1b15-4cb1-92d5-018e932d8e99 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:13,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-cf449b43-1b15-4cb1-92d5-018e932d8e99 2018-09-04 22:47:13,117 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:47:13,117 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:47:16,119 - create_instance - DEBUG - VM status query timeout in 813.929843187 2018-09-04 22:47:16,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:16,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81ea51d3-2401-4c34-87d6-810541499891 x-compute-request-id: req-81ea51d3-2401-4c34-87d6-810541499891 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:16,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-81ea51d3-2401-4c34-87d6-810541499891 2018-09-04 22:47:16,629 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:47:16,629 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:47:19,632 - create_instance - DEBUG - VM status query timeout in 810.416382074 2018-09-04 22:47:19,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:20,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8242c0a7-5f04-4e99-92b7-9d874b3e28e4 x-compute-request-id: req-8242c0a7-5f04-4e99-92b7-9d874b3e28e4 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:20,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-8242c0a7-5f04-4e99-92b7-9d874b3e28e4 2018-09-04 22:47:20,258 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:47:20,258 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:47:23,261 - create_instance - DEBUG - VM status query timeout in 806.7870121 2018-09-04 22:47:23,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:23,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be055eb3-1587-4d3b-875a-27ea28002f07 x-compute-request-id: req-be055eb3-1587-4d3b-875a-27ea28002f07 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:23,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-be055eb3-1587-4d3b-875a-27ea28002f07 2018-09-04 22:47:23,764 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:47:23,765 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:47:26,768 - create_instance - DEBUG - VM status query timeout in 803.280609131 2018-09-04 22:47:26,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:27,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4ecac41-6958-4278-87ce-4562a56de4c3 x-compute-request-id: req-f4ecac41-6958-4278-87ce-4562a56de4c3 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:27,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-f4ecac41-6958-4278-87ce-4562a56de4c3 2018-09-04 22:47:27,248 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:47:27,249 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:47:30,252 - create_instance - DEBUG - VM status query timeout in 799.796522141 2018-09-04 22:47:30,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:30,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6378d8e-2873-464c-93b4-50d57fdf158b x-compute-request-id: req-b6378d8e-2873-464c-93b4-50d57fdf158b Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:30,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-b6378d8e-2873-464c-93b4-50d57fdf158b 2018-09-04 22:47:30,739 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:47:30,739 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:47:33,742 - create_instance - DEBUG - VM status query timeout in 796.306147099 2018-09-04 22:47:33,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:34,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29d98099-c564-4925-a550-3230fb6bc9c7 x-compute-request-id: req-29d98099-c564-4925-a550-3230fb6bc9c7 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:45:50Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:34,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-29d98099-c564-4925-a550-3230fb6bc9c7 2018-09-04 22:47:34,062 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - BUILD 2018-09-04 22:47:34,063 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:47:37,066 - create_instance - DEBUG - VM status query timeout in 792.982604027 2018-09-04 22:47:37,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:37,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d325279-5062-4855-81f5-3d74ba25e64c x-compute-request-id: req-2d325279-5062-4855-81f5-3d74ba25e64c Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:37,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-2d325279-5062-4855-81f5-3d74ba25e64c 2018-09-04 22:47:37,567 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - ACTIVE 2018-09-04 22:47:37,567 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:47:37,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:38,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb17577b-1046-4d95-abfb-f9005411334c x-compute-request-id: req-bb17577b-1046-4d95-abfb-f9005411334c Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:38,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-bb17577b-1046-4d95-abfb-f9005411334c 2018-09-04 22:47:38,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:38,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-dfce7627-2a73-443f-996b-a12f3f2cb22a Date: Tue, 04 Sep 2018 22:47:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:47:38,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-dfce7627-2a73-443f-996b-a12f3f2cb22a 2018-09-04 22:47:38,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:38,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f521da-ff4a-4c7e-b57d-622f0bcbee31 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:47:38,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-41f521da-ff4a-4c7e-b57d-622f0bcbee31 2018-09-04 22:47:38,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:38,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-68a4d1e7-ef50-4595-9cdd-baf20516aff5 Date: Tue, 04 Sep 2018 22:47:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:47:38,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-68a4d1e7-ef50-4595-9cdd-baf20516aff5 2018-09-04 22:47:38,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:38,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-9b0250fb-f05b-42b2-aa32-2346c90309db Date: Tue, 04 Sep 2018 22:47:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.2"}],"id":"1ccd0fd1-ba9d-4876-9e63-86f6c63f6ffb","security_groups":[],"mac_address":"fa:16:3e:d5:69:6d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.4"}],"id":"5bd2956c-6219-4e90-862f-18e69dda20d5","security_groups":[],"mac_address":"fa:16:3e:53:7e:5d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:47:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.14"}],"id":"90c867d2-82ed-495c-8bfa-d37bc0b3fdf2","security_groups":["c24fcbfd-d705-493a-9acd-004e4f1091f7"],"mac_address":"fa:16:3e:99:df:cc","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:45Z","binding:vnic_type":"normal","device_id":"0980172b-371b-4548-b844-084c7bc5bdb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.1"}],"id":"b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed","security_groups":[],"mac_address":"fa:16:3e:9e:d2:e0","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:33Z","binding:vnic_type":"normal","device_id":"3a014521-c3ee-453f-a01c-d14b2b71f281"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.3"}],"id":"c9ca0120-126d-4b05-b0f8-83fe76afd3df","security_groups":[],"mac_address":"fa:16:3e:69:05:eb","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1204f553-82ea-4127-9b33-e4b4ccd76ca5"}]} 2018-09-04 22:47:38,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-9b0250fb-f05b-42b2-aa32-2346c90309db 2018-09-04 22:47:38,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:38,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-fc930a40-0487-4cc7-9bd2-5a69a43d0752 Date: Tue, 04 Sep 2018 22:47:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:28Z", "admin_state_up": true, "updated_at": "2018-09-04T22:45:34Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "3a014521-c3ee-453f-a01c-d14b2b71f281", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router"}]} 2018-09-04 22:47:38,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router used request id req-fc930a40-0487-4cc7-9bd2-5a69a43d0752 2018-09-04 22:47:38,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:38,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61f7afe8-8666-4fa4-9523-afae9fea724c Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:47:38,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-61f7afe8-8666-4fa4-9523-afae9fea724c 2018-09-04 22:47:38,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=3a014521-c3ee-453f-a01c-d14b2b71f281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:39,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-87b07211-3d10-4daf-a953-63d8e946d02a Date: Tue, 04 Sep 2018 22:47:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.1"}],"id":"b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed","security_groups":[],"mac_address":"fa:16:3e:9e:d2:e0","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:33Z","binding:vnic_type":"normal","device_id":"3a014521-c3ee-453f-a01c-d14b2b71f281"}]} 2018-09-04 22:47:39,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=3a014521-c3ee-453f-a01c-d14b2b71f281 used request id req-87b07211-3d10-4daf-a953-63d8e946d02a 2018-09-04 22:47:39,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/ad5d92da-5799-4615-b78b-968e464e0d34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:39,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-4fd2096d-727e-40d5-af01-0f143ce7c76d Date: Tue, 04 Sep 2018 22:47:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}} 2018-09-04 22:47:39,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/ad5d92da-5799-4615-b78b-968e464e0d34 used request id req-4fd2096d-727e-40d5-af01-0f143ce7c76d 2018-09-04 22:47:39,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:39,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-880c2079-62a6-4f0c-918b-e5affda3a503 Date: Tue, 04 Sep 2018 22:47:39 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:47:39,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-880c2079-62a6-4f0c-918b-e5affda3a503 2018-09-04 22:47:39,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:39,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-53d50fb2-455c-4cfd-a80c-b3ffe3f869b7 Date: Tue, 04 Sep 2018 22:47:39 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:47:39,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-53d50fb2-455c-4cfd-a80c-b3ffe3f869b7 2018-09-04 22:47:39,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:39,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f388cb98-2a0c-45f6-aa4b-09e8de802c6f x-compute-request-id: req-f388cb98-2a0c-45f6-aa4b-09e8de802c6f Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:39,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-f388cb98-2a0c-45f6-aa4b-09e8de802c6f 2018-09-04 22:47:39,854 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - ACTIVE 2018-09-04 22:47:39,855 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:47:39,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:40,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a51b377d-236c-4413-b12c-7007e97a2617 x-compute-request-id: req-a51b377d-236c-4413-b12c-7007e97a2617 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:40,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-a51b377d-236c-4413-b12c-7007e97a2617 2018-09-04 22:47:40,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:40,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-96c58994-1e52-4166-b3b8-7336b26ecac5 Date: Tue, 04 Sep 2018 22:47:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:47:40,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-96c58994-1e52-4166-b3b8-7336b26ecac5 2018-09-04 22:47:40,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:40,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ebf115f-9735-49c9-b14f-831a11e319f5 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:47:40,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-6ebf115f-9735-49c9-b14f-831a11e319f5 2018-09-04 22:47:40,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:40,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-48aca548-a006-497f-89f2-3448b3c26eaf Date: Tue, 04 Sep 2018 22:47:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:47:40,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-48aca548-a006-497f-89f2-3448b3c26eaf 2018-09-04 22:47:40,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:40,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-232e7d3f-02d5-4f33-a843-09b1c8282775 Date: Tue, 04 Sep 2018 22:47:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.2"}],"id":"1ccd0fd1-ba9d-4876-9e63-86f6c63f6ffb","security_groups":[],"mac_address":"fa:16:3e:d5:69:6d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.4"}],"id":"5bd2956c-6219-4e90-862f-18e69dda20d5","security_groups":[],"mac_address":"fa:16:3e:53:7e:5d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:47:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.14"}],"id":"90c867d2-82ed-495c-8bfa-d37bc0b3fdf2","security_groups":["c24fcbfd-d705-493a-9acd-004e4f1091f7"],"mac_address":"fa:16:3e:99:df:cc","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:45Z","binding:vnic_type":"normal","device_id":"0980172b-371b-4548-b844-084c7bc5bdb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.1"}],"id":"b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed","security_groups":[],"mac_address":"fa:16:3e:9e:d2:e0","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:33Z","binding:vnic_type":"normal","device_id":"3a014521-c3ee-453f-a01c-d14b2b71f281"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.3"}],"id":"c9ca0120-126d-4b05-b0f8-83fe76afd3df","security_groups":[],"mac_address":"fa:16:3e:69:05:eb","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1204f553-82ea-4127-9b33-e4b4ccd76ca5"}]} 2018-09-04 22:47:40,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-232e7d3f-02d5-4f33-a843-09b1c8282775 2018-09-04 22:47:40,672 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-04 22:47:40,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:40,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-55a9b1a7-c7c4-49cc-b5c7-2b637dc9ef8d Date: Tue, 04 Sep 2018 22:47:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:47:40,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-55a9b1a7-c7c4-49cc-b5c7-2b637dc9ef8d 2018-09-04 22:47:40,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:40,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6b4e6850-4492-494f-be9d-7d448ba5e1b3 Date: Tue, 04 Sep 2018 22:47:40 GMT RESP BODY: {"subnets":[]} 2018-09-04 22:47:40,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=c155f81c-0598-42f6-af77-d29c8a273917 used request id req-6b4e6850-4492-494f-be9d-7d448ba5e1b3 2018-09-04 22:47:40,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "port_id": "90c867d2-82ed-495c-8bfa-d37bc0b3fdf2"}}' 2018-09-04 22:47:42,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-0ecf653f-d227-4752-9291-dfc19ae29fa2 Date: Tue, 04 Sep 2018 22:47:42 GMT RESP BODY: {"floatingip": {"router_id": "3a014521-c3ee-453f-a01c-d14b2b71f281", "status": "DOWN", "description": "", "tags": [], "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:47:41Z", "updated_at": "2018-09-04T22:47:41Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "10.55.1.14", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_id": "90c867d2-82ed-495c-8bfa-d37bc0b3fdf2", "id": "257e2025-95eb-4ec2-b4a8-09b1b99f17cc"}} 2018-09-04 22:47:42,746 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-0ecf653f-d227-4752-9291-dfc19ae29fa2 2018-09-04 22:47:42,747 - create_instance - INFO - Created floating IP 172.30.9.200 via router - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router 2018-09-04 22:47:42,747 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-09-04 22:47:42,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:43,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f354a066-50a2-4f7a-8437-554b77e8f1a2 x-compute-request-id: req-f354a066-50a2-4f7a-8437-554b77e8f1a2 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:43,244 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-f354a066-50a2-4f7a-8437-554b77e8f1a2 2018-09-04 22:47:43,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:47:44,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98fe5a8d-b6f2-4145-a50d-685aa8dcf05e x-compute-request-id: req-98fe5a8d-b6f2-4145-a50d-685aa8dcf05e Content-Encoding: gzip Content-Length: 10480 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008015] AppArmor: AppArmor initialized\n[ 0.008842] Yama: becoming mindful.\n[ 0.010037] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.013368] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014554] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016019] Initializing cgroup subsys memory\n[ 0.016868] Initializing cgroup subsys devices\n[ 0.017722] Initializing cgroup subsys freezer\n[ 0.018567] Initializing cgroup subsys blkio\n[ 0.019401] Initializing cgroup subsys perf_event\n[ 0.020003] Initializing cgroup subsys hugetlb\n[ 0.020909] FEATURE SPEC_CTRL Not Present\n[ 0.022377] mce: CPU supports 10 MCE banks\n[ 0.023202] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.023202] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024003] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.025132] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.026536] Speculative Store Bypass: Vulnerable\n[ 0.028328] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.033554] ACPI: Core revision 20131115\n[ 0.034752] ACPI: All ACPI Tables successfully acquired\n[ 0.035878] ftrace: allocating 28717 entries in 113 pages\n[ 0.056005] smpboot: Max logical packages: 2\n[ 0.056925] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.058086] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.059406] Enabling x2apic\n[ 0.060000] Enabled x2apic\n[ 0.060003] Switched APIC routing to physical x2apic.\n[ 0.061857] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.064001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.066036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.070819] KVM setup paravirtual spinlock\n[ 0.072713] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.074019] x86: Booting SMP configuration:\n[ 0.074898] .... node #0, CPUs: #1[ 0.072705] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.088016] x86: Booted up 1 node, 2 CPUs\n[ 0.088011] KVM setup async PF for cpu 1\n[ 0.088014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.090627] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.092052] devtmpfs: initialized\n[ 0.094975] EVM: security.selinux\n[ 0.095664] EVM: security.SMACK64\n[ 0.096005] EVM: security.ima\n[ 0.096631] EVM: security.capability\n[ 0.097364] pinctrl core: initialized pinctrl subsystem\n[ 0.097710] regulator-dummy: no parameters\n[ 0.098564] RTC time: 22:47:33, date: 09/04/18\n[ 0.100025] NET: Registered protocol family 16\n[ 0.100933] cpuidle: using governor ladder\n[ 0.101728] cpuidle: using governor menu\n[ 0.102545] ACPI: bus type PCI registered\n[ 0.103325] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.104077] PCI: Using configuration type 1 for base access\n[ 0.105539] bio: create slab at 0\n[ 0.105539] ACPI: Added _OSI(Module Device)\n[ 0.105539] ACPI: Added _OSI(Processor Device)\n[ 0.108003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.108884] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.111216] ACPI: Interpreter enabled\n[ 0.111958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.113167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.114962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.116516] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.118309] ACPI: (supports S0 S5)\n[ 0.119046] ACPI: Using IOAPIC for interrupt routing\n[ 0.119965] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.120191] ACPI: No dock devices found.\n[ 0.122555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.123670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.124006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.125205] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.127346] acpiphp: Slot [3] registered\n[ 0.128018] acpiphp: Slot [4] registered\n[ 0.128809] acpiphp: Slot [5] registered\n[ 0.129587] acpiphp: Slot [6] registered\n[ 0.130362] acpiphp: Slot [7] registered\n[ 0.131181] acpiphp: Slot [8] registered\n[ 0.132017] acpiphp: Slot [9] registered\n[ 0.132956] acpiphp: Slot [10] registered\n[ 0.133903] acpiphp: Slot [11] registered\n[ 0.134846] acpiphp: Slot [12] registered\n[ 0.135787] acpiphp: Slot [13] registered\n[ 0.136017] acpiphp: Slot [14] registered\n[ 0.136966] acpiphp: Slot [15] registered\n[ 0.137919] acpiphp: Slot [16] registered\n[ 0.138864] acpiphp: Slot [17] registered\n[ 0.139806] acpiphp: Slot [18] registered\n[ 0.140018] acpiphp: Slot [19] registered\n[ 0.140965] acpiphp: Slot [20] registered\n[ 0.141911] acpiphp: Slot [21] registered\n[ 0.142850] acpiphp: Slot [22] registered\n[ 0.143793] acpiphp: Slot [23] registered\n[ 0.144018] acpiphp: Slot [24] registered\n[ 0.144960] acpiphp: Slot [25] registered\n[ 0.145902] acpiphp: Slot [26] registered\n[ 0.146843] acpiphp: Slot [27] registered\n[ 0.147782] acpiphp: Slot [28] registered\n[ 0.148017] acpiphp: Slot [29] registered\n[ 0.148968] acpiphp: Slot [30] registered\n[ 0.149909] acpiphp: Slot [31] registered\n[ 0.150831] PCI host bridge to bus 0000:00\n[ 0.151752] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.152004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.153332] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.154663] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.156004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.168115] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.169824] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.209973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212311] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.213952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216693] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218148] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219464] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219464] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220003] vgaarb: loaded\n[ 0.220707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.222006] SCSI subsystem initialized\n[ 0.222932] ACPI: bus type USB registered\n[ 0.222932] usbcore: registered new interface driver usbfs\n[ 0.224009] usbcore: registered new interface driver hub\n[ 0.225202] usbcore: registered new device driver usb\n[ 0.225202] PCI: Using ACPI for IRQ routing\n[ 0.225202] NetLabel: Initializing\n[ 0.228003] NetLabel: domain hash size = 128\n[ 0.229004] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.231683] NetLabel: unlabeled traffic allowed by default\n[ 0.232051] Switched to clocksource kvm-clock\n[ 0.236834] AppArmor: AppArmor Filesystem Enabled\n[ 0.237940] pnp: PnP ACPI init\n[ 0.238713] ACPI: bus type PNP registered\n[ 0.240065] pnp: PnP ACPI: found 8 devices\n[ 0.241042] ACPI: bus type PNP unregistered\n[ 0.247866] NET: Registered protocol family 2\n[ 0.249023] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.250730] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.252198] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.253972] TCP: reno registered\n[ 0.254771] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.256090] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.257517] NET: Registered protocol family 1\n[ 0.258531] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.259834] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.261130] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.283031] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.305703] Trying to unpack rootfs image as initramfs...\n[ 0.386275] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.388181] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.389459] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.390850] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.392827] Scanning for low memory corruption every 60 seconds\n[ 0.394353] Initialise system trusted keyring\n[ 0.395400] audit: initializing netlink socket (disabled)\n[ 0.396619] type=2000 audit(1536101254.640:1): initialized\n[ 0.414232] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.416235] zbud: loaded\n[ 0.417091] VFS: Disk quotas dquot_6.5.2\n[ 0.418039] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.419660] fuse init (API version 7.22)\n[ 0.420633] msgmni has been set to 3997\n[ 0.421565] Key type big_key registered\n[ 0.422649] Key type asymmetric registered\n[ 0.423609] Asymmetric key parser 'x509' registered\n[ 0.424728] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.426456] io scheduler noop registered\n[ 0.427391] io scheduler deadline registered (default)\n[ 0.428558] io scheduler cfq registered\n[ 0.429512] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.430748] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.432209] ipmi message handler version 39.2\n[ 0.433253] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.434960] ACPI: Power Button [PWRF]\n[ 0.435916] GHES: HEST is not enabled!\n[ 0.457492] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.501115] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.503120] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.527221] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.529437] Linux agpgart interface v0.103\n[ 0.531005] brd: module loaded\n[ 0.532080] loop: module loaded\n[ 0.533079] blk-mq: CPU -> queue map\n[ 0.533923] CPU 0 -> Queue 0\n[ 0.534658] CPU 1 -> Queue 0\n[ 0.535766] vda: vda1\n[ 0.537201] scsi0 : ata_piix\n[ 0.537895] scsi1 : ata_piix\n[ 0.538543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.539747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.541122] libphy: Fixed MDIO Bus: probed\n[ 0.542004] tun: Universal TUN/TAP device driver, 1.6\n[ 0.542978] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.545124] PPP generic driver version 2.4.2\n[ 0.546007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.547260] ehci-pci: EHCI PCI platform driver\n[ 0.548132] ehci-platform: EHCI generic platform driver\n[ 0.549108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.550215] ohci-pci: OHCI PCI platform driver\n[ 0.551073] ohci-platform: OHCI generic platform driver\n[ 0.552060] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.574059] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.575077] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.576567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.577662] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.578855] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.580244] usb usb1: Product: UHCI Host Controller\n[ 0.581164] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.582298] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.583271] hub 1-0:1.0: USB hub found\n[ 0.584111] hub 1-0:1.0: 2 ports detected\n[ 0.584989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.587070] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.588021] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.589058] mousedev: PS/2 mouse device common for all mice\n[ 0.590291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.592513] rtc_cmos 00:00: RTC can wake from S4\n[ 0.593967] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.595666] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.597442] device-mapper: uevent: version 1.0.3\n[ 0.598774] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.601109] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.602785] TCP: cubic registered\n[ 0.603815] NET: Registered protocol family 10\n[ 0.605188] NET: Registered protocol family 17\n[ 0.606435] Key type dns_resolver registered\n[ 0.607721] Loading compiled-in X.509 certificates\n[ 0.609563] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.612136] registered taskstats version 1\n[ 0.614549] Key type trusted registered\n[ 0.617663] Key type encrypted registered\n[ 0.618810] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.620297] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.622108] regulator-dummy: disabling\n[ 0.623229] Magic number: 2:888:804\n[ 0.631162] rtc_cmos 00:00: setting system clock to 2018-09-04 22:47:34 UTC (1536101254)\n[ 0.633450] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.635061] EDD information not available.\n[ 0.696937] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.699151] Write protecting the kernel read-only data: 12288k\n[ 0.700977] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.704073] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.715531] systemd-udevd[107]: starting version 204\n[ 0.748576] FDC 0 is a S82078B\n[ 0.896040] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.060712] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.062503] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.064335] usb 1-1: Product: QEMU USB Tablet\n[ 1.065535] usb 1-1: Manufacturer: QEMU\n[ 1.066616] usb 1-1: SerialNumber: 42\n[ 1.388046] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.760918] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 1.993230] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.116458] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.199151] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Tue, 04 Sep 2018 22:47:36 +0000. Up 2.54 seconds.\ncloud-init-nonet[2.69]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.43]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Tue, 04 Sep 2018 22:47:37 +0000. Up 3.56 seconds.\nci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.14 | 255.255.255.0 | fa:16:3e:99:df:cc |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: | 2 | 169.254.169.254 | 10.55.1.3 | 255.255.255.255 | eth0 | UGH |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n13:5e:fc:da:e4:37:83:60:ad:30:f5:a3:83:a0:d5:93 root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| . |\n| . + |\n| o = + |\n| o E o * |\n| o . B O o |\n| . . = + + |\n| . . o |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nd7:ee:7f:34:fd:2f:89:af:bc:be:13:7c:f1:8d:c3:39 root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| S .... =o|\n| . .o E.=|\n| .+ =o|\n| oo o o|\n| .BBooo|\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n52:4e:89:2a:15:4e:46:77:7b:66:22:88:d6:b7:2d:10 root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .E . . |\n| * = o o |\n| o * + * + |\n| . . + B = |\n| . . + S |\n| . o |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n6c:b5:f9:1e:08:3b:14:7d:e7:15:32:eb:1b:89:a8:ee root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| . + .|\n| . o ... .|\n| . o.+oo.. |\n| S.o. +. |\n| o.o o o |\n| .o . o. |\n| . . . . |\n| .E . |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting early crypto disks... * Starting Handle applying cloud-config[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n[80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Tue, 04 Sep 2018 22:47:40 +0000. Up 6.33 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Tue, 04 Sep 2018 22:47:41 +0000. Up 7.19 seconds.\nci-info: +++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu++++++\nci-info: +---------+-------------------------------------------------+---------+---------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+---------+\nci-info: | ssh-rsa | 7e:95:47:42:95:64:13:9d:42:c5:69:a4:6d:20:ee:14 | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 d7:ee:7f:34:fd:2f:89:af:bc:be:13:7c:f1:8d:c3:39 root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i (DSA)\nec2: 256 52:4e:89:2a:15:4e:46:77:7b:66:22:88:d6:b7:2d:10 root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i (ECDSA)\nec2: 256 6c:b5:f9:1e:08:3b:14:7d:e7:15:32:eb:1b:89:a8:ee root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i (ED25519)\nec2: 2048 13:5e:fc:da:e4:37:83:60:ad:30:f5:a3:83:a0:d5:93 root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNt1P7CXZjV3a5vyKTacPKDzjU4lvx93Nqx4d+/GxDeCbY2wWP665nu0GHLPo7pKTaX34hNrriMV4tCyg2noOJg= root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOntW+gZ/Zl+BixWjn7eNwqSyukBtiyo1omV0yaIbGJP root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvL6LwEVQnOlIveqonCi0/Xgq59F8CMkdINZXE2ntIfHpiq+2Q4KLZHwJs/hYc1RR5EMBUMsloMKD9Z54l6WPk7PPH74NUag/eGPssDk62v6twr6MlY5IPwMlXCgPUEj16jLaqHj6Q/wbY+K2j+YEgulwQ5GxG3SCSEWWfVf7GFYjxs2LO0sdOoWPNCXX7wiMY+AiSdX96XYLQZIMdgcaGrzc0vSXwoOYrP7wvA7EjHNbEpiN8DqnfP3u8NdM9XoaotgSM4VM90neLvnEuZiEpOXwahFLxS63fUpkvFQ6tGH/zdQDFmJTUtOdZw4J/OwWDD+b8UGWOlGK/ygwpwWj/ root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Tue, 04 Sep 2018 22:47:41 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.27 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i ttyS0\n\nansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i login: "} 2018-09-04 22:47:44,355 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0/action used request id req-98fe5a8d-b6f2-4145-a50d-685aa8dcf05e 2018-09-04 22:47:44,357 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 22:47:44,357 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008015] AppArmor: AppArmor initialized [ 0.008842] Yama: becoming mindful. [ 0.010037] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013368] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014554] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016019] Initializing cgroup subsys memory [ 0.016868] Initializing cgroup subsys devices [ 0.017722] Initializing cgroup subsys freezer [ 0.018567] Initializing cgroup subsys blkio [ 0.019401] Initializing cgroup subsys perf_event [ 0.020003] Initializing cgroup subsys hugetlb [ 0.020909] FEATURE SPEC_CTRL Not Present [ 0.022377] mce: CPU supports 10 MCE banks [ 0.023202] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.023202] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024003] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.025132] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.026536] Speculative Store Bypass: Vulnerable [ 0.028328] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.033554] ACPI: Core revision 20131115 [ 0.034752] ACPI: All ACPI Tables successfully acquired [ 0.035878] ftrace: allocating 28717 entries in 113 pages [ 0.056005] smpboot: Max logical packages: 2 [ 0.056925] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.058086] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.059406] Enabling x2apic [ 0.060000] Enabled x2apic [ 0.060003] Switched APIC routing to physical x2apic. [ 0.061857] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.064001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.066036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.070819] KVM setup paravirtual spinlock [ 0.072713] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.074019] x86: Booting SMP configuration: [ 0.074898] .... node #0, CPUs: #1[ 0.072705] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.088016] x86: Booted up 1 node, 2 CPUs [ 0.088011] KVM setup async PF for cpu 1 [ 0.088014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.090627] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.092052] devtmpfs: initialized [ 0.094975] EVM: security.selinux [ 0.095664] EVM: security.SMACK64 [ 0.096005] EVM: security.ima [ 0.096631] EVM: security.capability [ 0.097364] pinctrl core: initialized pinctrl subsystem [ 0.097710] regulator-dummy: no parameters [ 0.098564] RTC time: 22:47:33, date: 09/04/18 [ 0.100025] NET: Registered protocol family 16 [ 0.100933] cpuidle: using governor ladder [ 0.101728] cpuidle: using governor menu [ 0.102545] ACPI: bus type PCI registered [ 0.103325] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.104077] PCI: Using configuration type 1 for base access [ 0.105539] bio: create slab at 0 [ 0.105539] ACPI: Added _OSI(Module Device) [ 0.105539] ACPI: Added _OSI(Processor Device) [ 0.108003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.108884] ACPI: Added _OSI(Processor Aggregator Device) [ 0.111216] ACPI: Interpreter enabled [ 0.111958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.113167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.114962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.116516] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.118309] ACPI: (supports S0 S5) [ 0.119046] ACPI: Using IOAPIC for interrupt routing [ 0.119965] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.120191] ACPI: No dock devices found. [ 0.122555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.123670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.124006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.125205] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.127346] acpiphp: Slot [3] registered [ 0.128018] acpiphp: Slot [4] registered [ 0.128809] acpiphp: Slot [5] registered [ 0.129587] acpiphp: Slot [6] registered [ 0.130362] acpiphp: Slot [7] registered [ 0.131181] acpiphp: Slot [8] registered [ 0.132017] acpiphp: Slot [9] registered [ 0.132956] acpiphp: Slot [10] registered [ 0.133903] acpiphp: Slot [11] registered [ 0.134846] acpiphp: Slot [12] registered [ 0.135787] acpiphp: Slot [13] registered [ 0.136017] acpiphp: Slot [14] registered [ 0.136966] acpiphp: Slot [15] registered [ 0.137919] acpiphp: Slot [16] registered [ 0.138864] acpiphp: Slot [17] registered [ 0.139806] acpiphp: Slot [18] registered [ 0.140018] acpiphp: Slot [19] registered [ 0.140965] acpiphp: Slot [20] registered [ 0.141911] acpiphp: Slot [21] registered [ 0.142850] acpiphp: Slot [22] registered [ 0.143793] acpiphp: Slot [23] registered [ 0.144018] acpiphp: Slot [24] registered [ 0.144960] acpiphp: Slot [25] registered [ 0.145902] acpiphp: Slot [26] registered [ 0.146843] acpiphp: Slot [27] registered [ 0.147782] acpiphp: Slot [28] registered [ 0.148017] acpiphp: Slot [29] registered [ 0.148968] acpiphp: Slot [30] registered [ 0.149909] acpiphp: Slot [31] registered [ 0.150831] PCI host bridge to bus 0000:00 [ 0.151752] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.152004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.153332] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.154663] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.156004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.168115] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.169824] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.209973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212311] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.213952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216693] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218148] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219464] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219464] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220003] vgaarb: loaded [ 0.220707] vgaarb: bridge control possible 0000:00:02.0 [ 0.222006] SCSI subsystem initialized [ 0.222932] ACPI: bus type USB registered [ 0.222932] usbcore: registered new interface driver usbfs [ 0.224009] usbcore: registered new interface driver hub [ 0.225202] usbcore: registered new device driver usb [ 0.225202] PCI: Using ACPI for IRQ routing [ 0.225202] NetLabel: Initializing [ 0.228003] NetLabel: domain hash size = 128 [ 0.229004] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.231683] NetLabel: unlabeled traffic allowed by default [ 0.232051] Switched to clocksource kvm-clock [ 0.236834] AppArmor: AppArmor Filesystem Enabled [ 0.237940] pnp: PnP ACPI init [ 0.238713] ACPI: bus type PNP registered [ 0.240065] pnp: PnP ACPI: found 8 devices [ 0.241042] ACPI: bus type PNP unregistered [ 0.247866] NET: Registered protocol family 2 [ 0.249023] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.250730] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.252198] TCP: Hash tables configured (established 16384 bind 16384) [ 0.253972] TCP: reno registered [ 0.254771] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.256090] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.257517] NET: Registered protocol family 1 [ 0.258531] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.259834] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.261130] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.283031] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.305703] Trying to unpack rootfs image as initramfs... [ 0.386275] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.388181] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.389459] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.390850] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.392827] Scanning for low memory corruption every 60 seconds [ 0.394353] Initialise system trusted keyring [ 0.395400] audit: initializing netlink socket (disabled) [ 0.396619] type=2000 audit(1536101254.640:1): initialized [ 0.414232] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.416235] zbud: loaded [ 0.417091] VFS: Disk quotas dquot_6.5.2 [ 0.418039] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.419660] fuse init (API version 7.22) [ 0.420633] msgmni has been set to 3997 [ 0.421565] Key type big_key registered [ 0.422649] Key type asymmetric registered [ 0.423609] Asymmetric key parser 'x509' registered [ 0.424728] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.426456] io scheduler noop registered [ 0.427391] io scheduler deadline registered (default) [ 0.428558] io scheduler cfq registered [ 0.429512] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.430748] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.432209] ipmi message handler version 39.2 [ 0.433253] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.434960] ACPI: Power Button [PWRF] [ 0.435916] GHES: HEST is not enabled! [ 0.457492] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.501115] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.503120] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.527221] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.529437] Linux agpgart interface v0.103 [ 0.531005] brd: module loaded [ 0.532080] loop: module loaded [ 0.533079] blk-mq: CPU -> queue map [ 0.533923] CPU 0 -> Queue 0 [ 0.534658] CPU 1 -> Queue 0 [ 0.535766] vda: vda1 [ 0.537201] scsi0 : ata_piix [ 0.537895] scsi1 : ata_piix [ 0.538543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.539747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.541122] libphy: Fixed MDIO Bus: probed [ 0.542004] tun: Universal TUN/TAP device driver, 1.6 [ 0.542978] tun: (C) 1999-2004 Max Krasnyansky [ 0.545124] PPP generic driver version 2.4.2 [ 0.546007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.547260] ehci-pci: EHCI PCI platform driver [ 0.548132] ehci-platform: EHCI generic platform driver [ 0.549108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.550215] ohci-pci: OHCI PCI platform driver [ 0.551073] ohci-platform: OHCI generic platform driver [ 0.552060] uhci_hcd: USB Universal Host Controller Interface driver [ 0.574059] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.575077] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.576567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.577662] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.578855] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.580244] usb usb1: Product: UHCI Host Controller [ 0.581164] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.582298] usb usb1: SerialNumber: 0000:00:01.2 [ 0.583271] hub 1-0:1.0: USB hub found [ 0.584111] hub 1-0:1.0: 2 ports detected [ 0.584989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.587070] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.588021] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.589058] mousedev: PS/2 mouse device common for all mice [ 0.590291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.592513] rtc_cmos 00:00: RTC can wake from S4 [ 0.593967] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.595666] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.597442] device-mapper: uevent: version 1.0.3 [ 0.598774] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.601109] ledtrig-cpu: registered to indicate activity on CPUs [ 0.602785] TCP: cubic registered [ 0.603815] NET: Registered protocol family 10 [ 0.605188] NET: Registered protocol family 17 [ 0.606435] Key type dns_resolver registered [ 0.607721] Loading compiled-in X.509 certificates [ 0.609563] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.612136] registered taskstats version 1 [ 0.614549] Key type trusted registered [ 0.617663] Key type encrypted registered [ 0.618810] AppArmor: AppArmor sha1 policy hashing enabled [ 0.620297] IMA: No TPM chip found, activating TPM-bypass! [ 0.622108] regulator-dummy: disabling [ 0.623229] Magic number: 2:888:804 [ 0.631162] rtc_cmos 00:00: setting system clock to 2018-09-04 22:47:34 UTC (1536101254) [ 0.633450] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.635061] EDD information not available. [ 0.696937] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.699151] Write protecting the kernel read-only data: 12288k [ 0.700977] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.704073] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.715531] systemd-udevd[107]: starting version 204 [ 0.748576] FDC 0 is a S82078B [ 0.896040] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.060712] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.062503] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.064335] usb 1-1: Product: QEMU USB Tablet [ 1.065535] usb 1-1: Manufacturer: QEMU [ 1.066616] usb 1-1: SerialNumber: 42 [ 1.388046] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 1.760918] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 1.993230] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.116458] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.199151] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Tue, 04 Sep 2018 22:47:36 +0000. Up 2.54 seconds. cloud-init-nonet[2.69]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[3.43]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Tue, 04 Sep 2018 22:47:37 +0000. Up 3.56 seconds. ci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++ ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.14 | 255.255.255.0 | fa:16:3e:99:df:cc | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: | 2 | 169.254.169.254 | 10.55.1.3 | 255.255.255.255 | eth0 | UGH | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 13:5e:fc:da:e4:37:83:60:ad:30:f5:a3:83:a0:d5:93 root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i The key's randomart image is: +--[ RSA 2048]----+ | | | . | | . + | | o = + | | o E o * | | o . B O o | | . . = + + | | . . o | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: d7:ee:7f:34:fd:2f:89:af:bc:be:13:7c:f1:8d:c3:39 root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | S .... =o| | . .o E.=| | .+ =o| | oo o o| | .BBooo| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 52:4e:89:2a:15:4e:46:77:7b:66:22:88:d6:b7:2d:10 root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i The key's randomart image is: +--[ECDSA 256]---+ | .E . . | | * = o o | | o * + * + | | . . + B = | | . . + S | | . o | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 6c:b5:f9:1e:08:3b:14:7d:e7:15:32:eb:1b:89:a8:ee root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i The key's randomart image is: +--[ED25519 256--+ | o . | | . + .| | . o ... .| | . o.+oo.. | | S.o. +. | | o.o o o | | .o . o. | | . . . . | | .E . | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting early crypto disks... * Starting Handle applying cloud-config[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Tue, 04 Sep 2018 22:47:40 +0000. Up 6.33 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Tue, 04 Sep 2018 22:47:41 +0000. Up 7.19 seconds. ci-info: +++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu++++++ ci-info: +---------+-------------------------------------------------+---------+---------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+---------+ ci-info: | ssh-rsa | 7e:95:47:42:95:64:13:9d:42:c5:69:a4:6d:20:ee:14 | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 d7:ee:7f:34:fd:2f:89:af:bc:be:13:7c:f1:8d:c3:39 root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i (DSA) ec2: 256 52:4e:89:2a:15:4e:46:77:7b:66:22:88:d6:b7:2d:10 root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i (ECDSA) ec2: 256 6c:b5:f9:1e:08:3b:14:7d:e7:15:32:eb:1b:89:a8:ee root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i (ED25519) ec2: 2048 13:5e:fc:da:e4:37:83:60:ad:30:f5:a3:83:a0:d5:93 root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNt1P7CXZjV3a5vyKTacPKDzjU4lvx93Nqx4d+/GxDeCbY2wWP665nu0GHLPo7pKTaX34hNrriMV4tCyg2noOJg= root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOntW+gZ/Zl+BixWjn7eNwqSyukBtiyo1omV0yaIbGJP root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvL6LwEVQnOlIveqonCi0/Xgq59F8CMkdINZXE2ntIfHpiq+2Q4KLZHwJs/hYc1RR5EMBUMsloMKD9Z54l6WPk7PPH74NUag/eGPssDk62v6twr6MlY5IPwMlXCgPUEj16jLaqHj6Q/wbY+K2j+YEgulwQ5GxG3SCSEWWfVf7GFYjxs2LO0sdOoWPNCXX7wiMY+AiSdX96XYLQZIMdgcaGrzc0vSXwoOYrP7wvA7EjHNbEpiN8DqnfP3u8NdM9XoaotgSM4VM90neLvnEuZiEpOXwahFLxS63fUpkvFQ6tGH/zdQDFmJTUtOdZw4J/OwWDD+b8UGWOlGK/ygwpwWj/ root@ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Tue, 04 Sep 2018 22:47:41 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.27 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i ttyS0 ansibleprovisioningtests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-i login: 2018-09-04 22:47:44,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:44,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b84552cc-22a5-4db1-a0f4-53330d7ca787 x-compute-request-id: req-b84552cc-22a5-4db1-a0f4-53330d7ca787 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:44,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-b84552cc-22a5-4db1-a0f4-53330d7ca787 2018-09-04 22:47:44,833 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - ACTIVE 2018-09-04 22:47:44,833 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:47:44,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:45,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cae583f-60c7-4652-b4d7-d6e9802c5841 x-compute-request-id: req-3cae583f-60c7-4652-b4d7-d6e9802c5841 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:45,467 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-3cae583f-60c7-4652-b4d7-d6e9802c5841 2018-09-04 22:47:45,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:45,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-578be9b8-1a48-43bc-9931-e8e7f337b28f Date: Tue, 04 Sep 2018 22:47:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:47:45,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-578be9b8-1a48-43bc-9931-e8e7f337b28f 2018-09-04 22:47:45,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:45,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d5d8240-4b82-45de-bc05-b9932e6b0b6a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:47:45,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-8d5d8240-4b82-45de-bc05-b9932e6b0b6a 2018-09-04 22:47:45,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:45,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f76f08a8-4612-4501-90b3-3350b1a70940 Date: Tue, 04 Sep 2018 22:47:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:47:45,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-f76f08a8-4612-4501-90b3-3350b1a70940 2018-09-04 22:47:45,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:45,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-ce8b0e9e-2801-4581-9eb4-a2cf52491bfb Date: Tue, 04 Sep 2018 22:47:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.2"}],"id":"1ccd0fd1-ba9d-4876-9e63-86f6c63f6ffb","security_groups":[],"mac_address":"fa:16:3e:d5:69:6d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.4"}],"id":"5bd2956c-6219-4e90-862f-18e69dda20d5","security_groups":[],"mac_address":"fa:16:3e:53:7e:5d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:47:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.14"}],"id":"90c867d2-82ed-495c-8bfa-d37bc0b3fdf2","security_groups":["c24fcbfd-d705-493a-9acd-004e4f1091f7"],"mac_address":"fa:16:3e:99:df:cc","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:45Z","binding:vnic_type":"normal","device_id":"0980172b-371b-4548-b844-084c7bc5bdb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.1"}],"id":"b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed","security_groups":[],"mac_address":"fa:16:3e:9e:d2:e0","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:33Z","binding:vnic_type":"normal","device_id":"3a014521-c3ee-453f-a01c-d14b2b71f281"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.3"}],"id":"c9ca0120-126d-4b05-b0f8-83fe76afd3df","security_groups":[],"mac_address":"fa:16:3e:69:05:eb","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1204f553-82ea-4127-9b33-e4b4ccd76ca5"}]} 2018-09-04 22:47:45,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-ce8b0e9e-2801-4581-9eb4-a2cf52491bfb 2018-09-04 22:47:45,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:46,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cce877df-2a29-420a-ad7f-7474769514c7 x-compute-request-id: req-cce877df-2a29-420a-ad7f-7474769514c7 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:46,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-cce877df-2a29-420a-ad7f-7474769514c7 2018-09-04 22:47:46,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:46,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-1657977b-e59c-444b-a185-25a11059b4ea Date: Tue, 04 Sep 2018 22:47:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:47:46,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-1657977b-e59c-444b-a185-25a11059b4ea 2018-09-04 22:47:46,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:46,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a913e73-1d90-4f9b-af9f-ebeee8a48205 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:47:46,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-0a913e73-1d90-4f9b-af9f-ebeee8a48205 2018-09-04 22:47:46,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:46,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1a28e0f6-bb30-4748-a1cb-a5f7502123b1 Date: Tue, 04 Sep 2018 22:47:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:47:46,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-1a28e0f6-bb30-4748-a1cb-a5f7502123b1 2018-09-04 22:47:46,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:46,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-e68e5bef-42aa-486b-abae-5a91fb735933 Date: Tue, 04 Sep 2018 22:47:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.2"}],"id":"1ccd0fd1-ba9d-4876-9e63-86f6c63f6ffb","security_groups":[],"mac_address":"fa:16:3e:d5:69:6d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.4"}],"id":"5bd2956c-6219-4e90-862f-18e69dda20d5","security_groups":[],"mac_address":"fa:16:3e:53:7e:5d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:47:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.14"}],"id":"90c867d2-82ed-495c-8bfa-d37bc0b3fdf2","security_groups":["c24fcbfd-d705-493a-9acd-004e4f1091f7"],"mac_address":"fa:16:3e:99:df:cc","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:45Z","binding:vnic_type":"normal","device_id":"0980172b-371b-4548-b844-084c7bc5bdb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.1"}],"id":"b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed","security_groups":[],"mac_address":"fa:16:3e:9e:d2:e0","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:33Z","binding:vnic_type":"normal","device_id":"3a014521-c3ee-453f-a01c-d14b2b71f281"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.3"}],"id":"c9ca0120-126d-4b05-b0f8-83fe76afd3df","security_groups":[],"mac_address":"fa:16:3e:69:05:eb","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1204f553-82ea-4127-9b33-e4b4ccd76ca5"}]} 2018-09-04 22:47:46,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-e68e5bef-42aa-486b-abae-5a91fb735933 2018-09-04 22:47:46,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}}' 2018-09-04 22:47:47,862 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:47:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4228e86-e689-4567-9a0a-3969585ea662 x-compute-request-id: req-c4228e86-e689-4567-9a0a-3969585ea662 Content-Length: 0 Content-Type: application/json 2018-09-04 22:47:47,863 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0/action used request id req-c4228e86-e689-4567-9a0a-3969585ea662 2018-09-04 22:47:47,863 - create_instance - INFO - Checking if VM is active 2018-09-04 22:47:47,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:48,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73ef9d4b-b949-4a96-839c-3c088c8af3e5 x-compute-request-id: req-73ef9d4b-b949-4a96-839c-3c088c8af3e5 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:48,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-73ef9d4b-b949-4a96-839c-3c088c8af3e5 2018-09-04 22:47:48,186 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - ACTIVE 2018-09-04 22:47:48,186 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:47:48,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:48,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-817d3709-b473-4270-8404-3ef589ce3177 x-compute-request-id: req-817d3709-b473-4270-8404-3ef589ce3177 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:48,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-817d3709-b473-4270-8404-3ef589ce3177 2018-09-04 22:47:48,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:48,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-8c215f7c-6ccf-4340-853b-b92dcf9fed96 Date: Tue, 04 Sep 2018 22:47:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:47:48,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-8c215f7c-6ccf-4340-853b-b92dcf9fed96 2018-09-04 22:47:48,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:48,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f08150-0cfa-4eb0-a322-5675c9c1a354 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:47:48,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-d7f08150-0cfa-4eb0-a322-5675c9c1a354 2018-09-04 22:47:48,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:48,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2cb0ad7b-57dc-426d-b58b-039d35aa1617 Date: Tue, 04 Sep 2018 22:47:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:47:48,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-2cb0ad7b-57dc-426d-b58b-039d35aa1617 2018-09-04 22:47:48,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:48,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-7b2fb7b5-275e-4c51-a58c-4c7d2d2fc8a4 Date: Tue, 04 Sep 2018 22:47:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.2"}],"id":"1ccd0fd1-ba9d-4876-9e63-86f6c63f6ffb","security_groups":[],"mac_address":"fa:16:3e:d5:69:6d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.4"}],"id":"5bd2956c-6219-4e90-862f-18e69dda20d5","security_groups":[],"mac_address":"fa:16:3e:53:7e:5d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:47:47Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.14"}],"id":"90c867d2-82ed-495c-8bfa-d37bc0b3fdf2","security_groups":["c24fcbfd-d705-493a-9acd-004e4f1091f7","f95e01a0-b616-47b2-9039-27c86c0230f4"],"mac_address":"fa:16:3e:99:df:cc","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:45Z","binding:vnic_type":"normal","device_id":"0980172b-371b-4548-b844-084c7bc5bdb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.1"}],"id":"b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed","security_groups":[],"mac_address":"fa:16:3e:9e:d2:e0","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:33Z","binding:vnic_type":"normal","device_id":"3a014521-c3ee-453f-a01c-d14b2b71f281"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.3"}],"id":"c9ca0120-126d-4b05-b0f8-83fe76afd3df","security_groups":[],"mac_address":"fa:16:3e:69:05:eb","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1204f553-82ea-4127-9b33-e4b4ccd76ca5"}]} 2018-09-04 22:47:48,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-7b2fb7b5-275e-4c51-a58c-4c7d2d2fc8a4 2018-09-04 22:47:48,865 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:47:49,870 - paramiko.transport - DEBUG - starting thread (client mode): 0x26ebfb10L 2018-09-04 22:47:49,870 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:47:49,875 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-09-04 22:47:49,875 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-09-04 22:47:49,876 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:47:49,876 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:47:49,877 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 22:47:49,877 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:47:49,877 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:47:49,877 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:47:49,917 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:47:49,917 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:47:49,934 - paramiko.transport - DEBUG - Trying key 7e9547429564139d42c569a46d20ee14 from tmp/AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4 2018-09-04 22:47:49,957 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:47:49,981 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:47:50,081 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:47:50,113 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:47:50,113 - create_instance - INFO - Checking if cloud-init has completed 2018-09-04 22:47:50,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:50,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d76b97d-ad1e-443a-8647-66a1a65cd85e x-compute-request-id: req-8d76b97d-ad1e-443a-8647-66a1a65cd85e Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:50,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-8d76b97d-ad1e-443a-8647-66a1a65cd85e 2018-09-04 22:47:50,643 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - ACTIVE 2018-09-04 22:47:50,644 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:47:50,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:51,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc989af6-7962-4b1d-8de3-3b6aaf10e6ee x-compute-request-id: req-dc989af6-7962-4b1d-8de3-3b6aaf10e6ee Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:51,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-dc989af6-7962-4b1d-8de3-3b6aaf10e6ee 2018-09-04 22:47:51,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:51,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-fc06ea58-05b0-4bd7-8ced-df3db04fe039 Date: Tue, 04 Sep 2018 22:47:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:47:51,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-fc06ea58-05b0-4bd7-8ced-df3db04fe039 2018-09-04 22:47:51,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:51,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f1b871-ad33-4285-98f1-d3eb10c13b5b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:47:51,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-d7f1b871-ad33-4285-98f1-d3eb10c13b5b 2018-09-04 22:47:51,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:51,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-38b42c80-86e5-43be-b43f-3d51fc8ee220 Date: Tue, 04 Sep 2018 22:47:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:47:51,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-38b42c80-86e5-43be-b43f-3d51fc8ee220 2018-09-04 22:47:51,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:51,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-b10f4091-8272-4b3e-9c83-3152f8391ada Date: Tue, 04 Sep 2018 22:47:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.2"}],"id":"1ccd0fd1-ba9d-4876-9e63-86f6c63f6ffb","security_groups":[],"mac_address":"fa:16:3e:d5:69:6d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.4"}],"id":"5bd2956c-6219-4e90-862f-18e69dda20d5","security_groups":[],"mac_address":"fa:16:3e:53:7e:5d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:47:47Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.14"}],"id":"90c867d2-82ed-495c-8bfa-d37bc0b3fdf2","security_groups":["c24fcbfd-d705-493a-9acd-004e4f1091f7","f95e01a0-b616-47b2-9039-27c86c0230f4"],"mac_address":"fa:16:3e:99:df:cc","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:45Z","binding:vnic_type":"normal","device_id":"0980172b-371b-4548-b844-084c7bc5bdb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.1"}],"id":"b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed","security_groups":[],"mac_address":"fa:16:3e:9e:d2:e0","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:33Z","binding:vnic_type":"normal","device_id":"3a014521-c3ee-453f-a01c-d14b2b71f281"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.3"}],"id":"c9ca0120-126d-4b05-b0f8-83fe76afd3df","security_groups":[],"mac_address":"fa:16:3e:69:05:eb","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1204f553-82ea-4127-9b33-e4b4ccd76ca5"}]} 2018-09-04 22:47:51,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-b10f4091-8272-4b3e-9c83-3152f8391ada 2018-09-04 22:47:51,517 - create_instance - INFO - Checking if VM is active 2018-09-04 22:47:51,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:51,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eef6e7a1-29e5-4f23-aee3-0cbba9817bb7 x-compute-request-id: req-eef6e7a1-29e5-4f23-aee3-0cbba9817bb7 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:51,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-eef6e7a1-29e5-4f23-aee3-0cbba9817bb7 2018-09-04 22:47:51,994 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - ACTIVE 2018-09-04 22:47:51,994 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:47:51,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:52,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b63ded62-8898-4437-9834-e8fb289fac4e x-compute-request-id: req-b63ded62-8898-4437-9834-e8fb289fac4e Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:52,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-b63ded62-8898-4437-9834-e8fb289fac4e 2018-09-04 22:47:52,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:52,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-51b72aeb-7d7d-40a5-bebd-dcff13f9cb90 Date: Tue, 04 Sep 2018 22:47:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:47:52,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-51b72aeb-7d7d-40a5-bebd-dcff13f9cb90 2018-09-04 22:47:52,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:52,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46abcb9b-d5ce-4c7a-8686-b9f3650c38b3 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:47:52,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-46abcb9b-d5ce-4c7a-8686-b9f3650c38b3 2018-09-04 22:47:52,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:52,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-45c30a4e-bbd5-41e9-94bc-46ff848ad630 Date: Tue, 04 Sep 2018 22:47:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:47:52,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-45c30a4e-bbd5-41e9-94bc-46ff848ad630 2018-09-04 22:47:52,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:52,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-238055e5-c5cb-4720-88ba-467523047baa Date: Tue, 04 Sep 2018 22:47:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.2"}],"id":"1ccd0fd1-ba9d-4876-9e63-86f6c63f6ffb","security_groups":[],"mac_address":"fa:16:3e:d5:69:6d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.4"}],"id":"5bd2956c-6219-4e90-862f-18e69dda20d5","security_groups":[],"mac_address":"fa:16:3e:53:7e:5d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:47:47Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.14"}],"id":"90c867d2-82ed-495c-8bfa-d37bc0b3fdf2","security_groups":["c24fcbfd-d705-493a-9acd-004e4f1091f7","f95e01a0-b616-47b2-9039-27c86c0230f4"],"mac_address":"fa:16:3e:99:df:cc","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:45Z","binding:vnic_type":"normal","device_id":"0980172b-371b-4548-b844-084c7bc5bdb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.1"}],"id":"b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed","security_groups":[],"mac_address":"fa:16:3e:9e:d2:e0","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:33Z","binding:vnic_type":"normal","device_id":"3a014521-c3ee-453f-a01c-d14b2b71f281"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.3"}],"id":"c9ca0120-126d-4b05-b0f8-83fe76afd3df","security_groups":[],"mac_address":"fa:16:3e:69:05:eb","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1204f553-82ea-4127-9b33-e4b4ccd76ca5"}]} 2018-09-04 22:47:52,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-238055e5-c5cb-4720-88ba-467523047baa 2018-09-04 22:47:52,814 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:47:52,816 - paramiko.transport - DEBUG - starting thread (client mode): 0x26ebff50L 2018-09-04 22:47:52,816 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:47:52,819 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-09-04 22:47:52,819 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-09-04 22:47:52,821 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:47:52,821 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:47:52,821 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 22:47:52,821 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:47:52,821 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:47:52,821 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:47:52,864 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:47:52,865 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:47:52,881 - paramiko.transport - DEBUG - Trying key 7e9547429564139d42c569a46d20ee14 from tmp/AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4 2018-09-04 22:47:52,905 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:47:52,912 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:47:53,012 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:47:53,027 - create_instance - INFO - SSH is active for VM instance 2018-09-04 22:47:53,027 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:47:53,028 - paramiko.transport - DEBUG - starting thread (client mode): 0x26ebfb10L 2018-09-04 22:47:53,029 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:47:53,032 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-09-04 22:47:53,032 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-09-04 22:47:53,033 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:47:53,033 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:47:53,034 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 22:47:53,034 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:47:53,035 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:47:53,035 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:47:53,076 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:47:53,077 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:47:53,093 - paramiko.transport - DEBUG - Trying key 7e9547429564139d42c569a46d20ee14 from tmp/AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4 2018-09-04 22:47:53,117 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:47:53,124 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:47:53,125 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:47:53,291 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 22:47:53,291 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:47:53,327 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:47:53,337 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 22:47:53,337 - create_instance - INFO - cloud-init complete for VM instance 2018-09-04 22:47:53,339 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 22:47:53,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:54,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c7f455b-f1cc-4be8-8bb6-4d2af52c99a4 x-compute-request-id: req-8c7f455b-f1cc-4be8-8bb6-4d2af52c99a4 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:54,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-8c7f455b-f1cc-4be8-8bb6-4d2af52c99a4 2018-09-04 22:47:54,186 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - ACTIVE 2018-09-04 22:47:54,186 - create_instance - INFO - VM is - ACTIVE 2018-09-04 22:47:54,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:54,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f75b9cff-f487-4fb8-86c5-e92d11102ee0 x-compute-request-id: req-f75b9cff-f487-4fb8-86c5-e92d11102ee0 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:54,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-f75b9cff-f487-4fb8-86c5-e92d11102ee0 2018-09-04 22:47:54,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:54,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-bac430e8-5107-4dde-a6ca-7ca5577c3046 Date: Tue, 04 Sep 2018 22:47:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:47:54,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-bac430e8-5107-4dde-a6ca-7ca5577c3046 2018-09-04 22:47:54,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:54,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abf0a78c-b751-49d1-81a5-672d9d47a18d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:47:54,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-abf0a78c-b751-49d1-81a5-672d9d47a18d 2018-09-04 22:47:54,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:54,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8a030801-1e61-48c9-a40f-4dfd5ee73c13 Date: Tue, 04 Sep 2018 22:47:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:47:54,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-8a030801-1e61-48c9-a40f-4dfd5ee73c13 2018-09-04 22:47:54,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:54,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-2758e241-fe28-44f5-80ba-c40df2a97949 Date: Tue, 04 Sep 2018 22:47:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.2"}],"id":"1ccd0fd1-ba9d-4876-9e63-86f6c63f6ffb","security_groups":[],"mac_address":"fa:16:3e:d5:69:6d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.4"}],"id":"5bd2956c-6219-4e90-862f-18e69dda20d5","security_groups":[],"mac_address":"fa:16:3e:53:7e:5d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:47:47Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.14"}],"id":"90c867d2-82ed-495c-8bfa-d37bc0b3fdf2","security_groups":["c24fcbfd-d705-493a-9acd-004e4f1091f7","f95e01a0-b616-47b2-9039-27c86c0230f4"],"mac_address":"fa:16:3e:99:df:cc","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:45Z","binding:vnic_type":"normal","device_id":"0980172b-371b-4548-b844-084c7bc5bdb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.1"}],"id":"b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed","security_groups":[],"mac_address":"fa:16:3e:9e:d2:e0","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:33Z","binding:vnic_type":"normal","device_id":"3a014521-c3ee-453f-a01c-d14b2b71f281"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.3"}],"id":"c9ca0120-126d-4b05-b0f8-83fe76afd3df","security_groups":[],"mac_address":"fa:16:3e:69:05:eb","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1204f553-82ea-4127-9b33-e4b4ccd76ca5"}]} 2018-09-04 22:47:54,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-2758e241-fe28-44f5-80ba-c40df2a97949 2018-09-04 22:47:54,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:55,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3070b886-b2d5-4c18-88c9-220faab33b26 x-compute-request-id: req-3070b886-b2d5-4c18-88c9-220faab33b26 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:55,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-3070b886-b2d5-4c18-88c9-220faab33b26 2018-09-04 22:47:55,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:55,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-0c5e5f4c-37c8-4e4b-9931-903166c12ba6 Date: Tue, 04 Sep 2018 22:47:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad5d92da-5799-4615-b78b-968e464e0d34"],"updated_at":"2018-09-04T22:45:25Z","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net"}]} 2018-09-04 22:47:55,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net used request id req-0c5e5f4c-37c8-4e4b-9931-903166c12ba6 2018-09-04 22:47:55,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:55,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dc40b82-d832-4504-ae43-c966f23b4686 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:47:55,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-4dc40b82-d832-4504-ae43-c966f23b4686 2018-09-04 22:47:55,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:55,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d92e104c-f58e-40cc-b7b3-dabbbea8ff6b Date: Tue, 04 Sep 2018 22:47:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","dns_nameservers":[],"updated_at":"2018-09-04T22:45:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"38bd4fc502c641ba818bdbe60f4f5361","id":"ad5d92da-5799-4615-b78b-968e464e0d34","subnetpool_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet"}]} 2018-09-04 22:47:55,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-d92e104c-f58e-40cc-b7b3-dabbbea8ff6b 2018-09-04 22:47:55,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:55,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-6ac828d7-f868-4fb5-967f-2e7db7e26a1e Date: Tue, 04 Sep 2018 22:47:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.2"}],"id":"1ccd0fd1-ba9d-4876-9e63-86f6c63f6ffb","security_groups":[],"mac_address":"fa:16:3e:d5:69:6d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.4"}],"id":"5bd2956c-6219-4e90-862f-18e69dda20d5","security_groups":[],"mac_address":"fa:16:3e:53:7e:5d","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1204f553-82ea-4127-9b33-e4b4ccd76ca5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:47:47Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.14"}],"id":"90c867d2-82ed-495c-8bfa-d37bc0b3fdf2","security_groups":["c24fcbfd-d705-493a-9acd-004e4f1091f7","f95e01a0-b616-47b2-9039-27c86c0230f4"],"mac_address":"fa:16:3e:99:df:cc","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:45Z","binding:vnic_type":"normal","device_id":"0980172b-371b-4548-b844-084c7bc5bdb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.1"}],"id":"b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed","security_groups":[],"mac_address":"fa:16:3e:9e:d2:e0","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:33Z","binding:vnic_type":"normal","device_id":"3a014521-c3ee-453f-a01c-d14b2b71f281"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:45:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ad5d92da-5799-4615-b78b-968e464e0d34","ip_address":"10.55.1.3"}],"id":"c9ca0120-126d-4b05-b0f8-83fe76afd3df","security_groups":[],"mac_address":"fa:16:3e:69:05:eb","project_id":"38bd4fc502c641ba818bdbe60f4f5361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1204f553-82ea-4127-9b33-e4b4ccd76ca5","tenant_id":"38bd4fc502c641ba818bdbe60f4f5361","created_at":"2018-09-04T22:45:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1204f553-82ea-4127-9b33-e4b4ccd76ca5"}]} 2018-09-04 22:47:55,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-6ac828d7-f868-4fb5-967f-2e7db7e26a1e 2018-09-04 22:47:55,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}}' 2018-09-04 22:47:55,976 - novaclient.v2.client - DEBUG - RESP: [400] Date: Tue, 04 Sep 2018 22:47:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-624ce419-8759-46bf-9b73-f56018537829 x-compute-request-id: req-624ce419-8759-46bf-9b73-f56018537829 Content-Length: 237 Content-Type: application/json; charset=UTF-8 RESP BODY: {"badRequest": {"message": "Invalid input for security_groups. Reason: Duplicate items in the list: 'f95e01a0-b616-47b2-9039-27c86c0230f4'.\nNeutron server returns request_ids: ['req-a72dcac5-4c2f-4747-9675-ab6a98493724']", "code": 400}} 2018-09-04 22:47:55,976 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0/action used request id req-624ce419-8759-46bf-9b73-f56018537829 2018-09-04 22:47:55,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:56,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4d77170-4da8-46ef-b837-77753585e8da x-compute-request-id: req-f4d77170-4da8-46ef-b837-77753585e8da Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:df:cc", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp"}], "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:34Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:56,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-f4d77170-4da8-46ef-b837-77753585e8da 2018-09-04 22:47:56,304 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp] already added to VM [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] 2018-09-04 22:47:56,308 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-09-04 22:47:56,309 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-09-04 22:47:57,522 - ansible_utils - DEBUG - Retrieving SSH client 2018-09-04 22:47:57,524 - paramiko.transport - DEBUG - starting thread (client mode): 0x26eedcd0L 2018-09-04 22:47:57,525 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:47:57,527 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-09-04 22:47:57,528 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-09-04 22:47:57,529 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:47:57,529 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:47:57,530 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 22:47:57,530 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:47:57,530 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:47:57,530 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:47:57,573 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:47:57,573 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:47:57,589 - paramiko.transport - DEBUG - Trying key 7e9547429564139d42c569a46d20ee14 from tmp/AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4 2018-09-04 22:47:57,613 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:47:57,620 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:47:57,622 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:47:57,787 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 22:47:57,787 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:47:57,824 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:47:57,840 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 22:47:57,840 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 22:47:57,941 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:47:57,955 - create_instance - INFO - Deleting Floating IP - 172.30.9.200 2018-09-04 22:47:57,955 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.200 2018-09-04 22:47:57,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/floatingips/257e2025-95eb-4ec2-b4a8-09b1b99f17cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:59,028 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56e49f95-276e-47ce-98bb-b20d4f87ec33 Content-Length: 0 Date: Tue, 04 Sep 2018 22:47:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:47:59,028 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/257e2025-95eb-4ec2-b4a8-09b1b99f17cc used request id req-56e49f95-276e-47ce-98bb-b20d4f87ec33 2018-09-04 22:47:59,029 - create_instance - INFO - Deleting Port with ID - 90c867d2-82ed-495c-8bfa-d37bc0b3fdf2 2018-09-04 22:47:59,029 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-port-1 2018-09-04 22:47:59,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/90c867d2-82ed-495c-8bfa-d37bc0b3fdf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:59,472 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-381d7f5c-81d6-47a0-9003-52f1c6a8bdb8 Date: Tue, 04 Sep 2018 22:47:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:47:59,472 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/90c867d2-82ed-495c-8bfa-d37bc0b3fdf2 used request id req-381d7f5c-81d6-47a0-9003-52f1c6a8bdb8 2018-09-04 22:47:59,472 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst 2018-09-04 22:47:59,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:59,656 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:47:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8894d949-267e-4145-bb79-f6a08d711a39 x-compute-request-id: req-8894d949-267e-4145-bb79-f6a08d711a39 Content-Type: application/json 2018-09-04 22:47:59,657 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-8894d949-267e-4145-bb79-f6a08d711a39 2018-09-04 22:47:59,657 - create_instance - INFO - Checking deletion status 2018-09-04 22:47:59,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:47:59,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:47:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6779338f-f573-4458-a610-ad829c2e976c x-compute-request-id: req-6779338f-f573-4458-a610-ad829c2e976c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0980172b-371b-4548-b844-084c7bc5bdb0", "rel": "bookmark"}], "image": {"id": "aaad2d89-9b43-4bbf-a004-32192860ce13", "links": [{"href": "http://172.30.9.26:8774/images/aaad2d89-9b43-4bbf-a004-32192860ce13", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:47:33.000000", "flavor": {"id": "7ea8a462-aefc-458a-8142-25dbfc93f391", "links": [{"href": "http://172.30.9.26:8774/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391", "rel": "bookmark"}]}, "id": "0980172b-371b-4548-b844-084c7bc5bdb0", "user_id": "d71182283aae4b4ba9d22822e3aa51b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:47:59Z", "hostId": "55d4364300614387c90aea7146c0658003c8d47be0038d4e76730a3e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp", "name": "AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst", "created": "2018-09-04T22:45:49Z", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 22:47:59,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-6779338f-f573-4458-a610-ad829c2e976c 2018-09-04 22:47:59,907 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst] is - ACTIVE 2018-09-04 22:47:59,907 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 22:48:02,910 - create_instance - DEBUG - VM status query timeout in 296.746775866 2018-09-04 22:48:02,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10550ceed12668d6cae5453802557845d30768c7" 2018-09-04 22:48:02,959 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:48:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-366c1090-fd76-4694-85f8-a26a6b1883db x-compute-request-id: req-366c1090-fd76-4694-85f8-a26a6b1883db Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0980172b-371b-4548-b844-084c7bc5bdb0 could not be found.", "code": 404}} 2018-09-04 22:48:02,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0980172b-371b-4548-b844-084c7bc5bdb0 used request id req-366c1090-fd76-4694-85f8-a26a6b1883db 2018-09-04 22:48:02,960 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0980172b-371b-4548-b844-084c7bc5bdb0 could not be found. (HTTP 404) (Request-ID: req-366c1090-fd76-4694-85f8-a26a6b1883db) 2018-09-04 22:48:02,960 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-inst 2018-09-04 22:48:02,961 - neutron_utils - INFO - Deleting security group rule with ID - f047f4a9-d84b-47fb-b248-b9ae15ef7cd7 2018-09-04 22:48:02,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/f047f4a9-d84b-47fb-b248-b9ae15ef7cd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:48:03,237 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2386c0d9-8538-41d3-b9bd-1e7f08bcef3f Content-Length: 0 Date: Tue, 04 Sep 2018 22:48:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:48:03,237 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/f047f4a9-d84b-47fb-b248-b9ae15ef7cd7 used request id req-2386c0d9-8538-41d3-b9bd-1e7f08bcef3f 2018-09-04 22:48:03,237 - neutron_utils - INFO - Deleting security group rule with ID - 50237cfb-675c-442b-9ebd-bd5fb661ed20 2018-09-04 22:48:03,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/50237cfb-675c-442b-9ebd-bd5fb661ed20 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:48:03,634 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-abc60b8c-c117-4be5-aa08-5a9123f684ae Content-Length: 0 Date: Tue, 04 Sep 2018 22:48:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:48:03,634 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/50237cfb-675c-442b-9ebd-bd5fb661ed20 used request id req-abc60b8c-c117-4be5-aa08-5a9123f684ae 2018-09-04 22:48:03,635 - neutron_utils - INFO - Deleting security group rule with ID - d12902a9-942e-48f1-b873-570825b77fa0 2018-09-04 22:48:03,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/d12902a9-942e-48f1-b873-570825b77fa0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:48:03,747 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf368477-316f-4ff5-84be-38b541540b00 Content-Length: 0 Date: Tue, 04 Sep 2018 22:48:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:48:03,748 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/d12902a9-942e-48f1-b873-570825b77fa0 used request id req-bf368477-316f-4ff5-84be-38b541540b00 2018-09-04 22:48:03,748 - neutron_utils - INFO - Deleting security group rule with ID - fdebbe84-0711-4e53-8228-aaf4062423f0 2018-09-04 22:48:03,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/fdebbe84-0711-4e53-8228-aaf4062423f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:48:03,857 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b0c7b33a-e3ed-4c88-8e62-ea5e84b148c9 Content-Length: 0 Date: Tue, 04 Sep 2018 22:48:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:48:03,857 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/fdebbe84-0711-4e53-8228-aaf4062423f0 used request id req-b0c7b33a-e3ed-4c88-8e62-ea5e84b148c9 2018-09-04 22:48:03,858 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-sec-grp 2018-09-04 22:48:03,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/f95e01a0-b616-47b2-9039-27c86c0230f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501b909e2929acb9cbd97a9bfb7f9db8e5eb6bee" 2018-09-04 22:48:04,224 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3c7b0e72-c6df-491e-b92e-28ba73ce6c77 Content-Length: 0 Date: Tue, 04 Sep 2018 22:48:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:48:04,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/f95e01a0-b616-47b2-9039-27c86c0230f4 used request id req-3c7b0e72-c6df-491e-b92e-28ba73ce6c77 2018-09-04 22:48:04,225 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp 2018-09-04 22:48:04,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b956946ae2ceac860b014bf088ad6a5c0c58c5c" 2018-09-04 22:48:04,289 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:48:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb1b1fa1-3ef0-4193-a1cd-569f9f445225 x-compute-request-id: req-cb1b1fa1-3ef0-4193-a1cd-569f9f445225 Content-Length: 0 Content-Type: application/json 2018-09-04 22:48:04,289 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-kp used request id req-cb1b1fa1-3ef0-4193-a1cd-569f9f445225 2018-09-04 22:48:04,289 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4.pub] 2018-09-04 22:48:04,290 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4] 2018-09-04 22:48:04,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36f819d58862728f20290420889cae19e811148" 2018-09-04 22:48:04,328 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:48:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb021064-82e9-4c27-bcba-505acd6d2399 x-compute-request-id: req-cb021064-82e9-4c27-bcba-505acd6d2399 Content-Length: 0 Content-Type: application/json 2018-09-04 22:48:04,328 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/7ea8a462-aefc-458a-8142-25dbfc93f391 used request id req-cb021064-82e9-4c27-bcba-505acd6d2399 2018-09-04 22:48:04,329 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router and subnet AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet 2018-09-04 22:48:04,329 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router 2018-09-04 22:48:04,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/3a014521-c3ee-453f-a01c-d14b2b71f281/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" -d '{"subnet_id": "ad5d92da-5799-4615-b78b-968e464e0d34"}' 2018-09-04 22:48:05,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5678e3f8-92e5-45ff-b4ce-2eaab189b6e1 Date: Tue, 04 Sep 2018 22:48:05 GMT RESP BODY: {"network_id": "1204f553-82ea-4127-9b33-e4b4ccd76ca5", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "subnet_id": "ad5d92da-5799-4615-b78b-968e464e0d34", "subnet_ids": ["ad5d92da-5799-4615-b78b-968e464e0d34"], "port_id": "b99d3c5c-d134-45d9-a4f2-f64e35b2d9ed", "id": "3a014521-c3ee-453f-a01c-d14b2b71f281"} 2018-09-04 22:48:05,855 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3a014521-c3ee-453f-a01c-d14b2b71f281/remove_router_interface used request id req-5678e3f8-92e5-45ff-b4ce-2eaab189b6e1 2018-09-04 22:48:05,856 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router 2018-09-04 22:48:05,856 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-router 2018-09-04 22:48:05,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/3a014521-c3ee-453f-a01c-d14b2b71f281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e352606d8eed3bb9bc9163e4f585eb4124597f" 2018-09-04 22:48:09,349 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ff873d8-80b7-46b6-900b-522b93169fff Content-Length: 0 Date: Tue, 04 Sep 2018 22:48:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:48:09,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/3a014521-c3ee-453f-a01c-d14b2b71f281 used request id req-9ff873d8-80b7-46b6-900b-522b93169fff 2018-09-04 22:48:09,350 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet 2018-09-04 22:48:09,351 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-subnet 2018-09-04 22:48:09,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/ad5d92da-5799-4615-b78b-968e464e0d34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afffa52ead05bba00de81c2c086e66cbaf98d07d" 2018-09-04 22:48:11,502 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1907a485-eb71-4ffd-b037-92cb0a633ae8 Date: Tue, 04 Sep 2018 22:48:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:48:11,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/ad5d92da-5799-4615-b78b-968e464e0d34 used request id req-1907a485-eb71-4ffd-b037-92cb0a633ae8 2018-09-04 22:48:11,503 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4-pub-net 2018-09-04 22:48:11,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/1204f553-82ea-4127-9b33-e4b4ccd76ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afffa52ead05bba00de81c2c086e66cbaf98d07d" 2018-09-04 22:48:12,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3e19104-274f-4698-a071-b4aadec51e32 Date: Tue, 04 Sep 2018 22:48:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:48:12,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/1204f553-82ea-4127-9b33-e4b4ccd76ca5 used request id req-b3e19104-274f-4698-a071-b4aadec51e32 2018-09-04 22:48:12,780 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-4f5c2e22-3a04-4a3d-b78d-4a0bb36dfda4--image 2018-09-04 22:48:12,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35cf8743685b9e8c70af3b95b5ee9d616a203297" 2018-09-04 22:48:14,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0dd35c04-5c3e-4de3-8b2c-481d1ef5c196 Date: Tue, 04 Sep 2018 22:48:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:48:14,595 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/aaad2d89-9b43-4bbf-a004-32192860ce13 used request id req-0dd35c04-5c3e-4de3-8b2c-481d1ef5c196 2018-09-04 22:48:14,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:14,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 28657 X-Openstack-Request-Id: req-bd6421f5-6f54-42f3-947e-a09e7c2ea347 Date: Tue, 04 Sep 2018 22:48:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "created_at": "2018-09-04T21:51:01Z", "updated_at": "2018-09-04T21:51:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "1f5fb608-401d-4de7-b9ca-6193f1d74b31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "2225fc83-77e4-41ae-b72a-642cd009989b", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "9752af47-2b6a-44c5-8aad-d900fb66aca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:51:01Z", "revision_number": 0, "id": "fd497395-8db4-4d7a-a8dc-ffc118555a73", "remote_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "remote_ip_prefix": null, "created_at": "2018-09-04T21:51:01Z", "security_group_id": "09b9af67-5723-4137-b09a-c38c3046f78d", "tenant_id": "d98703cc10ed423d86894386e49ef6a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d98703cc10ed423d86894386e49ef6a9"}], "revision_number": 4, "project_id": "d98703cc10ed423d86894386e49ef6a9", "id": "09b9af67-5723-4137-b09a-c38c3046f78d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "created_at": "2018-09-04T20:56:50Z", "updated_at": "2018-09-04T20:56:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "2ba2e2bd-7f69-40e4-9ae4-90e6c17dc5fe", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "5022bf53-1c08-4895-ae5b-181825acdf01", "remote_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "7d8a3455-ff40-4f4f-9f76-1773025a4c15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:56:50Z", "revision_number": 0, "id": "f7ca3d91-3b3c-4121-ab93-7eb2e1727111", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:56:50Z", "security_group_id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "tenant_id": "9d476e7d48ef4d4c8e14477649852ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d476e7d48ef4d4c8e14477649852ecf"}], "revision_number": 4, "project_id": "9d476e7d48ef4d4c8e14477649852ecf", "id": "1b2fce84-925c-4556-97d7-2ec9f0562c7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "created_at": "2018-09-04T20:57:00Z", "updated_at": "2018-09-04T20:57:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "0b23c14b-3df5-4dc5-b24b-9a00108d13e9", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "5691802a-5e72-4155-849d-f037f9d5bcfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "615a8e19-743b-44a3-8193-0c58a85e099e", "remote_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:57:00Z", "revision_number": 0, "id": "b37daf78-e36d-4d1c-9667-b070ade9ecb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:57:00Z", "security_group_id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "tenant_id": "b9398d480a274461b9f66fd00c56f3b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9398d480a274461b9f66fd00c56f3b1"}], "revision_number": 4, "project_id": "b9398d480a274461b9f66fd00c56f3b1", "id": "1b78e51c-5244-4b3b-ae6b-2fac9daf3c6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5e644edef9d84161a4895a62a210e366", "created_at": "2018-09-04T20:32:03Z", "updated_at": "2018-09-04T20:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "0f43533c-e8b5-474d-89d4-1ca303214566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "22249b03-6fd6-44d0-80d2-498966653669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "314ff34c-e8eb-46e7-8f12-ba0062cb99fc", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv4", "project_id": "5e644edef9d84161a4895a62a210e366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:32:03Z", "revision_number": 0, "id": "775f1e00-2c66-4bba-b8e3-4ae16d7c28e9", "remote_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "remote_ip_prefix": null, "created_at": "2018-09-04T20:32:03Z", "security_group_id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "tenant_id": "5e644edef9d84161a4895a62a210e366", "port_range_min": null, "ethertype": "IPv6", "project_id": "5e644edef9d84161a4895a62a210e366"}], "revision_number": 4, "project_id": "5e644edef9d84161a4895a62a210e366", "id": "23ac7503-4d96-4c9d-a381-370b2f7054ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "21a717df1f2c484095e6f33236f533f4", "created_at": "2018-09-04T20:43:22Z", "updated_at": "2018-09-04T20:43:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "9e64c265-320d-46ea-92db-58f6445d771e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "a2966872-797f-4259-9351-97f7a8377e43", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "df90daa3-338c-4e8e-bc3e-9092bc2c19bc", "remote_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "21a717df1f2c484095e6f33236f533f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:43:22Z", "revision_number": 0, "id": "e4eb4cb6-cd15-4b2c-abb4-cf27c56da4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:43:22Z", "security_group_id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "tenant_id": "21a717df1f2c484095e6f33236f533f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "21a717df1f2c484095e6f33236f533f4"}], "revision_number": 4, "project_id": "21a717df1f2c484095e6f33236f533f4", "id": "2bd84c59-c11c-40b0-a6cd-719166ef22c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "created_at": "2018-09-04T20:59:26Z", "updated_at": "2018-09-04T20:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "31833c8b-e333-4f7f-b91e-9cca69039b11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "33f3be5b-3174-431b-b4cf-ff5fe2ce6045", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "7fd809d6-e0a5-4526-844f-4339204f6cc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv6", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:59:26Z", "revision_number": 0, "id": "ddc666fc-89d3-4234-b936-deaf64f0f4c5", "remote_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "remote_ip_prefix": null, "created_at": "2018-09-04T20:59:26Z", "security_group_id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "tenant_id": "57532c3aef5b4dc3b07e81a07e2c464b", "port_range_min": null, "ethertype": "IPv4", "project_id": "57532c3aef5b4dc3b07e81a07e2c464b"}], "revision_number": 4, "project_id": "57532c3aef5b4dc3b07e81a07e2c464b", "id": "2f68bbea-3b99-47d9-9a74-573b65e90d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "created_at": "2018-09-04T21:14:46Z", "updated_at": "2018-09-04T21:14:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "0d5e24ed-6f83-4c2e-be2b-761ea8370593", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "105f4430-00bb-4537-9d78-16d3c8ec624f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "1b04863e-5229-418e-92ca-a3cdf615309c", "remote_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:14:46Z", "revision_number": 0, "id": "94f0b54d-01c4-4e94-869e-92aeb8b2225f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:14:46Z", "security_group_id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "tenant_id": "0f584562356b47109eaf52dfa21d18ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f584562356b47109eaf52dfa21d18ba"}], "revision_number": 4, "project_id": "0f584562356b47109eaf52dfa21d18ba", "id": "59fc9ae5-e73f-4c9c-85b9-4809cb8b7461", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:24Z", "updated_at": "2018-09-04T22:45:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:24Z", "revision_number": 0, "id": "2041d595-199c-4ef0-a13e-e388388d1d0a", "remote_group_id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:24Z", "security_group_id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv4", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:24Z", "revision_number": 0, "id": "24251f34-93e3-41ab-95a6-4e4dfedcef1b", "remote_group_id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:24Z", "security_group_id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv6", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:24Z", "revision_number": 0, "id": "322c160a-cdb6-4710-8ca9-5d2327dd2770", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:24Z", "security_group_id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv6", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:45:24Z", "revision_number": 0, "id": "ab13fe99-ac24-40dc-9099-3d99a54aa986", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:45:24Z", "security_group_id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "port_range_min": null, "ethertype": "IPv4", "project_id": "38bd4fc502c641ba818bdbe60f4f5361"}], "revision_number": 4, "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T20:44:52Z", "updated_at": "2018-09-04T20:44:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "4a0fb754-5ce2-4a54-b1a4-ce2d53f048bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "a2a81fcf-f84a-476d-8a0f-918805093a07", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "b8fc4a72-02ce-4ea7-8a1c-62cef8b45be4", "remote_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:44:52Z", "revision_number": 0, "id": "f2f35872-f9cf-4edc-bd1a-887e90ce249e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:44:52Z", "security_group_id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c8aab175-0910-42c5-b35d-0c4dce938d67", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "created_at": "2018-09-04T21:41:25Z", "updated_at": "2018-09-04T21:41:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "062d24e3-8f70-4087-ae71-84f0d61b9259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "33109323-0d6f-4393-b447-1c4de05b24ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "450e80bd-2044-4e06-8188-4d1b8a55448e", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:41:25Z", "revision_number": 0, "id": "5b2b4fa4-fe3b-498f-b1bd-18482adceeb3", "remote_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "remote_ip_prefix": null, "created_at": "2018-09-04T21:41:25Z", "security_group_id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "tenant_id": "7a23a6a548774f7797c37bf2b2c81b7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a23a6a548774f7797c37bf2b2c81b7f"}], "revision_number": 4, "project_id": "7a23a6a548774f7797c37bf2b2c81b7f", "id": "d4ba62b6-df7f-46e5-8a96-cebb2bcf9444", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "created_at": "2018-09-04T20:58:07Z", "updated_at": "2018-09-04T20:58:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "0fe06f93-35c2-4ba2-9a77-41c391dac910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4840e023-b055-4104-b1bf-a81485f7fe8e", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv6", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "4a065de1-2fda-49e5-b5ac-e747f79b7e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T20:58:07Z", "revision_number": 0, "id": "74a86147-97cb-4db0-992c-6afbb9c2aa14", "remote_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "remote_ip_prefix": null, "created_at": "2018-09-04T20:58:07Z", "security_group_id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "tenant_id": "24aad37cf3fe474b8104a507c9b0eacf", "port_range_min": null, "ethertype": "IPv4", "project_id": "24aad37cf3fe474b8104a507c9b0eacf"}], "revision_number": 4, "project_id": "24aad37cf3fe474b8104a507c9b0eacf", "id": "ec2cafcc-75a7-43cc-bca6-e8f19908bc60", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c19c85173484499dae974ca3062bda08", "created_at": "2018-09-04T21:47:43Z", "updated_at": "2018-09-04T21:47:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "0312cb00-e9e3-4190-b328-6e3938befe5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "7354f6d3-7206-4054-8d19-f3482c354dce", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "88c06118-6d1c-4fb4-be23-8b0e536b53c8", "remote_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv4", "project_id": "c19c85173484499dae974ca3062bda08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T21:47:43Z", "revision_number": 0, "id": "e046a22b-b31c-46ca-83d6-9f40bf750707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T21:47:43Z", "security_group_id": "f4b173f5-a489-44ed-957e-1aab84c66108", "tenant_id": "c19c85173484499dae974ca3062bda08", "port_range_min": null, "ethertype": "IPv6", "project_id": "c19c85173484499dae974ca3062bda08"}], "revision_number": 4, "project_id": "c19c85173484499dae974ca3062bda08", "id": "f4b173f5-a489-44ed-957e-1aab84c66108", "name": "default"}]} 2018-09-04 22:48:14,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-bd6421f5-6f54-42f3-947e-a09e7c2ea347 2018-09-04 22:48:14,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:14,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e8465fa-0a37-4059-a0c5-b1710e805e57 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:48:14,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-2e8465fa-0a37-4059-a0c5-b1710e805e57 2018-09-04 22:48:14,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:15,029 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:48:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7487f143-a199-4c27-8e1a-c5c8d674e3a5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9d476e7d48ef4d4c8e14477649852ecf.", "code": 404, "title": "Not Found"}} 2018-09-04 22:48:15,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/9d476e7d48ef4d4c8e14477649852ecf used request id req-7487f143-a199-4c27-8e1a-c5c8d674e3a5 2018-09-04 22:48:15,029 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:48:15,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:15,130 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:48:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f38a6ef-57ee-496b-8712-99e68713047b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b9398d480a274461b9f66fd00c56f3b1.", "code": 404, "title": "Not Found"}} 2018-09-04 22:48:15,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/b9398d480a274461b9f66fd00c56f3b1 used request id req-2f38a6ef-57ee-496b-8712-99e68713047b 2018-09-04 22:48:15,131 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:48:15,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:15,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6289ddda-7bf0-4d6c-bc62-bb73cb4114ec Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 22:48:15,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366 used request id req-6289ddda-7bf0-4d6c-bc62-bb73cb4114ec 2018-09-04 22:48:15,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:15,310 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:48:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46c438a0-9ce5-4d38-ba0b-d39662b087bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 21a717df1f2c484095e6f33236f533f4.", "code": 404, "title": "Not Found"}} 2018-09-04 22:48:15,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/21a717df1f2c484095e6f33236f533f4 used request id req-46c438a0-9ce5-4d38-ba0b-d39662b087bb 2018-09-04 22:48:15,311 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:48:15,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:15,401 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:48:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c7c8886-4a5d-4888-bde0-a2c8e5ec7639 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 57532c3aef5b4dc3b07e81a07e2c464b.", "code": 404, "title": "Not Found"}} 2018-09-04 22:48:15,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/57532c3aef5b4dc3b07e81a07e2c464b used request id req-6c7c8886-4a5d-4888-bde0-a2c8e5ec7639 2018-09-04 22:48:15,401 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:48:15,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:15,502 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 22:48:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2df64f3-5518-4e27-97d4-d18b959aa816 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0f584562356b47109eaf52dfa21d18ba.", "code": 404, "title": "Not Found"}} 2018-09-04 22:48:15,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/0f584562356b47109eaf52dfa21d18ba used request id req-a2df64f3-5518-4e27-97d4-d18b959aa816 2018-09-04 22:48:15,502 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 22:48:15,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:15,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce84e4b4-8652-4b6b-9fda-10ed31731580 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361"}, "enabled": true, "id": "38bd4fc502c641ba818bdbe60f4f5361", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54dee134-25dd-4e8-proj"}} 2018-09-04 22:48:15,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-ce84e4b4-8652-4b6b-9fda-10ed31731580 2018-09-04 22:48:15,588 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c24fcbfd-d705-493a-9acd-004e4f1091f7 2018-09-04 22:48:15,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c24fcbfd-d705-493a-9acd-004e4f1091f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:15,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1aa26d23-b491-4f1f-a36d-1e9d53545b39 Date: Tue, 04 Sep 2018 22:48:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:24Z", "security_group_id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:24Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "2041d595-199c-4ef0-a13e-e388388d1d0a"}, {"remote_group_id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:24Z", "security_group_id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:24Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "24251f34-93e3-41ab-95a6-4e4dfedcef1b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:24Z", "security_group_id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:24Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "322c160a-cdb6-4710-8ca9-5d2327dd2770"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:45:24Z", "security_group_id": "c24fcbfd-d705-493a-9acd-004e4f1091f7", "port_range_min": null, "revision_number": 0, "tenant_id": "38bd4fc502c641ba818bdbe60f4f5361", "created_at": "2018-09-04T22:45:24Z", "project_id": "38bd4fc502c641ba818bdbe60f4f5361", "id": "ab13fe99-ac24-40dc-9099-3d99a54aa986"}]} 2018-09-04 22:48:15,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=c24fcbfd-d705-493a-9acd-004e4f1091f7 used request id req-1aa26d23-b491-4f1f-a36d-1e9d53545b39 2018-09-04 22:48:15,778 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 22:48:15,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/c24fcbfd-d705-493a-9acd-004e4f1091f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:16,059 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ba45786d-a5dd-44e2-aa01-ea0f0ef018a9 Content-Length: 0 Date: Tue, 04 Sep 2018 22:48:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:48:16,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/c24fcbfd-d705-493a-9acd-004e4f1091f7 used request id req-ba45786d-a5dd-44e2-aa01-ea0f0ef018a9 2018-09-04 22:48:16,060 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-54dee134-25dd-4e8-proj 2018-09-04 22:48:16,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:16,292 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:48:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ada13f6-102e-44d9-b23e-7bcaacf1400e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:48:16,292 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/38bd4fc502c641ba818bdbe60f4f5361 used request id req-4ada13f6-102e-44d9-b23e-7bcaacf1400e 2018-09-04 22:48:16,293 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-54dee134-25dd-4e8-proj-role 2018-09-04 22:48:16,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/00376988511247dca8bc08e8ca7125f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:16,402 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:48:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-425dce3b-da0e-4b31-8df3-bcb83dda83a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:48:16,402 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/00376988511247dca8bc08e8ca7125f7 used request id req-425dce3b-da0e-4b31-8df3-bcb83dda83a1 2018-09-04 22:48:16,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7590297b79b0d18cf096143f270e14bfa16ff261" 2018-09-04 22:48:16,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c0cb2cc-5cf2-4c38-afd6-6aa4b1029599 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:48:16,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2c0cb2cc-5cf2-4c38-afd6-6aa4b1029599 2018-09-04 22:48:16,488 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-54dee134-25dd-4e8-user 2018-09-04 22:48:16,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/d71182283aae4b4ba9d22822e3aa51b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0802e9b2e726ea926a5311e308536807dab689a" 2018-09-04 22:48:16,689 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:48:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18b2cf3e-069d-4eb9-85da-c52b05cbe7cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:48:16,689 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/d71182283aae4b4ba9d22822e3aa51b4 used request id req-18b2cf3e-069d-4eb9-85da-c52b05cbe7cf 2018-09-04 22:48:16,691 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_with_internal_sub (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_with_invalid_internal_sub (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 121 tests in 3445.050s OK 2018-09-04 22:48:16,859 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 22:48:16,859 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 57:25 | PASS | +---------------------+------------------+------------------+----------------+ 2018-09-04 22:48:16,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 22:48:16,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 22:48:16,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfc221d1-4b95-41ad-9948-7432f6c3386a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ee65b3cf18824d4786e4806145ea807f", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f"}, "name": "heat_stack_owner"}]} 2018-09-04 22:48:16,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cfc221d1-4b95-41ad-9948-7432f6c3386a 2018-09-04 22:48:16,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0873339176178s 2018-09-04 22:48:16,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 22:48:16,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 22:48:17,109 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:48:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21465c22-405c-4ba9-a432-099b8c1bcaf4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:48:17,109 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/ee65b3cf18824d4786e4806145ea807f used request id req-21465c22-405c-4ba9-a432-099b8c1bcaf4 2018-09-04 22:48:17,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.1546459198s 2018-09-04 22:48:17,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 22:48:17,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 22:48:17,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9833ceaa-5366-40a3-8f5d-e22bbeff5312 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124", "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "domain_id": "default", "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:48:17,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9833ceaa-5366-40a3-8f5d-e22bbeff5312 2018-09-04 22:48:17,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103801012039s 2018-09-04 22:48:17,214 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9833ceaa-5366-40a3-8f5d-e22bbeff5312 2018-09-04 22:48:17,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 22:48:17,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 22:48:17,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf51b145-63f3-4a55-94b9-6d092763052b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8"}, "enabled": true, "id": "2de442c43a484d51809138e1bca3f5b8", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_4b101112-7eb5-4377-971e-ffd00728c124"}} 2018-09-04 22:48:17,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8 used request id req-cf51b145-63f3-4a55-94b9-6d092763052b 2018-09-04 22:48:17,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.177738904953s 2018-09-04 22:48:17,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8 used request id req-cf51b145-63f3-4a55-94b9-6d092763052b 2018-09-04 22:48:17,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 22:48:17,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 22:48:17,652 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:48:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-698b698c-d8dc-49d2-a734-6b8601b559ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:48:17,652 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8 used request id req-698b698c-d8dc-49d2-a734-6b8601b559ca 2018-09-04 22:48:17,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.25283408165s 2018-09-04 22:48:17,653 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/2de442c43a484d51809138e1bca3f5b8 used request id req-698b698c-d8dc-49d2-a734-6b8601b559ca 2018-09-04 22:48:17,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 22:48:17,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 22:48:17,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1640590a-001f-4f8b-9dab-2c97c7840a10 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9"}, "enabled": true, "id": "d98703cc10ed423d86894386e49ef6a9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4b101112-7eb5-4377-971e-ffd00728c124"}]} 2018-09-04 22:48:17,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-1640590a-001f-4f8b-9dab-2c97c7840a10 2018-09-04 22:48:17,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0876190662384s 2018-09-04 22:48:17,742 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-1640590a-001f-4f8b-9dab-2c97c7840a10 2018-09-04 22:48:17,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 22:48:17,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 22:48:17,895 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:48:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab4c839a-cec0-4772-a366-eb4e38fe4966 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:48:17,896 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-ab4c839a-cec0-4772-a366-eb4e38fe4966 2018-09-04 22:48:17,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.151147842407s 2018-09-04 22:48:17,896 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d98703cc10ed423d86894386e49ef6a9 used request id req-ab4c839a-cec0-4772-a366-eb4e38fe4966 2018-09-04 22:48:17,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 22:48:17,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 22:48:17,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f13db50a-c1ba-4cea-800b-905dd7025b8a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1f552b168734f6d84d2bfc9f524ac2c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 22:48:17,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f13db50a-c1ba-4cea-800b-905dd7025b8a 2018-09-04 22:48:17,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0787920951843s 2018-09-04 22:48:17,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 22:48:17,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77862dcd4a059ad3b58237f3b0a078aa5f0571f6" 2018-09-04 22:48:18,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:48:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2186f15-e045-4f03-bf91-0671759d1128 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:48:18,085 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/d1f552b168734f6d84d2bfc9f524ac2c used request id req-f2186f15-e045-4f03-bf91-0671759d1128 2018-09-04 22:48:18,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.107607841492s 2018-09-04 22:48:18,139 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-09-04 22:48:18,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 22:48:18,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 22:48:18,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 22:48:18,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 22:48:18,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 22:48:18,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 22:48:18,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 22:48:18,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 22:48:18,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 22:48:18,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 22:48:18,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 22:48:18,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 22:48:18,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 22:48:18,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 22:48:18,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 22:48:18,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 22:48:18,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 22:48:18,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 22:48:18,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 22:48:18,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 22:48:18,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 22:48:18,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 22:48:18,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 22:48:18,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 22:48:18,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:48:18,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d7e1bdb-1921-4856-a831-ff83a9eab7c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:48:18,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9d7e1bdb-1921-4856-a831-ff83a9eab7c0 2018-09-04 22:48:18,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:48:18,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T23:48:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["QmxozhCYS1ilOJ8iuQB5Hw"], "issued_at": "2018-09-04T22:48:18.000000Z"}} 2018-09-04 22:48:18,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 22:48:18,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:18,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-faca4743-deaa-4582-a587-1d1bc25aedfa Date: Tue, 04 Sep 2018 22:48:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 22:48:18,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-faca4743-deaa-4582-a587-1d1bc25aedfa 2018-09-04 22:48:18,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.247673034668s 2018-09-04 22:48:18,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-faca4743-deaa-4582-a587-1d1bc25aedfa 2018-09-04 22:48:18,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 22:48:18,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:18,820 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:48:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:48:18,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:18,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e02d1776-8767-408b-af3e-31e3133d6670 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 22:48:18,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-e02d1776-8767-408b-af3e-31e3133d6670 2018-09-04 22:48:18,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0952730178833s 2018-09-04 22:48:18,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 22:48:18,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" -d '{"project": {"description": "Created by OPNFV Functest: neutron_trunk", "enabled": true, "domain_id": "default", "name": "neutron_trunk-project_e60813f7-e792-4c99-9646-7bebd22bb623"}}' 2018-09-04 22:48:19,007 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:48:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccbe8c6c-d162-4382-9987-e830ef54db33 Content-Length: 360 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.26:5000/v3/projects/7c4ab75d889a4f719938a03bb7230463"}, "enabled": true, "id": "7c4ab75d889a4f719938a03bb7230463", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_e60813f7-e792-4c99-9646-7bebd22bb623"}} 2018-09-04 22:48:19,008 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ccbe8c6c-d162-4382-9987-e830ef54db33 2018-09-04 22:48:19,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0990500450134s 2018-09-04 22:48:19,008 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-ccbe8c6c-d162-4382-9987-e830ef54db33 2018-09-04 22:48:19,009 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'neutron_trunk-project_e60813f7-e792-4c99-9646-7bebd22bb623', 'id': u'7c4ab75d889a4f719938a03bb7230463', 'description': u'Created by OPNFV Functest: neutron_trunk', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 22:48:19,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 22:48:19,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363586902618s 2018-09-04 22:48:19,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:19,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40f00018-0ca8-4552-9813-386295a3660e Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30"}, "enabled": true, "id": "c603ee42e13f4ab58f55f515b43a0c30", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_e60813f7-e792-4c99-9646-7bebd22bb623"}} 2018-09-04 22:48:19,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30 used request id req-40f00018-0ca8-4552-9813-386295a3660e 2018-09-04 22:48:19,476 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c603ee42e13f4ab58f55f515b43a0c30', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_e60813f7-e792-4c99-9646-7bebd22bb623'}) 2018-09-04 22:48:19,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 22:48:19,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:19,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-835cc36c-df59-4487-80be-ebdcb453e230 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 22:48:19,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-835cc36c-df59-4487-80be-ebdcb453e230 2018-09-04 22:48:19,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0754950046539s 2018-09-04 22:48:19,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 22:48:19,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:19,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b25ea6fb-b61d-4205-9b87-a24831eb9311 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 22:48:19,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b25ea6fb-b61d-4205-9b87-a24831eb9311 2018-09-04 22:48:19,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.084536075592s 2018-09-04 22:48:19,640 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 22:48:19,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 22:48:19,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" -d '{"role": {"name": "Member"}}' 2018-09-04 22:48:19,744 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:48:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-769f9a9c-775a-4587-b8d0-0e208547c104 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "190099142a4b4eca9ecfe42948c1a4ab", "links": {"self": "http://172.30.9.26:5000/v3/roles/190099142a4b4eca9ecfe42948c1a4ab"}, "name": "Member"}} 2018-09-04 22:48:19,744 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-769f9a9c-775a-4587-b8d0-0e208547c104 2018-09-04 22:48:19,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104387998581s 2018-09-04 22:48:19,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/190099142a4b4eca9ecfe42948c1a4ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:19,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73d76cf1-14df-4b74-bdc3-f8f592a0ed43 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/190099142a4b4eca9ecfe42948c1a4ab"}, "domain_id": null, "name": "Member", "id": "190099142a4b4eca9ecfe42948c1a4ab"}} 2018-09-04 22:48:19,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/190099142a4b4eca9ecfe42948c1a4ab used request id req-73d76cf1-14df-4b74-bdc3-f8f592a0ed43 2018-09-04 22:48:19,760 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/190099142a4b4eca9ecfe42948c1a4ab'}, 'domain_id': None, 'human_id': None, 'id': u'190099142a4b4eca9ecfe42948c1a4ab', 'HUMAN_ID': False}) 2018-09-04 22:48:19,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 22:48:19,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:19,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e83591-4df8-4f8a-8602-754d06fdf6da Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "190099142a4b4eca9ecfe42948c1a4ab", "links": {"self": "http://172.30.9.26:5000/v3/roles/190099142a4b4eca9ecfe42948c1a4ab"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 22:48:19,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-26e83591-4df8-4f8a-8602-754d06fdf6da 2018-09-04 22:48:19,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.171231985092s 2018-09-04 22:48:19,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 22:48:19,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:20,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc0f6ab9-fca8-437c-b998-e301da211906 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 22:48:20,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-fc0f6ab9-fca8-437c-b998-e301da211906 2018-09-04 22:48:20,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0794861316681s 2018-09-04 22:48:20,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 22:48:20,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:20,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-571c45f7-019f-4099-891b-ad35a05b78a2 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_e60813f7-e792-4c99-9646-7bebd22bb623", "links": {"self": "http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30"}, "domain_id": "default", "enabled": true, "id": "c603ee42e13f4ab58f55f515b43a0c30", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:48:20,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-571c45f7-019f-4099-891b-ad35a05b78a2 2018-09-04 22:48:20,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0929629802704s 2018-09-04 22:48:20,107 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-571c45f7-019f-4099-891b-ad35a05b78a2 2018-09-04 22:48:20,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 22:48:20,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:20,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be1473b3-a6ea-42a0-8519-894df18560a1 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.26:5000/v3/projects/7c4ab75d889a4f719938a03bb7230463"}, "enabled": true, "id": "7c4ab75d889a4f719938a03bb7230463", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_e60813f7-e792-4c99-9646-7bebd22bb623"}]} 2018-09-04 22:48:20,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-be1473b3-a6ea-42a0-8519-894df18560a1 2018-09-04 22:48:20,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0798590183258s 2018-09-04 22:48:20,194 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-be1473b3-a6ea-42a0-8519-894df18560a1 2018-09-04 22:48:20,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 22:48:20,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c603ee42e13f4ab58f55f515b43a0c30&scope.project.id=7c4ab75d889a4f719938a03bb7230463&role.id=190099142a4b4eca9ecfe42948c1a4ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:20,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a456661-4131-441e-9816-e8edb0cd3e88 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c603ee42e13f4ab58f55f515b43a0c30&scope.project.id=7c4ab75d889a4f719938a03bb7230463&role.id=190099142a4b4eca9ecfe42948c1a4ab", "previous": null, "next": null}} 2018-09-04 22:48:20,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c603ee42e13f4ab58f55f515b43a0c30&scope.project.id=7c4ab75d889a4f719938a03bb7230463&role.id=190099142a4b4eca9ecfe42948c1a4ab used request id req-7a456661-4131-441e-9816-e8edb0cd3e88 2018-09-04 22:48:20,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0847861766815s 2018-09-04 22:48:20,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 22:48:20,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/7c4ab75d889a4f719938a03bb7230463/users/c603ee42e13f4ab58f55f515b43a0c30/roles/190099142a4b4eca9ecfe42948c1a4ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:20,393 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:48:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2d80eff-9e19-4cd5-a675-d557acbd88a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:48:20,393 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7c4ab75d889a4f719938a03bb7230463/users/c603ee42e13f4ab58f55f515b43a0c30/roles/190099142a4b4eca9ecfe42948c1a4ab used request id req-c2d80eff-9e19-4cd5-a675-d557acbd88a4 2018-09-04 22:48:20,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111243009567s 2018-09-04 22:48:20,394 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_e60813f7-e792-4c99-9646-7bebd22bb623', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'bc629259-3163-453e-aeb7-7b735dd04929', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'neutron_trunk-user_e60813f7-e792-4c99-9646-7bebd22bb623', 'project_id': u'7c4ab75d889a4f719938a03bb7230463', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 22:48:20,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 22:48:20,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 22:48:20,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 22:48:20,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 22:48:20,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 22:48:20,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 22:48:20,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 22:48:20,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 22:48:20,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 22:48:20,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 22:48:20,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 22:48:20,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 22:48:20,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 22:48:20,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 22:48:20,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 22:48:20,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 22:48:20,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 22:48:20,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 22:48:20,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 22:48:20,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 22:48:20,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 22:48:20,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 22:48:20,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 22:48:20,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 22:48:20,400 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_e60813f7-e792-4c99-9646-7bebd22bb623', 'password': 'bc629259-3163-453e-aeb7-7b735dd04929', 'project_name': 'neutron_trunk-project_e60813f7-e792-4c99-9646-7bebd22bb623', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '7c4ab75d889a4f719938a03bb7230463', 'project_domain_name': 'Default'} 2018-09-04 22:48:20,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 22:48:20,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:20,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-209fdb85-f5c5-4b3e-8a96-46c70422ebe3 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "190099142a4b4eca9ecfe42948c1a4ab", "links": {"self": "http://172.30.9.26:5000/v3/roles/190099142a4b4eca9ecfe42948c1a4ab"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 22:48:20,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-209fdb85-f5c5-4b3e-8a96-46c70422ebe3 2018-09-04 22:48:20,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075560092926s 2018-09-04 22:48:20,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 22:48:20,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:20,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9752ea2c-7647-4fe2-aeca-0ea5ee468b28 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "190099142a4b4eca9ecfe42948c1a4ab", "links": {"self": "http://172.30.9.26:5000/v3/roles/190099142a4b4eca9ecfe42948c1a4ab"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 22:48:20,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9752ea2c-7647-4fe2-aeca-0ea5ee468b28 2018-09-04 22:48:20,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081964969635s 2018-09-04 22:48:20,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 22:48:20,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:20,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87b13389-0798-43e1-a4cf-56f88c0bdb0b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 22:48:20,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-87b13389-0798-43e1-a4cf-56f88c0bdb0b 2018-09-04 22:48:20,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0788600444794s 2018-09-04 22:48:20,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 22:48:20,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:20,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abaa31f0-1b7c-4739-95bb-341866a4ceac Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_e60813f7-e792-4c99-9646-7bebd22bb623", "links": {"self": "http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30"}, "domain_id": "default", "enabled": true, "id": "c603ee42e13f4ab58f55f515b43a0c30", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:48:20,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-abaa31f0-1b7c-4739-95bb-341866a4ceac 2018-09-04 22:48:20,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.313805818558s 2018-09-04 22:48:20,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-abaa31f0-1b7c-4739-95bb-341866a4ceac 2018-09-04 22:48:20,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 22:48:20,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:21,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bae16d5d-b0c5-4898-a6e2-29050dbc8c37 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.26:5000/v3/projects/7c4ab75d889a4f719938a03bb7230463"}, "enabled": true, "id": "7c4ab75d889a4f719938a03bb7230463", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_e60813f7-e792-4c99-9646-7bebd22bb623"}]} 2018-09-04 22:48:21,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-bae16d5d-b0c5-4898-a6e2-29050dbc8c37 2018-09-04 22:48:21,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0775971412659s 2018-09-04 22:48:21,039 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-bae16d5d-b0c5-4898-a6e2-29050dbc8c37 2018-09-04 22:48:21,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 22:48:21,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c603ee42e13f4ab58f55f515b43a0c30&scope.project.id=7c4ab75d889a4f719938a03bb7230463&role.id=5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:21,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec31d089-0894-4bde-8238-bee52d56f1e8 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c603ee42e13f4ab58f55f515b43a0c30&scope.project.id=7c4ab75d889a4f719938a03bb7230463&role.id=5cd9afdff9a14c7bbd8b1621921cc3df", "previous": null, "next": null}} 2018-09-04 22:48:21,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c603ee42e13f4ab58f55f515b43a0c30&scope.project.id=7c4ab75d889a4f719938a03bb7230463&role.id=5cd9afdff9a14c7bbd8b1621921cc3df used request id req-ec31d089-0894-4bde-8238-bee52d56f1e8 2018-09-04 22:48:21,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0767691135406s 2018-09-04 22:48:21,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 22:48:21,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/7c4ab75d889a4f719938a03bb7230463/users/c603ee42e13f4ab58f55f515b43a0c30/roles/5cd9afdff9a14c7bbd8b1621921cc3df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:21,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:48:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33099712-f9d2-4cdf-be23-b8a346e55a30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:48:21,244 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/7c4ab75d889a4f719938a03bb7230463/users/c603ee42e13f4ab58f55f515b43a0c30/roles/5cd9afdff9a14c7bbd8b1621921cc3df used request id req-33099712-f9d2-4cdf-be23-b8a346e55a30 2018-09-04 22:48:21,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125925064087s 2018-09-04 22:48:21,245 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 22:48:23,649 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-04 22:48:23.258 11560 INFO rally.deployment.engine [-] Deployment 8b1772f4-4d38-43cd-a4d0-a2309d1db208 | Starting: Destroy cloud and free allocated resources. 2018-09-04 22:48:23.362 11560 INFO rally.deployment.engine [-] Deployment 8b1772f4-4d38-43cd-a4d0-a2309d1db208 | Completed: Destroy cloud and free allocated resources. 2018-09-04 22:48:23.390 11560 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=38af932e-31a7-428d-a164-2554dbf462f8) for deployment 'opnfv-rally'. 2018-09-04 22:48:23.409 11560 INFO rally.api [-] Deleting verification (UUID=b85657ce-42d6-4ea7-9d08-34113a1b16d1). 2018-09-04 22:48:23.448 11560 INFO rally.api [-] Verification has been successfully deleted! 2018-09-04 22:48:23.449 11560 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=38af932e-31a7-428d-a164-2554dbf462f8). 2018-09-04 22:48:23.459 11560 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-04 22:48:26,089 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 22:48:25.758 11563 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f01aa2bc-bada-49a0-95b0-6cdfae173d8d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f01aa2bc-bada-49a0-95b0-6cdfae173d8d | 2018-09-04T22:48:25 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f01aa2bc-bada-49a0-95b0-6cdfae173d8d ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-04 22:48:29,425 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-09-04 22:48:29,425 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-04 22:48:31,814 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-04 22:48:31.523 11569 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=38af932e-31a7-428d-a164-2554dbf462f8). 2018-09-04 22:48:31.661 11569 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-04 22:48:35,200 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-04 22:48:33.744 11572 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-04 22:48:33.913 11572 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-04 22:48:35.026 11572 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b046c33d-6e58-43fa-bf2b-e55f8b717306) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b046c33d-6e58-43fa-bf2b-e55f8b717306) as the default verifier for the future CLI operations. 2018-09-04 22:48:38,140 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-09-04 22:48:38,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 22:48:38,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:38,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0347dc7-e64b-41a6-b9fe-72024f6edb04 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 22:48:38,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-c0347dc7-e64b-41a6-b9fe-72024f6edb04 2018-09-04 22:48:38,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.093377828598s 2018-09-04 22:48:38,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 22:48:38,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:48:38,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2c681f5-90db-4078-a110-a62770470017 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.26:5000/v3/projects/7c4ab75d889a4f719938a03bb7230463"}, "enabled": true, "id": "7c4ab75d889a4f719938a03bb7230463", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_e60813f7-e792-4c99-9646-7bebd22bb623"}]} 2018-09-04 22:48:38,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-b2c681f5-90db-4078-a110-a62770470017 2018-09-04 22:48:38,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0973570346832s 2018-09-04 22:48:38,335 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-b2c681f5-90db-4078-a110-a62770470017 2018-09-04 22:48:38,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 22:48:38,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" -d '{"network": {"shared": true, "tenant_id": "7c4ab75d889a4f719938a03bb7230463", "name": "neutron_trunk-net_e60813f7-e792-4c99-9646-7bebd22bb623", "admin_state_up": true}}' 2018-09-04 22:48:38,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-51ba1d66-298f-435d-bfd3-2444a628c17f Date: Tue, 04 Sep 2018 22:48:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e0e59810-ba69-475c-990b-fead2d7428a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":true,"project_id":"7c4ab75d889a4f719938a03bb7230463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:48:38Z","is_default":false,"qos_policy_id":null,"name":"neutron_trunk-net_e60813f7-e792-4c99-9646-7bebd22bb623","admin_state_up":true,"tenant_id":"7c4ab75d889a4f719938a03bb7230463","created_at":"2018-09-04T22:48:38Z","mtu":1450}} 2018-09-04 22:48:38,952 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-51ba1d66-298f-435d-bfd3-2444a628c17f 2018-09-04 22:48:38,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.613163948059s 2018-09-04 22:48:38,952 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-51ba1d66-298f-435d-bfd3-2444a628c17f 2018-09-04 22:48:38,953 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T22:48:38Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e0e59810-ba69-475c-990b-fead2d7428a8', u'provider:segmentation_id': 44, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'neutron_trunk-net_e60813f7-e792-4c99-9646-7bebd22bb623', u'created_at': u'2018-09-04T22:48:38Z', u'mtu': 1450, u'tenant_id': u'7c4ab75d889a4f719938a03bb7230463', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'7c4ab75d889a4f719938a03bb7230463'}) 2018-09-04 22:48:38,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:48:38,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3538decf-a709-4a3e-aef3-946857ef0ceb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:48:38,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3538decf-a709-4a3e-aef3-946857ef0ceb 2018-09-04 22:48:38,962 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:48:39,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "190099142a4b4eca9ecfe42948c1a4ab", "name": "Member"}, {"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T23:48:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c4ab75d889a4f719938a03bb7230463", "name": "neutron_trunk-project_e60813f7-e792-4c99-9646-7bebd22bb623"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7c4ab75d889a4f719938a03bb7230463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/7c4ab75d889a4f719938a03bb7230463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/7c4ab75d889a4f719938a03bb7230463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/7c4ab75d889a4f719938a03bb7230463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/7c4ab75d889a4f719938a03bb7230463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/7c4ab75d889a4f719938a03bb7230463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/7c4ab75d889a4f719938a03bb7230463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/7c4ab75d889a4f719938a03bb7230463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/7c4ab75d889a4f719938a03bb7230463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/7c4ab75d889a4f719938a03bb7230463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/7c4ab75d889a4f719938a03bb7230463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/7c4ab75d889a4f719938a03bb7230463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron_trunk-user_e60813f7-e792-4c99-9646-7bebd22bb623", "id": "c603ee42e13f4ab58f55f515b43a0c30"}, "audit_ids": ["0hWTsdwhS_W0zGTK1O3eGA"], "issued_at": "2018-09-04T22:48:39.000000Z"}} 2018-09-04 22:48:39,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 22:48:39,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:48:39,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1392 X-Openstack-Request-Id: req-9333f962-cb8d-45a7-990d-6fad164f4679 Date: Tue, 04 Sep 2018 22:48:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e0e59810-ba69-475c-990b-fead2d7428a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":true,"project_id":"7c4ab75d889a4f719938a03bb7230463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:48:38Z","qos_policy_id":null,"name":"neutron_trunk-net_e60813f7-e792-4c99-9646-7bebd22bb623","admin_state_up":true,"tenant_id":"7c4ab75d889a4f719938a03bb7230463","created_at":"2018-09-04T22:48:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:48:39,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-9333f962-cb8d-45a7-990d-6fad164f4679 2018-09-04 22:48:39,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.225643157959s 2018-09-04 22:48:39,563 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-9333f962-cb8d-45a7-990d-6fad164f4679 2018-09-04 22:48:39,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 22:48:39,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" -d '{"subnet": {"name": "neutron_trunk-subnet_e60813f7-e792-4c99-9646-7bebd22bb623", "enable_dhcp": true, "network_id": "e0e59810-ba69-475c-990b-fead2d7428a8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 22:48:40,245 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-4c661108-5e12-4061-a591-1cb6628307d3 Date: Tue, 04 Sep 2018 22:48:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0e59810-ba69-475c-990b-fead2d7428a8","tenant_id":"7c4ab75d889a4f719938a03bb7230463","created_at":"2018-09-04T22:48:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T22:48:39Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"7c4ab75d889a4f719938a03bb7230463","id":"1d97371b-269a-440d-8e2a-b24dafa37efc","subnetpool_id":null,"name":"neutron_trunk-subnet_e60813f7-e792-4c99-9646-7bebd22bb623"}} 2018-09-04 22:48:40,245 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4c661108-5e12-4061-a591-1cb6628307d3 2018-09-04 22:48:40,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.679519891739s 2018-09-04 22:48:40,246 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4c661108-5e12-4061-a591-1cb6628307d3 2018-09-04 22:48:40,246 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T22:48:39Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'1d97371b-269a-440d-8e2a-b24dafa37efc', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_e60813f7-e792-4c99-9646-7bebd22bb623', u'enable_dhcp': True, u'network_id': u'e0e59810-ba69-475c-990b-fead2d7428a8', u'tenant_id': u'7c4ab75d889a4f719938a03bb7230463', u'created_at': u'2018-09-04T22:48:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7c4ab75d889a4f719938a03bb7230463'}) 2018-09-04 22:48:40,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 22:48:40,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "neutron_trunk-router_e60813f7-e792-4c99-9646-7bebd22bb623", "admin_state_up": true}}' 2018-09-04 22:48:45,224 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 712 X-Openstack-Request-Id: req-6e763670-ed35-4609-b3b0-36792f54fa6f Date: Tue, 04 Sep 2018 22:48:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7c4ab75d889a4f719938a03bb7230463", "created_at": "2018-09-04T22:48:41Z", "admin_state_up": true, "updated_at": "2018-09-04T22:48:41Z", "project_id": "7c4ab75d889a4f719938a03bb7230463", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "4e42beed-0587-4fcc-8c24-d9de51e30975", "name": "neutron_trunk-router_e60813f7-e792-4c99-9646-7bebd22bb623"}} 2018-09-04 22:48:45,224 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-6e763670-ed35-4609-b3b0-36792f54fa6f 2018-09-04 22:48:45,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.97788977623s 2018-09-04 22:48:45,225 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-6e763670-ed35-4609-b3b0-36792f54fa6f 2018-09-04 22:48:45,225 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T22:48:41Z', u'revision_number': 3, u'ha': True, u'id': u'4e42beed-0587-4fcc-8c24-d9de51e30975', u'external_gateway_info': {u'network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'97e3a010-d0e8-45f7-9bbb-04a537953fb8', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-router_e60813f7-e792-4c99-9646-7bebd22bb623', u'admin_state_up': True, u'tenant_id': u'7c4ab75d889a4f719938a03bb7230463', u'created_at': u'2018-09-04T22:48:41Z', u'flavor_id': None, u'routes': [], u'project_id': u'7c4ab75d889a4f719938a03bb7230463'}) 2018-09-04 22:48:45,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 22:48:45,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/4e42beed-0587-4fcc-8c24-d9de51e30975/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" -d '{"subnet_id": "1d97371b-269a-440d-8e2a-b24dafa37efc"}' 2018-09-04 22:48:47,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-874ef171-841b-40db-b233-f9aede2f96f2 Date: Tue, 04 Sep 2018 22:48:47 GMT RESP BODY: {"network_id": "e0e59810-ba69-475c-990b-fead2d7428a8", "tenant_id": "7c4ab75d889a4f719938a03bb7230463", "subnet_id": "1d97371b-269a-440d-8e2a-b24dafa37efc", "subnet_ids": ["1d97371b-269a-440d-8e2a-b24dafa37efc"], "port_id": "c9aaabf2-657b-4428-885f-e52989bafa3b", "id": "4e42beed-0587-4fcc-8c24-d9de51e30975"} 2018-09-04 22:48:47,171 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4e42beed-0587-4fcc-8c24-d9de51e30975/add_router_interface.json used request id req-874ef171-841b-40db-b233-f9aede2f96f2 2018-09-04 22:48:47,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.94537901878s 2018-09-04 22:48:47,172 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4e42beed-0587-4fcc-8c24-d9de51e30975/add_router_interface.json used request id req-874ef171-841b-40db-b233-f9aede2f96f2 returning object 4e42beed-0587-4fcc-8c24-d9de51e30975 2018-09-04 22:48:47,172 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 22:48:47,305 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-04 22:48:47,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:48:47,312 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 22:48:47 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-09-04 22:48:47,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 22:48:47,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:48:47,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-15ad4915-4417-493c-85a1-36eb6125c92d Date: Tue, 04 Sep 2018 22:48:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 22:48:47,865 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-15ad4915-4417-493c-85a1-36eb6125c92d 2018-09-04 22:48:47,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.549435138702s 2018-09-04 22:48:47,865 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-15ad4915-4417-493c-85a1-36eb6125c92d 2018-09-04 22:48:47,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 22:48:47,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623"}' 2018-09-04 22:48:48,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b X-Openstack-Request-Id: req-4bada280-89b5-47cd-bb74-c0bb4024295f Date: Tue, 04 Sep 2018 22:48:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/file", "owner": "7c4ab75d889a4f719938a03bb7230463", "id": "fcbe0762-a046-4cf7-9ee4-2a3289f41d2b", "size": null, "self": "/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T22:48:48Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623", "checksum": null, "created_at": "2018-09-04T22:48:48Z", "protected": false} 2018-09-04 22:48:48,088 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-4bada280-89b5-47cd-bb74-c0bb4024295f 2018-09-04 22:48:48,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.220715045929s 2018-09-04 22:48:48,088 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-4bada280-89b5-47cd-bb74-c0bb4024295f returning object fcbe0762-a046-4cf7-9ee4-2a3289f41d2b 2018-09-04 22:48:48,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 22:48:48,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" -d '' 2018-09-04 22:48:50,117 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fcbfac96-202c-46cf-982d-38f95ef42a92 Date: Tue, 04 Sep 2018 22:48:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:48:50,117 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/file used request id req-fcbfac96-202c-46cf-982d-38f95ef42a92 2018-09-04 22:48:50,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.02814984322s 2018-09-04 22:48:50,118 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/file used request id req-fcbfac96-202c-46cf-982d-38f95ef42a92 2018-09-04 22:48:50,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 22:48:50,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:48:50,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-97286297-2245-4a2c-b9ed-be27bea84474 Date: Tue, 04 Sep 2018 22:48:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/snap", "metadata": {}}], "file": "/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/file", "owner": "7c4ab75d889a4f719938a03bb7230463", "id": "fcbe0762-a046-4cf7-9ee4-2a3289f41d2b", "size": 12716032, "self": "/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T22:48:49Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T22:48:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 22:48:50,279 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-97286297-2245-4a2c-b9ed-be27bea84474 2018-09-04 22:48:50,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.160925149918s 2018-09-04 22:48:50,280 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-97286297-2245-4a2c-b9ed-be27bea84474 2018-09-04 22:48:50,282 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/file', 'owner': u'7c4ab75d889a4f719938a03bb7230463', 'id': u'fcbe0762-a046-4cf7-9ee4-2a3289f41d2b', 'size': 12716032, u'self': u'/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7c4ab75d889a4f719938a03bb7230463', 'name': 'neutron_trunk-project_e60813f7-e792-4c99-9646-7bebd22bb623', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T22:48:49Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T22:48:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623', 'created': u'2018-09-04T22:48:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T22:48:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 22:48:50,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 22:48:50,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_e60813f7-e792-4c99-9646-7bebd22bb623", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 22:48:50,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cc5cb69-6d50-4677-99c7-650e0d97e69d x-compute-request-id: req-7cc5cb69-6d50-4677-99c7-650e0d97e69d Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/70a47eda-8a95-463d-825b-8204d151a0e0", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/70a47eda-8a95-463d-825b-8204d151a0e0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "70a47eda-8a95-463d-825b-8204d151a0e0", "name": "neutron_trunk-flavor_e60813f7-e792-4c99-9646-7bebd22bb623", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:48:50,487 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7cc5cb69-6d50-4677-99c7-650e0d97e69d 2018-09-04 22:48:50,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.204360961914s 2018-09-04 22:48:50,488 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7cc5cb69-6d50-4677-99c7-650e0d97e69d returning object 70a47eda-8a95-463d-825b-8204d151a0e0 2018-09-04 22:48:50,488 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_e60813f7-e792-4c99-9646-7bebd22bb623', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'70a47eda-8a95-463d-825b-8204d151a0e0', 'swap': 0}) 2018-09-04 22:48:50,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 22:48:50,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/70a47eda-8a95-463d-825b-8204d151a0e0/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" -d '{"extra_specs": {}}' 2018-09-04 22:48:50,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fa3de462-f5ba-4da3-8610-9cdbe950b2f2 x-compute-request-id: req-fa3de462-f5ba-4da3-8610-9cdbe950b2f2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 22:48:50,511 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/70a47eda-8a95-463d-825b-8204d151a0e0/os-extra_specs used request id req-fa3de462-f5ba-4da3-8610-9cdbe950b2f2 2018-09-04 22:48:50,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214419364929s 2018-09-04 22:48:50,511 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/70a47eda-8a95-463d-825b-8204d151a0e0/os-extra_specs used request id req-fa3de462-f5ba-4da3-8610-9cdbe950b2f2 2018-09-04 22:48:50,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 22:48:50,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:48:50,522 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:48:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:48:50,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:48:50,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d1a6ac6-7d1a-4580-b0b2-c07bc94ee1c5 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "190099142a4b4eca9ecfe42948c1a4ab", "links": {"self": "http://172.30.9.26:5000/v3/roles/190099142a4b4eca9ecfe42948c1a4ab"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 22:48:50,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9d1a6ac6-7d1a-4580-b0b2-c07bc94ee1c5 2018-09-04 22:48:50,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.109838962555s 2018-09-04 22:48:50,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-04 22:48:50,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:48:50,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3699781-feac-40ea-a85e-0a99de5bba6c x-compute-request-id: req-e3699781-feac-40ea-a85e-0a99de5bba6c Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 165}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 168}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 22:48:50,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-e3699781-feac-40ea-a85e-0a99de5bba6c 2018-09-04 22:48:50,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.195421934128s 2018-09-04 22:48:50,822 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-e3699781-feac-40ea-a85e-0a99de5bba6c 2018-09-04 22:48:50,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 22:48:50,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:48:50,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-7a54cc3c-0b9d-4196-9ba5-6c51b0361433 Date: Tue, 04 Sep 2018 22:48:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/snap", "metadata": {}}], "file": "/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/file", "owner": "7c4ab75d889a4f719938a03bb7230463", "id": "fcbe0762-a046-4cf7-9ee4-2a3289f41d2b", "size": 12716032, "self": "/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T22:48:49Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T22:48:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 22:48:50,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7a54cc3c-0b9d-4196-9ba5-6c51b0361433 2018-09-04 22:48:50,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174869060516s 2018-09-04 22:48:50,998 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7a54cc3c-0b9d-4196-9ba5-6c51b0361433 2018-09-04 22:48:51,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 22:48:51,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_e60813f7-e792-4c99-9646-7bebd22bb623", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_e60813f7-e792-4c99-9646-7bebd22bb623"}' 2018-09-04 22:48:51,191 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806 X-Openstack-Request-Id: req-b602c636-be38-4890-9209-256273565d09 Date: Tue, 04 Sep 2018 22:48:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806/file", "owner": "7c4ab75d889a4f719938a03bb7230463", "id": "cc53fdd5-9bfb-4384-b3ed-13bee3306806", "size": null, "self": "/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T22:48:51Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_e60813f7-e792-4c99-9646-7bebd22bb623", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_e60813f7-e792-4c99-9646-7bebd22bb623", "checksum": null, "created_at": "2018-09-04T22:48:51Z", "protected": false} 2018-09-04 22:48:51,191 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-b602c636-be38-4890-9209-256273565d09 2018-09-04 22:48:51,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.190828084946s 2018-09-04 22:48:51,192 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-b602c636-be38-4890-9209-256273565d09 returning object cc53fdd5-9bfb-4384-b3ed-13bee3306806 2018-09-04 22:48:51,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 22:48:51,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" -d '' 2018-09-04 22:48:52,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-10f6af01-dfc4-47c6-a225-0d490df049e8 Date: Tue, 04 Sep 2018 22:48:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:48:52,020 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806/file used request id req-10f6af01-dfc4-47c6-a225-0d490df049e8 2018-09-04 22:48:52,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.827582836151s 2018-09-04 22:48:52,021 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806/file used request id req-10f6af01-dfc4-47c6-a225-0d490df049e8 2018-09-04 22:48:52,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 22:48:52,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:48:52,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-b7e93629-62b5-4e4a-b93e-1acf55dc3b2b Date: Tue, 04 Sep 2018 22:48:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806/snap", "metadata": {}}], "file": "/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806/file", "owner": "7c4ab75d889a4f719938a03bb7230463", "id": "cc53fdd5-9bfb-4384-b3ed-13bee3306806", "size": 12716032, "self": "/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T22:48:51Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_e60813f7-e792-4c99-9646-7bebd22bb623", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_e60813f7-e792-4c99-9646-7bebd22bb623", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T22:48:51Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/snap", "metadata": {}}], "file": "/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/file", "owner": "7c4ab75d889a4f719938a03bb7230463", "id": "fcbe0762-a046-4cf7-9ee4-2a3289f41d2b", "size": 12716032, "self": "/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T22:48:49Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T22:48:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 22:48:52,192 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b7e93629-62b5-4e4a-b93e-1acf55dc3b2b 2018-09-04 22:48:52,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171164035797s 2018-09-04 22:48:52,193 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-b7e93629-62b5-4e4a-b93e-1acf55dc3b2b 2018-09-04 22:48:52,196 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806/file', 'owner': u'7c4ab75d889a4f719938a03bb7230463', 'id': u'cc53fdd5-9bfb-4384-b3ed-13bee3306806', 'size': 12716032, u'self': u'/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7c4ab75d889a4f719938a03bb7230463', 'name': 'neutron_trunk-project_e60813f7-e792-4c99-9646-7bebd22bb623', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T22:48:51Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T22:48:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_e60813f7-e792-4c99-9646-7bebd22bb623', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_e60813f7-e792-4c99-9646-7bebd22bb623', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_e60813f7-e792-4c99-9646-7bebd22bb623', 'created': u'2018-09-04T22:48:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T22:48:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_e60813f7-e792-4c99-9646-7bebd22bb623', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 22:48:52,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 22:48:52,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_e60813f7-e792-4c99-9646-7bebd22bb623", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 22:48:52,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77e2d9d5-4b82-4ae8-890b-4e21bbfc601d x-compute-request-id: req-77e2d9d5-4b82-4ae8-890b-4e21bbfc601d Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bd0767a8-4efe-47ea-9697-e9a38e12622c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bd0767a8-4efe-47ea-9697-e9a38e12622c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bd0767a8-4efe-47ea-9697-e9a38e12622c", "name": "neutron_trunk-flavor_alt_e60813f7-e792-4c99-9646-7bebd22bb623", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:48:52,253 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-77e2d9d5-4b82-4ae8-890b-4e21bbfc601d 2018-09-04 22:48:52,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0564138889313s 2018-09-04 22:48:52,254 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-77e2d9d5-4b82-4ae8-890b-4e21bbfc601d returning object bd0767a8-4efe-47ea-9697-e9a38e12622c 2018-09-04 22:48:52,254 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_e60813f7-e792-4c99-9646-7bebd22bb623', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'bd0767a8-4efe-47ea-9697-e9a38e12622c', 'swap': 0}) 2018-09-04 22:48:52,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 22:48:52,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/bd0767a8-4efe-47ea-9697-e9a38e12622c/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" -d '{"extra_specs": {}}' 2018-09-04 22:48:52,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:48:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f894caf0-c23f-44f6-8751-cabaf31108d7 x-compute-request-id: req-f894caf0-c23f-44f6-8751-cabaf31108d7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 22:48:52,276 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/bd0767a8-4efe-47ea-9697-e9a38e12622c/os-extra_specs used request id req-f894caf0-c23f-44f6-8751-cabaf31108d7 2018-09-04 22:48:52,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213510990143s 2018-09-04 22:48:52,277 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/bd0767a8-4efe-47ea-9697-e9a38e12622c/os-extra_specs used request id req-f894caf0-c23f-44f6-8751-cabaf31108d7 2018-09-04 22:48:52,277 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_e60813f7-e792-4c99-9646-7bebd22bb623', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'bd0767a8-4efe-47ea-9697-e9a38e12622c', 'swap': 0}) 2018-09-04 22:48:55,477 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-04 22:48:54.397 11591 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b046c33d-6e58-43fa-bf2b-e55f8b717306) for deployment 'opnfv-rally' (UUID=f01aa2bc-bada-49a0-95b0-6cdfae173d8d). 2018-09-04 22:48:55.301 11591 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-04 22:48:55.303 11591 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b046c33d-6e58-43fa-bf2b-e55f8b717306) has been successfully configured for deployment 'opnfv-rally' (UUID=f01aa2bc-bada-49a0-95b0-6cdfae173d8d)! 2018-09-04 22:48:55,477 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-04 22:48:55,478 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-04 22:48:55,480 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-04 22:48:55,483 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-04 22:48:58,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b046c33d-6e58-43fa-bf2b-e55f8b717306/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-09-04 22:48:58,632 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-04 22:48:58,648 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-04 22:48:58,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-09-04 22:49:00,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 22:49:00.814 11600 INFO rally.api [-] Starting verification (UUID=444a491a-2158-47e3-aa28-01d845384e8b) for deployment 'opnfv-rally' (UUID=f01aa2bc-bada-49a0-95b0-6cdfae173d8d) by verifier 'opnfv-tempest' (UUID=b046c33d-6e58-43fa-bf2b-e55f8b717306). 2018-09-04 22:49:00,815 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 444a491a-2158-47e3-aa28-01d845384e8b 2018-09-04 22:50:52,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 444a491a-2158-47e3-aa28-01d845384e8b 2018-09-04 22:50:52,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '444a491a-2158-47e3-aa28-01d845384e8b']'. 2018-09-04 22:50:53,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-04 22:50:53,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-04 22:50:53,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 22:50:53,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 444a491a-2158-47e3-aa28-01d845384e8b | 2018-09-04 22:50:53,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-04 22:50:53,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-04 22:49:00 | 2018-09-04 22:50:53,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-04 22:50:51 | 2018-09-04 22:50:53,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:51 | 2018-09-04 22:50:53,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-04 22:50:53,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-04 22:50:53,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b046c33d-6e58-43fa-bf2b-e55f8b717306) | 2018-09-04 22:50:53,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-04 22:50:53,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f01aa2bc-bada-49a0-95b0-6cdfae173d8d) | 2018-09-04 22:50:53,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-09-04 22:50:53,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.258 | 2018-09-04 22:50:53,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-09-04 22:50:53,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-09-04 22:50:53,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-04 22:50:53,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-04 22:50:53,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-04 22:50:53,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 22:50:53,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-04 22:50:53,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-04 22:50:53,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-09-04 22:50:53,311 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 22:50:53,311 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:15 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-09-04 22:50:53,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 22:50:53,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:50:54,415 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-49acddf1-85da-436e-a6d7-5baf44a99cf5 Date: Tue, 04 Sep 2018 22:50:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:50:54,415 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806 used request id req-49acddf1-85da-436e-a6d7-5baf44a99cf5 2018-09-04 22:50:54,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.0978140831s 2018-09-04 22:50:54,416 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/cc53fdd5-9bfb-4384-b3ed-13bee3306806 used request id req-49acddf1-85da-436e-a6d7-5baf44a99cf5 2018-09-04 22:50:54,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 22:50:54,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:50:54,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:50:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86f39f73-5166-48cc-8e7c-ad78c38275c0 x-compute-request-id: req-86f39f73-5166-48cc-8e7c-ad78c38275c0 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/70a47eda-8a95-463d-825b-8204d151a0e0", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/70a47eda-8a95-463d-825b-8204d151a0e0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "70a47eda-8a95-463d-825b-8204d151a0e0", "name": "neutron_trunk-flavor_e60813f7-e792-4c99-9646-7bebd22bb623", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bd0767a8-4efe-47ea-9697-e9a38e12622c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bd0767a8-4efe-47ea-9697-e9a38e12622c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bd0767a8-4efe-47ea-9697-e9a38e12622c", "name": "neutron_trunk-flavor_alt_e60813f7-e792-4c99-9646-7bebd22bb623", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 22:50:54,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-86f39f73-5166-48cc-8e7c-ad78c38275c0 2018-09-04 22:50:54,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0362470149994s 2018-09-04 22:50:54,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-86f39f73-5166-48cc-8e7c-ad78c38275c0 2018-09-04 22:50:54,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 22:50:54,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/bd0767a8-4efe-47ea-9697-e9a38e12622c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:50:54,501 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:50:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0831eb89-601e-428c-96cd-0db8d10b454e x-compute-request-id: req-0831eb89-601e-428c-96cd-0db8d10b454e Content-Length: 0 Content-Type: application/json 2018-09-04 22:50:54,501 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/bd0767a8-4efe-47ea-9697-e9a38e12622c used request id req-0831eb89-601e-428c-96cd-0db8d10b454e 2018-09-04 22:50:54,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0458588600159s 2018-09-04 22:50:54,502 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/bd0767a8-4efe-47ea-9697-e9a38e12622c used request id req-0831eb89-601e-428c-96cd-0db8d10b454e 2018-09-04 22:50:54,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 22:50:54,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/4e42beed-0587-4fcc-8c24-d9de51e30975/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" -d '{"subnet_id": "1d97371b-269a-440d-8e2a-b24dafa37efc"}' 2018-09-04 22:50:56,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f0548286-0dad-4843-ac3f-720bee3aac7f Date: Tue, 04 Sep 2018 22:50:56 GMT RESP BODY: {"network_id": "e0e59810-ba69-475c-990b-fead2d7428a8", "tenant_id": "7c4ab75d889a4f719938a03bb7230463", "subnet_id": "1d97371b-269a-440d-8e2a-b24dafa37efc", "subnet_ids": ["1d97371b-269a-440d-8e2a-b24dafa37efc"], "port_id": "c9aaabf2-657b-4428-885f-e52989bafa3b", "id": "4e42beed-0587-4fcc-8c24-d9de51e30975"} 2018-09-04 22:50:56,015 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4e42beed-0587-4fcc-8c24-d9de51e30975/remove_router_interface.json used request id req-f0548286-0dad-4843-ac3f-720bee3aac7f 2018-09-04 22:50:56,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.51268601418s 2018-09-04 22:50:56,016 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4e42beed-0587-4fcc-8c24-d9de51e30975/remove_router_interface.json used request id req-f0548286-0dad-4843-ac3f-720bee3aac7f returning object 4e42beed-0587-4fcc-8c24-d9de51e30975 2018-09-04 22:50:56,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 22:50:56,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:50:56,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-c08833bf-0ce7-4eb1-9e6f-f1dae271f75e Date: Tue, 04 Sep 2018 22:50:56 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7c4ab75d889a4f719938a03bb7230463", "created_at": "2018-09-04T22:48:41Z", "admin_state_up": true, "updated_at": "2018-09-04T22:50:55Z", "project_id": "7c4ab75d889a4f719938a03bb7230463", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "4e42beed-0587-4fcc-8c24-d9de51e30975", "name": "neutron_trunk-router_e60813f7-e792-4c99-9646-7bebd22bb623"}]} 2018-09-04 22:50:56,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c08833bf-0ce7-4eb1-9e6f-f1dae271f75e 2018-09-04 22:50:56,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.222391843796s 2018-09-04 22:50:56,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c08833bf-0ce7-4eb1-9e6f-f1dae271f75e 2018-09-04 22:50:56,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 22:50:56,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/4e42beed-0587-4fcc-8c24-d9de51e30975.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:50:59,693 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-952b96d1-7d45-492f-ac21-cc213fbba035 Content-Length: 0 Date: Tue, 04 Sep 2018 22:50:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:50:59,694 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/4e42beed-0587-4fcc-8c24-d9de51e30975.json used request id req-952b96d1-7d45-492f-ac21-cc213fbba035 2018-09-04 22:50:59,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.45240306854s 2018-09-04 22:50:59,694 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/4e42beed-0587-4fcc-8c24-d9de51e30975.json used request id req-952b96d1-7d45-492f-ac21-cc213fbba035 2018-09-04 22:50:59,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 22:50:59,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:50:59,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-f73adf4a-9a4a-4501-b3cd-34ae246c3b7a Date: Tue, 04 Sep 2018 22:50:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0e59810-ba69-475c-990b-fead2d7428a8","tenant_id":"7c4ab75d889a4f719938a03bb7230463","created_at":"2018-09-04T22:48:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T22:48:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"7c4ab75d889a4f719938a03bb7230463","id":"1d97371b-269a-440d-8e2a-b24dafa37efc","subnetpool_id":null,"name":"neutron_trunk-subnet_e60813f7-e792-4c99-9646-7bebd22bb623"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c155f81c-0598-42f6-af77-d29c8a273917","tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:09Z","dns_nameservers":[],"updated_at":"2018-09-04T20:32:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"5e644edef9d84161a4895a62a210e366","id":"97e3a010-d0e8-45f7-9bbb-04a537953fb8","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 22:50:59,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-f73adf4a-9a4a-4501-b3cd-34ae246c3b7a 2018-09-04 22:50:59,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.197834014893s 2018-09-04 22:50:59,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-f73adf4a-9a4a-4501-b3cd-34ae246c3b7a 2018-09-04 22:50:59,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 22:50:59,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/1d97371b-269a-440d-8e2a-b24dafa37efc.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:51:01,853 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d000ca27-dd28-4e02-a387-0c17e13102d2 Date: Tue, 04 Sep 2018 22:51:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:51:01,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/1d97371b-269a-440d-8e2a-b24dafa37efc.json used request id req-d000ca27-dd28-4e02-a387-0c17e13102d2 2018-09-04 22:51:01,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.95914697647s 2018-09-04 22:51:01,854 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/1d97371b-269a-440d-8e2a-b24dafa37efc.json used request id req-d000ca27-dd28-4e02-a387-0c17e13102d2 2018-09-04 22:51:01,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 22:51:01,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:51:02,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1398 X-Openstack-Request-Id: req-5fc72a5d-6484-42d2-90cf-8a6562f6a535 Date: Tue, 04 Sep 2018 22:51:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"e0e59810-ba69-475c-990b-fead2d7428a8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":true,"project_id":"7c4ab75d889a4f719938a03bb7230463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:51:01Z","qos_policy_id":null,"name":"neutron_trunk-net_e60813f7-e792-4c99-9646-7bebd22bb623","admin_state_up":true,"tenant_id":"7c4ab75d889a4f719938a03bb7230463","created_at":"2018-09-04T22:48:38Z","provider:network_type":"vxlan"}]} 2018-09-04 22:51:02,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-5fc72a5d-6484-42d2-90cf-8a6562f6a535 2018-09-04 22:51:02,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.233201026917s 2018-09-04 22:51:02,088 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-5fc72a5d-6484-42d2-90cf-8a6562f6a535 2018-09-04 22:51:02,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 22:51:02,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/e0e59810-ba69-475c-990b-fead2d7428a8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:51:02,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca617bb2-4f28-4b31-b76f-f53df08b28b7 Date: Tue, 04 Sep 2018 22:51:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 22:51:02,959 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/e0e59810-ba69-475c-990b-fead2d7428a8.json used request id req-ca617bb2-4f28-4b31-b76f-f53df08b28b7 2018-09-04 22:51:02,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.869708061218s 2018-09-04 22:51:02,959 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/e0e59810-ba69-475c-990b-fead2d7428a8.json used request id req-ca617bb2-4f28-4b31-b76f-f53df08b28b7 2018-09-04 22:51:02,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 22:51:02,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:51:03,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-39596ac8-6d34-401d-89c1-b5d5494cedb8 Date: Tue, 04 Sep 2018 22:51:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/snap", "metadata": {}}], "file": "/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/file", "owner": "7c4ab75d889a4f719938a03bb7230463", "id": "fcbe0762-a046-4cf7-9ee4-2a3289f41d2b", "size": 12716032, "self": "/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T22:48:49Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e60813f7-e792-4c99-9646-7bebd22bb623", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T22:48:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 22:51:03,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-39596ac8-6d34-401d-89c1-b5d5494cedb8 2018-09-04 22:51:03,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185559988022s 2018-09-04 22:51:03,146 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-39596ac8-6d34-401d-89c1-b5d5494cedb8 2018-09-04 22:51:03,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 22:51:03,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d00c574f58ab7b2b67ddb10f9ecf0183ad6b4a9e" 2018-09-04 22:51:04,523 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4d99b0b-7284-4520-93eb-4835dbc5c084 Date: Tue, 04 Sep 2018 22:51:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:51:04,524 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b used request id req-c4d99b0b-7284-4520-93eb-4835dbc5c084 2018-09-04 22:51:04,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.37590193748s 2018-09-04 22:51:04,524 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/fcbe0762-a046-4cf7-9ee4-2a3289f41d2b used request id req-c4d99b0b-7284-4520-93eb-4835dbc5c084 2018-09-04 22:51:04,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 22:51:04,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:51:04,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2bfce55-4b59-44e3-acdd-91e74b322815 x-compute-request-id: req-c2bfce55-4b59-44e3-acdd-91e74b322815 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/70a47eda-8a95-463d-825b-8204d151a0e0", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/70a47eda-8a95-463d-825b-8204d151a0e0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "70a47eda-8a95-463d-825b-8204d151a0e0", "name": "neutron_trunk-flavor_e60813f7-e792-4c99-9646-7bebd22bb623", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 22:51:04,557 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-c2bfce55-4b59-44e3-acdd-91e74b322815 2018-09-04 22:51:04,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0327219963074s 2018-09-04 22:51:04,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-c2bfce55-4b59-44e3-acdd-91e74b322815 2018-09-04 22:51:04,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 22:51:04,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/70a47eda-8a95-463d-825b-8204d151a0e0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:51:04,603 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:51:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2fd31a54-ee74-445c-bb6e-dc8dbc676014 x-compute-request-id: req-2fd31a54-ee74-445c-bb6e-dc8dbc676014 Content-Length: 0 Content-Type: application/json 2018-09-04 22:51:04,604 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/70a47eda-8a95-463d-825b-8204d151a0e0 used request id req-2fd31a54-ee74-445c-bb6e-dc8dbc676014 2018-09-04 22:51:04,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0439651012421s 2018-09-04 22:51:04,604 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/70a47eda-8a95-463d-825b-8204d151a0e0 used request id req-2fd31a54-ee74-445c-bb6e-dc8dbc676014 2018-09-04 22:51:04,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 22:51:04,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:51:04,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a13fe512-259b-4a6b-8125-b65e4c992cd4 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_e60813f7-e792-4c99-9646-7bebd22bb623", "links": {"self": "http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30"}, "domain_id": "default", "enabled": true, "id": "c603ee42e13f4ab58f55f515b43a0c30", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:51:04,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a13fe512-259b-4a6b-8125-b65e4c992cd4 2018-09-04 22:51:04,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100979089737s 2018-09-04 22:51:04,706 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a13fe512-259b-4a6b-8125-b65e4c992cd4 2018-09-04 22:51:04,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 22:51:04,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:51:04,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eedba6fc-ecf4-471e-bd21-68e0d61f874d Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30"}, "enabled": true, "id": "c603ee42e13f4ab58f55f515b43a0c30", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_e60813f7-e792-4c99-9646-7bebd22bb623"}} 2018-09-04 22:51:04,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30 used request id req-eedba6fc-ecf4-471e-bd21-68e0d61f874d 2018-09-04 22:51:04,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0878429412842s 2018-09-04 22:51:04,801 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30 used request id req-eedba6fc-ecf4-471e-bd21-68e0d61f874d 2018-09-04 22:51:04,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 22:51:04,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:51:05,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:51:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca41d946-c97c-4a90-baf2-5144993b82fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:51:05,008 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30 used request id req-ca41d946-c97c-4a90-baf2-5144993b82fb 2018-09-04 22:51:05,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.206492900848s 2018-09-04 22:51:05,008 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c603ee42e13f4ab58f55f515b43a0c30 used request id req-ca41d946-c97c-4a90-baf2-5144993b82fb 2018-09-04 22:51:05,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 22:51:05,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:51:05,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-349ad87e-ae1a-492e-87bc-b74729693524 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.26:5000/v3/projects/7c4ab75d889a4f719938a03bb7230463"}, "enabled": true, "id": "7c4ab75d889a4f719938a03bb7230463", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_e60813f7-e792-4c99-9646-7bebd22bb623"}]} 2018-09-04 22:51:05,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-349ad87e-ae1a-492e-87bc-b74729693524 2018-09-04 22:51:05,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0821630954742s 2018-09-04 22:51:05,092 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-349ad87e-ae1a-492e-87bc-b74729693524 2018-09-04 22:51:05,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 22:51:05,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/7c4ab75d889a4f719938a03bb7230463 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:51:05,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:51:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d95bbe3-9dac-4753-a6e8-5855b3ece0f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:51:05,249 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/7c4ab75d889a4f719938a03bb7230463 used request id req-8d95bbe3-9dac-4753-a6e8-5855b3ece0f7 2018-09-04 22:51:05,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155387163162s 2018-09-04 22:51:05,249 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/7c4ab75d889a4f719938a03bb7230463 used request id req-8d95bbe3-9dac-4753-a6e8-5855b3ece0f7 2018-09-04 22:51:05,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 22:51:05,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:51:05,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed19b12-1231-46ef-8511-7c6d99929559 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "190099142a4b4eca9ecfe42948c1a4ab", "links": {"self": "http://172.30.9.26:5000/v3/roles/190099142a4b4eca9ecfe42948c1a4ab"}, "name": "Member"}, {"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 22:51:05,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2ed19b12-1231-46ef-8511-7c6d99929559 2018-09-04 22:51:05,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0889060497284s 2018-09-04 22:51:05,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 22:51:05,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/190099142a4b4eca9ecfe42948c1a4ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61aac909eae7172f4b9af9b302af1ad4531f35db" 2018-09-04 22:51:05,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:51:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1656672-1e10-4668-9b37-f31234f0abbb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:51:05,462 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/190099142a4b4eca9ecfe42948c1a4ab used request id req-a1656672-1e10-4668-9b37-f31234f0abbb 2018-09-04 22:51:05,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.121845960617s 2018-09-04 22:51:05,464 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:44 | PASS | | vping_userdata | functest | smoke | 00:39 | PASS | | tempest_smoke_serial | functest | smoke | 15:00 | PASS | | rally_sanity | functest | smoke | 26:07 | PASS | | refstack_defcore | functest | smoke | 05:44 | PASS | | patrole | functest | smoke | 02:50 | PASS | | snaps_smoke | functest | smoke | 57:25 | PASS | | neutron_trunk | functest | smoke | 02:15 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-09-04 22:51:05,474 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-04 22:51:05,674 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:51:05,774 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 22:51:09,009 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-276 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-04 22:51:09,012 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=4ucVnDuCPpadZkd3DFk98PQck export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-09-04 22:51:09,012 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 22:51:09,013 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-09-04 22:51:09,013 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-09-04 22:51:09,015 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-04 22:51:13,010 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-276 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-04 22:51:13,012 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=4ucVnDuCPpadZkd3DFk98PQck export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-09-04 22:51:13,012 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 22:51:13,013 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-09-04 22:51:13,021 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-09-04 22:51:13,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 22:51:13,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 22:51:13,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 22:51:13,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 22:51:13,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 22:51:13,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:51:13,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a173c667-6260-42de-ba57-d9de3f6c0d8a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:51:13,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a173c667-6260-42de-ba57-d9de3f6c0d8a 2018-09-04 22:51:13,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:51:13,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-04T23:51:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["1Ddrdl8vQTuhk391KoX0kQ"], "issued_at": "2018-09-04T22:51:13.000000Z"}} 2018-09-04 22:51:13,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 22:51:13,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:14,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-1ac249ef-4258-4cdc-b826-01d54a3c2edb Date: Tue, 04 Sep 2018 22:51:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 22:51:14,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1ac249ef-4258-4cdc-b826-01d54a3c2edb 2018-09-04 22:51:14,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.501903772354s 2018-09-04 22:51:14,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1ac249ef-4258-4cdc-b826-01d54a3c2edb 2018-09-04 22:51:14,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 22:51:14,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:14,484 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 22:51:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 22:51:14,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:14,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ed2e572-5726-4216-9b57-f4523ba0ce93 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 22:51:14,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-4ed2e572-5726-4216-9b57-f4523ba0ce93 2018-09-04 22:51:14,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.299146175385s 2018-09-04 22:51:14,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 22:51:14,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}}' 2018-09-04 22:51:14,900 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c0d54d3-d083-4b6f-9626-d0abb36cd87d Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/af81da9da54a4a08bcb6c948124cc493"}, "enabled": true, "id": "af81da9da54a4a08bcb6c948124cc493", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}} 2018-09-04 22:51:14,900 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-7c0d54d3-d083-4b6f-9626-d0abb36cd87d 2018-09-04 22:51:14,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.124063014984s 2018-09-04 22:51:14,900 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-7c0d54d3-d083-4b6f-9626-d0abb36cd87d 2018-09-04 22:51:14,901 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'id': u'af81da9da54a4a08bcb6c948124cc493', 'description': u'Created by OPNFV Functest: cloudify_ims', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 22:51:14,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 22:51:15,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.375139951706s 2018-09-04 22:51:15,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/f45d508f4ff44ca3a221355b227fdfa2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:15,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-886d5dab-add3-4d4c-91fe-be546a485f8f Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/f45d508f4ff44ca3a221355b227fdfa2"}, "enabled": true, "id": "f45d508f4ff44ca3a221355b227fdfa2", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}} 2018-09-04 22:51:15,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/f45d508f4ff44ca3a221355b227fdfa2 used request id req-886d5dab-add3-4d4c-91fe-be546a485f8f 2018-09-04 22:51:15,378 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f45d508f4ff44ca3a221355b227fdfa2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2'}) 2018-09-04 22:51:15,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 22:51:15,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:15,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa2c0df9-82f4-4e97-afa5-af63ea43ad19 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 22:51:15,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fa2c0df9-82f4-4e97-afa5-af63ea43ad19 2018-09-04 22:51:15,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0901908874512s 2018-09-04 22:51:15,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 22:51:15,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:15,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-396502ce-3bee-44cd-8f6c-0111b21b7310 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 22:51:15,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-396502ce-3bee-44cd-8f6c-0111b21b7310 2018-09-04 22:51:15,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.086354970932s 2018-09-04 22:51:15,558 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 22:51:15,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 22:51:15,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" -d '{"role": {"name": "Member"}}' 2018-09-04 22:51:15,666 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 22:51:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98298615-76bd-456c-a36c-e13e46dc7738 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a5281108e9704ad687bbcaa62b68bc59", "links": {"self": "http://172.30.9.26:5000/v3/roles/a5281108e9704ad687bbcaa62b68bc59"}, "name": "Member"}} 2018-09-04 22:51:15,666 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-98298615-76bd-456c-a36c-e13e46dc7738 2018-09-04 22:51:15,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.108153104782s 2018-09-04 22:51:15,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/a5281108e9704ad687bbcaa62b68bc59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:15,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faab93e8-9488-4db5-8a0b-33554a60ca3b Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/a5281108e9704ad687bbcaa62b68bc59"}, "domain_id": null, "name": "Member", "id": "a5281108e9704ad687bbcaa62b68bc59"}} 2018-09-04 22:51:15,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/a5281108e9704ad687bbcaa62b68bc59 used request id req-faab93e8-9488-4db5-8a0b-33554a60ca3b 2018-09-04 22:51:15,752 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/a5281108e9704ad687bbcaa62b68bc59'}, 'domain_id': None, 'human_id': None, 'id': u'a5281108e9704ad687bbcaa62b68bc59', 'HUMAN_ID': False}) 2018-09-04 22:51:15,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 22:51:15,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:15,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14ee2402-dba0-4dc5-bdcf-bc6618724618 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5281108e9704ad687bbcaa62b68bc59", "links": {"self": "http://172.30.9.26:5000/v3/roles/a5281108e9704ad687bbcaa62b68bc59"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 22:51:15,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-14ee2402-dba0-4dc5-bdcf-bc6618724618 2018-09-04 22:51:15,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0849349498749s 2018-09-04 22:51:15,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 22:51:15,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:15,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2fd6a03-5e01-49f4-89ef-0ccf041ddf3e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 22:51:15,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-e2fd6a03-5e01-49f4-89ef-0ccf041ddf3e 2018-09-04 22:51:15,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.077290058136s 2018-09-04 22:51:15,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 22:51:15,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:16,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc3e61d4-8dd5-47c2-931b-b27fb105088d Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "links": {"self": "http://172.30.9.26:5000/v3/users/f45d508f4ff44ca3a221355b227fdfa2"}, "domain_id": "default", "enabled": true, "id": "f45d508f4ff44ca3a221355b227fdfa2", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 22:51:16,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-bc3e61d4-8dd5-47c2-931b-b27fb105088d 2018-09-04 22:51:16,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.09778881073s 2018-09-04 22:51:16,016 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-bc3e61d4-8dd5-47c2-931b-b27fb105088d 2018-09-04 22:51:16,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 22:51:16,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:16,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf7fab6-f7a5-4e85-92e9-d3e1d5da4863 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/af81da9da54a4a08bcb6c948124cc493"}, "enabled": true, "id": "af81da9da54a4a08bcb6c948124cc493", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}]} 2018-09-04 22:51:16,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-1bf7fab6-f7a5-4e85-92e9-d3e1d5da4863 2018-09-04 22:51:16,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0835208892822s 2018-09-04 22:51:16,106 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-1bf7fab6-f7a5-4e85-92e9-d3e1d5da4863 2018-09-04 22:51:16,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 22:51:16,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=f45d508f4ff44ca3a221355b227fdfa2&scope.project.id=af81da9da54a4a08bcb6c948124cc493&role.id=a5281108e9704ad687bbcaa62b68bc59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:16,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c1cc1ab-9b71-4901-92c7-84abc4cd69b7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=f45d508f4ff44ca3a221355b227fdfa2&scope.project.id=af81da9da54a4a08bcb6c948124cc493&role.id=a5281108e9704ad687bbcaa62b68bc59", "previous": null, "next": null}} 2018-09-04 22:51:16,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=f45d508f4ff44ca3a221355b227fdfa2&scope.project.id=af81da9da54a4a08bcb6c948124cc493&role.id=a5281108e9704ad687bbcaa62b68bc59 used request id req-9c1cc1ab-9b71-4901-92c7-84abc4cd69b7 2018-09-04 22:51:16,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0724229812622s 2018-09-04 22:51:16,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 22:51:16,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/af81da9da54a4a08bcb6c948124cc493/users/f45d508f4ff44ca3a221355b227fdfa2/roles/a5281108e9704ad687bbcaa62b68bc59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:16,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 22:51:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09d287ce-eeda-4e4a-9360-da3bfb3346da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 22:51:16,309 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/af81da9da54a4a08bcb6c948124cc493/users/f45d508f4ff44ca3a221355b227fdfa2/roles/a5281108e9704ad687bbcaa62b68bc59 used request id req-09d287ce-eeda-4e4a-9360-da3bfb3346da 2018-09-04 22:51:16,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128741979599s 2018-09-04 22:51:16,311 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '51f3acbf-ece3-4c49-99e9-d4d64f29c3a5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'cloudify_ims-user_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'project_id': u'af81da9da54a4a08bcb6c948124cc493', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 22:51:16,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 22:51:16,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 22:51:16,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 22:51:16,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 22:51:16,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 22:51:16,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 22:51:16,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 22:51:16,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 22:51:16,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 22:51:16,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 22:51:16,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 22:51:16,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 22:51:16,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 22:51:16,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 22:51:16,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 22:51:16,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 22:51:16,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 22:51:16,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 22:51:16,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 22:51:16,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 22:51:16,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 22:51:16,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 22:51:16,317 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'password': '51f3acbf-ece3-4c49-99e9-d4d64f29c3a5', 'project_name': 'cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'af81da9da54a4a08bcb6c948124cc493', 'project_domain_name': 'Default'} 2018-09-04 22:51:16,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'cloudify.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo129', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'descriptor': {u'file_name': u'/src/cloudify_vims/openstack-blueprint.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}} 2018-09-04 22:51:16,384 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-09-04 22:51:16,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 22:51:16,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:16,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fbae4b1-beaa-43d3-85c8-74d50d42dbea Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 22:51:16,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-8fbae4b1-beaa-43d3-85c8-74d50d42dbea 2018-09-04 22:51:16,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0814468860626s 2018-09-04 22:51:16,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 22:51:16,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:51:16,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cd3cf01-d13a-4874-aee4-3c4d113d0a42 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/af81da9da54a4a08bcb6c948124cc493"}, "enabled": true, "id": "af81da9da54a4a08bcb6c948124cc493", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}]} 2018-09-04 22:51:16,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-2cd3cf01-d13a-4874-aee4-3c4d113d0a42 2018-09-04 22:51:16,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801060199738s 2018-09-04 22:51:16,548 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-2cd3cf01-d13a-4874-aee4-3c4d113d0a42 2018-09-04 22:51:16,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 22:51:16,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" -d '{"network": {"tenant_id": "af81da9da54a4a08bcb6c948124cc493", "name": "cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "admin_state_up": true}}' 2018-09-04 22:51:17,053 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-714d6980-0b02-4789-88c7-82f8196d1ab4 Date: Tue, 04 Sep 2018 22:51:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"83b1b773-2017-40a7-b259-f0db606c4bdb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"af81da9da54a4a08bcb6c948124cc493","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T22:51:16Z","is_default":false,"qos_policy_id":null,"name":"cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2","admin_state_up":true,"tenant_id":"af81da9da54a4a08bcb6c948124cc493","created_at":"2018-09-04T22:51:16Z","mtu":1450}} 2018-09-04 22:51:17,054 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-714d6980-0b02-4789-88c7-82f8196d1ab4 2018-09-04 22:51:17,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.503086090088s 2018-09-04 22:51:17,054 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-714d6980-0b02-4789-88c7-82f8196d1ab4 2018-09-04 22:51:17,055 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T22:51:16Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'83b1b773-2017-40a7-b259-f0db606c4bdb', u'provider:segmentation_id': 1, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'created_at': u'2018-09-04T22:51:16Z', u'mtu': 1450, u'tenant_id': u'af81da9da54a4a08bcb6c948124cc493', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'af81da9da54a4a08bcb6c948124cc493'}) 2018-09-04 22:51:17,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 22:51:17,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4224624c-f670-4c3d-8dfc-329ff61b28d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 22:51:17,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4224624c-f670-4c3d-8dfc-329ff61b28d9 2018-09-04 22:51:17,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 22:51:17,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a5281108e9704ad687bbcaa62b68bc59", "name": "Member"}], "expires_at": "2018-09-04T23:51:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af81da9da54a4a08bcb6c948124cc493", "name": "cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/af81da9da54a4a08bcb6c948124cc493", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/af81da9da54a4a08bcb6c948124cc493", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/af81da9da54a4a08bcb6c948124cc493", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/af81da9da54a4a08bcb6c948124cc493", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/af81da9da54a4a08bcb6c948124cc493", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/af81da9da54a4a08bcb6c948124cc493", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/af81da9da54a4a08bcb6c948124cc493", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/af81da9da54a4a08bcb6c948124cc493", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/af81da9da54a4a08bcb6c948124cc493", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/af81da9da54a4a08bcb6c948124cc493", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/af81da9da54a4a08bcb6c948124cc493", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/af81da9da54a4a08bcb6c948124cc493", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "id": "f45d508f4ff44ca3a221355b227fdfa2"}, "audit_ids": ["hNK5FADxTCG5pLol7D_-0A"], "issued_at": "2018-09-04T22:51:17.000000Z"}} 2018-09-04 22:51:17,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 22:51:17,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:51:17,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-943b40ea-7740-4703-bc5f-a37bfb26f104 Date: Tue, 04 Sep 2018 22:51:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T22:51:16Z","tenant_id":"af81da9da54a4a08bcb6c948124cc493","created_at":"2018-09-04T22:51:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"af81da9da54a4a08bcb6c948124cc493","id":"83b1b773-2017-40a7-b259-f0db606c4bdb","name":"cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:51:17,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-943b40ea-7740-4703-bc5f-a37bfb26f104 2018-09-04 22:51:17,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367710113525s 2018-09-04 22:51:17,817 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-943b40ea-7740-4703-bc5f-a37bfb26f104 2018-09-04 22:51:17,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 22:51:17,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"subnet": {"name": "cloudify_ims-subnet_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "enable_dhcp": true, "network_id": "83b1b773-2017-40a7-b259-f0db606c4bdb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 22:51:18,604 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9265c8e4-a831-4e8c-ac21-e08523d337f3 Date: Tue, 04 Sep 2018 22:51:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"83b1b773-2017-40a7-b259-f0db606c4bdb","tenant_id":"af81da9da54a4a08bcb6c948124cc493","created_at":"2018-09-04T22:51:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T22:51:18Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"af81da9da54a4a08bcb6c948124cc493","id":"1b0f528a-adde-4edb-8f84-1c564b3b1b34","subnetpool_id":null,"name":"cloudify_ims-subnet_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}} 2018-09-04 22:51:18,604 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-9265c8e4-a831-4e8c-ac21-e08523d337f3 2018-09-04 22:51:18,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.78530216217s 2018-09-04 22:51:18,605 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-9265c8e4-a831-4e8c-ac21-e08523d337f3 2018-09-04 22:51:18,605 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T22:51:18Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'1b0f528a-adde-4edb-8f84-1c564b3b1b34', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'enable_dhcp': True, u'network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb', u'tenant_id': u'af81da9da54a4a08bcb6c948124cc493', u'created_at': u'2018-09-04T22:51:18Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'af81da9da54a4a08bcb6c948124cc493'}) 2018-09-04 22:51:18,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 22:51:18,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "cloudify_ims-router_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "admin_state_up": true}}' 2018-09-04 22:51:23,679 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-986c7a0e-f25f-4326-9162-a805d3f360fc Date: Tue, 04 Sep 2018 22:51:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:51:19Z", "admin_state_up": true, "updated_at": "2018-09-04T22:51:20Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "beb89537-8362-43ad-b026-b4bef9f263fb", "name": "cloudify_ims-router_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}} 2018-09-04 22:51:23,679 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-986c7a0e-f25f-4326-9162-a805d3f360fc 2018-09-04 22:51:23,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.07332086563s 2018-09-04 22:51:23,680 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-986c7a0e-f25f-4326-9162-a805d3f360fc 2018-09-04 22:51:23,680 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T22:51:20Z', u'revision_number': 2, u'id': u'beb89537-8362-43ad-b026-b4bef9f263fb', u'external_gateway_info': {u'network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'97e3a010-d0e8-45f7-9bbb-04a537953fb8', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'admin_state_up': True, u'tenant_id': u'af81da9da54a4a08bcb6c948124cc493', u'created_at': u'2018-09-04T22:51:19Z', u'flavor_id': None, u'routes': [], u'project_id': u'af81da9da54a4a08bcb6c948124cc493'}) 2018-09-04 22:51:23,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 22:51:23,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/beb89537-8362-43ad-b026-b4bef9f263fb/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"subnet_id": "1b0f528a-adde-4edb-8f84-1c564b3b1b34"}' 2018-09-04 22:51:25,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a9ec0d77-c357-4ce3-979f-5f5acfab0fea Date: Tue, 04 Sep 2018 22:51:25 GMT RESP BODY: {"network_id": "83b1b773-2017-40a7-b259-f0db606c4bdb", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "subnet_id": "1b0f528a-adde-4edb-8f84-1c564b3b1b34", "subnet_ids": ["1b0f528a-adde-4edb-8f84-1c564b3b1b34"], "port_id": "8e28accc-9fc6-40ab-8fd4-f74b94a4a102", "id": "beb89537-8362-43ad-b026-b4bef9f263fb"} 2018-09-04 22:51:25,821 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/beb89537-8362-43ad-b026-b4bef9f263fb/add_router_interface.json used request id req-a9ec0d77-c357-4ce3-979f-5f5acfab0fea 2018-09-04 22:51:25,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.14029693604s 2018-09-04 22:51:25,822 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/beb89537-8362-43ad-b026-b4bef9f263fb/add_router_interface.json used request id req-a9ec0d77-c357-4ce3-979f-5f5acfab0fea returning object beb89537-8362-43ad-b026-b4bef9f263fb 2018-09-04 22:51:25,822 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-09-04 22:51:49,494 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-09-04 22:51:49,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:51:49,503 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 22:51:49 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-09-04 22:51:49,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 22:51:49,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:51:49,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-dd07cff3-025a-4260-bc24-809d3d43b455 Date: Tue, 04 Sep 2018 22:51:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 22:51:49,680 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-dd07cff3-025a-4260-bc24-809d3d43b455 2018-09-04 22:51:49,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173817873001s 2018-09-04 22:51:49,681 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-dd07cff3-025a-4260-bc24-809d3d43b455 2018-09-04 22:51:49,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 22:51:49,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}' 2018-09-04 22:51:50,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2 X-Openstack-Request-Id: req-9b3860f5-6350-4578-8521-71dde9012fdf Date: Tue, 04 Sep 2018 22:51:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2/file", "owner": "af81da9da54a4a08bcb6c948124cc493", "id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "size": null, "self": "/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-09-04T22:51:50Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "checksum": null, "created_at": "2018-09-04T22:51:50Z", "protected": false} 2018-09-04 22:51:50,275 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-9b3860f5-6350-4578-8521-71dde9012fdf 2018-09-04 22:51:50,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.592240810394s 2018-09-04 22:51:50,275 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-9b3860f5-6350-4578-8521-71dde9012fdf returning object 270e0614-951c-41e3-a058-3101fa0c1ed2 2018-09-04 22:51:50,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 22:51:50,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '' 2018-09-04 22:53:05,462 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-40a841de-843b-4576-9e4c-79023f531758 Date: Tue, 04 Sep 2018 22:53:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:53:05,462 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2/file used request id req-40a841de-843b-4576-9e4c-79023f531758 2018-09-04 22:53:05,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 75.1863560677s 2018-09-04 22:53:05,463 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2/file used request id req-40a841de-843b-4576-9e4c-79023f531758 2018-09-04 22:53:05,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 22:53:05,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:05,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-72e8791c-da92-4dc8-a89b-a48488542b3d Date: Tue, 04 Sep 2018 22:53:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/270e0614-951c-41e3-a058-3101fa0c1ed2/snap", "metadata": {}}], "file": "/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2/file", "owner": "af81da9da54a4a08bcb6c948124cc493", "id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "size": 4373348352, "self": "/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/270e0614-951c-41e3-a058-3101fa0c1ed2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-09-04T22:53:05Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-04T22:51:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 22:53:05,640 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-72e8791c-da92-4dc8-a89b-a48488542b3d 2018-09-04 22:53:05,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176315069199s 2018-09-04 22:53:05,640 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-72e8791c-da92-4dc8-a89b-a48488542b3d 2018-09-04 22:53:05,642 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/270e0614-951c-41e3-a058-3101fa0c1ed2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2/file', 'owner': u'af81da9da54a4a08bcb6c948124cc493', 'id': u'270e0614-951c-41e3-a058-3101fa0c1ed2', 'size': 4373348352, u'self': u'/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'af81da9da54a4a08bcb6c948124cc493', 'name': 'cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/270e0614-951c-41e3-a058-3101fa0c1ed2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T22:53:05Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-04T22:53:05Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'created': u'2018-09-04T22:51:50Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-09-04T22:51:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-09-04 22:53:05,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 22:53:05,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-09-04 22:53:05,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aec1dda1-c379-4b3b-ade8-aa96c4a69405 x-compute-request-id: req-aec1dda1-c379-4b3b-ade8-aa96c4a69405 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "21304313-6e13-444e-9d75-390ca16034de", "name": "cloudify_ims-flavor_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:53:05,830 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-aec1dda1-c379-4b3b-ade8-aa96c4a69405 2018-09-04 22:53:05,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.186920881271s 2018-09-04 22:53:05,831 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-aec1dda1-c379-4b3b-ade8-aa96c4a69405 returning object 21304313-6e13-444e-9d75-390ca16034de 2018-09-04 22:53:05,832 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'ephemeral': 0, 'ram': 4096, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 40, 'id': u'21304313-6e13-444e-9d75-390ca16034de', 'swap': 0}) 2018-09-04 22:53:05,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 22:53:05,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/21304313-6e13-444e-9d75-390ca16034de/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" -d '{"extra_specs": {}}' 2018-09-04 22:53:05,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e54bd3a5-fecb-4e35-9847-106a2ac6a4e4 x-compute-request-id: req-e54bd3a5-fecb-4e35-9847-106a2ac6a4e4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 22:53:05,856 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/21304313-6e13-444e-9d75-390ca16034de/os-extra_specs used request id req-e54bd3a5-fecb-4e35-9847-106a2ac6a4e4 2018-09-04 22:53:05,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.023491859436s 2018-09-04 22:53:05,856 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/21304313-6e13-444e-9d75-390ca16034de/os-extra_specs used request id req-e54bd3a5-fecb-4e35-9847-106a2ac6a4e4 2018-09-04 22:53:05,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-04 22:53:05,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"keypair": {"name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}}' 2018-09-04 22:53:06,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fdfbe03-cd45-4749-a17c-a6c245d264b0 x-compute-request-id: req-7fdfbe03-cd45-4749-a17c-a6c245d264b0 Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8zgr4XN5FzAMtQdjIMDCi7IuJ91iPXzAYVdUlCL6JOP/7geI52SsOQmIvircnAhu6197ZCUpoWHTtR21fFg79bdjvdkJSzRG56DW8Jguw9Ifg/i6J2pmwhz0EfD5Oz+SylIw5rF3qC/qh9i8KyRsoaKqaN1dKW6fSm68oclIiNBSAHvEUX6bzUYpe2jsIitvDLz6cJK5HhGr8OLFPr6gFbG8/GmKP+m1QNCffsEDAUVO1Zth2slQMcV7PnzXQ9QFH3Si/7qn7s2gpQLHTqiuB5ZI7famreQOtBkU6qeXfhSfCuwVuRmxCoNxGNvk7VdezfzoX2YYlCKxNQZBX98K9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvM4K+FzeRcwDLUHYyDAwouyLifdYj18wGFXVJQi+iTj/+4Hi\nOdkrDkJiL4q3JwIbutfe2QlKaFh07UdtXxYO/W3Y73ZCUs0Rueg1vCYLsPSH4P4u\nidqZsIc9BHw+Ts/kspSMOaxd6gv6ofYvCskbKGiqmjdXSlun0puvKHJSIjQUgB7x\nFF+m81GKXto7CIrbwy8+nCSuR4Rq/DixT6+oBWxvPxpij/ptUDQn37BAwFFTtWbY\ndrJUDHFez5810PUBR90ov+6p+7NoKUCx06orgeWSO32pq3kDrQZFOqnl34UnwrsF\nbkZsQqDcRjb5O1XXs386F9mGJQisTUGQV/fCvQIDAQABAoIBAQCYQgUgwyvQ17Rc\nI/Thg9NFIENrcJfvjxDnHxjzc7jMSrZMqjK4+gQ5zJkHw/Ltt0qLhBjHqDFkMqmg\nzHBMNSrDf3lpq1HTGmNILBZhc8EL5DdL30/ChhJZBMbVPii1P/wrc5Yd0H4wB5cI\nU9Md/I41KSsjkKuJYJ7XPgukL4VC5KBCJxW0VMhM2cC2YmeFORc/+MnKdoZ9Oar+\nsYzHKqzU20T6ueDAyOc9a7OcgRONCQaT1OLdi8gajvFNxIKUbY3BhUWypSC3zf6N\nf1wxwLrwf9PgDbZkfexZEiZHKO6Y+SNHOhQmUhUch2MDiEzj9m0o5b5Xl76qmDVh\nD/CMjugBAoGBAOJJJRgMgPjfhMRo9ALoetG4RMVQl3AnreQ/iFhD/USyvgbArtcv\nmdr2jE/qAO/wynhay1alRLys2c05XoOQohM52z0dTY09HLcGovHESBfYWx9G3kAf\nJHu0lKBTnrJsf1uBMVUqzA7oFq/kPQfaOUDF4z5kVKko97xWid6ghMIBAoGBANWY\n73kY3obanlZ8CcrorjJn4MhSEyZhmMRH3QFkv32Qa4GeYVYSb+0qSJNRL5MVQ95v\nbv52LqNXPvdqMcGdufYsLe9gBeQIlYIg6CIaX8NRIzxDxIS+we3k1XL3WhGqCjWY\n6xr3QnNU94n+mC2lC2X3JHORvOUmT0IFdySG5Ii9AoGAVidzMAzSre6sJfuvq8vH\nt0FpLZbZkaIJ2vU1fCWmsBk9sGR8LQG6mlt0YJi/cptC+z/WW07hNNS6uCA3k+/l\nRVyp1ELr2/KAlE66i0IoEKwXRXk99TvmMBM44zHzIgudEcHGfp6kwqgqux0y/2Je\nmgK92mtosF8gs1xfcZu78AECgYBmiY1kX8jrieV69P6qdrqxHebto2DoCvAQQcNZ\nmOjIOV0ykzp83Er42lSOy+l/vTSggnQRGeDXrtleYo9SOAp+n8TJZhpN1sUW+/8T\n5/9Svw+gLZQYeY6VSkYhc5a8ZhmSkz9B6bLvtLlEeIDLYLCxGUxZYnwAsTxZIFCK\nq2roLQKBgQCwYrZ4ebnKUIUHV7+KfwBbJoTMn3ftCiEAINYxXKSjkXA/xDfUDRax\nwYmVWbskJ8WGSSeULq+rVuG5S6T7X6NHLKwuxQSKc6Ck5S0vuLDnpFb2xxIP75Ey\nhOTq345VBDfCC3jCLpHUbiodwyat/EHiEfDgNlmevZa2UoEt9y+UDQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "fingerprint": "fd:e5:29:87:ff:fd:c1:8b:c7:33:ec:ad:54:0e:01:65"}} 2018-09-04 22:53:06,213 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-7fdfbe03-cd45-4749-a17c-a6c245d264b0 2018-09-04 22:53:06,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.356324195862s 2018-09-04 22:53:06,214 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-7fdfbe03-cd45-4749-a17c-a6c245d264b0 2018-09-04 22:53:06,214 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8zgr4XN5FzAMtQdjIMDCi7IuJ91iPXzAYVdUlCL6JOP/7geI52SsOQmIvircnAhu6197ZCUpoWHTtR21fFg79bdjvdkJSzRG56DW8Jguw9Ifg/i6J2pmwhz0EfD5Oz+SylIw5rF3qC/qh9i8KyRsoaKqaN1dKW6fSm68oclIiNBSAHvEUX6bzUYpe2jsIitvDLz6cJK5HhGr8OLFPr6gFbG8/GmKP+m1QNCffsEDAUVO1Zth2slQMcV7PnzXQ9QFH3Si/7qn7s2gpQLHTqiuB5ZI7famreQOtBkU6qeXfhSfCuwVuRmxCoNxGNvk7VdezfzoX2YYlCKxNQZBX98K9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvM4K+FzeRcwDLUHYyDAwouyLifdYj18wGFXVJQi+iTj/+4Hi\nOdkrDkJiL4q3JwIbutfe2QlKaFh07UdtXxYO/W3Y73ZCUs0Rueg1vCYLsPSH4P4u\nidqZsIc9BHw+Ts/kspSMOaxd6gv6ofYvCskbKGiqmjdXSlun0puvKHJSIjQUgB7x\nFF+m81GKXto7CIrbwy8+nCSuR4Rq/DixT6+oBWxvPxpij/ptUDQn37BAwFFTtWbY\ndrJUDHFez5810PUBR90ov+6p+7NoKUCx06orgeWSO32pq3kDrQZFOqnl34UnwrsF\nbkZsQqDcRjb5O1XXs386F9mGJQisTUGQV/fCvQIDAQABAoIBAQCYQgUgwyvQ17Rc\nI/Thg9NFIENrcJfvjxDnHxjzc7jMSrZMqjK4+gQ5zJkHw/Ltt0qLhBjHqDFkMqmg\nzHBMNSrDf3lpq1HTGmNILBZhc8EL5DdL30/ChhJZBMbVPii1P/wrc5Yd0H4wB5cI\nU9Md/I41KSsjkKuJYJ7XPgukL4VC5KBCJxW0VMhM2cC2YmeFORc/+MnKdoZ9Oar+\nsYzHKqzU20T6ueDAyOc9a7OcgRONCQaT1OLdi8gajvFNxIKUbY3BhUWypSC3zf6N\nf1wxwLrwf9PgDbZkfexZEiZHKO6Y+SNHOhQmUhUch2MDiEzj9m0o5b5Xl76qmDVh\nD/CMjugBAoGBAOJJJRgMgPjfhMRo9ALoetG4RMVQl3AnreQ/iFhD/USyvgbArtcv\nmdr2jE/qAO/wynhay1alRLys2c05XoOQohM52z0dTY09HLcGovHESBfYWx9G3kAf\nJHu0lKBTnrJsf1uBMVUqzA7oFq/kPQfaOUDF4z5kVKko97xWid6ghMIBAoGBANWY\n73kY3obanlZ8CcrorjJn4MhSEyZhmMRH3QFkv32Qa4GeYVYSb+0qSJNRL5MVQ95v\nbv52LqNXPvdqMcGdufYsLe9gBeQIlYIg6CIaX8NRIzxDxIS+we3k1XL3WhGqCjWY\n6xr3QnNU94n+mC2lC2X3JHORvOUmT0IFdySG5Ii9AoGAVidzMAzSre6sJfuvq8vH\nt0FpLZbZkaIJ2vU1fCWmsBk9sGR8LQG6mlt0YJi/cptC+z/WW07hNNS6uCA3k+/l\nRVyp1ELr2/KAlE66i0IoEKwXRXk99TvmMBM44zHzIgudEcHGfp6kwqgqux0y/2Je\nmgK92mtosF8gs1xfcZu78AECgYBmiY1kX8jrieV69P6qdrqxHebto2DoCvAQQcNZ\nmOjIOV0ykzp83Er42lSOy+l/vTSggnQRGeDXrtleYo9SOAp+n8TJZhpN1sUW+/8T\n5/9Svw+gLZQYeY6VSkYhc5a8ZhmSkz9B6bLvtLlEeIDLYLCxGUxZYnwAsTxZIFCK\nq2roLQKBgQCwYrZ4ebnKUIUHV7+KfwBbJoTMn3ftCiEAINYxXKSjkXA/xDfUDRax\nwYmVWbskJ8WGSSeULq+rVuG5S6T7X6NHLKwuxQSKc6Ck5S0vuLDnpFb2xxIP75Ey\nhOTq345VBDfCC3jCLpHUbiodwyat/EHiEfDgNlmevZa2UoEt9y+UDQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f45d508f4ff44ca3a221355b227fdfa2', 'name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'created_at': '2018-09-04T22:53:06.214916', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'af81da9da54a4a08bcb6c948124cc493', 'name': 'cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'fd:e5:29:87:ff:fd:c1:8b:c7:33:ec:ad:54:0e:01:65', 'type': 'ssh', 'id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2'}) 2018-09-04 22:53:06,215 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAvM4K+FzeRcwDLUHYyDAwouyLifdYj18wGFXVJQi+iTj/+4Hi OdkrDkJiL4q3JwIbutfe2QlKaFh07UdtXxYO/W3Y73ZCUs0Rueg1vCYLsPSH4P4u idqZsIc9BHw+Ts/kspSMOaxd6gv6ofYvCskbKGiqmjdXSlun0puvKHJSIjQUgB7x FF+m81GKXto7CIrbwy8+nCSuR4Rq/DixT6+oBWxvPxpij/ptUDQn37BAwFFTtWbY drJUDHFez5810PUBR90ov+6p+7NoKUCx06orgeWSO32pq3kDrQZFOqnl34UnwrsF bkZsQqDcRjb5O1XXs386F9mGJQisTUGQV/fCvQIDAQABAoIBAQCYQgUgwyvQ17Rc I/Thg9NFIENrcJfvjxDnHxjzc7jMSrZMqjK4+gQ5zJkHw/Ltt0qLhBjHqDFkMqmg zHBMNSrDf3lpq1HTGmNILBZhc8EL5DdL30/ChhJZBMbVPii1P/wrc5Yd0H4wB5cI U9Md/I41KSsjkKuJYJ7XPgukL4VC5KBCJxW0VMhM2cC2YmeFORc/+MnKdoZ9Oar+ sYzHKqzU20T6ueDAyOc9a7OcgRONCQaT1OLdi8gajvFNxIKUbY3BhUWypSC3zf6N f1wxwLrwf9PgDbZkfexZEiZHKO6Y+SNHOhQmUhUch2MDiEzj9m0o5b5Xl76qmDVh D/CMjugBAoGBAOJJJRgMgPjfhMRo9ALoetG4RMVQl3AnreQ/iFhD/USyvgbArtcv mdr2jE/qAO/wynhay1alRLys2c05XoOQohM52z0dTY09HLcGovHESBfYWx9G3kAf JHu0lKBTnrJsf1uBMVUqzA7oFq/kPQfaOUDF4z5kVKko97xWid6ghMIBAoGBANWY 73kY3obanlZ8CcrorjJn4MhSEyZhmMRH3QFkv32Qa4GeYVYSb+0qSJNRL5MVQ95v bv52LqNXPvdqMcGdufYsLe9gBeQIlYIg6CIaX8NRIzxDxIS+we3k1XL3WhGqCjWY 6xr3QnNU94n+mC2lC2X3JHORvOUmT0IFdySG5Ii9AoGAVidzMAzSre6sJfuvq8vH t0FpLZbZkaIJ2vU1fCWmsBk9sGR8LQG6mlt0YJi/cptC+z/WW07hNNS6uCA3k+/l RVyp1ELr2/KAlE66i0IoEKwXRXk99TvmMBM44zHzIgudEcHGfp6kwqgqux0y/2Je mgK92mtosF8gs1xfcZu78AECgYBmiY1kX8jrieV69P6qdrqxHebto2DoCvAQQcNZ mOjIOV0ykzp83Er42lSOy+l/vTSggnQRGeDXrtleYo9SOAp+n8TJZhpN1sUW+/8T 5/9Svw+gLZQYeY6VSkYhc5a8ZhmSkz9B6bLvtLlEeIDLYLCxGUxZYnwAsTxZIFCK q2roLQKBgQCwYrZ4ebnKUIUHV7+KfwBbJoTMn3ftCiEAINYxXKSjkXA/xDfUDRax wYmVWbskJ8WGSSeULq+rVuG5S6T7X6NHLKwuxQSKc6Ck5S0vuLDnpFb2xxIP75Ey hOTq345VBDfCC3jCLpHUbiodwyat/EHiEfDgNlmevZa2UoEt9y+UDQ== -----END RSA PRIVATE KEY----- 2018-09-04 22:53:06,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-04 22:53:06,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"security_group": {"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-09-04 22:53:06,553 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-ea78699b-c857-47cd-97f4-2f183854581c Date: Tue, 04 Sep 2018 22:53:06 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:06Z", "updated_at": "2018-09-04T22:53:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "2e50a146-ed6b-4b97-ab46-7ae3a23926a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "55b4ce13-be0a-45fc-bf83-ef7c1862fe36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 2, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}} 2018-09-04 22:53:06,553 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-ea78699b-c857-47cd-97f4-2f183854581c 2018-09-04 22:53:06,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.334733963013s 2018-09-04 22:53:06,553 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-ea78699b-c857-47cd-97f4-2f183854581c 2018-09-04 22:53:06,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 22:53:06,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:06,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-8b47f5b1-d7d1-437f-ba23-98c12e5e8532 Date: Tue, 04 Sep 2018 22:53:06 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:06Z", "updated_at": "2018-09-04T22:53:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "2e50a146-ed6b-4b97-ab46-7ae3a23926a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "55b4ce13-be0a-45fc-bf83-ef7c1862fe36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 2, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}, {"description": "Default security group", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:51:16Z", "updated_at": "2018-09-04T22:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "57981238-5a90-462a-a45b-6ffd65b85930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "6559d6a4-fada-4615-94a6-f5243646611e", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "86ce564c-9319-495a-8851-da4a61098c75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "990de09c-7701-490e-b18b-fa7df7fad109", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 4, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "name": "default"}]} 2018-09-04 22:53:06,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-8b47f5b1-d7d1-437f-ba23-98c12e5e8532 2018-09-04 22:53:06,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198010921478s 2018-09-04 22:53:06,756 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-8b47f5b1-d7d1-437f-ba23-98c12e5e8532 2018-09-04 22:53:06,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 22:53:06,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68"}}' 2018-09-04 22:53:06,918 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-fd2d47bd-a265-4d83-a7bd-09fefeb252ee Date: Tue, 04 Sep 2018 22:53:06 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "port_range_min": 22, "revision_number": 0, "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:06Z", "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "250487ed-3abd-4659-b981-416a634030ad"}} 2018-09-04 22:53:06,919 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-fd2d47bd-a265-4d83-a7bd-09fefeb252ee 2018-09-04 22:53:06,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.158674955368s 2018-09-04 22:53:06,919 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-fd2d47bd-a265-4d83-a7bd-09fefeb252ee 2018-09-04 22:53:06,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 22:53:06,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:07,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-a7f70146-a4e8-49c1-b632-abe8af1b71c5 Date: Tue, 04 Sep 2018 22:53:07 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:06Z", "updated_at": "2018-09-04T22:53:06Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "250487ed-3abd-4659-b981-416a634030ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 22, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "2e50a146-ed6b-4b97-ab46-7ae3a23926a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "55b4ce13-be0a-45fc-bf83-ef7c1862fe36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 3, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}, {"description": "Default security group", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:51:16Z", "updated_at": "2018-09-04T22:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "57981238-5a90-462a-a45b-6ffd65b85930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "6559d6a4-fada-4615-94a6-f5243646611e", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "86ce564c-9319-495a-8851-da4a61098c75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "990de09c-7701-490e-b18b-fa7df7fad109", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 4, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "name": "default"}]} 2018-09-04 22:53:07,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-a7f70146-a4e8-49c1-b632-abe8af1b71c5 2018-09-04 22:53:07,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20651102066s 2018-09-04 22:53:07,130 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-a7f70146-a4e8-49c1-b632-abe8af1b71c5 2018-09-04 22:53:07,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 22:53:07,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68"}}' 2018-09-04 22:53:07,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-834b9c0c-d000-4822-8e8a-2a23566b5406 Date: Tue, 04 Sep 2018 22:53:07 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "port_range_min": null, "revision_number": 0, "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:07Z", "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "09bb06e6-9eb0-4a26-a0ab-dd998e7852d2"}} 2018-09-04 22:53:07,457 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-834b9c0c-d000-4822-8e8a-2a23566b5406 2018-09-04 22:53:07,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.324363946915s 2018-09-04 22:53:07,458 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-834b9c0c-d000-4822-8e8a-2a23566b5406 2018-09-04 22:53:07,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 22:53:07,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:07,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-6b7a19d5-b9da-4907-a39c-163497f98726 Date: Tue, 04 Sep 2018 22:53:07 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:06Z", "updated_at": "2018-09-04T22:53:07Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:07Z", "revision_number": 0, "id": "09bb06e6-9eb0-4a26-a0ab-dd998e7852d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "250487ed-3abd-4659-b981-416a634030ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 22, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "2e50a146-ed6b-4b97-ab46-7ae3a23926a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "55b4ce13-be0a-45fc-bf83-ef7c1862fe36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 4, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}, {"description": "Default security group", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:51:16Z", "updated_at": "2018-09-04T22:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "57981238-5a90-462a-a45b-6ffd65b85930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "6559d6a4-fada-4615-94a6-f5243646611e", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "86ce564c-9319-495a-8851-da4a61098c75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "990de09c-7701-490e-b18b-fa7df7fad109", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 4, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "name": "default"}]} 2018-09-04 22:53:07,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-6b7a19d5-b9da-4907-a39c-163497f98726 2018-09-04 22:53:07,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.211394071579s 2018-09-04 22:53:07,673 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-6b7a19d5-b9da-4907-a39c-163497f98726 2018-09-04 22:53:07,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 22:53:07,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68"}}' 2018-09-04 22:53:07,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4d76d806-bb8d-425a-b495-8b5666bdbb51 Date: Tue, 04 Sep 2018 22:53:07 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "port_range_min": 80, "revision_number": 0, "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:07Z", "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "996cbbb8-818e-4bde-a4ff-c4da87e05213"}} 2018-09-04 22:53:07,870 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-4d76d806-bb8d-425a-b495-8b5666bdbb51 2018-09-04 22:53:07,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.193467140198s 2018-09-04 22:53:07,871 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-4d76d806-bb8d-425a-b495-8b5666bdbb51 2018-09-04 22:53:07,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 22:53:07,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:08,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-a5ecfcb1-5072-43df-a0f5-87cdab4618af Date: Tue, 04 Sep 2018 22:53:08 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:06Z", "updated_at": "2018-09-04T22:53:07Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:07Z", "revision_number": 0, "id": "09bb06e6-9eb0-4a26-a0ab-dd998e7852d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "250487ed-3abd-4659-b981-416a634030ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 22, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "2e50a146-ed6b-4b97-ab46-7ae3a23926a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "55b4ce13-be0a-45fc-bf83-ef7c1862fe36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T22:53:07Z", "revision_number": 0, "id": "996cbbb8-818e-4bde-a4ff-c4da87e05213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 80, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 5, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}, {"description": "Default security group", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:51:16Z", "updated_at": "2018-09-04T22:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "57981238-5a90-462a-a45b-6ffd65b85930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "6559d6a4-fada-4615-94a6-f5243646611e", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "86ce564c-9319-495a-8851-da4a61098c75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "990de09c-7701-490e-b18b-fa7df7fad109", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 4, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "name": "default"}]} 2018-09-04 22:53:08,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-a5ecfcb1-5072-43df-a0f5-87cdab4618af 2018-09-04 22:53:08,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193921089172s 2018-09-04 22:53:08,069 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-a5ecfcb1-5072-43df-a0f5-87cdab4618af 2018-09-04 22:53:08,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 22:53:08,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68"}}' 2018-09-04 22:53:08,403 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d7b448c5-d387-4f41-8df9-10fa45319c98 Date: Tue, 04 Sep 2018 22:53:08 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-09-04T22:53:08Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "port_range_min": 443, "revision_number": 0, "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:08Z", "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "9924b978-e4a6-468c-8289-f1e8144fcf71"}} 2018-09-04 22:53:08,403 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-d7b448c5-d387-4f41-8df9-10fa45319c98 2018-09-04 22:53:08,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.330371856689s 2018-09-04 22:53:08,404 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-d7b448c5-d387-4f41-8df9-10fa45319c98 2018-09-04 22:53:08,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 22:53:08,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:08,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-4281919d-26ba-48b3-93cd-a0264857ddf3 Date: Tue, 04 Sep 2018 22:53:08 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:06Z", "updated_at": "2018-09-04T22:53:08Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:07Z", "revision_number": 0, "id": "09bb06e6-9eb0-4a26-a0ab-dd998e7852d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "250487ed-3abd-4659-b981-416a634030ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 22, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "2e50a146-ed6b-4b97-ab46-7ae3a23926a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "55b4ce13-be0a-45fc-bf83-ef7c1862fe36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-04T22:53:08Z", "revision_number": 0, "id": "9924b978-e4a6-468c-8289-f1e8144fcf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:08Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 443, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T22:53:07Z", "revision_number": 0, "id": "996cbbb8-818e-4bde-a4ff-c4da87e05213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 80, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 6, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}, {"description": "Default security group", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:51:16Z", "updated_at": "2018-09-04T22:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "57981238-5a90-462a-a45b-6ffd65b85930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "6559d6a4-fada-4615-94a6-f5243646611e", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "86ce564c-9319-495a-8851-da4a61098c75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "990de09c-7701-490e-b18b-fa7df7fad109", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 4, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "name": "default"}]} 2018-09-04 22:53:08,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-4281919d-26ba-48b3-93cd-a0264857ddf3 2018-09-04 22:53:08,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.218662977219s 2018-09-04 22:53:08,627 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-4281919d-26ba-48b3-93cd-a0264857ddf3 2018-09-04 22:53:08,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 22:53:08,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68"}}' 2018-09-04 22:53:08,948 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-6c63ed73-2bfd-4f7e-ab31-d8ae4fcc74dd Date: Tue, 04 Sep 2018 22:53:08 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-09-04T22:53:08Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "port_range_min": 5671, "revision_number": 0, "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:08Z", "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "4af23d1b-d169-4443-8718-e20775e2e564"}} 2018-09-04 22:53:08,948 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-6c63ed73-2bfd-4f7e-ab31-d8ae4fcc74dd 2018-09-04 22:53:08,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.317819833755s 2018-09-04 22:53:08,948 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-6c63ed73-2bfd-4f7e-ab31-d8ae4fcc74dd 2018-09-04 22:53:08,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 22:53:08,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:09,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-4f271014-a42c-48f5-905b-db4df7ec8f74 Date: Tue, 04 Sep 2018 22:53:09 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:06Z", "updated_at": "2018-09-04T22:53:08Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:07Z", "revision_number": 0, "id": "09bb06e6-9eb0-4a26-a0ab-dd998e7852d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "250487ed-3abd-4659-b981-416a634030ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 22, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "2e50a146-ed6b-4b97-ab46-7ae3a23926a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-04T22:53:08Z", "revision_number": 0, "id": "4af23d1b-d169-4443-8718-e20775e2e564", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:08Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "55b4ce13-be0a-45fc-bf83-ef7c1862fe36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-04T22:53:08Z", "revision_number": 0, "id": "9924b978-e4a6-468c-8289-f1e8144fcf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:08Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 443, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T22:53:07Z", "revision_number": 0, "id": "996cbbb8-818e-4bde-a4ff-c4da87e05213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 80, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 7, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}, {"description": "Default security group", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:51:16Z", "updated_at": "2018-09-04T22:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "57981238-5a90-462a-a45b-6ffd65b85930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "6559d6a4-fada-4615-94a6-f5243646611e", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "86ce564c-9319-495a-8851-da4a61098c75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "990de09c-7701-490e-b18b-fa7df7fad109", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 4, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "name": "default"}]} 2018-09-04 22:53:09,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-4f271014-a42c-48f5-905b-db4df7ec8f74 2018-09-04 22:53:09,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0552728176117s 2018-09-04 22:53:09,008 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-4f271014-a42c-48f5-905b-db4df7ec8f74 2018-09-04 22:53:09,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 22:53:09,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68"}}' 2018-09-04 22:53:09,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-8abad8a3-347a-4ff9-b2a6-70e4e2a5bfc0 Date: Tue, 04 Sep 2018 22:53:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-09-04T22:53:09Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "port_range_min": 53333, "revision_number": 0, "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:09Z", "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "6ddb7d5e-a8d1-402e-8e9f-febc65d42a7b"}} 2018-09-04 22:53:09,290 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-8abad8a3-347a-4ff9-b2a6-70e4e2a5bfc0 2018-09-04 22:53:09,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.278557062149s 2018-09-04 22:53:09,290 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-8abad8a3-347a-4ff9-b2a6-70e4e2a5bfc0 2018-09-04 22:53:09,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 22:53:09,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:09,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-acee6ace-9543-4458-8fd8-56d19b26136d Date: Tue, 04 Sep 2018 22:53:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1b0f528a-adde-4edb-8f84-1c564b3b1b34"],"updated_at":"2018-09-04T22:51:18Z","tenant_id":"af81da9da54a4a08bcb6c948124cc493","created_at":"2018-09-04T22:51:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"af81da9da54a4a08bcb6c948124cc493","id":"83b1b773-2017-40a7-b259-f0db606c4bdb","name":"cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:53:09,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-acee6ace-9543-4458-8fd8-56d19b26136d 2018-09-04 22:53:09,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120831012726s 2018-09-04 22:53:09,413 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-acee6ace-9543-4458-8fd8-56d19b26136d 2018-09-04 22:53:09,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 22:53:09,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:09,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-d63f7099-46e7-4729-9a0e-b8054e275928 Date: Tue, 04 Sep 2018 22:53:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/270e0614-951c-41e3-a058-3101fa0c1ed2/snap", "metadata": {}}], "file": "/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2/file", "owner": "af81da9da54a4a08bcb6c948124cc493", "id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "size": 4373348352, "self": "/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/270e0614-951c-41e3-a058-3101fa0c1ed2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-09-04T22:53:05Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-04T22:51:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 22:53:09,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d63f7099-46e7-4729-9a0e-b8054e275928 2018-09-04 22:53:09,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0300629138947s 2018-09-04 22:53:09,445 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d63f7099-46e7-4729-9a0e-b8054e275928 2018-09-04 22:53:09,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 22:53:09,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:09,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f088c1d0-20af-4f04-a3e6-612c84e0b708 x-compute-request-id: req-f088c1d0-20af-4f04-a3e6-612c84e0b708 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "21304313-6e13-444e-9d75-390ca16034de", "name": "cloudify_ims-flavor_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 22:53:09,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-f088c1d0-20af-4f04-a3e6-612c84e0b708 2018-09-04 22:53:09,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0342118740082s 2018-09-04 22:53:09,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-f088c1d0-20af-4f04-a3e6-612c84e0b708 2018-09-04 22:53:09,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-04 22:53:09,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"server": {"name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "imageRef": "270e0614-951c-41e3-a058-3101fa0c1ed2", "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "flavorRef": "21304313-6e13-444e-9d75-390ca16034de", "max_count": 1, "min_count": 1, "networks": [{"uuid": "83b1b773-2017-40a7-b259-f0db606c4bdb"}], "security_groups": [{"name": "5f6bf325-c62b-4700-8f48-6769cd41fe68"}]}}' 2018-09-04 22:53:11,866 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 22:53:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3bda6241-9e47-4a7e-96ac-4315d579bfa5 x-compute-request-id: req-3bda6241-9e47-4a7e-96ac-4315d579bfa5 Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "5f6bf325-c62b-4700-8f48-6769cd41fe68"}], "OS-DCF:diskConfig": "MANUAL", "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "adminPass": "5D6V7zMZ8DTV"}} 2018-09-04 22:53:11,866 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-3bda6241-9e47-4a7e-96ac-4315d579bfa5 2018-09-04 22:53:11,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.38282489777s 2018-09-04 22:53:11,866 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-3bda6241-9e47-4a7e-96ac-4315d579bfa5 2018-09-04 22:53:11,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:11,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:12,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c8dcb72-40ec-4206-b1b7-5aaf140150c3 x-compute-request-id: req-0c8dcb72-40ec-4206-b1b7-5aaf140150c3 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:12,640 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0c8dcb72-40ec-4206-b1b7-5aaf140150c3 2018-09-04 22:53:12,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.773396015167s 2018-09-04 22:53:12,641 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0c8dcb72-40ec-4206-b1b7-5aaf140150c3 2018-09-04 22:53:12,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 22:53:12,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:12,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-d042cc90-fb37-4e30-8dc6-449d4c7ecec3 Date: Tue, 04 Sep 2018 22:53:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1b0f528a-adde-4edb-8f84-1c564b3b1b34"],"updated_at":"2018-09-04T22:51:18Z","tenant_id":"af81da9da54a4a08bcb6c948124cc493","created_at":"2018-09-04T22:51:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"af81da9da54a4a08bcb6c948124cc493","id":"83b1b773-2017-40a7-b259-f0db606c4bdb","name":"cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:53:12,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d042cc90-fb37-4e30-8dc6-449d4c7ecec3 2018-09-04 22:53:12,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111615180969s 2018-09-04 22:53:12,760 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d042cc90-fb37-4e30-8dc6-449d4c7ecec3 2018-09-04 22:53:12,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 22:53:12,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:12,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-46be8cf8-0d15-41c2-bf7e-3aa38f12c311 Date: Tue, 04 Sep 2018 22:53:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"83b1b773-2017-40a7-b259-f0db606c4bdb","tenant_id":"af81da9da54a4a08bcb6c948124cc493","created_at":"2018-09-04T22:51:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T22:51:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"af81da9da54a4a08bcb6c948124cc493","id":"1b0f528a-adde-4edb-8f84-1c564b3b1b34","subnetpool_id":null,"name":"cloudify_ims-subnet_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}]} 2018-09-04 22:53:12,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-46be8cf8-0d15-41c2-bf7e-3aa38f12c311 2018-09-04 22:53:12,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.194497108459s 2018-09-04 22:53:12,956 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-46be8cf8-0d15-41c2-bf7e-3aa38f12c311 2018-09-04 22:53:12,957 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:14,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:14,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:15,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc9513e3-f6fa-4dd3-be5d-a562cfa20dd8 x-compute-request-id: req-dc9513e3-f6fa-4dd3-be5d-a562cfa20dd8 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:15,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dc9513e3-f6fa-4dd3-be5d-a562cfa20dd8 2018-09-04 22:53:15,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.669019937515s 2018-09-04 22:53:15,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-dc9513e3-f6fa-4dd3-be5d-a562cfa20dd8 2018-09-04 22:53:15,633 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:17,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:17,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:18,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-503af31e-3553-44f3-a21d-850cd1cc2eac x-compute-request-id: req-503af31e-3553-44f3-a21d-850cd1cc2eac Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:18,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-503af31e-3553-44f3-a21d-850cd1cc2eac 2018-09-04 22:53:18,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.784230947495s 2018-09-04 22:53:18,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-503af31e-3553-44f3-a21d-850cd1cc2eac 2018-09-04 22:53:18,424 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:20,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:20,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:20,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ded63eb-b84f-41c9-956b-d9c73266369a x-compute-request-id: req-9ded63eb-b84f-41c9-956b-d9c73266369a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:20,962 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9ded63eb-b84f-41c9-956b-d9c73266369a 2018-09-04 22:53:20,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535113811493s 2018-09-04 22:53:20,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9ded63eb-b84f-41c9-956b-d9c73266369a 2018-09-04 22:53:20,966 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:22,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:22,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:23,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1e6570f-d688-4ddd-9671-46ca1cc0de1b x-compute-request-id: req-b1e6570f-d688-4ddd-9671-46ca1cc0de1b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:23,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b1e6570f-d688-4ddd-9671-46ca1cc0de1b 2018-09-04 22:53:23,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.855193853378s 2018-09-04 22:53:23,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b1e6570f-d688-4ddd-9671-46ca1cc0de1b 2018-09-04 22:53:23,828 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:25,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:25,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:26,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9cee0b9-e1a7-4957-9f26-e5cd7a524a97 x-compute-request-id: req-f9cee0b9-e1a7-4957-9f26-e5cd7a524a97 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:26,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f9cee0b9-e1a7-4957-9f26-e5cd7a524a97 2018-09-04 22:53:26,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.864855051041s 2018-09-04 22:53:26,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f9cee0b9-e1a7-4957-9f26-e5cd7a524a97 2018-09-04 22:53:26,699 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:28,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:28,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:29,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bb12530-ff60-47f3-89d7-b4302c039a4a x-compute-request-id: req-6bb12530-ff60-47f3-89d7-b4302c039a4a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:29,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6bb12530-ff60-47f3-89d7-b4302c039a4a 2018-09-04 22:53:29,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493014097214s 2018-09-04 22:53:29,196 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6bb12530-ff60-47f3-89d7-b4302c039a4a 2018-09-04 22:53:29,200 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:31,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:31,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:32,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b52ed6ad-7645-40c5-811b-50d9bf213a55 x-compute-request-id: req-b52ed6ad-7645-40c5-811b-50d9bf213a55 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:32,045 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b52ed6ad-7645-40c5-811b-50d9bf213a55 2018-09-04 22:53:32,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.842298984528s 2018-09-04 22:53:32,046 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b52ed6ad-7645-40c5-811b-50d9bf213a55 2018-09-04 22:53:32,050 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:34,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:34,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:34,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3546433c-580d-46b4-b09f-646deb010d62 x-compute-request-id: req-3546433c-580d-46b4-b09f-646deb010d62 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:34,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3546433c-580d-46b4-b09f-646deb010d62 2018-09-04 22:53:34,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539755105972s 2018-09-04 22:53:34,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3546433c-580d-46b4-b09f-646deb010d62 2018-09-04 22:53:34,597 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:36,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:36,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:37,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9488cbea-3035-4e1e-a05f-b6e23bcba353 x-compute-request-id: req-9488cbea-3035-4e1e-a05f-b6e23bcba353 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:37,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9488cbea-3035-4e1e-a05f-b6e23bcba353 2018-09-04 22:53:37,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.997367858887s 2018-09-04 22:53:37,597 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9488cbea-3035-4e1e-a05f-b6e23bcba353 2018-09-04 22:53:37,601 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:39,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:39,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:40,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c24c84a9-dc80-49b1-b22c-ad6089fe6284 x-compute-request-id: req-c24c84a9-dc80-49b1-b22c-ad6089fe6284 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:40,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c24c84a9-dc80-49b1-b22c-ad6089fe6284 2018-09-04 22:53:40,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.959769010544s 2018-09-04 22:53:40,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c24c84a9-dc80-49b1-b22c-ad6089fe6284 2018-09-04 22:53:40,568 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:42,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:42,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:43,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9940bfa-48ba-45f1-95d0-76c2e16c5c2e x-compute-request-id: req-d9940bfa-48ba-45f1-95d0-76c2e16c5c2e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:43,390 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d9940bfa-48ba-45f1-95d0-76c2e16c5c2e 2018-09-04 22:53:43,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.819308996201s 2018-09-04 22:53:43,391 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d9940bfa-48ba-45f1-95d0-76c2e16c5c2e 2018-09-04 22:53:43,394 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:45,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:45,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:45,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94cbf0df-5aa2-40da-a3d4-9a2b17599d15 x-compute-request-id: req-94cbf0df-5aa2-40da-a3d4-9a2b17599d15 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:45,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-94cbf0df-5aa2-40da-a3d4-9a2b17599d15 2018-09-04 22:53:45,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552613019943s 2018-09-04 22:53:45,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-94cbf0df-5aa2-40da-a3d4-9a2b17599d15 2018-09-04 22:53:45,954 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:47,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:47,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:48,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-119e5430-6ee3-4255-aa97-e22ebeb29e4a x-compute-request-id: req-119e5430-6ee3-4255-aa97-e22ebeb29e4a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:48,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-119e5430-6ee3-4255-aa97-e22ebeb29e4a 2018-09-04 22:53:48,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556561946869s 2018-09-04 22:53:48,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-119e5430-6ee3-4255-aa97-e22ebeb29e4a 2018-09-04 22:53:48,517 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:50,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:50,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:51,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12ad8442-c1eb-4178-8295-3085c4e8bd53 x-compute-request-id: req-12ad8442-c1eb-4178-8295-3085c4e8bd53 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:51,216 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-12ad8442-c1eb-4178-8295-3085c4e8bd53 2018-09-04 22:53:51,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.69599199295s 2018-09-04 22:53:51,216 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-12ad8442-c1eb-4178-8295-3085c4e8bd53 2018-09-04 22:53:51,220 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:53,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:53,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:53,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26ab153a-ef03-4dd6-bd0b-eaa7c7d9d3ff x-compute-request-id: req-26ab153a-ef03-4dd6-bd0b-eaa7c7d9d3ff Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:53,757 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-26ab153a-ef03-4dd6-bd0b-eaa7c7d9d3ff 2018-09-04 22:53:53,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534041881561s 2018-09-04 22:53:53,757 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-26ab153a-ef03-4dd6-bd0b-eaa7c7d9d3ff 2018-09-04 22:53:53,761 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:55,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:55,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:56,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2614667-e718-4e93-8da1-00de041e81b8 x-compute-request-id: req-a2614667-e718-4e93-8da1-00de041e81b8 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:56,141 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a2614667-e718-4e93-8da1-00de041e81b8 2018-09-04 22:53:56,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377626180649s 2018-09-04 22:53:56,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a2614667-e718-4e93-8da1-00de041e81b8 2018-09-04 22:53:56,146 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:53:58,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:53:58,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:53:58,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:53:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5133cb4-4739-4f24-8074-c88c288ad520 x-compute-request-id: req-c5133cb4-4739-4f24-8074-c88c288ad520 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:53:58,832 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c5133cb4-4739-4f24-8074-c88c288ad520 2018-09-04 22:53:58,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683761119843s 2018-09-04 22:53:58,833 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c5133cb4-4739-4f24-8074-c88c288ad520 2018-09-04 22:53:58,837 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:00,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:00,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:01,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b7f2325-533a-43e7-94f1-2a89432bcf07 x-compute-request-id: req-2b7f2325-533a-43e7-94f1-2a89432bcf07 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:01,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2b7f2325-533a-43e7-94f1-2a89432bcf07 2018-09-04 22:54:01,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01063799858s 2018-09-04 22:54:01,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2b7f2325-533a-43e7-94f1-2a89432bcf07 2018-09-04 22:54:01,854 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:03,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:03,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:04,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bc9cd6f-7834-4b5c-8e89-7f00f72dd3d2 x-compute-request-id: req-8bc9cd6f-7834-4b5c-8e89-7f00f72dd3d2 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:04,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8bc9cd6f-7834-4b5c-8e89-7f00f72dd3d2 2018-09-04 22:54:04,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528527021408s 2018-09-04 22:54:04,386 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8bc9cd6f-7834-4b5c-8e89-7f00f72dd3d2 2018-09-04 22:54:04,390 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:06,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:06,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:07,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf9cc4ac-ecbb-47e2-825f-a4ff31c612fa x-compute-request-id: req-cf9cc4ac-ecbb-47e2-825f-a4ff31c612fa Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:07,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cf9cc4ac-ecbb-47e2-825f-a4ff31c612fa 2018-09-04 22:54:07,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.67010807991s 2018-09-04 22:54:07,063 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cf9cc4ac-ecbb-47e2-825f-a4ff31c612fa 2018-09-04 22:54:07,067 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:09,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:09,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:09,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69350f11-f984-4644-af49-c7e14d314bae x-compute-request-id: req-69350f11-f984-4644-af49-c7e14d314bae Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:09,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-69350f11-f984-4644-af49-c7e14d314bae 2018-09-04 22:54:09,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577229976654s 2018-09-04 22:54:09,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-69350f11-f984-4644-af49-c7e14d314bae 2018-09-04 22:54:09,652 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:11,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:11,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:12,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8e0aec6-4995-4bbf-b066-a9f36f8a4733 x-compute-request-id: req-d8e0aec6-4995-4bbf-b066-a9f36f8a4733 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:12,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d8e0aec6-4995-4bbf-b066-a9f36f8a4733 2018-09-04 22:54:12,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558475017548s 2018-09-04 22:54:12,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d8e0aec6-4995-4bbf-b066-a9f36f8a4733 2018-09-04 22:54:12,217 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:14,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:14,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:14,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b88848a-05ae-4bda-84da-4a584d660818 x-compute-request-id: req-7b88848a-05ae-4bda-84da-4a584d660818 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:14,881 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7b88848a-05ae-4bda-84da-4a584d660818 2018-09-04 22:54:14,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661079883575s 2018-09-04 22:54:14,881 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7b88848a-05ae-4bda-84da-4a584d660818 2018-09-04 22:54:14,885 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:16,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:16,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:17,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8ec3f12-0c24-4601-bc6d-7e637ecec5d4 x-compute-request-id: req-b8ec3f12-0c24-4601-bc6d-7e637ecec5d4 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:17,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b8ec3f12-0c24-4601-bc6d-7e637ecec5d4 2018-09-04 22:54:17,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703997850418s 2018-09-04 22:54:17,592 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b8ec3f12-0c24-4601-bc6d-7e637ecec5d4 2018-09-04 22:54:17,596 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:19,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:19,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:20,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c586edf9-7b61-43b4-bb90-e9b413784b6b x-compute-request-id: req-c586edf9-7b61-43b4-bb90-e9b413784b6b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:20,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c586edf9-7b61-43b4-bb90-e9b413784b6b 2018-09-04 22:54:20,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556375980377s 2018-09-04 22:54:20,155 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c586edf9-7b61-43b4-bb90-e9b413784b6b 2018-09-04 22:54:20,159 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:22,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:22,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:22,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c4d2b58-9367-43c4-bef4-aa8e71ef48b6 x-compute-request-id: req-2c4d2b58-9367-43c4-bef4-aa8e71ef48b6 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:22,700 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2c4d2b58-9367-43c4-bef4-aa8e71ef48b6 2018-09-04 22:54:22,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537937879562s 2018-09-04 22:54:22,700 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2c4d2b58-9367-43c4-bef4-aa8e71ef48b6 2018-09-04 22:54:22,704 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:24,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:24,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:25,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69c95a63-609b-42b0-b982-7c64b93568df x-compute-request-id: req-69c95a63-609b-42b0-b982-7c64b93568df Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:25,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-69c95a63-609b-42b0-b982-7c64b93568df 2018-09-04 22:54:25,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506236076355s 2018-09-04 22:54:25,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-69c95a63-609b-42b0-b982-7c64b93568df 2018-09-04 22:54:25,218 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:27,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:27,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:27,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99474fc4-bb07-492b-b186-5b681c199d85 x-compute-request-id: req-99474fc4-bb07-492b-b186-5b681c199d85 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:27,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-99474fc4-bb07-492b-b186-5b681c199d85 2018-09-04 22:54:27,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.67244887352s 2018-09-04 22:54:27,893 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-99474fc4-bb07-492b-b186-5b681c199d85 2018-09-04 22:54:27,898 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:29,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:29,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:30,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4083092-7451-45c1-832b-a10f837bf479 x-compute-request-id: req-b4083092-7451-45c1-832b-a10f837bf479 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:30,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b4083092-7451-45c1-832b-a10f837bf479 2018-09-04 22:54:30,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520226955414s 2018-09-04 22:54:30,419 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b4083092-7451-45c1-832b-a10f837bf479 2018-09-04 22:54:30,424 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:32,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:32,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:32,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b120bab-86f2-4aa6-b089-bcc25f3b27b3 x-compute-request-id: req-7b120bab-86f2-4aa6-b089-bcc25f3b27b3 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:32,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7b120bab-86f2-4aa6-b089-bcc25f3b27b3 2018-09-04 22:54:32,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362253904343s 2018-09-04 22:54:32,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7b120bab-86f2-4aa6-b089-bcc25f3b27b3 2018-09-04 22:54:32,793 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:34,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:34,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:35,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89220fbf-f11b-4f7b-9691-cea7ef6d14e9 x-compute-request-id: req-89220fbf-f11b-4f7b-9691-cea7ef6d14e9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:35,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-89220fbf-f11b-4f7b-9691-cea7ef6d14e9 2018-09-04 22:54:35,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508516073227s 2018-09-04 22:54:35,305 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-89220fbf-f11b-4f7b-9691-cea7ef6d14e9 2018-09-04 22:54:35,309 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:37,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:37,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:37,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd5b399d-2611-4386-bac9-36a06e17dd95 x-compute-request-id: req-cd5b399d-2611-4386-bac9-36a06e17dd95 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:37,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cd5b399d-2611-4386-bac9-36a06e17dd95 2018-09-04 22:54:37,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504997968674s 2018-09-04 22:54:37,817 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cd5b399d-2611-4386-bac9-36a06e17dd95 2018-09-04 22:54:37,820 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:39,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:39,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:40,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5435862e-74e4-4e60-910c-775abbcee4f0 x-compute-request-id: req-5435862e-74e4-4e60-910c-775abbcee4f0 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:40,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5435862e-74e4-4e60-910c-775abbcee4f0 2018-09-04 22:54:40,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50257897377s 2018-09-04 22:54:40,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5435862e-74e4-4e60-910c-775abbcee4f0 2018-09-04 22:54:40,330 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:42,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:42,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:42,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e03e238-404f-485b-899a-1b30e7d9a06b x-compute-request-id: req-5e03e238-404f-485b-899a-1b30e7d9a06b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:42,873 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5e03e238-404f-485b-899a-1b30e7d9a06b 2018-09-04 22:54:42,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541063070297s 2018-09-04 22:54:42,874 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5e03e238-404f-485b-899a-1b30e7d9a06b 2018-09-04 22:54:42,878 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:44,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:44,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:45,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8643de6b-7e64-45d9-892b-3c8f9c67fd4a x-compute-request-id: req-8643de6b-7e64-45d9-892b-3c8f9c67fd4a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:45,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8643de6b-7e64-45d9-892b-3c8f9c67fd4a 2018-09-04 22:54:45,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53256893158s 2018-09-04 22:54:45,414 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8643de6b-7e64-45d9-892b-3c8f9c67fd4a 2018-09-04 22:54:45,417 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:47,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:47,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:48,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4d630e8-13d9-4d44-9d30-5f2b2476b88c x-compute-request-id: req-d4d630e8-13d9-4d44-9d30-5f2b2476b88c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:48,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d4d630e8-13d9-4d44-9d30-5f2b2476b88c 2018-09-04 22:54:48,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.582424879074s 2018-09-04 22:54:48,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d4d630e8-13d9-4d44-9d30-5f2b2476b88c 2018-09-04 22:54:48,007 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:50,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:50,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:50,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91d057db-553d-4ed2-8f29-73f340dedcb3 x-compute-request-id: req-91d057db-553d-4ed2-8f29-73f340dedcb3 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:50,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-91d057db-553d-4ed2-8f29-73f340dedcb3 2018-09-04 22:54:50,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499400138855s 2018-09-04 22:54:50,510 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-91d057db-553d-4ed2-8f29-73f340dedcb3 2018-09-04 22:54:50,514 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:52,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:52,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:52,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b24e4775-ba5f-459e-a6f5-4d87c6930196 x-compute-request-id: req-b24e4775-ba5f-459e-a6f5-4d87c6930196 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:52,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b24e4775-ba5f-459e-a6f5-4d87c6930196 2018-09-04 22:54:52,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377697944641s 2018-09-04 22:54:52,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b24e4775-ba5f-459e-a6f5-4d87c6930196 2018-09-04 22:54:52,898 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:54,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:54,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:55,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08bbe70b-aaef-4ae4-a7ed-93da07fda055 x-compute-request-id: req-08bbe70b-aaef-4ae4-a7ed-93da07fda055 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:55,418 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-08bbe70b-aaef-4ae4-a7ed-93da07fda055 2018-09-04 22:54:55,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516961097717s 2018-09-04 22:54:55,418 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-08bbe70b-aaef-4ae4-a7ed-93da07fda055 2018-09-04 22:54:55,422 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:57,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:57,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:54:57,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14c39f40-2153-4862-b704-5a39ce827cf3 x-compute-request-id: req-14c39f40-2153-4862-b704-5a39ce827cf3 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:54:57,911 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-14c39f40-2153-4862-b704-5a39ce827cf3 2018-09-04 22:54:57,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.486497879028s 2018-09-04 22:54:57,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-14c39f40-2153-4862-b704-5a39ce827cf3 2018-09-04 22:54:57,916 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:54:59,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:54:59,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:00,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:54:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bcfa8ae3-e597-4e10-8823-84a5f9331fde x-compute-request-id: req-bcfa8ae3-e597-4e10-8823-84a5f9331fde Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:00,293 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bcfa8ae3-e597-4e10-8823-84a5f9331fde 2018-09-04 22:55:00,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375153064728s 2018-09-04 22:55:00,294 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bcfa8ae3-e597-4e10-8823-84a5f9331fde 2018-09-04 22:55:00,298 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:02,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:02,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:02,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bd7eba5-01bf-4839-b3b2-ff2faffd5916 x-compute-request-id: req-2bd7eba5-01bf-4839-b3b2-ff2faffd5916 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:02,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2bd7eba5-01bf-4839-b3b2-ff2faffd5916 2018-09-04 22:55:02,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352506875992s 2018-09-04 22:55:02,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2bd7eba5-01bf-4839-b3b2-ff2faffd5916 2018-09-04 22:55:02,657 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:04,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:04,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:05,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3716c72-4b40-4a59-a16f-8d9d96549bbf x-compute-request-id: req-b3716c72-4b40-4a59-a16f-8d9d96549bbf Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:05,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b3716c72-4b40-4a59-a16f-8d9d96549bbf 2018-09-04 22:55:05,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664789915085s 2018-09-04 22:55:05,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b3716c72-4b40-4a59-a16f-8d9d96549bbf 2018-09-04 22:55:05,329 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:07,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:07,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:07,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d019c47d-d20b-4755-b933-7cc66e46dec4 x-compute-request-id: req-d019c47d-d20b-4755-b933-7cc66e46dec4 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:07,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d019c47d-d20b-4755-b933-7cc66e46dec4 2018-09-04 22:55:07,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521862983704s 2018-09-04 22:55:07,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d019c47d-d20b-4755-b933-7cc66e46dec4 2018-09-04 22:55:07,858 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:09,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:09,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:10,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a23bdd0-3c3f-42f8-a066-4f097e790557 x-compute-request-id: req-0a23bdd0-3c3f-42f8-a066-4f097e790557 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:10,375 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0a23bdd0-3c3f-42f8-a066-4f097e790557 2018-09-04 22:55:10,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514688968658s 2018-09-04 22:55:10,376 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0a23bdd0-3c3f-42f8-a066-4f097e790557 2018-09-04 22:55:10,380 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:12,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:12,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:13,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3543670-dd0e-4ca9-baf5-0de3313a999f x-compute-request-id: req-e3543670-dd0e-4ca9-baf5-0de3313a999f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:13,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e3543670-dd0e-4ca9-baf5-0de3313a999f 2018-09-04 22:55:13,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.696907997131s 2018-09-04 22:55:13,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e3543670-dd0e-4ca9-baf5-0de3313a999f 2018-09-04 22:55:13,084 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:15,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:15,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:15,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41b18a1c-85df-4542-8a65-709380bb4457 x-compute-request-id: req-41b18a1c-85df-4542-8a65-709380bb4457 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:15,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-41b18a1c-85df-4542-8a65-709380bb4457 2018-09-04 22:55:15,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.339549064636s 2018-09-04 22:55:15,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-41b18a1c-85df-4542-8a65-709380bb4457 2018-09-04 22:55:15,430 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:17,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:17,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:17,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8dc7be71-4ae9-45a3-9b73-9481d3907367 x-compute-request-id: req-8dc7be71-4ae9-45a3-9b73-9481d3907367 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:17,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8dc7be71-4ae9-45a3-9b73-9481d3907367 2018-09-04 22:55:17,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564616918564s 2018-09-04 22:55:17,998 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8dc7be71-4ae9-45a3-9b73-9481d3907367 2018-09-04 22:55:18,002 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:20,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:20,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:20,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91e3597b-59ce-4900-8d62-08ffbf7eab80 x-compute-request-id: req-91e3597b-59ce-4900-8d62-08ffbf7eab80 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:20,520 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-91e3597b-59ce-4900-8d62-08ffbf7eab80 2018-09-04 22:55:20,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515008926392s 2018-09-04 22:55:20,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-91e3597b-59ce-4900-8d62-08ffbf7eab80 2018-09-04 22:55:20,524 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:22,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:22,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:23,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04532380-0256-4a55-b845-dbe93636fa10 x-compute-request-id: req-04532380-0256-4a55-b845-dbe93636fa10 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:23,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-04532380-0256-4a55-b845-dbe93636fa10 2018-09-04 22:55:23,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546386003494s 2018-09-04 22:55:23,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-04532380-0256-4a55-b845-dbe93636fa10 2018-09-04 22:55:23,077 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:25,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:25,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:25,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3962056e-79f5-4e91-a014-c817dcd7ba26 x-compute-request-id: req-3962056e-79f5-4e91-a014-c817dcd7ba26 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:25,445 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3962056e-79f5-4e91-a014-c817dcd7ba26 2018-09-04 22:55:25,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365218877792s 2018-09-04 22:55:25,445 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3962056e-79f5-4e91-a014-c817dcd7ba26 2018-09-04 22:55:25,449 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:27,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:27,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:27,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0219b583-3d8f-48b6-b8e9-d9f31ea357c4 x-compute-request-id: req-0219b583-3d8f-48b6-b8e9-d9f31ea357c4 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:27,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0219b583-3d8f-48b6-b8e9-d9f31ea357c4 2018-09-04 22:55:27,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508322000504s 2018-09-04 22:55:27,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0219b583-3d8f-48b6-b8e9-d9f31ea357c4 2018-09-04 22:55:27,964 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:29,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:29,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:30,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83848616-1be6-44f3-87e8-4e30835a4d1a x-compute-request-id: req-83848616-1be6-44f3-87e8-4e30835a4d1a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:30,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-83848616-1be6-44f3-87e8-4e30835a4d1a 2018-09-04 22:55:30,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.589447975159s 2018-09-04 22:55:30,557 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-83848616-1be6-44f3-87e8-4e30835a4d1a 2018-09-04 22:55:30,561 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:32,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:32,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:32,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8136ff2a-46e3-49ee-91d4-3d9ae835e145 x-compute-request-id: req-8136ff2a-46e3-49ee-91d4-3d9ae835e145 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:32,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8136ff2a-46e3-49ee-91d4-3d9ae835e145 2018-09-04 22:55:32,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.405245065689s 2018-09-04 22:55:32,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8136ff2a-46e3-49ee-91d4-3d9ae835e145 2018-09-04 22:55:32,973 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:34,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:34,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:35,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8e851a1-1443-49bd-9aa1-cdcaed24ddd7 x-compute-request-id: req-b8e851a1-1443-49bd-9aa1-cdcaed24ddd7 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:35,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b8e851a1-1443-49bd-9aa1-cdcaed24ddd7 2018-09-04 22:55:35,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.503782987595s 2018-09-04 22:55:35,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b8e851a1-1443-49bd-9aa1-cdcaed24ddd7 2018-09-04 22:55:35,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:37,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:37,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:37,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-937121e7-1d7a-4d12-9ca3-b6a69e23b54b x-compute-request-id: req-937121e7-1d7a-4d12-9ca3-b6a69e23b54b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:37,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-937121e7-1d7a-4d12-9ca3-b6a69e23b54b 2018-09-04 22:55:37,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350655078888s 2018-09-04 22:55:37,839 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-937121e7-1d7a-4d12-9ca3-b6a69e23b54b 2018-09-04 22:55:37,843 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:39,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:39,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:40,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-800b98b0-ec11-41a0-a42c-02b95ad37765 x-compute-request-id: req-800b98b0-ec11-41a0-a42c-02b95ad37765 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:40,755 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-800b98b0-ec11-41a0-a42c-02b95ad37765 2018-09-04 22:55:40,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.90957403183s 2018-09-04 22:55:40,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-800b98b0-ec11-41a0-a42c-02b95ad37765 2018-09-04 22:55:40,759 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:42,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:42,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:43,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3262299-1a00-4a62-8679-a7232d9feb22 x-compute-request-id: req-f3262299-1a00-4a62-8679-a7232d9feb22 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:43,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f3262299-1a00-4a62-8679-a7232d9feb22 2018-09-04 22:55:43,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358134031296s 2018-09-04 22:55:43,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f3262299-1a00-4a62-8679-a7232d9feb22 2018-09-04 22:55:43,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:45,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:45,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:45,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8884799b-dfe8-4ede-9e70-b7e3eaac4a63 x-compute-request-id: req-8884799b-dfe8-4ede-9e70-b7e3eaac4a63 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:45,632 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8884799b-dfe8-4ede-9e70-b7e3eaac4a63 2018-09-04 22:55:45,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505187988281s 2018-09-04 22:55:45,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8884799b-dfe8-4ede-9e70-b7e3eaac4a63 2018-09-04 22:55:45,636 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:47,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:47,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:48,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd87f237-2777-4a32-9c76-b69c198d1802 x-compute-request-id: req-bd87f237-2777-4a32-9c76-b69c198d1802 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T22:53:13Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:48,149 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bd87f237-2777-4a32-9c76-b69c198d1802 2018-09-04 22:55:48,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509973049164s 2018-09-04 22:55:48,149 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bd87f237-2777-4a32-9c76-b69c198d1802 2018-09-04 22:55:48,153 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 22:55:50,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 22:55:50,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:50,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee17f88a-1473-49bd-a840-c3210f5218ca x-compute-request-id: req-ee17f88a-1473-49bd-a840-c3210f5218ca Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:71:00", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:55:46.000000", "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T22:55:47Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 22:55:50,662 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ee17f88a-1473-49bd-a840-c3210f5218ca 2018-09-04 22:55:50,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505698204041s 2018-09-04 22:55:50,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ee17f88a-1473-49bd-a840-c3210f5218ca 2018-09-04 22:55:50,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 22:55:50,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=8edf7cd1-d055-41b8-9588-edbd583d3b38" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:50,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-51720e87-4050-4f78-9fcd-c788d716f3b3 Date: Tue, 04 Sep 2018 22:55:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:55:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1b0f528a-adde-4edb-8f84-1c564b3b1b34","ip_address":"192.168.120.13"}],"id":"130b5fef-de10-4cdc-b6ec-9f096c085577","security_groups":["5f6bf325-c62b-4700-8f48-6769cd41fe68"],"mac_address":"fa:16:3e:27:71:00","project_id":"af81da9da54a4a08bcb6c948124cc493","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"83b1b773-2017-40a7-b259-f0db606c4bdb","tenant_id":"af81da9da54a4a08bcb6c948124cc493","created_at":"2018-09-04T22:53:13Z","binding:vnic_type":"normal","device_id":"8edf7cd1-d055-41b8-9588-edbd583d3b38"}]} 2018-09-04 22:55:50,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8edf7cd1-d055-41b8-9588-edbd583d3b38 used request id req-51720e87-4050-4f78-9fcd-c788d716f3b3 2018-09-04 22:55:50,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0686078071594s 2018-09-04 22:55:50,735 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8edf7cd1-d055-41b8-9588-edbd583d3b38 used request id req-51720e87-4050-4f78-9fcd-c788d716f3b3 2018-09-04 22:55:50,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 22:55:50,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=130b5fef-de10-4cdc-b6ec-9f096c085577" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:50,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ae4016a2-daea-4a17-aaf5-964f586bb19f Date: Tue, 04 Sep 2018 22:55:50 GMT RESP BODY: {"floatingips": []} 2018-09-04 22:55:50,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=130b5fef-de10-4cdc-b6ec-9f096c085577 used request id req-ae4016a2-daea-4a17-aaf5-964f586bb19f 2018-09-04 22:55:50,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0195081233978s 2018-09-04 22:55:50,761 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=130b5fef-de10-4cdc-b6ec-9f096c085577 used request id req-ae4016a2-daea-4a17-aaf5-964f586bb19f 2018-09-04 22:55:50,761 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:27:71:00', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'270e0614-951c-41e3-a058-3101fa0c1ed2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T22:55:46.000000', 'flavor': Munch({u'id': u'21304313-6e13-444e-9d75-390ca16034de'}), 'az': u'nova', 'id': u'8edf7cd1-d055-41b8-9588-edbd583d3b38', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f45d508f4ff44ca3a221355b227fdfa2', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'af81da9da54a4a08bcb6c948124cc493', 'name': 'cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-04T22:55:46.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T22:55:47Z', 'hostId': u'94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T22:55:46.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'af81da9da54a4a08bcb6c948124cc493', 'name': u'cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'adminPass': u'5D6V7zMZ8DTV', 'tenant_id': u'af81da9da54a4a08bcb6c948124cc493', 'region': 'regionOne', 'created': u'2018-09-04T22:53:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 22:55:50,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 22:55:50,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:50,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-b6c70301-664f-4f72-9cb2-2bfdb814a7bd Date: Tue, 04 Sep 2018 22:55:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1b0f528a-adde-4edb-8f84-1c564b3b1b34"],"updated_at":"2018-09-04T22:51:18Z","tenant_id":"af81da9da54a4a08bcb6c948124cc493","created_at":"2018-09-04T22:51:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"af81da9da54a4a08bcb6c948124cc493","id":"83b1b773-2017-40a7-b259-f0db606c4bdb","name":"cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 22:55:50,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b6c70301-664f-4f72-9cb2-2bfdb814a7bd 2018-09-04 22:55:50,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111186981201s 2018-09-04 22:55:50,876 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b6c70301-664f-4f72-9cb2-2bfdb814a7bd 2018-09-04 22:55:50,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 22:55:50,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=8edf7cd1-d055-41b8-9588-edbd583d3b38" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:50,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-608979d4-3481-4567-9108-63d21a53ad25 Date: Tue, 04 Sep 2018 22:55:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T22:55:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1b0f528a-adde-4edb-8f84-1c564b3b1b34","ip_address":"192.168.120.13"}],"id":"130b5fef-de10-4cdc-b6ec-9f096c085577","security_groups":["5f6bf325-c62b-4700-8f48-6769cd41fe68"],"mac_address":"fa:16:3e:27:71:00","project_id":"af81da9da54a4a08bcb6c948124cc493","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"83b1b773-2017-40a7-b259-f0db606c4bdb","tenant_id":"af81da9da54a4a08bcb6c948124cc493","created_at":"2018-09-04T22:53:13Z","binding:vnic_type":"normal","device_id":"8edf7cd1-d055-41b8-9588-edbd583d3b38"}]} 2018-09-04 22:55:50,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8edf7cd1-d055-41b8-9588-edbd583d3b38 used request id req-608979d4-3481-4567-9108-63d21a53ad25 2018-09-04 22:55:50,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0555691719055s 2018-09-04 22:55:50,934 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8edf7cd1-d055-41b8-9588-edbd583d3b38 used request id req-608979d4-3481-4567-9108-63d21a53ad25 2018-09-04 22:55:50,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-04 22:55:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.13", "port_id": "130b5fef-de10-4cdc-b6ec-9f096c085577"}}' 2018-09-04 22:55:52,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-f0368f55-ff20-4caf-809a-fb717d221698 Date: Tue, 04 Sep 2018 22:55:52 GMT RESP BODY: {"floatingip": {"router_id": "beb89537-8362-43ad-b026-b4bef9f263fb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:55:51Z", "updated_at": "2018-09-04T22:55:51Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "af81da9da54a4a08bcb6c948124cc493", "port_id": "130b5fef-de10-4cdc-b6ec-9f096c085577", "id": "d6256dd8-70cd-4903-8ea3-876e009ef945"}} 2018-09-04 22:55:52,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-f0368f55-ff20-4caf-809a-fb717d221698 2018-09-04 22:55:52,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.97034311295s 2018-09-04 22:55:52,905 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-f0368f55-ff20-4caf-809a-fb717d221698 2018-09-04 22:55:52,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 22:55:52,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:52,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-ef25c29c-6d9b-4b99-9f1f-d47612ec5700 Date: Tue, 04 Sep 2018 22:55:52 GMT RESP BODY: {"floatingips": [{"router_id": "beb89537-8362-43ad-b026-b4bef9f263fb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:55:51Z", "updated_at": "2018-09-04T22:55:51Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "af81da9da54a4a08bcb6c948124cc493", "port_id": "130b5fef-de10-4cdc-b6ec-9f096c085577", "id": "d6256dd8-70cd-4903-8ea3-876e009ef945"}]} 2018-09-04 22:55:52,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-ef25c29c-6d9b-4b99-9f1f-d47612ec5700 2018-09-04 22:55:52,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0241808891296s 2018-09-04 22:55:52,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-ef25c29c-6d9b-4b99-9f1f-d47612ec5700 2018-09-04 22:55:52,942 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-04 22:55:53,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 22:55:53,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:53,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-ba6d0924-d5c6-4b30-9c85-06c3dab70a69 Date: Tue, 04 Sep 2018 22:55:53 GMT RESP BODY: {"floatingips": [{"router_id": "beb89537-8362-43ad-b026-b4bef9f263fb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:55:51Z", "updated_at": "2018-09-04T22:55:51Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "af81da9da54a4a08bcb6c948124cc493", "port_id": "130b5fef-de10-4cdc-b6ec-9f096c085577", "id": "d6256dd8-70cd-4903-8ea3-876e009ef945"}]} 2018-09-04 22:55:53,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-ba6d0924-d5c6-4b30-9c85-06c3dab70a69 2018-09-04 22:55:53,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0246541500092s 2018-09-04 22:55:53,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-ba6d0924-d5c6-4b30-9c85-06c3dab70a69 2018-09-04 22:55:53,076 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-04 22:55:53,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 22:55:53,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:53,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-4b12337a-aea1-4401-a227-1ae985864570 Date: Tue, 04 Sep 2018 22:55:53 GMT RESP BODY: {"floatingips": [{"router_id": "beb89537-8362-43ad-b026-b4bef9f263fb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:55:51Z", "updated_at": "2018-09-04T22:55:51Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "af81da9da54a4a08bcb6c948124cc493", "port_id": "130b5fef-de10-4cdc-b6ec-9f096c085577", "id": "d6256dd8-70cd-4903-8ea3-876e009ef945"}]} 2018-09-04 22:55:53,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-4b12337a-aea1-4401-a227-1ae985864570 2018-09-04 22:55:53,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0283539295197s 2018-09-04 22:55:53,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-4b12337a-aea1-4401-a227-1ae985864570 2018-09-04 22:55:53,213 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-04 22:55:53,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 22:55:53,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:53,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-17b98678-4552-4f35-a4b3-7c4d17d9a878 Date: Tue, 04 Sep 2018 22:55:53 GMT RESP BODY: {"floatingips": [{"router_id": "beb89537-8362-43ad-b026-b4bef9f263fb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:55:51Z", "updated_at": "2018-09-04T22:55:51Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "af81da9da54a4a08bcb6c948124cc493", "port_id": "130b5fef-de10-4cdc-b6ec-9f096c085577", "id": "d6256dd8-70cd-4903-8ea3-876e009ef945"}]} 2018-09-04 22:55:53,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-17b98678-4552-4f35-a4b3-7c4d17d9a878 2018-09-04 22:55:53,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0252389907837s 2018-09-04 22:55:53,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-17b98678-4552-4f35-a4b3-7c4d17d9a878 2018-09-04 22:55:53,347 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-04 22:55:53,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 22:55:53,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:55:53,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-8d7acd34-60c6-4165-bcdd-67d50c3e0256 Date: Tue, 04 Sep 2018 22:55:53 GMT RESP BODY: {"floatingips": [{"router_id": "beb89537-8362-43ad-b026-b4bef9f263fb", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:55:51Z", "updated_at": "2018-09-04T22:55:51Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "af81da9da54a4a08bcb6c948124cc493", "port_id": "130b5fef-de10-4cdc-b6ec-9f096c085577", "id": "d6256dd8-70cd-4903-8ea3-876e009ef945"}]} 2018-09-04 22:55:53,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-8d7acd34-60c6-4165-bcdd-67d50c3e0256 2018-09-04 22:55:53,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0312058925629s 2018-09-04 22:55:53,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-8d7acd34-60c6-4165-bcdd-67d50c3e0256 2018-09-04 22:55:53,488 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'beb89537-8362-43ad-b026-b4bef9f263fb', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'af81da9da54a4a08bcb6c948124cc493', 'created_at': u'2018-09-04T22:55:51Z', 'attached': True, 'updated_at': u'2018-09-04T22:55:51Z', 'id': u'd6256dd8-70cd-4903-8ea3-876e009ef945', 'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'af81da9da54a4a08bcb6c948124cc493', 'name': 'cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'beb89537-8362-43ad-b026-b4bef9f263fb', 'project_id': u'af81da9da54a4a08bcb6c948124cc493', 'port_id': u'130b5fef-de10-4cdc-b6ec-9f096c085577', 'port': u'130b5fef-de10-4cdc-b6ec-9f096c085577', 'network': u'c155f81c-0598-42f6-af77-d29c8a273917'}) 2018-09-04 22:55:53,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 22:55:53,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:55:55,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:55:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0423c87-7da1-4ecc-ade9-de63c4e8e0a5 x-compute-request-id: req-a0423c87-7da1-4ecc-ade9-de63c4e8e0a5 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe1223 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2097748053 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.301433] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.303637] pid_max: default: 32768 minimum: 301\n[ 0.304831] Security Framework initialized\n[ 0.305945] SELinux: Initializing.\n[ 0.307590] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.310884] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.312649] Mount-cache hash table entries: 4096\n[ 0.313980] Initializing cgroup subsys memory\n[ 0.315140] Initializing cgroup subsys devices\n[ 0.316287] Initializing cgroup subsys freezer\n[ 0.317437] Initializing cgroup subsys net_cls\n[ 0.318590] Initializing cgroup subsys blkio\n[ 0.319717] Initializing cgroup subsys perf_event\n[ 0.320908] Initializing cgroup subsys hugetlb\n[ 0.322053] Initializing cgroup subsys pids\n[ 0.323170] Initializing cgroup subsys net_prio\n[ 0.324382] CPU: Physical Processor ID: 0\n[ 0.326193] mce: CPU supports 10 MCE banks\n[ 0.327317] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.328595] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.329875] tlb_flushall_shift: 6\n[ 0.331051] Freeing SMP alternatives: 28k freed\n[ 0.334999] ACPI: Core revision 20130517\n[ 0.336501] ACPI: All ACPI Tables successfully acquired\n[ 0.337938] ftrace: allocating 25812 entries in 101 pages\n[ 0.360170] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.361672] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.363160] smpboot: Max logical packages: 2\n[ 0.364448] Enabling x2apic\n[ 0.365343] Enabled x2apic\n[ 0.366423] Switched APIC routing to physical x2apic.\n[ 0.368602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.370112] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.372738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.380713] KVM setup paravirtual spinlock\n[ 0.382753] smpboot: Booting Node 0, Processors #1 OK\n[ 0.384380] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.406088] Brought up 2 CPUs\n[ 0.406091] KVM setup async PF for cpu 1\n[ 0.406094] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.409191] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.411236] devtmpfs: initialized\n[ 0.413576] EVM: security.selinux\n[ 0.414548] EVM: security.ima\n[ 0.415451] EVM: security.capability\n[ 0.417065] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.418574] pinctrl core: initialized pinctrl subsystem\n[ 0.419927] NET: Registered protocol family 16\n[ 0.421262] ACPI: bus type PCI registered\n[ 0.422339] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.423845] PCI: Using configuration type 1 for base access\n[ 0.428497] ACPI: Added _OSI(Module Device)\n[ 0.429600] ACPI: Added _OSI(Processor Device)\n[ 0.430718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.431871] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.434603] ACPI: Interpreter enabled\n[ 0.435631] ACPI: (supports S0 S5)\n[ 0.436592] ACPI: Using IOAPIC for interrupt routing\n[ 0.437792] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.441671] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.443056] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.444716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.446157] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.448860] acpiphp: Slot [3] registered\n[ 0.449922] acpiphp: Slot [4] registered\n[ 0.450982] acpiphp: Slot [5] registered\n[ 0.452033] acpiphp: Slot [6] registered\n[ 0.453092] acpiphp: Slot [7] registered\n[ 0.454141] acpiphp: Slot [8] registered\n[ 0.455190] acpiphp: Slot [9] registered\n[ 0.456242] acpiphp: Slot [10] registered\n[ 0.457300] acpiphp: Slot [11] registered\n[ 0.458359] acpiphp: Slot [12] registered\n[ 0.459425] acpiphp: Slot [13] registered\n[ 0.460488] acpiphp: Slot [14] registered\n[ 0.461549] acpiphp: Slot [15] registered\n[ 0.462607] acpiphp: Slot [16] registered\n[ 0.463674] acpiphp: Slot [17] registered\n[ 0.464746] acpiphp: Slot [18] registered\n[ 0.465806] acpiphp: Slot [19] registered\n[ 0.466876] acpiphp: Slot [20] registered\n[ 0.467943] acpiphp: Slot [21] registered\n[ 0.469005] acpiphp: Slot [22] registered\n[ 0.470069] acpiphp: Slot [23] registered\n[ 0.471143] acpiphp: Slot [24] registered\n[ 0.472213] acpiphp: Slot [25] registered\n[ 0.473279] acpiphp: Slot [26] registered\n[ 0.474348] acpiphp: Slot [27] registered\n[ 0.475410] acpiphp: Slot [28] registered\n[ 0.476472] acpiphp: Slot [29] registered\n[ 0.477531] acpiphp: Slot [30] registered\n[ 0.478590] acpiphp: Slot [31] registered\n[ 0.479650] PCI host bridge to bus 0000:00\n[ 0.480716] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.481981] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.483434] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.484908] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.486863] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.494626] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.496153] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.497563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.499063] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.506456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.508396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.562790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.564597] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.566293] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.567971] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.569610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.571174] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.572757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.574814] vgaarb: loaded\n[ 0.575676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.577049] SCSI subsystem initialized\n[ 0.578097] ACPI: bus type USB registered\n[ 0.579172] usbcore: registered new interface driver usbfs\n[ 0.580453] usbcore: registered new interface driver hub\n[ 0.581735] usbcore: registered new device driver usb\n[ 0.583083] PCI: Using ACPI for IRQ routing\n[ 0.584438] NetLabel: Initializing\n[ 0.585412] NetLabel: domain hash size = 128\n[ 0.586527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.587747] NetLabel: unlabeled traffic allowed by default\n[ 0.589142] Switched to clocksource kvm-clock\n[ 0.595937] pnp: PnP ACPI init\n[ 0.596886] ACPI: bus type PNP registered\n[ 0.598276] pnp: PnP ACPI: found 5 devices\n[ 0.599347] ACPI: bus type PNP unregistered\n[ 0.606378] NET: Registered protocol family 2\n[ 0.607735] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.609832] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.611529] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.613014] TCP: reno registered\n[ 0.613957] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.615356] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.616910] NET: Registered protocol family 1\n[ 0.618074] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.619429] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.620752] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.640611] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.660463] Unpacking initramfs...\n[ 1.056904] Freeing initrd memory: 37508k freed\n[ 1.066278] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.067826] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.076959] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.078468] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.080105] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.081494] Initialise system trusted keyring\n[ 1.082624] audit: initializing netlink socket (disabled)\n[ 1.083895] type=2000 audit(1536101749.023:1): initialized\n[ 1.100195] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.101633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.104103] zpool: loaded\n[ 1.104967] zbud: loaded\n[ 1.105966] VFS: Disk quotas dquot_6.5.2\n[ 1.107038] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.108564] msgmni has been set to 7578\n[ 1.109641] Key type big_key registered\n[ 1.111236] NET: Registered protocol family 38\n[ 1.112401] Key type asymmetric registered\n[ 1.113466] Asymmetric key parser 'x509' registered\n[ 1.114661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.116655] io scheduler noop registered\n[ 1.117708] io scheduler deadline registered (default)\n[ 1.118938] io scheduler cfq registered\n[ 1.120045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.131126] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.132643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.134600] ACPI: Power Button [PWRF]\n[ 1.135680] GHES: HEST is not enabled!\n[ 1.136747] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.161102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.162622] Non-volatile memory driver v1.3\n[ 1.163720] Linux agpgart interface v0.103\n[ 1.164869] crash memory driver: version 1.1\n[ 1.166012] rdac: device handler registered\n[ 1.167139] hp_sw: device handler registered\n[ 1.168240] emc: device handler registered\n[ 1.169303] alua: device handler registered\n[ 1.170403] libphy: Fixed MDIO Bus: probed\n[ 1.171503] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.172934] ehci-pci: EHCI PCI platform driver\n[ 1.174050] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.175422] ohci-pci: OHCI PCI platform driver\n[ 1.176537] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.196529] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.197796] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.199758] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.201007] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.202387] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.203848] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.205772] usb usb1: Product: UHCI Host Controller\n[ 1.207009] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.208515] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.209721] hub 1-0:1.0: USB hub found\n[ 1.210760] hub 1-0:1.0: 2 ports detected\n[ 1.211911] usbcore: registered new interface driver usbserial\n[ 1.213253] usbcore: registered new interface driver usbserial_generic\n[ 1.214687] usbserial: USB Serial support registered for generic\n[ 1.216052] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.219279] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.221721] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.224123] mousedev: PS/2 mouse device common for all mice\n[ 1.227110] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.231109] rtc_cmos 00:00: RTC can wake from S4\n[ 1.232475] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.233243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.240656] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.242083] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.243529] cpuidle: using governor menu\n[ 1.244609] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.245930] usbcore: registered new interface driver usbhid\n[ 1.247217] usbhid: USB HID core driver\n[ 1.248267] drop_monitor: Initializing network drop monitor service\n[ 1.249692] TCP: cubic registered\n[ 1.250649] Initializing XFRM netlink socket\n[ 1.251781] NET: Registered protocol family 10\n[ 1.253102] NET: Registered protocol family 17\n[ 1.254360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.255706] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.257082] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.259360] Loading compiled-in X.509 certificates\n[ 1.260559] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.262822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.265467] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.267743] registered taskstats version 1\n[ 1.270385] Key type trusted registered\n[ 1.272671] Key type encrypted registered\n[ 1.274876] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.276485] rtc_cmos 00:00: setting system clock to 2018-09-04 22:55:49 UTC (1536101749)\n[ 1.279128] Freeing unused kernel memory: 1680k freed\n[ 1.283462] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.287462] systemd[1]: Detected virtualization kvm.\n[ 1.288701] systemd[1]: Detected architecture x86-64.\n[ 1.289926] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.292243] systemd[1]: No hostname configured.\n[ 1.293402] systemd[1]: Set hostname to .\n[ 1.294649] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.317122] systemd[1]: Reached target Timers.\n[ 1.318297] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.320092] systemd[1]: Reached target Swap.\n[ 1.321220] systemd[1]: Starting Swap.\n[ 1.322297] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.324366] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.327287] systemd[1]: Created slice Root Slice.\n[ 1.328474] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.330475] systemd[1]: Listening on udev Control Socket.\n[ 1.331757] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.333821] systemd[1]: Listening on udev Kernel Socket.\n[ 1.335100] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.337132] systemd[1]: Created slice System Slice.\n[ 1.338366] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.340256] systemd[1]: Reached target Slices.\n[ 1.341401] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.343315] systemd[1]: Reached target Local File Systems.\n[ 1.344613] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Paths.\n[ 1.346565] systemd[1]: Reached target Paths.\n[ 1.347693] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.349573] systemd[1]: Listening on Journal Socket.\n[ 1.350793] systemd[1]: Starting Journal Socket.\n[ 1.352275] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Sockets.\n[ 1.354901] systemd[1]: Reached target Sockets.\n[ 1.356065] systemd[1]: Starting Sockets.\n[ 1.357501] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.359888] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.362204] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Started Journal Service.\n[ 1.366518] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.426256] RPC: Registered named UNIX socket transport module.\n[ 1.427623] RPC: Registered udp transport module.\n[ 1.428787] RPC: Registered tcp transport module.\n[ 1.429943] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.513157] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.516179] scsi host0: ata_piix\n[ 1.519095] FDC 0 is a S82078B\n[ 1.524375] scsi host1: ata_piix\n[ 1.525389] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.526948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.549871] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.589518] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.595161] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.666669] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.668189] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.669721] usb 1-1: Product: QEMU USB Tablet\n[ 1.670833] usb 1-1: Manufacturer: QEMU\n[ 1.671862] usb 1-1: SerialNumber: 42\n[ 1.681985] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.684474] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.767393] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.769610] XFS (vda1): Mounting V4 Filesystem\n[ 1.842785] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.077625] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.079475] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.506703] SELinux: Disabled at runtime.\n[ 2.545205] type=1404 audit(1536101750.768:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.593835] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.595575] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting Debug File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Apply Kernel Variables...\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Setup Virtual Console...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.982984] systemd-journald[385]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.008469] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.164667] type=1305 audit(1536101751.387:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m[ 3.336096] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.338962] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.339063] [drm] Initialized drm 1.1.0 20060810\n] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Dump dmesg to /var/log/dmesg...\n Starting NTP client/server...\n[ 3.364094] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.365695] [TTM] Initializing pool allocator\n Starting GSSAPI Proxy Daemon...\n[ 3.368025] [TTM] Initializing DMA pool allocator\n[ 3.369779] [drm] fb mappable at 0xFC000000\n[ 3.371046] [drm] vram aper at 0xFC000000\n[ 3.371047] [drm] size 33554432\n[ 3.371047] [drm] fb depth is 24\n[ 3.371048] [drm] pitch is 3072\n Starting LSB: Bring up/down networking...\n[ 3.376376] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.377067] ppdev: user-space parallel port driver\n[ 3.395865] Console: switching to colour frame buffer device 128x48\n[ 3.409158] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Initial cloud-init job (pre-networking)...\n Starting Authorization Manager...\n[ 3.417163] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Login Service...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Permit User Sessions.[ 3.520735] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.536038] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.544473] alg: No test for crc32 (crc32-pclmul)\n[ 3.581749] intel_rapl: no valid rapl domains found in package 0\n[ 3.611266] intel_rapl: no valid rapl domains found in package 0\n[ 3.618775] intel_powerclamp: No package C-state available\n[ 3.622883] intel_powerclamp: No package C-state available[ 3.817870] cloud-init[487]: Cloud-init v. 0.7.5 running 'init-local' at Tue, 04 Sep 2018 22:55:52 +0000. Up 3.78 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-09-04 22:55:55,613 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38/action used request id req-a0423c87-7da1-4ecc-ade9-de63c4e8e0a5 2018-09-04 22:55:55,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.12426686287s 2018-09-04 22:55:55,614 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38/action used request id req-a0423c87-7da1-4ecc-ade9-de63c4e8e0a5 2018-09-04 22:55:55,614 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2097748053 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.301433] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.303637] pid_max: default: 32768 minimum: 301 [ 0.304831] Security Framework initialized [ 0.305945] SELinux: Initializing. [ 0.307590] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.310884] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.312649] Mount-cache hash table entries: 4096 [ 0.313980] Initializing cgroup subsys memory [ 0.315140] Initializing cgroup subsys devices [ 0.316287] Initializing cgroup subsys freezer [ 0.317437] Initializing cgroup subsys net_cls [ 0.318590] Initializing cgroup subsys blkio [ 0.319717] Initializing cgroup subsys perf_event [ 0.320908] Initializing cgroup subsys hugetlb [ 0.322053] Initializing cgroup subsys pids [ 0.323170] Initializing cgroup subsys net_prio [ 0.324382] CPU: Physical Processor ID: 0 [ 0.326193] mce: CPU supports 10 MCE banks [ 0.327317] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.328595] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.329875] tlb_flushall_shift: 6 [ 0.331051] Freeing SMP alternatives: 28k freed [ 0.334999] ACPI: Core revision 20130517 [ 0.336501] ACPI: All ACPI Tables successfully acquired [ 0.337938] ftrace: allocating 25812 entries in 101 pages [ 0.360170] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.361672] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.363160] smpboot: Max logical packages: 2 [ 0.364448] Enabling x2apic [ 0.365343] Enabled x2apic [ 0.366423] Switched APIC routing to physical x2apic. [ 0.368602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.370112] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.372738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.380713] KVM setup paravirtual spinlock [ 0.382753] smpboot: Booting Node 0, Processors #1 OK [ 0.384380] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.406088] Brought up 2 CPUs [ 0.406091] KVM setup async PF for cpu 1 [ 0.406094] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.409191] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.411236] devtmpfs: initialized [ 0.413576] EVM: security.selinux [ 0.414548] EVM: security.ima [ 0.415451] EVM: security.capability [ 0.417065] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.418574] pinctrl core: initialized pinctrl subsystem [ 0.419927] NET: Registered protocol family 16 [ 0.421262] ACPI: bus type PCI registered [ 0.422339] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.423845] PCI: Using configuration type 1 for base access [ 0.428497] ACPI: Added _OSI(Module Device) [ 0.429600] ACPI: Added _OSI(Processor Device) [ 0.430718] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.431871] ACPI: Added _OSI(Processor Aggregator Device) [ 0.434603] ACPI: Interpreter enabled [ 0.435631] ACPI: (supports S0 S5) [ 0.436592] ACPI: Using IOAPIC for interrupt routing [ 0.437792] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.441671] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.443056] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.444716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.446157] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.448860] acpiphp: Slot [3] registered [ 0.449922] acpiphp: Slot [4] registered [ 0.450982] acpiphp: Slot [5] registered [ 0.452033] acpiphp: Slot [6] registered [ 0.453092] acpiphp: Slot [7] registered [ 0.454141] acpiphp: Slot [8] registered [ 0.455190] acpiphp: Slot [9] registered [ 0.456242] acpiphp: Slot [10] registered [ 0.457300] acpiphp: Slot [11] registered [ 0.458359] acpiphp: Slot [12] registered [ 0.459425] acpiphp: Slot [13] registered [ 0.460488] acpiphp: Slot [14] registered [ 0.461549] acpiphp: Slot [15] registered [ 0.462607] acpiphp: Slot [16] registered [ 0.463674] acpiphp: Slot [17] registered [ 0.464746] acpiphp: Slot [18] registered [ 0.465806] acpiphp: Slot [19] registered [ 0.466876] acpiphp: Slot [20] registered [ 0.467943] acpiphp: Slot [21] registered [ 0.469005] acpiphp: Slot [22] registered [ 0.470069] acpiphp: Slot [23] registered [ 0.471143] acpiphp: Slot [24] registered [ 0.472213] acpiphp: Slot [25] registered [ 0.473279] acpiphp: Slot [26] registered [ 0.474348] acpiphp: Slot [27] registered [ 0.475410] acpiphp: Slot [28] registered [ 0.476472] acpiphp: Slot [29] registered [ 0.477531] acpiphp: Slot [30] registered [ 0.478590] acpiphp: Slot [31] registered [ 0.479650] PCI host bridge to bus 0000:00 [ 0.480716] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.481981] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.483434] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.484908] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.486863] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.494626] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.496153] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.497563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.499063] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.506456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.508396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.562790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.564597] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.566293] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.567971] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.569610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.571174] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.572757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.574814] vgaarb: loaded [ 0.575676] vgaarb: bridge control possible 0000:00:02.0 [ 0.577049] SCSI subsystem initialized [ 0.578097] ACPI: bus type USB registered [ 0.579172] usbcore: registered new interface driver usbfs [ 0.580453] usbcore: registered new interface driver hub [ 0.581735] usbcore: registered new device driver usb [ 0.583083] PCI: Using ACPI for IRQ routing [ 0.584438] NetLabel: Initializing [ 0.585412] NetLabel: domain hash size = 128 [ 0.586527] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.587747] NetLabel: unlabeled traffic allowed by default [ 0.589142] Switched to clocksource kvm-clock [ 0.595937] pnp: PnP ACPI init [ 0.596886] ACPI: bus type PNP registered [ 0.598276] pnp: PnP ACPI: found 5 devices [ 0.599347] ACPI: bus type PNP unregistered [ 0.606378] NET: Registered protocol family 2 [ 0.607735] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.609832] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.611529] TCP: Hash tables configured (established 32768 bind 32768) [ 0.613014] TCP: reno registered [ 0.613957] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.615356] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.616910] NET: Registered protocol family 1 [ 0.618074] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.619429] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.620752] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.640611] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.660463] Unpacking initramfs... [ 1.056904] Freeing initrd memory: 37508k freed [ 1.066278] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.067826] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.076959] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.078468] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.080105] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.081494] Initialise system trusted keyring [ 1.082624] audit: initializing netlink socket (disabled) [ 1.083895] type=2000 audit(1536101749.023:1): initialized [ 1.100195] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.101633] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.104103] zpool: loaded [ 1.104967] zbud: loaded [ 1.105966] VFS: Disk quotas dquot_6.5.2 [ 1.107038] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.108564] msgmni has been set to 7578 [ 1.109641] Key type big_key registered [ 1.111236] NET: Registered protocol family 38 [ 1.112401] Key type asymmetric registered [ 1.113466] Asymmetric key parser 'x509' registered [ 1.114661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.116655] io scheduler noop registered [ 1.117708] io scheduler deadline registered (default) [ 1.118938] io scheduler cfq registered [ 1.120045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.131126] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.132643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.134600] ACPI: Power Button [PWRF] [ 1.135680] GHES: HEST is not enabled! [ 1.136747] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.161102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.162622] Non-volatile memory driver v1.3 [ 1.163720] Linux agpgart interface v0.103 [ 1.164869] crash memory driver: version 1.1 [ 1.166012] rdac: device handler registered [ 1.167139] hp_sw: device handler registered [ 1.168240] emc: device handler registered [ 1.169303] alua: device handler registered [ 1.170403] libphy: Fixed MDIO Bus: probed [ 1.171503] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.172934] ehci-pci: EHCI PCI platform driver [ 1.174050] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.175422] ohci-pci: OHCI PCI platform driver [ 1.176537] uhci_hcd: USB Universal Host Controller Interface driver [ 1.196529] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.197796] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.199758] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.201007] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.202387] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.203848] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.205772] usb usb1: Product: UHCI Host Controller [ 1.207009] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.208515] usb usb1: SerialNumber: 0000:00:01.2 [ 1.209721] hub 1-0:1.0: USB hub found [ 1.210760] hub 1-0:1.0: 2 ports detected [ 1.211911] usbcore: registered new interface driver usbserial [ 1.213253] usbcore: registered new interface driver usbserial_generic [ 1.214687] usbserial: USB Serial support registered for generic [ 1.216052] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.219279] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.221721] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.224123] mousedev: PS/2 mouse device common for all mice [ 1.227110] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.231109] rtc_cmos 00:00: RTC can wake from S4 [ 1.232475] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.233243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.240656] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.242083] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.243529] cpuidle: using governor menu [ 1.244609] hidraw: raw HID events driver (C) Jiri Kosina [ 1.245930] usbcore: registered new interface driver usbhid [ 1.247217] usbhid: USB HID core driver [ 1.248267] drop_monitor: Initializing network drop monitor service [ 1.249692] TCP: cubic registered [ 1.250649] Initializing XFRM netlink socket [ 1.251781] NET: Registered protocol family 10 [ 1.253102] NET: Registered protocol family 17 [ 1.254360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.255706] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.257082] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.259360] Loading compiled-in X.509 certificates [ 1.260559] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.262822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.265467] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.267743] registered taskstats version 1 [ 1.270385] Key type trusted registered [ 1.272671] Key type encrypted registered [ 1.274876] IMA: No TPM chip found, activating TPM-bypass! [ 1.276485] rtc_cmos 00:00: setting system clock to 2018-09-04 22:55:49 UTC (1536101749) [ 1.279128] Freeing unused kernel memory: 1680k freed [ 1.283462] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.287462] systemd[1]: Detected virtualization kvm. [ 1.288701] systemd[1]: Detected architecture x86-64. [ 1.289926] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.292243] systemd[1]: No hostname configured. [ 1.293402] systemd[1]: Set hostname to . [ 1.294649] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.317122] systemd[1]: Reached target Timers. [ 1.318297] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.320092] systemd[1]: Reached target Swap. [ 1.321220] systemd[1]: Starting Swap. [ 1.322297] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.324366] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.327287] systemd[1]: Created slice Root Slice. [ 1.328474] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.330475] systemd[1]: Listening on udev Control Socket. [ 1.331757] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.333821] systemd[1]: Listening on udev Kernel Socket. [ 1.335100] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.337132] systemd[1]: Created slice System Slice. [ 1.338366] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.340256] systemd[1]: Reached target Slices. [ 1.341401] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.343315] systemd[1]: Reached target Local File Systems. [ 1.344613] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Paths. [ 1.346565] systemd[1]: Reached target Paths. [ 1.347693] systemd[1]: Starting Paths. [[32m OK [0m] Listening on Journal Socket. [ 1.349573] systemd[1]: Listening on Journal Socket. [ 1.350793] systemd[1]: Starting Journal Socket. [ 1.352275] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Sockets. [ 1.354901] systemd[1]: Reached target Sockets. [ 1.356065] systemd[1]: Starting Sockets. [ 1.357501] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.359888] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.362204] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Journal Service. [ 1.366518] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.426256] RPC: Registered named UNIX socket transport module. [ 1.427623] RPC: Registered udp transport module. [ 1.428787] RPC: Registered tcp transport module. [ 1.429943] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.513157] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.516179] scsi host0: ata_piix [ 1.519095] FDC 0 is a S82078B [ 1.524375] scsi host1: ata_piix [ 1.525389] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.526948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.549871] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.589518] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.595161] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.666669] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.668189] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.669721] usb 1-1: Product: QEMU USB Tablet [ 1.670833] usb 1-1: Manufacturer: QEMU [ 1.671862] usb 1-1: SerialNumber: 42 [ 1.681985] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.684474] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.767393] SGI XFS with ACLs, security attributes, no debug enabled [ 1.769610] XFS (vda1): Mounting V4 Filesystem [ 1.842785] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.077625] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.079475] tsc: Refined TSC clocksource calibration: 3491.911 MHz [ 2.506703] SELinux: Disabled at runtime. [ 2.545205] type=1404 audit(1536101750.768:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.593835] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.595575] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Encrypted Volumes. Mounting Debug File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Apply Kernel Variables... Mounting Huge Pages File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Setup Virtual Console... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [ 2.982984] systemd-journald[385]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [ 3.008469] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.164667] type=1305 audit(1536101751.387:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m[ 3.336096] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.338962] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.339063] [drm] Initialized drm 1.1.0 20060810 ] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Dump dmesg to /var/log/dmesg... Starting NTP client/server... [ 3.364094] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.365695] [TTM] Initializing pool allocator Starting GSSAPI Proxy Daemon... [ 3.368025] [TTM] Initializing DMA pool allocator [ 3.369779] [drm] fb mappable at 0xFC000000 [ 3.371046] [drm] vram aper at 0xFC000000 [ 3.371047] [drm] size 33554432 [ 3.371047] [drm] fb depth is 24 [ 3.371048] [drm] pitch is 3072 Starting LSB: Bring up/down networking... [ 3.376376] fbcon: cirrusdrmfb (fb0) is primary device [ 3.377067] ppdev: user-space parallel port driver [ 3.395865] Console: switching to colour frame buffer device 128x48 [ 3.409158] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... [ 3.417163] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Login Service... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Permit User Sessions.[ 3.520735] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.536038] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.544473] alg: No test for crc32 (crc32-pclmul) [ 3.581749] intel_rapl: no valid rapl domains found in package 0 [ 3.611266] intel_rapl: no valid rapl domains found in package 0 [ 3.618775] intel_powerclamp: No package C-state available [ 3.622883] intel_powerclamp: No package C-state available[ 3.817870] cloud-init[487]: Cloud-init v. 0.7.5 running 'init-local' at Tue, 04 Sep 2018 22:55:52 +0000. Up 3.78 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-09-04 22:55:55,879 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: [Errno None] Unable to connect to port 22 on 172.30.9.203 2018-09-04 22:56:04,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 22:56:04,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 22:56:05,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:56:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8b64708-8947-45d6-b28f-644dbce018a6 x-compute-request-id: req-c8b64708-8947-45d6-b28f-644dbce018a6 Content-Encoding: gzip Content-Length: 12737 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe1223 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2097748053 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.301433] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.303637] pid_max: default: 32768 minimum: 301\n[ 0.304831] Security Framework initialized\n[ 0.305945] SELinux: Initializing.\n[ 0.307590] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.310884] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.312649] Mount-cache hash table entries: 4096\n[ 0.313980] Initializing cgroup subsys memory\n[ 0.315140] Initializing cgroup subsys devices\n[ 0.316287] Initializing cgroup subsys freezer\n[ 0.317437] Initializing cgroup subsys net_cls\n[ 0.318590] Initializing cgroup subsys blkio\n[ 0.319717] Initializing cgroup subsys perf_event\n[ 0.320908] Initializing cgroup subsys hugetlb\n[ 0.322053] Initializing cgroup subsys pids\n[ 0.323170] Initializing cgroup subsys net_prio\n[ 0.324382] CPU: Physical Processor ID: 0\n[ 0.326193] mce: CPU supports 10 MCE banks\n[ 0.327317] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.328595] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.329875] tlb_flushall_shift: 6\n[ 0.331051] Freeing SMP alternatives: 28k freed\n[ 0.334999] ACPI: Core revision 20130517\n[ 0.336501] ACPI: All ACPI Tables successfully acquired\n[ 0.337938] ftrace: allocating 25812 entries in 101 pages\n[ 0.360170] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.361672] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.363160] smpboot: Max logical packages: 2\n[ 0.364448] Enabling x2apic\n[ 0.365343] Enabled x2apic\n[ 0.366423] Switched APIC routing to physical x2apic.\n[ 0.368602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.370112] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.372738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.380713] KVM setup paravirtual spinlock\n[ 0.382753] smpboot: Booting Node 0, Processors #1 OK\n[ 0.384380] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.406088] Brought up 2 CPUs\n[ 0.406091] KVM setup async PF for cpu 1\n[ 0.406094] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.409191] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.411236] devtmpfs: initialized\n[ 0.413576] EVM: security.selinux\n[ 0.414548] EVM: security.ima\n[ 0.415451] EVM: security.capability\n[ 0.417065] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.418574] pinctrl core: initialized pinctrl subsystem\n[ 0.419927] NET: Registered protocol family 16\n[ 0.421262] ACPI: bus type PCI registered\n[ 0.422339] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.423845] PCI: Using configuration type 1 for base access\n[ 0.428497] ACPI: Added _OSI(Module Device)\n[ 0.429600] ACPI: Added _OSI(Processor Device)\n[ 0.430718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.431871] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.434603] ACPI: Interpreter enabled\n[ 0.435631] ACPI: (supports S0 S5)\n[ 0.436592] ACPI: Using IOAPIC for interrupt routing\n[ 0.437792] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.441671] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.443056] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.444716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.446157] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.448860] acpiphp: Slot [3] registered\n[ 0.449922] acpiphp: Slot [4] registered\n[ 0.450982] acpiphp: Slot [5] registered\n[ 0.452033] acpiphp: Slot [6] registered\n[ 0.453092] acpiphp: Slot [7] registered\n[ 0.454141] acpiphp: Slot [8] registered\n[ 0.455190] acpiphp: Slot [9] registered\n[ 0.456242] acpiphp: Slot [10] registered\n[ 0.457300] acpiphp: Slot [11] registered\n[ 0.458359] acpiphp: Slot [12] registered\n[ 0.459425] acpiphp: Slot [13] registered\n[ 0.460488] acpiphp: Slot [14] registered\n[ 0.461549] acpiphp: Slot [15] registered\n[ 0.462607] acpiphp: Slot [16] registered\n[ 0.463674] acpiphp: Slot [17] registered\n[ 0.464746] acpiphp: Slot [18] registered\n[ 0.465806] acpiphp: Slot [19] registered\n[ 0.466876] acpiphp: Slot [20] registered\n[ 0.467943] acpiphp: Slot [21] registered\n[ 0.469005] acpiphp: Slot [22] registered\n[ 0.470069] acpiphp: Slot [23] registered\n[ 0.471143] acpiphp: Slot [24] registered\n[ 0.472213] acpiphp: Slot [25] registered\n[ 0.473279] acpiphp: Slot [26] registered\n[ 0.474348] acpiphp: Slot [27] registered\n[ 0.475410] acpiphp: Slot [28] registered\n[ 0.476472] acpiphp: Slot [29] registered\n[ 0.477531] acpiphp: Slot [30] registered\n[ 0.478590] acpiphp: Slot [31] registered\n[ 0.479650] PCI host bridge to bus 0000:00\n[ 0.480716] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.481981] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.483434] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.484908] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.486863] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.494626] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.496153] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.497563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.499063] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.506456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.508396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.562790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.564597] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.566293] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.567971] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.569610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.571174] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.572757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.574814] vgaarb: loaded\n[ 0.575676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.577049] SCSI subsystem initialized\n[ 0.578097] ACPI: bus type USB registered\n[ 0.579172] usbcore: registered new interface driver usbfs\n[ 0.580453] usbcore: registered new interface driver hub\n[ 0.581735] usbcore: registered new device driver usb\n[ 0.583083] PCI: Using ACPI for IRQ routing\n[ 0.584438] NetLabel: Initializing\n[ 0.585412] NetLabel: domain hash size = 128\n[ 0.586527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.587747] NetLabel: unlabeled traffic allowed by default\n[ 0.589142] Switched to clocksource kvm-clock\n[ 0.595937] pnp: PnP ACPI init\n[ 0.596886] ACPI: bus type PNP registered\n[ 0.598276] pnp: PnP ACPI: found 5 devices\n[ 0.599347] ACPI: bus type PNP unregistered\n[ 0.606378] NET: Registered protocol family 2\n[ 0.607735] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.609832] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.611529] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.613014] TCP: reno registered\n[ 0.613957] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.615356] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.616910] NET: Registered protocol family 1\n[ 0.618074] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.619429] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.620752] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.640611] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.660463] Unpacking initramfs...\n[ 1.056904] Freeing initrd memory: 37508k freed\n[ 1.066278] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.067826] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.076959] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.078468] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.080105] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.081494] Initialise system trusted keyring\n[ 1.082624] audit: initializing netlink socket (disabled)\n[ 1.083895] type=2000 audit(1536101749.023:1): initialized\n[ 1.100195] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.101633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.104103] zpool: loaded\n[ 1.104967] zbud: loaded\n[ 1.105966] VFS: Disk quotas dquot_6.5.2\n[ 1.107038] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.108564] msgmni has been set to 7578\n[ 1.109641] Key type big_key registered\n[ 1.111236] NET: Registered protocol family 38\n[ 1.112401] Key type asymmetric registered\n[ 1.113466] Asymmetric key parser 'x509' registered\n[ 1.114661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.116655] io scheduler noop registered\n[ 1.117708] io scheduler deadline registered (default)\n[ 1.118938] io scheduler cfq registered\n[ 1.120045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.131126] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.132643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.134600] ACPI: Power Button [PWRF]\n[ 1.135680] GHES: HEST is not enabled!\n[ 1.136747] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.161102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.162622] Non-volatile memory driver v1.3\n[ 1.163720] Linux agpgart interface v0.103\n[ 1.164869] crash memory driver: version 1.1\n[ 1.166012] rdac: device handler registered\n[ 1.167139] hp_sw: device handler registered\n[ 1.168240] emc: device handler registered\n[ 1.169303] alua: device handler registered\n[ 1.170403] libphy: Fixed MDIO Bus: probed\n[ 1.171503] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.172934] ehci-pci: EHCI PCI platform driver\n[ 1.174050] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.175422] ohci-pci: OHCI PCI platform driver\n[ 1.176537] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.196529] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.197796] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.199758] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.201007] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.202387] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.203848] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.205772] usb usb1: Product: UHCI Host Controller\n[ 1.207009] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.208515] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.209721] hub 1-0:1.0: USB hub found\n[ 1.210760] hub 1-0:1.0: 2 ports detected\n[ 1.211911] usbcore: registered new interface driver usbserial\n[ 1.213253] usbcore: registered new interface driver usbserial_generic\n[ 1.214687] usbserial: USB Serial support registered for generic\n[ 1.216052] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.219279] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.221721] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.224123] mousedev: PS/2 mouse device common for all mice\n[ 1.227110] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.231109] rtc_cmos 00:00: RTC can wake from S4\n[ 1.232475] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.233243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.240656] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.242083] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.243529] cpuidle: using governor menu\n[ 1.244609] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.245930] usbcore: registered new interface driver usbhid\n[ 1.247217] usbhid: USB HID core driver\n[ 1.248267] drop_monitor: Initializing network drop monitor service\n[ 1.249692] TCP: cubic registered\n[ 1.250649] Initializing XFRM netlink socket\n[ 1.251781] NET: Registered protocol family 10\n[ 1.253102] NET: Registered protocol family 17\n[ 1.254360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.255706] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.257082] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.259360] Loading compiled-in X.509 certificates\n[ 1.260559] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.262822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.265467] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.267743] registered taskstats version 1\n[ 1.270385] Key type trusted registered\n[ 1.272671] Key type encrypted registered\n[ 1.274876] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.276485] rtc_cmos 00:00: setting system clock to 2018-09-04 22:55:49 UTC (1536101749)\n[ 1.279128] Freeing unused kernel memory: 1680k freed\n[ 1.283462] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.287462] systemd[1]: Detected virtualization kvm.\n[ 1.288701] systemd[1]: Detected architecture x86-64.\n[ 1.289926] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.292243] systemd[1]: No hostname configured.\n[ 1.293402] systemd[1]: Set hostname to .\n[ 1.294649] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.317122] systemd[1]: Reached target Timers.\n[ 1.318297] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.320092] systemd[1]: Reached target Swap.\n[ 1.321220] systemd[1]: Starting Swap.\n[ 1.322297] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.324366] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.327287] systemd[1]: Created slice Root Slice.\n[ 1.328474] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.330475] systemd[1]: Listening on udev Control Socket.\n[ 1.331757] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.333821] systemd[1]: Listening on udev Kernel Socket.\n[ 1.335100] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.337132] systemd[1]: Created slice System Slice.\n[ 1.338366] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.340256] systemd[1]: Reached target Slices.\n[ 1.341401] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.343315] systemd[1]: Reached target Local File Systems.\n[ 1.344613] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Paths.\n[ 1.346565] systemd[1]: Reached target Paths.\n[ 1.347693] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.349573] systemd[1]: Listening on Journal Socket.\n[ 1.350793] systemd[1]: Starting Journal Socket.\n[ 1.352275] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Sockets.\n[ 1.354901] systemd[1]: Reached target Sockets.\n[ 1.356065] systemd[1]: Starting Sockets.\n[ 1.357501] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.359888] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.362204] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Started Journal Service.\n[ 1.366518] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.426256] RPC: Registered named UNIX socket transport module.\n[ 1.427623] RPC: Registered udp transport module.\n[ 1.428787] RPC: Registered tcp transport module.\n[ 1.429943] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.513157] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.516179] scsi host0: ata_piix\n[ 1.519095] FDC 0 is a S82078B\n[ 1.524375] scsi host1: ata_piix\n[ 1.525389] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.526948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.549871] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.589518] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.595161] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.666669] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.668189] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.669721] usb 1-1: Product: QEMU USB Tablet\n[ 1.670833] usb 1-1: Manufacturer: QEMU\n[ 1.671862] usb 1-1: SerialNumber: 42\n[ 1.681985] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.684474] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.767393] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.769610] XFS (vda1): Mounting V4 Filesystem\n[ 1.842785] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.077625] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.079475] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.506703] SELinux: Disabled at runtime.\n[ 2.545205] type=1404 audit(1536101750.768:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.593835] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.595575] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting Debug File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Apply Kernel Variables...\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Setup Virtual Console...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.982984] systemd-journald[385]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.008469] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.164667] type=1305 audit(1536101751.387:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m[ 3.336096] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.338962] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.339063] [drm] Initialized drm 1.1.0 20060810\n] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Dump dmesg to /var/log/dmesg...\n Starting NTP client/server...\n[ 3.364094] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.365695] [TTM] Initializing pool allocator\n Starting GSSAPI Proxy Daemon...\n[ 3.368025] [TTM] Initializing DMA pool allocator\n[ 3.369779] [drm] fb mappable at 0xFC000000\n[ 3.371046] [drm] vram aper at 0xFC000000\n[ 3.371047] [drm] size 33554432\n[ 3.371047] [drm] fb depth is 24\n[ 3.371048] [drm] pitch is 3072\n Starting LSB: Bring up/down networking...\n[ 3.376376] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.377067] ppdev: user-space parallel port driver\n[ 3.395865] Console: switching to colour frame buffer device 128x48\n[ 3.409158] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Initial cloud-init job (pre-networking)...\n Starting Authorization Manager...\n[ 3.417163] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Login Service...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Permit User Sessions.[ 3.520735] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.536038] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.544473] alg: No test for crc32 (crc32-pclmul)\n[ 3.581749] intel_rapl: no valid rapl domains found in package 0\n[ 3.611266] intel_rapl: no valid rapl domains found in package 0\n[ 3.618775] intel_powerclamp: No package C-state available\n[ 3.622883] intel_powerclamp: No package C-state available[ 3.817870] cloud-init[487]: Cloud-init v. 0.7.5 running 'init-local' at Tue, 04 Sep 2018 22:55:52 +0000. Up 3.78 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting OpenSSH server daemon...\n Starting System Logging Service...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting Notify NFS peers of a restart...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.062774] cloud-init[803]: Cloud-init v. 0.7.5 running 'init' at Tue, 04 Sep 2018 22:55:54 +0000. Up 6.01 seconds.\n[ 6.114329] cloud-init[803]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.117217] cloud-init[803]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.120542] cloud-init[803]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.124123] cloud-init[803]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.126194] cloud-init[803]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.129286] cloud-init[803]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:27:71:00 |\n[ 6.131436] cloud-init[803]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.145899] cloud-init[803]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.148223] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.150568] cloud-init[803]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.152918] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.155011] cloud-init[803]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.162140] cloud-init[803]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.164449] cloud-init[803]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.166544] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 9.274054] cloud-init[2846]: Cloud-init v. 0.7.5 running 'modules:config' at Tue, 04 Sep 2018 22:55:57 +0000. Up 9.21 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | fd:e5:29:87:ff:fd:c1:8b:c7:33:ec:ad:54:0e:01:65 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\n[ 9.750359] cloud-init[3035]: Cloud-init v. 0.7.5 running 'modules:final' at Tue, 04 Sep 2018 22:55:58 +0000. Up 9.67 seconds.\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 9.942601] cloud-init[3035]: Cloud-init v. 0.7.5 finished at Tue, 04 Sep 2018 22:55:58 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 9.93 seconds\n"} 2018-09-04 22:56:05,967 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38/action used request id req-c8b64708-8947-45d6-b28f-644dbce018a6 2018-09-04 22:56:05,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08356285095s 2018-09-04 22:56:05,968 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38/action used request id req-c8b64708-8947-45d6-b28f-644dbce018a6 2018-09-04 22:56:05,969 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2097748053 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.301433] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.303637] pid_max: default: 32768 minimum: 301 [ 0.304831] Security Framework initialized [ 0.305945] SELinux: Initializing. [ 0.307590] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.310884] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.312649] Mount-cache hash table entries: 4096 [ 0.313980] Initializing cgroup subsys memory [ 0.315140] Initializing cgroup subsys devices [ 0.316287] Initializing cgroup subsys freezer [ 0.317437] Initializing cgroup subsys net_cls [ 0.318590] Initializing cgroup subsys blkio [ 0.319717] Initializing cgroup subsys perf_event [ 0.320908] Initializing cgroup subsys hugetlb [ 0.322053] Initializing cgroup subsys pids [ 0.323170] Initializing cgroup subsys net_prio [ 0.324382] CPU: Physical Processor ID: 0 [ 0.326193] mce: CPU supports 10 MCE banks [ 0.327317] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.328595] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.329875] tlb_flushall_shift: 6 [ 0.331051] Freeing SMP alternatives: 28k freed [ 0.334999] ACPI: Core revision 20130517 [ 0.336501] ACPI: All ACPI Tables successfully acquired [ 0.337938] ftrace: allocating 25812 entries in 101 pages [ 0.360170] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.361672] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.363160] smpboot: Max logical packages: 2 [ 0.364448] Enabling x2apic [ 0.365343] Enabled x2apic [ 0.366423] Switched APIC routing to physical x2apic. [ 0.368602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.370112] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.372738] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.380713] KVM setup paravirtual spinlock [ 0.382753] smpboot: Booting Node 0, Processors #1 OK [ 0.384380] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.406088] Brought up 2 CPUs [ 0.406091] KVM setup async PF for cpu 1 [ 0.406094] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.409191] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.411236] devtmpfs: initialized [ 0.413576] EVM: security.selinux [ 0.414548] EVM: security.ima [ 0.415451] EVM: security.capability [ 0.417065] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.418574] pinctrl core: initialized pinctrl subsystem [ 0.419927] NET: Registered protocol family 16 [ 0.421262] ACPI: bus type PCI registered [ 0.422339] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.423845] PCI: Using configuration type 1 for base access [ 0.428497] ACPI: Added _OSI(Module Device) [ 0.429600] ACPI: Added _OSI(Processor Device) [ 0.430718] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.431871] ACPI: Added _OSI(Processor Aggregator Device) [ 0.434603] ACPI: Interpreter enabled [ 0.435631] ACPI: (supports S0 S5) [ 0.436592] ACPI: Using IOAPIC for interrupt routing [ 0.437792] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.441671] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.443056] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.444716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.446157] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.448860] acpiphp: Slot [3] registered [ 0.449922] acpiphp: Slot [4] registered [ 0.450982] acpiphp: Slot [5] registered [ 0.452033] acpiphp: Slot [6] registered [ 0.453092] acpiphp: Slot [7] registered [ 0.454141] acpiphp: Slot [8] registered [ 0.455190] acpiphp: Slot [9] registered [ 0.456242] acpiphp: Slot [10] registered [ 0.457300] acpiphp: Slot [11] registered [ 0.458359] acpiphp: Slot [12] registered [ 0.459425] acpiphp: Slot [13] registered [ 0.460488] acpiphp: Slot [14] registered [ 0.461549] acpiphp: Slot [15] registered [ 0.462607] acpiphp: Slot [16] registered [ 0.463674] acpiphp: Slot [17] registered [ 0.464746] acpiphp: Slot [18] registered [ 0.465806] acpiphp: Slot [19] registered [ 0.466876] acpiphp: Slot [20] registered [ 0.467943] acpiphp: Slot [21] registered [ 0.469005] acpiphp: Slot [22] registered [ 0.470069] acpiphp: Slot [23] registered [ 0.471143] acpiphp: Slot [24] registered [ 0.472213] acpiphp: Slot [25] registered [ 0.473279] acpiphp: Slot [26] registered [ 0.474348] acpiphp: Slot [27] registered [ 0.475410] acpiphp: Slot [28] registered [ 0.476472] acpiphp: Slot [29] registered [ 0.477531] acpiphp: Slot [30] registered [ 0.478590] acpiphp: Slot [31] registered [ 0.479650] PCI host bridge to bus 0000:00 [ 0.480716] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.481981] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.483434] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.484908] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.486863] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.494626] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.496153] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.497563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.499063] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.506456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.508396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.562790] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.564597] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.566293] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.567971] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.569610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.571174] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.572757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.574814] vgaarb: loaded [ 0.575676] vgaarb: bridge control possible 0000:00:02.0 [ 0.577049] SCSI subsystem initialized [ 0.578097] ACPI: bus type USB registered [ 0.579172] usbcore: registered new interface driver usbfs [ 0.580453] usbcore: registered new interface driver hub [ 0.581735] usbcore: registered new device driver usb [ 0.583083] PCI: Using ACPI for IRQ routing [ 0.584438] NetLabel: Initializing [ 0.585412] NetLabel: domain hash size = 128 [ 0.586527] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.587747] NetLabel: unlabeled traffic allowed by default [ 0.589142] Switched to clocksource kvm-clock [ 0.595937] pnp: PnP ACPI init [ 0.596886] ACPI: bus type PNP registered [ 0.598276] pnp: PnP ACPI: found 5 devices [ 0.599347] ACPI: bus type PNP unregistered [ 0.606378] NET: Registered protocol family 2 [ 0.607735] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.609832] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.611529] TCP: Hash tables configured (established 32768 bind 32768) [ 0.613014] TCP: reno registered [ 0.613957] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.615356] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.616910] NET: Registered protocol family 1 [ 0.618074] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.619429] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.620752] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.640611] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.660463] Unpacking initramfs... [ 1.056904] Freeing initrd memory: 37508k freed [ 1.066278] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.067826] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.076959] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.078468] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.080105] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.081494] Initialise system trusted keyring [ 1.082624] audit: initializing netlink socket (disabled) [ 1.083895] type=2000 audit(1536101749.023:1): initialized [ 1.100195] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.101633] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.104103] zpool: loaded [ 1.104967] zbud: loaded [ 1.105966] VFS: Disk quotas dquot_6.5.2 [ 1.107038] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.108564] msgmni has been set to 7578 [ 1.109641] Key type big_key registered [ 1.111236] NET: Registered protocol family 38 [ 1.112401] Key type asymmetric registered [ 1.113466] Asymmetric key parser 'x509' registered [ 1.114661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.116655] io scheduler noop registered [ 1.117708] io scheduler deadline registered (default) [ 1.118938] io scheduler cfq registered [ 1.120045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.131126] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.132643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.134600] ACPI: Power Button [PWRF] [ 1.135680] GHES: HEST is not enabled! [ 1.136747] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.161102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.162622] Non-volatile memory driver v1.3 [ 1.163720] Linux agpgart interface v0.103 [ 1.164869] crash memory driver: version 1.1 [ 1.166012] rdac: device handler registered [ 1.167139] hp_sw: device handler registered [ 1.168240] emc: device handler registered [ 1.169303] alua: device handler registered [ 1.170403] libphy: Fixed MDIO Bus: probed [ 1.171503] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.172934] ehci-pci: EHCI PCI platform driver [ 1.174050] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.175422] ohci-pci: OHCI PCI platform driver [ 1.176537] uhci_hcd: USB Universal Host Controller Interface driver [ 1.196529] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.197796] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.199758] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.201007] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.202387] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.203848] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.205772] usb usb1: Product: UHCI Host Controller [ 1.207009] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.208515] usb usb1: SerialNumber: 0000:00:01.2 [ 1.209721] hub 1-0:1.0: USB hub found [ 1.210760] hub 1-0:1.0: 2 ports detected [ 1.211911] usbcore: registered new interface driver usbserial [ 1.213253] usbcore: registered new interface driver usbserial_generic [ 1.214687] usbserial: USB Serial support registered for generic [ 1.216052] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.219279] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.221721] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.224123] mousedev: PS/2 mouse device common for all mice [ 1.227110] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.231109] rtc_cmos 00:00: RTC can wake from S4 [ 1.232475] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.233243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.240656] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.242083] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.243529] cpuidle: using governor menu [ 1.244609] hidraw: raw HID events driver (C) Jiri Kosina [ 1.245930] usbcore: registered new interface driver usbhid [ 1.247217] usbhid: USB HID core driver [ 1.248267] drop_monitor: Initializing network drop monitor service [ 1.249692] TCP: cubic registered [ 1.250649] Initializing XFRM netlink socket [ 1.251781] NET: Registered protocol family 10 [ 1.253102] NET: Registered protocol family 17 [ 1.254360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.255706] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.257082] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.259360] Loading compiled-in X.509 certificates [ 1.260559] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.262822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.265467] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.267743] registered taskstats version 1 [ 1.270385] Key type trusted registered [ 1.272671] Key type encrypted registered [ 1.274876] IMA: No TPM chip found, activating TPM-bypass! [ 1.276485] rtc_cmos 00:00: setting system clock to 2018-09-04 22:55:49 UTC (1536101749) [ 1.279128] Freeing unused kernel memory: 1680k freed [ 1.283462] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.287462] systemd[1]: Detected virtualization kvm. [ 1.288701] systemd[1]: Detected architecture x86-64. [ 1.289926] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.292243] systemd[1]: No hostname configured. [ 1.293402] systemd[1]: Set hostname to . [ 1.294649] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.317122] systemd[1]: Reached target Timers. [ 1.318297] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.320092] systemd[1]: Reached target Swap. [ 1.321220] systemd[1]: Starting Swap. [ 1.322297] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.324366] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.327287] systemd[1]: Created slice Root Slice. [ 1.328474] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.330475] systemd[1]: Listening on udev Control Socket. [ 1.331757] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.333821] systemd[1]: Listening on udev Kernel Socket. [ 1.335100] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.337132] systemd[1]: Created slice System Slice. [ 1.338366] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.340256] systemd[1]: Reached target Slices. [ 1.341401] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.343315] systemd[1]: Reached target Local File Systems. [ 1.344613] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Paths. [ 1.346565] systemd[1]: Reached target Paths. [ 1.347693] systemd[1]: Starting Paths. [[32m OK [0m] Listening on Journal Socket. [ 1.349573] systemd[1]: Listening on Journal Socket. [ 1.350793] systemd[1]: Starting Journal Socket. [ 1.352275] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Sockets. [ 1.354901] systemd[1]: Reached target Sockets. [ 1.356065] systemd[1]: Starting Sockets. [ 1.357501] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.359888] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.362204] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Journal Service. [ 1.366518] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.426256] RPC: Registered named UNIX socket transport module. [ 1.427623] RPC: Registered udp transport module. [ 1.428787] RPC: Registered tcp transport module. [ 1.429943] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.513157] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.516179] scsi host0: ata_piix [ 1.519095] FDC 0 is a S82078B [ 1.524375] scsi host1: ata_piix [ 1.525389] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.526948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.549871] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.589518] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.595161] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.666669] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.668189] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.669721] usb 1-1: Product: QEMU USB Tablet [ 1.670833] usb 1-1: Manufacturer: QEMU [ 1.671862] usb 1-1: SerialNumber: 42 [ 1.681985] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.684474] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.767393] SGI XFS with ACLs, security attributes, no debug enabled [ 1.769610] XFS (vda1): Mounting V4 Filesystem [ 1.842785] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.077625] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.079475] tsc: Refined TSC clocksource calibration: 3491.911 MHz [ 2.506703] SELinux: Disabled at runtime. [ 2.545205] type=1404 audit(1536101750.768:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.593835] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.595575] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Encrypted Volumes. Mounting Debug File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Apply Kernel Variables... Mounting Huge Pages File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Setup Virtual Console... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [ 2.982984] systemd-journald[385]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [ 3.008469] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.164667] type=1305 audit(1536101751.387:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m[ 3.336096] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.338962] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.339063] [drm] Initialized drm 1.1.0 20060810 ] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Dump dmesg to /var/log/dmesg... Starting NTP client/server... [ 3.364094] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.365695] [TTM] Initializing pool allocator Starting GSSAPI Proxy Daemon... [ 3.368025] [TTM] Initializing DMA pool allocator [ 3.369779] [drm] fb mappable at 0xFC000000 [ 3.371046] [drm] vram aper at 0xFC000000 [ 3.371047] [drm] size 33554432 [ 3.371047] [drm] fb depth is 24 [ 3.371048] [drm] pitch is 3072 Starting LSB: Bring up/down networking... [ 3.376376] fbcon: cirrusdrmfb (fb0) is primary device [ 3.377067] ppdev: user-space parallel port driver [ 3.395865] Console: switching to colour frame buffer device 128x48 [ 3.409158] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... [ 3.417163] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Login Service... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Permit User Sessions.[ 3.520735] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.536038] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.544473] alg: No test for crc32 (crc32-pclmul) [ 3.581749] intel_rapl: no valid rapl domains found in package 0 [ 3.611266] intel_rapl: no valid rapl domains found in package 0 [ 3.618775] intel_powerclamp: No package C-state available [ 3.622883] intel_powerclamp: No package C-state available[ 3.817870] cloud-init[487]: Cloud-init v. 0.7.5 running 'init-local' at Tue, 04 Sep 2018 22:55:52 +0000. Up 3.78 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting OpenSSH server daemon... Starting System Logging Service... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting Notify NFS peers of a restart... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Reached target Network is Online. Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.062774] cloud-init[803]: Cloud-init v. 0.7.5 running 'init' at Tue, 04 Sep 2018 22:55:54 +0000. Up 6.01 seconds. [ 6.114329] cloud-init[803]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.117217] cloud-init[803]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.120542] cloud-init[803]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.124123] cloud-init[803]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.126194] cloud-init[803]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.129286] cloud-init[803]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:27:71:00 | [ 6.131436] cloud-init[803]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.145899] cloud-init[803]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.148223] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.150568] cloud-init[803]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.152918] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.155011] cloud-init[803]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.162140] cloud-init[803]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.164449] cloud-init[803]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.166544] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 9.274054] cloud-init[2846]: Cloud-init v. 0.7.5 running 'modules:config' at Tue, 04 Sep 2018 22:55:57 +0000. Up 9.21 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | fd:e5:29:87:ff:fd:c1:8b:c7:33:ec:ad:54:0e:01:65 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ [ 9.750359] cloud-init[3035]: Cloud-init v. 0.7.5 running 'modules:final' at Tue, 04 Sep 2018 22:55:58 +0000. Up 9.67 seconds. ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 9.942601] cloud-init[3035]: Cloud-init v. 0.7.5 finished at Tue, 04 Sep 2018 22:55:58 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 9.93 seconds 2018-09-04 22:56:05,972 - paramiko.transport - DEBUG - starting thread (client mode): 0x79b52dd0L 2018-09-04 22:56:05,973 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 22:56:05,982 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-09-04 22:56:05,982 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-09-04 22:56:06,004 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 22:56:06,005 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 22:56:06,005 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 22:56:06,005 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 22:56:06,005 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 22:56:06,005 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 22:56:06,025 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 22:56:06,026 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 22:56:06,036 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.203: 4c1f7c71f5a98b8370f02ab218eae423 2018-09-04 22:56:06,038 - paramiko.transport - DEBUG - Trying key fde52987fffdc18bc733ecad540e0165 from /tmp/tmpbVxNH0 2018-09-04 22:56:06,074 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 22:56:06,152 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 22:56:06,154 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-09-04 22:56:06,154 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-09-04 22:56:06,154 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-09-04 22:56:06,154 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/status 2018-09-04 22:56:06,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:06,435 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:06,435 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:06,435 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:06,435 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:06,435 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:06,435 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:06,435 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4980, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5009, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 2258, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4965, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 904, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 813, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 821, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4694, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4957, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-04 22:56:06,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:06,435 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:04 GMT 2018-09-04 22:56:06,436 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:06,436 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-09-04 22:56:06,436 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:06,436 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4980, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 5009, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 2258, u'state': u'stop', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'deactivating', u'SubState': u'stop'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 4965, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 904, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 813, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 821, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 4694, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 4957, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-09-04 22:56:06,437 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/status 2018-09-04 22:56:06,620 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:06,620 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:06,620 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:06,620 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:06,620 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:06,620 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:06,620 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:06,620 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4980, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5009, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 2258, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4965, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 904, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 813, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 821, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4694, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4957, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-04 22:56:06,621 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:06,621 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:05 GMT 2018-09-04 22:56:06,621 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:06,621 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-09-04 22:56:06,621 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:06,621 - functest.core.cloudify - INFO - The current manager status is running 2018-09-04 22:56:06,622 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-09-04 22:56:06,747 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:06,747 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:06,747 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:06,747 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:06,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:06,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:06,748 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:06,748 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-09-04 22:56:06,748 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-04T22:56:05.139Z", "updated_at": "2018-09-04T22:56:05.139Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-04 22:56:06,748 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:06,748 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:05 GMT 2018-09-04 22:56:06,748 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:06,748 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-04 22:56:06,748 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:06,749 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/secrets 2018-09-04 22:56:06,823 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:06,823 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:06,823 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:06,823 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:06,824 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:06,824 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:06,824 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:06,824 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-09-04T22:56:05.139Z", "updated_at": "2018-09-04T22:56:05.139Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-04 22:56:06,824 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:06,824 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:05 GMT 2018-09-04 22:56:06,824 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:06,824 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-09-04 22:56:06,824 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:06,825 - functest.core.cloudify - DEBUG - List secrets: 2018-09-04 22:56:06,825 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/secrets/foo 2018-09-04 22:56:06,892 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:06,892 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:06,893 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:06,893 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:06,893 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:06,893 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:06,893 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:06,893 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-04 22:56:06,893 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-04T22:56:05.139Z", "updated_at": "2018-09-04T22:56:05.139Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-04 22:56:06,893 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:06,893 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:05 GMT 2018-09-04 22:56:06,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:06,894 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-04 22:56:06,894 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:06,894 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-09-04 22:56:06,894 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-09-04 22:56:06,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 22:56:06,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:56:06,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f215be4-31ed-40ef-a8c3-387390ccb95a Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/af81da9da54a4a08bcb6c948124cc493"}, "enabled": true, "id": "af81da9da54a4a08bcb6c948124cc493", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}]} 2018-09-04 22:56:06,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-9f215be4-31ed-40ef-a8c3-387390ccb95a 2018-09-04 22:56:06,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0880169868469s 2018-09-04 22:56:06,983 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-9f215be4-31ed-40ef-a8c3-387390ccb95a 2018-09-04 22:56:06,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-09-04 22:56:06,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/quotas/af81da9da54a4a08bcb6c948124cc493.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-09-04 22:56:07,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-b320ad40-7546-45b9-b6fb-d6394c6599ca Date: Tue, 04 Sep 2018 22:56:07 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-09-04 22:56:07,219 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/af81da9da54a4a08bcb6c948124cc493.json used request id req-b320ad40-7546-45b9-b6fb-d6394c6599ca 2018-09-04 22:56:07,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.233695983887s 2018-09-04 22:56:07,220 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/af81da9da54a4a08bcb6c948124cc493.json used request id req-b320ad40-7546-45b9-b6fb-d6394c6599ca 2018-09-04 22:56:07,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-09-04 22:56:07,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-09-04 22:56:07,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:56:07,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07d7a95e-4544-4011-afab-22b6f6d8e335 Content-Encoding: gzip Content-Length: 919 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.26:5000/v3/services/09e6124df6fc4c34a0cd7e4d9c6bf2f7"}, "enabled": true, "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.26:5000/v3/services/44859ad5c31f43d28a0f40b56bd321e2"}, "enabled": true, "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.26:5000/v3/services/65ecc4d89b8f4c4e9777da0b2178ac9a"}, "enabled": true, "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.26:5000/v3/services/739a49573f89491888f5e5fea36b4617"}, "enabled": true, "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.26:5000/v3/services/7d5f6042dab54579bc484f0ccb1a0dc3"}, "enabled": true, "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.26:5000/v3/services/7ebdbbc4e58746f195bab0fb2952e881"}, "enabled": true, "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.26:5000/v3/services/885af705b52040d69a006e1890c051da"}, "enabled": true, "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.26:5000/v3/services/8a644046b24c4eb0bea10ae46f980c56"}, "enabled": true, "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.26:5000/v3/services/93c5ef8493734feea0933a94b364b223"}, "enabled": true, "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.26:5000/v3/services/aa26761cb5ac422fac2b9b026a5449fb"}, "enabled": true, "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.26:5000/v3/services/cbae441c8b2f40c9a2549f540c680aa5"}, "enabled": true, "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.26:5000/v3/services/d1731ff9c5a346c3b73121447b5787f0"}, "enabled": true, "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.26:5000/v3/services/eef4a0cd33d44b3085db929ac0aef408"}, "enabled": true, "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.26:5000/v3/services/f437e2a8fe43423a9d405fa3427da04d"}, "enabled": true, "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.26:5000/v3/services/fd700ab9899a4766bab8fde21f66bcb1"}, "enabled": true, "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.26:5000/v3/services/fe8cb77ab1e24ac390810943c826e93e"}, "enabled": true, "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "links": {"self": "http://172.30.9.26:5000/v3/services", "previous": null, "next": null}} 2018-09-04 22:56:07,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/services used request id req-07d7a95e-4544-4011-afab-22b6f6d8e335 2018-09-04 22:56:07,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0965540409088s 2018-09-04 22:56:07,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-09-04 22:56:07,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 22:56:07,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1faacc0-2403-4501-9a31-b6f3bbd87bd8 Content-Encoding: gzip Content-Length: 2056 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/05543209c8fc47f98c7955601eec2a45"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "93c5ef8493734feea0933a94b364b223", "id": "05543209c8fc47f98c7955601eec2a45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/0af52f600b834f3b81397d7ee532ac84"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eef4a0cd33d44b3085db929ac0aef408", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/0cdd3f0530224259a3b2b1f347756ab1"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa26761cb5ac422fac2b9b026a5449fb", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1000a8a747564c25b2052a59cbd5ea83"}, "url": "http://192.30.9.9:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fe8cb77ab1e24ac390810943c826e93e", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/12f12fb338964e6290455bb414891b77"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f437e2a8fe43423a9d405fa3427da04d", "id": "12f12fb338964e6290455bb414891b77"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1a730e3ede454e8fbcd8d4c214bfd4c2"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "739a49573f89491888f5e5fea36b4617", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1e67a482700a4242a7e40a9d1487e878"}, "url": "http://192.30.9.9:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fe8cb77ab1e24ac390810943c826e93e", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/2cedd57c2ed74165bd2e6fcaa388e386"}, "url": "http://172.30.9.26:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cbae441c8b2f40c9a2549f540c680aa5", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/302a32882a8a494c8c012897f4213e33"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cbae441c8b2f40c9a2549f540c680aa5", "id": "302a32882a8a494c8c012897f4213e33"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3366c6fe168f4d888ba28167cb1dcabc"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "885af705b52040d69a006e1890c051da", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/37339e8154eb4a018307e1c914c4c001"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "44859ad5c31f43d28a0f40b56bd321e2", "id": "37339e8154eb4a018307e1c914c4c001"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4b05efa160c548069324206ad25f916d"}, "url": "http://172.30.9.26:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fe8cb77ab1e24ac390810943c826e93e", "id": "4b05efa160c548069324206ad25f916d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4bf98002eaf8483d9d53f609d866db6d"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fd700ab9899a4766bab8fde21f66bcb1", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4f12602b075047cdb05b5ef39d428036"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cbae441c8b2f40c9a2549f540c680aa5", "id": "4f12602b075047cdb05b5ef39d428036"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/53360c130d8f4b1b9f3b848d7f0e628b"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f437e2a8fe43423a9d405fa3427da04d", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5c8f549977894a60aead894b36ff9312"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d5f6042dab54579bc484f0ccb1a0dc3", "id": "5c8f549977894a60aead894b36ff9312"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5e3863b2644e4d4086269d8e0f080615"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8a644046b24c4eb0bea10ae46f980c56", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/600f2fce898b49e9b2c13231bf4778be"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eef4a0cd33d44b3085db929ac0aef408", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/66284aadbc854074a136720e42a57067"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d1731ff9c5a346c3b73121447b5787f0", "id": "66284aadbc854074a136720e42a57067"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/6eee13f08a1f4d71aebc4c12eb6e5635"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "44859ad5c31f43d28a0f40b56bd321e2", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7402157cd94c4c68ac25bff25830cf00"}, "url": "http://172.30.9.26:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "885af705b52040d69a006e1890c051da", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7467e374f1e842ffbdcaaa83095ed5bf"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d1731ff9c5a346c3b73121447b5787f0", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7d14b4cddf83413fac5f2052f182128b"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d5f6042dab54579bc484f0ccb1a0dc3", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8687b672c3c14a0f9a95247a14367934"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "id": "8687b672c3c14a0f9a95247a14367934"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/86a32cc1330f40d7b61125b4b9f77af2"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8a644046b24c4eb0bea10ae46f980c56", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8ab9926a7af447bfb8eef12cda500d0e"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8db724e15ff146b89084fdabcb2dca16"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "93c5ef8493734feea0933a94b364b223", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a0e39949dd9c4883b1883883b0b5cba0"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d5f6042dab54579bc484f0ccb1a0dc3", "id": "a0e39949dd9c4883b1883883b0b5cba0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a7fcc185b83a429282b91418992afffb"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "885af705b52040d69a006e1890c051da", "id": "a7fcc185b83a429282b91418992afffb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a9039ffe2dbb44c295c7d6c8d906174d"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "93c5ef8493734feea0933a94b364b223", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b1bafe5846bc42d2a68e607f4924a8f7"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8a644046b24c4eb0bea10ae46f980c56", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b89e554cd2bb434bb81753bede67c0c7"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7ebdbbc4e58746f195bab0fb2952e881", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b9e097cbd4ac4fd79312ac974aefa4eb"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f437e2a8fe43423a9d405fa3427da04d", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ba7fe22e505645b8a8c2957d104173ac"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "739a49573f89491888f5e5fea36b4617", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c1b748f023244a969c702db2e9307338"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eef4a0cd33d44b3085db929ac0aef408", "id": "c1b748f023244a969c702db2e9307338"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c7bb880bb78548b4ad6b45bd4960c18b"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7ebdbbc4e58746f195bab0fb2952e881", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c7e47ad48e424ba0bc584b2f15309857"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7ebdbbc4e58746f195bab0fb2952e881", "id": "c7e47ad48e424ba0bc584b2f15309857"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dc22f48b6df24722989de28fcdcb9491"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa26761cb5ac422fac2b9b026a5449fb", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dfbfd387f7a8487cbd6e4bae1fc23b2f"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fd700ab9899a4766bab8fde21f66bcb1", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e3441e5e94d648988e3036590b5c595e"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "id": "e3441e5e94d648988e3036590b5c595e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f2896458110f41208cd40cf3511e199e"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "739a49573f89491888f5e5fea36b4617", "id": "f2896458110f41208cd40cf3511e199e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f29411365876499c9d0c191900fe6ce0"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa26761cb5ac422fac2b9b026a5449fb", "id": "f29411365876499c9d0c191900fe6ce0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f744ea3b37a0474d9c19e0b22b0976c8"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d1731ff9c5a346c3b73121447b5787f0", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f88c80a6e1af4bca993cffcaec10ed8f"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "44859ad5c31f43d28a0f40b56bd321e2", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/fc25257a0d7844c185857c91647d73f1"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fd700ab9899a4766bab8fde21f66bcb1", "id": "fc25257a0d7844c185857c91647d73f1"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-04 22:56:07,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-a1faacc0-2403-4501-9a31-b6f3bbd87bd8 2018-09-04 22:56:07,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.08997797966s 2018-09-04 22:56:07,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '51f3acbf-ece3-4c49-99e9-d4d64f29c3a5', 'keystone_tenant_name': u'cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.26:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'project_domain_name': 'Default'} 2018-09-04 22:56:07,421 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/secrets 2018-09-04 22:56:07,498 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:07,498 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:07,499 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:07,499 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:07,499 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:07,499 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:07,499 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:07,499 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-09-04 22:56:07,499 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:07,499 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:05 GMT 2018-09-04 22:56:07,499 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:07,499 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-09-04 22:56:07,500 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:07,500 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "51f3acbf-ece3-4c49-99e9-d4d64f29c3a5"} 2018-09-04 22:56:07,612 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:07,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:07,613 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:07,613 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:07,613 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:07,613 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:07,613 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:07,613 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-09-04 22:56:07,613 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-04T22:56:06.025Z", "updated_at": "2018-09-04T22:56:06.025Z", "created_by": "admin", "private_resource": false, "value": "51f3acbf-ece3-4c49-99e9-d4d64f29c3a5", "key": "keystone_password"} 2018-09-04 22:56:07,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:07,614 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:06 GMT 2018-09-04 22:56:07,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:07,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-09-04 22:56:07,614 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:07,614 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"} 2018-09-04 22:56:07,709 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:07,709 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:07,709 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:07,710 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:07,710 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:07,710 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:07,710 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:07,710 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-09-04 22:56:07,710 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-04T22:56:06.129Z", "updated_at": "2018-09-04T22:56:06.129Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "key": "keystone_tenant_name"} 2018-09-04 22:56:07,710 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:07,710 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:06 GMT 2018-09-04 22:56:07,710 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:07,710 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-09-04 22:56:07,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:07,711 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-09-04 22:56:07,789 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:07,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:07,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:07,790 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:07,790 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:07,790 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:07,790 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:07,790 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-09-04 22:56:07,790 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-04T22:56:06.206Z", "updated_at": "2018-09-04T22:56:06.206Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-09-04 22:56:07,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:07,790 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:06 GMT 2018-09-04 22:56:07,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:07,791 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-09-04 22:56:07,791 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:07,791 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.26:5000"} 2018-09-04 22:56:07,870 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:07,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:07,871 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:07,871 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:07,871 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:07,871 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:07,871 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:07,871 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-09-04 22:56:07,871 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-04T22:56:06.289Z", "updated_at": "2018-09-04T22:56:06.289Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.26:5000", "key": "keystone_url"} 2018-09-04 22:56:07,871 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:07,872 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:06 GMT 2018-09-04 22:56:07,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:07,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-09-04 22:56:07,872 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:07,872 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-09-04 22:56:07,965 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:07,965 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:07,965 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:07,965 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:07,965 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:07,965 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:07,966 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:07,966 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-09-04 22:56:07,966 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-04T22:56:06.394Z", "updated_at": "2018-09-04T22:56:06.394Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-09-04 22:56:07,966 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:07,966 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:06 GMT 2018-09-04 22:56:07,966 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:07,966 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-09-04 22:56:07,966 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:07,967 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"} 2018-09-04 22:56:08,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:08,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:08,043 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:08,043 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:08,043 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:08,043 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:08,043 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:08,043 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-09-04 22:56:08,043 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-04T22:56:06.467Z", "updated_at": "2018-09-04T22:56:06.467Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "key": "keystone_username"} 2018-09-04 22:56:08,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:08,044 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:06 GMT 2018-09-04 22:56:08,044 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:08,044 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-09-04 22:56:08,044 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:08,044 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-09-04 22:56:08,122 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:08,122 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:08,122 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:08,122 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:08,122 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:08,123 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:08,123 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:08,123 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-09-04 22:56:08,123 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-04T22:56:06.549Z", "updated_at": "2018-09-04T22:56:06.549Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-09-04 22:56:08,123 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:08,123 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:06 GMT 2018-09-04 22:56:08,123 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:08,123 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-09-04 22:56:08,123 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:08,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-09-04 22:56:08,124 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 22:56:08,125 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 22:56:08,125 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 22:56:08,129 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 22:56:08,198 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 22:56:08,199 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 22:56:08,200 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 22:56:08,201 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 22:56:08,201 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 22:56:08,212 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 22:56:53,420 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 22:56:53,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.s.uw.edu * extras: sjc.edge.kernel.org * updates: mirrors.syringanetworks.net No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 11 MB/s | 54 MB 00:04 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.11.6.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : kernel-headers-3.10.0-862.11.6.el7.x86_64 9/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 10/24 Verifying : python-2.7.5-69.el7_5.x86_64 11/24 Verifying : libmpc-1.0.1-3.el7.x86_64 12/24 Verifying : glibc-common-2.17-222.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.11.6.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-09-04 22:56:53,421 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 22:56:53,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-09-04 22:56:53,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 22:56:53,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:56:53,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-be84468f-8f57-41f9-96c0-c733a53f3fa9 Date: Tue, 04 Sep 2018 22:56:53 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:06Z", "updated_at": "2018-09-04T22:53:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:07Z", "revision_number": 0, "id": "09bb06e6-9eb0-4a26-a0ab-dd998e7852d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "250487ed-3abd-4659-b981-416a634030ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 22, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "2e50a146-ed6b-4b97-ab46-7ae3a23926a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-04T22:53:08Z", "revision_number": 0, "id": "4af23d1b-d169-4443-8718-e20775e2e564", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:08Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "55b4ce13-be0a-45fc-bf83-ef7c1862fe36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-04T22:53:09Z", "revision_number": 0, "id": "6ddb7d5e-a8d1-402e-8e9f-febc65d42a7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:09Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-04T22:53:08Z", "revision_number": 0, "id": "9924b978-e4a6-468c-8289-f1e8144fcf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:08Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 443, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T22:53:07Z", "revision_number": 0, "id": "996cbbb8-818e-4bde-a4ff-c4da87e05213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 80, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 8, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}, {"description": "Default security group", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:51:16Z", "updated_at": "2018-09-04T22:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "57981238-5a90-462a-a45b-6ffd65b85930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "6559d6a4-fada-4615-94a6-f5243646611e", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "86ce564c-9319-495a-8851-da4a61098c75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "990de09c-7701-490e-b18b-fa7df7fad109", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 4, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "name": "default"}]} 2018-09-04 22:56:53,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-be84468f-8f57-41f9-96c0-c733a53f3fa9 2018-09-04 22:56:53,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0660910606384s 2018-09-04 22:56:53,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-be84468f-8f57-41f9-96c0-c733a53f3fa9 2018-09-04 22:56:53,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 22:56:53,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 22, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 22, "ethertype": "IPv4", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f"}}' 2018-09-04 22:56:53,697 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-80e00167-77c9-4179-9e24-04666a9dbda4 Date: Tue, 04 Sep 2018 22:56:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T22:56:53Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "port_range_min": 22, "revision_number": 0, "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:56:53Z", "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "8e45fce4-de29-4c49-be58-f5f3b0e598db"}} 2018-09-04 22:56:53,697 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-80e00167-77c9-4179-9e24-04666a9dbda4 2018-09-04 22:56:53,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.200886964798s 2018-09-04 22:56:53,698 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-80e00167-77c9-4179-9e24-04666a9dbda4 2018-09-04 22:56:53,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-09-04 22:56:53,797 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-09-04 22:56:56,463 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:56:56,463 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:56:56,464 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:56:56,464 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:56:56,464 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:56:56,464 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:56:56,464 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:56:56,464 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-09-04 22:56:56,465 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-09-04T22:56:56.375Z", "updated_at": "2018-09-04T22:56:56.375Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-09-04 22:56:56,467 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:56:56,467 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:56:56 GMT 2018-09-04 22:56:56,467 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:56:56,467 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-09-04 22:56:56,467 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:56:56,493 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-09-04 22:56:57,950 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-09-04 22:56:57,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 22:56:57,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:56:58,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-94850fec-911a-4485-8cb8-7538ad273327 Date: Tue, 04 Sep 2018 22:56:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/270e0614-951c-41e3-a058-3101fa0c1ed2/snap", "metadata": {}}], "file": "/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2/file", "owner": "af81da9da54a4a08bcb6c948124cc493", "id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "size": 4373348352, "self": "/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/270e0614-951c-41e3-a058-3101fa0c1ed2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-09-04T22:53:05Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-04T22:51:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 22:56:58,156 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-94850fec-911a-4485-8cb8-7538ad273327 2018-09-04 22:56:58,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.206018924713s 2018-09-04 22:56:58,157 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-94850fec-911a-4485-8cb8-7538ad273327 2018-09-04 22:56:58,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 22:56:58,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}' 2018-09-04 22:56:58,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8 X-Openstack-Request-Id: req-bb15260d-1db6-4bd4-8fc3-855f6c1263d0 Date: Tue, 04 Sep 2018 22:56:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8/file", "owner": "af81da9da54a4a08bcb6c948124cc493", "id": "ea507849-c475-4b4d-92b6-e7842eee8db8", "size": null, "self": "/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-09-04T22:56:58Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "checksum": null, "created_at": "2018-09-04T22:56:58Z", "protected": false} 2018-09-04 22:56:58,222 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-bb15260d-1db6-4bd4-8fc3-855f6c1263d0 2018-09-04 22:56:58,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0627980232239s 2018-09-04 22:56:58,223 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-bb15260d-1db6-4bd4-8fc3-855f6c1263d0 returning object ea507849-c475-4b4d-92b6-e7842eee8db8 2018-09-04 22:56:58,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 22:56:58,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '' 2018-09-04 22:57:04,437 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0f515327-02c2-4c8e-b94b-2d1412cf2912 Date: Tue, 04 Sep 2018 22:57:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 22:57:04,437 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8/file used request id req-0f515327-02c2-4c8e-b94b-2d1412cf2912 2018-09-04 22:57:04,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.21417784691s 2018-09-04 22:57:04,438 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8/file used request id req-0f515327-02c2-4c8e-b94b-2d1412cf2912 2018-09-04 22:57:04,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 22:57:04,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 22:57:05,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-5a721fd3-dfb2-461d-83cf-cfe1364072aa Date: Tue, 04 Sep 2018 22:57:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/ea507849-c475-4b4d-92b6-e7842eee8db8/snap", "metadata": {}}], "file": "/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8/file", "owner": "af81da9da54a4a08bcb6c948124cc493", "id": "ea507849-c475-4b4d-92b6-e7842eee8db8", "size": 263193088, "self": "/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/ea507849-c475-4b4d-92b6-e7842eee8db8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-09-04T22:57:04Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-04T22:56:58Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/270e0614-951c-41e3-a058-3101fa0c1ed2/snap", "metadata": {}}], "file": "/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2/file", "owner": "af81da9da54a4a08bcb6c948124cc493", "id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "size": 4373348352, "self": "/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/270e0614-951c-41e3-a058-3101fa0c1ed2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-09-04T22:53:05Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-04T22:51:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 22:57:05,005 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-5a721fd3-dfb2-461d-83cf-cfe1364072aa 2018-09-04 22:57:05,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.566903829575s 2018-09-04 22:57:05,006 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-5a721fd3-dfb2-461d-83cf-cfe1364072aa 2018-09-04 22:57:05,009 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/ea507849-c475-4b4d-92b6-e7842eee8db8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8/file', 'owner': u'af81da9da54a4a08bcb6c948124cc493', 'id': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'size': 263193088, u'self': u'/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'af81da9da54a4a08bcb6c948124cc493', 'name': 'cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/ea507849-c475-4b4d-92b6-e7842eee8db8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T22:57:04Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-04T22:57:04Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'self': u'/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'created': u'2018-09-04T22:56:58Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-09-04T22:56:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'schema': u'/v2/schemas/image'}}) 2018-09-04 22:57:05,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 22:57:05,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-09-04 22:57:05,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:57:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9c4b867-0ddb-440d-a1d3-3fb664238707 x-compute-request-id: req-e9c4b867-0ddb-440d-a1d3-3fb664238707 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f097fe9a-2470-4af3-99be-357c3cdfcec4", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f097fe9a-2470-4af3-99be-357c3cdfcec4", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "f097fe9a-2470-4af3-99be-357c3cdfcec4", "name": "cloudify_ims-flavor_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 22:57:05,102 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e9c4b867-0ddb-440d-a1d3-3fb664238707 2018-09-04 22:57:05,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0924251079559s 2018-09-04 22:57:05,103 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e9c4b867-0ddb-440d-a1d3-3fb664238707 returning object f097fe9a-2470-4af3-99be-357c3cdfcec4 2018-09-04 22:57:05,103 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 25, 'id': u'f097fe9a-2470-4af3-99be-357c3cdfcec4', 'swap': 0}) 2018-09-04 22:57:05,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 22:57:05,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/f097fe9a-2470-4af3-99be-357c3cdfcec4/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" -d '{"extra_specs": {}}' 2018-09-04 22:57:05,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 22:57:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d0970067-8565-4ca9-9ebb-ceb345a3ad56 x-compute-request-id: req-d0970067-8565-4ca9-9ebb-ceb345a3ad56 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 22:57:05,127 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/f097fe9a-2470-4af3-99be-357c3cdfcec4/os-extra_specs used request id req-d0970067-8565-4ca9-9ebb-ceb345a3ad56 2018-09-04 22:57:05,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0225470066071s 2018-09-04 22:57:05,127 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/f097fe9a-2470-4af3-99be-357c3cdfcec4/os-extra_specs used request id req-d0970067-8565-4ca9-9ebb-ceb345a3ad56 2018-09-04 22:57:05,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-09-04 22:57:05,128 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "ea507849-c475-4b4d-92b6-e7842eee8db8", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "bono_cluster_size": 1, "flavor_id": "f097fe9a-2470-4af3-99be-357c3cdfcec4", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-09-04 22:57:06,631 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:06,631 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:06,631 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:06,631 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:06,631 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:06,631 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:06,631 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:06,632 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-09-04 22:57:06,632 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "ea507849-c475-4b4d-92b6-e7842eee8db8", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "bono_cluster_size": 1, "flavor_id": "f097fe9a-2470-4af3-99be-357c3cdfcec4", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:05.277Z", "updated_at": "2018-09-04T22:57:05.277Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-09-04 22:57:06,632 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:06,632 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:06 GMT 2018-09-04 22:57:06,632 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:06,632 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-09-04 22:57:06,632 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:06,633 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions 2018-09-04 22:57:06,709 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:06,709 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:06,709 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:06,709 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:06,709 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:06,709 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:06,709 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:06,710 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:06.360Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-04 22:57:06,710 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:06,710 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:06 GMT 2018-09-04 22:57:06,710 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:06,710 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-09-04 22:57:06,710 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:06,711 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:57:06,785 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:06,785 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:06,785 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:06,785 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:06,785 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:06,785 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:06,785 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:06,786 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-04 22:57:06,786 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:06,786 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:06 GMT 2018-09-04 22:57:06,786 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:06,786 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-04 22:57:06,786 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:06,786 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/4e69d710-68c4-4d4b-8cf0-b30b2e12c170 2018-09-04 22:57:06,853 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:06,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:06,854 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:06,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:06,854 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:06,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:06,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:06,854 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:06.360Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"} 2018-09-04 22:57:06,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:06,854 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:06 GMT 2018-09-04 22:57:06,855 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:06,855 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-04 22:57:06,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:11,860 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:57:11,942 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:11,943 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:11,943 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:11,943 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:11,943 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:11,943 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:11,943 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:11,943 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:07.484Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:07.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:07.796Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:07.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170", "logger": "bbe0ccef-db0b-4adb-98ff-3d3cfec9f52f"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:08.663Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:08.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:08.663Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:08.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:08.663Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:08.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:08.664Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:08.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170", "logger": "bbe0ccef-db0b-4adb-98ff-3d3cfec9f52f"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:08.664Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:08.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170", "logger": "bbe0ccef-db0b-4adb-98ff-3d3cfec9f52f"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:08.664Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:08.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170", "logger": "bbe0ccef-db0b-4adb-98ff-3d3cfec9f52f"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:08.664Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:08.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170", "logger": "bbe0ccef-db0b-4adb-98ff-3d3cfec9f52f"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:09.715Z", "message": "Installing from directory: /tmp/tmprjCAjS [args=--prefix=\"/tmp/openstack-oE9sYg\" --constraint=\"/tmp/openstack-oE9sYg/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:09.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170", "logger": "bbe0ccef-db0b-4adb-98ff-3d3cfec9f52f"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:09.715Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmprjCAjS --prefix=\"/tmp/openstack-oE9sYg\" --constraint=\"/tmp/openstack-oE9sYg/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:09.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170", "logger": "bbe0ccef-db0b-4adb-98ff-3d3cfec9f52f"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-09-04 22:57:11,943 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:11,943 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:11 GMT 2018-09-04 22:57:11,944 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:11,944 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-09-04 22:57:11,944 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:11,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-09-04 22:57:11,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-09-04 22:57:11,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-04 22:57:11,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-09-04 22:57:11,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-04 22:57:11,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-04 22:57:11,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-09-04 22:57:11,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-09-04 22:57:11,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-09-04 22:57:11,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmprjCAjS [args=--prefix="/tmp/openstack-oE9sYg" --constraint="/tmp/openstack-oE9sYg/constraint.txt", package_name=cloudify-openstack-plugin] 2018-09-04 22:57:11,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmprjCAjS --prefix="/tmp/openstack-oE9sYg" --constraint="/tmp/openstack-oE9sYg/constraint.txt" 2018-09-04 22:57:11,946 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/4e69d710-68c4-4d4b-8cf0-b30b2e12c170 2018-09-04 22:57:12,018 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:12,018 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:12,018 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:12,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:12,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:12,019 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:12,019 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:12,019 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:06.360Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"} 2018-09-04 22:57:12,019 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:12,019 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:12 GMT 2018-09-04 22:57:12,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:12,019 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-04 22:57:12,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:17,025 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:57:17,368 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:17,369 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:17,369 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:17,369 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:17,369 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:17,369 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:17,369 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:17,369 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-04 22:57:17,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:17,370 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:17 GMT 2018-09-04 22:57:17,370 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:17,370 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-04 22:57:17,370 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:17,370 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/4e69d710-68c4-4d4b-8cf0-b30b2e12c170 2018-09-04 22:57:17,710 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:17,710 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:17,710 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:17,710 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:17,710 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:17,710 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:17,710 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:17,710 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:06.360Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"} 2018-09-04 22:57:17,711 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:17,711 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:17 GMT 2018-09-04 22:57:17,711 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:17,711 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-04 22:57:17,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:22,717 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:57:22,998 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:22,998 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:22,998 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:22,998 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:22,999 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:22,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:22,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:22,999 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-04 22:57:22,999 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:22,999 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:22 GMT 2018-09-04 22:57:22,999 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:22,999 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-04 22:57:22,999 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:23,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/4e69d710-68c4-4d4b-8cf0-b30b2e12c170 2018-09-04 22:57:23,344 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:23,344 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:23,344 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:23,344 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:23,344 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:23,344 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:23,345 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:23,345 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:06.360Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"} 2018-09-04 22:57:23,345 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:23,345 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:23 GMT 2018-09-04 22:57:23,345 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:23,345 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-04 22:57:23,345 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:28,351 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:57:28,513 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:28,513 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:28,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:28,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:28,514 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:28,514 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:28,514 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:28,514 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-04 22:57:28,514 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:28,514 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:28 GMT 2018-09-04 22:57:28,514 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:28,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-04 22:57:28,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:28,515 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/4e69d710-68c4-4d4b-8cf0-b30b2e12c170 2018-09-04 22:57:28,588 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:28,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:28,589 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:28,589 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:28,589 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:28,589 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:28,589 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:28,589 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:06.360Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"} 2018-09-04 22:57:28,589 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:28,590 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:28 GMT 2018-09-04 22:57:28,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:28,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-04 22:57:28,590 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:33,592 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:57:33,669 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:33,669 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:33,669 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:33,669 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:33,670 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:33,670 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:33,670 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:33,670 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-04 22:57:33,670 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:33,670 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:33 GMT 2018-09-04 22:57:33,670 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:33,670 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-04 22:57:33,670 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:33,671 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/4e69d710-68c4-4d4b-8cf0-b30b2e12c170 2018-09-04 22:57:33,732 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:33,732 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:33,732 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:33,732 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:33,732 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:33,732 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:33,733 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:33,733 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:06.360Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"} 2018-09-04 22:57:33,733 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:33,733 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:33 GMT 2018-09-04 22:57:33,733 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:33,733 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-04 22:57:33,733 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:38,739 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:57:38,889 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:38,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:38,890 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:38,890 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:38,890 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:38,890 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:38,890 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:38,890 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:37.779Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:37.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170", "logger": "bbe0ccef-db0b-4adb-98ff-3d3cfec9f52f"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:38.749Z", "message": "Removing directory: /tmp/tmprjCAjS", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:38.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170", "logger": "bbe0ccef-db0b-4adb-98ff-3d3cfec9f52f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:38.779Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:38.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"}], "metadata": {"pagination": {"total": 14, "offset": 11, "size": 50}}} 2018-09-04 22:57:38,890 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:38,890 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:38 GMT 2018-09-04 22:57:38,891 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:38,891 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1573 2018-09-04 22:57:38,891 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:38,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-09-04 22:57:38,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmprjCAjS 2018-09-04 22:57:38,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-04 22:57:38,892 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/4e69d710-68c4-4d4b-8cf0-b30b2e12c170 2018-09-04 22:57:39,001 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:39,001 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:39,001 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:39,001 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:39,001 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:39,002 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:39,002 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:39,002 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:06.360Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"} 2018-09-04 22:57:39,002 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:39,002 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:39 GMT 2018-09-04 22:57:39,002 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:39,002 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-04 22:57:39,002 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:44,008 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:57:44,083 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:44,083 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:44,083 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:44,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:44,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:44,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:44,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:44,084 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:39.719Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:39.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:39.719Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:39.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:39.719Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:39.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"}], "metadata": {"pagination": {"total": 17, "offset": 14, "size": 50}}} 2018-09-04 22:57:44,084 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:44,084 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:44 GMT 2018-09-04 22:57:44,084 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:44,084 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1534 2018-09-04 22:57:44,084 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:44,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-09-04 22:57:44,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-09-04 22:57:44,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-09-04 22:57:44,085 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/4e69d710-68c4-4d4b-8cf0-b30b2e12c170 2018-09-04 22:57:44,149 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:44,149 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:44,149 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:44,149 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:44,149 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:44,149 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:44,149 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:44,149 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:06.360Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"} 2018-09-04 22:57:44,149 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:44,150 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:44 GMT 2018-09-04 22:57:44,150 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:44,150 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-09-04 22:57:44,150 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:44,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-09-04 22:57:44,151 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.203:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-09-04 22:57:44,297 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:44,297 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:44,297 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:44,297 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:44,297 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:44,298 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:44,298 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:44,298 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-09-04 22:57:44,298 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:57:44,298 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:44,298 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:44 GMT 2018-09-04 22:57:44,298 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:44,298 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:57:44,298 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:44,299 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:57:44,362 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:44,363 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:44,363 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:44,363 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:44,363 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:44,363 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:44,363 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:44,363 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-04 22:57:44,363 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:44,364 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:44 GMT 2018-09-04 22:57:44,364 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:44,364 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-04 22:57:44,364 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:44,364 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:57:44,427 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:44,427 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:44,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:44,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:44,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:44,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:44,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:44,428 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:57:44,428 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:44,428 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:44 GMT 2018-09-04 22:57:44,428 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:44,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:57:44,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:49,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:57:49,588 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:49,588 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:49,588 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:49,588 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:49,588 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:49,588 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:49,588 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:49,589 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:44.978Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:44.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_floatingip_3mm3tf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:46.570Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:46.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_floatingip_3mm3tf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:46.733Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:46.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_floatingip_3mm3tf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:46.733Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:46.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "base_security_group_btbmlv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_floatingip_96ijrs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_security_group_23nfx3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_security_group_rvid01", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_security_group_f9ep84", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_floatingip_96ijrs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "base_security_group_btbmlv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_security_group_rvid01", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_security_group_f9ep84", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_floatingip_96ijrs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "base_security_group_btbmlv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_security_group_rvid01", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_security_group_f9ep84", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:47.851Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:47.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_security_group_f9ep84", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.678Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "87d70565-682b-4421-a0e0-92fccc529f33"}, {"node_instance_id": "base_security_group_btbmlv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c6bb07d-3631-4cf1-bc3b-36281d3774ee"}, {"node_instance_id": "base_security_group_btbmlv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c6bb07d-3631-4cf1-bc3b-36281d3774ee"}, {"node_instance_id": "base_security_group_btbmlv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c6bb07d-3631-4cf1-bc3b-36281d3774ee"}, {"node_instance_id": "homer_security_group_f9ep84", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "87d70565-682b-4421-a0e0-92fccc529f33"}, {"node_instance_id": "ellis_security_group_rvid01", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cea26db-b203-4a0f-a443-70c62f653f57"}, {"node_instance_id": "homer_security_group_f9ep84", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "87d70565-682b-4421-a0e0-92fccc529f33"}, {"node_instance_id": "base_security_group_btbmlv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c6bb07d-3631-4cf1-bc3b-36281d3774ee"}, {"node_instance_id": "base_security_group_btbmlv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c6bb07d-3631-4cf1-bc3b-36281d3774ee"}, {"node_instance_id": "base_security_group_btbmlv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c6bb07d-3631-4cf1-bc3b-36281d3774ee"}, {"node_instance_id": "base_security_group_btbmlv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c6bb07d-3631-4cf1-bc3b-36281d3774ee"}, {"node_instance_id": "ellis_security_group_rvid01", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cea26db-b203-4a0f-a443-70c62f653f57"}, {"node_instance_id": "ellis_security_group_rvid01", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cea26db-b203-4a0f-a443-70c62f653f57"}, {"node_instance_id": "homer_security_group_f9ep84", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "87d70565-682b-4421-a0e0-92fccc529f33"}, {"node_instance_id": "base_security_group_btbmlv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.867Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c6bb07d-3631-4cf1-bc3b-36281d3774ee"}, {"node_instance_id": "bind_security_group_yte8bi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_security_group_qln343", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_floatingip_u8izju", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "internal_sip_security_group_617fe3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "keypair_5ppa01", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_security_group_fst8xp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_security_group_m8wp98", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_floatingip_u8izju", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_security_group_yte8bi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_security_group_23nfx3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_security_group_qln343", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "internal_sip_security_group_617fe3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_security_group_m8wp98", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "keypair_5ppa01", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:48.873Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:48.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 46, "offset": 0, "size": 50}}} 2018-09-04 22:57:49,589 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:49,589 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:49 GMT 2018-09-04 22:57:49,589 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:49,589 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25625 2018-09-04 22:57:49,589 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:49,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-09-04 22:57:49,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-04 22:57:49,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-04 22:57:49,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-04 22:57:49,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-04 22:57:49,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-04 22:57:49,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-04 22:57:49,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-04 22:57:49,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-04 22:57:49,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-04 22:57:49,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-04 22:57:49,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888} 2018-09-04 22:57:49,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:49,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:49,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:49,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:49,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:49,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:49,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:49,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-09-04 22:57:49,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380} 2018-09-04 22:57:49,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000} 2018-09-04 22:57:49,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443} 2018-09-04 22:57:49,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80} 2018-09-04 22:57:49,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-09-04 22:57:49,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161} 2018-09-04 22:57:49,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:49,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-04 22:57:49,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-04 22:57:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-04 22:57:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-04 22:57:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-04 22:57:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-04 22:57:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-09-04 22:57:49,597 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:57:49,661 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:49,661 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:49,661 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:49,661 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:49,662 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:49,662 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:49,662 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:49,662 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:57:49,662 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:49,662 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:49 GMT 2018-09-04 22:57:49,662 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:49,662 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:57:49,662 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:54,665 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:57:54,741 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:54,741 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:54,741 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:54,741 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:54,741 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:54,741 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:54,741 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:54,741 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_security_group_rvid01", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:49.921Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:49.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cea26db-b203-4a0f-a443-70c62f653f57"}, {"node_instance_id": "sprout_security_group_fst8xp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:49.923Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:49.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_floatingip_3mm3tf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:51.118Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'af81da9da54a4a08bcb6c948124cc493', u'created_at': u'2018-09-04T22:57:49Z', u'updated_at': u'2018-09-04T22:57:49Z', u'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'af81da9da54a4a08bcb6c948124cc493', u'port_id': None, u'id': u'd2267e53-e9c5-4853-a857-a251f0976b69'}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:51.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dc87c5cd-19a4-4ad4-8dc9-1afed5f5c957"}, {"node_instance_id": "bind_floatingip_96ijrs", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:51.118Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'af81da9da54a4a08bcb6c948124cc493', u'created_at': u'2018-09-04T22:57:50Z', u'updated_at': u'2018-09-04T22:57:50Z', u'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.212', u'revision_number': 0, u'project_id': u'af81da9da54a4a08bcb6c948124cc493', u'port_id': None, u'id': u'b7a40cf4-062b-4887-96d5-b881f82bf5f3'}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:51.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4c322823-e9b2-4c4c-896b-06e4c776a5d8"}, {"node_instance_id": "ellis_floatingip_u8izju", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:51.120Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:51.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_security_group_23nfx3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:51.120Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:51.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_floatingip_96ijrs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:51.120Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:51.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_floatingip_3mm3tf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:51.120Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:51.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.188Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7d8693f5-74cf-48d9-95d3-531855eeed0f"}, {"node_instance_id": "bind_floatingip_96ijrs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.190Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_floatingip_3mm3tf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.190Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_floatingip_3mm3tf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:52.190Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:52.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_security_group_rvid01", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.423Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_security_group_f9ep84", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.423Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_floatingip_96ijrs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.423Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_security_group_yte8bi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.423Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_security_group_m8wp98", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.423Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_security_group_rvid01", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.423Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_security_group_f9ep84", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.423Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.526Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60ff25d5-5017-401e-8b5b-fa2b098ca4d1"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.526Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60ff25d5-5017-401e-8b5b-fa2b098ca4d1"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.526Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60ff25d5-5017-401e-8b5b-fa2b098ca4d1"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.526Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60ff25d5-5017-401e-8b5b-fa2b098ca4d1"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.526Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60ff25d5-5017-401e-8b5b-fa2b098ca4d1"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:53.526Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:53.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60ff25d5-5017-401e-8b5b-fa2b098ca4d1"}, {"node_instance_id": "dime_security_group_qln343", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.390Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "keypair_5ppa01", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.390Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_floatingip_u8izju", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.390Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "base_security_group_btbmlv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.390Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_floatingip_u8izju", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.549Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'af81da9da54a4a08bcb6c948124cc493', u'created_at': u'2018-09-04T22:57:53Z', u'updated_at': u'2018-09-04T22:57:53Z', u'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.213', u'revision_number': 0, u'project_id': u'af81da9da54a4a08bcb6c948124cc493', u'port_id': None, u'id': u'04059f64-9449-4702-904d-ce6539c1738e'}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f488e16c-50e5-482d-96ba-2da587142981"}, {"node_instance_id": "bind_security_group_yte8bi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.549Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "9d273aa5-4ae7-4a21-a282-28161b7f6a62"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.549Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60ff25d5-5017-401e-8b5b-fa2b098ca4d1"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.549Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60ff25d5-5017-401e-8b5b-fa2b098ca4d1"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.549Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60ff25d5-5017-401e-8b5b-fa2b098ca4d1"}, {"node_instance_id": "bind_security_group_yte8bi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.549Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "9d273aa5-4ae7-4a21-a282-28161b7f6a62"}], "metadata": {"pagination": {"total": 101, "offset": 46, "size": 50}}} 2018-09-04 22:57:54,742 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:54,742 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:54 GMT 2018-09-04 22:57:54,742 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:54,742 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 32192 2018-09-04 22:57:54,742 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:54,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-04 22:57:54,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'af81da9da54a4a08bcb6c948124cc493', u'created_at': u'2018-09-04T22:57:49Z', u'updated_at': u'2018-09-04T22:57:49Z', u'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'af81da9da54a4a08bcb6c948124cc493', u'port_id': None, u'id': u'd2267e53-e9c5-4853-a857-a251f0976b69'} 2018-09-04 22:57:54,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'af81da9da54a4a08bcb6c948124cc493', u'created_at': u'2018-09-04T22:57:50Z', u'updated_at': u'2018-09-04T22:57:50Z', u'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.212', u'revision_number': 0, u'project_id': u'af81da9da54a4a08bcb6c948124cc493', u'port_id': None, u'id': u'b7a40cf4-062b-4887-96d5-b881f82bf5f3'} 2018-09-04 22:57:54,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-04 22:57:54,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-04 22:57:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-04 22:57:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-04 22:57:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669} 2018-09-04 22:57:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'} 2018-09-04 22:57:54,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478} 2018-09-04 22:57:54,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-09-04 22:57:54,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060} 2018-09-04 22:57:54,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062} 2018-09-04 22:57:54,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478} 2018-09-04 22:57:54,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060} 2018-09-04 22:57:54,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:57:54,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:57:54,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:57:54,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:57:54,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:57:54,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:57:54,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-04 22:57:54,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-04 22:57:54,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-04 22:57:54,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-04 22:57:54,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211} 2018-09-04 22:57:54,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311} 2018-09-04 22:57:54,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253} 2018-09-04 22:57:54,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-04 22:57:54,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-09-04 22:57:54,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-04 22:57:54,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-04 22:57:54,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'af81da9da54a4a08bcb6c948124cc493', u'created_at': u'2018-09-04T22:57:53Z', u'updated_at': u'2018-09-04T22:57:53Z', u'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.213', u'revision_number': 0, u'project_id': u'af81da9da54a4a08bcb6c948124cc493', u'port_id': None, u'id': u'04059f64-9449-4702-904d-ce6539c1738e'} 2018-09-04 22:57:54,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:54,752 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:57:54,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:54,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:54,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:54,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:54,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:54,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:54,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:54,827 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:57:54,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:54,827 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:54 GMT 2018-09-04 22:57:54,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:54,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:57:54,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:59,832 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:57:59,943 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:57:59,943 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:57:59,943 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:57:59,943 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:57:59,943 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:57:59,943 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:57:59,944 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:57:59,944 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_security_group_yte8bi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.549Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "9d273aa5-4ae7-4a21-a282-28161b7f6a62"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.549Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60ff25d5-5017-401e-8b5b-fa2b098ca4d1"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.549Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60ff25d5-5017-401e-8b5b-fa2b098ca4d1"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.549Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60ff25d5-5017-401e-8b5b-fa2b098ca4d1"}, {"node_instance_id": "bind_security_group_yte8bi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:54.549Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:54.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "9d273aa5-4ae7-4a21-a282-28161b7f6a62"}, {"node_instance_id": "base_security_group_btbmlv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.440Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_floatingip_u8izju", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.440Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "base_security_group_btbmlv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.440Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_security_group_rvid01", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.440Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_security_group_f9ep84", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.440Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "internal_sip_security_group_617fe3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.440Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "keypair_5ppa01", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.440Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_security_group_qln343", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.566Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c791b461-2780-46e6-99b2-e41c2f509067"}, {"node_instance_id": "dime_security_group_qln343", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.566Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c791b461-2780-46e6-99b2-e41c2f509067"}, {"node_instance_id": "dime_security_group_qln343", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.566Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c791b461-2780-46e6-99b2-e41c2f509067"}, {"node_instance_id": "dime_security_group_qln343", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.566Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c791b461-2780-46e6-99b2-e41c2f509067"}, {"node_instance_id": "dime_security_group_qln343", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.566Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c791b461-2780-46e6-99b2-e41c2f509067"}, {"node_instance_id": "dime_security_group_qln343", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.566Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c791b461-2780-46e6-99b2-e41c2f509067"}, {"node_instance_id": "keypair_5ppa01", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:55.566Z", "message": "Using external resource keypair: cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:55.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "37cf7dc0-1b59-4182-8930-c98ad83691a2"}, {"node_instance_id": "keypair_5ppa01", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:56.457Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:56.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_floatingip_u8izju", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:56.457Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:56.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "keypair_5ppa01", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:56.457Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:56.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "internal_sip_security_group_617fe3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:56.585Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:56.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bc8c6e6-2127-4489-82cf-d5625bc416bb"}, {"node_instance_id": "internal_sip_security_group_617fe3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:56.585Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:56.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bc8c6e6-2127-4489-82cf-d5625bc416bb"}, {"node_instance_id": "internal_sip_security_group_617fe3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:56.585Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:56.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bc8c6e6-2127-4489-82cf-d5625bc416bb"}, {"node_instance_id": "internal_sip_security_group_617fe3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:56.585Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:56.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bc8c6e6-2127-4489-82cf-d5625bc416bb"}, {"node_instance_id": "internal_sip_security_group_617fe3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:56.585Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:56.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bc8c6e6-2127-4489-82cf-d5625bc416bb"}, {"node_instance_id": "internal_sip_security_group_617fe3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:56.585Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:56.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bc8c6e6-2127-4489-82cf-d5625bc416bb"}, {"node_instance_id": "sprout_security_group_fst8xp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:57.543Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:57.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_security_group_yte8bi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:57.543Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:57.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_security_group_23nfx3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:57.543Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:57.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_security_group_fst8xp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:58.022Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:58.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "20c7f8a4-dae0-4e0f-b6bc-6602e4167715"}, {"node_instance_id": "sprout_security_group_fst8xp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:58.605Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:58.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "20c7f8a4-dae0-4e0f-b6bc-6602e4167715"}, {"node_instance_id": "bind_security_group_yte8bi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:58.654Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:58.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_security_group_23nfx3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:58.654Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:58.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:58.654Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:58.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:58.654Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:58.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:58.654Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:58.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:58.654Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:58.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:58.654Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:58.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:58.654Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:58.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:58.654Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:58.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:59.662Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:59.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1634b748-b8f4-410a-8050-d0aa16b37bdb"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:57:59.662Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_j2775v'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:57:59.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1634b748-b8f4-410a-8050-d0aa16b37bdb"}], "metadata": {"pagination": {"total": 140, "offset": 96, "size": 50}}} 2018-09-04 22:57:59,944 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:57:59,944 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:57:59 GMT 2018-09-04 22:57:59,944 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:57:59,944 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25406 2018-09-04 22:57:59,944 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:57:59,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53} 2018-09-04 22:57:59,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667} 2018-09-04 22:57:59,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000} 2018-09-04 22:57:59,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-09-04 22:57:59,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53} 2018-09-04 22:57:59,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:57:59,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:57:59,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:57:59,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:57:59,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:57:59,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-04 22:57:59,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-09-04 22:57:59,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:59,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:59,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:59,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888} 2018-09-04 22:57:59,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888} 2018-09-04 22:57:59,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889} 2018-09-04 22:57:59,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2 2018-09-04 22:57:59,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:57:59,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:57:59,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:57:59,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:59,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:59,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:59,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052} 2018-09-04 22:57:59,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054} 2018-09-04 22:57:59,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-09-04 22:57:59,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-04 22:57:59,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-04 22:57:59,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-04 22:57:59,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888} 2018-09-04 22:57:59,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 22:57:59,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:57:59,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:57:59,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:59,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:59,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:57:59,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-04 22:57:59,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-04 22:57:59,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-04 22:57:59,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-04 22:57:59,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}] 2018-09-04 22:57:59,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_j2775v'} 2018-09-04 22:57:59,953 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:58:00,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:00,086 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:00,086 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:00,086 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:00,086 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:00,086 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:00,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:00,086 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:58:00,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:00,087 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:00 GMT 2018-09-04 22:58:00,087 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:00,087 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:58:00,087 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:05,092 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:58:05,247 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:05,247 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:05,247 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:05,247 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:05,247 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:05,247 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:05,248 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:05,248 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_security_group_yte8bi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:00.011Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:00.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_security_group_23nfx3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:00.011Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:00.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:00.011Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:00.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:00.011Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:00.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_security_group_qln343", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:00.011Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:00.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_security_group_m8wp98", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:00.011Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:00.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:00.721Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'4aa0e6d0-173a-47db-967a-e6ac70b64b4b', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:00.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d91043c0-7e7b-43ed-ba3e-d409dd4c4ca8"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:00.721Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'864bb7ff-d37f-4e03-ad0b-e9029614c23e', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'04059f64-9449-4702-904d-ce6539c1738e', u'floating_ip_address': u'172.30.9.213', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:00.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "ff57caaf-b5e3-4a2d-8f89-34034b5e3b24"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:00.721Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_6ybod2'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:00.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d91043c0-7e7b-43ed-ba3e-d409dd4c4ca8"}, {"node_instance_id": "dime_security_group_qln343", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:01.040Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:01.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_security_group_m8wp98", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:01.040Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:01.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "internal_sip_security_group_617fe3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:01.040Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:01.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:01.737Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_2zg5fc'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:01.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "ff57caaf-b5e3-4a2d-8f89-34034b5e3b24"}, {"node_instance_id": "internal_sip_security_group_617fe3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.062Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.062Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.062Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_security_group_qln343", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.062Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "internal_sip_security_group_617fe3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.062Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_security_group_m8wp98", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.062Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.062Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_security_group_fst8xp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.062Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.865Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d91043c0-7e7b-43ed-ba3e-d409dd4c4ca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.865Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1634b748-b8f4-410a-8050-d0aa16b37bdb"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.865Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_6ybod2', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d91043c0-7e7b-43ed-ba3e-d409dd4c4ca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.865Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_j2775v', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1634b748-b8f4-410a-8050-d0aa16b37bdb"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.865Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'77896d04-2043-491b-b011-9226dfe450d6', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'b7a40cf4-062b-4887-96d5-b881f82bf5f3', u'floating_ip_address': u'172.30.9.212', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "66dd1e92-99b7-479a-a550-14a1b2310038"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.865Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_6ybod2', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d91043c0-7e7b-43ed-ba3e-d409dd4c4ca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.865Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_j2775v', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1634b748-b8f4-410a-8050-d0aa16b37bdb"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:02.865Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_ytmvch'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:02.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "66dd1e92-99b7-479a-a550-14a1b2310038"}, {"node_instance_id": "sprout_security_group_fst8xp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.080Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.080Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.080Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.080Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.080Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_security_group_fst8xp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.080Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.080Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.880Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "66dd1e92-99b7-479a-a550-14a1b2310038"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.880Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "ff57caaf-b5e3-4a2d-8f89-34034b5e3b24"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.880Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_ytmvch', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "66dd1e92-99b7-479a-a550-14a1b2310038"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.880Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_2zg5fc', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "ff57caaf-b5e3-4a2d-8f89-34034b5e3b24"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.880Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'86c37f22-6b79-4452-a437-e1e4c0630f6a', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "79a769ff-1dc6-49c2-a92e-90e1c3ef8c89"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.880Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_ytmvch', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "66dd1e92-99b7-479a-a550-14a1b2310038"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.880Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_2zg5fc', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "ff57caaf-b5e3-4a2d-8f89-34034b5e3b24"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:03.880Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_6slpfi'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:03.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "79a769ff-1dc6-49c2-a92e-90e1c3ef8c89"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:04.107Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:04.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:04.107Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:04.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:04.107Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:04.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:04.107Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:04.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:04.107Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:04.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:04.107Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:04.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 195, "offset": 140, "size": 50}}} 2018-09-04 22:58:05,248 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:05,248 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:05 GMT 2018-09-04 22:58:05,248 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:05,248 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31772 2018-09-04 22:58:05,248 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:05,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-04 22:58:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-04 22:58:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-04 22:58:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-04 22:58:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'4aa0e6d0-173a-47db-967a-e6ac70b64b4b', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-09-04 22:58:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'864bb7ff-d37f-4e03-ad0b-e9029614c23e', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'04059f64-9449-4702-904d-ce6539c1738e', u'floating_ip_address': u'172.30.9.213', u'external_type': u'floatingip'}] 2018-09-04 22:58:05,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_6ybod2'} 2018-09-04 22:58:05,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:58:05,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:58:05,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-04 22:58:05,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_2zg5fc'} 2018-09-04 22:58:05,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:58:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:58:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-04 22:58:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-04 22:58:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-04 22:58:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-04 22:58:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-04 22:58:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_6ybod2', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_j2775v', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'77896d04-2043-491b-b011-9226dfe450d6', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'b7a40cf4-062b-4887-96d5-b881f82bf5f3', u'floating_ip_address': u'172.30.9.212', u'external_type': u'floatingip'}] 2018-09-04 22:58:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_6ybod2', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_j2775v', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_ytmvch'} 2018-09-04 22:58:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:58:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:58:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:58:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-04 22:58:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-04 22:58:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-04 22:58:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-04 22:58:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-04 22:58:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_ytmvch', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_2zg5fc', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:05,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'86c37f22-6b79-4452-a437-e1e4c0630f6a', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-09-04 22:58:05,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_ytmvch', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:05,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_2zg5fc', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:05,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_6slpfi'} 2018-09-04 22:58:05,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:58:05,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 22:58:05,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-04 22:58:05,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-04 22:58:05,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-04 22:58:05,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-04 22:58:05,257 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:58:05,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:05,387 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:05,388 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:05,388 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:05,388 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:05,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:05,388 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:05,388 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:58:05,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:05,388 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:05 GMT 2018-09-04 22:58:05,389 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:05,389 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:58:05,389 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:10,394 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:58:11,561 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:11,562 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:11,562 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:11,562 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:11,562 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:11,562 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:11,562 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:11,562 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:05.061Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ba29860a-6f9a-47fc-a2b0-d38ba28bc9a5', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:05.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "51efd480-ca4d-4b6c-a973-a3c3d95fd68b"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:05.129Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:05.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:05.129Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:05.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:05.129Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:05.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:05.129Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:05.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:05.957Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:05.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "79a769ff-1dc6-49c2-a92e-90e1c3ef8c89"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:05.957Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_6slpfi', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:05.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "79a769ff-1dc6-49c2-a92e-90e1c3ef8c89"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:05.957Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'117d4061-d4ac-44e1-834e-84b06a731f76', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'1b63bacf-dd87-42df-b3bf-65c3240dc1e8', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'd2267e53-e9c5-4853-a857-a251f0976b69', u'floating_ip_address': u'172.30.9.205', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:05.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5ae36375-c526-408b-b828-c382a4cae241"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:05.957Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_6slpfi', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:05.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "79a769ff-1dc6-49c2-a92e-90e1c3ef8c89"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:05.957Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_g9mxc3'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:05.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5ae36375-c526-408b-b828-c382a4cae241"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:05.957Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_mm88je'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:05.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "51efd480-ca4d-4b6c-a973-a3c3d95fd68b"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:06.174Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:06.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:06.174Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:06.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:06.174Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:06.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:06.174Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:06.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:06.174Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:06.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:06.174Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:06.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:06.979Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'1b63bacf-dd87-42df-b3bf-65c3240dc1e8', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'1a166757-fa4d-4d17-b5bc-074a28772e45', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:06.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c7188ada-d706-4d11-83c7-2cafda87c3a9"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:06.979Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_s9zmpc'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:06.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c7188ada-d706-4d11-83c7-2cafda87c3a9"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:07.189Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:07.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:07.189Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:07.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:07.189Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:07.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:07.189Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:07.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:08.063Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_mm88je', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:08.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "51efd480-ca4d-4b6c-a973-a3c3d95fd68b"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:08.206Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:08.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:08.206Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:08.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:09.243Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:09.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5ae36375-c526-408b-b828-c382a4cae241"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:09.243Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:09.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "51efd480-ca4d-4b6c-a973-a3c3d95fd68b"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:09.243Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_g9mxc3', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:09.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5ae36375-c526-408b-b828-c382a4cae241"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:09.243Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_mm88je', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:09.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "51efd480-ca4d-4b6c-a973-a3c3d95fd68b"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:09.243Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_g9mxc3', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:09.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5ae36375-c526-408b-b828-c382a4cae241"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:09.629Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:09.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:09.629Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:09.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:09.629Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:09.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:09.629Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:09.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:09.629Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:09.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:09.629Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:09.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:09.629Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:09.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:10.277Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:10.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c7188ada-d706-4d11-83c7-2cafda87c3a9"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:10.277Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_s9zmpc', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:10.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c7188ada-d706-4d11-83c7-2cafda87c3a9"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:10.277Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_s9zmpc', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:10.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c7188ada-d706-4d11-83c7-2cafda87c3a9"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:10.652Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:10.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 232, "offset": 190, "size": 50}}} 2018-09-04 22:58:11,562 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:11,563 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:11 GMT 2018-09-04 22:58:11,563 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:11,563 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27828 2018-09-04 22:58:11,563 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:11,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ba29860a-6f9a-47fc-a2b0-d38ba28bc9a5', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-09-04 22:58:11,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:58:11,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:58:11,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-04 22:58:11,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-04 22:58:11,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-04 22:58:11,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_6slpfi', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:11,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'117d4061-d4ac-44e1-834e-84b06a731f76', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'1b63bacf-dd87-42df-b3bf-65c3240dc1e8', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'd2267e53-e9c5-4853-a857-a251f0976b69', u'floating_ip_address': u'172.30.9.205', u'external_type': u'floatingip'}] 2018-09-04 22:58:11,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_6slpfi', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:11,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_g9mxc3'} 2018-09-04 22:58:11,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_mm88je'} 2018-09-04 22:58:11,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-04 22:58:11,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:11,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-04 22:58:11,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-04 22:58:11,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-04 22:58:11,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-04 22:58:11,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', u'external_type': u'keypair'}, {u'external_id': u'2fba65d3-2846-409a-b3ae-1f4fae687ea4', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'1b63bacf-dd87-42df-b3bf-65c3240dc1e8', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'1a166757-fa4d-4d17-b5bc-074a28772e45', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-09-04 22:58:11,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_s9zmpc'} 2018-09-04 22:58:11,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:58:11,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:58:11,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-04 22:58:11,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:11,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_mm88je', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:11,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-04 22:58:11,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:11,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-04 22:58:11,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-04 22:58:11,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_g9mxc3', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:11,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_mm88je', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:11,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_g9mxc3', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:11,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:58:11,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-04 22:58:11,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:11,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-09-04 22:58:11,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-04 22:58:11,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-04 22:58:11,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-04 22:58:11,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-04 22:58:11,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_s9zmpc', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:11,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_s9zmpc', 'key_name': u'cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'image': u'ea507849-c475-4b4d-92b6-e7842eee8db8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2', 'cloudify_management_network_id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}, 'nics': [{'net-id': u'83b1b773-2017-40a7-b259-f0db606c4bdb'}], 'flavor': u'f097fe9a-2470-4af3-99be-357c3cdfcec4'} 2018-09-04 22:58:11,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:11,571 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:58:11,928 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:11,928 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:11,928 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:11,928 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:11,928 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:11,928 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:11,928 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:11,929 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:58:11,929 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:11,929 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:11 GMT 2018-09-04 22:58:11,929 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:11,929 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:58:11,929 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:16,935 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:58:17,023 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:17,023 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:17,023 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:17,023 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:17,024 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:17,024 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:17,024 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:17,024 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:12.584Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:12.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:12.584Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:12.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:12.584Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:12.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:12.584Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:12.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:12.584Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:12.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:12.584Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:12.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:12.584Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:12.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:12.584Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:12.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:13.789Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:13.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:13.789Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:13.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:15.207Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:15.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:15.207Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:15.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:15.207Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:15.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:15.207Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:15.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:15.207Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:15.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:15.207Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:15.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:15.207Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:15.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:15.207Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:15.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:16.488Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:16.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:16.488Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:16.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:16.488Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:16.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:16.488Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:16.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 254, "offset": 232, "size": 50}}} 2018-09-04 22:58:17,024 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:17,024 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:17 GMT 2018-09-04 22:58:17,024 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:17,024 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13281 2018-09-04 22:58:17,024 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:17,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-04 22:58:17,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-09-04 22:58:17,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-09-04 22:58:17,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-04 22:58:17,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-04 22:58:17,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-04 22:58:17,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-04 22:58:17,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-04 22:58:17,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:58:17,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:58:17,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 22:58:17,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-04 22:58:17,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-04 22:58:17,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:17,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:17,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-09-04 22:58:17,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-09-04 22:58:17,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-04 22:58:17,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-04 22:58:17,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 22:58:17,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-04 22:58:17,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-04 22:58:17,029 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:58:17,125 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:17,125 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:17,125 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:17,126 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:17,126 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:17,126 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:17,126 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:17,126 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:58:17,126 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:17,126 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:17 GMT 2018-09-04 22:58:17,126 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:17,126 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:58:17,126 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:22,132 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:58:22,242 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:22,242 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:22,242 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:22,242 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:22,242 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:22,242 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:22,243 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:22,243 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_mm88je", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:17.505Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:17.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:17.505Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:17.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:18.553Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:18.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 257, "offset": 254, "size": 50}}} 2018-09-04 22:58:22,243 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:22,243 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:22 GMT 2018-09-04 22:58:22,243 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:22,243 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3449 2018-09-04 22:58:22,243 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:22,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-09-04 22:58:22,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-09-04 22:58:22,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-09-04 22:58:22,244 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:58:22,604 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:22,604 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:22,604 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:22,604 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:22,604 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:22,604 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:22,604 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:22,605 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:58:22,605 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:22,605 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:22 GMT 2018-09-04 22:58:22,605 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:22,605 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:58:22,605 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:27,610 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:58:27,687 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:27,687 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:27,687 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:27,687 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:27,687 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:27,688 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:27,688 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:27,688 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-09-04 22:58:27,688 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:27,688 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:27 GMT 2018-09-04 22:58:27,688 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:27,688 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 22:58:27,688 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:27,689 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:58:27,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:27,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:27,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:27,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:27,759 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:27,759 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:27,759 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:27,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:58:27,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:27,759 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:27 GMT 2018-09-04 22:58:27,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:27,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:58:27,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:32,765 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:58:32,837 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:32,838 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:32,838 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:32,838 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:32,838 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:32,838 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:32,838 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:32,838 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-09-04 22:58:32,838 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:32,839 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:32 GMT 2018-09-04 22:58:32,839 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:32,839 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 22:58:32,839 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:32,839 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:58:32,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:32,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:32,903 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:32,903 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:32,903 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:32,903 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:32,903 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:32,903 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:58:32,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:32,903 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:32 GMT 2018-09-04 22:58:32,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:32,904 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:58:32,904 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:37,909 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:58:37,994 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:37,994 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:37,994 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:37,994 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:37,995 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:37,995 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:37,995 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:37,995 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-09-04 22:58:37,995 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:37,995 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:37 GMT 2018-09-04 22:58:37,995 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:37,995 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 22:58:37,995 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:37,996 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:58:38,065 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:38,065 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:38,065 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:38,065 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:38,065 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:38,065 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:38,065 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:38,065 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:58:38,065 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:38,066 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:38 GMT 2018-09-04 22:58:38,066 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:38,066 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:58:38,066 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:43,071 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:58:43,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:43,144 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:43,144 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:43,144 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:43,145 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:43,145 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:43,145 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:43,145 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:38.848Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:38.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:39.572Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:39.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:41.199Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:41.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:42.223Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:42.223Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:42.665Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:42.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:42.665Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:42.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:42.665Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:42.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 264, "offset": 257, "size": 50}}} 2018-09-04 22:58:43,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:43,145 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:43 GMT 2018-09-04 22:58:43,145 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:43,145 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4296 2018-09-04 22:58:43,145 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:43,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:43,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:43,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-09-04 22:58:43,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:43,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:43,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:43,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:43,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:58:43,221 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:43,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:43,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:43,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:43,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:43,222 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:43,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:43,222 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:58:43,222 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:43,223 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:43 GMT 2018-09-04 22:58:43,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:43,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:58:43,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:48,228 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:58:48,307 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:48,307 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:48,307 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:48,307 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:48,307 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:48,308 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:48,308 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:48,308 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_6ybod2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:44.299Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:44.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:44.703Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:44.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:44.703Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:44.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:44.703Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:44.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:45.722Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:45.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:45.722Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:45.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:46.739Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:46.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:47.802Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:47.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:47.802Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:47.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:47.802Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:47.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:47.802Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:47.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:47.802Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:47.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 276, "offset": 264, "size": 50}}} 2018-09-04 22:58:48,308 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:48,308 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:48 GMT 2018-09-04 22:58:48,308 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:48,308 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8730 2018-09-04 22:58:48,308 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:48,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-09-04 22:58:48,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:48,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-09-04 22:58:48,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:48,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:48,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:48,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-09-04 22:58:48,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:48,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:48,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-09-04 22:58:48,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:48,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:48,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:58:48,380 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:48,380 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:48,380 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:48,380 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:48,380 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:48,380 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:48,381 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:48,381 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:58:48,381 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:48,381 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:48 GMT 2018-09-04 22:58:48,381 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:48,381 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:58:48,381 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:53,387 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:58:53,465 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:53,465 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:53,465 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:53,465 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:53,465 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:53,465 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:53,466 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:53,466 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:48.823Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:48.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:48.823Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:58:48.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:49.835Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:49.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:50.871Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:50.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:58:50.871Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:58:50.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 281, "offset": 276, "size": 50}}} 2018-09-04 22:58:53,466 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:53,466 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:53 GMT 2018-09-04 22:58:53,466 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:53,466 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4510 2018-09-04 22:58:53,466 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:53,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:53,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-04 22:58:53,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-09-04 22:58:53,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-09-04 22:58:53,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-09-04 22:58:53,468 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:58:53,536 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:53,537 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:53,537 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:53,537 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:53,537 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:53,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:53,537 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:53,537 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:58:53,537 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:53,538 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:53 GMT 2018-09-04 22:58:53,538 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:53,538 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:58:53,538 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:58,543 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:58:58,692 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:58,692 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:58,692 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:58,692 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:58,693 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:58,693 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:58,693 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:58,693 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-09-04 22:58:58,693 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:58,693 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:58 GMT 2018-09-04 22:58:58,693 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:58,693 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 22:58:58,693 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:58:58,694 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:58:58,763 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:58:58,763 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:58:58,764 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:58:58,764 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:58:58,764 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:58:58,764 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:58:58,764 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:58:58,764 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:58:58,764 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:58:58,764 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:58:58 GMT 2018-09-04 22:58:58,764 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:58:58,765 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:58:58,765 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:03,770 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:59:03,849 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:03,849 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:03,849 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:03,849 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:03,849 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:03,850 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:03,850 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:03,850 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-09-04 22:59:03,850 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:03,850 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:03 GMT 2018-09-04 22:59:03,850 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:03,850 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 22:59:03,850 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:03,851 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:59:03,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:03,920 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:03,920 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:03,920 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:03,920 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:03,920 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:03,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:03,921 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:59:03,921 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:03,921 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:03 GMT 2018-09-04 22:59:03,921 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:03,921 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:59:03,921 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:08,926 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:59:09,013 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:09,013 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:09,013 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:09,013 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:09,014 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:09,014 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:09,014 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:09,014 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-09-04 22:59:09,014 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:09,014 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:09 GMT 2018-09-04 22:59:09,014 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:09,014 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 22:59:09,014 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:09,015 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:59:09,084 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:09,084 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:09,084 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:09,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:09,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:09,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:09,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:09,085 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:59:09,085 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:09,085 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:09 GMT 2018-09-04 22:59:09,085 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:09,085 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:59:09,085 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:14,090 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:59:14,178 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:14,178 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:14,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:14,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:14,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:14,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:14,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:14,179 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:11.228Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:11.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:11.887Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:11.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:13.368Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:13.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 284, "offset": 281, "size": 50}}} 2018-09-04 22:59:14,179 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:14,180 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:14 GMT 2018-09-04 22:59:14,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:14,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2244 2018-09-04 22:59:14,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:14,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:14,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:14,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-09-04 22:59:14,181 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:59:14,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:14,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:14,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:14,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:14,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:14,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:14,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:14,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:59:14,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:14,249 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:14 GMT 2018-09-04 22:59:14,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:14,250 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:59:14,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:19,252 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:59:19,325 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:19,326 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:19,326 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:19,326 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:19,326 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:19,326 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:19,326 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:19,326 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:14.391Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:14.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:14.966Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:14.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:14.966Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:14.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:14.966Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:14.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:16.547Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:16.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:16.983Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:16.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:16.983Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:16.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:16.983Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:16.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:18.001Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:18.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:18.001Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:18.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:19.018Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:19.018Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 295, "offset": 284, "size": 50}}} 2018-09-04 22:59:19,326 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:19,326 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:19 GMT 2018-09-04 22:59:19,327 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:19,327 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7592 2018-09-04 22:59:19,327 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:19,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:19,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:19,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:19,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:19,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-09-04 22:59:19,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:19,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-09-04 22:59:19,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:19,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:19,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:19,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-09-04 22:59:19,329 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:59:19,401 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:19,401 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:19,401 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:19,402 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:19,402 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:19,402 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:19,402 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:19,402 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:59:19,402 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:19,402 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:19 GMT 2018-09-04 22:59:19,402 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:19,402 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:59:19,403 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:24,408 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:59:24,482 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:24,482 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:24,483 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:24,483 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:24,483 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:24,483 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:24,483 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:24,483 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:20.038Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:20.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:20.038Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:20.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:20.038Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:20.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:21.061Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:21.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:21.061Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:21.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:21.061Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:21.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:21.061Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:21.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:22.255Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:22.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:23.082Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:23.082Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:23.082Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:23.082Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 305, "offset": 295, "size": 50}}} 2018-09-04 22:59:24,483 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:24,483 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:24 GMT 2018-09-04 22:59:24,483 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:24,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7700 2018-09-04 22:59:24,484 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:24,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:24,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-09-04 22:59:24,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:24,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:24,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:24,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:24,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-04 22:59:24,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-09-04 22:59:24,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-09-04 22:59:24,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-09-04 22:59:24,486 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:59:24,557 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:24,557 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:24,558 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:24,558 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:24,558 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:24,558 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:24,558 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:24,558 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:59:24,558 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:24,558 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:24 GMT 2018-09-04 22:59:24,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:24,559 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:59:24,559 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:29,564 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:59:29,636 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:29,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:29,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:29,637 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:29,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:29,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:29,637 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:29,637 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-09-04 22:59:29,637 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:29,638 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:29 GMT 2018-09-04 22:59:29,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:29,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 22:59:29,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:29,638 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:59:29,702 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:29,703 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:29,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:29,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:29,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:29,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:29,703 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:29,703 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:59:29,703 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:29,704 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:29 GMT 2018-09-04 22:59:29,704 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:29,704 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:59:29,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:34,709 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:59:34,787 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:34,787 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:34,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:34,788 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:34,788 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:34,788 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:34,788 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:34,788 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-09-04 22:59:34,788 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:34,788 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:34 GMT 2018-09-04 22:59:34,788 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:34,788 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 22:59:34,789 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:34,789 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:59:34,853 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:34,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:34,853 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:34,853 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:34,853 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:34,853 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:34,853 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:34,853 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:59:34,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:34,854 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:34 GMT 2018-09-04 22:59:34,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:34,854 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:59:34,854 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:39,859 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:59:39,938 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:39,938 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:39,938 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:39,938 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:39,938 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:39,938 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:39,938 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:39,939 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-09-04 22:59:39,939 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:39,939 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:39 GMT 2018-09-04 22:59:39,939 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:39,939 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 22:59:39,939 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:39,939 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:59:40,009 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:40,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:40,009 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:40,009 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:40,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:40,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:40,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:40,010 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:59:40,010 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:40,010 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:40 GMT 2018-09-04 22:59:40,010 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:40,010 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:59:40,010 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:45,016 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:59:45,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:45,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:45,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:45,130 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:45,130 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:45,130 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:45,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:45,131 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:43.418Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:43.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:44.127Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:44.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 307, "offset": 305, "size": 50}}} 2018-09-04 22:59:45,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:45,131 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:45 GMT 2018-09-04 22:59:45,131 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:45,131 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-09-04 22:59:45,131 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:45,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:45,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:45,132 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:59:45,293 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:45,293 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:45,293 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:45,293 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:45,293 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:45,294 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:45,294 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:45,294 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:59:45,294 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:45,294 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:45 GMT 2018-09-04 22:59:45,294 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:45,294 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:59:45,294 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:50,295 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:59:50,648 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:50,648 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:50,648 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:50,648 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:50,649 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:50,649 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:50,649 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:50,649 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_j2775v", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:45.972Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:45.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:47.235Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:47.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:47.235Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:47.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:47.235Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:47.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:47.235Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:47.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:48.863Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:48.863Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:49.852Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:49.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:49.852Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:49.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:49.852Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:49.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 316, "offset": 307, "size": 50}}} 2018-09-04 22:59:50,649 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:50,649 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:50 GMT 2018-09-04 22:59:50,649 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:50,649 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5322 2018-09-04 22:59:50,649 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:50,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-09-04 22:59:50,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:50,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:50,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:50,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:50,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:50,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:50,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:50,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:50,652 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:59:52,077 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:52,077 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:52,077 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:52,077 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:52,077 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:52,077 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:52,077 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:52,078 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:59:52,078 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:52,078 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:52 GMT 2018-09-04 22:59:52,078 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:52,078 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:59:52,078 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:57,083 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 22:59:57,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:57,389 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:57,389 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:57,389 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:57,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:57,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:57,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:57,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:51.339Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:51.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:51.339Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:51.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:54.155Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:54.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:54.155Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:54.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:54.155Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:54.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:54.155Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:54.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:54.155Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:54.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:54.155Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T22:59:54.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:55.811Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:55.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:55.811Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:55.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 326, "offset": 316, "size": 50}}} 2018-09-04 22:59:57,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:57,390 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:57 GMT 2018-09-04 22:59:57,390 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:57,390 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7700 2018-09-04 22:59:57,390 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 22:59:57,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-09-04 22:59:57,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-09-04 22:59:57,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:57,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:57,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:57,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:57,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:57,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-04 22:59:57,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-09-04 22:59:57,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-09-04 22:59:57,393 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 22:59:57,696 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 22:59:57,696 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 22:59:57,696 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 22:59:57,696 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 22:59:57,697 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 22:59:57,697 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 22:59:57,697 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 22:59:57,697 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 22:59:57,697 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 22:59:57,697 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 22:59:57 GMT 2018-09-04 22:59:57,697 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 22:59:57,697 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 22:59:57,697 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:02,703 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:00:03,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:03,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:03,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:03,727 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:03,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:03,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:03,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:03,727 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_mm88je", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:57.812Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:57.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:58.926Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:58.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T22:59:58.926Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T22:59:58.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 329, "offset": 326, "size": 50}}} 2018-09-04 23:00:03,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:03,727 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:03 GMT 2018-09-04 23:00:03,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:03,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3488 2018-09-04 23:00:03,728 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:03,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-09-04 23:00:03,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-09-04 23:00:03,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-09-04 23:00:03,729 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:00:04,273 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:04,273 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:04,273 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:04,273 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:04,273 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:04,273 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:04,274 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:04,274 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:00:04,274 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:04,274 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:04 GMT 2018-09-04 23:00:04,274 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:04,274 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:00:04,274 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:09,280 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:00:10,161 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:10,161 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:10,161 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:10,161 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:10,161 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:10,161 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:10,161 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:10,161 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-09-04 23:00:10,162 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:10,162 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:10 GMT 2018-09-04 23:00:10,162 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:10,162 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:00:10,162 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:10,162 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:00:11,012 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:11,012 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:11,012 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:11,012 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:11,012 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:11,012 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:11,012 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:11,012 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:00:11,013 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:11,013 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:11 GMT 2018-09-04 23:00:11,013 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:11,013 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:00:11,013 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:16,018 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:00:16,638 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:16,638 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:16,638 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:16,638 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:16,638 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:16,638 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:16,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:16,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-09-04 23:00:16,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:16,639 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:16 GMT 2018-09-04 23:00:16,639 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:16,639 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:00:16,639 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:16,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:00:17,471 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:17,471 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:17,471 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:17,471 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:17,472 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:17,472 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:17,472 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:17,472 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:00:17,472 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:17,472 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:17 GMT 2018-09-04 23:00:17,472 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:17,472 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:00:17,472 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:22,478 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:00:24,275 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:24,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:24,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:24,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:24,276 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:24,276 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:24,276 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:24,276 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:16.074Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:16.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:18.001Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:18.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:20.645Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:20.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:21.646Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:21.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:21.646Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:21.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 334, "offset": 329, "size": 50}}} 2018-09-04 23:00:24,276 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:24,276 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:24 GMT 2018-09-04 23:00:24,276 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:24,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2647 2018-09-04 23:00:24,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:24,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:24,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:24,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:24,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:24,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:24,278 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:00:26,220 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:26,220 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:26,220 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:26,221 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:26,221 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:26,221 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:26,221 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:26,221 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:00:26,221 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:26,221 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:26 GMT 2018-09-04 23:00:26,221 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:26,221 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:00:26,221 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:31,227 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:00:36,319 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:36,320 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:36,320 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:36,320 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:36,320 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:36,320 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:36,320 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:36,320 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_j2775v", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:24.499Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T23:00:24.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:24.499Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:24.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:28.574Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:28.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:28.574Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:28.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:28.574Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:28.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:28.574Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:28.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:28.574Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:28.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:28.574Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:28.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:28.574Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:28.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:28.574Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:28.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:31.315Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T23:00:31.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:31.315Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:31.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:34.114Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T23:00:34.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:34.114Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:34.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:36.011Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:36.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d299123c-b27b-4771-8dc0-583db29c9c7f"}], "metadata": {"pagination": {"total": 349, "offset": 334, "size": 50}}} 2018-09-04 23:00:36,320 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:36,321 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:36 GMT 2018-09-04 23:00:36,321 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:36,321 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9643 2018-09-04 23:00:36,321 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:36,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-09-04 23:00:36,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:36,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:36,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:36,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:36,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:36,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:36,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:36,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:36,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:36,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-09-04 23:00:36,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:36,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-09-04 23:00:36,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:36,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-04 23:00:36,324 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:00:36,534 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:36,534 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:36,534 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:36,535 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:36,535 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:36,535 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:36,535 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:36,535 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:00:36,535 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:36,535 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:36 GMT 2018-09-04 23:00:36,535 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:36,535 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:00:36,536 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:41,537 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:00:42,373 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:42,373 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:42,373 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:42,373 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:42,373 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:42,374 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:42,374 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:42,374 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:37.480Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:37.480Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:38.514Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:38.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:38.514Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:38.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:38.514Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T23:00:38.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:38.514Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T23:00:38.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:38.514Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T23:00:38.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:38.514Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T23:00:38.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:38.514Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:38.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:39.350Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:39.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2a62eefc-bb24-434e-b051-13fc97c8d4a8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:39.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:39.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2a62eefc-bb24-434e-b051-13fc97c8d4a8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:39.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:39.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2a62eefc-bb24-434e-b051-13fc97c8d4a8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:39.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:39.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2a62eefc-bb24-434e-b051-13fc97c8d4a8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:39.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:39.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2a62eefc-bb24-434e-b051-13fc97c8d4a8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:39.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:39.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2a62eefc-bb24-434e-b051-13fc97c8d4a8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:39.422Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:39.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2a62eefc-bb24-434e-b051-13fc97c8d4a8"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:39.781Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.14 on port 22: Unable to connect to port 22 on 192.168.120.14 (tried 1 time)", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.14 on port 22: Unable to connect to port 22 on 192.168.120.14 (tried 1 time)", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Low level socket error connecting to host 192.168.120.14 on port 22: Unable to connect to port 22 on 192.168.120.14 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T23:00:39.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:40.504Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:40.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2a62eefc-bb24-434e-b051-13fc97c8d4a8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:40.504Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:40.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2a62eefc-bb24-434e-b051-13fc97c8d4a8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:40.504Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:40.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2a62eefc-bb24-434e-b051-13fc97c8d4a8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:40.504Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:40.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2a62eefc-bb24-434e-b051-13fc97c8d4a8"}], "metadata": {"pagination": {"total": 369, "offset": 349, "size": 50}}} 2018-09-04 23:00:42,374 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:42,374 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:42 GMT 2018-09-04 23:00:42,374 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:42,374 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13923 2018-09-04 23:00:42,374 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:42,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-04 23:00:42,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-04 23:00:42,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-04 23:00:42,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-09-04 23:00:42,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-09-04 23:00:42,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-09-04 23:00:42,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-09-04 23:00:42,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-04 23:00:42,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:42,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:42,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:42,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:42,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:42,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:42,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-04 23:00:42,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.14 on port 22: Unable to connect to port 22 on 192.168.120.14 (tried 1 time) 2018-09-04 23:00:42,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:42,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:42,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:42,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:00:42,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:00:42,481 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:42,481 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:42,481 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:42,481 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:42,481 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:42,481 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:42,482 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:42,482 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:00:42,482 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:42,482 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:42 GMT 2018-09-04 23:00:42,482 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:42,482 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:00:42,482 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:47,488 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:00:47,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:47,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:47,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:47,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:47,804 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:47,804 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:47,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:47,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 369, "offset": 369, "size": 50}}} 2018-09-04 23:00:47,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:47,804 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:47 GMT 2018-09-04 23:00:47,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:47,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:00:47,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:47,805 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:00:47,931 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:47,931 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:47,931 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:47,932 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:47,932 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:47,932 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:47,932 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:47,932 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:00:47,932 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:47,932 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:47 GMT 2018-09-04 23:00:47,932 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:47,932 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:00:47,933 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:52,938 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:00:53,546 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:53,546 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:53,547 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:53,547 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:53,547 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:53,547 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:53,547 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:53,547 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 369, "offset": 369, "size": 50}}} 2018-09-04 23:00:53,547 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:53,547 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:53 GMT 2018-09-04 23:00:53,547 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:53,547 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:00:53,548 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:53,548 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:00:53,657 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:53,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:53,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:53,658 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:53,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:53,658 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:53,658 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:53,658 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:00:53,658 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:53,658 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:53 GMT 2018-09-04 23:00:53,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:53,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:00:53,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:58,662 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:00:59,381 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:59,381 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:59,381 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:59,381 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:59,381 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:59,381 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:59,381 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:59,382 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:54.289Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:54.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:54.591Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:54.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:55.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:55.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:55.624Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:55.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:55.624Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:55.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.254Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.254Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4fde0b7c-5f44-4c00-88fe-fcb2fbc2f5df"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.254Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.639Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:56.639Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:56.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:57.320Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:57.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:57.654Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:57.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:57.654Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:57.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:58.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:58.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:58.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:58.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:58.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:58.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:58.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:58.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:58.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:58.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:58.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:58.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:58.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:58.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:58.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:58.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:58.272Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:58.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:00:58.272Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:00:58.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}], "metadata": {"pagination": {"total": 400, "offset": 369, "size": 50}}} 2018-09-04 23:00:59,382 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:59,382 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:59 GMT 2018-09-04 23:00:59,382 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:59,382 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16776 2018-09-04 23:00:59,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:00:59,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:00:59,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:00:59,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-04 23:00:59,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-04 23:00:59,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-04 23:00:59,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-04 23:00:59,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:00:59,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-04 23:00:59,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:00:59,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-04 23:00:59,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-04 23:00:59,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:00:59,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-04 23:00:59,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:00:59,388 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:00:59,784 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:00:59,784 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:00:59,784 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:00:59,784 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:00:59,785 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:00:59,785 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:00:59,785 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:00:59,785 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:00:59,785 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:00:59,785 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:00:59 GMT 2018-09-04 23:00:59,785 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:00:59,785 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:00:59,785 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:04,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:01:04,996 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:04,997 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:04,997 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:04,997 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:04,997 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:04,997 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:04,997 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:04,997 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:00.619Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:00.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:00.918Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:00.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:02.372Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:02.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:02.695Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:02.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:02.695Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:02.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}], "metadata": {"pagination": {"total": 484, "offset": 400, "size": 50}}} 2018-09-04 23:01:04,997 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:04,998 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:04 GMT 2018-09-04 23:01:04,998 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:04,998 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27678 2018-09-04 23:01:04,998 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:04,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:04,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:04,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:01:05,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:05,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:05,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:05,007 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:01:05,133 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:05,134 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:05,134 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:05,134 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:05,134 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:05,134 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:05,134 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:05,134 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:01:05,134 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:05,135 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:05 GMT 2018-09-04 23:01:05,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:05,135 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:01:05,135 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:10,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:01:10,223 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:10,223 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:10,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:10,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:10,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:10,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:10,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:10,224 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Creating Agent vellum_host_6slpfi", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "b7e72ed0-f01d-44f2-8e32-1c94875a47a5"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.301Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_6slpfi/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:03.731Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:03.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.558Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.558Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.558Z", "message": "Creating Agent proxy_host_j2775v", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.558Z", "message": "Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.558Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "255b3d3b-aa14-4067-8ae7-771513ce7875"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.558Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.558Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.558Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_j2775v/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.763Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.763Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.763Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.763Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.763Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.763Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.763Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.763Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.763Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.763Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.763Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.763Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:04.763Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:04.763Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}], "metadata": {"pagination": {"total": 637, "offset": 450, "size": 50}}} 2018-09-04 23:01:10,224 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:10,224 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:10 GMT 2018-09-04 23:01:10,224 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:10,224 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27290 2018-09-04 23:01:10,224 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:10,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-04 23:01:10,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-04 23:01:10,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-04 23:01:10,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-04 23:01:10,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_6slpfi 2018-09-04 23:01:10,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-04 23:01:10,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-04 23:01:10,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-04 23:01:10,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-04 23:01:10,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-04 23:01:10,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-04 23:01:10,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:01:10,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-04 23:01:10,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-04 23:01:10,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_6slpfi/cloudify/ssl/cloudify_internal_cert.pem 2018-09-04 23:01:10,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:10,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-04 23:01:10,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-04 23:01:10,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_j2775v 2018-09-04 23:01:10,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-04 23:01:10,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-04 23:01:10,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-04 23:01:10,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-04 23:01:10,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_j2775v/cloudify/ssl/cloudify_internal_cert.pem 2018-09-04 23:01:10,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-04 23:01:10,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-04 23:01:10,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:10,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:10,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:10,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:10,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:10,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:10,234 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:01:10,314 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:10,314 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:10,314 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:10,314 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:10,315 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:10,315 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:10,315 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:10,315 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:01:10,315 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:10,315 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:10 GMT 2018-09-04 23:01:10,315 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:10,315 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:01:10,315 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:15,321 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:01:15,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:15,527 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:15,527 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:15,527 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:15,527 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:15,528 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:15,528 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:15,528 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_j2775v/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_6slpfi/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_j2775v/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_j2775v/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'proxy_host_j2775v', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_j2775v/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_j2775v', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DnCfaA.9Cy5A4e37bqqb4Cqo0bGnqhSwyk'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_6slpfi/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_6slpfi/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'vellum_host_6slpfi', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_6slpfi/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_6slpfi', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DnCfaA.9Cy5A4e37bqqb4Cqo0bGnqhSwyk'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:05.758Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:05.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.419Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.866Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.866Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.866Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.866Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.866Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.866Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.866Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.971Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.971Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.971Z", "message": "/home/ubuntu/proxy_host_j2775v/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.971Z", "message": "/home/ubuntu/vellum_host_6slpfi/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.971Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.971Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.971Z", "message": "Successfully created daemon: proxy_host_j2775v", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "df64d7f4-0db7-493c-8137-1240c423ac14"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:06.971Z", "message": "Successfully created daemon: vellum_host_6slpfi", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:06.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e3adb8f-161d-4293-a4e3-3ed25526bca8"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}], "metadata": {"pagination": {"total": 742, "offset": 500, "size": 50}}} 2018-09-04 23:01:15,528 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:15,528 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:15 GMT 2018-09-04 23:01:15,528 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:15,528 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29735 2018-09-04 23:01:15,528 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:15,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_j2775v/env 2018-09-04 23:01:15,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_6slpfi/env 2018-09-04 23:01:15,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_j2775v/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_j2775v/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'proxy_host_j2775v', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_j2775v/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_j2775v', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DnCfaA.9Cy5A4e37bqqb4Cqo0bGnqhSwyk'} 2018-09-04 23:01:15,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_6slpfi/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_6slpfi/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'vellum_host_6slpfi', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_6slpfi/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_6slpfi', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DnCfaA.9Cy5A4e37bqqb4Cqo0bGnqhSwyk'} 2018-09-04 23:01:15,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:01:15,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:01:15,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-04 23:01:15,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-04 23:01:15,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-04 23:01:15,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-04 23:01:15,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-04 23:01:15,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-04 23:01:15,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:01:15,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:01:15,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-04 23:01:15,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-04 23:01:15,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-04 23:01:15,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-04 23:01:15,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-04 23:01:15,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-04 23:01:15,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-04 23:01:15,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:15,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-04 23:01:15,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-04 23:01:15,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/proxy_host_j2775v/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-04 23:01:15,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_6slpfi/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-04 23:01:15,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-04 23:01:15,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-04 23:01:15,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_j2775v 2018-09-04 23:01:15,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_6slpfi 2018-09-04 23:01:15,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:15,538 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:01:15,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:15,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:15,614 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:15,614 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:15,614 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:15,614 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:15,614 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:15,614 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:01:15,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:15,614 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:15 GMT 2018-09-04 23:01:15,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:15,615 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:01:15,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:20,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:01:21,198 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:21,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:21,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:21,199 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:21,199 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:21,199 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:21,199 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:21,199 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:07.989Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:07.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:08.070Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:08.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:08.969Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:08.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:08.969Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:08.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:08.969Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:08.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:08.969Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:08.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:08.969Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:08.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:08.969Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:08.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:08.969Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:08.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Successfully configured daemon: vellum_host_6slpfi", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Successfully configured daemon: proxy_host_j2775v", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d79d2a44-4fe8-43c0-80e3-df5decf2477f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:09.194Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:09.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3077b228-132f-4f5c-8608-083cfd2a9d70"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.003Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.003Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.003Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.003Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 907, "offset": 550, "size": 50}}} 2018-09-04 23:01:21,199 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:21,199 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:21 GMT 2018-09-04 23:01:21,199 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:21,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27011 2018-09-04 23:01:21,200 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:21,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:21,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:21,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:21,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-04 23:01:21,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:21,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-04 23:01:21,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:21,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:21,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_6slpfi 2018-09-04 23:01:21,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-04 23:01:21,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-04 23:01:21,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-04 23:01:21,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:01:21,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:01:21,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_j2775v 2018-09-04 23:01:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-04 23:01:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-04 23:01:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-04 23:01:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:01:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:01:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-04 23:01:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-04 23:01:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-04 23:01:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-04 23:01:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-04 23:01:21,208 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:01:21,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:21,575 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:21,575 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:21,575 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:21,575 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:21,575 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:21,575 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:21,575 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:01:21,575 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:21,576 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:21 GMT 2018-09-04 23:01:21,576 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:21,576 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:01:21,576 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:26,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:01:27,676 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:27,676 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:27,676 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:27,676 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:27,676 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:27,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:27,677 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:27,677 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.003Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Creating Agent homer_host_6ybod2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_6ybod2/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:10.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:10.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.034Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.034Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.034Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.142Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.142Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_2zg5fc/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.142Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.142Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.142Z", "message": "Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.142Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "033bbaaf-15fc-495d-8fee-8afbacc82e68"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.142Z", "message": "Creating Agent ellis_host_2zg5fc", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.142Z", "message": "Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.142Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.142Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}], "metadata": {"pagination": {"total": 1069, "offset": 600, "size": 50}}} 2018-09-04 23:01:27,677 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:27,677 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:27 GMT 2018-09-04 23:01:27,677 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:27,677 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27645 2018-09-04 23:01:27,677 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:27,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:27,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-04 23:01:27,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_6ybod2 2018-09-04 23:01:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-04 23:01:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-04 23:01:27,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_6ybod2/cloudify/ssl/cloudify_internal_cert.pem 2018-09-04 23:01:27,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-04 23:01:27,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:27,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:27,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-04 23:01:27,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:27,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-04 23:01:27,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_2zg5fc/cloudify/ssl/cloudify_internal_cert.pem 2018-09-04 23:01:27,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-04 23:01:27,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-04 23:01:27,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-04 23:01:27,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-04 23:01:27,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_2zg5fc 2018-09-04 23:01:27,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-04 23:01:27,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-04 23:01:27,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-04 23:01:27,687 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:01:27,844 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:27,844 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:27,844 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:27,844 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:27,844 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:27,844 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:27,844 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:27,844 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:01:27,845 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:27,845 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:27 GMT 2018-09-04 23:01:27,845 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:27,845 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:01:27,845 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:32,850 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:01:33,158 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:33,158 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:33,158 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:33,159 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:33,159 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:33,159 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:33,159 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:33,159 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.142Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:11.142Z", "message": "Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.460Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "94494ee2-677e-4998-9a75-f85805a6fb10"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.460Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_6ybod2/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.460Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.460Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.460Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.462Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.462Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.462Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.462Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.462Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.462Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.462Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.462Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:12.462Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:12.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Starting Agent proxy_host_j2775v", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_2zg5fc/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_6ybod2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_6ybod2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_6ybod2', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_6ybod2/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_6ybod2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DnCfaA.9Cy5A4e37bqqb4Cqo0bGnqhSwyk'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "/home/ubuntu/homer_host_6ybod2/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "/home/ubuntu/ellis_host_2zg5fc/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Successfully created daemon: ellis_host_2zg5fc", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Successfully created daemon: homer_host_6ybod2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_2zg5fc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_2zg5fc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_2zg5fc', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_2zg5fc/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_2zg5fc', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DnCfaA.9Cy5A4e37bqqb4Cqo0bGnqhSwyk'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f24a5a62-fe73-42af-8bfc-5cf0bd512866"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61ad9dd8-eb6e-4f18-885a-c58e7c68243f"}], "metadata": {"pagination": {"total": 1124, "offset": 650, "size": 50}}} 2018-09-04 23:01:33,159 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:33,159 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:33 GMT 2018-09-04 23:01:33,160 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:33,160 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29505 2018-09-04 23:01:33,160 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-04 23:01:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-04 23:01:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-04 23:01:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_6ybod2/env 2018-09-04 23:01:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:01:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-04 23:01:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-04 23:01:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-04 23:01:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-04 23:01:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-04 23:01:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:33,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-04 23:01:33,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:33,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_j2775v 2018-09-04 23:01:33,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-04 23:01:33,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:01:33,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_2zg5fc/env 2018-09-04 23:01:33,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:01:33,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_6ybod2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_6ybod2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_6ybod2', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_6ybod2/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_6ybod2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DnCfaA.9Cy5A4e37bqqb4Cqo0bGnqhSwyk'} 2018-09-04 23:01:33,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-04 23:01:33,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-04 23:01:33,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:01:33,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_6ybod2/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-04 23:01:33,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_2zg5fc/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-04 23:01:33,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:01:33,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_2zg5fc 2018-09-04 23:01:33,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_6ybod2 2018-09-04 23:01:33,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_2zg5fc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_2zg5fc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_2zg5fc', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_2zg5fc/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_2zg5fc', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DnCfaA.9Cy5A4e37bqqb4Cqo0bGnqhSwyk'} 2018-09-04 23:01:33,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-04 23:01:33,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-04 23:01:33,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:01:33,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:33,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-04 23:01:33,169 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:01:33,309 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:33,309 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:33,309 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:33,309 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:33,310 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:33,310 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:33,310 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:33,310 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:01:33,310 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:33,310 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:33 GMT 2018-09-04 23:01:33,310 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:33,310 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:01:33,311 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:38,313 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:01:38,716 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:38,717 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:38,717 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:38,717 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:38,717 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:38,717 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:38,717 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:38,717 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Successfully created daemon: ellis_host_2zg5fc", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "aed0d4f6-c8d0-4125-bad7-b71ebc6e472f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.503Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.524Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.524Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.524Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.524Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.524Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.524Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:13.524Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:13.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.517Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.534Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.534Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.534Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.534Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:14.534Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:14.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:15.529Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:15.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:15.529Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:15.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:15.529Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:15.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:15.529Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:15.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:15.529Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:15.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:15.529Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:15.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:15.529Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:15.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:15.529Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:15.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}], "metadata": {"pagination": {"total": 1251, "offset": 700, "size": 50}}} 2018-09-04 23:01:38,718 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:38,718 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:38 GMT 2018-09-04 23:01:38,718 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:38,718 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26860 2018-09-04 23:01:38,718 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:38,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_2zg5fc 2018-09-04 23:01:38,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-04 23:01:38,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:01:38,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:38,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:38,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:38,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-04 23:01:38,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-04 23:01:38,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-04 23:01:38,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:38,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-04 23:01:38,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:01:38,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-04 23:01:38,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:01:38,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-04 23:01:38,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-09-04 23:01:38,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:38,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-04 23:01:38,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-04 23:01:38,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-04 23:01:38,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:01:38,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:38,727 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:01:38,824 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:38,824 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:38,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:38,825 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:38,825 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:38,825 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:38,825 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:38,825 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:01:38,825 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:38,825 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:38 GMT 2018-09-04 23:01:38,825 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:38,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:01:38,826 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:43,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:01:44,057 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:44,057 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:44,058 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:44,058 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:44,058 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:44,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:44,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:44,058 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:16.691Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:16.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:17.548Z", "message": "Successfully started daemon: proxy_host_j2775v", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:17.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:17.548Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_j2775v start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:17.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4cba0588-a8d8-4d0a-a3c7-79511e279129"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:17.548Z", "message": "Successfully started daemon: vellum_host_6slpfi", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:17.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:17.548Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_6slpfi start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:17.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:17.548Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:17.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "59a8445b-ddc5-42bf-af2f-3959f010b90f"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:17.771Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:17.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.552Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.552Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.552Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.552Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.552Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.552Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.552Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.552Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.552Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "777245c6-dd11-46fd-a4a6-c3ec3bb33655"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "80b38687-4bc1-4616-96ae-26402eece40e"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "80b38687-4bc1-4616-96ae-26402eece40e"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "[localhost] run: /home/ubuntu/proxy_host_j2775v/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "777245c6-dd11-46fd-a4a6-c3ec3bb33655"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "80b38687-4bc1-4616-96ae-26402eece40e"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "80b38687-4bc1-4616-96ae-26402eece40e"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}], "metadata": {"pagination": {"total": 1322, "offset": 750, "size": 50}}} 2018-09-04 23:01:44,058 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:44,058 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:44 GMT 2018-09-04 23:01:44,058 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:44,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27191 2018-09-04 23:01:44,059 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:44,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-04 23:01:44,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_j2775v 2018-09-04 23:01:44,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_j2775v start 2018-09-04 23:01:44,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_6slpfi 2018-09-04 23:01:44,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_6slpfi start 2018-09-04 23:01:44,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-04 23:01:44,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-04 23:01:44,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-04 23:01:44,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-04 23:01:44,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-04 23:01:44,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-04 23:01:44,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-04 23:01:44,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-04 23:01:44,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-04 23:01:44,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-04 23:01:44,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-04 23:01:44,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-04 23:01:44,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:01:44,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-04 23:01:44,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:01:44,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_j2775v/env/bin/pip freeze 2018-09-04 23:01:44,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-04 23:01:44,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:01:44,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:01:44,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:44,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-04 23:01:44,067 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:01:44,138 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:44,138 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:44,138 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:44,138 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:44,139 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:44,139 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:44,139 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:44,139 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:01:44,139 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:44,139 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:44 GMT 2018-09-04 23:01:44,139 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:44,139 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:01:44,139 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:49,145 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:01:49,388 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:49,388 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:49,388 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:49,388 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:49,388 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:49,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:49,388 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:49,389 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:18.609Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "777245c6-dd11-46fd-a4a6-c3ec3bb33655"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_g9mxc3/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_ytmvch/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "[localhost] run: /home/ubuntu/vellum_host_6slpfi/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "33ecab99-54f0-4bcc-8745-2ecc98d3ff76"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "777245c6-dd11-46fd-a4a6-c3ec3bb33655"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_mm88je/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "33ecab99-54f0-4bcc-8745-2ecc98d3ff76"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "80b38687-4bc1-4616-96ae-26402eece40e"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Configuring Agent ellis_host_2zg5fc", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Creating Agent dime_host_mm88je", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "80b38687-4bc1-4616-96ae-26402eece40e"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Creating Agent bind_host_ytmvch", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "777245c6-dd11-46fd-a4a6-c3ec3bb33655"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "33ecab99-54f0-4bcc-8745-2ecc98d3ff76"}], "metadata": {"pagination": {"total": 1357, "offset": 800, "size": 50}}} 2018-09-04 23:01:49,389 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:49,389 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:49 GMT 2018-09-04 23:01:49,389 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:49,389 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28032 2018-09-04 23:01:49,389 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:49,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-04 23:01:49,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_g9mxc3/cloudify/ssl/cloudify_internal_cert.pem 2018-09-04 23:01:49,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_ytmvch/cloudify/ssl/cloudify_internal_cert.pem 2018-09-04 23:01:49,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-04 23:01:49,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-04 23:01:49,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_6slpfi/env/bin/pip freeze 2018-09-04 23:01:49,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-04 23:01:49,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-04 23:01:49,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_mm88je/cloudify/ssl/cloudify_internal_cert.pem 2018-09-04 23:01:49,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-04 23:01:49,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-04 23:01:49,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-04 23:01:49,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_2zg5fc 2018-09-04 23:01:49,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-04 23:01:49,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:01:49,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_mm88je 2018-09-04 23:01:49,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:01:49,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_ytmvch 2018-09-04 23:01:49,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-04 23:01:49,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:49,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-04 23:01:49,399 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:01:49,463 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:49,463 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:49,463 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:49,463 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:49,463 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:49,463 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:49,464 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:49,464 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:01:49,464 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:49,464 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:49 GMT 2018-09-04 23:01:49,464 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:49,464 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:01:49,464 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:54,470 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:01:54,896 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:54,896 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:54,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:54,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:54,897 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:54,897 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:54,897 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:54,897 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Creating Agent bind_host_ytmvch", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_ytmvch/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Creating Agent bono_host_g9mxc3", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "777245c6-dd11-46fd-a4a6-c3ec3bb33655"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "777245c6-dd11-46fd-a4a6-c3ec3bb33655"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "80b38687-4bc1-4616-96ae-26402eece40e"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_mm88je/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "80b38687-4bc1-4616-96ae-26402eece40e"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "33ecab99-54f0-4bcc-8745-2ecc98d3ff76"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_g9mxc3/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Successfully configured daemon: ellis_host_2zg5fc", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}], "metadata": {"pagination": {"total": 1368, "offset": 850, "size": 50}}} 2018-09-04 23:01:54,897 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:54,897 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:54 GMT 2018-09-04 23:01:54,897 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:54,897 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28045 2018-09-04 23:01:54,898 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:01:54,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_ytmvch 2018-09-04 23:01:54,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_ytmvch/cloudify/ssl/cloudify_internal_cert.pem 2018-09-04 23:01:54,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-04 23:01:54,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_g9mxc3 2018-09-04 23:01:54,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-04 23:01:54,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-04 23:01:54,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-04 23:01:54,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-04 23:01:54,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-04 23:01:54,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_mm88je/cloudify/ssl/cloudify_internal_cert.pem 2018-09-04 23:01:54,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-04 23:01:54,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-04 23:01:54,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_g9mxc3/cloudify/ssl/cloudify_internal_cert.pem 2018-09-04 23:01:54,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_2zg5fc 2018-09-04 23:01:54,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:01:54,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-04 23:01:54,907 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:01:55,254 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:01:55,255 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:01:55,255 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:01:55,255 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:01:55,255 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:01:55,255 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:01:55,255 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:01:55,255 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:01:55,255 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:01:55,255 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:01:55 GMT 2018-09-04 23:01:55,256 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:01:55,256 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:01:55,256 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:00,261 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:02:00,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:00,725 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:00,725 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:00,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:00,725 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:00,726 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:00,726 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:00,726 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "82872093-ff0c-4a65-954c-f63fba63054a"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "777245c6-dd11-46fd-a4a6-c3ec3bb33655"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "777245c6-dd11-46fd-a4a6-c3ec3bb33655"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.685Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:19.969Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:19.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.171Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.171Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.171Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.171Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.171Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.171Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.171Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.171Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.171Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.171Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.231Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.231Z", "message": "Successfully configured daemon: homer_host_6ybod2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "80b38687-4bc1-4616-96ae-26402eece40e"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.231Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "80b38687-4bc1-4616-96ae-26402eece40e"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.231Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "80b38687-4bc1-4616-96ae-26402eece40e"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.231Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "777245c6-dd11-46fd-a4a6-c3ec3bb33655"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.231Z", "message": "Removing directory: /tmp/tmpMBOSuA", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "777245c6-dd11-46fd-a4a6-c3ec3bb33655"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.231Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.231Z", "message": "Removing directory: /tmp/tmp5joRtZ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "33ecab99-54f0-4bcc-8745-2ecc98d3ff76"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.231Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "80b38687-4bc1-4616-96ae-26402eece40e"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.231Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "33ecab99-54f0-4bcc-8745-2ecc98d3ff76"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:21.231Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:21.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.392Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.392Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.392Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_mm88je/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_g9mxc3/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "/home/ubuntu/dime_host_mm88je/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Starting Agent ellis_host_2zg5fc", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}], "metadata": {"pagination": {"total": 1382, "offset": 900, "size": 50}}} 2018-09-04 23:02:00,726 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:00,726 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:00 GMT 2018-09-04 23:02:00,726 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:00,726 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27521 2018-09-04 23:02:00,726 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-04 23:02:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-04 23:02:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-04 23:02:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-04 23:02:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:00,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:00,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-04 23:02:00,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:00,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-04 23:02:00,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-04 23:02:00,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-04 23:02:00,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-04 23:02:00,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_6ybod2 2018-09-04 23:02:00,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:02:00,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-04 23:02:00,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-04 23:02:00,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpMBOSuA 2018-09-04 23:02:00,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-04 23:02:00,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp5joRtZ 2018-09-04 23:02:00,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-04 23:02:00,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-04 23:02:00,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-04 23:02:00,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-04 23:02:00,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-04 23:02:00,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:00,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-04 23:02:00,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-04 23:02:00,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:00,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_mm88je/env 2018-09-04 23:02:00,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_g9mxc3/env 2018-09-04 23:02:00,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-04 23:02:00,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_mm88je/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-04 23:02:00,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:00,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:00,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-04 23:02:00,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:00,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:00,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:00,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:00,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-04 23:02:00,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-04 23:02:00,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:00,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:00,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_2zg5fc 2018-09-04 23:02:00,736 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:02:00,807 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:00,808 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:00,808 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:00,808 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:00,808 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:00,808 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:00,808 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:00,808 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:02:00,808 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:00,808 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:00 GMT 2018-09-04 23:02:00,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:00,809 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:02:00,809 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:05,814 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:02:06,243 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:06,243 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:06,244 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:06,244 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:06,244 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:06,244 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:06,244 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:06,244 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_ytmvch/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Successfully created daemon: dime_host_mm88je", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "/home/ubuntu/dime_host_mm88je/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_mm88je/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e933363-af3d-4e9a-b6e3-acf8d896d7d0"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:22.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:22.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.485Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.485Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.485Z", "message": "/home/ubuntu/bind_host_ytmvch/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.485Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.485Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.485Z", "message": "Successfully created daemon: bono_host_g9mxc3", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.485Z", "message": "Successfully created daemon: bind_host_ytmvch", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "46ec481c-4221-4baf-9ed4-5d0db5b8b942"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.485Z", "message": "/home/ubuntu/bono_host_g9mxc3/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "784e679d-8c64-472b-a5e9-41377685c4ee"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:24.636Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:24.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:26.012Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:26.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}], "metadata": {"pagination": {"total": 1396, "offset": 950, "size": 50}}} 2018-09-04 23:02:06,244 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:06,244 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:06 GMT 2018-09-04 23:02:06,245 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:06,245 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27888 2018-09-04 23:02:06,245 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:06,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-04 23:02:06,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:02:06,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_ytmvch/env 2018-09-04 23:02:06,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:06,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_mm88je 2018-09-04 23:02:06,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:06,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:06,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:02:06,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:06,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:06,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_mm88je/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-04 23:02:06,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_mm88je/env 2018-09-04 23:02:06,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-04 23:02:06,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:06,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-04 23:02:06,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:06,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:02:06,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-04 23:02:06,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-04 23:02:06,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:06,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:06,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:02:06,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:06,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-04 23:02:06,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-04 23:02:06,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_ytmvch/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-04 23:02:06,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-04 23:02:06,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-04 23:02:06,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_g9mxc3 2018-09-04 23:02:06,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_ytmvch 2018-09-04 23:02:06,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_g9mxc3/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-04 23:02:06,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:06,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-04 23:02:06,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-04 23:02:06,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:06,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-04 23:02:06,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-04 23:02:06,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-04 23:02:06,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-04 23:02:06,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-04 23:02:06,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-04 23:02:06,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-04 23:02:06,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-04 23:02:06,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:06,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-04 23:02:06,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:06,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:06,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:06,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-04 23:02:06,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:02:06,254 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:02:06,355 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:06,355 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:06,356 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:06,356 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:06,356 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:06,356 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:06,356 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:06,356 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:02:06,356 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:06,356 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:06 GMT 2018-09-04 23:02:06,356 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:06,357 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:02:06,357 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:11,362 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:02:11,791 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:11,792 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:11,792 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:11,792 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:11,792 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:11,792 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:11,792 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:11,792 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:26.012Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:26.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:26.012Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:26.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:26.012Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:26.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:26.012Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:26.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:26.012Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:26.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:26.501Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:26.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:26.501Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:26.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:26.501Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:26.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:26.501Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:26.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Starting Agent homer_host_6ybod2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_2zg5fc start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Configuring Agent dime_host_mm88je", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Successfully started daemon: ellis_host_2zg5fc", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}], "metadata": {"pagination": {"total": 1404, "offset": 1000, "size": 50}}} 2018-09-04 23:02:11,793 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:11,793 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:11 GMT 2018-09-04 23:02:11,793 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:11,793 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27482 2018-09-04 23:02:11,793 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:11,794 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:02:11,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-04 23:02:11,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:11,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:11,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-04 23:02:11,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_6ybod2 2018-09-04 23:02:11,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-04 23:02:11,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-04 23:02:11,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:02:11,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:02:11,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_2zg5fc start 2018-09-04 23:02:11,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-04 23:02:11,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_mm88je 2018-09-04 23:02:11,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_2zg5fc 2018-09-04 23:02:11,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-04 23:02:11,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:02:11,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:11,802 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:02:11,882 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:11,882 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:11,882 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:11,883 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:11,883 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:11,883 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:11,883 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:11,883 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:02:11,883 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:11,883 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:11 GMT 2018-09-04 23:02:11,883 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:11,883 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:02:11,883 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:16,889 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:02:17,271 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:17,271 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:17,271 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:17,271 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:17,272 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:17,272 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:17,272 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:17,272 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "f2ddcc8c-4224-4372-a316-e9cca93c900a"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:27.165Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:27.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.582Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Creating Agent sprout_host_s9zmpc", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Successfully configured daemon: dime_host_mm88je", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_s9zmpc/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "47cda22b-9c1a-43c0-9bef-0bf2c9b9fec8"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "41485977-6e21-41c3-a003-45407da4cfb7"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:28.640Z", "message": "Successfully configured daemon: bono_host_g9mxc3", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:28.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8bd3f947-5a9f-4da4-bad7-d4d888f22596"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.075Z", "message": "[localhost] run: /home/ubuntu/ellis_host_2zg5fc/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "41485977-6e21-41c3-a003-45407da4cfb7"}, {"node_instance_id": "proxy_node_5lb15m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.177Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 1405, "offset": 1050, "size": 50}}} 2018-09-04 23:02:17,272 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:17,272 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:17 GMT 2018-09-04 23:02:17,272 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:17,272 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26979 2018-09-04 23:02:17,273 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:17,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:02:17,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-04 23:02:17,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-04 23:02:17,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-04 23:02:17,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-04 23:02:17,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:17,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:17,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:17,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:17,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:17,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:17,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-04 23:02:17,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:17,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:17,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:17,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-04 23:02:17,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:17,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-04 23:02:17,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-04 23:02:17,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-04 23:02:17,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_s9zmpc 2018-09-04 23:02:17,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-04 23:02:17,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_mm88je 2018-09-04 23:02:17,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:02:17,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:02:17,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-04 23:02:17,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-04 23:02:17,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:17,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-04 23:02:17,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_s9zmpc/cloudify/ssl/cloudify_internal_cert.pem 2018-09-04 23:02:17,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-04 23:02:17,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-04 23:02:17,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_g9mxc3 2018-09-04 23:02:17,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_2zg5fc/env/bin/pip freeze 2018-09-04 23:02:17,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 23:02:17,281 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:02:17,358 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:17,358 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:17,359 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:17,359 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:17,359 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:17,359 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:17,359 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:17,359 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:02:17,359 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:17,359 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:17 GMT 2018-09-04 23:02:17,359 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:17,359 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:02:17,360 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:22,365 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:02:22,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:22,590 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:22,590 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:22,590 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:22,590 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:22,590 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:22,590 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:22,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.711Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.711Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.711Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.711Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.711Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "41485977-6e21-41c3-a003-45407da4cfb7"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "41485977-6e21-41c3-a003-45407da4cfb7"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_6ybod2 start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "41485977-6e21-41c3-a003-45407da4cfb7"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Successfully started daemon: homer_host_6ybod2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "041ad729-b934-4bd3-afbe-64a431c2e8af"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:32.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:32.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "[localhost] run: /home/ubuntu/homer_host_6ybod2/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7a1f5d67-c329-4467-ae65-659cc06fe041"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "proxy_node_5lb15m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Executing: /tmp/JQQJ5/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "871b911b-17c7-4ba1-9816-6bfe3045bb37"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Starting Agent bono_host_g9mxc3", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Removing directory: /tmp/tmpPmpJ_D", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "41485977-6e21-41c3-a003-45407da4cfb7"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}, {"node_instance_id": "proxy_node_5lb15m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/JQQJ5/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "871b911b-17c7-4ba1-9816-6bfe3045bb37"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "41485977-6e21-41c3-a003-45407da4cfb7"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7a1f5d67-c329-4467-ae65-659cc06fe041"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}], "metadata": {"pagination": {"total": 1409, "offset": 1100, "size": 50}}} 2018-09-04 23:02:22,591 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:22,591 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:22 GMT 2018-09-04 23:02:22,591 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:22,591 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27418 2018-09-04 23:02:22,591 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:22,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:22,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:22,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-04 23:02:22,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:22,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:22,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-04 23:02:22,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-04 23:02:22,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-04 23:02:22,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-04 23:02:22,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:02:22,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_6ybod2 start 2018-09-04 23:02:22,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-04 23:02:22,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_6ybod2 2018-09-04 23:02:22,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:02:22,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:02:22,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:02:22,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-04 23:02:22,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_6ybod2/env/bin/pip freeze 2018-09-04 23:02:22,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/JQQJ5/install_requirements.sh 2018-09-04 23:02:22,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_g9mxc3 2018-09-04 23:02:22,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpPmpJ_D 2018-09-04 23:02:22,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:02:22,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/JQQJ5/install_requirements.sh 2018-09-04 23:02:22,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-04 23:02:22,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-04 23:02:22,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-04 23:02:22,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:02:22,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:22,600 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:02:22,668 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:22,668 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:22,668 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:22,669 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:22,669 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:22,669 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:22,669 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:22,669 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:02:22,669 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:22,669 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:22 GMT 2018-09-04 23:02:22,669 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:22,669 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:02:22,670 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:27,675 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:02:28,025 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:28,025 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:28,025 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:28,025 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:28,025 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:28,026 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:28,026 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:28,026 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Configuring Agent bind_host_ytmvch", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "proxy_node_5lb15m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Executing: /tmp/JQQJ5/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "871b911b-17c7-4ba1-9816-6bfe3045bb37"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7a1f5d67-c329-4467-ae65-659cc06fe041"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "cf072a19-82ab-43b4-8c35-c5224c6a50d5"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.940Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.940Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.940Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_node_5lb15m", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.940Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.940Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.940Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.940Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_node_5lb15m", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.940Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.940Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.940Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:33.940Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:33.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7a1f5d67-c329-4467-ae65-659cc06fe041"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7a1f5d67-c329-4467-ae65-659cc06fe041"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_s9zmpc/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Removing directory: /tmp/tmpAl2060", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7a1f5d67-c329-4467-ae65-659cc06fe041"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7a1f5d67-c329-4467-ae65-659cc06fe041"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "/home/ubuntu/sprout_host_s9zmpc/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "7a1f5d67-c329-4467-ae65-659cc06fe041"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Starting Agent bind_host_ytmvch", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_s9zmpc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_s9zmpc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'sprout_host_s9zmpc', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_s9zmpc/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_s9zmpc', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DnCfaA.9Cy5A4e37bqqb4Cqo0bGnqhSwyk'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.945Z", "message": "Successfully created daemon: sprout_host_s9zmpc", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "398ade8f-d946-47d5-b4a6-761ac3132fd5"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.953Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.953Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.953Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.953Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.953Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 1410, "offset": 1150, "size": 50}}} 2018-09-04 23:02:28,026 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:28,026 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:28 GMT 2018-09-04 23:02:28,026 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:28,026 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28324 2018-09-04 23:02:28,026 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:28,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_ytmvch 2018-09-04 23:02:28,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/JQQJ5/install_requirements.sh 2018-09-04 23:02:28,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:02:28,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-04 23:02:28,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-04 23:02:28,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-04 23:02:28,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:28,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:02:28,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:28,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:28,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:28,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:02:28,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-04 23:02:28,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:28,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:28,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:02:28,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-04 23:02:28,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-04 23:02:28,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_s9zmpc/env 2018-09-04 23:02:28,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpAl2060 2018-09-04 23:02:28,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-04 23:02:28,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-04 23:02:28,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_s9zmpc/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-04 23:02:28,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-04 23:02:28,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:02:28,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-04 23:02:28,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-04 23:02:28,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:02:28,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_ytmvch 2018-09-04 23:02:28,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_s9zmpc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_s9zmpc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'sprout_host_s9zmpc', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_s9zmpc/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_s9zmpc', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DnCfaA.9Cy5A4e37bqqb4Cqo0bGnqhSwyk'} 2018-09-04 23:02:28,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-04 23:02:28,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:28,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_s9zmpc 2018-09-04 23:02:28,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-04 23:02:28,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:28,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-04 23:02:28,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-04 23:02:28,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-04 23:02:28,036 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:02:28,116 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:28,116 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:28,116 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:28,116 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:28,117 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:28,117 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:28,117 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:28,117 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:02:28,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:28,117 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:28 GMT 2018-09-04 23:02:28,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:28,117 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:02:28,117 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:33,123 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:02:33,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:33,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:33,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:33,339 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:33,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:33,340 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:33,340 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:33,340 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_s9zmpc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.953Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.953Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.953Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:34.953Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:34.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:35.978Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:35.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:35.978Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:35.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:35.978Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:35.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:35.978Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:35.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:36.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:36.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:36.964Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:36.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:36.964Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:36.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:36.964Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:36.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:36.964Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:36.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:36.964Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:36.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:36.964Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:36.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:36.964Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:36.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:36.964Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:36.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:36.964Z", "message": "Successfully started daemon: bono_host_g9mxc3", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:36.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:36.964Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:36.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:36.964Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_g9mxc3 start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:36.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53bfa52-d105-44b1-9f25-0943cb4e6d67"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:37.390Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:37.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:37.390Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:37.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:37.390Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:37.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e34a1bc2-ed90-4ac6-ae72-ad61dd2038f8"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_mm88je start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "[localhost] run: /home/ubuntu/bono_host_g9mxc3/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "34098dca-2268-4dd7-b11b-e1cf64787def"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "Successfully configured daemon: sprout_host_s9zmpc", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "34098dca-2268-4dd7-b11b-e1cf64787def"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "Successfully started daemon: dime_host_mm88je", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3ddd4f30-9d80-401f-be0b-cf0690f330fa"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.385Z", "message": "Configuring Agent sprout_host_s9zmpc", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8889d5a4-c05a-467f-90d0-a15d0ec7f37a"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 1410, "offset": 1200, "size": 50}}} 2018-09-04 23:02:33,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:33,340 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:33 GMT 2018-09-04 23:02:33,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:33,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26495 2018-09-04 23:02:33,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:33,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-04 23:02:33,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-04 23:02:33,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-04 23:02:33,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-04 23:02:33,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:33,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:33,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:02:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-04 23:02:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_g9mxc3 2018-09-04 23:02:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:02:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_g9mxc3 start 2018-09-04 23:02:33,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-04 23:02:33,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-04 23:02:33,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-04 23:02:33,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-04 23:02:33,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-04 23:02:33,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-04 23:02:33,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-04 23:02:33,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_mm88je start 2018-09-04 23:02:33,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_g9mxc3/env/bin/pip freeze 2018-09-04 23:02:33,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-04 23:02:33,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:33,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_s9zmpc 2018-09-04 23:02:33,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-04 23:02:33,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_mm88je 2018-09-04 23:02:33,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:33,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_s9zmpc 2018-09-04 23:02:33,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:33,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-04 23:02:33,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:33,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:33,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:33,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:33,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-04 23:02:33,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:33,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-04 23:02:33,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:33,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:33,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-04 23:02:33,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:33,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:33,349 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:02:33,411 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:33,411 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:33,411 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:33,411 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:33,411 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:33,411 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:33,412 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:33,412 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:02:33,412 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:33,412 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:33 GMT 2018-09-04 23:02:33,412 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:33,412 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:02:33,412 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:38,418 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:02:38,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:38,731 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:38,731 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:38,731 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:38,731 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:38,731 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:38,731 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:38,731 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:38.533Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:38.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Successfully started daemon: bind_host_ytmvch", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "34098dca-2268-4dd7-b11b-e1cf64787def"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e34a1bc2-ed90-4ac6-ae72-ad61dd2038f8"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Removing directory: /tmp/tmp7yxqHf", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "34098dca-2268-4dd7-b11b-e1cf64787def"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e34a1bc2-ed90-4ac6-ae72-ad61dd2038f8"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_ytmvch start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "34098dca-2268-4dd7-b11b-e1cf64787def"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Starting Agent sprout_host_s9zmpc", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "34098dca-2268-4dd7-b11b-e1cf64787def"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "34098dca-2268-4dd7-b11b-e1cf64787def"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "[localhost] run: /home/ubuntu/dime_host_mm88je/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e34a1bc2-ed90-4ac6-ae72-ad61dd2038f8"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Removing directory: /tmp/tmpur59L2", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e34a1bc2-ed90-4ac6-ae72-ad61dd2038f8"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "575a857c-71e3-415f-baf8-d298f670edb4"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e34a1bc2-ed90-4ac6-ae72-ad61dd2038f8"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.569Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e34a1bc2-ed90-4ac6-ae72-ad61dd2038f8"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.657Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.657Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.657Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.657Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.657Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.657Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.657Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.657Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.657Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:39.657Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:39.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.597Z", "message": "[localhost] run: /home/ubuntu/bind_host_ytmvch/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8afd0ad1-99de-44ef-bb38-1064cbb4ff93"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.597Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8afd0ad1-99de-44ef-bb38-1064cbb4ff93"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.597Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8afd0ad1-99de-44ef-bb38-1064cbb4ff93"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.597Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8afd0ad1-99de-44ef-bb38-1064cbb4ff93"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.597Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8afd0ad1-99de-44ef-bb38-1064cbb4ff93"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.703Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.703Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.703Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.703Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.703Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.703Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.703Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.703Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 1445, "offset": 1250, "size": 50}}} 2018-09-04 23:02:38,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:38,732 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:38 GMT 2018-09-04 23:02:38,732 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:38,732 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27390 2018-09-04 23:02:38,732 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:38,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-04 23:02:38,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_ytmvch 2018-09-04 23:02:38,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-04 23:02:38,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-04 23:02:38,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp7yxqHf 2018-09-04 23:02:38,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-04 23:02:38,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:38,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-04 23:02:38,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_ytmvch start 2018-09-04 23:02:38,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:38,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:38,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-04 23:02:38,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:38,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_s9zmpc 2018-09-04 23:02:38,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-04 23:02:38,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:38,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-04 23:02:38,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_mm88je/env/bin/pip freeze 2018-09-04 23:02:38,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-04 23:02:38,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:38,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:38,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:38,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpur59L2 2018-09-04 23:02:38,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-04 23:02:38,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:02:38,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-04 23:02:38,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-04 23:02:38,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:38,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-04 23:02:38,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:38,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-04 23:02:38,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:38,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:38,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-04 23:02:38,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:38,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:38,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:38,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_ytmvch/env/bin/pip freeze 2018-09-04 23:02:38,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-04 23:02:38,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-04 23:02:38,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-04 23:02:38,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-04 23:02:38,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:38,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-04 23:02:38,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-04 23:02:38,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-04 23:02:38,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-04 23:02:38,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-04 23:02:38,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-04 23:02:38,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-04 23:02:38,741 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:02:38,822 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:38,822 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:38,822 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:38,822 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:38,822 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:38,822 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:38,822 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:38,823 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:02:38,823 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:38,823 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:38 GMT 2018-09-04 23:02:38,823 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:38,823 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:02:38,823 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:43,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:02:43,932 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:43,932 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:43,932 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:43,932 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:43,933 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:43,933 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:43,933 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:43,933 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:40.703Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:40.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:41.607Z", "message": "Removing directory: /tmp/tmpBQxUwN", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:41.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8afd0ad1-99de-44ef-bb38-1064cbb4ff93"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:41.607Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:41.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "8afd0ad1-99de-44ef-bb38-1064cbb4ff93"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:41.720Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:41.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:41.720Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:41.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:41.720Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:41.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:41.720Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:41.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:41.720Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:41.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:41.720Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:41.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:41.720Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:41.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:42.727Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:42.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:42.745Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:42.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:42.745Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:42.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:42.745Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:42.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:42.745Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:42.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:42.745Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:42.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:42.745Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:42.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:42.745Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:42.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:42.745Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:42.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:43.730Z", "message": "Successfully started daemon: sprout_host_s9zmpc", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:43.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:43.730Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_s9zmpc start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:43.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "09e52979-8340-4ce6-8e48-15f42c658b9b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:43.730Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:43.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5fbb5781-d3f4-4f44-a1d8-58900e228270"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.011Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.011Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.011Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.011Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.011Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.011Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.011Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.011Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.011Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.011Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.979Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5fbb5781-d3f4-4f44-a1d8-58900e228270"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.979Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5fbb5781-d3f4-4f44-a1d8-58900e228270"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.979Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5fbb5781-d3f4-4f44-a1d8-58900e228270"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.979Z", "message": "[localhost] run: /home/ubuntu/sprout_host_s9zmpc/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5fbb5781-d3f4-4f44-a1d8-58900e228270"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:44.979Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:44.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5fbb5781-d3f4-4f44-a1d8-58900e228270"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:45.064Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:45.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:46.015Z", "message": "Removing directory: /tmp/tmpAauuX5", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:46.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5fbb5781-d3f4-4f44-a1d8-58900e228270"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:46.108Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:46.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:46.108Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:46.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:46.108Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:46.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:47.148Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:47.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:47.148Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:47.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:47.148Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:47.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:47.148Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:47.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:47.148Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:47.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:47.148Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:47.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:48.384Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:48.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:48.384Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:48.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 1445, "offset": 1300, "size": 50}}} 2018-09-04 23:02:43,933 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:43,933 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:43 GMT 2018-09-04 23:02:43,933 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:43,933 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26455 2018-09-04 23:02:43,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:43,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-04 23:02:43,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpBQxUwN 2018-09-04 23:02:43,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-04 23:02:43,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-04 23:02:43,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:43,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-04 23:02:43,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-04 23:02:43,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-04 23:02:43,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:43,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:43,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-04 23:02:43,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:43,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:43,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:43,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:43,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:43,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-04 23:02:43,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-04 23:02:43,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-04 23:02:43,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_s9zmpc 2018-09-04 23:02:43,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_s9zmpc start 2018-09-04 23:02:43,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-04 23:02:43,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-04 23:02:43,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:43,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:43,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:43,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:43,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-04 23:02:43,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-04 23:02:43,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:43,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:43,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:43,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-04 23:02:43,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-04 23:02:43,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-04 23:02:43,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_s9zmpc/env/bin/pip freeze 2018-09-04 23:02:43,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-04 23:02:43,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:43,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpAauuX5 2018-09-04 23:02:43,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-04 23:02:43,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-04 23:02:43,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-04 23:02:43,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:43,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-04 23:02:43,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-04 23:02:43,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:43,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:43,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-04 23:02:43,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:43,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:43,942 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:02:44,014 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:44,014 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:44,014 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:44,014 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:44,015 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:44,015 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:44,015 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:44,015 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:02:44,015 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:44,015 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:44 GMT 2018-09-04 23:02:44,015 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:44,015 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:02:44,015 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:49,021 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:02:49,255 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:49,256 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:49,256 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:49,256 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:49,256 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:49,256 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:49,256 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:49,256 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:48.384Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:48.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:48.384Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:48.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:48.384Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:48.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:48.384Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:48.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:48.384Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:48.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:49.396Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:49.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:49.396Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:49.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:49.396Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:49.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:50.416Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:50.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:50.416Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:50.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:50.416Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:50.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:51.649Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:51.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:52.436Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:52.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:52.436Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:52.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:53.851Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:53.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:53.851Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:53.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:54.864Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:54.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:54.864Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:54.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:54.864Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:54.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:56.181Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:56.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:56.181Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:56.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:56.181Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:56.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:56.181Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:56.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:56.181Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:56.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:58.515Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:58.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:59.203Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:01:59.203Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:01:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:00.971Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:00.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:00.971Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:00.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:00.971Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:00.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:00.971Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:00.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:00.971Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:00.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:00.971Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:00.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:04.822Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:04.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:05.603Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:05.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:05.603Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:05.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:05.603Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:05.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:05.603Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:05.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:05.603Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:05.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:06.629Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:06.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:07.400Z", "message": "Downloaded scripts/bind/bind.py to /tmp/2BC9S/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:07.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:07.659Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:07.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_zawii8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:07.659Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:07.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_zawii8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:07.659Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:07.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:08.069Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:08.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:08.069Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:08.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:10.253Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:10.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:11.667Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:11.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_node_5lb15m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:18.379Z", "message": "Execution done (return_code=0): /tmp/JQQJ5/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:18.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "871b911b-17c7-4ba1-9816-6bfe3045bb37"}, {"node_instance_id": "proxy_node_5lb15m", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:18.467Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:18.467Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 1446, "offset": 1350, "size": 50}}} 2018-09-04 23:02:49,257 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:49,257 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:49 GMT 2018-09-04 23:02:49,257 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:49,257 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25627 2018-09-04 23:02:49,257 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:49,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:49,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:49,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:49,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:49,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-04 23:02:49,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-09-04 23:02:49,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-09-04 23:02:49,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-09-04 23:02:49,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-09-04 23:02:49,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-09-04 23:02:49,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-09-04 23:02:49,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-09-04 23:02:49,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-09-04 23:02:49,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/2BC9S/bind.py 2018-09-04 23:02:49,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:02:49,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 23:02:49,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:02:49,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-09-04 23:02:49,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-09-04 23:02:49,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-09-04 23:02:49,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-04 23:02:49,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/JQQJ5/install_requirements.sh 2018-09-04 23:02:49,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:02:49,267 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:02:49,360 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:49,360 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:49,360 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:49,360 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:49,361 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:49,361 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:49,361 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:49,361 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:02:49,361 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:49,361 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:49 GMT 2018-09-04 23:02:49,361 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:49,361 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:02:49,361 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:54,367 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:02:54,661 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:54,661 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:54,661 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:54,662 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:54,662 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:54,662 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:54,662 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:54,662 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_node_5lb15m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:19.828Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:19.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "proxy_node_5lb15m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:19.828Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:19.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:24.701Z", "message": "[localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:24.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:33.964Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:33.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:34.083Z", "message": "The config dict: {'etcd_ip': u'192.168.120.9', u'hss_port': u'3868', 'name': 'bind', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:34.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:34.083Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:34.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:34.083Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:34.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:34.083Z", "message": "[localhost] run: sudo mv /tmp/tmpw0lD_E /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:34.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.054Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "The config dict: {'etcd_ip': u'192.168.120.9', u'hss_port': u'3868', 'name': 'bind', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "Rendering the Jinja2 template to /etc/bind/named.conf.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "Rendering the Jinja2 template to /etc/clearwater/shared_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "[localhost] run: sudo mv /tmp/tmp5kDwuw /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "[localhost] run: sudo mv /tmp/tmpSO2qwI /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "[localhost] run: sudo mv /tmp/tmpV_xPpk /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.092Z", "message": "[localhost] run: sudo mv /tmp/tmp6S4_uw /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "1efedc61-ec04-47ef-b82c-0d3dc1941385"}, {"node_instance_id": "bind_zawii8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.840Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_zawii8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.840Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_zawii8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:35.840Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:35.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:36.169Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/Q90KJ/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:36.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:37.102Z", "message": "Executing: /tmp/Q90KJ/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:37.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:37.102Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:37.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:37.102Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:37.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:37.102Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:37.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:38.167Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:38.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:48.519Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-ytmvch\nHit http://security.ubuntu.com trusty-security InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nHit http://security.ubuntu.com trusty-security/main Sources\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nHit http://security.ubuntu.com trusty-security/universe Sources\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nHit http://security.ubuntu.com trusty-security/main amd64 Packages\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nHit http://security.ubuntu.com trusty-security/universe amd64 Packages\nHit http://security.ubuntu.com trusty-security/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease\nHit http://security.ubuntu.com trusty-security/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nHit http://nova.clouds.archive.ubuntu.com trusty/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 25.0 kB in 9s (2,754 B/s)\nReading package lists...\n\nreal\t0m10.757s\nuser\t0m2.651s\nsys\t0m0.203s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:48.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:49.179Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:49.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:02:49.179Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:02:49.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}], "metadata": {"pagination": {"total": 1448, "offset": 1400, "size": 50}}} 2018-09-04 23:02:54,662 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:54,662 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:54 GMT 2018-09-04 23:02:54,662 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:54,663 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25677 2018-09-04 23:02:54,663 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:54,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 23:02:54,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 23:02:54,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-09-04 23:02:54,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-04 23:02:54,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.9', u'hss_port': u'3868', 'name': 'bind', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:02:54,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-04 23:02:54,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-04 23:02:54,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpw0lD_E /etc/clearwater/local_config 2018-09-04 23:02:54,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:02:54,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-04 23:02:54,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-04 23:02:54,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.9', u'hss_port': u'3868', 'name': 'bind', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:02:54,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:02:54,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-09-04 23:02:54,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-09-04 23:02:54,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:02:54,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-04 23:02:54,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-09-04 23:02:54,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-09-04 23:02:54,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5kDwuw /etc/bind/db.clearwater.opnfv 2018-09-04 23:02:54,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-04 23:02:54,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpSO2qwI /etc/bind/named.conf.local 2018-09-04 23:02:54,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:02:54,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:02:54,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpV_xPpk /etc/clearwater/shared_config 2018-09-04 23:02:54,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-04 23:02:54,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp6S4_uw /etc/bind/db.clearwater.local 2018-09-04 23:02:54,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:02:54,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:02:54,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 23:02:54,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/Q90KJ/install-etcd.sh 2018-09-04 23:02:54,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/Q90KJ/install-etcd.sh 2018-09-04 23:02:54,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-09-04 23:02:54,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-09-04 23:02:54,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-09-04 23:02:54,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-09-04 23:02:54,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-ytmvch Hit http://security.ubuntu.com trusty-security InRelease Ign http://repo.cw-ngv.com binary/ InRelease Hit http://security.ubuntu.com trusty-security/main Sources Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Hit http://security.ubuntu.com trusty-security/universe Sources Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Hit http://security.ubuntu.com trusty-security/main amd64 Packages Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Hit http://security.ubuntu.com trusty-security/universe amd64 Packages Hit http://security.ubuntu.com trusty-security/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease Hit http://security.ubuntu.com trusty-security/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 25.0 kB in 9s (2,754 B/s) Reading package lists... real 0m10.757s user 0m2.651s sys 0m0.203s 2018-09-04 23:02:54,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-09-04 23:02:54,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:02:54,670 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:02:54,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:54,757 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:54,757 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:54,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:54,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:54,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:54,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:54,758 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:02:54,758 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:54,758 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:54 GMT 2018-09-04 23:02:54,758 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:54,758 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:02:54,758 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:59,764 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:02:59,852 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:59,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:59,853 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:59,853 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:59,853 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:59,853 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:59,853 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:59,853 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:02:59,853 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:59,854 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:59 GMT 2018-09-04 23:02:59,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:59,854 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:02:59,854 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:02:59,854 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:02:59,976 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:02:59,977 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:02:59,977 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:02:59,977 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:02:59,977 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:02:59,977 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:02:59,977 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:02:59,977 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:02:59,978 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:02:59,978 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:02:59 GMT 2018-09-04 23:02:59,978 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:02:59,978 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:02:59,978 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:04,983 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:03:05,058 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:05,058 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:05,058 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:05,058 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:05,058 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:05,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:05,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:05,058 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:03:05,058 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:05,059 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:05 GMT 2018-09-04 23:03:05,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:05,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:03:05,059 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:05,059 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:03:05,209 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:05,209 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:05,209 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:05,210 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:05,210 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:05,210 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:05,210 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:05,210 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:03:05,210 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:05,210 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:05 GMT 2018-09-04 23:03:05,210 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:05,210 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:03:05,211 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:10,216 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:03:10,291 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:10,292 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:10,292 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:10,292 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:10,292 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:10,292 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:10,292 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:10,292 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:03:10,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:10,292 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:10 GMT 2018-09-04 23:03:10,293 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:10,293 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:03:10,293 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:10,293 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:03:10,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:10,371 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:10,371 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:10,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:10,371 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:10,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:10,371 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:10,371 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:03:10,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:10,372 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:10 GMT 2018-09-04 23:03:10,372 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:10,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:03:10,372 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:15,377 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:03:15,516 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:15,517 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:15,517 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:15,517 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:15,517 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:15,517 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:15,517 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:15,517 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:03:15,518 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:15,518 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:15 GMT 2018-09-04 23:03:15,518 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:15,518 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:03:15,518 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:15,518 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:03:15,580 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:15,580 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:15,581 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:15,581 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:15,581 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:15,581 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:15,581 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:15,581 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:03:15,581 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:15,581 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:15 GMT 2018-09-04 23:03:15,581 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:15,581 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:03:15,582 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:20,587 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:03:20,666 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:20,666 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:20,666 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:20,666 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:20,666 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:20,666 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:20,667 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:20,667 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:03:20,667 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:20,667 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:20 GMT 2018-09-04 23:03:20,667 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:20,667 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:03:20,667 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:20,667 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:03:20,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:20,731 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:20,731 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:20,731 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:20,731 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:20,731 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:20,731 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:20,731 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:03:20,731 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:20,731 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:20 GMT 2018-09-04 23:03:20,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:20,732 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:03:20,732 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:25,737 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:03:25,812 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:25,813 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:25,813 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:25,813 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:25,813 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:25,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:25,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:25,813 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:03:25,813 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:25,813 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:25 GMT 2018-09-04 23:03:25,814 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:25,814 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:03:25,814 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:25,814 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:03:25,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:25,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:25,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:25,876 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:25,877 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:25,877 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:25,877 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:25,877 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:03:25,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:25,877 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:25 GMT 2018-09-04 23:03:25,877 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:25,877 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:03:25,877 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:30,883 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:03:30,957 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:30,958 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:30,958 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:30,958 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:30,958 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:30,958 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:30,958 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:30,958 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:03:30,958 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:30,958 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:30 GMT 2018-09-04 23:03:30,959 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:30,959 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:03:30,959 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:30,959 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:03:31,021 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:31,021 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:31,021 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:31,021 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:31,021 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:31,021 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:31,022 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:31,022 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:03:31,022 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:31,022 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:31 GMT 2018-09-04 23:03:31,022 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:31,022 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:03:31,022 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:36,028 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:03:36,156 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:36,156 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:36,156 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:36,156 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:36,156 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:36,156 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:36,157 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:36,157 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:03:36,157 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:36,157 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:36 GMT 2018-09-04 23:03:36,157 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:36,157 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:03:36,157 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:36,157 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:03:36,219 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:36,219 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:36,219 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:36,219 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:36,219 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:36,219 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:36,220 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:36,220 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:03:36,220 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:36,220 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:36 GMT 2018-09-04 23:03:36,220 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:36,220 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:03:36,220 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:41,226 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:03:41,513 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:41,513 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:41,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:41,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:41,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:41,513 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:41,513 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:41,513 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:03:41,513 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:41,514 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:41 GMT 2018-09-04 23:03:41,514 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:41,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:03:41,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:41,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:03:41,608 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:41,608 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:41,609 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:41,609 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:41,609 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:41,609 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:41,609 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:41,609 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:03:41,609 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:41,609 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:41 GMT 2018-09-04 23:03:41,609 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:41,610 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:03:41,610 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:46,615 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:03:46,709 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:46,709 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:46,709 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:46,709 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:46,709 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:46,709 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:46,710 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:46,710 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:03:46,710 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:46,710 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:46 GMT 2018-09-04 23:03:46,710 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:46,710 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:03:46,710 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:46,711 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:03:46,777 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:46,778 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:46,778 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:46,778 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:46,778 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:46,778 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:46,778 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:46,778 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:03:46,778 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:46,779 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:46 GMT 2018-09-04 23:03:46,779 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:46,779 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:03:46,779 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:51,784 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:03:51,877 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:51,878 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:51,878 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:51,878 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:51,878 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:51,878 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:51,878 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:51,878 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:03:51,878 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:51,879 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:51 GMT 2018-09-04 23:03:51,879 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:51,879 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:03:51,879 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:51,879 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:03:51,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:51,941 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:51,941 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:51,941 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:51,941 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:51,941 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:51,942 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:51,942 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:03:51,942 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:51,942 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:51 GMT 2018-09-04 23:03:51,942 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:51,942 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:03:51,942 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:56,948 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:03:57,024 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:57,024 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:57,024 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:57,025 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:57,025 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:57,025 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:57,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:57,025 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:03:57,025 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:57,025 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:57 GMT 2018-09-04 23:03:57,025 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:57,025 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:03:57,026 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:03:57,026 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:03:57,086 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:03:57,087 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:03:57,087 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:03:57,087 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:03:57,087 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:03:57,087 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:03:57,087 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:03:57,087 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:03:57,087 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:03:57,088 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:03:57 GMT 2018-09-04 23:03:57,088 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:03:57,088 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:03:57,088 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:02,093 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:04:02,309 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:02,309 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:02,309 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:02,310 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:02,310 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:02,310 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:02,310 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:02,310 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:04:02,310 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:02,310 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:02 GMT 2018-09-04 23:04:02,310 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:02,310 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:04:02,310 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:02,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:04:02,373 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:02,373 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:02,373 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:02,373 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:02,373 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:02,373 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:02,373 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:02,374 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:04:02,374 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:02,374 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:02 GMT 2018-09-04 23:04:02,374 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:02,374 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:04:02,374 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:07,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:04:07,513 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:07,514 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:07,514 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:07,514 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:07,514 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:07,514 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:07,514 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:07,514 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:04:07,514 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:07,514 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:07 GMT 2018-09-04 23:04:07,515 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:07,515 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:04:07,515 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:07,515 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:04:07,601 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:07,601 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:07,601 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:07,601 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:07,602 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:07,602 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:07,602 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:07,602 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:04:07,602 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:07,602 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:07 GMT 2018-09-04 23:04:07,602 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:07,602 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:04:07,602 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:12,608 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:04:12,836 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:12,836 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:12,836 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:12,836 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:12,836 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:12,836 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:12,836 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:12,836 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1439, "size": 50}}} 2018-09-04 23:04:12,837 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:12,837 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:12 GMT 2018-09-04 23:04:12,837 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:12,837 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:04:12,837 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:12,837 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:04:12,989 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:12,990 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:12,990 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:12,990 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:12,990 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:12,990 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:12,990 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:12,990 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:04:12,990 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:12,991 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:12 GMT 2018-09-04 23:04:12,991 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:12,991 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:04:12,991 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:17,996 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:04:18,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:18,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:18,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:18,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:18,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:18,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:18,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:18,146 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:17.656Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-ytmvch\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-cluster-manager\n clearwater-config-manager clearwater-diags-monitor clearwater-etcd\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4\n libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg glibc-doc lm-sensors libstdc++-4.8-doc make-doc ntp-doc\n python-genshi python-lxml python-mock-doc python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-cluster-manager\n clearwater-config-manager clearwater-diags-monitor clearwater-etcd\n clearwater-infrastructure clearwater-log-cleanup clearwater-management\n clearwater-monit clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base\n dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4\n libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\n0 upgraded, 77 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 85.1 MB of archives.\nAfter this operation, 242 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 38%\rExtracting templates from packages: 77%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 85.1 MB in 12s (6,600 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51391 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package python-mock.\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for port 53: Address already in use\n ...fail!\ninvoke-rc.d: initscript dnsmasq, action \"start\" failed.\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for 127.0.0.1: Address already in use\n ...fail!\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8959\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t1m28.492s\nuser\t0m18.276s\nsys\t0m8.402s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:17.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}], "metadata": {"pagination": {"total": 1449, "offset": 1439, "size": 50}}} 2018-09-04 23:04:18,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:18,147 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:18 GMT 2018-09-04 23:04:18,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:18,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 44518 2018-09-04 23:04:18,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:18,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-ytmvch Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-cluster-manager clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python-mock-doc python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-cluster-manager clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-management clearwater-monit clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat 0 upgraded, 77 newly installed, 0 to remove and 6 not upgraded. Need to get 85.1 MB of archives. After this operation, 242 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 38% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 85.1 MB in 12s (6,600 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51391 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-setuptools (3.3-1ubuntu2) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for port 53: Address already in use ...fail! invoke-rc.d: initscript dnsmasq, action "start" failed. Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for 127.0.0.1: Address already in use ...fail! Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8959 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 1m28.492s user 0m18.276s sys 0m8.402s 2018-09-04 23:04:18,150 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:04:18,223 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:18,224 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:18,224 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:18,224 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:18,224 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:18,224 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:18,224 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:18,224 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:04:18,224 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:18,225 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:18 GMT 2018-09-04 23:04:18,225 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:18,225 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:04:18,225 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:23,230 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:04:23,463 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:23,464 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:23,464 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:23,464 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:23,464 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:23,464 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:23,464 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:23,464 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:18.266Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:18.266Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:18.266Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:18.266Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:19.288Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:19.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:19.288Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:19.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:19.288Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:4f:03:39 \n inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4f:339/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:71175 errors:0 dropped:0 overruns:0 frame:0\n TX packets:27308 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:123483636 (123.4 MB) TX bytes:5225491 (5.2 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:197 errors:0 dropped:0 overruns:0 frame:0\n TX packets:197 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:16519 (16.5 KB) TX bytes:16519 (16.5 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:19.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:19.288Z", "message": "[etcd] => \nreal\t0m0.011s\nuser\t0m0.000s\nsys\t0m0.010s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:19.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:19.288Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 23:00 ? 00:00:00 /sbin/init\nroot 2 0 0 23:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 23:00 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 23:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 23:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 23:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 23:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 23:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 23:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 23:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 23:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 23:00 ? 00:00:00 [migration/0]\nroot 14 2 0 23:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 23:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 23:00 ? 00:00:00 [migration/1]\nroot 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 23:00 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 23:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 23:00 ? 00:00:00 [khelper]\nroot 21 2 0 23:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 23:00 ? 00:00:00 [netns]\nroot 23 2 0 23:00 ? 00:00:00 [writeback]\nroot 24 2 0 23:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 23:00 ? 00:00:00 [bioset]\nroot 26 2 0 23:00 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 23:00 ? 00:00:00 [kblockd]\nroot 28 2 0 23:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 23:00 ? 00:00:00 [khubd]\nroot 30 2 0 23:00 ? 00:00:00 [md]\nroot 31 2 0 23:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 23:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 23:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 23:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 23:00 ? 00:00:00 [vmstat]\nroot 37 2 0 23:00 ? 00:00:00 [ksmd]\nroot 38 2 0 23:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 23:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 23:00 ? 00:00:00 [crypto]\nroot 53 2 0 23:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 23:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 23:00 ? 00:00:00 [vballoon]\nroot 56 2 0 23:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 23:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 23:00 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 23:00 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 23:00 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 23:00 ? 00:00:00 [deferwq]\nroot 80 2 0 23:00 ? 00:00:00 [charger_manager]\nroot 123 2 0 23:00 ? 00:00:00 [kpsmoused]\nroot 142 2 0 23:00 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 439 2 0 23:00 ? 00:00:00 [kworker/u5:1]\nroot 440 2 0 23:00 ? 00:00:00 [kworker/u5:2]\nroot 521 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 587 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 23:00 ? 00:00:00 [kauditd]\nroot 921 1 0 23:00 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1007 1 0 23:00 ? 00:00:00 rsyslogd\nmessage+ 1015 1 0 23:00 ? 00:00:00 dbus-daemon --system --fork\nroot 1025 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1053 1 0 23:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1057 1 0 23:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1061 1 0 23:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1062 1 0 23:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1064 1 0 23:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1109 1 0 23:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1111 1 0 23:00 ? 00:00:00 cron\ndaemon 1112 1 0 23:00 ? 00:00:00 atd\nroot 1120 1 0 23:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1135 1 0 23:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1202 1 0 23:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1234 1 0 23:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1453 2 0 23:01 ? 00:00:00 [kworker/1:2]\nubuntu 1653 1 0 23:01 ? 00:00:00 /home/ubuntu/bind_host_ytmvch/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_ytmvch --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_ytmvch --logging-server-logdir=/home/ubuntu/bind_host_ytmvch/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_ytmvch/work/bind_host_ytmvch%I.log --pidfile=/home/ubuntu/bind_host_ytmvch/work/bind_host_ytmvch.pid\nubuntu 1692 1653 0 23:01 ? 00:00:00 /home/ubuntu/bind_host_ytmvch/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_ytmvch --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_ytmvch --logging-server-logdir=/home/ubuntu/bind_host_ytmvch/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_ytmvch/work/bind_host_ytmvch%I.log --pidfile=/home/ubuntu/bind_host_ytmvch/work/bind_host_ytmvch.pid\nubuntu 1767 1 0 23:01 ? 00:00:01 python2.7 /home/ubuntu/bind_host_ytmvch/env/bin/diamond --configfile /home/ubuntu/bind_host_ytmvch/work/plugins/diamond/etc/diamond.conf\nbind 2434 1 0 23:02 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2488 1692 0 23:02 ? 00:00:00 /home/ubuntu/bind_host_ytmvch/env/bin/python2.7 /home/ubuntu/bind_host_ytmvch/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-qRRbbJ\nubuntu 2499 2488 0 23:02 ? 00:00:00 /bin/sh -c /tmp/Q90KJ/install-etcd.sh\nubuntu 2502 2499 0 23:02 ? 00:00:00 /bin/bash -e /tmp/Q90KJ/install-etcd.sh\nntp 8552 1 0 23:03 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 8959 1 0 23:04 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nclearwa+ 9078 1 0 23:04 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.9:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.9 --name 192-168-120-9 --debug --initial-cluster 192-168-120-9=http://192.168.120.9:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.9:2380 --listen-peer-urls http://192.168.120.9:2380\nroot 9150 1 0 23:04 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9155 9150 0 23:04 ? 00:00:00 inotifywait -e create -qq .\nroot 9218 8959 0 23:04 ? 00:00:00 [check-monit-upt] \nroot 9222 8959 0 23:04 ? 00:00:00 [check-etcd-upti] \nroot 9226 8959 0 23:04 ? 00:00:00 [poll_etcd_clust] \nroot 9230 8959 0 23:04 ? 00:00:00 [poll_etcd.sh] \nubuntu 9413 2502 0 23:04 ? 00:00:00 /bin/bash -e /tmp/Q90KJ/install-etcd.sh\nubuntu 9414 9413 0 23:04 ? 00:00:00 /bin/bash -e /tmp/Q90KJ/install-etcd.sh\nroot 9415 9414 0 23:04 ? 00:00:00 sudo ps -edf\nroot 9416 9415 0 23:04 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:19.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:20.313Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:20.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:20.313Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:20.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:20.313Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:20.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:20.313Z", "message": "[etcd] => init-+-acpid\n |-atd\n |-clearwater_diag---inotifywait\n |-cron\n |-dbus-daemon\n |-dhclient\n |-etcd---7*[{etcd}]\n |-7*[getty]\n |-irqbalance\n |-monit-+-check-etcd-upti\n | |-check-monit-upt\n | |-poll_etcd.sh\n | |-poll_etcd_clust\n | `-{monit}\n |-named---4*[{named}]\n |-ntpd\n |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+\n | | `-6*[{python2.7}]\n | `-3*[{python2.7}]\n |-python2.7---{python2.7}\n |-rsyslogd---3*[{rsyslogd}]\n |-sshd\n |-systemd-logind\n |-systemd-udevd\n |-upstart-file-br\n |-upstart-socket-\n `-upstart-udev-br\n\nreal\t0m0.009s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:20.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:20.313Z", "message": "[etcd] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 192.168.120.9:53 0.0.0.0:* LISTEN 2434/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2434/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1109/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2434/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8959/monit \ntcp 0 0 192.168.120.9:2380 0.0.0.0:* LISTEN 9078/etcd \ntcp6 0 0 :::53 :::* LISTEN 2434/named \ntcp6 0 0 :::22 :::* LISTEN 1109/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2434/named \ntcp6 0 0 :::4000 :::* LISTEN 9078/etcd \nudp 0 0 192.168.120.9:123 0.0.0.0:* 8552/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8552/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8552/ntpd \nudp 0 0 0.0.0.0:15804 0.0.0.0:* 587/dhclient \nudp 0 0 192.168.120.9:53 0.0.0.0:* 2434/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2434/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient \nudp6 0 0 fe80::f816:3eff:fe4:123 :::* 8552/ntpd \nudp6 0 0 ::1:123 :::* 8552/ntpd \nudp6 0 0 :::123 :::* 8552/ntpd \nudp6 0 0 :::21350 :::* 587/dhclient \nudp6 0 0 :::53 :::* 2434/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 8201 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11410 1653/python2.7 /tmp/cloudify-logging-server-cf219.socket\nunix 2 [ ACC ] STREAM LISTENING 9301 1135/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 1613 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 13923 2488/python2.7 /tmp/ctx-GyAvlv.socket\nunix 2 [ ACC ] STREAM LISTENING 9101 1015/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.006s\nuser\t0m0.002s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:20.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:21.329Z", "message": "[etcd] => /var/log/syslog\n/var/log/lastlog\n/var/log/dpkg.log\n/var/log/clearwater-diags-monitor.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cloud-init-output.log\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/sysstat/sa04\n/var/log/btmp\n/var/log/kern.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:21.329Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:21.329Z", "message": "[etcd] => [04-Sep-2018 23:04:05 UTC] clearwater-diags-monitor starting\n[04-Sep-2018 23:04:05 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:21.329Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:21.329Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:21.329Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:22.362Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:22.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:22.412Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:22.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:22.412Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:22.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:22.412Z", "message": "Execution done (return_code=0): /tmp/Q90KJ/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:22.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:22.412Z", "message": "[etcd] => 2018-09-04 23:04:03.357673244 Stopping etcd clearwater-etcd\n2018-09-04 23:04:03.890852528 Restarting etcd clearwater-etcd\n2018-09-04 23:04:03.895211081 Configured ETCDCTL_PEERS: \n2018-09-04 23:04:03.895871067 Check for previous failed startup attempt\n2018-09-04 23:04:03.896939277 Running etcdctl member list\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\nerror #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\nerror #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\n2018-09-04 23:04:03.905900249 etcdctl returned 2\n2018-09-04 23:04:03.910556607 Creating new cluster...\n2018-09-04 23:04:03.913310513 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.9:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.9\n --name 192-168-120-9\n --debug --initial-cluster 192-168-120-9=http://192.168.120.9:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.9:2380\n --listen-peer-urls http://192.168.120.9:2380\n2018-09-04 23:04:03.915931207 Check we're actually a member of the cluster\n2018-09-04 23:04:03.927381534 Wait for etcd to startup\n2018-09-04 23:04:04.935920175 Etcd started successfully\n2018-09-04 23:04:03.934966 I | etcdmain: etcd Version: 3.1.7\n2018-09-04 23:04:03.935001 I | etcdmain: Git SHA: 43b7507\n2018-09-04 23:04:03.935006 I | etcdmain: Go Version: go1.7.5\n2018-09-04 23:04:03.935009 I | etcdmain: Go OS/Arch: linux/amd64\n2018-09-04 23:04:03.935012 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-09-04 23:04:03.935066 I | embed: listening for peers on http://192.168.120.9:2380\n2018-09-04 23:04:03.935100 I | embed: listening for client requests on 0.0.0.0:4000\n2018-09-04 23:04:04.025780 I | etcdserver: name = 192-168-120-9\n2018-09-04 23:04:04.025798 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.9\n2018-09-04 23:04:04.025803 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.9/member\n2018-09-04 23:04:04.025807 I | etcdserver: heartbeat = 100ms\n2018-09-04 23:04:04.025811 I | etcdserver: election = 1000ms\n2018-09-04 23:04:04.025815 I | etcdserver: snapshot count = 10000\n2018-09-04 23:04:04.025822 I | etcdserver: advertise client URLs = http://192.168.120.9:4000\n2018-09-04 23:04:04.025833 I | etcdserver: initial advertise peer URLs = http://192.168.120.9:2380\n2018-09-04 23:04:04.025841 I | etcdserver: initial cluster = 192-168-120-9=http://192.168.120.9:2380\n2018-09-04 23:04:04.087944 I | etcdserver: starting member de34eed64bb76d59 in cluster 920aa385fe9ddf88\n2018-09-04 23:04:04.087978 I | raft: de34eed64bb76d59 became follower at term 0\n2018-09-04 23:04:04.087993 I | raft: newRaft de34eed64bb76d59 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-09-04 23:04:04.087998 I | raft: de34eed64bb76d59 became follower at term 1\n2018-09-04 23:04:04.174540 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-09-04 23:04:04.175406 I | etcdserver/membership: added member de34eed64bb76d59 [http://192.168.120.9:2380] to cluster 920aa385fe9ddf88\n2018-09-04 23:04:04.188202 I | raft: de34eed64bb76d59 is starting a new election at term 1\n2018-09-04 23:04:04.188271 I | raft: de34eed64bb76d59 became candidate at term 2\n2018-09-04 23:04:04.188286 I | raft: de34eed64bb76d59 received MsgVoteResp from de34eed64bb76d59 at term 2\n2018-09-04 23:04:04.188296 I | raft: de34eed64bb76d59 became leader at term 2\n2018-09-04 23:04:04.188302 I | raft: raft.node: de34eed64bb76d59 elected leader de34eed64bb76d59 at term 2\n2018-09-04 23:04:04.188516 I | etcdserver: published {Name:192-168-120-9 ClientURLs:[http://192.168.120.9:4000]} to cluster 920aa385fe9ddf88\n2018-09-04 23:04:04.188585 I | etcdserver: setting up the initial cluster version to 3.1\n2018-09-04 23:04:04.188615 I | embed: ready to serve client requests\n2018-09-04 23:04:04.188878 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-09-04 23:04:04.198445 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-09-04 23:04:04.198483 I | etcdserver/api: enabled capabilities for version 3.1\n2018-09-04 23:04:05.100129 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.9:46546\n2018-09-04 23:04:05.118143 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.9:46547\n2018-09-04 23:04:05.118731 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:46548\n2018-09-04 23:04:08.419732 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.9:46549\n2018-09-04 23:04:08.512581 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.9:46550\n2018-09-04 23:04:08.513164 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:46551\n2018-09-04 23:04:18.095239 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.9/liveness-check remote:192.168.120.9:46552\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:22.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "61d5e503-7028-4089-8abf-68af365c66b4"}, {"node_instance_id": "bind_zawii8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:22.870Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:22.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 1473, "offset": 1440, "size": 50}}} 2018-09-04 23:04:23,465 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:23,465 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:23 GMT 2018-09-04 23:04:23,465 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:23,465 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30685 2018-09-04 23:04:23,465 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:23,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-09-04 23:04:23,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-09-04 23:04:23,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-09-04 23:04:23,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-09-04 23:04:23,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:4f:03:39 inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe4f:339/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:71175 errors:0 dropped:0 overruns:0 frame:0 TX packets:27308 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123483636 (123.4 MB) TX bytes:5225491 (5.2 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:197 errors:0 dropped:0 overruns:0 frame:0 TX packets:197 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:16519 (16.5 KB) TX bytes:16519 (16.5 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2018-09-04 23:04:23,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.011s user 0m0.000s sys 0m0.010s 2018-09-04 23:04:23,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 23:00 ? 00:00:00 /sbin/init root 2 0 0 23:00 ? 00:00:00 [kthreadd] root 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0] root 4 2 0 23:00 ? 00:00:00 [kworker/0:0] root 5 2 0 23:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 23:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 23:00 ? 00:00:00 [rcu_sched] root 8 2 0 23:00 ? 00:00:00 [rcuos/0] root 9 2 0 23:00 ? 00:00:00 [rcuos/1] root 10 2 0 23:00 ? 00:00:00 [rcu_bh] root 11 2 0 23:00 ? 00:00:00 [rcuob/0] root 12 2 0 23:00 ? 00:00:00 [rcuob/1] root 13 2 0 23:00 ? 00:00:00 [migration/0] root 14 2 0 23:00 ? 00:00:00 [watchdog/0] root 15 2 0 23:00 ? 00:00:00 [watchdog/1] root 16 2 0 23:00 ? 00:00:00 [migration/1] root 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1] root 18 2 0 23:00 ? 00:00:00 [kworker/1:0] root 19 2 0 23:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 23:00 ? 00:00:00 [khelper] root 21 2 0 23:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 23:00 ? 00:00:00 [netns] root 23 2 0 23:00 ? 00:00:00 [writeback] root 24 2 0 23:00 ? 00:00:00 [kintegrityd] root 25 2 0 23:00 ? 00:00:00 [bioset] root 26 2 0 23:00 ? 00:00:00 [kworker/u5:0] root 27 2 0 23:00 ? 00:00:00 [kblockd] root 28 2 0 23:00 ? 00:00:00 [ata_sff] root 29 2 0 23:00 ? 00:00:00 [khubd] root 30 2 0 23:00 ? 00:00:00 [md] root 31 2 0 23:00 ? 00:00:00 [devfreq_wq] root 32 2 0 23:00 ? 00:00:00 [kworker/0:1] root 34 2 0 23:00 ? 00:00:00 [khungtaskd] root 35 2 0 23:00 ? 00:00:00 [kswapd0] root 36 2 0 23:00 ? 00:00:00 [vmstat] root 37 2 0 23:00 ? 00:00:00 [ksmd] root 38 2 0 23:00 ? 00:00:00 [khugepaged] root 39 2 0 23:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 23:00 ? 00:00:00 [crypto] root 53 2 0 23:00 ? 00:00:00 [kthrotld] root 54 2 0 23:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 23:00 ? 00:00:00 [vballoon] root 56 2 0 23:00 ? 00:00:00 [kworker/1:1] root 57 2 0 23:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 23:00 ? 00:00:00 [scsi_eh_1] root 59 2 0 23:00 ? 00:00:00 [kworker/u4:2] root 60 2 0 23:00 ? 00:00:00 [kworker/u4:3] root 79 2 0 23:00 ? 00:00:00 [deferwq] root 80 2 0 23:00 ? 00:00:00 [charger_manager] root 123 2 0 23:00 ? 00:00:00 [kpsmoused] root 142 2 0 23:00 ? 00:00:00 [kworker/0:2] root 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 439 2 0 23:00 ? 00:00:00 [kworker/u5:1] root 440 2 0 23:00 ? 00:00:00 [kworker/u5:2] root 521 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon root 587 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 23:00 ? 00:00:00 [kauditd] root 921 1 0 23:00 ? 00:00:00 upstart-file-bridge --daemon syslog 1007 1 0 23:00 ? 00:00:00 rsyslogd message+ 1015 1 0 23:00 ? 00:00:00 dbus-daemon --system --fork root 1025 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-logind root 1053 1 0 23:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 23:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 23:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1062 1 0 23:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 23:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1109 1 0 23:00 ? 00:00:00 /usr/sbin/sshd -D root 1111 1 0 23:00 ? 00:00:00 cron daemon 1112 1 0 23:00 ? 00:00:00 atd root 1120 1 0 23:00 ? 00:00:00 /usr/sbin/irqbalance root 1135 1 0 23:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1202 1 0 23:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1234 1 0 23:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1453 2 0 23:01 ? 00:00:00 [kworker/1:2] ubuntu 1653 1 0 23:01 ? 00:00:00 /home/ubuntu/bind_host_ytmvch/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_ytmvch --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_ytmvch --logging-server-logdir=/home/ubuntu/bind_host_ytmvch/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_ytmvch/work/bind_host_ytmvch%I.log --pidfile=/home/ubuntu/bind_host_ytmvch/work/bind_host_ytmvch.pid ubuntu 1692 1653 0 23:01 ? 00:00:00 /home/ubuntu/bind_host_ytmvch/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_ytmvch --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_ytmvch --logging-server-logdir=/home/ubuntu/bind_host_ytmvch/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_ytmvch/work/bind_host_ytmvch%I.log --pidfile=/home/ubuntu/bind_host_ytmvch/work/bind_host_ytmvch.pid ubuntu 1767 1 0 23:01 ? 00:00:01 python2.7 /home/ubuntu/bind_host_ytmvch/env/bin/diamond --configfile /home/ubuntu/bind_host_ytmvch/work/plugins/diamond/etc/diamond.conf bind 2434 1 0 23:02 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2488 1692 0 23:02 ? 00:00:00 /home/ubuntu/bind_host_ytmvch/env/bin/python2.7 /home/ubuntu/bind_host_ytmvch/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-qRRbbJ ubuntu 2499 2488 0 23:02 ? 00:00:00 /bin/sh -c /tmp/Q90KJ/install-etcd.sh ubuntu 2502 2499 0 23:02 ? 00:00:00 /bin/bash -e /tmp/Q90KJ/install-etcd.sh ntp 8552 1 0 23:03 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 8959 1 0 23:04 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc clearwa+ 9078 1 0 23:04 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.9:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.9 --name 192-168-120-9 --debug --initial-cluster 192-168-120-9=http://192.168.120.9:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.9:2380 --listen-peer-urls http://192.168.120.9:2380 root 9150 1 0 23:04 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9155 9150 0 23:04 ? 00:00:00 inotifywait -e create -qq . root 9218 8959 0 23:04 ? 00:00:00 [check-monit-upt] root 9222 8959 0 23:04 ? 00:00:00 [check-etcd-upti] root 9226 8959 0 23:04 ? 00:00:00 [poll_etcd_clust] root 9230 8959 0 23:04 ? 00:00:00 [poll_etcd.sh] ubuntu 9413 2502 0 23:04 ? 00:00:00 /bin/bash -e /tmp/Q90KJ/install-etcd.sh ubuntu 9414 9413 0 23:04 ? 00:00:00 /bin/bash -e /tmp/Q90KJ/install-etcd.sh root 9415 9414 0 23:04 ? 00:00:00 sudo ps -edf root 9416 9415 0 23:04 ? 00:00:00 ps -edf real 0m0.010s user 0m0.000s sys 0m0.009s 2018-09-04 23:04:23,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-09-04 23:04:23,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-09-04 23:04:23,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-09-04 23:04:23,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => init-+-acpid |-atd |-clearwater_diag---inotifywait |-cron |-dbus-daemon |-dhclient |-etcd---7*[{etcd}] |-7*[getty] |-irqbalance |-monit-+-check-etcd-upti | |-check-monit-upt | |-poll_etcd.sh | |-poll_etcd_clust | `-{monit} |-named---4*[{named}] |-ntpd |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+ | | `-6*[{python2.7}] | `-3*[{python2.7}] |-python2.7---{python2.7} |-rsyslogd---3*[{rsyslogd}] |-sshd |-systemd-logind |-systemd-udevd |-upstart-file-br |-upstart-socket- `-upstart-udev-br real 0m0.009s user 0m0.003s sys 0m0.004s 2018-09-04 23:04:23,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 192.168.120.9:53 0.0.0.0:* LISTEN 2434/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2434/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1109/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2434/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8959/monit tcp 0 0 192.168.120.9:2380 0.0.0.0:* LISTEN 9078/etcd tcp6 0 0 :::53 :::* LISTEN 2434/named tcp6 0 0 :::22 :::* LISTEN 1109/sshd tcp6 0 0 ::1:953 :::* LISTEN 2434/named tcp6 0 0 :::4000 :::* LISTEN 9078/etcd udp 0 0 192.168.120.9:123 0.0.0.0:* 8552/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8552/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8552/ntpd udp 0 0 0.0.0.0:15804 0.0.0.0:* 587/dhclient udp 0 0 192.168.120.9:53 0.0.0.0:* 2434/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2434/named udp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient udp6 0 0 fe80::f816:3eff:fe4:123 :::* 8552/ntpd udp6 0 0 ::1:123 :::* 8552/ntpd udp6 0 0 :::123 :::* 8552/ntpd udp6 0 0 :::21350 :::* 587/dhclient udp6 0 0 :::53 :::* 2434/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 8201 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11410 1653/python2.7 /tmp/cloudify-logging-server-cf219.socket unix 2 [ ACC ] STREAM LISTENING 9301 1135/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 1613 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 13923 2488/python2.7 /tmp/ctx-GyAvlv.socket unix 2 [ ACC ] STREAM LISTENING 9101 1015/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.006s user 0m0.002s sys 0m0.005s 2018-09-04 23:04:23,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/syslog /var/log/lastlog /var/log/dpkg.log /var/log/clearwater-diags-monitor.log /var/log/auth.log /var/log/dmesg.0 /var/log/alternatives.log /var/log/boot.log /var/log/cloud-init-output.log /var/log/landscape/sysinfo.log /var/log/udev /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/sysstat/sa04 /var/log/btmp /var/log/kern.log /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.007s user 0m0.000s sys 0m0.005s 2018-09-04 23:04:23,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [04-Sep-2018 23:04:05 UTC] clearwater-diags-monitor starting [04-Sep-2018 23:04:05 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2018-09-04 23:04:23,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-09-04 23:04:23,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:04:23,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-09-04 23:04:23,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-09-04 23:04:23,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/Q90KJ/install-etcd.sh 2018-09-04 23:04:23,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-09-04 23:04:03.357673244 Stopping etcd clearwater-etcd 2018-09-04 23:04:03.890852528 Restarting etcd clearwater-etcd 2018-09-04 23:04:03.895211081 Configured ETCDCTL_PEERS: 2018-09-04 23:04:03.895871067 Check for previous failed startup attempt 2018-09-04 23:04:03.896939277 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused 2018-09-04 23:04:03.905900249 etcdctl returned 2 2018-09-04 23:04:03.910556607 Creating new cluster... 2018-09-04 23:04:03.913310513 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.9:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.9 --name 192-168-120-9 --debug --initial-cluster 192-168-120-9=http://192.168.120.9:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.9:2380 --listen-peer-urls http://192.168.120.9:2380 2018-09-04 23:04:03.915931207 Check we're actually a member of the cluster 2018-09-04 23:04:03.927381534 Wait for etcd to startup 2018-09-04 23:04:04.935920175 Etcd started successfully 2018-09-04 23:04:03.934966 I | etcdmain: etcd Version: 3.1.7 2018-09-04 23:04:03.935001 I | etcdmain: Git SHA: 43b7507 2018-09-04 23:04:03.935006 I | etcdmain: Go Version: go1.7.5 2018-09-04 23:04:03.935009 I | etcdmain: Go OS/Arch: linux/amd64 2018-09-04 23:04:03.935012 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-09-04 23:04:03.935066 I | embed: listening for peers on http://192.168.120.9:2380 2018-09-04 23:04:03.935100 I | embed: listening for client requests on 0.0.0.0:4000 2018-09-04 23:04:04.025780 I | etcdserver: name = 192-168-120-9 2018-09-04 23:04:04.025798 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.9 2018-09-04 23:04:04.025803 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.9/member 2018-09-04 23:04:04.025807 I | etcdserver: heartbeat = 100ms 2018-09-04 23:04:04.025811 I | etcdserver: election = 1000ms 2018-09-04 23:04:04.025815 I | etcdserver: snapshot count = 10000 2018-09-04 23:04:04.025822 I | etcdserver: advertise client URLs = http://192.168.120.9:4000 2018-09-04 23:04:04.025833 I | etcdserver: initial advertise peer URLs = http://192.168.120.9:2380 2018-09-04 23:04:04.025841 I | etcdserver: initial cluster = 192-168-120-9=http://192.168.120.9:2380 2018-09-04 23:04:04.087944 I | etcdserver: starting member de34eed64bb76d59 in cluster 920aa385fe9ddf88 2018-09-04 23:04:04.087978 I | raft: de34eed64bb76d59 became follower at term 0 2018-09-04 23:04:04.087993 I | raft: newRaft de34eed64bb76d59 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-09-04 23:04:04.087998 I | raft: de34eed64bb76d59 became follower at term 1 2018-09-04 23:04:04.174540 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-09-04 23:04:04.175406 I | etcdserver/membership: added member de34eed64bb76d59 [http://192.168.120.9:2380] to cluster 920aa385fe9ddf88 2018-09-04 23:04:04.188202 I | raft: de34eed64bb76d59 is starting a new election at term 1 2018-09-04 23:04:04.188271 I | raft: de34eed64bb76d59 became candidate at term 2 2018-09-04 23:04:04.188286 I | raft: de34eed64bb76d59 received MsgVoteResp from de34eed64bb76d59 at term 2 2018-09-04 23:04:04.188296 I | raft: de34eed64bb76d59 became leader at term 2 2018-09-04 23:04:04.188302 I | raft: raft.node: de34eed64bb76d59 elected leader de34eed64bb76d59 at term 2 2018-09-04 23:04:04.188516 I | etcdserver: published {Name:192-168-120-9 ClientURLs:[http://192.168.120.9:4000]} to cluster 920aa385fe9ddf88 2018-09-04 23:04:04.188585 I | etcdserver: setting up the initial cluster version to 3.1 2018-09-04 23:04:04.188615 I | embed: ready to serve client requests 2018-09-04 23:04:04.188878 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-09-04 23:04:04.198445 N | etcdserver/membership: set the initial cluster version to 3.1 2018-09-04 23:04:04.198483 I | etcdserver/api: enabled capabilities for version 3.1 2018-09-04 23:04:05.100129 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.9:46546 2018-09-04 23:04:05.118143 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.9:46547 2018-09-04 23:04:05.118731 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:46548 2018-09-04 23:04:08.419732 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.9:46549 2018-09-04 23:04:08.512581 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.9:46550 2018-09-04 23:04:08.513164 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:46551 2018-09-04 23:04:18.095239 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.9/liveness-check remote:192.168.120.9:46552 real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-04 23:04:23,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 23:04:23,470 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:04:23,650 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:23,650 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:23,650 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:23,650 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:23,650 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:23,650 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:23,650 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:23,651 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:04:23,651 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:23,651 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:23 GMT 2018-09-04 23:04:23,651 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:23,651 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:04:23,651 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:28,657 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:04:29,243 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:29,244 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:29,244 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:29,244 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:29,244 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:29,244 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:29,244 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:29,244 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_puyujm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.055Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_fki4be", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_puyujm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_4ss50a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_ovatxw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_ovatxw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_puyujm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_ovatxw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.882Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:24.919Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/L1N8M/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:24.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c2cb3b98-e904-4ef7-abe4-0518019ddba8"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:25.425Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:25.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3f7b7d62-ba92-4d6c-ae6f-a23cf8029ca4"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:25.425Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/FQRT6/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:25.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "08dd35ec-b06c-42ec-a602-c5662a9cae1e"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:25.425Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/Q927B/clearwater.py", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:25.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3f7b7d62-ba92-4d6c-ae6f-a23cf8029ca4"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:25.425Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:25.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c2cb3b98-e904-4ef7-abe4-0518019ddba8"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:25.425Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/FM3WQ/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:25.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:25.425Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:25.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:25.425Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:25.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c2cb3b98-e904-4ef7-abe4-0518019ddba8"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:25.425Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:25.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "bono_4ss50a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:25.895Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:25.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_fki4be", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:25.895Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:25.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_4ss50a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:25.895Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:25.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_fki4be", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:25.895Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:25.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "9ee1009b-2bf2-466d-8644-d4dd039257a7"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mv /tmp/tmp7nh8iL /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mv /tmp/tmp0XVpD2 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c2cb3b98-e904-4ef7-abe4-0518019ddba8"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'homer-puyujm', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.12'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c2cb3b98-e904-4ef7-abe4-0518019ddba8"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'sprout-wjl3fp', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3f7b7d62-ba92-4d6c-ae6f-a23cf8029ca4"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "08dd35ec-b06c-42ec-a602-c5662a9cae1e"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'dime-fki4be', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.17'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "9ee1009b-2bf2-466d-8644-d4dd039257a7"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/6U0QK/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "The config dict: {'public_ip': u'172.30.9.213', 'etcd_ip': u'192.168.120.9', 'name': u'ellis-ovatxw', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mv /tmp/tmp_ySUHQ /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3f7b7d62-ba92-4d6c-ae6f-a23cf8029ca4"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "08dd35ec-b06c-42ec-a602-c5662a9cae1e"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "9ee1009b-2bf2-466d-8644-d4dd039257a7"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "08dd35ec-b06c-42ec-a602-c5662a9cae1e"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mv /tmp/tmpeS3Mqt /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c2cb3b98-e904-4ef7-abe4-0518019ddba8"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "The config dict: {'public_ip': u'172.30.9.205', 'etcd_ip': u'192.168.120.9', 'name': u'bono-4ss50a', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/QS4LD/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "9ee1009b-2bf2-466d-8644-d4dd039257a7"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mv /tmp/tmptbZc_K /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "08dd35ec-b06c-42ec-a602-c5662a9cae1e"}], "metadata": {"pagination": {"total": 1573, "offset": 1461, "size": 50}}} 2018-09-04 23:04:29,244 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:29,245 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:29 GMT 2018-09-04 23:04:29,245 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:29,245 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26786 2018-09-04 23:04:29,245 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:29,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 23:04:29,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 23:04:29,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 23:04:29,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:29,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 23:04:29,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 23:04:29,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-04 23:04:29,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:29,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:29,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:29,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:29,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:29,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:29,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:29,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/L1N8M/clearwater.py 2018-09-04 23:04:29,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-04 23:04:29,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/FQRT6/clearwater.py 2018-09-04 23:04:29,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/Q927B/clearwater.py 2018-09-04 23:04:29,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:04:29,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/FM3WQ/clearwater.py 2018-09-04 23:04:29,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:04:29,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-04 23:04:29,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-04 23:04:29,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:29,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:29,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:29,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:29,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-04 23:04:29,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-04 23:04:29,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp7nh8iL /etc/clearwater/local_config 2018-09-04 23:04:29,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp0XVpD2 /etc/clearwater/local_config 2018-09-04 23:04:29,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'homer-puyujm', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.12'}. 2018-09-04 23:04:29,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'sprout-wjl3fp', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}. 2018-09-04 23:04:29,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-04 23:04:29,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-04 23:04:29,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'dime-fki4be', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.17'}. 2018-09-04 23:04:29,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/6U0QK/clearwater.py 2018-09-04 23:04:29,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-04 23:04:29,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.213', 'etcd_ip': u'192.168.120.9', 'name': u'ellis-ovatxw', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}. 2018-09-04 23:04:29,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp_ySUHQ /etc/clearwater/local_config 2018-09-04 23:04:29,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:04:29,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-04 23:04:29,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:04:29,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-04 23:04:29,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-04 23:04:29,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeS3Mqt /etc/dnsmasq.resolv.conf 2018-09-04 23:04:29,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-04 23:04:29,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.205', 'etcd_ip': u'192.168.120.9', 'name': u'bono-4ss50a', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}. 2018-09-04 23:04:29,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/QS4LD/clearwater.py 2018-09-04 23:04:29,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmptbZc_K /etc/clearwater/local_config 2018-09-04 23:04:29,254 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:04:29,363 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:29,363 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:29,363 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:29,363 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:29,364 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:29,364 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:29,364 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:29,364 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:04:29,364 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:29,364 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:29 GMT 2018-09-04 23:04:29,364 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:29,364 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:04:29,364 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:34,370 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:04:34,733 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:34,733 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:34,733 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:34,734 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:34,734 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:34,734 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:34,734 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:34,734 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mv /tmp/tmpeS3Mqt /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c2cb3b98-e904-4ef7-abe4-0518019ddba8"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mv /tmp/tmp_ySUHQ /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3f7b7d62-ba92-4d6c-ae6f-a23cf8029ca4"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "08dd35ec-b06c-42ec-a602-c5662a9cae1e"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "The config dict: {'public_ip': u'172.30.9.205', 'etcd_ip': u'192.168.120.9', 'name': u'bono-4ss50a', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'sprout-wjl3fp', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3f7b7d62-ba92-4d6c-ae6f-a23cf8029ca4"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mv /tmp/tmp0XVpD2 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c2cb3b98-e904-4ef7-abe4-0518019ddba8"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "The config dict: {'public_ip': u'172.30.9.213', 'etcd_ip': u'192.168.120.9', 'name': u'ellis-ovatxw', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mv /tmp/tmp7nh8iL /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'homer-puyujm', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.12'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "c2cb3b98-e904-4ef7-abe4-0518019ddba8"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.462Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.909Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_puyujm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.909Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_puyujm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:26.909Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:26.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.503Z", "message": "[localhost] run: sudo mv /tmp/tmp2Sl25A /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3f7b7d62-ba92-4d6c-ae6f-a23cf8029ca4"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.503Z", "message": "[localhost] run: sudo mv /tmp/tmpTWCHHE /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "08dd35ec-b06c-42ec-a602-c5662a9cae1e"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.503Z", "message": "[localhost] run: sudo mv /tmp/tmp2qhCHS /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.503Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4a36120f-2b1c-479e-98ce-85dfcea4cd7b"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.503Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3f7b7d62-ba92-4d6c-ae6f-a23cf8029ca4"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.503Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "9ee1009b-2bf2-466d-8644-d4dd039257a7"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.503Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "08dd35ec-b06c-42ec-a602-c5662a9cae1e"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.503Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "9ee1009b-2bf2-466d-8644-d4dd039257a7"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.503Z", "message": "[localhost] run: sudo mv /tmp/tmp4s0V7l /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "9ee1009b-2bf2-466d-8644-d4dd039257a7"}, {"node_instance_id": "dime_fki4be", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.931Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.931Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.931Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_4ss50a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.931Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.931Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_puyujm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.931Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.931Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.931Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_puyujm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:27.931Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:27.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:28.588Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/W9WH5/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:28.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d5c2c19e-458c-4fa7-a2a1-6d3fdc19641c"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:28.588Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:28.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:28.588Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/M6U1U/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:28.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:28.588Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/J2RTE/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:28.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "baa6beac-56c9-4039-bfbb-d93372b18bd7"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:28.588Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/YJCHD/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:28.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:28.588Z", "message": "Executing: /tmp/M6U1U/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:28.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:28.588Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:28.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:28.588Z", "message": "Executing: /tmp/YJCHD/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:28.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "dime_fki4be", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:28.933Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:28.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:28.933Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:28.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_fki4be", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:28.933Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:28.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_fki4be", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:28.933Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:28.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:30.029Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:30.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:30.029Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:30.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}], "metadata": {"pagination": {"total": 1616, "offset": 1511, "size": 50}}} 2018-09-04 23:04:34,734 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:34,734 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:34 GMT 2018-09-04 23:04:34,735 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:34,735 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26936 2018-09-04 23:04:34,735 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:34,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeS3Mqt /etc/dnsmasq.resolv.conf 2018-09-04 23:04:34,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp_ySUHQ /etc/clearwater/local_config 2018-09-04 23:04:34,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-04 23:04:34,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-04 23:04:34,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.205', 'etcd_ip': u'192.168.120.9', 'name': u'bono-4ss50a', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}. 2018-09-04 23:04:34,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:04:34,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'sprout-wjl3fp', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}. 2018-09-04 23:04:34,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-04 23:04:34,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-04 23:04:34,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp0XVpD2 /etc/clearwater/local_config 2018-09-04 23:04:34,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.213', 'etcd_ip': u'192.168.120.9', 'name': u'ellis-ovatxw', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}. 2018-09-04 23:04:34,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp7nh8iL /etc/clearwater/local_config 2018-09-04 23:04:34,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-04 23:04:34,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'homer-puyujm', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.12'}. 2018-09-04 23:04:34,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-04 23:04:34,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:04:34,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 23:04:34,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:04:34,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp2Sl25A /etc/dnsmasq.resolv.conf 2018-09-04 23:04:34,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpTWCHHE /etc/dnsmasq.resolv.conf 2018-09-04 23:04:34,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp2qhCHS /etc/dnsmasq.resolv.conf 2018-09-04 23:04:34,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-04 23:04:34,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-04 23:04:34,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-04 23:04:34,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-04 23:04:34,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-04 23:04:34,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4s0V7l /etc/dnsmasq.resolv.conf 2018-09-04 23:04:34,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:04:34,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:34,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:04:34,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:04:34,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:34,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:34,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 23:04:34,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:34,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:34,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/W9WH5/append_proxy_snmp_conf.py 2018-09-04 23:04:34,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-09-04 23:04:34,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/M6U1U/install-vellum.sh 2018-09-04 23:04:34,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/J2RTE/append_proxy_snmp_conf.py 2018-09-04 23:04:34,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/YJCHD/install-homer.sh 2018-09-04 23:04:34,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/M6U1U/install-vellum.sh 2018-09-04 23:04:34,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-09-04 23:04:34,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/YJCHD/install-homer.sh 2018-09-04 23:04:34,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:34,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:34,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:34,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 23:04:34,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-09-04 23:04:34,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-09-04 23:04:34,744 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:04:34,841 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:34,842 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:34,842 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:34,842 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:34,842 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:34,842 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:34,842 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:34,842 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:04:34,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:34,843 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:34 GMT 2018-09-04 23:04:34,843 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:34,843 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:04:34,843 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:39,848 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:04:40,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:40,389 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:40,389 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:40,389 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:40,389 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:40,389 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:40,389 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:40,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:30.029Z", "message": "Executing: /tmp/0IA5K/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:30.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:30.029Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:30.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:30.029Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:30.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:30.029Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:30.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:30.029Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/0IA5K/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:30.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:30.029Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:30.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:30.074Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:30.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:30.074Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:30.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_4ss50a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.408Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.408Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_4ss50a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.408Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_ovatxw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.408Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "bono_4ss50a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.408Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.408Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.408Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.409Z", "message": "[localhost] run: sudo mv /tmp/tmpiwiD5d /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.409Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.409Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/NKGEX/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.409Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.409Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.409Z", "message": "[localhost] run: sudo mv /tmp/tmpf__8yp /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.409Z", "message": "Executing: /tmp/NKGEX/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.409Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.409Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "e284a92a-7b3b-4f09-9188-95537d6646cc"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:31.409Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:31.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:32.953Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:32.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:32.953Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/TLN4S/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:32.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:32.953Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:32.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:32.953Z", "message": "Executing: /tmp/TLN4S/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:32.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:32.953Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:32.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:32.953Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:32.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:32.953Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:32.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "ellis_ovatxw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:33.090Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:33.090Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_ovatxw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:33.951Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:33.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_ovatxw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:33.951Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:33.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:33.963Z", "message": "[ellis] ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:33.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:33.963Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/RJ28C/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:33.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:33.963Z", "message": "Executing: /tmp/RJ28C/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:33.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:33.963Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:33.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:33.963Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:33.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:34.985Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:34.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:34.985Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:34.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:34.985Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:34.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}], "metadata": {"pagination": {"total": 1619, "offset": 1561, "size": 50}}} 2018-09-04 23:04:40,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:40,390 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:40 GMT 2018-09-04 23:04:40,390 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:40,390 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22119 2018-09-04 23:04:40,390 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:40,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/0IA5K/install-dime.sh 2018-09-04 23:04:40,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-09-04 23:04:40,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-09-04 23:04:40,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-09-04 23:04:40,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/0IA5K/install-dime.sh 2018-09-04 23:04:40,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-09-04 23:04:40,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 23:04:40,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:04:40,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:40,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:40,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:40,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:04:40,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 23:04:40,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:40,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:04:40,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpiwiD5d /etc/clearwater/local_config 2018-09-04 23:04:40,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-09-04 23:04:40,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/NKGEX/install-sprout.sh 2018-09-04 23:04:40,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-09-04 23:04:40,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-04 23:04:40,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpf__8yp /etc/dnsmasq.resolv.conf 2018-09-04 23:04:40,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/NKGEX/install-sprout.sh 2018-09-04 23:04:40,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-09-04 23:04:40,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-04 23:04:40,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-09-04 23:04:40,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-09-04 23:04:40,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/TLN4S/install-bono.sh 2018-09-04 23:04:40,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-09-04 23:04:40,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/TLN4S/install-bono.sh 2018-09-04 23:04:40,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-09-04 23:04:40,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-09-04 23:04:40,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-09-04 23:04:40,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-04 23:04:40,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:04:40,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:04:40,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2018-09-04 23:04:40,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/RJ28C/install-ellis.sh 2018-09-04 23:04:40,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/RJ28C/install-ellis.sh 2018-09-04 23:04:40,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2018-09-04 23:04:40,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2018-09-04 23:04:40,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-09-04 23:04:40,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-09-04 23:04:40,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-09-04 23:04:40,398 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:04:40,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:40,757 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:40,757 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:40,757 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:40,757 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:40,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:40,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:40,758 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:04:40,758 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:40,758 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:40 GMT 2018-09-04 23:04:40,758 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:40,758 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:04:40,758 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:45,764 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:04:46,212 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:46,212 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:46,212 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:46,212 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:46,212 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:46,212 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:46,212 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:46,213 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:41.907Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-s9zmpc\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [208 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [80.0 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.7 MB in 5s (2,236 kB/s)\nReading package lists...\n\nreal\t0m8.274s\nuser\t0m4.845s\nsys\t0m0.297s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:41.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:42.310Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-g9mxc3\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:9 http://security.ubuntu.com trusty-security/universe Sources [80.0 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [208 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nGet:12 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:20 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:23 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.7 MB in 6s (2,010 kB/s)\nReading package lists...\n\nreal\t0m8.452s\nuser\t0m4.794s\nsys\t0m0.371s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:42.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:42.310Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:42.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:42.310Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:42.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:43.399Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:43.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:43.399Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:43.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:43.399Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-6ybod2\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [80.0 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [208 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.7 MB in 10s (1,192 kB/s)\nReading package lists...\n\nreal\t0m13.489s\nuser\t0m4.426s\nsys\t0m0.321s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:43.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:43.399Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:43.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:43.399Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:43.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:44.741Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:44.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:44.741Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:44.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:44.741Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-6slpfi\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [80.0 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [208 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.7 MB in 10s (1,164 kB/s)\nReading package lists...\n\nreal\t0m13.689s\nuser\t0m4.980s\nsys\t0m0.407s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:44.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:45.752Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:45.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:45.752Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-mm88je\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [80.0 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [208 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.7 MB in 10s (1,167 kB/s)\nReading package lists...\n\nreal\t0m13.411s\nuser\t0m4.776s\nsys\t0m0.469s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:45.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:45.752Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:45.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:45.752Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:45.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:45.752Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:45.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:04:45.752Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-2zg5fc\nIgn http://repo.cw-ngv.com binary/ InRelease\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [208 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nGet:11 http://security.ubuntu.com trusty-security/universe Sources [80.0 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:21 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.7 MB in 6s (2,062 kB/s)\nReading package lists...\n\nreal\t0m9.724s\nuser\t0m4.624s\nsys\t0m0.277s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:04:45.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}], "metadata": {"pagination": {"total": 1637, "offset": 1604, "size": 50}}} 2018-09-04 23:04:46,213 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:46,213 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:46 GMT 2018-09-04 23:04:46,213 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:46,213 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 38050 2018-09-04 23:04:46,213 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:46,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-s9zmpc Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [208 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [80.0 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.7 MB in 5s (2,236 kB/s) Reading package lists... real 0m8.274s user 0m4.845s sys 0m0.297s 2018-09-04 23:04:46,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-g9mxc3 Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:9 http://security.ubuntu.com trusty-security/universe Sources [80.0 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [208 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Get:12 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:20 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:23 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.7 MB in 6s (2,010 kB/s) Reading package lists... real 0m8.452s user 0m4.794s sys 0m0.371s 2018-09-04 23:04:46,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-09-04 23:04:46,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-09-04 23:04:46,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:04:46,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:04:46,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-6ybod2 Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:7 http://security.ubuntu.com trusty-security/universe Sources [80.0 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [208 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.7 MB in 10s (1,192 kB/s) Reading package lists... real 0m13.489s user 0m4.426s sys 0m0.321s 2018-09-04 23:04:46,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:04:46,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-09-04 23:04:46,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:04:46,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-09-04 23:04:46,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-6slpfi Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [80.0 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [208 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.7 MB in 10s (1,164 kB/s) Reading package lists... real 0m13.689s user 0m4.980s sys 0m0.407s 2018-09-04 23:04:46,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-09-04 23:04:46,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-mm88je Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [80.0 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [208 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.7 MB in 10s (1,167 kB/s) Reading package lists... real 0m13.411s user 0m4.776s sys 0m0.469s 2018-09-04 23:04:46,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2018-09-04 23:04:46,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:04:46,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:04:46,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-2zg5fc Ign http://repo.cw-ngv.com binary/ InRelease Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [208 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Get:11 http://security.ubuntu.com trusty-security/universe Sources [80.0 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:21 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.7 MB in 6s (2,062 kB/s) Reading package lists... real 0m9.724s user 0m4.624s sys 0m0.277s 2018-09-04 23:04:46,218 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:04:46,319 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:46,319 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:46,319 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:46,319 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:46,319 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:46,319 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:46,319 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:46,319 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:04:46,320 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:46,320 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:46 GMT 2018-09-04 23:04:46,320 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:46,320 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:04:46,320 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:51,325 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:04:51,827 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:51,827 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:51,827 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:51,827 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:51,827 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:51,827 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:51,828 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:51,828 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:04:51,828 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:51,828 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:51 GMT 2018-09-04 23:04:51,828 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:51,828 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:04:51,828 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:51,829 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:04:51,939 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:51,939 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:51,939 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:51,939 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:51,939 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:51,939 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:51,939 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:51,940 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:04:51,940 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:51,940 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:51 GMT 2018-09-04 23:04:51,940 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:51,940 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:04:51,940 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:56,945 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:04:57,445 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:57,446 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:57,446 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:57,446 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:57,446 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:57,446 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:57,446 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:57,446 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:04:57,446 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:57,447 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:57 GMT 2018-09-04 23:04:57,447 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:57,447 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:04:57,447 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:04:57,447 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:04:57,546 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:04:57,547 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:04:57,547 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:04:57,547 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:04:57,547 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:04:57,547 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:04:57,547 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:04:57,547 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:04:57,547 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:04:57,548 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:04:57 GMT 2018-09-04 23:04:57,548 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:04:57,548 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:04:57,548 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:02,553 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:05:03,052 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:03,052 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:03,053 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:03,053 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:03,053 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:03,053 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:03,053 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:03,053 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:05:03,053 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:03,053 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:03 GMT 2018-09-04 23:05:03,053 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:03,053 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:05:03,054 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:03,054 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:05:03,128 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:03,128 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:03,128 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:03,128 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:03,128 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:03,128 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:03,129 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:03,129 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:05:03,129 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:03,129 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:03 GMT 2018-09-04 23:05:03,129 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:03,129 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:05:03,129 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:08,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:05:08,223 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:08,223 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:08,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:08,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:08,224 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:08,224 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:08,224 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:08,224 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:05:08,224 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:08,224 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:08 GMT 2018-09-04 23:05:08,224 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:08,224 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:05:08,224 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:08,225 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:05:08,408 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:08,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:08,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:08,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:08,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:08,409 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:08,409 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:08,409 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:05:08,409 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:08,410 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:08 GMT 2018-09-04 23:05:08,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:08,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:05:08,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:13,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:05:13,745 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:13,745 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:13,745 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:13,745 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:13,745 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:13,745 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:13,745 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:13,746 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:05:13,746 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:13,746 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:13 GMT 2018-09-04 23:05:13,746 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:13,746 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:05:13,746 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:13,746 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:05:13,833 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:13,833 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:13,833 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:13,833 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:13,834 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:13,834 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:13,834 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:13,834 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:05:13,834 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:13,834 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:13 GMT 2018-09-04 23:05:13,834 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:13,834 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:05:13,834 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:18,840 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:05:19,058 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:19,058 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:19,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:19,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:19,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:19,059 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:19,059 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:19,059 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:05:19,059 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:19,059 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:19 GMT 2018-09-04 23:05:19,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:19,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:05:19,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:19,060 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:05:19,155 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:19,155 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:19,155 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:19,155 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:19,155 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:19,155 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:19,155 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:19,155 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:05:19,156 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:19,156 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:19 GMT 2018-09-04 23:05:19,156 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:19,156 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:05:19,156 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:24,161 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:05:24,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:24,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:24,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:24,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:24,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:24,391 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:24,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:24,391 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:05:24,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:24,391 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:24 GMT 2018-09-04 23:05:24,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:24,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:05:24,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:24,392 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:05:24,482 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:24,482 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:24,482 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:24,483 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:24,483 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:24,483 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:24,483 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:24,483 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:05:24,483 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:24,483 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:24 GMT 2018-09-04 23:05:24,483 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:24,483 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:05:24,483 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:29,489 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:05:29,968 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:29,968 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:29,968 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:29,968 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:29,968 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:29,968 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:29,969 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:29,969 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:05:29,969 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:29,969 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:29 GMT 2018-09-04 23:05:29,969 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:29,969 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:05:29,969 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:29,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:05:30,472 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:30,472 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:30,472 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:30,472 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:30,472 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:30,473 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:30,473 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:30,473 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:05:30,473 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:30,473 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:30 GMT 2018-09-04 23:05:30,473 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:30,473 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:05:30,473 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:35,479 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:05:35,731 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:35,731 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:35,731 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:35,732 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:35,732 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:35,732 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:35,732 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:35,732 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:05:35,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:35,732 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:35 GMT 2018-09-04 23:05:35,732 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:35,732 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:05:35,733 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:35,733 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:05:35,848 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:35,849 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:35,849 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:35,849 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:35,849 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:35,849 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:35,849 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:35,849 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:05:35,849 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:35,849 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:35 GMT 2018-09-04 23:05:35,850 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:35,850 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:05:35,850 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:40,853 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:05:41,227 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:41,228 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:41,228 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:41,228 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:41,228 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:41,228 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:41,228 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:41,228 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:05:41,228 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:41,228 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:41 GMT 2018-09-04 23:05:41,229 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:41,229 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:05:41,229 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:41,229 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:05:41,323 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:41,323 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:41,323 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:41,323 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:41,323 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:41,323 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:41,323 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:41,323 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:05:41,324 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:41,324 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:41 GMT 2018-09-04 23:05:41,324 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:41,324 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:05:41,324 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:46,329 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:05:46,804 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:46,804 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:46,804 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:46,804 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:46,805 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:46,805 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:46,805 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:46,805 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:05:46,805 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:46,805 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:46 GMT 2018-09-04 23:05:46,805 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:46,805 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:05:46,805 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:46,806 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:05:46,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:46,980 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:46,980 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:46,980 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:46,980 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:46,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:46,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:46,980 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:05:46,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:46,981 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:46 GMT 2018-09-04 23:05:46,981 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:46,981 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:05:46,981 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:51,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:05:52,407 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:52,407 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:52,407 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:52,407 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:52,407 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:52,408 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:52,408 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:52,408 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:05:52,408 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:52,408 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:52 GMT 2018-09-04 23:05:52,408 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:52,408 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:05:52,408 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:52,409 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:05:52,564 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:52,564 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:52,564 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:52,564 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:52,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:52,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:52,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:52,564 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:05:52,565 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:52,565 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:52 GMT 2018-09-04 23:05:52,565 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:52,565 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:05:52,565 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:57,570 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:05:57,896 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:57,897 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:57,897 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:57,897 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:57,897 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:57,897 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:57,897 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:57,897 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:05:57,897 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:57,897 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:57 GMT 2018-09-04 23:05:57,897 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:57,898 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:05:57,898 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:05:57,898 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:05:57,967 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:05:57,967 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:05:57,967 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:05:57,968 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:05:57,968 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:05:57,968 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:05:57,968 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:05:57,968 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:05:57,968 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:05:57,968 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:05:57 GMT 2018-09-04 23:05:57,968 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:05:57,968 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:05:57,968 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:02,974 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:06:03,224 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:03,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:03,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:03,225 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:03,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:03,225 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:03,225 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:03,225 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:06:03,225 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:03,225 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:03 GMT 2018-09-04 23:06:03,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:03,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:06:03,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:03,226 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:06:03,328 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:03,328 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:03,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:03,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:03,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:03,329 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:03,329 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:03,329 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:06:03,329 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:03,329 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:03 GMT 2018-09-04 23:06:03,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:03,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:06:03,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:08,335 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:06:08,492 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:08,492 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:08,493 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:08,493 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:08,493 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:08,493 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:08,493 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:08,493 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:06:08,493 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:08,493 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:08 GMT 2018-09-04 23:06:08,493 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:08,494 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:06:08,494 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:08,494 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:06:08,581 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:08,581 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:08,581 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:08,581 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:08,582 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:08,582 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:08,582 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:08,582 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:06:08,582 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:08,582 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:08 GMT 2018-09-04 23:06:08,582 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:08,582 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:06:08,582 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:13,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:06:13,676 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:13,676 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:13,677 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:13,677 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:13,677 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:13,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:13,677 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:13,677 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:06:13,677 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:13,677 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:13 GMT 2018-09-04 23:06:13,677 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:13,678 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:06:13,678 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:13,678 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:06:13,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:13,872 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:13,872 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:13,872 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:13,872 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:13,872 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:13,872 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:13,872 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:06:13,873 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:13,873 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:13 GMT 2018-09-04 23:06:13,873 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:13,873 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:06:13,873 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:18,878 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:06:18,962 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:18,962 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:18,962 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:18,962 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:18,962 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:18,962 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:18,962 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:18,963 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:06:18,963 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:18,963 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:18 GMT 2018-09-04 23:06:18,963 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:18,963 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:06:18,963 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:18,963 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:06:19,095 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:19,095 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:19,095 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:19,095 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:19,096 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:19,096 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:19,096 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:19,096 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:06:19,096 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:19,096 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:19 GMT 2018-09-04 23:06:19,096 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:19,096 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:06:19,096 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:24,102 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:06:24,282 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:24,282 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:24,282 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:24,282 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:24,283 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:24,283 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:24,283 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:24,283 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:06:24,283 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:24,283 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:24 GMT 2018-09-04 23:06:24,283 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:24,284 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:06:24,284 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:24,284 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:06:24,398 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:24,398 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:24,398 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:24,398 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:24,399 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:24,399 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:24,399 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:24,399 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:06:24,399 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:24,399 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:24 GMT 2018-09-04 23:06:24,399 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:24,399 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:06:24,399 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:29,405 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:06:29,641 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:29,641 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:29,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:29,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:29,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:29,642 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:29,642 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:29,642 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:06:29,642 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:29,642 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:29 GMT 2018-09-04 23:06:29,642 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:29,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:06:29,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:29,643 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:06:29,717 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:29,717 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:29,717 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:29,717 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:29,717 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:29,717 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:29,717 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:29,717 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:06:29,718 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:29,718 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:29 GMT 2018-09-04 23:06:29,718 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:29,718 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:06:29,718 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:34,723 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:06:34,859 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:34,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:34,860 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:34,860 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:34,860 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:34,860 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:34,860 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:34,860 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:06:34,860 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:34,860 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:34 GMT 2018-09-04 23:06:34,860 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:34,861 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:06:34,861 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:34,861 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:06:34,970 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:34,971 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:34,971 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:34,971 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:34,971 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:34,971 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:34,971 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:34,971 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:06:34,971 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:34,972 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:34 GMT 2018-09-04 23:06:34,972 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:34,972 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:06:34,972 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:39,977 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:06:40,180 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:40,180 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:40,181 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:40,181 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:40,181 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:40,181 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:40,181 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:40,181 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:06:40,181 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:40,181 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:40 GMT 2018-09-04 23:06:40,181 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:40,182 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:06:40,182 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:40,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:06:40,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:40,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:40,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:40,257 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:40,257 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:40,258 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:40,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:40,258 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:06:40,258 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:40,258 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:40 GMT 2018-09-04 23:06:40,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:40,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:06:40,258 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:45,263 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:06:45,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:45,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:45,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:45,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:45,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:45,501 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:45,501 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:45,501 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:06:45,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:45,502 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:45 GMT 2018-09-04 23:06:45,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:45,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:06:45,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:45,502 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:06:45,610 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:45,610 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:45,610 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:45,610 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:45,610 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:45,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:45,610 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:45,611 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:06:45,611 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:45,611 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:45 GMT 2018-09-04 23:06:45,611 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:45,611 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:06:45,611 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:50,616 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:06:51,050 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:51,050 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:51,051 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:51,051 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:51,051 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:51,051 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:51,051 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:51,051 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:06:51,051 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:51,051 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:51 GMT 2018-09-04 23:06:51,051 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:51,052 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:06:51,052 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:51,052 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:06:51,178 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:51,178 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:51,178 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:51,178 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:51,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:51,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:51,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:51,179 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:06:51,179 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:51,179 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:51 GMT 2018-09-04 23:06:51,179 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:51,179 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:06:51,179 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:56,185 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:06:56,328 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:56,328 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:56,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:56,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:56,329 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:56,329 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:56,329 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:56,329 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:06:56,329 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:56,329 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:56 GMT 2018-09-04 23:06:56,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:56,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:06:56,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:06:56,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:06:56,426 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:06:56,426 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:06:56,426 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:06:56,426 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:06:56,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:06:56,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:06:56,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:06:56,427 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:06:56,427 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:06:56,427 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:06:56 GMT 2018-09-04 23:06:56,427 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:06:56,427 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:06:56,427 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:01,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:07:01,621 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:01,621 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:01,622 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:01,622 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:01,622 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:01,622 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:01,622 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:01,622 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:07:01,622 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:01,622 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:01 GMT 2018-09-04 23:07:01,622 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:01,623 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:07:01,623 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:01,623 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:07:01,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:01,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:01,775 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:01,775 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:01,775 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:01,775 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:01,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:01,776 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:07:01,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:01,776 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:01 GMT 2018-09-04 23:07:01,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:01,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:07:01,776 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:06,782 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:07:06,877 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:06,877 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:06,878 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:06,878 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:06,878 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:06,878 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:06,878 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:06,878 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:07:06,878 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:06,878 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:06 GMT 2018-09-04 23:07:06,878 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:06,879 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:07:06,879 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:06,879 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:07:07,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:07,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:07,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:07,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:07,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:07,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:07,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:07,027 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:07:07,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:07,027 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:07 GMT 2018-09-04 23:07:07,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:07,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:07:07,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:12,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:07:12,145 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:12,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:12,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:12,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:12,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:12,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:12,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:12,146 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1622, "size": 50}}} 2018-09-04 23:07:12,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:12,147 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:12 GMT 2018-09-04 23:07:12,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:12,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:07:12,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:12,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:07:12,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:12,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:12,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:12,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:12,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:12,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:12,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:12,215 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:07:12,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:12,216 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:12 GMT 2018-09-04 23:07:12,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:12,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:07:12,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:17,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:07:17,369 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:17,370 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:17,370 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:17,370 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:17,370 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:17,370 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:17,370 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:17,370 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:07:15.439Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-g9mxc3\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools clearwater-snmpd isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath restund\n sprout-libs sysstat\n0 upgraded, 84 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.7 MB of archives.\nAfter this operation, 163 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 35%\rExtracting templates from packages: 71%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.7 MB in 14s (3,768 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-171215.183529_amd64.deb ...\nUnpacking bono (1.0-171215.183529) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package restund.\nPreparing to unpack .../restund_1.0-171215.183529_amd64.deb ...\nUnpacking restund (1.0-171215.183529) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8659\nSetting up restund (1.0-171215.183529) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 8715\nclearwater-socket-factory-sig start/running, process 8720\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-171215.183529) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t2m32.844s\nuser\t0m9.020s\nsys\t0m7.461s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:07:15.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:07:15.935Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:07:15.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}], "metadata": {"pagination": {"total": 1639, "offset": 1622, "size": 50}}} 2018-09-04 23:07:17,371 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:17,371 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:17 GMT 2018-09-04 23:07:17,371 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:17,371 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37673 2018-09-04 23:07:17,371 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:17,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-g9mxc3 Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools clearwater-snmpd isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath restund sprout-libs sysstat 0 upgraded, 84 newly installed, 0 to remove and 6 not upgraded. Need to get 53.7 MB of archives. After this operation, 163 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 35% Extracting templates from packages: 71% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.7 MB in 14s (3,768 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-171215.183529_amd64.deb ... Unpacking bono (1.0-171215.183529) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package restund. Preparing to unpack .../restund_1.0-171215.183529_amd64.deb ... Unpacking restund (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up sprout-libs (1.0-171215.183529) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8659 Setting up restund (1.0-171215.183529) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 8715 clearwater-socket-factory-sig start/running, process 8720 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-171215.183529) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 2m32.844s user 0m9.020s sys 0m7.461s 2018-09-04 23:07:17,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:07:17,374 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:07:17,556 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:17,557 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:17,557 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:17,557 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:17,557 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:17,557 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:17,557 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:17,557 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:07:17,557 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:17,558 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:17 GMT 2018-09-04 23:07:17,558 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:17,558 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:07:17,558 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:22,563 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:07:22,652 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:22,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:22,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:22,652 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:22,652 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:22,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:22,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:22,652 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1639, "offset": 1624, "size": 50}}} 2018-09-04 23:07:22,653 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:22,653 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:22 GMT 2018-09-04 23:07:22,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:22,653 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:07:22,653 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:22,653 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:07:22,724 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:22,725 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:22,725 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:22,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:22,725 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:22,725 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:22,725 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:22,725 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:07:22,725 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:22,726 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:22 GMT 2018-09-04 23:07:22,726 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:22,726 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:07:22,726 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:27,731 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:07:27,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:27,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:27,895 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:27,895 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:27,895 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:27,895 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:27,895 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:27,896 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1639, "offset": 1624, "size": 50}}} 2018-09-04 23:07:27,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:27,896 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:27 GMT 2018-09-04 23:07:27,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:27,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:07:27,896 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:27,896 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:07:27,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:27,982 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:27,982 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:27,982 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:27,982 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:27,982 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:27,982 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:27,982 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:07:27,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:27,982 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:27 GMT 2018-09-04 23:07:27,983 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:27,983 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:07:27,983 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:32,988 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:07:33,171 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:33,171 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:33,171 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:33,172 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:33,172 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:33,172 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:33,172 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:33,172 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1639, "offset": 1624, "size": 50}}} 2018-09-04 23:07:33,172 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:33,172 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:33 GMT 2018-09-04 23:07:33,172 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:33,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:07:33,173 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:33,173 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:07:33,262 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:33,263 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:33,263 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:33,263 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:33,263 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:33,263 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:33,263 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:33,263 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:07:33,263 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:33,264 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:33 GMT 2018-09-04 23:07:33,264 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:33,264 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:07:33,264 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:38,269 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:07:38,447 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:38,447 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:38,448 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:38,448 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:38,448 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:38,448 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:38,448 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:38,448 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1639, "offset": 1624, "size": 50}}} 2018-09-04 23:07:38,448 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:38,448 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:38 GMT 2018-09-04 23:07:38,448 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:38,448 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:07:38,448 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:38,449 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:07:38,561 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:38,561 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:38,561 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:38,561 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:38,561 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:38,561 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:38,562 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:38,562 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:07:38,562 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:38,562 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:38 GMT 2018-09-04 23:07:38,562 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:38,562 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:07:38,562 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:43,568 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:07:43,956 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:43,957 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:43,957 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:43,957 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:43,957 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:43,957 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:43,957 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:43,957 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1639, "offset": 1624, "size": 50}}} 2018-09-04 23:07:43,958 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:43,958 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:43 GMT 2018-09-04 23:07:43,958 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:43,958 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:07:43,958 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:43,958 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:07:44,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:44,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:44,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:44,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:44,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:44,031 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:44,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:44,031 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:07:44,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:44,031 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:44 GMT 2018-09-04 23:07:44,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:44,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:07:44,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:49,037 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:07:49,435 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:49,435 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:49,435 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:49,435 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:49,436 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:49,436 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:49,436 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:49,436 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1639, "offset": 1624, "size": 50}}} 2018-09-04 23:07:49,436 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:49,436 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:49 GMT 2018-09-04 23:07:49,436 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:49,436 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:07:49,436 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:49,437 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:07:49,551 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:49,551 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:49,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:49,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:49,552 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:49,552 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:49,552 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:49,552 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:07:49,552 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:49,552 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:49 GMT 2018-09-04 23:07:49,552 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:49,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:07:49,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:54,555 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:07:54,894 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:54,894 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:54,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:54,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:54,895 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:54,895 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:54,895 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:54,895 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:07:50.836Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-s9zmpc\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging\n clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg\n sprout-mmtel-as-dbg sprout-scscf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\n0 upgraded, 105 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 56.4 MB of archives.\nAfter this operation, 171 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:21 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB]\nGet:24 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:25 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 28%\rExtracting templates from packages: 57%\rExtracting templates from packages: 85%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.4 MB in 16s (3,330 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-base (1.0-171215.183529) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-scscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-icscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-bgcf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-171215.183529) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-171215.183529_amd64.deb ...\nUnpacking sprout (1.0-171215.183529) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8942\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9043\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 9061\nclearwater-socket-factory-sig start/running, process 9070\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n........................................................................................+++\n......+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up sprout-base (1.0-171215.183529) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-bgcf (1.0-171215.183529) ...\nSetting up sprout-mmtel-as (1.0-171215.183529) ...\nSetting up sprout-scscf (1.0-171215.183529) ...\nSetting up sprout-icscf (1.0-171215.183529) ...\nSetting up sprout (1.0-171215.183529) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t3m8.308s\nuser\t0m9.646s\nsys\t0m8.862s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:07:50.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:07:51.951Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:07:51.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:07:51.951Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-6ybod2\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-snmpd clearwater-secure-connections\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\n0 upgraded, 94 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 87.7 MB of archives.\nAfter this operation, 201 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 31%\rExtracting templates from packages: 63%\rExtracting templates from packages: 95%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 87.7 MB in 17s (5,082 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package homer.\nPreparing to unpack .../homer_1.0-171213.182937_amd64.deb ...\nUnpacking homer (1.0-171213.182937) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9016\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n.............................+++\n...............+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up crest (1.0-171213.182937) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homer (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homer\nCollecting crest (from homer)\nCollecting idna (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting six (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting cyclone (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting cffi>=1.7 (from cryptography->crest->homer)\nCollecting pycparser (from metaswitchcommon->crest->homer)\nCollecting pycrypto (from metaswitchcommon->crest->homer)\nCollecting monotonic (from metaswitchcommon->crest->homer)\nCollecting pyzmq (from metaswitchcommon->crest->homer)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homer\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\n/var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t3m8.326s\nuser\t0m19.383s\nsys\t0m10.411s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:07:51.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:07:51.951Z", "message": "[bono] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 4s (9,531 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57595 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m35.916s\nuser\t0m12.689s\nsys\t0m2.802s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:07:51.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:07:52.963Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:07:52.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:07:52.963Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:07:52.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}], "metadata": {"pagination": {"total": 1645, "offset": 1624, "size": 50}}} 2018-09-04 23:07:54,895 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:54,895 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:54 GMT 2018-09-04 23:07:54,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:54,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 112631 2018-09-04 23:07:54,896 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:07:54,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-s9zmpc Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 6 not upgraded. Need to get 56.4 MB of archives. After this operation, 171 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:24 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:25 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28% Extracting templates from packages: 57% Extracting templates from packages: 85% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.4 MB in 16s (3,330 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ... Unpacking sprout-base (1.0-171215.183529) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-scscf (1.0-171215.183529) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-icscf (1.0-171215.183529) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ... Unpacking sprout-bgcf (1.0-171215.183529) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ... Unpacking sprout-mmtel-as (1.0-171215.183529) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-171215.183529_amd64.deb ... Unpacking sprout (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-171215.183529) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8942 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9043 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 9061 clearwater-socket-factory-sig start/running, process 9070 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ........................................................................................+++ ......+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up sprout-base (1.0-171215.183529) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-bgcf (1.0-171215.183529) ... Setting up sprout-mmtel-as (1.0-171215.183529) ... Setting up sprout-scscf (1.0-171215.183529) ... Setting up sprout-icscf (1.0-171215.183529) ... Setting up sprout (1.0-171215.183529) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 3m8.308s user 0m9.646s sys 0m8.862s 2018-09-04 23:07:54,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:07:54,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-6ybod2 Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-snmpd clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat 0 upgraded, 94 newly installed, 0 to remove and 6 not upgraded. Need to get 87.7 MB of archives. After this operation, 201 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 31% Extracting templates from packages: 63% Extracting templates from packages: 95% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 87.7 MB in 17s (5,082 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package homer. Preparing to unpack .../homer_1.0-171213.182937_amd64.deb ... Unpacking homer (1.0-171213.182937) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9016 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key .............................+++ ...............+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homer (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homer Collecting crest (from homer) Collecting idna (from crest->homer) Collecting cryptography (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting thrift (from crest->homer) Collecting six (from crest->homer) Collecting Twisted (from crest->homer) Collecting ipaddress (from crest->homer) Collecting cyclone (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting zope.interface (from crest->homer) Collecting telephus (from crest->homer) Collecting constantly (from crest->homer) Collecting attrs (from crest->homer) Collecting prctl (from crest->homer) Collecting Automat (from crest->homer) Collecting setuptools (from crest->homer) Collecting cql (from crest->homer) Collecting lxml (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting incremental (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting enum34 (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homer Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. /var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m8.326s user 0m19.383s sys 0m10.411s 2018-09-04 23:07:54,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 4s (9,531 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57595 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m35.916s user 0m12.689s sys 0m2.802s 2018-09-04 23:07:54,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:07:54,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:07:54,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:07:55,045 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:07:55,046 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:07:55,046 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:07:55,046 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:07:55,046 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:07:55,046 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:07:55,046 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:07:55,046 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:07:55,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:07:55,047 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:07:55 GMT 2018-09-04 23:07:55,047 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:07:55,047 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:07:55,047 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:00,052 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:08:00,662 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:00,662 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:00,662 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:00,662 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:00,663 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:00,663 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:00,663 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:00,663 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1645, "offset": 1630, "size": 50}}} 2018-09-04 23:08:00,663 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:00,663 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:00 GMT 2018-09-04 23:08:00,663 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:00,663 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:08:00,663 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:00,664 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:08:01,437 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:01,437 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:01,437 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:01,437 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:01,437 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:01,438 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:01,438 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:01,438 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:08:01,438 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:01,438 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:01 GMT 2018-09-04 23:08:01,438 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:01,438 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:08:01,438 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:06,444 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:08:07,008 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:07,008 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:07,008 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:07,008 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:07,009 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:07,009 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:07,009 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:07,009 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1645, "offset": 1630, "size": 50}}} 2018-09-04 23:08:07,009 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:07,009 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:07 GMT 2018-09-04 23:08:07,009 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:07,009 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:08:07,009 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:07,010 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:08:07,099 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:07,099 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:07,099 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:07,099 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:07,099 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:07,099 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:07,099 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:07,099 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:08:07,100 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:07,100 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:07 GMT 2018-09-04 23:08:07,100 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:07,100 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:08:07,100 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:12,103 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:08:12,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:12,476 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:12,477 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:12,477 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:12,477 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:12,477 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:12,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:12,477 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:09.793Z", "message": "[bono] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n libmysqlclient18 mysql-common snmpd\nThe following NEW packages will be installed:\n clearwater-snmpd libmysqlclient18 mysql-common snmpd\n0 upgraded, 4 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 701 kB of archives.\nAfter this operation, 3,972 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nPreconfiguring packages ...\nFetched 701 kB in 1s (557 kB/s)\nSelecting previously unselected package mysql-common.\n(Reading database ... 57818 files and directories currently installed.)\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t0m17.585s\nuser\t0m0.816s\nsys\t0m0.685s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:09.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:11.003Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:11.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:11.003Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:11.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:11.003Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:11.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}], "metadata": {"pagination": {"total": 1649, "offset": 1630, "size": 50}}} 2018-09-04 23:08:12,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:12,477 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:12 GMT 2018-09-04 23:08:12,477 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:12,478 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4594 2018-09-04 23:08:12,478 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:12,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libmysqlclient18 mysql-common snmpd The following NEW packages will be installed: clearwater-snmpd libmysqlclient18 mysql-common snmpd 0 upgraded, 4 newly installed, 0 to remove and 6 not upgraded. Need to get 701 kB of archives. After this operation, 3,972 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Preconfiguring packages ... Fetched 701 kB in 1s (557 kB/s) Selecting previously unselected package mysql-common. (Reading database ... 57818 files and directories currently installed.) Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 0m17.585s user 0m0.816s sys 0m0.685s 2018-09-04 23:08:12,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-09-04 23:08:12,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-09-04 23:08:12,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-09-04 23:08:12,479 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:08:12,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:12,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:12,585 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:12,585 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:12,585 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:12,585 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:12,585 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:12,586 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:08:12,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:12,586 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:12 GMT 2018-09-04 23:08:12,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:12,586 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:08:12,586 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:17,592 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:08:18,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:18,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:18,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:18,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:18,147 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:18,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:18,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:18,147 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:12.749Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.075s\nuser\t0m0.008s\nsys\t0m0.048s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:12.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:13.217Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:84:70:0f \n inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe84:700f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:86281 errors:0 dropped:0 overruns:0 frame:0\n TX packets:59829 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131596750 (131.5 MB) TX bytes:10378999 (10.3 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:50 errors:0 dropped:0 overruns:0 frame:0\n TX packets:50 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4234 (4.2 KB) TX bytes:4234 (4.2 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:13.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:13.217Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:13.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:14.231Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:14.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:14.231Z", "message": "[bono] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9831/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1099/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8659/monit \ntcp 0 0 192.168.120.7:5058 0.0.0.0:* LISTEN 9033/bono \ntcp 0 0 192.168.120.7:5060 0.0.0.0:* LISTEN 9033/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9033/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9831/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1099/sshd \nudp 0 0 192.168.120.7:123 0.0.0.0:* 8149/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8149/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8149/ntpd \nudp 0 0 0.0.0.0:22196 0.0.0.0:* 586/dhclient \nudp 0 0 192.168.120.7:5058 0.0.0.0:* 9033/bono \nudp 0 0 192.168.120.7:5060 0.0.0.0:* 9033/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9831/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient \nudp6 0 0 fe80::f816:3eff:fe8:123 :::* 8149/ntpd \nudp6 0 0 ::1:123 :::* 8149/ntpd \nudp6 0 0 :::123 :::* 8149/ntpd \nudp6 0 0 :::48368 :::* 586/dhclient \nudp6 0 0 ::1:53 :::* 9831/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7446 394/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 20079 8730/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20955 8732/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 10767 1651/python2.7 /tmp/cloudify-logging-server-bbef2.socket\nunix 2 [ ACC ] STREAM LISTENING 9541 1129/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 12185 1859/python2.7 /tmp/ctx-v9cULa.socket\nunix 2 [ ACC ] STREAM LISTENING 6970 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9328 918/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:14.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:14.231Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:14.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:14.231Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 23:00 ? 00:00:00 /sbin/init\nroot 2 0 0 23:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 23:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 23:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 23:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 23:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 23:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 23:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 23:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 23:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 23:00 ? 00:00:00 [migration/0]\nroot 14 2 0 23:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 23:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 23:00 ? 00:00:00 [migration/1]\nroot 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 23:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 23:00 ? 00:00:00 [khelper]\nroot 21 2 0 23:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 23:00 ? 00:00:00 [netns]\nroot 23 2 0 23:00 ? 00:00:00 [writeback]\nroot 24 2 0 23:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 23:00 ? 00:00:00 [bioset]\nroot 26 2 0 23:00 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 23:00 ? 00:00:00 [kblockd]\nroot 28 2 0 23:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 23:00 ? 00:00:00 [khubd]\nroot 30 2 0 23:00 ? 00:00:00 [md]\nroot 31 2 0 23:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 23:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 23:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 23:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 23:00 ? 00:00:00 [vmstat]\nroot 37 2 0 23:00 ? 00:00:00 [ksmd]\nroot 38 2 0 23:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 23:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 23:00 ? 00:00:00 [crypto]\nroot 53 2 0 23:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 23:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 23:00 ? 00:00:00 [vballoon]\nroot 56 2 0 23:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 23:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 23:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 23:00 ? 00:00:00 [deferwq]\nroot 80 2 0 23:00 ? 00:00:00 [charger_manager]\nroot 124 2 0 23:00 ? 00:00:00 [kpsmoused]\nroot 126 2 0 23:00 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 394 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 23:00 ? 00:00:00 [kworker/u5:1]\nroot 537 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 586 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 23:00 ? 00:00:00 [kauditd]\nmessage+ 918 1 0 23:00 ? 00:00:00 dbus-daemon --system --fork\nroot 956 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 975 1 0 23:00 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1014 1 0 23:00 ? 00:00:00 rsyslogd\nroot 1050 1 0 23:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1053 1 0 23:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1057 1 0 23:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1058 1 0 23:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1060 1 0 23:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1099 1 0 23:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1104 1 0 23:00 ? 00:00:00 cron\ndaemon 1105 1 0 23:00 ? 00:00:00 atd\nroot 1117 1 0 23:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1129 1 0 23:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1198 1 0 23:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1204 1 0 23:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1554 2 0 23:01 ? 00:00:00 [kworker/0:2]\nubuntu 1651 1 0 23:01 ? 00:00:00 /home/ubuntu/bono_host_g9mxc3/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_g9mxc3 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_g9mxc3 --logging-server-logdir=/home/ubuntu/bono_host_g9mxc3/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_g9mxc3/work/bono_host_g9mxc3%I.log --pidfile=/home/ubuntu/bono_host_g9mxc3/work/bono_host_g9mxc3.pid\nubuntu 1765 1 0 23:01 ? 00:00:02 python2.7 /home/ubuntu/bono_host_g9mxc3/env/bin/diamond --configfile /home/ubuntu/bono_host_g9mxc3/work/plugins/diamond/etc/diamond.conf\nubuntu 1836 1651 0 23:04 ? 00:00:00 /home/ubuntu/bono_host_g9mxc3/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_g9mxc3 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_g9mxc3 --logging-server-logdir=/home/ubuntu/bono_host_g9mxc3/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_g9mxc3/work/bono_host_g9mxc3%I.log --pidfile=/home/ubuntu/bono_host_g9mxc3/work/bono_host_g9mxc3.pid\nubuntu 1859 1836 0 23:04 ? 00:00:00 /home/ubuntu/bono_host_g9mxc3/env/bin/python2.7 /home/ubuntu/bono_host_g9mxc3/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-j_zbfA\nubuntu 1870 1859 0 23:04 ? 00:00:00 /bin/sh -c /tmp/TLN4S/install-bono.sh\nubuntu 1872 1870 0 23:04 ? 00:00:00 /bin/bash -e /tmp/TLN4S/install-bono.sh\nroot 2171 2 0 23:05 ? 00:00:00 [kworker/u5:2]\nntp 8149 1 0 23:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8659 1 0 23:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 8715 1 0 23:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8716 8715 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8720 1 0 23:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8721 8720 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8730 8716 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8731 8721 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8732 8731 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nbono 9033 1 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.7,bono-4ss50a.clearwater.local --alias=172.30.9.205,bono-4ss50a.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-4ss50a.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid\nroot 9820 8659 0 23:08 ? 00:00:00 [check-monit-upt] \ndnsmasq 9831 1 0 23:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nroot 9892 1 0 23:08 ? 00:00:00 /usr/share/clearwater/clearwater-queue-manager/env/bin/python /usr/share/clearwater/bin/clearwater-queue-manager --local-ip=192.168.120.7 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-queue-manager --pidfile=/var/run/clearwater-queue-manager.pid --etcd-key=clearwater --node-type=bono --wait-plugin-complete=Y\nroot 9911 8659 0 23:08 ? 00:00:00 [check-queue-man] \nroot 9913 8659 0 23:08 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart\nroot 9916 9913 0 23:08 ? 00:00:00 /usr/share/clearwater/bin/issue-alarm monit 6500.3\nubuntu 9927 1872 0 23:08 ? 00:00:00 /bin/bash -e /tmp/TLN4S/install-bono.sh\nubuntu 9928 9927 0 23:08 ? 00:00:00 /bin/bash -e /tmp/TLN4S/install-bono.sh\nroot 9929 9928 0 23:08 ? 00:00:00 sudo ps -edf\nroot 9930 9929 0 23:08 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.008s\nsys\t0m0.002s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:14.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:15.244Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:15.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:15.244Z", "message": "[bono] => /var/log/syslog\n/var/log/lastlog\n/var/log/dpkg.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cloud-init-output.log\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/bono/bono_20180904T230000Z.txt\n/var/log/bono/bono_err.log\n/var/log/bono/bono_out.log\n/var/log/monit.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager/queue-manager_20180904T230000Z.txt\n/var/log/clearwater-queue-manager/queue-manager.output.log\n/var/log/sysstat/clearwater-sa04\n/var/log/btmp\n/var/log/kern.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.010s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:15.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:15.244Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:15.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:15.244Z", "message": "[bono] => 2018:09:04 23:07:12: Namespace: management\n2018:09:04 23:07:12: [management] Starting server\n2018:09:04 23:07:12: [management] Listening for requests\n2018:09:04 23:07:12: Namespace: signaling\n2018:09:04 23:07:12: [signaling] Starting server\n2018:09:04 23:07:12: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:15.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:16.257Z", "message": "[bono] => 2018-09-04 23:07:33.622166142 Stopping etcd clearwater-etcd\n2018-09-04 23:08:13.642323058 Restarting etcd clearwater-etcd\n2018-09-04 23:08:13.646770006 Configured ETCDCTL_PEERS: 192.168.120.9:4000,\n2018-09-04 23:08:13.647426031 Check for previous failed startup attempt\n2018-09-04 23:08:13.648487724 Running etcdctl member list\nde34eed64bb76d59: name=192-168-120-9 peerURLs=http://192.168.120.9:2380 clientURLs=http://192.168.120.9:4000 isLeader=true\n2018-09-04 23:08:13.663067641 etcdctl returned 0\n2018-09-04 23:08:13.668657978 Joining existing cluster...\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:16.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:16.257Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:16.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:16.257Z", "message": "[bono] => 04-09-2018 23:08:12.933 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile\n04-09-2018 23:08:12.934 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py\n04-09-2018 23:08:12.949 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py\n04-09-2018 23:08:12.950 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully\n04-09-2018 23:08:12.951 UTC INFO main.py:114 (thread MainThread): Loaded plugin \n04-09-2018 23:08:12.951 UTC INFO main.py:121 (thread MainThread): Started thread for plugin \n04-09-2018 23:08:12.953 UTC ERROR common_etcd_synchronizer.py:154 (thread Thread-3): Request to server http://192.168.120.7:4000 failed: MaxRetryError(u\"HTTPConnectionPool(host=u'192.168.120.7', port=4000): Max retries exceeded with url: /v2/keys/clearwater/site1/configuration/apply_config_bono?quorum=true (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))\",)\n04-09-2018 23:08:12.953 UTC ERROR common_etcd_synchronizer.py:360 (thread Thread-3): 192.168.120.7 caught EtcdConnectionFailed('Connection to etcd failed due to MaxRetryError(u\"HTTPConnectionPool(host=u\\'192.168.120.7\\', port=4000): Max retries exceeded with url: /v2/keys/clearwater/site1/configuration/apply_config_bono?quorum=true (Caused by NewConnectionError(\\': Failed to establish a new connection: [Errno 111] Connection refused\\',))\",)',) when trying to read with index None - pause before retry\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:16.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:16.998Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:16.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:17.591Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-2zg5fc\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl\n libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl\n libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0\n libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25\n libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl\n libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make\n manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common\n mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common\n nginx-core ntp python-chardet-whl python-colorama python-colorama-whl\n python-distlib python-distlib-whl python-html5lib python-html5lib-whl\n python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring clearwater-logging clearwater-snmpd g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl\n libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl\n lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc\n ntp-doc python-genshi python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl\n libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl\n libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0\n libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25\n libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl\n libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make\n manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common\n mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common\n nginx-core ntp python-chardet-whl python-colorama python-colorama-whl\n python-distlib python-distlib-whl python-html5lib python-html5lib-whl\n python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\n0 upgraded, 98 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 69.3 MB of archives.\nAfter this operation, 253 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,463 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3,764 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,862 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 30%\rExtracting templates from packages: 61%\rExtracting templates from packages: 91%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 69.3 MB in 19s (3,574 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libaio1_0.3.109-4_amd64.deb ...\nUnpacking libaio1:amd64 (0.3.109-4) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package libdbi-perl.\nPreparing to unpack .../libdbi-perl_1.630-1_amd64.deb ...\nUnpacking libdbi-perl (1.630-1) ...\nSelecting previously unselected package libdbd-mysql-perl.\nPreparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ...\nUnpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSelecting previously unselected package libterm-readkey-perl.\nPreparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ...\nUnpacking libterm-readkey-perl (2.31-1) ...\nSelecting previously unselected package mysql-client-core-5.5.\nPreparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-client-5.5.\nPreparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-core-5.5.\nPreparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-5.5.\n(Reading database ... 51909 files and directories currently installed.)\nPreparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package mysql-server.\nPreparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ellis.\nPreparing to unpack .../ellis_1.0-171213.182049_amd64.deb ...\nUnpacking ellis (1.0-171213.182049) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libhtml-template-perl.\nPreparing to unpack .../libhtml-template-perl_2.95-1_all.deb ...\nUnpacking libhtml-template-perl (2.95-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libaio1:amd64 (0.3.109-4) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libdbi-perl (1.630-1) ...\nSetting up libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSetting up libterm-readkey-perl (2.31-1) ...\nSetting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nmysql start/running, process 9260\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libhtml-template-perl (2.95-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up mysql-server (5.5.61-0ubuntu0.14.04.1) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 10001\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n.................................................+++\n....................................................................................................................................................+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up ellis (1.0-171213.182049) ...\nusermod: no changes\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/ellis/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting ellis\nCollecting six (from ellis)\nCollecting prctl (from ellis)\nCollecting MySQL-python (from ellis)\nCollecting metaswitchcommon (from ellis)\nCollecting phonenumbers (from ellis)\nCollecting py-bcrypt (from ellis)\nCollecting msgpack-python (from ellis)\nCollecting certifi (from ellis)\nCollecting backports-abc (from ellis)\nCollecting tornado (from ellis)\nCollecting backports.ssl-match-hostname (from ellis)\nCollecting singledispatch (from ellis)\nCollecting SQLAlchemy (from ellis)\nCollecting pycurl (from ellis)\nCollecting pycparser (from metaswitchcommon->ellis)\nCollecting cffi (from metaswitchcommon->ellis)\nCollecting pycrypto (from metaswitchcommon->ellis)\nCollecting monotonic (from metaswitchcommon->ellis)\nCollecting pyzmq (from metaswitchcommon->ellis)\nInstalling collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis\nSuccessfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t3m31.271s\nuser\t0m16.170s\nsys\t0m10.727s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:17.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:17.591Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:17.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:17.591Z", "message": "[bono] sudo cat /var/log/bono/bono_20180904T230000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:17.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:17.591Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:17.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:17.591Z", "message": "Execution done (return_code=0): /tmp/TLN4S/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:17.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "60cf6eb7-047b-438d-9143-0fdeed365292"}], "metadata": {"pagination": {"total": 1672, "offset": 1634, "size": 50}}} 2018-09-04 23:08:18,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:18,148 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:18 GMT 2018-09-04 23:08:18,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:18,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 73874 2018-09-04 23:08:18,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:18,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.075s user 0m0.008s sys 0m0.048s 2018-09-04 23:08:18,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:84:70:0f inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe84:700f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:86281 errors:0 dropped:0 overruns:0 frame:0 TX packets:59829 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131596750 (131.5 MB) TX bytes:10378999 (10.3 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:50 errors:0 dropped:0 overruns:0 frame:0 TX packets:50 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4234 (4.2 KB) TX bytes:4234 (4.2 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-04 23:08:18,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-09-04 23:08:18,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-09-04 23:08:18,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9831/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1099/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8659/monit tcp 0 0 192.168.120.7:5058 0.0.0.0:* LISTEN 9033/bono tcp 0 0 192.168.120.7:5060 0.0.0.0:* LISTEN 9033/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9033/bono tcp6 0 0 ::1:53 :::* LISTEN 9831/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1099/sshd udp 0 0 192.168.120.7:123 0.0.0.0:* 8149/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8149/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8149/ntpd udp 0 0 0.0.0.0:22196 0.0.0.0:* 586/dhclient udp 0 0 192.168.120.7:5058 0.0.0.0:* 9033/bono udp 0 0 192.168.120.7:5060 0.0.0.0:* 9033/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9831/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient udp6 0 0 fe80::f816:3eff:fe8:123 :::* 8149/ntpd udp6 0 0 ::1:123 :::* 8149/ntpd udp6 0 0 :::123 :::* 8149/ntpd udp6 0 0 :::48368 :::* 586/dhclient udp6 0 0 ::1:53 :::* 9831/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7446 394/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 20079 8730/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20955 8732/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 10767 1651/python2.7 /tmp/cloudify-logging-server-bbef2.socket unix 2 [ ACC ] STREAM LISTENING 9541 1129/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 12185 1859/python2.7 /tmp/ctx-v9cULa.socket unix 2 [ ACC ] STREAM LISTENING 6970 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9328 918/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.000s sys 0m0.007s 2018-09-04 23:08:18,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-09-04 23:08:18,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 23:00 ? 00:00:00 /sbin/init root 2 0 0 23:00 ? 00:00:00 [kthreadd] root 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0] root 5 2 0 23:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 23:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 23:00 ? 00:00:00 [rcu_sched] root 8 2 0 23:00 ? 00:00:00 [rcuos/0] root 9 2 0 23:00 ? 00:00:00 [rcuos/1] root 10 2 0 23:00 ? 00:00:00 [rcu_bh] root 11 2 0 23:00 ? 00:00:00 [rcuob/0] root 12 2 0 23:00 ? 00:00:00 [rcuob/1] root 13 2 0 23:00 ? 00:00:00 [migration/0] root 14 2 0 23:00 ? 00:00:00 [watchdog/0] root 15 2 0 23:00 ? 00:00:00 [watchdog/1] root 16 2 0 23:00 ? 00:00:00 [migration/1] root 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 23:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 23:00 ? 00:00:00 [khelper] root 21 2 0 23:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 23:00 ? 00:00:00 [netns] root 23 2 0 23:00 ? 00:00:00 [writeback] root 24 2 0 23:00 ? 00:00:00 [kintegrityd] root 25 2 0 23:00 ? 00:00:00 [bioset] root 26 2 0 23:00 ? 00:00:00 [kworker/u5:0] root 27 2 0 23:00 ? 00:00:00 [kblockd] root 28 2 0 23:00 ? 00:00:00 [ata_sff] root 29 2 0 23:00 ? 00:00:00 [khubd] root 30 2 0 23:00 ? 00:00:00 [md] root 31 2 0 23:00 ? 00:00:00 [devfreq_wq] root 32 2 0 23:00 ? 00:00:00 [kworker/0:1] root 34 2 0 23:00 ? 00:00:00 [khungtaskd] root 35 2 0 23:00 ? 00:00:00 [kswapd0] root 36 2 0 23:00 ? 00:00:00 [vmstat] root 37 2 0 23:00 ? 00:00:00 [ksmd] root 38 2 0 23:00 ? 00:00:00 [khugepaged] root 39 2 0 23:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 23:00 ? 00:00:00 [crypto] root 53 2 0 23:00 ? 00:00:00 [kthrotld] root 54 2 0 23:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 23:00 ? 00:00:00 [vballoon] root 56 2 0 23:00 ? 00:00:00 [kworker/1:1] root 57 2 0 23:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 23:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 23:00 ? 00:00:00 [deferwq] root 80 2 0 23:00 ? 00:00:00 [charger_manager] root 124 2 0 23:00 ? 00:00:00 [kpsmoused] root 126 2 0 23:00 ? 00:00:00 [kworker/1:2] root 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon root 394 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 23:00 ? 00:00:00 [kworker/u5:1] root 537 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon root 586 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 23:00 ? 00:00:00 [kauditd] message+ 918 1 0 23:00 ? 00:00:00 dbus-daemon --system --fork root 956 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-logind root 975 1 0 23:00 ? 00:00:00 upstart-file-bridge --daemon syslog 1014 1 0 23:00 ? 00:00:00 rsyslogd root 1050 1 0 23:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 23:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 23:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 23:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1060 1 0 23:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1099 1 0 23:00 ? 00:00:00 /usr/sbin/sshd -D root 1104 1 0 23:00 ? 00:00:00 cron daemon 1105 1 0 23:00 ? 00:00:00 atd root 1117 1 0 23:00 ? 00:00:00 /usr/sbin/irqbalance root 1129 1 0 23:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1198 1 0 23:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1204 1 0 23:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1554 2 0 23:01 ? 00:00:00 [kworker/0:2] ubuntu 1651 1 0 23:01 ? 00:00:00 /home/ubuntu/bono_host_g9mxc3/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_g9mxc3 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_g9mxc3 --logging-server-logdir=/home/ubuntu/bono_host_g9mxc3/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_g9mxc3/work/bono_host_g9mxc3%I.log --pidfile=/home/ubuntu/bono_host_g9mxc3/work/bono_host_g9mxc3.pid ubuntu 1765 1 0 23:01 ? 00:00:02 python2.7 /home/ubuntu/bono_host_g9mxc3/env/bin/diamond --configfile /home/ubuntu/bono_host_g9mxc3/work/plugins/diamond/etc/diamond.conf ubuntu 1836 1651 0 23:04 ? 00:00:00 /home/ubuntu/bono_host_g9mxc3/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_g9mxc3 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_g9mxc3 --logging-server-logdir=/home/ubuntu/bono_host_g9mxc3/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_g9mxc3/work/bono_host_g9mxc3%I.log --pidfile=/home/ubuntu/bono_host_g9mxc3/work/bono_host_g9mxc3.pid ubuntu 1859 1836 0 23:04 ? 00:00:00 /home/ubuntu/bono_host_g9mxc3/env/bin/python2.7 /home/ubuntu/bono_host_g9mxc3/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-j_zbfA ubuntu 1870 1859 0 23:04 ? 00:00:00 /bin/sh -c /tmp/TLN4S/install-bono.sh ubuntu 1872 1870 0 23:04 ? 00:00:00 /bin/bash -e /tmp/TLN4S/install-bono.sh root 2171 2 0 23:05 ? 00:00:00 [kworker/u5:2] ntp 8149 1 0 23:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8659 1 0 23:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8715 1 0 23:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8716 8715 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8720 1 0 23:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8721 8720 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8730 8716 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8731 8721 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8732 8731 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling bono 9033 1 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.7,bono-4ss50a.clearwater.local --alias=172.30.9.205,bono-4ss50a.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-4ss50a.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid root 9820 8659 0 23:08 ? 00:00:00 [check-monit-upt] dnsmasq 9831 1 0 23:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new root 9892 1 0 23:08 ? 00:00:00 /usr/share/clearwater/clearwater-queue-manager/env/bin/python /usr/share/clearwater/bin/clearwater-queue-manager --local-ip=192.168.120.7 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-queue-manager --pidfile=/var/run/clearwater-queue-manager.pid --etcd-key=clearwater --node-type=bono --wait-plugin-complete=Y root 9911 8659 0 23:08 ? 00:00:00 [check-queue-man] root 9913 8659 0 23:08 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart root 9916 9913 0 23:08 ? 00:00:00 /usr/share/clearwater/bin/issue-alarm monit 6500.3 ubuntu 9927 1872 0 23:08 ? 00:00:00 /bin/bash -e /tmp/TLN4S/install-bono.sh ubuntu 9928 9927 0 23:08 ? 00:00:00 /bin/bash -e /tmp/TLN4S/install-bono.sh root 9929 9928 0 23:08 ? 00:00:00 sudo ps -edf root 9930 9929 0 23:08 ? 00:00:00 ps -edf real 0m0.009s user 0m0.008s sys 0m0.002s 2018-09-04 23:08:18,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-09-04 23:08:18,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/syslog /var/log/lastlog /var/log/dpkg.log /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/alternatives.log /var/log/boot.log /var/log/cloud-init-output.log /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt/history.log /var/log/apt/term.log /var/log/bono/bono_20180904T230000Z.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log /var/log/monit.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager/queue-manager_20180904T230000Z.txt /var/log/clearwater-queue-manager/queue-manager.output.log /var/log/sysstat/clearwater-sa04 /var/log/btmp /var/log/kern.log /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.010s user 0m0.004s sys 0m0.003s 2018-09-04 23:08:18,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-09-04 23:08:18,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018:09:04 23:07:12: Namespace: management 2018:09:04 23:07:12: [management] Starting server 2018:09:04 23:07:12: [management] Listening for requests 2018:09:04 23:07:12: Namespace: signaling 2018:09:04 23:07:12: [signaling] Starting server 2018:09:04 23:07:12: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-04 23:08:18,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-09-04 23:07:33.622166142 Stopping etcd clearwater-etcd 2018-09-04 23:08:13.642323058 Restarting etcd clearwater-etcd 2018-09-04 23:08:13.646770006 Configured ETCDCTL_PEERS: 192.168.120.9:4000, 2018-09-04 23:08:13.647426031 Check for previous failed startup attempt 2018-09-04 23:08:13.648487724 Running etcdctl member list de34eed64bb76d59: name=192-168-120-9 peerURLs=http://192.168.120.9:2380 clientURLs=http://192.168.120.9:4000 isLeader=true 2018-09-04 23:08:13.663067641 etcdctl returned 0 2018-09-04 23:08:13.668657978 Joining existing cluster... real 0m0.004s user 0m0.000s sys 0m0.004s 2018-09-04 23:08:18,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-09-04 23:08:18,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 04-09-2018 23:08:12.933 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile 04-09-2018 23:08:12.934 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py 04-09-2018 23:08:12.949 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py 04-09-2018 23:08:12.950 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully 04-09-2018 23:08:12.951 UTC INFO main.py:114 (thread MainThread): Loaded plugin 04-09-2018 23:08:12.951 UTC INFO main.py:121 (thread MainThread): Started thread for plugin 04-09-2018 23:08:12.953 UTC ERROR common_etcd_synchronizer.py:154 (thread Thread-3): Request to server http://192.168.120.7:4000 failed: MaxRetryError(u"HTTPConnectionPool(host=u'192.168.120.7', port=4000): Max retries exceeded with url: /v2/keys/clearwater/site1/configuration/apply_config_bono?quorum=true (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))",) 04-09-2018 23:08:12.953 UTC ERROR common_etcd_synchronizer.py:360 (thread Thread-3): 192.168.120.7 caught EtcdConnectionFailed('Connection to etcd failed due to MaxRetryError(u"HTTPConnectionPool(host=u\'192.168.120.7\', port=4000): Max retries exceeded with url: /v2/keys/clearwater/site1/configuration/apply_config_bono?quorum=true (Caused by NewConnectionError(\': Failed to establish a new connection: [Errno 111] Connection refused\',))",)',) when trying to read with index None - pause before retry real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-04 23:08:18,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:08:18,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-2zg5fc Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring clearwater-logging clearwater-snmpd g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat 0 upgraded, 98 newly installed, 0 to remove and 6 not upgraded. Need to get 69.3 MB of archives. After this operation, 253 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,463 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3,764 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,862 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 91% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 69.3 MB in 19s (3,574 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... Unpacking libaio1:amd64 (0.3.109-4) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package libdbi-perl. Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... Unpacking libdbi-perl (1.630-1) ... Selecting previously unselected package libdbd-mysql-perl. Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... Unpacking libterm-readkey-perl (2.31-1) ... Selecting previously unselected package mysql-client-core-5.5. Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-client-5.5. Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-core-5.5. Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-5.5. (Reading database ... 51909 files and directories currently installed.) Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package mysql-server. Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package ellis. Preparing to unpack .../ellis_1.0-171213.182049_amd64.deb ... Unpacking ellis (1.0-171213.182049) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libhtml-template-perl. Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... Unpacking libhtml-template-perl (2.95-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libaio1:amd64 (0.3.109-4) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libdbi-perl (1.630-1) ... Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... Setting up libterm-readkey-perl (2.31-1) ... Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... mysql start/running, process 9260 Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libhtml-template-perl (2.95-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 10001 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key .................................................+++ ....................................................................................................................................................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up ellis (1.0-171213.182049) ... usermod: no changes Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/ellis/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting ellis Collecting six (from ellis) Collecting prctl (from ellis) Collecting MySQL-python (from ellis) Collecting metaswitchcommon (from ellis) Collecting phonenumbers (from ellis) Collecting py-bcrypt (from ellis) Collecting msgpack-python (from ellis) Collecting certifi (from ellis) Collecting backports-abc (from ellis) Collecting tornado (from ellis) Collecting backports.ssl-match-hostname (from ellis) Collecting singledispatch (from ellis) Collecting SQLAlchemy (from ellis) Collecting pycurl (from ellis) Collecting pycparser (from metaswitchcommon->ellis) Collecting cffi (from metaswitchcommon->ellis) Collecting pycrypto (from metaswitchcommon->ellis) Collecting monotonic (from metaswitchcommon->ellis) Collecting pyzmq (from metaswitchcommon->ellis) Installing collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis Successfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m31.271s user 0m16.170s sys 0m10.727s 2018-09-04 23:08:18,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:08:18,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20180904T230000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-09-04 23:08:18,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-09-04 23:08:18,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/TLN4S/install-bono.sh 2018-09-04 23:08:18,155 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:08:18,273 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:18,273 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:18,274 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:18,274 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:18,274 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:18,274 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:18,274 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:18,274 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:08:18,274 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:18,274 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:18 GMT 2018-09-04 23:08:18,274 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:18,274 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:08:18,275 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:23,280 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:08:23,624 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:23,624 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:23,624 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:23,624 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:23,624 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:23,624 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:23,624 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:23,624 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_4ss50a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:18.506Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:18.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:19.019Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:19.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:19.019Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:19.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:19.451Z", "message": "Downloaded scripts/bind/bind.py to /tmp/D3G3C/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:19.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:20.113Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:20.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:20.113Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:20.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:20.113Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:20.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:20.113Z", "message": "[localhost] run: sudo mv /tmp/tmpTRdryS /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:20.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:20.113Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:20.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:20.113Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:20.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:20.432Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:20.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:21.027Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:21.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:21.027Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:21.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:21.128Z", "message": "[localhost] run: sudo mv /tmp/tmpWMF1yR /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:21.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:21.128Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:21.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:21.128Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:21.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:21.128Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/AAW31/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:21.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "52b37b24-f687-4a81-af73-dc7a8a523d44"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:21.128Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:21.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:21.128Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:21.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:21.128Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:21.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "dcef3775-3b5c-4909-9b83-5bb91997877c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:22.154Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_j2775v/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:22.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "52b37b24-f687-4a81-af73-dc7a8a523d44"}], "metadata": {"pagination": {"total": 1693, "offset": 1654, "size": 50}}} 2018-09-04 23:08:23,625 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:23,625 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:23 GMT 2018-09-04 23:08:23,625 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:23,625 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12022 2018-09-04 23:08:23,625 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:23,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 23:08:23,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:08:23,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:08:23,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/D3G3C/bind.py 2018-09-04 23:08:23,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:08:23,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-04 23:08:23,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:08:23,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpTRdryS /etc/bind/db.clearwater.local 2018-09-04 23:08:23,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:08:23,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-04 23:08:23,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:08:23,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:08:23,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:08:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpWMF1yR /etc/bind/db.clearwater.opnfv 2018-09-04 23:08:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-04 23:08:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-04 23:08:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/AAW31/add-snmpproxy-collector.py 2018-09-04 23:08:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-04 23:08:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:08:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:08:23,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_j2775v/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-09-04 23:08:23,629 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:08:23,743 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:23,743 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:23,743 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:23,743 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:23,743 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:23,743 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:23,743 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:23,744 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:08:23,744 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:23,744 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:23 GMT 2018-09-04 23:08:23,744 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:23,744 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:08:23,744 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:28,750 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:08:29,136 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:29,137 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:29,137 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:29,137 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:29,137 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:29,137 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:29,137 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:29,137 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:25.389Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:25.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:26.754Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-mm88je\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev\n libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev\n libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1\n libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev\n libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev\n libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1\n libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 116 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 92.8 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:31 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:32 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:35 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:37 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:39 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:41 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB]\nGet:42 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 25%\rExtracting templates from packages: 51%\rExtracting templates from packages: 77%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 92.8 MB in 10s (8,834 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ...\nUnpacking ralf-libs (1.0-171215.175140) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-171215.175140_amd64.deb ...\nUnpacking ralf (1.0-171215.175140) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ...\nUnpacking homestead-libs (1.0-171215.122632) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-171215.122632_amd64.deb ...\nUnpacking homestead (1.0-171215.122632) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ...\nUnpacking homestead-prov (1.0-171213.182937) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-171215.180814_amd64.deb ...\nUnpacking dime (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-171215.175140) ...\nSetting up homestead-libs (1.0-171215.122632) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 9395\nclearwater-socket-factory-sig start/running, process 9401\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9449\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nSetting up ralf (1.0-171215.175140) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n........+++\n.....................................+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nKilled\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up crest (1.0-171213.182937) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-171215.122632) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t3m41.165s\nuser\t0m21.465s\nsys\t0m13.323s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:26.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:27.211Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:27.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}], "metadata": {"pagination": {"total": 1696, "offset": 1675, "size": 50}}} 2018-09-04 23:08:29,138 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:29,138 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:29 GMT 2018-09-04 23:08:29,138 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:29,138 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 61277 2018-09-04 23:08:29,138 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:29,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:08:29,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-mm88je Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 116 newly installed, 0 to remove and 6 not upgraded. Need to get 92.8 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:31 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:32 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:35 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:37 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:39 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:41 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:42 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25% Extracting templates from packages: 51% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 92.8 MB in 10s (8,834 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ... Unpacking ralf-libs (1.0-171215.175140) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-171215.175140_amd64.deb ... Unpacking ralf (1.0-171215.175140) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ... Unpacking homestead-libs (1.0-171215.122632) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-171215.122632_amd64.deb ... Unpacking homestead (1.0-171215.122632) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ... Unpacking homestead-prov (1.0-171213.182937) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-171215.180814_amd64.deb ... Unpacking dime (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-171215.175140) ... Setting up homestead-libs (1.0-171215.122632) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 9395 clearwater-socket-factory-sig start/running, process 9401 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9449 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Setting up ralf (1.0-171215.175140) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ........+++ .....................................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Killed Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-171215.122632) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 3m41.165s user 0m21.465s sys 0m13.323s 2018-09-04 23:08:29,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:08:29,142 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:08:29,313 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:29,313 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:29,313 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:29,313 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:29,313 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:29,313 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:29,313 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:29,313 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:08:29,314 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:29,314 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:29 GMT 2018-09-04 23:08:29,314 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:29,314 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:08:29,314 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:34,319 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:08:34,416 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:34,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:34,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:34,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:34,417 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:34,417 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:34,417 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:34,417 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:31.246Z", "message": "[homer] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (12.8 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58159 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m39.075s\nuser\t0m12.064s\nsys\t0m2.661s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:31.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:32.255Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:32.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:32.255Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:32.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:32.255Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:32.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:32.255Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:32.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:32.255Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:32.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:32.255Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:32.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:32.255Z", "message": "[sprout] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (12.7 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57898 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m40.048s\nuser\t0m12.617s\nsys\t0m2.974s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:32.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:34.100Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.051s\nuser\t0m0.007s\nsys\t0m0.045s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:34.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}], "metadata": {"pagination": {"total": 1705, "offset": 1678, "size": 50}}} 2018-09-04 23:08:34,417 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:34,418 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:34 GMT 2018-09-04 23:08:34,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:34,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 32437 2018-09-04 23:08:34,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:34,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (12.8 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58159 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m39.075s user 0m12.064s sys 0m2.661s 2018-09-04 23:08:34,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-09-04 23:08:34,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-09-04 23:08:34,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-09-04 23:08:34,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-09-04 23:08:34,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-09-04 23:08:34,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-09-04 23:08:34,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (12.7 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57898 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m40.048s user 0m12.617s sys 0m2.974s 2018-09-04 23:08:34,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.051s user 0m0.007s sys 0m0.045s 2018-09-04 23:08:34,421 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:08:34,809 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:34,809 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:34,809 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:34,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:34,810 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:34,810 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:34,810 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:34,810 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:08:34,810 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:34,810 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:34 GMT 2018-09-04 23:08:34,810 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:34,810 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:08:34,810 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:39,816 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:08:39,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:39,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:39,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:39,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:39,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:39,902 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:39,902 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:39,903 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:34.575Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:71:79:06 \n inet addr:192.168.120.12 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe71:7906/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:110950 errors:0 dropped:0 overruns:0 frame:0\n TX packets:61240 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:166565392 (166.5 MB) TX bytes:10691858 (10.6 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:64 errors:0 dropped:0 overruns:0 frame:0\n TX packets:64 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:5337 (5.3 KB) TX bytes:5337 (5.3 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:34.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:34.575Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.071s\nuser\t0m0.006s\nsys\t0m0.046s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:34.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:34.575Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:34.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:34.575Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:34.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:35.912Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:35.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:35.912Z", "message": "[homer] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9839/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1096/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9016/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9186/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9839/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1096/sshd \nudp 0 0 192.168.120.12:123 0.0.0.0:* 8499/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8499/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8499/ntpd \nudp 0 0 0.0.0.0:28853 0.0.0.0:* 652/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9839/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 652/dhclient \nudp6 0 0 fe80::f816:3eff:fe7:123 :::* 8499/ntpd \nudp6 0 0 ::1:123 :::* 8499/ntpd \nudp6 0 0 :::123 :::* 8499/ntpd \nudp6 0 0 :::60541 :::* 652/dhclient \nudp6 0 0 ::1:53 :::* 9839/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7227 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11518 1648/python2.7 /tmp/cloudify-logging-server-13570.socket\nunix 2 [ ACC ] STREAM LISTENING 11913 1855/python2.7 /tmp/ctx-gR6jOW.socket\nunix 2 [ ACC ] STREAM LISTENING 1595 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8044 898/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 9102 1127/acpid /var/run/acpid.socket\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:35.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:35.912Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:b5:1d:d8 \n inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb5:1dd8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:91895 errors:0 dropped:0 overruns:0 frame:0\n TX packets:57423 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:134036063 (134.0 MB) TX bytes:10557855 (10.5 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:16 errors:0 dropped:0 overruns:0 frame:0\n TX packets:16 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.001s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:35.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:35.912Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:35.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:35.912Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:35.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:35.912Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:35.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:35.912Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:35.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:35.912Z", "message": "[homer] => /var/log\n/var/log/syslog\n/var/log/clearwater-config-manager\n/var/log/lastlog\n/var/log/ntpstats\n/var/log/dpkg.log\n/var/log/clearwater-diags-monitor.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cloud-init-output.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/dist-upgrade\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa04\n/var/log/sysstat/sa04\n/var/log/clearwater-cluster-manager\n/var/log/btmp\n/var/log/kern.log\n/var/log/unattended-upgrades\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/upstart\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.007s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:35.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:35.912Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:35.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:35.912Z", "message": "[sprout] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9760/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9043/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9760/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1097/sshd \nudp 0 0 192.168.120.16:123 0.0.0.0:* 8454/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8454/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8454/ntpd \nudp 0 0 0.0.0.0:31902 0.0.0.0:* 570/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9760/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 570/dhclient \nudp6 0 0 fe80::f816:3eff:feb:123 :::* 8454/ntpd \nudp6 0 0 ::1:123 :::* 8454/ntpd \nudp6 0 0 :::123 :::* 8454/ntpd \nudp6 0 0 :::60430 :::* 570/dhclient \nudp6 0 0 ::1:53 :::* 9760/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 10812 1651/python2.7 /tmp/cloudify-logging-server-2062a.socket\nunix 2 [ ACC ] STREAM LISTENING 12080 1856/python2.7 /tmp/ctx-SjIT9_.socket\nunix 2 [ ACC ] STREAM LISTENING 1718 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9379 1128/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 20374 9069/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21158 9078/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 1985 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 8144 897/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:35.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:35.912Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 23:00 ? 00:00:00 /sbin/init\nroot 2 0 0 23:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 23:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 23:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 23:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 23:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 23:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 23:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 23:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 23:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 23:00 ? 00:00:00 [migration/0]\nroot 14 2 0 23:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 23:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 23:00 ? 00:00:00 [migration/1]\nroot 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 23:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 23:00 ? 00:00:00 [khelper]\nroot 21 2 0 23:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 23:00 ? 00:00:00 [netns]\nroot 23 2 0 23:00 ? 00:00:00 [writeback]\nroot 24 2 0 23:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 23:00 ? 00:00:00 [bioset]\nroot 27 2 0 23:00 ? 00:00:00 [kblockd]\nroot 28 2 0 23:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 23:00 ? 00:00:00 [khubd]\nroot 30 2 0 23:00 ? 00:00:00 [md]\nroot 31 2 0 23:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 23:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 23:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 23:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 23:00 ? 00:00:00 [vmstat]\nroot 37 2 0 23:00 ? 00:00:00 [ksmd]\nroot 38 2 0 23:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 23:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 23:00 ? 00:00:00 [crypto]\nroot 53 2 0 23:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 23:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 23:00 ? 00:00:00 [vballoon]\nroot 56 2 0 23:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 23:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 23:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 23:00 ? 00:00:00 [deferwq]\nroot 80 2 0 23:00 ? 00:00:00 [charger_manager]\nroot 124 2 0 23:00 ? 00:00:00 [kpsmoused]\nroot 142 2 0 23:00 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 23:00 ? 00:00:00 [kworker/u5:1]\nroot 436 2 0 23:00 ? 00:00:00 [kworker/u5:2]\nroot 512 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 570 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 23:00 ? 00:00:00 [kauditd]\nmessage+ 897 1 0 23:00 ? 00:00:00 dbus-daemon --system --fork\nroot 935 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 946 1 0 23:00 ? 00:00:00 upstart-file-bridge --daemon\nroot 1050 1 0 23:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1053 1 0 23:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1057 1 0 23:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1058 1 0 23:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1060 1 0 23:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1097 1 0 23:00 ? 00:00:00 /usr/sbin/sshd -D\ndaemon 1101 1 0 23:00 ? 00:00:00 atd\nroot 1102 1 0 23:00 ? 00:00:00 cron\nroot 1123 1 0 23:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1128 1 0 23:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1198 1 0 23:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1204 1 0 23:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1451 2 0 23:01 ? 00:00:00 [kworker/1:2]\nubuntu 1651 1 0 23:01 ? 00:00:00 /home/ubuntu/sprout_host_s9zmpc/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_s9zmpc --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_s9zmpc --logging-server-logdir=/home/ubuntu/sprout_host_s9zmpc/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_s9zmpc/work/sprout_host_s9zmpc%I.log --pidfile=/home/ubuntu/sprout_host_s9zmpc/work/sprout_host_s9zmpc.pid\nubuntu 1765 1 0 23:01 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_s9zmpc/env/bin/diamond --configfile /home/ubuntu/sprout_host_s9zmpc/work/plugins/diamond/etc/diamond.conf\nubuntu 1834 1651 0 23:04 ? 00:00:00 /home/ubuntu/sprout_host_s9zmpc/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_s9zmpc --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_s9zmpc --logging-server-logdir=/home/ubuntu/sprout_host_s9zmpc/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_s9zmpc/work/sprout_host_s9zmpc%I.log --pidfile=/home/ubuntu/sprout_host_s9zmpc/work/sprout_host_s9zmpc.pid\nubuntu 1856 1834 0 23:04 ? 00:00:00 /home/ubuntu/sprout_host_s9zmpc/env/bin/python2.7 /home/ubuntu/sprout_host_s9zmpc/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-QpDMa5\nubuntu 1867 1856 0 23:04 ? 00:00:00 /bin/sh -c /tmp/NKGEX/install-sprout.sh\nubuntu 1870 1867 0 23:04 ? 00:00:00 /bin/bash -e /tmp/NKGEX/install-sprout.sh\nroot 2584 2 0 23:05 ? 00:00:00 [kworker/u5:0]\nntp 8454 1 0 23:07 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8942 1 0 23:07 ? 00:00:00 rsyslogd\nroot 9043 1 0 23:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9061 1 0 23:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9062 9061 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9069 9062 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9070 1 0 23:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9071 9070 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9077 9071 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9078 9077 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\ndnsmasq 9760 1 0 23:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9824 1870 0 23:08 ? 00:00:00 /bin/bash -e /tmp/NKGEX/install-sprout.sh\nubuntu 9825 9824 0 23:08 ? 00:00:00 /bin/bash -e /tmp/NKGEX/install-sprout.sh\nroot 9826 9825 0 23:08 ? 00:00:00 sudo ps -edf\nroot 9827 9826 0 23:08 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:35.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:35.912Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 23:00 ? 00:00:00 /sbin/init\nroot 2 0 0 23:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 23:00 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 23:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 23:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 23:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 23:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 23:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 23:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 23:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 23:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 23:00 ? 00:00:00 [migration/0]\nroot 14 2 0 23:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 23:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 23:00 ? 00:00:00 [migration/1]\nroot 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 23:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 23:00 ? 00:00:00 [khelper]\nroot 21 2 0 23:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 23:00 ? 00:00:00 [netns]\nroot 23 2 0 23:00 ? 00:00:00 [writeback]\nroot 24 2 0 23:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 23:00 ? 00:00:00 [bioset]\nroot 27 2 0 23:00 ? 00:00:00 [kblockd]\nroot 28 2 0 23:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 23:00 ? 00:00:00 [khubd]\nroot 30 2 0 23:00 ? 00:00:00 [md]\nroot 31 2 0 23:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 23:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 23:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 23:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 23:00 ? 00:00:00 [vmstat]\nroot 37 2 0 23:00 ? 00:00:00 [ksmd]\nroot 38 2 0 23:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 23:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 23:00 ? 00:00:00 [crypto]\nroot 53 2 0 23:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 23:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 23:00 ? 00:00:00 [vballoon]\nroot 56 2 0 23:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 23:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 23:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 23:00 ? 00:00:00 [deferwq]\nroot 80 2 0 23:00 ? 00:00:00 [charger_manager]\nroot 125 2 0 23:00 ? 00:00:00 [kpsmoused]\nroot 146 2 0 23:00 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 23:00 ? 00:00:00 [kworker/u5:1]\nroot 436 2 0 23:00 ? 00:00:00 [kworker/u5:2]\nroot 480 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 652 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 23:00 ? 00:00:00 [kauditd]\nmessage+ 898 1 0 23:01 ? 00:00:00 dbus-daemon --system --fork\nroot 934 1 0 23:01 ? 00:00:00 /lib/systemd/systemd-logind\nroot 950 1 0 23:01 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1015 1 0 23:01 ? 00:00:00 rsyslogd\nroot 1051 1 0 23:01 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 23:01 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 23:01 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 23:01 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 23:01 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1096 1 0 23:01 ? 00:00:00 /usr/sbin/sshd -D\nroot 1102 1 0 23:01 ? 00:00:00 cron\ndaemon 1104 1 0 23:01 ? 00:00:00 atd\nroot 1117 1 0 23:01 ? 00:00:00 /usr/sbin/irqbalance\nroot 1127 1 0 23:01 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 23:01 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 23:01 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1648 1 0 23:01 ? 00:00:00 /home/ubuntu/homer_host_6ybod2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_6ybod2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_6ybod2 --logging-server-logdir=/home/ubuntu/homer_host_6ybod2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_6ybod2/work/homer_host_6ybod2%I.log --pidfile=/home/ubuntu/homer_host_6ybod2/work/homer_host_6ybod2.pid\nubuntu 1762 1 0 23:01 ? 00:00:02 python2.7 /home/ubuntu/homer_host_6ybod2/env/bin/diamond --configfile /home/ubuntu/homer_host_6ybod2/work/plugins/diamond/etc/diamond.conf\nubuntu 1835 1648 0 23:04 ? 00:00:00 /home/ubuntu/homer_host_6ybod2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_6ybod2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_6ybod2 --logging-server-logdir=/home/ubuntu/homer_host_6ybod2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_6ybod2/work/homer_host_6ybod2%I.log --pidfile=/home/ubuntu/homer_host_6ybod2/work/homer_host_6ybod2.pid\nubuntu 1855 1835 0 23:04 ? 00:00:00 /home/ubuntu/homer_host_6ybod2/env/bin/python2.7 /home/ubuntu/homer_host_6ybod2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-Vzpy_U\nubuntu 1867 1855 0 23:04 ? 00:00:00 /bin/sh -c /tmp/YJCHD/install-homer.sh\nubuntu 1868 1867 0 23:04 ? 00:00:00 /bin/bash -e /tmp/YJCHD/install-homer.sh\nroot 2956 2 0 23:06 ? 00:00:00 [kworker/u5:0]\nntp 8499 1 0 23:07 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9016 1 0 23:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9074 1 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9083 9074 0 23:07 ? 00:00:00 inotifywait -e create -qq .\nroot 9186 1 0 23:07 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9187 9186 0 23:07 ? 00:00:00 nginx: worker process\nwww-data 9188 9186 0 23:07 ? 00:00:00 nginx: worker process\nwww-data 9189 9186 0 23:07 ? 00:00:00 nginx: worker process\nwww-data 9190 9186 0 23:07 ? 00:00:00 nginx: worker process\nroot 9675 9016 0 23:08 ? 00:00:00 [nginx_ping] \nroot 9677 9016 0 23:08 ? 00:00:00 [check-nginx-upt] \nroot 9682 9016 0 23:08 ? 00:00:00 [check-monit-upt] \ndnsmasq 9839 1 0 23:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9902 1868 0 23:08 ? 00:00:00 /bin/bash -e /tmp/YJCHD/install-homer.sh\nubuntu 9903 9902 0 23:08 ? 00:00:00 /bin/bash -e /tmp/YJCHD/install-homer.sh\nroot 9904 9903 0 23:08 ? 00:00:00 sudo ps -edf\nroot 9905 9904 0 23:08 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.003s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:35.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:36.936Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:36.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:36.936Z", "message": "[sprout] => /var/log\n/var/log/syslog\n/var/log/clearwater-config-manager\n/var/log/sprout\n/var/log/sprout/sprout_20180904T230000Z.txt\n/var/log/sprout/sprout_out.log\n/var/log/sprout/sprout_err.log\n/var/log/sprout/sprout_current.txt\n/var/log/lastlog\n/var/log/ntpstats\n/var/log/dpkg.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cloud-init-output.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/dist-upgrade\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa04\n/var/log/clearwater-cluster-manager\n/var/log/btmp\n/var/log/kern.log\n/var/log/unattended-upgrades\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/upstart\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:36.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:36.936Z", "message": "[sprout] => 2018:09:04 23:07:40: Namespace: management\n2018:09:04 23:07:40: [management] Starting server\n2018:09:04 23:07:40: [management] Listening for requests\n2018:09:04 23:07:40: Namespace: signaling\n2018:09:04 23:07:40: [signaling] Starting server\n2018:09:04 23:07:40: [signaling] Listening for requests\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:36.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:36.936Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:36.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:36.936Z", "message": "[homer] => [04-Sep-2018 23:07:34 UTC] clearwater-diags-monitor starting\n[04-Sep-2018 23:07:34 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:36.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "homer_puyujm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:37.719Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:37.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:37.980Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:37.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:37.980Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:37.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:37.980Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:37.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:37.980Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:37.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:37.980Z", "message": "[sprout] => 2018-09-04 23:08:12.706791104 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.001s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:37.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:37.980Z", "message": "Execution done (return_code=0): /tmp/YJCHD/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:37.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:37.980Z", "message": "[homer] => 2018-09-04 23:08:11.510792578 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:37.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a602f426-3594-45f4-bd9d-e13e397c41e5"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:37.980Z", "message": "Execution done (return_code=0): /tmp/NKGEX/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:37.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2cfd9828-e643-4ef6-9c9f-fd79ccdb3b55"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:38.105Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:38.105Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:39.125Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:39.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "homer_puyujm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:39.125Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:39.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:39.125Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:39.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:39.125Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:39.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:39.697Z", "message": "Downloaded scripts/bind/bind.py to /tmp/5A7LI/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:39.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4771fa8d-6b6c-49b0-9007-e51fc52a73e3"}], "metadata": {"pagination": {"total": 1747, "offset": 1687, "size": 50}}} 2018-09-04 23:08:39,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:39,903 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:39 GMT 2018-09-04 23:08:39,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:39,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46188 2018-09-04 23:08:39,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:39,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:71:79:06 inet addr:192.168.120.12 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe71:7906/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:110950 errors:0 dropped:0 overruns:0 frame:0 TX packets:61240 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166565392 (166.5 MB) TX bytes:10691858 (10.6 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:64 errors:0 dropped:0 overruns:0 frame:0 TX packets:64 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:5337 (5.3 KB) TX bytes:5337 (5.3 KB) real 0m0.004s user 0m0.000s sys 0m0.004s 2018-09-04 23:08:39,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.071s user 0m0.006s sys 0m0.046s 2018-09-04 23:08:39,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-09-04 23:08:39,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-09-04 23:08:39,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-09-04 23:08:39,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9839/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1096/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9016/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9186/nginx tcp6 0 0 ::1:53 :::* LISTEN 9839/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1096/sshd udp 0 0 192.168.120.12:123 0.0.0.0:* 8499/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8499/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8499/ntpd udp 0 0 0.0.0.0:28853 0.0.0.0:* 652/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9839/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 652/dhclient udp6 0 0 fe80::f816:3eff:fe7:123 :::* 8499/ntpd udp6 0 0 ::1:123 :::* 8499/ntpd udp6 0 0 :::123 :::* 8499/ntpd udp6 0 0 :::60541 :::* 652/dhclient udp6 0 0 ::1:53 :::* 9839/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7227 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11518 1648/python2.7 /tmp/cloudify-logging-server-13570.socket unix 2 [ ACC ] STREAM LISTENING 11913 1855/python2.7 /tmp/ctx-gR6jOW.socket unix 2 [ ACC ] STREAM LISTENING 1595 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8044 898/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 9102 1127/acpid /var/run/acpid.socket real 0m0.006s user 0m0.000s sys 0m0.006s 2018-09-04 23:08:39,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:b5:1d:d8 inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:feb5:1dd8/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:91895 errors:0 dropped:0 overruns:0 frame:0 TX packets:57423 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:134036063 (134.0 MB) TX bytes:10557855 (10.5 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:16 errors:0 dropped:0 overruns:0 frame:0 TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB) real 0m0.005s user 0m0.001s sys 0m0.004s 2018-09-04 23:08:39,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-09-04 23:08:39,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-09-04 23:08:39,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-09-04 23:08:39,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-09-04 23:08:39,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/syslog /var/log/clearwater-config-manager /var/log/lastlog /var/log/ntpstats /var/log/dpkg.log /var/log/clearwater-diags-monitor.log /var/log/auth.log /var/log/dmesg.0 /var/log/alternatives.log /var/log/boot.log /var/log/cloud-init-output.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/dist-upgrade /var/log/sysstat /var/log/sysstat/clearwater-sa04 /var/log/sysstat/sa04 /var/log/clearwater-cluster-manager /var/log/btmp /var/log/kern.log /var/log/unattended-upgrades /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/upstart /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.007s user 0m0.003s sys 0m0.002s 2018-09-04 23:08:39,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-09-04 23:08:39,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9760/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9043/monit tcp6 0 0 ::1:53 :::* LISTEN 9760/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1097/sshd udp 0 0 192.168.120.16:123 0.0.0.0:* 8454/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8454/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8454/ntpd udp 0 0 0.0.0.0:31902 0.0.0.0:* 570/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9760/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 570/dhclient udp6 0 0 fe80::f816:3eff:feb:123 :::* 8454/ntpd udp6 0 0 ::1:123 :::* 8454/ntpd udp6 0 0 :::123 :::* 8454/ntpd udp6 0 0 :::60430 :::* 570/dhclient udp6 0 0 ::1:53 :::* 9760/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 10812 1651/python2.7 /tmp/cloudify-logging-server-2062a.socket unix 2 [ ACC ] STREAM LISTENING 12080 1856/python2.7 /tmp/ctx-SjIT9_.socket unix 2 [ ACC ] STREAM LISTENING 1718 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9379 1128/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 20374 9069/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21158 9078/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] SEQPACKET LISTENING 1985 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 8144 897/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.004s sys 0m0.004s 2018-09-04 23:08:39,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 23:00 ? 00:00:00 /sbin/init root 2 0 0 23:00 ? 00:00:00 [kthreadd] root 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0] root 5 2 0 23:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 23:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 23:00 ? 00:00:00 [rcu_sched] root 8 2 0 23:00 ? 00:00:00 [rcuos/0] root 9 2 0 23:00 ? 00:00:00 [rcuos/1] root 10 2 0 23:00 ? 00:00:00 [rcu_bh] root 11 2 0 23:00 ? 00:00:00 [rcuob/0] root 12 2 0 23:00 ? 00:00:00 [rcuob/1] root 13 2 0 23:00 ? 00:00:00 [migration/0] root 14 2 0 23:00 ? 00:00:00 [watchdog/0] root 15 2 0 23:00 ? 00:00:00 [watchdog/1] root 16 2 0 23:00 ? 00:00:00 [migration/1] root 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 23:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 23:00 ? 00:00:00 [khelper] root 21 2 0 23:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 23:00 ? 00:00:00 [netns] root 23 2 0 23:00 ? 00:00:00 [writeback] root 24 2 0 23:00 ? 00:00:00 [kintegrityd] root 25 2 0 23:00 ? 00:00:00 [bioset] root 27 2 0 23:00 ? 00:00:00 [kblockd] root 28 2 0 23:00 ? 00:00:00 [ata_sff] root 29 2 0 23:00 ? 00:00:00 [khubd] root 30 2 0 23:00 ? 00:00:00 [md] root 31 2 0 23:00 ? 00:00:00 [devfreq_wq] root 32 2 0 23:00 ? 00:00:00 [kworker/0:1] root 34 2 0 23:00 ? 00:00:00 [khungtaskd] root 35 2 0 23:00 ? 00:00:00 [kswapd0] root 36 2 0 23:00 ? 00:00:00 [vmstat] root 37 2 0 23:00 ? 00:00:00 [ksmd] root 38 2 0 23:00 ? 00:00:00 [khugepaged] root 39 2 0 23:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 23:00 ? 00:00:00 [crypto] root 53 2 0 23:00 ? 00:00:00 [kthrotld] root 54 2 0 23:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 23:00 ? 00:00:00 [vballoon] root 56 2 0 23:00 ? 00:00:00 [kworker/1:1] root 57 2 0 23:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 23:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 23:00 ? 00:00:00 [deferwq] root 80 2 0 23:00 ? 00:00:00 [charger_manager] root 124 2 0 23:00 ? 00:00:00 [kpsmoused] root 142 2 0 23:00 ? 00:00:00 [kworker/0:2] root 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 23:00 ? 00:00:00 [kworker/u5:1] root 436 2 0 23:00 ? 00:00:00 [kworker/u5:2] root 512 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon root 570 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 23:00 ? 00:00:00 [kauditd] message+ 897 1 0 23:00 ? 00:00:00 dbus-daemon --system --fork root 935 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-logind root 946 1 0 23:00 ? 00:00:00 upstart-file-bridge --daemon root 1050 1 0 23:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 23:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 23:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 23:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1060 1 0 23:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1097 1 0 23:00 ? 00:00:00 /usr/sbin/sshd -D daemon 1101 1 0 23:00 ? 00:00:00 atd root 1102 1 0 23:00 ? 00:00:00 cron root 1123 1 0 23:00 ? 00:00:00 /usr/sbin/irqbalance root 1128 1 0 23:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1198 1 0 23:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1204 1 0 23:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1451 2 0 23:01 ? 00:00:00 [kworker/1:2] ubuntu 1651 1 0 23:01 ? 00:00:00 /home/ubuntu/sprout_host_s9zmpc/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_s9zmpc --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_s9zmpc --logging-server-logdir=/home/ubuntu/sprout_host_s9zmpc/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_s9zmpc/work/sprout_host_s9zmpc%I.log --pidfile=/home/ubuntu/sprout_host_s9zmpc/work/sprout_host_s9zmpc.pid ubuntu 1765 1 0 23:01 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_s9zmpc/env/bin/diamond --configfile /home/ubuntu/sprout_host_s9zmpc/work/plugins/diamond/etc/diamond.conf ubuntu 1834 1651 0 23:04 ? 00:00:00 /home/ubuntu/sprout_host_s9zmpc/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_s9zmpc --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_s9zmpc --logging-server-logdir=/home/ubuntu/sprout_host_s9zmpc/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_s9zmpc/work/sprout_host_s9zmpc%I.log --pidfile=/home/ubuntu/sprout_host_s9zmpc/work/sprout_host_s9zmpc.pid ubuntu 1856 1834 0 23:04 ? 00:00:00 /home/ubuntu/sprout_host_s9zmpc/env/bin/python2.7 /home/ubuntu/sprout_host_s9zmpc/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-QpDMa5 ubuntu 1867 1856 0 23:04 ? 00:00:00 /bin/sh -c /tmp/NKGEX/install-sprout.sh ubuntu 1870 1867 0 23:04 ? 00:00:00 /bin/bash -e /tmp/NKGEX/install-sprout.sh root 2584 2 0 23:05 ? 00:00:00 [kworker/u5:0] ntp 8454 1 0 23:07 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8942 1 0 23:07 ? 00:00:00 rsyslogd root 9043 1 0 23:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9061 1 0 23:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9062 9061 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9069 9062 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9070 1 0 23:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9071 9070 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9077 9071 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9078 9077 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling dnsmasq 9760 1 0 23:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9824 1870 0 23:08 ? 00:00:00 /bin/bash -e /tmp/NKGEX/install-sprout.sh ubuntu 9825 9824 0 23:08 ? 00:00:00 /bin/bash -e /tmp/NKGEX/install-sprout.sh root 9826 9825 0 23:08 ? 00:00:00 sudo ps -edf root 9827 9826 0 23:08 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2018-09-04 23:08:39,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 23:00 ? 00:00:00 /sbin/init root 2 0 0 23:00 ? 00:00:00 [kthreadd] root 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0] root 4 2 0 23:00 ? 00:00:00 [kworker/0:0] root 5 2 0 23:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 23:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 23:00 ? 00:00:00 [rcu_sched] root 8 2 0 23:00 ? 00:00:00 [rcuos/0] root 9 2 0 23:00 ? 00:00:00 [rcuos/1] root 10 2 0 23:00 ? 00:00:00 [rcu_bh] root 11 2 0 23:00 ? 00:00:00 [rcuob/0] root 12 2 0 23:00 ? 00:00:00 [rcuob/1] root 13 2 0 23:00 ? 00:00:00 [migration/0] root 14 2 0 23:00 ? 00:00:00 [watchdog/0] root 15 2 0 23:00 ? 00:00:00 [watchdog/1] root 16 2 0 23:00 ? 00:00:00 [migration/1] root 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 23:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 23:00 ? 00:00:00 [khelper] root 21 2 0 23:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 23:00 ? 00:00:00 [netns] root 23 2 0 23:00 ? 00:00:00 [writeback] root 24 2 0 23:00 ? 00:00:00 [kintegrityd] root 25 2 0 23:00 ? 00:00:00 [bioset] root 27 2 0 23:00 ? 00:00:00 [kblockd] root 28 2 0 23:00 ? 00:00:00 [ata_sff] root 29 2 0 23:00 ? 00:00:00 [khubd] root 30 2 0 23:00 ? 00:00:00 [md] root 31 2 0 23:00 ? 00:00:00 [devfreq_wq] root 32 2 0 23:00 ? 00:00:00 [kworker/0:1] root 34 2 0 23:00 ? 00:00:00 [khungtaskd] root 35 2 0 23:00 ? 00:00:00 [kswapd0] root 36 2 0 23:00 ? 00:00:00 [vmstat] root 37 2 0 23:00 ? 00:00:00 [ksmd] root 38 2 0 23:00 ? 00:00:00 [khugepaged] root 39 2 0 23:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 23:00 ? 00:00:00 [crypto] root 53 2 0 23:00 ? 00:00:00 [kthrotld] root 54 2 0 23:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 23:00 ? 00:00:00 [vballoon] root 56 2 0 23:00 ? 00:00:00 [kworker/1:1] root 57 2 0 23:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 23:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 23:00 ? 00:00:00 [deferwq] root 80 2 0 23:00 ? 00:00:00 [charger_manager] root 125 2 0 23:00 ? 00:00:00 [kpsmoused] root 146 2 0 23:00 ? 00:00:00 [kworker/1:2] root 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 23:00 ? 00:00:00 [kworker/u5:1] root 436 2 0 23:00 ? 00:00:00 [kworker/u5:2] root 480 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon root 652 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 23:00 ? 00:00:00 [kauditd] message+ 898 1 0 23:01 ? 00:00:00 dbus-daemon --system --fork root 934 1 0 23:01 ? 00:00:00 /lib/systemd/systemd-logind root 950 1 0 23:01 ? 00:00:00 upstart-file-bridge --daemon syslog 1015 1 0 23:01 ? 00:00:00 rsyslogd root 1051 1 0 23:01 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 23:01 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 23:01 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 23:01 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 23:01 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1096 1 0 23:01 ? 00:00:00 /usr/sbin/sshd -D root 1102 1 0 23:01 ? 00:00:00 cron daemon 1104 1 0 23:01 ? 00:00:00 atd root 1117 1 0 23:01 ? 00:00:00 /usr/sbin/irqbalance root 1127 1 0 23:01 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 23:01 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 23:01 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1648 1 0 23:01 ? 00:00:00 /home/ubuntu/homer_host_6ybod2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_6ybod2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_6ybod2 --logging-server-logdir=/home/ubuntu/homer_host_6ybod2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_6ybod2/work/homer_host_6ybod2%I.log --pidfile=/home/ubuntu/homer_host_6ybod2/work/homer_host_6ybod2.pid ubuntu 1762 1 0 23:01 ? 00:00:02 python2.7 /home/ubuntu/homer_host_6ybod2/env/bin/diamond --configfile /home/ubuntu/homer_host_6ybod2/work/plugins/diamond/etc/diamond.conf ubuntu 1835 1648 0 23:04 ? 00:00:00 /home/ubuntu/homer_host_6ybod2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_6ybod2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_6ybod2 --logging-server-logdir=/home/ubuntu/homer_host_6ybod2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_6ybod2/work/homer_host_6ybod2%I.log --pidfile=/home/ubuntu/homer_host_6ybod2/work/homer_host_6ybod2.pid ubuntu 1855 1835 0 23:04 ? 00:00:00 /home/ubuntu/homer_host_6ybod2/env/bin/python2.7 /home/ubuntu/homer_host_6ybod2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-Vzpy_U ubuntu 1867 1855 0 23:04 ? 00:00:00 /bin/sh -c /tmp/YJCHD/install-homer.sh ubuntu 1868 1867 0 23:04 ? 00:00:00 /bin/bash -e /tmp/YJCHD/install-homer.sh root 2956 2 0 23:06 ? 00:00:00 [kworker/u5:0] ntp 8499 1 0 23:07 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9016 1 0 23:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9074 1 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9083 9074 0 23:07 ? 00:00:00 inotifywait -e create -qq . root 9186 1 0 23:07 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9187 9186 0 23:07 ? 00:00:00 nginx: worker process www-data 9188 9186 0 23:07 ? 00:00:00 nginx: worker process www-data 9189 9186 0 23:07 ? 00:00:00 nginx: worker process www-data 9190 9186 0 23:07 ? 00:00:00 nginx: worker process root 9675 9016 0 23:08 ? 00:00:00 [nginx_ping] root 9677 9016 0 23:08 ? 00:00:00 [check-nginx-upt] root 9682 9016 0 23:08 ? 00:00:00 [check-monit-upt] dnsmasq 9839 1 0 23:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9902 1868 0 23:08 ? 00:00:00 /bin/bash -e /tmp/YJCHD/install-homer.sh ubuntu 9903 9902 0 23:08 ? 00:00:00 /bin/bash -e /tmp/YJCHD/install-homer.sh root 9904 9903 0 23:08 ? 00:00:00 sudo ps -edf root 9905 9904 0 23:08 ? 00:00:00 ps -edf real 0m0.008s user 0m0.003s sys 0m0.005s 2018-09-04 23:08:39,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-09-04 23:08:39,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/syslog /var/log/clearwater-config-manager /var/log/sprout /var/log/sprout/sprout_20180904T230000Z.txt /var/log/sprout/sprout_out.log /var/log/sprout/sprout_err.log /var/log/sprout/sprout_current.txt /var/log/lastlog /var/log/ntpstats /var/log/dpkg.log /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/alternatives.log /var/log/boot.log /var/log/cloud-init-output.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/dist-upgrade /var/log/sysstat /var/log/sysstat/clearwater-sa04 /var/log/clearwater-cluster-manager /var/log/btmp /var/log/kern.log /var/log/unattended-upgrades /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/upstart /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.007s user 0m0.000s sys 0m0.005s 2018-09-04 23:08:39,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018:09:04 23:07:40: Namespace: management 2018:09:04 23:07:40: [management] Starting server 2018:09:04 23:07:40: [management] Listening for requests 2018:09:04 23:07:40: Namespace: signaling 2018:09:04 23:07:40: [signaling] Starting server 2018:09:04 23:07:40: [signaling] Listening for requests real 0m0.004s user 0m0.000s sys 0m0.004s 2018-09-04 23:08:39,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-09-04 23:08:39,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [04-Sep-2018 23:07:34 UTC] clearwater-diags-monitor starting [04-Sep-2018 23:07:34 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-04 23:08:39,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:08:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-09-04 23:08:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-09-04 23:08:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-09-04 23:08:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-09-04 23:08:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-09-04 23:08:12.706791104 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.003s sys 0m0.001s 2018-09-04 23:08:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/YJCHD/install-homer.sh 2018-09-04 23:08:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-09-04 23:08:11.510792578 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.004s 2018-09-04 23:08:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/NKGEX/install-sprout.sh 2018-09-04 23:08:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:08:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:08:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 23:08:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:08:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 23:08:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/5A7LI/bind.py 2018-09-04 23:08:39,911 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:08:40,005 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:40,005 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:40,005 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:40,005 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:40,005 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:40,005 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:40,006 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:40,006 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:08:40,006 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:40,006 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:40 GMT 2018-09-04 23:08:40,006 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:40,006 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:08:40,006 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:45,012 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:08:45,098 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:45,098 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:45,098 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:45,098 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:45,098 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:45,098 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:45,099 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:45,099 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:40.004Z", "message": "Downloaded scripts/bind/bind.py to /tmp/HPK3T/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:40.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2831a2e1-4e17-4b1a-b428-fde0f31499ed"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:40.133Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:40.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:40.133Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:40.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2831a2e1-4e17-4b1a-b428-fde0f31499ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2831a2e1-4e17-4b1a-b428-fde0f31499ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4771fa8d-6b6c-49b0-9007-e51fc52a73e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2831a2e1-4e17-4b1a-b428-fde0f31499ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2831a2e1-4e17-4b1a-b428-fde0f31499ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4771fa8d-6b6c-49b0-9007-e51fc52a73e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "[localhost] run: sudo mv /tmp/tmpXRQjyh /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2831a2e1-4e17-4b1a-b428-fde0f31499ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2831a2e1-4e17-4b1a-b428-fde0f31499ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4771fa8d-6b6c-49b0-9007-e51fc52a73e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4771fa8d-6b6c-49b0-9007-e51fc52a73e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "[localhost] run: sudo mv /tmp/tmpddMAPS /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4771fa8d-6b6c-49b0-9007-e51fc52a73e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2831a2e1-4e17-4b1a-b428-fde0f31499ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2831a2e1-4e17-4b1a-b428-fde0f31499ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4771fa8d-6b6c-49b0-9007-e51fc52a73e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4771fa8d-6b6c-49b0-9007-e51fc52a73e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:41.215Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:41.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4771fa8d-6b6c-49b0-9007-e51fc52a73e3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:42.080Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:42.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:42.325Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:42.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2831a2e1-4e17-4b1a-b428-fde0f31499ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:42.325Z", "message": "[localhost] run: sudo mv /tmp/tmp0KPHjG /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:42.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2831a2e1-4e17-4b1a-b428-fde0f31499ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:42.325Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:42.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4771fa8d-6b6c-49b0-9007-e51fc52a73e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:42.325Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:42.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4771fa8d-6b6c-49b0-9007-e51fc52a73e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:42.325Z", "message": "[localhost] run: sudo mv /tmp/tmpyVoUlo /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:42.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4771fa8d-6b6c-49b0-9007-e51fc52a73e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:42.325Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:42.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2831a2e1-4e17-4b1a-b428-fde0f31499ed"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:42.543Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:42.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:42.543Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:42.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:42.543Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:42.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:43.358Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/GDWZD/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:43.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "592e4b08-efd0-45d4-a7d4-107c458b3605"}], "metadata": {"pagination": {"total": 1779, "offset": 1723, "size": 50}}} 2018-09-04 23:08:45,099 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:45,099 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:45 GMT 2018-09-04 23:08:45,099 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:45,099 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17153 2018-09-04 23:08:45,099 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:45,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/HPK3T/bind.py 2018-09-04 23:08:45,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:08:45,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:08:45,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-04 23:08:45,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-04 23:08:45,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-04 23:08:45,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:08:45,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:08:45,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:08:45,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpXRQjyh /etc/bind/db.clearwater.local 2018-09-04 23:08:45,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:08:45,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:08:45,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-04 23:08:45,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpddMAPS /etc/bind/db.clearwater.local 2018-09-04 23:08:45,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:08:45,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-04 23:08:45,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:08:45,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:08:45,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-04 23:08:45,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:08:45,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-04 23:08:45,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp0KPHjG /etc/bind/db.clearwater.opnfv 2018-09-04 23:08:45,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-04 23:08:45,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-04 23:08:45,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpyVoUlo /etc/bind/db.clearwater.opnfv 2018-09-04 23:08:45,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-04 23:08:45,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:08:45,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:08:45,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:08:45,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/GDWZD/add-snmpproxy-collector.py 2018-09-04 23:08:45,105 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:08:45,169 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:45,170 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:45,170 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:45,170 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:45,170 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:45,170 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:45,170 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:45,170 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:08:45,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:45,171 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:45 GMT 2018-09-04 23:08:45,171 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:45,171 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:08:45,171 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:50,176 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:08:50,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:50,329 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:50,329 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:50,329 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:50,329 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:50,329 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:50,329 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:50,330 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1779, "offset": 1753, "size": 50}}} 2018-09-04 23:08:50,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:50,330 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:50 GMT 2018-09-04 23:08:50,330 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:50,330 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:08:50,330 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:50,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:08:50,708 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:50,709 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:50,709 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:50,709 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:50,709 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:50,709 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:50,709 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:50,709 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:08:50,709 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:50,710 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:50 GMT 2018-09-04 23:08:50,710 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:50,710 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:08:50,710 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:55,711 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:08:55,857 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:55,858 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:55,858 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:55,858 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:55,858 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:55,858 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:55,858 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:55,858 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:53.241Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:53.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:53.440Z", "message": "[ellis] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 4s (8,243 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58106 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m36.162s\nuser\t0m11.854s\nsys\t0m2.672s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:53.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:54.416Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:54.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:54.416Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:54.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:54.416Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:54.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}], "metadata": {"pagination": {"total": 1784, "offset": 1753, "size": 50}}} 2018-09-04 23:08:55,858 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:55,858 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:55 GMT 2018-09-04 23:08:55,859 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:55,859 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16454 2018-09-04 23:08:55,859 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:08:55,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:08:55,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 4s (8,243 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58106 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m36.162s user 0m11.854s sys 0m2.672s 2018-09-04 23:08:55,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-09-04 23:08:55,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-09-04 23:08:55,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-09-04 23:08:55,861 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:08:55,984 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:08:55,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:08:55,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:08:55,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:08:55,985 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:08:55,985 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:08:55,985 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:08:55,985 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:08:55,985 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:08:55,985 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:08:55 GMT 2018-09-04 23:08:55,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:08:55,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:08:55,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:00,991 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:09:01,368 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:01,368 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:01,368 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:01,368 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:01,368 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:01,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:01,368 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:01,369 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:56.294Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.058s\nuser\t0m0.002s\nsys\t0m0.055s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:56.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:57.358Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:57.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:57.358Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:57.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:57.358Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:5e:5c:c6 \n inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:5cc6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96332 errors:0 dropped:0 overruns:0 frame:0\n TX packets:55830 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147308948 (147.3 MB) TX bytes:10650552 (10.6 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:278 errors:0 dropped:0 overruns:0 frame:0\n TX packets:278 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:25451 (25.4 KB) TX bytes:25451 (25.4 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:57.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:57.358Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:57.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:57.358Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 23:00 ? 00:00:00 /sbin/init\nroot 2 0 0 23:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 23:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 23:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 23:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 23:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 23:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 23:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 23:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 23:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 23:00 ? 00:00:00 [migration/0]\nroot 14 2 0 23:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 23:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 23:00 ? 00:00:00 [migration/1]\nroot 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 23:00 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 23:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 23:00 ? 00:00:00 [khelper]\nroot 21 2 0 23:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 23:00 ? 00:00:00 [netns]\nroot 23 2 0 23:00 ? 00:00:00 [writeback]\nroot 24 2 0 23:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 23:00 ? 00:00:00 [bioset]\nroot 27 2 0 23:00 ? 00:00:00 [kblockd]\nroot 28 2 0 23:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 23:00 ? 00:00:00 [khubd]\nroot 30 2 0 23:00 ? 00:00:00 [md]\nroot 31 2 0 23:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 23:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 23:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 23:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 23:00 ? 00:00:00 [vmstat]\nroot 37 2 0 23:00 ? 00:00:00 [ksmd]\nroot 38 2 0 23:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 23:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 23:00 ? 00:00:00 [crypto]\nroot 53 2 0 23:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 23:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 23:00 ? 00:00:00 [vballoon]\nroot 56 2 0 23:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 23:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 23:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 23:00 ? 00:00:00 [deferwq]\nroot 80 2 0 23:00 ? 00:00:00 [charger_manager]\nroot 124 2 0 23:00 ? 00:00:00 [kpsmoused]\nroot 125 2 0 23:00 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 435 2 0 23:00 ? 00:00:00 [kworker/u5:1]\nroot 436 2 0 23:00 ? 00:00:00 [kworker/u5:2]\nroot 485 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 567 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 23:00 ? 00:00:00 [kauditd]\nmessage+ 907 1 0 23:00 ? 00:00:00 dbus-daemon --system --fork\nroot 935 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 949 1 0 23:00 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1014 1 0 23:00 ? 00:00:00 rsyslogd\nroot 1050 1 0 23:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1053 1 0 23:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1057 1 0 23:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1058 1 0 23:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1060 1 0 23:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1103 1 0 23:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1107 1 0 23:00 ? 00:00:00 cron\ndaemon 1109 1 0 23:00 ? 00:00:00 atd\nroot 1113 1 0 23:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1131 1 0 23:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1198 1 0 23:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1204 1 0 23:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1650 1 0 23:01 ? 00:00:00 /home/ubuntu/ellis_host_2zg5fc/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_2zg5fc --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_2zg5fc --logging-server-logdir=/home/ubuntu/ellis_host_2zg5fc/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_2zg5fc/work/ellis_host_2zg5fc%I.log --pidfile=/home/ubuntu/ellis_host_2zg5fc/work/ellis_host_2zg5fc.pid\nubuntu 1764 1 0 23:01 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_2zg5fc/env/bin/diamond --configfile /home/ubuntu/ellis_host_2zg5fc/work/plugins/diamond/etc/diamond.conf\nubuntu 1838 1650 0 23:04 ? 00:00:00 /home/ubuntu/ellis_host_2zg5fc/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_2zg5fc --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_2zg5fc --logging-server-logdir=/home/ubuntu/ellis_host_2zg5fc/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_2zg5fc/work/ellis_host_2zg5fc%I.log --pidfile=/home/ubuntu/ellis_host_2zg5fc/work/ellis_host_2zg5fc.pid\nubuntu 1861 1838 0 23:04 ? 00:00:00 /home/ubuntu/ellis_host_2zg5fc/env/bin/python2.7 /home/ubuntu/ellis_host_2zg5fc/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-XY8ctz\nubuntu 1872 1861 0 23:04 ? 00:00:00 /bin/sh -c /tmp/RJ28C/install-ellis.sh\nubuntu 1874 1872 0 23:04 ? 00:00:00 /bin/bash -e /tmp/RJ28C/install-ellis.sh\nroot 3411 2 0 23:06 ? 00:00:00 [kworker/u5:0]\nmysql 9260 1 0 23:07 ? 00:00:00 /usr/sbin/mysqld\nntp 9410 1 0 23:07 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 10001 1 0 23:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10094 1 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10098 10094 0 23:07 ? 00:00:00 inotifywait -e create -qq .\nroot 10165 1 0 23:08 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10166 10165 0 23:08 ? 00:00:00 nginx: worker process\nwww-data 10167 10165 0 23:08 ? 00:00:00 nginx: worker process\nwww-data 10168 10165 0 23:08 ? 00:00:00 nginx: worker process\nwww-data 10169 10165 0 23:08 ? 00:00:00 nginx: worker process\nellis 10387 1 0 23:08 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nclearwa+ 10842 1 1 23:08 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-9=http://192.168.120.9:2380,192-168-120-7=http://192.168.120.7:2380,192-168-120-10=http://192.168.120.10:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380\nroot 10915 10001 0 23:08 ? 00:00:00 [nginx_ping] \nroot 10917 10001 0 23:08 ? 00:00:00 [check-nginx-upt] \nroot 10919 10001 0 23:08 ? 00:00:00 [check-monit-upt] \nroot 10923 10001 0 23:08 ? 00:00:00 [poll_ellis.sh] \nroot 10927 10001 0 23:08 ? 00:00:00 [poll_ellis_http] \nroot 10964 1 0 23:08 ? 00:00:00 /usr/share/clearwater/clearwater-queue-manager/env/bin/python /usr/share/clearwater/bin/clearwater-queue-manager --local-ip=192.168.120.10 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-queue-manager --pidfile=/var/run/clearwater-queue-manager.pid --etcd-key=clearwater --node-type=ellis --wait-plugin-complete=Y\nroot 10977 10001 0 23:08 ? 00:00:00 [check-queue-man] \nroot 10978 10001 0 23:08 ? 00:00:00 [check-etcd-upti] \nroot 10981 10001 0 23:08 ? 00:00:00 [poll_etcd_clust] \nroot 10984 10001 0 23:08 ? 00:00:00 [poll_etcd.sh] \nroot 11011 1 0 23:08 ? 00:00:00 /usr/share/clearwater/clearwater-config-manager/env/bin/python /usr/share/clearwater/bin/clearwater-config-manager --local-ip=192.168.120.10 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-config-manager --pidfile=/var/run/clearwater-config-manager.pid --etcd-key=clearwater\nroot 11060 1 0 23:08 ? 00:00:00 /usr/share/clearwater/clearwater-cluster-manager/env/bin/python /usr/share/clearwater/bin/clearwater-cluster-manager --mgmt-local-ip=192.168.120.10 --sig-local-ip=192.168.120.10 --local-site=site1 --remote-site= --remote-cassandra-seeds= --signaling-namespace= --uuid=5da0d2b0-17b9-4186-8789-93e2dd31bbd0 --etcd-key=clearwater --etcd-cluster-key=ellis --cluster-manager-enabled=Y --log-level=3 --log-directory=/var/log/clearwater-cluster-manager --pidfile=/var/run/clearwater-cluster-manager.pid\ndnsmasq 11137 1 0 23:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 11200 1874 0 23:08 ? 00:00:00 /bin/bash -e /tmp/RJ28C/install-ellis.sh\nubuntu 11201 11200 0 23:08 ? 00:00:00 /bin/bash -e /tmp/RJ28C/install-ellis.sh\nroot 11202 11201 0 23:08 ? 00:00:00 sudo ps -edf\nroot 11203 11202 0 23:08 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.003s\nsys\t0m0.005s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:57.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:58.431Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:58.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:58.431Z", "message": "[ellis] => [04-Sep-2018 23:07:57 UTC] clearwater-diags-monitor starting\n[04-Sep-2018 23:07:57 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:58.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:58.431Z", "message": "[ellis] => /var/log\n/var/log/syslog\n/var/log/clearwater-config-manager\n/var/log/clearwater-config-manager/config-manager.output.log\n/var/log/clearwater-config-manager/config-manager_20180904T230000Z.txt\n/var/log/lastlog\n/var/log/ntpstats\n/var/log/dpkg.log\n/var/log/clearwater-diags-monitor.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cloud-init-output.log\n/var/log/mysql.err\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/clearwater-queue-manager/queue-manager_20180904T230000Z.txt\n/var/log/clearwater-queue-manager/queue_operation.log\n/var/log/clearwater-queue-manager/queue-manager.output.log\n/var/log/mysql\n/var/log/mysql/error.log\n/var/log/dist-upgrade\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa04\n/var/log/sysstat/sa04\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-cluster-manager/cluster-manager.output.log\n/var/log/clearwater-cluster-manager/cluster-manager_20180904T230000Z.txt\n/var/log/btmp\n/var/log/kern.log\n/var/log/unattended-upgrades\n/var/log/mysql.log\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/ellis\n/var/log/upstart\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/mysql.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.007s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:58.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:58.431Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:58.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:58.431Z", "message": "[ellis] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 11137/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1103/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10001/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10165/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9260/mysqld \ntcp 0 0 192.168.120.10:2380 0.0.0.0:* LISTEN 10842/etcd \ntcp6 0 0 ::1:53 :::* LISTEN 11137/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1103/sshd \ntcp6 0 0 :::4000 :::* LISTEN 10842/etcd \nudp 0 0 192.168.120.10:123 0.0.0.0:* 9410/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9410/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9410/ntpd \nudp 0 0 0.0.0.0:20218 0.0.0.0:* 567/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 11137/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 567/dhclient \nudp6 0 0 fe80::f816:3eff:fe5:123 :::* 9410/ntpd \nudp6 0 0 ::1:123 :::* 9410/ntpd \nudp6 0 0 :::123 :::* 9410/ntpd \nudp6 0 0 :::39204 :::* 567/dhclient \nudp6 0 0 ::1:53 :::* 11137/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9495 1131/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7450 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9251 907/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 21051 9260/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] STREAM LISTENING 11703 1650/python2.7 /tmp/cloudify-logging-server-df890.socket\nunix 2 [ ACC ] STREAM LISTENING 12070 1861/python2.7 /tmp/ctx-8h1ApR.socket\nunix 2 [ ACC ] STREAM LISTENING 7016 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 23766 10387/python /tmp/.ellis-sock\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:58.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:59.456Z", "message": "[ellis] => 04-09-2018 23:08:53.555 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-config-manager.pid.lockfile\n04-09-2018 23:08:53.556 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting shared_config_plugin.py\n04-09-2018 23:08:53.557 UTC INFO plugin_loader.py:34 (thread MainThread): Loading shared_config_plugin.py\n04-09-2018 23:08:53.557 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded shared_config_plugin.py successfully\n04-09-2018 23:08:53.557 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting dns_json_plugin.py\n04-09-2018 23:08:53.558 UTC INFO plugin_loader.py:34 (thread MainThread): Loading dns_json_plugin.py\n04-09-2018 23:08:53.558 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded dns_json_plugin.py successfully\n04-09-2018 23:08:53.569 UTC INFO alarms.py:312 (thread MainThread): Imported /usr/share/clearwater/bin/alarms.py\n04-09-2018 23:08:55.673 UTC INFO main.py:113 (thread MainThread): Loaded plugin \n04-09-2018 23:08:55.673 UTC INFO main.py:113 (thread MainThread): Loaded plugin \n04-09-2018 23:08:55.674 UTC INFO main.py:120 (thread MainThread): Started thread for plugin \n04-09-2018 23:08:55.675 UTC INFO main.py:120 (thread MainThread): Started thread for plugin \n04-09-2018 23:08:55.806 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value {\n \"hostnames\": [\n ]\n} from etcd, comparing to last value None\n04-09-2018 23:08:55.807 UTC INFO etcd_synchronizer.py:40 (thread DNSJSONPlugin): Got new config value from etcd - filename /etc/clearwater/dns.json, file size 24, MD5 hash b34e5b6d718cca35ce2d8841cea01ad6\n04-09-2018 23:08:55.807 UTC INFO dns_json_plugin.py:45 (thread DNSJSONPlugin): Updating DNS configuration file\n04-09-2018 23:08:55.923 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.9:7253\nhs_hostname=hs.clearwater.local:8888\nhs_provisioning_hostname=hs-prov.clearwater.local:8889\nsprout_impi_store=vellum.clearwater.local\nsprout_registration_store=vellum.clearwater.local\ncassandra_hostname=vellum.clearwater.local\nchronos_hostname=vellum.clearwater.local\nralf_session_store=vellum.clearwater.local\nralf_hostname=dime.clearwater.local:10888\nxdms_hostname=homer.clearwater.local:7888\nsignaling_dns_server=192.168.120.9\n\n\n\n# Email server configuration\nsmtp_smarthost=localhost\nsmtp_username=username\nsmtp_password=password\nemail_recovery_sender=clearwater@example.org\n\n# Keys\nsignup_key=secret\nturn_workaround=secret\nellis_api_key=secret\nellis_cookie_key=secret\n\nhomestead_impu_store=vellum.clearwater.local from etcd, comparing to last value None\n04-09-2018 23:08:55.923 UTC INFO etcd_synchronizer.py:40 (thread SharedConfigPlugin): Got new config value from etcd - filename /etc/clearwater/shared_config, file size 847, MD5 hash ace2d6121207a3213db983dc80a6e836\n04-09-2018 23:08:55.923 UTC INFO shared_config_plugin.py:50 (thread SharedConfigPlugin): Updating shared configuration file\n04-09-2018 23:08:57.931 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value {\n \"hostnames\": [\n ]\n} from etcd, comparing to last value {\n \"hostnames\": [\n ]\n}\n04-09-2018 23:08:57.931 UTC INFO common_etcd_synchronizer.py:305 (thread DNSJSONPlugin): Watching for changes with 17\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:59.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:59.456Z", "message": "[ellis] => 04-09-2018 23:08:53.843 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-cluster-manager.pid.lockfile\n04-09-2018 23:08:53.843 UTC INFO main.py:196 (thread MainThread): No plugin threads running, waiting for a SIGTERM or SIGQUIT\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:59.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:08:59.456Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:08:59.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:00.474Z", "message": "[ellis] => 04-09-2018 23:08:53.351 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile\n04-09-2018 23:08:53.351 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py\n04-09-2018 23:08:53.358 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py\n04-09-2018 23:08:53.358 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully\n04-09-2018 23:08:53.359 UTC INFO main.py:114 (thread MainThread): Loaded plugin \n04-09-2018 23:08:53.360 UTC INFO main.py:121 (thread MainThread): Started thread for plugin \n04-09-2018 23:08:53.392 UTC INFO common_etcd_synchronizer.py:332 (thread Thread-3): Key /clearwater/site1/configuration/apply_config_ellis doesn't exist in etcd yet\n04-09-2018 23:08:53.416 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {\"FORCE\": false, \"ERRORED\": [], \"COMPLETED\": [], \"QUEUED\": []} from etcd\n04-09-2018 23:08:53.416 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm\n04-09-2018 23:08:53.422 UTC INFO alarms.py:312 (thread ApplyConfigPlugin): Imported /usr/share/clearwater/bin/alarms.py\n04-09-2018 23:08:55.525 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm\n04-09-2018 23:08:57.627 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": []} into etcd with index None\n04-09-2018 23:08:57.674 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm\n04-09-2018 23:08:57.714 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-4): Read value {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": [{\"STATUS\": \"QUEUED\", \"ID\": \"192.168.120.10-ellis\"}]} from etcd, comparing to last value None\n04-09-2018 23:08:59.777 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm\n04-09-2018 23:08:55.998 UTC INFO modify_nodes_in_queue.py:40: Using etcd key apply_config_ellis\n04-09-2018 23:08:55.999 UTC DEBUG modify_nodes_in_queue.py:45: Adding 192.168.120.10-ellis to queue to restart\n04-09-2018 23:08:56.823 UTC DEBUG modify_nodes_in_queue.py:50: Node successfully added to restart queue\n04-09-2018 23:08:56.824 UTC INFO modify_nodes_in_queue.py:85: New etcd state is {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": [{\"STATUS\": \"QUEUED\", \"ID\": \"192.168.120.10-ellis\"}]}\n\nreal\t0m0.004s\nuser\t0m0.001s\nsys\t0m0.003s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:00.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:00.474Z", "message": "[ellis] => 2018-09-04 23:08:35.545097312 Stopping etcd clearwater-etcd\n2018-09-04 23:08:37.033059813 Restarting etcd clearwater-etcd\n2018-09-04 23:08:37.037018795 Configured ETCDCTL_PEERS: 192.168.120.9:4000,\n2018-09-04 23:08:37.037706471 Check for previous failed startup attempt\n2018-09-04 23:08:37.038722610 Running etcdctl member list\nde34eed64bb76d59: name=192-168-120-9 peerURLs=http://192.168.120.9:2380 clientURLs=http://192.168.120.9:4000 isLeader=true\n2018-09-04 23:08:37.050907221 etcdctl returned 0\n2018-09-04 23:08:37.055317326 Joining existing cluster...\n2018-09-04 23:08:50.057591098 Configured ETCDCTL_PEERS: 192.168.120.9:4000,\n2018-09-04 23:08:50.058270080 Check cluster is healthy\n2018-09-04 23:08:50.059699769 Running etcdctl cluster-health\nmember de34eed64bb76d59 is healthy: got healthy result from http://192.168.120.9:4000\nmember f78e59d9bebfb1b8 is healthy: got healthy result from http://192.168.120.7:4000\ncluster is healthy\n2018-09-04 23:08:50.099207263 etcdctl returned 0\n2018-09-04 23:08:50.100046783 Tell the cluster we're joining\n2018-09-04 23:08:50.100702452 Running etcdctl member add 192-168-120-10 http://192.168.120.10:2380\nAdded member named 192-168-120-10 with ID aff85e770eb5408a to cluster\n\nETCD_NAME=\"192-168-120-10\"\nETCD_INITIAL_CLUSTER=\"192-168-120-10=http://192.168.120.10:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-7=http://192.168.120.7:2380\"\nETCD_INITIAL_CLUSTER_STATE=\"existing\"\n2018-09-04 23:08:50.131189233 etcdctl returned 0\n2018-09-04 23:08:50.158140775 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.10:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.10\n --name 192-168-120-10\n --debug --initial-cluster 192-168-120-9=http://192.168.120.9:2380,192-168-120-7=http://192.168.120.7:2380,192-168-120-10=http://192.168.120.10:2380\n --initial-cluster-state existing\n --initial-advertise-peer-urls http://192.168.120.10:2380\n --listen-peer-urls http://192.168.120.10:2380\n2018-09-04 23:08:50.159542464 Check we're actually a member of the cluster\n2018-09-04 23:08:50.167954627 Wait for etcd to startup\n2018-09-04 23:08:51.175095863 Etcd started successfully\n2018-09-04 23:08:50.179970 I | etcdmain: etcd Version: 3.1.7\n2018-09-04 23:08:50.180003 I | etcdmain: Git SHA: 43b7507\n2018-09-04 23:08:50.180007 I | etcdmain: Go Version: go1.7.5\n2018-09-04 23:08:50.180010 I | etcdmain: Go OS/Arch: linux/amd64\n2018-09-04 23:08:50.180013 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-09-04 23:08:50.180057 I | embed: listening for peers on http://192.168.120.10:2380\n2018-09-04 23:08:50.180089 I | embed: listening for client requests on 0.0.0.0:4000\n2018-09-04 23:08:50.296837 I | etcdserver: name = 192-168-120-10\n2018-09-04 23:08:50.296847 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.10\n2018-09-04 23:08:50.296851 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.10/member\n2018-09-04 23:08:50.296855 I | etcdserver: heartbeat = 100ms\n2018-09-04 23:08:50.296858 I | etcdserver: election = 1000ms\n2018-09-04 23:08:50.296861 I | etcdserver: snapshot count = 10000\n2018-09-04 23:08:50.296867 I | etcdserver: advertise client URLs = http://192.168.120.10:4000\n2018-09-04 23:08:50.762707 I | etcdserver: starting member aff85e770eb5408a in cluster 920aa385fe9ddf88\n2018-09-04 23:08:50.762937 I | raft: aff85e770eb5408a became follower at term 0\n2018-09-04 23:08:50.762962 I | raft: newRaft aff85e770eb5408a [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-09-04 23:08:50.762968 I | raft: aff85e770eb5408a became follower at term 1\n2018-09-04 23:08:51.594142 I | rafthttp: started HTTP pipelining with peer de34eed64bb76d59\n2018-09-04 23:08:51.594223 I | rafthttp: started HTTP pipelining with peer f78e59d9bebfb1b8\n2018-09-04 23:08:51.594240 I | rafthttp: starting peer de34eed64bb76d59...\n2018-09-04 23:08:51.594284 I | rafthttp: started HTTP pipelining with peer de34eed64bb76d59\n2018-09-04 23:08:51.596489 I | rafthttp: started streaming with peer de34eed64bb76d59 (writer)\n2018-09-04 23:08:51.596503 I | rafthttp: started streaming with peer de34eed64bb76d59 (writer)\n2018-09-04 23:08:51.597872 I | rafthttp: started peer de34eed64bb76d59\n2018-09-04 23:08:51.597895 I | rafthttp: added peer de34eed64bb76d59\n2018-09-04 23:08:51.597908 I | rafthttp: starting peer f78e59d9bebfb1b8...\n2018-09-04 23:08:51.597921 I | rafthttp: started HTTP pipelining with peer f78e59d9bebfb1b8\n2018-09-04 23:08:51.600049 I | rafthttp: started streaming with peer de34eed64bb76d59 (stream MsgApp v2 reader)\n2018-09-04 23:08:51.600246 I | rafthttp: started streaming with peer de34eed64bb76d59 (stream Message reader)\n2018-09-04 23:08:51.600630 I | rafthttp: started streaming with peer f78e59d9bebfb1b8 (writer)\n2018-09-04 23:08:51.601474 I | rafthttp: started peer f78e59d9bebfb1b8\n2018-09-04 23:08:51.601493 I | rafthttp: added peer f78e59d9bebfb1b8\n2018-09-04 23:08:51.601510 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-09-04 23:08:51.604819 I | rafthttp: started streaming with peer f78e59d9bebfb1b8 (writer)\n2018-09-04 23:08:51.604861 I | rafthttp: started streaming with peer f78e59d9bebfb1b8 (stream MsgApp v2 reader)\n2018-09-04 23:08:51.604960 I | rafthttp: started streaming with peer f78e59d9bebfb1b8 (stream Message reader)\n2018-09-04 23:08:51.605097 I | rafthttp: peer de34eed64bb76d59 became active\n2018-09-04 23:08:51.605109 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream MsgApp v2 reader)\n2018-09-04 23:08:51.605270 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream Message reader)\n2018-09-04 23:08:51.606148 I | rafthttp: peer f78e59d9bebfb1b8 became active\n2018-09-04 23:08:51.606157 I | rafthttp: established a TCP streaming connection with peer f78e59d9bebfb1b8 (stream Message reader)\n2018-09-04 23:08:51.606178 I | rafthttp: established a TCP streaming connection with peer f78e59d9bebfb1b8 (stream MsgApp v2 reader)\n2018-09-04 23:08:51.606637 I | raft: aff85e770eb5408a [term: 1] received a MsgHeartbeat message with higher term from de34eed64bb76d59 [term: 2]\n2018-09-04 23:08:51.606649 I | raft: aff85e770eb5408a became follower at term 2\n2018-09-04 23:08:51.606663 I | raft: raft.node: aff85e770eb5408a elected leader de34eed64bb76d59 at term 2\n2018-09-04 23:08:51.606801 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream Message writer)\n2018-09-04 23:08:51.606908 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream MsgApp v2 writer)\n2018-09-04 23:08:51.606972 I | rafthttp: established a TCP streaming connection with peer f78e59d9bebfb1b8 (stream Message writer)\n2018-09-04 23:08:51.613546 I | rafthttp: established a TCP streaming connection with peer f78e59d9bebfb1b8 (stream MsgApp v2 writer)\n2018-09-04 23:08:51.627055 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.627074 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.627131 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.628611 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.628625 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.628708 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.628722 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.628729 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.628767 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.628773 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.628783 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.642011 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.642028 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.642086 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.642104 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.642139 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59\n2018-09-04 23:08:51.642556 I | etcdserver/membership: added member de34eed64bb76d59 [http://192.168.120.9:2380] to cluster 920aa385fe9ddf88\n2018-09-04 23:08:51.644520 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-09-04 23:08:51.644545 I | etcdserver/api: enabled capabilities for version 3.1\n2018-09-04 23:08:51.644759 I | etcdserver/membership: added member f78e59d9bebfb1b8 [http://192.168.120.7:2380] to cluster 920aa385fe9ddf88\n2018-09-04 23:08:51.645377 I | etcdserver/membership: added member aff85e770eb5408a [http://192.168.120.10:2380] to cluster 920aa385fe9ddf88\n2018-09-04 23:08:51.699629 I | embed: ready to serve client requests\n2018-09-04 23:08:51.699710 I | etcdserver: published {Name:192-168-120-10 ClientURLs:[http://192.168.120.10:4000]} to cluster 920aa385fe9ddf88\n2018-09-04 23:08:51.700041 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-09-04 23:08:51.700519 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:58872\n2018-09-04 23:08:51.700984 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:58873\n2018-09-04 23:08:51.701868 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:58884\n2018-09-04 23:08:51.944300 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:38632\n2018-09-04 23:08:53.361776 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.10:58889\n2018-09-04 23:08:53.393146 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.10:58889\n2018-09-04 23:08:53.458141 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:58890\n2018-09-04 23:08:53.574848 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:58891\n2018-09-04 23:08:53.575375 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:58892\n2018-09-04 23:08:55.676491 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.10:58897\n2018-09-04 23:08:55.676786 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.10:58898\n2018-09-04 23:08:55.999833 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.10:58899\n2018-09-04 23:08:56.626012 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.10:58899\n2018-09-04 23:08:56.824218 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.10:58900\n2018-09-04 23:08:57.628014 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.10:58889\n2018-09-04 23:08:57.675194 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.10:58889\n2018-09-04 23:08:57.918123 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.10:58897\n2018-09-04 23:08:57.931553 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?waitIndex=17&recursive=false&wait=true remote:192.168.120.10:58897\n\nreal\t0m0.004s\nuser\t0m0.001s\nsys\t0m0.003s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:00.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:00.474Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:00.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:00.474Z", "message": "Execution done (return_code=0): /tmp/RJ28C/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:00.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:00.474Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:00.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "3e6c9930-2e7f-4d2a-891c-16840a8c297d"}], "metadata": {"pagination": {"total": 1805, "offset": 1758, "size": 50}}} 2018-09-04 23:09:01,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:01,369 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:01 GMT 2018-09-04 23:09:01,369 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:01,369 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46442 2018-09-04 23:09:01,369 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:01,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.058s user 0m0.002s sys 0m0.055s 2018-09-04 23:09:01,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-09-04 23:09:01,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-09-04 23:09:01,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:5e:5c:c6 inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe5e:5cc6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:96332 errors:0 dropped:0 overruns:0 frame:0 TX packets:55830 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147308948 (147.3 MB) TX bytes:10650552 (10.6 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:278 errors:0 dropped:0 overruns:0 frame:0 TX packets:278 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:25451 (25.4 KB) TX bytes:25451 (25.4 KB) real 0m0.004s user 0m0.000s sys 0m0.004s 2018-09-04 23:09:01,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-09-04 23:09:01,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 23:00 ? 00:00:00 /sbin/init root 2 0 0 23:00 ? 00:00:00 [kthreadd] root 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0] root 5 2 0 23:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 23:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 23:00 ? 00:00:00 [rcu_sched] root 8 2 0 23:00 ? 00:00:00 [rcuos/0] root 9 2 0 23:00 ? 00:00:00 [rcuos/1] root 10 2 0 23:00 ? 00:00:00 [rcu_bh] root 11 2 0 23:00 ? 00:00:00 [rcuob/0] root 12 2 0 23:00 ? 00:00:00 [rcuob/1] root 13 2 0 23:00 ? 00:00:00 [migration/0] root 14 2 0 23:00 ? 00:00:00 [watchdog/0] root 15 2 0 23:00 ? 00:00:00 [watchdog/1] root 16 2 0 23:00 ? 00:00:00 [migration/1] root 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1] root 18 2 0 23:00 ? 00:00:00 [kworker/1:0] root 19 2 0 23:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 23:00 ? 00:00:00 [khelper] root 21 2 0 23:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 23:00 ? 00:00:00 [netns] root 23 2 0 23:00 ? 00:00:00 [writeback] root 24 2 0 23:00 ? 00:00:00 [kintegrityd] root 25 2 0 23:00 ? 00:00:00 [bioset] root 27 2 0 23:00 ? 00:00:00 [kblockd] root 28 2 0 23:00 ? 00:00:00 [ata_sff] root 29 2 0 23:00 ? 00:00:00 [khubd] root 30 2 0 23:00 ? 00:00:00 [md] root 31 2 0 23:00 ? 00:00:00 [devfreq_wq] root 32 2 0 23:00 ? 00:00:00 [kworker/0:1] root 34 2 0 23:00 ? 00:00:00 [khungtaskd] root 35 2 0 23:00 ? 00:00:00 [kswapd0] root 36 2 0 23:00 ? 00:00:00 [vmstat] root 37 2 0 23:00 ? 00:00:00 [ksmd] root 38 2 0 23:00 ? 00:00:00 [khugepaged] root 39 2 0 23:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 23:00 ? 00:00:00 [crypto] root 53 2 0 23:00 ? 00:00:00 [kthrotld] root 54 2 0 23:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 23:00 ? 00:00:00 [vballoon] root 56 2 0 23:00 ? 00:00:00 [kworker/1:1] root 57 2 0 23:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 23:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 23:00 ? 00:00:00 [deferwq] root 80 2 0 23:00 ? 00:00:00 [charger_manager] root 124 2 0 23:00 ? 00:00:00 [kpsmoused] root 125 2 0 23:00 ? 00:00:00 [kworker/0:2] root 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 435 2 0 23:00 ? 00:00:00 [kworker/u5:1] root 436 2 0 23:00 ? 00:00:00 [kworker/u5:2] root 485 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon root 567 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 23:00 ? 00:00:00 [kauditd] message+ 907 1 0 23:00 ? 00:00:00 dbus-daemon --system --fork root 935 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-logind root 949 1 0 23:00 ? 00:00:00 upstart-file-bridge --daemon syslog 1014 1 0 23:00 ? 00:00:00 rsyslogd root 1050 1 0 23:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 23:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 23:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 23:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1060 1 0 23:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1103 1 0 23:00 ? 00:00:00 /usr/sbin/sshd -D root 1107 1 0 23:00 ? 00:00:00 cron daemon 1109 1 0 23:00 ? 00:00:00 atd root 1113 1 0 23:00 ? 00:00:00 /usr/sbin/irqbalance root 1131 1 0 23:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1198 1 0 23:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1204 1 0 23:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1650 1 0 23:01 ? 00:00:00 /home/ubuntu/ellis_host_2zg5fc/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_2zg5fc --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_2zg5fc --logging-server-logdir=/home/ubuntu/ellis_host_2zg5fc/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_2zg5fc/work/ellis_host_2zg5fc%I.log --pidfile=/home/ubuntu/ellis_host_2zg5fc/work/ellis_host_2zg5fc.pid ubuntu 1764 1 0 23:01 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_2zg5fc/env/bin/diamond --configfile /home/ubuntu/ellis_host_2zg5fc/work/plugins/diamond/etc/diamond.conf ubuntu 1838 1650 0 23:04 ? 00:00:00 /home/ubuntu/ellis_host_2zg5fc/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_2zg5fc --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_2zg5fc --logging-server-logdir=/home/ubuntu/ellis_host_2zg5fc/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_2zg5fc/work/ellis_host_2zg5fc%I.log --pidfile=/home/ubuntu/ellis_host_2zg5fc/work/ellis_host_2zg5fc.pid ubuntu 1861 1838 0 23:04 ? 00:00:00 /home/ubuntu/ellis_host_2zg5fc/env/bin/python2.7 /home/ubuntu/ellis_host_2zg5fc/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-XY8ctz ubuntu 1872 1861 0 23:04 ? 00:00:00 /bin/sh -c /tmp/RJ28C/install-ellis.sh ubuntu 1874 1872 0 23:04 ? 00:00:00 /bin/bash -e /tmp/RJ28C/install-ellis.sh root 3411 2 0 23:06 ? 00:00:00 [kworker/u5:0] mysql 9260 1 0 23:07 ? 00:00:00 /usr/sbin/mysqld ntp 9410 1 0 23:07 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 10001 1 0 23:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10094 1 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10098 10094 0 23:07 ? 00:00:00 inotifywait -e create -qq . root 10165 1 0 23:08 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10166 10165 0 23:08 ? 00:00:00 nginx: worker process www-data 10167 10165 0 23:08 ? 00:00:00 nginx: worker process www-data 10168 10165 0 23:08 ? 00:00:00 nginx: worker process www-data 10169 10165 0 23:08 ? 00:00:00 nginx: worker process ellis 10387 1 0 23:08 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background clearwa+ 10842 1 1 23:08 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-9=http://192.168.120.9:2380,192-168-120-7=http://192.168.120.7:2380,192-168-120-10=http://192.168.120.10:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380 root 10915 10001 0 23:08 ? 00:00:00 [nginx_ping] root 10917 10001 0 23:08 ? 00:00:00 [check-nginx-upt] root 10919 10001 0 23:08 ? 00:00:00 [check-monit-upt] root 10923 10001 0 23:08 ? 00:00:00 [poll_ellis.sh] root 10927 10001 0 23:08 ? 00:00:00 [poll_ellis_http] root 10964 1 0 23:08 ? 00:00:00 /usr/share/clearwater/clearwater-queue-manager/env/bin/python /usr/share/clearwater/bin/clearwater-queue-manager --local-ip=192.168.120.10 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-queue-manager --pidfile=/var/run/clearwater-queue-manager.pid --etcd-key=clearwater --node-type=ellis --wait-plugin-complete=Y root 10977 10001 0 23:08 ? 00:00:00 [check-queue-man] root 10978 10001 0 23:08 ? 00:00:00 [check-etcd-upti] root 10981 10001 0 23:08 ? 00:00:00 [poll_etcd_clust] root 10984 10001 0 23:08 ? 00:00:00 [poll_etcd.sh] root 11011 1 0 23:08 ? 00:00:00 /usr/share/clearwater/clearwater-config-manager/env/bin/python /usr/share/clearwater/bin/clearwater-config-manager --local-ip=192.168.120.10 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-config-manager --pidfile=/var/run/clearwater-config-manager.pid --etcd-key=clearwater root 11060 1 0 23:08 ? 00:00:00 /usr/share/clearwater/clearwater-cluster-manager/env/bin/python /usr/share/clearwater/bin/clearwater-cluster-manager --mgmt-local-ip=192.168.120.10 --sig-local-ip=192.168.120.10 --local-site=site1 --remote-site= --remote-cassandra-seeds= --signaling-namespace= --uuid=5da0d2b0-17b9-4186-8789-93e2dd31bbd0 --etcd-key=clearwater --etcd-cluster-key=ellis --cluster-manager-enabled=Y --log-level=3 --log-directory=/var/log/clearwater-cluster-manager --pidfile=/var/run/clearwater-cluster-manager.pid dnsmasq 11137 1 0 23:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 11200 1874 0 23:08 ? 00:00:00 /bin/bash -e /tmp/RJ28C/install-ellis.sh ubuntu 11201 11200 0 23:08 ? 00:00:00 /bin/bash -e /tmp/RJ28C/install-ellis.sh root 11202 11201 0 23:08 ? 00:00:00 sudo ps -edf root 11203 11202 0 23:08 ? 00:00:00 ps -edf real 0m0.008s user 0m0.003s sys 0m0.005s 2018-09-04 23:09:01,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-09-04 23:09:01,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [04-Sep-2018 23:07:57 UTC] clearwater-diags-monitor starting [04-Sep-2018 23:07:57 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2018-09-04 23:09:01,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/syslog /var/log/clearwater-config-manager /var/log/clearwater-config-manager/config-manager.output.log /var/log/clearwater-config-manager/config-manager_20180904T230000Z.txt /var/log/lastlog /var/log/ntpstats /var/log/dpkg.log /var/log/clearwater-diags-monitor.log /var/log/auth.log /var/log/dmesg.0 /var/log/alternatives.log /var/log/boot.log /var/log/cloud-init-output.log /var/log/mysql.err /var/log/landscape /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/clearwater-queue-manager/queue-manager_20180904T230000Z.txt /var/log/clearwater-queue-manager/queue_operation.log /var/log/clearwater-queue-manager/queue-manager.output.log /var/log/mysql /var/log/mysql/error.log /var/log/dist-upgrade /var/log/sysstat /var/log/sysstat/clearwater-sa04 /var/log/sysstat/sa04 /var/log/clearwater-cluster-manager /var/log/clearwater-cluster-manager/cluster-manager.output.log /var/log/clearwater-cluster-manager/cluster-manager_20180904T230000Z.txt /var/log/btmp /var/log/kern.log /var/log/unattended-upgrades /var/log/mysql.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/ellis /var/log/upstart /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/mysql.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.007s user 0m0.003s sys 0m0.002s 2018-09-04 23:09:01,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-09-04 23:09:01,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 11137/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1103/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10001/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10165/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9260/mysqld tcp 0 0 192.168.120.10:2380 0.0.0.0:* LISTEN 10842/etcd tcp6 0 0 ::1:53 :::* LISTEN 11137/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1103/sshd tcp6 0 0 :::4000 :::* LISTEN 10842/etcd udp 0 0 192.168.120.10:123 0.0.0.0:* 9410/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9410/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9410/ntpd udp 0 0 0.0.0.0:20218 0.0.0.0:* 567/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 11137/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 567/dhclient udp6 0 0 fe80::f816:3eff:fe5:123 :::* 9410/ntpd udp6 0 0 ::1:123 :::* 9410/ntpd udp6 0 0 :::123 :::* 9410/ntpd udp6 0 0 :::39204 :::* 567/dhclient udp6 0 0 ::1:53 :::* 11137/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9495 1131/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7450 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9251 907/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 21051 9260/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] STREAM LISTENING 11703 1650/python2.7 /tmp/cloudify-logging-server-df890.socket unix 2 [ ACC ] STREAM LISTENING 12070 1861/python2.7 /tmp/ctx-8h1ApR.socket unix 2 [ ACC ] STREAM LISTENING 7016 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 23766 10387/python /tmp/.ellis-sock real 0m0.007s user 0m0.000s sys 0m0.007s 2018-09-04 23:09:01,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 04-09-2018 23:08:53.555 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-config-manager.pid.lockfile 04-09-2018 23:08:53.556 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting shared_config_plugin.py 04-09-2018 23:08:53.557 UTC INFO plugin_loader.py:34 (thread MainThread): Loading shared_config_plugin.py 04-09-2018 23:08:53.557 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded shared_config_plugin.py successfully 04-09-2018 23:08:53.557 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting dns_json_plugin.py 04-09-2018 23:08:53.558 UTC INFO plugin_loader.py:34 (thread MainThread): Loading dns_json_plugin.py 04-09-2018 23:08:53.558 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded dns_json_plugin.py successfully 04-09-2018 23:08:53.569 UTC INFO alarms.py:312 (thread MainThread): Imported /usr/share/clearwater/bin/alarms.py 04-09-2018 23:08:55.673 UTC INFO main.py:113 (thread MainThread): Loaded plugin 04-09-2018 23:08:55.673 UTC INFO main.py:113 (thread MainThread): Loaded plugin 04-09-2018 23:08:55.674 UTC INFO main.py:120 (thread MainThread): Started thread for plugin 04-09-2018 23:08:55.675 UTC INFO main.py:120 (thread MainThread): Started thread for plugin 04-09-2018 23:08:55.806 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value { "hostnames": [ ] } from etcd, comparing to last value None 04-09-2018 23:08:55.807 UTC INFO etcd_synchronizer.py:40 (thread DNSJSONPlugin): Got new config value from etcd - filename /etc/clearwater/dns.json, file size 24, MD5 hash b34e5b6d718cca35ce2d8841cea01ad6 04-09-2018 23:08:55.807 UTC INFO dns_json_plugin.py:45 (thread DNSJSONPlugin): Updating DNS configuration file 04-09-2018 23:08:55.923 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.9:7253 hs_hostname=hs.clearwater.local:8888 hs_provisioning_hostname=hs-prov.clearwater.local:8889 sprout_impi_store=vellum.clearwater.local sprout_registration_store=vellum.clearwater.local cassandra_hostname=vellum.clearwater.local chronos_hostname=vellum.clearwater.local ralf_session_store=vellum.clearwater.local ralf_hostname=dime.clearwater.local:10888 xdms_hostname=homer.clearwater.local:7888 signaling_dns_server=192.168.120.9 # Email server configuration smtp_smarthost=localhost smtp_username=username smtp_password=password email_recovery_sender=clearwater@example.org # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret homestead_impu_store=vellum.clearwater.local from etcd, comparing to last value None 04-09-2018 23:08:55.923 UTC INFO etcd_synchronizer.py:40 (thread SharedConfigPlugin): Got new config value from etcd - filename /etc/clearwater/shared_config, file size 847, MD5 hash ace2d6121207a3213db983dc80a6e836 04-09-2018 23:08:55.923 UTC INFO shared_config_plugin.py:50 (thread SharedConfigPlugin): Updating shared configuration file 04-09-2018 23:08:57.931 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value { "hostnames": [ ] } from etcd, comparing to last value { "hostnames": [ ] } 04-09-2018 23:08:57.931 UTC INFO common_etcd_synchronizer.py:305 (thread DNSJSONPlugin): Watching for changes with 17 real 0m0.004s user 0m0.000s sys 0m0.004s 2018-09-04 23:09:01,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 04-09-2018 23:08:53.843 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-cluster-manager.pid.lockfile 04-09-2018 23:08:53.843 UTC INFO main.py:196 (thread MainThread): No plugin threads running, waiting for a SIGTERM or SIGQUIT real 0m0.004s user 0m0.003s sys 0m0.002s 2018-09-04 23:09:01,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-09-04 23:09:01,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 04-09-2018 23:08:53.351 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile 04-09-2018 23:08:53.351 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py 04-09-2018 23:08:53.358 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py 04-09-2018 23:08:53.358 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully 04-09-2018 23:08:53.359 UTC INFO main.py:114 (thread MainThread): Loaded plugin 04-09-2018 23:08:53.360 UTC INFO main.py:121 (thread MainThread): Started thread for plugin 04-09-2018 23:08:53.392 UTC INFO common_etcd_synchronizer.py:332 (thread Thread-3): Key /clearwater/site1/configuration/apply_config_ellis doesn't exist in etcd yet 04-09-2018 23:08:53.416 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {"FORCE": false, "ERRORED": [], "COMPLETED": [], "QUEUED": []} from etcd 04-09-2018 23:08:53.416 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm 04-09-2018 23:08:53.422 UTC INFO alarms.py:312 (thread ApplyConfigPlugin): Imported /usr/share/clearwater/bin/alarms.py 04-09-2018 23:08:55.525 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm 04-09-2018 23:08:57.627 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": []} into etcd with index None 04-09-2018 23:08:57.674 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm 04-09-2018 23:08:57.714 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-4): Read value {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": [{"STATUS": "QUEUED", "ID": "192.168.120.10-ellis"}]} from etcd, comparing to last value None 04-09-2018 23:08:59.777 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm 04-09-2018 23:08:55.998 UTC INFO modify_nodes_in_queue.py:40: Using etcd key apply_config_ellis 04-09-2018 23:08:55.999 UTC DEBUG modify_nodes_in_queue.py:45: Adding 192.168.120.10-ellis to queue to restart 04-09-2018 23:08:56.823 UTC DEBUG modify_nodes_in_queue.py:50: Node successfully added to restart queue 04-09-2018 23:08:56.824 UTC INFO modify_nodes_in_queue.py:85: New etcd state is {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": [{"STATUS": "QUEUED", "ID": "192.168.120.10-ellis"}]} real 0m0.004s user 0m0.001s sys 0m0.003s 2018-09-04 23:09:01,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-09-04 23:08:35.545097312 Stopping etcd clearwater-etcd 2018-09-04 23:08:37.033059813 Restarting etcd clearwater-etcd 2018-09-04 23:08:37.037018795 Configured ETCDCTL_PEERS: 192.168.120.9:4000, 2018-09-04 23:08:37.037706471 Check for previous failed startup attempt 2018-09-04 23:08:37.038722610 Running etcdctl member list de34eed64bb76d59: name=192-168-120-9 peerURLs=http://192.168.120.9:2380 clientURLs=http://192.168.120.9:4000 isLeader=true 2018-09-04 23:08:37.050907221 etcdctl returned 0 2018-09-04 23:08:37.055317326 Joining existing cluster... 2018-09-04 23:08:50.057591098 Configured ETCDCTL_PEERS: 192.168.120.9:4000, 2018-09-04 23:08:50.058270080 Check cluster is healthy 2018-09-04 23:08:50.059699769 Running etcdctl cluster-health member de34eed64bb76d59 is healthy: got healthy result from http://192.168.120.9:4000 member f78e59d9bebfb1b8 is healthy: got healthy result from http://192.168.120.7:4000 cluster is healthy 2018-09-04 23:08:50.099207263 etcdctl returned 0 2018-09-04 23:08:50.100046783 Tell the cluster we're joining 2018-09-04 23:08:50.100702452 Running etcdctl member add 192-168-120-10 http://192.168.120.10:2380 Added member named 192-168-120-10 with ID aff85e770eb5408a to cluster ETCD_NAME="192-168-120-10" ETCD_INITIAL_CLUSTER="192-168-120-10=http://192.168.120.10:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-7=http://192.168.120.7:2380" ETCD_INITIAL_CLUSTER_STATE="existing" 2018-09-04 23:08:50.131189233 etcdctl returned 0 2018-09-04 23:08:50.158140775 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-9=http://192.168.120.9:2380,192-168-120-7=http://192.168.120.7:2380,192-168-120-10=http://192.168.120.10:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380 2018-09-04 23:08:50.159542464 Check we're actually a member of the cluster 2018-09-04 23:08:50.167954627 Wait for etcd to startup 2018-09-04 23:08:51.175095863 Etcd started successfully 2018-09-04 23:08:50.179970 I | etcdmain: etcd Version: 3.1.7 2018-09-04 23:08:50.180003 I | etcdmain: Git SHA: 43b7507 2018-09-04 23:08:50.180007 I | etcdmain: Go Version: go1.7.5 2018-09-04 23:08:50.180010 I | etcdmain: Go OS/Arch: linux/amd64 2018-09-04 23:08:50.180013 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-09-04 23:08:50.180057 I | embed: listening for peers on http://192.168.120.10:2380 2018-09-04 23:08:50.180089 I | embed: listening for client requests on 0.0.0.0:4000 2018-09-04 23:08:50.296837 I | etcdserver: name = 192-168-120-10 2018-09-04 23:08:50.296847 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.10 2018-09-04 23:08:50.296851 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.10/member 2018-09-04 23:08:50.296855 I | etcdserver: heartbeat = 100ms 2018-09-04 23:08:50.296858 I | etcdserver: election = 1000ms 2018-09-04 23:08:50.296861 I | etcdserver: snapshot count = 10000 2018-09-04 23:08:50.296867 I | etcdserver: advertise client URLs = http://192.168.120.10:4000 2018-09-04 23:08:50.762707 I | etcdserver: starting member aff85e770eb5408a in cluster 920aa385fe9ddf88 2018-09-04 23:08:50.762937 I | raft: aff85e770eb5408a became follower at term 0 2018-09-04 23:08:50.762962 I | raft: newRaft aff85e770eb5408a [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-09-04 23:08:50.762968 I | raft: aff85e770eb5408a became follower at term 1 2018-09-04 23:08:51.594142 I | rafthttp: started HTTP pipelining with peer de34eed64bb76d59 2018-09-04 23:08:51.594223 I | rafthttp: started HTTP pipelining with peer f78e59d9bebfb1b8 2018-09-04 23:08:51.594240 I | rafthttp: starting peer de34eed64bb76d59... 2018-09-04 23:08:51.594284 I | rafthttp: started HTTP pipelining with peer de34eed64bb76d59 2018-09-04 23:08:51.596489 I | rafthttp: started streaming with peer de34eed64bb76d59 (writer) 2018-09-04 23:08:51.596503 I | rafthttp: started streaming with peer de34eed64bb76d59 (writer) 2018-09-04 23:08:51.597872 I | rafthttp: started peer de34eed64bb76d59 2018-09-04 23:08:51.597895 I | rafthttp: added peer de34eed64bb76d59 2018-09-04 23:08:51.597908 I | rafthttp: starting peer f78e59d9bebfb1b8... 2018-09-04 23:08:51.597921 I | rafthttp: started HTTP pipelining with peer f78e59d9bebfb1b8 2018-09-04 23:08:51.600049 I | rafthttp: started streaming with peer de34eed64bb76d59 (stream MsgApp v2 reader) 2018-09-04 23:08:51.600246 I | rafthttp: started streaming with peer de34eed64bb76d59 (stream Message reader) 2018-09-04 23:08:51.600630 I | rafthttp: started streaming with peer f78e59d9bebfb1b8 (writer) 2018-09-04 23:08:51.601474 I | rafthttp: started peer f78e59d9bebfb1b8 2018-09-04 23:08:51.601493 I | rafthttp: added peer f78e59d9bebfb1b8 2018-09-04 23:08:51.601510 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-09-04 23:08:51.604819 I | rafthttp: started streaming with peer f78e59d9bebfb1b8 (writer) 2018-09-04 23:08:51.604861 I | rafthttp: started streaming with peer f78e59d9bebfb1b8 (stream MsgApp v2 reader) 2018-09-04 23:08:51.604960 I | rafthttp: started streaming with peer f78e59d9bebfb1b8 (stream Message reader) 2018-09-04 23:08:51.605097 I | rafthttp: peer de34eed64bb76d59 became active 2018-09-04 23:08:51.605109 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream MsgApp v2 reader) 2018-09-04 23:08:51.605270 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream Message reader) 2018-09-04 23:08:51.606148 I | rafthttp: peer f78e59d9bebfb1b8 became active 2018-09-04 23:08:51.606157 I | rafthttp: established a TCP streaming connection with peer f78e59d9bebfb1b8 (stream Message reader) 2018-09-04 23:08:51.606178 I | rafthttp: established a TCP streaming connection with peer f78e59d9bebfb1b8 (stream MsgApp v2 reader) 2018-09-04 23:08:51.606637 I | raft: aff85e770eb5408a [term: 1] received a MsgHeartbeat message with higher term from de34eed64bb76d59 [term: 2] 2018-09-04 23:08:51.606649 I | raft: aff85e770eb5408a became follower at term 2 2018-09-04 23:08:51.606663 I | raft: raft.node: aff85e770eb5408a elected leader de34eed64bb76d59 at term 2 2018-09-04 23:08:51.606801 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream Message writer) 2018-09-04 23:08:51.606908 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream MsgApp v2 writer) 2018-09-04 23:08:51.606972 I | rafthttp: established a TCP streaming connection with peer f78e59d9bebfb1b8 (stream Message writer) 2018-09-04 23:08:51.613546 I | rafthttp: established a TCP streaming connection with peer f78e59d9bebfb1b8 (stream MsgApp v2 writer) 2018-09-04 23:08:51.627055 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.627074 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.627131 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.628611 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.628625 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.628708 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.628722 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.628729 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.628767 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.628773 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.628783 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.642011 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.642028 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.642086 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.642104 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.642139 D | raft: aff85e770eb5408a [logterm: 0, index: 43] rejected msgApp [logterm: 2, index: 43] from de34eed64bb76d59 2018-09-04 23:08:51.642556 I | etcdserver/membership: added member de34eed64bb76d59 [http://192.168.120.9:2380] to cluster 920aa385fe9ddf88 2018-09-04 23:08:51.644520 N | etcdserver/membership: set the initial cluster version to 3.1 2018-09-04 23:08:51.644545 I | etcdserver/api: enabled capabilities for version 3.1 2018-09-04 23:08:51.644759 I | etcdserver/membership: added member f78e59d9bebfb1b8 [http://192.168.120.7:2380] to cluster 920aa385fe9ddf88 2018-09-04 23:08:51.645377 I | etcdserver/membership: added member aff85e770eb5408a [http://192.168.120.10:2380] to cluster 920aa385fe9ddf88 2018-09-04 23:08:51.699629 I | embed: ready to serve client requests 2018-09-04 23:08:51.699710 I | etcdserver: published {Name:192-168-120-10 ClientURLs:[http://192.168.120.10:4000]} to cluster 920aa385fe9ddf88 2018-09-04 23:08:51.700041 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-09-04 23:08:51.700519 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:58872 2018-09-04 23:08:51.700984 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:58873 2018-09-04 23:08:51.701868 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:58884 2018-09-04 23:08:51.944300 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:38632 2018-09-04 23:08:53.361776 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.10:58889 2018-09-04 23:08:53.393146 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.10:58889 2018-09-04 23:08:53.458141 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:58890 2018-09-04 23:08:53.574848 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:58891 2018-09-04 23:08:53.575375 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:58892 2018-09-04 23:08:55.676491 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.10:58897 2018-09-04 23:08:55.676786 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.10:58898 2018-09-04 23:08:55.999833 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.10:58899 2018-09-04 23:08:56.626012 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.10:58899 2018-09-04 23:08:56.824218 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.10:58900 2018-09-04 23:08:57.628014 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.10:58889 2018-09-04 23:08:57.675194 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.10:58889 2018-09-04 23:08:57.918123 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.10:58897 2018-09-04 23:08:57.931553 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?waitIndex=17&recursive=false&wait=true remote:192.168.120.10:58897 real 0m0.004s user 0m0.001s sys 0m0.003s 2018-09-04 23:09:01,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-09-04 23:09:01,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/RJ28C/install-ellis.sh 2018-09-04 23:09:01,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-09-04 23:09:01,375 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:09:01,471 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:01,471 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:01,471 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:01,471 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:01,471 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:01,471 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:01,471 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:01,472 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:09:01,472 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:01,472 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:01 GMT 2018-09-04 23:09:01,472 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:01,472 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:09:01,472 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:06,477 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:09:06,866 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:06,866 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:06,866 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:06,866 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:06,866 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:06,866 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:06,866 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:06,866 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_ovatxw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:01.457Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:01.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "ellis_ovatxw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:02.571Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:02.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:03.367Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/1FN3S/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53762c6-6de5-4f4a-a0bf-503a2a8dfac4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:03.582Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:03.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:03.582Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:03.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:03.647Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:03.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53762c6-6de5-4f4a-a0bf-503a2a8dfac4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:03.647Z", "message": "Downloaded scripts/bind/bind.py to /tmp/A0LH2/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:03.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "42b1239e-100a-4f29-8894-d219c5a35091"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:03.647Z", "message": "Executing: /tmp/1FN3S/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:03.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53762c6-6de5-4f4a-a0bf-503a2a8dfac4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.593Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "42b1239e-100a-4f29-8894-d219c5a35091"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "[localhost] run: sudo mv /tmp/tmpIq5vD_ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "42b1239e-100a-4f29-8894-d219c5a35091"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "[dime] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 5s (7,521 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58580 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m37.360s\nuser\t0m12.661s\nsys\t0m3.058s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "42b1239e-100a-4f29-8894-d219c5a35091"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'ellis': {u'ellis_ovatxw': {u'public_address': u'172.30.9.213', u'private_address': u'192.168.120.10', u'name': u'ellis-ovatxw'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "42b1239e-100a-4f29-8894-d219c5a35091"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "[localhost] run: sudo mv /tmp/tmp5Vhass /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "42b1239e-100a-4f29-8894-d219c5a35091"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53762c6-6de5-4f4a-a0bf-503a2a8dfac4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "42b1239e-100a-4f29-8894-d219c5a35091"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.9:7253\nhs_hostname=hs.clearwater.local:8888\nhs_provisioning_hostname=hs-prov.clearwater.local:8889\nsprout_impi_store=vellum.clearwater.local\nsprout_registration_store=vellum.clearwater.local\ncassandra_hostname=vellum.clearwater.local\nchronos_hostname=vellum.clearwater.local\nralf_session_store=vellum.clearwater.local\nralf_hostname=dime.clearwater.local:10888\nxdms_hostname=homer.clearwater.local:7888\nsignaling_dns_server=192.168.120.9\n\n\n\n# Email server configuration\nsmtp_smarthost=localhost\nsmtp_username=username\nsmtp_password=password\nemail_recovery_sender=clearwater@example.org\n\n# Keys\nsignup_key=secret\nturn_workaround=secret\nellis_api_key=secret\nellis_cookie_key=secret\n\nhomestead_impu_store=vellum.clearwater.local", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53762c6-6de5-4f4a-a0bf-503a2a8dfac4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "42b1239e-100a-4f29-8894-d219c5a35091"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "42b1239e-100a-4f29-8894-d219c5a35091"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "42b1239e-100a-4f29-8894-d219c5a35091"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "42b1239e-100a-4f29-8894-d219c5a35091"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:04.668Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "42b1239e-100a-4f29-8894-d219c5a35091"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:05.678Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:05.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:05.678Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:05.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:05.678Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:05.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}], "metadata": {"pagination": {"total": 1834, "offset": 1777, "size": 50}}} 2018-09-04 23:09:06,867 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:06,867 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:06 GMT 2018-09-04 23:09:06,867 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:06,867 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28981 2018-09-04 23:09:06,867 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:06,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:09:06,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 23:09:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/1FN3S/create_number.sh 2018-09-04 23:09:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:09:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:09:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-09-04 23:09:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/A0LH2/bind.py 2018-09-04 23:09:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/1FN3S/create_number.sh 2018-09-04 23:09:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:09:06,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:09:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpIq5vD_ /etc/bind/db.clearwater.opnfv 2018-09-04 23:09:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 5s (7,521 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58580 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m37.360s user 0m12.661s sys 0m3.058s 2018-09-04 23:09:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-04 23:09:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'ellis': {u'ellis_ovatxw': {u'public_address': u'172.30.9.213', u'private_address': u'192.168.120.10', u'name': u'ellis-ovatxw'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:09:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5Vhass /etc/bind/db.clearwater.local 2018-09-04 23:09:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-09-04 23:09:06,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:09:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.9:7253 hs_hostname=hs.clearwater.local:8888 hs_provisioning_hostname=hs-prov.clearwater.local:8889 sprout_impi_store=vellum.clearwater.local sprout_registration_store=vellum.clearwater.local cassandra_hostname=vellum.clearwater.local chronos_hostname=vellum.clearwater.local ralf_session_store=vellum.clearwater.local ralf_hostname=dime.clearwater.local:10888 xdms_hostname=homer.clearwater.local:7888 signaling_dns_server=192.168.120.9 # Email server configuration smtp_smarthost=localhost smtp_username=username smtp_password=password email_recovery_sender=clearwater@example.org # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret homestead_impu_store=vellum.clearwater.local 2018-09-04 23:09:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-04 23:09:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:09:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-04 23:09:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-04 23:09:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-04 23:09:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-09-04 23:09:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-09-04 23:09:06,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-09-04 23:09:06,872 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:09:06,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:06,989 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:06,989 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:06,989 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:06,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:06,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:06,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:06,989 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:09:06,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:06,989 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:06 GMT 2018-09-04 23:09:06,990 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:06,990 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:09:06,990 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:11,995 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:09:12,166 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:12,166 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:12,166 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:12,166 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:12,166 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:12,166 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:12,166 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:12,166 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:07.412Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.059s\nuser\t0m0.003s\nsys\t0m0.057s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:07.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:08.046Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:08.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:08.687Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:39:e8:48 \n inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe39:e848/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:116884 errors:0 dropped:0 overruns:0 frame:0\n TX packets:61126 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:172129298 (172.1 MB) TX bytes:11346735 (11.3 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:22 errors:0 dropped:0 overruns:0 frame:0\n TX packets:22 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:2022 (2.0 KB) TX bytes:2022 (2.0 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:08.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:08.687Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:08.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:08.687Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:08.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:08.687Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 23:00 ? 00:00:01 /sbin/init\nroot 2 0 0 23:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 23:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 23:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 23:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 23:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 23:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 23:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 23:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 23:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 23:00 ? 00:00:00 [migration/0]\nroot 14 2 0 23:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 23:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 23:00 ? 00:00:00 [migration/1]\nroot 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 23:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 23:00 ? 00:00:00 [khelper]\nroot 21 2 0 23:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 23:00 ? 00:00:00 [netns]\nroot 23 2 0 23:00 ? 00:00:00 [writeback]\nroot 24 2 0 23:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 23:00 ? 00:00:00 [bioset]\nroot 26 2 0 23:00 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 23:00 ? 00:00:00 [kblockd]\nroot 28 2 0 23:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 23:00 ? 00:00:00 [khubd]\nroot 30 2 0 23:00 ? 00:00:00 [md]\nroot 31 2 0 23:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 23:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 23:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 23:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 23:00 ? 00:00:00 [vmstat]\nroot 37 2 0 23:00 ? 00:00:00 [ksmd]\nroot 38 2 0 23:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 23:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 23:00 ? 00:00:00 [crypto]\nroot 53 2 0 23:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 23:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 23:00 ? 00:00:00 [vballoon]\nroot 56 2 0 23:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 23:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 23:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 23:00 ? 00:00:00 [deferwq]\nroot 80 2 0 23:00 ? 00:00:00 [charger_manager]\nroot 125 2 0 23:00 ? 00:00:00 [kpsmoused]\nroot 142 2 0 23:00 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 432 2 0 23:00 ? 00:00:00 [kworker/u5:1]\nroot 503 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 599 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 23:00 ? 00:00:00 [kauditd]\nmessage+ 897 1 0 23:00 ? 00:00:00 dbus-daemon --system --fork\nroot 935 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 950 1 0 23:00 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1006 1 0 23:00 ? 00:00:00 rsyslogd\nroot 1051 1 0 23:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 23:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 23:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 23:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 23:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1097 1 0 23:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1100 1 0 23:00 ? 00:00:00 cron\ndaemon 1101 1 0 23:00 ? 00:00:00 atd\nroot 1116 1 0 23:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1119 1 0 23:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 23:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1206 1 0 23:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1452 2 0 23:01 ? 00:00:00 [kworker/1:2]\nubuntu 1652 1 0 23:01 ? 00:00:00 /home/ubuntu/dime_host_mm88je/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_mm88je --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_mm88je --logging-server-logdir=/home/ubuntu/dime_host_mm88je/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_mm88je/work/dime_host_mm88je%I.log --pidfile=/home/ubuntu/dime_host_mm88je/work/dime_host_mm88je.pid\nubuntu 1766 1 0 23:01 ? 00:00:02 python2.7 /home/ubuntu/dime_host_mm88je/env/bin/diamond --configfile /home/ubuntu/dime_host_mm88je/work/plugins/diamond/etc/diamond.conf\nubuntu 1837 1652 0 23:04 ? 00:00:00 /home/ubuntu/dime_host_mm88je/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_mm88je --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_mm88je --logging-server-logdir=/home/ubuntu/dime_host_mm88je/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_mm88je/work/dime_host_mm88je%I.log --pidfile=/home/ubuntu/dime_host_mm88je/work/dime_host_mm88je.pid\nubuntu 1859 1837 0 23:04 ? 00:00:00 /home/ubuntu/dime_host_mm88je/env/bin/python2.7 /home/ubuntu/dime_host_mm88je/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-To56T3\nubuntu 1870 1859 0 23:04 ? 00:00:00 /bin/sh -c /tmp/0IA5K/install-dime.sh\nubuntu 1872 1870 0 23:04 ? 00:00:00 /bin/bash -e /tmp/0IA5K/install-dime.sh\nroot 2534 2 0 23:05 ? 00:00:00 [kworker/u5:2]\nntp 8825 1 0 23:07 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9395 1 0 23:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9396 9395 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9401 1 0 23:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9404 9401 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9406 9396 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9411 9404 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9412 9411 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9684 1 0 23:08 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9760 1 0 23:08 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9761 9760 0 23:08 ? 00:00:00 nginx: worker process\nwww-data 9762 9760 0 23:08 ? 00:00:00 nginx: worker process\nwww-data 9763 9760 0 23:08 ? 00:00:00 nginx: worker process\nwww-data 9764 9760 0 23:08 ? 00:00:00 nginx: worker process\nroot 10158 1 0 23:08 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10162 10158 0 23:08 ? 00:00:00 inotifywait -e create -qq .\nsnmp 10263 1 0 23:08 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10544 1 0 23:09 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 10607 1872 0 23:09 ? 00:00:00 /bin/bash -e /tmp/0IA5K/install-dime.sh\nubuntu 10608 10607 0 23:09 ? 00:00:00 /bin/bash -e /tmp/0IA5K/install-dime.sh\nroot 10609 10608 0 23:09 ? 00:00:00 sudo ps -edf\nroot 10610 10609 0 23:09 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:08.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:08.687Z", "message": "Execution done (return_code=0): /tmp/1FN3S/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:08.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "d53762c6-6de5-4f4a-a0bf-503a2a8dfac4"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:08.687Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:08.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:09.703Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:09.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:09.703Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:09.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:09.703Z", "message": "[dime] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10544/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9684/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9760/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 10544/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1097/sshd \nudp 0 0 192.168.120.17:123 0.0.0.0:* 8825/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8825/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8825/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10263/snmpd \nudp 0 0 0.0.0.0:29277 0.0.0.0:* 599/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10544/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 599/dhclient \nudp6 0 0 fe80::f816:3eff:fe3:123 :::* 8825/ntpd \nudp6 0 0 ::1:123 :::* 8825/ntpd \nudp6 0 0 :::123 :::* 8825/ntpd \nudp6 0 0 :::161 :::* 10263/snmpd \nudp6 0 0 :::60777 :::* 599/dhclient \nudp6 0 0 ::1:53 :::* 10544/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 23222 10263/snmpd /var/agentx/master\nunix 2 [ ACC ] STREAM LISTENING 11051 1652/python2.7 /tmp/cloudify-logging-server-28153.socket\nunix 2 [ ACC ] STREAM LISTENING 12393 1859/python2.7 /tmp/ctx-r9cWD9.socket\nunix 2 [ ACC ] STREAM LISTENING 9301 1119/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 7080 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 21691 9406/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20339 9412/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 8074 897/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7327 391/systemd-udevd /run/udev/control\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:09.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:09.703Z", "message": "[dime] => [04-Sep-2018 23:08:34 UTC] clearwater-diags-monitor starting\n[04-Sep-2018 23:08:34 UTC] Waiting for trigger files\n2018:09:04 23:07:51: Namespace: management\n2018:09:04 23:07:51: [management] Starting server\n2018:09:04 23:07:51: [management] Listening for requests\n2018:09:04 23:07:51: Namespace: signaling\n2018:09:04 23:07:51: [signaling] Starting server\n2018:09:04 23:07:51: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:09.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:09.703Z", "message": "[dime] => /var/log\n/var/log/syslog\n/var/log/clearwater-config-manager\n/var/log/lastlog\n/var/log/ntpstats\n/var/log/dpkg.log\n/var/log/clearwater-diags-monitor.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/ralf\n/var/log/cloud-init-output.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/dist-upgrade\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa04\n/var/log/sysstat/sa04\n/var/log/clearwater-cluster-manager\n/var/log/btmp\n/var/log/kern.log\n/var/log/homestead\n/var/log/homestead/homestead_out.log\n/var/log/homestead/homestead_err.log\n/var/log/homestead/homestead_20180904T230000Z.txt\n/var/log/homestead/homestead_current.txt\n/var/log/unattended-upgrades\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/upstart\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:09.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:10.716Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:10.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:10.716Z", "message": "[dime] => 2018-09-04 23:08:44.292828743 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:10.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:11.033Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:11.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:11.727Z", "message": "Execution done (return_code=0): /tmp/0IA5K/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:11.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:11.727Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:11.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "a282992b-91c8-41a8-9e5e-6ebfb288ecb9"}, {"node_instance_id": "dime_fki4be", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:12.132Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:12.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:12.132Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:12.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 1855, "offset": 1803, "size": 50}}} 2018-09-04 23:09:12,167 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:12,167 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:12 GMT 2018-09-04 23:09:12,167 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:12,167 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25758 2018-09-04 23:09:12,167 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:12,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.059s user 0m0.003s sys 0m0.057s 2018-09-04 23:09:12,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:09:12,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:39:e8:48 inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe39:e848/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:116884 errors:0 dropped:0 overruns:0 frame:0 TX packets:61126 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:172129298 (172.1 MB) TX bytes:11346735 (11.3 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:22 errors:0 dropped:0 overruns:0 frame:0 TX packets:22 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2022 (2.0 KB) TX bytes:2022 (2.0 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-04 23:09:12,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-09-04 23:09:12,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-09-04 23:09:12,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 23:00 ? 00:00:01 /sbin/init root 2 0 0 23:00 ? 00:00:00 [kthreadd] root 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0] root 5 2 0 23:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 23:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 23:00 ? 00:00:00 [rcu_sched] root 8 2 0 23:00 ? 00:00:00 [rcuos/0] root 9 2 0 23:00 ? 00:00:00 [rcuos/1] root 10 2 0 23:00 ? 00:00:00 [rcu_bh] root 11 2 0 23:00 ? 00:00:00 [rcuob/0] root 12 2 0 23:00 ? 00:00:00 [rcuob/1] root 13 2 0 23:00 ? 00:00:00 [migration/0] root 14 2 0 23:00 ? 00:00:00 [watchdog/0] root 15 2 0 23:00 ? 00:00:00 [watchdog/1] root 16 2 0 23:00 ? 00:00:00 [migration/1] root 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 23:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 23:00 ? 00:00:00 [khelper] root 21 2 0 23:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 23:00 ? 00:00:00 [netns] root 23 2 0 23:00 ? 00:00:00 [writeback] root 24 2 0 23:00 ? 00:00:00 [kintegrityd] root 25 2 0 23:00 ? 00:00:00 [bioset] root 26 2 0 23:00 ? 00:00:00 [kworker/u5:0] root 27 2 0 23:00 ? 00:00:00 [kblockd] root 28 2 0 23:00 ? 00:00:00 [ata_sff] root 29 2 0 23:00 ? 00:00:00 [khubd] root 30 2 0 23:00 ? 00:00:00 [md] root 31 2 0 23:00 ? 00:00:00 [devfreq_wq] root 32 2 0 23:00 ? 00:00:00 [kworker/0:1] root 34 2 0 23:00 ? 00:00:00 [khungtaskd] root 35 2 0 23:00 ? 00:00:00 [kswapd0] root 36 2 0 23:00 ? 00:00:00 [vmstat] root 37 2 0 23:00 ? 00:00:00 [ksmd] root 38 2 0 23:00 ? 00:00:00 [khugepaged] root 39 2 0 23:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 23:00 ? 00:00:00 [crypto] root 53 2 0 23:00 ? 00:00:00 [kthrotld] root 54 2 0 23:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 23:00 ? 00:00:00 [vballoon] root 56 2 0 23:00 ? 00:00:00 [kworker/1:1] root 57 2 0 23:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 23:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 23:00 ? 00:00:00 [deferwq] root 80 2 0 23:00 ? 00:00:00 [charger_manager] root 125 2 0 23:00 ? 00:00:00 [kpsmoused] root 142 2 0 23:00 ? 00:00:00 [kworker/0:2] root 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 432 2 0 23:00 ? 00:00:00 [kworker/u5:1] root 503 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon root 599 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 23:00 ? 00:00:00 [kauditd] message+ 897 1 0 23:00 ? 00:00:00 dbus-daemon --system --fork root 935 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-logind root 950 1 0 23:00 ? 00:00:00 upstart-file-bridge --daemon syslog 1006 1 0 23:00 ? 00:00:00 rsyslogd root 1051 1 0 23:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 23:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 23:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 23:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 23:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1097 1 0 23:00 ? 00:00:00 /usr/sbin/sshd -D root 1100 1 0 23:00 ? 00:00:00 cron daemon 1101 1 0 23:00 ? 00:00:00 atd root 1116 1 0 23:00 ? 00:00:00 /usr/sbin/irqbalance root 1119 1 0 23:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 23:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1206 1 0 23:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1452 2 0 23:01 ? 00:00:00 [kworker/1:2] ubuntu 1652 1 0 23:01 ? 00:00:00 /home/ubuntu/dime_host_mm88je/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_mm88je --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_mm88je --logging-server-logdir=/home/ubuntu/dime_host_mm88je/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_mm88je/work/dime_host_mm88je%I.log --pidfile=/home/ubuntu/dime_host_mm88je/work/dime_host_mm88je.pid ubuntu 1766 1 0 23:01 ? 00:00:02 python2.7 /home/ubuntu/dime_host_mm88je/env/bin/diamond --configfile /home/ubuntu/dime_host_mm88je/work/plugins/diamond/etc/diamond.conf ubuntu 1837 1652 0 23:04 ? 00:00:00 /home/ubuntu/dime_host_mm88je/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_mm88je --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_mm88je --logging-server-logdir=/home/ubuntu/dime_host_mm88je/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_mm88je/work/dime_host_mm88je%I.log --pidfile=/home/ubuntu/dime_host_mm88je/work/dime_host_mm88je.pid ubuntu 1859 1837 0 23:04 ? 00:00:00 /home/ubuntu/dime_host_mm88je/env/bin/python2.7 /home/ubuntu/dime_host_mm88je/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-To56T3 ubuntu 1870 1859 0 23:04 ? 00:00:00 /bin/sh -c /tmp/0IA5K/install-dime.sh ubuntu 1872 1870 0 23:04 ? 00:00:00 /bin/bash -e /tmp/0IA5K/install-dime.sh root 2534 2 0 23:05 ? 00:00:00 [kworker/u5:2] ntp 8825 1 0 23:07 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9395 1 0 23:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9396 9395 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9401 1 0 23:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9404 9401 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9406 9396 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9411 9404 0 23:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9412 9411 0 23:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9684 1 0 23:08 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9760 1 0 23:08 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9761 9760 0 23:08 ? 00:00:00 nginx: worker process www-data 9762 9760 0 23:08 ? 00:00:00 nginx: worker process www-data 9763 9760 0 23:08 ? 00:00:00 nginx: worker process www-data 9764 9760 0 23:08 ? 00:00:00 nginx: worker process root 10158 1 0 23:08 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10162 10158 0 23:08 ? 00:00:00 inotifywait -e create -qq . snmp 10263 1 0 23:08 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10544 1 0 23:09 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 10607 1872 0 23:09 ? 00:00:00 /bin/bash -e /tmp/0IA5K/install-dime.sh ubuntu 10608 10607 0 23:09 ? 00:00:00 /bin/bash -e /tmp/0IA5K/install-dime.sh root 10609 10608 0 23:09 ? 00:00:00 sudo ps -edf root 10610 10609 0 23:09 ? 00:00:00 ps -edf real 0m0.009s user 0m0.003s sys 0m0.006s 2018-09-04 23:09:12,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/1FN3S/create_number.sh 2018-09-04 23:09:12,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-09-04 23:09:12,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-09-04 23:09:12,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-09-04 23:09:12,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10544/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9684/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9760/nginx tcp6 0 0 ::1:53 :::* LISTEN 10544/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1097/sshd udp 0 0 192.168.120.17:123 0.0.0.0:* 8825/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8825/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8825/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10263/snmpd udp 0 0 0.0.0.0:29277 0.0.0.0:* 599/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10544/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 599/dhclient udp6 0 0 fe80::f816:3eff:fe3:123 :::* 8825/ntpd udp6 0 0 ::1:123 :::* 8825/ntpd udp6 0 0 :::123 :::* 8825/ntpd udp6 0 0 :::161 :::* 10263/snmpd udp6 0 0 :::60777 :::* 599/dhclient udp6 0 0 ::1:53 :::* 10544/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 23222 10263/snmpd /var/agentx/master unix 2 [ ACC ] STREAM LISTENING 11051 1652/python2.7 /tmp/cloudify-logging-server-28153.socket unix 2 [ ACC ] STREAM LISTENING 12393 1859/python2.7 /tmp/ctx-r9cWD9.socket unix 2 [ ACC ] STREAM LISTENING 9301 1119/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 7080 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 21691 9406/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20339 9412/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 8074 897/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 7327 391/systemd-udevd /run/udev/control real 0m0.007s user 0m0.004s sys 0m0.004s 2018-09-04 23:09:12,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => [04-Sep-2018 23:08:34 UTC] clearwater-diags-monitor starting [04-Sep-2018 23:08:34 UTC] Waiting for trigger files 2018:09:04 23:07:51: Namespace: management 2018:09:04 23:07:51: [management] Starting server 2018:09:04 23:07:51: [management] Listening for requests 2018:09:04 23:07:51: Namespace: signaling 2018:09:04 23:07:51: [signaling] Starting server 2018:09:04 23:07:51: [signaling] Listening for requests real 0m0.005s user 0m0.004s sys 0m0.002s 2018-09-04 23:09:12,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/syslog /var/log/clearwater-config-manager /var/log/lastlog /var/log/ntpstats /var/log/dpkg.log /var/log/clearwater-diags-monitor.log /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/alternatives.log /var/log/boot.log /var/log/ralf /var/log/cloud-init-output.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/dist-upgrade /var/log/sysstat /var/log/sysstat/clearwater-sa04 /var/log/sysstat/sa04 /var/log/clearwater-cluster-manager /var/log/btmp /var/log/kern.log /var/log/homestead /var/log/homestead/homestead_out.log /var/log/homestead/homestead_err.log /var/log/homestead/homestead_20180904T230000Z.txt /var/log/homestead/homestead_current.txt /var/log/unattended-upgrades /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/upstart /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.007s user 0m0.000s sys 0m0.005s 2018-09-04 23:09:12,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-09-04 23:09:12,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-09-04 23:08:44.292828743 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-04 23:09:12,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:09:12,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/0IA5K/install-dime.sh 2018-09-04 23:09:12,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-09-04 23:09:12,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 23:09:12,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:09:12,172 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:09:12,235 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:12,235 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:12,235 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:12,235 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:12,235 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:12,235 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:12,235 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:12,236 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:09:12,236 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:12,236 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:12 GMT 2018-09-04 23:09:12,236 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:12,236 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:09:12,236 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:17,241 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:09:17,462 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:17,462 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:17,462 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:17,462 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:17,462 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:17,462 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:17,462 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:17,463 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:12.605Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:12.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:12.738Z", "message": "Downloaded scripts/bind/bind.py to /tmp/4IQN8/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:12.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5cf46449-6d4d-4081-a6b3-48fef8b6c64c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:13.618Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:13.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:13.748Z", "message": "[localhost] run: sudo mv /tmp/tmpRHyBID /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:13.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5cf46449-6d4d-4081-a6b3-48fef8b6c64c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:13.748Z", "message": "[localhost] run: sudo mv /tmp/tmpgmCU9G /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:13.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5cf46449-6d4d-4081-a6b3-48fef8b6c64c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:13.748Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:13.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5cf46449-6d4d-4081-a6b3-48fef8b6c64c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:13.748Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'ellis': {u'ellis_ovatxw': {u'public_address': u'172.30.9.213', u'private_address': u'192.168.120.10', u'name': u'ellis-ovatxw'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}, u'dime': {u'dime_fki4be': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-fki4be'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:13.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5cf46449-6d4d-4081-a6b3-48fef8b6c64c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:13.748Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:13.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5cf46449-6d4d-4081-a6b3-48fef8b6c64c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:13.748Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:13.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5cf46449-6d4d-4081-a6b3-48fef8b6c64c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:13.748Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:13.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5cf46449-6d4d-4081-a6b3-48fef8b6c64c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:13.748Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:13.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5cf46449-6d4d-4081-a6b3-48fef8b6c64c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:13.748Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:13.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5cf46449-6d4d-4081-a6b3-48fef8b6c64c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:13.748Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:13.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5cf46449-6d4d-4081-a6b3-48fef8b6c64c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:13.748Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:13.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5cf46449-6d4d-4081-a6b3-48fef8b6c64c"}], "metadata": {"pagination": {"total": 1872, "offset": 1823, "size": 50}}} 2018-09-04 23:09:17,463 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:17,463 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:17 GMT 2018-09-04 23:09:17,463 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:17,463 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8347 2018-09-04 23:09:17,463 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:17,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:09:17,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/4IQN8/bind.py 2018-09-04 23:09:17,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:09:17,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpRHyBID /etc/bind/db.clearwater.opnfv 2018-09-04 23:09:17,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpgmCU9G /etc/bind/db.clearwater.local 2018-09-04 23:09:17,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-04 23:09:17,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'ellis': {u'ellis_ovatxw': {u'public_address': u'172.30.9.213', u'private_address': u'192.168.120.10', u'name': u'ellis-ovatxw'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}, u'dime': {u'dime_fki4be': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-fki4be'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:09:17,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-04 23:09:17,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-04 23:09:17,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:09:17,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-04 23:09:17,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:09:17,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:09:17,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-04 23:09:17,466 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:09:17,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:17,527 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:17,527 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:17,527 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:17,527 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:17,527 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:17,527 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:17,528 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:09:17,528 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:17,528 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:17 GMT 2018-09-04 23:09:17,528 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:17,528 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:09:17,528 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:22,534 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:09:22,968 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:22,969 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:22,969 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:22,969 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:22,969 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:22,969 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:22,969 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:22,969 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1872, "offset": 1837, "size": 50}}} 2018-09-04 23:09:22,969 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:22,970 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:22 GMT 2018-09-04 23:09:22,970 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:22,970 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:09:22,970 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:22,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:09:23,117 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:23,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:23,118 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:23,118 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:23,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:23,118 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:23,118 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:23,118 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:09:23,118 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:23,118 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:23 GMT 2018-09-04 23:09:23,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:23,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:09:23,119 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:28,124 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:09:28,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:28,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:28,656 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:28,656 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:28,656 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:28,656 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:28,656 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:28,657 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1872, "offset": 1837, "size": 50}}} 2018-09-04 23:09:28,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:28,657 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:28 GMT 2018-09-04 23:09:28,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:28,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:09:28,657 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:28,657 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:09:28,724 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:28,724 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:28,724 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:28,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:28,725 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:28,725 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:28,725 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:28,725 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:09:28,725 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:28,725 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:28 GMT 2018-09-04 23:09:28,725 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:28,725 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:09:28,725 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:33,731 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:09:34,023 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:34,023 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:34,023 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:34,023 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:34,024 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:34,024 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:34,024 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:34,024 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1872, "offset": 1837, "size": 50}}} 2018-09-04 23:09:34,024 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:34,024 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:34 GMT 2018-09-04 23:09:34,024 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:34,024 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:09:34,024 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:34,025 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:09:34,114 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:34,114 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:34,114 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:34,114 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:34,114 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:34,115 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:34,115 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:34,115 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:09:34,115 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:34,115 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:34 GMT 2018-09-04 23:09:34,115 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:34,115 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:09:34,115 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:39,116 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:09:39,644 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:39,644 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:39,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:39,645 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:39,645 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:39,645 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:39,645 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:39,645 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:35.139Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:35.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}], "metadata": {"pagination": {"total": 1873, "offset": 1837, "size": 50}}} 2018-09-04 23:09:39,645 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:39,645 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:39 GMT 2018-09-04 23:09:39,645 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:39,646 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 624 2018-09-04 23:09:39,646 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:39,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-04 23:09:39,646 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:09:39,714 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:39,714 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:39,714 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:39,714 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:39,714 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:39,714 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:39,715 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:39,715 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:09:39,715 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:39,715 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:39 GMT 2018-09-04 23:09:39,715 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:39,715 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:09:39,715 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:44,721 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:09:44,804 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:44,804 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:44,804 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:44,804 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:44,804 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:44,805 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:44,805 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:44,805 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:43.470Z", "message": "[vellum] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-management\n0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 6,120 kB of archives.\nAfter this operation, 6,458 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 6,120 kB in 1s (5,602 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59670 files and directories currently installed.)\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m8.131s\nuser\t0m3.514s\nsys\t0m0.832s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:43.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:43.948Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:43.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:43.948Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:43.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}], "metadata": {"pagination": {"total": 1876, "offset": 1838, "size": 50}}} 2018-09-04 23:09:44,805 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:44,805 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:44 GMT 2018-09-04 23:09:44,805 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:44,805 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6391 2018-09-04 23:09:44,805 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:44,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager The following NEW packages will be installed: clearwater-cluster-manager clearwater-management 0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded. Need to get 6,120 kB of archives. After this operation, 6,458 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 6,120 kB in 1s (5,602 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59670 files and directories currently installed.) Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m8.131s user 0m3.514s sys 0m0.832s 2018-09-04 23:09:44,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-09-04 23:09:44,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-09-04 23:09:44,807 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:09:44,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:44,982 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:44,982 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:44,982 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:44,982 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:44,982 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:44,982 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:44,982 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:09:44,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:44,983 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:44 GMT 2018-09-04 23:09:44,983 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:44,983 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:09:44,983 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:49,988 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:09:50,075 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:50,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:50,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:50,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:50,076 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:50,076 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:50,076 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:50,076 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:44.973Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:44.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:46.424Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.084s\nuser\t0m0.010s\nsys\t0m0.053s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:46.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:47.087Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:47.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:47.087Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:47.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:47.087Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:66:35:3a \n inet addr:192.168.120.14 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe66:353a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:148751 errors:0 dropped:0 overruns:0 frame:0\n TX packets:66032 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:218793843 (218.7 MB) TX bytes:12356424 (12.3 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:74 errors:0 dropped:0 overruns:0 frame:0\n TX packets:74 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:6718 (6.7 KB) TX bytes:6718 (6.7 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:47.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:48.099Z", "message": "[vellum] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 14249/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1103/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12629/monit \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12303/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14249/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1103/sshd \nudp 0 0 192.168.120.14:123 0.0.0.0:* 11900/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 11900/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 11900/ntpd \nudp 0 0 0.0.0.0:50752 0.0.0.0:* 652/dhclient \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12303/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14249/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 652/dhclient \nudp6 0 0 fe80::f816:3eff:fe6:123 :::* 11900/ntpd \nudp6 0 0 ::1:123 :::* 11900/ntpd \nudp6 0 0 :::123 :::* 11900/ntpd \nudp6 0 0 :::61250 :::* 652/dhclient \nudp6 0 0 ::1:53 :::* 14249/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8191 991/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11009 1652/python2.7 /tmp/cloudify-logging-server-66a2d.socket\nunix 2 [ ACC ] STREAM LISTENING 11778 1865/python2.7 /tmp/ctx-9NCCxK.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7258 394/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 6890 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9352 1124/acpid /var/run/acpid.socket\n\nreal\t0m0.007s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:48.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:48.099Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:48.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:48.099Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:48.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:48.099Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 23:00 ? 00:00:00 /sbin/init\nroot 2 0 0 23:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 23:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 23:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 23:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 23:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 23:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 23:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 23:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 23:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 23:00 ? 00:00:00 [migration/0]\nroot 14 2 0 23:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 23:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 23:00 ? 00:00:00 [migration/1]\nroot 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 23:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 23:00 ? 00:00:00 [khelper]\nroot 21 2 0 23:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 23:00 ? 00:00:00 [netns]\nroot 23 2 0 23:00 ? 00:00:00 [writeback]\nroot 24 2 0 23:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 23:00 ? 00:00:00 [bioset]\nroot 26 2 0 23:00 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 23:00 ? 00:00:00 [kblockd]\nroot 28 2 0 23:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 23:00 ? 00:00:00 [khubd]\nroot 30 2 0 23:00 ? 00:00:00 [md]\nroot 31 2 0 23:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 23:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 23:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 23:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 23:00 ? 00:00:00 [vmstat]\nroot 37 2 0 23:00 ? 00:00:00 [ksmd]\nroot 38 2 0 23:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 23:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 23:00 ? 00:00:00 [crypto]\nroot 53 2 0 23:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 23:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 23:00 ? 00:00:00 [vballoon]\nroot 56 2 0 23:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 23:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 23:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 23:00 ? 00:00:00 [deferwq]\nroot 80 2 0 23:00 ? 00:00:00 [charger_manager]\nroot 123 2 0 23:00 ? 00:00:00 [kpsmoused]\nroot 128 2 0 23:00 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver]\nroot 389 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 394 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 508 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 652 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 810 2 0 23:00 ? 00:00:00 [kworker/u5:2]\nroot 823 2 0 23:00 ? 00:00:00 [kauditd]\nroot 942 1 0 23:00 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 991 1 0 23:00 ? 00:00:00 dbus-daemon --system --fork\nsyslog 1003 1 0 23:00 ? 00:00:00 rsyslogd\nroot 1019 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1056 1 0 23:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1059 1 0 23:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1063 1 0 23:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1064 1 0 23:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1066 1 0 23:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1103 1 0 23:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1109 1 0 23:00 ? 00:00:00 cron\ndaemon 1110 1 0 23:00 ? 00:00:00 atd\nroot 1117 1 0 23:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1124 1 0 23:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1204 1 0 23:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1211 1 0 23:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1556 2 0 23:01 ? 00:00:00 [kworker/0:2]\nubuntu 1652 1 0 23:01 ? 00:00:00 /home/ubuntu/vellum_host_6slpfi/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_6slpfi --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_6slpfi --logging-server-logdir=/home/ubuntu/vellum_host_6slpfi/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_6slpfi/work/vellum_host_6slpfi%I.log --pidfile=/home/ubuntu/vellum_host_6slpfi/work/vellum_host_6slpfi.pid\nubuntu 1766 1 0 23:01 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_6slpfi/env/bin/diamond --configfile /home/ubuntu/vellum_host_6slpfi/work/plugins/diamond/etc/diamond.conf\nubuntu 1843 1652 0 23:04 ? 00:00:00 /home/ubuntu/vellum_host_6slpfi/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_6slpfi --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_6slpfi --logging-server-logdir=/home/ubuntu/vellum_host_6slpfi/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_6slpfi/work/vellum_host_6slpfi%I.log --pidfile=/home/ubuntu/vellum_host_6slpfi/work/vellum_host_6slpfi.pid\nubuntu 1865 1843 0 23:04 ? 00:00:00 /home/ubuntu/vellum_host_6slpfi/env/bin/python2.7 /home/ubuntu/vellum_host_6slpfi/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-WIA8H3\nubuntu 1876 1865 0 23:04 ? 00:00:00 /bin/sh -c /tmp/M6U1U/install-vellum.sh\nubuntu 1878 1876 0 23:04 ? 00:00:00 /bin/bash -e /tmp/M6U1U/install-vellum.sh\nroot 2462 2 0 23:05 ? 00:00:00 [kworker/u5:1]\nntp 11900 1 0 23:08 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12303 1 0 23:08 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 12629 1 0 23:08 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13281 1 0 23:09 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13289 13281 0 23:09 ? 00:00:00 cpulimit -e astaire -l 10\nroot 13733 12629 0 23:09 ? 00:00:00 [check-monit-upt] \ndnsmasq 14249 1 0 23:09 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 14313 1878 0 23:09 ? 00:00:00 /bin/bash -e /tmp/M6U1U/install-vellum.sh\nubuntu 14314 14313 0 23:09 ? 00:00:00 /bin/bash -e /tmp/M6U1U/install-vellum.sh\nroot 14315 14314 0 23:09 ? 00:00:00 sudo ps -edf\nroot 14316 14315 0 23:09 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:48.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:49.135Z", "message": "[vellum] => /var/log\n/var/log/syslog\n/var/log/clearwater-config-manager\n/var/log/lastlog\n/var/log/ntpstats\n/var/log/dpkg.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cassandra\n/var/log/cassandra/system.log\n/var/log/cloud-init-output.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/chronos\n/var/log/dist-upgrade\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa04\n/var/log/clearwater-cluster-manager\n/var/log/btmp\n/var/log/kern.log\n/var/log/rogers\n/var/log/astaire\n/var/log/astaire/astaire_20180904T230000Z.txt\n/var/log/astaire/astaire_out.log\n/var/log/astaire/astaire_err.log\n/var/log/astaire/astaire_current.txt\n/var/log/unattended-upgrades\n/var/log/memcached.log\n/var/log/upstart\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/astaire-throttle.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:49.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:49.135Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:49.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:49.135Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:49.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}], "metadata": {"pagination": {"total": 1890, "offset": 1841, "size": 50}}} 2018-09-04 23:09:50,076 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:50,076 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:50 GMT 2018-09-04 23:09:50,077 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:50,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19474 2018-09-04 23:09:50,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:50,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-09-04 23:09:50,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.084s user 0m0.010s sys 0m0.053s 2018-09-04 23:09:50,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-09-04 23:09:50,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-09-04 23:09:50,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:66:35:3a inet addr:192.168.120.14 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe66:353a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:148751 errors:0 dropped:0 overruns:0 frame:0 TX packets:66032 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:218793843 (218.7 MB) TX bytes:12356424 (12.3 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:74 errors:0 dropped:0 overruns:0 frame:0 TX packets:74 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:6718 (6.7 KB) TX bytes:6718 (6.7 KB) real 0m0.005s user 0m0.004s sys 0m0.003s 2018-09-04 23:09:50,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 14249/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1103/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12629/monit tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12303/memcached tcp6 0 0 ::1:53 :::* LISTEN 14249/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1103/sshd udp 0 0 192.168.120.14:123 0.0.0.0:* 11900/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11900/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11900/ntpd udp 0 0 0.0.0.0:50752 0.0.0.0:* 652/dhclient udp 0 0 127.0.0.1:11211 0.0.0.0:* 12303/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14249/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 652/dhclient udp6 0 0 fe80::f816:3eff:fe6:123 :::* 11900/ntpd udp6 0 0 ::1:123 :::* 11900/ntpd udp6 0 0 :::123 :::* 11900/ntpd udp6 0 0 :::61250 :::* 652/dhclient udp6 0 0 ::1:53 :::* 14249/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8191 991/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11009 1652/python2.7 /tmp/cloudify-logging-server-66a2d.socket unix 2 [ ACC ] STREAM LISTENING 11778 1865/python2.7 /tmp/ctx-9NCCxK.socket unix 2 [ ACC ] SEQPACKET LISTENING 7258 394/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 6890 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9352 1124/acpid /var/run/acpid.socket real 0m0.007s user 0m0.003s sys 0m0.004s 2018-09-04 23:09:50,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-09-04 23:09:50,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-09-04 23:09:50,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 23:00 ? 00:00:00 /sbin/init root 2 0 0 23:00 ? 00:00:00 [kthreadd] root 3 2 0 23:00 ? 00:00:00 [ksoftirqd/0] root 5 2 0 23:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 23:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 23:00 ? 00:00:00 [rcu_sched] root 8 2 0 23:00 ? 00:00:00 [rcuos/0] root 9 2 0 23:00 ? 00:00:00 [rcuos/1] root 10 2 0 23:00 ? 00:00:00 [rcu_bh] root 11 2 0 23:00 ? 00:00:00 [rcuob/0] root 12 2 0 23:00 ? 00:00:00 [rcuob/1] root 13 2 0 23:00 ? 00:00:00 [migration/0] root 14 2 0 23:00 ? 00:00:00 [watchdog/0] root 15 2 0 23:00 ? 00:00:00 [watchdog/1] root 16 2 0 23:00 ? 00:00:00 [migration/1] root 17 2 0 23:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 23:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 23:00 ? 00:00:00 [khelper] root 21 2 0 23:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 23:00 ? 00:00:00 [netns] root 23 2 0 23:00 ? 00:00:00 [writeback] root 24 2 0 23:00 ? 00:00:00 [kintegrityd] root 25 2 0 23:00 ? 00:00:00 [bioset] root 26 2 0 23:00 ? 00:00:00 [kworker/u5:0] root 27 2 0 23:00 ? 00:00:00 [kblockd] root 28 2 0 23:00 ? 00:00:00 [ata_sff] root 29 2 0 23:00 ? 00:00:00 [khubd] root 30 2 0 23:00 ? 00:00:00 [md] root 31 2 0 23:00 ? 00:00:00 [devfreq_wq] root 32 2 0 23:00 ? 00:00:00 [kworker/0:1] root 34 2 0 23:00 ? 00:00:00 [khungtaskd] root 35 2 0 23:00 ? 00:00:00 [kswapd0] root 36 2 0 23:00 ? 00:00:00 [vmstat] root 37 2 0 23:00 ? 00:00:00 [ksmd] root 38 2 0 23:00 ? 00:00:00 [khugepaged] root 39 2 0 23:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 23:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 23:00 ? 00:00:00 [crypto] root 53 2 0 23:00 ? 00:00:00 [kthrotld] root 54 2 0 23:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 23:00 ? 00:00:00 [vballoon] root 56 2 0 23:00 ? 00:00:00 [kworker/1:1] root 57 2 0 23:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 23:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 23:00 ? 00:00:00 [deferwq] root 80 2 0 23:00 ? 00:00:00 [charger_manager] root 123 2 0 23:00 ? 00:00:00 [kpsmoused] root 128 2 0 23:00 ? 00:00:00 [kworker/1:2] root 186 2 0 23:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 23:00 ? 00:00:00 [ext4-rsv-conver] root 389 1 0 23:00 ? 00:00:00 upstart-udev-bridge --daemon root 394 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 508 1 0 23:00 ? 00:00:00 upstart-socket-bridge --daemon root 652 1 0 23:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 810 2 0 23:00 ? 00:00:00 [kworker/u5:2] root 823 2 0 23:00 ? 00:00:00 [kauditd] root 942 1 0 23:00 ? 00:00:00 upstart-file-bridge --daemon message+ 991 1 0 23:00 ? 00:00:00 dbus-daemon --system --fork syslog 1003 1 0 23:00 ? 00:00:00 rsyslogd root 1019 1 0 23:00 ? 00:00:00 /lib/systemd/systemd-logind root 1056 1 0 23:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1059 1 0 23:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1063 1 0 23:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1064 1 0 23:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1066 1 0 23:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1103 1 0 23:00 ? 00:00:00 /usr/sbin/sshd -D root 1109 1 0 23:00 ? 00:00:00 cron daemon 1110 1 0 23:00 ? 00:00:00 atd root 1117 1 0 23:00 ? 00:00:00 /usr/sbin/irqbalance root 1124 1 0 23:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1204 1 0 23:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1211 1 0 23:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1556 2 0 23:01 ? 00:00:00 [kworker/0:2] ubuntu 1652 1 0 23:01 ? 00:00:00 /home/ubuntu/vellum_host_6slpfi/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_6slpfi --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_6slpfi --logging-server-logdir=/home/ubuntu/vellum_host_6slpfi/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_6slpfi/work/vellum_host_6slpfi%I.log --pidfile=/home/ubuntu/vellum_host_6slpfi/work/vellum_host_6slpfi.pid ubuntu 1766 1 0 23:01 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_6slpfi/env/bin/diamond --configfile /home/ubuntu/vellum_host_6slpfi/work/plugins/diamond/etc/diamond.conf ubuntu 1843 1652 0 23:04 ? 00:00:00 /home/ubuntu/vellum_host_6slpfi/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_6slpfi --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_6slpfi --logging-server-logdir=/home/ubuntu/vellum_host_6slpfi/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_6slpfi/work/vellum_host_6slpfi%I.log --pidfile=/home/ubuntu/vellum_host_6slpfi/work/vellum_host_6slpfi.pid ubuntu 1865 1843 0 23:04 ? 00:00:00 /home/ubuntu/vellum_host_6slpfi/env/bin/python2.7 /home/ubuntu/vellum_host_6slpfi/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-WIA8H3 ubuntu 1876 1865 0 23:04 ? 00:00:00 /bin/sh -c /tmp/M6U1U/install-vellum.sh ubuntu 1878 1876 0 23:04 ? 00:00:00 /bin/bash -e /tmp/M6U1U/install-vellum.sh root 2462 2 0 23:05 ? 00:00:00 [kworker/u5:1] ntp 11900 1 0 23:08 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12303 1 0 23:08 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12629 1 0 23:08 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13281 1 0 23:09 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13289 13281 0 23:09 ? 00:00:00 cpulimit -e astaire -l 10 root 13733 12629 0 23:09 ? 00:00:00 [check-monit-upt] dnsmasq 14249 1 0 23:09 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 14313 1878 0 23:09 ? 00:00:00 /bin/bash -e /tmp/M6U1U/install-vellum.sh ubuntu 14314 14313 0 23:09 ? 00:00:00 /bin/bash -e /tmp/M6U1U/install-vellum.sh root 14315 14314 0 23:09 ? 00:00:00 sudo ps -edf root 14316 14315 0 23:09 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2018-09-04 23:09:50,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/syslog /var/log/clearwater-config-manager /var/log/lastlog /var/log/ntpstats /var/log/dpkg.log /var/log/auth.log /var/log/dmesg.0 /var/log/alternatives.log /var/log/boot.log /var/log/cassandra /var/log/cassandra/system.log /var/log/cloud-init-output.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/chronos /var/log/dist-upgrade /var/log/sysstat /var/log/sysstat/clearwater-sa04 /var/log/clearwater-cluster-manager /var/log/btmp /var/log/kern.log /var/log/rogers /var/log/astaire /var/log/astaire/astaire_20180904T230000Z.txt /var/log/astaire/astaire_out.log /var/log/astaire/astaire_err.log /var/log/astaire/astaire_current.txt /var/log/unattended-upgrades /var/log/memcached.log /var/log/upstart /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/astaire-throttle.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.008s user 0m0.004s sys 0m0.001s 2018-09-04 23:09:50,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2018-09-04 23:09:50,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-09-04 23:09:50,080 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:09:50,140 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:50,140 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:50,140 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:50,140 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:50,140 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:50,140 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:50,140 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:50,141 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:09:50,141 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:50,141 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:50 GMT 2018-09-04 23:09:50,141 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:50,141 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:09:50,141 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:55,146 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:09:55,264 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:55,264 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:55,264 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:55,264 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:55,264 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:55,264 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:55,265 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:55,265 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:50.145Z", "message": "[vellum] => INFO [main] 2018-09-04 23:06:18,647 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2018-09-04 23:06:18,662 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-04 23:06:18,751 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-09-04 23:06:18,904 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2018-09-04 23:06:18,912 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2018-09-04 23:06:18,912 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2018-09-04 23:06:19,268 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-04 23:06:19,282 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-09-04 23:06:19,337 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2018-09-04 23:06:19,337 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2018-09-04 23:06:19,337 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2018-09-04 23:06:19,337 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 711552(694K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2018-09-04 23:06:19,337 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 73992576(72258K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2018-09-04 23:06:19,337 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2018-09-04 23:06:19,338 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2018-09-04 23:06:19,338 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16716856(16325K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2018-09-04 23:06:19,338 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar\nINFO [main] 2018-09-04 23:06:19,338 CassandraDaemon.java:207 - JVM Arguments: [-ea, -javaagent:/usr/share/cassandra/lib/jamm-0.3.0.jar, -XX:+CMSClassUnloadingEnabled, -XX:+UseThreadPriorities, -XX:ThreadPriorityPolicy=42, -Xms1000M, -Xmx1000M, -Xmn200M, -XX:+HeapDumpOnOutOfMemoryError, -Xss256k, -XX:StringTableSize=1000003, -XX:+UseParNewGC, -XX:+UseConcMarkSweepGC, -XX:+CMSParallelRemarkEnabled, -XX:SurvivorRatio=8, -XX:MaxTenuringThreshold=1, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+UseTLAB, -XX:CompileCommandFile=/etc/cassandra/hotspot_compiler, -XX:CMSWaitDuration=10000, -XX:+CMSParallelInitialMarkEnabled, -XX:+CMSEdenChunksRecordAlways, -XX:CMSWaitDuration=10000, -XX:+UseCondCardMark, -Djava.net.preferIPv4Stack=true, -Dcassandra.jmx.local.port=7199, -XX:+DisableExplicitGC, -Dlogback.configurationFile=logback.xml, -Dcassandra.logdir=/var/log/cassandra, -Dcassandra.storagedir=, -Dcassandra-pidfile=/var/run/cassandra/cassandra.pid, -XX:HeapDumpPath=/var/lib/cassandra/java_1536102377.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1536102377.log]\nINFO [main] 2018-09-04 23:06:19,425 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2018-09-04 23:06:19,425 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2018-09-04 23:06:19,499 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2018-09-04 23:06:19,501 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2018-09-04 23:06:19,501 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2018-09-04 23:06:19,505 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2018-09-04 23:06:19,510 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2018-09-04 23:06:19,515 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2018-09-04 23:06:19,516 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2018-09-04 23:06:19,585 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2018-09-04 23:06:20,767 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2018-09-04 23:06:20,773 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2018-09-04 23:06:20,777 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2018-09-04 23:06:20,782 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2018-09-04 23:06:20,786 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2018-09-04 23:06:20,790 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2018-09-04 23:06:20,794 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2018-09-04 23:06:20,798 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2018-09-04 23:06:20,802 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2018-09-04 23:06:20,805 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2018-09-04 23:06:20,811 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2018-09-04 23:06:20,814 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2018-09-04 23:06:20,817 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2018-09-04 23:06:20,821 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2018-09-04 23:06:20,824 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2018-09-04 23:06:20,827 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2018-09-04 23:06:20,898 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2018-09-04 23:06:20,899 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2018-09-04 23:06:20,942 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-04 23:06:20,947 Memtable.java:347 - Writing Memtable-local@1402242611(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-04 23:06:20,978 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=399)\nINFO [main] 2018-09-04 23:06:21,684 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2018-09-04 23:06:21,814 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2018-09-04 23:06:21,814 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2018-09-04 23:06:21,817 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2018-09-04 23:06:21,828 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes\nINFO [main] 2018-09-04 23:06:21,829 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2018-09-04 23:06:21,843 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-04 23:06:21,851 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nWARN [main] 2018-09-04 23:06:21,861 SystemKeyspace.java:765 - No host ID found, created d1cb2f9a-1b86-4e6a-96c6-4472a9f1f41a (Note: This should happen exactly once per node).\nINFO [main] 2018-09-04 23:06:21,863 StorageService.java:807 - Starting up server gossip\nINFO [main] 2018-09-04 23:06:21,865 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-04 23:06:21,866 Memtable.java:347 - Writing Memtable-local@1124494804(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-04 23:06:21,867 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-2-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=93397)\nINFO [main] 2018-09-04 23:06:22,309 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-04 23:06:22,317 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-09-04 23:06:22,341 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2018-09-04 23:06:22,353 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-04 23:06:22,360 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-09-04 23:06:22,368 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-04 23:06:22,375 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-09-04 23:06:22,382 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2018-09-04 23:06:22,383 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-04 23:06:22,389 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-09-04 23:06:22,399 StorageService.java:959 - Generated random tokens. tokens are [-6680416888381740970, -4228321545035915121, -4386687708892362378, -3696307944772665577, -7739926916142539429, 6877113584638525830, 2858247779961134710, -2264949329733563713, 59361898340083094, 5235639907989497214, 2680801442868022800, -9053324145360392232, 2911661524521015922, 784550743121795626, 2020893702388140161, -2942180300937962622, 5836869946557225746, -9124855251062218065, -7864565632738666230, -508573109163937584, -4624859021999898618, 153222256062884584, -4266621002821474870, 7602911619667697738, 1462045730215177340, -1430491628084779449, -3455478726796479904, 5519876038648148814, -6623707823392442344, -5042826584004075239, 4262228536479041326, 2193904435779960613, -2441543409328557227, 6078536333573826425, 2883607970978159054, -4352806027834636240, -2293000139758961071, 3625087101553662901, -7183666895397718171, -1463242485551756362, 8250597601299727892, 3044752800899740197, -6806374215900173780, -6088065409771764832, -4631673292806075853, -838949215501066772, -65329385667004018, 2137728227524942716, -4420997201249320036, -6913362877563956961, 6263052856732969165, 2578608451164472328, 795968639406400376, 4276171374412278867, 2756129591793316397, 3252791039171207727, 2657933972851380612, -2675065333420384065, -340574130779545667, -2980952076272624120, 1479519861449303695, -4623165478969907418, -2202449121016660634, -7360669325740157335, -3181736345513135334, 5186188799895842936, 3922442137228336491, -9051474634679923061, 5373944581927290842, -7809264041609067604, -2413539383173946622, 4489736666609482780, 8705054658249243398, -7968023123106246831, 492743723446121778, -7651423587771640102, -2084231936228476579, 2277939377525999604, -5830528423673806402, -5893205767916468385, -4334261561846942117, 1736405920332828941, 7754056858856177940, 1135096732208181377, -3923731515576456086, 8853408963698241141, -6197599375862725676, 2795709413097384628, -4938315455768968018, -4329668801218165799, 7320868599639339049, 2014911584602207601, 5380070773849221630, 7230128210019842763, -3458393711335389283, -719000748817728641, 8044418449479256114, -7229347402854193132, -8731207829694756143, 6388551384103930104, 2369719783976130523, -2955922756035015689, 4084759603806515940, 2775526195091812595, 8891871364526752262, 7930274446769489502, 1053849407811878348, 5330554921810570183, 5100992094533207532, -7785276328485179773, 8138085694059449596, -5336622519667169049, 3575735333158966672, -4198582324499779611, 5587452038084545595, 8117214579873170209, -4197229581885510008, -2510421115314123706, -5260050403779699738, 7975838981718221594, -3147537705893123087, -2027063172348373323, -65079659108413699, 3124921910607270862, 1705033854489340244, -7844742365260480815, -7206206060933538700, -831509039277350139, -3978216017577294510, -2367980462383580449, 49344509062007568, -6236717951845169831, -1518382737709597997, -7753960074060997132, -863911597143034308, -4660744885636793078, -5301981604423377626, -7060608414324784443, 7604131093008922343, -2376051810058831915, -897106650541395428, -2819910346936059730, -2117401690619725766, -2348755485632400555, -4517131963714250710, 4288305240932430011, 8481811574113889228, 2867030643095735600, -7428419858188442078, 5794774106360270048, 8205560465867414878, 8268483722457883688, 2177156737315051331, -5303839940237708490, -3610921287505962965, 3589805536050634155, -8309852997043943671, 2536623264309376741, -7489447232952324094, -6634354473391741532, 2054609262167921253, -4932980814669563949, 6757319012890822803, 5902900178673933454, -3640635106806487363, 7832287064952718385, -4424169436098887275, 1869701712205668363, 8817105759528489562, 4223419936964914835, 441601420023966152, 4887682909125444130, 317204255707675391, 549738734781018193, 8587952732442958674, 8300239606845644009, -874006733838370069, 5114255676959112952, 8925192634220386787, -1727044880884114644, -4578936867368649305, 8089192138247053664, -1106733780472921924, 2618936549086927257, 3558761638669278888, 1241511744216198042, -7647056038419383460, -4613635317883225446, 6355238083247618625, -8815463113605120315, 1655623029235540771, 4591687779859953343, 4320692312862417830, -8076205822902744703, 9161610255547285611, 2614237965613575717, -3802293720613809661, 8486237677692695615, -7098160243449413671, -3471083495678810524, -794274234267329333, -3524749510080718128, -1092375514443976501, -9143309662140052458, 4781300771782222898, 8233167458255008393, 5932326025009463392, -1833733706773665341, 6703989993021666626, -7838470115912716459, -8910734816406099801, -3964899790894740566, 7923450386180010404, 1985246058228655366, 8810619081251035226, -4849947080631145544, 8368905987420550692, -6809839545659919180, 8523255126046028699, 459820017602354513, -3373119191265275873, -2067126041470420182, -7728080975685657738, -3394990764940458585, -1017496620047108977, 3303486606122480284, -3058448873784095414, 501593787829651403, -7409088336153931833, -8846669544861899321, -1100221935727158648, 4542384090890216641, 8901709129248247709, -2156439704789494886, 8341480536812809569, 6710584016974908544, -7016977699310034739, 5077514752509577855, -5650161465696426181, 6114322552540954869, -3648917703551194486, 8576920605312194151, 7906186815838508068, 7535834288495170994, -2264274032070222821, -1535949258845154531, -2011309692118832498, -5496407063048734408, -1817097807107767392, 7266816900632199242, -2551057809502482506, 3123791285931995270, -4402410431855336079, -2080876378993634170, -188318165010983309, 8105281966094220482]\nINFO [main] 2018-09-04 23:06:22,408 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@7f3ce34e[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false], events=org.apache.cassandra.config.CFMetaData@572681fc[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]}, durableWrites=true, userTypes=org.apache.cassandra.config.UTMetaData@6bf76ed6}\nINFO [MigrationStage:1] 2018-09-04 23:06:22,437 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-04 23:06:22,438 Memtable.java:347 - Writing Memtable-schema_keyspaces@464223909(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-04 23:06:22,439 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_keyspaces-b0f2235744583cdb9631c43e59ce3676/system-schema_keyspaces-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=102352)\nINFO [MigrationStage:1] 2018-09-04 23:06:22,715 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-04 23:06:22,716 Memtable.java:347 - Writing Memtable-schema_columnfamilies@463470521(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-04 23:06:22,725 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columnfamilies-45f5b36024bc3f83a3631034ea4fa697/system-schema_columnfamilies-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=102352)\nINFO [MigrationStage:1] 2018-09-04 23:06:23,243 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-04 23:06:23,243 Memtable.java:347 - Writing Memtable-schema_columns@1923379505(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-04 23:06:23,264 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=102352)\nINFO [MigrationStage:1] 2018-09-04 23:06:24,619 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-04 23:06:24,619 Memtable.java:347 - Writing Memtable-schema_triggers@950252803(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-04 23:06:24,620 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_triggers-0359bc7171233ee19a4ab9dfb11fc125/system-schema_triggers-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=102352)\nINFO [MigrationStage:1] 2018-09-04 23:06:25,009 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-04 23:06:25,010 Memtable.java:347 - Writing Memtable-schema_usertypes@728298673(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-04 23:06:25,011 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_usertypes-3aa752254f82350b8d5c430fa221fa0a/system-schema_usertypes-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=102352)\nINFO [MigrationStage:1] 2018-09-04 23:06:25,470 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@390bd89a[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-09-04 23:06:25,474 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2018-09-04 23:06:25,475 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@750746fc[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-09-04 23:06:25,480 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2018-09-04 23:06:25,512 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-04 23:06:25,513 Memtable.java:347 - Writing Memtable-local@1305003179(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-04 23:06:25,514 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-3-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=102595)\nINFO [main] 2018-09-04 23:06:26,088 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51483 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-04 23:06:26,089 Memtable.java:347 - Writing Memtable-local@220652364(8.369KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-04 23:06:26,100 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-4-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=114589)\nINFO [CompactionExecutor:1] 2018-09-04 23:06:26,627 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db')]\nINFO [main] 2018-09-04 23:06:26,660 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2018-09-04 23:06:26,751 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2018-09-04 23:06:26,778 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c]\nINFO [main] 2018-09-04 23:06:26,779 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2018-09-04 23:06:26,823 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2018-09-04 23:06:26,828 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:1] 2018-09-04 23:06:27,249 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,925 bytes to 5,767 (~97% of original) in 615ms = 0.008943MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2018-09-04 23:08:52,816 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2018-09-04 23:08:52,830 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2018-09-04 23:08:52,830 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2018-09-04 23:08:52,831 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2018-09-04 23:08:54,838 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2018-09-04 23:08:54,839 MessagingService.java:1020 - MessagingService has terminated the accept() thread\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:50.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:50.145Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:50.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:50.145Z", "message": "[vellum] => 2018-09-04 23:08:59.630093321 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:50.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:50.145Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:50.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:50.145Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:50.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:51.139Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:51.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:51.166Z", "message": "[vellum] => \n\n\n \n System.err\n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n WARN\n \n \n\n \n \n \n\n\n\n\n \n \n ${cassandra.logdir}/system.log\n \n ${cassandra.logdir}/system.log.%i.zip\n 1\n 20\n \n\n \n 20MB\n \n \n %-5level [%thread] %date{ISO8601} %F:%L - %msg%n\n \n \n \n \n \n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n \n \n \n \n \n \n \n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:51.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:51.166Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:51.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:51.166Z", "message": "[vellum] => # YAML topology configuration file for Cassandra,\n# to be used with YamlFileNetworkTopologySnitch.\n\n# The topology, as a list of data centers.\ntopology:\n # Each data center has a name and a list of racks.\n - dc_name: DC1\n racks:\n # Each rack has a name and a list of nodes.\n - rack_name: c1\n nodes:\n # Each node has a broadcast address (required)\n # and a data-center-local address (optional).\n # If dc_local_address is specified, its peers\n # in the same data center will attempt to\n # reconnect over that address instead.\n - broadcast_address: 1.2.3.4\n dc_local_address: 5.6.7.8\n\n# Default data center name for unknown nodes; defaults to \"UNKNOWN\"\n# default_dc_name: UNKNOWN\n\n# Default rack name for unknown nodes\n# default_rack_name: UNKNOWN; defaults to \"UNKNOWN\"\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:51.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:51.166Z", "message": "Execution done (return_code=0): /tmp/M6U1U/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:51.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:51.166Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:51.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "2c290573-1f87-4be4-a9a1-e3a90ef4b315"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:52.337Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/V5HWF/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:52.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:52.638Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:52.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:52.638Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:52.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:52.638Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:52.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:53.180Z", "message": "[vellum] 192.168.120.14", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:53.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:53.180Z", "message": "Executing: /tmp/V5HWF/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:53.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:53.180Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:53.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:54.192Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:54.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:54.192Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:54.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:09:54.192Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:09:54.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1911, "offset": 1853, "size": 50}}} 2018-09-04 23:09:55,265 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:55,265 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:55 GMT 2018-09-04 23:09:55,265 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:55,265 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 65993 2018-09-04 23:09:55,265 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:09:55,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-09-04 23:06:18,647 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-09-04 23:06:18,662 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-04 23:06:18,751 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-09-04 23:06:18,904 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-09-04 23:06:18,912 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-09-04 23:06:18,912 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-09-04 23:06:19,268 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-04 23:06:19,282 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-09-04 23:06:19,337 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-09-04 23:06:19,337 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-09-04 23:06:19,337 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-09-04 23:06:19,337 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 711552(694K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-09-04 23:06:19,337 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 73992576(72258K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-09-04 23:06:19,337 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2018-09-04 23:06:19,338 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2018-09-04 23:06:19,338 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16716856(16325K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-09-04 23:06:19,338 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar INFO [main] 2018-09-04 23:06:19,338 CassandraDaemon.java:207 - JVM Arguments: [-ea, -javaagent:/usr/share/cassandra/lib/jamm-0.3.0.jar, -XX:+CMSClassUnloadingEnabled, -XX:+UseThreadPriorities, -XX:ThreadPriorityPolicy=42, -Xms1000M, -Xmx1000M, -Xmn200M, -XX:+HeapDumpOnOutOfMemoryError, -Xss256k, -XX:StringTableSize=1000003, -XX:+UseParNewGC, -XX:+UseConcMarkSweepGC, -XX:+CMSParallelRemarkEnabled, -XX:SurvivorRatio=8, -XX:MaxTenuringThreshold=1, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+UseTLAB, -XX:CompileCommandFile=/etc/cassandra/hotspot_compiler, -XX:CMSWaitDuration=10000, -XX:+CMSParallelInitialMarkEnabled, -XX:+CMSEdenChunksRecordAlways, -XX:CMSWaitDuration=10000, -XX:+UseCondCardMark, -Djava.net.preferIPv4Stack=true, -Dcassandra.jmx.local.port=7199, -XX:+DisableExplicitGC, -Dlogback.configurationFile=logback.xml, -Dcassandra.logdir=/var/log/cassandra, -Dcassandra.storagedir=, -Dcassandra-pidfile=/var/run/cassandra/cassandra.pid, -XX:HeapDumpPath=/var/lib/cassandra/java_1536102377.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1536102377.log] INFO [main] 2018-09-04 23:06:19,425 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-09-04 23:06:19,425 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-09-04 23:06:19,499 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-09-04 23:06:19,501 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-09-04 23:06:19,501 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-09-04 23:06:19,505 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-09-04 23:06:19,510 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-09-04 23:06:19,515 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-09-04 23:06:19,516 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-09-04 23:06:19,585 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-09-04 23:06:20,767 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-09-04 23:06:20,773 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-09-04 23:06:20,777 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-09-04 23:06:20,782 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-09-04 23:06:20,786 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-09-04 23:06:20,790 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-09-04 23:06:20,794 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-09-04 23:06:20,798 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-09-04 23:06:20,802 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-09-04 23:06:20,805 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-09-04 23:06:20,811 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-09-04 23:06:20,814 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-09-04 23:06:20,817 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-09-04 23:06:20,821 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-09-04 23:06:20,824 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-09-04 23:06:20,827 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-09-04 23:06:20,898 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-09-04 23:06:20,899 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-09-04 23:06:20,942 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-04 23:06:20,947 Memtable.java:347 - Writing Memtable-local@1402242611(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-04 23:06:20,978 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=399) INFO [main] 2018-09-04 23:06:21,684 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-09-04 23:06:21,814 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-09-04 23:06:21,814 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-09-04 23:06:21,817 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-09-04 23:06:21,828 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes INFO [main] 2018-09-04 23:06:21,829 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-09-04 23:06:21,843 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-04 23:06:21,851 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] WARN [main] 2018-09-04 23:06:21,861 SystemKeyspace.java:765 - No host ID found, created d1cb2f9a-1b86-4e6a-96c6-4472a9f1f41a (Note: This should happen exactly once per node). INFO [main] 2018-09-04 23:06:21,863 StorageService.java:807 - Starting up server gossip INFO [main] 2018-09-04 23:06:21,865 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-04 23:06:21,866 Memtable.java:347 - Writing Memtable-local@1124494804(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-04 23:06:21,867 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-2-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=93397) INFO [main] 2018-09-04 23:06:22,309 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-04 23:06:22,317 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-09-04 23:06:22,341 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-09-04 23:06:22,353 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-04 23:06:22,360 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-09-04 23:06:22,368 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-04 23:06:22,375 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-09-04 23:06:22,382 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-09-04 23:06:22,383 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-04 23:06:22,389 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-09-04 23:06:22,399 StorageService.java:959 - Generated random tokens. tokens are [-6680416888381740970, -4228321545035915121, -4386687708892362378, -3696307944772665577, -7739926916142539429, 6877113584638525830, 2858247779961134710, -2264949329733563713, 59361898340083094, 5235639907989497214, 2680801442868022800, -9053324145360392232, 2911661524521015922, 784550743121795626, 2020893702388140161, -2942180300937962622, 5836869946557225746, -9124855251062218065, -7864565632738666230, -508573109163937584, -4624859021999898618, 153222256062884584, -4266621002821474870, 7602911619667697738, 1462045730215177340, -1430491628084779449, -3455478726796479904, 5519876038648148814, -6623707823392442344, -5042826584004075239, 4262228536479041326, 2193904435779960613, -2441543409328557227, 6078536333573826425, 2883607970978159054, -4352806027834636240, -2293000139758961071, 3625087101553662901, -7183666895397718171, -1463242485551756362, 8250597601299727892, 3044752800899740197, -6806374215900173780, -6088065409771764832, -4631673292806075853, -838949215501066772, -65329385667004018, 2137728227524942716, -4420997201249320036, -6913362877563956961, 6263052856732969165, 2578608451164472328, 795968639406400376, 4276171374412278867, 2756129591793316397, 3252791039171207727, 2657933972851380612, -2675065333420384065, -340574130779545667, -2980952076272624120, 1479519861449303695, -4623165478969907418, -2202449121016660634, -7360669325740157335, -3181736345513135334, 5186188799895842936, 3922442137228336491, -9051474634679923061, 5373944581927290842, -7809264041609067604, -2413539383173946622, 4489736666609482780, 8705054658249243398, -7968023123106246831, 492743723446121778, -7651423587771640102, -2084231936228476579, 2277939377525999604, -5830528423673806402, -5893205767916468385, -4334261561846942117, 1736405920332828941, 7754056858856177940, 1135096732208181377, -3923731515576456086, 8853408963698241141, -6197599375862725676, 2795709413097384628, -4938315455768968018, -4329668801218165799, 7320868599639339049, 2014911584602207601, 5380070773849221630, 7230128210019842763, -3458393711335389283, -719000748817728641, 8044418449479256114, -7229347402854193132, -8731207829694756143, 6388551384103930104, 2369719783976130523, -2955922756035015689, 4084759603806515940, 2775526195091812595, 8891871364526752262, 7930274446769489502, 1053849407811878348, 5330554921810570183, 5100992094533207532, -7785276328485179773, 8138085694059449596, -5336622519667169049, 3575735333158966672, -4198582324499779611, 5587452038084545595, 8117214579873170209, -4197229581885510008, -2510421115314123706, -5260050403779699738, 7975838981718221594, -3147537705893123087, -2027063172348373323, -65079659108413699, 3124921910607270862, 1705033854489340244, -7844742365260480815, -7206206060933538700, -831509039277350139, -3978216017577294510, -2367980462383580449, 49344509062007568, -6236717951845169831, -1518382737709597997, -7753960074060997132, -863911597143034308, -4660744885636793078, -5301981604423377626, -7060608414324784443, 7604131093008922343, -2376051810058831915, -897106650541395428, -2819910346936059730, -2117401690619725766, -2348755485632400555, -4517131963714250710, 4288305240932430011, 8481811574113889228, 2867030643095735600, -7428419858188442078, 5794774106360270048, 8205560465867414878, 8268483722457883688, 2177156737315051331, -5303839940237708490, -3610921287505962965, 3589805536050634155, -8309852997043943671, 2536623264309376741, -7489447232952324094, -6634354473391741532, 2054609262167921253, -4932980814669563949, 6757319012890822803, 5902900178673933454, -3640635106806487363, 7832287064952718385, -4424169436098887275, 1869701712205668363, 8817105759528489562, 4223419936964914835, 441601420023966152, 4887682909125444130, 317204255707675391, 549738734781018193, 8587952732442958674, 8300239606845644009, -874006733838370069, 5114255676959112952, 8925192634220386787, -1727044880884114644, -4578936867368649305, 8089192138247053664, -1106733780472921924, 2618936549086927257, 3558761638669278888, 1241511744216198042, -7647056038419383460, -4613635317883225446, 6355238083247618625, -8815463113605120315, 1655623029235540771, 4591687779859953343, 4320692312862417830, -8076205822902744703, 9161610255547285611, 2614237965613575717, -3802293720613809661, 8486237677692695615, -7098160243449413671, -3471083495678810524, -794274234267329333, -3524749510080718128, -1092375514443976501, -9143309662140052458, 4781300771782222898, 8233167458255008393, 5932326025009463392, -1833733706773665341, 6703989993021666626, -7838470115912716459, -8910734816406099801, -3964899790894740566, 7923450386180010404, 1985246058228655366, 8810619081251035226, -4849947080631145544, 8368905987420550692, -6809839545659919180, 8523255126046028699, 459820017602354513, -3373119191265275873, -2067126041470420182, -7728080975685657738, -3394990764940458585, -1017496620047108977, 3303486606122480284, -3058448873784095414, 501593787829651403, -7409088336153931833, -8846669544861899321, -1100221935727158648, 4542384090890216641, 8901709129248247709, -2156439704789494886, 8341480536812809569, 6710584016974908544, -7016977699310034739, 5077514752509577855, -5650161465696426181, 6114322552540954869, -3648917703551194486, 8576920605312194151, 7906186815838508068, 7535834288495170994, -2264274032070222821, -1535949258845154531, -2011309692118832498, -5496407063048734408, -1817097807107767392, 7266816900632199242, -2551057809502482506, 3123791285931995270, -4402410431855336079, -2080876378993634170, -188318165010983309, 8105281966094220482] INFO [main] 2018-09-04 23:06:22,408 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@7f3ce34e[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false], events=org.apache.cassandra.config.CFMetaData@572681fc[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]}, durableWrites=true, userTypes=org.apache.cassandra.config.UTMetaData@6bf76ed6} INFO [MigrationStage:1] 2018-09-04 23:06:22,437 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-04 23:06:22,438 Memtable.java:347 - Writing Memtable-schema_keyspaces@464223909(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-04 23:06:22,439 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_keyspaces-b0f2235744583cdb9631c43e59ce3676/system-schema_keyspaces-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=102352) INFO [MigrationStage:1] 2018-09-04 23:06:22,715 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-04 23:06:22,716 Memtable.java:347 - Writing Memtable-schema_columnfamilies@463470521(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-04 23:06:22,725 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columnfamilies-45f5b36024bc3f83a3631034ea4fa697/system-schema_columnfamilies-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=102352) INFO [MigrationStage:1] 2018-09-04 23:06:23,243 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-04 23:06:23,243 Memtable.java:347 - Writing Memtable-schema_columns@1923379505(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-04 23:06:23,264 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=102352) INFO [MigrationStage:1] 2018-09-04 23:06:24,619 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-04 23:06:24,619 Memtable.java:347 - Writing Memtable-schema_triggers@950252803(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-04 23:06:24,620 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_triggers-0359bc7171233ee19a4ab9dfb11fc125/system-schema_triggers-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=102352) INFO [MigrationStage:1] 2018-09-04 23:06:25,009 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-04 23:06:25,010 Memtable.java:347 - Writing Memtable-schema_usertypes@728298673(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-04 23:06:25,011 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_usertypes-3aa752254f82350b8d5c430fa221fa0a/system-schema_usertypes-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=102352) INFO [MigrationStage:1] 2018-09-04 23:06:25,470 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@390bd89a[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-09-04 23:06:25,474 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-09-04 23:06:25,475 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@750746fc[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-09-04 23:06:25,480 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-09-04 23:06:25,512 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-04 23:06:25,513 Memtable.java:347 - Writing Memtable-local@1305003179(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-04 23:06:25,514 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-3-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=102595) INFO [main] 2018-09-04 23:06:26,088 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51483 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-04 23:06:26,089 Memtable.java:347 - Writing Memtable-local@220652364(8.369KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-04 23:06:26,100 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-4-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1536102380744, position=114589) INFO [CompactionExecutor:1] 2018-09-04 23:06:26,627 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db')] INFO [main] 2018-09-04 23:06:26,660 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-09-04 23:06:26,751 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-09-04 23:06:26,778 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c] INFO [main] 2018-09-04 23:06:26,779 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-09-04 23:06:26,823 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-09-04 23:06:26,828 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:1] 2018-09-04 23:06:27,249 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,925 bytes to 5,767 (~97% of original) in 615ms = 0.008943MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-09-04 23:08:52,816 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-09-04 23:08:52,830 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-09-04 23:08:52,830 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-09-04 23:08:52,831 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-09-04 23:08:54,838 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-09-04 23:08:54,839 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.005s user 0m0.000s sys 0m0.004s 2018-09-04 23:09:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-09-04 23:09:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-09-04 23:08:59.630093321 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.004s sys 0m0.001s 2018-09-04 23:09:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-09-04 23:09:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-09-04 23:09:55,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:09:55,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => System.err %-5level %date{HH:mm:ss,SSS} %msg%n WARN ${cassandra.logdir}/system.log ${cassandra.logdir}/system.log.%i.zip 1 20 20MB %-5level [%thread] %date{ISO8601} %F:%L - %msg%n %-5level %date{HH:mm:ss,SSS} %msg%n real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-04 23:09:55,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-09-04 23:09:55,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => # YAML topology configuration file for Cassandra, # to be used with YamlFileNetworkTopologySnitch. # The topology, as a list of data centers. topology: # Each data center has a name and a list of racks. - dc_name: DC1 racks: # Each rack has a name and a list of nodes. - rack_name: c1 nodes: # Each node has a broadcast address (required) # and a data-center-local address (optional). # If dc_local_address is specified, its peers # in the same data center will attempt to # reconnect over that address instead. - broadcast_address: 1.2.3.4 dc_local_address: 5.6.7.8 # Default data center name for unknown nodes; defaults to "UNKNOWN" # default_dc_name: UNKNOWN # Default rack name for unknown nodes # default_rack_name: UNKNOWN; defaults to "UNKNOWN" real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-04 23:09:55,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/M6U1U/install-vellum.sh 2018-09-04 23:09:55,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-09-04 23:09:55,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/V5HWF/start-vellum.sh 2018-09-04 23:09:55,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:09:55,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-04 23:09:55,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:09:55,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.14 2018-09-04 23:09:55,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/V5HWF/start-vellum.sh 2018-09-04 23:09:55,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-09-04 23:09:55,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-09-04 23:09:55,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:09:55,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-09-04 23:09:55,272 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:09:55,340 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:09:55,340 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:09:55,340 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:09:55,340 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:09:55,340 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:09:55,340 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:09:55,340 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:09:55,341 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:09:55,341 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:09:55,341 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:09:55 GMT 2018-09-04 23:09:55,341 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:09:55,341 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:09:55,341 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:00,347 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:10:00,468 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:00,468 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:00,468 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:00,468 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:00,468 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:00,469 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:00,469 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:00,469 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1911, "offset": 1874, "size": 50}}} 2018-09-04 23:10:00,469 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:00,469 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:00 GMT 2018-09-04 23:10:00,469 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:00,469 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:10:00,469 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:00,470 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:10:00,541 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:00,541 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:00,541 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:00,541 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:00,542 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:00,542 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:00,542 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:00,542 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:10:00,542 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:00,542 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:00 GMT 2018-09-04 23:10:00,542 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:00,542 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:10:00,542 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:05,548 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:10:05,739 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:05,740 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:05,740 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:05,740 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:05,740 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:05,740 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:05,740 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:05,740 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:10:03.931Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:10:03.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1912, "offset": 1874, "size": 50}}} 2018-09-04 23:10:05,740 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:05,741 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:05 GMT 2018-09-04 23:10:05,741 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:05,741 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:10:05,741 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:05,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:10:05,741 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:10:05,815 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:05,816 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:05,816 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:05,816 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:05,816 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:05,816 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:05,816 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:05,816 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:10:05,816 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:05,817 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:05 GMT 2018-09-04 23:10:05,817 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:05,817 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:10:05,817 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:10,822 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:10:10,952 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:10,952 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:10,952 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:10,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:10,952 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:10,952 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:10,953 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:10,953 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1912, "offset": 1875, "size": 50}}} 2018-09-04 23:10:10,953 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:10,953 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:10 GMT 2018-09-04 23:10:10,953 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:10,953 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:10:10,953 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:10,954 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:10:11,032 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:11,032 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:11,033 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:11,033 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:11,033 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:11,033 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:11,033 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:11,033 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:10:11,033 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:11,033 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:11 GMT 2018-09-04 23:10:11,033 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:11,034 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:10:11,034 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:16,034 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:10:16,145 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:16,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:16,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:16,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:16,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:16,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:16,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:16,146 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:10:14.167Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:10:14.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1913, "offset": 1875, "size": 50}}} 2018-09-04 23:10:16,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:16,147 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:16 GMT 2018-09-04 23:10:16,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:16,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:10:16,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:16,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:10:16,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:10:16,212 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:16,212 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:16,212 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:16,212 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:16,212 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:16,213 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:16,213 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:16,213 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:10:16,213 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:16,213 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:16 GMT 2018-09-04 23:10:16,213 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:16,213 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:10:16,213 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:21,219 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:10:21,338 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:21,338 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:21,338 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:21,339 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:21,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:21,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:21,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:21,339 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1913, "offset": 1876, "size": 50}}} 2018-09-04 23:10:21,339 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:21,339 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:21 GMT 2018-09-04 23:10:21,339 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:21,339 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:10:21,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:21,340 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:10:21,415 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:21,415 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:21,415 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:21,415 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:21,415 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:21,415 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:21,415 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:21,415 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:10:21,416 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:21,416 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:21 GMT 2018-09-04 23:10:21,416 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:21,416 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:10:21,416 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:26,418 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:10:26,504 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:26,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:26,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:26,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:26,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:26,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:26,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:26,505 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:10:24.402Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:10:24.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1914, "offset": 1876, "size": 50}}} 2018-09-04 23:10:26,505 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:26,506 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:26 GMT 2018-09-04 23:10:26,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:26,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:10:26,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:26,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:10:26,506 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:10:26,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:26,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:26,585 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:26,585 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:26,586 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:26,586 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:26,586 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:26,586 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:10:26,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:26,586 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:26 GMT 2018-09-04 23:10:26,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:26,586 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:10:26,586 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:31,592 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:10:31,723 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:31,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:31,723 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:31,723 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:31,723 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:31,723 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:31,723 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:31,723 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1914, "offset": 1877, "size": 50}}} 2018-09-04 23:10:31,724 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:31,724 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:31 GMT 2018-09-04 23:10:31,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:31,724 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:10:31,724 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:31,724 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:10:31,823 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:31,823 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:31,823 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:31,823 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:31,824 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:31,824 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:31,824 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:31,824 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:10:31,824 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:31,824 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:31 GMT 2018-09-04 23:10:31,824 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:31,824 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:10:31,824 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:36,830 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:10:36,918 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:36,918 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:36,918 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:36,918 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:36,918 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:36,918 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:36,918 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:36,919 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:10:34.638Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:10:34.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1915, "offset": 1877, "size": 50}}} 2018-09-04 23:10:36,919 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:36,919 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:36 GMT 2018-09-04 23:10:36,919 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:36,919 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:10:36,919 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:36,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:10:36,920 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:10:36,989 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:36,990 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:36,990 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:36,990 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:36,990 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:36,990 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:36,990 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:36,990 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:10:36,990 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:36,990 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:36 GMT 2018-09-04 23:10:36,991 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:36,991 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:10:36,991 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:41,996 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:10:42,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:42,085 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:42,085 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:42,085 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:42,085 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:42,085 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:42,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:42,086 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1915, "offset": 1878, "size": 50}}} 2018-09-04 23:10:42,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:42,086 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:42 GMT 2018-09-04 23:10:42,086 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:42,086 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:10:42,086 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:42,086 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:10:42,152 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:42,152 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:42,153 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:42,153 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:42,153 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:42,153 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:42,153 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:42,153 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:10:42,153 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:42,153 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:42 GMT 2018-09-04 23:10:42,154 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:42,154 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:10:42,154 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:47,159 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:10:47,239 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:47,239 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:47,239 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:47,240 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:47,240 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:47,240 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:47,240 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:47,240 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:10:44.874Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:10:44.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1916, "offset": 1878, "size": 50}}} 2018-09-04 23:10:47,240 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:47,240 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:47 GMT 2018-09-04 23:10:47,240 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:47,240 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:10:47,241 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:47,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:10:47,241 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:10:47,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:47,305 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:47,305 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:47,305 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:47,305 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:47,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:47,305 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:47,305 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:10:47,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:47,305 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:47 GMT 2018-09-04 23:10:47,306 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:47,306 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:10:47,306 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:52,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:10:52,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:52,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:52,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:52,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:52,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:52,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:52,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:52,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1916, "offset": 1879, "size": 50}}} 2018-09-04 23:10:52,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:52,391 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:52 GMT 2018-09-04 23:10:52,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:52,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:10:52,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:52,391 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:10:52,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:52,452 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:52,453 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:52,453 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:52,453 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:52,453 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:52,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:52,453 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:10:52,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:52,453 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:52 GMT 2018-09-04 23:10:52,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:52,454 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:10:52,454 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:57,459 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:10:57,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:57,545 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:57,545 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:57,545 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:57,545 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:57,545 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:57,545 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:57,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:10:55.109Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:10:55.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1917, "offset": 1879, "size": 50}}} 2018-09-04 23:10:57,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:57,546 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:57 GMT 2018-09-04 23:10:57,546 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:57,546 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:10:57,546 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:10:57,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:10:57,547 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:10:57,614 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:10:57,614 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:10:57,614 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:10:57,614 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:10:57,614 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:10:57,614 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:10:57,614 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:10:57,615 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:10:57,615 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:10:57,615 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:10:57 GMT 2018-09-04 23:10:57,615 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:10:57,615 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:10:57,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:02,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:11:02,853 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:02,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:02,853 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:02,853 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:02,853 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:02,853 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:02,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:02,854 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1917, "offset": 1880, "size": 50}}} 2018-09-04 23:11:02,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:02,854 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:02 GMT 2018-09-04 23:11:02,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:02,854 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:11:02,854 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:02,854 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:11:02,928 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:02,928 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:02,929 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:02,929 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:02,929 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:02,929 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:02,929 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:02,929 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:11:02,929 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:02,929 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:02 GMT 2018-09-04 23:11:02,929 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:02,930 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:11:02,930 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:07,935 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:11:08,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:08,028 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:08,028 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:08,028 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:08,028 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:08,028 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:08,028 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:08,028 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:11:05.343Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:11:05.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1918, "offset": 1880, "size": 50}}} 2018-09-04 23:11:08,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:08,029 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:08 GMT 2018-09-04 23:11:08,029 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:08,029 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:11:08,029 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:08,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:11:08,030 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:11:08,096 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:08,096 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:08,097 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:08,097 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:08,097 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:08,097 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:08,097 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:08,097 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:11:08,097 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:08,097 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:08 GMT 2018-09-04 23:11:08,097 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:08,098 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:11:08,098 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:13,103 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:11:13,183 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:13,183 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:13,184 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:13,184 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:13,184 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:13,184 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:13,184 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:13,184 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1918, "offset": 1881, "size": 50}}} 2018-09-04 23:11:13,184 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:13,184 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:13 GMT 2018-09-04 23:11:13,184 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:13,184 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:11:13,185 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:13,185 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:11:13,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:13,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:13,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:13,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:13,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:13,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:13,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:13,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:11:13,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:13,249 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:13 GMT 2018-09-04 23:11:13,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:13,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:11:13,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:18,255 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:11:18,335 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:18,335 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:18,335 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:18,336 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:18,336 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:18,336 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:18,336 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:18,336 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:11:15.576Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:11:15.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1919, "offset": 1881, "size": 50}}} 2018-09-04 23:11:18,336 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:18,336 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:18 GMT 2018-09-04 23:11:18,336 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:18,336 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:11:18,336 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:18,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:11:18,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:11:18,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:18,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:18,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:18,401 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:18,401 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:18,401 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:18,401 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:18,401 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:11:18,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:18,401 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:18 GMT 2018-09-04 23:11:18,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:18,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:11:18,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:23,407 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:11:23,498 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:23,498 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:23,499 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:23,499 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:23,499 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:23,499 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:23,499 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:23,499 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1919, "offset": 1882, "size": 50}}} 2018-09-04 23:11:23,499 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:23,499 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:23 GMT 2018-09-04 23:11:23,499 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:23,500 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:11:23,500 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:23,500 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:11:23,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:23,575 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:23,575 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:23,575 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:23,575 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:23,575 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:23,575 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:23,575 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:11:23,576 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:23,576 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:23 GMT 2018-09-04 23:11:23,576 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:23,576 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:11:23,576 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:28,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:11:28,759 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:28,759 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:28,759 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:28,759 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:28,759 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:28,759 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:28,759 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:28,760 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:11:25.806Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:11:25.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1920, "offset": 1882, "size": 50}}} 2018-09-04 23:11:28,760 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:28,760 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:28 GMT 2018-09-04 23:11:28,760 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:28,760 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:11:28,760 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:28,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:11:28,761 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:11:28,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:28,829 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:28,829 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:28,829 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:28,830 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:28,830 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:28,830 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:28,830 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:11:28,830 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:28,830 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:28 GMT 2018-09-04 23:11:28,830 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:28,830 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:11:28,830 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:33,836 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:11:33,962 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:33,962 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:33,963 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:33,963 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:33,963 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:33,963 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:33,963 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:33,963 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1920, "offset": 1883, "size": 50}}} 2018-09-04 23:11:33,963 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:33,963 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:33 GMT 2018-09-04 23:11:33,963 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:33,964 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:11:33,964 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:33,964 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:11:34,129 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:34,129 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:34,129 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:34,130 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:34,130 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:34,130 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:34,130 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:34,130 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:11:34,130 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:34,130 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:34 GMT 2018-09-04 23:11:34,130 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:34,130 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:11:34,130 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:39,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:11:39,366 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:39,367 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:39,367 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:39,367 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:39,367 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:39,367 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:39,367 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:39,367 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:11:36.040Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:11:36.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1921, "offset": 1883, "size": 50}}} 2018-09-04 23:11:39,367 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:39,367 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:39 GMT 2018-09-04 23:11:39,368 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:39,368 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:11:39,368 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:39,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:11:39,368 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:11:39,447 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:39,447 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:39,447 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:39,447 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:39,447 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:39,448 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:39,448 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:39,448 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:11:39,448 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:39,448 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:39 GMT 2018-09-04 23:11:39,448 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:39,448 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:11:39,448 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:44,451 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:11:44,558 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:44,558 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:44,558 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:44,558 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:44,558 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:44,558 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:44,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:44,559 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1921, "offset": 1884, "size": 50}}} 2018-09-04 23:11:44,559 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:44,559 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:44 GMT 2018-09-04 23:11:44,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:44,559 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:11:44,559 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:44,559 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:11:44,638 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:44,638 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:44,639 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:44,639 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:44,639 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:44,639 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:44,639 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:44,639 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:11:44,639 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:44,639 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:44 GMT 2018-09-04 23:11:44,640 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:44,640 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:11:44,640 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:49,645 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:11:49,731 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:49,731 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:49,731 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:49,731 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:49,731 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:49,732 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:49,732 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:49,732 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:11:46.275Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:11:46.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1922, "offset": 1884, "size": 50}}} 2018-09-04 23:11:49,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:49,732 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:49 GMT 2018-09-04 23:11:49,732 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:49,732 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:11:49,732 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:49,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:11:49,733 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:11:49,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:49,840 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:49,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:49,841 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:49,841 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:49,841 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:49,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:49,842 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:11:49,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:49,842 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:49 GMT 2018-09-04 23:11:49,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:49,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:11:49,842 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:54,848 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:11:54,957 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:54,957 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:54,957 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:54,957 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:54,957 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:54,957 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:54,958 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:54,958 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1922, "offset": 1885, "size": 50}}} 2018-09-04 23:11:54,958 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:54,958 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:54 GMT 2018-09-04 23:11:54,958 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:54,958 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:11:54,958 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:11:54,958 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:11:55,109 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:11:55,110 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:11:55,110 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:11:55,110 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:11:55,110 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:11:55,110 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:11:55,110 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:11:55,110 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:11:55,110 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:11:55,111 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:11:55 GMT 2018-09-04 23:11:55,111 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:11:55,111 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:11:55,111 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:00,116 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:12:00,246 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:00,246 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:00,247 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:00,247 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:00,247 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:00,247 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:00,247 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:00,247 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:11:56.512Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:11:56.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1923, "offset": 1885, "size": 50}}} 2018-09-04 23:12:00,247 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:00,247 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:00 GMT 2018-09-04 23:12:00,247 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:00,248 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:12:00,248 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:00,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:12:00,248 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:12:00,332 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:00,332 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:00,332 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:00,333 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:00,333 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:00,333 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:00,333 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:00,333 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:12:00,333 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:00,333 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:00 GMT 2018-09-04 23:12:00,333 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:00,333 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:12:00,334 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:05,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:12:05,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:05,461 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:05,462 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:05,462 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:05,462 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:05,462 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:05,462 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:05,462 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1923, "offset": 1886, "size": 50}}} 2018-09-04 23:12:05,462 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:05,462 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:05 GMT 2018-09-04 23:12:05,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:05,463 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:12:05,463 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:05,463 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:12:05,531 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:05,532 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:05,532 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:05,532 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:05,532 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:05,532 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:05,532 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:05,532 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:12:05,532 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:05,533 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:05 GMT 2018-09-04 23:12:05,533 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:05,533 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:12:05,533 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:10,538 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:12:10,633 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:10,633 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:10,634 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:10,634 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:10,634 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:10,634 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:10,634 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:10,634 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:12:06.746Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:12:06.746Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1924, "offset": 1886, "size": 50}}} 2018-09-04 23:12:10,634 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:10,634 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:10 GMT 2018-09-04 23:12:10,634 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:10,635 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:12:10,635 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:10,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:12:10,635 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:12:10,733 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:10,733 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:10,733 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:10,733 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:10,733 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:10,733 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:10,733 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:10,733 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:12:10,734 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:10,734 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:10 GMT 2018-09-04 23:12:10,734 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:10,734 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:12:10,734 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:15,739 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:12:15,868 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:15,868 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:15,869 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:15,869 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:15,869 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:15,869 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:15,869 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:15,869 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1924, "offset": 1887, "size": 50}}} 2018-09-04 23:12:15,869 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:15,869 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:15 GMT 2018-09-04 23:12:15,869 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:15,869 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:12:15,870 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:15,870 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:12:15,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:15,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:15,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:15,959 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:15,959 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:15,959 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:15,959 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:15,960 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:12:15,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:15,960 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:15 GMT 2018-09-04 23:12:15,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:15,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:12:15,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:20,965 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:12:21,045 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:21,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:21,046 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:21,046 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:21,046 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:21,046 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:21,046 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:21,046 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:12:16.982Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:12:16.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1925, "offset": 1887, "size": 50}}} 2018-09-04 23:12:21,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:21,046 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:21 GMT 2018-09-04 23:12:21,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:21,047 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:12:21,047 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:21,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:12:21,047 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:12:21,186 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:21,186 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:21,186 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:21,186 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:21,186 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:21,186 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:21,186 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:21,186 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:12:21,187 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:21,187 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:21 GMT 2018-09-04 23:12:21,187 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:21,187 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:12:21,187 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:26,192 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:12:26,280 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:26,280 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:26,281 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:26,281 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:26,281 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:26,281 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:26,281 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:26,281 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1925, "offset": 1888, "size": 50}}} 2018-09-04 23:12:26,281 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:26,281 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:26 GMT 2018-09-04 23:12:26,281 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:26,282 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:12:26,282 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:26,282 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:12:26,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:26,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:26,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:26,400 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:26,400 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:26,400 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:26,400 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:26,400 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:12:26,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:26,401 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:26 GMT 2018-09-04 23:12:26,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:26,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:12:26,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:31,402 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:12:31,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:31,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:31,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:31,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:31,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:31,501 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:31,501 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:31,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:12:27.217Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:12:27.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1926, "offset": 1888, "size": 50}}} 2018-09-04 23:12:31,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:31,502 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:31 GMT 2018-09-04 23:12:31,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:31,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:12:31,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:31,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:12:31,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:12:31,653 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:31,653 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:31,653 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:31,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:31,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:31,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:31,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:31,654 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:12:31,654 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:31,654 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:31 GMT 2018-09-04 23:12:31,654 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:31,654 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:12:31,654 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:36,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:12:36,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:36,754 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:36,754 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:36,755 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:36,755 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:36,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:36,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:36,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1926, "offset": 1889, "size": 50}}} 2018-09-04 23:12:36,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:36,755 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:36 GMT 2018-09-04 23:12:36,755 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:36,755 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:12:36,756 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:36,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:12:36,870 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:36,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:36,871 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:36,871 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:36,871 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:36,871 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:36,871 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:36,871 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:12:36,871 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:36,871 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:36 GMT 2018-09-04 23:12:36,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:36,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:12:36,872 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:41,877 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:12:41,995 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:41,995 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:41,995 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:41,995 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:41,995 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:41,995 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:41,995 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:41,996 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:12:37.450Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:12:37.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1927, "offset": 1889, "size": 50}}} 2018-09-04 23:12:41,996 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:41,996 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:41 GMT 2018-09-04 23:12:41,996 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:41,996 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:12:41,996 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:41,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:12:41,997 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:12:42,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:42,085 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:42,085 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:42,085 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:42,085 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:42,085 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:42,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:42,086 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:12:42,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:42,086 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:42 GMT 2018-09-04 23:12:42,086 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:42,086 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:12:42,086 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:47,092 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:12:47,189 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:47,189 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:47,190 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:47,190 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:47,190 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:47,190 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:47,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:47,190 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1927, "offset": 1890, "size": 50}}} 2018-09-04 23:12:47,190 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:47,190 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:47 GMT 2018-09-04 23:12:47,190 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:47,191 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:12:47,191 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:47,191 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:12:47,267 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:47,268 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:47,268 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:47,268 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:47,268 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:47,268 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:47,268 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:47,268 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:12:47,268 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:47,268 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:47 GMT 2018-09-04 23:12:47,268 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:47,268 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:12:47,269 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:52,269 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:12:52,388 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:52,388 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:52,388 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:52,388 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:52,388 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:52,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:52,389 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:52,389 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:12:47.685Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:12:47.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1928, "offset": 1890, "size": 50}}} 2018-09-04 23:12:52,389 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:52,389 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:52 GMT 2018-09-04 23:12:52,389 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:52,389 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:12:52,389 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:52,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:12:52,390 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:12:52,471 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:52,472 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:52,472 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:52,472 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:52,472 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:52,472 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:52,472 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:52,472 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:12:52,472 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:52,472 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:52 GMT 2018-09-04 23:12:52,472 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:52,473 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:12:52,473 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:57,478 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:12:57,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:57,755 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:57,755 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:57,755 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:57,755 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:57,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:57,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:57,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1928, "offset": 1891, "size": 50}}} 2018-09-04 23:12:57,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:57,755 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:57 GMT 2018-09-04 23:12:57,756 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:57,756 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-04 23:12:57,756 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:12:57,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:12:57,838 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:12:57,838 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:12:57,838 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:12:57,838 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:12:57,838 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:12:57,839 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:12:57,839 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:12:57,839 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:12:57,839 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:12:57,839 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:12:57 GMT 2018-09-04 23:12:57,839 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:12:57,839 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:12:57,839 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:13:02,845 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:13:03,116 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:13:03,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:13:03,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:13:03,117 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:13:03,117 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:13:03,117 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:13:03,117 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:13:03,117 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:12:57.921Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:12:57.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}], "metadata": {"pagination": {"total": 1929, "offset": 1891, "size": 50}}} 2018-09-04 23:13:03,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:13:03,117 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:13:03 GMT 2018-09-04 23:13:03,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:13:03,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-04 23:13:03,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:13:03,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-04 23:13:03,118 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:13:03,196 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:13:03,196 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:13:03,196 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:13:03,196 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:13:03,197 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:13:03,197 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:13:03,197 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:13:03,197 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:13:03,197 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:13:03,197 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:13:03 GMT 2018-09-04 23:13:03,197 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:13:03,197 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:13:03,197 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:13:08,203 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:13:08,275 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:13:08,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:13:08,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:13:08,276 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:13:08,276 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:13:08,276 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:13:08,276 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:13:08,276 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:07.955Z", "message": "Execution done (return_code=0): /tmp/V5HWF/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:07.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "5e609d7d-f8e5-491d-b6f5-770e3aa03972"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:08.139Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:08.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 1931, "offset": 1892, "size": 50}}} 2018-09-04 23:13:08,276 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:13:08,276 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:13:08 GMT 2018-09-04 23:13:08,276 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:13:08,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1125 2018-09-04 23:13:08,277 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:13:08,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/V5HWF/start-vellum.sh 2018-09-04 23:13:08,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:13:08,277 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:13:08,335 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:13:08,335 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:13:08,335 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:13:08,336 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:13:08,336 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:13:08,336 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:13:08,336 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:13:08,336 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:13:08,336 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:13:08,336 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:13:08 GMT 2018-09-04 23:13:08,336 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:13:08,336 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-04 23:13:08,336 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:13:13,342 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:13:13,425 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:13:13,425 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:13:13,426 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:13:13,426 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:13:13,426 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:13:13,426 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:13:13,426 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:13:13,426 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:08.695Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:08.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:08.695Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:08.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:09.364Z", "message": "Downloaded scripts/bind/bind.py to /tmp/1IKDA/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:09.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4ceea317-d68b-4047-a17e-b6dec14d0e57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:09.364Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:09.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4ceea317-d68b-4047-a17e-b6dec14d0e57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:09.732Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:09.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4ceea317-d68b-4047-a17e-b6dec14d0e57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:09.732Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:09.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4ceea317-d68b-4047-a17e-b6dec14d0e57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:09.732Z", "message": "[localhost] run: sudo mv /tmp/tmpoPQoke /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:09.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4ceea317-d68b-4047-a17e-b6dec14d0e57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:09.732Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'vellum': {u'vellum_oz8qyp': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-oz8qyp'}}, u'ellis': {u'ellis_ovatxw': {u'public_address': u'172.30.9.213', u'private_address': u'192.168.120.10', u'name': u'ellis-ovatxw'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}, u'dime': {u'dime_fki4be': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-fki4be'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:09.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4ceea317-d68b-4047-a17e-b6dec14d0e57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:09.732Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:09.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4ceea317-d68b-4047-a17e-b6dec14d0e57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:09.732Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:09.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4ceea317-d68b-4047-a17e-b6dec14d0e57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:09.732Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:09.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4ceea317-d68b-4047-a17e-b6dec14d0e57"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:09.914Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:09.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:10.706Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:10.740Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:10.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4ceea317-d68b-4047-a17e-b6dec14d0e57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:10.740Z", "message": "[localhost] run: sudo mv /tmp/tmp38Ylhq /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:10.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4ceea317-d68b-4047-a17e-b6dec14d0e57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:13:10.740Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:13:10.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d8ead35a-0023-4066-b5ee-20de53073db3", "logger": "4ceea317-d68b-4047-a17e-b6dec14d0e57"}], "metadata": {"pagination": {"total": 1948, "offset": 1894, "size": 50}}} 2018-09-04 23:13:13,426 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:13:13,426 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:13:13 GMT 2018-09-04 23:13:13,427 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:13:13,427 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9412 2018-09-04 23:13:13,427 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:13:13,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:13:13,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:13:13,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/1IKDA/bind.py 2018-09-04 23:13:13,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-04 23:13:13,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:13:13,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:13:13,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpoPQoke /etc/bind/db.clearwater.local 2018-09-04 23:13:13,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'vellum': {u'vellum_oz8qyp': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-oz8qyp'}}, u'ellis': {u'ellis_ovatxw': {u'public_address': u'172.30.9.213', u'private_address': u'192.168.120.10', u'name': u'ellis-ovatxw'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}, u'dime': {u'dime_fki4be': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-fki4be'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:13:13,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-04 23:13:13,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-04 23:13:13,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:13:13,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:13:13,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-09-04 23:13:13,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-04 23:13:13,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp38Ylhq /etc/bind/db.clearwater.opnfv 2018-09-04 23:13:13,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-04 23:13:13,430 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/d8ead35a-0023-4066-b5ee-20de53073db3 2018-09-04 23:13:13,494 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:13:13,494 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:13:13,494 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:13:13,495 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:13:13,495 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:13:13,495 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:13:13,495 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:13:13,495 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"} 2018-09-04 23:13:13,495 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:13:13,495 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:13:13 GMT 2018-09-04 23:13:13,495 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:13:13,495 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2018-09-04 23:13:13,496 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:13:13,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-09-04T22:57:44.230Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'clearwater-opnfv', u'id': u'd8ead35a-0023-4066-b5ee-20de53073db3'} 2018-09-04 23:13:13,496 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/deployments/clearwater-opnfv/outputs 2018-09-04 23:13:13,567 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:13:13,568 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:13:13,568 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:13:13,568 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:13:13,568 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:13:13,568 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:13:13,568 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:13:13,568 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.212", "ellis_ip": "172.30.9.213"}, "deployment_id": "clearwater-opnfv"} 2018-09-04 23:13:13,568 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:13:13,568 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:13:13 GMT 2018-09-04 23:13:13,569 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:13:13,569 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-09-04 23:13:13,569 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:13:13,571 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.213 2018-09-04 23:13:13,681 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Account opnfv functest user is created on Ellis {u'username': u'functest@opnfv.org', u'full_name': u'opnfv functest user'} 2018-09-04 23:13:13,748 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-09-04 23:13:13,748 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-09-04 23:13:23,906 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:13:23,907 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-09-04 23:13:59,014 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:13:59,014 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-09-04 23:14:34,205 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:14:34,206 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-09-04 23:15:09,407 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:15:09,407 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-09-04 23:15:44,510 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:15:44,511 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-09-04 23:16:19,628 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:16:19,628 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-09-04 23:16:54,731 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:16:54,731 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-09-04 23:17:29,991 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:17:29,992 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create a number 2018-09-04 23:18:15,332 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:18:15,332 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create a number 2018-09-04 23:19:00,699 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:19:00,699 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create a number 2018-09-04 23:19:46,297 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:19:46,297 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 11: cannot create a number 2018-09-04 23:20:31,579 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:20:31,579 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 12: cannot create a number 2018-09-04 23:21:17,044 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:21:17,044 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 13: cannot create a number 2018-09-04 23:22:02,287 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:22:02,287 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 14: cannot create a number 2018-09-04 23:22:47,552 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:22:47,552 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 15: cannot create a number 2018-09-04 23:23:32,821 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:23:32,822 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 16: cannot create a number 2018-09-04 23:24:18,139 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:24:18,139 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 17: cannot create a number 2018-09-04 23:25:03,516 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:25:03,516 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 18: cannot create a number 2018-09-04 23:25:48,879 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:25:48,880 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 19: cannot create a number 2018-09-04 23:26:34,160 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:26:34,161 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 20: cannot create a number 2018-09-04 23:27:19,485 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:27:19,485 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 21: cannot create a number 2018-09-04 23:28:04,863 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:28:04,863 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 22: cannot create a number 2018-09-04 23:28:50,175 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:28:50,176 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 23: cannot create a number 2018-09-04 23:29:35,624 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:29:35,624 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 24: cannot create a number 2018-09-04 23:30:21,017 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:30:21,017 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 25: cannot create a number 2018-09-04 23:31:06,289 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:31:06,289 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 26: cannot create a number 2018-09-04 23:31:51,758 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:31:51,758 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 27: cannot create a number 2018-09-04 23:32:37,035 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:32:37,035 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 28: cannot create a number 2018-09-04 23:33:22,313 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:33:22,314 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 29: cannot create a number 2018-09-04 23:34:07,580 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-04 23:34:07,580 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 30: cannot create a number 2018-09-04 23:34:32,606 - functest.core.singlevm - ERROR - Cannot run cloudify_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 428, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 162, in execute if (self.deploy_vnf() and self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 215, in deploy_vnf self.clearwater.availability_check_by_creating_numbers() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 78, in availability_check_by_creating_numbers number_res = self._create_ellis_number(number_url, cookies) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 146, in _create_ellis_number raise Exception('Failed to create a number') Exception: Failed to create a number 2018-09-04 23:34:32,737 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 23:34:32,737 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 43:16 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-09-04 23:34:32,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-09-04 23:34:32,743 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions 2018-09-04 23:34:32,817 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:32,817 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:32,817 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:32,817 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:32,817 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:32,818 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:32,818 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:32,818 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:06.360Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "4e69d710-68c4-4d4b-8cf0-b30b2e12c170"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:44.230Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d8ead35a-0023-4066-b5ee-20de53073db3"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-09-04 23:34:32,818 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:32,818 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:32 GMT 2018-09-04 23:34:32,818 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:32,818 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2018-09-04 23:34:32,818 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:32,819 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.203:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-09-04 23:34:32,973 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:32,973 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:32,973 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:32,973 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:32,973 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:32,973 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:32,974 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:32,974 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-09-04 23:34:32,974 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:34:32,974 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:32,974 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:32 GMT 2018-09-04 23:34:32,974 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:32,974 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:34:32,974 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:32,975 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:34:33,041 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:33,041 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:33,041 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:33,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:33,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:33,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:33,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:33,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-04 23:34:33,042 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:33,042 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:33 GMT 2018-09-04 23:34:33,042 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:33,042 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-04 23:34:33,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:33,043 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:34:33,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:33,170 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:33,171 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:33,171 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:33,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:33,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:33,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:33,171 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:34:33,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:33,171 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:33 GMT 2018-09-04 23:34:33,171 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:33,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:34:33,172 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:38,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:34:38,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:38,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:38,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:38,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:38,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:38,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:38,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:38,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:33.709Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:33.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_fki4be", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:35.422Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:35.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_ovatxw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:36.013Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:36.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_puyujm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:36.013Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:36.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:36.013Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:36.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_ovatxw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:36.013Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:36.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:36.013Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:36.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_ovatxw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:36.013Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:36.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_4ss50a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:36.013Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:36.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_fki4be", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:36.013Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:36.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:36.013Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:36.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:36.013Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:36.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_fki4be", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:36.013Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:36.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:37.053Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/HUSR1/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:37.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "c30c2c4e-88c1-4fff-8c9e-36e5ce302b0d"}, {"node_instance_id": "bono_4ss50a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:37.781Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:37.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:37.781Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:37.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:37.781Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:37.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:37.781Z", "message": "Task failed 'script_runner.tasks.run' -> Group 'vellum' not found\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "Group 'vellum' not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/vellum_host_6slpfi/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_6slpfi/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_6slpfi/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'vellum' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-04T23:34:37.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_4ss50a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:37.781Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:37.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_puyujm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:37.781Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:37.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_fki4be", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:37.781Z", "message": "Task failed 'script_runner.tasks.run' -> Group 'dime' not found\n", "node_name": "dime", "workflow_id": "uninstall", "error_causes": [{"message": "Group 'dime' not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/dime_host_mm88je/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/dime_host_mm88je/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/dime_host_mm88je/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'dime' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-04T23:34:37.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_puyujm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:37.781Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:37.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "dc0c2b7e-70ae-4184-8cd1-6903b976d7da"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "c30c2c4e-88c1-4fff-8c9e-36e5ce302b0d"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Executing: /tmp/HUSR1/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "c30c2c4e-88c1-4fff-8c9e-36e5ce302b0d"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "c0b35dd1-d1da-44af-a0dd-5d7ee6681239"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Executing: /tmp/B27E5/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "dc0c2b7e-70ae-4184-8cd1-6903b976d7da"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/ITHJR/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e742de32-7129-475f-8e1d-62d130d659a7"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e742de32-7129-475f-8e1d-62d130d659a7"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Execution done (return_code=1): /tmp/ITHJR/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e742de32-7129-475f-8e1d-62d130d659a7"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/OE2CR/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "aefd6262-5b29-420a-bb2d-3e08c5f63ccb"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Executing: /tmp/OE2CR/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "aefd6262-5b29-420a-bb2d-3e08c5f63ccb"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "aefd6262-5b29-420a-bb2d-3e08c5f63ccb"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Execution done (return_code=1): /tmp/A87H8/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "374ffe13-07a2-482b-b92f-52f892f09ebf"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Execution done (return_code=1): /tmp/B27E5/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "dc0c2b7e-70ae-4184-8cd1-6903b976d7da"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Execution done (return_code=1): /tmp/HUSR1/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "c30c2c4e-88c1-4fff-8c9e-36e5ce302b0d"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Executing: /tmp/A9BMH/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "c0b35dd1-d1da-44af-a0dd-5d7ee6681239"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/A87H8/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "374ffe13-07a2-482b-b92f-52f892f09ebf"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/B27E5/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "dc0c2b7e-70ae-4184-8cd1-6903b976d7da"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "374ffe13-07a2-482b-b92f-52f892f09ebf"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Executing: /tmp/A87H8/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "374ffe13-07a2-482b-b92f-52f892f09ebf"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/A9BMH/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "c0b35dd1-d1da-44af-a0dd-5d7ee6681239"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.049Z", "message": "Executing: /tmp/ITHJR/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e742de32-7129-475f-8e1d-62d130d659a7"}], "metadata": {"pagination": {"total": 43, "offset": 0, "size": 50}}} 2018-09-04 23:34:38,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:38,249 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:38 GMT 2018-09-04 23:34:38,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:38,250 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23569 2018-09-04 23:34:38,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:38,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-09-04 23:34:38,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:34:38,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:34:38,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:34:38,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:38,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:38,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:34:38,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:38,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:34:38,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:38,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:34:38,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:38,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:38,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/HUSR1/stop-dime.sh 2018-09-04 23:34:38,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:38,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:38,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:38,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-09-04 23:34:38,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:38,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:38,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-09-04 23:34:38,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:38,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-09-04 23:34:38,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-09-04 23:34:38,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/HUSR1/stop-dime.sh 2018-09-04 23:34:38,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-09-04 23:34:38,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/B27E5/stop-homer.sh 2018-09-04 23:34:38,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/ITHJR/stop-ellis.sh 2018-09-04 23:34:38,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-09-04 23:34:38,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/ITHJR/stop-ellis.sh 2018-09-04 23:34:38,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/OE2CR/stop-bono.sh 2018-09-04 23:34:38,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/OE2CR/stop-bono.sh 2018-09-04 23:34:38,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-09-04 23:34:38,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/A87H8/stop-vellum.sh 2018-09-04 23:34:38,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/B27E5/stop-homer.sh 2018-09-04 23:34:38,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/HUSR1/stop-dime.sh 2018-09-04 23:34:38,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/A9BMH/stop-sprout.sh 2018-09-04 23:34:38,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/A87H8/stop-vellum.sh 2018-09-04 23:34:38,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/B27E5/stop-homer.sh 2018-09-04 23:34:38,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-09-04 23:34:38,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/A87H8/stop-vellum.sh 2018-09-04 23:34:38,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/A9BMH/stop-sprout.sh 2018-09-04 23:34:38,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ITHJR/stop-ellis.sh 2018-09-04 23:34:38,258 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:34:38,330 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:38,331 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:38,331 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:38,331 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:38,331 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:38,331 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:38,331 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:38,331 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:34:38,331 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:38,332 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:38 GMT 2018-09-04 23:34:38,332 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:38,332 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:34:38,332 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:43,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:34:43,417 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:43,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:43,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:43,418 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:43,418 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:43,418 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:43,418 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:43,418 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.811Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.811Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:38.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_ovatxw", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.811Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/ellis_host_2zg5fc/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/ellis_host_2zg5fc/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/ellis_host_2zg5fc/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-04T23:34:38.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_puyujm", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:38.811Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "homer", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/homer_host_6ybod2/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/homer_host_6ybod2/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/homer_host_6ybod2/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-04T23:34:38.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "146bc9b0-a53f-4025-afb2-605638d644ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "146bc9b0-a53f-4025-afb2-605638d644ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "Downloaded scripts/bind/bind.py to /tmp/44M6D/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "146bc9b0-a53f-4025-afb2-605638d644ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "146bc9b0-a53f-4025-afb2-605638d644ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "214a16aa-dc2f-4a4a-9ab4-88b4fa95ed9b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "146bc9b0-a53f-4025-afb2-605638d644ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "146bc9b0-a53f-4025-afb2-605638d644ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "Downloaded scripts/bind/bind.py to /tmp/90Q8B/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "214a16aa-dc2f-4a4a-9ab4-88b4fa95ed9b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "Downloaded scripts/bind/bind.py to /tmp/MQSLB/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "4acab9b4-51a2-480b-af2c-e280e4a2986e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "214a16aa-dc2f-4a4a-9ab4-88b4fa95ed9b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "[localhost] run: sudo mv /tmp/tmpvwmhKT /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "146bc9b0-a53f-4025-afb2-605638d644ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "Downloaded scripts/bind/bind.py to /tmp/MMDV4/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f09d4394-5880-4266-ae92-cdb9f6a1fc38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "146bc9b0-a53f-4025-afb2-605638d644ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.084Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'vellum': {u'vellum_oz8qyp': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-oz8qyp'}}, u'ellis': {u'ellis_ovatxw': {u'public_address': u'172.30.9.213', u'private_address': u'192.168.120.10', u'name': u'ellis-ovatxw'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}, u'dime': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "146bc9b0-a53f-4025-afb2-605638d644ed"}, {"node_instance_id": "homer_puyujm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.838Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.838Z", "message": "Task failed 'script_runner.tasks.run' -> u'homer'", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "u'homer'", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bind_host_ytmvch/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bind_host_ytmvch/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bind_host_ytmvch/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 275, in eval_script\n execfile(script_path, eval_globals)\n File \"/tmp/MQSLB/bind.py\", line 262, in \n _main()\n File \"/tmp/MQSLB/bind.py\", line 258, in _main\n globals()[function](*args, **kwargs)\n File \"/tmp/MQSLB/bind.py\", line 203, in remove_backend\n backends[role].pop(ctx.source.instance.id, None)\nKeyError: u'homer'\n", "type": "KeyError"}], "reported_timestamp": "2018-09-04T23:34:39.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:39.838Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:39.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f09d4394-5880-4266-ae92-cdb9f6a1fc38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "214a16aa-dc2f-4a4a-9ab4-88b4fa95ed9b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f09d4394-5880-4266-ae92-cdb9f6a1fc38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "146bc9b0-a53f-4025-afb2-605638d644ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f09d4394-5880-4266-ae92-cdb9f6a1fc38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f09d4394-5880-4266-ae92-cdb9f6a1fc38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'vellum': {}, u'ellis': {}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}, u'dime': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f09d4394-5880-4266-ae92-cdb9f6a1fc38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f09d4394-5880-4266-ae92-cdb9f6a1fc38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "214a16aa-dc2f-4a4a-9ab4-88b4fa95ed9b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo mv /tmp/tmpjoaYGe /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f09d4394-5880-4266-ae92-cdb9f6a1fc38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo mv /tmp/tmpDcqcA0 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "146bc9b0-a53f-4025-afb2-605638d644ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "214a16aa-dc2f-4a4a-9ab4-88b4fa95ed9b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo mv /tmp/tmpVtc7ot /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f09d4394-5880-4266-ae92-cdb9f6a1fc38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "146bc9b0-a53f-4025-afb2-605638d644ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "214a16aa-dc2f-4a4a-9ab4-88b4fa95ed9b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "214a16aa-dc2f-4a4a-9ab4-88b4fa95ed9b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "214a16aa-dc2f-4a4a-9ab4-88b4fa95ed9b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f09d4394-5880-4266-ae92-cdb9f6a1fc38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'vellum': {}, u'ellis': {u'ellis_ovatxw': {u'public_address': u'172.30.9.213', u'private_address': u'192.168.120.10', u'name': u'ellis-ovatxw'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}, u'dime': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "214a16aa-dc2f-4a4a-9ab4-88b4fa95ed9b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo mv /tmp/tmp6CajF_ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "214a16aa-dc2f-4a4a-9ab4-88b4fa95ed9b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f09d4394-5880-4266-ae92-cdb9f6a1fc38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo mv /tmp/tmpvs2ZhA /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "214a16aa-dc2f-4a4a-9ab4-88b4fa95ed9b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.096Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f09d4394-5880-4266-ae92-cdb9f6a1fc38"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_ovatxw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_ovatxw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_4ss50a", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_g9mxc3/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bono_host_g9mxc3/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bono_host_g9mxc3/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_fki4be", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_fki4be", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}], "metadata": {"pagination": {"total": 145, "offset": 43, "size": 50}}} 2018-09-04 23:34:43,418 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:43,418 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:43 GMT 2018-09-04 23:34:43,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:43,419 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 34430 2018-09-04 23:34:43,419 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:43,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:43,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:43,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-09-04 23:34:43,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-09-04 23:34:43,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-04 23:34:43,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-04 23:34:43,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/44M6D/bind.py 2018-09-04 23:34:43,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:34:43,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:34:43,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-04 23:34:43,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:34:43,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/90Q8B/bind.py 2018-09-04 23:34:43,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/MQSLB/bind.py 2018-09-04 23:34:43,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-04 23:34:43,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpvwmhKT /etc/bind/db.clearwater.local 2018-09-04 23:34:43,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/MMDV4/bind.py 2018-09-04 23:34:43,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:34:43,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'vellum': {u'vellum_oz8qyp': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-oz8qyp'}}, u'ellis': {u'ellis_ovatxw': {u'public_address': u'172.30.9.213', u'private_address': u'192.168.120.10', u'name': u'ellis-ovatxw'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}, u'dime': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:34:43,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:34:43,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> u'homer' 2018-09-04 23:34:43,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:34:43,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-04 23:34:43,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:34:43,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:34:43,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-04 23:34:43,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-04 23:34:43,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-04 23:34:43,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'vellum': {}, u'ellis': {}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}, u'dime': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:34:43,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:34:43,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:34:43,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpjoaYGe /etc/bind/db.clearwater.local 2018-09-04 23:34:43,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpDcqcA0 /etc/bind/db.clearwater.opnfv 2018-09-04 23:34:43,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-04 23:34:43,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpVtc7ot /etc/bind/db.clearwater.opnfv 2018-09-04 23:34:43,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-04 23:34:43,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-04 23:34:43,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-04 23:34:43,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-04 23:34:43,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:34:43,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'vellum': {}, u'ellis': {u'ellis_ovatxw': {u'public_address': u'172.30.9.213', u'private_address': u'192.168.120.10', u'name': u'ellis-ovatxw'}}, u'bono': {u'bono_4ss50a': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.7', u'name': u'bono-4ss50a'}}, u'dime': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:34:43,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp6CajF_ /etc/bind/db.clearwater.opnfv 2018-09-04 23:34:43,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-04 23:34:43,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpvs2ZhA /etc/bind/db.clearwater.local 2018-09-04 23:34:43,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-04 23:34:43,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:43,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:34:43,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:43,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_config_manager" 2018-09-04 23:34:43,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:34:43,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:43,428 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:34:43,493 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:43,493 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:43,493 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:43,493 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:43,493 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:43,494 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:43,494 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:43,494 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:34:43,494 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:43,494 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:43 GMT 2018-09-04 23:34:43,494 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:43,494 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:34:43,494 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:48,500 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:34:48,573 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:48,573 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:48,573 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:48,573 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:48,573 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:48,573 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:48,573 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:48,573 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_puyujm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_4ss50a", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_g9mxc3/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bono_host_g9mxc3/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bono_host_g9mxc3/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_ovatxw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_ovatxw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:40.873Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:40.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:41.109Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:41.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "b69eb7dd-b487-4c1e-8084-d0b221c04d87"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:41.109Z", "message": "Execution done (return_code=1): /tmp/OE2CR/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:41.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "aefd6262-5b29-420a-bb2d-3e08c5f63ccb"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:41.109Z", "message": "Executing: /tmp/XPWIG/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:41.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0b522a33-c93d-4a93-9cd9-87a04a762f27"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:41.109Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/XPWIG/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:41.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0b522a33-c93d-4a93-9cd9-87a04a762f27"}, {"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:41.109Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:41.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0b522a33-c93d-4a93-9cd9-87a04a762f27"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:41.109Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:41.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "afdd7c5f-29f6-4037-8a7c-46b86428e217"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:41.109Z", "message": "Executing: /tmp/7DF1V/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:41.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "afdd7c5f-29f6-4037-8a7c-46b86428e217"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:41.109Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/2AWOR/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:41.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "b69eb7dd-b487-4c1e-8084-d0b221c04d87"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:41.109Z", "message": "Executing: /tmp/2AWOR/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:41.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "b69eb7dd-b487-4c1e-8084-d0b221c04d87"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:41.109Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/7DF1V/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:41.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "afdd7c5f-29f6-4037-8a7c-46b86428e217"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:41.883Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:41.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:41.883Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:41.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "Execution done (return_code=1): /tmp/A9BMH/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "c0b35dd1-d1da-44af-a0dd-5d7ee6681239"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/RQW38/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "413bdfc4-7f52-4d74-b10d-3c6f71f606a4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "Downloaded scripts/bind/bind.py to /tmp/1OAPC/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "88e3585e-8bfa-48e2-99df-77271e86c2fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "[localhost] run: sudo mv /tmp/tmpRfKP3v /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "88e3585e-8bfa-48e2-99df-77271e86c2fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'vellum': {}, u'ellis': {}, u'bono': {}, u'dime': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "88e3585e-8bfa-48e2-99df-77271e86c2fe"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "Executing: /tmp/RQW38/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "413bdfc4-7f52-4d74-b10d-3c6f71f606a4"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "413bdfc4-7f52-4d74-b10d-3c6f71f606a4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "88e3585e-8bfa-48e2-99df-77271e86c2fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "88e3585e-8bfa-48e2-99df-77271e86c2fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "88e3585e-8bfa-48e2-99df-77271e86c2fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "88e3585e-8bfa-48e2-99df-77271e86c2fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "88e3585e-8bfa-48e2-99df-77271e86c2fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.119Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "88e3585e-8bfa-48e2-99df-77271e86c2fe"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.916Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/sprout_host_s9zmpc/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/sprout_host_s9zmpc/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/sprout_host_s9zmpc/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-04T23:34:42.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.916Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.916Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:42.916Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:42.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:43.150Z", "message": "[localhost] run: sudo mv /tmp/tmpLMxksA /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "88e3585e-8bfa-48e2-99df-77271e86c2fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:43.150Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0202aed2-6a32-477a-9f62-c0464b121dfd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:43.150Z", "message": "Downloaded scripts/bind/bind.py to /tmp/5A1N5/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0202aed2-6a32-477a-9f62-c0464b121dfd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:43.150Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "88e3585e-8bfa-48e2-99df-77271e86c2fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:43.150Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "88e3585e-8bfa-48e2-99df-77271e86c2fe"}, {"node_instance_id": "bono_4ss50a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:43.946Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:43.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:43.946Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:43.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_4ss50a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:43.946Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:43.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_4ss50a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:43.946Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:43.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0202aed2-6a32-477a-9f62-c0464b121dfd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "[localhost] run: sudo mv /tmp/tmpmb4VOf /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0202aed2-6a32-477a-9f62-c0464b121dfd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0202aed2-6a32-477a-9f62-c0464b121dfd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0202aed2-6a32-477a-9f62-c0464b121dfd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0202aed2-6a32-477a-9f62-c0464b121dfd"}], "metadata": {"pagination": {"total": 174, "offset": 93, "size": 50}}} 2018-09-04 23:34:48,574 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:48,574 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:48 GMT 2018-09-04 23:34:48,574 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:48,574 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29996 2018-09-04 23:34:48,574 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:48,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:34:48,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:48,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_config_manager" 2018-09-04 23:34:48,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:48,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:34:48,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:48,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:48,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-04 23:34:48,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/OE2CR/stop-bono.sh 2018-09-04 23:34:48,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/XPWIG/remove-cluster-node.sh 2018-09-04 23:34:48,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/XPWIG/remove-cluster-node.sh 2018-09-04 23:34:48,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-04 23:34:48,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-04 23:34:48,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/7DF1V/remove-cluster-node.sh 2018-09-04 23:34:48,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/2AWOR/remove-cluster-node.sh 2018-09-04 23:34:48,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/2AWOR/remove-cluster-node.sh 2018-09-04 23:34:48,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/7DF1V/remove-cluster-node.sh 2018-09-04 23:34:48,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:48,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:48,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/A9BMH/stop-sprout.sh 2018-09-04 23:34:48,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/RQW38/remove-cluster-node.sh 2018-09-04 23:34:48,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/1OAPC/bind.py 2018-09-04 23:34:48,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpRfKP3v /etc/bind/db.clearwater.local 2018-09-04 23:34:48,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {u'sprout_wjl3fp': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-wjl3fp'}}, u'vellum': {}, u'ellis': {}, u'bono': {}, u'dime': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:34:48,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/RQW38/remove-cluster-node.sh 2018-09-04 23:34:48,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-04 23:34:48,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:34:48,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-04 23:34:48,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:34:48,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-04 23:34:48,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:34:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-04 23:34:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-09-04 23:34:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:34:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpLMxksA /etc/bind/db.clearwater.opnfv 2018-09-04 23:34:48,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-04 23:34:48,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/5A1N5/bind.py 2018-09-04 23:34:48,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-04 23:34:48,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-04 23:34:48,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:48,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:34:48,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:48,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:34:48,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-04 23:34:48,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpmb4VOf /etc/bind/db.clearwater.local 2018-09-04 23:34:48,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-04 23:34:48,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:34:48,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:34:48,584 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:34:48,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:48,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:48,659 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:48,659 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:48,659 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:48,659 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:48,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:48,660 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:34:48,660 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:48,660 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:48 GMT 2018-09-04 23:34:48,660 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:48,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:34:48,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:53,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:34:53,862 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:53,863 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:53,863 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:53,863 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:53,863 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:53,863 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:53,863 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:53,863 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0202aed2-6a32-477a-9f62-c0464b121dfd"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/Y4RPM/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5bb44812-2a87-4d13-ba0e-3cb1ea042606"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "Executing: /tmp/Y4RPM/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5bb44812-2a87-4d13-ba0e-3cb1ea042606"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0202aed2-6a32-477a-9f62-c0464b121dfd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {}, u'vellum': {}, u'ellis': {}, u'bono': {}, u'dime': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0202aed2-6a32-477a-9f62-c0464b121dfd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0202aed2-6a32-477a-9f62-c0464b121dfd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0202aed2-6a32-477a-9f62-c0464b121dfd"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.164Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5bb44812-2a87-4d13-ba0e-3cb1ea042606"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.960Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.960Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:44.960Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:44.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:45.173Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:45.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26d12713-4a2a-4f77-a662-5b9c361a7d6b"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:45.173Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/2RFOV/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:45.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26d12713-4a2a-4f77-a662-5b9c361a7d6b"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:45.173Z", "message": "Executing: /tmp/2RFOV/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:45.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26d12713-4a2a-4f77-a662-5b9c361a7d6b"}, {"node_instance_id": "ellis_ovatxw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:46.987Z", "message": "Execution done (return_code=0): /tmp/RQW38/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:46.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "413bdfc4-7f52-4d74-b10d-3c6f71f606a4"}, {"node_instance_id": "ellis_ovatxw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:47.230Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:47.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_puyujm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:47.969Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:47.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:47.969Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:47.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_puyujm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:48.186Z", "message": "Execution done (return_code=0): /tmp/2AWOR/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:48.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "b69eb7dd-b487-4c1e-8084-d0b221c04d87"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:48.976Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:48.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:48.976Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:48.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:48.976Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:48.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_fki4be", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:48.976Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:48.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:48.976Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:48.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:48.976Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:48.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_fki4be", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:49.281Z", "message": "Execution done (return_code=0): /tmp/7DF1V/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:49.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "afdd7c5f-29f6-4037-8a7c-46b86428e217"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:49.982Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:49.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:49.982Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:49.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:49.982Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:49.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:50.994Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:50.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:50.994Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:50.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:50.994Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:50.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:51.861Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:51.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.029Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.029Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.029Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.029Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.029Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.029Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.029Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.029Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.029Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.297Z", "message": "Stopping Agent ellis_host_2zg5fc", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}], "metadata": {"pagination": {"total": 221, "offset": 143, "size": 50}}} 2018-09-04 23:34:53,864 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:53,864 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:53 GMT 2018-09-04 23:34:53,864 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:53,864 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26377 2018-09-04 23:34:53,864 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:53,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-04 23:34:53,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/Y4RPM/remove-cluster-node.sh 2018-09-04 23:34:53,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/Y4RPM/remove-cluster-node.sh 2018-09-04 23:34:53,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-04 23:34:53,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'sprout': {}, u'vellum': {}, u'ellis': {}, u'bono': {}, u'dime': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.9', u'hss_hostname': u''}. 2018-09-04 23:34:53,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-04 23:34:53,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-04 23:34:53,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-04 23:34:53,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-04 23:34:53,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:34:53,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-04 23:34:53,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-04 23:34:53,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/2RFOV/remove-cluster-node.sh 2018-09-04 23:34:53,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/2RFOV/remove-cluster-node.sh 2018-09-04 23:34:53,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/RQW38/remove-cluster-node.sh 2018-09-04 23:34:53,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:34:53,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:34:53,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:34:53,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/2AWOR/remove-cluster-node.sh 2018-09-04 23:34:53,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-04 23:34:53,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:34:53,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-04 23:34:53,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:34:53,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-04 23:34:53,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-04 23:34:53,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/7DF1V/remove-cluster-node.sh 2018-09-04 23:34:53,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-04 23:34:53,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-04 23:34:53,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:34:53,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-04 23:34:53,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-04 23:34:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-04 23:34:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-04 23:34:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-04 23:34:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-04 23:34:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-04 23:34:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-04 23:34:53,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-04 23:34:53,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-04 23:34:53,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-04 23:34:53,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-04 23:34:53,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:53,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_2zg5fc 2018-09-04 23:34:53,873 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:34:54,049 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:54,049 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:54,049 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:54,049 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:54,049 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:54,049 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:54,049 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:54,050 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:34:54,050 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:54,050 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:54 GMT 2018-09-04 23:34:54,050 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:54,050 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:34:54,050 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:59,056 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:34:59,134 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:59,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:59,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:59,135 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:59,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:59,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:59,135 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:59,135 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:52.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:52.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.045Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.045Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.045Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.045Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.045Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.491Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.491Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.491Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.491Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.491Z", "message": "Stopping Agent dime_host_mm88je", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.491Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.491Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.491Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.491Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:53.491Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:53.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.093Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.093Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_4ss50a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.093Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.093Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.093Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.711Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.711Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.711Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.711Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.711Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.711Z", "message": "Stopping Agent homer_host_6ybod2", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.711Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.711Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.711Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "bono_4ss50a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.711Z", "message": "Execution done (return_code=0): /tmp/Y4RPM/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5bb44812-2a87-4d13-ba0e-3cb1ea042606"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:54.711Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:54.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:55.107Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:55.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:55.107Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:55.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:55.107Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:55.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:56.121Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:56.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:56.121Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:56.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:56.121Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:56.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:56.459Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:56.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:56.727Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_2zg5fc stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:56.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:56.727Z", "message": "Successfully stopped daemon: ellis_host_2zg5fc\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:56.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "688ce124-c310-4567-ac3b-d461a6808748"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.192Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.192Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.192Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.192Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.192Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.192Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.192Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.192Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}], "metadata": {"pagination": {"total": 282, "offset": 193, "size": 50}}} 2018-09-04 23:34:59,135 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:59,136 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:59 GMT 2018-09-04 23:34:59,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:59,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26546 2018-09-04 23:34:59,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:34:59,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-04 23:34:59,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-04 23:34:59,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-04 23:34:59,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-04 23:34:59,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-04 23:34:59,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_mm88je 2018-09-04 23:34:59,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-04 23:34:59,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-04 23:34:59,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:34:59,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-04 23:34:59,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-04 23:34:59,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_6ybod2 2018-09-04 23:34:59,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/Y4RPM/remove-cluster-node.sh 2018-09-04 23:34:59,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:34:59,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-04 23:34:59,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-04 23:34:59,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-04 23:34:59,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-04 23:34:59,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-04 23:34:59,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-04 23:34:59,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_2zg5fc stop 2018-09-04 23:34:59,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_2zg5fc 2018-09-04 23:34:59,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-04 23:34:59,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-04 23:34:59,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-04 23:34:59,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-04 23:34:59,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-04 23:34:59,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-04 23:34:59,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-04 23:34:59,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-04 23:34:59,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:34:59,144 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:34:59,227 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:34:59,227 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:34:59,227 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:34:59,227 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:34:59,227 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:34:59,227 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:34:59,227 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:34:59,227 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:34:59,228 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:34:59,228 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:34:59 GMT 2018-09-04 23:34:59,228 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:34:59,228 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:34:59,228 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:04,234 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:35:04,421 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:04,421 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:04,421 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:04,421 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:04,421 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:04,422 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:04,422 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:04,422 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5a50daaa-f340-4f81-84c5-3b0935082972"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5a50daaa-f340-4f81-84c5-3b0935082972"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5a50daaa-f340-4f81-84c5-3b0935082972"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5a50daaa-f340-4f81-84c5-3b0935082972"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5a50daaa-f340-4f81-84c5-3b0935082972"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5a50daaa-f340-4f81-84c5-3b0935082972"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Stopping Agent bono_host_g9mxc3", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Successfully stopped daemon: dime_host_mm88je\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5a50daaa-f340-4f81-84c5-3b0935082972"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5a50daaa-f340-4f81-84c5-3b0935082972"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_mm88je stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "558433df-335d-4091-87a6-02f86383934c"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5a50daaa-f340-4f81-84c5-3b0935082972"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:57.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:58.205Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:58.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:58.205Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:58.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:58.205Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:58.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:58.205Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:58.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:58.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:58.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e90db844-1550-4b1e-a71a-37f5e51d7cdf"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.566Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.566Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.566Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.566Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e90db844-1550-4b1e-a71a-37f5e51d7cdf"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Deleting Agent dime_host_mm88je", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e90db844-1550-4b1e-a71a-37f5e51d7cdf"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e90db844-1550-4b1e-a71a-37f5e51d7cdf"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e90db844-1550-4b1e-a71a-37f5e51d7cdf"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Successfully deleted daemon: ellis_host_2zg5fc", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5a50daaa-f340-4f81-84c5-3b0935082972"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e90db844-1550-4b1e-a71a-37f5e51d7cdf"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5a50daaa-f340-4f81-84c5-3b0935082972"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Successfully stopped daemon: homer_host_6ybod2\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_6ybod2 stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e90db844-1550-4b1e-a71a-37f5e51d7cdf"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5a50daaa-f340-4f81-84c5-3b0935082972"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e90db844-1550-4b1e-a71a-37f5e51d7cdf"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e90db844-1550-4b1e-a71a-37f5e51d7cdf"}], "metadata": {"pagination": {"total": 346, "offset": 243, "size": 50}}} 2018-09-04 23:35:04,422 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:04,422 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:04 GMT 2018-09-04 23:35:04,422 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:04,422 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27255 2018-09-04 23:35:04,422 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:04,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-04 23:35:04,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_g9mxc3 2018-09-04 23:35:04,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_mm88je 2018-09-04 23:35:04,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_mm88je stop 2018-09-04 23:35:04,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-04 23:35:04,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-04 23:35:04,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:04,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:04,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:04,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-04 23:35:04,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:04,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-04 23:35:04,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-04 23:35:04,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_mm88je 2018-09-04 23:35:04,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_2zg5fc 2018-09-04 23:35:04,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-04 23:35:04,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_6ybod2 2018-09-04 23:35:04,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_6ybod2 stop 2018-09-04 23:35:04,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-04 23:35:04,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:04,432 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:35:05,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:05,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:05,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:05,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:05,213 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:05,213 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:05,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:05,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:35:05,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:05,214 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:05 GMT 2018-09-04 23:35:05,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:05,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:35:05,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:10,220 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:35:10,317 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:10,317 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:10,317 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:10,317 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:10,317 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:10,317 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:10,317 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:10,318 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:34:59.770Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_6ybod2 stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:34:59.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f4a878a3-da39-41b8-b194-0ae8fb25cf6f"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:00.584Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:00.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:00.584Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:00.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:00.584Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:00.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:00.788Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:00.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e90db844-1550-4b1e-a71a-37f5e51d7cdf"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:00.788Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:00.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:00.788Z", "message": "Successfully deleted daemon: dime_host_mm88je", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:00.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e90db844-1550-4b1e-a71a-37f5e51d7cdf"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:00.788Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:00.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:00.788Z", "message": "Deleting Agent homer_host_6ybod2", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:00.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:00.788Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:00.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:00.788Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:00.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:00.788Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:00.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e90db844-1550-4b1e-a71a-37f5e51d7cdf"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:01.593Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:01.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:01.593Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:01.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:01.593Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:01.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:01.806Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:01.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:01.806Z", "message": "Successfully deleted daemon: homer_host_6ybod2", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:01.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:01.806Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:01.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0605e222-bd96-402e-9ca4-9530c2e289d7"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:02.625Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:02.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:02.625Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:02.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:02.625Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:02.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:02.625Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:02.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:02.625Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:02.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:02.625Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:02.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:02.625Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:02.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:02.625Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:02.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:02.943Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_g9mxc3 stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:02.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:02.943Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:02.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:02.943Z", "message": "Successfully stopped daemon: bono_host_g9mxc3\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:02.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "67bbc233-17c2-4beb-8490-6c1a4bbd2aa7"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:03.655Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:03.655Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:03.655Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:03.655Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.028Z", "message": "Deleting Agent bono_host_g9mxc3", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.666Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.666Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:04.666Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:04.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:05.037Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:05.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:05.037Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:05.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:05.037Z", "message": "Successfully deleted daemon: bono_host_g9mxc3", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:05.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "f41226a6-614a-4c42-ba1f-bfa3f49ccf28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:06.234Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:06.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:06.234Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:06.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:06.234Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:06.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}], "metadata": {"pagination": {"total": 367, "offset": 293, "size": 50}}} 2018-09-04 23:35:10,318 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:10,318 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:10 GMT 2018-09-04 23:35:10,318 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:10,318 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26529 2018-09-04 23:35:10,318 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:10,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_6ybod2 stop 2018-09-04 23:35:10,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:10,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-04 23:35:10,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-04 23:35:10,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-04 23:35:10,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_mm88je 2018-09-04 23:35:10,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_6ybod2 2018-09-04 23:35:10,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-04 23:35:10,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:10,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-04 23:35:10,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-04 23:35:10,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-04 23:35:10,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_6ybod2 2018-09-04 23:35:10,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-04 23:35:10,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-04 23:35:10,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:10,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:10,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-04 23:35:10,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-04 23:35:10,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-04 23:35:10,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:10,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-04 23:35:10,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_g9mxc3 stop 2018-09-04 23:35:10,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-04 23:35:10,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_g9mxc3 2018-09-04 23:35:10,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-09-04 23:35:10,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-09-04 23:35:10,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_g9mxc3 2018-09-04 23:35:10,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:10,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-04 23:35:10,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:10,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:10,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-04 23:35:10,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-04 23:35:10,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_g9mxc3 2018-09-04 23:35:10,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:10,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-04 23:35:10,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-04 23:35:10,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:35:10,431 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:10,431 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:10,431 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:10,431 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:10,431 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:10,432 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:10,432 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:10,432 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:35:10,432 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:10,432 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:10 GMT 2018-09-04 23:35:10,432 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:10,432 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:35:10,432 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:15,438 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:35:15,515 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:15,515 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:15,516 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:15,516 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:15,516 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:15,516 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:15,516 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:15,516 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:06.234Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:06.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:06.234Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:06.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:06.234Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:06.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_wjl3fp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:08.147Z", "message": "Execution done (return_code=0): /tmp/2RFOV/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:08.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26d12713-4a2a-4f77-a662-5b9c361a7d6b"}, {"node_instance_id": "sprout_wjl3fp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:08.314Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:08.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:09.248Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:09.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:09.248Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:09.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_node_5lb15m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:09.248Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:09.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:09.248Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:09.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:09.248Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:09.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:09.248Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:09.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:09.248Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:09.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:10.316Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:10.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_node_5lb15m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:10.316Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:10.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:10.316Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:10.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:10.316Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:10.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:10.316Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:10.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:11.376Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:11.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:11.376Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:11.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:11.376Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:11.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:11.376Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:11.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:11.376Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:11.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:11.376Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:11.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:11.376Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:11.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:11.376Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:11.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:12.391Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:12.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:12.391Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:12.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:12.391Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:12.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:12.391Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:12.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:12.391Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:12.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:12.729Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:12.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:13.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:13.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:13.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:13.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:13.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:13.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:13.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:13.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:13.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:13.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:13.234Z", "message": "Stopping Agent sprout_host_s9zmpc", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:13.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:13.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:13.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:13.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:13.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:13.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:13.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:14.573Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:14.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}], "metadata": {"pagination": {"total": 398, "offset": 343, "size": 50}}} 2018-09-04 23:35:15,516 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:15,516 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:15 GMT 2018-09-04 23:35:15,517 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:15,517 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21277 2018-09-04 23:35:15,517 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:15,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:15,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-04 23:35:15,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:15,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/2RFOV/remove-cluster-node.sh 2018-09-04 23:35:15,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-04 23:35:15,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-04 23:35:15,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-04 23:35:15,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:35:15,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-04 23:35:15,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:35:15,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-09-04 23:35:15,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-09-04 23:35:15,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:15,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:15,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-09-04 23:35:15,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:15,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:15,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-04 23:35:15,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-04 23:35:15,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:15,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-04 23:35:15,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:15,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:35:15,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-04 23:35:15,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-04 23:35:15,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-04 23:35:15,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:15,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-04 23:35:15,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-04 23:35:15,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-04 23:35:15,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:15,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:15,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:15,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:15,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:15,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:15,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_s9zmpc 2018-09-04 23:35:15,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:15,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:15,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:15,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:15,525 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:35:15,657 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:15,657 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:15,657 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:15,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:15,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:15,658 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:15,658 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:15,658 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:35:15,658 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:15,658 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:15 GMT 2018-09-04 23:35:15,658 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:15,658 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:35:15,658 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:20,664 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:35:20,801 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:20,801 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:20,801 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:20,801 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:20,802 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:20,802 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:20,802 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:20,802 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:15.563Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:15.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:15.563Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:15.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:15.563Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:15.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:15.563Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:15.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:16.564Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:16.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "3fc8171e-f5ed-4017-8e91-71a236343bc0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:16.601Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:16.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:16.601Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:16.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_host_mm88je", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:16.601Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:16.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:17.611Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:17.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:17.611Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:17.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:17.611Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:17.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:17.611Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:17.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:17.611Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:17.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:17.611Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:17.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:18.038Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:18.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5ae154d5-72b7-4319-902d-8b9335d3e0b3"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:18.038Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_s9zmpc stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:18.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:18.038Z", "message": "Successfully stopped daemon: sprout_host_s9zmpc\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:18.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:18.038Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:18.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9be336f2-fe6a-480c-b34b-7842569a1307"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:18.679Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:18.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:18.679Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:18.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:18.679Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:18.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:18.679Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:18.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:18.679Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:18.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.248Z", "message": "Deleting Agent sprout_host_s9zmpc", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "dime_host_mm88je", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.248Z", "message": "Waiting for server \"6457fc0e-40cb-4de7-8362-c1dbcac123e7\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "3fc8171e-f5ed-4017-8e91-71a236343bc0"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.693Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.693Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:19.693Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:19.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:20.285Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:20.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:20.285Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:20.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "homer_host_6ybod2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:20.285Z", "message": "Waiting for server \"01165efa-2196-4e37-b211-772ddde7b1a6\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:20.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5ae154d5-72b7-4319-902d-8b9335d3e0b3"}], "metadata": {"pagination": {"total": 440, "offset": 384, "size": 50}}} 2018-09-04 23:35:20,802 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:20,802 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:20 GMT 2018-09-04 23:35:20,802 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:20,802 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21132 2018-09-04 23:35:20,802 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:20,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:20,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:20,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-09-04 23:35:20,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:20,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-04 23:35:20,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-04 23:35:20,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-04 23:35:20,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:20,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:20,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-04 23:35:20,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:20,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-04 23:35:20,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-04 23:35:20,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-04 23:35:20,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-04 23:35:20,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_s9zmpc stop 2018-09-04 23:35:20,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_s9zmpc 2018-09-04 23:35:20,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-04 23:35:20,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:20,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-04 23:35:20,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-04 23:35:20,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-04 23:35:20,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:20,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:20,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:20,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_s9zmpc 2018-09-04 23:35:20,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:20,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:20,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:20,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:20,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:20,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "6457fc0e-40cb-4de7-8362-c1dbcac123e7" to be deleted. current status: SHUTOFF 2018-09-04 23:35:20,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:20,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:20,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-04 23:35:20,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-04 23:35:20,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-04 23:35:20,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-04 23:35:20,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-04 23:35:20,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "01165efa-2196-4e37-b211-772ddde7b1a6" to be deleted. current status: SHUTOFF 2018-09-04 23:35:20,810 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:35:20,918 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:20,918 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:20,918 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:20,918 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:20,919 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:20,919 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:20,919 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:20,919 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:35:20,919 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:20,919 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:20 GMT 2018-09-04 23:35:20,919 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:20,919 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:35:20,919 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:25,925 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:35:26,113 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:26,113 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:26,113 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:26,113 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:26,114 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:26,114 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:26,114 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:26,114 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:20.749Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:20.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:20.749Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:20.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:20.749Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:20.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:20.749Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:20.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.287Z", "message": "Successfully deleted daemon: sprout_host_s9zmpc", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a75ffe2e-8447-4f6b-9fc1-f1997ea6119b"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.287Z", "message": "Stopping Agent proxy_host_j2775v", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.801Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.801Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.801Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.801Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:21.801Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:21.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:22.299Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:22.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e3745432-5d87-4f25-9c38-38a65e9dccc8"}, {"node_instance_id": "ellis_host_2zg5fc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:23.890Z", "message": "Waiting for server \"cbd1b040-7adf-4ed7-8a15-b65210ab71a9\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:23.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e3745432-5d87-4f25-9c38-38a65e9dccc8"}, {"node_instance_id": "dime_host_mm88je", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:23.983Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:23.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:24.814Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:24.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_security_group_qln343", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:24.814Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:24.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:25.311Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:25.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "dime_security_group_qln343", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:25.870Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:25.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:25.870Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:25.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:25.870Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:25.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_host_6ybod2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:25.870Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:25.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:25.870Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:25.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_security_group_qln343", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:25.870Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:25.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:25.870Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:25.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:25.870Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:25.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_security_group_qln343", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:25.870Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:25.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}], "metadata": {"pagination": {"total": 476, "offset": 424, "size": 50}}} 2018-09-04 23:35:26,114 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:26,114 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:26 GMT 2018-09-04 23:35:26,114 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:26,114 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18377 2018-09-04 23:35:26,114 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:26,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:26,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-04 23:35:26,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:26,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:26,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:26,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:26,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:26,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_s9zmpc 2018-09-04 23:35:26,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:26,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:26,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:26,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_j2775v 2018-09-04 23:35:26,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:26,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:26,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:26,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:26,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-04 23:35:26,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:26,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-04 23:35:26,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-04 23:35:26,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-04 23:35:26,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "cbd1b040-7adf-4ed7-8a15-b65210ab71a9" to be deleted. current status: SHUTOFF 2018-09-04 23:35:26,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-04 23:35:26,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-04 23:35:26,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:35:26,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-04 23:35:26,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:26,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:26,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:26,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-04 23:35:26,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-04 23:35:26,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-04 23:35:26,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-04 23:35:26,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:26,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-04 23:35:26,121 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:35:26,283 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:26,284 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:26,284 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:26,284 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:26,284 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:26,284 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:26,284 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:26,284 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:35:26,285 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:26,285 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:26 GMT 2018-09-04 23:35:26,285 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:26,285 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:35:26,285 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:31,290 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:35:31,378 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:31,378 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:31,378 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:31,378 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:31,378 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:31,379 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:31,379 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:31,379 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:26.337Z", "message": "Successfully stopped daemon: proxy_host_j2775v\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:26.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:26.337Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_j2775v stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:26.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "24cbf31b-7f6b-47c1-8d20-3cd6d73c51c6"}, {"node_instance_id": "homer_security_group_f9ep84", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.062Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.062Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.062Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.062Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.062Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.062Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.382Z", "message": "Deleting Agent proxy_host_j2775v", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "dime_security_group_qln343", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.382Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "ef768c02-d990-481c-8daa-848cab0e0313"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:27.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "homer_security_group_f9ep84", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:28.082Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:28.082Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_security_group_f9ep84", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:28.082Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:28.082Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "dime_security_group_qln343", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:28.082Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:28.082Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_security_group_f9ep84", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:28.082Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:28.082Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_security_group_f9ep84", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:28.394Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:28.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "d6cbda11-e469-4858-8853-d0cc17a54c7b"}, {"node_instance_id": "ellis_host_2zg5fc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:29.147Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:29.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:29.673Z", "message": "Successfully deleted daemon: proxy_host_j2775v", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:29.673Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:29.673Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:29.673Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:29.673Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:29.673Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a972b2a6-de0a-4b8c-9452-5a2e64cc40b3"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:30.095Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:30.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:30.095Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:30.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_security_group_rvid01", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:30.095Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:30.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "homer_security_group_f9ep84", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:30.095Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:30.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:30.095Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:30.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_floatingip_u8izju", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:30.095Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:30.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_floatingip_u8izju", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:31.148Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:31.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_floatingip_u8izju", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:31.148Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:31.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_security_group_rvid01", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:31.148Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:31.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_security_group_rvid01", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:31.148Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:31.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_security_group_rvid01", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:31.148Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:31.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_floatingip_u8izju", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:31.148Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:31.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}], "metadata": {"pagination": {"total": 516, "offset": 459, "size": 50}}} 2018-09-04 23:35:31,379 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:31,379 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:31 GMT 2018-09-04 23:35:31,379 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:31,379 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21123 2018-09-04 23:35:31,379 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:31,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_j2775v 2018-09-04 23:35:31,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_j2775v stop 2018-09-04 23:35:31,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:35:31,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-04 23:35:31,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:31,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:31,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:31,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:31,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:31,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_j2775v 2018-09-04 23:35:31,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:31,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:31,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:31,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:31,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:31,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:31,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-04 23:35:31,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:31,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:35:31,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-04 23:35:31,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-04 23:35:31,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-04 23:35:31,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:31,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-04 23:35:31,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-04 23:35:31,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_j2775v 2018-09-04 23:35:31,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-04 23:35:31,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-04 23:35:31,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-04 23:35:31,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-04 23:35:31,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:35:31,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-04 23:35:31,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-04 23:35:31,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:35:31,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:31,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-04 23:35:31,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-04 23:35:31,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:31,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-04 23:35:31,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-04 23:35:31,386 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:35:31,471 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:31,471 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:31,472 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:31,472 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:31,472 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:31,472 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:31,472 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:31,472 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:35:31,472 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:31,472 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:31 GMT 2018-09-04 23:35:31,472 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:31,472 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:35:31,473 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:36,478 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:35:36,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:36,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:36,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:36,959 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:36,960 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:36,960 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:36,960 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:36,960 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_security_group_rvid01", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:31.436Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:31.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "8544288d-e317-423f-a70a-f8c58547ee93"}, {"node_instance_id": "ellis_floatingip_u8izju", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:31.695Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:31.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "392af4dc-a3ba-4e16-a5c7-353e22a7b406"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:32.350Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:32.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:32.350Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:32.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:32.350Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:32.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:32.350Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:32.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:32.350Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:32.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:32.350Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:32.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:32.350Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:32.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:32.350Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:32.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:32.713Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:32.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "638dbfe5-357a-4737-a050-d3d4c4c5f380"}, {"node_instance_id": "ellis_floatingip_u8izju", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:33.386Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:33.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:33.386Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:33.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "ellis_security_group_rvid01", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:33.386Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:33.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:33.386Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:33.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:33.386Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:33.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:33.766Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:33.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9082dc7e-594a-4b08-b81b-db8354b760a8"}, {"node_instance_id": "bono_host_g9mxc3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:34.780Z", "message": "Waiting for server \"a276f244-7f36-4ee3-ad9f-d628909da640\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:34.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "638dbfe5-357a-4737-a050-d3d4c4c5f380"}, {"node_instance_id": "proxy_host_j2775v", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:36.350Z", "message": "Waiting for server \"413c4626-05f8-4c38-82c5-4b9d2d3d6a8f\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:36.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "9082dc7e-594a-4b08-b81b-db8354b760a8"}], "metadata": {"pagination": {"total": 535, "offset": 499, "size": 50}}} 2018-09-04 23:35:36,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:36,960 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:36 GMT 2018-09-04 23:35:36,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:36,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9914 2018-09-04 23:35:36,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:36,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-04 23:35:36,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-09-04 23:35:36,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:36,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-04 23:35:36,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-04 23:35:36,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-04 23:35:36,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:36,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-04 23:35:36,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:36,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-04 23:35:36,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-04 23:35:36,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-04 23:35:36,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:36,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-04 23:35:36,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:36,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:36,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-04 23:35:36,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "a276f244-7f36-4ee3-ad9f-d628909da640" to be deleted. current status: SHUTOFF 2018-09-04 23:35:36,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "413c4626-05f8-4c38-82c5-4b9d2d3d6a8f" to be deleted. current status: SHUTOFF 2018-09-04 23:35:36,964 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:35:37,077 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:37,078 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:37,078 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:37,078 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:37,078 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:37,078 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:37,078 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:37,078 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:35:37,078 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:37,078 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:37 GMT 2018-09-04 23:35:37,079 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:37,079 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:35:37,079 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:42,084 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:35:42,154 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:42,155 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:42,155 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:42,155 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:42,155 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:42,155 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:42,155 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:42,155 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:36.992Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:36.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:37.406Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:37.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:37.406Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:37.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_host_g9mxc3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:39.605Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:39.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_floatingip_3mm3tf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:40.419Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:40.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_security_group_23nfx3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:40.419Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:40.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "proxy_host_j2775v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:40.419Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:40.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_floatingip_3mm3tf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:41.554Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:41.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_security_group_23nfx3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:41.554Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:41.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_floatingip_3mm3tf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:41.554Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:41.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_security_group_23nfx3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:41.554Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:41.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_security_group_23nfx3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:41.554Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:41.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_floatingip_3mm3tf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:41.554Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:41.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_security_group_23nfx3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:41.984Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:41.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "ae676da6-eff2-4e10-bab9-9499b5e21baf"}], "metadata": {"pagination": {"total": 549, "offset": 518, "size": 50}}} 2018-09-04 23:35:42,155 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:42,156 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:42 GMT 2018-09-04 23:35:42,156 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:42,156 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7143 2018-09-04 23:35:42,156 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:42,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:42,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:42,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:42,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-04 23:35:42,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:35:42,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:35:42,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-04 23:35:42,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-04 23:35:42,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-04 23:35:42,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:42,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:42,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-04 23:35:42,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-04 23:35:42,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-04 23:35:42,159 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:35:42,220 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:42,220 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:42,220 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:42,220 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:42,221 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:42,221 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:42,221 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:42,221 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:35:42,221 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:42,221 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:42 GMT 2018-09-04 23:35:42,221 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:42,221 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:35:42,221 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:47,224 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:35:47,314 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:47,315 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:47,315 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:47,315 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:47,315 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:47,315 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:47,315 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:47,315 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:42.728Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:42.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_floatingip_3mm3tf", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:42.936Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:42.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "5335b04e-080f-44ce-8957-285b8038e346"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:43.583Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:43.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:43.583Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:43.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_security_group_23nfx3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:43.583Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:43.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bono_floatingip_3mm3tf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:43.583Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:43.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:43.583Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:43.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:44.010Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:44.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "3d304542-80b4-4062-8e5e-2a4d5595f495"}, {"node_instance_id": "sprout_host_s9zmpc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:45.939Z", "message": "Waiting for server \"a52b2316-01dc-46ee-b008-d0fc352f4bba\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:45.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "3d304542-80b4-4062-8e5e-2a4d5595f495"}], "metadata": {"pagination": {"total": 558, "offset": 532, "size": 50}}} 2018-09-04 23:35:47,315 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:47,315 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:47 GMT 2018-09-04 23:35:47,316 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:47,316 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4769 2018-09-04 23:35:47,316 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:47,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:35:47,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-09-04 23:35:47,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-04 23:35:47,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-04 23:35:47,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-04 23:35:47,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-04 23:35:47,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:47,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-04 23:35:47,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "a52b2316-01dc-46ee-b008-d0fc352f4bba" to be deleted. current status: SHUTOFF 2018-09-04 23:35:47,318 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:35:47,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:47,383 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:47,383 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:47,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:47,384 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:47,384 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:47,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:47,384 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:35:47,384 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:47,384 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:47 GMT 2018-09-04 23:35:47,384 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:47,384 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:35:47,384 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:52,390 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:35:52,467 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:52,467 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:52,467 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:52,467 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:52,467 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:52,468 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:52,468 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:52,468 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_s9zmpc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:51.342Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:51.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}], "metadata": {"pagination": {"total": 559, "offset": 541, "size": 50}}} 2018-09-04 23:35:52,468 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:52,468 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:52 GMT 2018-09-04 23:35:52,468 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:52,468 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 592 2018-09-04 23:35:52,468 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:52,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-04 23:35:52,469 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:35:52,534 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:52,535 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:52,535 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:52,535 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:52,535 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:52,535 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:52,535 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:52,535 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:35:52,536 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:52,536 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:52 GMT 2018-09-04 23:35:52,536 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:52,536 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:35:52,536 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:57,541 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:35:57,678 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:57,678 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:57,678 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:57,678 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:57,678 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:57,678 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:57,679 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:57,679 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_security_group_fst8xp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:52.590Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:52.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "internal_sip_security_group_617fe3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:52.590Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:52.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_security_group_fst8xp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:52.590Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:52.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "internal_sip_security_group_617fe3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:53.456Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:53.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "3fc21a2e-49c2-40e8-ad76-38c9b9f9c175"}, {"node_instance_id": "internal_sip_security_group_617fe3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:53.593Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:53.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "internal_sip_security_group_617fe3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:53.593Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:53.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "internal_sip_security_group_617fe3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:53.593Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:53.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_security_group_fst8xp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:53.593Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:53.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_security_group_fst8xp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:53.593Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:53.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_security_group_fst8xp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:53.964Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:53.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "afef21dc-e0d8-47ef-b30c-fd08ce69e8ae"}, {"node_instance_id": "internal_sip_security_group_617fe3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:54.604Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:54.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "sprout_security_group_fst8xp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:35:54.604Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:35:54.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}], "metadata": {"pagination": {"total": 571, "offset": 542, "size": 50}}} 2018-09-04 23:35:57,679 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:57,679 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:57 GMT 2018-09-04 23:35:57,679 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:57,679 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6360 2018-09-04 23:35:57,679 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:35:57,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:35:57,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:35:57,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:57,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-04 23:35:57,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:35:57,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-04 23:35:57,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-04 23:35:57,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-04 23:35:57,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-04 23:35:57,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-04 23:35:57,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-04 23:35:57,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-04 23:35:57,682 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:35:57,747 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:35:57,747 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:35:57,748 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:35:57,748 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:35:57,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:35:57,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:35:57,748 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:35:57,748 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:35:57,748 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:35:57,748 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:35:57 GMT 2018-09-04 23:35:57,748 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:35:57,748 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:35:57,749 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:02,754 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:36:02,834 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:02,834 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:02,834 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:02,834 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:02,834 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:02,834 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:02,835 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:02,835 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 571, "offset": 554, "size": 50}}} 2018-09-04 23:36:02,835 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:02,835 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:02 GMT 2018-09-04 23:36:02,835 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:02,835 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:36:02,835 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:02,836 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:36:02,899 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:02,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:02,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:02,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:02,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:02,900 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:02,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:02,900 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:36:02,900 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:02,901 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:02 GMT 2018-09-04 23:36:02,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:02,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:36:02,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:07,906 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:36:08,000 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:08,000 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:08,000 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:08,000 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:08,000 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:08,001 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:08,001 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:08,001 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 571, "offset": 554, "size": 50}}} 2018-09-04 23:36:08,001 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:08,001 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:07 GMT 2018-09-04 23:36:08,001 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:08,001 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:36:08,001 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:08,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:36:08,062 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:08,063 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:08,063 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:08,063 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:08,063 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:08,063 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:08,063 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:08,063 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:36:08,064 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:08,064 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:08 GMT 2018-09-04 23:36:08,064 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:08,064 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:36:08,064 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:13,069 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:36:13,152 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:13,152 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:13,152 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:13,152 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:13,152 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:13,152 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:13,152 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:13,153 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 571, "offset": 554, "size": 50}}} 2018-09-04 23:36:13,153 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:13,153 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:13 GMT 2018-09-04 23:36:13,153 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:13,153 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:36:13,153 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:13,153 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:36:13,215 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:13,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:13,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:13,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:13,216 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:13,216 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:13,216 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:13,216 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:36:13,216 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:13,216 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:13 GMT 2018-09-04 23:36:13,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:13,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:36:13,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:18,217 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:36:18,305 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:18,306 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:18,306 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:18,306 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:18,306 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:18,306 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:18,306 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:18,306 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 571, "offset": 554, "size": 50}}} 2018-09-04 23:36:18,306 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:18,306 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:18 GMT 2018-09-04 23:36:18,307 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:18,307 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:36:18,307 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:18,307 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:36:18,435 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:18,435 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:18,436 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:18,436 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:18,436 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:18,436 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:18,436 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:18,436 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:36:18,436 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:18,436 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:18 GMT 2018-09-04 23:36:18,436 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:18,437 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:36:18,437 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:23,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:36:23,516 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:23,516 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:23,516 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:23,516 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:23,516 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:23,516 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:23,516 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:23,516 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 571, "offset": 554, "size": 50}}} 2018-09-04 23:36:23,517 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:23,517 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:23 GMT 2018-09-04 23:36:23,517 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:23,517 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:36:23,517 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:23,517 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:36:23,581 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:23,582 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:23,582 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:23,582 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:23,582 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:23,582 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:23,582 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:23,582 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:36:23,582 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:23,583 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:23 GMT 2018-09-04 23:36:23,583 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:23,583 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:36:23,583 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:28,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:36:28,665 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:28,665 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:28,665 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:28,665 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:28,665 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:28,665 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:28,665 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:28,665 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 571, "offset": 554, "size": 50}}} 2018-09-04 23:36:28,666 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:28,666 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:28 GMT 2018-09-04 23:36:28,666 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:28,666 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:36:28,666 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:28,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:36:28,827 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:28,827 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:28,827 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:28,827 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:28,827 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:28,827 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:28,828 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:28,828 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:36:28,828 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:28,828 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:28 GMT 2018-09-04 23:36:28,828 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:28,828 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:36:28,828 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:33,829 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:36:33,913 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:33,914 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:33,914 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:33,914 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:33,914 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:33,914 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:33,914 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:33,915 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 571, "offset": 554, "size": 50}}} 2018-09-04 23:36:33,915 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:33,915 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:33 GMT 2018-09-04 23:36:33,915 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:33,915 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:36:33,915 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:33,915 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:36:33,995 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:33,996 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:33,996 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:33,996 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:33,996 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:33,996 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:33,996 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:33,996 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:36:33,996 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:33,996 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:33 GMT 2018-09-04 23:36:33,997 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:33,997 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:36:33,997 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:39,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:36:39,115 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:39,115 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:39,116 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:39,116 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:39,116 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:39,116 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:39,116 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:39,116 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 571, "offset": 554, "size": 50}}} 2018-09-04 23:36:39,116 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:39,116 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:39 GMT 2018-09-04 23:36:39,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:39,117 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:36:39,117 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:39,117 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:36:39,180 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:39,181 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:39,181 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:39,181 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:39,181 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:39,181 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:39,181 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:39,181 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:36:39,181 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:39,181 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:39 GMT 2018-09-04 23:36:39,182 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:39,182 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:36:39,182 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:44,187 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:36:44,262 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:44,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:44,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:44,262 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:44,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:44,262 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:44,262 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:44,263 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_oz8qyp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:39.188Z", "message": "Execution done (return_code=2): /tmp/XPWIG/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:39.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0b522a33-c93d-4a93-9cd9-87a04a762f27"}, {"node_instance_id": "vellum_oz8qyp", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:39.339Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 1c40462a79a40962: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.14:4000 has no leader\n; error #1: client: endpoint http://192.168.120.12:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.9:4000 has no leader\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member 1c40462a79a40962: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.14:4000 has no leader\n; error #1: client: endpoint http://192.168.120.12:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.9:4000 has no leader\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/vellum_host_6slpfi/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_6slpfi/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_6slpfi/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Received an error trying to remove member 1c40462a79a40962: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.14:4000 has no leader\n; error #1: client: endpoint http://192.168.120.12:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.9:4000 has no leader\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-04T23:36:39.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_zawii8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:40.630Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:40.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:40.630Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:40.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:40.630Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:40.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:40.630Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:40.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:41.641Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:41.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:41.641Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:41.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:41.641Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:41.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_zawii8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:41.641Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:41.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}], "metadata": {"pagination": {"total": 581, "offset": 554, "size": 50}}} 2018-09-04 23:36:44,263 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:44,263 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:44 GMT 2018-09-04 23:36:44,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:44,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6796 2018-09-04 23:36:44,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:44,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/XPWIG/remove-cluster-node.sh 2018-09-04 23:36:44,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 1c40462a79a40962: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.14:4000 has no leader ; error #1: client: endpoint http://192.168.120.12:4000 exceeded header timeout ; error #2: client: etcd member http://192.168.120.9:4000 has no leader 2018-09-04 23:36:44,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:36:44,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-04 23:36:44,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-04 23:36:44,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:36:44,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-04 23:36:44,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-04 23:36:44,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:36:44,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:36:44,265 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:36:44,328 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:44,328 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:44,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:44,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:44,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:44,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:44,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:44,329 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:36:44,329 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:44,329 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:44 GMT 2018-09-04 23:36:44,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:44,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:36:44,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:49,334 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:36:49,425 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:49,425 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:49,425 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:49,425 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:49,425 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:49,425 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:49,426 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:49,426 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:44.426Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:44.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:44.654Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:44.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:44.654Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:44.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.664Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.664Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.664Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.664Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.664Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.664Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.664Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.664Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.664Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.664Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.664Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.866Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.985Z", "message": "Stopping Agent bind_host_ytmvch", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.985Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.985Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.985Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.985Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.985Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.985Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.985Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:45.985Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:45.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:46.994Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:46.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:46.994Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:46.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:46.994Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:46.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:46.994Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:46.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:46.994Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:46.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:46.994Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:46.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:46.994Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:46.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:46.994Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:46.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:46.994Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:46.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:46.994Z", "message": "Stopping Agent vellum_host_6slpfi", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:46.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}], "metadata": {"pagination": {"total": 615, "offset": 564, "size": 50}}} 2018-09-04 23:36:49,426 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:49,426 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:49 GMT 2018-09-04 23:36:49,426 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:49,426 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18256 2018-09-04 23:36:49,426 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:49,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-04 23:36:49,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-04 23:36:49,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-04 23:36:49,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-04 23:36:49,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-04 23:36:49,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-04 23:36:49,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-04 23:36:49,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-04 23:36:49,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-04 23:36:49,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-04 23:36:49,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-04 23:36:49,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-04 23:36:49,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-04 23:36:49,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-04 23:36:49,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_ytmvch 2018-09-04 23:36:49,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:49,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_6slpfi 2018-09-04 23:36:49,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:36:49,494 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:49,494 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:49,494 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:49,494 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:49,494 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:49,494 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:49,494 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:49,494 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:36:49,495 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:49,495 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:49 GMT 2018-09-04 23:36:49,495 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:49,495 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:36:49,495 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:54,500 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:36:54,579 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:54,579 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:54,579 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:54,579 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:54,579 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:54,579 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:54,579 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:54,580 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:50.346Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:50.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:50.535Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:50.535Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:50.693Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:50.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:51.078Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_6slpfi stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:51.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:51.078Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:51.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:51.078Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_ytmvch stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:51.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:51.078Z", "message": "Successfully stopped daemon: vellum_host_6slpfi\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:51.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "26752581-3334-419f-981c-3ab82d5ee9c6"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:51.078Z", "message": "Successfully stopped daemon: bind_host_ytmvch\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:51.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "223685ef-abfb-48da-b504-6ab1da2ad8b6"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:51.713Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:51.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:51.713Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:51.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:51.713Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:51.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:51.713Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:51.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:51.713Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:51.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:51.713Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:51.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Deleting Agent bind_host_ytmvch", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Deleting Agent vellum_host_6slpfi", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:52.096Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:53.220Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:53.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:53.688Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:53.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:54.109Z", "message": "Successfully deleted daemon: bind_host_ytmvch", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:54.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:54.109Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:54.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:54.109Z", "message": "Successfully deleted daemon: vellum_host_6slpfi", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:54.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:54.109Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:54.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "feb09c9c-ec26-4c07-b53d-16c25ad67f2d"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:54.109Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:54.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "183e692c-24cf-4a31-b12f-cd69f34b4754"}], "metadata": {"pagination": {"total": 656, "offset": 598, "size": 50}}} 2018-09-04 23:36:54,580 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:54,580 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:54 GMT 2018-09-04 23:36:54,580 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:54,580 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22236 2018-09-04 23:36:54,580 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:54,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-04 23:36:54,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-04 23:36:54,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-04 23:36:54,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_6slpfi stop 2018-09-04 23:36:54,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-04 23:36:54,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_ytmvch stop 2018-09-04 23:36:54,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_6slpfi 2018-09-04 23:36:54,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_ytmvch 2018-09-04 23:36:54,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-04 23:36:54,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-04 23:36:54,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-04 23:36:54,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-04 23:36:54,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-04 23:36:54,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-04 23:36:54,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_ytmvch 2018-09-04 23:36:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_6slpfi 2018-09-04 23:36:54,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-04 23:36:54,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-04 23:36:54,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-04 23:36:54,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_ytmvch 2018-09-04 23:36:54,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-04 23:36:54,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_6slpfi 2018-09-04 23:36:54,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-04 23:36:54,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-04 23:36:54,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:36:54,652 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:54,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:54,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:54,653 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:54,653 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:54,653 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:54,653 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:54,653 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:36:54,653 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:54,653 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:54 GMT 2018-09-04 23:36:54,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:54,653 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:36:54,653 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:59,659 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:36:59,743 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:59,744 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:59,744 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:59,744 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:59,744 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:59,744 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:59,744 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:59,744 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:54.736Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:54.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:54.736Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:54.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:54.736Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:54.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:54.736Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:54.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:54.736Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:54.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:56.069Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:56.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:56.767Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:56.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:56.767Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:56.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:56.767Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:56.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:56.767Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:56.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:36:57.809Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:36:57.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}], "metadata": {"pagination": {"total": 667, "offset": 639, "size": 50}}} 2018-09-04 23:36:59,744 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:59,745 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:59 GMT 2018-09-04 23:36:59,745 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:59,745 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5666 2018-09-04 23:36:59,745 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:36:59,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-04 23:36:59,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-04 23:36:59,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-04 23:36:59,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-04 23:36:59,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-04 23:36:59,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-04 23:36:59,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-09-04 23:36:59,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-04 23:36:59,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-09-04 23:36:59,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:36:59,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:36:59,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:36:59,813 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:36:59,813 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:36:59,813 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:36:59,813 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:36:59,813 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:36:59,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:36:59,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:36:59,814 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:36:59,814 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:36:59,814 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:36:59 GMT 2018-09-04 23:36:59,814 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:36:59,814 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:36:59,814 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:04,820 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:37:04,901 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:37:04,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:37:04,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:37:04,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:37:04,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:37:04,902 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:37:04,902 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:37:04,902 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:01.938Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:01.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:02.931Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:02.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:02.931Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:02.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:02.931Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:02.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}], "metadata": {"pagination": {"total": 673, "offset": 650, "size": 50}}} 2018-09-04 23:37:04,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:37:04,903 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:37:04 GMT 2018-09-04 23:37:04,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:37:04,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2138 2018-09-04 23:37:04,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:04,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-09-04 23:37:04,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:37:04,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:37:04,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:37:04,904 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:37:05,027 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:37:05,027 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:37:05,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:37:05,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:37:05,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:37:05,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:37:05,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:37:05,027 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:37:05,028 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:37:05,028 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:37:05 GMT 2018-09-04 23:37:05,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:37:05,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:37:05,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:10,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:37:10,106 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:37:10,106 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:37:10,107 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:37:10,107 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:37:10,107 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:37:10,107 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:37:10,107 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:37:10,107 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:07.244Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:07.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:08.027Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:08.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:08.027Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:08.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:09.056Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:09.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:09.056Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:09.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:09.056Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:09.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:09.056Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:09.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:09.522Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:09.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "c8d85269-fde5-447b-a680-b97e705f9246"}], "metadata": {"pagination": {"total": 681, "offset": 654, "size": 50}}} 2018-09-04 23:37:10,107 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:37:10,107 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:37:10 GMT 2018-09-04 23:37:10,107 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:37:10,107 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4122 2018-09-04 23:37:10,108 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:10,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:37:10,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:37:10,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:37:10,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:37:10,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-04 23:37:10,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-04 23:37:10,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:37:10,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-04 23:37:10,109 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:37:10,165 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:37:10,165 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:37:10,165 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:37:10,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:37:10,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:37:10,166 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:37:10,166 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:37:10,166 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:37:10,166 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:37:10,166 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:37:10 GMT 2018-09-04 23:37:10,166 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:37:10,166 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:37:10,166 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:15,172 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:37:15,250 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:37:15,250 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:37:15,250 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:37:15,251 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:37:15,251 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:37:15,251 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:37:15,251 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:37:15,251 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_6slpfi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:11.830Z", "message": "Waiting for server \"496f827e-0fd9-4cce-826f-b94603576d5e\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:11.830Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "c8d85269-fde5-447b-a680-b97e705f9246"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:12.298Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:12.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:13.072Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:13.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:13.072Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:13.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:13.072Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:13.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:13.348Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:13.348Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "10793e9b-ce0a-458a-baa3-ceb7b9fa8a1f"}], "metadata": {"pagination": {"total": 687, "offset": 662, "size": 50}}} 2018-09-04 23:37:15,251 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:37:15,251 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:37:15 GMT 2018-09-04 23:37:15,251 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:37:15,251 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3163 2018-09-04 23:37:15,251 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:15,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "496f827e-0fd9-4cce-826f-b94603576d5e" to be deleted. current status: SHUTOFF 2018-09-04 23:37:15,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-04 23:37:15,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:37:15,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-04 23:37:15,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-04 23:37:15,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-04 23:37:15,253 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:37:15,318 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:37:15,318 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:37:15,318 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:37:15,319 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:37:15,319 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:37:15,319 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:37:15,319 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:37:15,319 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:37:15,319 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:37:15,319 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:37:15 GMT 2018-09-04 23:37:15,319 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:37:15,319 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:37:15,320 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:20,322 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:37:20,417 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:37:20,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:37:20,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:37:20,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:37:20,418 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:37:20,418 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:37:20,418 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:37:20,418 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_ytmvch", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:15.259Z", "message": "Waiting for server \"3870b119-2ec3-4d6a-9199-cc3bcd5991d5\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:15.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "10793e9b-ce0a-458a-baa3-ceb7b9fa8a1f"}, {"node_instance_id": "vellum_host_6slpfi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:17.060Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:17.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_security_group_m8wp98", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:18.083Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:18.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_security_group_m8wp98", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:18.963Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:18.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "a03a044d-9314-4873-85fc-aa06216af080"}, {"node_instance_id": "vellum_security_group_m8wp98", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:19.110Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:19.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_security_group_m8wp98", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:19.110Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:19.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_security_group_m8wp98", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:19.110Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:19.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "vellum_security_group_m8wp98", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:20.117Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:20.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}], "metadata": {"pagination": {"total": 695, "offset": 668, "size": 50}}} 2018-09-04 23:37:20,418 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:37:20,418 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:37:20 GMT 2018-09-04 23:37:20,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:37:20,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4291 2018-09-04 23:37:20,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:20,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "3870b119-2ec3-4d6a-9199-cc3bcd5991d5" to be deleted. current status: SHUTOFF 2018-09-04 23:37:20,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-04 23:37:20,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:37:20,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-04 23:37:20,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-04 23:37:20,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-04 23:37:20,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:37:20,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-04 23:37:20,420 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:37:20,486 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:37:20,486 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:37:20,486 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:37:20,486 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:37:20,486 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:37:20,486 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:37:20,487 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:37:20,487 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:37:20,487 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:37:20,487 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:37:20 GMT 2018-09-04 23:37:20,487 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:37:20,487 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-04 23:37:20,487 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:25,493 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-04 23:37:25,571 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:37:25,572 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:37:25,572 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:37:25,572 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:37:25,572 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:37:25,572 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:37:25,572 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:37:25,572 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "base_security_group_btbmlv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:21.143Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:21.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_security_group_yte8bi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:21.143Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:21.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_floatingip_96ijrs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:21.143Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:21.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_host_ytmvch", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:21.143Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:21.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "keypair_5ppa01", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:22.182Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_security_group_yte8bi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:22.182Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_security_group_yte8bi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:22.182Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "base_security_group_btbmlv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:22.182Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "base_security_group_btbmlv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:22.182Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "keypair_5ppa01", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:22.182Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "base_security_group_btbmlv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:22.182Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_floatingip_96ijrs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:22.182Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_security_group_yte8bi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:22.182Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_floatingip_96ijrs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:22.182Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_security_group_yte8bi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:23.064Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:23.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "d28cf77a-e52d-4930-bbf2-e9939d2f0ccb"}, {"node_instance_id": "keypair_5ppa01", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:23.196Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:23.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "keypair_5ppa01", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:23.196Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:23.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_floatingip_96ijrs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:23.196Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:23.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "keypair_5ppa01", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:24.164Z", "message": "not deleting keypair since an external keypair is being used", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:24.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "49b89763-0133-46f4-819e-f2073f5da1e0"}, {"node_instance_id": "base_security_group_btbmlv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:24.164Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:24.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "e545c48b-1c82-4174-abfa-5afa4d8cb51f"}, {"node_instance_id": "bind_floatingip_96ijrs", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:24.164Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:24.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0", "logger": "0401adad-09aa-43ab-a436-3d985067d216"}, {"node_instance_id": "keypair_5ppa01", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:24.209Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:24.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_security_group_yte8bi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:24.209Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:24.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "bind_floatingip_96ijrs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:25.228Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:25.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": "base_security_group_btbmlv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:25.228Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:25.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-04T23:37:25.228Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:37:25.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"}], "metadata": {"pagination": {"total": 721, "offset": 676, "size": 50}}} 2018-09-04 23:37:25,572 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:37:25,572 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:37:25 GMT 2018-09-04 23:37:25,573 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:37:25,573 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13156 2018-09-04 23:37:25,573 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:25,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:37:25,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:37:25,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:37:25,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-04 23:37:25,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-04 23:37:25,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-04 23:37:25,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-04 23:37:25,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:37:25,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-04 23:37:25,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:37:25,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-04 23:37:25,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-04 23:37:25,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:37:25,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-04 23:37:25,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-04 23:37:25,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-09-04 23:37:25,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-09-04 23:37:25,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-04 23:37:25,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-09-04 23:37:25,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-04 23:37:25,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-09-04 23:37:25,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-09-04 23:37:25,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-04 23:37:25,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-04 23:37:25,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-04 23:37:25,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-09-04 23:37:25,578 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/edab2485-2799-457a-a3a9-1d9c3cae3ec0 2018-09-04 23:37:25,637 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:37:25,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:37:25,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:37:25,637 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:37:25,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:37:25,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:37:25,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:37:25,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:34:32.901Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "edab2485-2799-457a-a3a9-1d9c3cae3ec0"} 2018-09-04 23:37:25,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:37:25,638 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:37:25 GMT 2018-09-04 23:37:25,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:37:25,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-09-04 23:37:25,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:25,639 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/deployments/clearwater-opnfv 2018-09-04 23:37:26,421 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:37:26,422 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:37:26,422 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:37:26,422 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:37:26,422 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:37:26,422 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:37:26,422 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:37:26,422 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-04 23:37:26,423 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "ea507849-c475-4b4d-92b6-e7842eee8db8", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "bono_cluster_size": 1, "flavor_id": "f097fe9a-2470-4af3-99be-357c3cdfcec4", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-09-04T22:57:05.277Z", "updated_at": "2018-09-04T22:57:05.277Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-09-04 23:37:26,423 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:37:26,423 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:37:26 GMT 2018-09-04 23:37:26,423 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:37:26,423 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-09-04 23:37:26,423 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:26,424 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/blueprints/clearwater-opnfv 2018-09-04 23:37:26,548 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:37:26,549 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:37:26,549 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:37:26,549 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:37:26,549 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:37:26,549 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:37:26,549 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:37:26,549 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-04 23:37:26,550 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-09-04T22:56:56.375Z", "updated_at": "2018-09-04T22:56:56.375Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-09-04 23:37:26,552 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:37:26,552 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:37:26 GMT 2018-09-04 23:37:26,552 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:37:26,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-09-04 23:37:26,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:37:26,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 23:37:26,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:27,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e65f3f9-6539-4494-b12c-7a9ff2056dac Date: Tue, 04 Sep 2018 23:37:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 23:37:27,471 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8 used request id req-2e65f3f9-6539-4494-b12c-7a9ff2056dac 2018-09-04 23:37:27,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.895556926727s 2018-09-04 23:37:27,472 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/ea507849-c475-4b4d-92b6-e7842eee8db8 used request id req-2e65f3f9-6539-4494-b12c-7a9ff2056dac 2018-09-04 23:37:27,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 23:37:27,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 23:37:27,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-813090e1-741f-4b42-bfca-83bc1ac979dd x-compute-request-id: req-813090e1-741f-4b42-bfca-83bc1ac979dd Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "21304313-6e13-444e-9d75-390ca16034de", "name": "cloudify_ims-flavor_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f097fe9a-2470-4af3-99be-357c3cdfcec4", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f097fe9a-2470-4af3-99be-357c3cdfcec4", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "f097fe9a-2470-4af3-99be-357c3cdfcec4", "name": "cloudify_ims-flavor_alt_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 23:37:27,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-813090e1-741f-4b42-bfca-83bc1ac979dd 2018-09-04 23:37:27,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.176839113235s 2018-09-04 23:37:27,650 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-813090e1-741f-4b42-bfca-83bc1ac979dd 2018-09-04 23:37:27,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 23:37:27,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/f097fe9a-2470-4af3-99be-357c3cdfcec4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 23:37:27,696 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 23:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a1a44f54-764b-4b69-be22-e29ce27ad88a x-compute-request-id: req-a1a44f54-764b-4b69-be22-e29ce27ad88a Content-Length: 0 Content-Type: application/json 2018-09-04 23:37:27,697 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/f097fe9a-2470-4af3-99be-357c3cdfcec4 used request id req-a1a44f54-764b-4b69-be22-e29ce27ad88a 2018-09-04 23:37:27,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0443408489227s 2018-09-04 23:37:27,697 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/f097fe9a-2470-4af3-99be-357c3cdfcec4 used request id req-a1a44f54-764b-4b69-be22-e29ce27ad88a 2018-09-04 23:37:27,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-04 23:37:27,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/d6256dd8-70cd-4903-8ea3-876e009ef945.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:28,658 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b95b3c21-ae6f-4b8a-ad11-f337f35e3bae Content-Length: 0 Date: Tue, 04 Sep 2018 23:37:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 23:37:28,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/d6256dd8-70cd-4903-8ea3-876e009ef945.json used request id req-b95b3c21-ae6f-4b8a-ad11-f337f35e3bae 2018-09-04 23:37:28,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.958083152771s 2018-09-04 23:37:28,659 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/d6256dd8-70cd-4903-8ea3-876e009ef945.json used request id req-b95b3c21-ae6f-4b8a-ad11-f337f35e3bae 2018-09-04 23:37:28,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 23:37:28,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:28,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-35d4a6ea-642a-480e-b0ac-f26e40d5298c Date: Tue, 04 Sep 2018 23:37:28 GMT RESP BODY: {"floatingips": []} 2018-09-04 23:37:28,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-35d4a6ea-642a-480e-b0ac-f26e40d5298c 2018-09-04 23:37:28,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.173958063126s 2018-09-04 23:37:28,839 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-35d4a6ea-642a-480e-b0ac-f26e40d5298c 2018-09-04 23:37:28,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-04 23:37:28,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:29,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 23:37:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5a95f5ef-c93b-4b1e-bf5f-d81215a21a69 x-compute-request-id: req-5a95f5ef-c93b-4b1e-bf5f-d81215a21a69 Content-Type: application/json 2018-09-04 23:37:29,149 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38 used request id req-5a95f5ef-c93b-4b1e-bf5f-d81215a21a69 2018-09-04 23:37:29,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.309494972229s 2018-09-04 23:37:29,149 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38 used request id req-5a95f5ef-c93b-4b1e-bf5f-d81215a21a69 2018-09-04 23:37:29,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:37:29,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:29,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed802df0-cc27-4273-8113-d0a69673cd51 x-compute-request-id: req-ed802df0-cc27-4273-8113-d0a69673cd51 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:71:00", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:71:00", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:55:46.000000", "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:37:29Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:37:29,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ed802df0-cc27-4273-8113-d0a69673cd51 2018-09-04 23:37:29,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515091180801s 2018-09-04 23:37:29,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ed802df0-cc27-4273-8113-d0a69673cd51 2018-09-04 23:37:29,667 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:37:31,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:37:31,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:32,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74919441-226a-4e18-bda9-f461e2afdb76 x-compute-request-id: req-74919441-226a-4e18-bda9-f461e2afdb76 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:71:00", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edf7cd1-d055-41b8-9588-edbd583d3b38", "rel": "bookmark"}], "image": {"id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "links": [{"href": "http://172.30.9.26:8774/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T22:55:46.000000", "flavor": {"id": "21304313-6e13-444e-9d75-390ca16034de", "links": [{"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}]}, "id": "8edf7cd1-d055-41b8-9588-edbd583d3b38", "security_groups": [{"name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}], "user_id": "f45d508f4ff44ca3a221355b227fdfa2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:37:29Z", "hostId": "94d284332afa39271266b2884f8d89ef63895d9f1d73d7a925a152fc", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "name": "cloudify_ims-vm_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "created": "2018-09-04T22:53:11Z", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:37:32,309 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-74919441-226a-4e18-bda9-f461e2afdb76 2018-09-04 23:37:32,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.638892889023s 2018-09-04 23:37:32,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-74919441-226a-4e18-bda9-f461e2afdb76 2018-09-04 23:37:32,311 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:37:34,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:37:34,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:34,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-25175ef9-9bc0-4abf-bf3f-edf50bd0cbf3 x-compute-request-id: req-25175ef9-9bc0-4abf-bf3f-edf50bd0cbf3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 23:37:34,404 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-25175ef9-9bc0-4abf-bf3f-edf50bd0cbf3 2018-09-04 23:37:34,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0906419754028s 2018-09-04 23:37:34,404 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-25175ef9-9bc0-4abf-bf3f-edf50bd0cbf3 2018-09-04 23:37:34,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 23:37:34,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:34,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-9d24c52c-b80d-4541-a6c2-5cdba3179288 Date: Tue, 04 Sep 2018 23:37:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:53:06Z", "updated_at": "2018-09-04T22:53:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:07Z", "revision_number": 0, "id": "09bb06e6-9eb0-4a26-a0ab-dd998e7852d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "250487ed-3abd-4659-b981-416a634030ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 22, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "2e50a146-ed6b-4b97-ab46-7ae3a23926a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-04T22:53:08Z", "revision_number": 0, "id": "4af23d1b-d169-4443-8718-e20775e2e564", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:08Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:53:06Z", "revision_number": 0, "id": "55b4ce13-be0a-45fc-bf83-ef7c1862fe36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:06Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-04T22:53:09Z", "revision_number": 0, "id": "6ddb7d5e-a8d1-402e-8e9f-febc65d42a7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:09Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-04T22:53:08Z", "revision_number": 0, "id": "9924b978-e4a6-468c-8289-f1e8144fcf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:08Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 443, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T22:53:07Z", "revision_number": 0, "id": "996cbbb8-818e-4bde-a4ff-c4da87e05213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:53:07Z", "security_group_id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 80, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 8, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "5f6bf325-c62b-4700-8f48-6769cd41fe68", "name": "cloudify_ims-sg_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}, {"description": "Default security group", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:51:16Z", "updated_at": "2018-09-04T22:56:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "57981238-5a90-462a-a45b-6ffd65b85930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "6559d6a4-fada-4615-94a6-f5243646611e", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv6", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "86ce564c-9319-495a-8851-da4a61098c75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T22:56:53Z", "revision_number": 0, "id": "8e45fce4-de29-4c49-be58-f5f3b0e598db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T22:56:53Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": 22, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T22:51:16Z", "revision_number": 0, "id": "990de09c-7701-490e-b18b-fa7df7fad109", "remote_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "remote_ip_prefix": null, "created_at": "2018-09-04T22:51:16Z", "security_group_id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "port_range_min": null, "ethertype": "IPv4", "project_id": "af81da9da54a4a08bcb6c948124cc493"}], "revision_number": 5, "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "a2f3c4e7-5938-4a3b-8f65-d7e8e1ab365f", "name": "default"}]} 2018-09-04 23:37:34,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-9d24c52c-b80d-4541-a6c2-5cdba3179288 2018-09-04 23:37:34,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.2169880867s 2018-09-04 23:37:34,625 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-9d24c52c-b80d-4541-a6c2-5cdba3179288 2018-09-04 23:37:34,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-04 23:37:34,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/5f6bf325-c62b-4700-8f48-6769cd41fe68.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:34,998 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-887bbc41-c822-4232-86d0-49084ffd7cb9 Content-Length: 0 Date: Tue, 04 Sep 2018 23:37:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 23:37:34,998 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/5f6bf325-c62b-4700-8f48-6769cd41fe68.json used request id req-887bbc41-c822-4232-86d0-49084ffd7cb9 2018-09-04 23:37:34,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.369367837906s 2018-09-04 23:37:34,999 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/5f6bf325-c62b-4700-8f48-6769cd41fe68.json used request id req-887bbc41-c822-4232-86d0-49084ffd7cb9 2018-09-04 23:37:34,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-04 23:37:35,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:35,033 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 23:37:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c868ce2-3ba3-449a-a620-e55da3faba18 x-compute-request-id: req-9c868ce2-3ba3-449a-a620-e55da3faba18 Content-Length: 0 Content-Type: application/json 2018-09-04 23:37:35,033 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2 used request id req-9c868ce2-3ba3-449a-a620-e55da3faba18 2018-09-04 23:37:35,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0342090129852s 2018-09-04 23:37:35,034 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/cloudify_ims-kp_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2 used request id req-9c868ce2-3ba3-449a-a620-e55da3faba18 2018-09-04 23:37:35,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 23:37:35,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/beb89537-8362-43ad-b026-b4bef9f263fb/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" -d '{"subnet_id": "1b0f528a-adde-4edb-8f84-1c564b3b1b34"}' 2018-09-04 23:37:36,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a73a4fd0-801c-4e66-a9d2-a6abcdf3566c Date: Tue, 04 Sep 2018 23:37:36 GMT RESP BODY: {"network_id": "83b1b773-2017-40a7-b259-f0db606c4bdb", "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "subnet_id": "1b0f528a-adde-4edb-8f84-1c564b3b1b34", "subnet_ids": ["1b0f528a-adde-4edb-8f84-1c564b3b1b34"], "port_id": "8e28accc-9fc6-40ab-8fd4-f74b94a4a102", "id": "beb89537-8362-43ad-b026-b4bef9f263fb"} 2018-09-04 23:37:36,462 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/beb89537-8362-43ad-b026-b4bef9f263fb/remove_router_interface.json used request id req-a73a4fd0-801c-4e66-a9d2-a6abcdf3566c 2018-09-04 23:37:36,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.42731308937s 2018-09-04 23:37:36,462 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/beb89537-8362-43ad-b026-b4bef9f263fb/remove_router_interface.json used request id req-a73a4fd0-801c-4e66-a9d2-a6abcdf3566c returning object beb89537-8362-43ad-b026-b4bef9f263fb 2018-09-04 23:37:36,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 23:37:36,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:36,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-10f96552-d657-4674-b36c-469e38312833 Date: Tue, 04 Sep 2018 23:37:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "af81da9da54a4a08bcb6c948124cc493", "created_at": "2018-09-04T22:51:19Z", "admin_state_up": true, "updated_at": "2018-09-04T23:37:35Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "af81da9da54a4a08bcb6c948124cc493", "id": "beb89537-8362-43ad-b026-b4bef9f263fb", "name": "cloudify_ims-router_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}]} 2018-09-04 23:37:36,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-10f96552-d657-4674-b36c-469e38312833 2018-09-04 23:37:36,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.217611074448s 2018-09-04 23:37:36,681 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-10f96552-d657-4674-b36c-469e38312833 2018-09-04 23:37:36,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 23:37:36,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/beb89537-8362-43ad-b026-b4bef9f263fb.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:40,071 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec5c9ada-e2d1-4e0b-a157-1b710c3f4eca Content-Length: 0 Date: Tue, 04 Sep 2018 23:37:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 23:37:40,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/beb89537-8362-43ad-b026-b4bef9f263fb.json used request id req-ec5c9ada-e2d1-4e0b-a157-1b710c3f4eca 2018-09-04 23:37:40,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.38918709755s 2018-09-04 23:37:40,072 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/beb89537-8362-43ad-b026-b4bef9f263fb.json used request id req-ec5c9ada-e2d1-4e0b-a157-1b710c3f4eca 2018-09-04 23:37:40,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 23:37:40,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:40,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-d6c55b98-a1a7-4e6a-82ee-c4040f24c97a Date: Tue, 04 Sep 2018 23:37:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"83b1b773-2017-40a7-b259-f0db606c4bdb","tenant_id":"af81da9da54a4a08bcb6c948124cc493","created_at":"2018-09-04T22:51:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T22:51:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"af81da9da54a4a08bcb6c948124cc493","id":"1b0f528a-adde-4edb-8f84-1c564b3b1b34","subnetpool_id":null,"name":"cloudify_ims-subnet_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}]} 2018-09-04 23:37:40,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-d6c55b98-a1a7-4e6a-82ee-c4040f24c97a 2018-09-04 23:37:40,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.207268953323s 2018-09-04 23:37:40,280 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-d6c55b98-a1a7-4e6a-82ee-c4040f24c97a 2018-09-04 23:37:40,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 23:37:40,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/1b0f528a-adde-4edb-8f84-1c564b3b1b34.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:42,325 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2e0f0969-bb39-4dda-a7be-a93f732adb90 Date: Tue, 04 Sep 2018 23:37:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 23:37:42,325 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/1b0f528a-adde-4edb-8f84-1c564b3b1b34.json used request id req-2e0f0969-bb39-4dda-a7be-a93f732adb90 2018-09-04 23:37:42,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.04357385635s 2018-09-04 23:37:42,325 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/1b0f528a-adde-4edb-8f84-1c564b3b1b34.json used request id req-2e0f0969-bb39-4dda-a7be-a93f732adb90 2018-09-04 23:37:42,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 23:37:42,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:42,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-b136fb60-b61a-4c56-acdb-99bbda21c189 Date: Tue, 04 Sep 2018 23:37:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T23:37:42Z","tenant_id":"af81da9da54a4a08bcb6c948124cc493","created_at":"2018-09-04T22:51:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"af81da9da54a4a08bcb6c948124cc493","id":"83b1b773-2017-40a7-b259-f0db606c4bdb","name":"cloudify_ims-net_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 23:37:42,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b136fb60-b61a-4c56-acdb-99bbda21c189 2018-09-04 23:37:42,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262647151947s 2018-09-04 23:37:42,589 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b136fb60-b61a-4c56-acdb-99bbda21c189 2018-09-04 23:37:42,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 23:37:42,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/83b1b773-2017-40a7-b259-f0db606c4bdb.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:43,634 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ff420698-00b6-47d5-85ee-2485a4c38e76 Date: Tue, 04 Sep 2018 23:37:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 23:37:43,635 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/83b1b773-2017-40a7-b259-f0db606c4bdb.json used request id req-ff420698-00b6-47d5-85ee-2485a4c38e76 2018-09-04 23:37:43,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.04478001595s 2018-09-04 23:37:43,635 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/83b1b773-2017-40a7-b259-f0db606c4bdb.json used request id req-ff420698-00b6-47d5-85ee-2485a4c38e76 2018-09-04 23:37:43,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 23:37:43,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:44,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-f71c9271-d2c9-4b8f-8ec2-276a7c69b839 Date: Tue, 04 Sep 2018 23:37:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/270e0614-951c-41e3-a058-3101fa0c1ed2/snap", "metadata": {}}], "file": "/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2/file", "owner": "af81da9da54a4a08bcb6c948124cc493", "id": "270e0614-951c-41e3-a058-3101fa0c1ed2", "size": 4373348352, "self": "/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/270e0614-951c-41e3-a058-3101fa0c1ed2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-09-04T22:53:05Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-04T22:51:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 23:37:44,269 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f71c9271-d2c9-4b8f-8ec2-276a7c69b839 2018-09-04 23:37:44,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.633317947388s 2018-09-04 23:37:44,269 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f71c9271-d2c9-4b8f-8ec2-276a7c69b839 2018-09-04 23:37:44,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 23:37:44,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d339512ffc8afae2dcd34c655e3ff8f8d62aa795" 2018-09-04 23:37:47,537 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42afefea-f1ce-4a57-887e-b823093f2f64 Date: Tue, 04 Sep 2018 23:37:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 23:37:47,537 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2 used request id req-42afefea-f1ce-4a57-887e-b823093f2f64 2018-09-04 23:37:47,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.26596212387s 2018-09-04 23:37:47,537 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/270e0614-951c-41e3-a058-3101fa0c1ed2 used request id req-42afefea-f1ce-4a57-887e-b823093f2f64 2018-09-04 23:37:47,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 23:37:47,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 23:37:47,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f24fdeb-dd09-4928-be92-36cbd580528b x-compute-request-id: req-5f24fdeb-dd09-4928-be92-36cbd580528b Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/21304313-6e13-444e-9d75-390ca16034de", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "21304313-6e13-444e-9d75-390ca16034de", "name": "cloudify_ims-flavor_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 23:37:47,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-5f24fdeb-dd09-4928-be92-36cbd580528b 2018-09-04 23:37:47,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0347189903259s 2018-09-04 23:37:47,573 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-5f24fdeb-dd09-4928-be92-36cbd580528b 2018-09-04 23:37:47,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 23:37:47,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/21304313-6e13-444e-9d75-390ca16034de -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 23:37:47,630 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 23:37:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fab0e1c3-e12e-4fbe-896c-39cb24e10b82 x-compute-request-id: req-fab0e1c3-e12e-4fbe-896c-39cb24e10b82 Content-Length: 0 Content-Type: application/json 2018-09-04 23:37:47,630 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/21304313-6e13-444e-9d75-390ca16034de used request id req-fab0e1c3-e12e-4fbe-896c-39cb24e10b82 2018-09-04 23:37:47,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0554909706116s 2018-09-04 23:37:47,630 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/21304313-6e13-444e-9d75-390ca16034de used request id req-fab0e1c3-e12e-4fbe-896c-39cb24e10b82 2018-09-04 23:37:47,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 23:37:47,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 23:37:47,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba33e70f-d72a-4092-b86b-085f2c697f08 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2", "links": {"self": "http://172.30.9.26:5000/v3/users/f45d508f4ff44ca3a221355b227fdfa2"}, "domain_id": "default", "enabled": true, "id": "f45d508f4ff44ca3a221355b227fdfa2", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 23:37:47,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ba33e70f-d72a-4092-b86b-085f2c697f08 2018-09-04 23:37:47,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116315841675s 2018-09-04 23:37:47,748 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ba33e70f-d72a-4092-b86b-085f2c697f08 2018-09-04 23:37:47,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 23:37:47,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/f45d508f4ff44ca3a221355b227fdfa2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 23:37:47,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a0686f5-1033-435e-aa04-6cce4ffd1572 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/f45d508f4ff44ca3a221355b227fdfa2"}, "enabled": true, "id": "f45d508f4ff44ca3a221355b227fdfa2", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}} 2018-09-04 23:37:47,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/f45d508f4ff44ca3a221355b227fdfa2 used request id req-5a0686f5-1033-435e-aa04-6cce4ffd1572 2018-09-04 23:37:47,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103482961655s 2018-09-04 23:37:47,858 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/f45d508f4ff44ca3a221355b227fdfa2 used request id req-5a0686f5-1033-435e-aa04-6cce4ffd1572 2018-09-04 23:37:47,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 23:37:47,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/f45d508f4ff44ca3a221355b227fdfa2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 23:37:48,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 23:37:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e906f250-905e-4162-b9ca-6e2630f5e33b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 23:37:48,063 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/f45d508f4ff44ca3a221355b227fdfa2 used request id req-e906f250-905e-4162-b9ca-6e2630f5e33b 2018-09-04 23:37:48,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.204773902893s 2018-09-04 23:37:48,063 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/f45d508f4ff44ca3a221355b227fdfa2 used request id req-e906f250-905e-4162-b9ca-6e2630f5e33b 2018-09-04 23:37:48,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 23:37:48,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 23:37:48,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b54a437-930b-4579-9c32-43fe336139c8 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.26:5000/v3/projects/af81da9da54a4a08bcb6c948124cc493"}, "enabled": true, "id": "af81da9da54a4a08bcb6c948124cc493", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_c7d52b09-0a41-4b74-8060-ae2d0be9b1b2"}]} 2018-09-04 23:37:48,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-3b54a437-930b-4579-9c32-43fe336139c8 2018-09-04 23:37:48,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0747709274292s 2018-09-04 23:37:48,139 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-3b54a437-930b-4579-9c32-43fe336139c8 2018-09-04 23:37:48,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 23:37:48,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/af81da9da54a4a08bcb6c948124cc493 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 23:37:48,300 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 23:37:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9ff418e-7ba2-4ea7-958a-b78c26d9599a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 23:37:48,300 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/af81da9da54a4a08bcb6c948124cc493 used request id req-c9ff418e-7ba2-4ea7-958a-b78c26d9599a 2018-09-04 23:37:48,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.158826112747s 2018-09-04 23:37:48,301 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/af81da9da54a4a08bcb6c948124cc493 used request id req-c9ff418e-7ba2-4ea7-958a-b78c26d9599a 2018-09-04 23:37:48,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 23:37:48,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 23:37:48,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5742dacd-70d4-489b-96c7-07fd124335af Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5281108e9704ad687bbcaa62b68bc59", "links": {"self": "http://172.30.9.26:5000/v3/roles/a5281108e9704ad687bbcaa62b68bc59"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 23:37:48,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5742dacd-70d4-489b-96c7-07fd124335af 2018-09-04 23:37:48,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.08061003685s 2018-09-04 23:37:48,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 23:37:48,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/a5281108e9704ad687bbcaa62b68bc59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72ed3b992ec37179b18e5432111e0daf20665b7" 2018-09-04 23:37:48,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 23:37:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aee16824-8801-433b-bb87-da421973d242 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 23:37:48,483 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/a5281108e9704ad687bbcaa62b68bc59 used request id req-aee16824-8801-433b-bb87-da421973d242 2018-09-04 23:37:48,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0995409488678s 2018-09-04 23:37:48,483 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-09-04 23:37:48,503 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-09-04 23:37:48,772 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-09-04 23:37:48,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 23:37:48,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 23:37:48,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 23:37:48,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 23:37:48,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 23:37:48,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 23:37:48,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 23:37:48,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 23:37:48,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 23:37:48,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 23:37:48,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 23:37:48,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 23:37:48,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 23:37:48,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 23:37:48,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 23:37:48,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 23:37:48,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 23:37:48,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 23:37:48,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 23:37:48,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 23:37:48,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 23:37:48,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 23:37:48,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 23:37:48,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34c2858f-27da-4e44-90e1-2f06f216c664 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 23:37:48,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-34c2858f-27da-4e44-90e1-2f06f216c664 2018-09-04 23:37:48,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 23:37:49,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-05T00:37:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["pOPIpvoXRgq5NN6oq_Lv1w"], "issued_at": "2018-09-04T23:37:49.000000Z"}} 2018-09-04 23:37:49,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 23:37:49,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:49,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f04f7558-2351-44af-b60f-8a2e74d18b7f Date: Tue, 04 Sep 2018 23:37:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 23:37:49,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f04f7558-2351-44af-b60f-8a2e74d18b7f 2018-09-04 23:37:49,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.379726886749s 2018-09-04 23:37:49,667 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f04f7558-2351-44af-b60f-8a2e74d18b7f 2018-09-04 23:37:49,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 23:37:49,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:49,677 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 23:37:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 23:37:49,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:49,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-035bf8d2-ab4d-43ec-8b9a-11dd408c5464 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 23:37:49,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-035bf8d2-ab4d-43ec-8b9a-11dd408c5464 2018-09-04 23:37:49,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0920209884644s 2018-09-04 23:37:49,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 23:37:49,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815"}}' 2018-09-04 23:37:49,866 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 23:37:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bab39c5c-e0d0-4824-b83a-76a696e15c21 Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.26:5000/v3/projects/ee49ede7e0904c7783bae9f8aeed7625"}, "enabled": true, "id": "ee49ede7e0904c7783bae9f8aeed7625", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815"}} 2018-09-04 23:37:49,866 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-bab39c5c-e0d0-4824-b83a-76a696e15c21 2018-09-04 23:37:49,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.104553937912s 2018-09-04 23:37:49,866 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-bab39c5c-e0d0-4824-b83a-76a696e15c21 2018-09-04 23:37:49,867 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815', 'id': u'ee49ede7e0904c7783bae9f8aeed7625', 'description': u'Created by OPNFV Functest: vyos_vrouter', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 23:37:49,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 23:37:50,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357538938522s 2018-09-04 23:37:50,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/fc81e6f9515749eeaec5882fe11e6725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:50,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e3c0557-b82e-48cc-afc2-553d3cf4687e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/fc81e6f9515749eeaec5882fe11e6725"}, "enabled": true, "id": "fc81e6f9515749eeaec5882fe11e6725", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_61e5123c-31ad-406f-bfc4-accbec70f815"}} 2018-09-04 23:37:50,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/fc81e6f9515749eeaec5882fe11e6725 used request id req-2e3c0557-b82e-48cc-afc2-553d3cf4687e 2018-09-04 23:37:50,328 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'fc81e6f9515749eeaec5882fe11e6725', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_61e5123c-31ad-406f-bfc4-accbec70f815'}) 2018-09-04 23:37:50,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 23:37:50,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:50,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c64bc581-84de-4460-aedc-8637212a6415 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 23:37:50,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c64bc581-84de-4460-aedc-8637212a6415 2018-09-04 23:37:50,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0849709510803s 2018-09-04 23:37:50,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 23:37:50,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:50,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac473ffe-b67c-42c2-8c4c-6defdd4da4eb Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 23:37:50,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ac473ffe-b67c-42c2-8c4c-6defdd4da4eb 2018-09-04 23:37:50,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0737509727478s 2018-09-04 23:37:50,490 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 23:37:50,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 23:37:50,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" -d '{"role": {"name": "Member"}}' 2018-09-04 23:37:50,590 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 23:37:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c66b95ab-c009-4fd1-bdad-5306941b41c9 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e3f843c2b9e94eefb4cc2845003cecd2", "links": {"self": "http://172.30.9.26:5000/v3/roles/e3f843c2b9e94eefb4cc2845003cecd2"}, "name": "Member"}} 2018-09-04 23:37:50,590 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-c66b95ab-c009-4fd1-bdad-5306941b41c9 2018-09-04 23:37:50,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100369930267s 2018-09-04 23:37:50,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/e3f843c2b9e94eefb4cc2845003cecd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:50,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5729933-054e-4205-a7de-df723f1453d6 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/e3f843c2b9e94eefb4cc2845003cecd2"}, "domain_id": null, "name": "Member", "id": "e3f843c2b9e94eefb4cc2845003cecd2"}} 2018-09-04 23:37:50,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/e3f843c2b9e94eefb4cc2845003cecd2 used request id req-a5729933-054e-4205-a7de-df723f1453d6 2018-09-04 23:37:50,607 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/e3f843c2b9e94eefb4cc2845003cecd2'}, 'domain_id': None, 'human_id': None, 'id': u'e3f843c2b9e94eefb4cc2845003cecd2', 'HUMAN_ID': False}) 2018-09-04 23:37:50,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 23:37:50,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:50,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c883622a-ec23-405b-91b8-5c0e80848cd7 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e3f843c2b9e94eefb4cc2845003cecd2", "links": {"self": "http://172.30.9.26:5000/v3/roles/e3f843c2b9e94eefb4cc2845003cecd2"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 23:37:50,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c883622a-ec23-405b-91b8-5c0e80848cd7 2018-09-04 23:37:50,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0836989879608s 2018-09-04 23:37:50,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 23:37:50,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:50,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4924e5d8-4c43-4098-b957-c04d8c2c8147 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 23:37:50,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-4924e5d8-4c43-4098-b957-c04d8c2c8147 2018-09-04 23:37:50,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.081836938858s 2018-09-04 23:37:50,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 23:37:50,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:50,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-040cc430-8eae-4b51-8dae-81b684e754bf Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_61e5123c-31ad-406f-bfc4-accbec70f815", "links": {"self": "http://172.30.9.26:5000/v3/users/fc81e6f9515749eeaec5882fe11e6725"}, "domain_id": "default", "enabled": true, "id": "fc81e6f9515749eeaec5882fe11e6725", "options": {}}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 23:37:50,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-040cc430-8eae-4b51-8dae-81b684e754bf 2018-09-04 23:37:50,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112882852554s 2018-09-04 23:37:50,889 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-040cc430-8eae-4b51-8dae-81b684e754bf 2018-09-04 23:37:50,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 23:37:50,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:50,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2fa0c53-e6eb-45e5-a031-71036d46f69a Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.26:5000/v3/projects/ee49ede7e0904c7783bae9f8aeed7625"}, "enabled": true, "id": "ee49ede7e0904c7783bae9f8aeed7625", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815"}]} 2018-09-04 23:37:50,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-a2fa0c53-e6eb-45e5-a031-71036d46f69a 2018-09-04 23:37:50,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0759429931641s 2018-09-04 23:37:50,972 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-a2fa0c53-e6eb-45e5-a031-71036d46f69a 2018-09-04 23:37:50,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 23:37:50,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=fc81e6f9515749eeaec5882fe11e6725&scope.project.id=ee49ede7e0904c7783bae9f8aeed7625&role.id=e3f843c2b9e94eefb4cc2845003cecd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:51,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28b21206-3466-4e9d-90ee-fbcee0092e83 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=fc81e6f9515749eeaec5882fe11e6725&scope.project.id=ee49ede7e0904c7783bae9f8aeed7625&role.id=e3f843c2b9e94eefb4cc2845003cecd2", "previous": null, "next": null}} 2018-09-04 23:37:51,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=fc81e6f9515749eeaec5882fe11e6725&scope.project.id=ee49ede7e0904c7783bae9f8aeed7625&role.id=e3f843c2b9e94eefb4cc2845003cecd2 used request id req-28b21206-3466-4e9d-90ee-fbcee0092e83 2018-09-04 23:37:51,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0824689865112s 2018-09-04 23:37:51,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 23:37:51,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/ee49ede7e0904c7783bae9f8aeed7625/users/fc81e6f9515749eeaec5882fe11e6725/roles/e3f843c2b9e94eefb4cc2845003cecd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:51,180 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 23:37:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f5a7eb0-acad-4258-9dae-e20ad0582b6b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 23:37:51,180 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/ee49ede7e0904c7783bae9f8aeed7625/users/fc81e6f9515749eeaec5882fe11e6725/roles/e3f843c2b9e94eefb4cc2845003cecd2 used request id req-7f5a7eb0-acad-4258-9dae-e20ad0582b6b 2018-09-04 23:37:51,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122914075851s 2018-09-04 23:37:51,181 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '155bd8a7-d9ab-44de-a15f-5dc0484f69cf', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vyos_vrouter-user_61e5123c-31ad-406f-bfc4-accbec70f815', 'project_id': u'ee49ede7e0904c7783bae9f8aeed7625', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 23:37:51,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 23:37:51,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 23:37:51,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 23:37:51,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 23:37:51,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 23:37:51,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 23:37:51,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 23:37:51,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 23:37:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 23:37:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 23:37:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 23:37:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 23:37:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 23:37:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 23:37:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 23:37:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 23:37:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 23:37:51,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 23:37:51,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 23:37:51,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 23:37:51,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 23:37:51,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 23:37:51,187 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_61e5123c-31ad-406f-bfc4-accbec70f815', 'password': '155bd8a7-d9ab-44de-a15f-5dc0484f69cf', 'project_name': 'vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'ee49ede7e0904c7783bae9f8aeed7625', 'project_domain_name': 'Default'} 2018-09-04 23:37:51,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-09-04 23:37:51,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-09-04 23:37:51,264 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-09-04 23:37:51,272 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-04 23:37:51,272 - git.cmd - DEBUG - Popen(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'], cwd=/, universal_newlines=False, shell=None) 2018-09-04 23:37:51,636 - git.repo.base - DEBUG - Cmd(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'])'s unused stdout: 2018-09-04 23:37:51,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-09-04 23:37:51,774 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-09-04 23:37:51,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 23:37:51,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:51,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ee6da4-1270-4173-98ae-fffc4f7d5e81 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 23:37:51,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-17ee6da4-1270-4173-98ae-fffc4f7d5e81 2018-09-04 23:37:51,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0778322219849s 2018-09-04 23:37:51,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 23:37:51,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:37:51,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0554fbbe-5cc9-4800-b006-31d185d4d5eb Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.26:5000/v3/projects/ee49ede7e0904c7783bae9f8aeed7625"}, "enabled": true, "id": "ee49ede7e0904c7783bae9f8aeed7625", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815"}]} 2018-09-04 23:37:51,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-0554fbbe-5cc9-4800-b006-31d185d4d5eb 2018-09-04 23:37:51,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0874629020691s 2018-09-04 23:37:51,942 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-0554fbbe-5cc9-4800-b006-31d185d4d5eb 2018-09-04 23:37:51,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 23:37:51,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" -d '{"network": {"tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "name": "vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815", "admin_state_up": true}}' 2018-09-04 23:37:52,439 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-a67253b8-dfc9-48ff-b453-f9e304a96ce6 Date: Tue, 04 Sep 2018 23:37:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"891dc738-b795-4581-8e25-56680d4ae493","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"ee49ede7e0904c7783bae9f8aeed7625","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T23:37:52Z","is_default":false,"qos_policy_id":null,"name":"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815","admin_state_up":true,"tenant_id":"ee49ede7e0904c7783bae9f8aeed7625","created_at":"2018-09-04T23:37:52Z","mtu":1450}} 2018-09-04 23:37:52,439 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-a67253b8-dfc9-48ff-b453-f9e304a96ce6 2018-09-04 23:37:52,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.493730068207s 2018-09-04 23:37:52,439 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-a67253b8-dfc9-48ff-b453-f9e304a96ce6 2018-09-04 23:37:52,440 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T23:37:52Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'891dc738-b795-4581-8e25-56680d4ae493', u'provider:segmentation_id': 54, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815', u'created_at': u'2018-09-04T23:37:52Z', u'mtu': 1450, u'tenant_id': u'ee49ede7e0904c7783bae9f8aeed7625', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ee49ede7e0904c7783bae9f8aeed7625'}) 2018-09-04 23:37:52,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 23:37:52,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c194fb-9116-4ffa-a274-8ada6b6d0c34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 23:37:52,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-63c194fb-9116-4ffa-a274-8ada6b6d0c34 2018-09-04 23:37:52,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 23:37:52,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e3f843c2b9e94eefb4cc2845003cecd2", "name": "Member"}], "expires_at": "2018-09-05T00:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee49ede7e0904c7783bae9f8aeed7625", "name": "vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/ee49ede7e0904c7783bae9f8aeed7625", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/ee49ede7e0904c7783bae9f8aeed7625", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/ee49ede7e0904c7783bae9f8aeed7625", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/ee49ede7e0904c7783bae9f8aeed7625", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/ee49ede7e0904c7783bae9f8aeed7625", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/ee49ede7e0904c7783bae9f8aeed7625", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/ee49ede7e0904c7783bae9f8aeed7625", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/ee49ede7e0904c7783bae9f8aeed7625", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/ee49ede7e0904c7783bae9f8aeed7625", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/ee49ede7e0904c7783bae9f8aeed7625", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/ee49ede7e0904c7783bae9f8aeed7625", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/ee49ede7e0904c7783bae9f8aeed7625", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_61e5123c-31ad-406f-bfc4-accbec70f815", "id": "fc81e6f9515749eeaec5882fe11e6725"}, "audit_ids": ["nCKEDBeURi2U_6YtmSsucw"], "issued_at": "2018-09-04T23:37:52.000000Z"}} 2018-09-04 23:37:52,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 23:37:52,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:37:53,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-df34ff6c-718c-487a-b6e5-fe60be608776 Date: Tue, 04 Sep 2018 23:37:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T23:37:52Z","tenant_id":"ee49ede7e0904c7783bae9f8aeed7625","created_at":"2018-09-04T23:37:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ee49ede7e0904c7783bae9f8aeed7625","id":"891dc738-b795-4581-8e25-56680d4ae493","name":"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 23:37:53,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-df34ff6c-718c-487a-b6e5-fe60be608776 2018-09-04 23:37:53,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.277504920959s 2018-09-04 23:37:53,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-df34ff6c-718c-487a-b6e5-fe60be608776 2018-09-04 23:37:53,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 23:37:53,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"subnet": {"name": "vyos_vrouter-subnet_61e5123c-31ad-406f-bfc4-accbec70f815", "enable_dhcp": true, "network_id": "891dc738-b795-4581-8e25-56680d4ae493", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 23:37:54,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-df0c3ba5-3119-4209-8494-6e6b98f7a31b Date: Tue, 04 Sep 2018 23:37:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"891dc738-b795-4581-8e25-56680d4ae493","tenant_id":"ee49ede7e0904c7783bae9f8aeed7625","created_at":"2018-09-04T23:37:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T23:37:53Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"ee49ede7e0904c7783bae9f8aeed7625","id":"dd91065e-3dd9-4571-9fbe-b36761193d80","subnetpool_id":null,"name":"vyos_vrouter-subnet_61e5123c-31ad-406f-bfc4-accbec70f815"}} 2018-09-04 23:37:54,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-df0c3ba5-3119-4209-8494-6e6b98f7a31b 2018-09-04 23:37:54,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.903871059418s 2018-09-04 23:37:54,008 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-df0c3ba5-3119-4209-8494-6e6b98f7a31b 2018-09-04 23:37:54,009 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T23:37:53Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'dd91065e-3dd9-4571-9fbe-b36761193d80', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_61e5123c-31ad-406f-bfc4-accbec70f815', u'enable_dhcp': True, u'network_id': u'891dc738-b795-4581-8e25-56680d4ae493', u'tenant_id': u'ee49ede7e0904c7783bae9f8aeed7625', u'created_at': u'2018-09-04T23:37:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ee49ede7e0904c7783bae9f8aeed7625'}) 2018-09-04 23:37:54,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 23:37:54,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "vyos_vrouter-router_61e5123c-31ad-406f-bfc4-accbec70f815", "admin_state_up": true}}' 2018-09-04 23:38:00,136 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-4bcd873d-d553-4a70-8177-4c2feb044873 Date: Tue, 04 Sep 2018 23:38:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:37:55Z", "admin_state_up": true, "updated_at": "2018-09-04T23:37:56Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "a00ef223-c971-404e-abc1-b8f993710e71", "name": "vyos_vrouter-router_61e5123c-31ad-406f-bfc4-accbec70f815"}} 2018-09-04 23:38:00,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-4bcd873d-d553-4a70-8177-4c2feb044873 2018-09-04 23:38:00,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.1271469593s 2018-09-04 23:38:00,137 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-4bcd873d-d553-4a70-8177-4c2feb044873 2018-09-04 23:38:00,138 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T23:37:56Z', u'revision_number': 3, u'id': u'a00ef223-c971-404e-abc1-b8f993710e71', u'external_gateway_info': {u'network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'97e3a010-d0e8-45f7-9bbb-04a537953fb8', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_61e5123c-31ad-406f-bfc4-accbec70f815', u'admin_state_up': True, u'tenant_id': u'ee49ede7e0904c7783bae9f8aeed7625', u'created_at': u'2018-09-04T23:37:55Z', u'flavor_id': None, u'routes': [], u'project_id': u'ee49ede7e0904c7783bae9f8aeed7625'}) 2018-09-04 23:38:00,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 23:38:00,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/a00ef223-c971-404e-abc1-b8f993710e71/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"subnet_id": "dd91065e-3dd9-4571-9fbe-b36761193d80"}' 2018-09-04 23:38:02,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5543bba3-037b-423b-944d-acf1c93c68bb Date: Tue, 04 Sep 2018 23:38:02 GMT RESP BODY: {"network_id": "891dc738-b795-4581-8e25-56680d4ae493", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "subnet_id": "dd91065e-3dd9-4571-9fbe-b36761193d80", "subnet_ids": ["dd91065e-3dd9-4571-9fbe-b36761193d80"], "port_id": "9082fb27-f36d-4ca8-8e16-2565717cbcec", "id": "a00ef223-c971-404e-abc1-b8f993710e71"} 2018-09-04 23:38:02,305 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a00ef223-c971-404e-abc1-b8f993710e71/add_router_interface.json used request id req-5543bba3-037b-423b-944d-acf1c93c68bb 2018-09-04 23:38:02,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.16687393188s 2018-09-04 23:38:02,306 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a00ef223-c971-404e-abc1-b8f993710e71/add_router_interface.json used request id req-5543bba3-037b-423b-944d-acf1c93c68bb returning object a00ef223-c971-404e-abc1-b8f993710e71 2018-09-04 23:38:02,307 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-09-04 23:38:24,943 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-09-04 23:38:24,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:38:24,950 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 23:38:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-09-04 23:38:24,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 23:38:24,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:38:25,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-adf17d50-84da-4a64-9f36-e840c2f7875d Date: Tue, 04 Sep 2018 23:38:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 23:38:25,494 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-adf17d50-84da-4a64-9f36-e840c2f7875d 2018-09-04 23:38:25,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.539905071259s 2018-09-04 23:38:25,494 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-adf17d50-84da-4a64-9f36-e840c2f7875d 2018-09-04 23:38:25,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 23:38:25,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815"}' 2018-09-04 23:38:25,708 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7 X-Openstack-Request-Id: req-7d25ccc2-da8e-44be-8831-f4a14053d9ac Date: Tue, 04 Sep 2018 23:38:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/file", "owner": "ee49ede7e0904c7783bae9f8aeed7625", "id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "size": null, "self": "/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-09-04T23:38:25Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "checksum": null, "created_at": "2018-09-04T23:38:25Z", "protected": false} 2018-09-04 23:38:25,708 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-7d25ccc2-da8e-44be-8831-f4a14053d9ac 2018-09-04 23:38:25,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.211688995361s 2018-09-04 23:38:25,709 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-7d25ccc2-da8e-44be-8831-f4a14053d9ac returning object d5ee9c66-4fe6-4b81-845e-48086af770e7 2018-09-04 23:38:25,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 23:38:25,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '' 2018-09-04 23:39:40,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-23d0864c-65be-4b49-a5b8-a39fad1d4071 Date: Tue, 04 Sep 2018 23:39:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 23:39:40,676 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/file used request id req-23d0864c-65be-4b49-a5b8-a39fad1d4071 2018-09-04 23:39:40,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 74.9665131569s 2018-09-04 23:39:40,676 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/file used request id req-23d0864c-65be-4b49-a5b8-a39fad1d4071 2018-09-04 23:39:40,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 23:39:40,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:40,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-d8a79b36-e020-42cc-a597-893906d514a9 Date: Tue, 04 Sep 2018 23:39:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/snap", "metadata": {}}], "file": "/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/file", "owner": "ee49ede7e0904c7783bae9f8aeed7625", "id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "size": 4373348352, "self": "/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-09-04T23:39:40Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-04T23:38:25Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 23:39:40,861 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d8a79b36-e020-42cc-a597-893906d514a9 2018-09-04 23:39:40,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184440135956s 2018-09-04 23:39:40,862 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-d8a79b36-e020-42cc-a597-893906d514a9 2018-09-04 23:39:40,864 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/file', 'owner': u'ee49ede7e0904c7783bae9f8aeed7625', 'id': u'd5ee9c66-4fe6-4b81-845e-48086af770e7', 'size': 4373348352, u'self': u'/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ee49ede7e0904c7783bae9f8aeed7625', 'name': 'vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T23:39:40Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-04T23:39:40Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815', 'created': u'2018-09-04T23:38:25Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-09-04T23:38:25Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-09-04 23:39:40,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 23:39:40,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_61e5123c-31ad-406f-bfc4-accbec70f815", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-09-04 23:39:41,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:39:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b00b5cf3-c615-4e41-abfd-9a129b1f0bb3 x-compute-request-id: req-b00b5cf3-c615-4e41-abfd-9a129b1f0bb3 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "name": "vyos_vrouter-flavor_61e5123c-31ad-406f-bfc4-accbec70f815", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 23:39:41,069 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b00b5cf3-c615-4e41-abfd-9a129b1f0bb3 2018-09-04 23:39:41,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.204035997391s 2018-09-04 23:39:41,069 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b00b5cf3-c615-4e41-abfd-9a129b1f0bb3 returning object cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02 2018-09-04 23:39:41,070 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_61e5123c-31ad-406f-bfc4-accbec70f815', 'ephemeral': 0, 'ram': 4096, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 40, 'id': u'cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02', 'swap': 0}) 2018-09-04 23:39:41,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 23:39:41,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" -d '{"extra_specs": {}}' 2018-09-04 23:39:41,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:39:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ceb2fea-3900-4c1b-80f0-1d6f91a4da6a x-compute-request-id: req-0ceb2fea-3900-4c1b-80f0-1d6f91a4da6a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 23:39:41,092 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02/os-extra_specs used request id req-0ceb2fea-3900-4c1b-80f0-1d6f91a4da6a 2018-09-04 23:39:41,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213189125061s 2018-09-04 23:39:41,093 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02/os-extra_specs used request id req-0ceb2fea-3900-4c1b-80f0-1d6f91a4da6a 2018-09-04 23:39:41,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-04 23:39:41,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"keypair": {"name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815"}}' 2018-09-04 23:39:41,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:39:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95898d72-8ec8-4a3c-ae08-63c0857ce203 x-compute-request-id: req-95898d72-8ec8-4a3c-ae08-63c0857ce203 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRQaYNEo7e7/mPZr+Ex9NoTAWHELS52TwiA7vSFOMbMF5oaC93Udsgv58vm8C0OlWcM1/xFeYJSyLmXzVsKZ8iCPQz4kJkq2JtCpcPDC4iVQGTA1DwBQDT3U5+kJ4KP/FuCzaQtzKqjZtfFnW9dWNCiIN9IZF1fJJ+jL+uuEcDeSGy32RWGlkaZCC8RiXaiBTkcOGZBu8JCKgDJr81V6LoXX7ODB8EeYgfgfozFD3/23conJwcqbQtIz0lehRdaVXdEbDSJLwrDc1wiF2OeEKYLNDMDj+xkTOD7cgx+GZEZQurtQ4iJ7T9gOad/QuurEgzR+TpO/TNSDYtIzSwnNIV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0UGmDRKO3u/5j2a/hMfTaEwFhxC0udk8IgO70hTjGzBeaGgv\nd1HbIL+fL5vAtDpVnDNf8RXmCUsi5l81bCmfIgj0M+JCZKtibQqXDwwuIlUBkwNQ\n8AUA091OfpCeCj/xbgs2kLcyqo2bXxZ1vXVjQoiDfSGRdXySfoy/rrhHA3khst9k\nVhpZGmQgvEYl2ogU5HDhmQbvCQioAya/NVei6F1+zgwfBHmIH4H6MxQ9/9t3KJyc\nHKm0LSM9JXoUXWlV3RGw0iS8Kw3NcIhdjnhCmCzQzA4/sZEzg+3IMfhmRGULq7UO\nIie0/YDmnf0LrqxIM0fk6Tv0zUg2LSM0sJzSFQIDAQABAoIBAHz88lryj8XXnr+p\nxpFf7gVpCxAuyVQMzl8ezcvgz/oIfQtt15Q0n2dDLaj5JjRAd6wx/4d35gv9Bh6G\nFdnCTpu8r2hiJ/gLamHpJmtFgjTdg3A1Vd3XjzP9BwqQBOXoZaOuLOxpkGjQ5lH4\nj2EXwa8W7TsLlt+PBc1y8ndA+KG4XrNll6Nf6rhUMH/IW/fynti/kHaG4Rv7wNDd\nNg/mbRYNoV3ZalODP2fGJCvb4zZrinSBFfZl3ZHN86H6Rr7URnhm1Kdwx5FKnLUO\nMPhoUY+Mi47KVq408we6z6hqw4jgtpjUcV1EGxRfftMmivQFRZnDmfcwsxDUrh0W\nw5zAay0CgYEA80I/0M3DXO3V78l/PrMjLhc5eqsuDyHXY3vYUl2q0OClU/NABCJ1\nzBYSE86eKZ+FWaiAI+02aBA+CfRUz7Y9K4a5dKgYrk4XxcW8wBSvoN5ap6HTRzFZ\nkDrXKkSUOanz0J7ok+XeDTTYLP1Rj5XN6wgPBhu+7DGlkrcWXG4TTvMCgYEA3Dd6\nDP8L3/4T56Mzpe4526fJWWDIHZL+W1QoksdwrJEuWgk+iX2jXwwnci4uPVOShH0c\nyXBl7HUiHX/9Z0fPJ5EH361CMMJMEu5MuuGYLBAX129eorivLVRWe2BJPLaP0Gv3\nKVITQVQQYSPbCO2Dz1px070dbu67RImhj75NbNcCgYADWCTSdRG7hFWNn2KNdR8F\nsjILGrFeaeOxLXGy6DDCAGSle9GkfOjLrn3/IbcQ8W1+5w8j703xLk/8CQzlcibz\nIz4HeYwlUVOIV4iZx28Gsifi6Bmkf+wwTG7K2PiEtm5wrs6Zwe5EljZmn/DwHWog\nUhMKzXTZgHE7TCMVkDnZuwKBgDlKjYw4BkTd+xu2T8eJdK/6tN112lonVdk4yd11\n2ZBrrN1rrkNi1k/x/4krDoiR53pkekrF3R5pUtjN5YUrH2+xwZSlpKS+x7/dE0VD\nT62W+jzoEnzPA3QNjvpGEIelD0Ev9XtgiPXkAubixydJc5NMenSVrMShg0LPc6LL\n5aS9AoGBALyuxfzt0qz35DHqWyL+umM4PAmfXnN9ouXj/b34b8QH9BLM3xTiMvTf\nJHfDI8iyEJXl1yeRTUNuDGmnF2EiwbgY7IcHcwi3t5FSgh4EsxUVlX7XEJPDqdXE\nZFnxW5LDvxo7bMskiaaRjSuQtT2YF9mF5olEPmrbh5ioyfWMkpaT\n-----END RSA PRIVATE KEY-----\n", "user_id": "fc81e6f9515749eeaec5882fe11e6725", "name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "fingerprint": "36:da:42:7a:60:99:73:1c:d0:c5:a7:ae:56:85:7e:99"}} 2018-09-04 23:39:41,332 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-95898d72-8ec8-4a3c-ae08-63c0857ce203 2018-09-04 23:39:41,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.238504171371s 2018-09-04 23:39:41,332 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-95898d72-8ec8-4a3c-ae08-63c0857ce203 2018-09-04 23:39:41,333 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRQaYNEo7e7/mPZr+Ex9NoTAWHELS52TwiA7vSFOMbMF5oaC93Udsgv58vm8C0OlWcM1/xFeYJSyLmXzVsKZ8iCPQz4kJkq2JtCpcPDC4iVQGTA1DwBQDT3U5+kJ4KP/FuCzaQtzKqjZtfFnW9dWNCiIN9IZF1fJJ+jL+uuEcDeSGy32RWGlkaZCC8RiXaiBTkcOGZBu8JCKgDJr81V6LoXX7ODB8EeYgfgfozFD3/23conJwcqbQtIz0lehRdaVXdEbDSJLwrDc1wiF2OeEKYLNDMDj+xkTOD7cgx+GZEZQurtQ4iJ7T9gOad/QuurEgzR+TpO/TNSDYtIzSwnNIV Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0UGmDRKO3u/5j2a/hMfTaEwFhxC0udk8IgO70hTjGzBeaGgv\nd1HbIL+fL5vAtDpVnDNf8RXmCUsi5l81bCmfIgj0M+JCZKtibQqXDwwuIlUBkwNQ\n8AUA091OfpCeCj/xbgs2kLcyqo2bXxZ1vXVjQoiDfSGRdXySfoy/rrhHA3khst9k\nVhpZGmQgvEYl2ogU5HDhmQbvCQioAya/NVei6F1+zgwfBHmIH4H6MxQ9/9t3KJyc\nHKm0LSM9JXoUXWlV3RGw0iS8Kw3NcIhdjnhCmCzQzA4/sZEzg+3IMfhmRGULq7UO\nIie0/YDmnf0LrqxIM0fk6Tv0zUg2LSM0sJzSFQIDAQABAoIBAHz88lryj8XXnr+p\nxpFf7gVpCxAuyVQMzl8ezcvgz/oIfQtt15Q0n2dDLaj5JjRAd6wx/4d35gv9Bh6G\nFdnCTpu8r2hiJ/gLamHpJmtFgjTdg3A1Vd3XjzP9BwqQBOXoZaOuLOxpkGjQ5lH4\nj2EXwa8W7TsLlt+PBc1y8ndA+KG4XrNll6Nf6rhUMH/IW/fynti/kHaG4Rv7wNDd\nNg/mbRYNoV3ZalODP2fGJCvb4zZrinSBFfZl3ZHN86H6Rr7URnhm1Kdwx5FKnLUO\nMPhoUY+Mi47KVq408we6z6hqw4jgtpjUcV1EGxRfftMmivQFRZnDmfcwsxDUrh0W\nw5zAay0CgYEA80I/0M3DXO3V78l/PrMjLhc5eqsuDyHXY3vYUl2q0OClU/NABCJ1\nzBYSE86eKZ+FWaiAI+02aBA+CfRUz7Y9K4a5dKgYrk4XxcW8wBSvoN5ap6HTRzFZ\nkDrXKkSUOanz0J7ok+XeDTTYLP1Rj5XN6wgPBhu+7DGlkrcWXG4TTvMCgYEA3Dd6\nDP8L3/4T56Mzpe4526fJWWDIHZL+W1QoksdwrJEuWgk+iX2jXwwnci4uPVOShH0c\nyXBl7HUiHX/9Z0fPJ5EH361CMMJMEu5MuuGYLBAX129eorivLVRWe2BJPLaP0Gv3\nKVITQVQQYSPbCO2Dz1px070dbu67RImhj75NbNcCgYADWCTSdRG7hFWNn2KNdR8F\nsjILGrFeaeOxLXGy6DDCAGSle9GkfOjLrn3/IbcQ8W1+5w8j703xLk/8CQzlcibz\nIz4HeYwlUVOIV4iZx28Gsifi6Bmkf+wwTG7K2PiEtm5wrs6Zwe5EljZmn/DwHWog\nUhMKzXTZgHE7TCMVkDnZuwKBgDlKjYw4BkTd+xu2T8eJdK/6tN112lonVdk4yd11\n2ZBrrN1rrkNi1k/x/4krDoiR53pkekrF3R5pUtjN5YUrH2+xwZSlpKS+x7/dE0VD\nT62W+jzoEnzPA3QNjvpGEIelD0Ev9XtgiPXkAubixydJc5NMenSVrMShg0LPc6LL\n5aS9AoGBALyuxfzt0qz35DHqWyL+umM4PAmfXnN9ouXj/b34b8QH9BLM3xTiMvTf\nJHfDI8iyEJXl1yeRTUNuDGmnF2EiwbgY7IcHcwi3t5FSgh4EsxUVlX7XEJPDqdXE\nZFnxW5LDvxo7bMskiaaRjSuQtT2YF9mF5olEPmrbh5ioyfWMkpaT\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'fc81e6f9515749eeaec5882fe11e6725', 'name': u'vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815', 'created_at': '2018-09-04T23:39:41.333706', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ee49ede7e0904c7783bae9f8aeed7625', 'name': 'vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'36:da:42:7a:60:99:73:1c:d0:c5:a7:ae:56:85:7e:99', 'type': 'ssh', 'id': u'vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815'}) 2018-09-04 23:39:41,334 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA0UGmDRKO3u/5j2a/hMfTaEwFhxC0udk8IgO70hTjGzBeaGgv d1HbIL+fL5vAtDpVnDNf8RXmCUsi5l81bCmfIgj0M+JCZKtibQqXDwwuIlUBkwNQ 8AUA091OfpCeCj/xbgs2kLcyqo2bXxZ1vXVjQoiDfSGRdXySfoy/rrhHA3khst9k VhpZGmQgvEYl2ogU5HDhmQbvCQioAya/NVei6F1+zgwfBHmIH4H6MxQ9/9t3KJyc HKm0LSM9JXoUXWlV3RGw0iS8Kw3NcIhdjnhCmCzQzA4/sZEzg+3IMfhmRGULq7UO Iie0/YDmnf0LrqxIM0fk6Tv0zUg2LSM0sJzSFQIDAQABAoIBAHz88lryj8XXnr+p xpFf7gVpCxAuyVQMzl8ezcvgz/oIfQtt15Q0n2dDLaj5JjRAd6wx/4d35gv9Bh6G FdnCTpu8r2hiJ/gLamHpJmtFgjTdg3A1Vd3XjzP9BwqQBOXoZaOuLOxpkGjQ5lH4 j2EXwa8W7TsLlt+PBc1y8ndA+KG4XrNll6Nf6rhUMH/IW/fynti/kHaG4Rv7wNDd Ng/mbRYNoV3ZalODP2fGJCvb4zZrinSBFfZl3ZHN86H6Rr7URnhm1Kdwx5FKnLUO MPhoUY+Mi47KVq408we6z6hqw4jgtpjUcV1EGxRfftMmivQFRZnDmfcwsxDUrh0W w5zAay0CgYEA80I/0M3DXO3V78l/PrMjLhc5eqsuDyHXY3vYUl2q0OClU/NABCJ1 zBYSE86eKZ+FWaiAI+02aBA+CfRUz7Y9K4a5dKgYrk4XxcW8wBSvoN5ap6HTRzFZ kDrXKkSUOanz0J7ok+XeDTTYLP1Rj5XN6wgPBhu+7DGlkrcWXG4TTvMCgYEA3Dd6 DP8L3/4T56Mzpe4526fJWWDIHZL+W1QoksdwrJEuWgk+iX2jXwwnci4uPVOShH0c yXBl7HUiHX/9Z0fPJ5EH361CMMJMEu5MuuGYLBAX129eorivLVRWe2BJPLaP0Gv3 KVITQVQQYSPbCO2Dz1px070dbu67RImhj75NbNcCgYADWCTSdRG7hFWNn2KNdR8F sjILGrFeaeOxLXGy6DDCAGSle9GkfOjLrn3/IbcQ8W1+5w8j703xLk/8CQzlcibz Iz4HeYwlUVOIV4iZx28Gsifi6Bmkf+wwTG7K2PiEtm5wrs6Zwe5EljZmn/DwHWog UhMKzXTZgHE7TCMVkDnZuwKBgDlKjYw4BkTd+xu2T8eJdK/6tN112lonVdk4yd11 2ZBrrN1rrkNi1k/x/4krDoiR53pkekrF3R5pUtjN5YUrH2+xwZSlpKS+x7/dE0VD T62W+jzoEnzPA3QNjvpGEIelD0Ev9XtgiPXkAubixydJc5NMenSVrMShg0LPc6LL 5aS9AoGBALyuxfzt0qz35DHqWyL+umM4PAmfXnN9ouXj/b34b8QH9BLM3xTiMvTf JHfDI8iyEJXl1yeRTUNuDGmnF2EiwbgY7IcHcwi3t5FSgh4EsxUVlX7XEJPDqdXE ZFnxW5LDvxo7bMskiaaRjSuQtT2YF9mF5olEPmrbh5ioyfWMkpaT -----END RSA PRIVATE KEY----- 2018-09-04 23:39:41,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-04 23:39:41,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"security_group": {"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-09-04 23:39:42,370 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-d0afea36-aad2-4b8e-83a9-e723d1c9ab87 Date: Tue, 04 Sep 2018 23:39:42 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:42Z", "updated_at": "2018-09-04T23:39:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "0ee8db86-55ca-44ea-9f07-4a0b9211a2b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "d0353e6e-3abb-478c-b651-72a74015f51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 2, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "3107041a-73d7-453a-a864-40177cd2ddf1", "name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}} 2018-09-04 23:39:42,370 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-d0afea36-aad2-4b8e-83a9-e723d1c9ab87 2018-09-04 23:39:42,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 1.03312587738s 2018-09-04 23:39:42,371 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-d0afea36-aad2-4b8e-83a9-e723d1c9ab87 2018-09-04 23:39:42,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 23:39:42,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:42,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-088a7931-564e-4f80-b820-f319b2f5d967 Date: Tue, 04 Sep 2018 23:39:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:42Z", "updated_at": "2018-09-04T23:39:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "0ee8db86-55ca-44ea-9f07-4a0b9211a2b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "d0353e6e-3abb-478c-b651-72a74015f51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 2, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "3107041a-73d7-453a-a864-40177cd2ddf1", "name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}, {"description": "Default security group", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:37:52Z", "updated_at": "2018-09-04T23:37:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "01d09cd9-346d-449a-85e4-e38917134305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "4fa0f05c-2013-492b-9d33-3138b1bcb549", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "5e7c4c9b-d4fc-499d-8e55-fb4229e1f670", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "f1bfb933-8aa3-4a83-ac9c-9a89c313d85c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 4, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "name": "default"}]} 2018-09-04 23:39:42,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-088a7931-564e-4f80-b820-f319b2f5d967 2018-09-04 23:39:42,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.586198091507s 2018-09-04 23:39:42,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-088a7931-564e-4f80-b820-f319b2f5d967 2018-09-04 23:39:42,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 23:39:42,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1"}}' 2018-09-04 23:39:43,136 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-c0681e88-210d-4cbd-9db4-8880d9b8d900 Date: Tue, 04 Sep 2018 23:39:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "port_range_min": 22, "revision_number": 0, "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:43Z", "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "aec4b33a-0662-4327-8e04-d4e53e43adef"}} 2018-09-04 23:39:43,136 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-c0681e88-210d-4cbd-9db4-8880d9b8d900 2018-09-04 23:39:43,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.169899940491s 2018-09-04 23:39:43,136 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-c0681e88-210d-4cbd-9db4-8880d9b8d900 2018-09-04 23:39:43,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 23:39:43,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:43,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-c40626ce-ea41-466e-b691-f3fb5f1e452f Date: Tue, 04 Sep 2018 23:39:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:42Z", "updated_at": "2018-09-04T23:39:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "0ee8db86-55ca-44ea-9f07-4a0b9211a2b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "aec4b33a-0662-4327-8e04-d4e53e43adef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "d0353e6e-3abb-478c-b651-72a74015f51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 3, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "3107041a-73d7-453a-a864-40177cd2ddf1", "name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}, {"description": "Default security group", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:37:52Z", "updated_at": "2018-09-04T23:37:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "01d09cd9-346d-449a-85e4-e38917134305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "4fa0f05c-2013-492b-9d33-3138b1bcb549", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "5e7c4c9b-d4fc-499d-8e55-fb4229e1f670", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "f1bfb933-8aa3-4a83-ac9c-9a89c313d85c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 4, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "name": "default"}]} 2018-09-04 23:39:43,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-c40626ce-ea41-466e-b691-f3fb5f1e452f 2018-09-04 23:39:43,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.584918022156s 2018-09-04 23:39:43,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-c40626ce-ea41-466e-b691-f3fb5f1e452f 2018-09-04 23:39:43,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 23:39:43,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1"}}' 2018-09-04 23:39:43,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-4c307eb1-07b9-475b-9659-8a7808d18c7f Date: Tue, 04 Sep 2018 23:39:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "port_range_min": null, "revision_number": 0, "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:43Z", "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "66e3ebe1-e7da-4d00-aed6-e32aa73c5559"}} 2018-09-04 23:39:43,908 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-4c307eb1-07b9-475b-9659-8a7808d18c7f 2018-09-04 23:39:43,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.179649114609s 2018-09-04 23:39:43,909 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-4c307eb1-07b9-475b-9659-8a7808d18c7f 2018-09-04 23:39:43,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 23:39:43,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:44,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-0e4ca9ad-491a-4a43-aef2-3909e582aa96 Date: Tue, 04 Sep 2018 23:39:44 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:42Z", "updated_at": "2018-09-04T23:39:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "0ee8db86-55ca-44ea-9f07-4a0b9211a2b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "66e3ebe1-e7da-4d00-aed6-e32aa73c5559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "aec4b33a-0662-4327-8e04-d4e53e43adef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "d0353e6e-3abb-478c-b651-72a74015f51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 4, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "3107041a-73d7-453a-a864-40177cd2ddf1", "name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}, {"description": "Default security group", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:37:52Z", "updated_at": "2018-09-04T23:37:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "01d09cd9-346d-449a-85e4-e38917134305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "4fa0f05c-2013-492b-9d33-3138b1bcb549", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "5e7c4c9b-d4fc-499d-8e55-fb4229e1f670", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "f1bfb933-8aa3-4a83-ac9c-9a89c313d85c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 4, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "name": "default"}]} 2018-09-04 23:39:44,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-0e4ca9ad-491a-4a43-aef2-3909e582aa96 2018-09-04 23:39:44,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.583616018295s 2018-09-04 23:39:44,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-0e4ca9ad-491a-4a43-aef2-3909e582aa96 2018-09-04 23:39:44,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 23:39:44,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1"}}' 2018-09-04 23:39:45,202 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-6546d03f-fe03-4ae9-99a9-4c27e648cd0e Date: Tue, 04 Sep 2018 23:39:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-09-04T23:39:45Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "port_range_min": 80, "revision_number": 0, "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:45Z", "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "8d2a15a7-f9c5-47ed-8d11-c76ed1106da1"}} 2018-09-04 23:39:45,202 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-6546d03f-fe03-4ae9-99a9-4c27e648cd0e 2018-09-04 23:39:45,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.701854944229s 2018-09-04 23:39:45,202 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-6546d03f-fe03-4ae9-99a9-4c27e648cd0e 2018-09-04 23:39:45,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 23:39:45,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:45,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-fdf5963c-226c-4b7f-8716-a47988b15f8a Date: Tue, 04 Sep 2018 23:39:45 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:42Z", "updated_at": "2018-09-04T23:39:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "0ee8db86-55ca-44ea-9f07-4a0b9211a2b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "66e3ebe1-e7da-4d00-aed6-e32aa73c5559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T23:39:45Z", "revision_number": 0, "id": "8d2a15a7-f9c5-47ed-8d11-c76ed1106da1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:45Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 80, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "aec4b33a-0662-4327-8e04-d4e53e43adef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "d0353e6e-3abb-478c-b651-72a74015f51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 5, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "3107041a-73d7-453a-a864-40177cd2ddf1", "name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}, {"description": "Default security group", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:37:52Z", "updated_at": "2018-09-04T23:37:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "01d09cd9-346d-449a-85e4-e38917134305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "4fa0f05c-2013-492b-9d33-3138b1bcb549", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "5e7c4c9b-d4fc-499d-8e55-fb4229e1f670", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "f1bfb933-8aa3-4a83-ac9c-9a89c313d85c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 4, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "name": "default"}]} 2018-09-04 23:39:45,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-fdf5963c-226c-4b7f-8716-a47988b15f8a 2018-09-04 23:39:45,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.246246814728s 2018-09-04 23:39:45,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-fdf5963c-226c-4b7f-8716-a47988b15f8a 2018-09-04 23:39:45,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 23:39:45,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1"}}' 2018-09-04 23:39:46,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-b537b90e-dbac-47ff-b3fa-452b3a9369ce Date: Tue, 04 Sep 2018 23:39:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-09-04T23:39:46Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "port_range_min": 443, "revision_number": 0, "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:46Z", "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "2abfbd4a-02dd-4c1b-ac71-281a06f1dff5"}} 2018-09-04 23:39:46,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-b537b90e-dbac-47ff-b3fa-452b3a9369ce 2018-09-04 23:39:46,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.685674905777s 2018-09-04 23:39:46,143 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-b537b90e-dbac-47ff-b3fa-452b3a9369ce 2018-09-04 23:39:46,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 23:39:46,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:46,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-fdabba84-3298-42c0-bfbd-379b05963246 Date: Tue, 04 Sep 2018 23:39:46 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:42Z", "updated_at": "2018-09-04T23:39:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "0ee8db86-55ca-44ea-9f07-4a0b9211a2b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-04T23:39:46Z", "revision_number": 0, "id": "2abfbd4a-02dd-4c1b-ac71-281a06f1dff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:46Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 443, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "66e3ebe1-e7da-4d00-aed6-e32aa73c5559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T23:39:45Z", "revision_number": 0, "id": "8d2a15a7-f9c5-47ed-8d11-c76ed1106da1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:45Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 80, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "aec4b33a-0662-4327-8e04-d4e53e43adef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "d0353e6e-3abb-478c-b651-72a74015f51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 6, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "3107041a-73d7-453a-a864-40177cd2ddf1", "name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}, {"description": "Default security group", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:37:52Z", "updated_at": "2018-09-04T23:37:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "01d09cd9-346d-449a-85e4-e38917134305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "4fa0f05c-2013-492b-9d33-3138b1bcb549", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "5e7c4c9b-d4fc-499d-8e55-fb4229e1f670", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "f1bfb933-8aa3-4a83-ac9c-9a89c313d85c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 4, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "name": "default"}]} 2018-09-04 23:39:46,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-fdabba84-3298-42c0-bfbd-379b05963246 2018-09-04 23:39:46,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.062735080719s 2018-09-04 23:39:46,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-fdabba84-3298-42c0-bfbd-379b05963246 2018-09-04 23:39:46,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 23:39:46,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1"}}' 2018-09-04 23:39:46,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-9f9eec5c-65b1-4ae3-9daf-5ec3f7bbad11 Date: Tue, 04 Sep 2018 23:39:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-09-04T23:39:46Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "port_range_min": 5671, "revision_number": 0, "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:46Z", "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "800725e4-e664-4e52-9eb2-8a7e736cedc2"}} 2018-09-04 23:39:46,921 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-9f9eec5c-65b1-4ae3-9daf-5ec3f7bbad11 2018-09-04 23:39:46,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.707793951035s 2018-09-04 23:39:46,921 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-9f9eec5c-65b1-4ae3-9daf-5ec3f7bbad11 2018-09-04 23:39:46,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 23:39:46,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:47,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-8abd0be8-cf40-427e-ac94-c53198a4d0ad Date: Tue, 04 Sep 2018 23:39:47 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:42Z", "updated_at": "2018-09-04T23:39:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "0ee8db86-55ca-44ea-9f07-4a0b9211a2b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-04T23:39:46Z", "revision_number": 0, "id": "2abfbd4a-02dd-4c1b-ac71-281a06f1dff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:46Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 443, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "66e3ebe1-e7da-4d00-aed6-e32aa73c5559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-04T23:39:46Z", "revision_number": 0, "id": "800725e4-e664-4e52-9eb2-8a7e736cedc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:46Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T23:39:45Z", "revision_number": 0, "id": "8d2a15a7-f9c5-47ed-8d11-c76ed1106da1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:45Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 80, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "aec4b33a-0662-4327-8e04-d4e53e43adef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "d0353e6e-3abb-478c-b651-72a74015f51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 7, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "3107041a-73d7-453a-a864-40177cd2ddf1", "name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}, {"description": "Default security group", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:37:52Z", "updated_at": "2018-09-04T23:37:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "01d09cd9-346d-449a-85e4-e38917134305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "4fa0f05c-2013-492b-9d33-3138b1bcb549", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "5e7c4c9b-d4fc-499d-8e55-fb4229e1f670", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "f1bfb933-8aa3-4a83-ac9c-9a89c313d85c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 4, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "name": "default"}]} 2018-09-04 23:39:47,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-8abd0be8-cf40-427e-ac94-c53198a4d0ad 2018-09-04 23:39:47,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.596946954727s 2018-09-04 23:39:47,523 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-8abd0be8-cf40-427e-ac94-c53198a4d0ad 2018-09-04 23:39:47,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 23:39:47,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1"}}' 2018-09-04 23:39:48,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-f83bf0e4-4bc4-4b05-b75e-4aa2926dc440 Date: Tue, 04 Sep 2018 23:39:48 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-09-04T23:39:48Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "port_range_min": 53333, "revision_number": 0, "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:48Z", "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "fd173d48-866e-4b99-b01a-357bd87533ec"}} 2018-09-04 23:39:48,201 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-f83bf0e4-4bc4-4b05-b75e-4aa2926dc440 2018-09-04 23:39:48,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.675361156464s 2018-09-04 23:39:48,202 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-f83bf0e4-4bc4-4b05-b75e-4aa2926dc440 2018-09-04 23:39:48,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 23:39:48,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:48,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-85f1d04c-8a86-4cb4-b482-8e3e8149a1fe Date: Tue, 04 Sep 2018 23:39:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dd91065e-3dd9-4571-9fbe-b36761193d80"],"updated_at":"2018-09-04T23:37:53Z","tenant_id":"ee49ede7e0904c7783bae9f8aeed7625","created_at":"2018-09-04T23:37:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ee49ede7e0904c7783bae9f8aeed7625","id":"891dc738-b795-4581-8e25-56680d4ae493","name":"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 23:39:48,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-85f1d04c-8a86-4cb4-b482-8e3e8149a1fe 2018-09-04 23:39:48,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.628129959106s 2018-09-04 23:39:48,832 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-85f1d04c-8a86-4cb4-b482-8e3e8149a1fe 2018-09-04 23:39:48,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 23:39:48,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:49,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-1a0f3c15-58c7-4133-b1a5-c545a0d25898 Date: Tue, 04 Sep 2018 23:39:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/snap", "metadata": {}}], "file": "/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/file", "owner": "ee49ede7e0904c7783bae9f8aeed7625", "id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "size": 4373348352, "self": "/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-09-04T23:39:40Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-04T23:38:25Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 23:39:49,028 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1a0f3c15-58c7-4133-b1a5-c545a0d25898 2018-09-04 23:39:49,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195182085037s 2018-09-04 23:39:49,029 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1a0f3c15-58c7-4133-b1a5-c545a0d25898 2018-09-04 23:39:49,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 23:39:49,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:49,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:39:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69f35ba2-5c6d-4186-baaa-368dfc5ce006 x-compute-request-id: req-69f35ba2-5c6d-4186-baaa-368dfc5ce006 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "name": "vyos_vrouter-flavor_61e5123c-31ad-406f-bfc4-accbec70f815", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 23:39:49,066 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-69f35ba2-5c6d-4186-baaa-368dfc5ce006 2018-09-04 23:39:49,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0357720851898s 2018-09-04 23:39:49,067 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-69f35ba2-5c6d-4186-baaa-368dfc5ce006 2018-09-04 23:39:49,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-04 23:39:49,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"server": {"name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "imageRef": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "flavorRef": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "max_count": 1, "min_count": 1, "networks": [{"uuid": "891dc738-b795-4581-8e25-56680d4ae493"}], "security_groups": [{"name": "3107041a-73d7-453a-a864-40177cd2ddf1"}]}}' 2018-09-04 23:39:51,143 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 23:39:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1eadcac9-1f83-40be-9bec-26a0ea0d6f4b x-compute-request-id: req-1eadcac9-1f83-40be-9bec-26a0ea0d6f4b Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3107041a-73d7-453a-a864-40177cd2ddf1"}], "OS-DCF:diskConfig": "MANUAL", "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "adminPass": "DumfnGPtTS89"}} 2018-09-04 23:39:51,143 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-1eadcac9-1f83-40be-9bec-26a0ea0d6f4b 2018-09-04 23:39:51,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.07471084595s 2018-09-04 23:39:51,144 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-1eadcac9-1f83-40be-9bec-26a0ea0d6f4b 2018-09-04 23:39:51,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:39:51,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:51,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:39:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7df2b19-dfe0-463f-a9e2-bca886e1725e x-compute-request-id: req-c7df2b19-dfe0-463f-a9e2-bca886e1725e Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:39:51,940 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c7df2b19-dfe0-463f-a9e2-bca886e1725e 2018-09-04 23:39:51,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.794983863831s 2018-09-04 23:39:51,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c7df2b19-dfe0-463f-a9e2-bca886e1725e 2018-09-04 23:39:51,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 23:39:51,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:52,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-c1577b02-cc63-4c76-9a67-7a8183771fc4 Date: Tue, 04 Sep 2018 23:39:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dd91065e-3dd9-4571-9fbe-b36761193d80"],"updated_at":"2018-09-04T23:37:53Z","tenant_id":"ee49ede7e0904c7783bae9f8aeed7625","created_at":"2018-09-04T23:37:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ee49ede7e0904c7783bae9f8aeed7625","id":"891dc738-b795-4581-8e25-56680d4ae493","name":"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 23:39:52,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c1577b02-cc63-4c76-9a67-7a8183771fc4 2018-09-04 23:39:52,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26939201355s 2018-09-04 23:39:52,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c1577b02-cc63-4c76-9a67-7a8183771fc4 2018-09-04 23:39:52,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 23:39:52,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:52,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-a01acfae-d292-4480-82d7-a61179529d82 Date: Tue, 04 Sep 2018 23:39:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"891dc738-b795-4581-8e25-56680d4ae493","tenant_id":"ee49ede7e0904c7783bae9f8aeed7625","created_at":"2018-09-04T23:37:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T23:37:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"ee49ede7e0904c7783bae9f8aeed7625","id":"dd91065e-3dd9-4571-9fbe-b36761193d80","subnetpool_id":null,"name":"vyos_vrouter-subnet_61e5123c-31ad-406f-bfc4-accbec70f815"}]} 2018-09-04 23:39:52,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-a01acfae-d292-4480-82d7-a61179529d82 2018-09-04 23:39:52,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.061026096344s 2018-09-04 23:39:52,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-a01acfae-d292-4480-82d7-a61179529d82 2018-09-04 23:39:52,280 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:39:54,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:39:54,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:54,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:39:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84bbaf67-239c-4162-8ee1-f956705e24b0 x-compute-request-id: req-84bbaf67-239c-4162-8ee1-f956705e24b0 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:39:54,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-84bbaf67-239c-4162-8ee1-f956705e24b0 2018-09-04 23:39:54,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359399080276s 2018-09-04 23:39:54,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-84bbaf67-239c-4162-8ee1-f956705e24b0 2018-09-04 23:39:54,647 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:39:56,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:39:56,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:39:57,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:39:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a02a328-fb17-4c21-b436-ce20372967d1 x-compute-request-id: req-2a02a328-fb17-4c21-b436-ce20372967d1 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:39:57,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2a02a328-fb17-4c21-b436-ce20372967d1 2018-09-04 23:39:57,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365046024323s 2018-09-04 23:39:57,015 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2a02a328-fb17-4c21-b436-ce20372967d1 2018-09-04 23:39:57,019 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:39:59,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:39:59,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:00,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:39:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8927d84-eb42-48a2-bcf6-0389bff5c8bd x-compute-request-id: req-d8927d84-eb42-48a2-bcf6-0389bff5c8bd Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:00,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d8927d84-eb42-48a2-bcf6-0389bff5c8bd 2018-09-04 23:40:00,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07322907448s 2018-09-04 23:40:00,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d8927d84-eb42-48a2-bcf6-0389bff5c8bd 2018-09-04 23:40:00,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:02,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:02,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:02,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3603cec7-970e-49d0-9bbd-9613aed5dda8 x-compute-request-id: req-3603cec7-970e-49d0-9bbd-9613aed5dda8 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:02,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3603cec7-970e-49d0-9bbd-9613aed5dda8 2018-09-04 23:40:02,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528352022171s 2018-09-04 23:40:02,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3603cec7-970e-49d0-9bbd-9613aed5dda8 2018-09-04 23:40:02,635 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:04,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:04,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:05,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-732a4577-dfbd-4cdf-837b-5ee702489625 x-compute-request-id: req-732a4577-dfbd-4cdf-837b-5ee702489625 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:05,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-732a4577-dfbd-4cdf-837b-5ee702489625 2018-09-04 23:40:05,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553807020187s 2018-09-04 23:40:05,192 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-732a4577-dfbd-4cdf-837b-5ee702489625 2018-09-04 23:40:05,196 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:07,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:07,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:08,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db223d4b-583c-4627-b0f8-6af4ef61b1ae x-compute-request-id: req-db223d4b-583c-4627-b0f8-6af4ef61b1ae Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:08,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-db223d4b-583c-4627-b0f8-6af4ef61b1ae 2018-09-04 23:40:08,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.964295148849s 2018-09-04 23:40:08,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-db223d4b-583c-4627-b0f8-6af4ef61b1ae 2018-09-04 23:40:08,168 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:10,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:10,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:11,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe4d2dfc-0545-4c58-9dca-a11c79bc9086 x-compute-request-id: req-fe4d2dfc-0545-4c58-9dca-a11c79bc9086 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:11,244 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fe4d2dfc-0545-4c58-9dca-a11c79bc9086 2018-09-04 23:40:11,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07375693321s 2018-09-04 23:40:11,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fe4d2dfc-0545-4c58-9dca-a11c79bc9086 2018-09-04 23:40:11,249 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:13,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:13,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:14,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6777290b-c43e-48d0-98dd-d545f9232a84 x-compute-request-id: req-6777290b-c43e-48d0-98dd-d545f9232a84 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:14,341 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6777290b-c43e-48d0-98dd-d545f9232a84 2018-09-04 23:40:14,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08952403069s 2018-09-04 23:40:14,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6777290b-c43e-48d0-98dd-d545f9232a84 2018-09-04 23:40:14,345 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:16,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:16,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:17,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-529341bb-454a-49fa-ae38-f6fd20330eac x-compute-request-id: req-529341bb-454a-49fa-ae38-f6fd20330eac Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:17,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-529341bb-454a-49fa-ae38-f6fd20330eac 2018-09-04 23:40:17,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.64373493195s 2018-09-04 23:40:17,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-529341bb-454a-49fa-ae38-f6fd20330eac 2018-09-04 23:40:17,996 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:19,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:20,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:20,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fd77d2c-6bbe-457a-804f-65b9718b7932 x-compute-request-id: req-0fd77d2c-6bbe-457a-804f-65b9718b7932 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:20,353 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0fd77d2c-6bbe-457a-804f-65b9718b7932 2018-09-04 23:40:20,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354826927185s 2018-09-04 23:40:20,354 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0fd77d2c-6bbe-457a-804f-65b9718b7932 2018-09-04 23:40:20,358 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:22,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:22,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:23,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-086527f1-b405-490d-b9a2-4aea0bf2cba6 x-compute-request-id: req-086527f1-b405-490d-b9a2-4aea0bf2cba6 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:23,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-086527f1-b405-490d-b9a2-4aea0bf2cba6 2018-09-04 23:40:23,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.668291091919s 2018-09-04 23:40:23,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-086527f1-b405-490d-b9a2-4aea0bf2cba6 2018-09-04 23:40:23,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:25,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:25,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:25,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e142ca5-df93-4985-941c-06358f277d70 x-compute-request-id: req-8e142ca5-df93-4985-941c-06358f277d70 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:25,756 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8e142ca5-df93-4985-941c-06358f277d70 2018-09-04 23:40:25,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720241069794s 2018-09-04 23:40:25,757 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8e142ca5-df93-4985-941c-06358f277d70 2018-09-04 23:40:25,761 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:27,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:27,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:28,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe822a0f-b1a5-4fbf-b2c8-583cfada9c37 x-compute-request-id: req-fe822a0f-b1a5-4fbf-b2c8-583cfada9c37 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:28,270 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fe822a0f-b1a5-4fbf-b2c8-583cfada9c37 2018-09-04 23:40:28,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506885051727s 2018-09-04 23:40:28,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fe822a0f-b1a5-4fbf-b2c8-583cfada9c37 2018-09-04 23:40:28,275 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:30,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:30,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:31,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edfd6adb-8966-47b1-9a20-d9ed3e908541 x-compute-request-id: req-edfd6adb-8966-47b1-9a20-d9ed3e908541 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:31,053 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-edfd6adb-8966-47b1-9a20-d9ed3e908541 2018-09-04 23:40:31,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.775296926498s 2018-09-04 23:40:31,054 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-edfd6adb-8966-47b1-9a20-d9ed3e908541 2018-09-04 23:40:31,058 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:33,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:33,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:33,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1fa3c97-cfd1-4299-9f1b-b97fd036c436 x-compute-request-id: req-f1fa3c97-cfd1-4299-9f1b-b97fd036c436 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:33,433 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f1fa3c97-cfd1-4299-9f1b-b97fd036c436 2018-09-04 23:40:33,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373274803162s 2018-09-04 23:40:33,434 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f1fa3c97-cfd1-4299-9f1b-b97fd036c436 2018-09-04 23:40:33,438 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:35,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:35,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:36,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9c6d7fd-5bbb-421f-810c-86c3649bea32 x-compute-request-id: req-d9c6d7fd-5bbb-421f-810c-86c3649bea32 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:36,334 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d9c6d7fd-5bbb-421f-810c-86c3649bea32 2018-09-04 23:40:36,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.894148111343s 2018-09-04 23:40:36,335 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d9c6d7fd-5bbb-421f-810c-86c3649bea32 2018-09-04 23:40:36,339 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:38,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:38,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:39,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1875a831-469e-48b6-a6f5-f81b5915fb0e x-compute-request-id: req-1875a831-469e-48b6-a6f5-f81b5915fb0e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:39,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1875a831-469e-48b6-a6f5-f81b5915fb0e 2018-09-04 23:40:39,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.41314983368s 2018-09-04 23:40:39,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1875a831-469e-48b6-a6f5-f81b5915fb0e 2018-09-04 23:40:39,758 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:41,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:41,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:42,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-720edcff-b626-4b08-9cf8-fc6220cfda46 x-compute-request-id: req-720edcff-b626-4b08-9cf8-fc6220cfda46 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:42,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-720edcff-b626-4b08-9cf8-fc6220cfda46 2018-09-04 23:40:42,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.70875620842s 2018-09-04 23:40:42,470 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-720edcff-b626-4b08-9cf8-fc6220cfda46 2018-09-04 23:40:42,474 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:44,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:44,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:45,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f493bbd4-d79c-4718-9dec-95fd2e4d8ff6 x-compute-request-id: req-f493bbd4-d79c-4718-9dec-95fd2e4d8ff6 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:45,957 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f493bbd4-d79c-4718-9dec-95fd2e4d8ff6 2018-09-04 23:40:45,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.4797308445s 2018-09-04 23:40:45,958 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f493bbd4-d79c-4718-9dec-95fd2e4d8ff6 2018-09-04 23:40:45,962 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:47,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:47,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:49,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf45283a-0f21-4e0d-b2dc-0ac7ac5ffa39 x-compute-request-id: req-cf45283a-0f21-4e0d-b2dc-0ac7ac5ffa39 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:49,013 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cf45283a-0f21-4e0d-b2dc-0ac7ac5ffa39 2018-09-04 23:40:49,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04764699936s 2018-09-04 23:40:49,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-cf45283a-0f21-4e0d-b2dc-0ac7ac5ffa39 2018-09-04 23:40:49,017 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:51,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:51,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:51,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1ad39e4-1024-4674-a22d-fb80678564f8 x-compute-request-id: req-b1ad39e4-1024-4674-a22d-fb80678564f8 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:51,396 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b1ad39e4-1024-4674-a22d-fb80678564f8 2018-09-04 23:40:51,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375717878342s 2018-09-04 23:40:51,396 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b1ad39e4-1024-4674-a22d-fb80678564f8 2018-09-04 23:40:51,400 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:53,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:53,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:53,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b965242a-c263-4b21-8436-b9e5522749f5 x-compute-request-id: req-b965242a-c263-4b21-8436-b9e5522749f5 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:53,953 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b965242a-c263-4b21-8436-b9e5522749f5 2018-09-04 23:40:53,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549707889557s 2018-09-04 23:40:53,954 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b965242a-c263-4b21-8436-b9e5522749f5 2018-09-04 23:40:53,958 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:55,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:55,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:56,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a768d91d-f861-4e22-a312-283a76b880c5 x-compute-request-id: req-a768d91d-f861-4e22-a312-283a76b880c5 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:56,494 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a768d91d-f861-4e22-a312-283a76b880c5 2018-09-04 23:40:56,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533375024796s 2018-09-04 23:40:56,494 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a768d91d-f861-4e22-a312-283a76b880c5 2018-09-04 23:40:56,498 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:40:58,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:40:58,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:40:59,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:40:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37ee00f6-7d4a-4e42-aa31-167d749b1fcf x-compute-request-id: req-37ee00f6-7d4a-4e42-aa31-167d749b1fcf Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:40:59,037 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-37ee00f6-7d4a-4e42-aa31-167d749b1fcf 2018-09-04 23:40:59,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53676700592s 2018-09-04 23:40:59,038 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-37ee00f6-7d4a-4e42-aa31-167d749b1fcf 2018-09-04 23:40:59,042 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:01,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:01,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:01,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bae7ebea-3fd6-4640-a83b-f4d54ed565a7 x-compute-request-id: req-bae7ebea-3fd6-4640-a83b-f4d54ed565a7 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:01,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bae7ebea-3fd6-4640-a83b-f4d54ed565a7 2018-09-04 23:41:01,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420210123062s 2018-09-04 23:41:01,465 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bae7ebea-3fd6-4640-a83b-f4d54ed565a7 2018-09-04 23:41:01,469 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:03,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:03,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:03,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cc194ba-df0d-4ff2-af58-0e0b24431e26 x-compute-request-id: req-2cc194ba-df0d-4ff2-af58-0e0b24431e26 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:03,985 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2cc194ba-df0d-4ff2-af58-0e0b24431e26 2018-09-04 23:41:03,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5127389431s 2018-09-04 23:41:03,985 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2cc194ba-df0d-4ff2-af58-0e0b24431e26 2018-09-04 23:41:03,989 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:05,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:05,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:06,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7d8db87-abc1-4e5f-9739-985a9cef0c24 x-compute-request-id: req-f7d8db87-abc1-4e5f-9739-985a9cef0c24 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:06,881 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f7d8db87-abc1-4e5f-9739-985a9cef0c24 2018-09-04 23:41:06,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.888644933701s 2018-09-04 23:41:06,881 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f7d8db87-abc1-4e5f-9739-985a9cef0c24 2018-09-04 23:41:06,885 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:08,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:08,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:09,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fb34ed1-124a-4814-ad68-871aecd487b2 x-compute-request-id: req-0fb34ed1-124a-4814-ad68-871aecd487b2 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:09,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0fb34ed1-124a-4814-ad68-871aecd487b2 2018-09-04 23:41:09,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386283159256s 2018-09-04 23:41:09,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0fb34ed1-124a-4814-ad68-871aecd487b2 2018-09-04 23:41:09,279 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:11,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:11,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:12,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2a70a6a-b796-4196-9d72-eb28f742a19e x-compute-request-id: req-e2a70a6a-b796-4196-9d72-eb28f742a19e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:12,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e2a70a6a-b796-4196-9d72-eb28f742a19e 2018-09-04 23:41:12,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17048811913s 2018-09-04 23:41:12,452 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e2a70a6a-b796-4196-9d72-eb28f742a19e 2018-09-04 23:41:12,456 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:14,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:14,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:14,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5536f41-a15c-4709-bd22-54d9fbe28b82 x-compute-request-id: req-c5536f41-a15c-4709-bd22-54d9fbe28b82 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:14,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c5536f41-a15c-4709-bd22-54d9fbe28b82 2018-09-04 23:41:14,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350693941116s 2018-09-04 23:41:14,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c5536f41-a15c-4709-bd22-54d9fbe28b82 2018-09-04 23:41:14,814 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:16,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:16,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:17,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e11bb624-8e1d-44be-98f1-c82e3828a14c x-compute-request-id: req-e11bb624-8e1d-44be-98f1-c82e3828a14c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:17,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e11bb624-8e1d-44be-98f1-c82e3828a14c 2018-09-04 23:41:17,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363209962845s 2018-09-04 23:41:17,181 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e11bb624-8e1d-44be-98f1-c82e3828a14c 2018-09-04 23:41:17,185 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:19,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:19,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:19,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34b0eed4-a0c7-43b5-8339-1410024f2479 x-compute-request-id: req-34b0eed4-a0c7-43b5-8339-1410024f2479 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:19,935 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-34b0eed4-a0c7-43b5-8339-1410024f2479 2018-09-04 23:41:19,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.748012065887s 2018-09-04 23:41:19,936 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-34b0eed4-a0c7-43b5-8339-1410024f2479 2018-09-04 23:41:19,940 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:21,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:21,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:22,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-239aaff1-21de-4fde-a4ec-ab9b49753a74 x-compute-request-id: req-239aaff1-21de-4fde-a4ec-ab9b49753a74 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:22,985 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-239aaff1-21de-4fde-a4ec-ab9b49753a74 2018-09-04 23:41:22,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04328680038s 2018-09-04 23:41:22,986 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-239aaff1-21de-4fde-a4ec-ab9b49753a74 2018-09-04 23:41:22,990 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:24,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:24,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:25,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03992614-7236-422b-bbfe-b9c326661e98 x-compute-request-id: req-03992614-7236-422b-bbfe-b9c326661e98 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:25,706 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-03992614-7236-422b-bbfe-b9c326661e98 2018-09-04 23:41:25,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713017940521s 2018-09-04 23:41:25,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-03992614-7236-422b-bbfe-b9c326661e98 2018-09-04 23:41:25,710 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:27,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:27,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:28,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00398754-052d-454c-8469-77c4349b4cf3 x-compute-request-id: req-00398754-052d-454c-8469-77c4349b4cf3 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:28,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-00398754-052d-454c-8469-77c4349b4cf3 2018-09-04 23:41:28,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0251390934s 2018-09-04 23:41:28,738 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-00398754-052d-454c-8469-77c4349b4cf3 2018-09-04 23:41:28,742 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:30,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:30,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:31,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bdb234e-b43c-46e8-bcf6-d03b453445d6 x-compute-request-id: req-2bdb234e-b43c-46e8-bcf6-d03b453445d6 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:31,265 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2bdb234e-b43c-46e8-bcf6-d03b453445d6 2018-09-04 23:41:31,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519457101822s 2018-09-04 23:41:31,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2bdb234e-b43c-46e8-bcf6-d03b453445d6 2018-09-04 23:41:31,270 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:33,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:33,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:33,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f179d626-bf39-4aa8-8da5-f6b9f4628868 x-compute-request-id: req-f179d626-bf39-4aa8-8da5-f6b9f4628868 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:33,780 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f179d626-bf39-4aa8-8da5-f6b9f4628868 2018-09-04 23:41:33,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507483959198s 2018-09-04 23:41:33,780 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f179d626-bf39-4aa8-8da5-f6b9f4628868 2018-09-04 23:41:33,784 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:35,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:35,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:36,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5058df55-9e45-49d9-a769-a70d86c01ccd x-compute-request-id: req-5058df55-9e45-49d9-a769-a70d86c01ccd Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:36,159 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5058df55-9e45-49d9-a769-a70d86c01ccd 2018-09-04 23:41:36,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372558116913s 2018-09-04 23:41:36,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5058df55-9e45-49d9-a769-a70d86c01ccd 2018-09-04 23:41:36,164 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:38,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:38,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:38,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ba52314-770c-4ff4-8ec7-23fb71d3da94 x-compute-request-id: req-3ba52314-770c-4ff4-8ec7-23fb71d3da94 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:38,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3ba52314-770c-4ff4-8ec7-23fb71d3da94 2018-09-04 23:41:38,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507780075073s 2018-09-04 23:41:38,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3ba52314-770c-4ff4-8ec7-23fb71d3da94 2018-09-04 23:41:38,678 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:40,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:40,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:41,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ef52968-8b0f-4c12-9ad5-590c6acf6b80 x-compute-request-id: req-4ef52968-8b0f-4c12-9ad5-590c6acf6b80 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:41,179 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4ef52968-8b0f-4c12-9ad5-590c6acf6b80 2018-09-04 23:41:41,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498216152191s 2018-09-04 23:41:41,180 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4ef52968-8b0f-4c12-9ad5-590c6acf6b80 2018-09-04 23:41:41,184 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:43,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:43,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:43,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b27010f-778f-483a-8124-24ed00c31dc9 x-compute-request-id: req-2b27010f-778f-483a-8124-24ed00c31dc9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:43,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2b27010f-778f-483a-8124-24ed00c31dc9 2018-09-04 23:41:43,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380737066269s 2018-09-04 23:41:43,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2b27010f-778f-483a-8124-24ed00c31dc9 2018-09-04 23:41:43,572 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:45,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:45,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:46,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25c874aa-c07d-4bbc-8516-44f2c7a60a57 x-compute-request-id: req-25c874aa-c07d-4bbc-8516-44f2c7a60a57 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:46,632 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-25c874aa-c07d-4bbc-8516-44f2c7a60a57 2018-09-04 23:41:46,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05771493912s 2018-09-04 23:41:46,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-25c874aa-c07d-4bbc-8516-44f2c7a60a57 2018-09-04 23:41:46,636 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:48,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:48,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:49,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff6d5a39-00db-4491-bd9f-8e6a2000d0ad x-compute-request-id: req-ff6d5a39-00db-4491-bd9f-8e6a2000d0ad Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:49,137 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ff6d5a39-00db-4491-bd9f-8e6a2000d0ad 2018-09-04 23:41:49,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498352050781s 2018-09-04 23:41:49,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ff6d5a39-00db-4491-bd9f-8e6a2000d0ad 2018-09-04 23:41:49,142 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:51,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:51,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:52,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cece893-0ef0-4368-98d0-d2a5f725cd24 x-compute-request-id: req-8cece893-0ef0-4368-98d0-d2a5f725cd24 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:52,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8cece893-0ef0-4368-98d0-d2a5f725cd24 2018-09-04 23:41:52,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02281808853s 2018-09-04 23:41:52,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8cece893-0ef0-4368-98d0-d2a5f725cd24 2018-09-04 23:41:52,172 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:54,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:54,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:54,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64ca3393-3bb0-4adf-a7ca-9ef218f862e4 x-compute-request-id: req-64ca3393-3bb0-4adf-a7ca-9ef218f862e4 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:54,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-64ca3393-3bb0-4adf-a7ca-9ef218f862e4 2018-09-04 23:41:54,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376291036606s 2018-09-04 23:41:54,551 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-64ca3393-3bb0-4adf-a7ca-9ef218f862e4 2018-09-04 23:41:54,555 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:56,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:56,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:57,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba9450f9-a49b-48c0-b737-4a92df3507ba x-compute-request-id: req-ba9450f9-a49b-48c0-b737-4a92df3507ba Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:57,088 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ba9450f9-a49b-48c0-b737-4a92df3507ba 2018-09-04 23:41:57,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529976129532s 2018-09-04 23:41:57,088 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ba9450f9-a49b-48c0-b737-4a92df3507ba 2018-09-04 23:41:57,092 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:41:59,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:41:59,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:41:59,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:41:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8f6d442-f1e7-4446-8ed6-7d6a178179c9 x-compute-request-id: req-c8f6d442-f1e7-4446-8ed6-7d6a178179c9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:41:59,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c8f6d442-f1e7-4446-8ed6-7d6a178179c9 2018-09-04 23:41:59,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.348773956299s 2018-09-04 23:41:59,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c8f6d442-f1e7-4446-8ed6-7d6a178179c9 2018-09-04 23:41:59,448 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:01,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:01,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:01,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b142419-0220-44f0-a839-2c4955c0ac7e x-compute-request-id: req-9b142419-0220-44f0-a839-2c4955c0ac7e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:01,845 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9b142419-0220-44f0-a839-2c4955c0ac7e 2018-09-04 23:42:01,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.393724918365s 2018-09-04 23:42:01,845 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-9b142419-0220-44f0-a839-2c4955c0ac7e 2018-09-04 23:42:01,849 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:03,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:03,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:04,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-314b2f9d-b2d4-4be1-b97d-4fcbf883c5a6 x-compute-request-id: req-314b2f9d-b2d4-4be1-b97d-4fcbf883c5a6 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:04,341 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-314b2f9d-b2d4-4be1-b97d-4fcbf883c5a6 2018-09-04 23:42:04,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.489092111588s 2018-09-04 23:42:04,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-314b2f9d-b2d4-4be1-b97d-4fcbf883c5a6 2018-09-04 23:42:04,346 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:06,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:06,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:07,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00e71fa7-3ba5-401b-8eee-849f14d15ab5 x-compute-request-id: req-00e71fa7-3ba5-401b-8eee-849f14d15ab5 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:07,428 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-00e71fa7-3ba5-401b-8eee-849f14d15ab5 2018-09-04 23:42:07,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08143091202s 2018-09-04 23:42:07,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-00e71fa7-3ba5-401b-8eee-849f14d15ab5 2018-09-04 23:42:07,433 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:09,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:09,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:09,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85a87715-0b32-43bc-af3c-e0e9420affef x-compute-request-id: req-85a87715-0b32-43bc-af3c-e0e9420affef Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:09,808 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-85a87715-0b32-43bc-af3c-e0e9420affef 2018-09-04 23:42:09,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372047901154s 2018-09-04 23:42:09,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-85a87715-0b32-43bc-af3c-e0e9420affef 2018-09-04 23:42:09,812 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:11,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:11,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:12,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa130056-2a29-4b47-8c9f-976bedb9026d x-compute-request-id: req-fa130056-2a29-4b47-8c9f-976bedb9026d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:12,484 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fa130056-2a29-4b47-8c9f-976bedb9026d 2018-09-04 23:42:12,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.668578863144s 2018-09-04 23:42:12,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-fa130056-2a29-4b47-8c9f-976bedb9026d 2018-09-04 23:42:12,489 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:14,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:14,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:15,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec6d2ec9-b4a7-4c16-b950-1135d33486c1 x-compute-request-id: req-ec6d2ec9-b4a7-4c16-b950-1135d33486c1 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:15,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ec6d2ec9-b4a7-4c16-b950-1135d33486c1 2018-09-04 23:42:15,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.892107009888s 2018-09-04 23:42:15,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ec6d2ec9-b4a7-4c16-b950-1135d33486c1 2018-09-04 23:42:15,386 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:17,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:17,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:17,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7763f1e0-7250-4d7b-a12c-5b1ffd3e6af6 x-compute-request-id: req-7763f1e0-7250-4d7b-a12c-5b1ffd3e6af6 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:17,897 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7763f1e0-7250-4d7b-a12c-5b1ffd3e6af6 2018-09-04 23:42:17,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508131027222s 2018-09-04 23:42:17,898 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7763f1e0-7250-4d7b-a12c-5b1ffd3e6af6 2018-09-04 23:42:17,902 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:19,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:19,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:20,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b74b83b7-3dd2-4446-af83-8b07b36cf03f x-compute-request-id: req-b74b83b7-3dd2-4446-af83-8b07b36cf03f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:20,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b74b83b7-3dd2-4446-af83-8b07b36cf03f 2018-09-04 23:42:20,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54315495491s 2018-09-04 23:42:20,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b74b83b7-3dd2-4446-af83-8b07b36cf03f 2018-09-04 23:42:20,453 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:22,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:22,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:22,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ef2d414-a6dc-4db6-8095-3f9de630cb0b x-compute-request-id: req-3ef2d414-a6dc-4db6-8095-3f9de630cb0b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:22,954 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3ef2d414-a6dc-4db6-8095-3f9de630cb0b 2018-09-04 23:42:22,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498925209045s 2018-09-04 23:42:22,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-3ef2d414-a6dc-4db6-8095-3f9de630cb0b 2018-09-04 23:42:22,958 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:24,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:24,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:25,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2848a3e3-1389-4779-824c-9ec5de809127 x-compute-request-id: req-2848a3e3-1389-4779-824c-9ec5de809127 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:25,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2848a3e3-1389-4779-824c-9ec5de809127 2018-09-04 23:42:25,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39675116539s 2018-09-04 23:42:25,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2848a3e3-1389-4779-824c-9ec5de809127 2018-09-04 23:42:25,362 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:27,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:27,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:27,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47b8f0cc-6b26-45c6-89ce-40e520495b98 x-compute-request-id: req-47b8f0cc-6b26-45c6-89ce-40e520495b98 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:27,873 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-47b8f0cc-6b26-45c6-89ce-40e520495b98 2018-09-04 23:42:27,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508176088333s 2018-09-04 23:42:27,874 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-47b8f0cc-6b26-45c6-89ce-40e520495b98 2018-09-04 23:42:27,878 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:29,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:29,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:30,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7ccdac8-f8bf-4abe-9c81-5f4713f9671a x-compute-request-id: req-c7ccdac8-f8bf-4abe-9c81-5f4713f9671a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T23:39:53Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:30,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c7ccdac8-f8bf-4abe-9c81-5f4713f9671a 2018-09-04 23:42:30,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0742790699s 2018-09-04 23:42:30,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c7ccdac8-f8bf-4abe-9c81-5f4713f9671a 2018-09-04 23:42:30,959 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:42:32,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:42:32,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:33,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec60f936-b325-49f2-b75f-81f60ccbe5d1 x-compute-request-id: req-ec60f936-b325-49f2-b75f-81f60ccbe5d1 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:42:30Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:42:33,344 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ec60f936-b325-49f2-b75f-81f60ccbe5d1 2018-09-04 23:42:33,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.382275104523s 2018-09-04 23:42:33,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ec60f936-b325-49f2-b75f-81f60ccbe5d1 2018-09-04 23:42:33,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 23:42:33,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=8edcda70-314f-4c8d-a0f3-9e5b70bf6864" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:33,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-0938e2ad-b4f4-4892-ad53-4473d0bd2adc Date: Tue, 04 Sep 2018 23:42:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T23:42:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd91065e-3dd9-4571-9fbe-b36761193d80","ip_address":"192.168.120.6"}],"id":"97d08cbd-6943-4be1-9f78-f7c0fc082e44","security_groups":["3107041a-73d7-453a-a864-40177cd2ddf1"],"mac_address":"fa:16:3e:c7:3c:82","project_id":"ee49ede7e0904c7783bae9f8aeed7625","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"891dc738-b795-4581-8e25-56680d4ae493","tenant_id":"ee49ede7e0904c7783bae9f8aeed7625","created_at":"2018-09-04T23:39:55Z","binding:vnic_type":"normal","device_id":"8edcda70-314f-4c8d-a0f3-9e5b70bf6864"}]} 2018-09-04 23:42:33,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8edcda70-314f-4c8d-a0f3-9e5b70bf6864 used request id req-0938e2ad-b4f4-4892-ad53-4473d0bd2adc 2018-09-04 23:42:33,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0666890144348s 2018-09-04 23:42:33,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8edcda70-314f-4c8d-a0f3-9e5b70bf6864 used request id req-0938e2ad-b4f4-4892-ad53-4473d0bd2adc 2018-09-04 23:42:33,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 23:42:33,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=97d08cbd-6943-4be1-9f78-f7c0fc082e44" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:33,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2d4dff5b-6756-47fa-bad5-ac33ec59232f Date: Tue, 04 Sep 2018 23:42:33 GMT RESP BODY: {"floatingips": []} 2018-09-04 23:42:33,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=97d08cbd-6943-4be1-9f78-f7c0fc082e44 used request id req-2d4dff5b-6756-47fa-bad5-ac33ec59232f 2018-09-04 23:42:33,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0194728374481s 2018-09-04 23:42:33,441 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=97d08cbd-6943-4be1-9f78-f7c0fc082e44 used request id req-2d4dff5b-6756-47fa-bad5-ac33ec59232f 2018-09-04 23:42:33,442 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c7:3c:82', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd5ee9c66-4fe6-4b81-845e-48086af770e7'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T23:42:29.000000', 'flavor': Munch({u'id': u'cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02'}), 'az': u'nova', 'id': u'8edcda70-314f-4c8d-a0f3-9e5b70bf6864', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'fc81e6f9515749eeaec5882fe11e6725', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ee49ede7e0904c7783bae9f8aeed7625', 'name': 'vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-04T23:42:29.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T23:42:30Z', 'hostId': u'55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T23:42:29.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ee49ede7e0904c7783bae9f8aeed7625', 'name': u'vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815', 'adminPass': u'DumfnGPtTS89', 'tenant_id': u'ee49ede7e0904c7783bae9f8aeed7625', 'region': 'regionOne', 'created': u'2018-09-04T23:39:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 23:42:33,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 23:42:33,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:33,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-ab611d3c-6689-419a-acfe-3b7801a1399b Date: Tue, 04 Sep 2018 23:42:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dd91065e-3dd9-4571-9fbe-b36761193d80"],"updated_at":"2018-09-04T23:37:53Z","tenant_id":"ee49ede7e0904c7783bae9f8aeed7625","created_at":"2018-09-04T23:37:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ee49ede7e0904c7783bae9f8aeed7625","id":"891dc738-b795-4581-8e25-56680d4ae493","name":"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 23:42:33,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-ab611d3c-6689-419a-acfe-3b7801a1399b 2018-09-04 23:42:33,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.138099908829s 2018-09-04 23:42:33,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-ab611d3c-6689-419a-acfe-3b7801a1399b 2018-09-04 23:42:33,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 23:42:33,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=8edcda70-314f-4c8d-a0f3-9e5b70bf6864" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:33,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-c90ad893-d9bb-4896-bc8c-aa6c87b7b32d Date: Tue, 04 Sep 2018 23:42:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T23:42:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd91065e-3dd9-4571-9fbe-b36761193d80","ip_address":"192.168.120.6"}],"id":"97d08cbd-6943-4be1-9f78-f7c0fc082e44","security_groups":["3107041a-73d7-453a-a864-40177cd2ddf1"],"mac_address":"fa:16:3e:c7:3c:82","project_id":"ee49ede7e0904c7783bae9f8aeed7625","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"891dc738-b795-4581-8e25-56680d4ae493","tenant_id":"ee49ede7e0904c7783bae9f8aeed7625","created_at":"2018-09-04T23:39:55Z","binding:vnic_type":"normal","device_id":"8edcda70-314f-4c8d-a0f3-9e5b70bf6864"}]} 2018-09-04 23:42:33,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8edcda70-314f-4c8d-a0f3-9e5b70bf6864 used request id req-c90ad893-d9bb-4896-bc8c-aa6c87b7b32d 2018-09-04 23:42:33,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0594458580017s 2018-09-04 23:42:33,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=8edcda70-314f-4c8d-a0f3-9e5b70bf6864 used request id req-c90ad893-d9bb-4896-bc8c-aa6c87b7b32d 2018-09-04 23:42:33,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-04 23:42:33,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"floatingip": {"floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.6", "port_id": "97d08cbd-6943-4be1-9f78-f7c0fc082e44"}}' 2018-09-04 23:42:35,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-0dcb81f8-f810-4cb1-b5da-c9cb10dfe2c0 Date: Tue, 04 Sep 2018 23:42:35 GMT RESP BODY: {"floatingip": {"router_id": "a00ef223-c971-404e-abc1-b8f993710e71", "status": "DOWN", "description": "", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:42:34Z", "updated_at": "2018-09-04T23:42:34Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_id": "97d08cbd-6943-4be1-9f78-f7c0fc082e44", "id": "80fdc3e1-5a89-4fa6-95a2-7dc0673732d1"}} 2018-09-04 23:42:35,567 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-0dcb81f8-f810-4cb1-b5da-c9cb10dfe2c0 2018-09-04 23:42:35,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.92215394974s 2018-09-04 23:42:35,568 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-0dcb81f8-f810-4cb1-b5da-c9cb10dfe2c0 2018-09-04 23:42:35,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 23:42:35,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:35,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-d4fecf40-b6fe-44be-86de-738a7f6fb4ab Date: Tue, 04 Sep 2018 23:42:35 GMT RESP BODY: {"floatingips": [{"router_id": "a00ef223-c971-404e-abc1-b8f993710e71", "status": "DOWN", "description": "", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:42:34Z", "updated_at": "2018-09-04T23:42:34Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_id": "97d08cbd-6943-4be1-9f78-f7c0fc082e44", "id": "80fdc3e1-5a89-4fa6-95a2-7dc0673732d1"}]} 2018-09-04 23:42:35,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-d4fecf40-b6fe-44be-86de-738a7f6fb4ab 2018-09-04 23:42:35,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.038253068924s 2018-09-04 23:42:35,614 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-d4fecf40-b6fe-44be-86de-738a7f6fb4ab 2018-09-04 23:42:35,619 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-04 23:42:35,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 23:42:35,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:35,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-4783b0c4-fea7-4ca2-88e5-e8a8f9f4345a Date: Tue, 04 Sep 2018 23:42:35 GMT RESP BODY: {"floatingips": [{"router_id": "a00ef223-c971-404e-abc1-b8f993710e71", "status": "DOWN", "description": "", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:42:34Z", "updated_at": "2018-09-04T23:42:34Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_id": "97d08cbd-6943-4be1-9f78-f7c0fc082e44", "id": "80fdc3e1-5a89-4fa6-95a2-7dc0673732d1"}]} 2018-09-04 23:42:35,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-4783b0c4-fea7-4ca2-88e5-e8a8f9f4345a 2018-09-04 23:42:35,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0232310295105s 2018-09-04 23:42:35,748 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-4783b0c4-fea7-4ca2-88e5-e8a8f9f4345a 2018-09-04 23:42:35,751 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-04 23:42:35,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 23:42:35,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:35,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-f20d58a4-7586-4fce-ae86-4341167e83ff Date: Tue, 04 Sep 2018 23:42:35 GMT RESP BODY: {"floatingips": [{"router_id": "a00ef223-c971-404e-abc1-b8f993710e71", "status": "DOWN", "description": "", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:42:34Z", "updated_at": "2018-09-04T23:42:34Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_id": "97d08cbd-6943-4be1-9f78-f7c0fc082e44", "id": "80fdc3e1-5a89-4fa6-95a2-7dc0673732d1"}]} 2018-09-04 23:42:35,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-f20d58a4-7586-4fce-ae86-4341167e83ff 2018-09-04 23:42:35,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0305349826813s 2018-09-04 23:42:35,888 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-f20d58a4-7586-4fce-ae86-4341167e83ff 2018-09-04 23:42:35,891 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-04 23:42:35,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 23:42:35,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:36,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-318497bb-5485-4a49-9e57-472ed155f098 Date: Tue, 04 Sep 2018 23:42:36 GMT RESP BODY: {"floatingips": [{"router_id": "a00ef223-c971-404e-abc1-b8f993710e71", "status": "DOWN", "description": "", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:42:34Z", "updated_at": "2018-09-04T23:42:34Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_id": "97d08cbd-6943-4be1-9f78-f7c0fc082e44", "id": "80fdc3e1-5a89-4fa6-95a2-7dc0673732d1"}]} 2018-09-04 23:42:36,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-318497bb-5485-4a49-9e57-472ed155f098 2018-09-04 23:42:36,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0229530334473s 2018-09-04 23:42:36,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-318497bb-5485-4a49-9e57-472ed155f098 2018-09-04 23:42:36,024 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-04 23:42:36,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 23:42:36,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:42:36,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-87ebad5b-692b-41f9-a605-13ed15c27288 Date: Tue, 04 Sep 2018 23:42:36 GMT RESP BODY: {"floatingips": [{"router_id": "a00ef223-c971-404e-abc1-b8f993710e71", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:42:34Z", "updated_at": "2018-09-04T23:42:34Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_id": "97d08cbd-6943-4be1-9f78-f7c0fc082e44", "id": "80fdc3e1-5a89-4fa6-95a2-7dc0673732d1"}]} 2018-09-04 23:42:36,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-87ebad5b-692b-41f9-a605-13ed15c27288 2018-09-04 23:42:36,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0232720375061s 2018-09-04 23:42:36,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-87ebad5b-692b-41f9-a605-13ed15c27288 2018-09-04 23:42:36,156 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'a00ef223-c971-404e-abc1-b8f993710e71', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'ee49ede7e0904c7783bae9f8aeed7625', 'created_at': u'2018-09-04T23:42:34Z', 'attached': True, 'updated_at': u'2018-09-04T23:42:34Z', 'id': u'80fdc3e1-5a89-4fa6-95a2-7dc0673732d1', 'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ee49ede7e0904c7783bae9f8aeed7625', 'name': 'vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'a00ef223-c971-404e-abc1-b8f993710e71', 'project_id': u'ee49ede7e0904c7783bae9f8aeed7625', 'port_id': u'97d08cbd-6943-4be1-9f78-f7c0fc082e44', 'port': u'97d08cbd-6943-4be1-9f78-f7c0fc082e44', 'network': u'c155f81c-0598-42f6-af77-d29c8a273917'}) 2018-09-04 23:42:36,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 23:42:36,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 23:42:39,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04a58954-4a68-42e2-af05-30a13230a266 x-compute-request-id: req-04a58954-4a68-42e2-af05-30a13230a266 Content-Encoding: gzip Content-Length: 11718 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe1223 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1969396539 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.303626] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.305790] pid_max: default: 32768 minimum: 301\n[ 0.306958] Security Framework initialized\n[ 0.308033] SELinux: Initializing.\n[ 0.309605] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.312801] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.314638] Mount-cache hash table entries: 4096\n[ 0.316003] Initializing cgroup subsys memory\n[ 0.317192] Initializing cgroup subsys devices\n[ 0.318392] Initializing cgroup subsys freezer\n[ 0.319583] Initializing cgroup subsys net_cls\n[ 0.320800] Initializing cgroup subsys blkio\n[ 0.321965] Initializing cgroup subsys perf_event\n[ 0.323179] Initializing cgroup subsys hugetlb\n[ 0.324352] Initializing cgroup subsys pids\n[ 0.325501] Initializing cgroup subsys net_prio\n[ 0.326756] CPU: Physical Processor ID: 0\n[ 0.328597] mce: CPU supports 10 MCE banks\n[ 0.329792] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.331118] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.332444] tlb_flushall_shift: 6\n[ 0.333644] Freeing SMP alternatives: 28k freed\n[ 0.337717] ACPI: Core revision 20130517\n[ 0.339221] ACPI: All ACPI Tables successfully acquired\n[ 0.340745] ftrace: allocating 25812 entries in 101 pages\n[ 0.363387] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.364966] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.366516] smpboot: Max logical packages: 2\n[ 0.367859] Enabling x2apic\n[ 0.368775] Enabled x2apic\n[ 0.369898] Switched APIC routing to physical x2apic.\n[ 0.372186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.374000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.377052] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.383948] KVM setup paravirtual spinlock\n[ 0.386061] smpboot: Booting Node 0, Processors #1 OK\n[ 0.387845] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.409848] Brought up 2 CPUs\n[ 0.409851] KVM setup async PF for cpu 1\n[ 0.409855] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.413041] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.415344] devtmpfs: initialized\n[ 0.417701] EVM: security.selinux\n[ 0.418700] EVM: security.ima\n[ 0.419628] EVM: security.capability\n[ 0.421199] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.422770] pinctrl core: initialized pinctrl subsystem\n[ 0.424134] NET: Registered protocol family 16\n[ 0.425490] ACPI: bus type PCI registered\n[ 0.426654] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.428138] PCI: Using configuration type 1 for base access\n[ 0.432664] ACPI: Added _OSI(Module Device)\n[ 0.433819] ACPI: Added _OSI(Processor Device)\n[ 0.434937] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.436081] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.438810] ACPI: Interpreter enabled\n[ 0.439829] ACPI: (supports S0 S5)\n[ 0.440779] ACPI: Using IOAPIC for interrupt routing\n[ 0.441963] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.445628] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.447010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.448756] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.450206] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.452875] acpiphp: Slot [3] registered\n[ 0.453931] acpiphp: Slot [4] registered\n[ 0.454975] acpiphp: Slot [5] registered\n[ 0.456015] acpiphp: Slot [6] registered\n[ 0.457053] acpiphp: Slot [7] registered\n[ 0.458086] acpiphp: Slot [8] registered\n[ 0.459122] acpiphp: Slot [9] registered\n[ 0.460156] acpiphp: Slot [10] registered\n[ 0.461199] acpiphp: Slot [11] registered\n[ 0.462253] acpiphp: Slot [12] registered\n[ 0.463303] acpiphp: Slot [13] registered\n[ 0.464356] acpiphp: Slot [14] registered\n[ 0.465408] acpiphp: Slot [15] registered\n[ 0.466466] acpiphp: Slot [16] registered\n[ 0.467513] acpiphp: Slot [17] registered\n[ 0.468558] acpiphp: Slot [18] registered\n[ 0.469612] acpiphp: Slot [19] registered\n[ 0.470669] acpiphp: Slot [20] registered\n[ 0.471720] acpiphp: Slot [21] registered\n[ 0.472761] acpiphp: Slot [22] registered\n[ 0.473805] acpiphp: Slot [23] registered\n[ 0.474851] acpiphp: Slot [24] registered\n[ 0.475899] acpiphp: Slot [25] registered\n[ 0.476946] acpiphp: Slot [26] registered\n[ 0.477995] acpiphp: Slot [27] registered\n[ 0.479042] acpiphp: Slot [28] registered\n[ 0.480088] acpiphp: Slot [29] registered\n[ 0.481133] acpiphp: Slot [30] registered\n[ 0.482179] acpiphp: Slot [31] registered\n[ 0.483217] PCI host bridge to bus 0000:00\n[ 0.484261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.485508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.486938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.488364] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.490295] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.497752] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.499256] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.500655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.502138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.509200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.511117] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.566140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.567884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.569536] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.571181] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.572863] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.574361] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.575768] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.577796] vgaarb: loaded\n[ 0.578633] vgaarb: bridge control possible 0000:00:02.0\n[ 0.579936] SCSI subsystem initialized\n[ 0.580962] ACPI: bus type USB registered\n[ 0.582011] usbcore: registered new interface driver usbfs\n[ 0.583269] usbcore: registered new interface driver hub\n[ 0.584506] usbcore: registered new device driver usb\n[ 0.585769] PCI: Using ACPI for IRQ routing\n[ 0.587024] NetLabel: Initializing\n[ 0.587980] NetLabel: domain hash size = 128\n[ 0.589061] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.590238] NetLabel: unlabeled traffic allowed by default\n[ 0.591562] Switched to clocksource kvm-clock\n[ 0.596389] pnp: PnP ACPI init\n[ 0.597332] ACPI: bus type PNP registered\n[ 0.598672] pnp: PnP ACPI: found 5 devices\n[ 0.599734] ACPI: bus type PNP unregistered\n[ 0.606789] NET: Registered protocol family 2\n[ 0.608117] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.610217] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.611923] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.613413] TCP: reno registered\n[ 0.614348] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.615718] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.617211] NET: Registered protocol family 1\n[ 0.618368] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.619717] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.621022] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.640872] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.660960] Unpacking initramfs...\n[ 1.066352] Freeing initrd memory: 37508k freed\n[ 1.075779] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.077292] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.086494] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.087955] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.089590] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.091006] Initialise system trusted keyring\n[ 1.092124] audit: initializing netlink socket (disabled)\n[ 1.093380] type=2000 audit(1536104552.348:1): initialized\n[ 1.109417] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.110873] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.113326] zpool: loaded\n[ 1.114188] zbud: loaded\n[ 1.115167] VFS: Disk quotas dquot_6.5.2\n[ 1.116231] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.117751] msgmni has been set to 7578\n[ 1.118823] Key type big_key registered\n[ 1.120322] NET: Registered protocol family 38\n[ 1.121495] Key type asymmetric registered\n[ 1.122557] Asymmetric key parser 'x509' registered\n[ 1.123749] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.125725] io scheduler noop registered\n[ 1.126772] io scheduler deadline registered (default)\n[ 1.127998] io scheduler cfq registered\n[ 1.129090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.140190] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.141735] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.143673] ACPI: Power Button [PWRF]\n[ 1.144747] GHES: HEST is not enabled!\n[ 1.145796] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.170118] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.171661] Non-volatile memory driver v1.3\n[ 1.172756] Linux agpgart interface v0.103\n[ 1.173891] crash memory driver: version 1.1\n[ 1.175023] rdac: device handler registered\n[ 1.176147] hp_sw: device handler registered\n[ 1.177241] emc: device handler registered\n[ 1.178307] alua: device handler registered\n[ 1.179395] libphy: Fixed MDIO Bus: probed\n[ 1.180486] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.181945] ehci-pci: EHCI PCI platform driver\n[ 1.183057] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.184421] ohci-pci: OHCI PCI platform driver\n[ 1.185535] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.205415] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.206695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.208643] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.209890] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.211239] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.212721] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.214629] usb usb1: Product: UHCI Host Controller\n[ 1.215868] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.217372] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.218584] hub 1-0:1.0: USB hub found\n[ 1.219616] hub 1-0:1.0: 2 ports detected\n[ 1.220760] usbcore: registered new interface driver usbserial\n[ 1.222119] usbcore: registered new interface driver usbserial_generic\n[ 1.223546] usbserial: USB Serial support registered for generic\n[ 1.224902] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.227525] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.228757] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.230069] mousedev: PS/2 mouse device common for all mice\n[ 1.231620] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.233970] rtc_cmos 00:00: RTC can wake from S4\n[ 1.235634] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.237783] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.239373] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.241487] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.242962] cpuidle: using governor menu\n[ 1.244070] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.245389] usbcore: registered new interface driver usbhid\n[ 1.246674] usbhid: USB HID core driver\n[ 1.247726] drop_monitor: Initializing network drop monitor service\n[ 1.249139] TCP: cubic registered\n[ 1.250096] Initializing XFRM netlink socket\n[ 1.251225] NET: Registered protocol family 10\n[ 1.252507] NET: Registered protocol family 17\n[ 1.253753] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.255286] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.256616] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.258827] Loading compiled-in X.509 certificates\n[ 1.260022] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.262320] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.264987] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.267259] registered taskstats version 1\n[ 1.269756] Key type trusted registered\n[ 1.272178] Key type encrypted registered\n[ 1.275040] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.277881] rtc_cmos 00:00: setting system clock to 2018-09-04 23:42:32 UTC (1536104552)\n[ 1.281918] Freeing unused kernel memory: 1680k freed\n[ 1.287235] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.295148] systemd[1]: Detected virtualization kvm.\n[ 1.296547] systemd[1]: Detected architecture x86-64.\n[ 1.297967] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.300744] systemd[1]: No hostname configured.\n[ 1.302065] systemd[1]: Set hostname to .\n[ 1.303512] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.326617] systemd[1]: Reached target Swap.\n[ 1.327907] systemd[1]: Starting Swap.\n[ 1.329158] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.331496] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.334716] systemd[1]: Reached target Paths.\n[ 1.335988] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.338180] systemd[1]: Reached target Local File Systems.\n[ 1.339632] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.342006] systemd[1]: Created slice Root Slice.\n[ 1.343362] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.345655] systemd[1]: Listening on udev Control Socket.\n[ 1.347118] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.349487] systemd[1]: Listening on udev Kernel Socket.\n[ 1.350914] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.353263] systemd[1]: Created slice System Slice.\n[ 1.354719] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.356878] systemd[1]: Reached target Slices.\n[ 1.358200] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Timers.\n[ 1.360245] systemd[1]: Reached target Timers.\n[ 1.361540] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.363695] systemd[1]: Listening on Journal Socket.\n[ 1.365087] systemd[1]: Starting Journal Socket.\n[ 1.366708] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.369267] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.373542] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.377058] systemd[1]: Reached target Sockets.\n[ 1.378386] systemd[1]: Starting Sockets.\n[ 1.379828] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.383654] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.387639] systemd[1]: Started Apply Kernel Variables.\n[ 1.389469] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 1.394871] systemd[1]: Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Journal Service.\n[ 1.397496] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.434862] RPC: Registered named UNIX socket transport module.\n[ 1.436222] RPC: Registered udp transport module.\n[ 1.437379] RPC: Registered tcp transport module.\n[ 1.438525] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.522583] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.539213] FDC 0 is a S82078B\n[ 1.555374] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.594908] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.599525] scsi host0: ata_piix\n[ 1.601010] scsi host1: ata_piix\n[ 1.602067] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.602746] vda: vda1\n[ 1.604360] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.674008] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.676203] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.678242] usb 1-1: Product: QEMU USB Tablet\n[ 1.679651] usb 1-1: Manufacturer: QEMU\n[ 1.680972] usb 1-1: SerialNumber: 42\n[ 1.691223] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.694312] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.779176] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.781544] XFS (vda1): Mounting V4 Filesystem\n[ 1.861413] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.086460] systemd-journald[124]: Received SIGTERM from PID 1 (systemd).\n[ 2.088417] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.165489] SELinux: Disabled at runtime.\n[ 2.201571] type=1404 audit(1536104553.423:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.236723] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.238106] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Swap.\n Mounting Huge Pages File System...\n Mounting Debug File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Create list of required st... nodes for the current kernel...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 2.578350] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 2.633949] systemd-journald[392]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Found device /dev/ttyS0.\n[ 2.969460] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 2.974973] [drm] Initialized drm 1.1.0 20060810\n[ 2.991008] AES CTR mode by8 optimization enabled\n[ 2.994573] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.001151] ppdev: user-space parallel port driver\n[ 3.004579] alg: No test for crc32 (crc32-pclmul)\n[ 3.033200] intel_rapl: no valid rapl domains found in package 0\n[ 3.035586] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.037116] [TTM] Initializing pool allocator\n[ 3.038446] [TTM] Initializing DMA pool allocator\n[ 3.039943] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.040292] [drm] fb mappable at 0xFC000000\n[ 3.040293] [drm] vram aper at 0xFC000000\n[ 3.040293] [drm] size 33554432\n[ 3.040294] [drm] fb depth is 24\n[ 3.040294] [drm] pitch is 3072\n[ 3.046683] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.079323] intel_rapl: no valid rapl domains found in package 0\n[ 3.090927] intel_powerclamp: No package C-state available\n[ 3.090929] Console: switching to colour frame buffer device 128x48\n[ 3.104673] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.095648] intel_powerclamp: No package C-state available[ 3.108620] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[ 3.112521] type=1305 audit(1536104554.333:3): audit_pid=433 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n Starting NTP client/server...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.513903] cloud-init[519]: Cloud-init v. 0.7.5 running 'init-local' at Tue, 04 Sep 2018 23:42:35 +0000. Up 3.47 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting OpenSSH server daemon...\n Starting Notify NFS peers of a restart...\n Starting PostgreSQL 9.5 database server...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.732348] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Tue, 04 Sep 2018 23:42:37 +0000. Up 5.68 seconds.\n[ 5.750094] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.752277] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.754209] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.758718] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.766377] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.772330] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.6 | 255.255.255.0 | fa:16:3e:c7:3c:82 |\n[ 5.780283] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.788291] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.793845] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.813063] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.815242] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.817374] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.819489] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.821596] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.824053] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n---------------+---------------+-----------------+------[[32m OK [0m] Started Postfix Mail Transport Agent.\n"} 2018-09-04 23:42:39,333 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864/action used request id req-04a58954-4a68-42e2-af05-30a13230a266 2018-09-04 23:42:39,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 3.17584514618s 2018-09-04 23:42:39,334 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864/action used request id req-04a58954-4a68-42e2-af05-30a13230a266 2018-09-04 23:42:39,334 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1969396539 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.303626] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.305790] pid_max: default: 32768 minimum: 301 [ 0.306958] Security Framework initialized [ 0.308033] SELinux: Initializing. [ 0.309605] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.312801] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.314638] Mount-cache hash table entries: 4096 [ 0.316003] Initializing cgroup subsys memory [ 0.317192] Initializing cgroup subsys devices [ 0.318392] Initializing cgroup subsys freezer [ 0.319583] Initializing cgroup subsys net_cls [ 0.320800] Initializing cgroup subsys blkio [ 0.321965] Initializing cgroup subsys perf_event [ 0.323179] Initializing cgroup subsys hugetlb [ 0.324352] Initializing cgroup subsys pids [ 0.325501] Initializing cgroup subsys net_prio [ 0.326756] CPU: Physical Processor ID: 0 [ 0.328597] mce: CPU supports 10 MCE banks [ 0.329792] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.331118] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.332444] tlb_flushall_shift: 6 [ 0.333644] Freeing SMP alternatives: 28k freed [ 0.337717] ACPI: Core revision 20130517 [ 0.339221] ACPI: All ACPI Tables successfully acquired [ 0.340745] ftrace: allocating 25812 entries in 101 pages [ 0.363387] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.364966] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.366516] smpboot: Max logical packages: 2 [ 0.367859] Enabling x2apic [ 0.368775] Enabled x2apic [ 0.369898] Switched APIC routing to physical x2apic. [ 0.372186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.374000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.377052] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.383948] KVM setup paravirtual spinlock [ 0.386061] smpboot: Booting Node 0, Processors #1 OK [ 0.387845] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.409848] Brought up 2 CPUs [ 0.409851] KVM setup async PF for cpu 1 [ 0.409855] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.413041] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.415344] devtmpfs: initialized [ 0.417701] EVM: security.selinux [ 0.418700] EVM: security.ima [ 0.419628] EVM: security.capability [ 0.421199] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.422770] pinctrl core: initialized pinctrl subsystem [ 0.424134] NET: Registered protocol family 16 [ 0.425490] ACPI: bus type PCI registered [ 0.426654] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.428138] PCI: Using configuration type 1 for base access [ 0.432664] ACPI: Added _OSI(Module Device) [ 0.433819] ACPI: Added _OSI(Processor Device) [ 0.434937] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.436081] ACPI: Added _OSI(Processor Aggregator Device) [ 0.438810] ACPI: Interpreter enabled [ 0.439829] ACPI: (supports S0 S5) [ 0.440779] ACPI: Using IOAPIC for interrupt routing [ 0.441963] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.445628] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.447010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.448756] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.450206] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.452875] acpiphp: Slot [3] registered [ 0.453931] acpiphp: Slot [4] registered [ 0.454975] acpiphp: Slot [5] registered [ 0.456015] acpiphp: Slot [6] registered [ 0.457053] acpiphp: Slot [7] registered [ 0.458086] acpiphp: Slot [8] registered [ 0.459122] acpiphp: Slot [9] registered [ 0.460156] acpiphp: Slot [10] registered [ 0.461199] acpiphp: Slot [11] registered [ 0.462253] acpiphp: Slot [12] registered [ 0.463303] acpiphp: Slot [13] registered [ 0.464356] acpiphp: Slot [14] registered [ 0.465408] acpiphp: Slot [15] registered [ 0.466466] acpiphp: Slot [16] registered [ 0.467513] acpiphp: Slot [17] registered [ 0.468558] acpiphp: Slot [18] registered [ 0.469612] acpiphp: Slot [19] registered [ 0.470669] acpiphp: Slot [20] registered [ 0.471720] acpiphp: Slot [21] registered [ 0.472761] acpiphp: Slot [22] registered [ 0.473805] acpiphp: Slot [23] registered [ 0.474851] acpiphp: Slot [24] registered [ 0.475899] acpiphp: Slot [25] registered [ 0.476946] acpiphp: Slot [26] registered [ 0.477995] acpiphp: Slot [27] registered [ 0.479042] acpiphp: Slot [28] registered [ 0.480088] acpiphp: Slot [29] registered [ 0.481133] acpiphp: Slot [30] registered [ 0.482179] acpiphp: Slot [31] registered [ 0.483217] PCI host bridge to bus 0000:00 [ 0.484261] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.485508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.486938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.488364] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.490295] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.497752] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.499256] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.500655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.502138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.509200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.511117] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.566140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.567884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.569536] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.571181] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.572863] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.574361] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.575768] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.577796] vgaarb: loaded [ 0.578633] vgaarb: bridge control possible 0000:00:02.0 [ 0.579936] SCSI subsystem initialized [ 0.580962] ACPI: bus type USB registered [ 0.582011] usbcore: registered new interface driver usbfs [ 0.583269] usbcore: registered new interface driver hub [ 0.584506] usbcore: registered new device driver usb [ 0.585769] PCI: Using ACPI for IRQ routing [ 0.587024] NetLabel: Initializing [ 0.587980] NetLabel: domain hash size = 128 [ 0.589061] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.590238] NetLabel: unlabeled traffic allowed by default [ 0.591562] Switched to clocksource kvm-clock [ 0.596389] pnp: PnP ACPI init [ 0.597332] ACPI: bus type PNP registered [ 0.598672] pnp: PnP ACPI: found 5 devices [ 0.599734] ACPI: bus type PNP unregistered [ 0.606789] NET: Registered protocol family 2 [ 0.608117] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.610217] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.611923] TCP: Hash tables configured (established 32768 bind 32768) [ 0.613413] TCP: reno registered [ 0.614348] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.615718] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.617211] NET: Registered protocol family 1 [ 0.618368] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.619717] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.621022] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.640872] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.660960] Unpacking initramfs... [ 1.066352] Freeing initrd memory: 37508k freed [ 1.075779] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.077292] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.086494] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.087955] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.089590] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.091006] Initialise system trusted keyring [ 1.092124] audit: initializing netlink socket (disabled) [ 1.093380] type=2000 audit(1536104552.348:1): initialized [ 1.109417] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.110873] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.113326] zpool: loaded [ 1.114188] zbud: loaded [ 1.115167] VFS: Disk quotas dquot_6.5.2 [ 1.116231] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.117751] msgmni has been set to 7578 [ 1.118823] Key type big_key registered [ 1.120322] NET: Registered protocol family 38 [ 1.121495] Key type asymmetric registered [ 1.122557] Asymmetric key parser 'x509' registered [ 1.123749] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.125725] io scheduler noop registered [ 1.126772] io scheduler deadline registered (default) [ 1.127998] io scheduler cfq registered [ 1.129090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.140190] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.141735] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.143673] ACPI: Power Button [PWRF] [ 1.144747] GHES: HEST is not enabled! [ 1.145796] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.170118] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.171661] Non-volatile memory driver v1.3 [ 1.172756] Linux agpgart interface v0.103 [ 1.173891] crash memory driver: version 1.1 [ 1.175023] rdac: device handler registered [ 1.176147] hp_sw: device handler registered [ 1.177241] emc: device handler registered [ 1.178307] alua: device handler registered [ 1.179395] libphy: Fixed MDIO Bus: probed [ 1.180486] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.181945] ehci-pci: EHCI PCI platform driver [ 1.183057] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.184421] ohci-pci: OHCI PCI platform driver [ 1.185535] uhci_hcd: USB Universal Host Controller Interface driver [ 1.205415] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.206695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.208643] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.209890] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.211239] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.212721] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.214629] usb usb1: Product: UHCI Host Controller [ 1.215868] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.217372] usb usb1: SerialNumber: 0000:00:01.2 [ 1.218584] hub 1-0:1.0: USB hub found [ 1.219616] hub 1-0:1.0: 2 ports detected [ 1.220760] usbcore: registered new interface driver usbserial [ 1.222119] usbcore: registered new interface driver usbserial_generic [ 1.223546] usbserial: USB Serial support registered for generic [ 1.224902] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.227525] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.228757] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.230069] mousedev: PS/2 mouse device common for all mice [ 1.231620] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.233970] rtc_cmos 00:00: RTC can wake from S4 [ 1.235634] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.237783] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.239373] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.241487] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.242962] cpuidle: using governor menu [ 1.244070] hidraw: raw HID events driver (C) Jiri Kosina [ 1.245389] usbcore: registered new interface driver usbhid [ 1.246674] usbhid: USB HID core driver [ 1.247726] drop_monitor: Initializing network drop monitor service [ 1.249139] TCP: cubic registered [ 1.250096] Initializing XFRM netlink socket [ 1.251225] NET: Registered protocol family 10 [ 1.252507] NET: Registered protocol family 17 [ 1.253753] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.255286] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.256616] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.258827] Loading compiled-in X.509 certificates [ 1.260022] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.262320] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.264987] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.267259] registered taskstats version 1 [ 1.269756] Key type trusted registered [ 1.272178] Key type encrypted registered [ 1.275040] IMA: No TPM chip found, activating TPM-bypass! [ 1.277881] rtc_cmos 00:00: setting system clock to 2018-09-04 23:42:32 UTC (1536104552) [ 1.281918] Freeing unused kernel memory: 1680k freed [ 1.287235] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.295148] systemd[1]: Detected virtualization kvm. [ 1.296547] systemd[1]: Detected architecture x86-64. [ 1.297967] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.300744] systemd[1]: No hostname configured. [ 1.302065] systemd[1]: Set hostname to . [ 1.303512] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.326617] systemd[1]: Reached target Swap. [ 1.327907] systemd[1]: Starting Swap. [ 1.329158] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.331496] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.334716] systemd[1]: Reached target Paths. [ 1.335988] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.338180] systemd[1]: Reached target Local File Systems. [ 1.339632] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.342006] systemd[1]: Created slice Root Slice. [ 1.343362] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.345655] systemd[1]: Listening on udev Control Socket. [ 1.347118] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.349487] systemd[1]: Listening on udev Kernel Socket. [ 1.350914] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.353263] systemd[1]: Created slice System Slice. [ 1.354719] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.356878] systemd[1]: Reached target Slices. [ 1.358200] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Timers. [ 1.360245] systemd[1]: Reached target Timers. [ 1.361540] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.363695] systemd[1]: Listening on Journal Socket. [ 1.365087] systemd[1]: Starting Journal Socket. [ 1.366708] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.369267] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.373542] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.377058] systemd[1]: Reached target Sockets. [ 1.378386] systemd[1]: Starting Sockets. [ 1.379828] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.383654] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.387639] systemd[1]: Started Apply Kernel Variables. [ 1.389469] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 1.394871] systemd[1]: Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Journal Service. [ 1.397496] systemd[1]: Started Journal Service. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.434862] RPC: Registered named UNIX socket transport module. [ 1.436222] RPC: Registered udp transport module. [ 1.437379] RPC: Registered tcp transport module. [ 1.438525] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.522583] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.539213] FDC 0 is a S82078B [ 1.555374] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.594908] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.599525] scsi host0: ata_piix [ 1.601010] scsi host1: ata_piix [ 1.602067] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.602746] vda: vda1 [ 1.604360] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.674008] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.676203] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.678242] usb 1-1: Product: QEMU USB Tablet [ 1.679651] usb 1-1: Manufacturer: QEMU [ 1.680972] usb 1-1: SerialNumber: 42 [ 1.691223] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.694312] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.779176] SGI XFS with ACLs, security attributes, no debug enabled [ 1.781544] XFS (vda1): Mounting V4 Filesystem [ 1.861413] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.086460] systemd-journald[124]: Received SIGTERM from PID 1 (systemd). [ 2.088417] tsc: Refined TSC clocksource calibration: 3491.913 MHz [ 2.165489] SELinux: Disabled at runtime. [ 2.201571] type=1404 audit(1536104553.423:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.236723] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.238106] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Swap. Mounting Huge Pages File System... Mounting Debug File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on udev Control Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Starting Create list of required st... nodes for the current kernel... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 2.578350] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 2.633949] systemd-journald[392]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. [[32m OK [0m] Started udev Kernel Device Manager. Starting Security Auditing Service... [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Found device /dev/ttyS0. [ 2.969460] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 2.974973] [drm] Initialized drm 1.1.0 20060810 [ 2.991008] AES CTR mode by8 optimization enabled [ 2.994573] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.001151] ppdev: user-space parallel port driver [ 3.004579] alg: No test for crc32 (crc32-pclmul) [ 3.033200] intel_rapl: no valid rapl domains found in package 0 [ 3.035586] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.037116] [TTM] Initializing pool allocator [ 3.038446] [TTM] Initializing DMA pool allocator [ 3.039943] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.040292] [drm] fb mappable at 0xFC000000 [ 3.040293] [drm] vram aper at 0xFC000000 [ 3.040293] [drm] size 33554432 [ 3.040294] [drm] fb depth is 24 [ 3.040294] [drm] pitch is 3072 [ 3.046683] fbcon: cirrusdrmfb (fb0) is primary device [ 3.079323] intel_rapl: no valid rapl domains found in package 0 [ 3.090927] intel_powerclamp: No package C-state available [ 3.090929] Console: switching to colour frame buffer device 128x48 [ 3.104673] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.095648] intel_powerclamp: No package C-state available[ 3.108620] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [ 3.112521] type=1305 audit(1536104554.333:3): audit_pid=433 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... Starting Login Service... Starting NTP client/server... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.513903] cloud-init[519]: Cloud-init v. 0.7.5 running 'init-local' at Tue, 04 Sep 2018 23:42:35 +0000. Up 3.47 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting OpenSSH server daemon... Starting Notify NFS peers of a restart... Starting PostgreSQL 9.5 database server... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.732348] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Tue, 04 Sep 2018 23:42:37 +0000. Up 5.68 seconds. [ 5.750094] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.752277] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.754209] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.758718] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.766377] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.772330] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.6 | 255.255.255.0 | fa:16:3e:c7:3c:82 | [ 5.780283] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.788291] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.793845] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.813063] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.815242] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.817374] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.819489] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.821596] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.824053] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ---------------+---------------+-----------------+------[[32m OK [0m] Started Postfix Mail Transport Agent. 2018-09-04 23:42:39,340 - paramiko.transport - DEBUG - starting thread (client mode): 0x79744810L 2018-09-04 23:42:39,340 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 23:42:39,354 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-09-04 23:42:39,354 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-09-04 23:42:39,378 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 23:42:39,379 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 23:42:39,379 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 23:42:39,379 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 23:42:39,379 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 23:42:39,379 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 23:42:39,390 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 23:42:39,391 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 23:42:39,404 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.207: 4c1f7c71f5a98b8370f02ab218eae423 2018-09-04 23:42:39,405 - paramiko.transport - DEBUG - Trying key 36da427a6099731cd0c5a7ae56857e99 from /tmp/tmpiwppv_ 2018-09-04 23:42:39,433 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 23:42:39,468 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-09-04 23:42:39,472 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-09-04 23:42:39,474 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 23:42:39,490 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-09-04 23:42:39,504 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.207: Authentication failed. 2018-09-04 23:42:48,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 23:42:48,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 23:42:49,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:42:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ff19774-8ac1-4ab5-9310-8e4aae72d313 x-compute-request-id: req-3ff19774-8ac1-4ab5-9310-8e4aae72d313 Content-Encoding: gzip Content-Length: 12761 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe1223 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1969396539 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.303626] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.305790] pid_max: default: 32768 minimum: 301\n[ 0.306958] Security Framework initialized\n[ 0.308033] SELinux: Initializing.\n[ 0.309605] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.312801] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.314638] Mount-cache hash table entries: 4096\n[ 0.316003] Initializing cgroup subsys memory\n[ 0.317192] Initializing cgroup subsys devices\n[ 0.318392] Initializing cgroup subsys freezer\n[ 0.319583] Initializing cgroup subsys net_cls\n[ 0.320800] Initializing cgroup subsys blkio\n[ 0.321965] Initializing cgroup subsys perf_event\n[ 0.323179] Initializing cgroup subsys hugetlb\n[ 0.324352] Initializing cgroup subsys pids\n[ 0.325501] Initializing cgroup subsys net_prio\n[ 0.326756] CPU: Physical Processor ID: 0\n[ 0.328597] mce: CPU supports 10 MCE banks\n[ 0.329792] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.331118] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.332444] tlb_flushall_shift: 6\n[ 0.333644] Freeing SMP alternatives: 28k freed\n[ 0.337717] ACPI: Core revision 20130517\n[ 0.339221] ACPI: All ACPI Tables successfully acquired\n[ 0.340745] ftrace: allocating 25812 entries in 101 pages\n[ 0.363387] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.364966] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.366516] smpboot: Max logical packages: 2\n[ 0.367859] Enabling x2apic\n[ 0.368775] Enabled x2apic\n[ 0.369898] Switched APIC routing to physical x2apic.\n[ 0.372186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.374000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.377052] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.383948] KVM setup paravirtual spinlock\n[ 0.386061] smpboot: Booting Node 0, Processors #1 OK\n[ 0.387845] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.409848] Brought up 2 CPUs\n[ 0.409851] KVM setup async PF for cpu 1\n[ 0.409855] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.413041] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.415344] devtmpfs: initialized\n[ 0.417701] EVM: security.selinux\n[ 0.418700] EVM: security.ima\n[ 0.419628] EVM: security.capability\n[ 0.421199] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.422770] pinctrl core: initialized pinctrl subsystem\n[ 0.424134] NET: Registered protocol family 16\n[ 0.425490] ACPI: bus type PCI registered\n[ 0.426654] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.428138] PCI: Using configuration type 1 for base access\n[ 0.432664] ACPI: Added _OSI(Module Device)\n[ 0.433819] ACPI: Added _OSI(Processor Device)\n[ 0.434937] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.436081] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.438810] ACPI: Interpreter enabled\n[ 0.439829] ACPI: (supports S0 S5)\n[ 0.440779] ACPI: Using IOAPIC for interrupt routing\n[ 0.441963] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.445628] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.447010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.448756] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.450206] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.452875] acpiphp: Slot [3] registered\n[ 0.453931] acpiphp: Slot [4] registered\n[ 0.454975] acpiphp: Slot [5] registered\n[ 0.456015] acpiphp: Slot [6] registered\n[ 0.457053] acpiphp: Slot [7] registered\n[ 0.458086] acpiphp: Slot [8] registered\n[ 0.459122] acpiphp: Slot [9] registered\n[ 0.460156] acpiphp: Slot [10] registered\n[ 0.461199] acpiphp: Slot [11] registered\n[ 0.462253] acpiphp: Slot [12] registered\n[ 0.463303] acpiphp: Slot [13] registered\n[ 0.464356] acpiphp: Slot [14] registered\n[ 0.465408] acpiphp: Slot [15] registered\n[ 0.466466] acpiphp: Slot [16] registered\n[ 0.467513] acpiphp: Slot [17] registered\n[ 0.468558] acpiphp: Slot [18] registered\n[ 0.469612] acpiphp: Slot [19] registered\n[ 0.470669] acpiphp: Slot [20] registered\n[ 0.471720] acpiphp: Slot [21] registered\n[ 0.472761] acpiphp: Slot [22] registered\n[ 0.473805] acpiphp: Slot [23] registered\n[ 0.474851] acpiphp: Slot [24] registered\n[ 0.475899] acpiphp: Slot [25] registered\n[ 0.476946] acpiphp: Slot [26] registered\n[ 0.477995] acpiphp: Slot [27] registered\n[ 0.479042] acpiphp: Slot [28] registered\n[ 0.480088] acpiphp: Slot [29] registered\n[ 0.481133] acpiphp: Slot [30] registered\n[ 0.482179] acpiphp: Slot [31] registered\n[ 0.483217] PCI host bridge to bus 0000:00\n[ 0.484261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.485508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.486938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.488364] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.490295] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.497752] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.499256] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.500655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.502138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.509200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.511117] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.566140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.567884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.569536] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.571181] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.572863] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.574361] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.575768] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.577796] vgaarb: loaded\n[ 0.578633] vgaarb: bridge control possible 0000:00:02.0\n[ 0.579936] SCSI subsystem initialized\n[ 0.580962] ACPI: bus type USB registered\n[ 0.582011] usbcore: registered new interface driver usbfs\n[ 0.583269] usbcore: registered new interface driver hub\n[ 0.584506] usbcore: registered new device driver usb\n[ 0.585769] PCI: Using ACPI for IRQ routing\n[ 0.587024] NetLabel: Initializing\n[ 0.587980] NetLabel: domain hash size = 128\n[ 0.589061] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.590238] NetLabel: unlabeled traffic allowed by default\n[ 0.591562] Switched to clocksource kvm-clock\n[ 0.596389] pnp: PnP ACPI init\n[ 0.597332] ACPI: bus type PNP registered\n[ 0.598672] pnp: PnP ACPI: found 5 devices\n[ 0.599734] ACPI: bus type PNP unregistered\n[ 0.606789] NET: Registered protocol family 2\n[ 0.608117] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.610217] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.611923] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.613413] TCP: reno registered\n[ 0.614348] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.615718] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.617211] NET: Registered protocol family 1\n[ 0.618368] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.619717] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.621022] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.640872] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.660960] Unpacking initramfs...\n[ 1.066352] Freeing initrd memory: 37508k freed\n[ 1.075779] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.077292] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.086494] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.087955] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.089590] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.091006] Initialise system trusted keyring\n[ 1.092124] audit: initializing netlink socket (disabled)\n[ 1.093380] type=2000 audit(1536104552.348:1): initialized\n[ 1.109417] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.110873] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.113326] zpool: loaded\n[ 1.114188] zbud: loaded\n[ 1.115167] VFS: Disk quotas dquot_6.5.2\n[ 1.116231] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.117751] msgmni has been set to 7578\n[ 1.118823] Key type big_key registered\n[ 1.120322] NET: Registered protocol family 38\n[ 1.121495] Key type asymmetric registered\n[ 1.122557] Asymmetric key parser 'x509' registered\n[ 1.123749] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.125725] io scheduler noop registered\n[ 1.126772] io scheduler deadline registered (default)\n[ 1.127998] io scheduler cfq registered\n[ 1.129090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.140190] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.141735] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.143673] ACPI: Power Button [PWRF]\n[ 1.144747] GHES: HEST is not enabled!\n[ 1.145796] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.170118] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.171661] Non-volatile memory driver v1.3\n[ 1.172756] Linux agpgart interface v0.103\n[ 1.173891] crash memory driver: version 1.1\n[ 1.175023] rdac: device handler registered\n[ 1.176147] hp_sw: device handler registered\n[ 1.177241] emc: device handler registered\n[ 1.178307] alua: device handler registered\n[ 1.179395] libphy: Fixed MDIO Bus: probed\n[ 1.180486] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.181945] ehci-pci: EHCI PCI platform driver\n[ 1.183057] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.184421] ohci-pci: OHCI PCI platform driver\n[ 1.185535] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.205415] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.206695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.208643] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.209890] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.211239] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.212721] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.214629] usb usb1: Product: UHCI Host Controller\n[ 1.215868] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.217372] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.218584] hub 1-0:1.0: USB hub found\n[ 1.219616] hub 1-0:1.0: 2 ports detected\n[ 1.220760] usbcore: registered new interface driver usbserial\n[ 1.222119] usbcore: registered new interface driver usbserial_generic\n[ 1.223546] usbserial: USB Serial support registered for generic\n[ 1.224902] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.227525] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.228757] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.230069] mousedev: PS/2 mouse device common for all mice\n[ 1.231620] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.233970] rtc_cmos 00:00: RTC can wake from S4\n[ 1.235634] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.237783] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.239373] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.241487] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.242962] cpuidle: using governor menu\n[ 1.244070] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.245389] usbcore: registered new interface driver usbhid\n[ 1.246674] usbhid: USB HID core driver\n[ 1.247726] drop_monitor: Initializing network drop monitor service\n[ 1.249139] TCP: cubic registered\n[ 1.250096] Initializing XFRM netlink socket\n[ 1.251225] NET: Registered protocol family 10\n[ 1.252507] NET: Registered protocol family 17\n[ 1.253753] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.255286] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.256616] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.258827] Loading compiled-in X.509 certificates\n[ 1.260022] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.262320] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.264987] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.267259] registered taskstats version 1\n[ 1.269756] Key type trusted registered\n[ 1.272178] Key type encrypted registered\n[ 1.275040] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.277881] rtc_cmos 00:00: setting system clock to 2018-09-04 23:42:32 UTC (1536104552)\n[ 1.281918] Freeing unused kernel memory: 1680k freed\n[ 1.287235] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.295148] systemd[1]: Detected virtualization kvm.\n[ 1.296547] systemd[1]: Detected architecture x86-64.\n[ 1.297967] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.300744] systemd[1]: No hostname configured.\n[ 1.302065] systemd[1]: Set hostname to .\n[ 1.303512] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.326617] systemd[1]: Reached target Swap.\n[ 1.327907] systemd[1]: Starting Swap.\n[ 1.329158] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.331496] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.334716] systemd[1]: Reached target Paths.\n[ 1.335988] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.338180] systemd[1]: Reached target Local File Systems.\n[ 1.339632] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.342006] systemd[1]: Created slice Root Slice.\n[ 1.343362] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.345655] systemd[1]: Listening on udev Control Socket.\n[ 1.347118] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.349487] systemd[1]: Listening on udev Kernel Socket.\n[ 1.350914] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.353263] systemd[1]: Created slice System Slice.\n[ 1.354719] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.356878] systemd[1]: Reached target Slices.\n[ 1.358200] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Timers.\n[ 1.360245] systemd[1]: Reached target Timers.\n[ 1.361540] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.363695] systemd[1]: Listening on Journal Socket.\n[ 1.365087] systemd[1]: Starting Journal Socket.\n[ 1.366708] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.369267] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.373542] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.377058] systemd[1]: Reached target Sockets.\n[ 1.378386] systemd[1]: Starting Sockets.\n[ 1.379828] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.383654] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.387639] systemd[1]: Started Apply Kernel Variables.\n[ 1.389469] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 1.394871] systemd[1]: Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Journal Service.\n[ 1.397496] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.434862] RPC: Registered named UNIX socket transport module.\n[ 1.436222] RPC: Registered udp transport module.\n[ 1.437379] RPC: Registered tcp transport module.\n[ 1.438525] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.522583] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.539213] FDC 0 is a S82078B\n[ 1.555374] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.594908] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.599525] scsi host0: ata_piix\n[ 1.601010] scsi host1: ata_piix\n[ 1.602067] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.602746] vda: vda1\n[ 1.604360] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.674008] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.676203] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.678242] usb 1-1: Product: QEMU USB Tablet\n[ 1.679651] usb 1-1: Manufacturer: QEMU\n[ 1.680972] usb 1-1: SerialNumber: 42\n[ 1.691223] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.694312] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.779176] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.781544] XFS (vda1): Mounting V4 Filesystem\n[ 1.861413] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.086460] systemd-journald[124]: Received SIGTERM from PID 1 (systemd).\n[ 2.088417] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.165489] SELinux: Disabled at runtime.\n[ 2.201571] type=1404 audit(1536104553.423:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.236723] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.238106] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Swap.\n Mounting Huge Pages File System...\n Mounting Debug File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Create list of required st... nodes for the current kernel...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 2.578350] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 2.633949] systemd-journald[392]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Found device /dev/ttyS0.\n[ 2.969460] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 2.974973] [drm] Initialized drm 1.1.0 20060810\n[ 2.991008] AES CTR mode by8 optimization enabled\n[ 2.994573] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.001151] ppdev: user-space parallel port driver\n[ 3.004579] alg: No test for crc32 (crc32-pclmul)\n[ 3.033200] intel_rapl: no valid rapl domains found in package 0\n[ 3.035586] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.037116] [TTM] Initializing pool allocator\n[ 3.038446] [TTM] Initializing DMA pool allocator\n[ 3.039943] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.040292] [drm] fb mappable at 0xFC000000\n[ 3.040293] [drm] vram aper at 0xFC000000\n[ 3.040293] [drm] size 33554432\n[ 3.040294] [drm] fb depth is 24\n[ 3.040294] [drm] pitch is 3072\n[ 3.046683] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.079323] intel_rapl: no valid rapl domains found in package 0\n[ 3.090927] intel_powerclamp: No package C-state available\n[ 3.090929] Console: switching to colour frame buffer device 128x48\n[ 3.104673] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.095648] intel_powerclamp: No package C-state available[ 3.108620] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[ 3.112521] type=1305 audit(1536104554.333:3): audit_pid=433 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n Starting NTP client/server...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.513903] cloud-init[519]: Cloud-init v. 0.7.5 running 'init-local' at Tue, 04 Sep 2018 23:42:35 +0000. Up 3.47 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting OpenSSH server daemon...\n Starting Notify NFS peers of a restart...\n Starting PostgreSQL 9.5 database server...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.732348] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Tue, 04 Sep 2018 23:42:37 +0000. Up 5.68 seconds.\n[ 5.750094] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.752277] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.754209] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.758718] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.766377] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.772330] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.6 | 255.255.255.0 | fa:16:3e:c7:3c:82 |\n[ 5.780283] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.788291] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.793845] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.813063] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.815242] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.817374] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.819489] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.821596] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.824053] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n---------------+---------------+-----------------+------[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 8.981915] cloud-init[3120]: Cloud-init v. 0.7.5 running 'modules:config' at Tue, 04 Sep 2018 23:42:40 +0000. Up 8.92 seconds.\n[ 9.886148] cloud-init[3210]: Cloud-init v. 0.7.5 running 'modules:final' at Tue, 04 Sep 2018 23:42:41 +0000. Up 9.82 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 36:da:42:7a:60:99:73:1c:d0:c5:a7:ae:56:85:7e:99 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 9.943894] cloud-init[3210]: Cloud-init v. 0.7.5 finished at Tue, 04 Sep 2018 23:42:41 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 9.92 seconds\n-----+---"} 2018-09-04 23:42:49,685 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864/action used request id req-3ff19774-8ac1-4ab5-9310-8e4aae72d313 2018-09-04 23:42:49,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.17090320587s 2018-09-04 23:42:49,687 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864/action used request id req-3ff19774-8ac1-4ab5-9310-8e4aae72d313 2018-09-04 23:42:49,687 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1969396539 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.303626] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.305790] pid_max: default: 32768 minimum: 301 [ 0.306958] Security Framework initialized [ 0.308033] SELinux: Initializing. [ 0.309605] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.312801] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.314638] Mount-cache hash table entries: 4096 [ 0.316003] Initializing cgroup subsys memory [ 0.317192] Initializing cgroup subsys devices [ 0.318392] Initializing cgroup subsys freezer [ 0.319583] Initializing cgroup subsys net_cls [ 0.320800] Initializing cgroup subsys blkio [ 0.321965] Initializing cgroup subsys perf_event [ 0.323179] Initializing cgroup subsys hugetlb [ 0.324352] Initializing cgroup subsys pids [ 0.325501] Initializing cgroup subsys net_prio [ 0.326756] CPU: Physical Processor ID: 0 [ 0.328597] mce: CPU supports 10 MCE banks [ 0.329792] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.331118] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.332444] tlb_flushall_shift: 6 [ 0.333644] Freeing SMP alternatives: 28k freed [ 0.337717] ACPI: Core revision 20130517 [ 0.339221] ACPI: All ACPI Tables successfully acquired [ 0.340745] ftrace: allocating 25812 entries in 101 pages [ 0.363387] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.364966] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.366516] smpboot: Max logical packages: 2 [ 0.367859] Enabling x2apic [ 0.368775] Enabled x2apic [ 0.369898] Switched APIC routing to physical x2apic. [ 0.372186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.374000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.377052] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.383948] KVM setup paravirtual spinlock [ 0.386061] smpboot: Booting Node 0, Processors #1 OK [ 0.387845] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.409848] Brought up 2 CPUs [ 0.409851] KVM setup async PF for cpu 1 [ 0.409855] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.413041] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.415344] devtmpfs: initialized [ 0.417701] EVM: security.selinux [ 0.418700] EVM: security.ima [ 0.419628] EVM: security.capability [ 0.421199] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.422770] pinctrl core: initialized pinctrl subsystem [ 0.424134] NET: Registered protocol family 16 [ 0.425490] ACPI: bus type PCI registered [ 0.426654] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.428138] PCI: Using configuration type 1 for base access [ 0.432664] ACPI: Added _OSI(Module Device) [ 0.433819] ACPI: Added _OSI(Processor Device) [ 0.434937] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.436081] ACPI: Added _OSI(Processor Aggregator Device) [ 0.438810] ACPI: Interpreter enabled [ 0.439829] ACPI: (supports S0 S5) [ 0.440779] ACPI: Using IOAPIC for interrupt routing [ 0.441963] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.445628] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.447010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.448756] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.450206] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.452875] acpiphp: Slot [3] registered [ 0.453931] acpiphp: Slot [4] registered [ 0.454975] acpiphp: Slot [5] registered [ 0.456015] acpiphp: Slot [6] registered [ 0.457053] acpiphp: Slot [7] registered [ 0.458086] acpiphp: Slot [8] registered [ 0.459122] acpiphp: Slot [9] registered [ 0.460156] acpiphp: Slot [10] registered [ 0.461199] acpiphp: Slot [11] registered [ 0.462253] acpiphp: Slot [12] registered [ 0.463303] acpiphp: Slot [13] registered [ 0.464356] acpiphp: Slot [14] registered [ 0.465408] acpiphp: Slot [15] registered [ 0.466466] acpiphp: Slot [16] registered [ 0.467513] acpiphp: Slot [17] registered [ 0.468558] acpiphp: Slot [18] registered [ 0.469612] acpiphp: Slot [19] registered [ 0.470669] acpiphp: Slot [20] registered [ 0.471720] acpiphp: Slot [21] registered [ 0.472761] acpiphp: Slot [22] registered [ 0.473805] acpiphp: Slot [23] registered [ 0.474851] acpiphp: Slot [24] registered [ 0.475899] acpiphp: Slot [25] registered [ 0.476946] acpiphp: Slot [26] registered [ 0.477995] acpiphp: Slot [27] registered [ 0.479042] acpiphp: Slot [28] registered [ 0.480088] acpiphp: Slot [29] registered [ 0.481133] acpiphp: Slot [30] registered [ 0.482179] acpiphp: Slot [31] registered [ 0.483217] PCI host bridge to bus 0000:00 [ 0.484261] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.485508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.486938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.488364] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.490295] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.497752] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.499256] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.500655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.502138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.509200] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.511117] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.566140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.567884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.569536] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.571181] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.572863] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.574361] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.575768] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.577796] vgaarb: loaded [ 0.578633] vgaarb: bridge control possible 0000:00:02.0 [ 0.579936] SCSI subsystem initialized [ 0.580962] ACPI: bus type USB registered [ 0.582011] usbcore: registered new interface driver usbfs [ 0.583269] usbcore: registered new interface driver hub [ 0.584506] usbcore: registered new device driver usb [ 0.585769] PCI: Using ACPI for IRQ routing [ 0.587024] NetLabel: Initializing [ 0.587980] NetLabel: domain hash size = 128 [ 0.589061] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.590238] NetLabel: unlabeled traffic allowed by default [ 0.591562] Switched to clocksource kvm-clock [ 0.596389] pnp: PnP ACPI init [ 0.597332] ACPI: bus type PNP registered [ 0.598672] pnp: PnP ACPI: found 5 devices [ 0.599734] ACPI: bus type PNP unregistered [ 0.606789] NET: Registered protocol family 2 [ 0.608117] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.610217] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.611923] TCP: Hash tables configured (established 32768 bind 32768) [ 0.613413] TCP: reno registered [ 0.614348] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.615718] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.617211] NET: Registered protocol family 1 [ 0.618368] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.619717] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.621022] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.640872] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.660960] Unpacking initramfs... [ 1.066352] Freeing initrd memory: 37508k freed [ 1.075779] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.077292] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.086494] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.087955] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.089590] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.091006] Initialise system trusted keyring [ 1.092124] audit: initializing netlink socket (disabled) [ 1.093380] type=2000 audit(1536104552.348:1): initialized [ 1.109417] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.110873] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.113326] zpool: loaded [ 1.114188] zbud: loaded [ 1.115167] VFS: Disk quotas dquot_6.5.2 [ 1.116231] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.117751] msgmni has been set to 7578 [ 1.118823] Key type big_key registered [ 1.120322] NET: Registered protocol family 38 [ 1.121495] Key type asymmetric registered [ 1.122557] Asymmetric key parser 'x509' registered [ 1.123749] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.125725] io scheduler noop registered [ 1.126772] io scheduler deadline registered (default) [ 1.127998] io scheduler cfq registered [ 1.129090] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.140190] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.141735] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.143673] ACPI: Power Button [PWRF] [ 1.144747] GHES: HEST is not enabled! [ 1.145796] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.170118] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.171661] Non-volatile memory driver v1.3 [ 1.172756] Linux agpgart interface v0.103 [ 1.173891] crash memory driver: version 1.1 [ 1.175023] rdac: device handler registered [ 1.176147] hp_sw: device handler registered [ 1.177241] emc: device handler registered [ 1.178307] alua: device handler registered [ 1.179395] libphy: Fixed MDIO Bus: probed [ 1.180486] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.181945] ehci-pci: EHCI PCI platform driver [ 1.183057] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.184421] ohci-pci: OHCI PCI platform driver [ 1.185535] uhci_hcd: USB Universal Host Controller Interface driver [ 1.205415] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.206695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.208643] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.209890] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.211239] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.212721] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.214629] usb usb1: Product: UHCI Host Controller [ 1.215868] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.217372] usb usb1: SerialNumber: 0000:00:01.2 [ 1.218584] hub 1-0:1.0: USB hub found [ 1.219616] hub 1-0:1.0: 2 ports detected [ 1.220760] usbcore: registered new interface driver usbserial [ 1.222119] usbcore: registered new interface driver usbserial_generic [ 1.223546] usbserial: USB Serial support registered for generic [ 1.224902] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.227525] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.228757] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.230069] mousedev: PS/2 mouse device common for all mice [ 1.231620] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.233970] rtc_cmos 00:00: RTC can wake from S4 [ 1.235634] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.237783] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.239373] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.241487] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.242962] cpuidle: using governor menu [ 1.244070] hidraw: raw HID events driver (C) Jiri Kosina [ 1.245389] usbcore: registered new interface driver usbhid [ 1.246674] usbhid: USB HID core driver [ 1.247726] drop_monitor: Initializing network drop monitor service [ 1.249139] TCP: cubic registered [ 1.250096] Initializing XFRM netlink socket [ 1.251225] NET: Registered protocol family 10 [ 1.252507] NET: Registered protocol family 17 [ 1.253753] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.255286] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.256616] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.258827] Loading compiled-in X.509 certificates [ 1.260022] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.262320] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.264987] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.267259] registered taskstats version 1 [ 1.269756] Key type trusted registered [ 1.272178] Key type encrypted registered [ 1.275040] IMA: No TPM chip found, activating TPM-bypass! [ 1.277881] rtc_cmos 00:00: setting system clock to 2018-09-04 23:42:32 UTC (1536104552) [ 1.281918] Freeing unused kernel memory: 1680k freed [ 1.287235] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.295148] systemd[1]: Detected virtualization kvm. [ 1.296547] systemd[1]: Detected architecture x86-64. [ 1.297967] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.300744] systemd[1]: No hostname configured. [ 1.302065] systemd[1]: Set hostname to . [ 1.303512] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.326617] systemd[1]: Reached target Swap. [ 1.327907] systemd[1]: Starting Swap. [ 1.329158] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.331496] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.334716] systemd[1]: Reached target Paths. [ 1.335988] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.338180] systemd[1]: Reached target Local File Systems. [ 1.339632] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.342006] systemd[1]: Created slice Root Slice. [ 1.343362] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.345655] systemd[1]: Listening on udev Control Socket. [ 1.347118] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.349487] systemd[1]: Listening on udev Kernel Socket. [ 1.350914] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.353263] systemd[1]: Created slice System Slice. [ 1.354719] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.356878] systemd[1]: Reached target Slices. [ 1.358200] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Timers. [ 1.360245] systemd[1]: Reached target Timers. [ 1.361540] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.363695] systemd[1]: Listening on Journal Socket. [ 1.365087] systemd[1]: Starting Journal Socket. [ 1.366708] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.369267] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.373542] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.377058] systemd[1]: Reached target Sockets. [ 1.378386] systemd[1]: Starting Sockets. [ 1.379828] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.383654] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.387639] systemd[1]: Started Apply Kernel Variables. [ 1.389469] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 1.394871] systemd[1]: Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Journal Service. [ 1.397496] systemd[1]: Started Journal Service. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.434862] RPC: Registered named UNIX socket transport module. [ 1.436222] RPC: Registered udp transport module. [ 1.437379] RPC: Registered tcp transport module. [ 1.438525] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.522583] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.539213] FDC 0 is a S82078B [ 1.555374] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.594908] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.599525] scsi host0: ata_piix [ 1.601010] scsi host1: ata_piix [ 1.602067] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.602746] vda: vda1 [ 1.604360] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.674008] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.676203] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.678242] usb 1-1: Product: QEMU USB Tablet [ 1.679651] usb 1-1: Manufacturer: QEMU [ 1.680972] usb 1-1: SerialNumber: 42 [ 1.691223] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.694312] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.779176] SGI XFS with ACLs, security attributes, no debug enabled [ 1.781544] XFS (vda1): Mounting V4 Filesystem [ 1.861413] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.086460] systemd-journald[124]: Received SIGTERM from PID 1 (systemd). [ 2.088417] tsc: Refined TSC clocksource calibration: 3491.913 MHz [ 2.165489] SELinux: Disabled at runtime. [ 2.201571] type=1404 audit(1536104553.423:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.236723] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.238106] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Swap. Mounting Huge Pages File System... Mounting Debug File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on udev Control Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Starting Create list of required st... nodes for the current kernel... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 2.578350] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 2.633949] systemd-journald[392]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. [[32m OK [0m] Started udev Kernel Device Manager. Starting Security Auditing Service... [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Found device /dev/ttyS0. [ 2.969460] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 2.974973] [drm] Initialized drm 1.1.0 20060810 [ 2.991008] AES CTR mode by8 optimization enabled [ 2.994573] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.001151] ppdev: user-space parallel port driver [ 3.004579] alg: No test for crc32 (crc32-pclmul) [ 3.033200] intel_rapl: no valid rapl domains found in package 0 [ 3.035586] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.037116] [TTM] Initializing pool allocator [ 3.038446] [TTM] Initializing DMA pool allocator [ 3.039943] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.040292] [drm] fb mappable at 0xFC000000 [ 3.040293] [drm] vram aper at 0xFC000000 [ 3.040293] [drm] size 33554432 [ 3.040294] [drm] fb depth is 24 [ 3.040294] [drm] pitch is 3072 [ 3.046683] fbcon: cirrusdrmfb (fb0) is primary device [ 3.079323] intel_rapl: no valid rapl domains found in package 0 [ 3.090927] intel_powerclamp: No package C-state available [ 3.090929] Console: switching to colour frame buffer device 128x48 [ 3.104673] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.095648] intel_powerclamp: No package C-state available[ 3.108620] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [ 3.112521] type=1305 audit(1536104554.333:3): audit_pid=433 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... Starting Login Service... Starting NTP client/server... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.513903] cloud-init[519]: Cloud-init v. 0.7.5 running 'init-local' at Tue, 04 Sep 2018 23:42:35 +0000. Up 3.47 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting OpenSSH server daemon... Starting Notify NFS peers of a restart... Starting PostgreSQL 9.5 database server... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.732348] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Tue, 04 Sep 2018 23:42:37 +0000. Up 5.68 seconds. [ 5.750094] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.752277] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.754209] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.758718] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.766377] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.772330] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.6 | 255.255.255.0 | fa:16:3e:c7:3c:82 | [ 5.780283] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.788291] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.793845] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.813063] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.815242] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.817374] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.819489] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.821596] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.824053] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ---------------+---------------+-----------------+------[[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 8.981915] cloud-init[3120]: Cloud-init v. 0.7.5 running 'modules:config' at Tue, 04 Sep 2018 23:42:40 +0000. Up 8.92 seconds. [ 9.886148] cloud-init[3210]: Cloud-init v. 0.7.5 running 'modules:final' at Tue, 04 Sep 2018 23:42:41 +0000. Up 9.82 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 36:da:42:7a:60:99:73:1c:d0:c5:a7:ae:56:85:7e:99 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 9.943894] cloud-init[3210]: Cloud-init v. 0.7.5 finished at Tue, 04 Sep 2018 23:42:41 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 9.92 seconds -----+--- 2018-09-04 23:42:49,691 - paramiko.transport - DEBUG - starting thread (client mode): 0x7973e410L 2018-09-04 23:42:49,691 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 23:42:49,697 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-09-04 23:42:49,697 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-09-04 23:42:49,699 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 23:42:49,699 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 23:42:49,700 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 23:42:49,700 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 23:42:49,700 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 23:42:49,700 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 23:42:49,706 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 23:42:49,706 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 23:42:49,724 - paramiko.transport - DEBUG - Trying key 36da427a6099731cd0c5a7ae56857e99 from /tmp/tmpiwppv_ 2018-09-04 23:42:49,746 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 23:42:49,761 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 23:42:49,788 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-09-04 23:42:49,789 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-09-04 23:42:49,789 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-09-04 23:42:49,790 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/status 2018-09-04 23:42:50,156 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:42:50,156 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:42:50,156 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:42:50,156 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:42:50,156 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:42:50,156 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:42:50,156 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:42:50,157 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5240, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5243, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 1678, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5233, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 857, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 798, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 803, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4925, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5226, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-04 23:42:50,157 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:42:50,157 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:42:48 GMT 2018-09-04 23:42:50,157 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:42:50,157 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-09-04 23:42:50,157 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:42:50,157 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 5240, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 5243, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 1678, u'state': u'stop', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'deactivating', u'SubState': u'stop'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 5233, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 857, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 798, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 803, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 4925, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 5226, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-09-04 23:42:50,158 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/status 2018-09-04 23:42:50,287 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:42:50,287 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:42:50,287 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:42:50,287 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:42:50,287 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:42:50,288 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:42:50,288 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:42:50,288 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5240, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5243, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 1678, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5233, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 857, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 798, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 803, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4925, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5226, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-04 23:42:50,288 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:42:50,288 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:42:48 GMT 2018-09-04 23:42:50,288 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:42:50,288 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-09-04 23:42:50,288 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:42:50,289 - functest.core.cloudify - INFO - The current manager status is running 2018-09-04 23:42:50,289 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-09-04 23:42:50,448 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:42:50,448 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:42:50,448 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:42:50,448 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:42:50,448 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:42:50,448 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:42:50,448 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:42:50,448 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-09-04 23:42:50,448 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-04T23:42:48.855Z", "updated_at": "2018-09-04T23:42:48.855Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-04 23:42:50,449 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:42:50,449 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:42:48 GMT 2018-09-04 23:42:50,449 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:42:50,449 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-04 23:42:50,449 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:42:50,449 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/secrets 2018-09-04 23:42:50,569 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:42:50,569 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:42:50,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:42:50,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:42:50,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:42:50,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:42:50,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:42:50,570 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-09-04T23:42:48.855Z", "updated_at": "2018-09-04T23:42:48.855Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-04 23:42:50,570 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:42:50,570 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:42:49 GMT 2018-09-04 23:42:50,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:42:50,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-09-04 23:42:50,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:42:50,571 - functest.core.cloudify - DEBUG - List secrets: 2018-09-04 23:42:50,571 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.207:80/api/v3/secrets/foo 2018-09-04 23:42:50,712 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:42:50,712 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:42:50,713 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:42:50,713 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:42:50,713 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:42:50,713 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:42:50,713 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:42:50,713 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-04 23:42:50,713 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-04T23:42:48.855Z", "updated_at": "2018-09-04T23:42:48.855Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-04 23:42:50,713 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:42:50,713 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:42:49 GMT 2018-09-04 23:42:50,713 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:42:50,713 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-04 23:42:50,714 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:42:50,714 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-09-04 23:42:50,714 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-09-04 23:42:50,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-09-04 23:42:50,715 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 23:42:50,722 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 23:42:50,723 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 23:42:50,761 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 23:42:51,023 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 23:42:51,024 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 23:42:51,025 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 23:42:51,071 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 23:42:51,072 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 23:42:51,109 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 23:43:57,300 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 23:43:57,300 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.xmission.com * extras: centos.eecs.wsu.edu * updates: mirrors.xmission.com No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 18 MB/s | 54 MB 00:03 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.11.6.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : kernel-headers-3.10.0-862.11.6.el7.x86_64 9/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 10/24 Verifying : python-2.7.5-69.el7_5.x86_64 11/24 Verifying : libmpc-1.0.1-3.el7.x86_64 12/24 Verifying : glibc-common-2.17-222.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.11.6.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-09-04 23:43:57,301 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 23:43:57,301 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: http://mirrors.cmich.edu/centos/7.5.1804/os/x86_64/repodata/03d0a660eb33174331aee3e077e11d4c017412d761b7f2eaa8555e7898e701e0-primary.sqlite.bz2: [Errno 12] Timeout on http://mirrors.cmich.edu/centos/7.5.1804/os/x86_64/repodata/03d0a660eb33174331aee3e077e11d4c017412d761b7f2eaa8555e7898e701e0-primary.sqlite.bz2: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds') Trying other mirror. 2018-09-04 23:43:57,302 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-09-04 23:44:01,036 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-09-04 23:44:01,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 23:44:01,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:44:01,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-2dbb2fc6-6ef4-41a3-a4c3-21ea23332374 Date: Tue, 04 Sep 2018 23:44:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/snap", "metadata": {}}], "file": "/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/file", "owner": "ee49ede7e0904c7783bae9f8aeed7625", "id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "size": 4373348352, "self": "/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-09-04T23:39:40Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-04T23:38:25Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 23:44:01,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2dbb2fc6-6ef4-41a3-a4c3-21ea23332374 2018-09-04 23:44:01,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.588309049606s 2018-09-04 23:44:01,625 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2dbb2fc6-6ef4-41a3-a4c3-21ea23332374 2018-09-04 23:44:01,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 23:44:01,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_61e5123c-31ad-406f-bfc4-accbec70f815", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_61e5123c-31ad-406f-bfc4-accbec70f815"}' 2018-09-04 23:44:02,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe X-Openstack-Request-Id: req-6288258a-745d-4b92-b48c-92b73bf14a4b Date: Tue, 04 Sep 2018 23:44:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe/file", "owner": "ee49ede7e0904c7783bae9f8aeed7625", "id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "size": null, "self": "/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-09-04T23:44:02Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_61e5123c-31ad-406f-bfc4-accbec70f815", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_61e5123c-31ad-406f-bfc4-accbec70f815", "checksum": null, "created_at": "2018-09-04T23:44:02Z", "protected": false} 2018-09-04 23:44:02,243 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-6288258a-745d-4b92-b48c-92b73bf14a4b 2018-09-04 23:44:02,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.614747047424s 2018-09-04 23:44:02,243 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-6288258a-745d-4b92-b48c-92b73bf14a4b returning object 2ac145c4-5078-498c-a5f3-ccbeabb966fe 2018-09-04 23:44:02,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 23:44:02,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '' 2018-09-04 23:44:12,361 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7e0466bf-bd1c-4c2e-8ddf-9006c62e3a04 Date: Tue, 04 Sep 2018 23:44:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 23:44:12,361 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe/file used request id req-7e0466bf-bd1c-4c2e-8ddf-9006c62e3a04 2018-09-04 23:44:12,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 10.1172201633s 2018-09-04 23:44:12,362 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe/file used request id req-7e0466bf-bd1c-4c2e-8ddf-9006c62e3a04 2018-09-04 23:44:12,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 23:44:12,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:44:12,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-df0b7ee6-d268-4946-9309-ba5776fc370f Date: Tue, 04 Sep 2018 23:44:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe/snap", "metadata": {}}], "file": "/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe/file", "owner": "ee49ede7e0904c7783bae9f8aeed7625", "id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "size": 426967040, "self": "/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-09-04T23:44:12Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_61e5123c-31ad-406f-bfc4-accbec70f815", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_61e5123c-31ad-406f-bfc4-accbec70f815", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-09-04T23:44:02Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/snap", "metadata": {}}], "file": "/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/file", "owner": "ee49ede7e0904c7783bae9f8aeed7625", "id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "size": 4373348352, "self": "/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-09-04T23:39:40Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-04T23:38:25Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 23:44:12,410 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-df0b7ee6-d268-4946-9309-ba5776fc370f 2018-09-04 23:44:12,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0481350421906s 2018-09-04 23:44:12,411 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-df0b7ee6-d268-4946-9309-ba5776fc370f 2018-09-04 23:44:12,413 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe/file', 'owner': u'ee49ede7e0904c7783bae9f8aeed7625', 'id': u'2ac145c4-5078-498c-a5f3-ccbeabb966fe', 'size': 426967040, u'self': u'/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ee49ede7e0904c7783bae9f8aeed7625', 'name': 'vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T23:44:12Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-04T23:44:12Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_61e5123c-31ad-406f-bfc4-accbec70f815', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_61e5123c-31ad-406f-bfc4-accbec70f815', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_61e5123c-31ad-406f-bfc4-accbec70f815', 'created': u'2018-09-04T23:44:02Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-09-04T23:44:02Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_61e5123c-31ad-406f-bfc4-accbec70f815', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2018-09-04 23:44:12,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 23:44:12,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_61e5123c-31ad-406f-bfc4-accbec70f815", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-09-04 23:44:12,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:44:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d404e85e-d74f-44c2-abab-1686a3f243a6 x-compute-request-id: req-d404e85e-d74f-44c2-abab-1686a3f243a6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "name": "vyos_vrouter-flavor_alt_61e5123c-31ad-406f-bfc4-accbec70f815", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 23:44:12,476 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-d404e85e-d74f-44c2-abab-1686a3f243a6 2018-09-04 23:44:12,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0620720386505s 2018-09-04 23:44:12,477 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-d404e85e-d74f-44c2-abab-1686a3f243a6 returning object 81e4d86b-bacb-46d2-8cd1-c68a859308d0 2018-09-04 23:44:12,478 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_61e5123c-31ad-406f-bfc4-accbec70f815', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 50, 'id': u'81e4d86b-bacb-46d2-8cd1-c68a859308d0', 'swap': 0}) 2018-09-04 23:44:12,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 23:44:12,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" -d '{"extra_specs": {}}' 2018-09-04 23:44:12,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:44:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-997dd849-38f4-4cd1-9a77-e4c15fa70d3c x-compute-request-id: req-997dd849-38f4-4cd1-9a77-e4c15fa70d3c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 23:44:12,504 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0/os-extra_specs used request id req-997dd849-38f4-4cd1-9a77-e4c15fa70d3c 2018-09-04 23:44:12,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0253360271454s 2018-09-04 23:44:12,504 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0/os-extra_specs used request id req-997dd849-38f4-4cd1-9a77-e4c15fa70d3c 2018-09-04 23:44:12,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-09-04 23:44:12,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:44:12,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d8d526-211f-48e3-9b29-bd646bdfa931 Content-Encoding: gzip Content-Length: 919 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.26:5000/v3/services/09e6124df6fc4c34a0cd7e4d9c6bf2f7"}, "enabled": true, "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.26:5000/v3/services/44859ad5c31f43d28a0f40b56bd321e2"}, "enabled": true, "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.26:5000/v3/services/65ecc4d89b8f4c4e9777da0b2178ac9a"}, "enabled": true, "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.26:5000/v3/services/739a49573f89491888f5e5fea36b4617"}, "enabled": true, "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.26:5000/v3/services/7d5f6042dab54579bc484f0ccb1a0dc3"}, "enabled": true, "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.26:5000/v3/services/7ebdbbc4e58746f195bab0fb2952e881"}, "enabled": true, "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.26:5000/v3/services/885af705b52040d69a006e1890c051da"}, "enabled": true, "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.26:5000/v3/services/8a644046b24c4eb0bea10ae46f980c56"}, "enabled": true, "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.26:5000/v3/services/93c5ef8493734feea0933a94b364b223"}, "enabled": true, "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.26:5000/v3/services/aa26761cb5ac422fac2b9b026a5449fb"}, "enabled": true, "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.26:5000/v3/services/cbae441c8b2f40c9a2549f540c680aa5"}, "enabled": true, "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.26:5000/v3/services/d1731ff9c5a346c3b73121447b5787f0"}, "enabled": true, "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.26:5000/v3/services/eef4a0cd33d44b3085db929ac0aef408"}, "enabled": true, "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.26:5000/v3/services/f437e2a8fe43423a9d405fa3427da04d"}, "enabled": true, "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.26:5000/v3/services/fd700ab9899a4766bab8fde21f66bcb1"}, "enabled": true, "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.26:5000/v3/services/fe8cb77ab1e24ac390810943c826e93e"}, "enabled": true, "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "links": {"self": "http://172.30.9.26:5000/v3/services", "previous": null, "next": null}} 2018-09-04 23:44:12,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/services used request id req-59d8d526-211f-48e3-9b29-bd646bdfa931 2018-09-04 23:44:12,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.100188970566s 2018-09-04 23:44:12,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-09-04 23:44:12,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:44:12,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33a09bf5-e856-4810-a671-a7ca18fa1eb1 Content-Encoding: gzip Content-Length: 2056 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/05543209c8fc47f98c7955601eec2a45"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "93c5ef8493734feea0933a94b364b223", "id": "05543209c8fc47f98c7955601eec2a45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/0af52f600b834f3b81397d7ee532ac84"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eef4a0cd33d44b3085db929ac0aef408", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/0cdd3f0530224259a3b2b1f347756ab1"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa26761cb5ac422fac2b9b026a5449fb", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1000a8a747564c25b2052a59cbd5ea83"}, "url": "http://192.30.9.9:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fe8cb77ab1e24ac390810943c826e93e", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/12f12fb338964e6290455bb414891b77"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f437e2a8fe43423a9d405fa3427da04d", "id": "12f12fb338964e6290455bb414891b77"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1a730e3ede454e8fbcd8d4c214bfd4c2"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "739a49573f89491888f5e5fea36b4617", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1e67a482700a4242a7e40a9d1487e878"}, "url": "http://192.30.9.9:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fe8cb77ab1e24ac390810943c826e93e", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/2cedd57c2ed74165bd2e6fcaa388e386"}, "url": "http://172.30.9.26:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cbae441c8b2f40c9a2549f540c680aa5", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/302a32882a8a494c8c012897f4213e33"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cbae441c8b2f40c9a2549f540c680aa5", "id": "302a32882a8a494c8c012897f4213e33"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3366c6fe168f4d888ba28167cb1dcabc"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "885af705b52040d69a006e1890c051da", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/37339e8154eb4a018307e1c914c4c001"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "44859ad5c31f43d28a0f40b56bd321e2", "id": "37339e8154eb4a018307e1c914c4c001"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4b05efa160c548069324206ad25f916d"}, "url": "http://172.30.9.26:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fe8cb77ab1e24ac390810943c826e93e", "id": "4b05efa160c548069324206ad25f916d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4bf98002eaf8483d9d53f609d866db6d"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fd700ab9899a4766bab8fde21f66bcb1", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4f12602b075047cdb05b5ef39d428036"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cbae441c8b2f40c9a2549f540c680aa5", "id": "4f12602b075047cdb05b5ef39d428036"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/53360c130d8f4b1b9f3b848d7f0e628b"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f437e2a8fe43423a9d405fa3427da04d", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5c8f549977894a60aead894b36ff9312"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d5f6042dab54579bc484f0ccb1a0dc3", "id": "5c8f549977894a60aead894b36ff9312"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5e3863b2644e4d4086269d8e0f080615"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8a644046b24c4eb0bea10ae46f980c56", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/600f2fce898b49e9b2c13231bf4778be"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eef4a0cd33d44b3085db929ac0aef408", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/66284aadbc854074a136720e42a57067"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d1731ff9c5a346c3b73121447b5787f0", "id": "66284aadbc854074a136720e42a57067"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/6eee13f08a1f4d71aebc4c12eb6e5635"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "44859ad5c31f43d28a0f40b56bd321e2", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7402157cd94c4c68ac25bff25830cf00"}, "url": "http://172.30.9.26:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "885af705b52040d69a006e1890c051da", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7467e374f1e842ffbdcaaa83095ed5bf"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d1731ff9c5a346c3b73121447b5787f0", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7d14b4cddf83413fac5f2052f182128b"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d5f6042dab54579bc484f0ccb1a0dc3", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8687b672c3c14a0f9a95247a14367934"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "id": "8687b672c3c14a0f9a95247a14367934"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/86a32cc1330f40d7b61125b4b9f77af2"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8a644046b24c4eb0bea10ae46f980c56", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8ab9926a7af447bfb8eef12cda500d0e"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8db724e15ff146b89084fdabcb2dca16"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "93c5ef8493734feea0933a94b364b223", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a0e39949dd9c4883b1883883b0b5cba0"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d5f6042dab54579bc484f0ccb1a0dc3", "id": "a0e39949dd9c4883b1883883b0b5cba0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a7fcc185b83a429282b91418992afffb"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "885af705b52040d69a006e1890c051da", "id": "a7fcc185b83a429282b91418992afffb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a9039ffe2dbb44c295c7d6c8d906174d"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "93c5ef8493734feea0933a94b364b223", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b1bafe5846bc42d2a68e607f4924a8f7"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8a644046b24c4eb0bea10ae46f980c56", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b89e554cd2bb434bb81753bede67c0c7"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7ebdbbc4e58746f195bab0fb2952e881", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b9e097cbd4ac4fd79312ac974aefa4eb"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f437e2a8fe43423a9d405fa3427da04d", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ba7fe22e505645b8a8c2957d104173ac"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "739a49573f89491888f5e5fea36b4617", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c1b748f023244a969c702db2e9307338"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eef4a0cd33d44b3085db929ac0aef408", "id": "c1b748f023244a969c702db2e9307338"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c7bb880bb78548b4ad6b45bd4960c18b"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7ebdbbc4e58746f195bab0fb2952e881", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c7e47ad48e424ba0bc584b2f15309857"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7ebdbbc4e58746f195bab0fb2952e881", "id": "c7e47ad48e424ba0bc584b2f15309857"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dc22f48b6df24722989de28fcdcb9491"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa26761cb5ac422fac2b9b026a5449fb", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dfbfd387f7a8487cbd6e4bae1fc23b2f"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fd700ab9899a4766bab8fde21f66bcb1", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e3441e5e94d648988e3036590b5c595e"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "id": "e3441e5e94d648988e3036590b5c595e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f2896458110f41208cd40cf3511e199e"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "739a49573f89491888f5e5fea36b4617", "id": "f2896458110f41208cd40cf3511e199e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f29411365876499c9d0c191900fe6ce0"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa26761cb5ac422fac2b9b026a5449fb", "id": "f29411365876499c9d0c191900fe6ce0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f744ea3b37a0474d9c19e0b22b0976c8"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d1731ff9c5a346c3b73121447b5787f0", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f88c80a6e1af4bca993cffcaec10ed8f"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "44859ad5c31f43d28a0f40b56bd321e2", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/fc25257a0d7844c185857c91647d73f1"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fd700ab9899a4766bab8fde21f66bcb1", "id": "fc25257a0d7844c185857c91647d73f1"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-04 23:44:12,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-33a09bf5-e856-4810-a671-a7ca18fa1eb1 2018-09-04 23:44:12,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0961880683899s 2018-09-04 23:44:12,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 23:44:12,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:44:12,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-84aa7a61-68c5-4d10-bcbe-30da668d6509 Date: Tue, 04 Sep 2018 23:44:12 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:42Z", "updated_at": "2018-09-04T23:39:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "0ee8db86-55ca-44ea-9f07-4a0b9211a2b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-04T23:39:46Z", "revision_number": 0, "id": "2abfbd4a-02dd-4c1b-ac71-281a06f1dff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:46Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 443, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "66e3ebe1-e7da-4d00-aed6-e32aa73c5559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-04T23:39:46Z", "revision_number": 0, "id": "800725e4-e664-4e52-9eb2-8a7e736cedc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:46Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T23:39:45Z", "revision_number": 0, "id": "8d2a15a7-f9c5-47ed-8d11-c76ed1106da1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:45Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 80, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "aec4b33a-0662-4327-8e04-d4e53e43adef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "d0353e6e-3abb-478c-b651-72a74015f51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-04T23:39:48Z", "revision_number": 0, "id": "fd173d48-866e-4b99-b01a-357bd87533ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:48Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 8, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "3107041a-73d7-453a-a864-40177cd2ddf1", "name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}, {"description": "Default security group", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:37:52Z", "updated_at": "2018-09-04T23:37:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "01d09cd9-346d-449a-85e4-e38917134305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "4fa0f05c-2013-492b-9d33-3138b1bcb549", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "5e7c4c9b-d4fc-499d-8e55-fb4229e1f670", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "f1bfb933-8aa3-4a83-ac9c-9a89c313d85c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 4, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "name": "default"}]} 2018-09-04 23:44:12,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-84aa7a61-68c5-4d10-bcbe-30da668d6509 2018-09-04 23:44:12,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0510020256042s 2018-09-04 23:44:12,770 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-84aa7a61-68c5-4d10-bcbe-30da668d6509 2018-09-04 23:44:12,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 23:44:12,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 22, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 22, "ethertype": "IPv4", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0"}}' 2018-09-04 23:44:13,136 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ad8af167-38b4-4e67-a78d-4f7b347d1ac7 Date: Tue, 04 Sep 2018 23:44:13 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T23:44:13Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "port_range_min": 22, "revision_number": 0, "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:44:13Z", "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "7f3e5c80-d829-4cc2-8f8f-cc085d4a886e"}} 2018-09-04 23:44:13,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-ad8af167-38b4-4e67-a78d-4f7b347d1ac7 2018-09-04 23:44:13,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.363197088242s 2018-09-04 23:44:13,137 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-ad8af167-38b4-4e67-a78d-4f7b347d1ac7 2018-09-04 23:44:13,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-09-04 23:44:13,164 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-09-04 23:44:14,875 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:14,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:14,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:14,876 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:14,876 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:14,876 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:14,876 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:14,876 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-09-04 23:44:14,877 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:14.821Z", "updated_at": "2018-09-04T23:44:14.821Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "region": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "keystone_url": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "resource_id": {"get_input": "management_plane_subnet_name"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "resource_id": {"get_input": "data_plane_subnet_name"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-09-04 23:44:14,878 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:14,878 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:14 GMT 2018-09-04 23:44:14,878 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:14,878 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-09-04 23:44:14,878 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:14,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-09-04 23:44:14,892 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.26:5000", "keystone_tenant_name": "vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_61e5123c-31ad-406f-bfc4-accbec70f815", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "keystone_password": "155bd8a7-d9ab-44de-a15f-5dc0484f69cf", "reference_vnf_flavor_id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "target_vnf_flavor_id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "target_vnf_image_id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-09-04 23:44:15,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:15,840 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:15,840 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:15,840 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:15,840 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:15,840 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:15,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:15,841 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-09-04 23:44:15,841 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"keypair_name": "vnf_test_keypair", "management_plane_network_name": "management_plane_network", "external_network_name": "external", "keystone_user_domain_name": "Default", "data_plane_network_name": "data_plane_network", "target_vnf_name": "target_vnf", "reference_vnf_flavor_id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "target_vnf_flavor_id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "reference_vnf_name": "reference_vnf", "target_vnf_data_plane_port_name": "target_vnf_data_plane_port", "reference_vnf_data_plane_port_name": "reference_vnf_data_plane_port", "keystone_username": "vyos_vrouter-user_61e5123c-31ad-406f-bfc4-accbec70f815", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "keystone_password": "155bd8a7-d9ab-44de-a15f-5dc0484f69cf", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.26:5000", "reference_vnf_port_name": "reference_vnf_port", "management_plane_subnet_name": "management_plane_subnet", "ssh_key_filename": "~/.ssh/vnf_test_keypair.pem", "router_name": "vnf_test_router", "target_vnf_image_id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:15.068Z", "updated_at": "2018-09-04T23:44:15.068Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-09-04 23:44:15,841 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:15,841 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:15 GMT 2018-09-04 23:44:15,841 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:15,841 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-09-04 23:44:15,841 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:15,842 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions 2018-09-04 23:44:15,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:15,942 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:15,942 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:15,942 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:15,942 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:15,942 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:15,942 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:15,942 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:15.724Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c97418ae-78be-4ab2-bca3-8acb16357d71"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-04 23:44:15,943 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:15,943 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:15 GMT 2018-09-04 23:44:15,943 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:15,943 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-09-04 23:44:15,943 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:15,944 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:44:16,012 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:16,012 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:16,013 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:16,013 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:16,013 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:16,013 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:16,013 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:16,013 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-04 23:44:16,013 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:16,013 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:16 GMT 2018-09-04 23:44:16,013 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:16,014 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-04 23:44:16,014 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:16,014 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/c97418ae-78be-4ab2-bca3-8acb16357d71 2018-09-04 23:44:16,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:16,074 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:16,074 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:16,074 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:16,074 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:16,075 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:16,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:16,075 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:15.724Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c97418ae-78be-4ab2-bca3-8acb16357d71"} 2018-09-04 23:44:16,075 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:16,075 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:16 GMT 2018-09-04 23:44:16,075 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:16,075 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-04 23:44:16,075 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:21,081 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:44:21,233 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:21,234 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:21,234 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:21,234 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:21,234 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:21,234 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:21,234 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:21,234 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:16.669Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:16.669Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:17.055Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:17.055Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71", "logger": "d3682764-7da1-4c14-b5a9-cb0af4f35447"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:17.754Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:17.754Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71", "logger": "d3682764-7da1-4c14-b5a9-cb0af4f35447"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:17.754Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:17.754Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71", "logger": "d3682764-7da1-4c14-b5a9-cb0af4f35447"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:17.754Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:17.754Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71", "logger": "d3682764-7da1-4c14-b5a9-cb0af4f35447"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:17.756Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:17.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:17.756Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:17.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:17.756Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:17.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:18.811Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:18.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71", "logger": "d3682764-7da1-4c14-b5a9-cb0af4f35447"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:18.811Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpZPxt5W --prefix=\"/tmp/openstack-JLG_RE\" --constraint=\"/tmp/openstack-JLG_RE/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:18.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71", "logger": "d3682764-7da1-4c14-b5a9-cb0af4f35447"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:18.811Z", "message": "Installing from directory: /tmp/tmpZPxt5W [args=--prefix=\"/tmp/openstack-JLG_RE\" --constraint=\"/tmp/openstack-JLG_RE/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:18.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71", "logger": "d3682764-7da1-4c14-b5a9-cb0af4f35447"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-09-04 23:44:21,234 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:21,234 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:21 GMT 2018-09-04 23:44:21,235 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:21,235 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-09-04 23:44:21,235 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:21,235 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-09-04 23:44:21,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-09-04 23:44:21,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-09-04 23:44:21,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-09-04 23:44:21,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-09-04 23:44:21,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-04 23:44:21,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-04 23:44:21,237 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-09-04 23:44:21,237 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-09-04 23:44:21,237 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpZPxt5W --prefix="/tmp/openstack-JLG_RE" --constraint="/tmp/openstack-JLG_RE/constraint.txt" 2018-09-04 23:44:21,237 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpZPxt5W [args=--prefix="/tmp/openstack-JLG_RE" --constraint="/tmp/openstack-JLG_RE/constraint.txt", package_name=cloudify-openstack-plugin] 2018-09-04 23:44:21,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/c97418ae-78be-4ab2-bca3-8acb16357d71 2018-09-04 23:44:21,333 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:21,333 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:21,333 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:21,333 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:21,333 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:21,333 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:21,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:21,334 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:15.724Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c97418ae-78be-4ab2-bca3-8acb16357d71"} 2018-09-04 23:44:21,334 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:21,334 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:21 GMT 2018-09-04 23:44:21,334 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:21,334 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-04 23:44:21,334 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:26,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:44:26,423 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:26,423 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:26,423 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:26,423 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:26,423 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:26,423 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:26,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:26,423 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-04 23:44:26,424 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:26,424 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:26 GMT 2018-09-04 23:44:26,424 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:26,424 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-04 23:44:26,424 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:26,424 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/c97418ae-78be-4ab2-bca3-8acb16357d71 2018-09-04 23:44:26,487 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:26,487 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:26,487 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:26,487 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:26,488 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:26,488 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:26,488 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:26,488 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:15.724Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c97418ae-78be-4ab2-bca3-8acb16357d71"} 2018-09-04 23:44:26,488 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:26,488 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:26 GMT 2018-09-04 23:44:26,488 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:26,488 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-04 23:44:26,489 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:31,494 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:44:31,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:31,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:31,585 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:31,585 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:31,585 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:31,585 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:31,585 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:31,585 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-04 23:44:31,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:31,585 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:31 GMT 2018-09-04 23:44:31,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:31,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-04 23:44:31,586 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:31,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/c97418ae-78be-4ab2-bca3-8acb16357d71 2018-09-04 23:44:31,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:31,677 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:31,677 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:31,677 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:31,677 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:31,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:31,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:31,678 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:15.724Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c97418ae-78be-4ab2-bca3-8acb16357d71"} 2018-09-04 23:44:31,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:31,678 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:31 GMT 2018-09-04 23:44:31,678 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:31,678 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-04 23:44:31,678 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:36,684 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:44:36,765 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:36,765 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:36,765 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:36,765 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:36,765 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:36,765 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:36,765 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:36,766 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-04 23:44:36,766 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:36,766 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:36 GMT 2018-09-04 23:44:36,766 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:36,766 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-04 23:44:36,766 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:36,766 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/c97418ae-78be-4ab2-bca3-8acb16357d71 2018-09-04 23:44:36,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:36,829 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:36,830 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:36,830 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:36,830 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:36,830 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:36,830 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:36,830 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:15.724Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c97418ae-78be-4ab2-bca3-8acb16357d71"} 2018-09-04 23:44:36,830 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:36,830 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:36 GMT 2018-09-04 23:44:36,830 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:36,831 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-04 23:44:36,831 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:37,833 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 23:44:41,836 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:44:41,932 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:41,932 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:41,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:41,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:41,933 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:41,933 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:41,933 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:41,933 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-04 23:44:41,933 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:41,933 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:41 GMT 2018-09-04 23:44:41,933 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:41,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-04 23:44:41,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:41,934 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/c97418ae-78be-4ab2-bca3-8acb16357d71 2018-09-04 23:44:42,003 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:42,003 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:42,003 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:42,003 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:42,003 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:42,003 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:42,003 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:42,003 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:15.724Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c97418ae-78be-4ab2-bca3-8acb16357d71"} 2018-09-04 23:44:42,004 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:42,004 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:42 GMT 2018-09-04 23:44:42,004 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:42,004 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-04 23:44:42,004 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:47,010 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:44:47,076 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:47,076 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:47,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:47,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:47,077 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:47,077 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:47,077 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:47,077 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:46.951Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:46.951Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71", "logger": "d3682764-7da1-4c14-b5a9-cb0af4f35447"}], "metadata": {"pagination": {"total": 12, "offset": 11, "size": 50}}} 2018-09-04 23:44:47,077 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:47,077 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:47 GMT 2018-09-04 23:44:47,077 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:47,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 585 2018-09-04 23:44:47,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:47,078 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-09-04 23:44:47,078 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/c97418ae-78be-4ab2-bca3-8acb16357d71 2018-09-04 23:44:47,136 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:47,137 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:47,137 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:47,137 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:47,137 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:47,137 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:47,137 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:47,137 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:15.724Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c97418ae-78be-4ab2-bca3-8acb16357d71"} 2018-09-04 23:44:47,137 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:47,138 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:47 GMT 2018-09-04 23:44:47,138 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:47,138 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-04 23:44:47,138 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:52,144 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:44:52,239 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:52,240 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:52,240 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:52,240 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:52,240 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:52,240 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:52,240 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:52,240 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:47.802Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:47.802Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:47.841Z", "message": "Removing directory: /tmp/tmpZPxt5W", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:47.841Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71", "logger": "d3682764-7da1-4c14-b5a9-cb0af4f35447"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:48.843Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:48.843Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:48.843Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:48.843Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:48.843Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:48.843Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c97418ae-78be-4ab2-bca3-8acb16357d71"}], "metadata": {"pagination": {"total": 17, "offset": 12, "size": 50}}} 2018-09-04 23:44:52,240 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:52,240 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:52 GMT 2018-09-04 23:44:52,240 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:52,241 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2486 2018-09-04 23:44:52,241 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:52,241 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-04 23:44:52,241 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpZPxt5W 2018-09-04 23:44:52,241 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-09-04 23:44:52,242 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-09-04 23:44:52,242 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-09-04 23:44:52,242 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/c97418ae-78be-4ab2-bca3-8acb16357d71 2018-09-04 23:44:52,298 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:52,298 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:52,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:52,299 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:52,299 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:52,299 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:52,299 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:52,299 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:15.724Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c97418ae-78be-4ab2-bca3-8acb16357d71"} 2018-09-04 23:44:52,299 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:52,299 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:52 GMT 2018-09-04 23:44:52,299 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:52,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-09-04 23:44:52,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:52,300 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-09-04 23:44:52,300 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.207:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-09-04 23:44:52,446 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:52,446 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:52,446 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:52,446 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:52,447 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:52,447 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:52,447 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:52,447 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-09-04 23:44:52,447 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:44:52,447 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:52,447 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:52 GMT 2018-09-04 23:44:52,447 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:52,447 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:44:52,447 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:52,448 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:44:52,523 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:52,523 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:52,523 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:52,523 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:52,524 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:52,524 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:52,524 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:52,524 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-04 23:44:52,524 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:52,524 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:52 GMT 2018-09-04 23:44:52,524 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:52,524 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-04 23:44:52,524 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:52,525 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:44:52,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:52,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:52,585 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:52,585 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:52,585 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:52,585 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:52,586 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:52,586 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:44:52,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:52,586 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:52 GMT 2018-09-04 23:44:52,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:52,586 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:44:52,586 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:57,591 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:44:57,698 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:57,698 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:57,698 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:57,698 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:57,698 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:57,699 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:57,699 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:57,699 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:53.035Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:53.035Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_ip_6wspsv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:54.158Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:54.158Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "external_network_8zhlh7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:54.158Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:54.158Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_ip_6wspsv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:54.158Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:54.158Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "security_group_10iv67", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:55.565Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:55.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "external_network_8zhlh7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:55.565Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:55.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_ip_6wspsv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:55.565Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:55.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "management_plane_network_ukhqlr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:55.565Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:55.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "security_group_10iv67", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:55.565Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:55.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "external_network_8zhlh7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:55.565Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:55.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "security_group_10iv67", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:55.565Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:55.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "security_group_10iv67", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:55.586Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:55.586Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "afced093-44ba-4b02-a0f2-9b066010b659"}, {"node_instance_id": "security_group_10iv67", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.137Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.137Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "afced093-44ba-4b02-a0f2-9b066010b659"}, {"node_instance_id": "security_group_10iv67", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.137Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.137Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "afced093-44ba-4b02-a0f2-9b066010b659"}, {"node_instance_id": "security_group_10iv67", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.137Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.137Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "afced093-44ba-4b02-a0f2-9b066010b659"}, {"node_instance_id": "security_group_10iv67", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.137Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.137Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "afced093-44ba-4b02-a0f2-9b066010b659"}, {"node_instance_id": "security_group_10iv67", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.137Z", "message": "Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.137Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "afced093-44ba-4b02-a0f2-9b066010b659"}, {"node_instance_id": "security_group_10iv67", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.137Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.137Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "afced093-44ba-4b02-a0f2-9b066010b659"}, {"node_instance_id": "security_group_10iv67", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.137Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.137Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "afced093-44ba-4b02-a0f2-9b066010b659"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.752Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "data_plane_network_cz7757", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.752Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "management_plane_network_ukhqlr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.752Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "keypair_1x374t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.752Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "external_network_8zhlh7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.752Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.752Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "management_plane_network_ukhqlr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.752Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.752Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "keypair_1x374t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.752Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "data_plane_network_cz7757", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.752Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "keypair_1x374t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:56.752Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:56.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "external_network_8zhlh7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:57.157Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:57.157Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "b71e9613-a42c-4605-af12-aaac16887cb5"}], "metadata": {"pagination": {"total": 31, "offset": 0, "size": 50}}} 2018-09-04 23:44:57,699 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:57,699 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:57 GMT 2018-09-04 23:44:57,699 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:57,699 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16784 2018-09-04 23:44:57,699 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:44:57,700 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-09-04 23:44:57,700 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-04 23:44:57,700 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:44:57,701 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:44:57,701 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-04 23:44:57,701 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-09-04 23:44:57,701 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-04 23:44:57,701 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:44:57,701 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-04 23:44:57,702 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-09-04 23:44:57,702 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:44:57,702 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-09-04 23:44:57,702 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 23:44:57,702 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 23:44:57,702 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 23:44:57,703 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 23:44:57,703 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 23:44:57,703 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 23:44:57,703 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-04 23:44:57,703 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-04 23:44:57,704 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:44:57,704 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-09-04 23:44:57,704 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-09-04 23:44:57,704 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-09-04 23:44:57,704 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-04 23:44:57,704 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-09-04 23:44:57,704 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:44:57,705 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-09-04 23:44:57,705 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-09-04 23:44:57,705 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:44:57,705 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-09-04 23:44:57,705 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:44:57,883 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:44:57,884 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:44:57,884 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:44:57,884 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:44:57,884 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:44:57,884 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:44:57,884 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:44:57,884 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:44:57,884 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:44:57,884 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:44:57 GMT 2018-09-04 23:44:57,885 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:44:57,885 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:44:57,885 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:02,890 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:45:02,976 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:02,977 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:02,977 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:02,977 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:02,977 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:02,977 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:02,977 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:02,977 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_network_cz7757", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:57.912Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:57.912Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "management_plane_network_ukhqlr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:57.912Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:57.912Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "external_network_8zhlh7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:57.912Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:57.912Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_ip_6wspsv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:58.325Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'ee49ede7e0904c7783bae9f8aeed7625', u'created_at': u'2018-09-04T23:44:57Z', u'updated_at': u'2018-09-04T23:44:57Z', u'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'ee49ede7e0904c7783bae9f8aeed7625', u'port_id': None, u'id': u'0267fff3-9c10-45af-adc1-9159032437d4'}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:58.325Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "88d1065c-8677-4846-98a0-c8812f70324b"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:59.022Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:59.022Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "external_network_8zhlh7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:59.022Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:59.022Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "management_plane_network_ukhqlr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:59.022Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:59.022Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "keypair_1x374t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:59.022Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:59.022Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_ip_6wspsv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:59.022Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:59.022Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "management_plane_network_ukhqlr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:59.022Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:59.022Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "keypair_1x374t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:59.022Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:59.022Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_ip_6wspsv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:59.022Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:59.022Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:44:59.351Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'ee49ede7e0904c7783bae9f8aeed7625', u'created_at': u'2018-09-04T23:44:57Z', u'updated_at': u'2018-09-04T23:44:57Z', u'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.209', u'revision_number': 0, u'project_id': u'ee49ede7e0904c7783bae9f8aeed7625', u'port_id': None, u'id': u'638c4c47-d204-4b77-a5a3-8b80fd22ec82'}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:44:59.351Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "6c848d01-80a8-4369-b9a4-d37127091f20"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:00.040Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:00.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "router_q1emsr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:00.040Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:00.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "data_plane_network_cz7757", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:00.040Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:00.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "keypair_1x374t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:01.054Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:01.054Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_ip_6wspsv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:01.054Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:01.054Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "router_q1emsr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:01.054Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:01.054Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:01.054Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:01.054Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "security_group_10iv67", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:01.054Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:01.054Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "data_plane_network_cz7757", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:01.054Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:01.054Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "router_q1emsr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:01.054Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:01.054Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "data_plane_network_cz7757", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:02.067Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:02.067Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "security_group_10iv67", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:02.067Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:02.067Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "security_group_10iv67", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:02.067Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:02.067Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}], "metadata": {"pagination": {"total": 57, "offset": 31, "size": 50}}} 2018-09-04 23:45:02,978 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:02,978 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:02 GMT 2018-09-04 23:45:02,978 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:02,978 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13491 2018-09-04 23:45:02,978 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:02,979 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-09-04 23:45:02,979 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-09-04 23:45:02,979 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:02,979 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'ee49ede7e0904c7783bae9f8aeed7625', u'created_at': u'2018-09-04T23:44:57Z', u'updated_at': u'2018-09-04T23:44:57Z', u'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'ee49ede7e0904c7783bae9f8aeed7625', u'port_id': None, u'id': u'0267fff3-9c10-45af-adc1-9159032437d4'} 2018-09-04 23:45:02,979 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-04 23:45:02,980 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:02,980 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:02,980 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-09-04 23:45:02,980 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-04 23:45:02,980 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:02,980 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:02,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:02,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'ee49ede7e0904c7783bae9f8aeed7625', u'created_at': u'2018-09-04T23:44:57Z', u'updated_at': u'2018-09-04T23:44:57Z', u'floating_network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.209', u'revision_number': 0, u'project_id': u'ee49ede7e0904c7783bae9f8aeed7625', u'port_id': None, u'id': u'638c4c47-d204-4b77-a5a3-8b80fd22ec82'} 2018-09-04 23:45:02,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:02,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:45:02,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-09-04 23:45:02,981 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:02,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:02,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-09-04 23:45:02,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:02,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-04 23:45:02,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:02,982 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-09-04 23:45:02,983 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:02,983 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:02,983 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:02,983 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:45:03,040 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:03,040 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:03,040 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:03,040 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:03,040 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:03,041 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:03,041 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:03,041 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:45:03,041 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:03,041 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:03 GMT 2018-09-04 23:45:03,041 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:03,041 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:45:03,041 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:08,047 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:45:08,126 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:08,126 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:08,126 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:08,126 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:08,126 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:08,127 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:08,127 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:08,127 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_subnet_ngs3nv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:03.112Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:03.112Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "data_plane_subnet_ngs3nv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:03.112Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:03.112Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "data_plane_subnet_ngs3nv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:03.112Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:03.112Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "data_plane_subnet_ngs3nv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:05.125Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:05.125Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "data_plane_subnet_ngs3nv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:06.141Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:06.141Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "data_plane_subnet_ngs3nv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:06.141Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:06.141Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_data_plane_port_7cdjvg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:07.151Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:07.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "router_q1emsr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:07.151Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:07.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_data_plane_port_y043ge", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:07.151Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:07.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}], "metadata": {"pagination": {"total": 66, "offset": 57, "size": 50}}} 2018-09-04 23:45:08,127 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:08,127 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:08 GMT 2018-09-04 23:45:08,127 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:08,127 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4443 2018-09-04 23:45:08,127 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:08,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-09-04 23:45:08,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-09-04 23:45:08,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:45:08,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-09-04 23:45:08,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:08,129 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:08,129 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:45:08,129 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-09-04 23:45:08,129 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:45:08,129 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:45:08,237 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:08,237 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:08,237 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:08,237 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:08,238 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:08,238 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:08,238 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:08,238 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:45:08,238 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:08,238 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:08 GMT 2018-09-04 23:45:08,238 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:08,238 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:45:08,238 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:13,243 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:45:13,322 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:13,322 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:13,322 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:13,322 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:13,322 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:13,322 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:13,322 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:13,323 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_q1emsr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:08.190Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:08.190Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_data_plane_port_7cdjvg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:08.190Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:08.190Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_data_plane_port_7cdjvg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:08.190Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:08.190Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_data_plane_port_y043ge", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:08.190Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:08.190Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_data_plane_port_y043ge", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:08.190Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:08.190Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "router_q1emsr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:09.206Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:09.206Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "management_plane_subnet_uj0swi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:10.220Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:10.220Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "management_plane_subnet_uj0swi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:10.220Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:10.220Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_data_plane_port_7cdjvg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:10.220Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:10.220Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "management_plane_subnet_uj0swi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:10.220Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:10.220Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_data_plane_port_y043ge", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:10.220Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:10.220Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_data_plane_port_7cdjvg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:11.232Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:11.232Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_data_plane_port_y043ge", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:11.232Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:11.232Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_data_plane_port_y043ge", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:12.361Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:12.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_data_plane_port_7cdjvg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:12.361Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:12.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:12.361Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:12.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "management_plane_subnet_uj0swi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:12.361Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:12.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "management_plane_subnet_uj0swi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:12.361Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:12.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:12.361Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:12.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:13.122Z", "message": "connect_security_group(): source_id=10e0774c-d8fb-48f8-9d32-1b6c39bf6756 target={u'external_id': u'ea2608d4-812d-4ee8-8717-d095d22c13f5', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:13.122Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "6609a8e4-25d1-48d7-b22e-04c77e43af46"}], "metadata": {"pagination": {"total": 88, "offset": 66, "size": 50}}} 2018-09-04 23:45:13,323 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:13,323 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:13 GMT 2018-09-04 23:45:13,323 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:13,323 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10299 2018-09-04 23:45:13,323 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:13,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:13,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-09-04 23:45:13,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-09-04 23:45:13,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-09-04 23:45:13,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-09-04 23:45:13,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:13,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-09-04 23:45:13,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:45:13,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-09-04 23:45:13,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-09-04 23:45:13,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-09-04 23:45:13,326 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:13,326 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:13,326 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:13,326 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:13,326 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-09-04 23:45:13,326 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-09-04 23:45:13,327 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:13,327 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-09-04 23:45:13,327 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=10e0774c-d8fb-48f8-9d32-1b6c39bf6756 target={u'external_id': u'ea2608d4-812d-4ee8-8717-d095d22c13f5', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-09-04 23:45:13,327 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:45:13,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:13,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:13,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:13,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:13,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:13,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:13,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:13,391 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:45:13,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:13,391 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:13 GMT 2018-09-04 23:45:13,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:13,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:45:13,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:18,397 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:45:18,469 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:18,470 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:18,470 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:18,470 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:18,470 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:18,470 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:18,470 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:18,470 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:13.373Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:13.373Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "management_plane_subnet_uj0swi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:13.373Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:13.373Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:13.373Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:13.373Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:14.390Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:14.390Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:14.423Z", "message": "connect_security_group(): source_id=d2efb13b-56c7-47ed-ae19-340b78c1c657 target={u'external_id': u'ea2608d4-812d-4ee8-8717-d095d22c13f5', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:14.423Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "4be52036-b8fb-4e5a-9648-c6c51bd647a2"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:15.401Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:15.401Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:16.513Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:16.513Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_port_5xhhvi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:17.529Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:17.529Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_port_wj7uh7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:17.529Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:17.529Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_port_5xhhvi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:17.529Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:17.529Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_port_wj7uh7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:17.529Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:17.529Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_port_5xhhvi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:17.529Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:17.529Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_port_wj7uh7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:17.529Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:17.529Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}], "metadata": {"pagination": {"total": 101, "offset": 86, "size": 50}}} 2018-09-04 23:45:18,470 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:18,471 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:18 GMT 2018-09-04 23:45:18,471 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:18,471 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6727 2018-09-04 23:45:18,471 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:18,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-09-04 23:45:18,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:18,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-09-04 23:45:18,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-09-04 23:45:18,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=d2efb13b-56c7-47ed-ae19-340b78c1c657 target={u'external_id': u'ea2608d4-812d-4ee8-8717-d095d22c13f5', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-09-04 23:45:18,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-09-04 23:45:18,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-09-04 23:45:18,473 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:45:18,473 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:45:18,473 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-09-04 23:45:18,473 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-09-04 23:45:18,473 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-09-04 23:45:18,473 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-09-04 23:45:18,474 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:45:18,530 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:18,530 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:18,530 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:18,530 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:18,530 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:18,530 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:18,531 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:18,531 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:45:18,531 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:18,531 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:18 GMT 2018-09-04 23:45:18,531 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:18,531 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:45:18,531 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:23,537 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:45:24,035 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:24,035 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:24,035 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:24,035 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:24,036 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:24,036 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:24,036 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:24,036 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_5xhhvi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:19.539Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:19.539Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_port_5xhhvi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:20.541Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:20.541Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_port_wj7uh7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:20.541Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:20.541Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_port_wj7uh7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:20.541Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:20.541Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_port_5xhhvi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:21.552Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:21.552Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:22.567Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:22.567Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_port_wj7uh7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:22.567Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:22.567Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:22.567Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:22.567Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}], "metadata": {"pagination": {"total": 111, "offset": 99, "size": 50}}} 2018-09-04 23:45:24,036 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:24,036 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:24 GMT 2018-09-04 23:45:24,036 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:24,036 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3947 2018-09-04 23:45:24,036 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:24,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-09-04 23:45:24,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:24,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:24,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-09-04 23:45:24,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:24,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-09-04 23:45:24,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:24,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-09-04 23:45:24,038 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:45:24,096 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:24,096 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:24,097 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:24,097 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:24,097 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:24,097 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:24,097 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:24,097 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:45:24,097 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:24,097 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:24 GMT 2018-09-04 23:45:24,097 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:24,098 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:45:24,098 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:29,103 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:45:29,212 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:29,212 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:29,212 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:29,212 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:29,213 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:29,213 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:29,213 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:29,213 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:24.023Z", "message": "connect_security_group(): source_id=f4db30a7-2a41-4570-affd-bc0fa2394357 target={u'external_id': u'ea2608d4-812d-4ee8-8717-d095d22c13f5', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:24.023Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "6f2e256b-6bb0-4c47-973b-6b3dad5262b5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:24.445Z", "message": "connect_security_group(): source_id=24b27437-898f-4b08-808b-a94613ce5a56 target={u'external_id': u'ea2608d4-812d-4ee8-8717-d095d22c13f5', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:24.445Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "6859d6df-eefa-409c-baee-ad2c5e50806f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:24.825Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:24.825Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:25.582Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:25.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:25.582Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:25.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:25.582Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:25.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:26.920Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:26.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:27.632Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:27.632Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:27.632Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:27.632Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:28.653Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:28.653Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:28.653Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:28.653Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:28.653Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:28.653Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:28.653Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:28.653Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:28.653Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:28.653Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:28.664Z", "message": "Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'f4db30a7-2a41-4570-affd-bc0fa2394357', u'fixed_ip_address': u'11.0.0.10', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:50:25:56'}, {u'external_id': u'd2efb13b-56c7-47ed-ae19-340b78c1c657', u'fixed_ip_address': u'12.0.0.6', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:ba:7b:cd'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:28.664Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "a102c3f5-c258-47be-bf38-d03e31db4d33"}], "metadata": {"pagination": {"total": 128, "offset": 107, "size": 50}}} 2018-09-04 23:45:29,213 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:29,213 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:29 GMT 2018-09-04 23:45:29,213 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:29,213 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8538 2018-09-04 23:45:29,213 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:29,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=f4db30a7-2a41-4570-affd-bc0fa2394357 target={u'external_id': u'ea2608d4-812d-4ee8-8717-d095d22c13f5', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-09-04 23:45:29,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=24b27437-898f-4b08-808b-a94613ce5a56 target={u'external_id': u'ea2608d4-812d-4ee8-8717-d095d22c13f5', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-09-04 23:45:29,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-09-04 23:45:29,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-09-04 23:45:29,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-09-04 23:45:29,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-09-04 23:45:29,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-09-04 23:45:29,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:45:29,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-09-04 23:45:29,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-04 23:45:29,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-04 23:45:29,216 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-04 23:45:29,216 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-09-04 23:45:29,216 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-09-04 23:45:29,216 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'f4db30a7-2a41-4570-affd-bc0fa2394357', u'fixed_ip_address': u'11.0.0.10', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:50:25:56'}, {u'external_id': u'd2efb13b-56c7-47ed-ae19-340b78c1c657', u'fixed_ip_address': u'12.0.0.6', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:ba:7b:cd'}] 2018-09-04 23:45:29,216 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:45:29,288 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:29,288 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:29,288 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:29,289 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:29,289 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:29,289 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:29,289 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:29,289 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:45:29,289 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:29,289 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:29 GMT 2018-09-04 23:45:29,289 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:29,289 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:45:29,289 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:34,293 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:45:34,710 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:34,710 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:34,710 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:34,711 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:34,711 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:34,711 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:34,711 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:34,711 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_ycv1k3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:29.470Z", "message": "Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'24b27437-898f-4b08-808b-a94613ce5a56', u'fixed_ip_address': u'11.0.0.7', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:0a:c0:e2'}, {u'external_id': u'10e0774c-d8fb-48f8-9d32-1b6c39bf6756', u'fixed_ip_address': u'12.0.0.4', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:0f:57:dd'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:29.470Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "85753322-c8fd-451e-b6fb-2470faca685f"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:29.470Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:29.470Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "a102c3f5-c258-47be-bf38-d03e31db4d33"}, {"node_instance_id": "target_vnf_host_ycv1k3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:29.470Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:29.470Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "85753322-c8fd-451e-b6fb-2470faca685f"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:31.338Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2ac145c4-5078-498c-a5f3-ccbeabb966fe', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'45693af2-69f4-40d9-b69b-bce7ad3ddb52'}, 'nics': [{'port-id': u'f4db30a7-2a41-4570-affd-bc0fa2394357'}, {'port-id': u'd2efb13b-56c7-47ed-ae19-340b78c1c657'}], 'flavor': u'81e4d86b-bacb-46d2-8cd1-c68a859308d0'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:31.338Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "a102c3f5-c258-47be-bf38-d03e31db4d33"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:31.487Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:31.487Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "a102c3f5-c258-47be-bf38-d03e31db4d33"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:31.487Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2ac145c4-5078-498c-a5f3-ccbeabb966fe', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'45693af2-69f4-40d9-b69b-bce7ad3ddb52'}, 'nics': [{'port-id': u'f4db30a7-2a41-4570-affd-bc0fa2394357'}, {'port-id': u'd2efb13b-56c7-47ed-ae19-340b78c1c657'}], 'flavor': u'81e4d86b-bacb-46d2-8cd1-c68a859308d0'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:31.487Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "a102c3f5-c258-47be-bf38-d03e31db4d33"}, {"node_instance_id": "target_vnf_host_ycv1k3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:32.497Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:32.497Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "85753322-c8fd-451e-b6fb-2470faca685f"}, {"node_instance_id": "target_vnf_host_ycv1k3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:32.497Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2ac145c4-5078-498c-a5f3-ccbeabb966fe', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'45693af2-69f4-40d9-b69b-bce7ad3ddb52'}, 'nics': [{'port-id': u'24b27437-898f-4b08-808b-a94613ce5a56'}, {'port-id': u'10e0774c-d8fb-48f8-9d32-1b6c39bf6756'}], 'flavor': u'81e4d86b-bacb-46d2-8cd1-c68a859308d0'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:32.497Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "85753322-c8fd-451e-b6fb-2470faca685f"}, {"node_instance_id": "target_vnf_host_ycv1k3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:32.497Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2ac145c4-5078-498c-a5f3-ccbeabb966fe', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'45693af2-69f4-40d9-b69b-bce7ad3ddb52'}, 'nics': [{'port-id': u'24b27437-898f-4b08-808b-a94613ce5a56'}, {'port-id': u'10e0774c-d8fb-48f8-9d32-1b6c39bf6756'}], 'flavor': u'81e4d86b-bacb-46d2-8cd1-c68a859308d0'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:32.497Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "85753322-c8fd-451e-b6fb-2470faca685f"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:33.721Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:33.721Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:34.667Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:34.667Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}], "metadata": {"pagination": {"total": 138, "offset": 122, "size": 50}}} 2018-09-04 23:45:34,711 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:34,711 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:34 GMT 2018-09-04 23:45:34,711 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:34,711 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8414 2018-09-04 23:45:34,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:34,712 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'24b27437-898f-4b08-808b-a94613ce5a56', u'fixed_ip_address': u'11.0.0.7', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:0a:c0:e2'}, {u'external_id': u'10e0774c-d8fb-48f8-9d32-1b6c39bf6756', u'fixed_ip_address': u'12.0.0.4', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:0f:57:dd'}] 2018-09-04 23:45:34,712 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-09-04 23:45:34,712 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-09-04 23:45:34,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2ac145c4-5078-498c-a5f3-ccbeabb966fe', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'45693af2-69f4-40d9-b69b-bce7ad3ddb52'}, 'nics': [{'port-id': u'f4db30a7-2a41-4570-affd-bc0fa2394357'}, {'port-id': u'd2efb13b-56c7-47ed-ae19-340b78c1c657'}], 'flavor': u'81e4d86b-bacb-46d2-8cd1-c68a859308d0'} 2018-09-04 23:45:34,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-04 23:45:34,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2ac145c4-5078-498c-a5f3-ccbeabb966fe', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'45693af2-69f4-40d9-b69b-bce7ad3ddb52'}, 'nics': [{'port-id': u'f4db30a7-2a41-4570-affd-bc0fa2394357'}, {'port-id': u'd2efb13b-56c7-47ed-ae19-340b78c1c657'}], 'flavor': u'81e4d86b-bacb-46d2-8cd1-c68a859308d0'} 2018-09-04 23:45:34,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-04 23:45:34,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2ac145c4-5078-498c-a5f3-ccbeabb966fe', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'45693af2-69f4-40d9-b69b-bce7ad3ddb52'}, 'nics': [{'port-id': u'24b27437-898f-4b08-808b-a94613ce5a56'}, {'port-id': u'10e0774c-d8fb-48f8-9d32-1b6c39bf6756'}], 'flavor': u'81e4d86b-bacb-46d2-8cd1-c68a859308d0'} 2018-09-04 23:45:34,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2ac145c4-5078-498c-a5f3-ccbeabb966fe', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'45693af2-69f4-40d9-b69b-bce7ad3ddb52'}, 'nics': [{'port-id': u'24b27437-898f-4b08-808b-a94613ce5a56'}, {'port-id': u'10e0774c-d8fb-48f8-9d32-1b6c39bf6756'}], 'flavor': u'81e4d86b-bacb-46d2-8cd1-c68a859308d0'} 2018-09-04 23:45:34,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-04 23:45:34,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-04 23:45:34,714 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:45:34,791 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:34,791 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:34,792 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:34,792 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:34,792 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:34,792 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:34,792 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:34,792 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:45:34,792 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:34,792 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:34 GMT 2018-09-04 23:45:34,792 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:34,793 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:45:34,793 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:39,798 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:45:41,642 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:41,642 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:41,642 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:41,643 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:41,643 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:41,643 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:41,643 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:41,643 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:35.712Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:35.712Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:35.712Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:35.712Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:35.712Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:35.712Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:35.712Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:35.712Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:35.712Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:35.712Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:35.712Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:35.712Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:36.734Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:36.734Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:36.734Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:45:36.734Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}], "metadata": {"pagination": {"total": 147, "offset": 133, "size": 50}}} 2018-09-04 23:45:41,643 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:41,643 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:41 GMT 2018-09-04 23:45:41,643 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:41,643 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3936 2018-09-04 23:45:41,643 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:41,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:41,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-04 23:45:41,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-04 23:45:41,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:41,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-04 23:45:41,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-09-04 23:45:41,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-04 23:45:41,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-09-04 23:45:41,645 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:45:41,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:41,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:41,734 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:41,734 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:41,734 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:41,735 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:41,735 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:41,735 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:45:41,735 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:41,735 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:41 GMT 2018-09-04 23:45:41,735 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:41,735 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:45:41,735 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:46,736 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:45:47,053 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:47,053 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:47,053 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:47,054 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:47,054 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:47,054 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:47,054 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:47,054 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:41.807Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T23:45:41.807Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:45:42.747Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T23:45:42.747Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}], "metadata": {"pagination": {"total": 149, "offset": 141, "size": 50}}} 2018-09-04 23:45:47,054 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:47,054 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:47 GMT 2018-09-04 23:45:47,054 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:47,054 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2342 2018-09-04 23:45:47,055 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:47,055 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-09-04 23:45:47,055 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-09-04 23:45:47,055 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:45:47,223 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:47,224 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:47,224 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:47,224 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:47,224 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:47,224 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:47,224 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:47,224 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:45:47,224 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:47,224 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:47 GMT 2018-09-04 23:45:47,225 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:47,225 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:45:47,225 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:52,230 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:45:52,325 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:52,326 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:52,326 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:52,326 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:52,326 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:52,326 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:52,326 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:52,326 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-09-04 23:45:52,326 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:52,326 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:52 GMT 2018-09-04 23:45:52,327 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:52,327 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:45:52,327 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:52,327 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:45:52,443 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:52,443 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:52,443 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:52,443 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:52,443 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:52,443 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:52,443 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:52,444 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:45:52,444 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:52,444 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:52 GMT 2018-09-04 23:45:52,444 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:52,444 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:45:52,444 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:57,449 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:45:57,542 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:57,542 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:57,542 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:57,542 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:57,542 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:57,543 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:57,543 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:57,543 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-09-04 23:45:57,543 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:57,543 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:57 GMT 2018-09-04 23:45:57,543 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:57,543 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:45:57,543 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:45:57,544 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:45:57,641 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:45:57,641 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:45:57,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:45:57,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:45:57,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:45:57,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:45:57,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:45:57,641 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:45:57,642 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:45:57,642 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:45:57 GMT 2018-09-04 23:45:57,642 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:45:57,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:45:57,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:02,647 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:46:02,739 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:02,739 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:02,739 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:02,739 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:02,739 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:02,740 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:02,740 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:02,740 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-09-04 23:46:02,740 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:02,740 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:02 GMT 2018-09-04 23:46:02,740 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:02,740 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:46:02,740 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:02,741 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:46:02,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:02,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:02,804 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:02,804 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:02,804 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:02,804 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:02,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:02,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:46:02,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:02,804 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:02 GMT 2018-09-04 23:46:02,805 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:02,805 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:46:02,805 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:07,810 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:46:07,898 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:07,899 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:07,899 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:07,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:07,899 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:07,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:07,899 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:07,899 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-09-04 23:46:07,900 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:07,900 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:07 GMT 2018-09-04 23:46:07,900 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:07,900 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:46:07,900 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:07,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:46:07,960 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:07,960 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:07,960 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:07,960 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:07,960 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:07,960 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:07,960 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:07,961 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:46:07,961 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:07,961 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:07 GMT 2018-09-04 23:46:07,961 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:07,961 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:46:07,961 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:12,966 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:46:13,041 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:13,041 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:13,041 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:13,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:13,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:13,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:13,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:13,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:11.799Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:11.799Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:12.774Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:12.774Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:12.774Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:12.774Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:12.774Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:12.774Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}], "metadata": {"pagination": {"total": 153, "offset": 143, "size": 50}}} 2018-09-04 23:46:13,042 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:13,042 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:13 GMT 2018-09-04 23:46:13,042 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:13,042 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2162 2018-09-04 23:46:13,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:13,043 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-04 23:46:13,043 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-04 23:46:13,043 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-04 23:46:13,043 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-04 23:46:13,044 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:46:13,103 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:13,103 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:13,103 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:13,103 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:13,104 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:13,104 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:13,104 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:13,104 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:46:13,104 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:13,104 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:13 GMT 2018-09-04 23:46:13,104 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:13,104 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:46:13,104 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:18,110 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:46:18,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:18,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:18,193 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:18,193 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:18,193 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:18,193 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:18,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:18,193 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:14.254Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T23:46:14.254Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:14.785Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-04T23:46:14.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}], "metadata": {"pagination": {"total": 155, "offset": 147, "size": 50}}} 2018-09-04 23:46:18,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:18,193 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:18 GMT 2018-09-04 23:46:18,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:18,194 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2368 2018-09-04 23:46:18,194 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:18,194 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-09-04 23:46:18,194 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-09-04 23:46:18,194 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:46:18,264 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:18,264 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:18,264 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:18,264 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:18,264 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:18,265 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:18,265 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:18,265 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:46:18,265 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:18,265 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:18 GMT 2018-09-04 23:46:18,265 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:18,266 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:46:18,266 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:23,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:46:23,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:23,343 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:23,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:23,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:23,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:23,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:23,343 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:23,343 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-09-04 23:46:23,344 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:23,344 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:23 GMT 2018-09-04 23:46:23,344 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:23,344 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:46:23,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:23,344 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:46:23,415 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:23,415 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:23,415 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:23,415 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:23,415 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:23,415 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:23,416 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:23,416 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:46:23,416 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:23,416 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:23 GMT 2018-09-04 23:46:23,416 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:23,416 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:46:23,416 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:28,422 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:46:28,507 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:28,507 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:28,507 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:28,507 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:28,507 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:28,507 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:28,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:28,508 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-09-04 23:46:28,508 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:28,508 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:28 GMT 2018-09-04 23:46:28,508 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:28,508 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:46:28,508 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:28,508 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:46:28,571 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:28,571 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:28,571 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:28,571 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:28,571 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:28,571 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:28,571 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:28,572 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:46:28,572 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:28,572 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:28 GMT 2018-09-04 23:46:28,572 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:28,572 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:46:28,572 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:33,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:46:33,723 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:33,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:33,723 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:33,723 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:33,723 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:33,723 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:33,724 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:33,724 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-09-04 23:46:33,724 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:33,724 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:33 GMT 2018-09-04 23:46:33,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:33,724 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:46:33,724 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:33,724 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:46:33,781 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:33,781 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:33,781 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:33,781 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:33,781 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:33,781 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:33,781 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:33,782 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:46:33,782 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:33,782 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:33 GMT 2018-09-04 23:46:33,782 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:33,782 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:46:33,782 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:38,787 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:46:38,868 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:38,868 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:38,868 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:38,868 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:38,869 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:38,869 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:38,869 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:38,869 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-09-04 23:46:38,869 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:38,869 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:38 GMT 2018-09-04 23:46:38,869 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:38,869 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:46:38,869 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:38,870 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:46:38,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:38,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:38,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:38,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:38,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:38,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:38,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:38,934 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:46:38,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:38,934 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:38 GMT 2018-09-04 23:46:38,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:38,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:46:38,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:43,940 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:46:44,007 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:44,007 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:44,007 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:44,007 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:44,008 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:44,008 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:44,008 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:44,008 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-09-04 23:46:44,008 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:44,008 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:44 GMT 2018-09-04 23:46:44,008 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:44,008 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-04 23:46:44,008 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:44,009 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:46:44,070 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:44,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:44,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:44,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:44,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:44,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:44,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:44,070 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:46:44,071 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:44,071 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:44 GMT 2018-09-04 23:46:44,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:44,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-04 23:46:44,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:49,076 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:46:49,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:49,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:49,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:49,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:49,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:49,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:49,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:49,147 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:44.355Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:44.355Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:44.907Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:44.907Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:44.907Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:44.907Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:44.907Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:44.907Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "target_vnf_host_ycv1k3", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:46.566Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:46.566Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "6c6ac269-9ccb-4fa4-8c4a-96a12e76f1aa"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:46.872Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:46.872Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:47.534Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:47.534Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691", "logger": "03e470c5-2c30-48e6-a076-0ee47004b9b2"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:47.932Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:47.932Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:46:48.941Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-04T23:46:48.941Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}], "metadata": {"pagination": {"total": 164, "offset": 149, "size": 50}}} 2018-09-04 23:46:49,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:49,147 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:49 GMT 2018-09-04 23:46:49,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:49,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4691 2018-09-04 23:46:49,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:49,148 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-04 23:46:49,148 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-04 23:46:49,148 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-04 23:46:49,148 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-04 23:46:49,148 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-09-04 23:46:49,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-09-04 23:46:49,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-09-04 23:46:49,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-09-04 23:46:49,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-09-04 23:46:49,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/9188bb4f-dbcd-4c8c-b769-9bc03eab4691 2018-09-04 23:46:49,204 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:46:49,204 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:46:49,205 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:46:49,205 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:46:49,205 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:46:49,205 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:46:49,205 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:46:49,205 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"} 2018-09-04 23:46:49,205 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:46:49,205 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:46:49 GMT 2018-09-04 23:46:49,205 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:46:49,206 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-09-04 23:46:49,206 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:46:49,206 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'vrouter-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-09-04T23:44:52.373Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'vrouter-opnfv', u'id': u'9188bb4f-dbcd-4c8c-b769-9bc03eab4691'} 2018-09-04 23:46:49,227 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-09-04 23:46:49,291 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.209'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.203'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-09-04 23:46:49,362 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.209'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.203'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-09-04 23:46:49,362 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-09-04 23:46:49,362 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.209 2018-09-04 23:46:49,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:46:49,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:46:50,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:46:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4625ba21-7e29-4cdd-9d68-11a8917dfbb2 x-compute-request-id: req-4625ba21-7e29-4cdd-9d68-11a8917dfbb2 Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "11.0.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:7b:cd", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "15816d82-954e-42dc-8c0b-9f73413015ec", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:57:dd", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:42:30Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:46:50,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4625ba21-7e29-4cdd-9d68-11a8917dfbb2 2018-09-04 23:46:50,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12809300423s 2018-09-04 23:46:50,492 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4625ba21-7e29-4cdd-9d68-11a8917dfbb2 2018-09-04 23:46:50,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:46:50,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:46:51,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:46:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18178cb2-655b-481c-a87c-af331b3cf095 x-compute-request-id: req-18178cb2-655b-481c-a87c-af331b3cf095 Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "11.0.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:7b:cd", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "15816d82-954e-42dc-8c0b-9f73413015ec", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:57:dd", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:42:30Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:46:51,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-18178cb2-655b-481c-a87c-af331b3cf095 2018-09-04 23:46:51,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.685121059418s 2018-09-04 23:46:51,181 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-18178cb2-655b-481c-a87c-af331b3cf095 2018-09-04 23:46:51,185 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.10 2018-09-04 23:46:51,185 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:50:25:56 2018-09-04 23:46:51,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:46:51,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:46:52,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:46:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bce93781-ab3c-4c37-b108-68587e9c4080 x-compute-request-id: req-bce93781-ab3c-4c37-b108-68587e9c4080 Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "11.0.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:7b:cd", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "15816d82-954e-42dc-8c0b-9f73413015ec", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:57:dd", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:42:30Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:46:52,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bce93781-ab3c-4c37-b108-68587e9c4080 2018-09-04 23:46:52,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.860392093658s 2018-09-04 23:46:52,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bce93781-ab3c-4c37-b108-68587e9c4080 2018-09-04 23:46:52,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:46:52,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:46:52,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:46:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-757d91fd-5a99-4e13-b5a2-fb7ded19ad0e x-compute-request-id: req-757d91fd-5a99-4e13-b5a2-fb7ded19ad0e Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "11.0.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:7b:cd", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "15816d82-954e-42dc-8c0b-9f73413015ec", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:57:dd", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:42:30Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:46:52,913 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-757d91fd-5a99-4e13-b5a2-fb7ded19ad0e 2018-09-04 23:46:52,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.862838029861s 2018-09-04 23:46:52,914 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-757d91fd-5a99-4e13-b5a2-fb7ded19ad0e 2018-09-04 23:46:52,917 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.6 2018-09-04 23:46:52,917 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:ba:7b:cd 2018-09-04 23:46:52,917 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-09-04 23:46:52,918 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.203 2018-09-04 23:46:52,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:46:52,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:46:53,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:46:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2386b69f-0c9b-4644-9e88-02cdbfba6b19 x-compute-request-id: req-2386b69f-0c9b-4644-9e88-02cdbfba6b19 Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "11.0.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:7b:cd", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "15816d82-954e-42dc-8c0b-9f73413015ec", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:57:dd", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:42:30Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:46:53,717 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2386b69f-0c9b-4644-9e88-02cdbfba6b19 2018-09-04 23:46:53,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.798694133759s 2018-09-04 23:46:53,717 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2386b69f-0c9b-4644-9e88-02cdbfba6b19 2018-09-04 23:46:53,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:46:53,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:46:54,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:46:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7edb69a4-66a9-4bc4-b920-7b586f41c185 x-compute-request-id: req-7edb69a4-66a9-4bc4-b920-7b586f41c185 Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "11.0.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:7b:cd", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "15816d82-954e-42dc-8c0b-9f73413015ec", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:57:dd", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:42:30Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:46:54,123 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7edb69a4-66a9-4bc4-b920-7b586f41c185 2018-09-04 23:46:54,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.402297019958s 2018-09-04 23:46:54,124 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7edb69a4-66a9-4bc4-b920-7b586f41c185 2018-09-04 23:46:54,127 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.7 2018-09-04 23:46:54,128 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:0a:c0:e2 2018-09-04 23:46:54,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:46:54,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:46:54,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:46:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b654da8-507e-42db-8f93-3d738e1cf427 x-compute-request-id: req-4b654da8-507e-42db-8f93-3d738e1cf427 Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "11.0.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:7b:cd", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "15816d82-954e-42dc-8c0b-9f73413015ec", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:57:dd", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:42:30Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:46:54,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4b654da8-507e-42db-8f93-3d738e1cf427 2018-09-04 23:46:54,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712732076645s 2018-09-04 23:46:54,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4b654da8-507e-42db-8f93-3d738e1cf427 2018-09-04 23:46:54,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:46:54,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:46:55,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:46:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a3c698c-db14-4ac5-b535-51fbc24dce0a x-compute-request-id: req-6a3c698c-db14-4ac5-b535-51fbc24dce0a Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "11.0.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:7b:cd", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "15816d82-954e-42dc-8c0b-9f73413015ec", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:57:dd", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:42:30Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:46:55,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6a3c698c-db14-4ac5-b535-51fbc24dce0a 2018-09-04 23:46:55,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13431811333s 2018-09-04 23:46:55,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6a3c698c-db14-4ac5-b535-51fbc24dce0a 2018-09-04 23:46:55,984 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.4 2018-09-04 23:46:55,984 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:0f:57:dd 2018-09-04 23:46:55,984 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-09-04 23:46:55,999 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-04 23:46:56,020 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-09-04 23:46:56,030 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-04 23:46:56,046 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-09-04 23:46:56,046 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-09-04 23:46:56,055 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-04 23:46:56,114 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-09-04 23:46:56' 2018-09-04 23:46:56,114 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-09-04 23:46:56,114 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-09-04 23:46:56,123 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-04 23:46:56,143 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.203. 2018-09-04 23:46:56,147 - paramiko.transport - DEBUG - starting thread (client mode): 0x79747d10L 2018-09-04 23:46:56,148 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 23:46:56,151 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-09-04 23:46:56,152 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-09-04 23:46:56,153 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 23:46:56,153 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-09-04 23:46:56,153 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-09-04 23:46:56,153 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 23:46:56,154 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-09-04 23:46:56,154 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 23:46:56,193 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-09-04 23:46:56,306 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-09-04 23:46:56,307 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 23:46:56,315 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.203: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-09-04 23:46:56,342 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 23:46:56,349 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-09-04 23:46:56,350 - paramiko.transport - INFO - Authentication (password) successful! 2018-09-04 23:46:56,380 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.203. 2018-09-04 23:46:56,380 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 23:46:56,381 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 23:46:56,381 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 23:46:56,384 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 23:46:56,386 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 23:46:57,409 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-09-04 23:46:58,410 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-09-04 23:47:03,411 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-09-04 23:47:04,413 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-09-04 23:47:09,419 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-09-04 23:47:10,421 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-09-04 23:47:15,422 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-09-04 23:47:16,424 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:47:21,427 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-09-04 23:47:22,429 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:47:27,432 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-09-04 23:47:28,434 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:47:33,435 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-09-04 23:47:34,437 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:47:39,441 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-09-04 23:47:40,442 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:47:45,443 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-09-04 23:47:46,445 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:47:51,451 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-09-04 23:47:52,453 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:47:57,457 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-09-04 23:47:58,459 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:48:03,459 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-09-04 23:48:04,461 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:48:09,466 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-09-04 23:48:10,468 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:48:15,469 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-09-04 23:48:16,471 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-09-04 23:48:21,474 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.6 ebgp-multihop '2' 2018-09-04 23:48:22,476 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.6 ebgp-multihop '2' [edit] vyos@vyos# 2018-09-04 23:48:27,480 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.6 remote-as 65002 2018-09-04 23:48:28,482 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.6 remote-as 65002 [edit] vyos@vyos# 2018-09-04 23:48:33,484 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.6 update-source 12.0.0.4 2018-09-04 23:48:34,486 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.6 update-source 12.0.0.4 [edit] vyos@vyos# 2018-09-04 23:48:39,487 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.6 soft-reconfiguration inbound 2018-09-04 23:48:40,489 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.6 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-09-04 23:48:45,495 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.6 password lab0033 2018-09-04 23:48:46,497 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.6 password lab0033 [edit] vyos@vyos# 2018-09-04 23:48:51,503 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-09-04 23:48:52,505 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2018-09-04 23:48:57,509 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-09-04 23:48:58,510 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2018-09-04 23:49:03,512 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-09-04 23:49:04,514 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2018-09-04 23:49:09,517 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-09-04 23:49:10,518 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2018-09-04 23:49:15,519 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-09-04 23:49:16,522 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2018-09-04 23:49:21,524 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-09-04 23:49:22,526 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2018-09-04 23:49:27,527 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-09-04 23:49:28,529 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2018-09-04 23:49:33,535 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-09-04 23:49:34,536 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2018-09-04 23:49:39,542 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-09-04 23:49:40,543 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2018-09-04 23:49:45,549 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-09-04 23:49:46,551 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2018-09-04 23:49:51,557 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.4 2018-09-04 23:49:52,559 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.4 [edit] vyos@vyos# 2018-09-04 23:49:57,564 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-09-04 23:49:58,566 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-09-04 23:50:03,646 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 23:50:03,686 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-09-04 23:50:03,705 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-04 23:50:03,740 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-09-04 23:50:03,743 - paramiko.transport - DEBUG - starting thread (client mode): 0x79716c10L 2018-09-04 23:50:03,744 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 23:50:03,750 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-09-04 23:50:03,751 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-09-04 23:50:03,752 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 23:50:03,752 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-09-04 23:50:03,752 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-09-04 23:50:03,753 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 23:50:03,753 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-09-04 23:50:03,753 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 23:50:03,793 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-09-04 23:50:03,889 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-09-04 23:50:03,890 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 23:50:03,892 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.209: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-09-04 23:50:03,922 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 23:50:03,930 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-09-04 23:50:03,930 - paramiko.transport - INFO - Authentication (password) successful! 2018-09-04 23:50:03,957 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.209. 2018-09-04 23:50:03,957 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 23:50:03,958 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 23:50:03,958 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 23:50:03,961 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 23:50:03,962 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 23:50:04,981 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-09-04 23:50:05,982 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-09-04 23:50:10,988 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-09-04 23:50:11,990 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-09-04 23:50:16,995 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-09-04 23:50:17,997 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-09-04 23:50:23,002 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-09-04 23:50:24,003 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:50:29,006 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-09-04 23:50:30,008 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:50:35,014 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-09-04 23:50:36,016 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:50:41,021 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-09-04 23:50:42,023 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:50:47,028 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-09-04 23:50:48,030 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:50:53,036 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-09-04 23:50:54,038 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:50:59,043 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-09-04 23:51:00,045 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:51:05,050 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-09-04 23:51:06,052 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:51:11,058 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-09-04 23:51:12,059 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:51:17,065 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-09-04 23:51:18,067 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-09-04 23:51:23,072 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-09-04 23:51:24,074 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-09-04 23:51:29,079 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.4 ebgp-multihop '2' 2018-09-04 23:51:30,081 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.4 ebgp-multihop '2' [edit] vyos@vyos# 2018-09-04 23:51:35,087 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.4 remote-as 65001 2018-09-04 23:51:36,089 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.4 remote-as 65001 [edit] vyos@vyos# 2018-09-04 23:51:41,094 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.4 update-source 12.0.0.6 2018-09-04 23:51:42,096 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.4 update-source 12.0.0.6 [edit] vyos@vyos# 2018-09-04 23:51:47,101 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.4 soft-reconfiguration inbound 2018-09-04 23:51:48,103 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.4 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-09-04 23:51:53,108 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.4 password lab0033 2018-09-04 23:51:54,110 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.4 password lab0033 [edit] vyos@vyos# 2018-09-04 23:51:59,113 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-09-04 23:52:00,115 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2018-09-04 23:52:05,120 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-09-04 23:52:06,122 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2018-09-04 23:52:11,125 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-09-04 23:52:12,127 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2018-09-04 23:52:17,132 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-09-04 23:52:18,134 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2018-09-04 23:52:23,139 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-09-04 23:52:24,141 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2018-09-04 23:52:29,147 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-09-04 23:52:30,149 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2018-09-04 23:52:35,154 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-09-04 23:52:36,156 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2018-09-04 23:52:41,161 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-09-04 23:52:42,163 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2018-09-04 23:52:47,168 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-09-04 23:52:48,170 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2018-09-04 23:52:53,173 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-09-04 23:52:54,175 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2018-09-04 23:52:59,180 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.6 2018-09-04 23:53:00,182 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.6 [edit] vyos@vyos# 2018-09-04 23:53:05,187 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-09-04 23:53:06,189 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-09-04 23:53:11,286 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 23:53:11,308 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-09-04 23:53:11,308 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-09-04 23:54:11,369 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-09-04 23:54:11,388 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-04 23:54:11,423 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.203. 2018-09-04 23:54:11,427 - paramiko.transport - DEBUG - starting thread (client mode): 0x79bc2a90L 2018-09-04 23:54:11,428 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 23:54:11,432 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-09-04 23:54:11,433 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-09-04 23:54:11,434 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-04 23:54:11,434 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-09-04 23:54:11,434 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-09-04 23:54:11,434 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 23:54:11,434 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-09-04 23:54:11,435 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 23:54:11,471 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-09-04 23:54:11,578 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-09-04 23:54:11,579 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 23:54:11,581 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.203: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-09-04 23:54:11,610 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 23:54:11,616 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-09-04 23:54:11,616 - paramiko.transport - INFO - Authentication (password) successful! 2018-09-04 23:54:11,646 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.203. 2018-09-04 23:54:11,646 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 23:54:11,647 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 23:54:11,647 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 23:54:11,649 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 23:54:11,651 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 23:54:12,652 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-09-04 23:54:42,730 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 23:54:42,763 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-09-04 23:54:42,763 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.4, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.6 4 65002 3 6 0 0 0 00:01:01 10 Total number of neighbors 1 vyos@vyos:~$ 2018-09-04 23:54:42,763 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.6 | no-more BGP neighbor is 12.0.0.6, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.6 BGP state = Established, up for 00:01:07 Last read 00:13:35, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 2 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 6 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.4 For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor(both) 10 accepted prefixes Connections established 1; dropped 0 Last reset never External BGP neighbor may be up to 2 hops away. Local host: 12.0.0.4, Local port: 179 Foreign host: 12.0.0.6, Foreign port: 42095 Nexthop: 12.0.0.4 Nexthop global: fe80::f816:3eff:fe0f:57dd Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-09-04 23:54:42,764 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.6 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.4 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.4 0 32768 i *> 10.0.2.0/24 12.0.0.4 0 32768 i *> 10.0.3.0/24 12.0.0.4 0 32768 i *> 10.0.4.0/24 12.0.0.4 0 32768 i *> 10.0.5.0/24 12.0.0.4 0 32768 i *> 10.0.6.0/24 12.0.0.4 0 32768 i *> 10.0.7.0/24 12.0.0.4 0 32768 i *> 10.0.8.0/24 12.0.0.4 0 32768 i *> 10.0.9.0/24 12.0.0.4 0 32768 i *> 10.0.10.0/24 12.0.0.4 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-09-04 23:54:42,764 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.6 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.4 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.6 0 0 65002 i *> 10.1.2.0/24 12.0.0.6 0 0 65002 i *> 10.1.3.0/24 12.0.0.6 0 0 65002 i *> 10.1.4.0/24 12.0.0.6 0 0 65002 i *> 10.1.5.0/24 12.0.0.6 0 0 65002 i *> 10.1.6.0/24 12.0.0.6 0 0 65002 i *> 10.1.7.0/24 12.0.0.6 0 0 65002 i *> 10.1.8.0/24 12.0.0.6 0 0 65002 i *> 10.1.9.0/24 12.0.0.6 0 0 65002 i *> 10.1.10.0/24 12.0.0.6 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-09-04 23:54:42,764 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.6 routes | no-more BGP table version is 0, local router ID is 12.0.0.4 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.6 0 0 65002 i *> 10.1.2.0/24 12.0.0.6 0 0 65002 i *> 10.1.3.0/24 12.0.0.6 0 0 65002 i *> 10.1.4.0/24 12.0.0.6 0 0 65002 i *> 10.1.5.0/24 12.0.0.6 0 0 65002 i *> 10.1.6.0/24 12.0.0.6 0 0 65002 i *> 10.1.7.0/24 12.0.0.6 0 0 65002 i *> 10.1.8.0/24 12.0.0.6 0 0 65002 i *> 10.1.9.0/24 12.0.0.6 0 0 65002 i *> 10.1.10.0/24 12.0.0.6 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-09-04 23:54:42,764 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-09-04 23:54:42,764 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.7' 2018-09-04 23:54:42,765 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-09-04 23:54:42,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:54:42,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:54:43,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53245c85-5549-4fb5-97cc-02e1dedc23c5 x-compute-request-id: req-53245c85-5549-4fb5-97cc-02e1dedc23c5 Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "11.0.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:7b:cd", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "15816d82-954e-42dc-8c0b-9f73413015ec", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:57:dd", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:42:30Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:54:43,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-53245c85-5549-4fb5-97cc-02e1dedc23c5 2018-09-04 23:54:43,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05267596245s 2018-09-04 23:54:43,819 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-53245c85-5549-4fb5-97cc-02e1dedc23c5 2018-09-04 23:54:43,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-04 23:54:43,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:54:43,988 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 23:54:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9bba1fd9-959e-44d0-b5b5-9261be69f49a x-compute-request-id: req-9bba1fd9-959e-44d0-b5b5-9261be69f49a Content-Type: application/json 2018-09-04 23:54:43,988 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec used request id req-9bba1fd9-959e-44d0-b5b5-9261be69f49a 2018-09-04 23:54:43,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.165655851364s 2018-09-04 23:54:43,988 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec used request id req-9bba1fd9-959e-44d0-b5b5-9261be69f49a 2018-09-04 23:54:43,989 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-09-04 23:54:43,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:54:43,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:54:45,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:54:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2b30dcb-14ce-4e98-a5f2-6941a36fbf3a x-compute-request-id: req-d2b30dcb-14ce-4e98-a5f2-6941a36fbf3a Content-Encoding: gzip Content-Length: 1193 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "11.0.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:25:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:7b:cd", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/15816d82-954e-42dc-8c0b-9f73413015ec", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "15816d82-954e-42dc-8c0b-9f73413015ec", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:54:43Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:c0:e2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:57:dd", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "rel": "bookmark"}], "image": {"id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "links": [{"href": "http://172.30.9.26:8774/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:46:21.000000", "flavor": {"id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "links": [{"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}]}, "id": "b4d3ad38-d3f8-45c1-bbc9-3df3414041a7", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:46:23Z", "hostId": "edeeab413d48fc53e8d8078713aeb95c50824d925777736e809dbd1e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-04T23:45:33Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "45693af2-69f4-40d9-b69b-bce7ad3ddb52"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:42:30Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:54:45,267 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d2b30dcb-14ce-4e98-a5f2-6941a36fbf3a 2018-09-04 23:54:45,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.27799105644s 2018-09-04 23:54:45,268 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d2b30dcb-14ce-4e98-a5f2-6941a36fbf3a 2018-09-04 23:54:45,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-04 23:54:45,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:54:45,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 23:54:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8294803e-1a9e-444f-94f2-9ed6feef3557 x-compute-request-id: req-8294803e-1a9e-444f-94f2-9ed6feef3557 Content-Type: application/json 2018-09-04 23:54:45,420 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7 used request id req-8294803e-1a9e-444f-94f2-9ed6feef3557 2018-09-04 23:54:45,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.148408174515s 2018-09-04 23:54:45,420 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/b4d3ad38-d3f8-45c1-bbc9-3df3414041a7 used request id req-8294803e-1a9e-444f-94f2-9ed6feef3557 2018-09-04 23:54:45,546 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 23:54:45,547 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:54 | PASS | +----------------------+------------------+------------------+----------------+ 2018-09-04 23:54:45,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-09-04 23:54:45,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions 2018-09-04 23:54:45,626 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:54:45,626 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:54:45,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:54:45,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:54:45,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:54:45,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:54:45,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:54:45,627 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:15.724Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c97418ae-78be-4ab2-bca3-8acb16357d71"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:52.373Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "9188bb4f-dbcd-4c8c-b769-9bc03eab4691"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-09-04 23:54:45,627 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:54:45,627 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:54:45 GMT 2018-09-04 23:54:45,627 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:54:45,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-09-04 23:54:45,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:54:45,628 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.207:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-09-04 23:54:45,796 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:54:45,797 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:54:45,797 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:54:45,797 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:54:45,797 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:54:45,797 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:54:45,797 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:54:45,797 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-09-04 23:54:45,797 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:54:45.703Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "62aea663-2ede-4a36-8745-fe8ea5431944"} 2018-09-04 23:54:45,798 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:54:45,798 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:54:45 GMT 2018-09-04 23:54:45,798 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:54:45,798 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-04 23:54:45,798 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:54:45,798 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:54:45,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:54:45,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:54:45,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:54:45,876 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:54:45,876 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:54:45,876 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:54:45,876 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:54:45,876 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-04 23:54:45,876 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:54:45,877 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:54:45 GMT 2018-09-04 23:54:45,877 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:54:45,877 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-04 23:54:45,877 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:54:45,877 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/62aea663-2ede-4a36-8745-fe8ea5431944 2018-09-04 23:54:45,955 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:54:45,955 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:54:45,955 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:54:45,955 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:54:45,955 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:54:45,955 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:54:45,956 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:54:45,956 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:54:45.703Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "62aea663-2ede-4a36-8745-fe8ea5431944"} 2018-09-04 23:54:45,956 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:54:45,956 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:54:45 GMT 2018-09-04 23:54:45,956 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:54:45,956 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-04 23:54:45,956 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:54:50,962 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:54:51,036 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:54:51,037 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:54:51,037 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:54:51,037 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:54:51,037 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:54:51,037 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:54:51,037 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:54:51,037 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:46.458Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:46.458Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:47.029Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:47.029Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:48.046Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:48.046Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:48.046Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:48.046Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:48.046Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:48.046Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:48.046Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:48.046Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:48.046Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:48.046Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:49.063Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance b4d3ad38-d3f8-45c1-bbc9-3df3414041a7 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance b4d3ad38-d3f8-45c1-bbc9-3df3414041a7 could not be found. [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 429, in stop\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance b4d3ad38-d3f8-45c1-bbc9-3df3414041a7 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-09-04T23:54:49.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:50.073Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:50.073Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:50.073Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 15816d82-954e-42dc-8c0b-9f73413015ec could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 15816d82-954e-42dc-8c0b-9f73413015ec could not be found. [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 429, in stop\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 15816d82-954e-42dc-8c0b-9f73413015ec could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-09-04T23:54:50.073Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:50.073Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:50.073Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2018-09-04 23:54:51,037 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:54:51,037 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:54:51 GMT 2018-09-04 23:54:51,038 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:54:51,038 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9903 2018-09-04 23:54:51,038 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:54:51,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-09-04 23:54:51,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:54:51,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-04 23:54:51,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-04 23:54:51,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:54:51,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-04 23:54:51,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-04 23:54:51,040 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance b4d3ad38-d3f8-45c1-bbc9-3df3414041a7 could not be found. [status_code=404] 2018-09-04 23:54:51,040 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-09-04 23:54:51,040 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 15816d82-954e-42dc-8c0b-9f73413015ec could not be found. [status_code=404] 2018-09-04 23:54:51,040 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-09-04 23:54:51,040 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/62aea663-2ede-4a36-8745-fe8ea5431944 2018-09-04 23:54:51,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:54:51,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:54:51,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:54:51,120 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:54:51,120 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:54:51,120 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:54:51,120 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:54:51,121 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:54:45.703Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "62aea663-2ede-4a36-8745-fe8ea5431944"} 2018-09-04 23:54:51,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:54:51,121 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:54:51 GMT 2018-09-04 23:54:51,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:54:51,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-04 23:54:51,121 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:54:56,126 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:54:56,193 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:54:56,193 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:54:56,193 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:54:56,194 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:54:56,194 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:54:56,194 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:54:56,194 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:54:56,194 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:51.152Z", "message": "Detaching port 10e0774c-d8fb-48f8-9d32-1b6c39bf6756...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:51.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "d2a079db-7617-43ea-a34e-4dca540c9aa6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:51.624Z", "message": "Detaching port d2efb13b-56c7-47ed-ae19-340b78c1c657...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:51.624Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "e232c229-1518-48b9-a7db-d0c2a9037482"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:51.932Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:51.932Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:52.091Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:52.091Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:52.091Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:52.091Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:52.091Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:52.091Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:52.642Z", "message": "Successfully detached port 10e0774c-d8fb-48f8-9d32-1b6c39bf6756", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:52.642Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "d2a079db-7617-43ea-a34e-4dca540c9aa6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:52.642Z", "message": "Successfully detached port d2efb13b-56c7-47ed-ae19-340b78c1c657", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:52.642Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "e232c229-1518-48b9-a7db-d0c2a9037482"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:53.114Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:53.114Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:53.114Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:53.114Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:54.165Z", "message": "Detaching port f4db30a7-2a41-4570-affd-bc0fa2394357...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:54.165Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "e3dd7066-03d9-4654-83d8-347f4fcb0202"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:54.688Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:54.688Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:54.705Z", "message": "Detaching port 24b27437-898f-4b08-808b-a94613ce5a56...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:54.705Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "e2fefb1d-f01c-48bc-bcf3-75df7287f00f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:54.705Z", "message": "Successfully detached port 24b27437-898f-4b08-808b-a94613ce5a56", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:54.705Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "e2fefb1d-f01c-48bc-bcf3-75df7287f00f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:54.705Z", "message": "Successfully detached port f4db30a7-2a41-4570-affd-bc0fa2394357", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:54.705Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "e3dd7066-03d9-4654-83d8-347f4fcb0202"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:55.124Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:55.124Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_host_ycv1k3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:55.970Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:55.970Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "7ee415fc-8890-4e04-a40a-e10d904449d8"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:56.140Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:56.140Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:56.140Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:56.140Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:56.140Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:56.140Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:56.140Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:56.140Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:56.140Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:56.140Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:56.140Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:56.140Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}], "metadata": {"pagination": {"total": 36, "offset": 11, "size": 50}}} 2018-09-04 23:54:56,194 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:54:56,194 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:54:56 GMT 2018-09-04 23:54:56,194 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:54:56,194 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11816 2018-09-04 23:54:56,195 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:54:56,195 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 10e0774c-d8fb-48f8-9d32-1b6c39bf6756... 2018-09-04 23:54:56,195 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port d2efb13b-56c7-47ed-ae19-340b78c1c657... 2018-09-04 23:54:56,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-09-04 23:54:56,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-09-04 23:54:56,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-09-04 23:54:56,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-09-04 23:54:56,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 10e0774c-d8fb-48f8-9d32-1b6c39bf6756 2018-09-04 23:54:56,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port d2efb13b-56c7-47ed-ae19-340b78c1c657 2018-09-04 23:54:56,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-09-04 23:54:56,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-09-04 23:54:56,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port f4db30a7-2a41-4570-affd-bc0fa2394357... 2018-09-04 23:54:56,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-09-04 23:54:56,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 24b27437-898f-4b08-808b-a94613ce5a56... 2018-09-04 23:54:56,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 24b27437-898f-4b08-808b-a94613ce5a56 2018-09-04 23:54:56,198 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port f4db30a7-2a41-4570-affd-bc0fa2394357 2018-09-04 23:54:56,198 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-09-04 23:54:56,198 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-09-04 23:54:56,198 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:54:56,198 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:54:56,198 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-04 23:54:56,199 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-04 23:54:56,199 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-04 23:54:56,199 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-04 23:54:56,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/62aea663-2ede-4a36-8745-fe8ea5431944 2018-09-04 23:54:56,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:54:56,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:54:56,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:54:56,257 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:54:56,258 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:54:56,258 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:54:56,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:54:56,258 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:54:45.703Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "62aea663-2ede-4a36-8745-fe8ea5431944"} 2018-09-04 23:54:56,258 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:54:56,258 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:54:56 GMT 2018-09-04 23:54:56,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:54:56,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-04 23:54:56,258 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:01,264 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:55:01,735 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:55:01,735 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:55:01,735 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:55:01,735 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:55:01,735 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:55:01,735 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:55:01,735 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:55:01,735 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ijnb7s", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:56.733Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:56.733Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "fe4663d1-36eb-4011-b245-a769cc6fc67b"}, {"node_instance_id": "reference_vnf_host_ijnb7s", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:57.160Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 15816d82-954e-42dc-8c0b-9f73413015ec could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 15816d82-954e-42dc-8c0b-9f73413015ec could not be found. [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 442, in delete\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 15816d82-954e-42dc-8c0b-9f73413015ec could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-09-04T23:54:57.160Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_host_ycv1k3", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:57.160Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance b4d3ad38-d3f8-45c1-bbc9-3df3414041a7 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance b4d3ad38-d3f8-45c1-bbc9-3df3414041a7 could not be found. [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 442, in delete\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance b4d3ad38-d3f8-45c1-bbc9-3df3414041a7 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-09-04T23:54:57.160Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "keypair_1x374t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:58.180Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:58.180Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_data_plane_port_7cdjvg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:58.180Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:58.180Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_port_5xhhvi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:58.180Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:58.180Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_data_plane_port_y043ge", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:58.180Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:58.180Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_port_wj7uh7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:58.180Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:58.180Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "keypair_1x374t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:59.204Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:59.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:59.204Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:59.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "keypair_1x374t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:59.204Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:59.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:59.204Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:59.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "keypair_1x374t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:54:59.204Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:54:59.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_data_plane_port_7cdjvg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:00.191Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:00.191Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "23e08302-89c8-43ba-962a-a53b721edbcf"}, {"node_instance_id": "reference_vnf_data_plane_port_7cdjvg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:00.241Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:00.241Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_data_plane_port_y043ge", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:00.241Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:00.241Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_data_plane_port_7cdjvg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:00.241Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:00.241Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_data_plane_port_y043ge", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:00.241Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:00.241Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_data_plane_port_7cdjvg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:00.241Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:00.241Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_data_plane_port_y043ge", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:00.241Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:00.241Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "keypair_1x374t", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:00.801Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:00.801Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "0c0d116b-cd44-40a6-8a96-57fadca4922f"}, {"node_instance_id": "target_vnf_data_plane_port_y043ge", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:00.801Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:00.801Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "26d5cf55-1a5e-4191-9562-9021e0b40006"}, {"node_instance_id": "keypair_1x374t", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:00.801Z", "message": "deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem", "level": "debug", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:00.801Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "0c0d116b-cd44-40a6-8a96-57fadca4922f"}, {"node_instance_id": "reference_vnf_port_5xhhvi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:01.259Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:01.259Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_port_wj7uh7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:01.259Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:01.259Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_port_wj7uh7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:01.259Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:01.259Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_port_wj7uh7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:01.259Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:01.259Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:01.259Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:01.259Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "keypair_1x374t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:01.259Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:01.259Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}], "metadata": {"pagination": {"total": 68, "offset": 34, "size": 50}}} 2018-09-04 23:55:01,736 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:55:01,736 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:55:01 GMT 2018-09-04 23:55:01,736 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:55:01,736 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18990 2018-09-04 23:55:01,736 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:01,737 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-09-04 23:55:01,737 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 15816d82-954e-42dc-8c0b-9f73413015ec could not be found. [status_code=404] 2018-09-04 23:55:01,737 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance b4d3ad38-d3f8-45c1-bbc9-3df3414041a7 could not be found. [status_code=404] 2018-09-04 23:55:01,737 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:01,738 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:01,738 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:01,738 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:01,739 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:01,739 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:01,740 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-09-04 23:55:01,740 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-09-04 23:55:01,740 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-09-04 23:55:01,740 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-09-04 23:55:01,740 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-09-04 23:55:01,740 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:01,741 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:01,741 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-09-04 23:55:01,741 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-09-04 23:55:01,741 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-09-04 23:55:01,741 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-09-04 23:55:01,741 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-09-04 23:55:01,742 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-09-04 23:55:01,742 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-09-04 23:55:01,742 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:01,742 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:01,742 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-09-04 23:55:01,742 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-09-04 23:55:01,742 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-09-04 23:55:01,743 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-09-04 23:55:01,743 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/62aea663-2ede-4a36-8745-fe8ea5431944 2018-09-04 23:55:01,924 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:55:01,924 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:55:01,924 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:55:01,925 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:55:01,925 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:55:01,925 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:55:01,925 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:55:01,925 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:54:45.703Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "62aea663-2ede-4a36-8745-fe8ea5431944"} 2018-09-04 23:55:01,925 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:55:01,925 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:55:01 GMT 2018-09-04 23:55:01,925 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:55:01,925 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-04 23:55:01,925 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:06,931 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:55:07,008 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:55:07,008 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:55:07,008 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:55:07,008 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:55:07,008 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:55:07,009 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:55:07,009 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:55:07,009 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_port_wj7uh7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:02.135Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:02.135Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "716077e1-cd4a-4e8b-bf45-d3658f9006ad"}, {"node_instance_id": "reference_vnf_port_5xhhvi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:02.631Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:02.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "data_plane_subnet_ngs3nv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:02.631Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:02.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_port_5xhhvi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:02.631Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:02.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_data_plane_port_7cdjvg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:02.631Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:02.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_data_plane_port_y043ge", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:02.631Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:02.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_port_5xhhvi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:02.818Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:02.818Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "1f449d29-4c0f-47bf-b216-65e45e517ee8"}, {"node_instance_id": "data_plane_subnet_ngs3nv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:03.683Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:03.683Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "data_plane_subnet_ngs3nv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:03.683Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:03.683Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "data_plane_subnet_ngs3nv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:03.683Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:03.683Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_port_5xhhvi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:03.683Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:03.683Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_port_wj7uh7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:03.683Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:03.683Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "data_plane_subnet_ngs3nv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:04.317Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:04.317Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "1cdadb15-84d3-413a-919d-51263d990413"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:04.699Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:04.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "management_plane_subnet_uj0swi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:04.699Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:04.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:04.699Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:04.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "security_group_10iv67", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:04.699Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:04.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_ip_6wspsv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:04.699Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:04.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:04.699Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:04.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:05.949Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:05.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "security_group_10iv67", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:05.949Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:05.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_ip_6wspsv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:05.949Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:05.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:05.949Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:05.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_ip_6wspsv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:05.949Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:05.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "security_group_10iv67", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:05.949Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:05.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:05.949Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:05.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_ip_6wspsv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:05.949Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:05.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "security_group_10iv67", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:05.949Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:05.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_ip_6wspsv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:06.195Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:06.195Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "b74eb86d-32ce-4a4a-af96-b05da5b8e83f"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:06.859Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:06.859Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "3ec6de1e-ee5f-4fed-9c25-b11d1194a6b2"}, {"node_instance_id": "security_group_10iv67", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:06.859Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:06.859Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "07600c19-5ea4-4a6c-8889-2d59feaec377"}], "metadata": {"pagination": {"total": 99, "offset": 63, "size": 50}}} 2018-09-04 23:55:07,009 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:55:07,009 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:55:07 GMT 2018-09-04 23:55:07,009 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:55:07,009 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15570 2018-09-04 23:55:07,009 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:07,010 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-09-04 23:55:07,010 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-09-04 23:55:07,011 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:07,011 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-09-04 23:55:07,011 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-09-04 23:55:07,011 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-09-04 23:55:07,011 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-09-04 23:55:07,012 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:07,012 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-09-04 23:55:07,012 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-09-04 23:55:07,012 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-09-04 23:55:07,012 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-09-04 23:55:07,012 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-09-04 23:55:07,012 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-09-04 23:55:07,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:07,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:07,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:07,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:07,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-09-04 23:55:07,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:07,014 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:07,014 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:07,014 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-04 23:55:07,014 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-04 23:55:07,014 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-04 23:55:07,014 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-04 23:55:07,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-04 23:55:07,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-04 23:55:07,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-09-04 23:55:07,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-09-04 23:55:07,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-09-04 23:55:07,015 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/62aea663-2ede-4a36-8745-fe8ea5431944 2018-09-04 23:55:07,084 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:55:07,084 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:55:07,085 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:55:07,085 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:55:07,085 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:55:07,085 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:55:07,085 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:55:07,085 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:54:45.703Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "62aea663-2ede-4a36-8745-fe8ea5431944"} 2018-09-04 23:55:07,085 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:55:07,085 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:55:07 GMT 2018-09-04 23:55:07,085 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:55:07,085 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-04 23:55:07,086 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:12,091 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:55:12,185 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:55:12,185 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:55:12,185 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:55:12,185 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:55:12,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:55:12,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:55:12,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:55:12,186 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "security_group_10iv67", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:07.217Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:07.217Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "data_plane_subnet_ngs3nv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:08.057Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:08.057Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "data_plane_network_cz7757", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:09.436Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:09.436Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "management_plane_subnet_uj0swi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:09.436Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:09.436Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "data_plane_network_cz7757", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:09.436Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:09.436Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "management_plane_subnet_uj0swi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:09.436Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:09.436Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "data_plane_network_cz7757", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:09.436Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:09.436Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "data_plane_network_cz7757", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:09.436Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:09.436Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "management_plane_subnet_uj0swi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:09.436Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:09.436Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "reference_vnf_ip_obhdiy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:09.436Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:09.436Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "target_vnf_ip_6wspsv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:09.436Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:09.436Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:09.436Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:09.436Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "management_plane_subnet_uj0swi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:10.053Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:10.053Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "5e0185a3-6fec-4844-b824-817f3a4f8204"}, {"node_instance_id": "data_plane_network_cz7757", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:10.876Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:10.876Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "de2ddc08-fef3-4dcf-8828-6429f8071d2e"}, {"node_instance_id": "data_plane_network_cz7757", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:11.547Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:11.547Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}], "metadata": {"pagination": {"total": 114, "offset": 94, "size": 50}}} 2018-09-04 23:55:12,186 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:55:12,186 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:55:12 GMT 2018-09-04 23:55:12,186 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:55:12,186 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7724 2018-09-04 23:55:12,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:12,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-04 23:55:12,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-09-04 23:55:12,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:12,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:12,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-09-04 23:55:12,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-09-04 23:55:12,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:12,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-09-04 23:55:12,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-09-04 23:55:12,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-04 23:55:12,189 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-04 23:55:12,189 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-09-04 23:55:12,189 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-09-04 23:55:12,189 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-09-04 23:55:12,189 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-09-04 23:55:12,190 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/62aea663-2ede-4a36-8745-fe8ea5431944 2018-09-04 23:55:12,253 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:55:12,253 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:55:12,253 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:55:12,253 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:55:12,253 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:55:12,253 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:55:12,253 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:55:12,254 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:54:45.703Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "62aea663-2ede-4a36-8745-fe8ea5431944"} 2018-09-04 23:55:12,254 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:55:12,254 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:55:12 GMT 2018-09-04 23:55:12,254 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:55:12,254 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-04 23:55:12,254 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:17,260 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:55:17,338 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:55:17,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:55:17,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:55:17,339 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:55:17,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:55:17,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:55:17,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:55:17,339 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_uj0swi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:12.923Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:12.923Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "router_q1emsr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:14.190Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:14.190Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "router_q1emsr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:14.190Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:14.190Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "management_plane_network_ukhqlr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:14.190Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:14.190Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "router_q1emsr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:14.703Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:14.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "management_plane_network_ukhqlr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:14.703Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:14.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "router_q1emsr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:14.703Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:14.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "management_plane_network_ukhqlr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:14.703Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:14.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "management_plane_network_ukhqlr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:14.703Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:14.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "router_q1emsr", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:14.921Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:14.921Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "42f3eac1-512e-4529-a437-f89e850aa458"}, {"node_instance_id": "management_plane_network_ukhqlr", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:15.893Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:15.893Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "33b31360-9592-4102-8990-650390e39441"}, {"node_instance_id": "management_plane_network_ukhqlr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:16.482Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:16.482Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}], "metadata": {"pagination": {"total": 126, "offset": 109, "size": 50}}} 2018-09-04 23:55:17,339 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:55:17,340 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:55:17 GMT 2018-09-04 23:55:17,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:55:17,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6046 2018-09-04 23:55:17,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:17,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-09-04 23:55:17,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:17,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:17,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:17,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-09-04 23:55:17,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-09-04 23:55:17,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-09-04 23:55:17,342 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:17,342 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-09-04 23:55:17,342 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-09-04 23:55:17,342 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-09-04 23:55:17,342 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-09-04 23:55:17,342 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/62aea663-2ede-4a36-8745-fe8ea5431944 2018-09-04 23:55:17,399 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:55:17,399 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:55:17,399 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:55:17,399 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:55:17,400 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:55:17,400 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:55:17,400 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:55:17,400 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:54:45.703Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "62aea663-2ede-4a36-8745-fe8ea5431944"} 2018-09-04 23:55:17,400 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:55:17,400 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:55:17 GMT 2018-09-04 23:55:17,400 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:55:17,400 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-04 23:55:17,400 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:22,406 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/events 2018-09-04 23:55:22,484 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:55:22,484 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:55:22,484 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:55:22,484 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:55:22,484 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:55:22,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:55:22,485 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:55:22,485 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_q1emsr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:18.065Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:18.065Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "external_network_8zhlh7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:18.760Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:18.760Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "external_network_8zhlh7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:19.778Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:19.778Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "external_network_8zhlh7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:19.778Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:19.778Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "external_network_8zhlh7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:19.778Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:19.778Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": "external_network_8zhlh7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:20.188Z", "message": "not deleting network since an external network is being used", "level": "info", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:20.188Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944", "logger": "1076fb31-aef8-4af4-b486-f99da3bbdf65"}, {"node_instance_id": "external_network_8zhlh7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:20.827Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:20.827Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-04T23:55:20.827Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-04T23:55:20.827Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "62aea663-2ede-4a36-8745-fe8ea5431944"}], "metadata": {"pagination": {"total": 134, "offset": 121, "size": 50}}} 2018-09-04 23:55:22,485 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:55:22,485 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:55:22 GMT 2018-09-04 23:55:22,485 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:55:22,485 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4049 2018-09-04 23:55:22,485 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:22,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-09-04 23:55:22,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-04 23:55:22,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-04 23:55:22,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-09-04 23:55:22,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-09-04 23:55:22,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-09-04 23:55:22,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-09-04 23:55:22,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'uninstall' workflow execution succeeded 2018-09-04 23:55:22,487 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions/62aea663-2ede-4a36-8745-fe8ea5431944 2018-09-04 23:55:22,543 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:55:22,543 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:55:22,543 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:55:22,543 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:55:22,543 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:55:22,543 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:55:22,543 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:55:22,544 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:54:45.703Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "62aea663-2ede-4a36-8745-fe8ea5431944"} 2018-09-04 23:55:22,544 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:55:22,544 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:55:22 GMT 2018-09-04 23:55:22,544 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:55:22,544 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-09-04 23:55:22,544 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:22,544 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.207:80/api/v3/deployments/vrouter-opnfv 2018-09-04 23:55:22,856 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:55:22,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:55:22,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:55:22,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:55:22,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:55:22,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:55:22,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:55:22,857 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-04 23:55:22,857 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"keypair_name": "vnf_test_keypair", "management_plane_network_name": "management_plane_network", "external_network_name": "external", "keystone_user_domain_name": "Default", "data_plane_network_name": "data_plane_network", "target_vnf_name": "target_vnf", "reference_vnf_flavor_id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "target_vnf_flavor_id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "reference_vnf_name": "reference_vnf", "target_vnf_data_plane_port_name": "target_vnf_data_plane_port", "reference_vnf_data_plane_port_name": "reference_vnf_data_plane_port", "keystone_username": "vyos_vrouter-user_61e5123c-31ad-406f-bfc4-accbec70f815", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "keystone_password": "155bd8a7-d9ab-44de-a15f-5dc0484f69cf", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.26:5000", "reference_vnf_port_name": "reference_vnf_port", "management_plane_subnet_name": "management_plane_subnet", "ssh_key_filename": "~/.ssh/vnf_test_keypair.pem", "router_name": "vnf_test_router", "target_vnf_image_id": "2ac145c4-5078-498c-a5f3-ccbeabb966fe", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:15.068Z", "updated_at": "2018-09-04T23:44:15.068Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-09-04 23:55:22,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:55:22,857 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:55:22 GMT 2018-09-04 23:55:22,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:55:22,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-09-04 23:55:22,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:22,858 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.207:80/api/v3/blueprints/vrouter-opnfv 2018-09-04 23:55:22,975 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-04 23:55:22,975 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-04 23:55:22,975 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-04 23:55:22,975 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-09-04 23:55:22,976 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-04 23:55:22,976 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-04 23:55:22,976 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-04 23:55:22,976 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-04 23:55:22,976 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-09-04T23:44:14.821Z", "updated_at": "2018-09-04T23:44:14.821Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "region": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "keystone_url": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "resource_id": {"get_input": "management_plane_subnet_name"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "resource_id": {"get_input": "data_plane_subnet_name"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-09-04 23:55:22,977 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-04 23:55:22,978 - cloudify.rest_client.http - DEBUG - response header: Date: Tue, 04 Sep 2018 23:55:22 GMT 2018-09-04 23:55:22,978 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-04 23:55:22,978 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-09-04 23:55:22,978 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-04 23:55:22,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 23:55:22,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:24,196 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c27fedc2-a899-476d-9d26-f460e96f5713 Date: Tue, 04 Sep 2018 23:55:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 23:55:24,197 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe used request id req-c27fedc2-a899-476d-9d26-f460e96f5713 2018-09-04 23:55:24,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20550012589s 2018-09-04 23:55:24,197 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/2ac145c4-5078-498c-a5f3-ccbeabb966fe used request id req-c27fedc2-a899-476d-9d26-f460e96f5713 2018-09-04 23:55:24,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 23:55:24,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:55:24,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c85a92e9-2e09-43e2-95f0-79745a805d71 x-compute-request-id: req-c85a92e9-2e09-43e2-95f0-79745a805d71 Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "81e4d86b-bacb-46d2-8cd1-c68a859308d0", "name": "vyos_vrouter-flavor_alt_61e5123c-31ad-406f-bfc4-accbec70f815", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "name": "vyos_vrouter-flavor_61e5123c-31ad-406f-bfc4-accbec70f815", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 23:55:24,378 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-c85a92e9-2e09-43e2-95f0-79745a805d71 2018-09-04 23:55:24,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.179955005646s 2018-09-04 23:55:24,378 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-c85a92e9-2e09-43e2-95f0-79745a805d71 2018-09-04 23:55:24,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 23:55:24,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:55:24,427 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 23:55:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b3d8e82a-5089-4b68-94b6-99561c783d20 x-compute-request-id: req-b3d8e82a-5089-4b68-94b6-99561c783d20 Content-Length: 0 Content-Type: application/json 2018-09-04 23:55:24,428 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0 used request id req-b3d8e82a-5089-4b68-94b6-99561c783d20 2018-09-04 23:55:24,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0469059944153s 2018-09-04 23:55:24,428 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/81e4d86b-bacb-46d2-8cd1-c68a859308d0 used request id req-b3d8e82a-5089-4b68-94b6-99561c783d20 2018-09-04 23:55:24,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-04 23:55:24,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/80fdc3e1-5a89-4fa6-95a2-7dc0673732d1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:25,378 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2ebbd347-51b9-493b-9829-03f6e20a0cc9 Content-Length: 0 Date: Tue, 04 Sep 2018 23:55:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 23:55:25,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/80fdc3e1-5a89-4fa6-95a2-7dc0673732d1.json used request id req-2ebbd347-51b9-493b-9829-03f6e20a0cc9 2018-09-04 23:55:25,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.947245121002s 2018-09-04 23:55:25,379 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/80fdc3e1-5a89-4fa6-95a2-7dc0673732d1.json used request id req-2ebbd347-51b9-493b-9829-03f6e20a0cc9 2018-09-04 23:55:25,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 23:55:25,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:25,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f1dc011b-b80d-4e04-8984-4f1e56f44cfc Date: Tue, 04 Sep 2018 23:55:25 GMT RESP BODY: {"floatingips": []} 2018-09-04 23:55:25,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-f1dc011b-b80d-4e04-8984-4f1e56f44cfc 2018-09-04 23:55:25,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.020740032196s 2018-09-04 23:55:25,405 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-f1dc011b-b80d-4e04-8984-4f1e56f44cfc 2018-09-04 23:55:25,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-04 23:55:25,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:25,568 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 23:55:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2c0f306f-e446-4576-b42b-abc552389090 x-compute-request-id: req-2c0f306f-e446-4576-b42b-abc552389090 Content-Type: application/json 2018-09-04 23:55:25,569 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864 used request id req-2c0f306f-e446-4576-b42b-abc552389090 2018-09-04 23:55:25,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.162657022476s 2018-09-04 23:55:25,569 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864 used request id req-2c0f306f-e446-4576-b42b-abc552389090 2018-09-04 23:55:25,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:55:25,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:26,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77bcdc9f-dec0-4b2d-9b74-52641f5561c4 x-compute-request-id: req-77bcdc9f-dec0-4b2d-9b74-52641f5561c4 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:55:25Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:55:26,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-77bcdc9f-dec0-4b2d-9b74-52641f5561c4 2018-09-04 23:55:26,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.793800115585s 2018-09-04 23:55:26,364 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-77bcdc9f-dec0-4b2d-9b74-52641f5561c4 2018-09-04 23:55:26,365 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:55:28,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:55:28,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:29,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8eabb4aa-3121-4f26-bc93-4eb35af35105 x-compute-request-id: req-8eabb4aa-3121-4f26-bc93-4eb35af35105 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:3c:82", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "rel": "bookmark"}], "image": {"id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "links": [{"href": "http://172.30.9.26:8774/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T23:42:29.000000", "flavor": {"id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "links": [{"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}]}, "id": "8edcda70-314f-4c8d-a0f3-9e5b70bf6864", "security_groups": [{"name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}], "user_id": "fc81e6f9515749eeaec5882fe11e6725", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T23:55:25Z", "hostId": "55dc9231923a5a816fe22e6a6c9ef138812209a70f2f9a9489eb0b1c", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815", "name": "vyos_vrouter-vm_61e5123c-31ad-406f-bfc4-accbec70f815", "created": "2018-09-04T23:39:51Z", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 23:55:29,010 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8eabb4aa-3121-4f26-bc93-4eb35af35105 2018-09-04 23:55:29,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641907930374s 2018-09-04 23:55:29,011 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8eabb4aa-3121-4f26-bc93-4eb35af35105 2018-09-04 23:55:29,012 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 23:55:31,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 23:55:31,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:31,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4ea9e418-ff39-4ec5-91c0-4663f8d0de6c x-compute-request-id: req-4ea9e418-ff39-4ec5-91c0-4663f8d0de6c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 23:55:31,099 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4ea9e418-ff39-4ec5-91c0-4663f8d0de6c 2018-09-04 23:55:31,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0845050811768s 2018-09-04 23:55:31,100 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4ea9e418-ff39-4ec5-91c0-4663f8d0de6c 2018-09-04 23:55:31,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 23:55:31,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:31,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-11ad39c9-edb5-4402-830b-8ff45dfe4ce7 Date: Tue, 04 Sep 2018 23:55:31 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:39:42Z", "updated_at": "2018-09-04T23:39:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "0ee8db86-55ca-44ea-9f07-4a0b9211a2b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-04T23:39:46Z", "revision_number": 0, "id": "2abfbd4a-02dd-4c1b-ac71-281a06f1dff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:46Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 443, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "66e3ebe1-e7da-4d00-aed6-e32aa73c5559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-04T23:39:46Z", "revision_number": 0, "id": "800725e4-e664-4e52-9eb2-8a7e736cedc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:46Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T23:39:45Z", "revision_number": 0, "id": "8d2a15a7-f9c5-47ed-8d11-c76ed1106da1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:45Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 80, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T23:39:43Z", "revision_number": 0, "id": "aec4b33a-0662-4327-8e04-d4e53e43adef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:43Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:39:42Z", "revision_number": 0, "id": "d0353e6e-3abb-478c-b651-72a74015f51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:42Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-04T23:39:48Z", "revision_number": 0, "id": "fd173d48-866e-4b99-b01a-357bd87533ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:39:48Z", "security_group_id": "3107041a-73d7-453a-a864-40177cd2ddf1", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 8, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "3107041a-73d7-453a-a864-40177cd2ddf1", "name": "vyos_vrouter-sg_61e5123c-31ad-406f-bfc4-accbec70f815"}, {"description": "Default security group", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:37:52Z", "updated_at": "2018-09-04T23:44:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "01d09cd9-346d-449a-85e4-e38917134305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "4fa0f05c-2013-492b-9d33-3138b1bcb549", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "5e7c4c9b-d4fc-499d-8e55-fb4229e1f670", "remote_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T23:44:13Z", "revision_number": 0, "id": "7f3e5c80-d829-4cc2-8f8f-cc085d4a886e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:44:13Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T23:37:52Z", "revision_number": 0, "id": "f1bfb933-8aa3-4a83-ac9c-9a89c313d85c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T23:37:52Z", "security_group_id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee49ede7e0904c7783bae9f8aeed7625"}], "revision_number": 5, "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "a5b080fb-5713-462a-aafe-e41ed3094fd0", "name": "default"}]} 2018-09-04 23:55:31,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-11ad39c9-edb5-4402-830b-8ff45dfe4ce7 2018-09-04 23:55:31,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.218242883682s 2018-09-04 23:55:31,322 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-11ad39c9-edb5-4402-830b-8ff45dfe4ce7 2018-09-04 23:55:31,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-04 23:55:31,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/3107041a-73d7-453a-a864-40177cd2ddf1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:31,900 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31a3e39f-0ab0-4d3a-8688-893d3d90b28d Content-Length: 0 Date: Tue, 04 Sep 2018 23:55:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 23:55:31,901 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/3107041a-73d7-453a-a864-40177cd2ddf1.json used request id req-31a3e39f-0ab0-4d3a-8688-893d3d90b28d 2018-09-04 23:55:31,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.575030088425s 2018-09-04 23:55:31,901 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/3107041a-73d7-453a-a864-40177cd2ddf1.json used request id req-31a3e39f-0ab0-4d3a-8688-893d3d90b28d 2018-09-04 23:55:31,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-04 23:55:31,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:31,963 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 23:55:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ee82a803-3d26-4766-a4a3-f2d85952844d x-compute-request-id: req-ee82a803-3d26-4766-a4a3-f2d85952844d Content-Length: 0 Content-Type: application/json 2018-09-04 23:55:31,963 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815 used request id req-ee82a803-3d26-4766-a4a3-f2d85952844d 2018-09-04 23:55:31,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0619919300079s 2018-09-04 23:55:31,964 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vyos_vrouter-kp_61e5123c-31ad-406f-bfc4-accbec70f815 used request id req-ee82a803-3d26-4766-a4a3-f2d85952844d 2018-09-04 23:55:31,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 23:55:31,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/a00ef223-c971-404e-abc1-b8f993710e71/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" -d '{"subnet_id": "dd91065e-3dd9-4571-9fbe-b36761193d80"}' 2018-09-04 23:55:33,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-576cdde9-2870-4559-8db4-7c69963e8d21 Date: Tue, 04 Sep 2018 23:55:33 GMT RESP BODY: {"network_id": "891dc738-b795-4581-8e25-56680d4ae493", "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "subnet_id": "dd91065e-3dd9-4571-9fbe-b36761193d80", "subnet_ids": ["dd91065e-3dd9-4571-9fbe-b36761193d80"], "port_id": "9082fb27-f36d-4ca8-8e16-2565717cbcec", "id": "a00ef223-c971-404e-abc1-b8f993710e71"} 2018-09-04 23:55:33,547 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a00ef223-c971-404e-abc1-b8f993710e71/remove_router_interface.json used request id req-576cdde9-2870-4559-8db4-7c69963e8d21 2018-09-04 23:55:33,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.58326911926s 2018-09-04 23:55:33,548 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/a00ef223-c971-404e-abc1-b8f993710e71/remove_router_interface.json used request id req-576cdde9-2870-4559-8db4-7c69963e8d21 returning object a00ef223-c971-404e-abc1-b8f993710e71 2018-09-04 23:55:33,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 23:55:33,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:33,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-a83d6479-a408-4eec-a8a1-c49d3814d3a2 Date: Tue, 04 Sep 2018 23:55:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ee49ede7e0904c7783bae9f8aeed7625", "created_at": "2018-09-04T23:37:55Z", "admin_state_up": true, "updated_at": "2018-09-04T23:55:32Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "ee49ede7e0904c7783bae9f8aeed7625", "id": "a00ef223-c971-404e-abc1-b8f993710e71", "name": "vyos_vrouter-router_61e5123c-31ad-406f-bfc4-accbec70f815"}]} 2018-09-04 23:55:33,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-a83d6479-a408-4eec-a8a1-c49d3814d3a2 2018-09-04 23:55:33,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.077525138855s 2018-09-04 23:55:33,627 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-a83d6479-a408-4eec-a8a1-c49d3814d3a2 2018-09-04 23:55:33,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 23:55:33,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/a00ef223-c971-404e-abc1-b8f993710e71.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:37,430 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e37621f5-5f02-4154-8979-9be6f41c3333 Content-Length: 0 Date: Tue, 04 Sep 2018 23:55:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 23:55:37,430 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/a00ef223-c971-404e-abc1-b8f993710e71.json used request id req-e37621f5-5f02-4154-8979-9be6f41c3333 2018-09-04 23:55:37,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.80184292793s 2018-09-04 23:55:37,431 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/a00ef223-c971-404e-abc1-b8f993710e71.json used request id req-e37621f5-5f02-4154-8979-9be6f41c3333 2018-09-04 23:55:37,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 23:55:37,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:37,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-890dca36-653b-4ce8-b469-76ab776b6950 Date: Tue, 04 Sep 2018 23:55:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"891dc738-b795-4581-8e25-56680d4ae493","tenant_id":"ee49ede7e0904c7783bae9f8aeed7625","created_at":"2018-09-04T23:37:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T23:37:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"ee49ede7e0904c7783bae9f8aeed7625","id":"dd91065e-3dd9-4571-9fbe-b36761193d80","subnetpool_id":null,"name":"vyos_vrouter-subnet_61e5123c-31ad-406f-bfc4-accbec70f815"}]} 2018-09-04 23:55:37,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-890dca36-653b-4ce8-b469-76ab776b6950 2018-09-04 23:55:37,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.204261064529s 2018-09-04 23:55:37,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-890dca36-653b-4ce8-b469-76ab776b6950 2018-09-04 23:55:37,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 23:55:37,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/dd91065e-3dd9-4571-9fbe-b36761193d80.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:40,341 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d482f3f0-cea9-4e67-a144-c06089e11baa Date: Tue, 04 Sep 2018 23:55:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 23:55:40,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/dd91065e-3dd9-4571-9fbe-b36761193d80.json used request id req-d482f3f0-cea9-4e67-a144-c06089e11baa 2018-09-04 23:55:40,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.70419812202s 2018-09-04 23:55:40,342 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/dd91065e-3dd9-4571-9fbe-b36761193d80.json used request id req-d482f3f0-cea9-4e67-a144-c06089e11baa 2018-09-04 23:55:40,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 23:55:40,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:40,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-c6ce1a33-f938-4191-8b8f-f226c68ce218 Date: Tue, 04 Sep 2018 23:55:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T23:55:40Z","tenant_id":"ee49ede7e0904c7783bae9f8aeed7625","created_at":"2018-09-04T23:37:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"ee49ede7e0904c7783bae9f8aeed7625","id":"891dc738-b795-4581-8e25-56680d4ae493","name":"vyos_vrouter-net_61e5123c-31ad-406f-bfc4-accbec70f815"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 23:55:40,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c6ce1a33-f938-4191-8b8f-f226c68ce218 2018-09-04 23:55:40,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279854059219s 2018-09-04 23:55:40,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-c6ce1a33-f938-4191-8b8f-f226c68ce218 2018-09-04 23:55:40,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 23:55:40,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/891dc738-b795-4581-8e25-56680d4ae493.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:41,804 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08eac1af-b14e-440b-80cc-1b21eec1d19b Date: Tue, 04 Sep 2018 23:55:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 23:55:41,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/891dc738-b795-4581-8e25-56680d4ae493.json used request id req-08eac1af-b14e-440b-80cc-1b21eec1d19b 2018-09-04 23:55:41,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.18027496338s 2018-09-04 23:55:41,805 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/891dc738-b795-4581-8e25-56680d4ae493.json used request id req-08eac1af-b14e-440b-80cc-1b21eec1d19b 2018-09-04 23:55:41,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 23:55:41,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:42,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-7626b9d8-b446-490f-a0d9-e6b2e03b7d66 Date: Tue, 04 Sep 2018 23:55:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/snap", "metadata": {}}], "file": "/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/file", "owner": "ee49ede7e0904c7783bae9f8aeed7625", "id": "d5ee9c66-4fe6-4b81-845e-48086af770e7", "size": 4373348352, "self": "/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/d5ee9c66-4fe6-4b81-845e-48086af770e7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-09-04T23:39:40Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_61e5123c-31ad-406f-bfc4-accbec70f815", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-04T23:38:25Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 23:55:42,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7626b9d8-b446-490f-a0d9-e6b2e03b7d66 2018-09-04 23:55:42,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.554584980011s 2018-09-04 23:55:42,360 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7626b9d8-b446-490f-a0d9-e6b2e03b7d66 2018-09-04 23:55:42,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 23:55:42,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07eb1fd3d7783708667131b4fd678caa198f2f47" 2018-09-04 23:55:44,987 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0f315186-b03f-45f7-bec6-7310e640c9ba Date: Tue, 04 Sep 2018 23:55:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 23:55:44,987 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7 used request id req-0f315186-b03f-45f7-bec6-7310e640c9ba 2018-09-04 23:55:44,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.62532401085s 2018-09-04 23:55:44,988 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/d5ee9c66-4fe6-4b81-845e-48086af770e7 used request id req-0f315186-b03f-45f7-bec6-7310e640c9ba 2018-09-04 23:55:44,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 23:55:44,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:55:45,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11cebe93-b0f9-4d4b-a986-15aae00b29c0 x-compute-request-id: req-11cebe93-b0f9-4d4b-a986-15aae00b29c0 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02", "name": "vyos_vrouter-flavor_61e5123c-31ad-406f-bfc4-accbec70f815", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 23:55:45,022 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-11cebe93-b0f9-4d4b-a986-15aae00b29c0 2018-09-04 23:55:45,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.034451007843s 2018-09-04 23:55:45,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-11cebe93-b0f9-4d4b-a986-15aae00b29c0 2018-09-04 23:55:45,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 23:55:45,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:55:45,067 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 23:55:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e1aff2c8-94fc-416f-a4b8-31f09e6dd2a5 x-compute-request-id: req-e1aff2c8-94fc-416f-a4b8-31f09e6dd2a5 Content-Length: 0 Content-Type: application/json 2018-09-04 23:55:45,067 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02 used request id req-e1aff2c8-94fc-416f-a4b8-31f09e6dd2a5 2018-09-04 23:55:45,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0426888465881s 2018-09-04 23:55:45,068 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/cf8e0c4e-cea2-4b53-a278-0a5dc4bdcd02 used request id req-e1aff2c8-94fc-416f-a4b8-31f09e6dd2a5 2018-09-04 23:55:45,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 23:55:45,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:55:45,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d4b35fe-1b17-49e8-9ecd-aa3cdf291b03 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_61e5123c-31ad-406f-bfc4-accbec70f815", "links": {"self": "http://172.30.9.26:5000/v3/users/fc81e6f9515749eeaec5882fe11e6725"}, "domain_id": "default", "enabled": true, "id": "fc81e6f9515749eeaec5882fe11e6725", "options": {}}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 23:55:45,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7d4b35fe-1b17-49e8-9ecd-aa3cdf291b03 2018-09-04 23:55:45,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103230953217s 2018-09-04 23:55:45,172 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7d4b35fe-1b17-49e8-9ecd-aa3cdf291b03 2018-09-04 23:55:45,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 23:55:45,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/fc81e6f9515749eeaec5882fe11e6725 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:55:45,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68c2ee15-5caa-4ffe-89f1-e9e921ee6259 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/fc81e6f9515749eeaec5882fe11e6725"}, "enabled": true, "id": "fc81e6f9515749eeaec5882fe11e6725", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_61e5123c-31ad-406f-bfc4-accbec70f815"}} 2018-09-04 23:55:45,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/fc81e6f9515749eeaec5882fe11e6725 used request id req-68c2ee15-5caa-4ffe-89f1-e9e921ee6259 2018-09-04 23:55:45,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0942509174347s 2018-09-04 23:55:45,273 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/fc81e6f9515749eeaec5882fe11e6725 used request id req-68c2ee15-5caa-4ffe-89f1-e9e921ee6259 2018-09-04 23:55:45,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 23:55:45,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/fc81e6f9515749eeaec5882fe11e6725 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:55:45,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 23:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d736a062-77aa-4fc2-b541-39ce62ec54d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 23:55:45,548 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/fc81e6f9515749eeaec5882fe11e6725 used request id req-d736a062-77aa-4fc2-b541-39ce62ec54d7 2018-09-04 23:55:45,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.274209022522s 2018-09-04 23:55:45,548 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/fc81e6f9515749eeaec5882fe11e6725 used request id req-d736a062-77aa-4fc2-b541-39ce62ec54d7 2018-09-04 23:55:45,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 23:55:45,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:55:45,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb55aff-d5c6-4203-862e-3449209b7b5c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.26:5000/v3/projects/ee49ede7e0904c7783bae9f8aeed7625"}, "enabled": true, "id": "ee49ede7e0904c7783bae9f8aeed7625", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_61e5123c-31ad-406f-bfc4-accbec70f815"}]} 2018-09-04 23:55:45,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-1cb55aff-d5c6-4203-862e-3449209b7b5c 2018-09-04 23:55:45,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.084734916687s 2018-09-04 23:55:45,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-1cb55aff-d5c6-4203-862e-3449209b7b5c 2018-09-04 23:55:45,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 23:55:45,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/ee49ede7e0904c7783bae9f8aeed7625 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:55:45,779 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 23:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba84ac89-6d38-46c6-8c9e-8c918e9ca2a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 23:55:45,779 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/ee49ede7e0904c7783bae9f8aeed7625 used request id req-ba84ac89-6d38-46c6-8c9e-8c918e9ca2a1 2018-09-04 23:55:45,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.142235994339s 2018-09-04 23:55:45,779 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/ee49ede7e0904c7783bae9f8aeed7625 used request id req-ba84ac89-6d38-46c6-8c9e-8c918e9ca2a1 2018-09-04 23:55:45,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 23:55:45,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:55:45,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07c326fc-b37f-46c3-89b8-bf57e4df608d Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e3f843c2b9e94eefb4cc2845003cecd2", "links": {"self": "http://172.30.9.26:5000/v3/roles/e3f843c2b9e94eefb4cc2845003cecd2"}, "name": "Member"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 23:55:45,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-07c326fc-b37f-46c3-89b8-bf57e4df608d 2018-09-04 23:55:45,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.163239955902s 2018-09-04 23:55:45,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 23:55:45,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/e3f843c2b9e94eefb4cc2845003cecd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9ff97c7d013a63de89b450dcec7ddcb96b42b" 2018-09-04 23:55:46,052 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 23:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c5a62c3-4c42-448a-916b-c24561806488 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 23:55:46,052 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/e3f843c2b9e94eefb4cc2845003cecd2 used request id req-0c5a62c3-4c42-448a-916b-c24561806488 2018-09-04 23:55:46,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.107166051865s 2018-09-04 23:55:46,071 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-09-04 23:55:46,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 23:55:46,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 23:55:46,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 23:55:46,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 23:55:46,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 23:55:46,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 23:55:46,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 23:55:46,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 23:55:46,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 23:55:46,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 23:55:46,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 23:55:46,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 23:55:46,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 23:55:46,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 23:55:46,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 23:55:46,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 23:55:46,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 23:55:46,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 23:55:46,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 23:55:46,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 23:55:46,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 23:55:46,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 23:55:46,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 23:55:46,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e92936f-e721-4732-8424-9b70ed675c44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 23:55:46,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4e92936f-e721-4732-8424-9b70ed675c44 2018-09-04 23:55:46,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 23:55:46,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5cd9afdff9a14c7bbd8b1621921cc3df", "name": "admin"}], "expires_at": "2018-09-05T00:55:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d00f5a233f44a9286590fa45e9c10fc", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/3d00f5a233f44a9286590fa45e9c10fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a33148d48035411ab7ed2b3f1b04fdc6"}, "audit_ids": ["j7uuhSv6TMeuHce7LhOx2g"], "issued_at": "2018-09-04T23:55:46.000000Z"}} 2018-09-04 23:55:46,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 23:55:46,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:46,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-feb96f37-aa1f-4280-bf1d-c21891e1b7d5 Date: Tue, 04 Sep 2018 23:55:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","provider:network_type":"flat"}]} 2018-09-04 23:55:46,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-feb96f37-aa1f-4280-bf1d-c21891e1b7d5 2018-09-04 23:55:46,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.23903298378s 2018-09-04 23:55:46,724 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-feb96f37-aa1f-4280-bf1d-c21891e1b7d5 2018-09-04 23:55:46,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 23:55:46,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:46,734 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 23:55:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 23:55:46,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:46,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deaee321-60b7-4ce4-b2a2-13035e9d9594 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 23:55:46,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-deaee321-60b7-4ce4-b2a2-13035e9d9594 2018-09-04 23:55:46,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0897960662842s 2018-09-04 23:55:46,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 23:55:46,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_9233548f-525f-4b03-a94a-ce74d377917a"}}' 2018-09-04 23:55:46,933 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 23:55:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfa22c95-df3f-44cd-8884-94e779cd6b62 Content-Length: 350 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.26:5000/v3/projects/73286490107d4a46a03d0943d836a31d"}, "enabled": true, "id": "73286490107d4a46a03d0943d836a31d", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_9233548f-525f-4b03-a94a-ce74d377917a"}} 2018-09-04 23:55:46,933 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-dfa22c95-df3f-44cd-8884-94e779cd6b62 2018-09-04 23:55:46,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.116077184677s 2018-09-04 23:55:46,933 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-dfa22c95-df3f-44cd-8884-94e779cd6b62 2018-09-04 23:55:46,934 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'juju_epc-project_9233548f-525f-4b03-a94a-ce74d377917a', 'id': u'73286490107d4a46a03d0943d836a31d', 'description': u'Created by OPNFV Functest: juju_epc', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 23:55:46,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 23:55:47,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357498884201s 2018-09-04 23:55:47,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/ada7b81f7f0744c6abf7e859a59cea0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:47,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ee49af5-cbf5-49dc-97ba-13dfcb477f13 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/ada7b81f7f0744c6abf7e859a59cea0e"}, "enabled": true, "id": "ada7b81f7f0744c6abf7e859a59cea0e", "options": {}, "domain_id": "default", "name": "juju_epc-user_9233548f-525f-4b03-a94a-ce74d377917a"}} 2018-09-04 23:55:47,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/ada7b81f7f0744c6abf7e859a59cea0e used request id req-6ee49af5-cbf5-49dc-97ba-13dfcb477f13 2018-09-04 23:55:47,376 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ada7b81f7f0744c6abf7e859a59cea0e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_9233548f-525f-4b03-a94a-ce74d377917a'}) 2018-09-04 23:55:47,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 23:55:47,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:47,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c4f8964-9739-466f-8f4f-e2060a451d95 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 23:55:47,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3c4f8964-9739-466f-8f4f-e2060a451d95 2018-09-04 23:55:47,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0799100399017s 2018-09-04 23:55:47,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 23:55:47,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:47,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe6b9e69-4aef-44b9-b7bd-f087cae01a1b Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}]} 2018-09-04 23:55:47,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fe6b9e69-4aef-44b9-b7bd-f087cae01a1b 2018-09-04 23:55:47,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0829248428345s 2018-09-04 23:55:47,542 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 23:55:47,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 23:55:47,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" -d '{"role": {"name": "Member"}}' 2018-09-04 23:55:47,639 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 23:55:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15902cfa-05de-4cc6-87ff-7c979fdea490 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f266e4e860144fb2b74752b4e36bdbe0", "links": {"self": "http://172.30.9.26:5000/v3/roles/f266e4e860144fb2b74752b4e36bdbe0"}, "name": "Member"}} 2018-09-04 23:55:47,639 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-15902cfa-05de-4cc6-87ff-7c979fdea490 2018-09-04 23:55:47,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0968568325043s 2018-09-04 23:55:47,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/f266e4e860144fb2b74752b4e36bdbe0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:47,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25e86dff-f15b-4553-a9ec-df3fd9bd4e18 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/f266e4e860144fb2b74752b4e36bdbe0"}, "domain_id": null, "name": "Member", "id": "f266e4e860144fb2b74752b4e36bdbe0"}} 2018-09-04 23:55:47,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/f266e4e860144fb2b74752b4e36bdbe0 used request id req-25e86dff-f15b-4553-a9ec-df3fd9bd4e18 2018-09-04 23:55:47,810 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/f266e4e860144fb2b74752b4e36bdbe0'}, 'domain_id': None, 'human_id': None, 'id': u'f266e4e860144fb2b74752b4e36bdbe0', 'HUMAN_ID': False}) 2018-09-04 23:55:47,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 23:55:47,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:47,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72022b50-b671-44b3-9001-a895faa0377f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f266e4e860144fb2b74752b4e36bdbe0", "links": {"self": "http://172.30.9.26:5000/v3/roles/f266e4e860144fb2b74752b4e36bdbe0"}, "name": "Member"}]} 2018-09-04 23:55:47,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-72022b50-b671-44b3-9001-a895faa0377f 2018-09-04 23:55:47,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802891254425s 2018-09-04 23:55:47,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 23:55:47,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:47,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f89f640-2990-468d-b2ce-0fe2b305c2aa Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 23:55:47,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-1f89f640-2990-468d-b2ce-0fe2b305c2aa 2018-09-04 23:55:47,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0730020999908s 2018-09-04 23:55:47,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 23:55:47,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:48,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf53476-1e75-46e8-ab62-816c04e4c004 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_9233548f-525f-4b03-a94a-ce74d377917a", "links": {"self": "http://172.30.9.26:5000/v3/users/ada7b81f7f0744c6abf7e859a59cea0e"}, "domain_id": "default", "enabled": true, "id": "ada7b81f7f0744c6abf7e859a59cea0e", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-04 23:55:48,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7bf53476-1e75-46e8-ab62-816c04e4c004 2018-09-04 23:55:48,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.086886882782s 2018-09-04 23:55:48,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7bf53476-1e75-46e8-ab62-816c04e4c004 2018-09-04 23:55:48,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 23:55:48,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:48,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b25e2fd-bf36-4435-8761-188c2902e38b Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.26:5000/v3/projects/73286490107d4a46a03d0943d836a31d"}, "enabled": true, "id": "73286490107d4a46a03d0943d836a31d", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_9233548f-525f-4b03-a94a-ce74d377917a"}]} 2018-09-04 23:55:48,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-7b25e2fd-bf36-4435-8761-188c2902e38b 2018-09-04 23:55:48,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0771310329437s 2018-09-04 23:55:48,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-7b25e2fd-bf36-4435-8761-188c2902e38b 2018-09-04 23:55:48,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 23:55:48,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=ada7b81f7f0744c6abf7e859a59cea0e&scope.project.id=73286490107d4a46a03d0943d836a31d&role.id=f266e4e860144fb2b74752b4e36bdbe0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:48,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d357a89-ebc7-43b6-a54d-1bcbe795d12e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=ada7b81f7f0744c6abf7e859a59cea0e&scope.project.id=73286490107d4a46a03d0943d836a31d&role.id=f266e4e860144fb2b74752b4e36bdbe0", "previous": null, "next": null}} 2018-09-04 23:55:48,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=ada7b81f7f0744c6abf7e859a59cea0e&scope.project.id=73286490107d4a46a03d0943d836a31d&role.id=f266e4e860144fb2b74752b4e36bdbe0 used request id req-6d357a89-ebc7-43b6-a54d-1bcbe795d12e 2018-09-04 23:55:48,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.149760007858s 2018-09-04 23:55:48,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 23:55:48,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/73286490107d4a46a03d0943d836a31d/users/ada7b81f7f0744c6abf7e859a59cea0e/roles/f266e4e860144fb2b74752b4e36bdbe0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:48,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 23:55:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70342ed4-009d-4556-9c89-2688e98a4962 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 23:55:48,415 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/73286490107d4a46a03d0943d836a31d/users/ada7b81f7f0744c6abf7e859a59cea0e/roles/f266e4e860144fb2b74752b4e36bdbe0 used request id req-70342ed4-009d-4556-9c89-2688e98a4962 2018-09-04 23:55:48,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125020027161s 2018-09-04 23:55:48,416 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_9233548f-525f-4b03-a94a-ce74d377917a', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '4dcea118-5709-4c05-8ff4-555fc1df6163', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'juju_epc-user_9233548f-525f-4b03-a94a-ce74d377917a', 'project_id': u'73286490107d4a46a03d0943d836a31d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 23:55:48,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 23:55:48,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 23:55:48,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 23:55:48,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 23:55:48,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 23:55:48,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 23:55:48,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 23:55:48,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 23:55:48,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 23:55:48,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 23:55:48,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 23:55:48,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 23:55:48,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 23:55:48,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 23:55:48,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 23:55:48,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 23:55:48,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 23:55:48,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 23:55:48,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 23:55:48,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 23:55:48,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 23:55:48,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 23:55:48,421 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_9233548f-525f-4b03-a94a-ce74d377917a', 'password': '4dcea118-5709-4c05-8ff4-555fc1df6163', 'project_name': 'juju_epc-project_9233548f-525f-4b03-a94a-ce74d377917a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '73286490107d4a46a03d0943d836a31d', 'project_domain_name': 'Default'} 2018-09-04 23:55:48,487 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-09-04 23:55:48,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-09-04 23:55:48,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:48,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3988d513-2fb2-4fb1-b7c7-f556caafeac5 Content-Encoding: gzip Content-Length: 919 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.26:5000/v3/services/09e6124df6fc4c34a0cd7e4d9c6bf2f7"}, "enabled": true, "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.26:5000/v3/services/44859ad5c31f43d28a0f40b56bd321e2"}, "enabled": true, "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.26:5000/v3/services/65ecc4d89b8f4c4e9777da0b2178ac9a"}, "enabled": true, "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.26:5000/v3/services/739a49573f89491888f5e5fea36b4617"}, "enabled": true, "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.26:5000/v3/services/7d5f6042dab54579bc484f0ccb1a0dc3"}, "enabled": true, "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.26:5000/v3/services/7ebdbbc4e58746f195bab0fb2952e881"}, "enabled": true, "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.26:5000/v3/services/885af705b52040d69a006e1890c051da"}, "enabled": true, "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.26:5000/v3/services/8a644046b24c4eb0bea10ae46f980c56"}, "enabled": true, "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.26:5000/v3/services/93c5ef8493734feea0933a94b364b223"}, "enabled": true, "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.26:5000/v3/services/aa26761cb5ac422fac2b9b026a5449fb"}, "enabled": true, "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.26:5000/v3/services/cbae441c8b2f40c9a2549f540c680aa5"}, "enabled": true, "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.26:5000/v3/services/d1731ff9c5a346c3b73121447b5787f0"}, "enabled": true, "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.26:5000/v3/services/eef4a0cd33d44b3085db929ac0aef408"}, "enabled": true, "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.26:5000/v3/services/f437e2a8fe43423a9d405fa3427da04d"}, "enabled": true, "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.26:5000/v3/services/fd700ab9899a4766bab8fde21f66bcb1"}, "enabled": true, "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.26:5000/v3/services/fe8cb77ab1e24ac390810943c826e93e"}, "enabled": true, "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "links": {"self": "http://172.30.9.26:5000/v3/services", "previous": null, "next": null}} 2018-09-04 23:55:48,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/services used request id req-3988d513-2fb2-4fb1-b7c7-f556caafeac5 2018-09-04 23:55:48,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0834498405457s 2018-09-04 23:55:48,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-09-04 23:55:48,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:48,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f47e1849-ad21-4d2e-87b0-953f1f6bca74 Content-Encoding: gzip Content-Length: 2056 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/05543209c8fc47f98c7955601eec2a45"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "93c5ef8493734feea0933a94b364b223", "id": "05543209c8fc47f98c7955601eec2a45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/0af52f600b834f3b81397d7ee532ac84"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eef4a0cd33d44b3085db929ac0aef408", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/0cdd3f0530224259a3b2b1f347756ab1"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa26761cb5ac422fac2b9b026a5449fb", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1000a8a747564c25b2052a59cbd5ea83"}, "url": "http://192.30.9.9:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fe8cb77ab1e24ac390810943c826e93e", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/12f12fb338964e6290455bb414891b77"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f437e2a8fe43423a9d405fa3427da04d", "id": "12f12fb338964e6290455bb414891b77"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1a730e3ede454e8fbcd8d4c214bfd4c2"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "739a49573f89491888f5e5fea36b4617", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1e67a482700a4242a7e40a9d1487e878"}, "url": "http://192.30.9.9:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fe8cb77ab1e24ac390810943c826e93e", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/2cedd57c2ed74165bd2e6fcaa388e386"}, "url": "http://172.30.9.26:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cbae441c8b2f40c9a2549f540c680aa5", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/302a32882a8a494c8c012897f4213e33"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cbae441c8b2f40c9a2549f540c680aa5", "id": "302a32882a8a494c8c012897f4213e33"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3366c6fe168f4d888ba28167cb1dcabc"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "885af705b52040d69a006e1890c051da", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/37339e8154eb4a018307e1c914c4c001"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "44859ad5c31f43d28a0f40b56bd321e2", "id": "37339e8154eb4a018307e1c914c4c001"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4b05efa160c548069324206ad25f916d"}, "url": "http://172.30.9.26:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fe8cb77ab1e24ac390810943c826e93e", "id": "4b05efa160c548069324206ad25f916d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4bf98002eaf8483d9d53f609d866db6d"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fd700ab9899a4766bab8fde21f66bcb1", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4f12602b075047cdb05b5ef39d428036"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cbae441c8b2f40c9a2549f540c680aa5", "id": "4f12602b075047cdb05b5ef39d428036"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/53360c130d8f4b1b9f3b848d7f0e628b"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f437e2a8fe43423a9d405fa3427da04d", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5c8f549977894a60aead894b36ff9312"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d5f6042dab54579bc484f0ccb1a0dc3", "id": "5c8f549977894a60aead894b36ff9312"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5e3863b2644e4d4086269d8e0f080615"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8a644046b24c4eb0bea10ae46f980c56", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/600f2fce898b49e9b2c13231bf4778be"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eef4a0cd33d44b3085db929ac0aef408", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/66284aadbc854074a136720e42a57067"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d1731ff9c5a346c3b73121447b5787f0", "id": "66284aadbc854074a136720e42a57067"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/6eee13f08a1f4d71aebc4c12eb6e5635"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "44859ad5c31f43d28a0f40b56bd321e2", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7402157cd94c4c68ac25bff25830cf00"}, "url": "http://172.30.9.26:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "885af705b52040d69a006e1890c051da", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7467e374f1e842ffbdcaaa83095ed5bf"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d1731ff9c5a346c3b73121447b5787f0", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7d14b4cddf83413fac5f2052f182128b"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d5f6042dab54579bc484f0ccb1a0dc3", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8687b672c3c14a0f9a95247a14367934"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "id": "8687b672c3c14a0f9a95247a14367934"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/86a32cc1330f40d7b61125b4b9f77af2"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8a644046b24c4eb0bea10ae46f980c56", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8ab9926a7af447bfb8eef12cda500d0e"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8db724e15ff146b89084fdabcb2dca16"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "93c5ef8493734feea0933a94b364b223", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a0e39949dd9c4883b1883883b0b5cba0"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d5f6042dab54579bc484f0ccb1a0dc3", "id": "a0e39949dd9c4883b1883883b0b5cba0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a7fcc185b83a429282b91418992afffb"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "885af705b52040d69a006e1890c051da", "id": "a7fcc185b83a429282b91418992afffb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a9039ffe2dbb44c295c7d6c8d906174d"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "93c5ef8493734feea0933a94b364b223", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b1bafe5846bc42d2a68e607f4924a8f7"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8a644046b24c4eb0bea10ae46f980c56", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b89e554cd2bb434bb81753bede67c0c7"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7ebdbbc4e58746f195bab0fb2952e881", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b9e097cbd4ac4fd79312ac974aefa4eb"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f437e2a8fe43423a9d405fa3427da04d", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ba7fe22e505645b8a8c2957d104173ac"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "739a49573f89491888f5e5fea36b4617", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c1b748f023244a969c702db2e9307338"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eef4a0cd33d44b3085db929ac0aef408", "id": "c1b748f023244a969c702db2e9307338"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c7bb880bb78548b4ad6b45bd4960c18b"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7ebdbbc4e58746f195bab0fb2952e881", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c7e47ad48e424ba0bc584b2f15309857"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7ebdbbc4e58746f195bab0fb2952e881", "id": "c7e47ad48e424ba0bc584b2f15309857"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dc22f48b6df24722989de28fcdcb9491"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa26761cb5ac422fac2b9b026a5449fb", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dfbfd387f7a8487cbd6e4bae1fc23b2f"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fd700ab9899a4766bab8fde21f66bcb1", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e3441e5e94d648988e3036590b5c595e"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "id": "e3441e5e94d648988e3036590b5c595e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f2896458110f41208cd40cf3511e199e"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "739a49573f89491888f5e5fea36b4617", "id": "f2896458110f41208cd40cf3511e199e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f29411365876499c9d0c191900fe6ce0"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa26761cb5ac422fac2b9b026a5449fb", "id": "f29411365876499c9d0c191900fe6ce0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f744ea3b37a0474d9c19e0b22b0976c8"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d1731ff9c5a346c3b73121447b5787f0", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f88c80a6e1af4bca993cffcaec10ed8f"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "44859ad5c31f43d28a0f40b56bd321e2", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/fc25257a0d7844c185857c91647d73f1"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fd700ab9899a4766bab8fde21f66bcb1", "id": "fc25257a0d7844c185857c91647d73f1"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-04 23:55:48,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-f47e1849-ad21-4d2e-87b0-953f1f6bca74 2018-09-04 23:55:48,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0830790996552s 2018-09-04 23:55:48,688 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-09-04 23:55:48,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 23:55:48,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:48,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45a350b5-dd3a-459e-aa14-934cd95b576b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/d0c23c61fa4c4f9eb7e55c6f1c185dae"}, "description": "", "name": "heat_stack", "enabled": true, "id": "d0c23c61fa4c4f9eb7e55c6f1c185dae"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 23:55:48,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-45a350b5-dd3a-459e-aa14-934cd95b576b 2018-09-04 23:55:48,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0792028903961s 2018-09-04 23:55:48,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 23:55:48,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-04 23:55:48,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00446f8e-11b7-4a8e-aad6-cfa5ee8b631d Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.26:5000/v3/projects/73286490107d4a46a03d0943d836a31d"}, "enabled": true, "id": "73286490107d4a46a03d0943d836a31d", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_9233548f-525f-4b03-a94a-ce74d377917a"}]} 2018-09-04 23:55:48,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-00446f8e-11b7-4a8e-aad6-cfa5ee8b631d 2018-09-04 23:55:48,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0867660045624s 2018-09-04 23:55:48,856 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-00446f8e-11b7-4a8e-aad6-cfa5ee8b631d 2018-09-04 23:55:48,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 23:55:48,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" -d '{"network": {"tenant_id": "73286490107d4a46a03d0943d836a31d", "name": "juju_epc-net_9233548f-525f-4b03-a94a-ce74d377917a", "admin_state_up": true}}' 2018-09-04 23:55:49,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-20650c9b-3f9a-4004-8bf3-575eaabca1c7 Date: Tue, 04 Sep 2018 23:55:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b4b291bc-e48e-477e-8cba-fea669b21034","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73286490107d4a46a03d0943d836a31d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T23:55:49Z","is_default":false,"qos_policy_id":null,"name":"juju_epc-net_9233548f-525f-4b03-a94a-ce74d377917a","admin_state_up":true,"tenant_id":"73286490107d4a46a03d0943d836a31d","created_at":"2018-09-04T23:55:49Z","mtu":1450}} 2018-09-04 23:55:49,548 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-20650c9b-3f9a-4004-8bf3-575eaabca1c7 2018-09-04 23:55:49,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.68829703331s 2018-09-04 23:55:49,548 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-20650c9b-3f9a-4004-8bf3-575eaabca1c7 2018-09-04 23:55:49,548 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T23:55:49Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b4b291bc-e48e-477e-8cba-fea669b21034', u'provider:segmentation_id': 100, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'juju_epc-net_9233548f-525f-4b03-a94a-ce74d377917a', u'created_at': u'2018-09-04T23:55:49Z', u'mtu': 1450, u'tenant_id': u'73286490107d4a46a03d0943d836a31d', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'73286490107d4a46a03d0943d836a31d'}) 2018-09-04 23:55:49,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 23:55:49,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a29dd96-089a-40e6-9d28-ca6f8a9bacd2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-04 23:55:49,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7a29dd96-089a-40e6-9d28-ca6f8a9bacd2 2018-09-04 23:55:49,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-04 23:55:49,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f266e4e860144fb2b74752b4e36bdbe0", "name": "Member"}], "expires_at": "2018-09-05T00:55:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73286490107d4a46a03d0943d836a31d", "name": "juju_epc-project_9233548f-525f-4b03-a94a-ce74d377917a"}, "catalog": [{"endpoints": [], "type": "metering", "id": "09e6124df6fc4c34a0cd7e4d9c6bf2f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/73286490107d4a46a03d0943d836a31d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37339e8154eb4a018307e1c914c4c001"}, {"url": "http://192.30.9.9:8004/v1/73286490107d4a46a03d0943d836a31d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eee13f08a1f4d71aebc4c12eb6e5635"}, {"url": "http://172.30.9.26:8004/v1/73286490107d4a46a03d0943d836a31d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f88c80a6e1af4bca993cffcaec10ed8f"}], "type": "orchestration", "id": "44859ad5c31f43d28a0f40b56bd321e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8687b672c3c14a0f9a95247a14367934"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ab9926a7af447bfb8eef12cda500d0e"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3441e5e94d648988e3036590b5c595e"}], "type": "compute", "id": "65ecc4d89b8f4c4e9777da0b2178ac9a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/73286490107d4a46a03d0943d836a31d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a730e3ede454e8fbcd8d4c214bfd4c2"}, {"url": "http://172.30.9.26:8776/v2/73286490107d4a46a03d0943d836a31d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7fe22e505645b8a8c2957d104173ac"}, {"url": "http://192.30.9.9:8776/v2/73286490107d4a46a03d0943d836a31d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2896458110f41208cd40cf3511e199e"}], "type": "volumev2", "id": "739a49573f89491888f5e5fea36b4617", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c8f549977894a60aead894b36ff9312"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d14b4cddf83413fac5f2052f182128b"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0e39949dd9c4883b1883883b0b5cba0"}], "type": "placement", "id": "7d5f6042dab54579bc484f0ccb1a0dc3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b89e554cd2bb434bb81753bede67c0c7"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7bb880bb78548b4ad6b45bd4960c18b"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7e47ad48e424ba0bc584b2f15309857"}], "type": "identity", "id": "7ebdbbc4e58746f195bab0fb2952e881", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3366c6fe168f4d888ba28167cb1dcabc"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7402157cd94c4c68ac25bff25830cf00"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7fcc185b83a429282b91418992afffb"}], "type": "key-manager", "id": "885af705b52040d69a006e1890c051da", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v3/73286490107d4a46a03d0943d836a31d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e3863b2644e4d4086269d8e0f080615"}, {"url": "http://192.30.9.9:8776/v3/73286490107d4a46a03d0943d836a31d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86a32cc1330f40d7b61125b4b9f77af2"}, {"url": "http://192.30.9.9:8776/v3/73286490107d4a46a03d0943d836a31d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1bafe5846bc42d2a68e607f4924a8f7"}], "type": "volumev3", "id": "8a644046b24c4eb0bea10ae46f980c56", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v1/73286490107d4a46a03d0943d836a31d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05543209c8fc47f98c7955601eec2a45"}, {"url": "http://192.30.9.9:8776/v1/73286490107d4a46a03d0943d836a31d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8db724e15ff146b89084fdabcb2dca16"}, {"url": "http://192.30.9.9:8776/v1/73286490107d4a46a03d0943d836a31d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9039ffe2dbb44c295c7d6c8d906174d"}], "type": "volume", "id": "93c5ef8493734feea0933a94b364b223", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0cdd3f0530224259a3b2b1f347756ab1"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc22f48b6df24722989de28fcdcb9491"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f29411365876499c9d0c191900fe6ce0"}], "type": "metric", "id": "aa26761cb5ac422fac2b9b026a5449fb", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cedd57c2ed74165bd2e6fcaa388e386"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "302a32882a8a494c8c012897f4213e33"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f12602b075047cdb05b5ef39d428036"}], "type": "policy", "id": "cbae441c8b2f40c9a2549f540c680aa5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66284aadbc854074a136720e42a57067"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7467e374f1e842ffbdcaaa83095ed5bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f744ea3b37a0474d9c19e0b22b0976c8"}], "type": "alarming", "id": "d1731ff9c5a346c3b73121447b5787f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0af52f600b834f3b81397d7ee532ac84"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "600f2fce898b49e9b2c13231bf4778be"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1b748f023244a969c702db2e9307338"}], "type": "cloudformation", "id": "eef4a0cd33d44b3085db929ac0aef408", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12f12fb338964e6290455bb414891b77"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53360c130d8f4b1b9f3b848d7f0e628b"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9e097cbd4ac4fd79312ac974aefa4eb"}], "type": "image", "id": "f437e2a8fe43423a9d405fa3427da04d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4bf98002eaf8483d9d53f609d866db6d"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfbfd387f7a8487cbd6e4bae1fc23b2f"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc25257a0d7844c185857c91647d73f1"}], "type": "network", "id": "fd700ab9899a4766bab8fde21f66bcb1", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1000a8a747564c25b2052a59cbd5ea83"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e67a482700a4242a7e40a9d1487e878"}, {"url": "http://172.30.9.26:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b05efa160c548069324206ad25f916d"}], "type": "nfv-orchestration", "id": "fe8cb77ab1e24ac390810943c826e93e", "name": "tacker"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_9233548f-525f-4b03-a94a-ce74d377917a", "id": "ada7b81f7f0744c6abf7e859a59cea0e"}, "audit_ids": ["i40gw7HJTFuJzuAuPKr3yw"], "issued_at": "2018-09-04T23:55:49.000000Z"}} 2018-09-04 23:55:49,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 23:55:49,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-04 23:55:50,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-92df254b-1bd7-4008-aa39-e66c27949d4c Date: Tue, 04 Sep 2018 23:55:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T23:55:49Z","tenant_id":"73286490107d4a46a03d0943d836a31d","created_at":"2018-09-04T23:55:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"73286490107d4a46a03d0943d836a31d","id":"b4b291bc-e48e-477e-8cba-fea669b21034","name":"juju_epc-net_9233548f-525f-4b03-a94a-ce74d377917a"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-04 23:55:50,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-92df254b-1bd7-4008-aa39-e66c27949d4c 2018-09-04 23:55:50,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25205206871s 2018-09-04 23:55:50,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-92df254b-1bd7-4008-aa39-e66c27949d4c 2018-09-04 23:55:50,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 23:55:50,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" -d '{"subnet": {"name": "juju_epc-subnet_9233548f-525f-4b03-a94a-ce74d377917a", "enable_dhcp": true, "network_id": "b4b291bc-e48e-477e-8cba-fea669b21034", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-09-04 23:55:50,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7307a0e8-5993-4fe8-924e-fddacc8ec27f Date: Tue, 04 Sep 2018 23:55:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4b291bc-e48e-477e-8cba-fea669b21034","tenant_id":"73286490107d4a46a03d0943d836a31d","created_at":"2018-09-04T23:55:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T23:55:50Z","gateway_ip":"192.168.121.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.121.0/24","project_id":"73286490107d4a46a03d0943d836a31d","id":"00c88e87-a5f0-4a26-b55e-95521de8ea18","subnetpool_id":null,"name":"juju_epc-subnet_9233548f-525f-4b03-a94a-ce74d377917a"}} 2018-09-04 23:55:50,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7307a0e8-5993-4fe8-924e-fddacc8ec27f 2018-09-04 23:55:50,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.729640007019s 2018-09-04 23:55:50,926 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7307a0e8-5993-4fe8-924e-fddacc8ec27f 2018-09-04 23:55:50,926 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T23:55:50Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.121.2', u'end': u'192.168.121.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.121.0/24', u'id': u'00c88e87-a5f0-4a26-b55e-95521de8ea18', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_9233548f-525f-4b03-a94a-ce74d377917a', u'enable_dhcp': True, u'network_id': u'b4b291bc-e48e-477e-8cba-fea669b21034', u'tenant_id': u'73286490107d4a46a03d0943d836a31d', u'created_at': u'2018-09-04T23:55:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'73286490107d4a46a03d0943d836a31d'}) 2018-09-04 23:55:50,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 23:55:50,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" -d '{"router": {"external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917"}, "name": "juju_epc-router_9233548f-525f-4b03-a94a-ce74d377917a", "admin_state_up": true}}' 2018-09-04 23:55:56,162 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5dc1cea6-de35-4920-b699-64c7c47d81cd Date: Tue, 04 Sep 2018 23:55:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-04T23:55:51Z", "admin_state_up": true, "updated_at": "2018-09-04T23:55:52Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "73286490107d4a46a03d0943d836a31d", "id": "4b71d5c7-4539-4643-b0b0-29e3499d634e", "name": "juju_epc-router_9233548f-525f-4b03-a94a-ce74d377917a"}} 2018-09-04 23:55:56,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-5dc1cea6-de35-4920-b699-64c7c47d81cd 2018-09-04 23:55:56,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.23542904854s 2018-09-04 23:55:56,163 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-5dc1cea6-de35-4920-b699-64c7c47d81cd 2018-09-04 23:55:56,163 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T23:55:52Z', u'revision_number': 2, u'id': u'4b71d5c7-4539-4643-b0b0-29e3499d634e', u'external_gateway_info': {u'network_id': u'c155f81c-0598-42f6-af77-d29c8a273917', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'97e3a010-d0e8-45f7-9bbb-04a537953fb8', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_9233548f-525f-4b03-a94a-ce74d377917a', u'admin_state_up': True, u'tenant_id': u'73286490107d4a46a03d0943d836a31d', u'created_at': u'2018-09-04T23:55:51Z', u'flavor_id': None, u'routes': [], u'project_id': u'73286490107d4a46a03d0943d836a31d'}) 2018-09-04 23:55:56,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 23:55:56,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/4b71d5c7-4539-4643-b0b0-29e3499d634e/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" -d '{"subnet_id": "00c88e87-a5f0-4a26-b55e-95521de8ea18"}' 2018-09-04 23:55:58,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c0927806-71b5-431f-89b6-f6a14d9922a9 Date: Tue, 04 Sep 2018 23:55:58 GMT RESP BODY: {"network_id": "b4b291bc-e48e-477e-8cba-fea669b21034", "tenant_id": "73286490107d4a46a03d0943d836a31d", "subnet_id": "00c88e87-a5f0-4a26-b55e-95521de8ea18", "subnet_ids": ["00c88e87-a5f0-4a26-b55e-95521de8ea18"], "port_id": "398e73e8-2c2e-4040-baf3-8ea83e3609e5", "id": "4b71d5c7-4539-4643-b0b0-29e3499d634e"} 2018-09-04 23:55:58,300 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4b71d5c7-4539-4643-b0b0-29e3499d634e/add_router_interface.json used request id req-c0927806-71b5-431f-89b6-f6a14d9922a9 2018-09-04 23:55:58,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.13626694679s 2018-09-04 23:55:58,301 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4b71d5c7-4539-4643-b0b0-29e3499d634e/add_router_interface.json used request id req-c0927806-71b5-431f-89b6-f6a14d9922a9 returning object 4b71d5c7-4539-4643-b0b0-29e3499d634e 2018-09-04 23:55:58,302 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-09-04 23:56:00,239 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:735b7aed1ace8169dfe8028e333e637b sha256:c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7 2018-09-04 23:56:00,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-04 23:56:00,247 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 23:56:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-09-04 23:56:00,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 23:56:00,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-04 23:56:00,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4dfd4230-5ac4-40db-9e46-68e2c9aa67c1 Date: Tue, 04 Sep 2018 23:56:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 23:56:00,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4dfd4230-5ac4-40db-9e46-68e2c9aa67c1 2018-09-04 23:56:00,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.602269172668s 2018-09-04 23:56:00,853 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4dfd4230-5ac4-40db-9e46-68e2c9aa67c1 2018-09-04 23:56:00,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 23:56:00,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" -d '{"owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "owner_specified.shade.object": "images/juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a"}' 2018-09-04 23:56:01,048 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981 X-Openstack-Request-Id: req-be9b03a3-32c1-4eac-bd6b-58f34832d284 Date: Tue, 04 Sep 2018 23:56:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981/file", "owner": "73286490107d4a46a03d0943d836a31d", "id": "824b9af1-9e07-4534-9e17-c9096cbc6981", "size": null, "self": "/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "updated_at": "2018-09-04T23:56:01Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a", "checksum": null, "created_at": "2018-09-04T23:56:01Z", "protected": false} 2018-09-04 23:56:01,048 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-be9b03a3-32c1-4eac-bd6b-58f34832d284 2018-09-04 23:56:01,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.192750930786s 2018-09-04 23:56:01,049 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-be9b03a3-32c1-4eac-bd6b-58f34832d284 returning object 824b9af1-9e07-4534-9e17-c9096cbc6981 2018-09-04 23:56:01,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 23:56:01,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" -d '' 2018-09-04 23:56:07,441 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-033dd550-deff-4e99-8ba7-7261981c4362 Date: Tue, 04 Sep 2018 23:56:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 23:56:07,441 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981/file used request id req-033dd550-deff-4e99-8ba7-7261981c4362 2018-09-04 23:56:07,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.39150595665s 2018-09-04 23:56:07,441 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981/file used request id req-033dd550-deff-4e99-8ba7-7261981c4362 2018-09-04 23:56:07,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 23:56:07,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-04 23:56:08,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-3f737292-8b4d-4312-9869-9598def490ce Date: Tue, 04 Sep 2018 23:56:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/824b9af1-9e07-4534-9e17-c9096cbc6981/snap", "metadata": {}}], "file": "/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981/file", "owner": "73286490107d4a46a03d0943d836a31d", "id": "824b9af1-9e07-4534-9e17-c9096cbc6981", "size": 296878080, "self": "/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/824b9af1-9e07-4534-9e17-c9096cbc6981/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "updated_at": "2018-09-04T23:56:07Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a", "checksum": "735b7aed1ace8169dfe8028e333e637b", "created_at": "2018-09-04T23:56:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 23:56:08,003 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3f737292-8b4d-4312-9869-9598def490ce 2018-09-04 23:56:08,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.561130046844s 2018-09-04 23:56:08,003 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3f737292-8b4d-4312-9869-9598def490ce 2018-09-04 23:56:08,006 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/824b9af1-9e07-4534-9e17-c9096cbc6981/snap', u'metadata': Munch({})})], 'file': u'/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981/file', 'owner': u'73286490107d4a46a03d0943d836a31d', 'id': u'824b9af1-9e07-4534-9e17-c9096cbc6981', 'size': 296878080, u'self': u'/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73286490107d4a46a03d0943d836a31d', 'name': 'juju_epc-project_9233548f-525f-4b03-a94a-ce74d377917a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/824b9af1-9e07-4534-9e17-c9096cbc6981/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T23:56:07Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-04T23:56:07Z', u'owner_specified.shade.sha256': u'c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7', u'owner_specified.shade.object': u'images/juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'735b7aed1ace8169dfe8028e333e637b', 'properties': {u'self': u'/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981', u'owner_specified.shade.md5': u'735b7aed1ace8169dfe8028e333e637b', u'owner_specified.shade.object': u'images/juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a', u'owner_specified.shade.sha256': u'c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a', 'created': u'2018-09-04T23:56:01Z', 'checksum': u'735b7aed1ace8169dfe8028e333e637b', 'created_at': u'2018-09-04T23:56:01Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981', u'owner_specified.shade.md5': u'735b7aed1ace8169dfe8028e333e637b', u'owner_specified.shade.object': u'images/juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a', u'owner_specified.shade.sha256': u'c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7', u'schema': u'/v2/schemas/image'}}) 2018-09-04 23:56:09,184 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 824b9af1-9e07-4534-9e17-c9096cbc6981 -s xenial -r regionOne -u http://172.30.9.26:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-09-04 23:56:09,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 23:56:09,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_9233548f-525f-4b03-a94a-ce74d377917a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-09-04 23:56:09,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:56:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43c4ac3c-c810-4ea5-a585-f06d11efee84 x-compute-request-id: req-43c4ac3c-c810-4ea5-a585-f06d11efee84 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75", "name": "juju_epc-flavor_9233548f-525f-4b03-a94a-ce74d377917a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 23:56:09,421 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-43c4ac3c-c810-4ea5-a585-f06d11efee84 2018-09-04 23:56:09,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.235535144806s 2018-09-04 23:56:09,422 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-43c4ac3c-c810-4ea5-a585-f06d11efee84 returning object 5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75 2018-09-04 23:56:09,423 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_9233548f-525f-4b03-a94a-ce74d377917a', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 10, 'id': u'5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75', 'swap': 0}) 2018-09-04 23:56:09,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 23:56:09,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" -d '{"extra_specs": {}}' 2018-09-04 23:56:09,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:56:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e5d72ef-9063-45a0-8209-f756e43573a6 x-compute-request-id: req-5e5d72ef-9063-45a0-8209-f756e43573a6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 23:56:09,450 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75/os-extra_specs used request id req-5e5d72ef-9063-45a0-8209-f756e43573a6 2018-09-04 23:56:09,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0263860225677s 2018-09-04 23:56:09,450 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75/os-extra_specs used request id req-5e5d72ef-9063-45a0-8209-f756e43573a6 2018-09-04 23:56:09,451 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-09-04 23:56:09,452 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-276 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | USE_DYNAMIC_CREDENTIALS | True | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-09-04 23:56:09,458 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-09-04 23:56:09,544 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-09-04 23:56:09,545 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-09-04 23:56:09,639 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-09-04 23:56:09,640 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-09-04 23:56:11,139 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-09-04 23:56:11,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 23:56:11,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-04 23:56:11,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-134c122e-956b-4b51-a25e-d2416b29ab2a Date: Tue, 04 Sep 2018 23:56:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/824b9af1-9e07-4534-9e17-c9096cbc6981/snap", "metadata": {}}], "file": "/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981/file", "owner": "73286490107d4a46a03d0943d836a31d", "id": "824b9af1-9e07-4534-9e17-c9096cbc6981", "size": 296878080, "self": "/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/824b9af1-9e07-4534-9e17-c9096cbc6981/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "updated_at": "2018-09-04T23:56:07Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a", "checksum": "735b7aed1ace8169dfe8028e333e637b", "created_at": "2018-09-04T23:56:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 23:56:11,394 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-134c122e-956b-4b51-a25e-d2416b29ab2a 2018-09-04 23:56:11,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.255259037018s 2018-09-04 23:56:11,395 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-134c122e-956b-4b51-a25e-d2416b29ab2a 2018-09-04 23:56:11,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 23:56:11,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/juju_epc-img_alt_9233548f-525f-4b03-a94a-ce74d377917a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_9233548f-525f-4b03-a94a-ce74d377917a"}' 2018-09-04 23:56:11,625 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a X-Openstack-Request-Id: req-16b0e15c-8aba-4a1a-9122-63f324cc04e5 Date: Tue, 04 Sep 2018 23:56:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a/file", "owner": "73286490107d4a46a03d0943d836a31d", "id": "ce2709e6-a27f-42b3-bc7d-7217baecfa5a", "size": null, "self": "/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-09-04T23:56:11Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_9233548f-525f-4b03-a94a-ce74d377917a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_9233548f-525f-4b03-a94a-ce74d377917a", "checksum": null, "created_at": "2018-09-04T23:56:11Z", "protected": false} 2018-09-04 23:56:11,625 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-16b0e15c-8aba-4a1a-9122-63f324cc04e5 2018-09-04 23:56:11,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.226982116699s 2018-09-04 23:56:11,626 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-16b0e15c-8aba-4a1a-9122-63f324cc04e5 returning object ce2709e6-a27f-42b3-bc7d-7217baecfa5a 2018-09-04 23:56:11,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 23:56:11,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" -d '' 2018-09-04 23:56:17,402 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3b3b4074-b7a9-4fc9-b608-65fc4e6b89b9 Date: Tue, 04 Sep 2018 23:56:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 23:56:17,402 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a/file used request id req-3b3b4074-b7a9-4fc9-b608-65fc4e6b89b9 2018-09-04 23:56:17,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.77583408356s 2018-09-04 23:56:17,403 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a/file used request id req-3b3b4074-b7a9-4fc9-b608-65fc4e6b89b9 2018-09-04 23:56:17,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 23:56:17,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-04 23:56:17,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-ca3f5eec-c225-47fb-8663-a601a9717c90 Date: Tue, 04 Sep 2018 23:56:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a/snap", "metadata": {}}], "file": "/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a/file", "owner": "73286490107d4a46a03d0943d836a31d", "id": "ce2709e6-a27f-42b3-bc7d-7217baecfa5a", "size": 263193088, "self": "/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-09-04T23:56:17Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_9233548f-525f-4b03-a94a-ce74d377917a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_9233548f-525f-4b03-a94a-ce74d377917a", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-04T23:56:11Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/824b9af1-9e07-4534-9e17-c9096cbc6981/snap", "metadata": {}}], "file": "/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981/file", "owner": "73286490107d4a46a03d0943d836a31d", "id": "824b9af1-9e07-4534-9e17-c9096cbc6981", "size": 296878080, "self": "/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/824b9af1-9e07-4534-9e17-c9096cbc6981/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "updated_at": "2018-09-04T23:56:07Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a", "checksum": "735b7aed1ace8169dfe8028e333e637b", "created_at": "2018-09-04T23:56:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 23:56:17,978 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ca3f5eec-c225-47fb-8663-a601a9717c90 2018-09-04 23:56:17,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.574600219727s 2018-09-04 23:56:17,979 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-ca3f5eec-c225-47fb-8663-a601a9717c90 2018-09-04 23:56:17,982 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a/file', 'owner': u'73286490107d4a46a03d0943d836a31d', 'id': u'ce2709e6-a27f-42b3-bc7d-7217baecfa5a', 'size': 263193088, u'self': u'/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73286490107d4a46a03d0943d836a31d', 'name': 'juju_epc-project_9233548f-525f-4b03-a94a-ce74d377917a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T23:56:17Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-04T23:56:17Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_9233548f-525f-4b03-a94a-ce74d377917a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'self': u'/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'owner_specified.shade.object': u'images/juju_epc-img_alt_9233548f-525f-4b03-a94a-ce74d377917a', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_9233548f-525f-4b03-a94a-ce74d377917a', 'created': u'2018-09-04T23:56:11Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-09-04T23:56:11Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'owner_specified.shade.object': u'images/juju_epc-img_alt_9233548f-525f-4b03-a94a-ce74d377917a', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'schema': u'/v2/schemas/image'}}) 2018-09-04 23:56:18,166 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i ce2709e6-a27f-42b3-bc7d-7217baecfa5a -s trusty -r regionOne -u http://172.30.9.26:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-09-04 23:56:18,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 23:56:18,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_9233548f-525f-4b03-a94a-ce74d377917a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-09-04 23:56:18,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:56:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-031e6254-417d-41a3-bfbf-47daada986d7 x-compute-request-id: req-031e6254-417d-41a3-bfbf-47daada986d7 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8", "name": "juju_epc-flavor_alt_9233548f-525f-4b03-a94a-ce74d377917a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 23:56:18,221 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-031e6254-417d-41a3-bfbf-47daada986d7 2018-09-04 23:56:18,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0533809661865s 2018-09-04 23:56:18,222 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-031e6254-417d-41a3-bfbf-47daada986d7 returning object 0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8 2018-09-04 23:56:18,223 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_9233548f-525f-4b03-a94a-ce74d377917a', 'ephemeral': 0, 'ram': 4096, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3d00f5a233f44a9286590fa45e9c10fc', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 10, 'id': u'0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8', 'swap': 0}) 2018-09-04 23:56:18,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 23:56:18,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" -d '{"extra_specs": {}}' 2018-09-04 23:56:18,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 23:56:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5315fc51-77e3-4305-bf55-70aa4ba00ca8 x-compute-request-id: req-5315fc51-77e3-4305-bf55-70aa4ba00ca8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 23:56:18,246 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8/os-extra_specs used request id req-5315fc51-77e3-4305-bf55-70aa4ba00ca8 2018-09-04 23:56:18,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021968126297s 2018-09-04 23:56:18,246 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8/os-extra_specs used request id req-5315fc51-77e3-4305-bf55-70aa4ba00ca8 2018-09-04 23:56:18,246 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-09-05 00:00:30,589 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju bootstrap abot-epc/regionOne abot-controller --agent-version 2.2.9 --metadata-source /root --constraints mem=2G --bootstrap-series xenial --config network=b4b291bc-e48e-477e-8cba-fea669b21034 --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 23:56:18 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 23:56:18 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc/regionOne", "abot-controller", "--agent-version", "2.2.9", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=b4b291bc-e48e-477e-8cba-fea669b21034", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 23:56:18 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 23:56:18 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[use-default-secgroup:true network:b4b291bc-e48e-477e-8cba-fea669b21034 external-network: use-floating-ip:true] 23:56:18 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 23:56:18 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[use-default-secgroup:true max-action-results-size:5G apt-no-proxy: net-bond-reconfigure-delay:17 max-status-history-size:5G max-action-results-age:336h proxy-ssh:false agent-stream:released apt-ftp-proxy: ignore-machine-addresses:false use-floating-ip:true agent-metadata-url: name:controller development:false resource-tags: http-proxy: image-metadata-url: disable-network-management:false enable-os-upgrade:true provisioner-harvest-mode:destroyed logforward-enabled:false enable-os-refresh-update:true ssl-hostname-verification:false type:openstack transmit-vendor-metrics:true ftp-proxy: external-network: network:b4b291bc-e48e-477e-8cba-fea669b21034 logging-config: default-series:xenial authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYRtKZs9WH2CZMXWkNCSrBaqtnw+wbxXmWk2H3AhKolwTBUjQwSguReWJbNrshIdTaTE9Us17AT0MGr/8M3Bq0Ulxi6NaLlZSNG0sdW0M9v+bVf43a5P1+/Z8pwCCEt6jd9chvN60yWYSOyx23lrNSlgJChkrqHUVXotnqAdk8lhTq/72lHkiiTkic4Q4bx3QPkPkwjpmEpwntTsJ/njvuBZ0SWyjlLnrFrTfgoRbsKQtFcAWK3CBLSCrYs8X5xskumJKfELGT9V2uPe13jCA+eqaK6nPoIgjTNehksMeL3HWoI4jphnxA1VsRHM6jFiFeH3EAg0PORRmc5MOTk3Ff juju-client-key apt-https-proxy: https-proxy: firewall-mode:instance image-stream:released no-proxy:127.0.0.1,localhost,::1 uuid:ef61522f-f440-44de-81a3-1a9f68aff1a1 apt-http-proxy: test-mode:false apt-mirror: automatically-retry-hooks:true update-status-hook-interval:5m max-status-history-age:336h] 23:56:18 INFO juju.provider.openstack provider.go:144 opening model "controller" 23:56:19 DEBUG goose :1 auth details: &{Token:gAAAAABbjxuiq3oZwyTJv6HJXAPqZTiJ5D_tvl7ls9ZEmbbYpwKqenNwsjnlDFL0wpJLtCRXjFErZhPacHC6BRHZG-6iC-8G7-V2rUY2nK1rYyysDDctJsbtXEe_aaax8bbnZRp0W2L3JoFfAL4AQHJedZENlw7g7PRJK0KYhyalG7EK45uTYnk TenantId:73286490107d4a46a03d0943d836a31d UserId:ada7b81f7f0744c6abf7e859a59cea0e Domain: RegionServiceURLs:map[regionOne:map[volumev3:http://172.30.9.26:8776/v3/73286490107d4a46a03d0943d836a31d image:http://172.30.9.26:9292 identity:http://172.30.9.26:5000 alarming:http://172.30.9.26:8042 placement:http://172.30.9.26:8778/placement compute:http://172.30.9.26:8774/v2.1 volumev2:http://172.30.9.26:8776/v2/73286490107d4a46a03d0943d836a31d volume:http://172.30.9.26:8776/v1/73286490107d4a46a03d0943d836a31d policy:http://172.30.9.26:1789 cloudformation:http://172.30.9.26:8000/v1 orchestration:http://172.30.9.26:8004/v1/73286490107d4a46a03d0943d836a31d metric:http://172.30.9.26:8041 network:http://172.30.9.26:9696 nfv-orchestration:http://172.30.9.26:9890 key-manager:http://172.30.9.26:9311]]} 23:56:19 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 23:56:19 DEBUG goose :1 performing API version discovery for "http://172.30.9.26:8774/" 23:56:19 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.26:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.26:8774/v2.1/ Rel:self}] Status:CURRENT}] 23:56:19 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 23:56:19 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 23:56:19 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 23:56:19 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 23:56:19 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 23:56:19 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 23:56:19 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 23:56:19 INFO cmd bootstrap.go:233 Loading image metadata 23:56:19 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 23:56:19 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 23:56:19 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 23:56:19 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.26:5000/v3} [yakkety win7 trusty xenial win2016nano win2012hv win2012r2 win2016hv zesty win2008r2 win8 precise win2016 vivid win2012 centos7 saucy wily opensuseleap raring win2012hvr2 win81 win10 genericlinux quantal utopic] [amd64 i386 armhf arm64 ppc64el s390x] released}} 23:56:19 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 23:56:22 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 23:56:23 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.26:5000/v3} not found 23:56:23 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.26:5000/v3} not found 23:56:23 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 23:56:23 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 23:56:23 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 23:56:23 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 23:56:23 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 23:56:23 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 23:56:23 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 23:56:23 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 23:56:23 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 23:56:24 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 23:56:27 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 23:56:27 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 23:56:27 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 23:56:27 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:824b9af1-9e07-4534-9e17-c9096cbc6981 Arch:amd64 VirtType:}] 23:56:27 INFO juju.environs.instances image.go:106 find instance - using image with id: 824b9af1-9e07-4534-9e17-c9096cbc6981 23:56:27 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 23:56:27 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 23:56:27 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2487 bytes 23:56:27 DEBUG juju.provider.openstack provider.go:1022 using network id "b4b291bc-e48e-477e-8cba-fea669b21034" 23:56:27 DEBUG goose :1 performing API version discovery for "http://172.30.9.26:9696/" 23:56:27 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.26:9696/v2.0/ Rel:self}] Status:CURRENT}] 23:56:32 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" has status BUILD, wait 10 seconds before retry, attempt 11 - instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" has status BUILD, wait 10 seconds before retry, attempt 12 23:58:45 INFO juju.provider.openstack provider.go:1189 started instance "51db36d9-b108-4a1a-a26a-ce60ec2b0133" 23:58:45 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 23:58:47 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.202 23:58:47 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.202 - 51db36d9-b108-4a1a-a26a-ce60ec2b0133 (arch=amd64 mem=2G cores=1) 23:58:49 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 23:58:49 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 23:58:49 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 23:58:49 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 23:58:52 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 23:58:52 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 23:58:53 DEBUG juju.provider.openstack provider.go:414 instance 51db36d9-b108-4a1a-a26a-ce60ec2b0133 has floating IP address: 172.30.9.202 Attempting to connect to 172.30.9.202:22 Attempting to connect to 192.168.121.8:22 23:58:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.8 failed: ssh: connect to host 192.168.121.8 port 22: Connection refused 23:58:53 INFO juju.cloudconfig userdatacfg_unix.go:410 Fetching agent: curl -sSfw 'tools from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s ' --retry 10 --insecure -o $bin/tools.tar.gz <[https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-aff1a1-controller-0 00:00:26 INFO cmd bootstrap.go:423 Bootstrap agent now started 00:00:28 DEBUG juju.provider.openstack provider.go:414 instance 51db36d9-b108-4a1a-a26a-ce60ec2b0133 has floating IP address: 172.30.9.202 00:00:28 INFO juju.juju api.go:308 API endpoints changed from [] to [172.30.9.202:17070 192.168.121.8:17070] 00:00:28 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.202 to verify accessibility... 00:00:28 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.202:17070 192.168.121.8:17070] 00:00:30 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" 00:00:30 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" 00:00:30 DEBUG juju.api monitor.go:35 RPC connection died 00:00:30 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available. 00:00:30 INFO cmd controller.go:88 Controller machines are in the "controller" model. 00:00:30 INFO cmd controller.go:89 Initial model "default" added. 00:00:30 INFO cmd supercommand.go:465 command finished 2018-09-05 00:00:30,590 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-09-05 00:00:30,590 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-09-05 00:00:53,751 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju deploy /src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml Deploying charm "local:xenial/abot-epc-basic-1" application abot-epc-basic exposed Deploying charm "cs:mysql-55" Deploying charm "local:trusty/oai-epc-3" Deploying charm "local:trusty/oai-hss-13" Related "mysql:db" and "oai-hss:db" Related "oai-hss:hss" and "oai-epc:hss" Related "oai-epc:epc" and "abot-epc-basic:epc" Related "oai-epc:ssh-abot-epc" and "abot-epc-basic:ssh-abot" Deploy of bundle completed. 2018-09-05 00:00:53,751 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-09-05 00:24:57,968 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-09-05 00:24:41.325382Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-09-05 00:24:57,969 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-09-05 00:24:57,969 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-09-05 00:24:58,112 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju status Model Controller Cloud/Region Version SLA default abot-controller abot-epc/regionOne 2.2.9 unsupported App Version Status Scale Charm Store Rev OS Notes abot-epc-basic active 1 abot-epc-basic local 1 ubuntu exposed mysql unknown 1 mysql jujucharms 55 ubuntu oai-epc active 1 oai-epc local 3 ubuntu oai-hss active 1 oai-hss local 13 ubuntu Unit Workload Agent Machine Public address Ports Message abot-epc-basic/0* active idle 0 172.30.9.211 80/tcp,5000/tcp ABot ready! EPC relation established, proceed to run tests... mysql/0* unknown idle 1 172.30.9.200 3306/tcp oai-epc/0* active idle 2 172.30.9.210 2152/udp OAI EPC is running and connected to HSS oai-hss/0* active idle 3 172.30.9.205 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.211 67cb1ad0-47ac-497a-8317-758ef2c37ad6 xenial nova ACTIVE 1 started 172.30.9.200 85dabe6b-8e9e-4cb0-a03c-748826a47b8f trusty nova ACTIVE 2 started 172.30.9.210 6b430d33-de42-4155-8453-db4e3490ccdd trusty nova ACTIVE 3 started 172.30.9.205 b1d587f3-ae87-46b4-a1d0-17d4373fd8c6 trusty nova ACTIVE Relation provider Requirer Interface Type abot-epc-basic:ssh-abot oai-epc:ssh-abot-epc ssh regular mysql:cluster mysql:cluster mysql-ha peer mysql:db oai-hss:db mysql regular oai-epc:epc abot-epc-basic:epc S1-C regular oai-hss:hss oai-epc:hss S6a-hss regular 2018-09-05 00:24:58,275 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.211 (agent:idle, workload:active) 80/tcp, 5000/tcp 2018-09-05 00:24:58,276 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - abot-epc-basic workload is active 2018-09-05 00:24:58,423 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-epc - oai-epc/0: 172.30.9.210 (agent:idle, workload:active) 2152/udp 2018-09-05 00:24:58,423 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-epc workload is active 2018-09-05 00:24:58,566 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-hss - oai-hss/0: 172.30.9.205 (agent:idle, workload:active) 2018-09-05 00:24:58,567 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-hss workload is active 2018-09-05 00:24:58,567 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Transferring the feature files to Abot_node ... 2018-09-05 00:24:59,158 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -r -v /usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/featureFiles abot-epc-basic/0:~/ 2018-09-05 00:24:59,159 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files within Abot_node 2018-09-05 00:24:59,587 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju ssh abot-epc-basic/0 sudo cp -vfR ~/featureFiles/* /etc/rebaca-test-suite/featureFiles sudo: unable to resolve host juju-b33e8a-default-0 '/home/ubuntu/featureFiles/000-local-commands.feature' -> '/etc/rebaca-test-suite/featureFiles/000-local-commands.feature' '/home/ubuntu/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' '/home/ubuntu/featureFiles/Auth_Accept.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_Accept.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' '/home/ubuntu/featureFiles/ResourceBundle.xml' -> '/etc/rebaca-test-suite/featureFiles/ResourceBundle.xml' Connection to 172.30.9.211 closed. 2018-09-05 00:24:59,588 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-09-05 00:25:00,021 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju run-action abot-epc-basic/0 run tagnames=TS_24_301 Action queued with id: e5f6da5c-e38a-4906-89e7-87771cbe569f 2018-09-05 00:34:42,412 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-09-05 00:34:25.769886Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-09-05 00:34:42,413 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-09-05 00:34:42,807 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -v abot-epc-basic/0:/var/lib/abot-epc-basic/artifacts/TestResults.json /home/opnfv/functest/results/juju_epc/. 2018-09-05 00:34:42,807 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-09-05 00:34:42,847 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 22, 'skipped': 0, 'passed': 256} 2018-09-05 00:34:42,847 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 256, Failed:22, Skipped: 0 2018-09-05 00:34:43,079 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-05 00:34:43,080 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 38:54 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-05 00:34:44,049 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 00:03:29 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-0: 00:03:29 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 00:03:29 DEBUG juju.agent read agent config, format "2.0" machine-0: 00:03:29 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 00:03:29 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-0: 00:03:29 DEBUG juju.worker start "engine" machine-0: 00:03:29 INFO juju.worker start "engine" machine-0: 00:03:29 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 00:03:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 00:03:29 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 00:03:29 DEBUG juju.worker "engine" started machine-0: 00:03:29 DEBUG juju.worker.introspection stats worker now serving machine-0: 00:03:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 00:03:29 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 00:03:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.apicaller connecting with old password machine-0: 00:03:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 00:03:29 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 00:03:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-0: 00:03:29 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-0: 00:03:29 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-0: 00:03:29 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-0: 00:03:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 00:03:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 00:03:30 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 00:03:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:30 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 00:03:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 00:03:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 00:03:30 DEBUG juju.worker.apicaller connected machine-0: 00:03:30 DEBUG juju.worker.apicaller changing password... machine-0: 00:03:30 DEBUG juju.worker.apicaller password changed machine-0: 00:03:30 DEBUG juju.api RPC connection died machine-0: 00:03:30 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 00:03:30 DEBUG juju.worker.apicaller connecting with current password machine-0: 00:03:30 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-0: 00:03:30 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-0: 00:03:30 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-0: 00:03:31 DEBUG juju.worker.apicaller connected machine-0: 00:03:31 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 00:03:31 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 00:03:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 00:03:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 00:03:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 00:03:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 00:03:31 INFO juju.worker.upgrader unblocking abort check machine-0: 00:03:31 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-0: 00:03:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 00:03:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 00:03:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 00:03:31 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 00:03:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 00:03:31 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 00:03:31 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 00:03:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.8,::1,localhost", AutoNoProxy:""} machine-0: 00:03:31 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 00:03:31 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 00:03:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 00:03:31 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 00:03:31 DEBUG juju.worker.logger logger setup machine-0: 00:03:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 00:03:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 00:03:31 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 00:03:31 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 00:03:31 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 00:03:31 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 00:03:31 DEBUG juju.network including address public:172.30.9.202 for machine machine-0: 00:03:31 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-0: 00:03:31 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 00:03:31 DEBUG juju.network including address local-machine:::1 for machine machine-0: 00:03:31 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.8 local-machine:127.0.0.1 local-machine:::1] machine-0: 00:03:31 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.8:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 00:03:31 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.8:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "172.30.9.202:17070"] machine-0: 00:03:31 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 00:03:31 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 00:03:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 00:03:31 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 00:03:31 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 00:03:31 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 00:03:31 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 00:03:31 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 00:03:31 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 00:03:31 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 00:03:31 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 00:03:31 DEBUG juju.network including address local-cloud:192.168.121.11 for machine machine-0: 00:03:31 DEBUG juju.network including address local-machine:::1 for machine machine-0: 00:03:31 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-0: 00:03:31 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-0: 00:03:31 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 00:03:31 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 00:03:31 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-0: 00:03:31 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 00:03:31 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 00:03:32 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 00:03:32 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 00:03:32 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 00:03:32 DEBUG juju.worker start "0-container-watcher" machine-0: 00:03:32 DEBUG juju.worker start "stateconverter" machine-0: 00:03:32 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 00:03:32 INFO juju.worker start "0-container-watcher" machine-0: 00:03:32 DEBUG juju.worker "0-container-watcher" started machine-0: 00:03:32 INFO juju.worker start "stateconverter" machine-0: 00:03:32 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 00:03:32 DEBUG juju.worker "stateconverter" started machine-0: 00:03:32 DEBUG juju.service discovered init system "systemd" from local host machine-0: 00:03:32 DEBUG juju.worker.deployer state addresses: ["192.168.121.8:37017"] machine-0: 00:03:32 DEBUG juju.worker.deployer API addresses: ["192.168.121.8:17070" "172.30.9.202:17070"] machine-0: 00:03:32 INFO juju.worker.machiner "machine-0" started machine-0: 00:03:32 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-abot-epc-basic-0 Conf:{Desc:juju unit agent for abot-epc-basic/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:/var/lib/juju/init/jujud-unit-abot-epc-basic-0/exec-start.sh ExecStopPost: Logfile:/var/log/juju/unit-abot-epc-basic-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-abot-epc-basic-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name abot-epc-basic/0 --debug]}} ConfName:jujud-unit-abot-epc-basic-0.service UnitName:jujud-unit-abot-epc-basic-0.service Dirname:/var/lib/juju/init/jujud-unit-abot-epc-basic-0 Script:[35 33 47 117 115 114 47 98 105 110 47 101 110 118 32 98 97 115 104 10 10 35 32 83 101 116 32 117 112 32 108 111 103 103 105 110 103 46 10 116 111 117 99 104 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 111 119 110 32 115 121 115 108 111 103 58 115 121 115 108 111 103 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 109 111 100 32 48 54 48 48 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 62 62 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 50 62 38 49 10 10 35 32 82 117 110 32 116 104 101 32 115 99 114 105 112 116 46 10 39 47 118 97 114 47 108 105 98 47 106 117 106 117 47 116 111 111 108 115 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 47 106 117 106 117 100 39 32 117 110 105 116 32 45 45 100 97 116 97 45 100 105 114 32 39 47 118 97 114 47 108 105 98 47 106 117 106 117 39 32 45 45 117 110 105 116 45 110 97 109 101 32 97 98 111 116 45 101 112 99 45 98 97 115 105 99 47 48 32 45 45 100 101 98 117 103]} machine-0: 00:03:32 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 00:03:32 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 00:03:32 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 00:03:32 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-abot-epc-basic-0: 00:03:32 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-abot-epc-basic-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "abot-epc-basic/0", "--debug"} unit-abot-epc-basic-0: 00:03:32 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 00:03:32 INFO juju.worker start "api" unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 00:03:32 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-abot-epc-basic-0: 00:03:32 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-abot-epc-basic-0: 00:03:32 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:03:33 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 00:03:33 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 00:03:33 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 00:03:33 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 00:03:33 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 00:03:33 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 00:03:33 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-abot-epc-basic-0: 00:03:33 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-abot-epc-basic-0: 00:03:33 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-0: 00:03:33 DEBUG juju.worker.machiner observed network config updated for "machine-0" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:65:ba:cb 192.168.121.0/24 1450 0 ens3 ethernet false false static 192.168.121.11 [] [] []} {2 fa:16:3e:65:ba:cb 1450 0 ens3 ethernet false false manual [] [] []} {3 b2:a4:b9:24:8b:18 1500 0 lxdbr0 bridge false false manual [] [] []} {3 b2:a4:b9:24:8b:18 1500 0 lxdbr0 bridge false false manual [] [] []}] unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 00:03:34 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 00:03:34 DEBUG juju.network "lxdbr0" has addresses [fe80::b0a4:b9ff:fe24:8b18/64 fe80::1/64] unit-abot-epc-basic-0: 00:03:34 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 00:03:34 DEBUG juju.network including address public:172.30.9.202 for machine unit-abot-epc-basic-0: 00:03:34 DEBUG juju.network including address local-cloud:192.168.121.8 for machine unit-abot-epc-basic-0: 00:03:34 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 00:03:34 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 00:03:34 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.8 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.8:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 00:03:34 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.8:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "172.30.9.202:17070"] unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.8,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 00:03:34 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 00:03:34 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 00:03:34 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 00:03:34 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 00:03:34 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 00:03:34 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 00:03:34 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-xenial-amd64 unit-abot-epc-basic-0: 00:03:34 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-xenial-amd64/jujud unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-abot-epc-basic-0/run.socket unit-abot-epc-basic-0: 00:03:34 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 00:03:34 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 00:03:34 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 00:03:34 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 00:03:34 DEBUG httpbakery client do GET https://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 00:03:34 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 00:03:34 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 00:03:34 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 00:03:34 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" machine-0: 00:03:35 INFO juju.tools.lxdclient using LXD API version "1.0" machine-0: 00:03:35 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 00:03:35 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 00:03:35 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 00:03:35 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 00:03:35 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 00:03:36 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 00:03:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 00:03:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 00:03:36 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-b33e8a-default-0 unit-abot-epc-basic-0: 00:03:36 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 00:03:36 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 00:03:36 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 00:03:36 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 00:03:36 DEBUG unit.abot-epc-basic/0.install Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 00:03:36 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 00:03:36 DEBUG unit.abot-epc-basic/0.install Hit:3 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 00:03:36 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 00:03:39 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 00:03:39 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install Need to get 68.8 MB of archives. unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install After this operation, 395 MB of additional disk space will be used. unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1039 kB] unit-abot-epc-basic-0: 00:03:40 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB] unit-abot-epc-basic-0: 00:03:41 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 [131 kB] unit-abot-epc-basic-0: 00:03:41 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 [178 kB] unit-abot-epc-basic-0: 00:03:41 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasyncns0 amd64 0.8-5build1 [12.3 kB] unit-abot-epc-basic-0: 00:03:41 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11-common all 1:7.7+13ubuntu3.1 [22.9 kB] unit-abot-epc-basic-0: 00:03:41 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice6 amd64 2:1.0.9-1 [39.2 kB] unit-abot-epc-basic-0: 00:03:41 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 [111 kB] unit-abot-epc-basic-0: 00:03:41 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblcms2-2 amd64 2.6-3ubuntu2 [137 kB] unit-abot-epc-basic-0: 00:03:41 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libogg0 amd64 1.3.2-1 [17.2 kB] unit-abot-epc-basic-0: 00:03:41 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] unit-abot-epc-basic-0: 00:03:41 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-abot-epc-basic-0: 00:03:41 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage1 amd64 1:1.1.4-2 [6946 B] unit-abot-epc-basic-0: 00:03:41 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes3 amd64 1:5.0.1-2 [11.1 kB] unit-abot-epc-basic-0: 00:03:42 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-abot-epc-basic-0: 00:03:42 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence1 amd64 1.2-1 [5042 B] unit-abot-epc-basic-0: 00:03:42 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-abot-epc-basic-0: 00:03:42 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB] unit-abot-epc-basic-0: 00:03:42 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 [26.6 kB] unit-abot-epc-basic-0: 00:03:42 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-abot-epc-basic-0: 00:03:42 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 java-common all 0.56ubuntu2 [7742 B] unit-abot-epc-basic-0: 00:03:42 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common-data amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.5 kB] unit-abot-epc-basic-0: 00:03:42 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.6 kB] unit-abot-epc-basic-0: 00:03:42 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-client3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [25.2 kB] unit-abot-epc-basic-0: 00:03:42 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 [197 kB] unit-abot-epc-basic-0: 00:03:43 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-abot-epc-basic-0: 00:03:43 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpcsclite1 amd64 1.8.14-1ubuntu1.16.04.1 [21.4 kB] unit-abot-epc-basic-0: 00:03:43 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi6 amd64 2:1.7.6-1 [28.6 kB] unit-abot-epc-basic-0: 00:03:43 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender1 amd64 1:0.9.9-0ubuntu1 [18.5 kB] unit-abot-epc-basic-0: 00:03:43 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre-headless amd64 8u181-b13-0ubuntu0.16.04.1 [27.0 MB] unit-abot-epc-basic-0: 00:03:44 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates-java all 20160321ubuntu1 [12.5 kB] unit-abot-epc-basic-0: 00:03:44 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-extra all 2.35-1 [1749 kB] unit-abot-epc-basic-0: 00:03:44 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 hicolor-icon-theme all 0.15-0ubuntu1.1 [7698 B] unit-abot-epc-basic-0: 00:03:44 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2-data all 1.1.0-0ubuntu1 [29.4 kB] unit-abot-epc-basic-0: 00:03:44 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2 amd64 1.1.0-0ubuntu1 [350 kB] unit-abot-epc-basic-0: 00:03:44 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-data all 2.18.0-1 [17.1 kB] unit-abot-epc-basic-0: 00:03:44 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-0 amd64 2.18.0-1 [56.9 kB] unit-abot-epc-basic-0: 00:03:44 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-0 amd64 0.33.6-1 [231 kB] unit-abot-epc-basic-0: 00:03:44 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0 amd64 1.11.1-1ubuntu1 [11.4 kB] unit-abot-epc-basic-0: 00:03:45 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0 amd64 1.11.1-1ubuntu1 [5588 B] unit-abot-epc-basic-0: 00:03:45 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2 amd64 1.14.6-1 [555 kB] unit-abot-epc-basic-0: 00:03:45 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdatrie1 amd64 0.2.10-2 [17.3 kB] unit-abot-epc-basic-0: 00:03:45 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-amdgpu1 amd64 2.4.91-2~16.04.1 [18.9 kB] unit-abot-epc-basic-0: 00:03:45 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpciaccess0 amd64 0.13.4-1 [18.1 kB] unit-abot-epc-basic-0: 00:03:45 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-intel1 amd64 2.4.91-2~16.04.1 [59.9 kB] unit-abot-epc-basic-0: 00:03:45 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-nouveau2 amd64 2.4.91-2~16.04.1 [16.3 kB] unit-abot-epc-basic-0: 00:03:45 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-radeon1 amd64 2.4.91-2~16.04.1 [21.5 kB] unit-abot-epc-basic-0: 00:03:45 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libflac8 amd64 1.3.1-4 [210 kB] unit-abot-epc-basic-0: 00:03:45 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.4 [148 kB] unit-abot-epc-basic-0: 00:03:45 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-common all 2.32.2-1ubuntu1.5 [10.3 kB] unit-abot-epc-basic-0: 00:03:46 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.32.2-1ubuntu1.5 [159 kB] unit-abot-epc-basic-0: 00:03:46 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgif7 amd64 5.1.4-0.3~16.04 [30.5 kB] unit-abot-epc-basic-0: 00:03:46 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglapi-mesa amd64 18.0.5-0ubuntu0~16.04.1 [23.4 kB] unit-abot-epc-basic-0: 00:03:46 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2~16.04.1 [14.3 MB] unit-abot-epc-basic-0: 00:03:46 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsensors4 amd64 1:3.4.0-2 [28.4 kB] unit-abot-epc-basic-0: 00:03:46 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dri amd64 18.0.5-0ubuntu0~16.04.1 [6080 kB] unit-abot-epc-basic-0: 00:03:47 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb1 amd64 2:1.6.3-1ubuntu2.1 [9044 B] unit-abot-epc-basic-0: 00:03:47 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0 amd64 1.11.1-1ubuntu1 [6882 B] unit-abot-epc-basic-0: 00:03:47 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 00:03:47 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0 amd64 1.11.1-1ubuntu1 [20.9 kB] unit-abot-epc-basic-0: 00:03:47 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 00:03:47 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync1 amd64 1.11.1-1ubuntu1 [8324 B] unit-abot-epc-basic-0: 00:03:47 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-glx amd64 18.0.5-0ubuntu0~16.04.1 [132 kB] unit-abot-epc-basic-0: 00:03:47 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgraphite2-3 amd64 1.3.10-0ubuntu0.16.04.1 [71.7 kB] unit-abot-epc-basic-0: 00:03:47 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-common all 2.24.30-1ubuntu1.16.04.2 [123 kB] unit-abot-epc-basic-0: 00:03:47 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai-data all 0.1.24-2 [131 kB] unit-abot-epc-basic-0: 00:03:47 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai0 amd64 0.1.24-2 [17.3 kB] unit-abot-epc-basic-0: 00:03:47 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango-1.0-0 amd64 1.38.1-1 [148 kB] unit-abot-epc-basic-0: 00:03:48 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz0b amd64 1.0.1-1ubuntu0.1 [140 kB] unit-abot-epc-basic-0: 00:03:48 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoft2-1.0-0 amd64 1.38.1-1 [33.3 kB] unit-abot-epc-basic-0: 00:03:48 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangocairo-1.0-0 amd64 1.38.1-1 [20.5 kB] unit-abot-epc-basic-0: 00:03:48 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor1 amd64 1:1.1.14-1ubuntu0.16.04.2 [19.9 kB] unit-abot-epc-basic-0: 00:03:48 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr2 amd64 2:1.5.0-1 [17.6 kB] unit-abot-epc-basic-0: 00:03:48 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-0 amd64 2.24.30-1ubuntu1.16.04.2 [1775 kB] unit-abot-epc-basic-0: 00:03:48 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-bin amd64 2.24.30-1ubuntu1.16.04.2 [9834 B] unit-abot-epc-basic-0: 00:03:48 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB] unit-abot-epc-basic-0: 00:03:48 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11proto-core-dev all 7.0.31-1~ubuntu16.04.2 [254 kB] unit-abot-epc-basic-0: 00:03:48 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice-dev amd64 2:1.0.9-1 [44.9 kB] unit-abot-epc-basic-0: 00:03:48 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-abot-epc-basic-0: 00:03:49 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbis0a amd64 1.3.5-3ubuntu0.2 [86.0 kB] unit-abot-epc-basic-0: 00:03:49 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbisenc2 amd64 1.3.5-3ubuntu0.2 [70.6 kB] unit-abot-epc-basic-0: 00:03:49 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsndfile1 amd64 1.0.25-10ubuntu0.16.04.1 [138 kB] unit-abot-epc-basic-0: 00:03:49 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpulse0 amd64 1:8.0-0ubuntu3.10 [249 kB] unit-abot-epc-basic-0: 00:03:49 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm-dev amd64 2:1.2.2-1 [16.2 kB] unit-abot-epc-basic-0: 00:03:49 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxau-dev amd64 1:1.0.8-1 [11.1 kB] unit-abot-epc-basic-0: 00:03:49 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp-dev amd64 1:1.1.2-1.1 [25.1 kB] unit-abot-epc-basic-0: 00:03:49 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-input-dev all 2.3.1-1 [118 kB] unit-abot-epc-basic-0: 00:03:49 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-kb-dev all 1.0.7-0ubuntu1 [224 kB] unit-abot-epc-basic-0: 00:03:49 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB] unit-abot-epc-basic-0: 00:03:49 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1-dev amd64 1.11.1-1ubuntu1 [74.2 kB] unit-abot-epc-basic-0: 00:03:49 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-dev amd64 2:1.6.3-1ubuntu2.1 [640 kB] unit-abot-epc-basic-0: 00:03:50 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-doc all 2:1.6.3-1ubuntu2.1 [1470 kB] unit-abot-epc-basic-0: 00:03:50 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt6 amd64 1:1.1.5-0ubuntu1 [160 kB] unit-abot-epc-basic-0: 00:03:50 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt-dev amd64 1:1.1.5-0ubuntu1 [394 kB] unit-abot-epc-basic-0: 00:03:50 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u181-b13-0ubuntu0.16.04.1 [69.4 kB] unit-abot-epc-basic-0: 00:03:50 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk-headless amd64 8u181-b13-0ubuntu0.16.04.1 [8180 kB] unit-abot-epc-basic-0: 00:03:50 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u181-b13-0ubuntu0.16.04.1 [453 kB] unit-abot-epc-basic-0: 00:03:50 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 92% Extracting templates from packages: 100% unit-abot-epc-basic-0: 00:03:50 DEBUG unit.abot-epc-basic/0.install Fetched 68.8 MB in 10s (6575 kB/s) unit-abot-epc-basic-0: 00:03:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 00:03:51 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54340 files and directories currently installed.) unit-abot-epc-basic-0: 00:03:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 00:03:51 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 00:03:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 00:03:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 00:03:52 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:03:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 00:03:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:03:54 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:03:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 00:03:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:03:55 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:03:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 00:03:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 00:03:55 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 00:03:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 00:03:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 00:03:56 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 00:03:56 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 00:03:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 00:03:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 00:03:56 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 00:03:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 00:03:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 00:03:57 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 00:03:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 00:03:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:03:58 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2) ... unit-abot-epc-basic-0: 00:03:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 00:03:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:03:58 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 00:03:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 00:03:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:03:58 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 00:03:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 00:03:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 00:03:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 00:04:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 00:04:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 00:04:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 00:04:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 00:04:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 00:04:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 00:04:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 00:04:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 00:04:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 00:04:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 00:04:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 00:04:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 00:04:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 00:04:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 00:04:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 00:04:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:06 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 00:04:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 00:04:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:06 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 00:04:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 00:04:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 00:04:08 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 00:04:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 00:04:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common-data_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 00:04:08 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 00:04:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 00:04:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 00:04:09 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 00:04:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 00:04:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-client3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 00:04:10 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 00:04:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 00:04:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 00:04:11 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 00:04:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 00:04:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 00:04:12 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 00:04:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 00:04:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcsclite1_1.8.14-1ubuntu1.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:12 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 00:04:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 00:04:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 00:04:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 00:04:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:04:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 00:04:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 00:04:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:15 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:04:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 00:04:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:04:19 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 00:04:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 00:04:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 00:04:20 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 00:04:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 00:04:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 00:04:21 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:04:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 00:04:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:04:22 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 00:04:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 00:04:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:04:23 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 00:04:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 00:04:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 00:04:24 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 00:04:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 00:04:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:25 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 00:04:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 00:04:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 00:04:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 00:04:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:04:26 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:04:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 00:04:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:04:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:04:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 00:04:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:27 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 00:04:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 00:04:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 00:04:27 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 00:04:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 00:04:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-amdgpu1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:28 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 00:04:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 00:04:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:28 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 00:04:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 00:04:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-intel1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:29 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 00:04:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 00:04:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-nouveau2_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:29 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 00:04:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 00:04:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-radeon1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:30 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 00:04:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 00:04:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 00:04:30 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 00:04:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 00:04:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 00:04:31 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 00:04:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 00:04:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-common_2.32.2-1ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 00:04:31 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 00:04:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 00:04:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 00:04:31 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 00:04:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 00:04:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgif7_5.1.4-0.3~16.04_amd64.deb ... unit-abot-epc-basic-0: 00:04:32 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 00:04:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 00:04:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglapi-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:32 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 00:04:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 00:04:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:33 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 00:04:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 00:04:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 00:04:35 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 00:04:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 00:04:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dri_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:36 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 00:04:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 00:04:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:37 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 00:04:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 00:04:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:04:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:04:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 00:04:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:04:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:04:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 00:04:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:04:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:04:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 00:04:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:04:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:04:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 00:04:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:04:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:04:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 00:04:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-glx_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:41 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 00:04:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 00:04:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphite2-3_1.3.10-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:42 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:04:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 00:04:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-common_2.24.30-1ubuntu1.16.04.2_all.deb ... unit-abot-epc-basic-0: 00:04:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 00:04:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 00:04:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 00:04:43 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 00:04:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 00:04:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 00:04:44 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 00:04:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 00:04:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:44 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 00:04:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 00:04:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:45 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 00:04:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 00:04:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoft2-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:46 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 00:04:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 00:04:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangocairo-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:46 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 00:04:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 00:04:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor1_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 00:04:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 00:04:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 00:04:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 00:04:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 00:04:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-0_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 00:04:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 00:04:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 00:04:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-bin_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 00:04:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 00:04:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 00:04:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 00:04:50 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 00:04:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 00:04:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-core-dev_7.0.31-1~ubuntu16.04.2_all.deb ... unit-abot-epc-basic-0: 00:04:50 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 00:04:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 00:04:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:51 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 00:04:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 00:04:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 00:04:51 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 00:04:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 00:04:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 00:04:51 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 00:04:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 00:04:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 00:04:52 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 00:04:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 00:04:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsndfile1_1.0.25-10ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:52 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:04:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 00:04:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 00:04:53 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 00:04:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 00:04:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:53 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 00:04:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 00:04:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 00:04:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 00:04:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 00:04:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdmcp-dev_1%3a1.1.2-1.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 00:04:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 00:04:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 00:04:54 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 00:04:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 00:04:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:04:54 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 00:04:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 00:04:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 00:04:55 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 00:04:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 00:04:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:04:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:04:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 00:04:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:56 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 00:04:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 00:04:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-doc_2%3a1.6.3-1ubuntu2.1_all.deb ... unit-abot-epc-basic-0: 00:04:56 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 00:04:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 00:04:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:04:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 00:04:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 00:04:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:04:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 00:04:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 00:04:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:58 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:04:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 00:04:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:04:59 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:05:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 00:05:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:05:01 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:05:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 00:05:02 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 00:05:03 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 00:05:03 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 00:05:03 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 00:05:03 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 00:05:04 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 00:05:04 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 00:05:04 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 00:05:04 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 00:05:04 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 00:05:05 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:05:07 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:05:07 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:05:09 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 00:05:09 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 00:05:09 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 00:05:10 DEBUG unit.abot-epc-basic/0.install update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults unit-abot-epc-basic-0: 00:05:10 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 00:05:11 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 00:05:11 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2) ... unit-abot-epc-basic-0: 00:05:11 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 00:05:11 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 00:05:11 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 00:05:11 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 00:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 00:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 00:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 00:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 00:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 00:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 00:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 00:05:12 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode unit-abot-epc-basic-0: 00:05:13 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 00:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 00:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 00:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 00:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 00:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 00:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 00:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 00:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 00:05:14 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 00:05:14 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 00:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 00:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 00:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 00:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 00:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:05:15 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:05:15 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 00:05:15 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 00:05:15 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 00:05:15 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 00:05:16 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 00:05:16 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 00:05:16 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 00:05:16 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 00:05:16 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 00:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 00:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 00:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 00:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 00:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 00:05:18 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 00:05:18 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 00:05:18 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 00:05:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:05:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:05:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:05:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:05:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:05:20 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 00:05:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-abot-epc-basic-0: 00:05:20 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:05:20 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 00:05:20 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 00:05:21 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 00:05:21 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 00:05:21 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 00:05:21 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 00:05:21 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 00:05:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 00:05:22 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 00:05:22 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 00:05:23 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 00:05:23 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 00:05:23 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 00:05:23 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 00:05:23 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 00:05:24 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 00:05:24 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 00:05:24 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:05:24 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 00:05:24 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 00:05:25 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 00:05:25 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 00:05:25 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 00:05:25 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 00:05:25 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 00:05:26 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:05:26 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 00:05:26 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 00:05:26 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 00:05:27 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 00:05:27 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:05:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode unit-abot-epc-basic-0: 00:05:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode unit-abot-epc-basic-0: 00:05:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode unit-abot-epc-basic-0: 00:05:31 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode unit-abot-epc-basic-0: 00:05:31 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode unit-abot-epc-basic-0: 00:05:31 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode unit-abot-epc-basic-0: 00:05:32 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode unit-abot-epc-basic-0: 00:05:32 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode unit-abot-epc-basic-0: 00:05:32 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode unit-abot-epc-basic-0: 00:05:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode unit-abot-epc-basic-0: 00:05:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode unit-abot-epc-basic-0: 00:05:36 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 00:05:39 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode unit-abot-epc-basic-0: 00:05:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode unit-abot-epc-basic-0: 00:05:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode unit-abot-epc-basic-0: 00:05:42 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:05:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode unit-abot-epc-basic-0: 00:05:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode unit-abot-epc-basic-0: 00:05:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 00:05:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 00:05:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 00:05:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 00:05:42 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 00:05:43 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 00:05:43 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 00:05:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:05:43 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 00:05:43 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 00:05:44 DEBUG unit.abot-epc-basic/0.install --2018-09-05 00:05:44-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 00:05:44 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-abot-epc-basic-0: 00:05:45 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 00:05:45 DEBUG unit.abot-epc-basic/0.install Length: 47812762 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 00:05:45 DEBUG unit.abot-epc-basic/0.install Saving to: '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' unit-abot-epc-basic-0: 00:05:45 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:05:45 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 95.1K 8m11s unit-abot-epc-basic-0: 00:05:45 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 193K 6m6s unit-abot-epc-basic-0: 00:05:45 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 8.08M 4m6s unit-abot-epc-basic-0: 00:05:45 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.4M 3m5s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 195K 3m15s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 11.6M 2m43s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 10.8M 2m20s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 11.3M 2m3s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 204K 2m15s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 10.8M 2m2s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 10.9M 1m51s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 11.8M 1m42s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 11.0M 94s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 11.6M 88s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 11.1M 82s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 11.0M 77s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 11.3M 73s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 219K 80s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 11.4M 76s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 11.4M 72s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 10.8M 69s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 11.9M 66s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 10.8M 63s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 11.1M 61s unit-abot-epc-basic-0: 00:05:46 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 11.4M 58s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 169K 66s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 63.1M 64s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 53.3M 62s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 63.5M 59s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 52.5M 57s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 63.7M 55s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 3.29M 54s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 39.5M 52s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 285K 55s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 21.4M 54s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 59.5M 52s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 66.2M 51s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 68.8M 50s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 71.1M 48s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 61.0M 47s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 78.8M 46s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 81.4M 45s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 78.3M 44s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 73.0M 43s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 79.8M 42s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 86.4M 41s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 81.0M 40s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 70.2M 39s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 999K 39s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 17.3M 38s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 20.6M 37s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 68.5M 37s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 70.6M 36s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 67.6M 35s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 67.5M 35s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 80.3M 34s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 70.1M 33s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 77.8M 33s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 90.9M 32s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 93.3M 32s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 91.1M 31s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 82.8M 30s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 261K 33s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 7.99M 32s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 7.03M 32s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 7.00M 31s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 8.10M 31s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 7.77M 30s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 7.27M 30s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 8.29M 30s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 2.86M 29s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 11.1M 29s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 11.3M 29s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 10.7M 28s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 11.5M 28s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 11.3M 28s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 11.5M 27s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 11.3M 27s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 11.2M 27s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 10.9M 26s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 11.4M 26s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 314K 27s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 7.70M 27s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 6.92M 27s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 7.89M 26s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 8.18M 26s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 7.73M 26s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 7.71M 26s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 845K 26s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 62.9M 26s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 67.8M 25s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 66.3M 25s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 62.8M 25s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 69.5M 24s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 73.8M 24s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 82.3M 24s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 70.2M 24s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 85.7M 23s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 82.7M 23s unit-abot-epc-basic-0: 00:05:47 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 79.2M 23s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 319K 24s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 8.11M 24s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 7.12M 23s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 8.13M 23s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 7.93M 23s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 8.21M 23s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 8.94M 23s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 826K 23s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 10.8M 23s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 11.7M 22s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 10.6M 22s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 11.5M 22s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 11.4M 22s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 11.1M 22s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 11.6M 21s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 11.1M 21s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 10.6M 21s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 11.4M 21s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 11.2M 21s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 442K 21s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 7.90M 21s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 8.23M 21s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 8.13M 21s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 9.40M 21s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 6.75M 21s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 9.34M 20s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 8.95M 20s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 832K 20s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 10.1M 20s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 11.3M 20s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 11.3M 20s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 11.1M 20s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 11.1M 20s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 11.4M 20s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 11.0M 19s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 11.2M 19s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 11.1M 19s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 11.6M 19s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 11.2M 19s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 11.1M 19s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 443K 19s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 9.01M 19s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 7.62M 19s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 9.35M 19s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 8.12M 19s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 8.50M 19s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 8.97M 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 7.57M 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 854K 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 11.4M 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 10.6M 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 11.4M 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 11.4M 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 7.41M 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 23.0M 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 10.7M 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 11.3M 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 11.4M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 11.1M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 10.8M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 457K 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 7.66M 18s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 9.42M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 7.96M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 8.54M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 9.05M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 7.99M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 10.1M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 1.17M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 2.10M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 11.2M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 11.3M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 10.7M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 12.0M 17s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 7.31M 16s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 10.9M 16s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 11.6M 16s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 10.8M 16s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 11.5M 16s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 11.2M 16s unit-abot-epc-basic-0: 00:05:48 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 10.9M 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 475K 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 6.29M 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 9.44M 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 8.68M 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 7.83M 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 10.0M 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 7.47M 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 10.1M 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 1.18M 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 2.10M 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 9.98M 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 11.2M 16s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 11.1M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 11.5M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 7.56M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 9.95M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 11.2M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 11.2M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 11.4M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 11.2M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 10.7M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 477K 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 6.24M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 9.18M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 8.58M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 8.21M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 10.3M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 7.17M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 10.4M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 8.29M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 853K 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 9.55M 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 11.4M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 10.3M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 11.5M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 7.62M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 11.1M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 11.2M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 10.0M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 11.2M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 11.3M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 11.2M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 11.1M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 462K 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 10.0M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 8.53M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 8.25M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 9.54M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 7.89M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 9.28M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 154K 15s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 53.2M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 59.2M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 58.5M 14s unit-abot-epc-basic-0: 00:05:49 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 1.65M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 2.25M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 459K 15s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 10.9M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 11.0M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 12.8M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 10.4M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 11.2M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 12.3M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 8.59M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 26.4M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 70.9M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 58.6M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 71.1M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 58.0M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 75.4M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 1.20M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 2.16M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 70.7M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 64.8M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 59.9M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 65.7M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 16.8M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 4.44M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 3.17M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 3.36M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 134K 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 72.3M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 57.0M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 59.2M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 69.5M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 65.3M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 76.3M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 635K 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 27.9M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 66.9M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 60.2M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 1.34M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 4.59M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 6.42M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 2.99M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 489K 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 57.3M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 63.1M 14s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 62.5M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 69.0M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 65.4M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 86.2M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 87.8M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 78.1M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 7.31M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 7.46M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 5.52M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 4.05M 13s unit-abot-epc-basic-0: 00:05:50 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 1.01M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 2.56M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 2.28M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 2.33M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 1002K 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 800K 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 7.01M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 7.31M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 6.88M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 6.19M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 2.78M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 1.14M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 2.51M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 2.08M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 2.56M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 1005K 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 811K 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 5.47M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 10.2M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 6.69M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 5.92M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 960K 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 5.60M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 2.77M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 2.09M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 2.46M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 1017K 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 813K 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 5.64M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 10.1M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 7.91M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 5.89M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 3.62M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 1.05M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 2.58M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 2.68M 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 2.03M 12s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 997K 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 10.7M 12s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 785K 13s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 7.21M 12s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 9.80M 12s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 6.31M 12s unit-abot-epc-basic-0: 00:05:51 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 4.81M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 998K 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 2.63M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 3.79M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 2.20M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 2.59M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 1.11M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 809K 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 6.19M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 9.92M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 6.62M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 7.09M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 3.69M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 1.02M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 2.87M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 2.79M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 2.67M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 904K 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 9.50M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 777K 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 8.98M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 9.88M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 6.74M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 6.33M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 978K 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 5.51M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 2.80M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 2.24M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 2.60M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 989K 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 11.2M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 784K 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 8.44M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 9.71M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 6.50M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 7.12M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 970K 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 3.02M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 5.12M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 2.26M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 2.35M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 1.00M 12s unit-abot-epc-basic-0: 00:05:52 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 10.6M 12s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 786K 12s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 8.81M 12s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 9.74M 12s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 6.66M 12s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 6.49M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 2.76M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 1.16M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 2.94M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 2.95M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 2.00M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 1008K 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 8.91M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 796K 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 7.97M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 9.39M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 7.98M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 6.61M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 3.93M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 1.09M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 2.62M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 3.24M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 2.51M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 2.09M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 1.24M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 816K 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 6.36M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 11.1M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 8.79M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 6.49M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 3.86M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 1.07M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 2.74M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 4.22M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 2.78M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 2.49M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 1023K 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 839K 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 5.97M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 8.17M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 11.0M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 6.83M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 6.88M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 1.01M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 3.39M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 3.85M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 3.07M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 2.57M 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 915K 11s unit-abot-epc-basic-0: 00:05:53 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 7.10M 11s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 817K 11s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 6.87M 11s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 9.30M 11s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 9.96M 11s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 6.24M 11s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 3.11M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 1.15M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 2.80M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 4.12M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 2.78M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 2.37M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 1.02M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 854K 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 5.46M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 7.88M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 10.6M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 7.71M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 6.70M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 2.06M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 1.27M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 3.91M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 3.38M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 2.40M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 2.27M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 1.20M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 832K 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 6.39M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 8.39M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 10.8M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 7.13M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 4.38M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 1.04M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 2.88M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 6.58M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 2.26M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 2.63M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 1007K 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 8.01M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 801K 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 8.98M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 8.38M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 10.1M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 6.32M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 3.16M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 1.19M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 2.62M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 4.30M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 2.82M 10s unit-abot-epc-basic-0: 00:05:54 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 2.39M 10s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 1.04M 10s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 859K 10s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 4.64M 10s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 9.45M 10s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 9.29M 10s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 8.14M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 7.15M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 3.16M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 1.14M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 2.89M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 3.51M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 2.74M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 2.19M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 1.14M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 839K 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 5.92M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 8.60M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 10.2M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 7.41M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 7.37M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 1.02M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 3.30M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 4.16M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 3.21M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 2.44M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 922K 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 6.43M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 824K 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 6.95M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 8.55M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 10.5M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 7.00M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 2.92M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 1.22M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 3.08M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 5.42M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 2.25M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 2.62M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 1012K 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 7.09M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 828K 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 6.15M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 9.48M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 10.8M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 6.08M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 3.20M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 1.19M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 2.86M 9s unit-abot-epc-basic-0: 00:05:55 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 3.87M 9s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 2.78M 9s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 2.44M 9s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 1.05M 9s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 1.19M 9s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 1.78M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 7.36M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 9.42M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 8.96M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 6.15M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 3.29M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 1.18M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 2.85M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 3.43M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 3.02M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 2.53M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 1.02M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 843K 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 5.82M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 9.40M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 8.82M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 7.91M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 6.61M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 2.39M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 1.26M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 3.36M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 3.22M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 2.56M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 2.01M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 1.25M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 826K 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 6.95M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 8.60M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 9.40M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 7.52M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 3.58M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 1.17M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 3.64M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 4.05M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 3.03M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 1.95M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 1.02M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 5.98M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 822K 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 7.27M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 8.27M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 9.99M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 6.28M 8s unit-abot-epc-basic-0: 00:05:56 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 3.15M 8s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 1.25M 8s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 2.90M 8s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 3.91M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 2.75M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 2.41M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 1.03M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 1.20M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 1.73M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 6.97M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 9.59M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 10.9M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 5.48M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 3.32M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 1.21M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 2.94M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 3.32M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 3.09M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 2.49M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 1.00M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 852K 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 5.41M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 7.26M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 10.3M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 9.90M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 5.78M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 3.35M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 1.18M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 2.81M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 3.38M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 3.19M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 1.99M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 1.14M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 830K 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 6.36M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 7.76M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 10.3M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 65% 6.33M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 7.91M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 1.06M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 3.24M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 3.95M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 3.42M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 2.06M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 974K 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 6.33M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 815K 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 7.20M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 8.20M 7s unit-abot-epc-basic-0: 00:05:57 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 9.85M 7s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 6.56M 7s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 3.50M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 1.23M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 3.30M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 4.57M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 2.35M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 2.27M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 1.02M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 5.84M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 830K 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 7.09M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 8.37M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 9.78M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 5.75M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 3.50M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 1.24M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 3.00M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 3.22M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 3.05M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 2.34M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 1.04M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 1.24M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 1.72M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 6.74M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 9.04M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 8.79M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 5.92M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 3.67M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 1.21M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 2.78M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 3.54M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 3.07M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 2.22M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 1.06M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 888K 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 4.36M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 6.49M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 9.59M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 8.90M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 5.34M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 3.79M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 1.19M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 2.87M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 3.16M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 3.37M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 1.74M 6s unit-abot-epc-basic-0: 00:05:58 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 1.24M 6s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 861K 6s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 4.62M 6s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 8.61M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 9.45M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 8.30M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 5.55M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 3.07M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 1.28M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 2.83M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 3.21M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 2.91M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 1.92M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 1.20M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 867K 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 4.75M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 8.78M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 8.68M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 8.97M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 6.03M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 3.07M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 1.25M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 2.89M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 3.26M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 2.17M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 2.48M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 1.20M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 861K 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 5.09M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 8.27M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 9.14M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 9.15M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 5.78M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 3.10M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 1.15M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 3.61M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 3.28M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 2.21M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 2.52M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 1.19M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 866K 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 4.85M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 8.87M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 8.65M 5s unit-abot-epc-basic-0: 00:05:59 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 8.48M 5s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 176K 5s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 1.55M 5s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 24.9M 5s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 59.8M 5s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 72.2M 5s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 76.0M 5s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 72.7M 5s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 68.4M 5s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 78.0M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 83.2M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 85.6M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 79.8M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 93.7M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 238K 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 66.2M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 68.5M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 77.0M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 68.3M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 74.9M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 70.0M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 81.3M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 81.5M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 1.22M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 2.15M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 2.18M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 1.50M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 1.09M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 799K 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 4.80M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 6.10M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 3.77M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 7.12M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 1.00M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 2.22M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 1.83M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 904K 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 806K 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 3.61M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 5.68M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 7.12M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 3.90M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 4.18M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 1.03M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 2.23M 4s unit-abot-epc-basic-0: 00:06:00 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 1.78M 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 957K 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 832K 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 3.75M 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 5.79M 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 6.47M 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 4.14M 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 4.18M 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 1.04M 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 2.47M 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 1.96M 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 921K 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 1.15M 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 1.61M 4s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 5.17M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 5.96M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 4.23M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 9.98M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 1.09M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 2.41M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 2.39M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 1.95M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 998K 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 831K 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 4.19M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 6.98M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 6.35M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 4.42M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 4.21M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 1.13M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 2.50M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 2.37M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 1.76M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 1.13M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 835K 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 4.46M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 6.52M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 6.93M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 4.25M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 4.41M 3s unit-abot-epc-basic-0: 00:06:01 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 1.14M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 2.52M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 2.37M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 2.44M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 1002K 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 837K 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 4.19M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 7.28M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 6.44M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 4.33M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 10.7M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 1.10M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 2.73M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 2.37M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 2.14M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 987K 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 900K 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 3.24M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 6.08M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 6.11M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 8.74M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 4.28M 3s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 4.69M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 1.07M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 2.73M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 2.61M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 1.82M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 1.15M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 844K 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 3.99M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 8.14M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 6.32M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 4.73M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 8.49M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 1.13M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 3.09M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 2.68M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 3.00M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 876K 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 4.31M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 837K 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 4.34M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 7.72M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 6.46M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 5.21M 2s unit-abot-epc-basic-0: 00:06:02 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 7.96M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 1.16M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 2.98M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 2.75M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 2.28M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 961K 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 4.45M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 832K 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 4.56M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 7.61M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 6.46M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 5.76M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 6.76M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 1.26M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 2.51M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 3.04M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 2.86M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 1.88M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 1.18M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 835K 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 4.82M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 5.61M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 7.81M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 8.24M 2s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 4.49M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 4.92M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 1.11M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 2.72M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 3.08M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 2.29M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 1017K 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 1.12M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 2.03M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 4.46M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 9.94M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 6.49M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 5.03M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 8.39M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 1.17M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 2.85M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 3.06M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 2.33M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 963K 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 4.35M 1s unit-abot-epc-basic-0: 00:06:03 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 847K 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 4.54M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 6.55M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 6.82M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 9.20M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 4.93M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 5.26M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 1.19M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 2.30M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 3.01M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 2.60M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 981K 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 1.27M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 1.74M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 4.30M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 7.68M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 7.34M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 5.36M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 8.10M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 1.19M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 3.07M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 2.81M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 3.24M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 2.52M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 1.00M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 867K 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 5.05M 1s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 4.42M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 9.47M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 7.18M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 4.54M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 11.3M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 1.16M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 2.95M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 3.05M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 2.56M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 941K 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 3.99M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 881K 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 4.87M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 4.70M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 10.3M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 7.16M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 4.23M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 6.94M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 1.26M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 2.75M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 3.38M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 2.40M 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 946K 0s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 4.04M=20s unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install 2018-09-05 00:06:04 (2.30 MB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47812762/47812762] unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:06:04 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Download Debian abot-functest-basic_3.1.1_all.deb >> unit-abot-epc-basic-0: 00:06:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 00:06:05 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57381 files and directories currently installed.) unit-abot-epc-basic-0: 00:06:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 00:06:05 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libxml-commons-resolver1.1-java-doc libxom-java-doc make-doc python-doc unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 00:06:10 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 00:06:11 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 00:06:11 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 00:06:11 DEBUG unit.abot-epc-basic/0.install Need to get 103 MB of archives. unit-abot-epc-basic-0: 00:06:11 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 00:06:11 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-codec-java all 1.10-1 [232 kB] unit-abot-epc-basic-0: 00:06:11 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libapache-pom-java all 10-2build1 [4022 B] unit-abot-epc-basic-0: 00:06:11 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-parent-java all 39-3 [9380 B] unit-abot-epc-basic-0: 00:06:11 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-logging-java all 1.2-1+build1 [59.5 kB] unit-abot-epc-basic-0: 00:06:11 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpcore-java all 4.4.4-1 [573 kB] unit-abot-epc-basic-0: 00:06:11 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpclient-java all 4.5.1-1 [694 kB] unit-abot-epc-basic-0: 00:06:11 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslf4j-java all 1.7.14-3 [124 kB] unit-abot-epc-basic-0: 00:06:12 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-httpclient-java all 3.1-12 [279 kB] unit-abot-epc-basic-0: 00:06:12 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-io-java all 2.4-2 [176 kB] unit-abot-epc-basic-0: 00:06:12 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net2-java all 2.2-2 [194 kB] unit-abot-epc-basic-0: 00:06:12 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsch-java all 0.1.53-1ubuntu1 [267 kB] unit-abot-epc-basic-0: 00:06:12 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsoup-java all 1.8.3-1 [298 kB] unit-abot-epc-basic-0: 00:06:12 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatinject-jsr330-api-java all 1.0+ds1-2 [22.7 kB] unit-abot-epc-basic-0: 00:06:12 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsr305-java all 0.1~+svn49-9 [26.4 kB] unit-abot-epc-basic-0: 00:06:12 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguava-java all 19.0-1 [2028 kB] unit-abot-epc-basic-0: 00:06:12 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds-java all 1.5.0-5 [49.2 kB] unit-abot-epc-basic-0: 00:06:12 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjaxp1.3-java all 1.3.05-2ubuntu3 [450 kB] unit-abot-epc-basic-0: 00:06:12 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-resolver1.1-java all 1.2-7build1 [91.6 kB] unit-abot-epc-basic-0: 00:06:13 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-external-java all 1.4.01-2build1 [245 kB] unit-abot-epc-basic-0: 00:06:13 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxerces2-java all 2.11.0-7 [1362 kB] unit-abot-epc-basic-0: 00:06:13 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxalan2-java all 2.7.1-9 [3166 kB] unit-abot-epc-basic-0: 00:06:13 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interpolation-java all 1.21-1 [61.3 kB] unit-abot-epc-basic-0: 00:06:13 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils-java all 1:1.5.15-4 [210 kB] unit-abot-epc-basic-0: 00:06:13 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxbean-java all 4.5-1 [815 kB] unit-abot-epc-basic-0: 00:06:13 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers-java all 1.0~beta3.0.7-8 [178 kB] unit-abot-epc-basic-0: 00:06:13 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] unit-abot-epc-basic-0: 00:06:13 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon-java all 1.0.0-7 [133 kB] unit-abot-epc-basic-0: 00:06:13 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeclipse-aether-java all 1.0.2-1 [564 kB] unit-abot-epc-basic-0: 00:06:13 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-cli-java all 1.3.1-3ubuntu1 [53.3 kB] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang3-java all 3.4-1 [380 kB] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaopalliance-java all 20070526-5 [9214 B] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguice-java all 4.0-2 [836 kB] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit all 3.8.2-8build1 [106 kB] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cipher-java all 1.7-1 [14.5 kB] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds2-java all 2.5.2-1 [46.7 kB] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils2-java all 3.0.22-1 [235 kB] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default1.5-java all 1.6-2 [186 kB] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-annotations-java all 1.6-2 [6662 B] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libasm4-java all 5.0.4-1 [252 kB] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjaxen-java all 1.1.6-1ubuntu1 [206 kB] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjdom1-java all 1.1.3-1 [150 kB] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libclassworlds-java all 1.1-final-5 [39.3 kB] unit-abot-epc-basic-0: 00:06:14 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang-java all 2.6-6ubuntu2 [267 kB] unit-abot-epc-basic-0: 00:06:15 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdoxia-core-java all 1.1.4-3ubuntu1 [148 kB] unit-abot-epc-basic-0: 00:06:15 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default-java all 1.0-alpha-9-stable-1-7 [153 kB] unit-abot-epc-basic-0: 00:06:15 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-ant-factory-java all 1.0~alpha2.1-3 [11.2 kB] unit-abot-epc-basic-0: 00:06:15 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-io-java all 1.0~alpha5-2 [44.7 kB] unit-abot-epc-basic-0: 00:06:15 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-archiver-java all 2.2-1 [171 kB] unit-abot-epc-basic-0: 00:06:15 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libbsh-java all 2.0b4-17ubuntu1 [264 kB] unit-abot-epc-basic-0: 00:06:15 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-bsh-factory-java all 1.0~alpha7-3.1 [7708 B] unit-abot-epc-basic-0: 00:06:15 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-sec-dispatcher-java all 1.3.1-6 [27.1 kB] unit-abot-epc-basic-0: 00:06:15 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven2-core-java all 2.2.1-24 [710 kB] unit-abot-epc-basic-0: 00:06:15 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cli-java all 1.2-5 [9700 B] unit-abot-epc-basic-0: 00:06:15 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqdox2-java all 2.0~M3-2 [257 kB] unit-abot-epc-basic-0: 00:06:15 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-metadata-java all 1.6-2 [103 kB] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers1.5-java all 1.6-2 [2410 B] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgeronimo-interceptor-3.0-spec-java all 1.0.1-3fakesync1 [7284 B] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libservlet3.1-java all 8.0.32-1ubuntu1.7 [391 kB] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcdi-api-java all 1.0-2 [31.9 kB] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-inject-java all 0.3.2-1 [347 kB] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-plexus-java all 0.3.2-1 [182 kB] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhamcrest-java all 1.3-5ubuntu1 [373 kB] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit4 all 4.12-4ubuntu1 [279 kB] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net-java all 3.4-2ubuntu2 [334 kB] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcglib3-java all 3.1+dfsg-1 [726 kB] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libobjenesis-java all 2.2-1 [44.3 kB] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeasymock-java all 3.3.1+ds-3 [88.3 kB] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libservlet2.5-java all 6.0.45+dfsg-1 [212 kB] unit-abot-epc-basic-0: 00:06:16 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjetty-java all 6.1.26-5 [721 kB] unit-abot-epc-basic-0: 00:06:17 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4j1.2-java all 1.2.17-7ubuntu1 [426 kB] unit-abot-epc-basic-0: 00:06:17 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven-parent-java all 21-2 [5786 B] unit-abot-epc-basic-0: 00:06:17 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon2-java all 2.10-3 [2144 kB] unit-abot-epc-basic-0: 00:06:17 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven3-core-java all 3.3.9-3 [1446 kB] unit-abot-epc-basic-0: 00:06:17 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 maven all 3.3.9-3 [17.4 kB] unit-abot-epc-basic-0: 00:06:17 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libapr1 amd64 1.5.2-3 [86.0 kB] unit-abot-epc-basic-0: 00:06:17 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1 amd64 1.5.4-1build1 [77.1 kB] unit-abot-epc-basic-0: 00:06:17 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-dbd-sqlite3 amd64 1.5.4-1build1 [10.6 kB] unit-abot-epc-basic-0: 00:06:17 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-ldap amd64 1.5.4-1build1 [8720 B] unit-abot-epc-basic-0: 00:06:17 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblua5.1-0 amd64 5.1.5-8ubuntu1 [102 kB] unit-abot-epc-basic-0: 00:06:17 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-bin amd64 2.4.18-2ubuntu3.9 [925 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-utils amd64 2.4.18-2ubuntu3.9 [81.8 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-data all 2.4.18-2ubuntu3.9 [162 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2 amd64 2.4.18-2ubuntu3.9 [86.6 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip-whl all 8.1.1-2ubuntu0.4 [1110 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1261 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.3 [1880 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7768 B] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip all 8.1.1-2ubuntu0.4 [144 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB] unit-abot-epc-basic-0: 00:06:18 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant all 1.9.6-1ubuntu1.1 [1899 kB] unit-abot-epc-basic-0: 00:06:19 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant-optional all 1.9.6-1ubuntu1.1 [315 kB] unit-abot-epc-basic-0: 00:06:19 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.6 [2311 kB] unit-abot-epc-basic-0: 00:06:19 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu10 [68.7 kB] unit-abot-epc-basic-0: 00:06:19 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-134.160 [867 kB] unit-abot-epc-basic-0: 00:06:19 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2079 kB] unit-abot-epc-basic-0: 00:06:19 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB] unit-abot-epc-basic-0: 00:06:19 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.10 [7671 kB] unit-abot-epc-basic-0: 00:06:19 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB] unit-abot-epc-basic-0: 00:06:20 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.10 [38.8 kB] unit-abot-epc-basic-0: 00:06:20 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.10 [55.1 kB] unit-abot-epc-basic-0: 00:06:20 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.10 [27.4 kB] unit-abot-epc-basic-0: 00:06:20 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.10 [8888 B] unit-abot-epc-basic-0: 00:06:20 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.10 [264 kB] unit-abot-epc-basic-0: 00:06:20 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.10 [105 kB] unit-abot-epc-basic-0: 00:06:20 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.10 [244 kB] unit-abot-epc-basic-0: 00:06:21 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.10 [95.3 kB] unit-abot-epc-basic-0: 00:06:21 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.10 [40.1 kB] unit-abot-epc-basic-0: 00:06:21 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.10 [9764 B] unit-abot-epc-basic-0: 00:06:21 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.10 [131 kB] unit-abot-epc-basic-0: 00:06:21 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [2228 kB] unit-abot-epc-basic-0: 00:06:21 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.10 [8426 kB] unit-abot-epc-basic-0: 00:06:21 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B] unit-abot-epc-basic-0: 00:06:21 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [1426 kB] unit-abot-epc-basic-0: 00:06:22 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.10 [8319 kB] unit-abot-epc-basic-0: 00:06:22 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] unit-abot-epc-basic-0: 00:06:22 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] unit-abot-epc-basic-0: 00:06:22 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.4 [195 kB] unit-abot-epc-basic-0: 00:06:22 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.4 [584 kB] unit-abot-epc-basic-0: 00:06:22 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B] unit-abot-epc-basic-0: 00:06:22 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB] unit-abot-epc-basic-0: 00:06:22 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB] unit-abot-epc-basic-0: 00:06:22 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] unit-abot-epc-basic-0: 00:06:22 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB] unit-abot-epc-basic-0: 00:06:23 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] unit-abot-epc-basic-0: 00:06:23 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp2-java all 2.1.10-7build1 [162 kB] unit-abot-epc-basic-0: 00:06:23 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp3-java all 1.1.4c-2build1 [364 kB] unit-abot-epc-basic-0: 00:06:23 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdom4j-java all 1.6.1+dfsg.3-2ubuntu1 [323 kB] unit-abot-epc-basic-0: 00:06:23 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1-dev amd64 2.1.0-7ubuntu0.16.04.3 [115 kB] unit-abot-epc-basic-0: 00:06:23 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB] unit-abot-epc-basic-0: 00:06:23 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7 amd64 2.7.12-1ubuntu0~16.04.3 [1070 kB] unit-abot-epc-basic-0: 00:06:23 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [27.8 MB] unit-abot-epc-basic-0: 00:06:24 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-dev amd64 2.7.12-1~16.04 [7840 B] unit-abot-epc-basic-0: 00:06:24 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-all-dev amd64 2.7.12-1~16.04 [1006 B] unit-abot-epc-basic-0: 00:06:24 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxom-java all 1.2.10-1 [170 kB] unit-abot-epc-basic-0: 00:06:24 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB] unit-abot-epc-basic-0: 00:06:24 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all amd64 2.7.12-1~16.04 [996 B] unit-abot-epc-basic-0: 00:06:24 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [276 kB] unit-abot-epc-basic-0: 00:06:24 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-dev amd64 2.7.12-1~16.04 [1186 B] unit-abot-epc-basic-0: 00:06:24 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all-dev amd64 2.7.12-1~16.04 [1016 B] unit-abot-epc-basic-0: 00:06:24 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB] unit-abot-epc-basic-0: 00:06:25 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB] unit-abot-epc-basic-0: 00:06:25 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wheel all 0.29.0-1 [48.0 kB] unit-abot-epc-basic-0: 00:06:25 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ssl-cert all 1.0.37 [16.9 kB] unit-abot-epc-basic-0: 00:06:25 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 20% Extracting templates from packages: 40% Extracting templates from packages: 61% Extracting templates from packages: 81% Extracting templates from packages: 100% unit-abot-epc-basic-0: 00:06:25 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 00:06:26 DEBUG unit.abot-epc-basic/0.install Fetched 103 MB in 14s (7040 kB/s) unit-abot-epc-basic-0: 00:06:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 00:06:26 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 57544 files and directories currently installed.) unit-abot-epc-basic-0: 00:06:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-abot-epc-basic-0: 00:06:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 00:06:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 00:06:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-abot-epc-basic-0: 00:06:27 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 00:06:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 00:06:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 00:06:28 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 00:06:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 00:06:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 00:06:28 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 00:06:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 00:06:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 00:06:29 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 00:06:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 00:06:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 00:06:30 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 00:06:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 00:06:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 00:06:31 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 00:06:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 00:06:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 00:06:32 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 00:06:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 00:06:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 00:06:32 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 00:06:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 00:06:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 00:06:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 00:06:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 00:06:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:06:33 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 00:06:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 00:06:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-abot-epc-basic-0: 00:06:34 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 00:06:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 00:06:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatinject-jsr330-api-java_1.0+ds1-2_all.deb ... unit-abot-epc-basic-0: 00:06:35 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 00:06:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 00:06:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 00:06:35 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 00:06:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 00:06:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 00:06:35 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-abot-epc-basic-0: 00:06:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 00:06:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 00:06:36 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 00:06:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 00:06:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-abot-epc-basic-0: 00:06:37 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 00:06:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 00:06:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... unit-abot-epc-basic-0: 00:06:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 00:06:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 00:06:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ... unit-abot-epc-basic-0: 00:06:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 00:06:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 00:06:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-abot-epc-basic-0: 00:06:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 00:06:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 00:06:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-abot-epc-basic-0: 00:06:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 00:06:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 00:06:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-abot-epc-basic-0: 00:06:42 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 00:06:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 00:06:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4_all.deb ... unit-abot-epc-basic-0: 00:06:43 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 00:06:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 00:06:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-abot-epc-basic-0: 00:06:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 00:06:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 00:06:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-abot-epc-basic-0: 00:06:44 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 00:06:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 00:06:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interactivity-api-java_1.0-alpha-6-7_all.deb ... unit-abot-epc-basic-0: 00:06:45 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 00:06:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 00:06:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 00:06:46 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 00:06:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 00:06:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-abot-epc-basic-0: 00:06:46 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 00:06:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 00:06:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:06:47 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... machine-1: 00:06:48 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-1: 00:06:48 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 00:06:48 DEBUG juju.agent read agent config, format "2.0" machine-1: 00:06:48 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 00:06:48 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-1: 00:06:48 DEBUG juju.worker start "engine" machine-1: 00:06:48 INFO juju.worker start "engine" machine-1: 00:06:48 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 00:06:48 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 00:06:48 DEBUG juju.worker "engine" started machine-1: 00:06:48 DEBUG juju.worker.introspection stats worker now serving machine-1: 00:06:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 00:06:48 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 00:06:48 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 00:06:48 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.apicaller connecting with old password machine-1: 00:06:48 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 00:06:48 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 00:06:48 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 00:06:48 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-1: 00:06:48 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-1: 00:06:48 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-1: 00:06:48 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 00:06:48 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 00:06:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 00:06:48 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 00:06:48 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 00:06:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 00:06:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... machine-1: 00:06:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 00:06:48 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... machine-1: 00:06:48 DEBUG juju.worker.apicaller connected machine-1: 00:06:48 DEBUG juju.worker.apicaller changing password... machine-1: 00:06:48 DEBUG juju.worker.apicaller password changed machine-1: 00:06:48 DEBUG juju.api RPC connection died machine-1: 00:06:48 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 00:06:48 DEBUG juju.worker.apicaller connecting with current password machine-1: 00:06:48 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-1: 00:06:48 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-1: 00:06:48 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-abot-epc-basic-0: 00:06:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 00:06:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 00:06:49 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 00:06:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 00:06:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 00:06:49 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... machine-1: 00:06:49 DEBUG juju.worker.apicaller connected machine-1: 00:06:50 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 00:06:50 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 00:06:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 00:06:50 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 00:06:50 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 00:06:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 00:06:50 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 00:06:50 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-1: 00:06:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 00:06:50 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 00:06:50 INFO juju.worker.upgrader unblocking abort check machine-1: 00:06:50 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-1: 00:06:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 00:06:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 00:06:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 00:06:50 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 00:06:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 00:06:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.logger logger setup machine-1: 00:06:50 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 00:06:50 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 00:06:50 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 00:06:50 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 00:06:50 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.8,::1,localhost", AutoNoProxy:""} machine-1: 00:06:50 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 00:06:50 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 00:06:50 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 00:06:50 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 00:06:50 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 00:06:50 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 00:06:50 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 00:06:50 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 00:06:50 DEBUG juju.network including address local-cloud:192.168.121.14 for machine machine-1: 00:06:50 DEBUG juju.network including address local-machine:::1 for machine machine-1: 00:06:50 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-1: 00:06:50 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-1: 00:06:50 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 00:06:50 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 00:06:50 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 00:06:50 DEBUG juju.network including address public:172.30.9.202 for machine machine-1: 00:06:50 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-1: 00:06:50 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 00:06:50 DEBUG juju.network including address local-machine:::1 for machine machine-1: 00:06:50 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.8 local-machine:127.0.0.1 local-machine:::1] machine-1: 00:06:50 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.8:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 00:06:50 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.8:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "172.30.9.202:17070"] machine-1: 00:06:50 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 00:06:50 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 00:06:50 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 00:06:50 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 00:06:50 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 00:06:50 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 00:06:50 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 00:06:50 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 00:06:50 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 00:06:50 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 00:06:50 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 00:06:50 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-1: 00:06:50 INFO juju.worker.authenticationworker "machine-1" key updater worker started unit-abot-epc-basic-0: 00:06:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 00:06:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-abot-epc-basic-0: 00:06:50 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... machine-1: 00:06:50 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 00:06:50 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 00:06:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 00:06:51 DEBUG juju.worker start "1-container-watcher" machine-1: 00:06:51 DEBUG juju.worker start "stateconverter" machine-1: 00:06:51 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 00:06:51 INFO juju.worker start "1-container-watcher" machine-1: 00:06:51 DEBUG juju.worker "1-container-watcher" started machine-1: 00:06:51 INFO juju.worker start "stateconverter" machine-1: 00:06:51 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 00:06:51 DEBUG juju.worker "stateconverter" started machine-1: 00:06:51 INFO juju.worker.machiner "machine-1" started machine-1: 00:06:51 DEBUG juju.service discovered init system "upstart" from local host machine-1: 00:06:51 DEBUG juju.worker.deployer state addresses: ["192.168.121.8:37017"] machine-1: 00:06:51 DEBUG juju.worker.deployer API addresses: ["192.168.121.8:17070" "172.30.9.202:17070"] machine-1: 00:06:51 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-mysql-0 Conf:{Desc:juju unit agent for mysql/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-mysql-0/jujud' unit --data-dir '/var/lib/juju' --unit-name mysql/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-mysql-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-mysql-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name mysql/0 --debug]}}} unit-mysql-0: 00:06:51 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-mysql-0: 00:06:51 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-mysql-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "mysql/0", "--debug"} unit-mysql-0: 00:06:51 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 00:06:51 DEBUG juju.worker start "api" unit-mysql-0: 00:06:51 INFO juju.worker start "api" unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 00:06:51 DEBUG juju.worker "api" started unit-mysql-0: 00:06:51 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 00:06:51 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-mysql-0: 00:06:51 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-mysql-0: 00:06:51 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 00:06:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-mysql-0: 00:06:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:06:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-abot-epc-basic-0: 00:06:51 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... machine-1: 00:06:51 DEBUG juju.worker.machiner observed network config updated for "machine-1" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:44:35:ce 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.14 [] [] []} {2 fa:16:3e:44:35:ce 1450 0 eth0 ethernet false false manual [] [] []}] unit-mysql-0: 00:06:51 DEBUG juju.worker.apicaller connected unit-mysql-0: 00:06:51 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 00:06:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 00:06:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-mysql-0: 00:06:52 DEBUG juju.worker.apicaller password changed unit-mysql-0: 00:06:52 DEBUG juju.api RPC connection died unit-mysql-0: 00:06:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 00:06:52 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 00:06:52 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-mysql-0: 00:06:52 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-mysql-0: 00:06:52 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-abot-epc-basic-0: 00:06:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 00:06:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 00:06:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-mysql-0: 00:06:53 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 00:06:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 00:06:53 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 00:06:53 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.8,::1,localhost", AutoNoProxy:""} unit-mysql-0: 00:06:53 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.worker.logger logger setup unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 00:06:53 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 00:06:53 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 00:06:53 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-mysql-0: 00:06:53 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-mysql-0: 00:06:53 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-mysql-0: 00:06:53 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 00:06:53 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 00:06:53 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 00:06:53 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 00:06:53 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 00:06:53 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 00:06:53 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 00:06:53 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 00:06:53 DEBUG juju.network including address public:172.30.9.202 for machine unit-mysql-0: 00:06:53 DEBUG juju.network including address local-cloud:192.168.121.8 for machine unit-mysql-0: 00:06:53 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 00:06:53 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 00:06:53 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.8 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 00:06:53 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.8:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 00:06:53 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.8:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "172.30.9.202:17070"] unit-mysql-0: 00:06:53 DEBUG juju.worker.dependency "uniter" manifold worker started unit-mysql-0: 00:06:53 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 00:06:53 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 00:06:53 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-mysql-0: 00:06:53 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-mysql-0: 00:06:53 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 00:06:53 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 00:06:53 INFO juju.worker.uniter resuming charm install unit-mysql-0: 00:06:53 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 00:06:53 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 00:06:53 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 00:06:53 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 00:06:53 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 00:06:53 DEBUG httpbakery client do GET https://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 00:06:53 DEBUG httpbakery } -> error unit-mysql-0: 00:06:53 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 00:06:53 INFO juju.downloader download verified ("cs:mysql-55") unit-abot-epc-basic-0: 00:06:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 00:06:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... unit-mysql-0: 00:06:53 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 00:06:53 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 00:06:53 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 00:06:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 00:06:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 00:06:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 00:06:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 00:06:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 00:06:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-abot-epc-basic-0: 00:06:55 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 00:06:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 00:06:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:06:57 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 00:06:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 00:06:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 00:06:58 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 00:06:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 00:06:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 00:06:58 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 00:06:59 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 00:06:59 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 00:06:59 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 00:06:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 00:06:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 00:06:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-mysql-0: 00:06:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 00:07:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 00:07:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 00:07:00 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 00:07:00 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-netaddr all 0.7.10-1ubuntu1.1 [849 kB] unit-abot-epc-basic-0: 00:07:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 00:07:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-abot-epc-basic-0: 00:07:00 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-mysql-0: 00:07:01 DEBUG unit.mysql/0.install Fetched 849 kB in 0s (1249 kB/s) unit-mysql-0: 00:07:01 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 00:07:01 DEBUG unit.mysql/0.install (Reading database ... 78141 files and directories currently installed.) unit-mysql-0: 00:07:01 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 00:07:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 00:07:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-ant-factory-java_1.0~alpha2.1-3_all.deb ... unit-mysql-0: 00:07:01 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 00:07:01 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 00:07:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 00:07:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 00:07:02 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-mysql-0: 00:07:02 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:07:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 00:07:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 00:07:02 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1) ... unit-mysql-0: 00:07:02 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 00:07:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 00:07:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:07:03 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-mysql-0: 00:07:03 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 00:07:03 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 00:07:03 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 00:07:03 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 00:07:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 00:07:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-bsh-factory-java_1.0~alpha7-3.1_all.deb ... unit-abot-epc-basic-0: 00:07:04 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 [11.3 kB] unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (25.2 kB/s) unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install (Reading database ... 78181 files and directories currently installed.) unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-mysql-0: 00:07:04 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 00:07:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-mysql-0: 00:07:05 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 00:07:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-sec-dispatcher-java_1.3.1-6_all.deb ... unit-abot-epc-basic-0: 00:07:05 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 00:07:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-abot-epc-basic-0: 00:07:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 00:07:06 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-mysql-0: 00:07:06 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-mysql-0: 00:07:07 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-mysql-0: 00:07:07 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 00:07:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 00:07:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 00:07:07 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-mysql-0: 00:07:07 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] unit-mysql-0: 00:07:07 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-mysql-0: 00:07:07 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-mysql-0: 00:07:07 DEBUG unit.mysql/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-mysql-0: 00:07:07 DEBUG unit.mysql/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-abot-epc-basic-0: 00:07:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 00:07:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-mysql-0: 00:07:07 DEBUG unit.mysql/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-abot-epc-basic-0: 00:07:07 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-mysql-0: 00:07:07 DEBUG unit.mysql/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-mysql-0: 00:07:08 DEBUG unit.mysql/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-mysql-0: 00:07:08 DEBUG unit.mysql/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] unit-mysql-0: 00:07:08 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] unit-mysql-0: 00:07:08 DEBUG unit.mysql/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-mysql-0: 00:07:08 DEBUG unit.mysql/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-abot-epc-basic-0: 00:07:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 00:07:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 00:07:08 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-mysql-0: 00:07:08 DEBUG unit.mysql/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-mysql-0: 00:07:08 DEBUG unit.mysql/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-mysql-0: 00:07:08 DEBUG unit.mysql/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-mysql-0: 00:07:09 DEBUG unit.mysql/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-mysql-0: 00:07:09 DEBUG unit.mysql/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] unit-mysql-0: 00:07:09 DEBUG unit.mysql/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-mysql-0: 00:07:09 DEBUG unit.mysql/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-mysql-0: 00:07:10 DEBUG unit.mysql/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-abot-epc-basic-0: 00:07:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 00:07:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 00:07:10 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-mysql-0: 00:07:10 DEBUG unit.mysql/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-mysql-0: 00:07:10 DEBUG unit.mysql/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-mysql-0: 00:07:10 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-mysql-0: 00:07:10 DEBUG unit.mysql/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-mysql-0: 00:07:10 DEBUG unit.mysql/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-abot-epc-basic-0: 00:07:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 00:07:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... unit-mysql-0: 00:07:10 DEBUG unit.mysql/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-mysql-0: 00:07:10 DEBUG unit.mysql/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-abot-epc-basic-0: 00:07:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-mysql-0: 00:07:10 DEBUG unit.mysql/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-mysql-0: 00:07:10 DEBUG unit.mysql/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-mysql-0: 00:07:10 DEBUG unit.mysql/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-mysql-0: 00:07:11 DEBUG unit.mysql/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] unit-mysql-0: 00:07:11 DEBUG unit.mysql/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] unit-mysql-0: 00:07:11 DEBUG unit.mysql/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] unit-mysql-0: 00:07:11 DEBUG unit.mysql/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] unit-mysql-0: 00:07:11 DEBUG unit.mysql/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] unit-mysql-0: 00:07:11 DEBUG unit.mysql/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] unit-mysql-0: 00:07:11 DEBUG unit.mysql/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] unit-mysql-0: 00:07:11 DEBUG unit.mysql/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] unit-mysql-0: 00:07:11 DEBUG unit.mysql/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] unit-abot-epc-basic-0: 00:07:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 00:07:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet3.1-java_8.0.32-1ubuntu1.7_all.deb ... unit-mysql-0: 00:07:11 DEBUG unit.mysql/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] unit-abot-epc-basic-0: 00:07:11 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-mysql-0: 00:07:11 DEBUG unit.mysql/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] unit-mysql-0: 00:07:12 DEBUG unit.mysql/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] unit-mysql-0: 00:07:12 DEBUG unit.mysql/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] unit-mysql-0: 00:07:12 DEBUG unit.mysql/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] unit-mysql-0: 00:07:12 DEBUG unit.mysql/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] unit-mysql-0: 00:07:12 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 00:07:12 DEBUG unit.mysql/0.install Fetched 40.9 MB in 5s (6991 kB/s) unit-mysql-0: 00:07:12 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 00:07:12 DEBUG unit.mysql/0.install (Reading database ... 78191 files and directories currently installed.) unit-abot-epc-basic-0: 00:07:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-mysql-0: 00:07:12 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 00:07:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-mysql-0: 00:07:12 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:07:12 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-mysql-0: 00:07:13 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 00:07:13 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 00:07:13 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:07:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 00:07:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 00:07:13 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-mysql-0: 00:07:13 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 00:07:13 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-mysql-0: 00:07:13 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 00:07:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 00:07:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-mysql-0: 00:07:14 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 00:07:14 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:07:14 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-mysql-0: 00:07:14 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 00:07:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 00:07:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:07:15 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-mysql-0: 00:07:15 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 00:07:15 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-mysql-0: 00:07:15 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 00:07:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 00:07:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:07:16 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-mysql-0: 00:07:16 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 00:07:16 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 00:07:17 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:07:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 00:07:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 00:07:17 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-mysql-0: 00:07:18 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 00:07:18 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 00:07:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 00:07:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-mysql-0: 00:07:18 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:07:18 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 00:07:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 00:07:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-mysql-0: 00:07:19 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 00:07:19 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:07:19 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-mysql-0: 00:07:19 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 00:07:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 00:07:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-abot-epc-basic-0: 00:07:20 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-mysql-0: 00:07:20 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 00:07:20 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 00:07:20 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:07:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 00:07:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet2.5-java_6.0.45+dfsg-1_all.deb ... unit-abot-epc-basic-0: 00:07:21 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 00:07:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 00:07:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-abot-epc-basic-0: 00:07:22 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-mysql-0: 00:07:23 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 00:07:23 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 00:07:23 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:07:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 00:07:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:07:23 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 00:07:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 00:07:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 00:07:23 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 00:07:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 00:07:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-abot-epc-basic-0: 00:07:23 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-mysql-0: 00:07:24 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 00:07:24 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-mysql-0: 00:07:24 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:07:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 00:07:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 00:07:24 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-mysql-0: 00:07:25 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 00:07:25 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-mysql-0: 00:07:25 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 00:07:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 00:07:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 00:07:25 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-abot-epc-basic-0: 00:07:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 00:07:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 00:07:26 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-mysql-0: 00:07:26 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 00:07:26 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 00:07:26 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:07:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 00:07:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 00:07:27 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-mysql-0: 00:07:27 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 00:07:27 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... unit-mysql-0: 00:07:27 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... unit-abot-epc-basic-0: 00:07:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 00:07:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 00:07:28 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-mysql-0: 00:07:28 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 00:07:28 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 00:07:29 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:07:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 00:07:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 00:07:29 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-mysql-0: 00:07:30 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 00:07:30 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 00:07:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 00:07:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-mysql-0: 00:07:30 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:07:30 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 00:07:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 00:07:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 00:07:31 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-mysql-0: 00:07:32 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 00:07:32 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 00:07:32 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 00:07:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 00:07:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 00:07:33 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-mysql-0: 00:07:33 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 00:07:33 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 00:07:33 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:07:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 00:07:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 00:07:34 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-mysql-0: 00:07:35 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 00:07:35 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 00:07:35 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:07:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 00:07:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 00:07:36 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 00:07:36 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 00:07:36 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 00:07:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 00:07:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-mysql-0: 00:07:36 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 00:07:36 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-mysql-0: 00:07:37 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 00:07:37 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 00:07:37 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:07:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 00:07:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 00:07:37 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 00:07:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 00:07:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 00:07:38 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 00:07:38 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 00:07:38 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 00:07:38 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:07:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 00:07:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 00:07:38 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 00:07:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 00:07:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 00:07:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 00:07:40 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 00:07:40 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 00:07:40 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 00:07:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 00:07:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 00:07:40 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 00:07:41 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 00:07:41 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 00:07:41 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 00:07:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 00:07:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 00:07:42 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 00:07:42 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 00:07:42 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 00:07:42 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 00:07:43 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 00:07:43 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 00:07:43 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 00:07:43 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 00:07:44 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 00:07:44 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-mysql-0: 00:07:44 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 00:07:44 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 00:07:44 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-mysql-0: 00:07:44 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 00:07:45 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 00:07:45 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-mysql-0: 00:07:45 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 00:07:45 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 00:07:45 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 00:07:45 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 00:07:46 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 00:07:46 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 00:07:46 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 00:07:46 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 00:07:46 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 00:07:47 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 00:07:47 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-mysql-0: 00:07:47 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 00:07:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 00:07:48 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 61187 files and directories currently installed.) unit-abot-epc-basic-0: 00:07:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 00:07:48 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 00:07:48 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-abot-epc-basic-0: 00:07:48 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-mysql-0: 00:07:48 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 00:07:48 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 00:07:48 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 00:07:48 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 00:07:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 00:07:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 00:07:49 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-mysql-0: 00:07:49 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 00:07:49 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 00:07:49 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 00:07:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 00:07:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-abot-epc-basic-0: 00:07:50 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-mysql-0: 00:07:50 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 00:07:50 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 00:07:50 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 00:07:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 00:07:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 00:07:51 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-mysql-0: 00:07:51 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 00:07:51 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 00:07:51 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 00:07:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 00:07:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 00:07:52 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-mysql-0: 00:07:52 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 00:07:52 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-mysql-0: 00:07:52 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-mysql-0: 00:07:52 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-abot-epc-basic-0: 00:07:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-mysql-0: 00:07:52 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 00:07:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.6_amd64.deb ... unit-mysql-0: 00:07:52 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 00:07:53 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.6) ... unit-mysql-0: 00:07:53 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 00:07:53 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 00:07:53 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 00:07:53 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 00:07:53 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 00:07:53 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-mysql-0: 00:07:53 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 00:07:53 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 00:07:53 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 00:07:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 00:07:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 00:07:54 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-mysql-0: 00:07:54 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 00:07:54 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 00:07:54 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 00:07:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 00:07:54 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-abot-epc-basic-0: 00:07:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-134.160_amd64.deb ... unit-mysql-0: 00:07:54 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 00:07:54 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 00:07:54 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-134.160) ... unit-mysql-0: 00:07:54 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 00:07:54 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... unit-mysql-0: 00:07:54 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1) ... unit-mysql-0: 00:07:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 00:07:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... unit-mysql-0: 00:07:55 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... unit-abot-epc-basic-0: 00:07:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 00:07:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 00:07:55 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-mysql-0: 00:07:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 00:07:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... unit-mysql-0: 00:07:55 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... unit-mysql-0: 00:07:56 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 00:07:56 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 00:07:56 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 00:07:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 00:07:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 00:07:56 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-mysql-0: 00:07:57 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 00:07:57 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 00:07:57 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 00:07:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 00:07:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:07:57 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 00:07:57 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 00:07:57 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 00:07:57 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-mysql-0: 00:07:58 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 00:07:58 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... unit-mysql-0: 00:07:58 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1) ... unit-mysql-0: 00:07:58 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:07:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 00:07:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:07:58 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:07:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 00:07:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:07:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:07:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 00:07:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:07:59 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:08:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 00:08:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:08:00 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:08:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 00:08:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:08:00 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:08:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 00:08:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:08:01 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:08:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 00:08:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:08:01 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 00:08:01 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 00:08:02 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:08:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 00:08:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 00:08:02 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 00:08:02 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 00:08:02 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 00:08:03 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 00:08:03 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:08:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 00:08:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:08:03 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 00:08:03 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 00:08:03 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 00:08:03 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 00:08:04 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:08:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 00:08:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:08:04 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 00:08:04 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-mysql-0: 00:08:04 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-mysql-0: 00:08:04 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:08:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 00:08:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:08:05 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 00:08:05 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... unit-mysql-0: 00:08:05 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-mysql-0: 00:08:05 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:08:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 00:08:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:08:05 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 00:08:06 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 00:08:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 00:08:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:08:06 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 00:08:06 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 00:08:07 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 00:08:07 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 00:08:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 00:08:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:08:08 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 00:08:08 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 00:08:08 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 00:08:08 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 00:08:08 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-mysql-0: 00:08:09 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-mysql-0: 00:08:09 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 00:08:10 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 00:08:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 00:08:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:08:10 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:08:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 00:08:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 00:08:10 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 00:08:10 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 00:08:11 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-mysql-0: 00:08:12 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 00:08:12 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 00:08:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 00:08:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:08:12 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 00:08:12 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 00:08:12 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 00:08:12 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-mysql-0: 00:08:13 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 00:08:13 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 00:08:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 00:08:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:08:13 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-mysql-0: 00:08:13 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 00:08:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 00:08:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 00:08:14 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-mysql-0: 00:08:14 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 00:08:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 00:08:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ... unit-mysql-0: 00:08:14 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 00:08:14 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.4) ... unit-mysql-0: 00:08:15 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 00:08:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 00:08:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 00:08:15 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.4) ... unit-mysql-0: 00:08:15 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-mysql-0: 00:08:15 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 00:08:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 00:08:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:08:16 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-mysql-0: 00:08:16 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-mysql-0: 00:08:16 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 00:08:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 00:08:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:08:16 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-mysql-0: 00:08:17 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1) ... unit-mysql-0: 00:08:17 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... unit-abot-epc-basic-0: 00:08:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 00:08:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:08:17 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-mysql-0: 00:08:17 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... unit-mysql-0: 00:08:18 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 00:08:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 00:08:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 00:08:18 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-mysql-0: 00:08:18 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 00:08:19 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 00:08:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 00:08:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 00:08:19 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-mysql-0: 00:08:19 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1) ... unit-mysql-0: 00:08:20 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:08:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 00:08:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 00:08:20 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 00:08:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 00:08:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 00:08:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-mysql-0: 00:08:21 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 00:08:21 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 00:08:21 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 00:08:21 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 00:08:21 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 00:08:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 00:08:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 00:08:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-mysql-0: 00:08:21 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 00:08:21 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 00:08:21 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 00:08:21 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 [83.1 kB] unit-abot-epc-basic-0: 00:08:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 00:08:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... unit-mysql-0: 00:08:22 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (106 kB/s) unit-abot-epc-basic-0: 00:08:22 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-mysql-0: 00:08:22 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 00:08:22 DEBUG unit.mysql/0.install (Reading database ... 83319 files and directories currently installed.) unit-mysql-0: 00:08:22 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 00:08:23 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 00:08:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 00:08:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 00:08:23 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-mysql-0: 00:08:23 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 00:08:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 00:08:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 00:08:24 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-mysql-0: 00:08:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 00:08:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 00:08:25 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 00:08:25 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 00:08:25 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 00:08:25 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 00:08:25 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-abot-epc-basic-0: 00:08:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 00:08:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-mysql-0: 00:08:25 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 00:08:25 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-abot-epc-basic-0: 00:08:25 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 00:08:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 00:08:25 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 00:08:25 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 00:08:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 00:08:25 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 00:08:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 00:08:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-abot-epc-basic-0: 00:08:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 00:08:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-mysql-0: 00:08:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 00:08:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 00:08:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 00:08:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 00:08:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 00:08:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 00:08:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 00:08:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 00:08:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 00:08:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 00:08:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 00:08:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 00:08:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-mysql-0: 00:08:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 00:08:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 00:08:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 00:08:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 00:08:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 00:08:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 00:08:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 00:08:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-dev_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 00:08:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 00:08:28 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 00:08:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 00:08:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 00:08:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 00:08:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 00:08:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 00:08:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 00:08:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 00:08:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 00:08:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 00:08:29 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 00:08:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 00:08:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 00:08:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 00:08:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 00:08:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 00:08:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-mysql-0: 00:08:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 00:08:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 00:08:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 00:08:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 00:08:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 00:08:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-abot-epc-basic-0: 00:08:31 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-mysql-0: 00:08:31 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 00:08:31 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 00:08:31 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 00:08:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 00:08:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 00:08:31 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 00:08:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 00:08:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 00:08:32 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 00:08:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 00:08:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-dev_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 00:08:33 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 00:08:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 00:08:33 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 00:08:33 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 00:08:33 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-mysql-0: 00:08:33 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 00:08:33 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 00:08:33 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 00:08:33 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 00:08:33 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 00:08:33 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 00:08:33 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 00:08:33 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 00:08:33 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 00:08:33 DEBUG unit.mysql/0.install python-mysqldb uuid unit-mysql-0: 00:08:34 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 00:08:34 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 00:08:34 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 00:08:34 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 00:08:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 00:08:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all-dev_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 00:08:34 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 00:08:34 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-mysql-0: 00:08:34 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debconf-utils all 1.5.51ubuntu2 [57.4 kB] unit-mysql-0: 00:08:34 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libossp-uuid16 amd64 1.6.2-1.3ubuntu1 [29.6 kB] unit-mysql-0: 00:08:34 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pwgen amd64 2.06-1ubuntu4 [17.3 kB] unit-mysql-0: 00:08:35 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mysqldb amd64 1.2.3-2ubuntu1 [55.4 kB] unit-mysql-0: 00:08:35 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe uuid amd64 1.6.2-1.3ubuntu1 [10.9 kB] unit-mysql-0: 00:08:35 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (708 kB/s) unit-abot-epc-basic-0: 00:08:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 00:08:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 00:08:35 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-mysql-0: 00:08:35 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 00:08:35 DEBUG unit.mysql/0.install (Reading database ... 83419 files and directories currently installed.) unit-mysql-0: 00:08:35 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 00:08:35 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:08:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 00:08:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 00:08:36 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-mysql-0: 00:08:36 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 00:08:36 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 00:08:36 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:08:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 00:08:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 00:08:37 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-mysql-0: 00:08:37 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 00:08:37 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 00:08:37 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 00:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 00:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 00:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-mysql-0: 00:08:39 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 00:08:39 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 00:08:39 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 00:08:39 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 00:08:39 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 00:08:39 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-mysql-0: 00:08:40 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-mysql-0: 00:08:40 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 00:08:40 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-mysql-0: 00:08:40 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-mysql-0: 00:08:41 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 00:08:41 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 00:08:41 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-mysql-0: 00:08:42 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:08:43 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 00:08:44 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 00:08:44 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-mysql-0: 00:08:45 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:08:45 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 00:08:45 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-mysql-0: 00:08:45 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:08:46 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 00:08:46 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-mysql-0: 00:08:46 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 00:08:46 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-mysql-0: 00:08:46 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 00:08:47 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-mysql-0: 00:08:47 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 00:08:47 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-mysql-0: 00:08:47 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 00:08:47 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 00:08:48 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-mysql-0: 00:08:48 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 00:08:48 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-mysql-0: 00:08:48 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:08:48 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 00:08:49 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-mysql-0: 00:08:50 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 00:08:50 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 00:08:50 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 00:08:50 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-mysql-0: 00:08:50 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 00:08:50 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 00:08:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 00:08:51 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-mysql-0: 00:08:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 00:08:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 00:08:51 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 00:08:51 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 00:08:51 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-mysql-0: 00:08:51 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 00:08:51 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 00:08:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 00:08:51 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 00:08:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 00:08:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 00:08:51 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-abot-epc-basic-0: 00:08:51 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-mysql-0: 00:08:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 00:08:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 00:08:52 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 00:08:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 00:08:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4) ... unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 00:08:52 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 00:08:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 00:08:53 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 00:08:53 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 00:08:53 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 00:08:53 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 00:08:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 00:08:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 00:08:54 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-mysql-0: 00:08:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 00:08:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 00:08:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 00:08:54 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-mysql-0: 00:08:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 00:08:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 00:08:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 00:08:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 00:08:54 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 00:08:55 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 00:08:55 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 00:08:55 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 00:08:55 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 00:08:56 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 00:08:56 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 00:08:56 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-mysql-0: 00:08:56 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 00:08:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 00:08:57 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-mysql-0: 00:08:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 00:08:57 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed Reading package lists... unit-abot-epc-basic-0: 00:08:57 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 00:08:57 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed Need to get 8868 kB of archives. unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 00:08:57 DEBUG unit.mysql/0.config-changed Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 00:08:57 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 00:08:58 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-mysql-0: 00:08:58 DEBUG unit.mysql/0.config-changed Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-abot-epc-basic-0: 00:08:58 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-mysql-0: 00:08:58 DEBUG unit.mysql/0.config-changed Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-mysql-0: 00:08:58 DEBUG unit.mysql/0.config-changed Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-mysql-0: 00:08:58 DEBUG unit.mysql/0.config-changed Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-abot-epc-basic-0: 00:08:58 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-mysql-0: 00:08:58 DEBUG unit.mysql/0.config-changed Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] unit-abot-epc-basic-0: 00:08:58 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-mysql-0: 00:08:58 DEBUG unit.mysql/0.config-changed Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] unit-mysql-0: 00:08:59 DEBUG unit.mysql/0.config-changed Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-mysql-0: 00:08:59 DEBUG unit.mysql/0.config-changed Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-abot-epc-basic-0: 00:08:59 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-mysql-0: 00:08:59 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-abot-epc-basic-0: 00:08:59 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1) ... unit-mysql-0: 00:08:59 DEBUG unit.mysql/0.config-changed Fetched 8868 kB in 1s (5557 kB/s) unit-mysql-0: 00:08:59 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 00:09:00 DEBUG unit.mysql/0.config-changed (Reading database ... 83513 files and directories currently installed.) unit-mysql-0: 00:09:00 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 00:09:00 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 00:09:00 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 00:09:01 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 00:09:01 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-mysql-0: 00:09:01 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 00:09:01 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-mysql-0: 00:09:02 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 00:09:02 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 00:09:02 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-mysql-0: 00:09:02 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 00:09:02 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 00:09:02 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 00:09:02 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-mysql-0: 00:09:02 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 00:09:02 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 00:09:02 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:09:02 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 00:09:03 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-mysql-0: 00:09:03 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 00:09:03 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 00:09:03 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:09:03 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 00:09:03 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 00:09:04 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-mysql-0: 00:09:04 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 00:09:04 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 00:09:04 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:09:04 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 00:09:04 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 00:09:04 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 00:09:04 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 00:09:04 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-mysql-0: 00:09:05 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 00:09:05 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 00:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 00:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-mysql-0: 00:09:06 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 00:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 00:09:07 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 00:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 00:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 00:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 00:09:07 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-abot-epc-basic-0: 00:09:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/maven/bin/mvn to provide /usr/bin/mvn (mvn) in auto mode unit-abot-epc-basic-0: 00:09:08 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 00:09:08 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 00:09:08 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-mysql-0: 00:09:08 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 00:09:08 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-abot-epc-basic-0: 00:09:08 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-mysql-0: 00:09:08 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 00:09:09 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-mysql-0: 00:09:09 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 00:09:09 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 00:09:09 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-mysql-0: 00:09:09 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:09:10 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-mysql-0: 00:09:10 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:09:10 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 00:09:12 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 00:09:12 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 00:09:12 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-mysql-0: 00:09:12 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-mysql-0: 00:09:12 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-mysql-0: 00:09:12 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 00:09:13 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 00:09:13 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 00:09:13 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 00:09:19 DEBUG unit.mysql/0.config-changed 180905 0:09:19 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. unit-mysql-0: 00:09:19 DEBUG unit.mysql/0.config-changed 180905 0:09:19 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 00:09:19 DEBUG unit.mysql/0.config-changed 180905 0:09:19 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 17001 ... unit-abot-epc-basic-0: 00:09:30 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 00:09:32 DEBUG unit.mysql/0.config-changed mysql start/running, process 17136 unit-mysql-0: 00:09:34 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-mysql-0: 00:09:34 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 00:09:35 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 00:09:35 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-mysql-0: 00:09:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 00:09:36 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 00:09:37 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 00:09:37 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 00:09:37 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 00:09:38 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 00:09:38 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 00:09:38 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-mysql-0: 00:09:38 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 00:09:39 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 00:09:39 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 00:09:39 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 00:09:39 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-mysql-0: 00:09:41 DEBUG unit.mysql/0.config-changed mysql start/running, process 17256 unit-mysql-0: 00:09:41 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 00:09:41 INFO juju.worker.uniter.operation ran "config-changed" hook unit-mysql-0: 00:09:41 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-mysql-0: 00:09:41 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 00:09:41 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 00:09:41 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 00:09:41 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 00:09:41 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 00:09:41 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 00:09:41 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 00:09:41 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 00:09:41 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 8.6 KB/sec) unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 410.8 KB/sec) unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install 3/26 KB 6/26 KB 9/26 KB 11/26 KB 14/26 KB 16/26 KB 19/26 KB 22/26 KB 25/26 KB 26/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 830.3 KB/sec) unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 KB at 760.6 KB/sec) unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install 3/25 KB 6/25 KB 9/25 KB 11/25 KB 14/25 KB 16/25 KB 19/25 KB 22/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 1145.5 KB/sec) unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (7 KB at 391.7 KB/sec) unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 548.7 KB/sec) unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install 3/37 KB 6/37 KB 9/37 KB 11/37 KB 14/37 KB 16/37 KB 19/37 KB 22/37 KB 25/37 KB 27/37 KB 30/37 KB 32/37 KB 35/37 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 1162.4 KB/sec) unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom unit-abot-epc-basic-0: 00:09:42 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 KB at 651.9 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/33 KB 6/33 KB 9/33 KB 11/33 KB 14/33 KB 16/33 KB 19/33 KB 22/33 KB 25/33 KB 27/33 KB 30/33 KB 32/33 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 KB at 1539.9 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (2 KB at 71.2 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 1151.8 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 1438.6 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (5 KB at 235.4 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 112.8 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (3 KB at 141.9 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 109.1 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 334.4 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 629.9 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 41.3 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 356.6 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 241.0 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 492/492 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 34.3 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 280.1 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 998/998 B Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 40.6 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 334.8 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 127.3 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 101.0 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 189.4 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 87.0 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 81.3 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 880/880 B Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 40.9 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 85.6 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 726.4 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/41 KB 5/41 KB 8/41 KB 11/41 KB 13/41 KB 16/41 KB 19/41 KB 21/41 KB 24/41 KB 27/41 KB 29/41 KB 32/41 KB 36/41 KB 40/41 KB 41/41 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 1364.5 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 KB at 548.3 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 247.0 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 310.5 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 1591.1 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/14 KB 3/14 KB 6/14 KB 8/14 KB 11/14 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 KB at 852.9 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 965/965 B Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 52.4 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 192.0 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 907.6 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 412.5 KB/sec) unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom unit-abot-epc-basic-0: 00:09:43 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 779.0 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (13 KB at 447.6 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 3/153 KB 5/153 KB 8/153 KB 11/153 KB 13/153 KB 16/153 KB 16/153 KB 3/35 KB 19/153 KB 3/35 KB 19/153 KB 6/35 KB 21/153 KB 6/35 KB 24/153 KB 9/35 KB 21/153 KB 9/35 KB 24/153 KB 3/48 KB 9/35 KB 24/153 KB 5/48 KB 9/35 KB 24/153 KB 8/48 KB 9/35 KB 24/153 KB 11/48 KB 9/35 KB 24/153 KB 13/48 KB 3/30 KB 11/35 KB 27/153 KB 13/48 KB 3/30 KB 11/35 KB 24/153 KB 11/48 KB 3/30 KB 11/35 KB 24/153 KB 11/48 KB 3/30 KB 9/35 KB 27/153 KB 13/48 KB 6/30 KB 11/35 KB 27/153 KB 13/48 KB 9/30 KB 11/35 KB 27/153 KB 13/48 KB 11/30 KB 11/35 KB 27/153 KB 13/48 KB 14/30 KB 11/35 KB 27/153 KB 13/48 KB 16/30 KB 11/35 KB 27/153 KB 16/48 KB 19/30 KB 14/35 KB 27/153 KB 16/48 KB 16/30 KB 14/35 KB 27/153 KB 16/48 KB 16/30 KB 11/35 KB 29/153 KB 19/48 KB 19/30 KB 14/35 KB 29/153 KB 21/48 KB 19/30 KB 14/35 KB 29/153 KB 24/48 KB 19/30 KB 14/35 KB 29/153 KB 27/48 KB 19/30 KB 14/35 KB 29/153 KB 29/48 KB 19/30 KB 14/35 KB 29/153 KB 32/48 KB 19/30 KB 14/35 KB 29/153 KB 16/48 KB 19/30 KB 14/35 KB 32/153 KB 32/48 KB 19/30 KB 14/35 KB 32/153 KB 32/48 KB 22/30 KB 16/35 KB 32/153 KB 32/48 KB 19/30 KB 16/35 KB 32/153 KB 32/48 KB 25/30 KB 16/35 KB 32/153 KB 32/48 KB 27/30 KB 19/35 KB 36/153 KB 36/48 KB 30/30 KB 19/35 KB 32/153 KB 32/48 KB 25/30 KB 19/35 KB 36/153 KB 36/48 KB 30/30 KB 22/35 KB 36/153 KB 36/48 KB 27/30 KB 19/35 KB 32/153 KB 36/48 KB 27/30 KB 19/35 KB 36/153 KB 40/48 KB 30/30 KB 22/35 KB 36/153 KB 44/48 KB 30/30 KB 22/35 KB 36/153 KB 48/48 KB 30/30 KB 22/35 KB 36/153 KB 48/48 KB 30/30 KB 22/35 KB 36/153 KB 48/48 KB 30/30 KB 25/35 KB 40/153 KB 48/48 KB 30/30 KB 25/35 KB 40/153 KB 48/48 KB 30/30 KB 27/35 KB 44/153 KB 48/48 KB 30/30 KB 30/35 KB 44/153 KB 3/50 KB 48/48 KB 30/30 KB 32/35 KB 44/153 KB 48/48 KB 30/30 KB 27/35 KB 48/153 KB 3/50 KB 48/48 KB 30/30 KB 32/35 KB 44/153 KB 3/50 KB 48/48 KB 30/30 KB 30/35 KB 52/153 KB 3/50 KB 48/48 KB 30/30 KB 32/35 KB 56/153 KB 5/50 KB 35/35 KB 60/153 KB 5/50 KB 35/35 KB 64/153 KB 5/50 KB 35/35 KB 68/153 KB 5/50 KB 35/35 KB 52/153 KB 5/50 KB 48/48 KB 30/30 KB 35/35 KB 52/153 KB 5/50 KB 48/48 KB 30/30 KB 32/35 KB 72/153 KB 8/50 KB 35/35 KB 72/153 KB 11/50 KB 35/35 KB 72/153 KB 13/50 KB 35/35 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (48 KB at 825.7 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 KB at 527.5 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 72/153 KB 5/50 KB 35/35 KB 72/153 KB 16/50 KB 35/35 KB 72/153 KB 19/50 KB 35/35 KB 72/153 KB 21/50 KB 35/35 KB 76/153 KB 24/50 KB 35/35 KB 76/153 KB 21/50 KB 35/35 KB 80/153 KB 24/50 KB 35/35 KB 84/153 KB 27/50 KB 35/35 KB 88/153 KB 27/50 KB 80/153 KB 27/50 KB 35/35 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 507.8 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 88/153 KB 29/50 KB 88/153 KB 32/50 KB 92/153 KB 32/50 KB 96/153 KB 36/50 KB 3/190 KB 96/153 KB 40/50 KB 3/190 KB 96/153 KB 40/50 KB 3/119 KB 3/190 KB 96/153 KB 36/50 KB 5/190 KB 96/153 KB 40/50 KB 3/119 KB 96/153 KB 36/50 KB 5/190 KB 96/153 KB 40/50 KB 6/119 KB 8/190 KB 96/153 KB 40/50 KB 9/119 KB 3/37 KB 8/190 KB 100/153 KB 44/50 KB 11/119 KB 8/190 KB 96/153 KB 40/50 KB 6/119 KB 3/37 KB 11/190 KB 100/153 KB 44/50 KB 11/119 KB 3/37 KB 13/190 KB 100/153 KB 44/50 KB 11/119 KB 3/37 KB 8/190 KB 100/153 KB 44/50 KB 9/119 KB 8/190 KB 100/153 KB 44/50 KB 9/119 KB 3/37 KB 13/190 KB 100/153 KB 48/50 KB 11/119 KB 3/37 KB 13/190 KB 100/153 KB 50/50 KB 11/119 KB 8/190 KB 100/153 KB 40/50 KB 9/119 KB 6/37 KB 16/190 KB 104/153 KB 50/50 KB 14/119 KB 3/37 KB 13/190 KB 100/153 KB 50/50 KB 14/119 KB 6/37 KB 16/190 KB 100/153 KB 50/50 KB 14/119 KB 3/37 KB 16/190 KB 100/153 KB 50/50 KB 14/119 KB 6/37 KB 16/190 KB 108/153 KB 50/50 KB 14/119 KB 6/37 KB 16/190 KB 108/153 KB 50/50 KB 16/119 KB 9/37 KB 19/190 KB 112/153 KB 50/50 KB 19/119 KB 6/37 KB 19/190 KB 112/153 KB 50/50 KB 16/119 KB 9/37 KB 19/190 KB 112/153 KB 50/50 KB 16/119 KB 6/37 KB 16/190 KB 112/153 KB 50/50 KB 16/119 KB 11/37 KB 19/190 KB 112/153 KB 50/50 KB 19/119 KB 14/37 KB 21/190 KB 116/153 KB 50/50 KB 22/119 KB 11/37 KB 21/190 KB 116/153 KB 50/50 KB 22/119 KB 11/37 KB 21/190 KB 112/153 KB 50/50 KB 22/119 KB 11/37 KB 21/190 KB 112/153 KB 50/50 KB 19/119 KB 14/37 KB 24/190 KB 116/153 KB 50/50 KB 22/119 KB 14/37 KB 24/190 KB 120/153 KB 50/50 KB 22/119 KB 14/37 KB 24/190 KB 120/153 KB 50/50 KB 25/119 KB 16/37 KB 24/190 KB 124/153 KB 50/50 KB 25/119 KB 14/37 KB 24/190 KB 124/153 KB 50/50 KB 25/119 KB 16/37 KB 24/190 KB 128/153 KB 50/50 KB 25/119 KB 19/37 KB 27/190 KB 128/153 KB 50/50 KB 27/119 KB 19/37 KB 24/190 KB 128/153 KB 50/50 KB 27/119 KB 16/37 KB 24/190 KB 128/153 KB 50/50 KB 27/119 KB 19/37 KB 27/190 KB 132/153 KB 50/50 KB 27/119 KB 22/37 KB 29/190 KB 136/153 KB 30/119 KB 22/37 KB 29/190 KB 132/153 KB 30/119 KB 22/37 KB 29/190 KB 132/153 KB 27/119 KB 19/37 KB 29/190 KB 132/153 KB 27/119 KB 22/37 KB 32/190 KB 140/153 KB 30/119 KB 25/37 KB 36/190 KB 140/153 KB 32/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 571.7 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 22/37 KB 36/190 KB 140/153 KB 32/119 KB 25/37 KB 32/190 KB 140/153 KB 32/119 KB 22/37 KB 32/190 KB 140/153 KB 32/119 KB 27/37 KB 36/190 KB 144/153 KB 32/119 KB 27/37 KB 36/190 KB 144/153 KB 36/119 KB 30/37 KB 36/190 KB 144/153 KB 36/119 KB 27/37 KB 36/190 KB 144/153 KB 36/119 KB 30/37 KB 36/190 KB 144/153 KB 40/119 KB 32/37 KB 40/190 KB 148/153 KB 40/119 KB 32/37 KB 40/190 KB 144/153 KB 40/119 KB 32/37 KB 40/190 KB 148/153 KB 44/119 KB 32/37 KB 44/190 KB 148/153 KB 44/119 KB 32/37 KB 40/190 KB 148/153 KB 44/119 KB 32/37 KB 44/190 KB 148/153 KB 48/119 KB 35/37 KB 48/190 KB 152/153 KB 48/119 KB 32/37 KB 48/190 KB 152/153 KB 48/119 KB 32/37 KB 48/190 KB 148/153 KB 48/119 KB 37/37 KB 48/190 KB 153/153 KB 48/119 KB 35/37 KB 48/190 KB 153/153 KB 48/119 KB 37/37 KB 48/190 KB 153/153 KB 52/119 KB 37/37 KB 52/190 KB 153/153 KB 56/119 KB 37/37 KB 52/190 KB 153/153 KB 52/119 KB 37/37 KB 52/190 KB 3/86 KB 153/153 KB 56/119 KB 37/37 KB 56/190 KB 6/86 KB 153/153 KB 56/119 KB 37/37 KB 56/190 KB 6/86 KB 153/153 KB 60/119 KB 37/37 KB 56/190 KB 3/86 KB 153/153 KB 60/119 KB 37/37 KB 56/190 KB 6/86 KB 153/153 KB 64/119 KB 37/37 KB 60/190 KB 9/86 KB 153/153 KB 64/119 KB 37/37 KB 56/190 KB 9/86 KB 153/153 KB 64/119 KB 37/37 KB 64/190 KB 9/86 KB 153/153 KB 68/119 KB 37/37 KB 64/190 KB 11/86 KB 153/153 KB 72/119 KB 64/190 KB 11/86 KB 153/153 KB 76/119 KB 37/37 KB 64/190 KB 11/86 KB 153/153 KB 68/119 KB 37/37 KB 64/190 KB 9/86 KB 153/153 KB 68/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (153 KB at 1467.5 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 370.1 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 64/190 KB 14/86 KB 80/119 KB 68/190 KB 14/86 KB 80/119 KB 68/190 KB 16/86 KB 80/119 KB 68/190 KB 11/86 KB 80/119 KB 72/190 KB 16/86 KB 80/119 KB 76/190 KB 19/86 KB 80/119 KB 76/190 KB 16/86 KB 80/119 KB 80/190 KB 19/86 KB 80/119 KB 84/190 KB 19/86 KB 80/119 KB 88/190 KB 22/86 KB 84/119 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 84/190 KB 22/86 KB 84/119 KB 92/190 KB 22/86 KB 88/119 KB 92/190 KB 22/86 KB 92/119 KB 92/190 KB 22/86 KB 96/119 KB 92/190 KB 22/86 KB 100/119 KB 92/190 KB 22/86 KB 104/119 KB 92/190 KB 22/86 KB 108/119 KB 92/190 KB 22/86 KB 112/119 KB 92/190 KB 22/86 KB 116/119 KB 84/190 KB 22/86 KB 80/119 KB 92/190 KB 25/86 KB 116/119 KB 92/190 KB 27/86 KB 116/119 KB 92/190 KB 30/86 KB 116/119 KB 92/190 KB 32/86 KB 116/119 KB 92/190 KB 36/86 KB 116/119 KB 92/190 KB 40/86 KB 116/119 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 92/190 KB 22/86 KB 84/119 KB 96/190 KB 40/86 KB 116/119 KB 100/190 KB 40/86 KB 116/119 KB 104/190 KB 40/86 KB 116/119 KB 108/190 KB 44/86 KB 119/119 KB 112/190 KB 44/86 KB 119/119 KB 116/190 KB 44/86 KB 119/119 KB 104/190 KB 44/86 KB 119/119 KB 116/190 KB 44/86 KB 119/119 KB 4/66 KB 116/190 KB 44/86 KB 119/119 KB 8/66 KB 116/190 KB 44/86 KB 119/119 KB 12/66 KB 116/190 KB 44/86 KB 119/119 KB 16/66 KB 104/190 KB 44/86 KB 116/119 KB 116/190 KB 48/86 KB 119/119 KB 16/66 KB 120/190 KB 48/86 KB 119/119 KB 20/66 KB 120/190 KB 52/86 KB 119/119 KB 24/66 KB 120/190 KB 48/86 KB 119/119 KB 16/66 KB 124/190 KB 52/86 KB 119/119 KB 28/66 KB 128/190 KB 52/86 KB 119/119 KB 28/66 KB 132/190 KB 52/86 KB 119/119 KB 28/66 KB 132/190 KB 52/86 KB 3/26 KB 119/119 KB 28/66 KB 120/190 KB 52/86 KB 119/119 KB 20/66 KB 132/190 KB 56/86 KB 3/26 KB 119/119 KB 28/66 KB 132/190 KB 56/86 KB 6/26 KB 119/119 KB 28/66 KB 120/190 KB 52/86 KB 119/119 KB 28/66 KB 132/190 KB 56/86 KB 6/26 KB 119/119 KB 32/66 KB 132/190 KB 60/86 KB 6/26 KB 119/119 KB 32/66 KB 132/190 KB 64/86 KB 6/26 KB 119/119 KB 32/66 KB 136/190 KB 68/86 KB 9/26 KB 119/119 KB 32/66 KB 136/190 KB 72/86 KB 9/26 KB 119/119 KB 36/66 KB 132/190 KB 64/86 KB 9/26 KB 119/119 KB 32/66 KB 136/190 KB 76/86 KB 11/26 KB 119/119 KB 36/66 KB 136/190 KB 76/86 KB 14/26 KB 119/119 KB 36/66 KB 136/190 KB 64/86 KB 9/26 KB 119/119 KB 32/66 KB 140/190 KB 76/86 KB 14/26 KB 119/119 KB 36/66 KB 144/190 KB 76/86 KB 14/26 KB 119/119 KB 36/66 KB 144/190 KB 76/86 KB 16/26 KB 119/119 KB 36/66 KB 136/190 KB 68/86 KB 9/26 KB 119/119 KB 36/66 KB 144/190 KB 76/86 KB 16/26 KB 119/119 KB 40/66 KB 144/190 KB 76/86 KB 16/26 KB 119/119 KB 44/66 KB 148/190 KB 76/86 KB 19/26 KB 119/119 KB 44/66 KB 148/190 KB 76/86 KB 22/26 KB 44/66 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 938.4 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 136/190 KB 76/86 KB 25/26 KB 44/66 KB 148/190 KB 76/86 KB 25/26 KB 48/66 KB 148/190 KB 80/86 KB 25/26 KB 48/66 KB 148/190 KB 80/86 KB 25/26 KB 52/66 KB 148/190 KB 76/86 KB 16/26 KB 119/119 KB 44/66 KB 148/190 KB 84/86 KB 25/26 KB 52/66 KB 148/190 KB 76/86 KB 25/26 KB 44/66 KB 148/190 KB 84/86 KB 26/26 KB 52/66 KB 148/190 KB 86/86 KB 26/26 KB 52/66 KB 152/190 KB 86/86 KB 26/26 KB 52/66 KB 156/190 KB 86/86 KB 26/26 KB 52/66 KB 160/190 KB 86/86 KB 26/26 KB 52/66 KB 160/190 KB 86/86 KB 26/26 KB 56/66 KB 160/190 KB 86/86 KB 4/324 KB 26/26 KB 60/66 KB 164/190 KB 86/86 KB 4/324 KB 26/26 KB 60/66 KB 168/190 KB 86/86 KB 4/324 KB 26/26 KB 64/66 KB 172/190 KB 86/86 KB 4/324 KB 26/26 KB 64/66 KB 176/190 KB 86/86 KB 4/324 KB 26/26 KB 64/66 KB 160/190 KB 86/86 KB 4/324 KB 26/26 KB 56/66 KB 164/190 KB 86/86 KB 4/324 KB 26/26 KB 64/66 KB 176/190 KB 86/86 KB 4/324 KB 26/26 KB 66/66 KB 176/190 KB 86/86 KB 8/324 KB 26/26 KB 66/66 KB 180/190 KB 86/86 KB 8/324 KB 26/26 KB 66/66 KB 184/190 KB 86/86 KB 12/324 KB 26/26 KB 66/66 KB 188/190 KB 86/86 KB 12/324 KB 66/66 KB 180/190 KB 86/86 KB 12/324 KB 26/26 KB 66/66 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 KB at 180.2 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 188/190 KB 16/324 KB 66/66 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 581.9 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 188/190 KB 20/324 KB 66/66 KB 190/190 KB 24/324 KB 190/190 KB 28/324 KB 190/190 KB 32/324 KB 190/190 KB 36/324 KB 190/190 KB 40/324 KB 190/190 KB 20/324 KB 66/66 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (66 KB at 445.9 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 190/190 KB 3/79 KB 44/324 KB 190/190 KB 6/79 KB 44/324 KB 190/190 KB 9/79 KB 44/324 KB 190/190 KB 11/79 KB 44/324 KB 190/190 KB 44/324 KB 190/190 KB 11/79 KB 48/324 KB 190/190 KB 14/79 KB 52/324 KB 190/190 KB 14/79 KB 56/324 KB 190/190 KB 14/79 KB 60/324 KB 190/190 KB 14/79 KB 64/324 KB 190/190 KB 14/79 KB 68/324 KB 14/79 KB 3/152 KB 72/324 KB 3/228 KB 14/79 KB 3/152 KB 76/324 KB 3/228 KB 190/190 KB 14/79 KB 48/324 KB 14/79 KB 3/152 KB 68/324 KB 3/228 KB 190/190 KB 14/79 KB 68/324 KB 3/228 KB 16/79 KB 3/152 KB 80/324 KB 5/228 KB 16/79 KB 3/152 KB 80/324 KB 8/228 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (190 KB at 1185.2 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 16/79 KB 3/152 KB 80/324 KB 11/228 KB 16/79 KB 3/152 KB 80/324 KB 13/228 KB 16/79 KB 3/152 KB 80/324 KB 16/228 KB 16/79 KB 3/152 KB 80/324 KB 19/228 KB 16/79 KB 3/152 KB 80/324 KB 21/228 KB 16/79 KB 6/152 KB 80/324 KB 24/228 KB 16/79 KB 3/152 KB 80/324 KB 3/228 KB 16/79 KB 3/152 KB 76/324 KB 3/228 KB 19/79 KB 6/152 KB 80/324 KB 24/228 KB 22/79 KB 6/152 KB 80/324 KB 24/228 KB 25/79 KB 6/152 KB 80/324 KB 24/228 KB 27/79 KB 6/152 KB 80/324 KB 24/228 KB 30/79 KB 6/152 KB 80/324 KB 24/228 KB 16/79 KB 6/152 KB 80/324 KB 21/228 KB 30/79 KB 9/152 KB 80/324 KB 24/228 KB Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 32/79 KB 9/152 KB 80/324 KB 24/228 KB 32/79 KB 11/152 KB 80/324 KB 24/228 KB 36/79 KB 11/152 KB 80/324 KB 27/228 KB 36/79 KB 14/152 KB 80/324 KB 27/228 KB 36/79 KB 16/152 KB 84/324 KB 27/228 KB 36/79 KB 11/152 KB 80/324 KB 24/228 KB 36/79 KB 16/152 KB 84/324 KB 29/228 KB 36/79 KB 14/152 KB 84/324 KB 27/228 KB 36/79 KB 16/152 KB 84/324 KB 32/228 KB 40/79 KB 16/152 KB 88/324 KB 32/228 KB 44/79 KB 16/152 KB 88/324 KB 32/228 KB 48/79 KB 16/152 KB 88/324 KB 32/228 KB 36/79 KB 16/152 KB 88/324 KB 32/228 KB 48/79 KB 19/152 KB 92/324 KB 36/228 KB 48/79 KB 19/152 KB 96/324 KB 36/228 KB 52/79 KB 19/152 KB 96/324 KB 36/228 KB 56/79 KB 19/152 KB 100/324 KB 4/32 KB 36/228 KB 60/79 KB 19/152 KB 100/324 KB 4/32 KB 36/228 KB 48/79 KB 19/152 KB 88/324 KB 36/228 KB 60/79 KB 19/152 KB 100/324 KB 4/32 KB 40/228 KB 60/79 KB 19/152 KB 100/324 KB 4/32 KB 44/228 KB 60/79 KB 19/152 KB 100/324 KB 4/32 KB 48/228 KB 48/79 KB 19/152 KB 88/324 KB 32/228 KB 60/79 KB 22/152 KB 100/324 KB 4/32 KB 48/228 KB 60/79 KB 25/152 KB 100/324 KB 4/32 KB 48/228 KB 60/79 KB 27/152 KB 100/324 KB 4/32 KB 48/228 KB 60/79 KB 27/152 KB 100/324 KB 4/32 KB 52/228 KB 52/79 KB 19/152 KB 100/324 KB 4/32 KB 36/228 KB 64/79 KB 30/152 KB 104/324 KB 4/32 KB 52/228 KB 52/79 KB 19/152 KB 96/324 KB 4/32 KB 36/228 KB 64/79 KB 30/152 KB 104/324 KB 8/32 KB 52/228 KB 64/79 KB 30/152 KB 104/324 KB 12/32 KB 52/228 KB 64/79 KB 30/152 KB 104/324 KB 16/32 KB 52/228 KB 64/79 KB 30/152 KB 104/324 KB 20/32 KB 52/228 KB 64/79 KB 30/152 KB 104/324 KB 24/32 KB 52/228 KB 64/79 KB 30/152 KB 104/324 KB 28/32 KB 52/228 KB 64/79 KB 30/152 KB 104/324 KB 32/32 KB 52/228 KB 60/79 KB 30/152 KB 100/324 KB 4/32 KB 52/228 KB 64/79 KB 32/152 KB 104/324 KB 32/32 KB 52/228 KB 64/79 KB 36/152 KB 108/324 KB 32/32 KB 52/228 KB 64/79 KB 30/152 KB 100/324 KB 4/32 KB 52/228 KB 68/79 KB 36/152 KB 108/324 KB 32/32 KB 56/228 KB 72/79 KB 36/152 KB 108/324 KB 32/32 KB 56/228 KB 64/79 KB 36/152 KB 108/324 KB 32/32 KB 56/228 KB 64/79 KB 32/152 KB 108/324 KB 32/32 KB 52/228 KB 72/79 KB 36/152 KB 112/324 KB 32/32 KB 56/228 KB 72/79 KB 36/152 KB 116/324 KB 32/32 KB 56/228 KB 76/79 KB 36/152 KB 116/324 KB 32/32 KB 60/228 KB 72/79 KB 36/152 KB 116/324 KB 32/32 KB 60/228 KB 76/79 KB 36/152 KB 116/324 KB 32/32 KB 64/228 KB 79/79 KB 36/152 KB 116/324 KB 32/32 KB 64/228 KB 79/79 KB 36/152 KB 120/324 KB 32/32 KB 64/228 KB 79/79 KB 40/152 KB 124/324 KB 32/32 KB 64/228 KB 79/79 KB 40/152 KB 128/324 KB 32/32 KB 64/228 KB 79/79 KB 40/152 KB 120/324 KB 32/32 KB 64/228 KB 79/79 KB 44/152 KB 128/324 KB 68/228 KB 79/79 KB 48/152 KB 128/324 KB 68/228 KB 79/79 KB 52/152 KB 128/324 KB 68/228 KB 79/79 KB 56/152 KB 132/324 KB 68/228 KB 79/79 KB 60/152 KB 132/324 KB 68/228 KB 79/79 KB 64/152 KB 132/324 KB 68/228 KB 79/79 KB 40/152 KB 128/324 KB 68/228 KB 79/79 KB 64/152 KB 132/324 KB 72/228 KB 79/79 KB 64/152 KB 132/324 KB 76/228 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 166.4 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 79/79 KB 52/152 KB 132/324 KB 68/228 KB 79/79 KB 64/152 KB 132/324 KB 80/228 KB 79/79 KB 64/152 KB 136/324 KB 80/228 KB 79/79 KB 64/152 KB 140/324 KB 80/228 KB 79/79 KB 64/152 KB 144/324 KB 80/228 KB 79/79 KB 64/152 KB 144/324 KB 84/228 KB 79/79 KB 64/152 KB 144/324 KB 88/228 KB 79/79 KB 64/152 KB 144/324 KB 92/228 KB 79/79 KB 68/152 KB 148/324 KB 96/228 KB 79/79 KB 68/152 KB 148/324 KB 92/228 KB 79/79 KB 68/152 KB 144/324 KB 92/228 KB 79/79 KB 72/152 KB 148/324 KB 96/228 KB 79/79 KB 76/152 KB 148/324 KB 96/228 KB 79/79 KB 76/152 KB 152/324 KB 96/228 KB 79/79 KB 76/152 KB 156/324 KB 96/228 KB 79/79 KB 80/152 KB 160/324 KB 96/228 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 408.5 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 79/79 KB 80/152 KB 156/324 KB 96/228 KB 84/152 KB 160/324 KB 96/228 KB 88/152 KB 164/324 KB 100/228 KB 92/152 KB 164/324 KB 100/228 KB 96/152 KB 164/324 KB 100/228 KB 84/152 KB 164/324 KB 100/228 KB 84/152 KB 160/324 KB 100/228 KB 96/152 KB 164/324 KB 104/228 KB 96/152 KB 164/324 KB 108/228 KB 96/152 KB 164/324 KB 112/228 KB 96/152 KB 164/324 KB 116/228 KB 100/152 KB 168/324 KB 4/234 KB 120/228 KB 100/152 KB 168/324 KB 4/234 KB 124/228 KB 100/152 KB 168/324 KB 4/234 KB 128/228 KB 100/152 KB 168/324 KB 4/234 KB 116/228 KB 100/152 KB 168/324 KB 8/234 KB 128/228 KB 100/152 KB 168/324 KB 12/234 KB 128/228 KB 100/152 KB 168/324 KB 16/234 KB 128/228 KB 100/152 KB 168/324 KB 116/228 KB 104/152 KB 168/324 KB 20/234 KB 132/228 KB 96/152 KB 168/324 KB 116/228 KB 104/152 KB 172/324 KB 20/234 KB 132/228 KB 104/152 KB 176/324 KB 20/234 KB 132/228 KB 104/152 KB 180/324 KB 20/234 KB 132/228 KB 104/152 KB 184/324 KB 20/234 KB 132/228 KB 108/152 KB 188/324 KB 20/234 KB 132/228 KB 108/152 KB 192/324 KB 20/234 KB 132/228 KB 100/152 KB 168/324 KB 20/234 KB 132/228 KB 100/152 KB 168/324 KB 20/234 KB 128/228 KB 108/152 KB 192/324 KB 24/234 KB 132/228 KB 108/152 KB 192/324 KB 28/234 KB 132/228 KB 108/152 KB 192/324 KB 32/234 KB 132/228 KB 108/152 KB 184/324 KB 20/234 KB 132/228 KB 112/152 KB 192/324 KB 32/234 KB 132/228 KB 112/152 KB 192/324 KB 32/234 KB 136/228 KB 116/152 KB 192/324 KB 36/234 KB 140/228 KB 116/152 KB 192/324 KB 36/234 KB 144/228 KB 116/152 KB 196/324 KB 36/234 KB 144/228 KB 116/152 KB 200/324 KB 36/234 KB 148/228 KB 116/152 KB 204/324 KB 36/234 KB 148/228 KB 116/152 KB 192/324 KB 36/234 KB 136/228 KB 112/152 KB 192/324 KB 36/234 KB 136/228 KB 116/152 KB 204/324 KB 40/234 KB 148/228 KB 116/152 KB 204/324 KB 44/234 KB 148/228 KB 116/152 KB 204/324 KB 48/234 KB 148/228 KB 120/152 KB 204/324 KB 48/234 KB 148/228 KB 124/152 KB 204/324 KB 48/234 KB 148/228 KB 128/152 KB 204/324 KB 48/234 KB 148/228 KB 116/152 KB 196/324 KB 36/234 KB 148/228 KB 128/152 KB 204/324 KB 48/234 KB 152/228 KB 128/152 KB 204/324 KB 48/234 KB 156/228 KB 128/152 KB 208/324 KB 48/234 KB 160/228 KB 128/152 KB 208/324 KB 52/234 KB 164/228 KB 132/152 KB 208/324 KB 52/234 KB 168/228 KB 132/152 KB 208/324 KB 52/234 KB 172/228 KB 128/152 KB 208/324 KB 48/234 KB 156/228 KB 132/152 KB 212/324 KB 52/234 KB 176/228 KB 132/152 KB 216/324 KB 52/234 KB 176/228 KB 132/152 KB 220/324 KB 52/234 KB 176/228 KB 132/152 KB 224/324 KB 52/234 KB 176/228 KB 132/152 KB 208/324 KB 52/234 KB 164/228 KB 128/152 KB 208/324 KB 52/234 KB 160/228 KB 132/152 KB 224/324 KB 56/234 KB 176/228 KB 132/152 KB 224/324 KB 60/234 KB 176/228 KB 132/152 KB 224/324 KB 64/234 KB 176/228 KB 136/152 KB 224/324 KB 64/234 KB 176/228 KB 140/152 KB 224/324 KB 64/234 KB 176/228 KB 144/152 KB 224/324 KB 64/234 KB 176/228 KB 148/152 KB 224/324 KB 64/234 KB 176/228 KB 152/152 KB 228/324 KB 68/234 KB 176/228 KB 148/152 KB 228/324 KB 68/234 KB 176/228 KB 132/152 KB 208/324 KB 52/234 KB 176/228 KB 148/152 KB 224/324 KB 68/234 KB 176/228 KB 152/152 KB 232/324 KB 72/234 KB 176/228 KB 152/152 KB 232/324 KB 76/234 KB 176/228 KB 152/152 KB 232/324 KB 80/234 KB 176/228 KB 152/152 KB 232/324 KB 80/234 KB 180/228 KB 152/152 KB 232/324 KB 84/234 KB 184/228 KB 152/152 KB 232/324 KB 84/234 KB 188/228 KB 152/152 KB 232/324 KB 84/234 KB 192/228 KB 152/152 KB 232/324 KB 84/234 KB 196/228 KB 152/152 KB 232/324 KB 84/234 KB unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 200/228 KB 152/152 KB 232/324 KB 84/234 KB 204/228 KB 152/152 KB 232/324 KB 84/234 KB 208/228 KB 152/152 KB 232/324 KB 84/234 KB 180/228 KB 152/152 KB 232/324 KB 68/234 KB 176/228 KB 152/152 KB 236/324 KB 84/234 KB 208/228 KB 152/152 KB 240/324 KB 84/234 KB 208/228 KB 152/152 KB 244/324 KB 84/234 KB 208/228 KB 152/152 KB 244/324 KB 88/234 KB 208/228 KB 152/152 KB 244/324 KB 92/234 KB 208/228 KB 152/152 KB 244/324 KB 96/234 KB 208/228 KB 152/152 KB 248/324 KB 96/234 KB 208/228 KB 152/152 KB 252/324 KB 96/234 KB 208/228 KB 152/152 KB 256/324 KB 96/234 KB 208/228 KB 152/152 KB 256/324 KB 100/234 KB 208/228 KB 260/324 KB 104/234 KB 208/228 KB 260/324 KB 108/234 KB 208/228 KB 260/324 KB 112/234 KB 208/228 KB 260/324 KB 112/234 KB 212/228 KB 260/324 KB 100/234 KB 208/228 KB 264/324 KB 112/234 KB 212/228 KB 268/324 KB 112/234 KB 216/228 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 668.8 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 264/324 KB 112/234 KB 216/228 KB 268/324 KB 112/234 KB 220/228 KB 268/324 KB 112/234 KB 224/228 KB 272/324 KB 112/234 KB 224/228 KB 272/324 KB 112/234 KB 228/228 KB 272/324 KB 116/234 KB 228/228 KB 272/324 KB 120/234 KB 228/228 KB 272/324 KB 124/234 KB 228/228 KB 272/324 KB 128/234 KB 228/228 KB 276/324 KB 128/234 KB 228/228 KB 280/324 KB 128/234 KB 228/228 KB 284/324 KB 128/234 KB 228/228 KB 288/324 KB 128/234 KB 228/228 KB 288/324 KB 132/234 KB 228/228 KB 288/324 KB 136/234 KB 228/228 KB 288/324 KB 140/234 KB 228/228 KB 288/324 KB 144/234 KB 228/228 KB 292/324 KB 144/234 KB 228/228 KB 296/324 KB 144/234 KB 228/228 KB 300/324 KB 144/234 KB 228/228 KB 304/324 KB 144/234 KB 228/228 KB 304/324 KB 148/234 KB 228/228 KB 304/324 KB 152/234 KB 228/228 KB 304/324 KB 156/234 KB 228/228 KB 308/324 KB 160/234 KB 308/324 KB 164/234 KB 308/324 KB 168/234 KB 308/324 KB 172/234 KB 308/324 KB 176/234 KB 308/324 KB 156/234 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 943.2 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install 312/324 KB 176/234 KB 316/324 KB 176/234 KB 320/324 KB 176/234 KB 324/324 KB 176/234 KB 324/324 KB 176/234 KB 324/324 KB 180/234 KB 324/324 KB 184/234 KB 324/324 KB 188/234 KB 324/324 KB 192/234 KB 324/324 KB 196/234 KB 324/324 KB 200/234 KB 324/324 KB 204/234 KB 324/324 KB 208/234 KB 324/324 KB 212/234 KB 324/324 KB 216/234 KB 324/324 KB 220/234 KB 324/324 KB 224/234 KB 324/324 KB 228/234 KB 324/324 KB 232/234 KB 324/324 KB 234/234 KB Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1285.5 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 911.5 KB/sec) unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-base-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6893233506449493198.pom to /root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.pom unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.698 s unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-05T00:09:44+00:00 unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:44 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-mysql-0: 00:09:44 DEBUG unit.mysql/0.start mysql stop/waiting unit-abot-epc-basic-0: 00:09:46 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-mysql-0: 00:09:46 DEBUG unit.mysql/0.start mysql start/running, process 17366 unit-mysql-0: 00:09:46 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 00:09:46 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:46 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:46 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 00:09:46 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:46 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:46 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-mysql-0: 00:09:46 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 00:09:46 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-abot-epc-basic-0: 00:09:47 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-ssh-3.0.86.jar to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar unit-abot-epc-basic-0: 00:09:47 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4722487316564548653.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.pom unit-abot-epc-basic-0: 00:09:47 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:47 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 00:09:47 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:47 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.696 s unit-abot-epc-basic-0: 00:09:47 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-05T00:09:47+00:00 unit-abot-epc-basic-0: 00:09:47 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 00:09:47 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:47 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-mysql-0: 00:09:47 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 00:09:47 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 00:09:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:09:47 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 00:09:47 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-mysql-0: 00:09:47 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-mysql-0: 00:09:47 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-mysql-0: 00:09:47 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 00:09:47 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-s1ap-3.0.85.jar to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8147204710254641765.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.pom unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.689 s unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-05T00:09:49+00:00 unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 00:09:49 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-2.1.2.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js.map unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.min.js.map unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs-default-translations.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs-default-translations.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.min.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-controllers.tests.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-services.tests.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-main.tests.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/angular-ui-router.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/angular-ui-router.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.structure.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.theme.min.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_777777_256x240.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_777620_256x240.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_555555_256x240.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_444444_256x240.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_cc0000_256x240.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_ffffff_256x240.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.structure.min.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/jquery.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.min.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.theme.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 00:09:50 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-abot-epc-basic-0: 00:09:51 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 00:09:51 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/b1/f1/89735ebb863767516d55cee2cfdd5e2883ff1db903be3ba1fe15a1725adc/elasticsearch-6.3.1-py2.py3-none-any.whl (119kB) unit-abot-epc-basic-0: 00:09:51 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 33.5MB/s eta 0:00:01  17% |##### | 20kB 4.2MB/s eta 0:00:01  25% |######## | 30kB 4.9MB/s eta 0:00:01  34% |########## | 40kB 4.1MB/s eta 0:00:01  42% |############# | 51kB 4.5MB/s eta 0:00:01  51% |################ | 61kB 5.3MB/s eta 0:00:01  59% |################### | 71kB 5.9MB/s eta 0:00:01  68% |##################### | 81kB 5.3MB/s eta 0:00:01  76% |######################## | 92kB 5.9MB/s eta 0:00:01  85% |########################### | 102kB 5.9MB/s eta 0:00:01  93% |############################## | 112kB 5.9MB/s eta 0:00:01  100% |################################| 122kB 4.9MB/s unit-abot-epc-basic-0: 00:09:51 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 00:09:51 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB) unit-abot-epc-basic-0: 00:09:51 DEBUG unit.abot-epc-basic/0.install [?25l  7% |## | 10kB 39.7MB/s eta 0:00:01  15% |#### | 20kB 14.0MB/s eta 0:00:01  23% |####### | 30kB 18.7MB/s eta 0:00:01  30% |######### | 40kB 9.1MB/s eta 0:00:01  38% |############ | 51kB 9.4MB/s eta 0:00:01  46% |############## | 61kB 10.9MB/s eta 0:00:01  53% |################# | 71kB 9.3MB/s eta 0:00:01  61% |################### | 81kB 10.3MB/s eta 0:00:01  69% |###################### | 92kB 9.6MB/s eta 0:00:01  76% |######################## | 102kB 9.2MB/s eta 0:00:01  84% |########################### | 112kB 9.2MB/s eta 0:00:01  92% |############################# | 122kB 9.0MB/s eta 0:00:01  99% |############################### | 133kB 9.0MB/s eta 0:00:01  100% |################################| 143kB 6.2MB/s unit-abot-epc-basic-0: 00:09:51 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 00:09:51 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.23 unit-abot-epc-basic-0: 00:09:51 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 00:09:51 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 00:09:52 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-abot-epc-basic-0: 00:09:52 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB) unit-abot-epc-basic-0: 00:09:52 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 33.3MB/s eta 0:00:01  22% |####### | 20kB 4.0MB/s eta 0:00:01  33% |########## | 30kB 4.7MB/s eta 0:00:01  44% |############## | 40kB 4.1MB/s eta 0:00:01  56% |################# | 51kB 4.4MB/s eta 0:00:01  67% |##################### | 61kB 5.2MB/s eta 0:00:01  78% |######################### | 71kB 5.8MB/s eta 0:00:01  89% |############################ | 81kB 5.5MB/s eta 0:00:01  100% |################################| 92kB 4.4MB/s unit-abot-epc-basic-0: 00:09:52 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-abot-epc-basic-0: 00:09:52 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB) unit-abot-epc-basic-0: 00:09:52 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 46.7MB/s eta 0:00:01  16% |##### | 20kB 20.9MB/s eta 0:00:01  24% |####### | 30kB 26.1MB/s eta 0:00:01  32% |########## | 40kB 14.8MB/s eta 0:00:01  40% |############ | 51kB 9.8MB/s eta 0:00:01  48% |############### | 61kB 11.2MB/s eta 0:00:01  56% |################## | 71kB 10.2MB/s eta 0:00:01  64% |#################### | 81kB 8.8MB/s eta 0:00:01  72% |####################### | 92kB 9.6MB/s eta 0:00:01  81% |######################### | 102kB 10.1MB/s eta 0:00:01  89% |############################ | 112kB 10.1MB/s eta 0:00:01  97% |############################### | 122kB 9.6MB/s eta 0:00:01  100% |################################| 133kB 4.9MB/s unit-abot-epc-basic-0: 00:09:52 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-abot-epc-basic-0: 00:09:52 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz (46kB) unit-abot-epc-basic-0: 00:09:52 DEBUG unit.abot-epc-basic/0.install [?25l  22% |####### | 10kB 45.3MB/s eta 0:00:01  44% |############## | 20kB 20.2MB/s eta 0:00:01  66% |##################### | 30kB 25.4MB/s eta 0:00:01  88% |############################ | 40kB 21.2MB/s eta 0:00:01  100% |################################| 51kB 10.2MB/s unit-abot-epc-basic-0: 00:09:52 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Werkzeug>=0.14 (from flask) unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB) unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 68.2MB/s eta 0:00:01  6% |## | 20kB 27.9MB/s eta 0:00:01  9% |### | 30kB 33.5MB/s eta 0:00:01  12% |#### | 40kB 15.0MB/s eta 0:00:01  15% |##### | 51kB 11.8MB/s eta 0:00:01  19% |###### | 61kB 13.5MB/s eta 0:00:01  22% |####### | 71kB 12.9MB/s eta 0:00:01  25% |######## | 81kB 10.7MB/s eta 0:00:01  28% |######### | 92kB 11.7MB/s eta 0:00:01  31% |########## | 102kB 11.2MB/s eta 0:00:01  34% |########### | 112kB 11.1MB/s eta 0:00:01  38% |############ | 122kB 10.0MB/s eta 0:00:01  41% |############# | 133kB 9.3MB/s eta 0:00:01  44% |############## | 143kB 11.0MB/s eta 0:00:01  47% |############### | 153kB 11.2MB/s eta 0:00:01  50% |################ | 163kB 9.9MB/s eta 0:00:01  53% |################# | 174kB 10.7MB/s eta 0:00:01  57% |################## | 184kB 11.0MB/s eta 0:00:01  60% |################### | 194kB 11.0MB/s eta 0:00:01  63% |#################### | 204kB 11.0MB/s eta 0:00:01  66% |##################### | 215kB 9.7MB/s eta 0:00:01  69% |###################### | 225kB 11.1MB/s eta 0:00:01  72% |####################### | 235kB 10.8MB/s eta 0:00:01  76% |######################## | 245kB 8.8MB/s eta 0:00:01  79% |######################### | 256kB 9.9MB/s eta 0:00:01  82% |########################## | 266kB 10.8MB/s eta 0:00:01  85% |########################### | 276kB 10.8MB/s eta 0:00:01  88% |############################ | 286kB 12.5MB/s eta 0:00:01  91% |############################# | 296kB 10.4MB/s eta 0:00:01  95% |############################## | 307kB 11.6MB/s eta 0:00:01  98% |############################### | 317kB 11.7MB/s eta 0:00:01  100% |################################| 327kB 3.6MB/s unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB) unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install [?25l  14% |#### | 10kB 23.7MB/s eta 0:00:01  28% |######### | 20kB 30.9MB/s eta 0:00:01  43% |############# | 30kB 21.3MB/s eta 0:00:01  57% |################## | 40kB 16.4MB/s eta 0:00:01  71% |####################### | 51kB 18.8MB/s eta 0:00:01  86% |########################### | 61kB 11.4MB/s eta 0:00:01  100% |################################| 71kB 7.2MB/s unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install Building wheels for collected packages: itsdangerous, MarkupSafe unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for itsdangerous ... [?25l- done unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5 unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for MarkupSafe ... [?25l- \ done unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46 unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install Successfully built itsdangerous MarkupSafe unit-abot-epc-basic-0: 00:09:53 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 00:09:54 DEBUG unit.abot-epc-basic/0.install Successfully installed Jinja2-2.10 MarkupSafe-1.0 Werkzeug-0.14.1 click-6.7 flask-1.0.2 itsdangerous-0.24 unit-abot-epc-basic-0: 00:09:54 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 00:09:54 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 00:09:54 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-abot-epc-basic-0: 00:09:54 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/f8/c7/741c97d7366f4779ca73d244904978b43a81fd37d85fcf05ad19d472c1ce/beautifulsoup4-4.6.3-py2-none-any.whl (90kB) unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 13.0MB/s eta 0:00:01  22% |####### | 20kB 4.1MB/s eta 0:00:01  33% |########## | 30kB 4.7MB/s eta 0:00:01  45% |############## | 40kB 4.2MB/s eta 0:00:01  56% |################## | 51kB 4.3MB/s eta 0:00:01  67% |##################### | 61kB 5.1MB/s eta 0:00:01  79% |######################### | 71kB 5.3MB/s eta 0:00:01  90% |############################ | 81kB 5.5MB/s eta 0:00:01  100% |################################| 92kB 4.4MB/s unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 00:09:55 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-abot-epc-basic-0: 00:09:57 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 00:09:57 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:57 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:57 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 00:09:57 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 11.1 KB/sec) unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 KB at 384.7 KB/sec) unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 631.3 KB/sec) unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (15 KB at 503.3 KB/sec) unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 854.9 KB/sec) unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 71.0 KB/sec) unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 465.0 KB/sec) unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 744.0 KB/sec) unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 197.0 KB/sec) unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 220.6 KB/sec) unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install 3/9 KB 4/9 KB 7/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 453.5 KB/sec) unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install 3/9 KB 4/9 KB 7/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 480.4 KB/sec) unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar unit-abot-epc-basic-0: 00:09:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 738.7 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 3/221 KB 5/221 KB 8/221 KB 11/221 KB 13/221 KB 16/221 KB 19/221 KB 21/221 KB 24/221 KB 27/221 KB 29/221 KB 32/221 KB 36/221 KB 40/221 KB 44/221 KB 48/221 KB 52/221 KB 56/221 KB 60/221 KB 64/221 KB 68/221 KB 72/221 KB 76/221 KB 80/221 KB 84/221 KB 88/221 KB 92/221 KB 96/221 KB 100/221 KB 104/221 KB 108/221 KB 112/221 KB 116/221 KB 120/221 KB 124/221 KB 128/221 KB 132/221 KB 136/221 KB 140/221 KB 144/221 KB 148/221 KB 152/221 KB 156/221 KB 160/221 KB 164/221 KB 168/221 KB 172/221 KB 176/221 KB 180/221 KB 184/221 KB 188/221 KB 192/221 KB 196/221 KB 200/221 KB 204/221 KB 208/221 KB 212/221 KB 216/221 KB 220/221 KB 221/221 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 2725.6 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 112.0 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 88.8 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 175.0 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 98.1 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 515.2 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 113.7 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 128.0 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 90.3 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 77.0 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 86.4 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 203.5 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 2/17 KB 5/17 KB 8/17 KB 11/17 KB 13/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 861.6 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 49.2 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 255.7 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 392.3 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 472.9 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 3/114 KB 6/114 KB 9/114 KB 11/114 KB 14/114 KB 16/114 KB 19/114 KB 22/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 25/114 KB 3/48 KB 25/114 KB 5/48 KB 25/114 KB 8/48 KB 25/114 KB 8/48 KB 27/114 KB 11/48 KB 27/114 KB 13/48 KB 27/114 KB 16/48 KB 30/114 KB 13/48 KB 30/114 KB 16/48 KB 32/114 KB 19/48 KB 32/114 KB 19/48 KB 36/114 KB 21/48 KB 40/114 KB 21/48 KB 36/114 KB 24/48 KB 40/114 KB 24/48 KB 44/114 KB 24/48 KB 48/114 KB 24/48 KB 52/114 KB 27/48 KB 56/114 KB 27/48 KB 52/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 29/48 KB 56/114 KB 32/48 KB 56/114 KB 32/48 KB 60/114 KB 32/48 KB 64/114 KB 32/48 KB 68/114 KB 36/48 KB 72/114 KB 36/48 KB 76/114 KB 36/48 KB 68/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 40/48 KB 76/114 KB 44/48 KB 76/114 KB 48/48 KB 76/114 KB 48/48 KB 76/114 KB 48/48 KB 80/114 KB 48/48 KB 84/114 KB 48/48 KB 88/114 KB 48/48 KB 92/114 KB 48/48 KB 96/114 KB 48/48 KB 100/114 KB 48/48 KB 104/114 KB 48/48 KB 108/114 KB 48/48 KB 112/114 KB 48/48 KB 114/114 KB 3/29 KB 48/48 KB 114/114 KB 3/35 KB 6/29 KB 114/114 KB 3/35 KB 3/29 KB 48/48 KB 114/114 KB 6/35 KB 6/29 KB 114/114 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (48 KB at 1020.2 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 9/35 KB 6/29 KB 114/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 11/35 KB 6/29 KB 114/114 KB 14/35 KB 6/29 KB 114/114 KB 16/35 KB 6/29 KB 114/114 KB 16/35 KB 9/29 KB 114/114 KB 19/35 KB 9/29 KB 114/114 KB 22/35 KB 9/29 KB 114/114 KB 25/35 KB 9/29 KB 114/114 KB 27/35 KB 11/29 KB 30/35 KB 11/29 KB 25/35 KB 11/29 KB 114/114 KB 30/35 KB 14/29 KB 30/35 KB 16/29 KB 30/35 KB 19/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 2026.1 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 32/35 KB 19/29 KB 35/35 KB 3/56 KB 19/29 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 32/35 KB 3/56 KB 19/29 KB 35/35 KB 6/56 KB 22/29 KB 35/35 KB 9/56 KB 22/29 KB 35/35 KB 11/56 KB 22/29 KB 35/35 KB 3/56 KB 22/29 KB 35/35 KB 14/56 KB 22/29 KB 3/85 KB 35/35 KB 16/56 KB 25/29 KB 3/85 KB 35/35 KB 14/56 KB 25/29 KB 6/85 KB 35/35 KB 16/56 KB 25/29 KB 9/85 KB 35/35 KB 16/56 KB 25/29 KB 11/85 KB 35/35 KB 16/56 KB 25/29 KB 14/85 KB 35/35 KB 16/56 KB 25/29 KB 35/35 KB 14/56 KB 25/29 KB 16/85 KB 35/35 KB 16/56 KB 25/29 KB 19/85 KB 35/35 KB 16/56 KB 25/29 KB 22/85 KB 35/35 KB 16/56 KB 27/29 KB 25/85 KB 35/35 KB 19/56 KB 27/29 KB 27/85 KB 35/35 KB 19/56 KB 27/29 KB 19/85 KB 35/35 KB 16/56 KB 27/29 KB 22/85 KB 35/35 KB 19/56 KB 27/29 KB 27/85 KB 35/35 KB 19/56 KB 29/29 KB 27/85 KB 35/35 KB 22/56 KB 29/29 KB 27/85 KB 35/35 KB 25/56 KB 29/29 KB 30/85 KB 35/35 KB 25/56 KB 29/29 KB 30/85 KB 35/35 KB 27/56 KB 29/29 KB 30/85 KB 35/35 KB 30/56 KB 29/29 KB 32/85 KB 35/35 KB 30/56 KB 29/29 KB 36/85 KB 35/35 KB 30/56 KB 29/29 KB 36/85 KB 32/56 KB 29/29 KB 3/24 KB 36/85 KB 32/56 KB 29/29 KB 5/24 KB 36/85 KB 32/56 KB 29/29 KB 8/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 498.8 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 36/85 KB 35/35 KB 32/56 KB 29/29 KB 36/85 KB 36/56 KB 11/24 KB 40/85 KB 40/56 KB 11/24 KB 36/85 KB 32/56 KB 11/24 KB 40/85 KB 40/56 KB 13/24 KB 40/85 KB 40/56 KB 16/24 KB 40/85 KB 36/56 KB 11/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 421.6 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 40/85 KB 40/56 KB 19/24 KB 44/85 KB 40/56 KB 19/24 KB 48/85 KB 40/56 KB 19/24 KB 52/85 KB 40/56 KB 21/24 KB 56/85 KB 44/56 KB 21/24 KB 52/85 KB 44/56 KB 21/24 KB 48/85 KB 40/56 KB 21/24 KB 56/85 KB 48/56 KB 21/24 KB 56/85 KB 52/56 KB 21/24 KB 56/85 KB 56/56 KB 3/86 KB 24/24 KB 56/85 KB 52/56 KB 3/86 KB 24/24 KB 56/85 KB 52/56 KB 24/24 KB 56/85 KB 56/56 KB 3/86 KB 24/24 KB 56/85 KB 56/56 KB 6/86 KB 24/24 KB 60/85 KB 56/56 KB 6/86 KB 24/24 KB 64/85 KB 56/56 KB 9/86 KB 24/24 KB 64/85 KB 56/56 KB 11/86 KB 24/24 KB 64/85 KB 56/56 KB 14/86 KB 24/24 KB 64/85 KB 56/56 KB 9/86 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 KB at 310.4 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 64/85 KB 3/218 KB 16/86 KB 64/85 KB 5/218 KB 16/86 KB 64/85 KB 8/218 KB 16/86 KB 64/85 KB 11/218 KB 16/86 KB 64/85 KB 13/218 KB 16/86 KB 64/85 KB 16/86 KB 64/85 KB 13/218 KB 19/86 KB 64/85 KB 13/218 KB 22/86 KB 64/85 KB 13/218 KB 25/86 KB 64/85 KB 13/218 KB 27/86 KB 64/85 KB 13/218 KB 30/86 KB 64/85 KB 13/218 KB 32/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (56 KB at 689.8 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 64/85 KB 16/218 KB 32/86 KB 64/85 KB 19/218 KB 32/86 KB 64/85 KB 21/218 KB 32/86 KB 64/85 KB 21/218 KB 36/86 KB 64/85 KB 21/218 KB 40/86 KB 64/85 KB 21/218 KB 44/86 KB 64/85 KB 21/218 KB 48/86 KB 64/85 KB 24/218 KB 48/86 KB 64/85 KB 27/218 KB 48/86 KB 64/85 KB 27/218 KB 52/86 KB 64/85 KB 29/218 KB 52/86 KB 64/85 KB 29/218 KB 56/86 KB 64/85 KB 32/218 KB 56/86 KB 64/85 KB 32/218 KB 60/86 KB 64/85 KB 32/218 KB 64/86 KB 64/85 KB 32/218 KB 68/86 KB 68/85 KB 32/218 KB 4/12 KB 68/86 KB 72/85 KB 32/218 KB 4/12 KB 68/86 KB 76/85 KB 32/218 KB 4/12 KB 68/86 KB 80/85 KB 32/218 KB 4/12 KB 68/86 KB 84/85 KB 32/218 KB 4/12 KB 68/86 KB 85/85 KB 36/218 KB 4/12 KB 72/86 KB 84/85 KB 36/218 KB 4/12 KB 72/86 KB 85/85 KB 36/218 KB 8/12 KB 72/86 KB 85/85 KB 36/218 KB 12/12 KB 72/86 KB 85/85 KB 36/218 KB 12/12 KB 72/86 KB 84/85 KB 36/218 KB 4/12 KB 72/86 KB 85/85 KB 40/218 KB 12/12 KB 72/86 KB 85/85 KB 44/218 KB 12/12 KB 72/86 KB 85/85 KB 48/218 KB 12/12 KB 72/86 KB 85/85 KB 52/218 KB 12/12 KB 72/86 KB 84/85 KB 32/218 KB 4/12 KB 72/86 KB 85/85 KB 52/218 KB 12/12 KB 76/86 KB 85/85 KB 52/218 KB 12/12 KB 80/86 KB 85/85 KB 52/218 KB 12/12 KB 84/86 KB 85/85 KB 52/218 KB 12/12 KB 86/86 KB 85/85 KB 56/218 KB 12/12 KB 86/86 KB 85/85 KB 60/218 KB 12/12 KB 86/86 KB 85/85 KB 64/218 KB 12/12 KB 86/86 KB 85/85 KB 68/218 KB 12/12 KB 86/86 KB 85/85 KB 72/218 KB 12/12 KB 86/86 KB 85/85 KB 76/218 KB 12/12 KB 86/86 KB 85/85 KB 80/218 KB 12/12 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 811.2 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 118.2 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 84/218 KB 86/86 KB 88/218 KB 86/86 KB 92/218 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 853.1 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install 96/218 KB 100/218 KB 104/218 KB 108/218 KB 112/218 KB 116/218 KB 120/218 KB 124/218 KB 128/218 KB 132/218 KB 136/218 KB 140/218 KB 144/218 KB 148/218 KB 152/218 KB 156/218 KB 160/218 KB 164/218 KB 168/218 KB 172/218 KB 176/218 KB 180/218 KB 184/218 KB 188/218 KB 192/218 KB 196/218 KB 200/218 KB 204/218 KB 208/218 KB 212/218 KB 216/218 KB 218/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 1638.6 KB/sec) unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall189168502351856470.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7586261065165663508.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5130194422633104377.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7469874292173134757.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall611490399599765751.pom to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall395581310351641131.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.420 s unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-05T00:09:59+00:00 unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 00:09:59 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:10:01 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 00:10:02 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:10:02 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:10:02 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 00:10:02 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:10:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom unit-abot-epc-basic-0: 00:10:02 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 17.5 KB/sec) unit-abot-epc-basic-0: 00:10:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 289.8 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/30 KB 6/30 KB 9/30 KB 11/30 KB 14/30 KB 16/30 KB 19/30 KB 22/30 KB 25/30 KB 27/30 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 708.4 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 KB at 602.7 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/29 KB 6/29 KB 9/29 KB 11/29 KB 14/29 KB 16/29 KB 19/29 KB 22/29 KB 25/29 KB 27/29 KB 29/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 1153.1 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 351.8 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/32 KB 4/32 KB 7/32 KB 8/32 KB 11/32 KB 12/32 KB 15/32 KB 16/32 KB 19/32 KB 20/32 KB 23/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 835.4 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (6 KB at 247.0 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 7/19 KB 9/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (19 KB at 819.1 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/39 KB 6/39 KB 9/39 KB 11/39 KB 14/39 KB 16/39 KB 19/39 KB 22/39 KB 25/39 KB 27/39 KB 30/39 KB 32/39 KB 35/39 KB 38/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (39 KB at 1554.1 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (16 KB at 751.8 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 2/38 KB 5/38 KB 6/38 KB 9/38 KB 10/38 KB 13/38 KB 14/38 KB 17/38 KB 18/38 KB 21/38 KB 22/38 KB 25/38 KB 26/38 KB 29/38 KB 30/38 KB 33/38 KB 36/38 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 KB at 1293.2 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 299.9 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/34 KB 5/34 KB 8/34 KB 11/34 KB 13/34 KB 16/34 KB 19/34 KB 21/34 KB 24/34 KB 27/34 KB 29/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 1384.4 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom (7 KB at 343.1 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 235.5 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/9 KB 4/9 KB 7/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar (9 KB at 475.1 KB/sec) unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 00:10:03 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom (7 KB at 291.3 KB/sec) unit-abot-epc-basic-0: 00:10:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 00:10:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 00:10:04 DEBUG unit.abot-epc-basic/0.install 3/9 KB 4/9 KB 7/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom (9 KB at 509.1 KB/sec) unit-abot-epc-basic-0: 00:10:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 00:10:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 00:10:04 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 262.1 KB/sec) unit-abot-epc-basic-0: 00:10:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 00:10:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 00:10:04 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom (5 KB at 219.1 KB/sec) unit-abot-epc-basic-0: 00:10:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom (3 KB at 153.8 KB/sec) unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install 3/36 KB 5/36 KB 8/36 KB 11/36 KB 13/36 KB 16/36 KB 19/36 KB 21/36 KB 24/36 KB 27/36 KB 29/36 KB 32/36 KB 35/36 KB 36/36 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom (36 KB at 1254.4 KB/sec) unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom (6 KB at 254.0 KB/sec) unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom (4 KB at 178.0 KB/sec) unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom (4 KB at 186.8 KB/sec) unit-abot-epc-basic-0: 00:10:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 00:10:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 00:10:06 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom (5 KB at 166.4 KB/sec) unit-abot-epc-basic-0: 00:10:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 00:10:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 00:10:06 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (3 KB at 114.5 KB/sec) unit-abot-epc-basic-0: 00:10:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 00:10:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 00:10:06 DEBUG unit.abot-epc-basic/0.install 766/766 B Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 46.8 KB/sec) unit-abot-epc-basic-0: 00:10:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 00:10:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 00:10:06 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 96.3 KB/sec) unit-abot-epc-basic-0: 00:10:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 00:10:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 00:10:07 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom (4 KB at 185.8 KB/sec) unit-abot-epc-basic-0: 00:10:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 00:10:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 00:10:07 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom (2 KB at 94.5 KB/sec) unit-abot-epc-basic-0: 00:10:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 00:10:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 00:10:07 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 683.3 KB/sec) unit-abot-epc-basic-0: 00:10:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 00:10:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 00:10:07 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom (9 KB at 423.4 KB/sec) unit-abot-epc-basic-0: 00:10:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-abot-epc-basic-0: 00:10:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-abot-epc-basic-0: 00:10:08 DEBUG unit.abot-epc-basic/0.install 3/53 KB 5/53 KB 8/53 KB 11/53 KB 13/53 KB 16/53 KB 19/53 KB 21/53 KB 24/53 KB 27/53 KB 29/53 KB 32/53 KB 36/53 KB 40/53 KB 44/53 KB 48/53 KB 52/53 KB 53/53 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom (53 KB at 1343.5 KB/sec) unit-abot-epc-basic-0: 00:10:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-abot-epc-basic-0: 00:10:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-abot-epc-basic-0: 00:10:08 DEBUG unit.abot-epc-basic/0.install 4/19 KB 8/19 KB 12/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom (19 KB at 931.5 KB/sec) unit-abot-epc-basic-0: 00:10:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-abot-epc-basic-0: 00:10:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-abot-epc-basic-0: 00:10:08 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom (11 KB at 529.3 KB/sec) unit-abot-epc-basic-0: 00:10:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-abot-epc-basic-0: 00:10:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-abot-epc-basic-0: 00:10:08 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom (5 KB at 233.3 KB/sec) unit-abot-epc-basic-0: 00:10:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 00:10:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 00:10:09 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom (4 KB at 162.8 KB/sec) unit-abot-epc-basic-0: 00:10:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 00:10:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 00:10:09 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom (3 KB at 64.0 KB/sec) unit-abot-epc-basic-0: 00:10:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 00:10:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 00:10:09 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 852.5 KB/sec) unit-abot-epc-basic-0: 00:10:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 00:10:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 00:10:09 DEBUG unit.abot-epc-basic/0.install 3/55 KB 6/55 KB 9/55 KB 11/55 KB 14/55 KB 16/55 KB 19/55 KB 22/55 KB 25/55 KB 27/55 KB 30/55 KB 32/55 KB 36/55 KB 40/55 KB 44/55 KB 48/55 KB 52/55 KB 55/55 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (55 KB at 1762.3 KB/sec) unit-abot-epc-basic-0: 00:10:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom (5 KB at 169.4 KB/sec) unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom (3 KB at 155.6 KB/sec) unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install 363/363 B Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 25.3 KB/sec) unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom (3 KB at 97.7 KB/sec) unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom (2 KB at 80.1 KB/sec) unit-abot-epc-basic-0: 00:10:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom (8 KB at 375.1 KB/sec) unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install 640/640 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 31.2 KB/sec) unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (10 KB at 558.7 KB/sec) unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 KB at 607.1 KB/sec) unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (5 KB at 258.2 KB/sec) unit-abot-epc-basic-0: 00:10:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install 3/20 KB 6/20 KB 9/20 KB 11/20 KB 14/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 865.2 KB/sec) unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install 3/52 KB 5/52 KB 8/52 KB 11/52 KB 13/52 KB 16/52 KB 19/52 KB 21/52 KB 24/52 KB 27/52 KB 29/52 KB 32/52 KB 36/52 KB 40/52 KB 44/52 KB 48/52 KB 52/52 KB 52/52 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (52 KB at 2254.1 KB/sec) unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom (2 KB at 110.8 KB/sec) unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom (8 KB at 358.9 KB/sec) unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (2 KB at 73.3 KB/sec) unit-abot-epc-basic-0: 00:10:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 154.5 KB/sec) unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 7/12 KB 10/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 744.8 KB/sec) unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom (3 KB at 187.7 KB/sec) unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom (2 KB at 53.7 KB/sec) unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom (2 KB at 63.6 KB/sec) unit-abot-epc-basic-0: 00:10:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom (9 KB at 400.4 KB/sec) unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 305.5 KB/sec) unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom (4 KB at 218.3 KB/sec) unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom (14 KB at 682.2 KB/sec) unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 308.5 KB/sec) unit-abot-epc-basic-0: 00:10:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 602.8 KB/sec) unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install 3/25 KB 6/25 KB 9/25 KB 11/25 KB 14/25 KB 16/25 KB 19/25 KB 22/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 1266.9 KB/sec) unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install 1/16 KB 3/16 KB 5/16 KB 7/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom (16 KB at 724.2 KB/sec) unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install 3/34 KB 6/34 KB 9/34 KB 11/34 KB 14/34 KB 16/34 KB 19/34 KB 22/34 KB 25/34 KB 27/34 KB 30/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom (34 KB at 1659.8 KB/sec) unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom (3 KB at 183.0 KB/sec) unit-abot-epc-basic-0: 00:10:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-abot-epc-basic-0: 00:10:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-abot-epc-basic-0: 00:10:16 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom (6 KB at 352.5 KB/sec) unit-abot-epc-basic-0: 00:10:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom unit-abot-epc-basic-0: 00:10:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom unit-abot-epc-basic-0: 00:10:16 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom (8 KB at 432.5 KB/sec) unit-abot-epc-basic-0: 00:10:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-abot-epc-basic-0: 00:10:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-abot-epc-basic-0: 00:10:16 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 KB at 871.8 KB/sec) unit-abot-epc-basic-0: 00:10:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 00:10:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 00:10:16 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom (9 KB at 487.5 KB/sec) unit-abot-epc-basic-0: 00:10:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 00:10:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 00:10:17 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 199.3 KB/sec) unit-abot-epc-basic-0: 00:10:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 00:10:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 00:10:17 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (2 KB at 63.8 KB/sec) unit-abot-epc-basic-0: 00:10:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 00:10:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 00:10:17 DEBUG unit.abot-epc-basic/0.install 1016/1016 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1016 B at 55.1 KB/sec) unit-abot-epc-basic-0: 00:10:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 00:10:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 00:10:17 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (2 KB at 123.3 KB/sec) unit-abot-epc-basic-0: 00:10:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 00:10:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 00:10:18 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom (2 KB at 86.3 KB/sec) unit-abot-epc-basic-0: 00:10:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 00:10:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 00:10:18 DEBUG unit.abot-epc-basic/0.install 962/962 B Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 72.3 KB/sec) unit-abot-epc-basic-0: 00:10:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 00:10:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 00:10:18 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom (2 KB at 120.3 KB/sec) unit-abot-epc-basic-0: 00:10:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom unit-abot-epc-basic-0: 00:10:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom unit-abot-epc-basic-0: 00:10:18 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom (6 KB at 311.7 KB/sec) unit-abot-epc-basic-0: 00:10:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (2 KB at 128.9 KB/sec) unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install 3/6 KB 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom (6 KB at 377.7 KB/sec) unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom machine-2: 00:10:19 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 00:10:19 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 00:10:19 DEBUG juju.agent read agent config, format "2.0" machine-2: 00:10:19 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 00:10:19 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 00:10:19 DEBUG juju.worker start "engine" machine-2: 00:10:19 INFO juju.worker start "engine" machine-2: 00:10:19 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 00:10:19 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 00:10:19 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 00:10:19 DEBUG juju.worker "engine" started machine-2: 00:10:19 DEBUG juju.worker.introspection stats worker now serving machine-2: 00:10:19 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 00:10:19 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 00:10:19 DEBUG juju.worker.apicaller connecting with old password machine-2: 00:10:19 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 00:10:19 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 00:10:19 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 00:10:19 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-2: 00:10:19 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-2: 00:10:19 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-2: 00:10:19 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom machine-2: 00:10:19 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 00:10:19 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install 3/31 KB 5/31 KB 8/31 KB 11/31 KB 13/31 KB 16/31 KB 19/31 KB 21/31 KB 24/31 KB 27/31 KB 29/31 KB 31/31 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom (31 KB at 1048.3 KB/sec) machine-2: 00:10:19 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 00:10:19 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 00:10:19 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 00:10:19 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom machine-2: 00:10:19 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (3 KB at 142.6 KB/sec) unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 KB at 879.2 KB/sec) unit-abot-epc-basic-0: 00:10:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom (2 KB at 122.3 KB/sec) unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom machine-2: 00:10:20 DEBUG juju.worker.apicaller connected machine-2: 00:10:20 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom machine-2: 00:10:20 DEBUG juju.worker.apicaller password changed machine-2: 00:10:20 DEBUG juju.api RPC connection died machine-2: 00:10:20 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom (11 KB at 467.1 KB/sec) unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.pom machine-2: 00:10:20 DEBUG juju.worker.apicaller connecting with current password machine-2: 00:10:20 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-2: 00:10:20 INFO juju.api connection established to "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-2: 00:10:20 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom (2 KB at 94.2 KB/sec) unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/parent/1.2/parent-1.2.pom unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom (9 KB at 447.1 KB/sec) unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom machine-2: 00:10:20 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom machine-2: 00:10:20 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (3 KB at 131.3 KB/sec) unit-abot-epc-basic-0: 00:10:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom machine-2: 00:10:20 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 00:10:20 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 00:10:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 00:10:20 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 00:10:20 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 00:10:20 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 00:10:20 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 00:10:20 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 00:10:20 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 00:10:20 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 00:10:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 00:10:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 00:10:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 00:10:20 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:10:21 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 00:10:21 INFO juju.worker.upgrader unblocking abort check machine-2: 00:10:21 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 00:10:21 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 00:10:21 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 00:10:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom machine-2: 00:10:21 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 00:10:21 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 KB at 720.5 KB/sec) unit-abot-epc-basic-0: 00:10:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom machine-2: 00:10:21 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 00:10:21 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 00:10:21 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 00:10:21 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 00:10:21 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 00:10:21 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 00:10:21 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 00:10:21 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 00:10:21 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 00:10:21 DEBUG juju.worker.logger logger setup machine-2: 00:10:21 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 00:10:21 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 00:10:21 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.8,::1,localhost", AutoNoProxy:""} machine-2: 00:10:21 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 00:10:21 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 00:10:21 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 00:10:21 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 00:10:21 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 00:10:21 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 00:10:21 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 00:10:21 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 00:10:21 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 00:10:21 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 00:10:21 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 00:10:21 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 00:10:21 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 00:10:21 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 00:10:21 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 00:10:21 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 00:10:21 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-2: 00:10:21 DEBUG juju.network including address local-machine:::1 for machine machine-2: 00:10:21 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-2: 00:10:21 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-2: 00:10:21 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 00:10:21 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 00:10:21 DEBUG juju.network including address public:172.30.9.202 for machine machine-2: 00:10:21 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-2: 00:10:21 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 00:10:21 DEBUG juju.network including address local-machine:::1 for machine machine-2: 00:10:21 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.8 local-machine:127.0.0.1 local-machine:::1] machine-2: 00:10:21 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.8:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 00:10:21 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.8:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "172.30.9.202:17070"] machine-2: 00:10:21 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 00:10:21 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 00:10:21 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 00:10:21 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 00:10:21 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 00:10:21 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 00:10:21 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 00:10:21 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 00:10:21 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 00:10:21 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 00:10:21 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 00:10:21 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 00:10:21 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 00:10:21 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 00:10:21 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 00:10:21 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 00:10:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom machine-2: 00:10:21 DEBUG juju.worker start "2-container-watcher" machine-2: 00:10:21 DEBUG juju.worker start "stateconverter" machine-2: 00:10:21 INFO juju.worker start "2-container-watcher" machine-2: 00:10:21 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 00:10:21 DEBUG juju.worker "2-container-watcher" started machine-2: 00:10:21 INFO juju.worker start "stateconverter" machine-2: 00:10:21 DEBUG juju.worker "stateconverter" started machine-2: 00:10:21 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" unit-abot-epc-basic-0: 00:10:21 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (5 KB at 320.7 KB/sec) unit-abot-epc-basic-0: 00:10:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom machine-2: 00:10:21 INFO juju.worker.deployer deploying unit "oai-epc/0" unit-abot-epc-basic-0: 00:10:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 00:10:21 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 7/12 KB 10/12 KB 12/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 847.8 KB/sec) unit-abot-epc-basic-0: 00:10:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/project/7/project-7.pom unit-abot-epc-basic-0: 00:10:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom unit-abot-epc-basic-0: 00:10:21 DEBUG unit.abot-epc-basic/0.install 3/27 KB 6/27 KB 9/27 KB 11/27 KB 14/27 KB 16/27 KB 19/27 KB 22/27 KB 25/27 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 KB at 1565.0 KB/sec) unit-abot-epc-basic-0: 00:10:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom machine-2: 00:10:21 INFO juju.worker.machiner "machine-2" started machine-2: 00:10:21 DEBUG juju.service discovered init system "upstart" from local host machine-2: 00:10:21 DEBUG juju.worker.deployer state addresses: ["192.168.121.8:37017"] machine-2: 00:10:21 DEBUG juju.worker.deployer API addresses: ["192.168.121.8:17070" "172.30.9.202:17070"] unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 195.7 KB/sec) unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom machine-2: 00:10:22 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} unit-oai-epc-0: 00:10:22 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 00:10:22 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 00:10:22 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 00:10:22 DEBUG juju.worker start "api" unit-oai-epc-0: 00:10:22 INFO juju.worker start "api" unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 00:10:22 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 00:10:22 DEBUG juju.worker "api" started unit-oai-epc-0: 00:10:22 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-oai-epc-0: 00:10:22 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-epc-0: 00:10:22 INFO juju.api connection established to "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-epc-0: 00:10:22 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 751.2 KB/sec) unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:22 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install 3/18 KB 6/18 KB 9/18 KB 11/18 KB 14/18 KB 16/18 KB 18/18 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 KB at 943.3 KB/sec) unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install 3/49 KB 5/49 KB 8/49 KB 11/49 KB 13/49 KB 16/49 KB 19/49 KB 21/49 KB 24/49 KB 27/49 KB 29/49 KB 32/49 KB 36/49 KB 40/49 KB 44/49 KB 48/49 KB 49/49 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom (49 KB at 2040.6 KB/sec) unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom machine-2: 00:10:22 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:c8:87:8e 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.12 [] [] []} {2 fa:16:3e:c8:87:8e 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom (5 KB at 292.1 KB/sec) unit-abot-epc-basic-0: 00:10:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-oai-epc-0: 00:10:23 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 00:10:23 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 00:10:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-abot-epc-basic-0: 00:10:23 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom (5 KB at 279.2 KB/sec) unit-abot-epc-basic-0: 00:10:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-oai-epc-0: 00:10:23 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 00:10:23 DEBUG juju.api RPC connection died unit-oai-epc-0: 00:10:23 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 00:10:23 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 00:10:23 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-epc-0: 00:10:23 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-epc-0: 00:10:23 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-abot-epc-basic-0: 00:10:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 00:10:23 DEBUG unit.abot-epc-basic/0.install 3/39 KB 5/39 KB 8/39 KB 11/39 KB 13/39 KB 16/39 KB 19/39 KB 21/39 KB 24/39 KB 27/39 KB 29/39 KB 32/39 KB 35/39 KB 37/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom (39 KB at 1312.4 KB/sec) unit-abot-epc-basic-0: 00:10:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 00:10:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 00:10:23 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom (6 KB at 328.2 KB/sec) unit-abot-epc-basic-0: 00:10:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-abot-epc-basic-0: 00:10:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-oai-epc-0: 00:10:24 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 00:10:24 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom (4 KB at 5.8 KB/sec) unit-abot-epc-basic-0: 00:10:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom unit-abot-epc-basic-0: 00:10:24 DEBUG unit.abot-epc-basic/0.install 503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom (503 B at 1.4 KB/sec) unit-abot-epc-basic-0: 00:10:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 00:10:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 00:10:24 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom (7 KB at 410.9 KB/sec) unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 00:10:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 00:10:24 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 00:10:24 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.8,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 00:10:24 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 00:10:24 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 00:10:24 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 00:10:24 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 00:10:24 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 00:10:24 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 00:10:24 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 00:10:24 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 00:10:24 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 00:10:24 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 00:10:24 DEBUG juju.network including address public:172.30.9.202 for machine unit-oai-epc-0: 00:10:24 DEBUG juju.network including address local-cloud:192.168.121.8 for machine unit-oai-epc-0: 00:10:24 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 00:10:24 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 00:10:24 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.8 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 00:10:24 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.8:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 00:10:24 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.8:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "172.30.9.202:17070"] unit-oai-epc-0: 00:10:24 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-epc-0: 00:10:24 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-epc-0: 00:10:24 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-epc-0: 00:10:24 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 00:10:25 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 00:10:25 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 00:10:25 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 00:10:25 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom unit-oai-epc-0: 00:10:25 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 00:10:25 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 00:10:25 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 00:10:25 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 00:10:25 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 00:10:25 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 00:10:25 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 00:10:25 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 00:10:25 DEBUG httpbakery client do GET https://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8 KB at 523.3 KB/sec) unit-oai-epc-0: 00:10:25 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 00:10:25 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-oai-epc-0: 00:10:25 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 00:10:25 DEBUG httpbakery } -> error unit-oai-epc-0: 00:10:25 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 00:10:25 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-oai-epc-0: 00:10:25 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install 3/11 KB 4/11 KB 7/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 589.0 KB/sec) unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-oai-epc-0: 00:10:25 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 00:10:25 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 00:10:25 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 763.2 KB/sec) unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 1127.2 KB/sec) unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 853.0 KB/sec) unit-abot-epc-basic-0: 00:10:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-abot-epc-basic-0: 00:10:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-abot-epc-basic-0: 00:10:26 DEBUG unit.abot-epc-basic/0.install 161/161 B Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom (161 B at 10.5 KB/sec) unit-abot-epc-basic-0: 00:10:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/2.1/joda-time-2.1.pom unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 00:10:26 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 00:10:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom unit-oai-epc-0: 00:10:26 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 00:10:26 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 00:10:26 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom (16 KB at 714.7 KB/sec) unit-abot-epc-basic-0: 00:10:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.pom unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 00:10:26 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 00:10:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 00:10:26 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom (4 KB at 201.1 KB/sec) unit-abot-epc-basic-0: 00:10:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-oai-epc-0: 00:10:26 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 00:10:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 00:10:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 00:10:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 00:10:26 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (3 KB at 171.5 KB/sec) unit-abot-epc-basic-0: 00:10:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 00:10:26 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install 1010/1010 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom (1010 B at 65.8 KB/sec) unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/2.3/commons-io-2.3.pom unit-oai-epc-0: 00:10:27 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 00:10:27 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 00:10:27 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 00:10:27 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom (11 KB at 633.8 KB/sec) unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install 3/47 KB 5/47 KB 8/47 KB 11/47 KB 13/47 KB 16/47 KB 19/47 KB 21/47 KB 24/47 KB 27/47 KB 29/47 KB 32/47 KB 36/47 KB 40/47 KB 44/47 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 1709.5 KB/sec) unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-oai-epc-0: 00:10:27 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 [701 kB] unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom (5 KB at 317.5 KB/sec) unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install 680/680 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom (680 B at 35.0 KB/sec) unit-abot-epc-basic-0: 00:10:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (6 KB at 382.9 KB/sec) unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-oai-epc-0: 00:10:28 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.8 [2672 kB] unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 574.2 KB/sec) unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom unit-oai-epc-0: 00:10:28 DEBUG unit.oai-epc/0.install Fetched 3394 kB in 1s (1984 kB/s) unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install 503/503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom (503 B at 1.7 KB/sec) unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (6 KB at 386.2 KB/sec) unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar unit-abot-epc-basic-0: 00:10:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-oai-epc-0: 00:10:29 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-oai-epc-0: 00:10:29 DEBUG unit.oai-epc/0.install (Reading database ... 78141 files and directories currently installed.) unit-oai-epc-0: 00:10:29 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-oai-epc-0: 00:10:29 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-oai-epc-0: 00:10:29 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 00:10:29 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-oai-epc-0: 00:10:29 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-abot-epc-basic-0: 00:10:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-oai-epc-0: 00:10:30 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 00:10:30 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-oai-epc-0: 00:10:30 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-oai-epc-0: 00:10:30 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 00:10:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 00:10:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar unit-abot-epc-basic-0: 00:10:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 00:10:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 00:10:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 00:10:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 00:10:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 00:10:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.jar unit-oai-epc-0: 00:10:31 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 00:10:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 00:10:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 00:10:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-oai-epc-0: 00:10:31 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 00:10:31 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 00:10:31 DEBUG unit.abot-epc-basic/0.install 4/966 KB 8/966 KB 12/966 KB 14/966 KB 18/966 KB 22/966 KB 26/966 KB 30/966 KB 31/966 KB 35/966 KB 39/966 KB 43/966 KB 47/966 KB 51/966 KB Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 55/966 KB 59/966 KB 63/966 KB 67/966 KB 71/966 KB 75/966 KB 79/966 KB 83/966 KB 87/966 KB 91/966 KB 95/966 KB 99/966 KB 103/966 KB 107/966 KB 111/966 KB 115/966 KB 119/966 KB 123/966 KB 127/966 KB 131/966 KB 135/966 KB 139/966 KB 143/966 KB 147/966 KB 151/966 KB 155/966 KB 159/966 KB 163/966 KB 167/966 KB 171/966 KB 175/966 KB 179/966 KB 183/966 KB 187/966 KB 191/966 KB 195/966 KB 199/966 KB 203/966 KB 207/966 KB 211/966 KB 215/966 KB 219/966 KB 223/966 KB 227/966 KB 231/966 KB 235/966 KB 239/966 KB 243/966 KB 247/966 KB 251/966 KB 255/966 KB 259/966 KB 263/966 KB 267/966 KB 271/966 KB 275/966 KB 279/966 KB 283/966 KB 287/966 KB 291/966 KB 295/966 KB 299/966 KB 303/966 KB 307/966 KB 311/966 KB 315/966 KB 319/966 KB 323/966 KB 327/966 KB 331/966 KB 335/966 KB 339/966 KB 343/966 KB 347/966 KB 351/966 KB 355/966 KB 359/966 KB 363/966 KB 367/966 KB 371/966 KB 375/966 KB 379/966 KB 383/966 KB 387/966 KB 391/966 KB 395/966 KB 399/966 KB 403/966 KB 407/966 KB 411/966 KB 415/966 KB 419/966 KB 423/966 KB 427/966 KB 431/966 KB 435/966 KB 439/966 KB 443/966 KB 447/966 KB 451/966 KB 455/966 KB 459/966 KB 463/966 KB 467/966 KB 471/966 KB 475/966 KB 479/966 KB 483/966 KB 487/966 KB 491/966 KB 495/966 KB 499/966 KB 503/966 KB 507/966 KB 511/966 KB 515/966 KB 519/966 KB 523/966 KB 527/966 KB 531/966 KB 535/966 KB 539/966 KB 543/966 KB 547/966 KB 551/966 KB 555/966 KB 559/966 KB 563/966 KB 567/966 KB 571/966 KB 575/966 KB 579/966 KB 583/966 KB 587/966 KB 591/966 KB 595/966 KB 599/966 KB 603/966 KB 607/966 KB 611/966 KB 615/966 KB 619/966 KB 623/966 KB 627/966 KB 631/966 KB 635/966 KB 639/966 KB 643/966 KB 647/966 KB 651/966 KB 655/966 KB 659/966 KB 663/966 KB 667/966 KB 671/966 KB 675/966 KB 679/966 KB 683/966 KB 687/966 KB 691/966 KB 695/966 KB 699/966 KB 703/966 KB 707/966 KB 711/966 KB 715/966 KB 719/966 KB 723/966 KB 727/966 KB 731/966 KB 735/966 KB 739/966 KB 743/966 KB 747/966 KB 751/966 KB 755/966 KB 759/966 KB 763/966 KB 767/966 KB 771/966 KB 775/966 KB 779/966 KB 783/966 KB 787/966 KB 791/966 KB 795/966 KB 799/966 KB 803/966 KB 807/966 KB 811/966 KB 815/966 KB 819/966 KB 823/966 KB 827/966 KB 831/966 KB 835/966 KB 839/966 KB 843/966 KB 847/966 KB 851/966 KB 855/966 KB 859/966 KB 863/966 KB 867/966 KB 871/966 KB 875/966 KB 879/966 KB 883/966 KB 887/966 KB 891/966 KB 895/966 KB 899/966 KB 903/966 KB 907/966 KB 911/966 KB 915/966 KB 919/966 KB 923/966 KB 927/966 KB 931/966 KB 935/966 KB 939/966 KB 943/966 KB 947/966 KB 951/966 KB 955/966 KB 959/966 KB 963/966 KB 966/966 KB Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar (966 KB at 277.3 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 3/1710 KB 5/1710 KB 8/1710 KB 11/1710 KB 13/1710 KB 16/1710 KB 19/1710 KB 21/1710 KB 24/1710 KB 27/1710 KB 29/1710 KB 32/1710 KB 36/1710 KB 3/10 KB 40/1710 KB 3/10 KB 44/1710 KB 3/10 KB 48/1710 KB 3/10 KB 36/1710 KB 5/10 KB 48/1710 KB 8/10 KB 48/1710 KB 10/10 KB 48/1710 KB 10/10 KB 3/240 KB 48/1710 KB 10/10 KB 6/240 KB 48/1710 KB 10/10 KB 9/240 KB 48/1710 KB 10/10 KB 11/240 KB 48/1710 KB 10/10 KB 11/240 KB 52/1710 KB 10/10 KB 11/240 KB 56/1710 KB 10/10 KB 3/590 KB 11/240 KB 60/1710 KB 10/10 KB 3/590 KB 11/240 KB 56/1710 KB 10/10 KB 5/590 KB 11/240 KB 64/1710 KB 10/10 KB 8/590 KB 11/240 KB 64/1710 KB 10/10 KB 11/590 KB 11/240 KB 64/1710 KB 10/10 KB 13/590 KB 11/240 KB 64/1710 KB 10/10 KB 13/590 KB 11/240 KB 64/1710 KB 10/10 KB 13/590 KB 11/240 KB 68/1710 KB 10/10 KB 13/590 KB 11/240 KB 72/1710 KB 10/10 KB 13/590 KB 11/240 KB 76/1710 KB 10/10 KB 13/590 KB 11/240 KB 80/1710 KB 3/232 KB 10/10 KB 13/590 KB 11/240 KB 80/1710 KB 5/232 KB 10/10 KB 13/590 KB 14/240 KB 80/1710 KB 8/232 KB 10/10 KB 13/590 KB 14/240 KB 80/1710 KB 3/232 KB 10/10 KB 13/590 KB 14/240 KB 80/1710 KB 8/232 KB 10/10 KB 13/590 KB 16/240 KB 80/1710 KB 8/232 KB 10/10 KB 13/590 KB 19/240 KB 80/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar (10 KB at 237.7 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 11/232 KB 16/590 KB 22/240 KB 80/1710 KB 8/232 KB 16/590 KB 22/240 KB 80/1710 KB 8/232 KB 13/590 KB 22/240 KB 80/1710 KB 11/232 KB 16/590 KB 25/240 KB 80/1710 KB 11/232 KB 16/590 KB 27/240 KB 80/1710 KB 11/232 KB 16/590 KB 30/240 KB 80/1710 KB 11/232 KB 16/590 KB 32/240 KB 80/1710 KB 11/232 KB 19/590 KB 32/240 KB 80/1710 KB 13/232 KB 19/590 KB 32/240 KB 80/1710 KB Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 13/232 KB 21/590 KB 32/240 KB 80/1710 KB 13/232 KB 24/590 KB 32/240 KB 80/1710 KB 13/232 KB 24/590 KB 32/240 KB 84/1710 KB 16/232 KB 27/590 KB 32/240 KB 88/1710 KB 16/232 KB 27/590 KB 32/240 KB 92/1710 KB 16/232 KB 27/590 KB 32/240 KB 96/1710 KB 16/232 KB 27/590 KB 32/240 KB 84/1710 KB 16/232 KB 24/590 KB 32/240 KB 84/1710 KB 19/232 KB 27/590 KB 32/240 KB 96/1710 KB 21/232 KB 27/590 KB 32/240 KB 96/1710 KB 21/232 KB 29/590 KB 32/240 KB 96/1710 KB 24/232 KB 32/590 KB 36/240 KB 96/1710 KB 24/232 KB 29/590 KB 36/240 KB 96/1710 KB 21/232 KB 29/590 KB 36/240 KB 96/1710 KB 24/232 KB 32/590 KB 40/240 KB 96/1710 KB 24/232 KB 32/590 KB 44/240 KB 96/1710 KB 24/232 KB 32/590 KB 48/240 KB 96/1710 KB 27/232 KB 32/590 KB 48/240 KB 96/1710 KB 27/232 KB 32/590 KB 52/240 KB 96/1710 KB 29/232 KB 36/590 KB 56/240 KB 96/1710 KB 29/232 KB 36/590 KB 60/240 KB 96/1710 KB 29/232 KB 36/590 KB 64/240 KB 96/1710 KB 29/232 KB 36/590 KB 52/240 KB 96/1710 KB 29/232 KB 40/590 KB 64/240 KB 100/1710 KB 29/232 KB 44/590 KB 64/240 KB 100/1710 KB 29/232 KB 32/590 KB 52/240 KB 96/1710 KB 32/232 KB 44/590 KB 64/240 KB 100/1710 KB 36/232 KB 44/590 KB 64/240 KB 100/1710 KB 40/232 KB 3/44 KB 48/590 KB 68/240 KB 100/1710 KB 44/232 KB 3/44 KB 48/590 KB 68/240 KB 100/1710 KB 29/232 KB 36/590 KB 64/240 KB 100/1710 KB 48/232 KB 3/44 KB 48/590 KB 68/240 KB 104/1710 KB 48/232 KB 3/44 KB 48/590 KB 68/240 KB 108/1710 KB 48/232 KB 3/44 KB 48/590 KB 68/240 KB 112/1710 KB 36/232 KB 3/44 KB 48/590 KB 68/240 KB 100/1710 KB 48/232 KB 3/44 KB 52/590 KB 68/240 KB 112/1710 KB 48/232 KB 3/44 KB 56/590 KB 68/240 KB 116/1710 KB 48/232 KB 3/44 KB 60/590 KB 68/240 KB 116/1710 KB 36/232 KB 3/44 KB 44/590 KB 68/240 KB 100/1710 KB 48/232 KB 3/44 KB 60/590 KB 72/240 KB 116/1710 KB 36/232 KB 3/44 KB 44/590 KB 64/240 KB 100/1710 KB 48/232 KB 6/44 KB 60/590 KB 72/240 KB 116/1710 KB 48/232 KB 9/44 KB 60/590 KB 72/240 KB 116/1710 KB 48/232 KB 11/44 KB 60/590 KB 72/240 KB 116/1710 KB 48/232 KB 14/44 KB 60/590 KB 72/240 KB 116/1710 KB 48/232 KB 16/44 KB 60/590 KB 72/240 KB 116/1710 KB 48/232 KB 3/44 KB 52/590 KB 68/240 KB 116/1710 KB 48/232 KB 16/44 KB 60/590 KB 72/240 KB 120/1710 KB 48/232 KB 16/44 KB 60/590 KB 76/240 KB 124/1710 KB 48/232 KB 3/44 KB 52/590 KB 68/240 KB 112/1710 KB 52/232 KB 16/44 KB 60/590 KB 76/240 KB 124/1710 KB 56/232 KB 19/44 KB 64/590 KB 76/240 KB 128/1710 KB 48/232 KB 16/44 KB 60/590 KB 76/240 KB 120/1710 KB 56/232 KB 19/44 KB 64/590 KB 80/240 KB 128/1710 KB 52/232 KB 19/44 KB 64/590 KB 76/240 KB 128/1710 KB 52/232 KB 19/44 KB 60/590 KB 76/240 KB 128/1710 KB 56/232 KB 19/44 KB 64/590 KB 80/240 KB 132/1710 KB 60/232 KB 19/44 KB 68/590 KB 84/240 KB 136/1710 KB 52/232 KB 19/44 KB 60/590 KB 76/240 KB 124/1710 KB 60/232 KB 22/44 KB 68/590 KB 84/240 KB 136/1710 KB 60/232 KB 25/44 KB 68/590 KB 84/240 KB 136/1710 KB 60/232 KB 19/44 KB 68/590 KB 84/240 KB 132/1710 KB 60/232 KB 19/44 KB 68/590 KB 80/240 KB 132/1710 KB 64/232 KB 25/44 KB 68/590 KB 88/240 KB 136/1710 KB 56/232 KB 19/44 KB 68/590 KB 80/240 KB 132/1710 KB 64/232 KB 25/44 KB 72/590 KB 88/240 KB 136/1710 KB 64/232 KB 25/44 KB 76/590 KB 88/240 KB 136/1710 KB 64/232 KB 27/44 KB 80/590 KB 88/240 KB 140/1710 KB 64/232 KB 27/44 KB 76/590 KB 88/240 KB 140/1710 KB 64/232 KB 27/44 KB 76/590 KB 88/240 KB 136/1710 KB 64/232 KB 30/44 KB 80/590 KB 88/240 KB 140/1710 KB 64/232 KB 32/44 KB 80/590 KB 88/240 KB 144/17 unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 10 KB 68/232 KB 36/44 KB 84/590 KB 88/240 KB 144/1710 KB 68/232 KB 40/44 KB 84/590 KB 88/240 KB 144/1710 KB 68/232 KB 44/44 KB 84/590 KB 88/240 KB 144/1710 KB 60/232 KB 27/44 KB 80/590 KB 88/240 KB 140/1710 KB 68/232 KB 44/44 KB 84/590 KB 92/240 KB 144/1710 KB 68/232 KB 44/44 KB 84/590 KB 96/240 KB 144/1710 KB 68/232 KB 32/44 KB 84/590 KB 88/240 KB 144/1710 KB 72/232 KB 44/44 KB 84/590 KB 96/240 KB 144/1710 KB 76/232 KB 44/44 KB 84/590 KB 96/240 KB 144/1710 KB 80/232 KB 44/44 KB 84/590 KB 96/240 KB 144/1710 KB 64/232 KB 32/44 KB 84/590 KB 88/240 KB 144/1710 KB 80/232 KB 44/44 KB 88/590 KB 96/240 KB 144/1710 KB 80/232 KB 44/44 KB 92/590 KB 96/240 KB 144/1710 KB 80/232 KB 44/44 KB 96/590 KB 96/240 KB 144/1710 KB 64/232 KB 30/44 KB 80/590 KB 88/240 KB 144/1710 KB 80/232 KB 44/44 KB 96/590 KB 100/240 KB 148/1710 KB 80/232 KB 44/44 KB 96/590 KB 100/240 KB 152/1710 KB 80/232 KB 44/44 KB 96/590 KB 100/240 KB 144/1710 KB 80/232 KB 44/44 KB 96/590 KB 100/240 KB 156/1710 KB 80/232 KB 44/44 KB 96/590 KB 104/240 KB 156/1710 KB 80/232 KB 44/44 KB 96/590 KB 108/240 KB 160/1710 KB 80/232 KB 44/44 KB 96/590 KB 112/240 KB 160/1710 KB 84/232 KB 44/44 KB 96/590 KB 112/240 KB 160/1710 KB 88/232 KB 44/44 KB 96/590 KB 112/240 KB 160/1710 KB 92/232 KB 44/44 KB 96/590 KB 112/240 KB 160/1710 KB 96/232 KB 44/44 KB 96/590 KB 116/240 KB 160/1710 KB 100/232 KB 44/44 KB 96/590 KB 116/240 KB 160/1710 KB 104/232 KB 44/44 KB 100/590 KB 116/240 KB 160/1710 KB 80/232 KB 44/44 KB 96/590 KB 112/240 KB 160/1710 KB 104/232 KB 44/44 KB 100/590 KB 116/240 KB 164/1710 KB 104/232 KB 44/44 KB 100/590 KB 116/240 KB 168/1710 KB 104/232 KB 44/44 KB 100/590 KB 116/240 KB 172/1710 KB 104/232 KB 44/44 KB 100/590 KB 116/240 KB 176/1710 KB 100/232 KB 44/44 KB 100/590 KB 116/240 KB 160/1710 KB 104/232 KB 44/44 KB 104/590 KB 116/240 KB 176/1710 KB 92/232 KB 44/44 KB 96/590 KB 116/240 KB 160/1710 KB 104/232 KB 44/44 KB 108/590 KB 120/240 KB 176/1710 KB 104/232 KB 44/44 KB 108/590 KB 120/240 KB 176/1710 KB 104/232 KB 44/44 KB 112/590 KB 120/240 KB 176/1710 KB 104/232 KB 44/44 KB 112/590 KB 124/240 KB 176/1710 KB 104/232 KB 44/44 KB 112/590 KB 128/240 KB 176/1710 KB 108/232 KB 44/44 KB 112/590 KB 128/240 KB 176/1710 KB 112/232 KB 44/44 KB 112/590 KB 128/240 KB 180/1710 KB 116/232 KB 116/590 KB 132/240 KB 180/1710 KB 108/232 KB 44/44 KB 112/590 KB 128/240 KB 180/1710 KB 112/232 KB 116/590 KB 132/240 KB 180/1710 KB 116/232 KB 120/590 KB 132/240 KB 180/1710 KB 112/232 KB 112/590 KB 132/240 KB 180/1710 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 610.7 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 116/232 KB 124/590 KB 136/240 KB 180/1710 KB 116/232 KB 124/590 KB 132/240 KB 180/1710 KB 116/232 KB 128/590 KB 136/240 KB 184/1710 KB 116/232 KB 128/590 KB 140/240 KB 184/1710 KB Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install ++ grep -c install unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 116/232 KB 128/590 KB 140/240 KB 184/1710 KB 116/232 KB 128/590 KB 144/240 KB 188/1710 KB 116/232 KB 128/590 KB 144/240 KB 188/1710 KB 116/232 KB 128/590 KB 144/240 KB 192/1710 KB 120/232 KB 128/590 KB 144/240 KB 192/1710 KB 124/232 KB 128/590 KB 144/240 KB 192/1710 KB 128/232 KB 128/590 KB 148/240 KB 192/1710 KB 132/232 KB 128/590 KB 148/240 KB 192/1710 KB 136/232 KB 132/590 KB 148/240 KB 196/1710 KB 140/232 KB 132/590 KB 148/240 KB 196/1710 KB 124/232 KB 128/590 KB 148/240 KB 192/1710 KB 132/232 KB 132/590 KB 148/240 KB 196/1710 KB 144/232 KB 136/590 KB 148/240 KB 196/1710 KB 144/232 KB 140/590 KB 148/240 KB 196/1710 KB 144/232 KB 144/590 KB 148/240 KB 196/1710 KB 132/232 KB 128/590 KB 148/240 KB 196/1710 KB 144/232 KB 144/590 KB 152/240 KB 196/1710 KB 144/232 KB 144/590 KB 152/240 KB 200/1710 KB 144/232 KB 144/590 KB 152/240 KB 204/1710 KB 144/232 KB 144/590 KB 156/240 KB 208/1710 KB 144/232 KB 144/590 KB 156/240 KB 204/1710 KB 144/232 KB 144/590 KB 160/240 KB 208/1710 KB 144/232 KB 144/590 KB 160/240 KB 212/1710 KB 144/232 KB 148/590 KB 164/240 KB 216/1710 KB 144/232 KB 148/590 KB 164/240 KB 220/1710 KB 144/232 KB 148/590 KB 164/240 KB 224/1710 KB 144/232 KB 148/590 KB 164/240 KB 212/1710 KB 144/232 KB 152/590 KB 164/240 KB 224/1710 KB 144/232 KB 156/590 KB 164/240 KB 224/1710 KB 144/232 KB 160/590 KB 164/240 KB 224/1710 KB 144/232 KB 144/590 KB 164/240 KB 212/1710 KB 144/232 KB 144/590 KB 160/240 KB 212/1710 KB 148/232 KB 160/590 KB 164/240 KB 224/1710 KB 148/232 KB 160/590 KB 168/240 KB 224/1710 KB 148/232 KB 160/590 KB 172/240 KB 224/1710 KB 152/232 KB 164/590 KB 176/240 KB 224/1710 KB 4/258 KB 152/232 KB 164/590 KB 172/240 KB 224/1710 KB 4/258 KB 152/232 KB 164/590 KB 176/240 KB 224/1710 KB 8/258 KB 152/232 KB 164/590 KB 176/240 KB 224/1710 KB 12/258 KB 152/232 KB 164/590 KB 176/240 KB 224/1710 KB 16/258 KB 152/232 KB 164/590 KB 176/240 KB 224/1710 KB 20/258 KB 152/232 KB 164/590 KB 180/240 KB 224/1710 KB 24/258 KB 152/232 KB 164/590 KB 172/240 KB 224/1710 KB 152/232 KB 160/590 KB 172/240 KB 224/1710 KB 156/232 KB 164/590 KB 180/240 KB 228/1710 KB 24/258 KB 160/232 KB 164/590 KB 180/240 KB 228/1710 KB 24/258 KB 164/232 KB 164/590 KB 180/240 KB 228/1710 KB 24/258 KB 152/232 KB 164/590 KB 180/240 KB 228/1710 KB 24/258 KB 152/232 KB 164/590 KB 180/240 KB 224/1710 KB 20/258 KB 164/232 KB 168/590 KB 180/240 KB 228/1710 KB 28/258 KB 164/232 KB 168/590 KB 180/240 KB 232/1710 KB 32/258 KB 164/232 KB 168/590 KB 180/240 KB 228/1710 KB 24/258 KB 164/232 KB 172/590 KB 184/240 KB 232/1710 KB 32/258 KB 164/232 KB 168/590 KB 184/240 KB 232/1710 KB 32/258 KB 164/232 KB 168/590 KB 180/240 KB 232/1710 KB 28/258 KB 164/232 KB 172/590 KB 184/240 KB 236/1710 KB 32/258 KB 164/232 KB 172/590 KB 188/240 KB 236/1710 KB 32/258 KB 164/232 KB 172/590 KB 192/240 KB 236/1710 KB 32/258 KB 168/232 KB 176/590 KB 192/240 KB 240/1710 KB 32/258 KB 168/232 KB 176/590 KB 192/240 KB 236/1710 KB 32/258 KB 164/232 KB 176/590 KB 192/240 KB 236/1710 KB 32/258 KB 168/232 KB 176/590 KB 192/240 KB 240/1710 KB 36/258 KB 172/232 KB 180/590 KB 196/240 KB 244/1710 KB 40/258 KB 172/232 KB 180/590 KB 196/240 KB 244/1710 KB 44/258 KB 172/232 KB 180/590 KB 196/240 KB 244/1710 KB 36/258 KB 172/232 KB 180/590 KB 196/240 KB 240/1710 KB 36/258 KB 172/232 KB 180/590 KB 192/240 KB 240/1710 KB 36/258 KB 176/232 KB 180/590 KB 196/240 KB 244/1710 KB 44/258 KB 180/232 KB 180/590 KB 196/240 KB 244/1710 KB 44 unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install /258 KB 184/232 KB 180/590 KB 200/240 KB 248/1710 KB 48/258 KB 168/232 KB 180/590 KB 192/240 KB 240/1710 KB 36/258 KB 184/232 KB 184/590 KB 200/240 KB 248/1710 KB 48/258 KB 184/232 KB 188/590 KB 200/240 KB 248/1710 KB 48/258 KB 184/232 KB 192/590 KB 200/240 KB 248/1710 KB 48/258 KB 180/232 KB 180/590 KB 200/240 KB 248/1710 KB 48/258 KB 180/232 KB 180/590 KB 200/240 KB 248/1710 KB 44/258 KB 180/232 KB 180/590 KB 200/240 KB 244/1710 KB 44/258 KB 184/232 KB 192/590 KB 204/240 KB 248/1710 KB 48/258 KB 184/232 KB 192/590 KB 204/240 KB 252/1710 KB 48/258 KB 184/232 KB 192/590 KB 204/240 KB 256/1710 KB 48/258 KB 184/232 KB 192/590 KB 208/240 KB 256/1710 KB 48/258 KB 184/232 KB 196/590 KB 208/240 KB 256/1710 KB 48/258 KB 188/232 KB 200/590 KB 212/240 KB 260/1710 KB 52/258 KB 188/232 KB 204/590 KB 212/240 KB 260/1710 KB 52/258 KB 184/232 KB 196/590 KB 208/240 KB 256/1710 KB 52/258 KB 188/232 KB 204/590 KB 212/240 KB 260/1710 KB 56/258 KB 188/232 KB 196/590 KB 212/240 KB 260/1710 KB 52/258 KB 188/232 KB 196/590 KB 208/240 KB 260/1710 KB 52/258 KB 188/232 KB 196/590 KB 208/240 KB 256/1710 KB 52/258 KB 192/232 KB 204/590 KB 212/240 KB 260/1710 KB 56/258 KB 196/232 KB 204/590 KB 212/240 KB 260/1710 KB 56/258 KB 196/232 KB 208/590 KB 216/240 KB 264/1710 KB 60/258 KB 196/232 KB 204/590 KB 216/240 KB 264/1710 KB 60/258 KB 196/232 KB 204/590 KB 212/240 KB 264/1710 KB 60/258 KB 196/232 KB 204/590 KB 212/240 KB 260/1710 KB 60/258 KB 196/232 KB 208/590 KB 216/240 KB 264/1710 KB 64/258 KB 196/232 KB 208/590 KB 220/240 KB 268/1710 KB 64/258 KB 196/232 KB 208/590 KB 224/240 KB 268/1710 KB 64/258 KB 196/232 KB 212/590 KB 228/240 KB 268/1710 KB 64/258 KB 200/232 KB 212/590 KB 232/240 KB 268/1710 KB 68/258 KB 200/232 KB 212/590 KB 236/240 KB 268/1710 KB 68/258 KB 196/232 KB 208/590 KB 216/240 KB 268/1710 KB 64/258 KB 200/232 KB 212/590 KB 236/240 KB 272/1710 KB 68/258 KB 200/232 KB 212/590 KB 236/240 KB 276/1710 KB 68/258 KB 200/232 KB 212/590 KB 228/240 KB 268/1710 KB 68/258 KB 200/232 KB 212/590 KB 228/240 KB 268/1710 KB 64/258 KB 204/232 KB 212/590 KB 236/240 KB 276/1710 KB 68/258 KB 208/232 KB 212/590 KB 236/240 KB 276/1710 KB 68/258 KB 212/232 KB 212/590 KB 236/240 KB 276/1710 KB 68/258 KB 196/232 KB 212/590 KB 224/240 KB 268/1710 KB 64/258 KB 212/232 KB 216/590 KB 240/240 KB 280/1710 KB 72/258 KB 212/232 KB 220/590 KB 240/240 KB 280/1710 KB 72/258 KB 212/232 KB 224/590 KB 240/240 KB 280/1710 KB 72/258 KB 212/232 KB 212/590 KB 240/240 KB 280/1710 KB 72/258 KB 212/232 KB 212/590 KB 236/240 KB 280/1710 KB 72/258 KB 212/232 KB 212/590 KB 236/240 KB 276/1710 KB 72/258 KB 212/232 KB 224/590 KB 240/240 KB 280/1710 KB 76/258 KB 212/232 KB 224/590 KB 240/240 KB 280/1710 KB 80/258 KB 212/232 KB 224/590 KB 240/240 KB 284/1710 KB 80/258 KB 216/232 KB 224/590 KB 240/240 KB 284/1710 KB 80/258 KB 216/232 KB 228/590 KB 240/240 KB 288/1710 KB 80/258 KB 220/232 KB 232/590 KB 240/240 KB 288/1710 KB 84/258 KB 220/232 KB 236/590 KB 240/240 KB 288/1710 KB 84/258 KB 220/232 KB 228/590 KB 240/240 KB 288/1710 KB 84/258 KB 216/232 KB 224/590 KB 240/240 KB 288/1710 KB 80/258 KB 220/232 KB 228/590 KB 240/240 KB 288/1710 KB 80/258 KB 224/232 KB 236/590 KB 240/240 KB 288/1710 KB 84/258 KB 228/232 KB 236/590 KB 240/240 KB 288/1710 KB 84/258 KB 232/232 KB 236/590 KB 240/240 KB 292/1710 KB 88/258 KB 232/232 KB 236/590 KB 240/240 KB 292/1710 KB 88/258 KB 228/232 KB 236/590 KB 240/240 KB 292/1710 KB 88/258 unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install KB 228/232 KB 236/590 KB 240/240 KB 288/1710 KB 88/258 KB 232/232 KB 240/590 KB 240/240 KB 292/1710 KB 92/258 KB 232/232 KB 240/590 KB 240/240 KB 292/1710 KB 96/258 KB 232/232 KB 240/590 KB 240/240 KB 292/1710 KB 88/258 KB 232/232 KB 240/590 KB 240/240 KB 296/1710 KB 96/258 KB 232/232 KB 240/590 KB 240/240 KB 300/1710 KB 96/258 KB 232/232 KB 240/590 KB 240/240 KB 304/1710 KB 96/258 KB 232/232 KB 244/590 KB 240/240 KB 308/1710 KB 100/258 KB 232/232 KB 244/590 KB 312/1710 KB 100/258 KB 232/232 KB 244/590 KB 316/1710 KB 100/258 KB 232/232 KB 244/590 KB 240/240 KB 304/1710 KB 100/258 KB 232/232 KB 240/590 KB 240/240 KB 304/1710 KB 100/258 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 2236.4 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 232/232 KB 244/590 KB 316/1710 KB 104/258 KB 232/232 KB 248/590 KB 316/1710 KB 104/258 KB 232/232 KB 248/590 KB 316/1710 KB 108/258 KB 232/232 KB 252/590 KB 316/1710 KB 112/258 KB 232/232 KB 252/590 KB 316/1710 KB 108/258 KB 232/232 KB 256/590 KB 316/1710 KB 112/258 KB 232/232 KB 256/590 KB 316/1710 KB 116/258 KB 256/590 KB 320/1710 KB 120/258 KB 256/590 KB 320/1710 KB 124/258 KB 256/590 KB 320/1710 KB 128/258 KB 232/232 KB 256/590 KB 320/1710 KB 116/258 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar (232 KB at 1916.4 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 256/590 KB 324/1710 KB 128/258 KB 256/590 KB 328/1710 KB 128/258 KB 256/590 KB 332/1710 KB 128/258 KB 256/590 KB 336/1710 KB 128/258 KB 256/590 KB 340/1710 KB 128/258 KB 256/590 KB 344/1710 KB 132/258 KB 256/590 KB 348/1710 KB 132/258 KB 256/590 KB 352/1710 KB 132/258 KB 256/590 KB 340/1710 KB 132/258 KB 256/590 KB 352/1710 KB 136/258 KB 256/590 KB 352/1710 KB 140/258 KB 256/590 KB 352/1710 KB 144/258 KB 256/590 KB 352/1710 KB 148/258 KB 256/590 KB 356/1710 KB 152/258 KB 256/590 KB 356/1710 KB 156/258 KB 256/590 KB 356/1710 KB 148/258 KB 256/590 KB 356/1710 KB 160/258 KB 256/590 KB 360/1710 KB 160/258 KB 256/590 KB 364/1710 KB 160/258 KB 256/590 KB 368/1710 KB 160/258 KB 256/590 KB 368/1710 KB 164/258 KB 256/590 KB 368/1710 KB 164/258 KB 4/223 KB 256/590 KB 368/1710 KB 164/258 KB 8/223 KB 256/590 KB 368/1710 KB 164/258 KB 12/223 KB 256/590 KB 368/1710 KB 164/258 KB 16/223 KB 4/208 KB 256/590 KB 368/1710 KB 164/258 KB 16/223 KB 8/208 KB 256/590 KB 368/1710 KB 164/258 KB 16/223 KB 12/208 KB 256/590 KB 368/1710 KB 164/258 KB 20/223 KB 16/208 KB 256/590 KB 368/1710 KB 164/258 KB 20/223 KB 8/208 KB 256/590 KB 368/1710 KB 164/258 KB 20/223 KB 16/208 KB 256/590 KB 368/1710 KB 164/258 KB 24/223 KB 16/208 KB 256/590 KB 368/1710 KB 164/258 KB 28/223 KB 16/208 KB 256/590 KB 368/1710 KB 164/258 KB 32/223 KB 20/208 KB 256/590 KB 368/1710 KB 164/258 KB 32/223 KB 24/208 KB 256/590 KB 368/1710 KB 164/258 KB 32/223 KB 28/208 KB 256/590 KB 368/1710 KB 164/258 KB 32/223 KB 32/208 KB 256/590 KB 368/1710 KB 164/258 KB 36/223 KB 28/208 KB 256/590 KB 368/1710 KB 164/258 KB 36/223 KB 32/208 KB 256/590 KB 368/1710 KB 168/258 KB 36/223 KB 32/208 KB 256/590 KB 368/1710 KB 168/258 KB 40/223 KB 32/208 KB 256/590 KB 372/1710 KB 172/258 KB 44/223 KB 32/208 KB 256/590 KB 372/1710 KB 172/258 KB 48/223 KB 32/208 KB 256/590 KB 372/1710 KB 172/258 KB 40/223 KB 32/208 KB 256/590 KB 368/1710 KB 172/258 KB 40/223 KB 32/208 KB 256/590 KB 372/1710 KB 176/258 KB 48/223 KB 32/208 KB 256/590 KB 376/1710 KB 176/258 KB 48/223 KB 32/208 KB 256/590 KB 380/1710 KB 176/258 KB 48/223 KB 32/208 KB 256/590 KB 384/1710 KB 176/258 KB 48/223 KB 36/208 KB 256/590 KB 388/1710 KB 180/258 KB 52/223 KB 36/208 KB 260/590 KB 392/1710 KB 180/258 KB 52/223 KB 36/208 KB 260/590 KB 396/1710 KB 180/258 KB 52/223 KB 36/208 KB 260/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 256/590 KB 384/1710 KB 180/258 KB 52/223 KB 36/208 KB 256/590 KB 384/1710 KB 180/258 KB 48/223 KB 36/208 KB 256/590 KB 384/1710 KB 176/258 KB 48/223 KB 36/208 KB 260/590 KB 388/1710 KB 180/258 KB 52/223 KB 36/208 KB 264/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 268/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 272/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 276/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 280/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 284/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 288/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 292/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 296/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 300/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 304/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 308/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 312/590 KB 400/1710 KB 180/258 KB 52/223 KB 36/208 KB 316/590 KB 400/1710 KB 180/258 KB 52/223 KB 40/208 KB 316/590 KB 400/1710 KB 180/258 KB 52/223 KB 40/208 KB 320/590 KB 400/1710 KB unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 180/258 KB 52/223 KB 44/208 KB 320/590 KB 400/1710 KB 180/258 KB 52/223 KB 48/208 KB 320/590 KB 400/1710 KB 180/258 KB 52/223 KB 48/208 KB 320/590 KB 400/1710 KB 184/258 KB 52/223 KB 48/208 KB 320/590 KB 400/1710 KB 188/258 KB 56/223 KB 52/208 KB 320/590 KB 400/1710 KB 192/258 KB 56/223 KB 48/208 KB 320/590 KB 400/1710 KB 184/258 KB 56/223 KB 52/208 KB 320/590 KB 400/1710 KB 192/258 KB 60/223 KB 52/208 KB 320/590 KB 400/1710 KB 192/258 KB 64/223 KB 52/208 KB 324/590 KB 400/1710 KB 192/258 KB 64/223 KB 52/208 KB 328/590 KB 400/1710 KB 192/258 KB 64/223 KB 52/208 KB 332/590 KB 400/1710 KB 192/258 KB 64/223 KB 52/208 KB 320/590 KB 400/1710 KB 188/258 KB 56/223 KB 56/208 KB 332/590 KB 400/1710 KB 192/258 KB 64/223 KB 60/208 KB 332/590 KB 400/1710 KB 192/258 KB 64/223 KB 64/208 KB 336/590 KB 400/1710 KB 192/258 KB 68/223 KB 64/208 KB 336/590 KB 404/1710 KB 196/258 KB 68/223 KB 60/208 KB 336/590 KB 400/1710 KB 192/258 KB 64/223 KB 60/208 KB 336/590 KB 400/1710 KB 192/258 KB 68/223 KB 64/208 KB 336/590 KB 400/1710 KB 196/258 KB 68/223 KB 64/208 KB 336/590 KB 404/1710 KB 200/258 KB 72/223 KB 64/208 KB 336/590 KB 404/1710 KB 204/258 KB 72/223 KB 64/208 KB 336/590 KB 404/1710 KB 196/258 KB 72/223 KB 64/208 KB 336/590 KB 404/1710 KB 208/258 KB 76/223 KB 64/208 KB 336/590 KB 404/1710 KB 208/258 KB 76/223 KB 64/208 KB 336/590 KB 408/1710 KB 208/258 KB 76/223 KB 64/208 KB 340/590 KB 412/1710 KB 208/258 KB 80/223 KB 64/208 KB 340/590 KB 416/1710 KB 208/258 KB 80/223 KB 64/208 KB 340/590 KB 408/1710 KB 208/258 KB 80/223 KB 64/208 KB 340/590 KB 408/1710 KB 208/258 KB 76/223 KB 68/208 KB 344/590 KB 416/1710 KB 208/258 KB 80/223 KB 68/208 KB 348/590 KB 416/1710 KB 208/258 KB 80/223 KB 68/208 KB 352/590 KB 416/1710 KB 208/258 KB 80/223 KB 68/208 KB 340/590 KB 416/1710 KB 208/258 KB 80/223 KB 72/208 KB 352/590 KB 416/1710 KB 208/258 KB 80/223 KB 76/208 KB 352/590 KB 416/1710 KB 208/258 KB 80/223 KB 76/208 KB 356/590 KB 416/1710 KB 212/258 KB 80/223 KB 80/208 KB 360/590 KB 420/1710 KB 212/258 KB 84/223 KB 76/208 KB 352/590 KB 416/1710 KB 212/258 KB 80/223 KB 80/208 KB 360/590 KB 420/1710 KB 216/258 KB 84/223 KB 80/208 KB 360/590 KB 420/1710 KB 220/258 KB 84/223 KB 80/208 KB 360/590 KB 420/1710 KB 224/258 KB 84/223 KB 80/208 KB 356/590 KB 420/1710 KB 212/258 KB 84/223 KB 80/208 KB 356/590 KB 416/1710 KB 212/258 KB 84/223 KB 80/208 KB 356/590 KB 416/1710 KB 212/258 KB 80/223 KB 80/208 KB 360/590 KB 420/1710 KB 224/258 KB 88/223 KB 80/208 KB 360/590 KB 420/1710 KB 224/258 KB 92/223 KB 80/208 KB 360/590 KB 420/1710 KB 224/258 KB 96/223 KB 80/208 KB 360/590 KB 424/1710 KB 224/258 KB 96/223 KB 84/208 KB 360/590 KB 424/1710 KB 224/258 KB 96/223 KB 88/208 KB 364/590 KB 428/1710 KB 224/258 KB 96/223 KB 92/208 KB 364/590 KB 428/1710 KB 224/258 KB 96/223 KB 84/208 KB 364/590 KB 428/1710 KB 224/258 KB 96/223 KB 92/208 KB 368/590 KB 428/1710 KB 228/258 KB 96/223 KB 84/208 KB 360/590 KB 428/1710 KB 224/258 KB 96/223 KB 92/208 KB 368/590 KB 432/1710 KB 228/258 KB 96/223 KB 92/208 KB 368/590 KB 436/1710 KB 228/258 KB 96/223 KB 96/208 KB 372/590 KB 440/1710 KB 228/258 KB 100/223 KB 96/208 KB 372/590 KB 444/1710 KB 228/258 KB 100/223 KB 96/208 KB 372/590 KB 448/1710 KB 228/258 KB 100/223 KB 92/208 KB 364/590 KB 428/1710 KB 228/258 KB 96/223 KB 96/208 KB 372/590 KB 448/1710 KB 232/258 KB 100/223 KB 96/208 KB 372/590 KB 448/1710 KB 236/258 KB 100/223 KB 96/208 KB 372/590 KB 448/1710 unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install KB 240/258 KB 100/223 KB 96/208 KB 372/590 KB 436/1710 KB 228/258 KB 100/223 KB 96/208 KB 376/590 KB 448/1710 KB 240/258 KB 100/223 KB 96/208 KB 380/590 KB 448/1710 KB 240/258 KB 100/223 KB 96/208 KB 384/590 KB 448/1710 KB 240/258 KB 100/223 KB 96/208 KB 368/590 KB 436/1710 KB 228/258 KB 100/223 KB 96/208 KB 368/590 KB 436/1710 KB 228/258 KB 96/223 KB 96/208 KB 384/590 KB 448/1710 KB 240/258 KB 104/223 KB 96/208 KB 384/590 KB 448/1710 KB 240/258 KB 108/223 KB 96/208 KB 384/590 KB 448/1710 KB 240/258 KB 112/223 KB 100/208 KB 384/590 KB 448/1710 KB 240/258 KB 112/223 KB 104/208 KB 384/590 KB 448/1710 KB 244/258 KB 116/223 KB 108/208 KB 384/590 KB 448/1710 KB 244/258 KB 116/223 KB 112/208 KB 384/590 KB 448/1710 KB 244/258 KB 116/223 KB 116/208 KB 384/590 KB 448/1710 KB 244/258 KB 116/223 KB 120/208 KB 388/590 KB 452/1710 KB 244/258 KB 116/223 KB 100/208 KB 384/590 KB 448/1710 KB 244/258 KB 116/223 KB 100/208 KB 384/590 KB 448/1710 KB 240/258 KB 116/223 KB 124/208 KB 388/590 KB 452/1710 KB 248/258 KB 116/223 KB 124/208 KB 388/590 KB 452/1710 KB 252/258 KB 120/223 KB 124/208 KB 388/590 KB 452/1710 KB 256/258 KB 120/223 KB 116/208 KB 388/590 KB 452/1710 KB 244/258 KB 116/223 KB 124/208 KB 392/590 KB 452/1710 KB 256/258 KB 120/223 KB 116/208 KB 384/590 KB 452/1710 KB 244/258 KB 116/223 KB 124/208 KB 392/590 KB 456/1710 KB 256/258 KB 120/223 KB 124/208 KB 396/590 KB 460/1710 KB 258/258 KB 120/223 KB 124/208 KB 396/590 KB 464/1710 KB 258/258 KB 120/223 KB 124/208 KB 388/590 KB 452/1710 KB 248/258 KB 120/223 KB 124/208 KB 396/590 KB 464/1710 KB 258/258 KB 124/223 KB 124/208 KB 396/590 KB 464/1710 KB 258/258 KB 128/223 KB 124/208 KB 396/590 KB 456/1710 KB 258/258 KB 120/223 KB 124/208 KB 396/590 KB 456/1710 KB 258/258 KB 120/223 KB 124/208 KB 400/590 KB 464/1710 KB 258/258 KB 128/223 KB 124/208 KB 404/590 KB 464/1710 KB 258/258 KB 128/223 KB 124/208 KB 408/590 KB 468/1710 KB 258/258 KB 132/223 KB 124/208 KB 412/590 KB 468/1710 KB 258/258 KB 132/223 KB 124/208 KB 416/590 KB 468/1710 KB 258/258 KB 132/223 KB 124/208 KB 404/590 KB 468/1710 KB 258/258 KB 132/223 KB 124/208 KB 404/590 KB 464/1710 KB 258/258 KB 132/223 KB 124/208 KB 388/590 KB 452/1710 KB 244/258 KB 128/223 KB 128/208 KB 416/590 KB 468/1710 KB 258/258 KB 132/223 KB 128/208 KB 416/590 KB 468/1710 KB 258/258 KB 136/223 KB 128/208 KB 416/590 KB 468/1710 KB 258/258 KB 140/223 KB 128/208 KB 416/590 KB 468/1710 KB 258/258 KB 144/223 KB 132/208 KB 416/590 KB 468/1710 KB 258/258 KB 144/223 KB 136/208 KB 416/590 KB 472/1710 KB 258/258 KB 144/223 KB 140/208 KB 416/590 KB 472/1710 KB 258/258 KB 144/223 KB 144/208 KB 416/590 KB 472/1710 KB 258/258 KB 144/223 KB 148/208 KB 416/590 KB 472/1710 KB 258/258 KB 144/223 KB 152/208 KB 420/590 KB 472/1710 KB 258/258 KB 148/223 KB 132/208 KB 416/590 KB 472/1710 KB 258/258 KB 144/223 KB 152/208 KB 420/590 KB 476/1710 KB 258/258 KB 148/223 KB 152/208 KB 420/590 KB 480/1710 KB 258/258 KB 148/223 KB 152/208 KB 420/590 KB 484/1710 KB 258/258 KB 148/223 KB 148/208 KB 420/590 KB 472/1710 KB 258/258 KB 148/223 KB 148/208 KB 416/590 KB 472/1710 KB 258/258 KB 148/223 KB 152/208 KB 420/590 KB 484/1710 KB 258/258 KB 152/223 KB 152/208 KB 420/590 KB 484/1710 KB 258/258 KB 156/223 KB 152/208 KB 420/590 KB 484/1710 KB 258/258 KB 160/223 KB 152/208 KB 424/590 KB 484/1710 KB 258/258 KB 160/223 KB 152/208 KB 428/590 KB 484/1710 KB 258/258 KB 160/223 KB 152/208 KB 432/590 KB 484/1710 KB 258/258 KB 1 unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 60/223 KB 152/208 KB 436/590 KB 484/1710 KB 258/258 KB 160/223 KB 156/208 KB 440/590 KB 488/1710 KB 164/223 KB 156/208 KB 444/590 KB 488/1710 KB 164/223 KB 156/208 KB 448/590 KB 488/1710 KB 164/223 KB 156/208 KB 436/590 KB 488/1710 KB 164/223 KB 156/208 KB 436/590 KB 488/1710 KB 160/223 KB 152/208 KB 436/590 KB 488/1710 KB 160/223 KB 156/208 KB 448/590 KB 492/1710 KB 164/223 KB 156/208 KB 448/590 KB 496/1710 KB 164/223 KB 160/208 KB 448/590 KB 496/1710 KB 168/223 KB 160/208 KB 448/590 KB 496/1710 KB 172/223 KB 160/208 KB 448/590 KB 496/1710 KB 176/223 KB 160/208 KB 448/590 KB 496/1710 KB 164/223 KB 164/208 KB 448/590 KB 496/1710 KB 176/223 KB 168/208 KB 448/590 KB 500/1710 KB 176/223 KB 172/208 KB 448/590 KB 500/1710 KB 176/223 KB 176/208 KB 448/590 KB 500/1710 KB 176/223 KB 164/208 KB 448/590 KB 500/1710 KB 176/223 KB 176/208 KB 448/590 KB 504/1710 KB 176/223 KB 176/208 KB 448/590 KB 508/1710 KB 176/223 KB 176/208 KB 448/590 KB 512/1710 KB 176/223 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1524.5 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 176/208 KB 452/590 KB 512/1710 KB 176/223 KB 180/208 KB 456/590 KB 516/1710 KB 180/223 KB 180/208 KB 460/590 KB 516/1710 KB 180/223 KB 180/208 KB 464/590 KB 516/1710 KB 180/223 KB 180/208 KB 452/590 KB 516/1710 KB 180/223 KB 176/208 KB 452/590 KB 512/1710 KB 180/223 KB 180/208 KB 464/590 KB 516/1710 KB 184/223 KB 180/208 KB 464/590 KB 516/1710 KB 188/223 KB 180/208 KB 464/590 KB 516/1710 KB 192/223 KB 176/208 KB 452/590 KB 516/1710 KB 180/223 KB 180/208 KB 464/590 KB 520/1710 KB 192/223 KB 184/208 KB 464/590 KB 524/1710 KB 192/223 KB 184/208 KB 464/590 KB 528/1710 KB 192/223 KB 184/208 KB 464/590 KB 532/1710 KB 192/223 KB 184/208 KB 468/590 KB 536/1710 KB 196/223 KB 184/208 KB 468/590 KB 540/1710 KB 196/223 KB 184/208 KB 468/590 KB 544/1710 KB 196/223 KB 184/208 KB 464/590 KB 520/1710 KB 192/223 KB 188/208 KB 468/590 KB 544/1710 KB 196/223 KB 192/208 KB 468/590 KB 544/1710 KB 196/223 KB 196/208 KB 468/590 KB 544/1710 KB 196/223 KB 200/208 KB 468/590 KB 544/1710 KB 196/223 KB 204/208 KB 468/590 KB 544/1710 KB 196/223 KB 208/208 KB 468/590 KB 544/1710 KB 196/223 KB 184/208 KB 468/590 KB 532/1710 KB 196/223 KB 184/208 KB 464/590 KB 532/1710 KB 196/223 KB 208/208 KB 468/590 KB 544/1710 KB 200/223 KB 208/208 KB 468/590 KB 544/1710 KB 204/223 KB 208/208 KB 468/590 KB 544/1710 KB 208/223 KB 208/208 KB 472/590 KB 544/1710 KB 212/223 KB 208/208 KB 472/590 KB 544/1710 KB 216/223 KB 208/208 KB 472/590 KB 544/1710 KB 220/223 KB 3/38 KB 208/208 KB 472/590 KB 544/1710 KB 223/223 KB 3/38 KB 208/208 KB 472/590 KB 544/1710 KB 208/223 KB 208/208 KB 476/590 KB 544/1710 KB 223/223 KB 3/38 KB 208/208 KB 480/590 KB 544/1710 KB 223/223 KB 3/38 KB 208/208 KB 472/590 KB 544/1710 KB 216/223 KB 3/38 KB 208/208 KB 480/590 KB 544/1710 KB 223/223 KB 6/38 KB 208/208 KB 480/590 KB 544/1710 KB 223/223 KB 9/38 KB 208/208 KB 480/590 KB 544/1710 KB 223/223 KB 11/38 KB 208/208 KB 480/590 KB 544/1710 KB 223/223 KB 14/38 KB 208/208 KB 484/590 KB 544/1710 KB 223/223 KB 14/38 KB 208/208 KB 488/590 KB 544/1710 KB 223/223 KB 16/38 KB 208/208 KB 492/590 KB 548/1710 KB 223/223 KB 16/38 KB 208/208 KB 496/590 KB 548/1710 KB 223/223 KB 16/38 KB 208/208 KB 484/590 KB 544/1710 KB 223/223 KB 16/38 KB 208/208 KB 496/590 KB 548/1710 KB 223/223 KB 19/38 KB 208/208 KB 496/590 KB 548/1710 KB 223/223 KB 22/38 KB 208/208 KB 488/590 KB 548/1710 KB 223/223 KB 16/38 KB 208/208 KB 496/590 KB 552/1710 KB 223/223 KB 22/38 KB 208/208 KB 496/590 KB 556/1710 KB 223/223 KB 25/38 KB 208/208 KB 500/590 KB 556/1710 KB 223/223 KB 27/38 KB 208/208 KB 500/590 KB 556/1710 KB 223/223 KB 30/38 KB 208/208 KB 500/590 KB 556/1710 KB 223/223 KB 25/38 KB 208/208 KB 500/590 KB 556/1710 KB 223/223 KB 27/38 KB 208/208 KB 500/590 KB 560/1710 KB 223/223 KB 30/38 KB 208/208 KB 500/590 KB 564/1710 KB 223/223 KB 30/38 KB 208/208 KB 504/590 KB 564/1710 KB 223/223 KB 32/38 KB 208/208 KB 500/590 KB 564/1710 KB 223/223 KB 32/38 KB 208/208 KB 508/590 KB 564/1710 KB 223/223 KB 32/38 KB 208/208 KB 512/590 KB 564/1710 KB 223/223 KB 35/38 KB 208/208 KB 508/590 KB 564/1710 KB 223/223 KB 35/38 KB 208/208 KB 512/590 KB 568/1710 KB 223/223 KB 35/38 KB 208/208 KB 512/590 KB 572/1710 KB 223/223 KB 35/38 KB 208/208 KB 512/590 KB 576/1710 KB 223/223 KB 35/38 KB 208/208 KB 512/590 KB 576/1710 KB 223/223 KB 38/38 KB 208/208 KB 512/590 KB 576/1710 KB 223/223 KB 38/38 KB 208/208 KB 512/590 KB 580/1710 KB 223/223 KB 38/38 KB 208/208 KB 516/590 KB 580/1710 unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install KB 223/223 KB 38/38 KB 208/208 KB 520/590 KB 580/1710 KB 223/223 KB 38/38 KB 208/208 KB 524/590 KB 580/1710 KB 223/223 KB 38/38 KB 208/208 KB 528/590 KB 580/1710 KB 223/223 KB 38/38 KB 208/208 KB 528/590 KB 584/1710 KB 223/223 KB 38/38 KB 208/208 KB 528/590 KB 588/1710 KB 223/223 KB 38/38 KB 208/208 KB 528/590 KB 592/1710 KB 223/223 KB 38/38 KB 208/208 KB 528/590 KB 596/1710 KB 223/223 KB 38/38 KB 208/208 KB 532/590 KB 600/1710 KB 223/223 KB 38/38 KB 208/208 KB 532/590 KB 604/1710 KB 223/223 KB 38/38 KB 208/208 KB 532/590 KB 596/1710 KB 223/223 KB 38/38 KB 208/208 KB 536/590 KB 608/1710 KB 223/223 KB 38/38 KB 208/208 KB 540/590 KB 608/1710 KB 223/223 KB 38/38 KB 208/208 KB 544/590 KB 608/1710 KB 223/223 KB 38/38 KB 208/208 KB 532/590 KB 608/1710 KB 223/223 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 1078.2 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 1150.5 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 192.9 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 544/590 KB 612/1710 KB 548/590 KB 612/1710 KB 552/590 KB 612/1710 KB 556/590 KB 612/1710 KB 556/590 KB 616/1710 KB 560/590 KB 616/1710 KB 560/590 KB 620/1710 KB 560/590 KB 624/1710 KB 560/590 KB 628/1710 KB 564/590 KB 632/1710 KB 564/590 KB 636/1710 KB 564/590 KB 640/1710 KB 564/590 KB 628/1710 KB 568/590 KB 640/1710 KB 572/590 KB 640/1710 KB 576/590 KB 640/1710 KB 580/590 KB 640/1710 KB 584/590 KB 644/1710 KB 588/590 KB 644/1710 KB 590/590 KB 644/1710 KB 580/590 KB 644/1710 KB 590/590 KB 648/1710 KB 590/590 KB 652/1710 KB 590/590 KB 656/1710 KB 590/590 KB 660/1710 KB 590/590 KB 664/1710 KB 590/590 KB 668/1710 KB 590/590 KB 672/1710 KB 590/590 KB 672/1710 KB 4/18 KB 590/590 KB 672/1710 KB 8/18 KB 590/590 KB 672/1710 KB 12/18 KB 590/590 KB 672/1710 KB 16/18 KB 590/590 KB 672/1710 KB 18/18 KB 590/590 KB 676/1710 KB 18/18 KB 590/590 KB 680/1710 KB 18/18 KB 590/590 KB 684/1710 KB 18/18 KB 590/590 KB 688/1710 KB 18/18 KB 3/214 KB 590/590 KB 688/1710 KB 18/18 KB 6/214 KB 590/590 KB 688/1710 KB 18/18 KB 9/214 KB 590/590 KB 688/1710 KB 18/18 KB 11/214 KB 590/590 KB 688/1710 KB 18/18 KB 14/214 KB 590/590 KB 688/1710 KB 18/18 KB 16/214 KB 590/590 KB 688/1710 KB 18/18 KB 19/214 KB 590/590 KB 688/1710 KB 18/18 KB 22/214 KB 590/590 KB 688/1710 KB 18/18 KB 25/214 KB 590/590 KB 688/1710 KB 18/18 KB 27/214 KB 590/590 KB 688/1710 KB 18/18 KB 30/214 KB 590/590 KB 688/1710 KB 18/18 KB 32/214 KB 688/1710 KB 18/18 KB 36/214 KB 688/1710 KB 18/18 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar (590 KB at 2692.5 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 40/214 KB 688/1710 KB 18/18 KB 44/214 KB 688/1710 KB 18/18 KB 48/214 KB 688/1710 KB 18/18 KB 52/214 KB 688/1710 KB 18/18 KB 56/214 KB 688/1710 KB 18/18 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 84.7 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 60/214 KB 688/1710 KB 61/214 KB 688/1710 KB 65/214 KB 688/1710 KB 65/214 KB 692/1710 KB 65/214 KB 4/531 KB 692/1710 KB 65/214 KB 8/531 KB 692/1710 KB 65/214 KB 12/531 KB 692/1710 KB 65/214 KB 16/531 KB 692/1710 KB 65/214 KB 16/531 KB 696/1710 KB 65/214 KB 16/531 KB 700/1710 KB 65/214 KB 16/531 KB 704/1710 KB 69/214 KB 16/531 KB 704/1710 KB 73/214 KB 16/531 KB 704/1710 KB 77/214 KB 16/531 KB 704/1710 KB 77/214 KB 16/531 KB 708/1710 KB 77/214 KB 20/531 KB 708/1710 KB 77/214 KB 24/531 KB 708/1710 KB 77/214 KB 28/531 KB 708/1710 KB 77/214 KB 32/531 KB 708/1710 KB 77/214 KB 32/531 KB 712/1710 KB 77/214 KB 32/531 KB 716/1710 KB 77/214 KB 32/531 KB 720/1710 KB 81/214 KB 32/531 KB 720/1710 KB 85/214 KB 32/531 KB 720/1710 KB 85/214 KB 36/531 KB 720/1710 KB 85/214 KB 40/531 KB 720/1710 KB 3/109 KB 85/214 KB 40/531 KB 720/1710 KB 6/109 KB 85/214 KB 40/531 KB 720/1710 KB 9/109 KB 85/214 KB 40/531 KB 720/1710 KB 9/109 KB 85/214 KB 44/531 KB 720/1710 KB 9/109 KB 85/214 KB 48/531 KB 720/1710 KB 11/109 KB 85/214 KB 48/531 KB 720/1710 KB 14/109 KB 85/214 KB 48/531 KB 720/1710 KB 16/109 KB 85/214 KB 48/531 KB 720/1710 KB 16/109 KB 85/214 KB 52/531 KB 720/1710 KB 16/109 KB 85/214 KB 56/531 KB 720/1710 KB 19/109 KB 85/214 KB 60/531 KB 720/1710 KB 19/109 KB 85/214 KB 56/531 KB 720/1710 KB 22/109 KB 85/214 KB 60/531 KB 720/1710 KB 22/109 KB 85/214 KB 64/531 KB 720/1710 KB 22/109 KB 85/214 KB 68/531 KB 720/1710 KB 25/109 KB 85/214 KB 68/531 KB 720/1710 KB 3/1267 KB 25/109 KB 85/214 KB 68/531 KB 720/1710 KB 3/1267 KB 25/109 KB 85/214 KB 68/531 KB 720/1710 KB 6/1267 KB 27/109 KB 85/214 KB 68/531 KB 720/1710 KB 6/1267 KB 27/109 KB 85/214 KB 68/531 KB 720/1710 KB 9/1267 KB 30/109 KB 85/214 KB 72/531 KB 720/1710 KB 9/1267 KB 30/109 KB 85/214 KB 76/531 KB 720/1710 KB 9/1267 KB 30/109 KB 85/214 KB 80/531 KB 720/1710 KB 9/1267 KB 30/109 KB 85/214 KB 68/531 KB 720/1710 KB 9/1267 KB 32/109 KB 85/214 KB 80/531 KB 720/1710 KB 11/1267 KB 30/109 KB 85/214 KB 80/531 KB 720/1710 KB 11/1267 KB 32/109 KB 85/214 KB 80/531 KB 720/1710 KB 14/1267 KB 36/109 KB 85/214 KB 80/531 KB 720/1710 KB 16/1267 KB 36/109 KB 85/214 KB 80/531 KB 720/1710 KB 19/1267 KB 36/109 KB 85/214 KB 84/531 KB 720/1710 KB 19/1267 KB 36/109 KB 85/214 KB 88/531 KB 720/1710 KB 19/1267 KB 36/109 KB 85/214 KB 80/531 KB 720/1710 KB 14/1267 KB 40/109 KB 85/214 KB 88/531 KB 720/1710 KB 22/1267 KB 36/109 KB 85/214 KB 88/531 KB 720/1710 KB 22/1267 KB 44/109 KB 85/214 KB 88/531 KB 720/1710 KB 22/1267 KB 44/109 KB 89/214 KB 92/531 KB 720/1710 KB 22/1267 KB 44/109 KB 93/214 KB 92/531 KB 720/1710 KB 22/1267 KB 44/109 KB 85/214 KB 92/531 KB 720/1710 KB 22/1267 KB 48/109 KB 93/214 KB 96/531 KB 720/1710 KB 25/1267 KB 48/109 KB 93/214 KB 92/531 KB 720/1710 KB 25/1267 KB 48/109 KB 93/214 KB 92/531 KB 720/1710 KB 22/1267 KB 48/109 KB 97/214 KB 96/531 KB 720/1710 KB 25/1267 KB 52/109 KB 101/214 KB 100/531 KB 724/1710 KB 27/1267 KB 52/109 KB 105/214 KB 100/531 KB 724/1710 KB 27/1267 KB 52/109 KB 109/214 KB 100/531 KB 724/1710 KB 27/1267 KB 52/109 KB 97/214 KB 100/531 KB 724/1710 KB 27/1267 KB 48/109 KB 97/214 KB 96/531 KB 720/1710 KB 27/1267 KB 52/109 KB 97/214 KB 96/531 KB 724/1710 KB 27/1267 KB 52/109 KB 109/214 KB 100/531 KB 728/1710 KB 27/1267 KB 52/109 KB 109/214 KB 100/531 KB 732/1710 KB 27/1267 KB 52/109 KB 109/214 KB 100/531 KB 736/1710 KB 30/1267 KB 52/109 KB 97/214 KB 96/531 KB 720/1710 KB 27/ unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 1267 KB 56/109 KB 109/214 KB 100/531 KB 736/1710 KB 30/1267 KB 60/109 KB 109/214 KB 104/531 KB 736/1710 KB 30/1267 KB 64/109 KB 109/214 KB 104/531 KB 736/1710 KB 30/1267 KB 52/109 KB 109/214 KB 100/531 KB 732/1710 KB 30/1267 KB 64/109 KB 109/214 KB 104/531 KB 736/1710 KB 32/1267 KB 56/109 KB 109/214 KB 104/531 KB 736/1710 KB 30/1267 KB 64/109 KB 109/214 KB 108/531 KB 736/1710 KB 32/1267 KB 64/109 KB 109/214 KB 112/531 KB 736/1710 KB 32/1267 KB 64/109 KB 113/214 KB 112/531 KB 736/1710 KB 32/1267 KB 68/109 KB 117/214 KB 116/531 KB 740/1710 KB 36/1267 KB 68/109 KB 121/214 KB 116/531 KB 740/1710 KB 36/1267 KB 68/109 KB 125/214 KB 116/531 KB 740/1710 KB 36/1267 KB 68/109 KB 113/214 KB 116/531 KB 740/1710 KB 36/1267 KB 68/109 KB 113/214 KB 116/531 KB 736/1710 KB 36/1267 KB 68/109 KB 125/214 KB 116/531 KB 744/1710 KB 36/1267 KB 68/109 KB 125/214 KB 116/531 KB 748/1710 KB 40/1267 KB 68/109 KB 125/214 KB 116/531 KB 752/1710 KB 40/1267 KB 68/109 KB 113/214 KB 116/531 KB 736/1710 KB 32/1267 KB 68/109 KB 113/214 KB 112/531 KB 736/1710 KB 32/1267 KB 68/109 KB 125/214 KB 116/531 KB 744/1710 KB 40/1267 KB 68/109 KB 125/214 KB 116/531 KB 752/1710 KB 44/1267 KB 68/109 KB 125/214 KB 116/531 KB 752/1710 KB 48/1267 KB 72/109 KB 125/214 KB 116/531 KB 752/1710 KB 48/1267 KB 76/109 KB 125/214 KB 116/531 KB 752/1710 KB 48/1267 KB 80/109 KB 125/214 KB 120/531 KB 752/1710 KB 48/1267 KB 84/109 KB 125/214 KB 120/531 KB 752/1710 KB 48/1267 KB 88/109 KB 129/214 KB 120/531 KB 756/1710 KB 52/1267 KB 92/109 KB 129/214 KB 120/531 KB 756/1710 KB 52/1267 KB 96/109 KB 129/214 KB 120/531 KB 756/1710 KB 52/1267 KB 76/109 KB 125/214 KB 120/531 KB 752/1710 KB 48/1267 KB 96/109 KB 129/214 KB 124/531 KB 756/1710 KB 52/1267 KB 96/109 KB 129/214 KB 128/531 KB 756/1710 KB 52/1267 KB 84/109 KB 129/214 KB 120/531 KB 756/1710 KB 52/1267 KB 96/109 KB 129/214 KB 128/531 KB 760/1710 KB 52/1267 KB 96/109 KB 129/214 KB 128/531 KB 764/1710 KB 52/1267 KB 96/109 KB 129/214 KB 128/531 KB 768/1710 KB 52/1267 KB 84/109 KB 129/214 KB 120/531 KB 752/1710 KB 52/1267 KB 96/109 KB 129/214 KB 128/531 KB 768/1710 KB 56/1267 KB 96/109 KB 129/214 KB 128/531 KB 768/1710 KB 60/1267 KB 96/109 KB 129/214 KB 128/531 KB 768/1710 KB 62/1267 KB 84/109 KB 129/214 KB 120/531 KB 752/1710 KB 48/1267 KB 96/109 KB 133/214 KB 128/531 KB 768/1710 KB 62/1267 KB 96/109 KB 137/214 KB 128/531 KB 768/1710 KB 62/1267 KB 96/109 KB 141/214 KB 128/531 KB 768/1710 KB 62/1267 KB 96/109 KB 145/214 KB 132/531 KB 772/1710 KB 62/1267 KB 100/109 KB 149/214 KB 132/531 KB 772/1710 KB 66/1267 KB 96/109 KB 141/214 KB 132/531 KB 772/1710 KB 62/1267 KB 96/109 KB 141/214 KB 132/531 KB 768/1710 KB 62/1267 KB 100/109 KB 149/214 KB 136/531 KB 772/1710 KB 66/1267 KB 100/109 KB 149/214 KB 140/531 KB 772/1710 KB 66/1267 KB 100/109 KB 149/214 KB 144/531 KB 772/1710 KB 66/1267 KB 100/109 KB 149/214 KB 144/531 KB 776/1710 KB 66/1267 KB 100/109 KB 149/214 KB 144/531 KB 780/1710 KB 66/1267 KB 100/109 KB 149/214 KB 144/531 KB 784/1710 KB 66/1267 KB 100/109 KB 145/214 KB 132/531 KB 772/1710 KB 66/1267 KB 104/109 KB 149/214 KB 144/531 KB 784/1710 KB 66/1267 KB 96/109 KB 145/214 KB 132/531 KB 772/1710 KB 66/1267 KB 108/109 KB 149/214 KB 144/531 KB 784/1710 KB 70/1267 KB 108/109 KB 149/214 KB 144/531 KB 784/1710 KB 74/1267 KB 108/109 KB 149/214 KB 144/531 KB 784/1710 KB 74/1267 KB 109/109 KB 149/214 KB 144/531 KB 784/1710 KB 74/1267 KB 109/109 KB 149/214 KB 144/531 KB 784/171 unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 0 KB 78/1267 KB 109/109 KB 149/214 KB 144/531 KB 784/1710 KB 82/1267 KB 109/109 KB 153/214 KB 148/531 KB 788/1710 KB 86/1267 KB 109/109 KB 153/214 KB 148/531 KB 788/1710 KB 90/1267 KB 109/109 KB 153/214 KB 148/531 KB 788/1710 KB 94/1267 KB 109/109 KB 153/214 KB 144/531 KB 784/1710 KB 82/1267 KB 109/109 KB 157/214 KB 148/531 KB 788/1710 KB 94/1267 KB 109/109 KB 153/214 KB 148/531 KB 788/1710 KB 82/1267 KB 109/109 KB 157/214 KB 152/531 KB 788/1710 KB 94/1267 KB 109/109 KB 157/214 KB 156/531 KB 788/1710 KB 94/1267 KB 109/109 KB 157/214 KB 160/531 KB 788/1710 KB 94/1267 KB 109/109 KB 161/214 KB 160/531 KB 788/1710 KB 94/1267 KB 109/109 KB 165/214 KB 164/531 KB 788/1710 KB 94/1267 KB 109/109 KB 169/214 KB 164/531 KB 788/1710 KB 94/1267 KB 109/109 KB 173/214 KB 164/531 KB 788/1710 KB 94/1267 KB 109/109 KB 153/214 KB 144/531 KB 788/1710 KB 82/1267 KB 109/109 KB 173/214 KB 164/531 KB 792/1710 KB 94/1267 KB 109/109 KB 173/214 KB 164/531 KB 796/1710 KB 94/1267 KB 109/109 KB 173/214 KB 164/531 KB 800/1710 KB 94/1267 KB 109/109 KB 173/214 KB 164/531 KB 804/1710 KB 94/1267 KB 109/109 KB 177/214 KB 164/531 KB 808/1710 KB 98/1267 KB 109/109 KB 177/214 KB 164/531 KB 812/1710 KB 98/1267 KB 109/109 KB 161/214 KB 164/531 KB 788/1710 KB 94/1267 KB 109/109 KB 177/214 KB 168/531 KB 812/1710 KB 98/1267 KB 109/109 KB 177/214 KB 172/531 KB 812/1710 KB 98/1267 KB 109/109 KB 177/214 KB 176/531 KB 812/1710 KB 98/1267 KB 109/109 KB 177/214 KB 164/531 KB 804/1710 KB 98/1267 KB 109/109 KB 177/214 KB 176/531 KB 812/1710 KB 102/1267 KB 109/109 KB 177/214 KB 176/531 KB 812/1710 KB 106/1267 KB 109/109 KB 177/214 KB 176/531 KB 812/1710 KB 110/1267 KB 177/214 KB 176/531 KB 816/1710 KB 114/1267 KB 177/214 KB 180/531 KB 816/1710 KB 118/1267 KB 109/109 KB 177/214 KB 164/531 KB 804/1710 KB 94/1267 KB 181/214 KB 180/531 KB 816/1710 KB 118/1267 KB 185/214 KB 180/531 KB 816/1710 KB 118/1267 KB 189/214 KB 180/531 KB 816/1710 KB 118/1267 KB 177/214 KB 180/531 KB 816/1710 KB 114/1267 KB 177/214 KB 176/531 KB 816/1710 KB 110/1267 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 439.3 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 189/214 KB 180/531 KB 820/1710 KB 118/1267 KB 193/214 KB 184/531 KB 824/1710 KB 118/1267 KB 193/214 KB 184/531 KB 820/1710 KB 118/1267 KB 189/214 KB 184/531 KB 820/1710 KB 118/1267 KB 193/214 KB 188/531 KB 824/1710 KB 122/1267 KB 193/214 KB 192/531 KB 824/1710 KB 122/1267 KB 193/214 KB 184/531 KB 824/1710 KB 122/1267 KB 193/214 KB 192/531 KB 824/1710 KB 126/1267 KB 197/214 KB 192/531 KB 824/1710 KB 126/1267 KB 201/214 KB 192/531 KB 828/1710 KB 126/1267 KB 205/214 KB 192/531 KB 828/1710 KB 126/1267 KB 209/214 KB 192/531 KB 828/1710 KB 126/1267 KB 213/214 KB 196/531 KB 828/1710 KB 130/1267 KB 214/214 KB 196/531 KB 828/1710 KB 130/1267 KB 197/214 KB 192/531 KB 828/1710 KB 126/1267 KB 214/214 KB 196/531 KB 832/1710 KB 130/1267 KB 209/214 KB 196/531 KB 828/1710 KB 130/1267 KB 209/214 KB 196/531 KB 828/1710 KB 126/1267 KB 214/214 KB 200/531 KB 832/1710 KB 134/1267 KB 214/214 KB 204/531 KB 832/1710 KB 134/1267 KB 214/214 KB 204/531 KB 836/1710 KB 134/1267 KB 214/214 KB 208/531 KB 836/1710 KB 134/1267 KB 214/214 KB 208/531 KB 840/1710 KB 134/1267 KB 214/214 KB 208/531 KB 836/1710 KB 134/1267 KB 214/214 KB 208/531 KB 840/1710 KB 138/1267 KB 214/214 KB 208/531 KB 840/1710 KB 142/1267 KB 214/214 KB 208/531 KB 844/1710 KB 142/1267 KB 214/214 KB 208/531 KB 848/1710 KB 142/1267 KB 214/214 KB 208/531 KB 852/1710 KB 146/1267 KB 214/214 KB 212/531 KB 856/1710 KB 146/1267 KB 214/214 KB 212/531 KB 860/1710 KB 146/1267 KB 214/214 KB 208/531 KB 848/1710 KB 146/1267 KB 214/214 KB 212/531 KB 852/1710 KB 146/1267 KB 214/214 KB 216/531 KB 860/1710 KB 146/1267 KB 214/214 KB 220/531 KB 860/1710 KB 146/1267 KB 214/214 KB 220/531 KB 860/1710 KB 150/1267 KB 214/214 KB 220/531 KB 860/1710 KB 154/1267 KB 214/214 KB 224/531 KB 860/1710 KB 158/1267 KB 214/214 KB 224/531 KB 860/1710 KB 154/1267 KB 214/214 KB 224/531 KB 864/1710 KB 158/1267 KB 214/214 KB 228/531 KB 864/1710 KB 158/1267 KB 4/80 KB 214/214 KB 232/531 KB 868/1710 KB 162/1267 KB 4/80 KB 214/214 KB 228/531 KB 868/1710 KB 162/1267 KB 4/80 KB 214/214 KB 228/531 KB 868/1710 KB 158/1267 KB 4/80 KB 214/214 KB 228/531 KB 864/1710 KB 158/1267 KB 8/80 KB 214/214 KB 236/531 KB 868/1710 KB 162/1267 KB 12/80 KB 214/214 KB 236/531 KB 868/1710 KB 162/1267 KB 16/80 KB 214/214 KB 236/531 KB 868/1710 KB 162/1267 KB 16/80 KB 214/214 KB 236/531 KB 868/1710 KB 166/1267 KB 16/80 KB 214/214 KB 236/531 KB 872/1710 KB 170/1267 KB 16/80 KB 214/214 KB 236/531 KB 872/1710 KB 166/1267 KB 20/80 KB 214/214 KB 236/531 KB 876/1710 KB 170/1267 KB 20/80 KB 214/214 KB 236/531 KB 872/1710 KB 170/1267 KB 24/80 KB 214/214 KB 236/531 KB 876/1710 KB 170/1267 KB 28/80 KB 214/214 KB 236/531 KB 876/1710 KB 170/1267 KB 32/80 KB 214/214 KB 236/531 KB 876/1710 KB 170/1267 KB 4/80 KB 214/214 KB 236/531 KB 868/1710 KB 162/1267 KB 32/80 KB 214/214 KB 240/531 KB 876/1710 KB 174/1267 KB 32/80 KB 214/214 KB 240/531 KB 876/1710 KB 174/1267 KB 32/80 KB 214/214 KB 240/531 KB 880/1710 KB 174/1267 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 819.4 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 36/80 KB 240/531 KB 880/1710 KB 174/1267 KB 40/80 KB 240/531 KB 880/1710 KB 174/1267 KB 44/80 KB 240/531 KB 880/1710 KB 174/1267 KB 48/80 KB 240/531 KB 880/1710 KB 174/1267 KB 48/80 KB 240/531 KB 880/1710 KB 178/1267 KB 48/80 KB 244/531 KB 884/1710 KB 182/1267 KB 48/80 KB 244/531 KB 884/1710 KB 178/1267 KB 52/80 KB 244/531 KB 888/1710 KB 182/1267 KB 52/80 KB 244/531 KB 892/1710 KB 182/1267 KB 52/80 KB 244/531 KB 896/1710 KB 186/1267 KB 48/80 KB 244/531 KB 880/1710 KB 178/1267 KB 52/80 KB 248/531 KB 896/1710 KB 186/1267 KB 52/80 KB 244/531 KB 892/1710 KB 186/1267 KB 52/80 KB 244/531 KB 884/1710 KB 182/1267 KB 56/80 KB 252/531 KB 896/1710 KB 186/1267 KB 60/80 KB 252/531 KB 896/1710 KB 186/1267 KB 60/80 KB 252/531 KB 896/1710 KB 190/1267 KB 52/80 KB 252/531 KB 896/1710 KB 186/1267 KB 64/80 KB 252/531 KB 896/1710 KB 190/1267 KB 64/80 KB 256/531 KB 896/1710 KB 190/1267 KB 68/80 KB 256/531 KB 896/1710 KB 190/1267 KB 72/80 KB 260/531 KB 900/1710 KB 194/1267 KB 76/80 KB 260/531 KB 900/1710 KB 194/1267 KB 80/80 KB 260/531 KB 900/1710 KB 194/1267 KB 68/80 KB 260/531 KB 900/1710 KB 194/1267 KB 68/80 KB 260/531 KB 896/1710 KB 194/1267 KB 80/80 KB 260/531 KB 900/1710 KB 198/1267 KB 80/80 KB 4/1044 KB 260/531 KB 904/1710 KB 198/1267 KB 80/80 KB 8/1044 KB 260/531 KB 904/1710 KB 198/1267 KB 80/80 KB 12/1044 KB 260/531 KB 904/1710 KB 198/1267 KB 80/80 KB 16/1044 KB 260/531 KB 904/1710 KB 198/1267 KB 68/80 KB 260/531 KB 896/1710 KB 190/1267 KB 80/80 KB 260/531 KB 904/1710 KB 198/1267 KB 80/80 KB 16/1044 KB 260/531 KB 908/1710 KB 198/1267 KB 80/80 KB 16/1044 KB 264/531 KB 908/1710 KB 202/1267 KB 80/80 KB 16/1044 KB 268/531 KB 908/1710 KB 202/1267 KB 80/80 KB 16/1044 KB 260/531 KB 908/1710 KB 202/1267 KB 80/80 KB 20/1044 KB 272/531 KB 912/1710 KB 206/1267 KB 80/80 KB 20/1044 KB 272/531 KB 912/1710 KB 206/1267 KB 80/80 KB 20/1044 KB 276/531 KB 912/1710 KB 206/1267 KB 80/80 KB 20/1044 KB 268/531 KB 912/1710 KB 202/1267 KB 80/80 KB 24/1044 KB 280/531 KB 912/1710 KB 210/1267 KB 80/80 KB 28/1044 KB 280/531 KB 912/1710 KB 210/1267 KB 80/80 KB 32/1044 KB 280/531 KB 912/1710 KB 210/1267 KB 80/80 KB 16/1044 KB 268/531 KB 912/1710 KB 202/1267 KB 80/80 KB 32/1044 KB 280/531 KB 916/1710 KB 210/1267 KB 80/80 KB 32/1044 KB 280/531 KB 920/1710 KB 210/1267 KB 80/80 KB 32/1044 KB 280/531 KB 924/1710 KB 210/1267 KB 80/80 KB 20/1044 KB 276/531 KB 912/1710 KB 210/1267 KB 80/80 KB 32/1044 KB 280/531 KB 924/1710 KB 214/1267 KB 80/80 KB 32/1044 KB 280/531 KB 924/1710 KB 218/1267 KB 80/80 KB 32/1044 KB 280/531 KB 924/1710 KB 222/1267 KB 80/80 KB 32/1044 KB 280/531 KB 924/1710 KB 210/1267 KB 80/80 KB 32/1044 KB 284/531 KB 924/1710 KB 222/1267 KB 80/80 KB 32/1044 KB 288/531 KB 924/1710 KB 222/1267 KB 80/80 KB 32/1044 KB 292/531 KB 928/1710 KB 222/1267 KB 80/80 KB 36/1044 KB 296/531 KB 928/1710 KB 226/1267 KB 80/80 KB 36/1044 KB 300/531 KB 928/1710 KB 226/1267 KB 80/80 KB 36/1044 KB 304/531 KB 928/1710 KB 226/1267 KB 80/80 KB 32/1044 KB 288/531 KB 928/1710 KB 222/1267 KB 80/80 KB 36/1044 KB 304/531 KB 932/1710 KB 226/1267 KB 80/80 KB 36/1044 KB 304/531 KB 936/1710 KB 226/1267 KB 80/80 KB 36/1044 KB 304/531 KB 940/1710 KB 226/1267 KB 80/80 KB 36/1044 KB 292/531 KB 928/1710 KB 226/1267 KB 80/80 KB 36/1044 KB 292/531 KB 928/1710 KB 222/1267 KB 80/80 KB 40/1044 KB 304/531 KB 940/1710 KB 226/1267 KB 80/80 KB 40/1044 KB 304/531 KB 940/1710 KB 230/1267 KB 80/80 KB 44/1044 KB 304/531 KB 940 unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install /1710 KB 230/1267 KB 80/80 KB 48/1044 KB 304/531 KB 940/1710 KB 230/1267 KB 80/80 KB 48/1044 KB 304/531 KB 940/1710 KB 234/1267 KB 80/80 KB 48/1044 KB 304/531 KB 940/1710 KB 238/1267 KB 80/80 KB 48/1044 KB 304/531 KB 944/1710 KB 238/1267 KB 80/80 KB 48/1044 KB 308/531 KB 944/1710 KB 238/1267 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 284.0 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 52/1044 KB 308/531 KB 948/1710 KB 242/1267 KB 52/1044 KB 312/531 KB 952/1710 KB 242/1267 KB 52/1044 KB 312/531 KB 956/1710 KB 242/1267 KB 52/1044 KB 308/531 KB 944/1710 KB 242/1267 KB 56/1044 KB 312/531 KB 960/1710 KB 242/1267 KB 48/1044 KB 308/531 KB 944/1710 KB 242/1267 KB 60/1044 KB 312/531 KB 960/1710 KB 242/1267 KB 64/1044 KB 312/531 KB 960/1710 KB 246/1267 KB 52/1044 KB 312/531 KB 952/1710 KB 242/1267 KB 60/1044 KB 312/531 KB 960/1710 KB 246/1267 KB 64/1044 KB 316/531 KB 960/1710 KB 246/1267 KB 64/1044 KB 316/531 KB 960/1710 KB 250/1267 KB 64/1044 KB 320/531 KB 960/1710 KB 250/1267 KB 64/1044 KB 320/531 KB 960/1710 KB 254/1267 KB 64/1044 KB 320/531 KB 960/1710 KB 254/1267 KB 68/1044 KB 320/531 KB 960/1710 KB 254/1267 KB 72/1044 KB 324/531 KB 964/1710 KB 258/1267 KB 76/1044 KB 324/531 KB 964/1710 KB 258/1267 KB 80/1044 KB 324/531 KB 964/1710 KB 258/1267 KB 68/1044 KB 324/531 KB 964/1710 KB 258/1267 KB 68/1044 KB 324/531 KB 964/1710 KB 254/1267 KB 68/1044 KB 324/531 KB 960/1710 KB 254/1267 KB 80/1044 KB 328/531 KB 968/1710 KB 258/1267 KB 80/1044 KB 332/531 KB 968/1710 KB 258/1267 KB 80/1044 KB 336/531 KB 968/1710 KB 262/1267 KB 80/1044 KB 324/531 KB 968/1710 KB 258/1267 KB 80/1044 KB 336/531 KB 972/1710 KB 262/1267 KB 80/1044 KB 336/531 KB 976/1710 KB 262/1267 KB 80/1044 KB 332/531 KB 968/1710 KB 262/1267 KB 80/1044 KB 336/531 KB 976/1710 KB 266/1267 KB 80/1044 KB 336/531 KB 976/1710 KB 270/1267 KB 84/1044 KB 336/531 KB 976/1710 KB 270/1267 KB 88/1044 KB 4/61 KB 340/531 KB 980/1710 KB 270/1267 KB 92/1044 KB 4/61 KB 340/531 KB 980/1710 KB 270/1267 KB 96/1044 KB 4/61 KB 340/531 KB 980/1710 KB 270/1267 KB 84/1044 KB 4/61 KB 340/531 KB 976/1710 KB 270/1267 KB 84/1044 KB 4/61 KB 336/531 KB 976/1710 KB 270/1267 KB 96/1044 KB 8/61 KB 340/531 KB 980/1710 KB 274/1267 KB 96/1044 KB 12/61 KB 340/531 KB 980/1710 KB 274/1267 KB 96/1044 KB 16/61 KB 340/531 KB 980/1710 KB 274/1267 KB 96/1044 KB 4/61 KB 340/531 KB 980/1710 KB 274/1267 KB 96/1044 KB 16/61 KB 344/531 KB 980/1710 KB 274/1267 KB 100/1044 KB 20/61 KB 348/531 KB 980/1710 KB 278/1267 KB 100/1044 KB 20/61 KB 352/531 KB 980/1710 KB 278/1267 KB 84/1044 KB 4/61 KB 340/531 KB 980/1710 KB 278/1267 KB 100/1044 KB 20/61 KB 344/531 KB 980/1710 KB 278/1267 KB 100/1044 KB 20/61 KB 352/531 KB 980/1710 KB 282/1267 KB 100/1044 KB 20/61 KB 352/531 KB 984/1710 KB 286/1267 KB 100/1044 KB 20/61 KB 352/531 KB 984/1710 KB 290/1267 KB 100/1044 KB 20/61 KB 356/531 KB 984/1710 KB 294/1267 KB 100/1044 KB 20/61 KB 356/531 KB 984/1710 KB 298/1267 KB 100/1044 KB 20/61 KB 356/531 KB 984/1710 KB 302/1267 KB 100/1044 KB 20/61 KB 344/531 KB 980/1710 KB 274/1267 KB 104/1044 KB 20/61 KB 356/531 KB 984/1710 KB 302/1267 KB 108/1044 KB 20/61 KB 356/531 KB 984/1710 KB 302/1267 KB 112/1044 KB 20/61 KB 356/531 KB 984/1710 KB 302/1267 KB 96/1044 KB 20/61 KB 344/531 KB 980/1710 KB 274/1267 KB 112/1044 KB 24/61 KB 356/531 KB 984/1710 KB 302/1267 KB 112/1044 KB 28/61 KB 356/531 KB 984/1710 KB 302/1267 KB 112/1044 KB 32/61 KB 356/531 KB 984/1710 KB 302/1267 KB 112/1044 KB 36/61 KB 356/531 KB 984/1710 KB 302/1267 KB 112/1044 KB 40/61 KB 356/531 KB 984/1710 KB 302/1267 KB 112/1044 KB 44/61 KB 356/531 KB 984/1710 KB 302/1267 KB 112/1044 KB 48/61 KB 356/531 KB 984/1710 KB 302/1267 KB 112/1044 KB 52/61 KB 356/531 KB 984/1710 KB 302/1267 KB 112/1044 KB 56/61 KB 356/531 KB 984/1710 KB 302/1267 KB 112/1044 KB 60/61 KB 356/531 KB 984/1710 KB 302/1267 KB unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install virt-what unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 100/1044 KB 20/61 KB 356/531 KB 984/1710 KB 290/1267 KB 112/1044 KB 60/61 KB 360/531 KB 984/1710 KB 302/1267 KB 100/1044 KB 20/61 KB 352/531 KB 984/1710 KB 282/1267 KB 112/1044 KB 60/61 KB 364/531 KB 988/1710 KB 302/1267 KB 112/1044 KB 60/61 KB 364/531 KB 992/1710 KB 302/1267 KB 112/1044 KB 60/61 KB 364/531 KB 996/1710 KB 302/1267 KB 112/1044 KB 60/61 KB 364/531 KB 1000/1710 KB 302/1267 KB 112/1044 KB 60/61 KB 364/531 KB 1004/1710 KB 302/1267 KB 112/1044 KB 60/61 KB 364/531 KB 1008/1710 KB 302/1267 KB 112/1044 KB 61/61 KB 364/531 KB 1012/1710 KB 302/1267 KB 116/1044 KB 61/61 KB 364/531 KB 1016/1710 KB 306/1267 KB 116/1044 KB 61/61 KB 364/531 KB 1020/1710 KB 306/1267 KB 112/1044 KB 60/61 KB 364/531 KB 984/1710 KB 302/1267 KB 116/1044 KB 61/61 KB 368/531 KB 1020/1710 KB 306/1267 KB 116/1044 KB 61/61 KB 372/531 KB 1020/1710 KB 306/1267 KB 116/1044 KB 61/61 KB 376/531 KB 1020/1710 KB 306/1267 KB 116/1044 KB 61/61 KB 380/531 KB 1020/1710 KB 306/1267 KB 116/1044 KB 61/61 KB 384/531 KB 1020/1710 KB 306/1267 KB 116/1044 KB 61/61 KB 364/531 KB 1012/1710 KB 306/1267 KB 116/1044 KB 61/61 KB 364/531 KB 1012/1710 KB 302/1267 KB 120/1044 KB 61/61 KB 384/531 KB 1024/1710 KB 306/1267 KB 124/1044 KB 61/61 KB 384/531 KB 1024/1710 KB 306/1267 KB 128/1044 KB 61/61 KB 384/531 KB 1024/1710 KB 306/1267 KB 112/1044 KB 61/61 KB 364/531 KB 1008/1710 KB 302/1267 KB 128/1044 KB 61/61 KB 384/531 KB 1024/1710 KB 310/1267 KB 128/1044 KB 61/61 KB 384/531 KB 1024/1710 KB 314/1267 KB 128/1044 KB 61/61 KB 384/531 KB 1024/1710 KB 318/1267 KB 132/1044 KB 61/61 KB 384/531 KB 1024/1710 KB 318/1267 KB 136/1044 KB 61/61 KB 388/531 KB 1024/1710 KB 318/1267 KB 140/1044 KB 61/61 KB 388/531 KB 1024/1710 KB 318/1267 KB 144/1044 KB 61/61 KB 388/531 KB 1024/1710 KB 318/1267 KB 116/1044 KB 61/61 KB 384/531 KB 1024/1710 KB 306/1267 KB 144/1044 KB 61/61 KB 388/531 KB 1028/1710 KB 322/1267 KB 144/1044 KB 61/61 KB 388/531 KB 1032/1710 KB 322/1267 KB 144/1044 KB 61/61 KB 388/531 KB 1036/1710 KB 322/1267 KB 144/1044 KB 61/61 KB 388/531 KB 1040/1710 KB 322/1267 KB 132/1044 KB 61/61 KB 388/531 KB 1024/1710 KB 318/1267 KB 148/1044 KB 61/61 KB 392/531 KB 1040/1710 KB 322/1267 KB 148/1044 KB 61/61 KB 396/531 KB 1040/1710 KB 322/1267 KB 148/1044 KB 61/61 KB 400/531 KB 1040/1710 KB 322/1267 KB 148/1044 KB 61/61 KB 404/531 KB 1040/1710 KB 322/1267 KB 148/1044 KB 61/61 KB 408/531 KB 1044/1710 KB 322/1267 KB 148/1044 KB 61/61 KB 412/531 KB 1044/1710 KB 322/1267 KB 148/1044 KB 61/61 KB 416/531 KB 1044/1710 KB 322/1267 KB 148/1044 KB 61/61 KB 388/531 KB 1040/1710 KB 322/1267 KB 144/1044 KB 61/61 KB 388/531 KB 1024/1710 KB 322/1267 KB 148/1044 KB 61/61 KB 416/531 KB 1044/1710 KB 326/1267 KB 148/1044 KB 61/61 KB 416/531 KB 1044/1710 KB 330/1267 KB 148/1044 KB 61/61 KB 416/531 KB 1044/1710 KB 334/1267 KB 152/1044 KB 61/61 KB 416/531 KB 1044/1710 KB 334/1267 KB 156/1044 KB 61/61 KB 416/531 KB 1044/1710 KB 334/1267 KB 160/1044 KB 416/531 KB 1044/1710 KB 334/1267 KB 160/1044 KB 416/531 KB 1044/1710 KB 338/1267 KB 160/1044 KB 416/531 KB 1044/1710 KB 342/1267 KB 160/1044 KB 416/531 KB 1044/1710 KB 346/1267 KB 160/1044 KB 416/531 KB 1044/1710 KB 350/1267 KB 148/1044 KB 61/61 KB 404/531 KB 1044/1710 KB 322/1267 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 194.1 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 160/1044 KB 416/531 KB 1048/1710 KB 350/1267 KB 160/1044 KB 416/531 KB 1052/1710 KB 350/1267 KB 160/1044 KB 416/531 KB 1056/1710 KB 350/1267 KB 164/1044 KB 416/531 KB 1060/1710 KB 354/1267 KB 164/1044 KB 420/531 KB 1064/1710 KB 354/1267 KB 164/1044 KB 416/531 KB 1056/1710 KB 350/1267 KB 168/1044 KB 420/531 KB 1064/1710 KB 354/1267 KB 172/1044 KB 420/531 KB 1064/1710 KB 354/1267 KB 176/1044 KB 420/531 KB 1064/1710 KB 354/1267 KB 164/1044 KB 416/531 KB 1056/1710 KB 354/1267 KB 164/1044 KB 420/531 KB 1060/1710 KB 354/1267 KB 176/1044 KB 424/531 KB 1064/1710 KB 354/1267 KB 176/1044 KB 428/531 KB 1064/1710 KB 358/1267 KB 176/1044 KB 432/531 KB 1064/1710 KB 358/1267 KB 176/1044 KB 424/531 KB 1064/1710 KB 358/1267 KB 176/1044 KB 432/531 KB 1064/1710 KB 362/1267 KB 176/1044 KB 432/531 KB 1064/1710 KB 366/1267 KB 176/1044 KB 436/531 KB 1064/1710 KB 366/1267 KB 180/1044 KB 440/531 KB 1068/1710 KB 370/1267 KB 180/1044 KB 444/531 KB 1068/1710 KB 370/1267 KB 180/1044 KB 448/531 KB 1068/1710 KB 370/1267 KB 180/1044 KB 436/531 KB 1068/1710 KB 370/1267 KB 184/1044 KB 448/531 KB 1068/1710 KB 370/1267 KB 176/1044 KB 436/531 KB 1068/1710 KB 370/1267 KB 176/1044 KB 436/531 KB 1068/1710 KB 366/1267 KB 188/1044 KB 448/531 KB 1072/1710 KB 370/1267 KB 188/1044 KB 448/531 KB 1068/1710 KB 370/1267 KB 192/1044 KB 448/531 KB 1072/1710 KB 370/1267 KB 196/1044 KB 448/531 KB 1072/1710 KB 374/1267 KB 200/1044 KB 452/531 KB 1076/1710 KB 374/1267 KB 204/1044 KB 452/531 KB 1076/1710 KB 374/1267 KB 208/1044 KB 452/531 KB 1076/1710 KB 374/1267 KB 192/1044 KB 448/531 KB 1072/1710 KB 374/1267 KB 208/1044 KB 452/531 KB 1076/1710 KB 378/1267 KB 208/1044 KB 452/531 KB 1076/1710 KB 382/1267 KB 208/1044 KB 452/531 KB 1076/1710 KB 386/1267 KB 208/1044 KB 452/531 KB 1076/1710 KB 390/1267 KB 208/1044 KB 452/531 KB 1076/1710 KB 394/1267 KB 208/1044 KB 452/531 KB 1076/1710 KB 398/1267 KB 196/1044 KB 452/531 KB 1076/1710 KB 374/1267 KB 196/1044 KB 448/531 KB 1076/1710 KB 374/1267 KB 208/1044 KB 452/531 KB 1080/1710 KB 398/1267 KB 208/1044 KB 452/531 KB 1084/1710 KB 398/1267 KB 208/1044 KB 452/531 KB 1088/1710 KB 398/1267 KB 208/1044 KB 456/531 KB 1088/1710 KB 398/1267 KB 208/1044 KB 460/531 KB 1088/1710 KB 398/1267 KB 208/1044 KB 464/531 KB 1088/1710 KB 398/1267 KB 208/1044 KB 468/531 KB 1088/1710 KB 398/1267 KB 212/1044 KB 472/531 KB 1092/1710 KB 402/1267 KB 212/1044 KB 468/531 KB 1092/1710 KB 402/1267 KB 216/1044 KB 476/531 KB 1092/1710 KB 402/1267 KB 220/1044 KB 476/531 KB 1092/1710 KB 402/1267 KB 224/1044 KB 476/531 KB 1092/1710 KB 402/1267 KB 208/1044 KB 468/531 KB 1092/1710 KB 398/1267 KB 224/1044 KB 476/531 KB 1096/1710 KB 402/1267 KB 224/1044 KB 476/531 KB 1100/1710 KB 402/1267 KB 224/1044 KB 476/531 KB 1104/1710 KB 402/1267 KB 208/1044 KB 468/531 KB 1092/1710 KB 402/1267 KB 224/1044 KB 476/531 KB 1104/1710 KB 406/1267 KB 224/1044 KB 476/531 KB 1104/1710 KB 410/1267 KB 224/1044 KB 476/531 KB 1104/1710 KB 414/1267 KB 212/1044 KB 476/531 KB 1104/1710 KB 406/1267 KB 224/1044 KB 480/531 KB 1104/1710 KB 414/1267 KB 224/1044 KB 480/531 KB 1108/1710 KB 414/1267 KB 224/1044 KB 480/531 KB 1112/1710 KB 418/1267 KB 224/1044 KB 480/531 KB 1116/1710 KB 418/1267 KB 228/1044 KB 480/531 KB 1120/1710 KB 418/1267 KB 228/1044 KB 484/531 KB 1124/1710 KB 418/1267 KB 228/1044 KB 484/531 KB 1128/1710 KB 418/1267 KB 228/1044 KB 484/531 KB 1132/1710 KB 418/1267 KB 228/1044 KB 484/531 KB 1136/1710 KB 418/1267 KB 224/1044 KB 480/531 KB 1108/1710 KB 418/126 unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 7 KB 228/1044 KB 484/531 KB 1136/1710 KB 422/1267 KB 228/1044 KB 484/531 KB 1120/1710 KB 418/1267 KB 228/1044 KB 480/531 KB 1116/1710 KB 418/1267 KB 232/1044 KB 484/531 KB 1136/1710 KB 422/1267 KB 236/1044 KB 484/531 KB 1136/1710 KB 422/1267 KB 240/1044 KB 484/531 KB 1136/1710 KB 422/1267 KB 240/1044 KB 488/531 KB 1136/1710 KB 422/1267 KB 240/1044 KB 492/531 KB 1136/1710 KB 422/1267 KB 240/1044 KB 496/531 KB 1136/1710 KB 422/1267 KB 240/1044 KB 500/531 KB 1136/1710 KB 422/1267 KB 244/1044 KB 504/531 KB 1136/1710 KB 426/1267 KB 244/1044 KB 508/531 KB 1136/1710 KB 426/1267 KB 244/1044 KB 512/531 KB 1136/1710 KB 426/1267 KB 244/1044 KB 500/531 KB 1136/1710 KB 426/1267 KB 240/1044 KB 500/531 KB 1136/1710 KB 426/1267 KB 244/1044 KB 512/531 KB 1136/1710 KB 430/1267 KB 244/1044 KB 512/531 KB 1136/1710 KB 434/1267 KB 248/1044 KB 512/531 KB 1136/1710 KB 438/1267 KB 248/1044 KB 512/531 KB 1136/1710 KB 434/1267 KB 252/1044 KB 512/531 KB 1136/1710 KB 438/1267 KB 256/1044 KB 512/531 KB 1136/1710 KB 438/1267 KB 256/1044 KB 512/531 KB 1140/1710 KB 438/1267 KB 260/1044 KB 516/531 KB 1144/1710 KB 442/1267 KB 260/1044 KB 516/531 KB 1148/1710 KB 442/1267 KB 260/1044 KB 516/531 KB 1152/1710 KB 442/1267 KB 256/1044 KB 512/531 KB 1140/1710 KB 442/1267 KB 260/1044 KB 516/531 KB 1152/1710 KB 446/1267 KB 260/1044 KB 516/531 KB 1152/1710 KB 450/1267 KB 260/1044 KB 516/531 KB 1156/1710 KB 4/1063 KB 454/1267 KB 260/1044 KB 516/531 KB 1156/1710 KB 4/1063 KB 458/1267 KB 260/1044 KB 516/531 KB 1156/1710 KB 4/1063 KB 462/1267 KB 260/1044 KB 516/531 KB 1140/1710 KB 442/1267 KB 264/1044 KB 516/531 KB 1156/1710 KB 4/1063 KB 462/1267 KB 256/1044 KB 516/531 KB 1140/1710 KB 442/1267 KB 268/1044 KB 516/531 KB 1156/1710 KB 4/1063 KB 462/1267 KB 271/1044 KB 520/531 KB 1156/1710 KB 4/1063 KB 462/1267 KB 275/1044 KB 520/531 KB 1156/1710 KB 4/1063 KB 462/1267 KB 279/1044 KB 520/531 KB 1156/1710 KB 4/1063 KB 466/1267 KB 283/1044 KB 520/531 KB 1156/1710 KB 4/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 4/1063 KB 466/1267 KB 260/1044 KB 516/531 KB 1156/1710 KB 4/1063 KB 450/1267 KB 260/1044 KB 516/531 KB 1152/1710 KB 4/1063 KB 450/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 8/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 12/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 16/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 20/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 24/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 28/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 32/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 36/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 40/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 44/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 48/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 52/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 56/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 60/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1156/1710 KB 64/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1160/1710 KB 64/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1164/1710 KB 64/1063 KB 466/1267 KB 287/1044 KB 520/531 KB 1168/1710 KB 64/1063 KB 466/1267 KB 275/1044 KB 520/531 KB 1156/1710 KB 4/1063 KB 466/1267 KB 268/1044 KB 520/531 KB 1156/1710 KB 4/1063 KB 462/1267 KB 287/1044 KB 524/531 KB 1168/1710 KB 64/1063 KB 466/1267 KB 287/1044 KB 528/531 KB 1168/1710 KB 64/1063 KB 466/1267 KB 287/1044 KB unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 531/531 KB 1168/1710 KB 64/1063 KB 466/1267 KB 287/1044 KB 531/531 KB 1168/1710 KB 64/1063 KB 470/1267 KB 287/1044 KB 531/531 KB 1168/1710 KB 64/1063 KB 474/1267 KB 287/1044 KB 531/531 KB 1168/1710 KB 64/1063 KB 478/1267 KB 287/1044 KB 531/531 KB 1168/1710 KB 68/1063 KB 478/1267 KB 287/1044 KB 531/531 KB 1168/1710 KB 72/1063 KB 478/1267 KB 287/1044 KB 531/531 KB 1168/1710 KB 76/1063 KB 478/1267 KB 287/1044 KB 531/531 KB 1168/1710 KB 80/1063 KB 478/1267 KB 287/1044 KB 531/531 KB 1172/1710 KB 80/1063 KB 478/1267 KB 291/1044 KB 531/531 KB 1176/1710 KB 80/1063 KB 478/1267 KB 291/1044 KB 531/531 KB 1180/1710 KB 80/1063 KB 478/1267 KB 291/1044 KB 531/531 KB 1184/1710 KB 80/1063 KB 478/1267 KB 291/1044 KB 531/531 KB 1172/1710 KB 80/1063 KB 478/1267 KB 295/1044 KB 531/531 KB 1184/1710 KB 80/1063 KB 478/1267 KB 299/1044 KB 531/531 KB 1184/1710 KB 80/1063 KB 478/1267 KB 303/1044 KB 531/531 KB 1184/1710 KB 80/1063 KB 478/1267 KB 303/1044 KB 531/531 KB 1184/1710 KB 80/1063 KB 482/1267 KB 303/1044 KB 531/531 KB 1184/1710 KB 84/1063 KB 482/1267 KB 303/1044 KB 531/531 KB 1184/1710 KB 88/1063 KB 482/1267 KB 303/1044 KB 531/531 KB 1184/1710 KB 92/1063 KB 482/1267 KB 303/1044 KB 531/531 KB 1184/1710 KB 96/1063 KB 482/1267 KB 303/1044 KB 531/531 KB 1184/1710 KB 96/1063 KB 486/1267 KB 303/1044 KB 531/531 KB 1184/1710 KB 96/1063 KB 490/1267 KB 303/1044 KB 531/531 KB 1184/1710 KB 96/1063 KB 494/1267 KB 303/1044 KB 531/531 KB 1184/1710 KB 96/1063 KB 498/1267 KB 307/1044 KB 531/531 KB 1188/1710 KB 96/1063 KB 498/1267 KB 311/1044 KB 531/531 KB 1188/1710 KB 96/1063 KB 498/1267 KB 315/1044 KB 531/531 KB 1188/1710 KB 96/1063 KB 498/1267 KB 319/1044 KB 531/531 KB 1188/1710 KB 96/1063 KB 498/1267 KB 303/1044 KB 531/531 KB 1188/1710 KB 96/1063 KB 498/1267 KB 319/1044 KB 531/531 KB 1192/1710 KB 96/1063 KB 498/1267 KB 319/1044 KB 531/531 KB 1196/1710 KB 96/1063 KB 498/1267 KB 319/1044 KB 531/531 KB 1200/1710 KB 96/1063 KB 498/1267 KB 319/1044 KB 1204/1710 KB 100/1063 KB 498/1267 KB 323/1044 KB 1208/1710 KB 100/1063 KB 502/1267 KB 319/1044 KB 531/531 KB 1200/1710 KB 100/1063 KB 498/1267 KB 323/1044 KB 1212/1710 KB 104/1063 KB 502/1267 KB 323/1044 KB 1212/1710 KB 108/1063 KB 502/1267 KB 323/1044 KB 1212/1710 KB 112/1063 KB 502/1267 KB 323/1044 KB 1212/1710 KB 116/1063 KB 502/1267 KB 323/1044 KB 1212/1710 KB 120/1063 KB 502/1267 KB 323/1044 KB 1212/1710 KB 124/1063 KB 502/1267 KB 323/1044 KB 1212/1710 KB 128/1063 KB 502/1267 KB 323/1044 KB 1204/1710 KB 100/1063 KB 502/1267 KB 319/1044 KB 1204/1710 KB 100/1063 KB 502/1267 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 1489.7 KB/sec) unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 323/1044 KB 1212/1710 KB 132/1063 KB 502/1267 KB 323/1044 KB 1212/1710 KB 132/1063 KB 506/1267 KB 323/1044 KB 1212/1710 KB 136/1063 KB 510/1267 KB 323/1044 KB 1212/1710 KB 136/1063 KB 510/1267 KB 323/1044 KB 1212/1710 KB 140/1063 KB 510/1267 KB 323/1044 KB 1212/1710 KB 144/1063 KB 510/1267 KB 327/1044 KB 1212/1710 KB 148/1063 KB 510/1267 KB 327/1044 KB 1212/1710 KB 144/1063 KB 510/1267 KB 331/1044 KB 1212/1710 KB 148/1063 KB 514/1267 KB 335/1044 KB 1212/1710 KB 148/1063 KB 514/1267 KB 327/1044 KB 1212/1710 KB 148/1063 KB 514/1267 KB 335/1044 KB 1212/1710 KB 148/1063 KB 518/1267 KB 323/1044 KB 1212/1710 KB 100/1063 KB 502/1267 KB 335/1044 KB 1216/1710 KB 148/1063 KB 518/1267 KB 335/1044 KB 1220/1710 KB 148/1063 KB 518/1267 KB 339/1044 KB 1224/1710 KB 152/1063 KB 522/1267 KB 339/1044 KB 1228/1710 KB 152/1063 KB 522/1267 KB 339/1044 KB 1232/1710 KB 152/1063 KB 522/1267 KB 339/1044 KB 1220/1710 KB 152/1063 KB 522/1267 KB 339/1044 KB 1232/1710 KB 156/1063 KB 522/1267 KB 339/1044 KB 1232/1710 KB 160/1063 KB 522/1267 KB 339/1044 KB 1220/1710 KB 148/1063 KB 522/1267 KB 335/1044 KB 1220/1710 KB 148/1063 KB 522/1267 KB 339/1044 KB 1232/1710 KB 160/1063 KB 526/1267 KB 339/1044 KB 1232/1710 KB 160/1063 KB 530/1267 KB 343/1044 KB 1232/1710 KB 160/1063 KB 534/1267 KB 343/1044 KB 1232/1710 KB 160/1063 KB 538/1267 KB 343/1044 KB 1232/1710 KB 160/1063 KB 542/1267 KB 343/1044 KB 1232/1710 KB 160/1063 KB 546/1267 KB 343/1044 KB 1236/1710 KB 164/1063 KB 550/1267 KB 343/1044 KB 1236/1710 KB 164/1063 KB 554/1267 KB 343/1044 KB 1236/1710 KB 164/1063 KB 558/1267 KB 343/1044 KB 1232/1710 KB 160/1063 KB 530/1267 KB 347/1044 KB 1236/1710 KB 164/1063 KB 558/1267 KB 351/1044 KB 1236/1710 KB 164/1063 KB 558/1267 KB 355/1044 KB 1236/1710 KB 164/1063 KB 558/1267 KB 359/1044 KB 1236/1710 KB 164/1063 KB 558/1267 KB 363/1044 KB 1236/1710 KB 164/1063 KB 558/1267 KB 367/1044 KB 1236/1710 KB 164/1063 KB 558/1267 KB 343/1044 KB 1236/1710 KB 164/1063 KB 546/1267 KB 343/1044 KB 1232/1710 KB 164/1063 KB 546/1267 KB 367/1044 KB 1236/1710 KB 168/1063 KB 558/1267 KB 367/1044 KB 1236/1710 KB 172/1063 KB 558/1267 KB 367/1044 KB 1240/1710 KB 176/1063 KB 558/1267 KB 367/1044 KB 1240/1710 KB 172/1063 KB 558/1267 KB 367/1044 KB 1244/1710 KB 176/1063 KB 558/1267 KB 367/1044 KB 1248/1710 KB 176/1063 KB 558/1267 KB 367/1044 KB 1248/1710 KB 180/1063 KB 558/1267 KB 367/1044 KB 1252/1710 KB 184/1063 KB 562/1267 KB 367/1044 KB 1252/1710 KB 188/1063 KB 562/1267 KB 367/1044 KB 1252/1710 KB 192/1063 KB 562/1267 KB 367/1044 KB 1252/1710 KB 180/1063 KB 562/1267 KB 367/1044 KB 1252/1710 KB 180/1063 KB 558/1267 KB 367/1044 KB 1256/1710 KB 192/1063 KB 562/1267 KB 367/1044 KB 1260/1710 KB 192/1063 KB 562/1267 KB 367/1044 KB 1264/1710 KB 192/1063 KB 562/1267 KB 371/1044 KB 1268/1710 KB 192/1063 KB 566/1267 KB 371/1044 KB 1272/1710 KB 196/1063 KB 566/1267 KB 371/1044 KB 1276/1710 KB 196/1063 KB 566/1267 KB 371/1044 KB 1264/1710 KB 192/1063 KB 566/1267 KB 371/1044 KB 1264/1710 KB 192/1063 KB 562/1267 KB 375/1044 KB 1276/1710 KB 196/1063 KB 570/1267 KB 375/1044 KB 1276/1710 KB 196/1063 KB 574/1267 KB 375/1044 KB 1276/1710 KB 196/1063 KB 578/1267 KB 375/1044 KB 1276/1710 KB 196/1063 KB 582/1267 KB 375/1044 KB 1276/1710 KB 196/1063 KB 586/1267 KB 371/1044 KB 1268/1710 KB 196/1063 KB 566/1267 KB 375/1044 KB 1280/1710 KB 200/1063 KB 586/1267 KB 375/1044 KB 1280/1710 KB 204/1063 KB 586/1267 KB 375/1044 KB 1280/1710 KB 208/1063 KB 586/1267 KB 375/1044 KB 1280/1710 KB 196/106 unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 3 KB 586/1267 KB 375/1044 KB 1276/1710 KB 196/1063 KB 574/1267 KB 379/1044 KB 1280/1710 KB 208/1063 KB 586/1267 KB 383/1044 KB 1280/1710 KB 208/1063 KB 586/1267 KB 387/1044 KB 1280/1710 KB 208/1063 KB 586/1267 KB 391/1044 KB 1280/1710 KB 208/1063 KB 586/1267 KB 391/1044 KB 1280/1710 KB 208/1063 KB 590/1267 KB 395/1044 KB 1280/1710 KB 208/1063 KB 590/1267 KB 399/1044 KB 1280/1710 KB 208/1063 KB 590/1267 KB 399/1044 KB 1284/1710 KB 212/1063 KB 594/1267 KB 399/1044 KB 1288/1710 KB 212/1063 KB 594/1267 KB 399/1044 KB 1292/1710 KB 212/1063 KB 594/1267 KB 399/1044 KB 1296/1710 KB 212/1063 KB 594/1267 KB 399/1044 KB 1280/1710 KB 212/1063 KB 594/1267 KB 403/1044 KB 1296/1710 KB 212/1063 KB 598/1267 KB 403/1044 KB 1296/1710 KB 212/1063 KB 602/1267 KB 403/1044 KB 4/713 KB 1296/1710 KB 212/1063 KB 606/1267 KB 399/1044 KB 1280/1710 KB 212/1063 KB 590/1267 KB 403/1044 KB 4/713 KB 1296/1710 KB 212/1063 KB 602/1267 KB 403/1044 KB 8/713 KB 1296/1710 KB 212/1063 KB 606/1267 KB 403/1044 KB 12/713 KB 1300/1710 KB 216/1063 KB 610/1267 KB 403/1044 KB 1296/1710 KB 212/1063 KB 594/1267 KB 407/1044 KB 12/713 KB 1300/1710 KB 216/1063 KB 610/1267 KB 411/1044 KB 12/713 KB 1300/1710 KB 216/1063 KB 610/1267 KB 415/1044 KB 12/713 KB 1300/1710 KB 216/1063 KB 610/1267 KB 419/1044 KB 12/713 KB 1300/1710 KB 216/1063 KB 610/1267 KB 423/1044 KB 12/713 KB 1300/1710 KB 216/1063 KB 610/1267 KB 403/1044 KB 8/713 KB 1300/1710 KB 216/1063 KB 610/1267 KB 403/1044 KB 8/713 KB 1300/1710 KB 216/1063 KB 606/1267 KB 403/1044 KB 8/713 KB 1296/1710 KB 216/1063 KB 606/1267 KB 427/1044 KB 12/713 KB 1300/1710 KB 220/1063 KB 610/1267 KB 427/1044 KB 12/713 KB 1300/1710 KB 224/1063 KB 610/1267 KB 427/1044 KB 12/713 KB 1300/1710 KB 228/1063 KB 610/1267 KB 427/1044 KB 12/713 KB 1304/1710 KB 232/1063 KB 614/1267 KB 427/1044 KB 12/713 KB 1304/1710 KB 236/1063 KB 614/1267 KB 427/1044 KB 12/713 KB 1304/1710 KB 228/1063 KB 614/1267 KB 427/1044 KB 12/713 KB 1304/1710 KB 228/1063 KB 610/1267 KB 427/1044 KB 12/713 KB 1308/1710 KB 236/1063 KB 614/1267 KB 427/1044 KB 12/713 KB 1312/1710 KB 236/1063 KB 618/1267 KB 427/1044 KB 12/713 KB 1300/1710 KB 216/1063 KB 610/1267 KB 427/1044 KB 12/713 KB 1308/1710 KB 236/1063 KB 618/1267 KB 431/1044 KB 12/713 KB 1312/1710 KB 236/1063 KB 622/1267 KB 431/1044 KB 12/713 KB 1312/1710 KB 240/1063 KB 622/1267 KB 431/1044 KB 12/713 KB 1312/1710 KB 240/1063 KB 622/1267 KB 431/1044 KB 12/713 KB 1316/1710 KB 240/1063 KB 622/1267 KB 435/1044 KB 16/713 KB 1320/1710 KB 244/1063 KB 626/1267 KB 435/1044 KB 16/713 KB 1324/1710 KB 244/1063 KB 626/1267 KB 435/1044 KB 16/713 KB 1328/1710 KB 244/1063 KB 626/1267 KB 435/1044 KB 16/713 KB 1316/1710 KB 244/1063 KB 626/1267 KB 431/1044 KB 16/713 KB 1316/1710 KB 240/1063 KB 622/1267 KB 435/1044 KB 20/713 KB 1328/1710 KB 244/1063 KB 626/1267 KB 439/1044 KB 24/713 KB 1328/1710 KB 244/1063 KB 626/1267 KB 439/1044 KB 28/713 KB 1328/1710 KB 244/1063 KB 626/1267 KB 439/1044 KB 32/713 KB 1328/1710 KB 244/1063 KB 626/1267 KB 431/1044 KB 16/713 KB 1316/1710 KB 244/1063 KB 626/1267 KB 431/1044 KB 16/713 KB 1316/1710 KB 240/1063 KB 626/1267 KB 439/1044 KB 32/713 KB 1328/1710 KB 244/1063 KB 630/1267 KB 439/1044 KB 32/713 KB 1328/1710 KB 244/1063 KB 634/1267 KB 439/1044 KB 32/713 KB 1328/1710 KB 244/1063 KB 638/1267 KB 439/1044 KB 32/713 KB 1328/1710 KB 248/1063 KB 638/1267 KB 439/1044 KB 32/713 KB 1328/1710 KB 252/1063 KB 638/1267 KB 439/1044 KB 20/713 KB 1328/1710 KB 244/1063 KB 626/1267 KB 443/1044 KB unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 32/713 KB 1328/1710 KB 252/1063 KB 638/1267 KB 447/1044 KB 32/713 KB 1328/1710 KB 252/1063 KB 638/1267 KB 447/1044 KB 32/713 KB 1328/1710 KB 256/1063 KB 638/1267 KB 447/1044 KB 32/713 KB 1328/1710 KB 260/1063 KB 638/1267 KB 451/1044 KB 36/713 KB 1332/1710 KB 264/1063 KB 642/1267 KB 451/1044 KB 36/713 KB 1332/1710 KB 268/1063 KB 642/1267 KB 451/1044 KB 36/713 KB 1332/1710 KB 272/1063 KB 642/1267 KB 451/1044 KB 36/713 KB 1332/1710 KB 260/1063 KB 642/1267 KB 451/1044 KB 36/713 KB 1336/1710 KB 272/1063 KB 642/1267 KB 451/1044 KB 36/713 KB 1340/1710 KB 272/1063 KB 642/1267 KB 451/1044 KB 36/713 KB 1344/1710 KB 272/1063 KB 642/1267 KB 451/1044 KB 36/713 KB 1328/1710 KB 260/1063 KB 642/1267 KB 447/1044 KB 36/713 KB 1328/1710 KB 260/1063 KB 642/1267 KB 447/1044 KB 32/713 KB 1328/1710 KB 260/1063 KB 642/1267 KB 451/1044 KB 36/713 KB 1344/1710 KB 272/1063 KB 646/1267 KB 451/1044 KB 36/713 KB 1344/1710 KB 272/1063 KB 650/1267 KB 451/1044 KB 36/713 KB 1344/1710 KB 272/1063 KB 654/1267 KB 455/1044 KB 36/713 KB 1344/1710 KB 272/1063 KB 654/1267 KB 455/1044 KB 40/713 KB 1344/1710 KB 272/1063 KB 654/1267 KB 459/1044 KB 40/713 KB 1344/1710 KB 272/1063 KB 654/1267 KB 463/1044 KB 40/713 KB 1344/1710 KB 272/1063 KB 654/1267 KB 463/1044 KB 44/713 KB 1344/1710 KB 272/1063 KB 654/1267 KB 463/1044 KB 48/713 KB 1344/1710 KB 272/1063 KB 654/1267 KB 463/1044 KB 52/713 KB 1344/1710 KB 272/1063 KB 658/1267 KB 467/1044 KB 56/713 KB 1348/1710 KB 276/1063 KB 658/1267 KB 467/1044 KB 60/713 KB 1348/1710 KB 276/1063 KB 658/1267 KB 463/1044 KB 48/713 KB 1344/1710 KB 272/1063 KB 658/1267 KB 467/1044 KB 60/713 KB 1348/1710 KB 276/1063 KB 662/1267 KB 467/1044 KB 60/713 KB 1348/1710 KB 276/1063 KB 666/1267 KB 467/1044 KB 60/713 KB 1348/1710 KB 276/1063 KB 670/1267 KB 467/1044 KB 52/713 KB 1348/1710 KB 276/1063 KB 658/1267 KB 463/1044 KB 52/713 KB 1348/1710 KB 276/1063 KB 658/1267 KB 467/1044 KB 60/713 KB 1352/1710 KB 276/1063 KB 670/1267 KB 467/1044 KB 60/713 KB 1356/1710 KB 276/1063 KB 670/1267 KB 467/1044 KB 60/713 KB 1360/1710 KB 276/1063 KB 670/1267 KB 471/1044 KB 60/713 KB 1360/1710 KB 276/1063 KB 670/1267 KB 475/1044 KB 60/713 KB 1360/1710 KB 276/1063 KB 670/1267 KB 479/1044 KB 60/713 KB 1360/1710 KB 276/1063 KB 670/1267 KB 483/1044 KB 60/713 KB 1360/1710 KB 276/1063 KB 670/1267 KB 487/1044 KB 64/713 KB 1364/1710 KB 276/1063 KB 674/1267 KB 491/1044 KB 64/713 KB 1364/1710 KB 276/1063 KB 674/1267 KB 495/1044 KB 64/713 KB 1364/1710 KB 276/1063 KB 674/1267 KB 463/1044 KB 52/713 KB 1344/1710 KB 276/1063 KB 658/1267 KB 495/1044 KB 64/713 KB 1364/1710 KB 280/1063 KB 674/1267 KB 495/1044 KB 64/713 KB 1364/1710 KB 284/1063 KB 674/1267 KB 483/1044 KB 64/713 KB 1364/1710 KB 276/1063 KB 674/1267 KB 495/1044 KB 64/713 KB 1368/1710 KB 288/1063 KB 674/1267 KB 483/1044 KB 64/713 KB 1360/1710 KB 276/1063 KB 674/1267 KB 483/1044 KB 64/713 KB 1360/1710 KB 276/1063 KB 670/1267 KB 495/1044 KB 64/713 KB 1364/1710 KB 288/1063 KB 674/1267 KB 495/1044 KB 64/713 KB 1368/1710 KB 288/1063 KB 678/1267 KB 495/1044 KB 64/713 KB 1368/1710 KB 288/1063 KB 682/1267 KB 495/1044 KB 64/713 KB 1372/1710 KB 288/1063 KB 686/1267 KB 495/1044 KB 64/713 KB 1372/1710 KB 288/1063 KB 690/1267 KB 499/1044 KB 68/713 KB 1372/1710 KB 292/1063 KB 694/1267 KB 499/1044 KB 68/713 KB 1372/1710 KB 292/1063 KB 698/1267 KB 499/1044 KB 68/713 KB 1372/1710 KB 292/1063 KB 702/1267 KB 495/1044 KB 64/713 KB 1372/1710 KB 288/1063 KB 682/1267 KB 499/1044 KB 68/713 KB 1376/1710 KB 292/1063 unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install KB 702/1267 KB 499/1044 KB 68/713 KB 1380/1710 KB 292/1063 KB 702/1267 KB 499/1044 KB 68/713 KB 1384/1710 KB 292/1063 KB 702/1267 KB 499/1044 KB 68/713 KB 1388/1710 KB 292/1063 KB 702/1267 KB 499/1044 KB 68/713 KB 1392/1710 KB 292/1063 KB 706/1267 KB 499/1044 KB 68/713 KB 1372/1710 KB 292/1063 KB 690/1267 KB 495/1044 KB 68/713 KB 1372/1710 KB 292/1063 KB 690/1267 KB 495/1044 KB 68/713 KB 1372/1710 KB 288/1063 KB 690/1267 KB 499/1044 KB 72/713 KB 1392/1710 KB 292/1063 KB 706/1267 KB 499/1044 KB 76/713 KB 1392/1710 KB 292/1063 KB 706/1267 KB 499/1044 KB 80/713 KB 1392/1710 KB 296/1063 KB 706/1267 KB 499/1044 KB 84/713 KB 1392/1710 KB 296/1063 KB 706/1267 KB 503/1044 KB 88/713 KB 1392/1710 KB 296/1063 KB 706/1267 KB 503/1044 KB 92/713 KB 1396/1710 KB 296/1063 KB 706/1267 KB 503/1044 KB 92/713 KB 1400/1710 KB 296/1063 KB 706/1267 KB 503/1044 KB 92/713 KB 1404/1710 KB 296/1063 KB 706/1267 KB 503/1044 KB 92/713 KB 1408/1710 KB 296/1063 KB 706/1267 KB 499/1044 KB 68/713 KB 1388/1710 KB 292/1063 KB 706/1267 KB 503/1044 KB 92/713 KB 1408/1710 KB 296/1063 KB 710/1267 KB 503/1044 KB 92/713 KB 1408/1710 KB 296/1063 KB 714/1267 KB 503/1044 KB 92/713 KB 1408/1710 KB 296/1063 KB 718/1267 KB 503/1044 KB 92/713 KB 1392/1710 KB 296/1063 KB 706/1267 KB 503/1044 KB 84/713 KB 1392/1710 KB 296/1063 KB 706/1267 KB 499/1044 KB 76/713 KB 1392/1710 KB 296/1063 KB 706/1267 KB 503/1044 KB 92/713 KB 1408/1710 KB 300/1063 KB 718/1267 KB 503/1044 KB 92/713 KB 1408/1710 KB 304/1063 KB 718/1267 KB 503/1044 KB 92/713 KB 1408/1710 KB 308/1063 KB 718/1267 KB 507/1044 KB 92/713 KB 1408/1710 KB 308/1063 KB 718/1267 KB 511/1044 KB 92/713 KB 1408/1710 KB 312/1063 KB 718/1267 KB 507/1044 KB 92/713 KB 1408/1710 KB 312/1063 KB 718/1267 KB 511/1044 KB 92/713 KB 1408/1710 KB 316/1063 KB 718/1267 KB 511/1044 KB 92/713 KB 1408/1710 KB 320/1063 KB 718/1267 KB 511/1044 KB 96/713 KB 1408/1710 KB 324/1063 KB 718/1267 KB 515/1044 KB 96/713 KB 1412/1710 KB 328/1063 KB 722/1267 KB 515/1044 KB 96/713 KB 1412/1710 KB 332/1063 KB 722/1267 KB 515/1044 KB 96/713 KB 1412/1710 KB 336/1063 KB 722/1267 KB 511/1044 KB 96/713 KB 1408/1710 KB 320/1063 KB 718/1267 KB 515/1044 KB 100/713 KB 1412/1710 KB 336/1063 KB 722/1267 KB 515/1044 KB 104/713 KB 1412/1710 KB 336/1063 KB 722/1267 KB 515/1044 KB 108/713 KB 1412/1710 KB 336/1063 KB 722/1267 KB 515/1044 KB 112/713 KB 1412/1710 KB 336/1063 KB 722/1267 KB 515/1044 KB 96/713 KB 1412/1710 KB 324/1063 KB 722/1267 KB 515/1044 KB 96/713 KB 1408/1710 KB 324/1063 KB 722/1267 KB 515/1044 KB 96/713 KB 1408/1710 KB 324/1063 KB 718/1267 KB 519/1044 KB 112/713 KB 1412/1710 KB 336/1063 KB 722/1267 KB 523/1044 KB 112/713 KB 1412/1710 KB 336/1063 KB 722/1267 KB 527/1044 KB 112/713 KB 1412/1710 KB 336/1063 KB 722/1267 KB 527/1044 KB 112/713 KB 1412/1710 KB 336/1063 KB 726/1267 KB 531/1044 KB 112/713 KB 1412/1710 KB 336/1063 KB 726/1267 KB 535/1044 KB 116/713 KB 1416/1710 KB 340/1063 KB 730/1267 KB 539/1044 KB 116/713 KB 1416/1710 KB 340/1063 KB 730/1267 KB 543/1044 KB 116/713 KB 1416/1710 KB 340/1063 KB 730/1267 KB 531/1044 KB 116/713 KB 1416/1710 KB 340/1063 KB 730/1267 KB 531/1044 KB 112/713 KB 1412/1710 KB 336/1063 KB 730/1267 KB 543/1044 KB 116/713 KB 1416/1710 KB 340/1063 KB 734/1267 KB 543/1044 KB 116/713 KB 1416/1710 KB 340/1063 KB 738/1267 KB 543/1044 KB 116/713 KB 1416/1710 KB 344/1063 KB 742/1267 KB 543/1044 KB 116/713 KB 1416/1710 KB 344/1063 KB 746/1267 KB 543/1044 KB 116/713 KB 1416/1710 KB 344/1063 KB 750/1267 KB unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 531/1044 KB 116/713 KB 1416/1710 KB 336/1063 KB 730/1267 KB 531/1044 KB 112/713 KB 1416/1710 KB 336/1063 KB 730/1267 KB 543/1044 KB 120/713 KB 1420/1710 KB 344/1063 KB 750/1267 KB 543/1044 KB 120/713 KB 1424/1710 KB 344/1063 KB 750/1267 KB 543/1044 KB 120/713 KB 1428/1710 KB 344/1063 KB 750/1267 KB 543/1044 KB 116/713 KB 1416/1710 KB 344/1063 KB 738/1267 KB 543/1044 KB 120/713 KB 1416/1710 KB 344/1063 KB 750/1267 KB 543/1044 KB 120/713 KB 1428/1710 KB 348/1063 KB 750/1267 KB 543/1044 KB 120/713 KB 1428/1710 KB 352/1063 KB 750/1267 KB 543/1044 KB 124/713 KB 1428/1710 KB 352/1063 KB 750/1267 KB 543/1044 KB 128/713 KB 1428/1710 KB 352/1063 KB 750/1267 KB 547/1044 KB 128/713 KB 1428/1710 KB 352/1063 KB 750/1267 KB 551/1044 KB 132/713 KB 1432/1710 KB 352/1063 KB 750/1267 KB 555/1044 KB 132/713 KB 1432/1710 KB 356/1063 KB 754/1267 KB 547/1044 KB 132/713 KB 1432/1710 KB 352/1063 KB 750/1267 KB 555/1044 KB 132/713 KB 1436/1710 KB 356/1063 KB 754/1267 KB 555/1044 KB 132/713 KB 1440/1710 KB 356/1063 KB 754/1267 KB 559/1044 KB 132/713 KB 1440/1710 KB 356/1063 KB 754/1267 KB 547/1044 KB 132/713 KB 1428/1710 KB 352/1063 KB 750/1267 KB 551/1044 KB 132/713 KB 1432/1710 KB 356/1063 KB 754/1267 KB 559/1044 KB 132/713 KB 1440/1710 KB 360/1063 KB 754/1267 KB 559/1044 KB 136/713 KB 1440/1710 KB 364/1063 KB 754/1267 KB 559/1044 KB 136/713 KB 1440/1710 KB 368/1063 KB 754/1267 KB 559/1044 KB 136/713 KB 1440/1710 KB 372/1063 KB 754/1267 KB 563/1044 KB 136/713 KB 1444/1710 KB 376/1063 KB 754/1267 KB 551/1044 KB 132/713 KB 1432/1710 KB 352/1063 KB 754/1267 KB 563/1044 KB 136/713 KB 1444/1710 KB 380/1063 KB 758/1267 KB 563/1044 KB 136/713 KB 1444/1710 KB 380/1063 KB 762/1267 KB 563/1044 KB 136/713 KB 1444/1710 KB 380/1063 KB 766/1267 KB 563/1044 KB 136/713 KB 1444/1710 KB 372/1063 KB 754/1267 KB 563/1044 KB 136/713 KB 1448/1710 KB 380/1063 KB 766/1267 KB 563/1044 KB 136/713 KB 1452/1710 KB 380/1063 KB 766/1267 KB 563/1044 KB 136/713 KB 1456/1710 KB 380/1063 KB 766/1267 KB 563/1044 KB 136/713 KB 1440/1710 KB 372/1063 KB 754/1267 KB 567/1044 KB 136/713 KB 1456/1710 KB 380/1063 KB 766/1267 KB 559/1044 KB 136/713 KB 1440/1710 KB 360/1063 KB 754/1267 KB 567/1044 KB 140/713 KB 1456/1710 KB 380/1063 KB 766/1267 KB 567/1044 KB 144/713 KB 1456/1710 KB 380/1063 KB 766/1267 KB 567/1044 KB 148/713 KB 1456/1710 KB 380/1063 KB 766/1267 KB 571/1044 KB 152/713 KB 1456/1710 KB 380/1063 KB 770/1267 KB 563/1044 KB 136/713 KB 1444/1710 KB 380/1063 KB 754/1267 KB 571/1044 KB 156/713 KB 1456/1710 KB 384/1063 KB 770/1267 KB 571/1044 KB 156/713 KB 1460/1710 KB 384/1063 KB 770/1267 KB 571/1044 KB 156/713 KB 1464/1710 KB 384/1063 KB 770/1267 KB 571/1044 KB 156/713 KB 1468/1710 KB 384/1063 KB 770/1267 KB 571/1044 KB 156/713 KB 1472/1710 KB 384/1063 KB 770/1267 KB 571/1044 KB 148/713 KB 1456/1710 KB 380/1063 KB 770/1267 KB 571/1044 KB 156/713 KB 1472/1710 KB 384/1063 KB 774/1267 KB 571/1044 KB 156/713 KB 1472/1710 KB 384/1063 KB 778/1267 KB 571/1044 KB 156/713 KB 1472/1710 KB 384/1063 KB 782/1267 KB 571/1044 KB 148/713 KB 1456/1710 KB 380/1063 KB 766/1267 KB 575/1044 KB 156/713 KB 1472/1710 KB 384/1063 KB 782/1267 KB 571/1044 KB 156/713 KB 1456/1710 KB 384/1063 KB 770/1267 KB 575/1044 KB 160/713 KB 1472/1710 KB 384/1063 KB 782/1267 KB 579/1044 KB 160/713 KB 1472/1710 KB 384/1063 KB 782/1267 KB 583/1044 KB 164/713 KB 1472/1710 KB 384/1063 KB 786/1267 KB 587/1044 KB 164/713 KB 1472/1710 KB 388/1063 KB 786/1267 KB 591/1044 KB 164/713 KB 1472/1710 KB 388/ unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 1063 KB 786/1267 KB 579/1044 KB 164/713 KB 1472/1710 KB 384/1063 KB 786/1267 KB 591/1044 KB 168/713 KB 1476/1710 KB 388/1063 KB 786/1267 KB 591/1044 KB 172/713 KB 1476/1710 KB 388/1063 KB 786/1267 KB 591/1044 KB 176/713 KB 1476/1710 KB 388/1063 KB 786/1267 KB 579/1044 KB 160/713 KB 1472/1710 KB 384/1063 KB 786/1267 KB 591/1044 KB 164/713 KB 1476/1710 KB 388/1063 KB 786/1267 KB 583/1044 KB 164/713 KB 1472/1710 KB 388/1063 KB 786/1267 KB 591/1044 KB 176/713 KB 1476/1710 KB 392/1063 KB 786/1267 KB 591/1044 KB 176/713 KB 1476/1710 KB 396/1063 KB 786/1267 KB 591/1044 KB 176/713 KB 1476/1710 KB 400/1063 KB 786/1267 KB 595/1044 KB 176/713 KB 1476/1710 KB 400/1063 KB 786/1267 KB 599/1044 KB 180/713 KB 1480/1710 KB 404/1063 KB 790/1267 KB 603/1044 KB 180/713 KB 1480/1710 KB 404/1063 KB 790/1267 KB 607/1044 KB 180/713 KB 1480/1710 KB 404/1063 KB 790/1267 KB 595/1044 KB 176/713 KB 1476/1710 KB 400/1063 KB 790/1267 KB 607/1044 KB 180/713 KB 1480/1710 KB 404/1063 KB 794/1267 KB 607/1044 KB 180/713 KB 1480/1710 KB 404/1063 KB 798/1267 KB 595/1044 KB 180/713 KB 1480/1710 KB 404/1063 KB 790/1267 KB 595/1044 KB 180/713 KB 1480/1710 KB 400/1063 KB 790/1267 KB 595/1044 KB 176/713 KB 1480/1710 KB 400/1063 KB 790/1267 KB 607/1044 KB 180/713 KB 1484/1710 KB 404/1063 KB 798/1267 KB 607/1044 KB 180/713 KB 1488/1710 KB 404/1063 KB 798/1267 KB 607/1044 KB 180/713 KB 1488/1710 KB 404/1063 KB 802/1267 KB 611/1044 KB 184/713 KB 1492/1710 KB 408/1063 KB 806/1267 KB 611/1044 KB 184/713 KB 1492/1710 KB 408/1063 KB 810/1267 KB 611/1044 KB 184/713 KB 1492/1710 KB 408/1063 KB 814/1267 KB 611/1044 KB 184/713 KB 1492/1710 KB 408/1063 KB 802/1267 KB 611/1044 KB 184/713 KB 1496/1710 KB 408/1063 KB 814/1267 KB 607/1044 KB 184/713 KB 1488/1710 KB 404/1063 KB 802/1267 KB 611/1044 KB 188/713 KB 1496/1710 KB 408/1063 KB 814/1267 KB 611/1044 KB 192/713 KB 1496/1710 KB 408/1063 KB 814/1267 KB 611/1044 KB 192/713 KB 1500/1710 KB 408/1063 KB 814/1267 KB 611/1044 KB 192/713 KB 1504/1710 KB 408/1063 KB 814/1267 KB 611/1044 KB 192/713 KB 1508/1710 KB 408/1063 KB 814/1267 KB 611/1044 KB 196/713 KB 1512/1710 KB 408/1063 KB 818/1267 KB 611/1044 KB 196/713 KB 1516/1710 KB 408/1063 KB 818/1267 KB 611/1044 KB 184/713 KB 1488/1710 KB 408/1063 KB 802/1267 KB 607/1044 KB 184/713 KB 1488/1710 KB 408/1063 KB 802/1267 KB 611/1044 KB 196/713 KB 1516/1710 KB 412/1063 KB 818/1267 KB 611/1044 KB 196/713 KB 1516/1710 KB 416/1063 KB 818/1267 KB 611/1044 KB 196/713 KB 1516/1710 KB 420/1063 KB 818/1267 KB 611/1044 KB 196/713 KB 1508/1710 KB 408/1063 KB 818/1267 KB 615/1044 KB 200/713 KB 1516/1710 KB 420/1063 KB 818/1267 KB 615/1044 KB 200/713 KB 1516/1710 KB 424/1063 KB 818/1267 KB 615/1044 KB 200/713 KB 1516/1710 KB 428/1063 KB 818/1267 KB 615/1044 KB 204/713 KB 1516/1710 KB 432/1063 KB 818/1267 KB 611/1044 KB 192/713 KB 1508/1710 KB 408/1063 KB 818/1267 KB 615/1044 KB 204/713 KB 1516/1710 KB 428/1063 KB 818/1267 KB 615/1044 KB 196/713 KB 1516/1710 KB 420/1063 KB 818/1267 KB 619/1044 KB 204/713 KB 1516/1710 KB 432/1063 KB 818/1267 KB 623/1044 KB 204/713 KB 1516/1710 KB 432/1063 KB 818/1267 KB 627/1044 KB 204/713 KB 1516/1710 KB 432/1063 KB 818/1267 KB 631/1044 KB 208/713 KB 1516/1710 KB 436/1063 KB 822/1267 KB 635/1044 KB 208/713 KB 1520/1710 KB 436/1063 KB 822/1267 KB 639/1044 KB 208/713 KB 1520/1710 KB 436/1063 KB 822/1267 KB 627/1044 KB 208/713 KB 1516/1710 KB 436/1063 KB 822/1267 KB 627/1044 KB 208/713 KB 1516/1710 KB 432/1063 KB 822/1267 KB 627/1044 KB 208/713 KB unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 1516/1710 KB 432/1063 KB 818/1267 KB 639/1044 KB 208/713 KB 1520/1710 KB 436/1063 KB 826/1267 KB 639/1044 KB 208/713 KB 1520/1710 KB 436/1063 KB 830/1267 KB 639/1044 KB 212/713 KB 1520/1710 KB 436/1063 KB 830/1267 KB 639/1044 KB 216/713 KB 1520/1710 KB 440/1063 KB 834/1267 KB 639/1044 KB 220/713 KB 1520/1710 KB 440/1063 KB 834/1267 KB 639/1044 KB 224/713 KB 1520/1710 KB 440/1063 KB 834/1267 KB 631/1044 KB 208/713 KB 1520/1710 KB 436/1063 KB 822/1267 KB 639/1044 KB 224/713 KB 1524/1710 KB 440/1063 KB 834/1267 KB 639/1044 KB 224/713 KB 1528/1710 KB 440/1063 KB 834/1267 KB 639/1044 KB 224/713 KB 1532/1710 KB 440/1063 KB 834/1267 KB 643/1044 KB 224/713 KB 1536/1710 KB 440/1063 KB 834/1267 KB 639/1044 KB 212/713 KB 1520/1710 KB 440/1063 KB 834/1267 KB 643/1044 KB 224/713 KB 1536/1710 KB 444/1063 KB 834/1267 KB 643/1044 KB 224/713 KB 1536/1710 KB 448/1063 KB 834/1267 KB 639/1044 KB 212/713 KB 1520/1710 KB 436/1063 KB 834/1267 KB 643/1044 KB 224/713 KB 1536/1710 KB 448/1063 KB 838/1267 KB 643/1044 KB 224/713 KB 1536/1710 KB 448/1063 KB 842/1267 KB 643/1044 KB 224/713 KB 1536/1710 KB 448/1063 KB 846/1267 KB 643/1044 KB 224/713 KB 1532/1710 KB 440/1063 KB 834/1267 KB 647/1044 KB 224/713 KB 1536/1710 KB 448/1063 KB 846/1267 KB 647/1044 KB 224/713 KB 1536/1710 KB 448/1063 KB 850/1267 KB 651/1044 KB 228/713 KB 1540/1710 KB 452/1063 KB 854/1267 KB 651/1044 KB 228/713 KB 1540/1710 KB 452/1063 KB 858/1267 KB 651/1044 KB 228/713 KB 1540/1710 KB 452/1063 KB 850/1267 KB 651/1044 KB 228/713 KB 1540/1710 KB 448/1063 KB 850/1267 KB 651/1044 KB 228/713 KB 1540/1710 KB 456/1063 KB 858/1267 KB 651/1044 KB 232/713 KB 1540/1710 KB 460/1063 KB 858/1267 KB 651/1044 KB 232/713 KB 1540/1710 KB 464/1063 KB 858/1267 KB 651/1044 KB 224/713 KB 1536/1710 KB 448/1063 KB 850/1267 KB 655/1044 KB 232/713 KB 1540/1710 KB 464/1063 KB 858/1267 KB 659/1044 KB 232/713 KB 1540/1710 KB 464/1063 KB 858/1267 KB 663/1044 KB 232/713 KB 1540/1710 KB 468/1063 KB 862/1267 KB 667/1044 KB 232/713 KB 1540/1710 KB 468/1063 KB 862/1267 KB 651/1044 KB 224/713 KB 1540/1710 KB 448/1063 KB 850/1267 KB 667/1044 KB 232/713 KB 1544/1710 KB 468/1063 KB 862/1267 KB 667/1044 KB 232/713 KB 1548/1710 KB 468/1063 KB 862/1267 KB 667/1044 KB 232/713 KB 1552/1710 KB 468/1063 KB 862/1267 KB 659/1044 KB 232/713 KB 1540/1710 KB 468/1063 KB 862/1267 KB 667/1044 KB 232/713 KB 1552/1710 KB 472/1063 KB 862/1267 KB 659/1044 KB 232/713 KB 1540/1710 KB 464/1063 KB 862/1267 KB 651/1044 KB 232/713 KB 1540/1710 KB 460/1063 KB 858/1267 KB 671/1044 KB 236/713 KB 1552/1710 KB 476/1063 KB 862/1267 KB 671/1044 KB 240/713 KB 1552/1710 KB 476/1063 KB 862/1267 KB 671/1044 KB 244/713 KB 1552/1710 KB 476/1063 KB 862/1267 KB 671/1044 KB 248/713 KB 1552/1710 KB 476/1063 KB 866/1267 KB 671/1044 KB 232/713 KB 1552/1710 KB 472/1063 KB 862/1267 KB 671/1044 KB 232/713 KB 1552/1710 KB 476/1063 KB 862/1267 KB 671/1044 KB 252/713 KB 1556/1710 KB 476/1063 KB 866/1267 KB 675/1044 KB 252/713 KB 1560/1710 KB 480/1063 KB 866/1267 KB 671/1044 KB 244/713 KB 1552/1710 KB 476/1063 KB 866/1267 KB 675/1044 KB 252/713 KB 1560/1710 KB 480/1063 KB 870/1267 KB 675/1044 KB 252/713 KB 1560/1710 KB 480/1063 KB 874/1267 KB 675/1044 KB 252/713 KB 1560/1710 KB 480/1063 KB 878/1267 KB 675/1044 KB 252/713 KB 1564/1710 KB 480/1063 KB 878/1267 KB 675/1044 KB 252/713 KB 1568/1710 KB 480/1063 KB 878/1267 KB 675/1044 KB 252/713 KB 1556/1710 KB 480/1063 KB 866/1267 KB 671/1044 KB 252/713 KB 1556/1710 KB 480/1063 KB 866/1267 KB 67 unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install 1/1044 KB 252/713 KB 1556/1710 KB 480/1063 KB 866/1267 KB 675/1044 KB 256/713 KB 1568/1710 KB 480/1063 KB 878/1267 KB 675/1044 KB 260/713 KB 1568/1710 KB 480/1063 KB 878/1267 KB 679/1044 KB 264/713 KB 1572/1710 KB 484/1063 KB 882/1267 KB 679/1044 KB 268/713 KB 1572/1710 KB 484/1063 KB 882/1267 KB 679/1044 KB 272/713 KB 1572/1710 KB 484/1063 KB 882/1267 KB 679/1044 KB 260/713 KB 1572/1710 KB 484/1063 KB 882/1267 KB 679/1044 KB 260/713 KB 1568/1710 KB 484/1063 KB 882/1267 KB 683/1044 KB 272/713 KB 1572/1710 KB 484/1063 KB 882/1267 KB 687/1044 KB 272/713 KB 1572/1710 KB 484/1063 KB 882/1267 KB 675/1044 KB 260/713 KB 1568/1710 KB 484/1063 KB 882/1267 KB 675/1044 KB 260/713 KB 1568/1710 KB 484/1063 KB 878/1267 KB 687/1044 KB 272/713 KB 1572/1710 KB 488/1063 KB 886/1267 KB 687/1044 KB 272/713 KB 1572/1710 KB 492/1063 KB 886/1267 KB 687/1044 KB 272/713 KB 1572/1710 KB 496/1063 KB 886/1267 KB 687/1044 KB 272/713 KB 1572/1710 KB 496/1063 KB 886/1267 KB 691/1044 KB 272/713 KB 1572/1710 KB 496/1063 KB 886/1267 KB 695/1044 KB 276/713 KB 1576/1710 KB 500/1063 KB 890/1267 KB 699/1044 KB 276/713 KB 1576/1710 KB 500/1063 KB 890/1267 KB 703/1044 KB 276/713 KB 1576/1710 KB 500/1063 KB 890/1267 KB 691/1044 KB 276/713 KB 1576/1710 KB 500/1063 KB 890/1267 KB 691/1044 KB 276/713 KB 1576/1710 KB 496/1063 KB 890/1267 KB 691/1044 KB 272/713 KB 1576/1710 KB 496/1063 KB 890/1267 KB 691/1044 KB 272/713 KB 1576/1710 KB 496/1063 KB 886/1267 KB 703/1044 KB 276/713 KB 1580/1710 KB 500/1063 KB 894/1267 KB 703/1044 KB 276/713 KB 1584/1710 KB 500/1063 KB 894/1267 KB 703/1044 KB 276/713 KB 1576/1710 KB 500/1063 KB 894/1267 KB 703/1044 KB 276/713 KB 1584/1710 KB 500/1063 KB 898/1267 KB 707/1044 KB 280/713 KB 1588/1710 KB 504/1063 KB 902/1267 KB 707/1044 KB 280/713 KB 1588/1710 KB 504/1063 KB 906/1267 KB 707/1044 KB 280/713 KB 1588/1710 KB 504/1063 KB 910/1267 KB 707/1044 KB 280/713 KB 1588/1710 KB 504/1063 KB 898/1267 KB 703/1044 KB 280/713 KB 1588/1710 KB 504/1063 KB 898/1267 KB 703/1044 KB 280/713 KB 1584/1710 KB 500/1063 KB 898/1267 KB 703/1044 KB 280/713 KB 1584/1710 KB 504/1063 KB 898/1267 KB 707/1044 KB 284/713 KB 1588/1710 KB 504/1063 KB 910/1267 KB 707/1044 KB 284/713 KB 1588/1710 KB 508/1063 KB 910/1267 KB 707/1044 KB 288/713 KB 1588/1710 KB 508/1063 KB 910/1267 KB 707/1044 KB 288/713 KB 1588/1710 KB 512/1063 KB 910/1267 KB 707/1044 KB 292/713 KB 1588/1710 KB 512/1063 KB 910/1267 KB 711/1044 KB 296/713 KB 1592/1710 KB 516/1063 KB 914/1267 KB 711/1044 KB 292/713 KB 1592/1710 KB 516/1063 KB 914/1267 KB 711/1044 KB 292/713 KB 1592/1710 KB 512/1063 KB 914/1267 KB 715/1044 KB 296/713 KB 1592/1710 KB 516/1063 KB 914/1267 KB 707/1044 KB 292/713 KB 1592/1710 KB 512/1063 KB 910/1267 KB 715/1044 KB 296/713 KB 1596/1710 KB 516/1063 KB 914/1267 KB 715/1044 KB 296/713 KB 1600/1710 KB 516/1063 KB 914/1267 KB 719/1044 KB 296/713 KB 1600/1710 KB 516/1063 KB 914/1267 KB 723/1044 KB 296/713 KB 1600/1710 KB 516/1063 KB 914/1267 KB 727/1044 KB 300/713 KB 1604/1710 KB 520/1063 KB 914/1267 KB 731/1044 KB 300/713 KB 1604/1710 KB 520/1063 KB 914/1267 KB 735/1044 KB 300/713 KB 1604/1710 KB 520/1063 KB 914/1267 KB 707/1044 KB 292/713 KB 1592/1710 KB 512/1063 KB 914/1267 KB 735/1044 KB 300/713 KB 1604/1710 KB 520/1063 KB 918/1267 KB 735/1044 KB 300/713 KB 1604/1710 KB 520/1063 KB 922/1267 KB 735/1044 KB 300/713 KB 1604/1710 KB 520/1063 KB 926/1267 KB 723/1044 KB 300/713 KB 1604/1710 KB 520/1063 KB 914/1267 KB 723/1044 KB 300/713 KB 1600/1710 KB 520/1063 unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 00:10:32 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-abot-epc-basic-0: 00:10:32 DEBUG unit.abot-epc-basic/0.install KB 914/1267 KB 735/1044 KB 304/713 KB 1604/1710 KB 520/1063 KB 926/1267 KB 723/1044 KB 296/713 KB 1600/1710 KB 520/1063 KB 914/1267 KB 735/1044 KB 304/713 KB 1604/1710 KB 524/1063 KB 926/1267 KB 735/1044 KB 304/713 KB 1604/1710 KB 528/1063 KB 926/1267 KB 735/1044 KB 304/713 KB 1608/1710 KB 528/1063 KB 926/1267 KB 735/1044 KB 304/713 KB 1612/1710 KB 528/1063 KB 926/1267 KB 735/1044 KB 304/713 KB 1616/1710 KB 528/1063 KB 926/1267 KB 735/1044 KB 308/713 KB 1620/1710 KB 528/1063 KB 926/1267 KB 739/1044 KB 308/713 KB 1624/1710 KB 532/1063 KB 930/1267 KB 739/1044 KB 308/713 KB 1628/1710 KB 532/1063 KB 930/1267 KB 739/1044 KB 308/713 KB 1632/1710 KB 532/1063 KB 930/1267 KB 735/1044 KB 308/713 KB 1616/1710 KB 528/1063 KB 926/1267 KB 735/1044 KB 308/713 KB 1620/1710 KB 532/1063 KB 930/1267 KB 739/1044 KB 308/713 KB 1632/1710 KB 536/1063 KB 930/1267 KB 739/1044 KB 308/713 KB 1632/1710 KB 540/1063 KB 930/1267 KB 739/1044 KB 312/713 KB 1632/1710 KB 540/1063 KB 930/1267 KB 739/1044 KB 316/713 KB 1632/1710 KB 540/1063 KB 930/1267 KB 739/1044 KB 320/713 KB 1632/1710 KB 544/1063 KB 930/1267 KB 739/1044 KB 308/713 KB 1620/1710 KB 532/1063 KB 930/1267 KB 735/1044 KB 308/713 KB 1620/1710 KB 532/1063 KB 930/1267 KB 739/1044 KB 320/713 KB 1632/1710 KB 544/1063 KB 934/1267 KB 739/1044 KB 320/713 KB 1632/1710 KB 544/1063 KB 938/1267 KB 739/1044 KB 316/713 KB 1632/1710 KB 544/1063 KB 930/1267 KB 739/1044 KB 320/713 KB 1632/1710 KB 548/1063 KB 938/1267 KB 743/1044 KB 324/713 KB 1636/1710 KB 552/1063 KB 942/1267 KB 743/1044 KB 324/713 KB 1636/1710 KB 556/1063 KB 942/1267 KB 743/1044 KB 324/713 KB 1636/1710 KB 560/1063 KB 942/1267 KB 743/1044 KB 324/713 KB 1636/1710 KB 548/1063 KB 942/1267 KB 739/1044 KB 320/713 KB 1632/1710 KB 548/1063 KB 942/1267 KB 743/1044 KB 324/713 KB 1636/1710 KB 560/1063 KB 946/1267 KB 743/1044 KB 324/713 KB 1636/1710 KB 560/1063 KB 950/1267 KB 743/1044 KB 324/713 KB 1632/1710 KB 548/1063 KB 942/1267 KB 743/1044 KB 320/713 KB 1632/1710 KB 548/1063 KB 942/1267 KB 747/1044 KB 324/713 KB 1636/1710 KB 560/1063 KB 950/1267 KB 751/1044 KB 324/713 KB 1636/1710 KB 560/1063 KB 950/1267 KB 755/1044 KB 324/713 KB 1636/1710 KB 560/1063 KB 950/1267 KB 759/1044 KB 328/713 KB 1640/1710 KB 564/1063 KB 954/1267 KB 755/1044 KB 328/713 KB 1640/1710 KB 564/1063 KB 954/1267 KB 755/1044 KB 328/713 KB 1640/1710 KB 564/1063 KB 950/1267 KB 759/1044 KB 328/713 KB 1644/1710 KB 564/1063 KB 954/1267 KB 759/1044 KB 328/713 KB 1644/1710 KB 564/1063 KB 958/1267 KB 755/1044 KB 328/713 KB 1636/1710 KB 560/1063 KB 950/1267 KB 759/1044 KB 332/713 KB 1648/1710 KB 564/1063 KB 958/1267 KB 759/1044 KB 336/713 KB 1648/1710 KB 564/1063 KB 958/1267 KB 759/1044 KB 340/713 KB 1648/1710 KB 564/1063 KB 958/1267 KB 763/1044 KB 344/713 KB 1648/1710 KB 564/1063 KB 962/1267 KB 763/1044 KB 348/713 KB 1648/1710 KB 564/1063 KB 962/1267 KB 763/1044 KB 352/713 KB 1648/1710 KB 564/1063 KB 962/1267 KB 755/1044 KB 328/713 KB 1636/1710 KB 564/1063 KB 950/1267 KB 763/1044 KB 352/713 KB 1648/1710 KB 568/1063 KB 962/1267 KB 763/1044 KB 352/713 KB 1648/1710 KB 572/1063 KB 962/1267 KB 763/1044 KB 352/713 KB 1648/1710 KB 576/1063 KB 962/1267 KB 763/1044 KB 340/713 KB 1648/1710 KB 564/1063 KB 962/1267 KB 763/1044 KB 340/713 KB 1648/1710 KB 564/1063 KB 958/1267 KB 759/1044 KB 328/713 KB 1648/1710 KB 564/1063 KB 958/1267 KB 767/1044 KB 352/713 KB 1648/1710 KB 576/1063 KB 962/1267 KB 767/1044 KB 352/713 KB 1652/1710 KB 576/1063 KB 962/1267 KB 771/1044 KB 352/713 KB 16 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 56/1710 KB 576/1063 KB 962/1267 KB 771/1044 KB 352/713 KB 1660/1710 KB 576/1063 KB 962/1267 KB 771/1044 KB 352/713 KB 1664/1710 KB 580/1063 KB 966/1267 KB 771/1044 KB 356/713 KB 1664/1710 KB 580/1063 KB 966/1267 KB 771/1044 KB 360/713 KB 1668/1710 KB 580/1063 KB 966/1267 KB 771/1044 KB 364/713 KB 1668/1710 KB 580/1063 KB 966/1267 KB 771/1044 KB 352/713 KB 1652/1710 KB 576/1063 KB 962/1267 KB 775/1044 KB 364/713 KB 1668/1710 KB 580/1063 KB 966/1267 KB 779/1044 KB 364/713 KB 1668/1710 KB 580/1063 KB 966/1267 KB 783/1044 KB 364/713 KB 1668/1710 KB 580/1063 KB 966/1267 KB 771/1044 KB 356/713 KB 1668/1710 KB 580/1063 KB 966/1267 KB 783/1044 KB 364/713 KB 1672/1710 KB 580/1063 KB 966/1267 KB 783/1044 KB 368/713 KB 1676/1710 KB 580/1063 KB 966/1267 KB 783/1044 KB 368/713 KB 1680/1710 KB 580/1063 KB 966/1267 KB 771/1044 KB 352/713 KB 1660/1710 KB 580/1063 KB 966/1267 KB 771/1044 KB 352/713 KB 1660/1710 KB 576/1063 KB 966/1267 KB 783/1044 KB 368/713 KB 1680/1710 KB 580/1063 KB 970/1267 KB 783/1044 KB 368/713 KB 1680/1710 KB 580/1063 KB 974/1267 KB 783/1044 KB 368/713 KB 1680/1710 KB 584/1063 KB 974/1267 KB 783/1044 KB 368/713 KB 1680/1710 KB 588/1063 KB 974/1267 KB 783/1044 KB 368/713 KB 1680/1710 KB 592/1063 KB 974/1267 KB 783/1044 KB 368/713 KB 1680/1710 KB 592/1063 KB 978/1267 KB 783/1044 KB 368/713 KB 1680/1710 KB 592/1063 KB 982/1267 KB 783/1044 KB 368/713 KB 1672/1710 KB 580/1063 KB 966/1267 KB 783/1044 KB 368/713 KB 1680/1710 KB 596/1063 KB 986/1267 KB 787/1044 KB 372/713 KB 1684/1710 KB 600/1063 KB 986/1267 KB 787/1044 KB 372/713 KB 1684/1710 KB 604/1063 KB 986/1267 KB 787/1044 KB 372/713 KB 1684/1710 KB 596/1063 KB 986/1267 KB 787/1044 KB 376/713 KB 1684/1710 KB 608/1063 KB 986/1267 KB 787/1044 KB 368/713 KB 1684/1710 KB 596/1063 KB 986/1267 KB 787/1044 KB 368/713 KB 1680/1710 KB 596/1063 KB 986/1267 KB 783/1044 KB 368/713 KB 1680/1710 KB 596/1063 KB 986/1267 KB 787/1044 KB 376/713 KB 1684/1710 KB 608/1063 KB 990/1267 KB 791/1044 KB 376/713 KB 1684/1710 KB 608/1063 KB 990/1267 KB 795/1044 KB 376/713 KB 1684/1710 KB 608/1063 KB 990/1267 KB 799/1044 KB 376/713 KB 1684/1710 KB 608/1063 KB 990/1267 KB 799/1044 KB 376/713 KB 1684/1710 KB 608/1063 KB 994/1267 KB 799/1044 KB 380/713 KB 1688/1710 KB 608/1063 KB 998/1267 KB 799/1044 KB 380/713 KB 1688/1710 KB 608/1063 KB 1002/1267 KB 799/1044 KB 380/713 KB 1688/1710 KB 608/1063 KB 1006/1267 KB 787/1044 KB 376/713 KB 1684/1710 KB 608/1063 KB 986/1267 KB 803/1044 KB 380/713 KB 1688/1710 KB 612/1063 KB 1006/1267 KB 803/1044 KB 380/713 KB 1688/1710 KB 616/1063 KB 1010/1267 KB 803/1044 KB 380/713 KB 1688/1710 KB 620/1063 KB 1010/1267 KB 803/1044 KB 380/713 KB 1688/1710 KB 624/1063 KB 1010/1267 KB 803/1044 KB 380/713 KB 1688/1710 KB 608/1063 KB 1006/1267 KB 799/1044 KB 380/713 KB 1688/1710 KB 608/1063 KB 994/1267 KB 799/1044 KB 376/713 KB 1688/1710 KB 608/1063 KB 994/1267 KB 803/1044 KB 380/713 KB 1692/1710 KB 624/1063 KB 1010/1267 KB 803/1044 KB 384/713 KB 1696/1710 KB 624/1063 KB 1010/1267 KB 807/1044 KB 384/713 KB 1696/1710 KB 624/1063 KB 1010/1267 KB 811/1044 KB 384/713 KB 1696/1710 KB 624/1063 KB 1010/1267 KB 815/1044 KB 384/713 KB 1696/1710 KB 624/1063 KB 1010/1267 KB 819/1044 KB 384/713 KB 1696/1710 KB 624/1063 KB 1010/1267 KB 823/1044 KB 384/713 KB 1700/1710 KB 628/1063 KB 1010/1267 KB 827/1044 KB 384/713 KB 1700/1710 KB 628/1063 KB 1010/1267 KB 803/1044 KB 380/713 KB 1688/1710 KB 612/1063 KB 1010/1267 KB 831/1044 KB 384/713 KB 1700/1710 KB 628/1063 KB 1014/1 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 267 KB 831/1044 KB 384/713 KB 1700/1710 KB 628/1063 KB 1018/1267 KB 831/1044 KB 384/713 KB 1700/1710 KB 628/1063 KB 1022/1267 KB 819/1044 KB 384/713 KB 1700/1710 KB 628/1063 KB 1010/1267 KB 831/1044 KB 384/713 KB 1700/1710 KB 632/1063 KB 1022/1267 KB 831/1044 KB 384/713 KB 1700/1710 KB 636/1063 KB 1022/1267 KB 831/1044 KB 384/713 KB 1700/1710 KB 640/1063 KB 1022/1267 KB 819/1044 KB 384/713 KB 1700/1710 KB 624/1063 KB 1010/1267 KB 803/1044 KB 384/713 KB 1692/1710 KB 624/1063 KB 1010/1267 KB 831/1044 KB 388/713 KB 1700/1710 KB 640/1063 KB 1022/1267 KB 831/1044 KB 392/713 KB 1700/1710 KB 640/1063 KB 1022/1267 KB 831/1044 KB 396/713 KB 1700/1710 KB 640/1063 KB 1022/1267 KB 831/1044 KB 400/713 KB 1704/1710 KB 640/1063 KB 1022/1267 KB 831/1044 KB 404/713 KB 1704/1710 KB 640/1063 KB 1022/1267 KB 831/1044 KB 408/713 KB 1704/1710 KB 640/1063 KB 1022/1267 KB 831/1044 KB 384/713 KB 1700/1710 KB 632/1063 KB 1022/1267 KB 835/1044 KB 408/713 KB 1704/1710 KB 640/1063 KB 1026/1267 KB 839/1044 KB 412/713 KB 1704/1710 KB 644/1063 KB 1026/1267 KB 843/1044 KB 412/713 KB 1704/1710 KB 644/1063 KB 1026/1267 KB 847/1044 KB 412/713 KB 1704/1710 KB 644/1063 KB 1026/1267 KB 831/1044 KB 408/713 KB 1704/1710 KB 640/1063 KB 1026/1267 KB 831/1044 KB 396/713 KB 1704/1710 KB 640/1063 KB 1022/1267 KB 847/1044 KB 412/713 KB 1708/1710 KB 644/1063 KB 1026/1267 KB 847/1044 KB 412/713 KB 1710/1710 KB 644/1063 KB 1026/1267 KB 847/1044 KB 412/713 KB 1710/1710 KB 644/1063 KB 1030/1267 KB 847/1044 KB 412/713 KB 1710/1710 KB 644/1063 KB 1034/1267 KB 847/1044 KB 412/713 KB 1710/1710 KB 644/1063 KB 1038/1267 KB 835/1044 KB 412/713 KB 1704/1710 KB 644/1063 KB 1026/1267 KB 847/1044 KB 412/713 KB 1710/1710 KB 648/1063 KB 1038/1267 KB 847/1044 KB 412/713 KB 1710/1710 KB 652/1063 KB 1038/1267 KB 847/1044 KB 412/713 KB 1710/1710 KB 656/1063 KB 1038/1267 KB 835/1044 KB 412/713 KB 1704/1710 KB 640/1063 KB 1026/1267 KB 847/1044 KB 416/713 KB 1710/1710 KB 656/1063 KB 1038/1267 KB 847/1044 KB 420/713 KB 1710/1710 KB 656/1063 KB 1038/1267 KB 847/1044 KB 420/713 KB 1710/1710 KB 656/1063 KB 1042/1267 KB 847/1044 KB 424/713 KB 1710/1710 KB 656/1063 KB 1046/1267 KB 847/1044 KB 424/713 KB 1710/1710 KB 656/1063 KB 1050/1267 KB 847/1044 KB 424/713 KB 1710/1710 KB 656/1063 KB 1042/1267 KB 851/1044 KB 428/713 KB 1710/1710 KB 656/1063 KB 1050/1267 KB 851/1044 KB 432/713 KB 1710/1710 KB 656/1063 KB 1050/1267 KB 851/1044 KB 424/713 KB 1710/1710 KB 656/1063 KB 1050/1267 KB 855/1044 KB 432/713 KB 1710/1710 KB 656/1063 KB 1054/1267 KB 859/1044 KB 432/713 KB 1710/1710 KB 656/1063 KB 1054/1267 KB 863/1044 KB 432/713 KB 1710/1710 KB 660/1063 KB 1054/1267 KB 851/1044 KB 432/713 KB 1710/1710 KB 656/1063 KB 1054/1267 KB 859/1044 KB 432/713 KB 1710/1710 KB 660/1063 KB 1054/1267 KB 863/1044 KB 432/713 KB 1710/1710 KB 664/1063 KB 1054/1267 KB 867/1044 KB 432/713 KB 1710/1710 KB 668/1063 KB 1054/1267 KB 867/1044 KB 432/713 KB 1710/1710 KB 672/1063 KB 1054/1267 KB 867/1044 KB 432/713 KB 1710/1710 KB 672/1063 KB 1058/1267 KB 867/1044 KB 436/713 KB 1710/1710 KB 672/1063 KB 1062/1267 KB 867/1044 KB 436/713 KB 676/1063 KB 1066/1267 KB 867/1044 KB 436/713 KB 676/1063 KB 1070/1267 KB 867/1044 KB 432/713 KB 1710/1710 KB 664/1063 KB 1054/1267 KB 871/1044 KB 436/713 KB 676/1063 KB 1070/1267 KB 875/1044 KB 436/713 KB 676/1063 KB 1070/1267 KB 879/1044 KB 436/713 KB 676/1063 KB 1070/1267 KB 867/1044 KB 436/713 KB 676/1063 KB 1062/1267 KB 879/1044 KB 436/713 KB 680/1063 KB 1070/1267 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 879/1044 KB 436/713 KB 684/1063 KB 1070/1267 KB 879/1044 KB 436/713 KB 688/1063 KB 1070/1267 KB 879/1044 KB 436/713 KB 692/1063 KB 1070/1267 KB 883/1044 KB 436/713 KB 696/1063 KB 1074/1267 KB 883/1044 KB 436/713 KB 700/1063 KB 1074/1267 KB 883/1044 KB 436/713 KB 704/1063 KB 1074/1267 KB 867/1044 KB 436/713 KB 1710/1710 KB 672/1063 KB 1058/1267 KB 883/1044 KB 440/713 KB 704/1063 KB 1074/1267 KB 883/1044 KB 444/713 KB 704/1063 KB 1074/1267 KB 883/1044 KB 448/713 KB 704/1063 KB 1074/1267 KB 883/1044 KB 452/713 KB 704/1063 KB 1074/1267 KB 883/1044 KB 456/713 KB 704/1063 KB 1074/1267 KB 883/1044 KB 460/713 KB 704/1063 KB 1074/1267 KB 883/1044 KB 436/713 KB 692/1063 KB 1074/1267 KB 883/1044 KB 436/713 KB 692/1063 KB 1070/1267 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 3294.6 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 883/1044 KB 460/713 KB 704/1063 KB 1078/1267 KB 887/1044 KB 460/713 KB 704/1063 KB 1078/1267 KB 891/1044 KB 464/713 KB 704/1063 KB 1078/1267 KB 895/1044 KB 464/713 KB 704/1063 KB 1082/1267 KB 887/1044 KB 464/713 KB 704/1063 KB 1078/1267 KB 891/1044 KB 464/713 KB 704/1063 KB 1082/1267 KB 895/1044 KB 464/713 KB 704/1063 KB 1086/1267 KB 899/1044 KB 464/713 KB 704/1063 KB 1086/1267 KB 903/1044 KB 468/713 KB 708/1063 KB 1090/1267 KB 907/1044 KB 468/713 KB 708/1063 KB 1090/1267 KB 899/1044 KB 468/713 KB 708/1063 KB 1090/1267 KB 907/1044 KB 472/713 KB 708/1063 KB 1090/1267 KB 899/1044 KB 464/713 KB 708/1063 KB 1090/1267 KB 907/1044 KB 476/713 KB 708/1063 KB 1090/1267 KB 907/1044 KB 480/713 KB 708/1063 KB 1090/1267 KB 899/1044 KB 464/713 KB 708/1063 KB 1086/1267 KB 911/1044 KB 480/713 KB 712/1063 KB 1094/1267 KB 911/1044 KB 480/713 KB 716/1063 KB 1094/1267 KB 911/1044 KB 480/713 KB 720/1063 KB 1094/1267 KB 911/1044 KB 480/713 KB 708/1063 KB 1094/1267 KB 907/1044 KB 480/713 KB 708/1063 KB 1094/1267 KB 911/1044 KB 480/713 KB 720/1063 KB 1098/1267 KB 911/1044 KB 480/713 KB 720/1063 KB 1102/1267 KB 915/1044 KB 480/713 KB 720/1063 KB 1102/1267 KB 919/1044 KB 484/713 KB 724/1063 KB 1106/1267 KB 923/1044 KB 484/713 KB 724/1063 KB 1106/1267 KB 927/1044 KB 484/713 KB 724/1063 KB 1106/1267 KB 915/1044 KB 484/713 KB 724/1063 KB 1106/1267 KB 927/1044 KB 488/713 KB 724/1063 KB 1106/1267 KB 927/1044 KB 492/713 KB 724/1063 KB 1106/1267 KB 915/1044 KB 480/713 KB 724/1063 KB 1106/1267 KB 915/1044 KB 480/713 KB 720/1063 KB 1106/1267 KB 927/1044 KB 496/713 KB 728/1063 KB 1106/1267 KB 927/1044 KB 496/713 KB 732/1063 KB 1110/1267 KB 927/1044 KB 496/713 KB 736/1063 KB 1110/1267 KB 927/1044 KB 496/713 KB 724/1063 KB 1106/1267 KB 927/1044 KB 496/713 KB 728/1063 KB 1110/1267 KB 927/1044 KB 496/713 KB 736/1063 KB 1114/1267 KB 927/1044 KB 496/713 KB 736/1063 KB 1118/1267 KB 931/1044 KB 496/713 KB 736/1063 KB 1118/1267 KB 935/1044 KB 4/257 KB 500/713 KB 740/1063 KB 1122/1267 KB 939/1044 KB 4/257 KB 500/713 KB 740/1063 KB 1122/1267 KB 943/1044 KB 4/257 KB 500/713 KB 740/1063 KB 1122/1267 KB 931/1044 KB 4/257 KB 500/713 KB 740/1063 KB 1122/1267 KB 931/1044 KB 4/257 KB 500/713 KB 740/1063 KB 1118/1267 KB 931/1044 KB 4/257 KB 500/713 KB 736/1063 KB 1118/1267 KB 931/1044 KB 4/257 KB 496/713 KB 736/1063 KB 1118/1267 KB 943/1044 KB 8/257 KB 500/713 KB 740/1063 KB 1122/1267 KB 943/1044 KB 12/257 KB 500/713 KB 740/1063 KB 1122/1267 KB 943/1044 KB 16/257 KB 500/713 KB 740/1063 KB 1122/1267 KB 943/1044 KB 20/257 KB 500/713 KB 740/1063 KB 1122/1267 KB 943/1044 KB 24/257 KB 500/713 KB 740/1063 KB 1122/1267 KB 943/1044 KB 28/257 KB 500/713 KB 740/1063 KB 1122/1267 KB 943/1044 KB 32/257 KB 500/713 KB 740/1063 KB 1122/1267 KB 943/1044 KB 32/257 KB 504/713 KB 740/1063 KB 1122/1267 KB 943/1044 KB 32/257 KB 508/713 KB 740/1063 KB 1122/1267 KB 943/1044 KB 32/257 KB 512/713 KB 740/1063 KB 1122/1267 KB 943/1044 KB 32/257 KB 512/713 KB 744/1063 KB 1126/1267 KB 943/1044 KB 32/257 KB 512/713 KB 744/1063 KB 1130/1267 KB 943/1044 KB 32/257 KB 512/713 KB 744/1063 KB 1134/1267 KB 943/1044 KB 36/257 KB 512/713 KB 744/1063 KB 1138/1267 KB 947/1044 KB 36/257 KB 516/713 KB 744/1063 KB 1142/1267 KB 947/1044 KB 36/257 KB 516/713 KB 744/1063 KB 1146/1267 KB 947/1044 KB 36/257 KB 516/713 KB 744/1063 KB 1150/1267 KB 943/1044 KB 32/257 KB 512/713 KB 744/1063 KB 1122/1267 KB 947/1044 KB 36/257 KB 516/713 KB 748/1063 KB 1150/1267 KB 947/1044 KB 36/257 KB 516/ unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 713 KB 752/1063 KB 1150/1267 KB 947/1044 KB 36/257 KB 516/713 KB 756/1063 KB 1150/1267 KB 947/1044 KB 36/257 KB 516/713 KB 760/1063 KB 1150/1267 KB 947/1044 KB 36/257 KB 516/713 KB 764/1063 KB 1150/1267 KB 947/1044 KB 36/257 KB 516/713 KB 744/1063 KB 1138/1267 KB 943/1044 KB 36/257 KB 516/713 KB 744/1063 KB 1138/1267 KB 943/1044 KB 36/257 KB 512/713 KB 744/1063 KB 1134/1267 KB 947/1044 KB 40/257 KB 516/713 KB 764/1063 KB 1150/1267 KB 947/1044 KB 44/257 KB 516/713 KB 764/1063 KB 1150/1267 KB 947/1044 KB 48/257 KB 516/713 KB 764/1063 KB 1150/1267 KB 947/1044 KB 52/257 KB 516/713 KB 764/1063 KB 1150/1267 KB 947/1044 KB 56/257 KB 516/713 KB 764/1063 KB 1150/1267 KB 947/1044 KB 60/257 KB 516/713 KB 764/1063 KB 1150/1267 KB 951/1044 KB 64/257 KB 520/713 KB 764/1063 KB 1150/1267 KB 951/1044 KB 60/257 KB 520/713 KB 764/1063 KB 1150/1267 KB 951/1044 KB 60/257 KB 516/713 KB 764/1063 KB 1150/1267 KB 955/1044 KB 64/257 KB 520/713 KB 764/1063 KB 1150/1267 KB 959/1044 KB 64/257 KB 524/713 KB 764/1063 KB 1150/1267 KB 955/1044 KB 64/257 KB 524/713 KB 764/1063 KB 1150/1267 KB 959/1044 KB 64/257 KB 528/713 KB 764/1063 KB 1150/1267 KB 959/1044 KB 68/257 KB 528/713 KB 764/1063 KB 1150/1267 KB 963/1044 KB 72/257 KB 528/713 KB 768/1063 KB 1154/1267 KB 963/1044 KB 68/257 KB 528/713 KB 768/1063 KB 1154/1267 KB 959/1044 KB 68/257 KB 528/713 KB 768/1063 KB 1150/1267 KB 963/1044 KB 72/257 KB 532/713 KB 772/1063 KB 1154/1267 KB 959/1044 KB 68/257 KB 528/713 KB 768/1063 KB 1154/1267 KB 967/1044 KB 76/257 KB 532/713 KB 772/1063 KB 1154/1267 KB 963/1044 KB 76/257 KB 532/713 KB 772/1063 KB 1154/1267 KB 963/1044 KB 72/257 KB 532/713 KB 768/1063 KB 1154/1267 KB 967/1044 KB 76/257 KB 536/713 KB 772/1063 KB 1154/1267 KB 967/1044 KB 76/257 KB 540/713 KB 772/1063 KB 1154/1267 KB 971/1044 KB 80/257 KB 540/713 KB 772/1063 KB 1158/1267 KB 971/1044 KB 80/257 KB 540/713 KB 772/1063 KB 1154/1267 KB 967/1044 KB 80/257 KB 540/713 KB 772/1063 KB 1154/1267 KB 971/1044 KB 80/257 KB 540/713 KB 776/1063 KB 1158/1267 KB 975/1044 KB 80/257 KB 544/713 KB 780/1063 KB 1158/1267 KB 975/1044 KB 80/257 KB 544/713 KB 784/1063 KB 1162/1267 KB 975/1044 KB 80/257 KB 544/713 KB 776/1063 KB 1158/1267 KB 971/1044 KB 80/257 KB 544/713 KB 776/1063 KB 1158/1267 KB 975/1044 KB 80/257 KB 544/713 KB 780/1063 KB 1162/1267 KB 975/1044 KB 80/257 KB 544/713 KB 784/1063 KB 1166/1267 KB 975/1044 KB 80/257 KB 544/713 KB 784/1063 KB 1170/1267 KB 979/1044 KB 84/257 KB 548/713 KB 788/1063 KB 1174/1267 KB 979/1044 KB 84/257 KB 548/713 KB 788/1063 KB 1178/1267 KB 979/1044 KB 84/257 KB 548/713 KB 788/1063 KB 1182/1267 KB 979/1044 KB 84/257 KB 548/713 KB 788/1063 KB 1170/1267 KB 975/1044 KB 84/257 KB 544/713 KB 784/1063 KB 1170/1267 KB 979/1044 KB 88/257 KB 548/713 KB 788/1063 KB 1182/1267 KB 979/1044 KB 92/257 KB 548/713 KB 788/1063 KB 1182/1267 KB 983/1044 KB 96/257 KB 548/713 KB 788/1063 KB 1182/1267 KB 975/1044 KB 84/257 KB 548/713 KB 788/1063 KB 1170/1267 KB 975/1044 KB 84/257 KB 548/713 KB 784/1063 KB 1170/1267 KB 983/1044 KB 96/257 KB 552/713 KB 788/1063 KB 1182/1267 KB 983/1044 KB 92/257 KB 548/713 KB 788/1063 KB 1182/1267 KB 983/1044 KB 96/257 KB 556/713 KB 788/1063 KB 1182/1267 KB 983/1044 KB 96/257 KB 556/713 KB 792/1063 KB 1182/1267 KB 987/1044 KB 96/257 KB 560/713 KB 792/1063 KB 1182/1267 KB 987/1044 KB 96/257 KB 556/713 KB 792/1063 KB 1182/1267 KB 991/1044 KB 96/257 KB 560/713 KB 792/1063 KB 1182/1267 KB 991/1044 KB 96/257 KB 560/713 KB 796/1063 KB 11 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 82/1267 KB 991/1044 KB 96/257 KB 560/713 KB 800/1063 KB 1182/1267 KB 995/1044 KB 96/257 KB 564/713 KB 804/1063 KB 1182/1267 KB 995/1044 KB 100/257 KB 564/713 KB 808/1063 KB 1186/1267 KB 995/1044 KB 100/257 KB 564/713 KB 812/1063 KB 1186/1267 KB 995/1044 KB 100/257 KB 564/713 KB 816/1063 KB 1186/1267 KB 995/1044 KB 96/257 KB 564/713 KB 800/1063 KB 1182/1267 KB 995/1044 KB 100/257 KB 568/713 KB 816/1063 KB 1186/1267 KB 995/1044 KB 96/257 KB 560/713 KB 800/1063 KB 1182/1267 KB 995/1044 KB 100/257 KB 564/713 KB 804/1063 KB 1186/1267 KB 995/1044 KB 100/257 KB 564/713 KB 804/1063 KB 1182/1267 KB 995/1044 KB 104/257 KB 568/713 KB 816/1063 KB 1186/1267 KB 999/1044 KB 108/257 KB 572/713 KB 816/1063 KB 1190/1267 KB 999/1044 KB 104/257 KB 568/713 KB 816/1063 KB 1190/1267 KB 995/1044 KB 104/257 KB 568/713 KB 816/1063 KB 1190/1267 KB 999/1044 KB 108/257 KB 572/713 KB 816/1063 KB 1190/1267 KB 999/1044 KB 112/257 KB 576/713 KB 816/1063 KB 1194/1267 KB 999/1044 KB 108/257 KB 576/713 KB 816/1063 KB 1194/1267 KB 999/1044 KB 108/257 KB 576/713 KB 816/1063 KB 1190/1267 KB 1003/1044 KB 112/257 KB 576/713 KB 816/1063 KB 1194/1267 KB 1003/1044 KB 112/257 KB 576/713 KB 816/1063 KB 1198/1267 KB 1007/1044 KB 112/257 KB 576/713 KB 816/1063 KB 1198/1267 KB 1007/1044 KB 112/257 KB 580/713 KB 816/1063 KB 1198/1267 KB 1011/1044 KB 116/257 KB 584/713 KB 820/1063 KB 1202/1267 KB 1011/1044 KB 116/257 KB 588/713 KB 820/1063 KB 1202/1267 KB 1011/1044 KB 116/257 KB 592/713 KB 820/1063 KB 1202/1267 KB 1011/1044 KB 116/257 KB 580/713 KB 820/1063 KB 1202/1267 KB 1011/1044 KB 116/257 KB 580/713 KB 820/1063 KB 1198/1267 KB 1011/1044 KB 120/257 KB 592/713 KB 820/1063 KB 1202/1267 KB 1011/1044 KB 112/257 KB 580/713 KB 816/1063 KB 1198/1267 KB 1011/1044 KB 112/257 KB 580/713 KB 820/1063 KB 1198/1267 KB 1011/1044 KB 124/257 KB 592/713 KB 824/1063 KB 1206/1267 KB 1011/1044 KB 124/257 KB 592/713 KB 820/1063 KB 1206/1267 KB 1011/1044 KB 120/257 KB 592/713 KB 820/1063 KB 1206/1267 KB 1015/1044 KB 124/257 KB 592/713 KB 824/1063 KB 1206/1267 KB 1015/1044 KB 128/257 KB 592/713 KB 824/1063 KB 1210/1267 KB 1015/1044 KB 124/257 KB 592/713 KB 824/1063 KB 1210/1267 KB 1019/1044 KB 128/257 KB 592/713 KB 828/1063 KB 1210/1267 KB 1023/1044 KB 128/257 KB 592/713 KB 828/1063 KB 1210/1267 KB 1015/1044 KB 128/257 KB 592/713 KB 828/1063 KB 1210/1267 KB 1023/1044 KB 128/257 KB 596/713 KB 832/1063 KB 1214/1267 KB 1027/1044 KB 128/257 KB 596/713 KB 832/1063 KB 1214/1267 KB 1031/1044 KB 132/257 KB 596/713 KB 836/1063 KB 1214/1267 KB 1035/1044 KB 132/257 KB 596/713 KB 836/1063 KB 1214/1267 KB 1039/1044 KB 132/257 KB 596/713 KB 836/1063 KB 1214/1267 KB 1023/1044 KB 128/257 KB 596/713 KB 828/1063 KB 1214/1267 KB 1023/1044 KB 128/257 KB 592/713 KB 828/1063 KB 1214/1267 KB 1039/1044 KB 132/257 KB 596/713 KB 836/1063 KB 1218/1267 KB 1027/1044 KB 132/257 KB 596/713 KB 836/1063 KB 1214/1267 KB 1039/1044 KB 136/257 KB 600/713 KB 836/1063 KB 1218/1267 KB 1039/1044 KB 140/257 KB 600/713 KB 836/1063 KB 1218/1267 KB 1039/1044 KB 144/257 KB 600/713 KB 836/1063 KB 1222/1267 KB 1027/1044 KB 128/257 KB 596/713 KB 836/1063 KB 1214/1267 KB 1039/1044 KB 140/257 KB 600/713 KB 836/1063 KB 1222/1267 KB 1039/1044 KB 132/257 KB 600/713 KB 836/1063 KB 1218/1267 KB 1039/1044 KB 144/257 KB 604/713 KB 836/1063 KB 1222/1267 KB 1039/1044 KB 144/257 KB 608/713 KB 836/1063 KB 1222/1267 KB 1039/1044 KB 144/257 KB 608/713 KB 836/1063 KB 1226/1267 KB 1039/1044 KB 144/257 KB 608/713 KB 836/1063 KB 12 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 30/1267 KB 1039/1044 KB 144/257 KB 608/713 KB 840/1063 KB 1230/1267 KB 1039/1044 KB 144/257 KB 608/713 KB 844/1063 KB 1230/1267 KB 1039/1044 KB 144/257 KB 612/713 KB 848/1063 KB 1230/1267 KB 1043/1044 KB 144/257 KB 612/713 KB 848/1063 KB 1230/1267 KB 1044/1044 KB 148/257 KB 612/713 KB 848/1063 KB 1234/1267 KB 1039/1044 KB 144/257 KB 612/713 KB 844/1063 KB 1230/1267 KB 1044/1044 KB 148/257 KB 616/713 KB 848/1063 KB 1234/1267 KB 1044/1044 KB 148/257 KB 620/713 KB 848/1063 KB 1234/1267 KB 1044/1044 KB 148/257 KB 624/713 KB 848/1063 KB 1234/1267 KB 1043/1044 KB 148/257 KB 612/713 KB 848/1063 KB 1234/1267 KB 1043/1044 KB 148/257 KB 612/713 KB 848/1063 KB 1230/1267 KB 1044/1044 KB 152/257 KB 624/713 KB 848/1063 KB 1234/1267 KB 1044/1044 KB 152/257 KB 624/713 KB 848/1063 KB 1238/1267 KB 1044/1044 KB 152/257 KB 624/713 KB 848/1063 KB 1242/1267 KB 1044/1044 KB 156/257 KB 624/713 KB 848/1063 KB 1246/1267 KB 1044/1044 KB 156/257 KB 624/713 KB 848/1063 KB 1242/1267 KB 1044/1044 KB 160/257 KB 624/713 KB 848/1063 KB 1246/1267 KB 1044/1044 KB 160/257 KB 624/713 KB 848/1063 KB 1250/1267 KB 1044/1044 KB 164/257 KB 628/713 KB 848/1063 KB 1254/1267 KB 1044/1044 KB 164/257 KB 628/713 KB 848/1063 KB 1258/1267 KB 1044/1044 KB 164/257 KB 628/713 KB 848/1063 KB 1250/1267 KB 1044/1044 KB 160/257 KB 628/713 KB 848/1063 KB 1250/1267 KB 1044/1044 KB 164/257 KB 632/713 KB 848/1063 KB 1258/1267 KB 1044/1044 KB 164/257 KB 636/713 KB 848/1063 KB 1258/1267 KB 1044/1044 KB 168/257 KB 636/713 KB 848/1063 KB 1258/1267 KB 1044/1044 KB 172/257 KB 640/713 KB 848/1063 KB 1258/1267 KB 1044/1044 KB 176/257 KB 640/713 KB 848/1063 KB 1258/1267 KB 1044/1044 KB 168/257 KB 640/713 KB 848/1063 KB 1258/1267 KB 1044/1044 KB 176/257 KB 640/713 KB 848/1063 KB 1262/1267 KB 1044/1044 KB 176/257 KB 640/713 KB 848/1063 KB 1266/1267 KB 1044/1044 KB 180/257 KB 644/713 KB 852/1063 KB 1267/1267 KB 1044/1044 KB 180/257 KB 644/713 KB 852/1063 KB 1266/1267 KB 1044/1044 KB 180/257 KB 648/713 KB 852/1063 KB 1267/1267 KB 1044/1044 KB 180/257 KB 652/713 KB 852/1063 KB 1267/1267 KB 1044/1044 KB 180/257 KB 656/713 KB 852/1063 KB 1267/1267 KB 1044/1044 KB 180/257 KB 640/713 KB 852/1063 KB 1266/1267 KB 1044/1044 KB 176/257 KB 640/713 KB 852/1063 KB 1266/1267 KB 1044/1044 KB 180/257 KB 656/713 KB 856/1063 KB 1267/1267 KB 1044/1044 KB 180/257 KB 656/713 KB 860/1063 KB 1267/1267 KB 1044/1044 KB 180/257 KB 656/713 KB 864/1063 KB 1267/1267 KB 1044/1044 KB 180/257 KB 656/713 KB 868/1063 KB 1267/1267 KB 180/257 KB 656/713 KB 872/1063 KB 1267/1267 KB 180/257 KB 656/713 KB 876/1063 KB 1267/1267 KB 180/257 KB 656/713 KB 880/1063 KB 1267/1267 KB 180/257 KB 656/713 KB 884/1063 KB 1267/1267 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar (1044 KB at 1837.8 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 184/257 KB 656/713 KB 884/1063 KB 1267/1267 KB Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 188/257 KB 656/713 KB 884/1063 KB 1267/1267 KB 192/257 KB 656/713 KB 888/1063 KB 1267/1267 KB 196/257 KB 660/713 KB 888/1063 KB 1267/1267 KB 200/257 KB 660/713 KB 888/1063 KB 1267/1267 KB 204/257 KB 660/713 KB 888/1063 KB 1267/1267 KB 192/257 KB 660/713 KB 888/1063 KB 1267/1267 KB 188/257 KB 656/713 KB 888/1063 KB 1267/1267 KB 204/257 KB 660/713 KB 892/1063 KB 1267/1267 KB 204/257 KB 660/713 KB 896/1063 KB 1267/1267 KB 204/257 KB 660/713 KB 900/1063 KB 1267/1267 KB 204/257 KB 664/713 KB 900/1063 KB 1267/1267 KB 204/257 KB 668/713 KB 904/1063 KB 1267/1267 KB 204/257 KB 672/713 KB 904/1063 KB 1267/1267 KB 208/257 KB 672/713 KB 904/1063 KB 1267/1267 KB 204/257 KB 664/713 KB 904/1063 KB 1267/1267 KB 208/257 KB 672/713 KB 908/1063 KB 1267/1267 KB 208/257 KB 672/713 KB 912/1063 KB 1267/1267 KB 208/257 KB 672/713 KB 916/1063 KB 1267/1267 KB 212/257 KB 676/713 KB 920/1063 KB 1267/1267 KB 212/257 KB 676/713 KB 924/1063 KB 1267/1267 KB 212/257 KB 676/713 KB 928/1063 KB 1267/1267 KB 212/257 KB 676/713 KB 916/1063 KB 1267/1267 KB 212/257 KB 680/713 KB 928/1063 KB 1267/1267 KB 212/257 KB 672/713 KB 916/1063 KB 1267/1267 KB 216/257 KB 680/713 KB 928/1063 KB 1267/1267 KB 220/257 KB 684/713 KB 928/1063 KB 1267/1267 KB 224/257 KB 684/713 KB 928/1063 KB 1267/1267 KB 216/257 KB 684/713 KB 928/1063 KB 1267/1267 KB 224/257 KB 688/713 KB 928/1063 KB 1267/1267 KB 224/257 KB 692/713 KB 928/1063 KB 1267/1267 KB 228/257 KB 696/713 KB 932/1063 KB 228/257 KB 700/713 KB 932/1063 KB 228/257 KB 704/713 KB 932/1063 KB 228/257 KB 692/713 KB 932/1063 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar (1267 KB at 2183.6 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 228/257 KB 692/713 KB 928/1063 KB 1267/1267 KB 232/257 KB 704/713 KB 932/1063 KB 232/257 KB 704/713 KB 936/1063 KB 236/257 KB 704/713 KB 936/1063 KB 236/257 KB 704/713 KB 940/1063 KB 240/257 KB 704/713 KB 944/1063 KB 240/257 KB 704/713 KB 940/1063 KB 244/257 KB 704/713 KB 944/1063 KB 248/257 KB 708/713 KB 948/1063 KB 252/257 KB 708/713 KB 948/1063 KB 256/257 KB 708/713 KB 948/1063 KB 244/257 KB 708/713 KB 948/1063 KB 244/257 KB 708/713 KB 944/1063 KB 256/257 KB 712/713 KB 948/1063 KB 256/257 KB 713/713 KB 948/1063 KB 256/257 KB 713/713 KB 952/1063 KB 256/257 KB 713/713 KB 956/1063 KB 256/257 KB 713/713 KB 960/1063 KB 257/257 KB 713/713 KB 960/1063 KB 257/257 KB 713/713 KB 964/1063 KB 257/257 KB 713/713 KB 968/1063 KB 257/257 KB 713/713 KB 4/549 KB 968/1063 KB 257/257 KB 713/713 KB 8/549 KB 968/1063 KB 257/257 KB 713/713 KB 12/549 KB 968/1063 KB 257/257 KB 713/713 KB 16/549 KB 968/1063 KB 257/257 KB 713/713 KB 16/549 KB 972/1063 KB 257/257 KB 713/713 KB 16/549 KB 976/1063 KB 257/257 KB 713/713 KB 16/549 KB 976/1063 KB 3/358 KB 257/257 KB 713/713 KB 20/549 KB 976/1063 KB 5/358 KB 257/257 KB 713/713 KB 20/549 KB 976/1063 KB 3/358 KB 257/257 KB 713/713 KB 24/549 KB 976/1063 KB 8/358 KB 257/257 KB 713/713 KB 24/549 KB 976/1063 KB 8/358 KB 257/257 KB 713/713 KB 28/549 KB 976/1063 KB 8/358 KB 257/257 KB 713/713 KB 32/549 KB 976/1063 KB 8/358 KB 257/257 KB 713/713 KB 32/549 KB 976/1063 KB 11/358 KB 257/257 KB 713/713 KB 32/549 KB 976/1063 KB 13/358 KB 257/257 KB 713/713 KB 36/549 KB 976/1063 KB 13/358 KB 257/257 KB 713/713 KB 36/549 KB 976/1063 KB 16/358 KB 257/257 KB 713/713 KB 36/549 KB 976/1063 KB 19/358 KB 257/257 KB 713/713 KB 40/549 KB 976/1063 KB 19/358 KB 257/257 KB 713/713 KB 44/549 KB 976/1063 KB 19/358 KB 257/257 KB 713/713 KB 44/549 KB 976/1063 KB 21/358 KB 257/257 KB 713/713 KB 48/549 KB 976/1063 KB 21/358 KB 257/257 KB 713/713 KB 48/549 KB 976/1063 KB 24/358 KB 257/257 KB 48/549 KB 976/1063 KB 27/358 KB 257/257 KB 52/549 KB 976/1063 KB 27/358 KB 56/549 KB 980/1063 KB 29/358 KB 60/549 KB 980/1063 KB 29/358 KB 64/549 KB 980/1063 KB 29/358 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar (713 KB at 1196.3 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 68/549 KB 980/1063 KB 29/358 KB 72/549 KB 980/1063 KB 29/358 KB 76/549 KB 980/1063 KB 29/358 KB 80/549 KB 980/1063 KB 29/358 KB 52/549 KB 980/1063 KB 29/358 KB 257/257 KB 52/549 KB 976/1063 KB 29/358 KB 80/549 KB 980/1063 KB 32/358 KB 80/549 KB 980/1063 KB 36/358 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar (257 KB at 428.5 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 80/549 KB 984/1063 KB 36/358 KB 80/549 KB 988/1063 KB 36/358 KB Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 80/549 KB 992/1063 KB 36/358 KB 80/549 KB 992/1063 KB 40/358 KB 80/549 KB 992/1063 KB 44/358 KB 80/549 KB 996/1063 KB 44/358 KB 80/549 KB 1000/1063 KB 48/358 KB 80/549 KB 1004/1063 KB 48/358 KB 80/549 KB 1008/1063 KB 48/358 KB 80/549 KB 996/1063 KB 48/358 KB 80/549 KB 1008/1063 KB 52/358 KB 84/549 KB 1008/1063 KB 52/358 KB 88/549 KB 1008/1063 KB 56/358 KB 92/549 KB 1008/1063 KB 56/358 KB 96/549 KB 1008/1063 KB 56/358 KB 84/549 KB 1008/1063 KB 56/358 KB 96/549 KB 1008/1063 KB 60/358 KB 96/549 KB 1008/1063 KB 64/358 KB 96/549 KB 1008/1063 KB 64/358 KB 4/5 KB 96/549 KB 1008/1063 KB 64/358 KB 5/5 KB 96/549 KB 1008/1063 KB 68/358 KB 5/5 KB 100/549 KB 1012/1063 KB 72/358 KB 5/5 KB 100/549 KB 1012/1063 KB 76/358 KB 5/5 KB 100/549 KB 1012/1063 KB 80/358 KB 5/5 KB 100/549 KB 1012/1063 KB 68/358 KB 5/5 KB 96/549 KB 1012/1063 KB 68/358 KB 5/5 KB 100/549 KB 1016/1063 KB 80/358 KB 5/5 KB 100/549 KB 1020/1063 KB 80/358 KB 5/5 KB 100/549 KB 1024/1063 KB 80/358 KB 5/5 KB 104/549 KB 1024/1063 KB 80/358 KB 5/5 KB 108/549 KB 1024/1063 KB 80/358 KB 5/5 KB 112/549 KB 1024/1063 KB 80/358 KB 5/5 KB 116/549 KB 1024/1063 KB 80/358 KB 5/5 KB 120/549 KB 1028/1063 KB 3/86 KB 84/358 KB 5/5 KB 124/549 KB 1028/1063 KB 3/86 KB 84/358 KB 5/5 KB 116/549 KB 1028/1063 KB 3/86 KB 84/358 KB 5/5 KB 124/549 KB 1028/1063 KB 3/86 KB 88/358 KB 5/5 KB 124/549 KB 1028/1063 KB 3/86 KB 92/358 KB 5/5 KB 124/549 KB 1028/1063 KB 3/86 KB 96/358 KB 5/5 KB 116/549 KB 1024/1063 KB 3/86 KB 80/358 KB 5/5 KB 124/549 KB 1028/1063 KB 5/86 KB 96/358 KB 5/5 KB 124/549 KB 1028/1063 KB 7/86 KB 96/358 KB 5/5 KB 124/549 KB 1028/1063 KB 9/86 KB 96/358 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 7.2 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 116/549 KB 1028/1063 KB 3/86 KB 80/358 KB 5/5 KB 124/549 KB 1032/1063 KB 11/86 KB 96/358 KB 124/549 KB 1036/1063 KB 11/86 KB 96/358 KB 124/549 KB 1040/1063 KB 11/86 KB 96/358 KB 124/549 KB 1028/1063 KB 11/86 KB 96/358 KB 124/549 KB 1040/1063 KB 13/86 KB 96/358 KB 124/549 KB 1040/1063 KB 15/86 KB 96/358 KB 124/549 KB 1040/1063 KB 17/86 KB 96/358 KB 124/549 KB 1040/1063 KB 19/86 KB 96/358 KB 124/549 KB 1040/1063 KB 21/86 KB 96/358 KB 124/549 KB 1040/1063 KB 23/86 KB 96/358 KB 124/549 KB 1044/1063 KB 23/86 KB 96/358 KB 128/549 KB 1048/1063 KB 25/86 KB 100/358 KB 128/549 KB 1052/1063 KB 25/86 KB 100/358 KB 3/404 KB 128/549 KB 1044/1063 KB 25/86 KB 100/358 KB 128/549 KB 1044/1063 KB 25/86 KB 96/358 KB 124/549 KB 1044/1063 KB 25/86 KB 96/358 KB 128/549 KB 1056/1063 KB 27/86 KB 100/358 KB 3/404 KB 128/549 KB 1056/1063 KB 29/86 KB 100/358 KB 3/404 KB 128/549 KB 1056/1063 KB 31/86 KB 100/358 KB 3/404 KB 132/549 KB 1056/1063 KB 31/86 KB 100/358 KB 3/404 KB 128/549 KB 1056/1063 KB 25/86 KB 100/358 KB 3/404 KB 128/549 KB 1048/1063 KB 25/86 KB 100/358 KB 3/404 KB 132/549 KB 1056/1063 KB 33/86 KB 104/358 KB 3/404 KB 132/549 KB 1056/1063 KB 35/86 KB 104/358 KB 3/404 KB 132/549 KB 1056/1063 KB 31/86 KB 104/358 KB 3/404 KB 132/549 KB 1060/1063 KB 35/86 KB 108/358 KB 3/404 KB 132/549 KB 1060/1063 KB 35/86 KB 112/358 KB 3/404 KB 136/549 KB 1060/1063 KB 35/86 KB 116/358 KB 3/404 KB 136/549 KB 1060/1063 KB 37/86 KB 120/358 KB 3/404 KB 136/549 KB 1060/1063 KB 37/86 KB 124/358 KB 3/404 KB 132/549 KB 1060/1063 KB 35/86 KB 104/358 KB 3/404 KB 136/549 KB 1060/1063 KB 37/86 KB 116/358 KB 3/404 KB 136/549 KB 1060/1063 KB 35/86 KB 112/358 KB 3/404 KB 140/549 KB 1063/1063 KB 37/86 KB 128/358 KB 3/404 KB 144/549 KB 1063/1063 KB 37/86 KB 128/358 KB 3/404 KB 136/549 KB 1063/1063 KB 37/86 KB 128/358 KB 3/404 KB 144/549 KB 1063/1063 KB 39/86 KB 128/358 KB 3/404 KB 148/549 KB 1063/1063 KB 39/86 KB 128/358 KB 3/404 KB 152/549 KB 1063/1063 KB 41/86 KB 128/358 KB 3/404 KB 148/549 KB 1063/1063 KB 41/86 KB 128/358 KB 3/404 KB 152/549 KB 1063/1063 KB 43/86 KB 128/358 KB 3/404 KB 152/549 KB 1063/1063 KB 45/86 KB 128/358 KB 3/404 KB 136/549 KB 1060/1063 KB 45/86 KB 128/358 KB 3/404 KB 152/549 KB 1063/1063 KB 47/86 KB 128/358 KB 3/404 KB 156/549 KB 1063/1063 KB 47/86 KB 128/358 KB 3/404 KB 160/549 KB 1063/1063 KB 47/86 KB 128/358 KB 3/404 KB 164/549 KB 1063/1063 KB 49/86 KB 128/358 KB 3/404 KB 168/549 KB 1063/1063 KB 49/86 KB 132/358 KB 3/404 KB 172/549 KB 1063/1063 KB 49/86 KB 132/358 KB 3/404 KB 176/549 KB 1063/1063 KB 49/86 KB 132/358 KB 3/404 KB 160/549 KB 1063/1063 KB 49/86 KB 128/358 KB 3/404 KB 176/549 KB 1063/1063 KB 51/86 KB 132/358 KB 3/404 KB 176/549 KB 1063/1063 KB 53/86 KB 132/358 KB 3/404 KB 164/549 KB 1063/1063 KB 49/86 KB 132/358 KB 3/404 KB 176/549 KB 1063/1063 KB 55/86 KB 132/358 KB 3/404 KB 176/549 KB 1063/1063 KB 55/86 KB 136/358 KB 3/404 KB 176/549 KB 1063/1063 KB 55/86 KB 140/358 KB 3/404 KB 176/549 KB 1063/1063 KB 57/86 KB 144/358 KB 3/404 KB 176/549 KB 1063/1063 KB 57/86 KB 140/358 KB 3/404 KB 176/549 KB 1063/1063 KB 59/86 KB 144/358 KB 3/404 KB 180/549 KB 1063/1063 KB 59/86 KB 144/358 KB 3/404 KB 184/549 KB 1063/1063 KB 61/86 KB 148/358 KB 3/404 KB 188/549 KB 1063/1063 KB 61/86 KB 148/358 KB 3/404 KB 180/549 KB 1063/1063 KB 61/86 KB 148/358 KB 3/404 KB 180/549 KB 1063/1063 KB 61/86 KB 144/358 KB 3/404 KB 192/549 KB 1063/1063 KB 63/86 KB 148/358 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install KB 3/404 KB 192/549 KB 65/86 KB 148/358 KB 3/404 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar (1063 KB at 1667.3 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-oai-epc-0: 00:10:33 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (55.0 kB/s) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 192/549 KB 67/86 KB 148/358 KB 3/404 KB 192/549 KB 67/86 KB 152/358 KB 3/404 KB 192/549 KB 67/86 KB 156/358 KB 3/404 KB 192/549 KB 69/86 KB 160/358 KB 3/404 KB 192/549 KB 69/86 KB 156/358 KB 3/404 KB 192/549 KB 1063/1063 KB 67/86 KB 156/358 KB 3/404 KB 192/549 KB 71/86 KB 160/358 KB 3/404 KB 196/549 KB 73/86 KB 164/358 KB 3/404 KB 196/549 KB 75/86 KB 164/358 KB 3/404 KB 196/549 KB 71/86 KB 164/358 KB 3/404 KB 196/549 KB 75/86 KB 168/358 KB 3/404 KB 196/549 KB 77/86 KB 172/358 KB 3/404 KB 196/549 KB 77/86 KB 176/358 KB 3/404 KB 196/549 KB 71/86 KB 160/358 KB 3/404 KB 200/549 KB 77/86 KB 176/358 KB 3/404 KB 196/549 KB 77/86 KB 168/358 KB 3/404 KB 204/549 KB 77/86 KB 176/358 KB 3/404 KB 204/549 KB 79/86 KB 176/358 KB 3/404 KB 208/549 KB 79/86 KB 176/358 KB 3/404 KB 208/549 KB 81/86 KB 176/358 KB 3/404 KB 208/549 KB 84/86 KB 176/358 KB 3/404 KB 212/549 KB 86/86 KB 180/358 KB 4/404 KB 208/549 KB 84/86 KB 176/358 KB 4/404 KB 212/549 KB 86/86 KB 180/358 KB 6/404 KB 212/549 KB 86/86 KB 180/358 KB 8/404 KB 212/549 KB 84/86 KB 180/358 KB 4/404 KB 208/549 KB 84/86 KB 180/358 KB 4/404 KB 212/549 KB 86/86 KB 184/358 KB 8/404 KB 212/549 KB 86/86 KB 188/358 KB 8/404 KB 216/549 KB 86/86 KB 188/358 KB 8/404 KB 220/549 KB 86/86 KB 188/358 KB 8/404 KB 224/549 KB 86/86 KB 192/358 KB 8/404 KB 220/549 KB 86/86 KB 192/358 KB 8/404 KB 224/549 KB 86/86 KB 192/358 KB 10/404 KB 224/549 KB 86/86 KB 192/358 KB 12/404 KB 228/549 KB 86/86 KB 192/358 KB 12/404 KB 232/549 KB 86/86 KB 196/358 KB 14/404 KB 228/549 KB 86/86 KB 196/358 KB 14/404 KB 232/549 KB 86/86 KB 196/358 KB 16/404 KB 228/549 KB 86/86 KB 196/358 KB 12/404 KB 232/549 KB 86/86 KB 200/358 KB 16/404 KB 232/549 KB 86/86 KB 204/358 KB 18/404 KB 232/549 KB 86/86 KB 208/358 KB 18/404 KB 232/549 KB 86/86 KB 200/358 KB 18/404 KB 236/549 KB 86/86 KB 208/358 KB 18/404 KB 236/549 KB 86/86 KB 208/358 KB 20/404 KB 240/549 KB 86/86 KB 208/358 KB 20/404 KB 240/549 KB 86/86 KB 208/358 KB 22/404 KB 244/549 KB 86/86 KB 208/358 KB 22/404 KB 248/549 KB 86/86 KB 212/358 KB 24/404 KB 252/549 KB 86/86 KB 212/358 KB 24/404 KB 256/549 KB 86/86 KB 212/358 KB 24/404 KB 244/549 KB 86/86 KB 212/358 KB 24/404 KB 256/549 KB 86/86 KB 216/358 KB 24/404 KB 256/549 KB 86/86 KB 220/358 KB 24/404 KB 256/549 KB 86/86 KB 224/358 KB 24/404 KB 244/549 KB 86/86 KB 208/358 KB 24/404 KB 256/549 KB 86/86 KB 224/358 KB 26/404 KB 256/549 KB 86/86 KB 224/358 KB 28/404 KB 256/549 KB 86/86 KB 224/358 KB 30/404 KB 260/549 KB 86/86 KB 228/358 KB 30/404 KB 264/549 KB 228/358 KB 32/404 KB 268/549 KB 228/358 KB 32/404 KB 272/549 KB 228/358 KB 32/404 KB 256/549 KB 86/86 KB 228/358 KB 30/404 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 130.7 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 260/549 KB 86/86 KB 228/358 KB 32/404 KB 272/549 KB 228/358 KB 34/404 KB 272/549 KB 232/358 KB 34/404 KB 272/549 KB 232/358 KB 36/404 KB 272/549 KB 236/358 KB 36/404 KB 272/549 KB 236/358 KB 38/404 KB 272/549 KB 240/358 KB 38/404 KB 272/549 KB 240/358 KB 40/404 KB 272/549 KB 244/358 KB 40/404 KB 276/549 KB 248/358 KB 42/404 KB 276/549 KB 252/358 KB 42/404 KB 276/549 KB 256/358 KB 42/404 KB 276/549 KB 244/358 KB 42/404 KB 272/549 KB 244/358 KB 42/404 KB 276/549 KB 256/358 KB 44/404 KB 276/549 KB 256/358 KB 46/404 KB 276/549 KB 256/358 KB 48/404 KB 280/549 KB 256/358 KB 48/404 KB 284/549 KB 256/358 KB 48/404 KB 288/549 KB 256/358 KB 50/404 KB 284/549 KB 256/358 KB 50/404 KB 288/549 KB 256/358 KB 52/404 KB 288/549 KB 260/358 KB 52/404 KB 288/549 KB 264/358 KB 54/404 KB 288/549 KB 268/358 KB 54/404 KB 288/549 KB 272/358 KB 54/404 KB 288/549 KB 260/358 KB 54/404 KB 292/549 KB 272/358 KB 56/404 KB 292/549 KB 272/358 KB 58/404 KB 292/549 KB 272/358 KB 60/404 KB 292/549 KB 272/358 KB 54/404 KB 292/549 KB 3/894 KB 272/358 KB 60/404 KB 292/549 KB 5/894 KB 272/358 KB 60/404 KB 292/549 KB 8/894 KB 272/358 KB 60/404 KB 292/549 KB 11/894 KB 272/358 KB 60/404 KB 292/549 KB 13/894 KB 272/358 KB 60/404 KB 292/549 KB 16/894 KB 272/358 KB 60/404 KB 292/549 KB 19/894 KB 272/358 KB 60/404 KB 292/549 KB 21/894 KB 272/358 KB 60/404 KB 296/549 KB 21/894 KB 272/358 KB 60/404 KB 296/549 KB 21/894 KB 272/358 KB 62/404 KB 296/549 KB 21/894 KB 276/358 KB 62/404 KB 296/549 KB 24/894 KB 276/358 KB 62/404 KB 296/549 KB 27/894 KB 276/358 KB 62/404 KB 296/549 KB 29/894 KB 276/358 KB 62/404 KB 296/549 KB 32/894 KB 276/358 KB 62/404 KB 300/549 KB 32/894 KB 276/358 KB 62/404 KB 304/549 KB 32/894 KB 276/358 KB 62/404 KB 304/549 KB 32/894 KB 276/358 KB 64/404 KB 304/549 KB 36/894 KB 276/358 KB 66/404 KB 304/549 KB 36/894 KB 276/358 KB 68/404 KB 304/549 KB 36/894 KB 276/358 KB 64/404 KB 304/549 KB 36/894 KB 280/358 KB 68/404 KB 304/549 KB 36/894 KB 284/358 KB 68/404 KB 304/549 KB 36/894 KB 288/358 KB 68/404 KB 304/549 KB 40/894 KB 288/358 KB 70/404 KB 304/549 KB 44/894 KB 288/358 KB 70/404 KB 304/549 KB 36/894 KB 288/358 KB 70/404 KB 308/549 KB 44/894 KB 288/358 KB 70/404 KB 312/549 KB 44/894 KB 288/358 KB 70/404 KB 316/549 KB 48/894 KB 288/358 KB 72/404 KB 320/549 KB 48/894 KB 288/358 KB 72/404 KB 312/549 KB 48/894 KB 288/358 KB 72/404 KB 312/549 KB 44/894 KB 288/358 KB 72/404 KB 320/549 KB 48/894 KB 288/358 KB 74/404 KB 320/549 KB 48/894 KB 292/358 KB 74/404 KB 324/549 KB 52/894 KB 296/358 KB 76/404 KB 324/549 KB 52/894 KB 300/358 KB 76/404 KB 324/549 KB 52/894 KB 304/358 KB 76/404 KB 324/549 KB 52/894 KB 292/358 KB 76/404 KB 324/549 KB 56/894 KB 304/358 KB 76/404 KB 320/549 KB 48/894 KB 292/358 KB 76/404 KB 324/549 KB 56/894 KB 304/358 KB 78/404 KB 324/549 KB 56/894 KB 304/358 KB 80/404 KB 324/549 KB 48/894 KB 292/358 KB 76/404 KB 324/549 KB 60/894 KB 304/358 KB 82/404 KB 328/549 KB 64/894 KB 304/358 KB 82/404 KB 328/549 KB 60/894 KB 304/358 KB 82/404 KB 324/549 KB 56/894 KB 304/358 KB 82/404 KB 328/549 KB 64/894 KB 304/358 KB 84/404 KB 332/549 KB 64/894 KB 304/358 KB 84/404 KB 336/549 KB 64/894 KB 304/358 KB 84/404 KB 340/549 KB 64/894 KB 304/358 KB 84/404 KB 344/549 KB 68/894 KB 308/358 KB 86/404 KB 348/549 KB 68/894 KB 308/358 KB 86/404 KB 352/549 KB 68/894 KB 308/358 KB 86/404 KB 340/549 KB 68/894 KB 308/358 KB 86/404 KB 340/549 KB 64/894 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 308/358 KB 86/404 KB 352/549 KB 68/894 KB 312/358 KB 86/404 KB 352/549 KB 68/894 KB 316/358 KB 86/404 KB 352/549 KB 68/894 KB 320/358 KB 86/404 KB 340/549 KB 64/894 KB 304/358 KB 86/404 KB 352/549 KB 68/894 KB 320/358 KB 88/404 KB 352/549 KB 68/894 KB 320/358 KB 90/404 KB 352/549 KB 72/894 KB 320/358 KB 90/404 KB 352/549 KB 76/894 KB 320/358 KB 92/404 KB 352/549 KB 80/894 KB 320/358 KB 92/404 KB 352/549 KB 72/894 KB 320/358 KB 92/404 KB 352/549 KB 80/894 KB 320/358 KB 94/404 KB 352/549 KB 84/894 KB 320/358 KB 94/404 KB 356/549 KB 88/894 KB 324/358 KB 96/404 KB 356/549 KB 92/894 KB 324/358 KB 96/404 KB 356/549 KB 96/894 KB 324/358 KB 96/404 KB 356/549 KB 84/894 KB 324/358 KB 96/404 KB 356/549 KB 96/894 KB 328/358 KB 96/404 KB 356/549 KB 96/894 KB 332/358 KB 96/404 KB 356/549 KB 84/894 KB 320/358 KB 96/404 KB 352/549 KB 84/894 KB 320/358 KB 96/404 KB 356/549 KB 96/894 KB 332/358 KB 98/404 KB 360/549 KB 96/894 KB 332/358 KB 100/404 KB 360/549 KB 96/894 KB 332/358 KB 98/404 KB 360/549 KB 96/894 KB 336/358 KB 100/404 KB 364/549 KB 96/894 KB 336/358 KB 100/404 KB 368/549 KB 96/894 KB 336/358 KB 100/404 KB 372/549 KB 96/894 KB 336/358 KB 102/404 KB 376/549 KB 100/894 KB 340/358 KB 102/404 KB 380/549 KB 100/894 KB 340/358 KB 102/404 KB 368/549 KB 96/894 KB 336/358 KB 102/404 KB 380/549 KB 100/894 KB 340/358 KB 104/404 KB 380/549 KB 100/894 KB 340/358 KB 106/404 KB 372/549 KB 100/894 KB 340/358 KB 102/404 KB 372/549 KB 100/894 KB 336/358 KB 102/404 KB 380/549 KB 104/894 KB 340/358 KB 106/404 KB 380/549 KB 108/894 KB 344/358 KB 108/404 KB 380/549 KB 112/894 KB 344/358 KB 108/404 KB 380/549 KB 104/894 KB 344/358 KB 108/404 KB 380/549 KB 104/894 KB 344/358 KB 106/404 KB 380/549 KB 112/894 KB 348/358 KB 108/404 KB 380/549 KB 112/894 KB 348/358 KB 110/404 KB 380/549 KB 112/894 KB 352/358 KB 110/404 KB 380/549 KB 112/894 KB 352/358 KB 112/404 KB 380/549 KB 112/894 KB 352/358 KB 114/404 KB 384/549 KB 116/894 KB 352/358 KB 116/404 KB 384/549 KB 116/894 KB 356/358 KB 118/404 KB 384/549 KB 116/894 KB 352/358 KB 114/404 KB 384/549 KB 112/894 KB 352/358 KB 114/404 KB 384/549 KB 116/894 KB 356/358 KB 116/404 KB 384/549 KB 116/894 KB 358/358 KB 118/404 KB 388/549 KB 116/894 KB 358/358 KB 118/404 KB 388/549 KB 120/894 KB 358/358 KB 120/404 KB 388/549 KB 120/894 KB 358/358 KB 118/404 KB 388/549 KB 124/894 KB 358/358 KB 120/404 KB 388/549 KB 124/894 KB 358/358 KB 122/404 KB 392/549 KB 128/894 KB 358/358 KB 122/404 KB 388/549 KB 128/894 KB 358/358 KB 122/404 KB 396/549 KB 128/894 KB 358/358 KB 122/404 KB 400/549 KB 128/894 KB 358/358 KB 122/404 KB 400/549 KB 128/894 KB 358/358 KB 124/404 KB 400/549 KB 128/894 KB 358/358 KB 126/404 KB 400/549 KB 132/894 KB 358/358 KB 126/404 KB 404/549 KB 136/894 KB 358/358 KB 128/404 KB 404/549 KB 140/894 KB 358/358 KB 128/404 KB 404/549 KB 144/894 KB 358/358 KB 128/404 KB 404/549 KB 132/894 KB 358/358 KB 128/404 KB 400/549 KB 132/894 KB 358/358 KB 128/404 KB 404/549 KB 144/894 KB 358/358 KB 130/404 KB 404/549 KB 144/894 KB 358/358 KB 132/404 KB 404/549 KB 144/894 KB 358/358 KB 134/404 KB 408/549 KB 144/894 KB 358/358 KB 134/404 KB 412/549 KB 144/894 KB 358/358 KB 134/404 KB 416/549 KB 144/894 KB 358/358 KB 134/404 KB 416/549 KB 144/894 KB 358/358 KB 136/404 KB 416/549 KB 144/894 KB 358/358 KB 138/404 KB 416/549 KB 144/894 KB 358/358 KB 140/404 KB 416/549 KB 148/894 KB 358/358 KB 142/404 KB 416/549 KB 148/894 KB 358/358 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 140/404 KB 416/549 KB 152/894 KB 358/358 KB 142/404 KB 416/549 KB 156/894 KB 358/358 KB 142/404 KB 420/549 KB 160/894 KB 358/358 KB 142/404 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar (358 KB at 515.0 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 420/549 KB 156/894 KB 358/358 KB 142/404 KB 420/549 KB 160/894 KB 358/358 KB 144/404 KB Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 424/549 KB 160/894 KB 146/404 KB 424/549 KB 160/894 KB 144/404 KB 428/549 KB 160/894 KB 146/404 KB 432/549 KB 160/894 KB 146/404 KB 432/549 KB 160/894 KB 148/404 KB 432/549 KB 164/894 KB 148/404 KB 436/549 KB 168/894 KB 150/404 KB 436/549 KB 172/894 KB 150/404 KB 436/549 KB 176/894 KB 150/404 KB 436/549 KB 164/894 KB 150/404 KB 432/549 KB 164/894 KB 150/404 KB 436/549 KB 176/894 KB 152/404 KB 436/549 KB 176/894 KB 154/404 KB 436/549 KB 176/894 KB 156/404 KB 440/549 KB 176/894 KB 156/404 KB 444/549 KB 176/894 KB 158/404 KB 448/549 KB 176/894 KB 158/404 KB 440/549 KB 176/894 KB 158/404 KB 448/549 KB 176/894 KB 160/404 KB 452/549 KB 176/894 KB 160/404 KB 456/549 KB 180/894 KB 162/404 KB 460/549 KB 180/894 KB 162/404 KB 464/549 KB 180/894 KB 162/404 KB 452/549 KB 180/894 KB 162/404 KB 464/549 KB 184/894 KB 162/404 KB 3/26 KB 464/549 KB 188/894 KB 162/404 KB 3/26 KB 464/549 KB 192/894 KB 162/404 KB 3/26 KB 452/549 KB 176/894 KB 162/404 KB 464/549 KB 180/894 KB 162/404 KB 3/26 KB 464/549 KB 192/894 KB 162/404 KB 6/26 KB 464/549 KB 192/894 KB 164/404 KB 6/26 KB 464/549 KB 192/894 KB 166/404 KB 6/26 KB 464/549 KB 192/894 KB 168/404 KB 6/26 KB 464/549 KB 192/894 KB 168/404 KB 9/26 KB 464/549 KB 192/894 KB 170/404 KB 9/26 KB 468/549 KB 192/894 KB 172/404 KB 11/26 KB 468/549 KB 196/894 KB 174/404 KB 11/26 KB 468/549 KB 196/894 KB 176/404 KB 11/26 KB 468/549 KB 192/894 KB 170/404 KB 11/26 KB 464/549 KB 192/894 KB 170/404 KB 11/26 KB 468/549 KB 196/894 KB 176/404 KB 14/26 KB 468/549 KB 196/894 KB 172/404 KB 11/26 KB 468/549 KB 200/894 KB 176/404 KB 14/26 KB 468/549 KB 200/894 KB 176/404 KB 16/26 KB 468/549 KB 204/894 KB 176/404 KB 16/26 KB 468/549 KB 208/894 KB 176/404 KB 16/26 KB 468/549 KB 208/894 KB 176/404 KB 19/26 KB 472/549 KB 208/894 KB 176/404 KB 19/26 KB 476/549 KB 208/894 KB 176/404 KB 19/26 KB 480/549 KB 208/894 KB 178/404 KB 22/26 KB 476/549 KB 208/894 KB 178/404 KB 22/26 KB 476/549 KB 208/894 KB 178/404 KB 19/26 KB 480/549 KB 208/894 KB 180/404 KB 22/26 KB 480/549 KB 208/894 KB 182/404 KB 22/26 KB 480/549 KB 208/894 KB 184/404 KB 25/26 KB 480/549 KB 212/894 KB 186/404 KB 25/26 KB 480/549 KB 212/894 KB 188/404 KB 25/26 KB 480/549 KB 208/894 KB 182/404 KB 25/26 KB 484/549 KB 212/894 KB 188/404 KB 26/26 KB 484/549 KB 212/894 KB 190/404 KB 26/26 KB 484/549 KB 212/894 KB 188/404 KB 25/26 KB 480/549 KB 212/894 KB 184/404 KB 25/26 KB 484/549 KB 216/894 KB 190/404 KB 26/26 KB 484/549 KB 220/894 KB 190/404 KB 26/26 KB 484/549 KB 224/894 KB 190/404 KB 26/26 KB 488/549 KB 224/894 KB 190/404 KB 26/26 KB 492/549 KB 224/894 KB 190/404 KB 26/26 KB 496/549 KB 224/894 KB 190/404 KB 26/26 KB 496/549 KB 224/894 KB 192/404 KB 26/26 KB 496/549 KB 224/894 KB 194/404 KB 26/26 KB 496/549 KB 228/894 KB 194/404 KB 26/26 KB 496/549 KB 232/894 KB 194/404 KB 26/26 KB 496/549 KB 232/894 KB 196/404 KB 26/26 KB 496/549 KB 236/894 KB 196/404 KB 26/26 KB 496/549 KB 236/894 KB 198/404 KB 26/26 KB 496/549 KB 240/894 KB 198/404 KB 26/26 KB 500/549 KB 240/894 KB 198/404 KB 26/26 KB 504/549 KB 240/894 KB 198/404 KB 26/26 KB 508/549 KB 240/894 KB 200/404 KB 26/26 KB 512/549 KB 240/894 KB 200/404 KB 26/26 KB 504/549 KB 240/894 KB 200/404 KB 26/26 KB 512/549 KB 240/894 KB 202/404 KB 26/26 KB 512/549 KB 244/894 KB 204/404 KB 26/26 KB 512/549 KB 244/894 KB 202/404 KB 26/26 KB 512/549 KB 248/894 KB 204/404 KB 26/26 KB 512/549 KB 252/894 KB 206/404 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install KB 26/26 KB 516/549 KB 256/894 KB 206/404 KB 26/26 KB 512/549 KB 248/894 KB 206/404 KB 26/26 KB 516/549 KB 256/894 KB 208/404 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 35.5 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 516/549 KB 252/894 KB 206/404 KB 26/26 KB 516/549 KB 256/894 KB 210/404 KB 520/549 KB 256/894 KB 212/404 KB 520/549 KB 256/894 KB 210/404 KB 524/549 KB 256/894 KB 212/404 KB 528/549 KB 256/894 KB 212/404 KB 528/549 KB 256/894 KB 214/404 KB 528/549 KB 260/894 KB 214/404 KB 528/549 KB 264/894 KB 214/404 KB 528/549 KB 264/894 KB 216/404 KB 528/549 KB 268/894 KB 216/404 KB 528/549 KB 272/894 KB 216/404 KB 528/549 KB 272/894 KB 218/404 KB 532/549 KB 272/894 KB 218/404 KB 532/549 KB 272/894 KB 220/404 KB 536/549 KB 272/894 KB 220/404 KB 540/549 KB 272/894 KB 220/404 KB 544/549 KB 272/894 KB 222/404 KB 540/549 KB 272/894 KB 222/404 KB 544/549 KB 272/894 KB 224/404 KB 548/549 KB 272/894 KB 224/404 KB 549/549 KB 276/894 KB 226/404 KB 548/549 KB 276/894 KB 226/404 KB 548/549 KB 276/894 KB 224/404 KB 549/549 KB 276/894 KB 228/404 KB 549/549 KB 280/894 KB 228/404 KB 549/549 KB 284/894 KB 228/404 KB 549/549 KB 288/894 KB 228/404 KB 549/549 KB 288/894 KB 230/404 KB 549/549 KB 292/894 KB 230/404 KB 549/549 KB 296/894 KB 232/404 KB 549/549 KB 292/894 KB 232/404 KB 549/549 KB 296/894 KB 234/404 KB 549/549 KB 296/894 KB 236/404 KB 549/549 KB 296/894 KB 238/404 KB 549/549 KB 300/894 KB 238/404 KB 549/549 KB 304/894 KB 238/404 KB 549/549 KB 304/894 KB 240/404 KB 549/549 KB 308/894 KB 240/404 KB 3/79 KB 549/549 KB 312/894 KB 242/404 KB 3/79 KB 549/549 KB 316/894 KB 242/404 KB 3/79 KB 549/549 KB 308/894 KB 242/404 KB 3/79 KB 549/549 KB 308/894 KB 240/404 KB 5/79 KB 549/549 KB 316/894 KB 242/404 KB 8/79 KB 549/549 KB 316/894 KB 242/404 KB 11/79 KB 549/549 KB 316/894 KB 242/404 KB 13/79 KB 549/549 KB 316/894 KB 242/404 KB 16/79 KB 549/549 KB 316/894 KB 242/404 KB 19/79 KB 549/549 KB 316/894 KB 242/404 KB 21/79 KB 549/549 KB 316/894 KB 242/404 KB 24/79 KB 549/549 KB 316/894 KB 242/404 KB 27/79 KB 549/549 KB 316/894 KB 242/404 KB 29/79 KB 549/549 KB 316/894 KB 242/404 KB 29/79 KB 549/549 KB 316/894 KB 244/404 KB 32/79 KB 549/549 KB 316/894 KB 244/404 KB 32/79 KB 549/549 KB 316/894 KB 246/404 KB 32/79 KB 549/549 KB 316/894 KB 249/404 KB 36/79 KB 549/549 KB 316/894 KB 249/404 KB 40/79 KB 320/894 KB 252/404 KB 44/79 KB 320/894 KB 252/404 KB 48/79 KB 320/894 KB 252/404 KB 36/79 KB 320/894 KB 252/404 KB 36/79 KB 320/894 KB 249/404 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar (549 KB at 749.5 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 48/79 KB 324/894 KB 252/404 KB 48/79 KB 328/894 KB 254/404 KB 48/79 KB 332/894 KB 254/404 KB 48/79 KB 336/894 KB 254/404 KB 48/79 KB 340/894 KB 254/404 KB 52/79 KB 344/894 KB 254/404 KB 52/79 KB 348/894 KB 254/404 KB 52/79 KB 352/894 KB 254/404 KB 48/79 KB 324/894 KB 254/404 KB 52/79 KB 352/894 KB 257/404 KB 52/79 KB 352/894 KB 260/404 KB 52/79 KB 352/894 KB 262/404 KB 52/79 KB 340/894 KB 254/404 KB 52/79 KB 352/894 KB 265/404 KB 56/79 KB 352/894 KB 265/404 KB 60/79 KB 352/894 KB 265/404 KB 60/79 KB 352/894 KB 268/404 KB 64/79 KB 352/894 KB 268/404 KB 64/79 KB 352/894 KB 270/404 KB 64/79 KB 352/894 KB 273/404 KB 68/79 KB 352/894 KB 273/404 KB 72/79 KB 356/894 KB 276/404 KB 76/79 KB 356/894 KB 276/404 KB 79/79 KB 356/894 KB 276/404 KB 68/79 KB 356/894 KB 276/404 KB 68/79 KB 352/894 KB 276/404 KB 79/79 KB 356/894 KB 280/404 KB 79/79 KB 360/894 KB 280/404 KB 79/79 KB 364/894 KB 280/404 KB 79/79 KB 368/894 KB 280/404 KB 79/79 KB 368/894 KB 284/404 KB 79/79 KB 368/894 KB 288/404 KB 79/79 KB 372/894 KB 292/404 KB 79/79 KB 372/894 KB 296/404 KB 79/79 KB 372/894 KB 300/404 KB 79/79 KB 372/894 KB 288/404 KB 79/79 KB 376/894 KB 300/404 KB 79/79 KB 380/894 KB 300/404 KB 79/79 KB 384/894 KB 300/404 KB 79/79 KB 384/894 KB 304/404 KB 79/79 KB 384/894 KB 308/404 KB 79/79 KB 388/894 KB 308/404 KB 79/79 KB 392/894 KB 312/404 KB 79/79 KB 396/894 KB 312/404 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar (79 KB at 106.0 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 79/79 KB 388/894 KB 312/404 KB 400/894 KB 316/404 KB 400/894 KB 320/404 KB 400/894 KB 312/404 KB 400/894 KB 324/404 KB 404/894 KB 324/404 KB 408/894 KB 324/404 KB 412/894 KB 324/404 KB 412/894 KB 328/404 KB 416/894 KB 328/404 KB 416/894 KB 332/404 KB 416/894 KB 336/404 KB 416/894 KB 340/404 KB 420/894 KB 340/404 KB 424/894 KB 344/404 KB 428/894 KB 344/404 KB 432/894 KB 344/404 KB 420/894 KB 344/404 KB 432/894 KB 348/404 KB 432/894 KB 352/404 KB 432/894 KB 356/404 KB 432/894 KB 360/404 KB 436/894 KB 360/404 KB 440/894 KB 360/404 KB 444/894 KB 360/404 KB 444/894 KB 364/404 KB 448/894 KB 368/404 KB 448/894 KB 372/404 KB 448/894 KB 364/404 KB 452/894 KB 372/404 KB 456/894 KB 376/404 KB 460/894 KB 376/404 KB 464/894 KB 376/404 KB 452/894 KB 376/404 KB 464/894 KB 380/404 KB 464/894 KB 384/404 KB 464/894 KB 388/404 KB 4/115 KB 464/894 KB 388/404 KB 8/115 KB 464/894 KB 388/404 KB 12/115 KB 464/894 KB 388/404 KB 16/115 KB 464/894 KB 388/404 KB 20/115 KB 464/894 KB 388/404 KB 24/115 KB 464/894 KB 388/404 KB 28/115 KB 464/894 KB 388/404 KB 32/115 KB 464/894 KB 388/404 KB 36/115 KB 464/894 KB 388/404 KB 40/115 KB 464/894 KB 388/404 KB 44/115 KB 464/894 KB 388/404 KB 48/115 KB 464/894 KB 388/404 KB 52/115 KB 464/894 KB 388/404 KB 56/115 KB 464/894 KB 388/404 KB 60/115 KB 464/894 KB 388/404 KB 62/115 KB 464/894 KB 388/404 KB 66/115 KB 464/894 KB 388/404 KB 70/115 KB 468/894 KB 392/404 KB 74/115 KB 468/894 KB 392/404 KB 78/115 KB 468/894 KB 392/404 KB 66/115 KB 468/894 KB 392/404 KB 78/115 KB 472/894 KB 392/404 KB 78/115 KB 476/894 KB 392/404 KB 78/115 KB 480/894 KB 392/404 KB 66/115 KB 464/894 KB 392/404 KB 78/115 KB 480/894 KB 396/404 KB 78/115 KB 480/894 KB 400/404 KB 78/115 KB 480/894 KB 404/404 KB 78/115 KB 484/894 KB 404/404 KB 82/115 KB 488/894 KB 404/404 KB 82/115 KB 492/894 KB 404/404 KB 82/115 KB 496/894 KB 404/404 KB 82/115 KB 484/894 KB 404/404 KB 86/115 KB 496/894 KB 404/404 KB 90/115 KB 496/894 KB 404/404 KB 94/115 KB 496/894 KB 404/404 KB 94/115 KB 500/894 KB 404/404 KB 98/115 KB 504/894 KB 404/404 KB 98/115 KB 508/894 KB 404/404 KB 98/115 KB 512/894 KB 404/404 KB 98/115 KB 500/894 KB 404/404 KB 102/115 KB 512/894 KB 404/404 KB 106/115 KB 512/894 KB 404/404 KB 110/115 KB 512/894 KB 404/404 KB 110/115 KB 516/894 KB 404/404 KB 114/115 KB 516/894 KB 404/404 KB 115/115 KB 516/894 KB 404/404 KB 115/115 KB 520/894 KB 404/404 KB 115/115 KB 524/894 KB 404/404 KB 115/115 KB 528/894 KB 404/404 KB 115/115 KB 532/894 KB 404/404 KB 115/115 KB 536/894 KB 404/404 KB 115/115 KB 540/894 KB 404/404 KB 115/115 KB 544/894 KB 404/404 KB 115/115 KB 548/894 KB 404/404 KB 115/115 KB 552/894 KB 404/404 KB 115/115 KB 556/894 KB 404/404 KB 115/115 KB 560/894 KB 404/404 KB 115/115 KB 564/894 KB 404/404 KB 115/115 KB 568/894 KB 404/404 KB 115/115 KB 572/894 KB 404/404 KB 115/115 KB 576/894 KB 404/404 KB 115/115 KB 580/894 KB 404/404 KB 115/115 KB 584/894 KB 404/404 KB 115/115 KB 588/894 KB 404/404 KB 115/115 KB 592/894 KB 404/404 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (404 KB at 520.8 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 147.5 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 596/894 KB 600/894 KB 604/894 KB 608/894 KB 612/894 KB 616/894 KB 620/894 KB 624/894 KB 628/894 KB 632/894 KB 636/894 KB 640/894 KB 644/894 KB 648/894 KB 652/894 KB 656/894 KB 4/206 KB 656/894 KB 8/206 KB 656/894 KB 12/206 KB 656/894 KB 16/206 KB 656/894 KB 16/206 KB 660/894 KB 20/206 KB 660/894 KB 24/206 KB 660/894 KB 28/206 KB 660/894 KB 32/206 KB 660/894 KB 32/206 KB 664/894 KB 32/206 KB 668/894 KB 36/206 KB 668/894 KB 40/206 KB 668/894 KB 44/206 KB 668/894 KB 48/206 KB 668/894 KB 48/206 KB 672/894 KB 48/206 KB 676/894 KB 52/206 KB 676/894 KB 56/206 KB 676/894 KB 60/206 KB 676/894 KB 64/206 KB 676/894 KB 64/206 KB 680/894 KB 64/206 KB 684/894 KB 64/206 KB 688/894 KB 68/206 KB 688/894 KB 72/206 KB 688/894 KB 76/206 KB 688/894 KB 80/206 KB 688/894 KB 84/206 KB 688/894 KB 88/206 KB 688/894 KB 92/206 KB 688/894 KB 96/206 KB 688/894 KB 96/206 KB 692/894 KB 96/206 KB 696/894 KB 96/206 KB 700/894 KB 96/206 KB 704/894 KB 96/206 KB 708/894 KB 100/206 KB 708/894 KB 104/206 KB 708/894 KB 108/206 KB 708/894 KB 112/206 KB 708/894 KB 112/206 KB 712/894 KB 112/206 KB 716/894 KB 112/206 KB 720/894 KB 116/206 KB 724/894 KB 116/206 KB 720/894 KB 120/206 KB 724/894 KB 124/206 KB 724/894 KB 124/206 KB 724/894 KB 4/314 KB 124/206 KB 724/894 KB 8/314 KB 124/206 KB 724/894 KB 12/314 KB 124/206 KB 724/894 KB 16/314 KB 124/206 KB 724/894 KB 20/314 KB 124/206 KB 724/894 KB 24/314 KB 124/206 KB 724/894 KB 28/314 KB 124/206 KB 724/894 KB 32/314 KB 124/206 KB 724/894 KB 36/314 KB 128/206 KB 724/894 KB 40/314 KB 128/206 KB 724/894 KB 40/314 KB 128/206 KB 724/894 KB 44/314 KB 128/206 KB 724/894 KB 48/314 KB 128/206 KB 724/894 KB 52/314 KB 132/206 KB 724/894 KB 56/314 KB 132/206 KB 724/894 KB 60/314 KB 132/206 KB 724/894 KB 64/314 KB 132/206 KB 724/894 KB 52/314 KB 136/206 KB 724/894 KB 64/314 KB 140/206 KB 724/894 KB 64/314 KB 144/206 KB 724/894 KB 64/314 KB 144/206 KB 724/894 KB 68/314 KB 148/206 KB 728/894 KB 72/314 KB 148/206 KB 728/894 KB 76/314 KB 148/206 KB 728/894 KB 68/314 KB 148/206 KB 732/894 KB 76/314 KB 148/206 KB 736/894 KB 76/314 KB 148/206 KB 724/894 KB 68/314 KB 152/206 KB 736/894 KB 76/314 KB 156/206 KB 736/894 KB 76/314 KB 160/206 KB 736/894 KB 76/314 KB 160/206 KB 736/894 KB 80/314 KB 164/206 KB 736/894 KB 80/314 KB 168/206 KB 740/894 KB 84/314 KB 172/206 KB 740/894 KB 84/314 KB 176/206 KB 740/894 KB 84/314 KB 164/206 KB 740/894 KB 84/314 KB 164/206 KB 740/894 KB 80/314 KB 176/206 KB 744/894 KB 84/314 KB 176/206 KB 748/894 KB 84/314 KB 176/206 KB 752/894 KB 84/314 KB 176/206 KB 752/894 KB 88/314 KB 176/206 KB 752/894 KB 92/314 KB 176/206 KB 752/894 KB 96/314 KB 176/206 KB 752/894 KB 100/314 KB 180/206 KB 756/894 KB 104/314 KB 180/206 KB 756/894 KB 108/314 KB 180/206 KB 756/894 KB 112/314 KB 180/206 KB 756/894 KB 100/314 KB 176/206 KB 756/894 KB 100/314 KB 180/206 KB 760/894 KB 112/314 KB 180/206 KB 764/894 KB 112/314 KB 180/206 KB 768/894 KB 112/314 KB 184/206 KB 768/894 KB 112/314 KB 188/206 KB 768/894 KB 112/314 KB 192/206 KB 768/894 KB 112/314 KB 196/206 KB 768/894 KB 112/314 KB 200/206 KB 772/894 KB 116/314 KB 204/206 KB 772/894 KB 116/314 KB 206/206 KB 772/894 KB 116/314 KB 196/206 KB 772/894 KB 116/314 KB 196/206 KB 772/894 KB 112/314 KB 206/206 KB 776/894 KB 116/314 KB 206/206 KB 780/894 KB 116/314 KB 206/206 KB 784/894 KB 116/314 KB 206/206 KB 784/894 KB 120/314 K unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install B 206/206 KB 784/894 KB 124/314 KB 206/206 KB 784/894 KB 128/314 KB 206/206 KB 788/894 KB 128/314 KB 206/206 KB 792/894 KB 128/314 KB 206/206 KB 796/894 KB 132/314 KB 4/1822 KB 206/206 KB 800/894 KB 132/314 KB 206/206 KB 792/894 KB 132/314 KB 4/1822 KB 206/206 KB 796/894 KB 132/314 KB 8/1822 KB 206/206 KB 800/894 KB 132/314 KB 12/1822 KB 206/206 KB 800/894 KB 132/314 KB 16/1822 KB 206/206 KB 800/894 KB 132/314 KB 16/1822 KB 206/206 KB 800/894 KB 136/314 KB 16/1822 KB 206/206 KB 800/894 KB 140/314 KB 16/1822 KB 206/206 KB 800/894 KB 144/314 KB 20/1822 KB 206/206 KB 800/894 KB 144/314 KB 24/1822 KB 206/206 KB 800/894 KB 144/314 KB 28/1822 KB 206/206 KB 800/894 KB 144/314 KB 32/1822 KB 206/206 KB 800/894 KB 144/314 KB 36/1822 KB 206/206 KB 800/894 KB 144/314 KB 40/1822 KB 206/206 KB 800/894 KB 144/314 KB 44/1822 KB 206/206 KB 800/894 KB 144/314 KB 48/1822 KB 206/206 KB 800/894 KB 144/314 KB 48/1822 KB 206/206 KB 804/894 KB 144/314 KB 48/1822 KB 206/206 KB 808/894 KB 144/314 KB 48/1822 KB 206/206 KB 812/894 KB 144/314 KB 52/1822 KB 816/894 KB 148/314 KB 52/1822 KB 206/206 KB 812/894 KB 148/314 KB 56/1822 KB 816/894 KB 148/314 KB 60/1822 KB 816/894 KB 148/314 KB 64/1822 KB 816/894 KB 148/314 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 253.0 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 48/1822 KB 206/206 KB 812/894 KB 148/314 KB 68/1822 KB 816/894 KB 152/314 KB 68/1822 KB 816/894 KB 156/314 KB 68/1822 KB 816/894 KB 160/314 KB 68/1822 KB 816/894 KB 164/314 KB 68/1822 KB 816/894 KB 148/314 KB 72/1822 KB 820/894 KB 164/314 KB 76/1822 KB 820/894 KB 164/314 KB 80/1822 KB 820/894 KB 164/314 KB 84/1822 KB 820/894 KB 164/314 KB 88/1822 KB 820/894 KB 164/314 KB 92/1822 KB 820/894 KB 164/314 KB 96/1822 KB 820/894 KB 164/314 KB 68/1822 KB 820/894 KB 164/314 KB 100/1822 KB 824/894 KB 164/314 KB 100/1822 KB 828/894 KB 164/314 KB 100/1822 KB 832/894 KB 164/314 KB 100/1822 KB 820/894 KB 164/314 KB 104/1822 KB 832/894 KB 168/314 KB 108/1822 KB 832/894 KB 168/314 KB 112/1822 KB 832/894 KB 168/314 KB 100/1822 KB 832/894 KB 168/314 KB 112/1822 KB 832/894 KB 172/314 KB 112/1822 KB 832/894 KB 176/314 KB 112/1822 KB 832/894 KB 180/314 KB 116/1822 KB 836/894 KB 184/314 KB 116/1822 KB 836/894 KB 188/314 KB 116/1822 KB 836/894 KB 192/314 KB 4/57 KB 116/1822 KB 836/894 KB 180/314 KB 116/1822 KB 832/894 KB 180/314 KB 116/1822 KB 836/894 KB 188/314 KB 4/57 KB 116/1822 KB 836/894 KB 192/314 KB 8/57 KB 120/1822 KB 836/894 KB 192/314 KB 8/57 KB 124/1822 KB 836/894 KB 192/314 KB 12/57 KB 128/1822 KB 840/894 KB 192/314 KB 12/57 KB 120/1822 KB 836/894 KB 192/314 KB 12/57 KB 128/1822 KB 840/894 KB 192/314 KB 16/57 KB 124/1822 KB 840/894 KB 192/314 KB 16/57 KB 128/1822 KB 844/894 KB 192/314 KB 16/57 KB 128/1822 KB 848/894 KB 192/314 KB 16/57 KB 128/1822 KB 852/894 KB 192/314 KB 16/57 KB 132/1822 KB 856/894 KB 196/314 KB 20/57 KB 132/1822 KB 860/894 KB 196/314 KB 20/57 KB 132/1822 KB 864/894 KB 196/314 KB 20/57 KB 132/1822 KB 852/894 KB 196/314 KB 20/57 KB 136/1822 KB 864/894 KB 196/314 KB 20/57 KB 128/1822 KB 852/894 KB 196/314 KB 20/57 KB 128/1822 KB 852/894 KB 192/314 KB 20/57 KB 140/1822 KB 864/894 KB 196/314 KB 24/57 KB 140/1822 KB 864/894 KB 196/314 KB 20/57 KB 140/1822 KB 868/894 KB 200/314 KB 28/57 KB 144/1822 KB 868/894 KB 204/314 KB 28/57 KB 144/1822 KB 868/894 KB 208/314 KB 28/57 KB 144/1822 KB 868/894 KB 212/314 KB 28/57 KB 144/1822 KB 868/894 KB 216/314 KB 28/57 KB 144/1822 KB 868/894 KB 220/314 KB 28/57 KB 144/1822 KB 868/894 KB 224/314 KB 28/57 KB 140/1822 KB 868/894 KB 196/314 KB 28/57 KB 144/1822 KB 868/894 KB 200/314 KB 28/57 KB 148/1822 KB 868/894 KB 224/314 KB 28/57 KB 152/1822 KB 868/894 KB 224/314 KB 28/57 KB 156/1822 KB 868/894 KB 224/314 KB 28/57 KB 160/1822 KB 868/894 KB 224/314 KB 28/57 KB 160/1822 KB 872/894 KB 224/314 KB 28/57 KB 160/1822 KB 876/894 KB 224/314 KB 28/57 KB 160/1822 KB 880/894 KB 224/314 KB 28/57 KB 160/1822 KB 880/894 KB 228/314 KB 28/57 KB 164/1822 KB 884/894 KB 232/314 KB 28/57 KB 164/1822 KB 884/894 KB 236/314 KB 28/57 KB 164/1822 KB 884/894 KB 228/314 KB 28/57 KB 164/1822 KB 880/894 KB 228/314 KB 28/57 KB 140/1822 KB 864/894 KB 196/314 KB 28/57 KB 164/1822 KB 884/894 KB 236/314 KB 32/57 KB 164/1822 KB 884/894 KB 236/314 KB 36/57 KB 164/1822 KB 884/894 KB 236/314 KB 40/57 KB 164/1822 KB 884/894 KB 236/314 KB 44/57 KB 164/1822 KB 884/894 KB 236/314 KB 48/57 KB 164/1822 KB 884/894 KB 236/314 KB 52/57 KB 164/1822 KB 884/894 KB 236/314 KB 56/57 KB 164/1822 KB 884/894 KB 236/314 KB 57/57 KB 168/1822 KB 884/894 KB 236/314 KB 57/57 KB 172/1822 KB 884/894 KB 236/314 KB 57/57 KB 172/1822 KB 888/894 KB 236/314 KB 57/57 KB 172/1822 KB 892/894 KB 236/314 KB 57/57 KB 176/1822 KB 892/894 KB 240/314 KB 57/57 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 172/1822 KB 892/894 KB 240/314 KB 57/57 KB 176/1822 KB 894/894 KB 240/314 KB 57/57 KB 176/1822 KB 894/894 KB 244/314 KB 57/57 KB 180/1822 KB 894/894 KB 248/314 KB 57/57 KB 180/1822 KB 894/894 KB 252/314 KB 57/57 KB 180/1822 KB 894/894 KB 256/314 KB 57/57 KB 180/1822 KB 894/894 KB 244/314 KB 57/57 KB 184/1822 KB 894/894 KB 256/314 KB 57/57 KB 188/1822 KB 894/894 KB 256/314 KB 57/57 KB 192/1822 KB 894/894 KB 256/314 KB 57/57 KB 192/1822 KB 894/894 KB 260/314 KB 57/57 KB 196/1822 KB 894/894 KB 264/314 KB 57/57 KB 196/1822 KB 894/894 KB 268/314 KB 57/57 KB 196/1822 KB 894/894 KB 272/314 KB 57/57 KB 196/1822 KB 894/894 KB 260/314 KB 57/57 KB 200/1822 KB 894/894 KB 272/314 KB 57/57 KB 204/1822 KB 894/894 KB 272/314 KB 57/57 KB 208/1822 KB 894/894 KB 272/314 KB 57/57 KB 208/1822 KB 894/894 KB 276/314 KB 57/57 KB 212/1822 KB 894/894 KB 280/314 KB 57/57 KB 212/1822 KB 894/894 KB 284/314 KB 57/57 KB 212/1822 KB 894/894 KB 288/314 KB 57/57 KB 212/1822 KB 894/894 KB 276/314 KB 57/57 KB 216/1822 KB 894/894 KB 288/314 KB 57/57 KB 220/1822 KB 894/894 KB 288/314 KB 57/57 KB 224/1822 KB 894/894 KB 288/314 KB 57/57 KB 224/1822 KB 894/894 KB 292/314 KB 57/57 KB 228/1822 KB 894/894 KB 296/314 KB 57/57 KB 228/1822 KB 894/894 KB 292/314 KB 57/57 KB 228/1822 KB 894/894 KB 300/314 KB 57/57 KB 232/1822 KB 894/894 KB 300/314 KB 57/57 KB 232/1822 KB 894/894 KB 304/314 KB 57/57 KB 236/1822 KB 894/894 KB 304/314 KB 57/57 KB 240/1822 KB 894/894 KB 304/314 KB 57/57 KB 244/1822 KB 308/314 KB 248/1822 KB 308/314 KB 252/1822 KB 308/314 KB 240/1822 KB 308/314 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 1048.3 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 66.7 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 252/1822 KB 312/314 KB 256/1822 KB 314/314 KB 256/1822 KB 312/314 KB 260/1822 KB 314/314 KB 264/1822 KB 314/314 KB 268/1822 KB 314/314 KB 272/1822 KB 314/314 KB 276/1822 KB 314/314 KB 280/1822 KB 314/314 KB 284/1822 KB 314/314 KB 288/1822 KB 314/314 KB 292/1822 KB 314/314 KB 296/1822 KB 314/314 KB 300/1822 KB 314/314 KB 304/1822 KB 314/314 KB 308/1822 KB 314/314 KB 312/1822 KB 314/314 KB 312/1822 KB 3/263 KB 314/314 KB 312/1822 KB 4/263 KB 314/314 KB 312/1822 KB 7/263 KB 314/314 KB 312/1822 KB 8/263 KB 314/314 KB 312/1822 KB 11/263 KB 314/314 KB 312/1822 KB 12/263 KB 314/314 KB 312/1822 KB 15/263 KB 314/314 KB 312/1822 KB 16/263 KB 312/1822 KB 19/263 KB 312/1822 KB 20/263 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 362.9 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 312/1822 KB 23/263 KB 312/1822 KB 24/263 KB 312/1822 KB 27/263 KB 312/1822 KB 28/263 KB 312/1822 KB 31/263 KB 312/1822 KB 32/263 KB 312/1822 KB 35/263 KB 312/1822 KB 4/99 KB 35/263 KB 312/1822 KB 8/99 KB 35/263 KB 312/1822 KB 12/99 KB 35/263 KB 312/1822 KB 16/99 KB 35/263 KB 312/1822 KB 20/99 KB 35/263 KB 312/1822 KB 24/99 KB 35/263 KB 312/1822 KB 28/99 KB 35/263 KB 312/1822 KB 32/99 KB 35/263 KB 312/1822 KB 36/99 KB 35/263 KB 312/1822 KB 40/99 KB 35/263 KB 312/1822 KB 44/99 KB 35/263 KB 312/1822 KB 48/99 KB 35/263 KB 312/1822 KB 52/99 KB 35/263 KB 312/1822 KB 52/99 KB 36/263 KB 312/1822 KB 52/99 KB 39/263 KB 312/1822 KB 56/99 KB 39/263 KB 312/1822 KB 60/99 KB 39/263 KB 312/1822 KB 60/99 KB 40/263 KB 312/1822 KB 64/99 KB 40/263 KB 312/1822 KB 64/99 KB 43/263 KB 312/1822 KB 64/99 KB 44/263 KB 312/1822 KB 68/99 KB 44/263 KB 312/1822 KB 68/99 KB 47/263 KB 312/1822 KB 68/99 KB 48/263 KB 312/1822 KB 72/99 KB 48/263 KB 316/1822 KB 76/99 KB 4/276 KB 48/263 KB 316/1822 KB 80/99 KB 4/276 KB 51/263 KB 316/1822 KB 84/99 KB 4/276 KB 51/263 KB 316/1822 KB 88/99 KB 4/276 KB 51/263 KB 316/1822 KB 92/99 KB 4/276 KB 51/263 KB 316/1822 KB 96/99 KB 4/276 KB 51/263 KB 316/1822 KB 99/99 KB 4/276 KB 51/263 KB 316/1822 KB 72/99 KB 4/276 KB 48/263 KB 320/1822 KB 99/99 KB 4/276 KB 51/263 KB 324/1822 KB 99/99 KB 4/276 KB 51/263 KB 328/1822 KB 99/99 KB 4/276 KB 51/263 KB 332/1822 KB 99/99 KB 4/276 KB 51/263 KB 336/1822 KB 99/99 KB 4/276 KB 51/263 KB 340/1822 KB 99/99 KB 4/276 KB 51/263 KB 312/1822 KB 72/99 KB 4/276 KB 48/263 KB 340/1822 KB 99/99 KB 8/276 KB 51/263 KB 340/1822 KB 99/99 KB 12/276 KB 51/263 KB 340/1822 KB 99/99 KB 16/276 KB 51/263 KB 340/1822 KB 99/99 KB 20/276 KB 51/263 KB 340/1822 KB 99/99 KB 24/276 KB 51/263 KB 340/1822 KB 99/99 KB 28/276 KB 51/263 KB 340/1822 KB 99/99 KB 32/276 KB 51/263 KB 340/1822 KB 99/99 KB 36/276 KB 51/263 KB 340/1822 KB 99/99 KB 40/276 KB 51/263 KB 316/1822 KB 76/99 KB 4/276 KB 51/263 KB 340/1822 KB 99/99 KB 40/276 KB 52/263 KB 340/1822 KB 99/99 KB 40/276 KB 55/263 KB 340/1822 KB 99/99 KB 40/276 KB 56/263 KB 340/1822 KB 99/99 KB 40/276 KB 59/263 KB 340/1822 KB 99/99 KB 40/276 KB 60/263 KB 340/1822 KB 99/99 KB 40/276 KB 63/263 KB 340/1822 KB 99/99 KB 40/276 KB 64/263 KB 340/1822 KB 99/99 KB 40/276 KB 67/263 KB 340/1822 KB 99/99 KB 40/276 KB 68/263 KB 340/1822 KB 99/99 KB 40/276 KB 71/263 KB 340/1822 KB 99/99 KB 40/276 KB 72/263 KB 340/1822 KB 99/99 KB 44/276 KB 72/263 KB 340/1822 KB 99/99 KB 48/276 KB 72/263 KB 344/1822 KB 99/99 KB 48/276 KB 72/263 KB 348/1822 KB 99/99 KB 48/276 KB 75/263 KB 344/1822 KB 99/99 KB 48/276 KB 75/263 KB 348/1822 KB 99/99 KB 48/276 KB 76/263 KB 352/1822 KB 99/99 KB 48/276 KB 76/263 KB 352/1822 KB 99/99 KB 48/276 KB 79/263 KB 352/1822 KB 99/99 KB 48/276 KB 80/263 KB 352/1822 KB 99/99 KB 48/276 KB 83/263 KB 352/1822 KB 99/99 KB 52/276 KB 84/263 KB 352/1822 KB 99/99 KB 52/276 KB 87/263 KB 352/1822 KB 99/99 KB 52/276 KB 83/263 KB 356/1822 KB 99/99 KB 56/276 KB 87/263 KB 356/1822 KB 99/99 KB 60/276 KB 87/263 KB 356/1822 KB 99/99 KB 64/276 KB 87/263 KB 356/1822 KB 99/99 KB 52/276 KB 87/263 KB 360/1822 KB 99/99 KB 64/276 KB 87/263 KB 364/1822 KB 99/99 KB 64/276 KB 87/263 KB 368/1822 KB 64/276 KB 88/263 KB 364/1822 KB 99/99 KB 64/276 KB 88/263 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install -1.6.jar (99 KB at 111.6 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 368/1822 KB 64/276 KB 91/263 KB Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 368/1822 KB 68/276 KB 91/263 KB 368/1822 KB 72/276 KB 92/263 KB 368/1822 KB 76/276 KB 92/263 KB 368/1822 KB 80/276 KB 92/263 KB 372/1822 KB 84/276 KB 92/263 KB 368/1822 KB 68/276 KB 92/263 KB 372/1822 KB 84/276 KB 95/263 KB 372/1822 KB 84/276 KB 96/263 KB 372/1822 KB 80/276 KB 92/263 KB 376/1822 KB 84/276 KB 96/263 KB 376/1822 KB 84/276 KB 99/263 KB 380/1822 KB 84/276 KB 99/263 KB 384/1822 KB 84/276 KB 99/263 KB 384/1822 KB 84/276 KB 100/263 KB 384/1822 KB 88/276 KB 100/263 KB 384/1822 KB 92/276 KB 100/263 KB 384/1822 KB 96/276 KB 103/263 KB 384/1822 KB 92/276 KB 103/263 KB 384/1822 KB 96/276 KB 104/263 KB 384/1822 KB 100/276 KB 104/263 KB 388/1822 KB 104/276 KB 107/263 KB 388/1822 KB 108/276 KB 107/263 KB 388/1822 KB 100/276 KB 107/263 KB 384/1822 KB 100/276 KB 107/263 KB 392/1822 KB 108/276 KB 107/263 KB 392/1822 KB 108/276 KB 108/263 KB 396/1822 KB 108/276 KB 108/263 KB 400/1822 KB 108/276 KB 108/263 KB 400/1822 KB 108/276 KB 111/263 KB 400/1822 KB 108/276 KB 112/263 KB 400/1822 KB 112/276 KB 112/263 KB 400/1822 KB 112/276 KB 115/263 KB 4/54 KB 400/1822 KB 112/276 KB 115/263 KB 8/54 KB 400/1822 KB 112/276 KB 115/263 KB 12/54 KB 400/1822 KB 112/276 KB 115/263 KB 16/54 KB 400/1822 KB 112/276 KB 115/263 KB 16/54 KB 400/1822 KB 112/276 KB 116/263 KB 16/54 KB 404/1822 KB 112/276 KB 116/263 KB 20/54 KB 408/1822 KB 112/276 KB 119/263 KB 20/54 KB 412/1822 KB 112/276 KB 119/263 KB 20/54 KB 416/1822 KB 112/276 KB 119/263 KB 20/54 KB 404/1822 KB 112/276 KB 119/263 KB 16/54 KB 404/1822 KB 112/276 KB 119/263 KB 24/54 KB 416/1822 KB 116/276 KB 120/263 KB 20/54 KB 416/1822 KB 116/276 KB 119/263 KB 24/54 KB 416/1822 KB 116/276 KB 119/263 KB 28/54 KB 416/1822 KB 116/276 KB 120/263 KB 32/54 KB 416/1822 KB 116/276 KB 120/263 KB 32/54 KB 416/1822 KB 120/276 KB 120/263 KB 32/54 KB 416/1822 KB 124/276 KB 123/263 KB 32/54 KB 416/1822 KB 128/276 KB 123/263 KB 32/54 KB 416/1822 KB 120/276 KB 123/263 KB 32/54 KB 416/1822 KB 128/276 KB 124/263 KB 36/54 KB 416/1822 KB 128/276 KB 124/263 KB 40/54 KB 420/1822 KB 128/276 KB 127/263 KB 36/54 KB 420/1822 KB 128/276 KB 127/263 KB 36/54 KB 420/1822 KB 128/276 KB 124/263 KB 40/54 KB 420/1822 KB 128/276 KB 128/263 KB 40/54 KB 424/1822 KB 128/276 KB 128/263 KB 44/54 KB 428/1822 KB 128/276 KB 128/263 KB 44/54 KB 424/1822 KB 128/276 KB 128/263 KB 44/54 KB 428/1822 KB 132/276 KB 128/263 KB 48/54 KB 428/1822 KB 136/276 KB 131/263 KB 48/54 KB 428/1822 KB 132/276 KB 131/263 KB 44/54 KB 428/1822 KB 132/276 KB 131/263 KB 48/54 KB 432/1822 KB 136/276 KB 131/263 KB 48/54 KB 432/1822 KB 136/276 KB 132/263 KB 48/54 KB 432/1822 KB 140/276 KB 135/263 KB 52/54 KB 432/1822 KB 140/276 KB 136/263 KB 52/54 KB 432/1822 KB 140/276 KB 139/263 KB 48/54 KB 432/1822 KB 140/276 KB 132/263 KB 52/54 KB 436/1822 KB 144/276 KB 139/263 KB 52/54 KB 436/1822 KB 148/276 KB 139/263 KB 52/54 KB 436/1822 KB 140/276 KB 139/263 KB 52/54 KB 432/1822 KB 140/276 KB 135/263 KB 54/54 KB 436/1822 KB 148/276 KB 140/263 KB 54/54 KB 440/1822 KB 148/276 KB 140/263 KB 54/54 KB 444/1822 KB 148/276 KB 140/263 KB 54/54 KB 448/1822 KB 148/276 KB 140/263 KB 52/54 KB 436/1822 KB 148/276 KB 140/263 KB 54/54 KB 448/1822 KB 152/276 KB 143/263 KB 54/54 KB 448/1822 KB 156/276 KB 143/263 KB 54/54 KB 452/1822 KB 160/276 KB 143/263 KB 54/54 KB 448/1822 KB 148/276 KB 143/263 KB 54/54 KB 452/1822 KB 160/276 KB 144/263 KB 54/54 KB 452/1822 KB 160/276 KB 147/263 KB 54/54 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 452/1822 KB 160/276 KB 148/263 KB 54/54 KB 452/1822 KB 164/276 KB 148/263 KB 54/54 KB 452/1822 KB 168/276 KB 151/263 KB 54/54 KB 452/1822 KB 172/276 KB 151/263 KB 54/54 KB 452/1822 KB 176/276 KB 151/263 KB 54/54 KB 452/1822 KB 156/276 KB 143/263 KB 54/54 KB 452/1822 KB 164/276 KB 151/263 KB 54/54 KB 456/1822 KB 176/276 KB 151/263 KB 54/54 KB 460/1822 KB 176/276 KB 152/263 KB 54/54 KB 464/1822 KB 176/276 KB 152/263 KB 54/54 KB 456/1822 KB 176/276 KB 152/263 KB 54/54 KB 464/1822 KB 176/276 KB 155/263 KB 54/54 KB 464/1822 KB 176/276 KB 156/263 KB 54/54 KB 464/1822 KB 176/276 KB 159/263 KB 54/54 KB 464/1822 KB 176/276 KB 160/263 KB 54/54 KB 464/1822 KB 176/276 KB 163/263 KB 54/54 KB 468/1822 KB 176/276 KB 163/263 KB 54/54 KB 472/1822 KB 176/276 KB 163/263 KB 476/1822 KB 176/276 KB 164/263 KB 480/1822 KB 176/276 KB 164/263 KB 472/1822 KB 176/276 KB 164/263 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar (54 KB at 58.8 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 480/1822 KB 180/276 KB 167/263 KB 480/1822 KB 180/276 KB 164/263 KB 480/1822 KB 184/276 KB 167/263 KB 480/1822 KB 188/276 KB 167/263 KB 480/1822 KB 192/276 KB 168/263 KB 480/1822 KB 188/276 KB 168/263 KB 480/1822 KB 192/276 KB 171/263 KB 484/1822 KB 192/276 KB 172/263 KB 488/1822 KB 192/276 KB 172/263 KB 492/1822 KB 192/276 KB 172/263 KB 496/1822 KB 192/276 KB 172/263 KB 484/1822 KB 192/276 KB 172/263 KB 496/1822 KB 192/276 KB 175/263 KB 496/1822 KB 192/276 KB 176/263 KB 496/1822 KB 196/276 KB 176/263 KB 496/1822 KB 196/276 KB 179/263 KB 496/1822 KB 200/276 KB 179/263 KB 496/1822 KB 204/276 KB 179/263 KB 496/1822 KB 204/276 KB 180/263 KB 496/1822 KB 208/276 KB 180/263 KB 496/1822 KB 208/276 KB 183/263 KB 496/1822 KB 208/276 KB 184/263 KB 500/1822 KB 208/276 KB 187/263 KB 500/1822 KB 208/276 KB 184/263 KB 504/1822 KB 208/276 KB 187/263 KB 508/1822 KB 208/276 KB 187/263 KB 512/1822 KB 208/276 KB 188/263 KB 508/1822 KB 208/276 KB 188/263 KB 512/1822 KB 212/276 KB 188/263 KB 512/1822 KB 212/276 KB 191/263 KB 512/1822 KB 216/276 KB 191/263 KB 512/1822 KB 220/276 KB 191/263 KB 512/1822 KB 224/276 KB 192/263 KB 512/1822 KB 228/276 KB 192/263 KB 512/1822 KB 220/276 KB 192/263 KB 516/1822 KB 228/276 KB 195/263 KB 516/1822 KB 228/276 KB 192/263 KB 516/1822 KB 228/276 KB 196/263 KB 4/748 KB 516/1822 KB 228/276 KB 196/263 KB 8/748 KB 516/1822 KB 228/276 KB 196/263 KB 12/748 KB 516/1822 KB 228/276 KB 196/263 KB 16/748 KB 516/1822 KB 228/276 KB 196/263 KB 520/1822 KB 228/276 KB 196/263 KB 16/748 KB 524/1822 KB 228/276 KB 196/263 KB 16/748 KB 524/1822 KB 228/276 KB 199/263 KB 16/748 KB 524/1822 KB 228/276 KB 199/263 KB 20/748 KB 524/1822 KB 228/276 KB 199/263 KB 24/748 KB 524/1822 KB 228/276 KB 199/263 KB 28/748 KB 524/1822 KB 228/276 KB 199/263 KB 32/748 KB 528/1822 KB 228/276 KB 199/263 KB 32/748 KB 528/1822 KB 228/276 KB 200/263 KB 32/748 KB 532/1822 KB 232/276 KB 203/263 KB 36/748 KB 532/1822 KB 232/276 KB 204/263 KB 36/748 KB 528/1822 KB 232/276 KB 200/263 KB 32/748 KB 532/1822 KB 236/276 KB 204/263 KB 36/748 KB 532/1822 KB 240/276 KB 204/263 KB 36/748 KB 532/1822 KB 240/276 KB 207/263 KB 36/748 KB 532/1822 KB 232/276 KB 200/263 KB 36/748 KB 528/1822 KB 232/276 KB 200/263 KB 36/748 KB 532/1822 KB 240/276 KB 207/263 KB 40/748 KB 532/1822 KB 240/276 KB 207/263 KB 44/748 KB 532/1822 KB 240/276 KB 207/263 KB 48/748 KB 532/1822 KB 240/276 KB 207/263 KB 52/748 KB 536/1822 KB 244/276 KB 208/263 KB 56/748 KB 536/1822 KB 244/276 KB 208/263 KB 60/748 KB 536/1822 KB 244/276 KB 208/263 KB 64/748 KB 536/1822 KB 244/276 KB 208/263 KB 52/748 KB 536/1822 KB 248/276 KB 208/263 KB 64/748 KB 536/1822 KB 252/276 KB 208/263 KB 64/748 KB 536/1822 KB 256/276 KB 208/263 KB 64/748 KB 536/1822 KB 240/276 KB 208/263 KB 52/748 KB 536/1822 KB 240/276 KB 207/263 KB 52/748 KB 540/1822 KB 256/276 KB 208/263 KB 64/748 KB 544/1822 KB 256/276 KB 208/263 KB 64/748 KB 544/1822 KB 256/276 KB 211/263 KB 64/748 KB 544/1822 KB 256/276 KB 211/263 KB 68/748 KB 548/1822 KB 260/276 KB 212/263 KB 72/748 KB 4/587 KB 548/1822 KB 260/276 KB 212/263 KB 76/748 KB 4/587 KB 548/1822 KB 260/276 KB 212/263 KB 68/748 KB 4/587 KB 548/1822 KB 256/276 KB 212/263 KB 68/748 KB 4/587 KB 544/1822 KB 256/276 KB 212/263 KB 68/748 KB 4/587 KB 548/1822 KB 260/276 KB 212/263 KB 80/748 KB 8/587 KB 548/1822 KB 260/276 KB 212/263 KB 80/748 KB 12/587 KB 548/1822 KB 260/276 KB 212/263 KB 80/748 KB 16/587 KB 548/1822 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 260/276 KB 212/263 KB 80/748 KB 20/587 KB 548/1822 KB 260/276 KB 212/263 KB 80/748 KB 24/587 KB 548/1822 KB 260/276 KB 212/263 KB 80/748 KB 28/587 KB 548/1822 KB 260/276 KB 212/263 KB 80/748 KB 32/587 KB 548/1822 KB 260/276 KB 212/263 KB 80/748 KB 36/587 KB 548/1822 KB 260/276 KB 212/263 KB 80/748 KB 40/587 KB 548/1822 KB 260/276 KB 212/263 KB 80/748 KB 44/587 KB 548/1822 KB 260/276 KB 212/263 KB 80/748 KB 48/587 KB 544/1822 KB 256/276 KB 212/263 KB 68/748 KB 548/1822 KB 260/276 KB 215/263 KB 80/748 KB 48/587 KB 548/1822 KB 260/276 KB 216/263 KB 80/748 KB 48/587 KB 552/1822 KB 260/276 KB 219/263 KB 80/748 KB 48/587 KB 556/1822 KB 260/276 KB 219/263 KB 80/748 KB 48/587 KB 560/1822 KB 260/276 KB 219/263 KB 80/748 KB 48/587 KB 548/1822 KB 260/276 KB 219/263 KB 80/748 KB 48/587 KB 560/1822 KB 264/276 KB 220/263 KB 80/748 KB 48/587 KB 548/1822 KB 260/276 KB 212/263 KB 80/748 KB 4/587 KB 560/1822 KB 264/276 KB 219/263 KB 80/748 KB 48/587 KB 560/1822 KB 268/276 KB 220/263 KB 80/748 KB 52/587 KB 560/1822 KB 272/276 KB 220/263 KB 80/748 KB 52/587 KB 560/1822 KB 264/276 KB 220/263 KB 80/748 KB 52/587 KB 564/1822 KB 272/276 KB 223/263 KB 80/748 KB 56/587 KB 564/1822 KB 272/276 KB 223/263 KB 80/748 KB 60/587 KB 564/1822 KB 272/276 KB 223/263 KB 80/748 KB 64/587 KB 564/1822 KB 276/276 KB 223/263 KB 80/748 KB 64/587 KB 564/1822 KB 276/276 KB 223/263 KB 84/748 KB 68/587 KB 564/1822 KB 272/276 KB 223/263 KB 80/748 KB 52/587 KB 560/1822 KB 272/276 KB 223/263 KB 80/748 KB 52/587 KB 564/1822 KB 276/276 KB 223/263 KB 80/748 KB 68/587 KB 564/1822 KB 276/276 KB 223/263 KB 84/748 KB 72/587 KB 564/1822 KB 276/276 KB 223/263 KB 84/748 KB 76/587 KB 564/1822 KB 276/276 KB 223/263 KB 84/748 KB 80/587 KB 564/1822 KB 276/276 KB 223/263 KB 84/748 KB 84/587 KB 564/1822 KB 276/276 KB 224/263 KB 84/748 KB 84/587 KB 564/1822 KB 276/276 KB 227/263 KB 84/748 KB 84/587 KB 564/1822 KB 276/276 KB 227/263 KB 84/748 KB 88/587 KB 564/1822 KB 276/276 KB 228/263 KB 84/748 KB 88/587 KB 568/1822 KB 276/276 KB 228/263 KB 84/748 KB 88/587 KB 568/1822 KB 276/276 KB 228/263 KB 88/748 KB 92/587 KB 568/1822 KB 276/276 KB 228/263 KB 84/748 KB 92/587 KB 568/1822 KB 276/276 KB 231/263 KB 88/748 KB 92/587 KB 572/1822 KB 276/276 KB 231/263 KB 88/748 KB 96/587 KB 572/1822 KB 276/276 KB 231/263 KB 88/748 KB 92/587 KB 572/1822 KB 276/276 KB 232/263 KB 92/748 KB 96/587 KB 572/1822 KB 276/276 KB 231/263 KB 92/748 KB 96/587 KB 576/1822 KB 276/276 KB 232/263 KB 96/748 KB 96/587 KB 576/1822 KB 276/276 KB 232/263 KB 92/748 KB 96/587 KB 576/1822 KB 276/276 KB 232/263 KB 96/748 KB 100/587 KB 580/1822 KB 276/276 KB 235/263 KB 100/748 KB 104/587 KB 580/1822 KB 276/276 KB 235/263 KB 100/748 KB 108/587 KB 580/1822 KB 276/276 KB 235/263 KB 100/748 KB 112/587 KB 580/1822 KB 276/276 KB 235/263 KB 100/748 KB 100/587 KB 576/1822 KB 276/276 KB 235/263 KB 96/748 KB 100/587 KB 580/1822 KB 276/276 KB 236/263 KB 100/748 KB 112/587 KB 580/1822 KB 276/276 KB 239/263 KB 100/748 KB 112/587 KB 580/1822 KB 276/276 KB 235/263 KB 96/748 KB 100/587 KB 580/1822 KB 276/276 KB 241/263 KB 100/748 KB 112/587 KB 584/1822 KB 241/263 KB 100/748 KB 112/587 KB 588/1822 KB 241/263 KB 104/748 KB 112/587 KB 584/1822 KB 241/263 KB 104/748 KB 112/587 KB 588/1822 KB 244/263 KB 108/748 KB 112/587 KB 588/1822 KB 244/263 KB 112/748 KB 112/587 KB Downloaded: https://repo.maven.apache.org/maven2/ unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar (276 KB at 291.4 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 588/1822 KB 244/263 KB 104/748 KB 112/587 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 592/1822 KB 244/263 KB 112/748 KB 112/587 KB 592/1822 KB 247/263 KB 112/748 KB 112/587 KB 592/1822 KB 249/263 KB 112/748 KB 112/587 KB 596/1822 KB 252/263 KB 116/748 KB 116/587 KB 596/1822 KB 249/263 KB 116/748 KB 116/587 KB 596/1822 KB 252/263 KB 116/748 KB 120/587 KB 596/1822 KB 255/263 KB 116/748 KB 120/587 KB 596/1822 KB 249/263 KB 116/748 KB 112/587 KB 592/1822 KB 249/263 KB 116/748 KB 112/587 KB 596/1822 KB 255/263 KB 116/748 KB 124/587 KB 596/1822 KB 255/263 KB 116/748 KB 128/587 KB 600/1822 KB 257/263 KB 120/748 KB 132/587 KB 600/1822 KB 257/263 KB 120/748 KB 136/587 KB 600/1822 KB 257/263 KB 120/748 KB 140/587 KB 600/1822 KB 257/263 KB 120/748 KB 128/587 KB 600/1822 KB 255/263 KB 120/748 KB 128/587 KB 596/1822 KB 255/263 KB 120/748 KB 128/587 KB 604/1822 KB 257/263 KB 120/748 KB 140/587 KB 604/1822 KB 257/263 KB 124/748 KB 140/587 KB 604/1822 KB 257/263 KB 128/748 KB 140/587 KB 608/1822 KB 257/263 KB 128/748 KB 140/587 KB 608/1822 KB 260/263 KB 128/748 KB 140/587 KB 608/1822 KB 263/263 KB 128/748 KB 140/587 KB 608/1822 KB 263/263 KB 128/748 KB 140/587 KB 612/1822 KB 263/263 KB 128/748 KB 140/587 KB 616/1822 KB 263/263 KB 132/748 KB 144/587 KB 620/1822 KB 263/263 KB 132/748 KB 144/587 KB 624/1822 KB 263/263 KB 132/748 KB 144/587 KB 612/1822 KB 263/263 KB 132/748 KB 144/587 KB 612/1822 KB 263/263 KB 132/748 KB 140/587 KB 624/1822 KB 263/263 KB 136/748 KB 144/587 KB 624/1822 KB 263/263 KB 140/748 KB 144/587 KB 624/1822 KB 263/263 KB 144/748 KB 144/587 KB 624/1822 KB 3/223 KB 263/263 KB 144/748 KB 144/587 KB 624/1822 KB 6/223 KB 263/263 KB 144/748 KB 144/587 KB 624/1822 KB 9/223 KB 263/263 KB 144/748 KB 144/587 KB 624/1822 KB 11/223 KB 263/263 KB 144/748 KB 144/587 KB 624/1822 KB 11/223 KB 263/263 KB 144/748 KB 148/587 KB 628/1822 KB 14/223 KB 148/748 KB 152/587 KB 628/1822 KB 14/223 KB 148/748 KB 148/587 KB 628/1822 KB 16/223 KB 148/748 KB 152/587 KB 628/1822 KB 16/223 KB 148/748 KB 156/587 KB 628/1822 KB 19/223 KB 148/748 KB 156/587 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 273.7 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 628/1822 KB 11/223 KB 263/263 KB 148/748 KB 148/587 KB 628/1822 KB 11/223 KB 263/263 KB 144/748 KB 148/587 KB 632/1822 KB 22/223 KB 148/748 KB 160/587 KB 636/1822 KB 22/223 KB 148/748 KB 160/587 KB 628/1822 KB 22/223 KB 148/748 KB 160/587 KB 628/1822 KB 19/223 KB 148/748 KB 160/587 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 640/1822 KB 22/223 KB 152/748 KB 160/587 KB 636/1822 KB 22/223 KB 152/748 KB 160/587 KB 640/1822 KB 22/223 KB 156/748 KB 160/587 KB 640/1822 KB 22/223 KB 160/748 KB 160/587 KB 640/1822 KB 25/223 KB 164/748 KB 160/587 KB 644/1822 KB 25/223 KB 168/748 KB 164/587 KB 644/1822 KB 25/223 KB 172/748 KB 164/587 KB 644/1822 KB 25/223 KB 176/748 KB 164/587 KB 640/1822 KB 25/223 KB 160/748 KB 160/587 KB 644/1822 KB 27/223 KB 176/748 KB 164/587 KB 644/1822 KB 30/223 KB 176/748 KB 164/587 KB 644/1822 KB 25/223 KB 164/748 KB 164/587 KB 640/1822 KB 25/223 KB 164/748 KB 164/587 KB 644/1822 KB 30/223 KB 176/748 KB 168/587 KB 644/1822 KB 30/223 KB 176/748 KB 172/587 KB 644/1822 KB 30/223 KB 176/748 KB 176/587 KB 648/1822 KB 30/223 KB 176/748 KB 176/587 KB 652/1822 KB 30/223 KB 176/748 KB 176/587 KB 656/1822 KB 32/223 KB 176/748 KB 176/587 KB 652/1822 KB 32/223 KB 176/748 KB 176/587 KB 656/1822 KB 32/223 KB 176/748 KB 180/587 KB 660/1822 KB 36/223 KB 180/748 KB 184/587 KB 660/1822 KB 36/223 KB 180/748 KB 188/587 KB 660/1822 KB 36/223 KB 180/748 KB 192/587 KB 660/1822 KB 36/223 KB 180/748 KB 180/587 KB 660/1822 KB 32/223 KB 180/748 KB 180/587 KB 664/1822 KB 36/223 KB 180/748 KB 192/587 KB 656/1822 KB 32/223 KB 180/748 KB 180/587 KB 664/1822 KB 40/223 KB 180/748 KB 192/587 KB 664/1822 KB 40/223 KB 184/748 KB 192/587 KB 668/1822 KB 44/223 KB 188/748 KB 192/587 KB 668/1822 KB 44/223 KB 192/748 KB 192/587 KB 668/1822 KB 44/223 KB 196/748 KB 192/587 KB 668/1822 KB 44/223 KB 200/748 KB 196/587 KB 3/27 KB 668/1822 KB 44/223 KB 204/748 KB 196/587 KB 3/27 KB 668/1822 KB 44/223 KB 208/748 KB 196/587 KB 3/27 KB 668/1822 KB 44/223 KB 184/748 KB 192/587 KB 664/1822 KB 44/223 KB 184/748 KB 192/587 KB 668/1822 KB 48/223 KB 208/748 KB 196/587 KB 3/27 KB 672/1822 KB 48/223 KB 208/748 KB 196/587 KB 3/27 KB 676/1822 KB 48/223 KB 208/748 KB 196/587 KB 3/27 KB 680/1822 KB 52/223 KB 208/748 KB 196/587 KB 3/27 KB 684/1822 KB 52/223 KB 208/748 KB 196/587 KB 3/27 KB 688/1822 KB 52/223 KB 208/748 KB 196/587 KB 3/27 KB 668/1822 KB 44/223 KB 196/748 KB 196/587 KB 3/27 KB 668/1822 KB 44/223 KB 196/748 KB 192/587 KB 3/27 KB 688/1822 KB 52/223 KB 208/748 KB 196/587 KB 5/27 KB 688/1822 KB 52/223 KB 208/748 KB 196/587 KB 8/27 KB 688/1822 KB 52/223 KB 208/748 KB 196/587 KB 11/27 KB 688/1822 KB 52/223 KB 208/748 KB 196/587 KB 13/27 KB 688/1822 KB 52/223 KB 208/748 KB 196/587 KB 16/27 KB 688/1822 KB 52/223 KB 208/748 KB 196/587 KB 19/27 KB 676/1822 KB 52/223 KB 208/748 KB 196/587 KB 3/27 KB 688/1822 KB 52/223 KB 208/748 KB 200/587 KB 19/27 KB 688/1822 KB 56/223 KB 208/748 KB 204/587 KB 21/27 KB 688/1822 KB 56/223 KB 208/748 KB 208/587 KB 21/27 KB 688/1822 KB 56/223 KB 208/748 KB 200/587 KB 21/27 KB 688/1822 KB 56/223 KB 208/748 KB 200/587 KB 19/27 KB 688/1822 KB 60/223 KB 208/748 KB 208/587 KB 21/27 KB 688/1822 KB 61/223 KB 208/748 KB 208/587 KB 21/27 KB 688/1822 KB 61/223 KB 208/748 KB 208/587 KB 24/27 KB 688/1822 KB 65/223 KB 208/748 KB 208/587 KB 24/27 KB 692/1822 KB 69/223 KB 212/748 KB 212/587 KB 27/27 KB 692/1822 KB 73/223 KB 212/748 KB 212/587 KB 27/27 KB 688/1822 KB 65/223 KB 208/748 KB 208/587 KB 27/27 KB 692/1822 KB 73/223 KB 212/748 KB 212/587 KB 27/27 KB 692/1822 KB 65/223 KB 212/748 KB 212/587 KB 27/27 KB 692/1822 KB 73/223 KB 212/748 KB 216/587 KB 27/27 KB 692/1822 KB 73/223 KB 212/748 KB 220/587 KB 27/27 KB 692/1822 KB 65/223 KB 212/748 KB 208/587 KB 27/27 KB 692/1822 KB 7 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 3/223 KB 216/748 KB 224/587 KB 27/27 KB 692/1822 KB 65/223 KB 208/748 KB 208/587 KB 27/27 KB 696/1822 KB 73/223 KB 216/748 KB 224/587 KB 27/27 KB 700/1822 KB 73/223 KB 216/748 KB 224/587 KB 27/27 KB 704/1822 KB 77/223 KB 216/748 KB 224/587 KB 27/27 KB 700/1822 KB 77/223 KB 216/748 KB 224/587 KB 27/27 KB 704/1822 KB 77/223 KB 220/748 KB 224/587 KB 27/27 KB 692/1822 KB 73/223 KB 212/748 KB 224/587 KB 27/27 KB 704/1822 KB 77/223 KB 224/748 KB 224/587 KB 27/27 KB 704/1822 KB 77/223 KB 228/748 KB 224/587 KB 27/27 KB 708/1822 KB 81/223 KB 232/748 KB 228/587 KB 27/27 KB 708/1822 KB 81/223 KB 236/748 KB 228/587 KB 27/27 KB 708/1822 KB 81/223 KB 240/748 KB 228/587 KB 27/27 KB 708/1822 KB 81/223 KB 228/748 KB 228/587 KB 27/27 KB 704/1822 KB 81/223 KB 228/748 KB 228/587 KB 27/27 KB 704/1822 KB 81/223 KB 228/748 KB 224/587 KB 27/27 KB 708/1822 KB 85/223 KB 240/748 KB 228/587 KB 27/27 KB 708/1822 KB 85/223 KB 240/748 KB 232/587 KB 27/27 KB 712/1822 KB 85/223 KB 240/748 KB 232/587 KB 27/27 KB 712/1822 KB 89/223 KB 240/748 KB 236/587 KB 27/27 KB 712/1822 KB 85/223 KB 240/748 KB 236/587 KB 27/27 KB 716/1822 KB 93/223 KB 240/748 KB 236/587 KB 27/27 KB 716/1822 KB 89/223 KB 240/748 KB 236/587 KB 27/27 KB 716/1822 KB 93/223 KB 240/748 KB 240/587 KB 27/27 KB 720/1822 KB 93/223 KB 240/748 KB 240/587 KB 27/27 KB 720/1822 KB 93/223 KB 240/748 KB 244/587 KB 27/27 KB 724/1822 KB 97/223 KB 244/748 KB 248/587 KB 27/27 KB 724/1822 KB 97/223 KB 244/748 KB 252/587 KB 27/27 KB 724/1822 KB 97/223 KB 244/748 KB 256/587 KB 27/27 KB 724/1822 KB 97/223 KB 244/748 KB 244/587 KB 27/27 KB 724/1822 KB 97/223 KB 240/748 KB 244/587 KB 27/27 KB 724/1822 KB 101/223 KB 244/748 KB 256/587 KB 27/27 KB 724/1822 KB 93/223 KB 240/748 KB 244/587 KB 27/27 KB 724/1822 KB 105/223 KB 244/748 KB 256/587 KB 27/27 KB 728/1822 KB 105/223 KB 248/748 KB 256/587 KB 27/27 KB 724/1822 KB 105/223 KB 248/748 KB 256/587 KB 27/27 KB 732/1822 KB 105/223 KB 248/748 KB 256/587 KB 27/27 KB 736/1822 KB 109/223 KB 252/748 KB 256/587 KB 732/1822 KB 109/223 KB 252/748 KB 256/587 KB 736/1822 KB 109/223 KB 256/748 KB 256/587 KB 732/1822 KB 109/223 KB 248/748 KB 256/587 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 KB at 26.8 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 736/1822 KB 113/223 KB 256/748 KB 256/587 KB 740/1822 KB 117/223 KB 260/748 KB 260/587 KB 740/1822 KB 121/223 KB 260/748 KB 260/587 KB 740/1822 KB 125/223 KB 260/748 KB 260/587 KB 740/1822 KB 113/223 KB 260/748 KB 260/587 KB 740/1822 KB 113/223 KB 256/748 KB 260/587 KB 740/1822 KB 125/223 KB 260/748 KB 264/587 KB 740/1822 KB 113/223 KB 256/748 KB 256/587 KB 740/1822 KB 125/223 KB 260/748 KB 268/587 KB 744/1822 KB 125/223 KB 260/748 KB 268/587 KB 748/1822 KB 125/223 KB 264/748 KB 268/587 KB 752/1822 KB 125/223 KB 264/748 KB 272/587 KB 744/1822 KB 125/223 KB 264/748 KB 268/587 KB 752/1822 KB 125/223 KB 268/748 KB 272/587 KB 752/1822 KB 125/223 KB 272/748 KB 272/587 KB 748/1822 KB 125/223 KB 264/748 KB 272/587 KB 752/1822 KB 125/223 KB 272/748 KB 276/587 KB 756/1822 KB 129/223 KB 276/748 KB 3/178 KB 280/587 KB 756/1822 KB 129/223 KB 276/748 KB 3/178 KB 284/587 KB 756/1822 KB 129/223 KB 276/748 KB 3/178 KB 288/587 KB 756/1822 KB 129/223 KB 276/748 KB 3/178 KB 276/587 KB 756/1822 KB 129/223 KB 276/748 KB 4/178 KB 288/587 KB 756/1822 KB 129/223 KB 276/748 KB 6/178 KB 288/587 KB 756/1822 KB 129/223 KB 276/748 KB 8/178 KB 288/587 KB 756/1822 KB 129/223 KB 276/748 KB 10/178 KB 288/587 KB 756/1822 KB 129/223 KB 276/748 KB 12/178 KB 288/587 KB 756/1822 KB 129/223 KB 276/748 KB 14/178 KB 288/587 KB 756/1822 KB 129/223 KB 276/748 KB 16/178 KB 288/587 KB 756/1822 KB 129/223 KB 276/748 KB 276/587 KB 752/1822 KB 129/223 KB 276/748 KB 276/587 KB 756/1822 KB 133/223 KB 276/748 KB 16/178 KB 288/587 KB 756/1822 KB 137/223 KB 276/748 KB 16/178 KB 288/587 KB 756/1822 KB 141/223 KB 276/748 KB 16/178 KB 288/587 KB 752/1822 KB 125/223 KB 276/748 KB 276/587 KB 760/1822 KB 141/223 KB 280/748 KB 18/178 KB 288/587 KB 760/1822 KB 141/223 KB 284/748 KB 18/178 KB 288/587 KB 760/1822 KB 141/223 KB 288/748 KB 18/178 KB 288/587 KB 760/1822 KB 141/223 KB 292/748 KB 18/178 KB 288/587 KB 760/1822 KB 145/223 KB 296/748 KB 18/178 KB 292/587 KB 760/1822 KB 145/223 KB 300/748 KB 18/178 KB 292/587 KB 760/1822 KB 145/223 KB 304/748 KB 18/178 KB 292/587 KB 760/1822 KB 141/223 KB 276/748 KB 18/178 KB 288/587 KB 756/1822 KB 141/223 KB 276/748 KB 18/178 KB 288/587 KB 760/1822 KB 145/223 KB 304/748 KB 20/178 KB 292/587 KB 764/1822 KB 145/223 KB 304/748 KB 20/178 KB 292/587 KB 764/1822 KB 145/223 KB 304/748 KB 22/178 KB 292/587 KB 768/1822 KB 145/223 KB 304/748 KB 24/178 KB 292/587 KB 768/1822 KB 145/223 KB 304/748 KB 26/178 KB 292/587 KB 768/1822 KB 145/223 KB 304/748 KB 28/178 KB 292/587 KB 760/1822 KB 145/223 KB 292/748 KB 18/178 KB 292/587 KB 760/1822 KB 145/223 KB 292/748 KB 18/178 KB 288/587 KB 768/1822 KB 145/223 KB 304/748 KB 22/178 KB 292/587 KB 772/1822 KB 145/223 KB 304/748 KB 28/178 KB 292/587 KB 772/1822 KB 149/223 KB 304/748 KB 30/178 KB 296/587 KB 772/1822 KB 149/223 KB 304/748 KB 30/178 KB 300/587 KB 772/1822 KB 149/223 KB 304/748 KB 30/178 KB 304/587 KB 772/1822 KB 149/223 KB 304/748 KB 30/178 KB 292/587 KB 772/1822 KB 149/223 KB 304/748 KB 28/178 KB 292/587 KB 776/1822 KB 153/223 KB 304/748 KB 30/178 KB 304/587 KB 776/1822 KB 157/223 KB 304/748 KB 30/178 KB 304/587 KB 776/1822 KB 149/223 KB 304/748 KB 30/178 KB 304/587 KB 780/1822 KB 157/223 KB 304/748 KB 32/178 KB 304/587 KB 784/1822 KB 157/223 KB 304/748 KB 32/178 KB 304/587 KB 788/1822 KB 157/223 KB 308/748 KB 32/178 KB 304/587 KB 792/1822 KB 161/223 KB 308/748 KB 32/178 KB 308/587 KB 796/1822 KB 161/223 KB 308/748 KB 32/178 KB 3 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 08/587 KB 800/1822 KB 161/223 KB 308/748 KB 32/178 KB 308/587 KB 776/1822 KB 157/223 KB 304/748 KB 32/178 KB 304/587 KB 800/1822 KB 161/223 KB 308/748 KB 34/178 KB 308/587 KB 800/1822 KB 161/223 KB 308/748 KB 36/178 KB 308/587 KB 800/1822 KB 161/223 KB 308/748 KB 38/178 KB 308/587 KB 788/1822 KB 161/223 KB 308/748 KB 32/178 KB 308/587 KB 788/1822 KB 157/223 KB 308/748 KB 32/178 KB 308/587 KB 800/1822 KB 165/223 KB 308/748 KB 38/178 KB 308/587 KB 800/1822 KB 169/223 KB 308/748 KB 38/178 KB 312/587 KB 784/1822 KB 157/223 KB 308/748 KB 32/178 KB 304/587 KB 800/1822 KB 169/223 KB 312/748 KB 40/178 KB 312/587 KB 800/1822 KB 169/223 KB 316/748 KB 40/178 KB 312/587 KB 800/1822 KB 173/223 KB 320/748 KB 40/178 KB 312/587 KB 800/1822 KB 169/223 KB 308/748 KB 40/178 KB 312/587 KB 800/1822 KB 165/223 KB 308/748 KB 38/178 KB 312/587 KB 800/1822 KB 173/223 KB 320/748 KB 40/178 KB 316/587 KB 800/1822 KB 173/223 KB 320/748 KB 40/178 KB 320/587 KB 800/1822 KB 173/223 KB 316/748 KB 40/178 KB 312/587 KB 800/1822 KB 173/223 KB 320/748 KB 42/178 KB 320/587 KB 800/1822 KB 173/223 KB 320/748 KB 44/178 KB 320/587 KB 804/1822 KB 177/223 KB 324/748 KB 46/178 KB 324/587 KB 804/1822 KB 177/223 KB 324/748 KB 48/178 KB 324/587 KB 804/1822 KB 177/223 KB 324/748 KB 44/178 KB 324/587 KB 804/1822 KB 173/223 KB 324/748 KB 44/178 KB 324/587 KB 800/1822 KB 173/223 KB 324/748 KB 44/178 KB 324/587 KB 800/1822 KB 173/223 KB 320/748 KB 44/178 KB 324/587 KB 804/1822 KB 177/223 KB 328/748 KB 48/178 KB 324/587 KB 808/1822 KB 181/223 KB 332/748 KB 50/178 KB 328/587 KB 808/1822 KB 181/223 KB 336/748 KB 50/178 KB 328/587 KB 808/1822 KB 181/223 KB 328/748 KB 50/178 KB 328/587 KB 808/1822 KB 177/223 KB 328/748 KB 48/178 KB 328/587 KB 808/1822 KB 177/223 KB 328/748 KB 48/178 KB 324/587 KB 808/1822 KB 177/223 KB 332/748 KB 50/178 KB 328/587 KB 812/1822 KB 181/223 KB 336/748 KB 50/178 KB 328/587 KB 812/1822 KB 185/223 KB 336/748 KB 52/178 KB 332/587 KB 812/1822 KB 185/223 KB 336/748 KB 52/178 KB 328/587 KB 812/1822 KB 185/223 KB 336/748 KB 50/178 KB 328/587 KB 816/1822 KB 185/223 KB 336/748 KB 52/178 KB 332/587 KB 816/1822 KB 189/223 KB 336/748 KB 52/178 KB 336/587 KB 816/1822 KB 189/223 KB 336/748 KB 52/178 KB 332/587 KB 816/1822 KB 189/223 KB 336/748 KB 54/178 KB 336/587 KB 816/1822 KB 189/223 KB 336/748 KB 56/178 KB 336/587 KB 820/1822 KB 193/223 KB 340/748 KB 58/178 KB 340/587 KB 820/1822 KB 193/223 KB 340/748 KB 60/178 KB 340/587 KB 820/1822 KB 193/223 KB 340/748 KB 56/178 KB 340/587 KB 820/1822 KB 189/223 KB 340/748 KB 56/178 KB 340/587 KB 820/1822 KB 193/223 KB 344/748 KB 60/178 KB 340/587 KB 820/1822 KB 193/223 KB 348/748 KB 60/178 KB 340/587 KB 820/1822 KB 189/223 KB 336/748 KB 56/178 KB 340/587 KB 820/1822 KB 197/223 KB 352/748 KB 62/178 KB 344/587 KB 820/1822 KB 197/223 KB 352/748 KB 62/178 KB 348/587 KB 820/1822 KB 197/223 KB 352/748 KB 62/178 KB 352/587 KB 820/1822 KB 189/223 KB 336/748 KB 56/178 KB 336/587 KB 824/1822 KB 197/223 KB 352/748 KB 62/178 KB 352/587 KB 828/1822 KB 197/223 KB 352/748 KB 62/178 KB 352/587 KB 820/1822 KB 197/223 KB 352/748 KB 62/178 KB 348/587 KB 820/1822 KB 193/223 KB 348/748 KB 62/178 KB 340/587 KB 820/1822 KB 197/223 KB 348/748 KB 62/178 KB 340/587 KB 828/1822 KB 201/223 KB 352/748 KB 62/178 KB 352/587 KB 828/1822 KB 201/223 KB 352/748 KB 64/178 KB 352/587 KB 832/1822 KB 205/223 KB 352/748 KB 64/178 KB 352/587 KB 832/1822 KB 201/223 KB 352/748 KB 64/178 KB 352/5 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 87 KB 832/1822 KB 205/223 KB 356/748 KB 64/178 KB 352/587 KB 836/1822 KB 209/223 KB 360/748 KB 66/178 KB 356/587 KB 836/1822 KB 209/223 KB 364/748 KB 66/178 KB 356/587 KB 836/1822 KB 209/223 KB 368/748 KB 66/178 KB 356/587 KB 836/1822 KB 209/223 KB 356/748 KB 66/178 KB 356/587 KB 836/1822 KB 205/223 KB 356/748 KB 66/178 KB 356/587 KB 836/1822 KB 205/223 KB 356/748 KB 66/178 KB 352/587 KB 832/1822 KB 205/223 KB 356/748 KB 66/178 KB 352/587 KB 836/1822 KB 209/223 KB 368/748 KB 68/178 KB 356/587 KB 836/1822 KB 209/223 KB 368/748 KB 70/178 KB 356/587 KB 836/1822 KB 209/223 KB 368/748 KB 72/178 KB 356/587 KB 840/1822 KB 209/223 KB 368/748 KB 72/178 KB 356/587 KB 844/1822 KB 213/223 KB 368/748 KB 72/178 KB 360/587 KB 840/1822 KB 213/223 KB 368/748 KB 72/178 KB 360/587 KB 840/1822 KB 209/223 KB 368/748 KB 72/178 KB 360/587 KB 844/1822 KB 213/223 KB 368/748 KB 74/178 KB 360/587 KB 848/1822 KB 213/223 KB 368/748 KB 74/178 KB 364/587 KB 848/1822 KB 217/223 KB 368/748 KB 76/178 KB 364/587 KB 848/1822 KB 217/223 KB 368/748 KB 78/178 KB 368/587 KB 848/1822 KB 217/223 KB 368/748 KB 74/178 KB 364/587 KB 848/1822 KB 221/223 KB 368/748 KB 78/178 KB 368/587 KB 848/1822 KB 217/223 KB 368/748 KB 76/178 KB 368/587 KB 848/1822 KB 217/223 KB 368/748 KB 76/178 KB 368/587 KB 848/1822 KB 223/223 KB 368/748 KB 78/178 KB 368/587 KB 848/1822 KB 223/223 KB 368/748 KB 80/178 KB 372/587 KB 852/1822 KB 223/223 KB 368/748 KB 80/178 KB 372/587 KB 848/1822 KB 223/223 KB 368/748 KB 78/178 KB 372/587 KB 852/1822 KB 223/223 KB 372/748 KB 82/178 KB 376/587 KB 852/1822 KB 223/223 KB 372/748 KB 82/178 KB 372/587 KB 852/1822 KB 223/223 KB 372/748 KB 80/178 KB 372/587 KB 856/1822 KB 223/223 KB 376/748 KB 82/178 KB 376/587 KB 856/1822 KB 223/223 KB 380/748 KB 84/178 KB 376/587 KB 856/1822 KB 223/223 KB 384/748 KB 84/178 KB 376/587 KB 856/1822 KB 223/223 KB 372/748 KB 82/178 KB 376/587 KB 856/1822 KB 223/223 KB 384/748 KB 84/178 KB 380/587 KB 856/1822 KB 223/223 KB 376/748 KB 84/178 KB 376/587 KB 860/1822 KB 223/223 KB 384/748 KB 84/178 KB 380/587 KB 864/1822 KB 223/223 KB 384/748 KB 86/178 KB 380/587 KB 860/1822 KB 223/223 KB 384/748 KB 86/178 KB 380/587 KB 864/1822 KB 223/223 KB 384/748 KB 86/178 KB 384/587 KB 864/1822 KB 223/223 KB 384/748 KB 88/178 KB 384/587 KB 864/1822 KB 223/223 KB 384/748 KB 88/178 KB 388/587 KB 868/1822 KB 223/223 KB 388/748 KB 90/178 KB 392/587 KB 868/1822 KB 223/223 KB 388/748 KB 90/178 KB 388/587 KB 868/1822 KB 223/223 KB 392/748 KB 90/178 KB 392/587 KB 868/1822 KB 223/223 KB 396/748 KB 90/178 KB 392/587 KB 868/1822 KB 223/223 KB 400/748 KB 90/178 KB 392/587 KB 868/1822 KB 223/223 KB 384/748 KB 90/178 KB 388/587 KB 872/1822 KB 223/223 KB 400/748 KB 90/178 KB 392/587 KB 876/1822 KB 223/223 KB 400/748 KB 90/178 KB 392/587 KB 880/1822 KB 223/223 KB 400/748 KB 90/178 KB 396/587 KB 864/1822 KB 223/223 KB 384/748 KB 90/178 KB 388/587 KB 880/1822 KB 223/223 KB 400/748 KB 92/178 KB 396/587 KB 880/1822 KB 223/223 KB 400/748 KB 94/178 KB 396/587 KB 880/1822 KB 223/223 KB 400/748 KB 96/178 KB 396/587 KB 876/1822 KB 223/223 KB 400/748 KB 90/178 KB 396/587 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (223 KB at 216.9 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 880/1822 KB 400/748 KB 96/178 KB 400/587 KB Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 880/1822 KB 400/748 KB 98/178 KB 404/587 KB 884/1822 KB 404/748 KB 98/178 KB 408/587 KB 880/1822 KB 400/748 KB 98/178 KB 400/587 KB 884/1822 KB 404/748 KB 100/178 KB 412/587 KB 884/1822 KB 404/748 KB 102/178 KB 412/587 KB 884/1822 KB 404/748 KB 98/178 KB 404/587 KB 880/1822 KB 404/748 KB 98/178 KB 404/587 KB 884/1822 KB 408/748 KB 104/178 KB 412/587 KB 884/1822 KB 408/748 KB 104/178 KB 412/587 KB 884/1822 KB 412/748 KB 104/178 KB 412/587 KB 888/1822 KB 412/748 KB 104/178 KB 412/587 KB 888/1822 KB 416/748 KB 104/178 KB 412/587 KB 884/1822 KB 404/748 KB 98/178 KB 412/587 KB 892/1822 KB 416/748 KB 106/178 KB 412/587 KB 896/1822 KB 416/748 KB 106/178 KB 412/587 KB 888/1822 KB 416/748 KB 106/178 KB 412/587 KB 896/1822 KB 416/748 KB 106/178 KB 416/587 KB 896/1822 KB 416/748 KB 108/178 KB 416/587 KB 896/1822 KB 416/748 KB 108/178 KB 420/587 KB 900/1822 KB 420/748 KB 110/178 KB 424/587 KB 900/1822 KB 420/748 KB 110/178 KB 428/587 KB 900/1822 KB 420/748 KB 110/178 KB 432/587 KB 900/1822 KB 420/748 KB 110/178 KB 420/587 KB 900/1822 KB 416/748 KB 110/178 KB 420/587 KB 900/1822 KB 420/748 KB 112/178 KB 432/587 KB 900/1822 KB 424/748 KB 112/178 KB 432/587 KB 900/1822 KB 428/748 KB 112/178 KB 432/587 KB 900/1822 KB 428/748 KB 114/178 KB 432/587 KB 900/1822 KB 416/748 KB 108/178 KB 420/587 KB 900/1822 KB 428/748 KB 114/178 KB 432/587 KB 900/1822 KB 428/748 KB 116/178 KB 432/587 KB 904/1822 KB 428/748 KB 116/178 KB 432/587 KB 908/1822 KB 428/748 KB 116/178 KB 432/587 KB 3/23 KB 908/1822 KB 428/748 KB 118/178 KB 432/587 KB 6/23 KB 908/1822 KB 428/748 KB 118/178 KB 432/587 KB 9/23 KB 908/1822 KB 428/748 KB 118/178 KB 432/587 KB 11/23 KB 908/1822 KB 428/748 KB 118/178 KB 432/587 KB 14/23 KB 908/1822 KB 428/748 KB 118/178 KB 432/587 KB 908/1822 KB 428/748 KB 118/178 KB 432/587 KB 14/23 KB 912/1822 KB 428/748 KB 118/178 KB 432/587 KB 14/23 KB 912/1822 KB 432/748 KB 118/178 KB 432/587 KB 16/23 KB 912/1822 KB 436/748 KB 120/178 KB 436/587 KB 16/23 KB 912/1822 KB 440/748 KB 120/178 KB 436/587 KB 16/23 KB 912/1822 KB 444/748 KB 120/178 KB 436/587 KB 16/23 KB 912/1822 KB 432/748 KB 120/178 KB 436/587 KB 14/23 KB 912/1822 KB 432/748 KB 120/178 KB 436/587 KB 14/23 KB 912/1822 KB 432/748 KB 118/178 KB 436/587 KB 19/23 KB 912/1822 KB 444/748 KB 122/178 KB 440/587 KB 19/23 KB 912/1822 KB 444/748 KB 122/178 KB 436/587 KB 16/23 KB 912/1822 KB 444/748 KB 122/178 KB 436/587 KB 19/23 KB 912/1822 KB 444/748 KB 124/178 KB 440/587 KB 19/23 KB 912/1822 KB 444/748 KB 126/178 KB 444/587 KB 19/23 KB 912/1822 KB 444/748 KB 124/178 KB 444/587 KB 22/23 KB 916/1822 KB 444/748 KB 126/178 KB 448/587 KB 22/23 KB 916/1822 KB 444/748 KB 126/178 KB 444/587 KB 22/23 KB 912/1822 KB 444/748 KB 126/178 KB 444/587 KB 23/23 KB 916/1822 KB 444/748 KB 126/178 KB 448/587 KB 23/23 KB 920/1822 KB 444/748 KB 126/178 KB 448/587 KB 23/23 KB 924/1822 KB 444/748 KB 126/178 KB 448/587 KB 23/23 KB 928/1822 KB 448/748 KB 128/178 KB 448/587 KB 23/23 KB 924/1822 KB 448/748 KB 128/178 KB 448/587 KB 23/23 KB 928/1822 KB 448/748 KB 130/178 KB 448/587 KB 23/23 KB 932/1822 KB 448/748 KB 130/178 KB 448/587 KB 23/23 KB 936/1822 KB 448/748 KB 132/178 KB 452/587 KB 23/23 KB 940/1822 KB 448/748 KB 132/178 KB 452/587 KB 23/23 KB 944/1822 KB 448/748 KB 132/178 KB 452/587 KB 23/23 KB 924/1822 KB 448/748 KB 126/178 KB 448/587 KB 23/23 KB 932/1822 KB 448/748 KB 132/178 KB 452/587 KB 23/23 KB 944/1822 KB 448/748 KB 132/178 KB 456/587 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install KB 23/23 KB 932/1822 KB 448/748 KB 132/178 KB 448/587 KB 23/23 KB 944/1822 KB 452/748 KB 134/178 KB 456/587 KB 23/23 KB 944/1822 KB 452/748 KB 132/178 KB 456/587 KB 23/23 KB 944/1822 KB 456/748 KB 134/178 KB 456/587 KB 23/23 KB 944/1822 KB 460/748 KB 134/178 KB 460/587 KB 23/23 KB 944/1822 KB 456/748 KB 134/178 KB 460/587 KB 23/23 KB 944/1822 KB 460/748 KB 136/178 KB 460/587 KB 23/23 KB 944/1822 KB 460/748 KB 136/178 KB 464/587 KB 23/23 KB 944/1822 KB 464/748 KB 138/178 KB 464/587 KB 23/23 KB 944/1822 KB 464/748 KB 140/178 KB 464/587 KB 23/23 KB 944/1822 KB 464/748 KB 142/178 KB 464/587 KB 23/23 KB 948/1822 KB 464/748 KB 144/178 KB 464/587 KB 23/23 KB 948/1822 KB 464/748 KB 146/178 KB 464/587 KB 23/23 KB 948/1822 KB 464/748 KB 148/178 KB 468/587 KB 23/23 KB 944/1822 KB 464/748 KB 136/178 KB 464/587 KB 23/23 KB 948/1822 KB 468/748 KB 148/178 KB 468/587 KB 23/23 KB 948/1822 KB 472/748 KB 148/178 KB 468/587 KB 948/1822 KB 476/748 KB 148/178 KB 468/587 KB 23/23 KB 948/1822 KB 464/748 KB 146/178 KB 468/587 KB 23/23 KB 948/1822 KB 464/748 KB 142/178 KB 464/587 KB 952/1822 KB 476/748 KB 148/178 KB 472/587 KB 956/1822 KB 476/748 KB 148/178 KB 472/587 KB 960/1822 KB 476/748 KB 150/178 KB 472/587 KB 948/1822 KB 476/748 KB 148/178 KB 472/587 KB 960/1822 KB 476/748 KB 150/178 KB 476/587 KB 960/1822 KB 476/748 KB 150/178 KB 480/587 KB Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 KB at 21.7 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 956/1822 KB 476/748 KB 150/178 KB 472/587 KB 960/1822 KB 476/748 KB 152/178 KB 480/587 KB 960/1822 KB 480/748 KB 154/178 KB 484/587 KB 960/1822 KB 480/748 KB 156/178 KB 484/587 KB 964/1822 KB 480/748 KB 156/178 KB 484/587 KB 960/1822 KB 480/748 KB 152/178 KB 480/587 KB 964/1822 KB 484/748 KB 158/178 KB 484/587 KB 964/1822 KB 488/748 KB 158/178 KB 484/587 KB 964/1822 KB 492/748 KB 158/178 KB 484/587 KB 960/1822 KB 480/748 KB 152/178 KB 484/587 KB 968/1822 KB 492/748 KB 158/178 KB 488/587 KB 968/1822 KB 492/748 KB 158/178 KB 492/587 KB 968/1822 KB 492/748 KB 158/178 KB 496/587 KB 968/1822 KB 492/748 KB 158/178 KB 484/587 KB 972/1822 KB 492/748 KB 158/178 KB 496/587 KB 976/1822 KB 492/748 KB 158/178 KB 496/587 KB 980/1822 KB 492/748 KB 158/178 KB 496/587 KB 984/1822 KB 496/748 KB 158/178 KB 500/587 KB 988/1822 KB 496/748 KB 158/178 KB 500/587 KB 992/1822 KB 496/748 KB 158/178 KB 500/587 KB 964/1822 KB 480/748 KB 158/178 KB 484/587 KB 992/1822 KB 496/748 KB 160/178 KB 500/587 KB 992/1822 KB 496/748 KB 162/178 KB 500/587 KB 992/1822 KB 496/748 KB 164/178 KB 500/587 KB 992/1822 KB 496/748 KB 166/178 KB 500/587 KB 980/1822 KB 496/748 KB 158/178 KB 500/587 KB 992/1822 KB 496/748 KB 168/178 KB 500/587 KB 980/1822 KB 492/748 KB 158/178 KB 500/587 KB 992/1822 KB 500/748 KB 168/178 KB 500/587 KB 992/1822 KB 500/748 KB 168/178 KB 504/587 KB 992/1822 KB 500/748 KB 168/178 KB 508/587 KB 992/1822 KB 504/748 KB 170/178 KB 508/587 KB 992/1822 KB 504/748 KB 168/178 KB 508/587 KB 992/1822 KB 508/748 KB 170/178 KB 508/587 KB 992/1822 KB 508/748 KB 170/178 KB 512/587 KB 992/1822 KB 508/748 KB 172/178 KB 512/587 KB 992/1822 KB 508/748 KB 172/178 KB 516/587 KB 996/1822 KB 512/748 KB 174/178 KB 520/587 KB 996/1822 KB 512/748 KB 174/178 KB 524/587 KB 996/1822 KB 512/748 KB 174/178 KB 528/587 KB 996/1822 KB 512/748 KB 174/178 KB 516/587 KB 996/1822 KB 516/748 KB 174/178 KB 528/587 KB 996/1822 KB 508/748 KB 174/178 KB 516/587 KB 992/1822 KB 508/748 KB 174/178 KB 516/587 KB 996/1822 KB 516/748 KB 177/178 KB 528/587 KB 996/1822 KB 516/748 KB 178/178 KB 528/587 KB 996/1822 KB 520/748 KB 178/178 KB 528/587 KB 1000/1822 KB 520/748 KB 178/178 KB 528/587 KB 1004/1822 KB 524/748 KB 178/178 KB 528/587 KB 1000/1822 KB 524/748 KB 178/178 KB 528/587 KB 1008/1822 KB 524/748 KB 178/178 KB 528/587 KB 1008/1822 KB 528/748 KB 178/178 KB 528/587 KB 1012/1822 KB 532/748 KB 178/178 KB 532/587 KB 1012/1822 KB 536/748 KB 178/178 KB 532/587 KB 1012/1822 KB 528/748 KB 178/178 KB 532/587 KB 1008/1822 KB 528/748 KB 178/178 KB 532/587 KB 1012/1822 KB 3/55 KB 536/748 KB 178/178 KB 536/587 KB 1012/1822 KB 3/55 KB 536/748 KB 178/178 KB 540/587 KB 1012/1822 KB 3/55 KB 536/748 KB 178/178 KB 532/587 KB 1012/1822 KB 6/55 KB 536/748 KB 178/178 KB 544/587 KB 1012/1822 KB 9/55 KB 536/748 KB 178/178 KB 544/587 KB 1012/1822 KB 11/55 KB 536/748 KB 178/178 KB 544/587 KB 1016/1822 KB 14/55 KB 536/748 KB 178/178 KB 544/587 KB 1012/1822 KB 3/55 KB 536/748 KB 178/178 KB 544/587 KB 1020/1822 KB 14/55 KB 540/748 KB 178/178 KB 544/587 KB 1016/1822 KB 14/55 KB 540/748 KB 178/178 KB 544/587 KB 1012/1822 KB 14/55 KB 536/748 KB 178/178 KB 544/587 KB 1020/1822 KB 14/55 KB 544/748 KB 178/178 KB 544/587 KB 1024/1822 KB 16/55 KB 548/748 KB 178/178 KB 548/587 KB 1024/1822 KB 16/55 KB 544/748 KB 178/178 KB 548/587 KB 1024/1822 KB 19/55 KB 548/748 KB 178/178 KB 548/587 KB 1024/1822 KB 14/55 KB 544/748 KB 178/178 KB 548/587 KB 1024/1822 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 14/55 KB 544/748 KB 178/178 KB 544/587 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar (178 KB at 165.3 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 1028/1822 KB 19/55 KB 548/748 KB 548/587 KB 1028/1822 KB 22/55 KB 548/748 KB 552/587 KB 1032/1822 KB 22/55 KB 548/748 KB 556/587 KB 1032/1822 KB 22/55 KB 548/748 KB 560/587 KB 1032/1822 KB 22/55 KB 548/748 KB 564/587 KB 1032/1822 KB 22/55 KB 552/748 KB 568/587 KB 1032/1822 KB 22/55 KB 552/748 KB 572/587 KB 1032/1822 KB 22/55 KB 552/748 KB 576/587 KB 1028/1822 KB 22/55 KB 548/748 KB 548/587 KB 1032/1822 KB 25/55 KB 552/748 KB 576/587 KB 1032/1822 KB 22/55 KB 552/748 KB 564/587 KB 1032/1822 KB 22/55 KB 552/748 KB 564/587 KB 1032/1822 KB 25/55 KB 556/748 KB 576/587 KB 1036/1822 KB 25/55 KB 556/748 KB 576/587 KB 1036/1822 KB 27/55 KB 556/748 KB 576/587 KB 1040/1822 KB 27/55 KB 556/748 KB 576/587 KB 1040/1822 KB 30/55 KB 556/748 KB 576/587 KB 1040/1822 KB 30/55 KB 560/748 KB 576/587 KB 1044/1822 KB 32/55 KB 564/748 KB 576/587 KB 1044/1822 KB 32/55 KB 568/748 KB 576/587 KB 1044/1822 KB 32/55 KB 560/748 KB 576/587 KB 1040/1822 KB 32/55 KB 560/748 KB 576/587 KB 1044/1822 KB 36/55 KB 572/748 KB 580/587 KB 1044/1822 KB 32/55 KB 568/748 KB 580/587 KB 1044/1822 KB 32/55 KB 572/748 KB 580/587 KB 1048/1822 KB 36/55 KB 572/748 KB 580/587 KB 1052/1822 KB 36/55 KB 572/748 KB 580/587 KB 1056/1822 KB 36/55 KB 572/748 KB 580/587 KB 1056/1822 KB 40/55 KB 572/748 KB 580/587 KB 1060/1822 KB 40/55 KB 572/748 KB 584/587 KB 1064/1822 KB 44/55 KB 576/748 KB 584/587 KB 1068/1822 KB 44/55 KB 576/748 KB 584/587 KB 1072/1822 KB 44/55 KB 576/748 KB 584/587 KB 1056/1822 KB 40/55 KB 572/748 KB 584/587 KB 1072/1822 KB 44/55 KB 576/748 KB 587/587 KB 1060/1822 KB 44/55 KB 576/748 KB 584/587 KB 1072/1822 KB 44/55 KB 580/748 KB 587/587 KB 1072/1822 KB 44/55 KB 584/748 KB 587/587 KB 1072/1822 KB 44/55 KB 588/748 KB 587/587 KB 1060/1822 KB 44/55 KB 572/748 KB 584/587 KB 1072/1822 KB 48/55 KB 588/748 KB 587/587 KB 1072/1822 KB 52/55 KB 588/748 KB 587/587 KB 1072/1822 KB 55/55 KB 588/748 KB 587/587 KB 1072/1822 KB 55/55 KB 592/748 KB 587/587 KB 1076/1822 KB 55/55 KB 596/748 KB 587/587 KB 1076/1822 KB 55/55 KB 600/748 KB 587/587 KB 1076/1822 KB 55/55 KB 604/748 KB 587/587 KB 1076/1822 KB 55/55 KB 592/748 KB 587/587 KB 1080/1822 KB 55/55 KB 604/748 KB 587/587 KB 1084/1822 KB 55/55 KB 604/748 KB 587/587 KB 1088/1822 KB 55/55 KB 604/748 KB 587/587 KB 1092/1822 KB 55/55 KB 608/748 KB 587/587 KB 1092/1822 KB 55/55 KB 612/748 KB 587/587 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar (587 KB at 535.3 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 1092/1822 KB 55/55 KB 604/748 KB 587/587 KB 1092/1822 KB 612/748 KB 3/1210 KB 1092/1822 KB 616/748 KB 5/1210 KB 1092/1822 KB 616/748 KB 8/1210 KB 1092/1822 KB 616/748 KB 11/1210 KB 1092/1822 KB 616/748 KB 13/1210 KB 1092/1822 KB 616/748 KB 16/1210 KB 1092/1822 KB 616/748 KB 19/1210 KB 1092/1822 KB 616/748 KB 21/1210 KB 1092/1822 KB 616/748 KB 24/1210 KB 1092/1822 KB 616/748 KB 27/1210 KB 1092/1822 KB 616/748 KB 29/1210 KB 1092/1822 KB 616/748 KB 32/1210 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar (55 KB at 49.5 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 1096/1822 KB 616/748 KB 36/1210 KB 1100/1822 KB 616/748 KB 36/1210 KB 1104/1822 KB 616/748 KB 36/1210 KB 1092/1822 KB 616/748 KB 3/1210 KB 1104/1822 KB 620/748 KB 36/1210 KB 1092/1822 KB 616/748 KB 36/1210 KB 1104/1822 KB 620/748 KB 40/1210 KB 1104/1822 KB 620/748 KB 44/1210 KB 1104/1822 KB 620/748 KB 48/1210 KB 1104/1822 KB 620/748 KB 52/1210 KB 1108/1822 KB 624/748 KB 56/1210 KB 1108/1822 KB 624/748 KB 52/1210 KB 1104/1822 KB 624/748 KB 52/1210 KB 1108/1822 KB 628/748 KB 56/1210 KB 1108/1822 KB 632/748 KB 56/1210 KB 1108/1822 KB 632/748 KB 56/1210 KB 4/93 KB 1112/1822 KB 636/748 KB 60/1210 KB 4/93 KB 1112/1822 KB 636/748 KB 56/1210 KB 4/93 KB 1112/1822 KB 632/748 KB 56/1210 KB 4/93 KB 1116/1822 KB 636/748 KB 60/1210 KB 4/93 KB 1120/1822 KB 636/748 KB 60/1210 KB 4/93 KB 1120/1822 KB 636/748 KB 64/1210 KB 4/93 KB 1124/1822 KB 636/748 KB 64/1210 KB 8/93 KB 1128/1822 KB 640/748 KB 68/1210 KB 8/93 KB 1132/1822 KB 640/748 KB 68/1210 KB 8/93 KB 1120/1822 KB 636/748 KB 64/1210 KB 8/93 KB 1136/1822 KB 640/748 KB 68/1210 KB 12/93 KB 1136/1822 KB 640/748 KB 68/1210 KB 16/93 KB 1136/1822 KB 640/748 KB 68/1210 KB 20/93 KB 1136/1822 KB 640/748 KB 68/1210 KB 24/93 KB 1136/1822 KB 640/748 KB 68/1210 KB 28/93 KB 1124/1822 KB 640/748 KB 68/1210 KB 8/93 KB 1124/1822 KB 640/748 KB 64/1210 KB 8/93 KB 1136/1822 KB 644/748 KB 68/1210 KB 28/93 KB 1136/1822 KB 648/748 KB 68/1210 KB 28/93 KB 1136/1822 KB 652/748 KB 68/1210 KB 28/93 KB 1136/1822 KB 640/748 KB 68/1210 KB 8/93 KB 1136/1822 KB 652/748 KB 72/1210 KB 28/93 KB 1136/1822 KB 652/748 KB 76/1210 KB 28/93 KB 1136/1822 KB 652/748 KB 80/1210 KB 28/93 KB 1136/1822 KB 652/748 KB 80/1210 KB 4/471 KB 28/93 KB 1136/1822 KB 652/748 KB 80/1210 KB 8/471 KB 28/93 KB 1136/1822 KB 652/748 KB 80/1210 KB 12/471 KB 28/93 KB 1136/1822 KB 652/748 KB 80/1210 KB 16/471 KB 28/93 KB 1136/1822 KB 652/748 KB 80/1210 KB 20/471 KB 28/93 KB 1140/1822 KB 656/748 KB 84/1210 KB 24/471 KB 32/93 KB 1140/1822 KB 656/748 KB 84/1210 KB 20/471 KB 32/93 KB 1140/1822 KB 656/748 KB 84/1210 KB 24/471 KB 36/93 KB 1140/1822 KB 656/748 KB 84/1210 KB 28/471 KB 40/93 KB 1140/1822 KB 656/748 KB 84/1210 KB 20/471 KB 28/93 KB 1140/1822 KB 656/748 KB 88/1210 KB 28/471 KB 44/93 KB 1140/1822 KB 656/748 KB 80/1210 KB 20/471 KB 28/93 KB 1140/1822 KB 660/748 KB 88/1210 KB 28/471 KB 44/93 KB 1140/1822 KB 664/748 KB 88/1210 KB 28/471 KB 44/93 KB 1140/1822 KB 668/748 KB 88/1210 KB 28/471 KB 44/93 KB 1140/1822 KB 652/748 KB 80/1210 KB 20/471 KB 28/93 KB 1144/1822 KB 668/748 KB 88/1210 KB 28/471 KB 44/93 KB 1140/1822 KB 656/748 KB 84/1210 KB 28/471 KB 36/93 KB 1144/1822 KB 668/748 KB 92/1210 KB 32/471 KB 44/93 KB 1144/1822 KB 668/748 KB 92/1210 KB 36/471 KB 44/93 KB 1148/1822 KB 672/748 KB 92/1210 KB 40/471 KB 44/93 KB 1144/1822 KB 668/748 KB 92/1210 KB 28/471 KB 44/93 KB 1148/1822 KB 672/748 KB 96/1210 KB 44/471 KB 44/93 KB 1148/1822 KB 672/748 KB 100/1210 KB 44/471 KB 44/93 KB 1148/1822 KB 672/748 KB 104/1210 KB 44/471 KB 44/93 KB 1148/1822 KB 672/748 KB 108/1210 KB 44/471 KB 44/93 KB 1148/1822 KB 672/748 KB 112/1210 KB 44/471 KB 44/93 KB 1140/1822 KB 672/748 KB 92/1210 KB 36/471 KB 44/93 KB 1148/1822 KB 672/748 KB 92/1210 KB 36/471 KB 44/93 KB 1148/1822 KB 668/748 KB 92/1210 KB 36/471 KB 44/93 KB 1152/1822 KB 672/748 KB 112/1210 KB 44/471 KB 44/93 KB 1156/1822 KB 672/748 KB 112/1210 KB 44/471 KB 44/93 KB 1160/1822 KB 676/748 KB 112/1210 KB 44/471 KB 48/93 KB 1164/1 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 822 KB 676/748 KB 112/1210 KB 44/471 KB 48/93 KB 1168/1822 KB 676/748 KB 112/1210 KB 44/471 KB 48/93 KB 1148/1822 KB 672/748 KB 92/1210 KB 44/471 KB 44/93 KB 1156/1822 KB 676/748 KB 112/1210 KB 44/471 KB 48/93 KB 1168/1822 KB 676/748 KB 112/1210 KB 44/471 KB 52/93 KB 1168/1822 KB 676/748 KB 116/1210 KB 48/471 KB 56/93 KB 1168/1822 KB 676/748 KB 116/1210 KB 48/471 KB 60/93 KB 1168/1822 KB 676/748 KB 116/1210 KB 48/471 KB 64/93 KB 1156/1822 KB 676/748 KB 112/1210 KB 44/471 KB 44/93 KB 1168/1822 KB 680/748 KB 116/1210 KB 48/471 KB 64/93 KB 1168/1822 KB 684/748 KB 116/1210 KB 48/471 KB 64/93 KB 1168/1822 KB 688/748 KB 116/1210 KB 48/471 KB 64/93 KB 1168/1822 KB 692/748 KB 116/1210 KB 48/471 KB 64/93 KB 1168/1822 KB 696/748 KB 116/1210 KB 48/471 KB 64/93 KB 1168/1822 KB 700/748 KB 116/1210 KB 48/471 KB 64/93 KB 1168/1822 KB 676/748 KB 116/1210 KB 48/471 KB 52/93 KB 1168/1822 KB 676/748 KB 112/1210 KB 48/471 KB 52/93 KB 1172/1822 KB 700/748 KB 116/1210 KB 52/471 KB 64/93 KB 1172/1822 KB 704/748 KB 120/1210 KB 56/471 KB 68/93 KB 1172/1822 KB 700/748 KB 116/1210 KB 48/471 KB 64/93 KB 1176/1822 KB 704/748 KB 120/1210 KB 56/471 KB 68/93 KB 1180/1822 KB 704/748 KB 120/1210 KB 56/471 KB 68/93 KB 1184/1822 KB 704/748 KB 120/1210 KB 56/471 KB 68/93 KB 1172/1822 KB 704/748 KB 120/1210 KB 52/471 KB 68/93 KB 1184/1822 KB 708/748 KB 120/1210 KB 60/471 KB 68/93 KB 1172/1822 KB 700/748 KB 120/1210 KB 52/471 KB 68/93 KB 1184/1822 KB 708/748 KB 124/1210 KB 60/471 KB 68/93 KB 1184/1822 KB 708/748 KB 128/1210 KB 60/471 KB 68/93 KB 1172/1822 KB 700/748 KB 116/1210 KB 52/471 KB 68/93 KB 1184/1822 KB 708/748 KB 128/1210 KB 60/471 KB 72/93 KB 1184/1822 KB 708/748 KB 128/1210 KB 60/471 KB 76/93 KB 1184/1822 KB 708/748 KB 128/1210 KB 60/471 KB 80/93 KB 1184/1822 KB 708/748 KB 128/1210 KB 60/471 KB 84/93 KB 1188/1822 KB 712/748 KB 132/1210 KB 60/471 KB 88/93 KB 1188/1822 KB 712/748 KB 132/1210 KB 60/471 KB 92/93 KB 1188/1822 KB 712/748 KB 132/1210 KB 60/471 KB 93/93 KB 1184/1822 KB 704/748 KB 120/1210 KB 60/471 KB 68/93 KB 1188/1822 KB 712/748 KB 132/1210 KB 64/471 KB 93/93 KB 1188/1822 KB 712/748 KB 132/1210 KB 68/471 KB 93/93 KB 1188/1822 KB 712/748 KB 132/1210 KB 72/471 KB 93/93 KB 1188/1822 KB 712/748 KB 132/1210 KB 76/471 KB 93/93 KB 1188/1822 KB 712/748 KB 132/1210 KB 60/471 KB 84/93 KB 1188/1822 KB 712/748 KB 128/1210 KB 60/471 KB 84/93 KB 1192/1822 KB 712/748 KB 132/1210 KB 76/471 KB 93/93 KB 1196/1822 KB 712/748 KB 136/1210 KB 76/471 KB 93/93 KB 1200/1822 KB 712/748 KB 136/1210 KB 76/471 KB 93/93 KB 1184/1822 KB 712/748 KB 128/1210 KB 60/471 KB 84/93 KB 1200/1822 KB 716/748 KB 136/1210 KB 76/471 KB 93/93 KB 1200/1822 KB 720/748 KB 136/1210 KB 76/471 KB 93/93 KB 1204/1822 KB 724/748 KB 136/1210 KB 80/471 KB 93/93 KB 1192/1822 KB 712/748 KB 136/1210 KB 76/471 KB 93/93 KB 1204/1822 KB 724/748 KB 140/1210 KB 80/471 KB 93/93 KB 1204/1822 KB 724/748 KB 144/1210 KB 80/471 KB 93/93 KB 1204/1822 KB 724/748 KB 148/1210 KB 80/471 KB 93/93 KB 1204/1822 KB 720/748 KB 136/1210 KB 80/471 KB 93/93 KB 1200/1822 KB 720/748 KB 136/1210 KB 80/471 KB 93/93 KB 1204/1822 KB 728/748 KB 148/1210 KB 84/471 KB 93/93 KB 1204/1822 KB 728/748 KB 148/1210 KB 80/471 KB 93/93 KB 1208/1822 KB 732/748 KB 152/1210 KB 84/471 KB 93/93 KB 1208/1822 KB 728/748 KB 152/1210 KB 84/471 KB 93/93 KB 1212/1822 KB 732/748 KB 152/1210 KB 84/471 KB 93/93 KB 1216/1822 KB 732/748 KB 152/1210 KB 88/471 KB 93/93 KB 1204/1822 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install KB 728/748 KB 152/1210 KB 84/471 KB 93/93 KB 1216/1822 KB 732/748 KB 156/1210 KB 88/471 KB 93/93 KB 1212/1822 KB 732/748 KB 152/1210 KB 88/471 KB 93/93 KB 1216/1822 KB 732/748 KB 160/1210 KB 88/471 KB 93/93 KB 1216/1822 KB 732/748 KB 160/1210 KB 92/471 KB 93/93 KB 1216/1822 KB 732/748 KB 160/1210 KB 96/471 KB 93/93 KB 1216/1822 KB 736/748 KB 160/1210 KB 96/471 KB 93/93 KB 1220/1822 KB 740/748 KB 160/1210 KB 100/471 KB 93/93 KB 1220/1822 KB 744/748 KB 160/1210 KB 100/471 KB 93/93 KB 1220/1822 KB 748/748 KB 160/1210 KB 100/471 KB 93/93 KB 1220/1822 KB 748/748 KB 164/1210 KB 100/471 KB 93/93 KB 1220/1822 KB 748/748 KB 168/1210 KB 100/471 KB 93/93 KB 1220/1822 KB 736/748 KB 160/1210 KB 100/471 KB 93/93 KB 1224/1822 KB 748/748 KB 168/1210 KB 100/471 KB 93/93 KB 1228/1822 KB 748/748 KB 168/1210 KB 100/471 KB 93/93 KB 1216/1822 KB 736/748 KB 160/1210 KB 100/471 KB 93/93 KB 1228/1822 KB 748/748 KB 172/1210 KB 104/471 KB 93/93 KB 1228/1822 KB 748/748 KB 172/1210 KB 108/471 KB 93/93 KB 1232/1822 KB 748/748 KB 172/1210 KB 112/471 KB 93/93 KB 1228/1822 KB 748/748 KB 172/1210 KB 100/471 KB 93/93 KB 1232/1822 KB 748/748 KB 176/1210 KB 112/471 KB 93/93 KB 1232/1822 KB 748/748 KB 172/1210 KB 108/471 KB 93/93 KB 1236/1822 KB 748/748 KB 176/1210 KB 112/471 KB 93/93 KB 1240/1822 KB 748/748 KB 180/1210 KB 116/471 KB 1244/1822 KB 748/748 KB 180/1210 KB 116/471 KB 1248/1822 KB 748/748 KB 180/1210 KB 116/471 KB 1236/1822 KB 748/748 KB 180/1210 KB 116/471 KB 1248/1822 KB 748/748 KB 184/1210 KB 116/471 KB 1248/1822 KB 748/748 KB 188/1210 KB 116/471 KB 1248/1822 KB 748/748 KB 192/1210 KB 116/471 KB 1236/1822 KB 748/748 KB 176/1210 KB 116/471 KB 1248/1822 KB 748/748 KB 192/1210 KB 120/471 KB 1248/1822 KB 748/748 KB 192/1210 KB 124/471 KB 1248/1822 KB 748/748 KB 192/1210 KB 128/471 KB 1252/1822 KB 748/748 KB 192/1210 KB 128/471 KB 1256/1822 KB 748/748 KB 196/1210 KB 132/471 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar (93 KB at 80.2 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 1252/1822 KB 748/748 KB 196/1210 KB 132/471 KB 1256/1822 KB 748/748 KB 196/1210 KB 136/471 KB 1252/1822 KB 748/748 KB 196/1210 KB 128/471 KB 1256/1822 KB 748/748 KB 200/1210 KB 136/471 KB Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 1256/1822 KB 748/748 KB 200/1210 KB 140/471 KB 1260/1822 KB 200/1210 KB 144/471 KB 1260/1822 KB 200/1210 KB 140/471 KB 1264/1822 KB 204/1210 KB 144/471 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (748 KB at 650.2 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 1260/1822 KB 204/1210 KB 144/471 KB 1264/1822 KB 204/1210 KB 148/471 KB 1268/1822 KB 208/1210 KB 152/471 KB 1268/1822 KB 208/1210 KB 148/471 KB 1264/1822 KB 208/1210 KB 148/471 KB 1268/1822 KB 212/1210 KB 152/471 KB 1268/1822 KB 216/1210 KB 152/471 KB 1272/1822 KB 216/1210 KB 156/471 KB 1272/1822 KB 216/1210 KB 152/471 KB 1276/1822 KB 216/1210 KB 156/471 KB 1280/1822 KB 216/1210 KB 160/471 KB 1276/1822 KB 216/1210 KB 160/471 KB 1280/1822 KB 220/1210 KB 160/471 KB 1280/1822 KB 224/1210 KB 160/471 KB 1284/1822 KB 224/1210 KB 160/471 KB 1288/1822 KB 228/1210 KB 164/471 KB 1292/1822 KB 228/1210 KB 164/471 KB 1296/1822 KB 228/1210 KB 164/471 KB 1284/1822 KB 228/1210 KB 164/471 KB 1284/1822 KB 224/1210 KB 164/471 KB 1296/1822 KB 228/1210 KB 168/471 KB 1296/1822 KB 1/53 KB 228/1210 KB 172/471 KB 1296/1822 KB 1/53 KB 228/1210 KB 168/471 KB 1296/1822 KB 4/53 KB 228/1210 KB 172/471 KB 1296/1822 KB 5/53 KB 228/1210 KB 172/471 KB 1296/1822 KB 8/53 KB 228/1210 KB 172/471 KB 1296/1822 KB 9/53 KB 228/1210 KB 172/471 KB 1296/1822 KB 4/276 KB 12/53 KB 228/1210 KB 172/471 KB 1296/1822 KB 4/276 KB 9/53 KB 228/1210 KB 172/471 KB 1296/1822 KB 8/276 KB 12/53 KB 232/1210 KB 176/471 KB 1296/1822 KB 12/276 KB 12/53 KB 232/1210 KB 176/471 KB 1296/1822 KB 16/276 KB 12/53 KB 232/1210 KB 176/471 KB 1296/1822 KB 4/276 KB 12/53 KB 232/1210 KB 176/471 KB 1296/1822 KB 4/276 KB 12/53 KB 232/1210 KB 172/471 KB 1296/1822 KB 16/276 KB 12/53 KB 236/1210 KB 176/471 KB 1296/1822 KB 16/276 KB 13/53 KB 236/1210 KB 176/471 KB 1300/1822 KB 20/276 KB 16/53 KB 240/1210 KB 176/471 KB 1300/1822 KB 20/276 KB 17/53 KB 240/1210 KB 176/471 KB 1296/1822 KB 16/276 KB 13/53 KB 240/1210 KB 176/471 KB 1300/1822 KB 20/276 KB 17/53 KB 244/1210 KB 176/471 KB 1300/1822 KB 20/276 KB 20/53 KB 248/1210 KB 180/471 KB 1300/1822 KB 20/276 KB 20/53 KB 252/1210 KB 180/471 KB 1300/1822 KB 20/276 KB 13/53 KB 240/1210 KB 176/471 KB 1300/1822 KB 16/276 KB 13/53 KB 240/1210 KB 176/471 KB 1300/1822 KB 24/276 KB 20/53 KB 252/1210 KB 180/471 KB 1304/1822 KB 28/276 KB 20/53 KB 252/1210 KB 180/471 KB 1304/1822 KB 32/276 KB 20/53 KB 252/1210 KB 180/471 KB 1300/1822 KB 20/276 KB 20/53 KB 244/1210 KB 180/471 KB 1300/1822 KB 20/276 KB 17/53 KB 244/1210 KB 180/471 KB 1304/1822 KB 24/276 KB 20/53 KB 252/1210 KB 180/471 KB 1308/1822 KB 32/276 KB 20/53 KB 252/1210 KB 180/471 KB 1312/1822 KB 32/276 KB 20/53 KB 252/1210 KB 184/471 KB 1308/1822 KB 32/276 KB 20/53 KB 252/1210 KB 184/471 KB 1312/1822 KB 32/276 KB 20/53 KB 252/1210 KB 188/471 KB 1312/1822 KB 32/276 KB 21/53 KB 252/1210 KB 192/471 KB 1312/1822 KB 32/276 KB 21/53 KB 252/1210 KB 196/471 KB 1316/1822 KB 36/276 KB 21/53 KB 256/1210 KB 200/471 KB 1316/1822 KB 36/276 KB 21/53 KB 256/1210 KB 204/471 KB 1316/1822 KB 36/276 KB 21/53 KB 256/1210 KB 208/471 KB 1312/1822 KB 32/276 KB 21/53 KB 252/1210 KB 188/471 KB 1316/1822 KB 36/276 KB 24/53 KB 256/1210 KB 208/471 KB 1316/1822 KB 36/276 KB 25/53 KB 256/1210 KB 208/471 KB 1316/1822 KB 36/276 KB 21/53 KB 256/1210 KB 196/471 KB 1312/1822 KB 36/276 KB 21/53 KB 256/1210 KB 196/471 KB 1312/1822 KB 32/276 KB 21/53 KB 256/1210 KB 196/471 KB 1316/1822 KB 36/276 KB 25/53 KB 260/1210 KB 208/471 KB 1320/1822 KB 40/276 KB 28/53 KB 264/1210 KB 208/471 KB 1320/1822 KB 40/276 KB 28/53 KB 260/1210 KB 208/471 KB 1316/1822 KB 40/276 KB 28/53 KB 260/1210 KB 208/471 KB 1316/1822 KB 40/276 KB 25/53 KB 260/1210 KB 208/471 KB 1320/1822 KB 44/276 KB 28/53 KB 264/1 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 210 KB 208/471 KB 1324/1822 KB 44/276 KB 29/53 KB 264/1210 KB 208/471 KB 1328/1822 KB 44/276 KB 29/53 KB 264/1210 KB 208/471 KB 1320/1822 KB 44/276 KB 29/53 KB 264/1210 KB 208/471 KB 1328/1822 KB 48/276 KB 29/53 KB 264/1210 KB 208/471 KB 1328/1822 KB 48/276 KB 32/53 KB 264/1210 KB 208/471 KB 1328/1822 KB 48/276 KB 33/53 KB 264/1210 KB 208/471 KB 1332/1822 KB 52/276 KB 36/53 KB 268/1210 KB 208/471 KB 1332/1822 KB 52/276 KB 37/53 KB 268/1210 KB 208/471 KB 1332/1822 KB 52/276 KB 40/53 KB 268/1210 KB 212/471 KB 1332/1822 KB 52/276 KB 33/53 KB 268/1210 KB 208/471 KB 1328/1822 KB 52/276 KB 33/53 KB 268/1210 KB 208/471 KB 1328/1822 KB 48/276 KB 33/53 KB 268/1210 KB 208/471 KB 1332/1822 KB 52/276 KB 40/53 KB 272/1210 KB 212/471 KB 1332/1822 KB 52/276 KB 40/53 KB 276/1210 KB 212/471 KB 1332/1822 KB 52/276 KB 37/53 KB 268/1210 KB 212/471 KB 1336/1822 KB 56/276 KB 41/53 KB 276/1210 KB 216/471 KB 1336/1822 KB 56/276 KB 41/53 KB 276/1210 KB 220/471 KB 1336/1822 KB 56/276 KB 41/53 KB 276/1210 KB 224/471 KB 1336/1822 KB 56/276 KB 41/53 KB 276/1210 KB 212/471 KB 1336/1822 KB 56/276 KB 40/53 KB 276/1210 KB 212/471 KB 1332/1822 KB 56/276 KB 40/53 KB 276/1210 KB 212/471 KB 1336/1822 KB 60/276 KB 41/53 KB 280/1210 KB 224/471 KB 1340/1822 KB 64/276 KB 41/53 KB 280/1210 KB 224/471 KB 1336/1822 KB 56/276 KB 41/53 KB 280/1210 KB 224/471 KB 1340/1822 KB 64/276 KB 41/53 KB 284/1210 KB 224/471 KB 1340/1822 KB 60/276 KB 41/53 KB 280/1210 KB 224/471 KB 1344/1822 KB 64/276 KB 44/53 KB 284/1210 KB 224/471 KB 1340/1822 KB 64/276 KB 44/53 KB 284/1210 KB 224/471 KB 1344/1822 KB 64/276 KB 45/53 KB 284/1210 KB 224/471 KB 1348/1822 KB 64/276 KB 48/53 KB 288/1210 KB 224/471 KB 1348/1822 KB 64/276 KB 49/53 KB 288/1210 KB 228/471 KB 1348/1822 KB 68/276 KB 52/53 KB 288/1210 KB 228/471 KB 1348/1822 KB 64/276 KB 45/53 KB 288/1210 KB 224/471 KB 1344/1822 KB 64/276 KB 45/53 KB 288/1210 KB 224/471 KB 1348/1822 KB 68/276 KB 52/53 KB 292/1210 KB 228/471 KB 1352/1822 KB 68/276 KB 53/53 KB 296/1210 KB 228/471 KB 1352/1822 KB 68/276 KB 53/53 KB 300/1210 KB 228/471 KB 1352/1822 KB 68/276 KB 53/53 KB 304/1210 KB 228/471 KB 1348/1822 KB 68/276 KB 49/53 KB 288/1210 KB 228/471 KB 1348/1822 KB 64/276 KB 48/53 KB 288/1210 KB 228/471 KB 1352/1822 KB 68/276 KB 53/53 KB 304/1210 KB 232/471 KB 1352/1822 KB 72/276 KB 53/53 KB 304/1210 KB 232/471 KB 1352/1822 KB 76/276 KB 53/53 KB 304/1210 KB 236/471 KB 1352/1822 KB 68/276 KB 53/53 KB 292/1210 KB 228/471 KB 1352/1822 KB 68/276 KB 52/53 KB 292/1210 KB 228/471 KB 1352/1822 KB 72/276 KB 53/53 KB 304/1210 KB 236/471 KB 1356/1822 KB 76/276 KB 53/53 KB 304/1210 KB 236/471 KB 1360/1822 KB 80/276 KB 53/53 KB 304/1210 KB 240/471 KB 1356/1822 KB 80/276 KB 53/53 KB 304/1210 KB 240/471 KB 1356/1822 KB 76/276 KB 53/53 KB 304/1210 KB 240/471 KB 1360/1822 KB 80/276 KB 53/53 KB 304/1210 KB 244/471 KB 1364/1822 KB 84/276 KB 53/53 KB 308/1210 KB 248/471 KB 1364/1822 KB 84/276 KB 53/53 KB 308/1210 KB 252/471 KB 1364/1822 KB 84/276 KB 53/53 KB 308/1210 KB 256/471 KB 1364/1822 KB 84/276 KB 53/53 KB 308/1210 KB 244/471 KB 1364/1822 KB 80/276 KB 53/53 KB 308/1210 KB 244/471 KB 1360/1822 KB 80/276 KB 53/53 KB 308/1210 KB 244/471 KB 1368/1822 KB 84/276 KB 53/53 KB 308/1210 KB 256/471 KB 1372/1822 KB 88/276 KB 53/53 KB 308/1210 KB 256/471 KB 1376/1822 KB 88/276 KB 53/53 KB 312/1210 KB 256/471 KB 1368/1822 KB 88/276 KB 53/53 KB 308/1210 KB 256/471 KB 1372/1822 KB 88/276 KB 53/53 KB 312/1210 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install KB 256/471 KB 1376/1822 KB 88/276 KB 53/53 KB 316/1210 KB 256/471 KB 1376/1822 KB 92/276 KB 53/53 KB 316/1210 KB 256/471 KB 1376/1822 KB 96/276 KB 53/53 KB 320/1210 KB 256/471 KB 1376/1822 KB 100/276 KB 53/53 KB 320/1210 KB 256/471 KB 1380/1822 KB 104/276 KB 53/53 KB 320/1210 KB 260/471 KB 1380/1822 KB 108/276 KB 53/53 KB 320/1210 KB 260/471 KB 1380/1822 KB 112/276 KB 53/53 KB 320/1210 KB 260/471 KB 1376/1822 KB 92/276 KB 53/53 KB 320/1210 KB 256/471 KB 1380/1822 KB 112/276 KB 53/53 KB 324/1210 KB 260/471 KB 1380/1822 KB 112/276 KB 53/53 KB 328/1210 KB 260/471 KB 1380/1822 KB 112/276 KB 53/53 KB 332/1210 KB 260/471 KB 1380/1822 KB 112/276 KB 53/53 KB 336/1210 KB 260/471 KB 1380/1822 KB 100/276 KB 53/53 KB 320/1210 KB 260/471 KB 1376/1822 KB 100/276 KB 53/53 KB 320/1210 KB 260/471 KB 1380/1822 KB 112/276 KB 53/53 KB 336/1210 KB 264/471 KB 1380/1822 KB 112/276 KB 53/53 KB 336/1210 KB 268/471 KB 1380/1822 KB 112/276 KB 53/53 KB 336/1210 KB 272/471 KB 1384/1822 KB 112/276 KB 53/53 KB 336/1210 KB 272/471 KB 1388/1822 KB 112/276 KB 53/53 KB 336/1210 KB 272/471 KB 1392/1822 KB 112/276 KB 53/53 KB 336/1210 KB 272/471 KB 1392/1822 KB 112/276 KB 53/53 KB 336/1210 KB 276/471 KB 1392/1822 KB 112/276 KB 340/1210 KB 280/471 KB 1392/1822 KB 112/276 KB 340/1210 KB 284/471 KB 1392/1822 KB 112/276 KB 340/1210 KB 288/471 KB 1392/1822 KB 112/276 KB 340/1210 KB 276/471 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 44.4 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 1396/1822 KB 116/276 KB 340/1210 KB 288/471 KB 1396/1822 KB 120/276 KB 340/1210 KB 288/471 KB 1396/1822 KB 112/276 KB 340/1210 KB 288/471 KB 1400/1822 KB 124/276 KB 344/1210 KB 288/471 KB 1396/1822 KB 120/276 KB 344/1210 KB 288/471 KB 1396/1822 KB 124/276 KB 344/1210 KB 288/471 KB 1404/1822 KB 128/276 KB 348/1210 KB 288/471 KB 1404/1822 KB 124/276 KB 344/1210 KB 288/471 KB 1404/1822 KB 128/276 KB 348/1210 KB 288/471 KB 1408/1822 KB 128/276 KB 352/1210 KB 288/471 KB 1408/1822 KB 128/276 KB 348/1210 KB 288/471 KB 1408/1822 KB 132/276 KB 352/1210 KB 288/471 KB 1412/1822 KB 136/276 KB 356/1210 KB 292/471 KB 1412/1822 KB 140/276 KB 356/1210 KB 292/471 KB 1412/1822 KB 144/276 KB 356/1210 KB 292/471 KB 1412/1822 KB 132/276 KB 356/1210 KB 292/471 KB 1412/1822 KB 144/276 KB 356/1210 KB 296/471 KB 1412/1822 KB 144/276 KB 356/1210 KB 300/471 KB 1412/1822 KB 144/276 KB 356/1210 KB 304/471 KB 1412/1822 KB 132/276 KB 356/1210 KB 288/471 KB 1412/1822 KB 144/276 KB 360/1210 KB 304/471 KB 1412/1822 KB 144/276 KB 364/1210 KB 304/471 KB 1412/1822 KB 144/276 KB 368/1210 KB 304/471 KB 1412/1822 KB 132/276 KB 352/1210 KB 288/471 KB 1416/1822 KB 144/276 KB 368/1210 KB 304/471 KB 1420/1822 KB 144/276 KB 368/1210 KB 304/471 KB 1424/1822 KB 144/276 KB 368/1210 KB 304/471 KB 1424/1822 KB 144/276 KB 372/1210 KB 304/471 KB 1428/1822 KB 148/276 KB 376/1210 KB 308/471 KB 1424/1822 KB 148/276 KB 372/1210 KB 304/471 KB 1428/1822 KB 152/276 KB 376/1210 KB 308/471 KB 1428/1822 KB 148/276 KB 372/1210 KB 308/471 KB 1424/1822 KB 148/276 KB 372/1210 KB 308/471 KB 1428/1822 KB 156/276 KB 376/1210 KB 312/471 KB 1428/1822 KB 156/276 KB 376/1210 KB 316/471 KB 1428/1822 KB 156/276 KB 376/1210 KB 320/471 KB 1428/1822 KB 156/276 KB 376/1210 KB 308/471 KB 1428/1822 KB 156/276 KB 380/1210 KB 320/471 KB 1432/1822 KB 160/276 KB 380/1210 KB 320/471 KB 1432/1822 KB 156/276 KB 380/1210 KB 320/471 KB 1432/1822 KB 160/276 KB 384/1210 KB 320/471 KB 1436/1822 KB 160/276 KB 384/1210 KB 320/471 KB 1440/1822 KB 160/276 KB 384/1210 KB 320/471 KB 1440/1822 KB 164/276 KB 384/1210 KB 324/471 KB 1440/1822 KB 168/276 KB 388/1210 KB 324/471 KB 1440/1822 KB 172/276 KB 388/1210 KB 324/471 KB 1440/1822 KB 176/276 KB 388/1210 KB 324/471 KB 1440/1822 KB 160/276 KB 384/1210 KB 324/471 KB 1444/1822 KB 176/276 KB 388/1210 KB 328/471 KB 1444/1822 KB 176/276 KB 388/1210 KB 332/471 KB 1444/1822 KB 176/276 KB 388/1210 KB 336/471 KB 1444/1822 KB 176/276 KB 388/1210 KB 324/471 KB 1440/1822 KB 164/276 KB 388/1210 KB 324/471 KB 1444/1822 KB 176/276 KB 392/1210 KB 336/471 KB 1444/1822 KB 176/276 KB 396/1210 KB 336/471 KB 3/577 KB 1444/1822 KB 176/276 KB 396/1210 KB 336/471 KB 5/577 KB 1444/1822 KB 176/276 KB 396/1210 KB 336/471 KB 8/577 KB 1444/1822 KB 176/276 KB 396/1210 KB 336/471 KB 11/577 KB 1444/1822 KB 176/276 KB 396/1210 KB 336/471 KB 13/577 KB 1444/1822 KB 176/276 KB 396/1210 KB 336/471 KB 16/577 KB 1444/1822 KB 176/276 KB 396/1210 KB 336/471 KB 19/577 KB 1444/1822 KB 176/276 KB 396/1210 KB 336/471 KB 19/577 KB 1444/1822 KB 176/276 KB 400/1210 KB 336/471 KB 19/577 KB 1448/1822 KB 176/276 KB 400/1210 KB 336/471 KB 19/577 KB 1452/1822 KB 176/276 KB 400/1210 KB 336/471 KB 21/577 KB 1452/1822 KB 176/276 KB 400/1210 KB 336/471 KB 24/577 KB 1452/1822 KB 176/276 KB 400/1210 KB 336/471 KB 27/577 KB 1452/1822 KB 176/276 KB 400/1210 KB 336/471 KB 29/577 KB 1452/1822 KB 176/276 KB 400/1210 KB 336/471 KB 29/577 KB 1456/1822 KB 176/276 KB 400/1210 KB 336/471 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 32/577 KB 1460/1822 KB 180/276 KB 400/1210 KB 340/471 KB 32/577 KB 1464/1822 KB 180/276 KB 404/1210 KB 340/471 KB 32/577 KB 1468/1822 KB 180/276 KB 404/1210 KB 340/471 KB 32/577 KB 1472/1822 KB 180/276 KB 404/1210 KB 340/471 KB 32/577 KB 1456/1822 KB 180/276 KB 400/1210 KB 340/471 KB 32/577 KB 1472/1822 KB 180/276 KB 404/1210 KB 344/471 KB 32/577 KB 1456/1822 KB 180/276 KB 400/1210 KB 336/471 KB 32/577 KB 1472/1822 KB 184/276 KB 404/1210 KB 348/471 KB 32/577 KB 1472/1822 KB 188/276 KB 404/1210 KB 348/471 KB 32/577 KB 1472/1822 KB 192/276 KB 404/1210 KB 348/471 KB 32/577 KB 1456/1822 KB 176/276 KB 400/1210 KB 336/471 KB 36/577 KB 1472/1822 KB 192/276 KB 404/1210 KB 348/471 KB 40/577 KB 1472/1822 KB 192/276 KB 404/1210 KB 348/471 KB 44/577 KB 1472/1822 KB 192/276 KB 404/1210 KB 348/471 KB 48/577 KB 1472/1822 KB 192/276 KB 404/1210 KB 348/471 KB 52/577 KB 1472/1822 KB 192/276 KB 404/1210 KB 348/471 KB 56/577 KB 1472/1822 KB 192/276 KB 404/1210 KB 348/471 KB 60/577 KB 1472/1822 KB 192/276 KB 404/1210 KB 348/471 KB 32/577 KB 1472/1822 KB 180/276 KB 404/1210 KB 348/471 KB 60/577 KB 1472/1822 KB 192/276 KB 404/1210 KB 352/471 KB 32/577 KB 1460/1822 KB 180/276 KB 404/1210 KB 340/471 KB 60/577 KB 1472/1822 KB 192/276 KB 408/1210 KB 352/471 KB 60/577 KB 1472/1822 KB 192/276 KB 412/1210 KB 352/471 KB 60/577 KB 1472/1822 KB 192/276 KB 416/1210 KB 352/471 KB 60/577 KB 1472/1822 KB 192/276 KB 416/1210 KB 356/471 KB 64/577 KB 1476/1822 KB 196/276 KB 420/1210 KB 360/471 KB 64/577 KB 1476/1822 KB 196/276 KB 420/1210 KB 364/471 KB 64/577 KB 1476/1822 KB 196/276 KB 420/1210 KB 368/471 KB 64/577 KB 1472/1822 KB 192/276 KB 416/1210 KB 356/471 KB 68/577 KB 1476/1822 KB 196/276 KB 420/1210 KB 368/471 KB 72/577 KB 1476/1822 KB 196/276 KB 420/1210 KB 368/471 KB 76/577 KB 1476/1822 KB 196/276 KB 420/1210 KB 368/471 KB 80/577 KB 1476/1822 KB 196/276 KB 420/1210 KB 368/471 KB 64/577 KB 1476/1822 KB 196/276 KB 420/1210 KB 356/471 KB 64/577 KB 1472/1822 KB 196/276 KB 420/1210 KB 356/471 KB 80/577 KB 1476/1822 KB 200/276 KB 420/1210 KB 368/471 KB 64/577 KB 1472/1822 KB 192/276 KB 420/1210 KB 356/471 KB 80/577 KB 1476/1822 KB 204/276 KB 420/1210 KB 368/471 KB 80/577 KB 1476/1822 KB 204/276 KB 424/1210 KB 368/471 KB 80/577 KB 1476/1822 KB 208/276 KB 424/1210 KB 368/471 KB 80/577 KB 1476/1822 KB 208/276 KB 428/1210 KB 368/471 KB 80/577 KB 1480/1822 KB 208/276 KB 428/1210 KB 368/471 KB 80/577 KB 1484/1822 KB 208/276 KB 432/1210 KB 368/471 KB 80/577 KB 1488/1822 KB 208/276 KB 432/1210 KB 368/471 KB 80/577 KB 1480/1822 KB 208/276 KB 432/1210 KB 368/471 KB 80/577 KB 1488/1822 KB 208/276 KB 432/1210 KB 372/471 KB 84/577 KB 1488/1822 KB 212/276 KB 436/1210 KB 376/471 KB 84/577 KB 1488/1822 KB 212/276 KB 436/1210 KB 380/471 KB 84/577 KB 1488/1822 KB 212/276 KB 436/1210 KB 384/471 KB 84/577 KB 1488/1822 KB 212/276 KB 436/1210 KB 372/471 KB 84/577 KB 1488/1822 KB 212/276 KB 432/1210 KB 372/471 KB 84/577 KB 1488/1822 KB 216/276 KB 436/1210 KB 384/471 KB 84/577 KB 1488/1822 KB 216/276 KB 440/1210 KB 384/471 KB 84/577 KB 1488/1822 KB 216/276 KB 444/1210 KB 384/471 KB 84/577 KB 1488/1822 KB 208/276 KB 432/1210 KB 372/471 KB 84/577 KB 1492/1822 KB 220/276 KB 444/1210 KB 384/471 KB 84/577 KB 1492/1822 KB 216/276 KB 444/1210 KB 384/471 KB 84/577 KB 1492/1822 KB 220/276 KB 448/1210 KB 384/471 KB 88/577 KB 1496/1822 KB 224/276 KB 448/1210 KB 384/471 KB 88/577 KB 1500/1822 KB 224/276 KB 448/1210 KB 384/471 KB 88/577 KB 150 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 4/1822 KB 224/276 KB 448/1210 KB 384/471 KB 88/577 KB 1492/1822 KB 224/276 KB 448/1210 KB 384/471 KB 88/577 KB 1492/1822 KB 220/276 KB 448/1210 KB 384/471 KB 92/577 KB 1504/1822 KB 224/276 KB 448/1210 KB 384/471 KB 96/577 KB 1504/1822 KB 224/276 KB 448/1210 KB 384/471 KB 96/577 KB 1504/1822 KB 228/276 KB 448/1210 KB 384/471 KB 100/577 KB 1508/1822 KB 232/276 KB 452/1210 KB 388/471 KB 100/577 KB 1508/1822 KB 236/276 KB 452/1210 KB 388/471 KB 96/577 KB 1504/1822 KB 228/276 KB 448/1210 KB 388/471 KB 100/577 KB 1508/1822 KB 236/276 KB 452/1210 KB 392/471 KB 100/577 KB 1508/1822 KB 236/276 KB 452/1210 KB 396/471 KB 100/577 KB 1508/1822 KB 236/276 KB 452/1210 KB 400/471 KB 100/577 KB 1508/1822 KB 228/276 KB 452/1210 KB 388/471 KB 100/577 KB 1512/1822 KB 236/276 KB 452/1210 KB 400/471 KB 100/577 KB 1504/1822 KB 228/276 KB 452/1210 KB 388/471 KB 96/577 KB 1504/1822 KB 228/276 KB 452/1210 KB 388/471 KB 100/577 KB 1512/1822 KB 240/276 KB 456/1210 KB 400/471 KB 100/577 KB 1512/1822 KB 240/276 KB 460/1210 KB 400/471 KB 100/577 KB 1512/1822 KB 240/276 KB 464/1210 KB 400/471 KB 100/577 KB 1512/1822 KB 240/276 KB 452/1210 KB 400/471 KB 104/577 KB 1512/1822 KB 240/276 KB 464/1210 KB 400/471 KB 108/577 KB 1512/1822 KB 240/276 KB 464/1210 KB 400/471 KB 112/577 KB 1516/1822 KB 240/276 KB 464/1210 KB 400/471 KB 116/577 KB 1516/1822 KB 240/276 KB 464/1210 KB 400/471 KB 120/577 KB 1516/1822 KB 244/276 KB 468/1210 KB 404/471 KB 124/577 KB 1516/1822 KB 244/276 KB 468/1210 KB 404/471 KB 128/577 KB 1516/1822 KB 244/276 KB 468/1210 KB 404/471 KB 108/577 KB 1516/1822 KB 240/276 KB 464/1210 KB 400/471 KB 128/577 KB 1520/1822 KB 244/276 KB 468/1210 KB 404/471 KB 128/577 KB 1524/1822 KB 244/276 KB 468/1210 KB 404/471 KB 128/577 KB 1528/1822 KB 244/276 KB 468/1210 KB 404/471 KB 128/577 KB 1532/1822 KB 244/276 KB 468/1210 KB 404/471 KB 128/577 KB 1536/1822 KB 244/276 KB 468/1210 KB 404/471 KB 116/577 KB 1516/1822 KB 244/276 KB 468/1210 KB 404/471 KB 116/577 KB 1516/1822 KB 240/276 KB 468/1210 KB 404/471 KB 128/577 KB 1536/1822 KB 244/276 KB 468/1210 KB 408/471 KB 128/577 KB 1536/1822 KB 244/276 KB 468/1210 KB 412/471 KB 128/577 KB 1536/1822 KB 244/276 KB 468/1210 KB 416/471 KB 116/577 KB 1516/1822 KB 240/276 KB 468/1210 KB 400/471 KB 128/577 KB 1536/1822 KB 244/276 KB 472/1210 KB 416/471 KB 128/577 KB 1536/1822 KB 244/276 KB 476/1210 KB 416/471 KB 128/577 KB 1536/1822 KB 248/276 KB 480/1210 KB 416/471 KB 128/577 KB 1536/1822 KB 248/276 KB 476/1210 KB 416/471 KB 128/577 KB 1536/1822 KB 252/276 KB 480/1210 KB 416/471 KB 128/577 KB 1536/1822 KB 256/276 KB 480/1210 KB 416/471 KB 128/577 KB 1536/1822 KB 256/276 KB 484/1210 KB 416/471 KB 132/577 KB 1540/1822 KB 260/276 KB 488/1210 KB 420/471 KB 132/577 KB 1540/1822 KB 260/276 KB 484/1210 KB 420/471 KB 132/577 KB 1536/1822 KB 260/276 KB 484/1210 KB 420/471 KB 132/577 KB 1536/1822 KB 256/276 KB 484/1210 KB 420/471 KB 132/577 KB 1540/1822 KB 260/276 KB 492/1210 KB 424/471 KB 132/577 KB 1540/1822 KB 260/276 KB 492/1210 KB 428/471 KB 132/577 KB 1540/1822 KB 260/276 KB 492/1210 KB 432/471 KB 132/577 KB 1536/1822 KB 256/276 KB 484/1210 KB 416/471 KB 132/577 KB 1540/1822 KB 264/276 KB 492/1210 KB 432/471 KB 132/577 KB 1540/1822 KB 268/276 KB 492/1210 KB 432/471 KB 136/577 KB 1540/1822 KB 268/276 KB 492/1210 KB 432/471 KB 132/577 KB 1540/1822 KB 260/276 KB 492/1210 KB 420/471 KB 136/577 KB 1544/1822 KB 272/276 KB 492/1210 KB 432/471 KB 136/577 KB 1540/1822 KB 272/276 KB 492/121 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 0 KB 432/471 KB 140/577 KB 1544/1822 KB 272/276 KB 496/1210 KB 432/471 KB 144/577 KB 1544/1822 KB 272/276 KB 496/1210 KB 432/471 KB 136/577 KB 1544/1822 KB 272/276 KB 496/1210 KB 432/471 KB 144/577 KB 1548/1822 KB 272/276 KB 496/1210 KB 432/471 KB 144/577 KB 1552/1822 KB 272/276 KB 496/1210 KB 432/471 KB 144/577 KB 1556/1822 KB 276/276 KB 496/1210 KB 432/471 KB 148/577 KB 1560/1822 KB 276/276 KB 500/1210 KB 436/471 KB 148/577 KB 1564/1822 KB 276/276 KB 500/1210 KB 436/471 KB 148/577 KB 1568/1822 KB 276/276 KB 500/1210 KB 436/471 KB 144/577 KB 1552/1822 KB 276/276 KB 496/1210 KB 432/471 KB 148/577 KB 1568/1822 KB 276/276 KB 500/1210 KB 436/471 KB 148/577 KB 1556/1822 KB 276/276 KB 500/1210 KB 436/471 KB 148/577 KB 1568/1822 KB 276/276 KB 500/1210 KB 440/471 KB 148/577 KB 1568/1822 KB 276/276 KB 500/1210 KB 444/471 KB 148/577 KB 1568/1822 KB 276/276 KB 500/1210 KB 448/471 KB 148/577 KB 1556/1822 KB 276/276 KB 500/1210 KB 432/471 KB 144/577 KB 1556/1822 KB 276/276 KB 500/1210 KB 432/471 KB 148/577 KB 1568/1822 KB 276/276 KB 504/1210 KB 448/471 KB 152/577 KB 1568/1822 KB 276/276 KB 504/1210 KB 448/471 KB 156/577 KB 1568/1822 KB 276/276 KB 508/1210 KB 448/471 KB 160/577 KB 1568/1822 KB 276/276 KB 508/1210 KB 448/471 KB 152/577 KB 1568/1822 KB 276/276 KB 508/1210 KB 448/471 KB 160/577 KB 1568/1822 KB 276/276 KB 512/1210 KB 448/471 KB 160/577 KB 1568/1822 KB 276/276 KB 516/1210 KB 448/471 KB 164/577 KB 1572/1822 KB 276/276 KB 520/1210 KB 452/471 KB 164/577 KB 1572/1822 KB 276/276 KB 524/1210 KB 452/471 KB 164/577 KB 1572/1822 KB 276/276 KB 528/1210 KB 452/471 KB 164/577 KB 1572/1822 KB 276/276 KB 516/1210 KB 452/471 KB 164/577 KB 1572/1822 KB 276/276 KB 528/1210 KB 456/471 KB 164/577 KB 1572/1822 KB 276/276 KB 528/1210 KB 460/471 KB 164/577 KB 1572/1822 KB 276/276 KB 528/1210 KB 464/471 KB 160/577 KB 1572/1822 KB 276/276 KB 516/1210 KB 448/471 KB 164/577 KB 1572/1822 KB 276/276 KB 516/1210 KB 448/471 KB 164/577 KB 1576/1822 KB 276/276 KB 528/1210 KB 464/471 KB 168/577 KB 1580/1822 KB 276/276 KB 528/1210 KB 464/471 KB 168/577 KB 1584/1822 KB 276/276 KB 528/1210 KB 464/471 KB 168/577 KB 1576/1822 KB 276/276 KB 528/1210 KB 464/471 KB 172/577 KB 1584/1822 KB 276/276 KB 528/1210 KB 468/471 KB 176/577 KB 1584/1822 KB 276/276 KB 528/1210 KB 468/471 KB 168/577 KB 1584/1822 KB 276/276 KB 528/1210 KB 468/471 KB 176/577 KB 1584/1822 KB 276/276 KB 528/1210 KB 471/471 KB 176/577 KB 1584/1822 KB 276/276 KB 532/1210 KB 471/471 KB 180/577 KB 1588/1822 KB 276/276 KB 536/1210 KB 471/471 KB 180/577 KB 1588/1822 KB 276/276 KB 540/1210 KB 471/471 KB 180/577 KB 1588/1822 KB 276/276 KB 544/1210 KB 471/471 KB 180/577 KB 1588/1822 KB 276/276 KB 532/1210 KB 471/471 KB 180/577 KB 1592/1822 KB 276/276 KB 544/1210 KB 471/471 KB 180/577 KB 1596/1822 KB 544/1210 KB 471/471 KB 180/577 KB 1600/1822 KB 544/1210 KB 471/471 KB 180/577 KB 1584/1822 KB 276/276 KB 532/1210 KB 471/471 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 221.1 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 184/577 KB 1600/1822 KB 544/1210 KB 471/471 KB 188/577 KB 1600/1822 KB 544/1210 KB 471/471 KB 192/577 KB 1600/1822 KB 544/1210 KB 471/471 KB 192/577 KB 1600/1822 KB 548/1210 KB 471/471 KB 196/577 KB 1604/1822 KB 552/1210 KB 471/471 KB 196/577 KB 1604/1822 KB 556/1210 KB 471/471 KB 196/577 KB 1604/1822 KB 560/1210 KB 471/471 KB 196/577 KB 1604/1822 KB 548/1210 KB 471/471 KB 192/577 KB 1604/1822 KB 548/1210 KB 471/471 KB 196/577 KB 1608/1822 KB 560/1210 KB 471/471 KB 196/577 KB 1612/1822 KB 560/1210 KB 471/471 KB 200/577 KB 1612/1822 KB 560/1210 KB 471/471 KB 204/577 KB 1612/1822 KB 560/1210 KB 471/471 KB 208/577 KB 1616/1822 KB 560/1210 KB 471/471 KB 204/577 KB 1616/1822 KB 560/1210 KB 471/471 KB 208/577 KB 1616/1822 KB 564/1210 KB 471/471 KB 212/577 KB 1620/1822 KB 568/1210 KB 471/471 KB 212/577 KB 1620/1822 KB 572/1210 KB 471/471 KB 212/577 KB 1620/1822 KB 576/1210 KB 471/471 KB 212/577 KB 1620/1822 KB 564/1210 KB 471/471 KB 208/577 KB 1620/1822 KB 564/1210 KB 471/471 KB 212/577 KB 1624/1822 KB 576/1210 KB 471/471 KB 212/577 KB 1628/1822 KB 576/1210 KB 471/471 KB 212/577 KB 1632/1822 KB 576/1210 KB 471/471 KB 216/577 KB 1636/1822 KB 576/1210 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 375.3 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 216/577 KB 1636/1822 KB 4/37 KB 580/1210 KB 216/577 KB 1636/1822 KB 8/37 KB 580/1210 KB 216/577 KB 1636/1822 KB 12/37 KB 580/1210 KB 216/577 KB 1636/1822 KB 16/37 KB 580/1210 KB 216/577 KB 1636/1822 KB 20/37 KB 580/1210 KB 216/577 KB 1632/1822 KB 576/1210 KB 471/471 KB 220/577 KB 1636/1822 KB 20/37 KB 580/1210 KB 224/577 KB 1636/1822 KB 24/37 KB 580/1210 KB 228/577 KB 1636/1822 KB 24/37 KB 580/1210 KB 216/577 KB 1636/1822 KB 580/1210 KB 228/577 KB 1640/1822 KB 24/37 KB 584/1210 KB 228/577 KB 1640/1822 KB 24/37 KB 588/1210 KB 228/577 KB 1640/1822 KB 24/37 KB 592/1210 KB 228/577 KB 1640/1822 KB 24/37 KB 580/1210 KB 220/577 KB 1636/1822 KB 24/37 KB 580/1210 KB 228/577 KB 1640/1822 KB 28/37 KB 592/1210 KB 228/577 KB 1640/1822 KB 32/37 KB 592/1210 KB 228/577 KB 1640/1822 KB 36/37 KB 592/1210 KB 228/577 KB 1640/1822 KB 37/37 KB 592/1210 KB 228/577 KB 1644/1822 KB 37/37 KB 592/1210 KB 232/577 KB 1644/1822 KB 37/37 KB 592/1210 KB 236/577 KB 1644/1822 KB 37/37 KB 592/1210 KB 236/577 KB 1648/1822 KB 37/37 KB 592/1210 KB 236/577 KB 1648/1822 KB 37/37 KB 596/1210 KB 240/577 KB 1652/1822 KB 37/37 KB 600/1210 KB 240/577 KB 1652/1822 KB 37/37 KB 604/1210 KB 240/577 KB 1652/1822 KB 37/37 KB 596/1210 KB 240/577 KB 1648/1822 KB 37/37 KB 596/1210 KB 244/577 KB 1652/1822 KB 37/37 KB 604/1210 KB 244/577 KB 1656/1822 KB 37/37 KB 608/1210 KB 244/577 KB 1652/1822 KB 37/37 KB 608/1210 KB 244/577 KB 1660/1822 KB 37/37 KB 608/1210 KB 248/577 KB 1660/1822 KB 37/37 KB 608/1210 KB 252/577 KB 1660/1822 KB 37/37 KB 608/1210 KB 256/577 KB 1664/1822 KB 37/37 KB 608/1210 KB 260/577 KB 1664/1822 KB 37/37 KB 608/1210 KB 264/577 KB 1664/1822 KB 37/37 KB 612/1210 KB 268/577 KB 1664/1822 KB 37/37 KB 612/1210 KB 252/577 KB 1664/1822 KB 37/37 KB 608/1210 KB 268/577 KB 1668/1822 KB 37/37 KB 612/1210 KB 268/577 KB 1672/1822 KB 37/37 KB 612/1210 KB 268/577 KB 1676/1822 KB 37/37 KB 612/1210 KB 268/577 KB 1680/1822 KB 37/37 KB 612/1210 KB 260/577 KB 1664/1822 KB 37/37 KB 612/1210 KB 268/577 KB 1680/1822 KB 37/37 KB 616/1210 KB 268/577 KB 1680/1822 KB 37/37 KB 620/1210 KB 268/577 KB 1680/1822 KB 37/37 KB 624/1210 KB 272/577 KB 1680/1822 KB 37/37 KB 624/1210 KB 276/577 KB 1680/1822 KB 37/37 KB 624/1210 KB 280/577 KB 1684/1822 KB 37/37 KB 628/1210 KB 284/577 KB 1684/1822 KB 37/37 KB 628/1210 KB 288/577 KB 1684/1822 KB 37/37 KB 628/1210 KB 276/577 KB 1684/1822 KB 37/37 KB 628/1210 KB 288/577 KB 1688/1822 KB 37/37 KB 628/1210 KB 288/577 KB 1688/1822 KB 4/167 KB 37/37 KB 628/1210 KB 288/577 KB 1688/1822 KB 8/167 KB 37/37 KB 628/1210 KB 288/577 KB 1688/1822 KB 12/167 KB 37/37 KB 628/1210 KB 288/577 KB 1688/1822 KB 16/167 KB 37/37 KB 628/1210 KB 288/577 KB 1688/1822 KB 20/167 KB 37/37 KB 628/1210 KB 288/577 KB 1688/1822 KB 24/167 KB 628/1210 KB 288/577 KB 1688/1822 KB 28/167 KB 628/1210 KB 288/577 KB 1688/1822 KB 32/167 KB 628/1210 KB 288/577 KB 1688/1822 KB 36/167 KB 628/1210 KB 288/577 KB 1688/1822 KB 40/167 KB 628/1210 KB 288/577 KB 1688/1822 KB 44/167 KB 628/1210 KB 288/577 KB 1688/1822 KB 48/167 KB 628/1210 KB 288/577 KB 1688/1822 KB 52/167 KB 628/1210 KB 288/577 KB 1688/1822 KB 56/167 KB 628/1210 KB 276/577 KB 1680/1822 KB 37/37 KB 628/1210 KB 288/577 KB 1692/1822 KB 56/167 KB 632/1210 KB 288/577 KB 1692/1822 KB 56/167 KB 636/1210 KB 288/577 KB 1692/1822 KB 56/167 KB 640/1210 KB 288/577 KB 1692/1822 KB 56/167 KB 628/1210 KB Downloaded: https unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install ://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 28.7 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 288/577 KB 1692/1822 KB 60/167 KB 640/1210 KB 288/577 KB 1696/1822 KB 64/167 KB 640/1210 KB 288/577 KB 1696/1822 KB 60/167 KB 640/1210 KB 288/577 KB 1696/1822 KB 64/167 KB 644/1210 KB 292/577 KB 1700/1822 KB 68/167 KB 648/1210 KB 292/577 KB 1700/1822 KB 68/167 KB 652/1210 KB 292/577 KB 1700/1822 KB 68/167 KB 656/1210 KB 292/577 KB 1700/1822 KB 68/167 KB 644/1210 KB 288/577 KB 1700/1822 KB 68/167 KB 644/1210 KB 288/577 KB 1696/1822 KB 68/167 KB 644/1210 KB 292/577 KB 1704/1822 KB 68/167 KB 656/1210 KB 296/577 KB 1704/1822 KB 72/167 KB 656/1210 KB 300/577 KB 1704/1822 KB 72/167 KB 656/1210 KB 304/577 KB 1708/1822 KB 72/167 KB 656/1210 KB 292/577 KB 1704/1822 KB 72/167 KB 656/1210 KB 304/577 KB 1708/1822 KB 76/167 KB 656/1210 KB 304/577 KB 1708/1822 KB 80/167 KB 656/1210 KB 300/577 KB 1708/1822 KB 72/167 KB 656/1210 KB 304/577 KB 1712/1822 KB 80/167 KB 656/1210 KB 308/577 KB 1712/1822 KB 80/167 KB 656/1210 KB 312/577 KB 1716/1822 KB 84/167 KB 660/1210 KB 316/577 KB 1716/1822 KB 84/167 KB 660/1210 KB 320/577 KB 1716/1822 KB 84/167 KB 660/1210 KB 308/577 KB 1716/1822 KB 84/167 KB 660/1210 KB 308/577 KB 1712/1822 KB 84/167 KB 660/1210 KB 308/577 KB 1712/1822 KB 80/167 KB 660/1210 KB 320/577 KB 1716/1822 KB 84/167 KB 664/1210 KB 320/577 KB 1716/1822 KB 84/167 KB 668/1210 KB 320/577 KB 1716/1822 KB 84/167 KB 672/1210 KB 320/577 KB 1716/1822 KB 88/167 KB 672/1210 KB 320/577 KB 1720/1822 KB 88/167 KB 672/1210 KB 320/577 KB 1720/1822 KB 92/167 KB 672/1210 KB 320/577 KB 1724/1822 KB 96/167 KB 672/1210 KB 320/577 KB 1724/1822 KB 96/167 KB 672/1210 KB 320/577 KB 1728/1822 KB 96/167 KB 672/1210 KB 320/577 KB 1732/1822 KB 96/167 KB 672/1210 KB 324/577 KB 1736/1822 KB 100/167 KB 676/1210 KB 324/577 KB 1740/1822 KB 100/167 KB 676/1210 KB 324/577 KB 1744/1822 KB 100/167 KB 676/1210 KB 324/577 KB 1732/1822 KB 100/167 KB 676/1210 KB 324/577 KB 1744/1822 KB 100/167 KB 680/1210 KB 324/577 KB 1732/1822 KB 100/167 KB 672/1210 KB 324/577 KB 1732/1822 KB 96/167 KB 672/1210 KB 324/577 KB 1744/1822 KB 100/167 KB 684/1210 KB 328/577 KB 1744/1822 KB 104/167 KB 688/1210 KB 328/577 KB 1744/1822 KB 104/167 KB 684/1210 KB 324/577 KB 1744/1822 KB 104/167 KB 684/1210 KB 332/577 KB 1744/1822 KB 104/167 KB 688/1210 KB 332/577 KB 1744/1822 KB 108/167 KB 688/1210 KB 336/577 KB 1744/1822 KB 108/167 KB 688/1210 KB 336/577 KB 1744/1822 KB 112/167 KB 688/1210 KB 336/577 KB 1744/1822 KB 112/167 KB 692/1210 KB 340/577 KB 1748/1822 KB 116/167 KB 696/1210 KB 340/577 KB 1748/1822 KB 116/167 KB 700/1210 KB 340/577 KB 1748/1822 KB 116/167 KB 704/1210 KB 340/577 KB 1748/1822 KB 116/167 KB 692/1210 KB 340/577 KB 1744/1822 KB 116/167 KB 692/1210 KB 340/577 KB 1744/1822 KB 112/167 KB 692/1210 KB 344/577 KB 1748/1822 KB 116/167 KB 704/1210 KB 344/577 KB 1748/1822 KB 120/167 KB 704/1210 KB 344/577 KB 1748/1822 KB 124/167 KB 704/1210 KB 348/577 KB 1752/1822 KB 124/167 KB 704/1210 KB 344/577 KB 1752/1822 KB 124/167 KB 704/1210 KB 348/577 KB 1752/1822 KB 128/167 KB 704/1210 KB 348/577 KB 1756/1822 KB 128/167 KB 704/1210 KB 352/577 KB 1760/1822 KB 128/167 KB 704/1210 KB 352/577 KB 1764/1822 KB 128/167 KB 704/1210 KB 352/577 KB 1768/1822 KB 132/167 KB 708/1210 KB 352/577 KB 1772/1822 KB 132/167 KB 708/1210 KB 352/577 KB 1776/1822 KB 132/167 KB 708/1210 KB 352/577 KB 1756/1822 KB 128/167 KB 704/1210 KB 356/577 KB 1776/1822 KB 132/167 KB 708/1210 KB 360/577 KB 1776/1822 KB 132/167 KB 708/1210 KB 364/577 KB 1776/1822 KB 132/167 KB 708/ unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 1210 KB 368/577 KB 1776/1822 KB 132/167 KB 708/1210 KB 352/577 KB 1764/1822 KB 132/167 KB 708/1210 KB 352/577 KB 1764/1822 KB 128/167 KB 708/1210 KB 368/577 KB 1776/1822 KB 132/167 KB 712/1210 KB 368/577 KB 1776/1822 KB 132/167 KB 716/1210 KB 368/577 KB 1776/1822 KB 132/167 KB 720/1210 KB 368/577 KB 1776/1822 KB 136/167 KB 720/1210 KB 368/577 KB 1776/1822 KB 140/167 KB 720/1210 KB 368/577 KB 1776/1822 KB 144/167 KB 720/1210 KB 368/577 KB 1776/1822 KB 144/167 KB 724/1210 KB 372/577 KB 1780/1822 KB 148/167 KB 728/1210 KB 372/577 KB 1780/1822 KB 148/167 KB 732/1210 KB 372/577 KB 1780/1822 KB 148/167 KB 736/1210 KB 372/577 KB 1780/1822 KB 148/167 KB 724/1210 KB 372/577 KB 1784/1822 KB 148/167 KB 736/1210 KB 368/577 KB 1776/1822 KB 148/167 KB 724/1210 KB 372/577 KB 1776/1822 KB 148/167 KB 724/1210 KB 372/577 KB 1788/1822 KB 148/167 KB 736/1210 KB 372/577 KB 1788/1822 KB 152/167 KB 736/1210 KB 376/577 KB 1792/1822 KB 152/167 KB 736/1210 KB 376/577 KB 1792/1822 KB 156/167 KB 736/1210 KB 380/577 KB 1792/1822 KB 160/167 KB 736/1210 KB 380/577 KB 1792/1822 KB 156/167 KB 736/1210 KB 384/577 KB 1792/1822 KB 160/167 KB 736/1210 KB 372/577 KB 1792/1822 KB 152/167 KB 736/1210 KB 384/577 KB 1792/1822 KB 4/1192 KB 160/167 KB 736/1210 KB 384/577 KB 1792/1822 KB 8/1192 KB 160/167 KB 736/1210 KB 384/577 KB 1792/1822 KB 12/1192 KB 160/167 KB 736/1210 KB 384/577 KB 1792/1822 KB 16/1192 KB 160/167 KB 736/1210 KB 384/577 KB 1792/1822 KB 20/1192 KB 160/167 KB 736/1210 KB 384/577 KB 1792/1822 KB 24/1192 KB 160/167 KB 736/1210 KB 384/577 KB 1792/1822 KB 28/1192 KB 160/167 KB 736/1210 KB 384/577 KB 1792/1822 KB 32/1192 KB 160/167 KB 736/1210 KB 384/577 KB 1792/1822 KB 32/1192 KB 160/167 KB 740/1210 KB 388/577 KB 1796/1822 KB 36/1192 KB 164/167 KB 744/1210 KB 388/577 KB 1796/1822 KB 36/1192 KB 164/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 36/1192 KB 164/167 KB 740/1210 KB 384/577 KB 1792/1822 KB 36/1192 KB 160/167 KB 740/1210 KB 388/577 KB 1796/1822 KB 40/1192 KB 164/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 44/1192 KB 164/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 48/1192 KB 164/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 52/1192 KB 164/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 56/1192 KB 164/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 60/1192 KB 164/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 64/1192 KB 164/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 64/1192 KB 167/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 68/1192 KB 167/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 72/1192 KB 167/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 76/1192 KB 167/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 80/1192 KB 167/167 KB 748/1210 KB 388/577 KB 1796/1822 KB 36/1192 KB 160/167 KB 740/1210 KB 388/577 KB 1792/1822 KB 36/1192 KB 160/167 KB 740/1210 KB 388/577 KB 1796/1822 KB 84/1192 KB 167/167 KB 748/1210 KB 392/577 KB 1800/1822 KB 88/1192 KB 167/167 KB 752/1210 KB 392/577 KB 1800/1822 KB 84/1192 KB 167/167 KB 752/1210 KB 392/577 KB 1804/1822 KB 88/1192 KB 167/167 KB 752/1210 KB 392/577 KB 1808/1822 KB 88/1192 KB 167/167 KB 752/1210 KB 392/577 KB 1796/1822 KB 84/1192 KB 167/167 KB 752/1210 KB 392/577 KB 1796/1822 KB 84/1192 KB 167/167 KB 748/1210 KB 396/577 KB 1808/1822 KB 88/1192 KB 167/167 KB 752/1210 KB 400/577 KB 1808/1822 KB 88/1192 KB 167/167 KB 752/1210 KB 400/577 KB 1808/1822 KB 92/1192 KB 167/167 KB 752/1210 KB 400/577 KB 1808/1822 KB 96/1192 KB 167/167 KB 752/1210 KB 404/577 KB 1812/1822 KB 100/1192 KB 167/167 KB 752/1210 K unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install B 404/577 KB 1812/1822 KB 104/1192 KB 167/167 KB 756/1210 KB 404/577 KB 1812/1822 KB 108/1192 KB 167/167 KB 756/1210 KB 404/577 KB 1812/1822 KB 112/1192 KB 167/167 KB 756/1210 KB 404/577 KB 1812/1822 KB 96/1192 KB 167/167 KB 752/1210 KB 404/577 KB 1808/1822 KB 96/1192 KB 167/167 KB 752/1210 KB 404/577 KB 1812/1822 KB 100/1192 KB 167/167 KB 756/1210 KB 408/577 KB 1812/1822 KB 112/1192 KB 167/167 KB 760/1210 KB 408/577 KB 1812/1822 KB 112/1192 KB 167/167 KB 764/1210 KB 408/577 KB 1816/1822 KB 112/1192 KB 167/167 KB 768/1210 KB 408/577 KB 1816/1822 KB 112/1192 KB 167/167 KB 764/1210 KB 408/577 KB 1816/1822 KB 112/1192 KB 167/167 KB 768/1210 KB 412/577 KB 1816/1822 KB 112/1192 KB 167/167 KB 768/1210 KB 416/577 KB 1820/1822 KB 112/1192 KB 167/167 KB 768/1210 KB 412/577 KB 1820/1822 KB 112/1192 KB 167/167 KB 768/1210 KB 416/577 KB 1822/1822 KB 112/1192 KB 167/167 KB 768/1210 KB 420/577 KB 1822/1822 KB 112/1192 KB 167/167 KB 768/1210 KB 424/577 KB 1822/1822 KB 116/1192 KB 167/167 KB 772/1210 KB 428/577 KB 1822/1822 KB 116/1192 KB 167/167 KB 772/1210 KB 432/577 KB 1822/1822 KB 116/1192 KB 167/167 KB 772/1210 KB 420/577 KB 1822/1822 KB 116/1192 KB 167/167 KB 772/1210 KB 432/577 KB 1822/1822 KB 116/1192 KB 167/167 KB 776/1210 KB 432/577 KB 1822/1822 KB 116/1192 KB 167/167 KB 780/1210 KB 420/577 KB 1822/1822 KB 116/1192 KB 167/167 KB 768/1210 KB 432/577 KB 1822/1822 KB 116/1192 KB 167/167 KB 784/1210 KB 432/577 KB 1822/1822 KB 120/1192 KB 167/167 KB 784/1210 KB 432/577 KB 1822/1822 KB 124/1192 KB 167/167 KB 784/1210 KB 432/577 KB 1822/1822 KB 128/1192 KB 167/167 KB 784/1210 KB 432/577 KB 1822/1822 KB 128/1192 KB 167/167 KB 788/1210 KB 436/577 KB 1822/1822 KB 132/1192 KB 167/167 KB 792/1210 KB 436/577 KB 1822/1822 KB 132/1192 KB 796/1210 KB 436/577 KB 1822/1822 KB 132/1192 KB 800/1210 KB 436/577 KB 1822/1822 KB 132/1192 KB 167/167 KB 788/1210 KB 440/577 KB 1822/1822 KB 132/1192 KB 800/1210 KB 444/577 KB 1822/1822 KB 132/1192 KB 800/1210 KB 432/577 KB 1822/1822 KB 132/1192 KB 167/167 KB 788/1210 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 126.7 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 444/577 KB 1822/1822 KB 136/1192 KB 800/1210 KB 448/577 KB 1822/1822 KB 140/1192 KB 800/1210 KB 448/577 KB 1822/1822 KB 136/1192 KB 800/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1385.1 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 448/577 KB 144/1192 KB 800/1210 KB 448/577 KB 144/1192 KB 804/1210 KB 452/577 KB 148/1192 KB 808/1210 KB 452/577 KB 148/1192 KB 812/1210 KB 452/577 KB 148/1192 KB 816/1210 KB 452/577 KB 148/1192 KB 804/1210 KB 448/577 KB 148/1192 KB 804/1210 KB 456/577 KB 148/1192 KB 816/1210 KB 456/577 KB 152/1192 KB 816/1210 KB 460/577 KB 152/1192 KB 816/1210 KB 460/577 KB 156/1192 KB 816/1210 KB 460/577 KB 160/1192 KB 816/1210 KB 464/577 KB 160/1192 KB 816/1210 KB 464/577 KB 164/1192 KB 816/1210 KB 468/577 KB 168/1192 KB 820/1210 KB 468/577 KB 172/1192 KB 820/1210 KB 468/577 KB 176/1192 KB 820/1210 KB 468/577 KB 164/1192 KB 820/1210 KB 464/577 KB 164/1192 KB 820/1210 KB 468/577 KB 176/1192 KB 824/1210 KB 468/577 KB 176/1192 KB 828/1210 KB 468/577 KB 176/1192 KB 832/1210 KB 472/577 KB 176/1192 KB 832/1210 KB 476/577 KB 176/1192 KB 832/1210 KB 480/577 KB 176/1192 KB 832/1210 KB 480/577 KB 176/1192 KB 3/439 KB 832/1210 KB 480/577 KB 176/1192 KB 6/439 KB 832/1210 KB 480/577 KB 176/1192 KB 9/439 KB 832/1210 KB 480/577 KB 176/1192 KB 11/439 KB 832/1210 KB 480/577 KB 176/1192 KB 14/439 KB 832/1210 KB 480/577 KB 176/1192 KB 4/562 KB 16/439 KB 832/1210 KB 480/577 KB 176/1192 KB 4/562 KB 19/439 KB 832/1210 KB 480/577 KB 176/1192 KB 4/562 KB 22/439 KB 832/1210 KB 480/577 KB 176/1192 KB 4/562 KB 14/439 KB 832/1210 KB 480/577 KB 176/1192 KB 8/562 KB 22/439 KB 832/1210 KB 480/577 KB 176/1192 KB 12/562 KB 22/439 KB 832/1210 KB 480/577 KB 176/1192 KB 12/562 KB 25/439 KB 832/1210 KB 480/577 KB 176/1192 KB 16/562 KB 25/439 KB 832/1210 KB 480/577 KB 176/1192 KB 16/562 KB 25/439 KB 836/1210 KB 484/577 KB 180/1192 KB 20/562 KB 27/439 KB 840/1210 KB 484/577 KB 180/1192 KB 20/562 KB 27/439 KB 844/1210 KB 484/577 KB 180/1192 KB 20/562 KB 27/439 KB 836/1210 KB 484/577 KB 184/1192 KB 20/562 KB 27/439 KB 844/1210 KB 484/577 KB 176/1192 KB 20/562 KB 27/439 KB 836/1210 KB 488/577 KB 184/1192 KB 20/562 KB 27/439 KB 848/1210 KB 492/577 KB 188/1192 KB 20/562 KB 27/439 KB 848/1210 KB 480/577 KB 176/1192 KB 20/562 KB 27/439 KB 836/1210 KB 496/577 KB 188/1192 KB 20/562 KB 30/439 KB 848/1210 KB 496/577 KB 188/1192 KB 20/562 KB 32/439 KB 848/1210 KB 496/577 KB 188/1192 KB 20/562 KB 36/439 KB 848/1210 KB 496/577 KB 188/1192 KB 20/562 KB 40/439 KB 848/1210 KB 496/577 KB 188/1192 KB 20/562 KB 44/439 KB 848/1210 KB 480/577 KB 176/1192 KB 20/562 KB 25/439 KB 836/1210 KB 496/577 KB 188/1192 KB 24/562 KB 44/439 KB 848/1210 KB 496/577 KB 188/1192 KB 28/562 KB 44/439 KB 848/1210 KB 496/577 KB 188/1192 KB 20/562 KB 36/439 KB 848/1210 KB 488/577 KB 188/1192 KB 20/562 KB 27/439 KB 848/1210 KB 496/577 KB 192/1192 KB 32/562 KB 44/439 KB 848/1210 KB 484/577 KB 184/1192 KB 20/562 KB 27/439 KB 848/1210 KB 496/577 KB 196/1192 KB 32/562 KB 44/439 KB 848/1210 KB 500/577 KB 200/1192 KB 32/562 KB 48/439 KB 848/1210 KB 500/577 KB 196/1192 KB 32/562 KB 48/439 KB 848/1210 KB 500/577 KB 204/1192 KB 32/562 KB 48/439 KB 848/1210 KB 500/577 KB 208/1192 KB 32/562 KB 48/439 KB 848/1210 KB 500/577 KB 196/1192 KB 32/562 KB 44/439 KB 848/1210 KB 504/577 KB 208/1192 KB 32/562 KB 48/439 KB 848/1210 KB 508/577 KB 208/1192 KB 32/562 KB 48/439 KB 848/1210 KB 496/577 KB 188/1192 KB 32/562 KB 44/439 KB 848/1210 KB 508/577 KB 208/1192 KB 36/562 KB 52/439 KB 848/1210 KB 508/577 KB 208/1192 KB 40/562 KB 52/439 KB 848/1210 KB 508/577 KB 208/1192 KB 44/562 KB 52/439 KB 848/1210 KB 508/577 KB 208/1192 KB 48/562 KB 52/439 KB 848/1210 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 508/577 KB 208/1192 KB 32/562 KB 52/439 KB 848/1210 KB 512/577 KB 208/1192 KB 48/562 KB 56/439 KB 848/1210 KB 512/577 KB 208/1192 KB 48/562 KB 60/439 KB 848/1210 KB 512/577 KB 208/1192 KB 48/562 KB 61/439 KB 848/1210 KB 512/577 KB 208/1192 KB 48/562 KB 52/439 KB 848/1210 KB 512/577 KB 212/1192 KB 48/562 KB 61/439 KB 848/1210 KB 516/577 KB 216/1192 KB 52/562 KB 65/439 KB 848/1210 KB 516/577 KB 220/1192 KB 52/562 KB 65/439 KB 848/1210 KB 516/577 KB 224/1192 KB 52/562 KB 65/439 KB 848/1210 KB 516/577 KB 212/1192 KB 52/562 KB 65/439 KB 848/1210 KB 516/577 KB 224/1192 KB 56/562 KB 65/439 KB 848/1210 KB 516/577 KB 212/1192 KB 48/562 KB 65/439 KB 848/1210 KB 516/577 KB 224/1192 KB 60/562 KB 65/439 KB 848/1210 KB 520/577 KB 224/1192 KB 64/562 KB 65/439 KB 848/1210 KB 512/577 KB 212/1192 KB 48/562 KB 65/439 KB 848/1210 KB 520/577 KB 228/1192 KB 64/562 KB 69/439 KB 848/1210 KB 520/577 KB 228/1192 KB 64/562 KB 73/439 KB 848/1210 KB 520/577 KB 228/1192 KB 64/562 KB 77/439 KB 848/1210 KB 520/577 KB 228/1192 KB 64/562 KB 81/439 KB 848/1210 KB 520/577 KB 228/1192 KB 68/562 KB 85/439 KB 852/1210 KB 520/577 KB 228/1192 KB 68/562 KB 89/439 KB 852/1210 KB 520/577 KB 228/1192 KB 64/562 KB 65/439 KB 848/1210 KB 520/577 KB 224/1192 KB 60/562 KB 65/439 KB 848/1210 KB 524/577 KB 228/1192 KB 68/562 KB 89/439 KB 852/1210 KB 528/577 KB 228/1192 KB 68/562 KB 89/439 KB 852/1210 KB 532/577 KB 228/1192 KB 68/562 KB 89/439 KB 852/1210 KB 520/577 KB 228/1192 KB 68/562 KB 81/439 KB 852/1210 KB 520/577 KB 228/1192 KB 64/562 KB 81/439 KB 852/1210 KB 532/577 KB 232/1192 KB 68/562 KB 89/439 KB 856/1210 KB 532/577 KB 232/1192 KB 68/562 KB 89/439 KB 860/1210 KB 532/577 KB 232/1192 KB 68/562 KB 89/439 KB 864/1210 KB 532/577 KB 232/1192 KB 68/562 KB 89/439 KB 868/1210 KB 532/577 KB 232/1192 KB 68/562 KB 89/439 KB 872/1210 KB 532/577 KB 232/1192 KB 68/562 KB 89/439 KB 876/1210 KB 532/577 KB 232/1192 KB 68/562 KB 89/439 KB 880/1210 KB 532/577 KB 232/1192 KB 68/562 KB 89/439 KB 884/1210 KB 532/577 KB 232/1192 KB 68/562 KB 89/439 KB 888/1210 KB 532/577 KB 232/1192 KB 68/562 KB 89/439 KB 892/1210 KB 532/577 KB 232/1192 KB 68/562 KB 89/439 KB 896/1210 KB 532/577 KB 232/1192 KB 68/562 KB 89/439 KB 852/1210 KB 532/577 KB 236/1192 KB 68/562 KB 89/439 KB 896/1210 KB 532/577 KB 240/1192 KB 72/562 KB 89/439 KB 896/1210 KB 532/577 KB 236/1192 KB 72/562 KB 89/439 KB 896/1210 KB 532/577 KB 240/1192 KB 76/562 KB 89/439 KB 896/1210 KB 536/577 KB 240/1192 KB 76/562 KB 89/439 KB 896/1210 KB 540/577 KB 240/1192 KB 76/562 KB 89/439 KB 896/1210 KB 540/577 KB 240/1192 KB 80/562 KB 89/439 KB 896/1210 KB 540/577 KB 240/1192 KB 80/562 KB 89/439 KB 900/1210 KB 544/577 KB 240/1192 KB 84/562 KB 93/439 KB 904/1210 KB 544/577 KB 240/1192 KB 84/562 KB 93/439 KB 908/1210 KB 544/577 KB 240/1192 KB 84/562 KB 93/439 KB 912/1210 KB 544/577 KB 240/1192 KB 84/562 KB 93/439 KB 900/1210 KB 544/577 KB 244/1192 KB 88/562 KB 93/439 KB 912/1210 KB 544/577 KB 244/1192 KB 92/562 KB 93/439 KB 912/1210 KB 544/577 KB 244/1192 KB 96/562 KB 93/439 KB 912/1210 KB 544/577 KB 240/1192 KB 80/562 KB 93/439 KB 900/1210 KB 544/577 KB 240/1192 KB 80/562 KB 89/439 KB 900/1210 KB 544/577 KB 244/1192 KB 96/562 KB 97/439 KB 912/1210 KB 548/577 KB 244/1192 KB 96/562 KB 101/439 KB 912/1210 KB 548/577 KB 244/1192 KB 96/562 KB 105/439 KB 912/1210 KB 548/577 KB 244/1192 KB 96/562 KB 109/439 KB 912/1210 KB 544/577 KB 244/1192 KB 84/562 KB 93/439 KB 912/1210 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 548/577 KB 248/1192 KB 96/562 KB 109/439 KB 912/1210 KB 548/577 KB 252/1192 KB 96/562 KB 109/439 KB 912/1210 KB 548/577 KB 244/1192 KB 96/562 KB 97/439 KB 912/1210 KB 548/577 KB 256/1192 KB 96/562 KB 109/439 KB 912/1210 KB 552/577 KB 256/1192 KB 96/562 KB 109/439 KB 912/1210 KB 556/577 KB 256/1192 KB 96/562 KB 109/439 KB 912/1210 KB 556/577 KB 260/1192 KB 96/562 KB 109/439 KB 912/1210 KB 560/577 KB 264/1192 KB 100/562 KB 113/439 KB 916/1210 KB 560/577 KB 268/1192 KB 100/562 KB 113/439 KB 916/1210 KB 560/577 KB 260/1192 KB 100/562 KB 113/439 KB 916/1210 KB 560/577 KB 272/1192 KB 104/562 KB 113/439 KB 916/1210 KB 560/577 KB 260/1192 KB 96/562 KB 113/439 KB 916/1210 KB 560/577 KB 260/1192 KB 96/562 KB 109/439 KB 912/1210 KB 560/577 KB 260/1192 KB 96/562 KB 109/439 KB 916/1210 KB 560/577 KB 272/1192 KB 104/562 KB 113/439 KB 920/1210 KB 560/577 KB 272/1192 KB 104/562 KB 113/439 KB 924/1210 KB 560/577 KB 272/1192 KB 104/562 KB 113/439 KB 928/1210 KB 564/577 KB 272/1192 KB 104/562 KB 113/439 KB 928/1210 KB 568/577 KB 272/1192 KB 108/562 KB 117/439 KB 932/1210 KB 572/577 KB 272/1192 KB 108/562 KB 117/439 KB 932/1210 KB 576/577 KB 272/1192 KB 108/562 KB 117/439 KB 932/1210 KB 577/577 KB 272/1192 KB 108/562 KB 117/439 KB 932/1210 KB 564/577 KB 272/1192 KB 108/562 KB 117/439 KB 932/1210 KB 564/577 KB 272/1192 KB 108/562 KB 117/439 KB 928/1210 KB 564/577 KB 272/1192 KB 108/562 KB 113/439 KB 928/1210 KB 577/577 KB 272/1192 KB 112/562 KB 117/439 KB 932/1210 KB 568/577 KB 272/1192 KB 108/562 KB 117/439 KB 932/1210 KB 577/577 KB 272/1192 KB 112/562 KB 121/439 KB 932/1210 KB 577/577 KB 272/1192 KB 112/562 KB 125/439 KB 932/1210 KB 577/577 KB 272/1192 KB 116/562 KB 125/439 KB 932/1210 KB 577/577 KB 276/1192 KB 120/562 KB 129/439 KB 936/1210 KB 577/577 KB 276/1192 KB 124/562 KB 129/439 KB 936/1210 KB 577/577 KB 276/1192 KB 128/562 KB 129/439 KB 936/1210 KB 577/577 KB 276/1192 KB 116/562 KB 129/439 KB 936/1210 KB 577/577 KB 280/1192 KB 128/562 KB 129/439 KB 936/1210 KB 577/577 KB 272/1192 KB 116/562 KB 129/439 KB 936/1210 KB 577/577 KB 272/1192 KB 116/562 KB 125/439 KB 936/1210 KB 577/577 KB 280/1192 KB 128/562 KB 129/439 KB 940/1210 KB 577/577 KB 280/1192 KB 128/562 KB 129/439 KB 944/1210 KB 577/577 KB 280/1192 KB 128/562 KB 129/439 KB 948/1210 KB 577/577 KB 284/1192 KB 128/562 KB 133/439 KB 952/1210 KB 577/577 KB 284/1192 KB 128/562 KB 133/439 KB 956/1210 KB 577/577 KB 284/1192 KB 128/562 KB 133/439 KB 960/1210 KB 577/577 KB 284/1192 KB 128/562 KB 133/439 KB 948/1210 KB 577/577 KB 284/1192 KB 128/562 KB 129/439 KB 948/1210 KB 577/577 KB 288/1192 KB 132/562 KB 133/439 KB 960/1210 KB 577/577 KB 292/1192 KB 132/562 KB 137/439 KB 960/1210 KB 577/577 KB 296/1192 KB 132/562 KB 137/439 KB 960/1210 KB 577/577 KB 300/1192 KB 132/562 KB 137/439 KB 960/1210 KB 577/577 KB 284/1192 KB 132/562 KB 133/439 KB 960/1210 KB 577/577 KB 300/1192 KB 136/562 KB 137/439 KB 960/1210 KB 577/577 KB 300/1192 KB 140/562 KB 137/439 KB 960/1210 KB 577/577 KB 300/1192 KB 144/562 KB 137/439 KB 960/1210 KB 577/577 KB 288/1192 KB 132/562 KB 137/439 KB 960/1210 KB 577/577 KB 300/1192 KB 144/562 KB 141/439 KB 960/1210 KB 577/577 KB 300/1192 KB 144/562 KB 145/439 KB 960/1210 KB 577/577 KB 300/1192 KB 144/562 KB 149/439 KB 960/1210 KB 304/1192 KB 144/562 KB 153/439 KB 960/1210 KB 304/1192 KB 144/562 KB 157/439 KB 960/1210 KB 304/1192 KB 144/562 KB 149/439 KB 960/1210 KB 304/1192 KB 148/562 KB 157/439 KB 960/1210 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 308/1192 KB 152/562 KB 161/439 KB 960/1210 KB 308/1192 KB 156/562 KB 161/439 KB 960/1210 KB 308/1192 KB 160/562 KB 161/439 KB 960/1210 KB 308/1192 KB 148/562 KB 161/439 KB 960/1210 KB 312/1192 KB 160/562 KB 161/439 KB 960/1210 KB 304/1192 KB 148/562 KB 161/439 KB 960/1210 KB 312/1192 KB 160/562 KB 165/439 KB 960/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 420.3 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 316/1192 KB 160/562 KB 165/439 KB 960/1210 KB 320/1192 KB 160/562 KB 165/439 KB 960/1210 KB 320/1192 KB 160/562 KB 169/439 KB 960/1210 KB Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 320/1192 KB 160/562 KB 173/439 KB 960/1210 KB 320/1192 KB 160/562 KB 177/439 KB 960/1210 KB 324/1192 KB 164/562 KB 177/439 KB 960/1210 KB 328/1192 KB 164/562 KB 177/439 KB 960/1210 KB 320/1192 KB 164/562 KB 177/439 KB 960/1210 KB 332/1192 KB 168/562 KB 177/439 KB 960/1210 KB 332/1192 KB 172/562 KB 177/439 KB 960/1210 KB 332/1192 KB 176/562 KB 177/439 KB 960/1210 KB 332/1192 KB 176/562 KB 181/439 KB 960/1210 KB 332/1192 KB 176/562 KB 185/439 KB 960/1210 KB 332/1192 KB 176/562 KB 189/439 KB 960/1210 KB 332/1192 KB 164/562 KB 177/439 KB 960/1210 KB 336/1192 KB 176/562 KB 189/439 KB 960/1210 KB 336/1192 KB 180/562 KB 189/439 KB 960/1210 KB 336/1192 KB 184/562 KB 193/439 KB 960/1210 KB 336/1192 KB 188/562 KB 193/439 KB 960/1210 KB 336/1192 KB 192/562 KB 193/439 KB 960/1210 KB 336/1192 KB 180/562 KB 193/439 KB 960/1210 KB 340/1192 KB 192/562 KB 197/439 KB 960/1210 KB 340/1192 KB 192/562 KB 201/439 KB 960/1210 KB 340/1192 KB 192/562 KB 205/439 KB 960/1210 KB 340/1192 KB 192/562 KB 193/439 KB 960/1210 KB 344/1192 KB 192/562 KB 205/439 KB 960/1210 KB 348/1192 KB 192/562 KB 205/439 KB 960/1210 KB 352/1192 KB 192/562 KB 205/439 KB 960/1210 KB 352/1192 KB 192/562 KB 209/439 KB 960/1210 KB 3/256 KB 356/1192 KB 196/562 KB 213/439 KB 960/1210 KB 3/256 KB 356/1192 KB 196/562 KB 217/439 KB 960/1210 KB 3/256 KB 356/1192 KB 196/562 KB 221/439 KB 960/1210 KB 3/256 KB 356/1192 KB 196/562 KB 209/439 KB 960/1210 KB 5/256 KB 356/1192 KB 196/562 KB 221/439 KB 960/1210 KB 8/256 KB 356/1192 KB 196/562 KB 221/439 KB 960/1210 KB 11/256 KB 356/1192 KB 196/562 KB 221/439 KB 960/1210 KB 13/256 KB 356/1192 KB 196/562 KB 221/439 KB 960/1210 KB 16/256 KB 356/1192 KB 196/562 KB 221/439 KB 960/1210 KB 19/256 KB 356/1192 KB 196/562 KB 221/439 KB 960/1210 KB 356/1192 KB 196/562 KB 209/439 KB 960/1210 KB 352/1192 KB 196/562 KB 209/439 KB 960/1210 KB 19/256 KB 356/1192 KB 200/562 KB 221/439 KB 960/1210 KB 19/256 KB 356/1192 KB 204/562 KB 221/439 KB 960/1210 KB 19/256 KB 356/1192 KB 208/562 KB 221/439 KB 960/1210 KB 19/256 KB 360/1192 KB 208/562 KB 221/439 KB 960/1210 KB 19/256 KB 364/1192 KB 208/562 KB 221/439 KB 960/1210 KB 21/256 KB 368/1192 KB 208/562 KB 221/439 KB 960/1210 KB 21/256 KB 372/1192 KB 208/562 KB 221/439 KB 960/1210 KB 21/256 KB 376/1192 KB 212/562 KB 225/439 KB 960/1210 KB 21/256 KB 380/1192 KB 212/562 KB 225/439 KB 960/1210 KB 21/256 KB 364/1192 KB 208/562 KB 221/439 KB 960/1210 KB 24/256 KB 380/1192 KB 212/562 KB 225/439 KB 960/1210 KB 27/256 KB 380/1192 KB 212/562 KB 225/439 KB 960/1210 KB 21/256 KB 372/1192 KB 212/562 KB 225/439 KB 960/1210 KB 29/256 KB 380/1192 KB 212/562 KB 229/439 KB 960/1210 KB 29/256 KB 380/1192 KB 212/562 KB 233/439 KB 960/1210 KB 29/256 KB 380/1192 KB 212/562 KB 237/439 KB 960/1210 KB 21/256 KB 372/1192 KB 212/562 KB 221/439 KB 960/1210 KB 29/256 KB 380/1192 KB 216/562 KB 237/439 KB 960/1210 KB 29/256 KB 380/1192 KB 220/562 KB 237/439 KB 960/1210 KB 29/256 KB 380/1192 KB 224/562 KB 237/439 KB 960/1210 KB 29/256 KB 380/1192 KB 212/562 KB 225/439 KB 960/1210 KB 32/256 KB 380/1192 KB 224/562 KB 237/439 KB 960/1210 KB 32/256 KB 380/1192 KB 224/562 KB 241/439 KB 960/1210 KB 36/256 KB 384/1192 KB 228/562 KB 245/439 KB 964/1210 KB 36/256 KB 384/1192 KB 228/562 KB 249/439 KB 964/1210 KB 36/256 KB 384/1192 KB 228/562 KB 253/439 KB 964/1210 KB 36/256 KB 384/1192 KB 228/562 KB 241/439 KB 964/1210 KB 36/256 KB 384/1192 KB 228/562 KB 241/439 KB 960/1210 KB 32/256 KB 384/ unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 1192 KB 228/562 KB 241/439 KB 960/1210 KB 36/256 KB 384/1192 KB 232/562 KB 253/439 KB 964/1210 KB 32/256 KB 384/1192 KB 224/562 KB 241/439 KB 960/1210 KB 40/256 KB 388/1192 KB 232/562 KB 253/439 KB 968/1210 KB 40/256 KB 384/1192 KB 232/562 KB 253/439 KB 968/1210 KB 40/256 KB 384/1192 KB 232/562 KB 253/439 KB 964/1210 KB 40/256 KB 388/1192 KB 236/562 KB 253/439 KB 972/1210 KB 44/256 KB 388/1192 KB 236/562 KB 253/439 KB 976/1210 KB 40/256 KB 388/1192 KB 236/562 KB 253/439 KB 968/1210 KB 44/256 KB 388/1192 KB 236/562 KB 253/439 KB 972/1210 KB 44/256 KB 388/1192 KB 240/562 KB 253/439 KB 976/1210 KB 48/256 KB 388/1192 KB 240/562 KB 253/439 KB 976/1210 KB 48/256 KB 392/1192 KB 240/562 KB 253/439 KB 976/1210 KB 48/256 KB 396/1192 KB 244/562 KB 253/439 KB 976/1210 KB 52/256 KB 400/1192 KB 244/562 KB 253/439 KB 976/1210 KB 52/256 KB 404/1192 KB 244/562 KB 253/439 KB 976/1210 KB 52/256 KB 408/1192 KB 244/562 KB 257/439 KB 980/1210 KB 52/256 KB 412/1192 KB 244/562 KB 257/439 KB 980/1210 KB 48/256 KB 392/1192 KB 244/562 KB 253/439 KB 976/1210 KB 52/256 KB 404/1192 KB 244/562 KB 257/439 KB 980/1210 KB 52/256 KB 404/1192 KB 244/562 KB 257/439 KB 976/1210 KB 52/256 KB 396/1192 KB 244/562 KB 253/439 KB 976/1210 KB 52/256 KB 416/1192 KB 244/562 KB 261/439 KB 980/1210 KB 52/256 KB 416/1192 KB 244/562 KB 261/439 KB 984/1210 KB 56/256 KB 416/1192 KB 244/562 KB 261/439 KB 984/1210 KB 60/256 KB 416/1192 KB 244/562 KB 265/439 KB 984/1210 KB 56/256 KB 416/1192 KB 244/562 KB 265/439 KB 984/1210 KB 60/256 KB 416/1192 KB 248/562 KB 265/439 KB 988/1210 KB 60/256 KB 416/1192 KB 248/562 KB 265/439 KB 984/1210 KB 60/256 KB 416/1192 KB 252/562 KB 265/439 KB 988/1210 KB 64/256 KB 416/1192 KB 256/562 KB 269/439 KB 992/1210 KB 64/256 KB 416/1192 KB 252/562 KB 269/439 KB 992/1210 KB 60/256 KB 416/1192 KB 252/562 KB 269/439 KB 992/1210 KB 60/256 KB 416/1192 KB 252/562 KB 269/439 KB 988/1210 KB 68/256 KB 416/1192 KB 256/562 KB 269/439 KB 992/1210 KB 72/256 KB 416/1192 KB 260/562 KB 269/439 KB 996/1210 KB 76/256 KB 416/1192 KB 260/562 KB 273/439 KB 996/1210 KB 68/256 KB 416/1192 KB 260/562 KB 269/439 KB 996/1210 KB 52/256 KB 416/1192 KB 244/562 KB 257/439 KB 980/1210 KB 76/256 KB 420/1192 KB 260/562 KB 273/439 KB 996/1210 KB 68/256 KB 416/1192 KB 260/562 KB 269/439 KB 992/1210 KB 80/256 KB 420/1192 KB 264/562 KB 273/439 KB 1000/1210 KB 80/256 KB 420/1192 KB 260/562 KB 273/439 KB 1000/1210 KB 76/256 KB 420/1192 KB 260/562 KB 273/439 KB 1000/1210 KB 72/256 KB 416/1192 KB 260/562 KB 273/439 KB 996/1210 KB 80/256 KB 420/1192 KB 268/562 KB 277/439 KB 1000/1210 KB 80/256 KB 420/1192 KB 268/562 KB 277/439 KB 1004/1210 KB 80/256 KB 420/1192 KB 268/562 KB 281/439 KB 1008/1210 KB 80/256 KB 420/1192 KB 268/562 KB 273/439 KB 1000/1210 KB 80/256 KB 420/1192 KB 268/562 KB 281/439 KB 1004/1210 KB 80/256 KB 420/1192 KB 268/562 KB 285/439 KB 1008/1210 KB 80/256 KB 424/1192 KB 268/562 KB 285/439 KB 1008/1210 KB 80/256 KB 428/1192 KB 268/562 KB 285/439 KB 1008/1210 KB 80/256 KB 432/1192 KB 272/562 KB 289/439 KB 1008/1210 KB 80/256 KB 436/1192 KB 272/562 KB 289/439 KB 1008/1210 KB 84/256 KB 440/1192 KB 272/562 KB 289/439 KB 1012/1210 KB 80/256 KB 428/1192 KB 272/562 KB 289/439 KB 1008/1210 KB 80/256 KB 428/1192 KB 272/562 KB 285/439 KB 1008/1210 KB 84/256 KB 440/1192 KB 276/562 KB 289/439 KB 1012/1210 KB 84/256 KB 440/1192 KB 280/562 KB 289/439 KB 1012/1210 KB 84/256 KB 440/1192 KB 284/562 KB 289/439 KB 1012/1210 KB 84/256 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install KB 440/1192 KB 288/562 KB 293/439 KB 1012/1210 KB 84/256 KB 436/1192 KB 272/562 KB 289/439 KB 1012/1210 KB 88/256 KB 444/1192 KB 288/562 KB 293/439 KB 1012/1210 KB 92/256 KB 444/1192 KB 288/562 KB 293/439 KB 1012/1210 KB 96/256 KB 444/1192 KB 288/562 KB 293/439 KB 1012/1210 KB 80/256 KB 436/1192 KB 272/562 KB 289/439 KB 1012/1210 KB 96/256 KB 444/1192 KB 288/562 KB 293/439 KB 1016/1210 KB 96/256 KB 444/1192 KB 288/562 KB 293/439 KB 1020/1210 KB 96/256 KB 444/1192 KB 288/562 KB 293/439 KB 1024/1210 KB 84/256 KB 444/1192 KB 288/562 KB 293/439 KB 1012/1210 KB 96/256 KB 448/1192 KB 288/562 KB 293/439 KB 1024/1210 KB 84/256 KB 440/1192 KB 284/562 KB 293/439 KB 1012/1210 KB 100/256 KB 448/1192 KB 288/562 KB 297/439 KB 1028/1210 KB 100/256 KB 448/1192 KB 288/562 KB 301/439 KB 1028/1210 KB 100/256 KB 452/1192 KB 288/562 KB 301/439 KB 1028/1210 KB 100/256 KB 456/1192 KB 292/562 KB 305/439 KB 1028/1210 KB 100/256 KB 460/1192 KB 292/562 KB 305/439 KB 1028/1210 KB 100/256 KB 464/1192 KB 292/562 KB 305/439 KB 1028/1210 KB 100/256 KB 448/1192 KB 288/562 KB 293/439 KB 1028/1210 KB 100/256 KB 448/1192 KB 288/562 KB 293/439 KB 1024/1210 KB 104/256 KB 464/1192 KB 292/562 KB 305/439 KB 1028/1210 KB 108/256 KB 464/1192 KB 292/562 KB 305/439 KB 1028/1210 KB 108/256 KB 464/1192 KB 292/562 KB 305/439 KB 1032/1210 KB 112/256 KB 464/1192 KB 292/562 KB 305/439 KB 1036/1210 KB 112/256 KB 464/1192 KB 292/562 KB 305/439 KB 1040/1210 KB 100/256 KB 452/1192 KB 292/562 KB 305/439 KB 1028/1210 KB 100/256 KB 452/1192 KB 292/562 KB 301/439 KB 1028/1210 KB 112/256 KB 464/1192 KB 296/562 KB 305/439 KB 1040/1210 KB 112/256 KB 464/1192 KB 292/562 KB 305/439 KB 1032/1210 KB 112/256 KB 464/1192 KB 300/562 KB 305/439 KB 1040/1210 KB 112/256 KB 464/1192 KB 300/562 KB 309/439 KB 1040/1210 KB 112/256 KB 464/1192 KB 304/562 KB 309/439 KB 1040/1210 KB 112/256 KB 464/1192 KB 304/562 KB 313/439 KB 1040/1210 KB 112/256 KB 464/1192 KB 304/562 KB 317/439 KB 1040/1210 KB 112/256 KB 464/1192 KB 304/562 KB 321/439 KB 1040/1210 KB 116/256 KB 468/1192 KB 308/562 KB 325/439 KB 1044/1210 KB 116/256 KB 468/1192 KB 308/562 KB 329/439 KB 1044/1210 KB 116/256 KB 468/1192 KB 308/562 KB 333/439 KB 1044/1210 KB 116/256 KB 468/1192 KB 308/562 KB 321/439 KB 1044/1210 KB 120/256 KB 468/1192 KB 308/562 KB 333/439 KB 1044/1210 KB 124/256 KB 468/1192 KB 308/562 KB 333/439 KB 1044/1210 KB 128/256 KB 468/1192 KB 308/562 KB 333/439 KB 1044/1210 KB 112/256 KB 468/1192 KB 308/562 KB 321/439 KB 1044/1210 KB 112/256 KB 464/1192 KB 308/562 KB 321/439 KB 1044/1210 KB 112/256 KB 464/1192 KB 304/562 KB 321/439 KB 1044/1210 KB 128/256 KB 468/1192 KB 308/562 KB 333/439 KB 1048/1210 KB 128/256 KB 468/1192 KB 312/562 KB 333/439 KB 1048/1210 KB 128/256 KB 468/1192 KB 312/562 KB 333/439 KB 1052/1210 KB 128/256 KB 472/1192 KB 316/562 KB 333/439 KB 1056/1210 KB 128/256 KB 472/1192 KB 316/562 KB 333/439 KB 1052/1210 KB 128/256 KB 472/1192 KB 320/562 KB 333/439 KB 1056/1210 KB 128/256 KB 472/1192 KB 312/562 KB 333/439 KB 1052/1210 KB 128/256 KB 476/1192 KB 320/562 KB 333/439 KB 1056/1210 KB 128/256 KB 480/1192 KB 320/562 KB 333/439 KB 1056/1210 KB 128/256 KB 484/1192 KB 320/562 KB 333/439 KB 1056/1210 KB 132/256 KB 488/1192 KB 324/562 KB 337/439 KB 1060/1210 KB 132/256 KB 492/1192 KB 324/562 KB 337/439 KB 1060/1210 KB 132/256 KB 496/1192 KB 324/562 KB 337/439 KB 1060/1210 KB 132/256 KB 484/1192 KB 324/562 KB 337/439 KB 1060/1210 KB 132/256 KB 484/1192 KB 324/562 KB 337 unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install /439 KB 1056/1210 KB 136/256 KB 496/1192 KB 324/562 KB 337/439 KB 1060/1210 KB 128/256 KB 484/1192 KB 324/562 KB 333/439 KB 1056/1210 KB 140/256 KB 496/1192 KB 328/562 KB 337/439 KB 1060/1210 KB 128/256 KB 484/1192 KB 324/562 KB 337/439 KB 1056/1210 KB 140/256 KB 496/1192 KB 328/562 KB 341/439 KB 1064/1210 KB 140/256 KB 496/1192 KB 332/562 KB 345/439 KB 1064/1210 KB 140/256 KB 496/1192 KB 332/562 KB 349/439 KB 1064/1210 KB 140/256 KB 496/1192 KB 324/562 KB 337/439 KB 1064/1210 KB 140/256 KB 496/1192 KB 328/562 KB 337/439 KB 1064/1210 KB 144/256 KB 496/1192 KB 332/562 KB 349/439 KB 1064/1210 KB 140/256 KB 496/1192 KB 332/562 KB 341/439 KB 1064/1210 KB 144/256 KB 496/1192 KB 332/562 KB 349/439 KB 1068/1210 KB 144/256 KB 496/1192 KB 336/562 KB 349/439 KB 1068/1210 KB 144/256 KB 496/1192 KB 336/562 KB 349/439 KB 1072/1210 KB 144/256 KB 496/1192 KB 336/562 KB 349/439 KB 1076/1210 KB 148/256 KB 500/1192 KB 340/562 KB 353/439 KB 1080/1210 KB 148/256 KB 500/1192 KB 340/562 KB 353/439 KB 1084/1210 KB 148/256 KB 500/1192 KB 340/562 KB 353/439 KB 1088/1210 KB 148/256 KB 500/1192 KB 340/562 KB 353/439 KB 1076/1210 KB 148/256 KB 496/1192 KB 340/562 KB 353/439 KB 1076/1210 KB 152/256 KB 500/1192 KB 340/562 KB 353/439 KB 1088/1210 KB 144/256 KB 496/1192 KB 340/562 KB 349/439 KB 1076/1210 KB 156/256 KB 500/1192 KB 340/562 KB 353/439 KB 1088/1210 KB 144/256 KB 496/1192 KB 340/562 KB 353/439 KB 1076/1210 KB 156/256 KB 500/1192 KB 344/562 KB 353/439 KB 1088/1210 KB 160/256 KB 504/1192 KB 348/562 KB 353/439 KB 1088/1210 KB 160/256 KB 504/1192 KB 344/562 KB 353/439 KB 1088/1210 KB 160/256 KB 504/1192 KB 348/562 KB 357/439 KB 1088/1210 KB 160/256 KB 504/1192 KB 348/562 KB 357/439 KB 1088/1210 KB 160/256 KB 508/1192 KB 348/562 KB 357/439 KB 1088/1210 KB 160/256 KB 512/1192 KB 348/562 KB 361/439 KB 1088/1210 KB 160/256 KB 508/1192 KB 348/562 KB 361/439 KB 1088/1210 KB 160/256 KB 512/1192 KB 352/562 KB 361/439 KB 1088/1210 KB 160/256 KB 512/1192 KB 352/562 KB 365/439 KB 1088/1210 KB 160/256 KB 512/1192 KB 352/562 KB 369/439 KB 1088/1210 KB 164/256 KB 516/1192 KB 356/562 KB 373/439 KB 1092/1210 KB 164/256 KB 516/1192 KB 356/562 KB 369/439 KB 1092/1210 KB 164/256 KB 512/1192 KB 356/562 KB 369/439 KB 1092/1210 KB 164/256 KB 512/1192 KB 356/562 KB 369/439 KB 1088/1210 KB 164/256 KB 512/1192 KB 352/562 KB 369/439 KB 1088/1210 KB 168/256 KB 516/1192 KB 356/562 KB 373/439 KB 1092/1210 KB 172/256 KB 516/1192 KB 356/562 KB 373/439 KB 1092/1210 KB 172/256 KB 516/1192 KB 360/562 KB 373/439 KB 1096/1210 KB 172/256 KB 520/1192 KB 360/562 KB 373/439 KB 1100/1210 KB 172/256 KB 516/1192 KB 360/562 KB 373/439 KB 1092/1210 KB 176/256 KB 520/1192 KB 360/562 KB 373/439 KB 1100/1210 KB 172/256 KB 520/1192 KB 360/562 KB 373/439 KB 1096/1210 KB 176/256 KB 520/1192 KB 364/562 KB 373/439 KB 1100/1210 KB 176/256 KB 524/1192 KB 364/562 KB 377/439 KB 1100/1210 KB 176/256 KB 524/1192 KB 364/562 KB 373/439 KB 1100/1210 KB 176/256 KB 524/1192 KB 368/562 KB 377/439 KB 1104/1210 KB 176/256 KB 524/1192 KB 364/562 KB 377/439 KB 1104/1210 KB 176/256 KB 528/1192 KB 368/562 KB 381/439 KB 1104/1210 KB 176/256 KB 524/1192 KB 368/562 KB 381/439 KB 1104/1210 KB 180/256 KB 528/1192 KB 368/562 KB 381/439 KB 1104/1210 KB 184/256 KB 532/1192 KB 372/562 KB 385/439 KB 1108/1210 KB 188/256 KB 532/1192 KB 372/562 KB 385/439 KB 1108/1210 KB 180/256 KB 532/1192 KB 372/562 KB 385/439 KB 1108/1210 KB 180/256 KB 532/1192 KB 372/562 KB 385/439 KB 1104/1210 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 188/256 KB 532/1192 KB 376/562 KB 385/439 KB 1108/1210 KB 188/256 KB 532/1192 KB 380/562 KB 385/439 KB 1112/1210 KB 192/256 KB 532/1192 KB 384/562 KB 385/439 KB 1112/1210 KB 180/256 KB 532/1192 KB 368/562 KB 385/439 KB 1104/1210 KB 180/256 KB 532/1192 KB 368/562 KB 381/439 KB 1104/1210 KB 192/256 KB 532/1192 KB 384/562 KB 389/439 KB 1112/1210 KB 192/256 KB 536/1192 KB 384/562 KB 393/439 KB 1112/1210 KB 192/256 KB 536/1192 KB 384/562 KB 397/439 KB 1112/1210 KB 192/256 KB 532/1192 KB 380/562 KB 385/439 KB 1112/1210 KB 188/256 KB 532/1192 KB 376/562 KB 385/439 KB 1112/1210 KB 192/256 KB 536/1192 KB 384/562 KB 389/439 KB 1112/1210 KB 192/256 KB 536/1192 KB 384/562 KB 397/439 KB 1116/1210 KB 192/256 KB 540/1192 KB 384/562 KB 397/439 KB 1116/1210 KB 192/256 KB 544/1192 KB 384/562 KB 397/439 KB 1116/1210 KB 192/256 KB 548/1192 KB 384/562 KB 397/439 KB 1120/1210 KB 196/256 KB 552/1192 KB 388/562 KB 401/439 KB 1120/1210 KB 196/256 KB 556/1192 KB 388/562 KB 401/439 KB 1120/1210 KB 196/256 KB 560/1192 KB 388/562 KB 401/439 KB 1120/1210 KB 192/256 KB 544/1192 KB 384/562 KB 397/439 KB 1120/1210 KB 196/256 KB 560/1192 KB 388/562 KB 401/439 KB 1124/1210 KB 196/256 KB 560/1192 KB 388/562 KB 401/439 KB 1128/1210 KB 196/256 KB 560/1192 KB 388/562 KB 401/439 KB 1132/1210 KB 196/256 KB 560/1192 KB 388/562 KB 401/439 KB 1136/1210 KB 196/256 KB 548/1192 KB 388/562 KB 401/439 KB 1120/1210 KB 196/256 KB 548/1192 KB 388/562 KB 397/439 KB 1120/1210 KB 192/256 KB 548/1192 KB 388/562 KB 397/439 KB 1120/1210 KB 200/256 KB 560/1192 KB 388/562 KB 401/439 KB 1136/1210 KB 200/256 KB 560/1192 KB 392/562 KB 401/439 KB 1136/1210 KB 204/256 KB 560/1192 KB 392/562 KB 401/439 KB 1136/1210 KB 208/256 KB 560/1192 KB 396/562 KB 401/439 KB 1136/1210 KB 204/256 KB 560/1192 KB 396/562 KB 401/439 KB 1136/1210 KB 208/256 KB 560/1192 KB 396/562 KB 405/439 KB 1136/1210 KB 208/256 KB 560/1192 KB 396/562 KB 409/439 KB 1136/1210 KB 208/256 KB 560/1192 KB 400/562 KB 409/439 KB 1136/1210 KB 208/256 KB 560/1192 KB 400/562 KB 413/439 KB 1136/1210 KB 208/256 KB 564/1192 KB 400/562 KB 413/439 KB 1136/1210 KB 212/256 KB 568/1192 KB 404/562 KB 417/439 KB 1140/1210 KB 212/256 KB 572/1192 KB 404/562 KB 417/439 KB 1140/1210 KB 212/256 KB 576/1192 KB 404/562 KB 417/439 KB 1140/1210 KB 212/256 KB 564/1192 KB 404/562 KB 417/439 KB 1140/1210 KB 212/256 KB 564/1192 KB 404/562 KB 417/439 KB 1136/1210 KB 212/256 KB 564/1192 KB 400/562 KB 417/439 KB 1136/1210 KB 212/256 KB 564/1192 KB 400/562 KB 413/439 KB 1136/1210 KB 216/256 KB 576/1192 KB 404/562 KB 417/439 KB 1140/1210 KB 216/256 KB 576/1192 KB 408/562 KB 417/439 KB 1140/1210 KB 220/256 KB 576/1192 KB 408/562 KB 417/439 KB 1140/1210 KB 224/256 KB 576/1192 KB 408/562 KB 421/439 KB 1144/1210 KB 220/256 KB 576/1192 KB 408/562 KB 421/439 KB 1144/1210 KB 220/256 KB 576/1192 KB 408/562 KB 421/439 KB 1140/1210 KB 224/256 KB 576/1192 KB 412/562 KB 421/439 KB 1144/1210 KB 224/256 KB 576/1192 KB 412/562 KB 425/439 KB 1144/1210 KB 224/256 KB 576/1192 KB 412/562 KB 425/439 KB 1148/1210 KB 224/256 KB 576/1192 KB 416/562 KB 425/439 KB 1148/1210 KB 224/256 KB 576/1192 KB 416/562 KB 425/439 KB 1152/1210 KB 224/256 KB 576/1192 KB 416/562 KB 429/439 KB 1156/1210 KB 228/256 KB 580/1192 KB 420/562 KB 429/439 KB 1160/1210 KB 228/256 KB 580/1192 KB 420/562 KB 429/439 KB 1164/1210 KB 228/256 KB 580/1192 KB 420/562 KB 429/439 KB 1168/1210 KB 224/256 KB 576/1192 KB 416/562 KB 429/439 KB 1152/1210 KB 228/256 KB 580/1192 KB unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 420/562 KB 433/439 KB 1168/1210 KB 228/256 KB 580/1192 KB 420/562 KB 437/439 KB 1168/1210 KB 228/256 KB 580/1192 KB 420/562 KB 429/439 KB 1156/1210 KB 232/256 KB 580/1192 KB 420/562 KB 437/439 KB 1168/1210 KB 236/256 KB 580/1192 KB 420/562 KB 437/439 KB 1168/1210 KB 224/256 KB 580/1192 KB 420/562 KB 429/439 KB 1156/1210 KB 224/256 KB 580/1192 KB 416/562 KB 429/439 KB 1156/1210 KB 236/256 KB 584/1192 KB 420/562 KB 439/439 KB 1168/1210 KB 236/256 KB 588/1192 KB 424/562 KB 439/439 KB 1168/1210 KB 236/256 KB 580/1192 KB 420/562 KB 439/439 KB 1168/1210 KB 240/256 KB 592/1192 KB 424/562 KB 439/439 KB 1168/1210 KB 240/256 KB 588/1192 KB 424/562 KB 439/439 KB 1168/1210 KB 236/256 KB 584/1192 KB 424/562 KB 439/439 KB 1168/1210 KB 240/256 KB 592/1192 KB 428/562 KB 439/439 KB 1168/1210 KB 240/256 KB 592/1192 KB 432/562 KB 439/439 KB 1168/1210 KB 240/256 KB 592/1192 KB 436/562 KB 439/439 KB 1168/1210 KB 244/256 KB 596/1192 KB 440/562 KB 439/439 KB 1172/1210 KB 244/256 KB 596/1192 KB 444/562 KB 439/439 KB 1172/1210 KB 244/256 KB 596/1192 KB 436/562 KB 439/439 KB 1172/1210 KB 244/256 KB 596/1192 KB 436/562 KB 439/439 KB 1168/1210 KB 244/256 KB 592/1192 KB 436/562 KB 439/439 KB 1168/1210 KB 244/256 KB 600/1192 KB 444/562 KB 439/439 KB 1172/1210 KB 248/256 KB 600/1192 KB 444/562 KB 439/439 KB 1172/1210 KB 248/256 KB 604/1192 KB 444/562 KB 439/439 KB 1172/1210 KB 248/256 KB 604/1192 KB 444/562 KB 439/439 KB 1176/1210 KB 252/256 KB 604/1192 KB 444/562 KB 439/439 KB 1176/1210 KB 252/256 KB 608/1192 KB 444/562 KB 439/439 KB 1176/1210 KB 256/256 KB 608/1192 KB 444/562 KB 439/439 KB 1180/1210 KB 252/256 KB 608/1192 KB 444/562 KB 439/439 KB 1180/1210 KB 256/256 KB 608/1192 KB 448/562 KB 439/439 KB 1180/1210 KB 256/256 KB 608/1192 KB 448/562 KB 439/439 KB 1180/1210 KB 256/256 KB 608/1192 KB 448/562 KB 439/439 KB 1184/1210 KB 256/256 KB 608/1192 KB 448/562 KB 439/439 KB 1188/1210 KB 256/256 KB 612/1192 KB 452/562 KB 439/439 KB 1192/1210 KB 256/256 KB 612/1192 KB 452/562 KB 439/439 KB 1196/1210 KB 256/256 KB 612/1192 KB 452/562 KB 439/439 KB 1200/1210 KB 256/256 KB 612/1192 KB 452/562 KB 439/439 KB 1188/1210 KB 256/256 KB 612/1192 KB 448/562 KB 439/439 KB 1188/1210 KB 256/256 KB 612/1192 KB 456/562 KB 439/439 KB 1200/1210 KB 256/256 KB 616/1192 KB 460/562 KB 439/439 KB 1200/1210 KB 256/256 KB 616/1192 KB 464/562 KB 439/439 KB 1200/1210 KB 256/256 KB 616/1192 KB 456/562 KB 439/439 KB 1200/1210 KB 256/256 KB 620/1192 KB 464/562 KB 439/439 KB 1200/1210 KB 256/256 KB 624/1192 KB 464/562 KB 439/439 KB 1200/1210 KB 256/256 KB 624/1192 KB 468/562 KB 439/439 KB 1200/1210 KB 628/1192 KB 472/562 KB 1204/1210 KB 628/1192 KB 476/562 KB 1204/1210 KB 628/1192 KB 480/562 KB 1204/1210 KB 628/1192 KB 468/562 KB 1204/1210 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 175.6 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 628/1192 KB 468/562 KB 1200/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 301.3 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 628/1192 KB 480/562 KB 1208/1210 KB 628/1192 KB 480/562 KB 1210/1210 KB 632/1192 KB 480/562 KB 1210/1210 KB 636/1192 KB 480/562 KB 1210/1210 KB 636/1192 KB 484/562 KB 1210/1210 KB 640/1192 KB 488/562 KB 1210/1210 KB 640/1192 KB 492/562 KB 1210/1210 KB 640/1192 KB 496/562 KB 1210/1210 KB 640/1192 KB 484/562 KB 1210/1210 KB 644/1192 KB 496/562 KB 1210/1210 KB 648/1192 KB 496/562 KB 1210/1210 KB 652/1192 KB 496/562 KB 1210/1210 KB 656/1192 KB 496/562 KB 1210/1210 KB 656/1192 KB 500/562 KB 1210/1210 KB 656/1192 KB 504/562 KB 1210/1210 KB 656/1192 KB 508/562 KB 1210/1210 KB 656/1192 KB 512/562 KB 1210/1210 KB 660/1192 KB 512/562 KB 1210/1210 KB 664/1192 KB 512/562 KB 1210/1210 KB 668/1192 KB 512/562 KB 1210/1210 KB 672/1192 KB 512/562 KB 1210/1210 KB 672/1192 KB 516/562 KB 1210/1210 KB 672/1192 KB 520/562 KB 1210/1210 KB 672/1192 KB 524/562 KB 1210/1210 KB 672/1192 KB 528/562 KB 1210/1210 KB 676/1192 KB 528/562 KB 1210/1210 KB 680/1192 KB 528/562 KB 1210/1210 KB 684/1192 KB 528/562 KB 1210/1210 KB 688/1192 KB 528/562 KB 1210/1210 KB 688/1192 KB 532/562 KB 1210/1210 KB 692/1192 KB 536/562 KB 692/1192 KB 536/562 KB 4/1118 KB 692/1192 KB 536/562 KB 8/1118 KB 692/1192 KB 536/562 KB 12/1118 KB 692/1192 KB 536/562 KB 16/1118 KB 692/1192 KB 536/562 KB 20/1118 KB 692/1192 KB 536/562 KB 24/1118 KB 692/1192 KB 536/562 KB 28/1118 KB 692/1192 KB 536/562 KB 32/1118 KB 692/1192 KB 536/562 KB 36/1118 KB 692/1192 KB 536/562 KB 40/1118 KB 692/1192 KB 540/562 KB 44/1118 KB 692/1192 KB 540/562 KB 48/1118 KB 692/1192 KB 532/562 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar (1210 KB at 824.0 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install 692/1192 KB 540/562 KB 40/1118 KB 692/1192 KB 544/562 KB 48/1118 KB 692/1192 KB 544/562 KB 4/140 KB 48/1118 KB 692/1192 KB 544/562 KB 8/140 KB 48/1118 KB 692/1192 KB 544/562 KB 12/140 KB 48/1118 KB 692/1192 KB 544/562 KB 16/140 KB 48/1118 KB 692/1192 KB 544/562 KB 20/140 KB 48/1118 KB 692/1192 KB 544/562 KB 24/140 KB 48/1118 KB 692/1192 KB 544/562 KB 28/140 KB 48/1118 KB 692/1192 KB 544/562 KB 32/140 KB 48/1118 KB 696/1192 KB 544/562 KB 32/140 KB 48/1118 KB 700/1192 KB 544/562 KB 36/140 KB 48/1118 KB 704/1192 KB 544/562 KB 36/140 KB 48/1118 KB 708/1192 KB 544/562 KB 36/140 KB 48/1118 KB 712/1192 KB 548/562 KB 36/140 KB 52/1118 KB 696/1192 KB 544/562 KB 36/140 KB 48/1118 KB 712/1192 KB 548/562 KB 40/140 KB 52/1118 KB 712/1192 KB 548/562 KB 44/140 KB 52/1118 KB 712/1192 KB 548/562 KB 48/140 KB 52/1118 KB 712/1192 KB 548/562 KB 52/140 KB 52/1118 KB 708/1192 KB 548/562 KB 36/140 KB 52/1118 KB 708/1192 KB 548/562 KB 36/140 KB 48/1118 KB 712/1192 KB 552/562 KB 52/140 KB 52/1118 KB 712/1192 KB 552/562 KB 52/140 KB 56/1118 KB 712/1192 KB 556/562 KB 56/140 KB 56/1118 KB 712/1192 KB 556/562 KB 52/140 KB 56/1118 KB 712/1192 KB 560/562 KB 56/140 KB 56/1118 KB 712/1192 KB 560/562 KB 60/140 KB 60/1118 KB 712/1192 KB 560/562 KB 60/140 KB 56/1118 KB 712/1192 KB 560/562 KB 60/140 KB 64/1118 KB 716/1192 KB 560/562 KB 64/140 KB 64/1118 KB 712/1192 KB 560/562 KB 64/140 KB 64/1118 KB 716/1192 KB 562/562 KB 64/140 KB 64/1118 KB 720/1192 KB 562/562 KB 64/140 KB 64/1118 KB 720/1192 KB 562/562 KB 68/140 KB 64/1118 KB 724/1192 KB 562/562 KB 72/140 KB 68/1118 KB 724/1192 KB 562/562 KB 68/140 KB 68/1118 KB 724/1192 KB 562/562 KB 68/140 KB 64/1118 KB 728/1192 KB 562/562 KB 72/140 KB 68/1118 KB 732/1192 KB 562/562 KB 76/140 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 3/1461 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 5/1461 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 8/1461 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 11/1461 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 13/1461 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 16/1461 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 19/1461 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 21/1461 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 24/1461 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 27/1461 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 29/1461 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 32/1461 KB 72/1118 KB 728/1192 KB 562/562 KB 76/140 KB 68/1118 KB 728/1192 KB 562/562 KB 76/140 KB 72/1118 KB 736/1192 KB 562/562 KB 76/140 KB 32/1461 KB 76/1118 KB 736/1192 KB 562/562 KB 80/140 KB 32/1461 KB 76/1118 KB 736/1192 KB 562/562 KB 80/140 KB 32/1461 KB 80/1118 KB 736/1192 KB 562/562 KB 80/140 KB 36/1461 KB 80/1118 KB 736/1192 KB 562/562 KB 84/140 KB 40/1461 KB 80/1118 KB 740/1192 KB 84/140 KB 44/1461 KB 80/1118 KB 740/1192 KB 84/140 KB 48/1461 KB 80/1118 KB 740/1192 KB 84/140 KB 52/1461 KB 80/1118 KB 740/1192 KB 84/140 KB 56/1461 KB 84/1118 KB 740/1192 KB 84/140 KB 60/1461 KB 84/1118 KB 740/1192 KB 84/140 KB 64/1461 KB 84/1118 KB 736/1192 KB 562/562 KB 84/140 KB 36/1461 KB 80/1118 KB 740/1192 KB 88/140 KB 64/1461 KB 84/1118 KB 740/1192 KB 84/140 KB 52/1461 KB 84/1118 KB 740/1192 KB 84/140 KB 40/1461 KB 80/1118 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install -collections-3.2.1.jar (562 KB at 377.9 KB/sec) unit-abot-epc-basic-0: 00:10:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 744/1192 KB 88/140 KB 64/1461 KB 84/1118 KB 744/1192 KB 88/140 KB 64/1461 KB 88/1118 KB 744/1192 KB 92/140 KB 64/1461 KB 88/1118 KB 748/1192 KB 92/140 KB 64/1461 KB 92/1118 KB 748/1192 KB 92/140 KB 64/1461 KB 96/1118 KB 748/1192 KB 92/140 KB 64/1461 KB 88/1118 KB 752/1192 KB 96/140 KB 64/1461 KB 96/1118 KB 748/1192 KB 96/140 KB 64/1461 KB 96/1118 KB 752/1192 KB 96/140 KB 64/1461 KB 100/1118 KB 756/1192 KB 100/140 KB 68/1461 KB 104/1118 KB 756/1192 KB 100/140 KB 68/1461 KB 108/1118 KB 756/1192 KB 100/140 KB 68/1461 KB 112/1118 KB 756/1192 KB 100/140 KB 68/1461 KB 100/1118 KB 756/1192 KB 100/140 KB 64/1461 KB 100/1118 KB 752/1192 KB 100/140 KB 64/1461 KB 100/1118 KB 756/1192 KB 104/140 KB 68/1461 KB 112/1118 KB 760/1192 KB 104/140 KB 68/1461 KB 112/1118 KB 764/1192 KB 104/140 KB 68/1461 KB 112/1118 KB 768/1192 KB 108/140 KB 68/1461 KB 112/1118 KB 764/1192 KB 108/140 KB 68/1461 KB 112/1118 KB 768/1192 KB 112/140 KB 68/1461 KB 112/1118 KB 772/1192 KB 112/140 KB 68/1461 KB 112/1118 KB 776/1192 KB 116/140 KB 72/1461 KB 116/1118 KB 780/1192 KB 116/140 KB 72/1461 KB 116/1118 KB 784/1192 KB 116/140 KB 72/1461 KB 116/1118 KB 772/1192 KB 116/140 KB 72/1461 KB 116/1118 KB 772/1192 KB 116/140 KB 72/1461 KB 112/1118 KB 772/1192 KB 112/140 KB 72/1461 KB 112/1118 KB 784/1192 KB 116/140 KB 76/1461 KB 116/1118 KB 784/1192 KB 116/140 KB 80/1461 KB 116/1118 KB 784/1192 KB 120/140 KB 80/1461 KB 116/1118 KB 784/1192 KB 124/140 KB 80/1461 KB 116/1118 KB 784/1192 KB 128/140 KB 80/1461 KB 120/1118 KB 784/1192 KB 124/140 KB 80/1461 KB 120/1118 KB 784/1192 KB 128/140 KB 84/1461 KB 124/1118 KB 784/1192 KB 128/140 KB 84/1461 KB 128/1118 KB 784/1192 KB 128/140 KB 84/1461 KB 120/1118 KB 784/1192 KB 128/140 KB 88/1461 KB 4/37 KB 128/1118 KB 784/1192 KB 128/140 KB 92/1461 KB 4/37 KB 128/1118 KB 788/1192 KB 132/140 KB 96/1461 KB 4/37 KB 132/1118 KB 784/1192 KB 128/140 KB 84/1461 KB 4/37 KB 128/1118 KB 788/1192 KB 132/140 KB 96/1461 KB 8/37 KB 132/1118 KB 788/1192 KB 132/140 KB 96/1461 KB 12/37 KB 132/1118 KB 788/1192 KB 132/140 KB 96/1461 KB 16/37 KB 132/1118 KB 788/1192 KB 132/140 KB 96/1461 KB 20/37 KB 132/1118 KB 788/1192 KB 132/140 KB 96/1461 KB 24/37 KB 132/1118 KB 788/1192 KB 132/140 KB 96/1461 KB 28/37 KB 132/1118 KB 788/1192 KB 132/140 KB 96/1461 KB 32/37 KB 132/1118 KB 788/1192 KB 132/140 KB 92/1461 KB 4/37 KB 132/1118 KB 788/1192 KB 132/140 KB 96/1461 KB 32/37 KB 136/1118 KB 788/1192 KB 132/140 KB 92/1461 KB 4/37 KB 128/1118 KB 792/1192 KB 132/140 KB 96/1461 KB 32/37 KB 136/1118 KB 784/1192 KB 132/140 KB 92/1461 KB 4/37 KB 128/1118 KB 792/1192 KB 136/140 KB 96/1461 KB 32/37 KB 136/1118 KB 792/1192 KB 140/140 KB 96/1461 KB 32/37 KB 136/1118 KB 796/1192 KB 140/140 KB 96/1461 KB 32/37 KB 136/1118 KB 800/1192 KB 140/140 KB 96/1461 KB 32/37 KB 136/1118 KB 804/1192 KB 140/140 KB 96/1461 KB 36/37 KB 140/1118 KB 800/1192 KB 140/140 KB 96/1461 KB 36/37 KB 140/1118 KB 808/1192 KB 140/140 KB 100/1461 KB 36/37 KB 144/1118 KB 800/1192 KB 140/140 KB 96/1461 KB 36/37 KB 136/1118 KB 800/1192 KB 140/140 KB 96/1461 KB 32/37 KB 136/1118 KB 808/1192 KB 140/140 KB 100/1461 KB 37/37 KB 144/1118 KB 804/1192 KB 140/140 KB 100/1461 KB 36/37 KB 140/1118 KB 808/1192 KB 140/140 KB 104/1461 KB 37/37 KB 144/1118 KB 808/1192 KB 140/140 KB 108/1461 KB 37/37 KB 144/1118 KB 808/1192 KB 140/140 KB 112/1461 KB 37/37 KB 148/1118 KB 808/1192 KB 140/140 KB 108/1461 KB 37/37 KB 148/1118 KB 812/1192 KB 140/140 KB 112/14 unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 61 KB 37/37 KB 148/1118 KB 816/1192 KB 140/140 KB 112/1461 KB 37/37 KB 148/1118 KB 808/1192 KB 140/140 KB 108/1461 KB 37/37 KB 148/1118 KB 816/1192 KB 140/140 KB 112/1461 KB 37/37 KB 152/1118 KB 816/1192 KB 140/140 KB 112/1461 KB 37/37 KB 156/1118 KB 816/1192 KB 140/140 KB 116/1461 KB 37/37 KB 160/1118 KB 816/1192 KB 140/140 KB 116/1461 KB 37/37 KB 156/1118 KB 816/1192 KB 140/140 KB 120/1461 KB 37/37 KB 160/1118 KB 816/1192 KB 140/140 KB 124/1461 KB 37/37 KB 160/1118 KB 816/1192 KB 140/140 KB 128/1461 KB 37/37 KB 160/1118 KB 816/1192 KB 140/140 KB 132/1461 KB 37/37 KB 160/1118 KB 820/1192 KB 140/140 KB 136/1461 KB 37/37 KB 164/1118 KB 820/1192 KB 140/140 KB 132/1461 KB 37/37 KB 164/1118 KB 820/1192 KB 140/140 KB 132/1461 KB 37/37 KB 160/1118 KB 824/1192 KB 140/140 KB 136/1461 KB 37/37 KB 164/1118 KB 828/1192 KB 140/140 KB 136/1461 KB 37/37 KB 164/1118 KB 828/1192 KB 140/140 KB 136/1461 KB 37/37 KB 168/1118 KB 832/1192 KB 140/140 KB 136/1461 KB 37/37 KB 172/1118 KB 832/1192 KB 140/140 KB 136/1461 KB 37/37 KB 176/1118 KB 832/1192 KB 140/140 KB 136/1461 KB 37/37 KB 168/1118 KB 832/1192 KB 140/140 KB 140/1461 KB 37/37 KB 176/1118 KB 832/1192 KB 140/140 KB 144/1461 KB 176/1118 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar (37 KB at 24.3 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 836/1192 KB 140/140 KB 144/1461 KB 176/1118 KB 840/1192 KB 140/140 KB 144/1461 KB 180/1118 KB 844/1192 KB 140/140 KB 144/1461 KB 180/1118 KB 848/1192 KB 140/140 KB 144/1461 KB 180/1118 KB 836/1192 KB 140/140 KB 144/1461 KB 180/1118 KB 848/1192 KB 140/140 KB 144/1461 KB 184/1118 KB 848/1192 KB 140/140 KB 148/1461 KB 184/1118 KB 852/1192 KB 140/140 KB 152/1461 KB 188/1118 KB 852/1192 KB 140/140 KB 156/1461 KB 188/1118 KB 852/1192 KB 140/140 KB 160/1461 KB 188/1118 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 92.2 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 848/1192 KB 140/140 KB 148/1461 KB 188/1118 KB 852/1192 KB 160/1461 KB 192/1118 KB 852/1192 KB 164/1461 KB 192/1118 KB 852/1192 KB 168/1461 KB 196/1118 KB 852/1192 KB 172/1461 KB 196/1118 KB 852/1192 KB 140/140 KB 148/1461 KB 188/1118 KB 856/1192 KB 172/1461 KB 196/1118 KB 860/1192 KB 172/1461 KB 196/1118 KB 864/1192 KB 172/1461 KB 196/1118 KB 852/1192 KB 164/1461 KB 196/1118 KB 864/1192 KB 172/1461 KB 200/1118 KB 864/1192 KB 172/1461 KB 204/1118 KB 864/1192 KB 172/1461 KB 208/1118 KB 864/1192 KB 176/1461 KB 208/1118 KB 864/1192 KB 176/1461 KB 212/1118 KB 868/1192 KB 3/46 KB 180/1461 KB 212/1118 KB 868/1192 KB 6/46 KB 180/1461 KB 212/1118 KB 868/1192 KB 9/46 KB 180/1461 KB 212/1118 KB 868/1192 KB 11/46 KB 180/1461 KB 212/1118 KB 868/1192 KB 14/46 KB 180/1461 KB 212/1118 KB 868/1192 KB 16/46 KB 180/1461 KB 212/1118 KB 868/1192 KB 19/46 KB 180/1461 KB 212/1118 KB 868/1192 KB 22/46 KB 180/1461 KB 212/1118 KB 868/1192 KB 180/1461 KB 212/1118 KB 872/1192 KB 22/46 KB 180/1461 KB 212/1118 KB 872/1192 KB 25/46 KB 180/1461 KB 216/1118 KB 876/1192 KB 25/46 KB 180/1461 KB 220/1118 KB 864/1192 KB 180/1461 KB 212/1118 KB 876/1192 KB 25/46 KB 184/1461 KB 220/1118 KB 876/1192 KB 25/46 KB 188/1461 KB 220/1118 KB 876/1192 KB 25/46 KB 180/1461 KB 216/1118 KB 876/1192 KB 25/46 KB 188/1461 KB 4/287 KB 224/1118 KB 876/1192 KB 25/46 KB 188/1461 KB 8/287 KB 224/1118 KB 876/1192 KB 25/46 KB 188/1461 KB 12/287 KB 224/1118 KB 876/1192 KB 25/46 KB 188/1461 KB 16/287 KB 224/1118 KB 872/1192 KB 25/46 KB 180/1461 KB 216/1118 KB 876/1192 KB 27/46 KB 188/1461 KB 20/287 KB 224/1118 KB 876/1192 KB 25/46 KB 188/1461 KB 20/287 KB 224/1118 KB 880/1192 KB 27/46 KB 188/1461 KB 24/287 KB 224/1118 KB 880/1192 KB 27/46 KB 188/1461 KB 28/287 KB 224/1118 KB 880/1192 KB 27/46 KB 188/1461 KB 32/287 KB 224/1118 KB 880/1192 KB 27/46 KB 188/1461 KB 36/287 KB 224/1118 KB 880/1192 KB 27/46 KB 192/1461 KB 40/287 KB 224/1118 KB 880/1192 KB 27/46 KB 192/1461 KB 44/287 KB 224/1118 KB 880/1192 KB 30/46 KB 192/1461 KB 48/287 KB 224/1118 KB 876/1192 KB 25/46 KB 188/1461 KB 224/1118 KB 880/1192 KB 30/46 KB 192/1461 KB 44/287 KB 224/1118 KB 880/1192 KB 27/46 KB 192/1461 KB 36/287 KB 224/1118 KB 880/1192 KB 27/46 KB 188/1461 KB 20/287 KB 224/1118 KB 880/1192 KB 30/46 KB 196/1461 KB 48/287 KB 224/1118 KB 884/1192 KB 32/46 KB 200/1461 KB 52/287 KB 228/1118 KB 884/1192 KB 32/46 KB 204/1461 KB 52/287 KB 228/1118 KB 884/1192 KB 32/46 KB 196/1461 KB 52/287 KB 228/1118 KB 884/1192 KB 32/46 KB 196/1461 KB 48/287 KB 228/1118 KB 884/1192 KB 32/46 KB 196/1461 KB 48/287 KB 224/1118 KB 884/1192 KB 30/46 KB 196/1461 KB 48/287 KB 224/1118 KB 888/1192 KB 32/46 KB 204/1461 KB 52/287 KB 228/1118 KB 892/1192 KB 32/46 KB 204/1461 KB 52/287 KB 228/1118 KB 896/1192 KB 32/46 KB 204/1461 KB 52/287 KB 232/1118 KB 892/1192 KB 32/46 KB 204/1461 KB 52/287 KB 232/1118 KB 896/1192 KB 36/46 KB 204/1461 KB 52/287 KB 236/1118 KB 896/1192 KB 36/46 KB 204/1461 KB 52/287 KB 232/1118 KB 896/1192 KB 40/46 KB 204/1461 KB 52/287 KB 240/1118 KB 896/1192 KB 44/46 KB 208/1461 KB 52/287 KB 240/1118 KB 896/1192 KB 46/46 KB 208/1461 KB 56/287 KB 240/1118 KB 896/1192 KB 36/46 KB 204/1461 KB 52/287 KB 240/1118 KB 896/1192 KB 44/46 KB 208/1461 KB 56/287 KB 240/1118 KB 896/1192 KB 40/46 KB 208/1461 KB 52/287 KB 240/1118 KB 896/1192 KB 46/46 KB 208/1461 KB 60/287 KB 240/1118 KB 896/1192 KB 46/46 KB 208/1461 KB 64/287 KB 240/1118 KB 896/1192 KB 46/46 KB unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 212/1461 KB 68/287 KB 240/1118 KB 900/1192 KB 46/46 KB 212/1461 KB 72/287 KB 244/1118 KB 900/1192 KB 46/46 KB 212/1461 KB 76/287 KB 244/1118 KB 900/1192 KB 46/46 KB 212/1461 KB 80/287 KB 244/1118 KB 896/1192 KB 46/46 KB 212/1461 KB 64/287 KB 240/1118 KB 900/1192 KB 46/46 KB 212/1461 KB 68/287 KB 244/1118 KB 900/1192 KB 46/46 KB 212/1461 KB 68/287 KB 240/1118 KB 904/1192 KB 46/46 KB 212/1461 KB 80/287 KB 244/1118 KB 908/1192 KB 46/46 KB 212/1461 KB 80/287 KB 244/1118 KB 912/1192 KB 46/46 KB 212/1461 KB 80/287 KB 244/1118 KB 912/1192 KB 46/46 KB 216/1461 KB 80/287 KB 244/1118 KB 912/1192 KB 46/46 KB 220/1461 KB 80/287 KB 248/1118 KB 912/1192 KB 46/46 KB 224/1461 KB 80/287 KB 248/1118 KB 912/1192 KB 46/46 KB 216/1461 KB 80/287 KB 248/1118 KB 912/1192 KB 46/46 KB 224/1461 KB 80/287 KB 252/1118 KB 912/1192 KB 46/46 KB 224/1461 KB 80/287 KB 256/1118 KB 912/1192 KB 46/46 KB 228/1461 KB 80/287 KB 256/1118 KB 916/1192 KB 46/46 KB 232/1461 KB 84/287 KB 260/1118 KB 916/1192 KB 46/46 KB 236/1461 KB 84/287 KB 260/1118 KB 916/1192 KB 46/46 KB 228/1461 KB 84/287 KB 260/1118 KB 916/1192 KB 46/46 KB 228/1461 KB 80/287 KB 260/1118 KB 920/1192 KB 46/46 KB 236/1461 KB 84/287 KB 260/1118 KB 912/1192 KB 46/46 KB 228/1461 KB 80/287 KB 260/1118 KB 924/1192 KB 46/46 KB 236/1461 KB 84/287 KB 260/1118 KB 924/1192 KB 46/46 KB 236/1461 KB 84/287 KB 264/1118 KB 928/1192 KB 46/46 KB 236/1461 KB 84/287 KB 268/1118 KB 928/1192 KB 46/46 KB 236/1461 KB 84/287 KB 272/1118 KB 928/1192 KB 46/46 KB 236/1461 KB 84/287 KB 264/1118 KB 928/1192 KB 46/46 KB 236/1461 KB 88/287 KB 272/1118 KB 928/1192 KB 46/46 KB 236/1461 KB 92/287 KB 272/1118 KB 928/1192 KB 46/46 KB 240/1461 KB 96/287 KB 272/1118 KB 928/1192 KB 46/46 KB 240/1461 KB 100/287 KB 272/1118 KB 932/1192 KB 46/46 KB 240/1461 KB 104/287 KB 276/1118 KB 932/1192 KB 46/46 KB 240/1461 KB 108/287 KB 276/1118 KB 932/1192 KB 46/46 KB 240/1461 KB 112/287 KB 276/1118 KB 928/1192 KB 46/46 KB 240/1461 KB 92/287 KB 272/1118 KB 932/1192 KB 46/46 KB 244/1461 KB 112/287 KB 276/1118 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 KB at 29.3 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 932/1192 KB 46/46 KB 240/1461 KB 100/287 KB 276/1118 KB 936/1192 KB 244/1461 KB 112/287 KB 276/1118 KB 928/1192 KB 46/46 KB 240/1461 KB 100/287 KB 276/1118 KB 936/1192 KB 244/1461 KB 112/287 KB 280/1118 KB 936/1192 KB 248/1461 KB 112/287 KB 284/1118 KB 936/1192 KB 248/1461 KB 112/287 KB 280/1118 KB 940/1192 KB 248/1461 KB 112/287 KB 284/1118 KB 940/1192 KB 252/1461 KB 112/287 KB 284/1118 KB 944/1192 KB 252/1461 KB 112/287 KB 288/1118 KB 940/1192 KB 252/1461 KB 112/287 KB 288/1118 KB 944/1192 KB 256/1461 KB 112/287 KB 292/1118 KB 948/1192 KB 256/1461 KB 116/287 KB 296/1118 KB 948/1192 KB 256/1461 KB 116/287 KB 300/1118 KB 948/1192 KB 256/1461 KB 116/287 KB 304/1118 KB 944/1192 KB 256/1461 KB 112/287 KB 288/1118 KB 948/1192 KB 260/1461 KB 116/287 KB 304/1118 KB 948/1192 KB 264/1461 KB 116/287 KB 304/1118 KB 948/1192 KB 268/1461 KB 116/287 KB 304/1118 KB 948/1192 KB 272/1461 KB 116/287 KB 304/1118 KB 948/1192 KB 256/1461 KB 116/287 KB 292/1118 KB 948/1192 KB 256/1461 KB 112/287 KB 292/1118 KB 952/1192 KB 272/1461 KB 116/287 KB 304/1118 KB 952/1192 KB 272/1461 KB 120/287 KB 304/1118 KB 956/1192 KB 272/1461 KB 120/287 KB 304/1118 KB 956/1192 KB 272/1461 KB 124/287 KB 304/1118 KB 960/1192 KB 272/1461 KB 124/287 KB 304/1118 KB 960/1192 KB 272/1461 KB 128/287 KB 304/1118 KB 960/1192 KB 276/1461 KB 128/287 KB 304/1118 KB 964/1192 KB 280/1461 KB 132/287 KB 308/1118 KB 964/1192 KB 284/1461 KB 132/287 KB 308/1118 KB 964/1192 KB 288/1461 KB 132/287 KB 308/1118 KB 964/1192 KB 276/1461 KB 132/287 KB 308/1118 KB 964/1192 KB 276/1461 KB 128/287 KB 308/1118 KB 964/1192 KB 276/1461 KB 128/287 KB 304/1118 KB 964/1192 KB 288/1461 KB 132/287 KB 312/1118 KB 968/1192 KB 288/1461 KB 132/287 KB 312/1118 KB 968/1192 KB 288/1461 KB 136/287 KB 312/1118 KB 968/1192 KB 288/1461 KB 140/287 KB 316/1118 KB 968/1192 KB 288/1461 KB 136/287 KB 316/1118 KB 972/1192 KB 288/1461 KB 140/287 KB 316/1118 KB 972/1192 KB 288/1461 KB 140/287 KB 320/1118 KB 976/1192 KB 288/1461 KB 140/287 KB 320/1118 KB 976/1192 KB 288/1461 KB 144/287 KB 320/1118 KB 976/1192 KB 292/1461 KB 144/287 KB 320/1118 KB 980/1192 KB 296/1461 KB 148/287 KB 324/1118 KB 980/1192 KB 300/1461 KB 148/287 KB 324/1118 KB 980/1192 KB 304/1461 KB 148/287 KB 324/1118 KB 980/1192 KB 292/1461 KB 148/287 KB 324/1118 KB 980/1192 KB 292/1461 KB 148/287 KB 320/1118 KB 976/1192 KB 292/1461 KB 148/287 KB 320/1118 KB 984/1192 KB 304/1461 KB 148/287 KB 324/1118 KB 988/1192 KB 304/1461 KB 152/287 KB 328/1118 KB 992/1192 KB 304/1461 KB 152/287 KB 328/1118 KB 984/1192 KB 304/1461 KB 152/287 KB 328/1118 KB 984/1192 KB 304/1461 KB 148/287 KB 328/1118 KB 992/1192 KB 304/1461 KB 156/287 KB 328/1118 KB 992/1192 KB 304/1461 KB 156/287 KB 332/1118 KB 992/1192 KB 304/1461 KB 160/287 KB 332/1118 KB 992/1192 KB 304/1461 KB 160/287 KB 336/1118 KB 992/1192 KB 304/1461 KB 160/287 KB 340/1118 KB 996/1192 KB 308/1461 KB 164/287 KB 344/1118 KB 996/1192 KB 308/1461 KB 164/287 KB 348/1118 KB 996/1192 KB 308/1461 KB 164/287 KB 340/1118 KB 1000/1192 KB 308/1461 KB 164/287 KB 348/1118 KB 992/1192 KB 308/1461 KB 164/287 KB 340/1118 KB 992/1192 KB 308/1461 KB 160/287 KB 340/1118 KB 1000/1192 KB 312/1461 KB 164/287 KB 348/1118 KB 1000/1192 KB 316/1461 KB 164/287 KB 348/1118 KB 1004/1192 KB 316/1461 KB 168/287 KB 348/1118 KB 1004/1192 KB 316/1461 KB 164/287 KB 348/1118 KB 1004/1192 KB 320/1461 KB 168/287 KB 348/1118 KB 1008/1192 KB 320/1461 KB 168/287 KB 352/1118 KB 1008/1192 KB 320/1461 unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install KB 168/287 KB 348/1118 KB 1008/1192 KB 320/1461 KB 172/287 KB 352/1118 KB 1008/1192 KB 320/1461 KB 176/287 KB 352/1118 KB 1008/1192 KB 320/1461 KB 180/287 KB 352/1118 KB 1012/1192 KB 324/1461 KB 184/287 KB 356/1118 KB 1012/1192 KB 324/1461 KB 188/287 KB 356/1118 KB 1012/1192 KB 324/1461 KB 192/287 KB 356/1118 KB 1012/1192 KB 324/1461 KB 180/287 KB 356/1118 KB 1012/1192 KB 320/1461 KB 180/287 KB 356/1118 KB 1012/1192 KB 320/1461 KB 180/287 KB 352/1118 KB 1012/1192 KB 328/1461 KB 192/287 KB 356/1118 KB 1016/1192 KB 332/1461 KB 192/287 KB 360/1118 KB 1016/1192 KB 336/1461 KB 192/287 KB 360/1118 KB 1016/1192 KB 328/1461 KB 192/287 KB 360/1118 KB 1012/1192 KB 328/1461 KB 192/287 KB 360/1118 KB 1020/1192 KB 336/1461 KB 192/287 KB 360/1118 KB 1024/1192 KB 336/1461 KB 192/287 KB 364/1118 KB 1020/1192 KB 336/1461 KB 192/287 KB 364/1118 KB 1024/1192 KB 336/1461 KB 192/287 KB 368/1118 KB 1028/1192 KB 336/1461 KB 192/287 KB 368/1118 KB 1032/1192 KB 340/1461 KB 196/287 KB 372/1118 KB 1036/1192 KB 340/1461 KB 196/287 KB 372/1118 KB 1040/1192 KB 340/1461 KB 196/287 KB 372/1118 KB 1028/1192 KB 340/1461 KB 196/287 KB 372/1118 KB 1028/1192 KB 336/1461 KB 196/287 KB 372/1118 KB 1040/1192 KB 344/1461 KB 196/287 KB 372/1118 KB 1028/1192 KB 336/1461 KB 192/287 KB 372/1118 KB 1040/1192 KB 344/1461 KB 200/287 KB 372/1118 KB 1040/1192 KB 344/1461 KB 204/287 KB 372/1118 KB 1040/1192 KB 348/1461 KB 208/287 KB 376/1118 KB 1040/1192 KB 348/1461 KB 204/287 KB 376/1118 KB 1040/1192 KB 344/1461 KB 204/287 KB 376/1118 KB 1040/1192 KB 352/1461 KB 208/287 KB 376/1118 KB 1040/1192 KB 352/1461 KB 208/287 KB 380/1118 KB 1040/1192 KB 352/1461 KB 208/287 KB 384/1118 KB 1044/1192 KB 352/1461 KB 208/287 KB 384/1118 KB 1048/1192 KB 352/1461 KB 208/287 KB 384/1118 KB 1052/1192 KB 352/1461 KB 208/287 KB 384/1118 KB 1056/1192 KB 352/1461 KB 208/287 KB 384/1118 KB 1060/1192 KB 352/1461 KB 208/287 KB 384/1118 KB 1064/1192 KB 352/1461 KB 208/287 KB 384/1118 KB 1068/1192 KB 352/1461 KB 208/287 KB 384/1118 KB 1072/1192 KB 352/1461 KB 208/287 KB 384/1118 KB 1072/1192 KB 356/1461 KB 208/287 KB 384/1118 KB 1072/1192 KB 356/1461 KB 212/287 KB 384/1118 KB 1072/1192 KB 360/1461 KB 212/287 KB 384/1118 KB 1072/1192 KB 360/1461 KB 216/287 KB 384/1118 KB 1072/1192 KB 364/1461 KB 216/287 KB 384/1118 KB 1072/1192 KB 368/1461 KB 220/287 KB 384/1118 KB 1072/1192 KB 368/1461 KB 220/287 KB 384/1118 KB 1072/1192 KB 368/1461 KB 224/287 KB 384/1118 KB 1072/1192 KB 372/1461 KB 224/287 KB 384/1118 KB 1072/1192 KB 376/1461 KB 228/287 KB 384/1118 KB 1072/1192 KB 380/1461 KB 228/287 KB 384/1118 KB 1072/1192 KB 384/1461 KB 228/287 KB 384/1118 KB 1072/1192 KB 372/1461 KB 228/287 KB 384/1118 KB 1072/1192 KB 384/1461 KB 232/287 KB 384/1118 KB 1072/1192 KB 384/1461 KB 236/287 KB 384/1118 KB 1072/1192 KB 384/1461 KB 240/287 KB 384/1118 KB 1076/1192 KB 384/1461 KB 240/287 KB 384/1118 KB 1080/1192 KB 388/1461 KB 244/287 KB 388/1118 KB 1084/1192 KB 388/1461 KB 244/287 KB 388/1118 KB 1088/1192 KB 388/1461 KB 244/287 KB 388/1118 KB 1076/1192 KB 388/1461 KB 244/287 KB 388/1118 KB 1076/1192 KB 388/1461 KB 240/287 KB 388/1118 KB 1076/1192 KB 384/1461 KB 240/287 KB 388/1118 KB 1088/1192 KB 388/1461 KB 244/287 KB 392/1118 KB 1088/1192 KB 388/1461 KB 244/287 KB 396/1118 KB 1088/1192 KB 388/1461 KB 244/287 KB 400/1118 KB 1088/1192 KB 388/1461 KB 244/287 KB 404/1118 KB 1088/1192 KB 388/1461 KB 244/287 KB 408/1118 KB 1088/1192 KB 388/1461 KB 244/287 KB 412/1118 KB 1088/1192 KB 3 unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 88/1461 KB 244/287 KB 416/1118 KB 1088/1192 KB 388/1461 KB 244/287 KB 420/1118 KB 1088/1192 KB 392/1461 KB 244/287 KB 420/1118 KB 1088/1192 KB 392/1461 KB 248/287 KB 420/1118 KB 1088/1192 KB 396/1461 KB 252/287 KB 420/1118 KB 1088/1192 KB 396/1461 KB 248/287 KB 420/1118 KB 1088/1192 KB 396/1461 KB 252/287 KB 424/1118 KB 1088/1192 KB 400/1461 KB 252/287 KB 424/1118 KB 1088/1192 KB 400/1461 KB 256/287 KB 428/1118 KB 1088/1192 KB 400/1461 KB 252/287 KB 428/1118 KB 1088/1192 KB 400/1461 KB 256/287 KB 432/1118 KB 1092/1192 KB 400/1461 KB 256/287 KB 432/1118 KB 1096/1192 KB 404/1461 KB 260/287 KB 436/1118 KB 1100/1192 KB 404/1461 KB 260/287 KB 436/1118 KB 1104/1192 KB 404/1461 KB 260/287 KB 436/1118 KB 1092/1192 KB 404/1461 KB 260/287 KB 436/1118 KB 1092/1192 KB 404/1461 KB 256/287 KB 436/1118 KB 1104/1192 KB 408/1461 KB 260/287 KB 436/1118 KB 1092/1192 KB 400/1461 KB 256/287 KB 436/1118 KB 1104/1192 KB 408/1461 KB 264/287 KB 436/1118 KB 1104/1192 KB 412/1461 KB 268/287 KB 440/1118 KB 1104/1192 KB 412/1461 KB 264/287 KB 440/1118 KB 1104/1192 KB 412/1461 KB 272/287 KB 444/1118 KB 1104/1192 KB 412/1461 KB 272/287 KB 448/1118 KB 1104/1192 KB 412/1461 KB 264/287 KB 436/1118 KB 1104/1192 KB 416/1461 KB 272/287 KB 448/1118 KB 1104/1192 KB 412/1461 KB 272/287 KB 448/1118 KB 1108/1192 KB 416/1461 KB 272/287 KB 448/1118 KB 1112/1192 KB 420/1461 KB 276/287 KB 452/1118 KB 1116/1192 KB 420/1461 KB 276/287 KB 452/1118 KB 1108/1192 KB 420/1461 KB 276/287 KB 452/1118 KB 1116/1192 KB 424/1461 KB 276/287 KB 452/1118 KB 1108/1192 KB 416/1461 KB 276/287 KB 452/1118 KB 1116/1192 KB 428/1461 KB 276/287 KB 452/1118 KB 1108/1192 KB 416/1461 KB 276/287 KB 448/1118 KB 1120/1192 KB 428/1461 KB 276/287 KB 456/1118 KB 1120/1192 KB 428/1461 KB 276/287 KB 452/1118 KB 1120/1192 KB 428/1461 KB 280/287 KB 460/1118 KB 1120/1192 KB 432/1461 KB 280/287 KB 464/1118 KB 1120/1192 KB 428/1461 KB 280/287 KB 456/1118 KB 1120/1192 KB 432/1461 KB 284/287 KB 464/1118 KB 1120/1192 KB 432/1461 KB 287/287 KB 464/1118 KB 1120/1192 KB 432/1461 KB 280/287 KB 460/1118 KB 1120/1192 KB 432/1461 KB 287/287 KB 468/1118 KB 1124/1192 KB 436/1461 KB 287/287 KB 472/1118 KB 1124/1192 KB 436/1461 KB 287/287 KB 476/1118 KB 1124/1192 KB 436/1461 KB 287/287 KB 480/1118 KB 1124/1192 KB 436/1461 KB 287/287 KB 468/1118 KB 1128/1192 KB 436/1461 KB 287/287 KB 480/1118 KB 1132/1192 KB 436/1461 KB 287/287 KB 480/1118 KB 1136/1192 KB 436/1461 KB 287/287 KB 480/1118 KB 1120/1192 KB 436/1461 KB 287/287 KB 468/1118 KB 1136/1192 KB 440/1461 KB 287/287 KB 480/1118 KB 1136/1192 KB 444/1461 KB 287/287 KB 480/1118 KB 1136/1192 KB 448/1461 KB 287/287 KB 480/1118 KB 1136/1192 KB 452/1461 KB 287/287 KB 480/1118 KB 1140/1192 KB 456/1461 KB 287/287 KB 484/1118 KB 1140/1192 KB 460/1461 KB 287/287 KB 484/1118 KB 1140/1192 KB 464/1461 KB 287/287 KB 484/1118 KB 1140/1192 KB 452/1461 KB 287/287 KB 484/1118 KB 1140/1192 KB 464/1461 KB 287/287 KB 488/1118 KB 1140/1192 KB 464/1461 KB 287/287 KB 492/1118 KB 1140/1192 KB 464/1461 KB 287/287 KB 496/1118 KB 1140/1192 KB 452/1461 KB 287/287 KB 480/1118 KB 1144/1192 KB 464/1461 KB 287/287 KB 496/1118 KB 1148/1192 KB 464/1461 KB 287/287 KB 496/1118 KB 1152/1192 KB 464/1461 KB 287/287 KB 496/1118 KB 1156/1192 KB 464/1461 KB 287/287 KB 496/1118 KB 1160/1192 KB 468/1461 KB 287/287 KB 500/1118 KB 1164/1192 KB 468/1461 KB 287/287 KB 500/1118 KB 1168/1192 KB 468/1461 KB 287/287 KB 500/1118 KB 1156/1192 KB 468/1461 KB 287/287 KB 500/1118 KB 1156/119 unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 2 KB 464/1461 KB 287/287 KB 500/1118 KB 1168/1192 KB 468/1461 KB 287/287 KB 504/1118 KB 1168/1192 KB 472/1461 KB 287/287 KB 508/1118 KB 1168/1192 KB 472/1461 KB 287/287 KB 512/1118 KB 1168/1192 KB 472/1461 KB 287/287 KB 504/1118 KB 1168/1192 KB 476/1461 KB 287/287 KB 512/1118 KB 1168/1192 KB 480/1461 KB 287/287 KB 512/1118 KB 1168/1192 KB 480/1461 KB 287/287 KB 516/1118 KB 1172/1192 KB 484/1461 KB 287/287 KB 520/1118 KB 1172/1192 KB 484/1461 KB 287/287 KB 516/1118 KB 1172/1192 KB 480/1461 KB 287/287 KB 516/1118 KB 1176/1192 KB 484/1461 KB 287/287 KB 520/1118 KB 1180/1192 KB 484/1461 KB 287/287 KB 520/1118 KB 1184/1192 KB 484/1461 KB 287/287 KB 520/1118 KB 1184/1192 KB 488/1461 KB 287/287 KB 520/1118 KB 1184/1192 KB 492/1461 KB 287/287 KB 520/1118 KB 1184/1192 KB 496/1461 KB 287/287 KB 524/1118 KB 1184/1192 KB 492/1461 KB 287/287 KB 524/1118 KB 1188/1192 KB 496/1461 KB 287/287 KB 528/1118 KB 1188/1192 KB 496/1461 KB 287/287 KB 524/1118 KB 1192/1192 KB 496/1461 KB 287/287 KB 528/1118 KB 1192/1192 KB 496/1461 KB 287/287 KB 528/1118 KB 1192/1192 KB 500/1461 KB 287/287 KB 528/1118 KB 1192/1192 KB 504/1461 KB 287/287 KB 532/1118 KB 1192/1192 KB 508/1461 KB 287/287 KB 532/1118 KB 1192/1192 KB 512/1461 KB 287/287 KB 532/1118 KB 1192/1192 KB 500/1461 KB 287/287 KB 532/1118 KB 1192/1192 KB 512/1461 KB 287/287 KB 536/1118 KB 1192/1192 KB 512/1461 KB 287/287 KB 540/1118 KB 1192/1192 KB 512/1461 KB 287/287 KB 544/1118 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 178.6 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 1192/1192 KB 512/1461 KB 548/1118 KB 1192/1192 KB 516/1461 KB 548/1118 KB 1192/1192 KB 520/1461 KB 548/1118 KB 1192/1192 KB 524/1461 KB 548/1118 KB 1192/1192 KB 528/1461 KB 548/1118 KB 1192/1192 KB 528/1461 KB 552/1118 KB 1192/1192 KB 528/1461 KB 556/1118 KB 1192/1192 KB 528/1461 KB 560/1118 KB 1192/1192 KB 532/1461 KB 560/1118 KB 536/1461 KB 564/1118 KB 540/1461 KB 564/1118 KB 544/1461 KB 564/1118 KB 532/1461 KB 564/1118 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 740.6 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 544/1461 KB 568/1118 KB 544/1461 KB 572/1118 KB 544/1461 KB 576/1118 KB 544/1461 KB 580/1118 KB 548/1461 KB 584/1118 KB 548/1461 KB 588/1118 KB 548/1461 KB 592/1118 KB 548/1461 KB 580/1118 KB 552/1461 KB 592/1118 KB 556/1461 KB 592/1118 KB 560/1461 KB 592/1118 KB 560/1461 KB 596/1118 KB 564/1461 KB 600/1118 KB 564/1461 KB 596/1118 KB 568/1461 KB 600/1118 KB 572/1461 KB 600/1118 KB 576/1461 KB 600/1118 KB 576/1461 KB 604/1118 KB 576/1461 KB 608/1118 KB 580/1461 KB 608/1118 KB 584/1461 KB 612/1118 KB 588/1461 KB 612/1118 KB 592/1461 KB 612/1118 KB 580/1461 KB 612/1118 KB 592/1461 KB 616/1118 KB 592/1461 KB 620/1118 KB 592/1461 KB 624/1118 KB 596/1461 KB 624/1118 KB 600/1461 KB 628/1118 KB 604/1461 KB 628/1118 KB 608/1461 KB 628/1118 KB 596/1461 KB 628/1118 KB 608/1461 KB 632/1118 KB 608/1461 KB 636/1118 KB 608/1461 KB 640/1118 KB 612/1461 KB 640/1118 KB 616/1461 KB 644/1118 KB 620/1461 KB 644/1118 KB 624/1461 KB 644/1118 KB 612/1461 KB 644/1118 KB 624/1461 KB 648/1118 KB 624/1461 KB 652/1118 KB 624/1461 KB 656/1118 KB 628/1461 KB 656/1118 KB 632/1461 KB 656/1118 KB 636/1461 KB 656/1118 KB 640/1461 KB 656/1118 KB 640/1461 KB 660/1118 KB 640/1461 KB 664/1118 KB 640/1461 KB 668/1118 KB 640/1461 KB 672/1118 KB 644/1461 KB 672/1118 KB 648/1461 KB 672/1118 KB 652/1461 KB 672/1118 KB 656/1461 KB 672/1118 KB 656/1461 KB 676/1118 KB 656/1461 KB 680/1118 KB 656/1461 KB 684/1118 KB 656/1461 KB 688/1118 KB 660/1461 KB 688/1118 KB 664/1461 KB 688/1118 KB 668/1461 KB 688/1118 KB 672/1461 KB 688/1118 KB 672/1461 KB 692/1118 KB 672/1461 KB 696/1118 KB 672/1461 KB 700/1118 KB 672/1461 KB 704/1118 KB 676/1461 KB 704/1118 KB 680/1461 KB 704/1118 KB 684/1461 KB 704/1118 KB 688/1461 KB 704/1118 KB 688/1461 KB 708/1118 KB 688/1461 KB 712/1118 KB 688/1461 KB 716/1118 KB 692/1461 KB 720/1118 KB 692/1461 KB 716/1118 KB 696/1461 KB 720/1118 KB 700/1461 KB 720/1118 KB 704/1461 KB 720/1118 KB 704/1461 KB 724/1118 KB 704/1461 KB 728/1118 KB 704/1461 KB 732/1118 KB 708/1461 KB 736/1118 KB 712/1461 KB 736/1118 KB 716/1461 KB 736/1118 KB 720/1461 KB 736/1118 KB 704/1461 KB 736/1118 KB 720/1461 KB 740/1118 KB 720/1461 KB 744/1118 KB 720/1461 KB 748/1118 KB 720/1461 KB 752/1118 KB 724/1461 KB 752/1118 KB 728/1461 KB 752/1118 KB 732/1461 KB 752/1118 KB 736/1461 KB 752/1118 KB 736/1461 KB 756/1118 KB 736/1461 KB 760/1118 KB 736/1461 KB 764/1118 KB 736/1461 KB 768/1118 KB 740/1461 KB 768/1118 KB 744/1461 KB 768/1118 KB 748/1461 KB 768/1118 KB 752/1461 KB 768/1118 KB 752/1461 KB 772/1118 KB 752/1461 KB 776/1118 KB 752/1461 KB 780/1118 KB 752/1461 KB 784/1118 KB 756/1461 KB 784/1118 KB 760/1461 KB 784/1118 KB 764/1461 KB 784/1118 KB 768/1461 KB 784/1118 KB 768/1461 KB 788/1118 KB 768/1461 KB 792/1118 KB 768/1461 KB 796/1118 KB 768/1461 KB 800/1118 KB 772/1461 KB 800/1118 KB 776/1461 KB 800/1118 KB 780/1461 KB 800/1118 KB 784/1461 KB 800/1118 KB 784/1461 KB 804/1118 KB 784/1461 KB 808/1118 KB 784/1461 KB 812/1118 KB 784/1461 KB 816/1118 KB 788/1461 KB 816/1118 KB 792/1461 KB 816/1118 KB 796/1461 KB 816/1118 KB 800/1461 KB 816/1118 KB 800/1461 KB 820/1118 KB 800/1461 KB 824/1118 KB 800/1461 KB 828/1118 KB 800/1461 KB 832/1118 KB 804/1461 KB 832/1118 KB 808/1461 KB 832/1118 KB 812/1461 KB 832/1118 KB 816/1461 KB 832/1118 KB 820/1461 KB 832/1118 KB 824/1461 KB 836/1118 KB 820/1461 KB 836/1118 KB 824/1461 KB 840/1118 KB 824/1461 KB 844/1118 KB 824/1461 KB 848/1118 KB 824/146 unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 1 KB 852/1118 KB 828/1461 KB 852/1118 KB 832/1461 KB 852/1118 KB 832/1461 KB 856/1118 KB 832/1461 KB 860/1118 KB 836/1461 KB 860/1118 KB 840/1461 KB 864/1118 KB 844/1461 KB 864/1118 KB 848/1461 KB 864/1118 KB 836/1461 KB 864/1118 KB 848/1461 KB 868/1118 KB 848/1461 KB 872/1118 KB 848/1461 KB 876/1118 KB 848/1461 KB 880/1118 KB 848/1461 KB 884/1118 KB 852/1461 KB 888/1118 KB 852/1461 KB 884/1118 KB 856/1461 KB 888/1118 KB 860/1461 KB 888/1118 KB 864/1461 KB 888/1118 KB 864/1461 KB 892/1118 KB 864/1461 KB 896/1118 KB 864/1461 KB 900/1118 KB 868/1461 KB 904/1118 KB 868/1461 KB 908/1118 KB 868/1461 KB 912/1118 KB 868/1461 KB 900/1118 KB 872/1461 KB 912/1118 KB 876/1461 KB 912/1118 KB 880/1461 KB 912/1118 KB 880/1461 KB 916/1118 KB 884/1461 KB 920/1118 KB 884/1461 KB 924/1118 KB 884/1461 KB 928/1118 KB 884/1461 KB 916/1118 KB 888/1461 KB 928/1118 KB 892/1461 KB 928/1118 KB 896/1461 KB 928/1118 KB 900/1461 KB 928/1118 KB 904/1461 KB 932/1118 KB 900/1461 KB 932/1118 KB 904/1461 KB 936/1118 KB 908/1461 KB 936/1118 KB 908/1461 KB 940/1118 KB 912/1461 KB 944/1118 KB 912/1461 KB 940/1118 KB 916/1461 KB 944/1118 KB 920/1461 KB 948/1118 KB 924/1461 KB 948/1118 KB 928/1461 KB 948/1118 KB 916/1461 KB 948/1118 KB 928/1461 KB 952/1118 KB 928/1461 KB 956/1118 KB 928/1461 KB 960/1118 KB 932/1461 KB 960/1118 KB 936/1461 KB 964/1118 KB 940/1461 KB 964/1118 KB 944/1461 KB 964/1118 KB 932/1461 KB 964/1118 KB 944/1461 KB 968/1118 KB 944/1461 KB 972/1118 KB 944/1461 KB 976/1118 KB 944/1461 KB 980/1118 KB 948/1461 KB 980/1118 KB 952/1461 KB 980/1118 KB 956/1461 KB 980/1118 KB 960/1461 KB 980/1118 KB 960/1461 KB 984/1118 KB 960/1461 KB 988/1118 KB 960/1461 KB 992/1118 KB 964/1461 KB 992/1118 KB 968/1461 KB 996/1118 KB 972/1461 KB 996/1118 KB 964/1461 KB 996/1118 KB 972/1461 KB 1000/1118 KB 976/1461 KB 1000/1118 KB 976/1461 KB 1004/1118 KB 976/1461 KB 1008/1118 KB 976/1461 KB 1012/1118 KB 980/1461 KB 1016/1118 KB 980/1461 KB 1020/1118 KB 980/1461 KB 1024/1118 KB 980/1461 KB 1012/1118 KB 984/1461 KB 1024/1118 KB 988/1461 KB 1024/1118 KB 992/1461 KB 1024/1118 KB 992/1461 KB 1028/1118 KB 996/1461 KB 1032/1118 KB 996/1461 KB 1036/1118 KB 996/1461 KB 1028/1118 KB 1000/1461 KB 1036/1118 KB 1004/1461 KB 1036/1118 KB 1008/1461 KB 1036/1118 KB 1008/1461 KB 1040/1118 KB 1008/1461 KB 1044/1118 KB 1012/1461 KB 1048/1118 KB 1012/1461 KB 1052/1118 KB 1012/1461 KB 1056/1118 KB 1012/1461 KB 1044/1118 KB 1016/1461 KB 1056/1118 KB 1020/1461 KB 1056/1118 KB 1024/1461 KB 1056/1118 KB 1028/1461 KB 1056/1118 KB 1032/1461 KB 1060/1118 KB 1036/1461 KB 1060/1118 KB 1040/1461 KB 1060/1118 KB 1028/1461 KB 1060/1118 KB 1040/1461 KB 1064/1118 KB 1040/1461 KB 1068/1118 KB 1040/1461 KB 1072/1118 KB 1040/1461 KB 1076/1118 KB 1044/1461 KB 1080/1118 KB 1044/1461 KB 1084/1118 KB 1044/1461 KB 1088/1118 KB 1044/1461 KB 1076/1118 KB 1048/1461 KB 1088/1118 KB 1052/1461 KB 1088/1118 KB 1056/1461 KB 1088/1118 KB 1056/1461 KB 1092/1118 KB 1060/1461 KB 1096/1118 KB 1060/1461 KB 1100/1118 KB 1060/1461 KB 1104/1118 KB 1060/1461 KB 1092/1118 KB 1064/1461 KB 1104/1118 KB 1068/1461 KB 1104/1118 KB 1072/1461 KB 1104/1118 KB 1076/1461 KB 1104/1118 KB 1076/1461 KB 1108/1118 KB 1076/1461 KB 1112/1118 KB 1076/1461 KB 1116/1118 KB 1076/1461 KB 1118/1118 KB 1080/1461 KB 1118/1118 KB 1084/1461 KB 1118/1118 KB 1088/1461 KB 1118/1118 KB 1092/1461 KB 1118/1118 KB 1096/1461 KB 1118/1118 KB 1100/1461 KB 1118/1118 KB 1104/1461 KB 1118/ unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 1118 KB 1108/1461 KB 1118/1118 KB 1112/1461 KB 1118/1118 KB 1116/1461 KB 1118/1118 KB 1120/1461 KB 1118/1118 KB 1124/1461 KB 1118/1118 KB 1128/1461 KB 1118/1118 KB 1132/1461 KB 1118/1118 KB 1136/1461 KB 1118/1118 KB 1140/1461 KB 1118/1118 KB 1144/1461 KB 1118/1118 KB 1148/1461 KB 1118/1118 KB 1152/1461 KB 1118/1118 KB 1156/1461 KB 1118/1118 KB 1160/1461 KB 1118/1118 KB 1164/1461 KB 1118/1118 KB 1168/1461 KB 1118/1118 KB 1172/1461 KB 1118/1118 KB 1176/1461 KB 1118/1118 KB 1180/1461 KB 1118/1118 KB 1184/1461 KB 1118/1118 KB 1188/1461 KB 1118/1118 KB 1192/1461 KB 1118/1118 KB 1196/1461 KB 1118/1118 KB 1200/1461 KB 1118/1118 KB 1204/1461 KB 1118/1118 KB 1208/1461 KB 1118/1118 KB 1212/1461 KB 1118/1118 KB 1216/1461 KB 1118/1118 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 661.0 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 1220/1461 KB 1224/1461 KB 1228/1461 KB 1232/1461 KB 1236/1461 KB 1240/1461 KB 1244/1461 KB 1248/1461 KB 1252/1461 KB 1256/1461 KB 1260/1461 KB 1264/1461 KB 1268/1461 KB 1272/1461 KB 1276/1461 KB 1280/1461 KB 1284/1461 KB 1288/1461 KB 1292/1461 KB 1296/1461 KB 1300/1461 KB 1304/1461 KB 1308/1461 KB 1312/1461 KB 1316/1461 KB 1320/1461 KB 1324/1461 KB 1328/1461 KB 1332/1461 KB 1336/1461 KB 1340/1461 KB 1344/1461 KB 1348/1461 KB 1352/1461 KB 1356/1461 KB 1360/1461 KB 1364/1461 KB 1368/1461 KB 1372/1461 KB 1376/1461 KB 1380/1461 KB 1384/1461 KB 1388/1461 KB 1392/1461 KB 1396/1461 KB 1400/1461 KB 1404/1461 KB 1408/1461 KB 1412/1461 KB 1416/1461 KB 1420/1461 KB 1424/1461 KB 1428/1461 KB 1432/1461 KB 1436/1461 KB 1440/1461 KB 1444/1461 KB 1448/1461 KB 1452/1461 KB 1456/1461 KB 1460/1461 KB 1461/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar (1461 KB at 845.0 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom unit-oai-epc-0: 00:10:34 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 364.1 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom unit-oai-epc-0: 00:10:34 DEBUG unit.oai-epc/0.install (Reading database ... 78891 files and directories currently installed.) unit-oai-epc-0: 00:10:34 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 98.2 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 122.2 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 108.1 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 424/424 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 31.9 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/4 KB 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 293.9 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 128.0 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 137.0 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 151.6 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 461.7 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 102.1 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 249.7 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 434.9 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 653.7 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 72.3 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 215.1 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 184.0 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 351.1 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 562.4 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 890/890 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 72.4 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 213.9 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 888.2 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 4/10 KB 7/10 KB 3/149 KB 4/21 KB 10/10 KB 3/149 KB 4/21 KB 4/10 KB 3/149 KB 4/21 KB 10/10 KB 5/149 KB 4/21 KB 10/10 KB 8/149 KB 4/21 KB 10/10 KB 11/149 KB 4/21 KB 10/10 KB 13/149 KB 4/21 KB 10/10 KB 16/149 KB 4/21 KB 10/10 KB 19/149 KB 4/21 KB 4/10 KB 4/21 KB 10/10 KB 19/149 KB 8/21 KB 10/10 KB 19/149 KB 12/21 KB 10/10 KB 19/149 KB 16/21 KB 10/10 KB 19/149 KB 20/21 KB 10/10 KB 19/149 KB 21/21 KB 10/10 KB 19/149 KB 21/21 KB 10/10 KB 21/149 KB 21/21 KB 10/10 KB 24/149 KB 21/21 KB 10/10 KB 27/149 KB 21/21 KB 10/10 KB 29/149 KB 21/21 KB 10/10 KB 32/149 KB 21/21 KB 3/6 KB 10/10 KB 32/149 KB 21/21 KB 6/6 KB 10/10 KB 32/149 KB 21/21 KB 6/6 KB 10/10 KB 36/149 KB 21/21 KB 6/6 KB 10/10 KB 40/149 KB 6/6 KB 10/10 KB 44/149 KB 6/6 KB 10/10 KB 48/149 KB 6/6 KB 10/10 KB 36/149 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 KB at 965.2 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 441.3 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 6/6 KB 52/149 KB 6/6 KB 56/149 KB 6/6 KB 60/149 KB 6/6 KB 64/149 KB 6/6 KB 68/149 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 207.0 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 6/6 KB 68/149 KB 4/14 KB 3/30 KB 3/37 KB 68/149 KB 4/14 KB 6/30 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/37 KB 72/149 KB 4/14 KB 9/30 KB 3/37 KB 76/149 KB 4/14 KB 9/30 KB 3/37 KB 80/149 KB 4/14 KB 9/30 KB 6/6 KB 68/149 KB 4/14 KB 3/37 KB 68/149 KB 4/14 KB 9/30 KB 3/37 KB 68/149 KB 4/14 KB 3/30 KB 6/37 KB 80/149 KB 4/14 KB 9/30 KB 9/37 KB 80/149 KB 4/14 KB 9/30 KB 9/37 KB 80/149 KB 4/14 KB 11/30 KB 11/37 KB 80/149 KB 4/14 KB 11/30 KB 11/37 KB 80/149 KB 4/14 KB 14/30 KB 14/37 KB 80/149 KB 4/14 KB 14/30 KB 14/37 KB 80/149 KB 4/14 KB 16/30 KB 16/37 KB 80/149 KB 4/14 KB 16/30 KB 16/37 KB 80/149 KB 4/14 KB 19/30 KB 19/37 KB 80/149 KB 4/14 KB 19/30 KB 19/37 KB 80/149 KB 4/14 KB 22/30 KB 22/37 KB 80/149 KB 4/14 KB 22/30 KB 22/37 KB 80/149 KB 4/14 KB 25/30 KB 25/37 KB 80/149 KB 8/14 KB 27/30 KB 25/37 KB 84/149 KB 8/14 KB 30/30 KB 25/37 KB 80/149 KB 8/14 KB 25/30 KB 27/37 KB 84/149 KB 8/14 KB 30/30 KB 22/37 KB 80/149 KB 8/14 KB 25/30 KB 27/37 KB 84/149 KB 12/14 KB 30/30 KB 27/37 KB 84/149 KB 14/14 KB 30/30 KB 25/37 KB 84/149 KB 8/14 KB 27/30 KB 27/37 KB 88/149 KB 14/14 KB 30/30 KB 27/37 KB 92/149 KB 14/14 KB 30/30 KB 27/37 KB 96/149 KB 14/14 KB 30/30 KB 30/37 KB 100/149 KB 14/14 KB 30/30 KB 30/37 KB 104/149 KB 14/14 KB 30/30 KB 3/14 KB 30/37 KB 96/149 KB 14/14 KB 30/30 KB 32/37 KB 104/149 KB 14/14 KB 30/30 KB 3/14 KB 35/37 KB 104/149 KB 14/14 KB 30/30 KB 3/14 KB 37/37 KB 104/149 KB 14/14 KB 30/30 KB 3/14 KB 30/37 KB 100/149 KB 14/14 KB 30/30 KB 3/14 KB 37/37 KB 104/149 KB 14/14 KB 30/30 KB 5/14 KB 37/37 KB 104/149 KB 14/14 KB 30/30 KB 8/14 KB 37/37 KB 104/149 KB 14/14 KB 30/30 KB 11/14 KB 37/37 KB 104/149 KB 14/14 KB 30/30 KB 13/14 KB 37/37 KB 104/149 KB 14/14 KB 30/30 KB 14/14 KB 37/37 KB 108/149 KB 14/14 KB 30/30 KB 14/14 KB 37/37 KB 112/149 KB 14/14 KB 30/30 KB 14/14 KB 37/37 KB 116/149 KB 14/14 KB 30/30 KB 14/14 KB 37/37 KB 120/149 KB 14/14 KB 30/30 KB 14/14 KB 37/37 KB 124/149 KB 14/14 KB 30/30 KB 14/14 KB 37/37 KB 128/149 KB 14/14 KB 30/30 KB 14/14 KB 37/37 KB 132/149 KB 14/14 KB 30/30 KB 14/14 KB 37/37 KB 136/149 KB 14/14 KB 14/14 KB 37/37 KB 140/149 KB 14/14 KB 37/37 KB 144/149 KB 14/14 KB 37/37 KB 148/149 KB 14/14 KB 149/149 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 653.6 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 KB at 800.2 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 289.0 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 284.6 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 149/149 KB 3/37 KB 2/7 KB 3/43 KB 6/37 KB 4/11 KB 2/7 KB 3/43 KB 9/37 KB 4/11 KB 2/7 KB 3/43 KB 11/37 KB 4/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (149 KB at 2509.6 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 2/7 KB 149/149 KB 3/43 KB 3/37 KB 4/11 KB 4/7 KB 3/43 KB 11/37 KB 4/11 KB 7/7 KB 3/43 KB 11/37 KB 4/11 KB 7/7 KB 3/43 KB 11/37 KB 4/11 KB 149/149 KB 3/43 KB 3/37 KB 4/11 KB 7/7 KB 6/43 KB 11/37 KB 4/11 KB 7/7 KB 9/43 KB 11/37 KB 4/11 KB 7/7 KB 11/43 KB 11/37 KB 4/11 KB 7/7 KB 14/43 KB 11/37 KB 4/11 KB 7/7 KB 16/43 KB 11/37 KB 4/11 KB 7/7 KB 19/43 KB 14/37 KB 4/11 KB 7/7 KB 22/43 KB 14/37 KB 4/11 KB 7/7 KB 25/43 KB 14/37 KB 4/11 KB 7/7 KB 27/43 KB 14/37 KB 4/11 KB 7/7 KB 30/43 KB 14/37 KB 4/11 KB 7/7 KB 32/43 KB 14/37 KB 4/11 KB 7/7 KB 36/43 KB 14/37 KB 4/11 KB 149/149 KB 3/37 KB 4/11 KB 7/7 KB 36/43 KB 14/37 KB 8/11 KB 7/7 KB 36/43 KB 14/37 KB 11/11 KB 7/7 KB 16/43 KB 14/37 KB 4/11 KB 7/7 KB 36/43 KB 16/37 KB 11/11 KB 7/7 KB 36/43 KB 19/37 KB 11/11 KB 7/7 KB 36/43 KB 22/37 KB 11/11 KB 7/7 KB 36/43 KB 25/37 KB 11/11 KB 7/7 KB 36/43 KB 27/37 KB 11/11 KB 7/7 KB 36/43 KB 30/37 KB 11/11 KB 7/7 KB 36/43 KB 32/37 KB 11/11 KB 7/7 KB 36/43 KB 35/37 KB 11/11 KB 7/7 KB 36/43 KB 37/37 KB 11/11 KB 7/7 KB 40/43 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 3/60 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 5/60 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 8/60 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 11/60 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 13/60 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 16/60 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 19/60 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 21/60 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 24/60 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 27/60 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 29/60 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 32/60 KB 37/37 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 158.8 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 7/7 KB 43/43 KB 36/60 KB 37/37 KB 7/7 KB 43/43 KB 40/60 KB 37/37 KB 7/7 KB 43/43 KB 44/60 KB 37/37 KB 7/7 KB 43/43 KB 48/60 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 560.1 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 647.6 KB/sec) unit-oai-epc-0: 00:10:34 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 7/7 KB 52/60 KB 7/7 KB 56/60 KB 7/7 KB 60/60 KB 7/7 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 96.4 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 839.8 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 97.3 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 1318.8 KB/sec) unit-abot-epc-basic-0: 00:10:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 1/24 KB 4/24 KB 6/24 KB 9/24 KB 12/24 KB 14/24 KB 17/24 KB 20/24 KB 22/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1683.4 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 131.8 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 172.5 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 506.8 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 167.5 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom unit-oai-epc-0: 00:10:35 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 235.9 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 127.9 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 154.0 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 1/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 142.8 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 106.4 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 189.0 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 155.1 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 148.1 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 144.7 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 1/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 96.5 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 277.8 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 867/867 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 42.3 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 288.5 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 226.6 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 956.8 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 692/692 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 52.0 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 688/688 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 51.7 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (2 KB at 101.2 KB/sec) unit-oai-epc-0: 00:10:35 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/87 KB 3/13 KB 4/156 KB 3/48 KB 5/87 KB 3/13 KB 4/156 KB 3/48 KB 8/87 KB 4/21 KB 3/13 KB 4/156 KB 3/48 KB 11/87 KB 4/21 KB 3/13 KB 4/156 KB 3/48 KB 13/87 KB 4/21 KB 3/13 KB 4/156 KB 3/48 KB 16/87 KB 4/21 KB 3/13 KB 4/156 KB 3/48 KB 3/87 KB 3/13 KB 8/156 KB 3/48 KB 16/87 KB 4/21 KB 3/13 KB 12/156 KB 3/48 KB 16/87 KB 4/21 KB 3/13 KB 16/156 KB 3/48 KB 16/87 KB 4/21 KB 3/13 KB 3/48 KB 3/87 KB 3/13 KB 16/156 KB 5/48 KB 16/87 KB 4/21 KB 3/13 KB 16/156 KB 8/48 KB 16/87 KB 4/21 KB 3/13 KB 16/156 KB 11/48 KB 16/87 KB 4/21 KB 3/13 KB 16/156 KB 13/48 KB 16/87 KB 4/21 KB 3/13 KB 16/156 KB 16/48 KB 16/87 KB 4/21 KB 3/13 KB 20/156 KB 19/48 KB 16/87 KB 4/21 KB 3/13 KB 3/87 KB 5/13 KB 20/156 KB 19/48 KB 19/87 KB 4/21 KB 6/13 KB 20/156 KB 19/48 KB 19/87 KB 4/21 KB 9/13 KB 20/156 KB 19/48 KB 19/87 KB 4/21 KB 11/13 KB 20/156 KB 19/48 KB 19/87 KB 4/21 KB 13/13 KB 20/156 KB 19/48 KB 19/87 KB 4/21 KB 3/13 KB 20/156 KB 19/48 KB 19/87 KB 4/21 KB 3/13 KB 20/156 KB 16/48 KB 16/87 KB 4/21 KB 13/13 KB 24/156 KB 19/48 KB 19/87 KB 4/21 KB 13/13 KB 28/156 KB 21/48 KB 19/87 KB 4/21 KB 13/13 KB 32/156 KB 21/48 KB 21/87 KB 4/21 KB 3/13 KB 4/156 KB 3/48 KB 5/87 KB 4/21 KB 13/13 KB 32/156 KB 21/48 KB 21/87 KB 8/21 KB 13/13 KB 32/156 KB 21/48 KB 21/87 KB 12/21 KB 13/13 KB 32/156 KB 21/48 KB 21/87 KB 16/21 KB 13/13 KB 32/156 KB 21/48 KB 21/87 KB 20/21 KB 13/13 KB 32/156 KB 21/48 KB 21/87 KB 21/21 KB 13/13 KB 28/156 KB 21/48 KB 21/87 KB 4/21 KB 13/13 KB 24/156 KB 21/48 KB 19/87 KB 4/21 KB 13/13 KB 32/156 KB 24/48 KB 21/87 KB 21/21 KB 13/13 KB 36/156 KB 24/48 KB 21/87 KB 21/21 KB 13/13 KB 40/156 KB 27/48 KB 24/87 KB 21/21 KB 13/13 KB 44/156 KB 27/48 KB 24/87 KB 21/21 KB 13/13 KB 48/156 KB 27/48 KB 24/87 KB 21/21 KB 13/13 KB 36/156 KB 27/48 KB 24/87 KB 21/21 KB 13/13 KB 36/156 KB 27/48 KB 21/87 KB 21/21 KB 13/13 KB 48/156 KB 29/48 KB 27/87 KB 21/21 KB 13/13 KB 48/156 KB 27/48 KB 27/87 KB 21/21 KB 13/13 KB 48/156 KB 29/48 KB 29/87 KB 21/21 KB 13/13 KB 48/156 KB 32/48 KB 29/87 KB 21/21 KB 13/13 KB 48/156 KB 32/48 KB 32/87 KB 21/21 KB 13/13 KB 48/156 KB 36/48 KB 32/87 KB 21/21 KB 13/13 KB 52/156 KB 40/48 KB 36/87 KB 21/21 KB 13/13 KB 52/156 KB 44/48 KB 36/87 KB 21/21 KB 13/13 KB 52/156 KB 48/48 KB 36/87 KB 21/21 KB 13/13 KB 52/156 KB 48/48 KB 36/87 KB 21/21 KB 13/13 KB 52/156 KB 36/48 KB 36/87 KB 21/21 KB 13/13 KB 52/156 KB 36/48 KB 32/87 KB 21/21 KB 13/13 KB 52/156 KB 48/48 KB 40/87 KB 21/21 KB 56/156 KB 48/48 KB 44/87 KB 21/21 KB 56/156 KB 48/48 KB 48/87 KB 21/21 KB 56/156 KB 48/48 KB 40/87 KB 21/21 KB 60/156 KB 48/48 KB 48/87 KB 21/21 KB 64/156 KB 48/48 KB 48/87 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 406.1 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 784.2 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 64/156 KB 48/48 KB 52/87 KB 68/156 KB 48/48 KB 56/87 KB 68/156 KB 48/48 KB 52/87 KB 72/156 KB 48/48 KB 56/87 KB 76/156 KB 48/48 KB 56/87 KB 76/156 KB 48/48 KB 60/87 KB 80/156 KB 48/48 KB 60/87 KB 80/156 KB 48/48 KB 64/87 KB 84/156 KB 48/48 KB 64/87 KB 88/156 KB 48/48 KB 68/87 KB 92/156 KB 48/48 KB 68/87 KB 96/156 KB 48/48 KB 68/87 KB 96/156 KB 48/48 KB 68/87 KB 4/35 KB 96/156 KB 3/86 KB 68/87 KB 8/35 KB 96/156 KB 3/86 KB 68/87 KB 12/35 KB 96/156 KB 3/86 KB 68/87 KB 16/35 KB 96/156 KB 3/86 KB 68/87 KB 20/35 KB 96/156 KB 3/86 KB 68/87 KB 24/35 KB 96/156 KB 3/86 KB 68/87 KB 28/35 KB 96/156 KB 3/86 KB 68/87 KB 32/35 KB 84/156 KB 48/48 KB 68/87 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 1332.2 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 96/156 KB 3/86 KB 48/48 KB 68/87 KB 4/35 KB 96/156 KB 6/86 KB 68/87 KB 32/35 KB 96/156 KB 9/86 KB 68/87 KB 32/35 KB 96/156 KB 11/86 KB 68/87 KB 32/35 KB 96/156 KB 14/86 KB 68/87 KB 32/35 KB 96/156 KB 16/86 KB 68/87 KB 32/35 KB 96/156 KB 19/86 KB 68/87 KB 32/35 KB 96/156 KB 22/86 KB 68/87 KB 32/35 KB 96/156 KB 25/86 KB 68/87 KB 32/35 KB 96/156 KB 27/86 KB 68/87 KB 32/35 KB 96/156 KB 27/86 KB 72/87 KB 32/35 KB 96/156 KB 27/86 KB 76/87 KB 32/35 KB 96/156 KB 30/86 KB 80/87 KB 32/35 KB 96/156 KB 30/86 KB 76/87 KB 32/35 KB 96/156 KB 30/86 KB 80/87 KB 35/35 KB 96/156 KB 32/86 KB 80/87 KB 35/35 KB 96/156 KB 32/86 KB 84/87 KB 35/35 KB 96/156 KB 32/86 KB 87/87 KB 35/35 KB 100/156 KB 32/86 KB 87/87 KB 35/35 KB 104/156 KB 32/86 KB 87/87 KB 35/35 KB 108/156 KB 32/86 KB 87/87 KB 35/35 KB 112/156 KB 32/86 KB 87/87 KB 35/35 KB 116/156 KB 36/86 KB 87/87 KB 35/35 KB 120/156 KB 36/86 KB 87/87 KB 35/35 KB 124/156 KB 36/86 KB 87/87 KB 35/35 KB 128/156 KB 36/86 KB 87/87 KB 35/35 KB 128/156 KB 36/86 KB 87/87 KB 35/35 KB 3/24 KB 128/156 KB 36/86 KB 87/87 KB 35/35 KB 6/24 KB 112/156 KB 36/86 KB 87/87 KB 35/35 KB 128/156 KB 40/86 KB 87/87 KB 35/35 KB 6/24 KB 128/156 KB 44/86 KB 87/87 KB 35/35 KB 6/24 KB 128/156 KB 44/86 KB 87/87 KB 35/35 KB 9/24 KB 128/156 KB 48/86 KB 87/87 KB 35/35 KB 9/24 KB 128/156 KB 48/86 KB 87/87 KB 35/35 KB 11/24 KB 128/156 KB 48/86 KB 87/87 KB 35/35 KB 14/24 KB 128/156 KB 48/86 KB 87/87 KB 35/35 KB 16/24 KB 128/156 KB 52/86 KB 87/87 KB 35/35 KB 16/24 KB 128/156 KB 56/86 KB 87/87 KB 35/35 KB 19/24 KB 128/156 KB 60/86 KB 87/87 KB 35/35 KB 19/24 KB 128/156 KB 64/86 KB 87/87 KB 35/35 KB 19/24 KB 128/156 KB 52/86 KB 87/87 KB 35/35 KB 19/24 KB 128/156 KB 64/86 KB 87/87 KB 35/35 KB 22/24 KB 128/156 KB 68/86 KB 87/87 KB 35/35 KB 22/24 KB 132/156 KB 68/86 KB 87/87 KB 35/35 KB 24/24 KB 128/156 KB 68/86 KB 87/87 KB 35/35 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 767.3 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 136/156 KB 68/86 KB 87/87 KB 24/24 KB 140/156 KB 68/86 KB 87/87 KB 24/24 KB 144/156 KB 68/86 KB 87/87 KB 24/24 KB 144/156 KB 72/86 KB 87/87 KB 24/24 KB 144/156 KB 76/86 KB 87/87 KB 24/24 KB 144/156 KB 80/86 KB 87/87 KB 24/24 KB 144/156 KB 84/86 KB 87/87 KB 24/24 KB 148/156 KB 86/86 KB 87/87 KB 24/24 KB 148/156 KB 84/86 KB 87/87 KB 24/24 KB 152/156 KB 86/86 KB 87/87 KB 24/24 KB 156/156 KB 86/86 KB 87/87 KB 24/24 KB 156/156 KB 86/86 KB 87/87 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 436.1 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 156/156 KB 86/86 KB 4/14 KB 156/156 KB 86/86 KB 8/14 KB 156/156 KB 86/86 KB 12/14 KB 156/156 KB 86/86 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 1335.8 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 1375.4 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 KB at 213.7 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 156/156 KB 4/119 KB 156/156 KB 8/119 KB 156/156 KB 12/119 KB 13/119 KB 17/119 KB 4/29 KB 21/119 KB 4/29 KB 25/119 KB 4/29 KB 29/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 2195.6 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 4/29 KB 17/119 KB 8/29 KB 29/119 KB 12/29 KB 29/119 KB 16/29 KB 29/119 KB 20/29 KB 29/119 KB 24/29 KB 3/37 KB 33/119 KB 28/29 KB 3/37 KB 33/119 KB 29/29 KB 3/37 KB 33/119 KB 20/29 KB 3/37 KB 33/119 KB 29/29 KB 6/37 KB 33/119 KB 20/29 KB 33/119 KB 29/29 KB 6/37 KB 37/119 KB 29/29 KB 9/37 KB 37/119 KB 29/29 KB 9/37 KB 41/119 KB 29/29 KB 9/37 KB 45/119 KB 29/29 KB 11/37 KB 45/119 KB 29/29 KB 14/37 KB 45/119 KB 29/29 KB 16/37 KB 45/119 KB 29/29 KB 16/37 KB 49/119 KB 29/29 KB 19/37 KB 49/119 KB 29/29 KB 22/37 KB 49/119 KB 29/29 KB 22/37 KB 53/119 KB 29/29 KB 22/37 KB 57/119 KB 29/29 KB 22/37 KB 57/119 KB 3/57 KB 29/29 KB 22/37 KB 57/119 KB 6/57 KB 29/29 KB 22/37 KB 57/119 KB 9/57 KB 29/29 KB 25/37 KB 57/119 KB 9/57 KB 29/29 KB 4/11 KB 25/37 KB 61/119 KB 11/57 KB 29/29 KB 4/11 KB 25/37 KB 57/119 KB 11/57 KB 29/29 KB 8/11 KB 25/37 KB 61/119 KB 11/57 KB 29/29 KB 11/11 KB 25/37 KB 61/119 KB 11/57 KB 29/29 KB 25/37 KB 57/119 KB 11/57 KB 29/29 KB 11/11 KB 25/37 KB 61/119 KB 14/57 KB 29/29 KB 11/11 KB 25/37 KB 61/119 KB 16/57 KB 29/29 KB 11/11 KB 25/37 KB 61/119 KB 19/57 KB 29/29 KB 11/11 KB 25/37 KB 61/119 KB 22/57 KB 29/29 KB 11/11 KB 27/37 KB 61/119 KB 22/57 KB 29/29 KB 11/11 KB 27/37 KB 61/119 KB 25/57 KB 29/29 KB 11/11 KB 30/37 KB 61/119 KB 25/57 KB 29/29 KB 11/11 KB 30/37 KB 61/119 KB 27/57 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 378.6 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 11/11 KB 30/37 KB 65/119 KB 27/57 KB 11/11 KB 32/37 KB 65/119 KB 30/57 KB 11/11 KB 32/37 KB 65/119 KB 27/57 KB 11/11 KB 32/37 KB 69/119 KB 30/57 KB 11/11 KB 35/37 KB 69/119 KB 30/57 KB 11/11 KB 37/37 KB 73/119 KB 32/57 KB 11/11 KB 35/37 KB 73/119 KB 32/57 KB 11/11 KB 35/37 KB 73/119 KB 30/57 KB 37/37 KB 77/119 KB 32/57 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 127.1 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 37/37 KB 77/119 KB 36/57 KB 37/37 KB 81/119 KB 40/57 KB 37/37 KB 81/119 KB 44/57 KB 37/37 KB 81/119 KB 48/57 KB 37/37 KB 81/119 KB 36/57 KB 37/37 KB 85/119 KB 48/57 KB 37/37 KB 89/119 KB 48/57 KB 37/37 KB 93/119 KB 48/57 KB 37/37 KB 93/119 KB 52/57 KB 37/37 KB 97/119 KB 56/57 KB 4/33 KB 37/37 KB 97/119 KB 57/57 KB 4/33 KB 37/37 KB 97/119 KB 52/57 KB 4/33 KB 37/37 KB 93/119 KB 52/57 KB 4/33 KB 37/37 KB 97/119 KB 57/57 KB 8/33 KB 37/37 KB 97/119 KB 57/57 KB 12/33 KB 37/37 KB 97/119 KB 57/57 KB 16/33 KB 37/37 KB 97/119 KB 57/57 KB 20/33 KB 37/37 KB 101/119 KB 57/57 KB 20/33 KB 37/37 KB 105/119 KB 57/57 KB 20/33 KB 37/37 KB 109/119 KB 57/57 KB 24/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 415.8 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 37/37 KB 105/119 KB 57/57 KB 24/33 KB 4/21 KB 109/119 KB 57/57 KB 28/33 KB 4/21 KB 109/119 KB 57/57 KB 32/33 KB 4/21 KB 109/119 KB 57/57 KB 33/33 KB 4/21 KB 109/119 KB 57/57 KB 24/33 KB 8/21 KB 109/119 KB 57/57 KB 33/33 KB 12/21 KB 109/119 KB 57/57 KB 33/33 KB 16/21 KB 109/119 KB 57/57 KB 33/33 KB 20/21 KB 109/119 KB 57/57 KB 33/33 KB 21/21 KB 109/119 KB 57/57 KB 33/33 KB 21/21 KB 113/119 KB 57/57 KB 33/33 KB 21/21 KB 117/119 KB 57/57 KB 33/33 KB 21/21 KB 119/119 KB 57/57 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (57 KB at 620.7 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 21/21 KB 3/5 KB 119/119 KB 33/33 KB 21/21 KB 5/5 KB 119/119 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 334.8 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 217.6 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 1226.0 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/5 KB 6/14 KB 5/5 KB 9/14 KB 5/5 KB 11/14 KB 5/5 KB 14/14 KB 5/5 KB 14/14 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 44.1 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 133.1 KB/sec) unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:10:35 DEBUG unit.abot-epc-basic/0.install [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-oai-epc-0: 00:10:35 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 00:10:35 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 00:10:35 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 00:10:35 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 00:10:35 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (8 KB at 376.9 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (2 KB at 113.6 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install Need to get 3786 kB of archives. unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 950.1 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (4 KB at 228.5 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 2/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (4 KB at 259.0 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 134.4 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/24 KB 6/24 KB 9/24 KB 11/24 KB 14/24 KB 16/24 KB 19/24 KB 22/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 KB at 1445.2 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 873.9 KB/sec) unit-oai-epc-0: 00:10:36 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 147.0 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 132.4 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 595.0 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 242.8 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 162.9 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 154.5 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 701.4 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (2 KB at 98.1 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 64.6 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 170.1 KB/sec) unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom unit-abot-epc-basic-0: 00:10:36 DEBUG unit.abot-epc-basic/0.install 3/7 KB 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 510.7 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 630.8 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 386.6 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 155.1 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 272.1 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 3/17 KB 6/17 KB 9/17 KB 11/17 KB 14/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 1165.7 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 3/286 KB 6/286 KB 3/308 KB 3/223 KB 1/39 KB 3/45 KB 3/286 KB 3/308 KB 3/223 KB 1/39 KB 3/45 KB 6/286 KB 6/308 KB 3/223 KB 1/39 KB 3/45 KB 6/286 KB 9/308 KB 3/223 KB 1/39 KB 3/45 KB 6/286 KB 11/308 KB 3/223 KB 1/39 KB 3/45 KB 3/286 KB 3/223 KB 1/39 KB 3/45 KB 6/286 KB 11/308 KB 3/223 KB 3/39 KB 3/45 KB 6/286 KB 11/308 KB 3/223 KB 5/39 KB 3/45 KB 6/286 KB 11/308 KB 3/223 KB 7/39 KB 3/45 KB 6/286 KB 11/308 KB 3/223 KB 9/39 KB 3/45 KB 6/286 KB 14/308 KB 3/223 KB 11/39 KB 3/45 KB 6/286 KB 14/308 KB 3/223 KB 13/39 KB 3/45 KB 3/286 KB 3/223 KB 3/45 KB 9/286 KB 14/308 KB 6/223 KB 13/39 KB 3/45 KB 9/286 KB 14/308 KB 9/223 KB 13/39 KB 3/45 KB 9/286 KB 14/308 KB 11/223 KB 13/39 KB 3/45 KB 9/286 KB 14/308 KB 14/223 KB 13/39 KB 3/45 KB 9/286 KB 14/308 KB 16/223 KB 13/39 KB 3/45 KB 9/286 KB 14/308 KB 19/223 KB 13/39 KB 3/45 KB 9/286 KB 14/308 KB 22/223 KB 13/39 KB 3/45 KB 9/286 KB 14/308 KB 25/223 KB 15/39 KB 3/45 KB 3/286 KB 3/45 KB 9/286 KB 14/308 KB 25/223 KB 15/39 KB 6/45 KB 9/286 KB 14/308 KB 25/223 KB 15/39 KB 9/45 KB 9/286 KB 14/308 KB 25/223 KB 15/39 KB 11/45 KB 9/286 KB 14/308 KB 25/223 KB 15/39 KB 14/45 KB 9/286 KB 14/308 KB 25/223 KB 15/39 KB 16/45 KB 9/286 KB 14/308 KB 25/223 KB 15/39 KB 19/45 KB 9/286 KB 14/308 KB 22/223 KB 15/39 KB 3/45 KB 9/286 KB 14/308 KB 25/223 KB 17/39 KB 19/45 KB 9/286 KB 14/308 KB 3/223 KB 13/39 KB 3/45 KB 11/286 KB 14/308 KB 25/223 KB 17/39 KB 19/45 KB 6/286 KB 14/308 KB 3/223 KB 9/39 KB 3/45 KB 11/286 KB 16/308 KB 25/223 KB 17/39 KB 19/45 KB 11/286 KB 19/308 KB 25/223 KB 17/39 KB 19/45 KB 11/286 KB 22/308 KB 25/223 KB 17/39 KB 19/45 KB 14/286 KB 25/308 KB 27/223 KB 19/39 KB 22/45 KB 14/286 KB 22/308 KB 27/223 KB 19/39 KB 22/45 KB 14/286 KB 22/308 KB 27/223 KB 19/39 KB 19/45 KB 14/286 KB 22/308 KB 27/223 KB 17/39 KB 19/45 KB 14/286 KB 22/308 KB 25/223 KB 17/39 KB 19/45 KB 14/286 KB 25/308 KB 27/223 KB 21/39 KB 22/45 KB 16/286 KB 25/308 KB 30/223 KB 21/39 KB 22/45 KB 14/286 KB 25/308 KB 30/223 KB 21/39 KB 22/45 KB 16/286 KB 25/308 KB 30/223 KB 21/39 KB 25/45 KB 16/286 KB 25/308 KB 30/223 KB 23/39 KB 25/45 KB 19/286 KB 27/308 KB 30/223 KB 25/39 KB 25/45 KB 19/286 KB 27/308 KB 30/223 KB 23/39 KB 25/45 KB 16/286 KB 27/308 KB 30/223 KB 23/39 KB 25/45 KB 19/286 KB 30/308 KB 32/223 KB 25/39 KB 27/45 KB 19/286 KB 27/308 KB 32/223 KB 25/39 KB 27/45 KB 19/286 KB 27/308 KB 32/223 KB 25/39 KB 25/45 KB 19/286 KB 30/308 KB 32/223 KB 25/39 KB 30/45 KB 22/286 KB 30/308 KB 32/223 KB 25/39 KB 30/45 KB 22/286 KB 32/308 KB 32/223 KB 27/39 KB 30/45 KB 22/286 KB 32/308 KB 32/223 KB 29/39 KB 30/45 KB 22/286 KB 32/308 KB 36/223 KB 31/39 KB 30/45 KB 22/286 KB 32/308 KB 32/223 KB 25/39 KB 30/45 KB 25/286 KB 32/308 KB 36/223 KB 31/39 KB 32/45 KB 25/286 KB 32/308 KB 36/223 KB 31/39 KB 30/45 KB 27/286 KB 32/308 KB 36/223 KB 31/39 KB 32/45 KB 30/286 KB 36/308 KB 36/223 KB 34/39 KB 32/45 KB 32/286 KB 36/308 KB 36/223 KB 34/39 KB 32/45 KB 22/286 KB 32/308 KB 36/223 KB 29/39 KB 30/45 KB 32/286 KB 36/308 KB 40/223 KB 34/39 KB 36/45 KB 32/286 KB 36/308 KB 44/223 KB 34/39 KB 36/45 KB 32/286 KB 36/308 KB 48/223 KB 34/39 KB 36/45 KB 32/286 KB 36/308 KB 36/223 KB 34/39 KB 36/45 KB 32/286 KB 36/308 KB 48/223 KB 34/39 KB 40/45 KB 27/286 KB 36/308 KB 36/223 KB 34/39 KB 32/45 KB 32/286 KB 40/308 KB 48/223 KB 34/39 KB 40/45 KB 32/286 KB 44/308 KB 48/223 KB 34/39 KB 44/45 KB unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 36/286 KB 48/308 KB 48/223 KB 34/39 KB 44/45 KB 27/286 KB 32/308 KB 36/223 KB 34/39 KB 32/45 KB 36/286 KB 48/308 KB 48/223 KB 37/39 KB 44/45 KB 36/286 KB 48/308 KB 48/223 KB 39/39 KB 44/45 KB 36/286 KB 48/308 KB 52/223 KB 39/39 KB 44/45 KB 36/286 KB 52/308 KB 56/223 KB 39/39 KB 44/45 KB 36/286 KB 52/308 KB 60/223 KB 39/39 KB 44/45 KB 36/286 KB 52/308 KB 64/223 KB 39/39 KB 44/45 KB 36/286 KB 44/308 KB 48/223 KB 34/39 KB 44/45 KB 32/286 KB 40/308 KB 48/223 KB 34/39 KB 44/45 KB 36/286 KB 52/308 KB 64/223 KB 39/39 KB 45/45 KB 40/286 KB 52/308 KB 64/223 KB 39/39 KB 45/45 KB 44/286 KB 52/308 KB 64/223 KB 39/39 KB 45/45 KB 48/286 KB 52/308 KB 64/223 KB 39/39 KB 45/45 KB 36/286 KB 52/308 KB 52/223 KB 39/39 KB 44/45 KB 48/286 KB 56/308 KB 64/223 KB 39/39 KB 45/45 KB 52/286 KB 60/308 KB 64/223 KB 39/39 KB 45/45 KB 52/286 KB 64/308 KB 64/223 KB 39/39 KB 45/45 KB 52/286 KB 64/308 KB 68/223 KB 39/39 KB 45/45 KB 52/286 KB 64/308 KB 72/223 KB 39/39 KB 45/45 KB 52/286 KB 64/308 KB 76/223 KB 39/39 KB 45/45 KB 52/286 KB 64/308 KB 80/223 KB 45/45 KB 52/286 KB 56/308 KB 64/223 KB 39/39 KB 45/45 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 KB at 1036.9 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 56/286 KB 64/308 KB 80/223 KB 45/45 KB 60/286 KB 64/308 KB 80/223 KB 45/45 KB 64/286 KB 64/308 KB 80/223 KB 68/286 KB 68/308 KB 80/223 KB 72/286 KB 68/308 KB 84/223 KB 76/286 KB 68/308 KB 84/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (45 KB at 1083.7 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 68/286 KB 68/308 KB 84/223 KB 76/286 KB 68/308 KB 88/223 KB 76/286 KB 68/308 KB 92/223 KB 64/286 KB 68/308 KB 80/223 KB 76/286 KB 72/308 KB 92/223 KB 76/286 KB 76/308 KB 92/223 KB 76/286 KB 80/308 KB 92/223 KB 76/286 KB 84/308 KB 92/223 KB 76/286 KB 88/308 KB 96/223 KB 76/286 KB 84/308 KB 96/223 KB 80/286 KB 88/308 KB 96/223 KB 80/286 KB 92/308 KB 96/223 KB 80/286 KB 96/308 KB 96/223 KB 84/286 KB 96/308 KB 96/223 KB 88/286 KB 100/308 KB 100/223 KB 92/286 KB 100/308 KB 100/223 KB 96/286 KB 100/308 KB 100/223 KB 84/286 KB 100/308 KB 100/223 KB 84/286 KB 96/308 KB 100/223 KB 96/286 KB 100/308 KB 104/223 KB 96/286 KB 100/308 KB 108/223 KB 96/286 KB 100/308 KB 112/223 KB 96/286 KB 104/308 KB 112/223 KB 96/286 KB 108/308 KB 112/223 KB 96/286 KB 112/308 KB 112/223 KB 96/286 KB 4/174 KB 112/308 KB 112/223 KB 96/286 KB 8/174 KB 112/308 KB 112/223 KB 96/286 KB 12/174 KB 112/308 KB 112/223 KB 96/286 KB 16/174 KB 112/308 KB 112/223 KB 96/286 KB 16/174 KB 3/22 KB 112/308 KB 112/223 KB 96/286 KB 16/174 KB 5/22 KB 112/308 KB 112/223 KB 96/286 KB 16/174 KB 8/22 KB 112/308 KB 112/223 KB 96/286 KB 16/174 KB 11/22 KB 112/308 KB 112/223 KB 96/286 KB 16/174 KB 13/22 KB 112/308 KB 112/223 KB 96/286 KB 16/174 KB 16/22 KB 112/308 KB 112/223 KB 96/286 KB 16/174 KB 19/22 KB 112/308 KB 112/223 KB 100/286 KB 16/174 KB 19/22 KB 112/308 KB 112/223 KB 104/286 KB 20/174 KB 21/22 KB 112/308 KB 116/223 KB 108/286 KB 20/174 KB 21/22 KB 112/308 KB 116/223 KB 112/286 KB 20/174 KB 21/22 KB 112/308 KB 116/223 KB 100/286 KB 20/174 KB 21/22 KB 112/308 KB 116/223 KB 100/286 KB 16/174 KB 21/22 KB 112/308 KB 116/223 KB 100/286 KB 16/174 KB 21/22 KB 112/308 KB 112/223 KB 112/286 KB 20/174 KB 22/22 KB 116/308 KB 116/223 KB 112/286 KB 20/174 KB 22/22 KB 116/308 KB 120/223 KB 112/286 KB 20/174 KB 22/22 KB 116/308 KB 124/223 KB 112/286 KB 20/174 KB 22/22 KB 116/308 KB 128/223 KB 112/286 KB 20/174 KB 21/22 KB 116/308 KB 116/223 KB 112/286 KB 24/174 KB 22/22 KB 116/308 KB 128/223 KB 112/286 KB 24/174 KB 22/22 KB 120/308 KB 128/223 KB 112/286 KB 28/174 KB 22/22 KB 124/308 KB 128/223 KB 112/286 KB 28/174 KB 22/22 KB 128/308 KB 128/223 KB 112/286 KB 28/174 KB 22/22 KB 132/308 KB 128/223 KB 116/286 KB 28/174 KB 22/22 KB 136/308 KB 132/223 KB 116/286 KB 28/174 KB 22/22 KB 140/308 KB 132/223 KB 116/286 KB 28/174 KB 22/22 KB 144/308 KB 132/223 KB 112/286 KB 28/174 KB 22/22 KB 120/308 KB 128/223 KB 116/286 KB 32/174 KB 22/22 KB 144/308 KB 132/223 KB 116/286 KB 36/174 KB 22/22 KB 144/308 KB 132/223 KB 116/286 KB 40/174 KB 22/22 KB 144/308 KB 132/223 KB 116/286 KB 44/174 KB 22/22 KB 144/308 KB 132/223 KB 116/286 KB 48/174 KB 22/22 KB 144/308 KB 132/223 KB 116/286 KB 28/174 KB 22/22 KB 132/308 KB 132/223 KB 116/286 KB 28/174 KB 22/22 KB 132/308 KB 128/223 KB 120/286 KB 48/174 KB 22/22 KB 144/308 KB 132/223 KB 120/286 KB 48/174 KB 22/22 KB 144/308 KB 136/223 KB 124/286 KB 48/174 KB 22/22 KB 144/308 KB 136/223 KB 124/286 KB 48/174 KB 22/22 KB 144/308 KB 140/223 KB 128/286 KB 48/174 KB 22/22 KB 144/308 KB 140/223 KB 128/286 KB 48/174 KB 22/22 KB 144/308 KB 144/223 KB 132/286 KB 48/174 KB 22/22 KB 144/308 KB 144/223 KB 136/286 KB 52/174 KB 22/22 KB 148/308 KB 148/223 KB 140/286 KB 52/174 KB 22/22 KB 148/308 KB 148/223 KB 144/286 KB 52/174 KB 22/22 KB 148/308 KB 148/223 KB 132/286 KB 52/174 KB 22/22 KB 148/308 KB 148/223 KB 144/286 KB 52/174 KB 22/22 KB 148/308 KB 152/223 KB unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 144/286 KB 52/174 KB 22/22 KB 148/308 KB 156/223 KB 144/286 KB 52/174 KB 22/22 KB 148/308 KB 160/223 KB 132/286 KB 48/174 KB 22/22 KB 148/308 KB 144/223 KB 144/286 KB 52/174 KB 22/22 KB 152/308 KB 160/223 KB 144/286 KB 52/174 KB 22/22 KB 156/308 KB 160/223 KB 144/286 KB 52/174 KB 22/22 KB 160/308 KB 160/223 KB 132/286 KB 52/174 KB 22/22 KB 148/308 KB 144/223 KB 144/286 KB 56/174 KB 22/22 KB 160/308 KB 160/223 KB 144/286 KB 60/174 KB 22/22 KB 160/308 KB 160/223 KB 144/286 KB 64/174 KB 22/22 KB 160/308 KB 160/223 KB 144/286 KB 64/174 KB 22/22 KB 160/308 KB 164/223 KB 148/286 KB 68/174 KB 22/22 KB 164/308 KB 168/223 KB 148/286 KB 68/174 KB 22/22 KB 164/308 KB 172/223 KB 148/286 KB 68/174 KB 22/22 KB 164/308 KB 176/223 KB 148/286 KB 68/174 KB 22/22 KB 164/308 KB 164/223 KB 152/286 KB 68/174 KB 22/22 KB 164/308 KB 176/223 KB 156/286 KB 68/174 KB 22/22 KB 164/308 KB 176/223 KB 144/286 KB 68/174 KB 22/22 KB 164/308 KB 164/223 KB 144/286 KB 68/174 KB 22/22 KB 160/308 KB 164/223 KB 156/286 KB 72/174 KB 22/22 KB 168/308 KB 176/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 KB at 394.0 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 160/286 KB 72/174 KB 22/22 KB 168/308 KB 176/223 KB 156/286 KB 68/174 KB 22/22 KB 168/308 KB 176/223 KB 160/286 KB 76/174 KB 168/308 KB 176/223 KB 160/286 KB 80/174 KB 172/308 KB 176/223 KB 160/286 KB 84/174 KB 172/308 KB 176/223 KB 164/286 KB 88/174 KB 172/308 KB 180/223 KB 164/286 KB 92/174 KB 172/308 KB 180/223 KB 164/286 KB 96/174 KB 172/308 KB 180/223 KB 160/286 KB 76/174 KB 172/308 KB 176/223 KB 164/286 KB 96/174 KB 176/308 KB 180/223 KB 164/286 KB 84/174 KB 172/308 KB 180/223 KB 164/286 KB 96/174 KB 176/308 KB 184/223 KB 164/286 KB 96/174 KB 176/308 KB 188/223 KB 164/286 KB 96/174 KB 176/308 KB 192/223 KB 164/286 KB 84/174 KB 172/308 KB 176/223 KB 168/286 KB 96/174 KB 176/308 KB 192/223 KB 3/9 KB 172/286 KB 96/174 KB 176/308 KB 192/223 KB 3/9 KB 164/286 KB 96/174 KB 176/308 KB 192/223 KB 3/9 KB 172/286 KB 96/174 KB 180/308 KB 192/223 KB 4/9 KB 172/286 KB 96/174 KB 180/308 KB 192/223 KB 7/9 KB 172/286 KB 96/174 KB 180/308 KB 192/223 KB 9/9 KB 172/286 KB 96/174 KB 180/308 KB 192/223 KB 3/9 KB 176/286 KB 96/174 KB 184/308 KB 192/223 KB 9/9 KB 176/286 KB 96/174 KB 188/308 KB 192/223 KB 9/9 KB 176/286 KB 96/174 KB 192/308 KB 192/223 KB 9/9 KB 176/286 KB 96/174 KB 196/308 KB 192/223 KB 9/9 KB 176/286 KB 100/174 KB 200/308 KB 196/223 KB 9/9 KB 176/286 KB 100/174 KB 204/308 KB 196/223 KB 9/9 KB 176/286 KB 100/174 KB 208/308 KB 196/223 KB 9/9 KB 176/286 KB 96/174 KB 180/308 KB 192/223 KB 9/9 KB 180/286 KB 100/174 KB 208/308 KB 196/223 KB 9/9 KB 184/286 KB 100/174 KB 208/308 KB 196/223 KB 9/9 KB 188/286 KB 100/174 KB 208/308 KB 196/223 KB 9/9 KB 192/286 KB 100/174 KB 208/308 KB 196/223 KB 9/9 KB 176/286 KB 100/174 KB 196/308 KB 196/223 KB 9/9 KB 192/286 KB 100/174 KB 208/308 KB 200/223 KB 9/9 KB 192/286 KB 100/174 KB 208/308 KB 204/223 KB 9/9 KB 192/286 KB 100/174 KB 208/308 KB 208/223 KB 9/9 KB 176/286 KB 100/174 KB 196/308 KB 192/223 KB 9/9 KB 192/286 KB 104/174 KB 208/308 KB 208/223 KB 9/9 KB 192/286 KB 108/174 KB 208/308 KB 208/223 KB 9/9 KB 192/286 KB 112/174 KB 208/308 KB 208/223 KB 9/9 KB 192/286 KB 116/174 KB 208/308 KB 208/223 KB 9/9 KB 196/286 KB 120/174 KB 212/308 KB 212/223 KB 9/9 KB 196/286 KB 124/174 KB 212/308 KB 212/223 KB 9/9 KB 196/286 KB 128/174 KB 212/308 KB 212/223 KB 9/9 KB 196/286 KB 116/174 KB 212/308 KB 212/223 KB 9/9 KB 196/286 KB 116/174 KB 212/308 KB 208/223 KB 9/9 KB 196/286 KB 128/174 KB 212/308 KB 216/223 KB 9/9 KB 200/286 KB 128/174 KB 212/308 KB 216/223 KB 9/9 KB 204/286 KB 128/174 KB 212/308 KB 216/223 KB 9/9 KB 192/286 KB 116/174 KB 212/308 KB 208/223 KB 9/9 KB 204/286 KB 128/174 KB 212/308 KB 220/223 KB 9/9 KB 204/286 KB 128/174 KB 212/308 KB 223/223 KB 9/9 KB 208/286 KB 128/174 KB 212/308 KB 223/223 KB 9/9 KB 208/286 KB 128/174 KB 216/308 KB 223/223 KB 9/9 KB 208/286 KB 128/174 KB 220/308 KB 223/223 KB 9/9 KB 208/286 KB 128/174 KB 224/308 KB 223/223 KB 9/9 KB 208/286 KB 128/174 KB 228/308 KB 223/223 KB 9/9 KB 212/286 KB 132/174 KB 232/308 KB 223/223 KB 9/9 KB 212/286 KB 132/174 KB 236/308 KB 223/223 KB 9/9 KB 212/286 KB 132/174 KB 240/308 KB 223/223 KB 9/9 KB 212/286 KB 132/174 KB 228/308 KB 223/223 KB 9/9 KB 216/286 KB 132/174 KB 240/308 KB 223/223 KB 9/9 KB 208/286 KB 132/174 KB 228/308 KB 223/223 KB 9/9 KB 220/286 KB 132/174 KB 240/308 KB 223/223 KB 9/9 KB 220/286 KB 136/174 KB 240/308 KB 223/223 KB 9/9 KB 220/286 KB 140/174 KB 240/308 KB 223/223 KB 9/9 KB 224/286 K unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install B 140/174 KB 240/308 KB 223/223 KB 9/9 KB 224/286 KB 144/174 KB 240/308 KB 223/223 KB 9/9 KB 224/286 KB 144/174 KB 244/308 KB 223/223 KB 9/9 KB 228/286 KB 148/174 KB 248/308 KB 223/223 KB 9/9 KB 228/286 KB 148/174 KB 252/308 KB 223/223 KB 9/9 KB 228/286 KB 148/174 KB 256/308 KB 223/223 KB 9/9 KB 228/286 KB 148/174 KB 244/308 KB 223/223 KB 9/9 KB 224/286 KB 148/174 KB 244/308 KB 223/223 KB 9/9 KB 232/286 KB 148/174 KB 256/308 KB 223/223 KB 9/9 KB 236/286 KB 152/174 KB 256/308 KB 223/223 KB 9/9 KB 236/286 KB 148/174 KB 256/308 KB 223/223 KB 9/9 KB 240/286 KB 152/174 KB 256/308 KB 223/223 KB 9/9 KB 240/286 KB 156/174 KB 256/308 KB 223/223 KB 9/9 KB 240/286 KB 160/174 KB 256/308 KB 223/223 KB 9/9 KB 244/286 KB 160/174 KB 256/308 KB 223/223 KB 9/9 KB 248/286 KB 164/174 KB 260/308 KB 223/223 KB 9/9 KB 252/286 KB 164/174 KB 260/308 KB 223/223 KB 9/9 KB 256/286 KB 164/174 KB 260/308 KB 223/223 KB 9/9 KB 244/286 KB 164/174 KB 260/308 KB 223/223 KB 9/9 KB 244/286 KB 160/174 KB 260/308 KB 223/223 KB 9/9 KB 256/286 KB 164/174 KB 264/308 KB 223/223 KB 9/9 KB 256/286 KB 164/174 KB 268/308 KB 223/223 KB 9/9 KB 256/286 KB 168/174 KB 272/308 KB 223/223 KB 9/9 KB 256/286 KB 168/174 KB 268/308 KB 223/223 KB 9/9 KB 256/286 KB 172/174 KB 272/308 KB 223/223 KB 9/9 KB 256/286 KB 174/174 KB 272/308 KB 223/223 KB 9/9 KB 260/286 KB 174/174 KB 272/308 KB 223/223 KB 9/9 KB 264/286 KB 174/174 KB 276/308 KB 223/223 KB 9/9 KB 268/286 KB 174/174 KB 276/308 KB 223/223 KB 9/9 KB 269/286 KB 174/174 KB 276/308 KB 223/223 KB 9/9 KB 260/286 KB 174/174 KB 276/308 KB 223/223 KB 9/9 KB 269/286 KB 174/174 KB 280/308 KB 223/223 KB 9/9 KB 269/286 KB 174/174 KB 284/308 KB 223/223 KB 9/9 KB 273/286 KB 174/174 KB 288/308 KB 223/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 101.3 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 273/286 KB 174/174 KB 284/308 KB 223/223 KB 277/286 KB 292/308 KB 281/286 KB 292/308 KB 285/286 KB 292/308 KB 286/286 KB 292/308 KB 273/286 KB 292/308 KB 286/286 KB 296/308 KB 286/286 KB 300/308 KB 286/286 KB 304/308 KB 286/286 KB 308/308 KB 286/286 KB 308/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 2043.7 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (174 KB at 1703.1 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (286 KB at 2267.0 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 4/11 KB 4/22 KB 3/17 KB 4/11 KB 8/22 KB 3/17 KB 4/11 KB 12/22 KB 3/17 KB 4/11 KB 16/22 KB 3/17 KB 4/11 KB 20/22 KB 3/17 KB 4/11 KB 22/22 KB 3/17 KB 4/11 KB 3/17 KB 8/11 KB 22/22 KB 3/17 KB 11/11 KB 22/22 KB 3/17 KB 3/17 KB 11/11 KB 22/22 KB 6/17 KB 11/11 KB 22/22 KB 9/17 KB 11/11 KB 22/22 KB 11/17 KB 11/11 KB 22/22 KB 14/17 KB 11/11 KB 22/22 KB 16/17 KB 11/11 KB 22/22 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2606.4 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 11/11 KB 3/13 KB 22/22 KB 17/17 KB 11/11 KB 5/13 KB 22/22 KB 17/17 KB 11/11 KB 8/13 KB 22/22 KB 17/17 KB 11/11 KB 11/13 KB 22/22 KB 17/17 KB 11/11 KB 13/13 KB 22/22 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 174.5 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 84.8 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 11/11 KB 4/11 KB 13/13 KB 22/22 KB 8/11 KB 13/13 KB 11/11 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 KB at 128.6 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 KB at 97.1 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 11/11 KB 3/28 KB 11/11 KB 6/28 KB 11/11 KB 3/14 KB 6/28 KB 11/11 KB 6/14 KB 6/28 KB 11/11 KB 9/14 KB 6/28 KB 11/11 KB 9/14 KB 9/28 KB 11/11 KB 11/14 KB 9/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (11 KB at 76.2 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 3/309 KB 11/11 KB 11/14 KB 9/28 KB 5/309 KB 11/14 KB 9/28 KB 8/309 KB 11/14 KB 9/28 KB 11/309 KB 11/14 KB 9/28 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 11/309 KB 11/14 KB 11/28 KB 13/309 KB 11/14 KB 11/28 KB 13/309 KB 14/14 KB 11/28 KB 16/309 KB 14/14 KB 14/28 KB 13/309 KB 14/14 KB 14/28 KB 16/309 KB 14/14 KB 16/28 KB 19/309 KB 14/14 KB 16/28 KB 21/309 KB 14/14 KB 19/28 KB 19/309 KB 14/14 KB 19/28 KB 21/309 KB 14/14 KB 22/28 KB 24/309 KB 14/14 KB 22/28 KB 24/309 KB 14/14 KB 25/28 KB 27/309 KB 14/14 KB 25/28 KB 29/309 KB 14/14 KB 25/28 KB 29/309 KB 14/14 KB 27/28 KB 29/309 KB 14/14 KB 28/28 KB 32/309 KB 14/14 KB 28/28 KB 36/309 KB 14/14 KB 28/28 KB 36/309 KB 4/37 KB 14/14 KB 28/28 KB 36/309 KB 8/37 KB 14/14 KB 28/28 KB 36/309 KB 12/37 KB 14/14 KB 28/28 KB 36/309 KB 16/37 KB 14/14 KB 28/28 KB 40/309 KB 16/37 KB 14/14 KB 28/28 KB 44/309 KB 16/37 KB 14/14 KB 28/28 KB 48/309 KB 20/37 KB 14/14 KB 28/28 KB 1/192 KB 44/309 KB 20/37 KB 14/14 KB 28/28 KB 1/192 KB 48/309 KB 24/37 KB 14/14 KB 28/28 KB 1/192 KB 48/309 KB 28/37 KB 14/14 KB 28/28 KB 1/192 KB 48/309 KB 32/37 KB 14/14 KB 28/28 KB 1/192 KB 44/309 KB 16/37 KB 14/14 KB 28/28 KB 1/192 KB 48/309 KB 32/37 KB 14/14 KB 28/28 KB 4/192 KB 48/309 KB 32/37 KB 28/28 KB 5/192 KB 48/309 KB 32/37 KB 28/28 KB 8/192 KB 48/309 KB 32/37 KB 28/28 KB 9/192 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 92.2 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 48/309 KB 32/37 KB 28/28 KB 12/192 KB 48/309 KB 32/37 KB 28/28 KB 13/192 KB 48/309 KB 32/37 KB 28/28 KB 16/192 KB 48/309 KB 32/37 KB 28/28 KB 17/192 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 191.0 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 52/309 KB 36/37 KB 20/192 KB 48/309 KB 36/37 KB 20/192 KB 52/309 KB 37/37 KB 20/192 KB 48/309 KB 32/37 KB 20/192 KB 52/309 KB 37/37 KB 21/192 KB 52/309 KB 37/37 KB 24/192 KB 52/309 KB 37/37 KB 25/192 KB 52/309 KB 37/37 KB 28/192 KB 52/309 KB 37/37 KB 29/192 KB 56/309 KB 37/37 KB 29/192 KB 60/309 KB 37/37 KB 29/192 KB 60/309 KB 37/37 KB 32/192 KB 64/309 KB 37/37 KB 32/192 KB 64/309 KB 37/37 KB 33/192 KB 64/309 KB 37/37 KB 36/192 KB 64/309 KB 37/37 KB 37/192 KB 64/309 KB 37/37 KB 40/192 KB 68/309 KB 37/37 KB 41/192 KB 68/309 KB 3/14 KB 37/37 KB 44/192 KB 68/309 KB 3/14 KB 37/37 KB 45/192 KB 68/309 KB 37/37 KB 40/192 KB 68/309 KB 3/14 KB 37/37 KB 41/192 KB 68/309 KB 5/14 KB 37/37 KB 45/192 KB 68/309 KB 8/14 KB 37/37 KB 45/192 KB 68/309 KB 11/14 KB 37/37 KB 45/192 KB 68/309 KB 13/14 KB 37/37 KB 45/192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (37 KB at 240.1 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 68/309 KB 14/14 KB 45/192 KB 72/309 KB 14/14 KB 45/192 KB 76/309 KB 14/14 KB 45/192 KB 80/309 KB 14/14 KB 45/192 KB 84/309 KB 14/14 KB 45/192 KB 88/309 KB 14/14 KB 48/192 KB 84/309 KB 14/14 KB 48/192 KB 88/309 KB 14/14 KB 49/192 KB 88/309 KB 14/14 KB 52/192 KB 88/309 KB 14/14 KB 53/192 KB 92/309 KB 14/14 KB 53/192 KB 96/309 KB 14/14 KB 53/192 KB 96/309 KB 14/14 KB 56/192 KB 96/309 KB 14/14 KB 57/192 KB 100/309 KB 14/14 KB 57/192 KB 100/309 KB 14/14 KB 60/192 KB 100/309 KB 14/14 KB 61/192 KB 104/309 KB 14/14 KB 61/192 KB 108/309 KB 14/14 KB 64/192 KB 112/309 KB 14/14 KB 64/192 KB 104/309 KB 14/14 KB 64/192 KB 112/309 KB 14/14 KB 65/192 KB 112/309 KB 14/14 KB 68/192 KB 112/309 KB 14/14 KB 69/192 KB 116/309 KB 14/14 KB 69/192 KB 120/309 KB 14/14 KB 72/192 KB 124/309 KB 14/14 KB 72/192 KB 128/309 KB 14/14 KB 72/192 KB 116/309 KB 14/14 KB 72/192 KB 128/309 KB 14/14 KB 73/192 KB 128/309 KB 14/14 KB 76/192 KB 128/309 KB 14/14 KB 77/192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 85.7 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 128/309 KB 80/192 KB 128/309 KB 81/192 KB 128/309 KB 84/192 KB 132/309 KB 84/192 KB 136/309 KB 84/192 KB 140/309 KB 85/192 KB 136/309 KB 85/192 KB 144/309 KB 88/192 KB 144/309 KB 85/192 KB 144/309 KB 89/192 KB 144/309 KB 92/192 KB 144/309 KB 93/192 KB 144/309 KB 96/192 KB 148/309 KB 96/192 KB 152/309 KB 96/192 KB 152/309 KB 97/192 KB 156/309 KB 97/192 KB 156/309 KB 100/192 KB 160/309 KB 100/192 KB 160/309 KB 101/192 KB 164/309 KB 101/192 KB 168/309 KB 104/192 KB 172/309 KB 104/192 KB 176/309 KB 104/192 KB 164/309 KB 104/192 KB 176/309 KB 105/192 KB 176/309 KB 108/192 KB 176/309 KB 109/192 KB 176/309 KB 112/192 KB 176/309 KB 113/192 KB 180/309 KB 113/192 KB 180/309 KB 116/192 KB 180/309 KB 117/192 KB 184/309 KB 117/192 KB 184/309 KB 120/192 KB 188/309 KB 120/192 KB 192/309 KB 120/192 KB 192/309 KB 121/192 KB 192/309 KB 124/192 KB 196/309 KB 124/192 KB 196/309 KB 127/192 KB 196/309 KB 129/192 KB 200/309 KB 129/192 KB 204/309 KB 129/192 KB 208/309 KB 132/192 KB 204/309 KB 132/192 KB 208/309 KB 135/192 KB 212/309 KB 135/192 KB 216/309 KB 137/192 KB 220/309 KB 137/192 KB 224/309 KB 137/192 KB 212/309 KB 137/192 KB 224/309 KB 140/192 KB 224/309 KB 143/192 KB 224/309 KB 145/192 KB 224/309 KB 148/192 KB 224/309 KB 149/192 KB 228/309 KB 149/192 KB 228/309 KB 152/192 KB 228/309 KB 153/192 KB 232/309 KB 153/192 KB 236/309 KB 153/192 KB 236/309 KB 156/192 KB 240/309 KB 156/192 KB 240/309 KB 157/192 KB 244/309 KB 157/192 KB 248/309 KB 160/192 KB 252/309 KB 160/192 KB 256/309 KB 160/192 KB 244/309 KB 160/192 KB 256/309 KB 161/192 KB 256/309 KB 164/192 KB 256/309 KB 165/192 KB 256/309 KB 168/192 KB 256/309 KB 169/192 KB 260/309 KB 169/192 KB 260/309 KB 172/192 KB 260/309 KB 173/192 KB 260/309 KB 176/192 KB 264/309 KB 176/192 KB 264/309 KB 177/192 KB 268/309 KB 177/192 KB 272/309 KB 177/192 KB 272/309 KB 180/192 KB 272/309 KB 181/192 KB 276/309 KB 181/192 KB 276/309 KB 184/192 KB 276/309 KB 187/192 KB 276/309 KB 189/192 KB 280/309 KB 189/192 KB 284/309 KB 189/192 KB 284/309 KB 192/192 KB 288/309 KB 192/192 KB 288/309 KB 192/192 KB 292/309 KB 192/192 KB 296/309 KB 192/192 KB 300/309 KB 192/192 KB 304/309 KB 192/192 KB 308/309 KB 192/192 KB 309/309 KB 192/192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (192 KB at 1035.0 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 1640.4 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom (4 KB at 151.9 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (3 KB at 192.5 KB/sec) unit-oai-epc-0: 00:10:37 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install 3/74 KB 6/74 KB 9/74 KB 11/74 KB 14/74 KB 16/74 KB 19/74 KB 22/74 KB 25/74 KB 27/74 KB 30/74 KB 32/74 KB 36/74 KB 40/74 KB 44/74 KB 48/74 KB 52/74 KB 56/74 KB 60/74 KB 64/74 KB 68/74 KB 72/74 KB 74/74 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar (74 KB at 3507.2 KB/sec) unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 00:10:37 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-oai-epc-0: 00:10:37 DEBUG unit.oai-epc/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-epc-0: 00:10:38 DEBUG unit.oai-epc/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-abot-epc-basic-0: 00:10:38 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-oai-epc-0: 00:10:38 DEBUG unit.oai-epc/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-oai-epc-0: 00:10:38 DEBUG unit.oai-epc/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-oai-epc-0: 00:10:38 DEBUG unit.oai-epc/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-oai-epc-0: 00:10:38 DEBUG unit.oai-epc/0.install Fetched 3786 kB in 2s (1688 kB/s) unit-abot-epc-basic-0: 00:10:39 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-abot-epc-basic-0: 00:10:39 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:39 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 00:10:39 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@483f6d77: startup date [Wed Sep 05 00:10:39 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 00:10:39 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:39 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:10:39 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-oai-epc-0: 00:10:39 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 00:10:39 DEBUG unit.oai-epc/0.install (Reading database ... 78898 files and directories currently installed.) unit-oai-epc-0: 00:10:39 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 00:10:39 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:10:39 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:39 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:10:39 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-oai-epc-0: 00:10:39 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 00:10:39 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 00:10:40 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:10:41 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:41 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 00:10:41 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@466d49f0] to [cucumber.runtime.java.spring.GlueCodeScope@710d7aff] unit-oai-epc-0: 00:10:41 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 00:10:41 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 00:10:41 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 00:10:41 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:41 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 00:10:41 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@51351f28: startup date [Wed Sep 05 00:10:41 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 00:10:41 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:41 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:10:41 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 00:10:41 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:41 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:10:41 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 00:10:41 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:41 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:10:41 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 00:10:41 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:41 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:10:41 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:42 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@a2ddf26: startup date [Wed Sep 05 00:10:42 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install Sep 05, 2018 12:10:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-oai-epc-0: 00:10:42 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 00:10:42 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 00:10:42 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install 05-Sep-2018 00:10:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install 05-Sep-2018 00:10:42 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install 05-Sep-2018 00:10:42 [main] REPORT: STEP EXECUTION TIME TAKEN :1317 MS unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install 05-Sep-2018 00:10:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:10:42 DEBUG unit.abot-epc-basic/0.install 05-Sep-2018 00:10:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 05-Sep-2018 00:10:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 05-Sep-2018 00:10:43 [main] REPORT: EXECUTED STEP IS :When I execute the command ifconfig in this system and check the presence of following strings in the response: unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 05-Sep-2018 00:10:43 [main] REPORT: STEP EXECUTION TIME TAKEN :98 MS unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 05-Sep-2018 00:10:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 05-Sep-2018 00:10:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response: # SshGrammars.runLocalCommand(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 0m1.847s unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.929 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response:(Scenario: Local Commands testing) Time elapsed: 0.008 sec unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.02 sec unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 05-Sep-2018 00:10:43.141 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-oai-epc-0: 00:10:43 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 00:10:43 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 00:10:43 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 211.0 KB/sec) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 2/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 161.4 KB/sec) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 94.0 KB/sec) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 202.7 KB/sec) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 1298.4 KB/sec) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 1018/1018 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 62.1 KB/sec) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 692.5 KB/sec) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 13/22 KB 3/60 KB 13/22 KB 6/60 KB 13/22 KB 9/60 KB 13/22 KB 11/60 KB 13/22 KB 14/60 KB 13/22 KB 16/60 KB 13/22 KB 19/60 KB 16/22 KB 19/60 KB 19/22 KB 19/60 KB 19/22 KB 22/60 KB 19/22 KB 3/57 KB 22/60 KB 19/22 KB 6/57 KB 3/181 KB 22/60 KB 19/22 KB 9/57 KB 3/181 KB 22/60 KB 19/22 KB 11/57 KB 3/181 KB 22/60 KB 19/22 KB 14/57 KB 3/181 KB 22/60 KB 19/22 KB 3/203 KB 16/57 KB 3/181 KB 22/60 KB 19/22 KB 3/203 KB 19/57 KB 3/181 KB 22/60 KB 19/22 KB 3/57 KB 3/181 KB 22/60 KB 19/22 KB 3/203 KB 19/57 KB 6/181 KB 22/60 KB 19/22 KB 3/203 KB 19/57 KB 9/181 KB 22/60 KB 19/22 KB 3/203 KB 19/57 KB 11/181 KB 22/60 KB 19/22 KB 3/203 KB 19/57 KB 14/181 KB 22/60 KB 19/22 KB 3/203 KB 19/57 KB 16/181 KB 22/60 KB 19/22 KB 3/203 KB 19/57 KB 19/181 KB 22/60 KB 19/22 KB 3/203 KB 19/57 KB 22/181 KB 22/60 KB 19/22 KB 3/203 KB 14/57 KB 3/181 KB 22/60 KB 21/22 KB 5/203 KB 22/57 KB 22/181 KB 25/60 KB 21/22 KB 8/203 KB 22/57 KB 22/181 KB 25/60 KB 21/22 KB 11/203 KB 22/57 KB 22/181 KB 25/60 KB 21/22 KB 13/203 KB 22/57 KB 22/181 KB 25/60 KB 21/22 KB 16/203 KB 22/57 KB 22/181 KB 25/60 KB 21/22 KB 19/203 KB 22/57 KB 22/181 KB 25/60 KB 21/22 KB 21/203 KB 22/57 KB 22/181 KB 25/60 KB 21/22 KB 24/203 KB 22/57 KB 22/181 KB 25/60 KB 21/22 KB 3/203 KB 22/57 KB 22/181 KB 25/60 KB 21/22 KB 24/203 KB 22/57 KB 25/181 KB 27/60 KB 21/22 KB 3/203 KB 22/57 KB 22/181 KB 22/60 KB 22/22 KB 24/203 KB 22/57 KB 25/181 KB 27/60 KB 19/22 KB 3/203 KB 22/57 KB 22/181 KB 22/60 KB 22/22 KB 24/203 KB 25/57 KB 25/181 KB 27/60 KB 22/22 KB 24/203 KB 27/57 KB 25/181 KB 27/60 KB 22/22 KB 27/203 KB 30/57 KB 25/181 KB 30/60 KB 21/22 KB 24/203 KB 22/57 KB 25/181 KB 25/60 KB 22/22 KB 27/203 KB 30/57 KB 27/181 KB 30/60 KB 22/22 KB 27/203 KB 27/57 KB 25/181 KB 30/60 KB 22/22 KB 27/203 KB 27/57 KB 25/181 KB 30/60 KB 22/22 KB 27/203 KB 30/57 KB 30/181 KB 30/60 KB 22/22 KB 29/203 KB 30/57 KB 32/181 KB 32/60 KB 22/22 KB 29/203 KB 30/57 KB 30/181 KB 32/60 KB 22/22 KB 29/203 KB 30/57 KB 30/181 KB 30/60 KB 22/22 KB 29/203 KB 32/57 KB 32/181 KB 32/60 KB 22/22 KB 32/203 KB 32/57 KB 32/181 KB 32/60 KB 22/22 KB 36/203 KB 32/57 KB 32/181 KB 36/60 KB 22/22 KB 40/203 KB 36/57 KB 36/181 KB 36/60 KB 22/22 KB 44/203 KB 36/57 KB 36/181 KB 36/60 KB 22/22 KB 32/203 KB 32/57 KB 32/181 KB 36/60 KB 22/22 KB 44/203 KB 36/57 KB 36/181 KB 40/60 KB 22/22 KB 36/203 KB 36/57 KB 36/181 KB 36/60 KB 22/22 KB 44/203 KB 36/57 KB 36/181 KB 44/60 KB 22/22 KB 44/203 KB 40/57 KB 36/181 KB 48/60 KB 22/22 KB 36/203 KB 32/57 KB 36/181 KB 36/60 KB 22/22 KB 44/203 KB 40/57 KB 36/181 KB 44/60 KB 22/22 KB 44/203 KB 44/57 KB 36/181 KB 48/60 KB 22/22 KB 44/203 KB 44/57 KB 40/181 KB 48/60 KB 22/22 KB 44/203 KB 48/57 KB 40/181 KB 48/60 KB 22/22 KB 44/203 KB 48/57 KB 44/181 KB 52/60 KB 48/203 KB 52/57 KB 44/181 KB 56/60 KB 48/203 KB 52/57 KB 44/181 KB 60/60 KB 22/22 KB 44/203 KB 48/57 KB 44/181 KB 48/60 KB 48/203 KB 52/57 KB 48/181 KB 60/60 KB 48/203 KB 52/57 KB 44/181 KB 52/60 KB 52/203 KB 52/57 KB 48/181 KB 60/60 KB 56/203 KB 52/57 KB 52/181 KB 60/60 KB 60/203 KB 52/57 KB 52/181 KB 60/60 KB 64/203 KB 52/57 KB 52/181 KB 60/60 KB 44/203 KB 52/57 KB 44/181 KB 52/60 KB 64/203 KB 56/57 KB 52/181 KB 60/60 KB 64/203 KB 57/57 KB 52/181 KB 60/60 KB Downloaded: https://repo.maven.a unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install pache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 473.4 KB/sec) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 52/203 KB 52/57 KB 52/181 KB 60/60 KB 64/203 KB 57/57 KB 56/181 KB 60/60 KB 64/203 KB 57/57 KB 60/181 KB 60/60 KB 68/203 KB 57/57 KB 63/181 KB 60/60 KB 68/203 KB 57/57 KB 67/181 KB 60/60 KB 68/203 KB 57/57 KB 71/181 KB 60/60 KB 68/203 KB 57/57 KB 75/181 KB 60/60 KB 68/203 KB 57/57 KB 79/181 KB 60/60 KB 68/203 KB 57/57 KB 60/181 KB 60/60 KB 72/203 KB 57/57 KB 79/181 KB 60/60 KB 76/203 KB 57/57 KB 79/181 KB 60/60 KB 80/203 KB 57/57 KB 79/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 1114.3 KB/sec) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 84/203 KB 57/57 KB 79/181 KB 88/203 KB 57/57 KB 83/181 KB 92/203 KB 57/57 KB 83/181 KB 96/203 KB 57/57 KB 83/181 KB 84/203 KB 57/57 KB 83/181 KB 96/203 KB 57/57 KB 87/181 KB 96/203 KB 57/57 KB 91/181 KB 96/203 KB 57/57 KB 95/181 KB 96/203 KB 57/57 KB 99/181 KB 100/203 KB 103/181 KB 100/203 KB 107/181 KB 100/203 KB 111/181 KB 100/203 KB 99/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 1094.2 KB/sec) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install 104/203 KB 111/181 KB 108/203 KB 111/181 KB 112/203 KB 111/181 KB 112/203 KB 115/181 KB 116/203 KB 119/181 KB 116/203 KB 123/181 KB 116/203 KB 127/181 KB 116/203 KB 115/181 KB 120/203 KB 127/181 KB 124/203 KB 127/181 KB 128/203 KB 127/181 KB 132/203 KB 127/181 KB 136/203 KB 131/181 KB 140/203 KB 131/181 KB 144/203 KB 131/181 KB 132/203 KB 131/181 KB 144/203 KB 135/181 KB 144/203 KB 139/181 KB 144/203 KB 143/181 KB 148/203 KB 143/181 KB 152/203 KB 147/181 KB 156/203 KB 147/181 KB 160/203 KB 147/181 KB 148/203 KB 147/181 KB 160/203 KB 151/181 KB 160/203 KB 155/181 KB 160/203 KB 159/181 KB 160/203 KB 163/181 KB 164/203 KB 167/181 KB 164/203 KB 171/181 KB 164/203 KB 175/181 KB 164/203 KB 163/181 KB 168/203 KB 175/181 KB 172/203 KB 175/181 KB 176/203 KB 175/181 KB 180/203 KB 175/181 KB 180/203 KB 179/181 KB 180/203 KB 181/181 KB 184/203 KB 181/181 KB 188/203 KB 181/181 KB 192/203 KB 181/181 KB 196/203 KB 181/181 KB 200/203 KB 181/181 KB 203/203 KB 181/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 2688.3 KB/sec) unit-abot-epc-basic-0: 00:10:43 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 3169.6 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom (3 KB at 184.8 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom (23 KB at 1525.8 KB/sec) unit-oai-epc-0: 00:10:44 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 00:10:44 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom (5 KB at 230.4 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (4 KB at 286.2 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom (3 KB at 104.2 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (5 KB at 226.2 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 462.2 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 107.7 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 176.9 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 551.5 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/21 KB 6/21 KB 9/21 KB 11/21 KB 14/21 KB 16/21 KB 19/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 1443.4 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 1023/1023 B Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1023 B at 62.4 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 612/612 B Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 33.2 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (3 KB at 160.2 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 740.5 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 815/815 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 61.2 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 295.8 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 1/17 KB 3/17 KB 6/17 KB 9/17 KB 12/17 KB 14/17 KB 17/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 1206.4 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 445.9 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (4 KB at 255.0 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 342.7 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 6/12 KB 9/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (12 KB at 792.8 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 222.4 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom (10 KB at 604.5 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 930/930 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom (930 B at 50.5 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 709.1 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 3/48 KB 6/48 KB 9/48 KB 11/48 KB 14/48 KB 16/48 KB 19/48 KB 22/48 KB 25/48 KB 27/48 KB 30/48 KB 32/48 KB 36/48 KB 40/48 KB 44/48 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 KB at 2774.8 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar unit-oai-epc-0: 00:10:44 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 4/54 KB 4/201 KB 4/46 KB 3/158 KB 8/54 KB 3/44 KB 4/201 KB 4/46 KB 3/158 KB 12/54 KB 3/44 KB 4/201 KB 4/46 KB 3/158 KB 16/54 KB 3/44 KB 4/201 KB 4/46 KB 3/158 KB 4/54 KB 3/44 KB 4/201 KB 4/46 KB 5/158 KB 16/54 KB 3/44 KB 4/201 KB 4/46 KB 8/158 KB 16/54 KB 3/44 KB 4/201 KB 4/46 KB 11/158 KB 16/54 KB 3/44 KB 4/201 KB 4/46 KB 13/158 KB 16/54 KB 3/44 KB 4/201 KB 4/46 KB 16/158 KB 16/54 KB 3/44 KB 4/201 KB 4/46 KB 4/54 KB 3/44 KB 8/201 KB 4/46 KB 16/158 KB 16/54 KB 3/44 KB 12/201 KB 4/46 KB 16/158 KB 16/54 KB 3/44 KB 16/201 KB 4/46 KB 16/158 KB 16/54 KB 3/44 KB 20/201 KB 4/46 KB 16/158 KB 16/54 KB 3/44 KB 24/201 KB 4/46 KB 19/158 KB 16/54 KB 3/44 KB 28/201 KB 4/46 KB 19/158 KB 16/54 KB 3/44 KB 32/201 KB 4/46 KB 19/158 KB 16/54 KB 3/44 KB 4/46 KB 4/54 KB 3/44 KB 32/201 KB 8/46 KB 19/158 KB 20/54 KB 3/44 KB 32/201 KB 12/46 KB 19/158 KB 20/54 KB 3/44 KB 32/201 KB 16/46 KB 19/158 KB 20/54 KB 3/44 KB 32/201 KB 20/46 KB 19/158 KB 20/54 KB 3/44 KB 32/201 KB 24/46 KB 19/158 KB 20/54 KB 3/44 KB 32/201 KB 28/46 KB 19/158 KB 20/54 KB 3/44 KB 32/201 KB 32/46 KB 19/158 KB 20/54 KB 3/44 KB 32/201 KB 36/46 KB 19/158 KB 20/54 KB 3/44 KB 4/54 KB 3/44 KB 32/201 KB 36/46 KB 19/158 KB 20/54 KB 6/44 KB 32/201 KB 36/46 KB 19/158 KB 20/54 KB 9/44 KB 32/201 KB 36/46 KB 19/158 KB 20/54 KB 11/44 KB 32/201 KB 36/46 KB 19/158 KB 20/54 KB 14/44 KB 32/201 KB 36/46 KB 19/158 KB 20/54 KB 16/44 KB 32/201 KB 36/46 KB 19/158 KB 20/54 KB 19/44 KB 32/201 KB 36/46 KB 19/158 KB 20/54 KB 22/44 KB 32/201 KB 4/46 KB 19/158 KB 20/54 KB 3/44 KB 20/201 KB 4/46 KB 19/158 KB 16/54 KB 3/44 KB 32/201 KB 36/46 KB 21/158 KB 20/54 KB 22/44 KB 32/201 KB 36/46 KB 24/158 KB 20/54 KB 22/44 KB 32/201 KB 36/46 KB 24/158 KB 24/54 KB 22/44 KB 32/201 KB 36/46 KB 24/158 KB 28/54 KB 22/44 KB 32/201 KB 36/46 KB 24/158 KB 32/54 KB 25/44 KB 32/201 KB 36/46 KB 24/158 KB 28/54 KB 25/44 KB 32/201 KB 40/46 KB 27/158 KB 32/54 KB 25/44 KB 32/201 KB 40/46 KB 24/158 KB 32/54 KB 25/44 KB 32/201 KB 44/46 KB 27/158 KB 32/54 KB 25/44 KB 32/201 KB 46/46 KB 29/158 KB 32/54 KB 27/44 KB 32/201 KB 44/46 KB 29/158 KB 32/54 KB 27/44 KB 32/201 KB 44/46 KB 27/158 KB 32/54 KB 27/44 KB 36/201 KB 46/46 KB 29/158 KB 32/54 KB 27/44 KB 36/201 KB 46/46 KB 29/158 KB 32/54 KB 30/44 KB 36/201 KB 46/46 KB 32/158 KB 32/54 KB 30/44 KB 40/201 KB 46/46 KB 32/158 KB 32/54 KB 30/44 KB 44/201 KB 46/46 KB 32/158 KB 32/54 KB 30/44 KB 44/201 KB 46/46 KB 32/158 KB 32/54 KB 32/44 KB 48/201 KB 46/46 KB 32/158 KB 36/54 KB 32/44 KB 48/201 KB 46/46 KB 32/158 KB 40/54 KB 32/44 KB 48/201 KB 46/46 KB 32/158 KB 44/54 KB 32/44 KB 48/201 KB 46/46 KB 32/158 KB 48/54 KB 32/44 KB 48/201 KB 46/46 KB 32/158 KB 52/54 KB 32/44 KB 48/201 KB 46/46 KB 36/158 KB 54/54 KB 36/44 KB 48/201 KB 46/46 KB 32/158 KB 36/54 KB 32/44 KB 52/201 KB 46/46 KB 36/158 KB 54/54 KB 36/44 KB 56/201 KB 46/46 KB 36/158 KB 54/54 KB 36/44 KB 60/201 KB 46/46 KB 36/158 KB 54/54 KB 36/44 KB 64/201 KB 46/46 KB 36/158 KB 54/54 KB 36/44 KB 48/201 KB 46/46 KB 36/158 KB 52/54 KB 36/44 KB 64/201 KB 46/46 KB 36/158 KB 54/54 KB 40/44 KB 64/201 KB 46/46 KB 36/158 KB 54/54 KB 44/44 KB 48/201 KB 46/46 KB 36/158 KB 52/54 KB 32/44 KB 64/201 KB 46/46 KB 40/158 KB 54/54 KB 44/44 KB 64/201 KB 46/46 KB 44/158 KB 54/54 KB 44/44 KB 64/201 KB 46/46 KB 48/158 KB 54/54 KB 44/44 KB 68/201 KB 46/46 KB 48/158 KB 54/54 KB 44/44 K unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install B 72/201 KB 46/46 KB 52/158 KB 54/54 KB 44/44 KB 76/201 KB 46/46 KB 52/158 KB 54/54 KB 44/44 KB 80/201 KB 46/46 KB 52/158 KB 54/54 KB 44/44 KB 68/201 KB 46/46 KB 52/158 KB 54/54 KB 44/44 KB 80/201 KB 46/46 KB 56/158 KB 54/54 KB 44/44 KB 80/201 KB 60/158 KB 54/54 KB 44/44 KB 80/201 KB 64/158 KB 54/54 KB 44/44 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar (46 KB at 1000.4 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 80/201 KB 68/158 KB 54/54 KB 44/44 KB 84/201 KB 72/158 KB 54/54 KB 44/44 KB 84/201 KB 76/158 KB 54/54 KB 44/44 KB 84/201 KB 80/158 KB 54/54 KB 44/44 KB 84/201 KB 68/158 KB 54/54 KB 44/44 KB 88/201 KB 80/158 KB 54/54 KB 44/44 KB 92/201 KB 80/158 KB 54/54 KB 44/44 KB 96/201 KB 80/158 KB 54/54 KB 44/44 KB 100/201 KB 80/158 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 1019.9 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar (54 KB at 1144.7 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 100/201 KB 84/158 KB 104/201 KB 1/6 KB 88/158 KB Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 104/201 KB 1/6 KB 84/158 KB 104/201 KB 84/158 KB 108/201 KB 4/6 KB 92/158 KB 112/201 KB 4/6 KB 92/158 KB 104/201 KB 4/6 KB 92/158 KB 104/201 KB 4/6 KB 88/158 KB 112/201 KB 6/6 KB 92/158 KB 112/201 KB 6/6 KB 96/158 KB 112/201 KB 6/6 KB 100/158 KB 116/201 KB 6/6 KB 3/3 KB 104/158 KB 116/201 KB 6/6 KB 3/3 KB 108/158 KB 116/201 KB 6/6 KB 3/3 KB 112/158 KB 116/201 KB 6/6 KB 3/3 KB 100/158 KB 120/201 KB 6/6 KB 3/3 KB 112/158 KB 124/201 KB 6/6 KB 3/3 KB 112/158 KB 112/201 KB 6/6 KB 3/3 KB 100/158 KB 128/201 KB 6/6 KB 3/3 KB 112/158 KB 128/201 KB 6/6 KB 3/3 KB 116/158 KB 128/201 KB 6/6 KB 3/3 KB 120/158 KB 128/201 KB 6/6 KB 3/3 KB 124/158 KB 128/201 KB 6/6 KB 3/3 KB 128/158 KB 132/201 KB 6/6 KB 3/3 KB 128/158 KB 136/201 KB 6/6 KB 3/3 KB 128/158 KB 140/201 KB 6/6 KB 3/3 KB 128/158 KB 144/201 KB 3/3 KB 132/158 KB 148/201 KB 3/3 KB 132/158 KB 152/201 KB 3/3 KB 132/158 KB 156/201 KB 3/3 KB 132/158 KB 4/367 KB 160/201 KB 3/3 KB 132/158 KB 4/367 KB 140/201 KB 3/3 KB 132/158 KB Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 102.0 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 152/201 KB 3/3 KB 132/158 KB 4/367 KB 160/201 KB 3/3 KB 132/158 KB 8/367 KB 160/201 KB 3/3 KB 132/158 KB 12/367 KB 160/201 KB 3/3 KB 132/158 KB 16/367 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 160/201 KB 3/3 KB 132/158 KB 20/367 KB 160/201 KB 3/3 KB 132/158 KB 24/367 KB 160/201 KB 3/3 KB 132/158 KB 28/367 KB 160/201 KB 132/158 KB 32/367 KB Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 41.3 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 160/201 KB 132/158 KB 36/367 KB 160/201 KB 132/158 KB 40/367 KB 160/201 KB 132/158 KB 44/367 KB 160/201 KB 132/158 KB 48/367 KB 160/201 KB 136/158 KB 48/367 KB 160/201 KB 140/158 KB 48/367 KB 160/201 KB 144/158 KB 48/367 KB 160/201 KB 144/158 KB 52/367 KB 160/201 KB 144/158 KB 56/367 KB 160/201 KB 144/158 KB 60/367 KB 160/201 KB 144/158 KB 64/367 KB 160/201 KB 148/158 KB 68/367 KB 3/5 KB 164/201 KB 148/158 KB 72/367 KB 3/5 KB 164/201 KB 148/158 KB 76/367 KB 3/5 KB 164/201 KB 148/158 KB 80/367 KB 160/201 KB 148/158 KB 64/367 KB 3/5 KB 164/201 KB 148/158 KB 68/367 KB 5/5 KB 164/201 KB 148/158 KB 80/367 KB 5/5 KB 164/201 KB 152/158 KB 80/367 KB 5/5 KB 164/201 KB 156/158 KB 80/367 KB 5/5 KB 164/201 KB 158/158 KB 80/367 KB 5/5 KB 164/201 KB 3/52 KB 158/158 KB 80/367 KB 5/5 KB 164/201 KB 5/52 KB 158/158 KB 80/367 KB 5/5 KB 164/201 KB 8/52 KB 158/158 KB 80/367 KB 5/5 KB 164/201 KB 11/52 KB 158/158 KB 80/367 KB 5/5 KB 164/201 KB 13/52 KB 158/158 KB 80/367 KB 5/5 KB 164/201 KB 16/52 KB 158/158 KB 80/367 KB 5/5 KB 164/201 KB 19/52 KB 158/158 KB 80/367 KB 5/5 KB 164/201 KB 21/52 KB 158/158 KB 80/367 KB 5/5 KB 164/201 KB 24/52 KB 158/158 KB 80/367 KB 164/201 KB 148/158 KB 68/367 KB 5/5 KB 168/201 KB 24/52 KB 158/158 KB 80/367 KB 5/5 KB 172/201 KB 24/52 KB 158/158 KB 80/367 KB 5/5 KB 176/201 KB 27/52 KB 158/158 KB 80/367 KB 5/5 KB 172/201 KB 27/52 KB 158/158 KB 80/367 KB 5/5 KB 180/201 KB 27/52 KB 158/158 KB 80/367 KB 184/201 KB 29/52 KB 158/158 KB 84/367 KB 188/201 KB 29/52 KB 158/158 KB 84/367 KB 192/201 KB 29/52 KB 158/158 KB 84/367 KB 180/201 KB 29/52 KB 158/158 KB 84/367 KB 192/201 KB 29/52 KB 158/158 KB 88/367 KB 192/201 KB 29/52 KB 158/158 KB 92/367 KB 192/201 KB 29/52 KB 158/158 KB 96/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 56.3 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 5/5 KB 180/201 KB 29/52 KB 158/158 KB 80/367 KB 192/201 KB 32/52 KB 158/158 KB 96/367 KB 192/201 KB 36/52 KB 158/158 KB 96/367 KB 192/201 KB 40/52 KB 158/158 KB 96/367 KB 192/201 KB 44/52 KB 158/158 KB 96/367 KB 192/201 KB 48/52 KB 158/158 KB 96/367 KB 196/201 KB 52/52 KB 158/158 KB 96/367 KB 196/201 KB 48/52 KB 158/158 KB 96/367 KB 200/201 KB 52/52 KB 100/367 KB 201/201 KB 52/52 KB 100/367 KB 196/201 KB 52/52 KB 100/367 KB 201/201 KB 52/52 KB 104/367 KB 201/201 KB 52/52 KB 108/367 KB 201/201 KB 52/52 KB 112/367 KB 3/47 KB 201/201 KB 52/52 KB 116/367 KB 3/47 KB 201/201 KB 52/52 KB 120/367 KB 3/47 KB 201/201 KB 52/52 KB 124/367 KB 3/47 KB 201/201 KB 52/52 KB 112/367 KB 6/47 KB 201/201 KB 52/52 KB 124/367 KB 9/47 KB 201/201 KB 52/52 KB 124/367 KB 11/47 KB 201/201 KB 52/52 KB 124/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar (158 KB at 1784.6 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 14/47 KB 201/201 KB 52/52 KB 124/367 KB 15/47 KB 201/201 KB 52/52 KB 124/367 KB 18/47 KB 128/367 KB 19/47 KB 128/367 KB 22/47 KB 128/367 KB 23/47 KB 128/367 KB 26/47 KB 128/367 KB 27/47 KB 128/367 KB 30/47 KB 128/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 571.7 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 15/47 KB 201/201 KB 52/52 KB 128/367 KB 31/47 KB 128/367 KB 34/47 KB 128/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 2204.3 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 35/47 KB 128/367 KB 38/47 KB 128/367 KB 39/47 KB 132/367 KB 38/47 KB 132/367 KB 39/47 KB 136/367 KB 39/47 KB 140/367 KB 42/47 KB 144/367 KB 42/47 KB 140/367 KB 45/47 KB 144/367 KB 47/47 KB 144/367 KB 47/47 KB 148/367 KB 47/47 KB 152/367 KB 47/47 KB 156/367 KB 47/47 KB 160/367 KB 47/47 KB 3/238 KB 160/367 KB 47/47 KB 6/238 KB 160/367 KB 47/47 KB 9/238 KB 160/367 KB 47/47 KB 11/238 KB 160/367 KB 47/47 KB 14/238 KB 160/367 KB 47/47 KB 16/238 KB 160/367 KB 47/47 KB 19/238 KB 160/367 KB 47/47 KB 22/238 KB 3/28 KB 160/367 KB 47/47 KB 19/238 KB 3/28 KB 160/367 KB 47/47 KB 22/238 KB 6/28 KB 160/367 KB 47/47 KB 25/238 KB 6/28 KB 160/367 KB 47/47 KB 25/238 KB 9/28 KB 160/367 KB 47/47 KB 27/238 KB 9/28 KB 160/367 KB 47/47 KB 27/238 KB 11/28 KB 160/367 KB 47/47 KB 30/238 KB 11/28 KB 160/367 KB 47/47 KB 30/238 KB 14/28 KB 160/367 KB 47/47 KB 32/238 KB 14/28 KB 160/367 KB 47/47 KB 32/238 KB 16/28 KB 160/367 KB 47/47 KB 32/238 KB 16/28 KB 164/367 KB 47/47 KB 36/238 KB 19/28 KB 168/367 KB 47/47 KB 36/238 KB 19/28 KB 172/367 KB 47/47 KB 36/238 KB 19/28 KB 176/367 KB 47/47 KB 36/238 KB 19/28 KB 164/367 KB 47/47 KB 40/238 KB 19/28 KB 176/367 KB 47/47 KB 44/238 KB 19/28 KB 176/367 KB 47/47 KB 48/238 KB 19/28 KB 176/367 KB 47/47 KB 32/238 KB 19/28 KB 164/367 KB 47/47 KB 48/238 KB 22/28 KB 176/367 KB 47/47 KB 48/238 KB 25/28 KB 176/367 KB 47/47 KB 48/238 KB 27/28 KB 176/367 KB 47/47 KB 48/238 KB 28/28 KB 176/367 KB 47/47 KB 52/238 KB 28/28 KB 176/367 KB 47/47 KB 56/238 KB 28/28 KB 180/367 KB 47/47 KB 60/238 KB 28/28 KB 180/367 KB 47/47 KB 64/238 KB 28/28 KB 180/367 KB 47/47 KB 52/238 KB 28/28 KB 180/367 KB 47/47 KB 64/238 KB 28/28 KB 184/367 KB 47/47 KB 64/238 KB 28/28 KB 188/367 KB 47/47 KB 64/238 KB 28/28 KB 192/367 KB 47/47 KB 68/238 KB 28/28 KB 192/367 KB 72/238 KB 28/28 KB 196/367 KB 76/238 KB 28/28 KB 196/367 KB 80/238 KB 28/28 KB 196/367 KB 68/238 KB 28/28 KB 196/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 432.0 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 80/238 KB 28/28 KB 200/367 KB 80/238 KB 28/28 KB 204/367 KB 84/238 KB 208/367 KB 84/238 KB 212/367 KB 84/238 KB 216/367 KB 84/238 KB 220/367 KB 84/238 KB 224/367 KB 84/238 KB 204/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 241.6 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 88/238 KB 224/367 KB 92/238 KB 3/186 KB 224/367 KB 96/238 KB 3/186 KB 224/367 KB 88/238 KB 3/186 KB 224/367 KB 96/238 KB 5/186 KB 224/367 KB 96/238 KB 8/186 KB 224/367 KB 96/238 KB 11/186 KB 224/367 KB 96/238 KB 13/186 KB 224/367 KB 96/238 KB 16/186 KB 224/367 KB 96/238 KB 19/186 KB 224/367 KB 100/238 KB 19/186 KB 224/367 KB 104/238 KB 21/186 KB 228/367 KB 108/238 KB 21/186 KB 228/367 KB 100/238 KB 21/186 KB 228/367 KB 100/238 KB 21/186 KB 224/367 KB 108/238 KB 24/186 KB 228/367 KB 108/238 KB 27/186 KB 228/367 KB 108/238 KB 29/186 KB 228/367 KB 112/238 KB 29/186 KB 228/367 KB 112/238 KB 29/186 KB 232/367 KB 112/238 KB 29/186 KB 236/367 KB 112/238 KB 32/186 KB 240/367 KB 112/238 KB 32/186 KB 236/367 KB 112/238 KB 36/186 KB 240/367 KB 4/1199 KB 116/238 KB 40/186 KB 244/367 KB 4/1199 KB 116/238 KB 36/186 KB 244/367 KB 4/1199 KB 120/238 KB 40/186 KB 244/367 KB 4/1199 KB 124/238 KB 40/186 KB 244/367 KB 4/1199 KB 128/238 KB 40/186 KB 244/367 KB 4/1199 KB 112/238 KB 36/186 KB 244/367 KB 4/1199 KB 112/238 KB 36/186 KB 240/367 KB 8/1199 KB 128/238 KB 44/186 KB 244/367 KB 12/1199 KB 128/238 KB 44/186 KB 244/367 KB 16/1199 KB 128/238 KB 44/186 KB 244/367 KB 20/1199 KB 128/238 KB 44/186 KB 244/367 KB 24/1199 KB 128/238 KB 44/186 KB 244/367 KB 28/1199 KB 128/238 KB 44/186 KB 244/367 KB 32/1199 KB 128/238 KB 44/186 KB 244/367 KB 36/1199 KB 128/238 KB 44/186 KB 244/367 KB 40/1199 KB 128/238 KB 44/186 KB 244/367 KB 44/1199 KB 128/238 KB 44/186 KB 244/367 KB 48/1199 KB 128/238 KB 44/186 KB 244/367 KB 4/1199 KB 128/238 KB 44/186 KB 244/367 KB 48/1199 KB 128/238 KB 44/186 KB 248/367 KB 48/1199 KB 128/238 KB 48/186 KB 248/367 KB 48/1199 KB 128/238 KB 48/186 KB 252/367 KB 48/1199 KB 128/238 KB 48/186 KB 256/367 KB 52/1199 KB 128/238 KB 48/186 KB 256/367 KB 56/1199 KB 128/238 KB 48/186 KB 256/367 KB 60/1199 KB 128/238 KB 48/186 KB 256/367 KB 64/1199 KB 128/238 KB 48/186 KB 256/367 KB 64/1199 KB 128/238 KB 52/186 KB 256/367 KB 68/1199 KB 132/238 KB 56/186 KB 260/367 KB 68/1199 KB 132/238 KB 60/186 KB 260/367 KB 68/1199 KB 132/238 KB 64/186 KB 260/367 KB 68/1199 KB 132/238 KB 52/186 KB 260/367 KB 68/1199 KB 136/238 KB 64/186 KB 260/367 KB 68/1199 KB 3/558 KB 140/238 KB 64/186 KB 260/367 KB 68/1199 KB 3/558 KB 144/238 KB 64/186 KB 260/367 KB 68/1199 KB 128/238 KB 52/186 KB 260/367 KB 68/1199 KB 128/238 KB 52/186 KB 256/367 KB 72/1199 KB 3/558 KB 144/238 KB 64/186 KB 260/367 KB 76/1199 KB 3/558 KB 144/238 KB 64/186 KB 260/367 KB 80/1199 KB 3/558 KB 144/238 KB 64/186 KB 260/367 KB 84/1199 KB 3/558 KB 144/238 KB 64/186 KB 260/367 KB 68/1199 KB 3/558 KB 136/238 KB 64/186 KB 260/367 KB 84/1199 KB 5/558 KB 144/238 KB 64/186 KB 260/367 KB 84/1199 KB 8/558 KB 144/238 KB 64/186 KB 260/367 KB 84/1199 KB 11/558 KB 144/238 KB 64/186 KB 260/367 KB 84/1199 KB 13/558 KB 144/238 KB 64/186 KB 260/367 KB 84/1199 KB 16/558 KB 144/238 KB 64/186 KB 260/367 KB 84/1199 KB 19/558 KB 144/238 KB 64/186 KB 260/367 KB 84/1199 KB 21/558 KB 144/238 KB 64/186 KB 260/367 KB 88/1199 KB 24/558 KB 144/238 KB 64/186 KB 260/367 KB 88/1199 KB 27/558 KB 144/238 KB 64/186 KB 260/367 KB 88/1199 KB 29/558 KB 144/238 KB 64/186 KB 260/367 KB 88/1199 KB 21/558 KB 144/238 KB 64/186 KB 260/367 KB 92/1199 KB 29/558 KB 144/238 KB 64/186 KB 264/367 KB 96/1199 KB 29/558 KB 144/238 KB 64/186 KB 264/367 KB 100/1199 KB 29/558 KB 144/238 KB 64/186 KB 264/367 KB 104/1199 KB 32/558 KB 148/238 KB 6 unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 8/186 KB 264/367 KB 108/1199 KB 32/558 KB 148/238 KB 68/186 KB 264/367 KB 112/1199 KB 32/558 KB 148/238 KB 68/186 KB 264/367 KB 88/1199 KB 29/558 KB 144/238 KB 64/186 KB 264/367 KB 112/1199 KB 32/558 KB 148/238 KB 68/186 KB 268/367 KB 112/1199 KB 32/558 KB 148/238 KB 68/186 KB 272/367 KB 100/1199 KB 32/558 KB 148/238 KB 68/186 KB 264/367 KB 112/1199 KB 36/558 KB 148/238 KB 68/186 KB 272/367 KB 116/1199 KB 40/558 KB 148/238 KB 68/186 KB 276/367 KB 116/1199 KB 44/558 KB 148/238 KB 68/186 KB 276/367 KB 116/1199 KB 48/558 KB 148/238 KB 68/186 KB 276/367 KB 100/1199 KB 29/558 KB 148/238 KB 68/186 KB 264/367 KB 100/1199 KB 29/558 KB 144/238 KB 68/186 KB 264/367 KB 116/1199 KB 48/558 KB 148/238 KB 72/186 KB 276/367 KB 116/1199 KB 48/558 KB 152/238 KB 72/186 KB 276/367 KB 116/1199 KB 48/558 KB 156/238 KB 76/186 KB 276/367 KB 116/1199 KB 48/558 KB 160/238 KB 76/186 KB 276/367 KB 116/1199 KB 36/558 KB 148/238 KB 68/186 KB 276/367 KB 116/1199 KB 48/558 KB 160/238 KB 76/186 KB 280/367 KB 116/1199 KB 48/558 KB 160/238 KB 76/186 KB 284/367 KB 116/1199 KB 48/558 KB 160/238 KB 76/186 KB 288/367 KB 116/1199 KB 36/558 KB 148/238 KB 68/186 KB 272/367 KB 120/1199 KB 48/558 KB 160/238 KB 76/186 KB 288/367 KB 124/1199 KB 48/558 KB 160/238 KB 76/186 KB 292/367 KB 128/1199 KB 48/558 KB 160/238 KB 76/186 KB 292/367 KB 116/1199 KB 48/558 KB 152/238 KB 76/186 KB 276/367 KB 128/1199 KB 48/558 KB 164/238 KB 80/186 KB 292/367 KB 128/1199 KB 48/558 KB 164/238 KB 84/186 KB 292/367 KB 128/1199 KB 48/558 KB 164/238 KB 88/186 KB 292/367 KB 128/1199 KB 48/558 KB 164/238 KB 92/186 KB 292/367 KB 128/1199 KB 48/558 KB 164/238 KB 96/186 KB 292/367 KB 128/1199 KB 48/558 KB 164/238 KB 76/186 KB 292/367 KB 128/1199 KB 48/558 KB 168/238 KB 96/186 KB 292/367 KB 128/1199 KB 48/558 KB 172/238 KB 96/186 KB 292/367 KB 128/1199 KB 52/558 KB 176/238 KB 96/186 KB 292/367 KB 128/1199 KB 52/558 KB 180/238 KB 96/186 KB 292/367 KB 132/1199 KB 52/558 KB 184/238 KB 100/186 KB 292/367 KB 132/1199 KB 52/558 KB 188/238 KB 100/186 KB 292/367 KB 132/1199 KB 52/558 KB 192/238 KB 100/186 KB 292/367 KB 120/1199 KB 48/558 KB 160/238 KB 76/186 KB 292/367 KB 132/1199 KB 52/558 KB 192/238 KB 100/186 KB 296/367 KB 132/1199 KB 52/558 KB 192/238 KB 100/186 KB 300/367 KB 132/1199 KB 52/558 KB 192/238 KB 100/186 KB 304/367 KB 132/1199 KB 52/558 KB 180/238 KB 100/186 KB 292/367 KB 132/1199 KB 52/558 KB 192/238 KB 104/186 KB 304/367 KB 132/1199 KB 52/558 KB 192/238 KB 108/186 KB 304/367 KB 132/1199 KB 52/558 KB 192/238 KB 112/186 KB 304/367 KB 132/1199 KB 52/558 KB 180/238 KB 96/186 KB 292/367 KB 136/1199 KB 52/558 KB 192/238 KB 112/186 KB 304/367 KB 140/1199 KB 52/558 KB 192/238 KB 112/186 KB 304/367 KB 144/1199 KB 52/558 KB 192/238 KB 112/186 KB 304/367 KB 148/1199 KB 52/558 KB 192/238 KB 112/186 KB 304/367 KB 152/1199 KB 52/558 KB 196/238 KB 116/186 KB 308/367 KB 156/1199 KB 52/558 KB 196/238 KB 116/186 KB 308/367 KB 160/1199 KB 52/558 KB 196/238 KB 116/186 KB 308/367 KB 128/1199 KB 52/558 KB 172/238 KB 96/186 KB 292/367 KB 160/1199 KB 56/558 KB 196/238 KB 116/186 KB 308/367 KB 160/1199 KB 60/558 KB 196/238 KB 116/186 KB 308/367 KB 160/1199 KB 64/558 KB 196/238 KB 116/186 KB 308/367 KB 160/1199 KB 68/558 KB 196/238 KB 116/186 KB 308/367 KB 160/1199 KB 72/558 KB 196/238 KB 116/186 KB 308/367 KB 160/1199 KB 76/558 KB 196/238 KB 116/186 KB 308/367 KB 160/1199 KB 80/558 KB 196/238 KB 116/186 KB 308/367 KB 160/1199 KB 84/5 unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 58 KB 196/238 KB 116/186 KB 308/367 KB 164/1199 KB 88/558 KB 196/238 KB 116/186 KB 308/367 KB 164/1199 KB 92/558 KB 196/238 KB 116/186 KB 308/367 KB 164/1199 KB 96/558 KB 196/238 KB 116/186 KB 308/367 KB 148/1199 KB 52/558 KB 196/238 KB 116/186 KB 308/367 KB 148/1199 KB 52/558 KB 192/238 KB 116/186 KB 308/367 KB 164/1199 KB 96/558 KB 196/238 KB 120/186 KB 308/367 KB 164/1199 KB 96/558 KB 196/238 KB 124/186 KB 308/367 KB 148/1199 KB 52/558 KB 192/238 KB 112/186 KB 308/367 KB 164/1199 KB 96/558 KB 200/238 KB 124/186 KB 312/367 KB 164/1199 KB 96/558 KB 200/238 KB 124/186 KB 316/367 KB 164/1199 KB 96/558 KB 200/238 KB 124/186 KB 320/367 KB 164/1199 KB 96/558 KB 200/238 KB 124/186 KB 324/367 KB 164/1199 KB 96/558 KB 200/238 KB 124/186 KB 308/367 KB 164/1199 KB 96/558 KB 204/238 KB 128/186 KB 324/367 KB 164/1199 KB 96/558 KB 208/238 KB 128/186 KB 324/367 KB 164/1199 KB 96/558 KB 208/238 KB 128/186 KB 328/367 KB 164/1199 KB 96/558 KB 208/238 KB 128/186 KB 332/367 KB 164/1199 KB 96/558 KB 208/238 KB 128/186 KB 336/367 KB 164/1199 KB 100/558 KB 208/238 KB 128/186 KB 336/367 KB 164/1199 KB 104/558 KB 212/238 KB 128/186 KB 340/367 KB 164/1199 KB 108/558 KB 212/238 KB 128/186 KB 340/367 KB 164/1199 KB 112/558 KB 212/238 KB 128/186 KB 340/367 KB 164/1199 KB 84/558 KB 196/238 KB 116/186 KB 308/367 KB 168/1199 KB 112/558 KB 212/238 KB 128/186 KB 340/367 KB 172/1199 KB 112/558 KB 212/238 KB 128/186 KB 340/367 KB 176/1199 KB 112/558 KB 212/238 KB 128/186 KB 340/367 KB 164/1199 KB 100/558 KB 212/238 KB 128/186 KB 340/367 KB 176/1199 KB 112/558 KB 212/238 KB 128/186 KB 344/367 KB 176/1199 KB 112/558 KB 212/238 KB 128/186 KB 348/367 KB 176/1199 KB 112/558 KB 212/238 KB 128/186 KB 352/367 KB 164/1199 KB 100/558 KB 212/238 KB 128/186 KB 336/367 KB 176/1199 KB 112/558 KB 216/238 KB 128/186 KB 352/367 KB 176/1199 KB 112/558 KB 220/238 KB 128/186 KB 352/367 KB 176/1199 KB 112/558 KB 224/238 KB 128/186 KB 352/367 KB 176/1199 KB 112/558 KB 228/238 KB 128/186 KB 352/367 KB 180/1199 KB 116/558 KB 232/238 KB 128/186 KB 356/367 KB 164/1199 KB 96/558 KB 200/238 KB 128/186 KB 324/367 KB 180/1199 KB 116/558 KB 236/238 KB 132/186 KB 356/367 KB 180/1199 KB 116/558 KB 236/238 KB 136/186 KB 356/367 KB 180/1199 KB 116/558 KB 236/238 KB 140/186 KB 356/367 KB 180/1199 KB 116/558 KB 236/238 KB 144/186 KB 356/367 KB 180/1199 KB 116/558 KB 236/238 KB 148/186 KB 356/367 KB 180/1199 KB 116/558 KB 236/238 KB 152/186 KB 356/367 KB 180/1199 KB 116/558 KB 236/238 KB 156/186 KB 356/367 KB 180/1199 KB 116/558 KB 236/238 KB 160/186 KB 356/367 KB 180/1199 KB 116/558 KB 228/238 KB 128/186 KB 356/367 KB 180/1199 KB 112/558 KB 228/238 KB 128/186 KB 356/367 KB 184/1199 KB 116/558 KB 236/238 KB 160/186 KB 356/367 KB 188/1199 KB 116/558 KB 236/238 KB 160/186 KB 356/367 KB 192/1199 KB 116/558 KB 236/238 KB 160/186 KB 356/367 KB 176/1199 KB 112/558 KB 228/238 KB 128/186 KB 356/367 KB 192/1199 KB 116/558 KB 236/238 KB 160/186 KB 360/367 KB 180/1199 KB 116/558 KB 236/238 KB 160/186 KB 356/367 KB 192/1199 KB 120/558 KB 238/238 KB 160/186 KB 360/367 KB 192/1199 KB 120/558 KB 236/238 KB 160/186 KB 360/367 KB 192/1199 KB 124/558 KB 238/238 KB 160/186 KB 360/367 KB 192/1199 KB 128/558 KB 238/238 KB 160/186 KB 364/367 KB 192/1199 KB 132/558 KB 238/238 KB 160/186 KB 364/367 KB 196/1199 KB 136/558 KB 238/238 KB 164/186 KB 364/367 KB 196/1199 KB 140/558 KB 238/238 KB 164/186 KB 364/367 KB 196/1199 KB 144/558 KB 238/238 KB 164/186 unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install KB 364/367 KB 192/1199 KB 124/558 KB 238/238 KB 160/186 KB 364/367 KB 196/1199 KB 144/558 KB 238/238 KB 164/186 KB 367/367 KB 196/1199 KB 132/558 KB 238/238 KB 164/186 KB 364/367 KB 200/1199 KB 144/558 KB 238/238 KB 164/186 KB 367/367 KB 204/1199 KB 144/558 KB 238/238 KB 164/186 KB 367/367 KB 208/1199 KB 144/558 KB 238/238 KB 164/186 KB 367/367 KB 192/1199 KB 132/558 KB 238/238 KB 164/186 KB 364/367 KB 208/1199 KB 144/558 KB 238/238 KB 168/186 KB 367/367 KB 208/1199 KB 144/558 KB 238/238 KB 172/186 KB 367/367 KB 208/1199 KB 144/558 KB 238/238 KB 176/186 KB 367/367 KB 212/1199 KB 144/558 KB 238/238 KB 176/186 KB 367/367 KB 216/1199 KB 148/558 KB 238/238 KB 180/186 KB 367/367 KB 220/1199 KB 148/558 KB 238/238 KB 180/186 KB 367/367 KB 224/1199 KB 148/558 KB 238/238 KB 180/186 KB 367/367 KB 212/1199 KB 148/558 KB 238/238 KB 180/186 KB 367/367 KB 224/1199 KB 148/558 KB 238/238 KB 184/186 KB 367/367 KB 224/1199 KB 148/558 KB 238/238 KB 186/186 KB 367/367 KB 212/1199 KB 148/558 KB 238/238 KB 176/186 KB 367/367 KB 224/1199 KB 152/558 KB 238/238 KB 186/186 KB 367/367 KB 224/1199 KB 156/558 KB 238/238 KB 186/186 KB 367/367 KB 224/1199 KB 160/558 KB 238/238 KB 186/186 KB 367/367 KB 224/1199 KB 164/558 KB 186/186 KB 367/367 KB 228/1199 KB 168/558 KB 186/186 KB 367/367 KB 228/1199 KB 172/558 KB 186/186 KB 367/367 KB 228/1199 KB 176/558 KB 186/186 KB 367/367 KB 228/1199 KB 164/558 KB 186/186 KB 367/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (238 KB at 1356.7 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 232/1199 KB 176/558 KB 186/186 KB 367/367 KB 236/1199 KB 176/558 KB 186/186 KB 367/367 KB 240/1199 KB 176/558 KB 186/186 KB 367/367 KB Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 2082.2 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 244/1199 KB 176/558 KB 186/186 KB 248/1199 KB 180/558 KB 186/186 KB 252/1199 KB 180/558 KB 186/186 KB 256/1199 KB 180/558 KB 186/186 KB 244/1199 KB 180/558 KB 186/186 KB 256/1199 KB 184/558 KB 186/186 KB 256/1199 KB 188/558 KB 186/186 KB 256/1199 KB 192/558 KB 186/186 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 1038.9 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 260/1199 KB 192/558 KB 264/1199 KB 192/558 KB 268/1199 KB 196/558 KB 272/1199 KB 196/558 KB 264/1199 KB 196/558 KB 272/1199 KB 200/558 KB 272/1199 KB 204/558 KB 272/1199 KB 208/558 KB 276/1199 KB 208/558 KB 280/1199 KB 208/558 KB 4/1206 KB 284/1199 KB 208/558 KB 4/1206 KB 288/1199 KB 208/558 KB 4/1206 KB 276/1199 KB 208/558 KB 4/1206 KB 288/1199 KB 212/558 KB 8/1206 KB 288/1199 KB 212/558 KB 12/1206 KB 288/1199 KB 212/558 KB 16/1206 KB 288/1199 KB 212/558 KB 4/1206 KB 288/1199 KB 216/558 KB 16/1206 KB 288/1199 KB 216/558 KB 20/1206 KB 288/1199 KB 216/558 KB 24/1206 KB 288/1199 KB 216/558 KB 28/1206 KB 288/1199 KB 216/558 KB 32/1206 KB 288/1199 KB 220/558 KB 32/1206 KB 288/1199 KB 224/558 KB 32/1206 KB 288/1199 KB 224/558 KB 4/181 KB 32/1206 KB 288/1199 KB 224/558 KB 8/181 KB 32/1206 KB 288/1199 KB 224/558 KB 12/181 KB 32/1206 KB 288/1199 KB 224/558 KB 16/181 KB 32/1206 KB 288/1199 KB 224/558 KB 20/181 KB 32/1206 KB 288/1199 KB 224/558 KB 24/181 KB 32/1206 KB 288/1199 KB 224/558 KB 28/181 KB 32/1206 KB 288/1199 KB 224/558 KB 32/181 KB 32/1206 KB 288/1199 KB 224/558 KB 32/181 KB 36/1206 KB 292/1199 KB 224/558 KB 36/181 KB 40/1206 KB 292/1199 KB 224/558 KB 36/181 KB 44/1206 KB 292/1199 KB 224/558 KB 36/181 KB 48/1206 KB 292/1199 KB 224/558 KB 36/181 KB 36/1206 KB 296/1199 KB 224/558 KB 36/181 KB 48/1206 KB 288/1199 KB 224/558 KB 36/181 KB 36/1206 KB 296/1199 KB 224/558 KB 40/181 KB 48/1206 KB 296/1199 KB 224/558 KB 44/181 KB 48/1206 KB 296/1199 KB 224/558 KB 48/181 KB 48/1206 KB 296/1199 KB 224/558 KB 52/181 KB 48/1206 KB 300/1199 KB 228/558 KB 56/181 KB 48/1206 KB 300/1199 KB 228/558 KB 60/181 KB 48/1206 KB 300/1199 KB 228/558 KB 64/181 KB 48/1206 KB 300/1199 KB 228/558 KB 52/181 KB 48/1206 KB 300/1199 KB 232/558 KB 64/181 KB 48/1206 KB 300/1199 KB 236/558 KB 64/181 KB 48/1206 KB 300/1199 KB 240/558 KB 64/181 KB 48/1206 KB 300/1199 KB 244/558 KB 64/181 KB 48/1206 KB 300/1199 KB 248/558 KB 68/181 KB 52/1206 KB 300/1199 KB 252/558 KB 68/181 KB 52/1206 KB 300/1199 KB 256/558 KB 68/181 KB 52/1206 KB 300/1199 KB 224/558 KB 52/181 KB 48/1206 KB 304/1199 KB 256/558 KB 68/181 KB 52/1206 KB 308/1199 KB 256/558 KB 68/181 KB 52/1206 KB 312/1199 KB 256/558 KB 68/181 KB 52/1206 KB 316/1199 KB 256/558 KB 68/181 KB 52/1206 KB 300/1199 KB 244/558 KB 68/181 KB 52/1206 KB 320/1199 KB 256/558 KB 68/181 KB 56/1206 KB 320/1199 KB 256/558 KB 68/181 KB 60/1206 KB 320/1199 KB 256/558 KB 68/181 KB 64/1206 KB 300/1199 KB 244/558 KB 68/181 KB 48/1206 KB 320/1199 KB 256/558 KB 72/181 KB 64/1206 KB 320/1199 KB 256/558 KB 72/181 KB 64/1206 KB 320/1199 KB 256/558 KB 76/181 KB 64/1206 KB 324/1199 KB 256/558 KB 76/181 KB 64/1206 KB 328/1199 KB 260/558 KB 80/181 KB 68/1206 KB 332/1199 KB 260/558 KB 80/181 KB 68/1206 KB 336/1199 KB 260/558 KB 80/181 KB 68/1206 KB 324/1199 KB 260/558 KB 80/181 KB 68/1206 KB 324/1199 KB 256/558 KB 80/181 KB 68/1206 KB 324/1199 KB 256/558 KB 80/181 KB 64/1206 KB 336/1199 KB 260/558 KB 80/181 KB 72/1206 KB 336/1199 KB 260/558 KB 80/181 KB 76/1206 KB 336/1199 KB 260/558 KB 80/181 KB 80/1206 KB 336/1199 KB 260/558 KB 80/181 KB 84/1206 KB 340/1199 KB 264/558 KB 84/181 KB 88/1206 KB 340/1199 KB 264/558 KB 84/181 KB 92/1206 KB 340/1199 KB 264/558 KB 84/181 KB 96/1206 KB 340/1199 KB 264/558 KB 84/181 KB 84/1206 KB 336/1199 KB 264/558 KB 84/181 KB 84/1206 KB 336/1199 KB 260/558 KB 84/181 KB 84/1206 KB 340/1199 KB 264/558 KB 88/181 KB 96/12 unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 06 KB 340/1199 KB 264/558 KB 92/181 KB 96/1206 KB 340/1199 KB 264/558 KB 96/181 KB 96/1206 KB 340/1199 KB 268/558 KB 96/181 KB 96/1206 KB 340/1199 KB 272/558 KB 96/181 KB 96/1206 KB 340/1199 KB 272/558 KB 100/181 KB 96/1206 KB 344/1199 KB 276/558 KB 104/181 KB 100/1206 KB 344/1199 KB 276/558 KB 108/181 KB 100/1206 KB 344/1199 KB 276/558 KB 112/181 KB 100/1206 KB 344/1199 KB 276/558 KB 100/181 KB 100/1206 KB 344/1199 KB 280/558 KB 112/181 KB 100/1206 KB 344/1199 KB 284/558 KB 112/181 KB 100/1206 KB 344/1199 KB 272/558 KB 100/181 KB 100/1206 KB 344/1199 KB 272/558 KB 100/181 KB 96/1206 KB 348/1199 KB 284/558 KB 112/181 KB 100/1206 KB 352/1199 KB 284/558 KB 112/181 KB 100/1206 KB 356/1199 KB 284/558 KB 112/181 KB 100/1206 KB 360/1199 KB 288/558 KB 116/181 KB 104/1206 KB 364/1199 KB 288/558 KB 116/181 KB 104/1206 KB 368/1199 KB 288/558 KB 116/181 KB 104/1206 KB 356/1199 KB 288/558 KB 116/181 KB 104/1206 KB 368/1199 KB 288/558 KB 120/181 KB 104/1206 KB 368/1199 KB 288/558 KB 124/181 KB 104/1206 KB 368/1199 KB 288/558 KB 128/181 KB 104/1206 KB 356/1199 KB 288/558 KB 112/181 KB 104/1206 KB 356/1199 KB 288/558 KB 112/181 KB 100/1206 KB 368/1199 KB 288/558 KB 128/181 KB 108/1206 KB 368/1199 KB 288/558 KB 128/181 KB 112/1206 KB 368/1199 KB 292/558 KB 128/181 KB 112/1206 KB 368/1199 KB 296/558 KB 128/181 KB 116/1206 KB 368/1199 KB 300/558 KB 128/181 KB 116/1206 KB 368/1199 KB 304/558 KB 128/181 KB 116/1206 KB 368/1199 KB 292/558 KB 128/181 KB 116/1206 KB 368/1199 KB 304/558 KB 128/181 KB 120/1206 KB 368/1199 KB 304/558 KB 128/181 KB 124/1206 KB 368/1199 KB 304/558 KB 128/181 KB 128/1206 KB 368/1199 KB 304/558 KB 128/181 KB 132/1206 KB 372/1199 KB 308/558 KB 132/181 KB 136/1206 KB 372/1199 KB 308/558 KB 132/181 KB 140/1206 KB 372/1199 KB 308/558 KB 132/181 KB 144/1206 KB 372/1199 KB 308/558 KB 132/181 KB 132/1206 KB 372/1199 KB 312/558 KB 132/181 KB 144/1206 KB 372/1199 KB 316/558 KB 132/181 KB 144/1206 KB 372/1199 KB 320/558 KB 132/181 KB 144/1206 KB 372/1199 KB 304/558 KB 132/181 KB 132/1206 KB 372/1199 KB 304/558 KB 128/181 KB 132/1206 KB 376/1199 KB 320/558 KB 132/181 KB 144/1206 KB 380/1199 KB 320/558 KB 132/181 KB 144/1206 KB 380/1199 KB 320/558 KB 136/181 KB 144/1206 KB 384/1199 KB 320/558 KB 136/181 KB 144/1206 KB 384/1199 KB 320/558 KB 140/181 KB 144/1206 KB 384/1199 KB 320/558 KB 144/181 KB 144/1206 KB 388/1199 KB 320/558 KB 144/181 KB 144/1206 KB 392/1199 KB 324/558 KB 148/181 KB 148/1206 KB 396/1199 KB 324/558 KB 148/181 KB 148/1206 KB 400/1199 KB 324/558 KB 148/181 KB 148/1206 KB 388/1199 KB 324/558 KB 148/181 KB 148/1206 KB 400/1199 KB 324/558 KB 148/181 KB 152/1206 KB 400/1199 KB 324/558 KB 148/181 KB 156/1206 KB 400/1199 KB 324/558 KB 148/181 KB 160/1206 KB 388/1199 KB 324/558 KB 148/181 KB 144/1206 KB 400/1199 KB 328/558 KB 148/181 KB 160/1206 KB 400/1199 KB 332/558 KB 148/181 KB 160/1206 KB 400/1199 KB 336/558 KB 148/181 KB 160/1206 KB 388/1199 KB 320/558 KB 148/181 KB 144/1206 KB 400/1199 KB 336/558 KB 152/181 KB 160/1206 KB 400/1199 KB 336/558 KB 156/181 KB 160/1206 KB 400/1199 KB 336/558 KB 160/181 KB 160/1206 KB 400/1199 KB 340/558 KB 160/181 KB 160/1206 KB 404/1199 KB 344/558 KB 164/181 KB 164/1206 KB 404/1199 KB 348/558 KB 164/181 KB 164/1206 KB 404/1199 KB 352/558 KB 164/181 KB 164/1206 KB 404/1199 KB 340/558 KB 164/181 KB 164/1206 KB 404/1199 KB 352/558 KB 168/181 KB 164/1206 KB 404/1199 KB 352/558 KB 172/181 KB 164/1206 KB 404/1199 KB 340/558 KB unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 160/181 KB 164/1206 KB 408/1199 KB 352/558 KB 172/181 KB 164/1206 KB 412/1199 KB 352/558 KB 172/181 KB 164/1206 KB 416/1199 KB 352/558 KB 172/181 KB 164/1206 KB 400/1199 KB 340/558 KB 160/181 KB 164/1206 KB 416/1199 KB 352/558 KB 172/181 KB 168/1206 KB 416/1199 KB 352/558 KB 172/181 KB 172/1206 KB 416/1199 KB 352/558 KB 176/181 KB 176/1206 KB 416/1199 KB 356/558 KB 176/181 KB 180/1206 KB 420/1199 KB 356/558 KB 176/181 KB 184/1206 KB 420/1199 KB 356/558 KB 176/181 KB 188/1206 KB 420/1199 KB 356/558 KB 176/181 KB 192/1206 KB 416/1199 KB 352/558 KB 176/181 KB 172/1206 KB 420/1199 KB 356/558 KB 180/181 KB 192/1206 KB 420/1199 KB 356/558 KB 181/181 KB 192/1206 KB 420/1199 KB 356/558 KB 176/181 KB 180/1206 KB 424/1199 KB 356/558 KB 181/181 KB 192/1206 KB 428/1199 KB 356/558 KB 181/181 KB 192/1206 KB 416/1199 KB 356/558 KB 176/181 KB 176/1206 KB 432/1199 KB 356/558 KB 181/181 KB 192/1206 KB 432/1199 KB 360/558 KB 181/181 KB 192/1206 KB 432/1199 KB 364/558 KB 181/181 KB 192/1206 KB 432/1199 KB 368/558 KB 181/181 KB 192/1206 KB 432/1199 KB 372/558 KB 181/181 KB 192/1206 KB 436/1199 KB 376/558 KB 181/181 KB 196/1206 KB 436/1199 KB 380/558 KB 181/181 KB 196/1206 KB 436/1199 KB 384/558 KB 181/181 KB 196/1206 KB 436/1199 KB 372/558 KB 181/181 KB 196/1206 KB 440/1199 KB 384/558 KB 181/181 KB 196/1206 KB 444/1199 KB 384/558 KB 181/181 KB 196/1206 KB 448/1199 KB 384/558 KB 181/181 KB 196/1206 KB 432/1199 KB 372/558 KB 181/181 KB 196/1206 KB 448/1199 KB 384/558 KB 181/181 KB 200/1206 KB 448/1199 KB 384/558 KB 181/181 KB 204/1206 KB 448/1199 KB 384/558 KB 181/181 KB 208/1206 KB 448/1199 KB 384/558 KB 181/181 KB 212/1206 KB 452/1199 KB 388/558 KB 181/181 KB 216/1206 KB 452/1199 KB 388/558 KB 181/181 KB 220/1206 KB 452/1199 KB 388/558 KB 181/181 KB 224/1206 KB 452/1199 KB 388/558 KB 181/181 KB 212/1206 KB 448/1199 KB 388/558 KB 181/181 KB 212/1206 KB 456/1199 KB 388/558 KB 181/181 KB 224/1206 KB 456/1199 KB 392/558 KB 181/181 KB 224/1206 KB 460/1199 KB 392/558 KB 181/181 KB 224/1206 KB 460/1199 KB 396/558 KB 181/181 KB 224/1206 KB 464/1199 KB 396/558 KB 181/181 KB 224/1206 KB 464/1199 KB 400/558 KB 181/181 KB 224/1206 KB 468/1199 KB 400/558 KB 181/181 KB 224/1206 KB 472/1199 KB 404/558 KB 228/1206 KB 476/1199 KB 404/558 KB 228/1206 KB 480/1199 KB 404/558 KB 228/1206 KB 468/1199 KB 404/558 KB 228/1206 KB 468/1199 KB 404/558 KB 224/1206 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 766.1 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 480/1199 KB 408/558 KB 228/1206 KB 480/1199 KB 412/558 KB 228/1206 KB 480/1199 KB 416/558 KB 228/1206 KB 480/1199 KB 416/558 KB 232/1206 KB 480/1199 KB 416/558 KB 236/1206 KB 480/1199 KB 416/558 KB 240/1206 KB 480/1199 KB 416/558 KB 244/1206 KB 484/1199 KB 420/558 KB 248/1206 KB 484/1199 KB 420/558 KB 252/1206 KB 484/1199 KB 420/558 KB 256/1206 KB 484/1199 KB 420/558 KB 244/1206 KB 484/1199 KB 416/558 KB 244/1206 KB 488/1199 KB 420/558 KB 256/1206 KB 492/1199 KB 420/558 KB 256/1206 KB 492/1199 KB 424/558 KB 256/1206 KB 492/1199 KB 428/558 KB 256/1206 KB 496/1199 KB 428/558 KB 256/1206 KB 496/1199 KB 432/558 KB 256/1206 KB 500/1199 KB 432/558 KB 256/1206 KB 504/1199 KB 436/558 KB 260/1206 KB 508/1199 KB 436/558 KB 260/1206 KB 512/1199 KB 436/558 KB 260/1206 KB 500/1199 KB 436/558 KB 260/1206 KB 512/1199 KB 440/558 KB 260/1206 KB 500/1199 KB 432/558 KB 260/1206 KB 512/1199 KB 444/558 KB 260/1206 KB 512/1199 KB 444/558 KB 264/1206 KB 512/1199 KB 448/558 KB 264/1206 KB 512/1199 KB 448/558 KB 268/1206 KB 512/1199 KB 448/558 KB 272/1206 KB 512/1199 KB 448/558 KB 276/1206 KB 516/1199 KB 452/558 KB 280/1206 KB 516/1199 KB 452/558 KB 284/1206 KB 516/1199 KB 452/558 KB 288/1206 KB 516/1199 KB 452/558 KB 276/1206 KB 512/1199 KB 452/558 KB 276/1206 KB 520/1199 KB 452/558 KB 288/1206 KB 520/1199 KB 456/558 KB 288/1206 KB 524/1199 KB 460/558 KB 288/1206 KB 520/1199 KB 460/558 KB 288/1206 KB 524/1199 KB 464/558 KB 288/1206 KB 528/1199 KB 464/558 KB 288/1206 KB 528/1199 KB 468/558 KB 288/1206 KB 532/1199 KB 472/558 KB 292/1206 KB 532/1199 KB 476/558 KB 292/1206 KB 532/1199 KB 480/558 KB 292/1206 KB 532/1199 KB 468/558 KB 292/1206 KB 532/1199 KB 468/558 KB 288/1206 KB 536/1199 KB 480/558 KB 292/1206 KB 540/1199 KB 480/558 KB 292/1206 KB 540/1199 KB 480/558 KB 296/1206 KB 544/1199 KB 480/558 KB 296/1206 KB 544/1199 KB 480/558 KB 300/1206 KB 544/1199 KB 480/558 KB 304/1206 KB 548/1199 KB 480/558 KB 304/1206 KB 552/1199 KB 484/558 KB 308/1206 KB 556/1199 KB 484/558 KB 308/1206 KB 548/1199 KB 484/558 KB 308/1206 KB 556/1199 KB 488/558 KB 308/1206 KB 556/1199 KB 492/558 KB 308/1206 KB 556/1199 KB 496/558 KB 308/1206 KB 548/1199 KB 480/558 KB 308/1206 KB 556/1199 KB 496/558 KB 312/1206 KB 556/1199 KB 496/558 KB 316/1206 KB 556/1199 KB 496/558 KB 320/1206 KB 560/1199 KB 496/558 KB 320/1206 KB 560/1199 KB 496/558 KB 324/1206 KB 564/1199 KB 500/558 KB 328/1206 KB 564/1199 KB 500/558 KB 332/1206 KB 564/1199 KB 500/558 KB 336/1206 KB 564/1199 KB 500/558 KB 324/1206 KB 560/1199 KB 500/558 KB 324/1206 KB 564/1199 KB 504/558 KB 336/1206 KB 564/1199 KB 508/558 KB 336/1206 KB 564/1199 KB 512/558 KB 336/1206 KB 568/1199 KB 512/558 KB 336/1206 KB 572/1199 KB 512/558 KB 336/1206 KB 576/1199 KB 512/558 KB 336/1206 KB 576/1199 KB 512/558 KB 340/1206 KB 580/1199 KB 516/558 KB 344/1206 KB 580/1199 KB 516/558 KB 348/1206 KB 580/1199 KB 516/558 KB 352/1206 KB 580/1199 KB 516/558 KB 340/1206 KB 580/1199 KB 520/558 KB 352/1206 KB 580/1199 KB 524/558 KB 352/1206 KB 580/1199 KB 512/558 KB 340/1206 KB 584/1199 KB 524/558 KB 352/1206 KB 584/1199 KB 528/558 KB 352/1206 KB 588/1199 KB 528/558 KB 352/1206 KB 592/1199 KB 528/558 KB 352/1206 KB 592/1199 KB 532/558 KB 352/1206 KB 596/1199 KB 536/558 KB 356/1206 KB 596/1199 KB 540/558 KB 356/1206 KB 596/1199 KB 544/558 KB 356/1206 KB 596/1199 KB 532/558 KB 356/1206 KB 592/1199 KB 532/558 KB 356/1206 KB 596/1199 KB 544/558 KB 360/1206 KB 596/1199 KB 544/558 unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install KB 364/1206 KB 596/1199 KB 544/558 KB 368/1206 KB 600/1199 KB 544/558 KB 368/1206 KB 604/1199 KB 544/558 KB 368/1206 KB 604/1199 KB 548/558 KB 368/1206 KB 608/1199 KB 552/558 KB 372/1206 KB 608/1199 KB 556/558 KB 372/1206 KB 608/1199 KB 558/558 KB 372/1206 KB 608/1199 KB 548/558 KB 372/1206 KB 608/1199 KB 558/558 KB 376/1206 KB 608/1199 KB 558/558 KB 380/1206 KB 608/1199 KB 558/558 KB 384/1206 KB 608/1199 KB 558/558 KB 388/1206 KB 608/1199 KB 558/558 KB 392/1206 KB 608/1199 KB 558/558 KB 396/1206 KB 608/1199 KB 558/558 KB 400/1206 KB 608/1199 KB 548/558 KB 368/1206 KB 612/1199 KB 558/558 KB 400/1206 KB 616/1199 KB 558/558 KB 400/1206 KB 620/1199 KB 558/558 KB 400/1206 KB 624/1199 KB 558/558 KB 400/1206 KB 628/1199 KB 558/558 KB 400/1206 KB 632/1199 KB 558/558 KB 400/1206 KB 636/1199 KB 558/558 KB 400/1206 KB 640/1199 KB 558/558 KB 400/1206 KB 640/1199 KB 558/558 KB 404/1206 KB 644/1199 KB 558/558 KB 408/1206 KB 644/1199 KB 558/558 KB 412/1206 KB 644/1199 KB 558/558 KB 416/1206 KB 644/1199 KB 558/558 KB 404/1206 KB 648/1199 KB 558/558 KB 416/1206 KB 652/1199 KB 558/558 KB 416/1206 KB 656/1199 KB 558/558 KB 416/1206 KB 660/1199 KB 558/558 KB 416/1206 KB 660/1199 KB 558/558 KB 420/1206 KB 660/1199 KB 558/558 KB 424/1206 KB 660/1199 KB 558/558 KB 428/1206 KB 660/1199 KB 558/558 KB 432/1206 KB 664/1199 KB 558/558 KB 432/1206 KB 668/1199 KB 558/558 KB 432/1206 KB 672/1199 KB 558/558 KB 432/1206 KB 672/1199 KB 558/558 KB 436/1206 KB 676/1199 KB 558/558 KB 440/1206 KB 676/1199 KB 558/558 KB 444/1206 KB 676/1199 KB 558/558 KB 436/1206 KB 680/1199 KB 558/558 KB 444/1206 KB 680/1199 KB 558/558 KB 448/1206 KB 684/1199 KB 558/558 KB 448/1206 KB 688/1199 KB 558/558 KB 448/1206 KB 688/1199 KB 558/558 KB 452/1206 KB 692/1199 KB 558/558 KB 456/1206 KB 692/1199 KB 558/558 KB 460/1206 KB 692/1199 KB 558/558 KB 464/1206 KB 692/1199 KB 558/558 KB 452/1206 KB 696/1199 KB 558/558 KB 464/1206 KB 700/1199 KB 558/558 KB 464/1206 KB 704/1199 KB 558/558 KB 464/1206 KB 704/1199 KB 558/558 KB 468/1206 KB 708/1199 KB 558/558 KB 472/1206 KB 708/1199 KB 558/558 KB 476/1206 KB 708/1199 KB 558/558 KB 480/1206 KB 708/1199 KB 558/558 KB 468/1206 KB 712/1199 KB 558/558 KB 480/1206 KB 716/1199 KB 558/558 KB 480/1206 KB 720/1199 KB 558/558 KB 480/1206 KB 724/1199 KB 558/558 KB 480/1206 KB 728/1199 KB 558/558 KB 484/1206 KB 732/1199 KB 558/558 KB 484/1206 KB 736/1199 KB 558/558 KB 484/1206 KB 724/1199 KB 558/558 KB 484/1206 KB 736/1199 KB 558/558 KB 488/1206 KB 736/1199 KB 558/558 KB 492/1206 KB 736/1199 KB 558/558 KB 496/1206 KB 740/1199 KB 558/558 KB 496/1206 KB 744/1199 KB 500/1206 KB 748/1199 KB 500/1206 KB 752/1199 KB 500/1206 KB 740/1199 KB 500/1206 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2004.0 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 752/1199 KB 504/1206 KB 752/1199 KB 508/1206 KB 752/1199 KB 512/1206 KB 752/1199 KB 516/1206 KB 756/1199 KB 520/1206 KB 756/1199 KB 524/1206 KB 756/1199 KB 528/1206 KB 756/1199 KB 516/1206 KB 760/1199 KB 528/1206 KB 764/1199 KB 528/1206 KB 768/1199 KB 528/1206 KB 772/1199 KB 528/1206 KB 776/1199 KB 532/1206 KB 780/1199 KB 532/1206 KB 784/1199 KB 532/1206 KB 772/1199 KB 532/1206 KB 784/1199 KB 536/1206 KB 784/1199 KB 540/1206 KB 784/1199 KB 544/1206 KB 784/1199 KB 548/1206 KB 788/1199 KB 552/1206 KB 788/1199 KB 556/1206 KB 788/1199 KB 560/1206 KB 788/1199 KB 548/1206 KB 792/1199 KB 560/1206 KB 796/1199 KB 560/1206 KB 800/1199 KB 560/1206 KB 800/1199 KB 564/1206 KB 804/1199 KB 568/1206 KB 804/1199 KB 572/1206 KB 804/1199 KB 576/1206 KB 804/1199 KB 564/1206 KB 808/1199 KB 576/1206 KB 812/1199 KB 576/1206 KB 816/1199 KB 576/1206 KB 820/1199 KB 576/1206 KB 824/1199 KB 580/1206 KB 828/1199 KB 580/1206 KB 832/1199 KB 580/1206 KB 820/1199 KB 580/1206 KB 832/1199 KB 584/1206 KB 832/1199 KB 588/1206 KB 832/1199 KB 592/1206 KB 836/1199 KB 592/1206 KB 840/1199 KB 596/1206 KB 844/1199 KB 596/1206 KB 848/1199 KB 596/1206 KB 836/1199 KB 596/1206 KB 848/1199 KB 600/1206 KB 848/1199 KB 604/1206 KB 848/1199 KB 608/1206 KB 848/1199 KB 612/1206 KB 852/1199 KB 616/1206 KB 852/1199 KB 620/1206 KB 852/1199 KB 624/1206 KB 852/1199 KB 612/1206 KB 856/1199 KB 624/1206 KB 860/1199 KB 624/1206 KB 864/1199 KB 624/1206 KB 868/1199 KB 624/1206 KB 872/1199 KB 628/1206 KB 876/1199 KB 628/1206 KB 880/1199 KB 628/1206 KB 868/1199 KB 628/1206 KB 880/1199 KB 632/1206 KB 880/1199 KB 636/1206 KB 880/1199 KB 640/1206 KB 880/1199 KB 644/1206 KB 884/1199 KB 648/1206 KB 884/1199 KB 652/1206 KB 884/1199 KB 656/1206 KB 884/1199 KB 644/1206 KB 888/1199 KB 656/1206 KB 892/1199 KB 656/1206 KB 896/1199 KB 656/1206 KB 896/1199 KB 660/1206 KB 900/1199 KB 664/1206 KB 900/1199 KB 668/1206 KB 900/1199 KB 672/1206 KB 900/1199 KB 660/1206 KB 904/1199 KB 672/1206 KB 908/1199 KB 672/1206 KB 912/1199 KB 672/1206 KB 916/1199 KB 672/1206 KB 920/1199 KB 676/1206 KB 924/1199 KB 676/1206 KB 928/1199 KB 676/1206 KB 916/1199 KB 676/1206 KB 928/1199 KB 680/1206 KB 928/1199 KB 684/1206 KB 928/1199 KB 688/1206 KB 928/1199 KB 692/1206 KB 932/1199 KB 696/1206 KB 932/1199 KB 700/1206 KB 932/1199 KB 692/1206 KB 936/1199 KB 700/1206 KB 940/1199 KB 700/1206 KB 940/1199 KB 704/1206 KB 944/1199 KB 704/1206 KB 948/1199 KB 704/1206 KB 952/1199 KB 708/1206 KB 956/1199 KB 708/1206 KB 960/1199 KB 708/1206 KB 948/1199 KB 708/1206 KB 960/1199 KB 712/1206 KB 960/1199 KB 716/1206 KB 960/1199 KB 720/1206 KB 960/1199 KB 724/1206 KB 964/1199 KB 724/1206 KB 968/1199 KB 724/1206 KB 972/1199 KB 724/1206 KB 972/1199 KB 728/1206 KB 972/1199 KB 732/1206 KB 976/1199 KB 732/1206 KB 976/1199 KB 736/1206 KB 976/1199 KB 740/1206 KB 980/1199 KB 744/1206 KB 980/1199 KB 748/1206 KB 980/1199 KB 752/1206 KB 980/1199 KB 740/1206 KB 984/1199 KB 752/1206 KB 988/1199 KB 752/1206 KB 992/1199 KB 752/1206 KB 992/1199 KB 756/1206 KB 996/1199 KB 760/1206 KB 996/1199 KB 764/1206 KB 996/1199 KB 768/1206 KB 996/1199 KB 756/1206 KB 1000/1199 KB 768/1206 KB 1004/1199 KB 768/1206 KB 1008/1199 KB 768/1206 KB 1012/1199 KB 768/1206 KB 1016/1199 KB 772/1206 KB 1020/1199 KB 772/1206 KB 1024/1199 KB 772/1206 KB 1012/1199 KB 772/1206 KB 1024/1199 KB 776/1206 KB 1024/1199 KB 780/1206 KB 1024/1199 KB 784/1206 KB 1024/1199 KB 788/1206 KB 1028/1199 KB 792/1206 unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install KB 1028/1199 KB 796/1206 KB 1028/1199 KB 800/1206 KB 1028/1199 KB 788/1206 KB 1032/1199 KB 800/1206 KB 1036/1199 KB 800/1206 KB 1040/1199 KB 800/1206 KB 1044/1199 KB 800/1206 KB 1048/1199 KB 804/1206 KB 1052/1199 KB 804/1206 KB 1056/1199 KB 804/1206 KB 1044/1199 KB 804/1206 KB 1056/1199 KB 808/1206 KB 1056/1199 KB 812/1206 KB 1056/1199 KB 816/1206 KB 1056/1199 KB 820/1206 KB 1060/1199 KB 824/1206 KB 1060/1199 KB 828/1206 KB 1060/1199 KB 832/1206 KB 1060/1199 KB 820/1206 KB 1064/1199 KB 832/1206 KB 1068/1199 KB 832/1206 KB 1072/1199 KB 832/1206 KB 1072/1199 KB 836/1206 KB 1076/1199 KB 840/1206 KB 1076/1199 KB 844/1206 KB 1076/1199 KB 848/1206 KB 1076/1199 KB 836/1206 KB 1080/1199 KB 848/1206 KB 1084/1199 KB 848/1206 KB 1088/1199 KB 848/1206 KB 1088/1199 KB 852/1206 KB 1092/1199 KB 856/1206 KB 1092/1199 KB 860/1206 KB 1092/1199 KB 864/1206 KB 1092/1199 KB 852/1206 KB 1096/1199 KB 864/1206 KB 1100/1199 KB 864/1206 KB 1104/1199 KB 864/1206 KB 1108/1199 KB 864/1206 KB 1112/1199 KB 868/1206 KB 1116/1199 KB 868/1206 KB 1120/1199 KB 868/1206 KB 1108/1199 KB 868/1206 KB 1120/1199 KB 872/1206 KB 1120/1199 KB 876/1206 KB 1120/1199 KB 880/1206 KB 1120/1199 KB 884/1206 KB 1124/1199 KB 888/1206 KB 1124/1199 KB 892/1206 KB 1124/1199 KB 896/1206 KB 1124/1199 KB 884/1206 KB 1128/1199 KB 896/1206 KB 1132/1199 KB 896/1206 KB 1136/1199 KB 896/1206 KB 1136/1199 KB 900/1206 KB 1140/1199 KB 904/1206 KB 1140/1199 KB 908/1206 KB 1140/1199 KB 912/1206 KB 1140/1199 KB 900/1206 KB 1144/1199 KB 912/1206 KB 1148/1199 KB 912/1206 KB 1152/1199 KB 912/1206 KB 1156/1199 KB 912/1206 KB 1160/1199 KB 916/1206 KB 1164/1199 KB 916/1206 KB 1168/1199 KB 916/1206 KB 1156/1199 KB 916/1206 KB 1168/1199 KB 920/1206 KB 1168/1199 KB 924/1206 KB 1168/1199 KB 928/1206 KB 1168/1199 KB 932/1206 KB 1172/1199 KB 936/1206 KB 1172/1199 KB 940/1206 KB 1172/1199 KB 944/1206 KB 1172/1199 KB 932/1206 KB 1176/1199 KB 944/1206 KB 1180/1199 KB 944/1206 KB 1184/1199 KB 944/1206 KB 1184/1199 KB 948/1206 KB 1188/1199 KB 952/1206 KB 1188/1199 KB 956/1206 KB 1188/1199 KB 960/1206 KB 1188/1199 KB 948/1206 KB 1192/1199 KB 960/1206 KB 1196/1199 KB 960/1206 KB 1199/1199 KB 960/1206 KB 1199/1199 KB 964/1206 KB 1199/1199 KB 968/1206 KB 1199/1199 KB 972/1206 KB 1199/1199 KB 976/1206 KB 1199/1199 KB 980/1206 KB 1199/1199 KB 984/1206 KB 1199/1199 KB 988/1206 KB 1199/1199 KB 992/1206 KB 1199/1199 KB 996/1206 KB 1199/1199 KB 1000/1206 KB 1199/1199 KB 1004/1206 KB 1199/1199 KB 1008/1206 KB 1199/1199 KB 1012/1206 KB 1199/1199 KB 1016/1206 KB 1199/1199 KB 1020/1206 KB 1199/1199 KB 1024/1206 KB 1199/1199 KB 1028/1206 KB 1199/1199 KB 1032/1206 KB 1199/1199 KB 1036/1206 KB 1199/1199 KB 1040/1206 KB 1199/1199 KB 1044/1206 KB 1199/1199 KB 1048/1206 KB 1199/1199 KB 1052/1206 KB 1199/1199 KB 1056/1206 KB 1199/1199 KB 1060/1206 KB 1199/1199 KB 1064/1206 KB 1199/1199 KB 1068/1206 KB 1199/1199 KB 1072/1206 KB 1199/1199 KB 1076/1206 KB 1199/1199 KB 1080/1206 KB 1199/1199 KB 1084/1206 KB 1199/1199 KB 1088/1206 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 3454.4 KB/sec) unit-abot-epc-basic-0: 00:10:44 DEBUG unit.abot-epc-basic/0.install 1092/1206 KB 1096/1206 KB 1100/1206 KB 1104/1206 KB 1108/1206 KB 1112/1206 KB 1116/1206 KB 1120/1206 KB 1124/1206 KB 1128/1206 KB 1132/1206 KB 1136/1206 KB 1140/1206 KB 1144/1206 KB 1148/1206 KB 1152/1206 KB 1156/1206 KB 1160/1206 KB 1164/1206 KB 1168/1206 KB 1172/1206 KB 1176/1206 KB 1180/1206 KB 1184/1206 KB 1188/1206 KB 1192/1206 KB 1196/1206 KB 1200/1206 KB 1204/1206 KB 1206/1206 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1206 KB at 3330.6 KB/sec) unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-oai-epc-0: 00:10:45 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 00:10:45 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/pom.xml to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.pom unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 43.932 s unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-05T00:10:45+00:00 unit-oai-epc-0: 00:10:45 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/65M unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 00:10:45 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-abot-epc-basic-0: 00:10:46 DEBUG unit.abot-epc-basic/0.install * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) unit-abot-epc-basic-0: 00:10:46 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 00:10:47 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-oai-epc-0: 00:10:47 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 00:10:47 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 00:10:47 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-oai-epc-0: 00:10:47 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:10:47 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.6) ... unit-oai-epc-0: 00:10:47 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:10:47 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 00:10:48 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-134.160) ... unit-oai-epc-0: 00:10:48 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:10:48 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 00:10:49 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-oai-epc-0: 00:10:49 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:10:49 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:10:49 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-oai-epc-0: 00:10:49 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 00:10:49 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 00:10:49 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 00:10:50 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:10:50 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 00:10:50 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 00:10:50 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 00:10:50 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:10:50 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 00:10:50 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:10:50 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 00:10:50 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 00:10:50 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 00:10:51 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 00:10:51 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 00:10:51 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 00:10:51 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 00:10:51 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:10:51 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 00:10:51 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 00:10:51 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 00:10:52 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 00:10:52 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 00:10:52 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 00:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:10:53 DEBUG unit.abot-epc-basic/0.install Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:10:53 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 00:10:53 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 00:10:53 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 00:10:53 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 00:10:53 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 00:10:53 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:10:53 DEBUG unit.abot-epc-basic/0.install Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:10:53 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:10:53 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:10:53 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 00:10:53 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 00:10:54 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 00:10:54 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 00:10:54 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 00:10:54 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 00:10:54 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 00:10:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 00:10:55 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 00:10:55 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 00:10:55 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 00:10:55 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 00:10:56 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 00:10:56 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 00:10:56 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 00:10:57 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 00:10:57 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 00:10:57 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 00:10:57 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 00:10:57 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 00:10:57 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 00:10:58 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 00:10:58 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 00:10:58 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 00:10:58 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 00:10:58 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 00:10:58 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 00:10:59 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... machine-3: 00:10:59 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 00:10:59 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 00:10:59 DEBUG juju.agent read agent config, format "2.0" machine-3: 00:10:59 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 00:10:59 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 00:10:59 DEBUG juju.worker start "engine" machine-3: 00:10:59 INFO juju.worker start "engine" machine-3: 00:10:59 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 00:10:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 00:10:59 DEBUG juju.worker "engine" started machine-3: 00:10:59 DEBUG juju.worker.introspection stats worker now serving machine-3: 00:10:59 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 00:10:59 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-3: 00:10:59 DEBUG juju.worker.apicaller connecting with old password machine-3: 00:10:59 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 00:10:59 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 00:10:59 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 00:10:59 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 00:10:59 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 00:10:59 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-3: 00:10:59 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-3: 00:10:59 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-3: 00:10:59 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 00:10:59 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 00:10:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 00:11:00 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 00:11:00 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 00:11:00 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... machine-3: 00:11:00 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 00:11:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:11:00 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch machine-3: 00:11:00 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install Branch v0.3.2-branch set up to track remote branch v0.3.2-branch from origin. unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 00:11:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:11:00 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-156-generic unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-156-generic unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot: No such file or directory unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 00:11:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:11:00 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 00:11:00 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:11:00 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install --2018-09-05 00:11:00-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 machine-3: 00:11:00 DEBUG juju.worker.apicaller connected machine-3: 00:11:00 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install 0K ....... 100M=0s unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install 2018-09-05 00:11:00 (100 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install --2018-09-05 00:11:00-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:11:00 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 365K 3s unit-abot-epc-basic-0: 00:11:00 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 00:11:00 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-b33e8a-default-0". unit-abot-epc-basic-0: 00:11:00 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: You may want to fix your /etc/hosts and/or DNS setup and run unit-abot-epc-basic-0: 00:11:00 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 00:11:00 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. machine-3: 00:11:00 DEBUG juju.worker.apicaller password changed machine-3: 00:11:00 DEBUG juju.api RPC connection died machine-3: 00:11:00 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 00:11:01 DEBUG juju.worker.apicaller connecting with current password machine-3: 00:11:01 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-3: 00:11:01 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-3: 00:11:01 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 366K 3s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 1.34M 2s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 497K 2s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 28.7M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 33.9M 1s unit-abot-epc-basic-0: 00:11:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 00:11:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 377K 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 10.0M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 33.1M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 56.9M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 48.3M 1s unit-abot-epc-basic-0: 00:11:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 390K 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 42.2M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 49.8M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 50.1M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 17.9M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 48.0M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 51.0M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 50.8M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 50.3M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 108M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 125M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 119M=0.7s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2018-09-05 00:11:01 (1.58 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install --2018-09-05 00:11:01-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 48.5M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 46.6M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 54.3M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 74.6M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 34.5M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 39.3M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 74.6M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 79.6M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 64.1M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 49.4M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 64.2M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 62.1M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 134M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 156M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 141M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 150M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 139M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 145M 0s unit-abot-epc-basic-0: 00:11:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 151M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 154M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 129M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 152M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 403K 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 52.6M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 47.1M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 52.6M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 55.2M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 74.8M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 60.3M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 65.5M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 54.1M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 55.7M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 94.1M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 48.7M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 70.9M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 69.7M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 60.3M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 60.0M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 83.7M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 58.7M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 57.5M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 48.6M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 86.5M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 101M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 61.5M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 123M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 148M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 153M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 150M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 136M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 155M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 127M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 147M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 134M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 138M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 149M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 150M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 120M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 153M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 443K 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 53.5M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 55.0M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 49.8M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 46.4M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 47.0M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 58.7M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 78.1M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 76.8M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 76.8M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 70.0M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 96.9M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 53.7M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 78.8M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 82.9M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 58.4M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 67.8M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 59.3M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 68.2M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 62.4M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 59.1M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 71.0M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 72.7M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 56.3M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 49.1M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 97.0M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 94.1M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 79.9M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 65.7M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 58.1M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 99.1M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 147M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 134M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 139M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 153M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 155M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 129M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 149M 1s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 153M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 146M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 134M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 155M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 44.4M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 138M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 140M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 158M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 158M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 161M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 140M 0s unit-oai-epc-0: 00:11:01 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 157M 0s machine-3: 00:11:01 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 469K 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 58.7M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 49.5M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 56.4M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 43.7M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 52.7M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 52.9M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 69.4M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 51.0M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 58.0M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 57.9M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 83.0M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 79.3M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 55.8M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 63.6M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 65.4M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 72.5M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 69.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 85.6M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 72.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 123M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 78.1M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 63.5M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 75.0M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 134M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 150M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 148M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 148M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 65.0M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 78.1M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 64.8M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 65.9M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 52.8M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 97.3M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 63.4M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 136M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 137M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 156M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 149M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 158M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 139M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 157M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 151M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 161M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 134M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 159M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 160M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 457K 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 43.5M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 54.6M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 51.0M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 41.1M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 64.3M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 54.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 56.8M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 57.4M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 67.1M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 77.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 64.1M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 63.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 53.1M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 62.7M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 60.7M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 51.1M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 57.0M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 54.4M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 80.6M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 47.9M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 49.5M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 61.5M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 67.8M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 49.1M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 56.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 56.4M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 53.4M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 59.4M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 133M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 125M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 136M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 114M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 133M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 132M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 132M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 122M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 137M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 125M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 136M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 119M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 133M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 137M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 135M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 120M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 137M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 137M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 136M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 110M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 129M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 139M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 134M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 483K 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 35.1M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 53.7M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 49.6M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 33.6M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 34.9M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 76.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 55.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 58.5M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 52.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 132M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 76.8M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 74.4M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 72.0M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 64.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 55.6M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 78.0M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 59.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 80.1M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 94.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 131M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 59.0M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 128M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 133M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 92.1M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 57.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 55.9M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 58.6M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 61.6M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 58.7M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 72.8M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 77.4M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 74.2M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 118M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 134M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 133M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 137M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 124M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 155M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 154M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 154M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 138M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 156M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 8.50M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 56.0M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 70.3M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 61.8M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 51.9M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 67.6M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 91.1M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 149M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 128M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 148M 0s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 130M=0.7s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2018-09-05 00:11:02 (17.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install --2018-09-05 00:11:02-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. machine-3: 00:11:02 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 00:11:02 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 00:11:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 00:11:02 INFO juju.worker.upgrader unblocking abort check machine-3: 00:11:02 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 00:11:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 00:11:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 00:11:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 57.0M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 75.9M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 55.9M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 51.6M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 51.3M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 61.9M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 64.8M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 63.4M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 56.6M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 69.6M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 60.1M 1s machine-3: 00:11:02 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 73.9M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 60.1M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 66.8M 1s machine-3: 00:11:02 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 00:11:02 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 00:11:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 59.2M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 68.8M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 46.2M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 74.7M 1s machine-3: 00:11:02 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 44.9M 1s machine-3: 00:11:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 32.7M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 58.4M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 74.0M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 76.2M 1s machine-3: 00:11:02 DEBUG juju.worker.reboot Reboot worker got action: noop unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 78.7M 1s machine-3: 00:11:02 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 00:11:02 INFO juju.worker.deployer checking unit "oai-hss/0" unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 52.7M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 58.4M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 71.9M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 64.3M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 60.8M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 67.9M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 62.7M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 56.7M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 65.8M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 72.9M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 144M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 162M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 143M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 160M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 163M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 164M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 141M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 157M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 155M 1s machine-3: 00:11:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 161M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 133M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 163M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 164M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 160M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 139M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 153M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 154M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 159M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 145M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 156M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 163M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 165M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 141M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 155M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 160M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 151M 1s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 118M 1s machine-3: 00:11:02 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 00:11:02 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 00:11:02 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 00:11:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 00:11:02 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 00:11:02 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 00:11:02 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 00:11:02 DEBUG juju.network including address public:172.30.9.202 for machine machine-3: 00:11:02 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-3: 00:11:02 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 00:11:02 DEBUG juju.network including address local-machine:::1 for machine machine-3: 00:11:02 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.8 local-machine:127.0.0.1 local-machine:::1] machine-3: 00:11:02 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.8:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 00:11:02 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.8:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "172.30.9.202:17070"] machine-3: 00:11:02 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 00:11:02 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 00:11:02 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 00:11:02 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 00:11:02 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 00:11:02 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.8,::1,localhost", AutoNoProxy:""} machine-3: 00:11:02 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 00:11:02 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 00:11:02 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 00:11:02 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 00:11:02 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 00:11:02 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 00:11:02 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 00:11:02 DEBUG juju.network including address local-cloud:192.168.121.16 for machine machine-3: 00:11:02 DEBUG juju.network including address local-machine:::1 for machine machine-3: 00:11:02 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 00:11:02 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 00:11:02 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 00:11:02 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 00:11:02 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 00:11:02 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] unit-abot-epc-basic-0: 00:11:02 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 493K 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 64.6M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 62.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 41.3M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 52.1M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 59.7M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 46.1M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 83.2M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 64.2M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 59.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 100M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 71.8M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 101M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 55.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 56.1M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 65.3M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 75.0M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 104M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 55.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 64.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 58.6M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 63.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 93.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 113M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 93.8M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 68.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 50.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 46.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 74.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 70.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 46.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 48.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 74.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 127M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 71.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 73.7M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 48.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 103M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 83.8M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 123M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 133M 2s unit-abot-epc-basic-0: 00:11:02 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-b33e8a-default-0 unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 469K 3s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 67.2M 3s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 64.8M 3s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 67.6M 3s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 57.8M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 70.7M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 66.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 80.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 66.8M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 84.2M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 83.2M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 84.1M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 72.0M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 86.2M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 77.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 96.0M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 83.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 95.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 93.6M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 96.0M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 85.0M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 91.3M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 95.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 94.3M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 81.6M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 94.7M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 94.7M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 96.8M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 82.6M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 96.2M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 112M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 150M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 129M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 151M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 153M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 154M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 131M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 108M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 104M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 105M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 83.0M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 99.3M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 94.1M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 96.6M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 81.3M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 105M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 91.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 100M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 85.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 102M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 88.0M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 86.6M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 81.6M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 91.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 129M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 134M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 113M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 134M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 471K 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 77.1M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 16.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 55.2M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 62.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 77.6M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 68.0M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 80.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 89.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 92.1M 2s unit-abot-epc-basic-0: 00:11:02 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 84.0M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 90.3M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 83.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 82.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 67.7M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 85.0M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 80.6M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 82.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 71.0M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 80.7M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 83.8M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 83.0M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 71.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 79.2M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 76.8M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 82.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 72.8M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 84.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 103M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 91.2M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 77.6M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 86.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 87.3M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 85.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 79.2M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 91.8M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 83.3M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 93.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 72.8M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 86.6M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 86.2M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 85.7M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 74.4M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 85.9M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 85.5M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 83.1M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 76.8M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 132M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 133M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 133M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 117M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 132M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 132M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 133M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 115M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 128M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 125M 2s unit-oai-epc-0: 00:11:02 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 134M 2s machine-3: 00:11:02 INFO juju.worker.deployer deploying unit "oai-hss/0" machine-3: 00:11:02 DEBUG juju.worker start "3-container-watcher" machine-3: 00:11:02 DEBUG juju.worker start "stateconverter" machine-3: 00:11:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 00:11:02 INFO juju.worker start "3-container-watcher" machine-3: 00:11:02 DEBUG juju.worker "3-container-watcher" started machine-3: 00:11:02 INFO juju.worker start "stateconverter" machine-3: 00:11:02 DEBUG juju.worker "stateconverter" started machine-3: 00:11:02 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 490K 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 66.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 64.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 59.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 36.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 12.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 67.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 66.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 73.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 67.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 56.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 74.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 84.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 82.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 73.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 83.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 83.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 83.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 73.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 82.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 73.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 85.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 68.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 87.2M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 85.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 82.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 72.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 88.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 89.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 80.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 76.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 81.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 99.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 80.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 76.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 81.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 91.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 83.2M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 80.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 91.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 98.2M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 84.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 73.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 95.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 127M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 131M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 117M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 128M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 127M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 132M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 117M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 129M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 139M 2s machine-3: 00:11:03 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 00:11:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 489K 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 66.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 73.4M 2s unit-abot-epc-basic-0: 00:11:03 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 51.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 66.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 59.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 61.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 73.2M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 72.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 103M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 97.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 124M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 106M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 101M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 92.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 88.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 95.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 85.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 77.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 78.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 19.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 86.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 87.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 82.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 72.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 81.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 82.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 79.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 70.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 85.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 80.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 87.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 68.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 89.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 77.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 83.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 73.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 87.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 95.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 104M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 82.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 88.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 83.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 90.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 79.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 93.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 90.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 89.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 81.4M 2s machine-3: 00:11:03 DEBUG juju.service discovered init system "upstart" from local host unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 84.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 133M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 132M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 114M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 136M 2s machine-3: 00:11:03 DEBUG juju.worker.deployer state addresses: ["192.168.121.8:37017"] machine-3: 00:11:03 DEBUG juju.worker.deployer API addresses: ["192.168.121.8:17070" "172.30.9.202:17070"] machine-3: 00:11:03 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-hss-0 Conf:{Desc:juju unit agent for oai-hss/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-hss-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-hss/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-hss-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-hss-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-hss/0 --debug]}}} unit-oai-hss-0: 00:11:03 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 00:11:03 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 00:11:03 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 00:11:03 DEBUG juju.worker start "api" unit-oai-hss-0: 00:11:03 INFO juju.worker start "api" unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 00:11:03 DEBUG juju.worker "api" started unit-oai-hss-0: 00:11:03 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 00:11:03 INFO juju.worker.machiner "machine-3" started unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 482K 2s unit-abot-epc-basic-0: 00:11:03 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 72.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 63.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 67.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 71.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 71.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 71.9M 2s unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 74.2M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 92.1M 2s unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 85.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 87.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 76.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 83.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 88.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 87.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 74.6M 2s unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 88.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 86.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 89.8M 2s unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 80.2M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 112M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 131M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 137M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 117M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 128M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 138M 2s unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 14.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 82.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 85.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 88.8M 2s unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 76.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 88.2M 2s unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 87.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 87.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 77.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 87.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 89.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 92.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 74.1M 2s unit-oai-hss-0: 00:11:03 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 85.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 89.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 89.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 77.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 89.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 85.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 92.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 77.2M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 88.0M 2s unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 87.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 86.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 95.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 128M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 137M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 136M 2s unit-oai-hss-0: 00:11:03 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-hss-0: 00:11:03 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 120M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 138M 2s unit-oai-hss-0: 00:11:03 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-hss-0: 00:11:03 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:11:03 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 479K 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 73.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 64.2M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 68.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 58.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 71.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 70.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 80.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 71.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 83.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 49.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 99.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 84.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 98.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 121M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 95.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 83.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 101M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 95.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 95.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 94.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 109M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 149M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 156M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 137M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 146M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 154M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 20.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 86.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 98.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 91.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 35.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 103M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 101M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 83.9M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 100M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 100M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 99.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 85.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 87.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 87.2M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 85.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 78.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 84.1M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 86.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 89.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 77.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 87.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 86.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 86.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 75.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 85.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 110M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 134M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 116M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 136M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 132M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 482K 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 65.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 64.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 102M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 37.8M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 74.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 62.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 69.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 67.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 71.3M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 66.7M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 85.5M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 84.4M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 84.2M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 72.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 90.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 84.6M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 87.0M 2s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 76.0M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 86.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 108M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 128M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 116M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 130M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 132M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 133M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 46.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 70.7M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 80.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 84.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 88.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 86.7M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 83.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 114M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 24.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 90.7M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 88.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 90.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 75.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 89.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 84.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 88.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 76.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 87.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 90.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 89.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 78.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 86.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 86.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 91.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 75.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 85.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 88.7M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 112M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 113M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 133M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 128M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 135M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 489K 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 73.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 62.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 73.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 76.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 106M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 17.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 57.0M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 59.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 62.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 59.7M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 52.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 67.0M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 73.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 77.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 60.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 75.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 80.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 118M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 119M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 133M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 114M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 75.7M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 67.7M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 82.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 89.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 91.0M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 76.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 116M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 116M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 118M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 132M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 143M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 148M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 138M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 23.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 73.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 67.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 82.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 78.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 79.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 73.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 72.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 83.0M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 78.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 64.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 78.7M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 76.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 74.0M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 68.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 78.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 87.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 132M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 115M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 129M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 134M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 132M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 501K 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 54.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 60.0M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 60.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 89.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 114M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 112M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 11.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 72.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 61.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 45.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 88.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 84.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 72.7M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 94.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 100M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 95.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 87.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 97.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 115M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 140M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 84.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 108M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 102M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 97.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 87.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 101M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 101M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 98.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 87.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 100M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 132M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 156M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 134M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 26.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 72.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 83.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 26.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 89.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 104M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 84.7M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 95.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 106M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 104M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 87.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 101M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 102M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 99.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 90.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 96.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 107M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 58.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 87.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 102M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 102M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 136M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 134M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 500K 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 63.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 78.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 77.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 83.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 69.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 91.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 134M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 133M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 7.64M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 77.0M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 81.3M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 81.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 81.0M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 65.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 76.7M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 95.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 92.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 82.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 102M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 90.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 97.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 83.0M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 95.6M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 101M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 90.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 83.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 94.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 99.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 96.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 86.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 138M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 150M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 139M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 50.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 95.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 102M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 126M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 133M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 15.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 94.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 94.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 111M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 84.2M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 94.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 98.8M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 97.0M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 69.4M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 81.5M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 84.0M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 79.9M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 75.1M 1s unit-oai-epc-0: 00:11:03 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 78.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 83.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 86.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 72.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 122M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 125M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 127M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 121M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 517K 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 64.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 70.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 74.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 69.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 68.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 101M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 133M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 7.71M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 17.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 68.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 63.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 73.6M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 71.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 61.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 75.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 90.6M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 90.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 93.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 100M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 89.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 113M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 86.0M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 101M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 102M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 86.0M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 89.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 90.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 98.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 96.0M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 89.6M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 98.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 104M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 135M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 134M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 153M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 156M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 148M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 13.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 87.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 101M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 99.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 92.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 97.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 95.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 88.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 75.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 85.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 92.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 84.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 75.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 83.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 87.0M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 88.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 74.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 129M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 132M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 132M 1s machine-3: 00:11:04 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:aa:36:e9 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.16 [] [] []} {2 fa:16:3e:aa:36:e9 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 527K 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 70.6M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 59.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 66.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 70.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 74.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 80.8M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 129M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 122M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 9.06M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 9.17M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 53.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 36.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 69.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 66.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 70.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 70.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 89.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 83.0M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 86.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 72.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 84.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 79.0M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 93.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 72.8M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 80.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 89.8M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 117M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 82.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 122M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 135M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 131M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 114M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 138M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 123M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 130M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 110M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 52.6M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 77.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 82.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 39.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 79.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 76.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 88.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 88.8M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 85.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 75.6M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 84.8M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 90.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 84.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 73.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 83.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 84.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 90.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 75.6M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 98.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 136M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 130M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 111M 1s unit-oai-hss-0: 00:11:04 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 00:11:04 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 542K 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 72.6M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 56.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 65.0M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 69.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 78.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 70.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 91.0M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 123M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 9.33M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 6.23M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 62.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 63.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 67.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 63.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 58.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 54.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 64.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 81.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 74.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 80.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 82.8M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 77.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 84.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 83.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 98.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 134M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 113M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 130M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 127M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 122M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 90.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 89.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 90.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 80.7M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 78.8M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 77.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 80.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 131M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 114M 1s unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-b33e8a-default-0 unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 34.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 77.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 79.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 82.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 93.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 86.8M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 84.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 89.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 86.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 88.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 79.0M 1s unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install WARNING: apt does not have a stable CLI interface. Use with caution in scripts. unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 85.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 86.7M 1s unit-oai-hss-0: 00:11:04 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 00:11:04 DEBUG juju.api RPC connection died unit-oai-hss-0: 00:11:04 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 88.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 77.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 102M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 129M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 129M 1s unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 00:11:04 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 00:11:04 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-hss-0: 00:11:04 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-hss-0: 00:11:04 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 554K 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 52.2M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 61.8M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 72.0M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 72.6M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 74.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 71.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 88.5M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 123M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 117M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 9.92M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 67.6M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 4.83M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 54.3M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 59.6M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 76.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 71.8M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 76.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 63.4M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 77.9M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 87.1M 1s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 85.3M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 72.5M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 82.5M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 85.2M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 129M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 117M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 135M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 107M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 92.0M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 76.2M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 85.2M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 85.7M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 84.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 75.5M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 84.7M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 86.8M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 102M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 98.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 94.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 115M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 131M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 118M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 20.8M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 90.0M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 84.5M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 76.7M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 73.8M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 85.0M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 81.3M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 78.0M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 75.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 75.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 81.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 73.5M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 94.5M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 135M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 132M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 113M 0s unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 574K 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 33.8M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 41.9M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 48.0M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 61.2M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 49.7M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 92.3M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 91.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 115M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 112M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 14.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 37.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 92.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 111M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 3.80M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 32.5M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 29.2M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 26.5M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 32.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 32.3M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 110M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 26.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 30.9M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 97.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 89.9M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 92.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 107M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 109M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 83.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 59.9M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 64.7M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 77.7M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 44.7M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 37.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 48.0M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 45.8M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 43.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 40.7M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 64.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 131M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 128M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 113M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 130M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 131M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 120M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 112M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 128M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 135M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 127M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 116M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 136M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 124M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 130M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 111M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 129M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 139M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 131M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 119M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 130M 0s unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 628K 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 31.8M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 54.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 41.5M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 51.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 96.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 110M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 87.3M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 113M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 17.2M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 26.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 88.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 128M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 133M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 3.50M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 36.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 37.3M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 54.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 105M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 59.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 134M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 71.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 127M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 60.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 70.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 144M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 110M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 73.0M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 145M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 61.9M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 9.98M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 59.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 48.2M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 67.9M 0s unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-b33e8a-default-0 unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 74.0M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 74.2M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 52.2M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 53.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 79.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 109M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 55.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 134M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 147M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 150M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 129M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 153M 0s unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 590K 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 32.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 33.9M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 36.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 38.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 40.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 39.9M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 52.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 90.7M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 45.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 42.4M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 60.7M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 96.1M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 118M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 122M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 134M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 136M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 113M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 130M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 128M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 132M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 120M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 132M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 120M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 129M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 115M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 139M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 4.23M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 46.2M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 50.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 46.8M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 43.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 46.0M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 51.2M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 121M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 53.9M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 68.8M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 132M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 127M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 121M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 128M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 130M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 126M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 113M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 44.5M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 72.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 14.6M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 48.0M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 68.3M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 72.2M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 53.0M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 86.8M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 133M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 132M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 111M 0s unit-oai-epc-0: 00:11:04 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 137M 0s unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 00:11:04 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 578K 0s unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 25.7M 0s unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 29.6M 0s unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 95.1M 0s unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 109M 0s unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 97.7M 0s unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 110M 0s unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 106M 0s unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 114M 0s unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 95.0M 0s unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install 53750K ...... 100% 11500G=2.6s unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install 2018-09-05 00:11:05 (20.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install FINISHED --2018-09-05 00:11:05-- unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install Total wall clock time: 4.7s unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.0s (16.5 MB/s) unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.4). unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev is already the newest version (2.7.12-1ubuntu0~16.04.3). unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 gir1.2-atspi-2.0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev libatlas3-base unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libgtk-3-0 libgtk-3-bin libgtk-3-common libgudev-1.0-0 libgusb2 libgvc6 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libsoup-gnome2.4-1 libsoup2.4-1 libssl-doc libsuitesparseconfig4.4.6 libsvn1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install ruby ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration t1utils tcl tcl8.6 tex-common unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install gnuplot-doc graphviz-doc guile-2.0-doc lrzip libblas-doc liblapack-doc unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install xpdf-reader | pdf-viewer mesa-utils nickle cairo-5c xorg-docs-core gvfs-bin unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libgs9-common libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk-3-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libpgm-5.2-0 libpgm-dev libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libserf-1-1 libslicot0 libsoup-gnome2.4-1 libsoup2.4-1 libssl-dev libssl-doc unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libtk8.6 libtool libumfpack5.7.1 libunistring0 liburi-perl libusb-1.0-0-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-oai-hss-0: 00:11:05 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install (Reading database ... 79167 files and directories currently installed.) unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install Need to get 291 MB of archives. unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install After this operation, 1,132 MB of additional disk space will be used. unit-abot-epc-basic-0: 00:11:05 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1,121 kB] unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 00:11:05 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 00:11:05 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 00:11:05 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 00:11:05 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 00:11:05 DEBUG juju.network including address public:172.30.9.202 for machine unit-oai-hss-0: 00:11:05 DEBUG juju.network including address local-cloud:192.168.121.8 for machine unit-oai-hss-0: 00:11:05 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 00:11:05 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 00:11:05 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.8 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 00:11:05 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.8:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 00:11:05 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.8:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "172.30.9.202:17070"] unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 00:11:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 00:11:05 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 00:11:06 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 00:11:06 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 00:11:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 00:11:06 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 00:11:06 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 00:11:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 00:11:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 00:11:06 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 00:11:06 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 00:11:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 00:11:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 00:11:06 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 00:11:06 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.8,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 00:11:06 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 00:11:06 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-hss-0: 00:11:06 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-hss-0: 00:11:06 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-hss-0: 00:11:06 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 00:11:06 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.4 [262 kB] unit-oai-hss-0: 00:11:06 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 00:11:06 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 00:11:06 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 00:11:06 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 00:11:06 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 00:11:06 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.8 [187 kB] unit-abot-epc-basic-0: 00:11:07 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] unit-abot-epc-basic-0: 00:11:07 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2,623 kB] unit-oai-hss-0: 00:11:07 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 00:11:07 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 00:11:07 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-hss-0: 00:11:07 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 00:11:07 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 00:11:07 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 00:11:07 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 00:11:07 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 00:11:07 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 00:11:07 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 00:11:07 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 00:11:07 DEBUG httpbakery client do GET https://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 00:11:07 DEBUG httpbakery } -> error unit-oai-hss-0: 00:11:07 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 00:11:07 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-oai-hss-0: 00:11:07 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-abot-epc-basic-0: 00:11:07 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 cmake-curses-gui amd64 3.5.1-1ubuntu3 [1,276 kB] unit-abot-epc-basic-0: 00:11:07 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 m4 amd64 1.4.17-5 [195 kB] unit-abot-epc-basic-0: 00:11:07 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfl-dev amd64 2.6.0-11 [12.5 kB] unit-oai-hss-0: 00:11:07 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 00:11:07 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 00:11:07 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 00:11:07 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 flex amd64 2.6.0-11 [290 kB] unit-abot-epc-basic-0: 00:11:08 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lato all 2.0-1 [2,693 kB] unit-abot-epc-basic-0: 00:11:08 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 imagemagick-common all 8:6.8.9.9-7ubuntu5.12 [41.5 kB] unit-abot-epc-basic-0: 00:11:08 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaudio2 amd64 1.9.4-4 [50.1 kB] unit-oai-epc-0: 00:11:08 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-epc-0: 00:11:08 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-oai-epc-0: 00:11:08 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 00:11:08 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libexif12 amd64 0.6.21-2 [77.6 kB] unit-abot-epc-basic-0: 00:11:08 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-double3 amd64 3.3.4-2ubuntu1 [718 kB] unit-abot-epc-basic-0: 00:11:08 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-long3 amd64 3.3.4-2ubuntu1 [306 kB] unit-abot-epc-basic-0: 00:11:09 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-quad3 amd64 3.3.4-2ubuntu1 [550 kB] unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 00:11:09 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 00:11:09 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 00:11:09 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 00:11:09 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-single3 amd64 3.3.4-2ubuntu1 [749 kB] unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 00:11:09 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 00:11:09 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libieee1284-3 amd64 0.2.11-12 [23.8 kB] unit-abot-epc-basic-0: 00:11:09 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblqr-1-0 amd64 0.4.2-2 [23.6 kB] unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 00:11:09 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 00:11:09 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 00:11:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:11:09 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB] unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-abot-epc-basic-0: 00:11:09 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickcore-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.12 [1,579 kB] unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 00:11:09 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickwand-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.12 [288 kB] unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 00:11:09 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-abot-epc-basic-0: 00:11:10 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmng2 amd64 2.0.2-0ubuntu3 [169 kB] unit-abot-epc-basic-0: 00:11:10 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmtdev1 amd64 1.1.5-1ubuntu2 [13.8 kB] unit-oai-hss-0: 00:11:10 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:11:10 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 00:11:10 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 00:11:10 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 00:11:10 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] unit-oai-hss-0: 00:11:10 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 [701 kB] unit-abot-epc-basic-0: 00:11:10 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] unit-abot-epc-basic-0: 00:11:10 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB] unit-oai-hss-0: 00:11:10 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.8 [2672 kB] unit-abot-epc-basic-0: 00:11:10 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.10 [260 kB] unit-abot-epc-basic-0: 00:11:11 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libopenblas-base amd64 0.2.18-1ubuntu1 [5,097 kB] unit-oai-hss-0: 00:11:11 DEBUG unit.oai-hss/0.install Fetched 3394 kB in 1s (2990 kB/s) unit-abot-epc-basic-0: 00:11:11 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas3-base amd64 3.10.2-9 [2,697 kB] unit-abot-epc-basic-0: 00:11:11 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB] unit-abot-epc-basic-0: 00:11:11 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqrupdate1 amd64 1.1.2-1build1 [37.6 kB] unit-abot-epc-basic-0: 00:11:11 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB] unit-abot-epc-basic-0: 00:11:12 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5core5a amd64 5.5.1+dfsg-16ubuntu7.5 [1,817 kB] unit-abot-epc-basic-0: 00:11:12 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-server0 amd64 1.12.0-1~ubuntu16.04.3 [28.0 kB] unit-abot-epc-basic-0: 00:11:12 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgbm1 amd64 18.0.5-0ubuntu0~16.04.1 [24.0 kB] unit-oai-hss-0: 00:11:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 00:11:12 DEBUG unit.oai-hss/0.install (Reading database ... 78141 files and directories currently installed.) unit-oai-hss-0: 00:11:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-abot-epc-basic-0: 00:11:12 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcapnp-0.5.3 amd64 0.5.3-2ubuntu1.1 [580 kB] unit-abot-epc-basic-0: 00:11:12 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-filesystem1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [37.5 kB] unit-oai-hss-0: 00:11:12 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 00:11:12 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore1 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [24.4 kB] unit-abot-epc-basic-0: 00:11:12 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon7 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [89.7 kB] unit-abot-epc-basic-0: 00:11:13 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-lite9v5 amd64 2.6.1-1.3 [58.4 kB] unit-abot-epc-basic-0: 00:11:13 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirprotobuf3 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [120 kB] unit-abot-epc-basic-0: 00:11:13 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon0 amd64 0.5.0-1ubuntu2 [97.2 kB] unit-abot-epc-basic-0: 00:11:13 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient9 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [194 kB] unit-abot-epc-basic-0: 00:11:13 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-client0 amd64 1.12.0-1~ubuntu16.04.3 [22.5 kB] unit-oai-hss-0: 00:11:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 00:11:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-abot-epc-basic-0: 00:11:13 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0 amd64 1.11.1-1ubuntu1 [8,840 B] unit-abot-epc-basic-0: 00:11:13 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [87.0 kB] unit-oai-hss-0: 00:11:13 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 00:11:13 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libevdev2 amd64 1.4.6+dfsg-1 [28.0 kB] unit-abot-epc-basic-0: 00:11:14 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgudev-1.0-0 amd64 1:230-2 [13.0 kB] unit-oai-hss-0: 00:11:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-epc-0: 00:11:14 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 00:11:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-abot-epc-basic-0: 00:11:14 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-common all 0.22-1~ubuntu16.04.1 [32.0 kB] unit-oai-epc-0: 00:11:14 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-hss-0: 00:11:14 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 00:11:14 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom2 amd64 0.22-1~ubuntu16.04.1 [17.3 kB] unit-oai-epc-0: 00:11:14 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 00:11:14 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 00:11:14 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput-bin amd64 1.6.3-1ubuntu1~16.04.1 [9,040 B] unit-abot-epc-basic-0: 00:11:14 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput10 amd64 1.6.3-1ubuntu1~16.04.1 [74.0 kB] unit-abot-epc-basic-0: 00:11:14 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5dbus5 amd64 5.5.1+dfsg-16ubuntu7.5 [175 kB] unit-abot-epc-basic-0: 00:11:15 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libproxy1v5 amd64 0.4.11-5ubuntu1 [48.6 kB] unit-oai-hss-0: 00:11:15 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:11:15 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5network5 amd64 5.5.1+dfsg-16ubuntu7.5 [540 kB] unit-abot-epc-basic-0: 00:11:15 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-icccm4 amd64 0.4.1-1ubuntu1 [10.4 kB] unit-abot-epc-basic-0: 00:11:15 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-util1 amd64 0.4.0-0ubuntu3 [11.2 kB] unit-abot-epc-basic-0: 00:11:15 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12.3 kB] unit-abot-epc-basic-0: 00:11:15 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-keysyms1 amd64 0.4.0-1 [8,406 B] unit-abot-epc-basic-0: 00:11:15 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0 amd64 1.11.1-1ubuntu1 [14.4 kB] unit-abot-epc-basic-0: 00:11:16 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render-util0 amd64 0.3.9-1 [9,638 B] unit-abot-epc-basic-0: 00:11:16 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0 amd64 1.11.1-1ubuntu1 [5,756 B] unit-abot-epc-basic-0: 00:11:16 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xkb1 amd64 1.11.1-1ubuntu1 [29.2 kB] unit-abot-epc-basic-0: 00:11:16 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-x11-0 amd64 0.5.0-1ubuntu2 [13.5 kB] unit-oai-hss-0: 00:11:16 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 00:11:16 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5gui5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,290 kB] unit-abot-epc-basic-0: 00:11:16 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5widgets5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,252 kB] unit-oai-hss-0: 00:11:16 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 00:11:16 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt5svg5 amd64 5.5.1-2build1 [128 kB] unit-abot-epc-basic-0: 00:11:17 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-common all 2.48.2-1~ubuntu16.04.1 [10.9 kB] unit-abot-epc-basic-0: 00:11:17 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-services amd64 2.48.2-1~ubuntu16.04.1 [16.0 kB] unit-abot-epc-basic-0: 00:11:17 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdconf1 amd64 0.24.0-2 [31.4 kB] unit-oai-hss-0: 00:11:17 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 00:11:17 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-service amd64 0.24.0-2 [27.1 kB] unit-abot-epc-basic-0: 00:11:17 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-gsettings-backend amd64 0.24.0-2 [19.4 kB] unit-abot-epc-basic-0: 00:11:17 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsettings-desktop-schemas all 3.18.1-1ubuntu1 [25.9 kB] unit-abot-epc-basic-0: 00:11:18 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking amd64 2.48.2-1~ubuntu16.04.1 [43.7 kB] unit-abot-epc-basic-0: 00:11:18 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup2.4-1 amd64 2.52.2-1ubuntu0.3 [270 kB] unit-abot-epc-basic-0: 00:11:18 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup-gnome2.4-1 amd64 2.52.2-1ubuntu0.3 [4,986 B] unit-abot-epc-basic-0: 00:11:18 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librest-0.7-0 amd64 0.7.93-1 [31.9 kB] unit-mysql-0: 00:11:18 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 00:11:18 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:11:18 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 00:11:18 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 00:11:18 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 00:11:18 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 00:11:18 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsamplerate0 amd64 0.1.8-8 [937 kB] unit-abot-epc-basic-0: 00:11:18 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane-common all 1.0.25+git20150528-1ubuntu2.16.04.1 [710 kB] unit-abot-epc-basic-0: 00:11:18 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libserf-1-1 amd64 1.3.8-1 [45.5 kB] unit-mysql-0: 00:11:18 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 00:11:18 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-abot-epc-basic-0: 00:11:19 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB] unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 00:11:19 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB] unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 00:11:19 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxss1 amd64 1:1.2.2-1 [8,582 B] unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install virt-what unit-abot-epc-basic-0: 00:11:19 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-abot-epc-basic-0: 00:11:19 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-abot-epc-basic-0: 00:11:19 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 poppler-data all 0.4.7-7 [1,495 kB] unit-oai-hss-0: 00:11:19 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (47.5 kB/s) unit-abot-epc-basic-0: 00:11:19 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0 amd64 0.10-3 [62.3 kB] unit-mysql-0: 00:11:19 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 00:11:19 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 00:11:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-mysql-0: 00:11:20 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 00:11:20 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:11:20 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 00:11:20 DEBUG unit.oai-hss/0.install (Reading database ... 78891 files and directories currently installed.) unit-oai-hss-0: 00:11:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-abot-epc-basic-0: 00:11:20 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslicot0 amd64 5.0+20101122-2 [1,002 kB] unit-oai-hss-0: 00:11:20 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 00:11:20 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-common all 3.18.9-1ubuntu3.3 [206 kB] unit-oai-hss-0: 00:11:20 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:11:20 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-0 amd64 2.18.3-4ubuntu1 [57.4 kB] unit-abot-epc-basic-0: 00:11:20 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-0 amd64 2.18.1-2ubuntu1 [52.8 kB] unit-abot-epc-basic-0: 00:11:20 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-gobject2 amd64 1.14.6-1 [17.3 kB] unit-oai-hss-0: 00:11:20 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 00:11:20 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolord2 amd64 1.2.12-1ubuntu1 [104 kB] unit-abot-epc-basic-0: 00:11:20 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy0 amd64 1.3.1-1ubuntu0.16.04.2 [177 kB] unit-abot-epc-basic-0: 00:11:21 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-common all 1.1.2-0ubuntu1 [6,172 B] unit-abot-epc-basic-0: 00:11:21 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-0 amd64 1.1.2-0ubuntu1 [60.3 kB] unit-abot-epc-basic-0: 00:11:21 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-cursor0 amd64 1.12.0-1~ubuntu16.04.3 [10.1 kB] unit-abot-epc-basic-0: 00:11:21 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-egl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [5,778 B] unit-oai-hss-0: 00:11:21 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 00:11:21 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 00:11:21 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 00:11:21 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-0 amd64 3.18.9-1ubuntu3.3 [2,352 kB] unit-abot-epc-basic-0: 00:11:21 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-bin amd64 3.18.9-1ubuntu3.3 [53.7 kB] unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 00:11:22 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB] unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install Need to get 3786 kB of archives. unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 00:11:22 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-2 amd64 2.40.13-3 [93.9 kB] unit-oai-hss-0: 00:11:22 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 00:11:22 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-common amd64 2.40.13-3 [5,034 B] unit-abot-epc-basic-0: 00:11:23 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 humanity-icon-theme all 0.6.10.1 [1,289 kB] unit-oai-hss-0: 00:11:23 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-oai-hss-0: 00:11:23 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-hss-0: 00:11:23 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-oai-hss-0: 00:11:23 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-oai-hss-0: 00:11:23 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-abot-epc-basic-0: 00:11:23 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-mono all 14.04+16.04.20180326-0ubuntu1 [178 kB] unit-oai-epc-0: 00:11:23 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-epc-0: 00:11:23 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 00:11:23 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-abot-epc-basic-0: 00:11:23 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 adwaita-icon-theme all 3.18.0-2ubuntu3.1 [3,359 kB] unit-oai-epc-0: 00:11:23 DEBUG unit.oai-epc/0.install Running depmod. unit-oai-hss-0: 00:11:23 DEBUG unit.oai-hss/0.install Fetched 3786 kB in 1s (2731 kB/s) unit-oai-hss-0: 00:11:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 00:11:24 DEBUG unit.oai-hss/0.install (Reading database ... 78898 files and directories currently installed.) unit-oai-hss-0: 00:11:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 00:11:24 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 at-spi2-core amd64 2.18.3-4ubuntu1 [45.7 kB] unit-oai-epc-0: 00:11:24 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 00:11:24 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 00:11:24 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 00:11:24 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 00:11:24 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 00:11:24 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autoconf all 2.69-9 [321 kB] unit-oai-hss-0: 00:11:24 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:11:24 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB] unit-abot-epc-basic-0: 00:11:24 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 automake all 1:1.15-4ubuntu1 [510 kB] unit-abot-epc-basic-0: 00:11:24 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1 [338 kB] unit-oai-hss-0: 00:11:24 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 00:11:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:11:24 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 bison amd64 2:3.0.4.dfsg-1 [259 kB] unit-oai-hss-0: 00:11:24 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:11:25 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 castxml amd64 0.1+git20160202-1.1 [11.5 MB] unit-oai-hss-0: 00:11:25 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 00:11:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-hss-0: 00:11:25 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 00:11:25 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgusb2 amd64 0.2.9-0ubuntu1 [20.2 kB] unit-oai-hss-0: 00:11:25 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 00:11:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 00:11:25 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 00:11:25 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolorhug2 amd64 1.2.12-1ubuntu1 [32.0 kB] unit-abot-epc-basic-0: 00:11:25 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libvpx3 amd64 1.5.0-2ubuntu1 [732 kB] unit-oai-hss-0: 00:11:25 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 00:11:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 00:11:26 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 00:11:26 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB] unit-oai-hss-0: 00:11:26 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 00:11:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:11:26 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgd3 amd64 2.1.1-4ubuntu0.16.04.10 [126 kB] unit-oai-hss-0: 00:11:26 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:11:26 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-port12 amd64 2.5.9-3 [48.0 kB] unit-abot-epc-basic-0: 00:11:26 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-6 amd64 2.5.9-3 [787 kB] unit-oai-hss-0: 00:11:26 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 00:11:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 00:11:26 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:11:26 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane amd64 1.0.25+git20150528-1ubuntu2.16.04.1 [2,012 kB] unit-abot-epc-basic-0: 00:11:26 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord-data all 1.2.12-1ubuntu1 [111 kB] unit-abot-epc-basic-0: 00:11:26 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord amd64 1.2.12-1ubuntu1 [178 kB] unit-abot-epc-basic-0: 00:11:27 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gettext amd64 0.19.7-2ubuntu3 [1,076 kB] unit-abot-epc-basic-0: 00:11:27 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] unit-abot-epc-basic-0: 00:11:27 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB] unit-oai-hss-0: 00:11:27 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 00:11:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 00:11:27 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:11:27 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive-zip-perl all 1.56-2ubuntu0.1 [84.7 kB] unit-oai-hss-0: 00:11:27 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:11:27 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB] unit-abot-epc-basic-0: 00:11:27 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] unit-abot-epc-basic-0: 00:11:28 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4,864 B] unit-abot-epc-basic-0: 00:11:28 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB] unit-abot-epc-basic-0: 00:11:28 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 default-jre-headless amd64 2:1.8-56ubuntu2 [4,380 B] unit-abot-epc-basic-0: 00:11:28 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libllvm3.6v5 amd64 1:3.6.2-3ubuntu2 [8,075 kB] unit-abot-epc-basic-0: 00:11:28 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc4 amd64 5.4.0-6ubuntu1~16.04.10 [111 kB] unit-abot-epc-basic-0: 00:11:29 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [380 kB] unit-abot-epc-basic-0: 00:11:29 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libclang1-3.6 amd64 1:3.6.2-3ubuntu2 [3,696 kB] unit-oai-hss-0: 00:11:29 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 00:11:29 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:11:29 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 doxygen amd64 1.8.11-1 [3,679 kB] unit-abot-epc-basic-0: 00:11:29 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5xml5 amd64 5.5.1+dfsg-16ubuntu7.5 [91.8 kB] unit-abot-epc-basic-0: 00:11:29 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 doxygen-gui amd64 1.8.11-1 [284 kB] unit-abot-epc-basic-0: 00:11:30 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-liberation all 1.07.4-1 [829 kB] unit-oai-hss-0: 00:11:30 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 00:11:30 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 tex-common all 6.04ubuntu1 [545 kB] unit-abot-epc-basic-0: 00:11:30 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lmodern all 2.004.5-1 [4,553 kB] unit-abot-epc-basic-0: 00:11:30 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gccxml amd64 0.9.0+git20140716-6 [3,380 kB] unit-oai-hss-0: 00:11:30 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 00:11:30 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 00:11:31 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf2-common all 3.2.6-3ubuntu6 [21.0 kB] unit-oai-hss-0: 00:11:31 DEBUG unit.oai-hss/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-abot-epc-basic-0: 00:11:31 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgconf-2-4 amd64 3.2.6-3ubuntu6 [84.6 kB] unit-oai-hss-0: 00:11:31 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-oai-hss-0: 00:11:31 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:11:31 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service-backend amd64 3.2.6-3ubuntu6 [57.5 kB] unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 00:11:31 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-157-generic unit-abot-epc-basic-0: 00:11:31 DEBUG unit.abot-epc-basic/0.install Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service amd64 3.2.6-3ubuntu6 [2,046 B] unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 00:11:31 DEBUG unit.abot-epc-basic/0.install Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace1 amd64 1.3.2-1 [34.7 kB] unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 00:11:31 DEBUG unit.abot-epc-basic/0.install Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace-ctf1 amd64 1.3.2-1 [88.3 kB] unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-157-generic unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-157-generic unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-156-generic unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-156-generic unit-oai-epc-0: 00:11:31 DEBUG unit.oai-epc/0.install done unit-oai-hss-0: 00:11:31 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 00:11:31 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 00:11:31 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 00:11:31 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 00:11:32 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 00:11:32 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 00:11:32 DEBUG unit.abot-epc-basic/0.install Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdb amd64 7.11.1-0ubuntu1~16.5 [2,526 kB] unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 00:11:32 DEBUG unit.abot-epc-basic/0.install Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdbserver amd64 7.11.1-0ubuntu1~16.5 [172 kB] unit-abot-epc-basic-0: 00:11:32 DEBUG unit.abot-epc-basic/0.install Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [291 kB] unit-abot-epc-basic-0: 00:11:32 DEBUG unit.abot-epc-basic/0.install Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gfortran-5 amd64 5.4.0-6ubuntu1~16.04.10 [8,043 kB] unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:32 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-epc-0: 00:11:33 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 00:11:33 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-abot-epc-basic-0: 00:11:33 DEBUG unit.abot-epc-basic/0.install Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gfortran amd64 4:5.3.1-1ubuntu1 [1,288 B] unit-oai-hss-0: 00:11:33 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-epc-0: 00:11:33 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 00:11:33 INFO juju.worker.uniter.context trying to kill context process 8629 unit-oai-epc-0: 00:11:33 INFO juju.worker.uniter.context waiting for context process 8629 to die unit-oai-hss-0: 00:11:33 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 00:11:33 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 00:11:33 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:11:33 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 00:11:33 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-epc-0: 00:11:33 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 00:11:33 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 00:11:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:11:33 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-hss-0: 00:11:33 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 00:11:33 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 00:11:33 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:11:33 DEBUG unit.abot-epc-basic/0.install Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsfilters1 amd64 1.8.3-2ubuntu3.4 [80.5 kB] unit-abot-epc-basic-0: 00:11:33 DEBUG unit.abot-epc-basic/0.install Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsimage2 amd64 2.1.3-4ubuntu0.5 [16.1 kB] unit-abot-epc-basic-0: 00:11:33 DEBUG unit.abot-epc-basic/0.install Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libijs-0.35 amd64 0.35-12 [15.5 kB] unit-abot-epc-basic-0: 00:11:33 DEBUG unit.abot-epc-basic/0.install Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjbig2dec0 amd64 0.12+20150918-1ubuntu0.1 [55.3 kB] unit-oai-hss-0: 00:11:33 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 00:11:33 DEBUG unit.oai-hss/0.install + echo -n unit-oai-hss-0: 00:11:33 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-abot-epc-basic-0: 00:11:33 DEBUG unit.abot-epc-basic/0.install Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper1 amd64 1.1.24+nmu4ubuntu1 [13.7 kB] unit-oai-epc-0: 00:11:33 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 00:11:33 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:11:33 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 00:11:33 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 00:11:33 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-epc-0: 00:11:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 00:11:33 DEBUG unit.abot-epc-basic/0.install Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9-common all 9.18~dfsg~0-0ubuntu2.8 [2,979 kB] machine-2: 00:11:34 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 00:11:34 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-2: 00:11:34 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-2: 00:11:34 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-2: 00:11:34 DEBUG juju.worker killing runner 0xc42019f380 unit-abot-epc-basic-0: 00:11:34 DEBUG unit.abot-epc-basic/0.install Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9 amd64 9.18~dfsg~0-0ubuntu2.8 [2,057 kB] unit-oai-hss-0: 00:11:34 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 00:11:34 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 00:11:34 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 00:11:34 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 00:11:34 DEBUG unit.abot-epc-basic/0.install Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 [3,374 kB] unit-abot-epc-basic-0: 00:11:34 DEBUG unit.abot-epc-basic/0.install Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ghostscript amd64 9.18~dfsg~0-0ubuntu2.8 [40.9 kB] unit-abot-epc-basic-0: 00:11:34 DEBUG unit.abot-epc-basic/0.install Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atk-1.0 amd64 2.18.0-1 [17.6 kB] unit-abot-epc-basic-0: 00:11:34 DEBUG unit.abot-epc-basic/0.install Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atspi-2.0 amd64 2.18.3-4ubuntu1 [14.1 kB] unit-abot-epc-basic-0: 00:11:35 DEBUG unit.abot-epc-basic/0.install Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-freedesktop amd64 1.46.0-3ubuntu1 [5,742 B] unit-abot-epc-basic-0: 00:11:35 DEBUG unit.abot-epc-basic/0.install Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gdkpixbuf-2.0 amd64 2.32.2-1ubuntu1.5 [8,092 B] unit-abot-epc-basic-0: 00:11:35 DEBUG unit.abot-epc-basic/0.install Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoxft-1.0-0 amd64 1.38.1-1 [15.1 kB] unit-abot-epc-basic-0: 00:11:35 DEBUG unit.abot-epc-basic/0.install Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-pango-1.0 amd64 1.38.1-1 [21.0 kB] unit-abot-epc-basic-0: 00:11:35 DEBUG unit.abot-epc-basic/0.install Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gtk-3.0 amd64 3.18.9-1ubuntu3.3 [188 kB] unit-abot-epc-basic-0: 00:11:35 DEBUG unit.abot-epc-basic/0.install Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 aglfn all 1.7-3 [29.4 kB] unit-abot-epc-basic-0: 00:11:35 DEBUG unit.abot-epc-basic/0.install Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-tex all 4.6.6-3 [10.1 kB] unit-abot-epc-basic-0: 00:11:36 DEBUG unit.abot-epc-basic/0.install Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-data all 4.6.6-3 [53.2 kB] unit-abot-epc-basic-0: 00:11:36 DEBUG unit.abot-epc-basic/0.install Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-x11 amd64 4.6.6-3 [794 kB] unit-abot-epc-basic-0: 00:11:36 DEBUG unit.abot-epc-basic/0.install Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcdt5 amd64 2.38.0-12ubuntu2.1 [23.4 kB] unit-abot-epc-basic-0: 00:11:36 DEBUG unit.abot-epc-basic/0.install Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcgraph6 amd64 2.38.0-12ubuntu2.1 [43.6 kB] unit-abot-epc-basic-0: 00:11:36 DEBUG unit.abot-epc-basic/0.install Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpathplan4 amd64 2.38.0-12ubuntu2.1 [26.6 kB] unit-abot-epc-basic-0: 00:11:36 DEBUG unit.abot-epc-basic/0.install Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvc6 amd64 2.38.0-12ubuntu2.1 [591 kB] unit-abot-epc-basic-0: 00:11:37 DEBUG unit.abot-epc-basic/0.install Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvpr2 amd64 2.38.0-12ubuntu2.1 [170 kB] unit-abot-epc-basic-0: 00:11:37 DEBUG unit.abot-epc-basic/0.install Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] unit-abot-epc-basic-0: 00:11:37 DEBUG unit.abot-epc-basic/0.install Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] unit-abot-epc-basic-0: 00:11:37 DEBUG unit.abot-epc-basic/0.install Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 graphviz amd64 2.38.0-12ubuntu2.1 [680 kB] unit-abot-epc-basic-0: 00:11:37 DEBUG unit.abot-epc-basic/0.install Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjudydebian1 amd64 1.0.5-5 [94.6 kB] unit-abot-epc-basic-0: 00:11:37 DEBUG unit.abot-epc-basic/0.install Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtcl8.6 amd64 8.6.5+dfsg-2 [875 kB] unit-abot-epc-basic-0: 00:11:38 DEBUG unit.abot-epc-basic/0.install Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtk8.6 amd64 8.6.5-1 [693 kB] unit-abot-epc-basic-0: 00:11:38 DEBUG unit.abot-epc-basic/0.install Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gtkwave amd64 3.3.66-1 [2,324 kB] unit-abot-epc-basic-0: 00:11:38 DEBUG unit.abot-epc-basic/0.install Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc1c2 amd64 1:7.4.2-7.3ubuntu0.1 [82.1 kB] unit-abot-epc-basic-0: 00:11:38 DEBUG unit.abot-epc-basic/0.install Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-libs amd64 2.0.11+1-10ubuntu0.1 [2,237 kB] unit-abot-epc-basic-0: 00:11:38 DEBUG unit.abot-epc-basic/0.install Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0 amd64 2.0.11+1-10ubuntu0.1 [8,690 B] unit-abot-epc-basic-0: 00:11:38 DEBUG unit.abot-epc-basic/0.install Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtinfo-dev amd64 6.0+20160213-1ubuntu1 [77.4 kB] unit-abot-epc-basic-0: 00:11:39 DEBUG unit.abot-epc-basic/0.install Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libncurses5-dev amd64 6.0+20160213-1ubuntu1 [175 kB] unit-abot-epc-basic-0: 00:11:39 DEBUG unit.abot-epc-basic/0.install Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libreadline6-dev amd64 6.3-8ubuntu2 [124 kB] unit-abot-epc-basic-0: 00:11:39 DEBUG unit.abot-epc-basic/0.install Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] unit-abot-epc-basic-0: 00:11:39 DEBUG unit.abot-epc-basic/0.install Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmpxx4ldbl amd64 2:6.1.0+dfsg-2 [8,948 B] unit-abot-epc-basic-0: 00:11:39 DEBUG unit.abot-epc-basic/0.install Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmp-dev amd64 2:6.1.0+dfsg-2 [314 kB] unit-abot-epc-basic-0: 00:11:39 DEBUG unit.abot-epc-basic/0.install Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc-dev amd64 1:7.4.2-7.3ubuntu0.1 [223 kB] unit-abot-epc-basic-0: 00:11:39 DEBUG unit.abot-epc-basic/0.install Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB] unit-abot-epc-basic-0: 00:11:40 DEBUG unit.abot-epc-basic/0.install Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-dev amd64 2.0.11+1-10ubuntu0.1 [701 kB] unit-abot-epc-basic-0: 00:11:40 DEBUG unit.abot-epc-basic/0.install Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 hdf5-helpers amd64 1.8.16+docs-4ubuntu1.1 [12.5 kB] unit-abot-epc-basic-0: 00:11:40 DEBUG unit.abot-epc-basic/0.install Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 icu-devtools amd64 55.1-7ubuntu0.4 [166 kB] unit-abot-epc-basic-0: 00:11:40 DEBUG unit.abot-epc-basic/0.install Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 iperf amd64 2.0.5+dfsg1-2ubuntu0.1 [50.5 kB] unit-abot-epc-basic-0: 00:11:40 DEBUG unit.abot-epc-basic/0.install Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute all 1:4.3.0-1ubuntu3.16.04.3 [2,430 B] unit-oai-hss-0: 00:11:40 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 00:11:40 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install Branch v0.3.2-branch set up to track remote branch v0.3.2-branch from origin. unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 00:11:41 DEBUG unit.abot-epc-basic/0.install Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 iptables-dev amd64 1.6.0-2ubuntu3 [55.5 kB] unit-oai-hss-0: 00:11:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:11:41 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-156-generic unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-156-generic unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install cat: /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot: No such file or directory unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 00:11:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:11:41 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 00:11:41 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install --2018-09-05 00:11:41-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 00:11:41 DEBUG unit.abot-epc-basic/0.install Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 javascript-common all 11 [6,066 B] unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install 0K ....... 81.1M=0s unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install 2018-09-05 00:11:41 (81.1 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install --2018-09-05 00:11:41-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 00:11:41 DEBUG unit.abot-epc-basic/0.install Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec0 amd64 0.3.2-1 [18.0 kB] unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 365K 3s unit-abot-epc-basic-0: 00:11:41 DEBUG unit.abot-epc-basic/0.install Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsuitesparseconfig4.4.6 amd64 1:4.4.6-1 [9,322 B] unit-oai-hss-0: 00:11:41 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 365K 3s unit-abot-epc-basic-0: 00:11:41 DEBUG unit.abot-epc-basic/0.install Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libamd2.4.1 amd64 1:4.4.6-1 [21.3 kB] unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 368K 3s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 40.5M 2s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 33.3M 1s unit-abot-epc-basic-0: 00:11:42 DEBUG unit.abot-epc-basic/0.install Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libarpack2 amd64 3.3.0-1build2 [88.2 kB] unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 373K 2s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 52.0M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 35.8M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 54.1M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 52.1M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 50.2M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 381K 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 51.0M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 46.8M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 56.0M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 58.0M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 52.1M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 67.9M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 89.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 87.0M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 74.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 79.4M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 106M=0.7s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2018-09-05 00:11:42 (1.59 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install --2018-09-05 00:11:42-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 00:11:42 DEBUG unit.abot-epc-basic/0.install Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3 [4,734 B] unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 57.8M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 69.7M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 53.4M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 77.2M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 65.2M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 74.1M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 89.1M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 88.2M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 82.1M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 95.0M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 91.7M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 97.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 84.0M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 90.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 97.5M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 92.5M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 85.2M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 92.7M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 147M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 148M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 131M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 153M 0s unit-abot-epc-basic-0: 00:11:42 DEBUG unit.abot-epc-basic/0.install Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-bin amd64 2.48.2-0ubuntu4 [39.4 kB] unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 403K 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 77.2M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 62.0M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 59.6M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 67.0M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 73.3M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 69.3M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 73.1M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 84.4M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 84.1M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 91.8M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 76.5M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 98.0M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 89.5M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 92.5M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 89.7M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 83.6M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 95.2M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 91.8M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 83.5M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 92.5M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 98.0M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 84.3M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 85.8M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 86.3M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 90.5M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 90.2M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 64.5M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 83.2M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 87.9M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 91.4M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 79.7M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 81.3M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 93.1M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 119M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 126M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 148M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 141M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 144M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 136M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 125M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 149M 0s unit-abot-epc-basic-0: 00:11:42 DEBUG unit.abot-epc-basic/0.install Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre32-3 amd64 2:8.38-3.1 [136 kB] unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 438K 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 74.2M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 69.9M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 72.8M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 63.2M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 77.7M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 73.6M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 80.6M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 71.3M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 95.8M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 95.9M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 89.3M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 86.5M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 93.5M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 94.8M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 95.6M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 72.5M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 82.2M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 86.7M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 83.4M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 73.4M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 87.0M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 81.0M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 83.9M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 72.9M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 82.4M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 84.9M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 83.9M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 71.9M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 81.0M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 76.3M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 50.6M 1s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 81.7M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 91.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 98.5M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 88.8M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 81.1M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 107M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 92.9M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 95.5M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 85.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 101M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 145M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 145M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 130M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 154M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 144M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 155M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 135M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 145M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 150M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 155M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 126M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 146M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 158M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 467K 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 74.6M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 59.8M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 77.8M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 70.0M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 78.1M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 62.4M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 76.5M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 66.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 86.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 78.7M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 90.1M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 91.7M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 95.0M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 78.7M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 88.2M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 119M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 149M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 118M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 112M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 84.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 83.1M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 71.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 78.1M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 86.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 79.2M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 71.9M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 82.2M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 77.6M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 90.8M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 69.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 90.9M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 82.3M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 93.5M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 72.6M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 83.4M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 79.8M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 89.8M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 72.0M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 88.0M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 80.5M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 78.9M 0s unit-abot-epc-basic-0: 00:11:42 DEBUG unit.abot-epc-basic/0.install Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB] unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 77.7M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 88.0M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 127M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 126M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 112M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 135M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 130M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 129M 0s unit-oai-hss-0: 00:11:42 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 114M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 463K 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 70.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 67.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 64.0M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 60.4M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 67.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 71.8M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 75.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 72.7M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 81.7M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 80.8M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 84.7M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 72.9M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 90.7M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 77.9M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 77.9M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 72.8M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 87.6M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 86.8M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 83.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 71.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 90.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 97.1M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 87.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 71.4M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 88.8M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 77.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 78.9M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 75.7M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 78.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 83.6M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 85.4M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 71.1M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 87.3M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 80.0M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 90.1M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 76.1M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 89.4M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 104M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 83.9M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 76.5M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 84.9M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 87.1M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 111M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 119M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 119M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 136M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 129M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 111M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 131M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 115M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 138M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 114M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 124M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 131M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 126M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 473K 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 57.9M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 76.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 97.1M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 68.8M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 58.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 70.3M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 80.4M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 75.4M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 70.5M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 80.5M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 78.8M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 87.1M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 71.4M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 79.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 83.5M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 77.5M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 72.1M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 80.0M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 78.4M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 87.4M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 70.8M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 95.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 88.3M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 85.4M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 75.2M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 83.7M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 98.7M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 125M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 119M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 127M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 127M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 136M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 100M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 126M 0s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 125M=0.7s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2018-09-05 00:11:43 (18.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install --2018-09-05 00:11:43-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 00:11:43 DEBUG unit.abot-epc-basic/0.install Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4.1 [168 kB] unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 63.6M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 61.1M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 66.6M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 62.2M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 58.7M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 63.7M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 85.0M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 78.2M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 69.7M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 82.6M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 82.2M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 86.9M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 79.4M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 86.0M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 89.0M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 85.0M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 76.9M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 80.7M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 78.8M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 84.5M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 72.3M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 84.2M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 82.9M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 80.6M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 74.8M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 81.1M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 84.3M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 83.6M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 70.4M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 87.3M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 82.7M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 80.8M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 73.6M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 81.2M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 86.5M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 78.3M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 69.9M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 84.6M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 81.5M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 78.4M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 69.6M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 77.9M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 85.0M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 82.1M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 116M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 128M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 134M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 132M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 114M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 135M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 126M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 134M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 118M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 124M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 139M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 132M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 115M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 138M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 126M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 130M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 117M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 484K 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 73.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 69.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 76.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 63.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 72.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 74.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 77.3M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 75.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 86.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 89.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 81.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 80.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 83.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 77.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 86.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 82.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 82.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 83.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 95.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 70.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 85.3M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 90.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 87.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 77.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 88.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 95.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 89.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 73.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 88.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 84.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 96.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 76.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 90.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 86.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 80.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 76.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 91.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 77.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 86.2M 2s unit-abot-epc-basic-0: 00:11:43 DEBUG unit.abot-epc-basic/0.install Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-dev amd64 2.48.2-0ubuntu4 [1,375 kB] unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 79.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 90.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 98.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 94.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 74.2M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 84.0M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 91.6M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 131M 1s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 465K 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 67.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 66.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 58.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 68.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 68.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 71.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 71.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 82.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 85.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 83.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 70.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 83.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 84.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 87.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 69.3M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 85.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 86.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 81.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 78.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 80.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 85.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 117M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 121M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 125M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 95.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 82.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 78.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 83.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 85.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 88.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 75.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 87.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 87.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 89.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 73.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 83.3M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 88.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 77.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 80.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 85.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 84.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 86.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 72.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 91.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 90.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 86.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 78.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 104M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 131M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 133M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 110M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 136M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 129M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 132M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 120M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 128M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 134M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 137M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 469K 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 72.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 69.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 62.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 70.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 69.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 76.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 76.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 83.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 90.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 82.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 73.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 85.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 88.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 84.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 73.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 81.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 88.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 106M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 115M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 102M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 85.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 86.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 80.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 84.3M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 60.3M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 65.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 60.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 87.3M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 85.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 83.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 73.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 82.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 88.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 87.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 74.3M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 88.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 96.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 86.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 84.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 91.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 86.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 89.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 76.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 118M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 128M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 133M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 116M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 133M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 135M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 129M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 118M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 130M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 1.44M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 68.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 57.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 74.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 98.9M 2s unit-abot-epc-basic-0: 00:11:43 DEBUG unit.abot-epc-basic/0.install Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdbus-1-dev amd64 1.10.6-1ubuntu3.3 [161 kB] unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 110M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 692K 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 63.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 70.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 62.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 60.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 65.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 80.0M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 78.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 72.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 86.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 81.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 84.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 71.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 83.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 83.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 91.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 74.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 85.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 83.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 89.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 83.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 96.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 99.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 130M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 84.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 89.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 84.9M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 85.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 75.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 89.3M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 86.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 90.5M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 83.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 85.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 90.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 88.3M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 76.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 93.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 92.3M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 87.6M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 105M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 131M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 129M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 124M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 117M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 130M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 132M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 1.40M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 72.4M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 72.1M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 59.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 60.7M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 67.3M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 68.8M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 67.2M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 111M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 113M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 114M 2s unit-oai-hss-0: 00:11:43 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 95.3M 2s unit-abot-epc-basic-0: 00:11:44 DEBUG unit.abot-epc-basic/0.install Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xext-dev all 7.3.0-1 [212 kB] unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 705K 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 69.3M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 60.5M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 60.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 64.8M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 70.7M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 71.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 68.2M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 80.6M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 83.3M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 80.1M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 73.1M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 85.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 82.1M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 77.8M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 75.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 84.3M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 93.9M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 90.0M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 76.1M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 80.3M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 90.3M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 99.2M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 106M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 87.5M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 89.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 82.9M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 72.8M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 81.5M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 83.9M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 81.7M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 76.6M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 93.1M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 85.5M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 83.1M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 84.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 124M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 135M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 133M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 117M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 134M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 135M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 129M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 113M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 1.42M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 69.6M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 64.7M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 59.0M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 68.0M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 70.9M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 76.0M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 73.6M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 85.3M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 100M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 128M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 114M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 124M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 137M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 716K 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 71.0M 2s unit-abot-epc-basic-0: 00:11:44 DEBUG unit.abot-epc-basic/0.install Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB] unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 18.9M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 73.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 68.2M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 61.1M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 68.7M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 69.2M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 82.2M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 68.5M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 80.8M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 85.8M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 82.2M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 77.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 83.5M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 85.6M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 86.8M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 73.8M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 82.1M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 92.3M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 97.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 78.0M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 85.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 92.2M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 108M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 85.6M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 86.3M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 89.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 77.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 76.5M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 87.5M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 98.2M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 97.0M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 76.5M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 122M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 133M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 132M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 119M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 135M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 142M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 132M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 1.40M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 67.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 62.3M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 72.7M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 61.0M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 67.1M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 75.7M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 82.9M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 74.0M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 80.9M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 82.0M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 128M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 118M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 135M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 130M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 135M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 117M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 731K 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 80.5M 2s unit-abot-epc-basic-0: 00:11:44 DEBUG unit.abot-epc-basic/0.install Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-fixes-dev all 1:5.0-2ubuntu2 [14.2 kB] unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 10.1M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 72.6M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 74.5M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 74.0M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 61.8M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 77.2M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 80.6M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 89.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 78.0M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 91.9M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 91.5M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 91.1M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 82.9M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 97.3M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 91.3M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 99.4M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 81.0M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 107M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 91.8M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 156M 2s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 103M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 95.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 95.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 114M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 137M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 133M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 100M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 98.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 83.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 97.1M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 96.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 118M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 136M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 158M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 154M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 158M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 1.37M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 82.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 63.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 79.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 41.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 78.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 66.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 92.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 92.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 92.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 84.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 96.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 93.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 127M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 135M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 152M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 146M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 151M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 741K 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 65.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 78.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 86.0M 1s unit-abot-epc-basic-0: 00:11:44 DEBUG unit.abot-epc-basic/0.install Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes-dev amd64 1:5.0.1-2 [10.9 kB] unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 135M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 8.68M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 70.1M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 77.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 70.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 71.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 76.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 82.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 85.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 82.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 94.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 92.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 94.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 83.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 93.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 92.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 96.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 83.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 95.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 98.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 94.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 83.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 92.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 59.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 152M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 140M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 128M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 103M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 100M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 85.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 99.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 115M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 157M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 135M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 157M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 160M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 1.42M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 78.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 82.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 83.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 68.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 74.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 81.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 95.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 95.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 93.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 106M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 114M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 85.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 97.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 101M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 104M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 136M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 154M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 734K 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 73.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 67.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 78.1M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 81.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 115M 1s unit-abot-epc-basic-0: 00:11:44 DEBUG unit.abot-epc-basic/0.install Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi-dev amd64 2:1.7.6-1 [184 kB] unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 7.36M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 69.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 77.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 46.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 74.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 69.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 81.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 91.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 91.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 82.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 89.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 94.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 94.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 83.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 93.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 96.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 89.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 83.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 96.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 107M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 119M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 85.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 105M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 154M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 148M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 101M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 94.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 93.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 106M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 90.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 153M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 155M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 154M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 1.51M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 52.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 76.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 86.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 66.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 83.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 76.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 92.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 89.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 113M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 96.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 104M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 49.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 101M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 103M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 104M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 124M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 158M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 152M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 155M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 742K 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 83.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 79.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 92.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 5.29M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 86.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 84.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 80.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 75.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 84.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 86.4M 1s unit-abot-epc-basic-0: 00:11:44 DEBUG unit.abot-epc-basic/0.install Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-record-dev all 1.14.2-1 [33.6 kB] unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 83.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 80.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 101M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 96.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 100M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 88.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 97.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 96.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 102M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 86.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 102M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 95.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 101M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 86.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 102M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 97.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 96.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 95.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 157M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 156M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 150M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 96.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 92.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 85.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 87.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 82.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 137M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 1.57M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 73.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 58.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 72.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 69.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 70.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 61.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 84.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 93.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 90.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 75.1M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 97.1M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 89.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 89.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 81.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 94.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 113M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 136M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 116M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 138M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 756K 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 65.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 59.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 99.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 4.26M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 69.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 59.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 62.7M 1s unit-abot-epc-basic-0: 00:11:44 DEBUG unit.abot-epc-basic/0.install Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst-dev amd64 2:1.2.2-1 [17.0 kB] unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 60.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 62.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 78.1M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 68.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 79.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 81.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 79.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 73.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 81.1M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 84.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 78.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 72.2M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 82.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 80.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 82.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 70.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 97.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 136M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 133M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 116M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 132M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 136M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 136M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 120M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 129M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 131M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 1.66M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 71.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 58.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 65.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 66.1M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 68.6M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 60.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 78.1M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 80.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 83.3M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 68.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 82.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 80.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 83.7M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 72.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 78.9M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 122M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 136M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 114M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 138M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 132M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 131M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 65.4M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 158M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 785K 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 80.5M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 74.8M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 70.0M 1s unit-oai-hss-0: 00:11:44 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 114M 1s unit-abot-epc-basic-0: 00:11:45 DEBUG unit.abot-epc-basic/0.install Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-dev amd64 2.18.3-4ubuntu1 [59.2 kB] unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 3.65M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 77.5M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 72.3M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 70.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 73.9M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 85.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 85.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 80.3M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 99.2M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 98.3M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 97.3M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 86.3M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 90.2M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 102M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 101M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 87.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 102M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 99.5M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 99.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 90.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 156M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 148M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 156M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 139M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 1.53M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 79.3M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 73.6M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 77.9M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 67.2M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 81.3M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 79.5M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 84.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 82.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 82.3M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 80.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 72.6M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 70.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 81.4M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 84.6M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 79.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 74.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 89.9M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 128M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 134M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 118M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 136M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 128M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 138M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 118M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 783K 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 65.4M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 64.4M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 60.5M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 63.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 69.3M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 91.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 115M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 131M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 126M 1s unit-abot-epc-basic-0: 00:11:45 DEBUG unit.abot-epc-basic/0.install Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-dev amd64 2.18.1-2ubuntu1 [2,824 B] unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 3.98M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 68.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 69.9M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 72.9M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 59.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 71.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 72.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 80.4M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 73.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 89.5M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 89.2M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 85.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 75.4M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 87.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 84.6M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 82.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 96.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 132M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 136M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 137M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 115M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 136M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 133M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 1.68M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 70.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 62.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 59.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 102M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 114M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 43.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 64.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 76.2M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 72.5M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 72.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 63.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 73.4M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 79.9M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 87.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 75.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 86.4M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 83.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 115M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 101M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 135M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 130M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 784K 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 51.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 58.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 71.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 70.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 67.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 60.6M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 77.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 95.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 119M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 111M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 134M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 132M 1s unit-abot-epc-basic-0: 00:11:45 DEBUG unit.abot-epc-basic/0.install Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-dev amd64 2.18.0-1 [79.5 kB] unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 4.40M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 23.4M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 64.6M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 61.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 69.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 65.5M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 57.4M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 69.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 79.2M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 76.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 70.5M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 81.5M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 82.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 86.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 106M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 133M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 133M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 133M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 118M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 133M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 1.75M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 63.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 61.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 64.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 65.6M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 64.2M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 73.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 85.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 131M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 116M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 130M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 37.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 72.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 81.6M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 72.0M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 80.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 82.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 91.9M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 70.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 82.6M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 79.6M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 85.1M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 89.8M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 137M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 130M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 798K 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 66.6M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 61.7M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 65.4M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 56.6M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 73.5M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 73.2M 1s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 84.9M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 81.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 107M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 132M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 133M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 117M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 4.55M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 69.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 63.4M 0s unit-abot-epc-basic-0: 00:11:45 DEBUG unit.abot-epc-basic/0.install Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-dev amd64 3.6.0-2ubuntu2 [153 kB] unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 12.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 60.3M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 62.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 67.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 55.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 66.9M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 64.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 77.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 69.9M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 83.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 117M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 130M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 118M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 125M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 129M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 137M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 1.80M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 60.3M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 63.2M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 68.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 64.2M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 58.8M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 77.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 87.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 130M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 118M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 133M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 134M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 91.2M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 75.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 104M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 22.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 71.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 82.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 80.8M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 82.9M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 68.3M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 83.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 79.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 84.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 93.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 134M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 131M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 827K 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 63.2M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 64.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 77.6M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 73.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 72.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 71.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 87.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 91.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 81.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 110M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 4.42M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 54.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 63.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 73.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 96.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 115M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 8.23M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 67.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 60.8M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 57.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 61.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 68.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 77.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 82.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 124M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 134M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 133M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 114M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 1.89M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 64.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 58.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 69.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 64.6M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 68.2M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 65.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 78.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 84.6M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 111M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 109M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 89.9M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 87.6M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 76.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 102M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 134M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 128M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 133M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 15.3M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 86.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 80.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 81.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 73.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 81.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 84.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 80.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 82.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 136M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 129M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 848K 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 68.3M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 59.6M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 56.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 62.8M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 67.6M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 83.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 77.9M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 91.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 95.3M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 100M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 111M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 127M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 134M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 5.12M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 60.3M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 75.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 86.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 7.19M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 15.6M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 73.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 61.3M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 60.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 70.8M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 89.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 116M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 114M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 129M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 1.95M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 69.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 59.3M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 66.8M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 71.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 68.8M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 63.2M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 90.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 97.2M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 92.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 80.6M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 88.3M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 84.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 81.8M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 95.8M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 117M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 133M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 127M 0s unit-abot-epc-basic-0: 00:11:45 DEBUG unit.abot-epc-basic/0.install Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-dev amd64 3.10.2-9 [22.1 kB] unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 23.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 81.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 18.3M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 72.8M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 84.6M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 86.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 86.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 73.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 88.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 86.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 93.9M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 118M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 132M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 879K 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 69.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 70.2M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 74.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 65.2M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 88.2M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 77.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 88.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 82.9M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 87.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 101M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 127M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 114M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 4.73M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 75.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 75.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 97.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 100M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 4.31M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 66.2M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 59.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 55.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 67.1M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 109M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 107M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 127M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 2.12M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 59.9M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 54.4M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 69.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 71.6M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 69.6M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 65.5M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 83.7M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 85.0M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 89.9M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 86.6M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 122M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 129M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 125M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 110M 0s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 53750K ...... 100% 11500G=2.5s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install 2018-09-05 00:11:45 (20.7 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install FINISHED --2018-09-05 00:11:45-- unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install Total wall clock time: 4.6s unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 3.9s (16.9 MB/s) unit-oai-hss-0: 00:11:45 DEBUG unit.oai-hss/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-abot-epc-basic-0: 00:11:45 DEBUG unit.abot-epc-basic/0.install Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-base-dev amd64 3.10.2-9 [3,596 kB] unit-oai-hss-0: 00:11:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-hss-0: 00:11:46 DEBUG unit.oai-hss/0.install (Reading database ... 79167 files and directories currently installed.) unit-oai-hss-0: 00:11:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-hss-0: 00:11:46 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 00:11:46 DEBUG unit.abot-epc-basic/0.install Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-script-interpreter2 amd64 1.14.6-1 [54.3 kB] unit-abot-epc-basic-0: 00:11:46 DEBUG unit.abot-epc-basic/0.install Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpng12-dev amd64 1.2.54-1ubuntu1.1 [183 kB] unit-abot-epc-basic-0: 00:11:46 DEBUG unit.abot-epc-basic/0.install Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfreetype6-dev amd64 2.6.1-0.1ubuntu2.3 [956 kB] unit-abot-epc-basic-0: 00:11:46 DEBUG unit.abot-epc-basic/0.install Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1-dev amd64 2.11.94-0ubuntu1.1 [658 kB] unit-abot-epc-basic-0: 00:11:46 DEBUG unit.abot-epc-basic/0.install Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-render-dev all 2:0.11.1-2 [20.1 kB] unit-abot-epc-basic-0: 00:11:46 DEBUG unit.abot-epc-basic/0.install Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender-dev amd64 1:0.9.9-0ubuntu1 [24.5 kB] unit-abot-epc-basic-0: 00:11:47 DEBUG unit.abot-epc-basic/0.install Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-dev amd64 0.33.6-1 [248 kB] unit-abot-epc-basic-0: 00:11:47 DEBUG unit.abot-epc-basic/0.install Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0-dev amd64 1.11.1-1ubuntu1 [15.3 kB] unit-abot-epc-basic-0: 00:11:47 DEBUG unit.abot-epc-basic/0.install Get:238 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0-dev amd64 1.11.1-1ubuntu1 [6,604 B] unit-oai-hss-0: 00:11:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 00:11:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-oai-hss-0: 00:11:47 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 00:11:47 DEBUG unit.abot-epc-basic/0.install Get:239 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2-dev amd64 1.14.6-1 [590 kB] unit-abot-epc-basic-0: 00:11:47 DEBUG unit.abot-epc-basic/0.install Get:240 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcamd2.4.1 amd64 1:4.4.6-1 [20.0 kB] unit-abot-epc-basic-0: 00:11:47 DEBUG unit.abot-epc-basic/0.install Get:241 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libccolamd2.9.1 amd64 1:4.4.6-1 [21.5 kB] unit-abot-epc-basic-0: 00:11:47 DEBUG unit.abot-epc-basic/0.install Get:242 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolamd2.9.1 amd64 1:4.4.6-1 [15.7 kB] unit-abot-epc-basic-0: 00:11:48 DEBUG unit.abot-epc-basic/0.install Get:243 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcholmod3.0.6 amd64 1:4.4.6-1 [293 kB] unit-abot-epc-basic-0: 00:11:48 DEBUG unit.abot-epc-basic/0.install Get:244 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig9 amd64 1.5-0.2 [21.9 kB] unit-abot-epc-basic-0: 00:11:48 DEBUG unit.abot-epc-basic/0.install Get:245 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-dev amd64 1.5-0.2 [89.1 kB] unit-abot-epc-basic-0: 00:11:48 DEBUG unit.abot-epc-basic/0.install Get:246 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-doc all 1.5-0.2 [306 kB] unit-abot-epc-basic-0: 00:11:48 DEBUG unit.abot-epc-basic/0.install Get:247 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig8-dev amd64 1.5-0.2 [1,756 B] unit-abot-epc-basic-0: 00:11:48 DEBUG unit.abot-epc-basic/0.install Get:248 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcxsparse3.1.4 amd64 1:4.4.6-1 [62.8 kB] unit-abot-epc-basic-0: 00:11:48 DEBUG unit.abot-epc-basic/0.install Get:249 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-dev amd64 2.4.91-2~16.04.1 [232 kB] unit-abot-epc-basic-0: 00:11:49 DEBUG unit.abot-epc-basic/0.install Get:250 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-dri2-dev all 2.8-2 [12.6 kB] unit-abot-epc-basic-0: 00:11:49 DEBUG unit.abot-epc-basic/0.install Get:251 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-gl-dev all 1.4.17-1 [17.9 kB] unit-abot-epc-basic-0: 00:11:49 DEBUG unit.abot-epc-basic/0.install Get:252 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xf86vidmode-dev all 2.3.1-2 [6,116 B] unit-abot-epc-basic-0: 00:11:49 DEBUG unit.abot-epc-basic/0.install Get:253 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13.3 kB] unit-abot-epc-basic-0: 00:11:49 DEBUG unit.abot-epc-basic/0.install Get:254 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-damage-dev all 1:1.2.1-2 [8,286 B] unit-abot-epc-basic-0: 00:11:49 DEBUG unit.abot-epc-basic/0.install Get:255 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage-dev amd64 1:1.1.4-2 [5,028 B] unit-abot-epc-basic-0: 00:11:50 DEBUG unit.abot-epc-basic/0.install Get:256 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0-dev amd64 1.11.1-1ubuntu1 [26.9 kB] unit-abot-epc-basic-0: 00:11:50 DEBUG unit.abot-epc-basic/0.install Get:257 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0-dev amd64 1.11.1-1ubuntu1 [8,384 B] unit-abot-epc-basic-0: 00:11:50 DEBUG unit.abot-epc-basic/0.install Get:258 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-dev amd64 1.11.1-1ubuntu1 [5,752 B] unit-abot-epc-basic-0: 00:11:50 DEBUG unit.abot-epc-basic/0.install Get:259 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0-dev amd64 1.11.1-1ubuntu1 [18.2 kB] unit-abot-epc-basic-0: 00:11:50 DEBUG unit.abot-epc-basic/0.install Get:260 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0-dev amd64 1.11.1-1ubuntu1 [6,900 B] unit-abot-epc-basic-0: 00:11:50 DEBUG unit.abot-epc-basic/0.install Get:261 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0-dev amd64 1.11.1-1ubuntu1 [11.2 kB] unit-abot-epc-basic-0: 00:11:50 DEBUG unit.abot-epc-basic/0.install Get:262 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync-dev amd64 1.11.1-1ubuntu1 [10.1 kB] unit-abot-epc-basic-0: 00:11:50 DEBUG unit.abot-epc-basic/0.install Get:263 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present-dev amd64 1.11.1-1ubuntu1 [6,618 B] unit-abot-epc-basic-0: 00:11:51 DEBUG unit.abot-epc-basic/0.install Get:264 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence-dev amd64 1.2-1 [3,676 B] unit-abot-epc-basic-0: 00:11:51 DEBUG unit.abot-epc-basic/0.install Get:265 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb-dev amd64 2:1.6.3-1ubuntu2.1 [9,718 B] unit-abot-epc-basic-0: 00:11:51 DEBUG unit.abot-epc-basic/0.install Get:266 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-bin amd64 1.12.0-1~ubuntu16.04.3 [18.4 kB] unit-abot-epc-basic-0: 00:11:51 DEBUG unit.abot-epc-basic/0.install Get:267 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-dev amd64 1.12.0-1~ubuntu16.04.3 [92.4 kB] unit-abot-epc-basic-0: 00:11:51 DEBUG unit.abot-epc-basic/0.install Get:268 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [23.7 kB] unit-abot-epc-basic-0: 00:11:51 DEBUG unit.abot-epc-basic/0.install Get:269 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf9v5 amd64 2.6.1-1.3 [326 kB] unit-abot-epc-basic-0: 00:11:51 DEBUG unit.abot-epc-basic/0.install Get:270 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-dev amd64 2.6.1-1.3 [473 kB] unit-oai-hss-0: 00:11:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-abot-epc-basic-0: 00:11:52 DEBUG unit.abot-epc-basic/0.install Get:271 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-dev amd64 0.5.0-1ubuntu2 [231 kB] unit-oai-hss-0: 00:11:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-hss-0: 00:11:52 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 00:11:52 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 00:11:52 DEBUG unit.abot-epc-basic/0.install Get:272 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [14.9 kB] unit-abot-epc-basic-0: 00:11:52 DEBUG unit.abot-epc-basic/0.install Get:273 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie2 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [22.5 kB] unit-abot-epc-basic-0: 00:11:52 DEBUG unit.abot-epc-basic/0.install Get:274 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [5,152 B] unit-abot-epc-basic-0: 00:11:52 DEBUG unit.abot-epc-basic/0.install Get:275 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [42.6 kB] unit-abot-epc-basic-0: 00:11:52 DEBUG unit.abot-epc-basic/0.install Get:276 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [19.9 kB] unit-abot-epc-basic-0: 00:11:53 DEBUG unit.abot-epc-basic/0.install Get:277 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] unit-abot-epc-basic-0: 00:11:53 DEBUG unit.abot-epc-basic/0.install Get:278 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy-dev amd64 1.3.1-1ubuntu0.16.04.2 [113 kB] unit-abot-epc-basic-0: 00:11:53 DEBUG unit.abot-epc-basic/0.install Get:279 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-bin amd64 3.3.4-2ubuntu1 [31.7 kB] unit-abot-epc-basic-0: 00:11:53 DEBUG unit.abot-epc-basic/0.install Get:280 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-dev amd64 3.3.4-2ubuntu1 [2,104 kB] unit-abot-epc-basic-0: 00:11:53 DEBUG unit.abot-epc-basic/0.install Get:281 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libipc-system-simple-perl all 1.25-3 [22.8 kB] unit-abot-epc-basic-0: 00:11:53 DEBUG unit.abot-epc-basic/0.install Get:282 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB] unit-abot-epc-basic-0: 00:11:53 DEBUG unit.abot-epc-basic/0.install Get:283 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liburi-perl all 1.71-1 [76.9 kB] unit-abot-epc-basic-0: 00:11:54 DEBUG unit.abot-epc-basic/0.install Get:284 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-desktopentry-perl all 0.22-1 [18.2 kB] unit-abot-epc-basic-0: 00:11:54 DEBUG unit.abot-epc-basic/0.install Get:285 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] unit-abot-epc-basic-0: 00:11:54 DEBUG unit.abot-epc-basic/0.install Get:286 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-listing-perl all 6.04-1 [9,774 B] unit-abot-epc-basic-0: 00:11:54 DEBUG unit.abot-epc-basic/0.install Get:287 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-mimeinfo-perl all 0.27-1 [45.9 kB] unit-abot-epc-basic-0: 00:11:54 DEBUG unit.abot-epc-basic/0.install Get:288 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk1.3 amd64 1.3.3-7 [501 kB] unit-abot-epc-basic-0: 00:11:54 DEBUG unit.abot-epc-basic/0.install Get:289 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk-gl1.3 amd64 1.3.3-7 [39.5 kB] unit-abot-epc-basic-0: 00:11:54 DEBUG unit.abot-epc-basic/0.install Get:290 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfont-afm-perl all 1.20-1 [14.3 kB] unit-abot-epc-basic-0: 00:11:55 DEBUG unit.abot-epc-basic/0.install Get:291 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB] unit-abot-epc-basic-0: 00:11:55 DEBUG unit.abot-epc-basic/0.install Get:292 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms2 amd64 1.2.3-1.2 [320 kB] unit-abot-epc-basic-0: 00:11:55 DEBUG unit.abot-epc-basic/0.install Get:293 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-bin amd64 1.2.3-1.2 [131 kB] unit-abot-epc-basic-0: 00:11:55 DEBUG unit.abot-epc-basic/0.install Get:294 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm-dev amd64 1:3.5.11-1ubuntu0.16.04.1 [86.7 kB] unit-abot-epc-basic-0: 00:11:55 DEBUG unit.abot-epc-basic/0.install Get:295 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-dev amd64 1.2.3-1.2 [677 kB] unit-abot-epc-basic-0: 00:11:55 DEBUG unit.abot-epc-basic/0.install Get:296 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgpg-error-dev amd64 1.21-2ubuntu1 [68.2 kB] unit-abot-epc-basic-0: 00:11:55 DEBUG unit.abot-epc-basic/0.install Get:297 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt20-dev amd64 1.6.5-2ubuntu0.5 [380 kB] unit-abot-epc-basic-0: 00:11:56 DEBUG unit.abot-epc-basic/0.install Get:298 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt11-dev all 1.5.4-3+really1.6.5-2ubuntu0.5 [6,954 B] unit-abot-epc-basic-0: 00:11:56 DEBUG unit.abot-epc-basic/0.install Get:299 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-dev amd64 2.32.2-1ubuntu1.5 [44.4 kB] unit-abot-epc-basic-0: 00:11:56 DEBUG unit.abot-epc-basic/0.install Get:300 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3 [125 kB] unit-abot-epc-basic-0: 00:11:56 DEBUG unit.abot-epc-basic/0.install Get:301 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3 [141 kB] unit-abot-epc-basic-0: 00:11:56 DEBUG unit.abot-epc-basic/0.install Get:302 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgl2ps0 amd64 1.3.8-1.2 [35.5 kB] unit-abot-epc-basic-0: 00:11:56 DEBUG unit.abot-epc-basic/0.install Get:303 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libglpk36 amd64 4.57-1build3 [386 kB] unit-abot-epc-basic-0: 00:11:57 DEBUG unit.abot-epc-basic/0.install Get:304 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-l10n all 2.5.9-3 [11.1 kB] unit-abot-epc-basic-0: 00:11:57 DEBUG unit.abot-epc-basic/0.install Get:305 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjasper1 amd64 1.900.1-debian1-2.4ubuntu1.2 [131 kB] unit-abot-epc-basic-0: 00:11:57 DEBUG unit.abot-epc-basic/0.install Get:306 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwebp5 amd64 0.4.4-1 [165 kB] unit-abot-epc-basic-0: 00:11:58 DEBUG unit.abot-epc-basic/0.install Get:307 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwmf0.2-7 amd64 0.2.8.4-10.5ubuntu1 [147 kB] unit-abot-epc-basic-0: 00:11:58 DEBUG unit.abot-epc-basic/0.install Get:308 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgraphicsmagick-q16-3 amd64 1.3.23-1build1 [1,103 kB] unit-oai-epc-0: 00:11:58 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 00:11:58 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 00:11:58 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 00:11:58 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 00:11:58 DEBUG juju.worker start "api" unit-oai-epc-0: 00:11:58 INFO juju.worker start "api" machine-2: 00:11:58 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 00:11:58 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 00:11:58 DEBUG juju.agent read agent config, format "2.0" machine-2: 00:11:58 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 00:11:58 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 00:11:58 DEBUG juju.worker "api" started unit-oai-epc-0: 00:11:58 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-epc-0: 00:11:58 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 00:11:58 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 00:11:58 DEBUG unit.abot-epc-basic/0.install Get:309 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgraphicsmagick++-q16-12 amd64 1.3.23-1build1 [101 kB] machine-2: 00:11:58 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 00:11:58 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 00:11:58 DEBUG juju.worker start "engine" machine-2: 00:11:58 INFO juju.worker start "engine" machine-2: 00:11:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 00:11:58 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 00:11:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 00:11:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 00:11:58 DEBUG juju.worker "engine" started machine-2: 00:11:58 DEBUG juju.worker.introspection stats worker now serving machine-2: 00:11:58 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 00:11:58 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 00:11:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.apicaller connecting with current password machine-2: 00:11:58 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 00:11:58 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 00:11:58 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-2: 00:11:58 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-2: 00:11:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-2: 00:11:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 00:11:58 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:11:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 00:11:58 DEBUG unit.abot-epc-basic/0.install Get:310 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-icu0 amd64 1.0.1-1ubuntu0.1 [5,198 B] unit-abot-epc-basic-0: 00:11:59 DEBUG unit.abot-epc-basic/0.install Get:311 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-gobject0 amd64 1.0.1-1ubuntu0.1 [10.9 kB] unit-abot-epc-basic-0: 00:11:59 DEBUG unit.abot-epc-basic/0.install Get:312 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-dev amd64 1.0.1-1ubuntu0.1 [189 kB] unit-abot-epc-basic-0: 00:11:59 DEBUG unit.abot-epc-basic/0.install Get:313 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft-dev amd64 2.3.2-1 [45.7 kB] unit-abot-epc-basic-0: 00:11:59 DEBUG unit.abot-epc-basic/0.install Get:314 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango1.0-dev amd64 1.38.1-1 [277 kB] unit-oai-epc-0: 00:11:59 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 00:11:59 DEBUG unit.abot-epc-basic/0.install Get:315 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xinerama-dev all 1.2.1-2 [4,966 B] unit-abot-epc-basic-0: 00:11:59 DEBUG unit.abot-epc-basic/0.install Get:316 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama-dev amd64 2:1.1.3-1 [8,404 B] unit-abot-epc-basic-0: 00:11:59 DEBUG unit.abot-epc-basic/0.install Get:317 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-randr-dev all 1.5.0-1 [33.7 kB] unit-abot-epc-basic-0: 00:12:00 DEBUG unit.abot-epc-basic/0.install Get:318 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr-dev amd64 2:1.5.0-1 [23.7 kB] unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 00:12:00 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 00:12:00 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 00:12:00 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 00:12:00 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 00:12:00 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 00:12:00 DEBUG juju.network including address public:172.30.9.202 for machine unit-oai-epc-0: 00:12:00 DEBUG juju.network including address local-cloud:192.168.121.8 for machine unit-oai-epc-0: 00:12:00 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 00:12:00 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 00:12:00 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.8 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 00:12:00 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.8:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 00:12:00 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.8:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "172.30.9.202:17070"] unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "charm-dir" not running: dependency not available unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 00:12:00 DEBUG unit.abot-epc-basic/0.install Get:319 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor-dev amd64 1:1.1.14-1ubuntu0.16.04.2 [26.4 kB] unit-abot-epc-basic-0: 00:12:00 DEBUG unit.abot-epc-basic/0.install Get:320 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-composite-dev all 1:0.4.2-2 [10.5 kB] unit-oai-epc-0: 00:12:00 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 00:12:00 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.8,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 00:12:00 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 00:12:00 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 00:12:00 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 00:12:00 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 00:12:00 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 00:12:00 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-epc-0: 00:12:00 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 00:12:00 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 00:12:00 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 00:12:00 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 00:12:00 DEBUG unit.abot-epc-basic/0.install Get:321 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite-dev amd64 1:0.4.4-1 [9,954 B] unit-abot-epc-basic-0: 00:12:00 DEBUG unit.abot-epc-basic/0.install Get:322 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 nettle-dev amd64 3.2-1ubuntu0.16.04.1 [939 kB] unit-abot-epc-basic-0: 00:12:00 DEBUG unit.abot-epc-basic/0.install Get:323 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-dev amd64 3.18.9-1ubuntu3.3 [868 kB] unit-abot-epc-basic-0: 00:12:00 DEBUG unit.abot-epc-basic/0.install Get:324 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsz2 amd64 0.3.2-1 [5,048 B] unit-abot-epc-basic-0: 00:12:01 DEBUG unit.abot-epc-basic/0.install Get:325 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-10 amd64 1.8.16+docs-4ubuntu1.1 [997 kB] unit-abot-epc-basic-0: 00:12:01 DEBUG unit.abot-epc-basic/0.install Get:326 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-cpp-11 amd64 1.8.16+docs-4ubuntu1.1 [102 kB] unit-abot-epc-basic-0: 00:12:01 DEBUG unit.abot-epc-basic/0.install Get:327 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8-dev amd64 1.4.2-0ubuntu3.1 [254 kB] unit-oai-epc-0: 00:12:01 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 00:12:01 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 00:12:01 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 00:12:01 DEBUG juju.api RPC connection died machine-2: 00:12:01 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 00:12:01 DEBUG juju.worker.apicaller connecting with current password machine-2: 00:12:01 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-2: 00:12:01 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-2: 00:12:01 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-epc-0: 00:12:01 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 00:12:01 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 00:12:01 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 00:12:01 DEBUG unit.abot-epc-basic/0.install Get:328 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] unit-oai-hss-0: 00:12:01 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 00:12:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 00:12:01 DEBUG unit.abot-epc-basic/0.install Get:329 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-hss-0: 00:12:02 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 00:12:02 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 00:12:02 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install ++ config-get revision unit-abot-epc-basic-0: 00:12:02 DEBUG unit.abot-epc-basic/0.install Get:330 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec-dev amd64 0.3.2-1 [16.6 kB] unit-oai-epc-0: 00:12:02 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 00:12:02 DEBUG unit.oai-hss/0.install Running depmod. unit-abot-epc-basic-0: 00:12:02 DEBUG unit.abot-epc-basic/0.install Get:331 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-dev amd64 1.8.16+docs-4ubuntu1.1 [5,005 kB] unit-oai-hss-0: 00:12:02 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 00:12:02 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 00:12:02 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 00:12:02 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 00:12:02 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 00:12:02 DEBUG unit.abot-epc-basic/0.install Get:332 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tagset-perl all 3.20-2 [13.5 kB] unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 00:12:02 DEBUG unit.abot-epc-basic/0.install Get:333 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-parser-perl amd64 3.72-1 [86.1 kB] machine-2: 00:12:02 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 00:12:02 DEBUG unit.oai-epc/0.install machine-2: 00:12:02 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 00:12:02 DEBUG unit.abot-epc-basic/0.install Get:334 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-html-perl all 1.001-1 [14.9 kB] machine-2: 00:12:02 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 00:12:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 00:12:02 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 00:12:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 00:12:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 00:12:02 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 00:12:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 00:12:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 00:12:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 00:12:02 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 00:12:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 00:12:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 00:12:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 00:12:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 00:12:02 INFO juju.worker.upgrader unblocking abort check machine-2: 00:12:02 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 00:12:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 00:12:02 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:03 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 00:12:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 00:12:03 DEBUG unit.abot-epc-basic/0.install Get:335 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] machine-2: 00:12:03 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 00:12:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 00:12:03 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 00:12:03 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 00:12:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 00:12:03 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 00:12:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 00:12:03 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 00:12:03 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 00:12:03 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 00:12:03 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 00:12:03 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-2: 00:12:03 DEBUG juju.network including address local-machine:::1 for machine machine-2: 00:12:03 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-2: 00:12:03 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-2: 00:12:03 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.8,::1,localhost", AutoNoProxy:""} machine-2: 00:12:03 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 00:12:03 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 00:12:03 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 00:12:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 00:12:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 00:12:03 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 00:12:03 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 00:12:03 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 00:12:03 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 00:12:03 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 00:12:03 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 00:12:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 00:12:03 DEBUG juju.worker.logger logger setup machine-2: 00:12:03 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 00:12:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 00:12:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 00:12:03 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 00:12:03 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 00:12:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 00:12:03 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 00:12:03 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 00:12:03 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 00:12:03 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 00:12:03 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 00:12:03 DEBUG juju.network including address public:172.30.9.202 for machine machine-2: 00:12:03 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-2: 00:12:03 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 00:12:03 DEBUG juju.network including address local-machine:::1 for machine machine-2: 00:12:03 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.8 local-machine:127.0.0.1 local-machine:::1] machine-2: 00:12:03 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.8:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 00:12:03 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.8:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "172.30.9.202:17070"] machine-2: 00:12:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 00:12:03 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 00:12:03 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 00:12:03 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 00:12:03 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 00:12:03 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 00:12:03 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 00:12:03 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 00:12:03 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 00:12:03 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] unit-oai-epc-0: 00:12:03 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 00:12:03 DEBUG unit.abot-epc-basic/0.install Get:336 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-message-perl all 6.11-1 [74.3 kB] unit-abot-epc-basic-0: 00:12:03 DEBUG unit.abot-epc-basic/0.install Get:337 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB] machine-2: 00:12:03 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 00:12:03 DEBUG unit.abot-epc-basic/0.install Get:338 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tree-perl all 5.03-2 [197 kB] unit-oai-epc-0: 00:12:03 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install Reading state information... machine-2: 00:12:03 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 00:12:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install ++ virt-what unit-abot-epc-basic-0: 00:12:03 DEBUG unit.abot-epc-basic/0.install Get:339 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-format-perl all 2.11-2 [41.3 kB] unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 00:12:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:12:03 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 00:12:03 DEBUG worker.uniter.jujuc running hook tool "status-set" machine-2: 00:12:03 DEBUG juju.worker start "2-container-watcher" machine-2: 00:12:03 DEBUG juju.worker start "stateconverter" machine-2: 00:12:03 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 00:12:03 INFO juju.worker start "2-container-watcher" machine-2: 00:12:03 DEBUG juju.worker "2-container-watcher" started machine-2: 00:12:03 INFO juju.worker start "stateconverter" machine-2: 00:12:03 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 00:12:03 DEBUG juju.worker "stateconverter" started unit-oai-epc-0: 00:12:03 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 00:12:03 DEBUG unit.abot-epc-basic/0.install Get:340 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-cookies-perl all 6.01-1 [17.2 kB] machine-2: 00:12:03 INFO juju.worker.machiner "machine-2" started unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 00:12:03 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 00:12:03 DEBUG unit.abot-epc-basic/0.install Get:341 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB] unit-abot-epc-basic-0: 00:12:04 DEBUG unit.abot-epc-basic/0.install Get:342 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB] unit-abot-epc-basic-0: 00:12:04 DEBUG unit.abot-epc-basic/0.install Get:343 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu-dev amd64 55.1-7ubuntu0.4 [8,566 kB] machine-2: 00:12:04 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:c8:87:8e 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.12 [] [] []} {2 fa:16:3e:c8:87:8e 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 00:12:04 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 00:12:04 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 00:12:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:12:04 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 00:12:04 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 00:12:04 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 00:12:04 DEBUG unit.abot-epc-basic/0.install Get:344 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11-dev amd64 1.32-3ubuntu1.2 [518 kB] unit-oai-epc-0: 00:12:04 DEBUG unit.oai-epc/0.install HEAD is now at 11723fa modified config file to match IMSI w/ OAI UE (tag v0.1) unit-oai-epc-0: 00:12:04 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 00:12:04 DEBUG unit.oai-epc/0.install Already on 'v0.3.2-branch' unit-oai-epc-0: 00:12:04 DEBUG unit.oai-epc/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-epc-0: 00:12:04 DEBUG unit.oai-epc/0.install + git pull unit-abot-epc-basic-0: 00:12:04 DEBUG unit.abot-epc-basic/0.install Get:345 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ssleay-perl amd64 1.72-1build1 [259 kB] unit-abot-epc-basic-0: 00:12:04 DEBUG unit.abot-epc-basic/0.install Get:346 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-ssl-perl all 2.024-1 [159 kB] unit-abot-epc-basic-0: 00:12:05 DEBUG unit.abot-epc-basic/0.install Get:347 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjack-jackd2-0 amd64 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1 [140 kB] unit-abot-epc-basic-0: 00:12:05 DEBUG unit.abot-epc-basic/0.install Get:348 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjs-jquery all 1.11.3+dfsg-4 [161 kB] unit-abot-epc-basic-0: 00:12:05 DEBUG unit.abot-epc-basic/0.install Get:349 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libkpathsea6 amd64 2015.20160222.37495-1 [55.0 kB] unit-abot-epc-basic-0: 00:12:05 DEBUG unit.abot-epc-basic/0.install Get:350 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-http-perl all 6.09-1 [24.0 kB] unit-abot-epc-basic-0: 00:12:05 DEBUG unit.abot-epc-basic/0.install Get:351 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB] unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install Already up-to-date. unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 00:12:05 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:12:05 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 00:12:05 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:12:05 DEBUG unit.abot-epc-basic/0.install Get:352 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-perl all 6.15-1 [146 kB] unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 00:12:05 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-epc-0: 00:12:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:12:06 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 00:12:06 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 00:12:06 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 00:12:06 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 00:12:06 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 00:12:06 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 00:12:06 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 00:12:06 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 00:12:06 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 00:12:06 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-abot-epc-basic-0: 00:12:06 DEBUG unit.abot-epc-basic/0.install Get:353 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-protocol-https-perl all 6.06-2 [8,682 B] unit-oai-epc-0: 00:12:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:12:06 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 00:12:06 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-oai-epc-0: 00:12:06 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:12:06 DEBUG unit.abot-epc-basic/0.install Get:354 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagick++-6.q16-5v5 amd64 8:6.8.9.9-7ubuntu5.12 [136 kB] unit-oai-epc-0: 00:12:06 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-abot-epc-basic-0: 00:12:06 DEBUG unit.abot-epc-basic/0.install Get:355 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] unit-abot-epc-basic-0: 00:12:06 DEBUG unit.abot-epc-basic/0.install Get:356 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-abot-epc-basic-0: 00:12:06 DEBUG unit.abot-epc-basic/0.install Get:357 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-smtp-ssl-perl all 1.03-1 [6,288 B] unit-abot-epc-basic-0: 00:12:06 DEBUG unit.abot-epc-basic/0.install Get:358 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmailtools-perl all 2.13-1 [82.6 kB] unit-abot-epc-basic-0: 00:12:06 DEBUG unit.abot-epc-basic/0.install Get:359 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-common all 5.7.23-0ubuntu0.16.04.1 [15.4 kB] unit-abot-epc-basic-0: 00:12:06 DEBUG unit.abot-epc-basic/0.install Get:360 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient20 amd64 5.7.23-0ubuntu0.16.04.1 [812 kB] unit-abot-epc-basic-0: 00:12:07 DEBUG unit.abot-epc-basic/0.install Get:361 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient-dev amd64 5.7.23-0ubuntu0.16.04.1 [1,162 kB] unit-abot-epc-basic-0: 00:12:07 DEBUG unit.abot-epc-basic/0.install Get:362 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-parser-perl amd64 2.44-1build1 [200 kB] unit-abot-epc-basic-0: 00:12:07 DEBUG unit.abot-epc-basic/0.install Get:363 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-twig-perl all 1:3.48-1 [156 kB] unit-abot-epc-basic-0: 00:12:07 DEBUG unit.abot-epc-basic/0.install Get:364 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-dbus-perl amd64 1.1.0-3build1 [177 kB] unit-abot-epc-basic-0: 00:12:07 DEBUG unit.abot-epc-basic/0.install Get:365 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libglu1-mesa amd64 9.0.0-2.1 [168 kB] unit-abot-epc-basic-0: 00:12:07 DEBUG unit.abot-epc-basic/0.install Get:366 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libumfpack5.7.1 amd64 1:4.4.6-1 [223 kB] unit-abot-epc-basic-0: 00:12:07 DEBUG unit.abot-epc-basic/0.install Get:367 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave3 amd64 4.0.0-3ubuntu9.2 [6,899 kB] unit-abot-epc-basic-0: 00:12:08 DEBUG unit.abot-epc-basic/0.install Get:368 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper-utils amd64 1.1.24+nmu4ubuntu1 [8,276 B] unit-abot-epc-basic-0: 00:12:08 DEBUG unit.abot-epc-basic/0.install Get:369 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] unit-abot-epc-basic-0: 00:12:08 DEBUG unit.abot-epc-basic/0.install Get:370 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-dev amd64 5.2.122~dfsg-2 [189 kB] unit-abot-epc-basic-0: 00:12:08 DEBUG unit.abot-epc-basic/0.install Get:371 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplot2c2 amd64 2.6-3ubuntu1 [941 kB] unit-abot-epc-basic-0: 00:12:08 DEBUG unit.abot-epc-basic/0.install Get:372 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpoppler58 amd64 0.41.0-0ubuntu1.8 [756 kB] unit-abot-epc-basic-0: 00:12:09 DEBUG unit.abot-epc-basic/0.install Get:373 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libportaudio2 amd64 19+svn20140130-1build1 [63.9 kB] unit-abot-epc-basic-0: 00:12:09 DEBUG unit.abot-epc-basic/0.install Get:374 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpotrace0 amd64 1.13-2 [17.7 kB] unit-abot-epc-basic-0: 00:12:09 DEBUG unit.abot-epc-basic/0.install Get:375 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpstoedit0c2a amd64 3.70-1ubuntu2 [315 kB] unit-abot-epc-basic-0: 00:12:09 DEBUG unit.abot-epc-basic/0.install Get:376 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libptexenc1 amd64 2015.20160222.37495-1 [34.3 kB] unit-oai-hss-0: 00:12:09 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 00:12:09 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 00:12:09 DEBUG unit.abot-epc-basic/0.install Get:377 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqhull7 amd64 2015.2-1 [152 kB] unit-oai-hss-0: 00:12:09 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 00:12:09 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 00:12:09 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-abot-epc-basic-0: 00:12:09 DEBUG unit.abot-epc-basic/0.install Get:378 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqscintilla2-l10n all 2.9.1+dfsg-4build1 [38.3 kB] unit-oai-hss-0: 00:12:10 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 00:12:10 DEBUG unit.abot-epc-basic/0.install Get:379 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtcore4-l10n all 4:4.8.7+dfsg-5ubuntu2 [620 kB] unit-oai-hss-0: 00:12:10 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 00:12:10 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-157-generic unit-oai-hss-0: 00:12:10 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-abot-epc-basic-0: 00:12:10 DEBUG unit.abot-epc-basic/0.install Get:380 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtcore4 amd64 4:4.8.7+dfsg-5ubuntu2 [1,552 kB] unit-oai-hss-0: 00:12:10 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 00:12:10 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 00:12:10 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 00:12:10 DEBUG unit.abot-epc-basic/0.install Get:381 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xml amd64 4:4.8.7+dfsg-5ubuntu2 [96.3 kB] unit-abot-epc-basic-0: 00:12:10 DEBUG unit.abot-epc-basic/0.install Get:382 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtdbus4 amd64 4:4.8.7+dfsg-5ubuntu2 [186 kB] unit-abot-epc-basic-0: 00:12:10 DEBUG unit.abot-epc-basic/0.install Get:383 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-network amd64 4:4.8.7+dfsg-5ubuntu2 [561 kB] unit-abot-epc-basic-0: 00:12:10 DEBUG unit.abot-epc-basic/0.install Get:384 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-script amd64 4:4.8.7+dfsg-5ubuntu2 [814 kB] unit-oai-hss-0: 00:12:10 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 00:12:10 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 00:12:10 DEBUG unit.abot-epc-basic/0.install Get:385 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-sql amd64 4:4.8.7+dfsg-5ubuntu2 [98.6 kB] unit-oai-hss-0: 00:12:11 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 00:12:11 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 00:12:11 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-157-generic unit-oai-hss-0: 00:12:11 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-157-generic unit-abot-epc-basic-0: 00:12:11 DEBUG unit.abot-epc-basic/0.install Get:386 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xmlpatterns amd64 4:4.8.7+dfsg-5ubuntu2 [1,091 kB] unit-oai-hss-0: 00:12:11 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-156-generic unit-oai-hss-0: 00:12:11 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-156-generic unit-oai-hss-0: 00:12:11 DEBUG unit.oai-hss/0.install done unit-abot-epc-basic-0: 00:12:11 DEBUG unit.abot-epc-basic/0.install Get:387 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-declarative amd64 4:4.8.7+dfsg-5ubuntu2 [1,090 kB] unit-oai-hss-0: 00:12:11 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 00:12:11 DEBUG unit.abot-epc-basic/0.install Get:388 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtgui4 amd64 4:4.8.7+dfsg-5ubuntu2 [4,109 kB] unit-abot-epc-basic-0: 00:12:11 DEBUG unit.abot-epc-basic/0.install Get:389 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqscintilla2-12v5 amd64 2.9.1+dfsg-4build1 [810 kB] unit-oai-hss-0: 00:12:11 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-oai-hss-0: 00:12:11 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 00:12:11 INFO juju.worker.uniter.context trying to kill context process 8630 unit-oai-hss-0: 00:12:11 INFO juju.worker.uniter.context waiting for context process 8630 to die unit-abot-epc-basic-0: 00:12:11 DEBUG unit.abot-epc-basic/0.install Get:390 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtchooser amd64 52-gae5eeef-2build1~gcc5.2 [22.3 kB] unit-oai-hss-0: 00:12:11 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 00:12:11 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 00:12:11 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-abot-epc-basic-0: 00:12:11 DEBUG unit.abot-epc-basic/0.install Get:391 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qdbus amd64 4:4.8.7+dfsg-5ubuntu2 [29.9 kB] unit-abot-epc-basic-0: 00:12:12 DEBUG unit.abot-epc-basic/0.install Get:392 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-dbus amd64 4:4.8.7+dfsg-5ubuntu2 [6,436 B] unit-abot-epc-basic-0: 00:12:12 DEBUG unit.abot-epc-basic/0.install Get:393 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-opengl amd64 4:4.8.7+dfsg-5ubuntu2 [301 kB] unit-abot-epc-basic-0: 00:12:12 DEBUG unit.abot-epc-basic/0.install Get:394 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqt4-sql-mysql amd64 4:4.8.7+dfsg-5ubuntu2 [30.5 kB] unit-abot-epc-basic-0: 00:12:12 DEBUG unit.abot-epc-basic/0.install Get:395 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp1 amd64 1.0.16+dfsg-3 [8,088 B] unit-oai-hss-0: 00:12:12 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 00:12:12 DEBUG unit.abot-epc-basic/0.install Get:396 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp-dev amd64 1.0.16+dfsg-3 [62.4 kB] unit-abot-epc-basic-0: 00:12:12 DEBUG unit.abot-epc-basic/0.install Get:397 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.13 [1,342 kB] unit-abot-epc-basic-0: 00:12:12 DEBUG unit.abot-epc-basic/0.install Get:398 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-doc all 1.0.2g-1ubuntu4.13 [1,079 kB] unit-oai-hss-0: 00:12:13 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 00:12:13 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 00:12:13 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 00:12:13 DEBUG juju.worker.uniter juju-run listener stopped unit-abot-epc-basic-0: 00:12:13 DEBUG unit.abot-epc-basic/0.install Get:399 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsvn1 amd64 1.9.3-2ubuntu1.1 [1,170 kB] unit-abot-epc-basic-0: 00:12:13 DEBUG unit.abot-epc-basic/0.install Get:400 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsynctex1 amd64 2015.20160222.37495-1 [41.7 kB] unit-abot-epc-basic-0: 00:12:13 DEBUG unit.abot-epc-basic/0.install Get:401 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6-dev amd64 4.7-3ubuntu0.16.04.3 [85.9 kB] unit-abot-epc-basic-0: 00:12:13 DEBUG unit.abot-epc-basic/0.install Get:402 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtexlua52 amd64 2015.20160222.37495-1 [90.8 kB] unit-abot-epc-basic-0: 00:12:13 DEBUG unit.abot-epc-basic/0.install Get:403 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtexluajit2 amd64 2015.20160222.37495-1 [213 kB] unit-abot-epc-basic-0: 00:12:14 DEBUG unit.abot-epc-basic/0.install Get:404 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libtext-unidecode-perl all 1.27-1 [103 kB] unit-abot-epc-basic-0: 00:12:14 DEBUG unit.abot-epc-basic/0.install Get:405 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtie-ixhash-perl all 1.23-2 [11.2 kB] unit-abot-epc-basic-0: 00:12:14 DEBUG unit.abot-epc-basic/0.install Get:406 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB] machine-3: 00:12:14 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 00:12:14 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-3: 00:12:14 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-3: 00:12:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 00:12:15 DEBUG unit.abot-epc-basic/0.install Get:407 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0-dev amd64 2:1.0.20-1 [58.5 kB] unit-abot-epc-basic-0: 00:12:15 DEBUG unit.abot-epc-basic/0.install Get:408 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-doc all 2:1.0.20-1 [160 kB] unit-abot-epc-basic-0: 00:12:15 DEBUG unit.abot-epc-basic/0.install Get:409 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-bin amd64 0.22-1~ubuntu16.04.1 [4,642 B] unit-abot-epc-basic-0: 00:12:15 DEBUG unit.abot-epc-basic/0.install Get:410 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-protocol-perl all 0.56-7 [149 kB] unit-abot-epc-basic-0: 00:12:15 DEBUG unit.abot-epc-basic/0.install Get:411 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-namespacesupport-perl all 1.11-1 [13.2 kB] unit-abot-epc-basic-0: 00:12:15 DEBUG unit.abot-epc-basic/0.install Get:412 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-base-perl all 1.07-1 [21.5 kB] unit-abot-epc-basic-0: 00:12:15 DEBUG unit.abot-epc-basic/0.install Get:413 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB] unit-abot-epc-basic-0: 00:12:16 DEBUG unit.abot-epc-basic/0.install Get:414 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml-libxml-perl amd64 2.0123+dfsg-1ubuntu0.1 [316 kB] unit-abot-epc-basic-0: 00:12:16 DEBUG unit.abot-epc-basic/0.install Get:415 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-expat-perl all 0.40-2 [11.5 kB] unit-abot-epc-basic-0: 00:12:16 DEBUG unit.abot-epc-basic/0.install Get:416 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-xpathengine-perl all 0.13-1 [37.1 kB] unit-abot-epc-basic-0: 00:12:16 DEBUG unit.abot-epc-basic/0.install Get:417 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2-dev amd64 2.9.3+dfsg1-1ubuntu0.6 [743 kB] unit-abot-epc-basic-0: 00:12:16 DEBUG unit.abot-epc-basic/0.install Get:418 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxslt1-dev amd64 1.1.28-2.1ubuntu0.1 [406 kB] unit-abot-epc-basic-0: 00:12:17 DEBUG unit.abot-epc-basic/0.install Get:419 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libzzip-0-13 amd64 0.13.62-3ubuntu0.16.04.2 [26.1 kB] unit-abot-epc-basic-0: 00:12:17 DEBUG unit.abot-epc-basic/0.install Get:420 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 lmodern all 2.004.5-1 [9,571 kB] unit-abot-epc-basic-0: 00:12:17 DEBUG unit.abot-epc-basic/0.install Get:421 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mesa-common-dev amd64 18.0.5-0ubuntu0~16.04.1 [543 kB] unit-abot-epc-basic-0: 00:12:18 DEBUG unit.abot-epc-basic/0.install Get:422 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 mscgen amd64 0.20-5 [42.9 kB] unit-abot-epc-basic-0: 00:12:18 DEBUG unit.abot-epc-basic/0.install Get:423 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libosmesa6 amd64 18.0.5-0ubuntu0~16.04.1 [1,272 kB] unit-abot-epc-basic-0: 00:12:18 DEBUG unit.abot-epc-basic/0.install Get:424 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 texinfo amd64 6.1.0.dfsg.1-5 [744 kB] unit-abot-epc-basic-0: 00:12:18 DEBUG unit.abot-epc-basic/0.install Get:425 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave-common all 4.0.0-3ubuntu9.2 [1,282 kB] unit-abot-epc-basic-0: 00:12:18 DEBUG unit.abot-epc-basic/0.install Get:426 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave amd64 4.0.0-3ubuntu9.2 [1,474 kB] unit-abot-epc-basic-0: 00:12:18 DEBUG unit.abot-epc-basic/0.install Get:427 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-control amd64 3.0.0-1 [819 kB] unit-abot-epc-basic-0: 00:12:19 DEBUG unit.abot-epc-basic/0.install Get:428 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-signal amd64 1.3.2-1 [199 kB] unit-abot-epc-basic-0: 00:12:19 DEBUG unit.abot-epc-basic/0.install Get:429 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pstoedit amd64 3.70-1ubuntu2 [102 kB] unit-abot-epc-basic-0: 00:12:19 DEBUG unit.abot-epc-basic/0.install Get:430 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pydb all 1.26-2 [83.8 kB] unit-abot-epc-basic-0: 00:12:19 DEBUG unit.abot-epc-basic/0.install Get:431 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qt-at-spi amd64 0.4.0-3 [58.0 kB] unit-abot-epc-basic-0: 00:12:19 DEBUG unit.abot-epc-basic/0.install Get:432 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qttranslations5-l10n all 5.5.1-2build1 [1,210 kB] unit-abot-epc-basic-0: 00:12:19 DEBUG unit.abot-epc-basic/0.install Get:433 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rubygems-integration all 1.10 [4,966 B] unit-abot-epc-basic-0: 00:12:20 DEBUG unit.abot-epc-basic/0.install Get:434 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-did-you-mean all 1.0.0-2 [8,390 B] unit-abot-epc-basic-0: 00:12:20 DEBUG unit.abot-epc-basic/0.install Get:435 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-minitest all 5.8.4-2 [36.6 kB] unit-abot-epc-basic-0: 00:12:20 DEBUG unit.abot-epc-basic/0.install Get:436 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB] unit-abot-epc-basic-0: 00:12:20 DEBUG unit.abot-epc-basic/0.install Get:437 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-power-assert all 0.2.7-1 [7,668 B] unit-abot-epc-basic-0: 00:12:20 DEBUG unit.abot-epc-basic/0.install Get:438 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-test-unit all 3.1.7-2 [60.3 kB] unit-abot-epc-basic-0: 00:12:20 DEBUG unit.abot-epc-basic/0.install Get:439 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libruby2.3 amd64 2.3.1-2~16.04.10 [2,960 kB] unit-abot-epc-basic-0: 00:12:20 DEBUG unit.abot-epc-basic/0.install Get:440 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3 amd64 2.3.1-2~16.04.10 [41.0 kB] unit-abot-epc-basic-0: 00:12:21 DEBUG unit.abot-epc-basic/0.install Get:441 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby all 1:2.3.0+1 [5,530 B] unit-abot-epc-basic-0: 00:12:21 DEBUG unit.abot-epc-basic/0.install Get:442 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rake all 10.5.0-2 [48.2 kB] unit-abot-epc-basic-0: 00:12:21 DEBUG unit.abot-epc-basic/0.install Get:443 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 subversion amd64 1.9.3-2ubuntu1.1 [308 kB] unit-abot-epc-basic-0: 00:12:21 DEBUG unit.abot-epc-basic/0.install Get:444 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 t1utils amd64 1.39-2 [53.4 kB] unit-abot-epc-basic-0: 00:12:21 DEBUG unit.abot-epc-basic/0.install Get:445 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl8.6 amd64 8.6.5+dfsg-2 [14.2 kB] unit-abot-epc-basic-0: 00:12:21 DEBUG unit.abot-epc-basic/0.install Get:446 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl amd64 8.6.0+9 [5,146 B] unit-abot-epc-basic-0: 00:12:21 DEBUG unit.abot-epc-basic/0.install Get:447 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 texlive-binaries amd64 2015.20160222.37495-1 [7,325 kB] unit-abot-epc-basic-0: 00:12:22 DEBUG unit.abot-epc-basic/0.install Get:448 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-utils all 1.1.1-1ubuntu1.16.04.3 [59.6 kB] unit-abot-epc-basic-0: 00:12:22 DEBUG unit.abot-epc-basic/0.install Get:449 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-base all 2015.20160320-1ubuntu0.1 [18.3 MB] unit-abot-epc-basic-0: 00:12:23 DEBUG unit.abot-epc-basic/0.install Get:450 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base all 2015.20160320-1ubuntu0.1 [851 kB] unit-abot-epc-basic-0: 00:12:23 DEBUG unit.abot-epc-basic/0.install Get:451 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base-doc all 2015.20160320-1ubuntu0.1 [45.4 MB] unit-abot-epc-basic-0: 00:12:25 DEBUG unit.abot-epc-basic/0.install Get:452 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tk8.6 amd64 8.6.5-1 [12.2 kB] unit-abot-epc-basic-0: 00:12:25 DEBUG unit.abot-epc-basic/0.install Get:453 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tk amd64 8.6.0+9 [3,178 B] unit-abot-epc-basic-0: 00:12:26 DEBUG unit.abot-epc-basic/0.install Get:454 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB] unit-abot-epc-basic-0: 00:12:26 DEBUG unit.abot-epc-basic/0.install Get:455 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-utils amd64 7.7+3 [189 kB] unit-abot-epc-basic-0: 00:12:26 DEBUG unit.abot-epc-basic/0.install Get:456 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-xserver-utils amd64 7.7+7 [155 kB] unit-abot-epc-basic-0: 00:12:26 DEBUG unit.abot-epc-basic/0.install Get:457 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xbitmaps all 1.1.1-2 [28.1 kB] unit-abot-epc-basic-0: 00:12:26 DEBUG unit.abot-epc-basic/0.install Get:458 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 xmlstarlet amd64 1.6.1-1ubuntu1 [96.0 kB] unit-abot-epc-basic-0: 00:12:26 DEBUG unit.abot-epc-basic/0.install Get:459 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xterm amd64 322-1ubuntu1 [607 kB] unit-abot-epc-basic-0: 00:12:27 DEBUG unit.abot-epc-basic/0.install Get:460 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB] unit-abot-epc-basic-0: 00:12:27 DEBUG unit.abot-epc-basic/0.install Get:461 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] unit-abot-epc-basic-0: 00:12:27 DEBUG unit.abot-epc-basic/0.install Get:462 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dbg amd64 2.23-0ubuntu10 [3,683 kB] unit-abot-epc-basic-0: 00:12:27 DEBUG unit.abot-epc-basic/0.install Get:463 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libffi-dev amd64 3.2.1-4 [161 kB] unit-abot-epc-basic-0: 00:12:27 DEBUG unit.abot-epc-basic/0.install Get:464 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [4,456 B] unit-abot-epc-basic-0: 00:12:27 DEBUG unit.abot-epc-basic/0.install Get:465 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0-dev amd64 0.10-3 [268 kB] unit-abot-epc-basic-0: 00:12:28 DEBUG unit.abot-epc-basic/0.install Get:466 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave-dev amd64 4.0.0-3ubuntu9.2 [492 kB] unit-abot-epc-basic-0: 00:12:28 DEBUG unit.abot-epc-basic/0.install Get:467 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-doc all 4.7-3ubuntu0.16.04.3 [299 kB] unit-abot-epc-basic-0: 00:12:28 DEBUG unit.abot-epc-basic/0.install Get:468 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-dev amd64 0.1.6-3 [55.2 kB] unit-abot-epc-basic-0: 00:12:29 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 6% Extracting templates from packages: 12% Extracting templates from packages: 19% Extracting templates from packages: 25% Extracting templates from packages: 32% Extracting templates from packages: 38% Extracting templates from packages: 44% Extracting templates from packages: 51% Extracting templates from packages: 57% Extracting templates from packages: 64% Extracting templates from packages: 70% Extracting templates from packages: 76% Extracting templates from packages: 83% Extracting templates from packages: 89% Extracting templates from packages: 96% Extracting templates from packages: 100% unit-abot-epc-basic-0: 00:12:29 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 00:12:29 DEBUG unit.abot-epc-basic/0.install Fetched 291 MB in 1min 23s (3,495 kB/s) unit-abot-epc-basic-0: 00:12:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 00:12:29 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67239 files and directories currently installed.) unit-abot-epc-basic-0: 00:12:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 00:12:29 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 00:12:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 00:12:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.4_amd64.deb ... unit-abot-epc-basic-0: 00:12:30 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 00:12:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 00:12:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 00:12:31 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.8) ... unit-abot-epc-basic-0: 00:12:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 00:12:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:12:31 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 00:12:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 00:12:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:12:32 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 00:12:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 00:12:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:12:33 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 00:12:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 00:12:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 00:12:34 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 00:12:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 00:12:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 00:12:35 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 00:12:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 00:12:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 00:12:36 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-abot-epc-basic-0: 00:12:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 00:12:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 00:12:36 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-oai-hss-0: 00:12:37 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 00:12:37 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 00:12:37 DEBUG juju.agent read agent config, format "2.0" machine-3: 00:12:37 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 00:12:37 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 00:12:37 DEBUG juju.worker start "api" unit-oai-hss-0: 00:12:37 INFO juju.worker start "api" machine-3: 00:12:37 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 00:12:37 DEBUG juju.agent read agent config, format "2.0" machine-3: 00:12:37 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 00:12:37 DEBUG juju.worker "api" started unit-oai-hss-0: 00:12:37 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 00:12:37 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-hss-0: 00:12:37 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-hss-0: 00:12:37 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 00:12:37 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 00:12:37 DEBUG juju.worker start "engine" machine-3: 00:12:37 INFO juju.worker start "engine" machine-3: 00:12:37 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 00:12:37 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 00:12:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 00:12:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 00:12:37 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 00:12:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 00:12:37 DEBUG juju.worker "engine" started machine-3: 00:12:37 DEBUG juju.worker.introspection stats worker now serving machine-3: 00:12:37 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 00:12:37 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.apicaller connecting with current password machine-3: 00:12:37 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 00:12:37 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 00:12:37 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-3: 00:12:37 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-3: 00:12:37 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 00:12:37 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" machine-3: 00:12:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 00:12:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 00:12:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 00:12:37 DEBUG juju.worker.apicaller connected machine-3: 00:12:37 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 00:12:37 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 00:12:37 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 00:12:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 00:12:37 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 00:12:37 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 00:12:37 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 00:12:37 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 00:12:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 00:12:37 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 00:12:37 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 00:12:37 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 00:12:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 00:12:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 00:12:37 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 00:12:37 DEBUG juju.worker.apicaller connected machine-3: 00:12:37 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 00:12:37 INFO juju.worker.upgrader unblocking abort check machine-3: 00:12:37 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 00:12:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 00:12:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 00:12:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 00:12:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 00:12:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../imagemagick-common_8%3a6.8.9.9-7ubuntu5.12_all.deb ... unit-oai-hss-0: 00:12:37 DEBUG juju.api RPC connection died unit-oai-hss-0: 00:12:37 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 00:12:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 00:12:38 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 00:12:38 DEBUG juju.api successfully dialed "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-hss-0: 00:12:38 INFO juju.api connection established to "wss://192.168.121.8:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-oai-hss-0: 00:12:38 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/64397288-e268-4322-89bc-1e4dafb33e8a/api" unit-abot-epc-basic-0: 00:12:38 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... machine-3: 00:12:38 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 00:12:38 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 00:12:38 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 00:12:38 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 00:12:38 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 00:12:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 00:12:38 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 00:12:38 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 00:12:38 DEBUG juju.worker.logger logger setup machine-3: 00:12:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 00:12:38 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 00:12:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 00:12:38 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 00:12:38 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 00:12:38 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 00:12:38 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 00:12:38 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 00:12:38 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 00:12:38 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 00:12:38 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 00:12:38 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 00:12:38 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 00:12:38 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.8,::1,localhost", AutoNoProxy:""} machine-3: 00:12:38 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 00:12:38 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 00:12:38 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 00:12:38 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 00:12:38 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 00:12:38 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 00:12:38 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 00:12:38 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 00:12:38 DEBUG juju.network including address local-cloud:192.168.121.16 for machine machine-3: 00:12:38 DEBUG juju.network including address local-machine:::1 for machine machine-3: 00:12:38 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 00:12:38 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 00:12:38 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 00:12:38 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 00:12:38 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 00:12:38 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 00:12:38 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 00:12:38 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 00:12:38 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 00:12:38 DEBUG juju.network including address public:172.30.9.202 for machine machine-3: 00:12:38 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-3: 00:12:38 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 00:12:38 DEBUG juju.network including address local-machine:::1 for machine machine-3: 00:12:38 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.8 local-machine:127.0.0.1 local-machine:::1] machine-3: 00:12:38 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.8:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 00:12:38 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.8:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "172.30.9.202:17070"] machine-3: 00:12:38 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 00:12:38 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 00:12:38 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 00:12:38 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 00:12:38 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 00:12:38 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 00:12:38 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-abot-epc-basic-0: 00:12:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 00:12:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 00:12:38 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... machine-3: 00:12:38 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 00:12:38 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 00:12:38 DEBUG juju.worker start "3-container-watcher" machine-3: 00:12:38 DEBUG juju.worker start "stateconverter" machine-3: 00:12:38 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 00:12:38 INFO juju.worker start "3-container-watcher" machine-3: 00:12:38 DEBUG juju.worker "3-container-watcher" started machine-3: 00:12:38 INFO juju.worker start "stateconverter" machine-3: 00:12:38 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 00:12:38 DEBUG juju.worker "stateconverter" started unit-abot-epc-basic-0: 00:12:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 00:12:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-oai-hss-0: 00:12:38 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 00:12:39 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... machine-3: 00:12:39 INFO juju.worker.machiner "machine-3" started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 00:12:39 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 00:12:39 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.8,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 00:12:39 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 00:12:39 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 00:12:39 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 00:12:39 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 00:12:39 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 00:12:39 DEBUG juju.network including address public:172.30.9.202 for machine unit-oai-hss-0: 00:12:39 DEBUG juju.network including address local-cloud:192.168.121.8 for machine unit-oai-hss-0: 00:12:39 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 00:12:39 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 00:12:39 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.8 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 00:12:39 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.8:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 00:12:39 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.8:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.8:17070" "172.30.9.202:17070"] unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 00:12:39 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 00:12:39 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 00:12:39 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 00:12:39 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 00:12:39 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 00:12:39 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 00:12:39 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 00:12:39 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 00:12:39 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:aa:36:e9 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.16 [] [] []} {2 fa:16:3e:aa:36:e9 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-hss-0: 00:12:39 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 00:12:39 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 00:12:39 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 00:12:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 00:12:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 00:12:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:12:39 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 00:12:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 00:12:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 00:12:40 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 00:12:40 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 00:12:41 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 00:12:41 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 00:12:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 00:12:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-oai-hss-0: 00:12:41 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 00:12:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:12:41 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 00:12:41 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 00:12:41 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 00:12:41 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 00:12:42 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:12:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 00:12:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:12:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 00:12:42 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 00:12:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 00:12:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 00:12:43 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 00:12:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:12:43 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 00:12:43 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 00:12:43 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 00:12:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 00:12:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 00:12:43 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-oai-hss-0: 00:12:44 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 00:12:44 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 00:12:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:12:44 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 00:12:44 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 00:12:44 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 00:12:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 00:12:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 00:12:44 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-oai-hss-0: 00:12:44 DEBUG unit.oai-hss/0.install HEAD is now at 11723fa modified config file to match IMSI w/ OAI UE (tag v0.1) unit-oai-hss-0: 00:12:44 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 00:12:44 DEBUG unit.oai-hss/0.install Already on 'v0.3.2-branch' unit-oai-hss-0: 00:12:44 DEBUG unit.oai-hss/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-hss-0: 00:12:44 DEBUG unit.oai-hss/0.install + git pull unit-abot-epc-basic-0: 00:12:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 00:12:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 00:12:45 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install Already up-to-date. unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 00:12:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:12:45 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 00:12:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:12:45 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 00:12:45 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-oai-hss-0: 00:12:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:12:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 00:12:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickcore-6.q16-2_8%3a6.8.9.9-7ubuntu5.12_amd64.deb ... unit-abot-epc-basic-0: 00:12:45 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install ++ config-get realm unit-abot-epc-basic-0: 00:12:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 00:12:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickwand-6.q16-2_8%3a6.8.9.9-7ubuntu5.12_amd64.deb ... unit-oai-hss-0: 00:12:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 00:12:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:12:46 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-abot-epc-basic-0: 00:12:46 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 00:12:46 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-abot-epc-basic-0: 00:12:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 00:12:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:12:46 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 00:12:46 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 00:12:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-hss-0: 00:12:47 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-hss-0: 00:12:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 00:12:47 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-hss-0: 00:12:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-abot-epc-basic-0: 00:12:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 00:12:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-oai-hss-0: 00:12:47 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-abot-epc-basic-0: 00:12:47 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-oai-hss-0: 00:12:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 00:12:47 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 00:12:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-oai-hss-0: 00:12:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 00:12:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 00:12:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 00:12:47 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 00:12:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-oai-hss-0: 00:12:47 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-oai-hss-0: 00:12:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-oai-hss-0: 00:12:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-oai-hss-0: 00:12:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-oai-hss-0: 00:12:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 00:12:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 00:12:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 00:12:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:12:48 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-oai-hss-0: 00:12:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 00:12:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-oai-hss-0: 00:12:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 00:12:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 00:12:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:12:49 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 00:12:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 00:12:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 00:12:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 00:12:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-hss-0: 00:12:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 00:12:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 00:12:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 00:12:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-hss-0: 00:12:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 00:12:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 00:12:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 00:12:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 00:12:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:12:50 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-oai-hss-0: 00:12:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 00:12:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-hss-0: 00:12:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-hss-0: 00:12:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-hss-0: 00:12:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-oai-hss-0: 00:12:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-oai-hss-0: 00:12:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-oai-hss-0: 00:12:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-oai-hss-0: 00:12:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-hss-0: 00:12:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-oai-hss-0: 00:12:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-hss-0: 00:12:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-oai-hss-0: 00:12:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 00:12:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 00:12:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 00:12:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 00:12:52 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-oai-hss-0: 00:12:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-oai-hss-0: 00:12:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 00:12:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 00:12:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:12:54 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 00:12:54 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 00:12:54 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 00:12:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 00:12:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 00:12:54 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-oai-hss-0: 00:12:54 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:12:54 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 00:12:54 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 00:12:54 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 00:12:54 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 00:12:54 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 00:12:54 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 00:12:54 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:12:54 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib automake1.9 unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 00:12:55 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main m4 amd64 1.4.17-2ubuntu1 [195 kB] unit-abot-epc-basic-0: 00:12:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 00:12:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 00:12:55 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 00:12:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 00:12:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-oai-hss-0: 00:12:56 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfl-dev amd64 2.5.35-10.1ubuntu2 [17.2 kB] unit-abot-epc-basic-0: 00:12:56 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 00:12:56 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main flex amd64 2.5.35-10.1ubuntu2 [211 kB] unit-oai-hss-0: 00:12:56 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblzo2-2 amd64 2.06-1.2ubuntu1.1 [46.1 kB] unit-oai-hss-0: 00:12:56 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnettle4 amd64 2.7.1-1ubuntu0.2 [102 kB] unit-abot-epc-basic-0: 00:12:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 00:12:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-server0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 00:12:56 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 00:12:56 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libarchive13 amd64 3.1.2-7ubuntu2.6 [262 kB] unit-oai-hss-0: 00:12:57 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-oai-hss-0: 00:12:57 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-oai-hss-0: 00:12:57 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main x11-common all 1:7.7+1ubuntu8.1 [49.5 kB] unit-oai-hss-0: 00:12:57 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libice6 amd64 2:1.0.8-2 [47.0 kB] unit-abot-epc-basic-0: 00:12:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 00:12:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgbm1_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-oai-hss-0: 00:12:57 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsm6 amd64 2:1.2.1-2 [18.1 kB] unit-abot-epc-basic-0: 00:12:57 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 00:12:57 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxt6 amd64 1:1.1.4-1 [185 kB] unit-abot-epc-basic-0: 00:12:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 00:12:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcapnp-0.5.3_0.5.3-2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 00:12:58 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaudio2 amd64 1.9.4-1 [57.1 kB] unit-abot-epc-basic-0: 00:12:58 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-oai-hss-0: 00:12:58 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] unit-oai-hss-0: 00:12:58 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] unit-oai-hss-0: 00:12:58 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] unit-oai-hss-0: 00:12:58 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-oai-hss-0: 00:12:58 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 00:12:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 00:12:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libboost-filesystem1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... unit-oai-hss-0: 00:12:59 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] unit-oai-hss-0: 00:12:59 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] unit-abot-epc-basic-0: 00:12:59 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-oai-hss-0: 00:12:59 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] unit-abot-epc-basic-0: 00:12:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 00:12:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore1_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-oai-hss-0: 00:12:59 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] unit-abot-epc-basic-0: 00:12:59 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 00:13:00 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] unit-oai-hss-0: 00:13:00 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-abot-epc-basic-0: 00:13:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 00:13:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon7_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:00 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 00:13:00 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-oai-hss-0: 00:13:00 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] unit-abot-epc-basic-0: 00:13:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 00:13:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-oai-hss-0: 00:13:00 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-oai-hss-0: 00:13:00 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] unit-abot-epc-basic-0: 00:13:00 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 00:13:01 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main qtcore4-l10n all 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [587 kB] unit-abot-epc-basic-0: 00:13:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 00:13:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirprotobuf3_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-oai-hss-0: 00:13:01 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtcore4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1555 kB] unit-abot-epc-basic-0: 00:13:01 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 00:13:01 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xml amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [95.0 kB] unit-oai-hss-0: 00:13:01 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtdbus4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [180 kB] unit-abot-epc-basic-0: 00:13:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 00:13:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:13:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-oai-hss-0: 00:13:01 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-network amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [543 kB] unit-oai-hss-0: 00:13:02 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-script amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [776 kB] unit-abot-epc-basic-0: 00:13:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 00:13:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient9_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:02 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 00:13:02 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [97.4 kB] unit-oai-hss-0: 00:13:02 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xmlpatterns amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1028 kB] unit-oai-hss-0: 00:13:02 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig amd64 2.11.0-0ubuntu4.2 [176 kB] unit-oai-hss-0: 00:13:02 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-oai-hss-0: 00:13:02 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] unit-oai-hss-0: 00:13:02 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] unit-abot-epc-basic-0: 00:13:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-oai-hss-0: 00:13:03 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxi6 amd64 2:1.7.1.901-1ubuntu1.1 [27.9 kB] unit-abot-epc-basic-0: 00:13:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-client0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-oai-hss-0: 00:13:03 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrender1 amd64 1:0.9.8-1build0.14.04.1 [17.9 kB] unit-abot-epc-basic-0: 00:13:03 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 00:13:03 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtgui4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [4130 kB] unit-abot-epc-basic-0: 00:13:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 00:13:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:13:03 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-declarative amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1076 kB] unit-abot-epc-basic-0: 00:13:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:13:03 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql-mysql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [30.3 kB] unit-oai-hss-0: 00:13:04 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-oai-hss-0: 00:13:04 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-oai-hss-0: 00:13:04 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-oai-hss-0: 00:13:04 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autoconf all 2.69-6 [322 kB] unit-oai-hss-0: 00:13:04 DEBUG unit.oai-hss/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autotools-dev all 20130810.1 [44.3 kB] unit-abot-epc-basic-0: 00:13:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 00:13:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-oai-hss-0: 00:13:04 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main automake all 1:1.14.1-2ubuntu1 [510 kB] unit-abot-epc-basic-0: 00:13:04 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 00:13:05 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-oai-hss-0: 00:13:05 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libbison-dev amd64 2:3.0.2.dfsg-2 [338 kB] unit-abot-epc-basic-0: 00:13:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 00:13:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 00:13:05 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-oai-hss-0: 00:13:05 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main bison amd64 2:3.0.2.dfsg-2 [257 kB] unit-oai-hss-0: 00:13:05 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] unit-oai-hss-0: 00:13:05 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] unit-abot-epc-basic-0: 00:13:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 00:13:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 00:13:05 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-oai-hss-0: 00:13:05 DEBUG unit.oai-hss/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-oai-hss-0: 00:13:05 DEBUG unit.oai-hss/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-abot-epc-basic-0: 00:13:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 00:13:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-common_0.22-1~ubuntu16.04.1_all.deb ... unit-abot-epc-basic-0: 00:13:06 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 00:13:06 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-oai-hss-0: 00:13:06 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-oai-hss-0: 00:13:06 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-abot-epc-basic-0: 00:13:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 00:13:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:06 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 00:13:06 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-abot-epc-basic-0: 00:13:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 00:13:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput-bin_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-oai-hss-0: 00:13:06 DEBUG unit.oai-hss/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] unit-abot-epc-basic-0: 00:13:07 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-oai-hss-0: 00:13:07 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-abot-epc-basic-0: 00:13:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 00:13:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput10_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:07 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-oai-hss-0: 00:13:08 DEBUG unit.oai-hss/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-oai-hss-0: 00:13:08 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-oai-hss-0: 00:13:08 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-oai-hss-0: 00:13:08 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-abot-epc-basic-0: 00:13:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 00:13:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-oai-hss-0: 00:13:08 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-abot-epc-basic-0: 00:13:08 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 00:13:08 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake-data all 2.8.12.2-0ubuntu3 [676 kB] unit-oai-hss-0: 00:13:08 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake amd64 2.8.12.2-0ubuntu3 [2618 kB] unit-abot-epc-basic-0: 00:13:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 00:13:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:13:09 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-oai-hss-0: 00:13:09 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cmake-curses-gui amd64 2.8.12.2-0ubuntu3 [1241 kB] unit-abot-epc-basic-0: 00:13:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 00:13:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 00:13:09 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 00:13:09 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main doxygen amd64 1.8.6-2 [2408 kB] unit-oai-hss-0: 00:13:09 DEBUG unit.oai-hss/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe doxygen-gui amd64 1.8.6-2 [279 kB] unit-oai-hss-0: 00:13:10 DEBUG unit.oai-hss/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-oai-hss-0: 00:13:10 DEBUG unit.oai-hss/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-oai-hss-0: 00:13:10 DEBUG unit.oai-hss/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] unit-oai-hss-0: 00:13:10 DEBUG unit.oai-hss/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-oai-hss-0: 00:13:10 DEBUG unit.oai-hss/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-oai-hss-0: 00:13:10 DEBUG unit.oai-hss/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-oai-hss-0: 00:13:10 DEBUG unit.oai-hss/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-oai-hss-0: 00:13:11 DEBUG unit.oai-hss/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-oai-hss-0: 00:13:11 DEBUG unit.oai-hss/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pkg-config amd64 0.26-1ubuntu4 [40.9 kB] unit-abot-epc-basic-0: 00:13:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 00:13:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:13:11 DEBUG unit.oai-hss/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] unit-abot-epc-basic-0: 00:13:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-oai-hss-0: 00:13:11 DEBUG unit.oai-hss/0.install Extracting templates from packages: 35% Extracting templates from packages: 71% Extracting templates from packages: 100% unit-oai-hss-0: 00:13:11 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 00:13:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 00:13:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:13:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-oai-hss-0: 00:13:12 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 16s (4168 kB/s) unit-oai-hss-0: 00:13:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-oai-hss-0: 00:13:12 DEBUG unit.oai-hss/0.install (Reading database ... 109370 files and directories currently installed.) unit-oai-hss-0: 00:13:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:13:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 00:13:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 00:13:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-oai-hss-0: 00:13:13 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-abot-epc-basic-0: 00:13:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 00:13:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-oai-hss-0: 00:13:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 00:13:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:13:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-oai-hss-0: 00:13:14 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 00:13:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 00:13:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:13:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 00:13:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:13:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:13:14 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 00:13:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 00:13:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 00:13:15 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-abot-epc-basic-0: 00:13:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 00:13:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 00:13:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-oai-hss-0: 00:13:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 00:13:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 00:13:15 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-abot-epc-basic-0: 00:13:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 00:13:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:13:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:13:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 00:13:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-oai-hss-0: 00:13:16 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-abot-epc-basic-0: 00:13:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 00:13:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:13:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:13:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 00:13:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 00:13:17 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:13:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 00:13:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-x11-0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:13:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 00:13:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 00:13:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-oai-hss-0: 00:13:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 00:13:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 00:13:18 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 00:13:18 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:13:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 00:13:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 00:13:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 00:13:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 00:13:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-oai-hss-0: 00:13:19 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 00:13:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 00:13:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 00:13:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 00:13:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 00:13:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-common_2.48.2-1~ubuntu16.04.1_all.deb ... unit-oai-hss-0: 00:13:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 00:13:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 00:13:20 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 00:13:20 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 00:13:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 00:13:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-services_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-oai-hss-0: 00:13:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 00:13:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-abot-epc-basic-0: 00:13:21 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 00:13:21 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 00:13:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 00:13:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 00:13:21 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-oai-hss-0: 00:13:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 00:13:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 00:13:21 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 00:13:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 00:13:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 00:13:22 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-abot-epc-basic-0: 00:13:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 00:13:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 00:13:22 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-oai-hss-0: 00:13:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 00:13:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 00:13:22 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 00:13:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 00:13:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 00:13:22 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 00:13:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 00:13:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:13:23 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-oai-hss-0: 00:13:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 00:13:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 00:13:23 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 00:13:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 00:13:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:23 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 00:13:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 00:13:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 00:13:24 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 00:13:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 00:13:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 00:13:24 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 00:13:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 00:13:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:13:25 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 00:13:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 00:13:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup-gnome2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 00:13:25 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 00:13:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 00:13:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 00:13:25 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 00:13:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 00:13:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librest-0.7-0_0.7.93-1_amd64.deb ... unit-abot-epc-basic-0: 00:13:26 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-oai-hss-0: 00:13:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 00:13:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 00:13:26 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 00:13:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 00:13:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 00:13:26 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-oai-hss-0: 00:13:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 00:13:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-oai-hss-0: 00:13:27 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-abot-epc-basic-0: 00:13:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 00:13:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane-common_1.0.25+git20150528-1ubuntu2.16.04.1_all.deb ... unit-oai-hss-0: 00:13:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 00:13:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:13:27 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 00:13:27 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 00:13:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 00:13:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 00:13:28 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-oai-hss-0: 00:13:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 00:13:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 00:13:28 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 00:13:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 00:13:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-abot-epc-basic-0: 00:13:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 00:13:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-oai-hss-0: 00:13:28 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 00:13:28 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 00:13:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 00:13:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:13:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-oai-hss-0: 00:13:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 00:13:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 00:13:29 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:13:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 00:13:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:13:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 00:13:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 00:13:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 00:13:30 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:13:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 00:13:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 00:13:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 00:13:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 00:13:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 00:13:31 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 00:13:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 00:13:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 00:13:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 00:13:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 00:13:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 00:13:31 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 00:13:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 00:13:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 00:13:32 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-oai-hss-0: 00:13:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 00:13:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... unit-oai-hss-0: 00:13:32 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-abot-epc-basic-0: 00:13:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 00:13:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-oai-hss-0: 00:13:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 00:13:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_all.deb ... unit-abot-epc-basic-0: 00:13:33 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-oai-hss-0: 00:13:33 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:13:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 00:13:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 00:13:34 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-oai-hss-0: 00:13:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 00:13:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtcore4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 00:13:35 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:13:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 00:13:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-common_3.18.9-1ubuntu3.3_all.deb ... unit-oai-hss-0: 00:13:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 00:13:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:36 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 00:13:36 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:13:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 00:13:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:13:36 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 00:13:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 00:13:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 00:13:37 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:13:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 00:13:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk-bridge2.0-0_2.18.1-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:13:37 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-oai-hss-0: 00:13:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 00:13:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-network_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 00:13:38 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:13:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 00:13:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 00:13:38 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-oai-hss-0: 00:13:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 00:13:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-script_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 00:13:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:13:38 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:13:38 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 00:13:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 00:13:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy0_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-oai-hss-0: 00:13:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 00:13:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:39 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 00:13:39 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:13:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 00:13:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-common_1.1.2-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:13:39 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-oai-hss-0: 00:13:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 00:13:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 00:13:41 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:13:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 00:13:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-0_1.1.2-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:13:41 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-oai-hss-0: 00:13:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 00:13:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 00:13:41 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 00:13:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 00:13:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-cursor0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 00:13:41 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 00:13:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 00:13:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-egl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:42 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 00:13:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 00:13:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 00:13:43 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 00:13:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 00:13:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-0_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 00:13:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 00:13:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 00:13:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 00:13:43 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 00:13:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 00:13:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-oai-hss-0: 00:13:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-abot-epc-basic-0: 00:13:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-bin_3.18.9-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 00:13:43 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 00:13:43 DEBUG unit.abot-epc-basic/0.install Adding 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin' unit-abot-epc-basic-0: 00:13:44 DEBUG unit.abot-epc-basic/0.install Adding 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin' unit-abot-epc-basic-0: 00:13:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 00:13:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 00:13:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 00:13:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-oai-hss-0: 00:13:44 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-abot-epc-basic-0: 00:13:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-oai-hss-0: 00:13:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 00:13:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 00:13:44 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 00:13:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 00:13:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 00:13:44 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 00:13:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 00:13:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 00:13:45 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-oai-hss-0: 00:13:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 00:13:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtgui4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 00:13:45 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:13:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 00:13:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 00:13:45 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-oai-hss-0: 00:13:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 00:13:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 00:13:46 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 00:13:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 00:13:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 00:13:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ubuntu-mono_14.04+16.04.20180326-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:13:47 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-oai-hss-0: 00:13:47 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 00:13:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 00:13:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 00:13:48 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 00:13:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 00:13:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 00:13:48 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:13:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 00:13:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../adwaita-icon-theme_3.18.0-2ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 00:13:48 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-oai-hss-0: 00:13:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 00:13:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:13:48 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:13:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 00:13:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-oai-hss-0: 00:13:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 00:13:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-abot-epc-basic-0: 00:13:49 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-oai-hss-0: 00:13:49 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-abot-epc-basic-0: 00:13:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 00:13:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 00:13:49 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-oai-hss-0: 00:13:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 00:13:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 00:13:49 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-abot-epc-basic-0: 00:13:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 00:13:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 00:13:50 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-oai-hss-0: 00:13:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 00:13:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 00:13:50 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-abot-epc-basic-0: 00:13:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 00:13:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:13:51 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 00:13:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 00:13:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 00:13:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbison-dev_2%3a3.0.4.dfsg-1_amd64.deb ... unit-oai-hss-0: 00:13:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-abot-epc-basic-0: 00:13:51 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-oai-hss-0: 00:13:51 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 00:13:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 00:13:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 00:13:52 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-oai-hss-0: 00:13:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 00:13:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 00:13:52 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 00:13:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 00:13:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:52 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-oai-hss-0: 00:13:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 00:13:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 00:13:53 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 00:13:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 00:13:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 00:13:53 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 00:13:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 00:13:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... unit-oai-hss-0: 00:13:54 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... unit-abot-epc-basic-0: 00:13:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 00:13:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:13:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-oai-hss-0: 00:13:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 00:13:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 00:13:54 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:13:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 00:13:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:13:55 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 00:13:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 00:13:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:13:55 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-oai-hss-0: 00:13:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 00:13:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 00:13:55 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:13:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 00:13:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpm4_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:13:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 00:13:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgd3_2.1.1-4ubuntu0.16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:13:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-oai-hss-0: 00:13:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 00:13:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 00:13:57 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 00:13:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 00:13:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 00:13:57 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:13:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 00:13:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 00:13:57 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-oai-hss-0: 00:13:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 00:13:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 00:13:58 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:13:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 00:13:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 00:13:58 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-oai-hss-0: 00:13:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 00:13:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 00:13:59 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 00:13:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 00:13:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane_1.0.25+git20150528-1ubuntu2.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:13:59 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 00:13:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 00:13:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 00:13:59 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:14:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 00:14:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:14:00 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-oai-hss-0: 00:14:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 00:14:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 00:14:00 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:14:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 00:14:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:14:00 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 00:14:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 00:14:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ... unit-oai-hss-0: 00:14:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 00:14:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 00:14:01 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 00:14:01 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3) ... unit-oai-hss-0: 00:14:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 00:14:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:14:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 00:14:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-abot-epc-basic-0: 00:14:02 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-oai-hss-0: 00:14:02 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 00:14:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 00:14:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 00:14:03 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 00:14:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 00:14:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 00:14:03 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-oai-hss-0: 00:14:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 00:14:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 00:14:03 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 00:14:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 00:14:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 00:14:03 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 00:14:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 00:14:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 00:14:04 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-oai-hss-0: 00:14:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 00:14:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 00:14:04 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 00:14:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 00:14:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 00:14:04 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-oai-hss-0: 00:14:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 00:14:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 00:14:05 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 00:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 00:14:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 00:14:05 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 00:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 00:14:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 00:14:05 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-oai-hss-0: 00:14:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 00:14:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 00:14:05 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 00:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 00:14:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:14:06 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 00:14:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 00:14:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:14:06 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 00:14:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 00:14:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 00:14:06 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 00:14:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 00:14:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 00:14:07 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-abot-epc-basic-0: 00:14:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 00:14:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc4_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:14:08 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 00:14:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 00:14:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 00:14:09 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-abot-epc-basic-0: 00:14:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 00:14:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-hss-0: 00:14:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 00:14:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 00:14:09 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 00:14:09 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 00:14:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 00:14:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 00:14:10 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 00:14:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 00:14:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclang1-3.6_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:14:10 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 00:14:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 00:14:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 00:14:10 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 00:14:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 00:14:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 00:14:11 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 00:14:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 00:14:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 00:14:11 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-oai-hss-0: 00:14:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 00:14:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 00:14:11 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 00:14:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 00:14:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 00:14:12 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 00:14:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 00:14:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 00:14:13 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 00:14:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 00:14:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 00:14:13 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 00:14:13 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 00:14:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 00:14:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 00:14:14 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 00:14:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 00:14:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 00:14:14 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-oai-hss-0: 00:14:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 00:14:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-oai-hss-0: 00:14:14 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-abot-epc-basic-0: 00:14:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 00:14:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 00:14:15 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-oai-hss-0: 00:14:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 00:14:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 00:14:15 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:14:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 00:14:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:14:15 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-oai-hss-0: 00:14:16 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:14:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 00:14:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 00:14:16 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 00:14:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 00:14:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 00:14:17 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 00:14:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 00:14:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 00:14:18 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 00:14:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 00:14:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 00:14:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 00:14:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 00:14:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 00:14:19 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-oai-hss-0: 00:14:20 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 00:14:20 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 00:14:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 00:14:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-oai-hss-0: 00:14:20 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-abot-epc-basic-0: 00:14:20 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-oai-hss-0: 00:14:20 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 00:14:20 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 00:14:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 00:14:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:14:20 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-oai-hss-0: 00:14:20 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 00:14:21 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-abot-epc-basic-0: 00:14:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 00:14:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:14:21 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-oai-hss-0: 00:14:21 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 00:14:21 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:14:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 00:14:21 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:14:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 00:14:21 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 00:14:21 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 00:14:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 00:14:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 00:14:22 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 00:14:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 00:14:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:14:22 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:14:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 00:14:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:14:23 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 00:14:24 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 00:14:24 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 00:14:24 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 00:14:24 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 00:14:24 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 00:14:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 00:14:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:14:25 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 00:14:25 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 00:14:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 00:14:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-oai-hss-0: 00:14:25 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 00:14:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-oai-hss-0: 00:14:26 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 00:14:26 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-abot-epc-basic-0: 00:14:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 00:14:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-oai-hss-0: 00:14:26 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 00:14:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 00:14:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 00:14:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 00:14:26 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 00:14:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 00:14:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:27 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-oai-hss-0: 00:14:27 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 00:14:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 00:14:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:14:28 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 00:14:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 00:14:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.18~dfsg~0-0ubuntu2.8_all.deb ... unit-abot-epc-basic-0: 00:14:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 00:14:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 00:14:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.18~dfsg~0-0ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 00:14:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 00:14:31 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 00:14:31 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:14:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 00:14:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:14:31 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-oai-hss-0: 00:14:31 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 00:14:32 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 00:14:32 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 00:14:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 00:14:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.18~dfsg~0-0ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 00:14:32 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 00:14:32 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-abot-epc-basic-0: 00:14:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 00:14:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atk-1.0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 00:14:32 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-oai-hss-0: 00:14:32 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 00:14:32 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:14:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 00:14:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atspi-2.0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:14:33 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 00:14:33 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:14:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 00:14:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:14:33 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-oai-hss-0: 00:14:33 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 00:14:33 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:14:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 00:14:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-gdkpixbuf-2.0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 00:14:33 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 00:14:35 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 00:14:35 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:14:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 00:14:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoxft-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 00:14:35 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-oai-hss-0: 00:14:35 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 00:14:35 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 00:14:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 00:14:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-pango-1.0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 00:14:35 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 00:14:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 00:14:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-gtk-3.0_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 00:14:36 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 00:14:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 00:14:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 00:14:36 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 00:14:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 00:14:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 00:14:36 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 00:14:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 00:14:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 00:14:37 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 00:14:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 00:14:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 00:14:37 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-oai-hss-0: 00:14:37 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 00:14:37 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 00:14:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 00:14:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:38 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 00:14:38 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 00:14:38 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 00:14:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 00:14:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-oai-hss-0: 00:14:38 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-abot-epc-basic-0: 00:14:38 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 00:14:39 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 00:14:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 00:14:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 00:14:39 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 00:14:39 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:14:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 00:14:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:39 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 00:14:40 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 00:14:41 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:14:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 00:14:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:41 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 00:14:42 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-abot-epc-basic-0: 00:14:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 00:14:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 00:14:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-oai-hss-0: 00:14:43 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-abot-epc-basic-0: 00:14:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 00:14:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 00:14:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-oai-hss-0: 00:14:43 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 00:14:43 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-oai-hss-0: 00:14:43 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 00:14:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 00:14:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:43 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 00:14:44 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 00:14:44 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 00:14:44 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-oai-hss-0: 00:14:44 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:14:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 00:14:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 00:14:44 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-oai-hss-0: 00:14:44 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... unit-oai-hss-0: 00:14:45 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 00:14:45 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:14:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 00:14:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-oai-hss-0: 00:14:45 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 00:14:45 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:14:45 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-oai-hss-0: 00:14:46 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 00:14:46 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 00:14:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 00:14:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 00:14:46 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-oai-hss-0: 00:14:46 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 00:14:46 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 00:14:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 00:14:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 00:14:47 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-oai-hss-0: 00:14:47 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 00:14:47 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-oai-hss-0: 00:14:47 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 00:14:47 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 00:14:47 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 00:14:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 00:14:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc1c2_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 00:14:48 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 00:14:48 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 00:14:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 00:14:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-libs_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:48 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 00:14:48 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 00:14:48 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 00:14:49 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 00:14:49 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 00:14:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 00:14:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:49 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 00:14:49 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 00:14:49 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-oai-hss-0: 00:14:49 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-abot-epc-basic-0: 00:14:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 00:14:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:14:49 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 00:14:49 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 00:14:50 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 00:14:50 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 00:14:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 00:14:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:14:50 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 00:14:50 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 00:14:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 00:14:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-oai-hss-0: 00:14:50 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 00:14:51 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-abot-epc-basic-0: 00:14:51 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-oai-hss-0: 00:14:51 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:14:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 00:14:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:51 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 00:14:51 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 00:14:52 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 00:14:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 00:14:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 00:14:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 00:14:52 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 00:14:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 00:14:52 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 00:14:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmp-dev_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 00:14:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 00:14:53 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 00:14:53 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:14:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 00:14:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc-dev_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:53 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 00:14:53 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 00:14:53 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 00:14:53 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:14:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 00:14:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:14:53 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 00:14:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 00:14:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-dev_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:54 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-abot-epc-basic-0: 00:14:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 00:14:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hdf5-helpers_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 00:14:54 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB] unit-abot-epc-basic-0: 00:14:54 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 00:14:55 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 [76.4 kB] unit-abot-epc-basic-0: 00:14:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 00:14:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 00:14:55 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-oai-hss-0: 00:14:55 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libserf-1-1 amd64 1.3.3-1ubuntu0.1 [42.2 kB] unit-oai-hss-0: 00:14:55 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsvn1 amd64 1.8.8-1ubuntu3.3 [918 kB] unit-oai-hss-0: 00:14:55 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main subversion amd64 1.8.8-1ubuntu3.3 [281 kB] unit-oai-hss-0: 00:14:55 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 1s (1254 kB/s) unit-abot-epc-basic-0: 00:14:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 00:14:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 00:14:55 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-oai-hss-0: 00:14:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 00:14:56 DEBUG unit.oai-hss/0.install (Reading database ... 116099 files and directories currently installed.) unit-oai-hss-0: 00:14:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 00:14:56 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 00:14:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 00:14:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iproute_1%3a4.3.0-1ubuntu3.16.04.3_all.deb ... unit-abot-epc-basic-0: 00:14:56 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-oai-hss-0: 00:14:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 00:14:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 00:14:57 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 00:14:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 00:14:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:14:57 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-oai-hss-0: 00:14:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 00:14:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 00:14:57 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-abot-epc-basic-0: 00:14:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 00:14:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 00:14:58 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-oai-hss-0: 00:14:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 00:14:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 00:14:58 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 00:14:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 00:14:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:14:58 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-oai-hss-0: 00:14:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 00:14:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 00:14:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 00:14:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsuitesparseconfig4.4.6_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 00:14:58 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 00:14:58 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 00:14:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 00:14:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 00:14:59 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:14:59 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 00:14:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 00:14:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 00:14:59 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 00:15:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 00:15:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3_amd64.deb ... unit-oai-hss-0: 00:15:00 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 00:15:00 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 00:15:00 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 00:15:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 00:15:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-bin_2.48.2-0ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 00:15:00 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4) ... unit-oai-hss-0: 00:15:00 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 00:15:00 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 00:15:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 00:15:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:01 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 00:15:01 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 00:15:01 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:15:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 00:15:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:01 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 00:15:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 00:15:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:02 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-abot-epc-basic-0: 00:15:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 00:15:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-dev_2.48.2-0ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 00:15:02 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4) ... unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install Need to get 10.9 MB of archives. unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 00:15:02 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig9 amd64 1.4.9-2 [21.7 kB] unit-oai-hss-0: 00:15:03 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl7 amd64 2.4.2-1.7ubuntu1 [35.0 kB] unit-oai-hss-0: 00:15:03 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] unit-oai-hss-0: 00:15:03 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] unit-abot-epc-basic-0: 00:15:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 00:15:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdbus-1-dev_1.10.6-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 00:15:03 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] unit-abot-epc-basic-0: 00:15:03 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-oai-hss-0: 00:15:03 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0 amd64 0.9-1 [81.8 kB] unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-doc all 1.4.9-2 [300 kB] unit-abot-epc-basic-0: 00:15:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 00:15:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig8-dev amd64 1.4.9-2 [1766 B] unit-abot-epc-basic-0: 00:15:04 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgpg-error-dev amd64 1.12-0.2ubuntu1 [20.1 kB] unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcrypt11-dev amd64 1.5.3-2ubuntu4.6 [273 kB] unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11-dev amd64 1.28-1ubuntu2.2 [519 kB] unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl-dev amd64 2.4.2-1.7ubuntu1 [157 kB] unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1.1 [166 kB] unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.61-0ubuntu0.14.04.1 [864 kB] unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp-dev amd64 1.0.15+dfsg-1 [64.4 kB] unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.26 [1072 kB] unit-oai-hss-0: 00:15:04 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.26 [971 kB] unit-abot-epc-basic-0: 00:15:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 00:15:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-oai-hss-0: 00:15:05 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtool amd64 2.4.2-1.7ubuntu1 [188 kB] unit-oai-hss-0: 00:15:05 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] unit-oai-hss-0: 00:15:05 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-oai-hss-0: 00:15:05 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0-dev amd64 0.9-1 [292 kB] unit-abot-epc-basic-0: 00:15:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 00:15:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-oai-hss-0: 00:15:05 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 00:15:05 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-oai-hss-0: 00:15:05 DEBUG unit.oai-hss/0.install Fetched 10.9 MB in 2s (4027 kB/s) unit-abot-epc-basic-0: 00:15:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 00:15:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 00:15:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-oai-hss-0: 00:15:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 00:15:06 DEBUG unit.oai-hss/0.install (Reading database ... 116210 files and directories currently installed.) unit-oai-hss-0: 00:15:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-abot-epc-basic-0: 00:15:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 00:15:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-oai-hss-0: 00:15:06 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 00:15:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 00:15:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 00:15:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-oai-hss-0: 00:15:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 00:15:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:07 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-oai-hss-0: 00:15:07 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 00:15:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 00:15:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:08 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 00:15:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 00:15:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 00:15:08 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 00:15:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 00:15:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 00:15:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-oai-hss-0: 00:15:08 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:15:08 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 00:15:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 00:15:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk-bridge2.0-dev_2.18.1-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:09 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 00:15:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 00:15:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:09 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-oai-hss-0: 00:15:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 00:15:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 00:15:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:15:10 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 00:15:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 00:15:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 00:15:11 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-oai-hss-0: 00:15:12 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:15:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 00:15:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 00:15:12 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-oai-hss-0: 00:15:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 00:15:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-oai-hss-0: 00:15:14 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-abot-epc-basic-0: 00:15:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:14 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-oai-hss-0: 00:15:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 00:15:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-abot-epc-basic-0: 00:15:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 00:15:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 00:15:15 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 00:15:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-oai-hss-0: 00:15:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 00:15:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-abot-epc-basic-0: 00:15:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 00:15:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfreetype6-dev_2.6.1-0.1ubuntu2.3_amd64.deb ... unit-oai-hss-0: 00:15:15 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-abot-epc-basic-0: 00:15:15 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-oai-hss-0: 00:15:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 00:15:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 00:15:15 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-abot-epc-basic-0: 00:15:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 00:15:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:16 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:15:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 00:15:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-render-dev_2%3a0.11.1-2_all.deb ... unit-abot-epc-basic-0: 00:15:16 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-oai-hss-0: 00:15:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 00:15:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 00:15:16 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-abot-epc-basic-0: 00:15:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 00:15:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-oai-hss-0: 00:15:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 00:15:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 00:15:17 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 00:15:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 00:15:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 00:15:18 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 00:15:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 00:15:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:18 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-oai-hss-0: 00:15:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 00:15:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 00:15:18 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-abot-epc-basic-0: 00:15:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 00:15:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:15:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 00:15:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 00:15:18 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 00:15:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 00:15:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:15:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 00:15:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:15:19 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 00:15:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 00:15:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 00:15:19 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:15:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 00:15:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:19 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-oai-hss-0: 00:15:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 00:15:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 00:15:20 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 00:15:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 00:15:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:20 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 00:15:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 00:15:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 00:15:20 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 00:15:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 00:15:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libccolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:20 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 00:15:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 00:15:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 00:15:21 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 00:15:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 00:15:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:21 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 00:15:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 00:15:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 00:15:21 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 00:15:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 00:15:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcholmod3.0.6_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:21 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 00:15:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 00:15:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 00:15:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 00:15:22 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-oai-hss-0: 00:15:22 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 00:15:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 00:15:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 00:15:23 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 00:15:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 00:15:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 00:15:23 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-oai-hss-0: 00:15:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 00:15:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 00:15:23 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:15:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 00:15:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-abot-epc-basic-0: 00:15:24 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 00:15:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 00:15:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 00:15:24 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-abot-epc-basic-0: 00:15:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 00:15:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 00:15:24 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-oai-hss-0: 00:15:24 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:15:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 00:15:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcxsparse3.1.4_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 00:15:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 00:15:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-dev_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:25 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 00:15:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 00:15:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 00:15:25 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-oai-hss-0: 00:15:26 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 00:15:26 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 00:15:26 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 00:15:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 00:15:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-abot-epc-basic-0: 00:15:26 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-oai-hss-0: 00:15:26 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 00:15:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 00:15:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 00:15:26 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-oai-hss-0: 00:15:26 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 00:15:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 00:15:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 00:15:27 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 00:15:27 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:15:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 00:15:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ... unit-abot-epc-basic-0: 00:15:27 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 00:15:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 00:15:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 00:15:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 00:15:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 00:15:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:15:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 00:15:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:15:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 00:15:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:15:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 00:15:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:15:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 00:15:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:15:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 00:15:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:15:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 00:15:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:15:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 00:15:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:15:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 00:15:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 00:15:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 00:15:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:32 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 00:15:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 00:15:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-bin_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 00:15:33 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 00:15:33 DEBUG unit.oai-hss/0.install 180905 0:15:33 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. unit-oai-hss-0: 00:15:33 DEBUG unit.oai-hss/0.install 180905 0:15:33 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 00:15:33 DEBUG unit.oai-hss/0.install 180905 0:15:33 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 11655 ... unit-abot-epc-basic-0: 00:15:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 00:15:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-dev_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 00:15:34 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 00:15:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 00:15:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:34 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:15:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 00:15:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 00:15:35 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 00:15:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 00:15:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 00:15:35 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 00:15:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 00:15:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:15:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 00:15:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 00:15:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:36 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:15:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 00:15:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircookie2_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:36 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:15:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 00:15:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircookie-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:37 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:15:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 00:15:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:37 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:15:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 00:15:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:38 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 00:15:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 00:15:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 00:15:38 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 00:15:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 00:15:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy-dev_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 00:15:39 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 00:15:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 00:15:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:39 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 00:15:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 00:15:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:15:40 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 00:15:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 00:15:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 00:15:41 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 00:15:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 00:15:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 00:15:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 00:15:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 00:15:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 00:15:42 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 00:15:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 00:15:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 00:15:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 00:15:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 00:15:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 00:15:43 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 00:15:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 00:15:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 00:15:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-oai-hss-0: 00:15:44 DEBUG unit.oai-hss/0.install mysql start/running, process 11790 unit-abot-epc-basic-0: 00:15:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 00:15:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 00:15:45 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-oai-hss-0: 00:15:45 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-abot-epc-basic-0: 00:15:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 00:15:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 00:15:45 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 00:15:45 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 00:15:45 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-abot-epc-basic-0: 00:15:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 00:15:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 00:15:45 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 00:15:46 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-abot-epc-basic-0: 00:15:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 00:15:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 00:15:46 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-oai-hss-0: 00:15:46 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-abot-epc-basic-0: 00:15:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 00:15:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 00:15:47 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-abot-epc-basic-0: 00:15:47 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 00:15:47 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 00:15:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 00:15:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 00:15:47 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-oai-hss-0: 00:15:47 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-abot-epc-basic-0: 00:15:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 00:15:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 00:15:47 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-oai-hss-0: 00:15:47 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 00:15:48 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-abot-epc-basic-0: 00:15:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 00:15:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpm-dev_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:15:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-oai-hss-0: 00:15:48 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 00:15:48 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 00:15:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 00:15:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 00:15:49 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-oai-hss-0: 00:15:49 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 00:15:49 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 00:15:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 00:15:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-oai-hss-0: 00:15:50 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 00:15:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-oai-hss-0: 00:15:50 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 00:15:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 00:15:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 00:15:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 00:15:50 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 00:15:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 00:15:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt11-dev_1.5.4-3+really1.6.5-2ubuntu0.5_all.deb ... unit-oai-hss-0: 00:15:50 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-abot-epc-basic-0: 00:15:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 00:15:51 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 00:15:51 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 00:15:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 00:15:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-dev_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 00:15:51 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 00:15:51 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:15:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 00:15:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:15:51 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 00:15:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 00:15:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3_amd64.deb ... unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install Building dependency tree... unit-abot-epc-basic-0: 00:15:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmpxx4ldbl amd64 2:5.1.3+dfsg-1ubuntu1 [8736 B] unit-abot-epc-basic-0: 00:15:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 00:15:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 00:15:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 00:15:52 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp-dev amd64 2:5.1.3+dfsg-1ubuntu1 [292 kB] unit-abot-epc-basic-0: 00:15:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 00:15:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-abot-epc-basic-0: 00:15:53 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 00:15:53 DEBUG unit.oai-hss/0.install Fetched 300 kB in 0s (316 kB/s) unit-abot-epc-basic-0: 00:15:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 00:15:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 00:15:53 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-oai-hss-0: 00:15:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 00:15:53 DEBUG unit.oai-hss/0.install (Reading database ... 118211 files and directories currently installed.) unit-oai-hss-0: 00:15:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:15:53 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 00:15:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 00:15:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:15:54 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 00:15:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 00:15:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 00:15:54 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-oai-hss-0: 00:15:54 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 00:15:55 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 00:15:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 00:15:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:55 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-oai-hss-0: 00:15:55 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:15:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-abot-epc-basic-0: 00:15:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwmf0.2-7_0.2.8.4-10.5ubuntu1_amd64.deb ... unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install --2018-09-05 00:15:56-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b unit-abot-epc-basic-0: 00:15:56 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 376K 3s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 742K 2s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 62.9M 1s unit-abot-epc-basic-0: 00:15:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 00:15:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 00:15:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 762K 1s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 53.5M 1s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 47.2M 1s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 76.0M 1s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 782K 1s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 54.0M 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 63.6M 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 62.5M 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 62.6M 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 58.0M 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 52.9M 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 816K 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 63.0M 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 49.6M 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 60.8M 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 54.3M 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 55.5M 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 64.5M 0s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 59.6M=0.4s unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install 2018-09-05 00:15:56 (2.62 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 00:15:56 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-abot-epc-basic-0: 00:15:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 00:15:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1build1_amd64.deb ... unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-abot-epc-basic-0: 00:15:57 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-abot-epc-basic-0: 00:15:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 00:15:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-abot-epc-basic-0: 00:15:57 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 00:15:57 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 00:15:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install Compiling nettle unit-abot-epc-basic-0: 00:15:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aesdata.o -MD -MP -MF aesdata.o.d -fpic -c aesdata.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:15:58 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs aesdata.o -lgmp -o aesdata unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT desdata.o -MD -MP -MF desdata.o.d -fpic -c desdata.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs desdata.o -lgmp -o desdata unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofishdata.o -MD -MP -MF twofishdata.o.d -fpic -c twofishdata.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs twofishdata.o -lgmp -o twofishdata unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT shadata.o -MD -MP -MF shadata.o.d -fpic -c shadata.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs shadata.o -lgmp -lm -o shadata unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcmdata.o -MD -MP -MF gcmdata.o.d -fpic -c gcmdata.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs gcmdata.o -lgmp -o gcmdata unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt.o -MD -MP -MF getopt.o.d -fpic -c getopt.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt1.o -MD -MP -MF getopt1.o.d -fpic -c getopt1.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-internal.o -MD -MP -MF nettle-internal.o.d -fpic -c nettle-internal.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -fpic -c aes-decrypt-internal.s unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.o : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.o.d unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -fpic -c aes-decrypt.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -fpic -c aes-encrypt-internal.s unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.o : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.o.d unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -fpic -c aes-encrypt.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -fpic -c aes-encrypt-table.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -fpic -c aes-set-encrypt-key.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -fpic -c aes-set-decrypt-key.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.o -MD -MP -MF aes-meta.o.d -fpic -c aes-meta.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:15:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 00:15:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.o -MD -MP -MF arcfour.o.d -fpic -c arcfour.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -fpic -c arcfour-crypt.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:15:58 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.o -MD -MP -MF arcfour-meta.o.d -fpic -c arcfour-meta.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.o -MD -MP -MF arctwo.o.d -fpic -c arctwo.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -fpic -c arctwo-meta.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.o -MD -MP -MF base16-encode.o.d -fpic -c base16-encode.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.o -MD -MP -MF base16-decode.o.d -fpic -c base16-decode.c \ unit-oai-hss-0: 00:15:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.o -MD -MP -MF base16-meta.o.d -fpic -c base16-meta.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.o -MD -MP -MF base64-encode.o.d -fpic -c base64-encode.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.o -MD -MP -MF base64-decode.o.d -fpic -c base64-decode.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.o -MD -MP -MF base64-meta.o.d -fpic -c base64-meta.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.o -MD -MP -MF camellia-crypt.o.d -fpic -c camellia-crypt.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -fpic -c camellia-crypt-internal.s unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.o : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.o.d unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.o -MD -MP -MF camellia-set-encrypt-key.o.d -fpic -c camellia-set-encrypt-key.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.o -MD -MP -MF camellia-set-decrypt-key.o.d -fpic -c camellia-set-decrypt-key.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.o -MD -MP -MF camellia-table.o.d -fpic -c camellia-table.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.o -MD -MP -MF camellia-meta.o.d -fpic -c camellia-meta.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.o -MD -MP -MF cast128.o.d -fpic -c cast128.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:15:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 00:15:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:15:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install cast128.c:210:26: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install cast128.c:202:2: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install cast128.c:207:26: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install cast128.c:204:26: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -fpic -c cast128-meta.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.o -MD -MP -MF blowfish.o.d -fpic -c blowfish.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.o -MD -MP -MF cbc.o.d -fpic -c cbc.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.o -MD -MP -MF ctr.o.d -fpic -c ctr.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.o -MD -MP -MF gcm.o.d -fpic -c gcm.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -fpic -c gcm-aes.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.o -MD -MP -MF des.o.d -fpic -c des.c \ unit-oai-hss-0: 00:15:59 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 00:16:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.o -MD -MP -MF des3.o.d -fpic -c des3.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:00 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.o -MD -MP -MF des-compat.o.d -fpic -c des-compat.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.o -MD -MP -MF hmac.o.d -fpic -c hmac.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -fpic -c hmac-md5.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -fpic -c hmac-ripemd160.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -fpic -c hmac-sha1.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -fpic -c hmac-sha224.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -fpic -c hmac-sha256.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -fpic -c hmac-sha384.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -fpic -c hmac-sha512.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -fpic -c knuth-lfib.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.o -MD -MP -MF md2.o.d -fpic -c md2.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.o -MD -MP -MF md2-meta.o.d -fpic -c md2-meta.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.o -MD -MP -MF md4.o.d -fpic -c md4.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.o -MD -MP -MF md4-meta.o.d -fpic -c md4-meta.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.o -MD -MP -MF md5.o.d -fpic -c md5.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.o -MD -MP -MF md5-compress.o.d -fpic -c md5-compress.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.o -MD -MP -MF md5-compat.o.d -fpic -c md5-compat.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.o -MD -MP -MF md5-meta.o.d -fpic -c md5-meta.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.o -MD -MP -MF ripemd160.o.d -fpic -c ripemd160.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -fpic -c ripemd160-compress.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -fpic -c ripemd160-meta.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -fpic -c salsa20-crypt.s unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.o : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.o.d unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -fpic -c salsa20-set-key.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.o -MD -MP -MF sha1.o.d -fpic -c sha1.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:00 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d -fpic -c sha1-compress.s unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install echo "sha1-compress.o : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.o.d unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -fpic -c sha1-meta.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.o -MD -MP -MF sha256.o.d -fpic -c sha256.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -fpic -c sha256-compress.c \ unit-oai-hss-0: 00:16:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -fpic -c sha224-meta.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -fpic -c sha256-meta.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.o -MD -MP -MF sha512.o.d -fpic -c sha512.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -fpic -c sha512-compress.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 00:16:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 00:16:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -fpic -c sha384-meta.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -fpic -c sha512-meta.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -fpic -c serpent-set-key.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -fpic -c serpent-encrypt.s unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.o : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.o.d unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -fpic -c serpent-decrypt.s unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.o : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.o.d unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -fpic -c serpent-meta.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.o -MD -MP -MF twofish.o.d -fpic -c twofish.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 00:16:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 00:16:01 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -fpic -c twofish-meta.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.o -MD -MP -MF yarrow256.o.d -fpic -c yarrow256.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -fpic -c yarrow_key_event.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.o -MD -MP -MF buffer.o.d -fpic -c buffer.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.o -MD -MP -MF buffer-init.o.d -fpic -c buffer-init.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.o -MD -MP -MF realloc.o.d -fpic -c realloc.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -fpic -c nettle-meta-hashes.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -fpic -c nettle-meta-ciphers.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -fpic -c nettle-meta-armors.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.o -MD -MP -MF write-be32.o.d -fpic -c write-be32.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.o -MD -MP -MF write-le32.o.d -fpic -c write-le32.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-abot-epc-basic-0: 00:16:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.o -MD -MP -MF memxor.o.d -fpic -c memxor.s unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install ar cru libnettle.a aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes-meta.o arcfour.o arcfour-crypt.o arcfour-meta.o arctwo.o arctwo-meta.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o camellia-crypt.o camellia-crypt-internal.o camellia-set-encrypt-key.o camellia-set-decrypt-key.o camellia-table.o camellia-meta.o cast128.o cast128-meta.o blowfish.o cbc.o ctr.o gcm.o gcm-aes.o des.o des3.o des-compat.o hmac.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o knuth-lfib.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-crypt.o salsa20-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o twofish.o twofish-meta.o yarrow256.o yarrow_key_event.o buffer.o buffer-init.o realloc.o nettle-meta-hashes.o nettle-meta-ciphers.o nettle-meta-armors.o write-be32.o write-le32.o memxor.o unit-abot-epc-basic-0: 00:16:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.o -MD -MP -MF sexp.o.d -fpic -c sexp.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.o -MD -MP -MF sexp-format.o.d -fpic -c sexp-format.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -fpic -c sexp-transport.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -fpic -c sexp-transport-format.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.o -MD -MP -MF bignum.o.d -fpic -c bignum.c \ unit-oai-hss-0: 00:16:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.o -MD -MP -MF bignum-next-prime.o.d -fpic -c bignum-next-prime.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 00:16:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor-dev_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.o -MD -MP -MF bignum-random.o.d -fpic -c bignum-random.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -fpic -c bignum-random-prime.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -fpic -c sexp2bignum.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.o -MD -MP -MF pkcs1.o.d -fpic -c pkcs1.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -fpic -c pkcs1-encrypt.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -fpic -c pkcs1-decrypt.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -fpic -c pkcs1-rsa-digest.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -fpic -c pkcs1-rsa-md5.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -fpic -c pkcs1-rsa-sha1.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -fpic -c pkcs1-rsa-sha256.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -fpic -c pkcs1-rsa-sha512.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.o -MD -MP -MF rsa.o.d -fpic -c rsa.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -fpic -c rsa-sign.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -fpic -c rsa-verify.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -fpic -c rsa-pkcs1-sign.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -fpic -c rsa-pkcs1-sign-tr.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -fpic -c rsa-pkcs1-verify.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -fpic -c rsa-md5-sign.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -fpic -c rsa-md5-verify.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -fpic -c rsa-sha1-sign.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-composite-dev_1%3a0.4.2-2_all.deb ... unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -fpic -c rsa-sha1-verify.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -fpic -c rsa-sha256-sign.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:02 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -fpic -c rsa-sha256-verify.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -fpic -c rsa-sha512-sign.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -fpic -c rsa-sha512-verify.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -fpic -c rsa-encrypt.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -fpic -c rsa-decrypt.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -fpic -c rsa-decrypt-tr.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -fpic -c rsa-keygen.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.o -MD -MP -MF rsa-compat.o.d -fpic -c rsa-compat.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -fpic -c rsa-blind.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -fpic -c rsa2sexp.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -fpic -c sexp2rsa.c \ unit-oai-hss-0: 00:16:02 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.o -MD -MP -MF dsa.o.d -fpic -c dsa.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -fpic -c dsa-sign.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -fpic -c dsa-verify.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -fpic -c dsa-keygen.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -fpic -c dsa-sha1-sign.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -fpic -c dsa-sha1-verify.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -fpic -c dsa-sha256-sign.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -fpic -c dsa-sha256-verify.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -fpic -c dsa2sexp.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -fpic -c sexp2dsa.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 00:16:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -fpic -c pgp-encode.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 00:16:03 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -fpic -c rsa2openpgp.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.o -MD -MP -MF der-iterator.o.d -fpic -c der-iterator.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.o -MD -MP -MF der2rsa.o.d -fpic -c der2rsa.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.o -MD -MP -MF der2dsa.o.d -fpic -c der2dsa.c \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install ar cru libhogweed.a sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-next-prime.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o rsa.o rsa-sign.o rsa-verify.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-compat.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.po -MD -MP -MF aes-decrypt-internal.po.d -fpic -c aes-decrypt-internal.s -o aes-decrypt-internal.po unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.po : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.po.d unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.po -MD -MP -MF aes-decrypt.po.d -fpic -c aes-decrypt.c -o aes-decrypt.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.po -MD -MP -MF aes-encrypt-internal.po.d -fpic -c aes-encrypt-internal.s -o aes-encrypt-internal.po unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.po : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.po.d unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.po -MD -MP -MF aes-encrypt.po.d -fpic -c aes-encrypt.c -o aes-encrypt.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.po -MD -MP -MF aes-encrypt-table.po.d -fpic -c aes-encrypt-table.c -o aes-encrypt-table.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.po -MD -MP -MF aes-set-encrypt-key.po.d -fpic -c aes-set-encrypt-key.c -o aes-set-encrypt-key.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.po -MD -MP -MF aes-set-decrypt-key.po.d -fpic -c aes-set-decrypt-key.c -o aes-set-decrypt-key.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.po -MD -MP -MF aes-meta.po.d -fpic -c aes-meta.c -o aes-meta.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.po -MD -MP -MF arcfour.po.d -fpic -c arcfour.c -o arcfour.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.po -MD -MP -MF arcfour-crypt.po.d -fpic -c arcfour-crypt.c -o arcfour-crypt.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.po -MD -MP -MF arcfour-meta.po.d -fpic -c arcfour-meta.c -o arcfour-meta.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.po -MD -MP -MF arctwo.po.d -fpic -c arctwo.c -o arctwo.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.po -MD -MP -MF arctwo-meta.po.d -fpic -c arctwo-meta.c -o arctwo-meta.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.po -MD -MP -MF base16-encode.po.d -fpic -c base16-encode.c -o base16-encode.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 00:16:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-dev_3.18.9-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.po -MD -MP -MF base16-decode.po.d -fpic -c base16-decode.c -o base16-decode.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.po -MD -MP -MF base16-meta.po.d -fpic -c base16-meta.c -o base16-meta.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.po -MD -MP -MF base64-encode.po.d -fpic -c base64-encode.c -o base64-encode.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:03 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.po -MD -MP -MF base64-decode.po.d -fpic -c base64-decode.c -o base64-decode.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.po -MD -MP -MF base64-meta.po.d -fpic -c base64-meta.c -o base64-meta.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.po -MD -MP -MF camellia-crypt.po.d -fpic -c camellia-crypt.c -o camellia-crypt.po \ unit-oai-hss-0: 00:16:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.po -MD -MP -MF camellia-crypt-internal.po.d -fpic -c camellia-crypt-internal.s -o camellia-crypt-internal.po unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.po : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.po.d unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.po -MD -MP -MF camellia-set-encrypt-key.po.d -fpic -c camellia-set-encrypt-key.c -o camellia-set-encrypt-key.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.po -MD -MP -MF camellia-set-decrypt-key.po.d -fpic -c camellia-set-decrypt-key.c -o camellia-set-decrypt-key.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.po -MD -MP -MF camellia-table.po.d -fpic -c camellia-table.c -o camellia-table.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.po -MD -MP -MF camellia-meta.po.d -fpic -c camellia-meta.c -o camellia-meta.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.po -MD -MP -MF cast128.po.d -fpic -c cast128.c -o cast128.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install cast128.c:210:26: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install cast128.c:202:2: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install cast128.c:207:26: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install cast128.c:204:26: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.po -MD -MP -MF cast128-meta.po.d -fpic -c cast128-meta.c -o cast128-meta.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.po -MD -MP -MF blowfish.po.d -fpic -c blowfish.c -o blowfish.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.po -MD -MP -MF cbc.po.d -fpic -c cbc.c -o cbc.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.po -MD -MP -MF ctr.po.d -fpic -c ctr.c -o ctr.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.po -MD -MP -MF gcm.po.d -fpic -c gcm.c -o gcm.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.po -MD -MP -MF gcm-aes.po.d -fpic -c gcm-aes.c -o gcm-aes.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.po -MD -MP -MF des.po.d -fpic -c des.c -o des.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.po -MD -MP -MF des3.po.d -fpic -c des3.c -o des3.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.po -MD -MP -MF des-compat.po.d -fpic -c des-compat.c -o des-compat.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.po -MD -MP -MF hmac.po.d -fpic -c hmac.c -o hmac.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.po -MD -MP -MF hmac-md5.po.d -fpic -c hmac-md5.c -o hmac-md5.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.po -MD -MP -MF hmac-ripemd160.po.d -fpic -c hmac-ripemd160.c -o hmac-ripemd160.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.po -MD -MP -MF hmac-sha1.po.d -fpic -c hmac-sha1.c -o hmac-sha1.po \ unit-oai-hss-0: 00:16:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.po -MD -MP -MF hmac-sha224.po.d -fpic -c hmac-sha224.c -o hmac-sha224.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.po -MD -MP -MF hmac-sha256.po.d -fpic -c hmac-sha256.c -o hmac-sha256.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.po -MD -MP -MF hmac-sha384.po.d -fpic -c hmac-sha384.c -o hmac-sha384.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.po -MD -MP -MF hmac-sha512.po.d -fpic -c hmac-sha512.c -o hmac-sha512.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.po -MD -MP -MF knuth-lfib.po.d -fpic -c knuth-lfib.c -o knuth-lfib.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:05 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.po -MD -MP -MF md2.po.d -fpic -c md2.c -o md2.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.po -MD -MP -MF md2-meta.po.d -fpic -c md2-meta.c -o md2-meta.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.po -MD -MP -MF md4.po.d -fpic -c md4.c -o md4.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.po -MD -MP -MF md4-meta.po.d -fpic -c md4-meta.c -o md4-meta.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.po -MD -MP -MF md5.po.d -fpic -c md5.c -o md5.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.po -MD -MP -MF md5-compress.po.d -fpic -c md5-compress.c -o md5-compress.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.po -MD -MP -MF md5-compat.po.d -fpic -c md5-compat.c -o md5-compat.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.po -MD -MP -MF md5-meta.po.d -fpic -c md5-meta.c -o md5-meta.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.po -MD -MP -MF ripemd160.po.d -fpic -c ripemd160.c -o ripemd160.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.po -MD -MP -MF ripemd160-compress.po.d -fpic -c ripemd160-compress.c -o ripemd160-compress.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.po -MD -MP -MF ripemd160-meta.po.d -fpic -c ripemd160-meta.c -o ripemd160-meta.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.po -MD -MP -MF salsa20-crypt.po.d -fpic -c salsa20-crypt.s -o salsa20-crypt.po unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.po : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.po.d unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.po -MD -MP -MF salsa20-set-key.po.d -fpic -c salsa20-set-key.c -o salsa20-set-key.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.po -MD -MP -MF sha1.po.d -fpic -c sha1.c -o sha1.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.po -MD -MP -MF sha1-compress.po.d -fpic -c sha1-compress.s -o sha1-compress.po unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install echo "sha1-compress.po : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.po.d unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.po -MD -MP -MF sha1-meta.po.d -fpic -c sha1-meta.c -o sha1-meta.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.po -MD -MP -MF sha256.po.d -fpic -c sha256.c -o sha256.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.po -MD -MP -MF sha256-compress.po.d -fpic -c sha256-compress.c -o sha256-compress.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.po -MD -MP -MF sha224-meta.po.d -fpic -c sha224-meta.c -o sha224-meta.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.po -MD -MP -MF sha256-meta.po.d -fpic -c sha256-meta.c -o sha256-meta.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.po -MD -MP -MF sha512.po.d -fpic -c sha512.c -o sha512.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.po -MD -MP -MF sha512-compress.po.d -fpic -c sha512-compress.c -o sha512-compress.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.po -MD -MP -MF sha384-meta.po.d -fpic -c sha384-meta.c -o sha384-meta.po \ unit-oai-hss-0: 00:16:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.po -MD -MP -MF sha512-meta.po.d -fpic -c sha512-meta.c -o sha512-meta.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.po -MD -MP -MF serpent-set-key.po.d -fpic -c serpent-set-key.c -o serpent-set-key.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 00:16:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-10_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.po -MD -MP -MF serpent-encrypt.po.d -fpic -c serpent-encrypt.s -o serpent-encrypt.po unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.po : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.po.d unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.po -MD -MP -MF serpent-decrypt.po.d -fpic -c serpent-decrypt.s -o serpent-decrypt.po unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.po : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.po.d unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.po -MD -MP -MF serpent-meta.po.d -fpic -c serpent-meta.c -o serpent-meta.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.po -MD -MP -MF twofish.po.d -fpic -c twofish.c -o twofish.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:06 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.po -MD -MP -MF twofish-meta.po.d -fpic -c twofish-meta.c -o twofish-meta.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.po -MD -MP -MF yarrow256.po.d -fpic -c yarrow256.c -o yarrow256.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.po -MD -MP -MF yarrow_key_event.po.d -fpic -c yarrow_key_event.c -o yarrow_key_event.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.po -MD -MP -MF buffer.po.d -fpic -c buffer.c -o buffer.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.po -MD -MP -MF buffer-init.po.d -fpic -c buffer-init.c -o buffer-init.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.po -MD -MP -MF realloc.po.d -fpic -c realloc.c -o realloc.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.po -MD -MP -MF nettle-meta-hashes.po.d -fpic -c nettle-meta-hashes.c -o nettle-meta-hashes.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.po -MD -MP -MF nettle-meta-ciphers.po.d -fpic -c nettle-meta-ciphers.c -o nettle-meta-ciphers.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.po -MD -MP -MF nettle-meta-armors.po.d -fpic -c nettle-meta-armors.c -o nettle-meta-armors.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.po -MD -MP -MF write-be32.po.d -fpic -c write-be32.c -o write-be32.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.po -MD -MP -MF write-le32.po.d -fpic -c write-le32.c -o write-le32.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.po -MD -MP -MF memxor.po.d -fpic -c memxor.s -o memxor.po unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -shared -Wl,-soname=libnettle.so.4 aes-decrypt-internal.po aes-decrypt.po aes-encrypt-internal.po aes-encrypt.po aes-encrypt-table.po aes-set-encrypt-key.po aes-set-decrypt-key.po aes-meta.po arcfour.po arcfour-crypt.po arcfour-meta.po arctwo.po arctwo-meta.po base16-encode.po base16-decode.po base16-meta.po base64-encode.po base64-decode.po base64-meta.po camellia-crypt.po camellia-crypt-internal.po camellia-set-encrypt-key.po camellia-set-decrypt-key.po camellia-table.po camellia-meta.po cast128.po cast128-meta.po blowfish.po cbc.po ctr.po gcm.po gcm-aes.po des.po des3.po des-compat.po hmac.po hmac-md5.po hmac-ripemd160.po hmac-sha1.po hmac-sha224.po hmac-sha256.po hmac-sha384.po hmac-sha512.po knuth-lfib.po md2.po md2-meta.po md4.po md4-meta.po md5.po md5-compress.po md5-compat.po md5-meta.po ripemd160.po ripemd160-compress.po ripemd160-meta.po salsa20-crypt.po salsa20-set-key.po sha1.po sha1-compress.po sha1-meta.po sha256.po sha256-compress.po sha224-meta.po sha256-meta.po sha512.po sha512-compress.po sha384-meta.po sha512-meta.po serpent-set-key.po serpent-encrypt.po serpent-decrypt.po serpent-meta.po twofish.po twofish-meta.po yarrow256.po yarrow_key_event.po buffer.po buffer-init.po realloc.po nettle-meta-hashes.po nettle-meta-ciphers.po nettle-meta-armors.po write-be32.po write-le32.po memxor.po -o libnettle.so unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.po -MD -MP -MF sexp.po.d -fpic -c sexp.c -o sexp.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.po -MD -MP -MF sexp-format.po.d -fpic -c sexp-format.c -o sexp-format.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.po -MD -MP -MF sexp-transport.po.d -fpic -c sexp-transport.c -o sexp-transport.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.po -MD -MP -MF sexp-transport-format.po.d -fpic -c sexp-transport-format.c -o sexp-transport-format.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.po -MD -MP -MF bignum.po.d -fpic -c bignum.c -o bignum.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.po -MD -MP -MF bignum-next-prime.po.d -fpic -c bignum-next-prime.c -o bignum-next-prime.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 00:16:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-cpp-11_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.po -MD -MP -MF bignum-random.po.d -fpic -c bignum-random.c -o bignum-random.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.po -MD -MP -MF bignum-random-prime.po.d -fpic -c bignum-random-prime.c -o bignum-random-prime.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.po -MD -MP -MF sexp2bignum.po.d -fpic -c sexp2bignum.c -o sexp2bignum.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:06 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.po -MD -MP -MF pkcs1.po.d -fpic -c pkcs1.c -o pkcs1.po \ unit-oai-hss-0: 00:16:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.po -MD -MP -MF pkcs1-encrypt.po.d -fpic -c pkcs1-encrypt.c -o pkcs1-encrypt.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.po -MD -MP -MF pkcs1-decrypt.po.d -fpic -c pkcs1-decrypt.c -o pkcs1-decrypt.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.po -MD -MP -MF pkcs1-rsa-digest.po.d -fpic -c pkcs1-rsa-digest.c -o pkcs1-rsa-digest.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.po -MD -MP -MF pkcs1-rsa-md5.po.d -fpic -c pkcs1-rsa-md5.c -o pkcs1-rsa-md5.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.po -MD -MP -MF pkcs1-rsa-sha1.po.d -fpic -c pkcs1-rsa-sha1.c -o pkcs1-rsa-sha1.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.po -MD -MP -MF pkcs1-rsa-sha256.po.d -fpic -c pkcs1-rsa-sha256.c -o pkcs1-rsa-sha256.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.po -MD -MP -MF pkcs1-rsa-sha512.po.d -fpic -c pkcs1-rsa-sha512.c -o pkcs1-rsa-sha512.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.po -MD -MP -MF rsa.po.d -fpic -c rsa.c -o rsa.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 00:16:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8-dev_1.4.2-0ubuntu3.1_amd64.deb ... unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.po -MD -MP -MF rsa-sign.po.d -fpic -c rsa-sign.c -o rsa-sign.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.po -MD -MP -MF rsa-verify.po.d -fpic -c rsa-verify.c -o rsa-verify.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.po -MD -MP -MF rsa-pkcs1-sign.po.d -fpic -c rsa-pkcs1-sign.c -o rsa-pkcs1-sign.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:07 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.po -MD -MP -MF rsa-pkcs1-sign-tr.po.d -fpic -c rsa-pkcs1-sign-tr.c -o rsa-pkcs1-sign-tr.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.po -MD -MP -MF rsa-pkcs1-verify.po.d -fpic -c rsa-pkcs1-verify.c -o rsa-pkcs1-verify.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.po -MD -MP -MF rsa-md5-sign.po.d -fpic -c rsa-md5-sign.c -o rsa-md5-sign.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.po -MD -MP -MF rsa-md5-verify.po.d -fpic -c rsa-md5-verify.c -o rsa-md5-verify.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.po -MD -MP -MF rsa-sha1-sign.po.d -fpic -c rsa-sha1-sign.c -o rsa-sha1-sign.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.po -MD -MP -MF rsa-sha1-verify.po.d -fpic -c rsa-sha1-verify.c -o rsa-sha1-verify.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.po -MD -MP -MF rsa-sha256-sign.po.d -fpic -c rsa-sha256-sign.c -o rsa-sha256-sign.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.po -MD -MP -MF rsa-sha256-verify.po.d -fpic -c rsa-sha256-verify.c -o rsa-sha256-verify.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.po -MD -MP -MF rsa-sha512-sign.po.d -fpic -c rsa-sha512-sign.c -o rsa-sha512-sign.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.po -MD -MP -MF rsa-sha512-verify.po.d -fpic -c rsa-sha512-verify.c -o rsa-sha512-verify.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.po -MD -MP -MF rsa-encrypt.po.d -fpic -c rsa-encrypt.c -o rsa-encrypt.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.po -MD -MP -MF rsa-decrypt.po.d -fpic -c rsa-decrypt.c -o rsa-decrypt.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.po -MD -MP -MF rsa-decrypt-tr.po.d -fpic -c rsa-decrypt-tr.c -o rsa-decrypt-tr.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.po -MD -MP -MF rsa-keygen.po.d -fpic -c rsa-keygen.c -o rsa-keygen.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.po -MD -MP -MF rsa-compat.po.d -fpic -c rsa-compat.c -o rsa-compat.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.po -MD -MP -MF rsa-blind.po.d -fpic -c rsa-blind.c -o rsa-blind.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.po -MD -MP -MF rsa2sexp.po.d -fpic -c rsa2sexp.c -o rsa2sexp.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.po -MD -MP -MF sexp2rsa.po.d -fpic -c sexp2rsa.c -o sexp2rsa.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.po -MD -MP -MF dsa.po.d -fpic -c dsa.c -o dsa.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.po -MD -MP -MF dsa-sign.po.d -fpic -c dsa-sign.c -o dsa-sign.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.po -MD -MP -MF dsa-verify.po.d -fpic -c dsa-verify.c -o dsa-verify.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.po -MD -MP -MF dsa-keygen.po.d -fpic -c dsa-keygen.c -o dsa-keygen.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.po -MD -MP -MF dsa-sha1-sign.po.d -fpic -c dsa-sha1-sign.c -o dsa-sha1-sign.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.po -MD -MP -MF dsa-sha1-verify.po.d -fpic -c dsa-sha1-verify.c -o dsa-sha1-verify.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.po -MD -MP -MF dsa-sha256-sign.po.d -fpic -c dsa-sha256-sign.c -o dsa-sha256-sign.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.po -MD -MP -MF dsa-sha256-verify.po.d -fpic -c dsa-sha256-verify.c -o dsa-sha256-verify.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.po -MD -MP -MF dsa2sexp.po.d -fpic -c dsa2sexp.c -o dsa2sexp.po \ unit-oai-hss-0: 00:16:07 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:07 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.po -MD -MP -MF sexp2dsa.po.d -fpic -c sexp2dsa.c -o sexp2dsa.po \ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.po -MD -MP -MF pgp-encode.po.d -fpic -c pgp-encode.c -o pgp-encode.po \ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.po -MD -MP -MF rsa2openpgp.po.d -fpic -c rsa2openpgp.c -o rsa2openpgp.po \ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.po -MD -MP -MF der-iterator.po.d -fpic -c der-iterator.c -o der-iterator.po \ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 00:16:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 00:16:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.po -MD -MP -MF der2rsa.po.d -fpic -c der2rsa.c -o der2rsa.po \ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.po -MD -MP -MF der2dsa.po.d -fpic -c der2dsa.c -o der2dsa.po \ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -L. -shared -Wl,-soname=libhogweed.so.2 sexp.po sexp-format.po sexp-transport.po sexp-transport-format.po bignum.po bignum-next-prime.po bignum-random.po bignum-random-prime.po sexp2bignum.po pkcs1.po pkcs1-encrypt.po pkcs1-decrypt.po pkcs1-rsa-digest.po pkcs1-rsa-md5.po pkcs1-rsa-sha1.po pkcs1-rsa-sha256.po pkcs1-rsa-sha512.po rsa.po rsa-sign.po rsa-verify.po rsa-pkcs1-sign.po rsa-pkcs1-sign-tr.po rsa-pkcs1-verify.po rsa-md5-sign.po rsa-md5-verify.po rsa-sha1-sign.po rsa-sha1-verify.po rsa-sha256-sign.po rsa-sha256-verify.po rsa-sha512-sign.po rsa-sha512-verify.po rsa-encrypt.po rsa-decrypt.po rsa-decrypt-tr.po rsa-keygen.po rsa-compat.po rsa-blind.po rsa2sexp.po sexp2rsa.po dsa.po dsa-sign.po dsa-verify.po dsa-keygen.po dsa-sha1-sign.po dsa-sha1-verify.po dsa-sha256-sign.po dsa-sha256-verify.po dsa2sexp.po sexp2dsa.po pgp-encode.po rsa2openpgp.po der-iterator.po der2rsa.po der2dsa.po -o libhogweed.so -lnettle -lgmp unit-abot-epc-basic-0: 00:16:08 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-conv.o -MD -MP -MF sexp-conv.o.d -c sexp-conv.c && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT input.o -MD -MP -MF input.o.d -c input.c && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT output.o -MD -MP -MF output.o.d -c output.c && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT parse.o -MD -MP -MF parse.o.d -c parse.c && true unit-abot-epc-basic-0: 00:16:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 00:16:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv unit-abot-epc-basic-0: 00:16:08 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-hash.o -MD -MP -MF nettle-hash.o.d -c nettle-hash.c && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o nettle-hash unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c nettle-lfib-stream.c && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c pkcs1-conv.c && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-test.o -MD -MP -MF aes-test.o.d -c aes-test.c && true unit-oai-hss-0: 00:16:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true unit-abot-epc-basic-0: 00:16:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 00:16:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-dev_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:16:09 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. aes-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o aes-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-test.o -MD -MP -MF arcfour-test.o.d -c arcfour-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arcfour-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arcfour-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-test.o -MD -MP -MF arctwo-test.o.d -c arctwo-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arctwo-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arctwo-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish-test.o -MD -MP -MF blowfish-test.o.d -c blowfish-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. blowfish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o blowfish-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-test.o -MD -MP -MF cast128-test.o.d -c cast128-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cast128-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cast128-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-test.o -MD -MP -MF base16-test.o.d -c base16-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base16-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-test.o -MD -MP -MF base64-test.o.d -c base64-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base64-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-test.o -MD -MP -MF camellia-test.o.d -c camellia-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. camellia-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o camellia-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-test.o -MD -MP -MF des-test.o.d -c des-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3-test.o -MD -MP -MF des3-test.o.d -c des3-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des3-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des3-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat-test.o -MD -MP -MF des-compat-test.o.d -c des-compat-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-compat-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-test.o -MD -MP -MF md2-test.o.d -c md2-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md2-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md2-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-test.o -MD -MP -MF md4-test.o.d -c md4-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md4-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md4-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-test.o -MD -MP -MF md5-test.o.d -c md5-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat-test.o -MD -MP -MF md5-compat-test.o.d -c md5-compat-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-compat-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor-test.o -MD -MP -MF memxor-test.o.d -c memxor-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. memxor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o memxor-test unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-test.o -MD -MP -MF ripemd160-test.o.d -c ripemd160-test.c && true unit-oai-hss-0: 00:16:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ripemd160-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ripemd160-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-test.o -MD -MP -MF salsa20-test.o.d -c salsa20-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. salsa20-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o salsa20-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-test.o -MD -MP -MF sha1-test.o.d -c sha1-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-test.o -MD -MP -MF sha224-test.o.d -c sha224-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha224-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-test.o -MD -MP -MF sha256-test.o.d -c sha256-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha256-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha256-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-test.o -MD -MP -MF sha384-test.o.d -c sha384-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha384-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha384-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-test.o -MD -MP -MF sha512-test.o.d -c sha512-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha512-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha512-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-test.o -MD -MP -MF serpent-test.o.d -c serpent-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. serpent-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o serpent-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-test.o -MD -MP -MF twofish-test.o.d -c twofish-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. twofish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o twofish-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib-test.o -MD -MP -MF knuth-lfib-test.o.d -c knuth-lfib-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. knuth-lfib-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o knuth-lfib-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc-test.o -MD -MP -MF cbc-test.o.d -c cbc-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cbc-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cbc-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr-test.o -MD -MP -MF ctr-test.o.d -c ctr-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ctr-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ctr-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-test.o -MD -MP -MF gcm-test.o.d -c gcm-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. gcm-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o gcm-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-test.o -MD -MP -MF hmac-test.o.d -c hmac-test.c && true unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. hmac-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o hmac-test unit-oai-hss-0: 00:16:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-hash-test.o -MD -MP -MF meta-hash-test.o.d -c meta-hash-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-hash-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-hash-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-cipher-test.o -MD -MP -MF meta-cipher-test.o.d -c meta-cipher-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-cipher-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-cipher-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-armor-test.o -MD -MP -MF meta-armor-test.o.d -c meta-armor-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-armor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-armor-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-test.o -MD -MP -MF buffer-test.o.d -c buffer-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. buffer-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o buffer-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow-test.o -MD -MP -MF yarrow-test.o.d -c yarrow-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. yarrow-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o yarrow-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-test.o -MD -MP -MF sexp-test.o.d -c sexp-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format-test.o -MD -MP -MF sexp-format-test.o.d -c sexp-format-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-format-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-format-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp-test.o -MD -MP -MF rsa2sexp-test.o.d -c rsa2sexp-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa2sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa2sexp-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa-test.o -MD -MP -MF sexp2rsa-test.o.d -c sexp2rsa-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp2rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp2rsa-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-test.o -MD -MP -MF bignum-test.o.d -c bignum-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. bignum-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o bignum-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime-test.o -MD -MP -MF random-prime-test.o.d -c random-prime-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o random-prime-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-test.o -MD -MP -MF pkcs1-test.o.d -c pkcs1-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o pkcs1-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-test.o -MD -MP -MF rsa-test.o.d -c rsa-test.c && true unit-abot-epc-basic-0: 00:16:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-test unit-abot-epc-basic-0: 00:16:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt-test.o -MD -MP -MF rsa-encrypt-test.o.d -c rsa-encrypt-test.c && true unit-abot-epc-basic-0: 00:16:11 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-encrypt-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen-test.o -MD -MP -MF rsa-keygen-test.o.d -c rsa-keygen-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-keygen-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-test.o -MD -MP -MF dsa-test.o.d -c dsa-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen-test.o -MD -MP -MF dsa-keygen-test.o.d -c dsa-keygen-test.c && true unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-keygen-test unit-oai-hss-0: 00:16:11 DEBUG unit.oai-hss/0.install g++ -I.. -I.. -DHAVE_CONFIG_H -g -O2 -fpic -MT cxx-test.o -MD -MP -MF cxx-test.o.d -c cxx-test.cxx && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install g++ -g -O2 -L.. cxx-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cxx-test unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c sha1-huge-test.c && true unit-abot-epc-basic-0: 00:16:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 00:16:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-huge-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-huge-test unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-benchmark.o -MD -MP -MF nettle-benchmark.o.d -c nettle-benchmark.c && true unit-abot-epc-basic-0: 00:16:12 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install nettle-benchmark.c:505:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install nettle-benchmark.c:521:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install nettle-benchmark.c:538:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-openssl.o -MD -MP -MF nettle-openssl.o.d -c nettle-openssl.c && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT io.o -MD -MP -MF io.o.d -c io.c && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-benchmark.o nettle-openssl.o ../getopt.o ../getopt1.o ../nettle-internal.o -lnettle -lgmp -o nettle-benchmark unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT eratosthenes.o -MD -MP -MF eratosthenes.o.d -c eratosthenes.c && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. eratosthenes.o ../getopt.o ../getopt1.o -o eratosthenes unit-abot-epc-basic-0: 00:16:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16enc.o -MD -MP -MF base16enc.o.d -c base16enc.c && true unit-abot-epc-basic-0: 00:16:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 00:16:12 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16enc.o io.o \ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16dec.o -MD -MP -MF base16dec.o.d -c base16dec.c && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16dec.o io.o \ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64enc.o -MD -MP -MF base64enc.o.d -c base64enc.c && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64enc.o io.o \ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64dec.o -MD -MP -MF base64dec.o.d -c base64dec.c && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64dec.o io.o \ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c rsa-keygen.c && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen.o io.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT read_rsa_key.o -MD -MP -MF read_rsa_key.o.d -c read_rsa_key.c && true unit-abot-epc-basic-0: 00:16:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 00:16:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-sign.o io.o read_rsa_key.o \ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c rsa-verify.c && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-verify.o io.o read_rsa_key.o \ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c rsa-encrypt.c && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt.o io.o read_rsa_key.o \ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c && true unit-abot-epc-basic-0: 00:16:12 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-decrypt.o io.o read_rsa_key.o \ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT next-prime.o -MD -MP -MF next-prime.o.d -c next-prime.c && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. next-prime.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime.o -MD -MP -MF random-prime.o.d -c random-prime.c && true unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime.o io.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 00:16:12 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install ../run-tests aes-test arcfour-test arctwo-test blowfish-test cast128-test base16-test base64-test camellia-test des-test des3-test des-compat-test md2-test md4-test md5-test md5-compat-test memxor-test ripemd160-test salsa20-test sha1-test sha224-test sha256-test sha384-test sha512-test serpent-test twofish-test knuth-lfib-test cbc-test ctr-test gcm-test hmac-test meta-hash-test meta-cipher-test meta-armor-test buffer-test yarrow-test sexp-test sexp-format-test rsa2sexp-test sexp2rsa-test bignum-test random-prime-test pkcs1-test rsa-test rsa-encrypt-test rsa-keygen-test dsa-test dsa-keygen-test cxx-test sexp-conv-test pkcs1-conv-test symbols-test unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: buffer unit-abot-epc-basic-0: 00:16:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 00:16:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: bignum unit-abot-epc-basic-0: 00:16:13 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 00:16:13 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-abot-epc-basic-0: 00:16:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 00:16:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 00:16:14 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install PASS: dsa unit-abot-epc-basic-0: 00:16:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 00:16:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 00:16:14 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 00:16:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 00:16:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 00:16:14 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 00:16:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 00:16:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install PASS: cxx unit-abot-epc-basic-0: 00:16:14 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 00:16:14 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install for f in aes.h arcfour.h arctwo.h asn1.h bignum.h blowfish.h base16.h base64.h buffer.h camellia.h cast128.h cbc.h ctr.h gcm.h des.h des-compat.h dsa.h hmac.h knuth-lfib.h macros.h md2.h md4.h md5.h md5-compat.h memxor.h nettle-meta.h nettle-types.h pgp.h pkcs1.h realloc.h ripemd160.h rsa.h rsa-compat.h salsa20.h sexp.h serpent.h sha.h twofish.h yarrow.h nettle-stdint.h ; do \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 00:16:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 00:16:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install libtspi1 unit-abot-epc-basic-0: 00:16:15 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 00:16:15 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi1 amd64 0.3.11.2-1ubuntu1 [142 kB] unit-abot-epc-basic-0: 00:16:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 00:16:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 00:16:16 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-oai-hss-0: 00:16:16 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dev amd64 3.4-3ubuntu0.6 [385 kB] unit-oai-hss-0: 00:16:16 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi-dev amd64 0.3.11.2-1ubuntu1 [613 kB] unit-oai-hss-0: 00:16:16 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit-dev amd64 0.20.2-2ubuntu2 [56.4 kB] unit-oai-hss-0: 00:16:16 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit0-dbg amd64 0.20.2-2ubuntu2 [556 kB] unit-abot-epc-basic-0: 00:16:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 00:16:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-oai-hss-0: 00:16:16 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dbg amd64 3.4-3ubuntu0.6 [104 kB] unit-oai-hss-0: 00:16:16 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-abot-epc-basic-0: 00:16:17 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-oai-hss-0: 00:16:17 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 1s (1419 kB/s) unit-oai-hss-0: 00:16:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 00:16:17 DEBUG unit.oai-hss/0.install (Reading database ... 118229 files and directories currently installed.) unit-oai-hss-0: 00:16:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:16:17 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 00:16:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 00:16:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 00:16:17 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 00:16:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 00:16:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 00:16:18 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-oai-hss-0: 00:16:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 00:16:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:16:18 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 00:16:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 00:16:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:16:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 00:16:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-oai-hss-0: 00:16:19 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 00:16:19 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 00:16:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 00:16:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 00:16:19 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-oai-hss-0: 00:16:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 00:16:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:19 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 00:16:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-abot-epc-basic-0: 00:16:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-oai-hss-0: 00:16:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 00:16:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:16:20 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-oai-hss-0: 00:16:20 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 00:16:20 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 00:16:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 00:16:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 00:16:21 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-oai-hss-0: 00:16:21 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:16:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 00:16:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 00:16:21 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 00:16:22 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 00:16:22 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 00:16:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 00:16:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 00:16:22 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-oai-hss-0: 00:16:22 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 00:16:22 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 00:16:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 00:16:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-oai-hss-0: 00:16:22 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 00:16:22 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-oai-hss-0: 00:16:23 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 00:16:23 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:16:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 00:16:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 00:16:23 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 00:16:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 00:16:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 00:16:23 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-oai-hss-0: 00:16:24 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 00:16:24 DEBUG unit.oai-hss/0.install --2018-09-05 00:16:24-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 00:16:24 DEBUG unit.oai-hss/0.install Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116 unit-oai-hss-0: 00:16:24 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 00:16:24 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 00:16:24 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 00:16:24 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 00:16:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:24 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 150K 33s unit-abot-epc-basic-0: 00:16:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 00:16:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagick++-6.q16-5v5_8%3a6.8.9.9-7ubuntu5.12_amd64.deb ... unit-abot-epc-basic-0: 00:16:24 DEBUG unit.abot-epc-basic/0.install Unpacking libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 00:16:24 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 306K 24s unit-oai-hss-0: 00:16:24 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 547K 19s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 711K 16s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 948K 14s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.10M 12s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.37M 11s unit-abot-epc-basic-0: 00:16:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 00:16:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.42M 10s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.81M 9s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 2.03M 8s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.02M 7s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.48M 7s unit-abot-epc-basic-0: 00:16:25 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.52M 6s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.93M 6s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 2.98M 6s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.21M 5s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.61M 5s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.43M 5s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 4.01M 4s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.19M 4s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 4.34M 4s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.70M 4s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.51M 4s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 5.08M 3s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 5.29M 3s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 5.38M 3s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.35M 3s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 5.59M 3s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 6.51M 3s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 6.34M 3s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 6.27M 3s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 6.24M 2s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 6.89M 2s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 7.20M 2s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 7.87M 2s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 7.75M 2s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 7.79M 2s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 7.84M 2s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 8.79M 2s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 7.27M 2s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 9.64M 2s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 9.33M 2s unit-abot-epc-basic-0: 00:16:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 8.28M 2s unit-abot-epc-basic-0: 00:16:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 10.2M 2s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 9.68M 2s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 9.61M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 9.10M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 11.8M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 9.83M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 9.50M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 13.1M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 10.9M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 9.61M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 12.5M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 11.1M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 12.0M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 11.0M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 12.1M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 13.5M 1s unit-abot-epc-basic-0: 00:16:25 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 12.1M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 16.3M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 12.0M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 11.0M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 15.0M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 16.2M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 12.8M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 12.0M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 18.0M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 11.6M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 14.8M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 19.4M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 13.4M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 17.1M 1s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 14.8M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 15.3M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 16.6M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 15.5M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 17.6M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 18.7M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 18.2M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 17.7M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 14.5M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 18.3M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 17.4M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 20.0M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 18.8M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 14.7M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 21.8M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 17.2M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 17.0M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 26.9M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 23.9M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 16.7M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 20.4M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 16.2M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 29.0M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 18.3M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 22.0M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 22.4M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 25.0M 0s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 15.6M=1.4s unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install 2018-09-05 00:16:25 (3.48 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 00:16:25 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 00:16:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 00:16:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 00:16:26 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-abot-epc-basic-0: 00:16:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 00:16:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 00:16:26 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 00:16:26 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking how to link with libnettle... /usr/lib/libnettle.so /usr/lib/libhogweed.so -lgmp unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-abot-epc-basic-0: 00:16:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 00:16:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mysql-common_5.7.23-0ubuntu0.16.04.1_all.deb ... unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-abot-epc-basic-0: 00:16:27 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 00:16:27 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-abot-epc-basic-0: 00:16:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 00:16:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient20_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-abot-epc-basic-0: 00:16:28 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-abot-epc-basic-0: 00:16:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 00:16:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient-dev_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-abot-epc-basic-0: 00:16:28 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 00:16:28 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-abot-epc-basic-0: 00:16:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 00:16:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-abot-epc-basic-0: 00:16:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-abot-epc-basic-0: 00:16:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 00:16:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-abot-epc-basic-0: 00:16:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 00:16:29 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-abot-epc-basic-0: 00:16:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 00:16:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-abot-epc-basic-0: 00:16:30 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-abot-epc-basic-0: 00:16:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-abot-epc-basic-0: 00:16:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-abot-epc-basic-0: 00:16:30 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 00:16:30 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-abot-epc-basic-0: 00:16:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 00:16:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libumfpack5.7.1_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-abot-epc-basic-0: 00:16:31 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-abot-epc-basic-0: 00:16:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 00:16:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-abot-epc-basic-0: 00:16:31 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 00:16:31 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 00:16:32 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-abot-epc-basic-0: 00:16:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 00:16:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:16:33 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-abot-epc-basic-0: 00:16:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 00:16:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-abot-epc-basic-0: 00:16:33 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 00:16:33 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 00:16:34 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 00:16:34 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 00:16:34 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-abot-epc-basic-0: 00:16:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 00:16:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 00:16:34 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 00:16:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 00:16:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-abot-epc-basic-0: 00:16:35 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-abot-epc-basic-0: 00:16:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-abot-epc-basic-0: 00:16:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.8_amd64.deb ... unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-abot-epc-basic-0: 00:16:35 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 00:16:35 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-abot-epc-basic-0: 00:16:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-abot-epc-basic-0: 00:16:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-abot-epc-basic-0: 00:16:36 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for getline... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); unit-abot-epc-basic-0: 00:16:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 00:16:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE}... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-abot-epc-basic-0: 00:16:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 00:16:36 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-abot-epc-basic-0: 00:16:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 00:16:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-abot-epc-basic-0: 00:16:37 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-abot-epc-basic-0: 00:16:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-abot-epc-basic-0: 00:16:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1_amd64.deb ... unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-abot-epc-basic-0: 00:16:37 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 00:16:37 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-abot-epc-basic-0: 00:16:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 00:16:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-abot-epc-basic-0: 00:16:38 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-mysql-0: 00:16:38 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 00:16:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:16:38 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 00:16:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 00:16:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 00:16:38 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-mysql-0: 00:16:38 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 00:16:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-mysql-0: 00:16:38 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-mysql-0: 00:16:38 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-mysql-0: 00:16:38 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 00:16:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:16:38 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-abot-epc-basic-0: 00:16:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 00:16:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-abot-epc-basic-0: 00:16:38 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 00:16:38 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-abot-epc-basic-0: 00:16:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 00:16:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.7+dfsg-5ubuntu2_all.deb ... unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-abot-epc-basic-0: 00:16:39 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-abot-epc-basic-0: 00:16:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 00:16:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-abot-epc-basic-0: 00:16:39 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 00:16:39 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-abot-epc-basic-0: 00:16:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 00:16:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:16:40 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 00:16:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 00:16:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:16:40 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:40 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 00:16:40 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-abot-epc-basic-0: 00:16:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-abot-epc-basic-0: 00:16:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-network_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 00:16:41 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-abot-epc-basic-0: 00:16:42 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-abot-epc-basic-0: 00:16:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-abot-epc-basic-0: 00:16:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-script_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-abot-epc-basic-0: 00:16:42 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 00:16:42 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-abot-epc-basic-0: 00:16:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 00:16:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-abot-epc-basic-0: 00:16:43 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 00:16:43 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-abot-epc-basic-0: 00:16:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-abot-epc-basic-0: 00:16:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-abot-epc-basic-0: 00:16:44 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-abot-epc-basic-0: 00:16:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 00:16:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-abot-epc-basic-0: 00:16:44 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 00:16:44 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-abot-epc-basic-0: 00:16:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 00:16:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 unit-abot-epc-basic-0: 00:16:45 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 00:16:45 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-abot-epc-basic-0: 00:16:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-abot-epc-basic-0: 00:16:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-abot-epc-basic-0: 00:16:46 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-abot-epc-basic-0: 00:16:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-abot-epc-basic-0: 00:16:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-abot-epc-basic-0: 00:16:46 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 00:16:46 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-abot-epc-basic-0: 00:16:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-abot-epc-basic-0: 00:16:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-abot-epc-basic-0: 00:16:47 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 00:16:47 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-abot-epc-basic-0: 00:16:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 00:16:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-dbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-abot-epc-basic-0: 00:16:48 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-abot-epc-basic-0: 00:16:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-abot-epc-basic-0: 00:16:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-opengl_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-abot-epc-basic-0: 00:16:48 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Sep 5 00:12 /dev/zero unit-oai-hss-0: 00:16:48 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-abot-epc-basic-0: 00:16:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-abot-epc-basic-0: 00:16:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-abot-epc-basic-0: 00:16:49 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-abot-epc-basic-0: 00:16:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-abot-epc-basic-0: 00:16:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-abot-epc-basic-0: 00:16:49 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 00:16:49 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-abot-epc-basic-0: 00:16:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 00:16:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 00:16:50 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-abot-epc-basic-0: 00:16:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 00:16:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 00:16:50 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 00:16:50 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-abot-epc-basic-0: 00:16:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-abot-epc-basic-0: 00:16:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-abot-epc-basic-0: 00:16:51 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 00:16:51 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-abot-epc-basic-0: 00:16:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 00:16:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:16:52 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install *** unit-abot-epc-basic-0: 00:16:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 00:16:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1_amd64.deb ... unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Compiling gnutls unit-abot-epc-basic-0: 00:16:52 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 00:16:52 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN string.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-abot-epc-basic-0: 00:16:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 00:16:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-6-dev_4.7-3ubuntu0.16.04.3_amd64.deb ... unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-abot-epc-basic-0: 00:16:53 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 00:16:53 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-abot-epc-basic-0: 00:16:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 00:16:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 00:16:53 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 00:16:54 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-abot-epc-basic-0: 00:16:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 00:16:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 00:16:54 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 00:16:54 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-oai-hss-0: 00:16:54 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 00:16:54 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 00:16:54 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-abot-epc-basic-0: 00:16:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 00:16:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC base64.lo unit-abot-epc-basic-0: 00:16:55 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-abot-epc-basic-0: 00:16:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 00:16:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-abot-epc-basic-0: 00:16:55 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 00:16:55 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-abot-epc-basic-0: 00:16:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 00:16:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-abot-epc-basic-0: 00:16:56 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-abot-epc-basic-0: 00:16:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 00:16:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-0-dev_2%3a1.0.20-1_amd64.deb ... unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-abot-epc-basic-0: 00:16:56 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 00:16:56 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-abot-epc-basic-0: 00:16:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 00:16:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-doc_2%3a1.0.20-1_all.deb ... unit-oai-hss-0: 00:16:57 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-abot-epc-basic-0: 00:16:57 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-oai-hss-0: 00:16:57 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 00:16:57 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 00:16:57 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-abot-epc-basic-0: 00:16:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 00:16:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-bin_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:16:57 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 00:16:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 00:16:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 00:16:57 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-oai-hss-0: 00:16:57 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-abot-epc-basic-0: 00:16:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install Making all in lib unit-abot-epc-basic-0: 00:16:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install CC common.lo unit-abot-epc-basic-0: 00:16:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 00:16:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 00:16:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 00:16:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-oai-hss-0: 00:16:58 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 00:16:59 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 00:16:59 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-hss-0: 00:16:59 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-hss-0: 00:16:59 DEBUG unit.oai-hss/0.install CC crq.lo unit-abot-epc-basic-0: 00:17:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 00:17:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 00:17:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 00:17:00 DEBUG unit.oai-hss/0.install CC dn.lo unit-abot-epc-basic-0: 00:17:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 00:17:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-libxml-perl_2.0123+dfsg-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 00:17:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 00:17:00 DEBUG unit.oai-hss/0.install CC extensions.lo unit-abot-epc-basic-0: 00:17:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 00:17:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 00:17:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 00:17:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-oai-hss-0: 00:17:01 DEBUG unit.oai-hss/0.install CC mpi.lo unit-abot-epc-basic-0: 00:17:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 00:17:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-oai-hss-0: 00:17:01 DEBUG unit.oai-hss/0.install CC output.lo unit-abot-epc-basic-0: 00:17:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 00:17:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml2-dev_2.9.3+dfsg1-1ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 00:17:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-oai-hss-0: 00:17:02 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 00:17:02 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-abot-epc-basic-0: 00:17:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 00:17:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxslt1-dev_1.1.28-2.1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 00:17:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 00:17:03 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-abot-epc-basic-0: 00:17:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 00:17:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libzzip-0-13_0.13.62-3ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 00:17:03 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-oai-hss-0: 00:17:03 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-hss-0: 00:17:03 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-abot-epc-basic-0: 00:17:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 00:17:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-oai-hss-0: 00:17:03 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 00:17:04 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-abot-epc-basic-0: 00:17:04 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-oai-hss-0: 00:17:04 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-hss-0: 00:17:05 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-hss-0: 00:17:05 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 00:17:05 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 00:17:05 DEBUG unit.oai-hss/0.install CC x509.lo unit-abot-epc-basic-0: 00:17:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 00:17:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mesa-common-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:17:06 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 00:17:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 00:17:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 00:17:06 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-oai-hss-0: 00:17:06 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-hss-0: 00:17:06 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-abot-epc-basic-0: 00:17:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 00:17:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libosmesa6_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:17:06 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 00:17:07 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-abot-epc-basic-0: 00:17:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 00:17:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-oai-hss-0: 00:17:07 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-abot-epc-basic-0: 00:17:07 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 00:17:07 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-abot-epc-basic-0: 00:17:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 00:17:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 00:17:08 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 00:17:08 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-epc-0: 00:17:08 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 00:17:08 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 00:17:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 00:17:08 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 00:17:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 00:17:08 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 00:17:08 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 00:17:08 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 00:17:09 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 00:17:09 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 00:17:09 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 00:17:09 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 00:17:09 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 00:17:09 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-abot-epc-basic-0: 00:17:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-oai-hss-0: 00:17:09 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-abot-epc-basic-0: 00:17:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-abot-epc-basic-0: 00:17:10 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-abot-epc-basic-0: 00:17:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 00:17:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install CC anon.lo unit-abot-epc-basic-0: 00:17:10 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-oai-hss-0: 00:17:10 DEBUG unit.oai-hss/0.install CC cert.lo unit-abot-epc-basic-0: 00:17:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 00:17:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:17:11 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-oai-hss-0: 00:17:11 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 00:17:11 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-hss-0: 00:17:11 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 00:17:11 DEBUG unit.oai-hss/0.install CC psk.lo unit-abot-epc-basic-0: 00:17:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 00:17:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 00:17:12 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-oai-hss-0: 00:17:12 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-oai-hss-0: 00:17:12 DEBUG unit.oai-hss/0.install CC rsa.lo unit-abot-epc-basic-0: 00:17:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 00:17:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 00:17:12 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-oai-hss-0: 00:17:12 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 00:17:12 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 00:17:13 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 00:17:13 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-abot-epc-basic-0: 00:17:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 00:17:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-oai-hss-0: 00:17:13 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 00:17:13 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-abot-epc-basic-0: 00:17:13 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-oai-hss-0: 00:17:13 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-oai-hss-0: 00:17:14 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-abot-epc-basic-0: 00:17:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 00:17:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-oai-hss-0: 00:17:14 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 00:17:14 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 00:17:14 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 00:17:14 DEBUG unit.oai-hss/0.install CC max_record.lo unit-abot-epc-basic-0: 00:17:14 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-oai-hss-0: 00:17:14 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 00:17:14 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 00:17:14 DEBUG unit.oai-hss/0.install CC signature.lo unit-abot-epc-basic-0: 00:17:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 00:17:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 00:17:14 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-oai-hss-0: 00:17:14 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 00:17:15 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 00:17:15 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 00:17:15 DEBUG unit.oai-hss/0.install CC ecc.lo unit-abot-epc-basic-0: 00:17:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 00:17:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ... unit-abot-epc-basic-0: 00:17:15 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-oai-hss-0: 00:17:15 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-abot-epc-basic-0: 00:17:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 00:17:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 00:17:15 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-oai-hss-0: 00:17:16 DEBUG unit.oai-hss/0.install CC status_request.lo unit-abot-epc-basic-0: 00:17:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 00:17:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 00:17:16 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-oai-hss-0: 00:17:16 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 00:17:16 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 00:17:16 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 00:17:16 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 00:17:16 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 00:17:16 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 00:17:16 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-abot-epc-basic-0: 00:17:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 00:17:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 00:17:16 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-oai-hss-0: 00:17:16 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-abot-epc-basic-0: 00:17:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 00:17:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 00:17:17 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-oai-hss-0: 00:17:17 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 00:17:17 DEBUG unit.oai-hss/0.install CC ecc.lo unit-abot-epc-basic-0: 00:17:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 00:17:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libruby2.3_2.3.1-2~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:17:17 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-oai-hss-0: 00:17:17 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 00:17:17 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 00:17:17 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install Making all in extras unit-abot-epc-basic-0: 00:17:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install CC randomart.lo unit-abot-epc-basic-0: 00:17:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby2.3_2.3.1-2~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 00:17:18 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.10) ... unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 00:17:18 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 00:17:19 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-abot-epc-basic-0: 00:17:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 00:17:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 00:17:19 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-oai-hss-0: 00:17:19 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-abot-epc-basic-0: 00:17:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 00:17:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 00:17:19 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-oai-hss-0: 00:17:19 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 00:17:19 DEBUG unit.oai-hss/0.install CC keydb.lo unit-abot-epc-basic-0: 00:17:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 00:17:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 00:17:20 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 00:17:20 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-abot-epc-basic-0: 00:17:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 00:17:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-oai-hss-0: 00:17:20 DEBUG unit.oai-hss/0.install CC stream.lo unit-abot-epc-basic-0: 00:17:21 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-oai-hss-0: 00:17:21 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-abot-epc-basic-0: 00:17:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 00:17:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 00:17:21 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-oai-hss-0: 00:17:21 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 00:17:21 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 00:17:22 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 00:17:22 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-abot-epc-basic-0: 00:17:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 00:17:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 00:17:22 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-oai-hss-0: 00:17:22 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-abot-epc-basic-0: 00:17:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 00:17:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 00:17:22 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1) ... unit-oai-hss-0: 00:17:23 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 00:17:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 00:17:23 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 00:17:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 00:17:23 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 00:17:23 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 00:17:23 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 00:17:23 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 00:17:24 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 00:17:24 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 00:17:24 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-abot-epc-basic-0: 00:17:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 00:17:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xdg-utils_1.1.1-1ubuntu1.16.04.3_all.deb ... unit-abot-epc-basic-0: 00:17:25 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-oai-hss-0: 00:17:25 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 00:17:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 00:17:25 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 00:17:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 00:17:25 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 00:17:25 DEBUG unit.oai-hss/0.install CC mpi.lo unit-abot-epc-basic-0: 00:17:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 00:17:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-oai-hss-0: 00:17:25 DEBUG unit.oai-hss/0.install CC mac.lo unit-abot-epc-basic-0: 00:17:25 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 00:17:26 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 00:17:26 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 00:17:26 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 00:17:26 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 00:17:26 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 00:17:26 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 00:17:27 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 00:17:27 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 00:17:27 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 00:17:27 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 00:17:27 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 00:17:27 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 00:17:27 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 00:17:28 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 00:17:28 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 00:17:28 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 00:17:28 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 00:17:28 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-abot-epc-basic-0: 00:17:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 00:17:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 00:17:28 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 00:17:28 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 00:17:28 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 00:17:29 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 00:17:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 00:17:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 00:17:29 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 00:17:29 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 00:17:29 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 00:17:30 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 00:17:30 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-abot-epc-basic-0: 00:17:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 00:17:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base-doc_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 00:17:30 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 00:17:30 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 00:17:30 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 00:17:31 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-oai-hss-0: 00:17:32 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 00:17:32 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 00:17:32 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 00:17:32 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 00:17:33 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 00:17:33 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 00:17:33 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-abot-epc-basic-0: 00:17:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 00:17:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 00:17:34 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-oai-hss-0: 00:17:34 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 00:17:34 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-abot-epc-basic-0: 00:17:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 00:17:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 00:17:34 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-oai-hss-0: 00:17:34 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 00:17:34 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 00:17:35 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 00:17:35 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 00:17:35 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 00:17:35 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-abot-epc-basic-0: 00:17:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 00:17:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:17:35 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 00:17:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 00:17:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 00:17:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-oai-hss-0: 00:17:36 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 00:17:36 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-abot-epc-basic-0: 00:17:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 00:17:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 00:17:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-oai-hss-0: 00:17:36 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-abot-epc-basic-0: 00:17:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 00:17:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 00:17:36 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 00:17:36 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-abot-epc-basic-0: 00:17:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 00:17:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:17:36 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-abot-epc-basic-0: 00:17:36 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:17:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 00:17:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:17:37 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-abot-epc-basic-0: 00:17:37 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-oai-hss-0: 00:17:37 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 00:17:37 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 00:17:37 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 00:17:37 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 00:17:37 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-abot-epc-basic-0: 00:17:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 00:17:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 00:17:38 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-oai-hss-0: 00:17:38 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 00:17:38 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 00:17:38 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 00:17:38 DEBUG unit.oai-hss/0.install CC system.lo unit-abot-epc-basic-0: 00:17:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 00:17:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 00:17:38 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-oai-hss-0: 00:17:39 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-abot-epc-basic-0: 00:17:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 00:17:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 00:17:39 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 00:17:39 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 00:17:39 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-abot-epc-basic-0: 00:17:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 00:17:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 00:17:40 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 00:17:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 00:17:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:17:40 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 00:17:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 00:17:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-oai-hss-0: 00:17:40 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-abot-epc-basic-0: 00:17:40 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-oai-hss-0: 00:17:40 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 00:17:40 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 00:17:40 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 00:17:41 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 00:17:41 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 00:17:41 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-abot-epc-basic-0: 00:17:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 00:17:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-oai-hss-0: 00:17:41 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-abot-epc-basic-0: 00:17:41 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 00:17:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 00:17:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-doc_4.7-3ubuntu0.16.04.3_all.deb ... unit-abot-epc-basic-0: 00:17:42 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 00:17:42 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 00:17:42 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-abot-epc-basic-0: 00:17:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 00:17:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 00:17:42 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 00:17:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 00:17:42 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 00:17:43 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 00:17:43 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 00:17:43 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 00:17:43 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install pkcs11.c:237:3: warning: 'p11_kit_load_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:86): Use p11_kit_module_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install pkcs11.c:253:7: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install pkcs11.c:466:3: warning: 'p11_kit_initialize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:61): Use p11_kit_modules_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install pkcs11.c:477:3: warning: 'p11_kit_registered_modules' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:67): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install pkcs11.c:480:7: warning: 'p11_kit_registered_module_to_name' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:73): Use p11_kit_module_get_name instead [-Wdeprecated-declarations] unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install pkcs11.c:565:11: warning: 'p11_kit_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:80): Use module->C_Initialize instead [-Wdeprecated-declarations] unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install pkcs11.c:599:9: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install pkcs11.c:604:5: warning: 'p11_kit_finalize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:64): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 00:17:44 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:45 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 00:17:45 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 00:17:45 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 00:17:45 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 00:17:46 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 00:17:46 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-hss-0: 00:17:46 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 00:17:46 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 00:17:47 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 00:17:47 DEBUG unit.oai-hss/0.install CC xssl.lo unit-abot-epc-basic-0: 00:17:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 00:17:47 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-abot-epc-basic-0: 00:17:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-abot-epc-basic-0: 00:17:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install crywrap.c:867:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install crywrap.c:868:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install crywrap.c:819:10: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install crywrap.c:823:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 00:17:48 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 00:17:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.4) ... unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 00:17:49 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 00:17:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 00:17:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 00:17:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 00:17:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 00:17:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-oai-hss-0: 00:17:51 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 00:17:51 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 00:17:52 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 00:17:53 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 00:17:53 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 00:17:53 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 00:17:53 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 00:17:53 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 00:17:54 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 00:17:54 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 00:17:54 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 00:17:54 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 00:17:55 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 00:17:55 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-hss-0: 00:17:55 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-hss-0: 00:17:56 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 00:17:56 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 00:17:56 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 00:17:56 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 00:17:56 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 00:17:56 DEBUG unit.oai-hss/0.install cli-debug.c:286:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 00:17:56 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 00:17:56 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:56 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install common.c:1071:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install certtool-common.c:660:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install certtool-common.c:662:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 00:17:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:58 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 00:17:58 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 00:17:58 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 00:17:58 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 00:17:58 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 00:17:58 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 00:17:58 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 00:17:58 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install cli.c:1339:15: warning: ignoring return value of 'getline', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 00:17:59 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 00:18:00 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install ex-client-xssl1.c:42:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 00:18:01 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install ex-client-xssl2.c:57:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 00:18:02 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 00:18:03 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `all-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/x509.h gnutls/pkcs12.h gnutls/compat.h gnutls/openpgp.h gnutls/crypto.h gnutls/pkcs11.h gnutls/abstract.h gnutls/dtls.h gnutls/ocsp.h gnutls/tpm.h gnutls/xssl.h gnutls/gnutlsxx.h '/usr/include/gnutls' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls.la libgnutlsxx.la libgnutls-xssl.la '/usr/lib' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.so.28.21.3 /usr/lib/libgnutls.so.28.21.3 unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so.28 || { rm -f libgnutls.so.28 && ln -s libgnutls.so.28.21.3 libgnutls.so.28; }; }) unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so || { rm -f libgnutls.so && ln -s libgnutls.so.28.21.3 libgnutls.so; }; }) unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CXX --mode=relink g++ -I./includes -I./includes -g -O2 -no-undefined -version-info 29:0:1 -o libgnutlsxx.la -rpath /usr/lib libgnutlsxx_la-gnutlsxx.lo libgnutls.la ) unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.so.28.1.0T /usr/lib/libgnutlsxx.so.28.1.0 unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so.28 || { rm -f libgnutlsxx.so.28 && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so.28; }; }) unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so || { rm -f libgnutlsxx.so && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so; }; }) unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 0:0:0 -o libgnutls-xssl.la -rpath /usr/lib xssl.lo xssl_getline.lo ../gl/libgnu.la libgnutls.la ) unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.so.0.0.0T /usr/lib/libgnutls-xssl.so.0.0.0 unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0 || { rm -f libgnutls-xssl.so.0 && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0; }; }) unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so || { rm -f libgnutls-xssl.so && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so; }; }) unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.lai /usr/lib/libgnutls-xssl.la unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.a /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 00:18:04 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/extra; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 27:2:0 -o libgnutls-openssl.la -rpath /usr/lib gnutls_openssl.lo openssl_compat.lo ../gl/libgnu.la ../lib/libgnutls.la ) unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.so.27.0.2T /usr/lib/libgnutls-openssl.so.27.0.2 unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-openssl.so.27.0.2 libgnutls-openssl.so.27 || { rm -f libgnutls-openssl.so.27 && ln -s libgnutls-openssl.so.27.0.2 libgnutls-openssl.so.27; }; }) unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-openssl.so.27.0.2 libgnutls-openssl.so || { rm -f libgnutls-openssl.so && ln -s libgnutls-openssl.so.27.0.2 libgnutls-openssl.so; }; }) unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.lai /usr/lib/libgnutls-openssl.la unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.a /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c psktool gnutls-cli-debug certtool srptool ocsptool gnutls-serv gnutls-cli danetool tpmtool p11tool '/usr/bin' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli-debug /usr/bin/gnutls-cli-debug unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-cli.1 gnutls-cli-debug.1 gnutls-serv.1 certtool.1 psktool.1 p11tool.1 ocsptool.1 tpmtool.1 srptool.1 '/usr/share/man/man1' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_alert_get.3 gnutls_alert_get_name.3 gnutls_alert_get_strname.3 gnutls_alert_send.3 gnutls_alert_send_appropriate.3 gnutls_anon_allocate_client_credentials.3 gnutls_anon_allocate_server_credentials.3 gnutls_anon_free_client_credentials.3 gnutls_anon_free_server_credentials.3 gnutls_anon_set_params_function.3 gnutls_anon_set_server_dh_params.3 gnutls_anon_set_server_params_function.3 gnutls_auth_client_get_type.3 gnutls_auth_get_type.3 gnutls_auth_server_get_type.3 gnutls_bye.3 gnutls_certificate_activation_time_peers.3 gnutls_certificate_allocate_credentials.3 gnutls_certificate_client_get_request_status.3 gnutls_certificate_expiration_time_peers.3 gnutls_certificate_free_ca_names.3 gnutls_certificate_free_cas.3 gnutls_certificate_free_credentials.3 gnutls_certificate_free_crls.3 gnutls_certificate_free_keys.3 gnutls_certificate_get_issuer.3 gnutls_certificate_get_ours.3 gnutls_certificate_get_peers.3 gnutls_certificate_get_peers_subkey_id.3 gnutls_certificate_send_x509_rdn_sequence.3 gnutls_certificate_server_set_request.3 gnutls_certificate_set_dh_params.3 gnutls_certificate_set_key.3 gnutls_certificate_set_ocsp_status_request_file.3 gnutls_certificate_set_ocsp_status_request_function.3 gnutls_certificate_set_openpgp_key.3 gnutls_certificate_set_openpgp_key_file.3 gnutls_certificate_set_openpgp_key_file2.3 gnutls_certificate_set_openpgp_key_mem.3 gnutls_certificate_set_openpgp_key_mem2.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_certificate_set_openpgp_keyring_file.3 gnutls_certificate_set_openpgp_keyring_mem.3 gnutls_certificate_set_params_function.3 gnutls_certificate_set_pin_function.3 gnutls_certificate_set_retrieve_function.3 gnutls_certificate_set_retrieve_function2.3 gnutls_certificate_set_rsa_export_params.3 gnutls_certificate_set_verify_flags.3 gnutls_certificate_set_verify_function.3 gnutls_certificate_set_verify_limits.3 gnutls_certificate_set_x509_crl.3 gnutls_certificate_set_x509_crl_file.3 gnutls_certificate_set_x509_crl_mem.3 gnutls_certificate_set_x509_key.3 gnutls_certificate_set_x509_key_file.3 gnutls_certificate_set_x509_key_file2.3 gnutls_certificate_set_x509_key_mem.3 gnutls_certificate_set_x509_key_mem2.3 gnutls_certificate_set_x509_simple_pkcs12_file.3 gnutls_certificate_set_x509_simple_pkcs12_mem.3 gnutls_certificate_set_x509_system_trust.3 gnutls_certificate_set_x509_trust.3 gnutls_certificate_set_x509_trust_file.3 gnutls_certificate_set_x509_trust_mem.3 gnutls_certificate_type_get.3 gnutls_certificate_type_get_id.3 gnutls_certificate_type_get_name.3 gnutls_certificate_type_list.3 gnutls_certificate_type_set_priority.3 gnutls_certificate_verification_status_print.3 gnutls_certificate_verify_peers2.3 gnutls_certificate_verify_peers3.3 gnutls_check_version.3 gnutls_cipher_add_auth.3 gnutls_cipher_decrypt.3 gnutls_cipher_decrypt2.3 gnutls_cipher_deinit.3 gnutls_cipher_encrypt.3 gnutls_cipher_encrypt2.3 gnutls_cipher_get.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_cipher_get_block_size.3 gnutls_cipher_get_id.3 gnutls_cipher_get_key_size.3 gnutls_cipher_get_name.3 gnutls_cipher_init.3 gnutls_cipher_list.3 gnutls_cipher_set_iv.3 gnutls_cipher_set_priority.3 gnutls_cipher_suite_get_name.3 gnutls_cipher_suite_info.3 gnutls_cipher_tag.3 gnutls_compression_get.3 gnutls_compression_get_id.3 gnutls_compression_get_name.3 gnutls_compression_list.3 gnutls_compression_set_priority.3 gnutls_credentials_clear.3 gnutls_credentials_set.3 gnutls_db_check_entry.3 gnutls_db_check_entry_time.3 gnutls_db_get_ptr.3 gnutls_db_remove_session.3 gnutls_db_set_cache_expiration.3 gnutls_db_set_ptr.3 gnutls_db_set_remove_function.3 gnutls_db_set_retrieve_function.3 gnutls_db_set_store_function.3 gnutls_deinit.3 gnutls_dh_get_group.3 gnutls_dh_get_peers_public_bits.3 gnutls_dh_get_prime_bits.3 gnutls_dh_get_pubkey.3 gnutls_dh_get_secret_bits.3 gnutls_dh_params_cpy.3 gnutls_dh_params_deinit.3 gnutls_dh_params_export2_pkcs3.3 gnutls_dh_params_export_pkcs3.3 gnutls_dh_params_export_raw.3 gnutls_dh_params_generate2.3 gnutls_dh_params_import_pkcs3.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_dh_params_import_raw.3 gnutls_dh_params_init.3 gnutls_dh_set_prime_bits.3 gnutls_dtls_cookie_send.3 gnutls_dtls_cookie_verify.3 gnutls_dtls_get_data_mtu.3 gnutls_dtls_get_mtu.3 gnutls_dtls_get_timeout.3 gnutls_dtls_prestate_set.3 gnutls_dtls_set_data_mtu.3 gnutls_dtls_set_mtu.3 gnutls_dtls_set_timeouts.3 gnutls_ecc_curve_get.3 gnutls_ecc_curve_get_name.3 gnutls_ecc_curve_get_size.3 gnutls_ecc_curve_list.3 gnutls_error_is_fatal.3 gnutls_error_to_alert.3 gnutls_fingerprint.3 gnutls_global_deinit.3 gnutls_global_init.3 gnutls_global_set_audit_log_function.3 gnutls_global_set_log_function.3 gnutls_global_set_log_level.3 gnutls_global_set_mem_functions.3 gnutls_global_set_mutex.3 gnutls_global_set_time_function.3 gnutls_handshake.3 gnutls_handshake_get_last_in.3 gnutls_handshake_get_last_out.3 gnutls_handshake_set_max_packet_length.3 gnutls_handshake_set_post_client_hello_function.3 gnutls_handshake_set_private_extensions.3 gnutls_handshake_set_random.3 gnutls_handshake_set_timeout.3 gnutls_hash.3 gnutls_hash_deinit.3 gnutls_hash_fast.3 gnutls_hash_get_len.3 gnutls_hash_init.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_hash_output.3 gnutls_heartbeat_allowed.3 gnutls_heartbeat_enable.3 gnutls_heartbeat_get_timeout.3 gnutls_heartbeat_ping.3 gnutls_heartbeat_pong.3 gnutls_heartbeat_set_timeouts.3 gnutls_hex2bin.3 gnutls_hex_decode.3 gnutls_hex_encode.3 gnutls_hmac.3 gnutls_hmac_deinit.3 gnutls_hmac_fast.3 gnutls_hmac_get_len.3 gnutls_hmac_init.3 gnutls_hmac_output.3 gnutls_init.3 gnutls_key_generate.3 gnutls_kx_get.3 gnutls_kx_get_id.3 gnutls_kx_get_name.3 gnutls_kx_list.3 gnutls_kx_set_priority.3 gnutls_load_file.3 gnutls_mac_get.3 gnutls_mac_get_id.3 gnutls_mac_get_key_size.3 gnutls_mac_get_name.3 gnutls_mac_list.3 gnutls_mac_set_priority.3 gnutls_ocsp_req_add_cert.3 gnutls_ocsp_req_add_cert_id.3 gnutls_ocsp_req_deinit.3 gnutls_ocsp_req_export.3 gnutls_ocsp_req_get_cert_id.3 gnutls_ocsp_req_get_extension.3 gnutls_ocsp_req_get_nonce.3 gnutls_ocsp_req_get_version.3 gnutls_ocsp_req_import.3 gnutls_ocsp_req_init.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_ocsp_req_print.3 gnutls_ocsp_req_randomize_nonce.3 gnutls_ocsp_req_set_extension.3 gnutls_ocsp_req_set_nonce.3 gnutls_ocsp_resp_check_crt.3 gnutls_ocsp_resp_deinit.3 gnutls_ocsp_resp_export.3 gnutls_ocsp_resp_get_certs.3 gnutls_ocsp_resp_get_extension.3 gnutls_ocsp_resp_get_nonce.3 gnutls_ocsp_resp_get_produced.3 gnutls_ocsp_resp_get_responder.3 gnutls_ocsp_resp_get_response.3 gnutls_ocsp_resp_get_signature.3 gnutls_ocsp_resp_get_signature_algorithm.3 gnutls_ocsp_resp_get_single.3 gnutls_ocsp_resp_get_status.3 gnutls_ocsp_resp_get_version.3 gnutls_ocsp_resp_import.3 gnutls_ocsp_resp_init.3 gnutls_ocsp_resp_print.3 gnutls_ocsp_resp_verify.3 gnutls_ocsp_resp_verify_direct.3 gnutls_ocsp_status_request_enable_client.3 gnutls_ocsp_status_request_get.3 gnutls_ocsp_status_request_is_checked.3 gnutls_openpgp_crt_check_hostname.3 gnutls_openpgp_crt_deinit.3 gnutls_openpgp_crt_export.3 gnutls_openpgp_crt_export2.3 gnutls_openpgp_crt_get_auth_subkey.3 gnutls_openpgp_crt_get_creation_time.3 gnutls_openpgp_crt_get_expiration_time.3 gnutls_openpgp_crt_get_fingerprint.3 gnutls_openpgp_crt_get_key_id.3 gnutls_openpgp_crt_get_key_usage.3 gnutls_openpgp_crt_get_name.3 gnutls_openpgp_crt_get_pk_algorithm.3 gnutls_openpgp_crt_get_pk_dsa_raw.3 gnutls_openpgp_crt_get_pk_rsa_raw.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_crt_get_preferred_key_id.3 gnutls_openpgp_crt_get_revoked_status.3 gnutls_openpgp_crt_get_subkey_count.3 gnutls_openpgp_crt_get_subkey_creation_time.3 gnutls_openpgp_crt_get_subkey_expiration_time.3 gnutls_openpgp_crt_get_subkey_fingerprint.3 gnutls_openpgp_crt_get_subkey_id.3 gnutls_openpgp_crt_get_subkey_idx.3 gnutls_openpgp_crt_get_subkey_pk_algorithm.3 gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 gnutls_openpgp_crt_get_subkey_revoked_status.3 gnutls_openpgp_crt_get_subkey_usage.3 gnutls_openpgp_crt_get_version.3 gnutls_openpgp_crt_import.3 gnutls_openpgp_crt_init.3 gnutls_openpgp_crt_print.3 gnutls_openpgp_crt_set_preferred_key_id.3 gnutls_openpgp_crt_verify_ring.3 gnutls_openpgp_crt_verify_self.3 gnutls_openpgp_keyring_check_id.3 gnutls_openpgp_keyring_deinit.3 gnutls_openpgp_keyring_get_crt.3 gnutls_openpgp_keyring_get_crt_count.3 gnutls_openpgp_keyring_import.3 gnutls_openpgp_keyring_init.3 gnutls_openpgp_privkey_deinit.3 gnutls_openpgp_privkey_export.3 gnutls_openpgp_privkey_export2.3 gnutls_openpgp_privkey_export_dsa_raw.3 gnutls_openpgp_privkey_export_rsa_raw.3 gnutls_openpgp_privkey_export_subkey_dsa_raw.3 gnutls_openpgp_privkey_export_subkey_rsa_raw.3 gnutls_openpgp_privkey_get_fingerprint.3 gnutls_openpgp_privkey_get_key_id.3 gnutls_openpgp_privkey_get_pk_algorithm.3 gnutls_openpgp_privkey_get_preferred_key_id.3 gnutls_openpgp_privkey_get_revoked_status.3 gnutls_openpgp_privkey_get_subkey_count.3 gnutls_openpgp_privkey_get_subkey_creation_time.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_privkey_get_subkey_fingerprint.3 gnutls_openpgp_privkey_get_subkey_id.3 gnutls_openpgp_privkey_get_subkey_idx.3 gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 gnutls_openpgp_privkey_get_subkey_revoked_status.3 gnutls_openpgp_privkey_import.3 gnutls_openpgp_privkey_init.3 gnutls_openpgp_privkey_sec_param.3 gnutls_openpgp_privkey_set_preferred_key_id.3 gnutls_openpgp_privkey_sign_hash.3 gnutls_openpgp_send_cert.3 gnutls_openpgp_set_recv_key_function.3 gnutls_pcert_deinit.3 gnutls_pcert_import_openpgp.3 gnutls_pcert_import_openpgp_raw.3 gnutls_pcert_import_x509.3 gnutls_pcert_import_x509_raw.3 gnutls_pcert_list_import_x509_raw.3 gnutls_pem_base64_decode.3 gnutls_pem_base64_decode_alloc.3 gnutls_pem_base64_encode.3 gnutls_pem_base64_encode_alloc.3 gnutls_perror.3 gnutls_pk_algorithm_get_name.3 gnutls_pk_bits_to_sec_param.3 gnutls_pkcs11_add_provider.3 gnutls_pkcs11_copy_secret_key.3 gnutls_pkcs11_copy_x509_crt.3 gnutls_pkcs11_copy_x509_privkey.3 gnutls_pkcs11_deinit.3 gnutls_pkcs11_delete_url.3 gnutls_pkcs11_get_pin_function.3 gnutls_pkcs11_init.3 gnutls_pkcs11_obj_deinit.3 gnutls_pkcs11_obj_export.3 gnutls_pkcs11_obj_export2.3 gnutls_pkcs11_obj_export_url.3 gnutls_pkcs11_obj_get_info.3 gnutls_pkcs11_obj_get_type.3 gnutls_pkcs11_obj_import_url.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs11_obj_init.3 gnutls_pkcs11_obj_list_import_url.3 gnutls_pkcs11_obj_list_import_url2.3 gnutls_pkcs11_obj_set_pin_function.3 gnutls_pkcs11_privkey_deinit.3 gnutls_pkcs11_privkey_export_url.3 gnutls_pkcs11_privkey_generate.3 gnutls_pkcs11_privkey_generate2.3 gnutls_pkcs11_privkey_get_info.3 gnutls_pkcs11_privkey_get_pk_algorithm.3 gnutls_pkcs11_privkey_import_url.3 gnutls_pkcs11_privkey_init.3 gnutls_pkcs11_privkey_set_pin_function.3 gnutls_pkcs11_privkey_status.3 gnutls_pkcs11_reinit.3 gnutls_pkcs11_set_pin_function.3 gnutls_pkcs11_set_token_function.3 gnutls_pkcs11_token_get_flags.3 gnutls_pkcs11_token_get_info.3 gnutls_pkcs11_token_get_mechanism.3 gnutls_pkcs11_token_get_url.3 gnutls_pkcs11_token_init.3 gnutls_pkcs11_token_set_pin.3 gnutls_pkcs11_type_get_name.3 gnutls_pkcs12_bag_decrypt.3 gnutls_pkcs12_bag_deinit.3 gnutls_pkcs12_bag_encrypt.3 gnutls_pkcs12_bag_get_count.3 gnutls_pkcs12_bag_get_data.3 gnutls_pkcs12_bag_get_friendly_name.3 gnutls_pkcs12_bag_get_key_id.3 gnutls_pkcs12_bag_get_type.3 gnutls_pkcs12_bag_init.3 gnutls_pkcs12_bag_set_crl.3 gnutls_pkcs12_bag_set_crt.3 gnutls_pkcs12_bag_set_data.3 gnutls_pkcs12_bag_set_friendly_name.3 gnutls_pkcs12_bag_set_key_id.3 gnutls_pkcs12_deinit.3 gnutls_pkcs12_export.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs12_export2.3 gnutls_pkcs12_generate_mac.3 gnutls_pkcs12_get_bag.3 gnutls_pkcs12_import.3 gnutls_pkcs12_init.3 gnutls_pkcs12_set_bag.3 gnutls_pkcs12_simple_parse.3 gnutls_pkcs12_verify_mac.3 gnutls_pkcs7_deinit.3 gnutls_pkcs7_delete_crl.3 gnutls_pkcs7_delete_crt.3 gnutls_pkcs7_export.3 gnutls_pkcs7_export2.3 gnutls_pkcs7_get_crl_count.3 gnutls_pkcs7_get_crl_raw.3 gnutls_pkcs7_get_crt_count.3 gnutls_pkcs7_get_crt_raw.3 gnutls_pkcs7_import.3 gnutls_pkcs7_init.3 gnutls_pkcs7_set_crl.3 gnutls_pkcs7_set_crl_raw.3 gnutls_pkcs7_set_crt.3 gnutls_pkcs7_set_crt_raw.3 gnutls_pk_get_id.3 gnutls_pk_get_name.3 gnutls_pk_list.3 gnutls_pk_to_sign.3 gnutls_prf.3 gnutls_prf_raw.3 gnutls_priority_certificate_type_list.3 gnutls_priority_compression_list.3 gnutls_priority_deinit.3 gnutls_priority_ecc_curve_list.3 gnutls_priority_get_cipher_suite_index.3 gnutls_priority_init.3 gnutls_priority_protocol_list.3 gnutls_priority_set.3 gnutls_priority_set_direct.3 gnutls_priority_sign_list.3 gnutls_privkey_decrypt_data.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_privkey_deinit.3 gnutls_privkey_get_pk_algorithm.3 gnutls_privkey_get_type.3 gnutls_privkey_import_ext.3 gnutls_privkey_import_ext2.3 gnutls_privkey_import_openpgp.3 gnutls_privkey_import_openpgp_raw.3 gnutls_privkey_import_pkcs11.3 gnutls_privkey_import_pkcs11_url.3 gnutls_privkey_import_tpm_raw.3 gnutls_privkey_import_tpm_url.3 gnutls_privkey_import_url.3 gnutls_privkey_import_x509.3 gnutls_privkey_import_x509_raw.3 gnutls_privkey_init.3 gnutls_privkey_set_pin_function.3 gnutls_privkey_sign_data.3 gnutls_privkey_sign_hash.3 gnutls_privkey_sign_raw_data.3 gnutls_privkey_status.3 gnutls_protocol_get_id.3 gnutls_protocol_get_name.3 gnutls_protocol_get_version.3 gnutls_protocol_list.3 gnutls_protocol_set_priority.3 gnutls_psk_allocate_client_credentials.3 gnutls_psk_allocate_server_credentials.3 gnutls_psk_client_get_hint.3 gnutls_psk_free_client_credentials.3 gnutls_psk_free_server_credentials.3 gnutls_psk_server_get_username.3 gnutls_psk_set_client_credentials.3 gnutls_psk_set_client_credentials_function.3 gnutls_psk_set_params_function.3 gnutls_psk_set_server_credentials_file.3 gnutls_psk_set_server_credentials_function.3 gnutls_psk_set_server_credentials_hint.3 gnutls_psk_set_server_dh_params.3 gnutls_psk_set_server_params_function.3 gnutls_pubkey_deinit.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pubkey_encrypt_data.3 gnutls_pubkey_export.3 gnutls_pubkey_export2.3 gnutls_pubkey_get_key_id.3 gnutls_pubkey_get_key_usage.3 gnutls_pubkey_get_openpgp_key_id.3 gnutls_pubkey_get_pk_algorithm.3 gnutls_pubkey_get_pk_dsa_raw.3 gnutls_pubkey_get_pk_ecc_raw.3 gnutls_pubkey_get_pk_ecc_x962.3 gnutls_pubkey_get_pk_rsa_raw.3 gnutls_pubkey_get_preferred_hash_algorithm.3 gnutls_pubkey_get_verify_algorithm.3 gnutls_pubkey_import.3 gnutls_pubkey_import_dsa_raw.3 gnutls_pubkey_import_ecc_raw.3 gnutls_pubkey_import_ecc_x962.3 gnutls_pubkey_import_openpgp.3 gnutls_pubkey_import_openpgp_raw.3 gnutls_pubkey_import_pkcs11.3 gnutls_pubkey_import_pkcs11_url.3 gnutls_pubkey_import_privkey.3 gnutls_pubkey_import_rsa_raw.3 gnutls_pubkey_import_tpm_raw.3 gnutls_pubkey_import_tpm_url.3 gnutls_pubkey_import_url.3 gnutls_pubkey_import_x509.3 gnutls_pubkey_import_x509_crq.3 gnutls_pubkey_import_x509_raw.3 gnutls_pubkey_init.3 gnutls_pubkey_print.3 gnutls_pubkey_set_key_usage.3 gnutls_pubkey_set_pin_function.3 gnutls_pubkey_verify_data.3 gnutls_pubkey_verify_data2.3 gnutls_pubkey_verify_hash.3 gnutls_pubkey_verify_hash2.3 gnutls_random_art.3 gnutls_range_split.3 gnutls_record_can_use_length_hiding.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_record_check_pending.3 gnutls_record_cork.3 gnutls_record_disable_padding.3 gnutls_record_get_direction.3 gnutls_record_get_discarded.3 gnutls_record_get_max_size.3 gnutls_record_recv.3 gnutls_record_recv_seq.3 gnutls_record_send.3 gnutls_record_send_range.3 gnutls_record_set_max_empty_records.3 gnutls_record_set_max_size.3 gnutls_record_set_timeout.3 gnutls_record_uncork.3 gnutls_rehandshake.3 gnutls_rnd.3 gnutls_rnd_refresh.3 gnutls_rsa_export_get_modulus_bits.3 gnutls_rsa_export_get_pubkey.3 gnutls_rsa_params_cpy.3 gnutls_rsa_params_deinit.3 gnutls_rsa_params_export_pkcs1.3 gnutls_rsa_params_export_raw.3 gnutls_rsa_params_generate2.3 gnutls_rsa_params_import_pkcs1.3 gnutls_rsa_params_import_raw.3 gnutls_rsa_params_init.3 gnutls_safe_renegotiation_status.3 gnutls_sec_param_get_name.3 gnutls_sec_param_to_pk_bits.3 gnutls_server_name_get.3 gnutls_server_name_set.3 gnutls_session_channel_binding.3 gnutls_session_enable_compatibility_mode.3 gnutls_session_force_valid.3 gnutls_session_get_data.3 gnutls_session_get_data2.3 gnutls_session_get_desc.3 gnutls_session_get_id.3 gnutls_session_get_id2.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_session_get_ptr.3 gnutls_session_get_random.3 gnutls_session_is_resumed.3 gnutls_session_resumption_requested.3 gnutls_session_set_data.3 gnutls_session_set_premaster.3 gnutls_session_set_ptr.3 gnutls_session_ticket_enable_client.3 gnutls_session_ticket_enable_server.3 gnutls_session_ticket_key_generate.3 gnutls_set_default_export_priority.3 gnutls_set_default_priority.3 gnutls_sign_algorithm_get.3 gnutls_sign_algorithm_get_client.3 gnutls_sign_algorithm_get_requested.3 gnutls_sign_callback_get.3 gnutls_sign_callback_set.3 gnutls_sign_get_hash_algorithm.3 gnutls_sign_get_id.3 gnutls_sign_get_name.3 gnutls_sign_get_pk_algorithm.3 gnutls_sign_is_secure.3 gnutls_sign_list.3 gnutls_srp_allocate_client_credentials.3 gnutls_srp_allocate_server_credentials.3 gnutls_srp_base64_decode.3 gnutls_srp_base64_decode_alloc.3 gnutls_srp_base64_encode.3 gnutls_srp_base64_encode_alloc.3 gnutls_srp_free_client_credentials.3 gnutls_srp_free_server_credentials.3 gnutls_srp_server_get_username.3 gnutls_srp_set_client_credentials.3 gnutls_srp_set_client_credentials_function.3 gnutls_srp_set_prime_bits.3 gnutls_srp_set_server_credentials_file.3 gnutls_srp_set_server_credentials_function.3 gnutls_srp_verifier.3 gnutls_srtp_get_keys.3 gnutls_srtp_get_mki.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_srtp_get_profile_id.3 gnutls_srtp_get_profile_name.3 gnutls_srtp_get_selected_profile.3 gnutls_srtp_set_mki.3 gnutls_srtp_set_profile.3 gnutls_srtp_set_profile_direct.3 gnutls_store_commitment.3 gnutls_store_pubkey.3 gnutls_strerror.3 gnutls_strerror_name.3 gnutls_supplemental_get_name.3 gnutls_tdb_deinit.3 gnutls_tdb_init.3 gnutls_tdb_set_store_commitment_func.3 gnutls_tdb_set_store_func.3 gnutls_tdb_set_verify_func.3 gnutls_tpm_get_registered.3 gnutls_tpm_key_list_deinit.3 gnutls_tpm_key_list_get_url.3 gnutls_tpm_privkey_delete.3 gnutls_tpm_privkey_generate.3 gnutls_transport_get_int.3 gnutls_transport_get_int2.3 gnutls_transport_get_ptr.3 gnutls_transport_get_ptr2.3 gnutls_transport_set_errno.3 gnutls_transport_set_errno_function.3 gnutls_transport_set_int.3 gnutls_transport_set_int2.3 gnutls_transport_set_ptr.3 gnutls_transport_set_ptr2.3 gnutls_transport_set_pull_function.3 gnutls_transport_set_pull_timeout_function.3 gnutls_transport_set_push_function.3 gnutls_transport_set_vec_push_function.3 gnutls_url_is_supported.3 gnutls_verify_stored_pubkey.3 gnutls_x509_crl_check_issuer.3 gnutls_x509_crl_deinit.3 gnutls_x509_crl_export.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crl_export2.3 gnutls_x509_crl_get_authority_key_gn_serial.3 gnutls_x509_crl_get_authority_key_id.3 gnutls_x509_crl_get_crt_count.3 gnutls_x509_crl_get_crt_serial.3 gnutls_x509_crl_get_dn_oid.3 gnutls_x509_crl_get_extension_data.3 gnutls_x509_crl_get_extension_info.3 gnutls_x509_crl_get_extension_oid.3 gnutls_x509_crl_get_issuer_dn.3 gnutls_x509_crl_get_issuer_dn2.3 gnutls_x509_crl_get_issuer_dn_by_oid.3 gnutls_x509_crl_get_next_update.3 gnutls_x509_crl_get_number.3 gnutls_x509_crl_get_raw_issuer_dn.3 gnutls_x509_crl_get_signature.3 gnutls_x509_crl_get_signature_algorithm.3 gnutls_x509_crl_get_this_update.3 gnutls_x509_crl_get_version.3 gnutls_x509_crl_import.3 gnutls_x509_crl_init.3 gnutls_x509_crl_list_import.3 gnutls_x509_crl_list_import2.3 gnutls_x509_crl_print.3 gnutls_x509_crl_privkey_sign.3 gnutls_x509_crl_set_authority_key_id.3 gnutls_x509_crl_set_crt.3 gnutls_x509_crl_set_crt_serial.3 gnutls_x509_crl_set_next_update.3 gnutls_x509_crl_set_number.3 gnutls_x509_crl_set_this_update.3 gnutls_x509_crl_set_version.3 gnutls_x509_crl_sign.3 gnutls_x509_crl_sign2.3 gnutls_x509_crl_verify.3 gnutls_x509_crq_deinit.3 gnutls_x509_crq_export.3 gnutls_x509_crq_export2.3 gnutls_x509_crq_get_attribute_by_oid.3 gnutls_x509_crq_get_attribute_data.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crq_get_attribute_info.3 gnutls_x509_crq_get_basic_constraints.3 gnutls_x509_crq_get_challenge_password.3 gnutls_x509_crq_get_dn.3 gnutls_x509_crq_get_dn2.3 gnutls_x509_crq_get_dn_by_oid.3 gnutls_x509_crq_get_dn_oid.3 gnutls_x509_crq_get_extension_by_oid.3 gnutls_x509_crq_get_extension_data.3 gnutls_x509_crq_get_extension_info.3 gnutls_x509_crq_get_key_id.3 gnutls_x509_crq_get_key_purpose_oid.3 gnutls_x509_crq_get_key_rsa_raw.3 gnutls_x509_crq_get_key_usage.3 gnutls_x509_crq_get_pk_algorithm.3 gnutls_x509_crq_get_private_key_usage_period.3 gnutls_x509_crq_get_subject_alt_name.3 gnutls_x509_crq_get_subject_alt_othername_oid.3 gnutls_x509_crq_get_version.3 gnutls_x509_crq_import.3 gnutls_x509_crq_init.3 gnutls_x509_crq_print.3 gnutls_x509_crq_privkey_sign.3 gnutls_x509_crq_set_attribute_by_oid.3 gnutls_x509_crq_set_basic_constraints.3 gnutls_x509_crq_set_challenge_password.3 gnutls_x509_crq_set_dn.3 gnutls_x509_crq_set_dn_by_oid.3 gnutls_x509_crq_set_key.3 gnutls_x509_crq_set_key_purpose_oid.3 gnutls_x509_crq_set_key_rsa_raw.3 gnutls_x509_crq_set_key_usage.3 gnutls_x509_crq_set_private_key_usage_period.3 gnutls_x509_crq_set_pubkey.3 gnutls_x509_crq_set_subject_alt_name.3 gnutls_x509_crq_set_version.3 gnutls_x509_crq_sign.3 gnutls_x509_crq_sign2.3 gnutls_x509_crq_verify.3 gnutls_x509_crt_check_hostname.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_check_issuer.3 gnutls_x509_crt_check_revocation.3 gnutls_x509_crt_cpy_crl_dist_points.3 gnutls_x509_crt_deinit.3 gnutls_x509_crt_export.3 gnutls_x509_crt_export2.3 gnutls_x509_crt_get_activation_time.3 gnutls_x509_crt_get_authority_info_access.3 gnutls_x509_crt_get_authority_key_gn_serial.3 gnutls_x509_crt_get_authority_key_id.3 gnutls_x509_crt_get_basic_constraints.3 gnutls_x509_crt_get_ca_status.3 gnutls_x509_crt_get_crl_dist_points.3 gnutls_x509_crt_get_dn.3 gnutls_x509_crt_get_dn2.3 gnutls_x509_crt_get_dn_by_oid.3 gnutls_x509_crt_get_dn_oid.3 gnutls_x509_crt_get_expiration_time.3 gnutls_x509_crt_get_extension_by_oid.3 gnutls_x509_crt_get_extension_data.3 gnutls_x509_crt_get_extension_info.3 gnutls_x509_crt_get_extension_oid.3 gnutls_x509_crt_get_fingerprint.3 gnutls_x509_crt_get_issuer.3 gnutls_x509_crt_get_issuer_alt_name.3 gnutls_x509_crt_get_issuer_alt_name2.3 gnutls_x509_crt_get_issuer_alt_othername_oid.3 gnutls_x509_crt_get_issuer_dn.3 gnutls_x509_crt_get_issuer_dn2.3 gnutls_x509_crt_get_issuer_dn_by_oid.3 gnutls_x509_crt_get_issuer_dn_oid.3 gnutls_x509_crt_get_issuer_unique_id.3 gnutls_x509_crt_get_key_id.3 gnutls_x509_crt_get_key_purpose_oid.3 gnutls_x509_crt_get_key_usage.3 gnutls_x509_crt_get_pk_algorithm.3 gnutls_x509_crt_get_pk_dsa_raw.3 gnutls_x509_crt_get_pk_rsa_raw.3 gnutls_x509_crt_get_policy.3 gnutls_x509_crt_get_preferred_hash_algorithm.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_get_private_key_usage_period.3 gnutls_x509_crt_get_proxy.3 gnutls_x509_crt_get_raw_dn.3 gnutls_x509_crt_get_raw_issuer_dn.3 gnutls_x509_crt_get_serial.3 gnutls_x509_crt_get_signature.3 gnutls_x509_crt_get_signature_algorithm.3 gnutls_x509_crt_get_subject.3 gnutls_x509_crt_get_subject_alt_name.3 gnutls_x509_crt_get_subject_alt_name2.3 gnutls_x509_crt_get_subject_alt_othername_oid.3 gnutls_x509_crt_get_subject_key_id.3 gnutls_x509_crt_get_subject_unique_id.3 gnutls_x509_crt_get_verify_algorithm.3 gnutls_x509_crt_get_version.3 gnutls_x509_crt_import.3 gnutls_x509_crt_import_pkcs11.3 gnutls_x509_crt_import_pkcs11_url.3 gnutls_x509_crt_init.3 gnutls_x509_crt_list_import.3 gnutls_x509_crt_list_import2.3 gnutls_x509_crt_list_import_pkcs11.3 gnutls_x509_crt_list_verify.3 gnutls_x509_crt_print.3 gnutls_x509_crt_privkey_sign.3 gnutls_x509_crt_set_activation_time.3 gnutls_x509_crt_set_authority_info_access.3 gnutls_x509_crt_set_authority_key_id.3 gnutls_x509_crt_set_basic_constraints.3 gnutls_x509_crt_set_ca_status.3 gnutls_x509_crt_set_crl_dist_points.3 gnutls_x509_crt_set_crl_dist_points2.3 gnutls_x509_crt_set_crq.3 gnutls_x509_crt_set_crq_extensions.3 gnutls_x509_crt_set_dn.3 gnutls_x509_crt_set_dn_by_oid.3 gnutls_x509_crt_set_expiration_time.3 gnutls_x509_crt_set_extension_by_oid.3 gnutls_x509_crt_set_issuer_dn.3 gnutls_x509_crt_set_issuer_dn_by_oid.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_set_key.3 gnutls_x509_crt_set_key_purpose_oid.3 gnutls_x509_crt_set_key_usage.3 gnutls_x509_crt_set_pin_function.3 gnutls_x509_crt_set_policy.3 gnutls_x509_crt_set_private_key_usage_period.3 gnutls_x509_crt_set_proxy.3 gnutls_x509_crt_set_proxy_dn.3 gnutls_x509_crt_set_pubkey.3 gnutls_x509_crt_set_serial.3 gnutls_x509_crt_set_subject_alternative_name.3 gnutls_x509_crt_set_subject_alt_name.3 gnutls_x509_crt_set_subject_key_id.3 gnutls_x509_crt_set_version.3 gnutls_x509_crt_sign.3 gnutls_x509_crt_sign2.3 gnutls_x509_crt_verify.3 gnutls_x509_crt_verify_data.3 gnutls_x509_crt_verify_hash.3 gnutls_x509_dn_deinit.3 gnutls_x509_dn_export.3 gnutls_x509_dn_export2.3 gnutls_x509_dn_get_rdn_ava.3 gnutls_x509_dn_import.3 gnutls_x509_dn_init.3 gnutls_x509_dn_oid_known.3 gnutls_x509_dn_oid_name.3 gnutls_x509_policy_release.3 gnutls_x509_privkey_cpy.3 gnutls_x509_privkey_deinit.3 gnutls_x509_privkey_export.3 gnutls_x509_privkey_export2.3 gnutls_x509_privkey_export2_pkcs8.3 gnutls_x509_privkey_export_dsa_raw.3 gnutls_x509_privkey_export_ecc_raw.3 gnutls_x509_privkey_export_pkcs8.3 gnutls_x509_privkey_export_rsa_raw.3 gnutls_x509_privkey_export_rsa_raw2.3 gnutls_x509_privkey_fix.3 gnutls_x509_privkey_generate.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_privkey_get_key_id.3 gnutls_x509_privkey_get_pk_algorithm.3 gnutls_x509_privkey_get_pk_algorithm2.3 gnutls_x509_privkey_import.3 gnutls_x509_privkey_import2.3 gnutls_x509_privkey_import_dsa_raw.3 gnutls_x509_privkey_import_ecc_raw.3 gnutls_x509_privkey_import_openssl.3 gnutls_x509_privkey_import_pkcs8.3 gnutls_x509_privkey_import_rsa_raw.3 gnutls_x509_privkey_import_rsa_raw2.3 gnutls_x509_privkey_init.3 gnutls_x509_privkey_sec_param.3 gnutls_x509_privkey_sign_data.3 gnutls_x509_privkey_sign_hash.3 gnutls_x509_privkey_verify_params.3 gnutls_x509_rdn_get.3 gnutls_x509_rdn_get_by_oid.3 gnutls_x509_rdn_get_oid.3 gnutls_x509_trust_list_add_cas.3 gnutls_x509_trust_list_add_crls.3 gnutls_x509_trust_list_add_named_crt.3 gnutls_x509_trust_list_add_system_trust.3 gnutls_x509_trust_list_add_trust_file.3 gnutls_x509_trust_list_add_trust_mem.3 gnutls_x509_trust_list_deinit.3 gnutls_x509_trust_list_get_issuer.3 gnutls_x509_trust_list_init.3 gnutls_x509_trust_list_remove_cas.3 gnutls_x509_trust_list_remove_trust_file.3 gnutls_x509_trust_list_remove_trust_mem.3 gnutls_x509_trust_list_verify_crt.3 gnutls_x509_trust_list_verify_named_crt.3 '/usr/share/man/man3' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-handshake-state.png gnutls-layers.png gnutls-modauth.png gnutls-pgp.png gnutls-client-server-use-case.png gnutls-handshake-sequence.png gnutls-internals.png gnutls-logo.png gnutls-x509.png pkcs11-vision.png '/usr/share/info' unit-oai-hss-0: 00:18:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./gnutls.info ./gnutls.info-1 ./gnutls.info-2 ./gnutls.info-3 ./gnutls.info-4 ./gnutls.info-5 ./gnutls-guile.info '/usr/share/info' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install python2.7-dev ssl-cert swig swig2.0 tcl tcl8.6 tk tk8.6 x11-utils xbitmaps unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 00:18:06 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcroco3 amd64 0.6.8-2ubuntu1 [82.4 kB] unit-oai-hss-0: 00:18:07 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpciaccess0 amd64 0.13.2-1 [20.4 kB] unit-oai-hss-0: 00:18:07 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-intel1 amd64 2.4.67-1ubuntu0.14.04.2 [55.3 kB] unit-oai-hss-0: 00:18:07 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-nouveau2 amd64 2.4.67-1ubuntu0.14.04.2 [16.0 kB] unit-oai-hss-0: 00:18:08 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-radeon1 amd64 2.4.67-1ubuntu0.14.04.2 [21.2 kB] unit-oai-hss-0: 00:18:08 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfontenc1 amd64 1:1.1.2-1 [15.6 kB] unit-oai-hss-0: 00:18:08 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libunistring0 amd64 0.9.3-5ubuntu3 [271 kB] unit-oai-hss-0: 00:18:08 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo0 amd64 0.18.3.1-1ubuntu3 [108 kB] unit-oai-hss-0: 00:18:08 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libllvm3.4 amd64 1:3.4-1ubuntu3 [6540 kB] unit-oai-hss-0: 00:18:09 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-dri amd64 10.1.3-0ubuntu0.6 [4823 kB] unit-oai-hss-0: 00:18:10 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libglapi-mesa amd64 10.1.3-0ubuntu0.6 [21.0 kB] unit-oai-hss-0: 00:18:10 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libx11-xcb1 amd64 2:1.6.2-1ubuntu2.1 [9350 B] unit-oai-hss-0: 00:18:10 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri2-0 amd64 1.10-2ubuntu1 [6710 B] unit-oai-hss-0: 00:18:10 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri3-0 amd64 1.10-2ubuntu1 [5118 B] unit-oai-hss-0: 00:18:10 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-glx0 amd64 1.10-2ubuntu1 [20.0 kB] unit-oai-hss-0: 00:18:10 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-present0 amd64 1.10-2ubuntu1 [5254 B] unit-oai-hss-0: 00:18:10 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-sync1 amd64 1.10-2ubuntu1 [8090 B] unit-oai-hss-0: 00:18:11 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxdamage1 amd64 1:1.1.4-1ubuntu1 [7612 B] unit-oai-hss-0: 00:18:11 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxfixes3 amd64 1:5.0.1-1ubuntu1.1 [10.4 kB] unit-oai-hss-0: 00:18:11 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxshmfence1 amd64 1.1-2 [4644 B] unit-oai-hss-0: 00:18:11 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86vm1 amd64 1:1.1.3-1 [11.7 kB] unit-oai-hss-0: 00:18:11 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-glx amd64 10.1.3-0ubuntu0.6 [113 kB] unit-oai-hss-0: 00:18:11 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgssrpc4 amd64 1.12+dfsg-2ubuntu5.3 [53.1 kB] unit-abot-epc-basic-0: 00:18:11 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-oai-hss-0: 00:18:11 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5clnt-mit9 amd64 1.12+dfsg-2ubuntu5.3 [36.1 kB] unit-oai-hss-0: 00:18:12 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkdb5-7 amd64 1.12+dfsg-2ubuntu5.3 [36.2 kB] unit-abot-epc-basic-0: 00:18:12 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-oai-hss-0: 00:18:12 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5srv-mit9 amd64 1.12+dfsg-2ubuntu5.3 [50.3 kB] unit-abot-epc-basic-0: 00:18:12 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-oai-hss-0: 00:18:12 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] unit-oai-hss-0: 00:18:12 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] unit-abot-epc-basic-0: 00:18:12 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.8) ... unit-abot-epc-basic-0: 00:18:13 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-oai-hss-0: 00:18:13 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtcl8.6 amd64 8.6.1-4ubuntu1 [841 kB] unit-oai-hss-0: 00:18:13 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxft2 amd64 2.3.1-2 [36.2 kB] unit-oai-hss-0: 00:18:13 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxss1 amd64 1:1.2.2-1 [8582 B] unit-oai-hss-0: 00:18:14 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtk8.6 amd64 8.6.1-3ubuntu2 [689 kB] unit-abot-epc-basic-0: 00:18:14 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-oai-hss-0: 00:18:14 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxmu6 amd64 2:1.1.1-1 [53.8 kB] unit-oai-hss-0: 00:18:14 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] unit-abot-epc-basic-0: 00:18:14 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-oai-hss-0: 00:18:14 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxaw7 amd64 2:1.0.12-1 [168 kB] unit-oai-hss-0: 00:18:14 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-shape0 amd64 1.10-2ubuntu1 [5654 B] unit-abot-epc-basic-0: 00:18:14 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-oai-hss-0: 00:18:14 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-oai-hss-0: 00:18:14 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-abot-epc-basic-0: 00:18:14 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-oai-hss-0: 00:18:15 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrandr2 amd64 2:1.5.0-1~trusty1 [17.5 kB] unit-abot-epc-basic-0: 00:18:15 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-oai-hss-0: 00:18:15 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-abot-epc-basic-0: 00:18:15 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-oai-hss-0: 00:18:15 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-oai-hss-0: 00:18:15 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-oai-hss-0: 00:18:15 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-oai-hss-0: 00:18:15 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gettext amd64 0.18.3.1-1ubuntu3 [829 kB] unit-abot-epc-basic-0: 00:18:15 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 00:18:15 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main intltool-debian all 0.35.0+20060710.1 [31.6 kB] unit-oai-hss-0: 00:18:16 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main po-debconf all 1.0.16+nmu2ubuntu1 [210 kB] unit-oai-hss-0: 00:18:16 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dh-apparmor all 2.10.95-0ubuntu2.6~14.04.3 [11.6 kB] unit-oai-hss-0: 00:18:16 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debhelper all 9.20131227ubuntu1 [604 kB] unit-abot-epc-basic-0: 00:18:16 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-oai-hss-0: 00:18:16 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main comerr-dev amd64 2.1-1.42.9-3ubuntu1.3 [38.3 kB] unit-abot-epc-basic-0: 00:18:16 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-oai-hss-0: 00:18:16 DEBUG unit.oai-hss/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main krb5-multidev amd64 1.12+dfsg-2ubuntu5.3 [111 kB] unit-abot-epc-basic-0: 00:18:16 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 00:18:16 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf-dev amd64 0.18.3.1-1ubuntu3 [4438 B] unit-abot-epc-basic-0: 00:18:16 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 00:18:17 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo-dev amd64 0.18.3.1-1ubuntu3 [122 kB] unit-abot-epc-basic-0: 00:18:17 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 00:18:17 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsys-hostname-long-perl all 1.4-3 [11.3 kB] unit-abot-epc-basic-0: 00:18:17 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 00:18:17 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-abot-epc-basic-0: 00:18:17 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-oai-hss-0: 00:18:17 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq5 amd64 9.3.24-0ubuntu0.14.04 [78.5 kB] unit-abot-epc-basic-0: 00:18:17 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-oai-hss-0: 00:18:17 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq-dev amd64 9.3.24-0ubuntu0.14.04 [140 kB] unit-abot-epc-basic-0: 00:18:17 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 00:18:17 DEBUG unit.oai-hss/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7078 B] unit-abot-epc-basic-0: 00:18:17 DEBUG unit.abot-epc-basic/0.install Setting up libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 00:18:17 DEBUG unit.abot-epc-basic/0.install Setting up libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 00:18:17 DEBUG unit.oai-hss/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libutempter0 amd64 1.1.5-4build1 [8366 B] unit-abot-epc-basic-0: 00:18:17 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-oai-hss-0: 00:18:17 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] unit-abot-epc-basic-0: 00:18:18 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-oai-hss-0: 00:18:18 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial-common all 2.8.2-1ubuntu1.3 [1520 kB] unit-abot-epc-basic-0: 00:18:18 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 00:18:18 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial amd64 2.8.2-1ubuntu1.3 [41.1 kB] unit-oai-hss-0: 00:18:18 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] unit-abot-epc-basic-0: 00:18:18 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-oai-hss-0: 00:18:18 DEBUG unit.oai-hss/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1166 B] unit-oai-hss-0: 00:18:18 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ssl-cert all 1.0.33 [16.6 kB] unit-abot-epc-basic-0: 00:18:18 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 00:18:18 DEBUG unit.oai-hss/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig2.0 amd64 2.0.11-1ubuntu2 [875 kB] unit-abot-epc-basic-0: 00:18:18 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-oai-hss-0: 00:18:19 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig amd64 2.0.11-1ubuntu2 [6272 B] unit-abot-epc-basic-0: 00:18:19 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 00:18:19 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl8.6 amd64 8.6.1-4ubuntu1 [14.2 kB] unit-oai-hss-0: 00:18:19 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl amd64 8.6.0+6ubuntu3 [4900 B] unit-abot-epc-basic-0: 00:18:19 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 00:18:19 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/openblas-base/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-abot-epc-basic-0: 00:18:19 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/openblas-base/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode unit-oai-hss-0: 00:18:19 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk8.6 amd64 8.6.1-3ubuntu2 [12.1 kB] unit-abot-epc-basic-0: 00:18:19 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-oai-hss-0: 00:18:19 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk amd64 8.6.0+6ubuntu3 [3192 B] unit-abot-epc-basic-0: 00:18:19 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 00:18:19 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main x11-utils amd64 7.7+1 [230 kB] unit-abot-epc-basic-0: 00:18:19 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-oai-hss-0: 00:18:19 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xbitmaps all 1.1.1-2 [28.1 kB] unit-abot-epc-basic-0: 00:18:19 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 00:18:20 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 00:18:20 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 00:18:20 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xterm amd64 297-1ubuntu1 [665 kB] unit-oai-hss-0: 00:18:20 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-abot-epc-basic-0: 00:18:20 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 00:18:20 DEBUG unit.oai-hss/0.install Extracting templates from packages: 41% Extracting templates from packages: 82% Extracting templates from packages: 100% unit-oai-hss-0: 00:18:20 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 00:18:20 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-abot-epc-basic-0: 00:18:20 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-oai-hss-0: 00:18:20 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 13s (3154 kB/s) unit-abot-epc-basic-0: 00:18:20 DEBUG unit.abot-epc-basic/0.install Setting up libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 00:18:20 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 00:18:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 00:18:20 DEBUG unit.oai-hss/0.install (Reading database ... 118505 files and directories currently installed.) unit-oai-hss-0: 00:18:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 00:18:20 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 00:18:20 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-abot-epc-basic-0: 00:18:20 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 00:18:20 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:18:21 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 00:18:21 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 00:18:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 00:18:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 00:18:21 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-abot-epc-basic-0: 00:18:21 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 00:18:21 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:18:21 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 00:18:21 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf (x86_64-linux-gnu_egl_conf) in auto mode unit-oai-hss-0: 00:18:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 00:18:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-abot-epc-basic-0: 00:18:21 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 00:18:22 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-oai-hss-0: 00:18:22 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-abot-epc-basic-0: 00:18:22 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 00:18:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 00:18:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-abot-epc-basic-0: 00:18:22 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 00:18:22 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-abot-epc-basic-0: 00:18:22 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 00:18:22 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-oai-hss-0: 00:18:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 00:18:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-abot-epc-basic-0: 00:18:23 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 00:18:23 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-abot-epc-basic-0: 00:18:23 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 00:18:23 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 00:18:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 00:18:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 00:18:23 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-abot-epc-basic-0: 00:18:23 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-oai-hss-0: 00:18:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 00:18:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:18:23 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-oai-hss-0: 00:18:23 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-abot-epc-basic-0: 00:18:24 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 00:18:24 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-oai-hss-0: 00:18:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 00:18:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:18:24 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:18:24 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-abot-epc-basic-0: 00:18:24 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-oai-hss-0: 00:18:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 00:18:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:18:25 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:18:25 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-abot-epc-basic-0: 00:18:25 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:18:25 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 00:18:25 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 00:18:25 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 00:18:25 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 00:18:25 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 00:18:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 00:18:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 00:18:26 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 00:18:26 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 00:18:26 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 00:18:26 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 00:18:27 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 00:18:27 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-oai-hss-0: 00:18:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 00:18:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 00:18:27 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 00:18:27 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 00:18:28 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 00:18:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 00:18:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 00:18:28 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 00:18:28 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-abot-epc-basic-0: 00:18:28 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-oai-hss-0: 00:18:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 00:18:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 00:18:28 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 00:18:29 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 00:18:29 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 00:18:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 00:18:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 00:18:29 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 00:18:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 00:18:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 00:18:30 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 00:18:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 00:18:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 00:18:30 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 00:18:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 00:18:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 00:18:31 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 00:18:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 00:18:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:18:32 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 00:18:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 00:18:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 00:18:32 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 00:18:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 00:18:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 00:18:33 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 00:18:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 00:18:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 00:18:33 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 00:18:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 00:18:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 00:18:34 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 00:18:34 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-oai-hss-0: 00:18:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 00:18:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 00:18:34 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 00:18:35 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-oai-hss-0: 00:18:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 00:18:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 00:18:35 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 00:18:35 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 00:18:35 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 00:18:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 00:18:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 00:18:35 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 00:18:36 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 00:18:36 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 00:18:36 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 00:18:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 00:18:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-abot-epc-basic-0: 00:18:36 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-oai-hss-0: 00:18:36 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 00:18:36 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-oai-hss-0: 00:18:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 00:18:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 00:18:37 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-abot-epc-basic-0: 00:18:37 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-oai-hss-0: 00:18:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 00:18:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 00:18:37 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-abot-epc-basic-0: 00:18:37 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 00:18:37 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 00:18:37 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 00:18:37 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 00:18:38 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 00:18:38 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 00:18:38 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 00:18:38 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 00:18:38 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 00:18:38 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 00:18:39 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 00:18:39 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 00:18:40 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-oai-hss-0: 00:18:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 00:18:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 00:18:40 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-abot-epc-basic-0: 00:18:40 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 00:18:41 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 00:18:41 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 00:18:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode unit-abot-epc-basic-0: 00:18:41 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 00:18:41 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 00:18:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-oai-hss-0: 00:18:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 00:18:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-abot-epc-basic-0: 00:18:41 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-oai-hss-0: 00:18:41 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-abot-epc-basic-0: 00:18:42 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 00:18:42 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 00:18:42 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 00:18:42 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:18:42 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-oai-hss-0: 00:18:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 00:18:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 00:18:42 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-oai-hss-0: 00:18:42 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 00:18:42 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 00:18:43 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 00:18:43 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-oai-hss-0: 00:18:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 00:18:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 00:18:43 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-abot-epc-basic-0: 00:18:44 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-oai-hss-0: 00:18:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 00:18:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 00:18:44 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-abot-epc-basic-0: 00:18:44 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-oai-hss-0: 00:18:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 00:18:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 00:18:44 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-abot-epc-basic-0: 00:18:45 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 00:18:45 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3) ... unit-oai-hss-0: 00:18:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 00:18:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 00:18:45 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-abot-epc-basic-0: 00:18:45 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-oai-hss-0: 00:18:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 00:18:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 00:18:46 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 00:18:46 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 00:18:46 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 00:18:46 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-oai-hss-0: 00:18:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 00:18:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 00:18:46 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 00:18:46 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 00:18:46 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 00:18:46 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 00:18:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 00:18:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 00:18:46 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 00:18:46 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:18:47 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 00:18:47 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 00:18:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 00:18:47 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-oai-hss-0: 00:18:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 00:18:47 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-abot-epc-basic-0: 00:18:47 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 00:18:47 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 00:18:47 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-oai-hss-0: 00:18:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 00:18:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 00:18:48 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 00:18:48 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 00:18:48 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-abot-epc-basic-0: 00:18:48 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-oai-hss-0: 00:18:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 00:18:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 00:18:48 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 00:18:48 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 00:18:49 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-oai-hss-0: 00:18:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 00:18:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 00:18:49 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 00:18:49 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:18:49 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-abot-epc-basic-0: 00:18:49 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-oai-hss-0: 00:18:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 00:18:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 00:18:49 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 00:18:49 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 00:18:50 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-oai-hss-0: 00:18:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 00:18:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 00:18:50 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3) ... unit-abot-epc-basic-0: 00:18:50 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 00:18:50 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 00:18:50 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 00:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 00:18:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 00:18:51 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-abot-epc-basic-0: 00:18:51 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 00:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 00:18:51 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 00:18:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 00:18:51 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-abot-epc-basic-0: 00:18:51 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode unit-abot-epc-basic-0: 00:18:51 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode unit-abot-epc-basic-0: 00:18:51 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 00:18:51 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-oai-hss-0: 00:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 00:18:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.6~14.04.3_all.deb ... unit-oai-hss-0: 00:18:51 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-abot-epc-basic-0: 00:18:51 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 00:18:51 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-oai-hss-0: 00:18:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 00:18:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 00:18:52 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-abot-epc-basic-0: 00:18:52 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 00:18:52 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:18:52 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-oai-hss-0: 00:18:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 00:18:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-abot-epc-basic-0: 00:18:52 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 00:18:52 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-abot-epc-basic-0: 00:18:52 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/ghostscript/9.18 to provide /usr/share/ghostscript/current (ghostscript-current) in auto mode unit-abot-epc-basic-0: 00:18:52 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 00:18:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 00:18:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-abot-epc-basic-0: 00:18:52 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 00:18:53 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 00:18:53 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 00:18:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 00:18:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:18:53 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-oai-hss-0: 00:18:53 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-abot-epc-basic-0: 00:18:53 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 00:18:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 00:18:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:18:54 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-oai-hss-0: 00:18:54 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-abot-epc-basic-0: 00:18:54 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 00:18:54 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-oai-hss-0: 00:18:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 00:18:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 00:18:54 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-abot-epc-basic-0: 00:18:54 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 00:18:54 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 00:18:55 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-oai-hss-0: 00:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 00:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 00:18:55 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 00:18:55 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 00:18:55 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-oai-hss-0: 00:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 00:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-abot-epc-basic-0: 00:18:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode unit-oai-hss-0: 00:18:55 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-abot-epc-basic-0: 00:18:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot4 (gnuplot4) in auto mode unit-abot-epc-basic-0: 00:18:55 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 00:18:56 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 00:18:56 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 00:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 00:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 00:18:56 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-abot-epc-basic-0: 00:18:56 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 00:18:56 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 00:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 00:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 00:18:56 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-oai-hss-0: 00:18:56 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-abot-epc-basic-0: 00:18:56 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 00:18:57 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 00:18:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 00:18:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-abot-epc-basic-0: 00:18:57 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-oai-hss-0: 00:18:57 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-abot-epc-basic-0: 00:18:57 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 00:18:57 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-oai-hss-0: 00:18:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 00:18:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 00:18:57 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-abot-epc-basic-0: 00:18:57 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 00:18:57 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 00:18:58 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 00:18:58 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/guile-2.0 to provide /usr/bin/guile (guile) in auto mode unit-oai-hss-0: 00:18:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 00:18:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-abot-epc-basic-0: 00:18:58 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 00:18:58 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-abot-epc-basic-0: 00:18:58 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 00:18:58 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-oai-hss-0: 00:18:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 00:18:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-abot-epc-basic-0: 00:18:58 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 00:18:59 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-abot-epc-basic-0: 00:18:59 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 00:18:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 00:18:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 00:18:59 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 00:18:59 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... unit-abot-epc-basic-0: 00:18:59 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 00:18:59 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-oai-hss-0: 00:18:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 00:18:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 00:18:59 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-abot-epc-basic-0: 00:19:00 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 00:19:00 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 00:19:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 00:19:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 00:19:00 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-abot-epc-basic-0: 00:19:00 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 00:19:00 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-oai-hss-0: 00:19:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 00:19:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 00:19:01 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-abot-epc-basic-0: 00:19:01 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 00:19:01 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 00:19:01 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-oai-hss-0: 00:19:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 00:19:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 00:19:02 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-abot-epc-basic-0: 00:19:02 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-oai-hss-0: 00:19:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 00:19:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 00:19:02 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-abot-epc-basic-0: 00:19:02 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-oai-hss-0: 00:19:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 00:19:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 00:19:02 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-abot-epc-basic-0: 00:19:02 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 00:19:02 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 00:19:03 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-oai-hss-0: 00:19:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 00:19:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 00:19:03 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-abot-epc-basic-0: 00:19:03 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 00:19:03 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 00:19:03 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 00:19:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 00:19:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 00:19:04 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-abot-epc-basic-0: 00:19:04 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 00:19:04 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 00:19:05 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4) ... unit-oai-hss-0: 00:19:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 00:19:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 00:19:05 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 00:19:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 00:19:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 00:19:05 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 00:19:05 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 00:19:05 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 00:19:06 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 00:19:06 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-oai-hss-0: 00:19:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 00:19:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 00:19:06 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-abot-epc-basic-0: 00:19:06 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 00:19:06 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 00:19:06 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 00:19:06 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 00:19:07 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:19:07 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 00:19:07 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 00:19:07 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 00:19:07 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 00:19:07 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 00:19:07 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 00:19:07 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 00:19:08 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 00:19:08 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode unit-abot-epc-basic-0: 00:19:08 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 00:19:08 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 00:19:08 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 00:19:08 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:19:08 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 00:19:08 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 00:19:08 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 00:19:08 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:19:08 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:19:09 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 00:19:09 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 00:19:09 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 00:19:09 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 00:19:09 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 00:19:09 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 00:19:09 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-oai-hss-0: 00:19:09 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 00:19:10 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 00:19:10 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-abot-epc-basic-0: 00:19:10 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 00:19:10 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 00:19:10 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-oai-hss-0: 00:19:10 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-abot-epc-basic-0: 00:19:10 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 00:19:10 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 00:19:11 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 00:19:11 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 00:19:11 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-abot-epc-basic-0: 00:19:11 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-oai-hss-0: 00:19:12 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-abot-epc-basic-0: 00:19:12 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-oai-hss-0: 00:19:12 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-abot-epc-basic-0: 00:19:12 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:19:12 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-abot-epc-basic-0: 00:19:12 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:19:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:19:13 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-abot-epc-basic-0: 00:19:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:19:13 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-abot-epc-basic-0: 00:19:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:19:13 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-abot-epc-basic-0: 00:19:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:19:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 00:19:14 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 00:19:14 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 00:19:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 00:19:14 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 00:19:14 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-oai-hss-0: 00:19:14 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 00:19:15 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-abot-epc-basic-0: 00:19:15 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 00:19:15 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 00:19:15 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 00:19:15 DEBUG unit.abot-epc-basic/0.install Setting up libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 00:19:15 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 00:19:15 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 00:19:16 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 00:19:16 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 00:19:16 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 00:19:16 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-oai-hss-0: 00:19:16 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 00:19:16 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:19:16 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 00:19:17 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-abot-epc-basic-0: 00:19:17 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 00:19:17 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 00:19:17 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-abot-epc-basic-0: 00:19:17 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 00:19:17 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-abot-epc-basic-0: 00:19:17 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-oai-hss-0: 00:19:17 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 00:19:18 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 00:19:18 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 00:19:18 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-oai-hss-0: 00:19:18 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-abot-epc-basic-0: 00:19:18 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 00:19:18 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 00:19:18 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-oai-hss-0: 00:19:18 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 00:19:18 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 00:19:18 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-oai-hss-0: 00:19:18 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 00:19:18 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-oai-hss-0: 00:19:19 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 00:19:19 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-oai-hss-0: 00:19:19 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-abot-epc-basic-0: 00:19:19 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-oai-hss-0: 00:19:19 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-abot-epc-basic-0: 00:19:19 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-oai-hss-0: 00:19:19 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-abot-epc-basic-0: 00:19:19 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 00:19:19 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 00:19:19 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-abot-epc-basic-0: 00:19:19 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-oai-hss-0: 00:19:19 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 00:19:20 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 00:19:20 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-abot-epc-basic-0: 00:19:20 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-oai-hss-0: 00:19:20 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-abot-epc-basic-0: 00:19:20 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-oai-hss-0: 00:19:20 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-abot-epc-basic-0: 00:19:20 DEBUG unit.abot-epc-basic/0.install Setting up libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:19:20 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-oai-hss-0: 00:19:21 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-abot-epc-basic-0: 00:19:21 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 00:19:21 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 00:19:21 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 00:19:21 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 00:19:21 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 00:19:21 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 00:19:21 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 00:19:21 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 00:19:22 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-abot-epc-basic-0: 00:19:22 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 00:19:22 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 00:19:22 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 00:19:22 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 00:19:23 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 00:19:23 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 00:19:23 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 00:19:23 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-oai-hss-0: 00:19:23 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode unit-abot-epc-basic-0: 00:19:23 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-oai-hss-0: 00:19:23 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3) ... unit-abot-epc-basic-0: 00:19:23 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-oai-hss-0: 00:19:24 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-abot-epc-basic-0: 00:19:24 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-oai-hss-0: 00:19:24 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-abot-epc-basic-0: 00:19:24 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-oai-hss-0: 00:19:24 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 00:19:24 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-abot-epc-basic-0: 00:19:24 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-oai-hss-0: 00:19:24 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-abot-epc-basic-0: 00:19:25 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 00:19:25 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 00:19:25 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-abot-epc-basic-0: 00:19:25 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 00:19:25 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 00:19:25 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 00:19:26 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 00:19:26 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 00:19:26 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-oai-hss-0: 00:19:26 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-abot-epc-basic-0: 00:19:27 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-oai-hss-0: 00:19:27 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-abot-epc-basic-0: 00:19:27 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-oai-hss-0: 00:19:27 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-abot-epc-basic-0: 00:19:27 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 00:19:27 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-oai-hss-0: 00:19:28 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 00:19:28 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 00:19:28 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 00:19:28 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-abot-epc-basic-0: 00:19:28 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 00:19:29 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 00:19:29 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 00:19:29 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 00:19:29 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 00:19:29 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-abot-epc-basic-0: 00:19:29 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 00:19:29 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 00:19:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:29 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-abot-epc-basic-0: 00:19:29 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 00:19:29 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... unit-abot-epc-basic-0: 00:19:30 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-oai-hss-0: 00:19:30 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-abot-epc-basic-0: 00:19:30 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 00:19:30 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-abot-epc-basic-0: 00:19:30 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 00:19:30 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 00:19:30 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 00:19:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode unit-oai-hss-0: 00:19:30 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-abot-epc-basic-0: 00:19:30 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 00:19:30 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 00:19:30 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 00:19:31 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-oai-hss-0: 00:19:31 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-abot-epc-basic-0: 00:19:31 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 00:19:31 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-oai-hss-0: 00:19:31 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-abot-epc-basic-0: 00:19:31 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-oai-hss-0: 00:19:31 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-abot-epc-basic-0: 00:19:31 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 00:19:31 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-oai-hss-0: 00:19:32 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 00:19:32 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-abot-epc-basic-0: 00:19:32 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-oai-hss-0: 00:19:32 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-abot-epc-basic-0: 00:19:32 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 00:19:32 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 00:19:32 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-oai-hss-0: 00:19:33 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 00:19:33 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 00:19:33 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 00:19:33 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-oai-hss-0: 00:19:33 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-abot-epc-basic-0: 00:19:33 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 00:19:33 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 00:19:34 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-oai-hss-0: 00:19:34 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 00:19:34 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 00:19:34 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 00:19:34 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 00:19:34 DEBUG unit.abot-epc-basic/0.install Setting up libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 00:19:34 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 00:19:34 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 00:19:34 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 00:19:34 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-abot-epc-basic-0: 00:19:35 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 00:19:35 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 00:19:36 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:19:36 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode unit-abot-epc-basic-0: 00:19:36 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:19:36 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:19:37 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 00:19:37 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 00:19:37 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 00:19:38 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 00:19:38 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 00:19:38 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 00:19:38 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 00:19:39 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 00:19:39 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 00:19:39 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 00:19:39 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 00:19:40 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 00:19:40 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 00:19:40 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 00:19:40 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 00:19:40 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 00:19:40 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 00:19:41 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 00:19:41 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install libfdproto;dl;/usr/lib/x86_64-linux-gnu/libsctp.so;/usr/lib/x86_64-linux-gnu/libgcrypt.so;/usr/lib/libgnutls.so unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 00:19:42 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-abot-epc-basic-0: 00:19:42 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 00:19:42 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-abot-epc-basic-0: 00:19:43 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 00:19:43 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-abot-epc-basic-0: 00:19:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-abot-epc-basic-0: 00:19:44 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 00:19:44 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-abot-epc-basic-0: 00:19:45 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-abot-epc-basic-0: 00:19:45 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 00:19:45 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-abot-epc-basic-0: 00:19:45 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 00:19:45 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-abot-epc-basic-0: 00:19:46 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-abot-epc-basic-0: 00:19:46 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 00:19:46 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-abot-epc-basic-0: 00:19:46 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-abot-epc-basic-0: 00:19:46 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-abot-epc-basic-0: 00:19:46 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 00:19:46 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-abot-epc-basic-0: 00:19:46 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 00:19:47 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-abot-epc-basic-0: 00:19:47 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-abot-epc-basic-0: 00:19:47 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-abot-epc-basic-0: 00:19:47 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 00:19:47 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install [ 60%] Building C object extensions/dict_s6a/CMakeFiles/dict_s6a.dir/dict_s6a.c.o unit-abot-epc-basic-0: 00:19:48 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install [ 61%] Building C object extensions/dict_nasreq/CMakeFiles/dict_nasreq.dir/dict_nasreq.c.o unit-abot-epc-basic-0: 00:19:48 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install [ 62%] Building C object extensions/dict_eap/CMakeFiles/dict_eap.dir/dict_eap.c.o unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install [ 63%] Building C object extensions/dict_dcca/CMakeFiles/dict_dcca.dir/dict_dcca.c.o unit-abot-epc-basic-0: 00:19:48 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 00:19:48 DEBUG unit.oai-hss/0.install [ 64%] Building C object extensions/dict_dcca_3gpp/CMakeFiles/dict_dcca_3gpp.dir/dict_dcca_3gpp.c.o unit-abot-epc-basic-0: 00:19:48 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 00:19:49 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 00:19:49 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-abot-epc-basic-0: 00:19:49 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install [ 65%] Building C object extensions/dict_dcca_starent/CMakeFiles/dict_dcca_starent.dir/dict_dcca_starent.c.o unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install [ 66%] Building C object extensions/dict_sip/CMakeFiles/dict_sip.dir/dict_sip.c.o unit-abot-epc-basic-0: 00:19:49 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install [ 67%] Building C object extensions/dict_mip6a/CMakeFiles/dict_mip6a.dir/dict_mip6a.c.o unit-abot-epc-basic-0: 00:19:49 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install [ 68%] Building C object extensions/dict_mip6i/CMakeFiles/dict_mip6i.dir/dict_mip6i.c.o unit-abot-epc-basic-0: 00:19:49 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 00:19:49 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install [ 69%] Building C object extensions/dict_nas_mipv6/CMakeFiles/dict_nas_mipv6.dir/dict_nas_mipv6.c.o unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 00:19:49 DEBUG unit.oai-hss/0.install [ 70%] Building C object extensions/dict_rfc5777/CMakeFiles/dict_rfc5777.dir/dict_rfc5777.c.o unit-abot-epc-basic-0: 00:19:49 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 73%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rt_default.c.o unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 75%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/lex.rtd_conf.c.o unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 76%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_conf.tab.c.o unit-abot-epc-basic-0: 00:19:50 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... unit-abot-epc-basic-0: 00:19:50 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 77%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_rules.c.o unit-abot-epc-basic-0: 00:19:50 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 78%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/rt_redir.c.o unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 79%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_entries.c.o unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 80%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_expiry.c.o unit-abot-epc-basic-0: 00:19:50 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 81%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_fwd.c.o unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 82%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_out.c.o unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 86%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/lex.rtbusy_conf.c.o unit-abot-epc-basic-0: 00:19:50 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 87%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy_conf.tab.c.o unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-abot-epc-basic-0: 00:19:50 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install [ 88%] Building C object extensions/rt_ignore_dh/CMakeFiles/rt_ignore_dh.dir/rt_ignore_dh.c.o unit-oai-hss-0: 00:19:50 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 89%] Building C object extensions/rt_load_balance/CMakeFiles/rt_load_balance.dir/rt_load_balance.c.o unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-abot-epc-basic-0: 00:19:51 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 92%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/acl_wl.c.o unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 93%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_tree.c.o unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 94%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/lex.aw_conf.c.o unit-abot-epc-basic-0: 00:19:51 DEBUG unit.abot-epc-basic/0.install Setting up libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 95%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_conf.tab.c.o unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 96%] Building C object extensions/dbg_monitor/CMakeFiles/dbg_monitor.dir/dbg_monitor.c.o unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 97%] Building C object extensions/dbg_msg_timings/CMakeFiles/dbg_msg_timings.dir/dbg_msg_timings.c.o unit-abot-epc-basic-0: 00:19:51 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 98%] Building C object extensions/dbg_msg_dumps/CMakeFiles/dbg_msg_dumps.dir/dbg_msg_dumps.c.o unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [100%] Building C object extensions/dbg_rt/CMakeFiles/dbg_rt.dir/dbg_rt.c.o unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-abot-epc-basic-0: 00:19:51 DEBUG unit.abot-epc-basic/0.install Setting up mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 00:19:51 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-abot-epc-basic-0: 00:19:52 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 00:19:52 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install python-pexpect unit-abot-epc-basic-0: 00:19:52 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-pexpect all 3.1-1ubuntu0.1 [37.8 kB] unit-abot-epc-basic-0: 00:19:52 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-oai-hss-0: 00:19:52 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (93.5 kB/s) unit-abot-epc-basic-0: 00:19:52 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 00:19:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 00:19:53 DEBUG unit.oai-hss/0.install (Reading database ... 121396 files and directories currently installed.) unit-oai-hss-0: 00:19:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 00:19:53 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 00:19:53 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 00:19:53 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-oai-hss-0: 00:19:54 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 00:19:54 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 00:19:54 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install + install -o root -g root -m 0644 /var/lib/juju/agents/unit-oai-hss-0/charm/files/CMakeLists.txt /srv/openair-cn/BUILD/HSS/CMakeLists.txt unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-abot-epc-basic-0: 00:19:55 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 00:19:55 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install ...................................++++++ unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install .....++++++ unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-abot-epc-basic-0: 00:19:55 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install ...................................................++++++ unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install ..........................++++++ unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Not Before: Sep 5 00:19:55 2018 GMT unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Not After : Sep 5 00:19:55 2019 GMT unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install 04:65:F4:E7:F8:77:5F:19:BC:C7:ED:0B:BC:8F:6B:1D:AD:15:B8:53 unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install keyid:DF:92:0F:1D:C2:D4:9C:67:F6:B6:36:A4:48:A1:01:43:77:2F:5F:A6 unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Certificate is to be certified until Sep 5 00:19:55 2019 GMT (365 days) unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install [ 4%] [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] [ 30%] [ 34%] [ 39%] [ 43%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/fx.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-abot-epc-basic-0: 00:19:55 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install [ 47%] [ 52%] [ 56%] [ 60%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install [ 65%] [ 69%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/random.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install [ 73%] Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/conversion.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/kdf.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_auth_info.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/pid_file.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_subscription_data.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/hss_config.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_epc_equipment.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/sequence_number.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_error.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_common.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_fd.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_in_addr.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install [ 82%] [ 86%] [ 91%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 00:19:55 DEBUG unit.oai-hss/0.install [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-oai-hss-0: 00:19:56 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 00:19:56 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_up_loc.c.o unit-oai-hss-0: 00:19:56 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_supported_features.c.o unit-abot-epc-basic-0: 00:19:56 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 00:19:56 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 00:19:56 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-abot-epc-basic-0: 00:19:56 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 00:19:56 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 00:19:56 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-abot-epc-basic-0: 00:19:57 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 00:19:57 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode unit-abot-epc-basic-0: 00:19:57 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-abot-epc-basic-0: 00:19:57 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 00:19:57 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [ 95%] Linking C static library libhss_auc.a unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install Built target hss_s6a unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_auc unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_db unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [100%] Building C object CMakeFiles/oai_hss.dir/srv/openair-cn/SRC/OAI_HSS/hss_main.c.o unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 00:19:57 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 00:19:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:19:58 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 00:19:58 DEBUG unit.oai-hss/0.install + cp /var/lib/juju/agents/unit-oai-hss-0/charm/files/oai_hss /etc/init/oai_hss.conf unit-oai-hss-0: 00:19:58 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 00:19:58 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 00:19:58 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:19:58 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-abot-epc-basic-0: 00:19:58 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-oai-hss-0: 00:19:58 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 00:19:58 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 00:19:58 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 00:19:58 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-oai-hss-0: 00:19:58 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 00:19:58 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 00:19:58 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 00:19:58 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 00:19:58 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 00:19:58 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 00:19:58 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 00:19:58 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 00:19:58 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 00:19:59 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 00:19:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 00:19:59 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 00:19:59 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 00:19:59 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 00:19:59 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 00:19:59 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-oai-hss-0: 00:19:59 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 00:19:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 00:19:59 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 00:19:59 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 00:19:59 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 00:19:59 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 00:19:59 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-oai-hss-0: 00:19:59 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 00:19:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 00:19:59 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 00:19:59 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 00:19:59 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed cat: /var/lib/juju/agents/unit-oai-hss-0/charm/.realm: No such file or directory unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 00:19:59 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + sed -i s/oai-hss-0.openair4G.eur/oai-hss-0.openair4G.eur/ /etc/hosts unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + /srv/openair-cn/SCRIPTS/check_hss_s6a_certificate /usr oai-hss-0.openair4G.eur unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(Identity[ ]*=[ ]*)".*"/\1"oai-hss-0.openair4G.eur"/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(Realm[ ]*=[ ]*)".*"/\1"openair4G.eur"/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(^ALLOW_OLD_TLS[ ]*).*/\1*.openair4G.eur/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 00:19:59 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 00:20:00 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:20:00 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 00:20:00 DEBUG unit.oai-hss/0.config-changed + juju-log 'HSS is built, but is waiting for active connection to gather the last info' unit-oai-hss-0: 00:20:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:00 INFO unit.oai-hss/0.juju-log HSS is built, but is waiting for active connection to gather the last info unit-oai-hss-0: 00:20:00 DEBUG unit.oai-hss/0.config-changed + juju-log 'no db is found, so HSS process is not going to be run' unit-oai-hss-0: 00:20:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:00 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 00:20:00 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 00:20:00 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 00:20:00 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 00:20:00 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 00:20:00 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 00:20:00 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:20:00 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 00:20:00 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 00:20:00 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 00:20:00 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 00:20:00 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-oai-hss-0: 00:20:00 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 00:20:00 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-oai-hss-0: 00:20:00 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-abot-epc-basic-0: 00:20:00 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-mysql-0: 00:20:00 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 00:20:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:20:00 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 00:20:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 00:20:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 00:20:00 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 00:20:00 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 00:20:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-abot-epc-basic-0: 00:20:00 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-oai-hss-0: 00:20:00 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 00:20:00 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 00:20:01 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 00:20:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-epc-0: 00:20:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-mysql-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-mysql-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-mysql-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 00:20:01 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-mysql-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-oai-hss-0: 00:20:01 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 00:20:01 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 00:20:01 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 00:20:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 00:20:01 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 00:20:01 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 00:20:01 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 00:20:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 00:20:01 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 00:20:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 00:20:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-mysql-0: 00:20:01 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + user=toneesurachiree unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + password=ahcaibeeweevool unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.14 unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-mysql-0: 00:20:01 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `toneesurachiree` identified by 'ahcaibeeweevool'] unit-mysql-0: 00:20:01 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `toneesurachiree` identified by 'ahcaibeeweevool'] unit-mysql-0: 00:20:01 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=toneesurachiree', 'password=ahcaibeeweevool', 'host=192.168.121.14', 'slave=False'] unit-mysql-0: 00:20:01 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-oai-hss-0: 00:20:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.14 toneesurachiree ahcaibeeweevool oai-hss unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.14"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"toneesurachiree"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"ahcaibeeweevool"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u toneesurachiree --password=ahcaibeeweevool -h 192.168.121.14 oai-hss -e 'show tables;' unit-oai-hss-0: 00:20:01 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u toneesurachiree --password=ahcaibeeweevool -h 192.168.121.14 oai-hss unit-abot-epc-basic-0: 00:20:01 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-mysql-0: 00:20:02 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-abot-epc-basic-0: 00:20:02 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-abot-epc-basic-0: 00:20:02 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-mysql-0: 00:20:02 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-abot-epc-basic-0: 00:20:02 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 00:20:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:20:02 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-abot-epc-basic-0: 00:20:02 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-abot-epc-basic-0: 00:20:02 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-abot-epc-basic-0: 00:20:03 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 00:20:03 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-abot-epc-basic-0: 00:20:03 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 00:20:03 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 00:20:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:03 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 21917 unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 21917' unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 21917 =~ .*running.* ]] unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 00:20:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:03 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 00:20:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:03 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 00:20:03 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 00:20:03 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 00:20:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + db_host=toneesurachiree unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 00:20:03 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-abot-epc-basic-0: 00:20:03 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 00:20:03 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 00:20:03 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 00:20:04 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 00:20:04 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 00:20:04 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 00:20:04 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 00:20:04 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 00:20:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:04 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 00:20:04 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 00:20:04 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 00:20:04 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 00:20:04 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 00:20:04 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 00:20:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:04 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 00:20:04 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 00:20:04 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-abot-epc-basic-0: 00:20:04 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 00:20:04 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 00:20:05 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 00:20:05 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:05 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 00:20:05 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:20:05 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 00:20:05 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 00:20:05 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:05 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 00:20:05 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 00:20:05 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-oai-hss-0: 00:20:05 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 00:20:05 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 00:20:05 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:05 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 00:20:05 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 00:20:05 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 00:20:05 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 00:20:06 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 00:20:06 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 00:20:06 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 00:20:06 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 00:20:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 00:20:06 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 00:20:06 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 00:20:06 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 00:20:06 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-abot-epc-basic-0: 00:20:06 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-oai-hss-0: 00:20:06 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + user=toneesurachiree unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + password=ahcaibeeweevool unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.14 unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-abot-epc-basic-0: 00:20:06 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.14 toneesurachiree ahcaibeeweevool oai-hss unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.14"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"toneesurachiree"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"ahcaibeeweevool"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u toneesurachiree --password=ahcaibeeweevool -h 192.168.121.14 oai-hss -e 'show tables;' unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + echo 'Database already there' unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed Database already there unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:06 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed oai_hss stop/waiting unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 22083 unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 22083' unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 22083 =~ .*running.* ]] unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:06 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:06 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-abot-epc-basic-0: 00:20:06 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 00:20:06 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + db_host=toneesurachiree unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 00:20:06 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-epc-0: 00:20:06 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-abot-epc-basic-0: 00:20:06 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 00:20:06 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 00:20:07 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 00:20:07 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 00:20:07 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-oai-hss-0: 00:20:07 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 00:20:07 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 00:20:07 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-abot-epc-basic-0: 00:20:07 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-oai-hss-0: 00:20:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:07 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 00:20:07 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 00:20:07 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 00:20:07 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 00:20:07 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 00:20:07 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 00:20:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:07 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 00:20:07 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 00:20:07 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-abot-epc-basic-0: 00:20:07 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 00:20:07 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 00:20:07 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 00:20:08 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 00:20:08 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 00:20:08 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode unit-abot-epc-basic-0: 00:20:08 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 00:20:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:08 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 00:20:08 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:20:08 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 00:20:08 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 00:20:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:08 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 00:20:08 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 00:20:08 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-abot-epc-basic-0: 00:20:08 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 00:20:08 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 00:20:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:20:08 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 00:20:08 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 00:20:08 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 00:20:08 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 00:20:08 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 00:20:09 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-abot-epc-basic-0: 00:20:09 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-oai-hss-0: 00:20:09 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 00:20:09 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 00:20:09 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 00:20:09 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:20:09 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 00:20:09 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 00:20:09 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 00:20:10 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 00:20:10 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... unit-abot-epc-basic-0: 00:20:10 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 00:20:10 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 00:20:10 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 00:20:11 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 00:20:11 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 00:20:12 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 00:20:12 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 00:20:12 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 00:20:12 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 00:20:13 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 00:20:13 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-abot-epc-basic-0: 00:20:13 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-abot-epc-basic-0: 00:20:14 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-abot-epc-basic-0: 00:20:15 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-b33e8a-default-0 unit-abot-epc-basic-0: 00:20:16 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 00:20:16 DEBUG unit.abot-epc-basic/0.install Un-Installing Nettle from sources. The log file for nettle un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/nettle_uninstall_log.txt  unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-b33e8a-default-0 unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 00:20:23 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-abot-epc-basic-0: 00:20:24 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 00:20:24 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 00:20:24 DEBUG unit.abot-epc-basic/0.install After this operation, 2,538 kB of additional disk space will be used. unit-abot-epc-basic-0: 00:20:24 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 nettle-bin amd64 3.2-1ubuntu0.16.04.1 [24.5 kB] unit-abot-epc-basic-0: 00:20:24 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (32.9 kB/s) unit-abot-epc-basic-0: 00:20:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 00:20:24 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 107925 files and directories currently installed.) unit-abot-epc-basic-0: 00:20:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-bin_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:20:24 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:20:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 00:20:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:20:25 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:20:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 00:20:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 00:20:26 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:20:26 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 00:20:27 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 00:20:27 DEBUG unit.abot-epc-basic/0.install Un-Installing Gnutls. The log file for Gnutls un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/gnutls_uninstall_log.txt  unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-b33e8a-default-0 unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install After this operation, 3,632 kB of additional disk space will be used. unit-abot-epc-basic-0: 00:21:03 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutlsxx28 amd64 3.4.10-4ubuntu1.4 [13.7 kB] unit-abot-epc-basic-0: 00:21:04 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit-dev amd64 0.23.2-5~ubuntu16.04.1 [56.5 kB] unit-abot-epc-basic-0: 00:21:04 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls-dev amd64 3.4.10-4ubuntu1.4 [551 kB] unit-abot-epc-basic-0: 00:21:05 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (434 kB/s) unit-abot-epc-basic-0: 00:21:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 00:21:05 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 108034 files and directories currently installed.) unit-abot-epc-basic-0: 00:21:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 00:21:05 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 00:21:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 00:21:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libp11-kit-dev_0.23.2-5~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 00:21:05 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 00:21:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 00:21:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 00:21:06 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 00:21:06 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 00:21:06 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 00:21:06 DEBUG unit.abot-epc-basic/0.install Setting up libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 00:21:07 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 00:21:07 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 00:21:08 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 00:21:08 DEBUG unit.abot-epc-basic/0.install Installing ASN1. The log file for ASN1 installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/asn1c_install_log.txt  unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install + PACKAGE_LIST=' autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install + sudo -S -E apt-get install -y autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 00:21:23 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dkms all 2.2.0.3-1.1ubuntu5.14.04.9 [65.7 kB] unit-oai-epc-0: 00:21:24 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main iptables-dev amd64 1.4.21-1ubuntu1 [55.3 kB] unit-oai-epc-0: 00:21:24 DEBUG unit.oai-epc/0.install Fetched 121 kB in 0s (145 kB/s) unit-oai-epc-0: 00:21:25 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 00:21:25 DEBUG unit.oai-epc/0.install (Reading database ... 128004 files and directories currently installed.) unit-oai-epc-0: 00:21:25 DEBUG unit.oai-epc/0.install Preparing to unpack .../dkms_2.2.0.3-1.1ubuntu5.14.04.9_all.deb ... unit-oai-epc-0: 00:21:25 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 00:21:25 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 00:21:25 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 00:21:25 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 00:21:25 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 00:21:25 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 00:21:26 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 00:21:27 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 00:21:27 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 00:21:27 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 00:21:27 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 00:21:27 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 00:21:27 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 00:21:27 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-epc-0: 00:21:30 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 00:21:30 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 00:21:30 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 00:21:30 DEBUG unit.oai-epc/0.install + sync unit-oai-epc-0: 00:21:30 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-epc-0: 00:21:33 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 00:21:33 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 00:21:33 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 00:21:33 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 00:21:33 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-epc-0: 00:21:33 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 00:21:33 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-epc-0: 00:21:33 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 00:21:35 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking kernel version that we will build against... 3.19.0.0 in /lib/modules/3.19.0-031900-generic/build unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 00:21:36 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 00:21:37 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 00:21:37 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-epc-0: 00:21:37 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 00:21:37 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-epc-0: 00:21:38 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 00:21:38 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 00:21:38 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 00:21:39 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 00:21:39 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 00:21:39 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 00:21:40 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 00:21:40 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 00:21:40 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 00:21:40 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 00:21:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 00:21:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 00:21:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 00:21:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 00:21:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-epc-0: 00:21:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 00:21:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 00:21:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 00:21:43 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 00:21:43 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 00:21:43 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-abot-epc-basic-0: 00:21:44 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-b33e8a-default-0 unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-abot-epc-basic-0: 00:21:44 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-b33e8a-default-0 unit-abot-epc-basic-0: 00:21:44 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-abot-epc-basic-0: 00:21:44 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 00:21:44 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf from sources. The log file for Protobuf installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_install_log.txt  unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 00:21:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 00:21:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 00:21:46 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install libxt_geoip.c:99:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF $depbase.Tpo -c -o libxt_ACCOUNT_cl.lo libxt_ACCOUNT_cl.c &&\ unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF .deps/libxt_ACCOUNT_cl.Tpo -c libxt_ACCOUNT_cl.c -fPIC -DPIC -o .libs/libxt_ACCOUNT_cl.o unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o libxt_ACCOUNT_cl.la -rpath /usr/local/lib libxt_ACCOUNT_cl.lo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install libtool: link: gcc -shared -fPIC -DPIC .libs/libxt_ACCOUNT_cl.o -O2 -Wl,-soname -Wl,libxt_ACCOUNT_cl.so.0 -o .libs/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so.0" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so.0") unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so") unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install libtool: link: ( cd ".libs" && rm -f "libxt_ACCOUNT_cl.la" && ln -s "../libxt_ACCOUNT_cl.la" "libxt_ACCOUNT_cl.la" ) unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT iptaccount.o -MD -MP -MF $depbase.Tpo -c -o iptaccount.o iptaccount.c &&\ unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o iptaccount iptaccount.o libxt_ACCOUNT_cl.la unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o .libs/iptaccount iptaccount.o ./.libs/libxt_ACCOUNT_cl.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT pknlusr.o -MD -MP -MF $depbase.Tpo -c -o pknlusr.o pknlusr.c &&\ unit-oai-epc-0: 00:21:47 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install for ext in ./extensions/libxt_condition.man ./extensions/libxt_dhcpmac.man ./extensions/libxt_fuzzy.man ./extensions/libxt_geoip.man ./extensions/libxt_gradm.man ./extensions/libxt_iface.man ./extensions/libxt_ipp2p.man ./extensions/libxt_ipv4options.man ./extensions/libxt_length2.man ./extensions/libxt_lscan.man ./extensions/libxt_psd.man ./extensions/libxt_quota2.man ./extensions/pknock/libxt_pknock.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >matches.man; unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install for ext in ./extensions/ACCOUNT/libxt_ACCOUNT.man ./extensions/libxt_CHAOS.man ./extensions/libxt_DELUDE.man ./extensions/libxt_DHCPMAC.man ./extensions/libxt_DNETMAP.man ./extensions/libxt_ECHO.man ./extensions/libxt_GTPUSP.man ./extensions/libxt_IPMARK.man ./extensions/libxt_LOGMARK.man ./extensions/libxt_SYSRQ.man ./extensions/libxt_TARPIT.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >targets.man; unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install sed -e '/@MATCHES@/ r matches.man' -e '/@TARGET@/ r targets.man' xtables-addons.8.in >xtables-addons.8; unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 00:21:48 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions INSTALL_MOD_PATH= ext-mod-dir='${INSTALL_MOD_DIR}' modules_install; fi; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c libxt_ACCOUNT_cl.la '/usr/local/lib' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.so.0.0.0 /usr/local/lib/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0 || { rm -f libxt_ACCOUNT_cl.so.0 && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0; }; }) unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so || { rm -f libxt_ACCOUNT_cl.so && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so; }; }) unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.lai /usr/local/lib/libxt_ACCOUNT_cl.la unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /usr/bin/install -c xt_geoip_build xt_geoip_dl '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xt_geoip_build.1 xt_geoip_dl.1 '/usr/local/share/man/man1' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 00:21:49 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 00:21:53 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-oai-epc-0: 00:22:27 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 00:22:27 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 00:22:27 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 00:22:27 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 00:22:27 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 00:22:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:27 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 00:22:27 DEBUG unit.oai-epc/0.install + cp /var/lib/juju/agents/unit-oai-epc-0/charm/files/mme_gw /etc/init/mme_gw.conf unit-oai-epc-0: 00:22:27 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 00:22:27 DEBUG unit.oai-epc/0.install + status-set blocked 'Waiting for active connection with HSS to actually run EPC...add hss relation' unit-oai-epc-0: 00:22:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 00:22:27 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 00:22:27 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 00:22:27 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:22:27 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 00:22:27 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 00:22:27 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 00:22:27 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 00:22:27 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 00:22:27 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:22:27 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:22:27 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 00:22:27 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 00:22:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 00:22:28 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 00:22:28 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 00:22:28 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:22:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:22:28 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 00:22:28 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:22:28 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:22:28 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 00:22:28 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 00:22:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.12 unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.12 ']' unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/config-changed: line 87: hss_id: unbound variable unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:28 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 00:22:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.realm: No such file or directory unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + rm -f /usr/etc/freeDiameter/mme.cacert.pem /usr/etc/freeDiameter/mme.cakey.pem /usr/etc/freeDiameter/mme.cert.pem /usr/etc/freeDiameter/mme.key.pem /usr/etc/freeDiameter/mme_fd.conf unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + sed -i s/oai-epc-0.openair4G.eur/oai-epc-0.openair4G.eur/ /etc/hosts unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 00:22:28 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up the config option chose by the user or the default ones' unit-oai-epc-0: 00:22:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:29 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXENB/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXUE/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/RELATIVE_CAPACITY/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_STATISTIC_TIMER/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/EMERGENCY_ATTACH_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/UNAUTHENTICATED_IMSI_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MCC="[0-9]+"/MCC="208"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MNC="[0-9]+"/MNC="93"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+",-"192.188.1.0/24",-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+" -"192.188.2.0/24" -' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 00:22:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:29 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.12 unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_INTERFACE_NAME_FOR_S1_MME/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_INTERFACE_NAME_FOR_SGI/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.12/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.12/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.12/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_SEC_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + juju-log 'EPC is built, but is waiting for active connection to gather the last info' unit-oai-epc-0: 00:22:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:29 INFO unit.oai-epc/0.juju-log EPC is built, but is waiting for active connection to gather the last info unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.config-changed + juju-log 'no HSS is found, so EPC is not going to be run' unit-oai-epc-0: 00:22:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:29 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 00:22:29 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 00:22:29 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 00:22:29 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:22:29 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 00:22:29 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 00:22:29 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:22:29 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:22:29 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 00:22:29 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 00:22:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 00:22:29 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 00:22:29 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 00:22:29 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 00:22:29 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 00:22:29 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:22:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:22:29 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 00:22:29 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 00:22:29 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 00:22:29 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 00:22:30 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 00:22:30 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 00:22:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:22:30 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-abot-epc-basic-0: 00:22:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.16 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.16 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.16 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.16 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.16 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.16 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 16 -le 255 ]] unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.16 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.16 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.16 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 16 -le 255 ]] unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.16 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.16' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.16 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.16 unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-oai-epc-0: 00:22:30 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss start/running, process 22083' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss start/running, process 22083 =~ .*running.* ]] unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is running' unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:22:30 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is running unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 -eq 0 ']' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=yes unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + get_opc_value unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined ++ config-get imsi unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + imsi_val=208930100001111 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined ++ cut -d \' -f2 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep UNHEX unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep 208930100001111 /srv/.out unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + UNHEXKEY=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + '[' e734f8734007d6c5ce7a0508809e7e9c == '' ']' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OPC key found' unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:22:30 INFO unit.oai-hss/0.juju-log hss:2: OPC key found unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:30 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.12 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.12 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.12 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.12 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.12 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.12' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.12 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.12 unit-oai-hss-0: 00:22:30 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-epc-0: 00:22:30 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 00:22:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{2}] []}} unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:22:30 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.12 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.12 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:30 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=toneesurachiree unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.16 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=ahcaibeeweevool unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.14 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z toneesurachiree ']' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u toneesurachiree --password=ahcaibeeweevool -h 192.168.121.14 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u toneesurachiree --password=ahcaibeeweevool -h 192.168.121.14 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=6 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=7 unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Inserting the MME info in the mmeidentity table of oai_db database' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:22:30 INFO unit.oai-hss/0.juju-log hss:2: Inserting the MME info in the mmeidentity table of oai_db database unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + /usr/bin/mysql -u toneesurachiree --password=ahcaibeeweevool -h 192.168.121.14 oai-hss unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 ' unit-oai-hss-0: 00:22:30 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:30 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.16 ']' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-oai-hss-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 00:22:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:30 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 00:22:30 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 00:22:30 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 00:22:30 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 00:22:31 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 00:22:31 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:22:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:22:31 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 00:22:31 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 00:22:31 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 00:22:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 00:22:31 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 00:22:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:22:31 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{3}] []}} unit-oai-epc-0: 00:22:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:22:31 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 00:22:31 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:22:31 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:22:31 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 00:22:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:22:31 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 00:22:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-epc-0: 00:22:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:31 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 00:22:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.16 unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 00:22:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 00:22:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 00:22:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 00:22:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 00:22:31 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 ' unit-oai-epc-0: 00:22:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:31 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.16 ']' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Mme has been inserted so let'\''s run EPC!!!' unit-oai-epc-0: 00:22:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:31 INFO unit.oai-epc/0.juju-log hss:2: Mme has been inserted so let's run EPC!!! unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + echo '192.168.121.16 oai-hss-0.openair4G.eur hss' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + hss_hostname=oai-hss-0 unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + sed -r -i 's/(HSS_HOSTNAME[^"]*)".*"/\1"oai-hss-0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 '!=' 0 ']' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 00:22:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:31 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is not running... unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + status=1 unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -eq 1 ']' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids hss unit-oai-epc-0: 00:22:31 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + service mme_gw restart unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed stop: Unknown instance: unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed mme_gw start/running, process 13910 unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw start/running, process 13910' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw start/running, process 13910 =~ .*running.* ]] unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 00:22:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:31 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + status=0 unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_connection unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=0 unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 00:22:31 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 00:22:32 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 00:22:32 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 00:22:32 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=1 unit-oai-epc-0: 00:22:32 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 00:22:32 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 00:22:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 00:22:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 00:22:33 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=2 unit-oai-epc-0: 00:22:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 00:22:33 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 00:22:34 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 00:22:34 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 00:22:34 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=3 unit-oai-epc-0: 00:22:34 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 00:22:34 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 00:22:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 00:22:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 00:22:35 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=4 unit-oai-epc-0: 00:22:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 00:22:35 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 00:22:36 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 00:22:36 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 00:22:36 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 00:22:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:36 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running and connected to HSS unit-oai-epc-0: 00:22:36 DEBUG unit.oai-epc/0.hss-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 00:22:36 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 00:22:36 DEBUG unit.oai-epc/0.hss-relation-changed + break unit-oai-epc-0: 00:22:36 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 00:22:36 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 2 unit-oai-epc-0: 00:22:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 00:22:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 00:22:38 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -n epc:3 ']' unit-oai-epc-0: 00:22:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 00:22:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 00:22:38 DEBUG unit.oai-epc/0.hss-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 00:22:38 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log epc:3 unit-oai-epc-0: 00:22:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:22:38 INFO unit.oai-epc/0.juju-log hss:2: epc:3 unit-oai-epc-0: 00:22:38 DEBUG unit.oai-epc/0.hss-relation-changed + relation-set -r epc:3 epc_running=yes unit-oai-epc-0: 00:22:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 00:22:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get opc-key unit-oai-epc-0: 00:22:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:22:38 DEBUG unit.oai-epc/0.hss-relation-changed + hss_opc_val=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 00:22:38 DEBUG unit.oai-epc/0.hss-relation-changed + echo e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 00:22:39 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 00:22:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 00:22:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:22:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:22:39 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 00:22:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-abot-epc-basic-0: 00:23:51 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 00:23:51 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf_C from sources. The log file for Protobuf_C installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_c_install_log.txt  unit-mysql-0: 00:24:13 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 00:24:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:24:13 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 00:24:13 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 00:24:13 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 00:24:13 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 00:24:13 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 00:24:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 00:24:13 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 00:24:13 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 00:24:13 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 00:24:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:24:13 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 00:24:27 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 00:24:27 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 00:24:27 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 00:24:27 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 00:24:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 00:24:27 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 00:24:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:24:28 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 00:24:28 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 00:24:28 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 00:24:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 00:24:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 00:24:28 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 00:24:28 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 00:24:28 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 00:24:28 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 00:24:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start SHA256:QETdbmztm9SDOSNX5GtiAOC0ieMAJqaBMjkvPT0Ddpg root@juju-b33e8a-default-0 unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start |=+ o o*o . | unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start |@oE .= oo . . | unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start |o*.+o = + . o | unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start |. +o+. . * . o | unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start | . ..o So o = . | unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start | . @ = | unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start | = B . | unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start | o | unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start | | unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 00:24:28 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-b33e8a-default-0 unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /home/ubuntu/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start SHA256:3nJFgi+SSw1bdYSvMvisn7PSXZ1+rqVwbIU3PYYXKWs ubuntu@juju-b33e8a-default-0 unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start | .oo | unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start | o.. .| unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start | . o .... o | unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start | * . o. +.o| unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start | =.S ...E.*+| unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start | ..+oo..o.=oo| unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start | .+o+o...+ .| unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start | . =+. +.o.| unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start | .++o o+.| unit-abot-epc-basic-0: 00:24:29 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 00:24:29 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:24:29 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 00:24:29 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 00:24:29 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 00:24:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:24:29 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 00:24:29 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 00:24:29 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 00:24:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:24:29 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 00:24:29 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:24:29 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:24:29 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 00:24:29 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 00:24:29 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 00:24:29 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 00:24:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-oai-epc-0: 00:24:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:24:30 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-abot-epc-basic-0: 00:24:30 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 00:24:30 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 00:24:30 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 00:24:30 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 00:24:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-epc-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-oai-epc-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-oai-epc-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-oai-epc-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 00:24:30 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 00:24:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-oai-epc-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-oai-epc-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-oai-epc-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.121.12 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.121.12 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.12 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.12 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.121.12 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.121.12' unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.121.12 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.121.12 unit-oai-epc-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-oai-epc-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined ++ cat /tmp/opcvalue unit-oai-epc-0: 00:24:30 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 00:24:30 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 00:24:30 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-abot-epc-basic-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 00:24:30 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-abot-epc-basic-0: 00:24:30 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-abot-epc-basic-0: 00:24:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 00:24:30 DEBUG unit.abot-epc-basic/0.epc-relation-joined + sed -i 's/ABOT.ENB.tracking_area_code=[^ ]*/ABOT.ENB.tracking_area_code=1/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-oai-epc-0: 00:24:30 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-abot-epc-basic-0: 00:24:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{2}] []}} unit-oai-epc-0: 00:24:30 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 00:24:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 00:24:30 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-abot-epc-basic-0: 00:24:30 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-epc-0: 00:24:30 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:24:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:24:30 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 00:24:30 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:24:30 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:24:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-epc-0: 00:24:31 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 00:24:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-oai-epc-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep abot-epc-basic/0 /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep '^1 [0-9]+$' /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-oai-epc-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-oai-epc-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep 'MCC[ ]*=[ ]*"208"[ ]*;[ ]*MNC[ ]*=[ ]*"93"[ ]*;[ ]*TAC[ ]*=[ ]*"1"' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z ' {MCC="208" ; MNC="93"; TAC = "1"; } # YOUR TAI CONFIG HERE' ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-oai-epc-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-abot-epc-basic-0: 00:24:31 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-oai-epc-0: 00:24:31 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-oai-epc-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit=oai-hss/0 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n oai-hss/0 ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r hss:2 hss_running oai-hss/0 unit-oai-epc-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 13910' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 13910 =~ .*running.* ]] unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:24:31 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 0 ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-oai-epc-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + service mme_gw restart unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw stop/waiting unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw start/running, process 14253 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 14253' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 14253 =~ .*running.* ]] unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:24:31 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_connection unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=0 unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 00:24:31 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.12 unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.12/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.12/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="e734f8734007d6c5ce7a0508809e7e9c";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 00:24:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-abot-epc-basic-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 00:24:31 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-abot-epc-basic-0: 00:24:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 00:24:31 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-abot-epc-basic-0: 00:24:31 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 00:24:32 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 00:24:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:24:32 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 00:24:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:24:32 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 00:24:32 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 00:24:32 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=1 unit-oai-epc-0: 00:24:32 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 00:24:32 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 00:24:33 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 00:24:33 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 00:24:33 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=2 unit-oai-epc-0: 00:24:33 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 00:24:33 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 00:24:34 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 00:24:34 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 00:24:34 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=3 unit-oai-epc-0: 00:24:34 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 00:24:34 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 00:24:35 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 00:24:35 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 00:24:35 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=4 unit-oai-epc-0: 00:24:35 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 00:24:35 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 00:24:36 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 00:24:36 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 00:24:36 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 00:24:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:24:36 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running and connected to HSS unit-oai-epc-0: 00:24:36 DEBUG unit.oai-epc/0.epc-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 00:24:36 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 00:24:36 DEBUG unit.oai-epc/0.epc-relation-changed + break unit-oai-epc-0: 00:24:36 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 00:24:36 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 2 unit-oai-epc-0: 00:24:38 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids epc unit-oai-epc-0: 00:24:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 00:24:38 DEBUG unit.oai-epc/0.epc-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 00:24:38 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r epc:3 trigger_restart oai-epc/0 unit-oai-epc-0: 00:24:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:24:38 DEBUG unit.oai-epc/0.epc-relation-changed + restart=0 unit-oai-epc-0: 00:24:38 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n 0 ']' unit-oai-epc-0: 00:24:38 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set -r epc:3 trigger_restart=1 unit-oai-epc-0: 00:24:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 00:24:38 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set epc_running=yes unit-oai-epc-0: 00:24:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 00:24:38 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 00:24:38 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 00:24:38 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:24:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:24:38 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 00:24:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:24:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:24:38 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 00:24:38 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 00:24:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-abot-epc-basic-0: 00:24:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{3}] []}} unit-abot-epc-basic-0: 00:24:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:24:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 00:24:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 00:24:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 00:24:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 00:24:39 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-abot-epc-basic-0: 00:24:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 00:24:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 00:24:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 00:24:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 00:24:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.12 unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 00:24:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 00:24:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 00:24:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 00:24:39 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-abot-epc-basic-0: 00:24:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 00:24:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.12/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.12/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="e734f8734007d6c5ce7a0508809e7e9c";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set active 'ABot ready! EPC relation established, proceed to run tests...' unit-abot-epc-basic-0: 00:24:39 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 00:24:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 00:24:39 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 00:24:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:24:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 00:24:39 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 00:24:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:24:39 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 00:25:01 DEBUG juju.worker.uniter.remotestate got action change: [e5f6da5c-e38a-4906-89e7-87771cbe569f] ok=true unit-abot-epc-basic-0: 00:25:01 DEBUG juju.worker.uniter.operation running operation run action e5f6da5c-e38a-4906-89e7-87771cbe569f unit-abot-epc-basic-0: 00:25:01 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 00:25:01 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 00:25:01 DEBUG juju.worker.uniter.operation preparing operation "run action e5f6da5c-e38a-4906-89e7-87771cbe569f" unit-abot-epc-basic-0: 00:25:02 DEBUG juju.worker.uniter.operation executing operation "run action e5f6da5c-e38a-4906-89e7-87771cbe569f" unit-abot-epc-basic-0: 00:25:02 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running action run unit-abot-epc-basic-0: 00:25:02 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 00:25:02 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 00:25:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 00:25:02 INFO unit.abot-epc-basic/0.juju-log Tag names: TS_24_301 unit-abot-epc-basic-0: 00:25:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 00:25:02 INFO unit.abot-epc-basic/0.juju-log Running the test with the tags @TS_24_301 unit-abot-epc-basic-0: 00:25:02 DEBUG unit.abot-epc-basic/0.run Creating the Target JUnit file... unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Deleting /var/lib/abot-epc-basic/target unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall1633781000454521770.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall730315727715623407.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall769286544061883657.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall4676774803079706130.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall8537066709223467621.pom to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.pom unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall3807358738245290641.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 0.750 s unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-09-05T00:25:04+00:00 unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 00:25:04 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:25:06 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 00:25:06 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:06 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:25:06 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 00:25:06 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:25:07 DEBUG unit.abot-epc-basic/0.run [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-abot-epc-basic-0: 00:25:07 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:07 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:25:07 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 00:25:07 DEBUG unit.abot-epc-basic/0.run [INFO] Copying 1 resource unit-abot-epc-basic-0: 00:25:08 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:08 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:25:08 DEBUG unit.abot-epc-basic/0.run [INFO] No sources to compile unit-abot-epc-basic-0: 00:25:08 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:08 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:25:08 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 00:25:08 DEBUG unit.abot-epc-basic/0.run [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 00:25:08 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:08 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:25:08 DEBUG unit.abot-epc-basic/0.run [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-abot-epc-basic-0: 00:25:09 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:25:09 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:25:09 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:25:09 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 00:25:09 DEBUG unit.abot-epc-basic/0.run T E S T S unit-abot-epc-basic-0: 00:25:09 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 00:25:10 DEBUG unit.abot-epc-basic/0.run Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 00:25:10 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:25:10 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:25:10 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:25:10 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI unit-abot-epc-basic-0: 00:25:11 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:11 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 00:25:11 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Wed Sep 05 00:25:11 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 00:25:11 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:11 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:25:11 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 00:25:11 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:11 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:25:11 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 00:25:13 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:13 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 00:25:13 DEBUG unit.abot-epc-basic/0.run INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@aa10649] to [cucumber.runtime.java.spring.GlueCodeScope@6b3871d6] unit-abot-epc-basic-0: 00:25:13 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:13 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 00:25:13 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@39008c9f: startup date [Wed Sep 05 00:25:13 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 00:25:13 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:13 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:25:13 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 00:25:13 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:13 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:25:13 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 00:25:13 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:13 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:25:13 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 00:25:13 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:13 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:25:13 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:14 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1e58512c: startup date [Wed Sep 05 00:25:14 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:14 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:14 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:14 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:25:14 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: STEP EXECUTION TIME TAKEN :1280 MS unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: STEP EXECUTION TIME TAKEN :39 MS unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: STEP EXECUTION TIME TAKEN :718 MS unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:16 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:16 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:16 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:25:16 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:16 [main] REPORT: STEP EXECUTION TIME TAKEN :697 MS unit-abot-epc-basic-0: 00:25:16 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:16 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:16 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:16 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:16 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:25:16 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:16 [main] REPORT: STEP EXECUTION TIME TAKEN :34 MS unit-abot-epc-basic-0: 00:25:16 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:16 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:26 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:26 [main] REPORT: STEP EXECUTION TIME TAKEN :10018 MS unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:26.750 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:26.767 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:26 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:26 [main] REPORT: STEP EXECUTION TIME TAKEN :73 MS unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:26 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:25:26 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:25:27 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs # featureFiles/Attach_Procedure_AttachWithIMSI.feature:9 unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MCC unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: STEP EXECUTION TIME TAKEN :35 MS unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: STEP EXECUTION TIME TAKEN :34 MS unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: STEP EXECUTION TIME TAKEN :372 MS unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:48 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:48 [main] REPORT: STEP EXECUTION TIME TAKEN :10014 MS unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:48.208 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:48.218 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:48 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:48 [main] REPORT: STEP EXECUTION TIME TAKEN :35 MS unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:48 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:25:48 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MCC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature:9 unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MNC unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: STEP EXECUTION TIME TAKEN :32 MS unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:58 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:59 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:59 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:59 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:25:59 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:59 [main] REPORT: STEP EXECUTION TIME TAKEN :433 MS unit-abot-epc-basic-0: 00:25:59 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:59 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:25:59 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:25:59 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:59 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT unit-abot-epc-basic-0: 00:25:59 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:59 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 00:25:59 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:25:59 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:25:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09.246 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09.251 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: STEP EXECUTION TIME TAKEN :81 MS unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:26:09 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MNC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature:9 unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_TAC unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: STEP EXECUTION TIME TAKEN :395 MS unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:20 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:30 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:30 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:30.160 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:30.167 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:30 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:30 [main] REPORT: STEP EXECUTION TIME TAKEN :31 MS unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:30 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:26:30 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_TAC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature:9 unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_Attach_With_GUTI unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP EXECUTION TIME TAKEN :231 MS unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:41 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:41 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:41 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 00:26:41 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:41 [main] REPORT: STEP EXECUTION TIME TAKEN :782 MS unit-abot-epc-basic-0: 00:26:41 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:41 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:41 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:41 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:41 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:26:41 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:41 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 00:26:41 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:41 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:41 [main] REPORT: ========================================================================================== unit-oai-hss-0: 00:26:44 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 00:26:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 00:26:44 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 00:26:44 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 00:26:44 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 00:26:44 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 00:26:44 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 00:26:44 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 00:26:44 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 00:26:44 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 00:26:44 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:26:44 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 00:26:44 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 00:26:44 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 00:26:44 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22083' unit-oai-hss-0: 00:26:44 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22083 =~ .*running.* ]] unit-oai-hss-0: 00:26:44 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 00:26:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:26:44 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 00:26:44 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 00:26:44 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 00:26:44 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 00:26:44 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 00:26:44 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 00:26:44 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 00:26:44 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 00:26:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 00:26:44 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:51 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:51 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:51.646 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:51.649 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:51 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:51 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:51 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:26:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:26:51 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_Attach_With_GUTI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. # featureFiles/Attach_Procedure_Attach_With_GUTI.feature:8 unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DNS Server Address Request Indication in PCO unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: STEP EXECUTION TIME TAKEN :207 MS unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: STEP EXECUTION TIME TAKEN :757 MS unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:27:02 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 00:27:03 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:03 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:13 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:13 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:13.042 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:13.045 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:13 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:13 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:13 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:27:13 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DNS_Server_Address_Request @PCO unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature:10 unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with DSMIPv6 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP EXECUTION TIME TAKEN :395 MS unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:23 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: STEP EXECUTION TIME TAKEN :610 MS unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:24 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:34 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:34 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:34.454 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:34.460 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:34 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:34 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:34 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:27:34 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 Home Network Prefix Request Indication in PCO unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:45 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:27:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:45 [main] REPORT: STEP EXECUTION TIME TAKEN :595 MS unit-abot-epc-basic-0: 00:27:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: STEP EXECUTION TIME TAKEN :657 MS unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:56 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:56 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:56.158 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:56.161 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:56 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:56 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:56 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:27:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:27:56 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Network_Prefix_Request @PCO unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature:10 unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 IPv4 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP EXECUTION TIME TAKEN :363 MS unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: STEP EXECUTION TIME TAKEN :640 MS unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:07 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:17 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:17 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:17.676 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:17.678 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:17 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:17 [main] REPORT: STEP EXECUTION TIME TAKEN :181 MS unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:17 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:28:17 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:28:27 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_IPv4_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP EXECUTION TIME TAKEN :361 MS unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: STEP EXECUTION TIME TAKEN :630 MS unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:29 [main] REPORT: ========================================================================================== unit-mysql-0: 00:28:30 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 00:28:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:28:30 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 00:28:30 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 00:28:30 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 00:28:30 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 00:28:30 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 00:28:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 00:28:30 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 00:28:30 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 00:28:30 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 00:28:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:28:30 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:39 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:39 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:39.364 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:39.367 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:39 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:39 [main] REPORT: STEP EXECUTION TIME TAKEN :148 MS unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:39 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:28:39 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IM_CN_Subsystem_Signalling_Flag @PCO unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options # featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature:10 unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP EXECUTION TIME TAKEN :209 MS unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: STEP EXECUTION TIME TAKEN :627 MS unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: STEP EXECUTION TIME TAKEN :62 MS unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:28:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:28:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:00 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:00 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:00.594 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:00.596 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:00 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:00 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:00 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:29:00 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IPv4_Address_Allocation_Via_DHCPv4 @PCO unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature:10 unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IP Address Allocation Via NAS Signalling Indication in PCO unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: STEP EXECUTION TIME TAKEN :209 MS unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: STEP EXECUTION TIME TAKEN :654 MS unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: STEP EXECUTION TIME TAKEN :138 MS unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:17 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:21 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:21 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:21.908 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:21.910 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:21 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:21 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:21 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:29:21 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:29:31 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IP_Address_Allocation_Via_NAS_Signalling @PCO unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature:10 unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With MS Support of Network Requested Bearer Control indicator in PCO unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP EXECUTION TIME TAKEN :204 MS unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: STEP EXECUTION TIME TAKEN :793 MS unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:43 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:43 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:43.232 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:43.234 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:43 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:43 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:43 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:29:43 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_MS_Support_Network_Requested_Bearer_Control_Indicator @PCO unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator # featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature:10 unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With P-CSCF Address Request Indication in PCO unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP EXECUTION TIME TAKEN :204 MS unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:53 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: STEP EXECUTION TIME TAKEN :778 MS unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:29:54 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:29:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:04 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:04 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:04.542 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:04.544 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:04 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:04 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:04 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:30:04 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_P-CSCF_Address_Request @PCO unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options # featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature:10 unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run Feature: Auth_Accept unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:14 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: STEP EXECUTION TIME TAKEN :360 MS unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: STEP EXECUTION TIME TAKEN :657 MS unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:15 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:25 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:25.846 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:25.852 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:25 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:25 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:25 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:30:25 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-oai-epc-0: 00:30:26 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 00:30:26 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:30:26 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 00:30:26 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 00:30:26 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 00:30:26 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 00:30:26 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 00:30:26 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 00:30:26 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 00:30:26 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 00:30:26 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 00:30:26 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 00:30:26 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 00:30:26 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 00:30:26 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 00:30:26 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 16997' unit-oai-epc-0: 00:30:26 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 16997 =~ .*running.* ]] unit-oai-epc-0: 00:30:26 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 00:30:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 00:30:26 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 00:30:26 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 00:30:26 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 00:30:26 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 00:30:26 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 00:30:26 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 00:30:26 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 00:30:26 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 00:30:26 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 00:30:26 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 00:30:35 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_Accept @TS_24_301 @24_301_5_4_2_1 @24_301_5_4_2_3 @33_401_6_1_1 @Series-0004 unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct # featureFiles/Auth_Accept.feature:10 unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run EPS security context. unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :345 MS unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:36 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: STEP EXECUTION TIME TAKEN :654 MS unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:37 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:47 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:47 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:47 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:30:47 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:47 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 00:30:47 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:47 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:57 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:57 [main] REPORT: STEP EXECUTION TIME TAKEN :10003 MS unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:57.213 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:57.214 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:57 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:57 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:57 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:30:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:30:57 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 00:30:58 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. # featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature:10 unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run #RES is restored to 0x00 in teardown process unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :330 MS unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:08 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: STEP EXECUTION TIME TAKEN :648 MS unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: STEP EXECUTION TIME TAKEN :135 MS unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:09 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:31:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 00:31:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:19 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:29 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:29 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:29.478 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:29.480 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:29 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:29 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:29 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 00:31:29 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT
 unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI # featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:39 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: STEP EXECUTION TIME TAKEN :347 MS unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: STEP EXECUTION TIME TAKEN :641 MS unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:40 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:31:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:31:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:51 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:31:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:51 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 00:31:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:31:51 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:31:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:01 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:01 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:01.037 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:01.039 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:01 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:01 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:01 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:32:01 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME # featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run #RES is restore to 0x00 in teardown process unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_GUTIattachMAC_code_failure unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP EXECUTION TIME TAKEN :320 MS unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:11 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: STEP EXECUTION TIME TAKEN :641 MS unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: STEP EXECUTION TIME TAKEN :639 MS unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: STEP :PASSED unit-oai-hss-0: 00:32:12 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 00:32:12 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 00:32:12 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 00:32:12 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 00:32:12 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 00:32:12 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 00:32:12 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:12 [main] REPORT: ========================================================================================== unit-oai-hss-0: 00:32:12 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 00:32:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 00:32:13 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 00:32:13 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 00:32:13 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 00:32:13 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 00:32:13 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 00:32:13 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 00:32:13 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22083' unit-oai-hss-0: 00:32:13 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22083 =~ .*running.* ]] unit-oai-hss-0: 00:32:13 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 00:32:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 00:32:13 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 00:32:13 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 00:32:13 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 00:32:13 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 00:32:13 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 00:32:13 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 00:32:13 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 00:32:13 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 00:32:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 00:32:13 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 00:32:22 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:22 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:22 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:32:22 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:22 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 00:32:22 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:22 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:32:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:32 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 00:32:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:32 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:33.094 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 00:32:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:33.097 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:32:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:33 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:32:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:33 [main] REPORT: STEP EXECUTION TIME TAKEN :152 MS unit-abot-epc-basic-0: 00:32:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:33 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:32:33 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:33 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:32:33 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:32:33 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:32:33 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 00:32:33 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:44 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:45 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:32:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:45 [main] REPORT: STEP EXECUTION TIME TAKEN :355 MS unit-abot-epc-basic-0: 00:32:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:45 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:32:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:45 [main] REPORT: STEP EXECUTION TIME TAKEN :630 MS unit-abot-epc-basic-0: 00:32:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:45 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:46 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 00:32:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:46 [main] REPORT: STEP EXECUTION TIME TAKEN :618 MS unit-abot-epc-basic-0: 00:32:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:46 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:32:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:46 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:32:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:46 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:32:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:32:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:56 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:32:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:56 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 00:32:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:32:56 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:32:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:06 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:06.310 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:06.312 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:06 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:06 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:06 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:33:06 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:33:07 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run # WRONGIMSI is restored to false in teardown process unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_SQN_failure unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP EXECUTION TIME TAKEN :237 MS unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:17 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:18 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:18 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 00:33:18 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:18 [main] REPORT: STEP EXECUTION TIME TAKEN :659 MS unit-abot-epc-basic-0: 00:33:18 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:18 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:18 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:18 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:18 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:33:18 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:18 [main] REPORT: STEP EXECUTION TIME TAKEN :92 MS unit-abot-epc-basic-0: 00:33:18 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:18 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:33:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:28 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 00:33:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:28 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:38 [main] REPORT: STEP EXECUTION TIME TAKEN :10003 MS unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:38.427 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:38.429 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:38 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:38 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:38 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:33:38 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 00:33:39 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_SQN_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. # featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature:10 unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP EXECUTION TIME TAKEN :360 MS unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:49 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:50 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 00:33:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:50 [main] REPORT: STEP EXECUTION TIME TAKEN :663 MS unit-abot-epc-basic-0: 00:33:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:33:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:33:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:50 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 00:33:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 00:33:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:33:50 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:33:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:34:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:34:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:00 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:34:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:00 [main] REPORT: STEP EXECUTION TIME TAKEN :10003 MS unit-abot-epc-basic-0: 00:34:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:34:00 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:10 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:10.483 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:10.485 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:10 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:10 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:10 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 00:34:10 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 00:34:11 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 @SS_changesReqd unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" # featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature:10 unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run # AuC system changes required. HSS should send Authentication request message with AMF=AMF_RESYNCH amf = {0xff 0xff} unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run # file name kdf.c line no: 156 uint8_t amf[] = { 0xFF, 0xFF }; unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run 22 Scenarios (22 failed) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run 278 Steps (22 failed, 256 passed) unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run 9m7.714s unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0, Time elapsed: 551.418 sec <<< FAILURE! - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.008 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs Time elapsed: 0.016 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC Time elapsed: 0.007 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. Time elapsed: 0.007 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options Time elapsed: 0.009 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.007 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options Time elapsed: 0.008 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.006 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.03 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.001 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.004 sec unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.007 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" Time elapsed: 0.008 sec <<< FAILURE! unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run Sep 05, 2018 12:34:21 AM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Wed Sep 05 00:25:11 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 00:34:21 DEBUG unit.abot-epc-basic/0.run 05-Sep-2018 00:34:21.600 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Results : unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Failed tests: unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run [ERROR] There are test failures. unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run Please refer to /var/lib/abot-epc-basic/target/surefire-reports for the individual test results. unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 00:34:22 DEBUG unit.abot-epc-basic/0.run [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 00:34:23 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:34:23 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD FAILURE unit-abot-epc-basic-0: 00:34:23 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:34:23 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 09:17 min unit-abot-epc-basic-0: 00:34:23 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-09-05T00:34:23+00:00 unit-abot-epc-basic-0: 00:34:24 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 25M/60M unit-abot-epc-basic-0: 00:34:24 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 00:34:24 DEBUG unit.abot-epc-basic/0.run [ERROR] Failed to execute goal net.masterthought:maven-cucumber-reporting:0.1.0:generate (execution) on project ABOT-RunScenarios: Error Found: BUILD FAILED - Check Report For Details -> [Help 1] unit-abot-epc-basic-0: 00:34:24 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 00:34:24 DEBUG unit.abot-epc-basic/0.run [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. unit-abot-epc-basic-0: 00:34:24 DEBUG unit.abot-epc-basic/0.run [ERROR] Re-run Maven using the -X switch to enable full debug logging. unit-abot-epc-basic-0: 00:34:24 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 00:34:24 DEBUG unit.abot-epc-basic/0.run [ERROR] For more information about the errors and possible solutions, please read the following articles: unit-abot-epc-basic-0: 00:34:24 DEBUG unit.abot-epc-basic/0.run [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException unit-abot-epc-basic-0: 00:34:24 DEBUG unit.abot-epc-basic/0.run No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 00:34:24 DEBUG juju.worker.uniter.operation committing operation "run action e5f6da5c-e38a-4906-89e7-87771cbe569f" unit-abot-epc-basic-0: 00:34:24 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 00:34:24 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:34:24 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 00:34:24 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 00:34:24 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 00:34:24 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 00:34:24 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 00:34:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-abot-epc-basic-0: 00:34:24 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 00:34:25 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 00:34:25 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 00:34:25 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 00:34:25 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 00:34:25 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:34:29 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 00:34:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:34:29 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 00:34:29 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 00:34:29 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 00:34:29 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 00:34:29 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 00:34:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 00:34:29 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 00:34:29 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 00:34:29 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 00:34:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 00:34:29 DEBUG juju.worker.uniter [AGENT-STATUS] idle: 2018-09-05 00:34:44,069 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-09-05 00:35:41,669 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju destroy-controller -y abot-controller --destroy-all-models Destroying controller Waiting for hosted model resources to be reclaimed Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 3 applications Waiting on 1 model, 4 machines, 2 applications Waiting on 1 model, 4 machines, 1 application Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines All hosted models reclaimed, cleaning up controller machines 2018-09-05 00:35:41,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-05 00:35:41,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:41,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2307 X-Openstack-Request-Id: req-53524ec6-1481-47ee-b7f3-7591c175666d Date: Wed, 05 Sep 2018 00:35:41 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:10:21Z", "updated_at": "2018-09-05T00:35:25Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "3f54847b-303e-4c99-a56f-06b67596d25a"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-04T23:58:46Z", "updated_at": "2018-09-05T00:35:38Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "4821cafd-9c86-4c7e-aa0b-1026d888aee6"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:09:47Z", "updated_at": "2018-09-05T00:35:25Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "60ea627d-006b-45a7-bc70-bd571868295c"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:05:45Z", "updated_at": "2018-09-05T00:35:13Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "ca79c767-b9f8-4119-9a56-4afc2b57b4e0"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:03:10Z", "updated_at": "2018-09-05T00:35:04Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "e5d78f4a-4f40-491a-bde2-e6a2bd3d5964"}]} 2018-09-05 00:35:41,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-53524ec6-1481-47ee-b7f3-7591c175666d 2018-09-05 00:35:41,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.168757915497s 2018-09-05 00:35:41,843 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-53524ec6-1481-47ee-b7f3-7591c175666d 2018-09-05 00:35:41,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-05 00:35:41,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/3f54847b-303e-4c99-a56f-06b67596d25a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:42,574 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a457637e-4a02-46fd-aafa-31ddd31775de Content-Length: 0 Date: Wed, 05 Sep 2018 00:35:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-05 00:35:42,574 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/3f54847b-303e-4c99-a56f-06b67596d25a.json used request id req-a457637e-4a02-46fd-aafa-31ddd31775de 2018-09-05 00:35:42,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.713221073151s 2018-09-05 00:35:42,574 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/3f54847b-303e-4c99-a56f-06b67596d25a.json used request id req-a457637e-4a02-46fd-aafa-31ddd31775de 2018-09-05 00:35:42,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-05 00:35:42,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:42,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1849 X-Openstack-Request-Id: req-cd4a3adc-24cc-4935-b58f-77651572f00a Date: Wed, 05 Sep 2018 00:35:42 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-04T23:58:46Z", "updated_at": "2018-09-05T00:35:38Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "4821cafd-9c86-4c7e-aa0b-1026d888aee6"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:09:47Z", "updated_at": "2018-09-05T00:35:25Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "60ea627d-006b-45a7-bc70-bd571868295c"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:05:45Z", "updated_at": "2018-09-05T00:35:13Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "ca79c767-b9f8-4119-9a56-4afc2b57b4e0"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:03:10Z", "updated_at": "2018-09-05T00:35:04Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "e5d78f4a-4f40-491a-bde2-e6a2bd3d5964"}]} 2018-09-05 00:35:42,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-cd4a3adc-24cc-4935-b58f-77651572f00a 2018-09-05 00:35:42,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.163104057312s 2018-09-05 00:35:42,743 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-cd4a3adc-24cc-4935-b58f-77651572f00a 2018-09-05 00:35:42,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-05 00:35:42,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/4821cafd-9c86-4c7e-aa0b-1026d888aee6.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:43,317 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a871622-cd20-4226-be28-da298ee11f1e Content-Length: 0 Date: Wed, 05 Sep 2018 00:35:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-05 00:35:43,317 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/4821cafd-9c86-4c7e-aa0b-1026d888aee6.json used request id req-2a871622-cd20-4226-be28-da298ee11f1e 2018-09-05 00:35:43,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.55859208107s 2018-09-05 00:35:43,317 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/4821cafd-9c86-4c7e-aa0b-1026d888aee6.json used request id req-2a871622-cd20-4226-be28-da298ee11f1e 2018-09-05 00:35:43,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-05 00:35:43,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:43,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d77a4b95-79d0-477c-8104-49e6e42bec3d Date: Wed, 05 Sep 2018 00:35:43 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:09:47Z", "updated_at": "2018-09-05T00:35:25Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "60ea627d-006b-45a7-bc70-bd571868295c"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:05:45Z", "updated_at": "2018-09-05T00:35:13Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "ca79c767-b9f8-4119-9a56-4afc2b57b4e0"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:03:10Z", "updated_at": "2018-09-05T00:35:04Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "e5d78f4a-4f40-491a-bde2-e6a2bd3d5964"}]} 2018-09-05 00:35:43,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-d77a4b95-79d0-477c-8104-49e6e42bec3d 2018-09-05 00:35:43,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.170077085495s 2018-09-05 00:35:43,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-d77a4b95-79d0-477c-8104-49e6e42bec3d 2018-09-05 00:35:43,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-05 00:35:43,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/60ea627d-006b-45a7-bc70-bd571868295c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:44,053 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73295365-c743-4689-a646-2c0572b28503 Content-Length: 0 Date: Wed, 05 Sep 2018 00:35:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-05 00:35:44,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/60ea627d-006b-45a7-bc70-bd571868295c.json used request id req-73295365-c743-4689-a646-2c0572b28503 2018-09-05 00:35:44,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.547539949417s 2018-09-05 00:35:44,054 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/60ea627d-006b-45a7-bc70-bd571868295c.json used request id req-73295365-c743-4689-a646-2c0572b28503 2018-09-05 00:35:44,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-05 00:35:44,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:44,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 933 X-Openstack-Request-Id: req-1d75f2a4-ee4a-4003-aca1-439785e26e75 Date: Wed, 05 Sep 2018 00:35:44 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:05:45Z", "updated_at": "2018-09-05T00:35:13Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "ca79c767-b9f8-4119-9a56-4afc2b57b4e0"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:03:10Z", "updated_at": "2018-09-05T00:35:04Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "e5d78f4a-4f40-491a-bde2-e6a2bd3d5964"}]} 2018-09-05 00:35:44,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-1d75f2a4-ee4a-4003-aca1-439785e26e75 2018-09-05 00:35:44,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.169700860977s 2018-09-05 00:35:44,230 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-1d75f2a4-ee4a-4003-aca1-439785e26e75 2018-09-05 00:35:44,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-05 00:35:44,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/ca79c767-b9f8-4119-9a56-4afc2b57b4e0.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:44,911 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0e151637-b042-4645-9af9-524f375e43e5 Content-Length: 0 Date: Wed, 05 Sep 2018 00:35:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-05 00:35:44,912 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/ca79c767-b9f8-4119-9a56-4afc2b57b4e0.json used request id req-0e151637-b042-4645-9af9-524f375e43e5 2018-09-05 00:35:44,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.672631025314s 2018-09-05 00:35:44,912 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/ca79c767-b9f8-4119-9a56-4afc2b57b4e0.json used request id req-0e151637-b042-4645-9af9-524f375e43e5 2018-09-05 00:35:44,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-05 00:35:44,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:45,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-868a7164-ea33-4e9b-8eab-f85f8882169b Date: Wed, 05 Sep 2018 00:35:45 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-05T00:03:10Z", "updated_at": "2018-09-05T00:35:04Z", "floating_network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "73286490107d4a46a03d0943d836a31d", "port_id": null, "id": "e5d78f4a-4f40-491a-bde2-e6a2bd3d5964"}]} 2018-09-05 00:35:45,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-868a7164-ea33-4e9b-8eab-f85f8882169b 2018-09-05 00:35:45,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.154396057129s 2018-09-05 00:35:45,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-868a7164-ea33-4e9b-8eab-f85f8882169b 2018-09-05 00:35:45,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-05 00:35:45,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/e5d78f4a-4f40-491a-bde2-e6a2bd3d5964.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:45,601 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d8a5d364-fd4a-4168-87b6-601d86e64873 Content-Length: 0 Date: Wed, 05 Sep 2018 00:35:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-05 00:35:45,601 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/e5d78f4a-4f40-491a-bde2-e6a2bd3d5964.json used request id req-d8a5d364-fd4a-4168-87b6-601d86e64873 2018-09-05 00:35:45,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.522166013718s 2018-09-05 00:35:45,602 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/e5d78f4a-4f40-491a-bde2-e6a2bd3d5964.json used request id req-d8a5d364-fd4a-4168-87b6-601d86e64873 2018-09-05 00:35:45,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-05 00:35:45,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:45,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2931a7b2-5ce1-4b58-9db6-49d0b2f8178e Date: Wed, 05 Sep 2018 00:35:45 GMT RESP BODY: {"floatingips": []} 2018-09-05 00:35:45,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-2931a7b2-5ce1-4b58-9db6-49d0b2f8178e 2018-09-05 00:35:45,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.155915975571s 2018-09-05 00:35:45,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-2931a7b2-5ce1-4b58-9db6-49d0b2f8178e 2018-09-05 00:35:45,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-05 00:35:45,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:47,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-de2dd748-8184-4a0b-aaf4-fa80e34780a1 Date: Wed, 05 Sep 2018 00:35:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-05 00:35:47,522 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a used request id req-de2dd748-8184-4a0b-aaf4-fa80e34780a1 2018-09-05 00:35:47,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.75772404671s 2018-09-05 00:35:47,523 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/ce2709e6-a27f-42b3-bc7d-7217baecfa5a used request id req-de2dd748-8184-4a0b-aaf4-fa80e34780a1 2018-09-05 00:35:47,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-05 00:35:47,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-05 00:35:47,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 05 Sep 2018 00:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9d8bb1f-352d-40d9-9236-13ed50fabf86 x-compute-request-id: req-c9d8bb1f-352d-40d9-9236-13ed50fabf86 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8", "name": "juju_epc-flavor_alt_9233548f-525f-4b03-a94a-ce74d377917a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75", "name": "juju_epc-flavor_9233548f-525f-4b03-a94a-ce74d377917a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-05 00:35:47,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-c9d8bb1f-352d-40d9-9236-13ed50fabf86 2018-09-05 00:35:47,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.191838026047s 2018-09-05 00:35:47,715 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-c9d8bb1f-352d-40d9-9236-13ed50fabf86 2018-09-05 00:35:47,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-05 00:35:47,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-05 00:35:47,759 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 05 Sep 2018 00:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9eeecf72-32fd-4b1f-bb8c-19207c351164 x-compute-request-id: req-9eeecf72-32fd-4b1f-bb8c-19207c351164 Content-Length: 0 Content-Type: application/json 2018-09-05 00:35:47,759 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8 used request id req-9eeecf72-32fd-4b1f-bb8c-19207c351164 2018-09-05 00:35:47,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416460037231s 2018-09-05 00:35:47,760 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/0b3fbb0c-00f0-47b5-8c6c-3c0b3ca548a8 used request id req-9eeecf72-32fd-4b1f-bb8c-19207c351164 2018-09-05 00:35:47,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-05 00:35:47,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/4b71d5c7-4539-4643-b0b0-29e3499d634e/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" -d '{"subnet_id": "00c88e87-a5f0-4a26-b55e-95521de8ea18"}' 2018-09-05 00:35:49,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-84309fd2-2a8e-4c62-a439-ab1e5d676b2e Date: Wed, 05 Sep 2018 00:35:49 GMT RESP BODY: {"network_id": "b4b291bc-e48e-477e-8cba-fea669b21034", "tenant_id": "73286490107d4a46a03d0943d836a31d", "subnet_id": "00c88e87-a5f0-4a26-b55e-95521de8ea18", "subnet_ids": ["00c88e87-a5f0-4a26-b55e-95521de8ea18"], "port_id": "398e73e8-2c2e-4040-baf3-8ea83e3609e5", "id": "4b71d5c7-4539-4643-b0b0-29e3499d634e"} 2018-09-05 00:35:49,506 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4b71d5c7-4539-4643-b0b0-29e3499d634e/remove_router_interface.json used request id req-84309fd2-2a8e-4c62-a439-ab1e5d676b2e 2018-09-05 00:35:49,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.74613213539s 2018-09-05 00:35:49,507 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4b71d5c7-4539-4643-b0b0-29e3499d634e/remove_router_interface.json used request id req-84309fd2-2a8e-4c62-a439-ab1e5d676b2e returning object 4b71d5c7-4539-4643-b0b0-29e3499d634e 2018-09-05 00:35:49,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-05 00:35:49,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:49,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-b44ab284-a28a-4bcf-8996-a295224b7e43 Date: Wed, 05 Sep 2018 00:35:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c155f81c-0598-42f6-af77-d29c8a273917", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "97e3a010-d0e8-45f7-9bbb-04a537953fb8", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "73286490107d4a46a03d0943d836a31d", "created_at": "2018-09-04T23:55:51Z", "admin_state_up": true, "updated_at": "2018-09-05T00:35:48Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "73286490107d4a46a03d0943d836a31d", "id": "4b71d5c7-4539-4643-b0b0-29e3499d634e", "name": "juju_epc-router_9233548f-525f-4b03-a94a-ce74d377917a"}]} 2018-09-05 00:35:49,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b44ab284-a28a-4bcf-8996-a295224b7e43 2018-09-05 00:35:49,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.27700304985s 2018-09-05 00:35:49,785 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b44ab284-a28a-4bcf-8996-a295224b7e43 2018-09-05 00:35:49,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-05 00:35:49,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/4b71d5c7-4539-4643-b0b0-29e3499d634e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:53,349 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f47a37e-7810-44f5-a3b9-beb9a76a0f60 Content-Length: 0 Date: Wed, 05 Sep 2018 00:35:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-05 00:35:53,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/4b71d5c7-4539-4643-b0b0-29e3499d634e.json used request id req-3f47a37e-7810-44f5-a3b9-beb9a76a0f60 2018-09-05 00:35:53,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.5626809597s 2018-09-05 00:35:53,350 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/4b71d5c7-4539-4643-b0b0-29e3499d634e.json used request id req-3f47a37e-7810-44f5-a3b9-beb9a76a0f60 2018-09-05 00:35:53,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-05 00:35:53,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:53,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-b8fefb71-fb9d-4c1f-ad83-bfb7dfb1b69e Date: Wed, 05 Sep 2018 00:35:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4b291bc-e48e-477e-8cba-fea669b21034","tenant_id":"73286490107d4a46a03d0943d836a31d","created_at":"2018-09-04T23:55:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T23:55:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"gateway_ip":"192.168.121.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.121.0/24","project_id":"73286490107d4a46a03d0943d836a31d","id":"00c88e87-a5f0-4a26-b55e-95521de8ea18","subnetpool_id":null,"name":"juju_epc-subnet_9233548f-525f-4b03-a94a-ce74d377917a"}]} 2018-09-05 00:35:53,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b8fefb71-fb9d-4c1f-ad83-bfb7dfb1b69e 2018-09-05 00:35:53,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0625970363617s 2018-09-05 00:35:53,413 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b8fefb71-fb9d-4c1f-ad83-bfb7dfb1b69e 2018-09-05 00:35:53,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-05 00:35:53,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/00c88e87-a5f0-4a26-b55e-95521de8ea18.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:55,694 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5ba911e-4dda-4c6f-9230-3b1b9d0e2375 Date: Wed, 05 Sep 2018 00:35:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-05 00:35:55,694 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/00c88e87-a5f0-4a26-b55e-95521de8ea18.json used request id req-f5ba911e-4dda-4c6f-9230-3b1b9d0e2375 2018-09-05 00:35:55,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.27889609337s 2018-09-05 00:35:55,694 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/00c88e87-a5f0-4a26-b55e-95521de8ea18.json used request id req-f5ba911e-4dda-4c6f-9230-3b1b9d0e2375 2018-09-05 00:35:55,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-05 00:35:55,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:56,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-8b03e5c9-3a81-44f4-a419-ac3d1581ba08 Date: Wed, 05 Sep 2018 00:35:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-05T00:35:55Z","tenant_id":"73286490107d4a46a03d0943d836a31d","created_at":"2018-09-04T23:55:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"73286490107d4a46a03d0943d836a31d","id":"b4b291bc-e48e-477e-8cba-fea669b21034","name":"juju_epc-net_9233548f-525f-4b03-a94a-ce74d377917a"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"c155f81c-0598-42f6-af77-d29c8a273917","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5e644edef9d84161a4895a62a210e366","status":"ACTIVE","subnets":["97e3a010-d0e8-45f7-9bbb-04a537953fb8"],"description":"","tags":[],"updated_at":"2018-09-04T20:32:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"5e644edef9d84161a4895a62a210e366","created_at":"2018-09-04T20:32:03Z","mtu":1500}]} 2018-09-05 00:35:56,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-8b03e5c9-3a81-44f4-a419-ac3d1581ba08 2018-09-05 00:35:56,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.648061037064s 2018-09-05 00:35:56,344 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-8b03e5c9-3a81-44f4-a419-ac3d1581ba08 2018-09-05 00:35:56,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-05 00:35:56,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/b4b291bc-e48e-477e-8cba-fea669b21034.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:57,037 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ffb2146b-44df-4d56-a93a-6f4a2f814806 Date: Wed, 05 Sep 2018 00:35:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-05 00:35:57,037 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/b4b291bc-e48e-477e-8cba-fea669b21034.json used request id req-ffb2146b-44df-4d56-a93a-6f4a2f814806 2018-09-05 00:35:57,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.692829847336s 2018-09-05 00:35:57,038 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/b4b291bc-e48e-477e-8cba-fea669b21034.json used request id req-ffb2146b-44df-4d56-a93a-6f4a2f814806 2018-09-05 00:35:57,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-05 00:35:57,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:57,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-12fcffba-9c01-4d0e-ad64-32fb72dbca10 Date: Wed, 05 Sep 2018 00:35:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/824b9af1-9e07-4534-9e17-c9096cbc6981/snap", "metadata": {}}], "file": "/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981/file", "owner": "73286490107d4a46a03d0943d836a31d", "id": "824b9af1-9e07-4534-9e17-c9096cbc6981", "size": 296878080, "self": "/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981", "disk_format": "qcow2", "direct_url": "rbd://a12876c5-950b-4790-9aa1-f28c656cd08a/images/824b9af1-9e07-4534-9e17-c9096cbc6981/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "updated_at": "2018-09-04T23:56:07Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_9233548f-525f-4b03-a94a-ce74d377917a", "checksum": "735b7aed1ace8169dfe8028e333e637b", "created_at": "2018-09-04T23:56:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-05 00:35:57,211 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-12fcffba-9c01-4d0e-ad64-32fb72dbca10 2018-09-05 00:35:57,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172856092453s 2018-09-05 00:35:57,212 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-12fcffba-9c01-4d0e-ad64-32fb72dbca10 2018-09-05 00:35:57,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-05 00:35:57,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25897c803466da6742f6aa37035d8f2c8de9b2c2" 2018-09-05 00:35:58,678 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e2d26304-887c-40d5-aa5b-b1f312cf0288 Date: Wed, 05 Sep 2018 00:35:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-05 00:35:58,678 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981 used request id req-e2d26304-887c-40d5-aa5b-b1f312cf0288 2018-09-05 00:35:58,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.46463394165s 2018-09-05 00:35:58,679 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/824b9af1-9e07-4534-9e17-c9096cbc6981 used request id req-e2d26304-887c-40d5-aa5b-b1f312cf0288 2018-09-05 00:35:58,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-05 00:35:58,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-05 00:35:58,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 05 Sep 2018 00:35:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb37de0a-a8a7-4585-a2da-eebb718f2a81 x-compute-request-id: req-fb37de0a-a8a7-4585-a2da-eebb718f2a81 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75", "name": "juju_epc-flavor_9233548f-525f-4b03-a94a-ce74d377917a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-05 00:35:58,711 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-fb37de0a-a8a7-4585-a2da-eebb718f2a81 2018-09-05 00:35:58,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.031466960907s 2018-09-05 00:35:58,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-fb37de0a-a8a7-4585-a2da-eebb718f2a81 2018-09-05 00:35:58,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-05 00:35:58,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-05 00:35:58,750 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 05 Sep 2018 00:35:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c09f879-ef8e-4410-a445-aa8e2b352b1d x-compute-request-id: req-0c09f879-ef8e-4410-a445-aa8e2b352b1d Content-Length: 0 Content-Type: application/json 2018-09-05 00:35:58,750 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75 used request id req-0c09f879-ef8e-4410-a445-aa8e2b352b1d 2018-09-05 00:35:58,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0374519824982s 2018-09-05 00:35:58,750 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/5c6e9b2d-3cb9-4c9a-b8d7-0f8f193b6c75 used request id req-0c09f879-ef8e-4410-a445-aa8e2b352b1d 2018-09-05 00:35:58,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-05 00:35:58,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-05 00:35:58,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 05 Sep 2018 00:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66fb6ebf-69a8-40f0-8d5c-c2119e8b5704 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/14f39831eabf42fcbcdfc6b6a12bbbf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14f39831eabf42fcbcdfc6b6a12bbbf6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/2233918ad6b5486c8e696d6c33a1b290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2233918ad6b5486c8e696d6c33a1b290", "email": "heat@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.26:5000/v3/users/2e66ea7d80464a009d9942656363ccd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e66ea7d80464a009d9942656363ccd2", "email": "tacker@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/464458e1893b45de9aa12764da3bc0da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "464458e1893b45de9aa12764da3bc0da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/5d32b8fdc17e4373bd2943732e3e836e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d32b8fdc17e4373bd2943732e3e836e", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/644357e1c0a74d1484a03c0b96ba4fa5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "644357e1c0a74d1484a03c0b96ba4fa5", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/74f307b589744502b34cf9cd7e9f517b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74f307b589744502b34cf9cd7e9f517b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/8736c8f7cd27413fbd4e3e719c43f49b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8736c8f7cd27413fbd4e3e719c43f49b", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/9ee01fd5b8e04d93908c0fbacf67803b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9ee01fd5b8e04d93908c0fbacf67803b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/a33148d48035411ab7ed2b3f1b04fdc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a33148d48035411ab7ed2b3f1b04fdc6", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_9233548f-525f-4b03-a94a-ce74d377917a", "links": {"self": "http://172.30.9.26:5000/v3/users/ada7b81f7f0744c6abf7e859a59cea0e"}, "domain_id": "default", "enabled": true, "id": "ada7b81f7f0744c6abf7e859a59cea0e", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/ca75ce7b7e0c4fd29192dc4df02ef9d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca75ce7b7e0c4fd29192dc4df02ef9d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/dc05478ff1fd47629f86c7f2f56c8531"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc05478ff1fd47629f86c7f2f56c8531", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/f4a02b33f6fc4a92a6fa9272a4e9b76e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4a02b33f6fc4a92a6fa9272a4e9b76e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/f6ab3fb4f3fa49048964e814253950dc"}, "domain_id": "d0c23c61fa4c4f9eb7e55c6f1c185dae", "enabled": true, "options": {}, "id": "f6ab3fb4f3fa49048964e814253950dc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/f859023034d94a13a7a3652feb864cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f859023034d94a13a7a3652feb864cdd", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-05 00:35:58,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-66fb6ebf-69a8-40f0-8d5c-c2119e8b5704 2018-09-05 00:35:58,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0928030014038s 2018-09-05 00:35:58,844 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-66fb6ebf-69a8-40f0-8d5c-c2119e8b5704 2018-09-05 00:35:58,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-05 00:35:58,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/ada7b81f7f0744c6abf7e859a59cea0e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-05 00:35:58,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 05 Sep 2018 00:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad28dfa3-7e25-4fe9-a402-93e702d4a5dd Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/ada7b81f7f0744c6abf7e859a59cea0e"}, "enabled": true, "id": "ada7b81f7f0744c6abf7e859a59cea0e", "options": {}, "domain_id": "default", "name": "juju_epc-user_9233548f-525f-4b03-a94a-ce74d377917a"}} 2018-09-05 00:35:58,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/ada7b81f7f0744c6abf7e859a59cea0e used request id req-ad28dfa3-7e25-4fe9-a402-93e702d4a5dd 2018-09-05 00:35:58,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0960278511047s 2018-09-05 00:35:58,947 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/ada7b81f7f0744c6abf7e859a59cea0e used request id req-ad28dfa3-7e25-4fe9-a402-93e702d4a5dd 2018-09-05 00:35:58,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-05 00:35:58,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/ada7b81f7f0744c6abf7e859a59cea0e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-05 00:35:59,137 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 05 Sep 2018 00:35:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7301954e-8661-4c24-ac0e-495cec3c37f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-05 00:35:59,137 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/ada7b81f7f0744c6abf7e859a59cea0e used request id req-7301954e-8661-4c24-ac0e-495cec3c37f7 2018-09-05 00:35:59,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.189230918884s 2018-09-05 00:35:59,137 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/ada7b81f7f0744c6abf7e859a59cea0e used request id req-7301954e-8661-4c24-ac0e-495cec3c37f7 2018-09-05 00:35:59,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-05 00:35:59,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-05 00:35:59,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 05 Sep 2018 00:35:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36e11b52-9c77-4a84-ba99-85f4702c176a Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/3d00f5a233f44a9286590fa45e9c10fc"}, "enabled": true, "id": "3d00f5a233f44a9286590fa45e9c10fc", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/5e644edef9d84161a4895a62a210e366"}, "enabled": true, "id": "5e644edef9d84161a4895a62a210e366", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.26:5000/v3/projects/73286490107d4a46a03d0943d836a31d"}, "enabled": true, "id": "73286490107d4a46a03d0943d836a31d", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_9233548f-525f-4b03-a94a-ce74d377917a"}]} 2018-09-05 00:35:59,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-36e11b52-9c77-4a84-ba99-85f4702c176a 2018-09-05 00:35:59,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0786621570587s 2018-09-05 00:35:59,217 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-36e11b52-9c77-4a84-ba99-85f4702c176a 2018-09-05 00:35:59,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-05 00:35:59,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/73286490107d4a46a03d0943d836a31d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-05 00:35:59,392 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 05 Sep 2018 00:35:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c8e7eac-649f-4125-83dc-77c186427d16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-05 00:35:59,392 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/73286490107d4a46a03d0943d836a31d used request id req-6c8e7eac-649f-4125-83dc-77c186427d16 2018-09-05 00:35:59,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.172916889191s 2018-09-05 00:35:59,393 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/73286490107d4a46a03d0943d836a31d used request id req-6c8e7eac-649f-4125-83dc-77c186427d16 2018-09-05 00:35:59,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-05 00:35:59,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-05 00:35:59,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 05 Sep 2018 00:35:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2500113b-923c-4a17-a854-8ed9f97878f5 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5cd9afdff9a14c7bbd8b1621921cc3df", "links": {"self": "http://172.30.9.26:5000/v3/roles/5cd9afdff9a14c7bbd8b1621921cc3df"}, "name": "admin"}, {"domain_id": null, "id": "99ba25169e1a49ba9e9a7b6ed106bd6a", "links": {"self": "http://172.30.9.26:5000/v3/roles/99ba25169e1a49ba9e9a7b6ed106bd6a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee3c6894ced5438c8a66c3b205893cf9", "links": {"self": "http://172.30.9.26:5000/v3/roles/ee3c6894ced5438c8a66c3b205893cf9"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f266e4e860144fb2b74752b4e36bdbe0", "links": {"self": "http://172.30.9.26:5000/v3/roles/f266e4e860144fb2b74752b4e36bdbe0"}, "name": "Member"}]} 2018-09-05 00:35:59,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2500113b-923c-4a17-a854-8ed9f97878f5 2018-09-05 00:35:59,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0893728733063s 2018-09-05 00:35:59,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-05 00:35:59,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/f266e4e860144fb2b74752b4e36bdbe0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc34c7fd6b552f841d155b7902afbea40187805" 2018-09-05 00:35:59,586 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 05 Sep 2018 00:35:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ee49c68-bd39-409c-b42a-bc235b48e579 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-05 00:35:59,587 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/f266e4e860144fb2b74752b4e36bdbe0 used request id req-4ee49c68-bd39-409c-b42a-bc235b48e579 2018-09-05 00:35:59,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102267026901s 2018-09-05 00:35:59,588 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 43:16 | FAIL | | vyos_vrouter | functest | vnf | 16:54 | PASS | | juju_epc | functest | vnf | 38:54 | PASS | +----------------------+------------------+--------------+------------------+----------------+ 2018-09-05 00:35:59,592 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-05 00:35:59,655 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-05 00:36:02,735 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-276 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-05 00:36:02,741 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=4ucVnDuCPpadZkd3DFk98PQck export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-09-05 00:36:02,741 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-05 00:36:02,742 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-09-05 00:36:02,743 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-09-05 00:36:02,744 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK